@charset "UTF-8";@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap");.App{font-family:Poppins,sans-serif}.products-list{display:grid;grid-template-columns:1fr;grid-gap:10px;max-width:100%;margin:0 auto}.product-card{background-color:#fff;border-radius:8px;box-shadow:0 2px 10px rgba(0,0,0,.1);max-width:400px;width:100%;overflow:hidden;font-family:Poppins,sans-serif}.product-image{width:100%;height:250px;object-fit:cover}.product-info{padding:20px}.product-title{font-size:24px;margin:0 0 10px}.product-brand,.product-category{display:inline-block;background-color:#e0e0e0;padding:5px 10px;border-radius:15px;font-size:12px;margin-right:5px}.product-description{font-size:14px;color:#666;margin:10px 0}.product-props{display:flex;justify-content:space-between;align-items:center}.product-price{font-size:24px;font-weight:700;margin:10px 0}.product-original-price{text-decoration:line-through;color:#999;font-size:16px;margin-left:10px}.product-rating{display:flex;align-items:center;margin:10px 0}.star-rating{color:gold;font-size:18px;margin-right:5px}.add-to-cart{display:block;width:100%;padding:10px;background-color:#4caf50;color:#fff;border:none;border-radius:4px;font-size:16px;cursor:pointer;margin-top:20px}.add-to-cart:hover,.to-top-btn{background-color:#45a049}.to-top-btn{position:fixed;bottom:20px;right:10px;width:30px;height:30px;border-radius:100%;display:flex;justify-content:center;align-items:center;border:none;cursor:pointer}/*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2020 Animate.css
 */:root{--animate-duration:1s;--animate-delay:1s;--animate-repeat:1}.animate__animated{animation-duration:1s;animation-duration:var(--animate-duration);animation-fill-mode:both}.animate__animated.animate__infinite{animation-iteration-count:infinite}.animate__animated.animate__repeat-1{animation-iteration-count:1;animation-iteration-count:var(--animate-repeat)}.animate__animated.animate__repeat-2{animation-iteration-count:calc(1 * 2);animation-iteration-count:calc(var(--animate-repeat) * 2)}.animate__animated.animate__repeat-3{animation-iteration-count:calc(1 * 3);animation-iteration-count:calc(var(--animate-repeat) * 3)}.animate__animated.animate__delay-1s{animation-delay:1s;animation-delay:var(--animate-delay)}.animate__animated.animate__delay-2s{animation-delay:calc(1s * 2);animation-delay:calc(var(--animate-delay) * 2)}.animate__animated.animate__delay-3s{animation-delay:calc(1s * 3);animation-delay:calc(var(--animate-delay) * 3)}.animate__animated.animate__delay-4s{animation-delay:calc(1s * 4);animation-delay:calc(var(--animate-delay) * 4)}.animate__animated.animate__delay-5s{animation-delay:calc(1s * 5);animation-delay:calc(var(--animate-delay) * 5)}.animate__animated.animate__faster{animation-duration:calc(1s / 2);animation-duration:calc(var(--animate-duration) / 2)}.animate__animated.animate__fast{animation-duration:calc(1s * .8);animation-duration:calc(var(--animate-duration) * .8)}.animate__animated.animate__slow{animation-duration:calc(1s * 2);animation-duration:calc(var(--animate-duration) * 2)}.animate__animated.animate__slower{animation-duration:calc(1s * 3);animation-duration:calc(var(--animate-duration) * 3)}@media (prefers-reduced-motion:reduce),print{.animate__animated{animation-duration:1ms!important;transition-duration:1ms!important;animation-iteration-count:1!important}.animate__animated[class*=Out]{opacity:0}}.animate__bounce{animation-name:bounce;transform-origin:center bottom}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.animate__flash{animation-name:flash}@keyframes pulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scaleX(1)}}.animate__pulse{animation-name:pulse;animation-timing-function:ease-in-out}@keyframes rubberBand{0%{transform:scaleX(1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}to{transform:scaleX(1)}}.animate__rubberBand{animation-name:rubberBand}@keyframes shakeX{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}.animate__shakeX{animation-name:shakeX}@keyframes shakeY{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(0,-10px,0)}20%,40%,60%,80%{transform:translate3d(0,10px,0)}}.animate__shakeY{animation-name:shakeY}@keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}.animate__headShake{animation-timing-function:ease-in-out;animation-name:headShake}@keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}.animate__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)}}.animate__tada{animation-name:tada}@keyframes wobble{0%{transform:translateZ(0)}15%{transform:translate3d(-25%,0,0) rotate(-5deg)}30%{transform:translate3d(20%,0,0) rotate(3deg)}45%{transform:translate3d(-15%,0,0) rotate(-3deg)}60%{transform:translate3d(10%,0,0) rotate(2deg)}75%{transform:translate3d(-5%,0,0) rotate(-1deg)}to{transform:translateZ(0)}}.animate__wobble{animation-name:wobble}@keyframes jello{0%,11.1%,to{transform:translateZ(0)}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{transform:skewX(.390625deg) skewY(.390625deg)}88.8%{transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.animate__jello{animation-name:jello;transform-origin:center}@keyframes heartBeat{0%{transform:scale(1)}14%{transform:scale(1.3)}28%{transform:scale(1)}42%{transform:scale(1.3)}70%{transform:scale(1)}}.animate__heartBeat{animation-name:heartBeat;animation-duration:calc(1s * 1.3);animation-duration:calc(var(--animate-duration) * 1.3);animation-timing-function:ease-in-out}@keyframes backInDown{0%{transform:translateY(-1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInDown{animation-name:backInDown}@keyframes backInLeft{0%{transform:translateX(-2000px) scale(.7);opacity:.7}80%{transform:translateX(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInLeft{animation-name:backInLeft}@keyframes backInRight{0%{transform:translateX(2000px) scale(.7);opacity:.7}80%{transform:translateX(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInRight{animation-name:backInRight}@keyframes backInUp{0%{transform:translateY(1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInUp{animation-name:backInUp}@keyframes backOutDown{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(700px) scale(.7);opacity:.7}}.animate__backOutDown{animation-name:backOutDown}@keyframes backOutLeft{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(.7);opacity:.7}to{transform:translateX(-2000px) scale(.7);opacity:.7}}.animate__backOutLeft{animation-name:backOutLeft}@keyframes backOutRight{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(.7);opacity:.7}to{transform:translateX(2000px) scale(.7);opacity:.7}}.animate__backOutRight{animation-name:backOutRight}@keyframes backOutUp{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(-700px) scale(.7);opacity:.7}}.animate__backOutUp{animation-name:backOutUp}@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)}}.animate__bounceIn{animation-duration:calc(1s * .75);animation-duration:calc(var(--animate-duration) * .75);animation-name:bounceIn}@keyframes bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;transform:translate3d(0,25px,0) scaleY(.9)}75%{transform:translate3d(0,-10px,0) scaleY(.95)}90%{transform:translate3d(0,5px,0) scaleY(.985)}to{transform:translateZ(0)}}.animate__bounceInDown{animation-name:bounceInDown}@keyframes bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(25px,0,0) scaleX(1)}75%{transform:translate3d(-10px,0,0) scaleX(.98)}90%{transform:translate3d(5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}.animate__bounceInLeft{animation-name:bounceInLeft}@keyframes bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(-25px,0,0) scaleX(1)}75%{transform:translate3d(10px,0,0) scaleX(.98)}90%{transform:translate3d(-5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}.animate__bounceInRight{animation-name:bounceInRight}@keyframes bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}75%{transform:translate3d(0,10px,0) scaleY(.95)}90%{transform:translate3d(0,-5px,0) scaleY(.985)}to{transform:translateZ(0)}}.animate__bounceInUp{animation-name:bounceInUp}@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)}}.animate__bounceOut{animation-duration:calc(1s * .75);animation-duration:calc(var(--animate-duration) * .75);animation-name:bounceOut}@keyframes bounceOutDown{20%{transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,2000px,0) scaleY(3)}}.animate__bounceOutDown{animation-name:bounceOutDown}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(-2000px,0,0) scaleX(2)}}.animate__bounceOutLeft{animation-name:bounceOutLeft}@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(2000px,0,0) scaleX(2)}}.animate__bounceOutRight{animation-name:bounceOutRight}@keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,-2000px,0) scaleY(3)}}.animate__bounceOutUp{animation-name:bounceOutUp}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate__fadeIn{animation-name:fadeIn}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDown{animation-name:fadeInDown}@keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0,-2000px,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDownBig{animation-name:fadeInDownBig}@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeftBig{animation-name:fadeInLeftBig}@keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRight{animation-name:fadeInRight}@keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRightBig{animation-name:fadeInRightBig}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUp{animation-name:fadeInUp}@keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0,2000px,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUpBig{animation-name:fadeInUpBig}@keyframes fadeInTopLeft{0%{opacity:0;transform:translate3d(-100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopLeft{animation-name:fadeInTopLeft}@keyframes fadeInTopRight{0%{opacity:0;transform:translate3d(100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopRight{animation-name:fadeInTopRight}@keyframes fadeInBottomLeft{0%{opacity:0;transform:translate3d(-100%,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomLeft{animation-name:fadeInBottomLeft}@keyframes fadeInBottomRight{0%{opacity:0;transform:translate3d(100%,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomRight{animation-name:fadeInBottomRight}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.animate__fadeOut{animation-name:fadeOut}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0,100%,0)}}.animate__fadeOutDown{animation-name:fadeOutDown}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,2000px,0)}}.animate__fadeOutDownBig{animation-name:fadeOutDownBig}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%,0,0)}}.animate__fadeOutLeft{animation-name:fadeOutLeft}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px,0,0)}}.animate__fadeOutLeftBig{animation-name:fadeOutLeftBig}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0)}}.animate__fadeOutRight{animation-name:fadeOutRight}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px,0,0)}}.animate__fadeOutRightBig{animation-name:fadeOutRightBig}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0,-100%,0)}}.animate__fadeOutUp{animation-name:fadeOutUp}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,-2000px,0)}}.animate__fadeOutUpBig{animation-name:fadeOutUpBig}@keyframes fadeOutTopLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,-100%,0)}}.animate__fadeOutTopLeft{animation-name:fadeOutTopLeft}@keyframes fadeOutTopRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,-100%,0)}}.animate__fadeOutTopRight{animation-name:fadeOutTopRight}@keyframes fadeOutBottomRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,100%,0)}}.animate__fadeOutBottomRight{animation-name:fadeOutBottomRight}@keyframes fadeOutBottomLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,100%,0)}}.animate__fadeOutBottomLeft{animation-name:fadeOutBottomLeft}@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(0deg);animation-timing-function:ease-in}to{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);animation-timing-function:ease-in}}.animate__animated.animate__flip{-webkit-backface-visibility:visible;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)}}.animate__flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;animation-name:flipInX}@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)}}.animate__flipInY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;animation-name:flipInY}@keyframes flipOutX{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.animate__flipOutX{animation-duration:calc(1s * .75);animation-duration:calc(var(--animate-duration) * .75);animation-name:flipOutX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@keyframes flipOutY{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateY(-15deg);opacity:1}to{transform:perspective(400px) rotateY(90deg);opacity:0}}.animate__flipOutY{animation-duration:calc(1s * .75);animation-duration:calc(var(--animate-duration) * .75);-webkit-backface-visibility:visible!important;backface-visibility:visible!important;animation-name:flipOutY}@keyframes lightSpeedInRight{0%{transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInRight{animation-name:lightSpeedInRight;animation-timing-function:ease-out}@keyframes lightSpeedInLeft{0%{transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{transform:skewX(-20deg);opacity:1}80%{transform:skewX(5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInLeft{animation-name:lightSpeedInLeft;animation-timing-function:ease-out}@keyframes lightSpeedOutRight{0%{opacity:1}to{transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.animate__lightSpeedOutRight{animation-name:lightSpeedOutRight;animation-timing-function:ease-in}@keyframes lightSpeedOutLeft{0%{opacity:1}to{transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}.animate__lightSpeedOutLeft{animation-name:lightSpeedOutLeft;animation-timing-function:ease-in}@keyframes rotateIn{0%{transform:rotate(-200deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateIn{animation-name:rotateIn;transform-origin:center}@keyframes rotateInDownLeft{0%{transform:rotate(-45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownLeft{animation-name:rotateInDownLeft;transform-origin:left bottom}@keyframes rotateInDownRight{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownRight{animation-name:rotateInDownRight;transform-origin:right bottom}@keyframes rotateInUpLeft{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpLeft{animation-name:rotateInUpLeft;transform-origin:left bottom}@keyframes rotateInUpRight{0%{transform:rotate(-90deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpRight{animation-name:rotateInUpRight;transform-origin:right bottom}@keyframes rotateOut{0%{opacity:1}to{transform:rotate(200deg);opacity:0}}.animate__rotateOut{animation-name:rotateOut;transform-origin:center}@keyframes rotateOutDownLeft{0%{opacity:1}to{transform:rotate(45deg);opacity:0}}.animate__rotateOutDownLeft{animation-name:rotateOutDownLeft;transform-origin:left bottom}@keyframes rotateOutDownRight{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutDownRight{animation-name:rotateOutDownRight;transform-origin:right bottom}@keyframes rotateOutUpLeft{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutUpLeft{animation-name:rotateOutUpLeft;transform-origin:left bottom}@keyframes rotateOutUpRight{0%{opacity:1}to{transform:rotate(90deg);opacity:0}}.animate__rotateOutUpRight{animation-name:rotateOutUpRight;transform-origin:right bottom}@keyframes hinge{0%{animation-timing-function:ease-in-out}20%,60%{transform:rotate(80deg);animation-timing-function:ease-in-out}40%,80%{transform:rotate(60deg);animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0,700px,0);opacity:0}}.animate__hinge{animation-duration:calc(1s * 2);animation-duration:calc(var(--animate-duration) * 2);animation-name:hinge;transform-origin:top left}@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)}}.animate__jackInTheBox{animation-name:jackInTheBox}@keyframes rollIn{0%{opacity:0;transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;transform:translateZ(0)}}.animate__rollIn{animation-name:rollIn}@keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) rotate(120deg)}}.animate__rollOut{animation-name:rollOut}@keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.animate__zoomIn{animation-name:zoomIn}@keyframes zoomInDown{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInDown{animation-name:zoomInDown}@keyframes zoomInLeft{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInLeft{animation-name:zoomInLeft}@keyframes zoomInRight{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInRight{animation-name:zoomInRight}@keyframes zoomInUp{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInUp{animation-name:zoomInUp}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.animate__zoomOut{animation-name:zoomOut}@keyframes zoomOutDown{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutDown{animation-name:zoomOutDown;transform-origin:center bottom}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(-2000px,0,0)}}.animate__zoomOutLeft{animation-name:zoomOutLeft;transform-origin:left center}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(2000px,0,0)}}.animate__zoomOutRight{animation-name:zoomOutRight;transform-origin:right center}@keyframes zoomOutUp{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutUp{animation-name:zoomOutUp;transform-origin:center bottom}@keyframes slideInDown{0%{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInDown{animation-name:slideInDown}@keyframes slideInLeft{0%{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{0%{transform:translate3d(100%,0,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInRight{animation-name:slideInRight}@keyframes slideInUp{0%{transform:translate3d(0,100%,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInUp{animation-name:slideInUp}@keyframes slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,100%,0)}}.animate__slideOutDown{animation-name:slideOutDown}@keyframes slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-100%,0,0)}}.animate__slideOutLeft{animation-name:slideOutLeft}@keyframes slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(100%,0,0)}}.animate__slideOutRight{animation-name:slideOutRight}@keyframes slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-100%,0)}}.animate__slideOutUp{animation-name:slideOutUp}.yarl__fullsize{height:100%;width:100%}.yarl__relative{position:relative}.yarl__portal{bottom:0;left:0;opacity:0;overflow:hidden;position:fixed;right:0;top:0;transition:opacity var(--yarl__fade_animation_duration,.25s) var(--yarl__fade_animation_timing_function,ease);z-index:var(--yarl__portal_zindex,9999)}.yarl__portal_open{opacity:1}.yarl__container{background-color:var(--yarl__container_background_color,var(--yarl__color_backdrop,#000));bottom:0;left:0;outline:none;overflow:hidden;overscroll-behavior:var(--yarl__controller_overscroll_behavior,contain);position:absolute;right:0;top:0;touch-action:var(--yarl__controller_touch_action,none);-webkit-user-select:none;-moz-user-select:none;user-select:none}.yarl__carousel{align-content:center;align-items:stretch;display:flex;flex:0 0 auto;height:100%;justify-content:center;opacity:var(--yarl__pull_opacity,1);transform:translate(var(--yarl__swipe_offset,0),var(--yarl__pull_offset,0));width:calc(100% + (var(--yarl__carousel_slides_count) - 1)*(100% + var(--yarl__carousel_spacing_px, 0)*1px + var(--yarl__carousel_spacing_percent, 0)*1%))}.yarl__carousel_with_slides{column-gap:calc(var(--yarl__carousel_spacing_px, 0)*1px + 100/(var(--yarl__carousel_slides_count)*100 + (var(--yarl__carousel_slides_count) - 1)*var(--yarl__carousel_spacing_percent, 0))*var(--yarl__carousel_spacing_percent, 0)*1%)}.yarl__flex_center{align-content:center;align-items:center;display:flex;justify-content:center}.yarl__slide{flex:1 1;overflow:hidden;padding:calc(var(--yarl__carousel_padding_px, 0)*1px + 100/(var(--yarl__carousel_slides_count)*100 + (var(--yarl__carousel_slides_count) - 1)*var(--yarl__carousel_spacing_percent, 0))*var(--yarl__carousel_padding_percent, 0)*1%);position:relative}[dir=rtl] .yarl__slide{--yarl__direction:-1}.yarl__slide_image{max-height:100%;max-width:100%;object-fit:contain;touch-action:var(--yarl__controller_touch_action,none);-moz-user-select:none;user-select:none;-webkit-user-select:none;-webkit-touch-callout:none}.yarl__slide_image_cover{height:100%;object-fit:cover;width:100%}.yarl__slide_image_loading{opacity:0}@media screen and (min-width:800px){.yarl__slide_wrapper:not(.yarl__slide_wrapper_interactive) .yarl__slide_image{-webkit-backface-visibility:hidden;-webkit-transform:translateZ(0);-webkit-transform-style:preserve-3d}}.yarl__slide_placeholder{left:50%;line-height:0;position:absolute;top:50%;transform:translateX(-50%) translateY(-50%)}.yarl__slide_loading{animation:yarl__delayed_fadein 1s linear;color:var(--yarl__slide_icon_loading_color,var(--yarl__color_button,hsla(0,0%,100%,.8)))}.yarl__slide_loading line{animation:yarl__stroke_opacity 1s linear infinite}.yarl__slide_loading line:first-of-type{animation-delay:-1.875s}.yarl__slide_loading line:nth-of-type(2){animation-delay:-1.75s}.yarl__slide_loading line:nth-of-type(3){animation-delay:-1.625s}.yarl__slide_loading line:nth-of-type(4){animation-delay:-1.5s}.yarl__slide_loading line:nth-of-type(5){animation-delay:-1.375s}.yarl__slide_loading line:nth-of-type(6){animation-delay:-1.25s}.yarl__slide_loading line:nth-of-type(7){animation-delay:-1.125s}.yarl__slide_loading line:nth-of-type(8){animation-delay:-1s}.yarl__slide_error{color:var(--yarl__slide_icon_error_color,red);height:var(--yarl__slide_icon_error_size,48px);width:var(--yarl__slide_icon_error_size,48px)}@media (prefers-reduced-motion){.yarl__portal,.yarl__slide{transition:unset}.yarl__slide_loading,.yarl__slide_loading line{animation:unset}}.yarl__toolbar{bottom:auto;display:flex;justify-content:flex-end;left:auto;padding:var(--yarl__toolbar_padding,8px);position:absolute;right:0;top:0}[dir=rtl] .yarl__toolbar{bottom:auto;left:0;right:auto;top:0}.yarl__icon{height:var(--yarl__icon_size,32px);width:var(--yarl__icon_size,32px)}.yarl__button{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:var(--yarl__button_background_color,transparent);border:var(--yarl__button_border,0);color:var(--yarl__color_button,hsla(0,0%,100%,.8));cursor:pointer;filter:var(--yarl__button_filter,drop-shadow(2px 2px 2px rgba(0,0,0,.8)));line-height:0;margin:var(--yarl__button_margin,0);outline:none;padding:var(--yarl__button_padding,8px);-webkit-tap-highlight-color:transparent}.yarl__button:focus{color:var(--yarl__color_button_active,#fff)}.yarl__button:focus:not(:focus-visible){color:var(--yarl__color_button,hsla(0,0%,100%,.8))}.yarl__button:focus-visible{color:var(--yarl__color_button_active,#fff)}@media (hover:hover){.yarl__button:focus-visible:hover,.yarl__button:focus:hover,.yarl__button:hover{color:var(--yarl__color_button_active,#fff)}}.yarl__button:disabled{color:var(--yarl__color_button_disabled,hsla(0,0%,100%,.4));cursor:default}.yarl__navigation_next,.yarl__navigation_prev{padding:var(--yarl__navigation_button_padding,24px 16px);position:absolute;top:50%;transform:translateY(-50%)}.yarl__navigation_prev{left:0}[dir=rtl] .yarl__navigation_prev{left:unset;right:0;transform:translateY(-50%) rotate(180deg)}.yarl__navigation_next{right:0}[dir=rtl] .yarl__navigation_next{left:0;right:unset;transform:translateY(-50%) rotate(180deg)}.yarl__no_scroll{height:100%;overflow:hidden;overscroll-behavior:none}@keyframes yarl__delayed_fadein{0%{opacity:0}80%{opacity:0}to{opacity:1}}@keyframes yarl__stroke_opacity{0%{stroke-opacity:1}to{stroke-opacity:.125}}.yarl__thumbnails{display:flex;height:100%}.yarl__thumbnails_bottom,.yarl__thumbnails_end .yarl__thumbnails_track,.yarl__thumbnails_start .yarl__thumbnails_track,.yarl__thumbnails_top{flex-direction:column}.yarl__thumbnails_wrapper{flex:1 1;position:relative}.yarl__thumbnails_container{background-color:var(--yarl__thumbnails_container_background_color,var(--yarl__color_backdrop,#000));flex:0 0 auto;overflow:hidden;padding:var(--yarl__thumbnails_container_padding,16px);position:relative;-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-touch-callout:none}.yarl__thumbnails_vignette{pointer-events:none;position:absolute;--yarl__thumbnails_vignette_size:12%}@media (min-width:1200px){.yarl__thumbnails_vignette{--yarl__thumbnails_vignette_size:8%}}@media (min-width:2000px){.yarl__thumbnails_vignette{--yarl__thumbnails_vignette_size:5%}}.yarl__thumbnails_bottom .yarl__thumbnails_vignette,.yarl__thumbnails_top .yarl__thumbnails_vignette{background:linear-gradient(to right,var(--yarl__color_backdrop,#000) 0,transparent var(--yarl__thumbnails_vignette_size,12%) calc(100% - var(--yarl__thumbnails_vignette_size, 12%)),var(--yarl__color_backdrop,#000) 100%);height:100%;left:0;right:0}.yarl__thumbnails_end .yarl__thumbnails_vignette,.yarl__thumbnails_start .yarl__thumbnails_vignette{background:linear-gradient(to bottom,var(--yarl__color_backdrop,#000) 0,transparent var(--yarl__thumbnails_vignette_size,12%) calc(100% - var(--yarl__thumbnails_vignette_size, 12%)),var(--yarl__color_backdrop,#000) 100%);bottom:0;top:0;width:100%}.yarl__thumbnails_track{gap:var(--yarl__thumbnails_thumbnail_gap,16px);outline:none}.yarl__thumbnails_thumbnail{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:var(--yarl__thumbnails_thumbnail_background,#000);border-color:var(--yarl__thumbnails_thumbnail_border_color,var(--yarl__color_button,hsla(0,0%,100%,.8)));border-radius:var(--yarl__thumbnails_thumbnail_border_radius,4px);border-style:var(--yarl__thumbnails_thumbnail_border_style,solid);border-width:var(--yarl__thumbnails_thumbnail_border,1px);cursor:pointer;flex:0 0 auto;-webkit-tap-highlight-color:transparent;box-sizing:content-box;height:var(--yarl__thumbnails_thumbnail_height,80px);outline:none;overflow:hidden;padding:var(--yarl__thumbnails_thumbnail_padding,4px);position:relative;width:var(--yarl__thumbnails_thumbnail_width,120px)}.yarl__thumbnails_thumbnail_active{border-color:var(--yarl__thumbnails_thumbnail_active_border_color,var(--yarl__color_button_active,#fff))}.yarl__thumbnails_thumbnail_fadein{animation:yarl__thumbnails_thumbnail_fadein var(--yarl__thumbnails_thumbnail_fadein_duration,.5s) ease-in-out var(--yarl__thumbnails_thumbnail_fadein_delay,0s) forwards;opacity:0}.yarl__thumbnails_thumbnail_fadeout{animation:yarl__thumbnails_thumbnail_fadeout var(--yarl__thumbnails_thumbnail_fadeout_duration,.5s) ease-in-out var(--yarl__thumbnails_thumbnail_fadeout_delay,0s) forwards;cursor:unset}.yarl__thumbnails_thumbnail_placeholder{cursor:unset;visibility:hidden}.yarl__thumbnails_thumbnail:focus{box-shadow:var(--yarl__thumbnails_thumbnail_focus_box_shadow,#000 0 0 0 2px,var(--yarl__color_button,hsla(0,0%,100%,.8)) 0 0 0 4px)}.yarl__thumbnails_thumbnail:focus:not(:focus-visible){box-shadow:unset}.yarl__thumbnails_thumbnail:focus-visible{box-shadow:var(--yarl__thumbnails_thumbnail_focus_box_shadow,#000 0 0 0 2px,var(--yarl__color_button,hsla(0,0%,100%,.8)) 0 0 0 4px)}.yarl__thumbnails_thumbnail_icon{color:var(--yarl__thumbnails_thumbnail_icon_color,var(--yarl__color_button,hsla(0,0%,100%,.8)));filter:var(--yarl__thumbnails_thumbnail_icon_filter,drop-shadow(2px 2px 2px rgba(0,0,0,.8)));height:var(--yarl__thumbnails_thumbnail_icon_size,32px);left:50%;position:absolute;top:50%;transform:translateX(-50%) translateY(-50%);width:var(--yarl__thumbnails_thumbnail_icon_size,32px)}@keyframes yarl__thumbnails_thumbnail_fadein{0%{opacity:0}to{opacity:1}}@keyframes yarl__thumbnails_thumbnail_fadeout{0%{opacity:1}to{opacity:0}}
/*!
 *  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(/_next/static/media/fontawesome-webfont.366e945c.eot);src:url(/_next/static/media/fontawesome-webfont.366e945c.eot) format("embedded-opentype"),url(/_next/static/media/fontawesome-webfont.a955727b.woff2) format("woff2"),url(/_next/static/media/fontawesome-webfont.cb5a6670.woff) format("woff"),url(/_next/static/media/fontawesome-webfont.98d0efbd.ttf) format("truetype"),url(/_next/static/media/fontawesome-webfont.c16fc72a.svg) format("svg");font-weight:400;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-fw{width:1.28571429em}.fa-ul{margin-left:2.14285714em}.fa-li{left:-2.14285714em;width:2.14285714em;top:.14285714em}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:.08em solid #eee;border-radius:.1em}.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 linear infinite}.fa-pulse{animation:fa-spin 1s steps(8) infinite}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)"}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)"}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)"}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)"}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"}:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-rotate-90{filter:none}.fa-stack{width:2em}.fa-inverse{color:#fff}.fa-glass:before{content:""}.fa-music:before{content:""}.fa-search:before{content:""}.fa-envelope-o:before{content:""}.fa-heart:before{content:""}.fa-star:before{content:""}.fa-star-o:before{content:""}.fa-user:before{content:""}.fa-film:before{content:""}.fa-th-large:before{content:""}.fa-th:before{content:""}.fa-th-list:before{content:""}.fa-check:before{content:""}.fa-close:before,.fa-remove:before,.fa-times:before{content:""}.fa-search-plus:before{content:""}.fa-search-minus:before{content:""}.fa-power-off:before{content:""}.fa-signal:before{content:""}.fa-cog:before,.fa-gear:before{content:""}.fa-trash-o:before{content:""}.fa-home:before{content:""}.fa-file-o:before{content:""}.fa-clock-o:before{content:""}.fa-road:before{content:""}.fa-download:before{content:""}.fa-arrow-circle-o-down:before{content:""}.fa-arrow-circle-o-up:before{content:""}.fa-inbox:before{content:""}.fa-play-circle-o:before{content:""}.fa-repeat:before,.fa-rotate-right:before{content:""}.fa-refresh:before{content:""}.fa-list-alt:before{content:""}.fa-lock:before{content:""}.fa-flag:before{content:""}.fa-headphones:before{content:""}.fa-volume-off:before{content:""}.fa-volume-down:before{content:""}.fa-volume-up:before{content:""}.fa-qrcode:before{content:""}.fa-barcode:before{content:""}.fa-tag:before{content:""}.fa-tags:before{content:""}.fa-book:before{content:""}.fa-bookmark:before{content:""}.fa-print:before{content:""}.fa-camera:before{content:""}.fa-font:before{content:""}.fa-bold:before{content:""}.fa-italic:before{content:""}.fa-text-height:before{content:""}.fa-text-width:before{content:""}.fa-align-left:before{content:""}.fa-align-center:before{content:""}.fa-align-right:before{content:""}.fa-align-justify:before{content:""}.fa-list:before{content:""}.fa-dedent:before,.fa-outdent:before{content:""}.fa-indent:before{content:""}.fa-video-camera:before{content:""}.fa-image:before,.fa-photo:before,.fa-picture-o:before{content:""}.fa-pencil:before{content:""}.fa-map-marker:before{content:""}.fa-adjust:before{content:""}.fa-tint:before{content:""}.fa-edit:before,.fa-pencil-square-o:before{content:""}.fa-share-square-o:before{content:""}.fa-check-square-o:before{content:""}.fa-arrows:before{content:""}.fa-step-backward:before{content:""}.fa-fast-backward:before{content:""}.fa-backward:before{content:""}.fa-play:before{content:""}.fa-pause:before{content:""}.fa-stop:before{content:""}.fa-forward:before{content:""}.fa-fast-forward:before{content:""}.fa-step-forward:before{content:""}.fa-eject:before{content:""}.fa-chevron-left:before{content:""}.fa-chevron-right:before{content:""}.fa-plus-circle:before{content:""}.fa-minus-circle:before{content:""}.fa-times-circle:before{content:""}.fa-check-circle:before{content:""}.fa-question-circle:before{content:""}.fa-info-circle:before{content:""}.fa-crosshairs:before{content:""}.fa-times-circle-o:before{content:""}.fa-check-circle-o:before{content:""}.fa-ban:before{content:""}.fa-arrow-left:before{content:""}.fa-arrow-right:before{content:""}.fa-arrow-up:before{content:""}.fa-arrow-down:before{content:""}.fa-mail-forward:before,.fa-share:before{content:""}.fa-expand:before{content:""}.fa-compress:before{content:""}.fa-plus:before{content:""}.fa-minus:before{content:""}.fa-asterisk:before{content:""}.fa-exclamation-circle:before{content:""}.fa-gift:before{content:""}.fa-leaf:before{content:""}.fa-fire:before{content:""}.fa-eye:before{content:""}.fa-eye-slash:before{content:""}.fa-exclamation-triangle:before,.fa-warning:before{content:""}.fa-plane:before{content:""}.fa-calendar:before{content:""}.fa-random:before{content:""}.fa-comment:before{content:""}.fa-magnet:before{content:""}.fa-chevron-up:before{content:""}.fa-chevron-down:before{content:""}.fa-retweet:before{content:""}.fa-shopping-cart:before{content:""}.fa-folder:before{content:""}.fa-folder-open:before{content:""}.fa-arrows-v:before{content:""}.fa-arrows-h:before{content:""}.fa-bar-chart-o:before,.fa-bar-chart:before{content:""}.fa-twitter-square:before{content:""}.fa-facebook-square:before{content:""}.fa-camera-retro:before{content:""}.fa-key:before{content:""}.fa-cogs:before,.fa-gears:before{content:""}.fa-comments:before{content:""}.fa-thumbs-o-up:before{content:""}.fa-thumbs-o-down:before{content:""}.fa-star-half:before{content:""}.fa-heart-o:before{content:""}.fa-sign-out:before{content:""}.fa-linkedin-square:before{content:""}.fa-thumb-tack:before{content:""}.fa-external-link:before{content:""}.fa-sign-in:before{content:""}.fa-trophy:before{content:""}.fa-github-square:before{content:""}.fa-upload:before{content:""}.fa-lemon-o:before{content:""}.fa-phone:before{content:""}.fa-square-o:before{content:""}.fa-bookmark-o:before{content:""}.fa-phone-square:before{content:""}.fa-twitter:before{content:""}.fa-facebook-f:before,.fa-facebook:before{content:""}.fa-github:before{content:""}.fa-unlock:before{content:""}.fa-credit-card:before{content:""}.fa-feed:before,.fa-rss:before{content:""}.fa-hdd-o:before{content:""}.fa-bullhorn:before{content:""}.fa-bell:before{content:""}.fa-certificate:before{content:""}.fa-hand-o-right:before{content:""}.fa-hand-o-left:before{content:""}.fa-hand-o-up:before{content:""}.fa-hand-o-down:before{content:""}.fa-arrow-circle-left:before{content:""}.fa-arrow-circle-right:before{content:""}.fa-arrow-circle-up:before{content:""}.fa-arrow-circle-down:before{content:""}.fa-globe:before{content:""}.fa-wrench:before{content:""}.fa-tasks:before{content:""}.fa-filter:before{content:""}.fa-briefcase:before{content:""}.fa-arrows-alt:before{content:""}.fa-group:before,.fa-users:before{content:""}.fa-chain:before,.fa-link:before{content:""}.fa-cloud:before{content:""}.fa-flask:before{content:""}.fa-cut:before,.fa-scissors:before{content:""}.fa-copy:before,.fa-files-o:before{content:""}.fa-paperclip:before{content:""}.fa-floppy-o:before,.fa-save:before{content:""}.fa-square:before{content:""}.fa-bars:before,.fa-navicon:before,.fa-reorder:before{content:""}.fa-list-ul:before{content:""}.fa-list-ol:before{content:""}.fa-strikethrough:before{content:""}.fa-underline:before{content:""}.fa-table:before{content:""}.fa-magic:before{content:""}.fa-truck:before{content:""}.fa-pinterest:before{content:""}.fa-pinterest-square:before{content:""}.fa-google-plus-square:before{content:""}.fa-google-plus:before{content:""}.fa-money:before{content:""}.fa-caret-down:before{content:""}.fa-caret-up:before{content:""}.fa-caret-left:before{content:""}.fa-caret-right:before{content:""}.fa-columns:before{content:""}.fa-sort:before,.fa-unsorted:before{content:""}.fa-sort-desc:before,.fa-sort-down:before{content:""}.fa-sort-asc:before,.fa-sort-up:before{content:""}.fa-envelope:before{content:""}.fa-linkedin:before{content:""}.fa-rotate-left:before,.fa-undo:before{content:""}.fa-gavel:before,.fa-legal:before{content:""}.fa-dashboard:before,.fa-tachometer:before{content:""}.fa-comment-o:before{content:""}.fa-comments-o:before{content:""}.fa-bolt:before,.fa-flash:before{content:""}.fa-sitemap:before{content:""}.fa-umbrella:before{content:""}.fa-clipboard:before,.fa-paste:before{content:""}.fa-lightbulb-o:before{content:""}.fa-exchange:before{content:""}.fa-cloud-download:before{content:""}.fa-cloud-upload:before{content:""}.fa-user-md:before{content:""}.fa-stethoscope:before{content:""}.fa-suitcase:before{content:""}.fa-bell-o:before{content:""}.fa-coffee:before{content:""}.fa-cutlery:before{content:""}.fa-file-text-o:before{content:""}.fa-building-o:before{content:""}.fa-hospital-o:before{content:""}.fa-ambulance:before{content:""}.fa-medkit:before{content:""}.fa-fighter-jet:before{content:""}.fa-beer:before{content:""}.fa-h-square:before{content:""}.fa-plus-square:before{content:""}.fa-angle-double-left:before{content:""}.fa-angle-double-right:before{content:""}.fa-angle-double-up:before{content:""}.fa-angle-double-down:before{content:""}.fa-angle-left:before{content:""}.fa-angle-right:before{content:""}.fa-angle-up:before{content:""}.fa-angle-down:before{content:""}.fa-desktop:before{content:""}.fa-laptop:before{content:""}.fa-tablet:before{content:""}.fa-mobile-phone:before,.fa-mobile:before{content:""}.fa-circle-o:before{content:""}.fa-quote-left:before{content:""}.fa-quote-right:before{content:""}.fa-spinner:before{content:""}.fa-circle:before{content:""}.fa-mail-reply:before,.fa-reply:before{content:""}.fa-github-alt:before{content:""}.fa-folder-o:before{content:""}.fa-folder-open-o:before{content:""}.fa-smile-o:before{content:""}.fa-frown-o:before{content:""}.fa-meh-o:before{content:""}.fa-gamepad:before{content:""}.fa-keyboard-o:before{content:""}.fa-flag-o:before{content:""}.fa-flag-checkered:before{content:""}.fa-terminal:before{content:""}.fa-code:before{content:""}.fa-mail-reply-all:before,.fa-reply-all:before{content:""}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:""}.fa-location-arrow:before{content:""}.fa-crop:before{content:""}.fa-code-fork:before{content:""}.fa-chain-broken:before,.fa-unlink:before{content:""}.fa-question:before{content:""}.fa-info:before{content:""}.fa-exclamation:before{content:""}.fa-superscript:before{content:""}.fa-subscript:before{content:""}.fa-eraser:before{content:""}.fa-puzzle-piece:before{content:""}.fa-microphone:before{content:""}.fa-microphone-slash:before{content:""}.fa-shield:before{content:""}.fa-calendar-o:before{content:""}.fa-fire-extinguisher:before{content:""}.fa-rocket:before{content:""}.fa-maxcdn:before{content:""}.fa-chevron-circle-left:before{content:""}.fa-chevron-circle-right:before{content:""}.fa-chevron-circle-up:before{content:""}.fa-chevron-circle-down:before{content:""}.fa-html5:before{content:""}.fa-css3:before{content:""}.fa-anchor:before{content:""}.fa-unlock-alt:before{content:""}.fa-bullseye:before{content:""}.fa-ellipsis-h:before{content:""}.fa-ellipsis-v:before{content:""}.fa-rss-square:before{content:""}.fa-play-circle:before{content:""}.fa-ticket:before{content:""}.fa-minus-square:before{content:""}.fa-minus-square-o:before{content:""}.fa-level-up:before{content:""}.fa-level-down:before{content:""}.fa-check-square:before{content:""}.fa-pencil-square:before{content:""}.fa-external-link-square:before{content:""}.fa-share-square:before{content:""}.fa-compass:before{content:""}.fa-caret-square-o-down:before,.fa-toggle-down:before{content:""}.fa-caret-square-o-up:before,.fa-toggle-up:before{content:""}.fa-caret-square-o-right:before,.fa-toggle-right:before{content:""}.fa-eur:before,.fa-euro:before{content:""}.fa-gbp:before{content:""}.fa-dollar:before,.fa-usd:before{content:""}.fa-inr:before,.fa-rupee:before{content:""}.fa-cny:before,.fa-jpy:before,.fa-rmb:before,.fa-yen:before{content:""}.fa-rouble:before,.fa-rub:before,.fa-ruble:before{content:""}.fa-krw:before,.fa-won:before{content:""}.fa-bitcoin:before,.fa-btc:before{content:""}.fa-file:before{content:""}.fa-file-text:before{content:""}.fa-sort-alpha-asc:before{content:""}.fa-sort-alpha-desc:before{content:""}.fa-sort-amount-asc:before{content:""}.fa-sort-amount-desc:before{content:""}.fa-sort-numeric-asc:before{content:""}.fa-sort-numeric-desc:before{content:""}.fa-thumbs-up:before{content:""}.fa-thumbs-down:before{content:""}.fa-youtube-square:before{content:""}.fa-youtube:before{content:""}.fa-xing:before{content:""}.fa-xing-square:before{content:""}.fa-youtube-play:before{content:""}.fa-dropbox:before{content:""}.fa-stack-overflow:before{content:""}.fa-instagram:before{content:""}.fa-flickr:before{content:""}.fa-adn:before{content:""}.fa-bitbucket:before{content:""}.fa-bitbucket-square:before{content:""}.fa-tumblr:before{content:""}.fa-tumblr-square:before{content:""}.fa-long-arrow-down:before{content:""}.fa-long-arrow-up:before{content:""}.fa-long-arrow-left:before{content:""}.fa-long-arrow-right:before{content:""}.fa-apple:before{content:""}.fa-windows:before{content:""}.fa-android:before{content:""}.fa-linux:before{content:""}.fa-dribbble:before{content:""}.fa-skype:before{content:""}.fa-foursquare:before{content:""}.fa-trello:before{content:""}.fa-female:before{content:""}.fa-male:before{content:""}.fa-gittip:before,.fa-gratipay:before{content:""}.fa-sun-o:before{content:""}.fa-moon-o:before{content:""}.fa-archive:before{content:""}.fa-bug:before{content:""}.fa-vk:before{content:""}.fa-weibo:before{content:""}.fa-renren:before{content:""}.fa-pagelines:before{content:""}.fa-stack-exchange:before{content:""}.fa-arrow-circle-o-right:before{content:""}.fa-arrow-circle-o-left:before{content:""}.fa-caret-square-o-left:before,.fa-toggle-left:before{content:""}.fa-dot-circle-o:before{content:""}.fa-wheelchair:before{content:""}.fa-vimeo-square:before{content:""}.fa-try:before,.fa-turkish-lira:before{content:""}.fa-plus-square-o:before{content:""}.fa-space-shuttle:before{content:""}.fa-slack:before{content:""}.fa-envelope-square:before{content:""}.fa-wordpress:before{content:""}.fa-openid:before{content:""}.fa-bank:before,.fa-institution:before,.fa-university:before{content:""}.fa-graduation-cap:before,.fa-mortar-board:before{content:""}.fa-yahoo:before{content:""}.fa-google:before{content:""}.fa-reddit:before{content:""}.fa-reddit-square:before{content:""}.fa-stumbleupon-circle:before{content:""}.fa-stumbleupon:before{content:""}.fa-delicious:before{content:""}.fa-digg:before{content:""}.fa-pied-piper-pp:before{content:""}.fa-pied-piper-alt:before{content:""}.fa-drupal:before{content:""}.fa-joomla:before{content:""}.fa-language:before{content:""}.fa-fax:before{content:""}.fa-building:before{content:""}.fa-child:before{content:""}.fa-paw:before{content:""}.fa-spoon:before{content:""}.fa-cube:before{content:""}.fa-cubes:before{content:""}.fa-behance:before{content:""}.fa-behance-square:before{content:""}.fa-steam:before{content:""}.fa-steam-square:before{content:""}.fa-recycle:before{content:""}.fa-automobile:before,.fa-car:before{content:""}.fa-cab:before,.fa-taxi:before{content:""}.fa-tree:before{content:""}.fa-spotify:before{content:""}.fa-deviantart:before{content:""}.fa-soundcloud:before{content:""}.fa-database:before{content:""}.fa-file-pdf-o:before{content:""}.fa-file-word-o:before{content:""}.fa-file-excel-o:before{content:""}.fa-file-powerpoint-o:before{content:""}.fa-file-image-o:before,.fa-file-photo-o:before,.fa-file-picture-o:before{content:""}.fa-file-archive-o:before,.fa-file-zip-o:before{content:""}.fa-file-audio-o:before,.fa-file-sound-o:before{content:""}.fa-file-movie-o:before,.fa-file-video-o:before{content:""}.fa-file-code-o:before{content:""}.fa-vine:before{content:""}.fa-codepen:before{content:""}.fa-jsfiddle:before{content:""}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-ring:before,.fa-life-saver:before,.fa-support:before{content:""}.fa-circle-o-notch:before{content:""}.fa-ra:before,.fa-rebel:before,.fa-resistance:before{content:""}.fa-empire:before,.fa-ge:before{content:""}.fa-git-square:before{content:""}.fa-git:before{content:""}.fa-hacker-news:before,.fa-y-combinator-square:before,.fa-yc-square:before{content:""}.fa-tencent-weibo:before{content:""}.fa-qq:before{content:""}.fa-wechat:before,.fa-weixin:before{content:""}.fa-paper-plane:before,.fa-send:before{content:""}.fa-paper-plane-o:before,.fa-send-o:before{content:""}.fa-history:before{content:""}.fa-circle-thin:before{content:""}.fa-header:before{content:""}.fa-paragraph:before{content:""}.fa-sliders:before{content:""}.fa-share-alt:before{content:""}.fa-share-alt-square:before{content:""}.fa-bomb:before{content:""}.fa-futbol-o:before,.fa-soccer-ball-o:before{content:""}.fa-tty:before{content:""}.fa-binoculars:before{content:""}.fa-plug:before{content:""}.fa-slideshare:before{content:""}.fa-twitch:before{content:""}.fa-yelp:before{content:""}.fa-newspaper-o:before{content:""}.fa-wifi:before{content:""}.fa-calculator:before{content:""}.fa-paypal:before{content:""}.fa-google-wallet:before{content:""}.fa-cc-visa:before{content:""}.fa-cc-mastercard:before{content:""}.fa-cc-discover:before{content:""}.fa-cc-amex:before{content:""}.fa-cc-paypal:before{content:""}.fa-cc-stripe:before{content:""}.fa-bell-slash:before{content:""}.fa-bell-slash-o:before{content:""}.fa-trash:before{content:""}.fa-copyright:before{content:""}.fa-at:before{content:""}.fa-eyedropper:before{content:""}.fa-paint-brush:before{content:""}.fa-birthday-cake:before{content:""}.fa-area-chart:before{content:""}.fa-pie-chart:before{content:""}.fa-line-chart:before{content:""}.fa-lastfm:before{content:""}.fa-lastfm-square:before{content:""}.fa-toggle-off:before{content:""}.fa-toggle-on:before{content:""}.fa-bicycle:before{content:""}.fa-bus:before{content:""}.fa-ioxhost:before{content:""}.fa-angellist:before{content:""}.fa-cc:before{content:""}.fa-ils:before,.fa-shekel:before,.fa-sheqel:before{content:""}.fa-meanpath:before{content:""}.fa-buysellads:before{content:""}.fa-connectdevelop:before{content:""}.fa-dashcube:before{content:""}.fa-forumbee:before{content:""}.fa-leanpub:before{content:""}.fa-sellsy:before{content:""}.fa-shirtsinbulk:before{content:""}.fa-simplybuilt:before{content:""}.fa-skyatlas:before{content:""}.fa-cart-plus:before{content:""}.fa-cart-arrow-down:before{content:""}.fa-diamond:before{content:""}.fa-ship:before{content:""}.fa-user-secret:before{content:""}.fa-motorcycle:before{content:""}.fa-street-view:before{content:""}.fa-heartbeat:before{content:""}.fa-venus:before{content:""}.fa-mars:before{content:""}.fa-mercury:before{content:""}.fa-intersex:before,.fa-transgender:before{content:""}.fa-transgender-alt:before{content:""}.fa-venus-double:before{content:""}.fa-mars-double:before{content:""}.fa-venus-mars:before{content:""}.fa-mars-stroke:before{content:""}.fa-mars-stroke-v:before{content:""}.fa-mars-stroke-h:before{content:""}.fa-neuter:before{content:""}.fa-genderless:before{content:""}.fa-facebook-official:before{content:""}.fa-pinterest-p:before{content:""}.fa-whatsapp:before{content:""}.fa-server:before{content:""}.fa-user-plus:before{content:""}.fa-user-times:before{content:""}.fa-bed:before,.fa-hotel:before{content:""}.fa-viacoin:before{content:""}.fa-train:before{content:""}.fa-subway:before{content:""}.fa-medium:before{content:""}.fa-y-combinator:before,.fa-yc:before{content:""}.fa-optin-monster:before{content:""}.fa-opencart:before{content:""}.fa-expeditedssl:before{content:""}.fa-battery-4:before,.fa-battery-full:before,.fa-battery:before{content:""}.fa-battery-3:before,.fa-battery-three-quarters:before{content:""}.fa-battery-2:before,.fa-battery-half:before{content:""}.fa-battery-1:before,.fa-battery-quarter:before{content:""}.fa-battery-0:before,.fa-battery-empty:before{content:""}.fa-mouse-pointer:before{content:""}.fa-i-cursor:before{content:""}.fa-object-group:before{content:""}.fa-object-ungroup:before{content:""}.fa-sticky-note:before{content:""}.fa-sticky-note-o:before{content:""}.fa-cc-jcb:before{content:""}.fa-cc-diners-club:before{content:""}.fa-clone:before{content:""}.fa-balance-scale:before{content:""}.fa-hourglass-o:before{content:""}.fa-hourglass-1:before,.fa-hourglass-start:before{content:""}.fa-hourglass-2:before,.fa-hourglass-half:before{content:""}.fa-hourglass-3:before,.fa-hourglass-end:before{content:""}.fa-hourglass:before{content:""}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:""}.fa-hand-paper-o:before,.fa-hand-stop-o:before{content:""}.fa-hand-scissors-o:before{content:""}.fa-hand-lizard-o:before{content:""}.fa-hand-spock-o:before{content:""}.fa-hand-pointer-o:before{content:""}.fa-hand-peace-o:before{content:""}.fa-trademark:before{content:""}.fa-registered:before{content:""}.fa-creative-commons:before{content:""}.fa-gg:before{content:""}.fa-gg-circle:before{content:""}.fa-tripadvisor:before{content:""}.fa-odnoklassniki:before{content:""}.fa-odnoklassniki-square:before{content:""}.fa-get-pocket:before{content:""}.fa-wikipedia-w:before{content:""}.fa-safari:before{content:""}.fa-chrome:before{content:""}.fa-firefox:before{content:""}.fa-opera:before{content:""}.fa-internet-explorer:before{content:""}.fa-television:before,.fa-tv:before{content:""}.fa-contao:before{content:""}.fa-500px:before{content:""}.fa-amazon:before{content:""}.fa-calendar-plus-o:before{content:""}.fa-calendar-minus-o:before{content:""}.fa-calendar-times-o:before{content:""}.fa-calendar-check-o:before{content:""}.fa-industry:before{content:""}.fa-map-pin:before{content:""}.fa-map-signs:before{content:""}.fa-map-o:before{content:""}.fa-map:before{content:""}.fa-commenting:before{content:""}.fa-commenting-o:before{content:""}.fa-houzz:before{content:""}.fa-vimeo:before{content:""}.fa-black-tie:before{content:""}.fa-fonticons:before{content:""}.fa-reddit-alien:before{content:""}.fa-edge:before{content:""}.fa-credit-card-alt:before{content:""}.fa-codiepie:before{content:""}.fa-modx:before{content:""}.fa-fort-awesome:before{content:""}.fa-usb:before{content:""}.fa-product-hunt:before{content:""}.fa-mixcloud:before{content:""}.fa-scribd:before{content:""}.fa-pause-circle:before{content:""}.fa-pause-circle-o:before{content:""}.fa-stop-circle:before{content:""}.fa-stop-circle-o:before{content:""}.fa-shopping-bag:before{content:""}.fa-shopping-basket:before{content:""}.fa-hashtag:before{content:""}.fa-bluetooth:before{content:""}.fa-bluetooth-b:before{content:""}.fa-percent:before{content:""}.fa-gitlab:before{content:""}.fa-wpbeginner:before{content:""}.fa-wpforms:before{content:""}.fa-envira:before{content:""}.fa-universal-access:before{content:""}.fa-wheelchair-alt:before{content:""}.fa-question-circle-o:before{content:""}.fa-blind:before{content:""}.fa-audio-description:before{content:""}.fa-volume-control-phone:before{content:""}.fa-braille:before{content:""}.fa-assistive-listening-systems:before{content:""}.fa-american-sign-language-interpreting:before,.fa-asl-interpreting:before{content:""}.fa-deaf:before,.fa-deafness:before,.fa-hard-of-hearing:before{content:""}.fa-glide:before{content:""}.fa-glide-g:before{content:""}.fa-sign-language:before,.fa-signing:before{content:""}.fa-low-vision:before{content:""}.fa-viadeo:before{content:""}.fa-viadeo-square:before{content:""}.fa-snapchat:before{content:""}.fa-snapchat-ghost:before{content:""}.fa-snapchat-square:before{content:""}.fa-pied-piper:before{content:""}.fa-first-order:before{content:""}.fa-yoast:before{content:""}.fa-themeisle:before{content:""}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:""}.fa-fa:before,.fa-font-awesome:before{content:""}.fa-handshake-o:before{content:""}.fa-envelope-open:before{content:""}.fa-envelope-open-o:before{content:""}.fa-linode:before{content:""}.fa-address-book:before{content:""}.fa-address-book-o:before{content:""}.fa-address-card:before,.fa-vcard:before{content:""}.fa-address-card-o:before,.fa-vcard-o:before{content:""}.fa-user-circle:before{content:""}.fa-user-circle-o:before{content:""}.fa-user-o:before{content:""}.fa-id-badge:before{content:""}.fa-drivers-license:before,.fa-id-card:before{content:""}.fa-drivers-license-o:before,.fa-id-card-o:before{content:""}.fa-quora:before{content:""}.fa-free-code-camp:before{content:""}.fa-telegram:before{content:""}.fa-thermometer-4:before,.fa-thermometer-full:before,.fa-thermometer:before{content:""}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:""}.fa-thermometer-2:before,.fa-thermometer-half:before{content:""}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:""}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:""}.fa-shower:before{content:""}.fa-bath:before,.fa-bathtub:before,.fa-s15:before{content:""}.fa-podcast:before{content:""}.fa-window-maximize:before{content:""}.fa-window-minimize:before{content:""}.fa-window-restore:before{content:""}.fa-times-rectangle:before,.fa-window-close:before{content:""}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:""}.fa-bandcamp:before{content:""}.fa-grav:before{content:""}.fa-etsy:before{content:""}.fa-imdb:before{content:""}.fa-ravelry:before{content:""}.fa-eercast:before{content:""}.fa-microchip:before{content:""}.fa-snowflake-o:before{content:""}.fa-superpowers:before{content:""}.fa-wpexplorer:before{content:""}.fa-meetup:before{content:""}.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}@font-face{font-family:Pe-icon-7-stroke;src:url(/_next/static/media/Pe-icon-7-stroke.dad52362.eot);src:url(/_next/static/media/Pe-icon-7-stroke.dad52362.eot) format("embedded-opentype"),url(/_next/static/media/Pe-icon-7-stroke.d0c2290c.woff) format("woff"),url(/_next/static/media/Pe-icon-7-stroke.a7f3b390.ttf) format("truetype"),url(/_next/static/media/Pe-icon-7-stroke.bdb1add4.svg) format("svg");font-weight:400;font-style:normal}[class*=" pe-7s-"],[class^=pe-7s-]{display:inline-block;font-family:Pe-icon-7-stroke;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}.pe-7s-album:before{content:""}.pe-7s-arc:before{content:""}.pe-7s-back-2:before{content:""}.pe-7s-bandaid:before{content:""}.pe-7s-car:before{content:""}.pe-7s-diamond:before{content:""}.pe-7s-door-lock:before{content:""}.pe-7s-eyedropper:before{content:""}.pe-7s-female:before{content:""}.pe-7s-gym:before{content:""}.pe-7s-hammer:before{content:""}.pe-7s-headphones:before{content:""}.pe-7s-helm:before{content:""}.pe-7s-hourglass:before{content:""}.pe-7s-leaf:before{content:""}.pe-7s-magic-wand:before{content:""}.pe-7s-male:before{content:""}.pe-7s-map-2:before{content:""}.pe-7s-next-2:before{content:""}.pe-7s-paint-bucket:before{content:""}.pe-7s-pendrive:before{content:""}.pe-7s-photo:before{content:""}.pe-7s-piggy:before{content:""}.pe-7s-plugin:before{content:""}.pe-7s-refresh-2:before{content:""}.pe-7s-rocket:before{content:""}.pe-7s-settings:before{content:""}.pe-7s-shield:before{content:""}.pe-7s-smile:before{content:""}.pe-7s-usb:before{content:""}.pe-7s-vector:before{content:""}.pe-7s-wine:before{content:""}.pe-7s-cloud-upload:before{content:""}.pe-7s-cash:before{content:""}.pe-7s-close:before{content:""}.pe-7s-bluetooth:before{content:""}.pe-7s-cloud-download:before{content:""}.pe-7s-way:before{content:""}.pe-7s-close-circle:before{content:""}.pe-7s-id:before{content:""}.pe-7s-angle-up:before{content:""}.pe-7s-wristwatch:before{content:""}.pe-7s-angle-up-circle:before{content:""}.pe-7s-world:before{content:""}.pe-7s-angle-right:before{content:""}.pe-7s-volume:before{content:""}.pe-7s-angle-right-circle:before{content:""}.pe-7s-users:before{content:""}.pe-7s-angle-left:before{content:""}.pe-7s-user-female:before{content:""}.pe-7s-angle-left-circle:before{content:""}.pe-7s-up-arrow:before{content:""}.pe-7s-angle-down:before{content:""}.pe-7s-switch:before{content:""}.pe-7s-angle-down-circle:before{content:""}.pe-7s-scissors:before{content:""}.pe-7s-wallet:before{content:""}.pe-7s-safe:before{content:""}.pe-7s-volume2:before{content:""}.pe-7s-volume1:before{content:""}.pe-7s-voicemail:before{content:""}.pe-7s-video:before{content:""}.pe-7s-user:before{content:""}.pe-7s-upload:before{content:""}.pe-7s-unlock:before{content:""}.pe-7s-umbrella:before{content:""}.pe-7s-trash:before{content:""}.pe-7s-tools:before{content:""}.pe-7s-timer:before{content:""}.pe-7s-ticket:before{content:""}.pe-7s-target:before{content:""}.pe-7s-sun:before{content:""}.pe-7s-study:before{content:""}.pe-7s-stopwatch:before{content:""}.pe-7s-star:before{content:""}.pe-7s-speaker:before{content:""}.pe-7s-signal:before{content:""}.pe-7s-shuffle:before{content:""}.pe-7s-shopbag:before{content:""}.pe-7s-share:before{content:""}.pe-7s-server:before{content:""}.pe-7s-search:before{content:""}.pe-7s-film:before{content:""}.pe-7s-science:before{content:""}.pe-7s-disk:before{content:""}.pe-7s-ribbon:before{content:""}.pe-7s-repeat:before{content:""}.pe-7s-refresh:before{content:""}.pe-7s-add-user:before{content:""}.pe-7s-refresh-cloud:before{content:""}.pe-7s-paperclip:before{content:""}.pe-7s-radio:before{content:""}.pe-7s-note2:before{content:""}.pe-7s-print:before{content:""}.pe-7s-network:before{content:""}.pe-7s-prev:before{content:""}.pe-7s-mute:before{content:""}.pe-7s-power:before{content:""}.pe-7s-medal:before{content:""}.pe-7s-portfolio:before{content:""}.pe-7s-like2:before{content:""}.pe-7s-plus:before{content:""}.pe-7s-left-arrow:before{content:""}.pe-7s-play:before{content:""}.pe-7s-key:before{content:""}.pe-7s-plane:before{content:""}.pe-7s-joy:before{content:""}.pe-7s-photo-gallery:before{content:""}.pe-7s-pin:before{content:""}.pe-7s-phone:before{content:""}.pe-7s-plug:before{content:""}.pe-7s-pen:before{content:""}.pe-7s-right-arrow:before{content:""}.pe-7s-paper-plane:before{content:""}.pe-7s-delete-user:before{content:""}.pe-7s-paint:before{content:""}.pe-7s-bottom-arrow:before{content:""}.pe-7s-notebook:before{content:""}.pe-7s-note:before{content:""}.pe-7s-next:before{content:""}.pe-7s-news-paper:before{content:""}.pe-7s-musiclist:before{content:""}.pe-7s-music:before{content:""}.pe-7s-mouse:before{content:""}.pe-7s-more:before{content:""}.pe-7s-moon:before{content:""}.pe-7s-monitor:before{content:""}.pe-7s-micro:before{content:""}.pe-7s-menu:before{content:""}.pe-7s-map:before{content:""}.pe-7s-map-marker:before{content:""}.pe-7s-mail:before{content:""}.pe-7s-mail-open:before{content:""}.pe-7s-mail-open-file:before{content:""}.pe-7s-magnet:before{content:""}.pe-7s-loop:before{content:""}.pe-7s-look:before{content:""}.pe-7s-lock:before{content:""}.pe-7s-lintern:before{content:""}.pe-7s-link:before{content:""}.pe-7s-like:before{content:""}.pe-7s-light:before{content:""}.pe-7s-less:before{content:""}.pe-7s-keypad:before{content:""}.pe-7s-junk:before{content:""}.pe-7s-info:before{content:""}.pe-7s-home:before{content:""}.pe-7s-help2:before{content:""}.pe-7s-help1:before{content:""}.pe-7s-graph3:before{content:""}.pe-7s-graph2:before{content:""}.pe-7s-graph1:before{content:""}.pe-7s-graph:before{content:""}.pe-7s-global:before{content:""}.pe-7s-gleam:before{content:""}.pe-7s-glasses:before{content:""}.pe-7s-gift:before{content:""}.pe-7s-folder:before{content:""}.pe-7s-flag:before{content:""}.pe-7s-filter:before{content:""}.pe-7s-file:before{content:""}.pe-7s-expand1:before{content:""}.pe-7s-exapnd2:before{content:""}.pe-7s-edit:before{content:""}.pe-7s-drop:before{content:""}.pe-7s-drawer:before{content:""}.pe-7s-download:before{content:""}.pe-7s-display2:before{content:""}.pe-7s-display1:before{content:""}.pe-7s-diskette:before{content:""}.pe-7s-date:before{content:""}.pe-7s-cup:before{content:""}.pe-7s-culture:before{content:""}.pe-7s-crop:before{content:""}.pe-7s-credit:before{content:""}.pe-7s-copy-file:before{content:""}.pe-7s-config:before{content:""}.pe-7s-compass:before{content:""}.pe-7s-comment:before{content:""}.pe-7s-coffee:before{content:""}.pe-7s-cloud:before{content:""}.pe-7s-clock:before{content:""}.pe-7s-check:before{content:""}.pe-7s-chat:before{content:""}.pe-7s-cart:before{content:""}.pe-7s-camera:before{content:""}.pe-7s-call:before{content:""}.pe-7s-calculator:before{content:""}.pe-7s-browser:before{content:""}.pe-7s-box2:before{content:""}.pe-7s-box1:before{content:""}.pe-7s-bookmarks:before{content:""}.pe-7s-bicycle:before{content:""}.pe-7s-bell:before{content:""}.pe-7s-battery:before{content:""}.pe-7s-ball:before{content:""}.pe-7s-back:before{content:""}.pe-7s-attention:before{content:""}.pe-7s-anchor:before{content:""}.pe-7s-albums:before{content:""}.pe-7s-alarm:before{content:""}.pe-7s-airplay:before{content:""}
/*!
 * Bootstrap Icons v1.11.3 (https://icons.getbootstrap.com/)
 * Copyright 2019-2024 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/icons/blob/main/LICENSE)
 */@font-face{font-display:block;font-family:bootstrap-icons;src:url(/_next/static/media/bootstrap-icons.bfa90bda.woff2) format("woff2"),url(/_next/static/media/bootstrap-icons.70a9dee9.woff) format("woff")}.bi:before,[class*=" bi-"]:before,[class^=bi-]:before{display:inline-block;font-family:bootstrap-icons!important;font-style:normal;font-weight:400!important;font-feature-settings:normal;font-variant:normal;text-transform:none;line-height:1;vertical-align:-.125em;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.bi-123:before{content:""}.bi-alarm-fill:before{content:""}.bi-alarm:before{content:""}.bi-align-bottom:before{content:""}.bi-align-center:before{content:""}.bi-align-end:before{content:""}.bi-align-middle:before{content:""}.bi-align-start:before{content:""}.bi-align-top:before{content:""}.bi-alt:before{content:""}.bi-app-indicator:before{content:""}.bi-app:before{content:""}.bi-archive-fill:before{content:""}.bi-archive:before{content:""}.bi-arrow-90deg-down:before{content:""}.bi-arrow-90deg-left:before{content:""}.bi-arrow-90deg-right:before{content:""}.bi-arrow-90deg-up:before{content:""}.bi-arrow-bar-down:before{content:""}.bi-arrow-bar-left:before{content:""}.bi-arrow-bar-right:before{content:""}.bi-arrow-bar-up:before{content:""}.bi-arrow-clockwise:before{content:""}.bi-arrow-counterclockwise:before{content:""}.bi-arrow-down-circle-fill:before{content:""}.bi-arrow-down-circle:before{content:""}.bi-arrow-down-left-circle-fill:before{content:""}.bi-arrow-down-left-circle:before{content:""}.bi-arrow-down-left-square-fill:before{content:""}.bi-arrow-down-left-square:before{content:""}.bi-arrow-down-left:before{content:""}.bi-arrow-down-right-circle-fill:before{content:""}.bi-arrow-down-right-circle:before{content:""}.bi-arrow-down-right-square-fill:before{content:""}.bi-arrow-down-right-square:before{content:""}.bi-arrow-down-right:before{content:""}.bi-arrow-down-short:before{content:""}.bi-arrow-down-square-fill:before{content:""}.bi-arrow-down-square:before{content:""}.bi-arrow-down-up:before{content:""}.bi-arrow-down:before{content:""}.bi-arrow-left-circle-fill:before{content:""}.bi-arrow-left-circle:before{content:""}.bi-arrow-left-right:before{content:""}.bi-arrow-left-short:before{content:""}.bi-arrow-left-square-fill:before{content:""}.bi-arrow-left-square:before{content:""}.bi-arrow-left:before{content:""}.bi-arrow-repeat:before{content:""}.bi-arrow-return-left:before{content:""}.bi-arrow-return-right:before{content:""}.bi-arrow-right-circle-fill:before{content:""}.bi-arrow-right-circle:before{content:""}.bi-arrow-right-short:before{content:""}.bi-arrow-right-square-fill:before{content:""}.bi-arrow-right-square:before{content:""}.bi-arrow-right:before{content:""}.bi-arrow-up-circle-fill:before{content:""}.bi-arrow-up-circle:before{content:""}.bi-arrow-up-left-circle-fill:before{content:""}.bi-arrow-up-left-circle:before{content:""}.bi-arrow-up-left-square-fill:before{content:""}.bi-arrow-up-left-square:before{content:""}.bi-arrow-up-left:before{content:""}.bi-arrow-up-right-circle-fill:before{content:""}.bi-arrow-up-right-circle:before{content:""}.bi-arrow-up-right-square-fill:before{content:""}.bi-arrow-up-right-square:before{content:""}.bi-arrow-up-right:before{content:""}.bi-arrow-up-short:before{content:""}.bi-arrow-up-square-fill:before{content:""}.bi-arrow-up-square:before{content:""}.bi-arrow-up:before{content:""}.bi-arrows-angle-contract:before{content:""}.bi-arrows-angle-expand:before{content:""}.bi-arrows-collapse:before{content:""}.bi-arrows-expand:before{content:""}.bi-arrows-fullscreen:before{content:""}.bi-arrows-move:before{content:""}.bi-aspect-ratio-fill:before{content:""}.bi-aspect-ratio:before{content:""}.bi-asterisk:before{content:""}.bi-at:before{content:""}.bi-award-fill:before{content:""}.bi-award:before{content:""}.bi-back:before{content:""}.bi-backspace-fill:before{content:""}.bi-backspace-reverse-fill:before{content:""}.bi-backspace-reverse:before{content:""}.bi-backspace:before{content:""}.bi-badge-3d-fill:before{content:""}.bi-badge-3d:before{content:""}.bi-badge-4k-fill:before{content:""}.bi-badge-4k:before{content:""}.bi-badge-8k-fill:before{content:""}.bi-badge-8k:before{content:""}.bi-badge-ad-fill:before{content:""}.bi-badge-ad:before{content:""}.bi-badge-ar-fill:before{content:""}.bi-badge-ar:before{content:""}.bi-badge-cc-fill:before{content:""}.bi-badge-cc:before{content:""}.bi-badge-hd-fill:before{content:""}.bi-badge-hd:before{content:""}.bi-badge-tm-fill:before{content:""}.bi-badge-tm:before{content:""}.bi-badge-vo-fill:before{content:""}.bi-badge-vo:before{content:""}.bi-badge-vr-fill:before{content:""}.bi-badge-vr:before{content:""}.bi-badge-wc-fill:before{content:""}.bi-badge-wc:before{content:""}.bi-bag-check-fill:before{content:""}.bi-bag-check:before{content:""}.bi-bag-dash-fill:before{content:""}.bi-bag-dash:before{content:""}.bi-bag-fill:before{content:""}.bi-bag-plus-fill:before{content:""}.bi-bag-plus:before{content:""}.bi-bag-x-fill:before{content:""}.bi-bag-x:before{content:""}.bi-bag:before{content:""}.bi-bar-chart-fill:before{content:""}.bi-bar-chart-line-fill:before{content:""}.bi-bar-chart-line:before{content:""}.bi-bar-chart-steps:before{content:""}.bi-bar-chart:before{content:""}.bi-basket-fill:before{content:""}.bi-basket:before{content:""}.bi-basket2-fill:before{content:""}.bi-basket2:before{content:""}.bi-basket3-fill:before{content:""}.bi-basket3:before{content:""}.bi-battery-charging:before{content:""}.bi-battery-full:before{content:""}.bi-battery-half:before{content:""}.bi-battery:before{content:""}.bi-bell-fill:before{content:""}.bi-bell:before{content:""}.bi-bezier:before{content:""}.bi-bezier2:before{content:""}.bi-bicycle:before{content:""}.bi-binoculars-fill:before{content:""}.bi-binoculars:before{content:""}.bi-blockquote-left:before{content:""}.bi-blockquote-right:before{content:""}.bi-book-fill:before{content:""}.bi-book-half:before{content:""}.bi-book:before{content:""}.bi-bookmark-check-fill:before{content:""}.bi-bookmark-check:before{content:""}.bi-bookmark-dash-fill:before{content:""}.bi-bookmark-dash:before{content:""}.bi-bookmark-fill:before{content:""}.bi-bookmark-heart-fill:before{content:""}.bi-bookmark-heart:before{content:""}.bi-bookmark-plus-fill:before{content:""}.bi-bookmark-plus:before{content:""}.bi-bookmark-star-fill:before{content:""}.bi-bookmark-star:before{content:""}.bi-bookmark-x-fill:before{content:""}.bi-bookmark-x:before{content:""}.bi-bookmark:before{content:""}.bi-bookmarks-fill:before{content:""}.bi-bookmarks:before{content:""}.bi-bookshelf:before{content:""}.bi-bootstrap-fill:before{content:""}.bi-bootstrap-reboot:before{content:""}.bi-bootstrap:before{content:""}.bi-border-all:before{content:""}.bi-border-bottom:before{content:""}.bi-border-center:before{content:""}.bi-border-inner:before{content:""}.bi-border-left:before{content:""}.bi-border-middle:before{content:""}.bi-border-outer:before{content:""}.bi-border-right:before{content:""}.bi-border-style:before{content:""}.bi-border-top:before{content:""}.bi-border-width:before{content:""}.bi-border:before{content:""}.bi-bounding-box-circles:before{content:""}.bi-bounding-box:before{content:""}.bi-box-arrow-down-left:before{content:""}.bi-box-arrow-down-right:before{content:""}.bi-box-arrow-down:before{content:""}.bi-box-arrow-in-down-left:before{content:""}.bi-box-arrow-in-down-right:before{content:""}.bi-box-arrow-in-down:before{content:""}.bi-box-arrow-in-left:before{content:""}.bi-box-arrow-in-right:before{content:""}.bi-box-arrow-in-up-left:before{content:""}.bi-box-arrow-in-up-right:before{content:""}.bi-box-arrow-in-up:before{content:""}.bi-box-arrow-left:before{content:""}.bi-box-arrow-right:before{content:""}.bi-box-arrow-up-left:before{content:""}.bi-box-arrow-up-right:before{content:""}.bi-box-arrow-up:before{content:""}.bi-box-seam:before{content:""}.bi-box:before{content:""}.bi-braces:before{content:""}.bi-bricks:before{content:""}.bi-briefcase-fill:before{content:""}.bi-briefcase:before{content:""}.bi-brightness-alt-high-fill:before{content:""}.bi-brightness-alt-high:before{content:""}.bi-brightness-alt-low-fill:before{content:""}.bi-brightness-alt-low:before{content:""}.bi-brightness-high-fill:before{content:""}.bi-brightness-high:before{content:""}.bi-brightness-low-fill:before{content:""}.bi-brightness-low:before{content:""}.bi-broadcast-pin:before{content:""}.bi-broadcast:before{content:""}.bi-brush-fill:before{content:""}.bi-brush:before{content:""}.bi-bucket-fill:before{content:""}.bi-bucket:before{content:""}.bi-bug-fill:before{content:""}.bi-bug:before{content:""}.bi-building:before{content:""}.bi-bullseye:before{content:""}.bi-calculator-fill:before{content:""}.bi-calculator:before{content:""}.bi-calendar-check-fill:before{content:""}.bi-calendar-check:before{content:""}.bi-calendar-date-fill:before{content:""}.bi-calendar-date:before{content:""}.bi-calendar-day-fill:before{content:""}.bi-calendar-day:before{content:""}.bi-calendar-event-fill:before{content:""}.bi-calendar-event:before{content:""}.bi-calendar-fill:before{content:""}.bi-calendar-minus-fill:before{content:""}.bi-calendar-minus:before{content:""}.bi-calendar-month-fill:before{content:""}.bi-calendar-month:before{content:""}.bi-calendar-plus-fill:before{content:""}.bi-calendar-plus:before{content:""}.bi-calendar-range-fill:before{content:""}.bi-calendar-range:before{content:""}.bi-calendar-week-fill:before{content:""}.bi-calendar-week:before{content:""}.bi-calendar-x-fill:before{content:""}.bi-calendar-x:before{content:""}.bi-calendar:before{content:""}.bi-calendar2-check-fill:before{content:""}.bi-calendar2-check:before{content:""}.bi-calendar2-date-fill:before{content:""}.bi-calendar2-date:before{content:""}.bi-calendar2-day-fill:before{content:""}.bi-calendar2-day:before{content:""}.bi-calendar2-event-fill:before{content:""}.bi-calendar2-event:before{content:""}.bi-calendar2-fill:before{content:""}.bi-calendar2-minus-fill:before{content:""}.bi-calendar2-minus:before{content:""}.bi-calendar2-month-fill:before{content:""}.bi-calendar2-month:before{content:""}.bi-calendar2-plus-fill:before{content:""}.bi-calendar2-plus:before{content:""}.bi-calendar2-range-fill:before{content:""}.bi-calendar2-range:before{content:""}.bi-calendar2-week-fill:before{content:""}.bi-calendar2-week:before{content:""}.bi-calendar2-x-fill:before{content:""}.bi-calendar2-x:before{content:""}.bi-calendar2:before{content:""}.bi-calendar3-event-fill:before{content:""}.bi-calendar3-event:before{content:""}.bi-calendar3-fill:before{content:""}.bi-calendar3-range-fill:before{content:""}.bi-calendar3-range:before{content:""}.bi-calendar3-week-fill:before{content:""}.bi-calendar3-week:before{content:""}.bi-calendar3:before{content:""}.bi-calendar4-event:before{content:""}.bi-calendar4-range:before{content:""}.bi-calendar4-week:before{content:""}.bi-calendar4:before{content:""}.bi-camera-fill:before{content:""}.bi-camera-reels-fill:before{content:""}.bi-camera-reels:before{content:""}.bi-camera-video-fill:before{content:""}.bi-camera-video-off-fill:before{content:""}.bi-camera-video-off:before{content:""}.bi-camera-video:before{content:""}.bi-camera:before{content:""}.bi-camera2:before{content:""}.bi-capslock-fill:before{content:""}.bi-capslock:before{content:""}.bi-card-checklist:before{content:""}.bi-card-heading:before{content:""}.bi-card-image:before{content:""}.bi-card-list:before{content:""}.bi-card-text:before{content:""}.bi-caret-down-fill:before{content:""}.bi-caret-down-square-fill:before{content:""}.bi-caret-down-square:before{content:""}.bi-caret-down:before{content:""}.bi-caret-left-fill:before{content:""}.bi-caret-left-square-fill:before{content:""}.bi-caret-left-square:before{content:""}.bi-caret-left:before{content:""}.bi-caret-right-fill:before{content:""}.bi-caret-right-square-fill:before{content:""}.bi-caret-right-square:before{content:""}.bi-caret-right:before{content:""}.bi-caret-up-fill:before{content:""}.bi-caret-up-square-fill:before{content:""}.bi-caret-up-square:before{content:""}.bi-caret-up:before{content:""}.bi-cart-check-fill:before{content:""}.bi-cart-check:before{content:""}.bi-cart-dash-fill:before{content:""}.bi-cart-dash:before{content:""}.bi-cart-fill:before{content:""}.bi-cart-plus-fill:before{content:""}.bi-cart-plus:before{content:""}.bi-cart-x-fill:before{content:""}.bi-cart-x:before{content:""}.bi-cart:before{content:""}.bi-cart2:before{content:""}.bi-cart3:before{content:""}.bi-cart4:before{content:""}.bi-cash-stack:before{content:""}.bi-cash:before{content:""}.bi-cast:before{content:""}.bi-chat-dots-fill:before{content:""}.bi-chat-dots:before{content:""}.bi-chat-fill:before{content:""}.bi-chat-left-dots-fill:before{content:""}.bi-chat-left-dots:before{content:""}.bi-chat-left-fill:before{content:""}.bi-chat-left-quote-fill:before{content:""}.bi-chat-left-quote:before{content:""}.bi-chat-left-text-fill:before{content:""}.bi-chat-left-text:before{content:""}.bi-chat-left:before{content:""}.bi-chat-quote-fill:before{content:""}.bi-chat-quote:before{content:""}.bi-chat-right-dots-fill:before{content:""}.bi-chat-right-dots:before{content:""}.bi-chat-right-fill:before{content:""}.bi-chat-right-quote-fill:before{content:""}.bi-chat-right-quote:before{content:""}.bi-chat-right-text-fill:before{content:""}.bi-chat-right-text:before{content:""}.bi-chat-right:before{content:""}.bi-chat-square-dots-fill:before{content:""}.bi-chat-square-dots:before{content:""}.bi-chat-square-fill:before{content:""}.bi-chat-square-quote-fill:before{content:""}.bi-chat-square-quote:before{content:""}.bi-chat-square-text-fill:before{content:""}.bi-chat-square-text:before{content:""}.bi-chat-square:before{content:""}.bi-chat-text-fill:before{content:""}.bi-chat-text:before{content:""}.bi-chat:before{content:""}.bi-check-all:before{content:""}.bi-check-circle-fill:before{content:""}.bi-check-circle:before{content:""}.bi-check-square-fill:before{content:""}.bi-check-square:before{content:""}.bi-check:before{content:""}.bi-check2-all:before{content:""}.bi-check2-circle:before{content:""}.bi-check2-square:before{content:""}.bi-check2:before{content:""}.bi-chevron-bar-contract:before{content:""}.bi-chevron-bar-down:before{content:""}.bi-chevron-bar-expand:before{content:""}.bi-chevron-bar-left:before{content:""}.bi-chevron-bar-right:before{content:""}.bi-chevron-bar-up:before{content:""}.bi-chevron-compact-down:before{content:""}.bi-chevron-compact-left:before{content:""}.bi-chevron-compact-right:before{content:""}.bi-chevron-compact-up:before{content:""}.bi-chevron-contract:before{content:""}.bi-chevron-double-down:before{content:""}.bi-chevron-double-left:before{content:""}.bi-chevron-double-right:before{content:""}.bi-chevron-double-up:before{content:""}.bi-chevron-down:before{content:""}.bi-chevron-expand:before{content:""}.bi-chevron-left:before{content:""}.bi-chevron-right:before{content:""}.bi-chevron-up:before{content:""}.bi-circle-fill:before{content:""}.bi-circle-half:before{content:""}.bi-circle-square:before{content:""}.bi-circle:before{content:""}.bi-clipboard-check:before{content:""}.bi-clipboard-data:before{content:""}.bi-clipboard-minus:before{content:""}.bi-clipboard-plus:before{content:""}.bi-clipboard-x:before{content:""}.bi-clipboard:before{content:""}.bi-clock-fill:before{content:""}.bi-clock-history:before{content:""}.bi-clock:before{content:""}.bi-cloud-arrow-down-fill:before{content:""}.bi-cloud-arrow-down:before{content:""}.bi-cloud-arrow-up-fill:before{content:""}.bi-cloud-arrow-up:before{content:""}.bi-cloud-check-fill:before{content:""}.bi-cloud-check:before{content:""}.bi-cloud-download-fill:before{content:""}.bi-cloud-download:before{content:""}.bi-cloud-drizzle-fill:before{content:""}.bi-cloud-drizzle:before{content:""}.bi-cloud-fill:before{content:""}.bi-cloud-fog-fill:before{content:""}.bi-cloud-fog:before{content:""}.bi-cloud-fog2-fill:before{content:""}.bi-cloud-fog2:before{content:""}.bi-cloud-hail-fill:before{content:""}.bi-cloud-hail:before{content:""}.bi-cloud-haze-fill:before{content:""}.bi-cloud-haze:before{content:""}.bi-cloud-haze2-fill:before{content:""}.bi-cloud-lightning-fill:before{content:""}.bi-cloud-lightning-rain-fill:before{content:""}.bi-cloud-lightning-rain:before{content:""}.bi-cloud-lightning:before{content:""}.bi-cloud-minus-fill:before{content:""}.bi-cloud-minus:before{content:""}.bi-cloud-moon-fill:before{content:""}.bi-cloud-moon:before{content:""}.bi-cloud-plus-fill:before{content:""}.bi-cloud-plus:before{content:""}.bi-cloud-rain-fill:before{content:""}.bi-cloud-rain-heavy-fill:before{content:""}.bi-cloud-rain-heavy:before{content:""}.bi-cloud-rain:before{content:""}.bi-cloud-slash-fill:before{content:""}.bi-cloud-slash:before{content:""}.bi-cloud-sleet-fill:before{content:""}.bi-cloud-sleet:before{content:""}.bi-cloud-snow-fill:before{content:""}.bi-cloud-snow:before{content:""}.bi-cloud-sun-fill:before{content:""}.bi-cloud-sun:before{content:""}.bi-cloud-upload-fill:before{content:""}.bi-cloud-upload:before{content:""}.bi-cloud:before{content:""}.bi-clouds-fill:before{content:""}.bi-clouds:before{content:""}.bi-cloudy-fill:before{content:""}.bi-cloudy:before{content:""}.bi-code-slash:before{content:""}.bi-code-square:before{content:""}.bi-code:before{content:""}.bi-collection-fill:before{content:""}.bi-collection-play-fill:before{content:""}.bi-collection-play:before{content:""}.bi-collection:before{content:""}.bi-columns-gap:before{content:""}.bi-columns:before{content:""}.bi-command:before{content:""}.bi-compass-fill:before{content:""}.bi-compass:before{content:""}.bi-cone-striped:before{content:""}.bi-cone:before{content:""}.bi-controller:before{content:""}.bi-cpu-fill:before{content:""}.bi-cpu:before{content:""}.bi-credit-card-2-back-fill:before{content:""}.bi-credit-card-2-back:before{content:""}.bi-credit-card-2-front-fill:before{content:""}.bi-credit-card-2-front:before{content:""}.bi-credit-card-fill:before{content:""}.bi-credit-card:before{content:""}.bi-crop:before{content:""}.bi-cup-fill:before{content:""}.bi-cup-straw:before{content:""}.bi-cup:before{content:""}.bi-cursor-fill:before{content:""}.bi-cursor-text:before{content:""}.bi-cursor:before{content:""}.bi-dash-circle-dotted:before{content:""}.bi-dash-circle-fill:before{content:""}.bi-dash-circle:before{content:""}.bi-dash-square-dotted:before{content:""}.bi-dash-square-fill:before{content:""}.bi-dash-square:before{content:""}.bi-dash:before{content:""}.bi-diagram-2-fill:before{content:""}.bi-diagram-2:before{content:""}.bi-diagram-3-fill:before{content:""}.bi-diagram-3:before{content:""}.bi-diamond-fill:before{content:""}.bi-diamond-half:before{content:""}.bi-diamond:before{content:""}.bi-dice-1-fill:before{content:""}.bi-dice-1:before{content:""}.bi-dice-2-fill:before{content:""}.bi-dice-2:before{content:""}.bi-dice-3-fill:before{content:""}.bi-dice-3:before{content:""}.bi-dice-4-fill:before{content:""}.bi-dice-4:before{content:""}.bi-dice-5-fill:before{content:""}.bi-dice-5:before{content:""}.bi-dice-6-fill:before{content:""}.bi-dice-6:before{content:""}.bi-disc-fill:before{content:""}.bi-disc:before{content:""}.bi-discord:before{content:""}.bi-display-fill:before{content:""}.bi-display:before{content:""}.bi-distribute-horizontal:before{content:""}.bi-distribute-vertical:before{content:""}.bi-door-closed-fill:before{content:""}.bi-door-closed:before{content:""}.bi-door-open-fill:before{content:""}.bi-door-open:before{content:""}.bi-dot:before{content:""}.bi-download:before{content:""}.bi-droplet-fill:before{content:""}.bi-droplet-half:before{content:""}.bi-droplet:before{content:""}.bi-earbuds:before{content:""}.bi-easel-fill:before{content:""}.bi-easel:before{content:""}.bi-egg-fill:before{content:""}.bi-egg-fried:before{content:""}.bi-egg:before{content:""}.bi-eject-fill:before{content:""}.bi-eject:before{content:""}.bi-emoji-angry-fill:before{content:""}.bi-emoji-angry:before{content:""}.bi-emoji-dizzy-fill:before{content:""}.bi-emoji-dizzy:before{content:""}.bi-emoji-expressionless-fill:before{content:""}.bi-emoji-expressionless:before{content:""}.bi-emoji-frown-fill:before{content:""}.bi-emoji-frown:before{content:""}.bi-emoji-heart-eyes-fill:before{content:""}.bi-emoji-heart-eyes:before{content:""}.bi-emoji-laughing-fill:before{content:""}.bi-emoji-laughing:before{content:""}.bi-emoji-neutral-fill:before{content:""}.bi-emoji-neutral:before{content:""}.bi-emoji-smile-fill:before{content:""}.bi-emoji-smile-upside-down-fill:before{content:""}.bi-emoji-smile-upside-down:before{content:""}.bi-emoji-smile:before{content:""}.bi-emoji-sunglasses-fill:before{content:""}.bi-emoji-sunglasses:before{content:""}.bi-emoji-wink-fill:before{content:""}.bi-emoji-wink:before{content:""}.bi-envelope-fill:before{content:""}.bi-envelope-open-fill:before{content:""}.bi-envelope-open:before{content:""}.bi-envelope:before{content:""}.bi-eraser-fill:before{content:""}.bi-eraser:before{content:""}.bi-exclamation-circle-fill:before{content:""}.bi-exclamation-circle:before{content:""}.bi-exclamation-diamond-fill:before{content:""}.bi-exclamation-diamond:before{content:""}.bi-exclamation-octagon-fill:before{content:""}.bi-exclamation-octagon:before{content:""}.bi-exclamation-square-fill:before{content:""}.bi-exclamation-square:before{content:""}.bi-exclamation-triangle-fill:before{content:""}.bi-exclamation-triangle:before{content:""}.bi-exclamation:before{content:""}.bi-exclude:before{content:""}.bi-eye-fill:before{content:""}.bi-eye-slash-fill:before{content:""}.bi-eye-slash:before{content:""}.bi-eye:before{content:""}.bi-eyedropper:before{content:""}.bi-eyeglasses:before{content:""}.bi-facebook:before{content:""}.bi-file-arrow-down-fill:before{content:""}.bi-file-arrow-down:before{content:""}.bi-file-arrow-up-fill:before{content:""}.bi-file-arrow-up:before{content:""}.bi-file-bar-graph-fill:before{content:""}.bi-file-bar-graph:before{content:""}.bi-file-binary-fill:before{content:""}.bi-file-binary:before{content:""}.bi-file-break-fill:before{content:""}.bi-file-break:before{content:""}.bi-file-check-fill:before{content:""}.bi-file-check:before{content:""}.bi-file-code-fill:before{content:""}.bi-file-code:before{content:""}.bi-file-diff-fill:before{content:""}.bi-file-diff:before{content:""}.bi-file-earmark-arrow-down-fill:before{content:""}.bi-file-earmark-arrow-down:before{content:""}.bi-file-earmark-arrow-up-fill:before{content:""}.bi-file-earmark-arrow-up:before{content:""}.bi-file-earmark-bar-graph-fill:before{content:""}.bi-file-earmark-bar-graph:before{content:""}.bi-file-earmark-binary-fill:before{content:""}.bi-file-earmark-binary:before{content:""}.bi-file-earmark-break-fill:before{content:""}.bi-file-earmark-break:before{content:""}.bi-file-earmark-check-fill:before{content:""}.bi-file-earmark-check:before{content:""}.bi-file-earmark-code-fill:before{content:""}.bi-file-earmark-code:before{content:""}.bi-file-earmark-diff-fill:before{content:""}.bi-file-earmark-diff:before{content:""}.bi-file-earmark-easel-fill:before{content:""}.bi-file-earmark-easel:before{content:""}.bi-file-earmark-excel-fill:before{content:""}.bi-file-earmark-excel:before{content:""}.bi-file-earmark-fill:before{content:""}.bi-file-earmark-font-fill:before{content:""}.bi-file-earmark-font:before{content:""}.bi-file-earmark-image-fill:before{content:""}.bi-file-earmark-image:before{content:""}.bi-file-earmark-lock-fill:before{content:""}.bi-file-earmark-lock:before{content:""}.bi-file-earmark-lock2-fill:before{content:""}.bi-file-earmark-lock2:before{content:""}.bi-file-earmark-medical-fill:before{content:""}.bi-file-earmark-medical:before{content:""}.bi-file-earmark-minus-fill:before{content:""}.bi-file-earmark-minus:before{content:""}.bi-file-earmark-music-fill:before{content:""}.bi-file-earmark-music:before{content:""}.bi-file-earmark-person-fill:before{content:""}.bi-file-earmark-person:before{content:""}.bi-file-earmark-play-fill:before{content:""}.bi-file-earmark-play:before{content:""}.bi-file-earmark-plus-fill:before{content:""}.bi-file-earmark-plus:before{content:""}.bi-file-earmark-post-fill:before{content:""}.bi-file-earmark-post:before{content:""}.bi-file-earmark-ppt-fill:before{content:""}.bi-file-earmark-ppt:before{content:""}.bi-file-earmark-richtext-fill:before{content:""}.bi-file-earmark-richtext:before{content:""}.bi-file-earmark-ruled-fill:before{content:""}.bi-file-earmark-ruled:before{content:""}.bi-file-earmark-slides-fill:before{content:""}.bi-file-earmark-slides:before{content:""}.bi-file-earmark-spreadsheet-fill:before{content:""}.bi-file-earmark-spreadsheet:before{content:""}.bi-file-earmark-text-fill:before{content:""}.bi-file-earmark-text:before{content:""}.bi-file-earmark-word-fill:before{content:""}.bi-file-earmark-word:before{content:""}.bi-file-earmark-x-fill:before{content:""}.bi-file-earmark-x:before{content:""}.bi-file-earmark-zip-fill:before{content:""}.bi-file-earmark-zip:before{content:""}.bi-file-earmark:before{content:""}.bi-file-easel-fill:before{content:""}.bi-file-easel:before{content:""}.bi-file-excel-fill:before{content:""}.bi-file-excel:before{content:""}.bi-file-fill:before{content:""}.bi-file-font-fill:before{content:""}.bi-file-font:before{content:""}.bi-file-image-fill:before{content:""}.bi-file-image:before{content:""}.bi-file-lock-fill:before{content:""}.bi-file-lock:before{content:""}.bi-file-lock2-fill:before{content:""}.bi-file-lock2:before{content:""}.bi-file-medical-fill:before{content:""}.bi-file-medical:before{content:""}.bi-file-minus-fill:before{content:""}.bi-file-minus:before{content:""}.bi-file-music-fill:before{content:""}.bi-file-music:before{content:""}.bi-file-person-fill:before{content:""}.bi-file-person:before{content:""}.bi-file-play-fill:before{content:""}.bi-file-play:before{content:""}.bi-file-plus-fill:before{content:""}.bi-file-plus:before{content:""}.bi-file-post-fill:before{content:""}.bi-file-post:before{content:""}.bi-file-ppt-fill:before{content:""}.bi-file-ppt:before{content:""}.bi-file-richtext-fill:before{content:""}.bi-file-richtext:before{content:""}.bi-file-ruled-fill:before{content:""}.bi-file-ruled:before{content:""}.bi-file-slides-fill:before{content:""}.bi-file-slides:before{content:""}.bi-file-spreadsheet-fill:before{content:""}.bi-file-spreadsheet:before{content:""}.bi-file-text-fill:before{content:""}.bi-file-text:before{content:""}.bi-file-word-fill:before{content:""}.bi-file-word:before{content:""}.bi-file-x-fill:before{content:""}.bi-file-x:before{content:""}.bi-file-zip-fill:before{content:""}.bi-file-zip:before{content:""}.bi-file:before{content:""}.bi-files-alt:before{content:""}.bi-files:before{content:""}.bi-film:before{content:""}.bi-filter-circle-fill:before{content:""}.bi-filter-circle:before{content:""}.bi-filter-left:before{content:""}.bi-filter-right:before{content:""}.bi-filter-square-fill:before{content:""}.bi-filter-square:before{content:""}.bi-filter:before{content:""}.bi-flag-fill:before{content:""}.bi-flag:before{content:""}.bi-flower1:before{content:""}.bi-flower2:before{content:""}.bi-flower3:before{content:""}.bi-folder-check:before{content:""}.bi-folder-fill:before{content:""}.bi-folder-minus:before{content:""}.bi-folder-plus:before{content:""}.bi-folder-symlink-fill:before{content:""}.bi-folder-symlink:before{content:""}.bi-folder-x:before{content:""}.bi-folder:before{content:""}.bi-folder2-open:before{content:""}.bi-folder2:before{content:""}.bi-fonts:before{content:""}.bi-forward-fill:before{content:""}.bi-forward:before{content:""}.bi-front:before{content:""}.bi-fullscreen-exit:before{content:""}.bi-fullscreen:before{content:""}.bi-funnel-fill:before{content:""}.bi-funnel:before{content:""}.bi-gear-fill:before{content:""}.bi-gear-wide-connected:before{content:""}.bi-gear-wide:before{content:""}.bi-gear:before{content:""}.bi-gem:before{content:""}.bi-geo-alt-fill:before{content:""}.bi-geo-alt:before{content:""}.bi-geo-fill:before{content:""}.bi-geo:before{content:""}.bi-gift-fill:before{content:""}.bi-gift:before{content:""}.bi-github:before{content:""}.bi-globe:before{content:""}.bi-globe2:before{content:""}.bi-google:before{content:""}.bi-graph-down:before{content:""}.bi-graph-up:before{content:""}.bi-grid-1x2-fill:before{content:""}.bi-grid-1x2:before{content:""}.bi-grid-3x2-gap-fill:before{content:""}.bi-grid-3x2-gap:before{content:""}.bi-grid-3x2:before{content:""}.bi-grid-3x3-gap-fill:before{content:""}.bi-grid-3x3-gap:before{content:""}.bi-grid-3x3:before{content:""}.bi-grid-fill:before{content:""}.bi-grid:before{content:""}.bi-grip-horizontal:before{content:""}.bi-grip-vertical:before{content:""}.bi-hammer:before{content:""}.bi-hand-index-fill:before{content:""}.bi-hand-index-thumb-fill:before{content:""}.bi-hand-index-thumb:before{content:""}.bi-hand-index:before{content:""}.bi-hand-thumbs-down-fill:before{content:""}.bi-hand-thumbs-down:before{content:""}.bi-hand-thumbs-up-fill:before{content:""}.bi-hand-thumbs-up:before{content:""}.bi-handbag-fill:before{content:""}.bi-handbag:before{content:""}.bi-hash:before{content:""}.bi-hdd-fill:before{content:""}.bi-hdd-network-fill:before{content:""}.bi-hdd-network:before{content:""}.bi-hdd-rack-fill:before{content:""}.bi-hdd-rack:before{content:""}.bi-hdd-stack-fill:before{content:""}.bi-hdd-stack:before{content:""}.bi-hdd:before{content:""}.bi-headphones:before{content:""}.bi-headset:before{content:""}.bi-heart-fill:before{content:""}.bi-heart-half:before{content:""}.bi-heart:before{content:""}.bi-heptagon-fill:before{content:""}.bi-heptagon-half:before{content:""}.bi-heptagon:before{content:""}.bi-hexagon-fill:before{content:""}.bi-hexagon-half:before{content:""}.bi-hexagon:before{content:""}.bi-hourglass-bottom:before{content:""}.bi-hourglass-split:before{content:""}.bi-hourglass-top:before{content:""}.bi-hourglass:before{content:""}.bi-house-door-fill:before{content:""}.bi-house-door:before{content:""}.bi-house-fill:before{content:""}.bi-house:before{content:""}.bi-hr:before{content:""}.bi-hurricane:before{content:""}.bi-image-alt:before{content:""}.bi-image-fill:before{content:""}.bi-image:before{content:""}.bi-images:before{content:""}.bi-inbox-fill:before{content:""}.bi-inbox:before{content:""}.bi-inboxes-fill:before{content:""}.bi-inboxes:before{content:""}.bi-info-circle-fill:before{content:""}.bi-info-circle:before{content:""}.bi-info-square-fill:before{content:""}.bi-info-square:before{content:""}.bi-info:before{content:""}.bi-input-cursor-text:before{content:""}.bi-input-cursor:before{content:""}.bi-instagram:before{content:""}.bi-intersect:before{content:""}.bi-journal-album:before{content:""}.bi-journal-arrow-down:before{content:""}.bi-journal-arrow-up:before{content:""}.bi-journal-bookmark-fill:before{content:""}.bi-journal-bookmark:before{content:""}.bi-journal-check:before{content:""}.bi-journal-code:before{content:""}.bi-journal-medical:before{content:""}.bi-journal-minus:before{content:""}.bi-journal-plus:before{content:""}.bi-journal-richtext:before{content:""}.bi-journal-text:before{content:""}.bi-journal-x:before{content:""}.bi-journal:before{content:""}.bi-journals:before{content:""}.bi-joystick:before{content:""}.bi-justify-left:before{content:""}.bi-justify-right:before{content:""}.bi-justify:before{content:""}.bi-kanban-fill:before{content:""}.bi-kanban:before{content:""}.bi-key-fill:before{content:""}.bi-key:before{content:""}.bi-keyboard-fill:before{content:""}.bi-keyboard:before{content:""}.bi-ladder:before{content:""}.bi-lamp-fill:before{content:""}.bi-lamp:before{content:""}.bi-laptop-fill:before{content:""}.bi-laptop:before{content:""}.bi-layer-backward:before{content:""}.bi-layer-forward:before{content:""}.bi-layers-fill:before{content:""}.bi-layers-half:before{content:""}.bi-layers:before{content:""}.bi-layout-sidebar-inset-reverse:before{content:""}.bi-layout-sidebar-inset:before{content:""}.bi-layout-sidebar-reverse:before{content:""}.bi-layout-sidebar:before{content:""}.bi-layout-split:before{content:""}.bi-layout-text-sidebar-reverse:before{content:""}.bi-layout-text-sidebar:before{content:""}.bi-layout-text-window-reverse:before{content:""}.bi-layout-text-window:before{content:""}.bi-layout-three-columns:before{content:""}.bi-layout-wtf:before{content:""}.bi-life-preserver:before{content:""}.bi-lightbulb-fill:before{content:""}.bi-lightbulb-off-fill:before{content:""}.bi-lightbulb-off:before{content:""}.bi-lightbulb:before{content:""}.bi-lightning-charge-fill:before{content:""}.bi-lightning-charge:before{content:""}.bi-lightning-fill:before{content:""}.bi-lightning:before{content:""}.bi-link-45deg:before{content:""}.bi-link:before{content:""}.bi-linkedin:before{content:""}.bi-list-check:before{content:""}.bi-list-nested:before{content:""}.bi-list-ol:before{content:""}.bi-list-stars:before{content:""}.bi-list-task:before{content:""}.bi-list-ul:before{content:""}.bi-list:before{content:""}.bi-lock-fill:before{content:""}.bi-lock:before{content:""}.bi-mailbox:before{content:""}.bi-mailbox2:before{content:""}.bi-map-fill:before{content:""}.bi-map:before{content:""}.bi-markdown-fill:before{content:""}.bi-markdown:before{content:""}.bi-mask:before{content:""}.bi-megaphone-fill:before{content:""}.bi-megaphone:before{content:""}.bi-menu-app-fill:before{content:""}.bi-menu-app:before{content:""}.bi-menu-button-fill:before{content:""}.bi-menu-button-wide-fill:before{content:""}.bi-menu-button-wide:before{content:""}.bi-menu-button:before{content:""}.bi-menu-down:before{content:""}.bi-menu-up:before{content:""}.bi-mic-fill:before{content:""}.bi-mic-mute-fill:before{content:""}.bi-mic-mute:before{content:""}.bi-mic:before{content:""}.bi-minecart-loaded:before{content:""}.bi-minecart:before{content:""}.bi-moisture:before{content:""}.bi-moon-fill:before{content:""}.bi-moon-stars-fill:before{content:""}.bi-moon-stars:before{content:""}.bi-moon:before{content:""}.bi-mouse-fill:before{content:""}.bi-mouse:before{content:""}.bi-mouse2-fill:before{content:""}.bi-mouse2:before{content:""}.bi-mouse3-fill:before{content:""}.bi-mouse3:before{content:""}.bi-music-note-beamed:before{content:""}.bi-music-note-list:before{content:""}.bi-music-note:before{content:""}.bi-music-player-fill:before{content:""}.bi-music-player:before{content:""}.bi-newspaper:before{content:""}.bi-node-minus-fill:before{content:""}.bi-node-minus:before{content:""}.bi-node-plus-fill:before{content:""}.bi-node-plus:before{content:""}.bi-nut-fill:before{content:""}.bi-nut:before{content:""}.bi-octagon-fill:before{content:""}.bi-octagon-half:before{content:""}.bi-octagon:before{content:""}.bi-option:before{content:""}.bi-outlet:before{content:""}.bi-paint-bucket:before{content:""}.bi-palette-fill:before{content:""}.bi-palette:before{content:""}.bi-palette2:before{content:""}.bi-paperclip:before{content:""}.bi-paragraph:before{content:""}.bi-patch-check-fill:before{content:""}.bi-patch-check:before{content:""}.bi-patch-exclamation-fill:before{content:""}.bi-patch-exclamation:before{content:""}.bi-patch-minus-fill:before{content:""}.bi-patch-minus:before{content:""}.bi-patch-plus-fill:before{content:""}.bi-patch-plus:before{content:""}.bi-patch-question-fill:before{content:""}.bi-patch-question:before{content:""}.bi-pause-btn-fill:before{content:""}.bi-pause-btn:before{content:""}.bi-pause-circle-fill:before{content:""}.bi-pause-circle:before{content:""}.bi-pause-fill:before{content:""}.bi-pause:before{content:""}.bi-peace-fill:before{content:""}.bi-peace:before{content:""}.bi-pen-fill:before{content:""}.bi-pen:before{content:""}.bi-pencil-fill:before{content:""}.bi-pencil-square:before{content:""}.bi-pencil:before{content:""}.bi-pentagon-fill:before{content:""}.bi-pentagon-half:before{content:""}.bi-pentagon:before{content:""}.bi-people-fill:before{content:""}.bi-people:before{content:""}.bi-percent:before{content:""}.bi-person-badge-fill:before{content:""}.bi-person-badge:before{content:""}.bi-person-bounding-box:before{content:""}.bi-person-check-fill:before{content:""}.bi-person-check:before{content:""}.bi-person-circle:before{content:""}.bi-person-dash-fill:before{content:""}.bi-person-dash:before{content:""}.bi-person-fill:before{content:""}.bi-person-lines-fill:before{content:""}.bi-person-plus-fill:before{content:""}.bi-person-plus:before{content:""}.bi-person-square:before{content:""}.bi-person-x-fill:before{content:""}.bi-person-x:before{content:""}.bi-person:before{content:""}.bi-phone-fill:before{content:""}.bi-phone-landscape-fill:before{content:""}.bi-phone-landscape:before{content:""}.bi-phone-vibrate-fill:before{content:""}.bi-phone-vibrate:before{content:""}.bi-phone:before{content:""}.bi-pie-chart-fill:before{content:""}.bi-pie-chart:before{content:""}.bi-pin-angle-fill:before{content:""}.bi-pin-angle:before{content:""}.bi-pin-fill:before{content:""}.bi-pin:before{content:""}.bi-pip-fill:before{content:""}.bi-pip:before{content:""}.bi-play-btn-fill:before{content:""}.bi-play-btn:before{content:""}.bi-play-circle-fill:before{content:""}.bi-play-circle:before{content:""}.bi-play-fill:before{content:""}.bi-play:before{content:""}.bi-plug-fill:before{content:""}.bi-plug:before{content:""}.bi-plus-circle-dotted:before{content:""}.bi-plus-circle-fill:before{content:""}.bi-plus-circle:before{content:""}.bi-plus-square-dotted:before{content:""}.bi-plus-square-fill:before{content:""}.bi-plus-square:before{content:""}.bi-plus:before{content:""}.bi-power:before{content:""}.bi-printer-fill:before{content:""}.bi-printer:before{content:""}.bi-puzzle-fill:before{content:""}.bi-puzzle:before{content:""}.bi-question-circle-fill:before{content:""}.bi-question-circle:before{content:""}.bi-question-diamond-fill:before{content:""}.bi-question-diamond:before{content:""}.bi-question-octagon-fill:before{content:""}.bi-question-octagon:before{content:""}.bi-question-square-fill:before{content:""}.bi-question-square:before{content:""}.bi-question:before{content:""}.bi-rainbow:before{content:""}.bi-receipt-cutoff:before{content:""}.bi-receipt:before{content:""}.bi-reception-0:before{content:""}.bi-reception-1:before{content:""}.bi-reception-2:before{content:""}.bi-reception-3:before{content:""}.bi-reception-4:before{content:""}.bi-record-btn-fill:before{content:""}.bi-record-btn:before{content:""}.bi-record-circle-fill:before{content:""}.bi-record-circle:before{content:""}.bi-record-fill:before{content:""}.bi-record:before{content:""}.bi-record2-fill:before{content:""}.bi-record2:before{content:""}.bi-reply-all-fill:before{content:""}.bi-reply-all:before{content:""}.bi-reply-fill:before{content:""}.bi-reply:before{content:""}.bi-rss-fill:before{content:""}.bi-rss:before{content:""}.bi-rulers:before{content:""}.bi-save-fill:before{content:""}.bi-save:before{content:""}.bi-save2-fill:before{content:""}.bi-save2:before{content:""}.bi-scissors:before{content:""}.bi-screwdriver:before{content:""}.bi-search:before{content:""}.bi-segmented-nav:before{content:""}.bi-server:before{content:""}.bi-share-fill:before{content:""}.bi-share:before{content:""}.bi-shield-check:before{content:""}.bi-shield-exclamation:before{content:""}.bi-shield-fill-check:before{content:""}.bi-shield-fill-exclamation:before{content:""}.bi-shield-fill-minus:before{content:""}.bi-shield-fill-plus:before{content:""}.bi-shield-fill-x:before{content:""}.bi-shield-fill:before{content:""}.bi-shield-lock-fill:before{content:""}.bi-shield-lock:before{content:""}.bi-shield-minus:before{content:""}.bi-shield-plus:before{content:""}.bi-shield-shaded:before{content:""}.bi-shield-slash-fill:before{content:""}.bi-shield-slash:before{content:""}.bi-shield-x:before{content:""}.bi-shield:before{content:""}.bi-shift-fill:before{content:""}.bi-shift:before{content:""}.bi-shop-window:before{content:""}.bi-shop:before{content:""}.bi-shuffle:before{content:""}.bi-signpost-2-fill:before{content:""}.bi-signpost-2:before{content:""}.bi-signpost-fill:before{content:""}.bi-signpost-split-fill:before{content:""}.bi-signpost-split:before{content:""}.bi-signpost:before{content:""}.bi-sim-fill:before{content:""}.bi-sim:before{content:""}.bi-skip-backward-btn-fill:before{content:""}.bi-skip-backward-btn:before{content:""}.bi-skip-backward-circle-fill:before{content:""}.bi-skip-backward-circle:before{content:""}.bi-skip-backward-fill:before{content:""}.bi-skip-backward:before{content:""}.bi-skip-end-btn-fill:before{content:""}.bi-skip-end-btn:before{content:""}.bi-skip-end-circle-fill:before{content:""}.bi-skip-end-circle:before{content:""}.bi-skip-end-fill:before{content:""}.bi-skip-end:before{content:""}.bi-skip-forward-btn-fill:before{content:""}.bi-skip-forward-btn:before{content:""}.bi-skip-forward-circle-fill:before{content:""}.bi-skip-forward-circle:before{content:""}.bi-skip-forward-fill:before{content:""}.bi-skip-forward:before{content:""}.bi-skip-start-btn-fill:before{content:""}.bi-skip-start-btn:before{content:""}.bi-skip-start-circle-fill:before{content:""}.bi-skip-start-circle:before{content:""}.bi-skip-start-fill:before{content:""}.bi-skip-start:before{content:""}.bi-slack:before{content:""}.bi-slash-circle-fill:before{content:""}.bi-slash-circle:before{content:""}.bi-slash-square-fill:before{content:""}.bi-slash-square:before{content:""}.bi-slash:before{content:""}.bi-sliders:before{content:""}.bi-smartwatch:before{content:""}.bi-snow:before{content:""}.bi-snow2:before{content:""}.bi-snow3:before{content:""}.bi-sort-alpha-down-alt:before{content:""}.bi-sort-alpha-down:before{content:""}.bi-sort-alpha-up-alt:before{content:""}.bi-sort-alpha-up:before{content:""}.bi-sort-down-alt:before{content:""}.bi-sort-down:before{content:""}.bi-sort-numeric-down-alt:before{content:""}.bi-sort-numeric-down:before{content:""}.bi-sort-numeric-up-alt:before{content:""}.bi-sort-numeric-up:before{content:""}.bi-sort-up-alt:before{content:""}.bi-sort-up:before{content:""}.bi-soundwave:before{content:""}.bi-speaker-fill:before{content:""}.bi-speaker:before{content:""}.bi-speedometer:before{content:""}.bi-speedometer2:before{content:""}.bi-spellcheck:before{content:""}.bi-square-fill:before{content:""}.bi-square-half:before{content:""}.bi-square:before{content:""}.bi-stack:before{content:""}.bi-star-fill:before{content:""}.bi-star-half:before{content:""}.bi-star:before{content:""}.bi-stars:before{content:""}.bi-stickies-fill:before{content:""}.bi-stickies:before{content:""}.bi-sticky-fill:before{content:""}.bi-sticky:before{content:""}.bi-stop-btn-fill:before{content:""}.bi-stop-btn:before{content:""}.bi-stop-circle-fill:before{content:""}.bi-stop-circle:before{content:""}.bi-stop-fill:before{content:""}.bi-stop:before{content:""}.bi-stoplights-fill:before{content:""}.bi-stoplights:before{content:""}.bi-stopwatch-fill:before{content:""}.bi-stopwatch:before{content:""}.bi-subtract:before{content:""}.bi-suit-club-fill:before{content:""}.bi-suit-club:before{content:""}.bi-suit-diamond-fill:before{content:""}.bi-suit-diamond:before{content:""}.bi-suit-heart-fill:before{content:""}.bi-suit-heart:before{content:""}.bi-suit-spade-fill:before{content:""}.bi-suit-spade:before{content:""}.bi-sun-fill:before{content:""}.bi-sun:before{content:""}.bi-sunglasses:before{content:""}.bi-sunrise-fill:before{content:""}.bi-sunrise:before{content:""}.bi-sunset-fill:before{content:""}.bi-sunset:before{content:""}.bi-symmetry-horizontal:before{content:""}.bi-symmetry-vertical:before{content:""}.bi-table:before{content:""}.bi-tablet-fill:before{content:""}.bi-tablet-landscape-fill:before{content:""}.bi-tablet-landscape:before{content:""}.bi-tablet:before{content:""}.bi-tag-fill:before{content:""}.bi-tag:before{content:""}.bi-tags-fill:before{content:""}.bi-tags:before{content:""}.bi-telegram:before{content:""}.bi-telephone-fill:before{content:""}.bi-telephone-forward-fill:before{content:""}.bi-telephone-forward:before{content:""}.bi-telephone-inbound-fill:before{content:""}.bi-telephone-inbound:before{content:""}.bi-telephone-minus-fill:before{content:""}.bi-telephone-minus:before{content:""}.bi-telephone-outbound-fill:before{content:""}.bi-telephone-outbound:before{content:""}.bi-telephone-plus-fill:before{content:""}.bi-telephone-plus:before{content:""}.bi-telephone-x-fill:before{content:""}.bi-telephone-x:before{content:""}.bi-telephone:before{content:""}.bi-terminal-fill:before{content:""}.bi-terminal:before{content:""}.bi-text-center:before{content:""}.bi-text-indent-left:before{content:""}.bi-text-indent-right:before{content:""}.bi-text-left:before{content:""}.bi-text-paragraph:before{content:""}.bi-text-right:before{content:""}.bi-textarea-resize:before{content:""}.bi-textarea-t:before{content:""}.bi-textarea:before{content:""}.bi-thermometer-half:before{content:""}.bi-thermometer-high:before{content:""}.bi-thermometer-low:before{content:""}.bi-thermometer-snow:before{content:""}.bi-thermometer-sun:before{content:""}.bi-thermometer:before{content:""}.bi-three-dots-vertical:before{content:""}.bi-three-dots:before{content:""}.bi-toggle-off:before{content:""}.bi-toggle-on:before{content:""}.bi-toggle2-off:before{content:""}.bi-toggle2-on:before{content:""}.bi-toggles:before{content:""}.bi-toggles2:before{content:""}.bi-tools:before{content:""}.bi-tornado:before{content:""}.bi-trash-fill:before{content:""}.bi-trash:before{content:""}.bi-trash2-fill:before{content:""}.bi-trash2:before{content:""}.bi-tree-fill:before{content:""}.bi-tree:before{content:""}.bi-triangle-fill:before{content:""}.bi-triangle-half:before{content:""}.bi-triangle:before{content:""}.bi-trophy-fill:before{content:""}.bi-trophy:before{content:""}.bi-tropical-storm:before{content:""}.bi-truck-flatbed:before{content:""}.bi-truck:before{content:""}.bi-tsunami:before{content:""}.bi-tv-fill:before{content:""}.bi-tv:before{content:""}.bi-twitch:before{content:""}.bi-twitter:before{content:""}.bi-type-bold:before{content:""}.bi-type-h1:before{content:""}.bi-type-h2:before{content:""}.bi-type-h3:before{content:""}.bi-type-italic:before{content:""}.bi-type-strikethrough:before{content:""}.bi-type-underline:before{content:""}.bi-type:before{content:""}.bi-ui-checks-grid:before{content:""}.bi-ui-checks:before{content:""}.bi-ui-radios-grid:before{content:""}.bi-ui-radios:before{content:""}.bi-umbrella-fill:before{content:""}.bi-umbrella:before{content:""}.bi-union:before{content:""}.bi-unlock-fill:before{content:""}.bi-unlock:before{content:""}.bi-upc-scan:before{content:""}.bi-upc:before{content:""}.bi-upload:before{content:""}.bi-vector-pen:before{content:""}.bi-view-list:before{content:""}.bi-view-stacked:before{content:""}.bi-vinyl-fill:before{content:""}.bi-vinyl:before{content:""}.bi-voicemail:before{content:""}.bi-volume-down-fill:before{content:""}.bi-volume-down:before{content:""}.bi-volume-mute-fill:before{content:""}.bi-volume-mute:before{content:""}.bi-volume-off-fill:before{content:""}.bi-volume-off:before{content:""}.bi-volume-up-fill:before{content:""}.bi-volume-up:before{content:""}.bi-vr:before{content:""}.bi-wallet-fill:before{content:""}.bi-wallet:before{content:""}.bi-wallet2:before{content:""}.bi-watch:before{content:""}.bi-water:before{content:""}.bi-whatsapp:before{content:""}.bi-wifi-1:before{content:""}.bi-wifi-2:before{content:""}.bi-wifi-off:before{content:""}.bi-wifi:before{content:""}.bi-wind:before{content:""}.bi-window-dock:before{content:""}.bi-window-sidebar:before{content:""}.bi-window:before{content:""}.bi-wrench:before{content:""}.bi-x-circle-fill:before{content:""}.bi-x-circle:before{content:""}.bi-x-diamond-fill:before{content:""}.bi-x-diamond:before{content:""}.bi-x-octagon-fill:before{content:""}.bi-x-octagon:before{content:""}.bi-x-square-fill:before{content:""}.bi-x-square:before{content:""}.bi-x:before{content:""}.bi-youtube:before{content:""}.bi-zoom-in:before{content:""}.bi-zoom-out:before{content:""}.bi-bank:before{content:""}.bi-bank2:before{content:""}.bi-bell-slash-fill:before{content:""}.bi-bell-slash:before{content:""}.bi-cash-coin:before{content:""}.bi-check-lg:before{content:""}.bi-coin:before{content:""}.bi-currency-bitcoin:before{content:""}.bi-currency-dollar:before{content:""}.bi-currency-euro:before{content:""}.bi-currency-exchange:before{content:""}.bi-currency-pound:before{content:""}.bi-currency-yen:before{content:""}.bi-dash-lg:before{content:""}.bi-exclamation-lg:before{content:""}.bi-file-earmark-pdf-fill:before{content:""}.bi-file-earmark-pdf:before{content:""}.bi-file-pdf-fill:before{content:""}.bi-file-pdf:before{content:""}.bi-gender-ambiguous:before{content:""}.bi-gender-female:before{content:""}.bi-gender-male:before{content:""}.bi-gender-trans:before{content:""}.bi-headset-vr:before{content:""}.bi-info-lg:before{content:""}.bi-mastodon:before{content:""}.bi-messenger:before{content:""}.bi-piggy-bank-fill:before{content:""}.bi-piggy-bank:before{content:""}.bi-pin-map-fill:before{content:""}.bi-pin-map:before{content:""}.bi-plus-lg:before{content:""}.bi-question-lg:before{content:""}.bi-recycle:before{content:""}.bi-reddit:before{content:""}.bi-safe-fill:before{content:""}.bi-safe2-fill:before{content:""}.bi-safe2:before{content:""}.bi-sd-card-fill:before{content:""}.bi-sd-card:before{content:""}.bi-skype:before{content:""}.bi-slash-lg:before{content:""}.bi-translate:before{content:""}.bi-x-lg:before{content:""}.bi-safe:before{content:""}.bi-apple:before{content:""}.bi-microsoft:before{content:""}.bi-windows:before{content:""}.bi-behance:before{content:""}.bi-dribbble:before{content:""}.bi-line:before{content:""}.bi-medium:before{content:""}.bi-paypal:before{content:""}.bi-pinterest:before{content:""}.bi-signal:before{content:""}.bi-snapchat:before{content:""}.bi-spotify:before{content:""}.bi-stack-overflow:before{content:""}.bi-strava:before{content:""}.bi-wordpress:before{content:""}.bi-vimeo:before{content:""}.bi-activity:before{content:""}.bi-easel2-fill:before{content:""}.bi-easel2:before{content:""}.bi-easel3-fill:before{content:""}.bi-easel3:before{content:""}.bi-fan:before{content:""}.bi-fingerprint:before{content:""}.bi-graph-down-arrow:before{content:""}.bi-graph-up-arrow:before{content:""}.bi-hypnotize:before{content:""}.bi-magic:before{content:""}.bi-person-rolodex:before{content:""}.bi-person-video:before{content:""}.bi-person-video2:before{content:""}.bi-person-video3:before{content:""}.bi-person-workspace:before{content:""}.bi-radioactive:before{content:""}.bi-webcam-fill:before{content:""}.bi-webcam:before{content:""}.bi-yin-yang:before{content:""}.bi-bandaid-fill:before{content:""}.bi-bandaid:before{content:""}.bi-bluetooth:before{content:""}.bi-body-text:before{content:""}.bi-boombox:before{content:""}.bi-boxes:before{content:""}.bi-dpad-fill:before{content:""}.bi-dpad:before{content:""}.bi-ear-fill:before{content:""}.bi-ear:before{content:""}.bi-envelope-check-fill:before{content:""}.bi-envelope-check:before{content:""}.bi-envelope-dash-fill:before{content:""}.bi-envelope-dash:before{content:""}.bi-envelope-exclamation-fill:before{content:""}.bi-envelope-exclamation:before{content:""}.bi-envelope-plus-fill:before{content:""}.bi-envelope-plus:before{content:""}.bi-envelope-slash-fill:before{content:""}.bi-envelope-slash:before{content:""}.bi-envelope-x-fill:before{content:""}.bi-envelope-x:before{content:""}.bi-explicit-fill:before{content:""}.bi-explicit:before{content:""}.bi-git:before{content:""}.bi-infinity:before{content:""}.bi-list-columns-reverse:before{content:""}.bi-list-columns:before{content:""}.bi-meta:before{content:""}.bi-nintendo-switch:before{content:""}.bi-pc-display-horizontal:before{content:""}.bi-pc-display:before{content:""}.bi-pc-horizontal:before{content:""}.bi-pc:before{content:""}.bi-playstation:before{content:""}.bi-plus-slash-minus:before{content:""}.bi-projector-fill:before{content:""}.bi-projector:before{content:""}.bi-qr-code-scan:before{content:""}.bi-qr-code:before{content:""}.bi-quora:before{content:""}.bi-quote:before{content:""}.bi-robot:before{content:""}.bi-send-check-fill:before{content:""}.bi-send-check:before{content:""}.bi-send-dash-fill:before{content:""}.bi-send-dash:before{content:""}.bi-send-exclamation-fill:before{content:""}.bi-send-exclamation:before{content:""}.bi-send-fill:before{content:""}.bi-send-plus-fill:before{content:""}.bi-send-plus:before{content:""}.bi-send-slash-fill:before{content:""}.bi-send-slash:before{content:""}.bi-send-x-fill:before{content:""}.bi-send-x:before{content:""}.bi-send:before{content:""}.bi-steam:before{content:""}.bi-terminal-dash:before{content:""}.bi-terminal-plus:before{content:""}.bi-terminal-split:before{content:""}.bi-ticket-detailed-fill:before{content:""}.bi-ticket-detailed:before{content:""}.bi-ticket-fill:before{content:""}.bi-ticket-perforated-fill:before{content:""}.bi-ticket-perforated:before{content:""}.bi-ticket:before{content:""}.bi-tiktok:before{content:""}.bi-window-dash:before{content:""}.bi-window-desktop:before{content:""}.bi-window-fullscreen:before{content:""}.bi-window-plus:before{content:""}.bi-window-split:before{content:""}.bi-window-stack:before{content:""}.bi-window-x:before{content:""}.bi-xbox:before{content:""}.bi-ethernet:before{content:""}.bi-hdmi-fill:before{content:""}.bi-hdmi:before{content:""}.bi-usb-c-fill:before{content:""}.bi-usb-c:before{content:""}.bi-usb-fill:before{content:""}.bi-usb-plug-fill:before{content:""}.bi-usb-plug:before{content:""}.bi-usb-symbol:before{content:""}.bi-usb:before{content:""}.bi-boombox-fill:before{content:""}.bi-displayport:before{content:""}.bi-gpu-card:before{content:""}.bi-memory:before{content:""}.bi-modem-fill:before{content:""}.bi-modem:before{content:""}.bi-motherboard-fill:before{content:""}.bi-motherboard:before{content:""}.bi-optical-audio-fill:before{content:""}.bi-optical-audio:before{content:""}.bi-pci-card:before{content:""}.bi-router-fill:before{content:""}.bi-router:before{content:""}.bi-thunderbolt-fill:before{content:""}.bi-thunderbolt:before{content:""}.bi-usb-drive-fill:before{content:""}.bi-usb-drive:before{content:""}.bi-usb-micro-fill:before{content:""}.bi-usb-micro:before{content:""}.bi-usb-mini-fill:before{content:""}.bi-usb-mini:before{content:""}.bi-cloud-haze2:before{content:""}.bi-device-hdd-fill:before{content:""}.bi-device-hdd:before{content:""}.bi-device-ssd-fill:before{content:""}.bi-device-ssd:before{content:""}.bi-displayport-fill:before{content:""}.bi-mortarboard-fill:before{content:""}.bi-mortarboard:before{content:""}.bi-terminal-x:before{content:""}.bi-arrow-through-heart-fill:before{content:""}.bi-arrow-through-heart:before{content:""}.bi-badge-sd-fill:before{content:""}.bi-badge-sd:before{content:""}.bi-bag-heart-fill:before{content:""}.bi-bag-heart:before{content:""}.bi-balloon-fill:before{content:""}.bi-balloon-heart-fill:before{content:""}.bi-balloon-heart:before{content:""}.bi-balloon:before{content:""}.bi-box2-fill:before{content:""}.bi-box2-heart-fill:before{content:""}.bi-box2-heart:before{content:""}.bi-box2:before{content:""}.bi-braces-asterisk:before{content:""}.bi-calendar-heart-fill:before{content:""}.bi-calendar-heart:before{content:""}.bi-calendar2-heart-fill:before{content:""}.bi-calendar2-heart:before{content:""}.bi-chat-heart-fill:before{content:""}.bi-chat-heart:before{content:""}.bi-chat-left-heart-fill:before{content:""}.bi-chat-left-heart:before{content:""}.bi-chat-right-heart-fill:before{content:""}.bi-chat-right-heart:before{content:""}.bi-chat-square-heart-fill:before{content:""}.bi-chat-square-heart:before{content:""}.bi-clipboard-check-fill:before{content:""}.bi-clipboard-data-fill:before{content:""}.bi-clipboard-fill:before{content:""}.bi-clipboard-heart-fill:before{content:""}.bi-clipboard-heart:before{content:""}.bi-clipboard-minus-fill:before{content:""}.bi-clipboard-plus-fill:before{content:""}.bi-clipboard-pulse:before{content:""}.bi-clipboard-x-fill:before{content:""}.bi-clipboard2-check-fill:before{content:""}.bi-clipboard2-check:before{content:""}.bi-clipboard2-data-fill:before{content:""}.bi-clipboard2-data:before{content:""}.bi-clipboard2-fill:before{content:""}.bi-clipboard2-heart-fill:before{content:""}.bi-clipboard2-heart:before{content:""}.bi-clipboard2-minus-fill:before{content:""}.bi-clipboard2-minus:before{content:""}.bi-clipboard2-plus-fill:before{content:""}.bi-clipboard2-plus:before{content:""}.bi-clipboard2-pulse-fill:before{content:""}.bi-clipboard2-pulse:before{content:""}.bi-clipboard2-x-fill:before{content:""}.bi-clipboard2-x:before{content:""}.bi-clipboard2:before{content:""}.bi-emoji-kiss-fill:before{content:""}.bi-emoji-kiss:before{content:""}.bi-envelope-heart-fill:before{content:""}.bi-envelope-heart:before{content:""}.bi-envelope-open-heart-fill:before{content:""}.bi-envelope-open-heart:before{content:""}.bi-envelope-paper-fill:before{content:""}.bi-envelope-paper-heart-fill:before{content:""}.bi-envelope-paper-heart:before{content:""}.bi-envelope-paper:before{content:""}.bi-filetype-aac:before{content:""}.bi-filetype-ai:before{content:""}.bi-filetype-bmp:before{content:""}.bi-filetype-cs:before{content:""}.bi-filetype-css:before{content:""}.bi-filetype-csv:before{content:""}.bi-filetype-doc:before{content:""}.bi-filetype-docx:before{content:""}.bi-filetype-exe:before{content:""}.bi-filetype-gif:before{content:""}.bi-filetype-heic:before{content:""}.bi-filetype-html:before{content:""}.bi-filetype-java:before{content:""}.bi-filetype-jpg:before{content:""}.bi-filetype-js:before{content:""}.bi-filetype-jsx:before{content:""}.bi-filetype-key:before{content:""}.bi-filetype-m4p:before{content:""}.bi-filetype-md:before{content:""}.bi-filetype-mdx:before{content:""}.bi-filetype-mov:before{content:""}.bi-filetype-mp3:before{content:""}.bi-filetype-mp4:before{content:""}.bi-filetype-otf:before{content:""}.bi-filetype-pdf:before{content:""}.bi-filetype-php:before{content:""}.bi-filetype-png:before{content:""}.bi-filetype-ppt:before{content:""}.bi-filetype-psd:before{content:""}.bi-filetype-py:before{content:""}.bi-filetype-raw:before{content:""}.bi-filetype-rb:before{content:""}.bi-filetype-sass:before{content:""}.bi-filetype-scss:before{content:""}.bi-filetype-sh:before{content:""}.bi-filetype-svg:before{content:""}.bi-filetype-tiff:before{content:""}.bi-filetype-tsx:before{content:""}.bi-filetype-ttf:before{content:""}.bi-filetype-txt:before{content:""}.bi-filetype-wav:before{content:""}.bi-filetype-woff:before{content:""}.bi-filetype-xls:before{content:""}.bi-filetype-xml:before{content:""}.bi-filetype-yml:before{content:""}.bi-heart-arrow:before{content:""}.bi-heart-pulse-fill:before{content:""}.bi-heart-pulse:before{content:""}.bi-heartbreak-fill:before{content:""}.bi-heartbreak:before{content:""}.bi-hearts:before{content:""}.bi-hospital-fill:before{content:""}.bi-hospital:before{content:""}.bi-house-heart-fill:before{content:""}.bi-house-heart:before{content:""}.bi-incognito:before{content:""}.bi-magnet-fill:before{content:""}.bi-magnet:before{content:""}.bi-person-heart:before{content:""}.bi-person-hearts:before{content:""}.bi-phone-flip:before{content:""}.bi-plugin:before{content:""}.bi-postage-fill:before{content:""}.bi-postage-heart-fill:before{content:""}.bi-postage-heart:before{content:""}.bi-postage:before{content:""}.bi-postcard-fill:before{content:""}.bi-postcard-heart-fill:before{content:""}.bi-postcard-heart:before{content:""}.bi-postcard:before{content:""}.bi-search-heart-fill:before{content:""}.bi-search-heart:before{content:""}.bi-sliders2-vertical:before{content:""}.bi-sliders2:before{content:""}.bi-trash3-fill:before{content:""}.bi-trash3:before{content:""}.bi-valentine:before{content:""}.bi-valentine2:before{content:""}.bi-wrench-adjustable-circle-fill:before{content:""}.bi-wrench-adjustable-circle:before{content:""}.bi-wrench-adjustable:before{content:""}.bi-filetype-json:before{content:""}.bi-filetype-pptx:before{content:""}.bi-filetype-xlsx:before{content:""}.bi-1-circle-fill:before{content:""}.bi-1-circle:before{content:""}.bi-1-square-fill:before{content:""}.bi-1-square:before{content:""}.bi-2-circle-fill:before{content:""}.bi-2-circle:before{content:""}.bi-2-square-fill:before{content:""}.bi-2-square:before{content:""}.bi-3-circle-fill:before{content:""}.bi-3-circle:before{content:""}.bi-3-square-fill:before{content:""}.bi-3-square:before{content:""}.bi-4-circle-fill:before{content:""}.bi-4-circle:before{content:""}.bi-4-square-fill:before{content:""}.bi-4-square:before{content:""}.bi-5-circle-fill:before{content:""}.bi-5-circle:before{content:""}.bi-5-square-fill:before{content:""}.bi-5-square:before{content:""}.bi-6-circle-fill:before{content:""}.bi-6-circle:before{content:""}.bi-6-square-fill:before{content:""}.bi-6-square:before{content:""}.bi-7-circle-fill:before{content:""}.bi-7-circle:before{content:""}.bi-7-square-fill:before{content:""}.bi-7-square:before{content:""}.bi-8-circle-fill:before{content:""}.bi-8-circle:before{content:""}.bi-8-square-fill:before{content:""}.bi-8-square:before{content:""}.bi-9-circle-fill:before{content:""}.bi-9-circle:before{content:""}.bi-9-square-fill:before{content:""}.bi-9-square:before{content:""}.bi-airplane-engines-fill:before{content:""}.bi-airplane-engines:before{content:""}.bi-airplane-fill:before{content:""}.bi-airplane:before{content:""}.bi-alexa:before{content:""}.bi-alipay:before{content:""}.bi-android:before{content:""}.bi-android2:before{content:""}.bi-box-fill:before{content:""}.bi-box-seam-fill:before{content:""}.bi-browser-chrome:before{content:""}.bi-browser-edge:before{content:""}.bi-browser-firefox:before{content:""}.bi-browser-safari:before{content:""}.bi-c-circle-fill:before{content:""}.bi-c-circle:before{content:""}.bi-c-square-fill:before{content:""}.bi-c-square:before{content:""}.bi-capsule-pill:before{content:""}.bi-capsule:before{content:""}.bi-car-front-fill:before{content:""}.bi-car-front:before{content:""}.bi-cassette-fill:before{content:""}.bi-cassette:before{content:""}.bi-cc-circle-fill:before{content:""}.bi-cc-circle:before{content:""}.bi-cc-square-fill:before{content:""}.bi-cc-square:before{content:""}.bi-cup-hot-fill:before{content:""}.bi-cup-hot:before{content:""}.bi-currency-rupee:before{content:""}.bi-dropbox:before{content:""}.bi-escape:before{content:""}.bi-fast-forward-btn-fill:before{content:""}.bi-fast-forward-btn:before{content:""}.bi-fast-forward-circle-fill:before{content:""}.bi-fast-forward-circle:before{content:""}.bi-fast-forward-fill:before{content:""}.bi-fast-forward:before{content:""}.bi-filetype-sql:before{content:""}.bi-fire:before{content:""}.bi-google-play:before{content:""}.bi-h-circle-fill:before{content:""}.bi-h-circle:before{content:""}.bi-h-square-fill:before{content:""}.bi-h-square:before{content:""}.bi-indent:before{content:""}.bi-lungs-fill:before{content:""}.bi-lungs:before{content:""}.bi-microsoft-teams:before{content:""}.bi-p-circle-fill:before{content:""}.bi-p-circle:before{content:""}.bi-p-square-fill:before{content:""}.bi-p-square:before{content:""}.bi-pass-fill:before{content:""}.bi-pass:before{content:""}.bi-prescription:before{content:""}.bi-prescription2:before{content:""}.bi-r-circle-fill:before{content:""}.bi-r-circle:before{content:""}.bi-r-square-fill:before{content:""}.bi-r-square:before{content:""}.bi-repeat-1:before{content:""}.bi-repeat:before{content:""}.bi-rewind-btn-fill:before{content:""}.bi-rewind-btn:before{content:""}.bi-rewind-circle-fill:before{content:""}.bi-rewind-circle:before{content:""}.bi-rewind-fill:before{content:""}.bi-rewind:before{content:""}.bi-train-freight-front-fill:before{content:""}.bi-train-freight-front:before{content:""}.bi-train-front-fill:before{content:""}.bi-train-front:before{content:""}.bi-train-lightrail-front-fill:before{content:""}.bi-train-lightrail-front:before{content:""}.bi-truck-front-fill:before{content:""}.bi-truck-front:before{content:""}.bi-ubuntu:before{content:""}.bi-unindent:before{content:""}.bi-unity:before{content:""}.bi-universal-access-circle:before{content:""}.bi-universal-access:before{content:""}.bi-virus:before{content:""}.bi-virus2:before{content:""}.bi-wechat:before{content:""}.bi-yelp:before{content:""}.bi-sign-stop-fill:before{content:""}.bi-sign-stop-lights-fill:before{content:""}.bi-sign-stop-lights:before{content:""}.bi-sign-stop:before{content:""}.bi-sign-turn-left-fill:before{content:""}.bi-sign-turn-left:before{content:""}.bi-sign-turn-right-fill:before{content:""}.bi-sign-turn-right:before{content:""}.bi-sign-turn-slight-left-fill:before{content:""}.bi-sign-turn-slight-left:before{content:""}.bi-sign-turn-slight-right-fill:before{content:""}.bi-sign-turn-slight-right:before{content:""}.bi-sign-yield-fill:before{content:""}.bi-sign-yield:before{content:""}.bi-ev-station-fill:before{content:""}.bi-ev-station:before{content:""}.bi-fuel-pump-diesel-fill:before{content:""}.bi-fuel-pump-diesel:before{content:""}.bi-fuel-pump-fill:before{content:""}.bi-fuel-pump:before{content:""}.bi-0-circle-fill:before{content:""}.bi-0-circle:before{content:""}.bi-0-square-fill:before{content:""}.bi-0-square:before{content:""}.bi-rocket-fill:before{content:""}.bi-rocket-takeoff-fill:before{content:""}.bi-rocket-takeoff:before{content:""}.bi-rocket:before{content:""}.bi-stripe:before{content:""}.bi-subscript:before{content:""}.bi-superscript:before{content:""}.bi-trello:before{content:""}.bi-envelope-at-fill:before{content:""}.bi-envelope-at:before{content:""}.bi-regex:before{content:""}.bi-text-wrap:before{content:""}.bi-sign-dead-end-fill:before{content:""}.bi-sign-dead-end:before{content:""}.bi-sign-do-not-enter-fill:before{content:""}.bi-sign-do-not-enter:before{content:""}.bi-sign-intersection-fill:before{content:""}.bi-sign-intersection-side-fill:before{content:""}.bi-sign-intersection-side:before{content:""}.bi-sign-intersection-t-fill:before{content:""}.bi-sign-intersection-t:before{content:""}.bi-sign-intersection-y-fill:before{content:""}.bi-sign-intersection-y:before{content:""}.bi-sign-intersection:before{content:""}.bi-sign-merge-left-fill:before{content:""}.bi-sign-merge-left:before{content:""}.bi-sign-merge-right-fill:before{content:""}.bi-sign-merge-right:before{content:""}.bi-sign-no-left-turn-fill:before{content:""}.bi-sign-no-left-turn:before{content:""}.bi-sign-no-parking-fill:before{content:""}.bi-sign-no-parking:before{content:""}.bi-sign-no-right-turn-fill:before{content:""}.bi-sign-no-right-turn:before{content:""}.bi-sign-railroad-fill:before{content:""}.bi-sign-railroad:before{content:""}.bi-building-add:before{content:""}.bi-building-check:before{content:""}.bi-building-dash:before{content:""}.bi-building-down:before{content:""}.bi-building-exclamation:before{content:""}.bi-building-fill-add:before{content:""}.bi-building-fill-check:before{content:""}.bi-building-fill-dash:before{content:""}.bi-building-fill-down:before{content:""}.bi-building-fill-exclamation:before{content:""}.bi-building-fill-gear:before{content:""}.bi-building-fill-lock:before{content:""}.bi-building-fill-slash:before{content:""}.bi-building-fill-up:before{content:""}.bi-building-fill-x:before{content:""}.bi-building-fill:before{content:""}.bi-building-gear:before{content:""}.bi-building-lock:before{content:""}.bi-building-slash:before{content:""}.bi-building-up:before{content:""}.bi-building-x:before{content:""}.bi-buildings-fill:before{content:""}.bi-buildings:before{content:""}.bi-bus-front-fill:before{content:""}.bi-bus-front:before{content:""}.bi-ev-front-fill:before{content:""}.bi-ev-front:before{content:""}.bi-globe-americas:before{content:""}.bi-globe-asia-australia:before{content:""}.bi-globe-central-south-asia:before{content:""}.bi-globe-europe-africa:before{content:""}.bi-house-add-fill:before{content:""}.bi-house-add:before{content:""}.bi-house-check-fill:before{content:""}.bi-house-check:before{content:""}.bi-house-dash-fill:before{content:""}.bi-house-dash:before{content:""}.bi-house-down-fill:before{content:""}.bi-house-down:before{content:""}.bi-house-exclamation-fill:before{content:""}.bi-house-exclamation:before{content:""}.bi-house-gear-fill:before{content:""}.bi-house-gear:before{content:""}.bi-house-lock-fill:before{content:""}.bi-house-lock:before{content:""}.bi-house-slash-fill:before{content:""}.bi-house-slash:before{content:""}.bi-house-up-fill:before{content:""}.bi-house-up:before{content:""}.bi-house-x-fill:before{content:""}.bi-house-x:before{content:""}.bi-person-add:before{content:""}.bi-person-down:before{content:""}.bi-person-exclamation:before{content:""}.bi-person-fill-add:before{content:""}.bi-person-fill-check:before{content:""}.bi-person-fill-dash:before{content:""}.bi-person-fill-down:before{content:""}.bi-person-fill-exclamation:before{content:""}.bi-person-fill-gear:before{content:""}.bi-person-fill-lock:before{content:""}.bi-person-fill-slash:before{content:""}.bi-person-fill-up:before{content:""}.bi-person-fill-x:before{content:""}.bi-person-gear:before{content:""}.bi-person-lock:before{content:""}.bi-person-slash:before{content:""}.bi-person-up:before{content:""}.bi-scooter:before{content:""}.bi-taxi-front-fill:before{content:""}.bi-taxi-front:before{content:""}.bi-amd:before{content:""}.bi-database-add:before{content:""}.bi-database-check:before{content:""}.bi-database-dash:before{content:""}.bi-database-down:before{content:""}.bi-database-exclamation:before{content:""}.bi-database-fill-add:before{content:""}.bi-database-fill-check:before{content:""}.bi-database-fill-dash:before{content:""}.bi-database-fill-down:before{content:""}.bi-database-fill-exclamation:before{content:""}.bi-database-fill-gear:before{content:""}.bi-database-fill-lock:before{content:""}.bi-database-fill-slash:before{content:""}.bi-database-fill-up:before{content:""}.bi-database-fill-x:before{content:""}.bi-database-fill:before{content:""}.bi-database-gear:before{content:""}.bi-database-lock:before{content:""}.bi-database-slash:before{content:""}.bi-database-up:before{content:""}.bi-database-x:before{content:""}.bi-database:before{content:""}.bi-houses-fill:before{content:""}.bi-houses:before{content:""}.bi-nvidia:before{content:""}.bi-person-vcard-fill:before{content:""}.bi-person-vcard:before{content:""}.bi-sina-weibo:before{content:""}.bi-tencent-qq:before{content:""}.bi-wikipedia:before{content:""}.bi-alphabet-uppercase:before{content:""}.bi-alphabet:before{content:""}.bi-amazon:before{content:""}.bi-arrows-collapse-vertical:before{content:""}.bi-arrows-expand-vertical:before{content:""}.bi-arrows-vertical:before{content:""}.bi-arrows:before{content:""}.bi-ban-fill:before{content:""}.bi-ban:before{content:""}.bi-bing:before{content:""}.bi-cake:before{content:""}.bi-cake2:before{content:""}.bi-cookie:before{content:""}.bi-copy:before{content:""}.bi-crosshair:before{content:""}.bi-crosshair2:before{content:""}.bi-emoji-astonished-fill:before{content:""}.bi-emoji-astonished:before{content:""}.bi-emoji-grimace-fill:before{content:""}.bi-emoji-grimace:before{content:""}.bi-emoji-grin-fill:before{content:""}.bi-emoji-grin:before{content:""}.bi-emoji-surprise-fill:before{content:""}.bi-emoji-surprise:before{content:""}.bi-emoji-tear-fill:before{content:""}.bi-emoji-tear:before{content:""}.bi-envelope-arrow-down-fill:before{content:""}.bi-envelope-arrow-down:before{content:""}.bi-envelope-arrow-up-fill:before{content:""}.bi-envelope-arrow-up:before{content:""}.bi-feather:before{content:""}.bi-feather2:before{content:""}.bi-floppy-fill:before{content:""}.bi-floppy:before{content:""}.bi-floppy2-fill:before{content:""}.bi-floppy2:before{content:""}.bi-gitlab:before{content:""}.bi-highlighter:before{content:""}.bi-marker-tip:before{content:""}.bi-nvme-fill:before{content:""}.bi-nvme:before{content:""}.bi-opencollective:before{content:""}.bi-pci-card-network:before{content:""}.bi-pci-card-sound:before{content:""}.bi-radar:before{content:""}.bi-send-arrow-down-fill:before{content:""}.bi-send-arrow-down:before{content:""}.bi-send-arrow-up-fill:before{content:""}.bi-send-arrow-up:before{content:""}.bi-sim-slash-fill:before{content:""}.bi-sim-slash:before{content:""}.bi-sourceforge:before{content:""}.bi-substack:before{content:""}.bi-threads-fill:before{content:""}.bi-threads:before{content:""}.bi-transparency:before{content:""}.bi-twitter-x:before{content:""}.bi-type-h4:before{content:""}.bi-type-h5:before{content:""}.bi-type-h6:before{content:""}.bi-backpack-fill:before{content:""}.bi-backpack:before{content:""}.bi-backpack2-fill:before{content:""}.bi-backpack2:before{content:""}.bi-backpack3-fill:before{content:""}.bi-backpack3:before{content:""}.bi-backpack4-fill:before{content:""}.bi-backpack4:before{content:""}.bi-brilliance:before{content:""}.bi-cake-fill:before{content:""}.bi-cake2-fill:before{content:""}.bi-duffle-fill:before{content:""}.bi-duffle:before{content:""}.bi-exposure:before{content:""}.bi-gender-neuter:before{content:""}.bi-highlights:before{content:""}.bi-luggage-fill:before{content:""}.bi-luggage:before{content:""}.bi-mailbox-flag:before{content:""}.bi-mailbox2-flag:before{content:""}.bi-noise-reduction:before{content:""}.bi-passport-fill:before{content:""}.bi-passport:before{content:""}.bi-person-arms-up:before{content:""}.bi-person-raised-hand:before{content:""}.bi-person-standing-dress:before{content:""}.bi-person-standing:before{content:""}.bi-person-walking:before{content:""}.bi-person-wheelchair:before{content:""}.bi-shadows:before{content:""}.bi-suitcase-fill:before{content:""}.bi-suitcase-lg-fill:before{content:""}.bi-suitcase-lg:before{content:""}.bi-suitcase:before{content:"豈"}.bi-suitcase2-fill:before{content:"更"}.bi-suitcase2:before{content:"車"}.bi-vignette:before{content:"賈"}
/*!
 * Bootstrap  v5.3.5 (https://getbootstrap.com/)
 * Copyright 2011-2025 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */@import"https://fonts.googleapis.com/css?family=Cormorant+Garamond:300,400,500,600,700|Poppins:300,400,500,600,700,800,900|Josefin+Sans:wght@300;400;500;600;700|Abril+Fatface|Great+Vibe|Lobster&display=swap";:root,[data-bs-theme=light]{--bs-blue:#0d6efd;--bs-purple:#6f42c1;--bs-pink:#d63384;--bs-red:#dc3545;--bs-yellow:#ffc107;--bs-green:#198754;--bs-cyan:#0dcaf0;--bs-black:#000;--bs-gray:#6c757d;--bs-gray-dark:#343a40;--bs-gray-100:#f8f9fa;--bs-gray-200:#e9ecef;--bs-gray-300:#dee2e6;--bs-gray-400:#ced4da;--bs-gray-500:#adb5bd;--bs-gray-600:#6c757d;--bs-gray-700:#495057;--bs-gray-800:#343a40;--bs-gray-900:#212529;--bs-primary:#0d6efd;--bs-secondary:#6c757d;--bs-success:#198754;--bs-info:#0dcaf0;--bs-warning:#ffc107;--bs-danger:#dc3545;--bs-light:#f8f9fa;--bs-dark:#212529;--bs-primary-rgb:13,110,253;--bs-secondary-rgb:108,117,125;--bs-success-rgb:25,135,84;--bs-info-rgb:13,202,240;--bs-warning-rgb:255,193,7;--bs-danger-rgb:220,53,69;--bs-light-rgb:248,249,250;--bs-dark-rgb:33,37,41;--bs-primary-text-emphasis:#052c65;--bs-secondary-text-emphasis:#2b2f32;--bs-success-text-emphasis:#0a3622;--bs-info-text-emphasis:#055160;--bs-warning-text-emphasis:#664d03;--bs-danger-text-emphasis:#58151c;--bs-light-text-emphasis:#495057;--bs-dark-text-emphasis:#495057;--bs-primary-bg-subtle:#cfe2ff;--bs-secondary-bg-subtle:#e2e3e5;--bs-success-bg-subtle:#d1e7dd;--bs-info-bg-subtle:#cff4fc;--bs-warning-bg-subtle:#fff3cd;--bs-danger-bg-subtle:#f8d7da;--bs-light-bg-subtle:#fcfcfd;--bs-dark-bg-subtle:#ced4da;--bs-primary-border-subtle:#9ec5fe;--bs-secondary-border-subtle:#c4c8cb;--bs-success-border-subtle:#a3cfbb;--bs-info-border-subtle:#9eeaf9;--bs-warning-border-subtle:#ffe69c;--bs-danger-border-subtle:#f1aeb5;--bs-light-border-subtle:#e9ecef;--bs-dark-border-subtle:#adb5bd;--bs-black-rgb:0,0,0;--bs-font-sans-serif:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Liberation Sans",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--bs-font-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--bs-body-font-size:1rem;--bs-body-line-height:1.5;--bs-body-color:#212529;--bs-body-color-rgb:33,37,41;--bs-emphasis-color:#000;--bs-emphasis-color-rgb:0,0,0;--bs-secondary-color:rgba(33,37,41,.75);--bs-secondary-color-rgb:33,37,41;--bs-secondary-bg:#e9ecef;--bs-secondary-bg-rgb:233,236,239;--bs-tertiary-color:rgba(33,37,41,.5);--bs-tertiary-color-rgb:33,37,41;--bs-tertiary-bg:#f8f9fa;--bs-tertiary-bg-rgb:248,249,250;--bs-heading-color:inherit;--bs-link-color:#0d6efd;--bs-link-color-rgb:13,110,253;--bs-link-decoration:underline;--bs-link-hover-color:#0a58ca;--bs-link-hover-color-rgb:10,88,202;--bs-code-color:#d63384;--bs-highlight-color:#212529;--bs-highlight-bg:#fff3cd;--bs-border-color:#dee2e6;--bs-border-color-translucent:rgba(0,0,0,.175);--bs-border-radius-xl:1rem;--bs-box-shadow:0 0.5rem 1rem rgba(0,0,0,.15);--bs-box-shadow-sm:0 0.125rem 0.25rem rgba(0,0,0,.075);--bs-box-shadow-lg:0 1rem 3rem rgba(0,0,0,.175);--bs-box-shadow-inset:inset 0 1px 2px rgba(0,0,0,.075);--bs-focus-ring-width:0.25rem;--bs-focus-ring-opacity:0.25;--bs-focus-ring-color:rgba(13,110,253,.25);--bs-form-valid-color:#198754;--bs-form-valid-border-color:#198754;--bs-form-invalid-color:#dc3545;--bs-form-invalid-border-color:#dc3545}[data-bs-theme=dark]{color-scheme:dark;--bs-body-color:#dee2e6;--bs-body-color-rgb:222,226,230;--bs-body-bg:#212529;--bs-body-bg-rgb:33,37,41;--bs-emphasis-color:#fff;--bs-emphasis-color-rgb:255,255,255;--bs-secondary-color:rgba(222,226,230,.75);--bs-secondary-color-rgb:222,226,230;--bs-secondary-bg:#343a40;--bs-secondary-bg-rgb:52,58,64;--bs-tertiary-color:rgba(222,226,230,.5);--bs-tertiary-color-rgb:222,226,230;--bs-tertiary-bg:#2b3035;--bs-tertiary-bg-rgb:43,48,53;--bs-primary-text-emphasis:#6ea8fe;--bs-secondary-text-emphasis:#a7acb1;--bs-success-text-emphasis:#75b798;--bs-info-text-emphasis:#6edff6;--bs-warning-text-emphasis:#ffda6a;--bs-danger-text-emphasis:#ea868f;--bs-light-text-emphasis:#f8f9fa;--bs-dark-text-emphasis:#dee2e6;--bs-primary-bg-subtle:#031633;--bs-secondary-bg-subtle:#161719;--bs-success-bg-subtle:#051b11;--bs-info-bg-subtle:#032830;--bs-warning-bg-subtle:#332701;--bs-danger-bg-subtle:#2c0b0e;--bs-light-bg-subtle:#343a40;--bs-dark-bg-subtle:#1a1d20;--bs-primary-border-subtle:#084298;--bs-secondary-border-subtle:#41464b;--bs-success-border-subtle:#0f5132;--bs-info-border-subtle:#087990;--bs-warning-border-subtle:#997404;--bs-danger-border-subtle:#842029;--bs-light-border-subtle:#495057;--bs-dark-border-subtle:#343a40;--bs-heading-color:inherit;--bs-link-color:#6ea8fe;--bs-link-hover-color:#8bb9fe;--bs-link-color-rgb:110,168,254;--bs-link-hover-color-rgb:139,185,254;--bs-code-color:#e685b5;--bs-highlight-color:#dee2e6;--bs-highlight-bg:#664d03;--bs-border-color:#495057;--bs-border-color-translucent:hsla(0,0%,100%,.15);--bs-form-valid-color:#75b798;--bs-form-valid-border-color:#75b798;--bs-form-invalid-color:#ea868f;--bs-form-invalid-border-color:#ea868f}body{-webkit-tap-highlight-color:rgba(0,0,0,0)}hr{color:inherit;opacity:.25}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{margin-bottom:.5rem;font-weight:500;line-height:1.2;color:var(--bs-heading-color)}.h1,h1{font-size:calc(1.375rem + 1.5vw)}@media(min-width:1200px){.h1,h1{font-size:2.5rem}}.h2,h2{font-size:calc(1.325rem + .9vw)}@media(min-width:1200px){.h2,h2{font-size:2rem}}.h3,h3{font-size:calc(1.3rem + .6vw)}@media(min-width:1200px){.h3,h3{font-size:1.75rem}}.h4,h4{font-size:calc(1.275rem + .3vw)}@media(min-width:1200px){.h4,h4{font-size:1.5rem}}.h5,h5{font-size:1.25rem}.h6,h6{font-size:1rem}dt{font-weight:700}.small,small{font-size:.875em}a{text-decoration:underline}code,kbd,pre{font-size:.875em}caption{padding-top:.5rem;padding-bottom:.5rem;color:var(--bs-secondary-color)}.lead{font-size:1.25rem}.display-1{font-weight:300;line-height:1.2;font-size:calc(1.625rem + 4.5vw)}@media(min-width:1200px){.display-1{font-size:5rem}}.display-2{font-weight:300;line-height:1.2;font-size:calc(1.575rem + 3.9vw)}@media(min-width:1200px){.display-2{font-size:4.5rem}}.display-3{font-weight:300;line-height:1.2;font-size:calc(1.525rem + 3.3vw)}@media(min-width:1200px){.display-3{font-size:4rem}}.display-4{font-weight:300;line-height:1.2;font-size:calc(1.475rem + 2.7vw)}@media(min-width:1200px){.display-4{font-size:3.5rem}}.display-5,.display-6{font-weight:300;line-height:1.2}.display-6{font-size:calc(1.375rem + 1.5vw)}@media(min-width:1200px){.display-6{font-size:2.5rem}}.initialism{font-size:.875em}.blockquote{font-size:1.25rem}.blockquote-footer{font-size:.875em;color:#6c757d}.img-thumbnail{padding:.25rem;background-color:var(--bs-body-bg);border:var(--bs-border-width) solid var(--bs-border-color);border-radius:var(--bs-border-radius)}.figure-caption{font-size:.875em;color:var(--bs-secondary-color)}.container,.container-fluid,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{padding-right:calc(var(--bs-gutter-x)*.5);padding-left:calc(var(--bs-gutter-x)*.5)}@media(min-width:1400px){.container,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{max-width:1320px}}.row{margin-top:calc(-1*var(--bs-gutter-y));margin-right:calc(-.5*var(--bs-gutter-x));margin-left:calc(-.5*var(--bs-gutter-x))}.row>*{padding-right:calc(var(--bs-gutter-x)*.5);padding-left:calc(var(--bs-gutter-x)*.5)}.table{--bs-table-color:var(--bs-emphasis-color);--bs-table-bg:var(--bs-body-bg);--bs-table-striped-color:var(--bs-emphasis-color);--bs-table-striped-bg:rgba(var(--bs-emphasis-color-rgb),0.05);--bs-table-active-color:var(--bs-emphasis-color);--bs-table-active-bg:rgba(var(--bs-emphasis-color-rgb),0.1);--bs-table-hover-color:var(--bs-emphasis-color);--bs-table-hover-bg:rgba(var(--bs-emphasis-color-rgb),0.075);vertical-align:top}.table>:not(caption)>*>*{padding:.5rem}.table-group-divider{border-top:calc(var(--bs-border-width)*2) solid}.table-sm>:not(caption)>*>*{padding:.25rem}.table-primary{--bs-table-color:#000;--bs-table-bg:#cfe2ff;--bs-table-border-color:#a5b5cc;--bs-table-striped-bg:#c4d7f2;--bs-table-striped-color:#000;--bs-table-active-bg:#bacbe5;--bs-table-active-color:#000;--bs-table-hover-bg:#bfd1ec;--bs-table-hover-color:#000}.table-secondary{--bs-table-color:#000;--bs-table-bg:#e2e3e5;--bs-table-border-color:#b4b6b7;--bs-table-striped-bg:#d6d8da;--bs-table-striped-color:#000;--bs-table-active-bg:#cbcdce;--bs-table-active-color:#000;--bs-table-hover-bg:#d1d2d4;--bs-table-hover-color:#000}.table-success{--bs-table-color:#000;--bs-table-bg:#d1e7dd;--bs-table-border-color:#a7b9b1;--bs-table-striped-bg:#c7dbd2;--bs-table-striped-color:#000;--bs-table-active-bg:#bcd0c7;--bs-table-active-color:#000;--bs-table-hover-bg:#c1d6cc;--bs-table-hover-color:#000}.table-info{--bs-table-color:#000;--bs-table-bg:#cff4fc;--bs-table-border-color:#a5c4ca;--bs-table-striped-bg:#c4e8ef;--bs-table-striped-color:#000;--bs-table-active-bg:#badce3;--bs-table-active-color:#000;--bs-table-hover-bg:#bfe2e9;--bs-table-hover-color:#000}.table-warning{--bs-table-color:#000;--bs-table-bg:#fff3cd;--bs-table-border-color:#ccc2a4;--bs-table-striped-bg:#f2e6c3;--bs-table-striped-color:#000;--bs-table-active-bg:#e6dab9;--bs-table-active-color:#000;--bs-table-hover-bg:#ece0be;--bs-table-hover-color:#000}.table-danger{--bs-table-color:#000;--bs-table-bg:#f8d7da;--bs-table-border-color:#c6acae;--bs-table-striped-bg:#eccccf;--bs-table-striped-color:#000;--bs-table-active-bg:#dfc1c4;--bs-table-active-color:#000;--bs-table-hover-bg:#e5c7c9;--bs-table-hover-color:#000}.table-light{--bs-table-color:#000;--bs-table-bg:#f8f9fa;--bs-table-border-color:#c6c7c8;--bs-table-striped-bg:#ecedee;--bs-table-striped-color:#000;--bs-table-active-bg:#dfe0e1;--bs-table-active-color:#000;--bs-table-hover-bg:#e5e6e7;--bs-table-hover-color:#000}.table-dark{--bs-table-bg:#212529;--bs-table-border-color:#4d5154;--bs-table-striped-bg:#2c3034;--bs-table-active-bg:#373b3e;--bs-table-hover-bg:#323539}.form-label{margin-bottom:.5rem}.col-form-label{padding-top:calc(.375rem + var(--bs-border-width));padding-bottom:calc(.375rem + var(--bs-border-width))}.col-form-label-lg{padding-top:calc(.5rem + var(--bs-border-width));padding-bottom:calc(.5rem + var(--bs-border-width));font-size:1.25rem}.col-form-label-sm{padding-top:calc(.25rem + var(--bs-border-width));padding-bottom:calc(.25rem + var(--bs-border-width));font-size:.875rem}.form-text{font-size:.875em;color:var(--bs-secondary-color)}.form-control{padding:.375rem .75rem;font-size:1rem;border:var(--bs-border-width) solid var(--bs-border-color)}.form-control,.form-control:focus{color:var(--bs-body-color);background-color:var(--bs-body-bg)}.form-control:focus{border-color:#86b7fe;box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}.form-control::placeholder{color:var(--bs-secondary-color)}.form-control:disabled{background-color:var(--bs-secondary-bg)}.form-control::-webkit-file-upload-button{padding:.375rem .75rem;margin:-.375rem -.75rem;-webkit-margin-end:.75rem;margin-inline-end:.75rem;color:var(--bs-body-color);background-color:var(--bs-tertiary-bg);-webkit-transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}.form-control::file-selector-button{padding:.375rem .75rem;margin:-.375rem -.75rem;-webkit-margin-end:.75rem;margin-inline-end:.75rem;color:var(--bs-body-color);background-color:var(--bs-tertiary-bg);transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button{background-color:var(--bs-secondary-bg)}.form-control:hover:not(:disabled):not([readonly])::file-selector-button{background-color:var(--bs-secondary-bg)}.form-control-plaintext{padding:.375rem 0}.form-control-sm{min-height:calc(1.5em + .5rem + calc(var(--bs-border-width) * 2));padding:.25rem .5rem;font-size:.875rem}.form-control-sm::-webkit-file-upload-button{padding:.25rem .5rem;margin:-.25rem -.5rem;-webkit-margin-end:.5rem;margin-inline-end:.5rem}.form-control-sm::file-selector-button{padding:.25rem .5rem;margin:-.25rem -.5rem;-webkit-margin-end:.5rem;margin-inline-end:.5rem}.form-control-lg{min-height:calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));padding:.5rem 1rem;font-size:1.25rem}.form-control-lg::-webkit-file-upload-button{padding:.5rem 1rem;margin:-.5rem -1rem}.form-control-lg::file-selector-button{padding:.5rem 1rem;margin:-.5rem -1rem}textarea.form-control{min-height:calc(1.5em + .75rem + calc(var(--bs-border-width) * 2))}textarea.form-control-sm{min-height:calc(1.5em + .5rem + calc(var(--bs-border-width) * 2))}textarea.form-control-lg{min-height:calc(1.5em + 1rem + calc(var(--bs-border-width) * 2))}.form-control-color{height:calc(1.5em + .75rem + calc(var(--bs-border-width) * 2));padding:.375rem}.form-control-color.form-control-sm{height:calc(1.5em + .5rem + calc(var(--bs-border-width) * 2))}.form-control-color.form-control-lg{height:calc(1.5em + 1rem + calc(var(--bs-border-width) * 2))}.form-select{--bs-form-select-bg-img:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");padding:.375rem 2.25rem .375rem .75rem;font-size:1rem;color:var(--bs-body-color);background-color:var(--bs-body-bg);background-position:right .75rem center;background-size:16px 12px;border:var(--bs-border-width) solid var(--bs-border-color)}.form-select:focus{border-color:#86b7fe;box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}.form-select[multiple],.form-select[size]:not([size="1"]){padding-right:.75rem}.form-select:disabled{background-color:var(--bs-secondary-bg)}.form-select:-moz-focusring{text-shadow:0 0 0 var(--bs-body-color)}.form-select-sm{padding-top:.25rem;padding-bottom:.25rem;padding-left:.5rem;font-size:.875rem}.form-select-lg{padding-top:.5rem;padding-bottom:.5rem;font-size:1.25rem}[data-bs-theme=dark] .form-select{--bs-form-select-bg-img:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23dee2e6' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e")}.form-check{min-height:1.5rem;padding-left:1.5em}.form-check .form-check-input{margin-left:-1.5em}.form-check-reverse{padding-right:1.5em}.form-check-reverse .form-check-input{margin-right:-1.5em}.form-check-input{--bs-form-check-bg:var(--bs-body-bg);width:1em;height:1em;margin-top:.25em;border:var(--bs-border-width) solid var(--bs-border-color)}.form-check-input:focus{border-color:#86b7fe;box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}.form-check-input:checked{background-color:#0d6efd;border-color:#0d6efd}.form-check-input:checked[type=checkbox]{--bs-form-check-bg-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e")}.form-check-input:checked[type=radio]{--bs-form-check-bg-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e")}.form-check-input[type=checkbox]:indeterminate{background-color:#0d6efd;border-color:#0d6efd;--bs-form-check-bg-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e")}.form-switch .form-check-input{--bs-form-switch-bg:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e")}.form-switch .form-check-input:focus{--bs-form-switch-bg:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgb%28134, 182.5, 254%29'/%3e%3c/svg%3e")}.form-switch .form-check-input:checked{--bs-form-switch-bg:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")}[data-bs-theme=dark] .form-switch .form-check-input:not(:checked):not(:focus){--bs-form-switch-bg:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%28255, 255, 255, 0.25%29'/%3e%3c/svg%3e")}.form-range{height:1.5rem}.form-range:focus::-webkit-slider-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .25rem rgba(13,110,253,.25)}.form-range:focus::-moz-range-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .25rem rgba(13,110,253,.25)}.form-range::-webkit-slider-thumb{width:1rem;height:1rem;margin-top:-.25rem;background-color:#0d6efd}.form-range::-webkit-slider-thumb:active{background-color:#b6d4fe}.form-range::-webkit-slider-runnable-track{height:.5rem;background-color:var(--bs-secondary-bg)}.form-range::-moz-range-thumb{width:1rem;height:1rem;background-color:#0d6efd}.form-range::-moz-range-thumb:active{background-color:#b6d4fe}.form-range::-moz-range-track{height:.5rem;background-color:var(--bs-secondary-bg)}.form-range:disabled::-webkit-slider-thumb{background-color:var(--bs-secondary-color)}.form-range:disabled::-moz-range-thumb{background-color:var(--bs-secondary-color)}.form-floating>label{max-width:100%;padding:1rem .75rem;color:rgba(var(--bs-body-color-rgb),.65);transition:opacity .1s ease-in-out,transform .1s ease-in-out}.form-floating>.form-control,.form-floating>.form-control-plaintext{padding:1rem .75rem}.form-floating>.form-select{padding-left:.75rem}.form-floating>textarea:focus~label:after,.form-floating>textarea:not(:placeholder-shown)~label:after{position:absolute;inset:1rem .375rem;z-index:-1;height:1.5em;content:"";background-color:var(--bs-body-bg);border-radius:var(--bs-border-radius)}.form-floating>textarea:disabled~label:after{background-color:var(--bs-secondary-bg)}.form-floating>.form-control:disabled~label,.form-floating>:disabled~label{color:#6c757d}.input-group-text{padding:.375rem .75rem;font-size:1rem;color:var(--bs-body-color);background-color:var(--bs-tertiary-bg);border:var(--bs-border-width) solid var(--bs-border-color)}.input-group-lg>.btn,.input-group-lg>.form-control,.input-group-lg>.form-select,.input-group-lg>.input-group-text{padding:.5rem 1rem;font-size:1.25rem}.input-group-sm>.btn,.input-group-sm>.form-control,.input-group-sm>.form-select,.input-group-sm>.input-group-text{padding:.25rem .5rem;font-size:.875rem}.input-group-lg>.form-select,.input-group-sm>.form-select{padding-right:3rem}.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback){margin-left:calc(-1*var(--bs-border-width))}.valid-feedback{font-size:.875em}.valid-tooltip{padding:.25rem .5rem;font-size:.875rem}.form-control.is-valid,.was-validated .form-control:valid{border-color:var(--bs-form-valid-border-color);padding-right:calc(1.5em + .75rem);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1'/%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-valid:focus,.was-validated .form-control:valid:focus{border-color:var(--bs-form-valid-border-color);box-shadow:0 0 0 .25rem rgba(var(--bs-success-rgb),.25)}.was-validated textarea.form-control:valid,textarea.form-control.is-valid{padding-right:calc(1.5em + .75rem);background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem)}.form-select.is-valid,.was-validated .form-select:valid{border-color:var(--bs-form-valid-border-color)}.form-select.is-valid:not([multiple]):not([size]),.form-select.is-valid:not([multiple])[size="1"],.was-validated .form-select:valid:not([multiple]):not([size]),.was-validated .form-select:valid:not([multiple])[size="1"]{--bs-form-select-bg-icon:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1'/%3e%3c/svg%3e");padding-right:4.125rem;background-position:right .75rem center,center right 2.25rem;background-size:16px 12px,calc(.75em + .375rem) calc(.75em + .375rem)}.form-select.is-valid:focus,.was-validated .form-select:valid:focus{border-color:var(--bs-form-valid-border-color);box-shadow:0 0 0 .25rem rgba(var(--bs-success-rgb),.25)}.form-control-color.is-valid,.was-validated .form-control-color:valid{width:calc(3rem + calc(1.5em + .75rem))}.form-check-input.is-valid,.was-validated .form-check-input:valid{border-color:var(--bs-form-valid-border-color)}.form-check-input.is-valid:focus,.was-validated .form-check-input:valid:focus{box-shadow:0 0 0 .25rem rgba(var(--bs-success-rgb),.25)}.form-check-inline .form-check-input~.valid-feedback{margin-left:.5em}.input-group>.form-control:not(:focus).is-valid,.input-group>.form-floating:not(:focus-within).is-valid,.input-group>.form-select:not(:focus).is-valid,.was-validated .input-group>.form-control:not(:focus):valid,.was-validated .input-group>.form-floating:not(:focus-within):valid,.was-validated .input-group>.form-select:not(:focus):valid{z-index:3}.invalid-feedback{font-size:.875em}.invalid-tooltip{padding:.25rem .5rem;font-size:.875rem}.form-control.is-invalid,.was-validated .form-control:invalid{border-color:var(--bs-form-invalid-border-color);padding-right:calc(1.5em + .75rem);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%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,.was-validated .form-control:invalid:focus{border-color:var(--bs-form-invalid-border-color);box-shadow:0 0 0 .25rem rgba(var(--bs-danger-rgb),.25)}.was-validated textarea.form-control:invalid,textarea.form-control.is-invalid{padding-right:calc(1.5em + .75rem);background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem)}.form-select.is-invalid,.was-validated .form-select:invalid{border-color:var(--bs-form-invalid-border-color)}.form-select.is-invalid:not([multiple]):not([size]),.form-select.is-invalid:not([multiple])[size="1"],.was-validated .form-select:invalid:not([multiple]):not([size]),.was-validated .form-select:invalid:not([multiple])[size="1"]{--bs-form-select-bg-icon:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%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");padding-right:4.125rem;background-position:right .75rem center,center right 2.25rem;background-size:16px 12px,calc(.75em + .375rem) calc(.75em + .375rem)}.form-select.is-invalid:focus,.was-validated .form-select:invalid:focus{border-color:var(--bs-form-invalid-border-color);box-shadow:0 0 0 .25rem rgba(var(--bs-danger-rgb),.25)}.form-control-color.is-invalid,.was-validated .form-control-color:invalid{width:calc(3rem + calc(1.5em + .75rem))}.form-check-input.is-invalid,.was-validated .form-check-input:invalid{border-color:var(--bs-form-invalid-border-color)}.form-check-input.is-invalid:focus,.was-validated .form-check-input:invalid:focus{box-shadow:0 0 0 .25rem rgba(var(--bs-danger-rgb),.25)}.form-check-inline .form-check-input~.invalid-feedback{margin-left:.5em}.input-group>.form-control:not(:focus).is-invalid,.input-group>.form-floating:not(:focus-within).is-invalid,.input-group>.form-select:not(:focus).is-invalid,.was-validated .input-group>.form-control:not(:focus):invalid,.was-validated .input-group>.form-floating:not(:focus-within):invalid,.was-validated .input-group>.form-select:not(:focus):invalid{z-index:4}.btn{--bs-btn-padding-x:0.75rem;--bs-btn-padding-y:0.375rem;--bs-btn-font-size:1rem;--bs-btn-font-weight:400;--bs-btn-line-height:1.5;--bs-btn-box-shadow:inset 0 1px 0 hsla(0,0%,100%,.15),0 1px 1px rgba(0,0,0,.075);--bs-btn-focus-box-shadow:0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb),.5);text-decoration:none;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}.btn-check:checked:focus-visible+.btn{box-shadow:var(--bs-btn-focus-box-shadow)}.btn-primary{--bs-btn-color:#fff;--bs-btn-bg:#0d6efd;--bs-btn-border-color:#0d6efd;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#0b5ed7;--bs-btn-hover-border-color:#0a58ca;--bs-btn-focus-shadow-rgb:49,132,253;--bs-btn-active-color:#fff;--bs-btn-active-bg:#0a58ca;--bs-btn-active-border-color:#0a53be;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#fff;--bs-btn-disabled-bg:#0d6efd;--bs-btn-disabled-border-color:#0d6efd}.btn-secondary{--bs-btn-color:#fff;--bs-btn-bg:#6c757d;--bs-btn-border-color:#6c757d;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#5c636a;--bs-btn-hover-border-color:#565e64;--bs-btn-focus-shadow-rgb:130,138,145;--bs-btn-active-color:#fff;--bs-btn-active-bg:#565e64;--bs-btn-active-border-color:#51585e;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#fff;--bs-btn-disabled-bg:#6c757d;--bs-btn-disabled-border-color:#6c757d}.btn-success{--bs-btn-color:#fff;--bs-btn-bg:#198754;--bs-btn-border-color:#198754;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#157347;--bs-btn-hover-border-color:#146c43;--bs-btn-focus-shadow-rgb:60,153,110;--bs-btn-active-color:#fff;--bs-btn-active-bg:#146c43;--bs-btn-active-border-color:#13653f;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#fff;--bs-btn-disabled-bg:#198754;--bs-btn-disabled-border-color:#198754}.btn-info{--bs-btn-color:#000;--bs-btn-bg:#0dcaf0;--bs-btn-border-color:#0dcaf0;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#31d2f2;--bs-btn-hover-border-color:#25cff2;--bs-btn-focus-shadow-rgb:11,172,204;--bs-btn-active-color:#000;--bs-btn-active-bg:#3dd5f3;--bs-btn-active-border-color:#25cff2;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#000;--bs-btn-disabled-bg:#0dcaf0;--bs-btn-disabled-border-color:#0dcaf0}.btn-warning{--bs-btn-color:#000;--bs-btn-bg:#ffc107;--bs-btn-border-color:#ffc107;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#ffca2c;--bs-btn-hover-border-color:#ffc720;--bs-btn-focus-shadow-rgb:217,164,6;--bs-btn-active-color:#000;--bs-btn-active-bg:#ffcd39;--bs-btn-active-border-color:#ffc720;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#000;--bs-btn-disabled-bg:#ffc107;--bs-btn-disabled-border-color:#ffc107}.btn-danger{--bs-btn-color:#fff;--bs-btn-bg:#dc3545;--bs-btn-border-color:#dc3545;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#bb2d3b;--bs-btn-hover-border-color:#b02a37;--bs-btn-focus-shadow-rgb:225,83,97;--bs-btn-active-color:#fff;--bs-btn-active-bg:#b02a37;--bs-btn-active-border-color:#a52834;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#fff;--bs-btn-disabled-bg:#dc3545;--bs-btn-disabled-border-color:#dc3545}.btn-light{--bs-btn-color:#000;--bs-btn-bg:#f8f9fa;--bs-btn-border-color:#f8f9fa;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#d3d4d5;--bs-btn-hover-border-color:#c6c7c8;--bs-btn-focus-shadow-rgb:211,212,213;--bs-btn-active-color:#000;--bs-btn-active-bg:#c6c7c8;--bs-btn-active-border-color:#babbbc;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#000;--bs-btn-disabled-bg:#f8f9fa;--bs-btn-disabled-border-color:#f8f9fa}.btn-dark{--bs-btn-color:#fff;--bs-btn-bg:#212529;--bs-btn-border-color:#212529;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#424649;--bs-btn-hover-border-color:#373b3e;--bs-btn-focus-shadow-rgb:66,70,73;--bs-btn-active-color:#fff;--bs-btn-active-bg:#4d5154;--bs-btn-active-border-color:#373b3e;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#fff;--bs-btn-disabled-bg:#212529;--bs-btn-disabled-border-color:#212529}.btn-outline-primary{--bs-btn-color:#0d6efd;--bs-btn-border-color:#0d6efd;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#0d6efd;--bs-btn-hover-border-color:#0d6efd;--bs-btn-focus-shadow-rgb:13,110,253;--bs-btn-active-color:#fff;--bs-btn-active-bg:#0d6efd;--bs-btn-active-border-color:#0d6efd;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#0d6efd;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#0d6efd;--bs-gradient:none}.btn-outline-secondary{--bs-btn-color:#6c757d;--bs-btn-border-color:#6c757d;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#6c757d;--bs-btn-hover-border-color:#6c757d;--bs-btn-focus-shadow-rgb:108,117,125;--bs-btn-active-color:#fff;--bs-btn-active-bg:#6c757d;--bs-btn-active-border-color:#6c757d;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#6c757d;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#6c757d;--bs-gradient:none}.btn-outline-success{--bs-btn-color:#198754;--bs-btn-border-color:#198754;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#198754;--bs-btn-hover-border-color:#198754;--bs-btn-focus-shadow-rgb:25,135,84;--bs-btn-active-color:#fff;--bs-btn-active-bg:#198754;--bs-btn-active-border-color:#198754;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#198754;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#198754;--bs-gradient:none}.btn-outline-info{--bs-btn-color:#0dcaf0;--bs-btn-border-color:#0dcaf0;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#0dcaf0;--bs-btn-hover-border-color:#0dcaf0;--bs-btn-focus-shadow-rgb:13,202,240;--bs-btn-active-color:#000;--bs-btn-active-bg:#0dcaf0;--bs-btn-active-border-color:#0dcaf0;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#0dcaf0;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#0dcaf0;--bs-gradient:none}.btn-outline-warning{--bs-btn-color:#ffc107;--bs-btn-border-color:#ffc107;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#ffc107;--bs-btn-hover-border-color:#ffc107;--bs-btn-focus-shadow-rgb:255,193,7;--bs-btn-active-color:#000;--bs-btn-active-bg:#ffc107;--bs-btn-active-border-color:#ffc107;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#ffc107;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#ffc107;--bs-gradient:none}.btn-outline-danger{--bs-btn-color:#dc3545;--bs-btn-border-color:#dc3545;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#dc3545;--bs-btn-hover-border-color:#dc3545;--bs-btn-focus-shadow-rgb:220,53,69;--bs-btn-active-color:#fff;--bs-btn-active-bg:#dc3545;--bs-btn-active-border-color:#dc3545;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#dc3545;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#dc3545;--bs-gradient:none}.btn-outline-light{--bs-btn-color:#f8f9fa;--bs-btn-border-color:#f8f9fa;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#f8f9fa;--bs-btn-hover-border-color:#f8f9fa;--bs-btn-focus-shadow-rgb:248,249,250;--bs-btn-active-color:#000;--bs-btn-active-bg:#f8f9fa;--bs-btn-active-border-color:#f8f9fa;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#f8f9fa;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#f8f9fa;--bs-gradient:none}.btn-outline-dark{--bs-btn-color:#212529;--bs-btn-border-color:#212529;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#212529;--bs-btn-hover-border-color:#212529;--bs-btn-focus-shadow-rgb:33,37,41;--bs-btn-active-color:#fff;--bs-btn-active-bg:#212529;--bs-btn-active-border-color:#212529;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#212529;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#212529;--bs-gradient:none}.btn-link{--bs-btn-disabled-color:#6c757d;--bs-btn-focus-shadow-rgb:49,132,253;text-decoration:underline}.btn-group-lg>.btn,.btn-lg{--bs-btn-padding-y:0.5rem;--bs-btn-padding-x:1rem;--bs-btn-font-size:1.25rem}.btn-group-sm>.btn,.btn-sm{--bs-btn-padding-y:0.25rem;--bs-btn-padding-x:0.5rem;--bs-btn-font-size:0.875rem}.dropdown-toggle:after{margin-left:.255em;vertical-align:.255em;border-top:.3em solid;border-right:.3em solid transparent;border-bottom:0;border-left:.3em solid transparent}.dropdown-menu{--bs-dropdown-spacer:0.125rem;--bs-dropdown-font-size:1rem;--bs-dropdown-bg:var(--bs-body-bg);--bs-dropdown-border-color:var(--bs-border-color-translucent);--bs-dropdown-border-width:var(--bs-border-width);--bs-dropdown-inner-border-radius:calc(var(--bs-border-radius) - var(--bs-border-width));--bs-dropdown-divider-bg:var(--bs-border-color-translucent);--bs-dropdown-box-shadow:var(--bs-box-shadow);--bs-dropdown-link-color:var(--bs-body-color);--bs-dropdown-link-hover-color:var(--bs-body-color);--bs-dropdown-link-hover-bg:var(--bs-tertiary-bg);--bs-dropdown-link-active-bg:#0d6efd;--bs-dropdown-link-disabled-color:var(--bs-tertiary-color);--bs-dropdown-item-padding-y:0.25rem;--bs-dropdown-header-color:#6c757d}.dropup .dropdown-toggle:after{margin-left:.255em;vertical-align:.255em;border-top:0;border-right:.3em solid transparent;border-bottom:.3em solid;border-left:.3em solid transparent}.dropend .dropdown-toggle:after{border-top:.3em solid transparent;border-bottom:.3em solid transparent;border-left:.3em solid}.dropend .dropdown-toggle:after,.dropstart .dropdown-toggle:after{margin-left:.255em;vertical-align:.255em}.dropstart .dropdown-toggle:before{margin-right:.255em;vertical-align:.255em;border-top:.3em solid transparent;border-right:.3em solid;border-bottom:.3em solid transparent}.dropdown-item{text-decoration:none}.dropdown-header{font-size:.875rem}.dropdown-menu-dark{--bs-dropdown-color:#dee2e6;--bs-dropdown-bg:#343a40;--bs-dropdown-border-color:var(--bs-border-color-translucent);--bs-dropdown-link-color:#dee2e6;--bs-dropdown-divider-bg:var(--bs-border-color-translucent);--bs-dropdown-link-active-bg:#0d6efd;--bs-dropdown-link-disabled-color:#adb5bd;--bs-dropdown-header-color:#adb5bd}.btn-group>.btn-group:not(:first-child),.btn-group>:not(.btn-check:first-child)+.btn{margin-left:calc(-1*var(--bs-border-width))}.dropdown-toggle-split{padding-right:.5625rem;padding-left:.5625rem}.btn-group-sm>.btn+.dropdown-toggle-split,.btn-sm+.dropdown-toggle-split{padding-right:.375rem;padding-left:.375rem}.btn-group-lg>.btn+.dropdown-toggle-split,.btn-lg+.dropdown-toggle-split{padding-right:.75rem;padding-left:.75rem}.btn-group-vertical>.btn-group:not(:first-child),.btn-group-vertical>.btn:not(:first-child){margin-top:calc(-1*var(--bs-border-width))}.btn-group-vertical>.btn-group:not(:first-child)>.btn,.btn-group-vertical>.btn:nth-child(n+3),.btn-group-vertical>:not(.btn-check)+.btn{border-top-left-radius:0;border-top-right-radius:0}.nav{--bs-nav-link-padding-x:1rem;--bs-nav-link-padding-y:0.5rem;--bs-nav-link-color:var(--bs-link-color);--bs-nav-link-disabled-color:var(--bs-secondary-color)}.nav-link{text-decoration:none}.nav-link:focus-visible{box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}.nav-tabs{--bs-nav-tabs-border-color:var(--bs-border-color);--bs-nav-tabs-link-hover-border-color:var(--bs-secondary-bg) var(--bs-secondary-bg) var(--bs-border-color);--bs-nav-tabs-link-active-color:var(--bs-emphasis-color);--bs-nav-tabs-link-active-bg:var(--bs-body-bg);--bs-nav-tabs-link-active-border-color:var(--bs-border-color) var(--bs-border-color) var(--bs-body-bg)}.nav-tabs .nav-link{margin-bottom:calc(-1*var(--bs-nav-tabs-border-width))}.nav-tabs .dropdown-menu{margin-top:calc(-1*var(--bs-nav-tabs-border-width))}.nav-pills{--bs-nav-pills-link-active-bg:#0d6efd}.navbar{--bs-navbar-color:rgba(var(--bs-emphasis-color-rgb),0.65);--bs-navbar-hover-color:rgba(var(--bs-emphasis-color-rgb),0.8);--bs-navbar-disabled-color:rgba(var(--bs-emphasis-color-rgb),0.3);--bs-navbar-active-color:rgba(var(--bs-emphasis-color-rgb),1);--bs-navbar-brand-padding-y:0.3125rem;--bs-navbar-brand-font-size:1.25rem;--bs-navbar-brand-color:rgba(var(--bs-emphasis-color-rgb),1);--bs-navbar-brand-hover-color:rgba(var(--bs-emphasis-color-rgb),1);--bs-navbar-toggler-padding-y:0.25rem;--bs-navbar-toggler-padding-x:0.75rem;--bs-navbar-toggler-font-size:1.25rem;--bs-navbar-toggler-icon-bg:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 37, 41, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");--bs-navbar-toggler-border-color:rgba(var(--bs-emphasis-color-rgb),0.15);--bs-navbar-toggler-focus-width:0.25rem}.navbar-brand{text-decoration:none}.navbar-nav{--bs-nav-link-padding-y:0.5rem}.navbar-text{padding-top:.5rem;padding-bottom:.5rem}.navbar-dark,.navbar[data-bs-theme=dark]{--bs-navbar-color:hsla(0,0%,100%,.55);--bs-navbar-hover-color:hsla(0,0%,100%,.75);--bs-navbar-disabled-color:hsla(0,0%,100%,.25)}.navbar-dark,.navbar[data-bs-theme=dark],[data-bs-theme=dark] .navbar-toggler-icon{--bs-navbar-toggler-icon-bg:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}.card{--bs-card-spacer-y:1rem;--bs-card-spacer-x:1rem;--bs-card-title-spacer-y:0.5rem;--bs-card-title-color: ;--bs-card-border-width:var(--bs-border-width);--bs-card-border-color:var(--bs-border-color-translucent);--bs-card-box-shadow: ;--bs-card-inner-border-radius:calc(var(--bs-border-radius) - (var(--bs-border-width)));--bs-card-cap-padding-y:0.5rem;--bs-card-cap-padding-x:1rem;--bs-card-cap-bg:rgba(var(--bs-body-color-rgb),0.03);--bs-card-bg:var(--bs-body-bg);--bs-card-img-overlay-padding:1rem}.card-subtitle{margin-top:calc(-.5*var(--bs-card-title-spacer-y))}.card-header-tabs{margin-bottom:calc(-1*var(--bs-card-cap-padding-y))}.card-header-pills,.card-header-tabs{margin-right:calc(-.5*var(--bs-card-cap-padding-x));margin-left:calc(-.5*var(--bs-card-cap-padding-x))}.accordion{--bs-accordion-bg:var(--bs-body-bg);--bs-accordion-transition:color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out,border-radius 0.15s ease;--bs-accordion-border-color:var(--bs-border-color);--bs-accordion-border-radius:var(--bs-border-radius);--bs-accordion-inner-border-radius:calc(var(--bs-border-radius) - (var(--bs-border-width)));--bs-accordion-btn-padding-x:1.25rem;--bs-accordion-btn-padding-y:1rem;--bs-accordion-btn-color:var(--bs-body-color);--bs-accordion-btn-icon:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23212529' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%3e%3c/svg%3e");--bs-accordion-btn-icon-width:1.25rem;--bs-accordion-btn-icon-transform:rotate(-180deg);--bs-accordion-btn-active-icon:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='rgb%285.2, 44, 101.2%29' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%3e%3c/svg%3e");--bs-accordion-btn-focus-box-shadow:0 0 0 0.25rem rgba(13,110,253,.25);--bs-accordion-body-padding-x:1.25rem;--bs-accordion-body-padding-y:1rem;--bs-accordion-active-color:var(--bs-primary-text-emphasis);--bs-accordion-active-bg:var(--bs-primary-bg-subtle)}.accordion-button{font-size:1rem}.accordion-button:not(.collapsed){box-shadow:inset 0 calc(-1*var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color)}.accordion-item:first-of-type>.accordion-header .accordion-button{border-top-left-radius:var(--bs-accordion-inner-border-radius);border-top-right-radius:var(--bs-accordion-inner-border-radius)}.accordion-item:last-of-type>.accordion-header .accordion-button.collapsed{border-bottom-right-radius:var(--bs-accordion-inner-border-radius);border-bottom-left-radius:var(--bs-accordion-inner-border-radius)}.accordion-item:last-of-type>.accordion-collapse{border-bottom-right-radius:var(--bs-accordion-border-radius);border-bottom-left-radius:var(--bs-accordion-border-radius)}.accordion-flush>.accordion-item{border-right:0;border-left:0;border-radius:0}.accordion-flush>.accordion-item:first-child{border-top:0}.accordion-flush>.accordion-item:last-child{border-bottom:0}.accordion-flush>.accordion-item>.accordion-collapse,.accordion-flush>.accordion-item>.accordion-header .accordion-button,.accordion-flush>.accordion-item>.accordion-header .accordion-button.collapsed{border-radius:0}[data-bs-theme=dark] .accordion-button:after{--bs-accordion-btn-icon:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='rgb%28109.8, 168, 253.8%29'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e");--bs-accordion-btn-active-icon:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='rgb%28109.8, 168, 253.8%29'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e")}.breadcrumb{--bs-breadcrumb-bg: ;--bs-breadcrumb-divider-color:var(--bs-secondary-color);--bs-breadcrumb-item-padding-x:0.5rem;--bs-breadcrumb-item-active-color:var(--bs-secondary-color)}.breadcrumb-item+.breadcrumb-item:before{content:var(--bs-breadcrumb-divider,"/")}.pagination{--bs-pagination-padding-x:0.75rem;--bs-pagination-padding-y:0.375rem;--bs-pagination-font-size:1rem;--bs-pagination-color:var(--bs-link-color);--bs-pagination-bg:var(--bs-body-bg);--bs-pagination-border-width:var(--bs-border-width);--bs-pagination-border-color:var(--bs-border-color);--bs-pagination-hover-color:var(--bs-link-hover-color);--bs-pagination-hover-bg:var(--bs-tertiary-bg);--bs-pagination-hover-border-color:var(--bs-border-color);--bs-pagination-focus-color:var(--bs-link-hover-color);--bs-pagination-focus-bg:var(--bs-secondary-bg);--bs-pagination-focus-box-shadow:0 0 0 0.25rem rgba(13,110,253,.25);--bs-pagination-active-bg:#0d6efd;--bs-pagination-active-border-color:#0d6efd;--bs-pagination-disabled-color:var(--bs-secondary-color);--bs-pagination-disabled-bg:var(--bs-secondary-bg);--bs-pagination-disabled-border-color:var(--bs-border-color)}.page-link{text-decoration:none}.page-item:not(:first-child) .page-link{margin-left:calc(-1*var(--bs-border-width))}.page-item:first-child .page-link{border-top-left-radius:var(--bs-pagination-border-radius);border-bottom-left-radius:var(--bs-pagination-border-radius)}.page-item:last-child .page-link{border-top-right-radius:var(--bs-pagination-border-radius);border-bottom-right-radius:var(--bs-pagination-border-radius)}.pagination-lg{--bs-pagination-padding-x:1.5rem;--bs-pagination-padding-y:0.75rem;--bs-pagination-font-size:1.25rem}.pagination-sm{--bs-pagination-padding-x:0.5rem;--bs-pagination-padding-y:0.25rem;--bs-pagination-font-size:0.875rem}.badge{--bs-badge-padding-x:0.65em;--bs-badge-padding-y:0.35em;--bs-badge-font-size:0.75em;--bs-badge-font-weight:700;--bs-badge-border-radius:var(--bs-border-radius)}.alert{--bs-alert-padding-x:1rem;--bs-alert-padding-y:1rem;--bs-alert-border-radius:var(--bs-border-radius)}.alert-dismissible{padding-right:3rem}.alert-dismissible .btn-close{padding:1.25rem 1rem}.progress,.progress-stacked{--bs-progress-height:1rem;--bs-progress-bg:var(--bs-secondary-bg);--bs-progress-border-radius:var(--bs-border-radius);--bs-progress-bar-bg:#0d6efd}.list-group{--bs-list-group-color:var(--bs-body-color);--bs-list-group-bg:var(--bs-body-bg);--bs-list-group-border-color:var(--bs-border-color);--bs-list-group-item-padding-x:1rem;--bs-list-group-item-padding-y:0.5rem;--bs-list-group-action-hover-color:var(--bs-emphasis-color);--bs-list-group-action-hover-bg:var(--bs-tertiary-bg);--bs-list-group-action-active-color:var(--bs-body-color);--bs-list-group-action-active-bg:var(--bs-secondary-bg);--bs-list-group-disabled-color:var(--bs-secondary-color);--bs-list-group-disabled-bg:var(--bs-body-bg);--bs-list-group-active-bg:#0d6efd;--bs-list-group-active-border-color:#0d6efd}.list-group-item{text-decoration:none}.list-group-item+.list-group-item.active{margin-top:calc(-1*var(--bs-list-group-border-width))}.list-group-item-action:not(.active):focus,.list-group-item-action:not(.active):hover{z-index:1;color:var(--bs-list-group-action-hover-color);text-decoration:none;background-color:var(--bs-list-group-action-hover-bg)}.list-group-item-action:not(.active):active{color:var(--bs-list-group-action-active-color);background-color:var(--bs-list-group-action-active-bg)}.list-group-horizontal>.list-group-item+.list-group-item.active{margin-left:calc(-1*var(--bs-list-group-border-width))}@media(min-width:576px){.list-group-horizontal-sm{flex-direction:row}.list-group-horizontal-sm>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.list-group-horizontal-sm>.list-group-item:last-child:not(:first-child){border-top-right-radius:var(--bs-list-group-border-radius);border-bottom-left-radius:0}.list-group-horizontal-sm>.list-group-item.active{margin-top:0}.list-group-horizontal-sm>.list-group-item+.list-group-item{border-top-width:var(--bs-list-group-border-width);border-left-width:0}.list-group-horizontal-sm>.list-group-item+.list-group-item.active{margin-left:calc(-1*var(--bs-list-group-border-width));border-left-width:var(--bs-list-group-border-width)}}@media(min-width:768px){.list-group-horizontal-md{flex-direction:row}.list-group-horizontal-md>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.list-group-horizontal-md>.list-group-item:last-child:not(:first-child){border-top-right-radius:var(--bs-list-group-border-radius);border-bottom-left-radius:0}.list-group-horizontal-md>.list-group-item.active{margin-top:0}.list-group-horizontal-md>.list-group-item+.list-group-item{border-top-width:var(--bs-list-group-border-width);border-left-width:0}.list-group-horizontal-md>.list-group-item+.list-group-item.active{margin-left:calc(-1*var(--bs-list-group-border-width));border-left-width:var(--bs-list-group-border-width)}}@media(min-width:992px){.list-group-horizontal-lg{flex-direction:row}.list-group-horizontal-lg>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.list-group-horizontal-lg>.list-group-item:last-child:not(:first-child){border-top-right-radius:var(--bs-list-group-border-radius);border-bottom-left-radius:0}.list-group-horizontal-lg>.list-group-item.active{margin-top:0}.list-group-horizontal-lg>.list-group-item+.list-group-item{border-top-width:var(--bs-list-group-border-width);border-left-width:0}.list-group-horizontal-lg>.list-group-item+.list-group-item.active{margin-left:calc(-1*var(--bs-list-group-border-width));border-left-width:var(--bs-list-group-border-width)}}@media(min-width:1200px){.list-group-horizontal-xl{flex-direction:row}.list-group-horizontal-xl>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.list-group-horizontal-xl>.list-group-item:last-child:not(:first-child){border-top-right-radius:var(--bs-list-group-border-radius);border-bottom-left-radius:0}.list-group-horizontal-xl>.list-group-item.active{margin-top:0}.list-group-horizontal-xl>.list-group-item+.list-group-item{border-top-width:var(--bs-list-group-border-width);border-left-width:0}.list-group-horizontal-xl>.list-group-item+.list-group-item.active{margin-left:calc(-1*var(--bs-list-group-border-width));border-left-width:var(--bs-list-group-border-width)}}@media(min-width:1400px){.list-group-horizontal-xxl{flex-direction:row}.list-group-horizontal-xxl>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.list-group-horizontal-xxl>.list-group-item:last-child:not(:first-child){border-top-right-radius:var(--bs-list-group-border-radius);border-bottom-left-radius:0}.list-group-horizontal-xxl>.list-group-item.active{margin-top:0}.list-group-horizontal-xxl>.list-group-item+.list-group-item{border-top-width:var(--bs-list-group-border-width);border-left-width:0}.list-group-horizontal-xxl>.list-group-item+.list-group-item.active{margin-left:calc(-1*var(--bs-list-group-border-width));border-left-width:var(--bs-list-group-border-width)}}.btn-close{--bs-btn-close-color:#000;--bs-btn-close-bg:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414'/%3e%3c/svg%3e");--bs-btn-close-focus-shadow:0 0 0 0.25rem rgba(13,110,253,.25);--bs-btn-close-focus-opacity:1;width:1em;height:1em;background:transparent var(--bs-btn-close-bg) center/1em auto no-repeat;filter:var(--bs-btn-close-filter)}.btn-close-white{--bs-btn-close-filter:invert(1) grayscale(100%) brightness(200%)}:root,[data-bs-theme=light]{--bs-btn-close-filter: }[data-bs-theme=dark]{--bs-btn-close-filter:invert(1) grayscale(100%) brightness(200%)}.toast{--bs-toast-zindex:1090;--bs-toast-padding-y:0.5rem;--bs-toast-spacing:1.5rem;--bs-toast-font-size:0.875rem;--bs-toast-color: ;--bs-toast-bg:rgba(var(--bs-body-bg-rgb),0.85);--bs-toast-border-width:var(--bs-border-width);--bs-toast-header-color:var(--bs-secondary-color);--bs-toast-header-bg:rgba(var(--bs-body-bg-rgb),0.85);--bs-toast-header-border-color:var(--bs-border-color-translucent)}.toast-container{--bs-toast-zindex:1090}.toast-header .btn-close{margin-right:calc(-.5*var(--bs-toast-padding-x))}.modal{--bs-modal-zindex:1055;--bs-modal-width:500px;--bs-modal-padding:1rem;--bs-modal-margin:0.5rem;--bs-modal-color:var(--bs-body-color);--bs-modal-bg:var(--bs-body-bg);--bs-modal-border-width:var(--bs-border-width);--bs-modal-border-radius:var(--bs-border-radius-lg);--bs-modal-box-shadow:var(--bs-box-shadow-sm);--bs-modal-inner-border-radius:calc(var(--bs-border-radius-lg) - (var(--bs-border-width)));--bs-modal-header-padding-x:1rem;--bs-modal-header-padding-y:1rem;--bs-modal-header-padding:1rem 1rem;--bs-modal-header-border-width:var(--bs-border-width);--bs-modal-title-line-height:1.5;--bs-modal-footer-gap:0.5rem;--bs-modal-footer-border-width:var(--bs-border-width)}.modal.fade .modal-dialog{transform:translateY(-50px);transition:transform .3s ease-out}.modal.show .modal-dialog{transform:none}.modal-dialog-scrollable{height:calc(100% - var(--bs-modal-margin)*2)}.modal-dialog-centered{min-height:calc(100% - var(--bs-modal-margin)*2)}.modal-backdrop{--bs-backdrop-zindex:1050;--bs-backdrop-bg:#000}.modal-header .btn-close{padding:calc(var(--bs-modal-header-padding-y)*.5) calc(var(--bs-modal-header-padding-x)*.5);margin-top:calc(-.5*var(--bs-modal-header-padding-y));margin-right:calc(-.5*var(--bs-modal-header-padding-x));margin-bottom:calc(-.5*var(--bs-modal-header-padding-y));margin-left:auto}.modal-footer{padding:calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap)*.5)}.modal-footer>*{margin:calc(var(--bs-modal-footer-gap)*.5)}@media(min-width:576px){.modal{--bs-modal-margin:1.75rem;--bs-modal-box-shadow:var(--bs-box-shadow)}.modal-dialog{max-width:var(--bs-modal-width);margin-right:auto;margin-left:auto}.modal-sm{--bs-modal-width:300px}}@media(min-width:992px){.modal-lg,.modal-xl{--bs-modal-width:800px}}.tooltip{--bs-tooltip-zindex:1080;--bs-tooltip-padding-x:0.5rem;--bs-tooltip-padding-y:0.25rem;--bs-tooltip-font-size:0.875rem;--bs-tooltip-color:var(--bs-body-bg);--bs-tooltip-bg:var(--bs-emphasis-color);--bs-tooltip-opacity:0.9;line-height:1.5}.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow,.bs-tooltip-top .tooltip-arrow{bottom:calc(-1*var(--bs-tooltip-arrow-height))}.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow:before,.bs-tooltip-top .tooltip-arrow:before{border-width:var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width)*.5) 0}.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow,.bs-tooltip-end .tooltip-arrow{left:calc(-1*var(--bs-tooltip-arrow-height))}.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow:before,.bs-tooltip-end .tooltip-arrow:before{border-width:calc(var(--bs-tooltip-arrow-width)*.5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width)*.5) 0}.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow,.bs-tooltip-bottom .tooltip-arrow{top:calc(-1*var(--bs-tooltip-arrow-height))}.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow:before,.bs-tooltip-bottom .tooltip-arrow:before{border-width:0 calc(var(--bs-tooltip-arrow-width)*.5) var(--bs-tooltip-arrow-height)}.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow,.bs-tooltip-start .tooltip-arrow{right:calc(-1*var(--bs-tooltip-arrow-height))}.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow:before,.bs-tooltip-start .tooltip-arrow:before{border-width:calc(var(--bs-tooltip-arrow-width)*.5) 0 calc(var(--bs-tooltip-arrow-width)*.5) var(--bs-tooltip-arrow-height)}.popover{--bs-popover-zindex:1070;--bs-popover-font-size:0.875rem;--bs-popover-bg:var(--bs-body-bg);--bs-popover-border-width:var(--bs-border-width);--bs-popover-inner-border-radius:calc(var(--bs-border-radius-lg) - var(--bs-border-width));--bs-popover-box-shadow:var(--bs-box-shadow);--bs-popover-header-padding-x:1rem;--bs-popover-header-padding-y:0.5rem;--bs-popover-header-font-size:1rem;--bs-popover-header-color:inherit;--bs-popover-header-bg:var(--bs-secondary-bg);--bs-popover-body-padding-x:1rem;--bs-popover-body-padding-y:1rem;--bs-popover-body-color:var(--bs-body-color);line-height:1.5}.bs-popover-auto[data-popper-placement^=top]>.popover-arrow,.bs-popover-top>.popover-arrow{bottom:calc(-1*(var(--bs-popover-arrow-height)) - var(--bs-popover-border-width))}.bs-popover-auto[data-popper-placement^=top]>.popover-arrow:after,.bs-popover-auto[data-popper-placement^=top]>.popover-arrow:before,.bs-popover-top>.popover-arrow:after,.bs-popover-top>.popover-arrow:before{border-width:var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width)*.5) 0}.bs-popover-auto[data-popper-placement^=right]>.popover-arrow,.bs-popover-end>.popover-arrow{left:calc(-1*(var(--bs-popover-arrow-height)) - var(--bs-popover-border-width))}.bs-popover-auto[data-popper-placement^=right]>.popover-arrow:after,.bs-popover-auto[data-popper-placement^=right]>.popover-arrow:before,.bs-popover-end>.popover-arrow:after,.bs-popover-end>.popover-arrow:before{border-width:calc(var(--bs-popover-arrow-width)*.5) var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width)*.5) 0}.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow,.bs-popover-bottom>.popover-arrow{top:calc(-1*(var(--bs-popover-arrow-height)) - var(--bs-popover-border-width))}.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow:after,.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow:before,.bs-popover-bottom>.popover-arrow:after,.bs-popover-bottom>.popover-arrow:before{border-width:0 calc(var(--bs-popover-arrow-width)*.5) var(--bs-popover-arrow-height)}.bs-popover-auto[data-popper-placement^=bottom] .popover-header:before,.bs-popover-bottom .popover-header:before{margin-left:calc(-.5*var(--bs-popover-arrow-width))}.bs-popover-auto[data-popper-placement^=left]>.popover-arrow,.bs-popover-start>.popover-arrow{right:calc(-1*(var(--bs-popover-arrow-height)) - var(--bs-popover-border-width))}.bs-popover-auto[data-popper-placement^=left]>.popover-arrow:after,.bs-popover-auto[data-popper-placement^=left]>.popover-arrow:before,.bs-popover-start>.popover-arrow:after,.bs-popover-start>.popover-arrow:before{border-width:calc(var(--bs-popover-arrow-width)*.5) 0 calc(var(--bs-popover-arrow-width)*.5) var(--bs-popover-arrow-height)}.carousel-control-next,.carousel-control-prev{filter:var(--bs-carousel-control-icon-filter)}.carousel-control-next-icon,.carousel-control-prev-icon{width:2rem;height:2rem}.carousel-control-prev-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0'/%3e%3c/svg%3e")}.carousel-control-next-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e")}.carousel-indicators [data-bs-target]{width:30px;height:3px;margin-right:3px;margin-left:3px;background-color:var(--bs-carousel-indicator-active-bg);border-top:10px solid transparent;border-bottom:10px solid transparent;opacity:.5}.carousel-caption{bottom:1.25rem;color:var(--bs-carousel-caption-color)}.carousel-dark{--bs-carousel-indicator-active-bg:#000;--bs-carousel-caption-color:#000;--bs-carousel-control-icon-filter:invert(1) grayscale(100)}:root,[data-bs-theme=light]{--bs-carousel-indicator-active-bg:#fff;--bs-carousel-caption-color:#fff;--bs-carousel-control-icon-filter: }[data-bs-theme=dark]{--bs-carousel-indicator-active-bg:#000;--bs-carousel-caption-color:#000;--bs-carousel-control-icon-filter:invert(1) grayscale(100)}.offcanvas,.offcanvas-lg,.offcanvas-md,.offcanvas-sm,.offcanvas-xl,.offcanvas-xxl{--bs-offcanvas-zindex:1045;--bs-offcanvas-padding-x:1rem;--bs-offcanvas-padding-y:1rem;--bs-offcanvas-bg:var(--bs-body-bg);--bs-offcanvas-border-width:var(--bs-border-width);--bs-offcanvas-box-shadow:var(--bs-box-shadow-sm);--bs-offcanvas-transition:transform 0.3s ease-in-out;--bs-offcanvas-title-line-height:1.5}@media(max-width:575.98px)and (prefers-reduced-motion:reduce){.offcanvas-sm{transition:none}}@media(max-width:767.98px)and (prefers-reduced-motion:reduce){.offcanvas-md{transition:none}}@media(max-width:991.98px)and (prefers-reduced-motion:reduce){.offcanvas-lg{transition:none}}@media(max-width:1199.98px)and (prefers-reduced-motion:reduce){.offcanvas-xl{transition:none}}@media(max-width:1399.98px)and (prefers-reduced-motion:reduce){.offcanvas-xxl{transition:none}}.offcanvas-backdrop{z-index:1040;background-color:#000}.offcanvas-header .btn-close{padding:calc(var(--bs-offcanvas-padding-y)*.5) calc(var(--bs-offcanvas-padding-x)*.5);margin-top:calc(-.5*var(--bs-offcanvas-padding-y));margin-right:calc(-.5*var(--bs-offcanvas-padding-x));margin-bottom:calc(-.5*var(--bs-offcanvas-padding-y));margin-left:auto}.placeholder-wave{-webkit-mask-image:linear-gradient(130deg,#000 55%,rgba(0,0,0,.8) 75%,#000 95%);mask-image:linear-gradient(130deg,#000 55%,rgba(0,0,0,.8) 75%,#000 95%)}.text-bg-info,.text-bg-light,.text-bg-warning{color:#000!important}.link-primary:focus,.link-primary:hover{color:RGBA(10,88,202,var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(10,88,202,var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(10,88,202,var(--bs-link-underline-opacity,1))!important}.link-secondary:focus,.link-secondary:hover{color:RGBA(86,94,100,var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(86,94,100,var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(86,94,100,var(--bs-link-underline-opacity,1))!important}.link-success:focus,.link-success:hover{color:RGBA(20,108,67,var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(20,108,67,var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(20,108,67,var(--bs-link-underline-opacity,1))!important}.link-info:focus,.link-info:hover{color:RGBA(61,213,243,var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(61,213,243,var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(61,213,243,var(--bs-link-underline-opacity,1))!important}.link-warning:focus,.link-warning:hover{color:RGBA(255,205,57,var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(255,205,57,var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(255,205,57,var(--bs-link-underline-opacity,1))!important}.link-danger:focus,.link-danger:hover{color:RGBA(176,42,55,var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(176,42,55,var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(176,42,55,var(--bs-link-underline-opacity,1))!important}.link-light:focus,.link-light:hover{color:RGBA(249,250,251,var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(249,250,251,var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(249,250,251,var(--bs-link-underline-opacity,1))!important}.link-dark:focus,.link-dark:hover{color:RGBA(26,30,33,var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(26,30,33,var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(26,30,33,var(--bs-link-underline-opacity,1))!important}.vr{opacity:.25}.float-start{float:left!important}.float-end{float:right!important}.overflow-x-auto{overflow-x:auto!important}.overflow-x-hidden{overflow-x:hidden!important}.overflow-x-visible{overflow-x:visible!important}.overflow-x-scroll{overflow-x:scroll!important}.overflow-y-auto{overflow-y:auto!important}.overflow-y-hidden{overflow-y:hidden!important}.overflow-y-visible{overflow-y:visible!important}.overflow-y-scroll{overflow-y:scroll!important}.d-inline-grid{display:inline-grid!important}.shadow{box-shadow:var(--bs-box-shadow)!important}.shadow-sm{box-shadow:var(--bs-box-shadow-sm)!important}.shadow-lg{box-shadow:var(--bs-box-shadow-lg)!important}.focus-ring-primary{--bs-focus-ring-color:rgba(var(--bs-primary-rgb),var(--bs-focus-ring-opacity))}.focus-ring-secondary{--bs-focus-ring-color:rgba(var(--bs-secondary-rgb),var(--bs-focus-ring-opacity))}.focus-ring-success{--bs-focus-ring-color:rgba(var(--bs-success-rgb),var(--bs-focus-ring-opacity))}.focus-ring-info{--bs-focus-ring-color:rgba(var(--bs-info-rgb),var(--bs-focus-ring-opacity))}.focus-ring-warning{--bs-focus-ring-color:rgba(var(--bs-warning-rgb),var(--bs-focus-ring-opacity))}.focus-ring-danger{--bs-focus-ring-color:rgba(var(--bs-danger-rgb),var(--bs-focus-ring-opacity))}.focus-ring-light{--bs-focus-ring-color:rgba(var(--bs-light-rgb),var(--bs-focus-ring-opacity))}.focus-ring-dark{--bs-focus-ring-color:rgba(var(--bs-dark-rgb),var(--bs-focus-ring-opacity))}.start-0{left:0!important}.start-50{left:50%!important}.start-100{left:100%!important}.end-0{right:0!important}.end-50{right:50%!important}.end-100{right:100%!important}.translate-middle{transform:translate(-50%,-50%)!important}.translate-middle-x{transform:translateX(-50%)!important}.border{border:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}.border-top{border-top:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}.border-end{border-right:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}.border-end-0{border-right:0!important}.border-bottom{border-bottom:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}.border-start{border-left:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}.border-start-0{border-left:0!important}.border-primary{--bs-border-opacity:1;border-color:rgba(var(--bs-primary-rgb),var(--bs-border-opacity))!important}.border-secondary{--bs-border-opacity:1;border-color:rgba(var(--bs-secondary-rgb),var(--bs-border-opacity))!important}.border-success{--bs-border-opacity:1;border-color:rgba(var(--bs-success-rgb),var(--bs-border-opacity))!important}.border-info{--bs-border-opacity:1;border-color:rgba(var(--bs-info-rgb),var(--bs-border-opacity))!important}.border-warning{--bs-border-opacity:1;border-color:rgba(var(--bs-warning-rgb),var(--bs-border-opacity))!important}.border-danger{--bs-border-opacity:1;border-color:rgba(var(--bs-danger-rgb),var(--bs-border-opacity))!important}.border-light{--bs-border-opacity:1;border-color:rgba(var(--bs-light-rgb),var(--bs-border-opacity))!important}.border-dark{--bs-border-opacity:1;border-color:rgba(var(--bs-dark-rgb),var(--bs-border-opacity))!important}.border-black{--bs-border-opacity:1;border-color:rgba(var(--bs-black-rgb),var(--bs-border-opacity))!important}.border-white{--bs-border-opacity:1;border-color:rgba(var(--bs-white-rgb),var(--bs-border-opacity))!important}.border-primary-subtle{border-color:var(--bs-primary-border-subtle)!important}.border-secondary-subtle{border-color:var(--bs-secondary-border-subtle)!important}.border-success-subtle{border-color:var(--bs-success-border-subtle)!important}.border-info-subtle{border-color:var(--bs-info-border-subtle)!important}.border-warning-subtle{border-color:var(--bs-warning-border-subtle)!important}.border-danger-subtle{border-color:var(--bs-danger-border-subtle)!important}.border-light-subtle{border-color:var(--bs-light-border-subtle)!important}.border-dark-subtle{border-color:var(--bs-dark-border-subtle)!important}.me-0{margin-right:0!important}.me-1{margin-right:.25rem!important}.me-2{margin-right:.5rem!important}.me-3{margin-right:1rem!important}.me-4{margin-right:1.5rem!important}.me-5{margin-right:3rem!important}.me-auto{margin-right:auto!important}.ms-0{margin-left:0!important}.ms-1{margin-left:.25rem!important}.ms-2{margin-left:.5rem!important}.ms-3{margin-left:1rem!important}.ms-4{margin-left:1.5rem!important}.ms-5{margin-left:3rem!important}.ms-auto{margin-left:auto!important}.pe-0{padding-right:0!important}.pe-1{padding-right:.25rem!important}.pe-2{padding-right:.5rem!important}.pe-3{padding-right:1rem!important}.pe-4{padding-right:1.5rem!important}.pe-5{padding-right:3rem!important}.ps-0{padding-left:0!important}.ps-1{padding-left:.25rem!important}.ps-2{padding-left:.5rem!important}.ps-3{padding-left:1rem!important}.ps-4{padding-left:1.5rem!important}.ps-5{padding-left:3rem!important}.fs-1{font-size:calc(1.375rem + 1.5vw)!important}.fs-3{font-size:calc(1.3rem + .6vw)!important}.fs-4{font-size:calc(1.275rem + .3vw)!important}.fs-5{font-size:1.25rem!important}.fs-6{font-size:1rem!important}.lh-sm{line-height:1.25!important}.lh-base{line-height:1.5!important}.lh-lg{line-height:2!important}.text-start{text-align:left!important}.text-end{text-align:right!important}.text-light{color:rgba(var(--bs-light-rgb),var(--bs-text-opacity))!important}.text-white{color:rgba(var(--bs-white-rgb),var(--bs-text-opacity))!important}.text-body{color:rgba(var(--bs-body-color-rgb),var(--bs-text-opacity))!important}.text-muted{color:var(--bs-secondary-color)!important}.text-black-50{color:rgba(0,0,0,.5)!important}.text-body-secondary{--bs-text-opacity:1;color:var(--bs-secondary-color)!important}.text-body-tertiary{--bs-text-opacity:1;color:var(--bs-tertiary-color)!important}.text-body-emphasis{--bs-text-opacity:1;color:var(--bs-emphasis-color)!important}.text-primary-emphasis{color:var(--bs-primary-text-emphasis)!important}.text-secondary-emphasis{color:var(--bs-secondary-text-emphasis)!important}.text-success-emphasis{color:var(--bs-success-text-emphasis)!important}.text-info-emphasis{color:var(--bs-info-text-emphasis)!important}.text-warning-emphasis{color:var(--bs-warning-text-emphasis)!important}.text-danger-emphasis{color:var(--bs-danger-text-emphasis)!important}.text-light-emphasis{color:var(--bs-light-text-emphasis)!important}.text-dark-emphasis{color:var(--bs-dark-text-emphasis)!important}.bg-white{background-color:rgba(var(--bs-white-rgb),var(--bs-bg-opacity))!important}.bg-body{background-color:rgba(var(--bs-body-bg-rgb),var(--bs-bg-opacity))!important}.bg-body-secondary{--bs-bg-opacity:1;background-color:rgba(var(--bs-secondary-bg-rgb),var(--bs-bg-opacity))!important}.bg-body-tertiary{--bs-bg-opacity:1;background-color:rgba(var(--bs-tertiary-bg-rgb),var(--bs-bg-opacity))!important}.rounded{border-radius:var(--bs-border-radius)!important}.rounded-1{border-radius:var(--bs-border-radius-sm)!important}.rounded-2{border-radius:var(--bs-border-radius)!important}.rounded-3{border-radius:var(--bs-border-radius-lg)!important}.rounded-4{border-radius:var(--bs-border-radius-xl)!important}.rounded-5{border-radius:var(--bs-border-radius-xxl)!important}.rounded-pill{border-radius:var(--bs-border-radius-pill)!important}.rounded-top{border-top-left-radius:var(--bs-border-radius)!important;border-top-right-radius:var(--bs-border-radius)!important}.rounded-top-0{border-top-left-radius:0!important;border-top-right-radius:0!important}.rounded-top-1{border-top-left-radius:var(--bs-border-radius-sm)!important;border-top-right-radius:var(--bs-border-radius-sm)!important}.rounded-top-2{border-top-left-radius:var(--bs-border-radius)!important;border-top-right-radius:var(--bs-border-radius)!important}.rounded-top-3{border-top-left-radius:var(--bs-border-radius-lg)!important;border-top-right-radius:var(--bs-border-radius-lg)!important}.rounded-top-4{border-top-left-radius:var(--bs-border-radius-xl)!important;border-top-right-radius:var(--bs-border-radius-xl)!important}.rounded-top-5{border-top-left-radius:var(--bs-border-radius-xxl)!important;border-top-right-radius:var(--bs-border-radius-xxl)!important}.rounded-top-circle{border-top-left-radius:50%!important;border-top-right-radius:50%!important}.rounded-top-pill{border-top-left-radius:var(--bs-border-radius-pill)!important;border-top-right-radius:var(--bs-border-radius-pill)!important}.rounded-end{border-top-right-radius:var(--bs-border-radius)!important;border-bottom-right-radius:var(--bs-border-radius)!important}.rounded-end-0{border-top-right-radius:0!important;border-bottom-right-radius:0!important}.rounded-end-1{border-top-right-radius:var(--bs-border-radius-sm)!important;border-bottom-right-radius:var(--bs-border-radius-sm)!important}.rounded-end-2{border-top-right-radius:var(--bs-border-radius)!important;border-bottom-right-radius:var(--bs-border-radius)!important}.rounded-end-3{border-top-right-radius:var(--bs-border-radius-lg)!important;border-bottom-right-radius:var(--bs-border-radius-lg)!important}.rounded-end-4{border-top-right-radius:var(--bs-border-radius-xl)!important;border-bottom-right-radius:var(--bs-border-radius-xl)!important}.rounded-end-5{border-top-right-radius:var(--bs-border-radius-xxl)!important;border-bottom-right-radius:var(--bs-border-radius-xxl)!important}.rounded-end-circle{border-top-right-radius:50%!important;border-bottom-right-radius:50%!important}.rounded-end-pill{border-top-right-radius:var(--bs-border-radius-pill)!important;border-bottom-right-radius:var(--bs-border-radius-pill)!important}.rounded-bottom{border-bottom-right-radius:var(--bs-border-radius)!important;border-bottom-left-radius:var(--bs-border-radius)!important}.rounded-bottom-0{border-bottom-right-radius:0!important;border-bottom-left-radius:0!important}.rounded-bottom-1{border-bottom-right-radius:var(--bs-border-radius-sm)!important;border-bottom-left-radius:var(--bs-border-radius-sm)!important}.rounded-bottom-2{border-bottom-right-radius:var(--bs-border-radius)!important;border-bottom-left-radius:var(--bs-border-radius)!important}.rounded-bottom-3{border-bottom-right-radius:var(--bs-border-radius-lg)!important;border-bottom-left-radius:var(--bs-border-radius-lg)!important}.rounded-bottom-4{border-bottom-right-radius:var(--bs-border-radius-xl)!important;border-bottom-left-radius:var(--bs-border-radius-xl)!important}.rounded-bottom-5{border-bottom-right-radius:var(--bs-border-radius-xxl)!important;border-bottom-left-radius:var(--bs-border-radius-xxl)!important}.rounded-bottom-circle{border-bottom-right-radius:50%!important;border-bottom-left-radius:50%!important}.rounded-bottom-pill{border-bottom-right-radius:var(--bs-border-radius-pill)!important;border-bottom-left-radius:var(--bs-border-radius-pill)!important}.rounded-start{border-bottom-left-radius:var(--bs-border-radius)!important;border-top-left-radius:var(--bs-border-radius)!important}.rounded-start-0{border-bottom-left-radius:0!important;border-top-left-radius:0!important}.rounded-start-1{border-bottom-left-radius:var(--bs-border-radius-sm)!important;border-top-left-radius:var(--bs-border-radius-sm)!important}.rounded-start-2{border-bottom-left-radius:var(--bs-border-radius)!important;border-top-left-radius:var(--bs-border-radius)!important}.rounded-start-3{border-bottom-left-radius:var(--bs-border-radius-lg)!important;border-top-left-radius:var(--bs-border-radius-lg)!important}.rounded-start-4{border-bottom-left-radius:var(--bs-border-radius-xl)!important;border-top-left-radius:var(--bs-border-radius-xl)!important}.rounded-start-5{border-bottom-left-radius:var(--bs-border-radius-xxl)!important;border-top-left-radius:var(--bs-border-radius-xxl)!important}.rounded-start-circle{border-bottom-left-radius:50%!important;border-top-left-radius:50%!important}.rounded-start-pill{border-bottom-left-radius:var(--bs-border-radius-pill)!important;border-top-left-radius:var(--bs-border-radius-pill)!important}@media(min-width:576px){.float-sm-start{float:left!important}.float-sm-end{float:right!important}.float-sm-none{float:none!important}.object-fit-sm-contain{object-fit:contain!important}.object-fit-sm-cover{object-fit:cover!important}.object-fit-sm-fill{object-fit:fill!important}.object-fit-sm-scale{object-fit:scale-down!important}.object-fit-sm-none{object-fit:none!important}.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-grid{display:grid!important}.d-sm-inline-grid{display:inline-grid!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:flex!important}.d-sm-inline-flex{display:inline-flex!important}.d-sm-none{display:none!important}.flex-sm-fill{flex:1 1 auto!important}.flex-sm-row{flex-direction:row!important}.flex-sm-column{flex-direction:column!important}.flex-sm-row-reverse{flex-direction:row-reverse!important}.flex-sm-column-reverse{flex-direction:column-reverse!important}.flex-sm-grow-0{flex-grow:0!important}.flex-sm-grow-1{flex-grow:1!important}.flex-sm-shrink-0{flex-shrink:0!important}.flex-sm-shrink-1{flex-shrink:1!important}.flex-sm-wrap{flex-wrap:wrap!important}.flex-sm-nowrap{flex-wrap:nowrap!important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-sm-start{justify-content:flex-start!important}.justify-content-sm-end{justify-content:flex-end!important}.justify-content-sm-center{justify-content:center!important}.justify-content-sm-between{justify-content:space-between!important}.justify-content-sm-around{justify-content:space-around!important}.justify-content-sm-evenly{justify-content:space-evenly!important}.align-items-sm-start{align-items:flex-start!important}.align-items-sm-end{align-items:flex-end!important}.align-items-sm-center{align-items:center!important}.align-items-sm-baseline{align-items:baseline!important}.align-items-sm-stretch{align-items:stretch!important}.align-content-sm-start{align-content:flex-start!important}.align-content-sm-end{align-content:flex-end!important}.align-content-sm-center{align-content:center!important}.align-content-sm-between{align-content:space-between!important}.align-content-sm-around{align-content:space-around!important}.align-content-sm-stretch{align-content:stretch!important}.align-self-sm-auto{align-self:auto!important}.align-self-sm-start{align-self:flex-start!important}.align-self-sm-end{align-self:flex-end!important}.align-self-sm-center{align-self:center!important}.align-self-sm-baseline{align-self:baseline!important}.align-self-sm-stretch{align-self:stretch!important}.order-sm-first{order:-1!important}.order-sm-0{order:0!important}.order-sm-1{order:1!important}.order-sm-2{order:2!important}.order-sm-3{order:3!important}.order-sm-4{order:4!important}.order-sm-5{order:5!important}.order-sm-last{order:6!important}.m-sm-0{margin:0!important}.m-sm-1{margin:.25rem!important}.m-sm-2{margin:.5rem!important}.m-sm-3{margin:1rem!important}.m-sm-4{margin:1.5rem!important}.m-sm-5{margin:3rem!important}.m-sm-auto{margin:auto!important}.mx-sm-0{margin-right:0!important;margin-left:0!important}.mx-sm-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-sm-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-sm-3{margin-right:1rem!important;margin-left:1rem!important}.mx-sm-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-sm-5{margin-right:3rem!important;margin-left:3rem!important}.mx-sm-auto{margin-right:auto!important;margin-left:auto!important}.my-sm-0{margin-top:0!important;margin-bottom:0!important}.my-sm-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-sm-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-sm-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-sm-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-sm-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-sm-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-sm-0{margin-top:0!important}.mt-sm-1{margin-top:.25rem!important}.mt-sm-2{margin-top:.5rem!important}.mt-sm-3{margin-top:1rem!important}.mt-sm-4{margin-top:1.5rem!important}.mt-sm-5{margin-top:3rem!important}.mt-sm-auto{margin-top:auto!important}.me-sm-0{margin-right:0!important}.me-sm-1{margin-right:.25rem!important}.me-sm-2{margin-right:.5rem!important}.me-sm-3{margin-right:1rem!important}.me-sm-4{margin-right:1.5rem!important}.me-sm-5{margin-right:3rem!important}.me-sm-auto{margin-right:auto!important}.mb-sm-0{margin-bottom:0!important}.mb-sm-1{margin-bottom:.25rem!important}.mb-sm-2{margin-bottom:.5rem!important}.mb-sm-3{margin-bottom:1rem!important}.mb-sm-4{margin-bottom:1.5rem!important}.mb-sm-5{margin-bottom:3rem!important}.mb-sm-auto{margin-bottom:auto!important}.ms-sm-0{margin-left:0!important}.ms-sm-1{margin-left:.25rem!important}.ms-sm-2{margin-left:.5rem!important}.ms-sm-3{margin-left:1rem!important}.ms-sm-4{margin-left:1.5rem!important}.ms-sm-5{margin-left:3rem!important}.ms-sm-auto{margin-left:auto!important}.p-sm-0{padding:0!important}.p-sm-1{padding:.25rem!important}.p-sm-2{padding:.5rem!important}.p-sm-3{padding:1rem!important}.p-sm-4{padding:1.5rem!important}.p-sm-5{padding:3rem!important}.px-sm-0{padding-right:0!important;padding-left:0!important}.px-sm-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-sm-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-sm-3{padding-right:1rem!important;padding-left:1rem!important}.px-sm-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-sm-5{padding-right:3rem!important;padding-left:3rem!important}.py-sm-0{padding-top:0!important;padding-bottom:0!important}.py-sm-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-sm-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-sm-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-sm-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-sm-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-sm-0{padding-top:0!important}.pt-sm-1{padding-top:.25rem!important}.pt-sm-2{padding-top:.5rem!important}.pt-sm-3{padding-top:1rem!important}.pt-sm-4{padding-top:1.5rem!important}.pt-sm-5{padding-top:3rem!important}.pe-sm-0{padding-right:0!important}.pe-sm-1{padding-right:.25rem!important}.pe-sm-2{padding-right:.5rem!important}.pe-sm-3{padding-right:1rem!important}.pe-sm-4{padding-right:1.5rem!important}.pe-sm-5{padding-right:3rem!important}.pb-sm-0{padding-bottom:0!important}.pb-sm-1{padding-bottom:.25rem!important}.pb-sm-2{padding-bottom:.5rem!important}.pb-sm-3{padding-bottom:1rem!important}.pb-sm-4{padding-bottom:1.5rem!important}.pb-sm-5{padding-bottom:3rem!important}.ps-sm-0{padding-left:0!important}.ps-sm-1{padding-left:.25rem!important}.ps-sm-2{padding-left:.5rem!important}.ps-sm-3{padding-left:1rem!important}.ps-sm-4{padding-left:1.5rem!important}.ps-sm-5{padding-left:3rem!important}.gap-sm-0{gap:0!important}.gap-sm-1{gap:.25rem!important}.gap-sm-2{gap:.5rem!important}.gap-sm-3{gap:1rem!important}.gap-sm-4{gap:1.5rem!important}.gap-sm-5{gap:3rem!important}.row-gap-sm-0{row-gap:0!important}.row-gap-sm-1{row-gap:.25rem!important}.row-gap-sm-2{row-gap:.5rem!important}.row-gap-sm-3{row-gap:1rem!important}.row-gap-sm-4{row-gap:1.5rem!important}.row-gap-sm-5{row-gap:3rem!important}.column-gap-sm-0{column-gap:0!important}.column-gap-sm-1{column-gap:.25rem!important}.column-gap-sm-2{column-gap:.5rem!important}.column-gap-sm-3{column-gap:1rem!important}.column-gap-sm-4{column-gap:1.5rem!important}.column-gap-sm-5{column-gap:3rem!important}.text-sm-start{text-align:left!important}.text-sm-end{text-align:right!important}.text-sm-center{text-align:center!important}}@media(min-width:768px){.float-md-start{float:left!important}.float-md-end{float:right!important}.float-md-none{float:none!important}.object-fit-md-contain{object-fit:contain!important}.object-fit-md-cover{object-fit:cover!important}.object-fit-md-fill{object-fit:fill!important}.object-fit-md-scale{object-fit:scale-down!important}.object-fit-md-none{object-fit:none!important}.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-grid{display:grid!important}.d-md-inline-grid{display:inline-grid!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:flex!important}.d-md-inline-flex{display:inline-flex!important}.d-md-none{display:none!important}.flex-md-fill{flex:1 1 auto!important}.flex-md-row{flex-direction:row!important}.flex-md-column{flex-direction:column!important}.flex-md-row-reverse{flex-direction:row-reverse!important}.flex-md-column-reverse{flex-direction:column-reverse!important}.flex-md-grow-0{flex-grow:0!important}.flex-md-grow-1{flex-grow:1!important}.flex-md-shrink-0{flex-shrink:0!important}.flex-md-shrink-1{flex-shrink:1!important}.flex-md-wrap{flex-wrap:wrap!important}.flex-md-nowrap{flex-wrap:nowrap!important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-md-start{justify-content:flex-start!important}.justify-content-md-end{justify-content:flex-end!important}.justify-content-md-center{justify-content:center!important}.justify-content-md-between{justify-content:space-between!important}.justify-content-md-around{justify-content:space-around!important}.justify-content-md-evenly{justify-content:space-evenly!important}.align-items-md-start{align-items:flex-start!important}.align-items-md-end{align-items:flex-end!important}.align-items-md-center{align-items:center!important}.align-items-md-baseline{align-items:baseline!important}.align-items-md-stretch{align-items:stretch!important}.align-content-md-start{align-content:flex-start!important}.align-content-md-end{align-content:flex-end!important}.align-content-md-center{align-content:center!important}.align-content-md-between{align-content:space-between!important}.align-content-md-around{align-content:space-around!important}.align-content-md-stretch{align-content:stretch!important}.align-self-md-auto{align-self:auto!important}.align-self-md-start{align-self:flex-start!important}.align-self-md-end{align-self:flex-end!important}.align-self-md-center{align-self:center!important}.align-self-md-baseline{align-self:baseline!important}.align-self-md-stretch{align-self:stretch!important}.order-md-first{order:-1!important}.order-md-0{order:0!important}.order-md-1{order:1!important}.order-md-2{order:2!important}.order-md-3{order:3!important}.order-md-4{order:4!important}.order-md-5{order:5!important}.order-md-last{order:6!important}.m-md-0{margin:0!important}.m-md-1{margin:.25rem!important}.m-md-2{margin:.5rem!important}.m-md-3{margin:1rem!important}.m-md-4{margin:1.5rem!important}.m-md-5{margin:3rem!important}.m-md-auto{margin:auto!important}.mx-md-0{margin-right:0!important;margin-left:0!important}.mx-md-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-md-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-md-3{margin-right:1rem!important;margin-left:1rem!important}.mx-md-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-md-5{margin-right:3rem!important;margin-left:3rem!important}.mx-md-auto{margin-right:auto!important;margin-left:auto!important}.my-md-0{margin-top:0!important;margin-bottom:0!important}.my-md-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-md-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-md-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-md-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-md-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-md-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-md-0{margin-top:0!important}.mt-md-1{margin-top:.25rem!important}.mt-md-2{margin-top:.5rem!important}.mt-md-3{margin-top:1rem!important}.mt-md-4{margin-top:1.5rem!important}.mt-md-5{margin-top:3rem!important}.mt-md-auto{margin-top:auto!important}.me-md-0{margin-right:0!important}.me-md-1{margin-right:.25rem!important}.me-md-2{margin-right:.5rem!important}.me-md-3{margin-right:1rem!important}.me-md-4{margin-right:1.5rem!important}.me-md-5{margin-right:3rem!important}.me-md-auto{margin-right:auto!important}.mb-md-0{margin-bottom:0!important}.mb-md-1{margin-bottom:.25rem!important}.mb-md-2{margin-bottom:.5rem!important}.mb-md-3{margin-bottom:1rem!important}.mb-md-4{margin-bottom:1.5rem!important}.mb-md-5{margin-bottom:3rem!important}.mb-md-auto{margin-bottom:auto!important}.ms-md-0{margin-left:0!important}.ms-md-1{margin-left:.25rem!important}.ms-md-2{margin-left:.5rem!important}.ms-md-3{margin-left:1rem!important}.ms-md-4{margin-left:1.5rem!important}.ms-md-5{margin-left:3rem!important}.ms-md-auto{margin-left:auto!important}.p-md-0{padding:0!important}.p-md-1{padding:.25rem!important}.p-md-2{padding:.5rem!important}.p-md-3{padding:1rem!important}.p-md-4{padding:1.5rem!important}.p-md-5{padding:3rem!important}.px-md-0{padding-right:0!important;padding-left:0!important}.px-md-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-md-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-md-3{padding-right:1rem!important;padding-left:1rem!important}.px-md-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-md-5{padding-right:3rem!important;padding-left:3rem!important}.py-md-0{padding-top:0!important;padding-bottom:0!important}.py-md-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-md-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-md-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-md-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-md-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-md-0{padding-top:0!important}.pt-md-1{padding-top:.25rem!important}.pt-md-2{padding-top:.5rem!important}.pt-md-3{padding-top:1rem!important}.pt-md-4{padding-top:1.5rem!important}.pt-md-5{padding-top:3rem!important}.pe-md-0{padding-right:0!important}.pe-md-1{padding-right:.25rem!important}.pe-md-2{padding-right:.5rem!important}.pe-md-3{padding-right:1rem!important}.pe-md-4{padding-right:1.5rem!important}.pe-md-5{padding-right:3rem!important}.pb-md-0{padding-bottom:0!important}.pb-md-1{padding-bottom:.25rem!important}.pb-md-2{padding-bottom:.5rem!important}.pb-md-3{padding-bottom:1rem!important}.pb-md-4{padding-bottom:1.5rem!important}.pb-md-5{padding-bottom:3rem!important}.ps-md-0{padding-left:0!important}.ps-md-1{padding-left:.25rem!important}.ps-md-2{padding-left:.5rem!important}.ps-md-3{padding-left:1rem!important}.ps-md-4{padding-left:1.5rem!important}.ps-md-5{padding-left:3rem!important}.gap-md-0{gap:0!important}.gap-md-1{gap:.25rem!important}.gap-md-2{gap:.5rem!important}.gap-md-3{gap:1rem!important}.gap-md-4{gap:1.5rem!important}.gap-md-5{gap:3rem!important}.row-gap-md-0{row-gap:0!important}.row-gap-md-1{row-gap:.25rem!important}.row-gap-md-2{row-gap:.5rem!important}.row-gap-md-3{row-gap:1rem!important}.row-gap-md-4{row-gap:1.5rem!important}.row-gap-md-5{row-gap:3rem!important}.column-gap-md-0{column-gap:0!important}.column-gap-md-1{column-gap:.25rem!important}.column-gap-md-2{column-gap:.5rem!important}.column-gap-md-3{column-gap:1rem!important}.column-gap-md-4{column-gap:1.5rem!important}.column-gap-md-5{column-gap:3rem!important}.text-md-start{text-align:left!important}.text-md-end{text-align:right!important}.text-md-center{text-align:center!important}}@media(min-width:992px){.float-lg-start{float:left!important}.float-lg-end{float:right!important}.float-lg-none{float:none!important}.object-fit-lg-contain{object-fit:contain!important}.object-fit-lg-cover{object-fit:cover!important}.object-fit-lg-fill{object-fit:fill!important}.object-fit-lg-scale{object-fit:scale-down!important}.object-fit-lg-none{object-fit:none!important}.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-grid{display:grid!important}.d-lg-inline-grid{display:inline-grid!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:flex!important}.d-lg-inline-flex{display:inline-flex!important}.d-lg-none{display:none!important}.flex-lg-fill{flex:1 1 auto!important}.flex-lg-row{flex-direction:row!important}.flex-lg-column{flex-direction:column!important}.flex-lg-row-reverse{flex-direction:row-reverse!important}.flex-lg-column-reverse{flex-direction:column-reverse!important}.flex-lg-grow-0{flex-grow:0!important}.flex-lg-grow-1{flex-grow:1!important}.flex-lg-shrink-0{flex-shrink:0!important}.flex-lg-shrink-1{flex-shrink:1!important}.flex-lg-wrap{flex-wrap:wrap!important}.flex-lg-nowrap{flex-wrap:nowrap!important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-lg-start{justify-content:flex-start!important}.justify-content-lg-end{justify-content:flex-end!important}.justify-content-lg-center{justify-content:center!important}.justify-content-lg-between{justify-content:space-between!important}.justify-content-lg-around{justify-content:space-around!important}.justify-content-lg-evenly{justify-content:space-evenly!important}.align-items-lg-start{align-items:flex-start!important}.align-items-lg-end{align-items:flex-end!important}.align-items-lg-center{align-items:center!important}.align-items-lg-baseline{align-items:baseline!important}.align-items-lg-stretch{align-items:stretch!important}.align-content-lg-start{align-content:flex-start!important}.align-content-lg-end{align-content:flex-end!important}.align-content-lg-center{align-content:center!important}.align-content-lg-between{align-content:space-between!important}.align-content-lg-around{align-content:space-around!important}.align-content-lg-stretch{align-content:stretch!important}.align-self-lg-auto{align-self:auto!important}.align-self-lg-start{align-self:flex-start!important}.align-self-lg-end{align-self:flex-end!important}.align-self-lg-center{align-self:center!important}.align-self-lg-baseline{align-self:baseline!important}.align-self-lg-stretch{align-self:stretch!important}.order-lg-first{order:-1!important}.order-lg-0{order:0!important}.order-lg-1{order:1!important}.order-lg-2{order:2!important}.order-lg-3{order:3!important}.order-lg-4{order:4!important}.order-lg-5{order:5!important}.order-lg-last{order:6!important}.m-lg-0{margin:0!important}.m-lg-1{margin:.25rem!important}.m-lg-2{margin:.5rem!important}.m-lg-3{margin:1rem!important}.m-lg-4{margin:1.5rem!important}.m-lg-5{margin:3rem!important}.m-lg-auto{margin:auto!important}.mx-lg-0{margin-right:0!important;margin-left:0!important}.mx-lg-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-lg-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-lg-3{margin-right:1rem!important;margin-left:1rem!important}.mx-lg-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-lg-5{margin-right:3rem!important;margin-left:3rem!important}.mx-lg-auto{margin-right:auto!important;margin-left:auto!important}.my-lg-0{margin-top:0!important;margin-bottom:0!important}.my-lg-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-lg-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-lg-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-lg-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-lg-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-lg-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-lg-0{margin-top:0!important}.mt-lg-1{margin-top:.25rem!important}.mt-lg-2{margin-top:.5rem!important}.mt-lg-3{margin-top:1rem!important}.mt-lg-4{margin-top:1.5rem!important}.mt-lg-5{margin-top:3rem!important}.mt-lg-auto{margin-top:auto!important}.me-lg-0{margin-right:0!important}.me-lg-1{margin-right:.25rem!important}.me-lg-2{margin-right:.5rem!important}.me-lg-3{margin-right:1rem!important}.me-lg-4{margin-right:1.5rem!important}.me-lg-5{margin-right:3rem!important}.me-lg-auto{margin-right:auto!important}.mb-lg-0{margin-bottom:0!important}.mb-lg-1{margin-bottom:.25rem!important}.mb-lg-2{margin-bottom:.5rem!important}.mb-lg-3{margin-bottom:1rem!important}.mb-lg-4{margin-bottom:1.5rem!important}.mb-lg-5{margin-bottom:3rem!important}.mb-lg-auto{margin-bottom:auto!important}.ms-lg-0{margin-left:0!important}.ms-lg-1{margin-left:.25rem!important}.ms-lg-2{margin-left:.5rem!important}.ms-lg-3{margin-left:1rem!important}.ms-lg-4{margin-left:1.5rem!important}.ms-lg-5{margin-left:3rem!important}.ms-lg-auto{margin-left:auto!important}.p-lg-0{padding:0!important}.p-lg-1{padding:.25rem!important}.p-lg-2{padding:.5rem!important}.p-lg-3{padding:1rem!important}.p-lg-4{padding:1.5rem!important}.p-lg-5{padding:3rem!important}.px-lg-0{padding-right:0!important;padding-left:0!important}.px-lg-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-lg-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-lg-3{padding-right:1rem!important;padding-left:1rem!important}.px-lg-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-lg-5{padding-right:3rem!important;padding-left:3rem!important}.py-lg-0{padding-top:0!important;padding-bottom:0!important}.py-lg-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-lg-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-lg-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-lg-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-lg-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-lg-0{padding-top:0!important}.pt-lg-1{padding-top:.25rem!important}.pt-lg-2{padding-top:.5rem!important}.pt-lg-3{padding-top:1rem!important}.pt-lg-4{padding-top:1.5rem!important}.pt-lg-5{padding-top:3rem!important}.pe-lg-0{padding-right:0!important}.pe-lg-1{padding-right:.25rem!important}.pe-lg-2{padding-right:.5rem!important}.pe-lg-3{padding-right:1rem!important}.pe-lg-4{padding-right:1.5rem!important}.pe-lg-5{padding-right:3rem!important}.pb-lg-0{padding-bottom:0!important}.pb-lg-1{padding-bottom:.25rem!important}.pb-lg-2{padding-bottom:.5rem!important}.pb-lg-3{padding-bottom:1rem!important}.pb-lg-4{padding-bottom:1.5rem!important}.pb-lg-5{padding-bottom:3rem!important}.ps-lg-0{padding-left:0!important}.ps-lg-1{padding-left:.25rem!important}.ps-lg-2{padding-left:.5rem!important}.ps-lg-3{padding-left:1rem!important}.ps-lg-4{padding-left:1.5rem!important}.ps-lg-5{padding-left:3rem!important}.gap-lg-0{gap:0!important}.gap-lg-1{gap:.25rem!important}.gap-lg-2{gap:.5rem!important}.gap-lg-3{gap:1rem!important}.gap-lg-4{gap:1.5rem!important}.gap-lg-5{gap:3rem!important}.row-gap-lg-0{row-gap:0!important}.row-gap-lg-1{row-gap:.25rem!important}.row-gap-lg-2{row-gap:.5rem!important}.row-gap-lg-3{row-gap:1rem!important}.row-gap-lg-4{row-gap:1.5rem!important}.row-gap-lg-5{row-gap:3rem!important}.column-gap-lg-0{column-gap:0!important}.column-gap-lg-1{column-gap:.25rem!important}.column-gap-lg-2{column-gap:.5rem!important}.column-gap-lg-3{column-gap:1rem!important}.column-gap-lg-4{column-gap:1.5rem!important}.column-gap-lg-5{column-gap:3rem!important}.text-lg-start{text-align:left!important}.text-lg-end{text-align:right!important}.text-lg-center{text-align:center!important}}@media(min-width:1200px){.float-xl-start{float:left!important}.float-xl-end{float:right!important}.float-xl-none{float:none!important}.object-fit-xl-contain{object-fit:contain!important}.object-fit-xl-cover{object-fit:cover!important}.object-fit-xl-fill{object-fit:fill!important}.object-fit-xl-scale{object-fit:scale-down!important}.object-fit-xl-none{object-fit:none!important}.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-grid{display:grid!important}.d-xl-inline-grid{display:inline-grid!important}.d-xl-table{display:table!important}.d-xl-table-row{display:table-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:flex!important}.d-xl-inline-flex{display:inline-flex!important}.d-xl-none{display:none!important}.flex-xl-fill{flex:1 1 auto!important}.flex-xl-row{flex-direction:row!important}.flex-xl-column{flex-direction:column!important}.flex-xl-row-reverse{flex-direction:row-reverse!important}.flex-xl-column-reverse{flex-direction:column-reverse!important}.flex-xl-grow-0{flex-grow:0!important}.flex-xl-grow-1{flex-grow:1!important}.flex-xl-shrink-0{flex-shrink:0!important}.flex-xl-shrink-1{flex-shrink:1!important}.flex-xl-wrap{flex-wrap:wrap!important}.flex-xl-nowrap{flex-wrap:nowrap!important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-xl-start{justify-content:flex-start!important}.justify-content-xl-end{justify-content:flex-end!important}.justify-content-xl-center{justify-content:center!important}.justify-content-xl-between{justify-content:space-between!important}.justify-content-xl-around{justify-content:space-around!important}.justify-content-xl-evenly{justify-content:space-evenly!important}.align-items-xl-start{align-items:flex-start!important}.align-items-xl-end{align-items:flex-end!important}.align-items-xl-center{align-items:center!important}.align-items-xl-baseline{align-items:baseline!important}.align-items-xl-stretch{align-items:stretch!important}.align-content-xl-start{align-content:flex-start!important}.align-content-xl-end{align-content:flex-end!important}.align-content-xl-center{align-content:center!important}.align-content-xl-between{align-content:space-between!important}.align-content-xl-around{align-content:space-around!important}.align-content-xl-stretch{align-content:stretch!important}.align-self-xl-auto{align-self:auto!important}.align-self-xl-start{align-self:flex-start!important}.align-self-xl-end{align-self:flex-end!important}.align-self-xl-center{align-self:center!important}.align-self-xl-baseline{align-self:baseline!important}.align-self-xl-stretch{align-self:stretch!important}.order-xl-first{order:-1!important}.order-xl-0{order:0!important}.order-xl-1{order:1!important}.order-xl-2{order:2!important}.order-xl-3{order:3!important}.order-xl-4{order:4!important}.order-xl-5{order:5!important}.order-xl-last{order:6!important}.m-xl-0{margin:0!important}.m-xl-1{margin:.25rem!important}.m-xl-2{margin:.5rem!important}.m-xl-3{margin:1rem!important}.m-xl-4{margin:1.5rem!important}.m-xl-5{margin:3rem!important}.m-xl-auto{margin:auto!important}.mx-xl-0{margin-right:0!important;margin-left:0!important}.mx-xl-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-xl-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-xl-3{margin-right:1rem!important;margin-left:1rem!important}.mx-xl-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-xl-5{margin-right:3rem!important;margin-left:3rem!important}.mx-xl-auto{margin-right:auto!important;margin-left:auto!important}.my-xl-0{margin-top:0!important;margin-bottom:0!important}.my-xl-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-xl-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-xl-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-xl-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-xl-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-xl-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-xl-0{margin-top:0!important}.mt-xl-1{margin-top:.25rem!important}.mt-xl-2{margin-top:.5rem!important}.mt-xl-3{margin-top:1rem!important}.mt-xl-4{margin-top:1.5rem!important}.mt-xl-5{margin-top:3rem!important}.mt-xl-auto{margin-top:auto!important}.me-xl-0{margin-right:0!important}.me-xl-1{margin-right:.25rem!important}.me-xl-2{margin-right:.5rem!important}.me-xl-3{margin-right:1rem!important}.me-xl-4{margin-right:1.5rem!important}.me-xl-5{margin-right:3rem!important}.me-xl-auto{margin-right:auto!important}.mb-xl-0{margin-bottom:0!important}.mb-xl-1{margin-bottom:.25rem!important}.mb-xl-2{margin-bottom:.5rem!important}.mb-xl-3{margin-bottom:1rem!important}.mb-xl-4{margin-bottom:1.5rem!important}.mb-xl-5{margin-bottom:3rem!important}.mb-xl-auto{margin-bottom:auto!important}.ms-xl-0{margin-left:0!important}.ms-xl-1{margin-left:.25rem!important}.ms-xl-2{margin-left:.5rem!important}.ms-xl-3{margin-left:1rem!important}.ms-xl-4{margin-left:1.5rem!important}.ms-xl-5{margin-left:3rem!important}.ms-xl-auto{margin-left:auto!important}.p-xl-0{padding:0!important}.p-xl-1{padding:.25rem!important}.p-xl-2{padding:.5rem!important}.p-xl-3{padding:1rem!important}.p-xl-4{padding:1.5rem!important}.p-xl-5{padding:3rem!important}.px-xl-0{padding-right:0!important;padding-left:0!important}.px-xl-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-xl-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-xl-3{padding-right:1rem!important;padding-left:1rem!important}.px-xl-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-xl-5{padding-right:3rem!important;padding-left:3rem!important}.py-xl-0{padding-top:0!important;padding-bottom:0!important}.py-xl-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-xl-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-xl-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-xl-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-xl-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-xl-0{padding-top:0!important}.pt-xl-1{padding-top:.25rem!important}.pt-xl-2{padding-top:.5rem!important}.pt-xl-3{padding-top:1rem!important}.pt-xl-4{padding-top:1.5rem!important}.pt-xl-5{padding-top:3rem!important}.pe-xl-0{padding-right:0!important}.pe-xl-1{padding-right:.25rem!important}.pe-xl-2{padding-right:.5rem!important}.pe-xl-3{padding-right:1rem!important}.pe-xl-4{padding-right:1.5rem!important}.pe-xl-5{padding-right:3rem!important}.pb-xl-0{padding-bottom:0!important}.pb-xl-1{padding-bottom:.25rem!important}.pb-xl-2{padding-bottom:.5rem!important}.pb-xl-3{padding-bottom:1rem!important}.pb-xl-4{padding-bottom:1.5rem!important}.pb-xl-5{padding-bottom:3rem!important}.ps-xl-0{padding-left:0!important}.ps-xl-1{padding-left:.25rem!important}.ps-xl-2{padding-left:.5rem!important}.ps-xl-3{padding-left:1rem!important}.ps-xl-4{padding-left:1.5rem!important}.ps-xl-5{padding-left:3rem!important}.gap-xl-0{gap:0!important}.gap-xl-1{gap:.25rem!important}.gap-xl-2{gap:.5rem!important}.gap-xl-3{gap:1rem!important}.gap-xl-4{gap:1.5rem!important}.gap-xl-5{gap:3rem!important}.row-gap-xl-0{row-gap:0!important}.row-gap-xl-1{row-gap:.25rem!important}.row-gap-xl-2{row-gap:.5rem!important}.row-gap-xl-3{row-gap:1rem!important}.row-gap-xl-4{row-gap:1.5rem!important}.row-gap-xl-5{row-gap:3rem!important}.column-gap-xl-0{column-gap:0!important}.column-gap-xl-1{column-gap:.25rem!important}.column-gap-xl-2{column-gap:.5rem!important}.column-gap-xl-3{column-gap:1rem!important}.column-gap-xl-4{column-gap:1.5rem!important}.column-gap-xl-5{column-gap:3rem!important}.text-xl-start{text-align:left!important}.text-xl-end{text-align:right!important}.text-xl-center{text-align:center!important}}@media(min-width:1400px){.float-xxl-start{float:left!important}.float-xxl-end{float:right!important}.float-xxl-none{float:none!important}.object-fit-xxl-contain{object-fit:contain!important}.object-fit-xxl-cover{object-fit:cover!important}.object-fit-xxl-fill{object-fit:fill!important}.object-fit-xxl-scale{object-fit:scale-down!important}.object-fit-xxl-none{object-fit:none!important}.d-xxl-inline{display:inline!important}.d-xxl-inline-block{display:inline-block!important}.d-xxl-block{display:block!important}.d-xxl-grid{display:grid!important}.d-xxl-inline-grid{display:inline-grid!important}.d-xxl-table{display:table!important}.d-xxl-table-row{display:table-row!important}.d-xxl-table-cell{display:table-cell!important}.d-xxl-flex{display:flex!important}.d-xxl-inline-flex{display:inline-flex!important}.d-xxl-none{display:none!important}.flex-xxl-fill{flex:1 1 auto!important}.flex-xxl-row{flex-direction:row!important}.flex-xxl-column{flex-direction:column!important}.flex-xxl-row-reverse{flex-direction:row-reverse!important}.flex-xxl-column-reverse{flex-direction:column-reverse!important}.flex-xxl-grow-0{flex-grow:0!important}.flex-xxl-grow-1{flex-grow:1!important}.flex-xxl-shrink-0{flex-shrink:0!important}.flex-xxl-shrink-1{flex-shrink:1!important}.flex-xxl-wrap{flex-wrap:wrap!important}.flex-xxl-nowrap{flex-wrap:nowrap!important}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-xxl-start{justify-content:flex-start!important}.justify-content-xxl-end{justify-content:flex-end!important}.justify-content-xxl-center{justify-content:center!important}.justify-content-xxl-between{justify-content:space-between!important}.justify-content-xxl-around{justify-content:space-around!important}.justify-content-xxl-evenly{justify-content:space-evenly!important}.align-items-xxl-start{align-items:flex-start!important}.align-items-xxl-end{align-items:flex-end!important}.align-items-xxl-center{align-items:center!important}.align-items-xxl-baseline{align-items:baseline!important}.align-items-xxl-stretch{align-items:stretch!important}.align-content-xxl-start{align-content:flex-start!important}.align-content-xxl-end{align-content:flex-end!important}.align-content-xxl-center{align-content:center!important}.align-content-xxl-between{align-content:space-between!important}.align-content-xxl-around{align-content:space-around!important}.align-content-xxl-stretch{align-content:stretch!important}.align-self-xxl-auto{align-self:auto!important}.align-self-xxl-start{align-self:flex-start!important}.align-self-xxl-end{align-self:flex-end!important}.align-self-xxl-center{align-self:center!important}.align-self-xxl-baseline{align-self:baseline!important}.align-self-xxl-stretch{align-self:stretch!important}.order-xxl-first{order:-1!important}.order-xxl-0{order:0!important}.order-xxl-1{order:1!important}.order-xxl-2{order:2!important}.order-xxl-3{order:3!important}.order-xxl-4{order:4!important}.order-xxl-5{order:5!important}.order-xxl-last{order:6!important}.m-xxl-0{margin:0!important}.m-xxl-1{margin:.25rem!important}.m-xxl-2{margin:.5rem!important}.m-xxl-3{margin:1rem!important}.m-xxl-4{margin:1.5rem!important}.m-xxl-5{margin:3rem!important}.m-xxl-auto{margin:auto!important}.mx-xxl-0{margin-right:0!important;margin-left:0!important}.mx-xxl-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-xxl-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-xxl-3{margin-right:1rem!important;margin-left:1rem!important}.mx-xxl-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-xxl-5{margin-right:3rem!important;margin-left:3rem!important}.mx-xxl-auto{margin-right:auto!important;margin-left:auto!important}.my-xxl-0{margin-top:0!important;margin-bottom:0!important}.my-xxl-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-xxl-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-xxl-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-xxl-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-xxl-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-xxl-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-xxl-0{margin-top:0!important}.mt-xxl-1{margin-top:.25rem!important}.mt-xxl-2{margin-top:.5rem!important}.mt-xxl-3{margin-top:1rem!important}.mt-xxl-4{margin-top:1.5rem!important}.mt-xxl-5{margin-top:3rem!important}.mt-xxl-auto{margin-top:auto!important}.me-xxl-0{margin-right:0!important}.me-xxl-1{margin-right:.25rem!important}.me-xxl-2{margin-right:.5rem!important}.me-xxl-3{margin-right:1rem!important}.me-xxl-4{margin-right:1.5rem!important}.me-xxl-5{margin-right:3rem!important}.me-xxl-auto{margin-right:auto!important}.mb-xxl-0{margin-bottom:0!important}.mb-xxl-1{margin-bottom:.25rem!important}.mb-xxl-2{margin-bottom:.5rem!important}.mb-xxl-3{margin-bottom:1rem!important}.mb-xxl-4{margin-bottom:1.5rem!important}.mb-xxl-5{margin-bottom:3rem!important}.mb-xxl-auto{margin-bottom:auto!important}.ms-xxl-0{margin-left:0!important}.ms-xxl-1{margin-left:.25rem!important}.ms-xxl-2{margin-left:.5rem!important}.ms-xxl-3{margin-left:1rem!important}.ms-xxl-4{margin-left:1.5rem!important}.ms-xxl-5{margin-left:3rem!important}.ms-xxl-auto{margin-left:auto!important}.p-xxl-0{padding:0!important}.p-xxl-1{padding:.25rem!important}.p-xxl-2{padding:.5rem!important}.p-xxl-3{padding:1rem!important}.p-xxl-4{padding:1.5rem!important}.p-xxl-5{padding:3rem!important}.px-xxl-0{padding-right:0!important;padding-left:0!important}.px-xxl-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-xxl-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-xxl-3{padding-right:1rem!important;padding-left:1rem!important}.px-xxl-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-xxl-5{padding-right:3rem!important;padding-left:3rem!important}.py-xxl-0{padding-top:0!important;padding-bottom:0!important}.py-xxl-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-xxl-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-xxl-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-xxl-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-xxl-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-xxl-0{padding-top:0!important}.pt-xxl-1{padding-top:.25rem!important}.pt-xxl-2{padding-top:.5rem!important}.pt-xxl-3{padding-top:1rem!important}.pt-xxl-4{padding-top:1.5rem!important}.pt-xxl-5{padding-top:3rem!important}.pe-xxl-0{padding-right:0!important}.pe-xxl-1{padding-right:.25rem!important}.pe-xxl-2{padding-right:.5rem!important}.pe-xxl-3{padding-right:1rem!important}.pe-xxl-4{padding-right:1.5rem!important}.pe-xxl-5{padding-right:3rem!important}.pb-xxl-0{padding-bottom:0!important}.pb-xxl-1{padding-bottom:.25rem!important}.pb-xxl-2{padding-bottom:.5rem!important}.pb-xxl-3{padding-bottom:1rem!important}.pb-xxl-4{padding-bottom:1.5rem!important}.pb-xxl-5{padding-bottom:3rem!important}.ps-xxl-0{padding-left:0!important}.ps-xxl-1{padding-left:.25rem!important}.ps-xxl-2{padding-left:.5rem!important}.ps-xxl-3{padding-left:1rem!important}.ps-xxl-4{padding-left:1.5rem!important}.ps-xxl-5{padding-left:3rem!important}.gap-xxl-0{gap:0!important}.gap-xxl-1{gap:.25rem!important}.gap-xxl-2{gap:.5rem!important}.gap-xxl-3{gap:1rem!important}.gap-xxl-4{gap:1.5rem!important}.gap-xxl-5{gap:3rem!important}.row-gap-xxl-0{row-gap:0!important}.row-gap-xxl-1{row-gap:.25rem!important}.row-gap-xxl-2{row-gap:.5rem!important}.row-gap-xxl-3{row-gap:1rem!important}.row-gap-xxl-4{row-gap:1.5rem!important}.row-gap-xxl-5{row-gap:3rem!important}.column-gap-xxl-0{column-gap:0!important}.column-gap-xxl-1{column-gap:.25rem!important}.column-gap-xxl-2{column-gap:.5rem!important}.column-gap-xxl-3{column-gap:1rem!important}.column-gap-xxl-4{column-gap:1.5rem!important}.column-gap-xxl-5{column-gap:3rem!important}.text-xxl-start{text-align:left!important}.text-xxl-end{text-align:right!important}.text-xxl-center{text-align:center!important}}@media(min-width:1200px){.fs-1{font-size:2.5rem!important}.fs-2{font-size:2rem!important}.fs-3{font-size:1.75rem!important}.fs-4{font-size:1.5rem!important}}@media print{.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!important}.d-print-grid{display:grid!important}.d-print-inline-grid{display:inline-grid!important}.d-print-table{display:table!important}.d-print-table-row{display:table-row!important}.d-print-table-cell{display:table-cell!important}.d-print-flex{display:flex!important}.d-print-inline-flex{display:inline-flex!important}.d-print-none{display:none!important}}@keyframes modal-video{0%{opacity:0}to{opacity:1}}@keyframes modal-video-inner{0%{transform:translateY(100px)}to{transform:translate(0)}}.modal-video{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.5);z-index:1000000;cursor:pointer;opacity:1;animation-timing-function:ease-out;animation-duration:.3s;animation-name:modal-video;transition:opacity .3s ease-out}.modal-video-effect-exit{opacity:0}.modal-video-effect-exit .modal-video-movie-wrap{transform:translateY(100px)}.modal-video-body{max-width:960px;margin:0 auto;padding:0 10px;box-sizing:border-box}.modal-video-body,.modal-video-inner{width:100%;height:100%;display:flex;justify-content:center}.modal-video-inner{align-items:center}@media(orientation:landscape){.modal-video-inner{padding:10px 60px;box-sizing:border-box}}.modal-video-movie-wrap{width:100%;height:0;position:relative;padding-bottom:56.25%;background-color:#333;animation-timing-function:ease-out;animation-duration:.3s;animation-name:modal-video-inner;transform:translate(0);transition:transform .3s ease-out}.modal-video-movie-wrap iframe{position:absolute;top:0;left:0;width:100%;height:100%}.modal-video-close-btn{position:absolute;z-index:2;top:-45px;right:0;display:inline-block;width:35px;height:35px;overflow:hidden;border:none;background:transparent}@media(orientation:landscape){.modal-video-close-btn{top:0;right:-45px}}.modal-video-close-btn:before{transform:rotate(45deg)}.modal-video-close-btn:after{transform:rotate(-45deg)}.modal-video-close-btn:after,.modal-video-close-btn:before{content:"";position:absolute;height:2px;width:100%;top:50%;left:0;background:#fff;border-radius:5px;margin-top:-6px}body{direction:rtl}.row-0{margin-left:0;margin-right:0}.row-0>[class*=col]{padding-left:0;padding-right:0}.row-1{margin-left:-1px;margin-right:-1px}.row-1>[class*=col]{padding-left:1px;padding-right:1px}.row-2{margin-left:-2px;margin-right:-2px}.row-2>[class*=col]{padding-left:2px;padding-right:2px}.row-3{margin-left:-3px;margin-right:-3px}.row-3>[class*=col]{padding-left:3px;padding-right:3px}.row-4{margin-left:-4px;margin-right:-4px}.row-4>[class*=col]{padding-left:4px;padding-right:4px}.row-5{margin-left:-5px;margin-right:-5px}.row-5>[class*=col]{padding-left:5px;padding-right:5px}.row-6{margin-left:-6px;margin-right:-6px}.row-6>[class*=col]{padding-left:6px;padding-right:6px}.row-7{margin-left:-7px;margin-right:-7px}.row-7>[class*=col]{padding-left:7px;padding-right:7px}.row-8{margin-left:-8px;margin-right:-8px}.row-8>[class*=col]{padding-left:8px;padding-right:8px}.row-9{margin-left:-9px;margin-right:-9px}.row-9>[class*=col]{padding-left:9px;padding-right:9px}.row-10{margin-left:-10px;margin-right:-10px}.row-10>[class*=col]{padding-left:10px;padding-right:10px}.row-11{margin-left:-11px;margin-right:-11px}.row-11>[class*=col]{padding-left:11px;padding-right:11px}.row-12{margin-left:-12px;margin-right:-12px}.row-12>[class*=col]{padding-left:12px;padding-right:12px}.row-13{margin-left:-13px;margin-right:-13px}.row-13>[class*=col]{padding-left:13px;padding-right:13px}.row-14{margin-left:-14px;margin-right:-14px}.row-14>[class*=col]{padding-left:14px;padding-right:14px}.row-15{margin-left:-15px;margin-right:-15px}.row-15>[class*=col]{padding-left:15px;padding-right:15px}.row-16{margin-left:-16px;margin-right:-16px}@media only screen and (min-width:1200px)and (max-width:1365px){.row-16{margin-left:-15px;margin-right:-15px}}@media only screen and (min-width:992px)and (max-width:1199px){.row-16{margin-left:-15px;margin-right:-15px}}@media only screen and (min-width:768px)and (max-width:991px){.row-16{margin-left:-15px;margin-right:-15px}}@media only screen and (max-width:767px){.row-16{margin-left:-15px;margin-right:-15px}}.row-16>[class*=col]{padding-left:16px;padding-right:16px}@media only screen and (min-width:1200px)and (max-width:1365px){.row-16>[class*=col]{padding-left:15px;padding-right:15px}}@media only screen and (min-width:992px)and (max-width:1199px){.row-16>[class*=col]{padding-left:15px;padding-right:15px}}@media only screen and (min-width:768px)and (max-width:991px){.row-16>[class*=col]{padding-left:15px;padding-right:15px}}@media only screen and (max-width:767px){.row-16>[class*=col]{padding-left:15px;padding-right:15px}}.row-17{margin-left:-17px;margin-right:-17px}@media only screen and (min-width:1200px)and (max-width:1365px){.row-17{margin-left:-15px;margin-right:-15px}}@media only screen and (min-width:992px)and (max-width:1199px){.row-17{margin-left:-15px;margin-right:-15px}}@media only screen and (min-width:768px)and (max-width:991px){.row-17{margin-left:-15px;margin-right:-15px}}@media only screen and (max-width:767px){.row-17{margin-left:-15px;margin-right:-15px}}.row-17>[class*=col]{padding-left:17px;padding-right:17px}@media only screen and (min-width:1200px)and (max-width:1365px){.row-17>[class*=col]{padding-left:15px;padding-right:15px}}@media only screen and (min-width:992px)and (max-width:1199px){.row-17>[class*=col]{padding-left:15px;padding-right:15px}}@media only screen and (min-width:768px)and (max-width:991px){.row-17>[class*=col]{padding-left:15px;padding-right:15px}}@media only screen and (max-width:767px){.row-17>[class*=col]{padding-left:15px;padding-right:15px}}.row-18{margin-left:-18px;margin-right:-18px}@media only screen and (min-width:1200px)and (max-width:1365px){.row-18{margin-left:-15px;margin-right:-15px}}@media only screen and (min-width:992px)and (max-width:1199px){.row-18{margin-left:-15px;margin-right:-15px}}@media only screen and (min-width:768px)and (max-width:991px){.row-18{margin-left:-15px;margin-right:-15px}}@media only screen and (max-width:767px){.row-18{margin-left:-15px;margin-right:-15px}}.row-18>[class*=col]{padding-left:18px;padding-right:18px}@media only screen and (min-width:1200px)and (max-width:1365px){.row-18>[class*=col]{padding-left:15px;padding-right:15px}}@media only screen and (min-width:992px)and (max-width:1199px){.row-18>[class*=col]{padding-left:15px;padding-right:15px}}@media only screen and (min-width:768px)and (max-width:991px){.row-18>[class*=col]{padding-left:15px;padding-right:15px}}@media only screen and (max-width:767px){.row-18>[class*=col]{padding-left:15px;padding-right:15px}}.row-19{margin-left:-19px;margin-right:-19px}@media only screen and (min-width:1200px)and (max-width:1365px){.row-19{margin-left:-15px;margin-right:-15px}}@media only screen and (min-width:992px)and (max-width:1199px){.row-19{margin-left:-15px;margin-right:-15px}}@media only screen and (min-width:768px)and (max-width:991px){.row-19{margin-left:-15px;margin-right:-15px}}@media only screen and (max-width:767px){.row-19{margin-left:-15px;margin-right:-15px}}.row-19>[class*=col]{padding-left:19px;padding-right:19px}@media only screen and (min-width:1200px)and (max-width:1365px){.row-19>[class*=col]{padding-left:15px;padding-right:15px}}@media only screen and (min-width:992px)and (max-width:1199px){.row-19>[class*=col]{padding-left:15px;padding-right:15px}}@media only screen and (min-width:768px)and (max-width:991px){.row-19>[class*=col]{padding-left:15px;padding-right:15px}}@media only screen and (max-width:767px){.row-19>[class*=col]{padding-left:15px;padding-right:15px}}.row-20{margin-left:-20px;margin-right:-20px}@media only screen and (min-width:1200px)and (max-width:1365px){.row-20{margin-left:-15px;margin-right:-15px}}@media only screen and (min-width:992px)and (max-width:1199px){.row-20{margin-left:-15px;margin-right:-15px}}@media only screen and (min-width:768px)and (max-width:991px){.row-20{margin-left:-15px;margin-right:-15px}}@media only screen and (max-width:767px){.row-20{margin-left:-15px;margin-right:-15px}}.row-20>[class*=col]{padding-left:20px;padding-right:20px}@media only screen and (min-width:1200px)and (max-width:1365px){.row-20>[class*=col]{padding-left:15px;padding-right:15px}}@media only screen and (min-width:992px)and (max-width:1199px){.row-20>[class*=col]{padding-left:15px;padding-right:15px}}@media only screen and (min-width:768px)and (max-width:991px){.row-20>[class*=col]{padding-left:15px;padding-right:15px}}@media only screen and (max-width:767px){.row-20>[class*=col]{padding-left:15px;padding-right:15px}}.row-21{margin-left:-21px;margin-right:-21px}@media only screen and (min-width:1200px)and (max-width:1365px){.row-21{margin-left:-15px;margin-right:-15px}}@media only screen and (min-width:992px)and (max-width:1199px){.row-21{margin-left:-15px;margin-right:-15px}}@media only screen and (min-width:768px)and (max-width:991px){.row-21{margin-left:-15px;margin-right:-15px}}@media only screen and (max-width:767px){.row-21{margin-left:-15px;margin-right:-15px}}.row-21>[class*=col]{padding-left:21px;padding-right:21px}@media only screen and (min-width:1200px)and (max-width:1365px){.row-21>[class*=col]{padding-left:15px;padding-right:15px}}@media only screen and (min-width:992px)and (max-width:1199px){.row-21>[class*=col]{padding-left:15px;padding-right:15px}}@media only screen and (min-width:768px)and (max-width:991px){.row-21>[class*=col]{padding-left:15px;padding-right:15px}}@media only screen and (max-width:767px){.row-21>[class*=col]{padding-left:15px;padding-right:15px}}.row-22{margin-left:-22px;margin-right:-22px}@media only screen and (min-width:1200px)and (max-width:1365px){.row-22{margin-left:-15px;margin-right:-15px}}@media only screen and (min-width:992px)and (max-width:1199px){.row-22{margin-left:-15px;margin-right:-15px}}@media only screen and (min-width:768px)and (max-width:991px){.row-22{margin-left:-15px;margin-right:-15px}}@media only screen and (max-width:767px){.row-22{margin-left:-15px;margin-right:-15px}}.row-22>[class*=col]{padding-left:22px;padding-right:22px}@media only screen and (min-width:1200px)and (max-width:1365px){.row-22>[class*=col]{padding-left:15px;padding-right:15px}}@media only screen and (min-width:992px)and (max-width:1199px){.row-22>[class*=col]{padding-left:15px;padding-right:15px}}@media only screen and (min-width:768px)and (max-width:991px){.row-22>[class*=col]{padding-left:15px;padding-right:15px}}@media only screen and (max-width:767px){.row-22>[class*=col]{padding-left:15px;padding-right:15px}}.row-23{margin-left:-23px;margin-right:-23px}@media only screen and (min-width:1200px)and (max-width:1365px){.row-23{margin-left:-15px;margin-right:-15px}}@media only screen and (min-width:992px)and (max-width:1199px){.row-23{margin-left:-15px;margin-right:-15px}}@media only screen and (min-width:768px)and (max-width:991px){.row-23{margin-left:-15px;margin-right:-15px}}@media only screen and (max-width:767px){.row-23{margin-left:-15px;margin-right:-15px}}.row-23>[class*=col]{padding-left:23px;padding-right:23px}@media only screen and (min-width:1200px)and (max-width:1365px){.row-23>[class*=col]{padding-left:15px;padding-right:15px}}@media only screen and (min-width:992px)and (max-width:1199px){.row-23>[class*=col]{padding-left:15px;padding-right:15px}}@media only screen and (min-width:768px)and (max-width:991px){.row-23>[class*=col]{padding-left:15px;padding-right:15px}}@media only screen and (max-width:767px){.row-23>[class*=col]{padding-left:15px;padding-right:15px}}.row-24{margin-left:-24px;margin-right:-24px}@media only screen and (min-width:1200px)and (max-width:1365px){.row-24{margin-left:-15px;margin-right:-15px}}@media only screen and (min-width:992px)and (max-width:1199px){.row-24{margin-left:-15px;margin-right:-15px}}@media only screen and (min-width:768px)and (max-width:991px){.row-24{margin-left:-15px;margin-right:-15px}}@media only screen and (max-width:767px){.row-24{margin-left:-15px;margin-right:-15px}}.row-24>[class*=col]{padding-left:24px;padding-right:24px}@media only screen and (min-width:1200px)and (max-width:1365px){.row-24>[class*=col]{padding-left:15px;padding-right:15px}}@media only screen and (min-width:992px)and (max-width:1199px){.row-24>[class*=col]{padding-left:15px;padding-right:15px}}@media only screen and (min-width:768px)and (max-width:991px){.row-24>[class*=col]{padding-left:15px;padding-right:15px}}@media only screen and (max-width:767px){.row-24>[class*=col]{padding-left:15px;padding-right:15px}}.row-25{margin-left:-25px;margin-right:-25px}@media only screen and (min-width:1200px)and (max-width:1365px){.row-25{margin-left:-15px;margin-right:-15px}}@media only screen and (min-width:992px)and (max-width:1199px){.row-25{margin-left:-15px;margin-right:-15px}}@media only screen and (min-width:768px)and (max-width:991px){.row-25{margin-left:-15px;margin-right:-15px}}@media only screen and (max-width:767px){.row-25{margin-left:-15px;margin-right:-15px}}.row-25>[class*=col]{padding-left:25px;padding-right:25px}@media only screen and (min-width:1200px)and (max-width:1365px){.row-25>[class*=col]{padding-left:15px;padding-right:15px}}@media only screen and (min-width:992px)and (max-width:1199px){.row-25>[class*=col]{padding-left:15px;padding-right:15px}}@media only screen and (min-width:768px)and (max-width:991px){.row-25>[class*=col]{padding-left:15px;padding-right:15px}}@media only screen and (max-width:767px){.row-25>[class*=col]{padding-left:15px;padding-right:15px}}.row-26{margin-left:-26px;margin-right:-26px}@media only screen and (min-width:1200px)and (max-width:1365px){.row-26{margin-left:-15px;margin-right:-15px}}@media only screen and (min-width:992px)and (max-width:1199px){.row-26{margin-left:-15px;margin-right:-15px}}@media only screen and (min-width:768px)and (max-width:991px){.row-26{margin-left:-15px;margin-right:-15px}}@media only screen and (max-width:767px){.row-26{margin-left:-15px;margin-right:-15px}}.row-26>[class*=col]{padding-left:26px;padding-right:26px}@media only screen and (min-width:1200px)and (max-width:1365px){.row-26>[class*=col]{padding-left:15px;padding-right:15px}}@media only screen and (min-width:992px)and (max-width:1199px){.row-26>[class*=col]{padding-left:15px;padding-right:15px}}@media only screen and (min-width:768px)and (max-width:991px){.row-26>[class*=col]{padding-left:15px;padding-right:15px}}@media only screen and (max-width:767px){.row-26>[class*=col]{padding-left:15px;padding-right:15px}}.row-27{margin-left:-27px;margin-right:-27px}@media only screen and (min-width:1200px)and (max-width:1365px){.row-27{margin-left:-15px;margin-right:-15px}}@media only screen and (min-width:992px)and (max-width:1199px){.row-27{margin-left:-15px;margin-right:-15px}}@media only screen and (min-width:768px)and (max-width:991px){.row-27{margin-left:-15px;margin-right:-15px}}@media only screen and (max-width:767px){.row-27{margin-left:-15px;margin-right:-15px}}.row-27>[class*=col]{padding-left:27px;padding-right:27px}@media only screen and (min-width:1200px)and (max-width:1365px){.row-27>[class*=col]{padding-left:15px;padding-right:15px}}@media only screen and (min-width:992px)and (max-width:1199px){.row-27>[class*=col]{padding-left:15px;padding-right:15px}}@media only screen and (min-width:768px)and (max-width:991px){.row-27>[class*=col]{padding-left:15px;padding-right:15px}}@media only screen and (max-width:767px){.row-27>[class*=col]{padding-left:15px;padding-right:15px}}.row-28{margin-left:-28px;margin-right:-28px}@media only screen and (min-width:1200px)and (max-width:1365px){.row-28{margin-left:-15px;margin-right:-15px}}@media only screen and (min-width:992px)and (max-width:1199px){.row-28{margin-left:-15px;margin-right:-15px}}@media only screen and (min-width:768px)and (max-width:991px){.row-28{margin-left:-15px;margin-right:-15px}}@media only screen and (max-width:767px){.row-28{margin-left:-15px;margin-right:-15px}}.row-28>[class*=col]{padding-left:28px;padding-right:28px}@media only screen and (min-width:1200px)and (max-width:1365px){.row-28>[class*=col]{padding-left:15px;padding-right:15px}}@media only screen and (min-width:992px)and (max-width:1199px){.row-28>[class*=col]{padding-left:15px;padding-right:15px}}@media only screen and (min-width:768px)and (max-width:991px){.row-28>[class*=col]{padding-left:15px;padding-right:15px}}@media only screen and (max-width:767px){.row-28>[class*=col]{padding-left:15px;padding-right:15px}}.row-29{margin-left:-29px;margin-right:-29px}@media only screen and (min-width:1200px)and (max-width:1365px){.row-29{margin-left:-15px;margin-right:-15px}}@media only screen and (min-width:992px)and (max-width:1199px){.row-29{margin-left:-15px;margin-right:-15px}}@media only screen and (min-width:768px)and (max-width:991px){.row-29{margin-left:-15px;margin-right:-15px}}@media only screen and (max-width:767px){.row-29{margin-left:-15px;margin-right:-15px}}.row-29>[class*=col]{padding-left:29px;padding-right:29px}@media only screen and (min-width:1200px)and (max-width:1365px){.row-29>[class*=col]{padding-left:15px;padding-right:15px}}@media only screen and (min-width:992px)and (max-width:1199px){.row-29>[class*=col]{padding-left:15px;padding-right:15px}}@media only screen and (min-width:768px)and (max-width:991px){.row-29>[class*=col]{padding-left:15px;padding-right:15px}}@media only screen and (max-width:767px){.row-29>[class*=col]{padding-left:15px;padding-right:15px}}.row-30{margin-left:-30px;margin-right:-30px}@media only screen and (min-width:1200px)and (max-width:1365px){.row-30{margin-left:-15px;margin-right:-15px}}@media only screen and (min-width:992px)and (max-width:1199px){.row-30{margin-left:-15px;margin-right:-15px}}@media only screen and (min-width:768px)and (max-width:991px){.row-30{margin-left:-15px;margin-right:-15px}}@media only screen and (max-width:767px){.row-30{margin-left:-15px;margin-right:-15px}}.row-30>[class*=col]{padding-left:30px;padding-right:30px}@media only screen and (min-width:1200px)and (max-width:1365px){.row-30>[class*=col]{padding-left:15px;padding-right:15px}}@media only screen and (min-width:992px)and (max-width:1199px){.row-30>[class*=col]{padding-left:15px;padding-right:15px}}@media only screen and (min-width:768px)and (max-width:991px){.row-30>[class*=col]{padding-left:15px;padding-right:15px}}@media only screen and (max-width:767px){.row-30>[class*=col]{padding-left:15px;padding-right:15px}}.row-31{margin-left:-31px;margin-right:-31px}@media only screen and (min-width:1200px)and (max-width:1365px){.row-31{margin-left:-15px;margin-right:-15px}}@media only screen and (min-width:992px)and (max-width:1199px){.row-31{margin-left:-15px;margin-right:-15px}}@media only screen and (min-width:768px)and (max-width:991px){.row-31{margin-left:-15px;margin-right:-15px}}@media only screen and (max-width:767px){.row-31{margin-left:-15px;margin-right:-15px}}.row-31>[class*=col]{padding-left:31px;padding-right:31px}@media only screen and (min-width:1200px)and (max-width:1365px){.row-31>[class*=col]{padding-left:15px;padding-right:15px}}@media only screen and (min-width:992px)and (max-width:1199px){.row-31>[class*=col]{padding-left:15px;padding-right:15px}}@media only screen and (min-width:768px)and (max-width:991px){.row-31>[class*=col]{padding-left:15px;padding-right:15px}}@media only screen and (max-width:767px){.row-31>[class*=col]{padding-left:15px;padding-right:15px}}.row-32{margin-left:-32px;margin-right:-32px}@media only screen and (min-width:1200px)and (max-width:1365px){.row-32{margin-left:-15px;margin-right:-15px}}@media only screen and (min-width:992px)and (max-width:1199px){.row-32{margin-left:-15px;margin-right:-15px}}@media only screen and (min-width:768px)and (max-width:991px){.row-32{margin-left:-15px;margin-right:-15px}}@media only screen and (max-width:767px){.row-32{margin-left:-15px;margin-right:-15px}}.row-32>[class*=col]{padding-left:32px;padding-right:32px}@media only screen and (min-width:1200px)and (max-width:1365px){.row-32>[class*=col]{padding-left:15px;padding-right:15px}}@media only screen and (min-width:992px)and (max-width:1199px){.row-32>[class*=col]{padding-left:15px;padding-right:15px}}@media only screen and (min-width:768px)and (max-width:991px){.row-32>[class*=col]{padding-left:15px;padding-right:15px}}@media only screen and (max-width:767px){.row-32>[class*=col]{padding-left:15px;padding-right:15px}}.row-33{margin-left:-33px;margin-right:-33px}@media only screen and (min-width:1200px)and (max-width:1365px){.row-33{margin-left:-15px;margin-right:-15px}}@media only screen and (min-width:992px)and (max-width:1199px){.row-33{margin-left:-15px;margin-right:-15px}}@media only screen and (min-width:768px)and (max-width:991px){.row-33{margin-left:-15px;margin-right:-15px}}@media only screen and (max-width:767px){.row-33{margin-left:-15px;margin-right:-15px}}.row-33>[class*=col]{padding-left:33px;padding-right:33px}@media only screen and (min-width:1200px)and (max-width:1365px){.row-33>[class*=col]{padding-left:15px;padding-right:15px}}@media only screen and (min-width:992px)and (max-width:1199px){.row-33>[class*=col]{padding-left:15px;padding-right:15px}}@media only screen and (min-width:768px)and (max-width:991px){.row-33>[class*=col]{padding-left:15px;padding-right:15px}}@media only screen and (max-width:767px){.row-33>[class*=col]{padding-left:15px;padding-right:15px}}.row-34{margin-left:-34px;margin-right:-34px}@media only screen and (min-width:1200px)and (max-width:1365px){.row-34{margin-left:-15px;margin-right:-15px}}@media only screen and (min-width:992px)and (max-width:1199px){.row-34{margin-left:-15px;margin-right:-15px}}@media only screen and (min-width:768px)and (max-width:991px){.row-34{margin-left:-15px;margin-right:-15px}}@media only screen and (max-width:767px){.row-34{margin-left:-15px;margin-right:-15px}}.row-34>[class*=col]{padding-left:34px;padding-right:34px}@media only screen and (min-width:1200px)and (max-width:1365px){.row-34>[class*=col]{padding-left:15px;padding-right:15px}}@media only screen and (min-width:992px)and (max-width:1199px){.row-34>[class*=col]{padding-left:15px;padding-right:15px}}@media only screen and (min-width:768px)and (max-width:991px){.row-34>[class*=col]{padding-left:15px;padding-right:15px}}@media only screen and (max-width:767px){.row-34>[class*=col]{padding-left:15px;padding-right:15px}}.row-35{margin-left:-35px;margin-right:-35px}@media only screen and (min-width:1200px)and (max-width:1365px){.row-35{margin-left:-15px;margin-right:-15px}}@media only screen and (min-width:992px)and (max-width:1199px){.row-35{margin-left:-15px;margin-right:-15px}}@media only screen and (min-width:768px)and (max-width:991px){.row-35{margin-left:-15px;margin-right:-15px}}@media only screen and (max-width:767px){.row-35{margin-left:-15px;margin-right:-15px}}.row-35>[class*=col]{padding-left:35px;padding-right:35px}@media only screen and (min-width:1200px)and (max-width:1365px){.row-35>[class*=col]{padding-left:15px;padding-right:15px}}@media only screen and (min-width:992px)and (max-width:1199px){.row-35>[class*=col]{padding-left:15px;padding-right:15px}}@media only screen and (min-width:768px)and (max-width:991px){.row-35>[class*=col]{padding-left:15px;padding-right:15px}}@media only screen and (max-width:767px){.row-35>[class*=col]{padding-left:15px;padding-right:15px}}.row-36{margin-left:-36px;margin-right:-36px}@media only screen and (min-width:1200px)and (max-width:1365px){.row-36{margin-left:-15px;margin-right:-15px}}@media only screen and (min-width:992px)and (max-width:1199px){.row-36{margin-left:-15px;margin-right:-15px}}@media only screen and (min-width:768px)and (max-width:991px){.row-36{margin-left:-15px;margin-right:-15px}}@media only screen and (max-width:767px){.row-36{margin-left:-15px;margin-right:-15px}}.row-36>[class*=col]{padding-left:36px;padding-right:36px}@media only screen and (min-width:1200px)and (max-width:1365px){.row-36>[class*=col]{padding-left:15px;padding-right:15px}}@media only screen and (min-width:992px)and (max-width:1199px){.row-36>[class*=col]{padding-left:15px;padding-right:15px}}@media only screen and (min-width:768px)and (max-width:991px){.row-36>[class*=col]{padding-left:15px;padding-right:15px}}@media only screen and (max-width:767px){.row-36>[class*=col]{padding-left:15px;padding-right:15px}}.row-37{margin-left:-37px;margin-right:-37px}@media only screen and (min-width:1200px)and (max-width:1365px){.row-37{margin-left:-15px;margin-right:-15px}}@media only screen and (min-width:992px)and (max-width:1199px){.row-37{margin-left:-15px;margin-right:-15px}}@media only screen and (min-width:768px)and (max-width:991px){.row-37{margin-left:-15px;margin-right:-15px}}@media only screen and (max-width:767px){.row-37{margin-left:-15px;margin-right:-15px}}.row-37>[class*=col]{padding-left:37px;padding-right:37px}@media only screen and (min-width:1200px)and (max-width:1365px){.row-37>[class*=col]{padding-left:15px;padding-right:15px}}@media only screen and (min-width:992px)and (max-width:1199px){.row-37>[class*=col]{padding-left:15px;padding-right:15px}}@media only screen and (min-width:768px)and (max-width:991px){.row-37>[class*=col]{padding-left:15px;padding-right:15px}}@media only screen and (max-width:767px){.row-37>[class*=col]{padding-left:15px;padding-right:15px}}.row-38{margin-left:-38px;margin-right:-38px}@media only screen and (min-width:1200px)and (max-width:1365px){.row-38{margin-left:-15px;margin-right:-15px}}@media only screen and (min-width:992px)and (max-width:1199px){.row-38{margin-left:-15px;margin-right:-15px}}@media only screen and (min-width:768px)and (max-width:991px){.row-38{margin-left:-15px;margin-right:-15px}}@media only screen and (max-width:767px){.row-38{margin-left:-15px;margin-right:-15px}}.row-38>[class*=col]{padding-left:38px;padding-right:38px}@media only screen and (min-width:1200px)and (max-width:1365px){.row-38>[class*=col]{padding-left:15px;padding-right:15px}}@media only screen and (min-width:992px)and (max-width:1199px){.row-38>[class*=col]{padding-left:15px;padding-right:15px}}@media only screen and (min-width:768px)and (max-width:991px){.row-38>[class*=col]{padding-left:15px;padding-right:15px}}@media only screen and (max-width:767px){.row-38>[class*=col]{padding-left:15px;padding-right:15px}}.row-39{margin-left:-39px;margin-right:-39px}@media only screen and (min-width:1200px)and (max-width:1365px){.row-39{margin-left:-15px;margin-right:-15px}}@media only screen and (min-width:992px)and (max-width:1199px){.row-39{margin-left:-15px;margin-right:-15px}}@media only screen and (min-width:768px)and (max-width:991px){.row-39{margin-left:-15px;margin-right:-15px}}@media only screen and (max-width:767px){.row-39{margin-left:-15px;margin-right:-15px}}.row-39>[class*=col]{padding-left:39px;padding-right:39px}@media only screen and (min-width:1200px)and (max-width:1365px){.row-39>[class*=col]{padding-left:15px;padding-right:15px}}@media only screen and (min-width:992px)and (max-width:1199px){.row-39>[class*=col]{padding-left:15px;padding-right:15px}}@media only screen and (min-width:768px)and (max-width:991px){.row-39>[class*=col]{padding-left:15px;padding-right:15px}}@media only screen and (max-width:767px){.row-39>[class*=col]{padding-left:15px;padding-right:15px}}.row-40{margin-left:-40px;margin-right:-40px}@media only screen and (min-width:1200px)and (max-width:1365px){.row-40{margin-left:-15px;margin-right:-15px}}@media only screen and (min-width:992px)and (max-width:1199px){.row-40{margin-left:-15px;margin-right:-15px}}@media only screen and (min-width:768px)and (max-width:991px){.row-40{margin-left:-15px;margin-right:-15px}}@media only screen and (max-width:767px){.row-40{margin-left:-15px;margin-right:-15px}}.row-40>[class*=col]{padding-left:40px;padding-right:40px}@media only screen and (min-width:1200px)and (max-width:1365px){.row-40>[class*=col]{padding-left:15px;padding-right:15px}}@media only screen and (min-width:992px)and (max-width:1199px){.row-40>[class*=col]{padding-left:15px;padding-right:15px}}@media only screen and (min-width:768px)and (max-width:991px){.row-40>[class*=col]{padding-left:15px;padding-right:15px}}@media only screen and (max-width:767px){.row-40>[class*=col]{padding-left:15px;padding-right:15px}}.row-41{margin-left:-41px;margin-right:-41px}@media only screen and (min-width:1200px)and (max-width:1365px){.row-41{margin-left:-15px;margin-right:-15px}}@media only screen and (min-width:992px)and (max-width:1199px){.row-41{margin-left:-15px;margin-right:-15px}}@media only screen and (min-width:768px)and (max-width:991px){.row-41{margin-left:-15px;margin-right:-15px}}@media only screen and (max-width:767px){.row-41{margin-left:-15px;margin-right:-15px}}.row-41>[class*=col]{padding-left:41px;padding-right:41px}@media only screen and (min-width:1200px)and (max-width:1365px){.row-41>[class*=col]{padding-left:15px;padding-right:15px}}@media only screen and (min-width:992px)and (max-width:1199px){.row-41>[class*=col]{padding-left:15px;padding-right:15px}}@media only screen and (min-width:768px)and (max-width:991px){.row-41>[class*=col]{padding-left:15px;padding-right:15px}}@media only screen and (max-width:767px){.row-41>[class*=col]{padding-left:15px;padding-right:15px}}.row-42{margin-left:-42px;margin-right:-42px}@media only screen and (min-width:1200px)and (max-width:1365px){.row-42{margin-left:-15px;margin-right:-15px}}@media only screen and (min-width:992px)and (max-width:1199px){.row-42{margin-left:-15px;margin-right:-15px}}@media only screen and (min-width:768px)and (max-width:991px){.row-42{margin-left:-15px;margin-right:-15px}}@media only screen and (max-width:767px){.row-42{margin-left:-15px;margin-right:-15px}}.row-42>[class*=col]{padding-left:42px;padding-right:42px}@media only screen and (min-width:1200px)and (max-width:1365px){.row-42>[class*=col]{padding-left:15px;padding-right:15px}}@media only screen and (min-width:992px)and (max-width:1199px){.row-42>[class*=col]{padding-left:15px;padding-right:15px}}@media only screen and (min-width:768px)and (max-width:991px){.row-42>[class*=col]{padding-left:15px;padding-right:15px}}@media only screen and (max-width:767px){.row-42>[class*=col]{padding-left:15px;padding-right:15px}}.row-43{margin-left:-43px;margin-right:-43px}@media only screen and (min-width:1200px)and (max-width:1365px){.row-43{margin-left:-15px;margin-right:-15px}}@media only screen and (min-width:992px)and (max-width:1199px){.row-43{margin-left:-15px;margin-right:-15px}}@media only screen and (min-width:768px)and (max-width:991px){.row-43{margin-left:-15px;margin-right:-15px}}@media only screen and (max-width:767px){.row-43{margin-left:-15px;margin-right:-15px}}.row-43>[class*=col]{padding-left:43px;padding-right:43px}@media only screen and (min-width:1200px)and (max-width:1365px){.row-43>[class*=col]{padding-left:15px;padding-right:15px}}@media only screen and (min-width:992px)and (max-width:1199px){.row-43>[class*=col]{padding-left:15px;padding-right:15px}}@media only screen and (min-width:768px)and (max-width:991px){.row-43>[class*=col]{padding-left:15px;padding-right:15px}}@media only screen and (max-width:767px){.row-43>[class*=col]{padding-left:15px;padding-right:15px}}.row-44{margin-left:-44px;margin-right:-44px}@media only screen and (min-width:1200px)and (max-width:1365px){.row-44{margin-left:-15px;margin-right:-15px}}@media only screen and (min-width:992px)and (max-width:1199px){.row-44{margin-left:-15px;margin-right:-15px}}@media only screen and (min-width:768px)and (max-width:991px){.row-44{margin-left:-15px;margin-right:-15px}}@media only screen and (max-width:767px){.row-44{margin-left:-15px;margin-right:-15px}}.row-44>[class*=col]{padding-left:44px;padding-right:44px}@media only screen and (min-width:1200px)and (max-width:1365px){.row-44>[class*=col]{padding-left:15px;padding-right:15px}}@media only screen and (min-width:992px)and (max-width:1199px){.row-44>[class*=col]{padding-left:15px;padding-right:15px}}@media only screen and (min-width:768px)and (max-width:991px){.row-44>[class*=col]{padding-left:15px;padding-right:15px}}@media only screen and (max-width:767px){.row-44>[class*=col]{padding-left:15px;padding-right:15px}}.row-45{margin-left:-45px;margin-right:-45px}@media only screen and (min-width:1200px)and (max-width:1365px){.row-45{margin-left:-15px;margin-right:-15px}}@media only screen and (min-width:992px)and (max-width:1199px){.row-45{margin-left:-15px;margin-right:-15px}}@media only screen and (min-width:768px)and (max-width:991px){.row-45{margin-left:-15px;margin-right:-15px}}@media only screen and (max-width:767px){.row-45{margin-left:-15px;margin-right:-15px}}.row-45>[class*=col]{padding-left:45px;padding-right:45px}@media only screen and (min-width:1200px)and (max-width:1365px){.row-45>[class*=col]{padding-left:15px;padding-right:15px}}@media only screen and (min-width:992px)and (max-width:1199px){.row-45>[class*=col]{padding-left:15px;padding-right:15px}}@media only screen and (min-width:768px)and (max-width:991px){.row-45>[class*=col]{padding-left:15px;padding-right:15px}}@media only screen and (max-width:767px){.row-45>[class*=col]{padding-left:15px;padding-right:15px}}.row-46{margin-left:-46px;margin-right:-46px}@media only screen and (min-width:1200px)and (max-width:1365px){.row-46{margin-left:-15px;margin-right:-15px}}@media only screen and (min-width:992px)and (max-width:1199px){.row-46{margin-left:-15px;margin-right:-15px}}@media only screen and (min-width:768px)and (max-width:991px){.row-46{margin-left:-15px;margin-right:-15px}}@media only screen and (max-width:767px){.row-46{margin-left:-15px;margin-right:-15px}}.row-46>[class*=col]{padding-left:46px;padding-right:46px}@media only screen and (min-width:1200px)and (max-width:1365px){.row-46>[class*=col]{padding-left:15px;padding-right:15px}}@media only screen and (min-width:992px)and (max-width:1199px){.row-46>[class*=col]{padding-left:15px;padding-right:15px}}@media only screen and (min-width:768px)and (max-width:991px){.row-46>[class*=col]{padding-left:15px;padding-right:15px}}@media only screen and (max-width:767px){.row-46>[class*=col]{padding-left:15px;padding-right:15px}}.row-47{margin-left:-47px;margin-right:-47px}@media only screen and (min-width:1200px)and (max-width:1365px){.row-47{margin-left:-15px;margin-right:-15px}}@media only screen and (min-width:992px)and (max-width:1199px){.row-47{margin-left:-15px;margin-right:-15px}}@media only screen and (min-width:768px)and (max-width:991px){.row-47{margin-left:-15px;margin-right:-15px}}@media only screen and (max-width:767px){.row-47{margin-left:-15px;margin-right:-15px}}.row-47>[class*=col]{padding-left:47px;padding-right:47px}@media only screen and (min-width:1200px)and (max-width:1365px){.row-47>[class*=col]{padding-left:15px;padding-right:15px}}@media only screen and (min-width:992px)and (max-width:1199px){.row-47>[class*=col]{padding-left:15px;padding-right:15px}}@media only screen and (min-width:768px)and (max-width:991px){.row-47>[class*=col]{padding-left:15px;padding-right:15px}}@media only screen and (max-width:767px){.row-47>[class*=col]{padding-left:15px;padding-right:15px}}.row-48{margin-left:-48px;margin-right:-48px}@media only screen and (min-width:1200px)and (max-width:1365px){.row-48{margin-left:-15px;margin-right:-15px}}@media only screen and (min-width:992px)and (max-width:1199px){.row-48{margin-left:-15px;margin-right:-15px}}@media only screen and (min-width:768px)and (max-width:991px){.row-48{margin-left:-15px;margin-right:-15px}}@media only screen and (max-width:767px){.row-48{margin-left:-15px;margin-right:-15px}}.row-48>[class*=col]{padding-left:48px;padding-right:48px}@media only screen and (min-width:1200px)and (max-width:1365px){.row-48>[class*=col]{padding-left:15px;padding-right:15px}}@media only screen and (min-width:992px)and (max-width:1199px){.row-48>[class*=col]{padding-left:15px;padding-right:15px}}@media only screen and (min-width:768px)and (max-width:991px){.row-48>[class*=col]{padding-left:15px;padding-right:15px}}@media only screen and (max-width:767px){.row-48>[class*=col]{padding-left:15px;padding-right:15px}}.row-49{margin-left:-49px;margin-right:-49px}@media only screen and (min-width:1200px)and (max-width:1365px){.row-49{margin-left:-15px;margin-right:-15px}}@media only screen and (min-width:992px)and (max-width:1199px){.row-49{margin-left:-15px;margin-right:-15px}}@media only screen and (min-width:768px)and (max-width:991px){.row-49{margin-left:-15px;margin-right:-15px}}@media only screen and (max-width:767px){.row-49{margin-left:-15px;margin-right:-15px}}.row-49>[class*=col]{padding-left:49px;padding-right:49px}@media only screen and (min-width:1200px)and (max-width:1365px){.row-49>[class*=col]{padding-left:15px;padding-right:15px}}@media only screen and (min-width:992px)and (max-width:1199px){.row-49>[class*=col]{padding-left:15px;padding-right:15px}}@media only screen and (min-width:768px)and (max-width:991px){.row-49>[class*=col]{padding-left:15px;padding-right:15px}}@media only screen and (max-width:767px){.row-49>[class*=col]{padding-left:15px;padding-right:15px}}.row-50{margin-left:-50px;margin-right:-50px}@media only screen and (min-width:1200px)and (max-width:1365px){.row-50{margin-left:-15px;margin-right:-15px}}@media only screen and (min-width:992px)and (max-width:1199px){.row-50{margin-left:-15px;margin-right:-15px}}@media only screen and (min-width:768px)and (max-width:991px){.row-50{margin-left:-15px;margin-right:-15px}}@media only screen and (max-width:767px){.row-50{margin-left:-15px;margin-right:-15px}}.row-50>[class*=col]{padding-left:50px;padding-right:50px}@media only screen and (min-width:1200px)and (max-width:1365px){.row-50>[class*=col]{padding-left:15px;padding-right:15px}}@media only screen and (min-width:992px)and (max-width:1199px){.row-50>[class*=col]{padding-left:15px;padding-right:15px}}@media only screen and (min-width:768px)and (max-width:991px){.row-50>[class*=col]{padding-left:15px;padding-right:15px}}@media only screen and (max-width:767px){.row-50>[class*=col]{padding-left:15px;padding-right:15px}}.row-51{margin-left:-51px;margin-right:-51px}@media only screen and (min-width:1200px)and (max-width:1365px){.row-51{margin-left:-15px;margin-right:-15px}}@media only screen and (min-width:992px)and (max-width:1199px){.row-51{margin-left:-15px;margin-right:-15px}}@media only screen and (min-width:768px)and (max-width:991px){.row-51{margin-left:-15px;margin-right:-15px}}@media only screen and (max-width:767px){.row-51{margin-left:-15px;margin-right:-15px}}.row-51>[class*=col]{padding-left:51px;padding-right:51px}@media only screen and (min-width:1200px)and (max-width:1365px){.row-51>[class*=col]{padding-left:15px;padding-right:15px}}@media only screen and (min-width:992px)and (max-width:1199px){.row-51>[class*=col]{padding-left:15px;padding-right:15px}}@media only screen and (min-width:768px)and (max-width:991px){.row-51>[class*=col]{padding-left:15px;padding-right:15px}}@media only screen and (max-width:767px){.row-51>[class*=col]{padding-left:15px;padding-right:15px}}.row-52{margin-left:-52px;margin-right:-52px}@media only screen and (min-width:1200px)and (max-width:1365px){.row-52{margin-left:-15px;margin-right:-15px}}@media only screen and (min-width:992px)and (max-width:1199px){.row-52{margin-left:-15px;margin-right:-15px}}@media only screen and (min-width:768px)and (max-width:991px){.row-52{margin-left:-15px;margin-right:-15px}}@media only screen and (max-width:767px){.row-52{margin-left:-15px;margin-right:-15px}}.row-52>[class*=col]{padding-left:52px;padding-right:52px}@media only screen and (min-width:1200px)and (max-width:1365px){.row-52>[class*=col]{padding-left:15px;padding-right:15px}}@media only screen and (min-width:992px)and (max-width:1199px){.row-52>[class*=col]{padding-left:15px;padding-right:15px}}@media only screen and (min-width:768px)and (max-width:991px){.row-52>[class*=col]{padding-left:15px;padding-right:15px}}@media only screen and (max-width:767px){.row-52>[class*=col]{padding-left:15px;padding-right:15px}}.row-53{margin-left:-53px;margin-right:-53px}@media only screen and (min-width:1200px)and (max-width:1365px){.row-53{margin-left:-15px;margin-right:-15px}}@media only screen and (min-width:992px)and (max-width:1199px){.row-53{margin-left:-15px;margin-right:-15px}}@media only screen and (min-width:768px)and (max-width:991px){.row-53{margin-left:-15px;margin-right:-15px}}@media only screen and (max-width:767px){.row-53{margin-left:-15px;margin-right:-15px}}.row-53>[class*=col]{padding-left:53px;padding-right:53px}@media only screen and (min-width:1200px)and (max-width:1365px){.row-53>[class*=col]{padding-left:15px;padding-right:15px}}@media only screen and (min-width:992px)and (max-width:1199px){.row-53>[class*=col]{padding-left:15px;padding-right:15px}}@media only screen and (min-width:768px)and (max-width:991px){.row-53>[class*=col]{padding-left:15px;padding-right:15px}}@media only screen and (max-width:767px){.row-53>[class*=col]{padding-left:15px;padding-right:15px}}.row-54{margin-left:-54px;margin-right:-54px}@media only screen and (min-width:1200px)and (max-width:1365px){.row-54{margin-left:-15px;margin-right:-15px}}@media only screen and (min-width:992px)and (max-width:1199px){.row-54{margin-left:-15px;margin-right:-15px}}@media only screen and (min-width:768px)and (max-width:991px){.row-54{margin-left:-15px;margin-right:-15px}}@media only screen and (max-width:767px){.row-54{margin-left:-15px;margin-right:-15px}}.row-54>[class*=col]{padding-left:54px;padding-right:54px}@media only screen and (min-width:1200px)and (max-width:1365px){.row-54>[class*=col]{padding-left:15px;padding-right:15px}}@media only screen and (min-width:992px)and (max-width:1199px){.row-54>[class*=col]{padding-left:15px;padding-right:15px}}@media only screen and (min-width:768px)and (max-width:991px){.row-54>[class*=col]{padding-left:15px;padding-right:15px}}@media only screen and (max-width:767px){.row-54>[class*=col]{padding-left:15px;padding-right:15px}}.row-55{margin-left:-55px;margin-right:-55px}@media only screen and (min-width:1200px)and (max-width:1365px){.row-55{margin-left:-15px;margin-right:-15px}}@media only screen and (min-width:992px)and (max-width:1199px){.row-55{margin-left:-15px;margin-right:-15px}}@media only screen and (min-width:768px)and (max-width:991px){.row-55{margin-left:-15px;margin-right:-15px}}@media only screen and (max-width:767px){.row-55{margin-left:-15px;margin-right:-15px}}.row-55>[class*=col]{padding-left:55px;padding-right:55px}@media only screen and (min-width:1200px)and (max-width:1365px){.row-55>[class*=col]{padding-left:15px;padding-right:15px}}@media only screen and (min-width:992px)and (max-width:1199px){.row-55>[class*=col]{padding-left:15px;padding-right:15px}}@media only screen and (min-width:768px)and (max-width:991px){.row-55>[class*=col]{padding-left:15px;padding-right:15px}}@media only screen and (max-width:767px){.row-55>[class*=col]{padding-left:15px;padding-right:15px}}.row-56{margin-left:-56px;margin-right:-56px}@media only screen and (min-width:1200px)and (max-width:1365px){.row-56{margin-left:-15px;margin-right:-15px}}@media only screen and (min-width:992px)and (max-width:1199px){.row-56{margin-left:-15px;margin-right:-15px}}@media only screen and (min-width:768px)and (max-width:991px){.row-56{margin-left:-15px;margin-right:-15px}}@media only screen and (max-width:767px){.row-56{margin-left:-15px;margin-right:-15px}}.row-56>[class*=col]{padding-left:56px;padding-right:56px}@media only screen and (min-width:1200px)and (max-width:1365px){.row-56>[class*=col]{padding-left:15px;padding-right:15px}}@media only screen and (min-width:992px)and (max-width:1199px){.row-56>[class*=col]{padding-left:15px;padding-right:15px}}@media only screen and (min-width:768px)and (max-width:991px){.row-56>[class*=col]{padding-left:15px;padding-right:15px}}@media only screen and (max-width:767px){.row-56>[class*=col]{padding-left:15px;padding-right:15px}}.row-57{margin-left:-57px;margin-right:-57px}@media only screen and (min-width:1200px)and (max-width:1365px){.row-57{margin-left:-15px;margin-right:-15px}}@media only screen and (min-width:992px)and (max-width:1199px){.row-57{margin-left:-15px;margin-right:-15px}}@media only screen and (min-width:768px)and (max-width:991px){.row-57{margin-left:-15px;margin-right:-15px}}@media only screen and (max-width:767px){.row-57{margin-left:-15px;margin-right:-15px}}.row-57>[class*=col]{padding-left:57px;padding-right:57px}@media only screen and (min-width:1200px)and (max-width:1365px){.row-57>[class*=col]{padding-left:15px;padding-right:15px}}@media only screen and (min-width:992px)and (max-width:1199px){.row-57>[class*=col]{padding-left:15px;padding-right:15px}}@media only screen and (min-width:768px)and (max-width:991px){.row-57>[class*=col]{padding-left:15px;padding-right:15px}}@media only screen and (max-width:767px){.row-57>[class*=col]{padding-left:15px;padding-right:15px}}.row-58{margin-left:-58px;margin-right:-58px}@media only screen and (min-width:1200px)and (max-width:1365px){.row-58{margin-left:-15px;margin-right:-15px}}@media only screen and (min-width:992px)and (max-width:1199px){.row-58{margin-left:-15px;margin-right:-15px}}@media only screen and (min-width:768px)and (max-width:991px){.row-58{margin-left:-15px;margin-right:-15px}}@media only screen and (max-width:767px){.row-58{margin-left:-15px;margin-right:-15px}}.row-58>[class*=col]{padding-left:58px;padding-right:58px}@media only screen and (min-width:1200px)and (max-width:1365px){.row-58>[class*=col]{padding-left:15px;padding-right:15px}}@media only screen and (min-width:992px)and (max-width:1199px){.row-58>[class*=col]{padding-left:15px;padding-right:15px}}@media only screen and (min-width:768px)and (max-width:991px){.row-58>[class*=col]{padding-left:15px;padding-right:15px}}@media only screen and (max-width:767px){.row-58>[class*=col]{padding-left:15px;padding-right:15px}}.row-59{margin-left:-59px;margin-right:-59px}@media only screen and (min-width:1200px)and (max-width:1365px){.row-59{margin-left:-15px;margin-right:-15px}}@media only screen and (min-width:992px)and (max-width:1199px){.row-59{margin-left:-15px;margin-right:-15px}}@media only screen and (min-width:768px)and (max-width:991px){.row-59{margin-left:-15px;margin-right:-15px}}@media only screen and (max-width:767px){.row-59{margin-left:-15px;margin-right:-15px}}.row-59>[class*=col]{padding-left:59px;padding-right:59px}@media only screen and (min-width:1200px)and (max-width:1365px){.row-59>[class*=col]{padding-left:15px;padding-right:15px}}@media only screen and (min-width:992px)and (max-width:1199px){.row-59>[class*=col]{padding-left:15px;padding-right:15px}}@media only screen and (min-width:768px)and (max-width:991px){.row-59>[class*=col]{padding-left:15px;padding-right:15px}}@media only screen and (max-width:767px){.row-59>[class*=col]{padding-left:15px;padding-right:15px}}.row-60{margin-left:-60px;margin-right:-60px}@media only screen and (min-width:1200px)and (max-width:1365px){.row-60{margin-left:-15px;margin-right:-15px}}@media only screen and (min-width:992px)and (max-width:1199px){.row-60{margin-left:-15px;margin-right:-15px}}@media only screen and (min-width:768px)and (max-width:991px){.row-60{margin-left:-15px;margin-right:-15px}}@media only screen and (max-width:767px){.row-60{margin-left:-15px;margin-right:-15px}}.row-60>[class*=col]{padding-left:60px;padding-right:60px}@media only screen and (min-width:1200px)and (max-width:1365px){.row-60>[class*=col]{padding-left:15px;padding-right:15px}}@media only screen and (min-width:992px)and (max-width:1199px){.row-60>[class*=col]{padding-left:15px;padding-right:15px}}@media only screen and (min-width:768px)and (max-width:991px){.row-60>[class*=col]{padding-left:15px;padding-right:15px}}@media only screen and (max-width:767px){.row-60>[class*=col]{padding-left:15px;padding-right:15px}}.row-61{margin-left:-61px;margin-right:-61px}@media only screen and (min-width:1200px)and (max-width:1365px){.row-61{margin-left:-15px;margin-right:-15px}}@media only screen and (min-width:992px)and (max-width:1199px){.row-61{margin-left:-15px;margin-right:-15px}}@media only screen and (min-width:768px)and (max-width:991px){.row-61{margin-left:-15px;margin-right:-15px}}@media only screen and (max-width:767px){.row-61{margin-left:-15px;margin-right:-15px}}.row-61>[class*=col]{padding-left:61px;padding-right:61px}@media only screen and (min-width:1200px)and (max-width:1365px){.row-61>[class*=col]{padding-left:15px;padding-right:15px}}@media only screen and (min-width:992px)and (max-width:1199px){.row-61>[class*=col]{padding-left:15px;padding-right:15px}}@media only screen and (min-width:768px)and (max-width:991px){.row-61>[class*=col]{padding-left:15px;padding-right:15px}}@media only screen and (max-width:767px){.row-61>[class*=col]{padding-left:15px;padding-right:15px}}.row-62{margin-left:-62px;margin-right:-62px}@media only screen and (min-width:1200px)and (max-width:1365px){.row-62{margin-left:-15px;margin-right:-15px}}@media only screen and (min-width:992px)and (max-width:1199px){.row-62{margin-left:-15px;margin-right:-15px}}@media only screen and (min-width:768px)and (max-width:991px){.row-62{margin-left:-15px;margin-right:-15px}}@media only screen and (max-width:767px){.row-62{margin-left:-15px;margin-right:-15px}}.row-62>[class*=col]{padding-left:62px;padding-right:62px}@media only screen and (min-width:1200px)and (max-width:1365px){.row-62>[class*=col]{padding-left:15px;padding-right:15px}}@media only screen and (min-width:992px)and (max-width:1199px){.row-62>[class*=col]{padding-left:15px;padding-right:15px}}@media only screen and (min-width:768px)and (max-width:991px){.row-62>[class*=col]{padding-left:15px;padding-right:15px}}@media only screen and (max-width:767px){.row-62>[class*=col]{padding-left:15px;padding-right:15px}}.row-63{margin-left:-63px;margin-right:-63px}@media only screen and (min-width:1200px)and (max-width:1365px){.row-63{margin-left:-15px;margin-right:-15px}}@media only screen and (min-width:992px)and (max-width:1199px){.row-63{margin-left:-15px;margin-right:-15px}}@media only screen and (min-width:768px)and (max-width:991px){.row-63{margin-left:-15px;margin-right:-15px}}@media only screen and (max-width:767px){.row-63{margin-left:-15px;margin-right:-15px}}.row-63>[class*=col]{padding-left:63px;padding-right:63px}@media only screen and (min-width:1200px)and (max-width:1365px){.row-63>[class*=col]{padding-left:15px;padding-right:15px}}@media only screen and (min-width:992px)and (max-width:1199px){.row-63>[class*=col]{padding-left:15px;padding-right:15px}}@media only screen and (min-width:768px)and (max-width:991px){.row-63>[class*=col]{padding-left:15px;padding-right:15px}}@media only screen and (max-width:767px){.row-63>[class*=col]{padding-left:15px;padding-right:15px}}.row-64{margin-left:-64px;margin-right:-64px}@media only screen and (min-width:1200px)and (max-width:1365px){.row-64{margin-left:-15px;margin-right:-15px}}@media only screen and (min-width:992px)and (max-width:1199px){.row-64{margin-left:-15px;margin-right:-15px}}@media only screen and (min-width:768px)and (max-width:991px){.row-64{margin-left:-15px;margin-right:-15px}}@media only screen and (max-width:767px){.row-64{margin-left:-15px;margin-right:-15px}}.row-64>[class*=col]{padding-left:64px;padding-right:64px}@media only screen and (min-width:1200px)and (max-width:1365px){.row-64>[class*=col]{padding-left:15px;padding-right:15px}}@media only screen and (min-width:992px)and (max-width:1199px){.row-64>[class*=col]{padding-left:15px;padding-right:15px}}@media only screen and (min-width:768px)and (max-width:991px){.row-64>[class*=col]{padding-left:15px;padding-right:15px}}@media only screen and (max-width:767px){.row-64>[class*=col]{padding-left:15px;padding-right:15px}}.row-65{margin-left:-65px;margin-right:-65px}@media only screen and (min-width:1200px)and (max-width:1365px){.row-65{margin-left:-15px;margin-right:-15px}}@media only screen and (min-width:992px)and (max-width:1199px){.row-65{margin-left:-15px;margin-right:-15px}}@media only screen and (min-width:768px)and (max-width:991px){.row-65{margin-left:-15px;margin-right:-15px}}@media only screen and (max-width:767px){.row-65{margin-left:-15px;margin-right:-15px}}.row-65>[class*=col]{padding-left:65px;padding-right:65px}@media only screen and (min-width:1200px)and (max-width:1365px){.row-65>[class*=col]{padding-left:15px;padding-right:15px}}@media only screen and (min-width:992px)and (max-width:1199px){.row-65>[class*=col]{padding-left:15px;padding-right:15px}}@media only screen and (min-width:768px)and (max-width:991px){.row-65>[class*=col]{padding-left:15px;padding-right:15px}}@media only screen and (max-width:767px){.row-65>[class*=col]{padding-left:15px;padding-right:15px}}.row-66{margin-left:-66px;margin-right:-66px}@media only screen and (min-width:1200px)and (max-width:1365px){.row-66{margin-left:-15px;margin-right:-15px}}@media only screen and (min-width:992px)and (max-width:1199px){.row-66{margin-left:-15px;margin-right:-15px}}@media only screen and (min-width:768px)and (max-width:991px){.row-66{margin-left:-15px;margin-right:-15px}}@media only screen and (max-width:767px){.row-66{margin-left:-15px;margin-right:-15px}}.row-66>[class*=col]{padding-left:66px;padding-right:66px}@media only screen and (min-width:1200px)and (max-width:1365px){.row-66>[class*=col]{padding-left:15px;padding-right:15px}}@media only screen and (min-width:992px)and (max-width:1199px){.row-66>[class*=col]{padding-left:15px;padding-right:15px}}@media only screen and (min-width:768px)and (max-width:991px){.row-66>[class*=col]{padding-left:15px;padding-right:15px}}@media only screen and (max-width:767px){.row-66>[class*=col]{padding-left:15px;padding-right:15px}}.row-67{margin-left:-67px;margin-right:-67px}@media only screen and (min-width:1200px)and (max-width:1365px){.row-67{margin-left:-15px;margin-right:-15px}}@media only screen and (min-width:992px)and (max-width:1199px){.row-67{margin-left:-15px;margin-right:-15px}}@media only screen and (min-width:768px)and (max-width:991px){.row-67{margin-left:-15px;margin-right:-15px}}@media only screen and (max-width:767px){.row-67{margin-left:-15px;margin-right:-15px}}.row-67>[class*=col]{padding-left:67px;padding-right:67px}@media only screen and (min-width:1200px)and (max-width:1365px){.row-67>[class*=col]{padding-left:15px;padding-right:15px}}@media only screen and (min-width:992px)and (max-width:1199px){.row-67>[class*=col]{padding-left:15px;padding-right:15px}}@media only screen and (min-width:768px)and (max-width:991px){.row-67>[class*=col]{padding-left:15px;padding-right:15px}}@media only screen and (max-width:767px){.row-67>[class*=col]{padding-left:15px;padding-right:15px}}.row-68{margin-left:-68px;margin-right:-68px}@media only screen and (min-width:1200px)and (max-width:1365px){.row-68{margin-left:-15px;margin-right:-15px}}@media only screen and (min-width:992px)and (max-width:1199px){.row-68{margin-left:-15px;margin-right:-15px}}@media only screen and (min-width:768px)and (max-width:991px){.row-68{margin-left:-15px;margin-right:-15px}}@media only screen and (max-width:767px){.row-68{margin-left:-15px;margin-right:-15px}}.row-68>[class*=col]{padding-left:68px;padding-right:68px}@media only screen and (min-width:1200px)and (max-width:1365px){.row-68>[class*=col]{padding-left:15px;padding-right:15px}}@media only screen and (min-width:992px)and (max-width:1199px){.row-68>[class*=col]{padding-left:15px;padding-right:15px}}@media only screen and (min-width:768px)and (max-width:991px){.row-68>[class*=col]{padding-left:15px;padding-right:15px}}@media only screen and (max-width:767px){.row-68>[class*=col]{padding-left:15px;padding-right:15px}}.row-69{margin-left:-69px;margin-right:-69px}@media only screen and (min-width:1200px)and (max-width:1365px){.row-69{margin-left:-15px;margin-right:-15px}}@media only screen and (min-width:992px)and (max-width:1199px){.row-69{margin-left:-15px;margin-right:-15px}}@media only screen and (min-width:768px)and (max-width:991px){.row-69{margin-left:-15px;margin-right:-15px}}@media only screen and (max-width:767px){.row-69{margin-left:-15px;margin-right:-15px}}.row-69>[class*=col]{padding-left:69px;padding-right:69px}@media only screen and (min-width:1200px)and (max-width:1365px){.row-69>[class*=col]{padding-left:15px;padding-right:15px}}@media only screen and (min-width:992px)and (max-width:1199px){.row-69>[class*=col]{padding-left:15px;padding-right:15px}}@media only screen and (min-width:768px)and (max-width:991px){.row-69>[class*=col]{padding-left:15px;padding-right:15px}}@media only screen and (max-width:767px){.row-69>[class*=col]{padding-left:15px;padding-right:15px}}.row-70{margin-left:-70px;margin-right:-70px}@media only screen and (min-width:1200px)and (max-width:1365px){.row-70{margin-left:-15px;margin-right:-15px}}@media only screen and (min-width:992px)and (max-width:1199px){.row-70{margin-left:-15px;margin-right:-15px}}@media only screen and (min-width:768px)and (max-width:991px){.row-70{margin-left:-15px;margin-right:-15px}}@media only screen and (max-width:767px){.row-70{margin-left:-15px;margin-right:-15px}}.row-70>[class*=col]{padding-left:70px;padding-right:70px}@media only screen and (min-width:1200px)and (max-width:1365px){.row-70>[class*=col]{padding-left:15px;padding-right:15px}}@media only screen and (min-width:992px)and (max-width:1199px){.row-70>[class*=col]{padding-left:15px;padding-right:15px}}@media only screen and (min-width:768px)and (max-width:991px){.row-70>[class*=col]{padding-left:15px;padding-right:15px}}@media only screen and (max-width:767px){.row-70>[class*=col]{padding-left:15px;padding-right:15px}}.row-71{margin-left:-71px;margin-right:-71px}@media only screen and (min-width:1200px)and (max-width:1365px){.row-71{margin-left:-15px;margin-right:-15px}}@media only screen and (min-width:992px)and (max-width:1199px){.row-71{margin-left:-15px;margin-right:-15px}}@media only screen and (min-width:768px)and (max-width:991px){.row-71{margin-left:-15px;margin-right:-15px}}@media only screen and (max-width:767px){.row-71{margin-left:-15px;margin-right:-15px}}.row-71>[class*=col]{padding-left:71px;padding-right:71px}@media only screen and (min-width:1200px)and (max-width:1365px){.row-71>[class*=col]{padding-left:15px;padding-right:15px}}@media only screen and (min-width:992px)and (max-width:1199px){.row-71>[class*=col]{padding-left:15px;padding-right:15px}}@media only screen and (min-width:768px)and (max-width:991px){.row-71>[class*=col]{padding-left:15px;padding-right:15px}}@media only screen and (max-width:767px){.row-71>[class*=col]{padding-left:15px;padding-right:15px}}.row-72{margin-left:-72px;margin-right:-72px}@media only screen and (min-width:1200px)and (max-width:1365px){.row-72{margin-left:-15px;margin-right:-15px}}@media only screen and (min-width:992px)and (max-width:1199px){.row-72{margin-left:-15px;margin-right:-15px}}@media only screen and (min-width:768px)and (max-width:991px){.row-72{margin-left:-15px;margin-right:-15px}}@media only screen and (max-width:767px){.row-72{margin-left:-15px;margin-right:-15px}}.row-72>[class*=col]{padding-left:72px;padding-right:72px}@media only screen and (min-width:1200px)and (max-width:1365px){.row-72>[class*=col]{padding-left:15px;padding-right:15px}}@media only screen and (min-width:992px)and (max-width:1199px){.row-72>[class*=col]{padding-left:15px;padding-right:15px}}@media only screen and (min-width:768px)and (max-width:991px){.row-72>[class*=col]{padding-left:15px;padding-right:15px}}@media only screen and (max-width:767px){.row-72>[class*=col]{padding-left:15px;padding-right:15px}}.row-73{margin-left:-73px;margin-right:-73px}@media only screen and (min-width:1200px)and (max-width:1365px){.row-73{margin-left:-15px;margin-right:-15px}}@media only screen and (min-width:992px)and (max-width:1199px){.row-73{margin-left:-15px;margin-right:-15px}}@media only screen and (min-width:768px)and (max-width:991px){.row-73{margin-left:-15px;margin-right:-15px}}@media only screen and (max-width:767px){.row-73{margin-left:-15px;margin-right:-15px}}.row-73>[class*=col]{padding-left:73px;padding-right:73px}@media only screen and (min-width:1200px)and (max-width:1365px){.row-73>[class*=col]{padding-left:15px;padding-right:15px}}@media only screen and (min-width:992px)and (max-width:1199px){.row-73>[class*=col]{padding-left:15px;padding-right:15px}}@media only screen and (min-width:768px)and (max-width:991px){.row-73>[class*=col]{padding-left:15px;padding-right:15px}}@media only screen and (max-width:767px){.row-73>[class*=col]{padding-left:15px;padding-right:15px}}.row-74{margin-left:-74px;margin-right:-74px}@media only screen and (min-width:1200px)and (max-width:1365px){.row-74{margin-left:-15px;margin-right:-15px}}@media only screen and (min-width:992px)and (max-width:1199px){.row-74{margin-left:-15px;margin-right:-15px}}@media only screen and (min-width:768px)and (max-width:991px){.row-74{margin-left:-15px;margin-right:-15px}}@media only screen and (max-width:767px){.row-74{margin-left:-15px;margin-right:-15px}}.row-74>[class*=col]{padding-left:74px;padding-right:74px}@media only screen and (min-width:1200px)and (max-width:1365px){.row-74>[class*=col]{padding-left:15px;padding-right:15px}}@media only screen and (min-width:992px)and (max-width:1199px){.row-74>[class*=col]{padding-left:15px;padding-right:15px}}@media only screen and (min-width:768px)and (max-width:991px){.row-74>[class*=col]{padding-left:15px;padding-right:15px}}@media only screen and (max-width:767px){.row-74>[class*=col]{padding-left:15px;padding-right:15px}}.row-75{margin-left:-75px;margin-right:-75px}@media only screen and (min-width:1200px)and (max-width:1365px){.row-75{margin-left:-15px;margin-right:-15px}}@media only screen and (min-width:992px)and (max-width:1199px){.row-75{margin-left:-15px;margin-right:-15px}}@media only screen and (min-width:768px)and (max-width:991px){.row-75{margin-left:-15px;margin-right:-15px}}@media only screen and (max-width:767px){.row-75{margin-left:-15px;margin-right:-15px}}.row-75>[class*=col]{padding-left:75px;padding-right:75px}@media only screen and (min-width:1200px)and (max-width:1365px){.row-75>[class*=col]{padding-left:15px;padding-right:15px}}@media only screen and (min-width:992px)and (max-width:1199px){.row-75>[class*=col]{padding-left:15px;padding-right:15px}}@media only screen and (min-width:768px)and (max-width:991px){.row-75>[class*=col]{padding-left:15px;padding-right:15px}}@media only screen and (max-width:767px){.row-75>[class*=col]{padding-left:15px;padding-right:15px}}.row-76{margin-left:-76px;margin-right:-76px}@media only screen and (min-width:1200px)and (max-width:1365px){.row-76{margin-left:-15px;margin-right:-15px}}@media only screen and (min-width:992px)and (max-width:1199px){.row-76{margin-left:-15px;margin-right:-15px}}@media only screen and (min-width:768px)and (max-width:991px){.row-76{margin-left:-15px;margin-right:-15px}}@media only screen and (max-width:767px){.row-76{margin-left:-15px;margin-right:-15px}}.row-76>[class*=col]{padding-left:76px;padding-right:76px}@media only screen and (min-width:1200px)and (max-width:1365px){.row-76>[class*=col]{padding-left:15px;padding-right:15px}}@media only screen and (min-width:992px)and (max-width:1199px){.row-76>[class*=col]{padding-left:15px;padding-right:15px}}@media only screen and (min-width:768px)and (max-width:991px){.row-76>[class*=col]{padding-left:15px;padding-right:15px}}@media only screen and (max-width:767px){.row-76>[class*=col]{padding-left:15px;padding-right:15px}}.row-77{margin-left:-77px;margin-right:-77px}@media only screen and (min-width:1200px)and (max-width:1365px){.row-77{margin-left:-15px;margin-right:-15px}}@media only screen and (min-width:992px)and (max-width:1199px){.row-77{margin-left:-15px;margin-right:-15px}}@media only screen and (min-width:768px)and (max-width:991px){.row-77{margin-left:-15px;margin-right:-15px}}@media only screen and (max-width:767px){.row-77{margin-left:-15px;margin-right:-15px}}.row-77>[class*=col]{padding-left:77px;padding-right:77px}@media only screen and (min-width:1200px)and (max-width:1365px){.row-77>[class*=col]{padding-left:15px;padding-right:15px}}@media only screen and (min-width:992px)and (max-width:1199px){.row-77>[class*=col]{padding-left:15px;padding-right:15px}}@media only screen and (min-width:768px)and (max-width:991px){.row-77>[class*=col]{padding-left:15px;padding-right:15px}}@media only screen and (max-width:767px){.row-77>[class*=col]{padding-left:15px;padding-right:15px}}.row-78{margin-left:-78px;margin-right:-78px}@media only screen and (min-width:1200px)and (max-width:1365px){.row-78{margin-left:-15px;margin-right:-15px}}@media only screen and (min-width:992px)and (max-width:1199px){.row-78{margin-left:-15px;margin-right:-15px}}@media only screen and (min-width:768px)and (max-width:991px){.row-78{margin-left:-15px;margin-right:-15px}}@media only screen and (max-width:767px){.row-78{margin-left:-15px;margin-right:-15px}}.row-78>[class*=col]{padding-left:78px;padding-right:78px}@media only screen and (min-width:1200px)and (max-width:1365px){.row-78>[class*=col]{padding-left:15px;padding-right:15px}}@media only screen and (min-width:992px)and (max-width:1199px){.row-78>[class*=col]{padding-left:15px;padding-right:15px}}@media only screen and (min-width:768px)and (max-width:991px){.row-78>[class*=col]{padding-left:15px;padding-right:15px}}@media only screen and (max-width:767px){.row-78>[class*=col]{padding-left:15px;padding-right:15px}}.row-79{margin-left:-79px;margin-right:-79px}@media only screen and (min-width:1200px)and (max-width:1365px){.row-79{margin-left:-15px;margin-right:-15px}}@media only screen and (min-width:992px)and (max-width:1199px){.row-79{margin-left:-15px;margin-right:-15px}}@media only screen and (min-width:768px)and (max-width:991px){.row-79{margin-left:-15px;margin-right:-15px}}@media only screen and (max-width:767px){.row-79{margin-left:-15px;margin-right:-15px}}.row-79>[class*=col]{padding-left:79px;padding-right:79px}@media only screen and (min-width:1200px)and (max-width:1365px){.row-79>[class*=col]{padding-left:15px;padding-right:15px}}@media only screen and (min-width:992px)and (max-width:1199px){.row-79>[class*=col]{padding-left:15px;padding-right:15px}}@media only screen and (min-width:768px)and (max-width:991px){.row-79>[class*=col]{padding-left:15px;padding-right:15px}}@media only screen and (max-width:767px){.row-79>[class*=col]{padding-left:15px;padding-right:15px}}.row-80{margin-left:-80px;margin-right:-80px}@media only screen and (min-width:1200px)and (max-width:1365px){.row-80{margin-left:-15px;margin-right:-15px}}@media only screen and (min-width:992px)and (max-width:1199px){.row-80{margin-left:-15px;margin-right:-15px}}@media only screen and (min-width:768px)and (max-width:991px){.row-80{margin-left:-15px;margin-right:-15px}}@media only screen and (max-width:767px){.row-80{margin-left:-15px;margin-right:-15px}}.row-80>[class*=col]{padding-left:80px;padding-right:80px}@media only screen and (min-width:1200px)and (max-width:1365px){.row-80>[class*=col]{padding-left:15px;padding-right:15px}}@media only screen and (min-width:992px)and (max-width:1199px){.row-80>[class*=col]{padding-left:15px;padding-right:15px}}@media only screen and (min-width:768px)and (max-width:991px){.row-80>[class*=col]{padding-left:15px;padding-right:15px}}@media only screen and (max-width:767px){.row-80>[class*=col]{padding-left:15px;padding-right:15px}}.no-gutters{margin-left:0;margin-right:0}.no-gutters>.col,.no-gutters>[class*=col-]{padding-right:0;padding-left:0;margin:0}body,html{height:100%}body{font-family:Heebo;font-size:14px;font-weight:400;font-style:normal;line-height:24px;color:#000;background-color:#fff}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{font-family:BANiflaot;font-weight:400;margin-top:0;color:#0a283a}p{font-family:Heebo;font-size:14px;font-weight:400;line-height:24px;margin-bottom:15px;color:#333}.h1,h1{font-size:75px;font-weight:700;line-height:75px}.h2,h2{font-size:30px;line-height:36px}.h3,h3{font-size:24px;line-height:30px}.h4,h4{font-size:18px;line-height:24px}.h5,h5{font-size:14px;line-height:18px}.h6,h6{font-size:12px;line-height:14px}p:last-child{margin-bottom:0}a,button{line-height:inherit;cursor:pointer;text-decoration:none;color:#000}a,button,img,input,span{transition:all .3s ease 0s}:focus{outline:none!important}a:focus{color:inherit;outline:none}a:focus,a:hover{text-decoration:none}button,input[type=submit]{cursor:pointer}ul{margin:0;padding:0;list-style:none outside none}.fix{overflow:hidden}.hidden{display:none}.clear{clear:both}.section{float:left;width:100%}.capitalize{text-transform:capitalize}.uppercase{text-transform:uppercase}.bg-img{background-position:50%;background-size:cover}.border-bottom-1{border-bottom:1px solid #d5d5d5}.border-bronze-2{border:2px solid #c6a080}a:hover{color:#0a283a}.m-0{margin:0}.p-0{padding:0}.mt-0{margin-top:0}.mt-10{margin-top:10px}.mt-12{margin-top:12px}.mt-15{margin-top:15px}.mt-20{margin-top:20px}.mt-25{margin-top:25px}.mt-30{margin-top:30px}.mt-35{margin-top:35px}.mt-40{margin-top:40px}.mt-45{margin-top:45px}.mt-50{margin-top:50px}.mt-55{margin-top:55px}.mt-60{margin-top:60px}.mt-70{margin-top:70px}.mt-80{margin-top:80px}@media only screen and (max-width:767px){.mt-80{margin-top:60px}}.mt-90{margin-top:90px}.mt-100{margin-top:100px}.mt-110{margin-top:110px}.mt-120{margin-top:120px}.mt-130{margin-top:130px}.mt-140{margin-top:140px}.mt-150{margin-top:150px}.mt-195{margin-top:195px}.mt-200{margin-top:200px}.mr-0{margin-right:0}.mr-10{margin-right:10px}.mr-12{margin-right:12px}.mr-15{margin-right:15px}.mr-20{margin-right:20px}.mr-30{margin-right:30px}.mr-35{margin-right:35px}.mr-40{margin-right:40px}.mr-50{margin-right:50px}.mr-60{margin-right:60px}.mr-70{margin-right:70px}.mr-80{margin-right:80px}.mr-90{margin-right:90px}.mr-100{margin-right:100px}.mr-110{margin-right:110px}.mr-120{margin-right:120px}.mr-130{margin-right:130px}.mr-140{margin-right:140px}.mr-150{margin-right:150px}.mb-0{margin-bottom:0}.mb-10{margin-bottom:10px}.mb-12{margin-bottom:12px}.mb-15{margin-bottom:15px}.mb-20{margin-bottom:20px}.mb-25{margin-bottom:25px}.mb-30{margin-bottom:30px}.mb-35{margin-bottom:35px}.mb-40{margin-bottom:40px}.mb-45{margin-bottom:45px}.mb-50{margin-bottom:50px}.mb-55{margin-bottom:55px}.mb-60{margin-bottom:60px}.mb-65{margin-bottom:65px}.mb-70{margin-bottom:70px}.mb-75{margin-bottom:75px}.mb-80{margin-bottom:80px}@media only screen and (max-width:767px){.mb-80{margin-bottom:60px}}.mb-90{margin-bottom:90px}.mb-95{margin-bottom:95px}.mb-100{margin-bottom:100px}@media only screen and (max-width:767px){.mb-100{margin-bottom:50px}}.mb-110{margin-bottom:110px}.mb-120{margin-bottom:120px}.mb-130{margin-bottom:130px}.mb-140{margin-bottom:140px}.mb-150{margin-bottom:150px}.ml-0{margin-left:0}.ml-10{margin-left:10px}.ml-12{margin-left:12px}.ml-15{margin-left:15px}.ml-20{margin-left:20px}.ml-30{margin-left:30px}.ml-40{margin-left:40px}.ml-50{margin-left:50px}.ml-55{margin-left:55px}.ml-60{margin-left:60px}.ml-70{margin-left:70px}.ml-75{margin-left:75px}.ml-80{margin-left:80px}.ml-90{margin-left:90px}.ml-95{margin-left:95px}.ml-100{margin-left:100px}.ml-110{margin-left:110px}.ml-120{margin-left:120px}.ml-130{margin-left:130px}.ml-140{margin-left:140px}.ml-145{margin-left:145px}.ml-150{margin-left:150px}.ml-ntv5{margin-left:-5px}.pt-0{padding-top:0}.pt-10{padding-top:10px}.pt-15{padding-top:15px}.pt-20{padding-top:20px}.pt-25{padding-top:25px}.pt-30{padding-top:30px}.pt-35{padding-top:35px}.pt-40{padding-top:40px}.pt-45{padding-top:45px}.pt-50{padding-top:50px}.pt-55{padding-top:55px}.pt-60{padding-top:60px}.pt-70{padding-top:70px}@media only screen and (max-width:767px){.pt-70{padding-top:60px}}.pt-75{padding-top:75px}.pt-80{padding-top:80px}@media only screen and (max-width:767px){.pt-80{padding-top:60px}}.pt-95{padding-top:95px}@media only screen and (max-width:767px){.pt-95{padding-top:55px}}.pt-90{padding-top:90px}@media only screen and (max-width:767px){.pt-90{padding-top:50px}}.pt-100{padding-top:100px}@media only screen and (max-width:767px){.pt-100{padding-top:60px}}.pt-105{padding-top:105px}.pt-110{padding-top:110px}@media only screen and (max-width:767px){.pt-110{padding-top:40px}}.pt-115{padding-top:115px}@media only screen and (max-width:767px){.pt-115{padding-top:60px}}.pt-120{padding-top:120px}@media only screen and (max-width:767px){.pt-120{padding-top:50px}}.pt-125{padding-top:125px}@media only screen and (max-width:767px){.pt-125{padding-top:55px}}@media only screen and (min-width:768px)and (max-width:991px){.pt-125{padding-top:75px}}.pt-128{padding-top:128px}.pt-130{padding-top:130px}@media only screen and (max-width:767px){.pt-130{padding-top:60px}}@media only screen and (min-width:768px)and (max-width:991px){.pt-130{padding-top:80px}}.pt-135{padding-top:135px}.pt-140{padding-top:140px}.pt-150{padding-top:150px}.pt-155{padding-top:155px}.pt-170{padding-top:170px}.pt-180{padding-top:180px}@media only screen and (max-width:767px){.pt-180{padding-top:60px}}.pt-205{padding-top:205px}.pt-230{padding-top:230px}.pt-270{padding-top:270px}@media only screen and (min-width:768px)and (max-width:991px){.pt-270{padding-top:170px}}@media only screen and (max-width:767px){.pt-270{padding-top:100px}}.pt-240{padding-top:240px}.pt-365{padding-top:365px}.pt-370{padding-top:370px}.pt-380{padding-top:380px}.pr-0{padding-right:0}.pr-10{padding-right:10px}.pr-15{padding-right:15px}.pr-20{padding-right:20px}.pr-25p{padding-right:25%}.pr-30{padding-right:30px}.pr-40{padding-right:40px}.pr-50{padding-right:50px}.pr-60{padding-right:60px}.pr-70{padding-right:70px}.pr-80{padding-right:80px}.pr-90{padding-right:90px}.pr-100{padding-right:100px}.pr-110{padding-right:110px}.pr-120{padding-right:120px}.pr-130{padding-right:130px}.pr-140{padding-right:140px}.pr-155{padding-right:155px}.pr-270{padding-right:270px}.pb-0{padding-bottom:0}.pb-10{padding-bottom:10px}.pb-15{padding-bottom:15px}.pb-20{padding-bottom:20px}.pb-25{padding-bottom:25px}.pb-30{padding-bottom:30px}.pb-35{padding-bottom:35px}.pb-40{padding-bottom:40px}.pb-50{padding-bottom:50px}.pb-55{padding-bottom:55px}@media only screen and (max-width:767px){.pb-55{padding-bottom:15px}}.pb-60{padding-bottom:60px}@media only screen and (max-width:767px){.pb-60{padding-bottom:20px}}.pb-65{padding-bottom:65px}.pb-70{padding-bottom:70px}@media only screen and (max-width:767px){.pb-70{padding-bottom:30px}}.pb-80{padding-bottom:80px}@media only screen and (max-width:767px){.pb-80{padding-bottom:40px}}.pb-85{padding-bottom:85px}.pb-90{padding-bottom:90px}@media only screen and (max-width:767px){.pb-90{padding-bottom:50px}}.pb-95{padding-bottom:95px}@media only screen and (max-width:767px){.pb-95{padding-bottom:55px}}.pb-100{padding-bottom:100px}@media only screen and (max-width:767px){.pb-100{padding-bottom:30px}}.pb-105{padding-bottom:105px}.pb-110{padding-bottom:110px}.pb-115{padding-bottom:115px}@media only screen and (max-width:767px){.pb-115{padding-bottom:60px}}.pb-120{padding-bottom:120px}@media only screen and (max-width:767px){.pb-120{padding-bottom:50px}}.pb-125{padding-bottom:125px}.pb-130{padding-bottom:130px}@media only screen and (max-width:767px){.pb-130{padding-bottom:60px}}@media only screen and (min-width:768px)and (max-width:991px){.pb-130{padding-bottom:80px}}.pb-140{padding-bottom:140px}@media only screen and (max-width:767px){.pb-140{padding-bottom:60px}}.pb-145{padding-bottom:145px}.pb-150{padding-bottom:150px}.pb-170{padding-bottom:170px}.pb-180{padding-bottom:180px}.pb-280{padding-bottom:280px}.pb-210{padding-bottom:210px}.pb-285{padding-bottom:285px}.pb-270{padding-bottom:270px}@media only screen and (min-width:768px)and (max-width:991px){.pb-270{padding-bottom:170px}}@media only screen and (max-width:767px){.pb-270{padding-bottom:100px}}.pb-290{padding-bottom:290px}.pl-0{padding-left:0}.pl-10{padding-left:10px}.pl-15{padding-left:15px}.pl-20{padding-left:20px}.pl-25p{padding-left:25%}.pl-30{padding-left:30px}.pl-40{padding-left:40px}.pl-50{padding-left:50px}.pl-60{padding-left:60px}.pl-70{padding-left:70px}.pl-80{padding-left:80px}.pl-90{padding-left:90px}.pl-100{padding-left:100px}.pl-110{padding-left:110px}.pl-120{padding-left:120px}.pl-130{padding-left:130px}.pl-140{padding-left:140px}.pl-150{padding-left:150px}.pl-155{padding-left:155px}.pl-190{padding-left:190px}.ptb-0{padding:0}.ptb-10{padding:10px 0}.ptb-20{padding:20px 0}.ptb-30{padding:30px 0}.ptb-35{padding:35px 0}.ptb-32{padding:32px 0}.ptb-40{padding:40px 0}.ptb-50{padding:50px 0}.ptb-60{padding:60px 0}.ptb-70{padding:70px 0}.ptb-80{padding:80px 0}.ptb-90{padding:90px 0}.ptb-100{padding:100px 0}.ptb-110{padding:110px 0}.ptb-120{padding:120px 0}.ptb-130{padding:130px 0}.ptb-140{padding:140px 0}.ptb-150{padding:150px 0}.ptb-160{padding:160px 0}.ptb-170{padding:170px 0}.ptb-177{padding:177px 0}.ptb-180{padding:180px 0}.ptb-190{padding:190px 0}.ptb-200{padding:200px 0}.ptb-210{padding:210px 0}.ptb-220{padding:220px 0}.ptb-290{padding:290px 0}.ptb-310{padding:310px 0}.mtb-0{margin:0}.mtb-10{margin:10px 0}.mtb-15{margin:15px 0}.mtb-20{margin:20px 0}.mtb-30{margin:30px 0}.mtb-40{margin:40px 0}.mtb-50{margin:50px 0}.mtb-60{margin:60px 0}.mtb-70{margin:70px 0}.mtb-80{margin:80px 0}.mtb-90{margin:90px 0}.mtb-100{margin:100px 0}.mtb-110{margin:110px 0}.mtb-120{margin:120px 0}.mtb-130{margin:130px 0}.mtb-140{margin:140px 0}.mtb-150{margin:150px 0}.mtb-290{margin:290px 0}.mb--10{margin-bottom:-10px}input:-moz-placeholder,textarea:-moz-placeholder{opacity:1;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"}input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{opacity:1;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"}input:-ms-input-placeholder,textarea:-ms-input-placeholder{opacity:1;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"}input{height:45px;padding-left:10px;border:2px solid #eceff8;background:#eceff8}input,select{font-size:14px;width:100%;color:#333;box-shadow:none}select{border:0 solid #eceff8;background:transparent}option{font-size:14px;padding-left:10px;border:0 solid #626262;background:#fff}input:focus{background:transparent}textarea{font-size:14px;width:100%;padding:10px;border:2px solid #eceff8;background:#eceff8}textarea:focus{border:2px solid #4fc1f0;outline:none;background:transparent}.input-group.divcenter.input-group .form-control{padding-left:0}.custom-row{display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}@media only screen and (min-width:1200px)and (max-width:1365px){.custom-row{margin-right:-15px;margin-left:-15px}}@media only screen and (min-width:992px)and (max-width:1199px){.custom-row{margin-right:-15px;margin-left:-15px}}@media only screen and (min-width:768px)and (max-width:991px){.custom-row{margin-right:-15px;margin-left:-15px}}@media only screen and (max-width:767px){.custom-row{margin-right:-15px;margin-left:-15px}}.custom-row-2{display:flex;flex-wrap:wrap;margin-right:-5px;margin-left:-5px}.custom-row-2 div[class^=col-]{padding-right:5px;padding-left:5px}@media only screen and (min-width:768px)and (max-width:991px){.custom-row-2 div[class^=col-]{padding-right:15px;padding-left:15px}}@media only screen and (max-width:767px){.custom-row-2 div[class^=col-]{padding-right:15px;padding-left:15px}}@media only screen and (min-width:1200px)and (max-width:1365px){.custom-row-2{margin-right:-5px;margin-left:-5px}}@media only screen and (min-width:992px)and (max-width:1199px){.custom-row-2{margin-right:-5px;margin-left:-5px}}@media only screen and (min-width:768px)and (max-width:991px){.custom-row-2{margin-right:-15px;margin-left:-15px}}@media only screen and (max-width:767px){.custom-row-2{margin-right:-15px;margin-left:-15px}}.custom-row-3{display:flex;flex-wrap:wrap;margin-right:-13.6px;margin-left:-13.6px}.custom-row-3 div[class^=col-]{padding-right:13.6px;padding-left:13.6px}@media only screen and (max-width:767px){.custom-row-3 div[class^=col-]{padding-right:15px;padding-left:15px}}@media only screen and (min-width:1200px)and (max-width:1365px){.custom-row-3{margin-right:-13.6px;margin-left:-13.6px}}@media only screen and (min-width:992px)and (max-width:1199px){.custom-row-3{margin-right:-13.6px;margin-left:-13.6px}}@media only screen and (min-width:768px)and (max-width:991px){.custom-row-3{margin-right:-13.6px;margin-left:-13.6px}}@media only screen and (max-width:767px){.custom-row-3{margin-right:-15px;margin-left:-15px}}.custom-col-5{position:relative;flex:0 0 20%;width:100%;max-width:20%;min-height:1px;padding-right:15px;padding-left:15px}@media only screen and (min-width:1200px)and (max-width:1365px){.custom-col-5{padding-right:15px;padding-left:15px}}@media only screen and (min-width:992px)and (max-width:1199px){.custom-col-5{flex:0 0 33.333%;max-width:33.333%;padding-right:15px;padding-left:15px}}@media only screen and (min-width:768px)and (max-width:991px){.custom-col-5{flex:0 0 50%;max-width:50%;padding-right:15px;padding-left:15px}}@media only screen and (max-width:767px){.custom-col-5{flex:0 0 100%;max-width:100%;padding-right:15px;padding-left:15px}}@media only screen and (min-width:576px)and (max-width:767px){.custom-col-5{flex:0 0 50%;max-width:50%}}.mobile-menu-area{display:none}@media only screen and (min-width:768px)and (max-width:991px){.mobile-menu-area{display:block}}@media only screen and (max-width:767px){.mobile-menu-area{display:block}}@media only screen and (min-width:576px)and (max-width:767px){.mobile-menu-area{display:block}}.mobile-menu-area.white-mobile-menu a.meanmenu-reveal{color:#fff;border:1px solid #fff}.mobile-menu-area.white-mobile-menu a.meanmenu-reveal span{background-color:#fff}.stick .mobile-menu-area.white-mobile-menu a.meanmenu-reveal{color:#333;border:1px solid #333}.stick .mobile-menu-area.white-mobile-menu a.meanmenu-reveal span{background-color:#333}.mean-container a.meanmenu-reveal{top:-30px}#mobile-menu-active{display:none}.mobile-menu .mean-nav ul.menu-overflow{overflow-y:auto;height:215px;margin-top:10}.mobile-menu.mean-container .mean-nav ul{margin:14px 0 0}.scroll-top{position:fixed;z-index:9811!important;right:20px;bottom:60px;overflow:hidden;width:50px;height:50px;text-align:center;color:#fff;border:none;border-radius:50px;background:none;background-color:#0a283a}@media only screen and (max-width:767px){.scroll-top{width:40px;height:40px}}.scroll-top i{font-size:22px;line-height:50px;display:block}@media only screen and (max-width:767px){.scroll-top i{font-size:16px;line-height:40px}}.scroll-top:hover i{animation-name:fadeInUp;animation-duration:1s;animation-iteration-count:infinite;animation-fill-mode:both}.height-100{height:100vh}.bg-blue{background-color:#0a283a}.bg-bronze{background-color:#c6a080}.bg-bronze-light{background-color:#faf5f3}.bg-purple{background-color:#f0e0ff}.bg-purple-2{background-color:#cea1f8}.bg-gray{background-color:#f6f6f8}.bg-gray-2{background-color:#f6f6f6}.bg-gray-3{background-color:#f7f7f7}.bg-gray-4{background-color:#f1f1f1}.bg-gray-5{background-color:#f9f9f9}.bg-gray-6{background-color:#e9e6e9}.bg-gray-7{background-color:#f8f8f8}.bg-black{background-color:#000}.bg-glaucous{background-color:#daedff}.bg-aqua{background-color:#dbfffb}.default-overlay{position:relative}.default-overlay:before{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;content:""}.btn-hover a,.btn-hover button{position:relative;isolation:isolate;transition:all .5s ease-in-out 0s}.btn-hover a:hover,.btn-hover button:hover{color:#fff;border:1px solid #0a283a}.btn-hover a:after,.btn-hover a:before,.btn-hover button:after,.btn-hover button:before{position:absolute;z-index:-1;bottom:0;left:0;width:100%;height:100%;content:"";transition:all .5s cubic-bezier(.645,.045,.355,1)}.btn-hover a:after,.btn-hover button:after{right:0;left:auto;width:0;background:#0a283a}.btn-hover a:hover:after,.btn-hover button:hover:after{right:auto;left:0;width:100%}.btn-hover--blue a:hover,.btn-hover--blue button:hover{border-color:#053399!important}.btn-hover--blue a:after,.btn-hover--blue button:after{background:#053399}a.default-btn{font-size:16px;line-height:1;display:inline-block;padding:19px 50px 21px;text-transform:uppercase;color:#010101;border:1px solid #333}@keyframes bounce-img{0%{transform:translateY(0);opacity:1}50%{transform:translateY(20px);opacity:1}to{transform:translateY(0);opacity:1}}@keyframes snow{0%{background-position:0 0,0 0,0 0}to{background-position:500px 1000px,400px 400px,300px 300px}}.effect-snow{animation:snow 20s linear infinite}.body-effect{position:absolute;z-index:0;top:0;left:0;width:100%;height:100%;background-color:transparent}.padding-10-row-col .row{margin-right:-5px;margin-left:-5px}.padding-10-row-col .row div[class^=col-]{padding-right:5px;padding-left:5px}.padding-20-row-col .row{margin-right:-10px;margin-left:-10px}.padding-20-row-col .row div[class^=col-]{padding-right:10px;padding-left:10px}[class*=ToastContainer]{overflow:hidden!important}@media(min-width:1200px){.container{max-width:1200px}}.item-empty-area__icon i{font-size:140px;line-height:1}@media only screen and (max-width:767px){.item-empty-area__icon i{font-size:100px}}.item-empty-area__text{font-size:20px}.item-empty-area__text a{font-size:14px;font-weight:500;display:inline-block;margin-top:30px;padding:10px 30px;transition:.3s;color:#fff;background-color:#363f4d}.item-empty-area__text a:hover{color:#fff;background-color:#0a283a}.fullpage-slider-wrapper .Navigation .Navigation-Anchor{background-color:#333!important}.bg-white{background-color:#fff}.rounden-btn{overflow:hidden}.rounden-btn,.rounden-btn:after,.rounden-btn:before{border-radius:50px}.bg-black-2{background-color:#1b1b1b}.bg-black-3{background-color:#202022}.bg-cover{background-size:cover}.product-small-image-wrapper.product-small-image-wrapper--side-thumb .swiper-wrap,.swiper-pointer-events.swiper-vertical{height:100%}@keyframes bounce{0%{transform:translateY(0)}50%{transform:translateY(-30px)}to{transform:translateY(0)}}.map-marker{animation-name:bounce;animation-timing-function:linear;animation-duration:2s;animation-iteration-count:infinite;animation-direction:alternate}button:disabled{cursor:not-allowed}.swiper-wrap{position:relative}.flone-preloader-wrapper{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#f7f7f7;z-index:999999}.flone-preloader{padding:0;text-align:left;box-sizing:border-box;top:50%;left:50%;margin-left:-25px;margin-top:-25px}.flone-preloader,.flone-preloader span{width:50px;height:50px;display:inline-block;position:absolute}.flone-preloader span{border-radius:100%;background:#7460ef;animation:preloader 1.3s linear infinite}.flone-preloader span:last-child{animation-delay:-.8s;-webkit-animation-delay:-.8s}@keyframes preloader{0%{transform:scale(0);opacity:.5}to{transform:scale(1);opacity:0}}body{-ms-overflow-style:none;scrollbar-width:none}body::-webkit-scrollbar{display:none}.header-area{height:100px;position:relative;background-color:#0a283a}@media only screen and (min-width:320px)and (max-width:479px){.header-area{height:70px}}.header-area.header-absolute{position:absolute;z-index:99;width:100%}@media only screen and (max-width:767px),only screen and (min-width:768px)and (max-width:991px){.header-area.header-absolute{position:relative;width:auto}}.header-area .container-fluid,.header-area .container-lg,.header-area .container-md,.header-area .container-sm,.header-area .container-xl,.header-area .container-xxl,.header-area .main-menu,.header-area .row,.header-area>*{height:100%}.sticky-bar.stick{position:fixed;z-index:999;top:0;left:0;width:100%;transition:all .3s ease 0s;animation:fadeInDown .7s ease-in-out 0s 1 normal none running;background-color:#fff;box-shadow:0 0 25px 0 rgba(0,0,0,.06)}.sticky-bar.stick .center-menu-logo{display:none}@media only screen and (min-width:768px)and (max-width:991px){.sticky-bar.stick .center-menu-logo{display:block}}@media only screen and (max-width:767px){.sticky-bar.stick .center-menu-logo{display:block}}.sticky-bar.stick .header-right-wrap-white .same-style.account-setting>a,.sticky-bar.stick .header-right-wrap-white .same-style.account-setting>button,.sticky-bar.stick .header-right-wrap-white .same-style.cart-wrap>a,.sticky-bar.stick .header-right-wrap-white .same-style.cart-wrap>button,.sticky-bar.stick .header-right-wrap-white .same-style.header-compare>a,.sticky-bar.stick .header-right-wrap-white .same-style.header-compare>button,.sticky-bar.stick .header-right-wrap-white .same-style.header-search>a,.sticky-bar.stick .header-right-wrap-white .same-style.header-search>button,.sticky-bar.stick .header-right-wrap-white .same-style.header-wishlist>a,.sticky-bar.stick .header-right-wrap-white .same-style.header-wishlist>button,.sticky-bar.stick .header-right-wrap-white .same-style>a{color:#000}.sticky-bar.stick .header-right-wrap-white .same-style.account-setting>a span.count-style,.sticky-bar.stick .header-right-wrap-white .same-style.account-setting>button span.count-style,.sticky-bar.stick .header-right-wrap-white .same-style.cart-wrap>a span.count-style,.sticky-bar.stick .header-right-wrap-white .same-style.cart-wrap>button span.count-style,.sticky-bar.stick .header-right-wrap-white .same-style.header-compare>a span.count-style,.sticky-bar.stick .header-right-wrap-white .same-style.header-compare>button span.count-style,.sticky-bar.stick .header-right-wrap-white .same-style.header-search>a span.count-style,.sticky-bar.stick .header-right-wrap-white .same-style.header-search>button span.count-style,.sticky-bar.stick .header-right-wrap-white .same-style.header-wishlist>a span.count-style,.sticky-bar.stick .header-right-wrap-white .same-style.header-wishlist>button span.count-style{color:#fff;background-color:#000}.header-padding-1 .container-fluid,.header-padding-1 .container-lg,.header-padding-1 .container-md,.header-padding-1 .container-sm,.header-padding-1 .container-xl,.header-padding-1 .container-xxl{padding:0 80px}@media only screen and (min-width:1200px)and (max-width:1365px){.header-padding-1 .container-fluid,.header-padding-1 .container-lg,.header-padding-1 .container-md,.header-padding-1 .container-sm,.header-padding-1 .container-xl,.header-padding-1 .container-xxl{padding:0 15px}}@media only screen and (min-width:992px)and (max-width:1199px){.header-padding-1 .container-fluid,.header-padding-1 .container-lg,.header-padding-1 .container-md,.header-padding-1 .container-sm,.header-padding-1 .container-xl,.header-padding-1 .container-xxl{padding:0 30px}}@media only screen and (min-width:768px)and (max-width:991px){.header-padding-1 .container-fluid,.header-padding-1 .container-lg,.header-padding-1 .container-md,.header-padding-1 .container-sm,.header-padding-1 .container-xl,.header-padding-1 .container-xxl{padding:0 40px}}@media only screen and (max-width:767px){.header-padding-1 .container-fluid,.header-padding-1 .container-lg,.header-padding-1 .container-md,.header-padding-1 .container-sm,.header-padding-1 .container-xl,.header-padding-1 .container-xxl{padding:0 15px}}.logo{margin-top:0}.logo img{height:70px;width:auto}@media only screen and (min-width:320px)and (max-width:479px){.logo img{height:40px}}.logo.logo-hm5{margin-top:41px}.logo.logo-hm5 a.sticky-block{display:none}@media only screen and (max-width:767px),only screen and (min-width:768px)and (max-width:991px){.logo.logo-hm5 a.sticky-block{display:block}}.logo.logo-hm5 a.sticky-none{display:block}@media only screen and (max-width:767px),only screen and (min-width:768px)and (max-width:991px){.logo.logo-hm5 a.sticky-none{display:none}}@media only screen and (min-width:768px)and (max-width:991px){.logo.logo-hm5{margin-top:0;text-align:right!important}}@media only screen and (max-width:767px){.logo.logo-hm5{margin-top:0;text-align:right!important}}.main-menu nav ul{display:block;text-align:center}.main-menu nav ul li{position:relative;display:inline-block;padding:0 15px}@media only screen and (min-width:992px)and (max-width:1199px){.main-menu nav ul li{padding:0 7px}}@media only screen and (min-width:1200px)and (max-width:1365px){.main-menu nav ul li{padding:0 10px}}.main-menu nav ul li>a{font-size:18px;font-weight:600;line-height:100px;letter-spacing:.6;display:inline-block;color:#fff;font-family:Heebo}@media only screen and (min-width:992px)and (max-width:1199px){.main-menu nav ul li>a{font-size:18px}}@media only screen and (min-width:1200px)and (max-width:1365px){.main-menu nav ul li>a{font-size:18px}}.main-menu nav ul li:hover a{color:#fff}.main-menu.menu-white nav ul{text-align:right}.main-menu.menu-white nav ul li{padding:0 30px 0 0}@media only screen and (min-width:1366px)and (max-width:1600px){.main-menu.menu-white nav ul li{padding:0 22px 0 0}}@media only screen and (min-width:1200px)and (max-width:1365px){.main-menu.menu-white nav ul li{padding:0 14px 0 0}}@media only screen and (min-width:992px)and (max-width:1199px){.main-menu.menu-white nav ul li{padding:0 14px 0 0}}.main-menu.menu-white nav ul li>a{line-height:112px;color:#fff}.header-right-wrap{display:flex;justify-content:flex-end}@media only screen and (min-width:768px)and (max-width:991px){.header-right-wrap{margin-top:0}}@media only screen and (max-width:767px){.header-right-wrap{margin-top:2px}}.header-right-wrap .same-style{margin-right:14px}@media only screen and (min-width:992px)and (max-width:1199px){.header-right-wrap .same-style{margin-right:10px}}@media only screen and (min-width:768px)and (max-width:991px){.header-right-wrap .same-style{margin-right:15px}}@media only screen and (max-width:767px){.header-right-wrap .same-style{margin-right:20px}}.header-right-wrap .same-style button,.header-right-wrap .same-style>a{font-size:23px;color:#000}.header-right-wrap .same-style>button{border:none;background:none}.header-right-wrap .same-style:first-child{margin-right:0}.header-right-wrap .same-style:hover>a,.header-right-wrap .same-style:hover>button{color:#0a283a}.header-right-wrap .same-style .account-dropdown{position:absolute;z-index:220;top:190%;right:0;visibility:hidden;width:125px;padding:8px 12px 10px;transition:all .5s ease 0s;transform:rotateX(90deg);transform-origin:center top 0;text-align:right;opacity:0;background:#fff none repeat scroll 0 0;box-shadow:0 1px 7px -2px rgba(0,0,0,.3)}.header-right-wrap .same-style .account-dropdown.active{visibility:visible;transform:rotateX(0deg);opacity:1}@media only screen and (max-width:767px){.header-right-wrap .same-style .account-dropdown{top:100%;margin-top:14px}}@media only screen and (min-width:768px)and (max-width:991px){.header-right-wrap .same-style .account-dropdown{top:100%;margin-top:14px}}@media only screen and (min-width:992px)and (max-width:1199px){.header-right-wrap .same-style .account-dropdown{left:-40px}}@media only screen and (min-width:1200px)and (max-width:1365px){.header-right-wrap .same-style .account-dropdown{left:-34px}}.header-right-wrap .same-style .account-dropdown ul li a{font-size:13px;line-height:30px;display:block;padding:0;text-transform:capitalize;color:#000}.header-right-wrap .same-style .account-dropdown ul li a:hover{padding-left:5px;color:#0a283a}.header-right-wrap .same-style.account-setting button,.header-right-wrap .same-style.account-setting>a{font-size:24px}.header-right-wrap .same-style.account-setting>button{border:none;background:none}.header-right-wrap .same-style.cart-wrap,.header-right-wrap .same-style.header-compare,.header-right-wrap .same-style.header-wishlist{margin-right:15px}@media only screen and (min-width:992px)and (max-width:1199px){.header-right-wrap .same-style.cart-wrap,.header-right-wrap .same-style.header-compare,.header-right-wrap .same-style.header-wishlist{margin-right:15px}}@media only screen and (min-width:768px)and (max-width:991px){.header-right-wrap .same-style.cart-wrap,.header-right-wrap .same-style.header-compare,.header-right-wrap .same-style.header-wishlist{margin-right:20px}}@media only screen and (max-width:767px){.header-right-wrap .same-style.cart-wrap,.header-right-wrap .same-style.header-compare,.header-right-wrap .same-style.header-wishlist{margin-right:20px}}.header-right-wrap .same-style.cart-wrap button,.header-right-wrap .same-style.cart-wrap>a,.header-right-wrap .same-style.header-compare button,.header-right-wrap .same-style.header-compare>a,.header-right-wrap .same-style.header-wishlist button,.header-right-wrap .same-style.header-wishlist>a{font-size:24px;position:relative;display:inline-block;padding:0;color:#000;border:none;background:transparent}.header-right-wrap .same-style.cart-wrap button span.count-style,.header-right-wrap .same-style.cart-wrap>a span.count-style,.header-right-wrap .same-style.header-compare button span.count-style,.header-right-wrap .same-style.header-compare>a span.count-style,.header-right-wrap .same-style.header-wishlist button span.count-style,.header-right-wrap .same-style.header-wishlist>a span.count-style{font-size:12px;line-height:21px;position:absolute;top:-9px;right:-14px;display:inline-block;width:21px;height:21px;text-align:center;color:#fff;border-radius:100%;background-color:#000}@media only screen and (min-width:1200px)and (max-width:1365px){.header-right-wrap .same-style.cart-wrap button span.count-style,.header-right-wrap .same-style.cart-wrap>a span.count-style,.header-right-wrap .same-style.header-compare button span.count-style,.header-right-wrap .same-style.header-compare>a span.count-style,.header-right-wrap .same-style.header-wishlist button span.count-style,.header-right-wrap .same-style.header-wishlist>a span.count-style{right:-5px}}.header-right-wrap .same-style.cart-wrap:hover>button,.header-right-wrap .same-style.header-compare:hover>button,.header-right-wrap .same-style.header-wishlist:hover>button{color:#0a283a}.header-right-wrap .same-style.cart-wrap .shopping-cart-content,.header-right-wrap .same-style.header-compare .shopping-cart-content,.header-right-wrap .same-style.header-wishlist .shopping-cart-content{position:absolute;z-index:9999;top:190%;right:0;visibility:hidden;width:340px;padding:10px 35px;transition:all .5s ease 0s;transform:rotateX(90deg);transform-origin:center top 0;opacity:0;border:1px solid #ebebeb;border-radius:5px;background:#fff none repeat scroll 0 0}.header-right-wrap .same-style.cart-wrap .shopping-cart-content.active,.header-right-wrap .same-style.cart-wrap .shopping-cart-content.cart-visible,.header-right-wrap .same-style.header-compare .shopping-cart-content.active,.header-right-wrap .same-style.header-compare .shopping-cart-content.cart-visible,.header-right-wrap .same-style.header-wishlist .shopping-cart-content.active,.header-right-wrap .same-style.header-wishlist .shopping-cart-content.cart-visible{visibility:visible;transform:rotateX(0deg);opacity:1}@media only screen and (max-width:767px){.header-right-wrap .same-style.cart-wrap .shopping-cart-content,.header-right-wrap .same-style.header-compare .shopping-cart-content,.header-right-wrap .same-style.header-wishlist .shopping-cart-content{top:100%;right:-52px;overflow-y:auto;width:295px;height:300px;margin-top:14px;padding:31px 15px 10px}}@media only screen and (min-width:768px)and (max-width:991px){.header-right-wrap .same-style.cart-wrap .shopping-cart-content,.header-right-wrap .same-style.header-compare .shopping-cart-content,.header-right-wrap .same-style.header-wishlist .shopping-cart-content{top:100%;overflow-y:auto;height:300px;margin-top:14px}}@media only screen and (min-width:992px)and (max-width:1199px){.header-right-wrap .same-style.cart-wrap .shopping-cart-content,.header-right-wrap .same-style.header-compare .shopping-cart-content,.header-right-wrap .same-style.header-wishlist .shopping-cart-content{overflow-y:auto}}.header-right-wrap .same-style.cart-wrap .shopping-cart-content ul,.header-right-wrap .same-style.header-compare .shopping-cart-content ul,.header-right-wrap .same-style.header-wishlist .shopping-cart-content ul{overflow-y:auto;max-height:400px;margin-right:-15px;padding-top:20px;padding-right:15px}.header-right-wrap .same-style.cart-wrap .shopping-cart-content ul li,.header-right-wrap .same-style.header-compare .shopping-cart-content ul li,.header-right-wrap .same-style.header-wishlist .shopping-cart-content ul li{position:relative;display:flex;flex-wrap:nowrap;margin-bottom:20px;padding-bottom:15px;border-bottom:1px solid #ebebeb}.header-right-wrap .same-style.cart-wrap .shopping-cart-content ul li .shopping-cart-img,.header-right-wrap .same-style.header-compare .shopping-cart-content ul li .shopping-cart-img,.header-right-wrap .same-style.header-wishlist .shopping-cart-content ul li .shopping-cart-img{flex:0 0 82px;margin-right:15px}.header-right-wrap .same-style.cart-wrap .shopping-cart-content ul li .shopping-cart-title .h4,.header-right-wrap .same-style.cart-wrap .shopping-cart-content ul li .shopping-cart-title h4,.header-right-wrap .same-style.header-compare .shopping-cart-content ul li .shopping-cart-title .h4,.header-right-wrap .same-style.header-compare .shopping-cart-content ul li .shopping-cart-title h4,.header-right-wrap .same-style.header-wishlist .shopping-cart-content ul li .shopping-cart-title .h4,.header-right-wrap .same-style.header-wishlist .shopping-cart-content ul li .shopping-cart-title h4{font-size:15px;line-height:16px;margin:0 20px 0 0}.header-right-wrap .same-style.cart-wrap .shopping-cart-content ul li .shopping-cart-title .h4 a,.header-right-wrap .same-style.cart-wrap .shopping-cart-content ul li .shopping-cart-title h4 a,.header-right-wrap .same-style.header-compare .shopping-cart-content ul li .shopping-cart-title .h4 a,.header-right-wrap .same-style.header-compare .shopping-cart-content ul li .shopping-cart-title h4 a,.header-right-wrap .same-style.header-wishlist .shopping-cart-content ul li .shopping-cart-title .h4 a,.header-right-wrap .same-style.header-wishlist .shopping-cart-content ul li .shopping-cart-title h4 a{line-height:1.2;color:#000}.header-right-wrap .same-style.cart-wrap .shopping-cart-content ul li .shopping-cart-title .h4 a:hover,.header-right-wrap .same-style.cart-wrap .shopping-cart-content ul li .shopping-cart-title h4 a:hover,.header-right-wrap .same-style.header-compare .shopping-cart-content ul li .shopping-cart-title .h4 a:hover,.header-right-wrap .same-style.header-compare .shopping-cart-content ul li .shopping-cart-title h4 a:hover,.header-right-wrap .same-style.header-wishlist .shopping-cart-content ul li .shopping-cart-title .h4 a:hover,.header-right-wrap .same-style.header-wishlist .shopping-cart-content ul li .shopping-cart-title h4 a:hover{color:#0a283a}.header-right-wrap .same-style.cart-wrap .shopping-cart-content ul li .shopping-cart-title .h6,.header-right-wrap .same-style.cart-wrap .shopping-cart-content ul li .shopping-cart-title h6,.header-right-wrap .same-style.header-compare .shopping-cart-content ul li .shopping-cart-title .h6,.header-right-wrap .same-style.header-compare .shopping-cart-content ul li .shopping-cart-title h6,.header-right-wrap .same-style.header-wishlist .shopping-cart-content ul li .shopping-cart-title .h6,.header-right-wrap .same-style.header-wishlist .shopping-cart-content ul li .shopping-cart-title h6{font-size:13px;margin:5px 0 8px}.header-right-wrap .same-style.cart-wrap .shopping-cart-content ul li .shopping-cart-title span,.header-right-wrap .same-style.header-compare .shopping-cart-content ul li .shopping-cart-title span,.header-right-wrap .same-style.header-wishlist .shopping-cart-content ul li .shopping-cart-title span{font-size:14px}.header-right-wrap .same-style.cart-wrap .shopping-cart-content ul li .shopping-cart-delete,.header-right-wrap .same-style.header-compare .shopping-cart-content ul li .shopping-cart-delete,.header-right-wrap .same-style.header-wishlist .shopping-cart-content ul li .shopping-cart-delete{position:absolute;top:0;right:0}.header-right-wrap .same-style.cart-wrap .shopping-cart-content ul li .shopping-cart-delete a,.header-right-wrap .same-style.cart-wrap .shopping-cart-content ul li .shopping-cart-delete button,.header-right-wrap .same-style.header-compare .shopping-cart-content ul li .shopping-cart-delete a,.header-right-wrap .same-style.header-compare .shopping-cart-content ul li .shopping-cart-delete button,.header-right-wrap .same-style.header-wishlist .shopping-cart-content ul li .shopping-cart-delete a,.header-right-wrap .same-style.header-wishlist .shopping-cart-content ul li .shopping-cart-delete button{font-size:16px;color:#0a283a}.header-right-wrap .same-style.cart-wrap .shopping-cart-content ul li .shopping-cart-delete a:hover,.header-right-wrap .same-style.cart-wrap .shopping-cart-content ul li .shopping-cart-delete button:hover,.header-right-wrap .same-style.header-compare .shopping-cart-content ul li .shopping-cart-delete a:hover,.header-right-wrap .same-style.header-compare .shopping-cart-content ul li .shopping-cart-delete button:hover,.header-right-wrap .same-style.header-wishlist .shopping-cart-content ul li .shopping-cart-delete a:hover,.header-right-wrap .same-style.header-wishlist .shopping-cart-content ul li .shopping-cart-delete button:hover{color:#333}.header-right-wrap .same-style.cart-wrap .shopping-cart-content .shopping-cart-total .h4,.header-right-wrap .same-style.cart-wrap .shopping-cart-content .shopping-cart-total h4,.header-right-wrap .same-style.header-compare .shopping-cart-content .shopping-cart-total .h4,.header-right-wrap .same-style.header-compare .shopping-cart-content .shopping-cart-total h4,.header-right-wrap .same-style.header-wishlist .shopping-cart-content .shopping-cart-total .h4,.header-right-wrap .same-style.header-wishlist .shopping-cart-content .shopping-cart-total h4{font-size:14px;margin-top:17px;margin-bottom:17px}.header-right-wrap .same-style.cart-wrap .shopping-cart-content .shopping-cart-total .h4 span,.header-right-wrap .same-style.cart-wrap .shopping-cart-content .shopping-cart-total h4 span,.header-right-wrap .same-style.header-compare .shopping-cart-content .shopping-cart-total .h4 span,.header-right-wrap .same-style.header-compare .shopping-cart-content .shopping-cart-total h4 span,.header-right-wrap .same-style.header-wishlist .shopping-cart-content .shopping-cart-total .h4 span,.header-right-wrap .same-style.header-wishlist .shopping-cart-content .shopping-cart-total h4 span{float:right}.header-right-wrap .same-style.cart-wrap .shopping-cart-content .shopping-cart-btn,.header-right-wrap .same-style.header-compare .shopping-cart-content .shopping-cart-btn,.header-right-wrap .same-style.header-wishlist .shopping-cart-content .shopping-cart-btn{margin-top:23px}.header-right-wrap .same-style.cart-wrap .shopping-cart-content .shopping-cart-btn a,.header-right-wrap .same-style.header-compare .shopping-cart-content .shopping-cart-btn a,.header-right-wrap .same-style.header-wishlist .shopping-cart-content .shopping-cart-btn a{font-size:14px;font-weight:500;display:block;margin-bottom:20px;padding:16px 40px 17px}.header-right-wrap.header-right-wrap-white{margin-top:40px}.header-right-wrap.header-right-wrap-white .same-style.account-setting>a,.header-right-wrap.header-right-wrap-white .same-style.account-setting>button,.header-right-wrap.header-right-wrap-white .same-style.cart-wrap>a,.header-right-wrap.header-right-wrap-white .same-style.cart-wrap>button,.header-right-wrap.header-right-wrap-white .same-style.header-compare>a,.header-right-wrap.header-right-wrap-white .same-style.header-compare>button,.header-right-wrap.header-right-wrap-white .same-style.header-search>a,.header-right-wrap.header-right-wrap-white .same-style.header-search>button,.header-right-wrap.header-right-wrap-white .same-style.header-wishlist>a,.header-right-wrap.header-right-wrap-white .same-style.header-wishlist>button,.header-right-wrap.header-right-wrap-white .same-style>a{color:#fff}.header-right-wrap.header-right-wrap-white .same-style.account-setting>a span.count-style,.header-right-wrap.header-right-wrap-white .same-style.account-setting>button span.count-style,.header-right-wrap.header-right-wrap-white .same-style.cart-wrap>a span.count-style,.header-right-wrap.header-right-wrap-white .same-style.cart-wrap>button span.count-style,.header-right-wrap.header-right-wrap-white .same-style.header-compare>a span.count-style,.header-right-wrap.header-right-wrap-white .same-style.header-compare>button span.count-style,.header-right-wrap.header-right-wrap-white .same-style.header-search>a span.count-style,.header-right-wrap.header-right-wrap-white .same-style.header-search>button span.count-style,.header-right-wrap.header-right-wrap-white .same-style.header-wishlist>a span.count-style,.header-right-wrap.header-right-wrap-white .same-style.header-wishlist>button span.count-style{color:#000;background-color:#fff}@media only screen and (min-width:768px)and (max-width:991px){.header-right-wrap.header-right-wrap-white{margin-top:0}.header-right-wrap.header-right-wrap-white .same-style.account-setting>a,.header-right-wrap.header-right-wrap-white .same-style.account-setting>button,.header-right-wrap.header-right-wrap-white .same-style.cart-wrap>a,.header-right-wrap.header-right-wrap-white .same-style.cart-wrap>button,.header-right-wrap.header-right-wrap-white .same-style.header-compare>a,.header-right-wrap.header-right-wrap-white .same-style.header-compare>button,.header-right-wrap.header-right-wrap-white .same-style.header-search>a,.header-right-wrap.header-right-wrap-white .same-style.header-search>button,.header-right-wrap.header-right-wrap-white .same-style.header-wishlist>a,.header-right-wrap.header-right-wrap-white .same-style.header-wishlist>button,.header-right-wrap.header-right-wrap-white .same-style>a{color:#000}.header-right-wrap.header-right-wrap-white .same-style.account-setting>a span.count-style,.header-right-wrap.header-right-wrap-white .same-style.account-setting>button span.count-style,.header-right-wrap.header-right-wrap-white .same-style.cart-wrap>a span.count-style,.header-right-wrap.header-right-wrap-white .same-style.cart-wrap>button span.count-style,.header-right-wrap.header-right-wrap-white .same-style.header-compare>a span.count-style,.header-right-wrap.header-right-wrap-white .same-style.header-compare>button span.count-style,.header-right-wrap.header-right-wrap-white .same-style.header-search>a span.count-style,.header-right-wrap.header-right-wrap-white .same-style.header-search>button span.count-style,.header-right-wrap.header-right-wrap-white .same-style.header-wishlist>a span.count-style,.header-right-wrap.header-right-wrap-white .same-style.header-wishlist>button span.count-style{color:#fff;background-color:#000}}@media only screen and (max-width:767px){.header-right-wrap.header-right-wrap-white{margin-top:3px}.header-right-wrap.header-right-wrap-white .same-style.account-setting>a,.header-right-wrap.header-right-wrap-white .same-style.account-setting>button,.header-right-wrap.header-right-wrap-white .same-style.cart-wrap>a,.header-right-wrap.header-right-wrap-white .same-style.cart-wrap>button,.header-right-wrap.header-right-wrap-white .same-style.header-compare>a,.header-right-wrap.header-right-wrap-white .same-style.header-compare>button,.header-right-wrap.header-right-wrap-white .same-style.header-search>a,.header-right-wrap.header-right-wrap-white .same-style.header-search>button,.header-right-wrap.header-right-wrap-white .same-style.header-wishlist>a,.header-right-wrap.header-right-wrap-white .same-style.header-wishlist>button,.header-right-wrap.header-right-wrap-white .same-style>a{color:#000}.header-right-wrap.header-right-wrap-white .same-style.account-setting>a span.count-style,.header-right-wrap.header-right-wrap-white .same-style.account-setting>button span.count-style,.header-right-wrap.header-right-wrap-white .same-style.cart-wrap>a span.count-style,.header-right-wrap.header-right-wrap-white .same-style.cart-wrap>button span.count-style,.header-right-wrap.header-right-wrap-white .same-style.header-compare>a span.count-style,.header-right-wrap.header-right-wrap-white .same-style.header-compare>button span.count-style,.header-right-wrap.header-right-wrap-white .same-style.header-search>a span.count-style,.header-right-wrap.header-right-wrap-white .same-style.header-search>button span.count-style,.header-right-wrap.header-right-wrap-white .same-style.header-wishlist>a span.count-style,.header-right-wrap.header-right-wrap-white .same-style.header-wishlist>button span.count-style{color:#fff;background-color:#000}}.header-right-wrap .same-style.header-search .search-content{position:absolute;z-index:99;top:20px;left:0;visibility:hidden;min-width:300px;transition:all .5s ease 0s;transform:rotateX(90deg);transform-origin:center top 0;opacity:0;background:#fff none repeat scroll 0 0;box-shadow:0 1px 1px 1px rgba(0,0,0,.1);border-radius:30px}.header-right-wrap .same-style.header-search .search-content.active{visibility:visible;transform:rotateX(0deg);opacity:1}@media only screen and (min-width:768px)and (max-width:991px){.header-right-wrap .same-style.header-search .search-content{top:154%}}@media only screen and (max-width:767px){.header-right-wrap .same-style.header-search .search-content{top:154%;right:-105px;min-width:260px}}.header-right-wrap .same-style.header-search .search-content form{position:relative}.header-right-wrap .same-style.header-search .search-content form input{font-family:Heebo;width:100%;height:52px;padding:5px 72px 5px 15px;transition:all .4s ease 0s;color:#000;border:1px solid #d3d3d3;outline:medium none;background:#fff;border-radius:30px}.header-right-wrap .same-style.header-search .search-content form .button-search{font-size:20px;line-height:1;position:absolute;top:0;left:0;height:100%;padding:5px;transition:all .4s ease 0s;text-transform:uppercase;color:#fff;border:#ce9634;background:#fff;border-top-left-radius:30px;border-bottom-left-radius:30px}.header-right-wrap .same-style.header-search .search-content form .button-search:hover{background-color:#fff}.header-right-wrap .same-style.header-search .search-content form .button-search i{font-size:26px;font-weight:700;color:#fff;background:#0a283a;padding:8px;border-radius:30px}.header-right-wrap .same-style.header-search .search-content form .select-search{font-size:20px;line-height:1;position:absolute;top:0;left:0;height:100%;padding:5px;transition:all .4s ease 0s;text-transform:uppercase;color:#fff;border:#ce9634;background:#fff;border-top-left-radius:30px;border-bottom-left-radius:30px}.header-right-wrap .same-style.header-search .search-content form .select-search:hover{background-color:#fff}.header-right-wrap .same-style.header-search .search-content form .select-search i{font-size:26px;font-weight:700;color:#fff;background:#0a283a;padding:8px;border-radius:30px}.header-padding-2 .container-fluid,.header-padding-2 .container-lg,.header-padding-2 .container-md,.header-padding-2 .container-sm,.header-padding-2 .container-xl,.header-padding-2 .container-xxl{padding:0 70px}@media only screen and (min-width:1200px)and (max-width:1365px){.header-padding-2 .container-fluid,.header-padding-2 .container-lg,.header-padding-2 .container-md,.header-padding-2 .container-sm,.header-padding-2 .container-xl,.header-padding-2 .container-xxl{padding:0 15px}}@media only screen and (min-width:992px)and (max-width:1199px){.header-padding-2 .container-fluid,.header-padding-2 .container-lg,.header-padding-2 .container-md,.header-padding-2 .container-sm,.header-padding-2 .container-xl,.header-padding-2 .container-xxl{padding:0 30px}}@media only screen and (min-width:768px)and (max-width:991px){.header-padding-2 .container-fluid,.header-padding-2 .container-lg,.header-padding-2 .container-md,.header-padding-2 .container-sm,.header-padding-2 .container-xl,.header-padding-2 .container-xxl{padding:0 40px}}@media only screen and (max-width:767px){.header-padding-2 .container-fluid,.header-padding-2 .container-lg,.header-padding-2 .container-md,.header-padding-2 .container-sm,.header-padding-2 .container-xl,.header-padding-2 .container-xxl{padding:0 15px}}.header-top-area{border-bottom:1px solid #d5d4d4}.header-top-area .header-top-wap{display:flex;align-items:center;justify-content:space-between}@media only screen and (max-width:767px){.header-top-area .header-top-wap{display:block;margin-top:8px;padding-bottom:15px}}@media only screen and (min-width:576px)and (max-width:767px){.header-top-area .header-top-wap{display:flex;margin-top:0;margin-bottom:0}}.header-top-area.border-none{border:none}.header-offer p{margin:0;letter-spacing:.8px;color:#555252}.header-offer p span{color:#ff1c1c}@media only screen and (max-width:767px){.header-offer p{text-align:center}}@media only screen and (min-width:576px)and (max-width:767px){.header-offer p{text-align:right}}.language-currency-wrap{display:flex;align-items:center}@media only screen and (max-width:767px){.language-currency-wrap{justify-content:center}}.language-currency-wrap .same-language-currency{position:relative;margin-right:54px}@media only screen and (max-width:767px){.language-currency-wrap .same-language-currency{margin-right:15px}}.language-currency-wrap .same-language-currency:before{position:absolute;top:47%;right:-27px;width:1px;height:15px;content:"";transform:translateY(-50%);background-color:#d5d4d4}@media only screen and (max-width:767px){.language-currency-wrap .same-language-currency:before{right:-10px}}.language-currency-wrap .same-language-currency:last-child:before{display:none}.language-currency-wrap .same-language-currency:last-child{margin-right:0}.language-currency-wrap .same-language-currency span{line-height:54px;display:inline-block;margin-top:-3px;cursor:pointer;letter-spacing:.8px;color:#555252}@media only screen and (max-width:767px){.language-currency-wrap .same-language-currency span{line-height:35px}}@media only screen and (min-width:576px)and (max-width:767px){.language-currency-wrap .same-language-currency span{line-height:54px}}.language-currency-wrap .same-language-currency span i{font-size:16px;position:relative;top:2px;color:#555252}.language-currency-wrap .same-language-currency .lang-car-dropdown{position:absolute;z-index:220;top:100%;left:0;visibility:hidden;width:125px;padding:8px 12px 10px;transition:all .5s ease 0s;transform:rotateX(90deg);transform-origin:center top 0;text-align:right;opacity:0;background:#fff none repeat scroll 0 0;box-shadow:0 1px 7px -2px rgba(0,0,0,.3)}.language-currency-wrap .same-language-currency .lang-car-dropdown ul li a,.language-currency-wrap .same-language-currency .lang-car-dropdown ul li button{font-size:13px;line-height:27px;border:none;background:none}.language-currency-wrap .same-language-currency .lang-car-dropdown ul li a:hover,.language-currency-wrap .same-language-currency .lang-car-dropdown ul li button:hover{color:#0a283a}.language-currency-wrap .same-language-currency p{line-height:1;margin-top:-1px;letter-spacing:.8px;color:#555252}.language-currency-wrap .same-language-currency:hover span,.language-currency-wrap .same-language-currency:hover>a{color:#0a283a}.language-currency-wrap .same-language-currency:hover .lang-car-dropdown{visibility:visible;transform:rotateX(0deg);opacity:1}.language-currency-wrap .same-language-currency.language-style span{text-transform:capitalize}.home-sidebar-left{position:fixed;z-index:7;top:0;width:375px;height:100%;padding:72px 0 40px;transition:all .3s ease 0s}@media only screen and (min-width:1366px)and (max-width:1600px){.home-sidebar-left{width:300px;padding:50px 0 30px}}@media only screen and (min-width:1200px)and (max-width:1365px){.home-sidebar-left{width:300px;padding:50px 0 30px;width:280px}}@media only screen and (min-width:992px)and (max-width:1199px){.home-sidebar-left{width:250px}}@media only screen and (min-width:768px)and (max-width:991px){.home-sidebar-left{display:none}}@media only screen and (max-width:767px){.home-sidebar-left{display:none}}.home-sidebar-left .logo{margin-top:0;padding:0 0 0 108px}@media only screen and (min-width:1366px)and (max-width:1600px){.home-sidebar-left .logo{padding:0 0 0 50px}}@media only screen and (min-width:1200px)and (max-width:1365px){.home-sidebar-left .logo{padding:0 0 0 30px}}@media only screen and (min-width:992px)and (max-width:1199px){.home-sidebar-left .logo{padding:0 0 0 15px}}@media only screen and (min-width:768px)and (max-width:991px){.home-sidebar-left .logo{padding:0 0 0 30px}}.home-sidebar-left .header-right-wrap{justify-content:flex-start;margin-top:46px;margin-bottom:67px;padding:0 0 0 108px}@media only screen and (min-width:1366px)and (max-width:1600px){.home-sidebar-left .header-right-wrap{margin-top:26px;margin-bottom:27px;padding:0 0 0 50px}}@media only screen and (min-width:1200px)and (max-width:1365px){.home-sidebar-left .header-right-wrap{margin-top:26px;margin-bottom:27px;padding:0 0 0 30px}}@media only screen and (min-width:992px)and (max-width:1199px){.home-sidebar-left .header-right-wrap{margin-top:30px;margin-bottom:30px;padding:0 0 0 15px}}@media only screen and (min-width:768px)and (max-width:991px){.home-sidebar-left .header-right-wrap{margin-top:30px;margin-bottom:30px;padding:0 0 0 30px}}.home-sidebar-left .header-right-wrap .same-style.cart-wrap .shopping-cart-content{right:auto;left:0}@media only screen and (min-width:1366px)and (max-width:1600px){.home-sidebar-left .header-right-wrap .same-style.cart-wrap .shopping-cart-content{overflow-y:auto;height:400px}}@media only screen and (min-width:1200px)and (max-width:1365px){.home-sidebar-left .header-right-wrap .same-style.cart-wrap .shopping-cart-content{overflow-y:auto;height:300px}}.home-sidebar-left .header-right-wrap .same-style.header-search .search-content{right:auto;left:0}.home-sidebar-left .sidebar-copyright{padding:120px 63px 50px}@media only screen and (min-width:1366px)and (max-width:1600px){.home-sidebar-left .sidebar-copyright{padding:40px 63px 50px}}@media only screen and (min-width:1200px)and (max-width:1365px){.home-sidebar-left .sidebar-copyright{padding:40px 63px 50px}}@media only screen and (min-width:992px)and (max-width:1199px){.home-sidebar-left .sidebar-copyright{padding:40px 15px 50px}}@media only screen and (min-width:768px)and (max-width:991px){.home-sidebar-left .sidebar-copyright{padding:50px 15px 50px 30px}}.home-sidebar-left .sidebar-copyright p{margin:0;text-align:center;letter-spacing:.9px;color:#313131}.home-sidebar-right{margin-right:375px;border-left:1px solid #efefef}@media only screen and (min-width:1366px)and (max-width:1600px){.home-sidebar-right{margin-right:300px}}@media only screen and (min-width:1200px)and (max-width:1365px){.home-sidebar-right{margin-right:280px}}@media only screen and (min-width:992px)and (max-width:1199px){.home-sidebar-right{margin-right:250px}}@media only screen and (min-width:768px)and (max-width:991px){.home-sidebar-right{margin-right:0}}@media only screen and (max-width:767px){.home-sidebar-right{margin-right:0}}.sidebar-menu{padding:0 0 0 108px}@media only screen and (min-width:1366px)and (max-width:1600px){.sidebar-menu{padding:0 0 0 50px}}@media only screen and (min-width:1200px)and (max-width:1365px){.sidebar-menu{padding:0 0 0 30px}}@media only screen and (min-width:992px)and (max-width:1199px){.sidebar-menu{padding:0 0 0 15px}}@media only screen and (min-width:768px)and (max-width:991px){.sidebar-menu{padding:0 0 0 30px}}.sidebar-menu nav ul li{position:relative;padding-bottom:33px}@media only screen and (min-width:1366px)and (max-width:1600px){.sidebar-menu nav ul li{padding-bottom:20px}}@media only screen and (min-width:1200px)and (max-width:1365px){.sidebar-menu nav ul li{padding-bottom:15px}}@media only screen and (min-width:992px)and (max-width:1199px){.sidebar-menu nav ul li{padding-bottom:10px}}@media only screen and (min-width:768px)and (max-width:991px){.sidebar-menu nav ul li{padding-bottom:12px}}.sidebar-menu nav ul li:last-child{padding-bottom:0}.sidebar-menu nav ul li ul.submenu{position:absolute;z-index:999;top:0;left:100%;display:block;visibility:hidden;width:190px;padding:20px 0 22px;transition:all .5s ease 0s;transform:rotateX(90deg);transform-origin:center top 0;background:#fff none repeat scroll 0 0;box-shadow:0 0 7px .5px rgba(0,0,0,.15)}@media only screen and (min-width:992px)and (max-width:1199px){.sidebar-menu nav ul li ul.submenu{overflow-y:auto;max-height:250px}}.sidebar-menu nav ul li ul.submenu li{display:block;margin-right:0;padding:0 20px}.sidebar-menu nav ul li ul.submenu li a{font-size:13px;font-weight:400;line-height:32px;display:block;padding-top:0;text-align:right;text-transform:capitalize;color:#333}.sidebar-menu nav ul li ul.submenu li a:hover{color:#0a283a}.sidebar-menu nav ul li ul.submenu li a:before{position:absolute;z-index:999;top:13px;left:15px;width:7px;height:7px;content:"";transition:all .3s ease-in-out 0s;opacity:0;border-radius:50%;background:#0a283a none repeat scroll 0 0}.sidebar-menu nav ul li ul.submenu li:hover a:before{opacity:1}.sidebar-menu nav ul li ul.submenu li:hover a{padding-left:12px}.sidebar-menu nav ul li:hover>ul.submenu{visibility:visible;transform:rotateX(0deg)}.sidebar-menu nav ul li ul.mega-menu{position:absolute;z-index:999;top:0;left:100%;display:block;visibility:hidden;width:700px;padding:40px 40px 0;transition:all .5s ease 0s;transform:rotateX(90deg);transform-origin:center top 0;text-align:right;background-color:#fff;box-shadow:0 1px 7px -2px rgba(0,0,0,.3)}@media only screen and (min-width:1366px)and (max-width:1600px){.sidebar-menu nav ul li ul.mega-menu{top:-50px}}@media only screen and (min-width:1200px)and (max-width:1365px){.sidebar-menu nav ul li ul.mega-menu{top:-50px}}@media only screen and (min-width:992px)and (max-width:1199px){.sidebar-menu nav ul li ul.mega-menu{top:-80px}}.sidebar-menu nav ul li ul.mega-menu>li{display:inline-block;float:right;width:33.33%;margin-right:0;padding:0}.sidebar-menu nav ul li ul.mega-menu>li ul li.mega-menu-title{float:inherit;width:100%}.sidebar-menu nav ul li ul.mega-menu>li ul li.mega-menu-title a{font-size:14px;font-weight:500;margin:0 0 10px;text-transform:uppercase;color:#242424}.sidebar-menu nav ul li ul.mega-menu>li ul li.mega-menu-title a:before{display:none}.sidebar-menu nav ul li ul.mega-menu>li ul li.mega-menu-title:hover a{padding-left:0}.sidebar-menu nav ul li ul.mega-menu>li ul li{display:block;float:inherit;padding:0}.sidebar-menu nav ul li ul.mega-menu>li ul li a{font-size:13px;font-weight:400;line-height:32px;display:block;padding-top:0;text-align:right;text-transform:capitalize;color:#333}.sidebar-menu nav ul li ul.mega-menu>li ul li a:hover{color:#0a283a}.sidebar-menu nav ul li ul.mega-menu>li ul li a:before{position:absolute;z-index:999;top:13px;left:0;width:7px;height:7px;content:"";transition:all .3s ease-in-out 0s;opacity:0;border-radius:50%;background:#0a283a none repeat scroll 0 0}.sidebar-menu nav ul li ul.mega-menu>li ul li.mega-menu-img:hover a{padding-left:0}.sidebar-menu nav ul li ul.mega-menu>li ul li.mega-menu-img a:before{display:none}.sidebar-menu nav ul li ul.mega-menu>li ul li:hover a:before{opacity:1}.sidebar-menu nav ul li ul.mega-menu>li ul li:hover a{padding-left:12px}.sidebar-menu nav ul li ul.mega-menu.mega-menu-padding{padding:40px 40px 36px}.sidebar-menu nav ul li:hover>ul.mega-menu{visibility:visible;transform:rotateX(0deg)}.sidebar-menu nav ul li a{font-size:18px;font-weight:500;display:block;letter-spacing:.8px;text-transform:capitalize;color:#000}@media only screen and (min-width:1200px)and (max-width:1365px){.sidebar-menu nav ul li a{font-size:16px}}@media only screen and (min-width:992px)and (max-width:1199px){.sidebar-menu nav ul li a{font-size:16px}}@media only screen and (min-width:768px)and (max-width:991px){.sidebar-menu nav ul li a{font-size:16px}}.sidebar-menu nav ul li a span{float:right;padding-right:20px}.sidebar-menu nav ul li:hover a{color:#0a283a}.header-hm4-none{display:none}@media only screen and (max-width:767px){.header-hm4-none{display:block}}@media only screen and (min-width:768px)and (max-width:991px){.header-hm4-none{display:block}}.wrapper{margin:20px}@media only screen and (min-width:768px)and (max-width:991px){.wrapper{margin-top:0}}@media only screen and (max-width:767px){.wrapper{margin:0}}.transparent-bar{top:0}.header-padding-3 .container-fluid,.header-padding-3 .container-lg,.header-padding-3 .container-md,.header-padding-3 .container-sm,.header-padding-3 .container-xl,.header-padding-3 .container-xxl{padding:0 80px}@media only screen and (min-width:1200px)and (max-width:1365px){.header-padding-3 .container-fluid,.header-padding-3 .container-lg,.header-padding-3 .container-md,.header-padding-3 .container-sm,.header-padding-3 .container-xl,.header-padding-3 .container-xxl{padding:0 40px}}@media only screen and (min-width:992px)and (max-width:1199px){.header-padding-3 .container-fluid,.header-padding-3 .container-lg,.header-padding-3 .container-md,.header-padding-3 .container-sm,.header-padding-3 .container-xl,.header-padding-3 .container-xxl{padding:0 40px}}@media only screen and (min-width:768px)and (max-width:991px){.header-padding-3 .container-fluid,.header-padding-3 .container-lg,.header-padding-3 .container-md,.header-padding-3 .container-sm,.header-padding-3 .container-xl,.header-padding-3 .container-xxl{padding:0 40px}}@media only screen and (max-width:767px){.header-padding-3 .container-fluid,.header-padding-3 .container-lg,.header-padding-3 .container-md,.header-padding-3 .container-sm,.header-padding-3 .container-xl,.header-padding-3 .container-xxl{padding:0 15px}}.clickable-mainmenu{margin-top:35px}.clickable-mainmenu a,.clickable-mainmenu button{font-size:30px;line-height:1;display:inline-block;color:#fff;border:none;background:none}.clickable-mainmenu a:hover,.clickable-mainmenu button:hover{color:#0a283a}@media only screen and (min-width:768px)and (max-width:991px){.clickable-mainmenu{margin-top:-3px}}@media only screen and (max-width:767px){.clickable-mainmenu{margin-top:-3px}}.clickable-mainmenu .sidebar-menu{padding-left:0}.clickable-mainmenu{position:fixed;z-index:9999;top:0;left:0;width:300px;height:100vh;margin-top:0;padding:130px 35px 40px;transition:transform .5s ease-in-out 0s;transform:translateX(-110%);color:#353535;background:#fff none repeat scroll 0 0}.clickable-mainmenu.inside{z-index:9999;transform:translateX(0)}@media only screen and (max-width:767px){.clickable-mainmenu{padding:100px 35px 40px}}.clickable-mainmenu .clickable-mainmenu-icon button{font-size:50px;position:absolute;top:20px;left:20px;padding:0;cursor:pointer;transition:all .3s ease 0s;color:#000;border:none;background:transparent none repeat scroll 0 0}.clickable-mainmenu .clickable-mainmenu-icon button:hover{color:#0a283a}.clickable-mainmenu .side-logo{margin-bottom:50px}@media only screen and (max-width:767px){.clickable-mainmenu .side-logo{margin-bottom:40px}}.clickable-mainmenu .clickable-menu-style{background:transparent}.clickable-mainmenu .clickable-menu-style ul li a{font-size:16px;padding:0 0 20px;text-transform:capitalize;color:#000}.clickable-mainmenu .clickable-menu-style ul li a:hover{color:#0a283a;background:transparent}.clickable-mainmenu .side-social{margin-top:50px}.clickable-mainmenu .side-social ul li{position:relative;display:inline-block;margin:0 30px 0 0}.clickable-mainmenu .side-social ul li:last-child{margin-right:0}.clickable-mainmenu .side-social ul li:before{position:absolute;top:50%;right:-20px;width:10px;height:1px;content:"";transform:translateY(-50%);background:#999}.clickable-mainmenu .side-social ul li:last-child:before{display:none}.clickable-mainmenu .side-social ul li a{font-size:18px}.clickable-mainmenu .side-social ul li a.facebook{color:#3b5999}.clickable-mainmenu .side-social ul li a.facebook:hover{color:#333}.clickable-mainmenu .side-social ul li a.dribbble{color:#ea4c89}.clickable-mainmenu .side-social ul li a.dribbble:hover{color:#333}.clickable-mainmenu .side-social ul li a.pinterest{color:#bd081c}.clickable-mainmenu .side-social ul li a.pinterest:hover{color:#333}.clickable-mainmenu .side-social ul li a.twitter{color:#55acee}.clickable-mainmenu .side-social ul li a.twitter:hover{color:#333}.clickable-mainmenu .side-social ul li a.linkedin{color:#0077b5}.clickable-mainmenu .side-social ul li a.linkedin:hover{color:#333}.clickable-mainmenu-active a,.clickable-mainmenu-active button{font-size:30px;margin-top:35px;color:#fff;border:none;background:none}.clickable-mainmenu-active a:hover,.clickable-mainmenu-active button:hover{color:#0a283a}.header-hm-7.stick .clickable-menu{margin-top:19px}.header-hm-7.stick .clickable-menu a,.header-hm-7.stick .clickable-menu button{font-size:30px;margin-top:0;color:#282828;border:none;background:none}.header-hm-7.stick .clickable-menu a:hover,.header-hm-7.stick .clickable-menu button:hover{color:#0a283a}@media only screen and (min-width:768px)and (max-width:991px){.header-hm-7.stick .clickable-menu{margin-top:0}}@media only screen and (max-width:767px){.header-hm-7.stick .clickable-menu{margin-top:0}}.header-hm-7.stick .logo{margin-top:22px;margin-bottom:18px}@media only screen and (min-width:768px)and (max-width:991px){.header-hm-7.stick .logo{margin-top:2px;margin-bottom:0}}@media only screen and (max-width:767px){.header-hm-7.stick .logo{margin-top:2px;margin-bottom:0}}.header-hm-7.stick .header-right-wrap{margin-top:22px;margin-bottom:18px}@media only screen and (min-width:768px)and (max-width:991px){.header-hm-7.stick .header-right-wrap{margin-top:2px;margin-bottom:0}}@media only screen and (max-width:767px){.header-hm-7.stick .header-right-wrap{margin-top:2px;margin-bottom:0}}@media only screen and (min-width:768px)and (max-width:991px){.header-hm-7 .header-right-wrap{margin-right:0}}@media only screen and (max-width:767px){.header-hm-7 .header-right-wrap{margin-right:0}.header-hm-7 .header-right-wrap .same-style.cart-wrap .shopping-cart-content{right:0}.header-hm-7 .header-right-wrap .same-style.header-search .search-content{right:-80px}}.header-hm8 .header-right-wrap{margin-top:6px}@media only screen and (min-width:768px)and (max-width:991px){.header-hm8 .header-right-wrap{margin-right:0}}@media only screen and (max-width:767px){.header-hm8 .header-right-wrap{margin-right:0}}.header-hm8 .header-right-wrap .same-style.cart-wrap .shopping-cart-content{top:125%;margin-top:0}@media only screen and (max-width:767px){.header-hm8 .header-right-wrap .same-style.cart-wrap .shopping-cart-content{right:-99px}}.header-hm8 .header-right-wrap .same-style .account-dropdown{top:125%;left:-32px;margin-top:0}.header-hm8 .header-right-wrap .same-style.header-search .search-content{top:125%}@media only screen and (max-width:767px){.header-hm8 .header-right-wrap .same-style.header-search .search-content{right:-150px}}@media only screen and (min-width:576px)and (max-width:767px){.header-hm8 .header-right-wrap .same-style.header-search .search-content{right:0}}@media only screen and (min-width:768px)and (max-width:991px){.header-hm8 .header-res-padding{padding:20px 0}.header-hm8 .mean-container a.meanmenu-reveal{top:-26px}}@media only screen and (max-width:767px){.header-hm8 .header-res-padding{padding:20px 0}.header-hm8 .mean-container a.meanmenu-reveal{top:-26px}}.header-hm8 .stick .logo{display:none}@media only screen and (min-width:768px)and (max-width:991px){.header-hm8 .stick .logo{display:block}}@media only screen and (max-width:767px){.header-hm8 .stick .logo{display:block}}@media only screen and (min-width:768px)and (max-width:991px){.header-hm8 .logo{text-align:right!important}}@media only screen and (max-width:767px){.header-hm8 .logo{text-align:right!important}}.header-hm8 .main-menu{padding-bottom:8px}.header-hm8 .main-menu nav ul li>a{line-height:60px}.header-hm9 .main-menu nav ul li a{line-height:72px}.header-hm9 .header-top-area{padding:22px 0;border-bottom:1px solid #cecece}.header-hm9 .header-top-area.header-top-border17{border-bottom:1px solid #9f9f9f}.header-hm9 .header-right-wrap{margin-top:13px}@media only screen and (min-width:768px)and (max-width:991px){.header-hm9 .header-right-wrap{margin-top:0;margin-right:0}}@media only screen and (max-width:767px){.header-hm9 .header-right-wrap{margin-top:0;margin-right:0}.header-hm9 .header-right-wrap .same-style.cart-wrap .shopping-cart-content{right:-97px}}.header-hm9 .logo-hm9{margin-top:12px}@media only screen and (min-width:768px)and (max-width:991px){.header-hm9 .mean-container a.meanmenu-reveal{top:-26px}.header-hm9 .header-res-padding{padding:20px 0}}@media only screen and (max-width:767px){.header-hm9 .mean-container a.meanmenu-reveal{top:-26px}.header-hm9 .header-res-padding{padding:20px 0}}@media only screen and (min-width:576px)and (max-width:767px){.header-in-container .header-top-wap{display:block;margin-top:8px;margin-bottom:15px}.header-in-container .header-top-wap .language-currency-wrap{justify-content:center}.header-in-container .header-top-wap .header-offer p{text-align:center}}@media only screen and (max-width:767px){.header-hm9 .header-right-wrap .same-style.header-search .search-content{right:-142px}}.mobile-aside-button{padding:0}.header-mobile-navigation{padding:20px 0}.header-mobile-navigation .mobile-navigation .header-cart-icon a span{left:50%}.offcanvas-widget-area{margin-top:auto;margin-bottom:35px}@media only screen and (min-width:576px)and (max-width:767px){.offcanvas-widget-area{margin-bottom:30px}}.off-canvas-contact-widget{margin-bottom:20px}.off-canvas-contact-widget .header-contact-info{flex-basis:33.33%}.off-canvas-contact-widget .header-contact-info__list li{display:inline-block;margin-right:25px}.off-canvas-contact-widget .header-contact-info__list li i{font-size:16px;margin-right:5px}.off-canvas-contact-widget .header-contact-info__list li a:hover{color:#0a283a}.off-canvas-contact-widget .header-contact-info__list li:last-child{margin-right:0}.offcanvas-mobile-menu{position:fixed;z-index:999999999999;top:0;right:0;width:400px;max-width:100%;height:100vh;padding-left:60px;transition:.6s;transform:translateX(100%)}.offcanvas-mobile-menu.active{transform:translateX(0)}.offcanvas-mobile-menu.inactive{transform:translateX(calc(100% + 60px))}.offcanvas-menu-close{font-size:30px;line-height:70px;position:absolute;z-index:9;top:0;left:0;width:60px;height:65px;padding:0;text-align:center;color:#fff;border:none;background:#343538}.offcanvas-menu-close:focus,.offcanvas-menu-close:hover{color:#fff}.offcanvas-menu-close i{font-size:40px;line-height:1;margin-top:12px;transition:.3s;transform:rotate(0)}.offcanvas-menu-close:hover i{transform:rotate(-90deg)}.offcanvas-wrapper{overflow:auto;height:100%;background-color:#fff;box-shadow:0 0 87px 0 rgba(0,0,0,.09)}.offcanvas-mobile-search-area{position:absolute;z-index:9;top:0;left:0;width:calc(100% - 60px);margin-right:60px;padding:10px;background-color:#e6e6e6}.offcanvas-mobile-search-area input{font-size:16px;display:block;width:100%;padding:9px 25px;color:#222;border:none;background:#e6e6e6}@media only screen and (min-width:576px)and (max-width:767px){.offcanvas-mobile-search-area input{font-size:14px;padding:5px 15px}}.offcanvas-mobile-search-area button{position:absolute;top:50%;right:20px;padding:0;transform:translateY(-50%);color:#aaa;border:none;background:none}.offcanvas-mobile-search-area button i{font-size:18px;line-height:40px}.offcanvas-inner-content{display:flex;flex-direction:column;height:100%;padding:90px 35px 0}@media only screen and (min-width:576px)and (max-width:767px){.offcanvas-inner-content{padding:70px 25px 0}}.offcanvas-navigation{margin-bottom:50px}.offcanvas-navigation>ul li.menu-item-has-children .sub-menu{visibility:hidden;height:0;transition:.3s;opacity:0}.offcanvas-navigation>ul li.menu-item-has-children.active>.sub-menu{visibility:visible;height:100%;opacity:1}.offcanvas-navigation>ul li>a{font-weight:600;display:block;padding:10px 0;color:#111}.offcanvas-navigation>ul li>a:hover{color:#0a283a}@media only screen and (min-width:576px)and (max-width:767px){.offcanvas-navigation>ul li>a{font-size:14px;line-height:20px}}.offcanvas-navigation ul.sub-menu{margin-right:25px;transition:.3s}.offcanvas-navigation ul.sub-menu>li>a{font-size:13px;font-weight:400;padding:10px 0}.offcanvas-navigation ul.sub-menu>li>a:hover{color:#0a283a}@media only screen and (min-width:576px)and (max-width:767px){.offcanvas-navigation ul.sub-menu>li>a{font-size:13px;line-height:18px}}.offcanvas-navigation ul li a{text-transform:uppercase}.offcanvas-navigation ul li.menu-item-has-children{position:relative;display:block}.offcanvas-navigation ul li.menu-item-has-children a{display:block}.offcanvas-navigation ul li.menu-item-has-children.active>.menu-expand i:before{transform:rotate(0)}.offcanvas-navigation ul li.menu-item-has-children .menu-expand{line-height:50px;position:absolute;top:-5px;right:auto;left:95%;width:30px;height:50px;cursor:pointer;text-align:center}.offcanvas-navigation ul li.menu-item-has-children .menu-expand i{position:relative;display:block;width:10px;margin-top:25px;transition:all .25s ease-out}.offcanvas-navigation ul li.menu-item-has-children .menu-expand i:before{position:absolute;top:0;display:block;width:100%;content:"";transform:rotate(90deg)}.off-canvas-widget-social a{font-size:14px;margin:0 10px}.off-canvas-widget-social a:first-child{margin-right:0}@media only screen and (min-width:576px)and (max-width:767px){.off-canvas-widget-social a{margin:0 10px}}.off-canvas-widget-social a:hover{color:#0a283a}.offcanvas-settings .offcanvas-navigation>ul>li>a{font-size:12px;font-weight:400;padding:5px 0}.offcanvas-settings .offcanvas-navigation>ul>li.menu-item-has-children .menu-expand{top:-15px;height:30px;margin-top:0}.offcanvas-settings .offcanvas-navigation ul.sub-menu>li>a{padding:5px 0}.transparent-bar{position:absolute;z-index:999;right:0;left:0;width:100%}@media only screen and (max-width:767px),only screen and (min-width:576px)and (max-width:767px),only screen and (min-width:768px)and (max-width:991px){.transparent-bar{position:relative}}.transparent-bar .header-top{display:none!important}.mobile-menu-middle{margin-bottom:50px}.mobile-menu-middle .lang-curr-style{margin-bottom:20px}.mobile-menu-middle .lang-curr-style:last-child{margin-bottom:0}.mobile-menu-middle .lang-curr-style button{border:none;background:none}.mobile-menu-middle .lang-curr-style .title{font-weight:500;display:inline-block}.mobile-menu-middle .lang-curr-style select{padding:5px 0;border:1px solid #ddd}.mobile-menu-middle .lang-curr-style ul li button{font-size:12px}.mobile-menu-middle .lang-curr-style ul li button.active,.mobile-menu-middle .lang-curr-style ul li button:hover{color:#0a283a}.home-sidebar-left .header-right-wrap .same-style.cart-wrap .shopping-cart-content ul{-ms-overflow-style:none;scrollbar-width:none}.home-sidebar-left .header-right-wrap .same-style.cart-wrap .shopping-cart-content ul::-webkit-scrollbar{display:none}.page-header p{font-weight:500;text-align:justify}.page-header .h3,.page-header h3,.page-header p{font-family:Heebo;font-size:25px;line-height:40px}.page-header .h3,.page-header h3{font-weight:700;text-align:center}.page-header a{font-family:Heebo;font-weight:700;font-size:20px}.nav-item.active{padding:5px;border-radius:8px;color:#fff;font-size:14px;border-bottom:2px solid #c6a080!important;background-color:#c6a080!important}.slider-height-1{height:750px}@media only screen and (min-width:1200px)and (max-width:1365px){.slider-height-1{height:650px}}@media only screen and (min-width:992px)and (max-width:1199px){.slider-height-1{height:520px}}@media only screen and (min-width:768px)and (max-width:991px){.slider-height-1{height:450px}}@media only screen and (max-width:767px){.slider-height-1{height:auto;padding:50px 0 0}.slider-height-1.slider-height-res15{padding:0}}@media only screen and (min-width:576px)and (max-width:767px){.slider-height-1{padding:38px 0 0}}@media only screen and (max-width:767px){.slider-height-1.slider-height-res{position:relative;height:400px}.slider-height-1.slider-height-res:before{position:absolute;top:0;left:0;width:100%;height:100%;content:"";opacity:.5;background-color:#fff}}.single-slider{display:flex;align-items:flex-end}.single-slider .slider-content{padding:183px 0 0}@media only screen and (min-width:1200px)and (max-width:1365px){.single-slider .slider-content{padding:80px 0 0}}@media only screen and (min-width:992px)and (max-width:1199px){.single-slider .slider-content{padding:45px 0 0}}@media only screen and (min-width:768px)and (max-width:991px){.single-slider .slider-content{padding:0}}@media only screen and (max-width:767px){.single-slider .slider-content{padding:0 0 40px;text-align:center}}@media only screen and (min-width:576px)and (max-width:767px){.single-slider .slider-content{padding:0;text-align:left}}.single-slider .slider-content .h3,.single-slider .slider-content h3{font-size:24px;font-weight:500;margin:0}.single-slider .slider-content .h1,.single-slider .slider-content h1{font-size:72px;line-height:97px;margin:6px 0 37px;color:#010101}@media only screen and (min-width:992px)and (max-width:1199px){.single-slider .slider-content .h1,.single-slider .slider-content h1{font-size:52px;line-height:65px}}@media only screen and (min-width:768px)and (max-width:991px){.single-slider .slider-content .h1,.single-slider .slider-content h1{font-size:40px;line-height:52px;margin:6px 0 20px}}@media only screen and (max-width:767px){.single-slider .slider-content .h1,.single-slider .slider-content h1{font-size:33px;line-height:48px;margin:6px 0 20px}}@media only screen and (min-width:576px)and (max-width:767px){.single-slider .slider-content .h1,.single-slider .slider-content h1{font-size:30px;margin:6px 0 10px}}.single-slider .slider-content .slider-btn a{font-size:16px;line-height:1;display:inline-block;padding:19px 50px 21px;text-transform:uppercase;color:#010101;border:1px solid #333}@media only screen and (min-width:768px)and (max-width:991px){.single-slider .slider-content .slider-btn a{padding:15px 35px 17px}}@media only screen and (max-width:767px){.single-slider .slider-content .slider-btn a{padding:15px 35px 17px}}.single-slider .slider-content .slider-btn a:hover{color:#fff;border:1px solid #0a283a}.single-slider .slider-content.slider-content-10{padding-top:0}@media only screen and (max-width:767px){.single-slider .slider-content.slider-content-10{display:block;width:100%;text-align:center}}@media only screen and (min-width:576px)and (max-width:767px){.single-slider .slider-content.slider-content-10{text-align:left}}.single-slider .slider-single-img{margin:0 -80px}@media only screen and (min-width:1200px)and (max-width:1365px){.single-slider .slider-single-img{margin:0}}@media only screen and (min-width:992px)and (max-width:1199px){.single-slider .slider-single-img{margin:0}}@media only screen and (min-width:768px)and (max-width:991px){.single-slider .slider-single-img{margin:0}}@media only screen and (max-width:767px){.single-slider .slider-single-img{margin:0}}.single-slider.single-slider-10{align-items:center}.swiper-slide .slider-animated-1 *{animation-duration:1.3s;animation-fill-mode:both}.swiper-slide-visible .swiper-slide{pointer-events:visible}.swiper-slide-visible .slider-animated-1 .h3,.swiper-slide-visible .slider-animated-1 h3{animation-name:fadeInUp;animation-delay:1s}.swiper-slide-visible .slider-animated-1 .h1,.swiper-slide-visible .slider-animated-1 h1{animation-name:fadeInUp;animation-delay:1.3s}.swiper-slide-visible .slider-animated-1 .h5,.swiper-slide-visible .slider-animated-1 h5,.swiper-slide-visible .slider-animated-1 p{animation-name:fadeInUp;animation-delay:1.5s}.swiper-slide-visible .slider-animated-1 a,.swiper-slide-visible .slider-animated-1.single-slider-img4 img,.swiper-slide-visible .slider-animated-1.slider-single-img img,.swiper-slide-visible .slider-animated-1.slider-singleimg-hm11 img,.swiper-slide-visible .slider-animated-1.slider-singleimg-hm9 img{animation-name:fadeInUp;animation-delay:1.6s}.swiper-slide-visible .slider-animated-1 .content-img img{animation-name:fadeInUp;animation-delay:1s}.swiper-slide-visible .slider-animated-2 .h3,.swiper-slide-visible .slider-animated-2 h3{animation-name:fadeInLeft;animation-delay:1s}.swiper-slide-visible .slider-animated-2 .h1,.swiper-slide-visible .slider-animated-2 h1{animation-name:fadeInLeft;animation-delay:1.3s}.swiper-slide-visible .slider-animated-2 a{animation-name:fadeInLeft;animation-delay:1.6s}.swiper-slide-visible .slider-animated-2.slider-singleimg-hm10 img{animation-name:fadeInRight;animation-delay:1.6s}.nav-style-1 .ht-swiper-button-nav{font-size:80px;position:absolute;top:50%;left:80px;display:inline-block;visibility:hidden;width:80px;height:80px;padding:0;transition:all .3s ease 0s;transform:translateY(-50%);text-align:center;opacity:0;color:#999;border:none;background:none}@media only screen and (min-width:1200px)and (max-width:1365px){.nav-style-1 .ht-swiper-button-nav{left:30px}}@media only screen and (min-width:992px)and (max-width:1199px){.nav-style-1 .ht-swiper-button-nav{left:30px}}@media only screen and (min-width:768px)and (max-width:991px){.nav-style-1 .ht-swiper-button-nav{font-size:60px;left:15px}}@media only screen and (max-width:767px){.nav-style-1 .ht-swiper-button-nav{font-size:50px;left:15px}}.nav-style-1 .ht-swiper-button-nav:hover{color:#0a283a}.nav-style-1 .ht-swiper-button-nav.swiper-button-next{right:80px;left:auto}@media only screen and (min-width:1200px)and (max-width:1365px){.nav-style-1 .ht-swiper-button-nav.swiper-button-next{right:30px}}@media only screen and (min-width:992px)and (max-width:1199px){.nav-style-1 .ht-swiper-button-nav.swiper-button-next{right:30px}}@media only screen and (min-width:768px)and (max-width:991px){.nav-style-1 .ht-swiper-button-nav.swiper-button-next{right:15px}}@media only screen and (max-width:767px){.nav-style-1 .ht-swiper-button-nav.swiper-button-next{right:15px}}.nav-style-1.nav-testi-style .owl-nav div{font-size:50px;left:-155px;color:#8d8c8c}@media only screen and (min-width:1200px)and (max-width:1365px){.nav-style-1.nav-testi-style .owl-nav div{left:-80px}}@media only screen and (min-width:992px)and (max-width:1199px){.nav-style-1.nav-testi-style .owl-nav div{left:-80px}}@media only screen and (min-width:768px)and (max-width:991px){.nav-style-1.nav-testi-style .owl-nav div{left:-30px}}@media only screen and (max-width:767px){.nav-style-1.nav-testi-style .owl-nav div{display:none}}.nav-style-1.nav-testi-style .owl-nav div:hover{color:#3d6882}.nav-style-1.nav-testi-style .owl-nav div.owl-next{right:-155px;left:auto}@media only screen and (min-width:1200px)and (max-width:1365px){.nav-style-1.nav-testi-style .owl-nav div.owl-next{right:-80px}}@media only screen and (min-width:992px)and (max-width:1199px){.nav-style-1.nav-testi-style .owl-nav div.owl-next{right:-80px}}@media only screen and (min-width:768px)and (max-width:991px){.nav-style-1.nav-testi-style .owl-nav div.owl-next{right:-30px}}.nav-style-1.nav-testi-style.nav-testi-mrg .owl-nav div{left:-80px;color:#fff}@media only screen and (min-width:768px)and (max-width:991px){.nav-style-1.nav-testi-style.nav-testi-mrg .owl-nav div{left:0}}@media only screen and (max-width:767px){.nav-style-1.nav-testi-style.nav-testi-mrg .owl-nav div{display:none}}.nav-style-1.nav-testi-style.nav-testi-mrg .owl-nav div.owl-next{right:-80px;left:auto}@media only screen and (min-width:768px)and (max-width:991px){.nav-style-1.nav-testi-style.nav-testi-mrg .owl-nav div.owl-next{right:0;left:auto}}@media only screen and (max-width:767px){.nav-style-1.nav-testi-style.nav-testi-mrg .owl-nav div.owl-next{display:none}}.slider-area:hover .nav-style-1 .ht-swiper-button-nav{visibility:visible;opacity:1}@media only screen and (min-width:1200px)and (max-width:1365px){.slider-area.ml-70{margin-left:15px}.slider-area.mr-70{margin-right:15px}}@media only screen and (min-width:992px)and (max-width:1199px){.slider-area.ml-70{margin-left:30px}.slider-area.mr-70{margin-right:30px}}@media only screen and (min-width:768px)and (max-width:991px){.slider-area.ml-70{margin-left:40px}.slider-area.mr-70{margin-right:40px}}@media only screen and (max-width:767px){.slider-area.ml-70{margin-left:15px}.slider-area.mr-70{margin-right:15px}}.slider-area .swiper-pagination-bullets{position:absolute;right:0;bottom:26px;left:0;text-align:center}.slider-area .swiper-pagination-bullets .swiper-pagination-bullet{position:relative;display:inline-block;width:14px;height:14px;margin:0 8px;opacity:1;border-radius:100%;background:#fff none repeat scroll 0 0}.slider-area .swiper-pagination-bullets .swiper-pagination-bullet:before{position:absolute;top:-3px;right:-3px;bottom:-3px;left:-3px;content:"";border:1px solid transparent;border-radius:100%}.slider-area .swiper-pagination-bullets .swiper-pagination-bullet-active:before{border:1px solid #fff}.slider-content-2{margin-top:-6px}@media only screen and (max-width:767px){.slider-content-2{text-align:center}}.slider-content-2 .h3,.slider-content-2 h3{font-size:24px;font-weight:500;position:relative;margin-bottom:0;margin-left:135px;color:#000}@media only screen and (max-width:767px){.slider-content-2 .h3,.slider-content-2 h3{margin-left:0}}@media only screen and (min-width:576px)and (max-width:767px){.slider-content-2 .h3,.slider-content-2 h3{margin-left:60px}}.slider-content-2 .h3:before,.slider-content-2 h3:before{position:absolute;top:14px;left:-135px;width:120px;height:2px;content:"";background-color:#000}@media only screen and (max-width:767px){.slider-content-2 .h3:before,.slider-content-2 h3:before{display:none}}@media only screen and (min-width:576px)and (max-width:767px){.slider-content-2 .h3:before,.slider-content-2 h3:before{left:80px;display:block;width:60px}}.slider-content-2 .no-style.h3,.slider-content-2 h3.no-style{margin-left:0}@media only screen and (min-width:576px)and (max-width:767px){.slider-content-2 .no-style.h3,.slider-content-2 h3.no-style{margin-left:0}}.slider-content-2 .no-style.h3:before,.slider-content-2 h3.no-style:before{display:none}.slider-content-2 .h1,.slider-content-2 h1{font-size:72px;line-height:97px;margin:6px 0 37px;color:#010101}@media only screen and (min-width:1200px)and (max-width:1365px){.slider-content-2 .h1,.slider-content-2 h1{font-size:60px;line-height:80px}}@media only screen and (min-width:992px)and (max-width:1199px){.slider-content-2 .h1,.slider-content-2 h1{font-size:56px;line-height:70px}}@media only screen and (min-width:768px)and (max-width:991px){.slider-content-2 .h1,.slider-content-2 h1{font-size:45px;line-height:60px}}@media only screen and (max-width:767px){.slider-content-2 .h1,.slider-content-2 h1{font-size:35px;line-height:45px}}.slider-content-2 .slider-btn a{font-size:16px;line-height:1;display:inline-block;padding:19px 50px 21px;text-transform:uppercase;color:#010101;border:1px solid #333;background-color:#eeeff1}@media only screen and (max-width:767px){.slider-content-2 .slider-btn a{padding:14px 30px 16px}}.slider-content-2 .slider-btn a:hover{color:#fff;border:1px solid #0a283a}.slider-content-2 .slider-btn--style2 a{background-color:transparent}.slider-content-2.slider-content-fruits .h3,.slider-content-2.slider-content-fruits h3{color:#6eab49}.slider-content-2.slider-content-fruits .h3:before,.slider-content-2.slider-content-fruits h3:before{background-color:#6eab49}@media only screen and (min-width:576px)and (max-width:767px){.slider-content-2.slider-content-fruits .h3:before,.slider-content-2.slider-content-fruits h3:before{left:45px}}.slider-content-2.slider-content-fruits .h1,.slider-content-2.slider-content-fruits h1{font-size:71px}@media only screen and (min-width:1200px)and (max-width:1365px){.slider-content-2.slider-content-fruits .h1,.slider-content-2.slider-content-fruits h1{font-size:55px}}@media only screen and (min-width:992px)and (max-width:1199px){.slider-content-2.slider-content-fruits .h1,.slider-content-2.slider-content-fruits h1{font-size:50px}}@media only screen and (min-width:768px)and (max-width:991px){.slider-content-2.slider-content-fruits .h1,.slider-content-2.slider-content-fruits h1{font-size:40px}}@media only screen and (max-width:767px){.slider-content-2.slider-content-fruits .h1,.slider-content-2.slider-content-fruits h1{font-size:30px;margin:6px 0 20px}}.slider-content-2.slider-content-fruits .slider-btn a{font-size:16px;color:#fff;border:1px solid #6eab49;background-color:#6eab49}.slider-content-2.slider-content-fruits .slider-btn a:hover{color:#fff;border:1px solid #0a283a}.slider-content-2.slider-content-fruits--style2 .h3,.slider-content-2.slider-content-fruits--style2 h3{color:#ab87cd}.slider-content-2.slider-content-fruits--style2 .h3:before,.slider-content-2.slider-content-fruits--style2 h3:before{background-color:#ab87cd}@media only screen and (min-width:576px)and (max-width:767px){.slider-content-2.slider-content-fruits--style2 .h3:before,.slider-content-2.slider-content-fruits--style2 h3:before{left:45px}}.slider-content-2.slider-content-fruits--style2 .slider-btn a{border:1px solid #ab87cd;background-color:#ab87cd}.slider-content-2.slider-content-flower .h3,.slider-content-2.slider-content-flower h3{letter-spacing:.8px;color:#c61a32}.slider-content-2.slider-content-flower .h3:before,.slider-content-2.slider-content-flower h3:before{background-color:#c61a32}@media only screen and (min-width:576px)and (max-width:767px){.slider-content-2.slider-content-flower .h3:before,.slider-content-2.slider-content-flower h3:before{left:45px}}.slider-content-2.slider-content-flower .h1,.slider-content-2.slider-content-flower h1{font-size:66px}@media only screen and (min-width:1200px)and (max-width:1365px){.slider-content-2.slider-content-flower .h1,.slider-content-2.slider-content-flower h1{font-size:55px}}@media only screen and (min-width:992px)and (max-width:1199px){.slider-content-2.slider-content-flower .h1,.slider-content-2.slider-content-flower h1{font-size:50px}}@media only screen and (min-width:768px)and (max-width:991px){.slider-content-2.slider-content-flower .h1,.slider-content-2.slider-content-flower h1{font-size:40px}}@media only screen and (max-width:767px){.slider-content-2.slider-content-flower .h1,.slider-content-2.slider-content-flower h1{font-size:30px;margin:6px 0 20px}}.slider-content-2.slider-content-flower .slider-btn a{font-size:16px;color:#fff;border:1px solid #c61a32;background-color:#c61a32}.slider-content-2.slider-content-flower .slider-btn a:hover{color:#fff;border:1px solid #0a283a}.slider-content-2--style2 .h1,.slider-content-2--style2 h1{margin-bottom:5px}.slider-content-2--style2 p{font-size:17px;font-weight:400;margin-bottom:50px;color:#73848e}.slider-content-2--style2 .slider-btn a{background-color:transparent}.slider-content-2--style2--white .h1,.slider-content-2--style2--white .h3,.slider-content-2--style2--white h1,.slider-content-2--style2--white h3{color:#fff}.slider-content-2--style2--white .slider-btn a{color:#fff;border-color:#fff}.slider-content-2--white .h1,.slider-content-2--white .h3,.slider-content-2--white h1,.slider-content-2--white h3,.slider-content-2--white p{color:#fff}.slider-content-2--white .slider-btn a{color:#fff;border-color:#fff;background-color:transparent}@media only screen and (min-width:1200px)and (max-width:1365px){.single-slider-2{background-position:50%}}@media only screen and (min-width:992px)and (max-width:1199px){.single-slider-2{background-position:42%}}@media only screen and (max-width:767px){.single-slider-2{background-position:30%}}@media only screen and (min-width:576px)and (max-width:767px){.single-slider-2{background-position:22%}}.slider-height-2{height:800px}@media only screen and (min-width:1200px)and (max-width:1365px){.slider-height-2{height:570px}}@media only screen and (min-width:992px)and (max-width:1199px){.slider-height-2{height:500px}}@media only screen and (min-width:768px)and (max-width:991px){.slider-height-2{height:500px}}@media only screen and (max-width:767px){.slider-height-2{height:400px}}.slider-height-2.slider-content-center{display:flex;align-items:center}.slider-content-3 .h3,.slider-content-3 h3{font-size:24px;font-weight:500;position:relative;display:inline-block;margin:0}.slider-content-3 .h3:before,.slider-content-3 h3:before{position:absolute;top:16px;left:-110px;width:80px;height:2px;content:"";background-color:#000}.slider-content-3 .h3:after,.slider-content-3 h3:after{position:absolute;top:16px;right:-110px;width:80px;height:2px;content:"";background-color:#000}.slider-content-3 .h1,.slider-content-3 h1{font-size:72px;line-height:56px;margin:28px 0 23px}@media only screen and (min-width:992px)and (max-width:1199px){.slider-content-3 .h1,.slider-content-3 h1{font-size:52px;line-height:40px}}@media only screen and (min-width:768px)and (max-width:991px){.slider-content-3 .h1,.slider-content-3 h1{font-size:52px;line-height:40px}}@media only screen and (max-width:767px){.slider-content-3 .h1,.slider-content-3 h1{font-size:35px;line-height:30px;margin:18px 0 13px}}.slider-content-3 p{font-size:18px;margin:0 0 44px;color:#010101}.slider-content-3 .slider-btn a{font-size:16px;line-height:1;display:inline-block;padding:19px 50px 21px;text-transform:uppercase;color:#010101;border:1px solid #333}.slider-content-3 .slider-btn a:hover{color:#fff;border:1px solid #0a283a}.slider-content-3.slider-content-4{margin-left:112px}@media only screen and (min-width:1366px)and (max-width:1600px){.slider-content-3.slider-content-4{margin-left:30px}}@media only screen and (min-width:1200px)and (max-width:1365px){.slider-content-3.slider-content-4{margin-left:0}}@media only screen and (min-width:992px)and (max-width:1199px){.slider-content-3.slider-content-4{margin-left:0}}@media only screen and (min-width:768px)and (max-width:991px){.slider-content-3.slider-content-4{margin-left:0}}@media only screen and (max-width:767px){.slider-content-3.slider-content-4{margin-left:0}}@media only screen and (min-width:768px)and (max-width:991px){.slider-content-3.slider-content-4 .h1,.slider-content-3.slider-content-4 h1{font-size:34px;line-height:35px;margin:15px 0}}.slider-content-3.slider-content-4 .h3:after,.slider-content-3.slider-content-4 .h3:before,.slider-content-3.slider-content-4 h3:after,.slider-content-3.slider-content-4 h3:before{display:none}.slider-content-3.slider-content-3-white .h3,.slider-content-3.slider-content-3-white h3{color:#fff}.slider-content-3.slider-content-3-white .h3:after,.slider-content-3.slider-content-3-white .h3:before,.slider-content-3.slider-content-3-white h3:after,.slider-content-3.slider-content-3-white h3:before{background-color:#fff}.slider-content-3.slider-content-3-white .h1,.slider-content-3.slider-content-3-white h1{color:#fff}@media only screen and (min-width:1366px)and (max-width:1600px){.slider-content-3.slider-content-3-white .h1,.slider-content-3.slider-content-3-white h1{font-size:55px;line-height:45px;margin:20px 0 23px}}@media only screen and (min-width:1200px)and (max-width:1365px){.slider-content-3.slider-content-3-white .h1,.slider-content-3.slider-content-3-white h1{font-size:55px;line-height:45px;margin:20px 0 23px}}@media only screen and (min-width:768px)and (max-width:991px){.slider-content-3.slider-content-3-white .h1,.slider-content-3.slider-content-3-white h1{font-size:47px;margin:20px 0 18px}}.slider-content-3.slider-content-3-white p{color:#fff}@media only screen and (min-width:1366px)and (max-width:1600px){.slider-content-3.slider-content-3-white p{margin-bottom:20px}}@media only screen and (min-width:1200px)and (max-width:1365px){.slider-content-3.slider-content-3-white p{margin-bottom:20px}}@media only screen and (min-width:992px)and (max-width:1199px){.slider-content-3.slider-content-3-white p{margin-bottom:20px}}@media only screen and (min-width:768px)and (max-width:991px){.slider-content-3.slider-content-3-white p{margin-bottom:20px}}@media only screen and (max-width:767px){.slider-content-3.slider-content-3-white p{margin-bottom:20px}}.slider-content-3.slider-content-3-white .slider-btn a{z-index:9;padding:17px 41px 16px;border:1px solid transparent;background-color:#e6e6e6}@media only screen and (min-width:1200px)and (max-width:1365px){.slider-content-3.slider-content-3-white .slider-btn a{padding:12px 30px 11px}}@media only screen and (min-width:992px)and (max-width:1199px){.slider-content-3.slider-content-3-white .slider-btn a{padding:12px 30px 11px}}@media only screen and (min-width:768px)and (max-width:991px){.slider-content-3.slider-content-3-white .slider-btn a{padding:12px 30px 11px}}@media only screen and (max-width:767px){.slider-content-3.slider-content-3-white .slider-btn a{padding:12px 30px 11px}}.slider-content-3.slider-content-3-white .slider-btn a:hover{border:1px solid #0a283a}.slider-height-3{height:710px}.slider-height-3 .container{margin-right:inherit;margin-left:inherit}@media only screen and (min-width:1200px)and (max-width:1365px){.slider-height-3{height:570px}}@media only screen and (min-width:992px)and (max-width:1199px){.slider-height-3{height:500px}}@media only screen and (min-width:768px)and (max-width:991px){.slider-height-3{height:500px}}@media only screen and (max-width:767px){.slider-height-3{height:400px}.slider-height-3.slider-height-res-hm4{height:680px}}@media only screen and (min-width:576px)and (max-width:767px){.slider-height-3.slider-height-res-hm4{height:400px}}.single-slider-img4{position:relative;margin:0 -77px 0 50px}@media only screen and (min-width:1200px)and (max-width:1365px){.single-slider-img4{margin:0}}@media only screen and (min-width:992px)and (max-width:1199px){.single-slider-img4{margin:0}}@media only screen and (min-width:768px)and (max-width:991px){.single-slider-img4{margin:0}}@media only screen and (max-width:767px){.single-slider-img4{margin:30px 0 0}}.single-slider-img4 .single-price-wrap{position:absolute;top:0;right:-24px;width:130px;animation-name:bounce-img;animation-duration:2.9s;animation-iteration-count:infinite}@media only screen and (min-width:1200px)and (max-width:1365px){.single-slider-img4 .single-price-wrap{right:0}}@media only screen and (min-width:992px)and (max-width:1199px){.single-slider-img4 .single-price-wrap{right:0}}@media only screen and (min-width:768px)and (max-width:991px){.single-slider-img4 .single-price-wrap{right:0}}@media only screen and (max-width:767px){.single-slider-img4 .single-price-wrap{right:0}}.single-slider-img4 .single-price-wrap img{width:100%}.single-slider-img4 .single-price-wrap .single-price{position:absolute;top:0;left:50%;margin-top:26px;transform:translateX(-50%);text-align:center}.single-slider-img4 .single-price-wrap .single-price span{font-size:24px;font-weight:600;line-height:1;display:block;color:#915342}.single-slider-img4 .single-price-wrap .single-price span.dollar{margin-top:2px}.slider-height-4{height:750px}@media only screen and (min-width:1366px)and (max-width:1600px){.slider-height-4{height:600px}}@media only screen and (min-width:1200px)and (max-width:1365px){.slider-height-4{height:600px}}@media only screen and (min-width:992px)and (max-width:1199px){.slider-height-4{height:550px}}@media only screen and (min-width:768px)and (max-width:991px){.slider-height-4{height:530px}}@media only screen and (max-width:767px){.slider-height-4{height:500px}}.slider-content-5{padding-top:66px}.slider-content-5 .h3,.slider-content-5 h3{font-size:30px;font-weight:500;margin:0;letter-spacing:.5px;color:#fff}.slider-content-5 .h1,.slider-content-5 h1{font-size:72px;font-weight:500;line-height:56px;margin:27px 0 22px;letter-spacing:.5px;color:#fff}@media only screen and (min-width:768px)and (max-width:991px){.slider-content-5 .h1,.slider-content-5 h1{font-size:58px;margin:17px 0 20px}}@media only screen and (max-width:767px){.slider-content-5 .h1,.slider-content-5 h1{font-size:45px;line-height:38px;margin:15px 0}}.slider-content-5 p{font-size:18px;margin:0 0 45px;color:#fff}.slider-btn-5 a{font-size:16px;line-height:1;display:inline-block;padding:17px 40px 18px;transition:all .3s ease-in-out 0s;color:#010101;background-color:#fff}.slider-btn-5 a:hover{color:#fff;border:none}.nav-style-2 .ht-swiper-button-nav,.nav-style-2.owl-carousel>.owl-nav div{font-size:60px;line-height:94px;position:absolute;top:50%;display:inline-block;visibility:hidden;width:65px;height:84px;padding:0;transition:all .3s ease 0s;transform:translateY(-50%);text-align:center;opacity:0;color:#000;border:none;background:none;background-color:#fff}@media only screen and (min-width:992px)and (max-width:1199px){.nav-style-2 .ht-swiper-button-nav,.nav-style-2.owl-carousel>.owl-nav div{font-size:45px;line-height:74px;width:45px;height:64px}}@media only screen and (min-width:768px)and (max-width:991px){.nav-style-2 .ht-swiper-button-nav,.nav-style-2.owl-carousel>.owl-nav div{font-size:45px;line-height:74px;width:45px;height:64px}}@media only screen and (max-width:767px){.nav-style-2 .ht-swiper-button-nav,.nav-style-2.owl-carousel>.owl-nav div{font-size:30px;line-height:54px;width:35px;height:50px}}.nav-style-2 .ht-swiper-button-nav:hover,.nav-style-2.owl-carousel>.owl-nav div:hover{color:#fff;background-color:#0a283a}.nav-style-2 .ht-swiper-button-nav.owl-next,.nav-style-2.owl-carousel>.owl-nav div.owl-next{right:0;left:auto}.nav-style-2 .ht-swiper-button-nav.swiper-button-prev,.nav-style-2.owl-carousel>.owl-nav div.swiper-button-prev{left:0}.nav-style-2 .ht-swiper-button-nav.swiper-button-next,.nav-style-2.owl-carousel>.owl-nav div.swiper-button-next{right:0}.slider-area:hover .nav-style-2 .ht-swiper-button-nav,.slider-area:hover .nav-style-2.owl-carousel>.owl-nav div{visibility:visible;opacity:1}.slider-area.ml-10{margin-left:0}.slider-height-5{height:850px}@media only screen and (min-width:1366px)and (max-width:1600px){.slider-height-5{height:600px}}@media only screen and (min-width:1200px)and (max-width:1365px){.slider-height-5{height:600px}}@media only screen and (min-width:992px)and (max-width:1199px){.slider-height-5{height:550px}}@media only screen and (min-width:768px)and (max-width:991px){.slider-height-5{height:530px}}@media only screen and (max-width:767px){.slider-height-5{height:500px}}.slider-content-6 .h1,.slider-content-6 h1{font-size:60px;font-weight:500;line-height:48px;margin:0;letter-spacing:8px;color:#fff}@media only screen and (min-width:992px)and (max-width:1199px){.slider-content-6 .h1,.slider-content-6 h1{font-size:45px}}@media only screen and (min-width:768px)and (max-width:991px){.slider-content-6 .h1,.slider-content-6 h1{font-size:45px}}@media only screen and (max-width:767px){.slider-content-6 .h1,.slider-content-6 h1{font-size:30px;line-height:38px}}.slider-content-6 p{font-size:18px;margin:32px 0 35px;letter-spacing:1px;color:#fff}@media only screen and (min-width:992px)and (max-width:1199px){.slider-content-6 p{margin:22px 0 30px}}@media only screen and (min-width:768px)and (max-width:991px){.slider-content-6 p{margin:22px 0 30px}}@media only screen and (max-width:767px){.slider-content-6 p{margin:18px 0 25px}}.nav-style-3 .ht-swiper-button-nav,.nav-style-3.owl-carousel>.owl-nav{font-size:60px;line-height:94px;position:absolute;top:auto;right:0;bottom:0;left:auto;display:inline-block;width:65px;height:84px;transition:all .3s ease 0s;text-align:center;color:#000;border:none;background-color:#fff}.nav-style-3 .ht-swiper-button-nav.swiper-button-prev,.nav-style-3.owl-carousel>.owl-nav.swiper-button-prev{right:65px}@media only screen and (max-width:767px){.nav-style-3 .ht-swiper-button-nav,.nav-style-3.owl-carousel>.owl-nav{font-size:45px;line-height:67px;width:50px;height:60px}.nav-style-3 .ht-swiper-button-nav.swiper-button-prev,.nav-style-3.owl-carousel>.owl-nav.swiper-button-prev{right:50px}}.nav-style-3 .ht-swiper-button-nav:hover,.nav-style-3.owl-carousel>.owl-nav:hover{color:#fff;background-color:#0a283a}.nav-style-3--blue .ht-swiper-button-nav:hover,.nav-style-3--blue.owl-carousel>.owl-nav:hover{color:#fff;background-color:#053399}.slider-height-6{height:543px}@media only screen and (min-width:992px)and (max-width:1199px){.slider-height-6{height:500px}}@media only screen and (min-width:768px)and (max-width:991px){.slider-height-6{height:400px}}@media only screen and (max-width:767px){.slider-height-6{height:400px}}.slider-hm8 .slider-content-5{padding-top:0}.slider-hm8 p{margin:0}.slider-height-7{height:950px}@media only screen and (min-width:992px)and (max-width:1199px){.slider-height-7{height:800px}}@media only screen and (min-width:768px)and (max-width:991px){.slider-height-7{height:600px}}@media only screen and (max-width:767px){.slider-height-7{height:auto;padding:130px 0 100px}}.slider-h9-mrg{margin-top:-35px}@media only screen and (min-width:992px)and (max-width:1199px){.slider-h9-mrg{margin-top:0}}@media only screen and (min-width:768px)and (max-width:991px){.slider-h9-mrg{margin-top:30px}}@media only screen and (max-width:767px){.slider-h9-mrg{margin-top:0}.slider-content-7{width:180px;max-width:100%;margin-left:30px;text-align:left}}.slider-content-7 .h3,.slider-content-7 h3{font-size:16px;font-weight:500;line-height:1;margin:0;letter-spacing:.3px;color:#313131}.slider-content-7 .h1,.slider-content-7 h1{font-size:48px;font-weight:500;line-height:65px;margin:17px 0 37px;letter-spacing:1px;color:#313131}@media only screen and (min-width:992px)and (max-width:1199px){.slider-content-7 .h1,.slider-content-7 h1{font-size:42px;line-height:60px}}@media only screen and (min-width:768px)and (max-width:991px){.slider-content-7 .h1,.slider-content-7 h1{font-size:32px;line-height:50px;margin:6px 0 22px}}@media only screen and (max-width:767px){.slider-content-7 .h1,.slider-content-7 h1{font-size:22px;line-height:38px;margin:6px 0 22px}}.slider-content-7 .slider-btn-9 a{font-size:16px;line-height:1;display:inline-block;padding:19px 50px;text-transform:uppercase;color:#010101;border:1px solid #333}@media only screen and (min-width:768px)and (max-width:991px){.slider-content-7 .slider-btn-9 a{font-size:15px;padding:14px 30px}}@media only screen and (max-width:767px){.slider-content-7 .slider-btn-9 a{font-size:15px;padding:15px 30px}}.slider-content-7 .slider-btn-9 a:hover{color:#fff;border:1px solid #0a283a}.slider-content-7.slider-content-mrg-hm17{width:590px;max-width:100%;margin-top:127px}@media only screen and (min-width:992px)and (max-width:1199px){.slider-content-7.slider-content-mrg-hm17{width:390px}}@media only screen and (min-width:768px)and (max-width:991px){.slider-content-7.slider-content-mrg-hm17{width:290px;margin-top:0}}@media only screen and (max-width:767px){.slider-content-7.slider-content-mrg-hm17{margin-top:0}.slider-singleimg-hm9{margin-top:30px}.slider-singleimg-hm9.ml-100{margin-left:20px}.slider-singleimg-hm9.mr-100{margin-right:20px}}@media only screen and (min-width:576px)and (max-width:767px){.slider-singleimg-hm9{margin-top:0}}@media only screen and (min-width:768px)and (max-width:991px){.slider-singleimg-hm9.ml-100{margin-left:40px}.slider-singleimg-hm9.mr-100{margin-right:40px}}@media only screen and (min-width:992px)and (max-width:1199px){.slider-singleimg-hm9.ml-100{margin-left:70px}.slider-singleimg-hm9.mr-100{margin-right:70px}}.slider-height-8{height:700px}@media only screen and (min-width:1200px)and (max-width:1365px){.slider-height-8{height:650px}}@media only screen and (min-width:992px)and (max-width:1199px){.slider-height-8{height:520px}}@media only screen and (min-width:768px)and (max-width:991px){.slider-height-8{height:450px}}@media only screen and (max-width:767px){.slider-height-8{height:auto;padding:60px 0}}@media only screen and (min-width:768px)and (max-width:991px){.slider-singleimg-hm10.ml-40{margin-left:0}.slider-singleimg-hm10.mr-40{margin-right:0}}@media only screen and (max-width:767px){.slider-singleimg-hm10.ml-40{margin-left:0}.slider-singleimg-hm10.mr-40{margin-right:0}}.slider-height-9{height:780px}@media only screen and (min-width:1200px)and (max-width:1365px){.slider-height-9{height:700px}}@media only screen and (min-width:992px)and (max-width:1199px){.slider-height-9{height:630px}}@media only screen and (min-width:768px)and (max-width:991px){.slider-height-9{height:500px}}@media only screen and (max-width:767px){.slider-height-9{height:auto;padding:130px 0 70px}}@media only screen and (min-width:576px)and (max-width:767px){.slider-height-9{padding:130px 0 70px}}.slider-content-11 .h3,.slider-content-11 h3{font-size:24px;font-weight:500;margin:0;letter-spacing:1px}@media only screen and (min-width:768px)and (max-width:991px){.slider-content-11 .h3,.slider-content-11 h3{font-size:20px}}@media only screen and (max-width:767px){.slider-content-11 .h3,.slider-content-11 h3{font-size:20px}}.slider-content-11 .h1,.slider-content-11 h1{font-size:72px;line-height:97px;margin:15px 0 38px;color:#010101}@media only screen and (min-width:992px)and (max-width:1199px){.slider-content-11 .h1,.slider-content-11 h1{font-size:52px;line-height:65px;margin:5px 0 27px}}@media only screen and (min-width:768px)and (max-width:991px){.slider-content-11 .h1,.slider-content-11 h1{font-size:45px;line-height:55px;margin:3px 0 20px}}@media only screen and (max-width:767px){.slider-content-11 .h1,.slider-content-11 h1{font-size:40px;line-height:50px;margin:3px 0 20px}}.slider-content-11 .slider-btn-11 a{font-size:16px;line-height:1;display:inline-block;padding:19px 50px;text-transform:uppercase;color:#010101;border:1px solid #333}.slider-content-11 .slider-btn-11 a:hover{color:#fff;border:1px solid #a749ff}@media only screen and (min-width:768px)and (max-width:991px){.slider-content-11 .slider-btn-11 a{padding:15px 35px}}@media only screen and (max-width:767px){.slider-content-11 .slider-btn-11 a{font-size:14px;padding:12px 30px}.slider-content-11{text-align:center}.slider-content-11.fullpage-content{width:100%;text-align:center}.slider-content-11.fullpage-content .h3,.slider-content-11.fullpage-content h3{font-size:16px;letter-spacing:0}.slider-content-11.fullpage-content .h1,.slider-content-11.fullpage-content h1{font-size:30px;line-height:40px}}@media only screen and (min-width:576px)and (max-width:767px){.slider-content-11.fullpage-content .h3,.slider-content-11.fullpage-content h3{font-size:17px;letter-spacing:0}.slider-content-11.fullpage-content .h1,.slider-content-11.fullpage-content h1{font-size:35px}}.slider-singleimg-hm11{margin:0 22px 0 28px}@media only screen and (min-width:1200px)and (max-width:1365px){.slider-singleimg-hm11{margin:0 50px 0 60px}}@media only screen and (max-width:767px){.slider-singleimg-hm11{margin:30px 0 0}}@media only screen and (min-width:576px)and (max-width:767px){.slider-singleimg-hm11{margin:0}}.slider-h11-mrg{margin-bottom:-140px}@media only screen and (max-width:767px),only screen and (min-width:768px)and (max-width:991px){.slider-h11-mrg{margin-bottom:0}}#section2 .fp-tableCell,#section4 .fp-tableCell{display:flex;align-items:center}#section1 .fp-tableCell,#section3 .fp-tableCell{display:flex;align-items:flex-end}#section5,#section5 .fp-tableCell{height:auto!important}#fp-nav{top:55%}#fp-nav ul li{margin:7px 7px 10px}#fp-nav ul li a span{background:#000}#fp-nav.right{right:64px}@media only screen and (min-width:768px)and (max-width:991px){#fp-nav.right{right:10px}}@media only screen and (min-width:576px)and (max-width:767px){#fp-nav.right{right:25px}}.fullpage-slider-mrg{margin-top:-34px}@media only screen and (max-width:767px){.fullpage-slider-mrg{margin-top:0;margin-bottom:30px}}.fullpage-slider-mrg-2{margin-bottom:-88px}@media only screen and (max-width:767px){.fullpage-slider-mrg-2{margin-bottom:30px}}@media only screen and (min-width:576px)and (max-width:767px){.fullpage-slider-mrg-2{margin-bottom:-50px}}.slider-section.active .slider-animated-1 .h3,.slider-section.active .slider-animated-1 h3{animation-name:fadeInUp;animation-delay:.5s}.slider-section.active .slider-animated-1 .h1,.slider-section.active .slider-animated-1 h1{animation-name:fadeInUp;animation-delay:1s}.slider-section.active .slider-animated-1 a{animation-name:fadeInUp;animation-delay:1.3s}.slider-section.active .slider-animated-1 img{animation-name:fadeInUp;animation-delay:.8s}@media only screen and (max-width:767px){.slider12-img-2{margin-top:30px;margin-bottom:30px}}.slider12-img-2 img{width:100%}.slider12-img-1{margin:0 4px 0 6px}.slider12-img-1 img{width:100%}@media only screen and (min-width:1366px)and (max-width:1600px){.slider12-img-1{text-align:center}.slider12-img-1 img{width:350px}}@media only screen and (min-width:1200px)and (max-width:1365px){.slider12-img-1{text-align:center}.slider12-img-1 img{width:350px}.slider12-img-2{text-align:center}.slider12-img-2 img{width:420px}}@media only screen and (min-width:992px)and (max-width:1199px){.slider12-img-1{text-align:center}.slider12-img-1 img{width:330px}}@media only screen and (max-width:767px){.fullpage-wrapper{padding-top:130px}}@media only screen and (max-width:767px)and (min-width:576px)and (max-width:767px){.fullpage-wrapper{padding-top:0}}@media only screen and (max-width:767px){.fullpage-slider-wrap-mrg{margin-bottom:30px}}@media only screen and (min-width:576px)and (max-width:767px){.fullpage-slider-wrap-mrg{margin-bottom:0}}.slider-content-13 .h5,.slider-content-13 h5{font-size:24px;font-weight:500;margin:0;letter-spacing:1px}@media only screen and (max-width:767px){.slider-content-13 .h5,.slider-content-13 h5{font-size:22px}}.slider-content-13 .h1,.slider-content-13 h1{font-size:120px;font-weight:600;line-height:120px;margin:34px 0 55px}@media only screen and (min-width:992px)and (max-width:1199px){.slider-content-13 .h1,.slider-content-13 h1{font-size:90px;line-height:90px;margin:24px 0 35px}}@media only screen and (min-width:768px)and (max-width:991px){.slider-content-13 .h1,.slider-content-13 h1{font-size:80px;line-height:90px;margin:20px 0 30px}}@media only screen and (max-width:767px){.slider-content-13 .h1,.slider-content-13 h1{font-size:40px;line-height:50px;margin:15px 0 20px}}.slider-content-13 .slider-btn a{font-size:16px;line-height:1;display:inline-block;padding:19px 50px;text-transform:uppercase;color:#010101;border:1px solid #333}.slider-content-13 .slider-btn a:hover{color:#fff;border:1px solid #a749ff}@media only screen and (max-width:767px){.hm-13-slider{background-position:72%}}@media only screen and (min-width:576px)and (max-width:767px){.hm-13-slider{background-position:55%}}.slider-single-img-14{position:relative;z-index:9;margin:0 23px;padding-bottom:72px}@media only screen and (min-width:992px)and (max-width:1199px){.slider-single-img-14{padding-bottom:60px}}@media only screen and (min-width:768px)and (max-width:991px){.slider-single-img-14{padding-bottom:44px}}@media only screen and (max-width:767px){.slider-single-img-14{margin:0;padding-bottom:0;text-align:center}}@media only screen and (min-width:576px)and (max-width:767px){.slider-single-img-14{padding-bottom:38px;text-align:inherit}}.slider-single-img-14 img{width:100%}.slider-height-14{height:850px;padding:89px 0 0}@media only screen and (min-width:992px)and (max-width:1199px){.slider-height-14{height:715px}}@media only screen and (min-width:768px)and (max-width:991px){.slider-height-14{height:525px;padding:70px 0 0}}@media only screen and (max-width:767px){.slider-height-14{height:auto;padding:120px 0 0}}.slider-content-14{margin:-90px 0 0}@media only screen and (max-width:767px){.slider-content-14{margin:0 0 30px;text-align:center}}@media only screen and (min-width:576px)and (max-width:767px){.slider-content-14{margin:0 0 30px;text-align:left}}.slider-content-14 .h3,.slider-content-14 h3{font-size:24px;font-weight:500;position:relative;margin:0 0 0 150px;letter-spacing:.8px;color:#fff}@media only screen and (min-width:768px)and (max-width:991px){.slider-content-14 .h3,.slider-content-14 h3{font-size:20px}}@media only screen and (max-width:767px){.slider-content-14 .h3,.slider-content-14 h3{font-size:20px;margin:0 0 0 100px}}@media only screen and (min-width:576px)and (max-width:767px){.slider-content-14 .h3,.slider-content-14 h3{margin:0 0 0 60px}}.slider-content-14 .h3:before,.slider-content-14 h3:before{position:absolute;top:14px;left:-135px;width:120px;height:2px;content:"";background-color:#fff}@media only screen and (max-width:767px){.slider-content-14 .h3:before,.slider-content-14 h3:before{left:-100px;width:80px;left:-60px;width:50px}}.slider-content-14 .h1,.slider-content-14 h1{font-size:72px;line-height:97px;margin:14px 0 38px;color:#fff}@media only screen and (min-width:992px)and (max-width:1199px){.slider-content-14 .h1,.slider-content-14 h1{font-size:55px;line-height:75px;margin:10px 0 25px}}@media only screen and (min-width:768px)and (max-width:991px){.slider-content-14 .h1,.slider-content-14 h1{font-size:42px;line-height:60px;margin:10px 0 25px}}@media only screen and (max-width:767px){.slider-content-14 .h1,.slider-content-14 h1{font-size:33px;line-height:50px;margin:5px 0 15px}}@media only screen and (min-width:576px)and (max-width:767px){.slider-content-14 .h1,.slider-content-14 h1{font-size:30px;line-height:40px}}.slider-content-14 .slider-btn a{font-size:16px;line-height:1;z-index:1;display:inline-block;padding:20px 50px 19px;transition:all .4s ease-in-out 0s;text-transform:uppercase;color:#010101;border:none;background-color:#eeeff1}@media only screen and (max-width:767px){.slider-content-14 .slider-btn a{font-size:15px;padding:16px 30px 15px}}.slider-content-14 .slider-btn a:hover{color:#fff}.slider-content-15 .h1,.slider-content-15 h1{font-family:Abril Fatface,cursive;font-size:90px;line-height:115px;margin:0;letter-spacing:1px;color:#fff}@media only screen and (min-width:1200px)and (max-width:1365px){.slider-content-15 .h1,.slider-content-15 h1{font-size:75px;line-height:100px}}@media only screen and (min-width:992px)and (max-width:1199px){.slider-content-15 .h1,.slider-content-15 h1{font-size:70px;line-height:85px}}@media only screen and (min-width:768px)and (max-width:991px){.slider-content-15 .h1,.slider-content-15 h1{font-size:60px;line-height:85px}}@media only screen and (max-width:767px){.slider-content-15 .h1,.slider-content-15 h1{font-size:38px;line-height:55px}}@media only screen and (min-width:576px)and (max-width:767px){.slider-content-15 .h1,.slider-content-15 h1{font-size:42px;line-height:65px}}.slider-content-15.slider15-mrg-nrg .h1,.slider-content-15.slider15-mrg-nrg h1{margin-top:-26px}@media only screen and (min-width:992px)and (max-width:1199px){.slider-content-15.slider15-mrg-nrg .h1,.slider-content-15.slider15-mrg-nrg h1{margin-top:-18px}}@media only screen and (max-width:767px){.slider-content-15.slider15-mrg-nrg .h1,.slider-content-15.slider15-mrg-nrg h1{margin-top:-20px}}.dealy-style-2 .timer{margin:49px 0 43px}@media only screen and (min-width:992px)and (max-width:1199px){.dealy-style-2 .timer{margin:40px 0}}@media only screen and (min-width:768px)and (max-width:991px){.dealy-style-2 .timer{margin:30px 0 35px}}@media only screen and (max-width:767px){.dealy-style-2 .timer{margin:20px 0 5px}}.dealy-style-2 .timer span{font-size:48px;font-weight:300;display:inline-block;margin:0 34px;color:#fff}@media only screen and (min-width:992px)and (max-width:1199px){.dealy-style-2 .timer span{margin:0 25px}}@media only screen and (min-width:768px)and (max-width:991px){.dealy-style-2 .timer span{font-size:40px;margin:0 20px}}@media only screen and (max-width:767px){.dealy-style-2 .timer span{font-size:30px;margin:0 20px 20px}}.dealy-style-2 .timer span p{font-size:18px;font-weight:500;margin:33px 0 0;text-transform:uppercase;color:#fff}@media only screen and (min-width:768px)and (max-width:991px){.dealy-style-2 .timer span p{margin:20px 0 0}}@media only screen and (max-width:767px){.dealy-style-2 .timer span p{margin:10px 0 0}}.slider-btn-12 a{font-size:16px;line-height:1;z-index:1;display:inline-block;padding:17px 47px 19px;text-transform:uppercase;color:#fff;border:1px solid #e90042;background-color:#e90042}@media only screen and (max-width:767px){.slider-btn-12 a{padding:13px 30px 15px}}.slider-btn-12 a:hover{border:1px solid #0a283a}@media only screen and (max-width:767px){.slider-content-16{text-align:center}}.slider-content-16 .h5,.slider-content-16 h5{font-size:18px;font-weight:500;position:relative;margin-bottom:0;text-transform:uppercase;color:#000}@media only screen and (max-width:767px){.slider-content-16 .h5,.slider-content-16 h5{margin-left:0}}@media only screen and (min-width:576px)and (max-width:767px){.slider-content-16 .h5,.slider-content-16 h5{margin-left:60px}}.slider-content-16 .h5 span,.slider-content-16 h5 span{color:#fed700}.slider-content-16 .no-style.h5,.slider-content-16 h5.no-style{margin-left:0}@media only screen and (min-width:576px)and (max-width:767px){.slider-content-16 .no-style.h5,.slider-content-16 h5.no-style{margin-left:0}}.slider-content-16 .no-style.h5:before,.slider-content-16 h5.no-style:before{display:none}.slider-content-16 .h1,.slider-content-16 h1{font-size:90px;font-weight:600;line-height:1em;margin:30px 0 40px;color:#3c3a3a}@media only screen and (min-width:1200px)and (max-width:1365px){.slider-content-16 .h1,.slider-content-16 h1{font-size:60px;line-height:80px}}@media only screen and (min-width:992px)and (max-width:1199px){.slider-content-16 .h1,.slider-content-16 h1{font-size:56px;line-height:70px}}@media only screen and (min-width:768px)and (max-width:991px){.slider-content-16 .h1,.slider-content-16 h1{font-size:45px;line-height:60px}}@media only screen and (max-width:767px){.slider-content-16 .h1,.slider-content-16 h1{font-size:35px;line-height:45px}}.slider-content-16 .slider-btn a{font-size:16px;line-height:1;display:inline-block;padding:19px 50px 21px;text-transform:uppercase;color:#010101;border:1px solid #333;background-color:#eeeff1}@media only screen and (max-width:767px){.slider-content-16 .slider-btn a{padding:14px 30px 16px}}.slider-content-16 .slider-btn a:hover{color:#fff;border:1px solid #fed700}.slider-content-16 .slider-btn a:after{background-color:#fed700}.slider-height-18{height:460px}@media only screen and (max-width:767px){.slider-height-18{background-position:85%}.slider-height-18.slider-overly-res{position:relative;height:400px}.slider-height-18.slider-overly-res:before{position:absolute;top:0;left:0;width:100%;height:100%;content:"";opacity:.5;background-color:#fff}}.slider-banner-area{margin-top:163px}@media only screen and (min-width:768px)and (max-width:991px){.slider-banner-area{margin-top:0}}@media only screen and (max-width:767px){.slider-banner-area{margin-top:0}}@media only screen and (min-width:768px)and (max-width:991px){.res-mrg-md-mb{margin-bottom:30px}}@media only screen and (max-width:767px){.res-mrg-md-mb{margin-bottom:30px}}.ht-swiper-button-nav:after{font-size:0}.slider-active-3 .ht-swiper-button-nav{font-size:40px;visibility:hidden;padding:0;opacity:0;color:#333;border:none;background:none}.slider-active-3:hover .ht-swiper-button-nav{visibility:visible;opacity:1}@media only screen and (max-width:767px){.slider-content-medical{margin-top:0;margin-bottom:30px;text-align:center}}@media only screen and (min-width:576px)and (max-width:767px){.slider-content-medical{text-align:left}}.slider-content-medical .h3,.slider-content-medical h3{font-family:Josefin Sans,sans-serif;font-size:18px;font-weight:600;line-height:1;margin:0;color:#fff}.slider-content-medical .h1,.slider-content-medical h1{font-family:Josefin Sans,sans-serif;font-size:72px;font-weight:700;line-height:82px;margin:24px 0 39px;letter-spacing:-.2px;color:#fff}@media only screen and (min-width:992px)and (max-width:1199px){.slider-content-medical .h1,.slider-content-medical h1{font-size:52px;line-height:62px;margin:20px 0 30px}}@media only screen and (min-width:768px)and (max-width:991px){.slider-content-medical .h1,.slider-content-medical h1{font-size:42px;line-height:52px;margin:18px 0 24px}}@media only screen and (max-width:767px){.slider-content-medical .h1,.slider-content-medical h1{font-size:32px;line-height:42px;margin:10px 0 20px}}.slider-btn-medical a{font-family:Josefin Sans,sans-serif;font-size:16px;font-weight:700;line-height:1;display:inline-block;padding:18px 40px 16px;color:#000;border:1px solid transparent;background-color:#fff}@media only screen and (max-width:767px){.slider-btn-medical a{font-size:16px;padding:14px 30px 12px}.slider-content-red{margin-top:0;margin-bottom:30px;text-align:center}}@media only screen and (min-width:576px)and (max-width:767px){.slider-content-red{text-align:left}}.slider-content-red .h3,.slider-content-red h3{font-family:Josefin Sans,sans-serif;font-size:18px;font-weight:600;line-height:1;margin:0;color:red}.slider-content-red .h1,.slider-content-red h1{font-family:Josefin Sans,sans-serif;font-size:72px;font-weight:700;line-height:82px;margin:24px 0 39px;letter-spacing:-.2px;color:#313131}@media only screen and (min-width:992px)and (max-width:1199px){.slider-content-red .h1,.slider-content-red h1{font-size:52px;line-height:62px;margin:20px 0 30px}}@media only screen and (min-width:768px)and (max-width:991px){.slider-content-red .h1,.slider-content-red h1{font-size:42px;line-height:52px;margin:18px 0 24px}}@media only screen and (max-width:767px){.slider-content-red .h1,.slider-content-red h1{font-size:32px;line-height:42px;margin:10px 0 20px}}.slider-btn-red a{font-family:Josefin Sans,sans-serif;font-size:16px;font-weight:700;line-height:1;display:inline-block;padding:18px 40px 16px;color:#fff;border:1px solid transparent;background-color:red}@media only screen and (max-width:767px){.slider-btn-red a{font-size:16px;padding:14px 30px 12px}}.slider-btn-red a:after{background:#313131}.slider-btn-red a:hover{border-color:#313131}@media only screen and (max-width:767px){.slider-content-brown{margin-top:0;margin-bottom:30px;text-align:center}}@media only screen and (min-width:576px)and (max-width:767px){.slider-content-brown{text-align:left}}.slider-content-brown .h1,.slider-content-brown h1{font-size:18px;font-weight:400;line-height:1;margin:0 0 50px;color:#313131}.slider-content-brown .h1 span,.slider-content-brown h1 span{color:#bca487}.slider-content-brown .h3,.slider-content-brown h3{font-size:72px;font-weight:700;line-height:82px;margin:24px 0 39px;letter-spacing:-.2px;color:#313131}.slider-content-brown .h3 span,.slider-content-brown h3 span{color:#bca487}@media only screen and (min-width:992px)and (max-width:1199px){.slider-content-brown .h3,.slider-content-brown h3{font-size:52px;line-height:62px;margin:20px 0 30px}}@media only screen and (min-width:768px)and (max-width:991px){.slider-content-brown .h3,.slider-content-brown h3{font-size:42px;line-height:52px;margin:18px 0 24px}}@media only screen and (max-width:767px){.slider-content-brown .h3,.slider-content-brown h3{font-size:32px;line-height:42px;margin:10px 0 20px}}.slider-btn-brown a{font-family:Josefin Sans,sans-serif;font-size:16px;font-weight:700;line-height:1;display:inline-block;padding:18px 40px 16px;color:#fff;border:1px solid transparent;background-color:#bca487}@media only screen and (max-width:767px){.slider-btn-brown a{font-size:16px;padding:14px 30px 12px}}.slider-btn-brown a:after{background:#313131}.slider-btn-brown a:hover{border-color:#313131}@media only screen and (max-width:767px){.slider-content-blue{margin-top:0;margin-bottom:30px;text-align:center}}@media only screen and (min-width:576px)and (max-width:767px){.slider-content-blue{text-align:left}}.slider-content-blue .h1,.slider-content-blue h1{font-size:18px;font-weight:400;line-height:1;margin:0 0 50px;color:#313131}.slider-content-blue .h1 span,.slider-content-blue h1 span{color:#053399}.slider-content-blue .h3,.slider-content-blue h3{font-size:86px;font-weight:500;line-height:1;margin:24px 0 39px;letter-spacing:-.2px;color:#3c3a3a}.slider-content-blue .h3 span,.slider-content-blue h3 span{color:#053399}@media only screen and (min-width:992px)and (max-width:1199px){.slider-content-blue .h3,.slider-content-blue h3{font-size:52px;line-height:62px;margin:20px 0 30px}}@media only screen and (min-width:768px)and (max-width:991px){.slider-content-blue .h3,.slider-content-blue h3{font-size:42px;line-height:52px;margin:18px 0 24px}}@media only screen and (max-width:767px){.slider-content-blue .h3,.slider-content-blue h3{font-size:32px;line-height:42px;margin:10px 0 20px}}.slider-btn-blue a{font-size:16px;line-height:1;display:inline-block;padding:18px 40px 16px;color:#3c3a3a;border:1px solid #3c3a3a;background-color:transparent}@media only screen and (max-width:767px){.slider-btn-blue a{font-size:16px;padding:14px 30px 12px}}.slider-btn-blue a:after{background:#053399}.slider-btn-blue a:hover{border-color:#053399}.single-slide{display:flex;flex-direction:column;justify-content:center;height:890px}@media only screen and (min-width:1200px)and (max-width:1365px),only screen and (min-width:1366px)and (max-width:1600px),only screen and (min-width:768px)and (max-width:991px),only screen and (min-width:992px)and (max-width:1199px){.single-slide{height:600px}}@media only screen and (max-width:767px){.single-slide{height:500px}}.single-slide__content{padding:120px 30px;text-align:center;background-color:hsla(0,0%,100%,.5)}@media only screen and (max-width:767px){.single-slide__content{padding:80px 30px}}.single-slide__content .title{font-size:72px;font-weight:600;line-height:1.4;color:#000}@media only screen and (min-width:768px)and (max-width:991px),only screen and (min-width:992px)and (max-width:1199px){.single-slide__content .title{font-size:60px}}@media only screen and (max-width:767px){.single-slide__content .title{font-size:50px}}@media only screen and (min-width:320px)and (max-width:479px){.single-slide__content .title{font-size:30px}}.single-slide__content .subtitle{font-size:24px;font-weight:400;line-height:1.3;margin-bottom:50px;color:#000}@media only screen and (min-width:320px)and (max-width:479px){.single-slide__content .subtitle{font-size:18px}}.single-slide__content .button{font-size:14px;line-height:1;display:inline-block;padding:10px 20px;color:#000;border:1px solid #000;border-radius:2px}.single-slide__content .button:hover{color:#fff;border-color:#bca487;background-color:#bca487}.slider-content-32{position:relative;z-index:9}.slider-content-32 .content-img img{width:auto}.slider-content-32 .h1,.slider-content-32 h1{font-family:Lobster,cursive;font-size:70px;line-height:90px;margin:12px 0 50px;color:#010101}@media only screen and (min-width:992px)and (max-width:1199px){.slider-content-32 .h1,.slider-content-32 h1{font-size:60px;line-height:80px;margin:12px 0 35px}}@media only screen and (min-width:768px)and (max-width:991px){.slider-content-32 .h1,.slider-content-32 h1{font-size:50px;line-height:65px;margin:12px 0 35px}}@media only screen and (max-width:767px){.slider-content-32 .h1,.slider-content-32 h1{font-size:40px;line-height:47px;margin:12px 0 30px}}.valentine-btn a{font-size:16px;line-height:1;display:inline-block;overflow:hidden;padding:16px 40px;color:#fff;border:1px solid #d70056;border-radius:50px;background-color:#d70056}@media only screen and (max-width:767px){.valentine-btn a{font-size:14px;padding:12px 30px}}.support-wrap{display:flex}.support-wrap .support-icon{flex:0 0 50px;margin-right:20px}.support-wrap .support-icon img{width:100%}.support-wrap .support-content .h5,.support-wrap .support-content h5{font-size:18px;margin:0 0 5px}.support-wrap .support-content p{margin:0;color:#666}.support-wrap.support-2{margin-left:22px}@media only screen and (min-width:992px)and (max-width:1199px){.support-wrap.support-2{margin-left:0}}@media only screen and (min-width:768px)and (max-width:991px){.support-wrap.support-2{margin-left:0}}@media only screen and (max-width:767px){.support-wrap.support-2{margin-left:0}}.support-wrap.support-2 .support-icon{flex:0 0 41px}.support-wrap.support-3{margin-left:9px}@media only screen and (min-width:992px)and (max-width:1199px){.support-wrap.support-3{margin-left:0}}@media only screen and (min-width:768px)and (max-width:991px){.support-wrap.support-3{margin-left:0}}@media only screen and (max-width:767px){.support-wrap.support-3{margin-left:0}}.support-wrap.support-3 .support-icon{flex:0 0 41px}.support-wrap.support-4{margin-left:23px}@media only screen and (min-width:992px)and (max-width:1199px){.support-wrap.support-4{margin-left:0}}@media only screen and (min-width:768px)and (max-width:991px){.support-wrap.support-4{margin-left:0}}@media only screen and (max-width:767px){.support-wrap.support-4{margin-left:0}}.support-wrap.support-4 .support-icon{flex:0 0 35px}.support-wrap:hover .support-icon img{animation:tada .5s ease-in-out 0s 1 normal none running}.support-wrap-2 .support-content-2 .h5,.support-wrap-2 .support-content-2 h5{font-size:18px;line-height:24px;margin:15px 0;color:#494949}.support-wrap-2 .support-content-2 p{font-size:14px;width:80%;margin:0 auto;color:#6a6a6a}@media only screen and (min-width:768px)and (max-width:991px){.support-wrap-2 .support-content-2 p{width:100%}}.support-wrap-2:hover .support-content-2 img{animation:tada .5s ease-in-out 0s 1 normal none running}.support-wrap-2.support-shape{position:relative}.support-wrap-2.support-shape:before{position:absolute;top:50%;right:-14px;width:1px;height:61px;content:"";transform:translateY(-50%);background-color:#d5d4d4}@media only screen and (max-width:767px){.support-wrap-2.support-shape:before{display:none}}.support-wrap-2.support-shape-2{border:4px solid #fff}.support-wrap-2.support-shape-3{border:4px solid #f6f6f6}.support-wrap-2.support-padding-2{padding:36px 10px 30px}@media only screen and (min-width:992px)and (max-width:1199px){.support-wrap-2.support-padding-2{padding:36px 5px 30px}}@media only screen and (max-width:767px){.support-wrap-2.support-padding-2{padding:36px 6px 30px}}.support-bg-color-1{background-color:#ccfbe9}.support-bg-color-2{background-color:#f2fbcc}.support-bg-color-3{background-color:#ddfbcc}.support-wrap-3{position:relative;overflow:hidden;padding:30px 10px 24px}.support-wrap-3 .support-icon-2{position:absolute;right:0;bottom:0}.support-wrap-3 .support-content-3 p{font-size:16px;margin:4px 0 0;text-transform:uppercase;color:#000}@media only screen and (max-width:767px){.support-wrap-3 .support-content-3 p{font-size:15px}}@media only screen and (min-width:576px)and (max-width:767px){.support-wrap-3 .support-content-3 p{font-size:14px}}.support-wrap-3 .support-content-3.support-content-3-white p{color:#fff}.support-wrap-3:hover .support-icon-2 img{animation:tada .5s ease-in-out 0s 1 normal none running}@media only screen and (max-width:767px){.support-area.pt-80{padding-top:30px}}.feature-icon-two-wrap .col-md-4:last-child .support-wrap-2.support-shape:last-child:before,.feature-icon-two-wrap .col-md-4:last-child .support-wrap-5.support-shape:last-child:before{display:none}.support-wrap-4-border{padding:50px 0 20px;border:1px solid #eee}@media only screen and (min-width:768px)and (max-width:991px){.support-wrap-4-border{padding:50px 10px 20px}}.support-wrap-4{display:flex;flex-wrap:wrap;justify-content:center}@media only screen and (min-width:768px)and (max-width:991px){.support-wrap-4{display:block;text-align:center}}@media only screen and (max-width:767px){.support-wrap-4{display:block;text-align:center}}.support-wrap-4 .support-icon-4{margin-right:32px}@media only screen and (min-width:768px)and (max-width:991px){.support-wrap-4 .support-icon-4{margin-right:0;margin-bottom:15px}}@media only screen and (max-width:767px){.support-wrap-4 .support-icon-4{margin-right:0;margin-bottom:15px}}.support-wrap-4 .support-icon-4 img{width:auto;transition:all .3s ease 0s}.support-wrap-4 .support-content-4 .h5,.support-wrap-4 .support-content-4 h5{font-size:20px;font-weight:500;margin:0 0 6px;letter-spacing:.4px;color:#212121}@media only screen and (min-width:768px)and (max-width:991px){.support-wrap-4 .support-content-4 .h5,.support-wrap-4 .support-content-4 h5{font-size:18px}}@media only screen and (max-width:767px){.support-wrap-4 .support-content-4 .h5,.support-wrap-4 .support-content-4 h5{font-size:18px}}.support-wrap-4 .support-content-4 p{font-weight:300;margin:0;letter-spacing:.6px;color:#080808}.support-wrap-4:hover .support-icon-4 img{animation:tada .5s ease-in-out 0s 1 normal none running}.support-wrap-5 .support-content-5 .h5,.support-wrap-5 .support-content-5 h5{font-family:Josefin Sans,sans-serif;font-size:24px;line-height:24px;margin:15px 0;color:#494949}.support-wrap-5 .support-content-5 p{font-size:14px;width:80%;margin:0 auto;color:#6a6a6a}@media only screen and (min-width:768px)and (max-width:991px){.support-wrap-5 .support-content-5 p{width:100%}}.support-wrap-5.support-shape{position:relative}.support-wrap-5.support-shape:before{position:absolute;top:50%;right:-14px;width:1px;height:61px;content:"";transform:translateY(-50%);background-color:#d5d4d4}@media only screen and (max-width:767px){.support-wrap-5.support-shape:before{display:none}}.support-wrap-6 .support-content-6 .h5,.support-wrap-6 .support-content-6 h5{font-size:18px;font-weight:500;line-height:24px;position:relative;margin:15px 0;padding-bottom:15px;color:#000}.support-wrap-6 .support-content-6 .h5:after,.support-wrap-6 .support-content-6 h5:after{position:absolute;bottom:0;left:50%;width:50px;height:1px;content:"";transform:translateX(-50%);background-color:#6a6a6a}.support-wrap-6 .support-content-6 p{font-size:15px;line-height:1.7;color:#444}@media only screen and (min-width:768px)and (max-width:991px){.support-wrap-6 .support-content-6 p{width:100%}}.support-wrap-7{display:flex;align-items:center}@media only screen and (min-width:768px)and (max-width:991px){.support-wrap-7{display:block;text-align:center}}@media only screen and (max-width:767px){.support-wrap-7{display:block;text-align:center}}.support-wrap-7 .support-icon-7{margin-right:15px}@media only screen and (min-width:768px)and (max-width:991px){.support-wrap-7 .support-icon-7{margin-right:0;margin-bottom:15px}}@media only screen and (max-width:767px){.support-wrap-7 .support-icon-7{margin-right:0;margin-bottom:15px}}.support-wrap-7 .support-icon-7 img{width:auto;transition:all .3s ease 0s}.support-wrap-7 .support-content-7 .h5,.support-wrap-7 .support-content-7 h5{font-family:Josefin Sans,sans-serif;font-size:18px;font-weight:500;margin-bottom:0;color:#000}@media only screen and (min-width:768px)and (max-width:991px){.support-wrap-7 .support-content-7 .h5,.support-wrap-7 .support-content-7 h5{font-size:18px}}@media only screen and (max-width:767px){.support-wrap-7 .support-content-7 .h5,.support-wrap-7 .support-content-7 h5{font-size:18px}}.support-wrap-7.support-shape{position:relative}.support-wrap-7.support-shape:before{position:absolute;top:50%;right:0;width:1px;height:61px;content:"";transform:translateY(-50%);background-color:#d5d4d4}@media only screen and (max-width:767px),only screen and (min-width:768px)and (max-width:991px){.support-wrap-7.support-shape:before{display:none}}.support-area-7 .col-lg-3:last-child .support-shape:before{display:none}@media only screen and (max-width:767px){.section-title.mb-50{margin-bottom:30px}}.section-title .h2,.section-title h2{font-size:30px;font-weight:600;position:relative;display:inline-block;margin:0}@media only screen and (max-width:767px){.section-title .h2,.section-title h2{font-size:24px;line-height:30px}.section-title .mb-50.h2,.section-title h2.mb-50{margin-bottom:30px}}.section-title .h2:before,.section-title h2:before{position:absolute;top:17px;left:-100px;width:80px;height:2px;content:"";background-color:#000}@media only screen and (max-width:767px){.section-title .h2:before,.section-title h2:before{left:-40px;width:30px}}.section-title .h2:after,.section-title h2:after{position:absolute;top:17px;right:-100px;width:80px;height:2px;content:"";background-color:#000}@media only screen and (max-width:767px){.section-title .h2:after,.section-title h2:after{right:-40px;width:30px}.section-title.mb-55{margin-bottom:30px}}.section-title p{font-size:16px;font-weight:400;margin-top:10px}.section-title p.grey{color:gray}.section-title.no-border .h2,.section-title.no-border h2{font-size:36px}.section-title.no-border .h2:after,.section-title.no-border .h2:before,.section-title.no-border h2:after,.section-title.no-border h2:before{display:none}.section-title-2 .h2,.section-title-2 h2{font-size:30px;font-weight:600;position:relative;display:inline-block;margin:0 0 15px;padding:0 0 15px;color:#000}.section-title-2 .h2:before,.section-title-2 h2:before{position:absolute;right:0;bottom:0;left:0;width:80px;height:2px;margin:0 auto;content:"";background-color:#000}.section-title-2 p{margin:0;color:#333}@media only screen and (max-width:767px){.section-title-2.mb-60{margin-bottom:30px}}.section-title-3 .h4,.section-title-3 h4{font-size:24px;font-weight:500;color:#000}@media only screen and (max-width:767px){.section-title-3.mb-40{margin-bottom:20px}}.section-border{position:relative;overflow:hidden;margin-right:94px}@media only screen and (max-width:767px){.section-border{margin-right:0}}.section-border:before{position:absolute;z-index:1;top:11px;left:0;width:100%;height:1px;content:"";transition:all .4s ease 0s;background-color:#d2d2d2}@media only screen and (max-width:767px){.section-border:before{display:none}}.section-title-4{position:relative;z-index:999}.section-title-4 .h3,.section-title-4 h3{font-size:20px;font-weight:600;line-height:1;margin:0;padding-right:45px;letter-spacing:-.25px;color:#242424}@media only screen and (max-width:767px){.section-title-4 .h3,.section-title-4 h3{padding-right:0}}.section-title-5 .h2,.section-title-5 h2{font-size:48px;line-height:38px;margin:0;color:#010101}@media only screen and (min-width:768px)and (max-width:991px){.section-title-5 .h2,.section-title-5 h2{font-size:40px}}@media only screen and (max-width:767px){.section-title-5 .h2,.section-title-5 h2{font-size:30px;line-height:27px}.section-title-5.mb-60{margin-bottom:30px}}.section-title-6 .h2,.section-title-6 h2{font-family:Poppins,sans-serif;font-size:24px;font-weight:700;margin-bottom:0;text-transform:uppercase;color:#010101}.section-title-7 .h2,.section-title-7 h2{font-size:36px;font-weight:500;line-height:29px;margin:0;color:#010101}.section-title-8 .h2,.section-title-8 h2{font-family:Josefin Sans,sans-serif;font-size:36px;font-weight:600;color:#010101}.section-title-8 p{width:600px;max-width:100%;margin-right:auto;margin-left:auto}.section-title-8.bottom-border{position:relative;padding-bottom:15px}.section-title-8.bottom-border:before{position:absolute;bottom:0;left:50%;width:50px;height:1px;content:"";transform:translateX(-50%);background-color:#000}.answer-area{position:relative}.answer-area .row.three-column .col-xl-3{flex:1 0 33.3333%;max-width:33.3333%;transition:.5s}@media only screen and (min-width:992px)and (max-width:1199px){.answer-area .row.three-column .col-xl-3{flex:1 0 33.3333%;max-width:33.3333%}}@media only screen and (min-width:768px)and (max-width:991px){.answer-area .row.three-column .col-xl-3{flex:1 0 50%;max-width:50%}}@media only screen and (max-width:767px){.answer-area .row.three-column .col-xl-3{flex:1 0 100%;max-width:100%}}.answer-area .row.five-column .col-xl-3{flex:1 0 20%;max-width:20%;transition:.5s}@media only screen and (min-width:992px)and (max-width:1199px){.answer-area .row.five-column .col-xl-3{flex:1 0 33.3333%;max-width:33.3333%}}@media only screen and (min-width:768px)and (max-width:991px){.answer-area .row.five-column .col-xl-3{flex:1 0 50%;max-width:50%}}@media only screen and (max-width:767px){.answer-area .row.five-column .col-xl-3{flex:1 0 100%;max-width:100%}}.answer-area--style2 .swiper-slider-navigation-wrapper{width:100%;text-align:center}.answer-area--style2 .ht-swiper-button-nav{font-size:28px;line-height:1;position:absolute;top:15px;right:0;display:inline-block;width:35px;height:35px;padding:0;transition:all .3s ease 0s;text-align:center;color:#c6c6c6;border:1px solid #d2d2d2;border-radius:5px;background-color:#f9f9f9}.answer-area--style2 .ht-swiper-button-nav i{padding-top:3px}@media only screen and (max-width:767px){.answer-area--style2 .ht-swiper-button-nav{margin-top:15px}}.answer-area--style2 .ht-swiper-button-nav:hover{color:#fff;border:1px solid #0a283a;background-color:#0a283a}.answer-area--style2 .ht-swiper-button-nav.swiper-button-prev{right:40px;left:auto}@media only screen and (max-width:767px){.answer-area--style2 .ht-swiper-button-nav.swiper-button-prev{margin-right:10px}.answer-area--style2 .ht-swiper-button-nav{position:static;text-align:center}}.answer-tab-list{justify-content:center}@media only screen and (max-width:767px){.answer-tab-list.pt-30,.answer-tab-list.pt-55{padding:10px 0 30px}}@media only screen and (min-width:768px)and (max-width:991px){.answer-tab-list.pt-35,.answer-tab-list.pt-60{padding:20px 0 30px}}@media only screen and (max-width:767px){.answer-tab-list.pt-35,.answer-tab-list.pt-60{padding:10px 0}}.answer-tab-list a{margin:0 11px}.answer-tab-list a.nav-link{background-color:transparent!important}@media only screen and (max-width:767px){.answer-tab-list a{margin:0 11px 5px}}.answer-tab-list a .h4,.answer-tab-list a h4{font-size:18px;font-weight:500;margin:0;transition:all .3s ease 0s;color:#555}.answer-tab-list a .h4:hover,.answer-tab-list a h4:hover,.answer-tab-list a.active .h4,.answer-tab-list a.active h4{color:#000}.answer-tab-list.answer-tab-fruits a .h4,.answer-tab-list.answer-tab-fruits a h4{color:#000;border-bottom:2px solid transparent}.answer-tab-list.answer-tab-fruits a .h4:hover,.answer-tab-list.answer-tab-fruits a h4:hover{color:#6eab49}.answer-tab-list.answer-tab-fruits a.active .h4,.answer-tab-list.answer-tab-fruits a.active h4{color:#6eab49;border-bottom:2px solid #6eab49}.answer-tab-list.answer-tab-pink a .h4,.answer-tab-list.answer-tab-pink a h4{color:#000;border-bottom:2px solid transparent}.answer-tab-list.answer-tab-pink a .h4:hover,.answer-tab-list.answer-tab-pink a h4:hover{color:#e90042}.answer-tab-list.answer-tab-pink a.active .h4,.answer-tab-list.answer-tab-pink a.active h4{color:#e90042;border-bottom:2px solid #e90042}.answer-tab-list.answer-tab-pink2 a .h4,.answer-tab-list.answer-tab-pink2 a h4{color:#000;border-bottom:2px solid transparent}.answer-tab-list.answer-tab-pink2 a .h4:hover,.answer-tab-list.answer-tab-pink2 a h4:hover{color:#ed59a0}.answer-tab-list.answer-tab-pink2 a.active .h4,.answer-tab-list.answer-tab-pink2 a.active h4{color:#ed59a0;border-bottom:2px solid ed59a0e90042}.answer-tab-list.answer-tab-white a .h4,.answer-tab-list.answer-tab-white a h4{color:#fff}.answer-tab-list--style2 .nav-item a{margin:0 0 0 20px;padding:0;text-transform:uppercase}.answer-tab-list--style2 .nav-item a.active .h4,.answer-tab-list--style2 .nav-item a.active h4{color:#fed700}.answer-tab-list--style2 .nav-item a .h4,.answer-tab-list--style2 .nav-item a h4{font-weight:700;color:#5f5f5f}.answer-tab-list--style2 .nav-item:first-child a{margin-left:0}@media only screen and (max-width:767px),only screen and (min-width:768px)and (max-width:991px){.answer-tab-list--style2{margin-top:10px}}.answer-list-image-wrap,.answer-wrap{position:relative}.answer-list-image-wrap .answer-content,.answer-wrap .answer-content{height:250px;overflow:hidden;font-weight:400!important;border-radius:8px;border:1px solid #c6a080;background-color:#faf5f3}.answer-list-image-wrap .answer-content p,.answer-wrap .answer-content p{font-family:Heebo;font-weight:400!important;font-size:16px;margin:0;padding:10px}.question-list-image-wrap,.question-wrap{position:relative}.question-list-image-wrap .question-content p,.question-wrap .question-content p{font-family:Heebo;font-weight:400!important;font-size:16px;margin:0;padding:10px}.answer-topic-wrap{position:relative;margin-bottom:25px}.answer-topic-wrap .topic-content{height:100px;overflow:hidden;font-weight:400!important;border-radius:8px;border:1px solid #c6a080;background-color:#faf5f3}@media only screen and (min-width:992px)and (max-width:1199px){.answer-details-content.ml-70{margin-left:0}}@media only screen and (min-width:768px)and (max-width:991px){.answer-details-content.ml-70{margin-left:0}}@media only screen and (max-width:767px){.answer-details-content.ml-70{margin-top:30px;margin-left:0}.answer-details-content.quickview-content{margin-top:30px}}.answer-details-content .h2,.answer-details-content h2{font-size:24px;line-height:1;margin:0;color:#010101}.answer-details-content .answer-details-price{display:flex;align-items:center;margin:15px 0 26px}.answer-details-content .answer-details-price span{font-size:24px;color:#fe5252}.answer-details-content .answer-details-price span.old{font-size:18px;margin-left:20px;text-decoration:line-through;color:#333}.answer-details-content .pro-details-rating-wrap{display:flex;align-items:center;margin:0 0 17px}.answer-details-content .pro-details-rating-wrap .pro-details-rating{position:relative;margin-right:39px}.answer-details-content .pro-details-rating-wrap .pro-details-rating:before{position:absolute;top:4px;right:-19px;display:none;width:2px;height:15px;content:"";background-color:#d1d1d1}.answer-details-content .pro-details-rating-wrap .pro-details-rating i{font-size:17px;margin-right:5px;color:#5f5d5d}.answer-details-content .pro-details-rating-wrap .pro-details-rating i.yellow{color:#ffa900}.answer-details-content .pro-details-rating-wrap span a{font-size:15px;color:#0a283a}.answer-details-content .pro-details-rating-wrap span a:hover{color:#000}.answer-details-content p{font-size:15px;line-height:28px;margin:0;color:#333}.answer-details-content .pro-details-list{margin:20px 0 34px;padding:0 0 37px;border-bottom:1px solid #e5e5e5}.answer-details-content .pro-details-list ul li{margin:0 0 5px;color:#333}.answer-details-content .pro-details-list ul li:last-child{margin:0}.answer-details-content .pro-details-size-color{display:flex}@media only screen and (max-width:767px){.answer-details-content .pro-details-size-color{display:block}}@media only screen and (min-width:576px)and (max-width:767px){.answer-details-content .pro-details-size-color{display:flex}}.answer-details-content .pro-details-size-color .pro-details-color-wrap{margin-right:20px}@media only screen and (max-width:767px){.answer-details-content .pro-details-size-color .pro-details-color-wrap{margin-bottom:20px}}@media only screen and (min-width:576px)and (max-width:767px){.answer-details-content .pro-details-size-color .pro-details-color-wrap{margin-bottom:0}}.answer-details-content .pro-details-size-color .pro-details-color-wrap span{font-size:15px;font-weight:500;display:block;margin:0 0 15px}.answer-details-content .pro-details-size-color .pro-details-color-wrap .pro-details-color-content ul li{position:relative;display:block;float:left;width:14px;height:14px;margin-right:15px;cursor:pointer;transition:all .4s ease 0s;border-radius:50px}.answer-details-content .pro-details-size-color .pro-details-color-wrap .pro-details-color-content ul li:last-child{margin-right:0}.answer-details-content .pro-details-size-color .pro-details-color-wrap .pro-details-color-content ul li.blue{border:1px solid #4798f3;background-color:#4798f3}.answer-details-content .pro-details-size-color .pro-details-color-wrap .pro-details-color-content ul li.maroon{border:1px solid #736751;background-color:#736751}.answer-details-content .pro-details-size-color .pro-details-color-wrap .pro-details-color-content ul li.gray{border:1px solid silver;background-color:silver}.answer-details-content .pro-details-size-color .pro-details-color-wrap .pro-details-color-content ul li.green{border:1px solid #139c57;background-color:#139c57}.answer-details-content .pro-details-size-color .pro-details-color-wrap .pro-details-color-content ul li.yellow{border:1px solid #e28b37;background-color:#e28b37}.answer-details-content .pro-details-size-color .pro-details-color-wrap .pro-details-color-content--single{position:relative;display:inline-block;width:14px;height:14px;margin-right:15px;cursor:pointer;transition:all .4s ease 0s;border-radius:50px}.answer-details-content .pro-details-size-color .pro-details-color-wrap .pro-details-color-content--single:last-child{margin-right:0}.answer-details-content .pro-details-size-color .pro-details-color-wrap .pro-details-color-content--single input{position:absolute;height:100%;cursor:pointer;opacity:0}.answer-details-content .pro-details-size-color .pro-details-color-wrap .pro-details-color-content--single input:checked~.checkmark:after{visibility:visible;opacity:1}.answer-details-content .pro-details-size-color .pro-details-color-wrap .pro-details-color-content--single.blue{border:1px solid #4798f3;background-color:#4798f3}.answer-details-content .pro-details-size-color .pro-details-color-wrap .pro-details-color-content--single.maroon{border:1px solid #736751;background-color:#736751}.answer-details-content .pro-details-size-color .pro-details-color-wrap .pro-details-color-content--single.gray{border:1px solid silver;background-color:silver}.answer-details-content .pro-details-size-color .pro-details-color-wrap .pro-details-color-content--single.green{border:1px solid #139c57;background-color:#139c57}.answer-details-content .pro-details-size-color .pro-details-color-wrap .pro-details-color-content--single.yellow{border:1px solid #e28b37;background-color:#e28b37}.answer-details-content .pro-details-size-color .pro-details-color-wrap .pro-details-color-content--single.white{border:1px solid #333;background-color:#fff}.answer-details-content .pro-details-size-color .pro-details-color-wrap .pro-details-color-content--single.black{border:1px solid #333;background-color:#333}.answer-details-content .pro-details-size-color .pro-details-color-wrap .pro-details-color-content--single.brown{border:1px solid brown;background-color:brown}.answer-details-content .pro-details-size-color .pro-details-color-wrap .pro-details-color-content--single .checkmark{position:relative;display:inline-block;width:14px;height:14px;margin:0}.answer-details-content .pro-details-size-color .pro-details-color-wrap .pro-details-color-content--single .checkmark:after{position:absolute;top:-7px;left:-4px;visibility:hidden;width:20px;height:20px;content:"";transition:.3s;opacity:0;border:2px solid #333;border-radius:50%}.answer-details-content .pro-details-size-color .pro-details-color-wrap .pro-details-color-content--single:hover input~.checkmark:after{visibility:visible;opacity:1}.answer-details-content .pro-details-size-color .pro-details-size span{font-size:15px;font-weight:500;display:block;margin:0 0 10px}.answer-details-content .pro-details-size-color .pro-details-size .pro-details-size-content ul li{display:inline-block;margin:0 2px 0 0;list-style:none outside none}.answer-details-content .pro-details-size-color .pro-details-size .pro-details-size-content ul li a{font-size:12px;line-height:1;display:inline-block;padding:6px 9px 7px;text-transform:uppercase;color:#000;background-color:#f1f2f6}.answer-details-content .pro-details-size-color .pro-details-size .pro-details-size-content ul li a:hover{color:#fff;background-color:#0a283a}.answer-details-content .pro-details-size-color .pro-details-size .pro-details-size-content--single{font-size:12px;line-height:1;position:relative;display:inline-block;margin:0 5px 0 0;text-transform:uppercase;color:#000;background-color:#f1f2f6}.answer-details-content .pro-details-size-color .pro-details-size .pro-details-size-content--single:hover{color:#fff;background-color:#0a283a}.answer-details-content .pro-details-size-color .pro-details-size .pro-details-size-content--single input{position:absolute;top:0;left:0;height:100%;cursor:pointer;opacity:0}.answer-details-content .pro-details-size-color .pro-details-size .pro-details-size-content--single input:checked~.size-name{color:#fff;background-color:#0a283a}.answer-details-content .pro-details-size-color .pro-details-size .pro-details-size-content--single .size-name{font-size:12px;font-weight:400;width:100%;margin-bottom:0;padding:8px}.answer-details-content .pro-details-quality{display:flex;align-items:center;margin-top:40px;margin-bottom:34px}.answer-details-content .pro-details-quality .cart-plus-minus{position:relative;display:inline-block;overflow:hidden;width:80px;height:60px;padding:0;border:1px solid #e8e8e8}.answer-details-content .pro-details-quality .cart-plus-minus .qtybutton{font-size:14px;font-weight:500;line-height:20px;position:absolute;float:inherit;width:24px;margin:0;cursor:pointer;transition:all .3s ease 0s;text-align:center;color:#8f8f8f;border:none;background:none}.answer-details-content .pro-details-quality .cart-plus-minus .dec.qtybutton{top:0;left:0;height:60px}.answer-details-content .pro-details-quality .cart-plus-minus .inc.qtybutton{top:0;right:0;height:60px}.answer-details-content .pro-details-quality .pro-details-cart{margin:0 25px 0 10px}@media only screen and (max-width:767px){.answer-details-content .pro-details-quality .pro-details-cart{margin:0 10px}}@media only screen and (min-width:768px)and (max-width:991px){.answer-details-content .pro-details-quality .pro-details-cart{margin:0 17px 0 10px}}.answer-details-content .pro-details-quality .pro-details-cart a,.answer-details-content .pro-details-quality .pro-details-cart button{font-weight:700;line-height:1;z-index:99;display:inline-block;padding:23px 38px;text-transform:uppercase;color:#fff;border:none;background:none;background-color:#343538}@media only screen and (max-width:767px){.answer-details-content .pro-details-quality .pro-details-cart a,.answer-details-content .pro-details-quality .pro-details-cart button{padding:23px 12px}}@media only screen and (min-width:768px)and (max-width:991px){.answer-details-content .pro-details-quality .pro-details-cart a,.answer-details-content .pro-details-quality .pro-details-cart button{padding:22px}}.answer-details-content .pro-details-quality .pro-details-cart a:hover,.answer-details-content .pro-details-quality .pro-details-cart button:hover{border:none}.answer-details-content .pro-details-quality .pro-details-cart a:disabled,.answer-details-content .pro-details-quality .pro-details-cart button:disabled{cursor:not-allowed}.answer-details-content .pro-details-quality .pro-details-cart a:disabled:after,.answer-details-content .pro-details-quality .pro-details-cart a:disabled:before,.answer-details-content .pro-details-quality .pro-details-cart button:disabled:after,.answer-details-content .pro-details-quality .pro-details-cart button:disabled:before{display:none}.answer-details-content .pro-details-quality .pro-details-wishlist a,.answer-details-content .pro-details-quality .pro-details-wishlist button{font-size:18px;color:#000;border:none;background:none}.answer-details-content .pro-details-quality .pro-details-wishlist a.active,.answer-details-content .pro-details-quality .pro-details-wishlist a:hover,.answer-details-content .pro-details-quality .pro-details-wishlist button.active,.answer-details-content .pro-details-quality .pro-details-wishlist button:hover{color:#0a283a}.answer-details-content .pro-details-quality .pro-details-compare a,.answer-details-content .pro-details-quality .pro-details-compare button{font-size:18px;margin-left:25px;color:#000;border:none;background:none}@media only screen and (max-width:767px){.answer-details-content .pro-details-quality .pro-details-compare a,.answer-details-content .pro-details-quality .pro-details-compare button{margin-left:10px}}.answer-details-content .pro-details-quality .pro-details-compare a.active,.answer-details-content .pro-details-quality .pro-details-compare a:hover,.answer-details-content .pro-details-quality .pro-details-compare button.active,.answer-details-content .pro-details-quality .pro-details-compare button:hover{color:#0a283a}.answer-details-content .pro-details-meta{display:flex;margin:0 0 10px}.answer-details-content .pro-details-meta span{font-size:15px;margin-right:5px;color:#676767}.answer-details-content .pro-details-meta ul li{display:inline-block;margin:0 10px 0 0}.answer-details-content .pro-details-meta ul li a{font-size:15px;color:#676767}@media only screen and (max-width:767px){.answer-details-content .pro-details-meta ul li a{font-size:14px}}.answer-details-content .pro-details-meta ul li a:hover{color:#0a283a}.answer-details-content .pro-details-social{margin:24px 0 0}.answer-details-content .pro-details-social ul{display:flex}.answer-details-content .pro-details-social ul li{margin-right:40px}.answer-details-content .pro-details-social ul li:last-child{margin-right:0}.answer-details-content .pro-details-social ul li a{font-size:16px;color:#343538}.answer-details-content .pro-details-social ul li a:hover{color:#0a283a}@media only screen and (max-width:767px){.answer-details-content.pro-details-slider-content.mt-50{margin-top:30px}}.answer-details-content.pro-details-slider-content .answer-details-price{justify-content:center}.answer-details-content.pro-details-slider-content p{width:59%;margin:0 auto}@media only screen and (min-width:992px)and (max-width:1199px){.answer-details-content.pro-details-slider-content p{width:80%}}@media only screen and (min-width:768px)and (max-width:991px){.answer-details-content.pro-details-slider-content p{width:100%}}@media only screen and (max-width:767px){.answer-details-content.pro-details-slider-content p{width:100%}}.answer-details-content.pro-details-slider-content .pro-details-rating-wrap{justify-content:center}.answer-details-content.pro-details-slider-content .pro-details-size-color{justify-content:center;text-align:left}@media only screen and (max-width:767px){.answer-details-content.pro-details-slider-content .pro-details-size-color{text-align:center}.answer-details-content.pro-details-slider-content .pro-details-size-color .pro-details-color-content{display:flex;justify-content:center}}.answer-details-content.pro-details-slider-content .pro-details-meta,.answer-details-content.pro-details-slider-content .pro-details-quality,.answer-details-content.pro-details-slider-content .pro-details-social ul{justify-content:center}@media only screen and (max-width:767px){.answer-tab-list-2{margin:0 0 10px}}@media only screen and (min-width:576px)and (max-width:767px){.answer-tab-list-2{margin:0}}.answer-tab-list-2 .nav-item:first-child .nav-link{padding-left:0}.answer-tab-list-2 a{display:inline-block;margin-right:23px}.answer-tab-list-2 a.nav-link{background-color:transparent!important}@media only screen and (max-width:767px){.answer-tab-list-2 a{margin:0 23px 10px 0}}@media only screen and (min-width:576px)and (max-width:767px){.answer-tab-list-2 a{margin:0 23px 0 0}}.answer-tab-list-2 a:last-child{margin-right:0}.answer-tab-list-2 a .h4,.answer-tab-list-2 a h4{font-size:18px;font-weight:500;margin:0;padding-bottom:5px;transition:all .3s ease 0s;color:#555;border-bottom:2px solid transparent}.answer-tab-list-2 a .h4:hover,.answer-tab-list-2 a h4:hover{color:#000}.answer-tab-list-2 a.active .h4,.answer-tab-list-2 a.active h4{color:#000;border-bottom:2px solid #000}.answer-filter-wrapper{overflow:hidden;height:0;transition:height .4s ease-out;background-color:#fff}.answer-filter-wrapper .answer-filter .h5,.answer-filter-wrapper .answer-filter h5{font-size:16px;font-weight:500;position:relative;margin-bottom:25px;padding-bottom:7px;text-transform:capitalize;color:#000}.answer-filter-wrapper .answer-filter .h5:before,.answer-filter-wrapper .answer-filter h5:before{position:absolute;bottom:0;left:0;width:20px;height:1px;content:"";background-color:#000}.answer-filter-wrapper .answer-filter ul.sort-by li{margin-bottom:3px}.answer-filter-wrapper .answer-filter ul.sort-by li:last-child{margin-bottom:0}.answer-filter-wrapper .answer-filter ul.color-filter li{margin-bottom:6px}.answer-filter-wrapper .answer-filter ul.color-filter li:last-child{margin-bottom:0}.answer-filter-wrapper .answer-filter ul.color-filter li input{display:inline-block;float:left;width:20px;height:20px;margin:3px 8px 0 0}.answer-filter-wrapper .answer-filter ul.color-filter li a{text-transform:capitalize}.answer-filter-wrapper .answer-filter .answer-tags ul li{margin-bottom:4px}.answer-filter-wrapper .answer-filter .answer-tags ul li a{text-transform:capitalize}.answer-filter-wrapper .answer-filter ul li button{text-transform:capitalize;border:none;background:none}.answer-filter-wrapper .answer-filter ul li button.active,.answer-filter-wrapper .answer-filter ul li button:hover{color:#0a283a}.answer-filter-wrapper .answer-filter--tag ul li{display:inline-block}.answer-filter-wrapper .answer-filter--tag ul li button{margin-right:10px;margin-bottom:10px;text-transform:lowercase;border:1px solid #e6e6e6}.answer-filter-wrapper .answer-filter--tag ul li button:hover{border-color:#0a283a}.answer-filter-wrapper__inner{margin-bottom:60px;padding:45px 45px 7px;box-shadow:0 0 6px rgba(0,0,0,.1)}@media only screen and (min-width:768px)and (max-width:991px){.answer-filter-wrapper__inner{padding:35px 25px 7px}}@media only screen and (max-width:767px){.answer-filter-wrapper__inner{padding:35px 25px 7px}}.answer-wrap-2{overflow:hidden}.answer-wrap-2,.answer-wrap-2 .answer-img{position:relative}.answer-wrap-2 .answer-img img{width:100%}.answer-wrap-2 .answer-img span{font-size:14px;font-weight:500;position:absolute;top:20px;right:20px}.answer-wrap-2 .answer-img span.pink{color:#fa6bff}.answer-wrap-2 .answer-img span.red{color:#ff3d2a}.answer-wrap-2 .answer-img span.purple{color:#0a283a}.answer-wrap-2 .answer-img .default-img{transition:all .5s ease-in-out}.answer-wrap-2 .answer-img .hover-img{position:absolute;top:0;left:0;visibility:hidden;width:100%;transition:all .5s ease-in-out;transform:translateX(100%);opacity:0}.answer-wrap-2 .answer-img .answer-action-2{position:absolute;top:50%;display:flex;justify-content:center;width:100%;transform:translateY(-50%)}.answer-wrap-2 .answer-img .answer-action-2 a,.answer-wrap-2 .answer-img .answer-action-2 button{font-size:16px;line-height:42px;display:inline-block;width:42px;height:42px;margin:0 3px;transition:all .4s ease-in-out;transform:scaleX(0);text-align:center;color:#fff;border:none;border-radius:50px;background:none;background-color:#0a283a}.answer-wrap-2 .answer-img .answer-action-2 a.active,.answer-wrap-2 .answer-img .answer-action-2 a:hover,.answer-wrap-2 .answer-img .answer-action-2 button.active,.answer-wrap-2 .answer-img .answer-action-2 button:hover{background-color:#fa6bff}.answer-wrap-2 .answer-img .answer-action-2.answer-action-2-red a{background-color:#df262b}.answer-wrap-2 .answer-img .answer-action-2.answer-action-2-red a:hover{background-color:#0a283a}.answer-wrap-2 .answer-img-badges{position:absolute;top:12px;right:12px}.answer-wrap-2 .answer-img-badges>span{font-size:13px;font-weight:500;line-height:1;position:static;display:block;margin-bottom:10px;padding:3px 11px;border-radius:3px}.answer-wrap-2 .answer-img-badges>span.pink{color:#fa6bff}.answer-wrap-2 .answer-img-badges>span.purple{color:#0a283a}.answer-wrap-2 .answer-img-badges>span:last-child{margin-bottom:0}.answer-wrap-2 .answer-content-2{display:flex;justify-content:space-between;margin:20px 0 0}.answer-wrap-2 .answer-content-2 .title-price-wrap-2 .h3,.answer-wrap-2 .answer-content-2 .title-price-wrap-2 h3{line-height:1;margin:0 0 6px}.answer-wrap-2 .answer-content-2 .title-price-wrap-2 .h3 a,.answer-wrap-2 .answer-content-2 .title-price-wrap-2 h3 a{font-size:16px;color:#000}.answer-wrap-2 .answer-content-2 .title-price-wrap-2 .h3 a:hover,.answer-wrap-2 .answer-content-2 .title-price-wrap-2 h3 a:hover{color:#0a283a}.answer-wrap-2 .answer-content-2 .title-price-wrap-2 .price-2 span{font-size:15px;position:relative;margin-right:17px;color:#000}.answer-wrap-2 .answer-content-2 .title-price-wrap-2 .price-2 span.old{text-decoration:line-through;color:#fa6bff}.answer-wrap-2 .answer-content-2 .title-price-wrap-2 .price-2 span.old.red{color:#ff3d2a}.answer-wrap-2 .answer-content-2 .title-price-wrap-2 .price-2 span:before{position:absolute;top:10px;right:-13px;width:6px;height:2px;content:"";background-color:#a5a5a5}.answer-wrap-2 .answer-content-2 .title-price-wrap-2 .price-2 span:last-child:before{display:none}.answer-wrap-2 .answer-content-2 .title-price-wrap-2.title-price-wrap-2-white .h3 a,.answer-wrap-2 .answer-content-2 .title-price-wrap-2.title-price-wrap-2-white h3 a{color:#fff}.answer-wrap-2 .answer-content-2 .title-price-wrap-2.title-price-wrap-2-white .h3 a:hover,.answer-wrap-2 .answer-content-2 .title-price-wrap-2.title-price-wrap-2-white h3 a:hover{color:#0a283a}.answer-wrap-2 .answer-content-2 .title-price-wrap-2.title-price-wrap-2-white .price-2 span{color:#fff}.answer-wrap-2 .answer-content-2 .title-price-wrap-2.title-price-wrap-2-white .price-2 span.old{text-decoration:line-through;color:#fa6bff}.answer-wrap-2 .answer-content-2 .pro-wishlist-2 a,.answer-wrap-2 .answer-content-2 .pro-wishlist-2 button{font-size:16px;display:inline-block;margin:4px 0 0 10px;color:#929292;border:none;background:none}.answer-wrap-2 .answer-content-2 .pro-wishlist-2 a.active,.answer-wrap-2 .answer-content-2 .pro-wishlist-2 a:hover,.answer-wrap-2 .answer-content-2 .pro-wishlist-2 button.active,.answer-wrap-2 .answer-content-2 .pro-wishlist-2 button:hover{color:#0a283a}.answer-wrap-2:hover .hover-img{visibility:visible;transform:translateX(0);opacity:1}.answer-wrap-2:hover .default-img{visibility:hidden;transform:translateX(-100%)}.answer-wrap-2:hover .answer-action-2 a,.answer-wrap-2:hover .answer-action-2 button{transform:scaleX(1)}.answer-wrap-2.pro-glaucous-color .answer-img span.glaucous{color:#3d6882}.answer-wrap-2.pro-glaucous-color .answer-img .answer-action-2 a,.answer-wrap-2.pro-glaucous-color .answer-img .answer-action-2 button{background-color:#3d6882}.answer-wrap-2.pro-glaucous-color .answer-img .answer-action-2 a.active,.answer-wrap-2.pro-glaucous-color .answer-img .answer-action-2 a:hover,.answer-wrap-2.pro-glaucous-color .answer-img .answer-action-2 button.active,.answer-wrap-2.pro-glaucous-color .answer-img .answer-action-2 button:hover{color:#000;background-color:#fff}.answer-wrap-2.pro-glaucous-color .answer-content-2 .pro-wishlist-2 a:hover,.answer-wrap-2.pro-glaucous-color .answer-content-2 .title-price-wrap-2 .h3 a:hover,.answer-wrap-2.pro-glaucous-color .answer-content-2 .title-price-wrap-2 .price-2 span.old,.answer-wrap-2.pro-glaucous-color .answer-content-2 .title-price-wrap-2 h3 a:hover{color:#3d6882}.answer-wrap-2.pro-puce-color .answer-img span.puce{color:#de3e3e}.answer-wrap-2.pro-puce-color .answer-img .answer-action-2 a,.answer-wrap-2.pro-puce-color .answer-img .answer-action-2 button{background-color:#de3e3e}.answer-wrap-2.pro-puce-color .answer-img .answer-action-2 a:hover,.answer-wrap-2.pro-puce-color .answer-img .answer-action-2 button:hover{color:#000;background-color:#fff}.answer-wrap-2.pro-puce-color .answer-content-2 .pro-wishlist-2 a:hover,.answer-wrap-2.pro-puce-color .answer-content-2 .pro-wishlist-2 button:hover,.answer-wrap-2.pro-puce-color .answer-content-2 .title-price-wrap-2 .h3 a:hover,.answer-wrap-2.pro-puce-color .answer-content-2 .title-price-wrap-2 .price-2 span.old,.answer-wrap-2.pro-puce-color .answer-content-2 .title-price-wrap-2 h3 a:hover{color:#de3e3e}.answer-wrap-3,.answer-wrap-3 .answer-img{position:relative}.answer-wrap-3 .answer-img a img{width:100%}.answer-wrap-3 .answer-img-badges{position:absolute;z-index:9;top:12px;right:12px}.answer-wrap-3 .answer-img-badges span{font-size:13px;font-weight:500;line-height:1;display:block;margin-bottom:10px;padding:3px 11px;color:#fff;border-radius:3px}.answer-wrap-3 .answer-img-badges span.purple{background-color:#0a283a}.answer-wrap-3 .answer-img-badges span.pink{background-color:#fa6bff}.answer-wrap-3 .answer-img-badges span:last-child{margin-bottom:0}.answer-wrap-3 .answer-content-3-wrap{position:absolute;z-index:8;top:5%;right:5%;bottom:5%;left:5%;visibility:hidden;width:90%;height:90%;transition:all .4s ease 0s;transform:scale(.85);opacity:0;background:hsla(0,0%,100%,.9) none repeat scroll 0 0}.answer-wrap-3 .answer-content-3-wrap .answer-content-3{position:absolute;top:50%;left:50%;width:100%;transition:all .4s ease 0s;transform:translate(-50%,-50%);text-align:center}.answer-wrap-3 .answer-content-3-wrap .answer-content-3 .answer-title .h3,.answer-wrap-3 .answer-content-3-wrap .answer-content-3 .answer-title h3{font-size:18px;line-height:1;margin:0}.answer-wrap-3 .answer-content-3-wrap .answer-content-3 .price-3{margin:10px 0 20px}.answer-wrap-3 .answer-content-3-wrap .answer-content-3 .price-3 span{font-size:16px;font-weight:500;position:relative;margin:0 9px;color:#000}.answer-wrap-3 .answer-content-3-wrap .answer-content-3 .price-3 span:before{position:absolute;top:10px;right:-13px;width:7px;height:2px;content:"";background-color:#000}.answer-wrap-3 .answer-content-3-wrap .answer-content-3 .price-3 span:last-child:before{display:none}.answer-wrap-3 .answer-content-3-wrap .answer-content-3 .price-3 span.old{text-decoration:line-through;color:#8e8e8e}.answer-wrap-3 .answer-content-3-wrap .answer-content-3 .answer-action-3 .pro-same-action{display:inline-block}.answer-wrap-3 .answer-content-3-wrap .answer-content-3 .answer-action-3 a,.answer-wrap-3 .answer-content-3-wrap .answer-content-3 .answer-action-3 button{font-size:16px;line-height:42px;display:inline-block;width:42px;height:42px;margin:0 3px;transition:all .4s ease-in-out;text-align:center;color:#fff;border:none;border-radius:50px;background:none;background-color:#a749ff}.answer-wrap-3 .answer-content-3-wrap .answer-content-3 .answer-action-3 a.active,.answer-wrap-3 .answer-content-3-wrap .answer-content-3 .answer-action-3 a:hover,.answer-wrap-3 .answer-content-3-wrap .answer-content-3 .answer-action-3 button.active,.answer-wrap-3 .answer-content-3-wrap .answer-content-3 .answer-action-3 button:hover{background-color:#fa6bff}.answer-wrap-3 .answer-content-3-wrap .answer-content-3 .answer-action-3 a:disabled,.answer-wrap-3 .answer-content-3-wrap .answer-content-3 .answer-action-3 button:disabled{cursor:not-allowed}.answer-wrap-3:hover .answer-content-3-wrap{visibility:visible;transform:scale(1);opacity:1}.answer-wrap-4{position:relative;overflow:hidden}.answer-wrap-4 a img{width:100%;transition:all .5s ease 0s;transform:scale(1)}.answer-wrap-4 .position-1{position:absolute;right:0;bottom:75px;left:0;text-align:center}@media only screen and (min-width:1366px)and (max-width:1600px){.answer-wrap-4 .position-1{bottom:40px}}@media only screen and (min-width:1200px)and (max-width:1365px){.answer-wrap-4 .position-1{bottom:40px}}@media only screen and (min-width:992px)and (max-width:1199px){.answer-wrap-4 .position-1{bottom:30px}}@media only screen and (min-width:768px)and (max-width:991px){.answer-wrap-4 .position-1{bottom:30px}}@media only screen and (max-width:767px){.answer-wrap-4 .position-1{bottom:30px}}.answer-wrap-4 .position-2{position:absolute;bottom:55px;left:60px}@media only screen and (min-width:1366px)and (max-width:1600px){.answer-wrap-4 .position-2{bottom:40px}}@media only screen and (min-width:1200px)and (max-width:1365px){.answer-wrap-4 .position-2{bottom:40px}}@media only screen and (min-width:992px)and (max-width:1199px){.answer-wrap-4 .position-2{bottom:30px;left:40px}}@media only screen and (min-width:768px)and (max-width:991px){.answer-wrap-4 .position-2{bottom:30px;left:20px}}@media only screen and (max-width:767px){.answer-wrap-4 .position-2{bottom:30px;left:20px}}.answer-wrap-4 .position-3{position:absolute;top:51px;right:0;left:0;text-align:center}@media only screen and (min-width:1366px)and (max-width:1600px){.answer-wrap-4 .position-3{top:32px}}@media only screen and (min-width:1200px)and (max-width:1365px){.answer-wrap-4 .position-3{top:32px}}@media only screen and (min-width:992px)and (max-width:1199px){.answer-wrap-4 .position-3{top:22px}}@media only screen and (min-width:768px)and (max-width:991px){.answer-wrap-4 .position-3{top:22px}}@media only screen and (max-width:767px){.answer-wrap-4 .position-3{top:22px}}.answer-wrap-4 .answer-content-4 .h4,.answer-wrap-4 .answer-content-4 h4{font-size:30px;line-height:38px;margin:0 0 12px}@media only screen and (min-width:1366px)and (max-width:1600px){.answer-wrap-4 .answer-content-4 .h4,.answer-wrap-4 .answer-content-4 h4{font-size:25px;line-height:30px}}@media only screen and (min-width:1200px)and (max-width:1365px){.answer-wrap-4 .answer-content-4 .h4,.answer-wrap-4 .answer-content-4 h4{font-size:25px;line-height:30px}}@media only screen and (min-width:992px)and (max-width:1199px){.answer-wrap-4 .answer-content-4 .h4,.answer-wrap-4 .answer-content-4 h4{font-size:22px;line-height:27px}}@media only screen and (min-width:768px)and (max-width:991px){.answer-wrap-4 .answer-content-4 .h4,.answer-wrap-4 .answer-content-4 h4{font-size:20px;line-height:23px}}@media only screen and (max-width:767px){.answer-wrap-4 .answer-content-4 .h4,.answer-wrap-4 .answer-content-4 h4{font-size:20px;line-height:23px}}.answer-wrap-4 .answer-content-4 .price-4 span{font-size:18px;position:relative;margin:0 24px 0 0;color:#000}.answer-wrap-4 .answer-content-4 .price-4 span:before{position:absolute;top:12px;right:-17px;width:7px;height:2px;content:"";background-color:#6b6264}.answer-wrap-4 .answer-content-4 .price-4 span:last-child:before{display:none}.answer-wrap-4 .answer-content-4 .price-4 span.old{text-decoration:line-through;color:#fa6bff}.answer-wrap-4 .answer-content-4 .price-4.price-4-center span{margin:0 12px}.answer-wrap-4:hover a img{transform:scale(1.1)}.collection-answer .collection-img{overflow:hidden}.collection-answer .collection-img a img{width:100%;transition:all .5s ease 0s;transform:scale(1)}.collection-answer .collection-content{margin:23px 0 0}.collection-answer .collection-content span{font-weight:500}.collection-answer .collection-content .h4,.collection-answer .collection-content h4{line-height:1;margin:4px 0 0}.collection-answer .collection-content .h4 a,.collection-answer .collection-content h4 a{font-size:16px;font-weight:500;color:#000}.collection-answer .collection-content .h4 a:hover,.collection-answer .collection-content h4 a:hover{color:#0a283a}.collection-answer .collection-content .collection-btn{font-size:13px;font-weight:400;line-height:1;position:relative;display:inline-block;overflow:hidden;margin-top:15px;padding:8px 11px;text-transform:uppercase;color:#666;border:1px solid #010101;border-radius:50px;background-color:transparent}.collection-answer .collection-content .collection-btn:after,.collection-answer .collection-content .collection-btn:before{position:absolute;z-index:-1;right:0;bottom:0;left:auto;width:0;height:100%;content:"";transition:all .5s cubic-bezier(.645,.045,.355,1)}.collection-answer .collection-content .collection-btn:hover{color:#fff;border-color:#0a283a;background-color:transparent}.collection-answer .collection-content .collection-btn:hover:after{right:auto;left:0;width:100%;background-color:#0a283a}.collection-answer:hover a img{transform:scale(1.1)}.answer-wrap-5,.answer-wrap-5 .answer-img{position:relative}.answer-wrap-5 .answer-img a img{width:100%}.answer-wrap-5 .answer-img-badges{position:absolute;top:12px;right:12px}.answer-wrap-5 .answer-img span{font-size:13px;font-weight:500;line-height:1;display:block;margin-bottom:10px;padding:3px 11px;color:#fff;border-radius:3px}.answer-wrap-5 .answer-img span.purple{background-color:#0a283a}.answer-wrap-5 .answer-img span.pink{background-color:#fa6bff}.answer-wrap-5 .answer-img span:last-child{margin-bottom:0}.answer-wrap-5 .answer-action-4{position:absolute;z-index:999;bottom:0;left:0;display:flex;justify-content:center;width:100%;padding:10px;transition:all .5s ease 0s;transform:scaleY(0);text-align:center;opacity:1;background:none repeat scroll 0 0 #a749ff}.answer-wrap-5 .answer-action-4 .pro-same-action{margin:0 2px}.answer-wrap-5 .answer-action-4 .pro-same-action a,.answer-wrap-5 .answer-action-4 .pro-same-action button{font-size:16px;line-height:36px;display:inline-block;width:35px;height:35px;margin:0 3px;text-align:center;color:#000;border:none;border-radius:50px;background:none;background-color:#fff}.answer-wrap-5 .answer-action-4 .pro-same-action a.active,.answer-wrap-5 .answer-action-4 .pro-same-action a:hover,.answer-wrap-5 .answer-action-4 .pro-same-action button.active,.answer-wrap-5 .answer-action-4 .pro-same-action button:hover{color:#fff;background-color:#fa6bff}.answer-wrap-5 .answer-content-5{margin-top:28px}.answer-wrap-5 .answer-content-5 .h3,.answer-wrap-5 .answer-content-5 h3{font-size:16px;line-height:17px;margin:0 0 5px}.answer-wrap-5 .answer-content-5 .h3 a,.answer-wrap-5 .answer-content-5 h3 a{color:#000}.answer-wrap-5 .answer-content-5 .h3 a:hover,.answer-wrap-5 .answer-content-5 h3 a:hover{color:#0a283a}.answer-wrap-5 .answer-content-5 .price-5 span{font-size:15px;position:relative;margin:0 8px;color:#000}.answer-wrap-5 .answer-content-5 .price-5 span:before{position:absolute;top:10px;right:-13px;width:6px;height:2px;content:"";background-color:#a5a5a5}.answer-wrap-5 .answer-content-5 .price-5 span:last-child:before{display:none}.answer-wrap-5 .answer-content-5 .price-5 span.old{text-decoration:line-through;color:#fa6bff}.answer-wrap-5:hover .answer-action-4{transform:scaleY(1);opacity:1}.answer-wrap-6{display:flex}.answer-wrap-6 .answer-img{position:relative;flex-basis:170px;margin-right:30px}.answer-wrap-6 .answer-img-badges{position:absolute;top:12px;right:12px}.answer-wrap-6 .answer-img span{font-size:13px;font-weight:500;line-height:1;display:block;margin-bottom:10px;padding:3px 11px;color:#fed700;border-radius:3px}.answer-wrap-6 .answer-img span:last-child{margin-bottom:0}.answer-wrap-6 .answer-content,.answer-wrap-6 .question-content{flex-basis:calc(100% - 200px)}.answer-wrap-6 .answer-content .h3,.answer-wrap-6 .answer-content h3,.answer-wrap-6 .question-content .h3,.answer-wrap-6 .question-content h3{font-size:16px;font-weight:400;line-height:1;margin-bottom:15px}.answer-wrap-6 .answer-content .h3 a,.answer-wrap-6 .answer-content h3 a,.answer-wrap-6 .question-content .h3 a,.answer-wrap-6 .question-content h3 a{color:#3d3d3d}.answer-wrap-6 .answer-content .h3 a:hover,.answer-wrap-6 .answer-content h3 a:hover,.answer-wrap-6 .question-content .h3 a:hover,.answer-wrap-6 .question-content h3 a:hover{color:#fed700}.answer-wrap-6 .answer-content .answer-price,.answer-wrap-6 .question-content .answer-price{margin-bottom:10px;margin-left:-8px}.answer-wrap-6 .answer-content .answer-price span,.answer-wrap-6 .question-content .answer-price span{font-size:18px;position:relative;margin:0 8px;color:#000}.answer-wrap-6 .answer-content .answer-price span:before,.answer-wrap-6 .question-content .answer-price span:before{position:absolute;top:10px;right:-13px;width:6px;height:2px;content:"";background-color:#a5a5a5}.answer-wrap-6 .answer-content .answer-price span:last-child:before,.answer-wrap-6 .question-content .answer-price span:last-child:before{display:none}.answer-wrap-6 .answer-content .answer-price span.old,.answer-wrap-6 .question-content .answer-price span.old{text-decoration:line-through;color:#fed700}.answer-wrap-6 .answer-content .answer-rating,.answer-wrap-6 .question-content .answer-rating{margin-bottom:15px}.answer-wrap-6 .answer-content .answer-rating i,.answer-wrap-6 .question-content .answer-rating i{font-size:17px;margin-right:3px}.answer-wrap-6 .answer-content .answer-rating i.yellow,.answer-wrap-6 .question-content .answer-rating i.yellow{color:#ffa900}.answer-wrap-6 .answer-content .answer-action,.answer-wrap-6 .question-content .answer-action{display:flex;justify-content:flex-end}.answer-wrap-6 .answer-content .answer-action .pro-same-action,.answer-wrap-6 .question-content .answer-action .pro-same-action{margin-left:5px}.answer-wrap-6 .answer-content .answer-action .pro-same-action:first-child,.answer-wrap-6 .question-content .answer-action .pro-same-action:first-child{margin-left:0}.answer-wrap-6 .answer-content .answer-action .pro-same-action a,.answer-wrap-6 .answer-content .answer-action .pro-same-action button,.answer-wrap-6 .question-content .answer-action .pro-same-action a,.answer-wrap-6 .question-content .answer-action .pro-same-action button{font-size:23px;line-height:55px;display:inline-block;width:55px;height:55px;text-align:center;color:#000;border:none;background:none;background-color:#f6f6f6}.answer-wrap-6 .answer-content .answer-action .pro-same-action a.active,.answer-wrap-6 .answer-content .answer-action .pro-same-action a:hover,.answer-wrap-6 .answer-content .answer-action .pro-same-action button.active,.answer-wrap-6 .answer-content .answer-action .pro-same-action button:hover,.answer-wrap-6 .question-content .answer-action .pro-same-action a.active,.answer-wrap-6 .question-content .answer-action .pro-same-action a:hover,.answer-wrap-6 .question-content .answer-action .pro-same-action button.active,.answer-wrap-6 .question-content .answer-action .pro-same-action button:hover{color:#fff;background-color:#fed700}.answer-wrap-7{overflow:hidden}.answer-wrap-7,.answer-wrap-7 .answer-img{position:relative}.answer-wrap-7 .answer-img img{width:100%}.answer-wrap-7 .answer-img span{font-size:14px;font-weight:500;position:absolute;top:20px;right:20px;color:#fed700}.answer-wrap-7 .answer-img .default-img{transition:all .5s ease-in-out}.answer-wrap-7 .answer-img .hover-img{position:absolute;top:0;left:0;visibility:hidden;width:100%;transition:all .5s ease-in-out;transform:translateX(100%);opacity:0}.answer-wrap-7 .answer-img .answer-action-2{position:absolute;right:10px;bottom:10px;display:flex;justify-content:flex-end;width:100%}.answer-wrap-7 .answer-img .answer-action-2 a,.answer-wrap-7 .answer-img .answer-action-2 button{font-size:16px;line-height:42px;display:inline-block;width:42px;height:42px;margin:0 3px;transition:all .4s ease-in-out;transform:scaleX(0);text-align:center;color:#fff;border:none;background:none;background-color:#555}.answer-wrap-7 .answer-img .answer-action-2 a.active,.answer-wrap-7 .answer-img .answer-action-2 a:hover,.answer-wrap-7 .answer-img .answer-action-2 button.active,.answer-wrap-7 .answer-img .answer-action-2 button:hover{background-color:#fed700}.answer-wrap-7 .answer-img-badges{position:absolute;top:12px;left:12px}.answer-wrap-7 .answer-img-badges>span{font-size:13px;font-weight:500;line-height:1;position:static;display:block;margin-bottom:10px;padding:3px 11px;border-radius:3px}.answer-wrap-7 .answer-img-badges>span:last-child{margin-bottom:0}.answer-wrap-7 .answer-img .pro-wishlist-2{line-height:35px;position:absolute;z-index:9;top:20px;right:20px;text-align:center}.answer-wrap-7 .answer-img .pro-wishlist-2 a,.answer-wrap-7 .answer-img .pro-wishlist-2 button{font-size:16px;display:inline-block;width:35px;height:35px;transition:all .3s ease-in-out;color:#fff;border:none;border-radius:100%;background:#555}.answer-wrap-7 .answer-img .pro-wishlist-2 a.active,.answer-wrap-7 .answer-img .pro-wishlist-2 a:hover,.answer-wrap-7 .answer-img .pro-wishlist-2 button.active,.answer-wrap-7 .answer-img .pro-wishlist-2 button:hover{background:#fed700}.answer-wrap-7 .answer-content-2{display:flex;justify-content:space-between;margin:20px 0 0}.answer-wrap-7 .answer-content-2 .title-price-wrap-2 .h3,.answer-wrap-7 .answer-content-2 .title-price-wrap-2 h3{line-height:1;margin:0 0 6px}.answer-wrap-7 .answer-content-2 .title-price-wrap-2 .h3 a,.answer-wrap-7 .answer-content-2 .title-price-wrap-2 h3 a{font-size:16px;font-weight:500;color:#444}.answer-wrap-7 .answer-content-2 .title-price-wrap-2 .h3 a:hover,.answer-wrap-7 .answer-content-2 .title-price-wrap-2 h3 a:hover{color:#fed700}.answer-wrap-7 .answer-content-2 .title-price-wrap-2 .price-2 span{font-size:15px;position:relative;margin-right:17px;color:#444}.answer-wrap-7 .answer-content-2 .title-price-wrap-2 .price-2 span.old{text-decoration:line-through;color:#444}.answer-wrap-7 .answer-content-2 .title-price-wrap-2 .price-2 span.old.red{color:#ff3d2a}.answer-wrap-7 .answer-content-2 .title-price-wrap-2 .price-2 span:before{position:absolute;top:10px;right:-13px;width:6px;height:2px;content:"";background-color:#a5a5a5}.answer-wrap-7 .answer-content-2 .title-price-wrap-2 .price-2 span:last-child:before{display:none}.answer-wrap-7:hover .hover-img{visibility:visible;transform:translateX(0);opacity:1}.answer-wrap-7:hover .answer-action-2 a,.answer-wrap-7:hover .answer-action-2 button{transform:scaleX(1)}.answer-wrap-8{display:flex}.answer-wrap-8 .answer-img{position:relative;flex-basis:170px;margin-right:30px}.answer-wrap-8 .answer-img-badges{position:absolute;top:12px;right:12px}.answer-wrap-8 .answer-img span{font-size:13px;font-weight:500;line-height:1;display:block;margin-bottom:10px;padding:3px 11px;color:#fff;border-radius:3px;background-color:red}.answer-wrap-8 .answer-img span:last-child{margin-bottom:0}.answer-wrap-8 .answer-content{flex-basis:calc(100% - 200px)}.answer-wrap-8 .answer-content .h3,.answer-wrap-8 .answer-content h3{font-size:16px;font-weight:400;line-height:1;margin-bottom:15px}.answer-wrap-8 .answer-content .h3 a,.answer-wrap-8 .answer-content h3 a{color:#3d3d3d}.answer-wrap-8 .answer-content .h3 a:hover,.answer-wrap-8 .answer-content h3 a:hover{color:red}.answer-wrap-8 .answer-content .answer-price{margin-bottom:10px;margin-left:-8px}.answer-wrap-8 .answer-content .answer-price span{font-size:18px;position:relative;margin:0 8px;color:#000}.answer-wrap-8 .answer-content .answer-price span:before{position:absolute;top:10px;right:-13px;width:6px;height:2px;content:"";background-color:#a5a5a5}.answer-wrap-8 .answer-content .answer-price span:last-child:before{display:none}.answer-wrap-8 .answer-content .answer-price span.old{text-decoration:line-through;color:red}.answer-wrap-8 .answer-content .answer-rating{margin-bottom:15px}.answer-wrap-8 .answer-content .answer-rating i{font-size:17px;margin-right:3px}.answer-wrap-8 .answer-content .answer-rating i.yellow{color:#ffa900}.answer-wrap-8 .answer-content .answer-action{display:flex;justify-content:flex-end}.answer-wrap-8 .answer-content .answer-action .pro-same-action{margin-left:5px}.answer-wrap-8 .answer-content .answer-action .pro-same-action:first-child{margin-left:0}.answer-wrap-8 .answer-content .answer-action .pro-same-action a,.answer-wrap-8 .answer-content .answer-action .pro-same-action button{font-size:23px;line-height:55px;display:inline-block;width:55px;height:55px;text-align:center;color:#000;border:none;background:none;background-color:#f6f6f6}.answer-wrap-8 .answer-content .answer-action .pro-same-action a.active,.answer-wrap-8 .answer-content .answer-action .pro-same-action a:hover,.answer-wrap-8 .answer-content .answer-action .pro-same-action button.active,.answer-wrap-8 .answer-content .answer-action .pro-same-action button:hover{color:#fff;background-color:red}.answer-wrap-8--brown .answer-img span{background-color:#bca487}.answer-wrap-8--brown .answer-content .answer-price span.old,.answer-wrap-8--brown .answer-content .h3 a:hover,.answer-wrap-8--brown .answer-content h3 a:hover,.answer-wrap-8--brown .question-content .answer-price span.old,.answer-wrap-8--brown .question-content .h3 a:hover,.answer-wrap-8--brown .question-content h3 a:hover{color:#bca487}.answer-wrap-8--brown .answer-content .answer-action .pro-same-action a.active,.answer-wrap-8--brown .answer-content .answer-action .pro-same-action a:hover,.answer-wrap-8--brown .answer-content .answer-action .pro-same-action button.active,.answer-wrap-8--brown .answer-content .answer-action .pro-same-action button:hover,.answer-wrap-8--brown .question-content .answer-action .pro-same-action a.active,.answer-wrap-8--brown .question-content .answer-action .pro-same-action a:hover,.answer-wrap-8--brown .question-content .answer-action .pro-same-action button.active,.answer-wrap-8--brown .question-content .answer-action .pro-same-action button:hover{background-color:#bca487}.answer-wrap-9{overflow:hidden}.answer-wrap-9,.answer-wrap-9 .answer-img{position:relative}.answer-wrap-9 .answer-img img{width:100%}.answer-wrap-9 .answer-img span{font-size:14px;font-weight:500;position:absolute;top:20px;right:20px;color:red}.answer-wrap-9 .answer-img .default-img{transition:all .5s ease-in-out}.answer-wrap-9 .answer-img .hover-img{position:absolute;top:0;left:0;visibility:hidden;width:100%;transition:all .5s ease-in-out;transform:translateX(100%);opacity:0}.answer-wrap-9 .answer-img .answer-action-2{position:absolute;right:10px;bottom:0;display:flex;justify-content:flex-end;width:100%}.answer-wrap-9 .answer-img .answer-action-2 a,.answer-wrap-9 .answer-img .answer-action-2 button{font-size:16px;line-height:55px;display:inline-block;width:55px;height:55px;margin:0 3px;transition:all .4s ease-in-out;transform:scaleX(0);text-align:center;color:#555;border:none;background:none;background-color:#fff}.answer-wrap-9 .answer-img .answer-action-2 a.active,.answer-wrap-9 .answer-img .answer-action-2 a:hover,.answer-wrap-9 .answer-img .answer-action-2 button.active,.answer-wrap-9 .answer-img .answer-action-2 button:hover{color:#fff;background-color:red}.answer-wrap-9 .answer-img-badges{position:absolute;top:12px;right:12px}.answer-wrap-9 .answer-img-badges>span{font-size:13px;font-weight:500;line-height:1;position:static;display:block;margin-bottom:10px;padding:3px 11px;border-radius:3px}.answer-wrap-9 .answer-img-badges>span:last-child{margin-bottom:0}.answer-wrap-9 .answer-content-2{display:flex;justify-content:space-between;margin:20px 0 0}.answer-wrap-9 .answer-content-2 .title-price-wrap-2 .h3,.answer-wrap-9 .answer-content-2 .title-price-wrap-2 h3{font-family:Josefin Sans,sans-serif;line-height:1;margin:0 0 6px}.answer-wrap-9 .answer-content-2 .title-price-wrap-2 .h3 a,.answer-wrap-9 .answer-content-2 .title-price-wrap-2 h3 a{font-size:16px;font-weight:500;color:#444}.answer-wrap-9 .answer-content-2 .title-price-wrap-2 .h3 a:hover,.answer-wrap-9 .answer-content-2 .title-price-wrap-2 h3 a:hover{color:red}.answer-wrap-9 .answer-content-2 .title-price-wrap-2 .price-2 span{font-size:15px;position:relative;margin-right:17px;color:#444}.answer-wrap-9 .answer-content-2 .title-price-wrap-2 .price-2 span.old{text-decoration:line-through;color:#444}.answer-wrap-9 .answer-content-2 .title-price-wrap-2 .price-2 span.old.red{color:#ff3d2a}.answer-wrap-9 .answer-content-2 .title-price-wrap-2 .price-2 span:before{position:absolute;top:10px;right:-13px;width:6px;height:2px;content:"";background-color:#a5a5a5}.answer-wrap-9 .answer-content-2 .title-price-wrap-2 .price-2 span:last-child:before{display:none}.answer-wrap-9 .answer-content-2 .pro-wishlist-2{line-height:35px;z-index:9;text-align:center}.answer-wrap-9 .answer-content-2 .pro-wishlist-2 a,.answer-wrap-9 .answer-content-2 .pro-wishlist-2 button{font-size:16px;display:inline-block;transition:all .3s ease-in-out;color:#929292;border:none;background:none}.answer-wrap-9 .answer-content-2 .pro-wishlist-2 a.active,.answer-wrap-9 .answer-content-2 .pro-wishlist-2 a:hover,.answer-wrap-9 .answer-content-2 .pro-wishlist-2 button.active,.answer-wrap-9 .answer-content-2 .pro-wishlist-2 button:hover{color:red}.answer-wrap-9:hover .hover-img{visibility:visible;transform:translateX(0);opacity:1}.answer-wrap-9:hover .answer-action-2 a,.answer-wrap-9:hover .answer-action-2 button{transform:scaleX(1)}.answer-wrap-10{overflow:hidden}.answer-wrap-10,.answer-wrap-10 .answer-img{position:relative}.answer-wrap-10 .answer-img img{width:100%}.answer-wrap-10 .answer-img span{font-size:14px;font-weight:500;position:absolute;top:20px;right:20px}.answer-wrap-10 .answer-img .default-img{transition:all .5s ease-in-out}.answer-wrap-10 .answer-img .hover-img{position:absolute;top:0;left:0;visibility:hidden;width:100%;transition:all .5s ease-in-out;transform:translateX(100%);opacity:0}.answer-wrap-10 .answer-img .answer-action-2{position:absolute;top:50%;left:20px;display:flex;flex-direction:column;justify-content:center;width:auto;transform:translateY(-50%)}.answer-wrap-10 .answer-img .answer-action-2 a,.answer-wrap-10 .answer-img .answer-action-2 button{font-size:16px;line-height:42px;display:inline-block;width:42px;height:42px;margin:3px 0;transition:all .4s ease-in-out;transform:translateX(-200px);text-align:center;color:#fff;border:none;border-radius:50px;background:none;background-color:#bca487}.answer-wrap-10 .answer-img .answer-action-2 a.active,.answer-wrap-10 .answer-img .answer-action-2 a:hover,.answer-wrap-10 .answer-img .answer-action-2 button.active,.answer-wrap-10 .answer-img .answer-action-2 button:hover{background-color:#000}.answer-wrap-10 .answer-img-badges{position:absolute;top:12px;right:12px}.answer-wrap-10 .answer-img-badges>span{font-size:13px;font-weight:500;line-height:1;position:static;display:block;margin-bottom:10px;padding:3px 11px;color:#bca487;border-radius:3px}.answer-wrap-10 .answer-img-badges>span:last-child{margin-bottom:0}.answer-wrap-10 .answer-content-2{display:flex;justify-content:space-between;margin:20px 0 0}.answer-wrap-10 .answer-content-2 .title-price-wrap-2 .h3,.answer-wrap-10 .answer-content-2 .title-price-wrap-2 h3{font-family:Josefin Sans,sans-serif;line-height:1;margin:0 0 6px}.answer-wrap-10 .answer-content-2 .title-price-wrap-2 .h3 a,.answer-wrap-10 .answer-content-2 .title-price-wrap-2 h3 a{font-size:18px;color:#000}.answer-wrap-10 .answer-content-2 .title-price-wrap-2 .h3 a:hover,.answer-wrap-10 .answer-content-2 .title-price-wrap-2 h3 a:hover{color:#bca487}.answer-wrap-10 .answer-content-2 .title-price-wrap-2 .price-2 span{font-size:15px;position:relative;margin-right:17px;color:#444}.answer-wrap-10 .answer-content-2 .title-price-wrap-2 .price-2 span.old{text-decoration:line-through;color:#444}.answer-wrap-10 .answer-content-2 .title-price-wrap-2 .price-2 span:before{position:absolute;top:10px;right:-13px;width:6px;height:2px;content:"";background-color:#a5a5a5}.answer-wrap-10 .answer-content-2 .title-price-wrap-2 .price-2 span:last-child:before{display:none}.answer-wrap-10 .answer-content-2 .pro-wishlist-2 a,.answer-wrap-10 .answer-content-2 .pro-wishlist-2 button{font-size:16px;display:inline-block;margin:4px 0 0 10px;color:#929292;border:none;background:none}.answer-wrap-10 .answer-content-2 .pro-wishlist-2 a.active,.answer-wrap-10 .answer-content-2 .pro-wishlist-2 a:hover,.answer-wrap-10 .answer-content-2 .pro-wishlist-2 button.active,.answer-wrap-10 .answer-content-2 .pro-wishlist-2 button:hover{color:#0a283a}.answer-wrap-10:hover .hover-img{visibility:visible;transform:translateX(0);opacity:1}.answer-wrap-10:hover .default-img{visibility:hidden;transform:translateX(-100%)}.answer-wrap-10:hover .answer-action-2 a,.answer-wrap-10:hover .answer-action-2 button{transform:translateX(0)}.answer-wrap-10--style2 .answer-img .answer-action-2 a,.answer-wrap-10--style2 .answer-img .answer-action-2 button{color:#000;background-color:transparent}.answer-wrap-10--style2 .answer-img .answer-action-2 a.active,.answer-wrap-10--style2 .answer-img .answer-action-2 a:hover,.answer-wrap-10--style2 .answer-img .answer-action-2 button.active,.answer-wrap-10--style2 .answer-img .answer-action-2 button:hover{color:#bca487;background-color:transparent}.answer-wrap-10--style2--blue .answer-img .answer-action-2 a,.answer-wrap-10--style2--blue .answer-img .answer-action-2 button{color:#000;background-color:transparent}.answer-wrap-10--style2--blue .answer-img .answer-action-2 a.active,.answer-wrap-10--style2--blue .answer-img .answer-action-2 a:hover,.answer-wrap-10--style2--blue .answer-img .answer-action-2 button.active,.answer-wrap-10--style2--blue .answer-img .answer-action-2 button:hover{color:#053399;background-color:transparent}.answer-wrap-10--style2--blue .answer-content-2 .title-price-wrap-2 .h3 a:hover,.answer-wrap-10--style2--blue .answer-content-2 .title-price-wrap-2 h3 a:hover,.answer-wrap-10--style2--blue .answer-img-badges>span{color:#053399}.collection-answer-2{position:relative;overflow:hidden}.collection-answer-2 a img{width:100%;transition:all .5s ease 0s;transform:scale(1)}.collection-answer-2 .collection-content-2{position:absolute;right:0;bottom:30px;left:0;text-align:center}.collection-answer-2 .collection-content-2 span{font-size:14px;font-weight:500}.collection-answer-2 .collection-content-2 .h4,.collection-answer-2 .collection-content-2 h4{font-size:16px;font-weight:500;line-height:21px;margin:5px 0 0}.collection-answer-2:hover a img{transform:scale(1.1)}.answer-top-bar{display:flex;justify-content:space-between}@media only screen and (max-width:767px){.answer-top-bar{display:block;justify-content:inherit;text-align:center}}.answer-tab-list-3{position:relative;z-index:99;margin:4px 0 0}@media only screen and (max-width:767px){.answer-tab-list-3{justify-content:center;margin:15px 0 0}}.answer-tab-list-3 a{margin-left:24px}.answer-tab-list-3 a.nav-link{padding:0;background-color:transparent!important}.answer-tab-list-3 a.active .h4,.answer-tab-list-3 a.active h4{color:#242424}.answer-tab-list-3 a:first-child{margin-left:45px}@media only screen and (max-width:767px){.answer-tab-list-3 a:first-child{margin-left:20px}}.answer-tab-list-3 a .h4,.answer-tab-list-3 a h4{font-size:14px;line-height:1;margin:0;color:#878787}.answer-tab-list-5{justify-content:center;width:100%}.answer-tab-list-5 a{font-size:16px;line-height:1;display:inline-block;margin:0 20px;padding:0 0 7px;color:#000;border-bottom:2px solid transparent}.answer-tab-list-5 a.nav-link{padding:0;border-radius:0;background-color:transparent!important}@media only screen and (max-width:767px){.answer-tab-list-5 a{font-size:16px;margin:0 6px}}.answer-tab-list-5 a.active{border-bottom:2px solid #59a3e1}.answer-tab-list-5 a.active .h4,.answer-tab-list-5 a.active h4{color:#59a3e1}@media only screen and (max-width:767px){.answer-tab-list-5.mb-60{margin-bottom:25px}.answer-tab-list-6{margin:0 0 10px}}@media only screen and (min-width:576px)and (max-width:767px){.answer-tab-list-6{margin:0}}.answer-tab-list-6 .nav-item:first-child .nav-link{padding-left:0}.answer-tab-list-6 a{display:inline-block;margin-right:23px}.answer-tab-list-6 a.nav-link{background-color:transparent!important}@media only screen and (max-width:767px){.answer-tab-list-6 a{margin:0 23px 10px 0}}@media only screen and (min-width:576px)and (max-width:767px){.answer-tab-list-6 a{margin:0 23px 0 0}}.answer-tab-list-6 a:last-child{margin-right:0}.answer-tab-list-6 a .h4,.answer-tab-list-6 a h4{font-size:18px;font-weight:500;margin:0;padding-bottom:5px;transition:all .3s ease 0s;color:#555}.answer-tab-list-6 a .h4:hover,.answer-tab-list-6 a h4:hover{color:#000}.answer-tab-list-6 a.active .h4,.answer-tab-list-6 a.active h4{color:#bca487}.answer-tab-list-7{border-bottom:2px solid #d1d1d1}@media only screen and (max-width:767px){.answer-tab-list-7{margin:0 0 30px}}.answer-tab-list-7 .nav-item:first-child .nav-link{padding-left:0}.answer-tab-list-7 a{display:inline-block;margin-right:23px}.answer-tab-list-7 a.nav-link{border-radius:0;background-color:transparent!important}@media only screen and (max-width:767px){.answer-tab-list-7 a{margin:0 23px 10px 0}}@media only screen and (min-width:576px)and (max-width:767px){.answer-tab-list-7 a{margin:0 23px 0 0}}.answer-tab-list-7 a:last-child{margin-right:0}.answer-tab-list-7 a .h4,.answer-tab-list-7 a h4{font-family:Josefin Sans,sans-serif;font-size:24px;font-weight:700;margin:0;padding-bottom:5px;transition:all .3s ease 0s;color:#010101}.answer-tab-list-7 a .h4:hover,.answer-tab-list-7 a h4:hover{color:#000}.answer-tab-list-7 a.active{position:relative}.answer-tab-list-7 a.active:after{position:absolute;bottom:-2px;left:0;width:100%;height:2px;content:"";background-color:#053399}.answer-tab-list-7 a.active .h4,.answer-tab-list-7 a.active h4{color:#053399}.answer-slider-active .owl-nav{position:absolute;top:-85px;right:0}@media only screen and (max-width:767px){.answer-slider-active .owl-nav{top:-45px;right:0;left:0;text-align:center}}.answer-slider-active .owl-nav div{font-size:18px;line-height:31px;display:inline-block;width:35px;height:35px;transition:all .3s ease 0s;text-align:center;color:#c6c6c6;border:1px solid #d2d2d2;border-radius:5px;background-color:#f9f9f9}@media only screen and (max-width:767px){.answer-slider-active .owl-nav div{font-size:15px;line-height:23px;width:25px;height:25px}}.answer-slider-active .owl-nav div:hover{color:#fff;border:1px solid #ff3d2a;background-color:#ff3d2a}.answer-slider-active .owl-nav div.owl-next{margin-left:3px}.answer-quickview-modal-wrapper .modal-dialog{margin:5% auto;padding:0}.lesson-area{position:relative}.lesson-area .row.three-column .col-xl-3{flex:1 0 33.3333%;max-width:33.3333%;transition:.5s}@media only screen and (min-width:992px)and (max-width:1199px){.lesson-area .row.three-column .col-xl-3{flex:1 0 33.3333%;max-width:33.3333%}}@media only screen and (min-width:768px)and (max-width:991px){.lesson-area .row.three-column .col-xl-3{flex:1 0 50%;max-width:50%}}@media only screen and (max-width:767px){.lesson-area .row.three-column .col-xl-3{flex:1 0 100%;max-width:100%}}.lesson-area .row.five-column .col-xl-3{flex:1 0 20%;max-width:20%;transition:.5s}@media only screen and (min-width:992px)and (max-width:1199px){.lesson-area .row.five-column .col-xl-3{flex:1 0 33.3333%;max-width:33.3333%}}@media only screen and (min-width:768px)and (max-width:991px){.lesson-area .row.five-column .col-xl-3{flex:1 0 50%;max-width:50%}}@media only screen and (max-width:767px){.lesson-area .row.five-column .col-xl-3{flex:1 0 100%;max-width:100%}}.lesson-area--style2 .swiper-slider-navigation-wrapper{width:100%;text-align:center}.lesson-area--style2 .ht-swiper-button-nav{font-size:28px;line-height:1;position:absolute;top:15px;right:0;display:inline-block;width:35px;height:35px;padding:0;transition:all .3s ease 0s;text-align:center;color:#c6c6c6;border:1px solid #d2d2d2;border-radius:5px;background-color:#f9f9f9}.lesson-area--style2 .ht-swiper-button-nav i{padding-top:3px}@media only screen and (max-width:767px){.lesson-area--style2 .ht-swiper-button-nav{margin-top:15px}}.lesson-area--style2 .ht-swiper-button-nav:hover{color:#fff;border:1px solid #0a283a;background-color:#0a283a}.lesson-area--style2 .ht-swiper-button-nav.swiper-button-prev{right:40px;left:auto}@media only screen and (max-width:767px){.lesson-area--style2 .ht-swiper-button-nav.swiper-button-prev{margin-right:10px}.lesson-area--style2 .ht-swiper-button-nav{position:static;text-align:center}}.lesson-tab-list{justify-content:center}@media only screen and (max-width:767px){.lesson-tab-list.pt-30,.lesson-tab-list.pt-55{padding:10px 0 30px}}@media only screen and (min-width:768px)and (max-width:991px){.lesson-tab-list.pt-35,.lesson-tab-list.pt-60{padding:20px 0 30px}}@media only screen and (max-width:767px){.lesson-tab-list.pt-35,.lesson-tab-list.pt-60{padding:10px 0}}.lesson-tab-list a{margin:0 11px}.lesson-tab-list a.nav-link{background-color:transparent!important}@media only screen and (max-width:767px){.lesson-tab-list a{margin:0 11px 5px}}.lesson-tab-list a .h4,.lesson-tab-list a h4{font-size:18px;font-weight:500;margin:0;transition:all .3s ease 0s;color:#555}.lesson-tab-list a .h4:hover,.lesson-tab-list a h4:hover,.lesson-tab-list a.active .h4,.lesson-tab-list a.active h4{color:#000}.lesson-tab-list.lesson-tab-fruits a .h4,.lesson-tab-list.lesson-tab-fruits a h4{color:#000;border-bottom:2px solid transparent}.lesson-tab-list.lesson-tab-fruits a .h4:hover,.lesson-tab-list.lesson-tab-fruits a h4:hover{color:#6eab49}.lesson-tab-list.lesson-tab-fruits a.active .h4,.lesson-tab-list.lesson-tab-fruits a.active h4{color:#6eab49;border-bottom:2px solid #6eab49}.lesson-tab-list.lesson-tab-pink a .h4,.lesson-tab-list.lesson-tab-pink a h4{color:#000;border-bottom:2px solid transparent}.lesson-tab-list.lesson-tab-pink a .h4:hover,.lesson-tab-list.lesson-tab-pink a h4:hover{color:#e90042}.lesson-tab-list.lesson-tab-pink a.active .h4,.lesson-tab-list.lesson-tab-pink a.active h4{color:#e90042;border-bottom:2px solid #e90042}.lesson-tab-list.lesson-tab-pink2 a .h4,.lesson-tab-list.lesson-tab-pink2 a h4{color:#000;border-bottom:2px solid transparent}.lesson-tab-list.lesson-tab-pink2 a .h4:hover,.lesson-tab-list.lesson-tab-pink2 a h4:hover{color:#ed59a0}.lesson-tab-list.lesson-tab-pink2 a.active .h4,.lesson-tab-list.lesson-tab-pink2 a.active h4{color:#ed59a0;border-bottom:2px solid ed59a0e90042}.lesson-tab-list.lesson-tab-white a .h4,.lesson-tab-list.lesson-tab-white a h4{color:#fff}.lesson-tab-list--style2 .nav-item a{margin:0 0 0 20px;padding:0;text-transform:uppercase}.lesson-tab-list--style2 .nav-item a.active .h4,.lesson-tab-list--style2 .nav-item a.active h4{color:#fed700}.lesson-tab-list--style2 .nav-item a .h4,.lesson-tab-list--style2 .nav-item a h4{font-weight:700;color:#5f5f5f}.lesson-tab-list--style2 .nav-item:first-child a{margin-left:0}@media only screen and (max-width:767px),only screen and (min-width:768px)and (max-width:991px){.lesson-tab-list--style2{margin-top:10px}}.lesson-list-image-wrap,.lesson-wrap{position:relative}.lesson-list-image-wrap .lesson-img,.lesson-wrap .lesson-img{position:relative;overflow:hidden}.lesson-list-image-wrap .lesson-img img,.lesson-wrap .lesson-img img{width:100%}.lesson-list-image-wrap .lesson-img-badges,.lesson-wrap .lesson-img-badges{position:absolute;top:12px;right:12px}.lesson-list-image-wrap .lesson-img-badges span,.lesson-wrap .lesson-img-badges span{font-size:13px;font-weight:500;line-height:1;display:block;margin-bottom:10px;padding:3px 11px;color:#fff;border-radius:3px}.lesson-list-image-wrap .lesson-img-badges span.white,.lesson-wrap .lesson-img-badges span.white{background-color:#fff}.lesson-list-image-wrap .lesson-img-badges span.pink,.lesson-wrap .lesson-img-badges span.pink{background-color:#fa6bff}.lesson-list-image-wrap .lesson-img-badges span.purple,.lesson-wrap .lesson-img-badges span.purple{background-color:#0a283a}.lesson-list-image-wrap .lesson-img-badges span:last-child,.lesson-wrap .lesson-img-badges span:last-child{margin-bottom:0}.lesson-list-image-wrap .lesson-img .hover-img,.lesson-wrap .lesson-img .hover-img{position:absolute;top:0;left:50%;visibility:hidden;transition-duration:.7s;transform:translate(-50%,20px);opacity:0}.lesson-list-image-wrap .lesson-img .lesson-action,.lesson-wrap .lesson-img .lesson-action{position:absolute;z-index:9;bottom:0;left:50%;display:flex;align-items:center;flex-wrap:wrap;width:100%;transform:translateX(-50%)}.lesson-list-image-wrap .lesson-img .lesson-action>div,.lesson-wrap .lesson-img .lesson-action>div{display:flex;visibility:hidden;align-items:center;justify-content:center;height:48px;transition:all .5s ease;transform:translateY(20px);opacity:0;background-color:#0a283a}.lesson-list-image-wrap .lesson-img .lesson-action .pro-wishlist,.lesson-wrap .lesson-img .lesson-action .pro-wishlist{width:48px;border-right:1px solid hsla(0,0%,100%,.2)}.lesson-list-image-wrap .lesson-img .lesson-action .pro-cart,.lesson-wrap .lesson-img .lesson-action .pro-cart{font-size:14px;width:calc(100% - 48px - 48px);transition-delay:.1s}.lesson-list-image-wrap .lesson-img .lesson-action .pro-quickview,.lesson-wrap .lesson-img .lesson-action .pro-quickview{width:48px;margin:0;transition-delay:.2s;border-left:1px solid hsla(0,0%,100%,.2)}.lesson-list-image-wrap .lesson-img .lesson-action .pro-same-action a,.lesson-list-image-wrap .lesson-img .lesson-action .pro-same-action button,.lesson-wrap .lesson-img .lesson-action .pro-same-action a,.lesson-wrap .lesson-img .lesson-action .pro-same-action button{font-size:16px;line-height:48px;display:block;width:100%;height:48px;text-align:center;text-transform:capitalize;color:#fff;border:none;background:none}.lesson-list-image-wrap .lesson-img .lesson-action .pro-same-action a.active,.lesson-list-image-wrap .lesson-img .lesson-action .pro-same-action a:hover,.lesson-list-image-wrap .lesson-img .lesson-action .pro-same-action button.active,.lesson-list-image-wrap .lesson-img .lesson-action .pro-same-action button:hover,.lesson-wrap .lesson-img .lesson-action .pro-same-action a.active,.lesson-wrap .lesson-img .lesson-action .pro-same-action a:hover,.lesson-wrap .lesson-img .lesson-action .pro-same-action button.active,.lesson-wrap .lesson-img .lesson-action .pro-same-action button:hover{background-color:#000}.lesson-list-image-wrap .lesson-img .lesson-action .pro-same-action.pro-quickview a,.lesson-list-image-wrap .lesson-img .lesson-action .pro-same-action.pro-wishlist a,.lesson-wrap .lesson-img .lesson-action .pro-same-action.pro-quickview a,.lesson-wrap .lesson-img .lesson-action .pro-same-action.pro-wishlist a{margin-top:2px}.lesson-list-image-wrap .lesson-content,.lesson-wrap .lesson-content{height:300px;overflow:hidden;border-radius:8px;border:1px solid #c6a080;background:#fff}.lesson-list-image-wrap .lesson-content .h3,.lesson-list-image-wrap .lesson-content h3,.lesson-wrap .lesson-content .h3,.lesson-wrap .lesson-content h3{font-size:16px;margin:0}.lesson-list-image-wrap .lesson-content .lesson-price span,.lesson-wrap .lesson-content .lesson-price span{font-size:15px;font-weight:500;position:relative;margin:0 9px;color:#000}.lesson-list-image-wrap .lesson-content .lesson-price span:before,.lesson-wrap .lesson-content .lesson-price span:before{position:absolute;top:10px;right:-13px;width:7px;height:2px;content:"";background-color:#000}.lesson-list-image-wrap .lesson-content .lesson-price span:last-child:before,.lesson-wrap .lesson-content .lesson-price span:last-child:before{display:none}.lesson-list-image-wrap .lesson-content .lesson-price span.old,.lesson-wrap .lesson-content .lesson-price span.old{text-decoration:line-through;color:#8e8e8e}.lesson-list-image-wrap:hover .hover-img,.lesson-wrap:hover .hover-img{visibility:visible;transform:translate(-50%);opacity:1}.lesson-list-image-wrap:hover .lesson-action>div,.lesson-wrap:hover .lesson-action>div{visibility:visible;transform:translateY(0);opacity:1}@media only screen and (min-width:992px)and (max-width:1199px){.lesson-details-content.ml-70{margin-left:0}}@media only screen and (min-width:768px)and (max-width:991px){.lesson-details-content.ml-70{margin-left:0}}@media only screen and (max-width:767px){.lesson-details-content.ml-70{margin-top:30px;margin-left:0}.lesson-details-content.quickview-content{margin-top:30px}}.lesson-details-content .h2,.lesson-details-content h2{font-size:24px;line-height:1;margin:0;color:#010101}.lesson-details-content .lesson-details-price{display:flex;align-items:center;margin:15px 0 26px}.lesson-details-content .lesson-details-price span{font-size:24px;color:#fe5252}.lesson-details-content .lesson-details-price span.old{font-size:18px;margin-left:20px;text-decoration:line-through;color:#333}.lesson-details-content .pro-details-rating-wrap{display:flex;align-items:center;margin:0 0 17px}.lesson-details-content .pro-details-rating-wrap .pro-details-rating{position:relative;margin-right:39px}.lesson-details-content .pro-details-rating-wrap .pro-details-rating:before{position:absolute;top:4px;right:-19px;display:none;width:2px;height:15px;content:"";background-color:#d1d1d1}.lesson-details-content .pro-details-rating-wrap .pro-details-rating i{font-size:17px;margin-right:5px;color:#5f5d5d}.lesson-details-content .pro-details-rating-wrap .pro-details-rating i.yellow{color:#ffa900}.lesson-details-content .pro-details-rating-wrap span a{font-size:15px;color:#0a283a}.lesson-details-content .pro-details-rating-wrap span a:hover{color:#000}.lesson-details-content p{font-size:15px;line-height:28px;margin:0;color:#333}.lesson-details-content .pro-details-list{margin:20px 0 34px;padding:0 0 37px;border-bottom:1px solid #e5e5e5}.lesson-details-content .pro-details-list ul li{margin:0 0 5px;color:#333}.lesson-details-content .pro-details-list ul li:last-child{margin:0}.lesson-details-content .pro-details-size-color{display:flex}@media only screen and (max-width:767px){.lesson-details-content .pro-details-size-color{display:block}}@media only screen and (min-width:576px)and (max-width:767px){.lesson-details-content .pro-details-size-color{display:flex}}.lesson-details-content .pro-details-size-color .pro-details-color-wrap{margin-right:20px}@media only screen and (max-width:767px){.lesson-details-content .pro-details-size-color .pro-details-color-wrap{margin-bottom:20px}}@media only screen and (min-width:576px)and (max-width:767px){.lesson-details-content .pro-details-size-color .pro-details-color-wrap{margin-bottom:0}}.lesson-details-content .pro-details-size-color .pro-details-color-wrap span{font-size:15px;font-weight:500;display:block;margin:0 0 15px}.lesson-details-content .pro-details-size-color .pro-details-color-wrap .pro-details-color-content ul li{position:relative;display:block;float:left;width:14px;height:14px;margin-right:15px;cursor:pointer;transition:all .4s ease 0s;border-radius:50px}.lesson-details-content .pro-details-size-color .pro-details-color-wrap .pro-details-color-content ul li:last-child{margin-right:0}.lesson-details-content .pro-details-size-color .pro-details-color-wrap .pro-details-color-content ul li.blue{border:1px solid #4798f3;background-color:#4798f3}.lesson-details-content .pro-details-size-color .pro-details-color-wrap .pro-details-color-content ul li.maroon{border:1px solid #736751;background-color:#736751}.lesson-details-content .pro-details-size-color .pro-details-color-wrap .pro-details-color-content ul li.gray{border:1px solid silver;background-color:silver}.lesson-details-content .pro-details-size-color .pro-details-color-wrap .pro-details-color-content ul li.green{border:1px solid #139c57;background-color:#139c57}.lesson-details-content .pro-details-size-color .pro-details-color-wrap .pro-details-color-content ul li.yellow{border:1px solid #e28b37;background-color:#e28b37}.lesson-details-content .pro-details-size-color .pro-details-color-wrap .pro-details-color-content--single{position:relative;display:inline-block;width:14px;height:14px;margin-right:15px;cursor:pointer;transition:all .4s ease 0s;border-radius:50px}.lesson-details-content .pro-details-size-color .pro-details-color-wrap .pro-details-color-content--single:last-child{margin-right:0}.lesson-details-content .pro-details-size-color .pro-details-color-wrap .pro-details-color-content--single input{position:absolute;height:100%;cursor:pointer;opacity:0}.lesson-details-content .pro-details-size-color .pro-details-color-wrap .pro-details-color-content--single input:checked~.checkmark:after{visibility:visible;opacity:1}.lesson-details-content .pro-details-size-color .pro-details-color-wrap .pro-details-color-content--single.blue{border:1px solid #4798f3;background-color:#4798f3}.lesson-details-content .pro-details-size-color .pro-details-color-wrap .pro-details-color-content--single.maroon{border:1px solid #736751;background-color:#736751}.lesson-details-content .pro-details-size-color .pro-details-color-wrap .pro-details-color-content--single.gray{border:1px solid silver;background-color:silver}.lesson-details-content .pro-details-size-color .pro-details-color-wrap .pro-details-color-content--single.green{border:1px solid #139c57;background-color:#139c57}.lesson-details-content .pro-details-size-color .pro-details-color-wrap .pro-details-color-content--single.yellow{border:1px solid #e28b37;background-color:#e28b37}.lesson-details-content .pro-details-size-color .pro-details-color-wrap .pro-details-color-content--single.white{border:1px solid #333;background-color:#fff}.lesson-details-content .pro-details-size-color .pro-details-color-wrap .pro-details-color-content--single.black{border:1px solid #333;background-color:#333}.lesson-details-content .pro-details-size-color .pro-details-color-wrap .pro-details-color-content--single.brown{border:1px solid brown;background-color:brown}.lesson-details-content .pro-details-size-color .pro-details-color-wrap .pro-details-color-content--single .checkmark{position:relative;display:inline-block;width:14px;height:14px;margin:0}.lesson-details-content .pro-details-size-color .pro-details-color-wrap .pro-details-color-content--single .checkmark:after{position:absolute;top:-7px;left:-4px;visibility:hidden;width:20px;height:20px;content:"";transition:.3s;opacity:0;border:2px solid #333;border-radius:50%}.lesson-details-content .pro-details-size-color .pro-details-color-wrap .pro-details-color-content--single:hover input~.checkmark:after{visibility:visible;opacity:1}.lesson-details-content .pro-details-size-color .pro-details-size span{font-size:15px;font-weight:500;display:block;margin:0 0 10px}.lesson-details-content .pro-details-size-color .pro-details-size .pro-details-size-content ul li{display:inline-block;margin:0 2px 0 0;list-style:none outside none}.lesson-details-content .pro-details-size-color .pro-details-size .pro-details-size-content ul li a{font-size:12px;line-height:1;display:inline-block;padding:6px 9px 7px;text-transform:uppercase;color:#000;background-color:#f1f2f6}.lesson-details-content .pro-details-size-color .pro-details-size .pro-details-size-content ul li a:hover{color:#fff;background-color:#0a283a}.lesson-details-content .pro-details-size-color .pro-details-size .pro-details-size-content--single{font-size:12px;line-height:1;position:relative;display:inline-block;margin:0 5px 0 0;text-transform:uppercase;color:#000;background-color:#f1f2f6}.lesson-details-content .pro-details-size-color .pro-details-size .pro-details-size-content--single:hover{color:#fff;background-color:#0a283a}.lesson-details-content .pro-details-size-color .pro-details-size .pro-details-size-content--single input{position:absolute;top:0;left:0;height:100%;cursor:pointer;opacity:0}.lesson-details-content .pro-details-size-color .pro-details-size .pro-details-size-content--single input:checked~.size-name{color:#fff;background-color:#0a283a}.lesson-details-content .pro-details-size-color .pro-details-size .pro-details-size-content--single .size-name{font-size:12px;font-weight:400;width:100%;margin-bottom:0;padding:8px}.lesson-details-content .pro-details-quality{display:flex;align-items:center;margin-top:40px;margin-bottom:34px}.lesson-details-content .pro-details-quality .cart-plus-minus{position:relative;display:inline-block;overflow:hidden;width:80px;height:60px;padding:0;border:1px solid #e8e8e8}.lesson-details-content .pro-details-quality .cart-plus-minus .qtybutton{font-size:14px;font-weight:500;line-height:20px;position:absolute;float:inherit;width:24px;margin:0;cursor:pointer;transition:all .3s ease 0s;text-align:center;color:#8f8f8f;border:none;background:none}.lesson-details-content .pro-details-quality .cart-plus-minus .dec.qtybutton{top:0;left:0;height:60px}.lesson-details-content .pro-details-quality .cart-plus-minus .inc.qtybutton{top:0;right:0;height:60px}.lesson-details-content .pro-details-quality .cart-plus-minus input.cart-plus-minus-box{font-size:14px;float:left;width:80px;height:60px;margin:0;padding:0;text-align:center;color:#8f8f8f;border:none;background:transparent none repeat scroll 0 0}.lesson-details-content .pro-details-quality .pro-details-cart{margin:0 25px 0 10px}@media only screen and (max-width:767px){.lesson-details-content .pro-details-quality .pro-details-cart{margin:0 10px}}@media only screen and (min-width:768px)and (max-width:991px){.lesson-details-content .pro-details-quality .pro-details-cart{margin:0 17px 0 10px}}.lesson-details-content .pro-details-quality .pro-details-cart a,.lesson-details-content .pro-details-quality .pro-details-cart button{font-weight:700;line-height:1;z-index:99;display:inline-block;padding:23px 38px;text-transform:uppercase;color:#fff;border:none;background:none;background-color:#343538}@media only screen and (max-width:767px){.lesson-details-content .pro-details-quality .pro-details-cart a,.lesson-details-content .pro-details-quality .pro-details-cart button{padding:23px 12px}}@media only screen and (min-width:768px)and (max-width:991px){.lesson-details-content .pro-details-quality .pro-details-cart a,.lesson-details-content .pro-details-quality .pro-details-cart button{padding:22px}}.lesson-details-content .pro-details-quality .pro-details-cart a:hover,.lesson-details-content .pro-details-quality .pro-details-cart button:hover{border:none}.lesson-details-content .pro-details-quality .pro-details-cart a:disabled,.lesson-details-content .pro-details-quality .pro-details-cart button:disabled{cursor:not-allowed}.lesson-details-content .pro-details-quality .pro-details-cart a:disabled:after,.lesson-details-content .pro-details-quality .pro-details-cart a:disabled:before,.lesson-details-content .pro-details-quality .pro-details-cart button:disabled:after,.lesson-details-content .pro-details-quality .pro-details-cart button:disabled:before{display:none}.lesson-details-content .pro-details-quality .pro-details-wishlist a,.lesson-details-content .pro-details-quality .pro-details-wishlist button{font-size:18px;color:#000;border:none;background:none}.lesson-details-content .pro-details-quality .pro-details-wishlist a.active,.lesson-details-content .pro-details-quality .pro-details-wishlist a:hover,.lesson-details-content .pro-details-quality .pro-details-wishlist button.active,.lesson-details-content .pro-details-quality .pro-details-wishlist button:hover{color:#0a283a}.lesson-details-content .pro-details-quality .pro-details-compare a,.lesson-details-content .pro-details-quality .pro-details-compare button{font-size:18px;margin-left:25px;color:#000;border:none;background:none}@media only screen and (max-width:767px){.lesson-details-content .pro-details-quality .pro-details-compare a,.lesson-details-content .pro-details-quality .pro-details-compare button{margin-left:10px}}.lesson-details-content .pro-details-quality .pro-details-compare a.active,.lesson-details-content .pro-details-quality .pro-details-compare a:hover,.lesson-details-content .pro-details-quality .pro-details-compare button.active,.lesson-details-content .pro-details-quality .pro-details-compare button:hover{color:#0a283a}.lesson-details-content .pro-details-meta{display:flex;margin:0 0 10px}.lesson-details-content .pro-details-meta span{font-size:15px;margin-right:5px;color:#676767}.lesson-details-content .pro-details-meta ul li{display:inline-block;margin:0 10px 0 0}.lesson-details-content .pro-details-meta ul li a{font-size:15px;color:#676767}@media only screen and (max-width:767px){.lesson-details-content .pro-details-meta ul li a{font-size:14px}}.lesson-details-content .pro-details-meta ul li a:hover{color:#0a283a}.lesson-details-content .pro-details-social{margin:24px 0 0}.lesson-details-content .pro-details-social ul{display:flex}.lesson-details-content .pro-details-social ul li{margin-right:40px}.lesson-details-content .pro-details-social ul li:last-child{margin-right:0}.lesson-details-content .pro-details-social ul li a{font-size:16px;color:#343538}.lesson-details-content .pro-details-social ul li a:hover{color:#0a283a}@media only screen and (max-width:767px){.lesson-details-content.pro-details-slider-content.mt-50{margin-top:30px}}.lesson-details-content.pro-details-slider-content .lesson-details-price{justify-content:center}.lesson-details-content.pro-details-slider-content p{width:59%;margin:0 auto}@media only screen and (min-width:992px)and (max-width:1199px){.lesson-details-content.pro-details-slider-content p{width:80%}}@media only screen and (min-width:768px)and (max-width:991px){.lesson-details-content.pro-details-slider-content p{width:100%}}@media only screen and (max-width:767px){.lesson-details-content.pro-details-slider-content p{width:100%}}.lesson-details-content.pro-details-slider-content .pro-details-rating-wrap{justify-content:center}.lesson-details-content.pro-details-slider-content .pro-details-size-color{justify-content:center;text-align:left}@media only screen and (max-width:767px){.lesson-details-content.pro-details-slider-content .pro-details-size-color{text-align:center}.lesson-details-content.pro-details-slider-content .pro-details-size-color .pro-details-color-content{display:flex;justify-content:center}}.lesson-details-content.pro-details-slider-content .pro-details-meta,.lesson-details-content.pro-details-slider-content .pro-details-quality,.lesson-details-content.pro-details-slider-content .pro-details-social ul{justify-content:center}@media only screen and (max-width:767px){.lesson-tab-list-2{margin:0 0 10px}}@media only screen and (min-width:576px)and (max-width:767px){.lesson-tab-list-2{margin:0}}.lesson-tab-list-2 .nav-item:first-child .nav-link{padding-left:0}.lesson-tab-list-2 a{display:inline-block;margin-right:23px}.lesson-tab-list-2 a.nav-link{background-color:transparent!important}@media only screen and (max-width:767px){.lesson-tab-list-2 a{margin:0 23px 10px 0}}@media only screen and (min-width:576px)and (max-width:767px){.lesson-tab-list-2 a{margin:0 23px 0 0}}.lesson-tab-list-2 a:last-child{margin-right:0}.lesson-tab-list-2 a .h4,.lesson-tab-list-2 a h4{font-size:18px;font-weight:500;margin:0;padding-bottom:5px;transition:all .3s ease 0s;color:#555;border-bottom:2px solid transparent}.lesson-tab-list-2 a .h4:hover,.lesson-tab-list-2 a h4:hover{color:#000}.lesson-tab-list-2 a.active .h4,.lesson-tab-list-2 a.active h4{color:#000;border-bottom:2px solid #000}.lesson-filter-wrapper{overflow:hidden;height:0;transition:height .4s ease-out;background-color:#fff}.lesson-filter-wrapper .lesson-filter .h5,.lesson-filter-wrapper .lesson-filter h5{font-size:16px;font-weight:500;position:relative;margin-bottom:25px;padding-bottom:7px;text-transform:capitalize;color:#000}.lesson-filter-wrapper .lesson-filter .h5:before,.lesson-filter-wrapper .lesson-filter h5:before{position:absolute;bottom:0;left:0;width:20px;height:1px;content:"";background-color:#000}.lesson-filter-wrapper .lesson-filter ul.sort-by li{margin-bottom:3px}.lesson-filter-wrapper .lesson-filter ul.sort-by li:last-child{margin-bottom:0}.lesson-filter-wrapper .lesson-filter ul.color-filter li{margin-bottom:6px}.lesson-filter-wrapper .lesson-filter ul.color-filter li:last-child{margin-bottom:0}.lesson-filter-wrapper .lesson-filter ul.color-filter li input{display:inline-block;float:left;width:20px;height:20px;margin:3px 8px 0 0}.lesson-filter-wrapper .lesson-filter ul.color-filter li a{text-transform:capitalize}.lesson-filter-wrapper .lesson-filter .lesson-tags ul li{margin-bottom:4px}.lesson-filter-wrapper .lesson-filter .lesson-tags ul li a{text-transform:capitalize}.lesson-filter-wrapper .lesson-filter ul li button{text-transform:capitalize;border:none;background:none}.lesson-filter-wrapper .lesson-filter ul li button.active,.lesson-filter-wrapper .lesson-filter ul li button:hover{color:#0a283a}.lesson-filter-wrapper .lesson-filter--tag ul li{display:inline-block}.lesson-filter-wrapper .lesson-filter--tag ul li button{margin-right:10px;margin-bottom:10px;text-transform:lowercase;border:1px solid #e6e6e6}.lesson-filter-wrapper .lesson-filter--tag ul li button:hover{border-color:#0a283a}.lesson-filter-wrapper__inner{margin-bottom:60px;padding:45px 45px 7px;box-shadow:0 0 6px rgba(0,0,0,.1)}@media only screen and (min-width:768px)and (max-width:991px){.lesson-filter-wrapper__inner{padding:35px 25px 7px}}@media only screen and (max-width:767px){.lesson-filter-wrapper__inner{padding:35px 25px 7px}}.lesson-wrap-2{overflow:hidden}.lesson-wrap-2,.lesson-wrap-2 .lesson-img{position:relative}.lesson-wrap-2 .lesson-img img{width:100%}.lesson-wrap-2 .lesson-img span{font-size:14px;font-weight:500;position:absolute;top:20px;right:20px}.lesson-wrap-2 .lesson-img span.pink{color:#fa6bff}.lesson-wrap-2 .lesson-img span.red{color:#ff3d2a}.lesson-wrap-2 .lesson-img span.purple{color:#0a283a}.lesson-wrap-2 .lesson-img .default-img{transition:all .5s ease-in-out}.lesson-wrap-2 .lesson-img .hover-img{position:absolute;top:0;left:0;visibility:hidden;width:100%;transition:all .5s ease-in-out;transform:translateX(100%);opacity:0}.lesson-wrap-2 .lesson-img .lesson-action-2{position:absolute;top:50%;display:flex;justify-content:center;width:100%;transform:translateY(-50%)}.lesson-wrap-2 .lesson-img .lesson-action-2 a,.lesson-wrap-2 .lesson-img .lesson-action-2 button{font-size:16px;line-height:42px;display:inline-block;width:42px;height:42px;margin:0 3px;transition:all .4s ease-in-out;transform:scaleX(0);text-align:center;color:#fff;border:none;border-radius:50px;background:none;background-color:#0a283a}.lesson-wrap-2 .lesson-img .lesson-action-2 a.active,.lesson-wrap-2 .lesson-img .lesson-action-2 a:hover,.lesson-wrap-2 .lesson-img .lesson-action-2 button.active,.lesson-wrap-2 .lesson-img .lesson-action-2 button:hover{background-color:#fa6bff}.lesson-wrap-2 .lesson-img .lesson-action-2.lesson-action-2-red a{background-color:#df262b}.lesson-wrap-2 .lesson-img .lesson-action-2.lesson-action-2-red a:hover{background-color:#0a283a}.lesson-wrap-2 .lesson-img-badges{position:absolute;top:12px;right:12px}.lesson-wrap-2 .lesson-img-badges>span{font-size:13px;font-weight:500;line-height:1;position:static;display:block;margin-bottom:10px;padding:3px 11px;border-radius:3px}.lesson-wrap-2 .lesson-img-badges>span.pink{color:#fa6bff}.lesson-wrap-2 .lesson-img-badges>span.purple{color:#0a283a}.lesson-wrap-2 .lesson-img-badges>span:last-child{margin-bottom:0}.lesson-wrap-2 .lesson-content-2{display:flex;justify-content:space-between;margin:20px 0 0}.lesson-wrap-2 .lesson-content-2 .title-price-wrap-2 .h3,.lesson-wrap-2 .lesson-content-2 .title-price-wrap-2 h3{line-height:1;margin:0 0 6px}.lesson-wrap-2 .lesson-content-2 .title-price-wrap-2 .h3 a,.lesson-wrap-2 .lesson-content-2 .title-price-wrap-2 h3 a{font-size:16px;color:#000}.lesson-wrap-2 .lesson-content-2 .title-price-wrap-2 .h3 a:hover,.lesson-wrap-2 .lesson-content-2 .title-price-wrap-2 h3 a:hover{color:#0a283a}.lesson-wrap-2 .lesson-content-2 .title-price-wrap-2 .price-2 span{font-size:15px;position:relative;margin-right:17px;color:#000}.lesson-wrap-2 .lesson-content-2 .title-price-wrap-2 .price-2 span.old{text-decoration:line-through;color:#fa6bff}.lesson-wrap-2 .lesson-content-2 .title-price-wrap-2 .price-2 span.old.red{color:#ff3d2a}.lesson-wrap-2 .lesson-content-2 .title-price-wrap-2 .price-2 span:before{position:absolute;top:10px;right:-13px;width:6px;height:2px;content:"";background-color:#a5a5a5}.lesson-wrap-2 .lesson-content-2 .title-price-wrap-2 .price-2 span:last-child:before{display:none}.lesson-wrap-2 .lesson-content-2 .title-price-wrap-2.title-price-wrap-2-white .h3 a,.lesson-wrap-2 .lesson-content-2 .title-price-wrap-2.title-price-wrap-2-white h3 a{color:#fff}.lesson-wrap-2 .lesson-content-2 .title-price-wrap-2.title-price-wrap-2-white .h3 a:hover,.lesson-wrap-2 .lesson-content-2 .title-price-wrap-2.title-price-wrap-2-white h3 a:hover{color:#0a283a}.lesson-wrap-2 .lesson-content-2 .title-price-wrap-2.title-price-wrap-2-white .price-2 span{color:#fff}.lesson-wrap-2 .lesson-content-2 .title-price-wrap-2.title-price-wrap-2-white .price-2 span.old{text-decoration:line-through;color:#fa6bff}.lesson-wrap-2 .lesson-content-2 .pro-wishlist-2 a,.lesson-wrap-2 .lesson-content-2 .pro-wishlist-2 button{font-size:16px;display:inline-block;margin:4px 0 0 10px;color:#929292;border:none;background:none}.lesson-wrap-2 .lesson-content-2 .pro-wishlist-2 a.active,.lesson-wrap-2 .lesson-content-2 .pro-wishlist-2 a:hover,.lesson-wrap-2 .lesson-content-2 .pro-wishlist-2 button.active,.lesson-wrap-2 .lesson-content-2 .pro-wishlist-2 button:hover{color:#0a283a}.lesson-wrap-2:hover .hover-img{visibility:visible;transform:translateX(0);opacity:1}.lesson-wrap-2:hover .default-img{visibility:hidden;transform:translateX(-100%)}.lesson-wrap-2:hover .lesson-action-2 a,.lesson-wrap-2:hover .lesson-action-2 button{transform:scaleX(1)}.lesson-wrap-2.pro-glaucous-color .lesson-img span.glaucous{color:#3d6882}.lesson-wrap-2.pro-glaucous-color .lesson-img .lesson-action-2 a,.lesson-wrap-2.pro-glaucous-color .lesson-img .lesson-action-2 button{background-color:#3d6882}.lesson-wrap-2.pro-glaucous-color .lesson-img .lesson-action-2 a.active,.lesson-wrap-2.pro-glaucous-color .lesson-img .lesson-action-2 a:hover,.lesson-wrap-2.pro-glaucous-color .lesson-img .lesson-action-2 button.active,.lesson-wrap-2.pro-glaucous-color .lesson-img .lesson-action-2 button:hover{color:#000;background-color:#fff}.lesson-wrap-2.pro-glaucous-color .lesson-content-2 .pro-wishlist-2 a:hover,.lesson-wrap-2.pro-glaucous-color .lesson-content-2 .title-price-wrap-2 .h3 a:hover,.lesson-wrap-2.pro-glaucous-color .lesson-content-2 .title-price-wrap-2 .price-2 span.old,.lesson-wrap-2.pro-glaucous-color .lesson-content-2 .title-price-wrap-2 h3 a:hover{color:#3d6882}.lesson-wrap-2.pro-puce-color .lesson-img span.puce{color:#de3e3e}.lesson-wrap-2.pro-puce-color .lesson-img .lesson-action-2 a,.lesson-wrap-2.pro-puce-color .lesson-img .lesson-action-2 button{background-color:#de3e3e}.lesson-wrap-2.pro-puce-color .lesson-img .lesson-action-2 a:hover,.lesson-wrap-2.pro-puce-color .lesson-img .lesson-action-2 button:hover{color:#000;background-color:#fff}.lesson-wrap-2.pro-puce-color .lesson-content-2 .pro-wishlist-2 a:hover,.lesson-wrap-2.pro-puce-color .lesson-content-2 .pro-wishlist-2 button:hover,.lesson-wrap-2.pro-puce-color .lesson-content-2 .title-price-wrap-2 .h3 a:hover,.lesson-wrap-2.pro-puce-color .lesson-content-2 .title-price-wrap-2 .price-2 span.old,.lesson-wrap-2.pro-puce-color .lesson-content-2 .title-price-wrap-2 h3 a:hover{color:#de3e3e}.lesson-wrap-3,.lesson-wrap-3 .lesson-img{position:relative}.lesson-wrap-3 .lesson-img a img{width:100%}.lesson-wrap-3 .lesson-img-badges{position:absolute;z-index:9;top:12px;right:12px}.lesson-wrap-3 .lesson-img-badges span{font-size:13px;font-weight:500;line-height:1;display:block;margin-bottom:10px;padding:3px 11px;color:#fff;border-radius:3px}.lesson-wrap-3 .lesson-img-badges span.purple{background-color:#0a283a}.lesson-wrap-3 .lesson-img-badges span.pink{background-color:#fa6bff}.lesson-wrap-3 .lesson-img-badges span:last-child{margin-bottom:0}.lesson-wrap-3 .lesson-content-3-wrap{position:absolute;z-index:8;top:5%;right:5%;bottom:5%;left:5%;visibility:hidden;width:90%;height:90%;transition:all .4s ease 0s;transform:scale(.85);opacity:0;background:hsla(0,0%,100%,.9) none repeat scroll 0 0}.lesson-wrap-3 .lesson-content-3-wrap .lesson-content-3{position:absolute;top:50%;left:50%;width:100%;transition:all .4s ease 0s;transform:translate(-50%,-50%);text-align:center}.lesson-wrap-3 .lesson-content-3-wrap .lesson-content-3 .lesson-title .h3,.lesson-wrap-3 .lesson-content-3-wrap .lesson-content-3 .lesson-title h3{font-size:18px;line-height:1;margin:0}.lesson-wrap-3 .lesson-content-3-wrap .lesson-content-3 .price-3{margin:10px 0 20px}.lesson-wrap-3 .lesson-content-3-wrap .lesson-content-3 .price-3 span{font-size:16px;font-weight:500;position:relative;margin:0 9px;color:#000}.lesson-wrap-3 .lesson-content-3-wrap .lesson-content-3 .price-3 span:before{position:absolute;top:10px;right:-13px;width:7px;height:2px;content:"";background-color:#000}.lesson-wrap-3 .lesson-content-3-wrap .lesson-content-3 .price-3 span:last-child:before{display:none}.lesson-wrap-3 .lesson-content-3-wrap .lesson-content-3 .price-3 span.old{text-decoration:line-through;color:#8e8e8e}.lesson-wrap-3 .lesson-content-3-wrap .lesson-content-3 .lesson-action-3 .pro-same-action{display:inline-block}.lesson-wrap-3 .lesson-content-3-wrap .lesson-content-3 .lesson-action-3 a,.lesson-wrap-3 .lesson-content-3-wrap .lesson-content-3 .lesson-action-3 button{font-size:16px;line-height:42px;display:inline-block;width:42px;height:42px;margin:0 3px;transition:all .4s ease-in-out;text-align:center;color:#fff;border:none;border-radius:50px;background:none;background-color:#a749ff}.lesson-wrap-3 .lesson-content-3-wrap .lesson-content-3 .lesson-action-3 a.active,.lesson-wrap-3 .lesson-content-3-wrap .lesson-content-3 .lesson-action-3 a:hover,.lesson-wrap-3 .lesson-content-3-wrap .lesson-content-3 .lesson-action-3 button.active,.lesson-wrap-3 .lesson-content-3-wrap .lesson-content-3 .lesson-action-3 button:hover{background-color:#fa6bff}.lesson-wrap-3 .lesson-content-3-wrap .lesson-content-3 .lesson-action-3 a:disabled,.lesson-wrap-3 .lesson-content-3-wrap .lesson-content-3 .lesson-action-3 button:disabled{cursor:not-allowed}.lesson-wrap-3:hover .lesson-content-3-wrap{visibility:visible;transform:scale(1);opacity:1}.lesson-wrap-4{position:relative;overflow:hidden}.lesson-wrap-4 a img{width:100%;transition:all .5s ease 0s;transform:scale(1)}.lesson-wrap-4 .position-1{position:absolute;right:0;bottom:75px;left:0;text-align:center}@media only screen and (min-width:1366px)and (max-width:1600px){.lesson-wrap-4 .position-1{bottom:40px}}@media only screen and (min-width:1200px)and (max-width:1365px){.lesson-wrap-4 .position-1{bottom:40px}}@media only screen and (min-width:992px)and (max-width:1199px){.lesson-wrap-4 .position-1{bottom:30px}}@media only screen and (min-width:768px)and (max-width:991px){.lesson-wrap-4 .position-1{bottom:30px}}@media only screen and (max-width:767px){.lesson-wrap-4 .position-1{bottom:30px}}.lesson-wrap-4 .position-2{position:absolute;bottom:55px;left:60px}@media only screen and (min-width:1366px)and (max-width:1600px){.lesson-wrap-4 .position-2{bottom:40px}}@media only screen and (min-width:1200px)and (max-width:1365px){.lesson-wrap-4 .position-2{bottom:40px}}@media only screen and (min-width:992px)and (max-width:1199px){.lesson-wrap-4 .position-2{bottom:30px;left:40px}}@media only screen and (min-width:768px)and (max-width:991px){.lesson-wrap-4 .position-2{bottom:30px;left:20px}}@media only screen and (max-width:767px){.lesson-wrap-4 .position-2{bottom:30px;left:20px}}.lesson-wrap-4 .position-3{position:absolute;top:51px;right:0;left:0;text-align:center}@media only screen and (min-width:1366px)and (max-width:1600px){.lesson-wrap-4 .position-3{top:32px}}@media only screen and (min-width:1200px)and (max-width:1365px){.lesson-wrap-4 .position-3{top:32px}}@media only screen and (min-width:992px)and (max-width:1199px){.lesson-wrap-4 .position-3{top:22px}}@media only screen and (min-width:768px)and (max-width:991px){.lesson-wrap-4 .position-3{top:22px}}@media only screen and (max-width:767px){.lesson-wrap-4 .position-3{top:22px}}.lesson-wrap-4 .lesson-content-4 .h4,.lesson-wrap-4 .lesson-content-4 h4{font-size:30px;line-height:38px;margin:0 0 12px}@media only screen and (min-width:1366px)and (max-width:1600px){.lesson-wrap-4 .lesson-content-4 .h4,.lesson-wrap-4 .lesson-content-4 h4{font-size:25px;line-height:30px}}@media only screen and (min-width:1200px)and (max-width:1365px){.lesson-wrap-4 .lesson-content-4 .h4,.lesson-wrap-4 .lesson-content-4 h4{font-size:25px;line-height:30px}}@media only screen and (min-width:992px)and (max-width:1199px){.lesson-wrap-4 .lesson-content-4 .h4,.lesson-wrap-4 .lesson-content-4 h4{font-size:22px;line-height:27px}}@media only screen and (min-width:768px)and (max-width:991px){.lesson-wrap-4 .lesson-content-4 .h4,.lesson-wrap-4 .lesson-content-4 h4{font-size:20px;line-height:23px}}@media only screen and (max-width:767px){.lesson-wrap-4 .lesson-content-4 .h4,.lesson-wrap-4 .lesson-content-4 h4{font-size:20px;line-height:23px}}.lesson-wrap-4 .lesson-content-4 .price-4 span{font-size:18px;position:relative;margin:0 24px 0 0;color:#000}.lesson-wrap-4 .lesson-content-4 .price-4 span:before{position:absolute;top:12px;right:-17px;width:7px;height:2px;content:"";background-color:#6b6264}.lesson-wrap-4 .lesson-content-4 .price-4 span:last-child:before{display:none}.lesson-wrap-4 .lesson-content-4 .price-4 span.old{text-decoration:line-through;color:#fa6bff}.lesson-wrap-4 .lesson-content-4 .price-4.price-4-center span{margin:0 12px}.lesson-wrap-4:hover a img{transform:scale(1.1)}.collection-lesson .collection-img{overflow:hidden}.collection-lesson .collection-img a img{width:100%;transition:all .5s ease 0s;transform:scale(1)}.collection-lesson .collection-content{margin:23px 0 0}.collection-lesson .collection-content span{font-weight:500}.collection-lesson .collection-content .h4,.collection-lesson .collection-content h4{line-height:1;margin:4px 0 0}.collection-lesson .collection-content .h4 a,.collection-lesson .collection-content h4 a{font-size:16px;font-weight:500;color:#000}.collection-lesson .collection-content .h4 a:hover,.collection-lesson .collection-content h4 a:hover{color:#0a283a}.collection-lesson .collection-content .collection-btn{font-size:13px;font-weight:400;line-height:1;position:relative;display:inline-block;overflow:hidden;margin-top:15px;padding:8px 11px;text-transform:uppercase;color:#666;border:1px solid #010101;border-radius:50px;background-color:transparent}.collection-lesson .collection-content .collection-btn:after,.collection-lesson .collection-content .collection-btn:before{position:absolute;z-index:-1;right:0;bottom:0;left:auto;width:0;height:100%;content:"";transition:all .5s cubic-bezier(.645,.045,.355,1)}.collection-lesson .collection-content .collection-btn:hover{color:#fff;border-color:#0a283a;background-color:transparent}.collection-lesson .collection-content .collection-btn:hover:after{right:auto;left:0;width:100%;background-color:#0a283a}.collection-lesson:hover a img{transform:scale(1.1)}.lesson-wrap-5,.lesson-wrap-5 .lesson-img{position:relative}.lesson-wrap-5 .lesson-img a img{width:100%}.lesson-wrap-5 .lesson-img-badges{position:absolute;top:12px;right:12px}.lesson-wrap-5 .lesson-img span{font-size:13px;font-weight:500;line-height:1;display:block;margin-bottom:10px;padding:3px 11px;color:#fff;border-radius:3px}.lesson-wrap-5 .lesson-img span.purple{background-color:#0a283a}.lesson-wrap-5 .lesson-img span.pink{background-color:#fa6bff}.lesson-wrap-5 .lesson-img span:last-child{margin-bottom:0}.lesson-wrap-5 .lesson-action-4{position:absolute;z-index:999;bottom:0;left:0;display:flex;justify-content:center;width:100%;padding:10px;transition:all .5s ease 0s;transform:scaleY(0);text-align:center;opacity:1;background:none repeat scroll 0 0 #a749ff}.lesson-wrap-5 .lesson-action-4 .pro-same-action{margin:0 2px}.lesson-wrap-5 .lesson-action-4 .pro-same-action a,.lesson-wrap-5 .lesson-action-4 .pro-same-action button{font-size:16px;line-height:36px;display:inline-block;width:35px;height:35px;margin:0 3px;text-align:center;color:#000;border:none;border-radius:50px;background:none;background-color:#fff}.lesson-wrap-5 .lesson-action-4 .pro-same-action a.active,.lesson-wrap-5 .lesson-action-4 .pro-same-action a:hover,.lesson-wrap-5 .lesson-action-4 .pro-same-action button.active,.lesson-wrap-5 .lesson-action-4 .pro-same-action button:hover{color:#fff;background-color:#fa6bff}.lesson-wrap-5 .lesson-content-5{margin-top:28px}.lesson-wrap-5 .lesson-content-5 .h3,.lesson-wrap-5 .lesson-content-5 h3{font-size:16px;line-height:17px;margin:0 0 5px}.lesson-wrap-5 .lesson-content-5 .h3 a,.lesson-wrap-5 .lesson-content-5 h3 a{color:#000}.lesson-wrap-5 .lesson-content-5 .h3 a:hover,.lesson-wrap-5 .lesson-content-5 h3 a:hover{color:#0a283a}.lesson-wrap-5 .lesson-content-5 .price-5 span{font-size:15px;position:relative;margin:0 8px;color:#000}.lesson-wrap-5 .lesson-content-5 .price-5 span:before{position:absolute;top:10px;right:-13px;width:6px;height:2px;content:"";background-color:#a5a5a5}.lesson-wrap-5 .lesson-content-5 .price-5 span:last-child:before{display:none}.lesson-wrap-5 .lesson-content-5 .price-5 span.old{text-decoration:line-through;color:#fa6bff}.lesson-wrap-5:hover .lesson-action-4{transform:scaleY(1);opacity:1}.lesson-wrap-6{display:flex}.lesson-wrap-6 .lesson-img{position:relative;flex-basis:170px;margin-right:30px}.lesson-wrap-6 .lesson-img-badges{position:absolute;top:12px;right:12px}.lesson-wrap-6 .lesson-img span{font-size:13px;font-weight:500;line-height:1;display:block;margin-bottom:10px;padding:3px 11px;color:#fed700;border-radius:3px}.lesson-wrap-6 .lesson-img span:last-child{margin-bottom:0}.lesson-wrap-6 .lesson-content{flex-basis:calc(100% - 200px)}.lesson-wrap-6 .lesson-content .h3,.lesson-wrap-6 .lesson-content h3{font-size:16px;font-weight:400;line-height:1;margin-bottom:15px}.lesson-wrap-6 .lesson-content .h3 a,.lesson-wrap-6 .lesson-content h3 a{color:#3d3d3d}.lesson-wrap-6 .lesson-content .h3 a:hover,.lesson-wrap-6 .lesson-content h3 a:hover{color:#fed700}.lesson-wrap-6 .lesson-content .lesson-price{margin-bottom:10px;margin-left:-8px}.lesson-wrap-6 .lesson-content .lesson-price span{font-size:18px;position:relative;margin:0 8px;color:#000}.lesson-wrap-6 .lesson-content .lesson-price span:before{position:absolute;top:10px;right:-13px;width:6px;height:2px;content:"";background-color:#a5a5a5}.lesson-wrap-6 .lesson-content .lesson-price span:last-child:before{display:none}.lesson-wrap-6 .lesson-content .lesson-price span.old{text-decoration:line-through;color:#fed700}.lesson-wrap-6 .lesson-content .lesson-rating{margin-bottom:15px}.lesson-wrap-6 .lesson-content .lesson-rating i{font-size:17px;margin-right:3px}.lesson-wrap-6 .lesson-content .lesson-rating i.yellow{color:#ffa900}.lesson-wrap-6 .lesson-content .lesson-action{display:flex;justify-content:flex-end}.lesson-wrap-6 .lesson-content .lesson-action .pro-same-action{margin-left:5px}.lesson-wrap-6 .lesson-content .lesson-action .pro-same-action:first-child{margin-left:0}.lesson-wrap-6 .lesson-content .lesson-action .pro-same-action a,.lesson-wrap-6 .lesson-content .lesson-action .pro-same-action button{font-size:23px;line-height:55px;display:inline-block;width:55px;height:55px;text-align:center;color:#000;border:none;background:none;background-color:#f6f6f6}.lesson-wrap-6 .lesson-content .lesson-action .pro-same-action a.active,.lesson-wrap-6 .lesson-content .lesson-action .pro-same-action a:hover,.lesson-wrap-6 .lesson-content .lesson-action .pro-same-action button.active,.lesson-wrap-6 .lesson-content .lesson-action .pro-same-action button:hover{color:#fff;background-color:#fed700}.lesson-wrap-7{overflow:hidden}.lesson-wrap-7,.lesson-wrap-7 .lesson-img{position:relative}.lesson-wrap-7 .lesson-img img{width:100%}.lesson-wrap-7 .lesson-img span{font-size:14px;font-weight:500;position:absolute;top:20px;right:20px;color:#fed700}.lesson-wrap-7 .lesson-img .default-img{transition:all .5s ease-in-out}.lesson-wrap-7 .lesson-img .hover-img{position:absolute;top:0;left:0;visibility:hidden;width:100%;transition:all .5s ease-in-out;transform:translateX(100%);opacity:0}.lesson-wrap-7 .lesson-img .lesson-action-2{position:absolute;right:10px;bottom:10px;display:flex;justify-content:flex-end;width:100%}.lesson-wrap-7 .lesson-img .lesson-action-2 a,.lesson-wrap-7 .lesson-img .lesson-action-2 button{font-size:16px;line-height:42px;display:inline-block;width:42px;height:42px;margin:0 3px;transition:all .4s ease-in-out;transform:scaleX(0);text-align:center;color:#fff;border:none;background:none;background-color:#555}.lesson-wrap-7 .lesson-img .lesson-action-2 a.active,.lesson-wrap-7 .lesson-img .lesson-action-2 a:hover,.lesson-wrap-7 .lesson-img .lesson-action-2 button.active,.lesson-wrap-7 .lesson-img .lesson-action-2 button:hover{background-color:#fed700}.lesson-wrap-7 .lesson-img-badges{position:absolute;top:12px;left:12px}.lesson-wrap-7 .lesson-img-badges>span{font-size:13px;font-weight:500;line-height:1;position:static;display:block;margin-bottom:10px;padding:3px 11px;border-radius:3px}.lesson-wrap-7 .lesson-img-badges>span:last-child{margin-bottom:0}.lesson-wrap-7 .lesson-img .pro-wishlist-2{line-height:35px;position:absolute;z-index:9;top:20px;right:20px;text-align:center}.lesson-wrap-7 .lesson-img .pro-wishlist-2 a,.lesson-wrap-7 .lesson-img .pro-wishlist-2 button{font-size:16px;display:inline-block;width:35px;height:35px;transition:all .3s ease-in-out;color:#fff;border:none;border-radius:100%;background:#555}.lesson-wrap-7 .lesson-img .pro-wishlist-2 a.active,.lesson-wrap-7 .lesson-img .pro-wishlist-2 a:hover,.lesson-wrap-7 .lesson-img .pro-wishlist-2 button.active,.lesson-wrap-7 .lesson-img .pro-wishlist-2 button:hover{background:#fed700}.lesson-wrap-7 .lesson-content-2{display:flex;justify-content:space-between;margin:20px 0 0}.lesson-wrap-7 .lesson-content-2 .title-price-wrap-2 .h3,.lesson-wrap-7 .lesson-content-2 .title-price-wrap-2 h3{line-height:1;margin:0 0 6px}.lesson-wrap-7 .lesson-content-2 .title-price-wrap-2 .h3 a,.lesson-wrap-7 .lesson-content-2 .title-price-wrap-2 h3 a{font-size:16px;font-weight:500;color:#444}.lesson-wrap-7 .lesson-content-2 .title-price-wrap-2 .h3 a:hover,.lesson-wrap-7 .lesson-content-2 .title-price-wrap-2 h3 a:hover{color:#fed700}.lesson-wrap-7 .lesson-content-2 .title-price-wrap-2 .price-2 span{font-size:15px;position:relative;margin-right:17px;color:#444}.lesson-wrap-7 .lesson-content-2 .title-price-wrap-2 .price-2 span.old{text-decoration:line-through;color:#444}.lesson-wrap-7 .lesson-content-2 .title-price-wrap-2 .price-2 span.old.red{color:#ff3d2a}.lesson-wrap-7 .lesson-content-2 .title-price-wrap-2 .price-2 span:before{position:absolute;top:10px;right:-13px;width:6px;height:2px;content:"";background-color:#a5a5a5}.lesson-wrap-7 .lesson-content-2 .title-price-wrap-2 .price-2 span:last-child:before{display:none}.lesson-wrap-7:hover .hover-img{visibility:visible;transform:translateX(0);opacity:1}.lesson-wrap-7:hover .lesson-action-2 a,.lesson-wrap-7:hover .lesson-action-2 button{transform:scaleX(1)}.lesson-wrap-8{display:flex}.lesson-wrap-8 .lesson-img{position:relative;flex-basis:170px;margin-right:30px}.lesson-wrap-8 .lesson-img-badges{position:absolute;top:12px;right:12px}.lesson-wrap-8 .lesson-img span{font-size:13px;font-weight:500;line-height:1;display:block;margin-bottom:10px;padding:3px 11px;color:#fff;border-radius:3px;background-color:red}.lesson-wrap-8 .lesson-img span:last-child{margin-bottom:0}.lesson-wrap-8 .lesson-content{flex-basis:calc(100% - 200px)}.lesson-wrap-8 .lesson-content .h3,.lesson-wrap-8 .lesson-content h3{font-size:16px;font-weight:400;line-height:1;margin-bottom:15px}.lesson-wrap-8 .lesson-content .h3 a,.lesson-wrap-8 .lesson-content h3 a{color:#3d3d3d}.lesson-wrap-8 .lesson-content .h3 a:hover,.lesson-wrap-8 .lesson-content h3 a:hover{color:red}.lesson-wrap-8 .lesson-content .lesson-price{margin-bottom:10px;margin-left:-8px}.lesson-wrap-8 .lesson-content .lesson-price span{font-size:18px;position:relative;margin:0 8px;color:#000}.lesson-wrap-8 .lesson-content .lesson-price span:before{position:absolute;top:10px;right:-13px;width:6px;height:2px;content:"";background-color:#a5a5a5}.lesson-wrap-8 .lesson-content .lesson-price span:last-child:before{display:none}.lesson-wrap-8 .lesson-content .lesson-price span.old{text-decoration:line-through;color:red}.lesson-wrap-8 .lesson-content .lesson-rating{margin-bottom:15px}.lesson-wrap-8 .lesson-content .lesson-rating i{font-size:17px;margin-right:3px}.lesson-wrap-8 .lesson-content .lesson-rating i.yellow{color:#ffa900}.lesson-wrap-8 .lesson-content .lesson-action{display:flex;justify-content:flex-end}.lesson-wrap-8 .lesson-content .lesson-action .pro-same-action{margin-left:5px}.lesson-wrap-8 .lesson-content .lesson-action .pro-same-action:first-child{margin-left:0}.lesson-wrap-8 .lesson-content .lesson-action .pro-same-action a,.lesson-wrap-8 .lesson-content .lesson-action .pro-same-action button{font-size:23px;line-height:55px;display:inline-block;width:55px;height:55px;text-align:center;color:#000;border:none;background:none;background-color:#f6f6f6}.lesson-wrap-8 .lesson-content .lesson-action .pro-same-action a.active,.lesson-wrap-8 .lesson-content .lesson-action .pro-same-action a:hover,.lesson-wrap-8 .lesson-content .lesson-action .pro-same-action button.active,.lesson-wrap-8 .lesson-content .lesson-action .pro-same-action button:hover{color:#fff;background-color:red}.lesson-wrap-8--brown .lesson-img span{background-color:#bca487}.lesson-wrap-8--brown .lesson-content .h3 a:hover,.lesson-wrap-8--brown .lesson-content .lesson-price span.old,.lesson-wrap-8--brown .lesson-content h3 a:hover{color:#bca487}.lesson-wrap-8--brown .lesson-content .lesson-action .pro-same-action a.active,.lesson-wrap-8--brown .lesson-content .lesson-action .pro-same-action a:hover,.lesson-wrap-8--brown .lesson-content .lesson-action .pro-same-action button.active,.lesson-wrap-8--brown .lesson-content .lesson-action .pro-same-action button:hover{background-color:#bca487}.lesson-wrap-9{overflow:hidden}.lesson-wrap-9,.lesson-wrap-9 .lesson-img{position:relative}.lesson-wrap-9 .lesson-img img{width:100%}.lesson-wrap-9 .lesson-img span{font-size:14px;font-weight:500;position:absolute;top:20px;right:20px;color:red}.lesson-wrap-9 .lesson-img .default-img{transition:all .5s ease-in-out}.lesson-wrap-9 .lesson-img .hover-img{position:absolute;top:0;left:0;visibility:hidden;width:100%;transition:all .5s ease-in-out;transform:translateX(100%);opacity:0}.lesson-wrap-9 .lesson-img .lesson-action-2{position:absolute;right:10px;bottom:0;display:flex;justify-content:flex-end;width:100%}.lesson-wrap-9 .lesson-img .lesson-action-2 a,.lesson-wrap-9 .lesson-img .lesson-action-2 button{font-size:16px;line-height:55px;display:inline-block;width:55px;height:55px;margin:0 3px;transition:all .4s ease-in-out;transform:scaleX(0);text-align:center;color:#555;border:none;background:none;background-color:#fff}.lesson-wrap-9 .lesson-img .lesson-action-2 a.active,.lesson-wrap-9 .lesson-img .lesson-action-2 a:hover,.lesson-wrap-9 .lesson-img .lesson-action-2 button.active,.lesson-wrap-9 .lesson-img .lesson-action-2 button:hover{color:#fff;background-color:red}.lesson-wrap-9 .lesson-img-badges{position:absolute;top:12px;right:12px}.lesson-wrap-9 .lesson-img-badges>span{font-size:13px;font-weight:500;line-height:1;position:static;display:block;margin-bottom:10px;padding:3px 11px;border-radius:3px}.lesson-wrap-9 .lesson-img-badges>span:last-child{margin-bottom:0}.lesson-wrap-9 .lesson-content-2{display:flex;justify-content:space-between;margin:20px 0 0}.lesson-wrap-9 .lesson-content-2 .title-price-wrap-2 .h3,.lesson-wrap-9 .lesson-content-2 .title-price-wrap-2 h3{font-family:Josefin Sans,sans-serif;line-height:1;margin:0 0 6px}.lesson-wrap-9 .lesson-content-2 .title-price-wrap-2 .h3 a,.lesson-wrap-9 .lesson-content-2 .title-price-wrap-2 h3 a{font-size:16px;font-weight:500;color:#444}.lesson-wrap-9 .lesson-content-2 .title-price-wrap-2 .h3 a:hover,.lesson-wrap-9 .lesson-content-2 .title-price-wrap-2 h3 a:hover{color:red}.lesson-wrap-9 .lesson-content-2 .title-price-wrap-2 .price-2 span{font-size:15px;position:relative;margin-right:17px;color:#444}.lesson-wrap-9 .lesson-content-2 .title-price-wrap-2 .price-2 span.old{text-decoration:line-through;color:#444}.lesson-wrap-9 .lesson-content-2 .title-price-wrap-2 .price-2 span.old.red{color:#ff3d2a}.lesson-wrap-9 .lesson-content-2 .title-price-wrap-2 .price-2 span:before{position:absolute;top:10px;right:-13px;width:6px;height:2px;content:"";background-color:#a5a5a5}.lesson-wrap-9 .lesson-content-2 .title-price-wrap-2 .price-2 span:last-child:before{display:none}.lesson-wrap-9 .lesson-content-2 .pro-wishlist-2{line-height:35px;z-index:9;text-align:center}.lesson-wrap-9 .lesson-content-2 .pro-wishlist-2 a,.lesson-wrap-9 .lesson-content-2 .pro-wishlist-2 button{font-size:16px;display:inline-block;transition:all .3s ease-in-out;color:#929292;border:none;background:none}.lesson-wrap-9 .lesson-content-2 .pro-wishlist-2 a.active,.lesson-wrap-9 .lesson-content-2 .pro-wishlist-2 a:hover,.lesson-wrap-9 .lesson-content-2 .pro-wishlist-2 button.active,.lesson-wrap-9 .lesson-content-2 .pro-wishlist-2 button:hover{color:red}.lesson-wrap-9:hover .hover-img{visibility:visible;transform:translateX(0);opacity:1}.lesson-wrap-9:hover .lesson-action-2 a,.lesson-wrap-9:hover .lesson-action-2 button{transform:scaleX(1)}.lesson-wrap-10{overflow:hidden}.lesson-wrap-10,.lesson-wrap-10 .lesson-img{position:relative}.lesson-wrap-10 .lesson-img img{width:100%}.lesson-wrap-10 .lesson-img span{font-size:14px;font-weight:500;position:absolute;top:20px;right:20px}.lesson-wrap-10 .lesson-img .default-img{transition:all .5s ease-in-out}.lesson-wrap-10 .lesson-img .hover-img{position:absolute;top:0;left:0;visibility:hidden;width:100%;transition:all .5s ease-in-out;transform:translateX(100%);opacity:0}.lesson-wrap-10 .lesson-img .lesson-action-2{position:absolute;top:50%;left:20px;display:flex;flex-direction:column;justify-content:center;width:auto;transform:translateY(-50%)}.lesson-wrap-10 .lesson-img .lesson-action-2 a,.lesson-wrap-10 .lesson-img .lesson-action-2 button{font-size:16px;line-height:42px;display:inline-block;width:42px;height:42px;margin:3px 0;transition:all .4s ease-in-out;transform:translateX(-200px);text-align:center;color:#fff;border:none;border-radius:50px;background:none;background-color:#bca487}.lesson-wrap-10 .lesson-img .lesson-action-2 a.active,.lesson-wrap-10 .lesson-img .lesson-action-2 a:hover,.lesson-wrap-10 .lesson-img .lesson-action-2 button.active,.lesson-wrap-10 .lesson-img .lesson-action-2 button:hover{background-color:#000}.lesson-wrap-10 .lesson-img-badges{position:absolute;top:12px;right:12px}.lesson-wrap-10 .lesson-img-badges>span{font-size:13px;font-weight:500;line-height:1;position:static;display:block;margin-bottom:10px;padding:3px 11px;color:#bca487;border-radius:3px}.lesson-wrap-10 .lesson-img-badges>span:last-child{margin-bottom:0}.lesson-wrap-10 .lesson-content-2{display:flex;justify-content:space-between;margin:20px 0 0}.lesson-wrap-10 .lesson-content-2 .title-price-wrap-2 .h3,.lesson-wrap-10 .lesson-content-2 .title-price-wrap-2 h3{font-family:Josefin Sans,sans-serif;line-height:1;margin:0 0 6px}.lesson-wrap-10 .lesson-content-2 .title-price-wrap-2 .h3 a,.lesson-wrap-10 .lesson-content-2 .title-price-wrap-2 h3 a{font-size:18px;color:#000}.lesson-wrap-10 .lesson-content-2 .title-price-wrap-2 .h3 a:hover,.lesson-wrap-10 .lesson-content-2 .title-price-wrap-2 h3 a:hover{color:#bca487}.lesson-wrap-10 .lesson-content-2 .title-price-wrap-2 .price-2 span{font-size:15px;position:relative;margin-right:17px;color:#444}.lesson-wrap-10 .lesson-content-2 .title-price-wrap-2 .price-2 span.old{text-decoration:line-through;color:#444}.lesson-wrap-10 .lesson-content-2 .title-price-wrap-2 .price-2 span:before{position:absolute;top:10px;right:-13px;width:6px;height:2px;content:"";background-color:#a5a5a5}.lesson-wrap-10 .lesson-content-2 .title-price-wrap-2 .price-2 span:last-child:before{display:none}.lesson-wrap-10 .lesson-content-2 .pro-wishlist-2 a,.lesson-wrap-10 .lesson-content-2 .pro-wishlist-2 button{font-size:16px;display:inline-block;margin:4px 0 0 10px;color:#929292;border:none;background:none}.lesson-wrap-10 .lesson-content-2 .pro-wishlist-2 a.active,.lesson-wrap-10 .lesson-content-2 .pro-wishlist-2 a:hover,.lesson-wrap-10 .lesson-content-2 .pro-wishlist-2 button.active,.lesson-wrap-10 .lesson-content-2 .pro-wishlist-2 button:hover{color:#0a283a}.lesson-wrap-10:hover .hover-img{visibility:visible;transform:translateX(0);opacity:1}.lesson-wrap-10:hover .default-img{visibility:hidden;transform:translateX(-100%)}.lesson-wrap-10:hover .lesson-action-2 a,.lesson-wrap-10:hover .lesson-action-2 button{transform:translateX(0)}.lesson-wrap-10--style2 .lesson-img .lesson-action-2 a,.lesson-wrap-10--style2 .lesson-img .lesson-action-2 button{color:#000;background-color:transparent}.lesson-wrap-10--style2 .lesson-img .lesson-action-2 a.active,.lesson-wrap-10--style2 .lesson-img .lesson-action-2 a:hover,.lesson-wrap-10--style2 .lesson-img .lesson-action-2 button.active,.lesson-wrap-10--style2 .lesson-img .lesson-action-2 button:hover{color:#bca487;background-color:transparent}.lesson-wrap-10--style2--blue .lesson-img .lesson-action-2 a,.lesson-wrap-10--style2--blue .lesson-img .lesson-action-2 button{color:#000;background-color:transparent}.lesson-wrap-10--style2--blue .lesson-img .lesson-action-2 a.active,.lesson-wrap-10--style2--blue .lesson-img .lesson-action-2 a:hover,.lesson-wrap-10--style2--blue .lesson-img .lesson-action-2 button.active,.lesson-wrap-10--style2--blue .lesson-img .lesson-action-2 button:hover{color:#053399;background-color:transparent}.lesson-wrap-10--style2--blue .lesson-content-2 .title-price-wrap-2 .h3 a:hover,.lesson-wrap-10--style2--blue .lesson-content-2 .title-price-wrap-2 h3 a:hover,.lesson-wrap-10--style2--blue .lesson-img-badges>span{color:#053399}.collection-lesson-2{position:relative;overflow:hidden}.collection-lesson-2 a img{width:100%;transition:all .5s ease 0s;transform:scale(1)}.collection-lesson-2 .collection-content-2{position:absolute;right:0;bottom:30px;left:0;text-align:center}.collection-lesson-2 .collection-content-2 span{font-size:14px;font-weight:500}.collection-lesson-2 .collection-content-2 .h4,.collection-lesson-2 .collection-content-2 h4{font-size:16px;font-weight:500;line-height:21px;margin:5px 0 0}.collection-lesson-2:hover a img{transform:scale(1.1)}.lesson-top-bar{display:flex;justify-content:space-between}@media only screen and (max-width:767px){.lesson-top-bar{display:block;justify-content:inherit;text-align:center}}.lesson-tab-list-3{position:relative;z-index:99;margin:4px 0 0}@media only screen and (max-width:767px){.lesson-tab-list-3{justify-content:center;margin:15px 0 0}}.lesson-tab-list-3 a{margin-left:24px}.lesson-tab-list-3 a.nav-link{padding:0;background-color:transparent!important}.lesson-tab-list-3 a.active .h4,.lesson-tab-list-3 a.active h4{color:#242424}.lesson-tab-list-3 a:first-child{margin-left:45px}@media only screen and (max-width:767px){.lesson-tab-list-3 a:first-child{margin-left:20px}}.lesson-tab-list-3 a .h4,.lesson-tab-list-3 a h4{font-size:14px;line-height:1;margin:0;color:#878787}.lesson-tab-list-5{justify-content:center;width:100%}.lesson-tab-list-5 a{font-size:16px;line-height:1;display:inline-block;margin:0 20px;padding:0 0 7px;color:#000;border-bottom:2px solid transparent}.lesson-tab-list-5 a.nav-link{padding:0;border-radius:0;background-color:transparent!important}@media only screen and (max-width:767px){.lesson-tab-list-5 a{font-size:16px;margin:0 6px}}.lesson-tab-list-5 a.active{border-bottom:2px solid #59a3e1}.lesson-tab-list-5 a.active .h4,.lesson-tab-list-5 a.active h4{color:#59a3e1}@media only screen and (max-width:767px){.lesson-tab-list-5.mb-60{margin-bottom:25px}.lesson-tab-list-6{margin:0 0 10px}}@media only screen and (min-width:576px)and (max-width:767px){.lesson-tab-list-6{margin:0}}.lesson-tab-list-6 .nav-item:first-child .nav-link{padding-left:0}.lesson-tab-list-6 a{display:inline-block;margin-right:23px}.lesson-tab-list-6 a.nav-link{background-color:transparent!important}@media only screen and (max-width:767px){.lesson-tab-list-6 a{margin:0 23px 10px 0}}@media only screen and (min-width:576px)and (max-width:767px){.lesson-tab-list-6 a{margin:0 23px 0 0}}.lesson-tab-list-6 a:last-child{margin-right:0}.lesson-tab-list-6 a .h4,.lesson-tab-list-6 a h4{font-size:18px;font-weight:500;margin:0;padding-bottom:5px;transition:all .3s ease 0s;color:#555}.lesson-tab-list-6 a .h4:hover,.lesson-tab-list-6 a h4:hover{color:#000}.lesson-tab-list-6 a.active .h4,.lesson-tab-list-6 a.active h4{color:#bca487}.lesson-tab-list-7{border-bottom:2px solid #d1d1d1}@media only screen and (max-width:767px){.lesson-tab-list-7{margin:0 0 30px}}.lesson-tab-list-7 .nav-item:first-child .nav-link{padding-left:0}.lesson-tab-list-7 a{display:inline-block;margin-right:23px}.lesson-tab-list-7 a.nav-link{border-radius:0;background-color:transparent!important}@media only screen and (max-width:767px){.lesson-tab-list-7 a{margin:0 23px 10px 0}}@media only screen and (min-width:576px)and (max-width:767px){.lesson-tab-list-7 a{margin:0 23px 0 0}}.lesson-tab-list-7 a:last-child{margin-right:0}.lesson-tab-list-7 a .h4,.lesson-tab-list-7 a h4{font-family:Josefin Sans,sans-serif;font-size:24px;font-weight:700;margin:0;padding-bottom:5px;transition:all .3s ease 0s;color:#010101}.lesson-tab-list-7 a .h4:hover,.lesson-tab-list-7 a h4:hover{color:#000}.lesson-tab-list-7 a.active{position:relative}.lesson-tab-list-7 a.active:after{position:absolute;bottom:-2px;left:0;width:100%;height:2px;content:"";background-color:#053399}.lesson-tab-list-7 a.active .h4,.lesson-tab-list-7 a.active h4{color:#053399}.lesson-slider-active .owl-nav{position:absolute;top:-85px;right:0}@media only screen and (max-width:767px){.lesson-slider-active .owl-nav{top:-45px;right:0;left:0;text-align:center}}.lesson-slider-active .owl-nav div{font-size:18px;line-height:31px;display:inline-block;width:35px;height:35px;transition:all .3s ease 0s;text-align:center;color:#c6c6c6;border:1px solid #d2d2d2;border-radius:5px;background-color:#f9f9f9}@media only screen and (max-width:767px){.lesson-slider-active .owl-nav div{font-size:15px;line-height:23px;width:25px;height:25px}}.lesson-slider-active .owl-nav div:hover{color:#fff;border:1px solid #ff3d2a;background-color:#ff3d2a}.lesson-slider-active .owl-nav div.owl-next{margin-left:3px}.lesson-quickview-modal-wrapper .modal-dialog{margin:5% auto;padding:0}.book-area{position:relative}.book-area .row.three-column .col-xl-3{flex:1 0 33.3333%;max-width:33.3333%;transition:.5s}@media only screen and (min-width:992px)and (max-width:1199px){.book-area .row.three-column .col-xl-3{flex:1 0 33.3333%;max-width:33.3333%}}@media only screen and (min-width:768px)and (max-width:991px){.book-area .row.three-column .col-xl-3{flex:1 0 50%;max-width:50%}}@media only screen and (max-width:767px){.book-area .row.three-column .col-xl-3{flex:1 0 100%;max-width:100%}}.book-area .row.five-column .col-xl-3{flex:1 0 20%;max-width:20%;transition:.5s}@media only screen and (min-width:992px)and (max-width:1199px){.book-area .row.five-column .col-xl-3{flex:1 0 33.3333%;max-width:33.3333%}}@media only screen and (min-width:768px)and (max-width:991px){.book-area .row.five-column .col-xl-3{flex:1 0 50%;max-width:50%}}@media only screen and (max-width:767px){.book-area .row.five-column .col-xl-3{flex:1 0 100%;max-width:100%}}.book-area--style2 .swiper-slider-navigation-wrapper{width:100%;text-align:center}.book-area--style2 .ht-swiper-button-nav{font-size:28px;line-height:1;position:absolute;top:15px;right:0;display:inline-block;width:35px;height:35px;padding:0;transition:all .3s ease 0s;text-align:center;color:#c6c6c6;border:1px solid #d2d2d2;border-radius:5px;background-color:#f9f9f9}.book-area--style2 .ht-swiper-button-nav i{padding-top:3px}@media only screen and (max-width:767px){.book-area--style2 .ht-swiper-button-nav{margin-top:15px}}.book-area--style2 .ht-swiper-button-nav:hover{color:#fff;border:1px solid #0a283a;background-color:#c6a080}.book-area--style2 .ht-swiper-button-nav.swiper-button-prev{right:40px;left:auto}@media only screen and (max-width:767px){.book-area--style2 .ht-swiper-button-nav.swiper-button-prev{margin-right:10px}.book-area--style2 .ht-swiper-button-nav{position:static;text-align:center}}.book-tab-list{justify-content:center}@media only screen and (max-width:767px){.book-tab-list.pt-30,.book-tab-list.pt-55{padding:10px 0 30px}}@media only screen and (min-width:768px)and (max-width:991px){.book-tab-list.pt-35,.book-tab-list.pt-60{padding:20px 0 30px}}@media only screen and (max-width:767px){.book-tab-list.pt-35,.book-tab-list.pt-60{padding:10px 0}}.book-tab-list a{margin:0 11px}.book-tab-list a.nav-link{background-color:transparent!important}@media only screen and (max-width:767px){.book-tab-list a{margin:0 11px 5px}}.book-tab-list a .h4,.book-tab-list a h4{font-size:18px;font-weight:500;margin:0;transition:all .3s ease 0s;color:#555}.book-tab-list a .h4:hover,.book-tab-list a h4:hover,.book-tab-list a.active .h4,.book-tab-list a.active h4{color:#000}.book-tab-list.book-tab-fruits a .h4,.book-tab-list.book-tab-fruits a h4{color:#000;border-bottom:2px solid transparent}.book-tab-list.book-tab-fruits a .h4:hover,.book-tab-list.book-tab-fruits a h4:hover{color:#6eab49}.book-tab-list.book-tab-fruits a.active .h4,.book-tab-list.book-tab-fruits a.active h4{color:#6eab49;border-bottom:2px solid #6eab49}.book-tab-list.book-tab-pink a .h4,.book-tab-list.book-tab-pink a h4{color:#000;border-bottom:2px solid transparent}.book-tab-list.book-tab-pink a .h4:hover,.book-tab-list.book-tab-pink a h4:hover{color:#e90042}.book-tab-list.book-tab-pink a.active .h4,.book-tab-list.book-tab-pink a.active h4{color:#e90042;border-bottom:2px solid #e90042}.book-tab-list.book-tab-pink2 a .h4,.book-tab-list.book-tab-pink2 a h4{color:#000;border-bottom:2px solid transparent}.book-tab-list.book-tab-pink2 a .h4:hover,.book-tab-list.book-tab-pink2 a h4:hover{color:#ed59a0}.book-tab-list.book-tab-pink2 a.active .h4,.book-tab-list.book-tab-pink2 a.active h4{color:#ed59a0;border-bottom:2px solid ed59a0e90042}.book-tab-list.book-tab-white a .h4,.book-tab-list.book-tab-white a h4{color:#fff}.book-tab-list--style2 .nav-item a{margin:0 0 0 20px;padding:0;text-transform:uppercase}.book-tab-list--style2 .nav-item a.active .h4,.book-tab-list--style2 .nav-item a.active h4{color:#fed700}.book-tab-list--style2 .nav-item a .h4,.book-tab-list--style2 .nav-item a h4{font-weight:700;color:#5f5f5f}.book-tab-list--style2 .nav-item:first-child a{margin-left:0}@media only screen and (max-width:767px),only screen and (min-width:768px)and (max-width:991px){.book-tab-list--style2{margin-top:10px}}.book-list-image-wrap,.book-wrap{position:relative;padding:10px}.book-list-image-wrap .book-img,.book-wrap .book-img{position:relative;overflow:hidden}.book-list-image-wrap .book-img img,.book-wrap .book-img img{width:100%}.book-list-image-wrap .book-img-badges,.book-wrap .book-img-badges{position:absolute;top:12px;right:12px}.book-list-image-wrap .book-img-badges span,.book-wrap .book-img-badges span{font-size:13px;font-weight:500;line-height:1;display:block;margin-bottom:10px;padding:3px 11px;color:#fff;border-radius:3px}.book-list-image-wrap .book-img-badges span.pink,.book-wrap .book-img-badges span.pink{background-color:#fa6bff}.book-list-image-wrap .book-img-badges span.purple,.book-wrap .book-img-badges span.purple{background-color:#0a283a}.book-list-image-wrap .book-img-badges span:last-child,.book-wrap .book-img-badges span:last-child{margin-bottom:0}.book-list-image-wrap .book-img .hover-img,.book-wrap .book-img .hover-img{position:absolute;top:0;left:50%;visibility:hidden;transition-duration:.7s;transform:translate(-50%,20px);opacity:0}.book-list-image-wrap .book-img .book-action,.book-wrap .book-img .book-action{position:absolute;z-index:9;bottom:0;left:50%;display:flex;align-items:center;flex-wrap:wrap;width:100%;transform:translateX(-50%)}.book-list-image-wrap .book-img .book-action>div,.book-wrap .book-img .book-action>div{display:flex;visibility:hidden;align-items:center;justify-content:center;height:48px;transition:all .5s ease;transform:translateY(20px);opacity:0;background-color:#0a283a}.book-list-image-wrap .book-img .book-action .pro-wishlist,.book-wrap .book-img .book-action .pro-wishlist{width:48px;border-right:1px solid hsla(0,0%,100%,.2)}.book-list-image-wrap .book-img .book-action .pro-cart,.book-wrap .book-img .book-action .pro-cart{font-size:14px;width:100%;transition-delay:.1s}.book-list-image-wrap .book-img .book-action .pro-quickview,.book-wrap .book-img .book-action .pro-quickview{width:48px;margin:0;transition-delay:.2s;border-left:1px solid hsla(0,0%,100%,.2)}.book-list-image-wrap .book-img .book-action .pro-same-action a,.book-list-image-wrap .book-img .book-action .pro-same-action button,.book-wrap .book-img .book-action .pro-same-action a,.book-wrap .book-img .book-action .pro-same-action button{font-size:16px;line-height:48px;display:block;width:100%;height:48px;text-align:center;text-transform:capitalize;color:#fff;border:none;background:none}.book-list-image-wrap .book-img .book-action .pro-same-action a.active,.book-list-image-wrap .book-img .book-action .pro-same-action a:hover,.book-list-image-wrap .book-img .book-action .pro-same-action button.active,.book-list-image-wrap .book-img .book-action .pro-same-action button:hover,.book-wrap .book-img .book-action .pro-same-action a.active,.book-wrap .book-img .book-action .pro-same-action a:hover,.book-wrap .book-img .book-action .pro-same-action button.active,.book-wrap .book-img .book-action .pro-same-action button:hover{background-color:#c6a080}.book-list-image-wrap .book-img .book-action .pro-same-action.pro-quickview a,.book-list-image-wrap .book-img .book-action .pro-same-action.pro-wishlist a,.book-wrap .book-img .book-action .pro-same-action.pro-quickview a,.book-wrap .book-img .book-action .pro-same-action.pro-wishlist a{margin-top:2px}.book-list-image-wrap .book-content,.book-wrap .book-content{margin:20px 0 0}.book-list-image-wrap .book-content .h3,.book-list-image-wrap .book-content h3,.book-wrap .book-content .h3,.book-wrap .book-content h3{font-family:Heebo;font-weight:700;font-size:18px;line-height:26px;letter-spacing:0;text-align:right;margin:0}.book-list-image-wrap .book-content .book-rating,.book-wrap .book-content .book-rating{margin:3px 0}.book-list-image-wrap .book-content .book-rating i,.book-wrap .book-content .book-rating i{font-size:17px;margin:0 3px;color:#5f5d5d}.book-list-image-wrap .book-content .book-rating i.yellow,.book-wrap .book-content .book-rating i.yellow{color:#ffa900}.book-list-image-wrap .book-content .book-price span,.book-wrap .book-content .book-price span{font-size:15px;font-weight:500;position:relative;margin:0 9px;color:#000}.book-list-image-wrap .book-content .book-price span:before,.book-wrap .book-content .book-price span:before{position:absolute;top:10px;right:-13px;width:7px;height:2px;content:"";background-color:#c6a080}.book-list-image-wrap .book-content .book-price span:last-child:before,.book-wrap .book-content .book-price span:last-child:before{display:none}.book-list-image-wrap .book-content .book-price span.old,.book-wrap .book-content .book-price span.old{text-decoration:line-through;color:#8e8e8e}.book-list-image-wrap:hover .hover-img,.book-wrap:hover .hover-img{visibility:visible;transform:translate(-50%);opacity:1}.book-list-image-wrap:hover .book-action>div,.book-wrap:hover .book-action>div{visibility:visible;transform:translateY(0);opacity:1}@media only screen and (min-width:992px)and (max-width:1199px){.book-details-content.ml-70{margin-left:0}}@media only screen and (min-width:768px)and (max-width:991px){.book-details-content.ml-70{margin-left:0}}@media only screen and (max-width:767px){.book-details-content.ml-70{margin-top:30px;margin-left:0}.book-details-content.quickview-content{margin-top:30px}}.book-details-content .h2,.book-details-content h2{font-size:24px;line-height:1;margin:0;color:#010101}.book-details-content .book-details-price{display:flex;align-items:center;margin:15px 0 26px}.book-details-content .book-details-price span{font-size:24px;color:#fe5252}.book-details-content .book-details-price span.old{font-size:18px;margin-left:20px;text-decoration:line-through;color:#333}.book-details-content .pro-details-rating-wrap{display:flex;align-items:center;margin:0 0 17px}.book-details-content .pro-details-rating-wrap .pro-details-rating{position:relative;margin-right:39px}.book-details-content .pro-details-rating-wrap .pro-details-rating:before{position:absolute;top:4px;right:-19px;display:none;width:2px;height:15px;content:"";background-color:#d1d1d1}.book-details-content .pro-details-rating-wrap .pro-details-rating i{font-size:17px;margin-right:5px;color:#5f5d5d}.book-details-content .pro-details-rating-wrap .pro-details-rating i.yellow{color:#ffa900}.book-details-content .pro-details-rating-wrap span a{font-size:15px;color:#0a283a}.book-details-content .pro-details-rating-wrap span a:hover{color:#000}.book-details-content p{font-size:15px;line-height:28px;margin:0;color:#333}.book-details-content .pro-details-list{margin:20px 0 34px;padding:0 0 37px;border-bottom:1px solid #e5e5e5}.book-details-content .pro-details-list ul li{margin:0 0 5px;color:#333}.book-details-content .pro-details-list ul li:last-child{margin:0}.book-details-content .pro-details-size-color{display:flex}@media only screen and (max-width:767px){.book-details-content .pro-details-size-color{display:block}}@media only screen and (min-width:576px)and (max-width:767px){.book-details-content .pro-details-size-color{display:flex}}.book-details-content .pro-details-size-color .pro-details-color-wrap{margin-right:20px}@media only screen and (max-width:767px){.book-details-content .pro-details-size-color .pro-details-color-wrap{margin-bottom:20px}}@media only screen and (min-width:576px)and (max-width:767px){.book-details-content .pro-details-size-color .pro-details-color-wrap{margin-bottom:0}}.book-details-content .pro-details-size-color .pro-details-color-wrap span{font-size:15px;font-weight:500;display:block;margin:0 0 15px}.book-details-content .pro-details-size-color .pro-details-color-wrap .pro-details-color-content ul li{position:relative;display:block;float:left;width:14px;height:14px;margin-right:15px;cursor:pointer;transition:all .4s ease 0s;border-radius:50px}.book-details-content .pro-details-size-color .pro-details-color-wrap .pro-details-color-content ul li:last-child{margin-right:0}.book-details-content .pro-details-size-color .pro-details-color-wrap .pro-details-color-content ul li.blue{border:1px solid #4798f3;background-color:#4798f3}.book-details-content .pro-details-size-color .pro-details-color-wrap .pro-details-color-content ul li.maroon{border:1px solid #736751;background-color:#736751}.book-details-content .pro-details-size-color .pro-details-color-wrap .pro-details-color-content ul li.gray{border:1px solid silver;background-color:silver}.book-details-content .pro-details-size-color .pro-details-color-wrap .pro-details-color-content ul li.green{border:1px solid #139c57;background-color:#139c57}.book-details-content .pro-details-size-color .pro-details-color-wrap .pro-details-color-content ul li.yellow{border:1px solid #e28b37;background-color:#e28b37}.book-details-content .pro-details-size-color .pro-details-color-wrap .pro-details-color-content--single{position:relative;display:inline-block;width:14px;height:14px;margin-right:15px;cursor:pointer;transition:all .4s ease 0s;border-radius:50px}.book-details-content .pro-details-size-color .pro-details-color-wrap .pro-details-color-content--single:last-child{margin-right:0}.book-details-content .pro-details-size-color .pro-details-color-wrap .pro-details-color-content--single input{position:absolute;height:100%;cursor:pointer;opacity:0}.book-details-content .pro-details-size-color .pro-details-color-wrap .pro-details-color-content--single input:checked~.checkmark:after{visibility:visible;opacity:1}.book-details-content .pro-details-size-color .pro-details-color-wrap .pro-details-color-content--single.blue{border:1px solid #4798f3;background-color:#4798f3}.book-details-content .pro-details-size-color .pro-details-color-wrap .pro-details-color-content--single.maroon{border:1px solid #736751;background-color:#736751}.book-details-content .pro-details-size-color .pro-details-color-wrap .pro-details-color-content--single.gray{border:1px solid silver;background-color:silver}.book-details-content .pro-details-size-color .pro-details-color-wrap .pro-details-color-content--single.green{border:1px solid #139c57;background-color:#139c57}.book-details-content .pro-details-size-color .pro-details-color-wrap .pro-details-color-content--single.yellow{border:1px solid #e28b37;background-color:#e28b37}.book-details-content .pro-details-size-color .pro-details-color-wrap .pro-details-color-content--single.white{border:1px solid #333;background-color:#fff}.book-details-content .pro-details-size-color .pro-details-color-wrap .pro-details-color-content--single.black{border:1px solid #333;background-color:#333}.book-details-content .pro-details-size-color .pro-details-color-wrap .pro-details-color-content--single.brown{border:1px solid brown;background-color:brown}.book-details-content .pro-details-size-color .pro-details-color-wrap .pro-details-color-content--single .checkmark{position:relative;display:inline-block;width:14px;height:14px;margin:0}.book-details-content .pro-details-size-color .pro-details-color-wrap .pro-details-color-content--single .checkmark:after{position:absolute;top:-7px;left:-4px;visibility:hidden;width:20px;height:20px;content:"";transition:.3s;opacity:0;border:2px solid #333;border-radius:50%}.book-details-content .pro-details-size-color .pro-details-color-wrap .pro-details-color-content--single:hover input~.checkmark:after{visibility:visible;opacity:1}.book-details-content .pro-details-size-color .pro-details-size span{font-size:15px;font-weight:500;display:block;margin:0 0 10px}.book-details-content .pro-details-size-color .pro-details-size .pro-details-size-content ul li{display:inline-block;margin:0 2px 0 0;list-style:none outside none}.book-details-content .pro-details-size-color .pro-details-size .pro-details-size-content ul li a{font-size:12px;line-height:1;display:inline-block;padding:6px 9px 7px;text-transform:uppercase;color:#000;background-color:#f1f2f6}.book-details-content .pro-details-size-color .pro-details-size .pro-details-size-content ul li a:hover{color:#fff;background-color:#0a283a}.book-details-content .pro-details-size-color .pro-details-size .pro-details-size-content--single{font-size:12px;line-height:1;position:relative;display:inline-block;margin:0 5px 0 0;text-transform:uppercase;color:#000;background-color:#f1f2f6}.book-details-content .pro-details-size-color .pro-details-size .pro-details-size-content--single:hover{color:#fff;background-color:#0a283a}.book-details-content .pro-details-size-color .pro-details-size .pro-details-size-content--single input{position:absolute;top:0;left:0;height:100%;cursor:pointer;opacity:0}.book-details-content .pro-details-size-color .pro-details-size .pro-details-size-content--single input:checked~.size-name{color:#fff;background-color:#0a283a}.book-details-content .pro-details-size-color .pro-details-size .pro-details-size-content--single .size-name{font-size:12px;font-weight:400;width:100%;margin-bottom:0;padding:8px}.book-details-content .pro-details-quality{display:flex;align-items:center;margin-top:40px;margin-bottom:34px}.book-details-content .pro-details-quality .cart-plus-minus{position:relative;display:inline-block;overflow:hidden;width:80px;height:60px;padding:0;border:1px solid #e8e8e8}.book-details-content .pro-details-quality .cart-plus-minus .qtybutton{font-size:14px;font-weight:500;line-height:20px;position:absolute;float:inherit;width:24px;margin:0;cursor:pointer;transition:all .3s ease 0s;text-align:center;color:#8f8f8f;border:none;background:none}.book-details-content .pro-details-quality .cart-plus-minus .dec.qtybutton{top:0;left:0;height:60px}.book-details-content .pro-details-quality .cart-plus-minus .inc.qtybutton{top:0;right:0;height:60px}.book-details-content .pro-details-quality .cart-plus-minus input.cart-plus-minus-box{font-size:14px;float:left;width:80px;height:60px;margin:0;padding:0;text-align:center;color:#8f8f8f;border:none;background:transparent none repeat scroll 0 0}.book-details-content .pro-details-quality .pro-details-cart{margin:0 25px 0 10px}@media only screen and (max-width:767px){.book-details-content .pro-details-quality .pro-details-cart{margin:0 10px}}@media only screen and (min-width:768px)and (max-width:991px){.book-details-content .pro-details-quality .pro-details-cart{margin:0 17px 0 10px}}.book-details-content .pro-details-quality .pro-details-cart a,.book-details-content .pro-details-quality .pro-details-cart button{font-weight:700;line-height:1;z-index:99;display:inline-block;padding:23px 38px;text-transform:uppercase;color:#fff;border:none;background:none;background-color:#343538}@media only screen and (max-width:767px){.book-details-content .pro-details-quality .pro-details-cart a,.book-details-content .pro-details-quality .pro-details-cart button{padding:23px 12px}}@media only screen and (min-width:768px)and (max-width:991px){.book-details-content .pro-details-quality .pro-details-cart a,.book-details-content .pro-details-quality .pro-details-cart button{padding:22px}}.book-details-content .pro-details-quality .pro-details-cart a:hover,.book-details-content .pro-details-quality .pro-details-cart button:hover{border:none}.book-details-content .pro-details-quality .pro-details-cart a:disabled,.book-details-content .pro-details-quality .pro-details-cart button:disabled{cursor:not-allowed}.book-details-content .pro-details-quality .pro-details-cart a:disabled:after,.book-details-content .pro-details-quality .pro-details-cart a:disabled:before,.book-details-content .pro-details-quality .pro-details-cart button:disabled:after,.book-details-content .pro-details-quality .pro-details-cart button:disabled:before{display:none}.book-details-content .pro-details-quality .pro-details-wishlist a,.book-details-content .pro-details-quality .pro-details-wishlist button{font-size:18px;color:#000;border:none;background:none}.book-details-content .pro-details-quality .pro-details-wishlist a.active,.book-details-content .pro-details-quality .pro-details-wishlist a:hover,.book-details-content .pro-details-quality .pro-details-wishlist button.active,.book-details-content .pro-details-quality .pro-details-wishlist button:hover{color:#0a283a}.book-details-content .pro-details-quality .pro-details-compare a,.book-details-content .pro-details-quality .pro-details-compare button{font-size:18px;margin-left:25px;color:#000;border:none;background:none}@media only screen and (max-width:767px){.book-details-content .pro-details-quality .pro-details-compare a,.book-details-content .pro-details-quality .pro-details-compare button{margin-left:10px}}.book-details-content .pro-details-quality .pro-details-compare a.active,.book-details-content .pro-details-quality .pro-details-compare a:hover,.book-details-content .pro-details-quality .pro-details-compare button.active,.book-details-content .pro-details-quality .pro-details-compare button:hover{color:#0a283a}.book-details-content .pro-details-meta{display:flex;margin:0 0 10px}.book-details-content .pro-details-meta span{font-size:15px;margin-right:5px;color:#676767}.book-details-content .pro-details-meta ul li{display:inline-block;margin:0 10px 0 0}.book-details-content .pro-details-meta ul li a{font-size:15px;color:#676767}@media only screen and (max-width:767px){.book-details-content .pro-details-meta ul li a{font-size:14px}}.book-details-content .pro-details-meta ul li a:hover{color:#0a283a}.book-details-content .pro-details-social{margin:24px 0 0}.book-details-content .pro-details-social ul{display:flex}.book-details-content .pro-details-social ul li{margin-right:40px}.book-details-content .pro-details-social ul li:last-child{margin-right:0}.book-details-content .pro-details-social ul li a{font-size:16px;color:#343538}.book-details-content .pro-details-social ul li a:hover{color:#0a283a}@media only screen and (max-width:767px){.book-details-content.pro-details-slider-content.mt-50{margin-top:30px}}.book-details-content.pro-details-slider-content .book-details-price{justify-content:center}.book-details-content.pro-details-slider-content p{width:59%;margin:0 auto}@media only screen and (min-width:992px)and (max-width:1199px){.book-details-content.pro-details-slider-content p{width:80%}}@media only screen and (min-width:768px)and (max-width:991px){.book-details-content.pro-details-slider-content p{width:100%}}@media only screen and (max-width:767px){.book-details-content.pro-details-slider-content p{width:100%}}.book-details-content.pro-details-slider-content .pro-details-rating-wrap{justify-content:center}.book-details-content.pro-details-slider-content .pro-details-size-color{justify-content:center;text-align:left}@media only screen and (max-width:767px){.book-details-content.pro-details-slider-content .pro-details-size-color{text-align:center}.book-details-content.pro-details-slider-content .pro-details-size-color .pro-details-color-content{display:flex;justify-content:center}}.book-details-content.pro-details-slider-content .pro-details-meta,.book-details-content.pro-details-slider-content .pro-details-quality,.book-details-content.pro-details-slider-content .pro-details-social ul{justify-content:center}@media only screen and (max-width:767px){.book-tab-list-2{margin:0 0 10px}}@media only screen and (min-width:576px)and (max-width:767px){.book-tab-list-2{margin:0}}.book-tab-list-2 .nav-item:first-child .nav-link{padding-left:0}.book-tab-list-2 a{display:inline-block;margin-right:23px}.book-tab-list-2 a.nav-link{background-color:transparent!important}@media only screen and (max-width:767px){.book-tab-list-2 a{margin:0 23px 10px 0}}@media only screen and (min-width:576px)and (max-width:767px){.book-tab-list-2 a{margin:0 23px 0 0}}.book-tab-list-2 a:last-child{margin-right:0}.book-tab-list-2 a .h4,.book-tab-list-2 a h4{font-size:18px;font-weight:500;margin:0;padding-bottom:5px;transition:all .3s ease 0s;color:#555;border-bottom:2px solid transparent}.book-tab-list-2 a .h4:hover,.book-tab-list-2 a h4:hover{color:#000}.book-tab-list-2 a.active .h4,.book-tab-list-2 a.active h4{color:#000;border-bottom:2px solid #000}.book-filter-wrapper{overflow:hidden;height:0;transition:height .4s ease-out;background-color:#fff}.book-filter-wrapper .book-filter .h5,.book-filter-wrapper .book-filter h5{font-size:16px;font-weight:500;position:relative;margin-bottom:25px;padding-bottom:7px;text-transform:capitalize;color:#000}.book-filter-wrapper .book-filter .h5:before,.book-filter-wrapper .book-filter h5:before{position:absolute;bottom:0;left:0;width:20px;height:1px;content:"";background-color:#000}.book-filter-wrapper .book-filter ul.sort-by li{margin-bottom:3px}.book-filter-wrapper .book-filter ul.sort-by li:last-child{margin-bottom:0}.book-filter-wrapper .book-filter ul.color-filter li{margin-bottom:6px}.book-filter-wrapper .book-filter ul.color-filter li:last-child{margin-bottom:0}.book-filter-wrapper .book-filter ul.color-filter li input{display:inline-block;float:left;width:20px;height:20px;margin:3px 8px 0 0}.book-filter-wrapper .book-filter ul.color-filter li a{text-transform:capitalize}.book-filter-wrapper .book-filter .book-tags ul li{margin-bottom:4px}.book-filter-wrapper .book-filter .book-tags ul li a{text-transform:capitalize}.book-filter-wrapper .book-filter ul li button{text-transform:capitalize;border:none;background:none}.book-filter-wrapper .book-filter ul li button.active,.book-filter-wrapper .book-filter ul li button:hover{color:#0a283a}.book-filter-wrapper .book-filter--tag ul li{display:inline-block}.book-filter-wrapper .book-filter--tag ul li button{margin-right:10px;margin-bottom:10px;text-transform:lowercase;border:1px solid #e6e6e6}.book-filter-wrapper .book-filter--tag ul li button:hover{border-color:#0a283a}.book-filter-wrapper__inner{margin-bottom:60px;padding:45px 45px 7px;box-shadow:0 0 6px rgba(0,0,0,.1)}@media only screen and (min-width:768px)and (max-width:991px){.book-filter-wrapper__inner{padding:35px 25px 7px}}@media only screen and (max-width:767px){.book-filter-wrapper__inner{padding:35px 25px 7px}}.book-wrap-2{overflow:hidden}.book-wrap-2,.book-wrap-2 .book-img{position:relative}.book-wrap-2 .book-img img{width:100%}.book-wrap-2 .book-img span{font-size:14px;font-weight:500;position:absolute;top:20px;right:20px}.book-wrap-2 .book-img span.pink{color:#fa6bff}.book-wrap-2 .book-img span.red{color:#ff3d2a}.book-wrap-2 .book-img span.purple{color:#0a283a}.book-wrap-2 .book-img .default-img{transition:all .5s ease-in-out}.book-wrap-2 .book-img .hover-img{position:absolute;top:0;left:0;visibility:hidden;width:100%;transition:all .5s ease-in-out;transform:translateX(100%);opacity:0}.book-wrap-2 .book-img .book-action-2{position:absolute;top:50%;display:flex;justify-content:center;width:100%;transform:translateY(-50%)}.book-wrap-2 .book-img .book-action-2 a,.book-wrap-2 .book-img .book-action-2 button{font-size:16px;line-height:42px;display:inline-block;width:42px;height:42px;margin:0 3px;transition:all .4s ease-in-out;transform:scaleX(0);text-align:center;color:#fff;border:none;border-radius:50px;background:none;background-color:#0a283a}.book-wrap-2 .book-img .book-action-2 a.active,.book-wrap-2 .book-img .book-action-2 a:hover,.book-wrap-2 .book-img .book-action-2 button.active,.book-wrap-2 .book-img .book-action-2 button:hover{background-color:#fa6bff}.book-wrap-2 .book-img .book-action-2.book-action-2-red a{background-color:#df262b}.book-wrap-2 .book-img .book-action-2.book-action-2-red a:hover{background-color:#0a283a}.book-wrap-2 .book-img-badges{position:absolute;top:12px;right:12px}.book-wrap-2 .book-img-badges>span{font-size:13px;font-weight:500;line-height:1;position:static;display:block;margin-bottom:10px;padding:3px 11px;border-radius:3px}.book-wrap-2 .book-img-badges>span.pink{color:#fa6bff}.book-wrap-2 .book-img-badges>span.purple{color:#0a283a}.book-wrap-2 .book-img-badges>span:last-child{margin-bottom:0}.book-wrap-2 .book-content-2{display:flex;justify-content:space-between;margin:20px 0 0}.book-wrap-2 .book-content-2 .title-price-wrap-2 .h3,.book-wrap-2 .book-content-2 .title-price-wrap-2 h3{line-height:1;margin:0 0 6px}.book-wrap-2 .book-content-2 .title-price-wrap-2 .h3 a,.book-wrap-2 .book-content-2 .title-price-wrap-2 h3 a{font-size:16px;color:#000}.book-wrap-2 .book-content-2 .title-price-wrap-2 .h3 a:hover,.book-wrap-2 .book-content-2 .title-price-wrap-2 h3 a:hover{color:#0a283a}.book-wrap-2 .book-content-2 .title-price-wrap-2 .price-2 span{font-size:15px;position:relative;margin-right:17px;color:#000}.book-wrap-2 .book-content-2 .title-price-wrap-2 .price-2 span.old{text-decoration:line-through;color:#fa6bff}.book-wrap-2 .book-content-2 .title-price-wrap-2 .price-2 span.old.red{color:#ff3d2a}.book-wrap-2 .book-content-2 .title-price-wrap-2 .price-2 span:before{position:absolute;top:10px;right:-13px;width:6px;height:2px;content:"";background-color:#a5a5a5}.book-wrap-2 .book-content-2 .title-price-wrap-2 .price-2 span:last-child:before{display:none}.book-wrap-2 .book-content-2 .title-price-wrap-2.title-price-wrap-2-white .h3 a,.book-wrap-2 .book-content-2 .title-price-wrap-2.title-price-wrap-2-white h3 a{color:#fff}.book-wrap-2 .book-content-2 .title-price-wrap-2.title-price-wrap-2-white .h3 a:hover,.book-wrap-2 .book-content-2 .title-price-wrap-2.title-price-wrap-2-white h3 a:hover{color:#0a283a}.book-wrap-2 .book-content-2 .title-price-wrap-2.title-price-wrap-2-white .price-2 span{color:#fff}.book-wrap-2 .book-content-2 .title-price-wrap-2.title-price-wrap-2-white .price-2 span.old{text-decoration:line-through;color:#fa6bff}.book-wrap-2 .book-content-2 .pro-wishlist-2 a,.book-wrap-2 .book-content-2 .pro-wishlist-2 button{font-size:16px;display:inline-block;margin:4px 0 0 10px;color:#929292;border:none;background:none}.book-wrap-2 .book-content-2 .pro-wishlist-2 a.active,.book-wrap-2 .book-content-2 .pro-wishlist-2 a:hover,.book-wrap-2 .book-content-2 .pro-wishlist-2 button.active,.book-wrap-2 .book-content-2 .pro-wishlist-2 button:hover{color:#0a283a}.book-wrap-2:hover .hover-img{visibility:visible;transform:translateX(0);opacity:1}.book-wrap-2:hover .default-img{visibility:hidden;transform:translateX(-100%)}.book-wrap-2:hover .book-action-2 a,.book-wrap-2:hover .book-action-2 button{transform:scaleX(1)}.book-wrap-2.pro-glaucous-color .book-img span.glaucous{color:#3d6882}.book-wrap-2.pro-glaucous-color .book-img .book-action-2 a,.book-wrap-2.pro-glaucous-color .book-img .book-action-2 button{background-color:#3d6882}.book-wrap-2.pro-glaucous-color .book-img .book-action-2 a.active,.book-wrap-2.pro-glaucous-color .book-img .book-action-2 a:hover,.book-wrap-2.pro-glaucous-color .book-img .book-action-2 button.active,.book-wrap-2.pro-glaucous-color .book-img .book-action-2 button:hover{color:#000;background-color:#fff}.book-wrap-2.pro-glaucous-color .book-content-2 .pro-wishlist-2 a:hover,.book-wrap-2.pro-glaucous-color .book-content-2 .title-price-wrap-2 .h3 a:hover,.book-wrap-2.pro-glaucous-color .book-content-2 .title-price-wrap-2 .price-2 span.old,.book-wrap-2.pro-glaucous-color .book-content-2 .title-price-wrap-2 h3 a:hover{color:#3d6882}.book-wrap-2.pro-puce-color .book-img span.puce{color:#de3e3e}.book-wrap-2.pro-puce-color .book-img .book-action-2 a,.book-wrap-2.pro-puce-color .book-img .book-action-2 button{background-color:#de3e3e}.book-wrap-2.pro-puce-color .book-img .book-action-2 a:hover,.book-wrap-2.pro-puce-color .book-img .book-action-2 button:hover{color:#000;background-color:#fff}.book-wrap-2.pro-puce-color .book-content-2 .pro-wishlist-2 a:hover,.book-wrap-2.pro-puce-color .book-content-2 .pro-wishlist-2 button:hover,.book-wrap-2.pro-puce-color .book-content-2 .title-price-wrap-2 .h3 a:hover,.book-wrap-2.pro-puce-color .book-content-2 .title-price-wrap-2 .price-2 span.old,.book-wrap-2.pro-puce-color .book-content-2 .title-price-wrap-2 h3 a:hover{color:#de3e3e}.book-wrap-3,.book-wrap-3 .book-img{position:relative}.book-wrap-3 .book-img a img{width:100%}.book-wrap-3 .book-img-badges{position:absolute;z-index:9;top:12px;right:12px}.book-wrap-3 .book-img-badges span{font-size:13px;font-weight:500;line-height:1;display:block;margin-bottom:10px;padding:3px 11px;color:#fff;border-radius:3px}.book-wrap-3 .book-img-badges span.purple{background-color:#0a283a}.book-wrap-3 .book-img-badges span.pink{background-color:#fa6bff}.book-wrap-3 .book-img-badges span:last-child{margin-bottom:0}.book-wrap-3 .book-content-3-wrap{position:absolute;z-index:8;top:5%;right:5%;bottom:5%;left:5%;visibility:hidden;width:90%;height:90%;transition:all .4s ease 0s;transform:scale(.85);opacity:0;background:hsla(0,0%,100%,.9) none repeat scroll 0 0}.book-wrap-3 .book-content-3-wrap .book-content-3{position:absolute;top:50%;left:50%;width:100%;transition:all .4s ease 0s;transform:translate(-50%,-50%);text-align:center}.book-wrap-3 .book-content-3-wrap .book-content-3 .book-title .h3,.book-wrap-3 .book-content-3-wrap .book-content-3 .book-title h3{font-size:18px;line-height:1;margin:0}.book-wrap-3 .book-content-3-wrap .book-content-3 .price-3{margin:10px 0 20px}.book-wrap-3 .book-content-3-wrap .book-content-3 .price-3 span{font-size:16px;font-weight:500;position:relative;margin:0 9px;color:#000}.book-wrap-3 .book-content-3-wrap .book-content-3 .price-3 span:before{position:absolute;top:10px;right:-13px;width:7px;height:2px;content:"";background-color:#000}.book-wrap-3 .book-content-3-wrap .book-content-3 .price-3 span:last-child:before{display:none}.book-wrap-3 .book-content-3-wrap .book-content-3 .price-3 span.old{text-decoration:line-through;color:#8e8e8e}.book-wrap-3 .book-content-3-wrap .book-content-3 .book-action-3 .pro-same-action{display:inline-block}.book-wrap-3 .book-content-3-wrap .book-content-3 .book-action-3 a,.book-wrap-3 .book-content-3-wrap .book-content-3 .book-action-3 button{font-size:16px;line-height:42px;display:inline-block;width:42px;height:42px;margin:0 3px;transition:all .4s ease-in-out;text-align:center;color:#fff;border:none;border-radius:50px;background:none;background-color:#a749ff}.book-wrap-3 .book-content-3-wrap .book-content-3 .book-action-3 a.active,.book-wrap-3 .book-content-3-wrap .book-content-3 .book-action-3 a:hover,.book-wrap-3 .book-content-3-wrap .book-content-3 .book-action-3 button.active,.book-wrap-3 .book-content-3-wrap .book-content-3 .book-action-3 button:hover{background-color:#fa6bff}.book-wrap-3 .book-content-3-wrap .book-content-3 .book-action-3 a:disabled,.book-wrap-3 .book-content-3-wrap .book-content-3 .book-action-3 button:disabled{cursor:not-allowed}.book-wrap-3:hover .book-content-3-wrap{visibility:visible;transform:scale(1);opacity:1}.book-wrap-4{position:relative;overflow:hidden}.book-wrap-4 a img{width:100%;transition:all .5s ease 0s;transform:scale(1)}.book-wrap-4 .position-1{position:absolute;right:0;bottom:75px;left:0;text-align:center}@media only screen and (min-width:1366px)and (max-width:1600px){.book-wrap-4 .position-1{bottom:40px}}@media only screen and (min-width:1200px)and (max-width:1365px){.book-wrap-4 .position-1{bottom:40px}}@media only screen and (min-width:992px)and (max-width:1199px){.book-wrap-4 .position-1{bottom:30px}}@media only screen and (min-width:768px)and (max-width:991px){.book-wrap-4 .position-1{bottom:30px}}@media only screen and (max-width:767px){.book-wrap-4 .position-1{bottom:30px}}.book-wrap-4 .position-2{position:absolute;bottom:55px;left:60px}@media only screen and (min-width:1366px)and (max-width:1600px){.book-wrap-4 .position-2{bottom:40px}}@media only screen and (min-width:1200px)and (max-width:1365px){.book-wrap-4 .position-2{bottom:40px}}@media only screen and (min-width:992px)and (max-width:1199px){.book-wrap-4 .position-2{bottom:30px;left:40px}}@media only screen and (min-width:768px)and (max-width:991px){.book-wrap-4 .position-2{bottom:30px;left:20px}}@media only screen and (max-width:767px){.book-wrap-4 .position-2{bottom:30px;left:20px}}.book-wrap-4 .position-3{position:absolute;top:51px;right:0;left:0;text-align:center}@media only screen and (min-width:1366px)and (max-width:1600px){.book-wrap-4 .position-3{top:32px}}@media only screen and (min-width:1200px)and (max-width:1365px){.book-wrap-4 .position-3{top:32px}}@media only screen and (min-width:992px)and (max-width:1199px){.book-wrap-4 .position-3{top:22px}}@media only screen and (min-width:768px)and (max-width:991px){.book-wrap-4 .position-3{top:22px}}@media only screen and (max-width:767px){.book-wrap-4 .position-3{top:22px}}.book-wrap-4 .book-content-4 .h4,.book-wrap-4 .book-content-4 h4{font-size:30px;line-height:38px;margin:0 0 12px}@media only screen and (min-width:1366px)and (max-width:1600px){.book-wrap-4 .book-content-4 .h4,.book-wrap-4 .book-content-4 h4{font-size:25px;line-height:30px}}@media only screen and (min-width:1200px)and (max-width:1365px){.book-wrap-4 .book-content-4 .h4,.book-wrap-4 .book-content-4 h4{font-size:25px;line-height:30px}}@media only screen and (min-width:992px)and (max-width:1199px){.book-wrap-4 .book-content-4 .h4,.book-wrap-4 .book-content-4 h4{font-size:22px;line-height:27px}}@media only screen and (min-width:768px)and (max-width:991px){.book-wrap-4 .book-content-4 .h4,.book-wrap-4 .book-content-4 h4{font-size:20px;line-height:23px}}@media only screen and (max-width:767px){.book-wrap-4 .book-content-4 .h4,.book-wrap-4 .book-content-4 h4{font-size:20px;line-height:23px}}.book-wrap-4 .book-content-4 .price-4 span{font-size:18px;position:relative;margin:0 24px 0 0;color:#000}.book-wrap-4 .book-content-4 .price-4 span:before{position:absolute;top:12px;right:-17px;width:7px;height:2px;content:"";background-color:#6b6264}.book-wrap-4 .book-content-4 .price-4 span:last-child:before{display:none}.book-wrap-4 .book-content-4 .price-4 span.old{text-decoration:line-through;color:#fa6bff}.book-wrap-4 .book-content-4 .price-4.price-4-center span{margin:0 12px}.book-wrap-4:hover a img{transform:scale(1.1)}.collection-book .collection-img{overflow:hidden}.collection-book .collection-img a img{width:100%;transition:all .5s ease 0s;transform:scale(1)}.collection-book .collection-content{margin:23px 0 0}.collection-book .collection-content span{font-weight:500}.collection-book .collection-content .h4,.collection-book .collection-content h4{line-height:1;margin:4px 0 0}.collection-book .collection-content .h4 a,.collection-book .collection-content h4 a{font-size:16px;font-weight:500;color:#000}.collection-book .collection-content .h4 a:hover,.collection-book .collection-content h4 a:hover{color:#0a283a}.collection-book .collection-content .collection-btn{font-size:13px;font-weight:400;line-height:1;position:relative;display:inline-block;overflow:hidden;margin-top:15px;padding:8px 11px;text-transform:uppercase;color:#666;border:1px solid #010101;border-radius:50px;background-color:transparent}.collection-book .collection-content .collection-btn:after,.collection-book .collection-content .collection-btn:before{position:absolute;z-index:-1;right:0;bottom:0;left:auto;width:0;height:100%;content:"";transition:all .5s cubic-bezier(.645,.045,.355,1)}.collection-book .collection-content .collection-btn:hover{color:#fff;border-color:#0a283a;background-color:transparent}.collection-book .collection-content .collection-btn:hover:after{right:auto;left:0;width:100%;background-color:#0a283a}.collection-book:hover a img{transform:scale(1.1)}.book-wrap-5,.book-wrap-5 .book-img{position:relative}.book-wrap-5 .book-img a img{width:100%}.book-wrap-5 .book-img-badges{position:absolute;top:12px;right:12px}.book-wrap-5 .book-img span{font-size:13px;font-weight:500;line-height:1;display:block;margin-bottom:10px;padding:3px 11px;color:#fff;border-radius:3px}.book-wrap-5 .book-img span.purple{background-color:#0a283a}.book-wrap-5 .book-img span.pink{background-color:#fa6bff}.book-wrap-5 .book-img span:last-child{margin-bottom:0}.book-wrap-5 .book-action-4{position:absolute;z-index:999;bottom:0;left:0;display:flex;justify-content:center;width:100%;padding:10px;transition:all .5s ease 0s;transform:scaleY(0);text-align:center;opacity:1;background:none repeat scroll 0 0 #a749ff}.book-wrap-5 .book-action-4 .pro-same-action{margin:0 2px}.book-wrap-5 .book-action-4 .pro-same-action a,.book-wrap-5 .book-action-4 .pro-same-action button{font-size:16px;line-height:36px;display:inline-block;width:35px;height:35px;margin:0 3px;text-align:center;color:#000;border:none;border-radius:50px;background:none;background-color:#fff}.book-wrap-5 .book-action-4 .pro-same-action a.active,.book-wrap-5 .book-action-4 .pro-same-action a:hover,.book-wrap-5 .book-action-4 .pro-same-action button.active,.book-wrap-5 .book-action-4 .pro-same-action button:hover{color:#fff;background-color:#fa6bff}.book-wrap-5 .book-content-5{margin-top:28px}.book-wrap-5 .book-content-5 .h3,.book-wrap-5 .book-content-5 h3{font-size:16px;line-height:17px;margin:0 0 5px}.book-wrap-5 .book-content-5 .h3 a,.book-wrap-5 .book-content-5 h3 a{color:#000}.book-wrap-5 .book-content-5 .h3 a:hover,.book-wrap-5 .book-content-5 h3 a:hover{color:#0a283a}.book-wrap-5 .book-content-5 .price-5 span{font-size:15px;position:relative;margin:0 8px;color:#000}.book-wrap-5 .book-content-5 .price-5 span:before{position:absolute;top:10px;right:-13px;width:6px;height:2px;content:"";background-color:#a5a5a5}.book-wrap-5 .book-content-5 .price-5 span:last-child:before{display:none}.book-wrap-5 .book-content-5 .price-5 span.old{text-decoration:line-through;color:#fa6bff}.book-wrap-5:hover .book-action-4{transform:scaleY(1);opacity:1}.book-wrap-6{display:flex}.book-wrap-6 .book-img{position:relative;flex-basis:170px;margin-right:30px}.book-wrap-6 .book-img-badges{position:absolute;top:12px;right:12px}.book-wrap-6 .book-img span{font-size:13px;font-weight:500;line-height:1;display:block;margin-bottom:10px;padding:3px 11px;color:#fed700;border-radius:3px}.book-wrap-6 .book-img span:last-child{margin-bottom:0}.book-wrap-6 .book-content{flex-basis:calc(100% - 200px)}.book-wrap-6 .book-content .h3,.book-wrap-6 .book-content h3{font-size:16px;font-weight:400;line-height:1;margin-bottom:15px}.book-wrap-6 .book-content .h3 a,.book-wrap-6 .book-content h3 a{color:#3d3d3d}.book-wrap-6 .book-content .h3 a:hover,.book-wrap-6 .book-content h3 a:hover{color:#fed700}.book-wrap-6 .book-content .book-price{margin-bottom:10px;margin-left:-8px}.book-wrap-6 .book-content .book-price span{font-size:18px;position:relative;margin:0 8px;color:#000}.book-wrap-6 .book-content .book-price span:before{position:absolute;top:10px;right:-13px;width:6px;height:2px;content:"";background-color:#a5a5a5}.book-wrap-6 .book-content .book-price span:last-child:before{display:none}.book-wrap-6 .book-content .book-price span.old{text-decoration:line-through;color:#fed700}.book-wrap-6 .book-content .book-rating{margin-bottom:15px}.book-wrap-6 .book-content .book-rating i{font-size:17px;margin-right:3px}.book-wrap-6 .book-content .book-rating i.yellow{color:#ffa900}.book-wrap-6 .book-content .book-action{display:flex;justify-content:flex-end}.book-wrap-6 .book-content .book-action .pro-same-action{margin-left:5px}.book-wrap-6 .book-content .book-action .pro-same-action:first-child{margin-left:0}.book-wrap-6 .book-content .book-action .pro-same-action a,.book-wrap-6 .book-content .book-action .pro-same-action button{font-size:23px;line-height:55px;display:inline-block;width:55px;height:55px;text-align:center;color:#000;border:none;background:none;background-color:#f6f6f6}.book-wrap-6 .book-content .book-action .pro-same-action a.active,.book-wrap-6 .book-content .book-action .pro-same-action a:hover,.book-wrap-6 .book-content .book-action .pro-same-action button.active,.book-wrap-6 .book-content .book-action .pro-same-action button:hover{color:#fff;background-color:#fed700}.book-wrap-7{overflow:hidden}.book-wrap-7,.book-wrap-7 .book-img{position:relative}.book-wrap-7 .book-img img{width:100%}.book-wrap-7 .book-img span{font-size:14px;font-weight:500;position:absolute;top:20px;right:20px;color:#fed700}.book-wrap-7 .book-img .default-img{transition:all .5s ease-in-out}.book-wrap-7 .book-img .hover-img{position:absolute;top:0;left:0;visibility:hidden;width:100%;transition:all .5s ease-in-out;transform:translateX(100%);opacity:0}.book-wrap-7 .book-img .book-action-2{position:absolute;right:10px;bottom:10px;display:flex;justify-content:flex-end;width:100%}.book-wrap-7 .book-img .book-action-2 a,.book-wrap-7 .book-img .book-action-2 button{font-size:16px;line-height:42px;display:inline-block;width:42px;height:42px;margin:0 3px;transition:all .4s ease-in-out;transform:scaleX(0);text-align:center;color:#fff;border:none;background:none;background-color:#555}.book-wrap-7 .book-img .book-action-2 a.active,.book-wrap-7 .book-img .book-action-2 a:hover,.book-wrap-7 .book-img .book-action-2 button.active,.book-wrap-7 .book-img .book-action-2 button:hover{background-color:#fed700}.book-wrap-7 .book-img-badges{position:absolute;top:12px;left:12px}.book-wrap-7 .book-img-badges>span{font-size:13px;font-weight:500;line-height:1;position:static;display:block;margin-bottom:10px;padding:3px 11px;border-radius:3px}.book-wrap-7 .book-img-badges>span:last-child{margin-bottom:0}.book-wrap-7 .book-img .pro-wishlist-2{line-height:35px;position:absolute;z-index:9;top:20px;right:20px;text-align:center}.book-wrap-7 .book-img .pro-wishlist-2 a,.book-wrap-7 .book-img .pro-wishlist-2 button{font-size:16px;display:inline-block;width:35px;height:35px;transition:all .3s ease-in-out;color:#fff;border:none;border-radius:100%;background:#555}.book-wrap-7 .book-img .pro-wishlist-2 a.active,.book-wrap-7 .book-img .pro-wishlist-2 a:hover,.book-wrap-7 .book-img .pro-wishlist-2 button.active,.book-wrap-7 .book-img .pro-wishlist-2 button:hover{background:#fed700}.book-wrap-7 .book-content-2{display:flex;justify-content:space-between;margin:20px 0 0}.book-wrap-7 .book-content-2 .title-price-wrap-2 .h3,.book-wrap-7 .book-content-2 .title-price-wrap-2 h3{line-height:1;margin:0 0 6px}.book-wrap-7 .book-content-2 .title-price-wrap-2 .h3 a,.book-wrap-7 .book-content-2 .title-price-wrap-2 h3 a{font-size:16px;font-weight:500;color:#444}.book-wrap-7 .book-content-2 .title-price-wrap-2 .h3 a:hover,.book-wrap-7 .book-content-2 .title-price-wrap-2 h3 a:hover{color:#fed700}.book-wrap-7 .book-content-2 .title-price-wrap-2 .price-2 span{font-size:15px;position:relative;margin-right:17px;color:#444}.book-wrap-7 .book-content-2 .title-price-wrap-2 .price-2 span.old{text-decoration:line-through;color:#444}.book-wrap-7 .book-content-2 .title-price-wrap-2 .price-2 span.old.red{color:#ff3d2a}.book-wrap-7 .book-content-2 .title-price-wrap-2 .price-2 span:before{position:absolute;top:10px;right:-13px;width:6px;height:2px;content:"";background-color:#a5a5a5}.book-wrap-7 .book-content-2 .title-price-wrap-2 .price-2 span:last-child:before{display:none}.book-wrap-7:hover .hover-img{visibility:visible;transform:translateX(0);opacity:1}.book-wrap-7:hover .book-action-2 a,.book-wrap-7:hover .book-action-2 button{transform:scaleX(1)}.book-wrap-8{display:flex}.book-wrap-8 .book-img{position:relative;flex-basis:170px;margin-right:30px}.book-wrap-8 .book-img-badges{position:absolute;top:12px;right:12px}.book-wrap-8 .book-img span{font-size:13px;font-weight:500;line-height:1;display:block;margin-bottom:10px;padding:3px 11px;color:#fff;border-radius:3px;background-color:red}.book-wrap-8 .book-img span:last-child{margin-bottom:0}.book-wrap-8 .book-content{flex-basis:calc(100% - 200px)}.book-wrap-8 .book-content .h3,.book-wrap-8 .book-content h3{font-size:16px;font-weight:400;line-height:1;margin-bottom:15px}.book-wrap-8 .book-content .h3 a,.book-wrap-8 .book-content h3 a{color:#3d3d3d}.book-wrap-8 .book-content .h3 a:hover,.book-wrap-8 .book-content h3 a:hover{color:red}.book-wrap-8 .book-content .book-price{margin-bottom:10px;margin-left:-8px}.book-wrap-8 .book-content .book-price span{font-size:18px;position:relative;margin:0 8px;color:#000}.book-wrap-8 .book-content .book-price span:before{position:absolute;top:10px;right:-13px;width:6px;height:2px;content:"";background-color:#a5a5a5}.book-wrap-8 .book-content .book-price span:last-child:before{display:none}.book-wrap-8 .book-content .book-price span.old{text-decoration:line-through;color:red}.book-wrap-8 .book-content .book-rating{margin-bottom:15px}.book-wrap-8 .book-content .book-rating i{font-size:17px;margin-right:3px}.book-wrap-8 .book-content .book-rating i.yellow{color:#ffa900}.book-wrap-8 .book-content .book-action{display:flex;justify-content:flex-end}.book-wrap-8 .book-content .book-action .pro-same-action{margin-left:5px}.book-wrap-8 .book-content .book-action .pro-same-action:first-child{margin-left:0}.book-wrap-8 .book-content .book-action .pro-same-action a,.book-wrap-8 .book-content .book-action .pro-same-action button{font-size:23px;line-height:55px;display:inline-block;width:55px;height:55px;text-align:center;color:#000;border:none;background:none;background-color:#f6f6f6}.book-wrap-8 .book-content .book-action .pro-same-action a.active,.book-wrap-8 .book-content .book-action .pro-same-action a:hover,.book-wrap-8 .book-content .book-action .pro-same-action button.active,.book-wrap-8 .book-content .book-action .pro-same-action button:hover{color:#fff;background-color:red}.book-wrap-8--brown .book-img span{background-color:#bca487}.book-wrap-8--brown .book-content .book-price span.old,.book-wrap-8--brown .book-content .h3 a:hover,.book-wrap-8--brown .book-content h3 a:hover{color:#bca487}.book-wrap-8--brown .book-content .book-action .pro-same-action a.active,.book-wrap-8--brown .book-content .book-action .pro-same-action a:hover,.book-wrap-8--brown .book-content .book-action .pro-same-action button.active,.book-wrap-8--brown .book-content .book-action .pro-same-action button:hover{background-color:#bca487}.book-wrap-9{overflow:hidden}.book-wrap-9,.book-wrap-9 .book-img{position:relative}.book-wrap-9 .book-img img{width:100%}.book-wrap-9 .book-img span{font-size:14px;font-weight:500;position:absolute;top:20px;right:20px;color:red}.book-wrap-9 .book-img .default-img{transition:all .5s ease-in-out}.book-wrap-9 .book-img .hover-img{position:absolute;top:0;left:0;visibility:hidden;width:100%;transition:all .5s ease-in-out;transform:translateX(100%);opacity:0}.book-wrap-9 .book-img .book-action-2{position:absolute;right:10px;bottom:0;display:flex;justify-content:flex-end;width:100%}.book-wrap-9 .book-img .book-action-2 a,.book-wrap-9 .book-img .book-action-2 button{font-size:16px;line-height:55px;display:inline-block;width:55px;height:55px;margin:0 3px;transition:all .4s ease-in-out;transform:scaleX(0);text-align:center;color:#555;border:none;background:none;background-color:#fff}.book-wrap-9 .book-img .book-action-2 a.active,.book-wrap-9 .book-img .book-action-2 a:hover,.book-wrap-9 .book-img .book-action-2 button.active,.book-wrap-9 .book-img .book-action-2 button:hover{color:#fff;background-color:red}.book-wrap-9 .book-img-badges{position:absolute;top:12px;right:12px}.book-wrap-9 .book-img-badges>span{font-size:13px;font-weight:500;line-height:1;position:static;display:block;margin-bottom:10px;padding:3px 11px;border-radius:3px}.book-wrap-9 .book-img-badges>span:last-child{margin-bottom:0}.book-wrap-9 .book-content-2{display:flex;justify-content:space-between;margin:20px 0 0}.book-wrap-9 .book-content-2 .title-price-wrap-2 .h3,.book-wrap-9 .book-content-2 .title-price-wrap-2 h3{font-family:Josefin Sans,sans-serif;line-height:1;margin:0 0 6px}.book-wrap-9 .book-content-2 .title-price-wrap-2 .h3 a,.book-wrap-9 .book-content-2 .title-price-wrap-2 h3 a{font-size:16px;font-weight:500;color:#444}.book-wrap-9 .book-content-2 .title-price-wrap-2 .h3 a:hover,.book-wrap-9 .book-content-2 .title-price-wrap-2 h3 a:hover{color:red}.book-wrap-9 .book-content-2 .title-price-wrap-2 .price-2 span{font-size:15px;position:relative;margin-right:17px;color:#444}.book-wrap-9 .book-content-2 .title-price-wrap-2 .price-2 span.old{text-decoration:line-through;color:#444}.book-wrap-9 .book-content-2 .title-price-wrap-2 .price-2 span.old.red{color:#ff3d2a}.book-wrap-9 .book-content-2 .title-price-wrap-2 .price-2 span:before{position:absolute;top:10px;right:-13px;width:6px;height:2px;content:"";background-color:#a5a5a5}.book-wrap-9 .book-content-2 .title-price-wrap-2 .price-2 span:last-child:before{display:none}.book-wrap-9 .book-content-2 .pro-wishlist-2{line-height:35px;z-index:9;text-align:center}.book-wrap-9 .book-content-2 .pro-wishlist-2 a,.book-wrap-9 .book-content-2 .pro-wishlist-2 button{font-size:16px;display:inline-block;transition:all .3s ease-in-out;color:#929292;border:none;background:none}.book-wrap-9 .book-content-2 .pro-wishlist-2 a.active,.book-wrap-9 .book-content-2 .pro-wishlist-2 a:hover,.book-wrap-9 .book-content-2 .pro-wishlist-2 button.active,.book-wrap-9 .book-content-2 .pro-wishlist-2 button:hover{color:red}.book-wrap-9:hover .hover-img{visibility:visible;transform:translateX(0);opacity:1}.book-wrap-9:hover .book-action-2 a,.book-wrap-9:hover .book-action-2 button{transform:scaleX(1)}.book-wrap-10{overflow:hidden}.book-wrap-10,.book-wrap-10 .book-img{position:relative}.book-wrap-10 .book-img img{width:100%}.book-wrap-10 .book-img span{font-size:14px;font-weight:500;position:absolute;top:20px;right:20px}.book-wrap-10 .book-img .default-img{transition:all .5s ease-in-out}.book-wrap-10 .book-img .hover-img{position:absolute;top:0;left:0;visibility:hidden;width:100%;transition:all .5s ease-in-out;transform:translateX(100%);opacity:0}.book-wrap-10 .book-img .book-action-2{position:absolute;top:50%;left:20px;display:flex;flex-direction:column;justify-content:center;width:auto;transform:translateY(-50%)}.book-wrap-10 .book-img .book-action-2 a,.book-wrap-10 .book-img .book-action-2 button{font-size:16px;line-height:42px;display:inline-block;width:42px;height:42px;margin:3px 0;transition:all .4s ease-in-out;transform:translateX(-200px);text-align:center;color:#fff;border:none;border-radius:50px;background:none;background-color:#bca487}.book-wrap-10 .book-img .book-action-2 a.active,.book-wrap-10 .book-img .book-action-2 a:hover,.book-wrap-10 .book-img .book-action-2 button.active,.book-wrap-10 .book-img .book-action-2 button:hover{background-color:#000}.book-wrap-10 .book-img-badges{position:absolute;top:12px;right:12px}.book-wrap-10 .book-img-badges>span{font-size:13px;font-weight:500;line-height:1;position:static;display:block;margin-bottom:10px;padding:3px 11px;color:#bca487;border-radius:3px}.book-wrap-10 .book-img-badges>span:last-child{margin-bottom:0}.book-wrap-10 .book-content-2{display:flex;justify-content:space-between;margin:20px 0 0}.book-wrap-10 .book-content-2 .title-price-wrap-2 .h3,.book-wrap-10 .book-content-2 .title-price-wrap-2 h3{font-family:Josefin Sans,sans-serif;line-height:1;margin:0 0 6px}.book-wrap-10 .book-content-2 .title-price-wrap-2 .h3 a,.book-wrap-10 .book-content-2 .title-price-wrap-2 h3 a{font-size:18px;color:#000}.book-wrap-10 .book-content-2 .title-price-wrap-2 .h3 a:hover,.book-wrap-10 .book-content-2 .title-price-wrap-2 h3 a:hover{color:#bca487}.book-wrap-10 .book-content-2 .title-price-wrap-2 .price-2 span{font-size:15px;position:relative;margin-right:17px;color:#444}.book-wrap-10 .book-content-2 .title-price-wrap-2 .price-2 span.old{text-decoration:line-through;color:#444}.book-wrap-10 .book-content-2 .title-price-wrap-2 .price-2 span:before{position:absolute;top:10px;right:-13px;width:6px;height:2px;content:"";background-color:#a5a5a5}.book-wrap-10 .book-content-2 .title-price-wrap-2 .price-2 span:last-child:before{display:none}.book-wrap-10 .book-content-2 .pro-wishlist-2 a,.book-wrap-10 .book-content-2 .pro-wishlist-2 button{font-size:16px;display:inline-block;margin:4px 0 0 10px;color:#929292;border:none;background:none}.book-wrap-10 .book-content-2 .pro-wishlist-2 a.active,.book-wrap-10 .book-content-2 .pro-wishlist-2 a:hover,.book-wrap-10 .book-content-2 .pro-wishlist-2 button.active,.book-wrap-10 .book-content-2 .pro-wishlist-2 button:hover{color:#0a283a}.book-wrap-10:hover .hover-img{visibility:visible;transform:translateX(0);opacity:1}.book-wrap-10:hover .default-img{visibility:hidden;transform:translateX(-100%)}.book-wrap-10:hover .book-action-2 a,.book-wrap-10:hover .book-action-2 button{transform:translateX(0)}.book-wrap-10--style2 .book-img .book-action-2 a,.book-wrap-10--style2 .book-img .book-action-2 button{color:#000;background-color:transparent}.book-wrap-10--style2 .book-img .book-action-2 a.active,.book-wrap-10--style2 .book-img .book-action-2 a:hover,.book-wrap-10--style2 .book-img .book-action-2 button.active,.book-wrap-10--style2 .book-img .book-action-2 button:hover{color:#bca487;background-color:transparent}.book-wrap-10--style2--blue .book-img .book-action-2 a,.book-wrap-10--style2--blue .book-img .book-action-2 button{color:#000;background-color:transparent}.book-wrap-10--style2--blue .book-img .book-action-2 a.active,.book-wrap-10--style2--blue .book-img .book-action-2 a:hover,.book-wrap-10--style2--blue .book-img .book-action-2 button.active,.book-wrap-10--style2--blue .book-img .book-action-2 button:hover{color:#053399;background-color:transparent}.book-wrap-10--style2--blue .book-content-2 .title-price-wrap-2 .h3 a:hover,.book-wrap-10--style2--blue .book-content-2 .title-price-wrap-2 h3 a:hover,.book-wrap-10--style2--blue .book-img-badges>span{color:#053399}.collection-book-2{position:relative;overflow:hidden}.collection-book-2 a img{width:100%;transition:all .5s ease 0s;transform:scale(1)}.collection-book-2 .collection-content-2{position:absolute;right:0;bottom:30px;left:0;text-align:center}.collection-book-2 .collection-content-2 span{font-size:14px;font-weight:500}.collection-book-2 .collection-content-2 .h4,.collection-book-2 .collection-content-2 h4{font-size:16px;font-weight:500;line-height:21px;margin:5px 0 0}.collection-book-2:hover a img{transform:scale(1.1)}.book-top-bar,.book-top-bar .select-shoing-wrap{display:flex}@media only screen and (max-width:767px){.book-top-bar .select-shoing-wrap{display:block}}@media only screen and (min-width:576px)and (max-width:767px){.book-top-bar .select-shoing-wrap{display:flex}}.book-top-bar .select-shoing-wrap .books-select select{font-size:14px;min-width:143px;padding:50px;color:#606060;border:1px solid #e6e6e6}.book-top-bar .select-shoing-wrap p{margin:0;color:#606060}@media only screen and (max-width:767px){.book-top-bar .select-shoing-wrap p{margin:5px 0 10px}}@media only screen and (min-width:576px)and (max-width:767px){.book-top-bar .select-shoing-wrap p{margin:0}}@media only screen and (max-width:767px){.book-top-bar{display:block;justify-content:inherit;text-align:center}}.book-tab-list-3{position:relative;z-index:99;margin:4px 0 0}@media only screen and (max-width:767px){.book-tab-list-3{justify-content:center;margin:15px 0 0}}.book-tab-list-3 a{margin-left:24px}.book-tab-list-3 a.nav-link{padding:0;background-color:transparent!important}.book-tab-list-3 a.active .h4,.book-tab-list-3 a.active h4{color:#242424}.book-tab-list-3 a:first-child{margin-left:45px}@media only screen and (max-width:767px){.book-tab-list-3 a:first-child{margin-left:20px}}.book-tab-list-3 a .h4,.book-tab-list-3 a h4{font-size:14px;line-height:1;margin:0;color:#878787}.book-tab-list-5{justify-content:center;width:100%}.book-tab-list-5 a{font-size:16px;line-height:1;display:inline-block;margin:0 20px;padding:0 0 7px;color:#000;border-bottom:2px solid transparent}.book-tab-list-5 a.nav-link{padding:0;border-radius:0;background-color:transparent!important}@media only screen and (max-width:767px){.book-tab-list-5 a{font-size:16px;margin:0 6px}}.book-tab-list-5 a.active{border-bottom:2px solid #59a3e1}.book-tab-list-5 a.active .h4,.book-tab-list-5 a.active h4{color:#59a3e1}@media only screen and (max-width:767px){.book-tab-list-5.mb-60{margin-bottom:25px}.book-tab-list-6{margin:0 0 10px}}@media only screen and (min-width:576px)and (max-width:767px){.book-tab-list-6{margin:0}}.book-tab-list-6 .nav-item:first-child .nav-link{padding-left:0}.book-tab-list-6 a{display:inline-block;margin-right:23px}.book-tab-list-6 a.nav-link{background-color:transparent!important}@media only screen and (max-width:767px){.book-tab-list-6 a{margin:0 23px 10px 0}}@media only screen and (min-width:576px)and (max-width:767px){.book-tab-list-6 a{margin:0 23px 0 0}}.book-tab-list-6 a:last-child{margin-right:0}.book-tab-list-6 a .h4,.book-tab-list-6 a h4{font-size:18px;font-weight:500;margin:0;padding-bottom:5px;transition:all .3s ease 0s;color:#555}.book-tab-list-6 a .h4:hover,.book-tab-list-6 a h4:hover{color:#000}.book-tab-list-6 a.active .h4,.book-tab-list-6 a.active h4{color:#bca487}.book-tab-list-7{border-bottom:2px solid #d1d1d1}@media only screen and (max-width:767px){.book-tab-list-7{margin:0 0 30px}}.book-tab-list-7 .nav-item:first-child .nav-link{padding-left:0}.book-tab-list-7 a{display:inline-block;margin-right:23px}.book-tab-list-7 a.nav-link{border-radius:0;background-color:transparent!important}@media only screen and (max-width:767px){.book-tab-list-7 a{margin:0 23px 10px 0}}@media only screen and (min-width:576px)and (max-width:767px){.book-tab-list-7 a{margin:0 23px 0 0}}.book-tab-list-7 a:last-child{margin-right:0}.book-tab-list-7 a .h4,.book-tab-list-7 a h4{font-family:Josefin Sans,sans-serif;font-size:24px;font-weight:700;margin:0;padding-bottom:5px;transition:all .3s ease 0s;color:#010101}.book-tab-list-7 a .h4:hover,.book-tab-list-7 a h4:hover{color:#000}.book-tab-list-7 a.active{position:relative}.book-tab-list-7 a.active:after{position:absolute;bottom:-2px;left:0;width:100%;height:2px;content:"";background-color:#053399}.book-tab-list-7 a.active .h4,.book-tab-list-7 a.active h4{color:#053399}.book-slider-active .owl-nav{position:absolute;top:-85px;right:0}@media only screen and (max-width:767px){.book-slider-active .owl-nav{top:-45px;right:0;left:0;text-align:center}}.book-slider-active .owl-nav div{font-size:18px;line-height:31px;display:inline-block;width:35px;height:35px;transition:all .3s ease 0s;text-align:center;color:#c6c6c6;border:1px solid #d2d2d2;border-radius:5px;background-color:#f9f9f9}@media only screen and (max-width:767px){.book-slider-active .owl-nav div{font-size:15px;line-height:23px;width:25px;height:25px}}.book-slider-active .owl-nav div:hover{color:#fff;border:1px solid #ff3d2a;background-color:#ff3d2a}.book-slider-active .owl-nav div.owl-next{margin-left:3px}.book-quickview-modal-wrapper .modal-dialog{margin:5% auto;padding:0}.product-area{position:relative}.product-area .row.three-column .col-xl-3{flex:1 0 33.3333%;max-width:33.3333%;transition:.5s}@media only screen and (min-width:992px)and (max-width:1199px){.product-area .row.three-column .col-xl-3{flex:1 0 33.3333%;max-width:33.3333%}}@media only screen and (min-width:768px)and (max-width:991px){.product-area .row.three-column .col-xl-3{flex:1 0 50%;max-width:50%}}@media only screen and (max-width:767px){.product-area .row.three-column .col-xl-3{flex:1 0 100%;max-width:100%}}.product-area .row.five-column .col-xl-3{flex:1 0 20%;max-width:20%;transition:.5s}@media only screen and (min-width:992px)and (max-width:1199px){.product-area .row.five-column .col-xl-3{flex:1 0 33.3333%;max-width:33.3333%}}@media only screen and (min-width:768px)and (max-width:991px){.product-area .row.five-column .col-xl-3{flex:1 0 50%;max-width:50%}}@media only screen and (max-width:767px){.product-area .row.five-column .col-xl-3{flex:1 0 100%;max-width:100%}}.product-area--style2 .swiper-slider-navigation-wrapper{width:100%;text-align:center}.product-area--style2 .ht-swiper-button-nav{font-size:28px;line-height:1;position:absolute;top:15px;right:0;display:inline-block;width:35px;height:35px;padding:0;transition:all .3s ease 0s;text-align:center;color:#c6c6c6;border:1px solid #d2d2d2;border-radius:5px;background-color:#f9f9f9}.product-area--style2 .ht-swiper-button-nav i{padding-top:3px}@media only screen and (max-width:767px){.product-area--style2 .ht-swiper-button-nav{margin-top:15px}}.product-area--style2 .ht-swiper-button-nav:hover{color:#fff;border:1px solid #0a283a;background-color:#0a283a}.product-area--style2 .ht-swiper-button-nav.swiper-button-prev{right:40px;left:auto}@media only screen and (max-width:767px){.product-area--style2 .ht-swiper-button-nav.swiper-button-prev{margin-right:10px}.product-area--style2 .ht-swiper-button-nav{position:static;text-align:center}}.product-tab-list{justify-content:center}@media only screen and (max-width:767px){.product-tab-list.pt-30,.product-tab-list.pt-55{padding:10px 0 30px}}@media only screen and (min-width:768px)and (max-width:991px){.product-tab-list.pt-35,.product-tab-list.pt-60{padding:20px 0 30px}}@media only screen and (max-width:767px){.product-tab-list.pt-35,.product-tab-list.pt-60{padding:10px 0}}.product-tab-list a{margin:0 11px}.product-tab-list a.nav-link{background-color:transparent!important}@media only screen and (max-width:767px){.product-tab-list a{margin:0 11px 5px}}.product-tab-list a .h4,.product-tab-list a h4{font-size:18px;font-weight:500;margin:0;transition:all .3s ease 0s;color:#555}.product-tab-list a .h4:hover,.product-tab-list a h4:hover,.product-tab-list a.active .h4,.product-tab-list a.active h4{color:#000}.product-tab-list.product-tab-fruits a .h4,.product-tab-list.product-tab-fruits a h4{color:#000;border-bottom:2px solid transparent}.product-tab-list.product-tab-fruits a .h4:hover,.product-tab-list.product-tab-fruits a h4:hover{color:#6eab49}.product-tab-list.product-tab-fruits a.active .h4,.product-tab-list.product-tab-fruits a.active h4{color:#6eab49;border-bottom:2px solid #6eab49}.product-tab-list.product-tab-pink a .h4,.product-tab-list.product-tab-pink a h4{color:#000;border-bottom:2px solid transparent}.product-tab-list.product-tab-pink a .h4:hover,.product-tab-list.product-tab-pink a h4:hover{color:#e90042}.product-tab-list.product-tab-pink a.active .h4,.product-tab-list.product-tab-pink a.active h4{color:#e90042;border-bottom:2px solid #e90042}.product-tab-list.product-tab-pink2 a .h4,.product-tab-list.product-tab-pink2 a h4{color:#000;border-bottom:2px solid transparent}.product-tab-list.product-tab-pink2 a .h4:hover,.product-tab-list.product-tab-pink2 a h4:hover{color:#ed59a0}.product-tab-list.product-tab-pink2 a.active .h4,.product-tab-list.product-tab-pink2 a.active h4{color:#ed59a0;border-bottom:2px solid ed59a0e90042}.product-tab-list.product-tab-white a .h4,.product-tab-list.product-tab-white a h4{color:#fff}.product-tab-list--style2 .nav-item a{margin:0 0 0 20px;padding:0;text-transform:uppercase}.product-tab-list--style2 .nav-item a.active .h4,.product-tab-list--style2 .nav-item a.active h4{color:#fed700}.product-tab-list--style2 .nav-item a .h4,.product-tab-list--style2 .nav-item a h4{font-weight:700;color:#5f5f5f}.product-tab-list--style2 .nav-item:first-child a{margin-left:0}@media only screen and (max-width:767px),only screen and (min-width:768px)and (max-width:991px){.product-tab-list--style2{margin-top:10px}}.product-list-image-wrap,.product-wrap{position:relative}.product-list-image-wrap .product-img,.product-wrap .product-img{position:relative;overflow:hidden}.product-list-image-wrap .product-img img,.product-wrap .product-img img{width:100%}.product-list-image-wrap .product-img-badges,.product-wrap .product-img-badges{position:absolute;top:12px;right:12px}.product-list-image-wrap .product-img-badges span,.product-wrap .product-img-badges span{font-size:13px;font-weight:500;line-height:1;display:block;margin-bottom:10px;padding:3px 11px;color:#fff;border-radius:3px}.product-list-image-wrap .product-img-badges span.pink,.product-wrap .product-img-badges span.pink{background-color:#fa6bff}.product-list-image-wrap .product-img-badges span.purple,.product-wrap .product-img-badges span.purple{background-color:#0a283a}.product-list-image-wrap .product-img-badges span:last-child,.product-wrap .product-img-badges span:last-child{margin-bottom:0}.product-list-image-wrap .product-img .hover-img,.product-wrap .product-img .hover-img{position:absolute;top:0;left:50%;visibility:hidden;transition-duration:.7s;transform:translate(-50%,20px);opacity:0}.product-list-image-wrap .product-img .product-action,.product-wrap .product-img .product-action{position:absolute;z-index:9;bottom:0;left:50%;display:flex;align-items:center;flex-wrap:wrap;width:100%;transform:translateX(-50%)}.product-list-image-wrap .product-img .product-action>div,.product-wrap .product-img .product-action>div{display:flex;visibility:hidden;align-items:center;justify-content:center;height:48px;transition:all .5s ease;transform:translateY(20px);opacity:0;background-color:#0a283a}.product-list-image-wrap .product-img .product-action .pro-wishlist,.product-wrap .product-img .product-action .pro-wishlist{width:48px;border-right:1px solid hsla(0,0%,100%,.2)}.product-list-image-wrap .product-img .product-action .pro-cart,.product-wrap .product-img .product-action .pro-cart{font-size:14px;width:calc(100% - 48px - 48px);transition-delay:.1s}.product-list-image-wrap .product-img .product-action .pro-quickview,.product-wrap .product-img .product-action .pro-quickview{width:48px;margin:0;transition-delay:.2s;border-left:1px solid hsla(0,0%,100%,.2)}.product-list-image-wrap .product-img .product-action .pro-same-action a,.product-list-image-wrap .product-img .product-action .pro-same-action button,.product-wrap .product-img .product-action .pro-same-action a,.product-wrap .product-img .product-action .pro-same-action button{font-size:16px;line-height:48px;display:block;width:100%;height:48px;text-align:center;text-transform:capitalize;color:#fff;border:none;background:none}.product-list-image-wrap .product-img .product-action .pro-same-action a.active,.product-list-image-wrap .product-img .product-action .pro-same-action a:hover,.product-list-image-wrap .product-img .product-action .pro-same-action button.active,.product-list-image-wrap .product-img .product-action .pro-same-action button:hover,.product-wrap .product-img .product-action .pro-same-action a.active,.product-wrap .product-img .product-action .pro-same-action a:hover,.product-wrap .product-img .product-action .pro-same-action button.active,.product-wrap .product-img .product-action .pro-same-action button:hover{background-color:#000}.product-list-image-wrap .product-img .product-action .pro-same-action.pro-quickview a,.product-list-image-wrap .product-img .product-action .pro-same-action.pro-wishlist a,.product-wrap .product-img .product-action .pro-same-action.pro-quickview a,.product-wrap .product-img .product-action .pro-same-action.pro-wishlist a{margin-top:2px}.product-list-image-wrap .product-content,.product-wrap .product-content{margin:20px 0 0}.product-list-image-wrap .product-content .h3,.product-list-image-wrap .product-content h3,.product-wrap .product-content .h3,.product-wrap .product-content h3{font-size:16px;margin:0}.product-list-image-wrap .product-content .product-rating,.product-wrap .product-content .product-rating{margin:3px 0}.product-list-image-wrap .product-content .product-rating i,.product-wrap .product-content .product-rating i{font-size:17px;margin:0 3px;color:#5f5d5d}.product-list-image-wrap .product-content .product-rating i.yellow,.product-wrap .product-content .product-rating i.yellow{color:#ffa900}.product-list-image-wrap .product-content .product-price span,.product-wrap .product-content .product-price span{font-size:15px;font-weight:500;position:relative;margin:0 9px;color:#000}.product-list-image-wrap .product-content .product-price span:before,.product-wrap .product-content .product-price span:before{position:absolute;top:10px;right:-13px;width:7px;height:2px;content:"";background-color:#000}.product-list-image-wrap .product-content .product-price span:last-child:before,.product-wrap .product-content .product-price span:last-child:before{display:none}.product-list-image-wrap .product-content .product-price span.old,.product-wrap .product-content .product-price span.old{text-decoration:line-through;color:#8e8e8e}.product-list-image-wrap:hover .hover-img,.product-wrap:hover .hover-img{visibility:visible;transform:translate(-50%);opacity:1}.product-list-image-wrap:hover .product-action>div,.product-wrap:hover .product-action>div{visibility:visible;transform:translateY(0);opacity:1}.modal-dialog{width:960px;max-width:960px;margin:8% auto;padding:35px}@media only screen and (min-width:768px)and (max-width:991px){.modal-dialog{width:720px;max-width:720px}}@media only screen and (max-width:767px){.modal-dialog{width:100%;max-width:100%;padding:35px 0}}.modal-dialog .modal-header .close{cursor:pointer;opacity:1;color:#333}.modal-dialog .modal-header .close:hover{color:#0a283a}.modal-dialog .modal-body{padding:35px 15px}.modal-dialog .quickview-big-img img{width:100%}@media only screen and (min-width:992px)and (max-width:1199px){.product-details-content.ml-70{margin-left:0}}@media only screen and (min-width:768px)and (max-width:991px){.product-details-content.ml-70{margin-left:0}}@media only screen and (max-width:767px){.product-details-content.ml-70{margin-top:30px;margin-left:0}.product-details-content.quickview-content{margin-top:30px}}.product-details-content .h2,.product-details-content h2{font-size:24px;line-height:1;margin:0;color:#010101}.product-details-content .product-details-price{display:flex;align-items:center;margin:15px 0 26px}.product-details-content .product-details-price span{font-size:24px;color:#fe5252}.product-details-content .product-details-price span.old{font-size:18px;margin-left:20px;text-decoration:line-through;color:#333}.product-details-content .pro-details-rating-wrap{display:flex;align-items:center;margin:0 0 17px}.product-details-content .pro-details-rating-wrap .pro-details-rating{position:relative;margin-right:39px}.product-details-content .pro-details-rating-wrap .pro-details-rating:before{position:absolute;top:4px;right:-19px;display:none;width:2px;height:15px;content:"";background-color:#d1d1d1}.product-details-content .pro-details-rating-wrap .pro-details-rating i{font-size:17px;margin-right:5px;color:#5f5d5d}.product-details-content .pro-details-rating-wrap .pro-details-rating i.yellow{color:#ffa900}.product-details-content .pro-details-rating-wrap span a{font-size:15px;color:#0a283a}.product-details-content .pro-details-rating-wrap span a:hover{color:#000}.product-details-content p{font-size:15px;line-height:28px;margin:0;color:#333}.product-details-content .pro-details-list{margin:20px 0 34px;padding:0 0 37px;border-bottom:1px solid #e5e5e5}.product-details-content .pro-details-list ul li{margin:0 0 5px;color:#333}.product-details-content .pro-details-list ul li:last-child{margin:0}.product-details-content .pro-details-size-color{display:flex}@media only screen and (max-width:767px){.product-details-content .pro-details-size-color{display:block}}@media only screen and (min-width:576px)and (max-width:767px){.product-details-content .pro-details-size-color{display:flex}}.product-details-content .pro-details-size-color .pro-details-color-wrap{margin-right:20px}@media only screen and (max-width:767px){.product-details-content .pro-details-size-color .pro-details-color-wrap{margin-bottom:20px}}@media only screen and (min-width:576px)and (max-width:767px){.product-details-content .pro-details-size-color .pro-details-color-wrap{margin-bottom:0}}.product-details-content .pro-details-size-color .pro-details-color-wrap span{font-size:15px;font-weight:500;display:block;margin:0 0 15px}.product-details-content .pro-details-size-color .pro-details-color-wrap .pro-details-color-content ul li{position:relative;display:block;float:left;width:14px;height:14px;margin-right:15px;cursor:pointer;transition:all .4s ease 0s;border-radius:50px}.product-details-content .pro-details-size-color .pro-details-color-wrap .pro-details-color-content ul li:last-child{margin-right:0}.product-details-content .pro-details-size-color .pro-details-color-wrap .pro-details-color-content ul li.blue{border:1px solid #4798f3;background-color:#4798f3}.product-details-content .pro-details-size-color .pro-details-color-wrap .pro-details-color-content ul li.maroon{border:1px solid #736751;background-color:#736751}.product-details-content .pro-details-size-color .pro-details-color-wrap .pro-details-color-content ul li.gray{border:1px solid silver;background-color:silver}.product-details-content .pro-details-size-color .pro-details-color-wrap .pro-details-color-content ul li.green{border:1px solid #139c57;background-color:#139c57}.product-details-content .pro-details-size-color .pro-details-color-wrap .pro-details-color-content ul li.yellow{border:1px solid #e28b37;background-color:#e28b37}.product-details-content .pro-details-size-color .pro-details-color-wrap .pro-details-color-content--single{position:relative;display:inline-block;width:14px;height:14px;margin-right:15px;cursor:pointer;transition:all .4s ease 0s;border-radius:50px}.product-details-content .pro-details-size-color .pro-details-color-wrap .pro-details-color-content--single:last-child{margin-right:0}.product-details-content .pro-details-size-color .pro-details-color-wrap .pro-details-color-content--single input{position:absolute;height:100%;cursor:pointer;opacity:0}.product-details-content .pro-details-size-color .pro-details-color-wrap .pro-details-color-content--single input:checked~.checkmark:after{visibility:visible;opacity:1}.product-details-content .pro-details-size-color .pro-details-color-wrap .pro-details-color-content--single.blue{border:1px solid #4798f3;background-color:#4798f3}.product-details-content .pro-details-size-color .pro-details-color-wrap .pro-details-color-content--single.maroon{border:1px solid #736751;background-color:#736751}.product-details-content .pro-details-size-color .pro-details-color-wrap .pro-details-color-content--single.gray{border:1px solid silver;background-color:silver}.product-details-content .pro-details-size-color .pro-details-color-wrap .pro-details-color-content--single.green{border:1px solid #139c57;background-color:#139c57}.product-details-content .pro-details-size-color .pro-details-color-wrap .pro-details-color-content--single.yellow{border:1px solid #e28b37;background-color:#e28b37}.product-details-content .pro-details-size-color .pro-details-color-wrap .pro-details-color-content--single.white{border:1px solid #333;background-color:#fff}.product-details-content .pro-details-size-color .pro-details-color-wrap .pro-details-color-content--single.black{border:1px solid #333;background-color:#333}.product-details-content .pro-details-size-color .pro-details-color-wrap .pro-details-color-content--single.brown{border:1px solid brown;background-color:brown}.product-details-content .pro-details-size-color .pro-details-color-wrap .pro-details-color-content--single .checkmark{position:relative;display:inline-block;width:14px;height:14px;margin:0}.product-details-content .pro-details-size-color .pro-details-color-wrap .pro-details-color-content--single .checkmark:after{position:absolute;top:-7px;left:-4px;visibility:hidden;width:20px;height:20px;content:"";transition:.3s;opacity:0;border:2px solid #333;border-radius:50%}.product-details-content .pro-details-size-color .pro-details-color-wrap .pro-details-color-content--single:hover input~.checkmark:after{visibility:visible;opacity:1}.product-details-content .pro-details-size-color .pro-details-size span{font-size:15px;font-weight:500;display:block;margin:0 0 10px}.product-details-content .pro-details-size-color .pro-details-size .pro-details-size-content ul li{display:inline-block;margin:0 2px 0 0;list-style:none outside none}.product-details-content .pro-details-size-color .pro-details-size .pro-details-size-content ul li a{font-size:12px;line-height:1;display:inline-block;padding:6px 9px 7px;text-transform:uppercase;color:#000;background-color:#f1f2f6}.product-details-content .pro-details-size-color .pro-details-size .pro-details-size-content ul li a:hover{color:#fff;background-color:#0a283a}.product-details-content .pro-details-size-color .pro-details-size .pro-details-size-content--single{font-size:12px;line-height:1;position:relative;display:inline-block;margin:0 5px 0 0;text-transform:uppercase;color:#000;background-color:#f1f2f6}.product-details-content .pro-details-size-color .pro-details-size .pro-details-size-content--single:hover{color:#fff;background-color:#0a283a}.product-details-content .pro-details-size-color .pro-details-size .pro-details-size-content--single input{position:absolute;top:0;left:0;height:100%;cursor:pointer;opacity:0}.product-details-content .pro-details-size-color .pro-details-size .pro-details-size-content--single input:checked~.size-name{color:#fff;background-color:#0a283a}.product-details-content .pro-details-size-color .pro-details-size .pro-details-size-content--single .size-name{font-size:12px;font-weight:400;width:100%;margin-bottom:0;padding:8px}.product-details-content .pro-details-quality{display:flex;align-items:center;margin-top:40px;margin-bottom:34px}.product-details-content .pro-details-quality .cart-plus-minus{position:relative;display:inline-block;overflow:hidden;width:80px;height:60px;padding:0;border:1px solid #e8e8e8}.product-details-content .pro-details-quality .cart-plus-minus .qtybutton{font-size:14px;font-weight:500;line-height:20px;position:absolute;float:inherit;width:24px;margin:0;cursor:pointer;transition:all .3s ease 0s;text-align:center;color:#8f8f8f;border:none;background:none}.product-details-content .pro-details-quality .cart-plus-minus .dec.qtybutton{top:0;left:0;height:60px}.product-details-content .pro-details-quality .cart-plus-minus .inc.qtybutton{top:0;right:0;height:60px}.product-details-content .pro-details-quality .cart-plus-minus input.cart-plus-minus-box{font-size:14px;float:left;width:80px;height:60px;margin:0;padding:0;text-align:center;color:#8f8f8f;border:none;background:transparent none repeat scroll 0 0}.product-details-content .pro-details-quality .pro-details-cart{margin:0 25px 0 10px}@media only screen and (max-width:767px){.product-details-content .pro-details-quality .pro-details-cart{margin:0 10px}}@media only screen and (min-width:768px)and (max-width:991px){.product-details-content .pro-details-quality .pro-details-cart{margin:0 17px 0 10px}}.product-details-content .pro-details-quality .pro-details-cart a,.product-details-content .pro-details-quality .pro-details-cart button{font-weight:700;line-height:1;z-index:99;display:inline-block;padding:23px 38px;text-transform:uppercase;color:#fff;border:none;background:none;background-color:#343538}@media only screen and (max-width:767px){.product-details-content .pro-details-quality .pro-details-cart a,.product-details-content .pro-details-quality .pro-details-cart button{padding:23px 12px}}@media only screen and (min-width:768px)and (max-width:991px){.product-details-content .pro-details-quality .pro-details-cart a,.product-details-content .pro-details-quality .pro-details-cart button{padding:22px}}.product-details-content .pro-details-quality .pro-details-cart a:hover,.product-details-content .pro-details-quality .pro-details-cart button:hover{border:none}.product-details-content .pro-details-quality .pro-details-cart a:disabled,.product-details-content .pro-details-quality .pro-details-cart button:disabled{cursor:not-allowed}.product-details-content .pro-details-quality .pro-details-cart a:disabled:after,.product-details-content .pro-details-quality .pro-details-cart a:disabled:before,.product-details-content .pro-details-quality .pro-details-cart button:disabled:after,.product-details-content .pro-details-quality .pro-details-cart button:disabled:before{display:none}.product-details-content .pro-details-quality .pro-details-wishlist a,.product-details-content .pro-details-quality .pro-details-wishlist button{font-size:18px;color:#000;border:none;background:none}.product-details-content .pro-details-quality .pro-details-wishlist a.active,.product-details-content .pro-details-quality .pro-details-wishlist a:hover,.product-details-content .pro-details-quality .pro-details-wishlist button.active,.product-details-content .pro-details-quality .pro-details-wishlist button:hover{color:#0a283a}.product-details-content .pro-details-quality .pro-details-compare a,.product-details-content .pro-details-quality .pro-details-compare button{font-size:18px;margin-left:25px;color:#000;border:none;background:none}@media only screen and (max-width:767px){.product-details-content .pro-details-quality .pro-details-compare a,.product-details-content .pro-details-quality .pro-details-compare button{margin-left:10px}}.product-details-content .pro-details-quality .pro-details-compare a.active,.product-details-content .pro-details-quality .pro-details-compare a:hover,.product-details-content .pro-details-quality .pro-details-compare button.active,.product-details-content .pro-details-quality .pro-details-compare button:hover{color:#0a283a}.product-details-content .pro-details-meta{display:flex;margin:0 0 10px}.product-details-content .pro-details-meta span{font-size:15px;margin-right:5px;color:#676767}.product-details-content .pro-details-meta ul li{display:inline-block;margin:0 10px 0 0}.product-details-content .pro-details-meta ul li a{font-size:15px;color:#676767}@media only screen and (max-width:767px){.product-details-content .pro-details-meta ul li a{font-size:14px}}.product-details-content .pro-details-meta ul li a:hover{color:#0a283a}.product-details-content .pro-details-social{margin:24px 0 0}.product-details-content .pro-details-social ul{display:flex}.product-details-content .pro-details-social ul li{margin-right:40px}.product-details-content .pro-details-social ul li:last-child{margin-right:0}.product-details-content .pro-details-social ul li a{font-size:16px;color:#343538}.product-details-content .pro-details-social ul li a:hover{color:#0a283a}@media only screen and (max-width:767px){.product-details-content.pro-details-slider-content.mt-50{margin-top:30px}}.product-details-content.pro-details-slider-content .product-details-price{justify-content:center}.product-details-content.pro-details-slider-content p{width:59%;margin:0 auto}@media only screen and (min-width:992px)and (max-width:1199px){.product-details-content.pro-details-slider-content p{width:80%}}@media only screen and (min-width:768px)and (max-width:991px){.product-details-content.pro-details-slider-content p{width:100%}}@media only screen and (max-width:767px){.product-details-content.pro-details-slider-content p{width:100%}}.product-details-content.pro-details-slider-content .pro-details-rating-wrap{justify-content:center}.product-details-content.pro-details-slider-content .pro-details-size-color{justify-content:center;text-align:left}@media only screen and (max-width:767px){.product-details-content.pro-details-slider-content .pro-details-size-color{text-align:center}.product-details-content.pro-details-slider-content .pro-details-size-color .pro-details-color-content{display:flex;justify-content:center}}.product-details-content.pro-details-slider-content .pro-details-meta,.product-details-content.pro-details-slider-content .pro-details-quality,.product-details-content.pro-details-slider-content .pro-details-social ul{justify-content:center}.quickview-wrap .nav-style-1.owl-carousel>.owl-nav div{font-size:20px;left:0;color:#333}.quickview-wrap .nav-style-1.owl-carousel>.owl-nav div:hover{color:#0a283a}.quickview-wrap .nav-style-1.owl-carousel>.owl-nav div.owl-next{right:0;left:auto}.quickview-wrap:hover .nav-style-1.owl-carousel>.owl-nav div{visibility:visible;opacity:1}.tab-filter-wrap{display:flex;align-items:center;justify-content:space-between}@media only screen and (max-width:767px){.tab-filter-wrap{display:block}.tab-filter-wrap.mb-60{margin-bottom:30px}}@media only screen and (min-width:576px)and (max-width:767px){.tab-filter-wrap{display:flex}.tab-filter-wrap.mb-60{margin-bottom:30px}}@media only screen and (max-width:767px){.product-tab-list-2{margin:0 0 10px}}@media only screen and (min-width:576px)and (max-width:767px){.product-tab-list-2{margin:0}}.product-tab-list-2 .nav-item:first-child .nav-link{padding-left:0}.product-tab-list-2 a{display:inline-block;margin-right:23px}.product-tab-list-2 a.nav-link{background-color:transparent!important}@media only screen and (max-width:767px){.product-tab-list-2 a{margin:0 23px 10px 0}}@media only screen and (min-width:576px)and (max-width:767px){.product-tab-list-2 a{margin:0 23px 0 0}}.product-tab-list-2 a:last-child{margin-right:0}.product-tab-list-2 a .h4,.product-tab-list-2 a h4{font-size:18px;font-weight:500;margin:0;padding-bottom:5px;transition:all .3s ease 0s;color:#555;border-bottom:2px solid transparent}.product-tab-list-2 a .h4:hover,.product-tab-list-2 a h4:hover{color:#000}.product-tab-list-2 a.active .h4,.product-tab-list-2 a.active h4{color:#000;border-bottom:2px solid #000}.filter-active{position:relative}.filter-active a,.filter-active button{font-size:18px;font-weight:500;color:#010101;border:none;background:none}.filter-active a.active,.filter-active a:hover,.filter-active button.active,.filter-active button:hover{color:#0a283a}.filter-active a i,.filter-active button i{font-size:14px}.product-filter-wrapper{overflow:hidden;height:0;transition:height .4s ease-out;background-color:#fff}.product-filter-wrapper .product-filter .h5,.product-filter-wrapper .product-filter h5{font-size:16px;font-weight:500;position:relative;margin-bottom:25px;padding-bottom:7px;text-transform:capitalize;color:#000}.product-filter-wrapper .product-filter .h5:before,.product-filter-wrapper .product-filter h5:before{position:absolute;bottom:0;left:0;width:20px;height:1px;content:"";background-color:#000}.product-filter-wrapper .product-filter ul.sort-by li{margin-bottom:3px}.product-filter-wrapper .product-filter ul.sort-by li:last-child{margin-bottom:0}.product-filter-wrapper .product-filter ul.color-filter li{margin-bottom:6px}.product-filter-wrapper .product-filter ul.color-filter li:last-child{margin-bottom:0}.product-filter-wrapper .product-filter ul.color-filter li input{display:inline-block;float:left;width:20px;height:20px;margin:3px 8px 0 0}.product-filter-wrapper .product-filter ul.color-filter li a{text-transform:capitalize}.product-filter-wrapper .product-filter .product-tags ul li{margin-bottom:4px}.product-filter-wrapper .product-filter .product-tags ul li a{text-transform:capitalize}.product-filter-wrapper .product-filter ul li button{text-transform:capitalize;border:none;background:none}.product-filter-wrapper .product-filter ul li button.active,.product-filter-wrapper .product-filter ul li button:hover{color:#0a283a}.product-filter-wrapper .product-filter--tag ul li{display:inline-block}.product-filter-wrapper .product-filter--tag ul li button{margin-right:10px;margin-bottom:10px;text-transform:lowercase;border:1px solid #e6e6e6}.product-filter-wrapper .product-filter--tag ul li button:hover{border-color:#0a283a}.product-filter-wrapper__inner{margin-bottom:60px;padding:45px 45px 7px;box-shadow:0 0 6px rgba(0,0,0,.1)}@media only screen and (min-width:768px)and (max-width:991px){.product-filter-wrapper__inner{padding:35px 25px 7px}}@media only screen and (max-width:767px){.product-filter-wrapper__inner{padding:35px 25px 7px}}.price-filter .price-slider-amount input{font-size:16px;font-weight:500;padding:0;border:none;background:transparent}.price-filter #slider-range{height:5px;margin-bottom:12px;margin-left:auto;border:none;border-radius:50px;background:#dbdbdb none repeat scroll 0 0}.price-filter #slider-range span{transition:all 0s ease 0s}.price-filter #slider-range .ui-slider-range{position:absolute;display:block;transition:all 0s ease 0s;border:none;background:#fa6bff none repeat scroll 0 0}.price-filter #slider-range .ui-slider-handle{width:15px;height:15px;margin-left:0;border:4px solid #fa6bff;border-radius:50%;background:#fff none repeat scroll 0 0}.tab-content.jump .tab-pane{display:block;overflow:hidden;height:0;opacity:0}.tab-content.jump .tab-pane.active{display:block;overflow:visible;height:auto;opacity:1}.product-wrap-2{overflow:hidden}.product-wrap-2,.product-wrap-2 .product-img{position:relative}.product-wrap-2 .product-img img{width:100%}.product-wrap-2 .product-img span{font-size:14px;font-weight:500;position:absolute;top:20px;right:20px}.product-wrap-2 .product-img span.pink{color:#fa6bff}.product-wrap-2 .product-img span.red{color:#ff3d2a}.product-wrap-2 .product-img span.purple{color:#0a283a}.product-wrap-2 .product-img .default-img{transition:all .5s ease-in-out}.product-wrap-2 .product-img .hover-img{position:absolute;top:0;left:0;visibility:hidden;width:100%;transition:all .5s ease-in-out;transform:translateX(100%);opacity:0}.product-wrap-2 .product-img .product-action-2{position:absolute;top:50%;display:flex;justify-content:center;width:100%;transform:translateY(-50%)}.product-wrap-2 .product-img .product-action-2 a,.product-wrap-2 .product-img .product-action-2 button{font-size:16px;line-height:42px;display:inline-block;width:42px;height:42px;margin:0 3px;transition:all .4s ease-in-out;transform:scaleX(0);text-align:center;color:#fff;border:none;border-radius:50px;background:none;background-color:#0a283a}.product-wrap-2 .product-img .product-action-2 a.active,.product-wrap-2 .product-img .product-action-2 a:hover,.product-wrap-2 .product-img .product-action-2 button.active,.product-wrap-2 .product-img .product-action-2 button:hover{background-color:#fa6bff}.product-wrap-2 .product-img .product-action-2.product-action-2-red a{background-color:#df262b}.product-wrap-2 .product-img .product-action-2.product-action-2-red a:hover{background-color:#0a283a}.product-wrap-2 .product-img-badges{position:absolute;top:12px;right:12px}.product-wrap-2 .product-img-badges>span{font-size:13px;font-weight:500;line-height:1;position:static;display:block;margin-bottom:10px;padding:3px 11px;border-radius:3px}.product-wrap-2 .product-img-badges>span.pink{color:#fa6bff}.product-wrap-2 .product-img-badges>span.purple{color:#0a283a}.product-wrap-2 .product-img-badges>span:last-child{margin-bottom:0}.product-wrap-2 .product-content-2{display:flex;justify-content:space-between;margin:20px 0 0}.product-wrap-2 .product-content-2 .title-price-wrap-2 .h3,.product-wrap-2 .product-content-2 .title-price-wrap-2 h3{line-height:1;margin:0 0 6px}.product-wrap-2 .product-content-2 .title-price-wrap-2 .h3 a,.product-wrap-2 .product-content-2 .title-price-wrap-2 h3 a{font-size:16px;color:#000}.product-wrap-2 .product-content-2 .title-price-wrap-2 .h3 a:hover,.product-wrap-2 .product-content-2 .title-price-wrap-2 h3 a:hover{color:#0a283a}.product-wrap-2 .product-content-2 .title-price-wrap-2 .price-2 span{font-size:15px;position:relative;margin-right:17px;color:#000}.product-wrap-2 .product-content-2 .title-price-wrap-2 .price-2 span.old{text-decoration:line-through;color:#fa6bff}.product-wrap-2 .product-content-2 .title-price-wrap-2 .price-2 span.old.red{color:#ff3d2a}.product-wrap-2 .product-content-2 .title-price-wrap-2 .price-2 span:before{position:absolute;top:10px;right:-13px;width:6px;height:2px;content:"";background-color:#a5a5a5}.product-wrap-2 .product-content-2 .title-price-wrap-2 .price-2 span:last-child:before{display:none}.product-wrap-2 .product-content-2 .title-price-wrap-2.title-price-wrap-2-white .h3 a,.product-wrap-2 .product-content-2 .title-price-wrap-2.title-price-wrap-2-white h3 a{color:#fff}.product-wrap-2 .product-content-2 .title-price-wrap-2.title-price-wrap-2-white .h3 a:hover,.product-wrap-2 .product-content-2 .title-price-wrap-2.title-price-wrap-2-white h3 a:hover{color:#0a283a}.product-wrap-2 .product-content-2 .title-price-wrap-2.title-price-wrap-2-white .price-2 span{color:#fff}.product-wrap-2 .product-content-2 .title-price-wrap-2.title-price-wrap-2-white .price-2 span.old{text-decoration:line-through;color:#fa6bff}.product-wrap-2 .product-content-2 .pro-wishlist-2 a,.product-wrap-2 .product-content-2 .pro-wishlist-2 button{font-size:16px;display:inline-block;margin:4px 0 0 10px;color:#929292;border:none;background:none}.product-wrap-2 .product-content-2 .pro-wishlist-2 a.active,.product-wrap-2 .product-content-2 .pro-wishlist-2 a:hover,.product-wrap-2 .product-content-2 .pro-wishlist-2 button.active,.product-wrap-2 .product-content-2 .pro-wishlist-2 button:hover{color:#0a283a}.product-wrap-2:hover .hover-img{visibility:visible;transform:translateX(0);opacity:1}.product-wrap-2:hover .default-img{visibility:hidden;transform:translateX(-100%)}.product-wrap-2:hover .product-action-2 a,.product-wrap-2:hover .product-action-2 button{transform:scaleX(1)}.product-wrap-2.pro-glaucous-color .product-img span.glaucous{color:#3d6882}.product-wrap-2.pro-glaucous-color .product-img .product-action-2 a,.product-wrap-2.pro-glaucous-color .product-img .product-action-2 button{background-color:#3d6882}.product-wrap-2.pro-glaucous-color .product-img .product-action-2 a.active,.product-wrap-2.pro-glaucous-color .product-img .product-action-2 a:hover,.product-wrap-2.pro-glaucous-color .product-img .product-action-2 button.active,.product-wrap-2.pro-glaucous-color .product-img .product-action-2 button:hover{color:#000;background-color:#fff}.product-wrap-2.pro-glaucous-color .product-content-2 .pro-wishlist-2 a:hover,.product-wrap-2.pro-glaucous-color .product-content-2 .title-price-wrap-2 .h3 a:hover,.product-wrap-2.pro-glaucous-color .product-content-2 .title-price-wrap-2 .price-2 span.old,.product-wrap-2.pro-glaucous-color .product-content-2 .title-price-wrap-2 h3 a:hover{color:#3d6882}.product-wrap-2.pro-puce-color .product-img span.puce{color:#de3e3e}.product-wrap-2.pro-puce-color .product-img .product-action-2 a,.product-wrap-2.pro-puce-color .product-img .product-action-2 button{background-color:#de3e3e}.product-wrap-2.pro-puce-color .product-img .product-action-2 a:hover,.product-wrap-2.pro-puce-color .product-img .product-action-2 button:hover{color:#000;background-color:#fff}.product-wrap-2.pro-puce-color .product-content-2 .pro-wishlist-2 a:hover,.product-wrap-2.pro-puce-color .product-content-2 .pro-wishlist-2 button:hover,.product-wrap-2.pro-puce-color .product-content-2 .title-price-wrap-2 .h3 a:hover,.product-wrap-2.pro-puce-color .product-content-2 .title-price-wrap-2 .price-2 span.old,.product-wrap-2.pro-puce-color .product-content-2 .title-price-wrap-2 h3 a:hover{color:#de3e3e}.section-padding-1 .container-fluid,.section-padding-1 .container-lg,.section-padding-1 .container-md,.section-padding-1 .container-sm,.section-padding-1 .container-xl,.section-padding-1 .container-xxl{padding:0 70px}@media only screen and (min-width:1200px)and (max-width:1365px){.section-padding-1 .container-fluid,.section-padding-1 .container-lg,.section-padding-1 .container-md,.section-padding-1 .container-sm,.section-padding-1 .container-xl,.section-padding-1 .container-xxl{padding:0 15px}}@media only screen and (min-width:992px)and (max-width:1199px){.section-padding-1 .container-fluid,.section-padding-1 .container-lg,.section-padding-1 .container-md,.section-padding-1 .container-sm,.section-padding-1 .container-xl,.section-padding-1 .container-xxl{padding:0 30px}}@media only screen and (min-width:768px)and (max-width:991px){.section-padding-1 .container-fluid,.section-padding-1 .container-lg,.section-padding-1 .container-md,.section-padding-1 .container-sm,.section-padding-1 .container-xl,.section-padding-1 .container-xxl{padding:0 40px}}@media only screen and (max-width:767px){.section-padding-1 .container-fluid,.section-padding-1 .container-lg,.section-padding-1 .container-md,.section-padding-1 .container-sm,.section-padding-1 .container-xl,.section-padding-1 .container-xxl{padding:0 15px}}.hm4-section-padding .container-fluid,.hm4-section-padding .container-lg,.hm4-section-padding .container-md,.hm4-section-padding .container-sm,.hm4-section-padding .container-xl,.hm4-section-padding .container-xxl{padding:0 70px}@media only screen and (min-width:1366px)and (max-width:1600px){.hm4-section-padding .container-fluid,.hm4-section-padding .container-lg,.hm4-section-padding .container-md,.hm4-section-padding .container-sm,.hm4-section-padding .container-xl,.hm4-section-padding .container-xxl{padding:0 60px}}@media only screen and (min-width:1200px)and (max-width:1365px){.hm4-section-padding .container-fluid,.hm4-section-padding .container-lg,.hm4-section-padding .container-md,.hm4-section-padding .container-sm,.hm4-section-padding .container-xl,.hm4-section-padding .container-xxl{padding:0 30px}}@media only screen and (min-width:992px)and (max-width:1199px){.hm4-section-padding .container-fluid,.hm4-section-padding .container-lg,.hm4-section-padding .container-md,.hm4-section-padding .container-sm,.hm4-section-padding .container-xl,.hm4-section-padding .container-xxl{padding:0 15px}}@media only screen and (min-width:768px)and (max-width:991px){.hm4-section-padding .container-fluid,.hm4-section-padding .container-lg,.hm4-section-padding .container-md,.hm4-section-padding .container-sm,.hm4-section-padding .container-xl,.hm4-section-padding .container-xxl{padding:0 30px}}@media only screen and (max-width:767px){.hm4-section-padding .container-fluid,.hm4-section-padding .container-lg,.hm4-section-padding .container-md,.hm4-section-padding .container-sm,.hm4-section-padding .container-xl,.hm4-section-padding .container-xxl{padding:0 15px}}.toggle-item-active,.toggle-item-active2,.toggle-item-active3,.toggle-item-active4,.toggle-item-active5,.toggle-item-active6{display:none}.view-more{display:block;width:100%;text-align:center}.view-more a{font-weight:500;line-height:1;display:inline-block;padding-bottom:2px;text-align:center;color:#555;border-bottom:1px solid #ccc}.view-more a:hover{color:#0a283a;border-bottom:1px solid #0a283a}@media only screen and (max-width:767px){.view-more.mt-20{margin-top:0}}.view-more.round-btn a{font-size:16px;line-height:1;display:inline-block;padding:16px 40px;text-transform:capitalize;color:#fff;border-radius:34px 34px 34px 34px;background-color:#c61a32}.view-more.round-btn a:hover{background-color:#0a283a}.hm5-section-padding .container-fluid,.hm5-section-padding .container-lg,.hm5-section-padding .container-md,.hm5-section-padding .container-sm,.hm5-section-padding .container-xl,.hm5-section-padding .container-xxl{padding-right:0;padding-left:0}@media only screen and (max-width:767px){.hm5-section-padding .container-fluid,.hm5-section-padding .container-lg,.hm5-section-padding .container-md,.hm5-section-padding .container-sm,.hm5-section-padding .container-xl,.hm5-section-padding .container-xxl{padding-right:15px;padding-left:15px}}.hm5-section-padding .row{margin-right:-10px;margin-left:-10px}@media only screen and (max-width:767px){.hm5-section-padding .row{margin-right:-15px;margin-left:-15px}}.hm5-section-padding div[class^=col-]{padding-right:10px;padding-left:10px}@media only screen and (max-width:767px){.hm5-section-padding div[class^=col-]{padding-right:15px;padding-left:15px}}.product-wrap-3,.product-wrap-3 .product-img{position:relative}.product-wrap-3 .product-img a img{width:100%}.product-wrap-3 .product-img-badges{position:absolute;z-index:9;top:12px;right:12px}.product-wrap-3 .product-img-badges span{font-size:13px;font-weight:500;line-height:1;display:block;margin-bottom:10px;padding:3px 11px;color:#fff;border-radius:3px}.product-wrap-3 .product-img-badges span.purple{background-color:#0a283a}.product-wrap-3 .product-img-badges span.pink{background-color:#fa6bff}.product-wrap-3 .product-img-badges span:last-child{margin-bottom:0}.product-wrap-3 .product-content-3-wrap{position:absolute;z-index:8;top:5%;right:5%;bottom:5%;left:5%;visibility:hidden;width:90%;height:90%;transition:all .4s ease 0s;transform:scale(.85);opacity:0;background:hsla(0,0%,100%,.9) none repeat scroll 0 0}.product-wrap-3 .product-content-3-wrap .product-content-3{position:absolute;top:50%;left:50%;width:100%;transition:all .4s ease 0s;transform:translate(-50%,-50%);text-align:center}.product-wrap-3 .product-content-3-wrap .product-content-3 .product-title .h3,.product-wrap-3 .product-content-3-wrap .product-content-3 .product-title h3{font-size:18px;line-height:1;margin:0}.product-wrap-3 .product-content-3-wrap .product-content-3 .price-3{margin:10px 0 20px}.product-wrap-3 .product-content-3-wrap .product-content-3 .price-3 span{font-size:16px;font-weight:500;position:relative;margin:0 9px;color:#000}.product-wrap-3 .product-content-3-wrap .product-content-3 .price-3 span:before{position:absolute;top:10px;right:-13px;width:7px;height:2px;content:"";background-color:#000}.product-wrap-3 .product-content-3-wrap .product-content-3 .price-3 span:last-child:before{display:none}.product-wrap-3 .product-content-3-wrap .product-content-3 .price-3 span.old{text-decoration:line-through;color:#8e8e8e}.product-wrap-3 .product-content-3-wrap .product-content-3 .product-action-3 .pro-same-action{display:inline-block}.product-wrap-3 .product-content-3-wrap .product-content-3 .product-action-3 a,.product-wrap-3 .product-content-3-wrap .product-content-3 .product-action-3 button{font-size:16px;line-height:42px;display:inline-block;width:42px;height:42px;margin:0 3px;transition:all .4s ease-in-out;text-align:center;color:#fff;border:none;border-radius:50px;background:none;background-color:#a749ff}.product-wrap-3 .product-content-3-wrap .product-content-3 .product-action-3 a.active,.product-wrap-3 .product-content-3-wrap .product-content-3 .product-action-3 a:hover,.product-wrap-3 .product-content-3-wrap .product-content-3 .product-action-3 button.active,.product-wrap-3 .product-content-3-wrap .product-content-3 .product-action-3 button:hover{background-color:#fa6bff}.product-wrap-3 .product-content-3-wrap .product-content-3 .product-action-3 a:disabled,.product-wrap-3 .product-content-3-wrap .product-content-3 .product-action-3 button:disabled{cursor:not-allowed}.product-wrap-3:hover .product-content-3-wrap{visibility:visible;transform:scale(1);opacity:1}.hm6-section-padding .container-fluid,.hm6-section-padding .container-lg,.hm6-section-padding .container-md,.hm6-section-padding .container-sm,.hm6-section-padding .container-xl,.hm6-section-padding .container-xxl{padding-right:70px;padding-left:70px}@media only screen and (min-width:1200px)and (max-width:1365px){.hm6-section-padding .container-fluid,.hm6-section-padding .container-lg,.hm6-section-padding .container-md,.hm6-section-padding .container-sm,.hm6-section-padding .container-xl,.hm6-section-padding .container-xxl{padding-right:15px;padding-left:15px}}@media only screen and (min-width:992px)and (max-width:1199px){.hm6-section-padding .container-fluid,.hm6-section-padding .container-lg,.hm6-section-padding .container-md,.hm6-section-padding .container-sm,.hm6-section-padding .container-xl,.hm6-section-padding .container-xxl{padding-right:30px;padding-left:30px}}@media only screen and (min-width:768px)and (max-width:991px){.hm6-section-padding .container-fluid,.hm6-section-padding .container-lg,.hm6-section-padding .container-md,.hm6-section-padding .container-sm,.hm6-section-padding .container-xl,.hm6-section-padding .container-xxl{padding-right:40px;padding-left:40px}}@media only screen and (max-width:767px){.hm6-section-padding .container-fluid,.hm6-section-padding .container-lg,.hm6-section-padding .container-md,.hm6-section-padding .container-sm,.hm6-section-padding .container-xl,.hm6-section-padding .container-xxl{padding-right:15px;padding-left:15px}}.hm6-section-padding .row{margin-right:-10px;margin-left:-10px}@media only screen and (max-width:767px){.hm6-section-padding .row{margin-right:-15px;margin-left:-15px}}.hm6-section-padding div[class^=col-]{padding-right:10px;padding-left:10px}@media only screen and (max-width:767px){.hm6-section-padding div[class^=col-]{padding-right:15px;padding-left:15px}}.product-wrap-4{position:relative;overflow:hidden}.product-wrap-4 a img{width:100%;transition:all .5s ease 0s;transform:scale(1)}.product-wrap-4 .position-1{position:absolute;right:0;bottom:75px;left:0;text-align:center}@media only screen and (min-width:1366px)and (max-width:1600px){.product-wrap-4 .position-1{bottom:40px}}@media only screen and (min-width:1200px)and (max-width:1365px){.product-wrap-4 .position-1{bottom:40px}}@media only screen and (min-width:992px)and (max-width:1199px){.product-wrap-4 .position-1{bottom:30px}}@media only screen and (min-width:768px)and (max-width:991px){.product-wrap-4 .position-1{bottom:30px}}@media only screen and (max-width:767px){.product-wrap-4 .position-1{bottom:30px}}.product-wrap-4 .position-2{position:absolute;bottom:55px;left:60px}@media only screen and (min-width:1366px)and (max-width:1600px){.product-wrap-4 .position-2{bottom:40px}}@media only screen and (min-width:1200px)and (max-width:1365px){.product-wrap-4 .position-2{bottom:40px}}@media only screen and (min-width:992px)and (max-width:1199px){.product-wrap-4 .position-2{bottom:30px;left:40px}}@media only screen and (min-width:768px)and (max-width:991px){.product-wrap-4 .position-2{bottom:30px;left:20px}}@media only screen and (max-width:767px){.product-wrap-4 .position-2{bottom:30px;left:20px}}.product-wrap-4 .position-3{position:absolute;top:51px;right:0;left:0;text-align:center}@media only screen and (min-width:1366px)and (max-width:1600px){.product-wrap-4 .position-3{top:32px}}@media only screen and (min-width:1200px)and (max-width:1365px){.product-wrap-4 .position-3{top:32px}}@media only screen and (min-width:992px)and (max-width:1199px){.product-wrap-4 .position-3{top:22px}}@media only screen and (min-width:768px)and (max-width:991px){.product-wrap-4 .position-3{top:22px}}@media only screen and (max-width:767px){.product-wrap-4 .position-3{top:22px}}.product-wrap-4 .product-content-4 .h4,.product-wrap-4 .product-content-4 h4{font-size:30px;line-height:38px;margin:0 0 12px}@media only screen and (min-width:1366px)and (max-width:1600px){.product-wrap-4 .product-content-4 .h4,.product-wrap-4 .product-content-4 h4{font-size:25px;line-height:30px}}@media only screen and (min-width:1200px)and (max-width:1365px){.product-wrap-4 .product-content-4 .h4,.product-wrap-4 .product-content-4 h4{font-size:25px;line-height:30px}}@media only screen and (min-width:992px)and (max-width:1199px){.product-wrap-4 .product-content-4 .h4,.product-wrap-4 .product-content-4 h4{font-size:22px;line-height:27px}}@media only screen and (min-width:768px)and (max-width:991px){.product-wrap-4 .product-content-4 .h4,.product-wrap-4 .product-content-4 h4{font-size:20px;line-height:23px}}@media only screen and (max-width:767px){.product-wrap-4 .product-content-4 .h4,.product-wrap-4 .product-content-4 h4{font-size:20px;line-height:23px}}.product-wrap-4 .product-content-4 .price-4 span{font-size:18px;position:relative;margin:0 24px 0 0;color:#000}.product-wrap-4 .product-content-4 .price-4 span:before{position:absolute;top:12px;right:-17px;width:7px;height:2px;content:"";background-color:#6b6264}.product-wrap-4 .product-content-4 .price-4 span:last-child:before{display:none}.product-wrap-4 .product-content-4 .price-4 span.old{text-decoration:line-through;color:#fa6bff}.product-wrap-4 .product-content-4 .price-4.price-4-center span{margin:0 12px}.product-wrap-4:hover a img{transform:scale(1.1)}.width-50-percent{flex:0 0 50%;max-width:50%}.width-30-percent{flex:0 0 30%;max-width:30%}.collection-product .collection-img{overflow:hidden}.collection-product .collection-img a img{width:100%;transition:all .5s ease 0s;transform:scale(1)}.collection-product .collection-content{margin:23px 0 0}.collection-product .collection-content span{font-weight:500}.collection-product .collection-content .h4,.collection-product .collection-content h4{line-height:1;margin:4px 0 0}.collection-product .collection-content .h4 a,.collection-product .collection-content h4 a{font-size:16px;font-weight:500;color:#000}.collection-product .collection-content .h4 a:hover,.collection-product .collection-content h4 a:hover{color:#0a283a}.collection-product .collection-content .collection-btn{font-size:13px;font-weight:400;line-height:1;position:relative;display:inline-block;overflow:hidden;margin-top:15px;padding:8px 11px;text-transform:uppercase;color:#666;border:1px solid #010101;border-radius:50px;background-color:transparent}.collection-product .collection-content .collection-btn:after,.collection-product .collection-content .collection-btn:before{position:absolute;z-index:-1;right:0;bottom:0;left:auto;width:0;height:100%;content:"";transition:all .5s cubic-bezier(.645,.045,.355,1)}.collection-product .collection-content .collection-btn:hover{color:#fff;border-color:#0a283a;background-color:transparent}.collection-product .collection-content .collection-btn:hover:after{right:auto;left:0;width:100%;background-color:#0a283a}.collection-product:hover a img{transform:scale(1.1)}.product-wrap-5,.product-wrap-5 .product-img{position:relative}.product-wrap-5 .product-img a img{width:100%}.product-wrap-5 .product-img-badges{position:absolute;top:12px;right:12px}.product-wrap-5 .product-img span{font-size:13px;font-weight:500;line-height:1;display:block;margin-bottom:10px;padding:3px 11px;color:#fff;border-radius:3px}.product-wrap-5 .product-img span.purple{background-color:#0a283a}.product-wrap-5 .product-img span.pink{background-color:#fa6bff}.product-wrap-5 .product-img span:last-child{margin-bottom:0}.product-wrap-5 .product-action-4{position:absolute;z-index:999;bottom:0;left:0;display:flex;justify-content:center;width:100%;padding:10px;transition:all .5s ease 0s;transform:scaleY(0);text-align:center;opacity:1;background:none repeat scroll 0 0 #a749ff}.product-wrap-5 .product-action-4 .pro-same-action{margin:0 2px}.product-wrap-5 .product-action-4 .pro-same-action a,.product-wrap-5 .product-action-4 .pro-same-action button{font-size:16px;line-height:36px;display:inline-block;width:35px;height:35px;margin:0 3px;text-align:center;color:#000;border:none;border-radius:50px;background:none;background-color:#fff}.product-wrap-5 .product-action-4 .pro-same-action a.active,.product-wrap-5 .product-action-4 .pro-same-action a:hover,.product-wrap-5 .product-action-4 .pro-same-action button.active,.product-wrap-5 .product-action-4 .pro-same-action button:hover{color:#fff;background-color:#fa6bff}.product-wrap-5 .product-content-5{margin-top:28px}.product-wrap-5 .product-content-5 .h3,.product-wrap-5 .product-content-5 h3{font-size:16px;line-height:17px;margin:0 0 5px}.product-wrap-5 .product-content-5 .h3 a,.product-wrap-5 .product-content-5 h3 a{color:#000}.product-wrap-5 .product-content-5 .h3 a:hover,.product-wrap-5 .product-content-5 h3 a:hover{color:#0a283a}.product-wrap-5 .product-content-5 .price-5 span{font-size:15px;position:relative;margin:0 8px;color:#000}.product-wrap-5 .product-content-5 .price-5 span:before{position:absolute;top:10px;right:-13px;width:6px;height:2px;content:"";background-color:#a5a5a5}.product-wrap-5 .product-content-5 .price-5 span:last-child:before{display:none}.product-wrap-5 .product-content-5 .price-5 span.old{text-decoration:line-through;color:#fa6bff}.product-wrap-5:hover .product-action-4{transform:scaleY(1);opacity:1}.product-wrap-6{display:flex}.product-wrap-6 .product-img{position:relative;flex-basis:170px;margin-right:30px}.product-wrap-6 .product-img-badges{position:absolute;top:12px;right:12px}.product-wrap-6 .product-img span{font-size:13px;font-weight:500;line-height:1;display:block;margin-bottom:10px;padding:3px 11px;color:#fed700;border-radius:3px}.product-wrap-6 .product-img span:last-child{margin-bottom:0}.product-wrap-6 .product-content{flex-basis:calc(100% - 200px)}.product-wrap-6 .product-content .h3,.product-wrap-6 .product-content h3{font-size:16px;font-weight:400;line-height:1;margin-bottom:15px}.product-wrap-6 .product-content .h3 a,.product-wrap-6 .product-content h3 a{color:#3d3d3d}.product-wrap-6 .product-content .h3 a:hover,.product-wrap-6 .product-content h3 a:hover{color:#fed700}.product-wrap-6 .product-content .product-price{margin-bottom:10px;margin-left:-8px}.product-wrap-6 .product-content .product-price span{font-size:18px;position:relative;margin:0 8px;color:#000}.product-wrap-6 .product-content .product-price span:before{position:absolute;top:10px;right:-13px;width:6px;height:2px;content:"";background-color:#a5a5a5}.product-wrap-6 .product-content .product-price span:last-child:before{display:none}.product-wrap-6 .product-content .product-price span.old{text-decoration:line-through;color:#fed700}.product-wrap-6 .product-content .product-rating{margin-bottom:15px}.product-wrap-6 .product-content .product-rating i{font-size:17px;margin-right:3px}.product-wrap-6 .product-content .product-rating i.yellow{color:#ffa900}.product-wrap-6 .product-content .product-action{display:flex;justify-content:flex-end}.product-wrap-6 .product-content .product-action .pro-same-action{margin-left:5px}.product-wrap-6 .product-content .product-action .pro-same-action:first-child{margin-left:0}.product-wrap-6 .product-content .product-action .pro-same-action a,.product-wrap-6 .product-content .product-action .pro-same-action button{font-size:23px;line-height:55px;display:inline-block;width:55px;height:55px;text-align:center;color:#000;border:none;background:none;background-color:#f6f6f6}.product-wrap-6 .product-content .product-action .pro-same-action a.active,.product-wrap-6 .product-content .product-action .pro-same-action a:hover,.product-wrap-6 .product-content .product-action .pro-same-action button.active,.product-wrap-6 .product-content .product-action .pro-same-action button:hover{color:#fff;background-color:#fed700}.product-wrap-7{overflow:hidden}.product-wrap-7,.product-wrap-7 .product-img{position:relative}.product-wrap-7 .product-img img{width:100%}.product-wrap-7 .product-img span{font-size:14px;font-weight:500;position:absolute;top:20px;right:20px;color:#fed700}.product-wrap-7 .product-img .default-img{transition:all .5s ease-in-out}.product-wrap-7 .product-img .hover-img{position:absolute;top:0;left:0;visibility:hidden;width:100%;transition:all .5s ease-in-out;transform:translateX(100%);opacity:0}.product-wrap-7 .product-img .product-action-2{position:absolute;right:10px;bottom:10px;display:flex;justify-content:flex-end;width:100%}.product-wrap-7 .product-img .product-action-2 a,.product-wrap-7 .product-img .product-action-2 button{font-size:16px;line-height:42px;display:inline-block;width:42px;height:42px;margin:0 3px;transition:all .4s ease-in-out;transform:scaleX(0);text-align:center;color:#fff;border:none;background:none;background-color:#555}.product-wrap-7 .product-img .product-action-2 a.active,.product-wrap-7 .product-img .product-action-2 a:hover,.product-wrap-7 .product-img .product-action-2 button.active,.product-wrap-7 .product-img .product-action-2 button:hover{background-color:#fed700}.product-wrap-7 .product-img-badges{position:absolute;top:12px;left:12px}.product-wrap-7 .product-img-badges>span{font-size:13px;font-weight:500;line-height:1;position:static;display:block;margin-bottom:10px;padding:3px 11px;border-radius:3px}.product-wrap-7 .product-img-badges>span:last-child{margin-bottom:0}.product-wrap-7 .product-img .pro-wishlist-2{line-height:35px;position:absolute;z-index:9;top:20px;right:20px;text-align:center}.product-wrap-7 .product-img .pro-wishlist-2 a,.product-wrap-7 .product-img .pro-wishlist-2 button{font-size:16px;display:inline-block;width:35px;height:35px;transition:all .3s ease-in-out;color:#fff;border:none;border-radius:100%;background:#555}.product-wrap-7 .product-img .pro-wishlist-2 a.active,.product-wrap-7 .product-img .pro-wishlist-2 a:hover,.product-wrap-7 .product-img .pro-wishlist-2 button.active,.product-wrap-7 .product-img .pro-wishlist-2 button:hover{background:#fed700}.product-wrap-7 .product-content-2{display:flex;justify-content:space-between;margin:20px 0 0}.product-wrap-7 .product-content-2 .title-price-wrap-2 .h3,.product-wrap-7 .product-content-2 .title-price-wrap-2 h3{line-height:1;margin:0 0 6px}.product-wrap-7 .product-content-2 .title-price-wrap-2 .h3 a,.product-wrap-7 .product-content-2 .title-price-wrap-2 h3 a{font-size:16px;font-weight:500;color:#444}.product-wrap-7 .product-content-2 .title-price-wrap-2 .h3 a:hover,.product-wrap-7 .product-content-2 .title-price-wrap-2 h3 a:hover{color:#fed700}.product-wrap-7 .product-content-2 .title-price-wrap-2 .price-2 span{font-size:15px;position:relative;margin-right:17px;color:#444}.product-wrap-7 .product-content-2 .title-price-wrap-2 .price-2 span.old{text-decoration:line-through;color:#444}.product-wrap-7 .product-content-2 .title-price-wrap-2 .price-2 span.old.red{color:#ff3d2a}.product-wrap-7 .product-content-2 .title-price-wrap-2 .price-2 span:before{position:absolute;top:10px;right:-13px;width:6px;height:2px;content:"";background-color:#a5a5a5}.product-wrap-7 .product-content-2 .title-price-wrap-2 .price-2 span:last-child:before{display:none}.product-wrap-7:hover .hover-img{visibility:visible;transform:translateX(0);opacity:1}.product-wrap-7:hover .product-action-2 a,.product-wrap-7:hover .product-action-2 button{transform:scaleX(1)}.product-wrap-8{display:flex}.product-wrap-8 .product-img{position:relative;flex-basis:170px;margin-right:30px}.product-wrap-8 .product-img-badges{position:absolute;top:12px;right:12px}.product-wrap-8 .product-img span{font-size:13px;font-weight:500;line-height:1;display:block;margin-bottom:10px;padding:3px 11px;color:#fff;border-radius:3px;background-color:red}.product-wrap-8 .product-img span:last-child{margin-bottom:0}.product-wrap-8 .product-content{flex-basis:calc(100% - 200px)}.product-wrap-8 .product-content .h3,.product-wrap-8 .product-content h3{font-size:16px;font-weight:400;line-height:1;margin-bottom:15px}.product-wrap-8 .product-content .h3 a,.product-wrap-8 .product-content h3 a{color:#3d3d3d}.product-wrap-8 .product-content .h3 a:hover,.product-wrap-8 .product-content h3 a:hover{color:red}.product-wrap-8 .product-content .product-price{margin-bottom:10px;margin-left:-8px}.product-wrap-8 .product-content .product-price span{font-size:18px;position:relative;margin:0 8px;color:#000}.product-wrap-8 .product-content .product-price span:before{position:absolute;top:10px;right:-13px;width:6px;height:2px;content:"";background-color:#a5a5a5}.product-wrap-8 .product-content .product-price span:last-child:before{display:none}.product-wrap-8 .product-content .product-price span.old{text-decoration:line-through;color:red}.product-wrap-8 .product-content .product-rating{margin-bottom:15px}.product-wrap-8 .product-content .product-rating i{font-size:17px;margin-right:3px}.product-wrap-8 .product-content .product-rating i.yellow{color:#ffa900}.product-wrap-8 .product-content .product-action{display:flex;justify-content:flex-end}.product-wrap-8 .product-content .product-action .pro-same-action{margin-left:5px}.product-wrap-8 .product-content .product-action .pro-same-action:first-child{margin-left:0}.product-wrap-8 .product-content .product-action .pro-same-action a,.product-wrap-8 .product-content .product-action .pro-same-action button{font-size:23px;line-height:55px;display:inline-block;width:55px;height:55px;text-align:center;color:#000;border:none;background:none;background-color:#f6f6f6}.product-wrap-8 .product-content .product-action .pro-same-action a.active,.product-wrap-8 .product-content .product-action .pro-same-action a:hover,.product-wrap-8 .product-content .product-action .pro-same-action button.active,.product-wrap-8 .product-content .product-action .pro-same-action button:hover{color:#fff;background-color:red}.product-wrap-8--brown .product-img span{background-color:#bca487}.product-wrap-8--brown .product-content .h3 a:hover,.product-wrap-8--brown .product-content .product-price span.old,.product-wrap-8--brown .product-content h3 a:hover{color:#bca487}.product-wrap-8--brown .product-content .product-action .pro-same-action a.active,.product-wrap-8--brown .product-content .product-action .pro-same-action a:hover,.product-wrap-8--brown .product-content .product-action .pro-same-action button.active,.product-wrap-8--brown .product-content .product-action .pro-same-action button:hover{background-color:#bca487}.product-wrap-9{overflow:hidden}.product-wrap-9,.product-wrap-9 .product-img{position:relative}.product-wrap-9 .product-img img{width:100%}.product-wrap-9 .product-img span{font-size:14px;font-weight:500;position:absolute;top:20px;right:20px;color:red}.product-wrap-9 .product-img .default-img{transition:all .5s ease-in-out}.product-wrap-9 .product-img .hover-img{position:absolute;top:0;left:0;visibility:hidden;width:100%;transition:all .5s ease-in-out;transform:translateX(100%);opacity:0}.product-wrap-9 .product-img .product-action-2{position:absolute;right:10px;bottom:0;display:flex;justify-content:flex-end;width:100%}.product-wrap-9 .product-img .product-action-2 a,.product-wrap-9 .product-img .product-action-2 button{font-size:16px;line-height:55px;display:inline-block;width:55px;height:55px;margin:0 3px;transition:all .4s ease-in-out;transform:scaleX(0);text-align:center;color:#555;border:none;background:none;background-color:#fff}.product-wrap-9 .product-img .product-action-2 a.active,.product-wrap-9 .product-img .product-action-2 a:hover,.product-wrap-9 .product-img .product-action-2 button.active,.product-wrap-9 .product-img .product-action-2 button:hover{color:#fff;background-color:red}.product-wrap-9 .product-img-badges{position:absolute;top:12px;right:12px}.product-wrap-9 .product-img-badges>span{font-size:13px;font-weight:500;line-height:1;position:static;display:block;margin-bottom:10px;padding:3px 11px;border-radius:3px}.product-wrap-9 .product-img-badges>span:last-child{margin-bottom:0}.product-wrap-9 .product-content-2{display:flex;justify-content:space-between;margin:20px 0 0}.product-wrap-9 .product-content-2 .title-price-wrap-2 .h3,.product-wrap-9 .product-content-2 .title-price-wrap-2 h3{font-family:Josefin Sans,sans-serif;line-height:1;margin:0 0 6px}.product-wrap-9 .product-content-2 .title-price-wrap-2 .h3 a,.product-wrap-9 .product-content-2 .title-price-wrap-2 h3 a{font-size:16px;font-weight:500;color:#444}.product-wrap-9 .product-content-2 .title-price-wrap-2 .h3 a:hover,.product-wrap-9 .product-content-2 .title-price-wrap-2 h3 a:hover{color:red}.product-wrap-9 .product-content-2 .title-price-wrap-2 .price-2 span{font-size:15px;position:relative;margin-right:17px;color:#444}.product-wrap-9 .product-content-2 .title-price-wrap-2 .price-2 span.old{text-decoration:line-through;color:#444}.product-wrap-9 .product-content-2 .title-price-wrap-2 .price-2 span.old.red{color:#ff3d2a}.product-wrap-9 .product-content-2 .title-price-wrap-2 .price-2 span:before{position:absolute;top:10px;right:-13px;width:6px;height:2px;content:"";background-color:#a5a5a5}.product-wrap-9 .product-content-2 .title-price-wrap-2 .price-2 span:last-child:before{display:none}.product-wrap-9 .product-content-2 .pro-wishlist-2{line-height:35px;z-index:9;text-align:center}.product-wrap-9 .product-content-2 .pro-wishlist-2 a,.product-wrap-9 .product-content-2 .pro-wishlist-2 button{font-size:16px;display:inline-block;transition:all .3s ease-in-out;color:#929292;border:none;background:none}.product-wrap-9 .product-content-2 .pro-wishlist-2 a.active,.product-wrap-9 .product-content-2 .pro-wishlist-2 a:hover,.product-wrap-9 .product-content-2 .pro-wishlist-2 button.active,.product-wrap-9 .product-content-2 .pro-wishlist-2 button:hover{color:red}.product-wrap-9:hover .hover-img{visibility:visible;transform:translateX(0);opacity:1}.product-wrap-9:hover .product-action-2 a,.product-wrap-9:hover .product-action-2 button{transform:scaleX(1)}.product-wrap-10{overflow:hidden}.product-wrap-10,.product-wrap-10 .product-img{position:relative}.product-wrap-10 .product-img img{width:100%}.product-wrap-10 .product-img span{font-size:14px;font-weight:500;position:absolute;top:20px;right:20px}.product-wrap-10 .product-img .default-img{transition:all .5s ease-in-out}.product-wrap-10 .product-img .hover-img{position:absolute;top:0;left:0;visibility:hidden;width:100%;transition:all .5s ease-in-out;transform:translateX(100%);opacity:0}.product-wrap-10 .product-img .product-action-2{position:absolute;top:50%;left:20px;display:flex;flex-direction:column;justify-content:center;width:auto;transform:translateY(-50%)}.product-wrap-10 .product-img .product-action-2 a,.product-wrap-10 .product-img .product-action-2 button{font-size:16px;line-height:42px;display:inline-block;width:42px;height:42px;margin:3px 0;transition:all .4s ease-in-out;transform:translateX(-200px);text-align:center;color:#fff;border:none;border-radius:50px;background:none;background-color:#bca487}.product-wrap-10 .product-img .product-action-2 a.active,.product-wrap-10 .product-img .product-action-2 a:hover,.product-wrap-10 .product-img .product-action-2 button.active,.product-wrap-10 .product-img .product-action-2 button:hover{background-color:#000}.product-wrap-10 .product-img-badges{position:absolute;top:12px;right:12px}.product-wrap-10 .product-img-badges>span{font-size:13px;font-weight:500;line-height:1;position:static;display:block;margin-bottom:10px;padding:3px 11px;color:#bca487;border-radius:3px}.product-wrap-10 .product-img-badges>span:last-child{margin-bottom:0}.product-wrap-10 .product-content-2{display:flex;justify-content:space-between;margin:20px 0 0}.product-wrap-10 .product-content-2 .title-price-wrap-2 .h3,.product-wrap-10 .product-content-2 .title-price-wrap-2 h3{font-family:Josefin Sans,sans-serif;line-height:1;margin:0 0 6px}.product-wrap-10 .product-content-2 .title-price-wrap-2 .h3 a,.product-wrap-10 .product-content-2 .title-price-wrap-2 h3 a{font-size:18px;color:#000}.product-wrap-10 .product-content-2 .title-price-wrap-2 .h3 a:hover,.product-wrap-10 .product-content-2 .title-price-wrap-2 h3 a:hover{color:#bca487}.product-wrap-10 .product-content-2 .title-price-wrap-2 .price-2 span{font-size:15px;position:relative;margin-right:17px;color:#444}.product-wrap-10 .product-content-2 .title-price-wrap-2 .price-2 span.old{text-decoration:line-through;color:#444}.product-wrap-10 .product-content-2 .title-price-wrap-2 .price-2 span:before{position:absolute;top:10px;right:-13px;width:6px;height:2px;content:"";background-color:#a5a5a5}.product-wrap-10 .product-content-2 .title-price-wrap-2 .price-2 span:last-child:before{display:none}.product-wrap-10 .product-content-2 .pro-wishlist-2 a,.product-wrap-10 .product-content-2 .pro-wishlist-2 button{font-size:16px;display:inline-block;margin:4px 0 0 10px;color:#929292;border:none;background:none}.product-wrap-10 .product-content-2 .pro-wishlist-2 a.active,.product-wrap-10 .product-content-2 .pro-wishlist-2 a:hover,.product-wrap-10 .product-content-2 .pro-wishlist-2 button.active,.product-wrap-10 .product-content-2 .pro-wishlist-2 button:hover{color:#0a283a}.product-wrap-10:hover .hover-img{visibility:visible;transform:translateX(0);opacity:1}.product-wrap-10:hover .default-img{visibility:hidden;transform:translateX(-100%)}.product-wrap-10:hover .product-action-2 a,.product-wrap-10:hover .product-action-2 button{transform:translateX(0)}.product-wrap-10--style2 .product-img .product-action-2 a,.product-wrap-10--style2 .product-img .product-action-2 button{color:#000;background-color:transparent}.product-wrap-10--style2 .product-img .product-action-2 a.active,.product-wrap-10--style2 .product-img .product-action-2 a:hover,.product-wrap-10--style2 .product-img .product-action-2 button.active,.product-wrap-10--style2 .product-img .product-action-2 button:hover{color:#bca487;background-color:transparent}.product-wrap-10--style2--blue .product-img .product-action-2 a,.product-wrap-10--style2--blue .product-img .product-action-2 button{color:#000;background-color:transparent}.product-wrap-10--style2--blue .product-img .product-action-2 a.active,.product-wrap-10--style2--blue .product-img .product-action-2 a:hover,.product-wrap-10--style2--blue .product-img .product-action-2 button.active,.product-wrap-10--style2--blue .product-img .product-action-2 button:hover{color:#053399;background-color:transparent}.product-wrap-10--style2--blue .product-content-2 .title-price-wrap-2 .h3 a:hover,.product-wrap-10--style2--blue .product-content-2 .title-price-wrap-2 h3 a:hover,.product-wrap-10--style2--blue .product-img-badges>span{color:#053399}.collection-wrap-2{margin-top:-175px}@media only screen and (min-width:768px)and (max-width:991px){.collection-wrap-2{margin-top:-97px}}@media only screen and (max-width:767px){.collection-wrap-2{margin-top:-80px}}@media only screen and (min-width:576px)and (max-width:767px){.collection-wrap-2{margin-top:-70px}}.collection-product-2{position:relative;overflow:hidden}.collection-product-2 a img{width:100%;transition:all .5s ease 0s;transform:scale(1)}.collection-product-2 .collection-content-2{position:absolute;right:0;bottom:30px;left:0;text-align:center}.collection-product-2 .collection-content-2 span{font-size:14px;font-weight:500}.collection-product-2 .collection-content-2 .h4,.collection-product-2 .collection-content-2 h4{font-size:16px;font-weight:500;line-height:21px;margin:5px 0 0}.collection-product-2:hover a img{transform:scale(1.1)}.hm9-section-padding .container-fluid,.hm9-section-padding .container-lg,.hm9-section-padding .container-md,.hm9-section-padding .container-sm,.hm9-section-padding .container-xl,.hm9-section-padding .container-xxl{padding-right:70px;padding-left:70px}@media only screen and (min-width:1200px)and (max-width:1365px){.hm9-section-padding .container-fluid,.hm9-section-padding .container-lg,.hm9-section-padding .container-md,.hm9-section-padding .container-sm,.hm9-section-padding .container-xl,.hm9-section-padding .container-xxl{padding-right:15px;padding-left:15px}}@media only screen and (min-width:992px)and (max-width:1199px){.hm9-section-padding .container-fluid,.hm9-section-padding .container-lg,.hm9-section-padding .container-md,.hm9-section-padding .container-sm,.hm9-section-padding .container-xl,.hm9-section-padding .container-xxl{padding-right:30px;padding-left:30px}}@media only screen and (min-width:768px)and (max-width:991px){.hm9-section-padding .container-fluid,.hm9-section-padding .container-lg,.hm9-section-padding .container-md,.hm9-section-padding .container-sm,.hm9-section-padding .container-xl,.hm9-section-padding .container-xxl{padding-right:40px;padding-left:40px}}@media only screen and (max-width:767px){.hm9-section-padding .container-fluid,.hm9-section-padding .container-lg,.hm9-section-padding .container-md,.hm9-section-padding .container-sm,.hm9-section-padding .container-xl,.hm9-section-padding .container-xxl{padding-right:15px;padding-left:15px}}@media only screen and (min-width:576px)and (max-width:767px){.hm9-section-padding .container-fluid,.hm9-section-padding .container-lg,.hm9-section-padding .container-md,.hm9-section-padding .container-sm,.hm9-section-padding .container-xl,.hm9-section-padding .container-xxl{padding-right:30px;padding-left:30px}}.hm9-section-padding .custom-row-4{margin-right:-10px;margin-left:-10px}@media only screen and (max-width:767px){.hm9-section-padding .custom-row-4{margin-right:-15px;margin-left:-15px}}@media only screen and (min-width:576px)and (max-width:767px){.hm9-section-padding .custom-row-4{margin-right:-10px;margin-left:-10px}}.hm9-section-padding div[class^=custom2-]{padding-right:10px;padding-left:10px}@media only screen and (max-width:767px){.hm9-section-padding div[class^=custom2-]{padding-right:15px;padding-left:15px}}@media only screen and (min-width:576px)and (max-width:767px){.hm9-section-padding div[class^=custom2-]{padding-right:10px;padding-left:10px}}.custom-row-4{display:flex;flex-wrap:wrap}.custom2-col-5{position:relative;flex:0 0 20%;width:100%;max-width:20%;min-height:1px}@media only screen and (min-width:1200px)and (max-width:1365px){.custom2-col-5{flex:0 0 25%;max-width:25%}}@media only screen and (min-width:992px)and (max-width:1199px){.custom2-col-5{flex:0 0 33.333%;max-width:33.333%}}@media only screen and (min-width:768px)and (max-width:991px){.custom2-col-5{flex:0 0 50%;max-width:50%}}@media only screen and (max-width:767px){.custom2-col-5{flex:0 0 100%;max-width:100%}}@media only screen and (min-width:576px)and (max-width:767px){.custom2-col-5{flex:0 0 50%;max-width:50%}}.product-top-bar{display:flex;justify-content:space-between}@media only screen and (max-width:767px){.product-top-bar{display:block;justify-content:inherit;text-align:center}}.product-tab-list-3{position:relative;z-index:99;margin:4px 0 0}@media only screen and (max-width:767px){.product-tab-list-3{justify-content:center;margin:15px 0 0}}.product-tab-list-3 a{margin-left:24px}.product-tab-list-3 a.nav-link{padding:0;background-color:transparent!important}.product-tab-list-3 a.active .h4,.product-tab-list-3 a.active h4{color:#242424}.product-tab-list-3 a:first-child{margin-left:45px}@media only screen and (max-width:767px){.product-tab-list-3 a:first-child{margin-left:20px}}.product-tab-list-3 a .h4,.product-tab-list-3 a h4{font-size:14px;line-height:1;margin:0;color:#878787}.product-tab-list-5{justify-content:center;width:100%}.product-tab-list-5 a{font-size:16px;line-height:1;display:inline-block;margin:0 20px;padding:0 0 7px;color:#000;border-bottom:2px solid transparent}.product-tab-list-5 a.nav-link{padding:0;border-radius:0;background-color:transparent!important}@media only screen and (max-width:767px){.product-tab-list-5 a{font-size:16px;margin:0 6px}}.product-tab-list-5 a.active{border-bottom:2px solid #59a3e1}.product-tab-list-5 a.active .h4,.product-tab-list-5 a.active h4{color:#59a3e1}@media only screen and (max-width:767px){.product-tab-list-5.mb-60{margin-bottom:25px}.product-tab-list-6{margin:0 0 10px}}@media only screen and (min-width:576px)and (max-width:767px){.product-tab-list-6{margin:0}}.product-tab-list-6 .nav-item:first-child .nav-link{padding-left:0}.product-tab-list-6 a{display:inline-block;margin-right:23px}.product-tab-list-6 a.nav-link{background-color:transparent!important}@media only screen and (max-width:767px){.product-tab-list-6 a{margin:0 23px 10px 0}}@media only screen and (min-width:576px)and (max-width:767px){.product-tab-list-6 a{margin:0 23px 0 0}}.product-tab-list-6 a:last-child{margin-right:0}.product-tab-list-6 a .h4,.product-tab-list-6 a h4{font-size:18px;font-weight:500;margin:0;padding-bottom:5px;transition:all .3s ease 0s;color:#555}.product-tab-list-6 a .h4:hover,.product-tab-list-6 a h4:hover{color:#000}.product-tab-list-6 a.active .h4,.product-tab-list-6 a.active h4{color:#bca487}.product-tab-list-7{border-bottom:2px solid #d1d1d1}@media only screen and (max-width:767px){.product-tab-list-7{margin:0 0 30px}}.product-tab-list-7 .nav-item:first-child .nav-link{padding-left:0}.product-tab-list-7 a{display:inline-block;margin-right:23px}.product-tab-list-7 a.nav-link{border-radius:0;background-color:transparent!important}@media only screen and (max-width:767px){.product-tab-list-7 a{margin:0 23px 10px 0}}@media only screen and (min-width:576px)and (max-width:767px){.product-tab-list-7 a{margin:0 23px 0 0}}.product-tab-list-7 a:last-child{margin-right:0}.product-tab-list-7 a .h4,.product-tab-list-7 a h4{font-family:Josefin Sans,sans-serif;font-size:24px;font-weight:700;margin:0;padding-bottom:5px;transition:all .3s ease 0s;color:#010101}.product-tab-list-7 a .h4:hover,.product-tab-list-7 a h4:hover{color:#000}.product-tab-list-7 a.active{position:relative}.product-tab-list-7 a.active:after{position:absolute;bottom:-2px;left:0;width:100%;height:2px;content:"";background-color:#053399}.product-tab-list-7 a.active .h4,.product-tab-list-7 a.active h4{color:#053399}.product-slider-active .owl-nav{position:absolute;top:-85px;right:0}@media only screen and (max-width:767px){.product-slider-active .owl-nav{top:-45px;right:0;left:0;text-align:center}}.product-slider-active .owl-nav div{font-size:18px;line-height:31px;display:inline-block;width:35px;height:35px;transition:all .3s ease 0s;text-align:center;color:#c6c6c6;border:1px solid #d2d2d2;border-radius:5px;background-color:#f9f9f9}@media only screen and (max-width:767px){.product-slider-active .owl-nav div{font-size:15px;line-height:23px;width:25px;height:25px}}.product-slider-active .owl-nav div:hover{color:#fff;border:1px solid #ff3d2a;background-color:#ff3d2a}.product-slider-active .owl-nav div.owl-next{margin-left:3px}.pro-view-more{margin-top:30px}@media only screen and (max-width:767px){.pro-view-more{margin-top:0}}.pro-view-more a{font-size:16px;line-height:1;display:inline-block;padding:20px 35px 19px;text-transform:uppercase;color:#828282;border:1px solid #d2d2d2}.pro-view-more a i{margin-right:10px}.pro-view-more a:hover{color:#fff;border:1px solid #df262b;background-color:#df262b}.bg-png-1{position:absolute;top:0;left:78px}@media only screen and (max-width:767px){.bg-png-1{display:none}}.funfact-area{position:relative}.bg-png-2{position:absolute;top:0;right:550px}@media only screen and (min-width:1366px)and (max-width:1600px){.bg-png-2{right:300px}}@media only screen and (min-width:1200px)and (max-width:1365px){.bg-png-2{right:250px}}@media only screen and (min-width:992px)and (max-width:1199px){.bg-png-2{right:150px}}@media only screen and (min-width:768px)and (max-width:991px){.bg-png-2{right:120px}}@media only screen and (max-width:767px){.bg-png-2{display:none}}.product-quickview-modal-wrapper .modal-dialog{margin:5% auto;padding:0}.category-grid-area{margin-top:-100px}@media only screen and (min-width:992px)and (max-width:1199px){.category-grid-area{margin-top:-50px}}@media only screen and (min-width:768px)and (max-width:991px){.category-grid-area{margin-top:100px}}@media only screen and (max-width:767px){.category-grid-area{margin-top:30px}}.category-grid{position:relative;z-index:9}.category-grid__image a img{width:100%}.category-grid__content{position:absolute;bottom:20px;width:100%}.category-grid__content a{font-size:18px;font-weight:400;display:block;width:80%;margin:0 auto;padding:25px 15px;text-align:center;color:#000;background-color:#fff}.category-grid__content a:hover{background-color:#bca487}.content-footer.footer{margin-top:"0px"!important}.blog-wrap .blog-img{position:relative;overflow:hidden}.blog-wrap .blog-img img{width:100%;transition:all .5s ease 0s;transform:scale(1)}.blog-wrap .blog-img .blog-category-names{position:absolute;top:10px;left:10px}.blog-wrap .blog-img .blog-category-names span{font-size:13px;font-weight:500;line-height:1;display:inline-block;margin-right:10px;padding:2px 10px 5px;color:#fff}.blog-wrap .blog-img .blog-category-names span.pink{background-color:#fa6bff}.blog-wrap .blog-img .blog-category-names span.purple{background-color:#0a283a}.blog-wrap .blog-img .blog-category-names span.red{background-color:#c61a32}.blog-wrap .blog-img .blog-category-names span::last-child{margin-right:0}.blog-wrap .blog-img .blog-category-names--style2{right:10px;left:auto}.blog-wrap .blog-content-wrap{text-align:center}.blog-wrap .blog-content-wrap .blog-content{position:relative;z-index:99;display:inline-block;width:320px;max-width:100%;margin:-64px 0 0;padding:14px 44px;background-color:#fff}@media only screen and (min-width:992px)and (max-width:1199px){.blog-wrap .blog-content-wrap .blog-content{margin:-50px 0 0;padding:14px 30px}}@media only screen and (max-width:767px){.blog-wrap .blog-content-wrap .blog-content{margin:-50px 0 0;padding:14px 30px}}@media only screen and (min-width:576px)and (max-width:767px){.blog-wrap .blog-content-wrap .blog-content{padding:14px 15px}}.blog-wrap .blog-content-wrap .blog-content .h3,.blog-wrap .blog-content-wrap .blog-content h3{font-size:20px;font-weight:500;line-height:30px;margin:0 0 5px}@media only screen and (min-width:576px)and (max-width:767px){.blog-wrap .blog-content-wrap .blog-content .h3,.blog-wrap .blog-content-wrap .blog-content h3{font-size:18px;line-height:27px}}.blog-wrap .blog-content-wrap .blog-content span{font-style:italic;color:#666}.blog-wrap .blog-content-wrap .blog-content span a{color:#666}.blog-wrap .blog-content-wrap .blog-content span a:hover{color:#0a283a}.blog-wrap .blog-content-wrap .blog-content--style2{width:100%;min-height:150px;margin-top:10px;padding:21px 15px 30px;background:#f6f3f3}.blog-wrap:hover .blog-img img{transform:scale(1.2)}.blog-wrap-2{box-shadow:0 3px 5px rgba(85,85,85,.2)}.blog-wrap-2 .blog-img-2{position:relative;overflow:hidden}.blog-wrap-2 .blog-img-2 a img{width:100%;transition:all .5s ease 0s;transform:scale(1)}.blog-wrap-2 .blog-img-2 .video-icon{position:absolute;top:50%;right:0;left:0;transform:translateY(-50%);text-align:center}.blog-wrap-2 .blog-img-2 .video-icon a{font-size:25px;line-height:61px;display:inline-block;width:60px;height:60px;color:#fff;border-radius:50px;background-color:red}.blog-wrap-2 .blog-img-2 .video-icon a:hover{background-color:#0a283a}.blog-wrap-2 .blog-content-2{padding:25px 30px 34px}@media only screen and (min-width:992px)and (max-width:1199px){.blog-wrap-2 .blog-content-2{padding:25px 20px 34px}}@media only screen and (min-width:768px)and (max-width:991px){.blog-wrap-2 .blog-content-2{padding:25px 20px 34px}}@media only screen and (max-width:767px){.blog-wrap-2 .blog-content-2{padding:20px 15px 29px}}.blog-wrap-2 .blog-content-2 .blog-meta-2{display:flex}.blog-wrap-2 .blog-content-2 .blog-meta-2 ul li{font-size:14px;line-height:1;position:relative;display:inline-block;margin:0 17px 0 0;list-style:none outside none;letter-spacing:1px;text-transform:uppercase;color:#333}.blog-wrap-2 .blog-content-2 .blog-meta-2 ul li:before{position:absolute;top:6px;right:-13px;width:5px;height:2px;content:"";transition:all .4s ease 0s;background-color:#555}.blog-wrap-2 .blog-content-2 .blog-meta-2 ul li:last-child:before{display:none}.blog-wrap-2 .blog-content-2 .blog-meta-2 ul li a{color:#555}.blog-wrap-2 .blog-content-2 .blog-meta-2 ul li a:hover{color:#0a283a}.blog-wrap-2 .blog-content-2 .h4,.blog-wrap-2 .blog-content-2 h4{font-size:22px;font-weight:500;margin:10px 0 20px;color:#333}@media only screen and (min-width:992px)and (max-width:1199px){.blog-wrap-2 .blog-content-2 .h4,.blog-wrap-2 .blog-content-2 h4{font-size:19px}}@media only screen and (min-width:768px)and (max-width:991px){.blog-wrap-2 .blog-content-2 .h4,.blog-wrap-2 .blog-content-2 h4{font-size:19px}}@media only screen and (max-width:767px){.blog-wrap-2 .blog-content-2 .h4,.blog-wrap-2 .blog-content-2 h4{font-size:17px;margin:10px 0 12px}}.blog-wrap-2 .blog-content-2 .h4 a,.blog-wrap-2 .blog-content-2 h4 a{color:#333}.blog-wrap-2 .blog-content-2 .h4 a:hover,.blog-wrap-2 .blog-content-2 h4 a:hover{color:#0a283a}.blog-wrap-2 .blog-content-2 p{margin:0;color:#666}.blog-wrap-2 .blog-content-2 .blog-share-comment{display:flex;justify-content:space-between;margin:22px 0 0}@media only screen and (max-width:767px){.blog-wrap-2 .blog-content-2 .blog-share-comment{margin:14px 0 0}}.blog-wrap-2 .blog-content-2 .blog-share-comment .blog-btn-2 a{font-size:15px;font-weight:500;display:inline-block;margin-top:4px;letter-spacing:.2px;text-transform:capitalize;color:#333}.blog-wrap-2 .blog-content-2 .blog-share-comment .blog-btn-2 a:hover{color:#0a283a}.blog-wrap-2 .blog-content-2 .blog-share-comment .blog-share span{font-size:15px;display:inline-block;float:left;margin-top:3px;margin-right:12px;text-transform:capitalize;color:#333}.blog-wrap-2 .blog-content-2 .blog-share-comment .blog-share .share-social{display:inline-block;float:left}@media only screen and (max-width:767px){.blog-wrap-2 .blog-content-2 .blog-share-comment .blog-share .share-social{margin-top:4px}}.blog-wrap-2 .blog-content-2 .blog-share-comment .blog-share .share-social ul li{display:inline-block;margin-right:5px}.blog-wrap-2 .blog-content-2 .blog-share-comment .blog-share .share-social ul li:last-child{margin-right:0}.blog-wrap-2 .blog-content-2 .blog-share-comment .blog-share .share-social ul li a{font-size:14px;line-height:28px;display:inline-block;width:30px;height:30px;text-align:center;color:#fff;border-radius:50px}@media only screen and (max-width:767px){.blog-wrap-2 .blog-content-2 .blog-share-comment .blog-share .share-social ul li a{font-size:12px;line-height:23px;width:25px;height:25px}}.blog-wrap-2 .blog-content-2 .blog-share-comment .blog-share .share-social ul li a.facebook{border:1px solid #3b5998;background-color:#3b5998}.blog-wrap-2 .blog-content-2 .blog-share-comment .blog-share .share-social ul li a.facebook:hover{color:#3b5998;background-color:transparent}.blog-wrap-2 .blog-content-2 .blog-share-comment .blog-share .share-social ul li a.twitter{border:1px solid #55acee;background-color:#55acee}.blog-wrap-2 .blog-content-2 .blog-share-comment .blog-share .share-social ul li a.twitter:hover{color:#55acee;background-color:transparent}.blog-wrap-2 .blog-content-2 .blog-share-comment .blog-share .share-social ul li a.instagram{border:1px solid #c32aa3;background-color:#c32aa3}.blog-wrap-2 .blog-content-2 .blog-share-comment .blog-share .share-social ul li a.instagram:hover{color:#c32aa3;background-color:transparent}.blog-wrap-2:hover .blog-img-2 img{transform:scale(1.1)}.nav-style-4.owl-carousel .owl-nav div{font-size:20px;line-height:35px;position:absolute;top:50%;left:0;display:inline-block;visibility:hidden;width:35px;height:35px;transition:all .3s ease 0s;transform:translateY(-50%);text-align:center;opacity:0;color:#fff;background-color:#0a283a}@media only screen and (min-width:768px)and (max-width:991px){.nav-style-4.owl-carousel .owl-nav div{font-size:30px}}@media only screen and (max-width:767px){.nav-style-4.owl-carousel .owl-nav div{font-size:30px}}.nav-style-4.owl-carousel .owl-nav div:hover{color:#fff;background-color:#333}.nav-style-4.owl-carousel .owl-nav div.owl-next{right:0;left:auto}.blog-wrap-2:hover .nav-style-4.owl-carousel .owl-nav div{visibility:visible;opacity:1}.blog-wrap-3 .blog-img{overflow:hidden}.blog-wrap-3 .blog-img img{width:100%;transition:all .5s ease 0s;transform:scale(1)}.blog-wrap-3 .blog-content-wrap .blog-category-names{margin-bottom:10px}.blog-wrap-3 .blog-content-wrap .blog-category-names span{font-size:14px;font-weight:500;line-height:1;display:inline-block;text-transform:uppercase;color:#000}.blog-wrap-3 .blog-content-wrap .blog-category-names span::last-child{margin-right:0}.blog-wrap-3 .blog-content-wrap .blog-content .h3,.blog-wrap-3 .blog-content-wrap .blog-content h3{font-family:Josefin Sans,sans-serif;font-size:24px;font-weight:700;line-height:30px;margin:0 0 10px}@media only screen and (min-width:576px)and (max-width:767px){.blog-wrap-3 .blog-content-wrap .blog-content .h3,.blog-wrap-3 .blog-content-wrap .blog-content h3{font-size:18px;line-height:27px}}.blog-wrap-3 .blog-content-wrap .blog-content .h3 a:hover,.blog-wrap-3 .blog-content-wrap .blog-content h3 a:hover{color:#053399}.blog-wrap-3 .blog-content-wrap .blog-content span{font-family:Josefin Sans,sans-serif;font-size:16px;color:#000}.blog-wrap-3 .blog-content-wrap .blog-content span a{position:relative;padding-bottom:5px;color:#000}.blog-wrap-3 .blog-content-wrap .blog-content span a:hover{color:#053399}.blog-wrap-3 .blog-content-wrap .blog-content span a:hover:after{background-color:#053399}.blog-wrap-3 .blog-content-wrap .blog-content span a:after{position:absolute;bottom:0;left:0;width:50px;height:1px;content:"";background-color:#000}.blog-wrap-3:hover .blog-img img{transform:scale(1.2)}@media only screen and (min-width:992px)and (max-width:1199px){.Blog-area .ml-20{margin-left:0}.Blog-area .mr-20{margin-right:0}}@media only screen and (min-width:768px)and (max-width:991px){.Blog-area .ml-20{margin-left:0}.Blog-area .mr-20{margin-right:0}}@media only screen and (max-width:767px){.Blog-area .ml-20{margin-left:0}.Blog-area .mr-20{margin-right:0}.Blog-area .pro-pagination-style.mt-20{margin-top:0}.Blog-area.pb-100{padding-bottom:45px}}.Blog-area.blog-no-sidebar .blog-content-2 .h4,.Blog-area.blog-no-sidebar .blog-content-2 h4{font-size:20px}@media only screen and (max-width:767px){.Blog-area.blog-no-sidebar .blog-content-2 .h4,.Blog-area.blog-no-sidebar .blog-content-2 h4{font-size:17px}}@media only screen and (min-width:576px)and (max-width:767px){.Blog-area.blog-no-sidebar .blog-content-2 .h4,.Blog-area.blog-no-sidebar .blog-content-2 h4{font-size:20px}}@media only screen and (min-width:992px)and (max-width:1199px){.Blog-area.blog-no-sidebar .blog-content-2 .blog-share-comment .blog-share .share-social{margin-top:4px}.Blog-area.blog-no-sidebar .blog-content-2 .blog-share-comment .blog-share .share-social ul li{margin-right:3px}.Blog-area.blog-no-sidebar .blog-content-2 .blog-share-comment .blog-share .share-social ul li a{font-size:12px;line-height:23px;width:25px;height:25px}}.copyright .footer-logo{margin-top:41px;margin-bottom:12px}@media only screen and (max-width:767px){.copyright .footer-logo{margin-top:0}}@media only screen and (min-width:768px)and (max-width:991px){.copyright .footer-logo{margin-top:0}}@media only screen and (min-width:992px)and (max-width:1199px){.copyright .footer-logo{margin-top:28px}}.copyright p{letter-spacing:.9px}.copyright p,.copyright p a{color:#313131}.copyright p a:hover{color:#0a283a}.copyright.copyright-white p,.copyright.copyright-white p a{color:#fff}.copyright.copyright-white p a:hover{color:#0a283a}.footer-widget .footer-title .h3,.footer-widget .footer-title h3{font-size:16px;font-weight:500;line-height:1;margin:0 0 16px;color:#313131}.footer-widget .footer-list ul li{margin:0 0 11px}.footer-widget .footer-list ul li:last-child{margin:0}.footer-widget .footer-list ul li a{letter-spacing:.3px;color:#5d5d5d}.footer-widget .footer-list ul li a:hover{color:#0a283a}.footer-widget .subscribe-style p{margin:0 0 20px;color:#7a7a7a}.footer-widget .subscribe-style .subscribe-form input{font-size:13px;padding:2px 10px 2px 0;color:#333;border:none;border-bottom:2px solid #ebebeb;background:transparent}.footer-widget .subscribe-style .subscribe-form .mc-news{display:none}.footer-widget .subscribe-style .subscribe-form .clear button{font-size:14px;line-height:1;width:auto;height:auto;margin:13px 0 0;padding:0 0 1px;text-transform:uppercase;color:#313131;border:none;border-bottom:2px solid #9b9b9c;background:none}.footer-widget .subscribe-style .subscribe-form .clear button:hover{color:#0a283a;border-bottom:2px solid #0a283a}.footer-widget .subscribe-style.subscribe-style-white p{color:#e6e6e6}.footer-widget .subscribe-style.subscribe-style-white .subscribe-form input{color:#a4a4a4;border-bottom:2px solid #ebebeb}.footer-widget .subscribe-style.subscribe-style-white .subscribe-form .clear button,.footer-widget .subscribe-style.subscribe-style-white .subscribe-form .clear input{color:#fff;border-bottom:2px solid #b5b5b6}.footer-widget .subscribe-style.subscribe-style-white .subscribe-form .clear button:hover,.footer-widget .subscribe-style.subscribe-style-white .subscribe-form .clear input:hover{color:#0a283a;border-bottom:2px solid #0a283a}@media only screen and (min-width:1366px)and (max-width:1600px){.footer-widget.ml-95{margin-left:20px}.footer-widget.ml-145{margin-left:50px}}@media only screen and (min-width:1200px)and (max-width:1365px){.footer-widget.ml-95{margin-left:0}.footer-widget.ml-145{margin-left:20px}.footer-widget.ml-30{margin-left:0}.footer-widget.ml-ntv5{margin-left:-50px}}@media only screen and (min-width:992px)and (max-width:1199px){.footer-widget.ml-145,.footer-widget.ml-30,.footer-widget.ml-95,.footer-widget.ml-ntv5{margin-left:0}}@media only screen and (min-width:768px)and (max-width:991px){.footer-widget.ml-145,.footer-widget.ml-30,.footer-widget.ml-95,.footer-widget.ml-ntv5{margin-left:0}}@media only screen and (max-width:767px){.footer-widget.ml-145,.footer-widget.ml-30,.footer-widget.ml-95,.footer-widget.ml-ntv5{margin-left:0}}.footer-widget.footer-widget-white .footer-title .h3,.footer-widget.footer-widget-white .footer-title h3{color:#fff}.footer-widget.footer-widget-white .footer-list ul li a{color:#e6e6e6}.footer-widget.footer-widget-white .footer-list ul li a:hover{color:#0a283a}@media only screen and (min-width:768px)and (max-width:991px){.footer-widget.ml-30,.footer-widget.ml-50,.footer-widget.ml-75{margin-left:0}}@media only screen and (max-width:767px){.footer-widget.ml-30,.footer-widget.ml-50,.footer-widget.ml-75{margin-left:0}}@media only screen and (min-width:992px)and (max-width:1199px){.footer-widget.ml-30,.footer-widget.ml-50,.footer-widget.ml-75{margin-left:0}}@media only screen and (min-width:768px)and (max-width:991px){.footer-widget.ml-70{margin-left:-130px}}@media only screen and (max-width:767px){.footer-widget.ml-70{margin-left:0}}@media only screen and (min-width:576px)and (max-width:767px){.footer-widget.ml-70{margin-left:-90px}}@media only screen and (min-width:992px)and (max-width:1199px){.footer-widget.ml-70{margin-left:0}}.hm4-footer-padding .container-fluid,.hm4-footer-padding .container-lg,.hm4-footer-padding .container-md,.hm4-footer-padding .container-sm,.hm4-footer-padding .container-xl,.hm4-footer-padding .container-xxl{padding:0 60px}@media only screen and (min-width:1366px)and (max-width:1600px){.hm4-footer-padding .container-fluid,.hm4-footer-padding .container-lg,.hm4-footer-padding .container-md,.hm4-footer-padding .container-sm,.hm4-footer-padding .container-xl,.hm4-footer-padding .container-xxl{padding:0 60px}}@media only screen and (min-width:1200px)and (max-width:1365px){.hm4-footer-padding .container-fluid,.hm4-footer-padding .container-lg,.hm4-footer-padding .container-md,.hm4-footer-padding .container-sm,.hm4-footer-padding .container-xl,.hm4-footer-padding .container-xxl{padding:0 30px}}@media only screen and (min-width:992px)and (max-width:1199px){.hm4-footer-padding .container-fluid,.hm4-footer-padding .container-lg,.hm4-footer-padding .container-md,.hm4-footer-padding .container-sm,.hm4-footer-padding .container-xl,.hm4-footer-padding .container-xxl{padding:0 15px}}@media only screen and (min-width:768px)and (max-width:991px){.hm4-footer-padding .container-fluid,.hm4-footer-padding .container-lg,.hm4-footer-padding .container-md,.hm4-footer-padding .container-sm,.hm4-footer-padding .container-xl,.hm4-footer-padding .container-xxl{padding:0 30px}}@media only screen and (max-width:767px){.hm4-footer-padding .container-fluid,.hm4-footer-padding .container-lg,.hm4-footer-padding .container-md,.hm4-footer-padding .container-sm,.hm4-footer-padding .container-xl,.hm4-footer-padding .container-xxl{padding:0 15px}}.footer-area{position:relative}.footer-area.ml-10{margin-left:0}@media only screen and (min-width:1200px)and (max-width:1365px){.footer-area.ml-70{margin-left:15px}.footer-area.mr-70{margin-right:15px}}@media only screen and (min-width:992px)and (max-width:1199px){.footer-area.ml-70{margin-left:30px}.footer-area.mr-70{margin-right:30px}}@media only screen and (min-width:768px)and (max-width:991px){.footer-area.ml-70{margin-left:40px}.footer-area.mr-70{margin-right:40px}}@media only screen and (max-width:767px){.footer-area.ml-70{margin-left:15px}.footer-area.mr-70{margin-right:15px}}.footer-top{position:relative;z-index:9}.footer-top p{line-height:28px;width:55%;margin:31px auto 33px;color:#fffefe}@media only screen and (min-width:768px)and (max-width:991px){.footer-top p{width:85%}}@media only screen and (max-width:767px){.footer-top p{width:100%}}.footer-top .footer-social ul{display:flex;justify-content:center}.footer-top .footer-social ul li{line-height:1;position:relative;margin:0 23px}.footer-top .footer-social ul li:before{position:absolute;top:50%;right:-30px;width:16px;height:2px;content:"";transform:translateY(-50%);background-color:#7c7b7b}.footer-top .footer-social ul li:last-child:before{display:none}.footer-top .footer-social ul li a{font-size:16px;color:#e5e5e5}.footer-top .footer-social ul li a:hover{color:#0a283a}.footer-top .footer-social.footer-social-white ul li:before{background-color:#fff}@media only screen and (max-width:767px){.footer-top.pb-60{padding-bottom:60px}}.footer-bottom{position:relative;z-index:9}.copyright-2{margin-top:60px;padding-top:20px;padding-bottom:20px;border-top:1px solid #ccc}.copyright-2 p{line-height:1;color:#fff}.copyright-2 p a{color:#fff}.copyright-2 p a:hover{color:#0a283a}.copyright-2.copyright-white-border{border-top:1px solid #ccc}.copyright-2.copyright-gray p{color:#848484}.copyright-2.copyright-gray p a{letter-spacing:.9px;color:#848484}.copyright-2.copyright-gray p a:hover{color:#0a283a}.footer-white .footer-top .footer-social ul li a,.footer-white .footer-top p{color:#000}.footer-white .footer-top .footer-social ul li a:hover{color:#0a283a}.footer-white .copyright-2{margin-top:0;padding-top:20px;padding-bottom:23px;border-top:none}.footer-border{border-top:1px solid #e2e2e2}.single-banner{position:relative;overflow:hidden}.single-banner a img{width:100%;transition:all .5s ease 0s;transform:scale(1)}.single-banner:hover img{transform:scale(1.2)}.single-banner .banner-content{position:absolute;top:40px;left:36px;content:""}@media only screen and (min-width:992px)and (max-width:1199px){.single-banner .banner-content{top:20px;left:20px}}@media only screen and (min-width:768px)and (max-width:991px){.single-banner .banner-content{top:10px;left:15px}}@media only screen and (max-width:767px){.single-banner .banner-content{top:50%;left:15px;transform:translateY(-50%)}}.single-banner .banner-content .h3,.single-banner .banner-content h3{font-family:Cormorant Garamond;font-size:36px;font-weight:600;margin:0;color:#915342}@media only screen and (min-width:768px)and (max-width:991px){.single-banner .banner-content .h3,.single-banner .banner-content h3{font-size:27px}}@media only screen and (max-width:767px){.single-banner .banner-content .h3,.single-banner .banner-content h3{font-size:30px}}.single-banner .banner-content .h4,.single-banner .banner-content h4{font-family:Cormorant Garamond;font-size:18px;font-weight:600;margin:3px 0 58px;color:#010101}@media only screen and (min-width:992px)and (max-width:1199px){.single-banner .banner-content .h4,.single-banner .banner-content h4{margin:3px 0 25px;margin:3px 0 15px}}@media only screen and (min-width:768px)and (max-width:991px){.single-banner .banner-content .h4,.single-banner .banner-content h4{margin:3px 0 8px}}@media only screen and (max-width:767px){.single-banner .banner-content .h4,.single-banner .banner-content h4{margin:3px 0 20px}}.single-banner .banner-content .h4 span,.single-banner .banner-content h4 span{font-size:20px;line-height:1;position:relative;top:2px;display:inline-block;margin:0 0 0 2px;color:#935644}.single-banner .banner-content a{font-size:14px;display:inline-block;width:28px;height:28px;text-align:center;color:#97584a;border:2px solid #97584a;border-radius:100%}.single-banner .banner-content a i{line-height:25px}.single-banner .banner-content a:hover{color:#0a283a;border:2px solid #0a283a}.single-banner .banner-content.banner-pink a{color:#ed59a0;border:2px solid #ed59a0}.single-banner .banner-content.banner-pink a:hover{color:#0a283a;border:2px solid #0a283a}.single-banner .banner-content--style2 .h3,.single-banner .banner-content--style2 h3{color:#1c1c1c}.single-banner .banner-content--style2 a{color:#c61a32;border-color:#c61a32}.single-banner.banner-green-color .banner-content .h3,.single-banner.banner-green-color .banner-content h3{color:#617d05}.single-banner.banner-green-color .banner-content .h4,.single-banner.banner-green-color .banner-content h4{color:#010101}.single-banner.banner-green-color .banner-content .h4 span,.single-banner.banner-green-color .banner-content h4 span{color:#617d05}.single-banner.banner-green-color .banner-content a{color:#617d05;border:2px solid #617d05}.single-banner.banner-green-color .banner-content a:hover{color:#aabb72;border:2px solid #aabb72}.single-banner.banner-red-color .banner-content .h3,.single-banner.banner-red-color .banner-content h3{color:#df262b}.single-banner.banner-red-color .banner-content .h4,.single-banner.banner-red-color .banner-content h4{color:#010101}.single-banner.banner-red-color .banner-content .h4 span,.single-banner.banner-red-color .banner-content h4 span{color:#df262b}.single-banner.banner-red-color .banner-content a{color:#df262b;border:2px solid #df262b}.single-banner.banner-red-color .banner-content a:hover{color:#dc6266;border:2px solid #dc6266}.single-banner.banner-shape{border:4px solid #fff}.single-banner .banner-position-hm15-1{position:absolute;top:45px;right:40px}@media only screen and (min-width:1200px)and (max-width:1365px){.single-banner .banner-position-hm15-1{top:25px}}@media only screen and (min-width:992px)and (max-width:1199px){.single-banner .banner-position-hm15-1{top:20px;right:20px}}@media only screen and (min-width:768px)and (max-width:991px){.single-banner .banner-position-hm15-1{top:20px;right:20px}}@media only screen and (max-width:767px){.single-banner .banner-position-hm15-1{top:15px;right:15px}}@media only screen and (min-width:576px)and (max-width:767px){.single-banner .banner-position-hm15-1{top:30px;right:30px}}.single-banner .banner-position-hm15-2{position:absolute;top:45px;left:40px}@media only screen and (min-width:1200px)and (max-width:1365px){.single-banner .banner-position-hm15-2{top:25px}}@media only screen and (min-width:992px)and (max-width:1199px){.single-banner .banner-position-hm15-2{top:20px;left:20px}}@media only screen and (min-width:768px)and (max-width:991px){.single-banner .banner-position-hm15-2{top:20px;left:20px}}@media only screen and (max-width:767px){.single-banner .banner-position-hm15-2{top:15px;left:15px}}@media only screen and (min-width:576px)and (max-width:767px){.single-banner .banner-position-hm15-2{top:30px;left:30px}}.single-banner .banner-position-hm17-1{position:absolute;right:105px;bottom:50px}@media only screen and (min-width:768px)and (max-width:991px){.single-banner .banner-position-hm17-1{right:20px;bottom:20px}}@media only screen and (max-width:767px){.single-banner .banner-position-hm17-1{right:20px;bottom:20px}}.single-banner .banner-content-3 .h3,.single-banner .banner-content-3 h3{font-size:30px;font-weight:700;line-height:1;margin:0;text-transform:uppercase;color:#111}@media only screen and (min-width:1200px)and (max-width:1365px){.single-banner .banner-content-3 .h3,.single-banner .banner-content-3 h3{font-size:25px}}@media only screen and (min-width:992px)and (max-width:1199px){.single-banner .banner-content-3 .h3,.single-banner .banner-content-3 h3{font-size:25px}}@media only screen and (min-width:768px)and (max-width:991px){.single-banner .banner-content-3 .h3,.single-banner .banner-content-3 h3{font-size:22px}}@media only screen and (max-width:767px){.single-banner .banner-content-3 .h3,.single-banner .banner-content-3 h3{font-size:20px}}.single-banner .banner-content-3 p{font-size:18px;margin:11px 0 20px;color:#010101}@media only screen and (min-width:1200px)and (max-width:1365px){.single-banner .banner-content-3 p{margin:5px 0 12px}}@media only screen and (min-width:992px)and (max-width:1199px){.single-banner .banner-content-3 p{margin:5px 0 12px}}@media only screen and (min-width:768px)and (max-width:991px){.single-banner .banner-content-3 p{margin:5px 0 10px}}@media only screen and (max-width:767px){.single-banner .banner-content-3 p{margin:5px 0 10px}}.single-banner .banner-content-3 p span{color:#6eab49}.single-banner .banner-content-3>a{font-size:14px;display:inline-block;width:28px;height:28px;text-align:center;color:#6eab49;border:2px solid #6eab49;border-radius:100%}.single-banner .banner-content-3>a:hover{color:#0a283a;border:2px solid #0a283a}.single-banner .banner-content-3.pink-banner p{color:#010101}.single-banner .banner-content-3.pink-banner p span{color:#ed59a0}.single-banner .banner-content-3.pink-banner>a{color:#ed59a0;border:2px solid #ed59a0}.single-banner .banner-content-3.pink-banner>a:hover{color:#0a283a;border:2px solid #0a283a}.single-banner .banner-content-4 span{font-size:18px;color:#6eab49}.single-banner .banner-content-4 .h2,.single-banner .banner-content-4 h2{font-size:55px;font-weight:700;line-height:1;margin:15px 0;text-transform:uppercase;color:#f3993f}@media only screen and (min-width:1200px)and (max-width:1365px){.single-banner .banner-content-4 .h2,.single-banner .banner-content-4 h2{font-size:40px;margin:7px 0 10px}}@media only screen and (min-width:992px)and (max-width:1199px){.single-banner .banner-content-4 .h2,.single-banner .banner-content-4 h2{font-size:35px;margin:7px 0 10px}}@media only screen and (min-width:768px)and (max-width:991px){.single-banner .banner-content-4 .h2,.single-banner .banner-content-4 h2{font-size:45px}}@media only screen and (max-width:767px){.single-banner .banner-content-4 .h2,.single-banner .banner-content-4 h2{font-size:30px;margin:7px 0 10px}}.single-banner .banner-content-4 .h5,.single-banner .banner-content-4 h5{font-size:24px;line-height:1;margin:0 0 36px;letter-spacing:4.3px;color:#000}@media only screen and (min-width:992px)and (max-width:1199px){.single-banner .banner-content-4 .h5,.single-banner .banner-content-4 h5{font-size:20px;margin:0 0 20px;letter-spacing:2.3px}}@media only screen and (min-width:768px)and (max-width:991px){.single-banner .banner-content-4 .h5,.single-banner .banner-content-4 h5{font-size:22px;letter-spacing:3.3px}}@media only screen and (max-width:767px){.single-banner .banner-content-4 .h5,.single-banner .banner-content-4 h5{font-size:20px;margin:0 0 20px;letter-spacing:2.3px}}.single-banner .banner-content-4>a{font-size:14px;line-height:1;display:inline-block;padding:13px 33px;text-transform:uppercase;color:#fff;background-color:#6eab49}.single-banner .banner-content-4>a:hover{background-color:#0a283a}.single-banner .banner-content-4.pink-banner .h2,.single-banner .banner-content-4.pink-banner h2,.single-banner .banner-content-4.pink-banner span{color:#ed59a0}.single-banner .banner-content-4.pink-banner>a{background-color:#ed59a0}.single-banner .banner-content-4.pink-banner>a:hover{background-color:#0a283a}.single-banner .banner-content-5{position:absolute;top:32px;left:36px}@media only screen and (min-width:992px)and (max-width:1199px){.single-banner .banner-content-5{left:30px}}@media only screen and (min-width:768px)and (max-width:991px){.single-banner .banner-content-5{top:15px;left:15px}}@media only screen and (max-width:767px){.single-banner .banner-content-5{top:15px;left:15px}}@media only screen and (min-width:576px)and (max-width:767px){.single-banner .banner-content-5{top:50px;left:50px}}.single-banner .banner-content-5 span{font-size:24px;line-height:1;display:block;color:#e90042}@media only screen and (min-width:768px)and (max-width:991px){.single-banner .banner-content-5 span{font-size:20px}}.single-banner .banner-content-5 .h3,.single-banner .banner-content-5 h3{font-family:Cormorant Garamond;font-size:36px;font-weight:600;margin:9px 0 62px}@media only screen and (min-width:992px)and (max-width:1199px){.single-banner .banner-content-5 .h3,.single-banner .banner-content-5 h3{font-size:30px;margin:9px 0 25px}}@media only screen and (min-width:768px)and (max-width:991px){.single-banner .banner-content-5 .h3,.single-banner .banner-content-5 h3{font-size:25px;margin:2px 0 12px}}@media only screen and (max-width:767px){.single-banner .banner-content-5 .h3,.single-banner .banner-content-5 h3{font-size:30px;margin:9px 0 25px}}@media only screen and (min-width:576px)and (max-width:767px){.single-banner .banner-content-5 .h3,.single-banner .banner-content-5 h3{font-size:36px;margin:9px 0 40px}}.single-banner .banner-content-5 a{font-size:14px;display:inline-block;width:28px;height:28px;text-align:center;color:#e90042;border:2px solid #e90042;border-radius:100%}.single-banner .banner-content-5 a:hover{color:#0a283a;border:2px solid #0a283a}.single-banner .banner-content-5.banner-content-5-white .h3,.single-banner .banner-content-5.banner-content-5-white h3{color:#fff}.single-banner .banner-content-6{position:absolute;bottom:30px;left:30px}.single-banner .banner-content-6 a{font-size:14px;line-height:1;display:inline-block;padding:13px 33px;text-transform:uppercase;color:#fff;background-color:#e90042}.single-banner .banner-content-6 a:hover{background-color:#0a283a}.single-banner .banner-content-7{position:absolute;bottom:30px;left:45px}@media only screen and (min-width:768px)and (max-width:991px){.single-banner .banner-content-7{bottom:20px;left:20px}}@media only screen and (max-width:767px){.single-banner .banner-content-7{bottom:20px;left:20px}}@media only screen and (min-width:576px)and (max-width:767px){.single-banner .banner-content-7{bottom:40px;left:40px}}.single-banner .banner-content-7 span{font-size:24px;font-weight:600;line-height:1;display:block;color:#e90042}@media only screen and (max-width:767px){.single-banner .banner-content-7 span{font-size:20px}}.single-banner .banner-content-7 .h2,.single-banner .banner-content-7 h2{font-size:72px;font-weight:700;line-height:1;margin:9px 0 33px;color:#c3c1c0}@media only screen and (min-width:992px)and (max-width:1199px){.single-banner .banner-content-7 .h2,.single-banner .banner-content-7 h2{font-size:55px}}@media only screen and (min-width:768px)and (max-width:991px){.single-banner .banner-content-7 .h2,.single-banner .banner-content-7 h2{font-size:40px;margin:9px 0 20px}}@media only screen and (max-width:767px){.single-banner .banner-content-7 .h2,.single-banner .banner-content-7 h2{font-size:35px;margin:9px 0 20px}}@media only screen and (min-width:576px)and (max-width:767px){.single-banner .banner-content-7 .h2,.single-banner .banner-content-7 h2{font-size:42px;margin:9px 0 35px}}.single-banner .banner-content-7>a{font-size:14px;display:inline-block;width:28px;height:28px;text-align:center;color:#e90042;border:2px solid #e90042;border-radius:100%}.single-banner .banner-content-7>a:hover{color:#0a283a;border:2px solid #0a283a}.single-banner .banner-content-8{position:absolute;bottom:40px;left:45px}@media only screen and (min-width:768px)and (max-width:991px){.single-banner .banner-content-8{bottom:20px;left:20px}}@media only screen and (max-width:767px){.single-banner .banner-content-8{bottom:20px;left:20px}}@media only screen and (min-width:576px)and (max-width:767px){.single-banner .banner-content-8{bottom:30px;left:30px}}.single-banner .banner-content-8 span{font-size:24px;line-height:1;display:block;text-transform:uppercase;color:#e90042}@media only screen and (min-width:768px)and (max-width:991px){.single-banner .banner-content-8 span{font-size:17px}}@media only screen and (max-width:767px){.single-banner .banner-content-8 span{font-size:17px}}.single-banner .banner-content-8 .h2,.single-banner .banner-content-8 h2{font-family:Abril Fatface,cursive;font-size:64px;line-height:50px;margin:10px 0 4px;text-transform:uppercase;color:#000}@media only screen and (min-width:992px)and (max-width:1199px){.single-banner .banner-content-8 .h2,.single-banner .banner-content-8 h2{font-size:55px}}@media only screen and (min-width:768px)and (max-width:991px){.single-banner .banner-content-8 .h2,.single-banner .banner-content-8 h2{font-size:38px;line-height:30px;margin:5px 0 4px}}@media only screen and (max-width:767px){.single-banner .banner-content-8 .h2,.single-banner .banner-content-8 h2{font-size:32px;line-height:30px;margin:5px 0 4px}}@media only screen and (min-width:576px)and (max-width:767px){.single-banner .banner-content-8 .h2,.single-banner .banner-content-8 h2{margin:15px 0 5px}}.single-banner .banner-content-8 p{font-family:Abril Fatface,cursive;font-size:20px;line-height:1;margin:0 0 48px;letter-spacing:6px;text-transform:uppercase;color:#000}@media only screen and (min-width:768px)and (max-width:991px){.single-banner .banner-content-8 p{font-size:20px;margin:0 0 27px;letter-spacing:5px}}@media only screen and (max-width:767px){.single-banner .banner-content-8 p{font-size:17px;margin:0 0 15px;letter-spacing:5px}}@media only screen and (min-width:576px)and (max-width:767px){.single-banner .banner-content-8 p{margin:0 0 35px}}.single-banner .banner-content-8>a{font-size:14px;display:inline-block;width:28px;height:28px;text-align:center;color:#e90042;border:2px solid #e90042;border-radius:100%}.single-banner .banner-content-8>a:hover{color:#0a283a;border:2px solid #0a283a}.single-banner .banner-content-33{position:absolute;top:50px;left:50px}@media only screen and (min-width:1366px)and (max-width:1600px){.single-banner .banner-content-33{top:30px;left:30px}}@media only screen and (min-width:1200px)and (max-width:1365px){.single-banner .banner-content-33{top:30px;left:30px}}@media only screen and (min-width:992px)and (max-width:1199px){.single-banner .banner-content-33{top:20px;left:20px}}@media only screen and (max-width:767px){.single-banner .banner-content-33{top:20px;left:20px}}@media only screen and (min-width:576px)and (max-width:767px){.single-banner .banner-content-33{top:50px;left:30px}}.single-banner .banner-content-33 .h3,.single-banner .banner-content-33 h3{font-size:18px;font-weight:600;line-height:1;margin:0}.single-banner .banner-content-33 .h2,.single-banner .banner-content-33 h2{font-size:36px;font-weight:700;line-height:46px;margin:20px 0 0;color:#3a3a3a}@media only screen and (min-width:1366px)and (max-width:1600px){.single-banner .banner-content-33 .h2,.single-banner .banner-content-33 h2{font-size:27px;line-height:35px;margin:10px 0 0}}@media only screen and (min-width:1200px)and (max-width:1365px){.single-banner .banner-content-33 .h2,.single-banner .banner-content-33 h2{font-size:27px;line-height:35px;margin:10px 0 0}}@media only screen and (min-width:992px)and (max-width:1199px){.single-banner .banner-content-33 .h2,.single-banner .banner-content-33 h2{font-size:20px;line-height:25px;margin:6px 0 0}}@media only screen and (max-width:767px){.single-banner .banner-content-33 .h2,.single-banner .banner-content-33 h2{font-size:20px;line-height:25px;margin:6px 0 0}}@media only screen and (min-width:576px)and (max-width:767px){.single-banner .banner-content-33 .h2,.single-banner .banner-content-33 h2{font-size:28px;line-height:35px;margin:10px 0 0}}.single-banner .banner-33-offer{position:absolute;bottom:0;left:0}.single-banner .banner-33-offer .h2,.single-banner .banner-33-offer h2{font-size:60px;font-weight:700;line-height:46px;margin:0;color:#98bac7}@media only screen and (min-width:1366px)and (max-width:1600px){.single-banner .banner-33-offer .h2,.single-banner .banner-33-offer h2{font-size:48px;line-height:37px}}@media only screen and (min-width:1200px)and (max-width:1365px){.single-banner .banner-33-offer .h2,.single-banner .banner-33-offer h2{font-size:48px;line-height:37px}}@media only screen and (min-width:992px)and (max-width:1199px){.single-banner .banner-33-offer .h2,.single-banner .banner-33-offer h2{font-size:37px;line-height:28px}}@media only screen and (max-width:767px){.single-banner .banner-33-offer .h2,.single-banner .banner-33-offer h2{font-size:37px;line-height:28px}}.single-banner .banner-content-33-2-position1{position:absolute;top:50%;right:50px;transform:translateY(-50%)}@media only screen and (max-width:767px){.single-banner .banner-content-33-2-position1{right:20px}}.single-banner .banner-content-33-2-position2{position:absolute;top:6%;right:0;left:0;text-align:center}.single-banner .banner-content-33-2-position3{position:absolute;top:50%;left:50px;transform:translateY(-50%)}@media only screen and (max-width:767px){.single-banner .banner-content-33-2-position3{left:20px}}.single-banner .banner-content-33-2 .h4,.single-banner .banner-content-33-2 h4{font-size:18px;font-weight:600;line-height:1;margin:0;color:#fff}.single-banner .banner-content-33-2 .h2,.single-banner .banner-content-33-2 h2{font-size:36px;font-weight:700;line-height:50px;margin:13px 0 14px;color:#fff}@media only screen and (min-width:992px)and (max-width:1199px){.single-banner .banner-content-33-2 .h2,.single-banner .banner-content-33-2 h2{font-size:27px;line-height:35px;margin:10px 0 14px}}@media only screen and (max-width:767px){.single-banner .banner-content-33-2 .h2,.single-banner .banner-content-33-2 h2{font-size:27px;line-height:33px;margin:10px 0}}.single-banner .banner-content-33-2 a{font-size:18px;font-weight:600;line-height:1;display:inline-block;padding:0 0 7px;transition:all .3s ease 0s;letter-spacing:.4px;color:#fff;border-bottom:2px solid #fff}.single-banner .banner-content-33-2 a:hover{color:#000;border-bottom:2px solid #000}.banner-area-2 .container-fluid,.banner-area-2 .container-lg,.banner-area-2 .container-md,.banner-area-2 .container-sm,.banner-area-2 .container-xl,.banner-area-2 .container-xxl{padding-right:10px;padding-left:10px}@media only screen and (min-width:768px)and (max-width:991px){.banner-area-2 .container-fluid,.banner-area-2 .container-lg,.banner-area-2 .container-md,.banner-area-2 .container-sm,.banner-area-2 .container-xl,.banner-area-2 .container-xxl{padding-right:30px;padding-left:30px}}@media only screen and (max-width:767px){.banner-area-2 .container-fluid,.banner-area-2 .container-lg,.banner-area-2 .container-md,.banner-area-2 .container-sm,.banner-area-2 .container-xl,.banner-area-2 .container-xxl{padding-right:15px;padding-left:15px}.banner-area-2.pb-85{padding-bottom:42px}}@media only screen and (min-width:1366px)and (max-width:1600px){.banner-area-2.banner-area-2 .single-banner .banner-content{top:15px;left:15px}.banner-area-2.banner-area-2 .single-banner .banner-content .h3,.banner-area-2.banner-area-2 .single-banner .banner-content h3{font-size:25px}.banner-area-2.banner-area-2 .single-banner .banner-content .h4,.banner-area-2.banner-area-2 .single-banner .banner-content h4{margin:3px 0 10px}}@media only screen and (min-width:1200px)and (max-width:1365px){.banner-area-2.banner-area-2 .single-banner .banner-content{top:15px;left:15px}.banner-area-2.banner-area-2 .single-banner .banner-content .h3,.banner-area-2.banner-area-2 .single-banner .banner-content h3{font-size:25px}.banner-area-2.banner-area-2 .single-banner .banner-content .h4,.banner-area-2.banner-area-2 .single-banner .banner-content h4{margin:3px 0 10px}}@media only screen and (min-width:768px)and (max-width:991px){.banner-area-2.banner-area-2 .single-banner .banner-content{top:25px}.banner-area-2.banner-area-2 .single-banner .banner-content .h3,.banner-area-2.banner-area-2 .single-banner .banner-content h3{font-size:30px}.banner-area-2.banner-area-2 .single-banner .banner-content .h4,.banner-area-2.banner-area-2 .single-banner .banner-content h4{margin:3px 0 40px}.banner-area-2.banner-area-2.pt-10{padding-top:30px}}.single-banner-2{position:relative;overflow:hidden}.single-banner-2 a img{width:100%;transition:all .5s ease 0s;transform:scale(1)}.single-banner-2 .banner-content-2{position:absolute;top:50%;left:40px;transform:translateY(-50%)}@media only screen and (max-width:767px){.single-banner-2 .banner-content-2{left:20px}}.single-banner-2 .banner-content-2 .h3,.single-banner-2 .banner-content-2 h3{font-family:Cormorant Garamond;font-size:48px;margin:0;color:#915342}@media only screen and (min-width:768px)and (max-width:991px){.single-banner-2 .banner-content-2 .h3,.single-banner-2 .banner-content-2 h3{font-size:35px}}@media only screen and (max-width:767px){.single-banner-2 .banner-content-2 .h3,.single-banner-2 .banner-content-2 h3{font-size:33px}}.single-banner-2 .banner-content-2 .h4,.single-banner-2 .banner-content-2 h4{font-family:Cormorant Garamond;font-size:24px;font-weight:500;margin:22px 0 94px;color:#010101}@media only screen and (min-width:992px)and (max-width:1199px){.single-banner-2 .banner-content-2 .h4,.single-banner-2 .banner-content-2 h4{margin:22px 0 34px}}@media only screen and (min-width:768px)and (max-width:991px){.single-banner-2 .banner-content-2 .h4,.single-banner-2 .banner-content-2 h4{margin:15px 0 25px}}@media only screen and (max-width:767px){.single-banner-2 .banner-content-2 .h4,.single-banner-2 .banner-content-2 h4{margin:10px 0 20px}}.single-banner-2 .banner-content-2 .h4 span,.single-banner-2 .banner-content-2 h4 span{color:#935644}.single-banner-2 .banner-content-2 a{font-size:14px;display:inline-block;width:28px;height:28px;text-align:center;color:#97584a;border:2px solid #97584a;border-radius:100%}.single-banner-2 .banner-content-2 a:hover{color:#000;border:2px solid #000}.single-banner-2 .banner-content-2.jewellery-banner .h3,.single-banner-2 .banner-content-2.jewellery-banner h3{font-weight:600}.single-banner-2 .banner-content-2--style2 .h3,.single-banner-2 .banner-content-2--style2 h3{font-size:36px;font-weight:500;color:#1c1c1c}@media only screen and (min-width:992px)and (max-width:1199px){.single-banner-2 .banner-content-2--style2 .h3,.single-banner-2 .banner-content-2--style2 h3{font-size:30px}}@media only screen and (min-width:768px)and (max-width:991px){.single-banner-2 .banner-content-2--style2 .h3,.single-banner-2 .banner-content-2--style2 h3{font-size:30px}}@media only screen and (min-width:320px)and (max-width:479px){.single-banner-2 .banner-content-2--style2 .h3,.single-banner-2 .banner-content-2--style2 h3{font-size:30px}}.single-banner-2 .banner-content-2--style2 .h4,.single-banner-2 .banner-content-2--style2 h4{font-size:16px;font-weight:600;margin-bottom:70px}@media only screen and (min-width:1366px)and (max-width:1600px){.single-banner-2 .banner-content-2--style2 .h4,.single-banner-2 .banner-content-2--style2 h4{margin-bottom:40px}}@media only screen and (max-width:767px){.single-banner-2 .banner-content-2--style2 .h4,.single-banner-2 .banner-content-2--style2 h4{margin-bottom:40px}}@media only screen and (min-width:992px)and (max-width:1199px){.single-banner-2 .banner-content-2--style2 .h4,.single-banner-2 .banner-content-2--style2 h4{margin:10px 0}}@media only screen and (min-width:768px)and (max-width:991px){.single-banner-2 .banner-content-2--style2 .h4,.single-banner-2 .banner-content-2--style2 h4{margin:10px 0}}@media only screen and (min-width:320px)and (max-width:479px){.single-banner-2 .banner-content-2--style2 .h4,.single-banner-2 .banner-content-2--style2 h4{margin:0}}.single-banner-2 .banner-content-2--style2 a{color:#1c1c1c}.single-banner-2 .banner-content-2--style2--violet a{color:#ab87cd;border-color:#ab87cd}.single-banner-2 .banner-content-2--style2--pink a{color:#ed59a0;border-color:#ed59a0}.single-banner-2 .banner-content-2--style3 .h3,.single-banner-2 .banner-content-2--style3 h3{font-size:36px;font-weight:600;color:#1c1c1c}.single-banner-2 .banner-content-2--style3 .h4,.single-banner-2 .banner-content-2--style3 h4{font-size:18px;font-weight:600;margin:3px 0 58px}.single-banner-2 .banner-content-2--style3 a{color:#c61a32;border-color:#c61a32}.single-banner-2 .banner-content-2.banner-content-2-black .h3,.single-banner-2 .banner-content-2.banner-content-2-black .h4,.single-banner-2 .banner-content-2.banner-content-2-black h3,.single-banner-2 .banner-content-2.banner-content-2-black h4{color:#fff}.single-banner-2 .banner-content-2.banner-content-2-black .h4 span,.single-banner-2 .banner-content-2.banner-content-2-black h4 span{color:#af163b}.single-banner-2 .banner-content-2.banner-content-2-black a{color:#af163b;border:2px solid #af163b}.single-banner-2 .banner-content-2.banner-content-2-black a:hover{color:#fff;border:2px solid #fff}.single-banner-2:hover a img{transform:scale(1.1)}.single-banner-2.align_right .banner-content-2{position:absolute;top:50%;right:40px;left:auto;transform:translateY(-50%);text-align:right}.single-banner-3{position:relative}.single-banner-3 img{transition-duration:1.3s}.single-banner-3 .banner-content-3{position:absolute;top:20%;left:50px;padding-right:15px}.single-banner-3 .banner-content-3--right{left:50%}.single-banner-3 .banner-content-3 .h4,.single-banner-3 .banner-content-3 h4{font-family:Josefin Sans,sans-serif;font-size:30px;font-weight:700;line-height:1.4em;color:#000}@media only screen and (min-width:992px)and (max-width:1199px){.single-banner-3 .banner-content-3 .h4,.single-banner-3 .banner-content-3 h4{font-size:25px}}@media only screen and (max-width:767px){.single-banner-3 .banner-content-3 .h4,.single-banner-3 .banner-content-3 h4{font-size:25px}}@media only screen and (min-width:320px)and (max-width:479px){.single-banner-3 .banner-content-3 .h4,.single-banner-3 .banner-content-3 h4{font-size:15px}}.single-banner-3 .banner-content-3 a{font-family:Josefin Sans,sans-serif;font-size:18px;font-weight:400;position:relative;padding-bottom:7px;color:#000}@media only screen and (min-width:320px)and (max-width:479px){.single-banner-3 .banner-content-3 a{font-size:13px}}.single-banner-3 .banner-content-3 a:after{position:absolute;bottom:0;left:0;width:30px;height:1px;content:"";background-color:#000}.single-banner-3 .banner-content-3--white-content .h4,.single-banner-3 .banner-content-3--white-content a,.single-banner-3 .banner-content-3--white-content h4{color:#fff}.single-banner-3 .banner-content-3--white-content a:after{background-color:#fff}.single-banner-3:hover img{transform:translateY(-8px)}@media only screen and (max-width:767px){.banner-area.pt-80{padding-top:60px}.save-money-area .pt-100{padding-top:50px}.save-money-area .pb-100{padding-bottom:50px}}.save-money-content{display:flex;align-items:center;margin:0 0 0 50px}@media only screen and (max-width:767px){.save-money-content{display:block;margin:0 20px;text-align:center}}.save-money-content .h2,.save-money-content h2{font-size:36px;font-weight:700;line-height:48px;margin:0 50px 0 0;color:#010101}@media only screen and (min-width:768px)and (max-width:991px){.save-money-content .h2,.save-money-content h2{font-size:30px;margin:0 30px 0 0}}@media only screen and (max-width:767px){.save-money-content .h2,.save-money-content h2{font-size:20px;line-height:30px;margin:0 0 20px}}@media only screen and (min-width:576px)and (max-width:767px){.save-money-content .h2,.save-money-content h2{font-size:25px;line-height:30px;margin:0 0 20px}}.save-money-content .save-money-btn a{font-size:16px;line-height:1;display:inline-block;padding:13px 40px 15px;color:#fff;background-color:#ed59a0}.save-money-content .save-money-btn a:hover{background-color:#0a283a}.medical-contact-area{padding:52px 0 60px}.medical-contact-text .h3,.medical-contact-text h3{font-family:Lobster,cursive;font-size:29px;font-style:italic;margin:0 0 11px;color:#fff}@media only screen and (max-width:767px){.medical-contact-text .h3,.medical-contact-text h3{margin:0 0 7px}}.medical-contact-text .h2,.medical-contact-text h2{font-size:30px;font-weight:600;line-height:1;margin:0;color:#fff}@media only screen and (min-width:768px)and (max-width:991px){.medical-contact-text .h2,.medical-contact-text h2{font-size:27px}}@media only screen and (max-width:767px){.medical-contact-text .h2,.medical-contact-text h2{font-size:27px}.medical-contact-text{text-align:center}}.medical-contact-number-wrap{display:flex;align-items:center;justify-content:flex-end}@media only screen and (max-width:767px){.medical-contact-number-wrap{justify-content:center}}.medical-contact-number-wrap .medical-contact-img{margin-right:20px}.medical-contact-number-wrap .medical-contact-number .h2,.medical-contact-number-wrap .medical-contact-number h2{font-size:30px;margin:0;color:#fff}@media only screen and (min-width:768px)and (max-width:991px){.medical-contact-number-wrap .medical-contact-number .h2,.medical-contact-number-wrap .medical-contact-number h2{font-size:26px}}@media only screen and (max-width:767px){.medical-contact-number-wrap .medical-contact-number .h2,.medical-contact-number-wrap .medical-contact-number h2{font-size:26px}}.col-width-banner33-1{position:relative;flex:0 0 37%;width:100%;max-width:37%}@media only screen and (min-width:768px)and (max-width:991px){.col-width-banner33-1{flex:0 0 100%;max-width:100%}}@media only screen and (max-width:767px){.col-width-banner33-1{flex:0 0 100%;max-width:100%}}.col-width-banner33-2{position:relative;flex:0 0 26%;width:100%;max-width:0 0 26%}@media only screen and (min-width:768px)and (max-width:991px){.col-width-banner33-2{flex:0 0 100%;max-width:100%}}@media only screen and (max-width:767px){.col-width-banner33-2{flex:0 0 100%;max-width:100%}}.cta-content .title{font-family:Josefin Sans,sans-serif;font-size:48px;font-weight:700;line-height:1.3;margin-bottom:15px}@media only screen and (min-width:576px)and (max-width:767px){.cta-content .title{font-size:35px}}@media only screen and (max-width:767px){.cta-content .title{font-size:25px}}.cta-content .text{font-size:18px;font-weight:500;margin-bottom:30px}.cta-content .text span{color:#053399}.cta-content .cta-btn{font-size:16px;display:inline-block;padding:15px 30px;color:#fff;background-color:#000}.cta-content .cta-btn:hover{background-color:#053399}.subscribe-style-2 .h2,.subscribe-style-2 h2{font-size:48px;margin:0 0 23px;color:#010101}@media only screen and (max-width:767px){.subscribe-style-2 .h2,.subscribe-style-2 h2{font-size:30px;margin:0 0 12px}}.subscribe-style-2 p{font-size:16px;margin:0 0 23px;color:dimgray}.subscribe-style-2 .subscribe-form-2 input{font-size:14px;height:45px;padding:2px 50px 2px 0;color:#333;border:none;border-bottom:2px solid #e2e2e2;background:transparent}.subscribe-style-2 .subscribe-form-2 .mc-news{display:none}.subscribe-style-2 .subscribe-form-2 .mc-form{position:relative}.subscribe-style-2 .subscribe-form-2 .clear-2{position:absolute;right:0;bottom:0;display:inline-block}.subscribe-style-2 .subscribe-form-2 .clear-2 button{font-size:30px;height:45px;padding:0;transition:.3s;color:#cacaca;border:none;background:none}@media only screen and (max-width:767px){.subscribe-style-2 .subscribe-form-2 .clear-2 button{font-size:20px}}.subscribe-style-2 .subscribe-form-2 .clear-2 button:hover{color:#333}@media only screen and (max-width:767px){.subscribe-area-3.pb-100{padding-bottom:60px}}@media only screen and (min-width:576px)and (max-width:767px),only screen and (min-width:768px)and (max-width:991px){.subscribe-area-3.ml-70{margin-left:30px}}@media only screen and (max-width:767px){.subscribe-area-3.ml-70{margin-left:15px}}@media only screen and (min-width:576px)and (max-width:767px),only screen and (min-width:768px)and (max-width:991px){.subscribe-area-3.mr-70{margin-right:30px}}@media only screen and (max-width:767px){.subscribe-area-3.mr-70{margin-right:15px}}.subscribe-style-3 .h2,.subscribe-style-3 h2{font-size:48px;margin:0 0 23px;color:#010101}@media only screen and (max-width:767px){.subscribe-style-3 .h2,.subscribe-style-3 h2{font-size:35px;margin:0 0 12px}}@media only screen and (min-width:768px)and (max-width:991px){.subscribe-style-3 .h2,.subscribe-style-3 h2{font-size:40px}}.subscribe-style-3 p{font-size:16px;line-height:1.5;margin:0;color:dimgray}.subscribe-style-3--title-style2 .h2,.subscribe-style-3--title-style2 h2{font-family:Josefin Sans,sans-serif;font-size:36px}.subscribe-style-3 .subscribe-form-3 input{height:46px;text-align:center;color:#333;border:none;border-bottom:2px solid #e2e2e2;background:transparent}.subscribe-style-3 .subscribe-form-3 .mc-news{display:none}.subscribe-style-3 .subscribe-form-3 .clear-3{margin-top:40px}.subscribe-style-3 .subscribe-form-3 .clear-3 button,.subscribe-style-3 .subscribe-form-3 .clear-3 input{font-weight:500;line-height:1;width:auto;height:auto;padding:17px 55px;letter-spacing:2px;text-transform:uppercase;color:#fff;border:none;border-radius:5px;background:none;background-color:#070508}.subscribe-style-3 .subscribe-form-3 .clear-3 button:hover,.subscribe-style-3 .subscribe-form-3 .clear-3 input:hover{background-color:#0a283a}.subscribe-style-3 .subscribe-form-3 .clear-3.hover-red button:hover,.subscribe-style-3 .subscribe-form-3 .clear-3.hover-red input:hover,.subscribe-style-3 .subscribe-form-3 .clear-3.red-subscribe button,.subscribe-style-3 .subscribe-form-3 .clear-3.red-subscribe input{background-color:#df262b}.subscribe-style-3 .subscribe-form-3 .clear-3.red-subscribe button:hover,.subscribe-style-3 .subscribe-form-3 .clear-3.red-subscribe input:hover{background-color:#0a283a}.subscribe-style-3 .subscribe-form-3 .clear-3.green-subscribe button,.subscribe-style-3 .subscribe-form-3 .clear-3.green-subscribe input{background-color:#6eab49}.subscribe-style-3 .subscribe-form-3 .clear-3.green-subscribe button:hover,.subscribe-style-3 .subscribe-form-3 .clear-3.green-subscribe input:hover{background-color:#0a283a}.subscribe-style-3 .subscribe-form-3 .clear-3.dark-red-subscribe button,.subscribe-style-3 .subscribe-form-3 .clear-3.dark-red-subscribe input{border-radius:50px;background-color:#c61a32}.subscribe-style-3 .subscribe-form-3 .clear-3.dark-red-subscribe button:hover,.subscribe-style-3 .subscribe-form-3 .clear-3.dark-red-subscribe input:hover{background-color:#0a283a}.subscribe-style-3 .subscribe-form-3 .clear-3.dark-blue-subscribe button,.subscribe-style-3 .subscribe-form-3 .clear-3.dark-blue-subscribe input{border-radius:50px;background-color:#053399}.subscribe-style-3 .subscribe-form-3 .clear-3.dark-blue-subscribe button:hover,.subscribe-style-3 .subscribe-form-3 .clear-3.dark-blue-subscribe input:hover{background-color:#053399}.subscribe-style-3 .subscribe-form-3 .clear-3.red-2-subscribe button,.subscribe-style-3 .subscribe-form-3 .clear-3.red-2-subscribe input{background-color:#e90042}.subscribe-style-3 .subscribe-form-3 .clear-3.red-2-subscribe button:hover,.subscribe-style-3 .subscribe-form-3 .clear-3.red-2-subscribe input:hover{background-color:#0a283a}.subscribe-style-3 .subscribe-form-3 .clear-3.pink-subscribe button,.subscribe-style-3 .subscribe-form-3 .clear-3.pink-subscribe input{background-color:#ed59a0}.subscribe-style-3 .subscribe-form-3 .clear-3.pink-subscribe button:hover,.subscribe-style-3 .subscribe-form-3 .clear-3.pink-subscribe input:hover{background-color:#0a283a}.subscribe-style-3--blue .h2,.subscribe-style-3--blue h2{font-family:Josefin Sans,sans-serif;font-size:36px;font-weight:700;line-height:1.3;color:#053399}.subscribe-style-3--blue p{font-family:Josefin Sans,sans-serif;font-size:18px;font-weight:700;text-transform:uppercase;color:#333}.subscribe-style-3.subscribe-style-3-white .h2,.subscribe-style-3.subscribe-style-3-white h2,.subscribe-style-3.subscribe-style-3-white p{color:#fff}.subscribe-style-3.subscribe-style-3-white .subscribe-form-3 input{color:#cacaca;border-bottom:2px solid #e2e2e2}.subscribe-style-3.subscribe-style-3-white .subscribe-form-3 .mc-news{display:none}.subscribe-style-3.subscribe-style-3-white .subscribe-form-3 .clear-3{margin-top:40px}.subscribe-style-3.subscribe-style-3-white .subscribe-form-3 .clear-3 input{color:#fff;border:none}.subscribe-style-3.subscribe-style-3-white .subscribe-form-3 .clear-3 input:hover{background-color:#0a283a}.subscribe-style-3.subscribe-style-3-white .subscribe-form-3 .clear-3.red-2-subscribe input{background-color:#e90042}.subscribe-style-3.subscribe-style-3-white .subscribe-form-3 .clear-3.red-2-subscribe input:hover{background-color:#0a283a}.welcome-content .h5,.welcome-content h5{font-weight:500;font-size:16px;color:#666;margin:0;letter-spacing:.3px}.welcome-content .h1,.welcome-content h1{font-size:30px;font-weight:500;letter-spacing:.3px;margin:8px 0 30px;color:#433f3f;position:relative;display:inline-block;padding:0 0 23px;line-height:1}.welcome-content .h1:before,.welcome-content h1:before{position:absolute;background-color:#070508;height:3px;width:70px;content:"";left:0;right:0;bottom:0;margin:0 auto}.welcome-content p{font-size:16px;color:#4b4b4b;line-height:30px;width:66%;margin:0 auto}@media only screen and (min-width:992px)and (max-width:1199px){.welcome-content p{width:80%}}@media only screen and (min-width:768px)and (max-width:991px){.welcome-content p{width:95%}}@media only screen and (max-width:767px){.welcome-content p{width:100%;font-size:15px}}.single-count .count-icon i{font-size:50px;line-height:1;display:inline-block}@media only screen and (min-width:768px)and (max-width:991px){.single-count .count-icon i{font-size:45px}}@media only screen and (max-width:767px){.single-count .count-icon i{font-size:45px}}.single-count .h2>span,.single-count h2>span{color:#0a283a;font-size:40px;font-weight:700;margin:25px 0 12px;display:inline-block}@media only screen and (min-width:768px)and (max-width:991px){.single-count .h2>span,.single-count h2>span{margin:10px 0 8px;font-size:35px}}@media only screen and (max-width:767px){.single-count .h2>span,.single-count h2>span{margin:6px 0 8px;font-size:35px}}.single-count span{color:#333;font-size:20px;text-transform:capitalize;font-weight:500}.team-wrapper{background-color:#f7f7f7}.team-wrapper .team-img{position:relative}.team-wrapper .team-img img{width:100%}.team-wrapper .team-img .team-action{background:#fff none repeat scroll 0 0;left:0;opacity:0;padding:10px;position:absolute;right:0;text-align:center;top:70%;transform:translateY(-50%);transition:all .6s ease 0s;width:100%;z-index:5}.team-wrapper .team-img .team-action a{border-radius:50px;color:#fff;display:inline-block;font-size:14px;height:30px;line-height:28px;text-align:center;width:30px;margin:0 3px}.team-wrapper .team-img .team-action a.facebook{border:1px solid #3b5998;background-color:#3b5998}.team-wrapper .team-img .team-action a.facebook:hover{background-color:transparent;color:#3b5998}.team-wrapper .team-img .team-action a.twitter{border:1px solid #55acee;background-color:#55acee}.team-wrapper .team-img .team-action a.twitter:hover{background-color:transparent;color:#55acee}.team-wrapper .team-img .team-action a.instagram{border:1px solid #c32aa3;background-color:#c32aa3}.team-wrapper .team-img .team-action a.instagram:hover{background-color:transparent;color:#c32aa3}.team-wrapper .team-content{padding:20px 10px 23px}.team-wrapper .team-content .h4,.team-wrapper .team-content h4{font-size:18px;font-weight:500;margin:0 0 3px;text-transform:capitalize}.team-wrapper .team-content span{font-size:15px;font-style:italic}.team-wrapper:hover .team-action{top:50%;opacity:1}.single-mission .h3,.single-mission h3{font-size:25px;font-weight:500;margin:0 0 20px;text-transform:capitalize;line-height:22px;color:#333}@media only screen and (max-width:767px){.single-mission .h3,.single-mission h3{margin:0 0 10px}}.single-mission p{margin:0}@media only screen and (max-width:767px){.about-brand-logo.pb-100{padding-bottom:60px}}.single-image{overflow:hidden}.single-image a img{width:100%;transition:all .5s ease 0s;transform:scale(1)}.single-image:hover a img{transform:scale(1.1)}.single-testimonial img{border-radius:50%}.single-testimonial p{font-size:16px;font-weight:500;font-style:italic;line-height:32px;margin:32px 0 0;color:#575757}@media only screen and (max-width:767px){.single-testimonial p{font-size:15px}}.single-testimonial .client-info{margin:20px 0 0}.single-testimonial .client-info i{font-size:26px;color:#666}.single-testimonial .client-info .h5,.single-testimonial .client-info h5{font-size:14px;margin:22px 0 3px;letter-spacing:1.5px;text-transform:uppercase;color:#010101}.single-testimonial .client-info span{font-size:14px;letter-spacing:1.5px;color:#010101}.single-testimonial--style2 p{font-family:Josefin Sans,sans-serif;font-size:24px;color:#fff}.single-testimonial--style2 .client-info .h5,.single-testimonial--style2 .client-info h5,.single-testimonial--style2 .client-info span{color:#fff}.testimonial-active .swiper-button-next{right:0!important}.testimonial-active .swiper-button-prev{left:0!important}.testimonial-active:hover .ht-swiper-button-nav,.testimonial-area:hover .nav-style-1.owl-carousel>.owl-nav div{visibility:visible;opacity:1}@media only screen and (min-width:1200px)and (max-width:1365px){.testimonial-area.ml-70{margin-left:15px}}@media only screen and (min-width:992px)and (max-width:1199px){.testimonial-area.ml-70{margin-left:30px}}@media only screen and (min-width:768px)and (max-width:991px){.testimonial-area.ml-70{margin-left:40px}}@media only screen and (max-width:767px){.testimonial-area.ml-70{margin-left:15px}}@media only screen and (min-width:576px)and (max-width:767px){.testimonial-area.ml-70{margin-left:30px}}@media only screen and (min-width:1200px)and (max-width:1365px){.testimonial-area.mr-70{margin-right:15px}}@media only screen and (min-width:992px)and (max-width:1199px){.testimonial-area.mr-70{margin-right:30px}}@media only screen and (min-width:768px)and (max-width:991px){.testimonial-area.mr-70{margin-right:40px}}@media only screen and (max-width:767px){.testimonial-area.mr-70{margin-right:15px}}@media only screen and (min-width:576px)and (max-width:767px){.testimonial-area.mr-70{margin-right:30px}}@media only screen and (min-width:992px)and (max-width:1199px){.testimonial-area.mt-195{margin-top:125px}}@media only screen and (min-width:768px)and (max-width:991px){.testimonial-area.mt-195{margin-top:0;padding-top:35px}}@media only screen and (max-width:767px){.testimonial-area.mt-195{margin-top:0;padding-top:40px}}.testimonial-img-2{overflow:hidden;margin-top:-197px}@media only screen and (min-width:992px)and (max-width:1199px){.testimonial-img-2{margin-top:-130px}}@media only screen and (min-width:768px)and (max-width:991px){.testimonial-img-2{margin-top:0}}@media only screen and (max-width:767px){.testimonial-img-2{margin-top:30px}}.testimonial-img-2 img{width:100%}.single-testimonial-2 img{border-radius:50%}.single-testimonial-2 p{font-size:16px;font-weight:500;font-style:italic;line-height:32px;margin:30px 0 0;color:#fff}.single-testimonial-2 .client-info{margin:18px 0 0}.single-testimonial-2 .client-info i{font-size:26px;color:#fff}.single-testimonial-2 .client-info .h5,.single-testimonial-2 .client-info h5{font-size:14px;line-height:1;margin:20px 0 6px;letter-spacing:1.5px;text-transform:uppercase;color:#fff}.single-testimonial-2 .client-info span{font-size:14px;line-height:1;margin:0;letter-spacing:1.5px;text-transform:capitalize;color:#fff}.single-testimonial-2.testi-paragraph-mrg p{margin:32px 0 0}.testimonial-active-2 .owl-dots{margin:15px 0 0;text-align:center}.testimonial-active-2 .owl-dots .owl-dot{display:inline-block;margin:0 5px}.testimonial-active-2 .owl-dots .owl-dot span{display:inline-block;width:8px;height:8px;border:2px solid transparent;border-radius:100%;background-color:#fff}.testimonial-active-2 .owl-dots .owl-dot.active span{border:2px solid #fff;background-color:transparent}.brand-logo-active-2.owl-carousel .owl-item img,.brand-logo-active.owl-carousel .owl-item img{display:inline-block;width:auto}.brand-logo-active .single-brand-logo,.brand-logo-active .single-brand-logo2,.brand-logo-active-2 .single-brand-logo,.brand-logo-active-2 .single-brand-logo2{text-align:center}.brand-logo-active .single-brand-logo img,.brand-logo-active .single-brand-logo2 img,.brand-logo-active-2 .single-brand-logo img,.brand-logo-active-2 .single-brand-logo2 img{filter:grayscale(100%);transition:all .5s ease 0s}.brand-logo-active .single-brand-logo2:hover img,.brand-logo-active .single-brand-logo:hover img,.brand-logo-active-2 .single-brand-logo2:hover img,.brand-logo-active-2 .single-brand-logo:hover img{filter:grayscale(0)}.brand-logo-wrap{padding:100px 90px}@media only screen and (max-width:767px){.brand-logo-wrap{padding:50px 20px}}.funfact-area.bg-img{position:relative}@media only screen and (min-width:768px)and (max-width:991px){.funfact-area.bg-img{background-position:15%}.funfact-area.bg-img:before{position:absolute;top:0;right:0;bottom:0;left:0;content:"";opacity:.7;background-color:#fff}}@media only screen and (max-width:767px){.funfact-area.bg-img{background-position:15%}.funfact-area.bg-img:before{position:absolute;top:0;right:0;bottom:0;left:0;content:"";opacity:.7;background-color:#fff}}.funfact-content{position:relative;z-index:9}.funfact-content .h2,.funfact-content h2{font-size:48px;margin:0;color:#010101}@media only screen and (max-width:767px){.funfact-content .h2,.funfact-content h2{font-size:32px}}.funfact-content .timer{margin:65px 0 0;text-align:center}@media only screen and (min-width:992px)and (max-width:1199px){.funfact-content .timer{margin:44px 0 0}}@media only screen and (max-width:767px){.funfact-content .timer{margin:24px 0 0}}.funfact-content .timer span{font-size:48px;font-weight:300;display:inline-block;min-width:75px;margin:0 32px;color:#555}@media only screen and (min-width:992px)and (max-width:1199px){.funfact-content .timer span{font-size:40px;margin:0 15px}}@media only screen and (max-width:767px){.funfact-content .timer span{font-size:22px;min-width:55px;margin:0 5px}}.funfact-content .timer span p{font-size:18px;font-weight:500;margin:34px 0 0;text-transform:uppercase;color:#555}@media only screen and (min-width:992px)and (max-width:1199px){.funfact-content .timer span p{margin:24px 0 0}}@media only screen and (max-width:767px){.funfact-content .timer span p{font-size:14px;margin:12px 0 0}}.funfact-content--style2 .h2,.funfact-content--style2 h2{font-family:Josefin Sans,sans-serif}.funfact-content .funfact-btn{margin-top:43px}@media only screen and (max-width:767px){.funfact-content .funfact-btn{margin-top:23px}}.funfact-content .funfact-btn a{line-height:1;z-index:1;display:inline-block;padding:16px 56px;color:#fff;border:1px solid transparent;background-color:#000}.funfact-content .funfact-btn a:hover{border:1px solid #0a283a}.funfact-content .funfact-btn.btn-only-round a{overflow:hidden;border-radius:50px}.funfact-content .funfact-btn.btn-only-round a:hover{border:1px solid #0a283a}.funfact-content .funfact-btn.funfact-btn-red a{background-color:#c61a32}.funfact-content .funfact-btn.funfact-btn-red a:hover{border:1px solid #0a283a}.funfact-content .funfact-btn.funfact-btn-red-2 a{background-color:#c61a32}.funfact-content .funfact-btn.funfact-btn-red-2 a:hover{border:1px solid #0a283a}.funfact-content .funfact-btn.funfact-btn-violet a{background-color:#ab87cd}.funfact-content .funfact-btn.funfact-btn-violet a:hover{border:1px solid #0a283a}.funfact-content .funfact-btn.funfact-btn-green a{background-color:#6eab49}.funfact-content .funfact-btn.funfact-btn-green a:hover{border:1px solid #0a283a}.funfact-content .funfact-btn.funfact-btn-brown a{font-weight:500;color:#000;border:2px solid #000;background-color:transparent}.funfact-content .funfact-btn.funfact-btn-brown a:after{background-color:#bca487}.funfact-content .funfact-btn--round-shape a{overflow:hidden;border-radius:30px}@media only screen and (min-width:992px)and (max-width:1199px){.funfact-content.mt-90{margin-top:0}}@media only screen and (min-width:768px)and (max-width:991px){.funfact-content.funfact-res .h2,.funfact-content.funfact-res h2{font-size:35px}.funfact-content.funfact-res .timer{margin:30px 0 0}.funfact-content.funfact-res .timer span{font-size:30px;margin:0 9px}.funfact-content.funfact-res .timer span p{font-size:15px;margin:14px 0 0}.funfact-content.mt-90{margin-top:0}}@media only screen and (max-width:767px){.funfact-content.mt-90{margin-top:30px}}.gift-img{margin:0 10px}.gift-img a{display:block}.gift-img a img{width:100%}.fruits-deal-img{margin:0 90px}@media only screen and (min-width:992px)and (max-width:1199px){.fruits-deal-img{margin:0 50px}}@media only screen and (min-width:768px)and (max-width:991px){.fruits-deal-img{margin:0}}@media only screen and (max-width:767px){.fruits-deal-img{margin:30px 0 0}}@media only screen and (min-width:576px)and (max-width:767px){.fruits-deal-img{margin:30px 30px 0}}.fruits-deal-img a{display:block}.fruits-deal-img a img{width:100%}@media only screen and (max-width:767px){.funfact-image{margin:30px 0 0}}.black-friday-deal-content .h2,.black-friday-deal-content h2{font-family:Abril Fatface,cursive;font-size:60px;line-height:48px;margin:0 0 67px;color:#fff}@media only screen and (min-width:768px)and (max-width:991px){.black-friday-deal-content .h2,.black-friday-deal-content h2{font-size:50px;margin:0 0 50px}}@media only screen and (max-width:767px){.black-friday-deal-content .h2,.black-friday-deal-content h2{font-size:30px;margin:0 0 27px}}@media only screen and (min-width:576px)and (max-width:767px){.black-friday-deal-content .h2,.black-friday-deal-content h2{font-size:40px;margin:0 0 35px}}.breadcrumb{--bs-breadcrumb-margin-bottom:0;--bs-breadcrumb-divider-color:#000;--bs-breadcrumb-item-active-color:#000;--bs-breadcrumb-item-padding-x:15px;justify-content:center}.breadcrumb-item{color:#5b5858;display:inline-block;font-size:15px;font-weight:500;text-transform:uppercase}.breadcrumb-item a{color:inherit}.sidebar-style.qa-sidebar{height:100%!important;display:flex;flex-direction:column;justify-content:flex-start}.shop-top-bar{display:flex;align-items:center;justify-content:space-between}@media only screen and (max-width:767px){.shop-top-bar{display:block}}@media only screen and (min-width:576px)and (max-width:767px){.shop-top-bar{display:flex}}.shop-top-bar .select-shoing-wrap{display:flex}@media only screen and (max-width:767px){.shop-top-bar .select-shoing-wrap{display:block}}@media only screen and (min-width:576px)and (max-width:767px){.shop-top-bar .select-shoing-wrap{display:flex}}.shop-top-bar .select-shoing-wrap .shop-select{margin-right:50px}.shop-top-bar .select-shoing-wrap .shop-select select{font-size:14px;min-width:143px;padding:5px;color:#606060;border:1px solid #e6e6e6}.shop-top-bar .select-shoing-wrap p{margin:0;color:#606060}@media only screen and (max-width:767px){.shop-top-bar .select-shoing-wrap p{margin:5px 0 10px}}@media only screen and (min-width:576px)and (max-width:767px){.shop-top-bar .select-shoing-wrap p{margin:0}}.shop-top-bar .shop-tab a,.shop-top-bar .shop-tab button{font-size:18px;margin-right:20px;padding:0;color:#606060;border:none;background:none}.shop-top-bar .shop-tab a:first-child,.shop-top-bar .shop-tab button:first-child{margin-left:0}.shop-top-bar .shop-tab a.active,.shop-top-bar .shop-tab button.active{color:#fa6bff}.shop-list-wrap .product-wrap:hover .hover-img{visibility:inherit;transform:none;opacity:inherit}@media only screen and (max-width:767px){.shop-list-wrap .shop-list-content{margin-top:20px}}@media only screen and (min-width:576px)and (max-width:767px){.shop-list-wrap .shop-list-content{margin-top:0}}.shop-list-wrap .shop-list-content .h3,.shop-list-wrap .shop-list-content h3{font-size:24px;margin:0;color:#010101}@media only screen and (max-width:767px){.shop-list-wrap .shop-list-content .h3,.shop-list-wrap .shop-list-content h3{font-size:20px;line-height:20px}}.shop-list-wrap .shop-list-content .h3 a,.shop-list-wrap .shop-list-content h3 a{color:#010101}.shop-list-wrap .shop-list-content .h3 a:hover,.shop-list-wrap .shop-list-content h3 a:hover{color:#0a283a}.shop-list-wrap .shop-list-content .product-list-price{margin:13px 0 22px}@media only screen and (max-width:767px){.shop-list-wrap .shop-list-content .product-list-price{margin:13px 0}}@media only screen and (min-width:768px)and (max-width:991px){.shop-list-wrap .shop-list-content .product-list-price{margin:13px 0 19px}}.shop-list-wrap .shop-list-content .product-list-price span{font-size:24px;line-height:1;display:inline-block;color:#fe5252}.shop-list-wrap .shop-list-content .product-list-price span.old{font-size:18px;margin-left:15px;text-decoration:line-through;color:#cfcfcf}.shop-list-wrap .shop-list-content .rating-review{display:flex;align-items:center}.shop-list-wrap .shop-list-content .rating-review .product-list-rating i{font-size:17px;margin:0 3px;color:#5f5d5d}.shop-list-wrap .shop-list-content .rating-review .product-list-rating i.yellow{color:#ffa900}.shop-list-wrap .shop-list-content .rating-review a{font-size:15px;line-height:1;position:relative;margin-left:40px;color:#ffcf75}.shop-list-wrap .shop-list-content .rating-review a:before{position:absolute;top:0;left:-21px;width:1px;height:15px;content:"";background-color:#d1d1d1}.shop-list-wrap .shop-list-content p{font-size:15px;line-height:28px;margin:15px 0 40px;color:#8f8f8f}@media only screen and (max-width:767px){.shop-list-wrap .shop-list-content p{margin:12px 0 20px}}@media only screen and (min-width:768px)and (max-width:991px){.shop-list-wrap .shop-list-content p{margin:12px 0 20px}}@media only screen and (min-width:992px)and (max-width:1199px){.shop-list-wrap .shop-list-content p{margin:15px 0 20px}}.shop-list-wrap .shop-list-content .shop-list-btn a,.shop-list-wrap .shop-list-content .shop-list-btn button{font-size:14px;font-weight:500;line-height:1;z-index:1;display:inline-block;padding:14px 32px 15px;text-transform:uppercase;color:#fff;border:1px solid transparent;background-color:#343538}@media only screen and (max-width:767px){.shop-list-wrap .shop-list-content .shop-list-btn a,.shop-list-wrap .shop-list-content .shop-list-btn button{font-size:13px;padding:10px 20px 11px}}.shop-list-wrap .shop-list-content .shop-list-btn a:hover,.shop-list-wrap .shop-list-content .shop-list-btn button:hover{border:1px solid #0a283a}.shop-list-wrap:hover .product-wrap .hover-img{visibility:visible;transform:translate(-50%);opacity:1}@media only screen and (max-width:767px){.pro-pagination-style.mt-30{margin-top:10px}}.pro-pagination-style ul li{display:inline-block;margin:0 4px}.pro-pagination-style ul li a,.pro-pagination-style ul li button{font-size:16px;line-height:43px;display:inline-block;width:43px;height:43px;padding:0;text-align:center;color:#0a283a;border:none;border-radius:100%!important;background:none;box-shadow:0 0 12px .8px rgba(0,0,0,.1)}.pro-pagination-style ul li a:hover,.pro-pagination-style ul li button:hover{color:#fff;background-color:#0a283a}.pro-pagination-style ul li a.active{color:#fff;background-color:#0a283a;box-shadow:none}.pro-pagination-style ul li a.active:hover{background-color:#333}.pro-pagination-style ul li a.next,.pro-pagination-style ul li a.prev{font-size:17px;color:#0a283a;background-color:#f6f6f6;box-shadow:none}.pro-pagination-style ul li a.next:hover,.pro-pagination-style ul li a.prev:hover{color:#fff;background-color:#0a283a}.pro-pagination-style ul li.page-item.active .page-link{--bs-pagination-active-color:#fff;border-color:#0a283a;background-color:#0a283a;box-shadow:0 0 12px .8px rgba(0,0,0,.1)!important}.pro-pagination-style ul li.page-item.active .page-link:focus{box-shadow:none}.pro-pagination-style ul li.page-item .page-link{box-shadow:0 0 12px .8px rgba(0,0,0,.1)!important}.pro-pagination-style ul li.page-item .page-link:focus{box-shadow:none}@media only screen and (max-width:767px){.shop-area.pb-100{padding-bottom:45px}}@media only screen and (min-width:1200px)and (max-width:1365px){.list2-col-style .shop-list-wrap .shop-list-content .h3,.list2-col-style .shop-list-wrap .shop-list-content h3{font-size:20px;line-height:20px}.list2-col-style .shop-list-wrap .shop-list-content .product-list-price{margin:13px 0 10px}.list2-col-style .shop-list-wrap .shop-list-content p{margin:6px 0 20px}.list2-col-style .shop-list-wrap .shop-list-content .shop-list-btn a{font-size:13px;padding:10px 24px 11px}}@media only screen and (min-width:992px)and (max-width:1199px){.list2-col-style .shop-list-wrap .shop-list-content .h3,.list2-col-style .shop-list-wrap .shop-list-content h3{font-size:20px;line-height:20px}.list2-col-style .shop-list-wrap .shop-list-content .product-list-price{margin:13px 0 10px}.list2-col-style .shop-list-wrap .shop-list-content p{margin:6px 0 20px}.list2-col-style .shop-list-wrap .shop-list-content .shop-list-btn a{font-size:13px;padding:10px 20px 11px}}.grid-sizer{width:25%}.shop-bottom-area .col-xl-4{transition:.5s}.shop-bottom-area .grid .shop-list-wrap{display:none}.shop-bottom-area .grid.two-column .col-xl-4{flex:1 0 50%;max-width:50%;transition:.5s}.shop-bottom-area .list .product-wrap{display:none}.shop-bottom-area .list.two-column>.col-xl-4{flex:1 0 50%;max-width:50%;transition:.5s}@media only screen and (min-width:992px)and (max-width:1199px){.shop-bottom-area .list.two-column>.col-xl-4{flex:1 0 100%;max-width:100%}}@media only screen and (min-width:768px)and (max-width:991px){.shop-bottom-area .list.two-column>.col-xl-4{flex:1 0 100%;max-width:100%}}@media only screen and (max-width:767px){.shop-bottom-area .list.two-column>.col-xl-4{flex:1 0 100%;max-width:100%}}.shop-bottom-area .list>.col-xl-4{flex:1 0 100%;max-width:100%;transition:.5s}.shop-list-compare button,.shop-list-wishlist button{font-size:20px;padding:0;border:none;background:none}.shop-list-compare button.active,.shop-list-compare button:hover,.shop-list-wishlist button.active,.shop-list-wishlist button:hover{color:#0a283a}.shop-area .container-fluid,.shop-area .container-lg,.shop-area .container-md,.shop-area .container-sm,.shop-area .container-xl,.shop-area .container-xxl{padding:0 70px}@media only screen and (min-width:1200px)and (max-width:1365px){.shop-area .container-fluid,.shop-area .container-lg,.shop-area .container-md,.shop-area .container-sm,.shop-area .container-xl,.shop-area .container-xxl{padding:0 15px}}@media only screen and (min-width:992px)and (max-width:1199px){.shop-area .container-fluid,.shop-area .container-lg,.shop-area .container-md,.shop-area .container-sm,.shop-area .container-xl,.shop-area .container-xxl{padding:0 30px}}@media only screen and (min-width:768px)and (max-width:991px){.shop-area .container-fluid,.shop-area .container-lg,.shop-area .container-md,.shop-area .container-sm,.shop-area .container-xl,.shop-area .container-xxl{padding:0 40px}}@media only screen and (max-width:767px){.shop-area .container-fluid,.shop-area .container-lg,.shop-area .container-md,.shop-area .container-sm,.shop-area .container-xl,.shop-area .container-xxl{padding:0 15px}}@media only screen and (min-width:992px)and (max-width:1199px){.product-details-img.mr-20{margin-right:0}}@media only screen and (min-width:768px)and (max-width:991px){.product-details-img.mr-20{margin-right:0}}@media only screen and (max-width:767px){.product-details-img.mr-20{margin-right:0}}.product-details-img .large-img-style{position:relative}.product-details-img .large-img-style img{width:100%}.product-details-img .large-img-style span{font-size:13px;font-weight:500;line-height:1;position:absolute;top:30px;left:30px;display:inline-block;padding:3px 11px;color:#fff;border-radius:3px;background-color:#fa6bff}.product-details-img .large-img-style .img-popup-wrap{font-size:30px;position:absolute;top:30px;right:30px;color:#000}.product-details-img .large-img-style .img-popup-wrap:hover{color:#0a283a}.product-details-img .shop-details-tab{position:relative;z-index:9;display:flex;justify-content:center;margin-top:-72px}@media only screen and (min-width:768px)and (max-width:991px){.product-details-img .shop-details-tab{margin-top:-50px}}@media only screen and (max-width:767px){.product-details-img .shop-details-tab{margin-top:-45px}}@media only screen and (min-width:576px)and (max-width:767px){.product-details-img .shop-details-tab{margin-top:-60px}}.product-details-img .shop-details-tab a.shop-details-overly{position:relative}.product-details-img .shop-details-tab a.shop-details-overly img{width:144px}@media only screen and (min-width:768px)and (max-width:991px){.product-details-img .shop-details-tab a.shop-details-overly img{width:90px}}@media only screen and (max-width:767px){.product-details-img .shop-details-tab a.shop-details-overly img{width:85px}}@media only screen and (min-width:576px)and (max-width:767px){.product-details-img .shop-details-tab a.shop-details-overly img{width:110px}}.product-details-img .shop-details-tab a.shop-details-overly.active:before{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;content:"";opacity:.6;background-color:#fff}.description-review-topbar{display:flex;justify-content:center;border-bottom:1px solid #d7d7d7}.description-review-topbar .nav-item a{font-size:24px;font-weight:500;line-height:1;margin:0 15px;padding:0 0 13px;color:#666;border-bottom:3px solid transparent;background-color:transparent}.description-review-topbar .nav-item a.active{color:#000}@media only screen and (max-width:767px){.description-review-topbar .nav-item a{font-size:15px;margin:0 4px 15px;padding:0 0 8px}}@media only screen and (min-width:576px)and (max-width:767px){.description-review-topbar .nav-item a{font-size:18px;margin:0 8px 0 0;padding:0 5px}}.description-review-topbar .nav-item a.active{border-bottom:3px solid #000;background-color:transparent}.description-review-topbar .nav-item a.nav-link{border-radius:0}.description-review-bottom{padding:33px 0 0}.description-review-bottom .product-description-wrapper p{font-size:15px;line-height:28px;width:84%;margin:0 0 8px;color:#333}@media only screen and (max-width:767px){.description-review-bottom .product-description-wrapper p{width:100%}}.description-review-bottom .product-description-wrapper p:last-child{margin:0}.description-review-bottom .product-anotherinfo-wrapper ul li{font-size:14px;margin:0 0 13px;list-style:none outside none;color:#333}.description-review-bottom .product-anotherinfo-wrapper ul li span{font-weight:500;display:inline-block;min-width:85px;margin:0 26px 0 0;color:#000}.single-review{display:flex;margin:0 0 50px}@media only screen and (max-width:767px){.single-review{display:block}}@media only screen and (min-width:576px)and (max-width:767px){.single-review{display:flex}}.single-review .review-img{flex:0 0 90px;margin:0 15px 0 0}@media only screen and (max-width:767px){.single-review .review-img{margin:0 0 20px}}@media only screen and (min-width:576px)and (max-width:767px){.single-review .review-img{margin:0 15px 0 0}}.single-review .review-top-wrap{display:flex;align-items:center;justify-content:space-between;margin:0 0 10px}.single-review .review-top-wrap .review-left{display:flex}.single-review .review-top-wrap .review-left .review-name{margin-right:25px}.single-review .review-top-wrap .review-left .review-name .h4,.single-review .review-top-wrap .review-left .review-name h4{font-size:16px;font-weight:500;line-height:1;margin:0}.single-review .review-top-wrap .review-left .review-rating{line-height:1}.single-review .review-top-wrap .review-left .review-rating i{font-size:12px;margin-right:1px;color:#ffa900}.single-review .review-top-wrap .review-left>button{border:none;background:none}.single-review .review-top-wrap .review-left>button:hover{color:#0a283a}.single-review .review-top-wrap .review-btn a{font-weight:500;line-height:1}.single-review .review-bottom p{width:93%;margin:0}.single-review.child-review{margin-bottom:0;margin-left:70px}@media only screen and (max-width:767px){.single-review.child-review{margin-left:0}}@media only screen and (min-width:768px)and (max-width:991px){.ratting-form-wrapper.pl-50{margin-top:50px;padding-left:0}}@media only screen and (max-width:767px){.ratting-form-wrapper.pl-50{margin-top:50px;padding-left:0}}.ratting-form-wrapper .h3,.ratting-form-wrapper h3{font-size:16px;font-weight:500;line-height:1;margin:0}.ratting-form-wrapper .ratting-form form .star-box{display:flex;margin:6px 0 20px}.ratting-form-wrapper .ratting-form form .star-box span{margin:0 15px 0 0}.ratting-form-wrapper .ratting-form form .star-box .ratting-star{font-size:12px;margin:2px 0 0;color:#ffa900}.ratting-form-wrapper .ratting-form form .rating-form-style input,.ratting-form-wrapper .ratting-form form .rating-form-style textarea{padding:2px 10px 2px 20px;color:#333;border:1px solid #e6e6e6;background:transparent}.ratting-form-wrapper .ratting-form form .rating-form-style textarea{height:180px;margin-bottom:20px;padding:20px 10px 2px 20px}.ratting-form-wrapper .ratting-form form .form-submit input{font-weight:500;width:auto;height:auto;padding:12px 50px;text-transform:uppercase;color:#fff;border:1px solid #0a283a;background-color:#0a283a}.ratting-form-wrapper .ratting-form form .form-submit input:hover{border:1px solid #333;background-color:#333}.product-dec-slider-2{display:inline-block;float:left;width:20%;padding:0}@media only screen and (min-width:992px)and (max-width:1199px){.product-dec-slider-2{width:19%}}@media only screen and (min-width:768px)and (max-width:991px){.product-dec-slider-2{margin-bottom:40px}}@media only screen and (max-width:767px){.product-dec-slider-2{width:30%;margin-bottom:30px}}.product-dec-slider-2 .product-dec-icon{font-size:25px;line-height:1;position:absolute;z-index:99;left:50%;display:inline-block;visibility:hidden;padding:0 10px;cursor:pointer;transform:translateX(-50%);opacity:0;color:#666}.product-dec-slider-2 .product-dec-icon.product-dec-prev{top:-25px}.product-dec-slider-2 .product-dec-icon.product-dec-next{bottom:-14px}.product-dec-slider-2.slick-vertical .slick-slide{display:block;height:auto;margin:2px 0 10px;text-align:center}.product-dec-slider-2.slick-vertical .slick-slide img{display:inline-block;width:100%}.product-dec-slider-2:hover .product-dec-icon{visibility:visible;opacity:1}.zoompro-wrap.zoompro-2{position:relative;display:inline-block;float:left;width:80%}@media only screen and (min-width:992px)and (max-width:1199px){.zoompro-wrap.zoompro-2{width:79%}}@media only screen and (max-width:767px){.zoompro-wrap.zoompro-2{width:70%;margin-bottom:30px}}.zoompro-wrap .zoompro-span{position:relative}.zoompro-wrap .zoompro-span span{font-size:13px;font-weight:500;line-height:1;position:absolute;z-index:99;top:30px;left:30px;display:inline-block;padding:3px 11px;color:#fff;border-radius:3px;background-color:#fa6bff}.zoompro-wrap .zoompro-span .product-video{position:absolute;z-index:99;bottom:30px;left:30px;text-align:center}.zoompro-wrap .zoompro-span .product-video a{display:inline-block;padding:5px 15px;color:#fff;border-radius:3px;background-color:#fa6bff}@media only screen and (max-width:767px){.zoompro-wrap .zoompro-span .product-video a{padding:3px 10px}}.zoompro-wrap .zoompro-span img{width:100%}.dec-img-wrap{position:relative}.dec-img-wrap img{width:100%}.dec-img-wrap span{font-size:13px;font-weight:500;line-height:1;position:absolute;z-index:99;top:30px;left:30px;display:inline-block;padding:3px 11px;color:#fff;border-radius:3px;background-color:#fa6bff}@media only screen and (max-width:767px){.sidebar-active .product-details-content{margin-top:0}}.sidebar-active.col-lg-6{padding-right:15px;padding-left:15px}.sidebar-active.col-lg-6.is-affixed{padding-right:0;padding-left:0}.sidebar-active.col-lg-6.is-affixed .inner-wrapper-sticky{padding-right:15px;padding-left:15px}@media only screen and (min-width:768px)and (max-width:991px){.product-details-gallery.mr-20{margin-right:0}}@media only screen and (max-width:767px){.product-details-gallery.mr-20{margin-right:0}}.pro-details-affiliate{margin:30px 0}.pro-details-affiliate a{font-weight:500;line-height:1;z-index:9;display:inline-block;padding:13px 30px 16px;color:#fff;border:1px solid transparent;background-color:#000}.product-details-slider-active.nav-style-1.owl-carousel .owl-nav div{font-size:20px;left:20px;color:#333}.product-details-slider-active.nav-style-1.owl-carousel .owl-nav div:hover{color:#0a283a}.product-details-slider-active.nav-style-1.owl-carousel .owl-nav div.owl-next{right:20px;left:auto}.product-details-slider-active:hover.nav-style-1.owl-carousel>.owl-nav div{visibility:visible;opacity:1}.product-large-image-wrapper{position:relative}.product-large-image-wrapper .product-img-badges{position:absolute;z-index:3;top:20px;left:20px}.product-large-image-wrapper .product-img-badges span{font-size:13px;font-weight:500;line-height:1;display:block;margin-bottom:10px;padding:3px 11px;color:#fff;border-radius:3px}.product-large-image-wrapper .product-img-badges span.pink{background-color:#fa6bff}.product-large-image-wrapper .product-img-badges span.purple{background-color:#a749ff}.product-large-image-wrapper .lightgallery-button{position:absolute;top:20px;right:20px;font-size:30px;padding:0;border:none;background:none}.product-large-image-wrapper--slider .ht-swiper-button-nav{font-size:50px;visibility:hidden;padding:0;transition:.3s;opacity:0;color:#333;border:none;background:none}.product-large-image-wrapper--slider:hover .ht-swiper-button-nav{visibility:visible;opacity:1}.product-large-image-wrapper .single-image img{width:100%}.shop-area .sticky{top:70px!important}.product-small-image-wrapper .ht-swiper-button-nav{visibility:hidden;opacity:0;color:#333;border:none;background:none}.product-small-image-wrapper .ht-swiper-button-nav i{font-size:40px}.product-small-image-wrapper .single-image{cursor:pointer}.product-small-image-wrapper .single-image img{width:100%}.product-small-image-wrapper:hover .ht-swiper-button-nav{visibility:visible;opacity:1}.product-small-image-wrapper .single-image{height:100%;min-height:100px}.product-small-image-wrapper .single-image img{height:100%;object-fit:cover;object-position:center}.product-small-image-wrapper .swiper-container-vertical{height:100%}.product-small-image-wrapper--side-thumb{overflow:hidden;height:630px}@media only screen and (max-width:767px),only screen and (min-width:768px)and (max-width:991px),only screen and (min-width:992px)and (max-width:1199px){.product-small-image-wrapper--side-thumb{height:auto;margin-top:15px}}@media only screen and (max-width:767px){.cart-main-area.pb-100{padding-bottom:60px}}.cart-page-title.h3,h3.cart-page-title{font-size:20px;font-weight:500;margin:0 0 15px}.cart-table-content{padding-bottom:"150px"}.cart-table-content table{border:0}.cart-table-content table thead>tr{border:0;border-bottom:1px solid #c6a080}.cart-table-content table thead>tr th{font-size:14px;font-weight:500;padding:0 0 10px;text-align:right;vertical-align:middle;white-space:nowrap;text-transform:uppercase;color:#333;border-top:none}.cart-table-content table tbody>tr{border-bottom:1px solid #c6a080}.cart-table-content table tbody>tr td.product-thumbnail{width:150px}.cart-table-content table tbody>tr td.product-name{width:435px;text-align:right}.cart-table-content table tbody>tr td.product-name a{font-size:15px;font-weight:500;color:#333}.cart-table-content table tbody>tr td.product-name a:hover{color:#0a283a}.cart-table-content table tbody>tr td.product-price-cart{width:435px}.cart-table-content table tbody>tr td.product-price-cart span{font-weight:500;color:#333}.cart-table-content table tbody>tr td.product-price-cart span.old{text-decoration:line-through;color:#8e8e8e}.cart-table-content table tbody>tr td.product-subtotal{font-weight:500;color:#333}.cart-table-content table tbody>tr td.product-quantity{width:435px}.cart-table-content table tbody>tr td.product-quantity .cart-plus-minus{position:relative;display:inline-block;width:110px;height:40px;padding:0}.cart-table-content table tbody>tr td.product-quantity .cart-plus-minus .qtybutton{font-size:16px;position:absolute;float:inherit;width:20px;margin:0;cursor:pointer;transition:all .3s ease 0s;text-align:center;color:#333;border:none;background:none}.cart-table-content table tbody>tr td.product-quantity .cart-plus-minus .dec.qtybutton{top:0;left:0;height:40px}.cart-table-content table tbody>tr td.product-quantity .cart-plus-minus .inc.qtybutton{top:0;right:0;height:40px}.cart-table-content table tbody>tr td.product-quantity .cart-plus-minus input.cart-plus-minus-box{font-size:18px;float:right;width:110px;height:40px;margin:0;padding:0;text-align:center;border:0 solid #c6a080;border-radius:8px;background:transparent none repeat scroll 0 0}.cart-table-content table tbody>tr td.product-remove{width:100px}.cart-table-content table tbody>tr td.product-remove a,.cart-table-content table tbody>tr td.product-remove button{font-size:17px;margin:0 13px;color:#666;border:none;background:none}.cart-table-content table tbody>tr td.product-remove a:hover,.cart-table-content table tbody>tr td.product-remove button:hover{color:#0a283a}.cart-table-content table tbody>tr td.product-wishlist-cart>a,.cart-table-content table tbody>tr td.product-wishlist-cart>button{font-size:13px;font-weight:500;line-height:1.2;display:block;margin:0 auto;text-transform:uppercase;color:#fff;border:none;border-radius:50px;background:none;background-color:#0a283a}.cart-table-content table tbody>tr td.product-wishlist-cart>a.active,.cart-table-content table tbody>tr td.product-wishlist-cart>a:hover,.cart-table-content table tbody>tr td.product-wishlist-cart>button.active,.cart-table-content table tbody>tr td.product-wishlist-cart>button:hover{background-color:#333}.cart-table-content table tbody>tr td.product-wishlist-cart>a:disabled,.cart-table-content table tbody>tr td.product-wishlist-cart>button:disabled{cursor:not-allowed}.cart-table-content table tbody>tr td{font-size:15px;text-align:right;color:#333}.cart-shiping-update-wrapper{display:flex;justify-content:space-between;padding:30px 0 55px}@media only screen and (max-width:767px){.cart-shiping-update-wrapper{display:block;padding:30px 0 15px}}.cart-shiping-update-wrapper .cart-clear>a,.cart-shiping-update-wrapper .cart-clear>button,.cart-shiping-update-wrapper .cart-shiping-update>a{font-size:14px;font-weight:500;line-height:1;display:inline-block;padding:18px 63px 17px;text-transform:uppercase;color:#363f4d;border-radius:50px;background-color:#f2f2f2}@media only screen and (min-width:768px)and (max-width:991px){.cart-shiping-update-wrapper .cart-clear>a,.cart-shiping-update-wrapper .cart-clear>button,.cart-shiping-update-wrapper .cart-shiping-update>a{font-size:13px;padding:18px 25px 17px}}@media only screen and (max-width:767px){.cart-shiping-update-wrapper .cart-clear>a,.cart-shiping-update-wrapper .cart-clear>button,.cart-shiping-update-wrapper .cart-shiping-update>a{margin:0 0 15px;padding:18px 40px 17px}}.cart-shiping-update-wrapper .cart-clear>a:hover,.cart-shiping-update-wrapper .cart-clear>button:hover,.cart-shiping-update-wrapper .cart-shiping-update>a:hover{color:#fff;background-color:#0a283a}.cart-shiping-update-wrapper .cart-clear>button{margin-right:27px;cursor:pointer;transition:all .3s ease 0s;border:none}.cart-shiping-update-wrapper .cart-clear>button:last-child{margin-right:0}@media only screen and (min-width:768px)and (max-width:991px){.cart-shiping-update-wrapper .cart-clear>button{margin-right:15px}}.cart-tax,.discount-code-wrapper{padding:45px 30px 50px;border:0 solid #ebebeb;border-radius:5px;background-color:#f9f9f9}@media only screen and (min-width:992px)and (max-width:1199px){.cart-tax,.discount-code-wrapper{padding:45px 18px 50px}}@media only screen and (max-width:767px){.cart-tax,.discount-code-wrapper{padding:45px 18px 50px}}.cart-tax .title-wrap,.discount-code-wrapper .title-wrap{position:relative}.cart-tax .title-wrap:before,.discount-code-wrapper .title-wrap:before{position:absolute;z-index:1;top:10px;left:0;width:100%;height:1px;content:"";transition:all .4s ease 0s;background-color:#e3e1e1}.cart-tax .title-wrap .cart-bottom-title.h4,.cart-tax .title-wrap h4.cart-bottom-title,.discount-code-wrapper .title-wrap .cart-bottom-title.h4,.discount-code-wrapper .title-wrap h4.cart-bottom-title{font-size:18px;font-weight:500;display:inline-block;margin:0;padding-right:18px}@media only screen and (min-width:992px)and (max-width:1199px){.cart-tax .title-wrap .cart-bottom-title.h4,.cart-tax .title-wrap h4.cart-bottom-title,.discount-code-wrapper .title-wrap .cart-bottom-title.h4,.discount-code-wrapper .title-wrap h4.cart-bottom-title{font-size:16px}}.cart-tax .title-wrap .section-bg-gray,.discount-code-wrapper .title-wrap .section-bg-gray{position:relative;z-index:99;background-color:#f8f9f9}.cart-tax .tax-wrapper,.discount-code-wrapper .tax-wrapper{margin-top:22px}.cart-tax .tax-wrapper p,.discount-code-wrapper .tax-wrapper p{margin:0}.cart-tax .tax-wrapper .tax-select-wrapper,.discount-code-wrapper .tax-wrapper .tax-select-wrapper{margin:5px 0 0}.cart-tax .tax-wrapper .tax-select-wrapper .tax-select,.discount-code-wrapper .tax-wrapper .tax-select-wrapper .tax-select{margin:0 0 26px}.cart-tax .tax-wrapper .tax-select-wrapper .tax-select label,.discount-code-wrapper .tax-wrapper .tax-select-wrapper .tax-select label{font-size:14px;margin:0 0 5px;color:#242424}.cart-tax .tax-wrapper .tax-select-wrapper .tax-select select,.discount-code-wrapper .tax-wrapper .tax-select-wrapper .tax-select select{font-size:12px;width:100%;height:40px;padding:0 50px 0 15px;cursor:pointer;color:#242424;border:0 solid #ebebeb;box-shadow:none;-webkit-appearance:none;-moz-appearance:none}.cart-tax .tax-wrapper .tax-select-wrapper .tax-select input,.discount-code-wrapper .tax-wrapper .tax-select-wrapper .tax-select input{height:40px;border:0 solid #ebebeb;border-radius:8px}.cart-tax .tax-wrapper .tax-select-wrapper button.cart-btn-2,.discount-code-wrapper .tax-wrapper .tax-select-wrapper button.cart-btn-2{font-size:14px;font-weight:500;padding:13px 42px 12px;cursor:pointer;transition:all .3s ease 0s;text-transform:uppercase;color:#fff;border:none;border-radius:50px;background-color:#0a283a}.cart-tax .tax-wrapper .tax-select-wrapper button.cart-btn-2:hover,.discount-code-wrapper .tax-wrapper .tax-select-wrapper button.cart-btn-2:hover{background-color:#333}.cart-tax .discount-code,.discount-code-wrapper .discount-code{margin:21px 0 0}.cart-tax .discount-code p,.discount-code-wrapper .discount-code p{margin:0 0 15px}.cart-tax .discount-code form input,.discount-code-wrapper .discount-code form input{height:40px;margin-bottom:30px;padding-left:10px;border:1px solid #ebebeb;background:#fff}.cart-tax .discount-code form button.cart-btn-2,.discount-code-wrapper .discount-code form button.cart-btn-2{font-size:14px;font-weight:500;padding:13px 42px 12px;cursor:pointer;transition:all .3s ease 0s;text-transform:uppercase;color:#fff;border:none;border-radius:50px;background-color:#0a283a}.cart-tax .discount-code form button.cart-btn-2:hover,.discount-code-wrapper .discount-code form button.cart-btn-2:hover{background-color:#333}.grand-totall{padding:45px 30px 50px;border:1px solid #ebebeb;border-radius:5px;background-color:#f9f9f9}@media only screen and (min-width:992px)and (max-width:1199px){.grand-totall{padding:45px 18px 50px}}@media only screen and (min-width:768px)and (max-width:991px){.grand-totall{margin-top:30px}}.grand-totall .title-wrap{position:relative}.grand-totall .title-wrap:before{position:absolute;z-index:1;top:10px;left:0;width:100%;height:1px;content:"";transition:all .4s ease 0s;background-color:#e3e1e1}.grand-totall .title-wrap .cart-bottom-title.h4,.grand-totall .title-wrap h4.cart-bottom-title{font-size:18px;font-weight:500;display:inline-block;margin:0;padding-right:18px}.grand-totall .title-wrap .section-bg-gary-cart{position:relative;z-index:9;background-color:#f9f9f9}.grand-totall .h5,.grand-totall h5{font-size:14px;margin:36px 0 27px}.grand-totall .h5 span,.grand-totall h5 span{font-size:18px;font-weight:500;float:right}.grand-totall .total-shipping{margin:0 0 27px;padding:28px 0;border-top:1px solid #ebebeb;border-bottom:1px solid #ebebeb}.grand-totall .total-shipping .h5,.grand-totall .total-shipping h5{font-size:14px;margin:0}.grand-totall .total-shipping ul{padding:19px 0 0}.grand-totall .total-shipping ul li{margin:0 0 6px;list-style:none outside none;color:#242424}.grand-totall .total-shipping ul li:last-child{margin:0}.grand-totall .total-shipping ul li input{position:relative;top:2px;width:13px;height:13px;margin-right:10px;padding:0;cursor:pointer;color:#626262;border:1px solid #d7d7d7;border-radius:5px!important;background:#e9e9e9 none repeat scroll 0 0}.grand-totall .total-shipping ul li span{float:right}.grand-totall .grand-totall-title.h4,.grand-totall h4.grand-totall-title{font-size:20px;font-weight:500;margin:0 0 25px;color:#0a283a}.grand-totall .grand-totall-title.h4 span,.grand-totall h4.grand-totall-title span{float:right}.grand-totall a{font-size:14px;font-weight:500;line-height:1;display:block;padding:18px 10px 17px;text-align:center;text-transform:uppercase;color:#fff;border-radius:50px;background-color:#0a283a}.grand-totall a:hover{background-color:#333}@media only screen and (max-width:767px){.discount-code-wrapper{margin:30px 0}}.cart-item-variation{margin-top:10px}.cart-item-variation span{display:block}.compare-table .table tbody tr th.title-column{min-width:292px;font-size:15px;color:#262626;margin:0;background-color:#e6e6e6;font-weight:500;padding:10px 30px;border:none}@media only screen and (min-width:768px)and (max-width:991px){.compare-table .table tbody tr th.title-column{min-width:200px}}@media only screen and (max-width:767px){.compare-table .table tbody tr th.title-column{min-width:150px;padding:10px 20px}}.compare-table .table tbody tr:first-child th{padding-top:53px}.compare-table .table tbody tr:last-child th{padding-bottom:55px}.compare-table .table tbody tr td{text-align:center;padding:17px 15px;border-color:#e7e7e7}.compare-table .table tbody tr td.product-image-title{padding:27px 10px 35px}@media only screen and (max-width:767px){.compare-table .table tbody tr td.product-image-title{min-width:220px}}.compare-table .table tbody tr td.product-image-title .compare-remove a{font-size:13px}.compare-table .table tbody tr td.product-image-title .compare-remove a i{padding-right:5px}.compare-table .table tbody tr td.product-image-title .compare-remove a:hover{color:#0a283a}.compare-table .table tbody tr td.product-image-title .compare-remove button{background:none;border:none;padding:0}.compare-table .table tbody tr td.product-image-title .compare-remove button i{font-size:25px}.compare-table .table tbody tr td.product-image-title .compare-remove button:hover{color:red}.compare-table .table tbody tr td.product-image-title .image{clear:both;width:100%;margin:14px 0 7px;display:block}.compare-table .table tbody tr td.product-image-title .image img{width:auto}.compare-table .table tbody tr td.product-image-title .category{float:left;clear:both;color:#0a283a;text-transform:capitalize;letter-spacing:.5px}.compare-table .table tbody tr td.product-image-title .product-title{display:block;overflow:hidden}.compare-table .table tbody tr td.product-image-title .product-title>a{float:left;clear:both;font-size:16px;font-weight:500;text-transform:capitalize;margin-top:5px;display:block;width:100%}.compare-table .table tbody tr td.product-image-title .product-title>a:hover{color:#0a283a}.compare-table .table tbody tr td.product-image-title .compare-btn{margin:14px 0 0}.compare-table .table tbody tr td.product-image-title .compare-btn a,.compare-table .table tbody tr td.product-image-title .compare-btn button{background-color:#0a283a;padding:10px 15px;border-radius:50px;color:#fff;display:inline-block;border:none}.compare-table .table tbody tr td.product-image-title .compare-btn a.active,.compare-table .table tbody tr td.product-image-title .compare-btn a:hover,.compare-table .table tbody tr td.product-image-title .compare-btn button.active,.compare-table .table tbody tr td.product-image-title .compare-btn button:hover{background-color:#363f4d}.compare-table .table tbody tr td.product-image-title .compare-btn a:disabled,.compare-table .table tbody tr td.product-image-title .compare-btn button:disabled{cursor:not-allowed}.compare-table .table tbody tr td.product-image-title .compare-btn a.disabled,.compare-table .table tbody tr td.product-image-title .compare-btn button.disabled{opacity:.3}.compare-table .table tbody tr td.product-image-title .compare-btn a.disabled:hover,.compare-table .table tbody tr td.product-image-title .compare-btn button.disabled:hover{background-color:#343538}.compare-table .table tbody tr td.product-desc p{margin:0;font-size:13px;line-height:1.88}.compare-table .table tbody tr td.product-price{font-size:14px;font-weight:400;color:#343538}.compare-table .table tbody tr td.product-price .amount.old{text-decoration:line-through;margin-right:10px;color:#8e8e8e}.compare-table .table tbody tr td.product-dimensions,.compare-table .table tbody tr td.product-sku,.compare-table .table tbody tr td.product-stock,.compare-table .table tbody tr td.product-weight{font-size:13px;font-weight:400}.compare-table .table tbody tr td.product-rating i{color:#343538;margin-right:5px}.compare-table .table tbody tr td.product-rating i.yellow{color:#ffa900}.billing-info-wrap .billing-info label,.billing-info-wrap .billing-select label{margin:0 0 7px;color:#000;font-weight:700}.billing-info-wrap .billing-info input[type=text],.billing-info-wrap .billing-select input[type=text]{font-size:14px;padding-right:10px;padding-left:20px;color:#333;border:1px solid #c6a080;background:#fff none repeat scroll 0 0;border-radius:8px}.billing-info-wrap .billing-info input[type=checkbox],.billing-info-wrap .billing-select input[type=checkbox]{font-size:14px;padding-right:0;padding-left:0;color:#333;border:1px solid #c6a080;background:initial initial initial initial 0 0;border-radius:3px}.billing-info-wrap .billing-info input.billing-address,.billing-info-wrap .billing-select input.billing-address{margin-bottom:10px}.billing-info-wrap .billing-select select{font-size:14px;height:45px;padding:2px 20px;cursor:pointer;color:#333;border:1px solid #e6e6e6;-webkit-appearance:none;-moz-appearance:none}.billing-info-wrap .checkout-account{display:flex;align-items:center}.billing-info-wrap .checkout-account input{display:inline-block;float:left;width:10px;height:10px;border:1px solid #9fa0a2}.billing-info-wrap .checkout-account span{font-weight:400;margin:0 0 0 12px;color:#333}.billing-info-wrap .checkout-account-toggle input{font-size:14px;margin:0 0 20px;padding-right:10px;padding-left:20px;color:#333;border:1px solid #e6e6e6;background:transparent none repeat scroll 0 0}.billing-info-wrap .checkout-account-toggle button.checkout-btn{font-weight:500;z-index:9;padding:10px 30px;cursor:pointer;text-transform:uppercase;color:#fff;border:none;border-radius:50px;background-color:#0a283a}.billing-info-wrap .checkout-account-toggle button.checkout-btn:hover{background-color:#333}.billing-info-wrap .additional-info-wrap .h4,.billing-info-wrap .additional-info-wrap h4{font-size:16px;font-weight:500}.billing-info-wrap .additional-info-wrap .additional-info label{font-size:14px;margin:0 0 7px;color:#333}.billing-info-wrap .additional-info-wrap .additional-info textarea{font-size:14px;height:138px;padding:17px 20px;color:#333;border:1px solid #e6e6e6;background:transparent none repeat scroll 0 0}.billing-info-wrap .different-address{display:none}@media only screen and (min-width:768px)and (max-width:991px){.your-order-area{margin-top:30px}}@media only screen and (max-width:767px){.your-order-area{margin-top:30px}}.your-order-area .h3,.your-order-area h3{font-size:20px;font-weight:500;margin:0 0 20px;color:#000}@media only screen and (min-width:992px)and (max-width:1199px){.your-order-area .your-order-wrap{padding:30px 20px 36px}}@media only screen and (max-width:767px){.your-order-area .your-order-wrap{padding:30px 20px 36px}}.your-order-area .your-order-wrap .your-order-product-info .your-order-top ul{display:flex;justify-content:space-between}.your-order-area .your-order-wrap .your-order-product-info .your-order-top ul li{font-size:16px;font-weight:500;list-style:none outside none}.your-order-area .your-order-wrap .your-order-product-info .your-order-middle{margin:29px 0;padding:19px 0 18px;border-top:1px solid #dee0e4;border-bottom:1px solid #dee0e4}.your-order-area .your-order-wrap .your-order-product-info .your-order-middle ul li{display:flex;justify-content:space-between;margin:0 0 10px}.your-order-area .your-order-wrap .your-order-product-info .your-order-bottom ul{display:flex;align-items:center;justify-content:space-between}.your-order-area .your-order-wrap .your-order-product-info .your-order-bottom ul li{font-size:14px;font-weight:400;list-style:none}.your-order-area .your-order-wrap .your-order-product-info .your-order-bottom ul li.your-order-shipping{font-size:16px;font-weight:400;color:#212121}.your-order-area .your-order-wrap .your-order-product-info .your-order-total{margin:18px 0 33px;padding:17px 0 19px;border-top:1px solid #dee0e4;border-bottom:1px solid #dee0e4}.your-order-area .your-order-wrap .your-order-product-info .your-order-total ul{display:flex;align-items:center;justify-content:space-between}.your-order-area .your-order-wrap .your-order-product-info .your-order-total ul li.order-total{font-size:18px;font-weight:500;color:#212121}.your-order-area .your-order-wrap .your-order-product-info .your-order-total ul li{font-size:16px;font-weight:500;list-style:none outside none;color:#0a283a}.your-order-area .payment-accordion{margin:0 0 16px}.your-order-area .payment-accordion:last-child{margin:0}.your-order-area .payment-accordion .h4,.your-order-area .payment-accordion h4{font-size:16px;margin:0;color:#212121}.your-order-area .payment-accordion .h4 a,.your-order-area .payment-accordion h4 a{position:relative;display:block;color:#212121}.your-order-area .payment-accordion .h4 a:hover,.your-order-area .payment-accordion h4 a:hover{color:#0a283a}.your-order-area .payment-accordion .panel-body{padding:5px 0 0}.your-order-area .payment-accordion .panel-body p{font-size:14px;padding:0 0 0 10px;color:#333}.your-order-area .place-order>a,.your-order-area .place-order>button{font-weight:500;line-height:1;z-index:9;display:block;width:100%;padding:18px 20px;text-align:center;letter-spacing:1px;text-transform:uppercase;color:#fff;border:none;border-radius:8px;background:none;background-color:#0a283a}.your-order-area .place-order>a:hover,.your-order-area .place-order>button:hover{background-color:#333}@media only screen and (max-width:767px){.checkout-area.pb-100{padding-bottom:60px}}.shipping-box{background-color:#fff}.contact-map{position:relative;height:560px}@media only screen and (max-width:767px){.contact-map{height:400px}}.contact-info-wrap{padding:120px 70px 116px 90px;background-color:#f3f3f3}@media only screen and (min-width:992px)and (max-width:1199px){.contact-info-wrap{padding:120px 20px 116px 40px}}@media only screen and (min-width:768px)and (max-width:991px){.contact-info-wrap{padding:120px 20px 116px 30px}}@media only screen and (max-width:767px){.contact-info-wrap{margin-top:20px;margin-bottom:30px;padding:50px 20px 45px 30px}}.contact-info-wrap .single-contact-info{display:flex;align-items:center;margin-bottom:40px}.contact-info-wrap .single-contact-info .contact-icon{margin-right:20px}.contact-info-wrap .single-contact-info .contact-icon i{font-size:20px;line-height:40px;display:inline-block;width:40px;height:40px;transition:all .3s ease 0s;text-align:center;color:#252525;border:1px solid #252525;border-radius:100%}.contact-info-wrap .single-contact-info .contact-info-dec p{line-height:1;margin:0 0 9px;color:#404040}.contact-info-wrap .single-contact-info .contact-info-dec p a{color:#404040}.contact-info-wrap .single-contact-info .contact-info-dec p a:hover{color:#0a283a}.contact-info-wrap .single-contact-info .contact-info-dec p:last-child{margin:0}.contact-info-wrap .single-contact-info:hover .contact-icon i{color:#fff;background-color:#252525}.contact-social{margin-top:58px}.contact-social .h3,.contact-social h3{font-size:24px;font-weight:500;line-height:1;margin:0 0 17px;color:#4d4d4d}.contact-social ul li{display:inline-block;margin:0 10px}.contact-social ul li a{font-size:16px;color:#4d4d4d}.contact-social ul li a:hover{color:#0a283a}.contact-form{padding:50px 110px;background-color:#f3f3f3}@media only screen and (min-width:992px)and (max-width:1199px){.contact-form{padding:50px}}@media only screen and (min-width:768px)and (max-width:991px){.contact-form{padding:50px 30px}}@media only screen and (max-width:767px){.contact-form{padding:50px 30px}}.contact-form .contact-title .h2,.contact-form .contact-title h2{font-size:24px;font-weight:500;line-height:1;margin-bottom:36px;color:#464646}.contact-form .contact-form-style input,.contact-form .contact-form-style textarea{height:40px;margin-bottom:30px;padding:2px 14px;color:#000;border:1px solid #c1c1c1;background:transparent}.contact-form .contact-form-style textarea{height:175px;margin-bottom:0;padding:20px 14px}.contact-form .contact-form-style button{font-size:14px;font-weight:500;line-height:1;margin-top:38px;padding:15px 52px;text-transform:uppercase;color:#fff;border:none;background-color:#404040}.contact-form .contact-form-style button:hover{background-color:#0a283a}.contact-form p{color:#333}.contact-form p.success{margin-top:10px}.contact-form-style .row div[class^=col-]{padding-right:15px;padding-left:15px}@media only screen and (max-width:767px){.contact-area.pb-100{padding-bottom:60px}}.blog-details-top .blog-details-img{position:relative}.blog-details-top .blog-details-img img{width:100%}.blog-details-top .blog-details-img .video-icon{position:absolute;top:50%;right:0;left:0;transform:translateY(-50%);text-align:center}.blog-details-top .blog-details-img .video-icon a{font-size:25px;line-height:61px;display:inline-block;width:60px;height:60px;color:#fff;border-radius:50px;background-color:red}.blog-details-top .blog-details-img .video-icon a:hover{background-color:#0a283a}.blog-details-top .blog-details-content{margin-top:30px}.blog-details-top .blog-details-content .blog-meta-2{display:flex}.blog-details-top .blog-details-content .blog-meta-2 ul li{font-size:14px;line-height:1;position:relative;display:inline-block;margin:0 17px 0 0;list-style:none outside none;letter-spacing:1px;text-transform:uppercase;color:#333}.blog-details-top .blog-details-content .blog-meta-2 ul li:before{position:absolute;top:6px;right:-13px;width:5px;height:2px;content:"";transition:all .4s ease 0s;background-color:#555}.blog-details-top .blog-details-content .blog-meta-2 ul li:last-child:before{display:none}.blog-details-top .blog-details-content .blog-meta-2 ul li a{color:#333}.blog-details-top .blog-details-content .blog-meta-2 ul li a:hover{color:#0a283a}.blog-details-top .blog-details-content .h3,.blog-details-top .blog-details-content h3{font-size:24px;font-weight:500;margin:8px 0 20px}@media only screen and (min-width:992px)and (max-width:1199px){.blog-details-top .blog-details-content .h3,.blog-details-top .blog-details-content h3{font-size:22px}}@media only screen and (min-width:768px)and (max-width:991px){.blog-details-top .blog-details-content .h3,.blog-details-top .blog-details-content h3{font-size:22px}}@media only screen and (max-width:767px){.blog-details-top .blog-details-content .h3,.blog-details-top .blog-details-content h3{font-size:18px}}.blog-details-top .blog-details-content p{line-height:26px;margin:0}.blog-details-top .blog-details-content blockquote{font-size:18px;font-weight:500;font-style:italic;line-height:34px;margin:25px 0 26px;color:#333}@media only screen and (min-width:992px)and (max-width:1199px){.blog-details-top .blog-details-content blockquote{font-size:17px}}@media only screen and (min-width:768px)and (max-width:991px){.blog-details-top .blog-details-content blockquote{font-size:17px}}@media only screen and (max-width:767px){.blog-details-top .blog-details-content blockquote{font-size:16px;line-height:30px}}.dec-img-wrapper{margin-top:50px}@media only screen and (max-width:767px){.dec-img-wrapper{margin-top:30px}}.dec-img-wrapper .dec-img img{width:100%}@media only screen and (max-width:767px){.dec-img-wrapper .dec-img.mb-50{margin-bottom:30px}}.tag-share{display:flex;align-items:center;justify-content:space-between;margin:30px 0}@media only screen and (max-width:767px){.tag-share{display:block;margin:20px 0 25px}.tag-share .dec-tag{margin-bottom:10px}}.tag-share .dec-tag ul{display:flex}.tag-share .dec-tag ul li{position:relative;margin-right:10px}.tag-share .dec-tag ul li a{font-size:15px;text-transform:capitalize}.tag-share .blog-share{display:flex;align-items:center}.tag-share .blog-share span{font-size:15px;text-transform:capitalize}.tag-share .blog-share ul{display:flex}.tag-share .blog-share ul li{margin-left:10px}.tag-share .blog-share ul li a{font-size:16px}.next-previous-post{display:flex;justify-content:space-between;padding:18px 0 17px;border-top:1px solid #f1f1f1;border-bottom:1px solid #f1f1f1}.next-previous-post a{font-size:15px;text-transform:capitalize}@media only screen and (max-width:767px){.blog-comment-wrapper.mt-55{margin-top:25px}}.blog-comment-wrapper .blog-dec-title{font-size:20px;font-weight:600;margin:0;text-transform:uppercase}@media only screen and (max-width:767px){.blog-comment-wrapper .blog-dec-title{font-size:18px}}.blog-comment-wrapper .single-comment-wrapper{display:flex}@media only screen and (max-width:767px){.blog-comment-wrapper .single-comment-wrapper{display:block}.blog-comment-wrapper .single-comment-wrapper.mt-35{margin-top:20px}.blog-comment-wrapper .single-comment-wrapper.mt-50{margin-top:30px}}.blog-comment-wrapper .single-comment-wrapper .blog-comment-img{flex:0 0 120px;margin-right:28px}@media only screen and (max-width:767px){.blog-comment-wrapper .single-comment-wrapper .blog-comment-img{margin-right:28px;margin-bottom:20px}}.blog-comment-wrapper .single-comment-wrapper .blog-comment-img img{width:100%}@media only screen and (max-width:767px){.blog-comment-wrapper .single-comment-wrapper .blog-comment-img img{width:auto}}.blog-comment-wrapper .single-comment-wrapper .blog-comment-content .h4,.blog-comment-wrapper .single-comment-wrapper .blog-comment-content h4{font-size:16px;font-weight:500;line-height:1;margin:0}.blog-comment-wrapper .single-comment-wrapper .blog-comment-content span{font-size:15px;display:block;margin:6px 0 8px}.blog-comment-wrapper .single-comment-wrapper .blog-comment-content p{font-size:14px;margin-bottom:10px}.blog-comment-wrapper .single-comment-wrapper .blog-comment-content .blog-details-btn a{font-size:14px;font-weight:500;text-transform:capitalize}@media only screen and (max-width:767px){.blog-comment-wrapper .single-comment-wrapper.ml-120{margin-left:0}.blog-reply-wrapper.mt-50{margin-top:30px}}.blog-reply-wrapper .blog-dec-title{font-size:20px;font-weight:600;margin:0;text-transform:uppercase}@media only screen and (max-width:767px){.blog-reply-wrapper .blog-dec-title{font-size:18px}}.blog-reply-wrapper .blog-form{margin-top:35px}@media only screen and (max-width:767px){.blog-reply-wrapper .blog-form{margin-top:20px}}.blog-reply-wrapper .blog-form .leave-form input{height:45px;margin-bottom:30px}.blog-reply-wrapper .blog-form .leave-form input,.blog-reply-wrapper .blog-form .text-leave textarea{padding-left:20px;color:#333;border:1px solid #eaeaea;background:transparent none repeat scroll 0 0;box-shadow:none}.blog-reply-wrapper .blog-form .text-leave textarea{height:250px;margin-bottom:20px;padding-top:20px}.blog-reply-wrapper .blog-form .text-leave input{font-weight:500;display:inline-block;width:inherit;height:inherit;margin-top:10px;padding:14px 30px 13px;cursor:pointer;letter-spacing:1px;color:#fff;border:none;background-color:#0a283a}.blog-reply-wrapper .blog-form .text-leave input:hover{background-color:#333}.nav-style-4.owl-carousel:hover .owl-nav div{visibility:visible;opacity:1}.login-register-wrapper .login-register-tab-list{display:flex;justify-content:center;margin-bottom:40px}.login-register-wrapper .login-register-tab-list .nav-item{position:relative}.login-register-wrapper .login-register-tab-list .nav-item a{background:none;padding:0}.login-register-wrapper .login-register-tab-list .nav-item a .h4,.login-register-wrapper .login-register-tab-list .nav-item a h4{font-size:25px;font-weight:700;margin:0 20px;text-transform:capitalize;transition:all .3s ease 0s}.login-register-wrapper .login-register-tab-list .nav-item a:last-child:before{display:none}.login-register-wrapper .login-register-tab-list .nav-item a.active .h4,.login-register-wrapper .login-register-tab-list .nav-item a.active h4{color:#0a283a}.login-register-wrapper .login-register-tab-list .nav-item:before{background-color:#454545;bottom:5px;content:"";height:18px;margin:0 auto;position:absolute;right:-2px;transition:all .4s ease 0s;width:1px}.login-register-wrapper .login-register-tab-list .nav-item:last-child:before{display:none}.login-register-wrapper .login-form-container{background:transparent none repeat scroll 0 0;box-shadow:0 0 6px rgba(0,0,0,.1);padding:80px;text-align:left}@media only screen and (min-width:992px)and (max-width:1199px){.login-register-wrapper .login-form-container{padding:80px 50px}}@media only screen and (max-width:767px){.login-register-wrapper .login-form-container{padding:40px 15px}}.login-register-wrapper .login-form-container .login-register-form form input{background-color:transparent;border:1px solid #ebebeb;color:#333;font-size:14px;height:45px;margin-bottom:30px;padding:0 15px}.login-register-wrapper .login-form-container .login-register-form form input[type=checkbox]{height:15px;margin:0;position:relative;top:1px;width:17px}.login-register-wrapper .login-form-container .login-register-form form .button-box .login-toggle-btn{padding:10px 0 19px}.login-register-wrapper .login-form-container .login-register-form form .button-box .login-toggle-btn label{color:#242424;font-size:15px;font-weight:400}@media only screen and (max-width:767px){.login-register-wrapper .login-form-container .login-register-form form .button-box .login-toggle-btn label{font-size:14px}}.login-register-wrapper .login-form-container .login-register-form form .button-box .login-toggle-btn a{color:#242424;float:right;font-size:15px;transition:all .3s ease 0s}@media only screen and (max-width:767px){.login-register-wrapper .login-form-container .login-register-form form .button-box .login-toggle-btn a{font-size:14px}}.login-register-wrapper .login-form-container .login-register-form form .button-box .login-toggle-btn a:hover{color:#0a283a}.login-register-wrapper .login-form-container .login-register-form form .button-box button{background-color:#f2f2f2;border:none;color:#333;cursor:pointer;font-size:14px;font-weight:500;line-height:1;padding:11px 30px;text-transform:uppercase;transition:all .3s ease 0s}.login-register-wrapper .login-form-container .login-register-form form .button-box button:hover{background-color:#0a283a;color:#fff}@media only screen and (max-width:767px){.login-register-area.pb-100{padding-bottom:60px}}.myaccount-wrapper .accordion-item{margin-bottom:20px;border:1px solid #ebebeb}.myaccount-wrapper .accordion-button{background-color:#f9f9f9;font-size:15px;font-weight:500;margin:0;text-transform:uppercase;color:#242424;display:block;padding:16px 55px;position:relative}.myaccount-wrapper .accordion-button span{color:#242424;font-size:15px;left:20px;position:absolute;top:16px}.myaccount-wrapper .accordion-button[aria-expanded=true]{border-bottom:1px solid #ebebeb}.myaccount-wrapper .accordion-button:focus{box-shadow:none}@media only screen and (max-width:767px){.myaccount-wrapper .accordion-button{line-height:22px;font-size:14px;padding:16px 30px 16px 40px}}.myaccount-wrapper .accordion-button:hover{color:#0a283a}.myaccount-wrapper .accordion-button:before{color:#000;content:"";display:inline-block;font-family:FontAwesome;font-size:16px;position:absolute;right:10px;top:19px}.myaccount-wrapper .accordion-button:hover:before{color:#0a283a}.myaccount-wrapper .accordion-body{border-bottom:1px solid #ebebeb}.single-my-account .myaccount-info-wrapper{padding:30px 20px;background-color:#fff}.single-my-account .myaccount-info-wrapper .account-info-wrapper{border-bottom:1px solid #eaeaea;margin-bottom:28px;padding-bottom:30px}.single-my-account .myaccount-info-wrapper .account-info-wrapper .h4,.single-my-account .myaccount-info-wrapper .account-info-wrapper h4{font-size:15px;margin:0;text-transform:uppercase}.single-my-account .myaccount-info-wrapper .account-info-wrapper .h5,.single-my-account .myaccount-info-wrapper .account-info-wrapper h5{font-size:16px;letter-spacing:.2px;margin-top:7px}.single-my-account .myaccount-info-wrapper .billing-info{margin-bottom:20px}.single-my-account .myaccount-info-wrapper .billing-info label{color:#000;font-size:14px;text-transform:capitalize}.single-my-account .myaccount-info-wrapper .billing-info input{background:transparent none repeat scroll 0 0;border:1px solid #ebebeb;color:#000;height:40px;padding:0 15px}.single-my-account .myaccount-info-wrapper .billing-back-btn{display:flex;justify-content:flex-end;margin-top:26px;align-items:center}.single-my-account .myaccount-info-wrapper .billing-back-btn .billing-back a{color:#000;display:inline-block;font-size:14px;font-weight:500;text-transform:uppercase}.single-my-account .myaccount-info-wrapper .billing-back-btn .billing-back a:hover{color:#0a283a}.single-my-account .myaccount-info-wrapper .billing-back-btn .billing-back a i{font-size:16px;color:#0a283a}.single-my-account .myaccount-info-wrapper .billing-back-btn .billing-btn button{background-color:#f2f2f2;border:none;color:#000;display:inline-block;font-size:14px;font-weight:500;line-height:1;padding:16px 35px 17px;text-transform:uppercase;cursor:pointer;transition:all .3s ease 0s}.single-my-account .myaccount-info-wrapper .billing-back-btn .billing-btn button:hover{background:#0a283a;color:#fff}.single-my-account .myaccount-info-wrapper .entries-wrapper{border:1px solid #eaeaea;position:relative}@media only screen and (max-width:767px){.single-my-account .myaccount-info-wrapper .entries-wrapper{padding:30px 10px}.single-my-account .myaccount-info-wrapper .entries-wrapper:before{display:none}}.single-my-account .myaccount-info-wrapper .entries-wrapper:before{position:absolute;content:"";height:100%;width:1px;left:50%;top:0;background-color:#eaeaea}.single-my-account .myaccount-info-wrapper .entries-wrapper .entries-info{padding:30px 20px}@media only screen and (max-width:767px){.single-my-account .myaccount-info-wrapper .entries-wrapper .entries-info{padding:0 10px 30px}}.single-my-account .myaccount-info-wrapper .entries-wrapper .entries-info p{color:#000;font-size:15px;margin:0;text-transform:capitalize}.single-my-account .myaccount-info-wrapper .entries-wrapper .entries-edit-delete a,.single-my-account .myaccount-info-wrapper .entries-wrapper .entries-edit-delete button{background:none;border:none;background-color:#000;color:#fff;display:inline-block;line-height:1;margin:0 2px;padding:12px 15px;text-transform:uppercase;font-weight:500}.single-my-account .myaccount-info-wrapper .entries-wrapper .entries-edit-delete a:hover,.single-my-account .myaccount-info-wrapper .entries-wrapper .entries-edit-delete button:hover{background-color:#0a283a}.single-my-account .myaccount-info-wrapper .entries-wrapper .entries-edit-delete a.edit,.single-my-account .myaccount-info-wrapper .entries-wrapper .entries-edit-delete button.edit{background-color:#df5c39}.single-my-account .myaccount-info-wrapper .entries-wrapper .entries-edit-delete a.edit:hover,.single-my-account .myaccount-info-wrapper .entries-wrapper .entries-edit-delete button.edit:hover{background-color:#0a283a}.error .h1,.error h1{font-size:17rem;font-weight:700;letter-spacing:1rem;line-height:1.1;margin-bottom:30px;color:#a749ff}@media only screen and (min-width:992px)and (max-width:1199px){.error .h1,.error h1{font-size:15rem;margin-bottom:4px}}@media only screen and (min-width:768px)and (max-width:991px){.error .h1,.error h1{font-size:12rem}}@media only screen and (max-width:767px){.error .h1,.error h1{font-size:7rem;line-height:88px}}@media only screen and (min-width:576px)and (max-width:767px){.error .h1,.error h1{font-size:9rem;line-height:100px}}.error .h2,.error h2{font-size:25px;font-weight:600}.error-btn{position:relative;color:#fff;font-size:16px;min-width:184px;min-height:55px;line-height:55px;margin-bottom:6px;padding:0 10px;border:none;border-radius:0;display:inline-block}.error-btn,.error-btn:after{transition:all .3s;background-color:#a749ff}.error-btn:after{position:absolute;content:"";left:0;bottom:-6px;height:3px;width:100%}.error-btn:hover{color:#fff}.error-btn:hover,.error-btn:hover:after{background-color:#111}.searchform{position:relative}.searchform input{border:1px solid #eee;height:45px;width:100%;padding-left:15px;padding-right:80px;background-color:transparent}.searchform button{border:none;background-color:#a749ff;width:70px;color:#fff;cursor:pointer;position:absolute;right:0;top:0;height:100%}.searchform button:hover{background-color:#000}@media only screen and (max-width:767px){.searchform.mb-50{margin-bottom:20px}}.video-popup__image img{width:100%}@media only screen and (max-width:767px),only screen and (min-width:768px)and (max-width:991px){.video-popup__image{margin-bottom:30px}}.video-popup__content .title{font-family:Josefin Sans,sans-serif;font-size:36px;font-weight:700;margin-left:-120px;color:#313131}@media only screen and (max-width:767px),only screen and (min-width:768px)and (max-width:991px){.video-popup__content .title{margin-left:0}}@media only screen and (max-width:767px){.video-popup__content .title{font-size:25px}}.video-popup__content .text{font-size:16px;color:#313131}.video-popup__content .link{font-family:Josefin Sans,sans-serif;font-size:16px;font-weight:5000}.video-popup__content .link a{border-bottom:1px solid}.video-popup__content .link a:hover{color:red}.video-popup__content button{border:none;background:none}.video-popup__content button i{font-size:50px;color:red}.video-popup-2{display:flex;flex-basis:50%}@media only screen and (max-width:767px){.video-popup-2{flex-direction:column}}.video-popup-2__left{position:relative}.video-popup-2__left,.video-popup-2__right{width:100%;height:450px}@media only screen and (max-width:767px),only screen and (min-width:768px)and (max-width:991px),only screen and (min-width:992px)and (max-width:1199px){.video-popup-2__left,.video-popup-2__right{height:350px}}.video-popup-2__button{position:absolute;top:50%;right:0;transform:translate(45px,-50%)}@media only screen and (max-width:767px){.video-popup-2__button{top:auto;right:50%;bottom:0;transform:translate(50%,45px)}}.video-popup-2__button button{padding:0;border:none;background:none}.video-popup-2__content{padding:100px 150px}@media only screen and (max-width:767px),only screen and (min-width:768px)and (max-width:991px),only screen and (min-width:992px)and (max-width:1199px){.video-popup-2__content{padding:50px}}.video-popup-2__content .title{font-family:Josefin Sans,sans-serif;font-size:48px;font-weight:700;line-height:1.5;color:#444}@media only screen and (max-width:767px),only screen and (min-width:768px)and (max-width:991px),only screen and (min-width:992px)and (max-width:1199px){.video-popup-2__content .title{font-size:30px}}.video-popup-2__content .text{font-size:16px;font-weight:400}.video-popup-2__content .link a{font-family:Josefin Sans,sans-serif;font-size:18px;line-height:1;position:relative;padding-bottom:5px;color:#000}.video-popup-2__content .link a:after{position:absolute;bottom:0;left:0;width:50px;height:1px;content:"";background-color:#000}.product-slider-container .swiper-wrap{margin-right:-30px;margin-left:-30px;padding-right:30px;padding-left:30px}@media only screen and (min-width:992px)and (max-width:1199px){.product-slider-container .swiper-wrap{margin-right:0;margin-left:0;padding-right:0;padding-left:0}}@media only screen and (min-width:768px)and (max-width:991px){.product-slider-container .swiper-wrap{margin-right:0;margin-left:0;padding-right:0;padding-left:0}}@media only screen and (max-width:767px){.product-slider-container .swiper-wrap{margin-right:0;margin-left:0;padding-right:0;padding-left:0}}.product-slider-container .swiper-wrap .ht-swiper-button-nav{font-size:40px;visibility:hidden;padding:0;transition:all .3s;opacity:0;border:none;background:none}.product-slider-container .swiper-wrap .ht-swiper-button-nav:after{display:none}.product-slider-container .swiper-wrap .ht-swiper-button-nav svg{color:"#000"}.product-slider-container:hover .ht-swiper-button-nav{visibility:visible;opacity:1}.product-slider-container .swiper-pagination{bottom:0;display:flex;align-items:center;justify-content:center;width:100%}.product-slider-container .swiper-pagination-bullet{width:10px;height:10px}.product-slider-container .swiper-pagination-bullet-active{width:15px;height:15px;margin:0;opacity:1;border:1px solid;border-radius:100%;background-color:transparent}.product-slider-container--style2{overflow-x:hidden}@font-face{font-family:swiper-icons;src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(0deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,rgba(0,0,0,.5),transparent)}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-start:var(--swiper-centered-offset-before);margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-before:var(--swiper-centered-offset-before);margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper:after{content:"";position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper:after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper:after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:normal;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:"next"}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:opacity .3s;transform:translateZ(0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:50%;background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity,.2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity,1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:transform .2s,top .2s}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,left .2s}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,right .2s}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border-radius:50%;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-top:4px solid transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s linear infinite}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:"";background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}
/*!
 * Font Awesome Free 6.5.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2023 Fonticons, Inc.
 */.fa{font-family:var(--fa-style-family,"Font Awesome 6 Free");font-weight:var(--fa-style,900)}.fa,.fa-brands,.fa-classic,.fa-regular,.fa-sharp,.fa-solid,.fab,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:var(--fa-display,inline-block);font-style:normal;font-feature-settings:normal;font-variant:normal;line-height:1;text-rendering:auto}.fa-classic,.fa-regular,.fa-solid,.far,.fas{font-family:Font Awesome\ 6 Free}.fa-brands,.fab{font-family:Font Awesome\ 6 Brands}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-2xs{font-size:.625em;line-height:.1em;vertical-align:.225em}.fa-xs{font-size:.75em;line-height:.0833333337em;vertical-align:.125em}.fa-sm{font-size:.875em;line-height:.0714285718em;vertical-align:.0535714295em}.fa-lg{font-size:1.25em;line-height:.05em;vertical-align:-.075em}.fa-xl{font-size:1.5em;line-height:.0416666682em;vertical-align:-.125em}.fa-2xl{font-size:2em;line-height:.03125em;vertical-align:-.1875em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:var(--fa-li-margin,2.5em);padding-left:0}.fa-ul>li{position:relative}.fa-li{left:calc(var(--fa-li-width, 2em) * -1);position:absolute;text-align:center;width:var(--fa-li-width,2em);line-height:inherit}.fa-border{border-color:var(--fa-border-color,#eee);border-radius:var(--fa-border-radius,.1em);border-style:var(--fa-border-style,solid);border-width:var(--fa-border-width,.08em);padding:var(--fa-border-padding,.2em .25em .15em)}.fa-pull-left{float:left;margin-right:var(--fa-pull-margin,.3em)}.fa-pull-right{float:right;margin-left:var(--fa-pull-margin,.3em)}.fa-beat{animation-name:fa-beat;animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,ease-in-out)}.fa-bounce{animation-name:fa-bounce;animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,cubic-bezier(.28,.84,.42,1))}.fa-fade{animation-name:fa-fade;animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))}.fa-beat-fade,.fa-fade{animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s)}.fa-beat-fade{animation-name:fa-beat-fade;animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))}.fa-flip{animation-name:fa-flip;animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,ease-in-out)}.fa-shake{animation-name:fa-shake;animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,linear)}.fa-shake,.fa-spin{animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal)}.fa-spin{animation-name:fa-spin;animation-duration:var(--fa-animation-duration,2s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,linear)}.fa-spin-reverse{--fa-animation-direction:reverse}.fa-pulse,.fa-spin-pulse{animation-name:fa-spin;animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,steps(8))}@media (prefers-reduced-motion:reduce){.fa-beat,.fa-beat-fade,.fa-bounce,.fa-fade,.fa-flip,.fa-pulse,.fa-shake,.fa-spin,.fa-spin-pulse{animation-delay:-1ms;animation-duration:1ms;animation-iteration-count:1;transition-delay:0s;transition-duration:0s}}@keyframes fa-beat{0%,90%{transform:scale(1)}45%{transform:scale(var(--fa-beat-scale,1.25))}}@keyframes fa-bounce{0%{transform:scale(1) translateY(0)}10%{transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0)}30%{transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em))}50%{transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0)}57%{transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em))}64%{transform:scale(1) translateY(0)}to{transform:scale(1) translateY(0)}}@keyframes fa-fade{50%{opacity:var(--fa-fade-opacity,.4)}}@keyframes fa-beat-fade{0%,to{opacity:var(--fa-beat-fade-opacity,.4);transform:scale(1)}50%{opacity:1;transform:scale(var(--fa-beat-fade-scale,1.125))}}@keyframes fa-flip{50%{transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg))}}@keyframes fa-shake{0%{transform:rotate(-15deg)}4%{transform:rotate(15deg)}24%,8%{transform:rotate(-18deg)}12%,28%{transform:rotate(18deg)}16%{transform:rotate(-22deg)}20%{transform:rotate(22deg)}32%{transform:rotate(-12deg)}36%{transform:rotate(12deg)}40%,to{transform:rotate(0deg)}}@keyframes fa-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.fa-rotate-90{transform:rotate(90deg)}.fa-rotate-180{transform:rotate(180deg)}.fa-rotate-270{transform:rotate(270deg)}.fa-flip-horizontal{transform:scaleX(-1)}.fa-flip-vertical{transform:scaleY(-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{transform:scale(-1)}.fa-rotate-by{transform:rotate(var(--fa-rotate-angle,none))}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%;z-index:var(--fa-stack-z-index,auto)}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:var(--fa-inverse,#fff)}.fa-0:before{content:"\30 "}.fa-1:before{content:"\31 "}.fa-2:before{content:"\32 "}.fa-3:before{content:"\33 "}.fa-4:before{content:"\34 "}.fa-5:before{content:"\35 "}.fa-6:before{content:"\36 "}.fa-7:before{content:"\37 "}.fa-8:before{content:"\38 "}.fa-9:before{content:"\39 "}.fa-fill-drip:before{content:"\f576"}.fa-arrows-to-circle:before{content:"\e4bd"}.fa-chevron-circle-right:before,.fa-circle-chevron-right:before{content:"\f138"}.fa-at:before{content:"\@"}.fa-trash-alt:before,.fa-trash-can:before{content:"\f2ed"}.fa-text-height:before{content:"\f034"}.fa-user-times:before,.fa-user-xmark:before{content:"\f235"}.fa-stethoscope:before{content:"\f0f1"}.fa-comment-alt:before,.fa-message:before{content:"\f27a"}.fa-info:before{content:"\f129"}.fa-compress-alt:before,.fa-down-left-and-up-right-to-center:before{content:"\f422"}.fa-explosion:before{content:"\e4e9"}.fa-file-alt:before,.fa-file-lines:before,.fa-file-text:before{content:"\f15c"}.fa-wave-square:before{content:"\f83e"}.fa-ring:before{content:"\f70b"}.fa-building-un:before{content:"\e4d9"}.fa-dice-three:before{content:"\f527"}.fa-calendar-alt:before,.fa-calendar-days:before{content:"\f073"}.fa-anchor-circle-check:before{content:"\e4aa"}.fa-building-circle-arrow-right:before{content:"\e4d1"}.fa-volleyball-ball:before,.fa-volleyball:before{content:"\f45f"}.fa-arrows-up-to-line:before{content:"\e4c2"}.fa-sort-desc:before,.fa-sort-down:before{content:"\f0dd"}.fa-circle-minus:before,.fa-minus-circle:before{content:"\f056"}.fa-door-open:before{content:"\f52b"}.fa-right-from-bracket:before,.fa-sign-out-alt:before{content:"\f2f5"}.fa-atom:before{content:"\f5d2"}.fa-soap:before{content:"\e06e"}.fa-heart-music-camera-bolt:before,.fa-icons:before{content:"\f86d"}.fa-microphone-alt-slash:before,.fa-microphone-lines-slash:before{content:"\f539"}.fa-bridge-circle-check:before{content:"\e4c9"}.fa-pump-medical:before{content:"\e06a"}.fa-fingerprint:before{content:"\f577"}.fa-hand-point-right:before{content:"\f0a4"}.fa-magnifying-glass-location:before,.fa-search-location:before{content:"\f689"}.fa-forward-step:before,.fa-step-forward:before{content:"\f051"}.fa-face-smile-beam:before,.fa-smile-beam:before{content:"\f5b8"}.fa-flag-checkered:before{content:"\f11e"}.fa-football-ball:before,.fa-football:before{content:"\f44e"}.fa-school-circle-exclamation:before{content:"\e56c"}.fa-crop:before{content:"\f125"}.fa-angle-double-down:before,.fa-angles-down:before{content:"\f103"}.fa-users-rectangle:before{content:"\e594"}.fa-people-roof:before{content:"\e537"}.fa-people-line:before{content:"\e534"}.fa-beer-mug-empty:before,.fa-beer:before{content:"\f0fc"}.fa-diagram-predecessor:before{content:"\e477"}.fa-arrow-up-long:before,.fa-long-arrow-up:before{content:"\f176"}.fa-burn:before,.fa-fire-flame-simple:before{content:"\f46a"}.fa-male:before,.fa-person:before{content:"\f183"}.fa-laptop:before{content:"\f109"}.fa-file-csv:before{content:"\f6dd"}.fa-menorah:before{content:"\f676"}.fa-truck-plane:before{content:"\e58f"}.fa-record-vinyl:before{content:"\f8d9"}.fa-face-grin-stars:before,.fa-grin-stars:before{content:"\f587"}.fa-bong:before{content:"\f55c"}.fa-pastafarianism:before,.fa-spaghetti-monster-flying:before{content:"\f67b"}.fa-arrow-down-up-across-line:before{content:"\e4af"}.fa-spoon:before,.fa-utensil-spoon:before{content:"\f2e5"}.fa-jar-wheat:before{content:"\e517"}.fa-envelopes-bulk:before,.fa-mail-bulk:before{content:"\f674"}.fa-file-circle-exclamation:before{content:"\e4eb"}.fa-circle-h:before,.fa-hospital-symbol:before{content:"\f47e"}.fa-pager:before{content:"\f815"}.fa-address-book:before,.fa-contact-book:before{content:"\f2b9"}.fa-strikethrough:before{content:"\f0cc"}.fa-k:before{content:"K"}.fa-landmark-flag:before{content:"\e51c"}.fa-pencil-alt:before,.fa-pencil:before{content:"\f303"}.fa-backward:before{content:"\f04a"}.fa-caret-right:before{content:"\f0da"}.fa-comments:before{content:"\f086"}.fa-file-clipboard:before,.fa-paste:before{content:"\f0ea"}.fa-code-pull-request:before{content:"\e13c"}.fa-clipboard-list:before{content:"\f46d"}.fa-truck-loading:before,.fa-truck-ramp-box:before{content:"\f4de"}.fa-user-check:before{content:"\f4fc"}.fa-vial-virus:before{content:"\e597"}.fa-sheet-plastic:before{content:"\e571"}.fa-blog:before{content:"\f781"}.fa-user-ninja:before{content:"\f504"}.fa-person-arrow-up-from-line:before{content:"\e539"}.fa-scroll-torah:before,.fa-torah:before{content:"\f6a0"}.fa-broom-ball:before,.fa-quidditch-broom-ball:before,.fa-quidditch:before{content:"\f458"}.fa-toggle-off:before{content:"\f204"}.fa-archive:before,.fa-box-archive:before{content:"\f187"}.fa-person-drowning:before{content:"\e545"}.fa-arrow-down-9-1:before,.fa-sort-numeric-desc:before,.fa-sort-numeric-down-alt:before{content:"\f886"}.fa-face-grin-tongue-squint:before,.fa-grin-tongue-squint:before{content:"\f58a"}.fa-spray-can:before{content:"\f5bd"}.fa-truck-monster:before{content:"\f63b"}.fa-w:before{content:"W"}.fa-earth-africa:before,.fa-globe-africa:before{content:"\f57c"}.fa-rainbow:before{content:"\f75b"}.fa-circle-notch:before{content:"\f1ce"}.fa-tablet-alt:before,.fa-tablet-screen-button:before{content:"\f3fa"}.fa-paw:before{content:"\f1b0"}.fa-cloud:before{content:"\f0c2"}.fa-trowel-bricks:before{content:"\e58a"}.fa-face-flushed:before,.fa-flushed:before{content:"\f579"}.fa-hospital-user:before{content:"\f80d"}.fa-tent-arrow-left-right:before{content:"\e57f"}.fa-gavel:before,.fa-legal:before{content:"\f0e3"}.fa-binoculars:before{content:"\f1e5"}.fa-microphone-slash:before{content:"\f131"}.fa-box-tissue:before{content:"\e05b"}.fa-motorcycle:before{content:"\f21c"}.fa-bell-concierge:before,.fa-concierge-bell:before{content:"\f562"}.fa-pen-ruler:before,.fa-pencil-ruler:before{content:"\f5ae"}.fa-people-arrows-left-right:before,.fa-people-arrows:before{content:"\e068"}.fa-mars-and-venus-burst:before{content:"\e523"}.fa-caret-square-right:before,.fa-square-caret-right:before{content:"\f152"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-sun-plant-wilt:before{content:"\e57a"}.fa-toilets-portable:before{content:"\e584"}.fa-hockey-puck:before{content:"\f453"}.fa-table:before{content:"\f0ce"}.fa-magnifying-glass-arrow-right:before{content:"\e521"}.fa-digital-tachograph:before,.fa-tachograph-digital:before{content:"\f566"}.fa-users-slash:before{content:"\e073"}.fa-clover:before{content:"\e139"}.fa-mail-reply:before,.fa-reply:before{content:"\f3e5"}.fa-star-and-crescent:before{content:"\f699"}.fa-house-fire:before{content:"\e50c"}.fa-minus-square:before,.fa-square-minus:before{content:"\f146"}.fa-helicopter:before{content:"\f533"}.fa-compass:before{content:"\f14e"}.fa-caret-square-down:before,.fa-square-caret-down:before{content:"\f150"}.fa-file-circle-question:before{content:"\e4ef"}.fa-laptop-code:before{content:"\f5fc"}.fa-swatchbook:before{content:"\f5c3"}.fa-prescription-bottle:before{content:"\f485"}.fa-bars:before,.fa-navicon:before{content:"\f0c9"}.fa-people-group:before{content:"\e533"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-heart-broken:before,.fa-heart-crack:before{content:"\f7a9"}.fa-external-link-square-alt:before,.fa-square-up-right:before{content:"\f360"}.fa-face-kiss-beam:before,.fa-kiss-beam:before{content:"\f597"}.fa-film:before{content:"\f008"}.fa-ruler-horizontal:before{content:"\f547"}.fa-people-robbery:before{content:"\e536"}.fa-lightbulb:before{content:"\f0eb"}.fa-caret-left:before{content:"\f0d9"}.fa-circle-exclamation:before,.fa-exclamation-circle:before{content:"\f06a"}.fa-school-circle-xmark:before{content:"\e56d"}.fa-arrow-right-from-bracket:before,.fa-sign-out:before{content:"\f08b"}.fa-chevron-circle-down:before,.fa-circle-chevron-down:before{content:"\f13a"}.fa-unlock-alt:before,.fa-unlock-keyhole:before{content:"\f13e"}.fa-cloud-showers-heavy:before{content:"\f740"}.fa-headphones-alt:before,.fa-headphones-simple:before{content:"\f58f"}.fa-sitemap:before{content:"\f0e8"}.fa-circle-dollar-to-slot:before,.fa-donate:before{content:"\f4b9"}.fa-memory:before{content:"\f538"}.fa-road-spikes:before{content:"\e568"}.fa-fire-burner:before{content:"\e4f1"}.fa-flag:before{content:"\f024"}.fa-hanukiah:before{content:"\f6e6"}.fa-feather:before{content:"\f52d"}.fa-volume-down:before,.fa-volume-low:before{content:"\f027"}.fa-comment-slash:before{content:"\f4b3"}.fa-cloud-sun-rain:before{content:"\f743"}.fa-compress:before{content:"\f066"}.fa-wheat-alt:before,.fa-wheat-awn:before{content:"\e2cd"}.fa-ankh:before{content:"\f644"}.fa-hands-holding-child:before{content:"\e4fa"}.fa-asterisk:before{content:"\*"}.fa-check-square:before,.fa-square-check:before{content:"\f14a"}.fa-peseta-sign:before{content:"\e221"}.fa-header:before,.fa-heading:before{content:"\f1dc"}.fa-ghost:before{content:"\f6e2"}.fa-list-squares:before,.fa-list:before{content:"\f03a"}.fa-phone-square-alt:before,.fa-square-phone-flip:before{content:"\f87b"}.fa-cart-plus:before{content:"\f217"}.fa-gamepad:before{content:"\f11b"}.fa-circle-dot:before,.fa-dot-circle:before{content:"\f192"}.fa-dizzy:before,.fa-face-dizzy:before{content:"\f567"}.fa-egg:before{content:"\f7fb"}.fa-house-medical-circle-xmark:before{content:"\e513"}.fa-campground:before{content:"\f6bb"}.fa-folder-plus:before{content:"\f65e"}.fa-futbol-ball:before,.fa-futbol:before,.fa-soccer-ball:before{content:"\f1e3"}.fa-paint-brush:before,.fa-paintbrush:before{content:"\f1fc"}.fa-lock:before{content:"\f023"}.fa-gas-pump:before{content:"\f52f"}.fa-hot-tub-person:before,.fa-hot-tub:before{content:"\f593"}.fa-map-location:before,.fa-map-marked:before{content:"\f59f"}.fa-house-flood-water:before{content:"\e50e"}.fa-tree:before{content:"\f1bb"}.fa-bridge-lock:before{content:"\e4cc"}.fa-sack-dollar:before{content:"\f81d"}.fa-edit:before,.fa-pen-to-square:before{content:"\f044"}.fa-car-side:before{content:"\f5e4"}.fa-share-alt:before,.fa-share-nodes:before{content:"\f1e0"}.fa-heart-circle-minus:before{content:"\e4ff"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-microscope:before{content:"\f610"}.fa-sink:before{content:"\e06d"}.fa-bag-shopping:before,.fa-shopping-bag:before{content:"\f290"}.fa-arrow-down-z-a:before,.fa-sort-alpha-desc:before,.fa-sort-alpha-down-alt:before{content:"\f881"}.fa-mitten:before{content:"\f7b5"}.fa-person-rays:before{content:"\e54d"}.fa-users:before{content:"\f0c0"}.fa-eye-slash:before{content:"\f070"}.fa-flask-vial:before{content:"\e4f3"}.fa-hand-paper:before,.fa-hand:before{content:"\f256"}.fa-om:before{content:"\f679"}.fa-worm:before{content:"\e599"}.fa-house-circle-xmark:before{content:"\e50b"}.fa-plug:before{content:"\f1e6"}.fa-chevron-up:before{content:"\f077"}.fa-hand-spock:before{content:"\f259"}.fa-stopwatch:before{content:"\f2f2"}.fa-face-kiss:before,.fa-kiss:before{content:"\f596"}.fa-bridge-circle-xmark:before{content:"\e4cb"}.fa-face-grin-tongue:before,.fa-grin-tongue:before{content:"\f589"}.fa-chess-bishop:before{content:"\f43a"}.fa-face-grin-wink:before,.fa-grin-wink:before{content:"\f58c"}.fa-deaf:before,.fa-deafness:before,.fa-ear-deaf:before,.fa-hard-of-hearing:before{content:"\f2a4"}.fa-road-circle-check:before{content:"\e564"}.fa-dice-five:before{content:"\f523"}.fa-rss-square:before,.fa-square-rss:before{content:"\f143"}.fa-land-mine-on:before{content:"\e51b"}.fa-i-cursor:before{content:"\f246"}.fa-stamp:before{content:"\f5bf"}.fa-stairs:before{content:"\e289"}.fa-i:before{content:"I"}.fa-hryvnia-sign:before,.fa-hryvnia:before{content:"\f6f2"}.fa-pills:before{content:"\f484"}.fa-face-grin-wide:before,.fa-grin-alt:before{content:"\f581"}.fa-tooth:before{content:"\f5c9"}.fa-v:before{content:"V"}.fa-bangladeshi-taka-sign:before{content:"\e2e6"}.fa-bicycle:before{content:"\f206"}.fa-rod-asclepius:before,.fa-rod-snake:before,.fa-staff-aesculapius:before,.fa-staff-snake:before{content:"\e579"}.fa-head-side-cough-slash:before{content:"\e062"}.fa-ambulance:before,.fa-truck-medical:before{content:"\f0f9"}.fa-wheat-awn-circle-exclamation:before{content:"\e598"}.fa-snowman:before{content:"\f7d0"}.fa-mortar-pestle:before{content:"\f5a7"}.fa-road-barrier:before{content:"\e562"}.fa-school:before{content:"\f549"}.fa-igloo:before{content:"\f7ae"}.fa-joint:before{content:"\f595"}.fa-angle-right:before{content:"\f105"}.fa-horse:before{content:"\f6f0"}.fa-q:before{content:"Q"}.fa-g:before{content:"G"}.fa-notes-medical:before{content:"\f481"}.fa-temperature-2:before,.fa-temperature-half:before,.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-dong-sign:before{content:"\e169"}.fa-capsules:before{content:"\f46b"}.fa-poo-bolt:before,.fa-poo-storm:before{content:"\f75a"}.fa-face-frown-open:before,.fa-frown-open:before{content:"\f57a"}.fa-hand-point-up:before{content:"\f0a6"}.fa-money-bill:before{content:"\f0d6"}.fa-bookmark:before{content:"\f02e"}.fa-align-justify:before{content:"\f039"}.fa-umbrella-beach:before{content:"\f5ca"}.fa-helmet-un:before{content:"\e503"}.fa-bullseye:before{content:"\f140"}.fa-bacon:before{content:"\f7e5"}.fa-hand-point-down:before{content:"\f0a7"}.fa-arrow-up-from-bracket:before{content:"\e09a"}.fa-folder-blank:before,.fa-folder:before{content:"\f07b"}.fa-file-medical-alt:before,.fa-file-waveform:before{content:"\f478"}.fa-radiation:before{content:"\f7b9"}.fa-chart-simple:before{content:"\e473"}.fa-mars-stroke:before{content:"\f229"}.fa-vial:before{content:"\f492"}.fa-dashboard:before,.fa-gauge-med:before,.fa-gauge:before,.fa-tachometer-alt-average:before{content:"\f624"}.fa-magic-wand-sparkles:before,.fa-wand-magic-sparkles:before{content:"\e2ca"}.fa-e:before{content:"E"}.fa-pen-alt:before,.fa-pen-clip:before{content:"\f305"}.fa-bridge-circle-exclamation:before{content:"\e4ca"}.fa-user:before{content:"\f007"}.fa-school-circle-check:before{content:"\e56b"}.fa-dumpster:before{content:"\f793"}.fa-shuttle-van:before,.fa-van-shuttle:before{content:"\f5b6"}.fa-building-user:before{content:"\e4da"}.fa-caret-square-left:before,.fa-square-caret-left:before{content:"\f191"}.fa-highlighter:before{content:"\f591"}.fa-key:before{content:"\f084"}.fa-bullhorn:before{content:"\f0a1"}.fa-globe:before{content:"\f0ac"}.fa-synagogue:before{content:"\f69b"}.fa-person-half-dress:before{content:"\e548"}.fa-road-bridge:before{content:"\e563"}.fa-location-arrow:before{content:"\f124"}.fa-c:before{content:"C"}.fa-tablet-button:before{content:"\f10a"}.fa-building-lock:before{content:"\e4d6"}.fa-pizza-slice:before{content:"\f818"}.fa-money-bill-wave:before{content:"\f53a"}.fa-area-chart:before,.fa-chart-area:before{content:"\f1fe"}.fa-house-flag:before{content:"\e50d"}.fa-person-circle-minus:before{content:"\e540"}.fa-ban:before,.fa-cancel:before{content:"\f05e"}.fa-camera-rotate:before{content:"\e0d8"}.fa-air-freshener:before,.fa-spray-can-sparkles:before{content:"\f5d0"}.fa-star:before{content:"\f005"}.fa-repeat:before{content:"\f363"}.fa-cross:before{content:"\f654"}.fa-box:before{content:"\f466"}.fa-venus-mars:before{content:"\f228"}.fa-arrow-pointer:before,.fa-mouse-pointer:before{content:"\f245"}.fa-expand-arrows-alt:before,.fa-maximize:before{content:"\f31e"}.fa-charging-station:before{content:"\f5e7"}.fa-shapes:before,.fa-triangle-circle-square:before{content:"\f61f"}.fa-random:before,.fa-shuffle:before{content:"\f074"}.fa-person-running:before,.fa-running:before{content:"\f70c"}.fa-mobile-retro:before{content:"\e527"}.fa-grip-lines-vertical:before{content:"\f7a5"}.fa-spider:before{content:"\f717"}.fa-hands-bound:before{content:"\e4f9"}.fa-file-invoice-dollar:before{content:"\f571"}.fa-plane-circle-exclamation:before{content:"\e556"}.fa-x-ray:before{content:"\f497"}.fa-spell-check:before{content:"\f891"}.fa-slash:before{content:"\f715"}.fa-computer-mouse:before,.fa-mouse:before{content:"\f8cc"}.fa-arrow-right-to-bracket:before,.fa-sign-in:before{content:"\f090"}.fa-shop-slash:before,.fa-store-alt-slash:before{content:"\e070"}.fa-server:before{content:"\f233"}.fa-virus-covid-slash:before{content:"\e4a9"}.fa-shop-lock:before{content:"\e4a5"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-blender-phone:before{content:"\f6b6"}.fa-building-wheat:before{content:"\e4db"}.fa-person-breastfeeding:before{content:"\e53a"}.fa-right-to-bracket:before,.fa-sign-in-alt:before{content:"\f2f6"}.fa-venus:before{content:"\f221"}.fa-passport:before{content:"\f5ab"}.fa-heart-pulse:before,.fa-heartbeat:before{content:"\f21e"}.fa-people-carry-box:before,.fa-people-carry:before{content:"\f4ce"}.fa-temperature-high:before{content:"\f769"}.fa-microchip:before{content:"\f2db"}.fa-crown:before{content:"\f521"}.fa-weight-hanging:before{content:"\f5cd"}.fa-xmarks-lines:before{content:"\e59a"}.fa-file-prescription:before{content:"\f572"}.fa-weight-scale:before,.fa-weight:before{content:"\f496"}.fa-user-friends:before,.fa-user-group:before{content:"\f500"}.fa-arrow-up-a-z:before,.fa-sort-alpha-up:before{content:"\f15e"}.fa-chess-knight:before{content:"\f441"}.fa-face-laugh-squint:before,.fa-laugh-squint:before{content:"\f59b"}.fa-wheelchair:before{content:"\f193"}.fa-arrow-circle-up:before,.fa-circle-arrow-up:before{content:"\f0aa"}.fa-toggle-on:before{content:"\f205"}.fa-person-walking:before,.fa-walking:before{content:"\f554"}.fa-l:before{content:"L"}.fa-fire:before{content:"\f06d"}.fa-bed-pulse:before,.fa-procedures:before{content:"\f487"}.fa-shuttle-space:before,.fa-space-shuttle:before{content:"\f197"}.fa-face-laugh:before,.fa-laugh:before{content:"\f599"}.fa-folder-open:before{content:"\f07c"}.fa-heart-circle-plus:before{content:"\e500"}.fa-code-fork:before{content:"\e13b"}.fa-city:before{content:"\f64f"}.fa-microphone-alt:before,.fa-microphone-lines:before{content:"\f3c9"}.fa-pepper-hot:before{content:"\f816"}.fa-unlock:before{content:"\f09c"}.fa-colon-sign:before{content:"\e140"}.fa-headset:before{content:"\f590"}.fa-store-slash:before{content:"\e071"}.fa-road-circle-xmark:before{content:"\e566"}.fa-user-minus:before{content:"\f503"}.fa-mars-stroke-up:before,.fa-mars-stroke-v:before{content:"\f22a"}.fa-champagne-glasses:before,.fa-glass-cheers:before{content:"\f79f"}.fa-clipboard:before{content:"\f328"}.fa-house-circle-exclamation:before{content:"\e50a"}.fa-file-arrow-up:before,.fa-file-upload:before{content:"\f574"}.fa-wifi-3:before,.fa-wifi-strong:before,.fa-wifi:before{content:"\f1eb"}.fa-bath:before,.fa-bathtub:before{content:"\f2cd"}.fa-underline:before{content:"\f0cd"}.fa-user-edit:before,.fa-user-pen:before{content:"\f4ff"}.fa-signature:before{content:"\f5b7"}.fa-stroopwafel:before{content:"\f551"}.fa-bold:before{content:"\f032"}.fa-anchor-lock:before{content:"\e4ad"}.fa-building-ngo:before{content:"\e4d7"}.fa-manat-sign:before{content:"\e1d5"}.fa-not-equal:before{content:"\f53e"}.fa-border-style:before,.fa-border-top-left:before{content:"\f853"}.fa-map-location-dot:before,.fa-map-marked-alt:before{content:"\f5a0"}.fa-jedi:before{content:"\f669"}.fa-poll:before,.fa-square-poll-vertical:before{content:"\f681"}.fa-mug-hot:before{content:"\f7b6"}.fa-battery-car:before,.fa-car-battery:before{content:"\f5df"}.fa-gift:before{content:"\f06b"}.fa-dice-two:before{content:"\f528"}.fa-chess-queen:before{content:"\f445"}.fa-glasses:before{content:"\f530"}.fa-chess-board:before{content:"\f43c"}.fa-building-circle-check:before{content:"\e4d2"}.fa-person-chalkboard:before{content:"\e53d"}.fa-mars-stroke-h:before,.fa-mars-stroke-right:before{content:"\f22b"}.fa-hand-back-fist:before,.fa-hand-rock:before{content:"\f255"}.fa-caret-square-up:before,.fa-square-caret-up:before{content:"\f151"}.fa-cloud-showers-water:before{content:"\e4e4"}.fa-bar-chart:before,.fa-chart-bar:before{content:"\f080"}.fa-hands-bubbles:before,.fa-hands-wash:before{content:"\e05e"}.fa-less-than-equal:before{content:"\f537"}.fa-train:before{content:"\f238"}.fa-eye-low-vision:before,.fa-low-vision:before{content:"\f2a8"}.fa-crow:before{content:"\f520"}.fa-sailboat:before{content:"\e445"}.fa-window-restore:before{content:"\f2d2"}.fa-plus-square:before,.fa-square-plus:before{content:"\f0fe"}.fa-torii-gate:before{content:"\f6a1"}.fa-frog:before{content:"\f52e"}.fa-bucket:before{content:"\e4cf"}.fa-image:before{content:"\f03e"}.fa-microphone:before{content:"\f130"}.fa-cow:before{content:"\f6c8"}.fa-caret-up:before{content:"\f0d8"}.fa-screwdriver:before{content:"\f54a"}.fa-folder-closed:before{content:"\e185"}.fa-house-tsunami:before{content:"\e515"}.fa-square-nfi:before{content:"\e576"}.fa-arrow-up-from-ground-water:before{content:"\e4b5"}.fa-glass-martini-alt:before,.fa-martini-glass:before{content:"\f57b"}.fa-rotate-back:before,.fa-rotate-backward:before,.fa-rotate-left:before,.fa-undo-alt:before{content:"\f2ea"}.fa-columns:before,.fa-table-columns:before{content:"\f0db"}.fa-lemon:before{content:"\f094"}.fa-head-side-mask:before{content:"\e063"}.fa-handshake:before{content:"\f2b5"}.fa-gem:before{content:"\f3a5"}.fa-dolly-box:before,.fa-dolly:before{content:"\f472"}.fa-smoking:before{content:"\f48d"}.fa-compress-arrows-alt:before,.fa-minimize:before{content:"\f78c"}.fa-monument:before{content:"\f5a6"}.fa-snowplow:before{content:"\f7d2"}.fa-angle-double-right:before,.fa-angles-right:before{content:"\f101"}.fa-cannabis:before{content:"\f55f"}.fa-circle-play:before,.fa-play-circle:before{content:"\f144"}.fa-tablets:before{content:"\f490"}.fa-ethernet:before{content:"\f796"}.fa-eur:before,.fa-euro-sign:before,.fa-euro:before{content:"\f153"}.fa-chair:before{content:"\f6c0"}.fa-check-circle:before,.fa-circle-check:before{content:"\f058"}.fa-circle-stop:before,.fa-stop-circle:before{content:"\f28d"}.fa-compass-drafting:before,.fa-drafting-compass:before{content:"\f568"}.fa-plate-wheat:before{content:"\e55a"}.fa-icicles:before{content:"\f7ad"}.fa-person-shelter:before{content:"\e54f"}.fa-neuter:before{content:"\f22c"}.fa-id-badge:before{content:"\f2c1"}.fa-marker:before{content:"\f5a1"}.fa-face-laugh-beam:before,.fa-laugh-beam:before{content:"\f59a"}.fa-helicopter-symbol:before{content:"\e502"}.fa-universal-access:before{content:"\f29a"}.fa-chevron-circle-up:before,.fa-circle-chevron-up:before{content:"\f139"}.fa-lari-sign:before{content:"\e1c8"}.fa-volcano:before{content:"\f770"}.fa-person-walking-dashed-line-arrow-right:before{content:"\e553"}.fa-gbp:before,.fa-pound-sign:before,.fa-sterling-sign:before{content:"\f154"}.fa-viruses:before{content:"\e076"}.fa-square-person-confined:before{content:"\e577"}.fa-user-tie:before{content:"\f508"}.fa-arrow-down-long:before,.fa-long-arrow-down:before{content:"\f175"}.fa-tent-arrow-down-to-line:before{content:"\e57e"}.fa-certificate:before{content:"\f0a3"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-suitcase:before{content:"\f0f2"}.fa-person-skating:before,.fa-skating:before{content:"\f7c5"}.fa-filter-circle-dollar:before,.fa-funnel-dollar:before{content:"\f662"}.fa-camera-retro:before{content:"\f083"}.fa-arrow-circle-down:before,.fa-circle-arrow-down:before{content:"\f0ab"}.fa-arrow-right-to-file:before,.fa-file-import:before{content:"\f56f"}.fa-external-link-square:before,.fa-square-arrow-up-right:before{content:"\f14c"}.fa-box-open:before{content:"\f49e"}.fa-scroll:before{content:"\f70e"}.fa-spa:before{content:"\f5bb"}.fa-location-pin-lock:before{content:"\e51f"}.fa-pause:before{content:"\f04c"}.fa-hill-avalanche:before{content:"\e507"}.fa-temperature-0:before,.fa-temperature-empty:before,.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-bomb:before{content:"\f1e2"}.fa-registered:before{content:"\f25d"}.fa-address-card:before,.fa-contact-card:before,.fa-vcard:before{content:"\f2bb"}.fa-balance-scale-right:before,.fa-scale-unbalanced-flip:before{content:"\f516"}.fa-subscript:before{content:"\f12c"}.fa-diamond-turn-right:before,.fa-directions:before{content:"\f5eb"}.fa-burst:before{content:"\e4dc"}.fa-house-laptop:before,.fa-laptop-house:before{content:"\e066"}.fa-face-tired:before,.fa-tired:before{content:"\f5c8"}.fa-money-bills:before{content:"\e1f3"}.fa-smog:before{content:"\f75f"}.fa-crutch:before{content:"\f7f7"}.fa-cloud-arrow-up:before,.fa-cloud-upload-alt:before,.fa-cloud-upload:before{content:"\f0ee"}.fa-palette:before{content:"\f53f"}.fa-arrows-turn-right:before{content:"\e4c0"}.fa-vest:before{content:"\e085"}.fa-ferry:before{content:"\e4ea"}.fa-arrows-down-to-people:before{content:"\e4b9"}.fa-seedling:before,.fa-sprout:before{content:"\f4d8"}.fa-arrows-alt-h:before,.fa-left-right:before{content:"\f337"}.fa-boxes-packing:before{content:"\e4c7"}.fa-arrow-circle-left:before,.fa-circle-arrow-left:before{content:"\f0a8"}.fa-group-arrows-rotate:before{content:"\e4f6"}.fa-bowl-food:before{content:"\e4c6"}.fa-candy-cane:before{content:"\f786"}.fa-arrow-down-wide-short:before,.fa-sort-amount-asc:before,.fa-sort-amount-down:before{content:"\f160"}.fa-cloud-bolt:before,.fa-thunderstorm:before{content:"\f76c"}.fa-remove-format:before,.fa-text-slash:before{content:"\f87d"}.fa-face-smile-wink:before,.fa-smile-wink:before{content:"\f4da"}.fa-file-word:before{content:"\f1c2"}.fa-file-powerpoint:before{content:"\f1c4"}.fa-arrows-h:before,.fa-arrows-left-right:before{content:"\f07e"}.fa-house-lock:before{content:"\e510"}.fa-cloud-arrow-down:before,.fa-cloud-download-alt:before,.fa-cloud-download:before{content:"\f0ed"}.fa-children:before{content:"\e4e1"}.fa-blackboard:before,.fa-chalkboard:before{content:"\f51b"}.fa-user-alt-slash:before,.fa-user-large-slash:before{content:"\f4fa"}.fa-envelope-open:before{content:"\f2b6"}.fa-handshake-alt-slash:before,.fa-handshake-simple-slash:before{content:"\e05f"}.fa-mattress-pillow:before{content:"\e525"}.fa-guarani-sign:before{content:"\e19a"}.fa-arrows-rotate:before,.fa-refresh:before,.fa-sync:before{content:"\f021"}.fa-fire-extinguisher:before{content:"\f134"}.fa-cruzeiro-sign:before{content:"\e152"}.fa-greater-than-equal:before{content:"\f532"}.fa-shield-alt:before,.fa-shield-halved:before{content:"\f3ed"}.fa-atlas:before,.fa-book-atlas:before{content:"\f558"}.fa-virus:before{content:"\e074"}.fa-envelope-circle-check:before{content:"\e4e8"}.fa-layer-group:before{content:"\f5fd"}.fa-arrows-to-dot:before{content:"\e4be"}.fa-archway:before{content:"\f557"}.fa-heart-circle-check:before{content:"\e4fd"}.fa-house-chimney-crack:before,.fa-house-damage:before{content:"\f6f1"}.fa-file-archive:before,.fa-file-zipper:before{content:"\f1c6"}.fa-square:before{content:"\f0c8"}.fa-glass-martini:before,.fa-martini-glass-empty:before{content:"\f000"}.fa-couch:before{content:"\f4b8"}.fa-cedi-sign:before{content:"\e0df"}.fa-italic:before{content:"\f033"}.fa-church:before{content:"\f51d"}.fa-comments-dollar:before{content:"\f653"}.fa-democrat:before{content:"\f747"}.fa-z:before{content:"Z"}.fa-person-skiing:before,.fa-skiing:before{content:"\f7c9"}.fa-road-lock:before{content:"\e567"}.fa-a:before{content:"A"}.fa-temperature-arrow-down:before,.fa-temperature-down:before{content:"\e03f"}.fa-feather-alt:before,.fa-feather-pointed:before{content:"\f56b"}.fa-p:before{content:"P"}.fa-snowflake:before{content:"\f2dc"}.fa-newspaper:before{content:"\f1ea"}.fa-ad:before,.fa-rectangle-ad:before{content:"\f641"}.fa-arrow-circle-right:before,.fa-circle-arrow-right:before{content:"\f0a9"}.fa-filter-circle-xmark:before{content:"\e17b"}.fa-locust:before{content:"\e520"}.fa-sort:before,.fa-unsorted:before{content:"\f0dc"}.fa-list-1-2:before,.fa-list-numeric:before,.fa-list-ol:before{content:"\f0cb"}.fa-person-dress-burst:before{content:"\e544"}.fa-money-check-alt:before,.fa-money-check-dollar:before{content:"\f53d"}.fa-vector-square:before{content:"\f5cb"}.fa-bread-slice:before{content:"\f7ec"}.fa-language:before{content:"\f1ab"}.fa-face-kiss-wink-heart:before,.fa-kiss-wink-heart:before{content:"\f598"}.fa-filter:before{content:"\f0b0"}.fa-question:before{content:"\?"}.fa-file-signature:before{content:"\f573"}.fa-arrows-alt:before,.fa-up-down-left-right:before{content:"\f0b2"}.fa-house-chimney-user:before{content:"\e065"}.fa-hand-holding-heart:before{content:"\f4be"}.fa-puzzle-piece:before{content:"\f12e"}.fa-money-check:before{content:"\f53c"}.fa-star-half-alt:before,.fa-star-half-stroke:before{content:"\f5c0"}.fa-code:before{content:"\f121"}.fa-glass-whiskey:before,.fa-whiskey-glass:before{content:"\f7a0"}.fa-building-circle-exclamation:before{content:"\e4d3"}.fa-magnifying-glass-chart:before{content:"\e522"}.fa-arrow-up-right-from-square:before,.fa-external-link:before{content:"\f08e"}.fa-cubes-stacked:before{content:"\e4e6"}.fa-krw:before,.fa-won-sign:before,.fa-won:before{content:"\f159"}.fa-virus-covid:before{content:"\e4a8"}.fa-austral-sign:before{content:"\e0a9"}.fa-f:before{content:"F"}.fa-leaf:before{content:"\f06c"}.fa-road:before{content:"\f018"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-person-circle-plus:before{content:"\e541"}.fa-chart-pie:before,.fa-pie-chart:before{content:"\f200"}.fa-bolt-lightning:before{content:"\e0b7"}.fa-sack-xmark:before{content:"\e56a"}.fa-file-excel:before{content:"\f1c3"}.fa-file-contract:before{content:"\f56c"}.fa-fish-fins:before{content:"\e4f2"}.fa-building-flag:before{content:"\e4d5"}.fa-face-grin-beam:before,.fa-grin-beam:before{content:"\f582"}.fa-object-ungroup:before{content:"\f248"}.fa-poop:before{content:"\f619"}.fa-location-pin:before,.fa-map-marker:before{content:"\f041"}.fa-kaaba:before{content:"\f66b"}.fa-toilet-paper:before{content:"\f71e"}.fa-hard-hat:before,.fa-hat-hard:before,.fa-helmet-safety:before{content:"\f807"}.fa-eject:before{content:"\f052"}.fa-arrow-alt-circle-right:before,.fa-circle-right:before{content:"\f35a"}.fa-plane-circle-check:before{content:"\e555"}.fa-face-rolling-eyes:before,.fa-meh-rolling-eyes:before{content:"\f5a5"}.fa-object-group:before{content:"\f247"}.fa-chart-line:before,.fa-line-chart:before{content:"\f201"}.fa-mask-ventilator:before{content:"\e524"}.fa-arrow-right:before{content:"\f061"}.fa-map-signs:before,.fa-signs-post:before{content:"\f277"}.fa-cash-register:before{content:"\f788"}.fa-person-circle-question:before{content:"\e542"}.fa-h:before{content:"H"}.fa-tarp:before{content:"\e57b"}.fa-screwdriver-wrench:before,.fa-tools:before{content:"\f7d9"}.fa-arrows-to-eye:before{content:"\e4bf"}.fa-plug-circle-bolt:before{content:"\e55b"}.fa-heart:before{content:"\f004"}.fa-mars-and-venus:before{content:"\f224"}.fa-home-user:before,.fa-house-user:before{content:"\e1b0"}.fa-dumpster-fire:before{content:"\f794"}.fa-house-crack:before{content:"\e3b1"}.fa-cocktail:before,.fa-martini-glass-citrus:before{content:"\f561"}.fa-face-surprise:before,.fa-surprise:before{content:"\f5c2"}.fa-bottle-water:before{content:"\e4c5"}.fa-circle-pause:before,.fa-pause-circle:before{content:"\f28b"}.fa-toilet-paper-slash:before{content:"\e072"}.fa-apple-alt:before,.fa-apple-whole:before{content:"\f5d1"}.fa-kitchen-set:before{content:"\e51a"}.fa-r:before{content:"R"}.fa-temperature-1:before,.fa-temperature-quarter:before,.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-cube:before{content:"\f1b2"}.fa-bitcoin-sign:before{content:"\e0b4"}.fa-shield-dog:before{content:"\e573"}.fa-solar-panel:before{content:"\f5ba"}.fa-lock-open:before{content:"\f3c1"}.fa-elevator:before{content:"\e16d"}.fa-money-bill-transfer:before{content:"\e528"}.fa-money-bill-trend-up:before{content:"\e529"}.fa-house-flood-water-circle-arrow-right:before{content:"\e50f"}.fa-poll-h:before,.fa-square-poll-horizontal:before{content:"\f682"}.fa-circle:before{content:"\f111"}.fa-backward-fast:before,.fa-fast-backward:before{content:"\f049"}.fa-recycle:before{content:"\f1b8"}.fa-user-astronaut:before{content:"\f4fb"}.fa-plane-slash:before{content:"\e069"}.fa-trademark:before{content:"\f25c"}.fa-basketball-ball:before,.fa-basketball:before{content:"\f434"}.fa-satellite-dish:before{content:"\f7c0"}.fa-arrow-alt-circle-up:before,.fa-circle-up:before{content:"\f35b"}.fa-mobile-alt:before,.fa-mobile-screen-button:before{content:"\f3cd"}.fa-volume-high:before,.fa-volume-up:before{content:"\f028"}.fa-users-rays:before{content:"\e593"}.fa-wallet:before{content:"\f555"}.fa-clipboard-check:before{content:"\f46c"}.fa-file-audio:before{content:"\f1c7"}.fa-burger:before,.fa-hamburger:before{content:"\f805"}.fa-wrench:before{content:"\f0ad"}.fa-bugs:before{content:"\e4d0"}.fa-rupee-sign:before,.fa-rupee:before{content:"\f156"}.fa-file-image:before{content:"\f1c5"}.fa-circle-question:before,.fa-question-circle:before{content:"\f059"}.fa-plane-departure:before{content:"\f5b0"}.fa-handshake-slash:before{content:"\e060"}.fa-book-bookmark:before{content:"\e0bb"}.fa-code-branch:before{content:"\f126"}.fa-hat-cowboy:before{content:"\f8c0"}.fa-bridge:before{content:"\e4c8"}.fa-phone-alt:before,.fa-phone-flip:before{content:"\f879"}.fa-truck-front:before{content:"\e2b7"}.fa-cat:before{content:"\f6be"}.fa-anchor-circle-exclamation:before{content:"\e4ab"}.fa-truck-field:before{content:"\e58d"}.fa-route:before{content:"\f4d7"}.fa-clipboard-question:before{content:"\e4e3"}.fa-panorama:before{content:"\e209"}.fa-comment-medical:before{content:"\f7f5"}.fa-teeth-open:before{content:"\f62f"}.fa-file-circle-minus:before{content:"\e4ed"}.fa-tags:before{content:"\f02c"}.fa-wine-glass:before{content:"\f4e3"}.fa-fast-forward:before,.fa-forward-fast:before{content:"\f050"}.fa-face-meh-blank:before,.fa-meh-blank:before{content:"\f5a4"}.fa-parking:before,.fa-square-parking:before{content:"\f540"}.fa-house-signal:before{content:"\e012"}.fa-bars-progress:before,.fa-tasks-alt:before{content:"\f828"}.fa-faucet-drip:before{content:"\e006"}.fa-cart-flatbed:before,.fa-dolly-flatbed:before{content:"\f474"}.fa-ban-smoking:before,.fa-smoking-ban:before{content:"\f54d"}.fa-terminal:before{content:"\f120"}.fa-mobile-button:before{content:"\f10b"}.fa-house-medical-flag:before{content:"\e514"}.fa-basket-shopping:before,.fa-shopping-basket:before{content:"\f291"}.fa-tape:before{content:"\f4db"}.fa-bus-alt:before,.fa-bus-simple:before{content:"\f55e"}.fa-eye:before{content:"\f06e"}.fa-face-sad-cry:before,.fa-sad-cry:before{content:"\f5b3"}.fa-audio-description:before{content:"\f29e"}.fa-person-military-to-person:before{content:"\e54c"}.fa-file-shield:before{content:"\e4f0"}.fa-user-slash:before{content:"\f506"}.fa-pen:before{content:"\f304"}.fa-tower-observation:before{content:"\e586"}.fa-file-code:before{content:"\f1c9"}.fa-signal-5:before,.fa-signal-perfect:before,.fa-signal:before{content:"\f012"}.fa-bus:before{content:"\f207"}.fa-heart-circle-xmark:before{content:"\e501"}.fa-home-lg:before,.fa-house-chimney:before{content:"\e3af"}.fa-window-maximize:before{content:"\f2d0"}.fa-face-frown:before,.fa-frown:before{content:"\f119"}.fa-prescription:before{content:"\f5b1"}.fa-shop:before,.fa-store-alt:before{content:"\f54f"}.fa-floppy-disk:before,.fa-save:before{content:"\f0c7"}.fa-vihara:before{content:"\f6a7"}.fa-balance-scale-left:before,.fa-scale-unbalanced:before{content:"\f515"}.fa-sort-asc:before,.fa-sort-up:before{content:"\f0de"}.fa-comment-dots:before,.fa-commenting:before{content:"\f4ad"}.fa-plant-wilt:before{content:"\e5aa"}.fa-diamond:before{content:"\f219"}.fa-face-grin-squint:before,.fa-grin-squint:before{content:"\f585"}.fa-hand-holding-dollar:before,.fa-hand-holding-usd:before{content:"\f4c0"}.fa-bacterium:before{content:"\e05a"}.fa-hand-pointer:before{content:"\f25a"}.fa-drum-steelpan:before{content:"\f56a"}.fa-hand-scissors:before{content:"\f257"}.fa-hands-praying:before,.fa-praying-hands:before{content:"\f684"}.fa-arrow-right-rotate:before,.fa-arrow-rotate-forward:before,.fa-arrow-rotate-right:before,.fa-redo:before{content:"\f01e"}.fa-biohazard:before{content:"\f780"}.fa-location-crosshairs:before,.fa-location:before{content:"\f601"}.fa-mars-double:before{content:"\f227"}.fa-child-dress:before{content:"\e59c"}.fa-users-between-lines:before{content:"\e591"}.fa-lungs-virus:before{content:"\e067"}.fa-face-grin-tears:before,.fa-grin-tears:before{content:"\f588"}.fa-phone:before{content:"\f095"}.fa-calendar-times:before,.fa-calendar-xmark:before{content:"\f273"}.fa-child-reaching:before{content:"\e59d"}.fa-head-side-virus:before{content:"\e064"}.fa-user-cog:before,.fa-user-gear:before{content:"\f4fe"}.fa-arrow-up-1-9:before,.fa-sort-numeric-up:before{content:"\f163"}.fa-door-closed:before{content:"\f52a"}.fa-shield-virus:before{content:"\e06c"}.fa-dice-six:before{content:"\f526"}.fa-mosquito-net:before{content:"\e52c"}.fa-bridge-water:before{content:"\e4ce"}.fa-person-booth:before{content:"\f756"}.fa-text-width:before{content:"\f035"}.fa-hat-wizard:before{content:"\f6e8"}.fa-pen-fancy:before{content:"\f5ac"}.fa-digging:before,.fa-person-digging:before{content:"\f85e"}.fa-trash:before{content:"\f1f8"}.fa-gauge-simple-med:before,.fa-gauge-simple:before,.fa-tachometer-average:before{content:"\f629"}.fa-book-medical:before{content:"\f7e6"}.fa-poo:before{content:"\f2fe"}.fa-quote-right-alt:before,.fa-quote-right:before{content:"\f10e"}.fa-shirt:before,.fa-t-shirt:before,.fa-tshirt:before{content:"\f553"}.fa-cubes:before{content:"\f1b3"}.fa-divide:before{content:"\f529"}.fa-tenge-sign:before,.fa-tenge:before{content:"\f7d7"}.fa-headphones:before{content:"\f025"}.fa-hands-holding:before{content:"\f4c2"}.fa-hands-clapping:before{content:"\e1a8"}.fa-republican:before{content:"\f75e"}.fa-arrow-left:before{content:"\f060"}.fa-person-circle-xmark:before{content:"\e543"}.fa-ruler:before{content:"\f545"}.fa-align-left:before{content:"\f036"}.fa-dice-d6:before{content:"\f6d1"}.fa-restroom:before{content:"\f7bd"}.fa-j:before{content:"J"}.fa-users-viewfinder:before{content:"\e595"}.fa-file-video:before{content:"\f1c8"}.fa-external-link-alt:before,.fa-up-right-from-square:before{content:"\f35d"}.fa-table-cells:before,.fa-th:before{content:"\f00a"}.fa-file-pdf:before{content:"\f1c1"}.fa-bible:before,.fa-book-bible:before{content:"\f647"}.fa-o:before{content:"O"}.fa-medkit:before,.fa-suitcase-medical:before{content:"\f0fa"}.fa-user-secret:before{content:"\f21b"}.fa-otter:before{content:"\f700"}.fa-female:before,.fa-person-dress:before{content:"\f182"}.fa-comment-dollar:before{content:"\f651"}.fa-briefcase-clock:before,.fa-business-time:before{content:"\f64a"}.fa-table-cells-large:before,.fa-th-large:before{content:"\f009"}.fa-book-tanakh:before,.fa-tanakh:before{content:"\f827"}.fa-phone-volume:before,.fa-volume-control-phone:before{content:"\f2a0"}.fa-hat-cowboy-side:before{content:"\f8c1"}.fa-clipboard-user:before{content:"\f7f3"}.fa-child:before{content:"\f1ae"}.fa-lira-sign:before{content:"\f195"}.fa-satellite:before{content:"\f7bf"}.fa-plane-lock:before{content:"\e558"}.fa-tag:before{content:"\f02b"}.fa-comment:before{content:"\f075"}.fa-birthday-cake:before,.fa-cake-candles:before,.fa-cake:before{content:"\f1fd"}.fa-envelope:before{content:"\f0e0"}.fa-angle-double-up:before,.fa-angles-up:before{content:"\f102"}.fa-paperclip:before{content:"\f0c6"}.fa-arrow-right-to-city:before{content:"\e4b3"}.fa-ribbon:before{content:"\f4d6"}.fa-lungs:before{content:"\f604"}.fa-arrow-up-9-1:before,.fa-sort-numeric-up-alt:before{content:"\f887"}.fa-litecoin-sign:before{content:"\e1d3"}.fa-border-none:before{content:"\f850"}.fa-circle-nodes:before{content:"\e4e2"}.fa-parachute-box:before{content:"\f4cd"}.fa-indent:before{content:"\f03c"}.fa-truck-field-un:before{content:"\e58e"}.fa-hourglass-empty:before,.fa-hourglass:before{content:"\f254"}.fa-mountain:before{content:"\f6fc"}.fa-user-doctor:before,.fa-user-md:before{content:"\f0f0"}.fa-circle-info:before,.fa-info-circle:before{content:"\f05a"}.fa-cloud-meatball:before{content:"\f73b"}.fa-camera-alt:before,.fa-camera:before{content:"\f030"}.fa-square-virus:before{content:"\e578"}.fa-meteor:before{content:"\f753"}.fa-car-on:before{content:"\e4dd"}.fa-sleigh:before{content:"\f7cc"}.fa-arrow-down-1-9:before,.fa-sort-numeric-asc:before,.fa-sort-numeric-down:before{content:"\f162"}.fa-hand-holding-droplet:before,.fa-hand-holding-water:before{content:"\f4c1"}.fa-water:before{content:"\f773"}.fa-calendar-check:before{content:"\f274"}.fa-braille:before{content:"\f2a1"}.fa-prescription-bottle-alt:before,.fa-prescription-bottle-medical:before{content:"\f486"}.fa-landmark:before{content:"\f66f"}.fa-truck:before{content:"\f0d1"}.fa-crosshairs:before{content:"\f05b"}.fa-person-cane:before{content:"\e53c"}.fa-tent:before{content:"\e57d"}.fa-vest-patches:before{content:"\e086"}.fa-check-double:before{content:"\f560"}.fa-arrow-down-a-z:before,.fa-sort-alpha-asc:before,.fa-sort-alpha-down:before{content:"\f15d"}.fa-money-bill-wheat:before{content:"\e52a"}.fa-cookie:before{content:"\f563"}.fa-arrow-left-rotate:before,.fa-arrow-rotate-back:before,.fa-arrow-rotate-backward:before,.fa-arrow-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-hard-drive:before,.fa-hdd:before{content:"\f0a0"}.fa-face-grin-squint-tears:before,.fa-grin-squint-tears:before{content:"\f586"}.fa-dumbbell:before{content:"\f44b"}.fa-list-alt:before,.fa-rectangle-list:before{content:"\f022"}.fa-tarp-droplet:before{content:"\e57c"}.fa-house-medical-circle-check:before{content:"\e511"}.fa-person-skiing-nordic:before,.fa-skiing-nordic:before{content:"\f7ca"}.fa-calendar-plus:before{content:"\f271"}.fa-plane-arrival:before{content:"\f5af"}.fa-arrow-alt-circle-left:before,.fa-circle-left:before{content:"\f359"}.fa-subway:before,.fa-train-subway:before{content:"\f239"}.fa-chart-gantt:before{content:"\e0e4"}.fa-indian-rupee-sign:before,.fa-indian-rupee:before,.fa-inr:before{content:"\e1bc"}.fa-crop-alt:before,.fa-crop-simple:before{content:"\f565"}.fa-money-bill-1:before,.fa-money-bill-alt:before{content:"\f3d1"}.fa-left-long:before,.fa-long-arrow-alt-left:before{content:"\f30a"}.fa-dna:before{content:"\f471"}.fa-virus-slash:before{content:"\e075"}.fa-minus:before,.fa-subtract:before{content:"\f068"}.fa-chess:before{content:"\f439"}.fa-arrow-left-long:before,.fa-long-arrow-left:before{content:"\f177"}.fa-plug-circle-check:before{content:"\e55c"}.fa-street-view:before{content:"\f21d"}.fa-franc-sign:before{content:"\e18f"}.fa-volume-off:before{content:"\f026"}.fa-american-sign-language-interpreting:before,.fa-asl-interpreting:before,.fa-hands-american-sign-language-interpreting:before,.fa-hands-asl-interpreting:before{content:"\f2a3"}.fa-cog:before,.fa-gear:before{content:"\f013"}.fa-droplet-slash:before,.fa-tint-slash:before{content:"\f5c7"}.fa-mosque:before{content:"\f678"}.fa-mosquito:before{content:"\e52b"}.fa-star-of-david:before{content:"\f69a"}.fa-person-military-rifle:before{content:"\e54b"}.fa-cart-shopping:before,.fa-shopping-cart:before{content:"\f07a"}.fa-vials:before{content:"\f493"}.fa-plug-circle-plus:before{content:"\e55f"}.fa-place-of-worship:before{content:"\f67f"}.fa-grip-vertical:before{content:"\f58e"}.fa-arrow-turn-up:before,.fa-level-up:before{content:"\f148"}.fa-u:before{content:"U"}.fa-square-root-alt:before,.fa-square-root-variable:before{content:"\f698"}.fa-clock-four:before,.fa-clock:before{content:"\f017"}.fa-backward-step:before,.fa-step-backward:before{content:"\f048"}.fa-pallet:before{content:"\f482"}.fa-faucet:before{content:"\e005"}.fa-baseball-bat-ball:before{content:"\f432"}.fa-s:before{content:"S"}.fa-timeline:before{content:"\e29c"}.fa-keyboard:before{content:"\f11c"}.fa-caret-down:before{content:"\f0d7"}.fa-clinic-medical:before,.fa-house-chimney-medical:before{content:"\f7f2"}.fa-temperature-3:before,.fa-temperature-three-quarters:before,.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-mobile-android-alt:before,.fa-mobile-screen:before{content:"\f3cf"}.fa-plane-up:before{content:"\e22d"}.fa-piggy-bank:before{content:"\f4d3"}.fa-battery-3:before,.fa-battery-half:before{content:"\f242"}.fa-mountain-city:before{content:"\e52e"}.fa-coins:before{content:"\f51e"}.fa-khanda:before{content:"\f66d"}.fa-sliders-h:before,.fa-sliders:before{content:"\f1de"}.fa-folder-tree:before{content:"\f802"}.fa-network-wired:before{content:"\f6ff"}.fa-map-pin:before{content:"\f276"}.fa-hamsa:before{content:"\f665"}.fa-cent-sign:before{content:"\e3f5"}.fa-flask:before{content:"\f0c3"}.fa-person-pregnant:before{content:"\e31e"}.fa-wand-sparkles:before{content:"\f72b"}.fa-ellipsis-v:before,.fa-ellipsis-vertical:before{content:"\f142"}.fa-ticket:before{content:"\f145"}.fa-power-off:before{content:"\f011"}.fa-long-arrow-alt-right:before,.fa-right-long:before{content:"\f30b"}.fa-flag-usa:before{content:"\f74d"}.fa-laptop-file:before{content:"\e51d"}.fa-teletype:before,.fa-tty:before{content:"\f1e4"}.fa-diagram-next:before{content:"\e476"}.fa-person-rifle:before{content:"\e54e"}.fa-house-medical-circle-exclamation:before{content:"\e512"}.fa-closed-captioning:before{content:"\f20a"}.fa-hiking:before,.fa-person-hiking:before{content:"\f6ec"}.fa-venus-double:before{content:"\f226"}.fa-images:before{content:"\f302"}.fa-calculator:before{content:"\f1ec"}.fa-people-pulling:before{content:"\e535"}.fa-n:before{content:"N"}.fa-cable-car:before,.fa-tram:before{content:"\f7da"}.fa-cloud-rain:before{content:"\f73d"}.fa-building-circle-xmark:before{content:"\e4d4"}.fa-ship:before{content:"\f21a"}.fa-arrows-down-to-line:before{content:"\e4b8"}.fa-download:before{content:"\f019"}.fa-face-grin:before,.fa-grin:before{content:"\f580"}.fa-backspace:before,.fa-delete-left:before{content:"\f55a"}.fa-eye-dropper-empty:before,.fa-eye-dropper:before,.fa-eyedropper:before{content:"\f1fb"}.fa-file-circle-check:before{content:"\e5a0"}.fa-forward:before{content:"\f04e"}.fa-mobile-android:before,.fa-mobile-phone:before,.fa-mobile:before{content:"\f3ce"}.fa-face-meh:before,.fa-meh:before{content:"\f11a"}.fa-align-center:before{content:"\f037"}.fa-book-dead:before,.fa-book-skull:before{content:"\f6b7"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-heart-circle-exclamation:before{content:"\e4fe"}.fa-home-alt:before,.fa-home-lg-alt:before,.fa-home:before,.fa-house:before{content:"\f015"}.fa-calendar-week:before{content:"\f784"}.fa-laptop-medical:before{content:"\f812"}.fa-b:before{content:"B"}.fa-file-medical:before{content:"\f477"}.fa-dice-one:before{content:"\f525"}.fa-kiwi-bird:before{content:"\f535"}.fa-arrow-right-arrow-left:before,.fa-exchange:before{content:"\f0ec"}.fa-redo-alt:before,.fa-rotate-forward:before,.fa-rotate-right:before{content:"\f2f9"}.fa-cutlery:before,.fa-utensils:before{content:"\f2e7"}.fa-arrow-up-wide-short:before,.fa-sort-amount-up:before{content:"\f161"}.fa-mill-sign:before{content:"\e1ed"}.fa-bowl-rice:before{content:"\e2eb"}.fa-skull:before{content:"\f54c"}.fa-broadcast-tower:before,.fa-tower-broadcast:before{content:"\f519"}.fa-truck-pickup:before{content:"\f63c"}.fa-long-arrow-alt-up:before,.fa-up-long:before{content:"\f30c"}.fa-stop:before{content:"\f04d"}.fa-code-merge:before{content:"\f387"}.fa-upload:before{content:"\f093"}.fa-hurricane:before{content:"\f751"}.fa-mound:before{content:"\e52d"}.fa-toilet-portable:before{content:"\e583"}.fa-compact-disc:before{content:"\f51f"}.fa-file-arrow-down:before,.fa-file-download:before{content:"\f56d"}.fa-caravan:before{content:"\f8ff"}.fa-shield-cat:before{content:"\e572"}.fa-bolt:before,.fa-zap:before{content:"\f0e7"}.fa-glass-water:before{content:"\e4f4"}.fa-oil-well:before{content:"\e532"}.fa-vault:before{content:"\e2c5"}.fa-mars:before{content:"\f222"}.fa-toilet:before{content:"\f7d8"}.fa-plane-circle-xmark:before{content:"\e557"}.fa-cny:before,.fa-jpy:before,.fa-rmb:before,.fa-yen-sign:before,.fa-yen:before{content:"\f157"}.fa-rouble:before,.fa-rub:before,.fa-ruble-sign:before,.fa-ruble:before{content:"\f158"}.fa-sun:before{content:"\f185"}.fa-guitar:before{content:"\f7a6"}.fa-face-laugh-wink:before,.fa-laugh-wink:before{content:"\f59c"}.fa-horse-head:before{content:"\f7ab"}.fa-bore-hole:before{content:"\e4c3"}.fa-industry:before{content:"\f275"}.fa-arrow-alt-circle-down:before,.fa-circle-down:before{content:"\f358"}.fa-arrows-turn-to-dots:before{content:"\e4c1"}.fa-florin-sign:before{content:"\e184"}.fa-arrow-down-short-wide:before,.fa-sort-amount-desc:before,.fa-sort-amount-down-alt:before{content:"\f884"}.fa-less-than:before{content:"\<"}.fa-angle-down:before{content:"\f107"}.fa-car-tunnel:before{content:"\e4de"}.fa-head-side-cough:before{content:"\e061"}.fa-grip-lines:before{content:"\f7a4"}.fa-thumbs-down:before{content:"\f165"}.fa-user-lock:before{content:"\f502"}.fa-arrow-right-long:before,.fa-long-arrow-right:before{content:"\f178"}.fa-anchor-circle-xmark:before{content:"\e4ac"}.fa-ellipsis-h:before,.fa-ellipsis:before{content:"\f141"}.fa-chess-pawn:before{content:"\f443"}.fa-first-aid:before,.fa-kit-medical:before{content:"\f479"}.fa-person-through-window:before{content:"\e5a9"}.fa-toolbox:before{content:"\f552"}.fa-hands-holding-circle:before{content:"\e4fb"}.fa-bug:before{content:"\f188"}.fa-credit-card-alt:before,.fa-credit-card:before{content:"\f09d"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-hand-holding-hand:before{content:"\e4f7"}.fa-book-open-reader:before,.fa-book-reader:before{content:"\f5da"}.fa-mountain-sun:before{content:"\e52f"}.fa-arrows-left-right-to-line:before{content:"\e4ba"}.fa-dice-d20:before{content:"\f6cf"}.fa-truck-droplet:before{content:"\e58c"}.fa-file-circle-xmark:before{content:"\e5a1"}.fa-temperature-arrow-up:before,.fa-temperature-up:before{content:"\e040"}.fa-medal:before{content:"\f5a2"}.fa-bed:before{content:"\f236"}.fa-h-square:before,.fa-square-h:before{content:"\f0fd"}.fa-podcast:before{content:"\f2ce"}.fa-temperature-4:before,.fa-temperature-full:before,.fa-thermometer-4:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-bell:before{content:"\f0f3"}.fa-superscript:before{content:"\f12b"}.fa-plug-circle-xmark:before{content:"\e560"}.fa-star-of-life:before{content:"\f621"}.fa-phone-slash:before{content:"\f3dd"}.fa-paint-roller:before{content:"\f5aa"}.fa-hands-helping:before,.fa-handshake-angle:before{content:"\f4c4"}.fa-location-dot:before,.fa-map-marker-alt:before{content:"\f3c5"}.fa-file:before{content:"\f15b"}.fa-greater-than:before{content:"\>"}.fa-person-swimming:before,.fa-swimmer:before{content:"\f5c4"}.fa-arrow-down:before{content:"\f063"}.fa-droplet:before,.fa-tint:before{content:"\f043"}.fa-eraser:before{content:"\f12d"}.fa-earth-america:before,.fa-earth-americas:before,.fa-earth:before,.fa-globe-americas:before{content:"\f57d"}.fa-person-burst:before{content:"\e53b"}.fa-dove:before{content:"\f4ba"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-socks:before{content:"\f696"}.fa-inbox:before{content:"\f01c"}.fa-section:before{content:"\e447"}.fa-gauge-high:before,.fa-tachometer-alt-fast:before,.fa-tachometer-alt:before{content:"\f625"}.fa-envelope-open-text:before{content:"\f658"}.fa-hospital-alt:before,.fa-hospital-wide:before,.fa-hospital:before{content:"\f0f8"}.fa-wine-bottle:before{content:"\f72f"}.fa-chess-rook:before{content:"\f447"}.fa-bars-staggered:before,.fa-reorder:before,.fa-stream:before{content:"\f550"}.fa-dharmachakra:before{content:"\f655"}.fa-hotdog:before{content:"\f80f"}.fa-blind:before,.fa-person-walking-with-cane:before{content:"\f29d"}.fa-drum:before{content:"\f569"}.fa-ice-cream:before{content:"\f810"}.fa-heart-circle-bolt:before{content:"\e4fc"}.fa-fax:before{content:"\f1ac"}.fa-paragraph:before{content:"\f1dd"}.fa-check-to-slot:before,.fa-vote-yea:before{content:"\f772"}.fa-star-half:before{content:"\f089"}.fa-boxes-alt:before,.fa-boxes-stacked:before,.fa-boxes:before{content:"\f468"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-assistive-listening-systems:before,.fa-ear-listen:before{content:"\f2a2"}.fa-tree-city:before{content:"\e587"}.fa-play:before{content:"\f04b"}.fa-font:before{content:"\f031"}.fa-rupiah-sign:before{content:"\e23d"}.fa-magnifying-glass:before,.fa-search:before{content:"\f002"}.fa-ping-pong-paddle-ball:before,.fa-table-tennis-paddle-ball:before,.fa-table-tennis:before{content:"\f45d"}.fa-diagnoses:before,.fa-person-dots-from-line:before{content:"\f470"}.fa-trash-can-arrow-up:before,.fa-trash-restore-alt:before{content:"\f82a"}.fa-naira-sign:before{content:"\e1f6"}.fa-cart-arrow-down:before{content:"\f218"}.fa-walkie-talkie:before{content:"\f8ef"}.fa-file-edit:before,.fa-file-pen:before{content:"\f31c"}.fa-receipt:before{content:"\f543"}.fa-pen-square:before,.fa-pencil-square:before,.fa-square-pen:before{content:"\f14b"}.fa-suitcase-rolling:before{content:"\f5c1"}.fa-person-circle-exclamation:before{content:"\e53f"}.fa-chevron-down:before{content:"\f078"}.fa-battery-5:before,.fa-battery-full:before,.fa-battery:before{content:"\f240"}.fa-skull-crossbones:before{content:"\f714"}.fa-code-compare:before{content:"\e13a"}.fa-list-dots:before,.fa-list-ul:before{content:"\f0ca"}.fa-school-lock:before{content:"\e56f"}.fa-tower-cell:before{content:"\e585"}.fa-down-long:before,.fa-long-arrow-alt-down:before{content:"\f309"}.fa-ranking-star:before{content:"\e561"}.fa-chess-king:before{content:"\f43f"}.fa-person-harassing:before{content:"\e549"}.fa-brazilian-real-sign:before{content:"\e46c"}.fa-landmark-alt:before,.fa-landmark-dome:before{content:"\f752"}.fa-arrow-up:before{content:"\f062"}.fa-television:before,.fa-tv-alt:before,.fa-tv:before{content:"\f26c"}.fa-shrimp:before{content:"\e448"}.fa-list-check:before,.fa-tasks:before{content:"\f0ae"}.fa-jug-detergent:before{content:"\e519"}.fa-circle-user:before,.fa-user-circle:before{content:"\f2bd"}.fa-user-shield:before{content:"\f505"}.fa-wind:before{content:"\f72e"}.fa-car-burst:before,.fa-car-crash:before{content:"\f5e1"}.fa-y:before{content:"Y"}.fa-person-snowboarding:before,.fa-snowboarding:before{content:"\f7ce"}.fa-shipping-fast:before,.fa-truck-fast:before{content:"\f48b"}.fa-fish:before{content:"\f578"}.fa-user-graduate:before{content:"\f501"}.fa-adjust:before,.fa-circle-half-stroke:before{content:"\f042"}.fa-clapperboard:before{content:"\e131"}.fa-circle-radiation:before,.fa-radiation-alt:before{content:"\f7ba"}.fa-baseball-ball:before,.fa-baseball:before{content:"\f433"}.fa-jet-fighter-up:before{content:"\e518"}.fa-diagram-project:before,.fa-project-diagram:before{content:"\f542"}.fa-copy:before{content:"\f0c5"}.fa-volume-mute:before,.fa-volume-times:before,.fa-volume-xmark:before{content:"\f6a9"}.fa-hand-sparkles:before{content:"\e05d"}.fa-grip-horizontal:before,.fa-grip:before{content:"\f58d"}.fa-share-from-square:before,.fa-share-square:before{content:"\f14d"}.fa-child-combatant:before,.fa-child-rifle:before{content:"\e4e0"}.fa-gun:before{content:"\e19b"}.fa-phone-square:before,.fa-square-phone:before{content:"\f098"}.fa-add:before,.fa-plus:before{content:"\+"}.fa-expand:before{content:"\f065"}.fa-computer:before{content:"\e4e5"}.fa-close:before,.fa-multiply:before,.fa-remove:before,.fa-times:before,.fa-xmark:before{content:"\f00d"}.fa-arrows-up-down-left-right:before,.fa-arrows:before{content:"\f047"}.fa-chalkboard-teacher:before,.fa-chalkboard-user:before{content:"\f51c"}.fa-peso-sign:before{content:"\e222"}.fa-building-shield:before{content:"\e4d8"}.fa-baby:before{content:"\f77c"}.fa-users-line:before{content:"\e592"}.fa-quote-left-alt:before,.fa-quote-left:before{content:"\f10d"}.fa-tractor:before{content:"\f722"}.fa-trash-arrow-up:before,.fa-trash-restore:before{content:"\f829"}.fa-arrow-down-up-lock:before{content:"\e4b0"}.fa-lines-leaning:before{content:"\e51e"}.fa-ruler-combined:before{content:"\f546"}.fa-copyright:before{content:"\f1f9"}.fa-equals:before{content:"\="}.fa-blender:before{content:"\f517"}.fa-teeth:before{content:"\f62e"}.fa-ils:before,.fa-shekel-sign:before,.fa-shekel:before,.fa-sheqel-sign:before,.fa-sheqel:before{content:"\f20b"}.fa-map:before{content:"\f279"}.fa-rocket:before{content:"\f135"}.fa-photo-film:before,.fa-photo-video:before{content:"\f87c"}.fa-folder-minus:before{content:"\f65d"}.fa-store:before{content:"\f54e"}.fa-arrow-trend-up:before{content:"\e098"}.fa-plug-circle-minus:before{content:"\e55e"}.fa-sign-hanging:before,.fa-sign:before{content:"\f4d9"}.fa-bezier-curve:before{content:"\f55b"}.fa-bell-slash:before{content:"\f1f6"}.fa-tablet-android:before,.fa-tablet:before{content:"\f3fb"}.fa-school-flag:before{content:"\e56e"}.fa-fill:before{content:"\f575"}.fa-angle-up:before{content:"\f106"}.fa-drumstick-bite:before{content:"\f6d7"}.fa-holly-berry:before{content:"\f7aa"}.fa-chevron-left:before{content:"\f053"}.fa-bacteria:before{content:"\e059"}.fa-hand-lizard:before{content:"\f258"}.fa-notdef:before{content:"\e1fe"}.fa-disease:before{content:"\f7fa"}.fa-briefcase-medical:before{content:"\f469"}.fa-genderless:before{content:"\f22d"}.fa-chevron-right:before{content:"\f054"}.fa-retweet:before{content:"\f079"}.fa-car-alt:before,.fa-car-rear:before{content:"\f5de"}.fa-pump-soap:before{content:"\e06b"}.fa-video-slash:before{content:"\f4e2"}.fa-battery-2:before,.fa-battery-quarter:before{content:"\f243"}.fa-radio:before{content:"\f8d7"}.fa-baby-carriage:before,.fa-carriage-baby:before{content:"\f77d"}.fa-traffic-light:before{content:"\f637"}.fa-thermometer:before{content:"\f491"}.fa-vr-cardboard:before{content:"\f729"}.fa-hand-middle-finger:before{content:"\f806"}.fa-percent:before,.fa-percentage:before{content:"\%"}.fa-truck-moving:before{content:"\f4df"}.fa-glass-water-droplet:before{content:"\e4f5"}.fa-display:before{content:"\e163"}.fa-face-smile:before,.fa-smile:before{content:"\f118"}.fa-thumb-tack:before,.fa-thumbtack:before{content:"\f08d"}.fa-trophy:before{content:"\f091"}.fa-person-praying:before,.fa-pray:before{content:"\f683"}.fa-hammer:before{content:"\f6e3"}.fa-hand-peace:before{content:"\f25b"}.fa-rotate:before,.fa-sync-alt:before{content:"\f2f1"}.fa-spinner:before{content:"\f110"}.fa-robot:before{content:"\f544"}.fa-peace:before{content:"\f67c"}.fa-cogs:before,.fa-gears:before{content:"\f085"}.fa-warehouse:before{content:"\f494"}.fa-arrow-up-right-dots:before{content:"\e4b7"}.fa-splotch:before{content:"\f5bc"}.fa-face-grin-hearts:before,.fa-grin-hearts:before{content:"\f584"}.fa-dice-four:before{content:"\f524"}.fa-sim-card:before{content:"\f7c4"}.fa-transgender-alt:before,.fa-transgender:before{content:"\f225"}.fa-mercury:before{content:"\f223"}.fa-arrow-turn-down:before,.fa-level-down:before{content:"\f149"}.fa-person-falling-burst:before{content:"\e547"}.fa-award:before{content:"\f559"}.fa-ticket-alt:before,.fa-ticket-simple:before{content:"\f3ff"}.fa-building:before{content:"\f1ad"}.fa-angle-double-left:before,.fa-angles-left:before{content:"\f100"}.fa-qrcode:before{content:"\f029"}.fa-clock-rotate-left:before,.fa-history:before{content:"\f1da"}.fa-face-grin-beam-sweat:before,.fa-grin-beam-sweat:before{content:"\f583"}.fa-arrow-right-from-file:before,.fa-file-export:before{content:"\f56e"}.fa-shield-blank:before,.fa-shield:before{content:"\f132"}.fa-arrow-up-short-wide:before,.fa-sort-amount-up-alt:before{content:"\f885"}.fa-house-medical:before{content:"\e3b2"}.fa-golf-ball-tee:before,.fa-golf-ball:before{content:"\f450"}.fa-chevron-circle-left:before,.fa-circle-chevron-left:before{content:"\f137"}.fa-house-chimney-window:before{content:"\e00d"}.fa-pen-nib:before{content:"\f5ad"}.fa-tent-arrow-turn-left:before{content:"\e580"}.fa-tents:before{content:"\e582"}.fa-magic:before,.fa-wand-magic:before{content:"\f0d0"}.fa-dog:before{content:"\f6d3"}.fa-carrot:before{content:"\f787"}.fa-moon:before{content:"\f186"}.fa-wine-glass-alt:before,.fa-wine-glass-empty:before{content:"\f5ce"}.fa-cheese:before{content:"\f7ef"}.fa-yin-yang:before{content:"\f6ad"}.fa-music:before{content:"\f001"}.fa-code-commit:before{content:"\f386"}.fa-temperature-low:before{content:"\f76b"}.fa-biking:before,.fa-person-biking:before{content:"\f84a"}.fa-broom:before{content:"\f51a"}.fa-shield-heart:before{content:"\e574"}.fa-gopuram:before{content:"\f664"}.fa-earth-oceania:before,.fa-globe-oceania:before{content:"\e47b"}.fa-square-xmark:before,.fa-times-square:before,.fa-xmark-square:before{content:"\f2d3"}.fa-hashtag:before{content:"\#"}.fa-expand-alt:before,.fa-up-right-and-down-left-from-center:before{content:"\f424"}.fa-oil-can:before{content:"\f613"}.fa-t:before{content:"T"}.fa-hippo:before{content:"\f6ed"}.fa-chart-column:before{content:"\e0e3"}.fa-infinity:before{content:"\f534"}.fa-vial-circle-check:before{content:"\e596"}.fa-person-arrow-down-to-line:before{content:"\e538"}.fa-voicemail:before{content:"\f897"}.fa-fan:before{content:"\f863"}.fa-person-walking-luggage:before{content:"\e554"}.fa-arrows-alt-v:before,.fa-up-down:before{content:"\f338"}.fa-cloud-moon-rain:before{content:"\f73c"}.fa-calendar:before{content:"\f133"}.fa-trailer:before{content:"\e041"}.fa-bahai:before,.fa-haykal:before{content:"\f666"}.fa-sd-card:before{content:"\f7c2"}.fa-dragon:before{content:"\f6d5"}.fa-shoe-prints:before{content:"\f54b"}.fa-circle-plus:before,.fa-plus-circle:before{content:"\f055"}.fa-face-grin-tongue-wink:before,.fa-grin-tongue-wink:before{content:"\f58b"}.fa-hand-holding:before{content:"\f4bd"}.fa-plug-circle-exclamation:before{content:"\e55d"}.fa-chain-broken:before,.fa-chain-slash:before,.fa-link-slash:before,.fa-unlink:before{content:"\f127"}.fa-clone:before{content:"\f24d"}.fa-person-walking-arrow-loop-left:before{content:"\e551"}.fa-arrow-up-z-a:before,.fa-sort-alpha-up-alt:before{content:"\f882"}.fa-fire-alt:before,.fa-fire-flame-curved:before{content:"\f7e4"}.fa-tornado:before{content:"\f76f"}.fa-file-circle-plus:before{content:"\e494"}.fa-book-quran:before,.fa-quran:before{content:"\f687"}.fa-anchor:before{content:"\f13d"}.fa-border-all:before{content:"\f84c"}.fa-angry:before,.fa-face-angry:before{content:"\f556"}.fa-cookie-bite:before{content:"\f564"}.fa-arrow-trend-down:before{content:"\e097"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-draw-polygon:before{content:"\f5ee"}.fa-balance-scale:before,.fa-scale-balanced:before{content:"\f24e"}.fa-gauge-simple-high:before,.fa-tachometer-fast:before,.fa-tachometer:before{content:"\f62a"}.fa-shower:before{content:"\f2cc"}.fa-desktop-alt:before,.fa-desktop:before{content:"\f390"}.fa-m:before{content:"M"}.fa-table-list:before,.fa-th-list:before{content:"\f00b"}.fa-comment-sms:before,.fa-sms:before{content:"\f7cd"}.fa-book:before{content:"\f02d"}.fa-user-plus:before{content:"\f234"}.fa-check:before{content:"\f00c"}.fa-battery-4:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-house-circle-check:before{content:"\e509"}.fa-angle-left:before{content:"\f104"}.fa-diagram-successor:before{content:"\e47a"}.fa-truck-arrow-right:before{content:"\e58b"}.fa-arrows-split-up-and-left:before{content:"\e4bc"}.fa-fist-raised:before,.fa-hand-fist:before{content:"\f6de"}.fa-cloud-moon:before{content:"\f6c3"}.fa-briefcase:before{content:"\f0b1"}.fa-person-falling:before{content:"\e546"}.fa-image-portrait:before,.fa-portrait:before{content:"\f3e0"}.fa-user-tag:before{content:"\f507"}.fa-rug:before{content:"\e569"}.fa-earth-europe:before,.fa-globe-europe:before{content:"\f7a2"}.fa-cart-flatbed-suitcase:before,.fa-luggage-cart:before{content:"\f59d"}.fa-rectangle-times:before,.fa-rectangle-xmark:before,.fa-times-rectangle:before,.fa-window-close:before{content:"\f410"}.fa-baht-sign:before{content:"\e0ac"}.fa-book-open:before{content:"\f518"}.fa-book-journal-whills:before,.fa-journal-whills:before{content:"\f66a"}.fa-handcuffs:before{content:"\e4f8"}.fa-exclamation-triangle:before,.fa-triangle-exclamation:before,.fa-warning:before{content:"\f071"}.fa-database:before{content:"\f1c0"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-bottle-droplet:before{content:"\e4c4"}.fa-mask-face:before{content:"\e1d7"}.fa-hill-rockslide:before{content:"\e508"}.fa-exchange-alt:before,.fa-right-left:before{content:"\f362"}.fa-paper-plane:before{content:"\f1d8"}.fa-road-circle-exclamation:before{content:"\e565"}.fa-dungeon:before{content:"\f6d9"}.fa-align-right:before{content:"\f038"}.fa-money-bill-1-wave:before,.fa-money-bill-wave-alt:before{content:"\f53b"}.fa-life-ring:before{content:"\f1cd"}.fa-hands:before,.fa-sign-language:before,.fa-signing:before{content:"\f2a7"}.fa-calendar-day:before{content:"\f783"}.fa-ladder-water:before,.fa-swimming-pool:before,.fa-water-ladder:before{content:"\f5c5"}.fa-arrows-up-down:before,.fa-arrows-v:before{content:"\f07d"}.fa-face-grimace:before,.fa-grimace:before{content:"\f57f"}.fa-wheelchair-alt:before,.fa-wheelchair-move:before{content:"\e2ce"}.fa-level-down-alt:before,.fa-turn-down:before{content:"\f3be"}.fa-person-walking-arrow-right:before{content:"\e552"}.fa-envelope-square:before,.fa-square-envelope:before{content:"\f199"}.fa-dice:before{content:"\f522"}.fa-bowling-ball:before{content:"\f436"}.fa-brain:before{content:"\f5dc"}.fa-band-aid:before,.fa-bandage:before{content:"\f462"}.fa-calendar-minus:before{content:"\f272"}.fa-circle-xmark:before,.fa-times-circle:before,.fa-xmark-circle:before{content:"\f057"}.fa-gifts:before{content:"\f79c"}.fa-hotel:before{content:"\f594"}.fa-earth-asia:before,.fa-globe-asia:before{content:"\f57e"}.fa-id-card-alt:before,.fa-id-card-clip:before{content:"\f47f"}.fa-magnifying-glass-plus:before,.fa-search-plus:before{content:"\f00e"}.fa-thumbs-up:before{content:"\f164"}.fa-user-clock:before{content:"\f4fd"}.fa-allergies:before,.fa-hand-dots:before{content:"\f461"}.fa-file-invoice:before{content:"\f570"}.fa-window-minimize:before{content:"\f2d1"}.fa-coffee:before,.fa-mug-saucer:before{content:"\f0f4"}.fa-brush:before{content:"\f55d"}.fa-mask:before{content:"\f6fa"}.fa-magnifying-glass-minus:before,.fa-search-minus:before{content:"\f010"}.fa-ruler-vertical:before{content:"\f548"}.fa-user-alt:before,.fa-user-large:before{content:"\f406"}.fa-train-tram:before{content:"\e5b4"}.fa-user-nurse:before{content:"\f82f"}.fa-syringe:before{content:"\f48e"}.fa-cloud-sun:before{content:"\f6c4"}.fa-stopwatch-20:before{content:"\e06f"}.fa-square-full:before{content:"\f45c"}.fa-magnet:before{content:"\f076"}.fa-jar:before{content:"\e516"}.fa-note-sticky:before,.fa-sticky-note:before{content:"\f249"}.fa-bug-slash:before{content:"\e490"}.fa-arrow-up-from-water-pump:before{content:"\e4b6"}.fa-bone:before{content:"\f5d7"}.fa-user-injured:before{content:"\f728"}.fa-face-sad-tear:before,.fa-sad-tear:before{content:"\f5b4"}.fa-plane:before{content:"\f072"}.fa-tent-arrows-down:before{content:"\e581"}.fa-exclamation:before{content:"\!"}.fa-arrows-spin:before{content:"\e4bb"}.fa-print:before{content:"\f02f"}.fa-try:before,.fa-turkish-lira-sign:before,.fa-turkish-lira:before{content:"\e2bb"}.fa-dollar-sign:before,.fa-dollar:before,.fa-usd:before{content:"\$"}.fa-x:before{content:"X"}.fa-magnifying-glass-dollar:before,.fa-search-dollar:before{content:"\f688"}.fa-users-cog:before,.fa-users-gear:before{content:"\f509"}.fa-person-military-pointing:before{content:"\e54a"}.fa-bank:before,.fa-building-columns:before,.fa-institution:before,.fa-museum:before,.fa-university:before{content:"\f19c"}.fa-umbrella:before{content:"\f0e9"}.fa-trowel:before{content:"\e589"}.fa-d:before{content:"D"}.fa-stapler:before{content:"\e5af"}.fa-masks-theater:before,.fa-theater-masks:before{content:"\f630"}.fa-kip-sign:before{content:"\e1c4"}.fa-hand-point-left:before{content:"\f0a5"}.fa-handshake-alt:before,.fa-handshake-simple:before{content:"\f4c6"}.fa-fighter-jet:before,.fa-jet-fighter:before{content:"\f0fb"}.fa-share-alt-square:before,.fa-square-share-nodes:before{content:"\f1e1"}.fa-barcode:before{content:"\f02a"}.fa-plus-minus:before{content:"\e43c"}.fa-video-camera:before,.fa-video:before{content:"\f03d"}.fa-graduation-cap:before,.fa-mortar-board:before{content:"\f19d"}.fa-hand-holding-medical:before{content:"\e05c"}.fa-person-circle-check:before{content:"\e53e"}.fa-level-up-alt:before,.fa-turn-up:before{content:"\f3bf"}.fa-sr-only,.fa-sr-only-focusable:not(:focus),.sr-only,.sr-only-focusable:not(:focus){position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}

/*!
 * Font Awesome Free 6.5.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2023 Fonticons, Inc.
 */:host,:root{--fa-font-regular:normal 400 1em/1 "Font Awesome 6 Free"}@font-face{font-family:Font Awesome\ 6 Free;font-style:normal;font-weight:400;font-display:block;src:url(/_next/static/media/fa-regular-400.f386b6b7.woff2) format("woff2"),url(/_next/static/media/fa-regular-400.a937b755.ttf) format("truetype")}.fa-regular,.far{font-weight:400}

/*!
 * Font Awesome Free 6.5.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2023 Fonticons, Inc.
 */:host,:root{--fa-style-family-classic:"Font Awesome 6 Free";--fa-font-solid:normal 900 1em/1 "Font Awesome 6 Free"}@font-face{font-family:Font Awesome\ 6 Free;font-style:normal;font-weight:900;font-display:block;src:url(/_next/static/media/fa-solid-900.ce4938a3.woff2) format("woff2"),url(/_next/static/media/fa-solid-900.081655f2.ttf) format("truetype")}.fa-solid,.fas{font-weight:900}

/*!
 * Font Awesome Free 6.5.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2023 Fonticons, Inc.
 */:host,:root{--fa-style-family-brands:"Font Awesome 6 Brands";--fa-font-brands:normal 400 1em/1 "Font Awesome 6 Brands"}@font-face{font-family:Font Awesome\ 6 Brands;font-style:normal;font-weight:400;font-display:block;src:url(/_next/static/media/fa-brands-400.e465758e.woff2) format("woff2"),url(/_next/static/media/fa-brands-400.8bf6ccf0.ttf) format("truetype")}.fa-brands,.fab{font-weight:400}.fa-monero:before{content:"\f3d0"}.fa-hooli:before{content:"\f427"}.fa-yelp:before{content:"\f1e9"}.fa-cc-visa:before{content:"\f1f0"}.fa-lastfm:before{content:"\f202"}.fa-shopware:before{content:"\f5b5"}.fa-creative-commons-nc:before{content:"\f4e8"}.fa-aws:before{content:"\f375"}.fa-redhat:before{content:"\f7bc"}.fa-yoast:before{content:"\f2b1"}.fa-cloudflare:before{content:"\e07d"}.fa-ups:before{content:"\f7e0"}.fa-pixiv:before{content:"\e640"}.fa-wpexplorer:before{content:"\f2de"}.fa-dyalog:before{content:"\f399"}.fa-bity:before{content:"\f37a"}.fa-stackpath:before{content:"\f842"}.fa-buysellads:before{content:"\f20d"}.fa-first-order:before{content:"\f2b0"}.fa-modx:before{content:"\f285"}.fa-guilded:before{content:"\e07e"}.fa-vnv:before{content:"\f40b"}.fa-js-square:before,.fa-square-js:before{content:"\f3b9"}.fa-microsoft:before{content:"\f3ca"}.fa-qq:before{content:"\f1d6"}.fa-orcid:before{content:"\f8d2"}.fa-java:before{content:"\f4e4"}.fa-invision:before{content:"\f7b0"}.fa-creative-commons-pd-alt:before{content:"\f4ed"}.fa-centercode:before{content:"\f380"}.fa-glide-g:before{content:"\f2a6"}.fa-drupal:before{content:"\f1a9"}.fa-hire-a-helper:before{content:"\f3b0"}.fa-creative-commons-by:before{content:"\f4e7"}.fa-unity:before{content:"\e049"}.fa-whmcs:before{content:"\f40d"}.fa-rocketchat:before{content:"\f3e8"}.fa-vk:before{content:"\f189"}.fa-untappd:before{content:"\f405"}.fa-mailchimp:before{content:"\f59e"}.fa-css3-alt:before{content:"\f38b"}.fa-reddit-square:before,.fa-square-reddit:before{content:"\f1a2"}.fa-vimeo-v:before{content:"\f27d"}.fa-contao:before{content:"\f26d"}.fa-square-font-awesome:before{content:"\e5ad"}.fa-deskpro:before{content:"\f38f"}.fa-brave:before{content:"\e63c"}.fa-sistrix:before{content:"\f3ee"}.fa-instagram-square:before,.fa-square-instagram:before{content:"\e055"}.fa-battle-net:before{content:"\f835"}.fa-the-red-yeti:before{content:"\f69d"}.fa-hacker-news-square:before,.fa-square-hacker-news:before{content:"\f3af"}.fa-edge:before{content:"\f282"}.fa-threads:before{content:"\e618"}.fa-napster:before{content:"\f3d2"}.fa-snapchat-square:before,.fa-square-snapchat:before{content:"\f2ad"}.fa-google-plus-g:before{content:"\f0d5"}.fa-artstation:before{content:"\f77a"}.fa-markdown:before{content:"\f60f"}.fa-sourcetree:before{content:"\f7d3"}.fa-google-plus:before{content:"\f2b3"}.fa-diaspora:before{content:"\f791"}.fa-foursquare:before{content:"\f180"}.fa-stack-overflow:before{content:"\f16c"}.fa-github-alt:before{content:"\f113"}.fa-phoenix-squadron:before{content:"\f511"}.fa-pagelines:before{content:"\f18c"}.fa-algolia:before{content:"\f36c"}.fa-red-river:before{content:"\f3e3"}.fa-creative-commons-sa:before{content:"\f4ef"}.fa-safari:before{content:"\f267"}.fa-google:before{content:"\f1a0"}.fa-font-awesome-alt:before,.fa-square-font-awesome-stroke:before{content:"\f35c"}.fa-atlassian:before{content:"\f77b"}.fa-linkedin-in:before{content:"\f0e1"}.fa-digital-ocean:before{content:"\f391"}.fa-nimblr:before{content:"\f5a8"}.fa-chromecast:before{content:"\f838"}.fa-evernote:before{content:"\f839"}.fa-hacker-news:before{content:"\f1d4"}.fa-creative-commons-sampling:before{content:"\f4f0"}.fa-adversal:before{content:"\f36a"}.fa-creative-commons:before{content:"\f25e"}.fa-watchman-monitoring:before{content:"\e087"}.fa-fonticons:before{content:"\f280"}.fa-weixin:before{content:"\f1d7"}.fa-shirtsinbulk:before{content:"\f214"}.fa-codepen:before{content:"\f1cb"}.fa-git-alt:before{content:"\f841"}.fa-lyft:before{content:"\f3c3"}.fa-rev:before{content:"\f5b2"}.fa-windows:before{content:"\f17a"}.fa-wizards-of-the-coast:before{content:"\f730"}.fa-square-viadeo:before,.fa-viadeo-square:before{content:"\f2aa"}.fa-meetup:before{content:"\f2e0"}.fa-centos:before{content:"\f789"}.fa-adn:before{content:"\f170"}.fa-cloudsmith:before{content:"\f384"}.fa-opensuse:before{content:"\e62b"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-dribbble-square:before,.fa-square-dribbble:before{content:"\f397"}.fa-codiepie:before{content:"\f284"}.fa-node:before{content:"\f419"}.fa-mix:before{content:"\f3cb"}.fa-steam:before{content:"\f1b6"}.fa-cc-apple-pay:before{content:"\f416"}.fa-scribd:before{content:"\f28a"}.fa-debian:before{content:"\e60b"}.fa-openid:before{content:"\f19b"}.fa-instalod:before{content:"\e081"}.fa-expeditedssl:before{content:"\f23e"}.fa-sellcast:before{content:"\f2da"}.fa-square-twitter:before,.fa-twitter-square:before{content:"\f081"}.fa-r-project:before{content:"\f4f7"}.fa-delicious:before{content:"\f1a5"}.fa-freebsd:before{content:"\f3a4"}.fa-vuejs:before{content:"\f41f"}.fa-accusoft:before{content:"\f369"}.fa-ioxhost:before{content:"\f208"}.fa-fonticons-fi:before{content:"\f3a2"}.fa-app-store:before{content:"\f36f"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-itunes-note:before{content:"\f3b5"}.fa-golang:before{content:"\e40f"}.fa-kickstarter:before{content:"\f3bb"}.fa-grav:before{content:"\f2d6"}.fa-weibo:before{content:"\f18a"}.fa-uncharted:before{content:"\e084"}.fa-firstdraft:before{content:"\f3a1"}.fa-square-youtube:before,.fa-youtube-square:before{content:"\f431"}.fa-wikipedia-w:before{content:"\f266"}.fa-rendact:before,.fa-wpressr:before{content:"\f3e4"}.fa-angellist:before{content:"\f209"}.fa-galactic-republic:before{content:"\f50c"}.fa-nfc-directional:before{content:"\e530"}.fa-skype:before{content:"\f17e"}.fa-joget:before{content:"\f3b7"}.fa-fedora:before{content:"\f798"}.fa-stripe-s:before{content:"\f42a"}.fa-meta:before{content:"\e49b"}.fa-laravel:before{content:"\f3bd"}.fa-hotjar:before{content:"\f3b1"}.fa-bluetooth-b:before{content:"\f294"}.fa-square-letterboxd:before{content:"\e62e"}.fa-sticker-mule:before{content:"\f3f7"}.fa-creative-commons-zero:before{content:"\f4f3"}.fa-hips:before{content:"\f452"}.fa-behance:before{content:"\f1b4"}.fa-reddit:before{content:"\f1a1"}.fa-discord:before{content:"\f392"}.fa-chrome:before{content:"\f268"}.fa-app-store-ios:before{content:"\f370"}.fa-cc-discover:before{content:"\f1f2"}.fa-wpbeginner:before{content:"\f297"}.fa-confluence:before{content:"\f78d"}.fa-shoelace:before{content:"\e60c"}.fa-mdb:before{content:"\f8ca"}.fa-dochub:before{content:"\f394"}.fa-accessible-icon:before{content:"\f368"}.fa-ebay:before{content:"\f4f4"}.fa-amazon:before{content:"\f270"}.fa-unsplash:before{content:"\e07c"}.fa-yarn:before{content:"\f7e3"}.fa-square-steam:before,.fa-steam-square:before{content:"\f1b7"}.fa-500px:before{content:"\f26e"}.fa-square-vimeo:before,.fa-vimeo-square:before{content:"\f194"}.fa-asymmetrik:before{content:"\f372"}.fa-font-awesome-flag:before,.fa-font-awesome-logo-full:before,.fa-font-awesome:before{content:"\f2b4"}.fa-gratipay:before{content:"\f184"}.fa-apple:before{content:"\f179"}.fa-hive:before{content:"\e07f"}.fa-gitkraken:before{content:"\f3a6"}.fa-keybase:before{content:"\f4f5"}.fa-apple-pay:before{content:"\f415"}.fa-padlet:before{content:"\e4a0"}.fa-amazon-pay:before{content:"\f42c"}.fa-github-square:before,.fa-square-github:before{content:"\f092"}.fa-stumbleupon:before{content:"\f1a4"}.fa-fedex:before{content:"\f797"}.fa-phoenix-framework:before{content:"\f3dc"}.fa-shopify:before{content:"\e057"}.fa-neos:before{content:"\f612"}.fa-square-threads:before{content:"\e619"}.fa-hackerrank:before{content:"\f5f7"}.fa-researchgate:before{content:"\f4f8"}.fa-swift:before{content:"\f8e1"}.fa-angular:before{content:"\f420"}.fa-speakap:before{content:"\f3f3"}.fa-angrycreative:before{content:"\f36e"}.fa-y-combinator:before{content:"\f23b"}.fa-empire:before{content:"\f1d1"}.fa-envira:before{content:"\f299"}.fa-google-scholar:before{content:"\e63b"}.fa-gitlab-square:before,.fa-square-gitlab:before{content:"\e5ae"}.fa-studiovinari:before{content:"\f3f8"}.fa-pied-piper:before{content:"\f2ae"}.fa-wordpress:before{content:"\f19a"}.fa-product-hunt:before{content:"\f288"}.fa-firefox:before{content:"\f269"}.fa-linode:before{content:"\f2b8"}.fa-goodreads:before{content:"\f3a8"}.fa-odnoklassniki-square:before,.fa-square-odnoklassniki:before{content:"\f264"}.fa-jsfiddle:before{content:"\f1cc"}.fa-sith:before{content:"\f512"}.fa-themeisle:before{content:"\f2b2"}.fa-page4:before{content:"\f3d7"}.fa-hashnode:before{content:"\e499"}.fa-react:before{content:"\f41b"}.fa-cc-paypal:before{content:"\f1f4"}.fa-squarespace:before{content:"\f5be"}.fa-cc-stripe:before{content:"\f1f5"}.fa-creative-commons-share:before{content:"\f4f2"}.fa-bitcoin:before{content:"\f379"}.fa-keycdn:before{content:"\f3ba"}.fa-opera:before{content:"\f26a"}.fa-itch-io:before{content:"\f83a"}.fa-umbraco:before{content:"\f8e8"}.fa-galactic-senate:before{content:"\f50d"}.fa-ubuntu:before{content:"\f7df"}.fa-draft2digital:before{content:"\f396"}.fa-stripe:before{content:"\f429"}.fa-houzz:before{content:"\f27c"}.fa-gg:before{content:"\f260"}.fa-dhl:before{content:"\f790"}.fa-pinterest-square:before,.fa-square-pinterest:before{content:"\f0d3"}.fa-xing:before{content:"\f168"}.fa-blackberry:before{content:"\f37b"}.fa-creative-commons-pd:before{content:"\f4ec"}.fa-playstation:before{content:"\f3df"}.fa-quinscape:before{content:"\f459"}.fa-less:before{content:"\f41d"}.fa-blogger-b:before{content:"\f37d"}.fa-opencart:before{content:"\f23d"}.fa-vine:before{content:"\f1ca"}.fa-signal-messenger:before{content:"\e663"}.fa-paypal:before{content:"\f1ed"}.fa-gitlab:before{content:"\f296"}.fa-typo3:before{content:"\f42b"}.fa-reddit-alien:before{content:"\f281"}.fa-yahoo:before{content:"\f19e"}.fa-dailymotion:before{content:"\e052"}.fa-affiliatetheme:before{content:"\f36b"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-bootstrap:before{content:"\f836"}.fa-odnoklassniki:before{content:"\f263"}.fa-nfc-symbol:before{content:"\e531"}.fa-mintbit:before{content:"\e62f"}.fa-ethereum:before{content:"\f42e"}.fa-speaker-deck:before{content:"\f83c"}.fa-creative-commons-nc-eu:before{content:"\f4e9"}.fa-patreon:before{content:"\f3d9"}.fa-avianex:before{content:"\f374"}.fa-ello:before{content:"\f5f1"}.fa-gofore:before{content:"\f3a7"}.fa-bimobject:before{content:"\f378"}.fa-brave-reverse:before{content:"\e63d"}.fa-facebook-f:before{content:"\f39e"}.fa-google-plus-square:before,.fa-square-google-plus:before{content:"\f0d4"}.fa-mandalorian:before{content:"\f50f"}.fa-first-order-alt:before{content:"\f50a"}.fa-osi:before{content:"\f41a"}.fa-google-wallet:before{content:"\f1ee"}.fa-d-and-d-beyond:before{content:"\f6ca"}.fa-periscope:before{content:"\f3da"}.fa-fulcrum:before{content:"\f50b"}.fa-cloudscale:before{content:"\f383"}.fa-forumbee:before{content:"\f211"}.fa-mizuni:before{content:"\f3cc"}.fa-schlix:before{content:"\f3ea"}.fa-square-xing:before,.fa-xing-square:before{content:"\f169"}.fa-bandcamp:before{content:"\f2d5"}.fa-wpforms:before{content:"\f298"}.fa-cloudversify:before{content:"\f385"}.fa-usps:before{content:"\f7e1"}.fa-megaport:before{content:"\f5a3"}.fa-magento:before{content:"\f3c4"}.fa-spotify:before{content:"\f1bc"}.fa-optin-monster:before{content:"\f23c"}.fa-fly:before{content:"\f417"}.fa-aviato:before{content:"\f421"}.fa-itunes:before{content:"\f3b4"}.fa-cuttlefish:before{content:"\f38c"}.fa-blogger:before{content:"\f37c"}.fa-flickr:before{content:"\f16e"}.fa-viber:before{content:"\f409"}.fa-soundcloud:before{content:"\f1be"}.fa-digg:before{content:"\f1a6"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-letterboxd:before{content:"\e62d"}.fa-symfony:before{content:"\f83d"}.fa-maxcdn:before{content:"\f136"}.fa-etsy:before{content:"\f2d7"}.fa-facebook-messenger:before{content:"\f39f"}.fa-audible:before{content:"\f373"}.fa-think-peaks:before{content:"\f731"}.fa-bilibili:before{content:"\e3d9"}.fa-erlang:before{content:"\f39d"}.fa-x-twitter:before{content:"\e61b"}.fa-cotton-bureau:before{content:"\f89e"}.fa-dashcube:before{content:"\f210"}.fa-42-group:before,.fa-innosoft:before{content:"\e080"}.fa-stack-exchange:before{content:"\f18d"}.fa-elementor:before{content:"\f430"}.fa-pied-piper-square:before,.fa-square-pied-piper:before{content:"\e01e"}.fa-creative-commons-nd:before{content:"\f4eb"}.fa-palfed:before{content:"\f3d8"}.fa-superpowers:before{content:"\f2dd"}.fa-resolving:before{content:"\f3e7"}.fa-xbox:before{content:"\f412"}.fa-searchengin:before{content:"\f3eb"}.fa-tiktok:before{content:"\e07b"}.fa-facebook-square:before,.fa-square-facebook:before{content:"\f082"}.fa-renren:before{content:"\f18b"}.fa-linux:before{content:"\f17c"}.fa-glide:before{content:"\f2a5"}.fa-linkedin:before{content:"\f08c"}.fa-hubspot:before{content:"\f3b2"}.fa-deploydog:before{content:"\f38e"}.fa-twitch:before{content:"\f1e8"}.fa-ravelry:before{content:"\f2d9"}.fa-mixer:before{content:"\e056"}.fa-lastfm-square:before,.fa-square-lastfm:before{content:"\f203"}.fa-vimeo:before{content:"\f40a"}.fa-mendeley:before{content:"\f7b3"}.fa-uniregistry:before{content:"\f404"}.fa-figma:before{content:"\f799"}.fa-creative-commons-remix:before{content:"\f4ee"}.fa-cc-amazon-pay:before{content:"\f42d"}.fa-dropbox:before{content:"\f16b"}.fa-instagram:before{content:"\f16d"}.fa-cmplid:before{content:"\e360"}.fa-upwork:before{content:"\e641"}.fa-facebook:before{content:"\f09a"}.fa-gripfire:before{content:"\f3ac"}.fa-jedi-order:before{content:"\f50e"}.fa-uikit:before{content:"\f403"}.fa-fort-awesome-alt:before{content:"\f3a3"}.fa-phabricator:before{content:"\f3db"}.fa-ussunnah:before{content:"\f407"}.fa-earlybirds:before{content:"\f39a"}.fa-trade-federation:before{content:"\f513"}.fa-autoprefixer:before{content:"\f41c"}.fa-whatsapp:before{content:"\f232"}.fa-slideshare:before{content:"\f1e7"}.fa-google-play:before{content:"\f3ab"}.fa-viadeo:before{content:"\f2a9"}.fa-line:before{content:"\f3c0"}.fa-google-drive:before{content:"\f3aa"}.fa-servicestack:before{content:"\f3ec"}.fa-simplybuilt:before{content:"\f215"}.fa-bitbucket:before{content:"\f171"}.fa-imdb:before{content:"\f2d8"}.fa-deezer:before{content:"\e077"}.fa-raspberry-pi:before{content:"\f7bb"}.fa-jira:before{content:"\f7b1"}.fa-docker:before{content:"\f395"}.fa-screenpal:before{content:"\e570"}.fa-bluetooth:before{content:"\f293"}.fa-gitter:before{content:"\f426"}.fa-d-and-d:before{content:"\f38d"}.fa-microblog:before{content:"\e01a"}.fa-cc-diners-club:before{content:"\f24c"}.fa-gg-circle:before{content:"\f261"}.fa-pied-piper-hat:before{content:"\f4e5"}.fa-kickstarter-k:before{content:"\f3bc"}.fa-yandex:before{content:"\f413"}.fa-readme:before{content:"\f4d5"}.fa-html5:before{content:"\f13b"}.fa-sellsy:before{content:"\f213"}.fa-sass:before{content:"\f41e"}.fa-wirsindhandwerk:before,.fa-wsh:before{content:"\e2d0"}.fa-buromobelexperte:before{content:"\f37f"}.fa-salesforce:before{content:"\f83b"}.fa-octopus-deploy:before{content:"\e082"}.fa-medapps:before{content:"\f3c6"}.fa-ns8:before{content:"\f3d5"}.fa-pinterest-p:before{content:"\f231"}.fa-apper:before{content:"\f371"}.fa-fort-awesome:before{content:"\f286"}.fa-waze:before{content:"\f83f"}.fa-cc-jcb:before{content:"\f24b"}.fa-snapchat-ghost:before,.fa-snapchat:before{content:"\f2ab"}.fa-fantasy-flight-games:before{content:"\f6dc"}.fa-rust:before{content:"\e07a"}.fa-wix:before{content:"\f5cf"}.fa-behance-square:before,.fa-square-behance:before{content:"\f1b5"}.fa-supple:before{content:"\f3f9"}.fa-webflow:before{content:"\e65c"}.fa-rebel:before{content:"\f1d0"}.fa-css3:before{content:"\f13c"}.fa-staylinked:before{content:"\f3f5"}.fa-kaggle:before{content:"\f5fa"}.fa-space-awesome:before{content:"\e5ac"}.fa-deviantart:before{content:"\f1bd"}.fa-cpanel:before{content:"\f388"}.fa-goodreads-g:before{content:"\f3a9"}.fa-git-square:before,.fa-square-git:before{content:"\f1d2"}.fa-square-tumblr:before,.fa-tumblr-square:before{content:"\f174"}.fa-trello:before{content:"\f181"}.fa-creative-commons-nc-jp:before{content:"\f4ea"}.fa-get-pocket:before{content:"\f265"}.fa-perbyte:before{content:"\e083"}.fa-grunt:before{content:"\f3ad"}.fa-weebly:before{content:"\f5cc"}.fa-connectdevelop:before{content:"\f20e"}.fa-leanpub:before{content:"\f212"}.fa-black-tie:before{content:"\f27e"}.fa-themeco:before{content:"\f5c6"}.fa-python:before{content:"\f3e2"}.fa-android:before{content:"\f17b"}.fa-bots:before{content:"\e340"}.fa-free-code-camp:before{content:"\f2c5"}.fa-hornbill:before{content:"\f592"}.fa-js:before{content:"\f3b8"}.fa-ideal:before{content:"\e013"}.fa-git:before{content:"\f1d3"}.fa-dev:before{content:"\f6cc"}.fa-sketch:before{content:"\f7c6"}.fa-yandex-international:before{content:"\f414"}.fa-cc-amex:before{content:"\f1f3"}.fa-uber:before{content:"\f402"}.fa-github:before{content:"\f09b"}.fa-php:before{content:"\f457"}.fa-alipay:before{content:"\f642"}.fa-youtube:before{content:"\f167"}.fa-skyatlas:before{content:"\f216"}.fa-firefox-browser:before{content:"\e007"}.fa-replyd:before{content:"\f3e6"}.fa-suse:before{content:"\f7d6"}.fa-jenkins:before{content:"\f3b6"}.fa-twitter:before{content:"\f099"}.fa-rockrms:before{content:"\f3e9"}.fa-pinterest:before{content:"\f0d2"}.fa-buffer:before{content:"\f837"}.fa-npm:before{content:"\f3d4"}.fa-yammer:before{content:"\f840"}.fa-btc:before{content:"\f15a"}.fa-dribbble:before{content:"\f17d"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-internet-explorer:before{content:"\f26b"}.fa-stubber:before{content:"\e5c7"}.fa-telegram-plane:before,.fa-telegram:before{content:"\f2c6"}.fa-old-republic:before{content:"\f510"}.fa-odysee:before{content:"\e5c6"}.fa-square-whatsapp:before,.fa-whatsapp-square:before{content:"\f40c"}.fa-node-js:before{content:"\f3d3"}.fa-edge-legacy:before{content:"\e078"}.fa-slack-hash:before,.fa-slack:before{content:"\f198"}.fa-medrt:before{content:"\f3c8"}.fa-usb:before{content:"\f287"}.fa-tumblr:before{content:"\f173"}.fa-vaadin:before{content:"\f408"}.fa-quora:before{content:"\f2c4"}.fa-square-x-twitter:before{content:"\e61a"}.fa-reacteurope:before{content:"\f75d"}.fa-medium-m:before,.fa-medium:before{content:"\f23a"}.fa-amilia:before{content:"\f36d"}.fa-mixcloud:before{content:"\f289"}.fa-flipboard:before{content:"\f44d"}.fa-viacoin:before{content:"\f237"}.fa-critical-role:before{content:"\f6c9"}.fa-sitrox:before{content:"\e44a"}.fa-discourse:before{content:"\f393"}.fa-joomla:before{content:"\f1aa"}.fa-mastodon:before{content:"\f4f6"}.fa-airbnb:before{content:"\f834"}.fa-wolf-pack-battalion:before{content:"\f514"}.fa-buy-n-large:before{content:"\f8a6"}.fa-gulp:before{content:"\f3ae"}.fa-creative-commons-sampling-plus:before{content:"\f4f1"}.fa-strava:before{content:"\f428"}.fa-ember:before{content:"\f423"}.fa-canadian-maple-leaf:before{content:"\f785"}.fa-teamspeak:before{content:"\f4f9"}.fa-pushed:before{content:"\f3e1"}.fa-wordpress-simple:before{content:"\f411"}.fa-nutritionix:before{content:"\f3d6"}.fa-wodu:before{content:"\e088"}.fa-google-pay:before{content:"\e079"}.fa-intercom:before{content:"\f7af"}.fa-zhihu:before{content:"\f63f"}.fa-korvue:before{content:"\f42f"}.fa-pix:before{content:"\e43a"}.fa-steam-symbol:before{content:"\f3f6"}body,html{direction:rtl;overflow-x:hidden}body::-webkit-scrollbar{display:none!important}body{scrollbar-width:none!important;-ms-overflow-style:none!important}h1,h2,h3,h4,h5,h6,p,span{color:#0a283a}:root{--answer-card:#faf5f3;--lesson-card-border:#c6a080;--lesson-card-background:#fff}.ml-5p{margin-left:5px}.ml-10p{margin-left:10px}.h-20{height:20%!important}.h-30{height:30%!important}.h-70,.h-70p{height:70%!important}.h-75p{height:75%}.h-80,.h-80p{height:80%!important}.h-85p{height:80%}.w-49{width:49%!important}.w-80{width:80%!important}.dtz.bg-light{background-color:#faf5f3!important}.dtz.bg-blue{background-color:#0a283a!important}.dtz.bg-lightgrey{background-color:#d3d3d3!important}.text-justify{text-align:justify}.font-article.font-bold{font-weight:700!important}.bg-bronza{background-color:#c6a080!important}.bg-trans{background-color:transparent!important}.dtz.br-2-blue{border:2px solid #0a283a}.dtz.br-1-boronza{border:1px solid #c6a080}.dtz.br-2-boronza{border:2px solid #c6a080}.dtz.brdr-6{border-radius:6px!important}.dtz.br-2-lightgrey{border:2px solid #d3d3d3}.dtz.color-white{color:#fff!important}.dtz.color-blue{color:#0a283a!important}.dtz.typ-header{font-family:BANiflaot}.dtz.brdr-3{border-radius:3px}.dtz.brdr-4{border-radius:4px}.dtz.brdr-6{border-radius:6px}.dtz.brdr-9{border-radius:9px}.dtz.button{height:50px;border-radius:8px;padding:10px 14px}.dtz.button.typ-header{font-weight:700;font-size:32px;line-height:30px;letter-spacing:1%}.dtz.button.large{height:60px;border-radius:8px;padding:10px 14px}.dtz.button.large.typ-header{font-weight:700;font-size:35px;line-height:30px;letter-spacing:0}.dtz.button.small{height:30px;border-radius:8px;padding:4px 8px}.dtz.button.small.typ-header{font-weight:700;font-size:18px;line-height:18px;letter-spacing:0}.book .dtz.circle-button{width:50px;height:50px;border-radius:30px;background:#c6a080;display:flex;justify-content:center;align-items:center;position:absolute;left:15px;bottom:-15px;color:#fff;border:6px solid #fff}@media (max-width:575px){.book .dtz.circle-button{width:34px;height:34px;border-radius:30px;background:#c6a080;display:flex;justify-content:center;align-items:center;position:absolute;left:15px;bottom:-15px;color:#fff;border:6px solid #fff}}.header-main{font-weight:700;font-size:75px;line-height:30px;letter-spacing:0;text-align:right;color:#0a283a}.dark-style .menu .app-brand.demo,.light-style .menu .app-brand.demo{height:64px}.app-brand-logo.demo{align-items:center;justify-content:center;display:flex;width:34px;height:24px}.app-brand-logo.demo svg{width:35px;height:24px}.app-brand-text.demo{font-size:1.375rem}.app-brand-link img{width:auto!important;height:70px!important}.layout-navbar.bg-navbar-theme{background-color:#0a283a!important}.layout-navbar-fixed .layout-wrapper:not(.layout-without-menu) .layout-page{padding-top:64px!important}.layout-navbar-fixed .layout-wrapper:not(.layout-horizontal):not(.layout-without-menu) .layout-page{padding-top:78px!important}.content-wrapper .navbar{z-index:auto}.demo-blocks>*{display:block!important}.demo-inline-spacing>*{margin:1rem .375rem 0 0!important}.demo-vertical-spacing>*{margin-top:1rem!important;margin-bottom:0!important}.demo-vertical-spacing.demo-only-element>:first-child{margin-top:0!important}.demo-vertical-spacing-lg>*{margin-top:1.875rem!important;margin-bottom:0!important}.demo-vertical-spacing-lg.demo-only-element>:first-child{margin-top:0!important}.demo-vertical-spacing-xl>*{margin-top:5rem!important;margin-bottom:0!important}.demo-vertical-spacing-xl.demo-only-element>:first-child{margin-top:0!important}.rtl-only{display:none!important;text-align:left!important;direction:ltr!important}[dir=rtl] .rtl-only{display:block!important}@media (max-width:576px){#dropdown-variation-demo .btn-group .text-truncate{width:254px;position:relative}#dropdown-variation-demo .btn-group .text-truncate:after{position:absolute;top:45%;right:.65rem}}.layout-demo-wrapper{display:flex;align-items:center;flex-direction:column;margin-top:1rem}.layout-demo-placeholder img{width:900px}.layout-demo-info{text-align:center;margin-top:1rem}.custom-line-height li{display:block;line-height:2.2!important}.custom-border{border:1px solid #c6bcae;border-radius:3px}.custom-border-bottom{border-bottom:1px solid #c6bcae}.page-header h2{font-size:1.875rem;font-weight:800}.page-header h2,.page-header h5{font-family:Heebo;line-height:40px}.page-header h5{font-size:1.5625rem;font-weight:500;text-align:justify}.cal{height:200px}.cal h5 span{color:#fff;border-radius:8px}.cal h5 span,.cal h5.card-content{font-family:Heebo;font-size:25px;font-weight:700;line-height:30px}.cal h5.card-content{text-align:center;color:#0a283a}.content-footer.footer{background-color:var(--bs-dtz-bg);border-top:2px solid var(--bs-dtz-primary)}.content-footer.footer .card{background-color:var(--bs-dtz-bg);border:2px solid #c6a080;box-shadow:none}.header.logo-text{direction:rtl;unicode-bidi:bidi-override}.header.logo-text span{color:#fff}.header.logo-text .vav-holam{color:#0a283a;position:relative}.header.logo-text .holam-1{position:absolute;top:5px;left:40px}.header.logo-text .holam-2{color:#0a283a;position:absolute;top:5px;right:75px}.footer.logo-text{direction:rtl;unicode-bidi:bidi-override}.footer.logo-text span{color:#0a283a}.footer.logo-text .vav-holam{color:#c6a080;position:relative}.footer.logo-text .holam-1{color:#0a283a;position:absolute;top:3px;left:20px}.footer.logo-text .holam-2{color:#c6a080;position:absolute;top:3px;right:35px}.footer.logo-description{font-family:BANiflaot;font-weight:700;font-size:32px;line-height:30px;letter-spacing:1%;text-align:right}.card-header,h4.footer-menu-title{font-size:1.875rem}.footer-link,.form-label,.menu-link,p{font-family:var(--bs-content-font-family);font-weight:700}.navbar-expand-lg .navbar-nav .nav-link{font-size:18px!important;color:#fff!important}.book .card{background-color:#fff}.product-attributes .card{border:1px solid #c6a080;background-color:#faf5f3}.book .card-body{padding-top:10px;padding-right:0}.book h5.card-title{font-size:1.8rem;font-weight:700}.book h5.card-title,.book p.card-text{font-family:Heebo;line-height:26px;text-align:right}.book p.card-text{font-size:1.5625rem;font-weight:400;color:#000}.product-price .price{font-family:Heebo;font-size:24px;font-style:normal;font-weight:700;line-height:26px}.product-info button{padding-right:0}.more-products h2{font-size:3.125rem;font-weight:700;line-height:40px}#questions-answers-sidebar{position:-webkit-sticky!important;position:sticky!important;top:20px!important;height:100vh!important;overflow-x:scroll!important;border-top:1px solid #c6a080!important;border-radius:8px!important;padding:0!important;z-index:1000;background-image:linear-gradient(0deg,#fff,#fff),linear-gradient(0deg,#fff,#fff),linear-gradient(0deg,rgba(0,0,0,.25),hsla(0,0%,100%,0)),linear-gradient(180deg,rgba(0,0,0,.25),hsla(0,0%,100%,0));background-position:bottom,top,bottom,top;background-color:#fff;background-repeat:no-repeat;background-size:100% 20px,100% 20px,100% 10px,100% 10px;background-attachment:local,local,scroll,scroll}#questions-answers-sidebar::-webkit-scrollbar{display:none}@media (min-width:1200px){.book h5.card-title{font-size:1.2rem}}@media (min-width:1400px){.book h5.card-title{font-size:1.4rem}}.last-answers h1{font-size:4.0625rem;font-weight:700;line-height:30px}.card.answer{overflow:hidden;height:140px}.answer .card-body{padding:10px 10px 0;overflow:hidden;position:relative;border-radius:.5rem;border:2px solid #c6a080;background:var(--answer-card)}.answer .card-footer{width:100%;display:flex;justify-content:flex-end}.answer p.card-text{margin-bottom:0;font-weight:300;font-family:var(--bs-content-font-family)}.box-donate{padding:30px;background:#faf5f3;border:1px solid #c6a080;border-radius:8px;position:relative}.mb80{margin-bottom:80px}.donate-button-wrapper{display:flex;justify-content:end;align-items:center;position:absolute;bottom:10px;left:10px}.answer .answer-button,.donate-button{width:50px;height:50px;border-radius:30px;background:#c6a080;display:flex;justify-content:center;align-items:center;color:#fff;border:6px solid var(--answer-card);font-family:var(--bs-content-font-family)}.answer .answer-button{position:absolute;left:10px;bottom:10px}.answer-wrap-home,.question-wrap{position:relative;height:170px;font-weight:300!important;border-radius:8px;border:2px solid #c6a080;background-color:#faf5f3;padding-bottom:50px}.question-wrap{height:auto;border-width:1px}.answer-wrap-admin{position:relative;font-weight:300!important;border-radius:8px;border:2px solid #c6a080;background-color:#faf5f3}.answer-wrap-home .answer-content{height:125px}.answer-button-home,.lesson-button-home{width:40px;height:40px;border-radius:30px;background:#c6a080;position:absolute;left:5px;bottom:0;border:4px solid var(--answer-card)}.answer-button-home,.lesson-button-home,.lesson-link{display:flex;justify-content:center;align-items:center;color:#fff;font-family:var(--bs-content-font-family);font-weight:"900"}.lesson-link{width:38px;height:38px;border-radius:30px;margin-top:-20px;margin-left:15px;flex-direction:row}.lesson-link.bronza{background:#c6a080}.lesson-link.blue{background:#0a283a}.qa-button-nav{width:24px;height:24px;border-radius:24px;background:#c6a080;display:flex;justify-content:center;align-items:center;color:#fff}.answer-id-home{position:absolute;left:45px;bottom:6px;margin:0;font-size:14px;font-family:Heebo;font-weight:700;color:#211308}.lesson-views-button,.qa-views-button{width:50px;height:50px;border-radius:8px;margin-left:30px;display:flex;justify-content:center;align-items:center;color:#0a283a;background:#fff;border:1px solid #0a283a;font-family:var(--bs-content-font-family);cursor:pointer}.lesson-views-button.ml-0,.qa-views-button.ml-0{margin-left:0}.lesson-views-button i,.qa-views-button i{font-size:20px}.lesson-views-button.selected,.qa-views-button.selected{color:#fff;background:#0a283a;border:1px solid #0a283a}.answer-label p{font-size:1rem;line-height:1rem}.questions-answers .answer-button-container{left:10px;bottom:10px;height:40px;display:flex;justify-content:flex-end;align-items:center;flex-direction:row}.questions-answers .answer-button{width:40px;height:40px;border-radius:30px;background:#c6a080;display:flex;justify-content:center;align-items:center;left:10px;bottom:10px;color:#fff;font-family:var(--bs-content-font-family)}.lesson .card{height:300px;padding-bottom:0}.lesson .card-body{border-radius:.5rem;border:1px solid var(--lesson-card-border);background:var(--lesson-card-background);padding:10px 10px 0;overflow:hidden;position:relative}.lesson .card-body h5,.lesson .card-body p{color:#000}.lesson-group-buttons{position:absolute;left:10px;bottom:10px;width:100%}.lesson-button{width:50px;height:50px;border-radius:30px;background:#c6a080;display:flex;flex-direction:column;justify-content:center;align-items:center;color:var(--lesson-card-background);border:6px solid var(--lesson-card-background)}.lesson-button a,.lesson-button a:active,.lesson-button a:hover,.lesson-button a:visited{line-height:0;color:#fff}.lesson-button.lesson-button-2,.lesson-button.lesson-button-3{background:#0a283a}.lesson-label p{font-size:1rem;line-height:1rem}.lesson h5.card-title{font-size:1rem;line-height:26px;font-family:heebo}.product-info button{font-family:Heebo;font-size:25px;font-weight:500;line-height:40px;text-align:right}.product-info .accordion-flush{border-bottom:1px solid #dee2e6}.ask-the-rav-btn-container button{background-color:#c6a080;opacity:0;font-size:35px;font-weight:700;line-height:30px;font-family:BANiflaot,sans-serif!important}.ask-the-rav form{background-color:var(--bs-dtz-bg);border:1px solid silver;border-radius:8px}.ask-the-rav .sidebar-menu{border-radius:8px;padding:0}.ask-the-rav .cat-level-1-toggle{background-color:#faf5f3}.ask-the-rav .cat-level-1-toggle,.ask-the-rav .cat-level-2-toggle{border-bottom:1px solid #c6a080}.ask-the-rav .cat-level-1-toggle,.ask-the-rav .cat-level-2-toggle,.ask-the-rav .cat-level-3-toggle{width:100%!important;font-family:Heebo!important;font-weight:600;border-radius:0!important;height:50px;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;padding-right:10px}.home-search-container{width:100%!important;height:60px;position:relative}.home-search-container input.search-input{font-family:Heebo!important;position:absolute;width:70%;height:50px;right:20px;top:5px;font-family:Heebo;font-weight:400;font-size:20px;letter-spacing:0;text-align:"right";border-top-left-radius:0!important;border-bottom-left-radius:0!important}.home-search-container button.btn{position:absolute;width:50px;height:50px;left:5px;top:5px}.home-search-container button.btn .fas.fa-search{color:#fff;font-size:28px}.topic-item{background:#c6a080;border-radius:50px}.all-topics-item,.topic-item{margin-bottom:10px;width:70px;height:70px}.all-topics-item{border:2px solid #c6a080;border-radius:50px}.topic-item img{width:40px;height:40px}.all-topics-item img{width:43px;height:43px}.topic-item .topic-item-image-container{padding:15px}.all-topics-item .all-topics-image-container{padding:13px}.topic-item-container{display:flex;flex-direction:column;justify-content:flex-start;align-items:center}.answer-archive h2.page-header,.books-categories .card h3.card-image{font-family:BANiflaot,sans-serif!important}.books-categories .card h3.card-image{text-align:center}.books-categories h2.page-header{font-family:BANiflaot,sans-serif!important;font-size:55px;font-weight:700;line-height:55px}.books-categories .card h3.card-title{font-family:BANiflaot,sans-serif!important;text-align:center}.books-banner{border-top:2px solid #c6a080}.books-banner h2.page-header{font-family:BANiflaot,sans-serif!important;font-size:50px;font-weight:700;line-height:55px}.page-lesson-media h5{font-size:50px}.page-lesson-media h5,.page-lesson-media p{font-family:BANiflaot,sans-serif!important;font-weight:700;line-height:40px;text-align:right}.page-lesson-media p{font-size:18px}.more-lessons h1{font-size:48px}.col-3.col-custom-3{width:31%}.text-right{text-align:right}.text-left{text-align:left}.fa-icon-circled{color:hsla(0,0%,100%,.6);font-weight:700;font-size:50px;border-radius:0;width:160px;height:100px;display:flex;justify-content:center;align-items:center;border-bottom:1px solid hsla(0,0%,100%,.6)}.fa-icon-circled-primary{margin:5px;padding:5px;color:#fff}.pr-0{padding-right:0!important}.pl-0{padding-left:0!important}.pl-20{padding-left:20px!important}.pl-40{padding-left:40px!important}.pl-10px{padding-left:10px!important}.pl-20px{padding-left:20px!important}.pl-sm-30px{padding-left:30px!important}.pl-40px{padding-left:40px!important}.pl-50px{padding-left:50px!important}.pr-10px{padding-right:10px!important}.pr-20px{padding-right:20px!important}.pr-30px{padding-right:30px!important}.pr-40px{padding-right:40px!important}.pr-50px{padding-right:50px!important}.pt-10px{padding-top:10px!important}.pt-20px{padding-top:20px!important}.pt-30px{padding-top:30px!important}.pt-40px{padding-top:40px!important}.pt-50px{padding-top:50px!important}.pr-1p{padding-right:1%!important}.pr-2p{padding-right:2%!important}.pr-3p{padding-right:3%!important}.pr-4p{padding-right:4%!important}.pr-5p{padding-right:5%!important}.mb-100px{margin-bottom:100px!important}.mb-50px{margin-bottom:50px!important}button.btn-dtz-primary-bg{background:#0a283a!important;border-radius:8px!important;color:#fff}button.btn-dtz-secondary-bg{background:#c6a080!important;border-radius:8px!important;color:#0a283a;font-weight:700}.btn-dtz-bg{background:#faf5f3;border-radius:8px!important;border:1px solid #c6a080!important}#regular-content.display-all-lessons{display:block!important}.home-topic-item-name{font-size:50px;font-weight:700}.home-slider{flex-shrink:0;background-image:linear-gradient(270deg,rgba(255,206,182,.8) 0,#c57047 64.5%,#c57047),url(/_next/static/media/bg.98146c91.jpeg);background-position:100%;background-size:contain;background-repeat:no-repeat;background-blend-mode:plus-darker;position:relative}.home-slider h1{font-size:160px;line-height:160px}.home-slider h5{font-size:50px;line-height:50px}.hamekubal{border-radius:8px!important}.hamekubal,.hamekubal.content-section-1{padding:50px!important;background:#fff!important}.hamekubal.content-section-1{border:2px solid #c6a080!important;border-radius:8px!important}.donate-description{text-align:center;font-weight:400;font-size:22px;line-height:38px}.book-img{border:2px solid #c6a080;border-radius:8px}.shopping-cart-title{display:flex;flex-direction:row;justify-content:center;align-items:center}.btn.btn-nav{font-size:16px;font-family:Heebo;margin-left:10px;width:220px;height:42px;border-radius:8px;background:#faf5f3;border:10px;box-shadow:none;color:#0a283a}#home-slider-content{text-align:center}#weekly-lesson{background:#0a283a;padding-left:6.5%;padding-right:6.5%}#weekly-lesson .font-main-title,#weekly-lesson .font-subtitle{color:#fff;margin-bottom:0}#weekly-lesson-content{width:100%;padding-top:25px;padding-bottom:25px}#home-all-answers,#home-questions-answers{padding-left:6.5%;padding-right:6.5%}#home-donate-banner .main-title{font-size:75px}.donate-box{padding:30px;background-color:#faf5f3!important;border:1px solid #c6a080;border-radius:8px;margin-bottom:130px}#home-books{padding-left:6.5%;padding-right:6.5%;display:flex;flex-direction:row;justify-content:center}#home-books-content,#home-books>div{width:87%}.mb-px-50{margin-bottom:50px}.w100p{width:100%}.donate-row{display:flex;flex-direction:column;justify-content:space-around}.donate-box{height:200px;width:100%;margin-bottom:35px;position:relative;border-width:"1px"!important}#cart-subtotal{border:1px solid #c6a080}@media (max-width:575px){.header.logo-text .holam-1{position:absolute;top:2px;left:20px}.header.logo-text .holam-2{color:#0a283a;position:absolute;top:2px;right:32px}.home-qa-bef-space,.home-qa-inner-space{height:15px}.pl-sm-30px{padding-left:"none"!important}#home-slider-content{margin-top:20px;height:50%}.text-xs-center{text-align:center!important}.home-slider h1{font-size:70px;line-height:70px}.home-slider h5{font-size:20px;line-height:20px;font-weight:600}.home-search-container{width:100%!important;height:50px;background-color:red;margin-top:20px;margin-bottom:20px}.home-search-container input.search-input{width:70%;height:40px;right:20px;top:5px;font-weight:400;font-size:20px;letter-spacing:0}.home-search-container button.btn{position:absolute;width:40px;height:40px;left:5px;top:5px}.home-search-container button.btn .fas.fa-search{font-size:22px!important}.donate-row{display:flex;flex-direction:column;justify-content:space-between}.hamekubal,.hamekubal.content-section-1{padding:20px!important}#home-slider-figure{width:40%}.home-slider{flex-shrink:0;background-image:linear-gradient(0deg,rgba(255,206,182,.8) 0,#c57047 40%,#c57047),url(/_next/static/media/bg.98146c91.jpeg);background-position:bottom;background-size:contain;background-repeat:no-repeat;background-blend-mode:plus-darker;min-height:55vh;display:flex;flex-direction:column;justify-content:center}#home-slider-harav-mutzafi-wrapper,.home-slider{position:relative}#home-slider-harav-mutzafi-wrapper img{height:200px;opacity:.8;position:absolute;bottom:0;left:10px}.home-qa-search-btn{width:47%!important}#ask-the-rav-container{margin-top:50px;height:570px}.card-img{width:30%!important}.card-img img.card-img-top{width:100%;height:auto}.book .card-body{width:100%}.lesson-views-button,.qa-views-button{width:40px;height:40px;border-radius:8px;margin-left:20px;display:flex;justify-content:center;align-items:center;color:#0a283a;background:#fff;border:1px solid #0a283a;font-family:var(--bs-content-font-family);cursor:pointer}.lesson-views-button.ml-0,.qa-views-button.ml-0{margin-left:0}.lesson-views-button i,.qa-views-button i{font-size:16px}.lesson-views-button.selected,.qa-views-button.selected{color:#fff;background:#0a283a;border:1px solid #0a283a}}@media (max-height:490px){#home-slider-harav-mutzafi-wrapper img{display:none}}@media (min-width:576px){.header.logo-text .holam-1{position:absolute;top:2px;left:11%}.header.logo-text .holam-2{color:#0a283a;position:absolute;top:2px;right:20%}.home-qa-bef-space,.home-qa-inner-space{height:15px}.pl-sm-30px{padding-left:30px!important}.text-xs-center{text-align:center!important}.home-slider h1{font-size:70px;line-height:70px}.home-search-container{background-color:red}.home-search-container input.search-input{width:70%;height:40px;right:20px;top:5px;font-weight:400;font-size:20px;letter-spacing:0}.home-search-container button.btn{position:absolute;width:40px;height:40px;left:5px;top:5px}.home-search-container button.btn .fas.fa-search{font-size:22px!important}.donate-row{display:flex;flex-direction:column;justify-content:space-between}.hamekubal,.hamekubal.content-section-1{padding:20px!important}#home-slider-figure{width:40%}.home-slider{flex-shrink:0;background-image:linear-gradient(0deg,rgba(255,206,182,.8) 0,#c57047 40%,#c57047),url(/_next/static/media/bg.98146c91.jpeg);background-position:bottom;background-size:contain;background-repeat:no-repeat;background-blend-mode:plus-darker}#home-slider-harav-mutzafi-wrapper,.home-slider{position:relative}#home-slider-harav-mutzafi-wrapper.wrapper-sm{height:300px}#home-slider-harav-mutzafi-wrapper img{max-height:100%;opacity:.8;position:absolute;bottom:0;left:10px}.home-qa-search-btn{width:47%!important}#ask-the-rav-container{margin-top:50px;height:570px}.card-img img.card-img-top{width:100%;height:auto}.book .card-body{width:100%}.lesson-views-button,.qa-views-button{width:40px;height:40px;border-radius:8px;margin-left:20px;display:flex;justify-content:center;align-items:center;color:#0a283a;background:#fff;border:1px solid #0a283a;font-family:var(--bs-content-font-family);cursor:pointer}.lesson-views-button.ml-0,.qa-views-button.ml-0{margin-left:0}.lesson-views-button i,.qa-views-button i{font-size:16px}.lesson-views-button.selected,.qa-views-button.selected{color:#fff;background:#0a283a;border:1px solid #0a283a}.home-slider h5{font-size:20px;line-height:20px;font-weight:600}.home-search-container{width:100%!important;height:50px;margin-top:20px;margin-bottom:20px}#ask-the-rav-container{margin-top:0;height:735px}}@media (min-width:768px){.weekly-lesson-p1{font-size:45px!important;line-height:45px!important}.weekly-lesson-p2a,.weekly-lesson-p2b{font-size:33px!important;line-height:33px!important}.home-qa-bef-space{height:35px}.home-qa-header{height:100px}.home-qa-buttons{margin-top:15px}.home-qa-col-left{padding-right:10px}.home-qa-col-right{padding-left:10px}.home-search-container{width:80%!important;height:50px}#home-slider-figure{width:40%}.home-search-container input.search-input{width:70%;height:40px;right:20px;top:5px;font-weight:400;font-size:20px;letter-spacing:0}.home-search-container button.btn{position:absolute;width:40px;height:40px;left:5px;top:5px}.home-search-container button.btn .fas.fa-search{font-size:22px!important}.donate-row{display:flex;flex-direction:row;justify-content:space-between}.donate-box{height:200px;width:48%;margin-bottom:35px;position:relative;border-width:"1px"!important}.card-img img.card-img-top{width:100%!important}.home-slider{flex-shrink:0;background-image:linear-gradient(270deg,rgba(255,206,182,.8) 0,#c57047 64.5%,#c57047),url(/_next/static/media/bg.98146c91.jpeg);background-position:100%;background-size:contain;background-repeat:no-repeat;background-blend-mode:plus-darker;position:relative}#home-slider-content{min-height:320px}#home-slider-harav-mutzafi-wrapper img{max-height:100%;opacity:.8;position:absolute;bottom:0;left:10px}#home-slider-harav-mutzafi-wrapper.wrapper-sm{height:300px}}@media (min-width:992px){.weekly-lesson-p1{font-size:45px!important;line-height:45px!important}.weekly-lesson-p2a,.weekly-lesson-p2b{font-size:28px!important;line-height:28px!important}.home-slider h1{font-size:110px;line-height:110px}.home-slider h5{font-size:28px;line-height:28px;font-weight:600}.home-search-container{width:80%!important;height:50px}#home-slider-figure{width:40%}.home-search-container input.search-input{width:70%;height:40px;right:20px;top:5px;font-weight:400;font-size:20px;letter-spacing:0}.home-search-container button.btn{position:absolute;width:40px;height:40px;left:5px;top:5px}.home-search-container button.btn .fas.fa-search{font-size:22px!important}#weekly-lesson .main-title{font-size:30px}#home-questions-answers,#weekly-lesson{padding-left:2%;padding-right:2%}#home-donate-banner .main-title{font-size:48px}#home-books{padding-left:2%;padding-right:2%}#home-books .book-title{font-size:20px}#home-books .book-price{font-size:18px}#ask-the-rav-container>div{margin-top:100px}#questions-answers-board{padding-right:"0px"}.text-lg-right{text-align:right!important}.navbar-expand-lg .navbar-nav .nav-link{font-size:14px!important;color:#fff!important}.col-lg-1.col-custom-1{width:14.28%}.home-slider{flex-shrink:0;background-image:linear-gradient(270deg,rgba(255,206,182,.8) 0,#c57047 64.5%,#c57047),url(/_next/static/media/bg.98146c91.jpeg);background-position:100%;background-size:contain;background-repeat:no-repeat;background-blend-mode:plus-darker;position:relative}#home-slider-content{min-height:350px}#home-slider-harav-mutzafi-wrapper img{max-height:100%;opacity:.8;position:absolute;bottom:0;left:10px}#home-slider-harav-mutzafi-wrapper.wrapper-sm{height:350px}}@media (min-width:1200px){.weekly-lesson-p1{font-size:45px!important;line-height:45px!important}.weekly-lesson-p2a,.weekly-lesson-p2b{font-size:28px!important;line-height:28px!important}.home-slider h1{font-size:115px;line-height:115px}.home-slider h5{font-size:28px;line-height:28px;font-weight:600}.home-search-container{width:80%!important;height:44px}.home-search-container input.search-input{width:70%;height:32px;right:20px;top:5px;font-weight:400;font-size:16px;letter-spacing:0}.home-search-container button.btn{padding:0;position:absolute;width:36px;height:36px;left:4px;top:4px}.home-search-container button.btn .fas.fa-search{font-size:12px!important}#weekly-lesson .main-title{font-size:36px}#home-books,#home-questions-answers,#weekly-lesson{padding-left:4%;padding-right:4%}#home-donate-banner .main-title{font-size:75px}#home-questions-answers .col-qa.p-0{padding-left:40px!important}#ask-the-rav-container>div{margin-top:0}#questions-answers-board{padding-right:100px}#cart-subtotal{width:20%!important}.pr-xl-0{padding-right:0!important}.navbar-expand-lg .navbar-nav .nav-link{font-size:14px!important;color:#fff!important}.home-slider{flex-shrink:0;background-image:linear-gradient(270deg,rgba(255,206,182,.8) 0,#c57047 64.5%,#c57047),url(/_next/static/media/bg.98146c91.jpeg);background-position:100%;background-size:contain;background-repeat:no-repeat;background-blend-mode:plus-darker;position:relative}#home-slider-content{min-height:400px}#home-slider-harav-mutzafi-wrapper.wrapper-sm{height:400px}}@media (min-width:1400px){.weekly-lesson-p2a,.weekly-lesson-p2b{font-size:28px!important;line-height:28px!important}.weekly-lesson-p1{font-size:45px!important;line-height:45px!important}.weekly-lesson-p2a,.weekly-lesson-p2b{font-size:35px!important;line-height:35px!important}.home-slider h1{font-size:140px;line-height:140px}.home-slider h5{font-size:38px;line-height:38px;font-weight:700}.home-search-container{width:80%!important;height:60px}.home-search-container input.search-input{width:70%;height:50px;right:20px;top:5px;font-weight:400;font-size:20px;letter-spacing:0}.home-search-container button.btn{position:absolute;width:50px;height:50px;left:5px;top:5px}.home-search-container button.btn .fas.fa-search{font-size:22px!important}#weekly-lesson .main-title{font-size:42px}#home-books,#home-questions-answers,#weekly-lesson{padding-left:6%;padding-right:6%}#home-questions-answers .col-qa.p-0{padding-left:40px!important}#ask-the-rav-container>div{margin-top:0}#questions-answers-board{padding-right:"100px"}.navbar-expand-lg .navbar-nav .nav-link{font-size:16px!important;color:#fff!important}#home-slider-content{min-height:450px}#home-slider-harav-mutzafi-wrapper.wrapper-sm{height:450px}}@media (min-width:1600px){.weekly-lesson-p1{font-size:60px!important;line-height:60px!important}.weekly-lesson-p2a,.weekly-lesson-p2b{font-size:40px!important;line-height:40px!important}.home-slider h1{font-size:160px;line-height:160px}.home-slider h5{font-size:44px;line-height:44px;font-weight:700}.home-search-container{width:70%!important;height:60px}.home-search-container input.search-input{width:60%;height:50px;right:20px;top:5px;font-weight:400;font-size:20px;letter-spacing:0}.home-search-container button.btn{position:absolute;min-width:50px;min-height:50px;left:5px;top:5px}.home-search-container button.btn .fas.fa-search{font-size:22px!important}#weekly-lesson .main-title{font-size:46px}#home-books,#home-questions-answers,#weekly-lesson{padding-left:6.5%;padding-right:6.5%}#home-questions-answers .col-qa.p-0{padding-left:40px!important}#ask-the-rav-container>div{margin-top:0}.navbar-expand-lg .navbar-nav .nav-link{font-size:18px!important;color:#fff!important}#home-slider-content{min-height:500px}#home-slider-harav-mutzafi-wrapper.wrapper-sm{height:500px}}.custom-navbar-toggle .navbar-toggler-icon{width:2rem;height:2rem;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")!important}.hide-scrollbar{-ms-overflow-style:none;scrollbar-width:none;overflow:scroll}.hide-scrollbar::-webkit-scrollbar{display:none}
/*!
 * Bootstrap  v5.3.2 (https://getbootstrap.com/)
 * Copyright 2011-2023 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */:root,[data-bs-theme=light]{--bs-blue:#007bff;--bs-indigo:#6610f2;--bs-purple:#7367f0;--bs-pink:#e83e8c;--bs-red:#ea5455;--bs-orange:#fd7e14;--bs-yellow:#ff9f43;--bs-green:#28c76f;--bs-teal:#20c997;--bs-cyan:#00cfe8;--bs-black:#4b465c;--bs-white:#fff;--bs-gray:rgba(75,70,92,.6);--bs-gray-dark:rgba(75,70,92,.8);--bs-gray-25:rgba(75,70,92,.015);--bs-gray-50:rgba(75,70,92,.03);--bs-primary:#0a283a;--bs-secondary:#c6a080;--bs-success:#28c76f;--bs-info:#00cfe8;--bs-warning:#ff9f43;--bs-danger:#ea5455;--bs-light:#dfdfe3;--bs-dark:#4b4b4b;--bs-gray:rgba(75,70,92,.05);--bs-primary-rgb:10,40,58;--bs-secondary-rgb:198,160,128;--bs-success-rgb:40,199,111;--bs-info-rgb:0,207,232;--bs-warning-rgb:255,159,67;--bs-danger-rgb:234,84,85;--bs-light-rgb:223,223,227;--bs-dark-rgb:75,75,75;--bs-gray-rgb:75,70,92;--bs-primary-text-emphasis:#041017;--bs-secondary-text-emphasis:#4f4033;--bs-success-text-emphasis:#10502c;--bs-info-text-emphasis:#00535d;--bs-warning-text-emphasis:#66401b;--bs-danger-text-emphasis:#5e2222;--bs-light-text-emphasis:rgba(75,70,92,.7);--bs-dark-text-emphasis:rgba(75,70,92,.7);--bs-primary-bg-subtle:#ced4d8;--bs-secondary-bg-subtle:#f4ece6;--bs-success-bg-subtle:#d4f4e2;--bs-info-bg-subtle:#ccf5fa;--bs-warning-bg-subtle:#ffecd9;--bs-danger-bg-subtle:#fbdddd;--bs-light-bg-subtle:rgba(251,250,251,.525);--bs-dark-bg-subtle:rgba(75,70,92,.4);--bs-primary-border-subtle:#9da9b0;--bs-secondary-border-subtle:#e8d9cc;--bs-success-border-subtle:#a9e9c5;--bs-info-border-subtle:#99ecf6;--bs-warning-border-subtle:#ffd9b4;--bs-danger-border-subtle:#f7bbbb;--bs-light-border-subtle:rgba(75,70,92,.2);--bs-dark-border-subtle:rgba(75,70,92,.5);--bs-white-rgb:255,255,255;--bs-black-rgb:75,70,92;--bs-font-sans-serif:"Heebo",sans-serif;--bs-font-monospace:"SFMono-Regular",Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--bs-gradient:linear-gradient(180deg,hsla(0,0%,100%,.15),hsla(0,0%,100%,0));--bs-root-font-size:16px;--bs-body-font-family:var(--bs-font-sans-serif);--bs-body-font-size:0.9375rem;--bs-body-font-weight:400;--bs-body-line-height:1.47;--bs-body-color:#6f6b7d;--bs-body-color-rgb:111,107,125;--bs-body-bg:#fff;--bs-body-bg-rgb:255,255,255;--bs-emphasis-color:#4b465c;--bs-emphasis-color-rgb:75,70,92;--bs-secondary-color:hsla(253,8%,45%,.75);--bs-secondary-color-rgb:111,107,125;--bs-secondary-bg:rgba(75,70,92,.2);--bs-secondary-bg-rgb:75,70,92;--bs-tertiary-color:hsla(253,8%,45%,.5);--bs-tertiary-color-rgb:111,107,125;--bs-tertiary-bg:rgba(75,70,92,.05);--bs-tertiary-bg-rgb:75,70,92;--bs-heading-color:#5d596c;--bs-link-color:#0a283a;--bs-link-color-rgb:10,40,58;--bs-link-decoration:none;--bs-link-hover-color:#092434;--bs-link-hover-color-rgb:9,36,52;--bs-code-color:#e83e8c;--bs-highlight-color:#6f6b7d;--bs-highlight-bg:#ffecd9;--bs-border-width:1px;--bs-border-style:solid;--bs-border-color:#dbdade;--bs-border-color-translucent:rgba(75,70,92,.175);--bs-border-radius:0.375rem;--bs-border-radius-sm:0.25rem;--bs-border-radius-lg:0.5rem;--bs-border-radius-xl:0.625rem;--bs-border-radius-xxl:2rem;--bs-border-radius-2xl:var(--bs-border-radius-xxl);--bs-border-radius-pill:50rem;--bs-box-shadow:0 0.25rem 1rem hsla(251,6%,66%,.45);--bs-box-shadow-sm:0 0.125rem 0.25rem hsla(251,6%,66%,.3);--bs-box-shadow-lg:0 0.625rem 1.25rem hsla(251,6%,66%,.4);--bs-box-shadow-inset:inset 0 1px 2px rgba(75,70,92,.075);--bs-focus-ring-width:0.15rem;--bs-focus-ring-opacity:0.75;--bs-focus-ring-color:rgba(75,70,92,.75);--bs-form-valid-color:#28c76f;--bs-form-valid-border-color:#28c76f;--bs-form-invalid-color:#ea5455;--bs-form-invalid-border-color:#ea5455}*,:after,:before{box-sizing:border-box}:root{font-size:var(--bs-root-font-size)}@media (prefers-reduced-motion:no-preference){:root{scroll-behavior:smooth}}body{margin:0;font-family:var(--bs-body-font-family);font-size:var(--bs-body-font-size);font-weight:var(--bs-body-font-weight);line-height:var(--bs-body-line-height);color:var(--bs-body-color);text-align:var(--bs-body-text-align);background-color:var(--bs-body-bg);-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(75,70,92,0)}hr{margin:1rem 0;color:#dbdade;border:0;border-top:var(--bs-border-width) solid;opacity:1}p{margin-top:0;margin-bottom:1rem}abbr[title]{-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}address{margin-bottom:1rem;font-style:normal;line-height:inherit}ol,ul{padding-left:2rem}dl,ol,ul{margin-top:0;margin-bottom:1rem}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:500}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}b,strong{font-weight:bolder}.small,small{font-size:.8125rem}.mark,mark{padding:.1875em;color:var(--bs-highlight-color);background-color:var(--bs-highlight-bg)}sub,sup{position:relative;font-size:.75em;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:rgba(var(--bs-link-color-rgb),var(--bs-link-opacity,1));text-decoration:none}a:hover{--bs-link-color-rgb:var(--bs-link-hover-color-rgb)}a:not([href]):not([class]),a:not([href]):not([class]):hover{color:inherit;text-decoration:none}code,kbd,pre,samp{font-family:var(--bs-font-monospace);font-size:1em}pre{display:block;margin-top:0;margin-bottom:1rem;overflow:auto;font-size:.8125rem}pre code{font-size:inherit;color:inherit;word-break:normal}code{font-size:.8125rem;color:var(--bs-code-color);word-wrap:break-word}a>code{color:inherit}kbd{padding:.1875rem .375rem;font-size:.8125rem;color:var(--bs-body-bg);background-color:var(--bs-body-color);border-radius:.25rem}kbd kbd{padding:0;font-size:1em}figure{margin:0 0 1rem}img,svg{vertical-align:middle}table{caption-side:bottom;border-collapse:collapse}caption{padding-top:.55rem;padding-bottom:.55rem;color:#a5a3ae;text-align:left}th{font-weight:500;text-align:inherit;text-align:-webkit-match-parent}tbody,td,tfoot,th,thead,tr{border:0 solid;border-color:inherit}label{display:inline-block}button{border-radius:0}button:focus:not(:focus-visible){outline:0}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,select{text-transform:none}[role=button]{cursor:pointer}select{word-wrap:normal}select:disabled{opacity:1}[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator{display:none!important}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled){cursor:pointer}::-moz-focus-inner{padding:0;border-style:none}textarea{resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{float:left;width:100%;padding:0;margin-bottom:.5rem;font-size:calc(1.275rem + .3vw);line-height:inherit}@media (min-width:1200px){legend{font-size:1.5rem}}legend+*{clear:left}::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-fields-wrapper,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-text,::-webkit-datetime-edit-year-field{padding:0}::-webkit-inner-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-color-swatch-wrapper{padding:0}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}::file-selector-button{font:inherit;-webkit-appearance:button}output{display:inline-block}iframe{border:0}summary{display:list-item;cursor:pointer}progress{vertical-align:baseline}[hidden]{display:none!important}.lead{font-size:1.125rem;font-weight:300}.display-1{font-size:calc(1.6rem + 4.2vw);font-weight:500;line-height:1.37}@media (min-width:1200px){.display-1{font-size:4.75rem}}.display-2{font-size:calc(1.5625rem + 3.75vw);font-weight:500;line-height:1.37}@media (min-width:1200px){.display-2{font-size:4.375rem}}.display-3{font-size:calc(1.5125rem + 3.15vw);font-weight:500;line-height:1.37}@media (min-width:1200px){.display-3{font-size:3.875rem}}.display-4{font-size:calc(1.4625rem + 2.55vw);font-weight:500;line-height:1.37}@media (min-width:1200px){.display-4{font-size:3.375rem}}.display-5{font-size:calc(1.425rem + 2.1vw);font-weight:500;line-height:1.37}@media (min-width:1200px){.display-5{font-size:3rem}}.display-6{font-size:calc(1.3875rem + 1.65vw);font-weight:500;line-height:1.37}@media (min-width:1200px){.display-6{font-size:2.625rem}}.list-inline,.list-unstyled{padding-left:0;list-style:none}.list-inline-item{display:inline-block}.list-inline-item:not(:last-child){margin-right:.5rem}.initialism{font-size:.8125rem;text-transform:uppercase}.blockquote{margin-bottom:1rem;font-size:1.171875rem}.blockquote>:last-child{margin-bottom:0}.blockquote-footer{margin-top:-1rem;margin-bottom:1rem;font-size:.8125rem;color:rgba(75,70,92,.6)}.blockquote-footer:before{content:"— "}.img-fluid,.img-thumbnail{max-width:100%;height:auto}.img-thumbnail{padding:0;background-color:transparent;border:0 solid var(--bs-border-color);border-radius:0}.figure{display:inline-block}.figure-img{margin-bottom:.5rem;line-height:1}.figure-caption{font-size:.8125rem;color:#a5a3ae}.container,.container-fluid,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{--bs-gutter-x:1.5rem;--bs-gutter-y:0;width:100%;padding-right:calc(var(--bs-gutter-x) * .5);padding-left:calc(var(--bs-gutter-x) * .5);margin-right:auto;margin-left:auto}@media (min-width:576px){.container,.container-sm{max-width:540px}}@media (min-width:768px){.container,.container-md,.container-sm{max-width:720px}}@media (min-width:992px){.container,.container-lg,.container-md,.container-sm{max-width:960px}}@media (min-width:1200px){.container,.container-lg,.container-md,.container-sm,.container-xl{max-width:1140px}}@media (min-width:1400px){.container,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{max-width:1440px}}:root{--bs-breakpoint-xs:0;--bs-breakpoint-sm:576px;--bs-breakpoint-md:768px;--bs-breakpoint-lg:992px;--bs-breakpoint-xl:1200px;--bs-breakpoint-xxl:1400px}.row{--bs-gutter-x:1.5rem;--bs-gutter-y:0;display:flex;flex-wrap:wrap;margin-top:calc(-1 * var(--bs-gutter-y));margin-right:calc(-.5 * var(--bs-gutter-x));margin-left:calc(-.5 * var(--bs-gutter-x))}.row>*{flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--bs-gutter-x) * .5);padding-left:calc(var(--bs-gutter-x) * .5);margin-top:var(--bs-gutter-y)}.col{flex:1 0}.row-cols-auto>*{flex:0 0 auto;width:auto}.row-cols-1>*{flex:0 0 auto;width:100%}.row-cols-2>*{flex:0 0 auto;width:50%}.row-cols-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-4>*{flex:0 0 auto;width:25%}.row-cols-5>*{flex:0 0 auto;width:20%}.row-cols-6>*{flex:0 0 auto;width:16.66666667%}.col-auto{flex:0 0 auto;width:auto}.col-1{flex:0 0 auto;width:8.33333333%}.col-2{flex:0 0 auto;width:16.66666667%}.col-3{flex:0 0 auto;width:25%}.col-4{flex:0 0 auto;width:33.33333333%}.col-5{flex:0 0 auto;width:41.66666667%}.col-6{flex:0 0 auto;width:50%}.col-7{flex:0 0 auto;width:58.33333333%}.col-8{flex:0 0 auto;width:66.66666667%}.col-9{flex:0 0 auto;width:75%}.col-10{flex:0 0 auto;width:83.33333333%}.col-11{flex:0 0 auto;width:91.66666667%}.col-12{flex:0 0 auto;width:100%}.offset-1{margin-left:8.33333333%}.offset-2{margin-left:16.66666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.33333333%}.offset-5{margin-left:41.66666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.33333333%}.offset-8{margin-left:66.66666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.33333333%}.offset-11{margin-left:91.66666667%}.g-0,.gx-0{--bs-gutter-x:0}.g-0,.gy-0{--bs-gutter-y:0}.g-1,.gx-1{--bs-gutter-x:0.25rem}.g-1,.gy-1{--bs-gutter-y:0.25rem}.g-2,.gx-2{--bs-gutter-x:0.5rem}.g-2,.gy-2{--bs-gutter-y:0.5rem}.g-3,.gx-3{--bs-gutter-x:1rem}.g-3,.gy-3{--bs-gutter-y:1rem}.g-4,.gx-4{--bs-gutter-x:1.5rem}.g-4,.gy-4{--bs-gutter-y:1.5rem}.g-5,.gx-5{--bs-gutter-x:3rem}.g-5,.gy-5{--bs-gutter-y:3rem}@media (min-width:576px){.col-sm{flex:1 0}.row-cols-sm-auto>*{flex:0 0 auto;width:auto}.row-cols-sm-1>*{flex:0 0 auto;width:100%}.row-cols-sm-2>*{flex:0 0 auto;width:50%}.row-cols-sm-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-sm-4>*{flex:0 0 auto;width:25%}.row-cols-sm-5>*{flex:0 0 auto;width:20%}.row-cols-sm-6>*{flex:0 0 auto;width:16.66666667%}.col-sm-auto{flex:0 0 auto;width:auto}.col-sm-1{flex:0 0 auto;width:8.33333333%}.col-sm-2{flex:0 0 auto;width:16.66666667%}.col-sm-3{flex:0 0 auto;width:25%}.col-sm-4{flex:0 0 auto;width:33.33333333%}.col-sm-5{flex:0 0 auto;width:41.66666667%}.col-sm-6{flex:0 0 auto;width:50%}.col-sm-7{flex:0 0 auto;width:58.33333333%}.col-sm-8{flex:0 0 auto;width:66.66666667%}.col-sm-9{flex:0 0 auto;width:75%}.col-sm-10{flex:0 0 auto;width:83.33333333%}.col-sm-11{flex:0 0 auto;width:91.66666667%}.col-sm-12{flex:0 0 auto;width:100%}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.33333333%}.offset-sm-2{margin-left:16.66666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.33333333%}.offset-sm-5{margin-left:41.66666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.33333333%}.offset-sm-8{margin-left:66.66666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.33333333%}.offset-sm-11{margin-left:91.66666667%}.g-sm-0,.gx-sm-0{--bs-gutter-x:0}.g-sm-0,.gy-sm-0{--bs-gutter-y:0}.g-sm-1,.gx-sm-1{--bs-gutter-x:0.25rem}.g-sm-1,.gy-sm-1{--bs-gutter-y:0.25rem}.g-sm-2,.gx-sm-2{--bs-gutter-x:0.5rem}.g-sm-2,.gy-sm-2{--bs-gutter-y:0.5rem}.g-sm-3,.gx-sm-3{--bs-gutter-x:1rem}.g-sm-3,.gy-sm-3{--bs-gutter-y:1rem}.g-sm-4,.gx-sm-4{--bs-gutter-x:1.5rem}.g-sm-4,.gy-sm-4{--bs-gutter-y:1.5rem}.g-sm-5,.gx-sm-5{--bs-gutter-x:3rem}.g-sm-5,.gy-sm-5{--bs-gutter-y:3rem}}@media (min-width:768px){.col-md{flex:1 0}.row-cols-md-auto>*{flex:0 0 auto;width:auto}.row-cols-md-1>*{flex:0 0 auto;width:100%}.row-cols-md-2>*{flex:0 0 auto;width:50%}.row-cols-md-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-md-4>*{flex:0 0 auto;width:25%}.row-cols-md-5>*{flex:0 0 auto;width:20%}.row-cols-md-6>*{flex:0 0 auto;width:16.66666667%}.col-md-auto{flex:0 0 auto;width:auto}.col-md-1{flex:0 0 auto;width:8.33333333%}.col-md-2{flex:0 0 auto;width:16.66666667%}.col-md-3{flex:0 0 auto;width:25%}.col-md-4{flex:0 0 auto;width:33.33333333%}.col-md-5{flex:0 0 auto;width:41.66666667%}.col-md-6{flex:0 0 auto;width:50%}.col-md-7{flex:0 0 auto;width:58.33333333%}.col-md-8{flex:0 0 auto;width:66.66666667%}.col-md-9{flex:0 0 auto;width:75%}.col-md-10{flex:0 0 auto;width:83.33333333%}.col-md-11{flex:0 0 auto;width:91.66666667%}.col-md-12{flex:0 0 auto;width:100%}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.33333333%}.offset-md-2{margin-left:16.66666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.33333333%}.offset-md-5{margin-left:41.66666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.33333333%}.offset-md-8{margin-left:66.66666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.33333333%}.offset-md-11{margin-left:91.66666667%}.g-md-0,.gx-md-0{--bs-gutter-x:0}.g-md-0,.gy-md-0{--bs-gutter-y:0}.g-md-1,.gx-md-1{--bs-gutter-x:0.25rem}.g-md-1,.gy-md-1{--bs-gutter-y:0.25rem}.g-md-2,.gx-md-2{--bs-gutter-x:0.5rem}.g-md-2,.gy-md-2{--bs-gutter-y:0.5rem}.g-md-3,.gx-md-3{--bs-gutter-x:1rem}.g-md-3,.gy-md-3{--bs-gutter-y:1rem}.g-md-4,.gx-md-4{--bs-gutter-x:1.5rem}.g-md-4,.gy-md-4{--bs-gutter-y:1.5rem}.g-md-5,.gx-md-5{--bs-gutter-x:3rem}.g-md-5,.gy-md-5{--bs-gutter-y:3rem}}@media (min-width:992px){.col-lg{flex:1 0}.row-cols-lg-auto>*{flex:0 0 auto;width:auto}.row-cols-lg-1>*{flex:0 0 auto;width:100%}.row-cols-lg-2>*{flex:0 0 auto;width:50%}.row-cols-lg-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-lg-4>*{flex:0 0 auto;width:25%}.row-cols-lg-5>*{flex:0 0 auto;width:20%}.row-cols-lg-6>*{flex:0 0 auto;width:16.66666667%}.col-lg-auto{flex:0 0 auto;width:auto}.col-lg-1{flex:0 0 auto;width:8.33333333%}.col-lg-2{flex:0 0 auto;width:16.66666667%}.col-lg-3{flex:0 0 auto;width:25%}.col-lg-4{flex:0 0 auto;width:33.33333333%}.col-lg-5{flex:0 0 auto;width:41.66666667%}.col-lg-6{flex:0 0 auto;width:50%}.col-lg-7{flex:0 0 auto;width:58.33333333%}.col-lg-8{flex:0 0 auto;width:66.66666667%}.col-lg-9{flex:0 0 auto;width:75%}.col-lg-10{flex:0 0 auto;width:83.33333333%}.col-lg-11{flex:0 0 auto;width:91.66666667%}.col-lg-12{flex:0 0 auto;width:100%}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.33333333%}.offset-lg-2{margin-left:16.66666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.33333333%}.offset-lg-5{margin-left:41.66666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.33333333%}.offset-lg-8{margin-left:66.66666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.33333333%}.offset-lg-11{margin-left:91.66666667%}.g-lg-0,.gx-lg-0{--bs-gutter-x:0}.g-lg-0,.gy-lg-0{--bs-gutter-y:0}.g-lg-1,.gx-lg-1{--bs-gutter-x:0.25rem}.g-lg-1,.gy-lg-1{--bs-gutter-y:0.25rem}.g-lg-2,.gx-lg-2{--bs-gutter-x:0.5rem}.g-lg-2,.gy-lg-2{--bs-gutter-y:0.5rem}.g-lg-3,.gx-lg-3{--bs-gutter-x:1rem}.g-lg-3,.gy-lg-3{--bs-gutter-y:1rem}.g-lg-4,.gx-lg-4{--bs-gutter-x:1.5rem}.g-lg-4,.gy-lg-4{--bs-gutter-y:1.5rem}.g-lg-5,.gx-lg-5{--bs-gutter-x:3rem}.g-lg-5,.gy-lg-5{--bs-gutter-y:3rem}}@media (min-width:1200px){.col-xl{flex:1 0}.row-cols-xl-auto>*{flex:0 0 auto;width:auto}.row-cols-xl-1>*{flex:0 0 auto;width:100%}.row-cols-xl-2>*{flex:0 0 auto;width:50%}.row-cols-xl-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-xl-4>*{flex:0 0 auto;width:25%}.row-cols-xl-5>*{flex:0 0 auto;width:20%}.row-cols-xl-6>*{flex:0 0 auto;width:16.66666667%}.col-xl-auto{flex:0 0 auto;width:auto}.col-xl-1{flex:0 0 auto;width:8.33333333%}.col-xl-2{flex:0 0 auto;width:16.66666667%}.col-xl-3{flex:0 0 auto;width:25%}.col-xl-4{flex:0 0 auto;width:33.33333333%}.col-xl-5{flex:0 0 auto;width:41.66666667%}.col-xl-6{flex:0 0 auto;width:50%}.col-xl-7{flex:0 0 auto;width:58.33333333%}.col-xl-8{flex:0 0 auto;width:66.66666667%}.col-xl-9{flex:0 0 auto;width:75%}.col-xl-10{flex:0 0 auto;width:83.33333333%}.col-xl-11{flex:0 0 auto;width:91.66666667%}.col-xl-12{flex:0 0 auto;width:100%}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.33333333%}.offset-xl-2{margin-left:16.66666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.33333333%}.offset-xl-5{margin-left:41.66666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.33333333%}.offset-xl-8{margin-left:66.66666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.33333333%}.offset-xl-11{margin-left:91.66666667%}.g-xl-0,.gx-xl-0{--bs-gutter-x:0}.g-xl-0,.gy-xl-0{--bs-gutter-y:0}.g-xl-1,.gx-xl-1{--bs-gutter-x:0.25rem}.g-xl-1,.gy-xl-1{--bs-gutter-y:0.25rem}.g-xl-2,.gx-xl-2{--bs-gutter-x:0.5rem}.g-xl-2,.gy-xl-2{--bs-gutter-y:0.5rem}.g-xl-3,.gx-xl-3{--bs-gutter-x:1rem}.g-xl-3,.gy-xl-3{--bs-gutter-y:1rem}.g-xl-4,.gx-xl-4{--bs-gutter-x:1.5rem}.g-xl-4,.gy-xl-4{--bs-gutter-y:1.5rem}.g-xl-5,.gx-xl-5{--bs-gutter-x:3rem}.g-xl-5,.gy-xl-5{--bs-gutter-y:3rem}}@media (min-width:1400px){.col-xxl{flex:1 0}.row-cols-xxl-auto>*{flex:0 0 auto;width:auto}.row-cols-xxl-1>*{flex:0 0 auto;width:100%}.row-cols-xxl-2>*{flex:0 0 auto;width:50%}.row-cols-xxl-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-xxl-4>*{flex:0 0 auto;width:25%}.row-cols-xxl-5>*{flex:0 0 auto;width:20%}.row-cols-xxl-6>*{flex:0 0 auto;width:16.66666667%}.col-xxl-auto{flex:0 0 auto;width:auto}.col-xxl-1{flex:0 0 auto;width:8.33333333%}.col-xxl-2{flex:0 0 auto;width:16.66666667%}.col-xxl-3{flex:0 0 auto;width:25%}.col-xxl-4{flex:0 0 auto;width:33.33333333%}.col-xxl-5{flex:0 0 auto;width:41.66666667%}.col-xxl-6{flex:0 0 auto;width:50%}.col-xxl-7{flex:0 0 auto;width:58.33333333%}.col-xxl-8{flex:0 0 auto;width:66.66666667%}.col-xxl-9{flex:0 0 auto;width:75%}.col-xxl-10{flex:0 0 auto;width:83.33333333%}.col-xxl-11{flex:0 0 auto;width:91.66666667%}.col-xxl-12{flex:0 0 auto;width:100%}.offset-xxl-0{margin-left:0}.offset-xxl-1{margin-left:8.33333333%}.offset-xxl-2{margin-left:16.66666667%}.offset-xxl-3{margin-left:25%}.offset-xxl-4{margin-left:33.33333333%}.offset-xxl-5{margin-left:41.66666667%}.offset-xxl-6{margin-left:50%}.offset-xxl-7{margin-left:58.33333333%}.offset-xxl-8{margin-left:66.66666667%}.offset-xxl-9{margin-left:75%}.offset-xxl-10{margin-left:83.33333333%}.offset-xxl-11{margin-left:91.66666667%}.g-xxl-0,.gx-xxl-0{--bs-gutter-x:0}.g-xxl-0,.gy-xxl-0{--bs-gutter-y:0}.g-xxl-1,.gx-xxl-1{--bs-gutter-x:0.25rem}.g-xxl-1,.gy-xxl-1{--bs-gutter-y:0.25rem}.g-xxl-2,.gx-xxl-2{--bs-gutter-x:0.5rem}.g-xxl-2,.gy-xxl-2{--bs-gutter-y:0.5rem}.g-xxl-3,.gx-xxl-3{--bs-gutter-x:1rem}.g-xxl-3,.gy-xxl-3{--bs-gutter-y:1rem}.g-xxl-4,.gx-xxl-4{--bs-gutter-x:1.5rem}.g-xxl-4,.gy-xxl-4{--bs-gutter-y:1.5rem}.g-xxl-5,.gx-xxl-5{--bs-gutter-x:3rem}.g-xxl-5,.gy-xxl-5{--bs-gutter-y:3rem}}.table{--bs-table-color-type:initial;--bs-table-bg-type:initial;--bs-table-color-state:initial;--bs-table-bg-state:initial;--bs-table-color:var(--bs-body-color);--bs-table-bg:transparent;--bs-table-border-color:var(--bs-border-color);--bs-table-accent-bg:transparent;--bs-table-striped-color:var(--bs-body-color);--bs-table-striped-bg:#fbfbfc;--bs-table-active-color:var(--bs-body-color);--bs-table-active-bg:rgba(10,40,58,.08);--bs-table-hover-color:var(--bs-body-color);--bs-table-hover-bg:rgba(75,70,92,.04);width:100%;margin-bottom:1rem;vertical-align:middle;border-color:var(--bs-table-border-color)}.table>:not(caption)>*>*{padding:.55rem 1.25rem;color:var(--bs-table-color-state,var(--bs-table-color-type,var(--bs-table-color)));background-color:var(--bs-table-bg);border-bottom-width:var(--bs-border-width);box-shadow:inset 0 0 0 9999px var(--bs-table-bg-state,var(--bs-table-bg-type,var(--bs-table-accent-bg)))}.table>tbody{vertical-align:inherit}.table>thead{vertical-align:bottom}.table-group-divider{border-top:calc(var(--bs-border-width) * 2) solid}.caption-top{caption-side:top}.table-sm>:not(caption)>*>*{padding:.25rem 1.25rem}.table-bordered>:not(caption)>*{border-width:var(--bs-border-width) 0}.table-bordered>:not(caption)>*>*{border-width:0 var(--bs-border-width)}.table-borderless>:not(caption)>*>*{border-bottom-width:0}.table-borderless>:not(:first-child){border-top-width:0}.table-striped-columns>:not(caption)>tr>:nth-child(2n),.table-striped>tbody>tr:nth-of-type(odd)>*{--bs-table-color-type:var(--bs-table-striped-color);--bs-table-bg-type:var(--bs-table-striped-bg)}.table-active{--bs-table-color-state:var(--bs-table-active-color);--bs-table-bg-state:var(--bs-table-active-bg)}.table-hover>tbody>tr:hover>*{--bs-table-color-state:var(--bs-table-hover-color);--bs-table-bg-state:var(--bs-table-hover-bg)}.table-primary{--bs-table-color:#4b465c;--bs-table-bg:#ebeeef;--bs-table-border-color:#cbccd2;--bs-table-striped-bg:#e8ebec;--bs-table-striped-color:#4b465c;--bs-table-active-bg:#dee1e3;--bs-table-active-color:#4b465c;--bs-table-hover-bg:#e5e7e9;--bs-table-hover-color:#4b465c}.table-primary,.table-secondary{color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-secondary{--bs-table-color:#4b465c;--bs-table-bg:#fff;--bs-table-border-color:#c6a080;--bs-table-border-width:2px;--bs-table-striped-bg:#fff;background-color:var(--bs-table-bg);border-width:var(--bs-table-border-width)}.table-success{--bs-table-color:#4b465c;--bs-table-border-color:#cdd7d5}.table-info,.table-success{color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-info{--bs-table-color:#4b465c;--bs-table-border-color:#cbd7dd}.table-warning{--bs-table-color:#4b465c;--bs-table-border-color:#dbd4d2}.table-danger,.table-warning{color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-danger{--bs-table-color:#4b465c;--bs-table-border-color:#d9cfd3}.table-light{--bs-table-color:#4b465c;--bs-table-border-color:#c1c0c8}.table-dark,.table-light{color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-dark{--bs-table-color:#fff;--bs-table-border-color:#6f6f6f}.table-responsive{overflow-x:auto;-webkit-overflow-scrolling:touch}@media (max-width:575.98px){.table-responsive-sm{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width:767.98px){.table-responsive-md{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width:991.98px){.table-responsive-lg{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width:1199.98px){.table-responsive-xl{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width:1399.98px){.table-responsive-xxl{overflow-x:auto;-webkit-overflow-scrolling:touch}}.form-label{margin-bottom:.25rem;font-size:.8125rem;color:#5d596c}.col-form-label{padding-top:calc(.422rem + var(--bs-border-width));padding-bottom:calc(.422rem + var(--bs-border-width));margin-bottom:0;font-size:inherit;line-height:1.5;color:#5d596c}.col-form-label-lg{padding-top:calc(.594rem + var(--bs-border-width));padding-bottom:calc(.594rem + var(--bs-border-width));font-size:1.125rem}.col-form-label-sm{padding-top:calc(.266rem + var(--bs-border-width));padding-bottom:calc(.266rem + var(--bs-border-width));font-size:.8125rem}.form-text{margin-top:.25rem;font-size:.8125rem;color:#a5a3ae}.form-control{display:block;width:100%;padding:.422rem .875rem;font-size:.9375rem;font-weight:400;line-height:1.5;color:#6f6b7d;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#fff;background-clip:padding-box;border:var(--bs-border-width) solid #dbdade;border-radius:var(--bs-border-radius);transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.form-control{transition:none}}.form-control[type=file]{overflow:hidden}.form-control[type=file]:not(:disabled):not([readonly]){cursor:pointer}.form-control:focus{color:#6f6b7d;background-color:#fff;border-color:#0a283a;outline:0;box-shadow:0 .125rem .25rem hsla(251,6%,66%,.3)}.form-control::-webkit-date-and-time-value{min-width:85px;height:1.5em;margin:0}.form-control::-webkit-datetime-edit{display:block;padding:0}.form-control::placeholder{color:#b7b5be;opacity:1}.form-control:disabled{background-color:rgba(75,70,92,.08);opacity:1}.form-control::-webkit-file-upload-button{padding:.422rem .875rem;margin:-.422rem -.875rem;-webkit-margin-end:.875rem;margin-inline-end:.875rem;color:#6f6b7d;background-color:#fff;pointer-events:none;border:0 solid;border-color:inherit;border-inline-end-width:var(--bs-border-width);border-radius:0;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.form-control::file-selector-button{padding:.422rem .875rem;margin:-.422rem -.875rem;-webkit-margin-end:.875rem;margin-inline-end:.875rem;color:#6f6b7d;background-color:#fff;pointer-events:none;border:0 solid;border-color:inherit;border-inline-end-width:var(--bs-border-width);border-radius:0;transition:all .2s ease-in-out}@media (prefers-reduced-motion:reduce){.form-control::-webkit-file-upload-button{-webkit-transition:none;transition:none}.form-control::file-selector-button{transition:none}}.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button{background-color:#f2f2f2}.form-control:hover:not(:disabled):not([readonly])::file-selector-button{background-color:#f2f2f2}.form-control-plaintext{display:block;width:100%;padding:.422rem 0;margin-bottom:0;line-height:1.5;color:var(--bs-body-color);background-color:transparent;border:solid transparent;border-width:var(--bs-border-width) 0}.form-control-plaintext:focus{outline:0}.form-control-plaintext.form-control-lg,.form-control-plaintext.form-control-sm{padding-right:0;padding-left:0}.form-control-sm{min-height:calc(1.5em + .532rem + calc(var(--bs-border-width) * 2));padding:.266rem .625rem;font-size:.8125rem;border-radius:var(--bs-border-radius-sm)}.form-control-sm::-webkit-file-upload-button{padding:.266rem .625rem;margin:-.266rem -.625rem;-webkit-margin-end:.625rem;margin-inline-end:.625rem}.form-control-sm::file-selector-button{padding:.266rem .625rem;margin:-.266rem -.625rem;-webkit-margin-end:.625rem;margin-inline-end:.625rem}.form-control-lg{min-height:calc(1.5em + 1.188rem + calc(var(--bs-border-width) * 2));padding:.594rem 1rem;font-size:1.125rem;border-radius:var(--bs-border-radius-lg)}.form-control-lg::-webkit-file-upload-button{padding:.594rem 1rem;margin:-.594rem -1rem;-webkit-margin-end:1rem;margin-inline-end:1rem}.form-control-lg::file-selector-button{padding:.594rem 1rem;margin:-.594rem -1rem;-webkit-margin-end:1rem;margin-inline-end:1rem}textarea.form-control{min-height:calc(1.5em + .844rem + calc(var(--bs-border-width) * 2))}textarea.form-control-sm{min-height:calc(1.5em + .532rem + calc(var(--bs-border-width) * 2))}textarea.form-control-lg{min-height:calc(1.5em + 1.188rem + calc(var(--bs-border-width) * 2))}.form-control-color{width:3rem;height:calc(1.5em + .844rem + calc(var(--bs-border-width) * 2));padding:.422rem}.form-control-color:not(:disabled):not([readonly]){cursor:pointer}.form-control-color::-moz-color-swatch{border:0!important;border-radius:var(--bs-border-radius)}.form-control-color::-webkit-color-swatch{border:0!important;border-radius:var(--bs-border-radius)}.form-control-color.form-control-sm{height:calc(1.5em + .532rem + calc(var(--bs-border-width) * 2))}.form-control-color.form-control-lg{height:calc(1.5em + 1.188rem + calc(var(--bs-border-width) * 2))}.form-select{--bs-form-select-bg-img:url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 7.5L10 12.5L15 7.5' stroke='%236f6b7d' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5 7.5L10 12.5L15 7.5' stroke='white' stroke-opacity='0.2' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");display:block;width:100%;padding:.422rem 2.45rem .422rem .875rem;font-size:.9375rem;font-weight:400;line-height:1.5;color:#6f6b7d;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#fff;background-image:var(--bs-form-select-bg-img),var(--bs-form-select-bg-icon,none);background-repeat:no-repeat;background-position:right .875rem center;background-size:22px 20px;border:var(--bs-border-width) solid #dbdade;border-radius:var(--bs-border-radius);transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.form-select{transition:none}}.form-select:focus{border-color:#0a283a;outline:0;box-shadow:0 .125rem .25rem hsla(251,6%,66%,.3)}.form-select[multiple],.form-select[size]:not([size="1"]){padding-right:.875rem;background-image:none}.form-select:disabled{color:#a5a3ae;background-color:rgba(75,70,92,.08)}.form-select:-moz-focusring{color:transparent;text-shadow:0 0 0 #6f6b7d}.form-select-sm{padding-top:.266rem;padding-bottom:.266rem;padding-left:.625rem;font-size:.8125rem;border-radius:var(--bs-border-radius-sm)}.form-select-lg{padding-top:.594rem;padding-bottom:.594rem;padding-left:1rem;font-size:1.125rem;border-radius:var(--bs-border-radius-lg)}.form-check{display:block;min-height:1.378125rem;padding-left:1.7em;margin-bottom:.125rem}.form-check .form-check-input{float:left;margin-left:-1.7em}.form-check-reverse{padding-right:1.7em;padding-left:0;text-align:right}.form-check-reverse .form-check-input{float:right;margin-right:-1.7em;margin-left:0}.form-check-input{--bs-form-check-bg:#fff;flex-shrink:0;width:1.2em;height:1.2em;margin-top:.135em;vertical-align:top;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:var(--bs-form-check-bg);background-image:var(--bs-form-check-bg-image);background-repeat:no-repeat;background-position:50%;background-size:contain;border:2px solid #dbdade;print-color-adjust:exact}.form-check-input[type=checkbox]{border-radius:.25em}.form-check-input[type=radio]{border-radius:50%}.form-check-input:active{filter:brightness(90%)}.form-check-input:focus{border-color:#0a283a;outline:0;box-shadow:0 .125rem .25rem hsla(251,6%,66%,.3)}.form-check-input:checked{background-color:#0a283a;border-color:#0a283a}.form-check-input:checked[type=checkbox]{--bs-form-check-bg-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='13' viewBox='0 0 15 14' fill='none'%3E%3Cpath d='M3.41667 7L6.33333 9.91667L12.1667 4.08333' stroke='%23fff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}.form-check-input:checked[type=radio]{--bs-form-check-bg-image:url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='5' y='5' width='8' height='8' rx='4' fill='%23fff'/%3E%3C/svg%3E%0A")}.form-check-input[type=checkbox]:indeterminate{background-color:#0a283a;border-color:#0a283a;--bs-form-check-bg-image:url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.5 9H12.5' stroke='%23fff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}.form-check-input:disabled{pointer-events:none;filter:none;opacity:.5}.form-check-input:disabled~.form-check-label,.form-check-input[disabled]~.form-check-label{cursor:default;opacity:.5}.form-check-label{cursor:pointer}.form-switch{padding-left:2.5em}.form-switch .form-check-input{--bs-form-switch-bg:url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='9' cy='9' r='6' fill='rgba%2875, 70, 92, 0.2%29'/%3E%3C/svg%3E%0A");width:2em;margin-left:-2.5em;background-image:var(--bs-form-switch-bg);background-position:0;border-radius:2em;transition:background-position .15s ease-in-out}@media (prefers-reduced-motion:reduce){.form-switch .form-check-input{transition:none}}.form-switch .form-check-input:focus{--bs-form-switch-bg:url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='9' cy='9' r='6' fill='%230a283a'/%3E%3C/svg%3E%0A")}.form-switch .form-check-input:checked{background-position:100%;--bs-form-switch-bg:url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='9' cy='9' r='6' fill='%23fff'/%3E%3C/svg%3E%0A")}.form-switch.form-check-reverse{padding-right:2.5em;padding-left:0}.form-switch.form-check-reverse .form-check-input{margin-right:-2.5em;margin-left:0}.form-check-inline{display:inline-block;margin-right:1rem}.btn-check{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.btn-check:disabled+.btn,.btn-check[disabled]+.btn{pointer-events:none;filter:none;opacity:.65}.form-range{width:100%;height:.85rem;padding:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:transparent}.form-range:focus{outline:0}.form-range:focus::-webkit-slider-thumb{box-shadow:0 0 0 3px rgba(75,70,92,.1),0 .31rem 1.25rem 0 rgba(75,70,92,.4)}.form-range:focus::-moz-range-thumb{box-shadow:0 0 0 3px rgba(75,70,92,.1),0 .31rem 1.25rem 0 rgba(75,70,92,.4)}.form-range::-moz-focus-outer{border:0}.form-range::-webkit-slider-thumb{width:.75rem;height:.75rem;margin-top:-.3125rem;-webkit-appearance:none;appearance:none;background-color:#fff;border:0;border-radius:1rem;-webkit-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.form-range::-webkit-slider-thumb{-webkit-transition:none;transition:none}}.form-range::-webkit-slider-thumb:active{background-color:#fff}.form-range::-webkit-slider-runnable-track{width:100%;height:.125rem;color:transparent;cursor:pointer;background-color:rgba(75,70,92,.2);border-color:transparent;border-radius:1rem}.form-range::-moz-range-thumb{width:.75rem;height:.75rem;-moz-appearance:none;appearance:none;background-color:#fff;border:0;border-radius:1rem;-moz-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.form-range::-moz-range-thumb{-moz-transition:none;transition:none}}.form-range::-moz-range-thumb:active{background-color:#fff}.form-range::-moz-range-track{width:100%;height:.125rem;color:transparent;cursor:pointer;background-color:rgba(75,70,92,.2);border-color:transparent;border-radius:1rem}.form-range:disabled{pointer-events:none}.form-range:disabled::-webkit-slider-thumb{background-color:#dbdade}.form-range:disabled::-moz-range-thumb{background-color:#dbdade}.form-floating{position:relative}.form-floating>.form-control,.form-floating>.form-control-plaintext,.form-floating>.form-select{height:calc(3.5rem + calc(var(--bs-border-width) * 2));min-height:calc(3.5rem + calc(var(--bs-border-width) * 2));line-height:1.25}.form-floating>label{position:absolute;top:0;left:0;z-index:2;height:100%;padding:1rem .875rem;overflow:hidden;text-align:start;text-overflow:ellipsis;white-space:nowrap;pointer-events:none;border:var(--bs-border-width) solid transparent;transform-origin:0 0;transition:opacity .2s ease-in-out,transform .2s ease-in-out}@media (prefers-reduced-motion:reduce){.form-floating>label{transition:none}}.form-floating>.form-control,.form-floating>.form-control-plaintext{padding:1rem .875rem}.form-floating>.form-control-plaintext::placeholder,.form-floating>.form-control::placeholder{color:transparent}.form-floating>.form-control-plaintext:focus,.form-floating>.form-control-plaintext:not(:placeholder-shown),.form-floating>.form-control:focus,.form-floating>.form-control:not(:placeholder-shown){padding-top:1.625rem;padding-bottom:.625rem}.form-floating>.form-control-plaintext:-webkit-autofill,.form-floating>.form-control:-webkit-autofill{padding-top:1.625rem;padding-bottom:.625rem}.form-floating>.form-select{padding-top:1.625rem;padding-bottom:.625rem}.form-floating>.form-control-plaintext~label,.form-floating>.form-control:focus~label,.form-floating>.form-control:not(:placeholder-shown)~label,.form-floating>.form-select~label{color:rgba(var(--bs-body-color-rgb),.75);transform:scale(.85) translateY(-.5rem) translateX(.15rem)}.form-floating>.form-control-plaintext~label:after,.form-floating>.form-control:focus~label:after,.form-floating>.form-control:not(:placeholder-shown)~label:after,.form-floating>.form-select~label:after{position:absolute;inset:1rem .4375rem;z-index:-1;height:1.5em;content:"";background-color:#fff;border-radius:var(--bs-border-radius)}.form-floating>.form-control:-webkit-autofill~label{color:rgba(var(--bs-body-color-rgb),.75);transform:scale(.85) translateY(-.5rem) translateX(.15rem)}.form-floating>.form-control-plaintext~label{border-width:var(--bs-border-width) 0}.form-floating>.form-control:disabled~label,.form-floating>:disabled~label{color:rgba(75,70,92,.6)}.form-floating>.form-control:disabled~label:after,.form-floating>:disabled~label:after{background-color:rgba(75,70,92,.08)}.input-group{position:relative;display:flex;flex-wrap:wrap;align-items:stretch;width:100%}.input-group>.form-control,.input-group>.form-floating,.input-group>.form-select{position:relative;flex:1 1 auto;width:1%;min-width:0}.input-group>.form-control:focus,.input-group>.form-floating:focus-within,.input-group>.form-select:focus{z-index:5}.input-group .btn{position:relative;z-index:2}.input-group .btn:focus{z-index:5}.input-group-text{display:flex;align-items:center;padding:.422rem .75rem;font-size:.9375rem;font-weight:400;line-height:1.5;color:#6f6b7d;text-align:center;white-space:nowrap;background-color:#fff;border:var(--bs-border-width) solid #dbdade;border-radius:var(--bs-border-radius)}.input-group-lg>.btn,.input-group-lg>.form-control,.input-group-lg>.form-select,.input-group-lg>.input-group-text{padding:.594rem 1rem;font-size:1.125rem;border-radius:var(--bs-border-radius-lg)}.input-group-sm>.btn,.input-group-sm>.form-control,.input-group-sm>.form-select,.input-group-sm>.input-group-text{padding:.266rem .625rem;font-size:.8125rem;border-radius:var(--bs-border-radius-sm)}.input-group-lg>.form-select,.input-group-sm>.form-select{padding-right:3.325rem}.input-group.has-validation>.dropdown-toggle:nth-last-child(n+4),.input-group.has-validation>.form-floating:nth-last-child(n+3)>.form-control,.input-group.has-validation>.form-floating:nth-last-child(n+3)>.form-select,.input-group.has-validation>:nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3),.input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-control,.input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-select,.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating){border-top-right-radius:0;border-bottom-right-radius:0}.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback){margin-left:calc(var(--bs-border-width) * -1);border-top-left-radius:0;border-bottom-left-radius:0}.input-group>.form-floating:not(:first-child)>.form-control,.input-group>.form-floating:not(:first-child)>.form-select{border-top-left-radius:0;border-bottom-left-radius:0}.btn{--bs-btn-padding-x:1.25rem;--bs-btn-padding-y:0.6rem;--bs-btn-font-family: ;--bs-btn-font-size:0.9375rem;--bs-btn-font-weight:500;--bs-btn-line-height:1.125;--bs-btn-color:var(--bs-body-color);--bs-btn-bg:transparent;--bs-btn-border-width:var(--bs-border-width);--bs-btn-border-color:transparent;--bs-btn-border-radius:var(--bs-border-radius);--bs-btn-hover-border-color:transparent;--bs-btn-box-shadow:0 0.125rem 0.25rem hsla(251,6%,66%,.3);--bs-btn-disabled-opacity:0.65;--bs-btn-focus-box-shadow:0 0 0 0.05rem rgba(var(--bs-btn-focus-shadow-rgb),.5);display:inline-block;padding:var(--bs-btn-padding-y) var(--bs-btn-padding-x);font-family:var(--bs-btn-font-family);font-size:var(--bs-btn-font-size);font-weight:var(--bs-btn-font-weight);line-height:var(--bs-btn-line-height);color:var(--bs-btn-color);text-align:center;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;user-select:none;border:var(--bs-btn-border-width) solid var(--bs-btn-border-color);border-radius:var(--bs-btn-border-radius);background-color:var(--bs-btn-bg);transition:all .2s ease-in-out}@media (prefers-reduced-motion:reduce){.btn{transition:none}}.btn:hover{color:var(--bs-btn-hover-color);background-color:var(--bs-btn-hover-bg);border-color:var(--bs-btn-hover-border-color)}.btn-check+.btn:hover{color:var(--bs-btn-color);background-color:var(--bs-btn-bg);border-color:var(--bs-btn-border-color)}.btn:focus-visible{color:var(--bs-btn-hover-color);background-color:var(--bs-btn-hover-bg);border-color:var(--bs-btn-hover-border-color);outline:0;box-shadow:var(--bs-btn-focus-box-shadow)}.btn-check:focus-visible+.btn{border-color:var(--bs-btn-hover-border-color);outline:0;box-shadow:var(--bs-btn-focus-box-shadow)}.btn-check:checked+.btn,.btn.active,.btn.show,.btn:first-child:active,:not(.btn-check)+.btn:active{color:var(--bs-btn-active-color);background-color:var(--bs-btn-active-bg);border-color:var(--bs-btn-active-border-color)}.btn-check:checked+.btn:focus-visible,.btn.active:focus-visible,.btn.show:focus-visible,.btn:first-child:active:focus-visible,:not(.btn-check)+.btn:active:focus-visible{box-shadow:var(--bs-btn-focus-box-shadow)}.btn.disabled,.btn:disabled,fieldset:disabled .btn{color:var(--bs-btn-disabled-color);pointer-events:none;background-color:var(--bs-btn-disabled-bg);border-color:var(--bs-btn-disabled-border-color);opacity:var(--bs-btn-disabled-opacity)}.btn-link{--bs-btn-font-weight:400;--bs-btn-color:var(--bs-link-color);--bs-btn-bg:transparent;--bs-btn-border-color:transparent;--bs-btn-hover-color:var(--bs-link-hover-color);--bs-btn-hover-border-color:transparent;--bs-btn-active-color:var(--bs-link-hover-color);--bs-btn-active-border-color:transparent;--bs-btn-disabled-color:rgba(75,70,92,.6);--bs-btn-disabled-border-color:transparent;--bs-btn-box-shadow:0 0 0 #000;--bs-btn-focus-shadow-rgb:47,72,88;text-decoration:none}.btn-link:focus-visible{color:var(--bs-btn-color)}.btn-link:hover{color:var(--bs-btn-hover-color)}.btn-group-lg>.btn,.btn-lg{--bs-btn-padding-y:0.84rem;--bs-btn-padding-x:1.625rem;--bs-btn-font-size:1.0625rem;--bs-btn-border-radius:var(--bs-border-radius-lg)}.btn-group-sm>.btn,.btn-sm{--bs-btn-padding-y:0.41rem;--bs-btn-padding-x:0.875rem;--bs-btn-font-size:0.8125rem;--bs-btn-border-radius:var(--bs-border-radius-sm)}.fade{transition:opacity .15s linear}@media (prefers-reduced-motion:reduce){.fade{transition:none}}.fade:not(.show){opacity:0}.collapse:not(.show){display:none}.collapsing{height:0;overflow:hidden;transition:height .35s ease}@media (prefers-reduced-motion:reduce){.collapsing{transition:none}}.collapsing.collapse-horizontal{width:0;height:auto;transition:width .35s ease}@media (prefers-reduced-motion:reduce){.collapsing.collapse-horizontal{transition:none}}.dropdown,.dropdown-center,.dropend,.dropstart,.dropup,.dropup-center{position:relative}.dropdown-toggle{white-space:nowrap}.dropdown-toggle:after{display:inline-block;margin-left:.5em;vertical-align:middle;content:""}.dropdown-toggle:empty:after{margin-left:0}.dropdown-menu{--bs-dropdown-zindex:1000;--bs-dropdown-min-width:10rem;--bs-dropdown-padding-x:0;--bs-dropdown-padding-y:0.5rem;--bs-dropdown-spacer:0.25rem;--bs-dropdown-font-size:0.9375rem;--bs-dropdown-color:var(--bs-body-color);--bs-dropdown-bg:#fff;--bs-dropdown-border-color:#dbdade;--bs-dropdown-border-radius:var(--bs-border-radius);--bs-dropdown-border-width:0px;--bs-dropdown-inner-border-radius:0px;--bs-dropdown-divider-bg:#dbdade;--bs-dropdown-divider-margin-y:0.5rem;--bs-dropdown-box-shadow:0 0.25rem 1rem hsla(251,6%,66%,.45);--bs-dropdown-link-color:#5d596c;--bs-dropdown-link-hover-color:#0a283a;--bs-dropdown-link-hover-bg:rgba(10,40,58,.08);--bs-dropdown-link-active-color:#fff;--bs-dropdown-link-active-bg:#0a283a;--bs-dropdown-link-disabled-color:#c9c8ce;--bs-dropdown-item-padding-x:1rem;--bs-dropdown-item-padding-y:0.42rem;--bs-dropdown-header-color:#a5a3ae;--bs-dropdown-header-padding-x:1rem;--bs-dropdown-header-padding-y:0.5rem;position:absolute;z-index:var(--bs-dropdown-zindex);display:none;min-width:var(--bs-dropdown-min-width);padding:var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);margin:0;font-size:var(--bs-dropdown-font-size);color:var(--bs-dropdown-color);text-align:left;list-style:none;background-color:var(--bs-dropdown-bg);background-clip:padding-box;border:var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);border-radius:var(--bs-dropdown-border-radius)}.dropdown-menu[data-bs-popper]{top:100%;left:0;margin-top:var(--bs-dropdown-spacer)}.dropdown-menu-start{--bs-position:start}.dropdown-menu-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-end{--bs-position:end}.dropdown-menu-end[data-bs-popper]{right:0;left:auto}@media (min-width:576px){.dropdown-menu-sm-start{--bs-position:start}.dropdown-menu-sm-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-sm-end{--bs-position:end}.dropdown-menu-sm-end[data-bs-popper]{right:0;left:auto}}@media (min-width:768px){.dropdown-menu-md-start{--bs-position:start}.dropdown-menu-md-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-md-end{--bs-position:end}.dropdown-menu-md-end[data-bs-popper]{right:0;left:auto}}@media (min-width:992px){.dropdown-menu-lg-start{--bs-position:start}.dropdown-menu-lg-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-lg-end{--bs-position:end}.dropdown-menu-lg-end[data-bs-popper]{right:0;left:auto}}@media (min-width:1200px){.dropdown-menu-xl-start{--bs-position:start}.dropdown-menu-xl-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-xl-end{--bs-position:end}.dropdown-menu-xl-end[data-bs-popper]{right:0;left:auto}}@media (min-width:1400px){.dropdown-menu-xxl-start{--bs-position:start}.dropdown-menu-xxl-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-xxl-end{--bs-position:end}.dropdown-menu-xxl-end[data-bs-popper]{right:0;left:auto}}.dropup .dropdown-menu[data-bs-popper]{top:auto;bottom:100%;margin-top:0;margin-bottom:var(--bs-dropdown-spacer)}.dropup .dropdown-toggle:after{display:inline-block;margin-left:.5em;vertical-align:middle;content:""}.dropup .dropdown-toggle:empty:after{margin-left:0}.dropend .dropdown-menu[data-bs-popper]{top:0;right:auto;left:100%;margin-top:0;margin-left:var(--bs-dropdown-spacer)}.dropend .dropdown-toggle:after{display:inline-block;margin-left:.5em;vertical-align:middle;content:"";border-top:.42em solid transparent;border-right:0;border-bottom:.42em solid transparent;border-left:.42em solid}.dropend .dropdown-toggle:empty:after{margin-left:0}.dropend .dropdown-toggle:after{vertical-align:0}.dropstart .dropdown-menu[data-bs-popper]{top:0;right:100%;left:auto;margin-top:0;margin-right:var(--bs-dropdown-spacer)}.dropstart .dropdown-toggle:after{display:inline-block;margin-left:.5em;vertical-align:middle;content:"";display:none}.dropstart .dropdown-toggle:before{display:inline-block;margin-right:.5em;vertical-align:middle;content:"";border-top:.42em solid transparent;border-right:.42em solid;border-bottom:.42em solid transparent}.dropstart .dropdown-toggle:empty:after{margin-left:0}.dropstart .dropdown-toggle:before{vertical-align:0}.dropdown-divider{height:0;margin:var(--bs-dropdown-divider-margin-y) 0;overflow:hidden;border-top:1px solid var(--bs-dropdown-divider-bg);opacity:1}.dropdown-item{display:block;width:100%;padding:var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);clear:both;font-weight:400;color:var(--bs-dropdown-link-color);text-align:inherit;white-space:nowrap;background-color:transparent;border:0;border-radius:var(--bs-dropdown-item-border-radius,0)}.dropdown-item:focus,.dropdown-item:hover{color:var(--bs-dropdown-link-hover-color);background-color:var(--bs-dropdown-link-hover-bg)}.dropdown-item.active,.dropdown-item:active{color:var(--bs-dropdown-link-active-color);text-decoration:none;background-color:var(--bs-dropdown-link-active-bg)}.dropdown-item.disabled,.dropdown-item:disabled{color:var(--bs-dropdown-link-disabled-color);pointer-events:none;background-color:transparent}.dropdown-menu.show{display:block}.dropdown-header{display:block;padding:var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);margin-bottom:0;font-size:.75rem;color:var(--bs-dropdown-header-color);white-space:nowrap}.dropdown-item-text{display:block;padding:var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);color:var(--bs-dropdown-link-color)}.dropdown-menu-dark{--bs-dropdown-color:rgba(75,70,92,.3);--bs-dropdown-bg:rgba(75,70,92,.8);--bs-dropdown-border-color:#dbdade;--bs-dropdown-box-shadow: ;--bs-dropdown-link-color:rgba(75,70,92,.3);--bs-dropdown-link-hover-color:#fff;--bs-dropdown-divider-bg:#dbdade;--bs-dropdown-link-hover-bg:hsla(0,0%,100%,.15);--bs-dropdown-link-active-color:#fff;--bs-dropdown-link-active-bg:#0a283a;--bs-dropdown-link-disabled-color:rgba(75,70,92,.5);--bs-dropdown-header-color:rgba(75,70,92,.5)}.btn-group,.btn-group-vertical{position:relative;display:inline-flex;vertical-align:middle}.btn-group-vertical>.btn,.btn-group>.btn{position:relative;flex:1 1 auto}.btn-group-vertical>.btn-check:checked+.btn,.btn-group-vertical>.btn-check:focus+.btn,.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:hover,.btn-group>.btn-check:checked+.btn,.btn-group>.btn-check:focus+.btn,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus,.btn-group>.btn:hover{z-index:1}.btn-toolbar{display:flex;flex-wrap:wrap;justify-content:flex-start}.btn-toolbar .input-group{width:auto}.btn-group{border-radius:var(--bs-border-radius)}.btn-group>.btn-group:not(:first-child),.btn-group>:not(.btn-check:first-child)+.btn{margin-left:calc(var(--bs-border-width) * -1)}.btn-group>.btn-group:not(:last-child)>.btn,.btn-group>.btn.dropdown-toggle-split:first-child,.btn-group>.btn:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn-group:not(:first-child)>.btn,.btn-group>.btn:nth-child(n+3),.btn-group>:not(.btn-check)+.btn{border-top-left-radius:0;border-bottom-left-radius:0}.dropdown-toggle-split{padding-right:.9375rem;padding-left:.9375rem}.dropdown-toggle-split:after,.dropend .dropdown-toggle-split:after,.dropup .dropdown-toggle-split:after{margin-left:0}.dropstart .dropdown-toggle-split:before{margin-right:0}.btn-group-sm>.btn+.dropdown-toggle-split,.btn-sm+.dropdown-toggle-split{padding-right:.65625rem;padding-left:.65625rem}.btn-group-lg>.btn+.dropdown-toggle-split,.btn-lg+.dropdown-toggle-split{padding-right:1.21875rem;padding-left:1.21875rem}.btn-group-vertical{flex-direction:column;align-items:flex-start;justify-content:center}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group{width:100%}.btn-group-vertical>.btn-group:not(:first-child),.btn-group-vertical>.btn:not(:first-child){margin-top:calc(var(--bs-border-width) * -1)}.btn-group-vertical>.btn-group:not(:last-child)>.btn,.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:not(:first-child)>.btn,.btn-group-vertical>.btn~.btn{border-top-left-radius:0;border-top-right-radius:0}.nav{--bs-nav-link-padding-x:1.25rem;--bs-nav-link-padding-y:0.543rem;--bs-nav-link-font-weight: ;--bs-nav-link-color:#5d596c;--bs-nav-link-hover-color:var(--bs-link-hover-color);--bs-nav-link-disabled-color:#a5a3ae;display:flex;flex-wrap:wrap;padding-left:0;margin-bottom:0;list-style:none}.nav-link{display:block;padding:var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);font-size:var(--bs-nav-link-font-size);font-weight:var(--bs-nav-link-font-weight);color:var(--bs-nav-link-color);background:none;border:0;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out}@media (prefers-reduced-motion:reduce){.nav-link{transition:none}}.nav-link:focus,.nav-link:hover{color:var(--bs-nav-link-hover-color)}.nav-link:focus-visible{outline:0;box-shadow:0 0 0 .15rem rgba(75,70,92,.75)}.nav-link.disabled,.nav-link:disabled{color:var(--bs-nav-link-disabled-color);pointer-events:none;cursor:default}.nav-tabs{--bs-nav-tabs-border-width:var(--bs-border-width);--bs-nav-tabs-border-color:transparent;--bs-nav-tabs-border-radius:var(--bs-border-radius);--bs-nav-tabs-link-hover-border-color:var(--bs-secondary-bg) var(--bs-secondary-bg) transparent;--bs-nav-tabs-link-active-color:#0a283a;--bs-nav-tabs-link-active-bg:#fff;--bs-nav-tabs-link-active-border-color:var(--bs-border-color) var(--bs-border-color) #fff;border-bottom:var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color)}.nav-tabs .nav-link{margin-bottom:calc(-1 * var(--bs-nav-tabs-border-width));border:var(--bs-nav-tabs-border-width) solid transparent;border-top-left-radius:var(--bs-nav-tabs-border-radius);border-top-right-radius:var(--bs-nav-tabs-border-radius)}.nav-tabs .nav-link:focus,.nav-tabs .nav-link:hover{isolation:isolate;border-color:var(--bs-nav-tabs-link-hover-border-color)}.nav-tabs .nav-item.show .nav-link,.nav-tabs .nav-link.active{color:var(--bs-nav-tabs-link-active-color);background-color:var(--bs-nav-tabs-link-active-bg);border-color:var(--bs-nav-tabs-link-active-border-color)}.nav-tabs .dropdown-menu{margin-top:calc(-1 * var(--bs-nav-tabs-border-width));border-top-left-radius:0;border-top-right-radius:0}.nav-pills{--bs-nav-pills-border-radius:var(--bs-border-radius);--bs-nav-pills-link-active-color:#fff;--bs-nav-pills-link-active-bg:#0a283a}.nav-pills .nav-link{border-radius:var(--bs-nav-pills-border-radius)}.nav-pills .nav-link.active,.nav-pills .show>.nav-link{color:var(--bs-nav-pills-link-active-color);background-color:var(--bs-nav-pills-link-active-bg)}.nav-underline{--bs-nav-underline-gap:1rem;--bs-nav-underline-border-width:0.125rem;--bs-nav-underline-link-active-color:var(--bs-emphasis-color);gap:var(--bs-nav-underline-gap)}.nav-underline .nav-link{padding-right:0;padding-left:0;border-bottom:var(--bs-nav-underline-border-width) solid transparent}.nav-underline .nav-link:focus,.nav-underline .nav-link:hover{border-bottom-color:currentcolor}.nav-underline .nav-link.active,.nav-underline .show>.nav-link{font-weight:700;color:var(--bs-nav-underline-link-active-color);border-bottom-color:currentcolor}.nav-fill .nav-item,.nav-fill>.nav-link{flex:1 1 auto;text-align:center}.nav-justified .nav-item,.nav-justified>.nav-link{flex-basis:0;flex-grow:1;text-align:center}.nav-fill .nav-item .nav-link,.nav-justified .nav-item .nav-link{width:100%}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.navbar{--bs-navbar-padding-x:0;--bs-navbar-padding-y:0.5rem;--bs-navbar-color:rgba(75,70,92,.5);--bs-navbar-hover-color:#6f6b7d;--bs-navbar-disabled-color:rgba(75,70,92,.3);--bs-navbar-active-color:#6f6b7d;--bs-navbar-brand-padding-y:0.4970625rem;--bs-navbar-brand-margin-end:1rem;--bs-navbar-brand-font-size:1rem;--bs-navbar-brand-color:#6f6b7d;--bs-navbar-brand-hover-color:#6f6b7d;--bs-navbar-nav-link-padding-x:0.5rem;--bs-navbar-toggler-padding-y:0.5rem;--bs-navbar-toggler-padding-x:0.7rem;--bs-navbar-toggler-font-size:0.625rem;--bs-navbar-toggler-icon-bg:url("data:image/svg+xml,%3Csvg width='14px' height='11px' viewBox='0 0 14 11' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath d='M0,0 L14,0 L14,1.75 L0,1.75 L0,0 Z M0,4.375 L14,4.375 L14,6.125 L0,6.125 L0,4.375 Z M0,8.75 L14,8.75 L14,10.5 L0,10.5 L0,8.75 Z' id='path-1'%3E%3C/path%3E%3C/defs%3E%3Cg id='💎-UI-Elements' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='12%29-Navbar' transform='translate%28-1174.000000, -1290.000000%29'%3E%3Cg id='Group' transform='translate%281174.000000, 1288.000000%29'%3E%3Cg id='Icon-Color' transform='translate%280.000000, 2.000000%29'%3E%3Cuse fill='rgba%2875, 70, 92, 0.5%29' xlink:href='%23path-1'%3E%3C/use%3E%3Cuse fill-opacity='0.1' fill='rgba%2875, 70, 92, 0.5%29' xlink:href='%23path-1'%3E%3C/use%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");--bs-navbar-toggler-border-color:rgba(75,70,92,.06);--bs-navbar-toggler-border-radius:var(--bs-border-radius);--bs-navbar-toggler-focus-width:0.05rem;--bs-navbar-toggler-transition:box-shadow 0.15s ease-in-out;position:relative;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;padding:var(--bs-navbar-padding-y) var(--bs-navbar-padding-x)}.navbar>.container,.navbar>.container-fluid,.navbar>.container-lg,.navbar>.container-md,.navbar>.container-sm,.navbar>.container-xl,.navbar>.container-xxl{display:flex;flex-wrap:inherit;align-items:center;justify-content:space-between}.navbar-brand{padding-top:var(--bs-navbar-brand-padding-y);padding-bottom:var(--bs-navbar-brand-padding-y);margin-right:var(--bs-navbar-brand-margin-end);font-size:var(--bs-navbar-brand-font-size);color:var(--bs-navbar-brand-color);white-space:nowrap}.navbar-brand:focus,.navbar-brand:hover{color:var(--bs-navbar-brand-hover-color)}.navbar-nav{--bs-nav-link-padding-x:0;--bs-nav-link-padding-y:0.543rem;--bs-nav-link-font-weight: ;--bs-nav-link-color:var(--bs-navbar-color);--bs-nav-link-hover-color:var(--bs-navbar-hover-color);--bs-nav-link-disabled-color:var(--bs-navbar-disabled-color);display:flex;flex-direction:column;padding-left:0;margin-bottom:0;list-style:none}.navbar-nav .nav-link.active,.navbar-nav .nav-link.show{color:var(--bs-navbar-active-color)}.navbar-nav .dropdown-menu{position:static}.navbar-text{padding-top:.543rem;padding-bottom:.543rem;color:var(--bs-navbar-color)}.navbar-text a,.navbar-text a:focus,.navbar-text a:hover{color:var(--bs-navbar-active-color)}.navbar-collapse{flex-basis:100%;flex-grow:1;align-items:center}.navbar-toggler{padding:var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);font-size:var(--bs-navbar-toggler-font-size);line-height:1;color:var(--bs-navbar-color);background-color:transparent;border:var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);border-radius:var(--bs-navbar-toggler-border-radius);transition:var(--bs-navbar-toggler-transition)}@media (prefers-reduced-motion:reduce){.navbar-toggler{transition:none}}.navbar-toggler:hover{text-decoration:none}.navbar-toggler:focus{text-decoration:none;outline:0;box-shadow:0 0 0 var(--bs-navbar-toggler-focus-width)}.navbar-toggler-icon{display:inline-block;width:1.5em;height:1.5em;vertical-align:middle;background-image:var(--bs-navbar-toggler-icon-bg);background-repeat:no-repeat;background-position:50%;background-size:100%}.navbar-nav-scroll{max-height:var(--bs-scroll-height,75vh);overflow-y:auto}@media (min-width:576px){.navbar-expand-sm{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-sm .navbar-nav{flex-direction:row}.navbar-expand-sm .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-sm .navbar-nav .nav-link{padding-right:var(--bs-navbar-nav-link-padding-x);padding-left:var(--bs-navbar-nav-link-padding-x)}.navbar-expand-sm .navbar-nav-scroll{overflow:visible}.navbar-expand-sm .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-sm .navbar-toggler{display:none}.navbar-expand-sm .offcanvas{position:static;z-index:auto;flex-grow:1;width:auto!important;height:auto!important;visibility:visible!important;background-color:transparent!important;border:0!important;transform:none!important;transition:none}.navbar-expand-sm .offcanvas .offcanvas-header{display:none}.navbar-expand-sm .offcanvas .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}@media (min-width:768px){.navbar-expand-md{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-md .navbar-nav{flex-direction:row}.navbar-expand-md .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-md .navbar-nav .nav-link{padding-right:var(--bs-navbar-nav-link-padding-x);padding-left:var(--bs-navbar-nav-link-padding-x)}.navbar-expand-md .navbar-nav-scroll{overflow:visible}.navbar-expand-md .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-md .navbar-toggler{display:none}.navbar-expand-md .offcanvas{position:static;z-index:auto;flex-grow:1;width:auto!important;height:auto!important;visibility:visible!important;background-color:transparent!important;border:0!important;transform:none!important;transition:none}.navbar-expand-md .offcanvas .offcanvas-header{display:none}.navbar-expand-md .offcanvas .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}@media (min-width:992px){.navbar-expand-lg{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-lg .navbar-nav{flex-direction:row}.navbar-expand-lg .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-lg .navbar-nav .nav-link{padding-right:var(--bs-navbar-nav-link-padding-x);padding-left:var(--bs-navbar-nav-link-padding-x)}.navbar-expand-lg .navbar-nav-scroll{overflow:visible}.navbar-expand-lg .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-lg .navbar-toggler{display:none}.navbar-expand-lg .offcanvas{position:static;z-index:auto;flex-grow:1;width:auto!important;height:auto!important;visibility:visible!important;background-color:transparent!important;border:0!important;transform:none!important;transition:none}.navbar-expand-lg .offcanvas .offcanvas-header{display:none}.navbar-expand-lg .offcanvas .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}@media (min-width:1200px){.navbar-expand-xl{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-xl .navbar-nav{flex-direction:row}.navbar-expand-xl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xl .navbar-nav .nav-link{padding-right:var(--bs-navbar-nav-link-padding-x);padding-left:var(--bs-navbar-nav-link-padding-x)}.navbar-expand-xl .navbar-nav-scroll{overflow:visible}.navbar-expand-xl .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-xl .navbar-toggler{display:none}.navbar-expand-xl .offcanvas{position:static;z-index:auto;flex-grow:1;width:auto!important;height:auto!important;visibility:visible!important;background-color:transparent!important;border:0!important;transform:none!important;transition:none}.navbar-expand-xl .offcanvas .offcanvas-header{display:none}.navbar-expand-xl .offcanvas .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}@media (min-width:1400px){.navbar-expand-xxl{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-xxl .navbar-nav{flex-direction:row}.navbar-expand-xxl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xxl .navbar-nav .nav-link{padding-right:var(--bs-navbar-nav-link-padding-x);padding-left:var(--bs-navbar-nav-link-padding-x)}.navbar-expand-xxl .navbar-nav-scroll{overflow:visible}.navbar-expand-xxl .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-xxl .navbar-toggler{display:none}.navbar-expand-xxl .offcanvas{position:static;z-index:auto;flex-grow:1;width:auto!important;height:auto!important;visibility:visible!important;background-color:transparent!important;border:0!important;transform:none!important;transition:none}.navbar-expand-xxl .offcanvas .offcanvas-header{display:none}.navbar-expand-xxl .offcanvas .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}.navbar-expand{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand .navbar-nav{flex-direction:row}.navbar-expand .navbar-nav .dropdown-menu{position:absolute}.navbar-expand .navbar-nav .nav-link{padding-right:var(--bs-navbar-nav-link-padding-x);padding-left:var(--bs-navbar-nav-link-padding-x)}.navbar-expand .navbar-nav-scroll{overflow:visible}.navbar-expand .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand .navbar-toggler{display:none}.navbar-expand .offcanvas{position:static;z-index:auto;flex-grow:1;width:auto!important;height:auto!important;visibility:visible!important;background-color:transparent!important;border:0!important;transform:none!important;transition:none}.navbar-expand .offcanvas .offcanvas-header{display:none}.navbar-expand .offcanvas .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}.navbar-dark,.navbar[data-bs-theme=dark]{--bs-navbar-color:hsla(0,0%,100%,.8);--bs-navbar-hover-color:#fff;--bs-navbar-disabled-color:hsla(0,0%,100%,.4);--bs-navbar-active-color:#fff;--bs-navbar-brand-color:#fff;--bs-navbar-brand-hover-color:#fff;--bs-navbar-toggler-border-color:hsla(0,0%,100%,.1);--bs-navbar-toggler-icon-bg:url("data:image/svg+xml,%3Csvg width='14px' height='11px' viewBox='0 0 14 11' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath d='M0,0 L14,0 L14,1.75 L0,1.75 L0,0 Z M0,4.375 L14,4.375 L14,6.125 L0,6.125 L0,4.375 Z M0,8.75 L14,8.75 L14,10.5 L0,10.5 L0,8.75 Z' id='path-1'%3E%3C/path%3E%3C/defs%3E%3Cg id='💎-UI-Elements' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='12%29-Navbar' transform='translate%28-1174.000000, -1290.000000%29'%3E%3Cg id='Group' transform='translate%281174.000000, 1288.000000%29'%3E%3Cg id='Icon-Color' transform='translate%280.000000, 2.000000%29'%3E%3Cuse fill='rgba%28255, 255, 255, 0.8%29' xlink:href='%23path-1'%3E%3C/use%3E%3Cuse fill-opacity='0.1' fill='rgba%28255, 255, 255, 0.8%29' xlink:href='%23path-1'%3E%3C/use%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.card{--bs-card-spacer-y:1.5rem;--bs-card-spacer-x:1.5rem;--bs-card-title-spacer-y:0.875rem;--bs-card-title-color:#5d596c;--bs-card-subtitle-color: ;--bs-card-border-width:0;--bs-card-border-color:#dbdade;--bs-card-border-radius:var(--bs-border-radius);--bs-card-box-shadow:0 0.25rem 1.125rem rgba(75,70,92,.1);--bs-card-inner-border-radius:0.375rem;--bs-card-cap-padding-y:1.5rem;--bs-card-cap-padding-x:1.5rem;--bs-card-cap-bg:transparent;--bs-card-cap-color: ;--bs-card-height: ;--bs-card-color: ;--bs-card-bg:#fff;--bs-card-img-overlay-padding:1.5rem;--bs-card-group-margin:0.75rem;position:relative;display:flex;flex-direction:column;min-width:0;height:var(--bs-card-height);color:var(--bs-body-color);word-wrap:break-word;background-color:var(--bs-card-bg);background-clip:border-box;border:var(--bs-card-border-width) solid var(--bs-card-border-color);border-radius:var(--bs-card-border-radius)}.card>hr{margin-right:0;margin-left:0}.card>.list-group{border-top:inherit;border-bottom:inherit}.card>.list-group:first-child{border-top-width:0;border-top-left-radius:var(--bs-card-inner-border-radius);border-top-right-radius:var(--bs-card-inner-border-radius)}.card>.list-group:last-child{border-bottom-width:0;border-bottom-right-radius:var(--bs-card-inner-border-radius);border-bottom-left-radius:var(--bs-card-inner-border-radius)}.card>.card-header+.list-group,.card>.list-group+.card-footer{border-top:0}.card-body{flex:1 1 auto;padding:var(--bs-card-spacer-y) var(--bs-card-spacer-x);color:var(--bs-card-color)}.card-title{margin-bottom:var(--bs-card-title-spacer-y);color:var(--bs-card-title-color)}.card-subtitle{margin-top:calc(-.5 * var(--bs-card-title-spacer-y));color:var(--bs-card-subtitle-color)}.card-subtitle,.card-text:last-child{margin-bottom:0}.card-link+.card-link{margin-left:var(--bs-card-spacer-x)}.card-header{padding:var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);margin-bottom:0;color:var(--bs-card-cap-color);background-color:var(--bs-card-cap-bg);border-bottom:var(--bs-card-border-width) solid var(--bs-card-border-color)}.card-header:first-child{border-radius:var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0}.card-footer{padding:var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);color:var(--bs-card-cap-color);background-color:var(--bs-card-cap-bg);border-top:var(--bs-card-border-width) solid var(--bs-card-border-color)}.card-footer:last-child{border-radius:0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius)}.card-header-tabs{margin-right:calc(-.5 * var(--bs-card-cap-padding-x));margin-bottom:calc(-1 * var(--bs-card-cap-padding-y));margin-left:calc(-.5 * var(--bs-card-cap-padding-x));border-bottom:0}.card-header-tabs .nav-link.active{background-color:var(--bs-card-bg);border-bottom-color:var(--bs-card-bg)}.card-header-pills{margin-right:calc(-.5 * var(--bs-card-cap-padding-x));margin-left:calc(-.5 * var(--bs-card-cap-padding-x))}.card-img-overlay{position:absolute;top:0;right:0;bottom:0;left:0;padding:var(--bs-card-img-overlay-padding);border-radius:var(--bs-card-inner-border-radius)}.card-img,.card-img-bottom,.card-img-top{width:100%}.card-img,.card-img-top{border-top-left-radius:var(--bs-card-inner-border-radius);border-top-right-radius:var(--bs-card-inner-border-radius)}.card-img,.card-img-bottom{border-bottom-right-radius:var(--bs-card-inner-border-radius);border-bottom-left-radius:var(--bs-card-inner-border-radius)}.card-group>.card{margin-bottom:var(--bs-card-group-margin)}@media (min-width:576px){.card-group{display:flex;flex-flow:row wrap}.card-group>.card{flex:1 0;margin-bottom:0}.card-group>.card+.card{margin-left:0;border-left:0}.card-group>.card:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.card-group>.card:not(:last-child) .card-header,.card-group>.card:not(:last-child) .card-img-top{border-top-right-radius:0}.card-group>.card:not(:last-child) .card-footer,.card-group>.card:not(:last-child) .card-img-bottom{border-bottom-right-radius:0}.card-group>.card:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.card-group>.card:not(:first-child) .card-header,.card-group>.card:not(:first-child) .card-img-top{border-top-left-radius:0}.card-group>.card:not(:first-child) .card-footer,.card-group>.card:not(:first-child) .card-img-bottom{border-bottom-left-radius:0}}.accordion{--bs-accordion-color:var(--bs-body-color);--bs-accordion-bg:#fff;--bs-accordion-transition:all 0.2s ease-in-out,border-radius 0.15s ease;--bs-accordion-border-color:#fff;--bs-accordion-border-width:var(--bs-border-width);--bs-accordion-border-radius:0.375rem;--bs-accordion-inner-border-radius:calc(0.375rem - (var(--bs-border-width)));--bs-accordion-btn-padding-x:1.125rem;--bs-accordion-btn-padding-y:0.82rem;--bs-accordion-btn-color:#5d596c;--bs-accordion-btn-bg:var(--bs-accordion-bg);--bs-accordion-btn-icon:url("data:image/svg+xml,%3Csvg width='20' height='21' viewBox='0 0 20 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.5 5.5L12.5 10.5L7.5 15.5' stroke='%235d596c' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7.5 5.5L12.5 10.5L7.5 15.5' stroke='white' stroke-opacity='0.1' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");--bs-accordion-btn-icon-width:1.125rem;--bs-accordion-btn-icon-transform:rotate(90deg);--bs-accordion-btn-icon-transition:transform 0.2s ease-in-out;--bs-accordion-btn-active-icon:url("data:image/svg+xml,%3Csvg width='20' height='21' viewBox='0 0 20 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.5 5.5L12.5 10.5L7.5 15.5' stroke='%235d596c' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7.5 5.5L12.5 10.5L7.5 15.5' stroke='white' stroke-opacity='0.1' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");--bs-accordion-btn-focus-border-color:#0a283a;--bs-accordion-btn-focus-box-shadow:none;--bs-accordion-body-padding-x:1.125rem;--bs-accordion-body-padding-y:0.82rem;--bs-accordion-active-color:#5d596c;--bs-accordion-active-bg:#fff}.accordion-button{position:relative;display:flex;align-items:center;width:100%;padding:var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);font-size:.9375rem;color:var(--bs-accordion-btn-color);text-align:left;background-color:var(--bs-accordion-btn-bg);border:0;border-radius:0;overflow-anchor:none;transition:var(--bs-accordion-transition)}@media (prefers-reduced-motion:reduce){.accordion-button{transition:none}}.accordion-button:not(.collapsed){color:var(--bs-accordion-active-color);background-color:var(--bs-accordion-active-bg);box-shadow:inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color)}.accordion-button:not(.collapsed):after{background-image:var(--bs-accordion-btn-active-icon);transform:var(--bs-accordion-btn-icon-transform)}.accordion-button:after{flex-shrink:0;width:var(--bs-accordion-btn-icon-width);height:var(--bs-accordion-btn-icon-width);margin-left:auto;content:"";background-image:var(--bs-accordion-btn-icon);background-repeat:no-repeat;background-size:var(--bs-accordion-btn-icon-width);transition:var(--bs-accordion-btn-icon-transition)}@media (prefers-reduced-motion:reduce){.accordion-button:after{transition:none}}.accordion-button:hover{z-index:2}.accordion-button:focus{z-index:3;border-color:var(--bs-accordion-btn-focus-border-color);outline:0;box-shadow:var(--bs-accordion-btn-focus-box-shadow)}.accordion-header{margin-bottom:0}.accordion-item{color:var(--bs-accordion-color);background-color:var(--bs-accordion-bg);border:var(--bs-accordion-border-width) solid var(--bs-accordion-border-color)}.accordion-item:first-of-type{border-top-left-radius:var(--bs-accordion-border-radius);border-top-right-radius:var(--bs-accordion-border-radius)}.accordion-item:first-of-type .accordion-button{border-top-left-radius:var(--bs-accordion-inner-border-radius);border-top-right-radius:var(--bs-accordion-inner-border-radius)}.accordion-item:not(:first-of-type){border-top:0}.accordion-item:last-of-type{border-bottom-right-radius:var(--bs-accordion-border-radius);border-bottom-left-radius:var(--bs-accordion-border-radius)}.accordion-item:last-of-type .accordion-button.collapsed{border-bottom-right-radius:var(--bs-accordion-inner-border-radius);border-bottom-left-radius:var(--bs-accordion-inner-border-radius)}.accordion-item:last-of-type .accordion-collapse{border-bottom-right-radius:var(--bs-accordion-border-radius);border-bottom-left-radius:var(--bs-accordion-border-radius)}.accordion-body{padding:var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x)}.accordion-flush .accordion-collapse{border-width:0}.accordion-flush .accordion-item{border-right:0;border-left:0;border-radius:0}.accordion-flush .accordion-item:first-child{border-top:0}.accordion-flush .accordion-item:last-child{border-bottom:0}.accordion-flush .accordion-item .accordion-button,.accordion-flush .accordion-item .accordion-button.collapsed{border-radius:0}.breadcrumb{--bs-breadcrumb-padding-x:0;--bs-breadcrumb-padding-y:0;--bs-breadcrumb-margin-bottom:1rem;--bs-breadcrumb-bg:transparent;--bs-breadcrumb-border-radius: ;--bs-breadcrumb-divider-color:#4b465c;--bs-breadcrumb-item-padding-x:0.875rem;--bs-breadcrumb-item-active-color:#4b465c;display:flex;flex-wrap:wrap;padding:var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);margin-bottom:var(--bs-breadcrumb-margin-bottom);font-size:var(--bs-breadcrumb-font-size);list-style:none;background-color:var(--bs-breadcrumb-bg);border-radius:var(--bs-breadcrumb-border-radius)}.breadcrumb-item+.breadcrumb-item{padding-left:var(--bs-breadcrumb-item-padding-x)}.breadcrumb-item+.breadcrumb-item:before{float:left;padding-right:var(--bs-breadcrumb-item-padding-x);color:var(--bs-breadcrumb-divider-color);content:var(--bs-breadcrumb-divider,url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='icon icon-tabler icon-tabler-chevron-right' width='16' height='24' viewBox='0 0 24 24' stroke-width='1.75' stroke='%234b465c' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'%3E%3C/path%3E%3Cpolyline points='9 6 15 12 9 18'%3E%3C/polyline%3E%3C/svg%3E"))}.breadcrumb-item.active{color:var(--bs-breadcrumb-item-active-color)}.pagination{--bs-pagination-padding-x:0.35rem;--bs-pagination-padding-y:0.745rem;--bs-pagination-font-size:0.9375rem;--bs-pagination-color:#5d596c;--bs-pagination-bg:rgba(75,70,92,.08);--bs-pagination-border-width:0px;--bs-pagination-border-color:rgba(75,70,92,.08);--bs-pagination-border-radius:var(--bs-border-radius);--bs-pagination-hover-color:#5d596c;--bs-pagination-hover-bg:rgba(75,70,92,.16);--bs-pagination-hover-border-color:rgba(75,70,92,.16);--bs-pagination-focus-color:#5d596c;--bs-pagination-focus-bg:rgba(75,70,92,.16);--bs-pagination-focus-box-shadow:none;--bs-pagination-active-color:#fff;--bs-pagination-active-bg:#0a283a;--bs-pagination-active-border-color:#0a283a;--bs-pagination-disabled-color:#a5a3ae;--bs-pagination-disabled-bg:rgba(75,70,92,.08);--bs-pagination-disabled-border-color:rgba(75,70,92,.08);display:flex;padding-left:0;list-style:none}.page-link{position:relative;display:block;padding:var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);font-size:var(--bs-pagination-font-size);color:var(--bs-pagination-color);background-color:var(--bs-pagination-bg);border:var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);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){.page-link{transition:none}}.page-link:hover{z-index:2;color:var(--bs-pagination-hover-color);background-color:var(--bs-pagination-hover-bg);border-color:var(--bs-pagination-hover-border-color)}.page-link:focus{z-index:3;color:var(--bs-pagination-focus-color);background-color:var(--bs-pagination-focus-bg);outline:0;box-shadow:var(--bs-pagination-focus-box-shadow)}.active>.page-link,.page-link.active{z-index:3;color:var(--bs-pagination-active-color);background-color:var(--bs-pagination-active-bg);border-color:var(--bs-pagination-active-border-color)}.disabled>.page-link,.page-link.disabled{color:var(--bs-pagination-disabled-color);pointer-events:none;background-color:var(--bs-pagination-disabled-bg);border-color:var(--bs-pagination-disabled-border-color)}.page-item:not(:first-child) .page-link{margin-left:.25rem}.page-item .page-link{border-radius:var(--bs-pagination-border-radius)}.pagination-lg{--bs-pagination-padding-x:0.4rem;--bs-pagination-padding-y:1rem;--bs-pagination-font-size:1rem;--bs-pagination-border-radius:var(--bs-border-radius-lg)}.pagination-sm{--bs-pagination-padding-x:0.15rem;--bs-pagination-padding-y:0.5rem;--bs-pagination-font-size:0.75rem;--bs-pagination-border-radius:var(--bs-border-radius-sm)}.badge{--bs-badge-padding-x:1em;--bs-badge-padding-y:0.49em;--bs-badge-font-size:0.81em;--bs-badge-font-weight:500;--bs-badge-color:#fff;--bs-badge-border-radius:0.25rem;display:inline-block;padding:var(--bs-badge-padding-y) var(--bs-badge-padding-x);font-size:var(--bs-badge-font-size);font-weight:var(--bs-badge-font-weight);line-height:1;color:var(--bs-badge-color);text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:var(--bs-badge-border-radius)}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.alert{--bs-alert-bg:transparent;--bs-alert-padding-x:0.875rem;--bs-alert-padding-y:0.687rem;--bs-alert-margin-bottom:1rem;--bs-alert-color:inherit;--bs-alert-border-color:transparent;--bs-alert-border:var(--bs-border-width) solid var(--bs-alert-border-color);--bs-alert-border-radius:0.375rem;--bs-alert-link-color:inherit;position:relative;padding:var(--bs-alert-padding-y) var(--bs-alert-padding-x);margin-bottom:var(--bs-alert-margin-bottom);color:var(--bs-alert-color);background-color:var(--bs-alert-bg);border:var(--bs-alert-border);border-radius:var(--bs-alert-border-radius)}.alert-heading{color:inherit}.alert-link{font-weight:700;color:var(--bs-alert-link-color)}.alert-dismissible{padding-right:2.625rem}.alert-dismissible .btn-close{position:absolute;top:0;right:0;z-index:2;padding:.85875rem .875rem}.alert-primary{--bs-alert-color:var(--bs-primary-text-emphasis);--bs-alert-bg:var(--bs-primary-bg-subtle);--bs-alert-border-color:var(--bs-primary-border-subtle);--bs-alert-link-color:var(--bs-primary-text-emphasis)}.alert-secondary{--bs-alert-color:var(--bs-secondary-text-emphasis);--bs-alert-bg:var(--bs-secondary-bg-subtle);--bs-alert-border-color:var(--bs-secondary-border-subtle);--bs-alert-link-color:var(--bs-secondary-text-emphasis)}.alert-success{--bs-alert-color:var(--bs-success-text-emphasis);--bs-alert-bg:var(--bs-success-bg-subtle);--bs-alert-border-color:var(--bs-success-border-subtle);--bs-alert-link-color:var(--bs-success-text-emphasis)}.alert-info{--bs-alert-color:var(--bs-info-text-emphasis);--bs-alert-bg:var(--bs-info-bg-subtle);--bs-alert-border-color:var(--bs-info-border-subtle);--bs-alert-link-color:var(--bs-info-text-emphasis)}.alert-warning{--bs-alert-color:var(--bs-warning-text-emphasis);--bs-alert-bg:var(--bs-warning-bg-subtle);--bs-alert-border-color:var(--bs-warning-border-subtle);--bs-alert-link-color:var(--bs-warning-text-emphasis)}.alert-danger{--bs-alert-color:var(--bs-danger-text-emphasis);--bs-alert-bg:var(--bs-danger-bg-subtle);--bs-alert-border-color:var(--bs-danger-border-subtle);--bs-alert-link-color:var(--bs-danger-text-emphasis)}.alert-light{--bs-alert-color:var(--bs-light-text-emphasis);--bs-alert-bg:var(--bs-light-bg-subtle);--bs-alert-border-color:var(--bs-light-border-subtle);--bs-alert-link-color:var(--bs-light-text-emphasis)}.alert-dark{--bs-alert-color:var(--bs-dark-text-emphasis);--bs-alert-bg:var(--bs-dark-bg-subtle);--bs-alert-border-color:var(--bs-dark-border-subtle);--bs-alert-link-color:var(--bs-dark-text-emphasis)}.alert-gray{--bs-alert-color:var(--bs-gray-text-emphasis);--bs-alert-bg:var(--bs-gray-bg-subtle);--bs-alert-border-color:var(--bs-gray-border-subtle);--bs-alert-link-color:var(--bs-gray-text-emphasis)}@keyframes progress-bar-stripes{0%{background-position-x:.75rem}}.progress,.progress-stacked{--bs-progress-height:0.75rem;--bs-progress-font-size:0.75rem;--bs-progress-bg:#f1f0f2;--bs-progress-border-radius:3.125rem;--bs-progress-box-shadow:var(--bs-box-shadow-inset);--bs-progress-bar-color:#fff;--bs-progress-bar-bg:#0a283a;--bs-progress-bar-transition:width 0.6s ease;display:flex;height:var(--bs-progress-height);overflow:hidden;font-size:var(--bs-progress-font-size);background-color:var(--bs-progress-bg);border-radius:var(--bs-progress-border-radius)}.progress-bar{display:flex;flex-direction:column;justify-content:center;overflow:hidden;color:var(--bs-progress-bar-color);text-align:center;white-space:nowrap;background-color:var(--bs-progress-bar-bg);transition:var(--bs-progress-bar-transition)}@media (prefers-reduced-motion:reduce){.progress-bar{transition:none}}.progress-bar-striped{background-image:linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent);background-size:var(--bs-progress-height) var(--bs-progress-height)}.progress-stacked>.progress{overflow:visible}.progress-stacked>.progress>.progress-bar{width:100%}.progress-bar-animated{animation:progress-bar-stripes 1s linear infinite}@media (prefers-reduced-motion:reduce){.progress-bar-animated{animation:none}}.list-group{--bs-list-group-color:#6f6b7d;--bs-list-group-bg:transparent;--bs-list-group-border-color:#dbdade;--bs-list-group-border-width:var(--bs-border-width);--bs-list-group-border-radius:var(--bs-border-radius);--bs-list-group-item-padding-x:1.25rem;--bs-list-group-item-padding-y:0.57rem;--bs-list-group-action-color:var(--bs-secondary-color);--bs-list-group-action-hover-color:#0a283a;--bs-list-group-action-hover-bg:#ebeeef;--bs-list-group-action-active-color:#0a283a;--bs-list-group-action-active-bg:#ebeeef;--bs-list-group-disabled-color:#a5a3ae;--bs-list-group-disabled-bg:transparent;--bs-list-group-active-color:#fff;--bs-list-group-active-bg:#0a283a;--bs-list-group-active-border-color:#0a283a;display:flex;flex-direction:column;padding-left:0;margin-bottom:0;border-radius:var(--bs-list-group-border-radius)}.list-group-numbered{list-style-type:none;counter-reset:section}.list-group-numbered>.list-group-item:before{content:counters(section,".") ". ";counter-increment:section}.list-group-item-action{width:100%;color:var(--bs-list-group-action-color);text-align:inherit}.list-group-item-action:focus,.list-group-item-action:hover{z-index:1;color:var(--bs-list-group-action-hover-color);text-decoration:none;background-color:var(--bs-list-group-action-hover-bg)}.list-group-item-action:active{color:var(--bs-list-group-action-active-color);background-color:var(--bs-list-group-action-active-bg)}.list-group-item{position:relative;display:block;padding:var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);color:var(--bs-list-group-color);background-color:var(--bs-list-group-bg);border:var(--bs-list-group-border-width) solid var(--bs-list-group-border-color)}.list-group-item:first-child{border-top-left-radius:inherit;border-top-right-radius:inherit}.list-group-item:last-child{border-bottom-right-radius:inherit;border-bottom-left-radius:inherit}.list-group-item.disabled,.list-group-item:disabled{color:var(--bs-list-group-disabled-color);pointer-events:none;background-color:var(--bs-list-group-disabled-bg)}.list-group-item.active{z-index:2;color:var(--bs-list-group-active-color);background-color:var(--bs-list-group-active-bg);border-color:var(--bs-list-group-active-border-color)}.list-group-item+.list-group-item{border-top-width:0}.list-group-item+.list-group-item.active{margin-top:calc(-1 * var(--bs-list-group-border-width));border-top-width:var(--bs-list-group-border-width)}.list-group-horizontal{flex-direction:row}.list-group-horizontal>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.list-group-horizontal>.list-group-item:last-child:not(:first-child){border-top-right-radius:var(--bs-list-group-border-radius);border-bottom-left-radius:0}.list-group-horizontal>.list-group-item.active{margin-top:0}.list-group-horizontal>.list-group-item+.list-group-item{border-top-width:var(--bs-list-group-border-width);border-left-width:0}.list-group-horizontal>.list-group-item+.list-group-item.active{margin-left:calc(-1 * var(--bs-list-group-border-width));border-left-width:var(--bs-list-group-border-width)}@media (min-width:576px){.list-group-horizontal-sm{flex-direction:row}.list-group-horizontal-sm>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.list-group-horizontal-sm>.list-group-item:last-child:not(:first-child){border-top-right-radius:var(--bs-list-group-border-radius);border-bottom-left-radius:0}.list-group-horizontal-sm>.list-group-item.active{margin-top:0}.list-group-horizontal-sm>.list-group-item+.list-group-item{border-top-width:var(--bs-list-group-border-width);border-left-width:0}.list-group-horizontal-sm>.list-group-item+.list-group-item.active{margin-left:calc(-1 * var(--bs-list-group-border-width));border-left-width:var(--bs-list-group-border-width)}}@media (min-width:768px){.list-group-horizontal-md{flex-direction:row}.list-group-horizontal-md>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.list-group-horizontal-md>.list-group-item:last-child:not(:first-child){border-top-right-radius:var(--bs-list-group-border-radius);border-bottom-left-radius:0}.list-group-horizontal-md>.list-group-item.active{margin-top:0}.list-group-horizontal-md>.list-group-item+.list-group-item{border-top-width:var(--bs-list-group-border-width);border-left-width:0}.list-group-horizontal-md>.list-group-item+.list-group-item.active{margin-left:calc(-1 * var(--bs-list-group-border-width));border-left-width:var(--bs-list-group-border-width)}}@media (min-width:992px){.list-group-horizontal-lg{flex-direction:row}.list-group-horizontal-lg>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.list-group-horizontal-lg>.list-group-item:last-child:not(:first-child){border-top-right-radius:var(--bs-list-group-border-radius);border-bottom-left-radius:0}.list-group-horizontal-lg>.list-group-item.active{margin-top:0}.list-group-horizontal-lg>.list-group-item+.list-group-item{border-top-width:var(--bs-list-group-border-width);border-left-width:0}.list-group-horizontal-lg>.list-group-item+.list-group-item.active{margin-left:calc(-1 * var(--bs-list-group-border-width));border-left-width:var(--bs-list-group-border-width)}}@media (min-width:1200px){.list-group-horizontal-xl{flex-direction:row}.list-group-horizontal-xl>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.list-group-horizontal-xl>.list-group-item:last-child:not(:first-child){border-top-right-radius:var(--bs-list-group-border-radius);border-bottom-left-radius:0}.list-group-horizontal-xl>.list-group-item.active{margin-top:0}.list-group-horizontal-xl>.list-group-item+.list-group-item{border-top-width:var(--bs-list-group-border-width);border-left-width:0}.list-group-horizontal-xl>.list-group-item+.list-group-item.active{margin-left:calc(-1 * var(--bs-list-group-border-width));border-left-width:var(--bs-list-group-border-width)}}@media (min-width:1400px){.list-group-horizontal-xxl{flex-direction:row}.list-group-horizontal-xxl>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.list-group-horizontal-xxl>.list-group-item:last-child:not(:first-child){border-top-right-radius:var(--bs-list-group-border-radius);border-bottom-left-radius:0}.list-group-horizontal-xxl>.list-group-item.active{margin-top:0}.list-group-horizontal-xxl>.list-group-item+.list-group-item{border-top-width:var(--bs-list-group-border-width);border-left-width:0}.list-group-horizontal-xxl>.list-group-item+.list-group-item.active{margin-left:calc(-1 * var(--bs-list-group-border-width));border-left-width:var(--bs-list-group-border-width)}}.list-group-flush{border-radius:0}.list-group-flush>.list-group-item{border-width:0 0 var(--bs-list-group-border-width)}.list-group-flush>.list-group-item:last-child{border-bottom-width:0}.list-group-item-primary{--bs-list-group-color:var(--bs-primary-text-emphasis);--bs-list-group-bg:var(--bs-primary-bg-subtle);--bs-list-group-border-color:var(--bs-primary-border-subtle);--bs-list-group-action-hover-color:var(--bs-emphasis-color);--bs-list-group-action-hover-bg:var(--bs-primary-border-subtle);--bs-list-group-action-active-color:var(--bs-emphasis-color);--bs-list-group-action-active-bg:var(--bs-primary-border-subtle);--bs-list-group-active-color:var(--bs-primary-bg-subtle);--bs-list-group-active-bg:var(--bs-primary-text-emphasis);--bs-list-group-active-border-color:var(--bs-primary-text-emphasis)}.list-group-item-secondary{--bs-list-group-color:var(--bs-secondary-text-emphasis);--bs-list-group-bg:var(--bs-secondary-bg-subtle);--bs-list-group-border-color:var(--bs-secondary-border-subtle);--bs-list-group-action-hover-color:var(--bs-emphasis-color);--bs-list-group-action-hover-bg:var(--bs-secondary-border-subtle);--bs-list-group-action-active-color:var(--bs-emphasis-color);--bs-list-group-action-active-bg:var(--bs-secondary-border-subtle);--bs-list-group-active-color:var(--bs-secondary-bg-subtle);--bs-list-group-active-bg:var(--bs-secondary-text-emphasis);--bs-list-group-active-border-color:var(--bs-secondary-text-emphasis)}.list-group-item-success{--bs-list-group-color:var(--bs-success-text-emphasis);--bs-list-group-bg:var(--bs-success-bg-subtle);--bs-list-group-border-color:var(--bs-success-border-subtle);--bs-list-group-action-hover-color:var(--bs-emphasis-color);--bs-list-group-action-hover-bg:var(--bs-success-border-subtle);--bs-list-group-action-active-color:var(--bs-emphasis-color);--bs-list-group-action-active-bg:var(--bs-success-border-subtle);--bs-list-group-active-color:var(--bs-success-bg-subtle);--bs-list-group-active-bg:var(--bs-success-text-emphasis);--bs-list-group-active-border-color:var(--bs-success-text-emphasis)}.list-group-item-info{--bs-list-group-color:var(--bs-info-text-emphasis);--bs-list-group-bg:var(--bs-info-bg-subtle);--bs-list-group-border-color:var(--bs-info-border-subtle);--bs-list-group-action-hover-color:var(--bs-emphasis-color);--bs-list-group-action-hover-bg:var(--bs-info-border-subtle);--bs-list-group-action-active-color:var(--bs-emphasis-color);--bs-list-group-action-active-bg:var(--bs-info-border-subtle);--bs-list-group-active-color:var(--bs-info-bg-subtle);--bs-list-group-active-bg:var(--bs-info-text-emphasis);--bs-list-group-active-border-color:var(--bs-info-text-emphasis)}.list-group-item-warning{--bs-list-group-color:var(--bs-warning-text-emphasis);--bs-list-group-bg:var(--bs-warning-bg-subtle);--bs-list-group-border-color:var(--bs-warning-border-subtle);--bs-list-group-action-hover-color:var(--bs-emphasis-color);--bs-list-group-action-hover-bg:var(--bs-warning-border-subtle);--bs-list-group-action-active-color:var(--bs-emphasis-color);--bs-list-group-action-active-bg:var(--bs-warning-border-subtle);--bs-list-group-active-color:var(--bs-warning-bg-subtle);--bs-list-group-active-bg:var(--bs-warning-text-emphasis);--bs-list-group-active-border-color:var(--bs-warning-text-emphasis)}.list-group-item-danger{--bs-list-group-color:var(--bs-danger-text-emphasis);--bs-list-group-bg:var(--bs-danger-bg-subtle);--bs-list-group-border-color:var(--bs-danger-border-subtle);--bs-list-group-action-hover-color:var(--bs-emphasis-color);--bs-list-group-action-hover-bg:var(--bs-danger-border-subtle);--bs-list-group-action-active-color:var(--bs-emphasis-color);--bs-list-group-action-active-bg:var(--bs-danger-border-subtle);--bs-list-group-active-color:var(--bs-danger-bg-subtle);--bs-list-group-active-bg:var(--bs-danger-text-emphasis);--bs-list-group-active-border-color:var(--bs-danger-text-emphasis)}.list-group-item-light{--bs-list-group-color:var(--bs-light-text-emphasis);--bs-list-group-bg:var(--bs-light-bg-subtle);--bs-list-group-border-color:var(--bs-light-border-subtle);--bs-list-group-action-hover-color:var(--bs-emphasis-color);--bs-list-group-action-hover-bg:var(--bs-light-border-subtle);--bs-list-group-action-active-color:var(--bs-emphasis-color);--bs-list-group-action-active-bg:var(--bs-light-border-subtle);--bs-list-group-active-color:var(--bs-light-bg-subtle);--bs-list-group-active-bg:var(--bs-light-text-emphasis);--bs-list-group-active-border-color:var(--bs-light-text-emphasis)}.list-group-item-dark{--bs-list-group-color:var(--bs-dark-text-emphasis);--bs-list-group-bg:var(--bs-dark-bg-subtle);--bs-list-group-border-color:var(--bs-dark-border-subtle);--bs-list-group-action-hover-color:var(--bs-emphasis-color);--bs-list-group-action-hover-bg:var(--bs-dark-border-subtle);--bs-list-group-action-active-color:var(--bs-emphasis-color);--bs-list-group-action-active-bg:var(--bs-dark-border-subtle);--bs-list-group-active-color:var(--bs-dark-bg-subtle);--bs-list-group-active-bg:var(--bs-dark-text-emphasis);--bs-list-group-active-border-color:var(--bs-dark-text-emphasis)}.list-group-item-gray{--bs-list-group-color:var(--bs-gray-text-emphasis);--bs-list-group-bg:var(--bs-gray-bg-subtle);--bs-list-group-border-color:var(--bs-gray-border-subtle);--bs-list-group-action-hover-color:var(--bs-emphasis-color);--bs-list-group-action-hover-bg:var(--bs-gray-border-subtle);--bs-list-group-action-active-color:var(--bs-emphasis-color);--bs-list-group-action-active-bg:var(--bs-gray-border-subtle);--bs-list-group-active-color:var(--bs-gray-bg-subtle);--bs-list-group-active-bg:var(--bs-gray-text-emphasis);--bs-list-group-active-border-color:var(--bs-gray-text-emphasis)}.btn-close{--bs-btn-close-color:#4b465c;--bs-btn-close-bg:url("data:image/svg+xml,%3Csvg width='19' height='18' viewBox='0 0 19 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14 4.5L5 13.5' stroke='%234b465c' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M14 4.5L5 13.5' stroke='white' stroke-opacity='0.2' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5 4.5L14 13.5' stroke='%234b465c' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5 4.5L14 13.5' stroke='white' stroke-opacity='0.2' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");--bs-btn-close-opacity:0.5;--bs-btn-close-hover-opacity:0.75;--bs-btn-close-focus-shadow:none;--bs-btn-close-focus-opacity:0.75;--bs-btn-close-disabled-opacity:0.25;--bs-btn-close-white-filter:invert(1) grayscale(100%) brightness(200%);box-sizing:content-box;width:1.125rem;height:1.125rem;padding:.25em;background:transparent var(--bs-btn-close-bg) center/1.125rem auto no-repeat;border:0;border-radius:.375rem;opacity:var(--bs-btn-close-opacity)}.btn-close,.btn-close:hover{color:var(--bs-btn-close-color)}.btn-close:hover{text-decoration:none;opacity:var(--bs-btn-close-hover-opacity)}.btn-close:focus{outline:0;box-shadow:var(--bs-btn-close-focus-shadow);opacity:var(--bs-btn-close-focus-opacity)}.btn-close.disabled,.btn-close:disabled{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;opacity:var(--bs-btn-close-disabled-opacity)}.btn-close-white{filter:var(--bs-btn-close-white-filter)}.toast{--bs-toast-zindex:1095;--bs-toast-padding-x:0.75rem;--bs-toast-padding-y:0.406rem;--bs-toast-spacing:1rem;--bs-toast-max-width:350px;--bs-toast-font-size:0.9375rem;--bs-toast-color:#6f6b7d;--bs-toast-bg:hsla(0,0%,100%,.85);--bs-toast-border-width:0px;--bs-toast-border-color:var(--bs-border-color-translucent);--bs-toast-border-radius:var(--bs-border-radius);--bs-toast-box-shadow:var(--bs-box-shadow);--bs-toast-header-color:#5d596c;--bs-toast-header-bg:#fff;--bs-toast-header-border-color:hsla(255,6%,86%,.3);width:var(--bs-toast-max-width);max-width:100%;font-size:var(--bs-toast-font-size);color:var(--bs-toast-color);pointer-events:auto;background-color:var(--bs-toast-bg);background-clip:padding-box;border:var(--bs-toast-border-width) solid var(--bs-toast-border-color);box-shadow:var(--bs-toast-box-shadow);border-radius:var(--bs-toast-border-radius)}.toast.showing{opacity:0}.toast:not(.show){display:none}.toast-container{--bs-toast-zindex:1095;position:absolute;z-index:var(--bs-toast-zindex);width:max-content;max-width:100%;pointer-events:none}.toast-container>:not(:last-child){margin-bottom:var(--bs-toast-spacing)}.toast-header{display:flex;align-items:center;padding:var(--bs-toast-padding-y) var(--bs-toast-padding-x);color:var(--bs-toast-header-color);background-color:var(--bs-toast-header-bg);background-clip:padding-box;border-bottom:var(--bs-toast-border-width) solid var(--bs-toast-header-border-color);border-top-left-radius:calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));border-top-right-radius:calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width))}.toast-header .btn-close{margin-right:calc(-.5 * var(--bs-toast-padding-x));margin-left:var(--bs-toast-padding-x)}.toast-body{padding:var(--bs-toast-padding-x);word-wrap:break-word}.modal{--bs-modal-zindex:1090;--bs-modal-width:35rem;--bs-modal-padding:1.5rem;--bs-modal-margin:1.5rem;--bs-modal-color: ;--bs-modal-bg:#fff;--bs-modal-border-color:var(--bs-border-color-translucent);--bs-modal-border-width:0px;--bs-modal-border-radius:0.375rem;--bs-modal-box-shadow:0 0.31rem 1.25rem 0 rgba(75,70,92,.4);--bs-modal-inner-border-radius:calc(0.375rem - 0px);--bs-modal-header-padding-x:0.25rem;--bs-modal-header-padding-y:1.25rem;--bs-modal-header-padding:1.25rem 1.5rem 0.25rem;--bs-modal-header-border-color:var(--bs-border-color);--bs-modal-header-border-width:0px;--bs-modal-title-line-height:1.47;--bs-modal-footer-gap:1rem;--bs-modal-footer-bg: ;--bs-modal-footer-border-color:var(--bs-border-color);--bs-modal-footer-border-width:0px;position:fixed;top:0;left:0;z-index:var(--bs-modal-zindex);display:none;width:100%;height:100%;overflow-x:hidden;overflow-y:auto;outline:0}.modal-dialog{position:relative;width:auto;margin:var(--bs-modal-margin);pointer-events:none}.modal.fade .modal-dialog{transition:transform .15s ease-out;transform:translateY(-100px) scale(.8)}@media (prefers-reduced-motion:reduce){.modal.fade .modal-dialog{transition:none}}.modal.show .modal-dialog{transform:translateY(0) scale(1)}.modal.modal-static .modal-dialog{transform:scale(1.02)}.modal-dialog-scrollable{height:calc(100% - var(--bs-modal-margin) * 2)}.modal-dialog-scrollable .modal-content{max-height:100%;overflow:hidden}.modal-dialog-scrollable .modal-body{overflow-y:auto}.modal-dialog-centered{display:flex;align-items:center;min-height:calc(100% - var(--bs-modal-margin) * 2)}.modal-content{position:relative;display:flex;flex-direction:column;width:100%;color:var(--bs-modal-color);pointer-events:auto;background-color:var(--bs-modal-bg);background-clip:padding-box;border:var(--bs-modal-border-width) solid var(--bs-modal-border-color);border-radius:var(--bs-modal-border-radius);outline:0}.modal-backdrop{--bs-backdrop-zindex:1089;--bs-backdrop-bg:#4b465c;--bs-backdrop-opacity:0.5;position:fixed;top:0;left:0;z-index:var(--bs-backdrop-zindex);width:100vw;height:100vh;background-color:var(--bs-backdrop-bg)}.modal-backdrop.fade{opacity:0}.modal-backdrop.show{opacity:var(--bs-backdrop-opacity)}.modal-header{display:flex;flex-shrink:0;align-items:center;justify-content:space-between;padding:var(--bs-modal-header-padding);border-bottom:var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);border-top-left-radius:var(--bs-modal-inner-border-radius);border-top-right-radius:var(--bs-modal-inner-border-radius)}.modal-header .btn-close{padding:calc(var(--bs-modal-header-padding-y) * .5) calc(var(--bs-modal-header-padding-x) * .5);margin:calc(-.5 * var(--bs-modal-header-padding-y)) calc(-.5 * var(--bs-modal-header-padding-x)) calc(-.5 * var(--bs-modal-header-padding-y)) auto}.modal-title{margin-bottom:0;line-height:var(--bs-modal-title-line-height)}.modal-body{position:relative;flex:1 1 auto;padding:var(--bs-modal-padding)}.modal-footer{display:flex;flex-shrink:0;flex-wrap:wrap;align-items:center;justify-content:flex-end;padding:calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * .5);background-color:var(--bs-modal-footer-bg);border-top:var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);border-bottom-right-radius:var(--bs-modal-inner-border-radius);border-bottom-left-radius:var(--bs-modal-inner-border-radius)}.modal-footer>*{margin:calc(var(--bs-modal-footer-gap) * .5)}@media (min-width:576px){.modal{--bs-modal-margin:1.75rem;--bs-modal-box-shadow:0 0.31rem 1.25rem 0 rgba(75,70,92,.4)}.modal-dialog{max-width:var(--bs-modal-width);margin-right:auto;margin-left:auto}.modal-sm{--bs-modal-width:22.5rem}}@media (min-width:992px){.modal-lg,.modal-xl{--bs-modal-width:50rem}}@media (min-width:1200px){.modal-xl{--bs-modal-width:1140px}}.modal-fullscreen{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen .modal-footer,.modal-fullscreen .modal-header{border-radius:0}.modal-fullscreen .modal-body{overflow-y:auto}@media (max-width:575.98px){.modal-fullscreen-sm-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-sm-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-sm-down .modal-footer,.modal-fullscreen-sm-down .modal-header{border-radius:0}.modal-fullscreen-sm-down .modal-body{overflow-y:auto}}@media (max-width:767.98px){.modal-fullscreen-md-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-md-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-md-down .modal-footer,.modal-fullscreen-md-down .modal-header{border-radius:0}.modal-fullscreen-md-down .modal-body{overflow-y:auto}}@media (max-width:991.98px){.modal-fullscreen-lg-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-lg-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-lg-down .modal-footer,.modal-fullscreen-lg-down .modal-header{border-radius:0}.modal-fullscreen-lg-down .modal-body{overflow-y:auto}}@media (max-width:1199.98px){.modal-fullscreen-xl-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-xl-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-xl-down .modal-footer,.modal-fullscreen-xl-down .modal-header{border-radius:0}.modal-fullscreen-xl-down .modal-body{overflow-y:auto}}@media (max-width:1399.98px){.modal-fullscreen-xxl-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-xxl-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-xxl-down .modal-footer,.modal-fullscreen-xxl-down .modal-header{border-radius:0}.modal-fullscreen-xxl-down .modal-body{overflow-y:auto}}.tooltip{--bs-tooltip-zindex:1099;--bs-tooltip-max-width:200px;--bs-tooltip-padding-x:0.75rem;--bs-tooltip-padding-y:0.3125rem;--bs-tooltip-margin: ;--bs-tooltip-font-size:0.9375rem;--bs-tooltip-color:#fff;--bs-tooltip-bg:#4b4b4b;--bs-tooltip-border-radius:var(--bs-border-radius);--bs-tooltip-opacity:1;--bs-tooltip-arrow-width:0.8rem;--bs-tooltip-arrow-height:0.4rem;z-index:var(--bs-tooltip-zindex);display:block;margin:var(--bs-tooltip-margin);font-family:var(--bs-font-sans-serif);font-style:normal;font-weight:400;line-height:1.47;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:var(--bs-tooltip-font-size);word-wrap:break-word;opacity:0}.tooltip.show{opacity:var(--bs-tooltip-opacity)}.tooltip .tooltip-arrow{display:block;width:var(--bs-tooltip-arrow-width);height:var(--bs-tooltip-arrow-height)}.tooltip .tooltip-arrow:before{position:absolute;content:"";border-color:transparent;border-style:solid}.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow,.bs-tooltip-top .tooltip-arrow{bottom:calc(-1 * var(--bs-tooltip-arrow-height))}.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow:before,.bs-tooltip-top .tooltip-arrow:before{top:-1px;border-width:var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * .5) 0;border-top-color:var(--bs-tooltip-bg)}.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow,.bs-tooltip-end .tooltip-arrow{left:calc(-1 * var(--bs-tooltip-arrow-height));width:var(--bs-tooltip-arrow-height);height:var(--bs-tooltip-arrow-width)}.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow:before,.bs-tooltip-end .tooltip-arrow:before{right:-1px;border-width:calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * .5) 0;border-right-color:var(--bs-tooltip-bg)}.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow,.bs-tooltip-bottom .tooltip-arrow{top:calc(-1 * var(--bs-tooltip-arrow-height))}.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow:before,.bs-tooltip-bottom .tooltip-arrow:before{bottom:-1px;border-width:0 calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height);border-bottom-color:var(--bs-tooltip-bg)}.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow,.bs-tooltip-start .tooltip-arrow{right:calc(-1 * var(--bs-tooltip-arrow-height));width:var(--bs-tooltip-arrow-height);height:var(--bs-tooltip-arrow-width)}.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow:before,.bs-tooltip-start .tooltip-arrow:before{left:-1px;border-width:calc(var(--bs-tooltip-arrow-width) * .5) 0 calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height);border-left-color:var(--bs-tooltip-bg)}.tooltip-inner{max-width:var(--bs-tooltip-max-width);padding:var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);color:var(--bs-tooltip-color);text-align:center;background-color:var(--bs-tooltip-bg);border-radius:var(--bs-tooltip-border-radius)}.popover{--bs-popover-zindex:1091;--bs-popover-max-width:276px;--bs-popover-font-size:0.9375rem;--bs-popover-bg:#fff;--bs-popover-border-width:0px;--bs-popover-border-color:var(--bs-border-color-translucent);--bs-popover-border-radius:var(--bs-border-radius-lg);--bs-popover-inner-border-radius:calc(var(--bs-border-radius-lg) - 0px);--bs-popover-box-shadow:0 0.25rem 1rem hsla(251,6%,66%,.45);--bs-popover-header-padding-x:1.125rem;--bs-popover-header-padding-y:1rem;--bs-popover-header-font-size:0.9375rem;--bs-popover-header-color:#5d596c;--bs-popover-header-bg:#fff;--bs-popover-body-padding-x:1.125rem;--bs-popover-body-padding-y:1.125rem;--bs-popover-body-color:#6f6b7d;--bs-popover-arrow-width:1rem;--bs-popover-arrow-height:0.5rem;--bs-popover-arrow-border:var(--bs-popover-border-color);z-index:var(--bs-popover-zindex);display:block;max-width:var(--bs-popover-max-width);font-family:var(--bs-font-sans-serif);font-style:normal;font-weight:400;line-height:1.47;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:var(--bs-popover-font-size);word-wrap:break-word;background-color:var(--bs-popover-bg);background-clip:padding-box;border:var(--bs-popover-border-width) solid var(--bs-popover-border-color);border-radius:var(--bs-popover-border-radius)}.popover .popover-arrow{display:block;width:var(--bs-popover-arrow-width);height:var(--bs-popover-arrow-height)}.popover .popover-arrow:after,.popover .popover-arrow:before{position:absolute;display:block;content:"";border:0 solid transparent}.bs-popover-auto[data-popper-placement^=top]>.popover-arrow,.bs-popover-top>.popover-arrow{bottom:calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width))}.bs-popover-auto[data-popper-placement^=top]>.popover-arrow:after,.bs-popover-auto[data-popper-placement^=top]>.popover-arrow:before,.bs-popover-top>.popover-arrow:after,.bs-popover-top>.popover-arrow:before{border-width:var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * .5) 0}.bs-popover-auto[data-popper-placement^=top]>.popover-arrow:before,.bs-popover-top>.popover-arrow:before{bottom:0;border-top-color:var(--bs-popover-arrow-border)}.bs-popover-auto[data-popper-placement^=top]>.popover-arrow:after,.bs-popover-top>.popover-arrow:after{bottom:var(--bs-popover-border-width);border-top-color:var(--bs-popover-bg)}.bs-popover-auto[data-popper-placement^=right]>.popover-arrow,.bs-popover-end>.popover-arrow{left:calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));width:var(--bs-popover-arrow-height);height:var(--bs-popover-arrow-width)}.bs-popover-auto[data-popper-placement^=right]>.popover-arrow:after,.bs-popover-auto[data-popper-placement^=right]>.popover-arrow:before,.bs-popover-end>.popover-arrow:after,.bs-popover-end>.popover-arrow:before{border-width:calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * .5) 0}.bs-popover-auto[data-popper-placement^=right]>.popover-arrow:before,.bs-popover-end>.popover-arrow:before{left:0;border-right-color:var(--bs-popover-arrow-border)}.bs-popover-auto[data-popper-placement^=right]>.popover-arrow:after,.bs-popover-end>.popover-arrow:after{left:var(--bs-popover-border-width);border-right-color:var(--bs-popover-bg)}.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow,.bs-popover-bottom>.popover-arrow{top:calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width))}.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow:after,.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow:before,.bs-popover-bottom>.popover-arrow:after,.bs-popover-bottom>.popover-arrow:before{border-width:0 calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height)}.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow:before,.bs-popover-bottom>.popover-arrow:before{top:0;border-bottom-color:var(--bs-popover-arrow-border)}.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow:after,.bs-popover-bottom>.popover-arrow:after{top:var(--bs-popover-border-width);border-bottom-color:var(--bs-popover-bg)}.bs-popover-auto[data-popper-placement^=bottom] .popover-header:before,.bs-popover-bottom .popover-header:before{position:absolute;top:0;left:50%;display:block;width:var(--bs-popover-arrow-width);margin-left:calc(-.5 * var(--bs-popover-arrow-width));content:"";border-bottom:var(--bs-popover-border-width) solid var(--bs-popover-header-bg)}.bs-popover-auto[data-popper-placement^=left]>.popover-arrow,.bs-popover-start>.popover-arrow{right:calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));width:var(--bs-popover-arrow-height);height:var(--bs-popover-arrow-width)}.bs-popover-auto[data-popper-placement^=left]>.popover-arrow:after,.bs-popover-auto[data-popper-placement^=left]>.popover-arrow:before,.bs-popover-start>.popover-arrow:after,.bs-popover-start>.popover-arrow:before{border-width:calc(var(--bs-popover-arrow-width) * .5) 0 calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height)}.bs-popover-auto[data-popper-placement^=left]>.popover-arrow:before,.bs-popover-start>.popover-arrow:before{right:0;border-left-color:var(--bs-popover-arrow-border)}.bs-popover-auto[data-popper-placement^=left]>.popover-arrow:after,.bs-popover-start>.popover-arrow:after{right:var(--bs-popover-border-width);border-left-color:var(--bs-popover-bg)}.popover-header{padding:var(--bs-popover-header-padding-y) var(--bs-popover-header-padding-x);margin-bottom:0;font-size:var(--bs-popover-header-font-size);color:var(--bs-popover-header-color);background-color:var(--bs-popover-header-bg);border-bottom:var(--bs-popover-border-width) solid var(--bs-popover-border-color);border-top-left-radius:var(--bs-popover-inner-border-radius);border-top-right-radius:var(--bs-popover-inner-border-radius)}.popover-header:empty{display:none}.popover-body{padding:var(--bs-popover-body-padding-y) var(--bs-popover-body-padding-x);color:var(--bs-popover-body-color)}.carousel{position:relative}.carousel.pointer-event{touch-action:pan-y}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner:after{display:block;clear:both;content:""}.carousel-item{position:relative;display:none;float:left;width:100%;margin-right:-100%;-webkit-backface-visibility:hidden;backface-visibility:hidden;transition:transform .6s ease-in-out}@media (prefers-reduced-motion:reduce){.carousel-item{transition:none}}.carousel-item-next,.carousel-item-prev,.carousel-item.active{display:block}.active.carousel-item-end,.carousel-item-next:not(.carousel-item-start){transform:translateX(100%)}.active.carousel-item-start,.carousel-item-prev:not(.carousel-item-end){transform:translateX(-100%)}.carousel-fade .carousel-item{opacity:0;transition-property:opacity;transform:none}.carousel-fade .carousel-item-next.carousel-item-start,.carousel-fade .carousel-item-prev.carousel-item-end,.carousel-fade .carousel-item.active{z-index:1;opacity:1}.carousel-fade .active.carousel-item-end,.carousel-fade .active.carousel-item-start{z-index:0;opacity:0;transition:opacity 0s .6s}@media (prefers-reduced-motion:reduce){.carousel-fade .active.carousel-item-end,.carousel-fade .active.carousel-item-start{transition:none}}.carousel-control-next,.carousel-control-prev{position:absolute;top:0;bottom:0;z-index:1;display:flex;align-items:center;justify-content:center;width:15%;padding:0;color:#fff;text-align:center;background:none;border:0;opacity:.5;transition:opacity .15s ease}@media (prefers-reduced-motion:reduce){.carousel-control-next,.carousel-control-prev{transition:none}}.carousel-control-next:focus,.carousel-control-next:hover,.carousel-control-prev:focus,.carousel-control-prev:hover{color:#fff;text-decoration:none;outline:0;opacity:.9}.carousel-control-prev{left:0}.carousel-control-next{right:0}.carousel-control-next-icon,.carousel-control-prev-icon{display:inline-block;width:2.5rem;height:2.5rem;background-repeat:no-repeat;background-position:50%;background-size:100% 100%}.carousel-control-prev-icon{background-image:url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.25 4.5L6.75 9L11.25 13.5' stroke='%23fff' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.25 4.5L6.75 9L11.25 13.5' stroke='white' stroke-opacity='0.2' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}.carousel-control-next-icon{background-image:url("data:image/svg+xml,%3Csvg width='19' height='18' viewBox='0 0 19 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.25 4.5L11.75 9L7.25 13.5' stroke='%23fff' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7.25 4.5L11.75 9L7.25 13.5' stroke='white' stroke-opacity='0.2' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}.carousel-indicators{position:absolute;right:0;bottom:0;left:0;z-index:2;display:flex;justify-content:center;padding:0;margin-right:15%;margin-bottom:1rem;margin-left:15%}.carousel-indicators [data-bs-target]{box-sizing:content-box;flex:0 1 auto;width:34px;height:5px;padding:0;margin-right:5px;margin-left:5px;text-indent:-999px;cursor:pointer;background-color:#fff;background-clip:padding-box;border:0;border-top:0 solid transparent;border-bottom:0 solid transparent;opacity:.4;transition:opacity .6s ease}@media (prefers-reduced-motion:reduce){.carousel-indicators [data-bs-target]{transition:none}}.carousel-indicators .active{opacity:1}.carousel-caption{position:absolute;right:15%;bottom:1.437rem;left:15%;padding-top:1.25rem;padding-bottom:1.25rem;color:#fff;text-align:center}.carousel-dark .carousel-control-next-icon,.carousel-dark .carousel-control-prev-icon{filter:invert(1) grayscale(100)}.carousel-dark .carousel-indicators [data-bs-target]{background-color:#4b465c}.carousel-dark .carousel-caption{color:#4b465c}.spinner-border,.spinner-grow{display:inline-block;width:var(--bs-spinner-width);height:var(--bs-spinner-height);vertical-align:var(--bs-spinner-vertical-align);border-radius:50%;animation:var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name)}@keyframes spinner-border{to{transform:rotate(1turn)}}.spinner-border{--bs-spinner-width:2rem;--bs-spinner-height:2rem;--bs-spinner-vertical-align:-0.125em;--bs-spinner-border-width:0.25em;--bs-spinner-animation-speed:0.75s;--bs-spinner-animation-name:spinner-border;border-right-color:currentcolor;border:var(--bs-spinner-border-width) solid;border-right:var(--bs-spinner-border-width) solid transparent}.spinner-border-sm{--bs-spinner-width:1rem;--bs-spinner-height:1rem;--bs-spinner-border-width:0.2em}@keyframes spinner-grow{0%{transform:scale(0)}50%{opacity:1;transform:none}}.spinner-grow{--bs-spinner-width:2rem;--bs-spinner-height:2rem;--bs-spinner-vertical-align:-0.125em;--bs-spinner-animation-speed:0.75s;--bs-spinner-animation-name:spinner-grow;background-color:currentcolor;opacity:0}.spinner-grow-sm{--bs-spinner-width:1rem;--bs-spinner-height:1rem}@media (prefers-reduced-motion:reduce){.spinner-border,.spinner-grow{--bs-spinner-animation-speed:1.5s}}.offcanvas,.offcanvas-lg,.offcanvas-md,.offcanvas-sm,.offcanvas-xl,.offcanvas-xxl{--bs-offcanvas-zindex:1090;--bs-offcanvas-width:400px;--bs-offcanvas-height:30vh;--bs-offcanvas-padding-x:1.5rem;--bs-offcanvas-padding-y:1.5rem;--bs-offcanvas-color:var(--bs-body-color);--bs-offcanvas-bg:#fff;--bs-offcanvas-border-width:0px;--bs-offcanvas-border-color:var(--bs-border-color-translucent);--bs-offcanvas-box-shadow:0 0.31rem 1.25rem 0 rgba(75,70,92,.4);--bs-offcanvas-transition:transform 0.25s ease-in-out;--bs-offcanvas-title-line-height:1.47}@media (max-width:575.98px){.offcanvas-sm{position:fixed;bottom:0;z-index:var(--bs-offcanvas-zindex);display:flex;flex-direction:column;max-width:100%;color:var(--bs-offcanvas-color);visibility:hidden;background-color:var(--bs-offcanvas-bg);background-clip:padding-box;outline:0;transition:var(--bs-offcanvas-transition)}}@media (max-width:575.98px) and (prefers-reduced-motion:reduce){.offcanvas-sm{transition:none}}@media (max-width:575.98px){.offcanvas-sm.offcanvas-start{top:0;left:0;width:var(--bs-offcanvas-width);border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(-100%)}.offcanvas-sm.offcanvas-end{top:0;right:0;width:var(--bs-offcanvas-width);border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(100%)}.offcanvas-sm.offcanvas-top{top:0;border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(-100%)}.offcanvas-sm.offcanvas-bottom,.offcanvas-sm.offcanvas-top{right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%}.offcanvas-sm.offcanvas-bottom{border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(100%)}.offcanvas-sm.show:not(.hiding),.offcanvas-sm.showing{transform:none}.offcanvas-sm.hiding,.offcanvas-sm.show,.offcanvas-sm.showing{visibility:visible}}@media (min-width:576px){.offcanvas-sm{--bs-offcanvas-height:auto;--bs-offcanvas-border-width:0;background-color:transparent!important}.offcanvas-sm .offcanvas-header{display:none}.offcanvas-sm .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible;background-color:transparent!important}}@media (max-width:767.98px){.offcanvas-md{position:fixed;bottom:0;z-index:var(--bs-offcanvas-zindex);display:flex;flex-direction:column;max-width:100%;color:var(--bs-offcanvas-color);visibility:hidden;background-color:var(--bs-offcanvas-bg);background-clip:padding-box;outline:0;transition:var(--bs-offcanvas-transition)}}@media (max-width:767.98px) and (prefers-reduced-motion:reduce){.offcanvas-md{transition:none}}@media (max-width:767.98px){.offcanvas-md.offcanvas-start{top:0;left:0;width:var(--bs-offcanvas-width);border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(-100%)}.offcanvas-md.offcanvas-end{top:0;right:0;width:var(--bs-offcanvas-width);border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(100%)}.offcanvas-md.offcanvas-top{top:0;border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(-100%)}.offcanvas-md.offcanvas-bottom,.offcanvas-md.offcanvas-top{right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%}.offcanvas-md.offcanvas-bottom{border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(100%)}.offcanvas-md.show:not(.hiding),.offcanvas-md.showing{transform:none}.offcanvas-md.hiding,.offcanvas-md.show,.offcanvas-md.showing{visibility:visible}}@media (min-width:768px){.offcanvas-md{--bs-offcanvas-height:auto;--bs-offcanvas-border-width:0;background-color:transparent!important}.offcanvas-md .offcanvas-header{display:none}.offcanvas-md .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible;background-color:transparent!important}}@media (max-width:991.98px){.offcanvas-lg{position:fixed;bottom:0;z-index:var(--bs-offcanvas-zindex);display:flex;flex-direction:column;max-width:100%;color:var(--bs-offcanvas-color);visibility:hidden;background-color:var(--bs-offcanvas-bg);background-clip:padding-box;outline:0;transition:var(--bs-offcanvas-transition)}}@media (max-width:991.98px) and (prefers-reduced-motion:reduce){.offcanvas-lg{transition:none}}@media (max-width:991.98px){.offcanvas-lg.offcanvas-start{top:0;left:0;width:var(--bs-offcanvas-width);border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(-100%)}.offcanvas-lg.offcanvas-end{top:0;right:0;width:var(--bs-offcanvas-width);border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(100%)}.offcanvas-lg.offcanvas-top{top:0;border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(-100%)}.offcanvas-lg.offcanvas-bottom,.offcanvas-lg.offcanvas-top{right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%}.offcanvas-lg.offcanvas-bottom{border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(100%)}.offcanvas-lg.show:not(.hiding),.offcanvas-lg.showing{transform:none}.offcanvas-lg.hiding,.offcanvas-lg.show,.offcanvas-lg.showing{visibility:visible}}@media (min-width:992px){.offcanvas-lg{--bs-offcanvas-height:auto;--bs-offcanvas-border-width:0;background-color:transparent!important}.offcanvas-lg .offcanvas-header{display:none}.offcanvas-lg .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible;background-color:transparent!important}}@media (max-width:1199.98px){.offcanvas-xl{position:fixed;bottom:0;z-index:var(--bs-offcanvas-zindex);display:flex;flex-direction:column;max-width:100%;color:var(--bs-offcanvas-color);visibility:hidden;background-color:var(--bs-offcanvas-bg);background-clip:padding-box;outline:0;transition:var(--bs-offcanvas-transition)}}@media (max-width:1199.98px) and (prefers-reduced-motion:reduce){.offcanvas-xl{transition:none}}@media (max-width:1199.98px){.offcanvas-xl.offcanvas-start{top:0;left:0;width:var(--bs-offcanvas-width);border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(-100%)}.offcanvas-xl.offcanvas-end{top:0;right:0;width:var(--bs-offcanvas-width);border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(100%)}.offcanvas-xl.offcanvas-top{top:0;border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(-100%)}.offcanvas-xl.offcanvas-bottom,.offcanvas-xl.offcanvas-top{right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%}.offcanvas-xl.offcanvas-bottom{border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(100%)}.offcanvas-xl.show:not(.hiding),.offcanvas-xl.showing{transform:none}.offcanvas-xl.hiding,.offcanvas-xl.show,.offcanvas-xl.showing{visibility:visible}}@media (min-width:1200px){.offcanvas-xl{--bs-offcanvas-height:auto;--bs-offcanvas-border-width:0;background-color:transparent!important}.offcanvas-xl .offcanvas-header{display:none}.offcanvas-xl .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible;background-color:transparent!important}}@media (max-width:1399.98px){.offcanvas-xxl{position:fixed;bottom:0;z-index:var(--bs-offcanvas-zindex);display:flex;flex-direction:column;max-width:100%;color:var(--bs-offcanvas-color);visibility:hidden;background-color:var(--bs-offcanvas-bg);background-clip:padding-box;outline:0;transition:var(--bs-offcanvas-transition)}}@media (max-width:1399.98px) and (prefers-reduced-motion:reduce){.offcanvas-xxl{transition:none}}@media (max-width:1399.98px){.offcanvas-xxl.offcanvas-start{top:0;left:0;width:var(--bs-offcanvas-width);border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(-100%)}.offcanvas-xxl.offcanvas-end{top:0;right:0;width:var(--bs-offcanvas-width);border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(100%)}.offcanvas-xxl.offcanvas-top{top:0;border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(-100%)}.offcanvas-xxl.offcanvas-bottom,.offcanvas-xxl.offcanvas-top{right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%}.offcanvas-xxl.offcanvas-bottom{border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(100%)}.offcanvas-xxl.show:not(.hiding),.offcanvas-xxl.showing{transform:none}.offcanvas-xxl.hiding,.offcanvas-xxl.show,.offcanvas-xxl.showing{visibility:visible}}@media (min-width:1400px){.offcanvas-xxl{--bs-offcanvas-height:auto;--bs-offcanvas-border-width:0;background-color:transparent!important}.offcanvas-xxl .offcanvas-header{display:none}.offcanvas-xxl .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible;background-color:transparent!important}}.offcanvas{position:fixed;bottom:0;z-index:var(--bs-offcanvas-zindex);display:flex;flex-direction:column;max-width:100%;color:var(--bs-offcanvas-color);visibility:hidden;background-color:var(--bs-offcanvas-bg);background-clip:padding-box;outline:0;transition:var(--bs-offcanvas-transition)}@media (prefers-reduced-motion:reduce){.offcanvas{transition:none}}.offcanvas.offcanvas-start{top:0;left:0;width:var(--bs-offcanvas-width);border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(-100%)}.offcanvas.offcanvas-end{top:0;right:0;width:var(--bs-offcanvas-width);border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(100%)}.offcanvas.offcanvas-top{top:0;border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(-100%)}.offcanvas.offcanvas-bottom,.offcanvas.offcanvas-top{right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%}.offcanvas.offcanvas-bottom{border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(100%)}.offcanvas.show:not(.hiding),.offcanvas.showing{transform:none}.offcanvas.hiding,.offcanvas.show,.offcanvas.showing{visibility:visible}.offcanvas-backdrop{position:fixed;top:0;left:0;z-index:1089;width:100vw;height:100vh;background-color:#4b465c}.offcanvas-backdrop.fade{opacity:0}.offcanvas-backdrop.show{opacity:.5}.offcanvas-header{display:flex;align-items:center;justify-content:space-between;padding:var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x)}.offcanvas-header .btn-close{padding:calc(var(--bs-offcanvas-padding-y) * .5) calc(var(--bs-offcanvas-padding-x) * .5);margin-top:calc(-.5 * var(--bs-offcanvas-padding-y));margin-right:calc(-.5 * var(--bs-offcanvas-padding-x));margin-bottom:calc(-.5 * var(--bs-offcanvas-padding-y))}.offcanvas-title{margin-bottom:0;line-height:var(--bs-offcanvas-title-line-height)}.offcanvas-body{flex-grow:1;padding:var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);overflow-y:auto}.placeholder{display:inline-block;min-height:1em;vertical-align:middle;cursor:wait;background-color:currentcolor;opacity:.5}.placeholder.btn:before{display:inline-block;content:""}.placeholder-xs{min-height:.6em}.placeholder-sm{min-height:.8em}.placeholder-lg{min-height:1.2em}.placeholder-glow .placeholder{animation:placeholder-glow 2s ease-in-out infinite}@keyframes placeholder-glow{50%{opacity:.2}}.placeholder-wave{-webkit-mask-image:linear-gradient(130deg,#4b465c 55%,rgba(0,0,0,.8) 75%,#4b465c 95%);mask-image:linear-gradient(130deg,#4b465c 55%,rgba(0,0,0,.8) 75%,#4b465c 95%);-webkit-mask-size:200% 100%;mask-size:200% 100%;animation:placeholder-wave 2s linear infinite}@keyframes placeholder-wave{to{-webkit-mask-position:-200% 0;mask-position:-200% 0}}.clearfix:after{display:block;clear:both;content:""}.text-bg-primary{color:#fff!important;background-color:RGBA(var(--bs-primary-rgb),var(--bs-bg-opacity,1))!important}.text-bg-secondary{color:#fff!important;background-color:RGBA(var(--bs-secondary-rgb),var(--bs-bg-opacity,1))!important}.text-bg-success{color:#fff!important;background-color:RGBA(var(--bs-success-rgb),var(--bs-bg-opacity,1))!important}.text-bg-info{color:#fff!important;background-color:RGBA(var(--bs-info-rgb),var(--bs-bg-opacity,1))!important}.text-bg-warning{color:#fff!important;background-color:RGBA(var(--bs-warning-rgb),var(--bs-bg-opacity,1))!important}.text-bg-danger{color:#fff!important;background-color:RGBA(var(--bs-danger-rgb),var(--bs-bg-opacity,1))!important}.text-bg-light{color:#4b465c!important;background-color:RGBA(var(--bs-light-rgb),var(--bs-bg-opacity,1))!important}.text-bg-dark{color:#fff!important;background-color:RGBA(var(--bs-dark-rgb),var(--bs-bg-opacity,1))!important}.text-bg-gray{color:#fff!important;background-color:RGBA(var(--bs-gray-rgb),var(--bs-bg-opacity,1))!important}.link-primary{color:RGBA(var(--bs-primary-rgb),var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(var(--bs-primary-rgb),var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(var(--bs-primary-rgb),var(--bs-link-underline-opacity,1))!important}.link-primary:focus,.link-primary:hover{color:RGBA(9,36,52,var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(9,36,52,var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(9,36,52,var(--bs-link-underline-opacity,1))!important}.link-secondary{color:RGBA(var(--bs-secondary-rgb),var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(var(--bs-secondary-rgb),var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(var(--bs-secondary-rgb),var(--bs-link-underline-opacity,1))!important}.link-secondary:focus,.link-secondary:hover{color:RGBA(178,144,115,var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(178,144,115,var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(178,144,115,var(--bs-link-underline-opacity,1))!important}.link-success{color:RGBA(var(--bs-success-rgb),var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(var(--bs-success-rgb),var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(var(--bs-success-rgb),var(--bs-link-underline-opacity,1))!important}.link-success:focus,.link-success:hover{color:RGBA(36,179,100,var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(36,179,100,var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(36,179,100,var(--bs-link-underline-opacity,1))!important}.link-info{color:RGBA(var(--bs-info-rgb),var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(var(--bs-info-rgb),var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(var(--bs-info-rgb),var(--bs-link-underline-opacity,1))!important}.link-info:focus,.link-info:hover{color:RGBA(0,186,209,var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(0,186,209,var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(0,186,209,var(--bs-link-underline-opacity,1))!important}.link-warning{color:RGBA(var(--bs-warning-rgb),var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(var(--bs-warning-rgb),var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(var(--bs-warning-rgb),var(--bs-link-underline-opacity,1))!important}.link-warning:focus,.link-warning:hover{color:RGBA(230,143,60,var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(230,143,60,var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(230,143,60,var(--bs-link-underline-opacity,1))!important}.link-danger{color:RGBA(var(--bs-danger-rgb),var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(var(--bs-danger-rgb),var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(var(--bs-danger-rgb),var(--bs-link-underline-opacity,1))!important}.link-danger:focus,.link-danger:hover{color:RGBA(211,76,77,var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(211,76,77,var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(211,76,77,var(--bs-link-underline-opacity,1))!important}.link-light{color:RGBA(var(--bs-light-rgb),var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(var(--bs-light-rgb),var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(var(--bs-light-rgb),var(--bs-link-underline-opacity,1))!important}.link-light:focus,.link-light:hover{color:RGBA(226,226,230,var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(226,226,230,var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(226,226,230,var(--bs-link-underline-opacity,1))!important}.link-dark{color:RGBA(var(--bs-dark-rgb),var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(var(--bs-dark-rgb),var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(var(--bs-dark-rgb),var(--bs-link-underline-opacity,1))!important}.link-dark:focus,.link-dark:hover{color:RGBA(68,68,68,var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(68,68,68,var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(68,68,68,var(--bs-link-underline-opacity,1))!important}.link-gray{color:RGBA(var(--bs-gray-rgb),var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(var(--bs-gray-rgb),var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(var(--bs-gray-rgb),var(--bs-link-underline-opacity,1))!important}.link-gray:focus,.link-gray:hover{color:RGBA(14,13,17,var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(14,13,17,var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(14,13,17,var(--bs-link-underline-opacity,1))!important}.link-body-emphasis{color:RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-underline-opacity,1))!important}.link-body-emphasis:focus,.link-body-emphasis:hover{color:RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-opacity,.75))!important;-webkit-text-decoration-color:RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-underline-opacity,.75))!important;text-decoration-color:RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-underline-opacity,.75))!important}.focus-ring:focus{outline:0;box-shadow:var(--bs-focus-ring-x,0) var(--bs-focus-ring-y,0) var(--bs-focus-ring-blur,0) var(--bs-focus-ring-width) var(--bs-focus-ring-color)}.icon-link{display:inline-flex;gap:.375rem;align-items:center;-webkit-text-decoration-color:rgba(var(--bs-link-color-rgb),var(--bs-link-opacity,.5));text-decoration-color:rgba(var(--bs-link-color-rgb),var(--bs-link-opacity,.5));text-underline-offset:.25em;-webkit-backface-visibility:hidden;backface-visibility:hidden}.icon-link>.bi{flex-shrink:0;width:1em;height:1em;fill:currentcolor;transition:transform .2s ease-in-out}@media (prefers-reduced-motion:reduce){.icon-link>.bi{transition:none}}.icon-link-hover:focus-visible>.bi,.icon-link-hover:hover>.bi{transform:var(--bs-icon-link-transform,translate3d(.25em,0,0))}.ratio{position:relative;width:100%}.ratio:before{display:block;padding-top:var(--bs-aspect-ratio);content:""}.ratio>*{position:absolute;top:0;left:0;width:100%;height:100%}.ratio-1x1{--bs-aspect-ratio:100%}.ratio-4x3{--bs-aspect-ratio:75%}.ratio-16x9{--bs-aspect-ratio:56.25%}.ratio-21x9{--bs-aspect-ratio:42.8571428571%}.fixed-top{top:0}.fixed-bottom,.fixed-top{position:fixed;right:0;left:0}.fixed-bottom{bottom:0;z-index:1030}.sticky-top{top:0}.sticky-bottom,.sticky-top{position:-webkit-sticky;position:sticky;z-index:1020}.sticky-bottom{bottom:0}@media (min-width:576px){.sticky-sm-top{top:0}.sticky-sm-bottom,.sticky-sm-top{position:-webkit-sticky;position:sticky;z-index:1020}.sticky-sm-bottom{bottom:0}}@media (min-width:768px){.sticky-md-top{top:0}.sticky-md-bottom,.sticky-md-top{position:-webkit-sticky;position:sticky;z-index:1020}.sticky-md-bottom{bottom:0}}@media (min-width:992px){.sticky-lg-top{top:0}.sticky-lg-bottom,.sticky-lg-top{position:-webkit-sticky;position:sticky;z-index:1020}.sticky-lg-bottom{bottom:0}}@media (min-width:1200px){.sticky-xl-top{top:0}.sticky-xl-bottom,.sticky-xl-top{position:-webkit-sticky;position:sticky;z-index:1020}.sticky-xl-bottom{bottom:0}}@media (min-width:1400px){.sticky-xxl-top{top:0}.sticky-xxl-bottom,.sticky-xxl-top{position:-webkit-sticky;position:sticky;z-index:1020}.sticky-xxl-bottom{bottom:0}}.hstack{flex-direction:row;align-items:center}.hstack,.vstack{display:flex;align-self:stretch}.vstack{flex:1 1 auto;flex-direction:column}.visually-hidden,.visually-hidden-focusable:not(:focus):not(:focus-within){width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption),.visually-hidden:not(caption){position:absolute!important}.stretched-link:after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;content:""}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.vr{display:inline-block;align-self:stretch;width:var(--bs-border-width);min-height:1em;background-color:currentcolor;opacity:1}:root{color-scheme:light}b,strong{font-weight:700}[dir=rtl] caption{text-align:right}[dir=rtl] dd{margin-right:0}a:not([href]),a:not([href]):hover{color:inherit;text-decoration:none}input:-internal-autofill-selected,input:-webkit-autofill,input:-webkit-autofill:focus,input:-webkit-autofill:hover,select:-webkit-autofill,select:-webkit-autofill:focus,select:-webkit-autofill:hover,textarea:-webkit-autofill,textarea:-webkit-autofill:focus,textarea:-webkit-autofill:hover{background-clip:text!important;-webkit-background-clip:text!important}[dir=rtl] .list-inline,[dir=rtl] .list-unstyled{padding-right:0}[dir=rtl] .list-inline-item:not(:last-child){margin-right:0;margin-left:.5rem}.row-bordered{overflow:hidden}.row-bordered>.col,.row-bordered>[class$=" col"],.row-bordered>[class*=" col "],.row-bordered>[class*=" col-"],.row-bordered>[class=col],.row-bordered>[class^="col "],.row-bordered>[class^=col-]{position:relative;padding-top:1px}.row-bordered>.col:before,.row-bordered>[class$=" col"]:before,.row-bordered>[class*=" col "]:before,.row-bordered>[class*=" col-"]:before,.row-bordered>[class=col]:before,.row-bordered>[class^="col "]:before,.row-bordered>[class^=col-]:before{content:"";position:absolute;right:0;bottom:-1px;left:0;display:block;height:0;border-top:1px solid #dbdade}.row-bordered>.col:after,.row-bordered>[class$=" col"]:after,.row-bordered>[class*=" col "]:after,.row-bordered>[class*=" col-"]:after,.row-bordered>[class=col]:after,.row-bordered>[class^="col "]:after,.row-bordered>[class^=col-]:after{content:"";position:absolute;top:0;bottom:0;left:-1px;display:block;width:0;border-left:1px solid #dbdade}.row-bordered.row-border-light>.col:after,.row-bordered.row-border-light>.col:before,.row-bordered.row-border-light>[class$=" col"]:after,.row-bordered.row-border-light>[class$=" col"]:before,.row-bordered.row-border-light>[class*=" col "]:after,.row-bordered.row-border-light>[class*=" col "]:before,.row-bordered.row-border-light>[class*=" col-"]:after,.row-bordered.row-border-light>[class*=" col-"]:before,.row-bordered.row-border-light>[class=col]:after,.row-bordered.row-border-light>[class=col]:before,.row-bordered.row-border-light>[class^="col "]:after,.row-bordered.row-border-light>[class^="col "]:before,.row-bordered.row-border-light>[class^=col-]:after,.row-bordered.row-border-light>[class^=col-]:before{border-color:rgba(75,70,92,.05)}[dir=rtl] .row-bordered>.col:after,[dir=rtl] .row-bordered>[class$=" col"]:after,[dir=rtl] .row-bordered>[class*=" col "]:after,[dir=rtl] .row-bordered>[class*=" col-"]:after,[dir=rtl] .row-bordered>[class=col]:after,[dir=rtl] .row-bordered>[class^="col "]:after,[dir=rtl] .row-bordered>[class^=col-]:after{left:auto;right:-1px}.bg-label-secondary{background-color:#f6f1ec!important;color:#c6a080!important}.bg-label-success{background-color:#dff7e9!important;color:#28c76f!important}.bg-label-info{background-color:#d9f8fc!important;color:#00cfe8!important}.bg-label-warning{background-color:#fff1e3!important;color:#ff9f43!important}.bg-label-danger{background-color:#fce5e6!important;color:#ea5455!important}.bg-label-light{background-color:#fafafb!important;color:#dfdfe3!important}.bg-label-dark{background-color:#e4e4e4!important;color:#4b4b4b!important}.bg-label-gray{background-color:hsla(0,0%,100%,.858)!important;color:rgba(75,70,92,.05)!important}.bg-label-hover-secondary{background-color:#f6f1ec!important;color:#c6a080!important}.bg-label-hover-secondary:hover{background-color:#c6a080!important;color:#fff!important}.bg-label-hover-success{background-color:#dff7e9!important;color:#28c76f!important}.bg-label-hover-success:hover{background-color:#28c76f!important;color:#fff!important}.bg-label-hover-info{background-color:#d9f8fc!important;color:#00cfe8!important}.bg-label-hover-info:hover{background-color:#00cfe8!important;color:#fff!important}.bg-label-hover-warning{background-color:#fff1e3!important;color:#ff9f43!important}.bg-label-hover-warning:hover{background-color:#ff9f43!important;color:#fff!important}.bg-label-hover-danger{background-color:#fce5e6!important;color:#ea5455!important}.bg-label-hover-danger:hover{background-color:#ea5455!important;color:#fff!important}.bg-label-hover-light{background-color:#fafafb!important;color:#dfdfe3!important}.bg-label-hover-light:hover{background-color:#dfdfe3!important;color:#fff!important}.bg-label-hover-dark{background-color:#e4e4e4!important;color:#4b4b4b!important}.bg-label-hover-dark:hover{background-color:#4b4b4b!important;color:#fff!important}.bg-label-hover-gray{background-color:hsla(0,0%,100%,.858)!important;color:rgba(75,70,92,.05)!important}.bg-label-hover-gray:hover{background-color:rgba(75,70,92,.05)!important;color:#fff!important}.bg-gradient-secondary{background-image:linear-gradient(45deg,#c6a080,#e3d0c0)!important}.bg-gradient-success{background-image:linear-gradient(45deg,#28c76f,#94e3b7)!important}.bg-gradient-info{background-image:linear-gradient(45deg,#00cfe8,#80e7f4)!important}.bg-gradient-warning{background-image:linear-gradient(45deg,#ff9f43,#ffcfa1)!important}.bg-gradient-danger{background-image:linear-gradient(45deg,#ea5455,#f5aaaa)!important}.bg-gradient-light{background-image:linear-gradient(45deg,#dfdfe3,#efeff1)!important}.bg-gradient-dark{background-image:linear-gradient(45deg,#4b4b4b,#a5a5a5)!important}.bg-gradient-gray{background-image:linear-gradient(45deg,rgba(75,70,92,.05),#a5a3ae)!important}a.bg-dark:focus,a.bg-dark:hover{background-color:rgba(75,70,92,.9)!important}a.bg-light:focus,a.bg-light:hover{background-color:rgba(75,70,92,.2)!important}a.bg-lighter:focus,a.bg-lighter:hover{background-color:rgba(75,70,92,.05)!important}a.bg-lightest:focus,a.bg-lightest:hover{background-color:rgba(75,70,92,.03)!important}.text-light[href]:focus,.text-light[href]:hover,.text-muted[href]:focus,.text-muted[href]:hover{color:#93909d!important}.text-lighter{color:#c9c8ce!important}.text-lighter[href]:focus,.text-lighter[href]:hover{color:#93909d!important}.text-lightest{color:#dbdade!important}.text-lightest[href]:focus,.text-lightest[href]:hover{color:#93909d!important}.invert-text-white,.invert-text-white[href]:hover:focus,.invert-text-white[href]:hover:hover{color:#fff!important}.invert-text-dark,.invert-text-dark[href]:hover:focus,.invert-text-dark[href]:hover:hover{color:#4b465c!important}.invert-bg-white,a.invert-bg-white:focus,a.invert-bg-white:hover{background-color:#fff!important}.invert-bg-dark,a.invert-bg-dark:focus,a.invert-bg-dark:hover{background-color:rgba(75,70,92,.9)!important}.invert-border-dark{border-color:#4b4b4b!important}.invert-border-white{border-color:#fff!important}.container-p-x{padding-right:1rem!important;padding-left:1rem!important}@media (min-width:992px){.container-p-x{padding-right:1.5rem!important;padding-left:1.5rem!important}}.container-m-nx{margin-right:-1rem!important;margin-left:-1rem!important}@media (min-width:992px){.container-m-nx{margin-right:-1.5rem!important;margin-left:-1.5rem!important}}.container-p-y:not([class^=pt-]):not([class*=" pt-"]){padding-top:1.5rem!important}.container-p-y:not([class^=pb-]):not([class*=" pb-"]){padding-bottom:1.5rem!important}.container-m-ny:not([class^=mt-]):not([class*=" mt-"]){margin-top:-1.5rem!important}.container-m-ny:not([class^=mb-]):not([class*=" mb-"]){margin-bottom:-1.5rem!important}.cell-fit{width:.1%;white-space:nowrap}.table-secondary{--bs-table-bg:#faf7f5;--bs-table-striped-bg:#f7f3f2;--bs-table-striped-color:#4b465c;--bs-table-active-bg:#ece9e9;--bs-table-active-color:#4b465c;--bs-table-hover-bg:#f3f0ef;--bs-table-hover-color:#4b465c;color:#4b465c;border-color:#d7d4d6}.table-secondary .btn-icon{color:#4b465c}.table-success{--bs-table-bg:#eefbf3;--bs-table-striped-bg:#ebf7f0;--bs-table-striped-color:#4b465c;--bs-table-active-bg:#e1ede7;--bs-table-active-color:#4b465c;--bs-table-hover-bg:#e7f4ed;--bs-table-hover-color:#4b465c;color:#4b465c;border-color:#cdd7d5}.table-info,.table-success .btn-icon{color:#4b465c}.table-info{--bs-table-bg:#ebfbfd;--bs-table-striped-bg:#e8f7fa;--bs-table-striped-color:#4b465c;--bs-table-active-bg:#deedf0;--bs-table-active-color:#4b465c;--bs-table-hover-bg:#e5f4f7;--bs-table-hover-color:#4b465c;border-color:#cbd7dd}.table-info .btn-icon{color:#4b465c}.table-warning{--bs-table-bg:#fff7f0;--bs-table-striped-bg:#fbf3ed;--bs-table-striped-color:#4b465c;--bs-table-active-bg:#f1e9e4;--bs-table-active-color:#4b465c;--bs-table-hover-bg:#f8f0ea;--bs-table-hover-color:#4b465c;color:#4b465c;border-color:#dbd4d2}.table-warning .btn-icon{color:#4b465c}.table-danger{--bs-table-bg:#fdf1f1;--bs-table-striped-bg:#f9eeee;--bs-table-striped-color:#4b465c;--bs-table-active-bg:#efe3e5;--bs-table-active-color:#4b465c;--bs-table-hover-bg:#f6eaeb;--bs-table-hover-color:#4b465c;color:#4b465c;border-color:#d9cfd3}.table-danger .btn-icon,.table-light{color:#4b465c}.table-light{--bs-table-bg:#dfdfe3;--bs-table-striped-bg:#dcdce0;--bs-table-striped-color:#4b465c;--bs-table-active-bg:#d3d3d8;--bs-table-active-color:#4b465c;--bs-table-hover-bg:#d9d9de;--bs-table-hover-color:#4b465c;border-color:#c1c0c8}.table-light .btn-icon{color:#4b465c}.table-dark{--bs-table-bg:#4b4b4b;--bs-table-striped-bg:#4f4f4f;--bs-table-striped-color:#fff;--bs-table-active-bg:#595959;--bs-table-active-color:#fff;--bs-table-hover-bg:#525252;--bs-table-hover-color:#fff;color:#fff;border-color:#6f6f6f}.table-dark .btn-icon{color:#fff}.table:not(.table-borderless){margin-bottom:0}.table>:not(:first-child){border-top:0}.table .table-light th{border-bottom:0}.table .dropdown-item{display:flex;gap:.25rem}.table tr>td .dropdown{position:static}@supports (-moz-appearance:none){.table .dropdown-menu.show{display:inline-table}}.table th{text-transform:uppercase;font-size:.8125rem;letter-spacing:1px;padding-top:.88rem;padding-bottom:.88rem}.table:not(.table-dark) thead:not(.table-dark) th{color:#5d596c}.table-border-bottom-0 tr:last-child td,.table-border-bottom-0 tr:last-child th{border-bottom-width:0}.table.table-dark .btn i{color:#fff}.table.table-flush-spacing tbody tr>td:first-child,.table.table-flush-spacing thead tr>td:first-child{padding-left:0}.table.table-flush-spacing tbody tr>td:last-child,.table.table-flush-spacing thead tr>td:last-child{padding-right:0}.nav-align-bottom .table:not(.table-dark),.nav-align-bottom .table:not(.table-dark) td,.nav-align-bottom .table:not(.table-dark) tfoot:not(.table-dark) th,.nav-align-bottom .table:not(.table-dark) thead:not(.table-dark) th,.nav-align-left .table:not(.table-dark),.nav-align-left .table:not(.table-dark) td,.nav-align-left .table:not(.table-dark) tfoot:not(.table-dark) th,.nav-align-left .table:not(.table-dark) thead:not(.table-dark) th,.nav-align-right .table:not(.table-dark),.nav-align-right .table:not(.table-dark) td,.nav-align-right .table:not(.table-dark) tfoot:not(.table-dark) th,.nav-align-right .table:not(.table-dark) thead:not(.table-dark) th,.nav-align-top .table:not(.table-dark),.nav-align-top .table:not(.table-dark) td,.nav-align-top .table:not(.table-dark) tfoot:not(.table-dark) th,.nav-align-top .table:not(.table-dark) thead:not(.table-dark) th{border-color:rgba(75,70,92,.075)}.btn{cursor:pointer;display:inline-flex!important;align-items:center;justify-content:center;transition:all .135s ease-in-out;transform:scale(1.001)}.btn .ti{line-height:.9}.btn:not([class*=btn-label-]):not([class*=btn-outline-]){box-shadow:0 .125rem .25rem hsla(251,6%,66%,.3)}.btn:not([class*=btn-]){box-shadow:none!important}.btn.disabled,.btn:disabled{cursor:default}.btn[class*=btn-].active,.btn[class*=btn-]:active{transform:scale(.98);transition:all .135s ease-in-out}.btn .badge{transition:all .2s ease-in-out}@media (prefers-reduced-motion:reduce){.btn .badge{transition:none}}label.btn{margin-bottom:0}.btn-group-xl>.btn,.btn-xl{--bs-btn-padding-y:0.875rem;--bs-btn-padding-x:1.75rem;--bs-btn-font-size:1.25rem;--bs-btn-border-radius:0.5rem}.btn-group-sm>.btn,.btn-sm{line-height:1}.btn-group-xs>.btn,.btn-xs{--bs-btn-padding-y:0.175rem;--bs-btn-padding-x:0.75rem;--bs-btn-font-size:0.69rem;--bs-btn-border-radius:0.25rem}.btn-secondary{color:#fff;background-color:#c6a080;border-color:#c6a080}.btn-secondary:hover{color:#fff!important;background-color:#b29073!important;border-color:#b29073!important}.btn-check:focus+.btn-secondary,.btn-secondary.focus,.btn-secondary:focus{color:#fff;background-color:#b29073;border-color:#b29073;box-shadow:none}.btn-check:active+.btn-secondary,.btn-check:checked+.btn-secondary,.btn-secondary.active,.btn-secondary.show.dropdown-toggle,.btn-secondary:active,.show>.btn-secondary.dropdown-toggle{color:#fff!important;background-color:#b29073!important;border-color:#b29073!important}.btn-secondary.disabled,.btn-secondary:disabled{color:#fff!important;background-color:#c6a080!important;border-color:#c6a080!important;box-shadow:none!important}.btn-group .btn-secondary,.input-group .btn-secondary{border-right:var(--bs-border-width) solid #b29073;border-left:var(--bs-border-width) solid #b29073}.btn-group-vertical .btn-secondary{border-top-color:#b29073;border-bottom-color:#b29073}.btn-label-secondary{color:#c6a080;border-color:transparent;background:#f6f0eb}.btn-label-secondary.waves-effect .waves-ripple{background:radial-gradient(hsla(27,38%,64%,.2) 0,hsla(27,38%,64%,.3) 40%,hsla(27,38%,64%,.4) 50%,hsla(27,38%,64%,.5) 60%,hsla(0,0%,100%,0) 70%)}.btn-label-secondary:hover{border-color:transparent!important;background:#f1e8e1!important;color:#c6a080!important}.btn-label-secondary.focus,.btn-label-secondary:focus{color:#c6a080;background:#f1e8e1;box-shadow:none!important}.btn-label-secondary.active,.btn-label-secondary.show.dropdown-toggle,.btn-label-secondary:active,.show>.btn-label-secondary.dropdown-toggle{color:#c6a080!important;background-color:#f1e8e1!important;border-color:transparent!important}.btn-label-secondary.active:focus,.btn-label-secondary.show.dropdown-toggle:focus,.btn-label-secondary:active:focus,.show>.btn-label-secondary.dropdown-toggle:focus{box-shadow:none}.btn-label-secondary.disabled,.btn-label-secondary:disabled{color:#c6a080!important;border-color:transparent!important;background:#f6f1ec!important;box-shadow:none}.btn-group .btn-label-secondary,.input-group .btn-label-secondary{border-right:var(--bs-border-width) solid #f1e8e1;border-left:var(--bs-border-width) solid #f1e8e1}.btn-group-vertical .btn-label-secondary{border-top-color:#f1e8e1;border-bottom-color:#f1e8e1}.btn-outline-secondary{color:#c6a080;border-color:#c6a080;background:transparent}.btn-outline-secondary.waves-effect .waves-ripple{background:radial-gradient(hsla(27,38%,64%,.2) 0,hsla(27,38%,64%,.3) 40%,hsla(27,38%,64%,.4) 50%,hsla(27,38%,64%,.5) 60%,hsla(0,0%,100%,0) 70%)}.btn-outline-secondary:hover{color:#c6a080!important;background-color:#faf7f5!important;border-color:#c6a080!important}.btn-check:focus+.btn-outline-secondary,.btn-outline-secondary:focus{color:#c6a080;background-color:#faf7f5;border-color:#c6a080;box-shadow:none}.btn-check:active+.btn-outline-secondary,.btn-check:checked+.btn-outline-secondary,.btn-outline-secondary.active,.btn-outline-secondary.dropdown-toggle.show,.btn-outline-secondary:active{color:#c6a080!important;background-color:#f6f0eb!important;border-color:#c6a080!important}.btn-check:active+.btn-outline-secondary:focus,.btn-check:checked+.btn-outline-secondary:focus,.btn-outline-secondary.active:focus,.btn-outline-secondary.dropdown-toggle.show:focus,.btn-outline-secondary:active:focus{box-shadow:none}.btn-outline-secondary.disabled,.btn-outline-secondary:disabled{color:#c6a080!important;background-color:transparent!important}.btn-outline-secondary .badge{color:#fff}.btn-outline-secondary .badge,.btn-outline-secondary.active .badge,.btn-outline-secondary:active .badge,.btn-outline-secondary:focus:hover .badge,.btn-outline-secondary:hover .badge,.show>.btn-outline-secondary.dropdown-toggle .badge{background:#c6a080;border-color:#c6a080}.btn-success{color:#fff;background-color:#28c76f;border-color:#28c76f}.btn-success:hover{color:#fff!important;background-color:#24b364!important;border-color:#24b364!important}.btn-check:focus+.btn-success,.btn-success.focus,.btn-success:focus{color:#fff;background-color:#24b364;border-color:#24b364;box-shadow:none}.btn-check:active+.btn-success,.btn-check:checked+.btn-success,.btn-success.active,.btn-success.show.dropdown-toggle,.btn-success:active,.show>.btn-success.dropdown-toggle{color:#fff!important;background-color:#24b364!important;border-color:#24b364!important}.btn-success.disabled,.btn-success:disabled{color:#fff!important;background-color:#28c76f!important;border-color:#28c76f!important;box-shadow:none!important}.btn-group .btn-success,.input-group .btn-success{border-right:var(--bs-border-width) solid #24b364;border-left:var(--bs-border-width) solid #24b364}.btn-group-vertical .btn-success{border-top-color:#24b364;border-bottom-color:#24b364}.btn-label-success{color:#28c76f;border-color:transparent;background:#ddf6e8}.btn-label-success.waves-effect .waves-ripple{background:radial-gradient(rgba(40,199,111,.2) 0,rgba(40,199,111,.3) 40%,rgba(40,199,111,.4) 50%,rgba(40,199,111,.5) 60%,hsla(0,0%,100%,0) 70%)}.btn-label-success:hover{border-color:transparent!important;background:#cbf2dc!important;color:#28c76f!important}.btn-label-success.focus,.btn-label-success:focus{color:#28c76f;background:#cbf2dc;box-shadow:none!important}.btn-label-success.active,.btn-label-success.show.dropdown-toggle,.btn-label-success:active,.show>.btn-label-success.dropdown-toggle{color:#28c76f!important;background-color:#cbf2dc!important;border-color:transparent!important}.btn-label-success.active:focus,.btn-label-success.show.dropdown-toggle:focus,.btn-label-success:active:focus,.show>.btn-label-success.dropdown-toggle:focus{box-shadow:none}.btn-label-success.disabled,.btn-label-success:disabled{color:#28c76f!important;border-color:transparent!important;background:#dff7e9!important;box-shadow:none}.btn-group .btn-label-success,.input-group .btn-label-success{border-right:var(--bs-border-width) solid #cbf2dc;border-left:var(--bs-border-width) solid #cbf2dc}.btn-group-vertical .btn-label-success{border-top-color:#cbf2dc;border-bottom-color:#cbf2dc}.btn-outline-success{color:#28c76f;border-color:#28c76f;background:transparent}.btn-outline-success.waves-effect .waves-ripple{background:radial-gradient(rgba(40,199,111,.2) 0,rgba(40,199,111,.3) 40%,rgba(40,199,111,.4) 50%,rgba(40,199,111,.5) 60%,hsla(0,0%,100%,0) 70%)}.btn-outline-success:hover{color:#28c76f!important;background-color:#eefbf3!important;border-color:#28c76f!important}.btn-check:focus+.btn-outline-success,.btn-outline-success:focus{color:#28c76f;background-color:#eefbf3;border-color:#28c76f;box-shadow:none}.btn-check:active+.btn-outline-success,.btn-check:checked+.btn-outline-success,.btn-outline-success.active,.btn-outline-success.dropdown-toggle.show,.btn-outline-success:active{color:#28c76f!important;background-color:#ddf6e8!important;border-color:#28c76f!important}.btn-check:active+.btn-outline-success:focus,.btn-check:checked+.btn-outline-success:focus,.btn-outline-success.active:focus,.btn-outline-success.dropdown-toggle.show:focus,.btn-outline-success:active:focus{box-shadow:none}.btn-outline-success.disabled,.btn-outline-success:disabled{color:#28c76f!important;background-color:transparent!important}.btn-outline-success .badge{color:#fff}.btn-outline-success .badge,.btn-outline-success.active .badge,.btn-outline-success:active .badge,.btn-outline-success:focus:hover .badge,.btn-outline-success:hover .badge,.show>.btn-outline-success.dropdown-toggle .badge{background:#28c76f;border-color:#28c76f}.btn-info{color:#fff;background-color:#00cfe8;border-color:#00cfe8}.btn-info:hover{color:#fff!important;background-color:#00bad1!important;border-color:#00bad1!important}.btn-check:focus+.btn-info,.btn-info.focus,.btn-info:focus{color:#fff;background-color:#00bad1;border-color:#00bad1;box-shadow:none}.btn-check:active+.btn-info,.btn-check:checked+.btn-info,.btn-info.active,.btn-info.show.dropdown-toggle,.btn-info:active,.show>.btn-info.dropdown-toggle{color:#fff!important;background-color:#00bad1!important;border-color:#00bad1!important}.btn-info.disabled,.btn-info:disabled{color:#fff!important;background-color:#00cfe8!important;border-color:#00cfe8!important;box-shadow:none!important}.btn-group .btn-info,.input-group .btn-info{border-right:var(--bs-border-width) solid #00bad1;border-left:var(--bs-border-width) solid #00bad1}.btn-group-vertical .btn-info{border-top-color:#00bad1;border-bottom-color:#00bad1}.btn-label-info{color:#00cfe8;border-color:transparent;background:#d6f7fb}.btn-label-info.waves-effect .waves-ripple{background:radial-gradient(rgba(0,207,232,.2) 0,rgba(0,207,232,.3) 40%,rgba(0,207,232,.4) 50%,rgba(0,207,232,.5) 60%,hsla(0,0%,100%,0) 70%)}.btn-label-info:hover{border-color:transparent!important;background:#c2f3f9!important;color:#00cfe8!important}.btn-label-info.focus,.btn-label-info:focus{color:#00cfe8;background:#c2f3f9;box-shadow:none!important}.btn-label-info.active,.btn-label-info.show.dropdown-toggle,.btn-label-info:active,.show>.btn-label-info.dropdown-toggle{color:#00cfe8!important;background-color:#c2f3f9!important;border-color:transparent!important}.btn-label-info.active:focus,.btn-label-info.show.dropdown-toggle:focus,.btn-label-info:active:focus,.show>.btn-label-info.dropdown-toggle:focus{box-shadow:none}.btn-label-info.disabled,.btn-label-info:disabled{color:#00cfe8!important;border-color:transparent!important;background:#d9f8fc!important;box-shadow:none}.btn-group .btn-label-info,.input-group .btn-label-info{border-right:var(--bs-border-width) solid #c2f3f9;border-left:var(--bs-border-width) solid #c2f3f9}.btn-group-vertical .btn-label-info{border-top-color:#c2f3f9;border-bottom-color:#c2f3f9}.btn-outline-info{color:#00cfe8;border-color:#00cfe8;background:transparent}.btn-outline-info.waves-effect .waves-ripple{background:radial-gradient(rgba(0,207,232,.2) 0,rgba(0,207,232,.3) 40%,rgba(0,207,232,.4) 50%,rgba(0,207,232,.5) 60%,hsla(0,0%,100%,0) 70%)}.btn-outline-info:hover{color:#00cfe8!important;background-color:#ebfbfd!important;border-color:#00cfe8!important}.btn-check:focus+.btn-outline-info,.btn-outline-info:focus{color:#00cfe8;background-color:#ebfbfd;border-color:#00cfe8;box-shadow:none}.btn-check:active+.btn-outline-info,.btn-check:checked+.btn-outline-info,.btn-outline-info.active,.btn-outline-info.dropdown-toggle.show,.btn-outline-info:active{color:#00cfe8!important;background-color:#d6f7fb!important;border-color:#00cfe8!important}.btn-check:active+.btn-outline-info:focus,.btn-check:checked+.btn-outline-info:focus,.btn-outline-info.active:focus,.btn-outline-info.dropdown-toggle.show:focus,.btn-outline-info:active:focus{box-shadow:none}.btn-outline-info.disabled,.btn-outline-info:disabled{color:#00cfe8!important;background-color:transparent!important}.btn-outline-info .badge{color:#fff}.btn-outline-info .badge,.btn-outline-info.active .badge,.btn-outline-info:active .badge,.btn-outline-info:focus:hover .badge,.btn-outline-info:hover .badge,.show>.btn-outline-info.dropdown-toggle .badge{background:#00cfe8;border-color:#00cfe8}.btn-warning{color:#fff;background-color:#ff9f43;border-color:#ff9f43}.btn-warning:hover{color:#fff!important;background-color:#e68f3c!important;border-color:#e68f3c!important}.btn-check:focus+.btn-warning,.btn-warning.focus,.btn-warning:focus{color:#fff;background-color:#e68f3c;border-color:#e68f3c;box-shadow:none}.btn-check:active+.btn-warning,.btn-check:checked+.btn-warning,.btn-warning.active,.btn-warning.show.dropdown-toggle,.btn-warning:active,.show>.btn-warning.dropdown-toggle{color:#fff!important;background-color:#e68f3c!important;border-color:#e68f3c!important}.btn-warning.disabled,.btn-warning:disabled{color:#fff!important;background-color:#ff9f43!important;border-color:#ff9f43!important;box-shadow:none!important}.btn-group .btn-warning,.input-group .btn-warning{border-right:var(--bs-border-width) solid #e68f3c;border-left:var(--bs-border-width) solid #e68f3c}.btn-group-vertical .btn-warning{border-top-color:#e68f3c;border-bottom-color:#e68f3c}.btn-label-warning{color:#ff9f43;border-color:transparent;background:#fff0e1}.btn-label-warning.waves-effect .waves-ripple{background:radial-gradient(rgba(255,159,67,.2) 0,rgba(255,159,67,.3) 40%,rgba(255,159,67,.4) 50%,rgba(255,159,67,.5) 60%,hsla(0,0%,100%,0) 70%)}.btn-label-warning:hover{border-color:transparent!important;background:#ffe8d2!important;color:#ff9f43!important}.btn-label-warning.focus,.btn-label-warning:focus{color:#ff9f43;background:#ffe8d2;box-shadow:none!important}.btn-label-warning.active,.btn-label-warning.show.dropdown-toggle,.btn-label-warning:active,.show>.btn-label-warning.dropdown-toggle{color:#ff9f43!important;background-color:#ffe8d2!important;border-color:transparent!important}.btn-label-warning.active:focus,.btn-label-warning.show.dropdown-toggle:focus,.btn-label-warning:active:focus,.show>.btn-label-warning.dropdown-toggle:focus{box-shadow:none}.btn-label-warning.disabled,.btn-label-warning:disabled{color:#ff9f43!important;border-color:transparent!important;background:#fff1e3!important;box-shadow:none}.btn-group .btn-label-warning,.input-group .btn-label-warning{border-right:var(--bs-border-width) solid #ffe8d2;border-left:var(--bs-border-width) solid #ffe8d2}.btn-group-vertical .btn-label-warning{border-top-color:#ffe8d2;border-bottom-color:#ffe8d2}.btn-outline-warning{color:#ff9f43;border-color:#ff9f43;background:transparent}.btn-outline-warning.waves-effect .waves-ripple{background:radial-gradient(rgba(255,159,67,.2) 0,rgba(255,159,67,.3) 40%,rgba(255,159,67,.4) 50%,rgba(255,159,67,.5) 60%,hsla(0,0%,100%,0) 70%)}.btn-outline-warning:hover{color:#ff9f43!important;background-color:#fff7f0!important;border-color:#ff9f43!important}.btn-check:focus+.btn-outline-warning,.btn-outline-warning:focus{color:#ff9f43;background-color:#fff7f0;border-color:#ff9f43;box-shadow:none}.btn-check:active+.btn-outline-warning,.btn-check:checked+.btn-outline-warning,.btn-outline-warning.active,.btn-outline-warning.dropdown-toggle.show,.btn-outline-warning:active{color:#ff9f43!important;background-color:#fff0e1!important;border-color:#ff9f43!important}.btn-check:active+.btn-outline-warning:focus,.btn-check:checked+.btn-outline-warning:focus,.btn-outline-warning.active:focus,.btn-outline-warning.dropdown-toggle.show:focus,.btn-outline-warning:active:focus{box-shadow:none}.btn-outline-warning.disabled,.btn-outline-warning:disabled{color:#ff9f43!important;background-color:transparent!important}.btn-outline-warning .badge{color:#fff}.btn-outline-warning .badge,.btn-outline-warning.active .badge,.btn-outline-warning:active .badge,.btn-outline-warning:focus:hover .badge,.btn-outline-warning:hover .badge,.show>.btn-outline-warning.dropdown-toggle .badge{background:#ff9f43;border-color:#ff9f43}.btn-danger{color:#fff;background-color:#ea5455;border-color:#ea5455}.btn-danger:hover{color:#fff!important;background-color:#d34c4d!important;border-color:#d34c4d!important}.btn-check:focus+.btn-danger,.btn-danger.focus,.btn-danger:focus{color:#fff;background-color:#d34c4d;border-color:#d34c4d;box-shadow:none}.btn-check:active+.btn-danger,.btn-check:checked+.btn-danger,.btn-danger.active,.btn-danger.show.dropdown-toggle,.btn-danger:active,.show>.btn-danger.dropdown-toggle{color:#fff!important;background-color:#d34c4d!important;border-color:#d34c4d!important}.btn-danger.disabled,.btn-danger:disabled{color:#fff!important;background-color:#ea5455!important;border-color:#ea5455!important;box-shadow:none!important}.btn-group .btn-danger,.input-group .btn-danger{border-right:var(--bs-border-width) solid #d34c4d;border-left:var(--bs-border-width) solid #d34c4d}.btn-group-vertical .btn-danger{border-top-color:#d34c4d;border-bottom-color:#d34c4d}.btn-label-danger{color:#ea5455;border-color:transparent;background:#fce4e4}.btn-label-danger.waves-effect .waves-ripple{background:radial-gradient(rgba(234,84,85,.2) 0,rgba(234,84,85,.3) 40%,rgba(234,84,85,.4) 50%,rgba(234,84,85,.5) 60%,hsla(0,0%,100%,0) 70%)}.btn-label-danger:hover{border-color:transparent!important;background:#fad6d6!important;color:#ea5455!important}.btn-label-danger.focus,.btn-label-danger:focus{color:#ea5455;background:#fad6d6;box-shadow:none!important}.btn-label-danger.active,.btn-label-danger.show.dropdown-toggle,.btn-label-danger:active,.show>.btn-label-danger.dropdown-toggle{color:#ea5455!important;background-color:#fad6d6!important;border-color:transparent!important}.btn-label-danger.active:focus,.btn-label-danger.show.dropdown-toggle:focus,.btn-label-danger:active:focus,.show>.btn-label-danger.dropdown-toggle:focus{box-shadow:none}.btn-label-danger.disabled,.btn-label-danger:disabled{color:#ea5455!important;border-color:transparent!important;background:#fce5e6!important;box-shadow:none}.btn-group .btn-label-danger,.input-group .btn-label-danger{border-right:var(--bs-border-width) solid #fad6d6;border-left:var(--bs-border-width) solid #fad6d6}.btn-group-vertical .btn-label-danger{border-top-color:#fad6d6;border-bottom-color:#fad6d6}.btn-outline-danger{color:#ea5455;border-color:#ea5455;background:transparent}.btn-outline-danger.waves-effect .waves-ripple{background:radial-gradient(rgba(234,84,85,.2) 0,rgba(234,84,85,.3) 40%,rgba(234,84,85,.4) 50%,rgba(234,84,85,.5) 60%,hsla(0,0%,100%,0) 70%)}.btn-outline-danger:hover{color:#ea5455!important;background-color:#fdf1f1!important;border-color:#ea5455!important}.btn-check:focus+.btn-outline-danger,.btn-outline-danger:focus{color:#ea5455;background-color:#fdf1f1;border-color:#ea5455;box-shadow:none}.btn-check:active+.btn-outline-danger,.btn-check:checked+.btn-outline-danger,.btn-outline-danger.active,.btn-outline-danger.dropdown-toggle.show,.btn-outline-danger:active{color:#ea5455!important;background-color:#fce4e4!important;border-color:#ea5455!important}.btn-check:active+.btn-outline-danger:focus,.btn-check:checked+.btn-outline-danger:focus,.btn-outline-danger.active:focus,.btn-outline-danger.dropdown-toggle.show:focus,.btn-outline-danger:active:focus{box-shadow:none}.btn-outline-danger.disabled,.btn-outline-danger:disabled{color:#ea5455!important;background-color:transparent!important}.btn-outline-danger .badge{color:#fff}.btn-outline-danger .badge,.btn-outline-danger.active .badge,.btn-outline-danger:active .badge,.btn-outline-danger:focus:hover .badge,.btn-outline-danger:hover .badge,.show>.btn-outline-danger.dropdown-toggle .badge{background:#ea5455;border-color:#ea5455}.btn-light{color:#4b465c;background-color:#dfdfe3;border-color:#dfdfe3}.btn-light:hover{color:#4b465c!important;background-color:#e7e7ea!important;border-color:#e2e2e6!important}.btn-check:focus+.btn-light,.btn-light.focus,.btn-light:focus{color:#4b465c;background-color:#e7e7ea;border-color:#e2e2e6;box-shadow:none}.btn-check:active+.btn-light,.btn-check:checked+.btn-light,.btn-light.active,.btn-light.show.dropdown-toggle,.btn-light:active,.show>.btn-light.dropdown-toggle{color:#4b465c!important;background-color:#e5e5e9!important;border-color:#e2e2e6!important}.btn-light.disabled,.btn-light:disabled{color:#4b465c!important;background-color:#dfdfe3!important;border-color:#dfdfe3!important;box-shadow:none!important}.btn-group .btn-light,.input-group .btn-light{border-right:var(--bs-border-width) solid #e5e5e9;border-left:var(--bs-border-width) solid #e5e5e9}.btn-group-vertical .btn-light{border-top-color:#e5e5e9;border-bottom-color:#e5e5e9}.btn-label-light{color:#dfdfe3;border-color:transparent;background:#fafafb}.btn-label-light.waves-effect .waves-ripple{background:radial-gradient(hsla(240,7%,88%,.2) 0,hsla(240,7%,88%,.3) 40%,hsla(240,7%,88%,.4) 50%,hsla(240,7%,88%,.5) 60%,hsla(0,0%,100%,0) 70%)}.btn-label-light:hover{border-color:transparent!important;background:#f7f7f8!important;color:#dfdfe3!important}.btn-label-light.focus,.btn-label-light:focus{color:#dfdfe3;background:#f7f7f8;box-shadow:none!important}.btn-label-light.active,.btn-label-light.show.dropdown-toggle,.btn-label-light:active,.show>.btn-label-light.dropdown-toggle{color:#dfdfe3!important;background-color:#f7f7f8!important;border-color:transparent!important}.btn-label-light.active:focus,.btn-label-light.show.dropdown-toggle:focus,.btn-label-light:active:focus,.show>.btn-label-light.dropdown-toggle:focus{box-shadow:none}.btn-label-light.disabled,.btn-label-light:disabled{color:#dfdfe3!important;border-color:transparent!important;background:#fafafb!important;box-shadow:none}.btn-group .btn-label-light,.input-group .btn-label-light{border-right:var(--bs-border-width) solid #f7f7f8;border-left:var(--bs-border-width) solid #f7f7f8}.btn-group-vertical .btn-label-light{border-top-color:#f7f7f8;border-bottom-color:#f7f7f8}.btn-outline-light{color:#dfdfe3;border-color:#dfdfe3;background:transparent}.btn-outline-light.waves-effect .waves-ripple{background:radial-gradient(hsla(240,7%,88%,.2) 0,hsla(240,7%,88%,.3) 40%,hsla(240,7%,88%,.4) 50%,hsla(240,7%,88%,.5) 60%,hsla(0,0%,100%,0) 70%)}.btn-outline-light:hover{color:#dfdfe3!important;background-color:#fcfcfd!important;border-color:#dfdfe3!important}.btn-check:focus+.btn-outline-light,.btn-outline-light:focus{color:#dfdfe3;background-color:#fcfcfd;border-color:#dfdfe3;box-shadow:none}.btn-check:active+.btn-outline-light,.btn-check:checked+.btn-outline-light,.btn-outline-light.active,.btn-outline-light.dropdown-toggle.show,.btn-outline-light:active{color:#dfdfe3!important;background-color:#fafafb!important;border-color:#dfdfe3!important}.btn-check:active+.btn-outline-light:focus,.btn-check:checked+.btn-outline-light:focus,.btn-outline-light.active:focus,.btn-outline-light.dropdown-toggle.show:focus,.btn-outline-light:active:focus{box-shadow:none}.btn-outline-light.disabled,.btn-outline-light:disabled{color:#dfdfe3!important;background-color:transparent!important}.btn-outline-light .badge{color:#4b465c}.btn-outline-light .badge,.btn-outline-light.active .badge,.btn-outline-light:active .badge,.btn-outline-light:focus:hover .badge,.btn-outline-light:hover .badge,.show>.btn-outline-light.dropdown-toggle .badge{background:#dfdfe3;border-color:#dfdfe3}.btn-dark{color:#fff;background-color:#4b4b4b;border-color:#4b4b4b}.btn-dark:hover{color:#fff!important;background-color:#444!important;border-color:#444!important}.btn-check:focus+.btn-dark,.btn-dark.focus,.btn-dark:focus{color:#fff;background-color:#444;border-color:#444;box-shadow:none}.btn-check:active+.btn-dark,.btn-check:checked+.btn-dark,.btn-dark.active,.btn-dark.show.dropdown-toggle,.btn-dark:active,.show>.btn-dark.dropdown-toggle{color:#fff!important;background-color:#444!important;border-color:#444!important}.btn-dark.disabled,.btn-dark:disabled{color:#fff!important;background-color:#4b4b4b!important;border-color:#4b4b4b!important;box-shadow:none!important}.btn-group .btn-dark,.input-group .btn-dark{border-right:var(--bs-border-width) solid #444;border-left:var(--bs-border-width) solid #444}.btn-group-vertical .btn-dark{border-top-color:#444;border-bottom-color:#444}.btn-label-dark{color:#4b4b4b;border-color:transparent;background:#e2e2e2}.btn-label-dark.waves-effect .waves-ripple{background:radial-gradient(rgba(75,75,75,.2) 0,rgba(75,75,75,.3) 40%,rgba(75,75,75,.4) 50%,rgba(75,75,75,.5) 60%,hsla(0,0%,100%,0) 70%)}.btn-label-dark:hover{border-color:transparent!important;background:#d4d4d4!important;color:#4b4b4b!important}.btn-label-dark.focus,.btn-label-dark:focus{color:#4b4b4b;background:#d4d4d4;box-shadow:none!important}.btn-label-dark.active,.btn-label-dark.show.dropdown-toggle,.btn-label-dark:active,.show>.btn-label-dark.dropdown-toggle{color:#4b4b4b!important;background-color:#d4d4d4!important;border-color:transparent!important}.btn-label-dark.active:focus,.btn-label-dark.show.dropdown-toggle:focus,.btn-label-dark:active:focus,.show>.btn-label-dark.dropdown-toggle:focus{box-shadow:none}.btn-label-dark.disabled,.btn-label-dark:disabled{color:#4b4b4b!important;border-color:transparent!important;background:#e4e4e4!important;box-shadow:none}.btn-group .btn-label-dark,.input-group .btn-label-dark{border-right:var(--bs-border-width) solid #d4d4d4;border-left:var(--bs-border-width) solid #d4d4d4}.btn-group-vertical .btn-label-dark{border-top-color:#d4d4d4;border-bottom-color:#d4d4d4}.btn-outline-dark{color:#4b4b4b;border-color:#4b4b4b;background:transparent}.btn-outline-dark.waves-effect .waves-ripple{background:radial-gradient(rgba(75,75,75,.2) 0,rgba(75,75,75,.3) 40%,rgba(75,75,75,.4) 50%,rgba(75,75,75,.5) 60%,hsla(0,0%,100%,0) 70%)}.btn-outline-dark:hover{color:#4b4b4b!important;background-color:#f1f1f1!important;border-color:#4b4b4b!important}.btn-check:focus+.btn-outline-dark,.btn-outline-dark:focus{color:#4b4b4b;background-color:#f1f1f1;border-color:#4b4b4b;box-shadow:none}.btn-check:active+.btn-outline-dark,.btn-check:checked+.btn-outline-dark,.btn-outline-dark.active,.btn-outline-dark.dropdown-toggle.show,.btn-outline-dark:active{color:#4b4b4b!important;background-color:#e2e2e2!important;border-color:#4b4b4b!important}.btn-check:active+.btn-outline-dark:focus,.btn-check:checked+.btn-outline-dark:focus,.btn-outline-dark.active:focus,.btn-outline-dark.dropdown-toggle.show:focus,.btn-outline-dark:active:focus{box-shadow:none}.btn-outline-dark.disabled,.btn-outline-dark:disabled{color:#4b4b4b!important;background-color:transparent!important}.btn-outline-dark .badge{color:#fff}.btn-outline-dark .badge,.btn-outline-dark.active .badge,.btn-outline-dark:active .badge,.btn-outline-dark:focus:hover .badge,.btn-outline-dark:hover .badge,.show>.btn-outline-dark.dropdown-toggle .badge{background:#4b4b4b;border-color:#4b4b4b}.btn-gray{color:#fff;background-color:rgba(75,70,92,.05);border-color:rgba(75,70,92,.05)}.btn-gray:hover{color:#fff!important;background-color:rgba(14,13,17,.145)!important;border-color:rgba(14,13,17,.145)!important}.btn-check:focus+.btn-gray,.btn-gray.focus,.btn-gray:focus{color:#fff;background-color:rgba(14,13,17,.145);border-color:rgba(14,13,17,.145);box-shadow:none}.btn-check:active+.btn-gray,.btn-check:checked+.btn-gray,.btn-gray.active,.btn-gray.show.dropdown-toggle,.btn-gray:active,.show>.btn-gray.dropdown-toggle{color:#fff!important;background-color:rgba(14,13,17,.145)!important;border-color:rgba(14,13,17,.145)!important}.btn-gray.disabled,.btn-gray:disabled{color:#fff!important;background-color:rgba(75,70,92,.05)!important;border-color:rgba(75,70,92,.05)!important;box-shadow:none!important}.btn-group .btn-gray,.input-group .btn-gray{border-right:var(--bs-border-width) solid rgba(14,13,17,.145);border-left:var(--bs-border-width) solid rgba(14,13,17,.145)}.btn-group-vertical .btn-gray{border-top-color:rgba(14,13,17,.145);border-bottom-color:rgba(14,13,17,.145)}.btn-label-gray{color:rgba(75,70,92,.05);border-color:transparent;background:hsla(0,0%,100%,.848)}.btn-label-gray.waves-effect .waves-ripple{background:radial-gradient(rgba(75,70,92,.2) 0,rgba(75,70,92,.3) 40%,rgba(75,70,92,.4) 50%,rgba(75,70,92,.5) 60%,hsla(0,0%,100%,0) 70%)}.btn-label-gray:hover{border-color:transparent!important;background:hsla(0,0%,100%,.772)!important;color:rgba(75,70,92,.05)!important}.btn-label-gray.focus,.btn-label-gray:focus{color:rgba(75,70,92,.05);background:hsla(0,0%,100%,.772);box-shadow:none!important}.btn-label-gray.active,.btn-label-gray.show.dropdown-toggle,.btn-label-gray:active,.show>.btn-label-gray.dropdown-toggle{color:rgba(75,70,92,.05)!important;background-color:hsla(0,0%,100%,.772)!important;border-color:transparent!important}.btn-label-gray.active:focus,.btn-label-gray.show.dropdown-toggle:focus,.btn-label-gray:active:focus,.show>.btn-label-gray.dropdown-toggle:focus{box-shadow:none}.btn-label-gray.disabled,.btn-label-gray:disabled{color:rgba(75,70,92,.05)!important;border-color:transparent!important;background:hsla(0,0%,100%,.858)!important;box-shadow:none}.btn-group .btn-label-gray,.input-group .btn-label-gray{border-right:var(--bs-border-width) solid hsla(0,0%,100%,.772);border-left:var(--bs-border-width) solid hsla(0,0%,100%,.772)}.btn-group-vertical .btn-label-gray{border-top-color:hsla(0,0%,100%,.772);border-bottom-color:hsla(0,0%,100%,.772)}.btn-outline-gray{color:rgba(75,70,92,.05);border-color:rgba(75,70,92,.05);background:transparent}.btn-outline-gray.waves-effect .waves-ripple{background:radial-gradient(rgba(75,70,92,.2) 0,rgba(75,70,92,.3) 40%,rgba(75,70,92,.4) 50%,rgba(75,70,92,.5) 60%,hsla(0,0%,100%,0) 70%)}.btn-outline-gray:hover{color:rgba(75,70,92,.05)!important;background-color:hsla(0,0%,100%,.924)!important;border-color:rgba(75,70,92,.05)!important}.btn-check:focus+.btn-outline-gray,.btn-outline-gray:focus{color:rgba(75,70,92,.05);background-color:hsla(0,0%,100%,.924);border-color:rgba(75,70,92,.05);box-shadow:none}.btn-check:active+.btn-outline-gray,.btn-check:checked+.btn-outline-gray,.btn-outline-gray.active,.btn-outline-gray.dropdown-toggle.show,.btn-outline-gray:active{color:rgba(75,70,92,.05)!important;background-color:hsla(0,0%,100%,.848)!important;border-color:rgba(75,70,92,.05)!important}.btn-check:active+.btn-outline-gray:focus,.btn-check:checked+.btn-outline-gray:focus,.btn-outline-gray.active:focus,.btn-outline-gray.dropdown-toggle.show:focus,.btn-outline-gray:active:focus{box-shadow:none}.btn-outline-gray.disabled,.btn-outline-gray:disabled{color:rgba(75,70,92,.05)!important;background-color:transparent!important}.btn-outline-gray .badge{color:#fff}.btn-outline-gray .badge,.btn-outline-gray.active .badge,.btn-outline-gray:active .badge,.btn-outline-gray:focus:hover .badge,.btn-outline-gray:hover .badge,.show>.btn-outline-gray.dropdown-toggle .badge{background:rgba(75,70,92,.05);border-color:rgba(75,70,92,.05)}.btn-icon{--bs-btn-active-border-color:transparent;padding:0;width:calc(2.2546875rem + calc(var(--bs-border-width) * 2));height:calc(2.2546875rem + calc(var(--bs-border-width) * 2));display:inline-flex;flex-shrink:0;justify-content:center;align-items:center}.btn-group-xl>.btn-icon.btn,.btn-icon.btn-xl{width:calc(3.46875rem + calc(var(--bs-border-width) * 2));height:calc(3.46875rem + calc(var(--bs-border-width) * 2))}.btn-group-xl>.btn-icon.btn>span,.btn-icon.btn-xl>span{font-size:1.25rem}.btn-group-lg>.btn-icon.btn,.btn-icon.btn-lg{width:calc(3.1409375rem + calc(var(--bs-border-width) * 2));height:calc(3.1409375rem + calc(var(--bs-border-width) * 2));font-size:1.0625rem}.btn-group-sm>.btn-icon.btn,.btn-icon.btn-sm{width:calc(1.6325rem + calc(var(--bs-border-width) * 2));height:calc(1.6325rem + calc(var(--bs-border-width) * 2));font-size:.8125rem}.btn-group-xs>.btn-icon.btn,.btn-icon.btn-xs{width:calc(.8675rem + calc(var(--bs-border-width) * 2));height:calc(.8675rem + calc(var(--bs-border-width) * 2));font-size:.69rem}.btn.borderless:not(.active):not(:active):not(:hover):not(:focus),:not(.show)>.btn.borderless.dropdown-toggle:not(:hover):not(:focus){border-color:transparent;box-shadow:none}.btn.btn-link{font-size:inherit}.btn-pinned{position:absolute;top:.75rem}html:not([dir=rtl]) .btn-pinned{right:.75rem}[dir=rtl] .btn-pinned{left:.75rem}button:focus,button:focus-visible{outline:none}.btn-group-lg>.btn+.dropdown-toggle-split,.btn-group-xl>.btn+.dropdown-toggle-split,.btn-lg+.dropdown-toggle-split,.btn-xl+.dropdown-toggle-split,.dropdown-toggle-split,.input-group-lg .btn+.dropdown-toggle-split{padding-right:.7em;padding-left:.7em}.btn-group-sm>.btn+.dropdown-toggle-split,.btn-sm+.dropdown-toggle-split,.input-group-sm .btn+.dropdown-toggle-split{padding-right:.6em;padding-left:.6em}.btn-group-xs>.btn+.dropdown-toggle-split,.btn-xs+.dropdown-toggle-split{padding-right:.5em;padding-left:.5em}html:not([dir=rtl]) .btn-group>.btn-group:first-child>.btn:not([class*=btn-outline-]):first-child,html:not([dir=rtl]) .input-group>.btn-group:first-child>.btn:not([class*=btn-outline-]):first-child,html:not([dir=rtl]) .input-group>.btn:not([class*=btn-outline-]):first-child,html:not([dir=rtl]) :not(.btn-group):not(.input-group)>.btn-group>.btn:not([class*=btn-outline-]):first-child{border-left-color:transparent}[dir=rtl] .btn-group>.btn-group:first-child>.btn:not([class*=btn-outline-]):first-child,[dir=rtl] .input-group>.btn-group:first-child>.btn:not([class*=btn-outline-]):first-child,[dir=rtl] .input-group>.btn:not([class*=btn-outline-]):first-child,[dir=rtl] :not(.btn-group):not(.input-group)>.btn-group>.btn:not([class*=btn-outline-]):first-child,html:not([dir=rtl]) .btn-group>.btn-group:last-child>.btn:not([class*=btn-outline-]):last-of-type,html:not([dir=rtl]) .input-group>.btn-group:last-child>.btn:not([class*=btn-outline-]):last-of-type,html:not([dir=rtl]) .input-group>.btn:not([class*=btn-outline-]):last-of-type,html:not([dir=rtl]) :not(.btn-group):not(.input-group)>.btn-group>.btn:not([class*=btn-outline-]):last-of-type{border-right-color:transparent}[dir=rtl] .btn-group>.btn-group:last-child>.btn:not([class*=btn-outline-]):last-of-type,[dir=rtl] .input-group>.btn-group:last-child>.btn:not([class*=btn-outline-]):last-of-type,[dir=rtl] .input-group>.btn:not([class*=btn-outline-]):last-of-type,[dir=rtl] :not(.btn-group):not(.input-group)>.btn-group>.btn:not([class*=btn-outline-]):last-of-type{border-left-color:transparent}[dir=rtl] .btn-group .btn[class]{border-radius:.375rem}[dir=rtl] .btn-group .btn-xs[class],[dir=rtl] .btn-group-xs .btn[class]{border-radius:.125rem}[dir=rtl] .btn-group .btn-sm[class],[dir=rtl] .btn-group-sm .btn[class]{border-radius:.25rem}[dir=rtl] .btn-group .btn-lg[class],[dir=rtl] .btn-group-lg .btn[class]{border-radius:.5rem}[dir=rtl] .btn-group .btn-xl[class],[dir=rtl] .btn-group-xl .btn[class]{border-radius:.625rem}[dir=rtl] .btn-group>.btn-group:not(:first-child),[dir=rtl] .btn-group>.btn:not(:first-child){margin-left:0;margin-right:calc(var(--bs-border-width) * -1)}[dir=rtl] .btn-group>.btn-group:not(:last-child)>.btn,[dir=rtl] .btn-group>.btn:not(:last-child):not(.dropdown-toggle){border-top-left-radius:0;border-bottom-left-radius:0}[dir=rtl] .btn-group>.btn-group:not(:first-child)>.btn,[dir=rtl] .btn-group>.btn:nth-child(n+3),[dir=rtl] .btn-group>:not(.btn-check)+.btn{border-top-right-radius:0;border-bottom-right-radius:0}[dir=rtl] .btn-group-vertical>.btn-group:not(:last-child)>.btn,[dir=rtl] .btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-bottom-left-radius:0}[dir=rtl] .btn-group-vertical>.btn-group:not(:first-child)>.btn,[dir=rtl] .btn-group-vertical>.btn~.btn{border-top-left-radius:0;border-top-right-radius:0}.bg-secondary.bg-glow{box-shadow:0 2px 3px 0 hsla(27,38%,64%,.3)}.bg-success.bg-glow{box-shadow:0 2px 3px 0 rgba(40,199,111,.3)}.bg-info.bg-glow{box-shadow:0 2px 3px 0 rgba(0,207,232,.3)}.bg-warning.bg-glow{box-shadow:0 2px 3px 0 rgba(255,159,67,.3)}.bg-danger.bg-glow{box-shadow:0 2px 3px 0 rgba(234,84,85,.3)}.bg-dark.bg-glow{box-shadow:0 2px 3px 0 rgba(75,75,75,.3)}.bg-gray.bg-glow{box-shadow:0 2px 3px 0 rgba(75,70,92,.3)}.badge-center{display:inline-flex;justify-content:center;align-items:center;padding:.35rem;height:1.5rem;width:1.5rem;font-size:.812rem}.badge-center i{font-size:.875rem}.badge.badge-dot{display:inline-block;margin:0;padding:0;width:.5rem;height:.5rem;border-radius:50%;vertical-align:middle}.badge.badge-notifications{position:absolute;top:auto;display:inline-block;margin:0;transform:translate(-50%,-45%)}[dir=rtl] .badge.badge-notifications{transform:translate(50%,-45%)}.badge.badge-notifications:not(.badge-dot){padding:.063rem .112rem;font-size:.75rem;line-height:.875rem;border-radius:50rem}[data-trigger=hover]{outline:0}.dropdown-menu{box-shadow:0 .25rem 1rem hsla(251,6%,66%,.45)}.mega-dropdown>.dropdown-menu{left:0!important;right:0!important}.dropdown-menu .badge[class*=" float-"],.dropdown-menu .badge[class^=float-]{position:relative;top:.071em}[dir=rtl] .dropdown-menu{text-align:right}.dropdown-item{line-height:1.375;width:calc(100% - 1rem);margin:.25rem .5rem;border-radius:var(--bs-border-radius)}.dropdown-toggle-hide-arrow>.dropdown-toggle:after,.dropdown-toggle-hide-arrow>.dropdown-toggle:before,.dropdown-toggle.hide-arrow:after,.dropdown-toggle.hide-arrow:before{display:none}.dropdown-toggle:after{margin-top:-.28em;transform:rotate(45deg)}.dropdown-toggle:after,.dropend .dropdown-toggle:after{width:.42em;height:.42em;border:1px solid;border-top:0;border-left:0}.dropend .dropdown-toggle:after{margin-top:-.168em;transform:rotate(-45deg)}[dir=rtl] .dropend .dropdown-toggle:after{margin-left:0!important;margin-right:.5em!important;transform:rotate(135deg)}.dropstart .dropdown-toggle:before{margin-top:-.168em;width:.42em;height:.42em;border:1px solid;border-top:0;border-right:0;transform:rotate(45deg)}[dir=rtl] .dropstart .dropdown-toggle:before{margin-right:0!important;margin-left:.5em!important;transform:rotate(225deg)}.dropup .dropdown-toggle:after{margin-top:0;width:.42em;height:.42em;border:1px solid;border-bottom:0;border-left:0;transform:rotate(-45deg)}.dropend .dropdown-toggle:after,.dropstart .dropdown-toggle:before{vertical-align:middle}[dir=rtl] .dropdown-toggle:not(.dropdown-toggle-split):after{margin-left:0;margin-right:.5em}[dir=rtl] .dropdown-menu-start{--bs-position:start}[dir=rtl] .dropdown-menu-start[data-bs-popper]{left:auto;right:0}[dir=rtl] .dropdown-menu-end{--bs-position:end}[dir=rtl] .dropdown-menu-end[data-bs-popper]{left:0;right:auto}@media (min-width:576px){[dir=rtl] .dropdown-menu-sm-start{--bs-position:start}[dir=rtl] .dropdown-menu-sm-start[data-bs-popper]{left:auto;right:0}[dir=rtl] .dropdown-menu-sm-end{--bs-position:end}[dir=rtl] .dropdown-menu-sm-end[data-bs-popper]{left:0;right:auto}}@media (min-width:768px){[dir=rtl] .dropdown-menu-md-start{--bs-position:start}[dir=rtl] .dropdown-menu-md-start[data-bs-popper]{left:auto;right:0}[dir=rtl] .dropdown-menu-md-end{--bs-position:end}[dir=rtl] .dropdown-menu-md-end[data-bs-popper]{left:0;right:auto}}@media (min-width:992px){[dir=rtl] .dropdown-menu-lg-start{--bs-position:start}[dir=rtl] .dropdown-menu-lg-start[data-bs-popper]{left:auto;right:0}[dir=rtl] .dropdown-menu-lg-end{--bs-position:end}[dir=rtl] .dropdown-menu-lg-end[data-bs-popper]{left:0;right:auto}}@media (min-width:1200px){[dir=rtl] .dropdown-menu-xl-start{--bs-position:start}[dir=rtl] .dropdown-menu-xl-start[data-bs-popper]{left:auto;right:0}[dir=rtl] .dropdown-menu-xl-end{--bs-position:end}[dir=rtl] .dropdown-menu-xl-end[data-bs-popper]{left:0;right:auto}}@media (min-width:1400px){[dir=rtl] .dropdown-menu-xxl-start{--bs-position:start}[dir=rtl] .dropdown-menu-xxl-start[data-bs-popper]{left:auto;right:0}[dir=rtl] .dropdown-menu-xxl-end{--bs-position:end}[dir=rtl] .dropdown-menu-xxl-end[data-bs-popper]{left:0;right:auto}}.nav .nav-item,.nav .nav-link,.tab-pane,.tab-pane .card-body{outline:none!important}.nav.nav-pills .nav-link{padding-top:.5rem;padding-bottom:.5rem}.nav-tabs{border-bottom:var(--bs-border-width) solid #dbdade;border-top-left-radius:.375rem;border-top-right-radius:.375rem;background-color:#fff}.nav~.tab-content{background:#fff}.nav-tabs-shadow{box-shadow:0 .25rem 1.125rem rgba(75,70,92,.1)}.nav-tabs .nav-link{line-height:1.375}.nav-tabs .nav-link,.nav-tabs .nav-link.active{border-width:0}.nav-pills .nav-link.active{box-shadow:0 .125rem .25rem hsla(251,6%,66%,.3)}.nav-pills .nav-link,.nav-tabs .nav-link{display:inline-flex;align-items:center;justify-content:center}.nav-pills .nav-link:not(.active):focus,.nav-pills .nav-link:not(.active):hover,.nav-tabs .nav-link:not(.active):focus,.nav-tabs .nav-link:not(.active):hover{color:#0a283a}.nav-pills:not(.nav-fill):not(.nav-justified) .nav-link,.nav-tabs:not(.nav-fill):not(.nav-justified) .nav-link{margin-right:.125rem;width:100%}[dir=rtl] .nav-pills:not(.nav-fill):not(.nav-justified) .nav-link,[dir=rtl] .nav-tabs:not(.nav-fill):not(.nav-justified) .nav-link{margin-left:.125rem;margin-right:0}.tab-content{padding:1.5rem;border-radius:.375rem}.nav-scrollable{display:-webkit-inline-box;display:-moz-inline-box;width:100%;overflow-y:auto;flex-wrap:nowrap}.nav-tabs.widget-nav-tabs{border:0!important;overflow-x:auto}.nav-tabs.widget-nav-tabs .nav-link{border:1px dashed #dbdade}@media (min-width:768px){.nav-tabs.widget-nav-tabs .nav-link{height:94px!important;width:110px!important;border-radius:.375rem}}@media (max-width:767.98px){.nav-tabs.widget-nav-tabs .nav-link{border:0!important;padding:0}}.nav-tabs.widget-nav-tabs .nav-link.active{border-color:#0a283a;box-shadow:none!important}.nav-tabs.widget-nav-tabs .nav-link.active .badge{background-color:rgba(10,40,58,.08)!important;color:#0a283a!important}@media (max-width:767.98px){.nav-tabs.widget-nav-tabs .nav-link .tab-widget-title{display:none}}.nav-sm.nav .nav-link,.nav-sm>.nav .nav-link{padding:.376rem 1rem;font-size:.75rem;line-height:1}.nav-lg.nav .nav-link,.nav-lg>.nav .nav-link{padding:.6rem 1.5rem;font-size:1rem;line-height:1.375}.nav-align-bottom,.nav-align-left,.nav-align-right,.nav-align-top{display:flex}.nav-align-bottom>.nav,.nav-align-bottom>div>.nav,.nav-align-left>.nav,.nav-align-left>div>.nav,.nav-align-right>.nav,.nav-align-right>div>.nav,.nav-align-top>.nav,.nav-align-top>div>.nav{z-index:1;position:relative}.nav-align-bottom .row-bordered>[class$=" col"]:after,.nav-align-bottom .row-bordered>[class$=" col"]:before,.nav-align-bottom .row-bordered>[class*=" col "]:after,.nav-align-bottom .row-bordered>[class*=" col "]:before,.nav-align-bottom .row-bordered>[class*=" col-"]:after,.nav-align-bottom .row-bordered>[class*=" col-"]:before,.nav-align-bottom .row-bordered>[class=col]:after,.nav-align-bottom .row-bordered>[class=col]:before,.nav-align-bottom .row-bordered>[class^="col "]:after,.nav-align-bottom .row-bordered>[class^="col "]:before,.nav-align-bottom .row-bordered>[class^=col-]:after,.nav-align-bottom .row-bordered>[class^=col-]:before,.nav-align-left .row-bordered>[class$=" col"]:after,.nav-align-left .row-bordered>[class$=" col"]:before,.nav-align-left .row-bordered>[class*=" col "]:after,.nav-align-left .row-bordered>[class*=" col "]:before,.nav-align-left .row-bordered>[class*=" col-"]:after,.nav-align-left .row-bordered>[class*=" col-"]:before,.nav-align-left .row-bordered>[class=col]:after,.nav-align-left .row-bordered>[class=col]:before,.nav-align-left .row-bordered>[class^="col "]:after,.nav-align-left .row-bordered>[class^="col "]:before,.nav-align-left .row-bordered>[class^=col-]:after,.nav-align-left .row-bordered>[class^=col-]:before,.nav-align-right .row-bordered>[class$=" col"]:after,.nav-align-right .row-bordered>[class$=" col"]:before,.nav-align-right .row-bordered>[class*=" col "]:after,.nav-align-right .row-bordered>[class*=" col "]:before,.nav-align-right .row-bordered>[class*=" col-"]:after,.nav-align-right .row-bordered>[class*=" col-"]:before,.nav-align-right .row-bordered>[class=col]:after,.nav-align-right .row-bordered>[class=col]:before,.nav-align-right .row-bordered>[class^="col "]:after,.nav-align-right .row-bordered>[class^="col "]:before,.nav-align-right .row-bordered>[class^=col-]:after,.nav-align-right .row-bordered>[class^=col-]:before,.nav-align-top .row-bordered>[class$=" col"]:after,.nav-align-top .row-bordered>[class$=" col"]:before,.nav-align-top .row-bordered>[class*=" col "]:after,.nav-align-top .row-bordered>[class*=" col "]:before,.nav-align-top .row-bordered>[class*=" col-"]:after,.nav-align-top .row-bordered>[class*=" col-"]:before,.nav-align-top .row-bordered>[class=col]:after,.nav-align-top .row-bordered>[class=col]:before,.nav-align-top .row-bordered>[class^="col "]:after,.nav-align-top .row-bordered>[class^="col "]:before,.nav-align-top .row-bordered>[class^=col-]:after,.nav-align-top .row-bordered>[class^=col-]:before{border-color:rgba(75,70,92,.075)}.nav-align-left,.nav-align-right{align-items:stretch}.nav-align-left>.nav,.nav-align-left>div>.nav,.nav-align-right>.nav,.nav-align-right>div>.nav{flex-grow:0;flex-direction:column}.nav-align-left>.nav .nav-link,.nav-align-left>div>.nav .nav-link,.nav-align-right>.nav .nav-link,.nav-align-right>div>.nav .nav-link{margin:0 0 .125rem!important}.nav-align-left>.tab-content,.nav-align-right>.tab-content{flex-grow:1}.nav-align-top{flex-direction:column}html:not([dir=rtl]) .nav-align-right .nav-tabs{border:0;border-left:var(--bs-border-width) solid #dbdade;border-bottom-right-radius:.375rem}.nav-align-right{flex-direction:row-reverse}.nav-align-right>.nav .nav-item,.nav-align-right>div>.nav .nav-item{margin-left:-1px;margin-bottom:0}[dir=rtl] .nav-align-right>.nav .nav-item,[dir=rtl] .nav-align-right>div>.nav .nav-item{margin-left:0;margin-right:-1px}.nav-align-right .nav-pills{margin-left:1rem}.nav-align-right .nav-link{text-align:right;justify-content:end}.nav-align-right>.nav:not(.nav-pills) .nav-link,.nav-align-right>div>.nav:not(.nav-pills) .nav-link{border-radius:0 .375rem .375rem 0}[dir=rtl] .nav-align-right>.nav:not(.nav-pills) .nav-link,[dir=rtl] .nav-align-right>div>.nav:not(.nav-pills) .nav-link{border-radius:.375rem 0 0 .375rem}.nav-align-bottom{flex-direction:column-reverse}.nav-align-bottom .nav-tabs{border:0;border-top:var(--bs-border-width) solid #dbdade;border-top-left-radius:0;border-top-right-radius:0;border-bottom-right-radius:.375rem;border-bottom-left-radius:.375rem}.nav-align-bottom .nav-pills{margin-top:1rem}.nav-align-bottom>.nav:not(.nav-pills) .nav-item,.nav-align-bottom>div>.nav:not(.nav-pills) .nav-item{margin-bottom:0;margin-top:-1px}.nav-align-bottom>.nav:not(.nav-pills) .nav-link,.nav-align-bottom>div>.nav:not(.nav-pills) .nav-link{border-radius:0 0 .375rem .375rem}html:not([dir=rtl]) .nav-align-left .nav-tabs{border:0;border-right:var(--bs-border-width) solid #dbdade;border-bottom-left-radius:.375rem}.nav-align-left.card{flex-direction:row!important}.nav-align-left>.nav .nav-item,.nav-align-left>div>.nav .nav-item{margin-right:-1px;margin-bottom:0}[dir=rtl] .nav-align-left>.nav .nav-item,[dir=rtl] .nav-align-left>div>.nav .nav-item{margin-right:0;margin-left:-1px}.nav-align-left .nav-link{text-align:left;justify-content:start}.nav-align-left>.nav:not(.nav-pills) .nav-link,.nav-align-left>div>.nav:not(.nav-pills) .nav-link{border-radius:.375rem 0 0 .375rem}[dir=rtl] .nav-align-left>.nav:not(.nav-pills) .nav-link,[dir=rtl] .nav-align-left>div>.nav:not(.nav-pills) .nav-link{border-radius:0 .375rem .375rem 0}.card .nav.nav-tabs{margin-right:-1.5rem;margin-left:-1.5rem}.card .nav.nav-pills{margin-left:0}.nav-align-bottom>.tab-content,.nav-align-left>.tab-content,.nav-align-right>.tab-content,.nav-align-top>.tab-content{flex-shrink:1;background-clip:padding-box;background:#fff}.nav-align-bottom>.nav-pills~.tab-content,.nav-align-left>.nav-pills~.tab-content,.nav-align-right>.nav-pills~.tab-content,.nav-align-top>.nav-pills~.tab-content{box-shadow:0 .25rem 1.125rem rgba(75,70,92,.1)}.nav-align-top :not(.nav-pills)~.tab-content{border-radius:0 0 .375rem .375rem}.nav-align-right :not(.nav-pills)~.tab-content{border-radius:.375rem 0 0 .375rem}[dir=rtl] .nav-align-right :not(.nav-pills)~.tab-content{border-radius:0 .375rem .375rem 0}.nav-align-bottom :not(.nav-pills)~.tab-content{border-radius:.375rem .375rem 0 0}.nav-align-left :not(.nav-pills)~.tab-content{border-radius:0 .375rem .375rem 0}[dir=rtl] .nav-align-left :not(.nav-pills)~.tab-content{border-radius:.375rem 0 0 .375rem}[dir=rtl] .nav{padding-right:0}[dir=rtl] .nav-align-left .nav-tabs{border:0;border-left:var(--bs-border-width) solid #dbdade;border-bottom-right-radius:.375rem}[dir=rtl] .nav-align-left .nav-link{text-align:right}[dir=rtl] .nav-align-right .nav-tabs{border:0;border-right:var(--bs-border-width) solid #dbdade;border-bottom-left-radius:.375rem}[dir=rtl] .nav-align-right .nav-link{text-align:left}[dir=rtl] .nav-align-right .nav-pills{margin-right:1rem}[dir=rtl] .card .nav.nav-pills{margin-right:0}.pagination-secondary .page-item.active .page-link,.pagination-secondary .page-item.first .page-link.active,.pagination-secondary .page-item.last .page-link.active,.pagination-secondary .page-item.next .page-link.active,.pagination-secondary .page-item.prev .page-link.active,.pagination-secondary .page-item.previous .page-link.active,.pagination-secondary .page-item>.page-link.active,.pagination-secondary.pagination li.active>a:not(.page-link){border-color:#c6a080;background-color:#c6a080;color:#fff}.pagination-success .page-item.active .page-link,.pagination-success .page-item.first .page-link.active,.pagination-success .page-item.last .page-link.active,.pagination-success .page-item.next .page-link.active,.pagination-success .page-item.prev .page-link.active,.pagination-success .page-item.previous .page-link.active,.pagination-success .page-item>.page-link.active,.pagination-success.pagination li.active>a:not(.page-link){border-color:#28c76f;background-color:#28c76f;color:#fff}.pagination-info .page-item.active .page-link,.pagination-info .page-item.first .page-link.active,.pagination-info .page-item.last .page-link.active,.pagination-info .page-item.next .page-link.active,.pagination-info .page-item.prev .page-link.active,.pagination-info .page-item.previous .page-link.active,.pagination-info .page-item>.page-link.active,.pagination-info.pagination li.active>a:not(.page-link){border-color:#00cfe8;background-color:#00cfe8;color:#fff}.pagination-warning .page-item.active .page-link,.pagination-warning .page-item.first .page-link.active,.pagination-warning .page-item.last .page-link.active,.pagination-warning .page-item.next .page-link.active,.pagination-warning .page-item.prev .page-link.active,.pagination-warning .page-item.previous .page-link.active,.pagination-warning .page-item>.page-link.active,.pagination-warning.pagination li.active>a:not(.page-link){border-color:#ff9f43;background-color:#ff9f43;color:#fff}.pagination-danger .page-item.active .page-link,.pagination-danger .page-item.first .page-link.active,.pagination-danger .page-item.last .page-link.active,.pagination-danger .page-item.next .page-link.active,.pagination-danger .page-item.prev .page-link.active,.pagination-danger .page-item.previous .page-link.active,.pagination-danger .page-item>.page-link.active,.pagination-danger.pagination li.active>a:not(.page-link){border-color:#ea5455;background-color:#ea5455;color:#fff}.pagination-dark .page-item.active .page-link,.pagination-dark .page-item.first .page-link.active,.pagination-dark .page-item.last .page-link.active,.pagination-dark .page-item.next .page-link.active,.pagination-dark .page-item.prev .page-link.active,.pagination-dark .page-item.previous .page-link.active,.pagination-dark .page-item>.page-link.active,.pagination-dark.pagination li.active>a:not(.page-link){border-color:#4b4b4b;background-color:#4b4b4b;color:#fff}.pagination-gray .page-item.active .page-link,.pagination-gray .page-item.first .page-link.active,.pagination-gray .page-item.last .page-link.active,.pagination-gray .page-item.next .page-link.active,.pagination-gray .page-item.prev .page-link.active,.pagination-gray .page-item.previous .page-link.active,.pagination-gray .page-item>.page-link.active,.pagination-gray.pagination li.active>a:not(.page-link){border-color:rgba(75,70,92,.05);background-color:rgba(75,70,92,.05);color:#fff}.page-item.active .page-link,.page-item:active .page-link{transform:scale(.98);box-shadow:0 .125rem .25rem hsla(251,6%,66%,.3)}.page-item.first .page-link,.page-item.last .page-link,.page-item.next .page-link,.page-item.prev .page-link,.page-item.previous .page-link{padding-top:.6rem;padding-bottom:.645rem}.page-link,.page-link>a{border-radius:.375rem;line-height:1;text-align:center;min-width:calc(2.4275rem + calc(0px * 2))}.page-link:focus,.page-link>a:focus{color:#5d596c}.page-link.btn-primary{box-shadow:none!important}.pagination.pagination-square .page-item a{border-radius:0}.pagination.pagination-round .page-item a{border-radius:50%}.pagination-lg .page-link,.pagination-lg>li>a:not(.page-link){min-width:calc(3rem + calc(0px * 2))}.pagination-lg>.page-item.first .page-link,.pagination-lg>.page-item.last .page-link,.pagination-lg>.page-item.next .page-link,.pagination-lg>.page-item.prev .page-link,.pagination-lg>.page-item.previous .page-link{padding-top:.8rem;padding-bottom:.8325rem}.pagination-sm .page-link,.pagination-sm>li>a:not(.page-link){min-width:calc(1.75rem + calc(0px * 2))}.pagination-sm>.page-item.first .page-link,.pagination-sm>.page-item.last .page-link,.pagination-sm>.page-item.next .page-link,.pagination-sm>.page-item.prev .page-link,.pagination-sm>.page-item.previous .page-link{padding-top:.362rem;padding-bottom:.452rem}[dir=rtl] .pagination{padding-right:0}[dir=rtl] .page-item+.page-item .page-link,[dir=rtl] .pagination li+li>a:not(.page-link){margin-left:0;margin-right:.25rem}[dir=rtl] .page-item.first .page-link svg,[dir=rtl] .page-item.last .page-link svg,[dir=rtl] .page-item.next .page-link svg,[dir=rtl] .page-item.prev .page-link svg,[dir=rtl] .page-item.previous .page-link svg{transform:rotate(180deg)}.alert-secondary{background-color:#f6f0eb;border-color:#f6f0eb;color:#c6a080}.alert-secondary .btn-close{background-image:url("data:image/svg+xml,%3Csvg width='19' height='18' viewBox='0 0 19 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14 4.5L5 13.5' stroke='%23c6a080' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M14 4.5L5 13.5' stroke='white' stroke-opacity='0.2' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5 4.5L14 13.5' stroke='%23c6a080' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5 4.5L14 13.5' stroke='white' stroke-opacity='0.2' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}.alert-secondary .alert-link{color:#c6a080}.alert-secondary hr{background-color:#c6a080!important}.alert-success{background-color:#ddf6e8;border-color:#ddf6e8;color:#28c76f}.alert-success .btn-close{background-image:url("data:image/svg+xml,%3Csvg width='19' height='18' viewBox='0 0 19 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14 4.5L5 13.5' stroke='%2328c76f' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M14 4.5L5 13.5' stroke='white' stroke-opacity='0.2' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5 4.5L14 13.5' stroke='%2328c76f' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5 4.5L14 13.5' stroke='white' stroke-opacity='0.2' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}.alert-success .alert-link{color:#28c76f}.alert-success hr{background-color:#28c76f!important}.alert-info{background-color:#d6f7fb;border-color:#d6f7fb;color:#00cfe8}.alert-info .btn-close{background-image:url("data:image/svg+xml,%3Csvg width='19' height='18' viewBox='0 0 19 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14 4.5L5 13.5' stroke='%2300cfe8' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M14 4.5L5 13.5' stroke='white' stroke-opacity='0.2' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5 4.5L14 13.5' stroke='%2300cfe8' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5 4.5L14 13.5' stroke='white' stroke-opacity='0.2' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}.alert-info .alert-link{color:#00cfe8}.alert-info hr{background-color:#00cfe8!important}.alert-warning{background-color:#fff0e1;border-color:#fff0e1;color:#ff9f43}.alert-warning .btn-close{background-image:url("data:image/svg+xml,%3Csvg width='19' height='18' viewBox='0 0 19 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14 4.5L5 13.5' stroke='%23ff9f43' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M14 4.5L5 13.5' stroke='white' stroke-opacity='0.2' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5 4.5L14 13.5' stroke='%23ff9f43' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5 4.5L14 13.5' stroke='white' stroke-opacity='0.2' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}.alert-warning .alert-link{color:#ff9f43}.alert-warning hr{background-color:#ff9f43!important}.alert-danger{background-color:#fce4e4;border-color:#fce4e4;color:#ea5455}.alert-danger .btn-close{background-image:url("data:image/svg+xml,%3Csvg width='19' height='18' viewBox='0 0 19 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14 4.5L5 13.5' stroke='%23ea5455' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M14 4.5L5 13.5' stroke='white' stroke-opacity='0.2' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5 4.5L14 13.5' stroke='%23ea5455' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5 4.5L14 13.5' stroke='white' stroke-opacity='0.2' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}.alert-danger .alert-link{color:#ea5455}.alert-danger hr{background-color:#ea5455!important}.alert-dark{background-color:#e2e2e2;border-color:#e2e2e2;color:#4b4b4b}.alert-dark .btn-close{background-image:url("data:image/svg+xml,%3Csvg width='19' height='18' viewBox='0 0 19 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14 4.5L5 13.5' stroke='%234b4b4b' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M14 4.5L5 13.5' stroke='white' stroke-opacity='0.2' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5 4.5L14 13.5' stroke='%234b4b4b' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5 4.5L14 13.5' stroke='white' stroke-opacity='0.2' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}.alert-dark .alert-link{color:#4b4b4b}.alert-dark hr{background-color:#4b4b4b!important}.alert-gray{background-color:hsla(0,0%,100%,.848);border-color:hsla(0,0%,100%,.848);color:rgba(75,70,92,.05)}.alert-gray .btn-close{background-image:url("data:image/svg+xml,%3Csvg width='19' height='18' viewBox='0 0 19 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14 4.5L5 13.5' stroke='rgba(75, 70, 92, 0.05)' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M14 4.5L5 13.5' stroke='white' stroke-opacity='0.2' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5 4.5L14 13.5' stroke='rgba(75, 70, 92, 0.05)' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5 4.5L14 13.5' stroke='white' stroke-opacity='0.2' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}.alert-gray .alert-link{color:rgba(75,70,92,.05)}.alert-gray hr{background-color:rgba(75,70,92,.05)!important}.alert{font-weight:500}.alert .alert-icon{background-color:#fff;padding:.25rem;border-radius:.375rem;line-height:1}.alert .alert-icon-lg{padding:.375rem}[dir=rtl] .alert-dismissible{padding-left:2.625rem;padding-right:.875rem}[dir=rtl] .alert-dismissible .btn-close{right:auto;left:0}.ngb-tooltip-secondary+ngb-tooltip-window .tooltip-inner,.tooltip-secondary .tooltip-inner,.tooltip-secondary>.tooltip .tooltip-inner{background:#c6a080;color:#fff}.ngb-tooltip-secondary+ngb-tooltip-window.bs-tooltip-auto[data-popper-placement=top] .tooltip-arrow:before,.tooltip-secondary.bs-tooltip-auto[data-popper-placement=top] .tooltip-arrow:before,.tooltip-secondary>.tooltip.bs-tooltip-auto[data-popper-placement=top] .tooltip-arrow:before{border-top-color:#c6a080}.ngb-tooltip-secondary+ngb-tooltip-window.bs-tooltip-auto[data-popper-placement=left] .tooltip-arrow:before,.tooltip-secondary.bs-tooltip-auto[data-popper-placement=left] .tooltip-arrow:before,.tooltip-secondary>.tooltip.bs-tooltip-auto[data-popper-placement=left] .tooltip-arrow:before{border-left-color:#c6a080}[dir=rtl] .ngb-tooltip-secondary+ngb-tooltip-window.bs-tooltip-auto[data-popper-placement=left] .tooltip-arrow:before,[dir=rtl] .tooltip-secondary.bs-tooltip-auto[data-popper-placement=left] .tooltip-arrow:before,[dir=rtl] .tooltip-secondary>.tooltip.bs-tooltip-auto[data-popper-placement=left] .tooltip-arrow:before{border-right-color:#c6a080}.ngb-tooltip-secondary+ngb-tooltip-window.bs-tooltip-auto[data-popper-placement=bottom] .tooltip-arrow:before,.tooltip-secondary.bs-tooltip-auto[data-popper-placement=bottom] .tooltip-arrow:before,.tooltip-secondary>.tooltip.bs-tooltip-auto[data-popper-placement=bottom] .tooltip-arrow:before{border-bottom-color:#c6a080}.ngb-tooltip-secondary+ngb-tooltip-window.bs-tooltip-auto[data-popper-placement=right] .tooltip-arrow:before,.tooltip-secondary.bs-tooltip-auto[data-popper-placement=right] .tooltip-arrow:before,.tooltip-secondary>.tooltip.bs-tooltip-auto[data-popper-placement=right] .tooltip-arrow:before{border-right-color:#c6a080}[dir=rtl] .ngb-tooltip-secondary+ngb-tooltip-window.bs-tooltip-auto[data-popper-placement=right] .tooltip-arrow:before,[dir=rtl] .tooltip-secondary.bs-tooltip-auto[data-popper-placement=right] .tooltip-arrow:before,[dir=rtl] .tooltip-secondary>.tooltip.bs-tooltip-auto[data-popper-placement=right] .tooltip-arrow:before{border-left-color:#c6a080}.ngb-tooltip-success+ngb-tooltip-window .tooltip-inner,.tooltip-success .tooltip-inner,.tooltip-success>.tooltip .tooltip-inner{background:#28c76f;color:#fff}.ngb-tooltip-success+ngb-tooltip-window.bs-tooltip-auto[data-popper-placement=top] .tooltip-arrow:before,.tooltip-success.bs-tooltip-auto[data-popper-placement=top] .tooltip-arrow:before,.tooltip-success>.tooltip.bs-tooltip-auto[data-popper-placement=top] .tooltip-arrow:before{border-top-color:#28c76f}.ngb-tooltip-success+ngb-tooltip-window.bs-tooltip-auto[data-popper-placement=left] .tooltip-arrow:before,.tooltip-success.bs-tooltip-auto[data-popper-placement=left] .tooltip-arrow:before,.tooltip-success>.tooltip.bs-tooltip-auto[data-popper-placement=left] .tooltip-arrow:before{border-left-color:#28c76f}[dir=rtl] .ngb-tooltip-success+ngb-tooltip-window.bs-tooltip-auto[data-popper-placement=left] .tooltip-arrow:before,[dir=rtl] .tooltip-success.bs-tooltip-auto[data-popper-placement=left] .tooltip-arrow:before,[dir=rtl] .tooltip-success>.tooltip.bs-tooltip-auto[data-popper-placement=left] .tooltip-arrow:before{border-right-color:#28c76f}.ngb-tooltip-success+ngb-tooltip-window.bs-tooltip-auto[data-popper-placement=bottom] .tooltip-arrow:before,.tooltip-success.bs-tooltip-auto[data-popper-placement=bottom] .tooltip-arrow:before,.tooltip-success>.tooltip.bs-tooltip-auto[data-popper-placement=bottom] .tooltip-arrow:before{border-bottom-color:#28c76f}.ngb-tooltip-success+ngb-tooltip-window.bs-tooltip-auto[data-popper-placement=right] .tooltip-arrow:before,.tooltip-success.bs-tooltip-auto[data-popper-placement=right] .tooltip-arrow:before,.tooltip-success>.tooltip.bs-tooltip-auto[data-popper-placement=right] .tooltip-arrow:before{border-right-color:#28c76f}[dir=rtl] .ngb-tooltip-success+ngb-tooltip-window.bs-tooltip-auto[data-popper-placement=right] .tooltip-arrow:before,[dir=rtl] .tooltip-success.bs-tooltip-auto[data-popper-placement=right] .tooltip-arrow:before,[dir=rtl] .tooltip-success>.tooltip.bs-tooltip-auto[data-popper-placement=right] .tooltip-arrow:before{border-left-color:#28c76f}.ngb-tooltip-info+ngb-tooltip-window .tooltip-inner,.tooltip-info .tooltip-inner,.tooltip-info>.tooltip .tooltip-inner{background:#00cfe8;color:#fff}.ngb-tooltip-info+ngb-tooltip-window.bs-tooltip-auto[data-popper-placement=top] .tooltip-arrow:before,.tooltip-info.bs-tooltip-auto[data-popper-placement=top] .tooltip-arrow:before,.tooltip-info>.tooltip.bs-tooltip-auto[data-popper-placement=top] .tooltip-arrow:before{border-top-color:#00cfe8}.ngb-tooltip-info+ngb-tooltip-window.bs-tooltip-auto[data-popper-placement=left] .tooltip-arrow:before,.tooltip-info.bs-tooltip-auto[data-popper-placement=left] .tooltip-arrow:before,.tooltip-info>.tooltip.bs-tooltip-auto[data-popper-placement=left] .tooltip-arrow:before{border-left-color:#00cfe8}[dir=rtl] .ngb-tooltip-info+ngb-tooltip-window.bs-tooltip-auto[data-popper-placement=left] .tooltip-arrow:before,[dir=rtl] .tooltip-info.bs-tooltip-auto[data-popper-placement=left] .tooltip-arrow:before,[dir=rtl] .tooltip-info>.tooltip.bs-tooltip-auto[data-popper-placement=left] .tooltip-arrow:before{border-right-color:#00cfe8}.ngb-tooltip-info+ngb-tooltip-window.bs-tooltip-auto[data-popper-placement=bottom] .tooltip-arrow:before,.tooltip-info.bs-tooltip-auto[data-popper-placement=bottom] .tooltip-arrow:before,.tooltip-info>.tooltip.bs-tooltip-auto[data-popper-placement=bottom] .tooltip-arrow:before{border-bottom-color:#00cfe8}.ngb-tooltip-info+ngb-tooltip-window.bs-tooltip-auto[data-popper-placement=right] .tooltip-arrow:before,.tooltip-info.bs-tooltip-auto[data-popper-placement=right] .tooltip-arrow:before,.tooltip-info>.tooltip.bs-tooltip-auto[data-popper-placement=right] .tooltip-arrow:before{border-right-color:#00cfe8}[dir=rtl] .ngb-tooltip-info+ngb-tooltip-window.bs-tooltip-auto[data-popper-placement=right] .tooltip-arrow:before,[dir=rtl] .tooltip-info.bs-tooltip-auto[data-popper-placement=right] .tooltip-arrow:before,[dir=rtl] .tooltip-info>.tooltip.bs-tooltip-auto[data-popper-placement=right] .tooltip-arrow:before{border-left-color:#00cfe8}.ngb-tooltip-warning+ngb-tooltip-window .tooltip-inner,.tooltip-warning .tooltip-inner,.tooltip-warning>.tooltip .tooltip-inner{background:#ff9f43;color:#fff}.ngb-tooltip-warning+ngb-tooltip-window.bs-tooltip-auto[data-popper-placement=top] .tooltip-arrow:before,.tooltip-warning.bs-tooltip-auto[data-popper-placement=top] .tooltip-arrow:before,.tooltip-warning>.tooltip.bs-tooltip-auto[data-popper-placement=top] .tooltip-arrow:before{border-top-color:#ff9f43}.ngb-tooltip-warning+ngb-tooltip-window.bs-tooltip-auto[data-popper-placement=left] .tooltip-arrow:before,.tooltip-warning.bs-tooltip-auto[data-popper-placement=left] .tooltip-arrow:before,.tooltip-warning>.tooltip.bs-tooltip-auto[data-popper-placement=left] .tooltip-arrow:before{border-left-color:#ff9f43}[dir=rtl] .ngb-tooltip-warning+ngb-tooltip-window.bs-tooltip-auto[data-popper-placement=left] .tooltip-arrow:before,[dir=rtl] .tooltip-warning.bs-tooltip-auto[data-popper-placement=left] .tooltip-arrow:before,[dir=rtl] .tooltip-warning>.tooltip.bs-tooltip-auto[data-popper-placement=left] .tooltip-arrow:before{border-right-color:#ff9f43}.ngb-tooltip-warning+ngb-tooltip-window.bs-tooltip-auto[data-popper-placement=bottom] .tooltip-arrow:before,.tooltip-warning.bs-tooltip-auto[data-popper-placement=bottom] .tooltip-arrow:before,.tooltip-warning>.tooltip.bs-tooltip-auto[data-popper-placement=bottom] .tooltip-arrow:before{border-bottom-color:#ff9f43}.ngb-tooltip-warning+ngb-tooltip-window.bs-tooltip-auto[data-popper-placement=right] .tooltip-arrow:before,.tooltip-warning.bs-tooltip-auto[data-popper-placement=right] .tooltip-arrow:before,.tooltip-warning>.tooltip.bs-tooltip-auto[data-popper-placement=right] .tooltip-arrow:before{border-right-color:#ff9f43}[dir=rtl] .ngb-tooltip-warning+ngb-tooltip-window.bs-tooltip-auto[data-popper-placement=right] .tooltip-arrow:before,[dir=rtl] .tooltip-warning.bs-tooltip-auto[data-popper-placement=right] .tooltip-arrow:before,[dir=rtl] .tooltip-warning>.tooltip.bs-tooltip-auto[data-popper-placement=right] .tooltip-arrow:before{border-left-color:#ff9f43}.ngb-tooltip-danger+ngb-tooltip-window .tooltip-inner,.tooltip-danger .tooltip-inner,.tooltip-danger>.tooltip .tooltip-inner{background:#ea5455;color:#fff}.ngb-tooltip-danger+ngb-tooltip-window.bs-tooltip-auto[data-popper-placement=top] .tooltip-arrow:before,.tooltip-danger.bs-tooltip-auto[data-popper-placement=top] .tooltip-arrow:before,.tooltip-danger>.tooltip.bs-tooltip-auto[data-popper-placement=top] .tooltip-arrow:before{border-top-color:#ea5455}.ngb-tooltip-danger+ngb-tooltip-window.bs-tooltip-auto[data-popper-placement=left] .tooltip-arrow:before,.tooltip-danger.bs-tooltip-auto[data-popper-placement=left] .tooltip-arrow:before,.tooltip-danger>.tooltip.bs-tooltip-auto[data-popper-placement=left] .tooltip-arrow:before{border-left-color:#ea5455}[dir=rtl] .ngb-tooltip-danger+ngb-tooltip-window.bs-tooltip-auto[data-popper-placement=left] .tooltip-arrow:before,[dir=rtl] .tooltip-danger.bs-tooltip-auto[data-popper-placement=left] .tooltip-arrow:before,[dir=rtl] .tooltip-danger>.tooltip.bs-tooltip-auto[data-popper-placement=left] .tooltip-arrow:before{border-right-color:#ea5455}.ngb-tooltip-danger+ngb-tooltip-window.bs-tooltip-auto[data-popper-placement=bottom] .tooltip-arrow:before,.tooltip-danger.bs-tooltip-auto[data-popper-placement=bottom] .tooltip-arrow:before,.tooltip-danger>.tooltip.bs-tooltip-auto[data-popper-placement=bottom] .tooltip-arrow:before{border-bottom-color:#ea5455}.ngb-tooltip-danger+ngb-tooltip-window.bs-tooltip-auto[data-popper-placement=right] .tooltip-arrow:before,.tooltip-danger.bs-tooltip-auto[data-popper-placement=right] .tooltip-arrow:before,.tooltip-danger>.tooltip.bs-tooltip-auto[data-popper-placement=right] .tooltip-arrow:before{border-right-color:#ea5455}[dir=rtl] .ngb-tooltip-danger+ngb-tooltip-window.bs-tooltip-auto[data-popper-placement=right] .tooltip-arrow:before,[dir=rtl] .tooltip-danger.bs-tooltip-auto[data-popper-placement=right] .tooltip-arrow:before,[dir=rtl] .tooltip-danger>.tooltip.bs-tooltip-auto[data-popper-placement=right] .tooltip-arrow:before{border-left-color:#ea5455}.ngb-tooltip-dark+ngb-tooltip-window .tooltip-inner,.tooltip-dark .tooltip-inner,.tooltip-dark>.tooltip .tooltip-inner{background:#4b4b4b;color:#fff}.ngb-tooltip-dark+ngb-tooltip-window.bs-tooltip-auto[data-popper-placement=top] .tooltip-arrow:before,.tooltip-dark.bs-tooltip-auto[data-popper-placement=top] .tooltip-arrow:before,.tooltip-dark>.tooltip.bs-tooltip-auto[data-popper-placement=top] .tooltip-arrow:before{border-top-color:#4b4b4b}.ngb-tooltip-dark+ngb-tooltip-window.bs-tooltip-auto[data-popper-placement=left] .tooltip-arrow:before,.tooltip-dark.bs-tooltip-auto[data-popper-placement=left] .tooltip-arrow:before,.tooltip-dark>.tooltip.bs-tooltip-auto[data-popper-placement=left] .tooltip-arrow:before{border-left-color:#4b4b4b}[dir=rtl] .ngb-tooltip-dark+ngb-tooltip-window.bs-tooltip-auto[data-popper-placement=left] .tooltip-arrow:before,[dir=rtl] .tooltip-dark.bs-tooltip-auto[data-popper-placement=left] .tooltip-arrow:before,[dir=rtl] .tooltip-dark>.tooltip.bs-tooltip-auto[data-popper-placement=left] .tooltip-arrow:before{border-right-color:#4b4b4b}.ngb-tooltip-dark+ngb-tooltip-window.bs-tooltip-auto[data-popper-placement=bottom] .tooltip-arrow:before,.tooltip-dark.bs-tooltip-auto[data-popper-placement=bottom] .tooltip-arrow:before,.tooltip-dark>.tooltip.bs-tooltip-auto[data-popper-placement=bottom] .tooltip-arrow:before{border-bottom-color:#4b4b4b}.ngb-tooltip-dark+ngb-tooltip-window.bs-tooltip-auto[data-popper-placement=right] .tooltip-arrow:before,.tooltip-dark.bs-tooltip-auto[data-popper-placement=right] .tooltip-arrow:before,.tooltip-dark>.tooltip.bs-tooltip-auto[data-popper-placement=right] .tooltip-arrow:before{border-right-color:#4b4b4b}[dir=rtl] .ngb-tooltip-dark+ngb-tooltip-window.bs-tooltip-auto[data-popper-placement=right] .tooltip-arrow:before,[dir=rtl] .tooltip-dark.bs-tooltip-auto[data-popper-placement=right] .tooltip-arrow:before,[dir=rtl] .tooltip-dark>.tooltip.bs-tooltip-auto[data-popper-placement=right] .tooltip-arrow:before{border-left-color:#4b4b4b}.ngb-tooltip-gray+ngb-tooltip-window .tooltip-inner,.tooltip-gray .tooltip-inner,.tooltip-gray>.tooltip .tooltip-inner{background:#f6f6f7;color:#4b465c}.ngb-tooltip-gray+ngb-tooltip-window.bs-tooltip-auto[data-popper-placement=top] .tooltip-arrow:before,.tooltip-gray.bs-tooltip-auto[data-popper-placement=top] .tooltip-arrow:before,.tooltip-gray>.tooltip.bs-tooltip-auto[data-popper-placement=top] .tooltip-arrow:before{border-top-color:#f6f6f7}.ngb-tooltip-gray+ngb-tooltip-window.bs-tooltip-auto[data-popper-placement=left] .tooltip-arrow:before,.tooltip-gray.bs-tooltip-auto[data-popper-placement=left] .tooltip-arrow:before,.tooltip-gray>.tooltip.bs-tooltip-auto[data-popper-placement=left] .tooltip-arrow:before{border-left-color:#f6f6f7}[dir=rtl] .ngb-tooltip-gray+ngb-tooltip-window.bs-tooltip-auto[data-popper-placement=left] .tooltip-arrow:before,[dir=rtl] .tooltip-gray.bs-tooltip-auto[data-popper-placement=left] .tooltip-arrow:before,[dir=rtl] .tooltip-gray>.tooltip.bs-tooltip-auto[data-popper-placement=left] .tooltip-arrow:before{border-right-color:#f6f6f7}.ngb-tooltip-gray+ngb-tooltip-window.bs-tooltip-auto[data-popper-placement=bottom] .tooltip-arrow:before,.tooltip-gray.bs-tooltip-auto[data-popper-placement=bottom] .tooltip-arrow:before,.tooltip-gray>.tooltip.bs-tooltip-auto[data-popper-placement=bottom] .tooltip-arrow:before{border-bottom-color:#f6f6f7}.ngb-tooltip-gray+ngb-tooltip-window.bs-tooltip-auto[data-popper-placement=right] .tooltip-arrow:before,.tooltip-gray.bs-tooltip-auto[data-popper-placement=right] .tooltip-arrow:before,.tooltip-gray>.tooltip.bs-tooltip-auto[data-popper-placement=right] .tooltip-arrow:before{border-right-color:#f6f6f7}[dir=rtl] .ngb-tooltip-gray+ngb-tooltip-window.bs-tooltip-auto[data-popper-placement=right] .tooltip-arrow:before,[dir=rtl] .tooltip-gray.bs-tooltip-auto[data-popper-placement=right] .tooltip-arrow:before,[dir=rtl] .tooltip-gray>.tooltip.bs-tooltip-auto[data-popper-placement=right] .tooltip-arrow:before{border-left-color:#f6f6f7}.modal-open .tooltip{z-index:1092}.tooltip-inner{box-shadow:none}.tooltip{line-height:1.375}[dir=rtl] .tooltip{text-align:right}[dir=rtl].bs-tooltip-auto[data-popper-placement=right] .tooltip-arrow{right:0;left:inherit}[dir=rtl].bs-tooltip-auto[data-popper-placement=right] .tooltip-arrow:before{left:-1px;border-width:.4rem 0 .4rem .4rem}[dir=rtl].bs-tooltip-auto[data-popper-placement=left] .tooltip-arrow{left:0;right:inherit}[dir=rtl].bs-tooltip-auto[data-popper-placement=left] .tooltip-arrow:before{right:-1px;border-width:.4rem .4rem .4rem 0}.ngb-popover-secondary+ngb-popover-window,.popover-secondary,.popover-secondary>.popover{border-color:transparent;background:#c6a080}.ngb-popover-secondary+ngb-popover-window .popover-header,.popover-secondary .popover-header,.popover-secondary>.popover .popover-header{border-color:#c6a080;background:transparent;color:#fff}.ngb-popover-secondary+ngb-popover-window .popover-body,.popover-secondary .popover-body,.popover-secondary>.popover .popover-body{background:transparent;color:hsla(0,0%,100%,.8)}.ngb-popover-secondary+ngb-popover-window>.popover-arrow:before,.popover-secondary>.popover-arrow:before,.popover-secondary>.popover>.popover-arrow:before{border-color:transparent}.ngb-popover-secondary+ngb-popover-window.bs-popover-auto[data-popper-placement=top]>.popover-arrow:after,.popover-secondary.bs-popover-auto[data-popper-placement=top]>.popover-arrow:after,.popover-secondary>.popover.bs-popover-auto[data-popper-placement=top]>.popover-arrow:after{border-top-color:#c6a080!important}.ngb-popover-secondary+ngb-popover-window.bs-popover-auto[data-popper-placement=right]>.popover-arrow:after,.popover-secondary.bs-popover-auto[data-popper-placement=right]>.popover-arrow:after,.popover-secondary>.popover.bs-popover-auto[data-popper-placement=right]>.popover-arrow:after{border-right-color:#c6a080!important}[dir=rtl] .ngb-popover-secondary+ngb-popover-window.bs-popover-auto[data-popper-placement=right]>.popover-arrow:after,[dir=rtl] .popover-secondary.bs-popover-auto[data-popper-placement=right]>.popover-arrow:after,[dir=rtl] .popover-secondary>.popover.bs-popover-auto[data-popper-placement=right]>.popover-arrow:after{border-left-color:#c6a080!important}.ngb-popover-secondary+ngb-popover-window.bs-popover-auto[data-popper-placement=bottom]>.popover-arrow:after,.popover-secondary.bs-popover-auto[data-popper-placement=bottom]>.popover-arrow:after,.popover-secondary>.popover.bs-popover-auto[data-popper-placement=bottom]>.popover-arrow:after{border-bottom-color:#c6a080!important}.ngb-popover-secondary+ngb-popover-window.bs-popover-auto[data-popper-placement=left]>.popover-arrow:after,.popover-secondary.bs-popover-auto[data-popper-placement=left]>.popover-arrow:after,.popover-secondary>.popover.bs-popover-auto[data-popper-placement=left]>.popover-arrow:after{border-left-color:#c6a080!important}[dir=rtl] .ngb-popover-secondary+ngb-popover-window.bs-popover-auto[data-popper-placement=left]>.popover-arrow:after,[dir=rtl] .popover-secondary.bs-popover-auto[data-popper-placement=left]>.popover-arrow:after,[dir=rtl] .popover-secondary>.popover.bs-popover-auto[data-popper-placement=left]>.popover-arrow:after{border-right-color:#c6a080!important}.ngb-popover-secondary+ngb-popover-window.bs-popover-auto[data-popper-placement=bottom] .popover-header:before,.popover-secondary.bs-popover-auto[data-popper-placement=bottom] .popover-header:before,.popover-secondary>.popover.bs-popover-auto[data-popper-placement=bottom] .popover-header:before{border-bottom:1px solid transparent!important}.ngb-popover-success+ngb-popover-window,.popover-success,.popover-success>.popover{border-color:transparent;background:#28c76f}.ngb-popover-success+ngb-popover-window .popover-header,.popover-success .popover-header,.popover-success>.popover .popover-header{border-color:#28c76f;background:transparent;color:#fff}.ngb-popover-success+ngb-popover-window .popover-body,.popover-success .popover-body,.popover-success>.popover .popover-body{background:transparent;color:hsla(0,0%,100%,.8)}.ngb-popover-success+ngb-popover-window>.popover-arrow:before,.popover-success>.popover-arrow:before,.popover-success>.popover>.popover-arrow:before{border-color:transparent}.ngb-popover-success+ngb-popover-window.bs-popover-auto[data-popper-placement=top]>.popover-arrow:after,.popover-success.bs-popover-auto[data-popper-placement=top]>.popover-arrow:after,.popover-success>.popover.bs-popover-auto[data-popper-placement=top]>.popover-arrow:after{border-top-color:#28c76f!important}.ngb-popover-success+ngb-popover-window.bs-popover-auto[data-popper-placement=right]>.popover-arrow:after,.popover-success.bs-popover-auto[data-popper-placement=right]>.popover-arrow:after,.popover-success>.popover.bs-popover-auto[data-popper-placement=right]>.popover-arrow:after{border-right-color:#28c76f!important}[dir=rtl] .ngb-popover-success+ngb-popover-window.bs-popover-auto[data-popper-placement=right]>.popover-arrow:after,[dir=rtl] .popover-success.bs-popover-auto[data-popper-placement=right]>.popover-arrow:after,[dir=rtl] .popover-success>.popover.bs-popover-auto[data-popper-placement=right]>.popover-arrow:after{border-left-color:#28c76f!important}.ngb-popover-success+ngb-popover-window.bs-popover-auto[data-popper-placement=bottom]>.popover-arrow:after,.popover-success.bs-popover-auto[data-popper-placement=bottom]>.popover-arrow:after,.popover-success>.popover.bs-popover-auto[data-popper-placement=bottom]>.popover-arrow:after{border-bottom-color:#28c76f!important}.ngb-popover-success+ngb-popover-window.bs-popover-auto[data-popper-placement=left]>.popover-arrow:after,.popover-success.bs-popover-auto[data-popper-placement=left]>.popover-arrow:after,.popover-success>.popover.bs-popover-auto[data-popper-placement=left]>.popover-arrow:after{border-left-color:#28c76f!important}[dir=rtl] .ngb-popover-success+ngb-popover-window.bs-popover-auto[data-popper-placement=left]>.popover-arrow:after,[dir=rtl] .popover-success.bs-popover-auto[data-popper-placement=left]>.popover-arrow:after,[dir=rtl] .popover-success>.popover.bs-popover-auto[data-popper-placement=left]>.popover-arrow:after{border-right-color:#28c76f!important}.ngb-popover-success+ngb-popover-window.bs-popover-auto[data-popper-placement=bottom] .popover-header:before,.popover-success.bs-popover-auto[data-popper-placement=bottom] .popover-header:before,.popover-success>.popover.bs-popover-auto[data-popper-placement=bottom] .popover-header:before{border-bottom:1px solid transparent!important}.ngb-popover-info+ngb-popover-window,.popover-info,.popover-info>.popover{border-color:transparent;background:#00cfe8}.ngb-popover-info+ngb-popover-window .popover-header,.popover-info .popover-header,.popover-info>.popover .popover-header{border-color:#00cfe8;background:transparent;color:#fff}.ngb-popover-info+ngb-popover-window .popover-body,.popover-info .popover-body,.popover-info>.popover .popover-body{background:transparent;color:hsla(0,0%,100%,.8)}.ngb-popover-info+ngb-popover-window>.popover-arrow:before,.popover-info>.popover-arrow:before,.popover-info>.popover>.popover-arrow:before{border-color:transparent}.ngb-popover-info+ngb-popover-window.bs-popover-auto[data-popper-placement=top]>.popover-arrow:after,.popover-info.bs-popover-auto[data-popper-placement=top]>.popover-arrow:after,.popover-info>.popover.bs-popover-auto[data-popper-placement=top]>.popover-arrow:after{border-top-color:#00cfe8!important}.ngb-popover-info+ngb-popover-window.bs-popover-auto[data-popper-placement=right]>.popover-arrow:after,.popover-info.bs-popover-auto[data-popper-placement=right]>.popover-arrow:after,.popover-info>.popover.bs-popover-auto[data-popper-placement=right]>.popover-arrow:after{border-right-color:#00cfe8!important}[dir=rtl] .ngb-popover-info+ngb-popover-window.bs-popover-auto[data-popper-placement=right]>.popover-arrow:after,[dir=rtl] .popover-info.bs-popover-auto[data-popper-placement=right]>.popover-arrow:after,[dir=rtl] .popover-info>.popover.bs-popover-auto[data-popper-placement=right]>.popover-arrow:after{border-left-color:#00cfe8!important}.ngb-popover-info+ngb-popover-window.bs-popover-auto[data-popper-placement=bottom]>.popover-arrow:after,.popover-info.bs-popover-auto[data-popper-placement=bottom]>.popover-arrow:after,.popover-info>.popover.bs-popover-auto[data-popper-placement=bottom]>.popover-arrow:after{border-bottom-color:#00cfe8!important}.ngb-popover-info+ngb-popover-window.bs-popover-auto[data-popper-placement=left]>.popover-arrow:after,.popover-info.bs-popover-auto[data-popper-placement=left]>.popover-arrow:after,.popover-info>.popover.bs-popover-auto[data-popper-placement=left]>.popover-arrow:after{border-left-color:#00cfe8!important}[dir=rtl] .ngb-popover-info+ngb-popover-window.bs-popover-auto[data-popper-placement=left]>.popover-arrow:after,[dir=rtl] .popover-info.bs-popover-auto[data-popper-placement=left]>.popover-arrow:after,[dir=rtl] .popover-info>.popover.bs-popover-auto[data-popper-placement=left]>.popover-arrow:after{border-right-color:#00cfe8!important}.ngb-popover-info+ngb-popover-window.bs-popover-auto[data-popper-placement=bottom] .popover-header:before,.popover-info.bs-popover-auto[data-popper-placement=bottom] .popover-header:before,.popover-info>.popover.bs-popover-auto[data-popper-placement=bottom] .popover-header:before{border-bottom:1px solid transparent!important}.ngb-popover-warning+ngb-popover-window,.popover-warning,.popover-warning>.popover{border-color:transparent;background:#ff9f43}.ngb-popover-warning+ngb-popover-window .popover-header,.popover-warning .popover-header,.popover-warning>.popover .popover-header{border-color:#ff9f43;background:transparent;color:#fff}.ngb-popover-warning+ngb-popover-window .popover-body,.popover-warning .popover-body,.popover-warning>.popover .popover-body{background:transparent;color:hsla(0,0%,100%,.8)}.ngb-popover-warning+ngb-popover-window>.popover-arrow:before,.popover-warning>.popover-arrow:before,.popover-warning>.popover>.popover-arrow:before{border-color:transparent}.ngb-popover-warning+ngb-popover-window.bs-popover-auto[data-popper-placement=top]>.popover-arrow:after,.popover-warning.bs-popover-auto[data-popper-placement=top]>.popover-arrow:after,.popover-warning>.popover.bs-popover-auto[data-popper-placement=top]>.popover-arrow:after{border-top-color:#ff9f43!important}.ngb-popover-warning+ngb-popover-window.bs-popover-auto[data-popper-placement=right]>.popover-arrow:after,.popover-warning.bs-popover-auto[data-popper-placement=right]>.popover-arrow:after,.popover-warning>.popover.bs-popover-auto[data-popper-placement=right]>.popover-arrow:after{border-right-color:#ff9f43!important}[dir=rtl] .ngb-popover-warning+ngb-popover-window.bs-popover-auto[data-popper-placement=right]>.popover-arrow:after,[dir=rtl] .popover-warning.bs-popover-auto[data-popper-placement=right]>.popover-arrow:after,[dir=rtl] .popover-warning>.popover.bs-popover-auto[data-popper-placement=right]>.popover-arrow:after{border-left-color:#ff9f43!important}.ngb-popover-warning+ngb-popover-window.bs-popover-auto[data-popper-placement=bottom]>.popover-arrow:after,.popover-warning.bs-popover-auto[data-popper-placement=bottom]>.popover-arrow:after,.popover-warning>.popover.bs-popover-auto[data-popper-placement=bottom]>.popover-arrow:after{border-bottom-color:#ff9f43!important}.ngb-popover-warning+ngb-popover-window.bs-popover-auto[data-popper-placement=left]>.popover-arrow:after,.popover-warning.bs-popover-auto[data-popper-placement=left]>.popover-arrow:after,.popover-warning>.popover.bs-popover-auto[data-popper-placement=left]>.popover-arrow:after{border-left-color:#ff9f43!important}[dir=rtl] .ngb-popover-warning+ngb-popover-window.bs-popover-auto[data-popper-placement=left]>.popover-arrow:after,[dir=rtl] .popover-warning.bs-popover-auto[data-popper-placement=left]>.popover-arrow:after,[dir=rtl] .popover-warning>.popover.bs-popover-auto[data-popper-placement=left]>.popover-arrow:after{border-right-color:#ff9f43!important}.ngb-popover-warning+ngb-popover-window.bs-popover-auto[data-popper-placement=bottom] .popover-header:before,.popover-warning.bs-popover-auto[data-popper-placement=bottom] .popover-header:before,.popover-warning>.popover.bs-popover-auto[data-popper-placement=bottom] .popover-header:before{border-bottom:1px solid transparent!important}.ngb-popover-danger+ngb-popover-window,.popover-danger,.popover-danger>.popover{border-color:transparent;background:#ea5455}.ngb-popover-danger+ngb-popover-window .popover-header,.popover-danger .popover-header,.popover-danger>.popover .popover-header{border-color:#ea5455;background:transparent;color:#fff}.ngb-popover-danger+ngb-popover-window .popover-body,.popover-danger .popover-body,.popover-danger>.popover .popover-body{background:transparent;color:hsla(0,0%,100%,.8)}.ngb-popover-danger+ngb-popover-window>.popover-arrow:before,.popover-danger>.popover-arrow:before,.popover-danger>.popover>.popover-arrow:before{border-color:transparent}.ngb-popover-danger+ngb-popover-window.bs-popover-auto[data-popper-placement=top]>.popover-arrow:after,.popover-danger.bs-popover-auto[data-popper-placement=top]>.popover-arrow:after,.popover-danger>.popover.bs-popover-auto[data-popper-placement=top]>.popover-arrow:after{border-top-color:#ea5455!important}.ngb-popover-danger+ngb-popover-window.bs-popover-auto[data-popper-placement=right]>.popover-arrow:after,.popover-danger.bs-popover-auto[data-popper-placement=right]>.popover-arrow:after,.popover-danger>.popover.bs-popover-auto[data-popper-placement=right]>.popover-arrow:after{border-right-color:#ea5455!important}[dir=rtl] .ngb-popover-danger+ngb-popover-window.bs-popover-auto[data-popper-placement=right]>.popover-arrow:after,[dir=rtl] .popover-danger.bs-popover-auto[data-popper-placement=right]>.popover-arrow:after,[dir=rtl] .popover-danger>.popover.bs-popover-auto[data-popper-placement=right]>.popover-arrow:after{border-left-color:#ea5455!important}.ngb-popover-danger+ngb-popover-window.bs-popover-auto[data-popper-placement=bottom]>.popover-arrow:after,.popover-danger.bs-popover-auto[data-popper-placement=bottom]>.popover-arrow:after,.popover-danger>.popover.bs-popover-auto[data-popper-placement=bottom]>.popover-arrow:after{border-bottom-color:#ea5455!important}.ngb-popover-danger+ngb-popover-window.bs-popover-auto[data-popper-placement=left]>.popover-arrow:after,.popover-danger.bs-popover-auto[data-popper-placement=left]>.popover-arrow:after,.popover-danger>.popover.bs-popover-auto[data-popper-placement=left]>.popover-arrow:after{border-left-color:#ea5455!important}[dir=rtl] .ngb-popover-danger+ngb-popover-window.bs-popover-auto[data-popper-placement=left]>.popover-arrow:after,[dir=rtl] .popover-danger.bs-popover-auto[data-popper-placement=left]>.popover-arrow:after,[dir=rtl] .popover-danger>.popover.bs-popover-auto[data-popper-placement=left]>.popover-arrow:after{border-right-color:#ea5455!important}.ngb-popover-danger+ngb-popover-window.bs-popover-auto[data-popper-placement=bottom] .popover-header:before,.popover-danger.bs-popover-auto[data-popper-placement=bottom] .popover-header:before,.popover-danger>.popover.bs-popover-auto[data-popper-placement=bottom] .popover-header:before{border-bottom:1px solid transparent!important}.ngb-popover-dark+ngb-popover-window,.popover-dark,.popover-dark>.popover{border-color:transparent;background:#4b4b4b}.ngb-popover-dark+ngb-popover-window .popover-header,.popover-dark .popover-header,.popover-dark>.popover .popover-header{border-color:#4b4b4b;background:transparent;color:#fff}.ngb-popover-dark+ngb-popover-window .popover-body,.popover-dark .popover-body,.popover-dark>.popover .popover-body{background:transparent;color:hsla(0,0%,100%,.8)}.ngb-popover-dark+ngb-popover-window>.popover-arrow:before,.popover-dark>.popover-arrow:before,.popover-dark>.popover>.popover-arrow:before{border-color:transparent}.ngb-popover-dark+ngb-popover-window.bs-popover-auto[data-popper-placement=top]>.popover-arrow:after,.popover-dark.bs-popover-auto[data-popper-placement=top]>.popover-arrow:after,.popover-dark>.popover.bs-popover-auto[data-popper-placement=top]>.popover-arrow:after{border-top-color:#4b4b4b!important}.ngb-popover-dark+ngb-popover-window.bs-popover-auto[data-popper-placement=right]>.popover-arrow:after,.popover-dark.bs-popover-auto[data-popper-placement=right]>.popover-arrow:after,.popover-dark>.popover.bs-popover-auto[data-popper-placement=right]>.popover-arrow:after{border-right-color:#4b4b4b!important}[dir=rtl] .ngb-popover-dark+ngb-popover-window.bs-popover-auto[data-popper-placement=right]>.popover-arrow:after,[dir=rtl] .popover-dark.bs-popover-auto[data-popper-placement=right]>.popover-arrow:after,[dir=rtl] .popover-dark>.popover.bs-popover-auto[data-popper-placement=right]>.popover-arrow:after{border-left-color:#4b4b4b!important}.ngb-popover-dark+ngb-popover-window.bs-popover-auto[data-popper-placement=bottom]>.popover-arrow:after,.popover-dark.bs-popover-auto[data-popper-placement=bottom]>.popover-arrow:after,.popover-dark>.popover.bs-popover-auto[data-popper-placement=bottom]>.popover-arrow:after{border-bottom-color:#4b4b4b!important}.ngb-popover-dark+ngb-popover-window.bs-popover-auto[data-popper-placement=left]>.popover-arrow:after,.popover-dark.bs-popover-auto[data-popper-placement=left]>.popover-arrow:after,.popover-dark>.popover.bs-popover-auto[data-popper-placement=left]>.popover-arrow:after{border-left-color:#4b4b4b!important}[dir=rtl] .ngb-popover-dark+ngb-popover-window.bs-popover-auto[data-popper-placement=left]>.popover-arrow:after,[dir=rtl] .popover-dark.bs-popover-auto[data-popper-placement=left]>.popover-arrow:after,[dir=rtl] .popover-dark>.popover.bs-popover-auto[data-popper-placement=left]>.popover-arrow:after{border-right-color:#4b4b4b!important}.ngb-popover-dark+ngb-popover-window.bs-popover-auto[data-popper-placement=bottom] .popover-header:before,.popover-dark.bs-popover-auto[data-popper-placement=bottom] .popover-header:before,.popover-dark>.popover.bs-popover-auto[data-popper-placement=bottom] .popover-header:before{border-bottom:1px solid transparent!important}.ngb-popover-gray+ngb-popover-window,.popover-gray,.popover-gray>.popover{border-color:transparent;background:#f6f6f7}.ngb-popover-gray+ngb-popover-window .popover-header,.popover-gray .popover-header,.popover-gray>.popover .popover-header{border-color:#f6f6f7;background:transparent;color:#4b465c}.ngb-popover-gray+ngb-popover-window .popover-body,.popover-gray .popover-body,.popover-gray>.popover .popover-body{background:transparent;color:rgba(75,70,92,.8)}.ngb-popover-gray+ngb-popover-window>.popover-arrow:before,.popover-gray>.popover-arrow:before,.popover-gray>.popover>.popover-arrow:before{border-color:transparent}.ngb-popover-gray+ngb-popover-window.bs-popover-auto[data-popper-placement=top]>.popover-arrow:after,.popover-gray.bs-popover-auto[data-popper-placement=top]>.popover-arrow:after,.popover-gray>.popover.bs-popover-auto[data-popper-placement=top]>.popover-arrow:after{border-top-color:#f6f6f7!important}.ngb-popover-gray+ngb-popover-window.bs-popover-auto[data-popper-placement=right]>.popover-arrow:after,.popover-gray.bs-popover-auto[data-popper-placement=right]>.popover-arrow:after,.popover-gray>.popover.bs-popover-auto[data-popper-placement=right]>.popover-arrow:after{border-right-color:#f6f6f7!important}[dir=rtl] .ngb-popover-gray+ngb-popover-window.bs-popover-auto[data-popper-placement=right]>.popover-arrow:after,[dir=rtl] .popover-gray.bs-popover-auto[data-popper-placement=right]>.popover-arrow:after,[dir=rtl] .popover-gray>.popover.bs-popover-auto[data-popper-placement=right]>.popover-arrow:after{border-left-color:#f6f6f7!important}.ngb-popover-gray+ngb-popover-window.bs-popover-auto[data-popper-placement=bottom]>.popover-arrow:after,.popover-gray.bs-popover-auto[data-popper-placement=bottom]>.popover-arrow:after,.popover-gray>.popover.bs-popover-auto[data-popper-placement=bottom]>.popover-arrow:after{border-bottom-color:#f6f6f7!important}.ngb-popover-gray+ngb-popover-window.bs-popover-auto[data-popper-placement=left]>.popover-arrow:after,.popover-gray.bs-popover-auto[data-popper-placement=left]>.popover-arrow:after,.popover-gray>.popover.bs-popover-auto[data-popper-placement=left]>.popover-arrow:after{border-left-color:#f6f6f7!important}[dir=rtl] .ngb-popover-gray+ngb-popover-window.bs-popover-auto[data-popper-placement=left]>.popover-arrow:after,[dir=rtl] .popover-gray.bs-popover-auto[data-popper-placement=left]>.popover-arrow:after,[dir=rtl] .popover-gray>.popover.bs-popover-auto[data-popper-placement=left]>.popover-arrow:after{border-right-color:#f6f6f7!important}.ngb-popover-gray+ngb-popover-window.bs-popover-auto[data-popper-placement=bottom] .popover-header:before,.popover-gray.bs-popover-auto[data-popper-placement=bottom] .popover-header:before,.popover-gray>.popover.bs-popover-auto[data-popper-placement=bottom] .popover-header:before{border-bottom:1px solid transparent!important}.modal-open .popover{z-index:1091}.popover{box-shadow:0 .25rem 1rem hsla(251,6%,66%,.45)}.popover .popover-header{padding-bottom:0;font-size:1.125rem}.popover .popover-body{padding-top:1rem}.popover .popover-arrow{z-index:1}[dir=rtl] .popover{text-align:right}.col-form-label,.form-label{text-transform:inherit;letter-spacing:inherit}.form-label-lg{font-size:1.125rem}.form-label-sm{font-size:.8125rem}.form-control::placeholder,.form-control:focus::placeholder{transition:all .2s ease}.form-control:hover:not([disabled]):not([focus]){border-color:#c9c8ce}html:not([dir=rtl]) .form-control:not([readonly]):focus::placeholder{transform:translateX(4px)}[dir=rtl] .form-control:not([readonly]):focus::placeholder{transform:translateX(-4px)}.form-select{background-clip:padding-box}.form-select:hover:not([disabled]):not([focus]){border-color:#c9c8ce}.form-select-sm{background-size:19px 17px}.form-select-lg{background-size:24px 22px}[dir=rtl] .form-select{background-position:left .875rem center;padding-right:.875rem;padding-left:2.45rem}[dir=rtl] .form-select[multiple],[dir=rtl] .form-select[size]:not([size="1"]){padding-left:.875rem;background-image:none}.form-check .form-check-input:disabled:not(:checked){background-color:#dbdade}.form-check .form-check-input:checked,.form-check .form-check-input[type=checkbox]:indeterminate{box-shadow:0 .125rem .25rem hsla(251,6%,66%,.3)}.form-check-input{cursor:pointer}[dir=rtl] .form-check{padding-left:0;padding-right:1.7em}[dir=rtl] .form-check .form-check-input{float:right;margin-left:0;margin-right:-1.7em}[dir=rtl] .form-switch{padding-left:0;padding-right:2.5em}[dir=rtl] .form-switch .form-check-input{margin-left:0;margin-right:-2.5em;background-position:100%}[dir=rtl] .form-switch .form-check-input:checked{background-position:0}[dir=rtl] .form-check-inline{margin-right:0;margin-left:1rem}.form-check-secondary .form-check-input:focus{border-color:#c6a080}.form-check-secondary .form-check-input:checked,.form-check-secondary .form-check-input[type=checkbox]:indeterminate{background-color:#c6a080;border-color:#c6a080}.form-check-secondary.custom-option.checked{border:1px solid #c6a080}.form-check-success .form-check-input:focus{border-color:#28c76f}.form-check-success .form-check-input:checked,.form-check-success .form-check-input[type=checkbox]:indeterminate{background-color:#28c76f;border-color:#28c76f}.form-check-success.custom-option.checked{border:1px solid #28c76f}.form-check-info .form-check-input:focus{border-color:#00cfe8}.form-check-info .form-check-input:checked,.form-check-info .form-check-input[type=checkbox]:indeterminate{background-color:#00cfe8;border-color:#00cfe8}.form-check-info.custom-option.checked{border:1px solid #00cfe8}.form-check-warning .form-check-input:focus{border-color:#ff9f43}.form-check-warning .form-check-input:checked,.form-check-warning .form-check-input[type=checkbox]:indeterminate{background-color:#ff9f43;border-color:#ff9f43}.form-check-warning.custom-option.checked{border:1px solid #ff9f43}.form-check-danger .form-check-input:focus{border-color:#ea5455}.form-check-danger .form-check-input:checked,.form-check-danger .form-check-input[type=checkbox]:indeterminate{background-color:#ea5455;border-color:#ea5455}.form-check-danger.custom-option.checked{border:1px solid #ea5455}.form-check-light .form-check-input:focus{border-color:#dfdfe3}.form-check-light .form-check-input:checked,.form-check-light .form-check-input[type=checkbox]:indeterminate{background-color:#dfdfe3;border-color:#dfdfe3}.form-check-light.custom-option.checked{border:1px solid #dfdfe3}.form-check-dark .form-check-input:focus{border-color:#4b4b4b}.form-check-dark .form-check-input:checked,.form-check-dark .form-check-input[type=checkbox]:indeterminate{background-color:#4b4b4b;border-color:#4b4b4b}.form-check-dark.custom-option.checked{border:1px solid #4b4b4b}.form-check-gray .form-check-input:focus{border-color:rgba(75,70,92,.05)}.form-check-gray .form-check-input:checked,.form-check-gray .form-check-input[type=checkbox]:indeterminate{background-color:rgba(75,70,92,.05);border-color:rgba(75,70,92,.05)}.form-check-gray.custom-option.checked{border:1px solid rgba(75,70,92,.05)}.form-range::-webkit-slider-thumb{box-shadow:0 0 0 1px rgba(75,70,92,.1),0 .31rem 1.25rem 0 rgba(75,70,92,.4);-webkit-transition:transform .2s;transition:transform .2s;transform-origin:center}.form-range::-webkit-slider-thumb:focus{box-shadow:0 0 0 3px rgba(75,70,92,.1),0 .31rem 1.25rem 0 rgba(75,70,92,.4)}.form-range::-webkit-slider-thumb:active{transform:scale(1.4)}.form-range::-moz-range-thumb{box-shadow:0 0 0 1px rgba(75,70,92,.1),0 .31rem 1.25rem 0 rgba(75,70,92,.4);-moz-transition:transform .2s;transition:transform .2s;transform-origin:center}.form-range::-moz-range-thumb:focus{box-shadow:0 0 0 3px rgba(75,70,92,.1),0 .31rem 1.25rem 0 rgba(75,70,92,.4)}.form-range::-moz-range-thumb:active{transform:scale(1.4)}.form-range:disabled::-webkit-slider-runnable-track{background-color:rgba(75,70,92,.03)}.form-range:disabled::-moz-range-track{background-color:rgba(75,70,92,.03)}.input-group{border-radius:var(--bs-border-radius)}.input-group.rounded-pill .form-control,.input-group.rounded-pill .input-group-text{border-radius:50rem}.input-group:hover .form-control,.input-group:hover .input-group-text{border-color:#c9c8ce}.input-group:focus-within{box-shadow:0 .125rem .25rem hsla(251,6%,66%,.3)}.input-group:focus-within .form-control,.input-group:focus-within .input-group-text{box-shadow:none}.input-group.disabled .input-group-text{background-color:rgba(75,70,92,.08)}.input-group.has-validation>.form-control:first-child,.input-group.has-validation>.input-group-text:first-child{border-top-right-radius:0;border-bottom-right-radius:0}.input-group.has-validation>.form-control:not(:first-child):not(:last-child){border-radius:0}.input-group-text{background-clip:padding-box}.input-group-text i{font-size:1.25rem}.input-group-lg>.input-group-text i{font-size:calc(1.2625rem + .15vw)}@media (min-width:1200px){.input-group-lg>.input-group-text i{font-size:1.375rem}}.input-group-sm>.input-group-text i{font-size:1.125rem}.input-group-lg>.input-group-text{padding-left:1.125rem;padding-right:1.125rem}html:not([dir=rtl]) .input-group-merge .input-group-text:first-child{border-right:0}html:not([dir=rtl]) .input-group-merge .input-group-text:last-child{border-left:0}html:not([dir=rtl]) .input-group-merge.disabled>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback){margin-left:0!important}html:not([dir=rtl]) .input-group-merge .form-control:not(:first-child){border-left:0}html:not([dir=rtl]) .input-group-merge .form-control:not(:last-child){border-right:0}html:not([dir=rtl]) .input-group-merge .form-control:not(textarea):not(:first-child){padding-left:0}html:not([dir=rtl]) .input-group-merge .form-control:not(textarea):not(:last-child){padding-right:0}.input-group-text{transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.input-group-text{transition:none}}[dir=rtl] .input-group.rounded-pill .input-group-text{border-top-right-radius:50rem!important;border-bottom-right-radius:50rem!important}[dir=rtl] .input-group.rounded-pill .form-control{border-top-left-radius:50rem!important;border-bottom-left-radius:50rem!important}[dir=rtl] .input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3),[dir=rtl] .input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu){border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:var(--bs-border-radius);border-bottom-right-radius:var(--bs-border-radius)}[dir=rtl] .input-group.input-group-lg:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3),[dir=rtl] .input-group.input-group-lg:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu){border-top-right-radius:var(--bs-border-radius-lg);border-bottom-right-radius:var(--bs-border-radius-lg)}[dir=rtl] .input-group.input-group-sm:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3),[dir=rtl] .input-group.input-group-sm:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu){border-top-right-radius:var(--bs-border-radius-sm);border-bottom-right-radius:var(--bs-border-radius-sm)}[dir=rtl] .input-group.has-validation>.dropdown-toggle:nth-last-child(n+4),[dir=rtl] .input-group.has-validation>:nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu){border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:var(--bs-border-radius);border-bottom-right-radius:var(--bs-border-radius)}[dir=rtl] .input-group.input-group-lg>.dropdown-toggle:nth-last-child(n+4),[dir=rtl] .input-group.input-group-lg>:nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu){border-top-right-radius:var(--bs-border-radius-lg);border-bottom-right-radius:var(--bs-border-radius-lg)}[dir=rtl] .input-group.input-group-sm>.dropdown-toggle:nth-last-child(n+4),[dir=rtl] .input-group.input-group-sm>:nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu){border-top-right-radius:var(--bs-border-radius-sm);border-bottom-right-radius:var(--bs-border-radius-sm)}[dir=rtl] .input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback){margin-right:calc(var(--bs-border-width) * -1);border-top-right-radius:0;border-bottom-right-radius:0;margin-left:0;border-top-left-radius:var(--bs-border-radius);border-bottom-left-radius:var(--bs-border-radius)}[dir=rtl] .input-group.input-group-lg>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback){border-top-left-radius:var(--bs-border-radius-lg);border-bottom-left-radius:var(--bs-border-radius-lg)}[dir=rtl] .input-group.input-group-sm>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback){border-top-left-radius:var(--bs-border-radius-sm);border-bottom-left-radius:var(--bs-border-radius-sm)}[dir=rtl] .input-group>.dropdown-toggle:nth-last-child(n+3):not(:first-child),[dir=rtl] .input-group>:not(:first-child):not(:last-child):not(.dropdown-toggle):not(.dropdown-menu){border-radius:0!important}[dir=rtl] .input-group.has-validation>.form-control:first-child,[dir=rtl] .input-group.has-validation>.input-group-text:first-child{border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:var(--bs-border-radius);border-bottom-right-radius:var(--bs-border-radius)}[dir=rtl] .input-group-merge .input-group-text:first-child{border-left:0}[dir=rtl] .input-group-merge .input-group-text:last-child{border-right:0}[dir=rtl] .input-group-merge .form-control:not(:first-child){padding-right:0;border-right:0}[dir=rtl] .input-group-merge .form-control:not(:last-child){padding-left:0;border-left:0}.fv-plugins-bootstrap5-row-invalid .input-group.has-validation .input-group-text,.fv-plugins-bootstrap5-row-invalid .input-group.has-validation:focus-within .input-group-text{border-color:#ea5455!important}.form-floating>.form-control:focus::placeholder,.form-floating>.form-control:not(:placeholder-shown)::placeholder{color:#b7b5be}[dir=rtl] .form-floating>label{right:0;transform-origin:100% 0}[dir=rtl] .form-floating>.form-control:focus~label,[dir=rtl] .form-floating>.form-control:not(:placeholder-shown)~label,[dir=rtl] .form-floating>.form-select~label{transform:scale(.85) translateY(-.5rem) translateX(-.15rem)}[dir=rtl] .form-floating>.form-control:-webkit-autofill~label{transform:scale(.85) translateY(-.5rem) translateX(-.15rem)}.valid-feedback{display:none;width:100%;margin-top:.25rem;font-size:.8125rem;color:var(--bs-form-valid-color)}.valid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.3125rem .75rem;margin-top:.1rem;font-size:.9375rem;color:#fff;background-color:var(--bs-success);border-radius:var(--bs-border-radius)}.is-valid~.valid-feedback,.is-valid~.valid-tooltip,.was-validated :valid~.valid-feedback,.was-validated :valid~.valid-tooltip{display:block}.form-control.is-valid,.was-validated .form-control:valid{border-color:var(--bs-form-valid-color)!important}.dark-style .form-control.is-valid,.dark-style .was-validated .form-control:valid{border-color:var(--bs-form-valid-color)!important}.form-control.is-valid:focus,.was-validated .form-control:valid:focus{border-color:var(--bs-form-valid-color)!important;box-shadow:0 0 .25rem .05rem rgba(var(--bs-success-rgb),.1)}.form-select.is-valid,.was-validated .form-select:valid{border-color:var(--bs-form-valid-color)!important;background-image:url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 7.5L10 12.5L15 7.5' stroke='%236f6b7d' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5 7.5L10 12.5L15 7.5' stroke='white' stroke-opacity='0.2' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"),url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328c76f' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e")}html:not([dir=rtl]) .form-select.is-valid,html:not([dir=rtl]) .was-validated .form-select:valid{background-position:right .875rem center,center right 2.45rem}[dir=rtl] .form-select.is-valid,[dir=rtl] .was-validated .form-select:valid{background-position:left .875rem center,center left 2.45rem}.form-select.is-valid:focus,.was-validated .form-select:valid:focus{border-color:var(--bs-form-valid-color);box-shadow:0 0 .25rem .05rem rgba(var(--bs-success-rgb),.1)}.form-check-input.is-valid,.was-validated .form-check-input:valid{border-color:var(--bs-form-valid-color)}.form-check-input.is-valid:checked,.was-validated .form-check-input:valid:checked{background-color:var(--bs-form-valid-color);border-color:var(--bs-form-valid-color)}.form-check-input.is-valid:focus,.was-validated .form-check-input:valid:focus{box-shadow:0 0 .25rem .05rem rgba(var(--bs-success-rgb),.1);border-color:var(--bs-form-valid-color)}.form-check-input.is-valid~.form-check-label,.was-validated .form-check-input:valid~.form-check-label{color:var(--bs-form-valid-color)}html:not([dir=rtl]) .form-check-inline .form-check-input~.valid-feedback{margin-left:.5em}[dir=rtl] .form-check-inline .form-check-input~.valid-feedback{margin-right:.5em}.input-group .form-control.is-valid~.input-group-text,.was-validated .input-group .form-control:valid~.input-group-text{border-color:var(--bs-form-valid-color)!important}.input-group .form-control.is-valid:focus,.was-validated .input-group .form-control:valid:focus{border-color:var(--bs-form-valid-color)!important;box-shadow:none}.input-group .form-control.is-valid:focus~.input-group-text,.was-validated .input-group .form-control:valid:focus~.input-group-text{border-color:var(--bs-form-valid-color)}.input-group .form-control.is-valid,.input-group .form-select.is-valid,.was-validated .input-group .form-control:valid,.was-validated .input-group .form-select:valid{z-index:3}.invalid-feedback{display:none;width:100%;margin-top:.25rem;font-size:.8125rem;color:var(--bs-form-invalid-color)}.invalid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.3125rem .75rem;margin-top:.1rem;font-size:.9375rem;color:#fff;background-color:var(--bs-danger);border-radius:var(--bs-border-radius)}.is-invalid~.invalid-feedback,.is-invalid~.invalid-tooltip,.was-validated :invalid~.invalid-feedback,.was-validated :invalid~.invalid-tooltip{display:block}.form-control.is-invalid,.was-validated .form-control:invalid{border-color:var(--bs-form-invalid-color)!important}.dark-style .form-control.is-invalid,.dark-style .was-validated .form-control:invalid{border-color:var(--bs-form-invalid-color)!important}.form-control.is-invalid:focus,.was-validated .form-control:invalid:focus{border-color:var(--bs-form-invalid-color)!important;box-shadow:0 0 .25rem .05rem rgba(var(--bs-danger-rgb),.1)}.form-select.is-invalid,.was-validated .form-select:invalid{border-color:var(--bs-form-invalid-color)!important;background-image:url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 7.5L10 12.5L15 7.5' stroke='%236f6b7d' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5 7.5L10 12.5L15 7.5' stroke='white' stroke-opacity='0.2' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"),url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23ea5455'%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='%23ea5455' stroke='none'/%3e%3c/svg%3e")}html:not([dir=rtl]) .form-select.is-invalid,html:not([dir=rtl]) .was-validated .form-select:invalid{background-position:right .875rem center,center right 2.45rem}[dir=rtl] .form-select.is-invalid,[dir=rtl] .was-validated .form-select:invalid{background-position:left .875rem center,center left 2.45rem}.form-select.is-invalid:focus,.was-validated .form-select:invalid:focus{border-color:var(--bs-form-invalid-color);box-shadow:0 0 .25rem .05rem rgba(var(--bs-danger-rgb),.1)}.form-check-input.is-invalid,.was-validated .form-check-input:invalid{border-color:var(--bs-form-invalid-color)}.form-check-input.is-invalid:checked,.was-validated .form-check-input:invalid:checked{background-color:var(--bs-form-invalid-color);border-color:var(--bs-form-invalid-color)}.form-check-input.is-invalid:focus,.was-validated .form-check-input:invalid:focus{box-shadow:0 0 .25rem .05rem rgba(var(--bs-danger-rgb),.1);border-color:var(--bs-form-invalid-color)}.form-check-input.is-invalid~.form-check-label,.was-validated .form-check-input:invalid~.form-check-label{color:var(--bs-form-invalid-color)}html:not([dir=rtl]) .form-check-inline .form-check-input~.invalid-feedback{margin-left:.5em}[dir=rtl] .form-check-inline .form-check-input~.invalid-feedback{margin-right:.5em}.input-group .form-control.is-invalid~.input-group-text,.was-validated .input-group .form-control:invalid~.input-group-text{border-color:var(--bs-form-invalid-color)!important}.input-group .form-control.is-invalid:focus,.was-validated .input-group .form-control:invalid:focus{border-color:var(--bs-form-invalid-color)!important;box-shadow:none}.input-group .form-control.is-invalid:focus~.input-group-text,.was-validated .input-group .form-control:invalid:focus~.input-group-text{border-color:var(--bs-form-invalid-color)}.input-group .form-control.is-invalid,.input-group .form-select.is-invalid,.was-validated .input-group .form-control:invalid,.was-validated .input-group .form-select:invalid{z-index:3}form .error:not(li):not(input){color:#ea5455;font-size:85%;margin-top:.25rem}form .invalid,form .is-invalid .invalid:before,form .is-invalid:before{border-color:#ea5455!important}form .form-label.invalid,form .form-label.is-invalid{border-color:#ea5455;box-shadow:0 0 0 2px rgba(234,84,85,.4)!important}form select.invalid~.select2 .select2-selection{border-color:#ea5455}form select.is-invalid~.select2 .select2-selection,form select.selectpicker.is-invalid~.btn{border-color:#ea5455!important}@media (hover:none){.fv-plugins-bootstrap5-row-invalid .form-control.flatpickr-mobile{border-color:#ea5455}}.fv-plugins-bootstrap5 .invalid-feedback,.fv-plugins-bootstrap5 .invalid-tooltip{display:block}.fv-plugins-bootstrap5-row-invalid .tagify.tagify--empty{border-color:#ea5455!important}.modal .btn-close{background-color:#fff;border-radius:.375rem;background-image:url("data:image/svg+xml,%3Csvg width='19' height='18' viewBox='0 0 19 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14 4.5L5 13.5' stroke='%23a5a3ae' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M14 4.5L5 13.5' stroke='white' stroke-opacity='0.2' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5 4.5L14 13.5' stroke='%23a5a3ae' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5 4.5L14 13.5' stroke='white' stroke-opacity='0.2' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");opacity:1;padding:.44rem;box-shadow:0 .125rem .25rem hsla(251,6%,66%,.3);transition:all .23s ease .1s}html:not([dir=rtl]) .modal .btn-close{transform:translate(23px,-25px)}[dir=rtl] .modal .btn-close{transform:translate(-31px,-25px)}.modal .btn-close:active,.modal .btn-close:focus,.modal .btn-close:hover{opacity:1;outline:none}html:not([dir=rtl]) .modal .btn-close:active,html:not([dir=rtl]) .modal .btn-close:focus,html:not([dir=rtl]) .modal .btn-close:hover{transform:translate(20px,-20px)}[dir=rtl] .modal .btn-close:active,[dir=rtl] .modal .btn-close:focus,[dir=rtl] .modal .btn-close:hover{transform:translate(-26px,-20px)}.modal .modal-header{position:relative}.modal .modal-header .btn-close{position:absolute;top:1.56rem}html:not([dir=rtl]) .modal .modal-header .btn-close{right:1rem}[dir=rtl] .modal .modal-header .btn-close{left:1.3rem}.modal-footer{padding:.25rem 1.5rem 1.25rem}.modal-content{box-shadow:0 .31rem 1.25rem 0 rgba(75,70,92,.4)}.modal-dialog-scrollable .btn-close,.modal-fullscreen .btn-close,.modal-top .btn-close{box-shadow:none}[dir=rtl] .modal-dialog-scrollable .btn-close,[dir=rtl] .modal-dialog-scrollable .btn-close:hover,[dir=rtl] .modal-fullscreen .btn-close,[dir=rtl] .modal-fullscreen .btn-close:hover,[dir=rtl] .modal-top .btn-close,[dir=rtl] .modal-top .btn-close:hover,html:not([dir=rtl]) .modal-dialog-scrollable .btn-close,html:not([dir=rtl]) .modal-dialog-scrollable .btn-close:hover,html:not([dir=rtl]) .modal-fullscreen .btn-close,html:not([dir=rtl]) .modal-fullscreen .btn-close:hover,html:not([dir=rtl]) .modal-top .btn-close,html:not([dir=rtl]) .modal-top .btn-close:hover{transform:translate(0)!important}.modal-onboarding .close-label{font-size:.8rem;position:absolute;top:.85rem;opacity:.5}.modal-onboarding .close-label:hover{opacity:.75}[dir=rtl] .modal-onboarding .modal-header .btn-close{margin-left:0;margin-right:auto}.modal-onboarding .onboarding-media{margin-bottom:1rem}.modal-onboarding .onboarding-media img{margin:0 auto}.modal-onboarding .onboarding-content{margin:2rem}.modal-onboarding form{margin-top:2rem;text-align:left}.modal-onboarding .carousel-indicators{bottom:-10px}.modal-onboarding .carousel-control-next,.modal-onboarding .carousel-control-prev{top:auto;bottom:.75rem;opacity:1}[dir=rtl] .modal-onboarding .carousel-control-next,[dir=rtl] .modal-onboarding .carousel-control-prev{flex-direction:row-reverse}.modal-onboarding .carousel-control-prev{left:1rem}.modal-onboarding .onboarding-horizontal{display:flex;justify-content:space-between;align-items:center}.modal-onboarding .onboarding-horizontal .onboarding-media{margin:0 2rem 2rem}.modal-onboarding .onboarding-horizontal .carousel-control-prev{left:0}.modal-onboarding.animated .onboarding-media{transform:translateY(10px) scale(.8);transition:all .5s cubic-bezier(.25,1.1,.5,1.35);transition-delay:.3s;opacity:0}.modal-onboarding.animated .onboarding-content{transform:translateY(40px);transition-delay:.1s;transition:all .4s ease;opacity:0}.modal-onboarding.animated .onboarding-title{opacity:0;transition-delay:.5s;transition:all .5s cubic-bezier(.25,1.1,.5,1.35);transform:translateY(40px)}.modal-onboarding.animated .onboarding-info{opacity:0;transition-delay:.6s;transition:all .5s cubic-bezier(.25,1.1,.5,1.35);transform:translateY(40px)}.modal-onboarding.animated form{opacity:0;transition-delay:.7s;transition:all .5s ease;transform:translateY(40px)}.modal-onboarding.animated.show .onboarding-media{transform:translateY(0) scale(1);opacity:1}.modal-onboarding.animated.show .onboarding-content,.modal-onboarding.animated.show .onboarding-info,.modal-onboarding.animated.show .onboarding-title,.modal-onboarding.animated.show form{transform:translateY(0);opacity:1}.modal-top .modal-dialog{margin-top:0}.modal-top .modal-content{border-top-left-radius:0;border-top-right-radius:0}.modal-transparent .modal-dialog{display:flex;margin:0 auto;min-height:100vh}.modal-transparent .modal-content{margin:auto;width:100%;border:0;background:transparent;box-shadow:none}.modal-transparent .btn-close{position:absolute;top:0;right:.25rem;opacity:1;padding:.25em;background-image:url("data:image/svg+xml,%3Csvg width='19' height='18' viewBox='0 0 19 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14 4.5L5 13.5' stroke='%23fff' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M14 4.5L5 13.5' stroke='white' stroke-opacity='0.2' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5 4.5L14 13.5' stroke='%23fff' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5 4.5L14 13.5' stroke='white' stroke-opacity='0.2' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");background-color:transparent!important}[dir=rtl] .modal-transparent .btn-close{right:auto;left:.25rem}.modal-simple .modal-content{padding:3rem}.modal-simple .btn-close{position:absolute;top:-2rem}[dir=rtl] .modal-simple .btn-close{left:-2rem}html:not([dir=rtl]) .modal-simple .btn-close{right:-2rem}@media (max-width:767.98px){.modal-simple .btn-close{top:0}[dir=rtl] .modal-simple .btn-close{left:0}html:not([dir=rtl]) .modal-simple .btn-close{right:0}}.modal-refer-and-earn .modal-refer-and-earn-step{width:100px;height:100px;display:flex;justify-content:center;align-items:center;border-radius:var(--bs-border-radius)}.modal-refer-and-earn .modal-refer-and-earn-step i{font-size:2.5rem}.modal-top .modal.fade .modal-dialog,.modal-top.fade .modal-dialog{transform:translateY(-100%)}.modal-top .modal.show .modal-dialog,.modal-top.show .modal-dialog{transform:translateY(0)}.modal-transparent .modal.fade .modal-dialog,.modal-transparent.fade .modal-dialog{transform:scale(.5)}.modal-transparent .modal.show .modal-dialog,.modal-transparent.show .modal-dialog{transform:scale(1)}@media (max-width:991.98px){.modal-onboarding .onboarding-horizontal{flex-direction:column}}@media (max-width:767.98px){.modal .modal-dialog:not(.modal-fullscreen){padding:0 .75rem;padding-left:.75rem!important}.modal .carousel-control-next,.modal .carousel-control-prev{display:none}}@media (min-width:576px){.modal-content{box-shadow:0 .31rem 1.25rem 0 rgba(75,70,92,.4)}.modal-sm .modal-dialog{max-width:22.5rem}}@media (min-width:1200px){.modal-xl .modal-dialog{max-width:1140px}}.progress-bar{font-weight:500;line-height:1}html:not([dir=rtl]) .progress-bar-striped{background-image:linear-gradient(45deg,hsla(0,0%,100%,.1) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.1) 0,hsla(0,0%,100%,.1) 75%,transparent 0,transparent)}html:not([dir=rtl]) .progress .progress-bar:last-child{border-top-right-radius:3.125rem;border-bottom-right-radius:3.125rem}html:not([dir=rtl]) .progress .progress-bar:first-child{border-top-left-radius:3.125rem;border-bottom-left-radius:3.125rem}[dir=rtl] .progress-bar-animated{animation-direction:reverse}[dir=rtl] .progress .progress-bar:last-child{border-top-left-radius:3.125rem;border-bottom-left-radius:3.125rem}[dir=rtl] .progress .progress-bar:first-child{border-top-right-radius:3.125rem;border-bottom-right-radius:3.125rem}.breadcrumb-item,.breadcrumb-item a,.breadcrumb-item.active a:focus,.breadcrumb-item.active a:hover{color:#0a283a}.breadcrumb-item.active a:not(:hover,:focus){color:#4b465c}.breadcrumb-item+.breadcrumb-item:before{width:26px;height:10px}.breadcrumb-style1 .breadcrumb-item+.breadcrumb-item:before{content:"/";color:#4b465c;width:1.43rem;font-weight:500;margin-left:.2rem}.breadcrumb-style2 .breadcrumb-item+.breadcrumb-item:before{content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='icon icon-tabler icon-tabler-check' width='16' height='24' viewBox='0 0 24 24' stroke-width='1.75' stroke='%234b465c' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'%3E%3C/path%3E%3Cpath d='M5 12l5 5l10 -10'%3E%3C/path%3E%3C/svg%3E");line-height:1.375rem;width:26px;height:10px}[dir=rtl] .breadcrumb-item+.breadcrumb-item{padding-right:.875rem;padding-left:0}[dir=rtl] .breadcrumb-item+.breadcrumb-item:before{padding-right:0;padding-left:.875rem;float:right}[dir=rtl] .breadcrumb-style1 .breadcrumb-item+.breadcrumb-item:before{content:"\\"}[dir=rtl] .breadcrumb-style2 .breadcrumb-item+.breadcrumb-item:before{content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='icon icon-tabler icon-tabler-check' width='16' height='24' viewBox='0 0 24 24' stroke-width='1.75' stroke='%234b465c' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'%3E%3C/path%3E%3Cpath d='M5 12l5 5l10 -10'%3E%3C/path%3E%3C/svg%3E")}.list-group-item-secondary{background-color:#f6f0eb;border-color:#c6a080;color:#c6a080!important}a.list-group-item-secondary,button.list-group-item-secondary{color:#c6a080}a.list-group-item-secondary:focus,a.list-group-item-secondary:hover,button.list-group-item-secondary:focus,button.list-group-item-secondary:hover{border-color:#c6a080;background-color:#f6f0eb;color:#c6a080}a.list-group-item-secondary.active,button.list-group-item-secondary.active{border-color:#c6a080!important;background-color:#c6a080!important;color:#fff!important}.list-group.list-group-timeline .list-group-timeline-secondary:before{border-color:#c6a080;background-color:#c6a080}.list-group-item-success{background-color:#ddf6e8;border-color:#28c76f;color:#28c76f!important}a.list-group-item-success,button.list-group-item-success{color:#28c76f}a.list-group-item-success:focus,a.list-group-item-success:hover,button.list-group-item-success:focus,button.list-group-item-success:hover{border-color:#28c76f;background-color:#ddf6e8;color:#28c76f}a.list-group-item-success.active,button.list-group-item-success.active{border-color:#28c76f!important;background-color:#28c76f!important;color:#fff!important}.list-group.list-group-timeline .list-group-timeline-success:before{border-color:#28c76f;background-color:#28c76f}.list-group-item-info{background-color:#d6f7fb;border-color:#00cfe8;color:#00cfe8!important}a.list-group-item-info,button.list-group-item-info{color:#00cfe8}a.list-group-item-info:focus,a.list-group-item-info:hover,button.list-group-item-info:focus,button.list-group-item-info:hover{border-color:#00cfe8;background-color:#d6f7fb;color:#00cfe8}a.list-group-item-info.active,button.list-group-item-info.active{border-color:#00cfe8!important;background-color:#00cfe8!important;color:#fff!important}.list-group.list-group-timeline .list-group-timeline-info:before{border-color:#00cfe8;background-color:#00cfe8}.list-group-item-warning{background-color:#fff0e1;border-color:#ff9f43;color:#ff9f43!important}a.list-group-item-warning,button.list-group-item-warning{color:#ff9f43}a.list-group-item-warning:focus,a.list-group-item-warning:hover,button.list-group-item-warning:focus,button.list-group-item-warning:hover{border-color:#ff9f43;background-color:#fff0e1;color:#ff9f43}a.list-group-item-warning.active,button.list-group-item-warning.active{border-color:#ff9f43!important;background-color:#ff9f43!important;color:#fff!important}.list-group.list-group-timeline .list-group-timeline-warning:before{border-color:#ff9f43;background-color:#ff9f43}.list-group-item-danger{background-color:#fce4e4;border-color:#ea5455;color:#ea5455!important}a.list-group-item-danger,button.list-group-item-danger{color:#ea5455}a.list-group-item-danger:focus,a.list-group-item-danger:hover,button.list-group-item-danger:focus,button.list-group-item-danger:hover{border-color:#ea5455;background-color:#fce4e4;color:#ea5455}a.list-group-item-danger.active,button.list-group-item-danger.active{border-color:#ea5455!important;background-color:#ea5455!important;color:#fff!important}.list-group.list-group-timeline .list-group-timeline-danger:before{border-color:#ea5455;background-color:#ea5455}.list-group-item-dark{background-color:#e2e2e2;border-color:#4b4b4b;color:#4b4b4b!important}a.list-group-item-dark,button.list-group-item-dark{color:#4b4b4b}a.list-group-item-dark:focus,a.list-group-item-dark:hover,button.list-group-item-dark:focus,button.list-group-item-dark:hover{border-color:#4b4b4b;background-color:#e2e2e2;color:#4b4b4b}a.list-group-item-dark.active,button.list-group-item-dark.active{border-color:#4b4b4b!important;background-color:#4b4b4b!important;color:#fff!important}.list-group.list-group-timeline .list-group-timeline-dark:before{border-color:#4b4b4b;background-color:#4b4b4b}.list-group-item-gray{background-color:hsla(0,0%,100%,.848);border-color:rgba(75,70,92,.05);color:rgba(75,70,92,.05)!important}a.list-group-item-gray,button.list-group-item-gray{color:rgba(75,70,92,.05)}a.list-group-item-gray:focus,a.list-group-item-gray:hover,button.list-group-item-gray:focus,button.list-group-item-gray:hover{border-color:rgba(75,70,92,.05);background-color:hsla(0,0%,100%,.848);color:rgba(75,70,92,.05)}a.list-group-item-gray.active,button.list-group-item-gray.active{border-color:rgba(75,70,92,.05)!important;background-color:rgba(75,70,92,.05)!important;color:#fff!important}.list-group.list-group-timeline .list-group-timeline-gray:before{border-color:rgba(75,70,92,.05);background-color:rgba(75,70,92,.05)}.list-group.list-group-timeline{position:relative}.list-group.list-group-timeline:before{background-color:#dbdade;position:absolute;content:"";width:1px;height:100%;top:0;bottom:0;left:.2rem}.list-group.list-group-timeline .list-group-item{border:none;padding-left:1.25rem}.list-group.list-group-timeline .list-group-item:before{position:absolute;display:block;content:"";width:7px;height:7px;left:0;top:50%;margin-top:-3.5px;border-radius:100%}.list-group .list-group-item-action.active .h1,.list-group .list-group-item-action.active .h2,.list-group .list-group-item-action.active .h3,.list-group .list-group-item-action.active .h4,.list-group .list-group-item-action.active .h5,.list-group .list-group-item-action.active .h6,.list-group .list-group-item-action.active h1,.list-group .list-group-item-action.active h2,.list-group .list-group-item-action.active h3,.list-group .list-group-item-action.active h4,.list-group .list-group-item-action.active h5,.list-group .list-group-item-action.active h6{color:#fff}[dir=rtl] .list-group{padding-right:0}[dir=rtl] .list-group.list-group-timeline:before{left:auto;right:.2rem}[dir=rtl] .list-group.list-group-timeline .list-group-item{padding-right:1.25rem}[dir=rtl] .list-group.list-group-timeline .list-group-item:before{left:auto;right:0}[dir=rtl] .list-group.list-group-horizontal .list-group-item:first-child{border-radius:.25rem;border-top-left-radius:0;border-bottom-left-radius:0}[dir=rtl] .list-group.list-group-horizontal .list-group-item:last-child{border-radius:.25rem;border-top-right-radius:0;border-bottom-right-radius:0;border-left-width:1px}@media (min-width:576px){[dir=rtl] .list-group.list-group-horizontal-sm .list-group-item:first-child{border-radius:.25rem;border-top-left-radius:0;border-bottom-left-radius:0}[dir=rtl] .list-group.list-group-horizontal-sm .list-group-item:last-child{border-radius:.25rem;border-top-right-radius:0;border-bottom-right-radius:0;border-left-width:1px}}@media (min-width:768px){[dir=rtl] .list-group.list-group-horizontal-md .list-group-item:first-child{border-radius:.25rem;border-top-left-radius:0;border-bottom-left-radius:0}[dir=rtl] .list-group.list-group-horizontal-md .list-group-item:last-child{border-radius:.25rem;border-top-right-radius:0;border-bottom-right-radius:0;border-left-width:1px}}@media (min-width:992px){[dir=rtl] .list-group.list-group-horizontal-lg .list-group-item:first-child{border-radius:.25rem;border-top-left-radius:0;border-bottom-left-radius:0}[dir=rtl] .list-group.list-group-horizontal-lg .list-group-item:last-child{border-radius:.25rem;border-top-right-radius:0;border-bottom-right-radius:0;border-left-width:1px}}@media (min-width:1200px){[dir=rtl] .list-group.list-group-horizontal-xl .list-group-item:first-child{border-radius:.25rem;border-top-left-radius:0;border-bottom-left-radius:0}[dir=rtl] .list-group.list-group-horizontal-xl .list-group-item:last-child{border-radius:.25rem;border-top-right-radius:0;border-bottom-right-radius:0;border-left-width:1px}}@media (min-width:1400px){[dir=rtl] .list-group.list-group-horizontal-xxl .list-group-item:first-child{border-radius:.25rem;border-top-left-radius:0;border-bottom-left-radius:0}[dir=rtl] .list-group.list-group-horizontal-xxl .list-group-item:last-child{border-radius:.25rem;border-top-right-radius:0;border-bottom-right-radius:0;border-left-width:1px}}.navbar{z-index:2}.navbar .dropdown-toggle:focus,.navbar .dropdown:focus{outline:0}.navbar .navbar-toggler:focus{box-shadow:none}.navbar .list-group-item:focus,.navbar .list-group-item:hover{background-color:rgba(75,70,92,.04);color:inherit}.fixed-top{z-index:1030}.navbar.navbar-light{color:rgba(75,70,92,.5)}.navbar-light .navbar-nav .nav-link.disabled{color:rgba(75,70,92,.3)!important}.navbar.navbar-dark{color:hsla(0,0%,100%,.8)}.navbar-dark .navbar-nav .nav-link.disabled{color:hsla(0,0%,100%,.4)!important}.navbar-brand,.navbar-collapse,.navbar-text{flex-shrink:1}.navbar-dark hr{border-color:hsla(0,0%,100%,.1)}.navbar-light hr{border-color:rgba(75,70,92,.05)}[dir=rtl] .navbar-nav{padding-right:0}[dir=rtl] .navbar-brand{margin-right:0}.mega-dropdown .dropdown-toggle{outline:0;box-shadow:none}.mega-dropdown .dropdown-menu{width:100%}.card.card-border-shadow-secondary:after{border-bottom-color:#e8d9cc}.card.card-border-shadow-secondary:hover:after{border-bottom-color:#c6a080}.card .card-hover-border-secondary:hover,.card.card-hover-border-secondary:hover{border-color:#e9dbcf}.card.card-border-shadow-success:after{border-bottom-color:#a9e9c5}.card.card-border-shadow-success:hover:after{border-bottom-color:#28c76f}.card .card-hover-border-success:hover,.card.card-hover-border-success:hover{border-color:#adeac8}.card.card-border-shadow-info:after{border-bottom-color:#99ecf6}.card.card-border-shadow-info:hover:after{border-bottom-color:#00cfe8}.card .card-hover-border-info:hover,.card.card-hover-border-info:hover{border-color:#9eedf6}.card.card-border-shadow-warning:after{border-bottom-color:#ffd9b4}.card.card-border-shadow-warning:hover:after{border-bottom-color:#ff9f43}.card .card-hover-border-warning:hover,.card.card-hover-border-warning:hover{border-color:#ffdbb8}.card.card-border-shadow-danger:after{border-bottom-color:#f7bbbb}.card.card-border-shadow-danger:hover:after{border-bottom-color:#ea5455}.card .card-hover-border-danger:hover,.card.card-hover-border-danger:hover{border-color:#f7bebe}.card.card-border-shadow-light:after{border-bottom-color:#f2f2f4}.card.card-border-shadow-light:hover:after{border-bottom-color:#dfdfe3}.card .card-hover-border-light:hover,.card.card-hover-border-light:hover{border-color:#f3f3f4}.card.card-border-shadow-dark:after{border-bottom-color:#b7b7b7}.card.card-border-shadow-dark:hover:after{border-bottom-color:#4b4b4b}.card .card-hover-border-dark:hover,.card.card-hover-border-dark:hover{border-color:#bbb}.card.card-border-shadow-gray:after{border-bottom-color:hsla(0,0%,99%,.62)}.card.card-border-shadow-gray:hover:after{border-bottom-color:rgba(75,70,92,.05)}.card .card-hover-border-gray:hover,.card.card-hover-border-gray:hover{border-color:hsla(0,0%,99%,.639)}.card{background-clip:padding-box;box-shadow:0 .25rem 1.125rem rgba(75,70,92,.1)}.card .card-link{display:inline-block}.card .card-body+.card-footer,.card .card-header+.card-body,.card .card-header+.card-content>.card-body:first-of-type{padding-top:0}.card[class*=card-border-shadow-]{position:relative;border-bottom:none;transition:all .2s ease-in-out;z-index:1}.card[class*=card-border-shadow-]:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:100%;border-bottom-width:2px;border-bottom-style:solid;border-radius:var(--bs-border-radius);transition:all .2s ease-in-out;z-index:-1}.card[class*=card-border-shadow-]:hover{box-shadow:0 .25rem 1rem hsla(251,6%,66%,.45)}.card[class*=card-border-shadow-]:hover:after{border-bottom-width:3px}.card[class*=card-hover-border-]{border-width:1px}.card-action.card-fullscreen{display:block;z-index:9999;position:fixed;width:100%!important;height:100%!important;top:0;right:0;left:0;bottom:0;overflow:auto;border:none;border-radius:0}.card-action .card-alert{position:absolute;width:100%;z-index:999}.card-action .card-alert .alert{border-bottom-right-radius:0;border-bottom-left-radius:0}.card-action .card-header.collapsed{border-bottom:0}.card-action .card-header{display:flex;line-height:1.54}.card-action .card-header .card-action-title{flex-grow:1;margin-right:.5rem}.card-action .card-header .card-action-element{flex-shrink:0;background-color:inherit;top:1rem;right:1.5rem;color:#6f6b7d}.card-action .card-header .card-action-element a{color:#6f6b7d}.card-action .card-header .card-action-element a .collapse-icon:after{margin-top:-.15rem}.card-action .blockUI .sk-fold{margin:0 auto}.card-action .blockUI .h5,.card-action .blockUI h5{color:#6f6b7d;margin:1rem 0 0}.card .row-bordered>[class*=" col "] .card .row-bordered>[class$=" col"],.card .row-bordered>[class*=" col "]:after,.card .row-bordered>[class*=" col "]:before,.card .row-bordered>[class*=" col-"] .card .row-bordered>[class$=" col"],.card .row-bordered>[class*=" col-"]:after,.card .row-bordered>[class*=" col-"]:before,.card .row-bordered>[class=col] .card .row-bordered>[class$=" col"],.card .row-bordered>[class=col]:after,.card .row-bordered>[class=col]:before,.card .row-bordered>[class^="col "] .card .row-bordered>[class$=" col"],.card .row-bordered>[class^="col "]:after,.card .row-bordered>[class^="col "]:before,.card .row-bordered>[class^=col-] .card .row-bordered>[class$=" col"],.card .row-bordered>[class^=col-]:after,.card .row-bordered>[class^=col-]:before,.card-footer,.card-header{border-color:rgba(75,70,92,.075)}.card-header.header-elements,.card-title.header-elements{display:flex;width:100%;align-items:center;flex-wrap:wrap}.card-header.card-header-elements{padding-top:.75rem;padding-bottom:.75rem}.card-header .card-header-elements{padding-top:.25rem;padding-bottom:.25rem}.card-header-elements,.card-title-elements{display:flex;flex-wrap:wrap;align-items:center}.card-header-elements+.card-header-elements,.card-header-elements+.card-title-elements,.card-header-elements>*+*,.card-title-elements+.card-header-elements,.card-title-elements+.card-title-elements,.card-title-elements>*+*{margin-left:.25rem}[dir=rtl] .card-header-elements+.card-header-elements,[dir=rtl] .card-header-elements+.card-title-elements,[dir=rtl] .card-header-elements>*+*,[dir=rtl] .card-title-elements+.card-header-elements,[dir=rtl] .card-title-elements+.card-title-elements,[dir=rtl] .card-title-elements>*+*{margin-left:0;margin-right:.25rem}.card-title:not(h1):not(.h1):not(h2):not(.h2):not(h3):not(.h3):not(h4):not(.h4):not(h5):not(.h5):not(h6):not(.h6){color:#6f6b7d}.card-img-left{border-top-left-radius:.375rem;border-bottom-left-radius:.375rem;border-top-right-radius:0;border-bottom-right-radius:0}@media (max-width:767.98px){.card-img-left{border-top-left-radius:.375rem;border-top-right-radius:.375rem;border-bottom-right-radius:0;border-bottom-left-radius:0}}.card-img-right{border-top-right-radius:.375rem;border-bottom-right-radius:.375rem;border-top-left-radius:0;border-bottom-left-radius:0}@media (max-width:767.98px){.card-img-right{border-bottom-right-radius:.375rem;border-bottom-left-radius:.375rem;border-top-left-radius:0;border-top-right-radius:0}}.card>.list-group .list-group-item{padding-left:1.5rem;padding-right:1.5rem}html:not([dir=rtl]) .card .card-separator{border-right:1px solid #dbdade}[dir=rtl] .card .card-separator{border-left:1px solid #dbdade}@media (max-width:991.98px){.card .card-widget-separator-wrapper .card-widget-separator .card-widget-2.border-end{border-right:none!important;border-left:none!important}}@media (max-width:575.98px){.card .card-widget-separator-wrapper .card-widget-separator .card-widget-1.border-end,.card .card-widget-separator-wrapper .card-widget-separator .card-widget-2.border-end,.card .card-widget-separator-wrapper .card-widget-separator .card-widget-3.border-end{border-right:none!important;border-left:none!important;border-bottom:1px solid #dbdade}}@media (max-width:767.98px){.card .card-separator{border-bottom:1px solid #dbdade;padding-bottom:1.5rem}html:not([dir=rtl]) .card .card-separator{border-right-width:0!important}[dir=rtl] .card .card-separator{border-left-width:0!important}}[dir=rtl] .card-link+.card-link{margin-right:1.5rem;margin-left:0}[dir=rtl] .card-action .card-header .card-action-title{margin-left:.5rem;margin-right:0}[dir=rtl] .card-action .card-header .card-action-element,[dir=rtl] .card-action .card-header .card-action-element-toggle{left:1.5rem;right:auto}[dir=rtl] .card-img-left{border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:.375rem;border-bottom-right-radius:.375rem}@media (max-width:767.98px){[dir=rtl] .card-img-left{border-top-left-radius:0;border-top-right-radius:0;border-bottom-right-radius:.375rem;border-bottom-left-radius:.375rem}}[dir=rtl] .card-img-right{border-top-right-radius:0;border-bottom-right-radius:0;border-top-left-radius:.375rem;border-bottom-left-radius:.375rem}@media (max-width:767.98px){[dir=rtl] .card-img-right{border-bottom-right-radius:0;border-bottom-left-radius:0;border-top-left-radius:.375rem;border-top-right-radius:.375rem}}@media (min-width:576px){[dir=rtl] .card-group>.card{border:0 solid #dbdade;border-radius:var(--bs-border-radius)}[dir=rtl] .card-group>.card .card-header:first-child,[dir=rtl] .card-group>.card .card-img-top{border-top-left-radius:.375rem;border-top-right-radius:.375rem}[dir=rtl] .card-group>.card .card-footer:last-child,[dir=rtl] .card-group>.card .card-img-bottom{border-bottom-right-radius:.375rem;border-bottom-left-radius:.375rem}[dir=rtl] .card-group>.card+.card{border-right:0}[dir=rtl] .card-group>.card:not(:first-child){border-top-right-radius:0;border-bottom-right-radius:0}[dir=rtl] .card-group>.card:not(:first-child) .card-header,[dir=rtl] .card-group>.card:not(:first-child) .card-img-top{border-top-right-radius:0}[dir=rtl] .card-group>.card:not(:first-child) .card-footer,[dir=rtl] .card-group>.card:not(:first-child) .card-img-bottom{border-bottom-right-radius:0}[dir=rtl] .card-group>.card:not(:last-child){border-top-left-radius:0;border-bottom-left-radius:0}[dir=rtl] .card-group>.card:not(:last-child) .card-header,[dir=rtl] .card-group>.card:not(:last-child) .card-img-top{border-top-left-radius:0}[dir=rtl] .card-group>.card:not(:last-child) .card-footer,[dir=rtl] .card-group>.card:not(:last-child) .card-img-bottom{border-bottom-left-radius:0}}.accordion-arrow-left .accordion-button.collapsed:focus{box-shadow:none}.accordion-arrow-left .accordion-item{border:0}.accordion-arrow-left .accordion-button{padding:var(--bs-accordion-btn-padding-y) 0}.accordion-arrow-left .accordion-button:after{content:"";display:none}.accordion-arrow-left .accordion-button:not(.collapsed){color:var(--bs-accordion-active-color);background-color:var(--bs-accordion-active-bg);box-shadow:none}.accordion-arrow-left .accordion-button:not(.collapsed):before{background-image:var(--bs-accordion-btn-active-icon);transform:var(--bs-accordion-btn-icon-transform)}.accordion-arrow-left .accordion-button:not(.collapsed):after{background-image:none;transform:none}.accordion-arrow-left .accordion-button:before{flex-shrink:0;width:var(--bs-accordion-btn-icon-width);height:var(--bs-accordion-btn-icon-width);margin-left:0;margin-top:.75rem;margin-right:.9rem;content:"";background-image:var(--bs-accordion-btn-icon);background-repeat:no-repeat;background-size:var(--bs-accordion-btn-icon-width);transition:var(--bs-accordion-btn-icon-transition)}@media (prefers-reduced-motion:reduce){.accordion-arrow-left .accordion-button:before{transition:none}}.accordion.accordion-without-arrow .accordion-button:after{background-image:none!important}.accordion-button{font-weight:inherit;align-items:unset;border-top-left-radius:.375rem;border-top-right-radius:.375rem}.accordion-button.collapsed{border-radius:.375rem}.accordion.accordion-bordered .card{box-shadow:none}.accordion:not(.accordion-bordered)>.card:not(:last-of-type){border-radius:.375rem!important;margin-bottom:.5rem}.accordion:not(.accordion-bordered)>.card.accordion-item{box-shadow:0 .125rem .25rem hsla(251,6%,66%,.3)}.accordion:not(.accordion-bordered)>.card.accordion-item.active{box-shadow:0 .25rem 1.125rem rgba(75,70,92,.1)}.accordion-header+.accordion-collapse .accordion-body{padding-top:0}.accordion.accordion-bordered .accordion-item{border-color:#dbdade!important}.accordion.accordion-bordered .accordion-item:not(:first-of-type){border-top-left-radius:0;border-top-right-radius:0}.accordion.accordion-bordered .accordion-item:not(:last-of-type){border-bottom-right-radius:0;border-bottom-left-radius:0}[dir=rtl] .accordion-arrow-left .accordion-button:before{margin-left:1.1rem;margin-right:0;transform:rotate(180deg)}[dir=rtl] .accordion-arrow-left .accordion-button:not(.collapsed):before{transform:rotate(90deg)}[dir=rtl] .accordion-button{text-align:right}[dir=rtl] .accordion-button:after{margin-left:0;margin-right:auto;transform:rotate(180deg)}[dir=rtl] .accordion-button:not(.collapsed):after{transform:rotate(90deg)}.close:focus{outline:0}[dir=rtl] .close{float:left}.toast.bs-toast{z-index:1095}.toast-header{border-bottom:1px solid hsla(255,6%,86%,.3)}.toast-header .btn-close{background-image:url("data:image/svg+xml,%3Csvg width='19' height='18' viewBox='0 0 19 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14 4.5L5 13.5' stroke='%23a5a3ae' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M14 4.5L5 13.5' stroke='white' stroke-opacity='0.2' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5 4.5L14 13.5' stroke='%23a5a3ae' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5 4.5L14 13.5' stroke='white' stroke-opacity='0.2' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");padding-top:0;padding-bottom:0;margin-left:.875rem;background-size:.875rem}.toast-body{font-size:.8125rem;padding-top:.684rem;padding-bottom:.684rem}.toast-container{--bs-toast-zindex:9}[dir=rtl] .toast-header .btn-close{margin-left:-.375rem;margin-right:.875rem}.toast-ex{position:fixed;top:4.1rem;right:.5rem}[dir=rtl] .toast-ex{left:.5rem;right:auto}.toast-placement-ex{position:fixed}.carousel .carousel-item.active .h1,.carousel .carousel-item.active .h2,.carousel .carousel-item.active .h3,.carousel .carousel-item.active .h4,.carousel .carousel-item.active .h5,.carousel .carousel-item.active .h6,.carousel .carousel-item.active h1,.carousel .carousel-item.active h2,.carousel .carousel-item.active h3,.carousel .carousel-item.active h4,.carousel .carousel-item.active h5,.carousel .carousel-item.active h6,.carousel .carousel-item.carousel-item-start .h1,.carousel .carousel-item.carousel-item-start .h2,.carousel .carousel-item.carousel-item-start .h3,.carousel .carousel-item.carousel-item-start .h4,.carousel .carousel-item.carousel-item-start .h5,.carousel .carousel-item.carousel-item-start .h6,.carousel .carousel-item.carousel-item-start h1,.carousel .carousel-item.carousel-item-start h2,.carousel .carousel-item.carousel-item-start h3,.carousel .carousel-item.carousel-item-start h4,.carousel .carousel-item.carousel-item-start h5,.carousel .carousel-item.carousel-item-start h6{color:#fff}.carousel.carousel-dark .carousel-item .h1,.carousel.carousel-dark .carousel-item .h2,.carousel.carousel-dark .carousel-item .h3,.carousel.carousel-dark .carousel-item .h4,.carousel.carousel-dark .carousel-item .h5,.carousel.carousel-dark .carousel-item .h6,.carousel.carousel-dark .carousel-item h1,.carousel.carousel-dark .carousel-item h2,.carousel.carousel-dark .carousel-item h3,.carousel.carousel-dark .carousel-item h4,.carousel.carousel-dark .carousel-item h5,.carousel.carousel-dark .carousel-item h6,.carousel.carousel-dark .carousel-item.active .h1,.carousel.carousel-dark .carousel-item.active .h2,.carousel.carousel-dark .carousel-item.active .h3,.carousel.carousel-dark .carousel-item.active .h4,.carousel.carousel-dark .carousel-item.active .h5,.carousel.carousel-dark .carousel-item.active .h6,.carousel.carousel-dark .carousel-item.active h1,.carousel.carousel-dark .carousel-item.active h2,.carousel.carousel-dark .carousel-item.active h3,.carousel.carousel-dark .carousel-item.active h4,.carousel.carousel-dark .carousel-item.active h5,.carousel.carousel-dark .carousel-item.active h6,.carousel.carousel-dark .carousel-item.carousel-item-start .h1,.carousel.carousel-dark .carousel-item.carousel-item-start .h2,.carousel.carousel-dark .carousel-item.carousel-item-start .h3,.carousel.carousel-dark .carousel-item.carousel-item-start .h4,.carousel.carousel-dark .carousel-item.carousel-item-start .h5,.carousel.carousel-dark .carousel-item.carousel-item-start .h6,.carousel.carousel-dark .carousel-item.carousel-item-start h1,.carousel.carousel-dark .carousel-item.carousel-item-start h2,.carousel.carousel-dark .carousel-item.carousel-item-start h3,.carousel.carousel-dark .carousel-item.carousel-item-start h4,.carousel.carousel-dark .carousel-item.carousel-item-start h5,.carousel.carousel-dark .carousel-item.carousel-item-start h6{color:#4b465c}.carousel-indicators{margin-bottom:1.06rem}.carousel-indicators [data-bs-target]{border-radius:.375rem}.spinner-border-lg,.spinner-grow-lg{width:3rem;height:3rem;border-width:.3em}.btn .spinner-border,.btn .spinner-grow{position:relative;top:-.0625rem;height:1em;width:1em}.btn .spinner-border{border-width:.15em}@keyframes spinner-border-rtl{to{transform:rotate(-1turn)}}[dir=rtl] .spinner-border{animation-name:spinner-border-rtl}.offcanvas .offcanvas-header .btn-close{background-color:#e2e1e5;padding:.44rem;margin-right:0;background-image:url("data:image/svg+xml,%3Csvg width='19' height='18' viewBox='0 0 19 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14 4.5L5 13.5' stroke='%235d596c' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M14 4.5L5 13.5' stroke='white' stroke-opacity='0.2' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5 4.5L14 13.5' stroke='%235d596c' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5 4.5L14 13.5' stroke='white' stroke-opacity='0.2' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}[dir=rtl] .offcanvas-start{right:0;transform:translateX(100%)}[dir=rtl] .offcanvas-end{right:auto;left:0;transform:translateX(-100%)}.align-baseline{vertical-align:baseline!important}.align-top{vertical-align:top!important}.align-middle{vertical-align:middle!important}.align-bottom{vertical-align:bottom!important}.align-text-bottom{vertical-align:text-bottom!important}.align-text-top{vertical-align:text-top!important}.opacity-0{opacity:0!important}.opacity-25{opacity:.25!important}.opacity-50{opacity:.5!important}.opacity-75{opacity:.75!important}.opacity-100{opacity:1!important}.overflow-auto{overflow:auto!important}.overflow-hidden{overflow:hidden!important}.overflow-visible{overflow:visible!important}.overflow-scroll{overflow:scroll!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-grid{display:grid!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:flex!important}.d-inline-flex{display:inline-flex!important}.d-none{display:none!important}.shadow{box-shadow:0 .25rem 1rem hsla(251,6%,66%,.45)!important}.shadow-sm{box-shadow:0 .125rem .25rem hsla(251,6%,66%,.3)!important}.shadow-lg{box-shadow:0 .625rem 1.25rem hsla(251,6%,66%,.4)!important}.shadow-none{box-shadow:none!important}.position-static{position:static!important}.position-relative{position:relative!important}.position-absolute{position:absolute!important}.position-fixed{position:fixed!important}.position-sticky{position:-webkit-sticky!important;position:sticky!important}.top-0{top:0!important}.top-50{top:50%!important}.top-100{top:100%!important}.bottom-0{bottom:0!important}.bottom-50{bottom:50%!important}.bottom-100{bottom:100%!important}.border{border:1px solid #dbdade!important}.border-0{border:0!important}.border-top{border-top:1px solid #dbdade!important}.border-top-0{border-top:0!important}.border-bottom{border-bottom:1px solid #dbdade!important}.border-bottom-0{border-bottom:0!important}.border-primary{border-color:#0a283a!important}.border-secondary{border-color:#c6a080!important}.border-success{border-color:#28c76f!important}.border-info{border-color:#00cfe8!important}.border-warning{border-color:#ff9f43!important}.border-danger{border-color:#ea5455!important}.border-light{border-color:rgba(75,70,92,.05)!important}.border-dark{border-color:#4b4b4b!important}.border-gray{border-color:rgba(75,70,92,.05)!important}.border-white{border-color:#fff!important}.border-transparent{border-color:transparent!important}.border-1{border-width:1px!important}.border-2{border-width:2px!important}.border-3{border-width:3px!important}.border-4{border-width:4px!important}.border-5{border-width:5px!important}.border-top-dashed{border-top-style:dashed!important}.border-bottom-dashed{border-bottom-style:dashed!important}.w-px-14{width:14px!important}.w-px-18{width:18px!important}.w-px-20{width:20px!important}.w-px-30{width:30px!important}.w-px-40{width:40px!important}.w-px-50{width:50px!important}.w-px-75{width:75px!important}.w-px-100{width:100px!important}.w-px-150{width:150px!important}.w-px-200{width:200px!important}.w-px-250{width:250px!important}.w-px-300{width:300px!important}.w-px-350{width:350px!important}.w-px-400{width:400px!important}.w-px-500{width:500px!important}.w-px-600{width:600px!important}.w-px-700{width:700px!important}.w-px-800{width:800px!important}.w-auto{width:auto!important}.w-20{width:20%!important}.w-25{width:25%!important}.w-50{width:50%!important}.w-60{width:60%!important}.w-75{width:75%!important}.w-100{width:100%!important}.mw-100{max-width:100%!important}.vw-100{width:100vw!important}.min-vw-100{min-width:100vw!important}.h-px-14{height:14px!important}.h-px-18{height:18px!important}.h-px-20{height:20px!important}.h-px-30{height:30px!important}.h-px-40{height:40px!important}.h-px-50{height:50px!important}.h-px-75{height:75px!important}.h-px-100{height:100px!important}.h-px-150{height:150px!important}.h-px-200{height:200px!important}.h-px-250{height:250px!important}.h-px-300{height:300px!important}.h-px-350{height:350px!important}.h-px-400{height:400px!important}.h-px-500{height:500px!important}.h-px-600{height:600px!important}.h-px-700{height:700px!important}.h-px-800{height:800px!important}.h-auto{height:auto!important}.h-25{height:25%!important}.h-50{height:50%!important}.h-75{height:75%!important}.h-100{height:100%!important}.mh-100{max-height:100%!important}.vh-100{height:100vh!important}.min-vh-100{min-height:100vh!important}.flex-fill{flex:1 1 auto!important}.flex-row{flex-direction:row!important}.flex-column{flex-direction:column!important}.flex-row-reverse{flex-direction:row-reverse!important}.flex-column-reverse{flex-direction:column-reverse!important}.flex-grow-0{flex-grow:0!important}.flex-grow-1{flex-grow:1!important}.flex-shrink-0{flex-shrink:0!important}.flex-shrink-1{flex-shrink:1!important}.flex-wrap{flex-wrap:wrap!important}.flex-nowrap{flex-wrap:nowrap!important}.flex-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-start{justify-content:flex-start!important}.justify-content-end{justify-content:flex-end!important}.justify-content-center{justify-content:center!important}.justify-content-between{justify-content:space-between!important}.justify-content-around{justify-content:space-around!important}.justify-content-evenly{justify-content:space-evenly!important}.align-items-start{align-items:flex-start!important}.align-items-end{align-items:flex-end!important}.align-items-center{align-items:center!important}.align-items-baseline{align-items:baseline!important}.align-items-stretch{align-items:stretch!important}.align-content-start{align-content:flex-start!important}.align-content-end{align-content:flex-end!important}.align-content-center{align-content:center!important}.align-content-between{align-content:space-between!important}.align-content-around{align-content:space-around!important}.align-content-stretch{align-content:stretch!important}.align-self-auto{align-self:auto!important}.align-self-start{align-self:flex-start!important}.align-self-end{align-self:flex-end!important}.align-self-center{align-self:center!important}.align-self-baseline{align-self:baseline!important}.align-self-stretch{align-self:stretch!important}.order-first{order:-1!important}.order-0{order:0!important}.order-1{order:1!important}.order-2{order:2!important}.order-3{order:3!important}.order-4{order:4!important}.order-5{order:5!important}.order-last{order:6!important}.m-0{margin:0!important}.m-1{margin:.25rem!important}.m-2{margin:.5rem!important}.m-3{margin:1rem!important}.m-4{margin:1.5rem!important}.m-5{margin:3rem!important}.m-auto{margin:auto!important}.mx-0{margin-right:0!important;margin-left:0!important}.mx-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-3{margin-right:1rem!important;margin-left:1rem!important}.mx-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-5{margin-right:3rem!important;margin-left:3rem!important}.mx-auto{margin-right:auto!important;margin-left:auto!important}.my-0{margin-top:0!important;margin-bottom:0!important}.my-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-0{margin-top:0!important}.mt-1{margin-top:.25rem!important}.mt-2{margin-top:.5rem!important}.mt-3{margin-top:1rem!important}.mt-4{margin-top:1.5rem!important}.mt-5{margin-top:3rem!important}.mt-auto{margin-top:auto!important}.mb-0{margin-bottom:0!important}.mb-1{margin-bottom:.25rem!important}.mb-2{margin-bottom:.5rem!important}.mb-3{margin-bottom:1rem!important}.mb-4{margin-bottom:1.5rem!important}.mb-5{margin-bottom:3rem!important}.mb-auto{margin-bottom:auto!important}.m-n1{margin:-.25rem!important}.m-n2{margin:-.5rem!important}.m-n3{margin:-1rem!important}.m-n4{margin:-1.5rem!important}.m-n5{margin:-3rem!important}.mx-n1{margin-right:-.25rem!important;margin-left:-.25rem!important}.mx-n2{margin-right:-.5rem!important;margin-left:-.5rem!important}.mx-n3{margin-right:-1rem!important;margin-left:-1rem!important}.mx-n4{margin-right:-1.5rem!important;margin-left:-1.5rem!important}.mx-n5{margin-right:-3rem!important;margin-left:-3rem!important}.my-n1{margin-top:-.25rem!important;margin-bottom:-.25rem!important}.my-n2{margin-top:-.5rem!important;margin-bottom:-.5rem!important}.my-n3{margin-top:-1rem!important;margin-bottom:-1rem!important}.my-n4{margin-top:-1.5rem!important;margin-bottom:-1.5rem!important}.my-n5{margin-top:-3rem!important;margin-bottom:-3rem!important}.mt-n1{margin-top:-.25rem!important}.mt-n2{margin-top:-.5rem!important}.mt-n3{margin-top:-1rem!important}.mt-n4{margin-top:-1.5rem!important}.mt-n5{margin-top:-3rem!important}.mb-n1{margin-bottom:-.25rem!important}.mb-n2{margin-bottom:-.5rem!important}.mb-n3{margin-bottom:-1rem!important}.mb-n4{margin-bottom:-1.5rem!important}.mb-n5{margin-bottom:-3rem!important}.p-0{padding:0!important}.p-1{padding:.25rem!important}.p-2{padding:.5rem!important}.p-3{padding:1rem!important}.p-4{padding:1.5rem!important}.p-5{padding:3rem!important}.px-0{padding-right:0!important;padding-left:0!important}.px-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-3{padding-right:1rem!important;padding-left:1rem!important}.px-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-5{padding-right:3rem!important;padding-left:3rem!important}.py-0{padding-top:0!important;padding-bottom:0!important}.py-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-0{padding-top:0!important}.pt-1{padding-top:.25rem!important}.pt-2{padding-top:.5rem!important}.pt-3{padding-top:1rem!important}.pt-4{padding-top:1.5rem!important}.pt-5{padding-top:3rem!important}.pb-0{padding-bottom:0!important}.pb-1{padding-bottom:.25rem!important}.pb-2{padding-bottom:.5rem!important}.pb-3{padding-bottom:1rem!important}.pb-4{padding-bottom:1.5rem!important}.pb-5{padding-bottom:3rem!important}.gap-0{gap:0!important}.gap-1{gap:.25rem!important}.gap-2{gap:.5rem!important}.gap-3{gap:1rem!important}.gap-4{gap:1.5rem!important}.gap-5{gap:3rem!important}.font-monospace{font-family:var(--bs-font-monospace)!important}.fs-1{font-size:calc(1.3625rem + 1.35vw)!important}.fs-2{font-size:calc(1.325rem + .9vw)!important}.fs-3{font-size:calc(1.2875rem + .45vw)!important}.fs-4{font-size:calc(1.2625rem + .15vw)!important}.fs-5{font-size:1.125rem!important}.fs-6{font-size:.9375rem!important}.fs-tiny{font-size:70%!important}.fs-big{font-size:112%!important}.fs-large{font-size:150%!important}.fs-xlarge{font-size:170%!important}.fst-italic{font-style:italic!important}.fst-normal{font-style:normal!important}.fw-lighter{font-weight:lighter!important}.fw-light{font-weight:300!important}.fw-normal{font-weight:400!important}.fw-medium{font-weight:500!important}.fw-semibold{font-weight:600!important}.fw-bold{font-weight:700!important}.fw-bolder{font-weight:bolder!important}.lh-1{line-height:1!important}.lh-inherit{line-height:inherit!important}.lh-sm{line-height:1!important}.lh-base{line-height:1.47!important}.lh-lg{line-height:1.375!important}.text-decoration-none{text-decoration:none!important}.text-decoration-underline{text-decoration:underline!important}.text-decoration-line-through{text-decoration:line-through!important}.text-none{text-transform:none!important}.text-lowercase{text-transform:lowercase!important}.text-uppercase{text-transform:uppercase!important}.text-capitalize{text-transform:capitalize!important}.text-wrap{white-space:normal!important}.text-nowrap{white-space:nowrap!important}.text-break{word-wrap:break-word!important;word-break:break-word!important}.text-primary{--bs-text-opacity:1;color:rgba(var(--bs-primary-rgb),var(--bs-text-opacity))!important}.text-secondary{--bs-text-opacity:1;color:rgba(var(--bs-secondary-rgb),var(--bs-text-opacity))!important}.text-success{--bs-text-opacity:1;color:rgba(var(--bs-success-rgb),var(--bs-text-opacity))!important}.text-info{--bs-text-opacity:1;color:rgba(var(--bs-info-rgb),var(--bs-text-opacity))!important}.text-warning{--bs-text-opacity:1;color:rgba(var(--bs-warning-rgb),var(--bs-text-opacity))!important}.text-danger{--bs-text-opacity:1;color:rgba(var(--bs-danger-rgb),var(--bs-text-opacity))!important}.text-light{--bs-text-opacity:1;color:#b7b5be!important}.text-dark{--bs-text-opacity:1;color:rgba(var(--bs-dark-rgb),var(--bs-text-opacity))!important}.text-gray{--bs-text-opacity:1;color:rgba(var(--bs-gray-rgb),var(--bs-text-opacity))!important}.text-black{--bs-text-opacity:1;color:rgba(var(--bs-black-rgb),var(--bs-text-opacity))!important}.text-white{--bs-text-opacity:1;color:#fff!important}.text-body{--bs-text-opacity:1;color:#6f6b7d!important}.text-muted{--bs-text-opacity:1;color:#a5a3ae!important}.text-black-50{--bs-text-opacity:1;color:rgba(75,70,92,.5)!important}.text-white-50{--bs-text-opacity:1;color:hsla(0,0%,100%,.5)!important}.text-heading{--bs-text-opacity:1;color:#5d596c!important}.text-reset{--bs-text-opacity:1;color:inherit!important}.bg-primary{--bs-bg-opacity:1;background-color:rgba(var(--bs-primary-rgb),var(--bs-bg-opacity))!important}.bg-secondary{--bs-bg-opacity:1;background-color:rgba(var(--bs-secondary-rgb),var(--bs-bg-opacity))!important}.bg-success{--bs-bg-opacity:1;background-color:rgba(var(--bs-success-rgb),var(--bs-bg-opacity))!important}.bg-info{--bs-bg-opacity:1;background-color:rgba(var(--bs-info-rgb),var(--bs-bg-opacity))!important}.bg-warning{--bs-bg-opacity:1;background-color:rgba(var(--bs-warning-rgb),var(--bs-bg-opacity))!important}.bg-danger{--bs-bg-opacity:1;background-color:rgba(var(--bs-danger-rgb),var(--bs-bg-opacity))!important}.bg-light{--bs-bg-opacity:1;background-color:rgba(var(--bs-light-rgb),var(--bs-bg-opacity))!important}.bg-dark{--bs-bg-opacity:1;background-color:rgba(var(--bs-dark-rgb),var(--bs-bg-opacity))!important}.bg-gray{--bs-bg-opacity:1;background-color:rgba(var(--bs-gray-rgb),var(--bs-bg-opacity))!important}.bg-black{--bs-bg-opacity:1;background-color:rgba(var(--bs-black-rgb),var(--bs-bg-opacity))!important}.bg-white{--bs-bg-opacity:1;background-color:#fff!important}.bg-body{--bs-bg-opacity:1;background-color:#f8f7fa!important}.bg-transparent{--bs-bg-opacity:1;background-color:transparent!important}.bg-lighter{--bs-bg-opacity:1;background-color:rgba(75,70,92,.03)!important}.bg-lightest{--bs-bg-opacity:1;background-color:rgba(75,70,92,.015)!important}.bg-gradient{background-image:var(--bs-gradient)!important}.user-select-all{-webkit-user-select:all!important;-moz-user-select:all!important;user-select:all!important}.user-select-auto{-webkit-user-select:auto!important;-moz-user-select:auto!important;user-select:auto!important}.user-select-none{-webkit-user-select:none!important;-moz-user-select:none!important;user-select:none!important}.pe-none{pointer-events:none!important}.pe-auto{pointer-events:auto!important}.rounded{border-radius:.375rem!important}.rounded-0{border-radius:0!important}.rounded-1{border-radius:.25rem!important}.rounded-2{border-radius:.375rem!important}.rounded-3{border-radius:.5rem!important}.rounded-circle{border-radius:50%!important}.rounded-pill{border-radius:50rem!important}.rounded-top{border-top-left-radius:.375rem!important;border-top-right-radius:.375rem!important}.rounded-bottom{border-bottom-right-radius:.375rem!important;border-bottom-left-radius:.375rem!important}.visible{visibility:visible!important}.invisible{visibility:hidden!important}.cursor-pointer{cursor:pointer!important}.cursor-move{cursor:move!important}.cursor-grab{cursor:-webkit-grab!important;cursor:grab!important}@media (min-width:576px){.object-fit-sm-contain{object-fit:contain!important}.object-fit-sm-cover{object-fit:cover!important}.object-fit-sm-fill{object-fit:fill!important}.object-fit-sm-scale{object-fit:scale-down!important}.object-fit-sm-none{object-fit:none!important}.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-grid{display:grid!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:flex!important}.d-sm-inline-flex{display:inline-flex!important}.d-sm-none{display:none!important}.border-sm-solid{border-style:solid!important}.border-sm-dashed{border-style:dashed!important}.border-sm-none{border-style:none!important}.flex-sm-fill{flex:1 1 auto!important}.flex-sm-row{flex-direction:row!important}.flex-sm-column{flex-direction:column!important}.flex-sm-row-reverse{flex-direction:row-reverse!important}.flex-sm-column-reverse{flex-direction:column-reverse!important}.flex-sm-grow-0{flex-grow:0!important}.flex-sm-grow-1{flex-grow:1!important}.flex-sm-shrink-0{flex-shrink:0!important}.flex-sm-shrink-1{flex-shrink:1!important}.flex-sm-wrap{flex-wrap:wrap!important}.flex-sm-nowrap{flex-wrap:nowrap!important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-sm-start{justify-content:flex-start!important}.justify-content-sm-end{justify-content:flex-end!important}.justify-content-sm-center{justify-content:center!important}.justify-content-sm-between{justify-content:space-between!important}.justify-content-sm-around{justify-content:space-around!important}.justify-content-sm-evenly{justify-content:space-evenly!important}.align-items-sm-start{align-items:flex-start!important}.align-items-sm-end{align-items:flex-end!important}.align-items-sm-center{align-items:center!important}.align-items-sm-baseline{align-items:baseline!important}.align-items-sm-stretch{align-items:stretch!important}.align-content-sm-start{align-content:flex-start!important}.align-content-sm-end{align-content:flex-end!important}.align-content-sm-center{align-content:center!important}.align-content-sm-between{align-content:space-between!important}.align-content-sm-around{align-content:space-around!important}.align-content-sm-stretch{align-content:stretch!important}.align-self-sm-auto{align-self:auto!important}.align-self-sm-start{align-self:flex-start!important}.align-self-sm-end{align-self:flex-end!important}.align-self-sm-center{align-self:center!important}.align-self-sm-baseline{align-self:baseline!important}.align-self-sm-stretch{align-self:stretch!important}.order-sm-first{order:-1!important}.order-sm-0{order:0!important}.order-sm-1{order:1!important}.order-sm-2{order:2!important}.order-sm-3{order:3!important}.order-sm-4{order:4!important}.order-sm-5{order:5!important}.order-sm-last{order:6!important}.m-sm-0{margin:0!important}.m-sm-1{margin:.25rem!important}.m-sm-2{margin:.5rem!important}.m-sm-3{margin:1rem!important}.m-sm-4{margin:1.5rem!important}.m-sm-5{margin:3rem!important}.m-sm-auto{margin:auto!important}.mx-sm-0{margin-right:0!important;margin-left:0!important}.mx-sm-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-sm-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-sm-3{margin-right:1rem!important;margin-left:1rem!important}.mx-sm-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-sm-5{margin-right:3rem!important;margin-left:3rem!important}.mx-sm-auto{margin-right:auto!important;margin-left:auto!important}.my-sm-0{margin-top:0!important;margin-bottom:0!important}.my-sm-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-sm-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-sm-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-sm-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-sm-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-sm-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-sm-0{margin-top:0!important}.mt-sm-1{margin-top:.25rem!important}.mt-sm-2{margin-top:.5rem!important}.mt-sm-3{margin-top:1rem!important}.mt-sm-4{margin-top:1.5rem!important}.mt-sm-5{margin-top:3rem!important}.mt-sm-auto{margin-top:auto!important}.mb-sm-0{margin-bottom:0!important}.mb-sm-1{margin-bottom:.25rem!important}.mb-sm-2{margin-bottom:.5rem!important}.mb-sm-3{margin-bottom:1rem!important}.mb-sm-4{margin-bottom:1.5rem!important}.mb-sm-5{margin-bottom:3rem!important}.mb-sm-auto{margin-bottom:auto!important}.m-sm-n1{margin:-.25rem!important}.m-sm-n2{margin:-.5rem!important}.m-sm-n3{margin:-1rem!important}.m-sm-n4{margin:-1.5rem!important}.m-sm-n5{margin:-3rem!important}.mx-sm-n1{margin-right:-.25rem!important;margin-left:-.25rem!important}.mx-sm-n2{margin-right:-.5rem!important;margin-left:-.5rem!important}.mx-sm-n3{margin-right:-1rem!important;margin-left:-1rem!important}.mx-sm-n4{margin-right:-1.5rem!important;margin-left:-1.5rem!important}.mx-sm-n5{margin-right:-3rem!important;margin-left:-3rem!important}.my-sm-n1{margin-top:-.25rem!important;margin-bottom:-.25rem!important}.my-sm-n2{margin-top:-.5rem!important;margin-bottom:-.5rem!important}.my-sm-n3{margin-top:-1rem!important;margin-bottom:-1rem!important}.my-sm-n4{margin-top:-1.5rem!important;margin-bottom:-1.5rem!important}.my-sm-n5{margin-top:-3rem!important;margin-bottom:-3rem!important}.mt-sm-n1{margin-top:-.25rem!important}.mt-sm-n2{margin-top:-.5rem!important}.mt-sm-n3{margin-top:-1rem!important}.mt-sm-n4{margin-top:-1.5rem!important}.mt-sm-n5{margin-top:-3rem!important}.mb-sm-n1{margin-bottom:-.25rem!important}.mb-sm-n2{margin-bottom:-.5rem!important}.mb-sm-n3{margin-bottom:-1rem!important}.mb-sm-n4{margin-bottom:-1.5rem!important}.mb-sm-n5{margin-bottom:-3rem!important}.p-sm-0{padding:0!important}.p-sm-1{padding:.25rem!important}.p-sm-2{padding:.5rem!important}.p-sm-3{padding:1rem!important}.p-sm-4{padding:1.5rem!important}.p-sm-5{padding:3rem!important}.px-sm-0{padding-right:0!important;padding-left:0!important}.px-sm-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-sm-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-sm-3{padding-right:1rem!important;padding-left:1rem!important}.px-sm-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-sm-5{padding-right:3rem!important;padding-left:3rem!important}.py-sm-0{padding-top:0!important;padding-bottom:0!important}.py-sm-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-sm-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-sm-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-sm-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-sm-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-sm-0{padding-top:0!important}.pt-sm-1{padding-top:.25rem!important}.pt-sm-2{padding-top:.5rem!important}.pt-sm-3{padding-top:1rem!important}.pt-sm-4{padding-top:1.5rem!important}.pt-sm-5{padding-top:3rem!important}.pb-sm-0{padding-bottom:0!important}.pb-sm-1{padding-bottom:.25rem!important}.pb-sm-2{padding-bottom:.5rem!important}.pb-sm-3{padding-bottom:1rem!important}.pb-sm-4{padding-bottom:1.5rem!important}.pb-sm-5{padding-bottom:3rem!important}.gap-sm-0{gap:0!important}.gap-sm-1{gap:.25rem!important}.gap-sm-2{gap:.5rem!important}.gap-sm-3{gap:1rem!important}.gap-sm-4{gap:1.5rem!important}.gap-sm-5{gap:3rem!important}.row-gap-sm-0{row-gap:0!important}.row-gap-sm-1{row-gap:.25rem!important}.row-gap-sm-2{row-gap:.5rem!important}.row-gap-sm-3{row-gap:1rem!important}.row-gap-sm-4{row-gap:1.5rem!important}.row-gap-sm-5{row-gap:3rem!important}.column-gap-sm-0{column-gap:0!important}.column-gap-sm-1{column-gap:.25rem!important}.column-gap-sm-2{column-gap:.5rem!important}.column-gap-sm-3{column-gap:1rem!important}.column-gap-sm-4{column-gap:1.5rem!important}.column-gap-sm-5{column-gap:3rem!important}}@media (min-width:768px){.object-fit-md-contain{object-fit:contain!important}.object-fit-md-cover{object-fit:cover!important}.object-fit-md-fill{object-fit:fill!important}.object-fit-md-scale{object-fit:scale-down!important}.object-fit-md-none{object-fit:none!important}.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-grid{display:grid!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:flex!important}.d-md-inline-flex{display:inline-flex!important}.d-md-none{display:none!important}.border-md-solid{border-style:solid!important}.border-md-dashed{border-style:dashed!important}.border-md-none{border-style:none!important}.flex-md-fill{flex:1 1 auto!important}.flex-md-row{flex-direction:row!important}.flex-md-column{flex-direction:column!important}.flex-md-row-reverse{flex-direction:row-reverse!important}.flex-md-column-reverse{flex-direction:column-reverse!important}.flex-md-grow-0{flex-grow:0!important}.flex-md-grow-1{flex-grow:1!important}.flex-md-shrink-0{flex-shrink:0!important}.flex-md-shrink-1{flex-shrink:1!important}.flex-md-wrap{flex-wrap:wrap!important}.flex-md-nowrap{flex-wrap:nowrap!important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-md-start{justify-content:flex-start!important}.justify-content-md-end{justify-content:flex-end!important}.justify-content-md-center{justify-content:center!important}.justify-content-md-between{justify-content:space-between!important}.justify-content-md-around{justify-content:space-around!important}.justify-content-md-evenly{justify-content:space-evenly!important}.align-items-md-start{align-items:flex-start!important}.align-items-md-end{align-items:flex-end!important}.align-items-md-center{align-items:center!important}.align-items-md-baseline{align-items:baseline!important}.align-items-md-stretch{align-items:stretch!important}.align-content-md-start{align-content:flex-start!important}.align-content-md-end{align-content:flex-end!important}.align-content-md-center{align-content:center!important}.align-content-md-between{align-content:space-between!important}.align-content-md-around{align-content:space-around!important}.align-content-md-stretch{align-content:stretch!important}.align-self-md-auto{align-self:auto!important}.align-self-md-start{align-self:flex-start!important}.align-self-md-end{align-self:flex-end!important}.align-self-md-center{align-self:center!important}.align-self-md-baseline{align-self:baseline!important}.align-self-md-stretch{align-self:stretch!important}.order-md-first{order:-1!important}.order-md-0{order:0!important}.order-md-1{order:1!important}.order-md-2{order:2!important}.order-md-3{order:3!important}.order-md-4{order:4!important}.order-md-5{order:5!important}.order-md-last{order:6!important}.m-md-0{margin:0!important}.m-md-1{margin:.25rem!important}.m-md-2{margin:.5rem!important}.m-md-3{margin:1rem!important}.m-md-4{margin:1.5rem!important}.m-md-5{margin:3rem!important}.m-md-auto{margin:auto!important}.mx-md-0{margin-right:0!important;margin-left:0!important}.mx-md-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-md-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-md-3{margin-right:1rem!important;margin-left:1rem!important}.mx-md-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-md-5{margin-right:3rem!important;margin-left:3rem!important}.mx-md-auto{margin-right:auto!important;margin-left:auto!important}.my-md-0{margin-top:0!important;margin-bottom:0!important}.my-md-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-md-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-md-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-md-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-md-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-md-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-md-0{margin-top:0!important}.mt-md-1{margin-top:.25rem!important}.mt-md-2{margin-top:.5rem!important}.mt-md-3{margin-top:1rem!important}.mt-md-4{margin-top:1.5rem!important}.mt-md-5{margin-top:3rem!important}.mt-md-auto{margin-top:auto!important}.mb-md-0{margin-bottom:0!important}.mb-md-1{margin-bottom:.25rem!important}.mb-md-2{margin-bottom:.5rem!important}.mb-md-3{margin-bottom:1rem!important}.mb-md-4{margin-bottom:1.5rem!important}.mb-md-5{margin-bottom:3rem!important}.mb-md-auto{margin-bottom:auto!important}.m-md-n1{margin:-.25rem!important}.m-md-n2{margin:-.5rem!important}.m-md-n3{margin:-1rem!important}.m-md-n4{margin:-1.5rem!important}.m-md-n5{margin:-3rem!important}.mx-md-n1{margin-right:-.25rem!important;margin-left:-.25rem!important}.mx-md-n2{margin-right:-.5rem!important;margin-left:-.5rem!important}.mx-md-n3{margin-right:-1rem!important;margin-left:-1rem!important}.mx-md-n4{margin-right:-1.5rem!important;margin-left:-1.5rem!important}.mx-md-n5{margin-right:-3rem!important;margin-left:-3rem!important}.my-md-n1{margin-top:-.25rem!important;margin-bottom:-.25rem!important}.my-md-n2{margin-top:-.5rem!important;margin-bottom:-.5rem!important}.my-md-n3{margin-top:-1rem!important;margin-bottom:-1rem!important}.my-md-n4{margin-top:-1.5rem!important;margin-bottom:-1.5rem!important}.my-md-n5{margin-top:-3rem!important;margin-bottom:-3rem!important}.mt-md-n1{margin-top:-.25rem!important}.mt-md-n2{margin-top:-.5rem!important}.mt-md-n3{margin-top:-1rem!important}.mt-md-n4{margin-top:-1.5rem!important}.mt-md-n5{margin-top:-3rem!important}.mb-md-n1{margin-bottom:-.25rem!important}.mb-md-n2{margin-bottom:-.5rem!important}.mb-md-n3{margin-bottom:-1rem!important}.mb-md-n4{margin-bottom:-1.5rem!important}.mb-md-n5{margin-bottom:-3rem!important}.p-md-0{padding:0!important}.p-md-1{padding:.25rem!important}.p-md-2{padding:.5rem!important}.p-md-3{padding:1rem!important}.p-md-4{padding:1.5rem!important}.p-md-5{padding:3rem!important}.px-md-0{padding-right:0!important;padding-left:0!important}.px-md-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-md-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-md-3{padding-right:1rem!important;padding-left:1rem!important}.px-md-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-md-5{padding-right:3rem!important;padding-left:3rem!important}.py-md-0{padding-top:0!important;padding-bottom:0!important}.py-md-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-md-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-md-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-md-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-md-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-md-0{padding-top:0!important}.pt-md-1{padding-top:.25rem!important}.pt-md-2{padding-top:.5rem!important}.pt-md-3{padding-top:1rem!important}.pt-md-4{padding-top:1.5rem!important}.pt-md-5{padding-top:3rem!important}.pb-md-0{padding-bottom:0!important}.pb-md-1{padding-bottom:.25rem!important}.pb-md-2{padding-bottom:.5rem!important}.pb-md-3{padding-bottom:1rem!important}.pb-md-4{padding-bottom:1.5rem!important}.pb-md-5{padding-bottom:3rem!important}.gap-md-0{gap:0!important}.gap-md-1{gap:.25rem!important}.gap-md-2{gap:.5rem!important}.gap-md-3{gap:1rem!important}.gap-md-4{gap:1.5rem!important}.gap-md-5{gap:3rem!important}.row-gap-md-0{row-gap:0!important}.row-gap-md-1{row-gap:.25rem!important}.row-gap-md-2{row-gap:.5rem!important}.row-gap-md-3{row-gap:1rem!important}.row-gap-md-4{row-gap:1.5rem!important}.row-gap-md-5{row-gap:3rem!important}.column-gap-md-0{column-gap:0!important}.column-gap-md-1{column-gap:.25rem!important}.column-gap-md-2{column-gap:.5rem!important}.column-gap-md-3{column-gap:1rem!important}.column-gap-md-4{column-gap:1.5rem!important}.column-gap-md-5{column-gap:3rem!important}}@media (min-width:992px){.object-fit-lg-contain{object-fit:contain!important}.object-fit-lg-cover{object-fit:cover!important}.object-fit-lg-fill{object-fit:fill!important}.object-fit-lg-scale{object-fit:scale-down!important}.object-fit-lg-none{object-fit:none!important}.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-grid{display:grid!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:flex!important}.d-lg-inline-flex{display:inline-flex!important}.d-lg-none{display:none!important}.border-lg-solid{border-style:solid!important}.border-lg-dashed{border-style:dashed!important}.border-lg-none{border-style:none!important}.flex-lg-fill{flex:1 1 auto!important}.flex-lg-row{flex-direction:row!important}.flex-lg-column{flex-direction:column!important}.flex-lg-row-reverse{flex-direction:row-reverse!important}.flex-lg-column-reverse{flex-direction:column-reverse!important}.flex-lg-grow-0{flex-grow:0!important}.flex-lg-grow-1{flex-grow:1!important}.flex-lg-shrink-0{flex-shrink:0!important}.flex-lg-shrink-1{flex-shrink:1!important}.flex-lg-wrap{flex-wrap:wrap!important}.flex-lg-nowrap{flex-wrap:nowrap!important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-lg-start{justify-content:flex-start!important}.justify-content-lg-end{justify-content:flex-end!important}.justify-content-lg-center{justify-content:center!important}.justify-content-lg-between{justify-content:space-between!important}.justify-content-lg-around{justify-content:space-around!important}.justify-content-lg-evenly{justify-content:space-evenly!important}.align-items-lg-start{align-items:flex-start!important}.align-items-lg-end{align-items:flex-end!important}.align-items-lg-center{align-items:center!important}.align-items-lg-baseline{align-items:baseline!important}.align-items-lg-stretch{align-items:stretch!important}.align-content-lg-start{align-content:flex-start!important}.align-content-lg-end{align-content:flex-end!important}.align-content-lg-center{align-content:center!important}.align-content-lg-between{align-content:space-between!important}.align-content-lg-around{align-content:space-around!important}.align-content-lg-stretch{align-content:stretch!important}.align-self-lg-auto{align-self:auto!important}.align-self-lg-start{align-self:flex-start!important}.align-self-lg-end{align-self:flex-end!important}.align-self-lg-center{align-self:center!important}.align-self-lg-baseline{align-self:baseline!important}.align-self-lg-stretch{align-self:stretch!important}.order-lg-first{order:-1!important}.order-lg-0{order:0!important}.order-lg-1{order:1!important}.order-lg-2{order:2!important}.order-lg-3{order:3!important}.order-lg-4{order:4!important}.order-lg-5{order:5!important}.order-lg-last{order:6!important}.m-lg-0{margin:0!important}.m-lg-1{margin:.25rem!important}.m-lg-2{margin:.5rem!important}.m-lg-3{margin:1rem!important}.m-lg-4{margin:1.5rem!important}.m-lg-5{margin:3rem!important}.m-lg-auto{margin:auto!important}.mx-lg-0{margin-right:0!important;margin-left:0!important}.mx-lg-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-lg-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-lg-3{margin-right:1rem!important;margin-left:1rem!important}.mx-lg-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-lg-5{margin-right:3rem!important;margin-left:3rem!important}.mx-lg-auto{margin-right:auto!important;margin-left:auto!important}.my-lg-0{margin-top:0!important;margin-bottom:0!important}.my-lg-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-lg-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-lg-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-lg-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-lg-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-lg-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-lg-0{margin-top:0!important}.mt-lg-1{margin-top:.25rem!important}.mt-lg-2{margin-top:.5rem!important}.mt-lg-3{margin-top:1rem!important}.mt-lg-4{margin-top:1.5rem!important}.mt-lg-5{margin-top:3rem!important}.mt-lg-auto{margin-top:auto!important}.mb-lg-0{margin-bottom:0!important}.mb-lg-1{margin-bottom:.25rem!important}.mb-lg-2{margin-bottom:.5rem!important}.mb-lg-3{margin-bottom:1rem!important}.mb-lg-4{margin-bottom:1.5rem!important}.mb-lg-5{margin-bottom:3rem!important}.mb-lg-auto{margin-bottom:auto!important}.m-lg-n1{margin:-.25rem!important}.m-lg-n2{margin:-.5rem!important}.m-lg-n3{margin:-1rem!important}.m-lg-n4{margin:-1.5rem!important}.m-lg-n5{margin:-3rem!important}.mx-lg-n1{margin-right:-.25rem!important;margin-left:-.25rem!important}.mx-lg-n2{margin-right:-.5rem!important;margin-left:-.5rem!important}.mx-lg-n3{margin-right:-1rem!important;margin-left:-1rem!important}.mx-lg-n4{margin-right:-1.5rem!important;margin-left:-1.5rem!important}.mx-lg-n5{margin-right:-3rem!important;margin-left:-3rem!important}.my-lg-n1{margin-top:-.25rem!important;margin-bottom:-.25rem!important}.my-lg-n2{margin-top:-.5rem!important;margin-bottom:-.5rem!important}.my-lg-n3{margin-top:-1rem!important;margin-bottom:-1rem!important}.my-lg-n4{margin-top:-1.5rem!important;margin-bottom:-1.5rem!important}.my-lg-n5{margin-top:-3rem!important;margin-bottom:-3rem!important}.mt-lg-n1{margin-top:-.25rem!important}.mt-lg-n2{margin-top:-.5rem!important}.mt-lg-n3{margin-top:-1rem!important}.mt-lg-n4{margin-top:-1.5rem!important}.mt-lg-n5{margin-top:-3rem!important}.mb-lg-n1{margin-bottom:-.25rem!important}.mb-lg-n2{margin-bottom:-.5rem!important}.mb-lg-n3{margin-bottom:-1rem!important}.mb-lg-n4{margin-bottom:-1.5rem!important}.mb-lg-n5{margin-bottom:-3rem!important}.p-lg-0{padding:0!important}.p-lg-1{padding:.25rem!important}.p-lg-2{padding:.5rem!important}.p-lg-3{padding:1rem!important}.p-lg-4{padding:1.5rem!important}.p-lg-5{padding:3rem!important}.px-lg-0{padding-right:0!important;padding-left:0!important}.px-lg-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-lg-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-lg-3{padding-right:1rem!important;padding-left:1rem!important}.px-lg-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-lg-5{padding-right:3rem!important;padding-left:3rem!important}.py-lg-0{padding-top:0!important;padding-bottom:0!important}.py-lg-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-lg-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-lg-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-lg-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-lg-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-lg-0{padding-top:0!important}.pt-lg-1{padding-top:.25rem!important}.pt-lg-2{padding-top:.5rem!important}.pt-lg-3{padding-top:1rem!important}.pt-lg-4{padding-top:1.5rem!important}.pt-lg-5{padding-top:3rem!important}.pb-lg-0{padding-bottom:0!important}.pb-lg-1{padding-bottom:.25rem!important}.pb-lg-2{padding-bottom:.5rem!important}.pb-lg-3{padding-bottom:1rem!important}.pb-lg-4{padding-bottom:1.5rem!important}.pb-lg-5{padding-bottom:3rem!important}.gap-lg-0{gap:0!important}.gap-lg-1{gap:.25rem!important}.gap-lg-2{gap:.5rem!important}.gap-lg-3{gap:1rem!important}.gap-lg-4{gap:1.5rem!important}.gap-lg-5{gap:3rem!important}.row-gap-lg-0{row-gap:0!important}.row-gap-lg-1{row-gap:.25rem!important}.row-gap-lg-2{row-gap:.5rem!important}.row-gap-lg-3{row-gap:1rem!important}.row-gap-lg-4{row-gap:1.5rem!important}.row-gap-lg-5{row-gap:3rem!important}.column-gap-lg-0{column-gap:0!important}.column-gap-lg-1{column-gap:.25rem!important}.column-gap-lg-2{column-gap:.5rem!important}.column-gap-lg-3{column-gap:1rem!important}.column-gap-lg-4{column-gap:1.5rem!important}.column-gap-lg-5{column-gap:3rem!important}}@media (min-width:1200px){.object-fit-xl-contain{object-fit:contain!important}.object-fit-xl-cover{object-fit:cover!important}.object-fit-xl-fill{object-fit:fill!important}.object-fit-xl-scale{object-fit:scale-down!important}.object-fit-xl-none{object-fit:none!important}.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-grid{display:grid!important}.d-xl-table{display:table!important}.d-xl-table-row{display:table-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:flex!important}.d-xl-inline-flex{display:inline-flex!important}.d-xl-none{display:none!important}.border-xl-solid{border-style:solid!important}.border-xl-dashed{border-style:dashed!important}.border-xl-none{border-style:none!important}.flex-xl-fill{flex:1 1 auto!important}.flex-xl-row{flex-direction:row!important}.flex-xl-column{flex-direction:column!important}.flex-xl-row-reverse{flex-direction:row-reverse!important}.flex-xl-column-reverse{flex-direction:column-reverse!important}.flex-xl-grow-0{flex-grow:0!important}.flex-xl-grow-1{flex-grow:1!important}.flex-xl-shrink-0{flex-shrink:0!important}.flex-xl-shrink-1{flex-shrink:1!important}.flex-xl-wrap{flex-wrap:wrap!important}.flex-xl-nowrap{flex-wrap:nowrap!important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-xl-start{justify-content:flex-start!important}.justify-content-xl-end{justify-content:flex-end!important}.justify-content-xl-center{justify-content:center!important}.justify-content-xl-between{justify-content:space-between!important}.justify-content-xl-around{justify-content:space-around!important}.justify-content-xl-evenly{justify-content:space-evenly!important}.align-items-xl-start{align-items:flex-start!important}.align-items-xl-end{align-items:flex-end!important}.align-items-xl-center{align-items:center!important}.align-items-xl-baseline{align-items:baseline!important}.align-items-xl-stretch{align-items:stretch!important}.align-content-xl-start{align-content:flex-start!important}.align-content-xl-end{align-content:flex-end!important}.align-content-xl-center{align-content:center!important}.align-content-xl-between{align-content:space-between!important}.align-content-xl-around{align-content:space-around!important}.align-content-xl-stretch{align-content:stretch!important}.align-self-xl-auto{align-self:auto!important}.align-self-xl-start{align-self:flex-start!important}.align-self-xl-end{align-self:flex-end!important}.align-self-xl-center{align-self:center!important}.align-self-xl-baseline{align-self:baseline!important}.align-self-xl-stretch{align-self:stretch!important}.order-xl-first{order:-1!important}.order-xl-0{order:0!important}.order-xl-1{order:1!important}.order-xl-2{order:2!important}.order-xl-3{order:3!important}.order-xl-4{order:4!important}.order-xl-5{order:5!important}.order-xl-last{order:6!important}.m-xl-0{margin:0!important}.m-xl-1{margin:.25rem!important}.m-xl-2{margin:.5rem!important}.m-xl-3{margin:1rem!important}.m-xl-4{margin:1.5rem!important}.m-xl-5{margin:3rem!important}.m-xl-auto{margin:auto!important}.mx-xl-0{margin-right:0!important;margin-left:0!important}.mx-xl-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-xl-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-xl-3{margin-right:1rem!important;margin-left:1rem!important}.mx-xl-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-xl-5{margin-right:3rem!important;margin-left:3rem!important}.mx-xl-auto{margin-right:auto!important;margin-left:auto!important}.my-xl-0{margin-top:0!important;margin-bottom:0!important}.my-xl-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-xl-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-xl-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-xl-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-xl-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-xl-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-xl-0{margin-top:0!important}.mt-xl-1{margin-top:.25rem!important}.mt-xl-2{margin-top:.5rem!important}.mt-xl-3{margin-top:1rem!important}.mt-xl-4{margin-top:1.5rem!important}.mt-xl-5{margin-top:3rem!important}.mt-xl-auto{margin-top:auto!important}.mb-xl-0{margin-bottom:0!important}.mb-xl-1{margin-bottom:.25rem!important}.mb-xl-2{margin-bottom:.5rem!important}.mb-xl-3{margin-bottom:1rem!important}.mb-xl-4{margin-bottom:1.5rem!important}.mb-xl-5{margin-bottom:3rem!important}.mb-xl-auto{margin-bottom:auto!important}.m-xl-n1{margin:-.25rem!important}.m-xl-n2{margin:-.5rem!important}.m-xl-n3{margin:-1rem!important}.m-xl-n4{margin:-1.5rem!important}.m-xl-n5{margin:-3rem!important}.mx-xl-n1{margin-right:-.25rem!important;margin-left:-.25rem!important}.mx-xl-n2{margin-right:-.5rem!important;margin-left:-.5rem!important}.mx-xl-n3{margin-right:-1rem!important;margin-left:-1rem!important}.mx-xl-n4{margin-right:-1.5rem!important;margin-left:-1.5rem!important}.mx-xl-n5{margin-right:-3rem!important;margin-left:-3rem!important}.my-xl-n1{margin-top:-.25rem!important;margin-bottom:-.25rem!important}.my-xl-n2{margin-top:-.5rem!important;margin-bottom:-.5rem!important}.my-xl-n3{margin-top:-1rem!important;margin-bottom:-1rem!important}.my-xl-n4{margin-top:-1.5rem!important;margin-bottom:-1.5rem!important}.my-xl-n5{margin-top:-3rem!important;margin-bottom:-3rem!important}.mt-xl-n1{margin-top:-.25rem!important}.mt-xl-n2{margin-top:-.5rem!important}.mt-xl-n3{margin-top:-1rem!important}.mt-xl-n4{margin-top:-1.5rem!important}.mt-xl-n5{margin-top:-3rem!important}.mb-xl-n1{margin-bottom:-.25rem!important}.mb-xl-n2{margin-bottom:-.5rem!important}.mb-xl-n3{margin-bottom:-1rem!important}.mb-xl-n4{margin-bottom:-1.5rem!important}.mb-xl-n5{margin-bottom:-3rem!important}.p-xl-0{padding:0!important}.p-xl-1{padding:.25rem!important}.p-xl-2{padding:.5rem!important}.p-xl-3{padding:1rem!important}.p-xl-4{padding:1.5rem!important}.p-xl-5{padding:3rem!important}.px-xl-0{padding-right:0!important;padding-left:0!important}.px-xl-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-xl-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-xl-3{padding-right:1rem!important;padding-left:1rem!important}.px-xl-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-xl-5{padding-right:3rem!important;padding-left:3rem!important}.py-xl-0{padding-top:0!important;padding-bottom:0!important}.py-xl-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-xl-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-xl-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-xl-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-xl-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-xl-0{padding-top:0!important}.pt-xl-1{padding-top:.25rem!important}.pt-xl-2{padding-top:.5rem!important}.pt-xl-3{padding-top:1rem!important}.pt-xl-4{padding-top:1.5rem!important}.pt-xl-5{padding-top:3rem!important}.pb-xl-0{padding-bottom:0!important}.pb-xl-1{padding-bottom:.25rem!important}.pb-xl-2{padding-bottom:.5rem!important}.pb-xl-3{padding-bottom:1rem!important}.pb-xl-4{padding-bottom:1.5rem!important}.pb-xl-5{padding-bottom:3rem!important}.gap-xl-0{gap:0!important}.gap-xl-1{gap:.25rem!important}.gap-xl-2{gap:.5rem!important}.gap-xl-3{gap:1rem!important}.gap-xl-4{gap:1.5rem!important}.gap-xl-5{gap:3rem!important}.row-gap-xl-0{row-gap:0!important}.row-gap-xl-1{row-gap:.25rem!important}.row-gap-xl-2{row-gap:.5rem!important}.row-gap-xl-3{row-gap:1rem!important}.row-gap-xl-4{row-gap:1.5rem!important}.row-gap-xl-5{row-gap:3rem!important}.column-gap-xl-0{column-gap:0!important}.column-gap-xl-1{column-gap:.25rem!important}.column-gap-xl-2{column-gap:.5rem!important}.column-gap-xl-3{column-gap:1rem!important}.column-gap-xl-4{column-gap:1.5rem!important}.column-gap-xl-5{column-gap:3rem!important}}@media (min-width:1400px){.object-fit-xxl-contain{object-fit:contain!important}.object-fit-xxl-cover{object-fit:cover!important}.object-fit-xxl-fill{object-fit:fill!important}.object-fit-xxl-scale{object-fit:scale-down!important}.object-fit-xxl-none{object-fit:none!important}.d-xxl-inline{display:inline!important}.d-xxl-inline-block{display:inline-block!important}.d-xxl-block{display:block!important}.d-xxl-grid{display:grid!important}.d-xxl-table{display:table!important}.d-xxl-table-row{display:table-row!important}.d-xxl-table-cell{display:table-cell!important}.d-xxl-flex{display:flex!important}.d-xxl-inline-flex{display:inline-flex!important}.d-xxl-none{display:none!important}.border-xxl-solid{border-style:solid!important}.border-xxl-dashed{border-style:dashed!important}.border-xxl-none{border-style:none!important}.flex-xxl-fill{flex:1 1 auto!important}.flex-xxl-row{flex-direction:row!important}.flex-xxl-column{flex-direction:column!important}.flex-xxl-row-reverse{flex-direction:row-reverse!important}.flex-xxl-column-reverse{flex-direction:column-reverse!important}.flex-xxl-grow-0{flex-grow:0!important}.flex-xxl-grow-1{flex-grow:1!important}.flex-xxl-shrink-0{flex-shrink:0!important}.flex-xxl-shrink-1{flex-shrink:1!important}.flex-xxl-wrap{flex-wrap:wrap!important}.flex-xxl-nowrap{flex-wrap:nowrap!important}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-xxl-start{justify-content:flex-start!important}.justify-content-xxl-end{justify-content:flex-end!important}.justify-content-xxl-center{justify-content:center!important}.justify-content-xxl-between{justify-content:space-between!important}.justify-content-xxl-around{justify-content:space-around!important}.justify-content-xxl-evenly{justify-content:space-evenly!important}.align-items-xxl-start{align-items:flex-start!important}.align-items-xxl-end{align-items:flex-end!important}.align-items-xxl-center{align-items:center!important}.align-items-xxl-baseline{align-items:baseline!important}.align-items-xxl-stretch{align-items:stretch!important}.align-content-xxl-start{align-content:flex-start!important}.align-content-xxl-end{align-content:flex-end!important}.align-content-xxl-center{align-content:center!important}.align-content-xxl-between{align-content:space-between!important}.align-content-xxl-around{align-content:space-around!important}.align-content-xxl-stretch{align-content:stretch!important}.align-self-xxl-auto{align-self:auto!important}.align-self-xxl-start{align-self:flex-start!important}.align-self-xxl-end{align-self:flex-end!important}.align-self-xxl-center{align-self:center!important}.align-self-xxl-baseline{align-self:baseline!important}.align-self-xxl-stretch{align-self:stretch!important}.order-xxl-first{order:-1!important}.order-xxl-0{order:0!important}.order-xxl-1{order:1!important}.order-xxl-2{order:2!important}.order-xxl-3{order:3!important}.order-xxl-4{order:4!important}.order-xxl-5{order:5!important}.order-xxl-last{order:6!important}.m-xxl-0{margin:0!important}.m-xxl-1{margin:.25rem!important}.m-xxl-2{margin:.5rem!important}.m-xxl-3{margin:1rem!important}.m-xxl-4{margin:1.5rem!important}.m-xxl-5{margin:3rem!important}.m-xxl-auto{margin:auto!important}.mx-xxl-0{margin-right:0!important;margin-left:0!important}.mx-xxl-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-xxl-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-xxl-3{margin-right:1rem!important;margin-left:1rem!important}.mx-xxl-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-xxl-5{margin-right:3rem!important;margin-left:3rem!important}.mx-xxl-auto{margin-right:auto!important;margin-left:auto!important}.my-xxl-0{margin-top:0!important;margin-bottom:0!important}.my-xxl-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-xxl-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-xxl-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-xxl-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-xxl-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-xxl-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-xxl-0{margin-top:0!important}.mt-xxl-1{margin-top:.25rem!important}.mt-xxl-2{margin-top:.5rem!important}.mt-xxl-3{margin-top:1rem!important}.mt-xxl-4{margin-top:1.5rem!important}.mt-xxl-5{margin-top:3rem!important}.mt-xxl-auto{margin-top:auto!important}.mb-xxl-0{margin-bottom:0!important}.mb-xxl-1{margin-bottom:.25rem!important}.mb-xxl-2{margin-bottom:.5rem!important}.mb-xxl-3{margin-bottom:1rem!important}.mb-xxl-4{margin-bottom:1.5rem!important}.mb-xxl-5{margin-bottom:3rem!important}.mb-xxl-auto{margin-bottom:auto!important}.m-xxl-n1{margin:-.25rem!important}.m-xxl-n2{margin:-.5rem!important}.m-xxl-n3{margin:-1rem!important}.m-xxl-n4{margin:-1.5rem!important}.m-xxl-n5{margin:-3rem!important}.mx-xxl-n1{margin-right:-.25rem!important;margin-left:-.25rem!important}.mx-xxl-n2{margin-right:-.5rem!important;margin-left:-.5rem!important}.mx-xxl-n3{margin-right:-1rem!important;margin-left:-1rem!important}.mx-xxl-n4{margin-right:-1.5rem!important;margin-left:-1.5rem!important}.mx-xxl-n5{margin-right:-3rem!important;margin-left:-3rem!important}.my-xxl-n1{margin-top:-.25rem!important;margin-bottom:-.25rem!important}.my-xxl-n2{margin-top:-.5rem!important;margin-bottom:-.5rem!important}.my-xxl-n3{margin-top:-1rem!important;margin-bottom:-1rem!important}.my-xxl-n4{margin-top:-1.5rem!important;margin-bottom:-1.5rem!important}.my-xxl-n5{margin-top:-3rem!important;margin-bottom:-3rem!important}.mt-xxl-n1{margin-top:-.25rem!important}.mt-xxl-n2{margin-top:-.5rem!important}.mt-xxl-n3{margin-top:-1rem!important}.mt-xxl-n4{margin-top:-1.5rem!important}.mt-xxl-n5{margin-top:-3rem!important}.mb-xxl-n1{margin-bottom:-.25rem!important}.mb-xxl-n2{margin-bottom:-.5rem!important}.mb-xxl-n3{margin-bottom:-1rem!important}.mb-xxl-n4{margin-bottom:-1.5rem!important}.mb-xxl-n5{margin-bottom:-3rem!important}.p-xxl-0{padding:0!important}.p-xxl-1{padding:.25rem!important}.p-xxl-2{padding:.5rem!important}.p-xxl-3{padding:1rem!important}.p-xxl-4{padding:1.5rem!important}.p-xxl-5{padding:3rem!important}.px-xxl-0{padding-right:0!important;padding-left:0!important}.px-xxl-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-xxl-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-xxl-3{padding-right:1rem!important;padding-left:1rem!important}.px-xxl-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-xxl-5{padding-right:3rem!important;padding-left:3rem!important}.py-xxl-0{padding-top:0!important;padding-bottom:0!important}.py-xxl-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-xxl-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-xxl-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-xxl-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-xxl-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-xxl-0{padding-top:0!important}.pt-xxl-1{padding-top:.25rem!important}.pt-xxl-2{padding-top:.5rem!important}.pt-xxl-3{padding-top:1rem!important}.pt-xxl-4{padding-top:1.5rem!important}.pt-xxl-5{padding-top:3rem!important}.pb-xxl-0{padding-bottom:0!important}.pb-xxl-1{padding-bottom:.25rem!important}.pb-xxl-2{padding-bottom:.5rem!important}.pb-xxl-3{padding-bottom:1rem!important}.pb-xxl-4{padding-bottom:1.5rem!important}.pb-xxl-5{padding-bottom:3rem!important}.gap-xxl-0{gap:0!important}.gap-xxl-1{gap:.25rem!important}.gap-xxl-2{gap:.5rem!important}.gap-xxl-3{gap:1rem!important}.gap-xxl-4{gap:1.5rem!important}.gap-xxl-5{gap:3rem!important}.row-gap-xxl-0{row-gap:0!important}.row-gap-xxl-1{row-gap:.25rem!important}.row-gap-xxl-2{row-gap:.5rem!important}.row-gap-xxl-3{row-gap:1rem!important}.row-gap-xxl-4{row-gap:1.5rem!important}.row-gap-xxl-5{row-gap:3rem!important}.column-gap-xxl-0{column-gap:0!important}.column-gap-xxl-1{column-gap:.25rem!important}.column-gap-xxl-2{column-gap:.5rem!important}.column-gap-xxl-3{column-gap:1rem!important}.column-gap-xxl-4{column-gap:1.5rem!important}.column-gap-xxl-5{column-gap:3rem!important}}@media (min-width:1200px){.fs-1{font-size:2.375rem!important}.fs-2{font-size:2rem!important}.fs-3{font-size:1.625rem!important}.fs-4{font-size:1.375rem!important}}@media print{.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!important}.d-print-grid{display:grid!important}.d-print-table{display:table!important}.d-print-table-row{display:table-row!important}.d-print-table-cell{display:table-cell!important}.d-print-flex{display:flex!important}.d-print-inline-flex{display:inline-flex!important}.d-print-none{display:none!important}}.object-fit-contain{object-fit:contain!important}.object-fit-cover{object-fit:cover!important}.object-fit-fill{object-fit:fill!important}.object-fit-scale{object-fit:scale-down!important}.object-fit-none{object-fit:none!important}.border-solid{border-style:solid!important}.border-dashed{border-style:dashed!important}.border-none{border-style:none!important}.border-label-primary{--bs-border-opacity:0.4;border-color:rgba(var(--bs-primary-rgb),var(--bs-border-opacity))!important}.border-label-secondary{--bs-border-opacity:0.4;border-color:rgba(var(--bs-secondary-rgb),var(--bs-border-opacity))!important}.border-label-success{--bs-border-opacity:0.4;border-color:rgba(var(--bs-success-rgb),var(--bs-border-opacity))!important}.border-label-info{--bs-border-opacity:0.4;border-color:rgba(var(--bs-info-rgb),var(--bs-border-opacity))!important}.border-label-warning{--bs-border-opacity:0.4;border-color:rgba(var(--bs-warning-rgb),var(--bs-border-opacity))!important}.border-label-danger{--bs-border-opacity:0.4;border-color:rgba(var(--bs-danger-rgb),var(--bs-border-opacity))!important}.border-label-light{--bs-border-opacity:0.4;border-color:rgba(var(--bs-light-rgb),var(--bs-border-opacity))!important}.border-label-dark{--bs-border-opacity:0.4;border-color:rgba(var(--bs-dark-rgb),var(--bs-border-opacity))!important}.border-label-gray{--bs-border-opacity:0.4;border-color:rgba(var(--bs-gray-rgb),var(--bs-border-opacity))!important}.border-label-black{--bs-border-opacity:0.4;border-color:rgba(var(--bs-black-rgb),var(--bs-border-opacity))!important}.border-label-white{--bs-border-opacity:0.4;border-color:rgba(var(--bs-white-rgb),var(--bs-border-opacity))!important}.border-opacity-10{--bs-border-opacity:0.1}.border-opacity-25{--bs-border-opacity:0.25}.border-opacity-50{--bs-border-opacity:0.5}.border-opacity-75{--bs-border-opacity:0.75}.border-opacity-100{--bs-border-opacity:1}.row-gap-0{row-gap:0!important}.row-gap-1{row-gap:.25rem!important}.row-gap-2{row-gap:.5rem!important}.row-gap-3{row-gap:1rem!important}.row-gap-4{row-gap:1.5rem!important}.row-gap-5{row-gap:3rem!important}.column-gap-0{column-gap:0!important}.column-gap-1{column-gap:.25rem!important}.column-gap-2{column-gap:.5rem!important}.column-gap-3{column-gap:1rem!important}.column-gap-4{column-gap:1.5rem!important}.column-gap-5{column-gap:3rem!important}.text-opacity-25{--bs-text-opacity:0.25}.text-opacity-50{--bs-text-opacity:0.5}.text-opacity-75{--bs-text-opacity:0.75}.text-opacity-100{--bs-text-opacity:1}.link-opacity-10,.link-opacity-10-hover:hover{--bs-link-opacity:0.1}.link-opacity-25,.link-opacity-25-hover:hover{--bs-link-opacity:0.25}.link-opacity-50,.link-opacity-50-hover:hover{--bs-link-opacity:0.5}.link-opacity-75,.link-opacity-75-hover:hover{--bs-link-opacity:0.75}.link-opacity-100,.link-opacity-100-hover:hover{--bs-link-opacity:1}.link-offset-1,.link-offset-1-hover:hover{text-underline-offset:.125em!important}.link-offset-2,.link-offset-2-hover:hover{text-underline-offset:.25em!important}.link-offset-3,.link-offset-3-hover:hover{text-underline-offset:.375em!important}.link-underline-primary{--bs-link-underline-opacity:1;-webkit-text-decoration-color:rgba(var(--bs-primary-rgb),var(--bs-link-underline-opacity))!important;text-decoration-color:rgba(var(--bs-primary-rgb),var(--bs-link-underline-opacity))!important}.link-underline-secondary{--bs-link-underline-opacity:1;-webkit-text-decoration-color:rgba(var(--bs-secondary-rgb),var(--bs-link-underline-opacity))!important;text-decoration-color:rgba(var(--bs-secondary-rgb),var(--bs-link-underline-opacity))!important}.link-underline-success{--bs-link-underline-opacity:1;-webkit-text-decoration-color:rgba(var(--bs-success-rgb),var(--bs-link-underline-opacity))!important;text-decoration-color:rgba(var(--bs-success-rgb),var(--bs-link-underline-opacity))!important}.link-underline-info{--bs-link-underline-opacity:1;-webkit-text-decoration-color:rgba(var(--bs-info-rgb),var(--bs-link-underline-opacity))!important;text-decoration-color:rgba(var(--bs-info-rgb),var(--bs-link-underline-opacity))!important}.link-underline-warning{--bs-link-underline-opacity:1;-webkit-text-decoration-color:rgba(var(--bs-warning-rgb),var(--bs-link-underline-opacity))!important;text-decoration-color:rgba(var(--bs-warning-rgb),var(--bs-link-underline-opacity))!important}.link-underline-danger{--bs-link-underline-opacity:1;-webkit-text-decoration-color:rgba(var(--bs-danger-rgb),var(--bs-link-underline-opacity))!important;text-decoration-color:rgba(var(--bs-danger-rgb),var(--bs-link-underline-opacity))!important}.link-underline-light{--bs-link-underline-opacity:1;-webkit-text-decoration-color:rgba(var(--bs-light-rgb),var(--bs-link-underline-opacity))!important;text-decoration-color:rgba(var(--bs-light-rgb),var(--bs-link-underline-opacity))!important}.link-underline-dark{--bs-link-underline-opacity:1;-webkit-text-decoration-color:rgba(var(--bs-dark-rgb),var(--bs-link-underline-opacity))!important;text-decoration-color:rgba(var(--bs-dark-rgb),var(--bs-link-underline-opacity))!important}.link-underline-gray{--bs-link-underline-opacity:1;-webkit-text-decoration-color:rgba(var(--bs-gray-rgb),var(--bs-link-underline-opacity))!important;text-decoration-color:rgba(var(--bs-gray-rgb),var(--bs-link-underline-opacity))!important}.link-underline{--bs-link-underline-opacity:1;-webkit-text-decoration-color:rgba(var(--bs-link-color-rgb),var(--bs-link-underline-opacity,1))!important;text-decoration-color:rgba(var(--bs-link-color-rgb),var(--bs-link-underline-opacity,1))!important}.link-underline-opacity-0,.link-underline-opacity-0-hover:hover{--bs-link-underline-opacity:0}.link-underline-opacity-10,.link-underline-opacity-10-hover:hover{--bs-link-underline-opacity:0.1}.link-underline-opacity-25,.link-underline-opacity-25-hover:hover{--bs-link-underline-opacity:0.25}.link-underline-opacity-50,.link-underline-opacity-50-hover:hover{--bs-link-underline-opacity:0.5}.link-underline-opacity-75,.link-underline-opacity-75-hover:hover{--bs-link-underline-opacity:0.75}.link-underline-opacity-100,.link-underline-opacity-100-hover:hover{--bs-link-underline-opacity:1}.bg-opacity-10{--bs-bg-opacity:0.1}.bg-opacity-25{--bs-bg-opacity:0.25}.bg-opacity-50{--bs-bg-opacity:0.5}.bg-opacity-75{--bs-bg-opacity:0.75}.bg-opacity-100{--bs-bg-opacity:1}.bg-primary-subtle{background-color:var(--bs-primary-bg-subtle)!important}.bg-secondary-subtle{background-color:var(--bs-secondary-bg-subtle)!important}.bg-success-subtle{background-color:var(--bs-success-bg-subtle)!important}.bg-info-subtle{background-color:var(--bs-info-bg-subtle)!important}.bg-warning-subtle{background-color:var(--bs-warning-bg-subtle)!important}.bg-danger-subtle{background-color:var(--bs-danger-bg-subtle)!important}.bg-light-subtle{background-color:var(--bs-light-bg-subtle)!important}.bg-dark-subtle{background-color:var(--bs-dark-bg-subtle)!important}.z-n1{z-index:-1!important}.z-0{z-index:0!important}.z-1{z-index:1!important}.z-2{z-index:2!important}.z-3{z-index:3!important}.z-4{z-index:4!important}.z-5{z-index:5!important}.float-start{float:right!important}.float-end{float:left!important}.float-none{float:none!important}.end-0{left:0!important}.end-50{left:50%!important}.end-100{left:100%!important}.start-0{right:0!important}.start-50{right:50%!important}.start-100{right:100%!important}.translate-middle{transform:translate(50%,-50%)!important}.translate-middle-x{transform:translateX(50%)!important}.translate-middle-y{transform:translateY(-50%)!important}.border-end{border-left:1px solid #dbdade!important}.border-end-0{border-left:0!important}.border-start{border-right:1px solid #dbdade!important}.border-start-0{border-right:0!important}.border-left-dashed{border-right-style:dashed!important}.border-right-dashed{border-left-style:dashed!important}.text-start{text-align:right!important}.text-end{text-align:left!important}.text-center{text-align:center!important}.rounded-end{border-top-left-radius:.375rem!important;border-bottom-left-radius:.375rem!important}.rounded-start{border-bottom-right-radius:.375rem!important}.rounded-start,.rounded-start-top{border-top-right-radius:.375rem!important}.rounded-start-bottom{border-bottom-right-radius:.375rem!important}.rounded-end-top{border-top-left-radius:.375rem!important}.rounded-end-bottom{border-bottom-left-radius:.375rem!important}.me-0{margin-left:0!important}.me-1{margin-left:.25rem!important}.me-2{margin-left:.5rem!important}.me-3{margin-left:1rem!important}.me-4{margin-left:1.5rem!important}.me-5{margin-left:3rem!important}.me-auto{margin-left:auto!important}.ms-0{margin-right:0!important}.ms-1{margin-right:.25rem!important}.ms-2{margin-right:.5rem!important}.ms-3{margin-right:1rem!important}.ms-4{margin-right:1.5rem!important}.ms-5{margin-right:3rem!important}.ms-auto{margin-right:auto!important}.me-n1{margin-left:-.25rem!important}.me-n2{margin-left:-.5rem!important}.me-n3{margin-left:-1rem!important}.me-n4{margin-left:-1.5rem!important}.me-n5{margin-left:-3rem!important}.ms-n1{margin-right:-.25rem!important}.ms-n2{margin-right:-.5rem!important}.ms-n3{margin-right:-1rem!important}.ms-n4{margin-right:-1.5rem!important}.ms-n5{margin-right:-3rem!important}.pe-0{padding-left:0!important}.pe-1{padding-left:.25rem!important}.pe-2{padding-left:.5rem!important}.pe-3{padding-left:1rem!important}.pe-4{padding-left:1.5rem!important}.pe-5{padding-left:3rem!important}.ps-0{padding-right:0!important}.ps-1{padding-right:.25rem!important}.ps-2{padding-right:.5rem!important}.ps-3{padding-right:1rem!important}.ps-4{padding-right:1.5rem!important}.ps-5{padding-right:3rem!important}.rotate-0{transform:rotate(0deg)!important}.rotate-90{transform:rotate(-90deg)!important}.rotate-180{transform:rotate(-180deg)!important}.rotate-270{transform:rotate(-270deg)!important}.rotate-n90{transform:rotate(90deg)!important}.rotate-n180{transform:rotate(180deg)!important}.rotate-n270{transform:rotate(270deg)!important}.scaleX-n1{transform:scaleX(1)!important}.scaleX-n1-rtl{transform:scaleX(-1)!important}.scaleY-n1{transform:scaleY(1)!important}.scaleY-n1-rtl{transform:scaleY(-1)!important}@media (min-width:576px){.object-fit-sm-contain{object-fit:contain!important}.object-fit-sm-cover{object-fit:cover!important}.object-fit-sm-fill{object-fit:fill!important}.object-fit-sm-scale{object-fit:scale-down!important}.object-fit-sm-none{object-fit:none!important}.border-sm-solid{border-style:solid!important}.border-sm-dashed{border-style:dashed!important}.border-sm-none{border-style:none!important}.row-gap-sm-0{row-gap:0!important}.row-gap-sm-1{row-gap:.25rem!important}.row-gap-sm-2{row-gap:.5rem!important}.row-gap-sm-3{row-gap:1rem!important}.row-gap-sm-4{row-gap:1.5rem!important}.row-gap-sm-5{row-gap:3rem!important}.column-gap-sm-0{column-gap:0!important}.column-gap-sm-1{column-gap:.25rem!important}.column-gap-sm-2{column-gap:.5rem!important}.column-gap-sm-3{column-gap:1rem!important}.column-gap-sm-4{column-gap:1.5rem!important}.column-gap-sm-5{column-gap:3rem!important}.float-sm-start{float:right!important}.float-sm-end{float:left!important}.float-sm-none{float:none!important}.text-sm-start{text-align:right!important}.text-sm-end{text-align:left!important}.text-sm-center{text-align:center!important}.me-sm-0{margin-left:0!important}.me-sm-1{margin-left:.25rem!important}.me-sm-2{margin-left:.5rem!important}.me-sm-3{margin-left:1rem!important}.me-sm-4{margin-left:1.5rem!important}.me-sm-5{margin-left:3rem!important}.me-sm-auto{margin-left:auto!important}.ms-sm-0{margin-right:0!important}.ms-sm-1{margin-right:.25rem!important}.ms-sm-2{margin-right:.5rem!important}.ms-sm-3{margin-right:1rem!important}.ms-sm-4{margin-right:1.5rem!important}.ms-sm-5{margin-right:3rem!important}.ms-sm-auto{margin-right:auto!important}.me-sm-n1{margin-left:-.25rem!important}.me-sm-n2{margin-left:-.5rem!important}.me-sm-n3{margin-left:-1rem!important}.me-sm-n4{margin-left:-1.5rem!important}.me-sm-n5{margin-left:-3rem!important}.ms-sm-n1{margin-right:-.25rem!important}.ms-sm-n2{margin-right:-.5rem!important}.ms-sm-n3{margin-right:-1rem!important}.ms-sm-n4{margin-right:-1.5rem!important}.ms-sm-n5{margin-right:-3rem!important}.pe-sm-0{padding-left:0!important}.pe-sm-1{padding-left:.25rem!important}.pe-sm-2{padding-left:.5rem!important}.pe-sm-3{padding-left:1rem!important}.pe-sm-4{padding-left:1.5rem!important}.pe-sm-5{padding-left:3rem!important}.ps-sm-0{padding-right:0!important}.ps-sm-1{padding-right:.25rem!important}.ps-sm-2{padding-right:.5rem!important}.ps-sm-3{padding-right:1rem!important}.ps-sm-4{padding-right:1.5rem!important}.ps-sm-5{padding-right:3rem!important}}@media (min-width:768px){.object-fit-md-contain{object-fit:contain!important}.object-fit-md-cover{object-fit:cover!important}.object-fit-md-fill{object-fit:fill!important}.object-fit-md-scale{object-fit:scale-down!important}.object-fit-md-none{object-fit:none!important}.border-md-solid{border-style:solid!important}.border-md-dashed{border-style:dashed!important}.border-md-none{border-style:none!important}.row-gap-md-0{row-gap:0!important}.row-gap-md-1{row-gap:.25rem!important}.row-gap-md-2{row-gap:.5rem!important}.row-gap-md-3{row-gap:1rem!important}.row-gap-md-4{row-gap:1.5rem!important}.row-gap-md-5{row-gap:3rem!important}.column-gap-md-0{column-gap:0!important}.column-gap-md-1{column-gap:.25rem!important}.column-gap-md-2{column-gap:.5rem!important}.column-gap-md-3{column-gap:1rem!important}.column-gap-md-4{column-gap:1.5rem!important}.column-gap-md-5{column-gap:3rem!important}.float-md-start{float:right!important}.float-md-end{float:left!important}.float-md-none{float:none!important}.text-md-start{text-align:right!important}.text-md-end{text-align:left!important}.text-md-center{text-align:center!important}.me-md-0{margin-left:0!important}.me-md-1{margin-left:.25rem!important}.me-md-2{margin-left:.5rem!important}.me-md-3{margin-left:1rem!important}.me-md-4{margin-left:1.5rem!important}.me-md-5{margin-left:3rem!important}.me-md-auto{margin-left:auto!important}.ms-md-0{margin-right:0!important}.ms-md-1{margin-right:.25rem!important}.ms-md-2{margin-right:.5rem!important}.ms-md-3{margin-right:1rem!important}.ms-md-4{margin-right:1.5rem!important}.ms-md-5{margin-right:3rem!important}.ms-md-auto{margin-right:auto!important}.me-md-n1{margin-left:-.25rem!important}.me-md-n2{margin-left:-.5rem!important}.me-md-n3{margin-left:-1rem!important}.me-md-n4{margin-left:-1.5rem!important}.me-md-n5{margin-left:-3rem!important}.ms-md-n1{margin-right:-.25rem!important}.ms-md-n2{margin-right:-.5rem!important}.ms-md-n3{margin-right:-1rem!important}.ms-md-n4{margin-right:-1.5rem!important}.ms-md-n5{margin-right:-3rem!important}.pe-md-0{padding-left:0!important}.pe-md-1{padding-left:.25rem!important}.pe-md-2{padding-left:.5rem!important}.pe-md-3{padding-left:1rem!important}.pe-md-4{padding-left:1.5rem!important}.pe-md-5{padding-left:3rem!important}.ps-md-0{padding-right:0!important}.ps-md-1{padding-right:.25rem!important}.ps-md-2{padding-right:.5rem!important}.ps-md-3{padding-right:1rem!important}.ps-md-4{padding-right:1.5rem!important}.ps-md-5{padding-right:3rem!important}}@media (min-width:992px){.object-fit-lg-contain{object-fit:contain!important}.object-fit-lg-cover{object-fit:cover!important}.object-fit-lg-fill{object-fit:fill!important}.object-fit-lg-scale{object-fit:scale-down!important}.object-fit-lg-none{object-fit:none!important}.border-lg-solid{border-style:solid!important}.border-lg-dashed{border-style:dashed!important}.border-lg-none{border-style:none!important}.row-gap-lg-0{row-gap:0!important}.row-gap-lg-1{row-gap:.25rem!important}.row-gap-lg-2{row-gap:.5rem!important}.row-gap-lg-3{row-gap:1rem!important}.row-gap-lg-4{row-gap:1.5rem!important}.row-gap-lg-5{row-gap:3rem!important}.column-gap-lg-0{column-gap:0!important}.column-gap-lg-1{column-gap:.25rem!important}.column-gap-lg-2{column-gap:.5rem!important}.column-gap-lg-3{column-gap:1rem!important}.column-gap-lg-4{column-gap:1.5rem!important}.column-gap-lg-5{column-gap:3rem!important}.float-lg-start{float:right!important}.float-lg-end{float:left!important}.float-lg-none{float:none!important}.text-lg-start{text-align:right!important}.text-lg-end{text-align:left!important}.text-lg-center{text-align:center!important}.me-lg-0{margin-left:0!important}.me-lg-1{margin-left:.25rem!important}.me-lg-2{margin-left:.5rem!important}.me-lg-3{margin-left:1rem!important}.me-lg-4{margin-left:1.5rem!important}.me-lg-5{margin-left:3rem!important}.me-lg-auto{margin-left:auto!important}.ms-lg-0{margin-right:0!important}.ms-lg-1{margin-right:.25rem!important}.ms-lg-2{margin-right:.5rem!important}.ms-lg-3{margin-right:1rem!important}.ms-lg-4{margin-right:1.5rem!important}.ms-lg-5{margin-right:3rem!important}.ms-lg-auto{margin-right:auto!important}.me-lg-n1{margin-left:-.25rem!important}.me-lg-n2{margin-left:-.5rem!important}.me-lg-n3{margin-left:-1rem!important}.me-lg-n4{margin-left:-1.5rem!important}.me-lg-n5{margin-left:-3rem!important}.ms-lg-n1{margin-right:-.25rem!important}.ms-lg-n2{margin-right:-.5rem!important}.ms-lg-n3{margin-right:-1rem!important}.ms-lg-n4{margin-right:-1.5rem!important}.ms-lg-n5{margin-right:-3rem!important}.pe-lg-0{padding-left:0!important}.pe-lg-1{padding-left:.25rem!important}.pe-lg-2{padding-left:.5rem!important}.pe-lg-3{padding-left:1rem!important}.pe-lg-4{padding-left:1.5rem!important}.pe-lg-5{padding-left:3rem!important}.ps-lg-0{padding-right:0!important}.ps-lg-1{padding-right:.25rem!important}.ps-lg-2{padding-right:.5rem!important}.ps-lg-3{padding-right:1rem!important}.ps-lg-4{padding-right:1.5rem!important}.ps-lg-5{padding-right:3rem!important}}@media (min-width:1200px){.object-fit-xl-contain{object-fit:contain!important}.object-fit-xl-cover{object-fit:cover!important}.object-fit-xl-fill{object-fit:fill!important}.object-fit-xl-scale{object-fit:scale-down!important}.object-fit-xl-none{object-fit:none!important}.border-xl-solid{border-style:solid!important}.border-xl-dashed{border-style:dashed!important}.border-xl-none{border-style:none!important}.row-gap-xl-0{row-gap:0!important}.row-gap-xl-1{row-gap:.25rem!important}.row-gap-xl-2{row-gap:.5rem!important}.row-gap-xl-3{row-gap:1rem!important}.row-gap-xl-4{row-gap:1.5rem!important}.row-gap-xl-5{row-gap:3rem!important}.column-gap-xl-0{column-gap:0!important}.column-gap-xl-1{column-gap:.25rem!important}.column-gap-xl-2{column-gap:.5rem!important}.column-gap-xl-3{column-gap:1rem!important}.column-gap-xl-4{column-gap:1.5rem!important}.column-gap-xl-5{column-gap:3rem!important}.float-xl-start{float:right!important}.float-xl-end{float:left!important}.float-xl-none{float:none!important}.text-xl-start{text-align:right!important}.text-xl-end{text-align:left!important}.text-xl-center{text-align:center!important}.me-xl-0{margin-left:0!important}.me-xl-1{margin-left:.25rem!important}.me-xl-2{margin-left:.5rem!important}.me-xl-3{margin-left:1rem!important}.me-xl-4{margin-left:1.5rem!important}.me-xl-5{margin-left:3rem!important}.me-xl-auto{margin-left:auto!important}.ms-xl-0{margin-right:0!important}.ms-xl-1{margin-right:.25rem!important}.ms-xl-2{margin-right:.5rem!important}.ms-xl-3{margin-right:1rem!important}.ms-xl-4{margin-right:1.5rem!important}.ms-xl-5{margin-right:3rem!important}.ms-xl-auto{margin-right:auto!important}.me-xl-n1{margin-left:-.25rem!important}.me-xl-n2{margin-left:-.5rem!important}.me-xl-n3{margin-left:-1rem!important}.me-xl-n4{margin-left:-1.5rem!important}.me-xl-n5{margin-left:-3rem!important}.ms-xl-n1{margin-right:-.25rem!important}.ms-xl-n2{margin-right:-.5rem!important}.ms-xl-n3{margin-right:-1rem!important}.ms-xl-n4{margin-right:-1.5rem!important}.ms-xl-n5{margin-right:-3rem!important}.pe-xl-0{padding-left:0!important}.pe-xl-1{padding-left:.25rem!important}.pe-xl-2{padding-left:.5rem!important}.pe-xl-3{padding-left:1rem!important}.pe-xl-4{padding-left:1.5rem!important}.pe-xl-5{padding-left:3rem!important}.ps-xl-0{padding-right:0!important}.ps-xl-1{padding-right:.25rem!important}.ps-xl-2{padding-right:.5rem!important}.ps-xl-3{padding-right:1rem!important}.ps-xl-4{padding-right:1.5rem!important}.ps-xl-5{padding-right:3rem!important}}@media (min-width:1400px){.object-fit-xxl-contain{object-fit:contain!important}.object-fit-xxl-cover{object-fit:cover!important}.object-fit-xxl-fill{object-fit:fill!important}.object-fit-xxl-scale{object-fit:scale-down!important}.object-fit-xxl-none{object-fit:none!important}.border-xxl-solid{border-style:solid!important}.border-xxl-dashed{border-style:dashed!important}.border-xxl-none{border-style:none!important}.row-gap-xxl-0{row-gap:0!important}.row-gap-xxl-1{row-gap:.25rem!important}.row-gap-xxl-2{row-gap:.5rem!important}.row-gap-xxl-3{row-gap:1rem!important}.row-gap-xxl-4{row-gap:1.5rem!important}.row-gap-xxl-5{row-gap:3rem!important}.column-gap-xxl-0{column-gap:0!important}.column-gap-xxl-1{column-gap:.25rem!important}.column-gap-xxl-2{column-gap:.5rem!important}.column-gap-xxl-3{column-gap:1rem!important}.column-gap-xxl-4{column-gap:1.5rem!important}.column-gap-xxl-5{column-gap:3rem!important}.float-xxl-start{float:right!important}.float-xxl-end{float:left!important}.float-xxl-none{float:none!important}.text-xxl-start{text-align:right!important}.text-xxl-end{text-align:left!important}.text-xxl-center{text-align:center!important}.me-xxl-0{margin-left:0!important}.me-xxl-1{margin-left:.25rem!important}.me-xxl-2{margin-left:.5rem!important}.me-xxl-3{margin-left:1rem!important}.me-xxl-4{margin-left:1.5rem!important}.me-xxl-5{margin-left:3rem!important}.me-xxl-auto{margin-left:auto!important}.ms-xxl-0{margin-right:0!important}.ms-xxl-1{margin-right:.25rem!important}.ms-xxl-2{margin-right:.5rem!important}.ms-xxl-3{margin-right:1rem!important}.ms-xxl-4{margin-right:1.5rem!important}.ms-xxl-5{margin-right:3rem!important}.ms-xxl-auto{margin-right:auto!important}.me-xxl-n1{margin-left:-.25rem!important}.me-xxl-n2{margin-left:-.5rem!important}.me-xxl-n3{margin-left:-1rem!important}.me-xxl-n4{margin-left:-1.5rem!important}.me-xxl-n5{margin-left:-3rem!important}.ms-xxl-n1{margin-right:-.25rem!important}.ms-xxl-n2{margin-right:-.5rem!important}.ms-xxl-n3{margin-right:-1rem!important}.ms-xxl-n4{margin-right:-1.5rem!important}.ms-xxl-n5{margin-right:-3rem!important}.pe-xxl-0{padding-left:0!important}.pe-xxl-1{padding-left:.25rem!important}.pe-xxl-2{padding-left:.5rem!important}.pe-xxl-3{padding-left:1rem!important}.pe-xxl-4{padding-left:1.5rem!important}.pe-xxl-5{padding-left:3rem!important}.ps-xxl-0{padding-right:0!important}.ps-xxl-1{padding-right:.25rem!important}.ps-xxl-2{padding-right:.5rem!important}.ps-xxl-3{padding-right:1rem!important}.ps-xxl-4{padding-right:1.5rem!important}.ps-xxl-5{padding-right:3rem!important}}[dir=rtl] .object-fit-contain{object-fit:contain!important}[dir=rtl] .object-fit-cover{object-fit:cover!important}[dir=rtl] .object-fit-fill{object-fit:fill!important}[dir=rtl] .object-fit-scale{object-fit:scale-down!important}[dir=rtl] .object-fit-none{object-fit:none!important}[dir=rtl] .border-solid{border-style:solid!important}[dir=rtl] .border-dashed{border-style:dashed!important}[dir=rtl] .border-none{border-style:none!important}[dir=rtl] .border-label-primary{--bs-border-opacity:0.4;border-color:rgba(var(--bs-primary-rgb),var(--bs-border-opacity))!important}[dir=rtl] .border-label-secondary{--bs-border-opacity:0.4;border-color:rgba(var(--bs-secondary-rgb),var(--bs-border-opacity))!important}[dir=rtl] .border-label-success{--bs-border-opacity:0.4;border-color:rgba(var(--bs-success-rgb),var(--bs-border-opacity))!important}[dir=rtl] .border-label-info{--bs-border-opacity:0.4;border-color:rgba(var(--bs-info-rgb),var(--bs-border-opacity))!important}[dir=rtl] .border-label-warning{--bs-border-opacity:0.4;border-color:rgba(var(--bs-warning-rgb),var(--bs-border-opacity))!important}[dir=rtl] .border-label-danger{--bs-border-opacity:0.4;border-color:rgba(var(--bs-danger-rgb),var(--bs-border-opacity))!important}[dir=rtl] .border-label-light{--bs-border-opacity:0.4;border-color:rgba(var(--bs-light-rgb),var(--bs-border-opacity))!important}[dir=rtl] .border-label-dark{--bs-border-opacity:0.4;border-color:rgba(var(--bs-dark-rgb),var(--bs-border-opacity))!important}[dir=rtl] .border-label-gray{--bs-border-opacity:0.4;border-color:rgba(var(--bs-gray-rgb),var(--bs-border-opacity))!important}[dir=rtl] .border-label-black{--bs-border-opacity:0.4;border-color:rgba(var(--bs-black-rgb),var(--bs-border-opacity))!important}[dir=rtl] .border-label-white{--bs-border-opacity:0.4;border-color:rgba(var(--bs-white-rgb),var(--bs-border-opacity))!important}[dir=rtl] .border-opacity-10{--bs-border-opacity:0.1}[dir=rtl] .border-opacity-25{--bs-border-opacity:0.25}[dir=rtl] .border-opacity-50{--bs-border-opacity:0.5}[dir=rtl] .border-opacity-75{--bs-border-opacity:0.75}[dir=rtl] .border-opacity-100{--bs-border-opacity:1}[dir=rtl] .row-gap-0{row-gap:0!important}[dir=rtl] .row-gap-1{row-gap:.25rem!important}[dir=rtl] .row-gap-2{row-gap:.5rem!important}[dir=rtl] .row-gap-3{row-gap:1rem!important}[dir=rtl] .row-gap-4{row-gap:1.5rem!important}[dir=rtl] .row-gap-5{row-gap:3rem!important}[dir=rtl] .column-gap-0{column-gap:0!important}[dir=rtl] .column-gap-1{column-gap:.25rem!important}[dir=rtl] .column-gap-2{column-gap:.5rem!important}[dir=rtl] .column-gap-3{column-gap:1rem!important}[dir=rtl] .column-gap-4{column-gap:1.5rem!important}[dir=rtl] .column-gap-5{column-gap:3rem!important}[dir=rtl] .text-opacity-25{--bs-text-opacity:0.25}[dir=rtl] .text-opacity-50{--bs-text-opacity:0.5}[dir=rtl] .text-opacity-75{--bs-text-opacity:0.75}[dir=rtl] .text-opacity-100{--bs-text-opacity:1}[dir=rtl] .link-opacity-10,[dir=rtl] .link-opacity-10-hover:hover{--bs-link-opacity:0.1}[dir=rtl] .link-opacity-25,[dir=rtl] .link-opacity-25-hover:hover{--bs-link-opacity:0.25}[dir=rtl] .link-opacity-50,[dir=rtl] .link-opacity-50-hover:hover{--bs-link-opacity:0.5}[dir=rtl] .link-opacity-75,[dir=rtl] .link-opacity-75-hover:hover{--bs-link-opacity:0.75}[dir=rtl] .link-opacity-100,[dir=rtl] .link-opacity-100-hover:hover{--bs-link-opacity:1}[dir=rtl] .link-offset-1,[dir=rtl] .link-offset-1-hover:hover{text-underline-offset:.125em!important}[dir=rtl] .link-offset-2,[dir=rtl] .link-offset-2-hover:hover{text-underline-offset:.25em!important}[dir=rtl] .link-offset-3,[dir=rtl] .link-offset-3-hover:hover{text-underline-offset:.375em!important}[dir=rtl] .link-underline-primary{--bs-link-underline-opacity:1;-webkit-text-decoration-color:rgba(var(--bs-primary-rgb),var(--bs-link-underline-opacity))!important;text-decoration-color:rgba(var(--bs-primary-rgb),var(--bs-link-underline-opacity))!important}[dir=rtl] .link-underline-secondary{--bs-link-underline-opacity:1;-webkit-text-decoration-color:rgba(var(--bs-secondary-rgb),var(--bs-link-underline-opacity))!important;text-decoration-color:rgba(var(--bs-secondary-rgb),var(--bs-link-underline-opacity))!important}[dir=rtl] .link-underline-success{--bs-link-underline-opacity:1;-webkit-text-decoration-color:rgba(var(--bs-success-rgb),var(--bs-link-underline-opacity))!important;text-decoration-color:rgba(var(--bs-success-rgb),var(--bs-link-underline-opacity))!important}[dir=rtl] .link-underline-info{--bs-link-underline-opacity:1;-webkit-text-decoration-color:rgba(var(--bs-info-rgb),var(--bs-link-underline-opacity))!important;text-decoration-color:rgba(var(--bs-info-rgb),var(--bs-link-underline-opacity))!important}[dir=rtl] .link-underline-warning{--bs-link-underline-opacity:1;-webkit-text-decoration-color:rgba(var(--bs-warning-rgb),var(--bs-link-underline-opacity))!important;text-decoration-color:rgba(var(--bs-warning-rgb),var(--bs-link-underline-opacity))!important}[dir=rtl] .link-underline-danger{--bs-link-underline-opacity:1;-webkit-text-decoration-color:rgba(var(--bs-danger-rgb),var(--bs-link-underline-opacity))!important;text-decoration-color:rgba(var(--bs-danger-rgb),var(--bs-link-underline-opacity))!important}[dir=rtl] .link-underline-light{--bs-link-underline-opacity:1;-webkit-text-decoration-color:rgba(var(--bs-light-rgb),var(--bs-link-underline-opacity))!important;text-decoration-color:rgba(var(--bs-light-rgb),var(--bs-link-underline-opacity))!important}[dir=rtl] .link-underline-dark{--bs-link-underline-opacity:1;-webkit-text-decoration-color:rgba(var(--bs-dark-rgb),var(--bs-link-underline-opacity))!important;text-decoration-color:rgba(var(--bs-dark-rgb),var(--bs-link-underline-opacity))!important}[dir=rtl] .link-underline-gray{--bs-link-underline-opacity:1;-webkit-text-decoration-color:rgba(var(--bs-gray-rgb),var(--bs-link-underline-opacity))!important;text-decoration-color:rgba(var(--bs-gray-rgb),var(--bs-link-underline-opacity))!important}[dir=rtl] .link-underline{--bs-link-underline-opacity:1;-webkit-text-decoration-color:rgba(var(--bs-link-color-rgb),var(--bs-link-underline-opacity,1))!important;text-decoration-color:rgba(var(--bs-link-color-rgb),var(--bs-link-underline-opacity,1))!important}[dir=rtl] .link-underline-opacity-0,[dir=rtl] .link-underline-opacity-0-hover:hover{--bs-link-underline-opacity:0}[dir=rtl] .link-underline-opacity-10,[dir=rtl] .link-underline-opacity-10-hover:hover{--bs-link-underline-opacity:0.1}[dir=rtl] .link-underline-opacity-25,[dir=rtl] .link-underline-opacity-25-hover:hover{--bs-link-underline-opacity:0.25}[dir=rtl] .link-underline-opacity-50,[dir=rtl] .link-underline-opacity-50-hover:hover{--bs-link-underline-opacity:0.5}[dir=rtl] .link-underline-opacity-75,[dir=rtl] .link-underline-opacity-75-hover:hover{--bs-link-underline-opacity:0.75}[dir=rtl] .link-underline-opacity-100,[dir=rtl] .link-underline-opacity-100-hover:hover{--bs-link-underline-opacity:1}[dir=rtl] .bg-opacity-10{--bs-bg-opacity:0.1}[dir=rtl] .bg-opacity-25{--bs-bg-opacity:0.25}[dir=rtl] .bg-opacity-50{--bs-bg-opacity:0.5}[dir=rtl] .bg-opacity-75{--bs-bg-opacity:0.75}[dir=rtl] .bg-opacity-100{--bs-bg-opacity:1}[dir=rtl] .bg-primary-subtle{background-color:var(--bs-primary-bg-subtle)!important}[dir=rtl] .bg-secondary-subtle{background-color:var(--bs-secondary-bg-subtle)!important}[dir=rtl] .bg-success-subtle{background-color:var(--bs-success-bg-subtle)!important}[dir=rtl] .bg-info-subtle{background-color:var(--bs-info-bg-subtle)!important}[dir=rtl] .bg-warning-subtle{background-color:var(--bs-warning-bg-subtle)!important}[dir=rtl] .bg-danger-subtle{background-color:var(--bs-danger-bg-subtle)!important}[dir=rtl] .bg-light-subtle{background-color:var(--bs-light-bg-subtle)!important}[dir=rtl] .bg-dark-subtle{background-color:var(--bs-dark-bg-subtle)!important}[dir=rtl] .z-n1{z-index:-1!important}[dir=rtl] .z-0{z-index:0!important}[dir=rtl] .z-1{z-index:1!important}[dir=rtl] .z-2{z-index:2!important}[dir=rtl] .z-3{z-index:3!important}[dir=rtl] .z-4{z-index:4!important}[dir=rtl] .z-5{z-index:5!important}[dir=rtl] .float-start{float:right!important}[dir=rtl] .float-end{float:left!important}[dir=rtl] .float-none{float:none!important}[dir=rtl] .end-0{left:0!important}[dir=rtl] .end-50{left:50%!important}[dir=rtl] .end-100{left:100%!important}[dir=rtl] .start-0{right:0!important}[dir=rtl] .start-50{right:50%!important}[dir=rtl] .start-100{right:100%!important}[dir=rtl] .translate-middle{transform:translate(50%,-50%)!important}[dir=rtl] .translate-middle-x{transform:translateX(50%)!important}[dir=rtl] .translate-middle-y{transform:translateY(-50%)!important}[dir=rtl] .border-end{border-left:1px solid #dbdade!important}[dir=rtl] .border-end-0{border-left:0!important}[dir=rtl] .border-start{border-right:1px solid #dbdade!important}[dir=rtl] .border-start-0{border-right:0!important}[dir=rtl] .border-left-dashed{border-right-style:dashed!important}[dir=rtl] .border-right-dashed{border-left-style:dashed!important}[dir=rtl] .text-start{text-align:right!important}[dir=rtl] .text-end{text-align:left!important}[dir=rtl] .text-center{text-align:center!important}[dir=rtl] .rounded-end{border-top-left-radius:.375rem!important;border-bottom-left-radius:.375rem!important}[dir=rtl] .rounded-start{border-bottom-right-radius:.375rem!important}[dir=rtl] .rounded-start,[dir=rtl] .rounded-start-top{border-top-right-radius:.375rem!important}[dir=rtl] .rounded-start-bottom{border-bottom-right-radius:.375rem!important}[dir=rtl] .rounded-end-top{border-top-left-radius:.375rem!important}[dir=rtl] .rounded-end-bottom{border-bottom-left-radius:.375rem!important}[dir=rtl] .me-0{margin-left:0!important}[dir=rtl] .me-1{margin-left:.25rem!important}[dir=rtl] .me-2{margin-left:.5rem!important}[dir=rtl] .me-3{margin-left:1rem!important}[dir=rtl] .me-4{margin-left:1.5rem!important}[dir=rtl] .me-5{margin-left:3rem!important}[dir=rtl] .me-auto{margin-left:auto!important}[dir=rtl] .ms-0{margin-right:0!important}[dir=rtl] .ms-1{margin-right:.25rem!important}[dir=rtl] .ms-2{margin-right:.5rem!important}[dir=rtl] .ms-3{margin-right:1rem!important}[dir=rtl] .ms-4{margin-right:1.5rem!important}[dir=rtl] .ms-5{margin-right:3rem!important}[dir=rtl] .ms-auto{margin-right:auto!important}[dir=rtl] .me-n1{margin-left:-.25rem!important}[dir=rtl] .me-n2{margin-left:-.5rem!important}[dir=rtl] .me-n3{margin-left:-1rem!important}[dir=rtl] .me-n4{margin-left:-1.5rem!important}[dir=rtl] .me-n5{margin-left:-3rem!important}[dir=rtl] .ms-n1{margin-right:-.25rem!important}[dir=rtl] .ms-n2{margin-right:-.5rem!important}[dir=rtl] .ms-n3{margin-right:-1rem!important}[dir=rtl] .ms-n4{margin-right:-1.5rem!important}[dir=rtl] .ms-n5{margin-right:-3rem!important}[dir=rtl] .pe-0{padding-left:0!important}[dir=rtl] .pe-1{padding-left:.25rem!important}[dir=rtl] .pe-2{padding-left:.5rem!important}[dir=rtl] .pe-3{padding-left:1rem!important}[dir=rtl] .pe-4{padding-left:1.5rem!important}[dir=rtl] .pe-5{padding-left:3rem!important}[dir=rtl] .ps-0{padding-right:0!important}[dir=rtl] .ps-1{padding-right:.25rem!important}[dir=rtl] .ps-2{padding-right:.5rem!important}[dir=rtl] .ps-3{padding-right:1rem!important}[dir=rtl] .ps-4{padding-right:1.5rem!important}[dir=rtl] .ps-5{padding-right:3rem!important}[dir=rtl] .rotate-0{transform:rotate(0deg)!important}[dir=rtl] .rotate-90{transform:rotate(-90deg)!important}[dir=rtl] .rotate-180{transform:rotate(-180deg)!important}[dir=rtl] .rotate-270{transform:rotate(-270deg)!important}[dir=rtl] .rotate-n90{transform:rotate(90deg)!important}[dir=rtl] .rotate-n180{transform:rotate(180deg)!important}[dir=rtl] .rotate-n270{transform:rotate(270deg)!important}[dir=rtl] .scaleX-n1{transform:scaleX(1)!important}[dir=rtl] .scaleX-n1-rtl{transform:scaleX(-1)!important}[dir=rtl] .scaleY-n1{transform:scaleY(1)!important}[dir=rtl] .scaleY-n1-rtl{transform:scaleY(-1)!important}@media (min-width:576px){[dir=rtl] .object-fit-sm-contain{object-fit:contain!important}[dir=rtl] .object-fit-sm-cover{object-fit:cover!important}[dir=rtl] .object-fit-sm-fill{object-fit:fill!important}[dir=rtl] .object-fit-sm-scale{object-fit:scale-down!important}[dir=rtl] .object-fit-sm-none{object-fit:none!important}[dir=rtl] .border-sm-solid{border-style:solid!important}[dir=rtl] .border-sm-dashed{border-style:dashed!important}[dir=rtl] .border-sm-none{border-style:none!important}[dir=rtl] .row-gap-sm-0{row-gap:0!important}[dir=rtl] .row-gap-sm-1{row-gap:.25rem!important}[dir=rtl] .row-gap-sm-2{row-gap:.5rem!important}[dir=rtl] .row-gap-sm-3{row-gap:1rem!important}[dir=rtl] .row-gap-sm-4{row-gap:1.5rem!important}[dir=rtl] .row-gap-sm-5{row-gap:3rem!important}[dir=rtl] .column-gap-sm-0{column-gap:0!important}[dir=rtl] .column-gap-sm-1{column-gap:.25rem!important}[dir=rtl] .column-gap-sm-2{column-gap:.5rem!important}[dir=rtl] .column-gap-sm-3{column-gap:1rem!important}[dir=rtl] .column-gap-sm-4{column-gap:1.5rem!important}[dir=rtl] .column-gap-sm-5{column-gap:3rem!important}[dir=rtl] .float-sm-start{float:right!important}[dir=rtl] .float-sm-end{float:left!important}[dir=rtl] .float-sm-none{float:none!important}[dir=rtl] .text-sm-start{text-align:right!important}[dir=rtl] .text-sm-end{text-align:left!important}[dir=rtl] .text-sm-center{text-align:center!important}[dir=rtl] .me-sm-0{margin-left:0!important}[dir=rtl] .me-sm-1{margin-left:.25rem!important}[dir=rtl] .me-sm-2{margin-left:.5rem!important}[dir=rtl] .me-sm-3{margin-left:1rem!important}[dir=rtl] .me-sm-4{margin-left:1.5rem!important}[dir=rtl] .me-sm-5{margin-left:3rem!important}[dir=rtl] .me-sm-auto{margin-left:auto!important}[dir=rtl] .ms-sm-0{margin-right:0!important}[dir=rtl] .ms-sm-1{margin-right:.25rem!important}[dir=rtl] .ms-sm-2{margin-right:.5rem!important}[dir=rtl] .ms-sm-3{margin-right:1rem!important}[dir=rtl] .ms-sm-4{margin-right:1.5rem!important}[dir=rtl] .ms-sm-5{margin-right:3rem!important}[dir=rtl] .ms-sm-auto{margin-right:auto!important}[dir=rtl] .me-sm-n1{margin-left:-.25rem!important}[dir=rtl] .me-sm-n2{margin-left:-.5rem!important}[dir=rtl] .me-sm-n3{margin-left:-1rem!important}[dir=rtl] .me-sm-n4{margin-left:-1.5rem!important}[dir=rtl] .me-sm-n5{margin-left:-3rem!important}[dir=rtl] .ms-sm-n1{margin-right:-.25rem!important}[dir=rtl] .ms-sm-n2{margin-right:-.5rem!important}[dir=rtl] .ms-sm-n3{margin-right:-1rem!important}[dir=rtl] .ms-sm-n4{margin-right:-1.5rem!important}[dir=rtl] .ms-sm-n5{margin-right:-3rem!important}[dir=rtl] .pe-sm-0{padding-left:0!important}[dir=rtl] .pe-sm-1{padding-left:.25rem!important}[dir=rtl] .pe-sm-2{padding-left:.5rem!important}[dir=rtl] .pe-sm-3{padding-left:1rem!important}[dir=rtl] .pe-sm-4{padding-left:1.5rem!important}[dir=rtl] .pe-sm-5{padding-left:3rem!important}[dir=rtl] .ps-sm-0{padding-right:0!important}[dir=rtl] .ps-sm-1{padding-right:.25rem!important}[dir=rtl] .ps-sm-2{padding-right:.5rem!important}[dir=rtl] .ps-sm-3{padding-right:1rem!important}[dir=rtl] .ps-sm-4{padding-right:1.5rem!important}[dir=rtl] .ps-sm-5{padding-right:3rem!important}}@media (min-width:768px){[dir=rtl] .object-fit-md-contain{object-fit:contain!important}[dir=rtl] .object-fit-md-cover{object-fit:cover!important}[dir=rtl] .object-fit-md-fill{object-fit:fill!important}[dir=rtl] .object-fit-md-scale{object-fit:scale-down!important}[dir=rtl] .object-fit-md-none{object-fit:none!important}[dir=rtl] .border-md-solid{border-style:solid!important}[dir=rtl] .border-md-dashed{border-style:dashed!important}[dir=rtl] .border-md-none{border-style:none!important}[dir=rtl] .row-gap-md-0{row-gap:0!important}[dir=rtl] .row-gap-md-1{row-gap:.25rem!important}[dir=rtl] .row-gap-md-2{row-gap:.5rem!important}[dir=rtl] .row-gap-md-3{row-gap:1rem!important}[dir=rtl] .row-gap-md-4{row-gap:1.5rem!important}[dir=rtl] .row-gap-md-5{row-gap:3rem!important}[dir=rtl] .column-gap-md-0{column-gap:0!important}[dir=rtl] .column-gap-md-1{column-gap:.25rem!important}[dir=rtl] .column-gap-md-2{column-gap:.5rem!important}[dir=rtl] .column-gap-md-3{column-gap:1rem!important}[dir=rtl] .column-gap-md-4{column-gap:1.5rem!important}[dir=rtl] .column-gap-md-5{column-gap:3rem!important}[dir=rtl] .float-md-start{float:right!important}[dir=rtl] .float-md-end{float:left!important}[dir=rtl] .float-md-none{float:none!important}[dir=rtl] .text-md-start{text-align:right!important}[dir=rtl] .text-md-end{text-align:left!important}[dir=rtl] .text-md-center{text-align:center!important}[dir=rtl] .me-md-0{margin-left:0!important}[dir=rtl] .me-md-1{margin-left:.25rem!important}[dir=rtl] .me-md-2{margin-left:.5rem!important}[dir=rtl] .me-md-3{margin-left:1rem!important}[dir=rtl] .me-md-4{margin-left:1.5rem!important}[dir=rtl] .me-md-5{margin-left:3rem!important}[dir=rtl] .me-md-auto{margin-left:auto!important}[dir=rtl] .ms-md-0{margin-right:0!important}[dir=rtl] .ms-md-1{margin-right:.25rem!important}[dir=rtl] .ms-md-2{margin-right:.5rem!important}[dir=rtl] .ms-md-3{margin-right:1rem!important}[dir=rtl] .ms-md-4{margin-right:1.5rem!important}[dir=rtl] .ms-md-5{margin-right:3rem!important}[dir=rtl] .ms-md-auto{margin-right:auto!important}[dir=rtl] .me-md-n1{margin-left:-.25rem!important}[dir=rtl] .me-md-n2{margin-left:-.5rem!important}[dir=rtl] .me-md-n3{margin-left:-1rem!important}[dir=rtl] .me-md-n4{margin-left:-1.5rem!important}[dir=rtl] .me-md-n5{margin-left:-3rem!important}[dir=rtl] .ms-md-n1{margin-right:-.25rem!important}[dir=rtl] .ms-md-n2{margin-right:-.5rem!important}[dir=rtl] .ms-md-n3{margin-right:-1rem!important}[dir=rtl] .ms-md-n4{margin-right:-1.5rem!important}[dir=rtl] .ms-md-n5{margin-right:-3rem!important}[dir=rtl] .pe-md-0{padding-left:0!important}[dir=rtl] .pe-md-1{padding-left:.25rem!important}[dir=rtl] .pe-md-2{padding-left:.5rem!important}[dir=rtl] .pe-md-3{padding-left:1rem!important}[dir=rtl] .pe-md-4{padding-left:1.5rem!important}[dir=rtl] .pe-md-5{padding-left:3rem!important}[dir=rtl] .ps-md-0{padding-right:0!important}[dir=rtl] .ps-md-1{padding-right:.25rem!important}[dir=rtl] .ps-md-2{padding-right:.5rem!important}[dir=rtl] .ps-md-3{padding-right:1rem!important}[dir=rtl] .ps-md-4{padding-right:1.5rem!important}[dir=rtl] .ps-md-5{padding-right:3rem!important}}@media (min-width:992px){[dir=rtl] .object-fit-lg-contain{object-fit:contain!important}[dir=rtl] .object-fit-lg-cover{object-fit:cover!important}[dir=rtl] .object-fit-lg-fill{object-fit:fill!important}[dir=rtl] .object-fit-lg-scale{object-fit:scale-down!important}[dir=rtl] .object-fit-lg-none{object-fit:none!important}[dir=rtl] .border-lg-solid{border-style:solid!important}[dir=rtl] .border-lg-dashed{border-style:dashed!important}[dir=rtl] .border-lg-none{border-style:none!important}[dir=rtl] .row-gap-lg-0{row-gap:0!important}[dir=rtl] .row-gap-lg-1{row-gap:.25rem!important}[dir=rtl] .row-gap-lg-2{row-gap:.5rem!important}[dir=rtl] .row-gap-lg-3{row-gap:1rem!important}[dir=rtl] .row-gap-lg-4{row-gap:1.5rem!important}[dir=rtl] .row-gap-lg-5{row-gap:3rem!important}[dir=rtl] .column-gap-lg-0{column-gap:0!important}[dir=rtl] .column-gap-lg-1{column-gap:.25rem!important}[dir=rtl] .column-gap-lg-2{column-gap:.5rem!important}[dir=rtl] .column-gap-lg-3{column-gap:1rem!important}[dir=rtl] .column-gap-lg-4{column-gap:1.5rem!important}[dir=rtl] .column-gap-lg-5{column-gap:3rem!important}[dir=rtl] .float-lg-start{float:right!important}[dir=rtl] .float-lg-end{float:left!important}[dir=rtl] .float-lg-none{float:none!important}[dir=rtl] .text-lg-start{text-align:right!important}[dir=rtl] .text-lg-end{text-align:left!important}[dir=rtl] .text-lg-center{text-align:center!important}[dir=rtl] .me-lg-0{margin-left:0!important}[dir=rtl] .me-lg-1{margin-left:.25rem!important}[dir=rtl] .me-lg-2{margin-left:.5rem!important}[dir=rtl] .me-lg-3{margin-left:1rem!important}[dir=rtl] .me-lg-4{margin-left:1.5rem!important}[dir=rtl] .me-lg-5{margin-left:3rem!important}[dir=rtl] .me-lg-auto{margin-left:auto!important}[dir=rtl] .ms-lg-0{margin-right:0!important}[dir=rtl] .ms-lg-1{margin-right:.25rem!important}[dir=rtl] .ms-lg-2{margin-right:.5rem!important}[dir=rtl] .ms-lg-3{margin-right:1rem!important}[dir=rtl] .ms-lg-4{margin-right:1.5rem!important}[dir=rtl] .ms-lg-5{margin-right:3rem!important}[dir=rtl] .ms-lg-auto{margin-right:auto!important}[dir=rtl] .me-lg-n1{margin-left:-.25rem!important}[dir=rtl] .me-lg-n2{margin-left:-.5rem!important}[dir=rtl] .me-lg-n3{margin-left:-1rem!important}[dir=rtl] .me-lg-n4{margin-left:-1.5rem!important}[dir=rtl] .me-lg-n5{margin-left:-3rem!important}[dir=rtl] .ms-lg-n1{margin-right:-.25rem!important}[dir=rtl] .ms-lg-n2{margin-right:-.5rem!important}[dir=rtl] .ms-lg-n3{margin-right:-1rem!important}[dir=rtl] .ms-lg-n4{margin-right:-1.5rem!important}[dir=rtl] .ms-lg-n5{margin-right:-3rem!important}[dir=rtl] .pe-lg-0{padding-left:0!important}[dir=rtl] .pe-lg-1{padding-left:.25rem!important}[dir=rtl] .pe-lg-2{padding-left:.5rem!important}[dir=rtl] .pe-lg-3{padding-left:1rem!important}[dir=rtl] .pe-lg-4{padding-left:1.5rem!important}[dir=rtl] .pe-lg-5{padding-left:3rem!important}[dir=rtl] .ps-lg-0{padding-right:0!important}[dir=rtl] .ps-lg-1{padding-right:.25rem!important}[dir=rtl] .ps-lg-2{padding-right:.5rem!important}[dir=rtl] .ps-lg-3{padding-right:1rem!important}[dir=rtl] .ps-lg-4{padding-right:1.5rem!important}[dir=rtl] .ps-lg-5{padding-right:3rem!important}}@media (min-width:1200px){[dir=rtl] .object-fit-xl-contain{object-fit:contain!important}[dir=rtl] .object-fit-xl-cover{object-fit:cover!important}[dir=rtl] .object-fit-xl-fill{object-fit:fill!important}[dir=rtl] .object-fit-xl-scale{object-fit:scale-down!important}[dir=rtl] .object-fit-xl-none{object-fit:none!important}[dir=rtl] .border-xl-solid{border-style:solid!important}[dir=rtl] .border-xl-dashed{border-style:dashed!important}[dir=rtl] .border-xl-none{border-style:none!important}[dir=rtl] .row-gap-xl-0{row-gap:0!important}[dir=rtl] .row-gap-xl-1{row-gap:.25rem!important}[dir=rtl] .row-gap-xl-2{row-gap:.5rem!important}[dir=rtl] .row-gap-xl-3{row-gap:1rem!important}[dir=rtl] .row-gap-xl-4{row-gap:1.5rem!important}[dir=rtl] .row-gap-xl-5{row-gap:3rem!important}[dir=rtl] .column-gap-xl-0{column-gap:0!important}[dir=rtl] .column-gap-xl-1{column-gap:.25rem!important}[dir=rtl] .column-gap-xl-2{column-gap:.5rem!important}[dir=rtl] .column-gap-xl-3{column-gap:1rem!important}[dir=rtl] .column-gap-xl-4{column-gap:1.5rem!important}[dir=rtl] .column-gap-xl-5{column-gap:3rem!important}[dir=rtl] .float-xl-start{float:right!important}[dir=rtl] .float-xl-end{float:left!important}[dir=rtl] .float-xl-none{float:none!important}[dir=rtl] .text-xl-start{text-align:right!important}[dir=rtl] .text-xl-end{text-align:left!important}[dir=rtl] .text-xl-center{text-align:center!important}[dir=rtl] .me-xl-0{margin-left:0!important}[dir=rtl] .me-xl-1{margin-left:.25rem!important}[dir=rtl] .me-xl-2{margin-left:.5rem!important}[dir=rtl] .me-xl-3{margin-left:1rem!important}[dir=rtl] .me-xl-4{margin-left:1.5rem!important}[dir=rtl] .me-xl-5{margin-left:3rem!important}[dir=rtl] .me-xl-auto{margin-left:auto!important}[dir=rtl] .ms-xl-0{margin-right:0!important}[dir=rtl] .ms-xl-1{margin-right:.25rem!important}[dir=rtl] .ms-xl-2{margin-right:.5rem!important}[dir=rtl] .ms-xl-3{margin-right:1rem!important}[dir=rtl] .ms-xl-4{margin-right:1.5rem!important}[dir=rtl] .ms-xl-5{margin-right:3rem!important}[dir=rtl] .ms-xl-auto{margin-right:auto!important}[dir=rtl] .me-xl-n1{margin-left:-.25rem!important}[dir=rtl] .me-xl-n2{margin-left:-.5rem!important}[dir=rtl] .me-xl-n3{margin-left:-1rem!important}[dir=rtl] .me-xl-n4{margin-left:-1.5rem!important}[dir=rtl] .me-xl-n5{margin-left:-3rem!important}[dir=rtl] .ms-xl-n1{margin-right:-.25rem!important}[dir=rtl] .ms-xl-n2{margin-right:-.5rem!important}[dir=rtl] .ms-xl-n3{margin-right:-1rem!important}[dir=rtl] .ms-xl-n4{margin-right:-1.5rem!important}[dir=rtl] .ms-xl-n5{margin-right:-3rem!important}[dir=rtl] .pe-xl-0{padding-left:0!important}[dir=rtl] .pe-xl-1{padding-left:.25rem!important}[dir=rtl] .pe-xl-2{padding-left:.5rem!important}[dir=rtl] .pe-xl-3{padding-left:1rem!important}[dir=rtl] .pe-xl-4{padding-left:1.5rem!important}[dir=rtl] .pe-xl-5{padding-left:3rem!important}[dir=rtl] .ps-xl-0{padding-right:0!important}[dir=rtl] .ps-xl-1{padding-right:.25rem!important}[dir=rtl] .ps-xl-2{padding-right:.5rem!important}[dir=rtl] .ps-xl-3{padding-right:1rem!important}[dir=rtl] .ps-xl-4{padding-right:1.5rem!important}[dir=rtl] .ps-xl-5{padding-right:3rem!important}}@media (min-width:1400px){[dir=rtl] .object-fit-xxl-contain{object-fit:contain!important}[dir=rtl] .object-fit-xxl-cover{object-fit:cover!important}[dir=rtl] .object-fit-xxl-fill{object-fit:fill!important}[dir=rtl] .object-fit-xxl-scale{object-fit:scale-down!important}[dir=rtl] .object-fit-xxl-none{object-fit:none!important}[dir=rtl] .border-xxl-solid{border-style:solid!important}[dir=rtl] .border-xxl-dashed{border-style:dashed!important}[dir=rtl] .border-xxl-none{border-style:none!important}[dir=rtl] .row-gap-xxl-0{row-gap:0!important}[dir=rtl] .row-gap-xxl-1{row-gap:.25rem!important}[dir=rtl] .row-gap-xxl-2{row-gap:.5rem!important}[dir=rtl] .row-gap-xxl-3{row-gap:1rem!important}[dir=rtl] .row-gap-xxl-4{row-gap:1.5rem!important}[dir=rtl] .row-gap-xxl-5{row-gap:3rem!important}[dir=rtl] .column-gap-xxl-0{column-gap:0!important}[dir=rtl] .column-gap-xxl-1{column-gap:.25rem!important}[dir=rtl] .column-gap-xxl-2{column-gap:.5rem!important}[dir=rtl] .column-gap-xxl-3{column-gap:1rem!important}[dir=rtl] .column-gap-xxl-4{column-gap:1.5rem!important}[dir=rtl] .column-gap-xxl-5{column-gap:3rem!important}[dir=rtl] .float-xxl-start{float:right!important}[dir=rtl] .float-xxl-end{float:left!important}[dir=rtl] .float-xxl-none{float:none!important}[dir=rtl] .text-xxl-start{text-align:right!important}[dir=rtl] .text-xxl-end{text-align:left!important}[dir=rtl] .text-xxl-center{text-align:center!important}[dir=rtl] .me-xxl-0{margin-left:0!important}[dir=rtl] .me-xxl-1{margin-left:.25rem!important}[dir=rtl] .me-xxl-2{margin-left:.5rem!important}[dir=rtl] .me-xxl-3{margin-left:1rem!important}[dir=rtl] .me-xxl-4{margin-left:1.5rem!important}[dir=rtl] .me-xxl-5{margin-left:3rem!important}[dir=rtl] .me-xxl-auto{margin-left:auto!important}[dir=rtl] .ms-xxl-0{margin-right:0!important}[dir=rtl] .ms-xxl-1{margin-right:.25rem!important}[dir=rtl] .ms-xxl-2{margin-right:.5rem!important}[dir=rtl] .ms-xxl-3{margin-right:1rem!important}[dir=rtl] .ms-xxl-4{margin-right:1.5rem!important}[dir=rtl] .ms-xxl-5{margin-right:3rem!important}[dir=rtl] .ms-xxl-auto{margin-right:auto!important}[dir=rtl] .me-xxl-n1{margin-left:-.25rem!important}[dir=rtl] .me-xxl-n2{margin-left:-.5rem!important}[dir=rtl] .me-xxl-n3{margin-left:-1rem!important}[dir=rtl] .me-xxl-n4{margin-left:-1.5rem!important}[dir=rtl] .me-xxl-n5{margin-left:-3rem!important}[dir=rtl] .ms-xxl-n1{margin-right:-.25rem!important}[dir=rtl] .ms-xxl-n2{margin-right:-.5rem!important}[dir=rtl] .ms-xxl-n3{margin-right:-1rem!important}[dir=rtl] .ms-xxl-n4{margin-right:-1.5rem!important}[dir=rtl] .ms-xxl-n5{margin-right:-3rem!important}[dir=rtl] .pe-xxl-0{padding-left:0!important}[dir=rtl] .pe-xxl-1{padding-left:.25rem!important}[dir=rtl] .pe-xxl-2{padding-left:.5rem!important}[dir=rtl] .pe-xxl-3{padding-left:1rem!important}[dir=rtl] .pe-xxl-4{padding-left:1.5rem!important}[dir=rtl] .pe-xxl-5{padding-left:3rem!important}[dir=rtl] .ps-xxl-0{padding-right:0!important}[dir=rtl] .ps-xxl-1{padding-right:.25rem!important}[dir=rtl] .ps-xxl-2{padding-right:.5rem!important}[dir=rtl] .ps-xxl-3{padding-right:1rem!important}[dir=rtl] .ps-xxl-4{padding-right:1.5rem!important}[dir=rtl] .ps-xxl-5{padding-right:3rem!important}}body{text-rendering:optimizeLegibility;font-smoothing:antialiased;-moz-font-feature-settings:"liga" on;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (min-width:768px){button.list-group-item{outline:none}}.app-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background-color:rgba(75,70,92,.5);visibility:hidden;z-index:3;transition:all .25s ease}.app-overlay.show{visibility:visible}.container,.container-fluid,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{padding-right:1rem;padding-left:1rem}@media (min-width:992px){.container,.container-fluid,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{padding-right:1.5rem;padding-left:1.5rem}}.img-thumbnail{position:relative;display:block}.img-thumbnail img{z-index:1}.img-thumbnail-content{position:absolute;top:50%;left:50%;z-index:3;display:block;opacity:0;transition:all .2s ease-in-out;transform:translate(-50%,-50%)}.img-thumbnail:focus .img-thumbnail-content,.img-thumbnail:hover .img-thumbnail-content{opacity:1}.img-thumbnail-overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;display:block;transition:all .2s ease-in-out}.img-thumbnail:not(:hover):not(:focus) .img-thumbnail-overlay{opacity:0!important}.img-thumbnail-shadow{transition:box-shadow .2s}.img-thumbnail-shadow:focus,.img-thumbnail-shadow:hover{box-shadow:0 5px 20px rgba(75,70,92,.4)}.img-thumbnail-zoom-in{overflow:hidden}.img-thumbnail-zoom-in img{transition:all .3s ease-in-out;transform:translate3d(0)}.img-thumbnail-zoom-in .img-thumbnail-content{transform:translate(-50%,-50%) scale(.6)}.img-thumbnail-zoom-in:focus img,.img-thumbnail-zoom-in:hover img{transform:scale(1.1)}.img-thumbnail-zoom-in:focus .img-thumbnail-content,.img-thumbnail-zoom-in:hover .img-thumbnail-content{transform:translate(-50%,-50%) scale(1)}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.card,.card-body,.flex-column,.media,.tab-content,img{min-height:1px}img{height:auto}}[dir=rtl] body{text-align:right;direction:rtl}.buy-now .btn-buy-now{position:fixed;bottom:3rem;right:1.5rem;z-index:1080;box-shadow:0 1px 20px 1px #ea5455!important}[dir=rtl] .buy-now .btn-buy-now{left:1.5rem;right:inherit}.buy-now .btn-buy-now:hover{box-shadow:none}.ui-rect,.ui-rect-30,.ui-rect-60,.ui-rect-67,.ui-rect-75,.ui-square{position:relative!important;display:block!important;padding-top:100%!important;width:100%!important}.ui-square{padding-top:100%!important}.ui-rect{padding-top:50%!important}.ui-rect-30{padding-top:30%!important}.ui-rect-60{padding-top:60%!important}.ui-rect-67{padding-top:67%!important}.ui-rect-75{padding-top:75%!important}.ui-rect-content,.ui-square-content{position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important}.text-strike-through{text-decoration:line-through}.line-clamp-1{-webkit-line-clamp:1}.line-clamp-1,.line-clamp-2{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical}.line-clamp-2{-webkit-line-clamp:2}.line-clamp-3{overflow:hidden;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical}.ui-star,.ui-star>*,.ui-stars{height:1.1em;-webkit-user-drag:none;-khtml-user-drag:none;-moz-user-drag:none;-o-user-drag:none;user-drag:none}.ui-stars{display:inline-block;vertical-align:middle;white-space:nowrap}.ui-star{position:relative;display:block;float:left;width:1.1em;height:1.1em;text-decoration:none!important;font-size:1.1em;line-height:1;-webkit-user-select:none;-moz-user-select:none;user-select:none}[dir=rtl] .ui-star{float:right}.ui-star+.ui-star{margin-left:-.1em}[dir=rtl] .ui-star+.ui-star{margin-right:-.1em;margin-left:0}.ui-star>*,.ui-star>:after,.ui-star>:before{position:absolute;left:.55em;height:100%;font-size:1em;line-height:1;transform:translateX(-50%)}[dir=rtl] .ui-star>*,[dir=rtl] .ui-star>:after,[dir=rtl] .ui-star>:before{right:.55em;left:auto;transform:translateX(50%)}.ui-star>*{top:0;width:100%;text-align:center}.ui-star>:first-child{z-index:10;display:none;overflow:hidden;color:#ff9f43}.ui-star>:last-child{z-index:5;display:block}.ui-star.half-filled>:first-child{width:50%;transform:translateX(-100%)}[dir=rtl] .ui-star.half-filled>:first-child{transform:translateX(100%)}.ui-star.filled>:first-child,.ui-star.half-filled>:first-child{display:block}.ui-star.filled>:last-child{display:none}.ui-stars.hoverable .ui-star>:first-child{display:block}.ui-stars.hoverable .ui-star:first-child:not(.filled)>:first-child,.ui-stars.hoverable .ui-star:first-child:not(.filled)~.ui-star>:first-child,.ui-stars.hoverable .ui-star:first-child:not(.half-filled)>:first-child,.ui-stars.hoverable .ui-star:first-child:not(.half-filled)~.ui-star>:first-child{display:none}.ui-stars.hoverable .ui-star.filled>:first-child,.ui-stars.hoverable .ui-star.half-filled>:first-child{display:block!important}.ui-stars.hoverable:hover .ui-star>:first-child{display:block!important;width:100%!important;transform:translateX(-50%)!important}[dir=rtl] .ui-stars.hoverable:hover .ui-star>:first-child{transform:translateX(50%)!important}.ui-stars.hoverable .ui-star:hover~.ui-star>:first-child{display:none!important}.ui-stars.hoverable .ui-star:hover~.ui-star>:last-child{display:block!important}.ui-bg-cover{background-color:transparent;background-position:50%;background-size:cover}.ui-bg-overlay-container,.ui-bg-overlay-container>*,.ui-bg-video-container,.ui-bg-video-container>*{position:relative}.ui-bg-overlay-container .ui-bg-overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:block}.light-style .ui-bordered{border:1px solid #dbdade}.light-style .ui-star>:last-child{color:rgba(75,70,92,.2)}.menu{display:flex}.menu .ps__rail-y,.menu .ps__thumb-y{width:.125rem!important}.menu .ps__rail-y{right:.25rem!important;left:auto!important;background:none!important}[dir=rtl] .menu .ps__rail-y{right:auto!important;left:.25rem!important}.menu .ps__rail-y.ps--clicking,.menu .ps__rail-y.ps--clicking>.ps__thumb-y,.menu .ps__rail-y:focus,.menu .ps__rail-y:focus>.ps__thumb-y,.menu .ps__rail-y:hover,.menu .ps__rail-y:hover>.ps__thumb-y{width:.375rem!important}.menu-inner{display:flex;align-items:center;justify-content:center;margin:0;padding:0;height:100%}.menu-inner-shadow{display:none;position:absolute;top:3.4375rem;height:3rem;width:100%;pointer-events:none;z-index:2}html:not(.layout-menu-fixed) .menu-inner-shadow{display:none!important}.menu-item{align-items:flex-start;justify-content:flex-start}.menu-item.menu-item-animating{transition:height .3s ease-in-out}.menu-block,.menu-divider,.menu-header,.menu-item{flex:0 0 auto;flex-direction:column;margin:0;padding:0;list-style:none}.menu-header{opacity:1;transition:opacity .3s ease-in-out}.menu-icon{flex-grow:0;flex-shrink:0;margin-right:.5rem;font-size:1.375rem}.menu:not(.menu-no-animation) .menu-icon{transition:margin-right .3s ease}[dir=rtl] .menu-icon{margin-right:0;margin-left:.5rem}.menu:not(.menu-no-animation) [dir=rtl] .menu-icon{transition:margin-left .3s ease}.menu-link{position:relative;display:flex;align-items:center;flex:0 1 auto;margin:0}.menu-item.active>.menu-link.menu-toggle{font-weight:500}.menu-item.disabled .menu-link{cursor:not-allowed!important}.menu:not(.menu-no-animation) .menu-link{transition-duration:.3s;transition-property:color,background-color}.menu-link>:not(.menu-icon){flex:0 1 auto;opacity:1}.menu:not(.menu-no-animation) .menu-link>:not(.menu-icon){transition:opacity .3s ease-in-out}.menu-sub{display:none;flex-direction:column;margin:0;padding:0}.menu:not(.menu-no-animation) .menu-sub{transition:background-color .3s}.menu-item.open>.menu-sub{display:flex}.menu-toggle:after{content:"";position:absolute;top:48%;display:block;width:.42em;height:.42em;border:1.5px solid;border-bottom:0;border-left:0;transform:translateY(-50%) rotate(45deg)}[dir=rtl] .menu-toggle:after{border-left:1px solid;border-right:0;transform:translateY(-50%) rotate(-45deg)}.menu-item.open:not(.menu-item-closing)>.menu-toggle:after{transform:translateY(-50%) rotate(135deg)}[dir=rtl] .menu-item.open:not(.menu-item-closing)>.menu-toggle:after{transform:translateY(-50%) rotate(-135deg)}.menu:not(.menu-no-animation) .menu-toggle:after{transition-duration:.3s;transition-property:transform}.menu-divider{width:100%;border:0;border-top:1px solid}.menu-vertical{overflow:hidden;flex-direction:column}.menu-vertical:not(.menu-no-animation){transition:width .3s}.menu-vertical,.menu-vertical .menu-block,.menu-vertical .menu-inner>.menu-header,.menu-vertical .menu-inner>.menu-item{width:16.25rem}.menu-vertical .menu-inner{flex-direction:column;flex:1 1 auto}.menu-vertical .menu-inner>.menu-item{margin:.125rem 0}.menu-vertical .menu-inner>.menu-item .menu-link{margin:0 .875rem;border-radius:.375rem}.menu-vertical .menu-inner .menu-item.active>.menu-link{font-weight:500}.menu-vertical .menu-header{padding:1.25rem 1.75rem .375rem}.menu-vertical .menu-block,.menu-vertical .menu-item .menu-link{padding:.5rem 1rem}.menu-vertical .menu-item .menu-link{font-size:.9375rem}.menu-vertical .menu-item .menu-toggle{padding-right:calc(1rem + 1.26em)}[dir=rtl] .menu-vertical .menu-item .menu-toggle{padding-right:1rem;padding-left:calc(1rem + 1.26em)}.menu-vertical .menu-item .menu-toggle:after{right:1rem}[dir=rtl] .menu-vertical .menu-item .menu-toggle:after{right:auto;left:1rem}.menu-vertical .menu-divider{margin-top:.5rem;margin-bottom:.5rem;padding:0}.menu-vertical .menu-sub{padding:.25rem 0}.menu-vertical .menu-sub .menu-link{padding-top:.5rem;padding-bottom:.5rem}.menu-vertical .menu-sub .menu-item{margin:.125rem 0}.menu-vertical .menu-sub .menu-item:first-child{margin-top:0!important}.menu-vertical .menu-sub .menu-item:last-child{margin-bottom:0!important}.menu-vertical .menu-icon{width:1.375rem}.menu-vertical .menu-sub .menu-icon{margin-right:0}[dir=rtl] .menu-vertical .menu-sub .menu-icon{margin-left:0}.menu-vertical .menu-horizontal-wrapper{flex:none}.menu-vertical .menu-sub .menu-link{padding-left:2.875rem}[dir=rtl] .menu-vertical .menu-sub .menu-link{padding-right:2.875rem;padding-left:1rem}.menu-vertical .menu-sub .menu-sub .menu-link{padding-left:3.375rem}[dir=rtl] .menu-vertical .menu-sub .menu-sub .menu-link{padding-right:3.375rem;padding-left:1rem}.menu-vertical .menu-sub .menu-sub .menu-sub .menu-link{padding-left:3.875rem}[dir=rtl] .menu-vertical .menu-sub .menu-sub .menu-sub .menu-link{padding-right:3.875rem;padding-left:1rem}.menu-vertical .menu-sub .menu-sub .menu-sub .menu-sub .menu-link{padding-left:4.375rem}[dir=rtl] .menu-vertical .menu-sub .menu-sub .menu-sub .menu-sub .menu-link{padding-right:4.375rem;padding-left:1rem}.menu-vertical .menu-sub .menu-sub .menu-sub .menu-sub .menu-sub .menu-link{padding-left:4.875rem}[dir=rtl] .menu-vertical .menu-sub .menu-sub .menu-sub .menu-sub .menu-sub .menu-link{padding-right:4.875rem;padding-left:1rem}.menu-collapsed:not(:hover),.menu-collapsed:not(:hover) .menu-inner>.menu-item{width:5.25rem}.menu-collapsed:not(:hover) .menu-block,.menu-collapsed:not(:hover) .menu-inner>.menu-header{position:relative;margin-left:5.25rem;padding-right:1.5rem;padding-left:.5rem;width:16.25rem}.menu-collapsed:not(:hover) .menu-block .menu-header-text,.menu-collapsed:not(:hover) .menu-inner>.menu-header .menu-header-text{overflow:hidden;opacity:0}.menu-collapsed:not(:hover) .menu-block:before,.menu-collapsed:not(:hover) .menu-inner>.menu-header:before{content:"\ebda";font-family:tabler-icons;position:absolute;left:-3.28125rem;color:#a5a3ae;top:.25rem;font-size:1.375rem}.menu-collapsed:not(:hover) .menu-inner>.menu-item div:not(.menu-block){overflow:hidden;text-overflow:ellipsis;white-space:nowrap;opacity:0}.menu-collapsed:not(:hover) .menu-inner>.menu-item.open>.menu-sub,.menu-collapsed:not(:hover) .menu-inner>.menu-item>.menu-sub,.menu-collapsed:not(:hover) .menu-inner>.menu-item>.menu-toggle:after{display:none}.menu-collapsed:not(:hover) .menu-inner>.menu-item>.menu-link .menu-icon{text-align:center;margin-right:0}[dir=rtl] .menu-collapsed:not(:hover) .menu-block{width:5.25rem!important}[dir=rtl] .menu-collapsed:not(:hover) .menu-inner>.menu-item>.menu-link{padding-left:1rem}[dir=rtl] .menu-collapsed:not(:hover) .menu-block,[dir=rtl] .menu-collapsed:not(:hover) .menu-inner>.menu-header{margin-right:5.25rem;margin-left:0;padding-right:.5rem;padding-left:1.5rem}[dir=rtl] .menu-collapsed:not(:hover) .menu-block:before,[dir=rtl] .menu-collapsed:not(:hover) .menu-inner>.menu-header:before{right:-3.28125rem;left:auto}[dir=rtl] .menu-collapsed:not(:hover) .menu-inner>.menu-item>.menu-link .menu-icon{margin-left:0}.menu-horizontal{flex-direction:row;width:100%}.menu-horizontal .menu-inner{overflow:hidden;flex-direction:row;flex:0 1 100%}.menu-horizontal .menu-inner .menu-item.active>.menu-link:not(.menu-toggle),.menu-horizontal .menu-inner>.menu-item.active>.menu-link.menu-toggle{font-weight:500}.menu-horizontal .menu-item .menu-link{padding:.5rem .875rem}.menu-horizontal .menu-item .menu-toggle{padding-right:calc(.875rem + 1.26em)}[dir=rtl] .menu-horizontal .menu-item .menu-toggle{padding-right:.875rem;padding-left:calc(.875rem + 1.26em)}.menu-horizontal .menu-item .menu-toggle:after{right:.875rem}[dir=rtl] .menu-horizontal .menu-item .menu-toggle:after{right:auto;left:.875rem}.menu-horizontal .menu-inner>.menu-item>.menu-toggle:after{transform:translateY(-50%) rotate(135deg)}[dir=rtl] .menu-horizontal .menu-inner>.menu-item>.menu-toggle:after{transform:translateY(-50%) rotate(-135deg)}.menu-horizontal .menu-inner>.menu-item>.menu-toggle:before{position:absolute;block-size:.625rem;content:"";inline-size:100%;inset-block-start:100%;inset-inline-start:0;z-index:2;pointer-events:auto}.menu-horizontal .menu-inner>.menu-item>.menu-sub{margin-top:.625rem}.menu-horizontal .menu-sub .menu-item.open:not(.menu-item-closing)>.menu-toggle:after{transform:translateY(-50%) rotate(45deg)}[dir=rtl] .menu-horizontal .menu-sub .menu-item.open:not(.menu-item-closing)>.menu-toggle:after{transform:translateY(-50%) rotate(-45deg)}.menu-horizontal .menu-inner>.menu-item:not(.menu-item-closing).open .menu-item.open{position:relative}.menu-horizontal .menu-divider,.menu-horizontal .menu-header{display:none!important}.menu-horizontal .menu-sub{position:absolute;width:15.625rem;padding:.375rem 0;box-shadow:0 .625rem 1.25rem hsla(251,6%,66%,.4)}.menu-horizontal .menu-sub .menu-item{padding:.125rem .5rem}.menu-horizontal .menu-sub .menu-item.open .menu-link>div:after{position:absolute;content:"";z-index:2;pointer-events:auto;width:1.0625rem;height:100%;right:-1.0625rem}.menu-horizontal .menu-sub .menu-sub{position:absolute;left:100%;top:0;width:100%}[dir=rtl] .menu-horizontal .menu-sub .menu-sub{left:-100%}.menu-horizontal .menu-sub .menu-link{padding-top:.5rem;padding-bottom:.5rem;border-radius:.375rem}.menu-horizontal .menu-inner>.menu-item .menu-sub{border-radius:.375rem}.menu-horizontal:not(.menu-no-animation) .menu-inner .menu-item.open .menu-sub{animation:menuDropdownShow .3s ease-in-out}.menu-horizontal .menu-sub .menu-link{padding-left:2.75rem}[dir=rtl] .menu-horizontal .menu-sub .menu-link{padding-right:2.75rem;padding-left:.875rem}@media (max-width:991.98px){.menu-horizontal{display:none}}.menu-horizontal-wrapper{overflow:hidden;flex:0 1 100%;width:0}.menu:not(.menu-no-animation) .menu-horizontal-wrapper .menu-inner{transition:margin .3s}.menu-horizontal-next,.menu-horizontal-prev{position:relative;display:block;flex:0 0 auto;width:2.25rem}.menu-horizontal-next:after,.menu-horizontal-prev:after{content:"";position:absolute;top:50%;left:50%;display:block;width:.5rem;height:.5rem;border:1px solid;border-top:0}.menu-horizontal-next.disabled,.menu-horizontal-prev.disabled{cursor:not-allowed!important}.menu-horizontal-prev:after{border-right:0;transform:translate(-50%,-50%) rotate(45deg)}[dir=rtl] .menu-horizontal-prev:after{transform:translate(-50%,-50%) rotate(-135deg)}.menu-horizontal-next:after{border-left:0;transform:translate(-50%,-50%) rotate(-45deg)}[dir=rtl] .menu-horizontal-next:after{transform:translate(-50%,-50%) rotate(135deg)}@keyframes menuDropdownShow{0%{opacity:0;transform:translateY(-.5rem)}to{opacity:1;transform:translateY(0)}}.menu-light,.menu-light .menu-horizontal-next,.menu-light .menu-horizontal-prev,.menu-light .menu-link{color:rgba(75,70,92,.5)}.menu-light .menu-horizontal-next.active,.menu-light .menu-horizontal-next:focus,.menu-light .menu-horizontal-next:hover,.menu-light .menu-horizontal-prev.active,.menu-light .menu-horizontal-prev:focus,.menu-light .menu-horizontal-prev:hover,.menu-light .menu-link.active,.menu-light .menu-link:focus,.menu-light .menu-link:hover{color:#6f6b7d}.menu-light .menu-item.disabled .menu-link{color:rgba(75,70,92,.3)!important}.menu-light .menu-item.active>.menu-link,.menu-light .menu-item.open:not(.menu-item-closing)>.menu-toggle{color:#6f6b7d}.menu-light .menu-item.active>.menu-link:not(.menu-toggle){background:rgba(0,0,0,.05)}.menu-light .menu-inner>.menu-item.menu-item-closing .menu-item.open .menu-sub,.menu-light .menu-inner>.menu-item.menu-item-closing .menu-item.open .menu-toggle{color:rgba(75,70,92,.5)}.menu-light .menu-text{color:#6f6b7d}.menu-light .menu-header{color:rgba(75,70,92,.5)}.menu-light .menu-divider,.menu-light .menu-inner>.menu-item.open>.menu-sub:before,.menu-light hr{border-color:rgba(0,0,0,.06)!important}.menu-light .menu-block:before,.menu-light .menu-inner>.menu-header:before{background-color:rgba(75,70,92,.3)}.menu-light .menu-inner>.menu-item.open .menu-item.open>.menu-toggle:before{background-color:rgba(0,0,0,.06)}.menu-light .menu-inner>.menu-item.open .menu-item.active>.menu-link:before{background-color:#6f6b7d}.menu-light .ps__thumb-y{background:rgba(75,70,92,.5)!important}.menu-dark,.menu-dark .menu-horizontal-next,.menu-dark .menu-horizontal-prev,.menu-dark .menu-link{color:hsla(0,0%,100%,.8)}.menu-dark .menu-horizontal-next.active,.menu-dark .menu-horizontal-next:focus,.menu-dark .menu-horizontal-next:hover,.menu-dark .menu-horizontal-prev.active,.menu-dark .menu-horizontal-prev:focus,.menu-dark .menu-horizontal-prev:hover,.menu-dark .menu-link.active,.menu-dark .menu-link:focus,.menu-dark .menu-link:hover{color:#fff}.menu-dark .menu-item.disabled .menu-link{color:hsla(0,0%,100%,.4)!important}.menu-dark .menu-item.active>.menu-link,.menu-dark .menu-item.open:not(.menu-item-closing)>.menu-toggle{color:#fff}.menu-dark .menu-item.active>.menu-link:not(.menu-toggle){background:rgba(0,0,0,.06)}.menu-dark .menu-inner>.menu-item.menu-item-closing .menu-item.open .menu-sub,.menu-dark .menu-inner>.menu-item.menu-item-closing .menu-item.open .menu-toggle{color:hsla(0,0%,100%,.8)}.menu-dark .menu-text{color:#fff}.menu-dark .menu-header{color:hsla(0,0%,100%,.8)}.menu-dark .menu-divider,.menu-dark .menu-inner>.menu-item.open>.menu-sub:before,.menu-dark hr{border-color:hsla(0,0%,100%,.2)!important}.menu-dark .menu-block:before,.menu-dark .menu-inner>.menu-header:before{background-color:hsla(0,0%,100%,.4)}.menu-dark .menu-inner>.menu-item.open .menu-item.open>.menu-toggle:before{background-color:hsla(0,0%,100%,.2)}.menu-dark .menu-inner>.menu-item.open .menu-item.active>.menu-link:before{background-color:#fff}.menu-dark .ps__thumb-y{background:hsla(0,0%,100%,.8)!important}.layout-container{min-height:100vh}.layout-container,.layout-wrapper{width:100%;display:flex;flex:1 1 auto;align-items:stretch}.layout-menu-fixed-offcanvas .layout-wrapper,.layout-menu-offcanvas .layout-wrapper{overflow:hidden}.layout-menu-fixed-offcanvas .layout-navbar .layout-menu-toggle,.layout-menu-offcanvas .layout-navbar .layout-menu-toggle{display:block!important}@media (min-width:1200px){.layout-menu-fixed-offcanvas .layout-menu .layout-menu-toggle,.layout-menu-offcanvas .layout-menu .layout-menu-toggle{display:none}}.content-wrapper,.content-wrapper>*,.layout-menu,.layout-page{min-height:1px}.content-footer,.layout-navbar{flex:0 0 auto}.layout-page{display:flex;flex:1 1 auto;align-items:stretch;padding:0}.layout-without-menu .layout-page{padding-right:0!important;padding-left:0!important}.content-wrapper{display:flex;align-items:stretch;flex:1 1 auto;flex-direction:column;justify-content:space-between}.content-backdrop{position:fixed;top:0;left:0;z-index:1;width:100vw;height:100vh;background-color:#4b465c}.content-backdrop.fade{opacity:0}.content-backdrop.show{opacity:.5}.layout-menu-fixed .content-backdrop{z-index:10}.layout-horizontal .content-backdrop:not(.fade){z-index:9;top:3.875rem!important}.content-backdrop.fade{z-index:-1}.layout-navbar{position:relative;padding-top:.25rem;padding-bottom:.2rem;height:3.875rem;flex-wrap:nowrap;color:#6f6b7d;z-index:2}.layout-navbar .navbar{transform:translateZ(0)}.layout-navbar .navbar-nav-right{flex-basis:100%}.layout-navbar.navbar-detached{width:calc(100% - 1.5rem * 2);margin:1rem auto 0;border-radius:.375rem;padding:0 1.5rem}.layout-navbar.navbar-detached.container-xxl{max-width:calc(1440px - 1.5rem * 2)}.layout-navbar-fixed .layout-navbar.navbar-detached{width:calc(100% - 1.5rem * 2 - 16.25rem)}@media (max-width:1199.98px){.layout-navbar-fixed .layout-navbar.navbar-detached{width:calc(100% - 1.5rem * 2)!important}}@media (max-width:991.98px){.layout-navbar-fixed .layout-navbar.navbar-detached{width:calc(100% - 1rem * 2)!important}}.layout-navbar-fixed.layout-menu-collapsed .layout-navbar.navbar-detached{width:calc(100% - 1.5rem * 2 - 5.25rem)}@media (max-width:1199.98px){.layout-navbar.navbar-detached{width:calc(100vw - (100vw - 100%) - 1.5rem * 2)!important}}@media (max-width:991.98px){.layout-navbar.navbar-detached{width:calc(100vw - (100vw - 100%) - 1rem * 2)!important}}.layout-menu-collapsed .layout-navbar.navbar-detached,.layout-without-menu .layout-navbar.navbar-detached{width:calc(100% - 1.5rem * 2)}.layout-navbar .navbar-search-wrapper .input-group-text,.layout-navbar .navbar-search-wrapper .search-input{background-color:transparent}.layout-navbar .navbar-search-wrapper .navbar-search-suggestion{max-height:28rem;border-radius:.5rem}.layout-navbar .navbar-search-wrapper .navbar-search-suggestion .suggestion{color:#6f6b7d}.layout-navbar .navbar-search-wrapper .navbar-search-suggestion .suggestion.active,.layout-navbar .navbar-search-wrapper .navbar-search-suggestion .suggestion:hover{background:#f8f7fa;color:#6f6b7d}.layout-navbar .navbar-search-wrapper .navbar-search-suggestion .suggestions-header{font-weight:500}.layout-navbar .search-input-wrapper .search-toggler{position:absolute;top:1.25rem;right:1rem;z-index:1}[dir=rtl] .layout-navbar .search-input-wrapper .search-toggler{right:inherit;left:1rem}.layout-navbar .search-input-wrapper .twitter-typeahead{position:absolute!important;left:0;top:0;width:100%;height:100%}@media (min-width:1400px){.layout-navbar .search-input-wrapper .twitter-typeahead.container-xxl{left:calc((100% - 1440px) * .5)}[dir=rtl] .layout-navbar .search-input-wrapper .twitter-typeahead.container-xxl{right:calc((100% - 1440px) * .5);left:inherit}.layout-navbar .search-input-wrapper .twitter-typeahead.container-xxl+.search-toggler{right:calc((100% - 1440px + 5rem) * .5)}[dir=rtl] .layout-navbar .search-input-wrapper .twitter-typeahead.container-xxl+.search-toggler{left:calc((100% - 1440px + 5rem) * .5);right:inherit}}.layout-navbar .search-input-wrapper .search-input{height:100%;box-shadow:none}.layout-navbar .search-input-wrapper .navbar-search-suggestion{width:100%}.layout-horizontal .layout-navbar .search-input-wrapper .navbar-search-suggestion{width:96%}.layout-navbar .navbar-dropdown .badge-notifications{top:.5rem;padding:.2rem .4rem}.layout-navbar .navbar-dropdown .dropdown-menu{min-width:22rem;overflow:hidden}.layout-navbar .navbar-dropdown .dropdown-menu .last-login{white-space:normal}.layout-navbar .navbar-dropdown.dropdown-notifications .dropdown-notifications-list{max-height:24.08rem}.layout-navbar .navbar-dropdown.dropdown-notifications .dropdown-notifications-list .dropdown-notifications-item{padding:1rem;cursor:pointer}.layout-navbar .navbar-dropdown.dropdown-notifications .dropdown-notifications-list .dropdown-notifications-item .dropdown-notifications-actions{text-align:center}.layout-navbar .navbar-dropdown.dropdown-notifications .dropdown-notifications-list .dropdown-notifications-item .dropdown-notifications-actions>a{display:block}.layout-navbar .navbar-dropdown.dropdown-notifications .dropdown-notifications-list .dropdown-notifications-item .dropdown-notifications-archive i,.layout-navbar .navbar-dropdown.dropdown-notifications .dropdown-notifications-list .dropdown-notifications-item .dropdown-notifications-archive span{color:#6f6b7d}.layout-navbar .navbar-dropdown.dropdown-notifications .dropdown-notifications-list .dropdown-notifications-item.marked-as-read .dropdown-notifications-archive,.layout-navbar .navbar-dropdown.dropdown-notifications .dropdown-notifications-list .dropdown-notifications-item.marked-as-read .dropdown-notifications-read{visibility:hidden}.layout-navbar .navbar-dropdown.dropdown-notifications .dropdown-notifications-list .dropdown-notifications-item.marked-as-read .dropdown-notifications-read span{background-color:#c6a080}.layout-navbar .navbar-dropdown.dropdown-notifications .dropdown-notifications-list .dropdown-notifications-item:not(.marked-as-read) .dropdown-notifications-archive{visibility:hidden}.layout-navbar .navbar-dropdown.dropdown-notifications .dropdown-notifications-list .dropdown-notifications-item:hover.marked-as-read .dropdown-notifications-archive,.layout-navbar .navbar-dropdown.dropdown-notifications .dropdown-notifications-list .dropdown-notifications-item:hover.marked-as-read .dropdown-notifications-read,.layout-navbar .navbar-dropdown.dropdown-notifications .dropdown-notifications-list .dropdown-notifications-item:hover:not(.marked-as-read) .dropdown-notifications-archive{visibility:visible}.layout-navbar .navbar-dropdown.dropdown-shortcuts .dropdown-shortcuts-list{max-height:24.08rem}.layout-navbar .navbar-dropdown.dropdown-shortcuts .dropdown-shortcuts-item{text-align:center;padding:.875rem}.layout-navbar .navbar-dropdown.dropdown-shortcuts .dropdown-shortcuts-item:hover{background-color:rgba(75,70,92,.04)}.layout-navbar .navbar-dropdown.dropdown-shortcuts .dropdown-shortcuts-item .dropdown-shortcuts-icon{height:3rem;width:3rem;margin-left:auto;margin-right:auto;display:flex;align-items:center;justify-content:center;background-color:rgba(75,70,92,.08)}.layout-navbar .navbar-dropdown.dropdown-shortcuts .dropdown-shortcuts-item a,.layout-navbar .navbar-dropdown.dropdown-shortcuts .dropdown-shortcuts-item a:hover{display:block;margin-bottom:0;color:#6f6b7d!important;font-weight:500}.layout-navbar .navbar-dropdown.dropdown-user .dropdown-menu{min-width:14rem}.layout-navbar[class*=bg-]:not(.bg-navbar-theme) .nav-item .dropdown-toggle,.layout-navbar[class*=bg-]:not(.bg-navbar-theme) .nav-item .input-group-text{color:#fff}@media (max-width:1199.98px){.layout-navbar .navbar-nav .nav-item.dropdown .dropdown-menu{position:absolute}.layout-navbar .navbar-nav .nav-item.dropdown .dropdown-menu .last-login{white-space:nowrap}}@media (max-width:767.98px){.layout-navbar .navbar-nav .nav-item.dropdown{position:static;float:left}.layout-navbar .navbar-nav .nav-item.dropdown .badge-notifications{top:auto}.layout-navbar .navbar-nav .nav-item.dropdown .dropdown-menu{position:absolute;left:.9rem;min-width:auto;width:92%}}html:not([dir=rtl]) .layout-horizontal .layout-navbar .navbar-search-suggestion{left:2%!important}[dir=rtl] .layout-horizontal .layout-navbar .navbar-search-suggestion{right:2%!important}@media (max-width:1199.98px){.layout-navbar{z-index:1080}}.layout-menu{position:relative;flex:1 0 auto}.layout-menu a:focus-visible{outline:none}.layout-menu .menu{transform:translateZ(0)}.layout-menu .menu-vertical{height:100%}.layout-content-navbar .layout-page{flex-basis:100%;flex-direction:column;width:0;min-width:0;max-width:100%}.layout-content-navbar .content-wrapper{width:100%}.layout-navbar-full .layout-container{flex-direction:column}@media (min-width:1200px){.layout-navbar-full:not(.layout-horizontal) .menu-inner{margin-top:.75rem}}.layout-navbar-full .content-wrapper{flex-basis:100%;width:0;min-width:0;max-width:100%}.layout-navbar-full .content-backdrop.show{z-index:9}.layout-menu-fixed .layout-navbar-full .content-backdrop.show,.layout-menu-fixed-offcanvas .layout-navbar-full .content-backdrop.show{z-index:1076}.layout-menu-flipped .layout-content-navbar .layout-container,.layout-menu-flipped .layout-navbar-full .layout-page{flex-direction:row-reverse}.layout-menu-toggle{display:block}.layout-menu-toggle .menu-toggle-icon:before{content:"\efb1"}.layout-menu-collapsed .layout-menu-toggle .menu-toggle-icon:before{content:"\ea6b"}@media (min-width:1200px){.layout-menu-collapsed:not(.layout-menu-hover):not(.layout-menu-offcanvas):not(.layout-menu-fixed-offcanvas) .layout-menu .menu-vertical,.layout-menu-collapsed:not(.layout-menu-hover):not(.layout-menu-offcanvas):not(.layout-menu-fixed-offcanvas) .layout-menu .menu-vertical .menu-inner>.menu-item,.layout-menu-collapsed:not(.layout-menu-hover):not(.layout-menu-offcanvas):not(.layout-menu-fixed-offcanvas) .layout-menu.menu-vertical,.layout-menu-collapsed:not(.layout-menu-hover):not(.layout-menu-offcanvas):not(.layout-menu-fixed-offcanvas) .layout-menu.menu-vertical .menu-inner>.menu-item{width:5.25rem}.layout-menu-collapsed:not(.layout-menu-hover):not(.layout-menu-offcanvas):not(.layout-menu-fixed-offcanvas) .layout-menu .menu-vertical .menu-block,.layout-menu-collapsed:not(.layout-menu-hover):not(.layout-menu-offcanvas):not(.layout-menu-fixed-offcanvas) .layout-menu .menu-vertical .menu-inner>.menu-header,.layout-menu-collapsed:not(.layout-menu-hover):not(.layout-menu-offcanvas):not(.layout-menu-fixed-offcanvas) .layout-menu.menu-vertical .menu-block,.layout-menu-collapsed:not(.layout-menu-hover):not(.layout-menu-offcanvas):not(.layout-menu-fixed-offcanvas) .layout-menu.menu-vertical .menu-inner>.menu-header{position:relative;margin-left:5.25rem;padding-right:1.5rem;padding-left:.5rem;width:16.25rem}.layout-menu-collapsed:not(.layout-menu-hover):not(.layout-menu-offcanvas):not(.layout-menu-fixed-offcanvas) .layout-menu .menu-vertical .menu-block .menu-header-text,.layout-menu-collapsed:not(.layout-menu-hover):not(.layout-menu-offcanvas):not(.layout-menu-fixed-offcanvas) .layout-menu .menu-vertical .menu-inner>.menu-header .menu-header-text,.layout-menu-collapsed:not(.layout-menu-hover):not(.layout-menu-offcanvas):not(.layout-menu-fixed-offcanvas) .layout-menu.menu-vertical .menu-block .menu-header-text,.layout-menu-collapsed:not(.layout-menu-hover):not(.layout-menu-offcanvas):not(.layout-menu-fixed-offcanvas) .layout-menu.menu-vertical .menu-inner>.menu-header .menu-header-text{overflow:hidden;opacity:0}.layout-menu-collapsed:not(.layout-menu-hover):not(.layout-menu-offcanvas):not(.layout-menu-fixed-offcanvas) .layout-menu .menu-vertical .menu-block:before,.layout-menu-collapsed:not(.layout-menu-hover):not(.layout-menu-offcanvas):not(.layout-menu-fixed-offcanvas) .layout-menu .menu-vertical .menu-inner>.menu-header:before,.layout-menu-collapsed:not(.layout-menu-hover):not(.layout-menu-offcanvas):not(.layout-menu-fixed-offcanvas) .layout-menu.menu-vertical .menu-block:before,.layout-menu-collapsed:not(.layout-menu-hover):not(.layout-menu-offcanvas):not(.layout-menu-fixed-offcanvas) .layout-menu.menu-vertical .menu-inner>.menu-header:before{content:"\ebda";font-family:tabler-icons;position:absolute;left:-3.28125rem;color:#a5a3ae;top:.25rem;font-size:1.375rem}.layout-menu-collapsed:not(.layout-menu-hover):not(.layout-menu-offcanvas):not(.layout-menu-fixed-offcanvas) .layout-menu .menu-vertical .menu-inner>.menu-item div:not(.menu-block),.layout-menu-collapsed:not(.layout-menu-hover):not(.layout-menu-offcanvas):not(.layout-menu-fixed-offcanvas) .layout-menu.menu-vertical .menu-inner>.menu-item div:not(.menu-block){overflow:hidden;text-overflow:ellipsis;white-space:nowrap;opacity:0}.layout-menu-collapsed:not(.layout-menu-hover):not(.layout-menu-offcanvas):not(.layout-menu-fixed-offcanvas) .layout-menu .menu-vertical .menu-inner>.menu-item.open>.menu-sub,.layout-menu-collapsed:not(.layout-menu-hover):not(.layout-menu-offcanvas):not(.layout-menu-fixed-offcanvas) .layout-menu .menu-vertical .menu-inner>.menu-item>.menu-sub,.layout-menu-collapsed:not(.layout-menu-hover):not(.layout-menu-offcanvas):not(.layout-menu-fixed-offcanvas) .layout-menu .menu-vertical .menu-inner>.menu-item>.menu-toggle:after,.layout-menu-collapsed:not(.layout-menu-hover):not(.layout-menu-offcanvas):not(.layout-menu-fixed-offcanvas) .layout-menu.menu-vertical .menu-inner>.menu-item.open>.menu-sub,.layout-menu-collapsed:not(.layout-menu-hover):not(.layout-menu-offcanvas):not(.layout-menu-fixed-offcanvas) .layout-menu.menu-vertical .menu-inner>.menu-item>.menu-sub,.layout-menu-collapsed:not(.layout-menu-hover):not(.layout-menu-offcanvas):not(.layout-menu-fixed-offcanvas) .layout-menu.menu-vertical .menu-inner>.menu-item>.menu-toggle:after{display:none}.layout-menu-collapsed:not(.layout-menu-hover):not(.layout-menu-offcanvas):not(.layout-menu-fixed-offcanvas) .layout-menu .menu-vertical .menu-inner>.menu-item>.menu-link .menu-icon,.layout-menu-collapsed:not(.layout-menu-hover):not(.layout-menu-offcanvas):not(.layout-menu-fixed-offcanvas) .layout-menu.menu-vertical .menu-inner>.menu-item>.menu-link .menu-icon{text-align:center;margin-right:0}[dir=rtl].layout-menu-collapsed:not(.layout-menu-hover):not(.layout-menu-offcanvas):not(.layout-menu-fixed-offcanvas) .layout-menu .menu-vertical .menu-block,[dir=rtl].layout-menu-collapsed:not(.layout-menu-hover):not(.layout-menu-offcanvas):not(.layout-menu-fixed-offcanvas) .layout-menu.menu-vertical .menu-block{width:5.25rem!important}[dir=rtl].layout-menu-collapsed:not(.layout-menu-hover):not(.layout-menu-offcanvas):not(.layout-menu-fixed-offcanvas) .layout-menu .menu-vertical .menu-inner>.menu-item>.menu-link,[dir=rtl].layout-menu-collapsed:not(.layout-menu-hover):not(.layout-menu-offcanvas):not(.layout-menu-fixed-offcanvas) .layout-menu.menu-vertical .menu-inner>.menu-item>.menu-link{padding-left:1rem}[dir=rtl].layout-menu-collapsed:not(.layout-menu-hover):not(.layout-menu-offcanvas):not(.layout-menu-fixed-offcanvas) .layout-menu .menu-vertical .menu-block,[dir=rtl].layout-menu-collapsed:not(.layout-menu-hover):not(.layout-menu-offcanvas):not(.layout-menu-fixed-offcanvas) .layout-menu .menu-vertical .menu-inner>.menu-header,[dir=rtl].layout-menu-collapsed:not(.layout-menu-hover):not(.layout-menu-offcanvas):not(.layout-menu-fixed-offcanvas) .layout-menu.menu-vertical .menu-block,[dir=rtl].layout-menu-collapsed:not(.layout-menu-hover):not(.layout-menu-offcanvas):not(.layout-menu-fixed-offcanvas) .layout-menu.menu-vertical .menu-inner>.menu-header{margin-right:5.25rem;margin-left:0;padding-right:.5rem;padding-left:1.5rem}[dir=rtl].layout-menu-collapsed:not(.layout-menu-hover):not(.layout-menu-offcanvas):not(.layout-menu-fixed-offcanvas) .layout-menu .menu-vertical .menu-block:before,[dir=rtl].layout-menu-collapsed:not(.layout-menu-hover):not(.layout-menu-offcanvas):not(.layout-menu-fixed-offcanvas) .layout-menu .menu-vertical .menu-inner>.menu-header:before,[dir=rtl].layout-menu-collapsed:not(.layout-menu-hover):not(.layout-menu-offcanvas):not(.layout-menu-fixed-offcanvas) .layout-menu.menu-vertical .menu-block:before,[dir=rtl].layout-menu-collapsed:not(.layout-menu-hover):not(.layout-menu-offcanvas):not(.layout-menu-fixed-offcanvas) .layout-menu.menu-vertical .menu-inner>.menu-header:before{right:-3.28125rem;left:auto}[dir=rtl].layout-menu-collapsed:not(.layout-menu-hover):not(.layout-menu-offcanvas):not(.layout-menu-fixed-offcanvas) .layout-menu .menu-vertical .menu-inner>.menu-item>.menu-link .menu-icon,[dir=rtl].layout-menu-collapsed:not(.layout-menu-hover):not(.layout-menu-offcanvas):not(.layout-menu-fixed-offcanvas) .layout-menu.menu-vertical .menu-inner>.menu-item>.menu-link .menu-icon{margin-left:0}.layout-menu-hover.layout-menu-collapsed .layout-menu{margin-right:-11rem}.layout-menu-hover.layout-menu-collapsed.layout-menu-flipped .layout-menu,[dir=rtl].layout-menu-hover.layout-menu-collapsed .layout-menu{margin-left:-11rem;margin-right:0}[dir=rtl].layout-menu-hover.layout-menu-collapsed.layout-menu-flipped .layout-menu{margin-right:-11rem;margin-left:0}.layout-menu-collapsed.layout-menu-offcanvas .layout-menu{margin-right:-16.25rem;transform:translateX(-100%)}.layout-menu-collapsed.layout-menu-offcanvas.layout-menu-flipped .layout-menu,[dir=rtl].layout-menu-collapsed.layout-menu-offcanvas .layout-menu{margin-right:0;margin-left:-16.25rem;transform:translateX(100%)}[dir=rtl].layout-menu-collapsed.layout-menu-offcanvas.layout-menu-flipped .layout-menu{margin-right:-16.25rem;margin-left:0;transform:translateX(-100%)}.layout-menu-fixed .layout-menu,.layout-menu-fixed-offcanvas .layout-menu{position:fixed;top:0;bottom:0;left:0;margin-right:0!important;margin-left:0!important}.layout-menu-fixed-offcanvas.layout-menu-flipped .layout-menu,.layout-menu-fixed.layout-menu-flipped .layout-menu,[dir=rtl].layout-menu-fixed .layout-menu,[dir=rtl].layout-menu-fixed-offcanvas .layout-menu{right:0;left:auto}[dir=rtl].layout-menu-fixed-offcanvas.layout-menu-flipped .layout-menu,[dir=rtl].layout-menu-fixed.layout-menu-flipped .layout-menu{right:auto;left:0}.layout-menu-fixed-offcanvas.layout-menu-collapsed .layout-menu{transform:translateX(-100%)}.layout-menu-fixed-offcanvas.layout-menu-collapsed.layout-menu-flipped .layout-menu,[dir=rtl].layout-menu-fixed-offcanvas.layout-menu-collapsed .layout-menu{transform:translateX(100%)}[dir=rtl].layout-menu-fixed-offcanvas.layout-menu-collapsed.layout-menu-flipped .layout-menu{transform:translateX(-100%)}.layout-menu-fixed-offcanvas:not(.layout-menu-collapsed) .layout-page,.layout-menu-fixed:not(.layout-menu-collapsed) .layout-page{padding-left:16.25rem}.layout-menu-fixed-offcanvas:not(.layout-menu-collapsed).layout-menu-flipped .layout-page,.layout-menu-fixed:not(.layout-menu-collapsed).layout-menu-flipped .layout-page,[dir=rtl].layout-menu-fixed-offcanvas:not(.layout-menu-collapsed) .layout-page,[dir=rtl].layout-menu-fixed:not(.layout-menu-collapsed) .layout-page{padding-right:16.25rem;padding-left:0}[dir=rtl].layout-menu-fixed-offcanvas:not(.layout-menu-collapsed).layout-menu-flipped .layout-page,[dir=rtl].layout-menu-fixed:not(.layout-menu-collapsed).layout-menu-flipped .layout-page{padding-right:0;padding-left:16.25rem}.layout-menu-fixed.layout-menu-collapsed .layout-page{padding-left:5.25rem}.layout-menu-fixed.layout-menu-collapsed.layout-menu-flipped .layout-page,[dir=rtl].layout-menu-fixed.layout-menu-collapsed .layout-page{padding-right:5.25rem;padding-left:0}[dir=rtl].layout-menu-fixed.layout-menu-collapsed.layout-menu-flipped .layout-page{padding-right:0;padding-left:5.25rem}}html:not(.layout-navbar-fixed) .layout-content-navbar .layout-page,html:not(.layout-navbar-fixed):not(.layout-menu-fixed):not(.layout-menu-fixed-offcanvas) .layout-page{padding-top:0!important}html:not(.layout-footer-fixed) .content-wrapper{padding-bottom:0!important}@media (max-width:1199.98px){.layout-menu-fixed .layout-wrapper.layout-navbar-full .layout-menu,.layout-menu-fixed-offcanvas .layout-wrapper.layout-navbar-full .layout-menu{top:0!important}html:not(.layout-navbar-fixed) .layout-navbar-full .layout-page{padding-top:0!important}}.layout-navbar-hidden .layout-navbar{display:none}.layout-navbar-fixed .layout-navbar{position:fixed;top:0;right:0;left:0}@media (min-width:1200px){.layout-menu-fixed .layout-navbar-full .layout-navbar,.layout-menu-fixed-offcanvas .layout-navbar-full .layout-navbar{position:fixed;top:0;right:0;left:0}.layout-menu-fixed-offcanvas.layout-navbar-fixed:not(.layout-menu-collapsed) .layout-content-navbar:not(.layout-without-menu) .layout-navbar,.layout-menu-fixed.layout-navbar-fixed:not(.layout-menu-collapsed) .layout-content-navbar:not(.layout-without-menu) .layout-navbar,.layout-navbar-fixed:not(.layout-menu-collapsed) .layout-content-navbar:not(.layout-without-menu) .layout-navbar{left:16.25rem}.layout-menu-fixed-offcanvas.layout-navbar-fixed:not(.layout-menu-collapsed).layout-menu-flipped .layout-content-navbar:not(.layout-without-menu) .layout-navbar,.layout-menu-fixed.layout-navbar-fixed:not(.layout-menu-collapsed).layout-menu-flipped .layout-content-navbar:not(.layout-without-menu) .layout-navbar,.layout-navbar-fixed:not(.layout-menu-collapsed).layout-menu-flipped .layout-content-navbar:not(.layout-without-menu) .layout-navbar{right:16.25rem;left:0}.layout-menu-fixed .layout-horizontal .layout-page .menu-horizontal,.layout-menu-fixed-offcanvas .layout-horizontal .layout-page .menu-horizontal{position:fixed;top:3.875rem}.layout-menu-fixed .layout-horizontal .layout-page .menu-horizontal+[class*=container-],.layout-menu-fixed-offcanvas .layout-horizontal .layout-page .menu-horizontal+[class*=container-]{padding-top:5.15rem!important}[dir=rtl].layout-menu-fixed-offcanvas.layout-navbar-fixed:not(.layout-menu-collapsed) .layout-content-navbar:not(.layout-without-menu) .layout-navbar,[dir=rtl].layout-menu-fixed.layout-navbar-fixed:not(.layout-menu-collapsed) .layout-content-navbar:not(.layout-without-menu) .layout-navbar,[dir=rtl].layout-navbar-fixed:not(.layout-menu-collapsed) .layout-content-navbar:not(.layout-without-menu) .layout-navbar{right:16.25rem;left:0}[dir=rtl].layout-menu-fixed-offcanvas.layout-navbar-fixed:not(.layout-menu-collapsed).layout-menu-flipped .layout-content-navbar:not(.layout-without-menu) .layout-navbar,[dir=rtl].layout-menu-fixed.layout-navbar-fixed:not(.layout-menu-collapsed).layout-menu-flipped .layout-content-navbar:not(.layout-without-menu) .layout-navbar,[dir=rtl].layout-navbar-fixed:not(.layout-menu-collapsed).layout-menu-flipped .layout-content-navbar:not(.layout-without-menu) .layout-navbar{right:0;left:16.25rem}.layout-menu-fixed.layout-navbar-fixed.layout-menu-collapsed .layout-content-navbar .layout-navbar,.layout-navbar-fixed.layout-menu-collapsed:not(.layout-menu-offcanvas):not(.layout-menu-fixed-offcanvas) .layout-content-navbar .layout-navbar{left:5.25rem}.layout-menu-fixed.layout-navbar-fixed.layout-menu-collapsed.layout-menu-flipped .layout-content-navbar .layout-navbar,.layout-navbar-fixed.layout-menu-collapsed:not(.layout-menu-offcanvas):not(.layout-menu-fixed-offcanvas).layout-menu-flipped .layout-content-navbar .layout-navbar,[dir=rtl].layout-menu-fixed.layout-navbar-fixed.layout-menu-collapsed .layout-content-navbar .layout-navbar,[dir=rtl].layout-navbar-fixed.layout-menu-collapsed:not(.layout-menu-offcanvas):not(.layout-menu-fixed-offcanvas) .layout-content-navbar .layout-navbar{right:5.25rem;left:0}[dir=rtl].layout-menu-fixed.layout-navbar-fixed.layout-menu-collapsed.layout-menu-flipped .layout-content-navbar .layout-navbar,[dir=rtl].layout-navbar-fixed.layout-menu-collapsed:not(.layout-menu-offcanvas):not(.layout-menu-fixed-offcanvas).layout-menu-flipped .layout-content-navbar .layout-navbar{right:0;left:5.25rem}}.layout-footer-fixed .content-footer{position:fixed;bottom:0;left:0;right:0}@media (min-width:1200px){.layout-footer-fixed:not(.layout-menu-collapsed) .layout-wrapper:not(.layout-without-menu) .content-footer{left:16.25rem}.layout-footer-fixed:not(.layout-menu-collapsed).layout-menu-flipped .layout-wrapper:not(.layout-without-menu) .content-footer{right:16.25rem;left:0}.layout-footer-fixed.layout-menu-collapsed:not(.layout-menu-offcanvas):not(.layout-menu-fixed-offcanvas) .layout-wrapper:not(.layout-without-menu) .content-footer{left:5.25rem}.layout-footer-fixed.layout-menu-collapsed:not(.layout-menu-offcanvas):not(.layout-menu-fixed-offcanvas).layout-menu-flipped .layout-wrapper:not(.layout-without-menu) .content-footer{right:5.25rem;left:0}[dir=rtl].layout-footer-fixed:not(.layout-menu-collapsed) .layout-wrapper:not(.layout-without-menu) .content-footer{left:0;right:16.25rem}[dir=rtl].layout-footer-fixed:not(.layout-menu-collapsed).layout-menu-flipped .layout-wrapper:not(.layout-without-menu) .content-footer{left:16.25rem;right:0}[dir=rtl].layout-footer-fixed.layout-menu-collapsed:not(.layout-menu-offcanvas):not(.layout-menu-fixed-offcanvas) .layout-wrapper:not(.layout-without-menu) .content-footer{left:0;right:5.25rem}[dir=rtl].layout-footer-fixed.layout-menu-collapsed:not(.layout-menu-offcanvas):not(.layout-menu-fixed-offcanvas).layout-menu-flipped .layout-wrapper:not(.layout-without-menu) .content-footer{right:0;left:5.25rem}}@media (max-width:1199.98px){.layout-menu{position:fixed!important;top:0!important;height:100%!important;left:0!important;margin-right:0!important;margin-left:0!important;transform:translate3d(-100%,0,0);will-change:transform,-webkit-transform}.layout-menu-flipped .layout-menu,[dir=rtl] .layout-menu{right:0!important;left:auto!important;transform:translate3d(100%,0,0)}.layout-menu-expanded .layout-menu{transform:translateZ(0)!important}.layout-menu-expanded body{overflow:hidden}[dir=rtl].layout-menu-flipped .layout-menu{right:auto!important;left:0!important;transform:translate3d(-100%,0,0)}.layout-overlay{position:fixed;top:0;right:0;height:100%!important;left:0;display:none;background:#4b465c;opacity:.5;cursor:pointer}.layout-menu-expanded .layout-overlay{display:block}.layout-menu-100vh .layout-menu,.layout-menu-100vh .layout-overlay{height:100vh!important}.drag-target{height:100%;width:40px;position:fixed;top:0;left:0;z-index:1036}}.layout-menu-fixed body:not(.modal-open) .layout-navbar-full .layout-navbar,.layout-menu-fixed-offcanvas body:not(.modal-open) .layout-navbar-full .layout-navbar,.layout-navbar-fixed body:not(.modal-open) .layout-navbar-full .layout-navbar{z-index:1080}.layout-menu-fixed body:not(.modal-open) .layout-content-navbar .layout-navbar,.layout-menu-fixed-offcanvas body:not(.modal-open) .layout-content-navbar .layout-navbar,.layout-navbar-fixed body:not(.modal-open) .layout-content-navbar .layout-navbar{z-index:1075}.layout-footer-fixed .content-footer{z-index:1030}.layout-menu-horizontal{z-index:9}@media (max-width:1199.98px){.layout-menu{z-index:1100}.layout-overlay{z-index:1099}}@media (min-width:1200px){.layout-navbar-full .layout-navbar{z-index:10}.layout-content-navbar .layout-navbar,.layout-navbar-full .layout-menu{z-index:9}.layout-content-navbar .layout-menu{z-index:10}.layout-menu-collapsed:not(.layout-menu-offcanvas):not(.layout-menu-fixed-offcanvas).layout-menu-hover .layout-navbar-full .layout-menu{z-index:1075!important}.layout-menu-collapsed:not(.layout-menu-offcanvas):not(.layout-menu-fixed-offcanvas) .layout-content-navbar .layout-menu{z-index:1085!important}.layout-menu-fixed body:not(.modal-open) .layout-navbar-full .layout-menu,.layout-menu-fixed-offcanvas body:not(.modal-open) .layout-navbar-full .layout-menu{z-index:1075}.layout-menu-fixed body:not(.modal-open) .layout-content-navbar .layout-menu,.layout-menu-fixed-offcanvas body:not(.modal-open) .layout-content-navbar .layout-menu,.layout-navbar-fixed body:not(.modal-open) .layout-content-navbar .layout-menu{z-index:1080}}.layout-menu-link-no-transition .layout-menu .menu-link,.layout-menu-link-no-transition .layout-menu-horizontal .menu-link,.layout-no-transition .layout-menu,.layout-no-transition .layout-menu .menu,.layout-no-transition .layout-menu .menu-item,.layout-no-transition .layout-menu-horizontal,.layout-no-transition .layout-menu-horizontal .menu,.layout-no-transition .layout-menu-horizontal .menu-item{transition:none!important;animation:none!important}@media (max-width:1199.98px){.layout-transitioning .layout-overlay{animation:menuAnimation .3s}.layout-transitioning .layout-menu{transition-duration:.3s;transition-property:transform}}@media (min-width:1200px){.layout-menu-collapsed:not(.layout-transitioning):not(.layout-menu-offcanvas):not(.layout-menu-fixed):not(.layout-menu-fixed-offcanvas) .layout-menu{transition-duration:.3s;transition-property:margin-left,margin-right,width}.layout-transitioning.layout-menu-offcanvas .layout-menu{transition-duration:.3s;transition-property:margin-left,margin-right,transform}.layout-transitioning.layout-menu-fixed .layout-page,.layout-transitioning.layout-menu-fixed-offcanvas .layout-page{transition-duration:.3s;transition-property:padding-left,padding-right}.layout-transitioning.layout-menu-fixed .layout-menu{transition:width .3s}.layout-transitioning.layout-menu-fixed-offcanvas .layout-menu{transition-duration:.3s;transition-property:transform}.layout-transitioning.layout-footer-fixed .content-footer,.layout-transitioning.layout-navbar-fixed .layout-content-navbar .layout-navbar{transition-duration:.3s;transition-property:left,right}.layout-transitioning:not(.layout-menu-offcanvas):not(.layout-menu-fixed):not(.layout-menu-fixed-offcanvas) .layout-menu{transition-duration:.3s;transition-property:margin-left,margin-right,width}}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.content-footer,.layout-menu,.layout-navbar,.layout-page,.menu{transition:none!important;transition-duration:0s!important}.layout-overlay{animation:none!important}}@keyframes menuAnimation{0%{opacity:0}to{opacity:.5}}.app-brand{flex-grow:0;flex-shrink:0;overflow:hidden;line-height:1;min-height:1px}.app-brand,.app-brand-link{display:flex;align-items:center}.app-brand-logo{display:block;flex-grow:0;flex-shrink:0;overflow:hidden;min-height:1px}.app-brand-logo img,.app-brand-logo svg{display:block}.app-brand-text{flex-shrink:0;opacity:1;transition:opacity .3s ease-in-out}html:not([dir=rtl]) .app-brand-text{margin-left:.625rem!important}[dir=rtl] .app-brand-text{margin-right:.625rem!important}.app-brand-img-collapsed{display:none}.app-brand .layout-menu-toggle{display:block}.menu-vertical .app-brand{margin:0 .875rem 0 1rem;padding-right:.5rem;padding-left:.5rem}.menu-horizontal .app-brand,.menu-horizontal .app-brand+.menu-divider{display:none!important}:not(.layout-menu)>.menu-vertical.menu-collapsed:not(.layout-menu):not(:hover) .app-brand{width:5.25rem}:not(.layout-menu)>.menu-vertical.menu-collapsed:not(.layout-menu):not(:hover) .app-brand-link,:not(.layout-menu)>.menu-vertical.menu-collapsed:not(.layout-menu):not(:hover) .app-brand-logo,:not(.layout-menu)>.menu-vertical.menu-collapsed:not(.layout-menu):not(:hover) .app-brand-text{margin-right:auto;margin-left:auto}:not(.layout-menu)>.menu-vertical.menu-collapsed:not(.layout-menu):not(:hover) .app-brand .layout-menu-toggle,:not(.layout-menu)>.menu-vertical.menu-collapsed:not(.layout-menu):not(:hover) .app-brand-logo~.app-brand-text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;opacity:0}:not(.layout-menu)>.menu-vertical.menu-collapsed:not(.layout-menu):not(:hover) .app-brand-img{display:none}:not(.layout-menu)>.menu-vertical.menu-collapsed:not(.layout-menu):not(:hover) .app-brand-img-collapsed{display:block}@media (min-width:1200px){.layout-menu-collapsed:not(.layout-menu-hover):not(.layout-menu-offcanvas):not(.layout-menu-fixed-offcanvas) .layout-menu .app-brand{width:5.25rem}.layout-menu-collapsed:not(.layout-menu-hover):not(.layout-menu-offcanvas):not(.layout-menu-fixed-offcanvas) .layout-menu .app-brand-link,.layout-menu-collapsed:not(.layout-menu-hover):not(.layout-menu-offcanvas):not(.layout-menu-fixed-offcanvas) .layout-menu .app-brand-logo,.layout-menu-collapsed:not(.layout-menu-hover):not(.layout-menu-offcanvas):not(.layout-menu-fixed-offcanvas) .layout-menu .app-brand-text{margin-right:auto;margin-left:auto}.layout-menu-collapsed:not(.layout-menu-hover):not(.layout-menu-offcanvas):not(.layout-menu-fixed-offcanvas) .layout-menu .app-brand .layout-menu-toggle,.layout-menu-collapsed:not(.layout-menu-hover):not(.layout-menu-offcanvas):not(.layout-menu-fixed-offcanvas) .layout-menu .app-brand-logo~.app-brand-text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;opacity:0}.layout-menu-collapsed:not(.layout-menu-hover):not(.layout-menu-offcanvas):not(.layout-menu-fixed-offcanvas) .layout-menu .app-brand-img{display:none}.layout-menu-collapsed:not(.layout-menu-hover):not(.layout-menu-offcanvas):not(.layout-menu-fixed-offcanvas) .layout-menu .app-brand-img-collapsed{display:block}}.custom-option{padding-left:0;border:1px solid #dbdade;border-radius:.375rem}.custom-option:hover{border:1px solid #c9c8ce}.custom-option.custom-option-image{border-width:1px!important}.custom-option.custom-option-image .custom-option-body img{border-radius:.375rem}.custom-option .custom-option-content{cursor:pointer;width:100%}.custom-option-basic .custom-option-content{padding:1.07em 1.07em 1.07em 2.77em}.custom-option-basic .custom-option-header{display:flex;justify-content:space-between;align-items:center;padding-bottom:.25rem}.custom-option-icon.checked i,.custom-option-icon.checked svg{color:#0a283a}.custom-option-icon .custom-option-content{text-align:center;padding:1.07em}.custom-option-icon .custom-option-body{display:block;margin-bottom:.5rem}.custom-option-icon .custom-option-body i{font-size:1.75rem;margin-bottom:.5rem;display:block}.custom-option-icon .custom-option-body svg{height:38px;width:38px;margin-bottom:.25rem}.custom-option-icon .custom-option-body .custom-option-title{display:block;font-size:.9375rem;font-weight:500;color:#5d596c}.custom-option-icon .form-check-input{float:none!important;margin:0!important}.custom-option-image{border-width:1px}.custom-option-image .custom-option-content{padding:0}.custom-option-image .custom-option-body img{height:100%;width:100%}.custom-option-image.custom-option-image-radio .form-check-input{display:none}.custom-option-image.custom-option-image-check{position:relative}.custom-option-image.custom-option-image-check .form-check-input{position:absolute;top:16px;right:16px;margin:0;border:0;opacity:0}.custom-option-image.custom-option-image-check .form-check-input:checked{opacity:1}.custom-option-image.custom-option-image-check:hover .form-check-input{border:inherit;border-width:2px;opacity:1}.custom-option-image.custom-option-image-check:not(.checked):hover .form-check-input{background-color:transparent}[dir=rtl] .custom-option{padding-right:0}[dir=rtl] .custom-option-basic .custom-option-content{padding-right:2.77em;padding-left:1.07em}[dir=rtl] .custom-option-image.custom-option-image-check .form-check-input{right:auto;left:10px}.switch{margin-right:.75rem;position:relative;vertical-align:middle;margin-bottom:0;display:inline-block;border-radius:30rem;cursor:pointer;min-height:1.35rem;font-size:.9375rem;line-height:1.4}.switch .switch-label:first-child{padding-right:.5rem}.switch .switch-input~.switch-label{padding-left:3rem}.switch .switch-toggle-slider{width:2.5rem;height:1.35rem;font-size:.625rem;line-height:1.35rem;border:1px solid transparent;top:0}.switch .switch-toggle-slider i{position:relative;font-size:.9375rem;top:-1.35px}.switch .switch-label{top:.01875rem}.switch .switch-input:checked~.switch-toggle-slider:after{left:1.15rem}.switch .switch-toggle-slider:after{top:-1px;margin:.25rem 0 0 .25rem;width:13px;height:13px}.switch .switch-on{padding-left:.25rem;padding-right:1.1rem}.switch .switch-off{padding-left:1.1rem;padding-right:.25rem}[dir=rtl] .switch .switch-label{padding-right:3rem;padding-left:0}[dir=rtl] .switch .switch-input:checked~.switch-toggle-slider:after{left:auto;right:1.15rem}[dir=rtl] .switch .switch-toggle-slider:after{margin-left:0;margin-right:.25rem}[dir=rtl] .switch .switch-on{padding-left:1.1rem;padding-right:.25rem}[dir=rtl] .switch .switch-off{padding-left:.25rem;padding-right:1.1rem}[dir=rtl] .switch{margin-left:.75rem;margin-right:0}.switch-input{opacity:0;position:absolute;padding:0;margin:0;z-index:-1}.switch-toggle-slider{position:absolute;overflow:hidden;border-radius:30rem;background:transparent;border:1px solid rgba(75,70,92,.2)!important;color:rgba(75,70,92,.4);transition-duration:.2s;transition-property:left,right,background,box-shadow;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.switch-toggle-slider i{top:-2.3px!important}.switch-label{display:inline-block;font-weight:400;color:#6f6b7d;position:relative;cursor:default}.switch-off,.switch-on{height:100%;width:100%;text-align:center;position:absolute;top:0;transition-duration:.2s;transition-property:left,right}.switch-on{left:-100%}[dir=rtl] .switch-on{left:auto;right:-100%}.switch-input:not(:checked)~.switch-toggle-slider .switch-on{color:transparent}.switch-off{left:0}[dir=rtl] .switch-off{right:0;left:auto}.switch-input:checked~.switch-toggle-slider{border-color:#0a283a}.switch-input:checked~.switch-toggle-slider:after{background:#fff}.switch-input:checked~.switch-toggle-slider .switch-on{left:0}[dir=rtl] .switch-input:checked~.switch-toggle-slider .switch-on{right:0;left:auto}.switch-input:checked~.switch-toggle-slider .switch-off{left:100%;color:transparent}[dir=rtl] .switch-input:checked~.switch-toggle-slider .switch-off{right:100%;left:auto}.switch-toggle-slider:after{content:"";position:absolute;left:0;display:block;border-radius:999px;background:rgba(75,70,92,.2);box-shadow:none;transition-duration:.2s;transition-property:left,right,background}[dir=rtl] .switch-toggle-slider:after{right:0;left:auto}.switches-stacked:after{display:block;clear:both;content:""}.switches-stacked .switch{display:block}html:not([dir=rtl]) .switches-stacked .switch{margin-right:0}[dir=rtl] .switches-stacked .switch{margin-left:0}.switches-stacked .switch:not(:last-child){margin-bottom:.75rem}.switch-square,.switch-square .switch-toggle-slider{border-radius:.375rem}.switch-square .switch-toggle-slider:after{border-radius:calc(.375rem - 2px)}.switch.switch-outline .switch-toggle-slider:after{background:rgba(75,70,92,.2)}.switch-input:disabled~.switch-toggle-slider{opacity:.5;background:rgba(75,70,92,.2);border-color:transparent!important}.switch-input:disabled~.switch-toggle-slider:after{box-shadow:none}.switch-input:disabled~.switch-label{color:#a5a3ae}.switch-sm{min-height:1.125rem;font-size:.75rem;line-height:1.48}.switch-sm .switch-label:first-child{padding-right:.5rem}.switch-sm .switch-input~.switch-label{padding-left:2.5rem}.switch-sm .switch-toggle-slider{width:2rem;height:1.125rem;font-size:.625rem;line-height:1.125rem;border:1px solid transparent;top:0}.switch-sm .switch-toggle-slider i{position:relative;font-size:.75rem;top:-2px}.switch-sm .switch-label{top:.0075rem}.switch-sm .switch-input:checked~.switch-toggle-slider:after{left:.875rem}.switch-sm .switch-toggle-slider:after{top:-1px;margin:.25rem 0 0 .25rem;width:10px;height:10px}.switch-sm .switch-on{padding-left:.25rem;padding-right:.875rem}.switch-sm .switch-off{padding-left:.875rem;padding-right:.25rem}[dir=rtl] .switch-sm .switch-label{padding-right:2.5rem;padding-left:0}[dir=rtl] .switch-sm .switch-input:checked~.switch-toggle-slider:after{left:auto;right:.875rem}[dir=rtl] .switch-sm .switch-toggle-slider:after{margin-left:0;margin-right:.25rem}[dir=rtl] .switch-sm .switch-on{padding-left:.875rem;padding-right:.25rem}[dir=rtl] .switch-sm .switch-off{padding-left:.25rem;padding-right:.875rem}.switch-lg{min-height:1.75rem;font-size:1rem;line-height:1.47}.switch-lg .switch-label:first-child{padding-right:.5rem}.switch-lg .switch-input~.switch-label{padding-left:3.75rem}.switch-lg .switch-toggle-slider{width:3.25rem;height:1.75rem;font-size:.625rem;line-height:1.75rem;border:1px solid transparent;top:0}.switch-lg .switch-toggle-slider i{position:relative;font-size:1rem;top:-2px}.switch-lg .switch-label{top:.14rem}.switch-lg .switch-input:checked~.switch-toggle-slider:after{left:1.5rem}.switch-lg .switch-toggle-slider:after{top:-1px;margin:.25rem 0 0 .25rem;width:20px;height:20px}.switch-lg .switch-on{padding-left:.25rem;padding-right:1.5rem}.switch-lg .switch-off{padding-left:1.5rem;padding-right:.25rem}[dir=rtl] .switch-lg .switch-label{padding-right:3.75rem;padding-left:0}[dir=rtl] .switch-lg .switch-input:checked~.switch-toggle-slider:after{left:auto;right:1.5rem}[dir=rtl] .switch-lg .switch-toggle-slider:after{margin-left:0;margin-right:.25rem}[dir=rtl] .switch-lg .switch-on{padding-left:1.5rem;padding-right:.25rem}[dir=rtl] .switch-lg .switch-off{padding-left:.25rem;padding-right:1.5rem}.switch-secondary.switch .switch-input:checked~.switch-toggle-slider{background:#c6a080;border-color:#c6a080!important;color:#fff}.switch-secondary.switch .switch-input:active~.switch-toggle-slider{box-shadow:none}.switch-secondary.switch .switch-input:focus~.switch-toggle-slider{border:1px solid #c6a080;box-shadow:0 0 .25rem .05rem rgba(10,40,58,.1)}.switch-success.switch .switch-input:checked~.switch-toggle-slider{background:#28c76f;border-color:#28c76f!important;color:#fff}.switch-success.switch .switch-input:active~.switch-toggle-slider{box-shadow:none}.switch-success.switch .switch-input:focus~.switch-toggle-slider{border:1px solid #28c76f;box-shadow:0 0 .25rem .05rem rgba(10,40,58,.1)}.switch-info.switch .switch-input:checked~.switch-toggle-slider{background:#00cfe8;border-color:#00cfe8!important;color:#fff}.switch-info.switch .switch-input:active~.switch-toggle-slider{box-shadow:none}.switch-info.switch .switch-input:focus~.switch-toggle-slider{border:1px solid #00cfe8;box-shadow:0 0 .25rem .05rem rgba(10,40,58,.1)}.switch-warning.switch .switch-input:checked~.switch-toggle-slider{background:#ff9f43;border-color:#ff9f43!important;color:#fff}.switch-warning.switch .switch-input:active~.switch-toggle-slider{box-shadow:none}.switch-warning.switch .switch-input:focus~.switch-toggle-slider{border:1px solid #ff9f43;box-shadow:0 0 .25rem .05rem rgba(10,40,58,.1)}.switch-danger.switch .switch-input:checked~.switch-toggle-slider{background:#ea5455;border-color:#ea5455!important;color:#fff}.switch-danger.switch .switch-input:active~.switch-toggle-slider{box-shadow:none}.switch-danger.switch .switch-input:focus~.switch-toggle-slider{border:1px solid #ea5455;box-shadow:0 0 .25rem .05rem rgba(10,40,58,.1)}.switch-dark.switch .switch-input:checked~.switch-toggle-slider{background:#4b4b4b;border-color:#4b4b4b!important;color:#fff}.switch-dark.switch .switch-input:active~.switch-toggle-slider{box-shadow:none}.switch-dark.switch .switch-input:focus~.switch-toggle-slider{border:1px solid #4b4b4b;box-shadow:0 0 .25rem .05rem rgba(10,40,58,.1)}.switch-gray.switch .switch-input:checked~.switch-toggle-slider{background:rgba(75,70,92,.05);border-color:rgba(75,70,92,.05)!important;color:#fff}.switch-gray.switch .switch-input:active~.switch-toggle-slider{box-shadow:none}.switch-gray.switch .switch-input:focus~.switch-toggle-slider{border:1px solid rgba(75,70,92,.05);box-shadow:0 0 .25rem .05rem rgba(10,40,58,.1)}.switch .invalid-feedback,.switch .valid-feedback{padding-left:.5rem}.switch-input.invalid~.switch-label,.switch-input.is-valid~.switch-label,.was-validated .switch-input:valid~.switch-label{color:#28c76f}.switch-input.invalid~.valid-feedback,.switch-input.invalid~.valid-tooltip,.switch-input.is-valid~.valid-feedback,.switch-input.is-valid~.valid-tooltip,.was-validated .switch-input:valid~.valid-feedback,.was-validated .switch-input:valid~.valid-tooltip{display:block}.switch-input.invalid~.switch-toggle-slider,.switch-input.is-valid~.switch-toggle-slider,.was-validated .switch-input:valid~.switch-toggle-slider{border:1px solid #28c76f!important}.switch-input.invalid:checked~.switch-toggle-slider,.switch-input.is-valid:checked~.switch-toggle-slider,.was-validated .switch-input:valid:checked~.switch-toggle-slider{background:#28c76f;border-color:#28c76f!important;color:#fff}.switch-input.invalid:focus~.switch-toggle-slider,.switch-input.is-valid:focus~.switch-toggle-slider,.was-validated .switch-input:valid:focus~.switch-toggle-slider{box-shadow:0 0 .25rem .05rem rgba(40,199,111,.4)}.switch-input.invalid:active~.switch-toggle-slider,.switch-input.is-valid:active~.switch-toggle-slider,.was-validated .switch-input:valid:active~.switch-toggle-slider{box-shadow:none}.switch-input.invalid~.switch-label,.switch-input.is-invalid~.switch-label,.was-validated .switch-input:invalid~.switch-label{color:#ea5455}.switch-input.invalid~.invalid-feedback,.switch-input.invalid~.invalid-tooltip,.switch-input.is-invalid~.invalid-feedback,.switch-input.is-invalid~.invalid-tooltip,.was-validated .switch-input:invalid~.invalid-feedback,.was-validated .switch-input:invalid~.invalid-tooltip{display:block}.switch-input.invalid~.switch-toggle-slider,.switch-input.is-invalid~.switch-toggle-slider,.was-validated .switch-input:invalid~.switch-toggle-slider{border:1px solid #ea5455!important}.switch-input.invalid:checked~.switch-toggle-slider,.switch-input.is-invalid:checked~.switch-toggle-slider,.was-validated .switch-input:invalid:checked~.switch-toggle-slider{background:#ea5455;border-color:#ea5455!important;color:#fff}.switch-input.invalid:focus~.switch-toggle-slider,.switch-input.is-invalid:focus~.switch-toggle-slider,.was-validated .switch-input:invalid:focus~.switch-toggle-slider{box-shadow:0 0 .25rem .05rem rgba(234,84,85,.4)}.switch-input.invalid:active~.switch-toggle-slider,.switch-input.is-invalid:active~.switch-toggle-slider,.was-validated .switch-input:invalid:active~.switch-toggle-slider{box-shadow:none}.avatar{position:relative;width:2.375rem;height:2.375rem;cursor:pointer}.avatar img{width:100%;height:100%}.avatar .avatar-initial{position:absolute;top:0;left:0;right:0;bottom:0;text-transform:uppercase;display:flex;align-items:center;justify-content:center;color:#fff;background-color:#c9c8ce;font-weight:500}.avatar.avatar-away:after,.avatar.avatar-busy:after,.avatar.avatar-offline:after,.avatar.avatar-online:after{content:"";position:absolute;bottom:0;right:3px;width:8px;height:8px;border-radius:100%;box-shadow:0 0 0 2px #fff}.avatar.avatar-online:after{background-color:#28c76f}.avatar.avatar-offline:after{background-color:#c6a080}.avatar.avatar-away:after{background-color:#ff9f43}.avatar.avatar-busy:after{background-color:#ea5455}.pull-up{transition:all .25s ease}.pull-up:hover{transform:translateY(-4px) scale(1.02);box-shadow:0 .25rem 1rem hsla(251,6%,66%,.45);z-index:30;border-radius:50%}.avatar-xs{width:1.625rem;height:1.625rem}.avatar-xs .avatar-initial{font-size:.625rem}.avatar-xs.avatar-away:after,.avatar-xs.avatar-busy:after,.avatar-xs.avatar-offline:after,.avatar-xs.avatar-online:after{width:.325rem;height:.325rem;right:1px}.avatar-sm{width:2rem;height:2rem}.avatar-sm .avatar-initial{font-size:.75rem}.avatar-sm.avatar-away:after,.avatar-sm.avatar-busy:after,.avatar-sm.avatar-offline:after,.avatar-sm.avatar-online:after{width:.4rem;height:.4rem;right:2px}.avatar-md{width:3rem;height:3rem}.avatar-md .avatar-initial{font-size:1.125rem}.avatar-md.avatar-away:after,.avatar-md.avatar-busy:after,.avatar-md.avatar-offline:after,.avatar-md.avatar-online:after{width:.6rem;height:.6rem;right:4px}.avatar-lg{width:4rem;height:4rem}.avatar-lg .avatar-initial{font-size:1.5rem}.avatar-lg.avatar-away:after,.avatar-lg.avatar-busy:after,.avatar-lg.avatar-offline:after,.avatar-lg.avatar-online:after{width:.8rem;height:.8rem;right:5px}.avatar-xl{width:4.5rem;height:4.5rem}.avatar-xl .avatar-initial{font-size:1.875rem}.avatar-xl.avatar-away:after,.avatar-xl.avatar-busy:after,.avatar-xl.avatar-offline:after,.avatar-xl.avatar-online:after{width:.9rem;height:.9rem;right:6px}.avatar-group .avatar{transition:all .25s ease}.avatar-group .avatar .avatar-initial,.avatar-group .avatar img{border:2px solid #fff}.avatar-group .avatar .avatar-initial{color:#6f6b7d;background-color:#f6f6f7}.avatar-group .avatar:hover{z-index:30;transition:all .25s ease}.avatar-group .avatar{margin-left:-.8rem}.avatar-group .avatar:first-child{margin-left:0}.avatar-group .avatar-xs{margin-left:-.65rem}.avatar-group .avatar-sm{margin-left:-.75rem}.avatar-group .avatar-md{margin-left:-.9rem}.avatar-group .avatar-lg{margin-left:-1.5rem}.avatar-group .avatar-xl{margin-left:-1.75rem}[dir=rtl] .avatar-group .avatar{margin-right:-.8rem;margin-left:0}[dir=rtl] .avatar-group .avatar-xs{margin-right:-.65rem}[dir=rtl] .avatar-group .avatar-sm{margin-right:-.75rem}[dir=rtl] .avatar-group .avatar-md{margin-right:-.9rem}[dir=rtl] .avatar-group .avatar-lg{margin-right:-1.5rem}[dir=rtl] .avatar-group .avatar-xl{margin-right:-1.75rem}.timeline{position:relative;height:100%;width:100%;padding:0;list-style:none}.timeline .timeline-header{display:flex;justify-content:space-between;align-items:center;flex-direction:row}.timeline .timeline-header>:first-child{margin-right:.5rem}.timeline .timeline-end-indicator{position:absolute;bottom:-1.35rem;left:-.65rem}.timeline .timeline-end-indicator i{font-size:1.5rem;color:#dbdade}.timeline .timeline-item{position:relative;padding-left:3rem}.timeline .timeline-item .timeline-event{position:relative;width:100%;top:-1rem;min-height:4rem;background-color:#fff;border-radius:.375rem;padding:1.1rem 1.5rem .6rem}.timeline .timeline-item .timeline-event:before{position:absolute;top:.75rem;left:32px;right:100%;width:0;height:0;border-color:transparent #fff;border-style:solid;border-width:1rem 1rem 1rem 0;margin-left:-3rem;content:""}.timeline .timeline-item .timeline-event.timeline-event-shadow{box-shadow:0 .5rem 1rem rgba(75,70,92,.075)!important}.timeline .timeline-item .timeline-event .timeline-event-time{position:absolute;top:1.1rem;font-size:.85rem;color:#a5a3ae}.timeline .timeline-item .timeline-indicator,.timeline .timeline-item .timeline-indicator-advanced{position:absolute;left:-.75rem;top:-.2rem;z-index:2;height:1.5rem;width:1.5rem;display:flex;align-items:center;justify-content:center;text-align:center;border-radius:50%}.timeline .timeline-item .timeline-indicator i,.timeline .timeline-item .timeline-indicator-advanced i{background-color:#f8f7fa}.card .timeline .timeline-item .timeline-indicator i,.card .timeline .timeline-item .timeline-indicator-advanced i{background-color:#fff}.timeline .timeline-item .timeline-indicator i,.timeline .timeline-item .timeline-indicator-advanced i{color:#0a283a}.timeline .timeline-item .timeline-indicator-advanced{background-color:#fff;top:-.1rem}.timeline .timeline-item .timeline-point{position:absolute;left:-.43rem;top:0;z-index:2;display:block;height:.75rem;width:.75rem;border-radius:50%;background-color:#0a283a}.timeline .timeline-item.timeline-item-transparent .timeline-event{top:-1.4rem;background-color:transparent}html:not([dir=rtl]) .timeline .timeline-item.timeline-item-transparent .timeline-event{padding-left:0}.timeline .timeline-item.timeline-item-transparent .timeline-event.timeline-event-shadow{padding-left:2rem}.timeline .timeline-item.timeline-item-transparent .timeline-event:before{display:none}.timeline.timeline-center:before{left:50%;height:97%}.timeline.timeline-center:after{left:50%;margin-left:-.55rem}.timeline.timeline-center .timeline-end-indicator{bottom:-1.4rem;left:50%;margin-left:.55rem}.timeline.timeline-center .timeline-item{width:50%;clear:both}.timeline.timeline-center .timeline-item.timeline-item-left,.timeline.timeline-center .timeline-item:nth-of-type(odd):not(.timeline-item-left):not(.timeline-item-right){float:left;padding-left:0;padding-right:3rem;left:0;padding-bottom:3rem;border-left:0;border-right:1px solid #dbdade}.timeline.timeline-center .timeline-item.timeline-item-left .timeline-event .timeline-event-time,.timeline.timeline-center .timeline-item:nth-of-type(odd):not(.timeline-item-left):not(.timeline-item-right) .timeline-event .timeline-event-time{right:-10.2rem}.timeline.timeline-center .timeline-item.timeline-item-left .timeline-event:before,.timeline.timeline-center .timeline-item:nth-of-type(odd):not(.timeline-item-left):not(.timeline-item-right) .timeline-event:before{right:-15px;left:auto;border-left-width:16px;border-right-width:0}.timeline.timeline-center .timeline-item.timeline-item-left .timeline-point,.timeline.timeline-center .timeline-item:nth-of-type(odd):not(.timeline-item-left):not(.timeline-item-right) .timeline-point{left:100%}.timeline.timeline-center .timeline-item.timeline-item-right,.timeline.timeline-center .timeline-item:nth-of-type(2n):not(.timeline-item-left):not(.timeline-item-right){float:right;right:1px;padding-left:3rem;padding-bottom:3rem;border-left:1px solid #dbdade}.timeline.timeline-center .timeline-item.timeline-item-right .timeline-event .timeline-event-time,.timeline.timeline-center .timeline-item:nth-of-type(2n):not(.timeline-item-left):not(.timeline-item-right) .timeline-event .timeline-event-time{left:-10.2rem}.timeline.timeline-center .timeline-item.timeline-item-right .timeline-event .timeline-point,.timeline.timeline-center .timeline-item:nth-of-type(2n):not(.timeline-item-left):not(.timeline-item-right) .timeline-event .timeline-point{left:0}.timeline.timeline-center .timeline-item .timeline-point{left:50%;margin-left:-.6875rem}.timeline.timeline-center .timeline-item .timeline-point-indicator{left:50%;margin-left:-.3125rem}.timeline.timeline-advance .timeline-item .timeline-event:after,.timeline.timeline-advance .timeline-item .timeline-event:before{border:transparent}html:not([dir=rtl]) .timeline-item{border-left:1px solid #dbdade}[dir=rtl] .timeline:not(.timeline-center):before{right:-1px;left:auto}[dir=rtl] .timeline:not(.timeline-center):after{left:auto;margin-right:-.65rem}[dir=rtl] .timeline:not(.timeline-center) .timeline-end-indicator{left:auto;right:-.75rem}[dir=rtl] .timeline:not(.timeline-center) .timeline-item{padding-left:0;padding-right:3rem;border-right:1px solid #dbdade}[dir=rtl] .timeline:not(.timeline-center) .timeline-item .timeline-event:before{right:-1rem;left:auto;border-left-width:1rem;border-right-width:0}[dir=rtl] .timeline:not(.timeline-center) .timeline-item.timeline-item-transparent .timeline-event{padding-right:0}[dir=rtl] .timeline:not(.timeline-center) .timeline-item .timeline-point{right:-.4rem;left:auto}[dir=rtl] .timeline:not(.timeline-center) .timeline-item .timeline-indicator,[dir=rtl] .timeline:not(.timeline-center) .timeline-item .timeline-indicator-advanced{right:-.78rem;left:auto}@media (min-width:768px){.timeline.timeline-center .timeline-item.timeline-item-left .timeline-indicator,.timeline.timeline-center .timeline-item:nth-of-type(odd):not(.timeline-item-left):not(.timeline-item-right) .timeline-indicator{left:calc(100% - 1.5rem / 2)}.timeline.timeline-center .timeline-item.timeline-item-left .timeline-event:after,.timeline.timeline-center .timeline-item:nth-of-type(odd):not(.timeline-item-left):not(.timeline-item-right) .timeline-event:after{transform:rotate(180deg);right:-16px;left:auto}}@media (max-width:767.98px){.timeline.timeline-center:before{left:1rem}.timeline.timeline-center:after{left:0}.timeline.timeline-center .timeline-end-indicator{left:-2px}.timeline.timeline-center .timeline-item{left:0;float:left!important;width:100%;padding-left:3rem!important;padding-right:0!important;border-right:0!important}.timeline.timeline-center .timeline-item:not(:last-child){border-left:1px solid #dbdade!important}.timeline.timeline-center .timeline-item .timeline-event:before{right:100%!important;border-right-width:1rem!important;border-left-width:0!important}.timeline.timeline-center .timeline-item .timeline-event .timeline-event-time{top:-1.4rem;left:0!important;right:auto!important}.timeline.timeline-center .timeline-item .timeline-point{left:-.7rem!important;margin-left:0!important}.timeline.timeline-center .timeline-item .timeline-point-indicator{left:0!important;margin-left:-.3125rem!important}[dir=rtl] .timeline.timeline-center:before{left:auto;right:1rem}[dir=rtl] .timeline.timeline-center .timeline-item{border-left:0!important;right:1px!important}[dir=rtl] .timeline.timeline-center .timeline-item:not(:last-child){border-right:1px solid #dbdade!important}[dir=rtl] .timeline.timeline-center:after{right:-.55rem;left:auto}[dir=rtl] .timeline.timeline-center .timeline-item{float:right!important;width:100%;padding-right:3.5rem!important;padding-left:1.5rem!important}[dir=rtl] .timeline.timeline-center .timeline-item .timeline-event:before{left:100%!important;right:-1rem!important;border-left-width:1rem!important;border-right-width:0!important}[dir=rtl] .timeline.timeline-center .timeline-item .timeline-event:after{transform:rotate(0deg);right:-16.5px;left:auto}[dir=rtl] .timeline.timeline-center .timeline-item .timeline-event .timeline-event-time{top:-1.2rem;right:0!important;left:auto!important}[dir=rtl] .timeline.timeline-center .timeline-item .timeline-point{right:-.7rem!important;margin-right:0!important}[dir=rtl] .timeline .timeline-item .timeline-indicator,[dir=rtl] .timeline .timeline-item .timeline-indicator-advanced{left:auto;right:-.6875rem}[dir=rtl] .timeline-center .timeline-item{padding-left:0;padding-right:3rem}[dir=rtl] .timeline-center .timeline-item .timeline-event:after{right:-16.5px;left:auto;border-left-width:1rem;border-right-width:0;border-left-color:#dbdade;border-right-color:rgba(75,70,92,.3)}}@media (max-width:575.98px){.timeline .timeline-header{flex-direction:column;align-items:flex-start}}.timeline .timeline-item-secondary .timeline-event{background-color:hsla(27,38%,64%,.1)}.timeline .timeline-item-secondary .timeline-event:before{border-left-color:hsla(27,38%,64%,.1)!important;border-right-color:hsla(27,38%,64%,.1)!important}.timeline .timeline-point-secondary{background-color:#c6a080!important;box-shadow:0 0 0 .1875rem hsla(27,38%,64%,.16)}.timeline .timeline-indicator-secondary i{color:#c6a080!important}.timeline .timeline-item-success .timeline-event{background-color:rgba(40,199,111,.1)}.timeline .timeline-item-success .timeline-event:before{border-left-color:rgba(40,199,111,.1)!important;border-right-color:rgba(40,199,111,.1)!important}.timeline .timeline-point-success{background-color:#28c76f!important;box-shadow:0 0 0 .1875rem rgba(40,199,111,.16)}.timeline .timeline-indicator-success i{color:#28c76f!important}.timeline .timeline-item-info .timeline-event{background-color:rgba(0,207,232,.1)}.timeline .timeline-item-info .timeline-event:before{border-left-color:rgba(0,207,232,.1)!important;border-right-color:rgba(0,207,232,.1)!important}.timeline .timeline-point-info{background-color:#00cfe8!important;box-shadow:0 0 0 .1875rem rgba(0,207,232,.16)}.timeline .timeline-indicator-info i{color:#00cfe8!important}.timeline .timeline-item-warning .timeline-event{background-color:rgba(255,159,67,.1)}.timeline .timeline-item-warning .timeline-event:before{border-left-color:rgba(255,159,67,.1)!important;border-right-color:rgba(255,159,67,.1)!important}.timeline .timeline-point-warning{background-color:#ff9f43!important;box-shadow:0 0 0 .1875rem rgba(255,159,67,.16)}.timeline .timeline-indicator-warning i{color:#ff9f43!important}.timeline .timeline-item-danger .timeline-event{background-color:rgba(234,84,85,.1)}.timeline .timeline-item-danger .timeline-event:before{border-left-color:rgba(234,84,85,.1)!important;border-right-color:rgba(234,84,85,.1)!important}.timeline .timeline-point-danger{background-color:#ea5455!important;box-shadow:0 0 0 .1875rem rgba(234,84,85,.16)}.timeline .timeline-indicator-danger i{color:#ea5455!important}.timeline .timeline-item-dark .timeline-event{background-color:rgba(75,75,75,.1)}.timeline .timeline-item-dark .timeline-event:before{border-left-color:rgba(75,75,75,.1)!important;border-right-color:rgba(75,75,75,.1)!important}.timeline .timeline-point-dark{background-color:#4b4b4b!important;box-shadow:0 0 0 .1875rem rgba(75,75,75,.16)}.timeline .timeline-indicator-dark i{color:#4b4b4b!important}.timeline .timeline-item-gray .timeline-event{background-color:rgba(75,70,92,.1)}.timeline .timeline-item-gray .timeline-event:before{border-left-color:rgba(75,70,92,.1)!important;border-right-color:rgba(75,70,92,.1)!important}.timeline .timeline-point-gray{background-color:rgba(75,70,92,.05)!important;box-shadow:0 0 0 .1875rem rgba(75,70,92,.16)}.timeline .timeline-indicator-gray i{color:rgba(75,70,92,.05)!important}.blockUI.blockMsg,.blockUI.blockOverlay{z-index:1091!important;color:#fff!important}[dir=rtl] #sortable-cards{flex-direction:row-reverse}[dir=rtl] #image-list-1,[dir=rtl] #image-list-2{flex-direction:row-reverse;justify-content:flex-end}.divider{display:block;text-align:center;margin:1rem 0;overflow:hidden;white-space:nowrap}.divider .divider-text{position:relative;display:inline-block;font-size:.8rem;padding:0 1rem}.divider .divider-text i{font-size:1.25rem}.divider .divider-text:after,.divider .divider-text:before{content:"";position:absolute;top:50%;width:100vw;border-top:1px solid rgba(75,70,92,.2)}.divider .divider-text:before{right:100%}.divider .divider-text:after{left:100%}.divider.text-start .divider-text{padding-left:0}.divider.text-end .divider-text{padding-right:0}.divider.text-start-center .divider-text{left:-25%}.divider.text-end-center .divider-text{right:-25%}.divider.divider-dotted .divider-text:after,.divider.divider-dotted .divider-text:before,.divider.divider-dotted:after,.divider.divider-dotted:before{border:1px dotted rgba(75,70,92,.2);border-top:0 dotted rgba(75,70,92,.2)}.divider.divider-dashed .divider-text:after,.divider.divider-dashed .divider-text:before,.divider.divider-dashed:after,.divider.divider-dashed:before{border:1px dashed rgba(75,70,92,.2);border-top:0 dashed rgba(75,70,92,.2)}.divider.divider-vertical{position:relative;display:flex;align-items:center;justify-content:center;height:100%;margin:unset}.divider.divider-vertical:after,.divider.divider-vertical:before{content:"";position:absolute;left:50%;border-left:1px solid rgba(75,70,92,.2)}.divider.divider-vertical:before{bottom:50%;top:0}.divider.divider-vertical:after{top:50%;bottom:0}.divider.divider-vertical.divider-dashed:after,.divider.divider-vertical.divider-dashed:before,.divider.divider-vertical.divider-dotted:after,.divider.divider-vertical.divider-dotted:before{border-width:1px 1px 1px 0}.divider.divider-vertical .divider-text{background-color:#fff;z-index:1;padding:.5rem}.divider.divider-vertical .divider-text:after,.divider.divider-vertical .divider-text:before{content:unset}.divider.divider-vertical .divider-text .badge-divider-bg{padding:.375rem .29rem;border-radius:50%;font-weight:500;font-size:.6875rem}[dir=rtl] .divider.text-start-center .divider-text{right:-25%;left:auto}[dir=rtl] .divider.text-end-center .divider-text{left:-25%;right:auto}[dir=rtl] .divider.text-start .divider-text{padding-right:0;padding-left:1rem}[dir=rtl] .divider.text-end .divider-text{padding-left:0;padding-right:1rem}.divider.divider-secondary .divider-text:after,.divider.divider-secondary .divider-text:before,.divider.divider-secondary.divider-vertical:after,.divider.divider-secondary.divider-vertical:before{border-color:#c6a080}.divider.divider-success .divider-text:after,.divider.divider-success .divider-text:before,.divider.divider-success.divider-vertical:after,.divider.divider-success.divider-vertical:before{border-color:#28c76f}.divider.divider-info .divider-text:after,.divider.divider-info .divider-text:before,.divider.divider-info.divider-vertical:after,.divider.divider-info.divider-vertical:before{border-color:#00cfe8}.divider.divider-warning .divider-text:after,.divider.divider-warning .divider-text:before,.divider.divider-warning.divider-vertical:after,.divider.divider-warning.divider-vertical:before{border-color:#ff9f43}.divider.divider-danger .divider-text:after,.divider.divider-danger .divider-text:before,.divider.divider-danger.divider-vertical:after,.divider.divider-danger.divider-vertical:before{border-color:#ea5455}.divider.divider-dark .divider-text:after,.divider.divider-dark .divider-text:before,.divider.divider-dark.divider-vertical:after,.divider.divider-dark.divider-vertical:before{border-color:#4b4b4b}.divider.divider-gray .divider-text:after,.divider.divider-gray .divider-text:before,.divider.divider-gray.divider-vertical:after,.divider.divider-gray.divider-vertical:before{border-color:rgba(75,70,92,.05)}.footer-link{display:inline-block}.layout-footer-fixed .layout-wrapper:not(.layout-horizontal) .content-footer .footer-container{padding-inline:1.5rem;border-top-left-radius:.375rem;border-top-right-radius:.375rem}.content-footer .footer-container{block-size:56px}.footer-light{color:rgba(75,70,92,.5)}.footer-light .footer-text{color:#6f6b7d}.footer-light .footer-link{color:rgba(75,70,92,.5)}.footer-light .footer-link:focus,.footer-light .footer-link:hover{color:#6f6b7d}.footer-light .footer-link.disabled{color:rgba(75,70,92,.3)!important}.footer-light .active>.footer-link,.footer-light .footer-link.active,.footer-light .footer-link.show,.footer-light .show>.footer-link{color:#6f6b7d}.footer-light hr{border-color:rgba(0,0,0,.06)}.footer-dark{color:hsla(0,0%,100%,.8)}.footer-dark .footer-text{color:#fff}.footer-dark .footer-link{color:hsla(0,0%,100%,.8)}.footer-dark .footer-link:focus,.footer-dark .footer-link:hover{color:#fff}.footer-dark .footer-link.disabled{color:hsla(0,0%,100%,.4)!important}.footer-dark .active>.footer-link,.footer-dark .footer-link.active,.footer-dark .footer-link.show,.footer-dark .show>.footer-link{color:#fff}.footer-dark hr{border-color:hsla(0,0%,100%,.2)}:root{--bs-dtz-primary:#0a283a;--bs-dtz-secondary:#c6a080;--bs-dtz-bg:#faf5f3}.bg-dtz-primary{background-color:#0a283a!important}a.bg-dtz-primary:focus,a.bg-dtz-primary:hover{background-color:#0a2637!important}.dropdown-notifications-item:not(.mark-as-read) .dropdown-notifications-read span{background-color:#0a283a}.bg-label-dtz-primary,.bg-label-hover-dtz-primary{background-color:#dadfe1!important;color:#0a283a!important}.bg-label-hover-dtz-primary:hover{background-color:#0a283a!important;color:#fff!important}.btn-dtz-primary{color:#fff;background-color:#0a283a;border-color:#0a283a}.btn-dtz-primary:hover{color:#fff!important;background-color:#092434!important;border-color:#092434!important}.btn-check:focus+.btn-dtz-primary,.btn-dtz-primary.focus,.btn-dtz-primary:focus{color:#fff;background-color:#092434;border-color:#092434;box-shadow:none}.btn-check:active+.btn-dtz-primary,.btn-check:checked+.btn-dtz-primary,.btn-dtz-primary.active,.btn-dtz-primary.show.dropdown-toggle,.btn-dtz-primary:active,.show>.btn-dtz-primary.dropdown-toggle{color:#fff!important;background-color:#092434!important;border-color:#092434!important}.btn-dtz-primary.disabled,.btn-dtz-primary:disabled{color:#fff!important;background-color:#0a283a!important;border-color:#0a283a!important;box-shadow:none!important}.btn-group .btn-dtz-primary,.input-group .btn-dtz-primary{border-right:var(--bs-border-width) solid #092434;border-left:var(--bs-border-width) solid #092434}.btn-group-vertical .btn-dtz-primary{border-top-color:#092434;border-bottom-color:#092434}.btn-label-dtz-primary{color:#0a283a;border-color:transparent;background:#d8dddf}.btn-label-dtz-primary.waves-effect .waves-ripple{background:radial-gradient(rgba(10,40,58,.2) 0,rgba(10,40,58,.3) 40%,rgba(10,40,58,.4) 50%,rgba(10,40,58,.5) 60%,hsla(0,0%,100%,0) 70%)}.btn-label-dtz-primary:hover{border-color:transparent!important;background:#c4cbd0!important;color:#0a283a!important}.btn-label-dtz-primary.focus,.btn-label-dtz-primary:focus{color:#0a283a;background:#c4cbd0;box-shadow:none!important}.btn-label-dtz-primary.active,.btn-label-dtz-primary.show.dropdown-toggle,.btn-label-dtz-primary:active,.show>.btn-label-dtz-primary.dropdown-toggle{color:#0a283a!important;background-color:#c4cbd0!important;border-color:transparent!important}.btn-label-dtz-primary.active:focus,.btn-label-dtz-primary.show.dropdown-toggle:focus,.btn-label-dtz-primary:active:focus,.show>.btn-label-dtz-primary.dropdown-toggle:focus{box-shadow:none}.btn-label-dtz-primary.disabled,.btn-label-dtz-primary:disabled{color:#0a283a!important;border-color:transparent!important;background:#dadfe1!important;box-shadow:none}.btn-group .btn-label-dtz-primary,.input-group .btn-label-dtz-primary{border-right:var(--bs-border-width) solid #c4cbd0;border-left:var(--bs-border-width) solid #c4cbd0}.btn-group-vertical .btn-label-dtz-primary{border-top-color:#c4cbd0;border-bottom-color:#c4cbd0}.btn-outline-dtz-primary{color:#0a283a;border-color:#0a283a;background:transparent}.btn-outline-dtz-primary.waves-effect .waves-ripple{background:radial-gradient(rgba(10,40,58,.2) 0,rgba(10,40,58,.3) 40%,rgba(10,40,58,.4) 50%,rgba(10,40,58,.5) 60%,hsla(0,0%,100%,0) 70%)}.btn-outline-dtz-primary:hover{color:#0a283a!important;background-color:#ebeeef!important;border-color:#0a283a!important}.btn-check:focus+.btn-outline-dtz-primary,.btn-outline-dtz-primary:focus{color:#0a283a;background-color:#ebeeef;border-color:#0a283a;box-shadow:none}.btn-check:active+.btn-outline-dtz-primary,.btn-check:checked+.btn-outline-dtz-primary,.btn-outline-dtz-primary.active,.btn-outline-dtz-primary.dropdown-toggle.show,.btn-outline-dtz-primary:active{color:#0a283a!important;background-color:#d8dddf!important;border-color:#0a283a!important}.btn-check:active+.btn-outline-dtz-primary:focus,.btn-check:checked+.btn-outline-dtz-primary:focus,.btn-outline-dtz-primary.active:focus,.btn-outline-dtz-primary.dropdown-toggle.show:focus,.btn-outline-dtz-primary:active:focus{box-shadow:none}.btn-outline-dtz-primary.disabled,.btn-outline-dtz-primary:disabled{color:#0a283a!important;background-color:transparent!important}.btn-outline-dtz-primary .badge{color:#fff}.btn-outline-dtz-primary .badge,.btn-outline-dtz-primary.active .badge,.btn-outline-dtz-primary:active .badge,.btn-outline-dtz-primary:focus:hover .badge,.btn-outline-dtz-primary:hover .badge,.show>.btn-outline-dtz-primary.dropdown-toggle .badge{background:#0a283a;border-color:#0a283a}.bg-dtz-secondary{background-color:#c6a080!important}a.bg-dtz-secondary:focus,a.bg-dtz-secondary:hover{background-color:#bc987a!important}.dropdown-notifications-item:not(.mark-as-read) .dropdown-notifications-read span{background-color:#c6a080}.bg-label-dtz-secondary,.bg-label-hover-dtz-secondary{background-color:#f6f1ec!important;color:#c6a080!important}.bg-label-hover-dtz-secondary:hover{background-color:#c6a080!important;color:#fff!important}.btn-dtz-secondary{color:#fff;background-color:#c6a080;border-color:#c6a080}.btn-dtz-secondary:hover{color:#fff!important;background-color:#b29073!important;border-color:#b29073!important}.btn-check:focus+.btn-dtz-secondary,.btn-dtz-secondary.focus,.btn-dtz-secondary:focus{color:#fff;background-color:#b29073;border-color:#b29073;box-shadow:none}.btn-check:active+.btn-dtz-secondary,.btn-check:checked+.btn-dtz-secondary,.btn-dtz-secondary.active,.btn-dtz-secondary.show.dropdown-toggle,.btn-dtz-secondary:active,.show>.btn-dtz-secondary.dropdown-toggle{color:#fff!important;background-color:#b29073!important;border-color:#b29073!important}.btn-dtz-secondary.disabled,.btn-dtz-secondary:disabled{color:#fff!important;background-color:#c6a080!important;border-color:#c6a080!important;box-shadow:none!important}.btn-group .btn-dtz-secondary,.input-group .btn-dtz-secondary{border-right:var(--bs-border-width) solid #b29073;border-left:var(--bs-border-width) solid #b29073}.btn-group-vertical .btn-dtz-secondary{border-top-color:#b29073;border-bottom-color:#b29073}.btn-label-dtz-secondary{color:#c6a080;border-color:transparent;background:#f6f0eb}.btn-label-dtz-secondary.waves-effect .waves-ripple{background:radial-gradient(hsla(27,38%,64%,.2) 0,hsla(27,38%,64%,.3) 40%,hsla(27,38%,64%,.4) 50%,hsla(27,38%,64%,.5) 60%,hsla(0,0%,100%,0) 70%)}.btn-label-dtz-secondary:hover{border-color:transparent!important;background:#f1e8e1!important;color:#c6a080!important}.btn-label-dtz-secondary.focus,.btn-label-dtz-secondary:focus{color:#c6a080;background:#f1e8e1;box-shadow:none!important}.btn-label-dtz-secondary.active,.btn-label-dtz-secondary.show.dropdown-toggle,.btn-label-dtz-secondary:active,.show>.btn-label-dtz-secondary.dropdown-toggle{color:#c6a080!important;background-color:#f1e8e1!important;border-color:transparent!important}.btn-label-dtz-secondary.active:focus,.btn-label-dtz-secondary.show.dropdown-toggle:focus,.btn-label-dtz-secondary:active:focus,.show>.btn-label-dtz-secondary.dropdown-toggle:focus{box-shadow:none}.btn-label-dtz-secondary.disabled,.btn-label-dtz-secondary:disabled{color:#c6a080!important;border-color:transparent!important;background:#f6f1ec!important;box-shadow:none}.btn-group .btn-label-dtz-secondary,.input-group .btn-label-dtz-secondary{border-right:var(--bs-border-width) solid #f1e8e1;border-left:var(--bs-border-width) solid #f1e8e1}.btn-group-vertical .btn-label-dtz-secondary{border-top-color:#f1e8e1;border-bottom-color:#f1e8e1}.btn-outline-dtz-secondary{color:#c6a080;border-color:#c6a080;background:transparent}.btn-outline-dtz-secondary.waves-effect .waves-ripple{background:radial-gradient(hsla(27,38%,64%,.2) 0,hsla(27,38%,64%,.3) 40%,hsla(27,38%,64%,.4) 50%,hsla(27,38%,64%,.5) 60%,hsla(0,0%,100%,0) 70%)}.btn-outline-dtz-secondary:hover{color:#c6a080!important;background-color:#faf7f5!important;border-color:#c6a080!important}.btn-check:focus+.btn-outline-dtz-secondary,.btn-outline-dtz-secondary:focus{color:#c6a080;background-color:#faf7f5;border-color:#c6a080;box-shadow:none}.btn-check:active+.btn-outline-dtz-secondary,.btn-check:checked+.btn-outline-dtz-secondary,.btn-outline-dtz-secondary.active,.btn-outline-dtz-secondary.dropdown-toggle.show,.btn-outline-dtz-secondary:active{color:#c6a080!important;background-color:#f6f0eb!important;border-color:#c6a080!important}.btn-check:active+.btn-outline-dtz-secondary:focus,.btn-check:checked+.btn-outline-dtz-secondary:focus,.btn-outline-dtz-secondary.active:focus,.btn-outline-dtz-secondary.dropdown-toggle.show:focus,.btn-outline-dtz-secondary:active:focus{box-shadow:none}.btn-outline-dtz-secondary.disabled,.btn-outline-dtz-secondary:disabled{color:#c6a080!important;background-color:transparent!important}.btn-outline-dtz-secondary .badge{color:#fff}.btn-outline-dtz-secondary .badge,.btn-outline-dtz-secondary.active .badge,.btn-outline-dtz-secondary:active .badge,.btn-outline-dtz-secondary:focus:hover .badge,.btn-outline-dtz-secondary:hover .badge,.show>.btn-outline-dtz-secondary.dropdown-toggle .badge{background:#c6a080;border-color:#c6a080}.bg-dtz-bg{background-color:#faf5f3!important}a.bg-dtz-bg:focus,a.bg-dtz-bg:hover{background-color:#eee9e7!important}.dropdown-notifications-item:not(.mark-as-read) .dropdown-notifications-read span{background-color:#faf5f3}.bg-label-dtz-bg,.bg-label-hover-dtz-bg{background-color:#fefefd!important;color:#faf5f3!important}.bg-label-hover-dtz-bg:hover{background-color:#faf5f3!important;color:#fff!important}.btn-dtz-bg{color:#4b465c;background-color:#faf5f3;border-color:#faf5f3}.btn-dtz-bg:hover{color:#4b465c!important;background-color:#fbf8f6!important;border-color:#fbf6f4!important}.btn-check:focus+.btn-dtz-bg,.btn-dtz-bg.focus,.btn-dtz-bg:focus{color:#4b465c;background-color:#fbf8f6;border-color:#fbf6f4;box-shadow:none}.btn-check:active+.btn-dtz-bg,.btn-check:checked+.btn-dtz-bg,.btn-dtz-bg.active,.btn-dtz-bg.show.dropdown-toggle,.btn-dtz-bg:active,.show>.btn-dtz-bg.dropdown-toggle{color:#4b465c!important;background-color:#fbf7f5!important;border-color:#fbf6f4!important}.btn-dtz-bg.disabled,.btn-dtz-bg:disabled{color:#4b465c!important;background-color:#faf5f3!important;border-color:#faf5f3!important;box-shadow:none!important}.btn-group .btn-dtz-bg,.input-group .btn-dtz-bg{border-right:var(--bs-border-width) solid #fbf7f5;border-left:var(--bs-border-width) solid #fbf7f5}.btn-group-vertical .btn-dtz-bg{border-top-color:#fbf7f5;border-bottom-color:#fbf7f5}.btn-label-dtz-bg{color:#faf5f3;border-color:transparent;background:#fefefd}.btn-label-dtz-bg.waves-effect .waves-ripple{background:radial-gradient(hsla(17,41%,97%,.2) 0,hsla(17,41%,97%,.3) 40%,hsla(17,41%,97%,.4) 50%,hsla(17,41%,97%,.5) 60%,hsla(0,0%,100%,0) 70%)}.btn-label-dtz-bg:hover{border-color:transparent!important;background:#fefdfc!important;color:#faf5f3!important}.btn-label-dtz-bg.focus,.btn-label-dtz-bg:focus{color:#faf5f3;background:#fefdfc;box-shadow:none!important}.btn-label-dtz-bg.active,.btn-label-dtz-bg.show.dropdown-toggle,.btn-label-dtz-bg:active,.show>.btn-label-dtz-bg.dropdown-toggle{color:#faf5f3!important;background-color:#fefdfc!important;border-color:transparent!important}.btn-label-dtz-bg.active:focus,.btn-label-dtz-bg.show.dropdown-toggle:focus,.btn-label-dtz-bg:active:focus,.show>.btn-label-dtz-bg.dropdown-toggle:focus{box-shadow:none}.btn-label-dtz-bg.disabled,.btn-label-dtz-bg:disabled{color:#faf5f3!important;border-color:transparent!important;background:#fefefd!important;box-shadow:none}.btn-group .btn-label-dtz-bg,.input-group .btn-label-dtz-bg{border-right:var(--bs-border-width) solid #fefdfc;border-left:var(--bs-border-width) solid #fefdfc}.btn-group-vertical .btn-label-dtz-bg{border-top-color:#fefdfc;border-bottom-color:#fefdfc}.btn-outline-dtz-bg{color:#faf5f3;border-color:#faf5f3;background:transparent}.btn-outline-dtz-bg.waves-effect .waves-ripple{background:radial-gradient(hsla(17,41%,97%,.2) 0,hsla(17,41%,97%,.3) 40%,hsla(17,41%,97%,.4) 50%,hsla(17,41%,97%,.5) 60%,hsla(0,0%,100%,0) 70%)}.btn-outline-dtz-bg:hover{color:#faf5f3!important;background-color:#fffefe!important;border-color:#faf5f3!important}.btn-check:focus+.btn-outline-dtz-bg,.btn-outline-dtz-bg:focus{color:#faf5f3;background-color:#fffefe;border-color:#faf5f3;box-shadow:none}.btn-check:active+.btn-outline-dtz-bg,.btn-check:checked+.btn-outline-dtz-bg,.btn-outline-dtz-bg.active,.btn-outline-dtz-bg.dropdown-toggle.show,.btn-outline-dtz-bg:active{color:#faf5f3!important;background-color:#fefdfd!important;border-color:#faf5f3!important}.btn-check:active+.btn-outline-dtz-bg:focus,.btn-check:checked+.btn-outline-dtz-bg:focus,.btn-outline-dtz-bg.active:focus,.btn-outline-dtz-bg.dropdown-toggle.show:focus,.btn-outline-dtz-bg:active:focus{box-shadow:none}.btn-outline-dtz-bg.disabled,.btn-outline-dtz-bg:disabled{color:#faf5f3!important;background-color:transparent!important}.btn-outline-dtz-bg .badge{color:#4b465c}.btn-outline-dtz-bg .badge,.btn-outline-dtz-bg.active .badge,.btn-outline-dtz-bg:active .badge,.btn-outline-dtz-bg:focus:hover .badge,.btn-outline-dtz-bg:hover .badge,.show>.btn-outline-dtz-bg.dropdown-toggle .badge{background:#faf5f3;border-color:#faf5f3}.btn-white{color:#6f6b7d;background-color:#fff;border-color:#fff}.btn-white:hover{color:#4b465c!important;background-color:#fff!important;border-color:#fff!important}.btn-check:focus+.btn-white,.btn-white.focus,.btn-white:focus{color:#4b465c;background-color:#fff;border-color:#fff;box-shadow:none}.btn-check:active+.btn-white,.btn-check:checked+.btn-white,.btn-white.active,.btn-white.disabled,.btn-white.show.dropdown-toggle,.btn-white:active,.btn-white:disabled,.show>.btn-white.dropdown-toggle{color:#4b465c!important;background-color:#fff!important;border-color:#fff!important}.btn-white.disabled,.btn-white:disabled{box-shadow:none!important}.btn-group .btn-white,.input-group .btn-white{border-right:var(--bs-border-width) solid #fff;border-left:var(--bs-border-width) solid #fff}.btn-group-vertical .btn-white{border-top-color:#fff;border-bottom-color:#fff}.btn-label-white{color:#6f6b7d;border-color:transparent;background:#fff}.btn-label-white.waves-effect .waves-ripple{background:radial-gradient(hsla(0,0%,100%,.2) 0,hsla(0,0%,100%,.3) 40%,hsla(0,0%,100%,.4) 50%,hsla(0,0%,100%,.5) 60%,hsla(0,0%,100%,0) 70%)}.btn-label-white:hover{border-color:transparent!important;background:#fff!important;color:#fff!important}.btn-label-white.focus,.btn-label-white:focus{color:#fff;background:#fff;box-shadow:none!important}.btn-label-white.active,.btn-label-white.show.dropdown-toggle,.btn-label-white:active,.show>.btn-label-white.dropdown-toggle{color:#fff!important;background-color:#fff!important;border-color:transparent!important}.btn-label-white.active:focus,.btn-label-white.show.dropdown-toggle:focus,.btn-label-white:active:focus,.show>.btn-label-white.dropdown-toggle:focus{box-shadow:none}.btn-label-white.disabled,.btn-label-white:disabled{color:#6f6b7d!important;border-color:transparent!important;background:#fff!important;box-shadow:none}.btn-group .btn-label-white,.input-group .btn-label-white{border-right:var(--bs-border-width) solid #fff;border-left:var(--bs-border-width) solid #fff}.btn-group-vertical .btn-label-white{border-top-color:#fff;border-bottom-color:#fff}.btn-outline-white{color:#fff;border-color:#fff;background:transparent}.btn-outline-white.waves-effect .waves-ripple{background:radial-gradient(hsla(0,0%,100%,.2) 0,hsla(0,0%,100%,.3) 40%,hsla(0,0%,100%,.4) 50%,hsla(0,0%,100%,.5) 60%,hsla(0,0%,100%,0) 70%)}.btn-outline-white:hover{color:#fff!important;background-color:#fff!important;border-color:#fff!important}.btn-check:focus+.btn-outline-white,.btn-outline-white:focus{color:#fff;background-color:#fff;border-color:#fff;box-shadow:none}.btn-check:active+.btn-outline-white,.btn-check:checked+.btn-outline-white,.btn-outline-white.active,.btn-outline-white.dropdown-toggle.show,.btn-outline-white:active{color:#fff!important;background-color:#fff!important;border-color:#fff!important}.btn-check:active+.btn-outline-white:focus,.btn-check:checked+.btn-outline-white:focus,.btn-outline-white.active:focus,.btn-outline-white.dropdown-toggle.show:focus,.btn-outline-white:active:focus{box-shadow:none}.btn-outline-white.disabled,.btn-outline-white:disabled{color:#fff!important;background-color:transparent!important}.btn-outline-white .badge{color:#4b465c}.btn-outline-white .badge,.btn-outline-white.active .badge,.btn-outline-white:active .badge,.btn-outline-white:focus:hover .badge,.btn-outline-white:hover .badge,.show>.btn-outline-white.dropdown-toggle .badge{background:#fff;border-color:#fff}.form-check-black .form-check-input:focus{border-color:#000}.form-check-black .form-check-input:checked,.form-check-black .form-check-input[type=checkbox]:indeterminate{background-color:#000;border-color:#000}.form-check-black.custom-option.checked{border:1px solid #000}.form-check-white .form-check-input:focus{border-color:#fff}.form-check-white .form-check-input:checked,.form-check-white .form-check-input[type=checkbox]:indeterminate{background-color:#fff;border-color:#fff}.form-check-white.custom-option.checked{border:1px solid #fff}.form-check-silver .form-check-input:focus{border-color:#eee}.form-check-silver .form-check-input:checked,.form-check-silver .form-check-input[type=checkbox]:indeterminate{background-color:#eee;border-color:#eee}.form-check-silver.custom-option.checked{border:1px solid #eee}.form-check-gray .form-check-input:focus{border-color:#777}.form-check-gray .form-check-input:checked,.form-check-gray .form-check-input[type=checkbox]:indeterminate{background-color:#777;border-color:#777}.form-check-gray.custom-option.checked{border:1px solid #777}.form-check-gold .form-check-input:focus{border-color:#ffeb3b}.form-check-gold .form-check-input:checked,.form-check-gold .form-check-input[type=checkbox]:indeterminate{background-color:#ffeb3b;border-color:#ffeb3b}.form-check-gold.custom-option.checked{border:1px solid #ffeb3b}.form-check-pink .form-check-input:focus{border-color:#e91e63}.form-check-pink .form-check-input:checked,.form-check-pink .form-check-input[type=checkbox]:indeterminate{background-color:#e91e63;border-color:#e91e63}.form-check-pink.custom-option.checked{border:1px solid #e91e63}.form-check-red .form-check-input:focus{border-color:#f44336}.form-check-red .form-check-input:checked,.form-check-red .form-check-input[type=checkbox]:indeterminate{background-color:#f44336;border-color:#f44336}.form-check-red.custom-option.checked{border:1px solid #f44336}.navbar.bg-secondary{background-color:hsla(27,38%,64%,.95)!important;color:#f7f2ee}.navbar.bg-secondary .navbar-brand,.navbar.bg-secondary .navbar-brand a,.navbar.bg-secondary .navbar-brand a:focus,.navbar.bg-secondary .navbar-brand a:hover,.navbar.bg-secondary .navbar-brand:focus,.navbar.bg-secondary .navbar-brand:hover{color:#fff}.navbar.bg-secondary .navbar-search-wrapper .navbar-search-icon,.navbar.bg-secondary .navbar-search-wrapper .search-input{color:#f7f2ee}.navbar.bg-secondary .search-input-wrapper .search-input,.navbar.bg-secondary .search-input-wrapper .search-toggler{background-color:#c6a080!important;color:#f7f2ee}.navbar.bg-secondary .navbar-nav>.nav-item>.nav-link,.navbar.bg-secondary .navbar-nav>.nav-link,.navbar.bg-secondary .navbar-nav>.nav>.nav-item>.nav-link{color:#f7f2ee}.navbar.bg-secondary .navbar-nav>.nav-item>.nav-link:focus,.navbar.bg-secondary .navbar-nav>.nav-item>.nav-link:hover,.navbar.bg-secondary .navbar-nav>.nav-link:focus,.navbar.bg-secondary .navbar-nav>.nav-link:hover,.navbar.bg-secondary .navbar-nav>.nav>.nav-item>.nav-link:focus,.navbar.bg-secondary .navbar-nav>.nav>.nav-item>.nav-link:hover{color:#fff}.navbar.bg-secondary .navbar-nav>.nav-item>.nav-link.disabled,.navbar.bg-secondary .navbar-nav>.nav-link.disabled,.navbar.bg-secondary .navbar-nav>.nav>.nav-item>.nav-link.disabled{color:#e3d1c2!important}.navbar.bg-secondary .navbar-nav .active>.nav-link,.navbar.bg-secondary .navbar-nav .nav-link.active,.navbar.bg-secondary .navbar-nav .nav-link.show,.navbar.bg-secondary .navbar-nav .show>.nav-link{color:#fff}.navbar.bg-secondary .navbar-toggler{color:#f7f2ee;border-color:hsla(0,0%,100%,.15)}.navbar.bg-secondary .navbar-toggler-icon{background-image:url("data:image/svg+xml,%3Csvg width='14px' height='11px' viewBox='0 0 14 11' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath d='M0,0 L14,0 L14,1.75 L0,1.75 L0,0 Z M0,4.375 L14,4.375 L14,6.125 L0,6.125 L0,4.375 Z M0,8.75 L14,8.75 L14,10.5 L0,10.5 L0,8.75 Z' id='path-1'%3E%3C/path%3E%3C/defs%3E%3Cg id='💎-UI-Elements' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='12)-Navbar' transform='translate(-1174.000000, -1290.000000)'%3E%3Cg id='Group' transform='translate(1174.000000, 1288.000000)'%3E%3Cg id='Icon-Color' transform='translate(0.000000, 2.000000)'%3E%3Cuse fill='rgba(255, 255, 255, 0.8)' xlink:href='%23path-1'%3E%3C/use%3E%3Cuse fill-opacity='0.1' fill='rgba(255, 255, 255, 0.8)' xlink:href='%23path-1'%3E%3C/use%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.navbar.bg-secondary .navbar-text{color:#f7f2ee}.navbar.bg-secondary .navbar-text a,.navbar.bg-secondary .navbar-text a:focus,.navbar.bg-secondary .navbar-text a:hover{color:#fff}.navbar.bg-secondary hr{border-color:hsla(0,0%,100%,.15)}.navbar.bg-success{background-color:rgba(40,199,111,.95)!important;color:#d9f5e5}.navbar.bg-success .navbar-brand,.navbar.bg-success .navbar-brand a,.navbar.bg-success .navbar-brand a:focus,.navbar.bg-success .navbar-brand a:hover,.navbar.bg-success .navbar-brand:focus,.navbar.bg-success .navbar-brand:hover{color:#fff}.navbar.bg-success .navbar-search-wrapper .navbar-search-icon,.navbar.bg-success .navbar-search-wrapper .search-input{color:#d9f5e5}.navbar.bg-success .search-input-wrapper .search-input,.navbar.bg-success .search-input-wrapper .search-toggler{background-color:#28c76f!important;color:#d9f5e5}.navbar.bg-success .navbar-nav>.nav-item>.nav-link,.navbar.bg-success .navbar-nav>.nav-link,.navbar.bg-success .navbar-nav>.nav>.nav-item>.nav-link{color:#d9f5e5}.navbar.bg-success .navbar-nav>.nav-item>.nav-link:focus,.navbar.bg-success .navbar-nav>.nav-item>.nav-link:hover,.navbar.bg-success .navbar-nav>.nav-link:focus,.navbar.bg-success .navbar-nav>.nav-link:hover,.navbar.bg-success .navbar-nav>.nav>.nav-item>.nav-link:focus,.navbar.bg-success .navbar-nav>.nav>.nav-item>.nav-link:hover{color:#fff}.navbar.bg-success .navbar-nav>.nav-item>.nav-link.disabled,.navbar.bg-success .navbar-nav>.nav-link.disabled,.navbar.bg-success .navbar-nav>.nav>.nav-item>.nav-link.disabled{color:#92e3b6!important}.navbar.bg-success .navbar-nav .active>.nav-link,.navbar.bg-success .navbar-nav .nav-link.active,.navbar.bg-success .navbar-nav .nav-link.show,.navbar.bg-success .navbar-nav .show>.nav-link{color:#fff}.navbar.bg-success .navbar-toggler{color:#d9f5e5;border-color:hsla(0,0%,100%,.15)}.navbar.bg-success .navbar-toggler-icon{background-image:url("data:image/svg+xml,%3Csvg width='14px' height='11px' viewBox='0 0 14 11' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath d='M0,0 L14,0 L14,1.75 L0,1.75 L0,0 Z M0,4.375 L14,4.375 L14,6.125 L0,6.125 L0,4.375 Z M0,8.75 L14,8.75 L14,10.5 L0,10.5 L0,8.75 Z' id='path-1'%3E%3C/path%3E%3C/defs%3E%3Cg id='💎-UI-Elements' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='12)-Navbar' transform='translate(-1174.000000, -1290.000000)'%3E%3Cg id='Group' transform='translate(1174.000000, 1288.000000)'%3E%3Cg id='Icon-Color' transform='translate(0.000000, 2.000000)'%3E%3Cuse fill='rgba(255, 255, 255, 0.8)' xlink:href='%23path-1'%3E%3C/use%3E%3Cuse fill-opacity='0.1' fill='rgba(255, 255, 255, 0.8)' xlink:href='%23path-1'%3E%3C/use%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.navbar.bg-success .navbar-text{color:#d9f5e5}.navbar.bg-success .navbar-text a,.navbar.bg-success .navbar-text a:focus,.navbar.bg-success .navbar-text a:hover{color:#fff}.navbar.bg-success hr{border-color:hsla(0,0%,100%,.15)}.navbar.bg-info{background-color:rgba(0,207,232,.95)!important;color:#d4f7fb}.navbar.bg-info .navbar-brand,.navbar.bg-info .navbar-brand a,.navbar.bg-info .navbar-brand a:focus,.navbar.bg-info .navbar-brand a:hover,.navbar.bg-info .navbar-brand:focus,.navbar.bg-info .navbar-brand:hover{color:#fff}.navbar.bg-info .navbar-search-wrapper .navbar-search-icon,.navbar.bg-info .navbar-search-wrapper .search-input{color:#d4f7fb}.navbar.bg-info .search-input-wrapper .search-input,.navbar.bg-info .search-input-wrapper .search-toggler{background-color:#00cfe8!important;color:#d4f7fb}.navbar.bg-info .navbar-nav>.nav-item>.nav-link,.navbar.bg-info .navbar-nav>.nav-link,.navbar.bg-info .navbar-nav>.nav>.nav-item>.nav-link{color:#d4f7fb}.navbar.bg-info .navbar-nav>.nav-item>.nav-link:focus,.navbar.bg-info .navbar-nav>.nav-item>.nav-link:hover,.navbar.bg-info .navbar-nav>.nav-link:focus,.navbar.bg-info .navbar-nav>.nav-link:hover,.navbar.bg-info .navbar-nav>.nav>.nav-item>.nav-link:focus,.navbar.bg-info .navbar-nav>.nav>.nav-item>.nav-link:hover{color:#fff}.navbar.bg-info .navbar-nav>.nav-item>.nav-link.disabled,.navbar.bg-info .navbar-nav>.nav-link.disabled,.navbar.bg-info .navbar-nav>.nav>.nav-item>.nav-link.disabled{color:#7fe7f3!important}.navbar.bg-info .navbar-nav .active>.nav-link,.navbar.bg-info .navbar-nav .nav-link.active,.navbar.bg-info .navbar-nav .nav-link.show,.navbar.bg-info .navbar-nav .show>.nav-link{color:#fff}.navbar.bg-info .navbar-toggler{color:#d4f7fb;border-color:hsla(0,0%,100%,.15)}.navbar.bg-info .navbar-toggler-icon{background-image:url("data:image/svg+xml,%3Csvg width='14px' height='11px' viewBox='0 0 14 11' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath d='M0,0 L14,0 L14,1.75 L0,1.75 L0,0 Z M0,4.375 L14,4.375 L14,6.125 L0,6.125 L0,4.375 Z M0,8.75 L14,8.75 L14,10.5 L0,10.5 L0,8.75 Z' id='path-1'%3E%3C/path%3E%3C/defs%3E%3Cg id='💎-UI-Elements' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='12)-Navbar' transform='translate(-1174.000000, -1290.000000)'%3E%3Cg id='Group' transform='translate(1174.000000, 1288.000000)'%3E%3Cg id='Icon-Color' transform='translate(0.000000, 2.000000)'%3E%3Cuse fill='rgba(255, 255, 255, 0.8)' xlink:href='%23path-1'%3E%3C/use%3E%3Cuse fill-opacity='0.1' fill='rgba(255, 255, 255, 0.8)' xlink:href='%23path-1'%3E%3C/use%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.navbar.bg-info .navbar-text{color:#d4f7fb}.navbar.bg-info .navbar-text a,.navbar.bg-info .navbar-text a:focus,.navbar.bg-info .navbar-text a:hover{color:#fff}.navbar.bg-info hr{border-color:hsla(0,0%,100%,.15)}.navbar.bg-warning{background-color:rgba(255,159,67,.95)!important;color:#fff3e8}.navbar.bg-warning .navbar-brand,.navbar.bg-warning .navbar-brand a,.navbar.bg-warning .navbar-brand a:focus,.navbar.bg-warning .navbar-brand a:hover,.navbar.bg-warning .navbar-brand:focus,.navbar.bg-warning .navbar-brand:hover{color:#fff}.navbar.bg-warning .navbar-search-wrapper .navbar-search-icon,.navbar.bg-warning .navbar-search-wrapper .search-input{color:#fff3e8}.navbar.bg-warning .search-input-wrapper .search-input,.navbar.bg-warning .search-input-wrapper .search-toggler{background-color:#ff9f43!important;color:#fff3e8}.navbar.bg-warning .navbar-nav>.nav-item>.nav-link,.navbar.bg-warning .navbar-nav>.nav-link,.navbar.bg-warning .navbar-nav>.nav>.nav-item>.nav-link{color:#fff3e8}.navbar.bg-warning .navbar-nav>.nav-item>.nav-link:focus,.navbar.bg-warning .navbar-nav>.nav-item>.nav-link:hover,.navbar.bg-warning .navbar-nav>.nav-link:focus,.navbar.bg-warning .navbar-nav>.nav-link:hover,.navbar.bg-warning .navbar-nav>.nav>.nav-item>.nav-link:focus,.navbar.bg-warning .navbar-nav>.nav>.nav-item>.nav-link:hover{color:#fff}.navbar.bg-warning .navbar-nav>.nav-item>.nav-link.disabled,.navbar.bg-warning .navbar-nav>.nav-link.disabled,.navbar.bg-warning .navbar-nav>.nav>.nav-item>.nav-link.disabled{color:#ffd1a6!important}.navbar.bg-warning .navbar-nav .active>.nav-link,.navbar.bg-warning .navbar-nav .nav-link.active,.navbar.bg-warning .navbar-nav .nav-link.show,.navbar.bg-warning .navbar-nav .show>.nav-link{color:#fff}.navbar.bg-warning .navbar-toggler{color:#fff3e8;border-color:hsla(0,0%,100%,.15)}.navbar.bg-warning .navbar-toggler-icon{background-image:url("data:image/svg+xml,%3Csvg width='14px' height='11px' viewBox='0 0 14 11' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath d='M0,0 L14,0 L14,1.75 L0,1.75 L0,0 Z M0,4.375 L14,4.375 L14,6.125 L0,6.125 L0,4.375 Z M0,8.75 L14,8.75 L14,10.5 L0,10.5 L0,8.75 Z' id='path-1'%3E%3C/path%3E%3C/defs%3E%3Cg id='💎-UI-Elements' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='12)-Navbar' transform='translate(-1174.000000, -1290.000000)'%3E%3Cg id='Group' transform='translate(1174.000000, 1288.000000)'%3E%3Cg id='Icon-Color' transform='translate(0.000000, 2.000000)'%3E%3Cuse fill='rgba(255, 255, 255, 0.8)' xlink:href='%23path-1'%3E%3C/use%3E%3Cuse fill-opacity='0.1' fill='rgba(255, 255, 255, 0.8)' xlink:href='%23path-1'%3E%3C/use%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.navbar.bg-warning .navbar-text{color:#fff3e8}.navbar.bg-warning .navbar-text a,.navbar.bg-warning .navbar-text a:focus,.navbar.bg-warning .navbar-text a:hover{color:#fff}.navbar.bg-warning hr{border-color:hsla(0,0%,100%,.15)}.navbar.bg-danger{background-color:rgba(234,84,85,.95)!important;color:#fbdddd}.navbar.bg-danger .navbar-brand,.navbar.bg-danger .navbar-brand a,.navbar.bg-danger .navbar-brand a:focus,.navbar.bg-danger .navbar-brand a:hover,.navbar.bg-danger .navbar-brand:focus,.navbar.bg-danger .navbar-brand:hover{color:#fff}.navbar.bg-danger .navbar-search-wrapper .navbar-search-icon,.navbar.bg-danger .navbar-search-wrapper .search-input{color:#fbdddd}.navbar.bg-danger .search-input-wrapper .search-input,.navbar.bg-danger .search-input-wrapper .search-toggler{background-color:#ea5455!important;color:#fbdddd}.navbar.bg-danger .navbar-nav>.nav-item>.nav-link,.navbar.bg-danger .navbar-nav>.nav-link,.navbar.bg-danger .navbar-nav>.nav>.nav-item>.nav-link{color:#fbdddd}.navbar.bg-danger .navbar-nav>.nav-item>.nav-link:focus,.navbar.bg-danger .navbar-nav>.nav-item>.nav-link:hover,.navbar.bg-danger .navbar-nav>.nav-link:focus,.navbar.bg-danger .navbar-nav>.nav-link:hover,.navbar.bg-danger .navbar-nav>.nav>.nav-item>.nav-link:focus,.navbar.bg-danger .navbar-nav>.nav>.nav-item>.nav-link:hover{color:#fff}.navbar.bg-danger .navbar-nav>.nav-item>.nav-link.disabled,.navbar.bg-danger .navbar-nav>.nav-link.disabled,.navbar.bg-danger .navbar-nav>.nav>.nav-item>.nav-link.disabled{color:#f4a6a7!important}.navbar.bg-danger .navbar-nav .active>.nav-link,.navbar.bg-danger .navbar-nav .nav-link.active,.navbar.bg-danger .navbar-nav .nav-link.show,.navbar.bg-danger .navbar-nav .show>.nav-link{color:#fff}.navbar.bg-danger .navbar-toggler{color:#fbdddd;border-color:hsla(0,0%,100%,.15)}.navbar.bg-danger .navbar-toggler-icon{background-image:url("data:image/svg+xml,%3Csvg width='14px' height='11px' viewBox='0 0 14 11' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath d='M0,0 L14,0 L14,1.75 L0,1.75 L0,0 Z M0,4.375 L14,4.375 L14,6.125 L0,6.125 L0,4.375 Z M0,8.75 L14,8.75 L14,10.5 L0,10.5 L0,8.75 Z' id='path-1'%3E%3C/path%3E%3C/defs%3E%3Cg id='💎-UI-Elements' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='12)-Navbar' transform='translate(-1174.000000, -1290.000000)'%3E%3Cg id='Group' transform='translate(1174.000000, 1288.000000)'%3E%3Cg id='Icon-Color' transform='translate(0.000000, 2.000000)'%3E%3Cuse fill='rgba(255, 255, 255, 0.8)' xlink:href='%23path-1'%3E%3C/use%3E%3Cuse fill-opacity='0.1' fill='rgba(255, 255, 255, 0.8)' xlink:href='%23path-1'%3E%3C/use%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.navbar.bg-danger .navbar-text{color:#fbdddd}.navbar.bg-danger .navbar-text a,.navbar.bg-danger .navbar-text a:focus,.navbar.bg-danger .navbar-text a:hover{color:#fff}.navbar.bg-danger hr{border-color:hsla(0,0%,100%,.15)}.navbar.bg-dark{background-color:rgba(75,75,75,.95)!important;color:#ccc}.navbar.bg-dark .navbar-brand,.navbar.bg-dark .navbar-brand a,.navbar.bg-dark .navbar-brand a:focus,.navbar.bg-dark .navbar-brand a:hover,.navbar.bg-dark .navbar-brand:focus,.navbar.bg-dark .navbar-brand:hover{color:#fff}.navbar.bg-dark .navbar-search-wrapper .navbar-search-icon,.navbar.bg-dark .navbar-search-wrapper .search-input{color:#ccc}.navbar.bg-dark .search-input-wrapper .search-input,.navbar.bg-dark .search-input-wrapper .search-toggler{background-color:#4b4b4b!important;color:#ccc}.navbar.bg-dark .navbar-nav>.nav-item>.nav-link,.navbar.bg-dark .navbar-nav>.nav-link,.navbar.bg-dark .navbar-nav>.nav>.nav-item>.nav-link{color:#ccc}.navbar.bg-dark .navbar-nav>.nav-item>.nav-link:focus,.navbar.bg-dark .navbar-nav>.nav-item>.nav-link:hover,.navbar.bg-dark .navbar-nav>.nav-link:focus,.navbar.bg-dark .navbar-nav>.nav-link:hover,.navbar.bg-dark .navbar-nav>.nav>.nav-item>.nav-link:focus,.navbar.bg-dark .navbar-nav>.nav>.nav-item>.nav-link:hover{color:#fff}.navbar.bg-dark .navbar-nav>.nav-item>.nav-link.disabled,.navbar.bg-dark .navbar-nav>.nav-link.disabled,.navbar.bg-dark .navbar-nav>.nav>.nav-item>.nav-link.disabled{color:#989898!important}.navbar.bg-dark .navbar-nav .active>.nav-link,.navbar.bg-dark .navbar-nav .nav-link.active,.navbar.bg-dark .navbar-nav .nav-link.show,.navbar.bg-dark .navbar-nav .show>.nav-link{color:#fff}.navbar.bg-dark .navbar-toggler{color:#ccc;border-color:hsla(0,0%,100%,.15)}.navbar.bg-dark .navbar-toggler-icon{background-image:url("data:image/svg+xml,%3Csvg width='14px' height='11px' viewBox='0 0 14 11' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath d='M0,0 L14,0 L14,1.75 L0,1.75 L0,0 Z M0,4.375 L14,4.375 L14,6.125 L0,6.125 L0,4.375 Z M0,8.75 L14,8.75 L14,10.5 L0,10.5 L0,8.75 Z' id='path-1'%3E%3C/path%3E%3C/defs%3E%3Cg id='💎-UI-Elements' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='12)-Navbar' transform='translate(-1174.000000, -1290.000000)'%3E%3Cg id='Group' transform='translate(1174.000000, 1288.000000)'%3E%3Cg id='Icon-Color' transform='translate(0.000000, 2.000000)'%3E%3Cuse fill='rgba(255, 255, 255, 0.8)' xlink:href='%23path-1'%3E%3C/use%3E%3Cuse fill-opacity='0.1' fill='rgba(255, 255, 255, 0.8)' xlink:href='%23path-1'%3E%3C/use%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.navbar.bg-dark .navbar-text{color:#ccc}.navbar.bg-dark .navbar-text a,.navbar.bg-dark .navbar-text a:focus,.navbar.bg-dark .navbar-text a:hover{color:#fff}.navbar.bg-dark hr{border-color:hsla(0,0%,100%,.15)}.navbar.bg-gray{background-color:hsla(240,6%,97%,.95)!important;color:#8d8a98}.navbar.bg-gray .navbar-brand,.navbar.bg-gray .navbar-brand a,.navbar.bg-gray .navbar-brand a:focus,.navbar.bg-gray .navbar-brand a:hover,.navbar.bg-gray .navbar-brand:focus,.navbar.bg-gray .navbar-brand:hover{color:#4b465c}.navbar.bg-gray .navbar-search-wrapper .navbar-search-icon,.navbar.bg-gray .navbar-search-wrapper .search-input{color:#8d8a98}.navbar.bg-gray .search-input-wrapper .search-input,.navbar.bg-gray .search-input-wrapper .search-toggler{background-color:rgba(75,70,92,.05)!important;color:#8d8a98}.navbar.bg-gray .navbar-nav>.nav-item>.nav-link,.navbar.bg-gray .navbar-nav>.nav-link,.navbar.bg-gray .navbar-nav>.nav>.nav-item>.nav-link{color:#8d8a98}.navbar.bg-gray .navbar-nav>.nav-item>.nav-link:focus,.navbar.bg-gray .navbar-nav>.nav-item>.nav-link:hover,.navbar.bg-gray .navbar-nav>.nav-link:focus,.navbar.bg-gray .navbar-nav>.nav-link:hover,.navbar.bg-gray .navbar-nav>.nav>.nav-item>.nav-link:focus,.navbar.bg-gray .navbar-nav>.nav>.nav-item>.nav-link:hover{color:#4b465c}.navbar.bg-gray .navbar-nav>.nav-item>.nav-link.disabled,.navbar.bg-gray .navbar-nav>.nav-link.disabled,.navbar.bg-gray .navbar-nav>.nav>.nav-item>.nav-link.disabled{color:#b7b5be!important}.navbar.bg-gray .navbar-nav .active>.nav-link,.navbar.bg-gray .navbar-nav .nav-link.active,.navbar.bg-gray .navbar-nav .nav-link.show,.navbar.bg-gray .navbar-nav .show>.nav-link{color:#4b465c}.navbar.bg-gray .navbar-toggler{color:#8d8a98;border-color:rgba(75,70,92,.077)}.navbar.bg-gray .navbar-toggler-icon{background-image:url("data:image/svg+xml,%3Csvg width='14px' height='11px' viewBox='0 0 14 11' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath d='M0,0 L14,0 L14,1.75 L0,1.75 L0,0 Z M0,4.375 L14,4.375 L14,6.125 L0,6.125 L0,4.375 Z M0,8.75 L14,8.75 L14,10.5 L0,10.5 L0,8.75 Z' id='path-1'%3E%3C/path%3E%3C/defs%3E%3Cg id='💎-UI-Elements' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='12)-Navbar' transform='translate(-1174.000000, -1290.000000)'%3E%3Cg id='Group' transform='translate(1174.000000, 1288.000000)'%3E%3Cg id='Icon-Color' transform='translate(0.000000, 2.000000)'%3E%3Cuse fill='rgba(75, 70, 92, 0.5)' xlink:href='%23path-1'%3E%3C/use%3E%3Cuse fill-opacity='0.1' fill='rgba(75, 70, 92, 0.5)' xlink:href='%23path-1'%3E%3C/use%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.navbar.bg-gray .navbar-text{color:#8d8a98}.navbar.bg-gray .navbar-text a,.navbar.bg-gray .navbar-text a:focus,.navbar.bg-gray .navbar-text a:hover{color:#4b465c}.navbar.bg-gray hr{border-color:rgba(75,70,92,.077)}.navbar.bg-white{background-color:hsla(0,0%,100%,.95)!important;color:#6f6b7d}.navbar.bg-white .navbar-brand,.navbar.bg-white .navbar-brand a,.navbar.bg-white .navbar-brand a:focus,.navbar.bg-white .navbar-brand a:hover,.navbar.bg-white .navbar-brand:focus,.navbar.bg-white .navbar-brand:hover{color:#5d596c}.navbar.bg-white .navbar-search-wrapper .navbar-search-icon,.navbar.bg-white .navbar-search-wrapper .search-input{color:#6f6b7d}.navbar.bg-white .search-input-wrapper .search-input,.navbar.bg-white .search-input-wrapper .search-toggler{background-color:#fff!important;color:#6f6b7d}.navbar.bg-white .navbar-nav>.nav-item>.nav-link,.navbar.bg-white .navbar-nav>.nav-link,.navbar.bg-white .navbar-nav>.nav>.nav-item>.nav-link{color:#6f6b7d}.navbar.bg-white .navbar-nav>.nav-item>.nav-link:focus,.navbar.bg-white .navbar-nav>.nav-item>.nav-link:hover,.navbar.bg-white .navbar-nav>.nav-link:focus,.navbar.bg-white .navbar-nav>.nav-link:hover,.navbar.bg-white .navbar-nav>.nav>.nav-item>.nav-link:focus,.navbar.bg-white .navbar-nav>.nav>.nav-item>.nav-link:hover{color:#5d596c}.navbar.bg-white .navbar-nav>.nav-item>.nav-link.disabled,.navbar.bg-white .navbar-nav>.nav-link.disabled,.navbar.bg-white .navbar-nav>.nav>.nav-item>.nav-link.disabled{color:#a9a6b1!important}.navbar.bg-white .navbar-nav .active>.nav-link,.navbar.bg-white .navbar-nav .nav-link.active,.navbar.bg-white .navbar-nav .nav-link.show,.navbar.bg-white .navbar-nav .show>.nav-link{color:#5d596c}.navbar.bg-white .navbar-toggler{color:#6f6b7d;border-color:rgba(93,89,108,.075)}.navbar.bg-white .navbar-toggler-icon{background-image:url("data:image/svg+xml,%3Csvg width='14px' height='11px' viewBox='0 0 14 11' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath d='M0,0 L14,0 L14,1.75 L0,1.75 L0,0 Z M0,4.375 L14,4.375 L14,6.125 L0,6.125 L0,4.375 Z M0,8.75 L14,8.75 L14,10.5 L0,10.5 L0,8.75 Z' id='path-1'%3E%3C/path%3E%3C/defs%3E%3Cg id='💎-UI-Elements' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='12)-Navbar' transform='translate(-1174.000000, -1290.000000)'%3E%3Cg id='Group' transform='translate(1174.000000, 1288.000000)'%3E%3Cg id='Icon-Color' transform='translate(0.000000, 2.000000)'%3E%3Cuse fill='rgba(75, 70, 92, 0.5)' xlink:href='%23path-1'%3E%3C/use%3E%3Cuse fill-opacity='0.1' fill='rgba(75, 70, 92, 0.5)' xlink:href='%23path-1'%3E%3C/use%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.navbar.bg-white .navbar-text{color:#6f6b7d}.navbar.bg-white .navbar-text a,.navbar.bg-white .navbar-text a:focus,.navbar.bg-white .navbar-text a:hover{color:#5d596c}.navbar.bg-white hr{border-color:rgba(93,89,108,.075)}.navbar.bg-light{background-color:hsla(240,7%,88%,.95)!important;color:#6f6b7d}.navbar.bg-light .navbar-brand,.navbar.bg-light .navbar-brand a,.navbar.bg-light .navbar-brand a:focus,.navbar.bg-light .navbar-brand a:hover,.navbar.bg-light .navbar-brand:focus,.navbar.bg-light .navbar-brand:hover{color:#5d596c}.navbar.bg-light .navbar-search-wrapper .navbar-search-icon,.navbar.bg-light .navbar-search-wrapper .search-input{color:#6f6b7d}.navbar.bg-light .search-input-wrapper .search-input,.navbar.bg-light .search-input-wrapper .search-toggler{background-color:#dfdfe3!important;color:#6f6b7d}.navbar.bg-light .navbar-nav>.nav-item>.nav-link,.navbar.bg-light .navbar-nav>.nav-link,.navbar.bg-light .navbar-nav>.nav>.nav-item>.nav-link{color:#6f6b7d}.navbar.bg-light .navbar-nav>.nav-item>.nav-link:focus,.navbar.bg-light .navbar-nav>.nav-item>.nav-link:hover,.navbar.bg-light .navbar-nav>.nav-link:focus,.navbar.bg-light .navbar-nav>.nav-link:hover,.navbar.bg-light .navbar-nav>.nav>.nav-item>.nav-link:focus,.navbar.bg-light .navbar-nav>.nav>.nav-item>.nav-link:hover{color:#5d596c}.navbar.bg-light .navbar-nav>.nav-item>.nav-link.disabled,.navbar.bg-light .navbar-nav>.nav-link.disabled,.navbar.bg-light .navbar-nav>.nav>.nav-item>.nav-link.disabled{color:#9c99a6!important}.navbar.bg-light .navbar-nav .active>.nav-link,.navbar.bg-light .navbar-nav .nav-link.active,.navbar.bg-light .navbar-nav .nav-link.show,.navbar.bg-light .navbar-nav .show>.nav-link{color:#5d596c}.navbar.bg-light .navbar-toggler{color:#6f6b7d;border-color:rgba(93,89,108,.081)}.navbar.bg-light .navbar-toggler-icon{background-image:url("data:image/svg+xml,%3Csvg width='14px' height='11px' viewBox='0 0 14 11' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath d='M0,0 L14,0 L14,1.75 L0,1.75 L0,0 Z M0,4.375 L14,4.375 L14,6.125 L0,6.125 L0,4.375 Z M0,8.75 L14,8.75 L14,10.5 L0,10.5 L0,8.75 Z' id='path-1'%3E%3C/path%3E%3C/defs%3E%3Cg id='💎-UI-Elements' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='12)-Navbar' transform='translate(-1174.000000, -1290.000000)'%3E%3Cg id='Group' transform='translate(1174.000000, 1288.000000)'%3E%3Cg id='Icon-Color' transform='translate(0.000000, 2.000000)'%3E%3Cuse fill='rgba(75, 70, 92, 0.5)' xlink:href='%23path-1'%3E%3C/use%3E%3Cuse fill-opacity='0.1' fill='rgba(75, 70, 92, 0.5)' xlink:href='%23path-1'%3E%3C/use%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.navbar.bg-light .navbar-text{color:#6f6b7d}.navbar.bg-light .navbar-text a,.navbar.bg-light .navbar-text a:focus,.navbar.bg-light .navbar-text a:hover{color:#5d596c}.navbar.bg-light hr{border-color:rgba(93,89,108,.081)}.navbar.bg-lighter{background-color:hsla(300,9%,98%,.95)!important;color:#6f6b7d}.navbar.bg-lighter .navbar-brand,.navbar.bg-lighter .navbar-brand a,.navbar.bg-lighter .navbar-brand a:focus,.navbar.bg-lighter .navbar-brand a:hover,.navbar.bg-lighter .navbar-brand:focus,.navbar.bg-lighter .navbar-brand:hover{color:#5d596c}.navbar.bg-lighter .navbar-search-wrapper .navbar-search-icon,.navbar.bg-lighter .navbar-search-wrapper .search-input{color:#6f6b7d}.navbar.bg-lighter .search-input-wrapper .search-input,.navbar.bg-lighter .search-input-wrapper .search-toggler{background-color:rgba(75,70,92,.03)!important;color:#6f6b7d}.navbar.bg-lighter .navbar-nav>.nav-item>.nav-link,.navbar.bg-lighter .navbar-nav>.nav-link,.navbar.bg-lighter .navbar-nav>.nav>.nav-item>.nav-link{color:#6f6b7d}.navbar.bg-lighter .navbar-nav>.nav-item>.nav-link:focus,.navbar.bg-lighter .navbar-nav>.nav-item>.nav-link:hover,.navbar.bg-lighter .navbar-nav>.nav-link:focus,.navbar.bg-lighter .navbar-nav>.nav-link:hover,.navbar.bg-lighter .navbar-nav>.nav>.nav-item>.nav-link:focus,.navbar.bg-lighter .navbar-nav>.nav>.nav-item>.nav-link:hover{color:#5d596c}.navbar.bg-lighter .navbar-nav>.nav-item>.nav-link.disabled,.navbar.bg-lighter .navbar-nav>.nav-link.disabled,.navbar.bg-lighter .navbar-nav>.nav>.nav-item>.nav-link.disabled{color:#a7a4af!important}.navbar.bg-lighter .navbar-nav .active>.nav-link,.navbar.bg-lighter .navbar-nav .nav-link.active,.navbar.bg-lighter .navbar-nav .nav-link.show,.navbar.bg-lighter .navbar-nav .show>.nav-link{color:#5d596c}.navbar.bg-lighter .navbar-toggler{color:#6f6b7d;border-color:rgba(93,89,108,.076)}.navbar.bg-lighter .navbar-toggler-icon{background-image:url("data:image/svg+xml,%3Csvg width='14px' height='11px' viewBox='0 0 14 11' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath d='M0,0 L14,0 L14,1.75 L0,1.75 L0,0 Z M0,4.375 L14,4.375 L14,6.125 L0,6.125 L0,4.375 Z M0,8.75 L14,8.75 L14,10.5 L0,10.5 L0,8.75 Z' id='path-1'%3E%3C/path%3E%3C/defs%3E%3Cg id='💎-UI-Elements' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='12)-Navbar' transform='translate(-1174.000000, -1290.000000)'%3E%3Cg id='Group' transform='translate(1174.000000, 1288.000000)'%3E%3Cg id='Icon-Color' transform='translate(0.000000, 2.000000)'%3E%3Cuse fill='rgba(75, 70, 92, 0.5)' xlink:href='%23path-1'%3E%3C/use%3E%3Cuse fill-opacity='0.1' fill='rgba(75, 70, 92, 0.5)' xlink:href='%23path-1'%3E%3C/use%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.navbar.bg-lighter .navbar-text{color:#6f6b7d}.navbar.bg-lighter .navbar-text a,.navbar.bg-lighter .navbar-text a:focus,.navbar.bg-lighter .navbar-text a:hover{color:#5d596c}.navbar.bg-lighter hr{border-color:rgba(93,89,108,.076)}.layout-footer-fixed .layout-horizontal .footer.bg-secondary,.layout-footer-fixed .layout-wrapper:not(.layout-horizontal) .footer.bg-secondary .footer-container{background-color:#c6a080!important;color:#f7f2ee}.footer.bg-secondary .footer-link{color:#f7f2ee}.footer.bg-secondary .footer-link:focus,.footer.bg-secondary .footer-link:hover{color:#fff}.footer.bg-secondary .footer-link.disabled{color:#e3d1c2!important}.footer.bg-secondary .active>.footer-link,.footer.bg-secondary .footer-link.active,.footer.bg-secondary .footer-link.show,.footer.bg-secondary .footer-text,.footer.bg-secondary .show>.footer-link{color:#fff}.footer.bg-secondary hr{border-color:hsla(0,0%,100%,.15)}.layout-footer-fixed .layout-horizontal .footer.bg-success,.layout-footer-fixed .layout-wrapper:not(.layout-horizontal) .footer.bg-success .footer-container{background-color:#28c76f!important;color:#d9f5e5}.footer.bg-success .footer-link{color:#d9f5e5}.footer.bg-success .footer-link:focus,.footer.bg-success .footer-link:hover{color:#fff}.footer.bg-success .footer-link.disabled{color:#92e3b6!important}.footer.bg-success .active>.footer-link,.footer.bg-success .footer-link.active,.footer.bg-success .footer-link.show,.footer.bg-success .footer-text,.footer.bg-success .show>.footer-link{color:#fff}.footer.bg-success hr{border-color:hsla(0,0%,100%,.15)}.layout-footer-fixed .layout-horizontal .footer.bg-info,.layout-footer-fixed .layout-wrapper:not(.layout-horizontal) .footer.bg-info .footer-container{background-color:#00cfe8!important;color:#d4f7fb}.footer.bg-info .footer-link{color:#d4f7fb}.footer.bg-info .footer-link:focus,.footer.bg-info .footer-link:hover{color:#fff}.footer.bg-info .footer-link.disabled{color:#7fe7f3!important}.footer.bg-info .active>.footer-link,.footer.bg-info .footer-link.active,.footer.bg-info .footer-link.show,.footer.bg-info .footer-text,.footer.bg-info .show>.footer-link{color:#fff}.footer.bg-info hr{border-color:hsla(0,0%,100%,.15)}.layout-footer-fixed .layout-horizontal .footer.bg-warning,.layout-footer-fixed .layout-wrapper:not(.layout-horizontal) .footer.bg-warning .footer-container{background-color:#ff9f43!important;color:#fff3e8}.footer.bg-warning .footer-link{color:#fff3e8}.footer.bg-warning .footer-link:focus,.footer.bg-warning .footer-link:hover{color:#fff}.footer.bg-warning .footer-link.disabled{color:#ffd1a6!important}.footer.bg-warning .active>.footer-link,.footer.bg-warning .footer-link.active,.footer.bg-warning .footer-link.show,.footer.bg-warning .footer-text,.footer.bg-warning .show>.footer-link{color:#fff}.footer.bg-warning hr{border-color:hsla(0,0%,100%,.15)}.layout-footer-fixed .layout-horizontal .footer.bg-danger,.layout-footer-fixed .layout-wrapper:not(.layout-horizontal) .footer.bg-danger .footer-container{background-color:#ea5455!important;color:#fbdddd}.footer.bg-danger .footer-link{color:#fbdddd}.footer.bg-danger .footer-link:focus,.footer.bg-danger .footer-link:hover{color:#fff}.footer.bg-danger .footer-link.disabled{color:#f4a6a7!important}.footer.bg-danger .active>.footer-link,.footer.bg-danger .footer-link.active,.footer.bg-danger .footer-link.show,.footer.bg-danger .footer-text,.footer.bg-danger .show>.footer-link{color:#fff}.footer.bg-danger hr{border-color:hsla(0,0%,100%,.15)}.layout-footer-fixed .layout-horizontal .footer.bg-dark,.layout-footer-fixed .layout-wrapper:not(.layout-horizontal) .footer.bg-dark .footer-container{background-color:#4b4b4b!important;color:#ccc}.footer.bg-dark .footer-link{color:#ccc}.footer.bg-dark .footer-link:focus,.footer.bg-dark .footer-link:hover{color:#fff}.footer.bg-dark .footer-link.disabled{color:#989898!important}.footer.bg-dark .active>.footer-link,.footer.bg-dark .footer-link.active,.footer.bg-dark .footer-link.show,.footer.bg-dark .footer-text,.footer.bg-dark .show>.footer-link{color:#fff}.footer.bg-dark hr{border-color:hsla(0,0%,100%,.15)}.layout-footer-fixed .layout-horizontal .footer.bg-gray,.layout-footer-fixed .layout-wrapper:not(.layout-horizontal) .footer.bg-gray .footer-container{background-color:#f6f6f7!important;color:#8d8a98}.footer.bg-gray .footer-link{color:#8d8a98}.footer.bg-gray .footer-link:focus,.footer.bg-gray .footer-link:hover{color:#4b465c}.footer.bg-gray .footer-link.disabled{color:#b7b5be!important}.footer.bg-gray .active>.footer-link,.footer.bg-gray .footer-link.active,.footer.bg-gray .footer-link.show,.footer.bg-gray .footer-text,.footer.bg-gray .show>.footer-link{color:#4b465c}.footer.bg-gray hr{border-color:rgba(75,70,92,.077)}.layout-footer-fixed .layout-horizontal .footer.bg-white,.layout-footer-fixed .layout-wrapper:not(.layout-horizontal) .footer.bg-white .footer-container{background-color:#fff!important;color:#6f6b7d}.footer.bg-white .footer-link{color:#6f6b7d}.footer.bg-white .footer-link:focus,.footer.bg-white .footer-link:hover{color:#5d596c}.footer.bg-white .footer-link.disabled{color:#a9a6b1!important}.footer.bg-white .active>.footer-link,.footer.bg-white .footer-link.active,.footer.bg-white .footer-link.show,.footer.bg-white .footer-text,.footer.bg-white .show>.footer-link{color:#5d596c}.footer.bg-white hr{border-color:rgba(93,89,108,.075)}.layout-footer-fixed .layout-horizontal .footer.bg-light,.layout-footer-fixed .layout-wrapper:not(.layout-horizontal) .footer.bg-light .footer-container{background-color:#dfdfe3!important;color:#6f6b7d}.footer.bg-light .footer-link{color:#6f6b7d}.footer.bg-light .footer-link:focus,.footer.bg-light .footer-link:hover{color:#5d596c}.footer.bg-light .footer-link.disabled{color:#9c99a6!important}.footer.bg-light .active>.footer-link,.footer.bg-light .footer-link.active,.footer.bg-light .footer-link.show,.footer.bg-light .footer-text,.footer.bg-light .show>.footer-link{color:#5d596c}.footer.bg-light hr{border-color:rgba(93,89,108,.081)}.layout-footer-fixed .layout-horizontal .footer.bg-lighter,.layout-footer-fixed .layout-wrapper:not(.layout-horizontal) .footer.bg-lighter .footer-container{background-color:#faf9fa!important;color:#6f6b7d}.footer.bg-lighter .footer-link{color:#6f6b7d}.footer.bg-lighter .footer-link:focus,.footer.bg-lighter .footer-link:hover{color:#5d596c}.footer.bg-lighter .footer-link.disabled{color:#a7a4af!important}.footer.bg-lighter .active>.footer-link,.footer.bg-lighter .footer-link.active,.footer.bg-lighter .footer-link.show,.footer.bg-lighter .footer-text,.footer.bg-lighter .show>.footer-link{color:#5d596c}.footer.bg-lighter hr{border-color:rgba(93,89,108,.076)}#searchResultsList option{font-family:Arial,sans-serif;font-size:18px;color:#333;background-color:#f9f9f9;padding:10px 15px;border-bottom:1px solid #eee;cursor:pointer}#searchResultsList option:hover{background-color:#e0e0e0;color:#007bff}.autocomplete{position:relative;display:inline-block}.autocomplete input{border:1px solid transparent;background-color:#f1f1f1;padding:10px;font-size:16px}.autocomplete input[type=text]{background-color:#f1f1f1;width:100%}.autocomplete-items{position:absolute;border:1px solid #d4d4d4;border-top:none;border-bottom:none;z-index:99;top:100%;left:0;right:0}.autocomplete-items div{padding:10px;cursor:pointer;background-color:#fff;border-bottom:1px solid #d4d4d4}.autocomplete-items div:hover{background-color:#e9e9e9}.autocomplete-active{background-color:#1e90ff!important;color:#fff}.cart-popup{position:absolute;left:20px;top:100px;background-color:#fff;border:2px solid #c6a080;padding:10px;box-shadow:0 2px 4px rgba(0,0,0,.2);z-index:99999}.single-shopping-cart{display:flex;flex-direction:row;justify-content:space-between;align-items:center;display:"flex";flex-direction:"row";justify-content:"space-between"}@font-face{font-family:BANiflaot;font-style:normal;font-weight:400;src:url(/_next/static/media/BANiflaot-Regular.becd2895.woff2) format("woff2")}@font-face{font-family:BANiflaot;font-style:bold;font-weight:700;src:url(/_next/static/media/BANiflaot-Bold.a5d53aab.woff2) format("woff2")}@font-face{font-family:Heebo;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/NGS6v5_NC0k9P9H0TbFhsqMA6aw.d3826c21.woff2) format("woff2");unicode-range:u+0307-0308,u+0590-05ff,u+200c-2010,u+20aa,u+25cc,u+fb1d-fb4f}.font-main-title,.main-title{font-family:BANiflaot;font-weight:700;font-size:75px;line-height:75px;letter-spacing:0}.font-footer-logo,.font-subtitle,.subtitle{font-family:BANiflaot;font-weight:700;font-size:50px;line-height:50px;letter-spacing:0}.font-footer-logo-description{font-family:BANiflaot;font-weight:700;font-size:32px;line-height:32px;letter-spacing:1%;text-align:right;color:#c6a080!important}.font-desc{font-family:Heebo;font-weight:400;font-size:18px;line-height:26px;letter-spacing:0}.button-text,.font-button{font-size:22px;line-height:30px}.button-text,.font-button,.font-label{font-family:Heebo;font-weight:700;letter-spacing:0}.font-label{font-size:18px;line-height:26px}.font-cats{font-family:BANiflaot;font-weight:700;font-size:42px;line-height:40px;letter-spacing:0;text-align:center}.font-book-title{font-size:21px!important;line-height:33px!important}.font-book-title,.font-lesson-title{font-family:Heebo!important;font-weight:700!important;letter-spacing:0!important}.font-lesson-title{font-size:32px!important;line-height:42px!important}.font-lesson-subtitle{font-family:Heebo!important;font-weight:600!important;font-size:16px!important;line-height:32spx!important;letter-spacing:0!important}.font-article{font-size:20px!important;line-height:36px!important}.font-article,.font-article.font-small{font-family:Heebo!important;font-weight:400!important;letter-spacing:0}.font-article.font-small{font-size:16px!important;line-height:25px!important}.font-article.font-xsmall{font-size:14px!important}.font-article.font-medium,.font-article.font-xsmall{font-family:Heebo!important;font-weight:400!important;line-height:25px!important;letter-spacing:0}.font-article.font-medium{font-size:18px!important}.font-small{font-size:12px!important;line-height:26px!important;letter-spacing:0}.font-price,.font-small{font-family:Heebo!important;font-weight:400!important}.font-price{font-size:21px!important;line-height:40px!important;letter-spacing:0!important;text-align:right!important}.font-donate{font-family:Heebo;font-weight:400;font-size:25px;line-height:38px;letter-spacing:0;text-align:right}.font-article.font-medium.font-bold,.font-donate.bold{font-weight:700!important}.subtitle-2{font-size:40px;line-height:40px;letter-spacing:0}.description-text,.subtitle-2{font-family:BANiflaot;font-weight:700}.description-text{font-size:32px;line-height:30px;letter-spacing:1%}.footer-text{color:#c6a080}.text-biography{font-weight:400;line-height:138px}.bold-biography,.text-biography{font-family:Heebo;font-size:25px;letter-spacing:0}.bold-biography{font-weight:700;line-height:38px}@media (max-width:575px){.font-main-title{font-size:34px;line-height:34px}h2.font-main-title{font-size:30px;line-height:30px}h3.font-main-title{font-size:26px;line-height:26px}.font-subtitle,h5.font-subtitle{font-size:24px;line-height:24px}.font-donate{font-size:16px;line-height:32px}.font-desc{font-weight:400}.font-desc,.font-label{font-family:Heebo;font-size:13px;line-height:16px;letter-spacing:0}.font-label{font-weight:700}.button-text,.font-button{font-family:Heebo;font-weight:700;font-size:14px;line-height:14px;letter-spacing:0}.font-book-title{font-size:18px!important;line-height:18px!important}.font-book-title,h5.font-book-title{font-family:Heebo!important;font-weight:700!important;letter-spacing:0!important}h5.font-book-title{font-size:16px!important;line-height:16px!important}}@media (min-width:576px){.font-main-title{font-size:34px;line-height:34px}h2.font-main-title{font-size:30px;line-height:30px}h3.font-main-title{font-size:26px;line-height:26px}.font-subtitle,h5.font-subtitle{font-size:24px;line-height:24px}.font-donate{font-size:16px;line-height:32px}.font-desc{font-weight:400}.font-desc,.font-label{font-family:Heebo;font-size:13px;line-height:16px;letter-spacing:0}.font-label{font-weight:700}.button-text,.font-button{font-family:Heebo;font-weight:700;font-size:14px;line-height:14px;letter-spacing:0}.font-book-title{font-size:18px!important;line-height:18px!important}.font-book-title,h5.font-book-title{font-family:Heebo!important;font-weight:700!important;letter-spacing:0!important}h5.font-book-title{font-size:16px!important;line-height:16px!important}}@media (min-width:768px){.font-main-title{font-size:55px;line-height:55px}h2.font-main-title{font-size:50px;line-height:50px}h3.font-main-title{font-size:40px;line-height:40px}.font-subtitle,.subtitle{font-family:BANiflaot;font-weight:700;font-size:32px;line-height:32px;letter-spacing:0}h5.font-subtitle{font-size:22px;line-height:22px}h6.font-subtitle{font-size:18px;line-height:18px}.font-donate{font-size:19px;line-height:30px}.button-text,.font-button{font-family:Heebo;font-weight:700;font-size:16px;line-height:16px;letter-spacing:0}.font-book-title{font-size:20px!important;line-height:20px!important}.font-book-title,h5.font-book-title{font-family:Heebo!important;font-weight:700!important;letter-spacing:0!important}h5.font-book-title{font-size:18px!important;line-height:18px!important}}@media (min-width:992px){.font-main-title{font-size:60px;line-height:60px}h2.font-main-title{font-size:55px;line-height:55px}h3.font-main-title{font-size:45px;line-height:45px}.font-subtitle,.subtitle{font-family:BANiflaot;font-weight:700;font-size:42px;line-height:42px;letter-spacing:0}h5.font-subtitle{font-size:32px;line-height:32px}.font-desc{font-weight:400}.font-desc,.font-label{font-family:Heebo;font-size:13px;line-height:16px;letter-spacing:0}.font-label{font-weight:700}.button-text,.font-button{font-family:Heebo;font-weight:700;font-size:14px;line-height:14px;letter-spacing:0}.font-donate{font-size:20px;line-height:32px}}@media (min-width:1200px){.font-main-title{font-size:65px;line-height:65px}h2.font-main-title{font-size:60px;line-height:60px}h3.font-main-title{font-size:50px;line-height:50px}.font-subtitle,.subtitle{font-family:BANiflaot;font-weight:700;font-size:44px;line-height:44px;letter-spacing:0}h5.font-subtitle{font-size:34px;line-height:34px}.font-desc{font-weight:400}.font-desc,.font-label{font-family:Heebo;font-size:14px;line-height:18px;letter-spacing:0}.font-label{font-weight:700}.button-text,.font-button{font-family:Heebo;font-weight:700;font-size:14px;line-height:14px;letter-spacing:0}.font-donate{font-size:21px;line-height:33px}}@media (min-width:1400px){.font-main-title{font-size:70px;line-height:70px}h2.font-main-title{font-size:65px;line-height:65px}h3.font-main-title{font-size:55px;line-height:55px}.font-subtitle,.subtitle{font-family:BANiflaot;font-weight:700;font-size:46px;line-height:46px;letter-spacing:0}h5.font-subtitle{font-size:36px;line-height:36px}.font-desc{font-weight:400}.font-desc,.font-label{font-family:Heebo;font-size:16px;line-height:22px;letter-spacing:0}.font-label{font-weight:700}.button-text,.font-button{font-family:Heebo;font-weight:700;font-size:16px;line-height:16px;letter-spacing:0}.font-donate{font-size:22px;line-height:35px}}@media (min-width:1600px){.font-main-title{font-size:75px;line-height:75px}h2.font-main-title{font-size:70px;line-height:70px}h3.font-main-title{font-size:60px;line-height:60px}.font-subtitle,.subtitle{font-family:BANiflaot;font-weight:700;font-size:48px;line-height:48px;letter-spacing:0}h5.font-subtitle{font-size:38px;line-height:38px}.font-desc{font-weight:400}.font-desc,.font-label{font-family:Heebo;font-size:18px;line-height:26px;letter-spacing:0}.font-label{font-weight:700}.button-text,.font-button{font-family:Heebo;font-weight:700;font-size:18px;line-height:18px;letter-spacing:0}.font-donate{font-size:23px;line-height:36px}}:root{--column-width:480px;--gutter-width:20px;--track-color:#eee;--thumb-color:#666;--thumb-radius:12px;--thumb-height:12px;--thumb-width:12px;--thumb-shadow-size:0;--thumb-shadow-blur:0;--thumb-shadow-color:#111;--thumb-border-width:0;--thumb-border-color:#fff;--track-width:100%;--track-height:10px;--track-shadow-size:0;--track-shadow-blur:0;--track-shadow-color:#222;--track-border-width:0;--track-border-color:#000;--track-radius:5px}.app{margin:auto;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-weight:300;text-align:center}.player-section{display:inline-block;max-width:var(--column-width);margin:var(--gutter-width);text-align:left;vertical-align:top}.player-wrapper{width:480px;aspect-ratio:16/9;background:rgba(0,0,0,.1);margin-bottom:10px}.faded{color:rgba(0,0,0,.5)}[type=range]{-webkit-appearance:none;margin:var(--thumb-height) /2 0;width:var(--track-width)}[type=range]:focus{outline:0}[type=range]::-webkit-slider-runnable-track{cursor:pointer;height:var(--track-height);-webkit-transition:all .2s ease;transition:all .2s ease;width:var(--track-width);background:var(--track-color);border:var(--track-border-width) solid var(--track-border-color);border-radius:var(--track-radius);box-shadow:var(--track-shadow-size) var(--track-shadow-size) var(--track-shadow-blur) var(--track-shadow-color),0 0 var(--track-shadow-size) lighten(var(--track-shadow-color),5%)}[type=range]::-webkit-slider-thumb{-webkit-appearance:none;cursor:pointer;width:var(--thumb-width);height:var(--thumb-height);background:var(--thumb-color);border:var(--thumb-border-width) solid var(--thumb-border-color);border-radius:var(--thumb-radius);margin-top:calc((var(--track-border-width) * -2 + var(--track-height)) / 2 - (var(--thumb-height) / 2));box-shadow:var(--thumb-shadow-size) var(--thumb-shadow-size) var(--thumb-shadow-blur) var(--thumb-shadow-color)}[type=range]::-moz-range-track{cursor:pointer;height:var(--track-height);-moz-transition:all .2s ease;transition:all .2s ease;width:var(--track-width);background:var(--track-color);border:var(--track-border-width) solid var(--track-border-color);border-radius:var(--track-radius);box-shadow:var(--track-shadow-size) var(--track-shadow-size) var(--track-shadow-blur) var(--track-shadow-color)}[type=range]::-moz-range-thumb{cursor:pointer;width:var(--thumb-width);height:var(--thumb-height);background:var(--thumb-color);border:var(--thumb-border-width) solid var(--thumb-border-color);border-radius:var(--thumb-radius);box-shadow:var(--thumb-shadow-size) var(--thumb-shadow-size) var(--thumb-shadow-blur) var(--thumb-shadow-color)}