/*!
 * Bootstrap Reboot v4.5.1 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */*,::after,::before{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent}article,aside,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-size:1rem;font-weight:400;line-height:1.5;color:#212529;text-align:left;background-color:#fff}[tabindex="-1"]:focus:not(:focus-visible){outline:0!important}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem}p{margin-top:0;margin-bottom:1rem}abbr[data-original-title],abbr[title]{text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;border-bottom:0;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}address{margin-bottom:1rem;font-style:normal;line-height:inherit}dl,ol,ul{margin-top:0;margin-bottom:1rem}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:#007bff;text-decoration:none;background-color:transparent}a:hover{color:#0056b3;text-decoration:underline}a:not([href]):not([class]){color:inherit;text-decoration:none}a:not([href]):not([class]):hover{color:inherit;text-decoration:none}code,kbd,pre,samp{font-family:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;font-size:1em}pre{margin-top:0;margin-bottom:1rem;overflow:auto;-ms-overflow-style:scrollbar}figure{margin:0 0 1rem}img{vertical-align:middle;border-style:none}svg{overflow:hidden;vertical-align:middle}table{border-collapse:collapse}caption{padding-top:.75rem;padding-bottom:.75rem;color:#6c757d;text-align:left;caption-side:bottom}th{text-align:inherit}label{display:inline-block;margin-bottom:.5rem}button{border-radius:0}button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}[role=button]{cursor:pointer}select{word-wrap:normal}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled){cursor:pointer}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{padding:0;border-style:none}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;max-width:100%;padding:0;margin-bottom:.5rem;font-size:1.5rem;line-height:inherit;color:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item;cursor:pointer}template{display:none}[hidden]{display:none!important}
/*# sourceMappingURL=bootstrap-reboot.min.css.map */


/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */

.animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.animated.infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animated.hinge{-webkit-animation-duration:2s;animation-duration:2s}.animated.bounceIn,.animated.bounceOut,.animated.flipOutX,.animated.flipOutY{-webkit-animation-duration:.75s;animation-duration:.75s}@-webkit-keyframes bounce{0%,20%,53%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}40%,43%,70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06)}70%{-webkit-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}@keyframes bounce{0%,20%,53%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}40%,43%,70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06)}70%{-webkit-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}.bounce{-webkit-animation-name:bounce;animation-name:bounce;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.pulse{-webkit-animation-name:pulse;animation-name:pulse}@-webkit-keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shake{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}@keyframes shake{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}.shake{-webkit-animation-name:shake;animation-name:shake}@-webkit-keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}.headShake{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-name:headShake;animation-name:headShake}@-webkit-keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}.swing{-webkit-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{0%{-webkit-transform:none;transform:none}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:none;transform:none}}@keyframes wobble{0%{-webkit-transform:none;transform:none}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:none;transform:none}}.wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes jello{0%,11.1%,to{-webkit-transform:none;transform:none}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}@keyframes jello{0%,11.1%,to{-webkit-transform:none;transform:none}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.jello{-webkit-animation-name:jello;animation-name:jello;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}.bounceIn{-webkit-animation-name:bounceIn;animation-name:bounceIn}@-webkit-keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:none;transform:none}}@keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:none;transform:none}}.bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:none;transform:none}}@keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:none;transform:none}}.bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:none;transform:none}}@keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:none;transform:none}}.bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}@keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}.bounceOut{-webkit-animation-name:bounceOut;animation-name:bounceOut}@-webkit-keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes flip{0%{-webkit-transform:perspective(400px) rotateY(-1turn);transform:perspective(400px) rotateY(-1turn)}0%,40%{-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(-190deg);transform:perspective(400px) translateZ(150px) rotateY(-190deg)}50%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(-170deg);transform:perspective(400px) translateZ(150px) rotateY(-170deg)}50%,80%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95);transform:perspective(400px) scale3d(.95,.95,.95)}to{-webkit-transform:perspective(400px);transform:perspective(400px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{0%{-webkit-transform:perspective(400px) rotateY(-1turn);transform:perspective(400px) rotateY(-1turn)}0%,40%{-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(-190deg);transform:perspective(400px) translateZ(150px) rotateY(-190deg)}50%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(-170deg);transform:perspective(400px) translateZ(150px) rotateY(-170deg)}50%,80%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95);transform:perspective(400px) scale3d(.95,.95,.95)}to{-webkit-transform:perspective(400px);transform:perspective(400px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}.animated.flip{-webkit-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip}@-webkit-keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}0%,40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}0%,40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInX;animation-name:flipInX}@-webkit-keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}0%,40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg)}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}0%,40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg)}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.flipInY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInY;animation-name:flipInY}@-webkit-keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}@keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}.flipOutX{-webkit-animation-name:flipOutX;animation-name:flipOutX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}@keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}.flipOutY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipOutY;animation-name:flipOutY}@-webkit-keyframes lightSpeedIn{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg)}60%,80%{opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:none;transform:none;opacity:1}}@keyframes lightSpeedIn{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg)}60%,80%{opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:none;transform:none;opacity:1}}.lightSpeedIn{-webkit-animation-name:lightSpeedIn;animation-name:lightSpeedIn;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOut{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}@keyframes lightSpeedOut{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.lightSpeedOut{-webkit-animation-name:lightSpeedOut;animation-name:lightSpeedOut;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{0%{transform-origin:center;-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}0%,to{-webkit-transform-origin:center}to{transform-origin:center;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateIn{0%{transform-origin:center;-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}0%,to{-webkit-transform-origin:center}to{transform-origin:center;-webkit-transform:none;transform:none;opacity:1}}.rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn}@-webkit-keyframes rotateInDownLeft{0%{transform-origin:left bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}0%,to{-webkit-transform-origin:left bottom}to{transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInDownLeft{0%{transform-origin:left bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}0%,to{-webkit-transform-origin:left bottom}to{transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft}@-webkit-keyframes rotateInDownRight{0%{transform-origin:right bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}0%,to{-webkit-transform-origin:right bottom}to{transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInDownRight{0%{transform-origin:right bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}0%,to{-webkit-transform-origin:right bottom}to{transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight}@-webkit-keyframes rotateInUpLeft{0%{transform-origin:left bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}0%,to{-webkit-transform-origin:left bottom}to{transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInUpLeft{0%{transform-origin:left bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}0%,to{-webkit-transform-origin:left bottom}to{transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft}@-webkit-keyframes rotateInUpRight{0%{transform-origin:right bottom;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}0%,to{-webkit-transform-origin:right bottom}to{transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInUpRight{0%{transform-origin:right bottom;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}0%,to{-webkit-transform-origin:right bottom}to{transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight}@-webkit-keyframes rotateOut{0%{transform-origin:center;opacity:1}0%,to{-webkit-transform-origin:center}to{transform-origin:center;-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}@keyframes rotateOut{0%{transform-origin:center;opacity:1}0%,to{-webkit-transform-origin:center}to{transform-origin:center;-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}.rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut}@-webkit-keyframes rotateOutDownLeft{0%{transform-origin:left bottom;opacity:1}0%,to{-webkit-transform-origin:left bottom}to{transform-origin:left bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}@keyframes rotateOutDownLeft{0%{transform-origin:left bottom;opacity:1}0%,to{-webkit-transform-origin:left bottom}to{transform-origin:left bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}.rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft}@-webkit-keyframes rotateOutDownRight{0%{transform-origin:right bottom;opacity:1}0%,to{-webkit-transform-origin:right bottom}to{transform-origin:right bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@keyframes rotateOutDownRight{0%{transform-origin:right bottom;opacity:1}0%,to{-webkit-transform-origin:right bottom}to{transform-origin:right bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}.rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight}@-webkit-keyframes rotateOutUpLeft{0%{transform-origin:left bottom;opacity:1}0%,to{-webkit-transform-origin:left bottom}to{transform-origin:left bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@keyframes rotateOutUpLeft{0%{transform-origin:left bottom;opacity:1}0%,to{-webkit-transform-origin:left bottom}to{transform-origin:left bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}.rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft}@-webkit-keyframes rotateOutUpRight{0%{transform-origin:right bottom;opacity:1}0%,to{-webkit-transform-origin:right bottom}to{transform-origin:right bottom;-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}@keyframes rotateOutUpRight{0%{transform-origin:right bottom;opacity:1}0%,to{-webkit-transform-origin:right bottom}to{transform-origin:right bottom;-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}.rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight}@-webkit-keyframes hinge{0%{transform-origin:top left}0%,20%,60%{-webkit-transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);transform-origin:top left}40%,80%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}@keyframes hinge{0%{transform-origin:top left}0%,20%,60%{-webkit-transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);transform-origin:top left}40%,80%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}.hinge{-webkit-animation-name:hinge;animation-name:hinge}@-webkit-keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:none;transform:none}}.rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}@keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}.rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{0%{opacity:1}50%{-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%,to{opacity:0}}@keyframes zoomOut{0%{opacity:1}50%{-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%,to{opacity:0}}.zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown}@-webkit-keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;transform-origin:left center}}@keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;transform-origin:left center}}.zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft}@-webkit-keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;transform-origin:right center}}@keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;transform-origin:right center}}.zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight}@-webkit-keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp}@-webkit-keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}
/*!
 *  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(/../fonts/fontawesome-webfont.eot?v=4.7.0);src:url(/../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'),url(/../fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'),url(/../fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'),url(/../fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'),url(/../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format('svg');font-weight:normal;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-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.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}
/**
 * Owl Carousel v2.1.1
 * Copyright 2013-2016 David Deutsch
 * Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%;-webkit-transform-style:preserve-3d}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;cursor:hand;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-loaded{display:block}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{display:none}.owl-carousel.owl-drag .owl-item{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.no-js .owl-carousel{display:block}.owl-carousel .animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item img.owl-lazy{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:-webkit-transform .1s ease;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-webkit-transform:scale(1.3,1.3);-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
/* line 1, node_modules/toastr/toastr.scss */
.toast-title {
  font-weight: bold;
}

/* line 4, node_modules/toastr/toastr.scss */
.toast-message {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

/* line 8, node_modules/toastr/toastr.scss */
.toast-message a,
.toast-message label {
  color: #ffffff;
}

/* line 12, node_modules/toastr/toastr.scss */
.toast-message a:hover {
  color: #cccccc;
  text-decoration: none;
}

/* line 16, node_modules/toastr/toastr.scss */
.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  -webkit-text-shadow: 0 1px 0 #ffffff;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
}

/* line 30, node_modules/toastr/toastr.scss */
.toast-close-button:hover,
.toast-close-button:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}

/*Additional properties for button version
 iOS requires the button element instead of an anchor tag.
 If you want the anchor version, it requires `href="#"`.*/
/* line 42, node_modules/toastr/toastr.scss */
button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

/* line 49, node_modules/toastr/toastr.scss */
.toast-top-center {
  top: 0;
  right: 0;
  width: 100%;
}

/* line 54, node_modules/toastr/toastr.scss */
.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%;
}

/* line 59, node_modules/toastr/toastr.scss */
.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}

/* line 64, node_modules/toastr/toastr.scss */
.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}

/* line 69, node_modules/toastr/toastr.scss */
.toast-top-left {
  top: 12px;
  left: 12px;
}

/* line 73, node_modules/toastr/toastr.scss */
.toast-top-right {
  top: 12px;
  right: 12px;
}

/* line 77, node_modules/toastr/toastr.scss */
.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}

/* line 81, node_modules/toastr/toastr.scss */
.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}

/* line 85, node_modules/toastr/toastr.scss */
#toast-container {
  position: fixed;
  z-index: 999999;
  /*overrides*/
}

/* line 91, node_modules/toastr/toastr.scss */
#toast-container * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 96, node_modules/toastr/toastr.scss */
#toast-container > div {
  position: relative;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  -moz-box-shadow: 0 0 12px #999999;
  -webkit-box-shadow: 0 0 12px #999999;
  box-shadow: 0 0 12px #999999;
  color: #ffffff;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
}

/* line 115, node_modules/toastr/toastr.scss */
#toast-container > div:hover {
  -moz-box-shadow: 0 0 12px #000000;
  -webkit-box-shadow: 0 0 12px #000000;
  box-shadow: 0 0 12px #000000;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  cursor: pointer;
}

/* line 124, node_modules/toastr/toastr.scss */
#toast-container > .toast-info {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=") !important;
}

/* line 127, node_modules/toastr/toastr.scss */
#toast-container > .toast-error {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=") !important;
}

/* line 130, node_modules/toastr/toastr.scss */
#toast-container > .toast-success {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==") !important;
}

/* line 133, node_modules/toastr/toastr.scss */
#toast-container > .toast-warning {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=") !important;
}

/* line 136, node_modules/toastr/toastr.scss */
#toast-container.toast-top-center > div,
#toast-container.toast-bottom-center > div {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}

/* line 142, node_modules/toastr/toastr.scss */
#toast-container.toast-top-full-width > div,
#toast-container.toast-bottom-full-width > div {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}

/* line 148, node_modules/toastr/toastr.scss */
.toast {
  background-color: #030303;
}

/* line 151, node_modules/toastr/toastr.scss */
.toast-success {
  background-color: #51a351;
}

/* line 154, node_modules/toastr/toastr.scss */
.toast-error {
  background-color: #bd362f;
}

/* line 157, node_modules/toastr/toastr.scss */
.toast-info {
  background-color: #2f96b4;
}

/* line 160, node_modules/toastr/toastr.scss */
.toast-warning {
  background-color: #f89406;
}

/* line 164, node_modules/toastr/toastr.scss */
.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000000;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}

/*Responsive Design*/
@media all and (max-width: 240px) {
  /* line 177, node_modules/toastr/toastr.scss */
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 11em;
  }
  /* line 181, node_modules/toastr/toastr.scss */
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}

@media all and (min-width: 241px) and (max-width: 480px) {
  /* line 187, node_modules/toastr/toastr.scss */
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 18em;
  }
  /* line 191, node_modules/toastr/toastr.scss */
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}

@media all and (min-width: 481px) and (max-width: 768px) {
  /* line 197, node_modules/toastr/toastr.scss */
  #toast-container > div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }
}
/*LOADER CSS*/
.displayInMiddle {
    position: fixed;
    left: 0px;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    text-align: center;
}
.loading-gif, .loading-gif-network {
    position: fixed;
    margin: auto;
    width: 100%;
    height: 100%;
  }
  .loading-gif .loading-gif-backdrop, .loading-gif-network .loading-gif-backdrop{
    opacity: 0.9;
    position: fixed;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
  }
  .loading-gif .loadingWrapper, .loading-gif-network .loadingWrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .loading-gif .loadingWrapper #loading, .loading-gif-network .loadingWrapper #loading {
    margin: auto;
    height: 100px;
    width: 100px;
    border: transparent;
    border-top: 3px solid #1273eb;
    border-radius: 50%;
    -webkit-animation: round 2s linear infinite;
            animation: round 2s linear infinite;
  }
  .loading-gif .loadingWrapper h1, .loading-gif-network .loadingWrapper h1 {
      color: var(--body-color);
      position: relative;
      margin: auto;
      top: 50%;
      margin-top: 30px;
      font-size: 18px;
      font-weight: 700;
  }
  
  @-webkit-keyframes round {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(360deg);
    }
  }
  
  @keyframes round {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(360deg);
    }
  }
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS/SCSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *


















 */


/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.8.7
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011-2018 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/

/* @group Base */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.chosen-container * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  z-index: 1010;
  width: 100%;
  border: 1px solid #aaa;
  border-top: 0;
  background: #fff;
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  clip: rect(0, 0, 0, 0);
  -webkit-clip-path: inset(100% 100%);
          clip-path: inset(100% 100%);
}

.chosen-container.chosen-with-drop .chosen-drop {
  clip: auto;
  -webkit-clip-path: none;
          clip-path: none;
}

.chosen-container a {
  cursor: pointer;
}

.chosen-container .search-choice .group-name, .chosen-container .chosen-single .group-name {
  margin-right: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: normal;
  color: #999999;
}

.chosen-container .search-choice .group-name:after, .chosen-container .chosen-single .group-name:after {
  content: ":";
  padding-left: 2px;
  vertical-align: top;
}

/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 25px;
  border: 1px solid #aaa;
  border-radius: 5px;
  background-color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #fff), color-stop(50%, #f6f6f6), color-stop(52%, #eee), to(#f4f4f4));
  background: linear-gradient(#fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px;
}

.chosen-container-single .chosen-default {
  color: #999;
}

.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}

.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url(/assets/chosen-sprite-cb27bd4e81d4d99467fb592c68229f26f85f5704c630e970eb43f0312ec7ad73.png) -42px 1px no-repeat;
  font-size: 1px;
}

.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}

.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}

.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}

.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url(/assets/chosen-sprite-cb27bd4e81d4d99467fb592c68229f26f85f5704c630e970eb43f0312ec7ad73.png) no-repeat 0px 2px;
}

.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}

.chosen-container-single .chosen-search input[type="text"] {
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  background: url(/assets/chosen-sprite-cb27bd4e81d4d99467fb592c68229f26f85f5704c630e970eb43f0312ec7ad73.png) no-repeat 100% -20px;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}

.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  -webkit-clip-path: inset(100% 100%);
          clip-path: inset(100% 100%);
}

/* @end */
/* @group Results */
.chosen-container .chosen-results {
  color: #444;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}

.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  word-wrap: break-word;
  -webkit-touch-callout: none;
  font-size: 14px;
}

.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}

.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}

.chosen-container .chosen-results li.highlighted {
  background-color: #3875d7;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
  color: #fff;
}

.chosen-container .chosen-results li.no-results {
  color: #777;
  display: list-item;
  background: #f4f4f4;
}

.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}

.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}

.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}

/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 8px 12px;
  width: 100%;
  height: auto;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #eee), color-stop(15%, #fff));
  background-image: linear-gradient(#eee 1%, #fff 15%);
  cursor: text;
  height: 45px;
  border-radius: 10px;
}

.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}

.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 1px 0;
  padding: 0;
  height: 25px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #999;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
  width: 25px;
}

.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 3px 20px 3px 5px;
  border: 1px solid #fce5ef;
  max-width: 100%;
  border-radius: 3px;
  background-color: #fce5ef;
  /*background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eee));
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);*/
  background-size: 100% 19px;
  background-repeat: repeat-x;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default;
}

.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url(/assets/chosen-sprite-cb27bd4e81d4d99467fb592c68229f26f85f5704c630e970eb43f0312ec7ad73.png) -42px 1px no-repeat;
  font-size: 1px;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}

.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eee));
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  color: #666;
}

.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}

.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}

.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}

.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}

/* @end */
/* @group Active  */
.chosen-container-active .chosen-single {
  border: 1px solid #5897fb;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #aaa;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #eee), color-stop(80%, #fff));
  background-image: linear-gradient(#eee 20%, #fff 80%);
  -webkit-box-shadow: 0 1px 0 #fff inset;
          box-shadow: 0 1px 0 #fff inset;
}

.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent;
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px;
}

.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #222 !important;
}

/* @end */
/* @group Disabled Support */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}

.chosen-disabled .chosen-single {
  cursor: default;
}

.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}

/* @end */
/* @group Right to Left */
.chosen-rtl {
  text-align: right;
}

.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}

.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}

.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}

.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}

.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}

.chosen-rtl .chosen-choices li {
  float: right;
}

.chosen-rtl .chosen-choices li.search-field input[type="text"] {
  direction: rtl;
}

.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}

.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}

.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}

.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}

.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}

.chosen-rtl .chosen-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  background: url(/assets/chosen-sprite-cb27bd4e81d4d99467fb592c68229f26f85f5704c630e970eb43f0312ec7ad73.png) no-repeat -30px -20px;
  direction: rtl;
}

.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}

.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}

/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  .chosen-rtl .chosen-search input[type="text"],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type="text"],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-image: url(/assets/chosen-sprite@2x-fcbc4a1f9e1c5899a3a523f647de400d39259110cfe2ac0e14dfb16ec4195718.png) !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
}

/* @end */
@font-face {
  font-family: "Helvetica Neue";
  src: url(/assets/Helvetica_neue-f101147b268b964157567d78a6713e97e2ea3447b720dda65db134707b5dfc83.ttf);
}

@font-face {
  font-family: "Inter";
  src: url(/inter.ttf);
}

:root {
  --main-blue: #081f3a;
  --sky-blue: #086eb5;
  --light-blue: #ddebfb;
  --swiper-navigation-size: 16px !important;
  --jumbrotron-gradient: radial-gradient(
    88.06% 88.06% at 53.4% 46.94%,
    rgba(107, 8, 86, 0.2) 2.08%,
    rgba(8, 31, 58, 0.2) 52.08%,
    rgba(6, 90, 70, 0.2) 100%
  );
  --aside-max-height: 768px;
  --header-font-gradient: linear-gradient(
    90.08deg,
    #062b56 0.09%,
    #1455a2 36.5%,
    #042d97 99.96%
  );
  --jumbotron-header-gradient: linear-gradient(
    90.08deg,
    #139f8d 0.09%,
    #147a9b 25.34%,
    #2549c8 99.96%
  );

  --main-green: #15a334;
}

/* =================** RESET **================= */

/*
  1. Use a more-intuitive box-sizing model.
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}
/*
  2. Remove default margin
*/
* {
  margin: 0;
  box-sizing: border-box;
}
/*
  3. Allow percentage-based heights in the application
*/
html,
body {
  min-height: 100% !important;
}
/*
  Typographic tweaks!
  4. Add accessible line-height
  5. Improve text rendering
*/
body {
  overflow-x: hidden;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  font-family: "Inter", Arial;
  color: var(--main-blue) !important;
  background-repeat: no-repeat !important;
  background: linear-gradient(
      180deg,
      #fdfcf5 0%,
      #fcf5fd 22.03%,
      #fcfaf6 32.56%,
      #f8fcf6 47.81%,
      #f6fcfc 65.9%,
      #fcfbf9 81.19%,
      #fdf5f8 100%
    )
    fixed no-repeat !important;
  background-size: cover !important;
  height: 100% !important;
  background-attachment: fixed !important;
}

.main-container {
  max-width: 1856px;
  margin: 0 auto;
  position: relative;
}
.main-container_sml {
  max-width: 100%;
  margin: 0 auto;
  position: relative;
}
/*
  6. Improve media defaults
*/
img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}
/*
  7. Remove built-in form typography styles
*/
input,
button,
textarea,
select {
  font: inherit;
}
/*
  8. Avoid text overflows
*/
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

h1 {
  font-family: "Helvetica Neue", sans-serif;
}

button {
  all: unset;
  cursor: pointer;
}

button:focus {
  outline: none;
}
/*
  9. Create a root stacking context
*/
#root,
#__next {
  isolation: isolate;
}

a:hover {
  color: inherit !important;
  text-decoration: underline !important;
}

.section__title {
  font-size: clamp(50px, 10vw, 150px);
  font-weight: 600;
  background: linear-gradient(
    90.08deg,
    #062b56 0.09%,
    #1455a2 36.5%,
    #042d97 99.96%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;

  /* margin-bottom: 1rem; */
}

.font-inter {
  font-family: "Inter", Arial;
}

.common-header {
  font-weight: 600;
line-height: 48px;
/* identical to box height, or 150% */

text-align: center;
text-transform: capitalize;

}

.border-mainBlue  {
  border: 2px solid var(--main-blue);
}

.common-paragraph {
font-size: 14px;
font-weight: 500;
line-height: 24px;
letter-spacing: 0em;
text-align: center;
}


/* =================** NAV **================= */

.navbar-md {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 56px;
  height: 100%;
  max-height: var(--aside-max-height);
  z-index: 1000;
}

.navbar-mb__container {
  background: #fefefe;
  box-shadow: 2px 2px 4px rgba(46, 44, 136, 0.17);
  border-radius: 2px;
  height: 100%;
  width: 100%;
}

.navbar-md__logo {
  width: 50px;
  height: 38px;
}

.navbar-md__logo img {
  width: 100%;
  height: 100%;
}

.navbar-mb__tools__item {
  margin-top: 1.5rem;
}

.navbar-md__items i {
  color: var(--main-blue);
  font-size: 20px;
}

.navbar-md__items svg {
  margin: 0 auto 0.25rem;
  fill: var(--main-blue);
}

.navbar-md__items label p {
  font-weight: 600;
  font-size: 0.8rem;
  opacity: 1;
  transition: opacity 0.3s ease;
}

.btn-main-outline {
  border: 1px solid;
  position: relative;
  border-image-slice: 1;
  border-image-source: linear-gradient(
    90.08deg,
    #139f8d 0.09%,
    #147a9b 25.34%,
    #2549c8 99.96%
  );
  background: none;
  color: #ddebfb;
  font-size: clamp(0.8rem, 1.5vw, 1rem);
  z-index: 1;
  font-weight: 600;
}

.btn-main-outline::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: linear-gradient(
    90.08deg,
    #139f8d 0.09%,
    #147a9b 25.34%,
    #2549c8 99.96%
  );
  border-radius: 2px;
  z-index: -1;
  transform: scale(1, 0);
  transition: transform 0.3s linear;
}

.btn-main-outline:hover::before {
  border: none;
  transform: scale(1, 1);
}

.rounded-logo-imp {
  border-radius: 50% !important;
  width: 50px !important;
  height: 50px !important;
}

/* .navbar-md__side-right-toggle:active ::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 2px;
} */

.navbar-md__side-right-container {
  position: absolute;
  top: 1rem;
  left: 56px;
  border-radius: 0px 4px 4px 0px;
  width: 338px;
  height: 100%;
  max-height: 736px;
  background: var(--light-blue) !important;
  z-index: -1 !important;
  transform: scale(0, 1);
  transform-origin: left;
  transition: transform 0.45s ease;
  box-shadow: 0px 0px 20px rgba(28, 31, 31, 0.3);
}

.navbar-md__side-right {
  opacity: 0;
  transition: opacity 0.2s ease;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 0.5em 0.5rem;
}

.navbar-md__side-right input {
  background: transparent !important;
}

.navbar-md__side-right-toggle:checked {
  color: var(--sky-blue);
}

.navbar-md__side-right-toggle:checked
  + label
  + .navbar-md__side-right-container {
  transform: scale(1, 1);
}

.navbar-md__side-right-toggle:checked
  + label
  + .navbar-md__side-right-container
  > .navbar-md__side-right {
  opacity: 1;
}

.navbar-md__side-right-toggle:checked + label svg,
.navbar-md__side-right-toggle:checked + label p,
.navbar-md__side-right-toggle:checked + label i {
  color: var(--sky-blue);
  fill: var(--sky-blue) !important;
  opacity: 1;
}

.bg-main-blue {
  background-color: var(--main-blue);
}

.side-right-footer svg {
  margin: 0;
}

.navbar-md__side-right .menu-links h2,
.navbar-md__side-right .profile-details > div > h2,
.navbar-md__side-right .connect-methods h2 {
  width: 272px;
  font-style: normal;
  font-weight: 600;
  font-size: 28px;
  line-height: 44px;
  text-align: center;
  text-transform: capitalize;
  margin: 15px;
}

.nav-alert-count,
.profile-nav-alert-count {
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  width: 24px;
  background: linear-gradient(
    180deg,
    #fdfcf5 0%,
    #fcf5fd 22.03%,
    #fcfaf6 32.56%,
    #f8fcf6 47.81%,
    #f6fcfc 65.9%,
    #fcfbf9 81.19%,
    #fdf5f8 100%
  );
  font-size: 12px !important;
  opacity: 1 !important;
  border-radius: 50%;
}

.nav-alert-count {
  width: 20px;
  line-height: 20px;
  font-size: 10px !important;

  background: #ce0566;
  right: -4px;
  bottom: -10px;
}

.navbar-md__side-right .profile-details > div {
  margin-bottom: 10px;
}

.navbar-md__side-right .connect-methods a {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 15px;
}

.navbar-md__side-right .walletless-connect-wallet > button {
  border: 1px solid #081f3a;
}

.navbar-md__side-right .connect-methods a:focus,
.navbar-md__side-right .walletless-connect-wallet > button:focus,
.navbar-md__side-right .connect-methods label:focus {
  background: none;
}

.navbar-md__side-right .connect-methods a:hover,
.navbar-md__side-right .walletless-connect-wallet > button:hover,
.navbar-md__side-right .connect-methods label:hover {
  background: none;
  color: var(--main-blue);
}

.navbar-md__side-right .connect-methods a img,
.navbar-md__side-right .connect-methods label img {
  height: 24px;
  display: inline-block;
}

.navbar_label>p{
  visibility: hidden;
  transition: all .8s ease;
  font-size: 11px !important;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
}
.navbar_label:hover>p{
  visibility: visible;
}

/* ==================** NFT CARD **================= */

.nft-card {
  background: #fefeff;
  border: 1px solid #939ca6;
  box-shadow: 2px 2px 4px rgba(46, 44, 136, 0.17);
  border-radius: 2px;
  transition: transform 0.45s ease;
}

.nft-card-container {
  width: 100%;
  transition: transform 0.3s ease;
}

.nft-card-img {
  width: 100%;
  height: clamp(20rem, 30vw, 30rem);
  object-fit: fill;
}

.nft-card-body__title h4 {
  font-weight: 700;
  font-size: clamp(1.2rem, 1.5vw, 1.5rem);
  line-height: 32px;
  margin-bottom: 1rem;
}

.nft-card-body__date {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}

.nft-card-body__price {
  margin-bottom: 1rem;
}

.nft-card-body__action{
  width: 100%;
  display: flex;
  justify-content: space-between;
  column-gap: 3px;
  margin-bottom: 4px;
}


.event {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
  margin: 0 auto;
}

@media only screen and (max-width: 800px) {
  .event {
    grid-template-columns: 1fr  1fr;
  }
}

@media only screen and (max-width: 500px) {
  .event {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
  }
}

/* .cards-display {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 15px;
  margin: 0 auto;
}

@media only screen and (max-width: 1200px) {
  .cards-display {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }
}

@media only screen and (max-width: 650px) {
  .cards-display {
    display: flex;
    justify-content: center !important;
  }
} */


@media only screen and (max-width: 320px) {
  .nft-card-body__action{
    width: 100%;
    display: grid;
    grid-template-columns: max-content;
    justify-content: flex-start;
    gap: 5px;
  }
  .nft-card-body__action > div{
   margin-bottom: 14px;
   width: 100%;
  }

}


.nft-card-footer button {
  background: var(--main-blue);
  font-size: 16px;
  color: #fefeff;
}

#walletless_connect_email_form {
  transform-origin: left;
  transition: transform 0.2s ease;
}

#walletless_connect_verification_form {
  transform-origin: right;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  transform: translateX(200%);
  transition: transform 0.3s ease;

}

/* ==================== swiper ==================*/

.swiper-container {
  width: 100%;
}

/* .swiper-slide {
 margin-right: 1.5rem;
} */

.see-more svg {
  transition: transform 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/* ========================== Mini-card ========================== */

.mini-collection-card {
  border: 1px solid #8d9aa9;
  box-shadow: 2px 2px 4px 0px #2e2c882b;
}

.mini-collection-card__header {
  font-size: clamp(0.6rem, calc(0.9rem + 1vw), 1rem);
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0em;
}
.mini-collection-card__img {
  width: 20%;
}

.mini-card__other-details {
  font-size: clamp(0.4rem, calc(0.55rem + 1vw), 0.75rem);
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 0em;
}

.text-green {
  color: var(--main-green);
}

/* ==================== css-modal ===================*/

.css-modal-label {
  position: relative;
}

.css-modal-radio {
  position: absolute;
  visibility: hidden;
  opacity: 0;
}

.css-modal {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  opacity: 0;
  transform: translate(0, 100%) scale(0.9);

  transition: opacity 0.7s, transform 0.6s;
  z-index: 1002;
}

.css-modal2 {
  transform: scale(0.8) translate(0, -100%);
  transition: transform 0.35s, opacity 0.35s;
}

.css-modal3 {
  transform: translate(0, 100%) scale(0.9);
}

.css-modal4 {
  transform: scale(0) rotate(180deg);
}

.css-modal-radio:checked + .css-modal, .open_modal, .css-modal:target {
  opacity: 1;
  transform: scale(1);
}


#css-modal-open2:checked + .css-modal2 {
  transform: scale(1) translate(0, 0);
  opacity: 1;
}


#css-modal-open3:checked + .css-modal3 {
  transform: scale(1) translate(0, 0);
  opacity: 1;
}

#css-modal-open4:checked + .css-modal4 {
  transform: scale(1) rotate(0deg);
  opacity: 1;
}

.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
}

.css-modal .content {
  position: absolute;
  max-width: 568px;
  width: 90%;
  max-height: 70%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: linear-gradient(147.31deg, rgba(181, 188, 250, 1) 0%, rgba(238, 249, 254, 1) 47.65%, rgba(200, 213, 255, 1) 100%);
  box-shadow: 0 3px 15px -2px #222;
  padding: 20px;
}

.css-modal .content button img {
  height: 24px;
  width: 24px
}

.css-modal .content a {
  text-decoration-line: underline;

  /* Sky blue */

  color: #4375AF;
}

.close-btn {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 10px;
  right: 20px;
  border-radius: 50%;
  cursor: pointer;
}

.close-btn:after,
.close-btn:before {
  content: "";
  position: absolute;
  width: 70%;
  height: 2px;
  background: var(--main-blue);
  left: 15%;
  top: 50%;
  top: calc(50% - 1px);
  transform-origin: 50% 50%;
  transform: rotate(45deg);
}

.close-btn:before {
  transform: rotate(-45deg);
}

/* ====================footer ==================== */

.footer-logo img {
  max-width: 80px;
  display: block;
}

.footer--title h2 {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 0em;
  text-align: center;
}

.footer--title p {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: center;
}

.footer-links h2 {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 0em;
  text-align: center;
}

.footer-socials p {
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0em;
  text-align: left;
}

.connect-methods__buttons a {
  text-decoration: none !important;
  color: #fefefe !important;
}

/* ======================= Animation ================== */

@media only screen and (min-width: 1024px) {
  .navbar-mb__profile:hover p,
  .navbar-mb__tools__item:hover label p {
    opacity: 1;
  }

  .nft-card:hover {
    transform: scale(1.05);
  }

  .nft-card:hover .nft-card-container {
    transform: scale(0.97);
  }

  .see-more:hover svg {
    transform: translateX(0.5rem);
  }
}
.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-selection--single .select2-selection__clear{position:relative}.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline-block;overflow:hidden;padding-left:8px;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-search--inline{float:left}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin-top:5px;padding:0}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:white;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;user-select:none;-webkit-user-select:none}.select2-results__option[aria-selected]{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff;filter:alpha(opacity=0)}.select2-hidden-accessible{border:0 !important;clip:rect(0 0 0 0) !important;-webkit-clip-path:inset(50%) !important;clip-path:inset(50%) !important;height:1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important;white-space:nowrap !important}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--default .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text}.select2-container--default .select2-selection--multiple .select2-selection__rendered{box-sizing:border-box;list-style:none;margin:0;padding:0 5px;width:100%}.select2-container--default .select2-selection--multiple .select2-selection__rendered li{list-style:none}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-top:5px;margin-right:10px;padding:1px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color:#999;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{color:#333}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline{float:right}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid black 1px;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{background:transparent;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-results__option[role=group]{padding:0}.select2-container--default .select2-results__option[aria-disabled=true]{color:#999}.select2-container--default .select2-results__option[aria-selected=true]{background-color:#ddd}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--highlighted[aria-selected]{background-color:#5897fb;color:white}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:-webkit-linear-gradient(top, #fff 50%, #eee 100%);background-image:-o-linear-gradient(top, #fff 50%, #eee 100%);background-image:linear-gradient(to bottom, #fff 50%, #eee 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic .select2-selection--single:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-right:10px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:-webkit-linear-gradient(top, #eee 50%, #ccc 100%);background-image:-o-linear-gradient(top, #eee 50%, #ccc 100%);background-image:linear-gradient(to bottom, #eee 50%, #ccc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #5897fb}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:transparent;border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:-webkit-linear-gradient(top, #fff 0%, #eee 50%);background-image:-o-linear-gradient(top, #fff 0%, #eee 50%);background-image:linear-gradient(to bottom, #fff 0%, #eee 50%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:-webkit-linear-gradient(top, #eee 50%, #fff 100%);background-image:-o-linear-gradient(top, #eee 50%, #fff 100%);background-image:linear-gradient(to bottom, #eee 50%, #fff 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)}.select2-container--classic .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--multiple .select2-selection__rendered{list-style:none;margin:0;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{color:#888;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{float:right;margin-left:5px;margin-right:auto}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #5897fb}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid transparent}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--classic .select2-results__option[role=group]{padding:0}.select2-container--classic .select2-results__option[aria-disabled=true]{color:grey}.select2-container--classic .select2-results__option--highlighted[aria-selected]{background-color:#3875d7;color:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#5897fb}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
:root {
    --black: #000000;
    --white: #ffffff;
    --grey: #adadad;
    --body-color: #44444d;
    --body-bg: #f8f8f8;
    --submit-search: #8a8686;
    --input-border: #e0e0e0;
    --top-sell-buy-box: #ccc;
    --eee: #eeeeee;
    --theme-color: #000000;
    --box-default-color: #464646;
    --no-wishlist-bg: #9c9c9c96;
    --ordinary-theme: #f1f5fe;
    --ordinary-icon-color: #686869;
    --checked-ele: #adadad;
    --placeholder: #9a9a9a;
    --error-clr: #f1385a;
    --info-clr: #1273eb;
    --warning-clr: #ffa000;
    --success-clr: #5fc67f;
}

textarea {
    resize: none;
}

body {
    background: #fbfbfb;
    color: var(--body-color);
}

.strong {
    font-weight: 600;
    color: var(--black);
    letter-spacing: 0.1px;
}

.light {
    font-weight: 300;
    color: var(--black);
    letter-spacing: 0.1px;
}

a {
    outline: none!important;
}

a:hover {
    text-decoration: none;
}

.no-margin {
    margin: 0!important;
}

.no-top-margin {
    margin-top: 0!important;
}

.no-bottom-margin {
    margin-bottom: 0!important;
}

.no-left-margin {
    margin-left: 0!important;
}

.no-right-margin {
    margin-right: 0!important;
}

.no-padding {
    padding: 0!important;
}

.no-top-padding {
    padding-top: 0!important;
}

.no-bottom-padding {
    padding-bottom: 0!important;
}

.no-left-padding {
    padding-left: 0!important;
}

.no-right-padding {
    padding-right: 0!important;
}

.no-border {
    border: 0px!important;
}

.img-responsive {
    width: 100%;
}

:focus {
    outline: -webkit-focus-ring-color auto 0px;
}


/* custom start */

nav.navbar.nav-style {
    background: var(--white);
    min-height: 60px;
    box-shadow: 0px 1px 5px 0px var(--input-border);
    border-radius: 0;
    padding-top: 5px;
    margin-bottom: 0px;
}

.nav-lr-custom-50 {
    padding-left: 50px;
    padding-right: 50px;
}

.menu {
    display: block;
}

.hamburger {
    display: none;
}

.cross {
    display: none;
}

#submitsearch {
    display: none;
}
/* -- past events and upcoming events bar */

.bar {
  position: relative;
  height: 2px;
  width: 100%;
  background-color: black;
  top: 12px;
}

.event-history {
    width: 25%;
}

/* --placeholder */

.search-section {
    position: absolute;
    bottom: -32px;
    height: 55px;
    max-width: 380px;
    box-shadow: 0px 1px 3px 0px var(--input-border);
    background-color: var(--white);
    border: 1px solid var(--input-border);
    border-radius: 30px;
    margin: auto;
    left: 0;
    right: 0;
}

.search-section #searchInput {
    width: 100%;
    border: 1px solid transparent;
    font-size: 14px;
    background-color: transparent !important;
    padding: 8px 20px 8px 45px;
    -webkit-transition: width 0.8s ease-in-out;
    transition: width 0.8s ease-in-out;
    outline: none;
    display: block;
    height: 55px;
    outline: 0 !important;
    border-radius: 50px;
}

.search-section i.fa-search {
    position: absolute;
    top: 0;
    left: 0;
    padding: 20px;
    color: var(--placeholder);
    font-size: 16px;
}

.search-section #searchInput::-webkit-input-placeholder {
    /* Edge */
    color: var(--placeholder);
}

.search-section #searchInput:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: var(--placeholder);
}

.search-section #searchInput::placeholder {
    color: var(--placeholder);
}

.search-block {
    max-width: 440px;
    padding: 10px;
    text-align: right;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0px 20px 20px auto;
}

.search-block h3 {
    font-size: 42px;
    color: var(--white);
    line-height: 1.2;
    text-shadow: 3px 2px 5px var(--theme-color);
}

.search-block form {
    position: relative;
    width: 80%;
    margin-left: auto;
}

.search-block form i {
    position: absolute;
    left: 0;
    top: 0;
    padding: 15px;
    font-size: 18px;
}

.searchInputPage {
    width: 100% !important;
    height: 48px;
    border-radius: 10px;
    padding: 5px 15px;
    font-size: 16px;
    font-weight: 700;
    padding-left: 40px;
    border: 1px solid #ffffff;
}

.input-element-form-search {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 20px;
    width: 100%;
    height: 320px;
    display: flex;
    justify-content: flex-end;
}

.top-sell-buy-box {
    background: var(--white);
    padding: 8px 10px;
    border-radius: 15px;
    box-shadow: -1px 2px 3px var(--input-border);
    margin-bottom: 10px;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.top-sell-buy-box::after {
    content: "";
    clear: both;
    display: block;
}

.top-sell-buy-box-img {
    position: relative;
    display: table;
    width: 50px;
}

.top-sell-buy-box-img img {
    border-radius: 50%;
    height: 50px;
    width: 50px;
}

.top-sell-buy-box-img i {
    position: absolute;
    color: var(--theme-color);
    bottom: 5px;
    right: -2px;
    font-size: 16px;
    background-color: var(--white);
    border-radius: 50%;
}

.top-sell-buy-box-content {
    padding-left: 15px;
    width: calc(100% - 50px);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.top-sell-buy-box-content p {
    margin: 0;
}

.top-sell-buy-box-content h4 {
    font-weight: 600;
    word-wrap: break-word;
    font-size: 14px;
    margin-top: 5px;
    margin-bottom: 3px;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
}

.top-sell-buy-box-content p {
    color: var(--checked-ele);
    font-weight: 400;
    font-size: 13px;
    margin-bottom: 0;
    line-height: 19.32px;
}

.padding-lr-custom-50 {
    padding-left: 50px;
    padding-right: 50px;
}

.top-sellers-section,
.top-buyer-section {
    padding-bottom: 10px;
}

.top-sellers-section h3,
.top-buyer-section h3,
.cl-h3 {
    margin-top: 0;
    font-size: 20px;
    font-weight: 500 !important;
}

.anchor-view {
    color: var(--theme-color);
    text-decoration: underline;
    font-size: 13px;
    font-weight: 300;
}

.anchor-view i {
    color: var(--theme-color);
    font-size: 15px;
}

.hot-coll-box {
    background: var(--white);
    box-shadow: -1px 2px 4px 0px var(--input-border);
    margin-bottom: 10px;
    border-radius: 15px;
}

.hot-coll-img {
    height: 180px;
    border-radius: 15px 15px 0px 0px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.hot-coll-img img {
    border-radius: 15px 15px 0px 0px;
    width: 100%;
    display: none;
}

.box-hot-bids {
    background: var(--white);
    border-radius: 15px;
    box-shadow: -1px 2px 3px var(--input-border);
    margin-bottom: 10px;
}

.hot-coll-box a {
    text-decoration: none;
}

.hot-coll-content {
    padding: 15px;
}

.hot-coll-content p,
.hot-coll-content h4 {
    margin: 0;
    font-size: 14px;
    font-weight: 700 !important;
    color: var(--black);
    line-height: 1.5;
    letter-spacing: 0.5px;
}

.hot-coll-content p {
    font-size: 12px;
}

.hot-coll-content p span {
    color: var(--placeholder);
    font-weight: 700 !important;
}

.hot-bids-icon-heart {
    position: absolute;
    right: 30px;
    top: 20px;
    border-radius: 50%;
    width: 28px;
    height: 28px;
}

.wishlist {
    background: var(--white);
    z-index: 1;
}

.wishlist i {
    color: var(--theme-color);
    padding-left: 7.5px;
    padding-top: 7.5px;
}

.hot-bid-auth-img {
    display: flex;
    width: 75%;
    float: left;
}

.hot-bid-opt-img {
    width: 100%;
    display: block;
    float: left;
    position: relative;
    top: -20px;
    padding-left: 15px;
}

.hot-bid-opt-icon {
    width: 25%;
    float: left;
    padding-right: 15px;
}

.hot-bid-auth-img img {
    height: 40px;
    width: 40px!important;
    border-radius: 50%;
}

.hot-bid-auth-img img:not(:first-child) {
    margin-left: -20px;
}

.t-app-two {
    position: relative;
    left: -20px;
}

.t-app-three {
    position: relative;
    left: -40px;
}

.hot-bid-auth-img i {
    color: var(--theme-color);
    margin-left: -55px;
    font-size: 18px;
    padding-top: 20px;
    z-index: 1;
}

.hot-bid-auth-img i::before {
    background: var(--white);
    border-radius: 50%;
}

.hot-bids-content {
    display: flex;
    min-height: 100px;
    position: relative;
    top: -8px;
    flex-direction: column;
    padding: 0 15px;
    justify-content: space-between;
}

.hot-bids-content h4 {
    margin-top: 0;
    font-size: 14px;
    color: var(--black);
    font-weight: 700 !important;
    line-height: 1.3;
}

.hot-bids-img img {
    width: 100%;
    border-radius: 20px 20px 0px 0px;
    display: none!important;
}

.hot-bids-img {
    height: 230px;
    border-radius: 20px 20px 0px 0px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.more-list {
    display: flex;
    padding: 0;
    height: 32px;
    width: 32px;
    border-radius: 50%;
    border: 1px solid var(--input-border);
    background: var(--white);
    justify-content: center;
    align-items: center;
    float: right;
    cursor: pointer;
}

.place-bid {
    background: var(--theme-color);
    color: var(--white);
    padding: 5px 15px;
    border-radius: 20px;
    display: inline-block;
    font-size: 13px;
    border: 1px solid var(--theme-color);
}

.hot-bid-opt-icon ul.dropdown-menu {
    top: 40px;
    left: -110px;
    border-radius: 10px;
    box-shadow: 0px 0px 7px -1px var(--top-sell-buy-box);
    border: none;
}

.hot-bids-content p {
    font-size: 13px;
}

.place-bid:hover {
    color: var(--theme-color);
    background: var(--white);
    border: 1px solid var(--theme-color);
}

.more-list i {
    font-size: 16px;
    color: var(--body-color);
}

.no-wishlist {
    background: var(--no-wishlist-bg);
    z-index: 1;
}

.no-wishlist i {
    color: var(--body-bg);
    padding-left: 7.5px;
    padding-top: 7.5px;
}

div#hot-bids-carousel .owl-nav {
    position: relative;
    top: -240px;
}

div#hot-bids-carousel .owl-nav button.owl-prev {
    display: inline-block;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    border: 1px solid var(--input-border);
    background: var(--white);
    position: absolute;
    left: 0;
}

div#hot-bids-carousel .owl-nav button.owl-prev span {
    font-size: 40px;
    color: var(--body-color);
    line-height: 0;
    display: inline-block;
    padding-top: 15px;
}

div#hot-bids-carousel .owl-nav button.owl-next {
    display: inline-block;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    border: 1px solid var(--input-border);
    background: var(--white);
    position: absolute;
    right: 0;
}

div#hot-bids-carousel .owl-nav button.owl-next span {
    font-size: 40px;
    color: var(--body-color);
    line-height: 0;
    display: inline-block;
    padding-top: 15px;
}

.featured-creators-box {
    background: var(--white);
    box-shadow: 1px 1px 5px 0px var(--input-border);
    margin-bottom: 10px;
    border-radius: 15px;
}

.featured-creators-box-img-bg img {
    border-radius: 15px 15px 0px 0px;
    width: 100%;
    display: none;
}

.featured-creators-box-img-bg {
    height: 160px;
    border-radius: 15px 15px 0px 0px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.featured-creators-box-img-profile {
    width: 100px;
    height: 100px;
    margin-left: auto;
    margin-right: auto;
    margin-top: -55px;
    position: relative;
}

.featured-creators-box-img-profile img {
    border-radius: 50%;
    background: var(--white);
    padding: 5px;
    border: 1px solid var(--input-border);
    width: 100px;
    height: 100px;
}

.featured-creators-box-content {
    text-align: center;
    padding-bottom: 25px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-wrap: break-word;
    width: 100%;
}

.featured-creators-box-content h4 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 5px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-wrap: break-word;
    width: 100%;
}

.featured-creators-box-content a {
    color: var(--theme-color);
    font-weight: 700;
    margin: 0;
    font-size: 13px;
}

.section.portfolio .filters {
    text-align: center;
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.section.portfolio .filters ul.grayscale-css {
    padding: 0;
    margin-bottom: 0;
    display: inline-block;
    border-bottom: 1px solid var(--no-wishlist-bg);
    overflow-x: hidden;
    overflow-y: hidden;
    white-space: nowrap;
    width: calc(100% - 120px);
}

.section.portfolio .filters ul.grayscale-css:hover {
    overflow-x: auto;
}

.section.portfolio .filters ul.grayscale-css li {
    list-style: none;
    cursor: pointer;
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
    position: relative;
    padding: 5px 25px;
    margin-bottom: -1px;
    margin-left: 10px;
    display: inline-block;
    float: unset;
    white-space: nowrap;
}

.section.portfolio .filters ul.grayscale-css li a {
    font-size: 14px;
    font-weight: 600;
}

.section.portfolio .filters ul.grayscale-css li:after {
    content: "";
    display: block;
    position: absolute;
    height: 2px;
    background: #333;
    transition: width 350ms ease-out;
}

.section.portfolio .filters ul.grayscale-css li.active:after {
    width: 100%;
    background: var(--theme-color);
    height: 4px;
    margin-top: 2px;
    border-radius: 25px;
    left: 0;
}

.section.portfolio .filters-content {
    margin-top: 20px;
}

.section.portfolio .filters-content .show {
    opacity: 1;
    visibility: visible;
    transition: all 350ms;
}

.section.portfolio .filters-content .hide {
    opacity: 0;
    visibility: hidden;
    transition: all 350ms;
}

.section.portfolio .filters-content .item {
    text-align: center;
    cursor: pointer;
    margin-bottom: 30px;
}

.section.portfolio .filters-content .item .p-inner {
    padding: 20px 30px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.section.portfolio .filters-content .item .p-inner h5 {
    font-size: 15px;
}

.section.portfolio .filters-content .item .p-inner .cat {
    font-size: 13px;
}

.section.portfolio .filters-content .item img {
    width: 100%;
}

footer {
    background: var(--white);
}

.footer {
    position: relative;
    overflow: hidden;
    flex: 0 0 auto;
    width: 100%;
    background: #ffffff;
    border-radius: 0;
    box-shadow: 0px -4px 20px -20px #0000002b;
    /* border-top: 1px solid var(--black); */
}

.quick-link h4,
.community h4,
.social-media h4 {
    font-weight: 700;
    letter-spacing: 0.5px;
    font-size: 16px;
}

.community ul,
.quick-link ul {
    padding-left: 15px;
}

.quick-link ul li,
.community ul li {
    list-style-type: none;
    font-size: 14px;
    padding: 8px 0;
}

.quick-link ul li a,
.community ul li a {
    color: var(--ordinary-icon-color);
}

.social-media ul {
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
}

.social-media ul li {
    list-style-type: none;
    font-size: 16px;
    color: var(--theme-color);
    padding: 0;
    box-shadow: 1px 1px 5px 0px var(--no-wishlist-bg);
    margin: 4px;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* cursor: pointer; */
}

.social-media ul li a {
    display: flex;
    padding: 10px;
    height: 40px;
    width: 40px;
    justify-content: center;
    align-items: center;
}

.social-media ul li a i {
    color: var(--theme-color);
    text-align: center;
}

.li-copy {
    float: right;
}

.li-copy ul {
    display: flex;
    padding-left: 0;
}

.li-copy ul li {
    list-style-type: none;
    padding-left: 15px;
    padding-right: 15px;
}

.li-copy ul li a {
    color: var(--submit-search);
}

.select-option {
    position: relative;
    max-width: 110px;
    margin-left: auto;
    margin-right: 0;
}

.select-option i.fa.fa-angle-down {
    position: absolute;
    right: 15px;
    top: 8px;
    padding: 0px;
}

.form-control#sellers,
.form-control#buyers {
    border-radius: 20px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 120px;
    -webkit-appearence: none !important;
    appearance: none !important;
    font-size: 13px !important;
    font-weight: 500;
    height: 30px;
    line-height: 1.3;
    color: var(--black);
    border: 1px solid var(--input-border);
    box-shadow: none !important;
}

.form-control#sellers:hover,
.form-control#buyers:hover,
.form-control#sellers:focus,
.form-control#buyers:focus,
.form-control#sellers:active,
.form-control#buyers:active {
    border: 1px solid var(--input-border) !important;
}

.my-explore-div {
    width: 20%;
    float: left;
}

.box-explore-bids {
    background: var(--white);
    border-radius: 15px;
    box-shadow: -1px 2px 3px var(--input-border);
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 15px;
}

.explore-bids-icon-heart {
    position: absolute;
    right: 10px;
    top: 10px;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    cursor: pointer;
}

.box-explore-bids {
    position: relative;
    display: block;
}

.explore-bid-opt-img {
    width: 100%;
    display: flex;
    position: relative;
    top: -20px;
    padding: 0 15px;
    flex-direction: row;
}

.explore-bid-auth-img {
    display: flex;
    width: 75%;
    float: left;
}

.explore-bid-auth-img a {
    position: relative;
    display: flex;
}

.explore-bid-auth-img a i {
    right: initial;
    left: -10px;
    top: 22px;
    font-size: 14px;
}

.explore-bid-auth-img a,
.explore-bid-auth-img img {
    height: 32px;
    width: 32px!important;
    border-radius: 50%;
}

.explore-bid-auth-img a:not(:first-child),
.explore-bid-auth-img img:not(:first-child) {
    margin-left: -15px;
    z-index: 1;
}

.explore-bid-auth-img i {
    color: var(--theme-color);
    margin-left: -10px;
    font-size: 16px;
    top: 25px;
    z-index: 1;
    position: relative;
    left: -12px;
    background: var(--white);
    display: inline;
    border-radius: 50%;
    width: 14px;
    height: 14px;
}

.explore-bid-opt-icon {
    width: 25%;
    float: left;
}

.explore-bids-img img {
    border-radius: 15px 15px 0px 0px;
    display: none!important;
}

.explore-bids-img {
    height: 190px;
    border-radius: 15px 15px 0px 0px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-bottom: 1px solid var(--input-border);
    position: relative;
}

.explore-bid-opt-icon ul.dropdown-menu {
    top: 40px;
    left: initial;
    border-radius: 10px;
    box-shadow: 0px 0px 7px -1px var(--top-sell-buy-box);
    border: none;
    min-width: 100px;
    right: 0;
}

.explore-bid-opt-icon ul.dropdown-menu>li>a {
    display: block;
    padding: 2px 12px;
    clear: both;
    font-weight: 300;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    font-size: 12px;
}

.explore-bids-content {
    display: flex;
    min-height: 100px;
    position: relative;
    top: -10px;
    flex-direction: column;
    padding: 0 15px;
    justify-content: space-between;
}

.explore-bids-content p,
.explore-bids-content h4 {
    margin-bottom: 0;
    margin-top: 5px;
    word-wrap: break-word;
}

.explore-bids-content h4 {
    font-size: 14px;
    color: var(--black);
    font-weight: 700 !important;
    line-height: 1.3;
}

.explore-bids-content p {
    font-size: 13px;
    /* margin-top: 15px; */
}

.explore-bids-content p.bid_status {
    margin-top: 20px;
    color: var(--ordinary-icon-color);
}

.filter-part {
    width: 100px;
    display: block;
    padding-left: 0;
    position: relative;
    padding: 5px 12px;
    border-radius: 50px;
    margin-left: 10px;
    background-color: var(--input-border);
}

.filter-icon i {
    color: var(--theme-color);
    font-size: 16px;
}

.filter-content {
    font-size: 14px;
    font-weight: 600;
    padding-left: 5px;
}

#myNavbar {
    position: relative;
}

#myNavbar .nav>li>a.create-clr {
    background: var(--ordinary-theme);
    border-radius: 20px;
    padding: 10px 25px !important;
    margin-top: 6px;
    margin-left: 5px;
    margin-right: 5px;
    font-weight: 600;
    letter-spacing: 0px;
}

#myNavbar .nav>li>a.create-clr:hover,
#myNavbar .nav>li>a.create-clr:focus,
#myNavbar .nav>li>a.create-clr:active {
    background: var(--theme-color) !important;
    color: var(--white) !important;
}

.collapse.navbar-collapse.navbar-break-val a.connect-wallet,
.collapse.navbar-collapse.navbar-break-val a.create-clr {
    margin-bottom: 8px;
}

#myNavbar .nav>li>a.connect-wallet {
    background: var(--theme-color);
    border-radius: 20px;
    padding: 10px 25px !important;
    margin-top: 6px;
    color: var(--white)!important;
    margin-left: 5px;
    margin-right: 5px;
    font-weight: 600;
    letter-spacing: 0px;
    /* border: 1px solid var(--theme-color); */
}

#myNavbar .nav>li>a.connect-wallet:hover,
#myNavbar .nav>li>a.connect-wallet:focus,
#myNavbar .nav>li>a.connect-wallet:active {
    background: var(--ordinary-theme) !important;
    /* border: 1px solid var(--theme-color); */
    color: var(--black) !important;
}

.community-ddm {
    box-shadow: -1px 1px 3px 0px var(--input-border);
    border: 1px solid var(--body-bg);
    width: 170px;
    border-radius: 10px;
}

.community-ddm li a {
    padding-top: 7px;
    padding-bottom: 7px;
    color: var(--black);
    font-weight: 500;
    font-size: 14px;
}

.community-ddm li a:hover,
.community-ddm li a:focus,
.community-ddm li a:active {
    color: var(--theme-color) !important;
    background-color: transparent !important;
}

li.communit-ddm-social-media a i {
    font-size: 22px;
    color: var(--black);
}

li.communit-ddm-social-media {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

li.communit-ddm-social-media a {
    padding: 5px 0;
}

li.communit-ddm-social-media a:hover,
li.communit-ddm-social-media a:focus,
li.communit-ddm-social-media a:active {
    color: var(--theme-color) !important;
    background-color: transparent !important;
}

li.communit-ddm-social-media a:hover i,
li.communit-ddm-social-media a:focus i,
li.communit-ddm-social-media a:active i {
    color: var(--theme-color) !important;
}

.load-more-items {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}

.load-more-items a {
    text-align: center;
    background: var(--theme-color);
    color: var(--white);
    padding: 8px 25px;
    border-radius: 20px;
    display: inline-block;
    font-size: 14px;
    border: 1px solid var(--theme-color);
    font-weight: 700;
}

.load-more-items a:hover,
.load-more-items a:focus,
.load-more-items a:active {
    color: var(--white);
}

#connect-wallet-modal .modal-content {
    border-radius: 15px;
    border: none;
}

#connect-wallet-modal .modal-header {
    background: var(--theme-color);
    padding-top: 12px;
    padding-bottom: 12px;
    border-radius: 15px 15px 0 0px;
}

#connect-wallet-modal .modal-header .modal-title {
    color: var(--white);
    font-size: 20px;
    font-weight: 700;
}

div#connect-wallet-modal .modal-header button.close {
    color: var(--white)!important;
    font-size: 16px;
    font-weight: 700;
    border: 2px solid var(--white);
    border-radius: 50%;
    height: 28px;
    width: 28px;
    opacity: 1;
    margin-top: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.theme-clr {
    color: var(--theme-color);
}

.img-wallet {
    width: 40px;
    height: 40px;
    display: inline-block;
}

.box-item-wallet {
    border: 1px solid var(--no-wishlist-bg);
    border-radius: 15px;
    padding: 12px 15px;
    width: 100%;
    max-width: 250px;
    margin: auto;
    margin-bottom: 10px;
    text-align: center;
}

.content-connect-wallet {
    padding-left: 15px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    font-family: ClanPro-Book;
}

.single-multiple-create {
    padding: 20px;
    background: var(--white);
    border-radius: 15px;
    box-shadow: -1px 1px 4px 0px var(--input-border);
    margin: 10px;
    max-width: 160px;
    width: 100%;
    text-align: center;
}

.single-multiple-create img {
    height: 130px;
}

section.create-collectible-section .single-multiple-create p {
    text-align: center;
    font-size: 13px;
    padding-top: 10px;
    font-weight: 700;
    letter-spacing: 0.5px;
    margin: 0 !important;
    color: var(--black);
}

.sign__group.upload-profile-image {
    flex-direction: row;
}

.avatar-upload {
    position: relative;
    margin: 0;
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.avatar-edit {
    text-align: center;
    margin-top: 10px;
}

.avatar-edit p {
    text-align: center;
    margin-bottom: 0;
    font-size: 13px;
    padding-left: 5px;
    margin-top: 8px;
}

.avatar-upload .avatar-edit input {
    display: none;
}

.avatar-upload .avatar-edit input+label {
    display: inline-block;
    width: auto;
    height: auto;
    border: 1px solid transparent;
    box-shadow: 0px 2px 4px 0px var(--input-border);
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    background: var(--submit-search);
    border-radius: 20px;
    padding: 5px 22px !important;
    margin-top: 6px;
    font-weight: 700;
    margin-bottom: 5px;
    color: var(--white);
    font-size: 12px;
    user-select: none;
}

.avatar-upload .avatar-edit input+label:hover i,
.avatar-upload .avatar-edit input+label:hover {
    background: var(--theme-color);
    color: var(--white);
}

.avatar-upload .avatar-preview {
    width: 100px;
    height: 100px;
    position: relative;
    border-radius: 50%;
    box-shadow: 0px 2px 4px 0px var(--input-border);
    background-color: var(--body-bg);
}

.avatar-upload .avatar-preview>div {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-left: auto;
    margin-right: auto;
}

.avatar-upload.border-right-lite {
    border-right: 1px solid #eee;
}

.avatar-upload .avatar-preview.banner_preview {
    width: 70%;
    border-radius: 2px;
}

.avatar-upload .avatar-preview>div#bannerPreview, .avatar-upload .avatar-preview>div#ktpPreview {
    width: 100%;
    height: 100%;
    border-radius: 2px;
}

.ktp-preview {
  width: 100px;
  height: 100px;
  position: relative;
  border-radius: 2px;
  box-shadow: 0px 2px 4px 0px var(--input-border);
  background-color: var(--body-bg);
}

.ktp_preview {
  width: 230px !important;
  height: 150px !important;
  border-radius: 2px !important;
}

.ktp_preview_admin {
  width: 230px !important;
  height: 150px !important;
  border-radius: 2px !important;
  margin: 0 auto;
}

.edit-profile-box {
    max-width: 560px;
    margin: auto;
}

.edit-profile-style label {
    font-size: 12px;
    padding-left: 5px;
    margin-bottom: 2px;
}

.edit-profile-box h3 {
    margin: 0;
    margin-bottom: 10px;
    font-size: 22px;
}

.edit-profile-box p {
    font-size: 16px;
    margin-bottom: 0;
}

.edit-profile-style {
    border-radius: 15px;
    box-shadow: -1px 1px 4px 0px var(--input-border);
    background: var(--white);
    margin: 20px 0;
    padding: 15px;
}

.edit-profile-style .inner_para {
    padding-left: 5px;
    margin: 1px 0 10px;
    font-size: 13px;
}

.input-custom {
    height: 45px;
    border-radius: 10px;
    border: 1px solid var(--input-border) !important;
    box-shadow: none !important;
}

.nft-url {
    width: 100%;
    display: flex;
    border: 1px solid var(--input-border);
    height: 45px;
    border-radius: 10px;
    flex-direction: row;
    overflow: hidden;
    padding: 3px;
}

.nft-url .custom-url-pre-text {
    width: 75px;
    display: flex;
    padding: 0 10px;
    align-items: center;
    /* background: var(--input-border); */
    border-radius: 8px 0 0 8px;
    font-size: 14px;
    font-weight: 700;
}

.nft-url input#custom-url {
    width: calc(100% - 75px);
    display: flex;
    padding: 5px 10px;
    border: none !important;
    height: 37px;
    box-shadow: none !important;
    justify-content: center;
    align-items: center;
}

.nft-twitter-user {
    width: 100%;
    display: flex;
    border: 1px solid var(--input-border);
    height: 45px;
    border-radius: 10px;
    flex-direction: row;
    overflow: hidden;
    padding: 3px;
}

.nft-twitter-user .custom-nft-twitter-user {
    width: 35px;
    display: flex;
    padding: 0 10px;
    align-items: center;
    /* background: var(--input-border); */
    border-radius: 8px 0 0 8px;
    font-size: 14px;
    font-weight: 700;
}

.nft-twitter-user input#twitter-username {
    width: calc(100% - 95px);
    display: flex;
    padding: 5px 10px;
    border: none !important;
    height: 37px;
    box-shadow: none !important;
    justify-content: center;
    align-items: center;
}

.nft-twitter-user .custom-nft-link-details {
    width: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    /* background: var(--input-border); */
    border-radius: 0 8px 8px 0;
    font-size: 14px;
    font-weight: 700;
    color: var(--theme-color);
}

.nft-personal-portfolio {
    width: 100%;
    display: flex;
    border: 1px solid var(--input-border);
    height: 45px;
    border-radius: 10px;
    flex-direction: row;
    overflow: hidden;
    padding: 3px;
}

.nft-personal-portfolio .nft-personal-portfolio-content {
    width: 70px;
    display: flex;
    padding: 0 10px;
    align-items: center;
    /* background: var(--input-border); */
    border-radius: 8px 0 0 8px;
    font-size: 14px;
    font-weight: 700;
}

.nft-personal-portfolio input#personal-site-or-portfolio {
    width: calc(100% - 70px);
    display: flex;
    padding: 5px 10px;
    border: none !important;
    height: 37px;
    box-shadow: none !important;
    justify-content: center;
    align-items: center;
}

.navbar-brand {
    padding: 6px 0;
    margin-left: 0 !important;
}

.navbar-brand>img {
    display: block;
    width: 80px;
}

.upload-form,
.preview-details {
    background: var(--white);
    box-shadow: 1px 1px 4px 0px var(--input-border);
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 15px;
    padding: 15px;
    display: block;
    position: relative;
    width: 100%;
}

.switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 28px;
    float: right;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--top-sell-buy-box);
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked+.slider {
    background-color: var(--theme-color);
}

input:checked+.slider:before {
    -webkit-transform: translateX(23px);
    -ms-transform: translateX(23px);
    transform: translateX(23px);
}


/* Rounded sliders */

.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.para-color {
    color: var(--ordinary-icon-color);
}

.radio-img .image {
    width: 150px;
    height: 160px;
    display: inline-block;
    margin-left: 10px;
    border-radius: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.radio-img .image:hover {
    opacity: 0.8;
}

.radio-img>input {
    display: none;
}

.radio-img>.image {
    cursor: pointer;
    /* box-shadow: -1px 2px 3px var(--input-border); */
    border: 1px solid var(--input-border);
}

.radio-img>input:checked+.image {
    /*border: 1px solid var(--theme-color);*/
    background: var(--ordinary-theme);
}

.radio-img>input:checked+.image::after {
    color: var(--theme-color);
    margin-right: 20px;
    font-size: 18px !important;
    z-index: 1;
    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;
    content: "\f058";
    float: right;
}

.icon-style-choose-collection {
    margin-top: 30px;
}

.icon-style-choose-collection span {
    background: var(--theme-color);
    color: var(--white);
    font-size: 22px;
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    line-height: 38px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.label-style-choose-collection {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 5px;
}

.para-style-choose-collection {
    text-align: center;
}


/* codrops-header */

.codrops-header {
    width: 100%;
    max-width: 800px;
    text-align: center;
    margin: 0 auto;
    padding: 0 0 1em 0;
}

.codrops-header footer {
    color: #b39295;
    margin-top: 40px;
}

.codrops-header footer a:hover,
.codrops-header footer a:focus {
    color: #4b0f31;
}

.codrops-header .box {
    background-color: var(--body-bg);
    padding: 45px 1.25rem;
    border: 2px dashed var(--input-border);
    border-radius: 15px;
}

.codrops-header .box+.box {
    margin-top: 2.5rem;
}


/********** File Input Style starts here ********/

.codrops-header .inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.codrops-header .inputfile+label {
    max-width: 80%;
    font-size: 1.25rem;
    /* 20px */
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    padding: 10px 25px !important;
    border-radius: 20px;
}

.no-js .codrops-header .inputfile+label {
    display: none;
}

.codrops-header .inputfile:focus+label,
.codrops-header .inputfile.has-focus+label {
    outline: 1px dotted #000;
    outline: -webkit-focus-ring-color auto 5px;
}

.codrops-header .inputfile+label * {
    color: var(--white);
    font-weight: 700;
}

.codrops-header .inputfile+label svg {
    width: 1em;
    height: 1em;
    vertical-align: middle;
    fill: currentColor;
    margin-top: -0.25em;
    margin-right: 0.25em;
}


/* style 1 */

.codrops-header .inputfile-1+label {
    background-color: var(--theme-color);
    outline: 0 !important;
    color: var(--white);
}

.codrops-header .inputfile-1:focus+label,
.codrops-header .inputfile-1.has-focus+label,
.codrops-header .inputfile-1+label:hover {
    background-color: var(--theme-color);
    color: var(--white);
}

.codrops-header .box .placeholder {
    display: block;
    padding-bottom: 35px;
}

.image_placement {
    min-height: 220px;
    /* padding-top: 35px; */
}

.collectible-padding-responsive {
    padding-left: 100px;
    padding-right: 100px;
}

.close-preview-button {
    display: none;
    padding-left: 14px;
    padding-top: 10px;
    background: var(--white);
    border-radius: 50%;
    height: 40px;
    width: 40px;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
    position: absolute;
    top: 10px;
    right: 26px;
    /* display: flex; */
    padding: 0 !important;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.close-preview-button1 {
    display: none;
    padding-left: 6px;
    padding-top: 2px;
    background: var(--white);
    border-radius: 50%;
    height: 40px;
    width: 40px;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
    position: absolute;
    top: 10px;
    right: 26px;
    /* display: flex; */
    padding: 0 !important;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.image-fav {
    width: 300px;
    height: 40px;
    margin-left: auto;
    margin-right: auto;
}

.content-fav {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
}

.close-preview-button span {
    font-weight: 700;
}

.close-preview-button1 span {
    font-weight: 700;
    cursor: pointer;
    position: relative;
    top: 0px;
    left: 0px;
}

.token-maximize {
    background: var(--white);
    height: 40px;
    width: 40px;
    border-radius: 50%;
    box-shadow: -1px 2px 3px var(--input-border);
    border: 1px solid var(--top-sell-buy-box);
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
}

.token-maximize img.img-responsive {
    width: 20px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 9px;
}

.token-heart {
    background: var(--theme-color);
    height: 40px;
    width: 40px;
    border-radius: 50%;
    box-shadow: -1px 2px 3px var(--input-border);
    border: 1px solid var(--input-border);
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
    cursor: pointer;
}

.token-heart i {
    font-size: 20px;
    color: var(--white);
    padding: 10px 0 0 9px;
}

.token-heart.no-wishlist {
    background: var(--input-border);
}

.token-heart.no-wishlist i {
    color: var(--body-color);
}

.display-section-heart-maximize {
    display: flex;
    position: absolute;
    right: 80px;
    z-index: 1;
}

.token-section {
    background: var(--white);
}

.image_get_attachment {
    min-height: 400px;
}

.token-image {
    margin-left: auto;
    margin-right: auto;
    min-height: 385px;
}

.token-image-grp {
    margin-left: auto;
    margin-right: auto;
    display: block;
    max-width: 430px;
    border-radius: 15px;
    box-shadow: -1px 1px 5px var(--submit-search);
    overflow: hidden;
    position: relative;
}

.token-image.img-div-js-element .token-image-grp {
    max-width: 560px;
}

.token-image-grp audio {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 15px;
    height: 28px;
    margin: auto;
    width: 95%;
}

.token-main-section {
    margin-top: -18px;
    background: var(--white);
    padding-top: 30px;
}

.token-profile-details {
    padding: 5px 5px;
    width: 275px;
    border: 1px solid var(--input-border);
    border-radius: 40px;
    margin-left: auto;
    margin-right: auto;
    background: var(--white);
    box-shadow: -1px 2px 3px var(--input-border);
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.token-profile-image {
    display: flex;
    position: relative;
    width: 52px;
}

.token-profile-details .token-profile-image img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: inline-block;
}

.token-profile-name {
    display: flex;
    padding-left: 15px;
    width: calc(100% - 52px);
}

.token-profile-share-details {
    width: 140px;
    border-radius: 40px;
    margin-left: auto;
    margin-right: 10px;
    margin-top: 10px;
    background: var(--white);
    border: 1px solid var(--input-border);
    box-shadow: -1px 2px 3px var(--input-border);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.token-profile-share-details-padding {
    padding: 5px 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.token-profile-share-image {
    display: inline-block;
}

.token-profile-share-details .token-profile-share-image img {
    width: 20px;
    height: 20px;
    display: inline-block;
}

.token-share-profile-name {
    display: inline-block;
    padding-left: 15px;
}

.token-profile-details .token-profile-image i {
    color: var(--theme-color);
    right: -5px;
    font-size: 20px;
    position: absolute;
    bottom: 5px;
    background: var(--white);
    border-radius: 50%;
}

.token-profile-name h4 {
    font-weight: 700;
    color: var(--body-color);
}

.token-share-profile-name h4 {
    font-weight: 600;
    letter-spacing: .5px;
    color: var(--body-color);
}

.cl-token {
    position: relative;
    top: -60px;
}

.padding-lr-token-75 {
    padding-left: 75px;
    padding-right: 75px;
}

.tabs-content-bg {
    background: var(--body-bg);
    padding-bottom: 15px;
}

.heading-token-style {
    display: block;
    width: 100%;
    float: left;
}

.heading-token-style-details {
    display: inline-block;
    width: 90%;
    float: left;
}

.heading-token-style-details p {
    font-size: 16px;
    color: var(--body-color);
}

.heading-token-style-details h3 {
    margin-bottom: 30px;
    margin-bottom: 15px;
    font-size: 22px;
    max-width: 330px;
    color: var(--body-color);
}

.heading-token-style-more {
    display: inline-block;
    width: 10%;
}

h3.user_name_heading {
    font-size: 22px;
    max-width: 330px;
    color: var(--body-color);
    margin-top: 10px;
    margin-bottom: 0;
}

.more-elements {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    box-shadow: -1px 1px 3px var(--input-border);
    border: 1px solid var(--input-border);
    display: flex;
    margin-left: 10px;
    margin-right: 10px;
    padding: 0;
    justify-content: center;
    align-items: center;
}

.more-elements i {
    font-size: 18px;
    color: var(--body-color);
}

.more-token-page {
    left: auto;
    right: 15px;
    top: 45px;
}

.more-token-page-token {
    left: auto;
    right: -40px;
    top: 50px;
}

.more-token-page-filter {
    left: auto;
    right: -5px;
    top: 35px;
}

.more-token-page-filter .label {
    color: var(--ordinary-icon-color);
    font-weight: 400;
    padding-bottom: 10px;
    font-size: 14px;
    text-align: left;
}

.more-token-page-filter li a.active {
    text-decoration: line-through;
    background: transparent !important;
    color: var(--black);
}

.more-token-page-filter li a.active::after {
    color: var(--theme-color);
    margin-left: -15px;
    font-size: 18px!important;
    z-index: 1;
    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;
    content: "\f058";
    float: right;
}

.token-info-own-bids-history {
    padding-top: 15px;
    display: block;
    width: 100%;
    float: left;
    border-bottom: 0px solid #ddd;
}

.token-info-own-bids-history.nav-tabs>li>a {
    font-size: 14px;
    font-weight: 600;
}

.token-info-own-bids-history.nav-tabs>li.active>a,
.token-info-own-bids-history.nav-tabs>li.active>a:focus,
.token-info-own-bids-history.nav-tabs>li.active>a:hover {
    color: var(--theme-color);
    font-weight: 600;
    cursor: default;
    background-color: var(--white);
    border: 0px solid #ddd;
    border-bottom-color: transparent;
}

.token-info-own-bids-history li a {
    border: 0px solid #ddd;
    border-bottom: 3px solid transparent;
}

.token-info-own-bids-history li.active a {
    border-bottom: 3px solid var(--theme-color) !important;
}

.token-collections {
    padding: 15px 15px;
    border-radius: 15px;
    background: var(--white);
    margin-bottom: 10px;
    display: flex;
    flex-direction: row;
    position: relative;
    overflow: hidden;
}

.token-collections-images {
    display: flex;
    position: relative;
    width: 50px;
}

.token-collections-images img.img-responsive {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.token-collections-images i {
    color: var(--theme-color);
    font-size: 20px;
    background: var(--white);
    border-radius: 50%;
    position: absolute;
    right: -4px;
    bottom: 2px;
}

.token-collections-button {
    display: flex;
    flex-direction: row;
    width: 120px;
    justify-content: flex-end;
    align-items: center;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    background: var(--input-border);
    transform: translate(102%, 0px);
    transition: all 0.5s ease-out;
    border-left: 2px solid var(--input-border);
}

.token-collections:hover .token-collections-button {
    transform: translate(0px, 0px);
}

.token-collections-button p {
    margin-bottom: 0;
}

i.fa.fa-angle-left.angleIcon {
    font-size: 22px;
    position: absolute;
    left: -28px;
    top: calc(50% - 15px);
    background: var(--input-border);
    padding: 5px 10px;
    border-radius: 15px 0 0 15px;
}

.token-collections-details {
    display: flex;
    flex-direction: column;
    padding-left: 15px;
    /* width: calc(100% - 250px); */
    justify-content: center;
}

.token-collections-details p {
    margin-bottom: 2px;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.5px;
    color: var(--submit-search);
}

.token-collections-details h4 {
    margin: 0px 0;
    font-size: 16px;
    font-weight: 600;
    max-width:200px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.border-bottom-gray-custom {
    border-bottom: 1px solid var(--top-sell-buy-box);
}

.token-details-sidebar {
    padding: 20px 0;
    border-radius: 15px;
    background: var(--white);
    width: 100%;
    text-align: center;
    box-shadow: -1px 1px 5px var(--input-border);
    margin-top: -45px;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
    position: fixed !important;
    top: 300px !important;
    right: 0;
    left: initial !important;
    transform: translate(101%, 0%);
    transition: 0.5s all ease-in-out;
    z-index: 1;
}

.token-details-sidebar:hover {
    transform: translate(-2%, 0%);
}

h4.bid_showBtn {
    position: absolute;
    bottom: calc(50% - 100px);
    left: -30%;
    margin: 0;
    border-radius: 15px 15px 0 0;
    text-align: center;
    transform: rotate(-90deg);
    transition: 0.6s all ease-in-out;
}

h4.bid_showBtn img {
    height: 160px;
    transition: 0.6s all ease-in-out;
}

.blink {
    /* Start the shake animation and make the animation last for 0.5 seconds */
    animation: shake 5s;
    /* When the animation is finished, start again */
    animation-iteration-count: infinite;
}

.token-details-sidebar:hover .blink {
    animation-play-state: paused;
}

.token-details-sidebar:hover .bid_showBtn img {
    height: 140px;
}

.token-details-sidebar:hover .bid_showBtn {
    bottom: calc(50% - 30px);
    left: -16%;
    transform: rotate(0deg);
}

@keyframes shake {
    0% {
        transform: translate(1px, 1px) rotate(0deg);
    }
    10% {
        transform: translate(-1px, -2px) rotate(-1deg);
    }
    20% {
        transform: translate(-3px, 0px) rotate(1deg);
    }
    30% {
        transform: translate(3px, 2px) rotate(0deg);
    }
    40% {
        transform: translate(1px, -1px) rotate(1deg);
    }
    50% {
        transform: translate(-1px, 2px) rotate(-1deg);
    }
    60% {
        transform: translate(-3px, 1px) rotate(0deg);
    }
    70% {
        transform: translate(3px, 1px) rotate(-1deg);
    }
    80% {
        transform: translate(-1px, -1px) rotate(1deg);
    }
    90% {
        transform: translate(1px, 2px) rotate(0deg);
    }
    100% {
        transform: translate(1px, -2px) rotate(-1deg);
    }
}

.token-sidebar-details {
    /* width: 100%; */
    display: block;
    padding: 0 15px;
    float: unset;
}

.token-sidebar-images {
    display: inline-block;
    float: left;
}

.token-sidebar-images img.img-responsive {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: inline-block;
    float: left;
}

.token-sidebar-images i {
    color: var(--theme-color);
    margin-left: -15px;
    font-size: 24px;
    background: var(--white);
    border-radius: 50%;
    margin-top: 50px;
}

.token-sidebar-content p {
    font-size: 16px;
}

.token-sidebar-button {
    padding: 15px ​15p;
    width: 100%;
}

.token-sidebar-button a {
    padding: 6px 20px;
    border-radius: 15px;
    width: 110px;
    text-align: center;
    margin-left: 3px;
    margin-right: 3px;
    font-size: 14px;
    display: inline-block;
    font-weight: 600;
}

.buy-now {
    background: var(--theme-color);
    color: var(--white);
}

.buy-now-black {
    background: var(--black) !important;
    color: var(--white) !important;
    width: 100% !important;
}

.bid-now {
    background: var(--ordinary-theme);
    color: var(--theme-color);
}

.buy-now-white {
  font-weight: bold;
  color: #000;
  font-size: 15px;
  background: #FFF;
  padding: 10px 15px;
  border-radius: 2px;
  border: 2px solid #ddd;
  width: 100%;
  margin: 0 auto 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.buy-now-white a:hover,
.buy-now-white a:focus {
    box-shadow: 0 0 10px #ccc;
    color: var(--theme-color);
    background: #CCC;
}

.token-sidebar-services {
    padding: 25px 40px 0;
    width: 100%;
    display: block;
    float: left;
}

.token-sidebar-services p {
    font-size: 16px;
    margin-bottom: 0;
    letter-spacing: 1px;
}

.img-div-js-element {
    width: 100%;
    opacity: 1;
    margin: 40px auto;
    height: 1400px;
    max-width: 700px;
    padding: 0 15px;
}

.main-div-js-element {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
    background-color: var(--white);
}

.img-js-element {
    height: auto;
    max-height: 500px !important;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%!important;
}

.height-auto-token {
    height: auto;
}

.display-section-heart-minimize {
    position: absolute;
    right: 40px;
    top: 40px;
    display: none;
}

.token-minimize {
    background: var(--white);
    height: 40px;
    width: 40px;
    border-radius: 50%;
    box-shadow: -1px 2px 3px var(--input-border);
    border: 1px solid var(--top-sell-buy-box);
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
}

.token-minimize img {
    width: 20px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 9px;
}

.heading-token-details-mm {
    display: none;
    width: auto;
    position: absolute;
    bottom: 0;
    margin-left: 0;
    background: var(--ordinary-theme);
    left: 0;
    right: 0;
    padding: 15px;
}

.heading-token-details-mm h3 {
    color: var(--body-color);
    margin-bottom: 5px;
    margin-top: 10px;
    font-size: 22px;
}

.buy-now:hover,
.buy-now:focus,
.buy-now:active {
    color: var(--white) !important;
}

.bid-now:hover,
.bid-now:focus,
.bid-now:active {
    color: var(--theme-color) !important;
}

.custom-style-modal .modal-header {
    background: var(--theme-color);
    padding-top: 12px;
    padding-bottom: 12px;
    border-radius: 15px 15px 0 0px;
}

.custom-style-modal .modal-header button.close {
    color: var(--white)!important;
    font-size: 16px;
    font-weight: 700;
    border: 2px solid var(--white);
    border-radius: 50%;
    height: 28px;
    width: 28px;
    opacity: 1;
    margin-top: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.custom-style-modal .modal-header .modal-title {
    color: var(--white);
    font-size: 20px;
    font-weight: 700;
}

.custom-style-modal .modal-content {
    border-radius: 20px;
}

.modal-amount-custom {
    width: 100%;
    display: block;
    border: 1px solid var(--top-sell-buy-box);
    padding: 6px 12px;
    font-size: 14px;
    height: 45px;
    border-radius: 10px;
}

input#amount {
    width: 80%;
    display: inline-block;
    padding: 0;
    border: none;
    height: 30px;
    box-shadow: none;
    float: left;
}

.modal-amount-value {
    display: inline-block;
    float: right;
    padding-top: 5px;
    color: var(--black);
}

.image-bg-token {
    height: 400px;
    max-height: 400px;
    width: 100%;
    background-repeat: no-repeat!important;
    background-position: center!important;
    background-size: cover!important;
    object-fit: fill;
    margin-top: 0;
    border-bottom: 2px solid var(--theme-color);
}

@media (max-width: 767px) {
  .image-bg-token {
    max-height: 120px;
  }
}

.token-constructions-image img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 2px solid var(--white);
    padding: 2px;
    background: var(--white);
    text-align: center;
    margin: auto;
    display: table;
}

.token-constructions-image {
    margin-top: -10px;
}

.han-token {
    position: relative;
    top: -38px;
}

.token-input-field-custom {
    width: 85%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid var(--top-sell-buy-box);
    padding: 6px 12px;
    font-size: 13px;
    height: 46px;
    border-radius: 10px;
}

input#token-input-field,
input#userAddress {
    width: 90%;
    display: inline-block;
    padding: 0;
    border: none !important;
    height: 30px;
    box-shadow: none !important;
    background: var(--white);
    color: var(--body-color);
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.3px;
}

.token-input-field-value {
    width: 10%;
    display: inline-block;
}

.token-input-field-value i {
    font-size: 18px;
    color: var(--theme-color);
    padding-top: 2px;
    float: right;
    cursor: pointer;
}

.inner-token-content-han {
    font-size: 16px;
    line-height: 26px;
}

.token-list-details li.active {
    border-bottom: 3px solid var(--theme-color);
    margin-bottom: 0;
}

.token-list-details.nav-tabs>li.active>a,
.token-list-details.nav-tabs>li.active>a:focus,
.token-list-details.nav-tabs>li.active>a:hover {
    color: var(--theme-color)!important;
    font-weight: 600;
    cursor: default;
    background-color: var(--white);
    border: 0px solid #ddd;
    border-bottom-color: transparent;
}

ul.nav.nav-tabs.token-list-details.token-list-details li a {
    color: var(--black);
    padding: 6px 30px;
    font-size: 14px;
    font-weight: 600;
    border: 0px solid #ddd;
    border-bottom: 3px solid transparent;
}

ul.nav.nav-tabs.token-list-details.token-list-details li a span {
    color: var(--input-border);
}

ul.nav.nav-tabs.token-list-details.token-list-details li a span:first-child {
    color: var(--black);
    font-size: 14px;
    font-weight: 600;
}

ul.nav.nav-tabs.token-list-details.token-list-details li a:hover {
    background-color: transparent;
}

.token-list-details.nav-tabs>li.active>a span:first-child,
.token-list-details.nav-tabs>li.active>a span:first-child:focus,
.token-list-details.nav-tabs>li.active>a span:first-child:hover {
    color: var(--theme-color)!important;
    font-weight: 600;
    cursor: default;
    background-color: var(--white);
    border: 0px solid #ddd;
    border-bottom-color: transparent;
}

.token-list-details.nav-tabs>li.active>a span:nth-child(2),
.token-list-details.nav-tabs>li.active>a span:nth-child(2):focus,
.token-list-details.nav-tabs>li.active>a span:nth-child(2):hover {
    color: var(--black)!important;
}

.token-constructions {
    background-color: var(--white);
    position: relative;
}

ul.nav.nav-tabs.token-list-details {
    border-bottom: 0px solid #ddd;
}

.border-custom-style {
    border-top: 1px solid #ddd;
}

.scrollbar {
    height: 510px;
    width: 100%;
    background: var(--body-bg);
    overflow-y: scroll;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    padding: 8px 10px;
    max-width: 540px;
}

.force-overflow {
    min-height: 450px;
    margin-right: 15px;
}


/* Top filter for explorer landing */

.top-filter::-webkit-scrollbar-track {
    /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);*/
    background-color: var(--input-border);
    border-radius: 10px;
    /*display: none;*/
}

.top-filter::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    background-color: var(--body-bg);
}

.top-filter::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: var(--white);
    background-image: -webkit-gradient(linear, 40% 0%, 75% 84%, from(var(--body-color)), to(var(--body-color)), color-stop(.6, var(--body-color)))
}


/*
 *  STYLE 15
 */

.introFollowing::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
}

#style-15::-webkit-scrollbar-track {
    /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);*/
    background-color: var(--input-border);
    border-radius: 10px;
    /*display: none;*/
}

#style-15::-webkit-scrollbar {
    width: 5px;
    background-color: var(--body-bg);
}

#style-15::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: var(--white);
    background-image: -webkit-gradient(linear, 40% 0%, 75% 84%, from(var(--theme-color)), to(var(--theme-color)), color-stop(.6, var(--theme-color)))
}

.color-white {
    color: var(--white);
}

.color-black {
    color: var(--black);
}

.color-grey {
    color: var(--grey);
}

.no-details {
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
    border-radius: 20px;
}

.follow-details {
    padding: 12px 15px;
    box-shadow: -1px 1px 4px var(--input-border);
    border-radius: 15px;
    background: var(--white);
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.follow-details h3 {
    color: var(--white);
}

.follow-details-images {
    width: 55px;
    height: 55px;
    display: flex;
    position: relative;
}

.follow-details-images img {
    width: 55px;
    height: 55px;
    border-radius: 50%;
}

.follow-details-images i {
    color: var(--theme-color);
    font-size: 16px;
    background: var(--white);
    border-radius: 50%;
    position: absolute;
    right: 2px;
    bottom: 5px;
}

.follow-details-para {
    display: inline-block;
    padding-left: 15px;
    padding-top: 3px;
}

.follow-details-button {
    display: block;
    float: right;
    padding-left: 15px;
}

.follow-details-button a {
    display: block;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}

.follow-detail-count {
    margin-bottom: 2px;
    font-size: 14px;
    font-weight: 400;
    color: var(--grey);
    margin-top: 0;
}

.follow-detail-name {
    margin-bottom: 2px;
    font-size: 14px;
    font-weight: 700;
    color: var(--black);
    margin-top: 0px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-wrap: break-word;
}

.scrollbar-activity {
    height: 510px;
    width: auto;
    background: var(--body-bg);
    overflow-y: scroll;
    margin-bottom: 25px;
    margin-left: auto;
    margin-right: auto;
}

.force-overflow-activity {
    min-height: 450px;
    margin-right: 15px;
    padding: 8px;
}

.force-overflow-activity-test {
    margin-right: 15px;
    width: 100%;
    display: block;
    float: left;
}


/*
 *  STYLE 16
 */

#style-16::-webkit-scrollbar-track {
    /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);*/
    background-color: var(--input-border);
    border-radius: 10px;
    /*display: none;*/
}

#style-16::-webkit-scrollbar {
    width: 5px;
    background-color: var(--body-bg);
}

#style-16::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: var(--grey);
    background-image: -webkit-gradient(linear, 40% 0%, 75% 84%, from(var(--theme-color)), to(var(--theme-color)), color-stop(.6, var(--theme-color)))
}

.activity-details {
    width: 100%;
    padding: 10px 10px;
    border-radius: 15px;
    background: var(--white);
    margin-bottom: 10px;
    display: flex;
    flex-direction: row;
    box-shadow: -1px 1px 3px var(--top-sell-buy-box);
}

.activity-details-images {
    position: relative;
    width: 75px;
    height: 75px;
    background-color: #f8f8f8;
    border-radius: 15px;
}

.activity-details-images::before {
    content: "Preview Image";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    text-align: center;
    font-size: 10px;
    width: 60px;
    margin: auto;
    color: var(--checked-ele);
    font-weight: 700;
    align-items: center;
}

.activity-details-images img {
    width: 75px;
    height: 75px;
    border-radius: 15px;
    position: relative;
    z-index: 1;
}

.activity-details-images i {
    color: var(--theme-color);
    font-size: 14px;
    position: absolute;
    bottom: 4px;
    right: 4px;
    background: var(--white);
    padding: 7px;
    border-radius: 30px;
    z-index: 2;
}

.activity-details-para {
    padding-left: 15px;
    display: flex;
    width: calc(100% - 225px);
    flex-direction: column;
    justify-content: center;
}

.activity-details-para h4 {
    margin-top: 0;
    margin-bottom: 5px;
}

.activity-details-para h4 a {
    font-size: 16px;
    font-weight: 700;
}

.custom-activity-div {
    display: flex;
    padding-top: 3px;
    align-items: center;
    flex-wrap: wrap;
}

.custom-activity-div span {
    font-size: 14px;
    font-weight: 500;
}

.custom-activity-div-from {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.custom-activity-div-from img {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    margin: 0 4px;
}

.custom-activity-div-from span {
    padding-right: 5px;
    padding-left: 5px;
    font-weight: 700;
    width: 80px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.custom-activity-div-to {
    display: flex;
}

.custom-activity-div-to img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: -10px;
}

.custom-activity-div-to span {
    padding-right: 5px;
}

.activity-details-button {
    display: flex;
    justify-content: flex-end;
    width: 150px;
}

.activity-details-button span {
    font-size: 13px;
    font-weight: 500;
    color: var(--ordinary-icon-color);
    padding-right: 5px;
    text-transform: lowercase;
}

.activity-details-button i {
    font-size: 16px;
    color: var(--theme-color);
    padding-left: 5px;
}

.activity-filter-list {
    padding: 20px 25px 0;
    border-radius: 20px;
    background: var(--white);
    margin-bottom: 20px;
    /* width: 70%; */
    margin-left: auto;
    margin-right: auto;
    box-shadow: -1px 1px 3px var(--top-sell-buy-box);
}

.activity-filter-list label {
    color: var(--ordinary-icon-color);
    font-weight: 700;
    padding-bottom: 10px;
}

.activity-filter-list ul {
    padding-left: 0;
}

.activity-filter-list ul li {
    list-style-type: none;
    padding-bottom: 15px;
    font-weight: 600;
}

.activity-filter-list ul li a {
    font-weight: 700;
}

.activity-filter-list ul li.active {
    text-decoration: line-through;
}

.activity-filter-list ul li.active::after {
    color: var(--theme-color);
    margin-left: -15px;
    font-size: 18px!important;
    z-index: 1;
    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;
    content: "\f058";
    float: right;
}

.pull-right-custom {
    float: right;
}

.notify {
    background: var(--input-border);
    padding: 3px 10px;
    border-radius: 20px;
    position: relative;
    top: -8px;
    font-size: 12px;
    left: -2px;
    color: var(--black) !important;
    font-weight: 700;
}

.follow-step-block {
    display: flex;
    flex-wrap: wrap;
    padding: 10px 15px;
    border-bottom: 1px solid var(--input-border);
}

.follow-step-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
}

.follow-step-icon i {
    font-size: 22px;
    color: var(--theme-color);
}

.follow-step-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 10px;
    width: calc(100% - 175px);
}

.follow-step-content h4 {
    font-size: 14px;
    font-weight: 700;
    margin: 0;
    text-align: left;
    line-height: 1.4;
}

.follow-step-content p {
    font-size: 13px !important;
    margin: 0;
}

.follow-step-button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 125px;
}

.follow-step-button a {
    display: block;
    padding: 9px 15px;
    border-radius: 30px;
    color: var(--black);
    background: var(--ordinary-theme);
    margin-left: auto;
    margin-right: auto;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.4px;
}

.follow-step-button a.themeBG {
    color: var(--ordinary-theme);
    background: var(--theme-color);
}

.grey {
    color: var(--grey) !important;
}

.loader {
    border: 5px solid var(--top-sell-buy-box);
    border-radius: 50%;
    border-top: 5px solid var(--theme-color);
    width: 40px;
    height: 40px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    margin-left: auto;
    margin-right: auto;
}


/* Safari */

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.follow-step-icon.lite-grey-txt i {
    color: var(--top-sell-buy-box);
}

.margin-top-minus-20 {
    margin-top: -20px;
}

.bell-icon {
    padding: 15px 10px!important;
}

.bell-icon i {
    font-size: 20px;
    color: var(--theme-color);
}

.notifier-elements {
    display: flex;
    width: 100%;
    align-items: center;
    position: relative;
    border-bottom: 1px solid #eaeaea;
    padding-top: 10px;
    padding-bottom: 10px;
}

.notification-list-img {
    width: 25%;
    float: left;
    display: block;
}


/*.notification-list-img {
    width: 60px;
    height: 60px;
    border-radius: 8px;
}*/

.notification-list-img img {
    width: 60px;
    height: 60px;
    border-radius: 8px;
    display: block;
    object-fit: cover;
    display: block;
}

ul.user-notification-list li {
    margin-bottom: 0;
}

ul.user-notification-list li {
    margin-bottom: 0;
}

.notification-list-content {
    padding-left: 8px;
    width: 75%;
    float: left;
    display: block;
}

.notification-list-content h4 {
    margin-top: 0;
    margin-bottom: 2px;
    font-size: 13px;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
    overflow: hidden;
}

.notification-list-content p {
    font-size: 14px;
    font-weight: 600;
    color: var(--black);
    margin: 0;
    /*white-space: nowrap;
    text-overflow: ellipsis;
    width: calc(100% - 100px);
    overflow: hidden;*/
    word-break: break-word;
}

.notification-list-timings {
    /*position: absolute;
    top: 14px;
    right: 0;*/
    font-size: 13px;
    color: var(--black);
    bottom: 0;
    padding: 2px 4px;
    text-transform: lowercase;
    font-weight: 400;
}

.dropdown-menu.community-ddm.notification-list {
    width: 300px;
    padding: 0;
    border-radius: 10px;
}

.dropdown-menu.community-ddm.notification-list h4.heading {
    font-size: 14px;
    border-bottom: 1px solid #ddd;
    padding: 15px 15px;
    text-align: left;
    margin: 0;
}

.dropdown-menu.community-ddm.notification-list ul {
    max-height: 240px;
    overflow: hidden;
    overflow-y: auto;
    list-style: none;
    width: 100%;
    padding: 0 10px;
    height: 190px;
}

.dropdown-menu.community-ddm.notification-list ul li {
    padding: 10px 0;
    border-bottom: 1px solid var(--input-border);
}

.dropdown.desktop-profile .dropdown-menu.community-ddm.notification-list,
.dropdown.mobile-profile .dropdown-menu.community-ddm.notification-list {
    width: 190px;
    padding: 10px 0;
}


/* li.dropdown.desktop-profile .dropdown-menu.community-ddm.notification-list ul{
  width: 100%;
  padding: 0 10px;
} */

.dropdown-menu.community-ddm.notification-list li.username {
    text-overflow: ellipsis;
    font-weight: 700;
    display: block;
    width: 85%;
    overflow: hidden;
    text-align: center;
    margin: auto;
    white-space: nowrap;
}

.dropdown-menu.community-ddm.notification-list li.heading {
    font-size: 16px;
    text-align: left;
    color: var(--box-default-color);
    padding: 0 10px;
    font-weight: 600;
    letter-spacing: 0.4px;
}

.dropdown-menu.community-ddm.notification-list ul::-webkit-scrollbar-track {
    /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);*/
    background-color: var(--body-bg);
    border-radius: 10px;
    /*display: none;*/
}

.dropdown-menu.community-ddm.notification-list ul::-webkit-scrollbar {
    width: 5px;
    background-color: var(--body-bg);
}

.dropdown-menu.community-ddm.notification-list ul::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: var(--white);
    background-image: -webkit-gradient(linear, 40% 0%, 75% 84%, from(var(--theme-color)), to(var(--theme-color)), color-stop(.6, var(--theme-color)))
}

.dropdown-menu.community-ddm.notification-list .user-notification-list li a {
    padding: 0;
    margin: 0;
    line-height: 1.3;
    display: flex;
}

.profile-list {
    display: flex;
}

.profile-section {
    padding: 5px 0;
}

.profile-list {
    display: flex;
    padding: 5px;
    border: 1px solid var(--top-sell-buy-box);
    border-radius: 20px;
    background: var(--white);
}

.profile-list-img img {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: inline-block;
    float: left;
}

.profile-list-img i {
    color: var(--theme-color);
    margin-left: -15px;
    font-size: 16px;
    background: var(--white);
    border-radius: 50%;
    margin-top: 21px;
}

.profile-list-content {
    padding-left: 5px;
}

.profile-list-content h5 {
    margin-top: 0px;
    margin-bottom: 0;
    font-size: 13px;
}

.profile-list-content p {
    margin-bottom: 0;
    font-size: 12px;
}

.profile-list-icon {
    padding-left: 5px;
    padding-top: 5px;
}

.profile-list-icon i {
    padding-top: 2px;
    color: var(--theme-color);
    font-size: 20px;
}

a.dropdown-toggle.profile-section {
    padding: 2px 0!important;
}

.dark-theme .switch {
    position: relative;
    display: inline-block;
    width: 34px;
    height: 15px;
    float: right;
}

.dark-theme .switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

input:checked+.dark-theme .slider {
    background-color: var(--theme-color);
}

.dark-theme .slider.round {
    border-radius: 34px;
}

.dark-theme .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--top-sell-buy-box);
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked+.dark-theme-slider.slider:before {
    -webkit-transform: translateX(15px);
    -ms-transform: translateX(15px);
    transform: translateX(15px);
}

.dark-theme .slider.round:before {
    border-radius: 50%;
}

.dark-theme .slider:before {
    position: absolute;
    content: "";
    height: 10px;
    width: 10px;
    left: 6px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
    top: 2px;
}

.mobile-profile-notification {
    display: none;
}

.web3modal-modal-lightbox {
    z-index: 100000 !important;
}

.modal-dialog-centered {
    display: table;
    text-align: center;
    top: 184px;
    width: 380px;
}

.social-media-share-btn-grp {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}

.social-media-share-btn {
    display: flex;
    border: 1px solid var(--checked-ele);
    border-radius: 50%;
    height: 40px;
    width: 40px;
    margin-left: 5px;
    justify-content: center;
    align-items: center;
    font-size: 18px;
}

.social-media-share-btn:hover i,
.social-media-share-btn:focus i,
.social-media-share-btn:active i {
    color: var(--theme-color);
}

#share_link_page .modal-header {
    padding: 10px 15px;
    border-bottom: none;
}

#share_link_page .modal-body {
    padding: 20px 15px 20px;
}

.share_link_page_h4 {
    text-align: left;
    font-weight: 700;
    font-size: 20px;
}

.text-align-left {
    text-align: left!important;
}

.bidding-element-btn {
    padding: 10px 25px;
    border-radius: 35px;
    display: inline-block;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    outline: 0 !important;
    border: none !important;
    max-width: 270px;
    border: 2px solid var(--black);
}
.bidding-element-btn:hover, .bidding-element-btn:focus, .bidding-element-btn:active {
    border: 2px solid #000000;
}

#landing_head .nav>li>a:focus,
#landing_head .nav>li>a:hover {
    text-decoration: none;
    background-color: #eee0;
}

#landing_head .nav .open>a,
#landing_head .nav .open>a:focus,
#landing_head .nav .open>a:hover {
    background-color: #eee0;
}

a:focus,
a:hover {
    color: var(--theme-color);
}

#landing_head .nav>li>a.create-clr:focus,
#landing_head .nav>li>a.create-clr:hover {
    text-decoration: none;
    background-color: #eee;
    color: #23527c;
}

#landing_head .nav>li>a.connect-wallet:focus,
#landing_head .nav>li>a.connect-wallet:hover {
    background: var(--theme-color);
}

li.dropdown.desktop-profile.open a.dropdown-toggle.profile-section .profile-list {
    background: var(--ordinary-theme);
    border: 1px solid var(--ordinary-theme);
    cursor: pointer;
    -webkit-transition: background-color 2s ease-out;
    -moz-transition: background-color 2s ease-out;
    -o-transition: background-color 2s ease-out;
    transition: background-color 2s ease-out;
}

div#header-carousel {
    z-index: auto;
}

.cursor-pointer {
    cursor: pointer!important;
}

.execute-btn {
    color: var(--white);
    background: var(--theme-color);
    border: 1px solid var(--theme-color);
    border-radius: 20px;
    padding: 6px 18px !important;
    margin-top: 6px;
    font-weight: 600;
    margin-left: 10px;
    margin-right: 10px;
}

.execute-btn:hover {
    background: var(--white);
}

.execute-btn.execButton:hover {
    color: var(--theme-color) !important;
}

.execute-btn.execButton {
    color: var(--white) !important;
}

button.connect-wallet.create-item {
    border: none;
}

.collection-attribute-section {
    width: 100%;
}

.collection-attribute-entry {
    position: relative;
    width: 100%;
    float: left;
    display: block;
    padding-bottom: 15px;
}

.collection-flex-box {
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 0 10px;
}

.collection-flex-box .sign__group {
    width: 48%;
}

@media screen and (max-width: 425px) {
    .collection-flex-box {
        display: flex;
        align-items: center;
        justify-content: space-around;
        padding: 10px 10px;
        flex-direction: column;
        background: #fbfbfb;
        border-radius: 15px;
        margin-bottom: 20px;
    }
    .collection-flex-box .sign__group label {
        display: none;
    }
    .collection-flex-box .sign__group {
        width: 100%;
        margin-bottom: 0px;
    }
    .collection-flex-box .sign__group:first-child {
        margin-bottom: 15px;
    }
}

button.connect-wallet {
    border: none;
}

.pad-lr-30-edit {
    padding-left: 30px;
    padding-right: 30px;
}

textarea#user_bio {
    padding: 11px 12px;
    height: auto!important;
}


/* .sticky-custom{
    position: sticky;
    position: -webkit-sticky;
    top: 70px;
    justify-content: center;
    align-items: center;
    color: #fff;
    width: 330px;
    text-align: center;
} */

.content-block {
    max-width: 950px;
    margin: auto;
}

.content-block h3 {
    margin: 10px 0 15px 0;
    font-size: 18px;
    font-weight: 700;
    line-height: 25px;
}

.content-block p {
    color: #7E7E7E;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 1px;
}

.content-block p.about-us-content-para {
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 1px;
}

.home-back-btn,
.home-back-btn:hover,
.home-back-btn:focus,
.home-back-btn:active {
    padding: 5px 0px;
    display: table;
    margin-bottom: 20px;
    border-radius: 15px;
    color: var(--black);
}

.home-back-btn span {
    padding-left: 15px;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 18px;
    text-transform: none;
}

.about-img-custom {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    display: block;
}


/* Terms and condition */

.nft_static10>p {
    position: relative;
    margin-left: 7ch !important;
}

.nft_static10>p>i {
    top: 0;
    right: 100%;
    position: absolute;
    font-style: initial;
    margin-right: 3ch;
}

.nft_static10 span {
    margin-top: 1em;
}

.nft_static10 span>p {
    position: relative;
    padding-left: 5ch !important;
}

.nft_static10 span>p>i {
    top: 0;
    left: 0;
    display: inline-block;
    position: absolute;
    font-size: 12px;
    font-style: initial;
}

.nft_static12 {
    color: #7E7E7E;
    font-size: 14px;
    line-height: 19px;
}

.nft_static12 h1 {
    color: var(--body-color);
    margin: 0 0 20px 0;
    display: inline-block;
    font-size: 30px;
    line-height: 38px;
    border-bottom: 1px solid var(--theme-color);
    padding-bottom: 5px;
}

.nft_static12 ul {
    margin: 0 0 20px 0;
    padding: 0;
    list-style: none;
}

.nft_static12 h2 {
    margin: 0 0 20px 0;
    font-size: 18px;
    font-weight: 700;
    line-height: 25px;
}

.nft_static12 p {
    margin: 0 0 20px 0;
}

.nft_static12 p span {
    display: block;
}

.nft_static13 {
    display: block;
    margin-bottom: 44px;
}

.nft_static14 {
    white-space: pre-line;
}

.faq-section {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: -20px;
    height: 350px;
}

.faqHeading {
    position: relative;
    top: 165px;
}

.faqHeading h2 {
    color: var(--white);
    font-size: 38px;
    font-weight: 700;
    letter-spacing: 1px;
}

.faq-us-content-para {
    font-size: 18px;
    letter-spacing: 1px;
    padding-top: 100px;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.faq-img-custom {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
}

div#header-carousel .item .banner-section img.img-responsive {
    height: 430px;
    border-radius: 15px;
    object-fit: cover;
    object-position: center;
}


/* Header custome style */

.navbar-header {
    position: relative;
    z-index: 1;
}

.navbar-toggle {
    margin-right: 0;
}

header {
    position: relative;
    z-index: 2;
}

#myNavbar .nav>li>a {
    font-size: 14px;
    font-weight: 500;
    padding-left: 10px;
    padding-right: 10px;
}

@media screen and (max-width:767px) {
    .ul-width-passing .filter-part.dropdown {
        display: block;
    }
    #myNavbar .nav>li>a.connect-wallet,
    #myNavbar .nav>li>a.create-clr {
        margin-left: 0;
        margin-right: 0;
    }
    #myNavbar .nav>li>a {
        font-size: 14px;
        font-weight: 500;
        padding-left: 15px;
        padding-right: 15px;
    }
    .footer__content {
        margin-top: 50px;
        padding-top: 25px;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        width: 100%;
    }
    small.footer__copyright {
        width: auto;
        margin-top: 0;
        order: 1;
    }
    .footer__social {
        order: 2;
        width: auto;
    }
}

#myNavbar .nav>li>a:focus,
#myNavbar .nav>li>a:hover {
    text-decoration: none;
    /* background-color: var(--ordinary-theme) !important; */
}

.logo-txt {
    font-weight: 900;
    font-size: 22px;
    padding: 10px;
    display: block;
    width: 90px;
}

.logo-img {
    font-weight: 900;
    font-size: 22px;
    padding: 4px;
    display: block;
    height: 40px;
    width: auto !important;
}

footer.footer .logo-img {
    font-weight: 900;
    font-size: 22px;
    padding: 0;
    display: block;
    height: auto;
    max-width: 60px;
    width: 100%!important;
    border-radius: 5px;
}


/* Modal */

.modal-header .close {
    margin-top: 0px;
}

.modal-body p {
    font-size: 16px;
    color: var(--body-color);
    text-align: left;
    word-break: break-word;
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 510px;
        margin: 30px auto;
    }
    div#share_link_page .modal-dialog {
        max-width: 350px;
    }
    .ul-width-passing .filter-part.dropdown {
        display: none;
    }
}

.footer-logo h4 {
    font-size: 20px;
    font-weight: 700;
}

section.create-collectible-section p {
    color: var(--ordinary-icon-color);
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 0;
}

.create-collectible-box {
    max-width: 560px;
    margin: auto;
}

.heading-create-collectible {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
}

.heading-create-collectible a {
    text-decoration: underline;
}

.create-collectible-button-box {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}


/* Create form */

.create-collectible-box.form-box {
    max-width: 815px;
}

.create-collectible-box.form-box .create-collectible-box-header {
    margin-bottom: 20px;
}

.terminal-head h4 {
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
    font-size: 14px;
    padding: 0 15px;
    margin: 0;
}

#imagePreviewRes {
    border-radius: 15px !important;
}

.chosen-container-multi .chosen-choices {
    border: 1px solid var(--input-border) !important;
    background-image: none !important;
}

.chosen-container-active .chosen-choices {
    border: 1px solid #5897fb;
    box-shadow: none !important;
}

.chosen-container-multi .chosen-choices li.search-choice {
    border: 1px solid var(--ordinary-theme) !important;
    background-color: var(--ordinary-theme) !important;
}

.chosen-container .chosen-drop {
    border-radius: 8px !important;
    border: 1px solid var(--ordinary-theme) !important;
}

.accordion {
    max-width: 100%;
    margin: 30px auto 0;
}

.accordion__item {
    margin-bottom: 20px;
}

.accordion__title {
    padding: 10px;
    cursor: pointer;
    display: block;
    justify-content: space-between;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 1px;
    border-bottom: 1px solid var(--no-wishlist-bg);
}

span.accordion_number_custom {
    font-size: 36px;
    color: var(--theme-color);
    font-weight: 700;
    padding-right: 15px;
}

.accordion__title::after {
    content: "\f0dd";
    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;
    text-align: right;
    float: right;
    position: relative;
    top: 10px;
    font-size: 24px;
}

.is-open .accordion__title::after {
    transform: rotate(180deg);
}

.accordion__body {
    border-radius: 5px;
    height: 0;
    overflow: hidden;
    transition: height 0.3s ease-in-out;
}

.accordion__content {
    /*background: var(--white);*/
    border-radius: 4px;
    margin-top: 5px;
    padding: 10px 15px;
}

.accordion__content p {
    letter-spacing: 1px;
    font-size: 16px;
    margin-bottom: 3px;
    color: var(--ordinary-icon-color);
}

.accordion__content ul {
    padding-top: 10px;
    list-style-type: decimal;
    padding-left: 25px;
}

.accordion__content ul li {
    font-size: 16px;
    letter-spacing: 1px;
    margin-bottom: 8px;
}

.width-cc-nine {
    width: 90%;
}

.accordion_content_custom {
    font-weight: bold;
    font-size: 16px;
}

.grayscale-css-custom {
    height: 50px;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    width: 80%;
}

.grayscale-css-custom li {
    margin-left: 10px;
    display: inline-block !important;
    float: unset !important;
    white-space: nowrap;
}

.grayscale-css-custom::-webkit-scrollbar {
    width: 5px;
}

.grayscale-css-custom::-webkit-scrollbar:horizontal {
    height: 10px;
}

.grayscale-css-custom::-webkit-scrollbar-track {
    background-color: rgba(204, 204, 204, 0.3);
}

.grayscale-css-custom::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgba(204, 204, 204, 0.5);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

a.connect-wallet.create-item.collection-submit-btn {
    text-align: center;
    background: var(--theme-color);
    color: var(--white);
    padding: 8px 25px;
    border-radius: 20px;
    display: inline-block;
    font-size: 14px;
    border: 1px solid var(--theme-color);
    font-weight: 700;
    text-decoration: none !important;
}


/* Toster */

.toast {
    opacity: 1 !important;
}

.toast-message {
    color: var(--white);
    font-weight: 700;
    padding-top: 2px;
}

.toast-error {
    background-color: var(--error-clr) !important;
}

.toast-warning {
    background-color: var(--warning-clr) !important;
}

.toast-info {
    background-color: var(--info-clr) !important;
}

.toast-success {
    background-color: var(--success-clr) !important;
}

#toast-container>div {
    border-radius: 50px !important;
    -webkit-box-shadow: -2px 2px 5px var(--top-sell-buy-box) !important;
    box-shadow: -2px 2px 5px var(--top-sell-buy-box) !important;
    opacity: 1 !important;
    background-size: 18px !important;
    padding: 10px 15px 10px 45px !important;
}

#toast-container>div:hover {
    -moz-box-shadow: -5px 5px 6px var(--top-sell-buy-box) !important;
    -webkit-box-shadow: -5px 5px 6px var(--top-sell-buy-box) !important;
    box-shadow: -5px 5px 6px var(--top-sell-buy-box) !important;
}

.toast-close-button {
    right: -0.1em !important;
    top: -0.1em !important;
}

.disabledLink {
    pointer-events: none;
}


/* User Inner page */

section.user_banner_sec {
    position: relative;
}


/* .token-details-sidebar.sticky-custom{    padding: 15px 0;} */

.token-details-sidebar .token-sidebar-details {
    width: 100%;
    display: flex;
    padding: 0 15px;
}

.token-details-sidebar .token-sidebar-images {
    display: flex;
    float: none;
    width: 50px;
    align-items: flex-start;
    justify-content: center;
    height: 50px;
}

.token-details-sidebar .token-sidebar-images img.img-responsive {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.token-details-sidebar .token-sidebar-images i {
    color: var(--theme-color);
    margin-left: 0;
    font-size: 18px;
    background: var(--white);
    border-radius: 50%;
    margin-top: 0;
    position: absolute;
    bottom: 0;
    right: 0;
}

.token-details-sidebar .token-sidebar-content {
    padding-left: 10px;
    display: flex;
    width: calc(100% - 50px);
    flex-direction: column;
}

.token-details-sidebar .token-sidebar-content p {
    font-size: 14px;
    font-weight: 600;
    color: var(--black);
    text-align: left;
}

.token-details-sidebar .token-sidebar-services {
    padding: 15px 15px 0;
    width: 100%;
    display: block;
}

.token-details-sidebar .token-sidebar-services p {
    font-size: 13px;
    margin-bottom: 0;
    letter-spacing: 0.5px;
    border-top: 1px solid var(--input-border);
    padding-top: 10px;
}


/* Place a bid popup */

.placebidbuy_valbox {
    max-width: 410px;
    margin: 20px auto;
    background: #ffffff;
    padding: 20px;
    border-radius: 15px;
    border: 1px solid #cccccc;
}

.form-group.bidBuyInputs {
    display: flex;
    flex-direction: row;
    margin-bottom: 10px;
}

.form-group.bidBuyInputs div:first-child {
    width: calc(100% - 120px);
}

.form-group.bidBuyInputs div:first-child .input-custom {
    height: 38px;
    border-radius: 8px 0 0 8px;
    border: none !important;
    box-shadow: none !important;
    font-size: 13px;
    font-weight: 700;
    border-right: none;
    width: 100%;
    padding: 0 10px;
}

.form-group.bidBuyInputs div:last-child {
    width: 120px;
}

.form-group.bidBuyInputs div:last-child .input-custom {
    height: 38px;
    border-radius: 0 8px 8px 0;
    border: none !important;
    box-shadow: none !important;
    font-size: 13px;
    font-weight: 700;
    border-left: 2px solid var(--ordinary-theme) !important;
}

.form-group.bidBuyInputs label {
    font-size: 13px;
    color: var(--body-color);
}

.flex_box_inputs {
    display: flex;
    justify-content: space-between;
    padding: 5px;
    font-size: 14px;
    color: var(--body-color);
}

.flex_box_inputs span {
    width: 50%;
}

.flex_box_inputs .price-amt-val {
    font-weight: 700;
    font-size: 13px;
    text-align: right;
   word-break: break-word;
}

.flex_box_inputs .price-amt-content {
    font-weight: 400;
    font-size: 13px;
    color: var(--body-color);
}

.form-group.bidBuyInputs.bordered {
    display: flex;
    flex-direction: row;
    overflow: hidden;
    padding: 2px;
    height: 45px;
    border-radius: 10px;
    border: 1px solid var(--input-border) !important;
    box-shadow: none !important;
}

.form-group.bidBuyInputs.bordered div:first-child .input-custom {
    font-size: 14px;
    font-weight: 400;
}

.form-group.bidBuyInputs div:last-child .input-custom {
    border-left: 2px solid var(--input-border) !important;
}

video.video-responsive {
    width: 100%;
    height: 100%;
}

.token-image.img-div-js-element video.video-responsive {
    width: 100%;
    height: 100%;
}

.connect-wallet {
    background: var(--theme-color);
    border-radius: 20px;
    padding: 10px 25px !important;
    margin-top: 6px;
    color: var(--white)!important;
    margin-left: 5px;
    margin-right: 5px;
    font-weight: 600;
    letter-spacing: 0px;
}

.connect-wallet span,
.connect-wallet i {
    color: var(--white)!important;
    font-weight: 700;
}

.connect-wallet:hover,
.connect-wallet:focus,
.connect-wallet:active {
    background: var(--ordinary-theme) !important;
    /* border: 1px solid var(--theme-color); */
    color: var(--black) !important;
}

.connect-wallet:hover span,
.connect-wallet:focus span,
.connect-wallet:active span,
.connect-wallet:hover i,
.connect-wallet:focus i,
.connect-wallet:active i {
    color: var(--black) !important;
}

.tooltip-inner {
   word-break: break-word;
}

.create-clr,
.cancel-btn {
    background: var(--ordinary-theme);
    border-radius: 20px;
    padding: 12px 25px !important;
    margin-top: 6px;
    margin-left: 5px;
    margin-right: 5px;
    font-weight: 600;
    letter-spacing: 0px;
    text-decoration: none !important;
}

.create-clr:hover,
.create-clr:focus,
.create-clr:active,
.cancel-btn:hover,
.cancel-btn:focus,
.cancel-btn:active {
    background: var(--theme-color) !important;
    color: var(--white) !important;
}

.create-clr {
    padding: 10px 25px !important;
}

.form-group.verification-block {
    display: flex;
    align-items: center;
    padding: 3px;
}

.verification-content label {
    font-size: 20px;
    letter-spacing: 0.5px;
    font-weight: 400;
}

.verification-content p {
    padding-left: 5px;
    margin-top: 5px;
    margin-bottom: 20px;
    font-size: 14px;
}

.verification-content {
    width: calc(100% - 160px);
}

.verification-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 160px;
}


/* Theme btn */

.theme-btn {
    background: var(--theme-color);
    border-radius: 20px;
    padding: 10px 25px !important;
    color: var(--white)!important;
    font-weight: 600;
    letter-spacing: 0px;
    border: 1px solid var(--theme-color);
    outline: 0 !important;
}

.theme-btn span,
.theme-btn i {
    color: var(--white)!important;
    font-weight: 600;
}

.theme-btn:hover,
.theme-btn:focus,
.theme-btn:active {
    background: var(--ordinary-theme) !important;
    /* border: 1px solid var(--theme-color); */
    color: var(--black) !important;
}

.theme-btn.exec-bid-btn span {
    color: var(--white) !important;
}

.secondary-btn {
    background: var(--ordinary-theme);
    border-radius: 20px;
    padding: 10px 25px !important;
    font-weight: 600;
    letter-spacing: 0px;
    border: 1px solid var(--ordinary-theme);
    outline: 0 !important;
}

.theme-btn span,
.theme-btn i {
    color: var(--black)!important;
    font-weight: 600;
}

.theme-btn:hover,
.theme-btn:focus,
.theme-btn:active {
    background: var(--theme-color) !important;
    /* border: 1px solid var(--theme-color); */
    color: var(--white) !important;
}

.form-control {
    color: var(--black);
    background-image: none;
    border: 1px solid var(--input-border);
    border-radius: 5px;
    box-shadow: none !important;
    transition: none !important;
}
.form-control-full-width {
   width:100%;
}

.button-control-full-width {
   width:100%;
   background: #5469d4 !important;
}


/* Modal comman */

.modal-content {
    border-radius: 15px;
    border: none;
}

.modal-header {
    background: var(--theme-color);
    padding-top: 12px;
    padding-bottom: 12px;
    border-radius: 15px 15px 0 0px;
}

.modal-header .modal-title {
    color: var(--white);
    font-size: 20px;
    font-weight: 700;
}

.modal-header button.close {
    color: var(--white)!important;
    font-size: 16px;
    font-weight: 700;
    border: 2px solid var(--white);
    border-radius: 50%;
    height: 28px;
    width: 28px;
    opacity: 1;
    margin-top: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loader-modalMessage {
    border: 8px solid #f3f3f3;
    border-radius: 50%;
    border-top: 8px solid #0052ff;
    width: 60px;
    height: 60px;
    -webkit-animation: spinloader 2s linear infinite;
    /* Safari */
    animation: spinloader 2s linear infinite;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25px;
}


/* Safari */

@-webkit-keyframes spinloader {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spinloader {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

#modalMessage .modal-dialog {
    width: 400px;
    margin: 150px auto;
}

#modalMessage .modal-body {
    text-align: center;
    padding: 50px 15px;
}

.modal-backdrop {
    background-color: #eee;
}

.modal-content {
    -webkit-box-shadow: -1px 1px 5px var(--input-border);
    box-shadow: -1px 1px 5px var(--input-border);
}

.popup-form-group label {
    font-size: 13px;
    color: var(--body-color);
}

.popup-form-group input {
    height: 38px;
    border-radius: 8px;
    border: none !important;
    box-shadow: none !important;
    font-size: 13px;
    font-weight: 700;
    border-right: none;
}

.notify_empty {
    display: flex;
    height: calc(100%);
    width: 100%;
    align-items: center;
    justify-content: center;
    max-width:250px;
    text-align: center;
    margin: auto;
    flex-direction: column;
}

.notify_empty h4 {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.4;
    color: var(--placeholder);
}

.notify_empty img {
    height: 40px;
}

.ul-width-passing {
    text-align: center;
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

.ul-width-passing ul.dropdown-menu.community-ddm.activity-mobile-page-filter {
    left: initial !important;
    right: 0;
    border-radius: 15px;
    overflow: hidden;
}

.ul-width-passing ul.dropdown-menu.community-ddm.activity-mobile-page-filter li.active {
    text-decoration: line-through;
    background: transparent !important;
    color: var(--black);
}

.activity-mobile-page-filter.dropdown-menu>.active>a,
.activity-mobile-page-filter.dropdown-menu>.active>a:focus,
.activity-mobile-page-filter.dropdown-menu>.active>a:hover {
    color: var(--black);
    text-decoration: none;
    background-color: transparent;
    outline: 0 !important;
}

.ul-width-passing ul.dropdown-menu.community-ddm.activity-mobile-page-filter li a {
    font-weight: 600;
    font-size: 13px;
}

.ul-width-passing ul.dropdown-menu.community-ddm.activity-mobile-page-filter li.active a::after {
    color: var(--theme-color);
    margin-left: -15px;
    font-size: 18px!important;
    z-index: 1;
    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;
    content: "\f058";
    float: right;
}

.form-group.bidBuyInputs .sign__select {
    border-radius: 0 12px 12px 0;
    border-left: 2px solid #dedede !important;
}

.form-group.bidBuyInputs .sign__input {
    border-radius: 12px 0 0 12px;
}

.form-group.bidBuyInputs span.price_currency.sign__input {
    height: 46px;
    display: flex;
    width: 100%;
    padding: 12px 12px;
    border-radius: 0 12px 12px 0;
    border: none !important;
    box-shadow: none !important;
    border-right: none;
    align-items: center;
    border-left: 2px solid #dedede !important;
}

span.price_currency * {
    font-size: 13px;
    font-weight: 700;
    color: var(--body-color);
}

.buynow-content .innertitle::before {
    content: "";
    position: absolute;
    left: 0;
    height: 42px;
    /*width: 8px;*/
    background: var(--warning-clr);
}

.buynow-content .innertitle {
    display: block;
    margin: 0 !important;
    font-size: 13px;
    color: var(--submit-search);
    position: relative;
    padding-left: 15px;
}

.buynow-content .frm-title {
    font-size: 16px;
    font-weight: 600;
    padding-left: 15px;
    display: block;
}

.buynow-content .frm-desc {
    font-size: 14px;
    display: block;
    margin: 3px 0;
    padding-left: 15px;
    color: var(--body-color);
}

.buynow-content .frm-from,
.buynow-content .frm-from a {
    font-weight: 600;
}

span.discount_prize {
    font-size: 12px;
    background: var(--error-clr);
    padding: 5px 13px;
    border-radius: 15px 6px 6px 15px;
    color: var(--white);
    text-align: center;
    font-weight: 700;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    width: 215px;
    position: relative;
}

span.discount_prize i {
    color: var(--white);
    padding-right: 5px;
}

.token-image.img-div-js-element {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 999;
    background: #fff;
    margin: 0;
    height: auto;
    width: 100%;
    max-width: 100%;
    padding: 30px;
}

.token-image.img-div-js-element .token-image-grp {
    max-width: 90%;
    height: 100%;
    box-shadow: none !important;
    background: var(--input-border);
}

.img-js-element {
    height: 100%;
    max-height: 100% !important;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%!important;
}

.display-section-heart-minimize {
    z-index: 9999;
}

.accept_popup .token-image {
    min-height: auto;
}

.accept_popup .token-image-grp {
    max-width: 359px;
    box-shadow: none !important;
}

.accept_popup .token-image-grp video.video-responsive {
    width: 100%;
    height: 100%;
    transform: scale(1);
}

.accept_popup .bidExecDesc {
    font-weight: 600;
    max-width: 320px;
    margin: 20px auto;
    text-align: center;
    color: var(--body-color);
    font-size: 14px;
}

.accept_popup #bidByUser {
    font-size: 16px;
    font-weight: 900;
}

.accept_popup .bidExecDetail {
    font-weight: 600;
    max-width: 320px;
    margin: 20px auto;
    text-align: center;
    font-size: 18px;
}

.accept_popup .placebidbuy_valbox {
    margin: 20px auto;
    background: var(--ordinary-theme);
    padding: 8px 15px;
    border-radius: 15px;
    max-width: 320px;
}

.accept_popup .flex_box_inputs .price-amt-val * {
    font-weight: 700;
    font-size: 13px;
}

.accept_popup .bidExec_btngrp {
    max-width: 320px;
    margin: 10px auto;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.accept_popup .bidExec_btngrp a {
    margin-bottom: 10px;
    width: 100%;
    margin-left: 5px;
    margin-right: 5px;
}

.profileHeading {
    font-size: 13px;
    padding-left: 5px;
    margin-bottom: 12px;
    color: var(--black);
    letter-spacing: 0.1px;
    font-weight: 600;
}

div#terms-and-condition .modal-dialog {
    max-width: 350px !important;
}

.proceedBtn {
    display: flex;
    margin: 20px auto 10px;
    justify-content: center;
    align-items: center;
}


/* Multiple card view */

.multiple-card {
    position: relative;
}

.multiple-card::before,
.multiple-card::after {
    position: absolute;
    content: "";
    height: 40px;
    display: block;
    background: var(--white);
    border-radius: 16px;
    border: 1px solid var(--input-border);
}

.multiple-card::before {
    left: 3px;
    right: 3px;
    bottom: -5px;
    z-index: -1;
}

.multiple-card::after {
    left: 6px;
    right: 6px;
    bottom: -8px;
    z-index: -2;
}


/* Checkbox style  */

.styled-checkbox {
    position: absolute;
    opacity: 0;
    outline: 0 !important;
}

.styled-checkbox+label {
    position: relative;
    cursor: pointer;
    padding: 0;
    margin-bottom: 10px;
    margin-top: 10px;
    display: flex;
    align-items: center;
    font-weight: 500;
    color: var(--ordinary-icon-color);
    font-size: 14px;
}

.styled-checkbox:checked+label {
    color: var(--body-color);
    font-weight: 600;
}

.styled-checkbox+label:before {
    content: "";
    margin-right: 10px;
    display: inline-block;
    vertical-align: text-top;
    width: 20px;
    height: 20px;
    background: var(--input-border);
    border-radius: 5px;
}

.styled-checkbox:hover+label:before {
    background: var(--warning-clr);
}

.styled-checkbox:focus+label:before {
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}

.styled-checkbox:checked+label:before {
    background: var(--warning-clr);
}

.styled-checkbox:disabled+label {
    color: #b8b8b8;
    cursor: auto;
}

.styled-checkbox:disabled+label:before {
    box-shadow: none;
    background: #ddd;
}

.styled-checkbox:checked+label:after {
    content: "";
    position: absolute;
    left: 5px;
    top: 10px;
    background: white;
    width: 2px;
    height: 2px;
    box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
    transform: rotate(45deg);
}

.header__action a {
    font-size: 14px;
}


/* Create page */

.sign__group .sign__radio {
    flex-direction: row;
}

.sign__group .sign__radio li {
    position: relative;
    overflow: hidden;
    margin-right: 30px;
}

.sign__btn.create-item {
    width: 250px;
    margin: 0px auto 20px;
    font-weight: 700;
}


/*==============================
	Select2
==============================*/

.select2-container {
    width: auto !important;
    margin-right: 30px;
}

.select2-container .select2-selection--single {
    height: 40px;
    background-color: transparent;
    border-radius: 0;
    border: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    line-height: 40px;
    color: #222;
    padding: 0 18px 0 0;
    font-size: 14px;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    transition: 0.5s ease;
}

.select2-container .select2-selection--single[aria-expanded="true"] {
    background-color: transparent;
}

.select2-container .select2-selection--single:hover .select2-selection__rendered {
    color: var(--theme-color);
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 20px;
    width: 18px;
    top: 10px;
    right: -5px;
    background: url(/assets/arrow.svg) no-repeat center right;
    background-size: 20px auto;
    margin-top: 1px;
    margin-left: 15px;
}

div#header-carousel .item .banner-section img.img-responsive {
    height: 430px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: var(--theme-color);
    color: #fff;
    white-space: nowrap;
}

.select2-container--default .select2-results__option--selected {
    color: #fff;
    background-color: var(--theme-color);
    cursor: default;
}

.select2-container--default .select2-results__option[aria-selected="true"] {
    background-color: transparent;
    color: var(--theme-color);
    cursor: default;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: transparent;
    color: var(--theme-color);
}

.select2-results__option {
    padding: 0 0;
    font-size: 14px;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    color: #fff;
    height: 40px;
    line-height: 40px;
    transition: 0.5s ease;
}

.select2-dropdown {
    border-left: none;
    border-right: none;
    border-bottom: none;
    border-top: none;
    border-radius: 16px !important;
    min-width: 180px;
    padding: 5px 0 5px 15px;
    background-color: #222227;
    z-index: 98;
}

.select2-container--open .select2-dropdown--below {
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
}

.select2-container--open .select2-dropdown--above {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}

.select2-container--open .select2-dropdown {
    left: -40px;
}


/* popup modal trap */

p.buynow-content {
    text-align: left;
    word-break: break-word;
}


/* .modal-detail {
    text-align: left !important;
}
span.short-info {
    font-size: 14px;
    display: block;
    margin-bottom: 5px;
    color: var(--black);
}
span.short-desc {
    font-size: 16px;
    line-height: 1.7;
    color: var(--submit-search);
}

span.price-amt-key {
    font-size: 14px;
}
span.price-amt-value {
    font-size: 14px;
    float: right;
    color: var(--black);
    font-weight: 700;
} */

.verify-box {
    width: 100%;
    display: flex;
    flex-direction: row;
    margin-bottom: 20px;
    /* max-width: 640px; */
}

.verify-box button.sign__btn.ver_btn.create-clr {
    width: 170px;
    padding: 8px 2px 8px 10px !important;
    border-radius: 12px;
}

.verify-box .sign__group.vr_box label {
    font-size: 22px;
    color: var(--black);
}

.verify-box .sign__group.vr_box p {
    margin: 0;
    font-size: 16px;
}

.verify-box .sign__group.vr_box {
    padding-left: 15px;
    width: calc(100% - 310px);
}

.verify-box .sign__group.btn_box {
    padding-left: 15px;
    width: 310px;
}

@media (max-width: 767px) {
    .verify-box {
        width: 100%;
        display: flex;
        flex-direction: column;
    }
    .verify-box .sign__group.btn_box,
    .verify-box .sign__group.vr_box {
        width: 100%;
    }
    .verify-box button.sign__btn.ver_btn.create-clr {
        margin: 0;
    }
}

.filter_inactive {
    pointer-events: none !important;
    user-select: none !important;
}


/* Create page */

.coverUpload {
    width: 100%;
}

.codrops-header .inputfile+label {
    font-size: 14px;
}

.codrops-header input[type="file"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    width: 128px;
    margin: auto;
    height: 42px;
}

label#choose_file_selected {
    background-color: var(--theme-color);
    outline: 0 !important;
    color: var(--white);
    max-width: 80%;
    font-size: 14px;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    overflow: hidden;
    padding: 10px 25px !important;
    border-radius: 20px;
    cursor: pointer;
}

.coverUpload label {
    font-weight: 700;
    font-size: 13px;
    color: var(--body-color);
    margin-bottom: 5px;
    padding-left: 5px;
    text-transform: capitalize;
}

.close-preview-button span {
    font-weight: 700;
    cursor: pointer;
}

.scroll-content {
    max-height: 200px;
    overflow: auto;
}


/* Dummy cards preparations */

.dummy-topbuyer {
    filter: grayscale(100%);
    opacity: 0.5;
    pointer-events: none !important;
    user-select: none !important;
}

.item.dummy-hotbid {
    filter: grayscale(100%);
    opacity: 0.6;
    pointer-events: none !important;
    user-select: none !important;
}

.item.dummy-hotbid .box-hot-bids {
    box-shadow: none;
    border: 1px solid var(--input-border);
}

.item.dummy-hotbid .hot-bids-content h4,
.item.dummy-hotbid .hot-bids-content p {
    opacity: 0.5;
}

.item.dummy-hotbid .explore-bid-auth-img {
    opacity: 0.4;
}

.dummy-hot-coll {
    filter: grayscale(100%);
    opacity: 0.6;
    pointer-events: none !important;
    user-select: none !important;
}

.dummy-hot-coll .hot-coll-box {
    background: var(--white);
    border: 1px solid var(--input-border);
    box-shadow: none;
    margin-bottom: 10px;
    border-radius: 15px;
}

.dummy-hot-coll .hot-coll-content {
    padding: 15px;
    opacity: 0.5;
}

.dummy-explorer {
    filter: grayscale(100%);
    opacity: 0.6;
    pointer-events: none !important;
    user-select: none !important;
    border: 1px solid var(--input-border);
    box-shadow: none;
}

.dummy-explorer .t_c .card__likes,
.dummy-explorer .card__title,
.dummy-explorer .card__author,
.dummy-explorer .card__info,
.dummy-explorer .card__price span:last-child {
    opacity: 0.5;
}

.dummy-explorer .explore-bid-auth-img {
    opacity: 0.4;
}

.dummy-activity {
    filter: grayscale(100%);
    opacity: 0.5;
    pointer-events: none !important;
    user-select: none !important;
}

.dummy-activity .activity__cover {
    width: 130px;
}

.text-center {
    text-align: center;
}

.select_locale {
    position: relative;
    margin-left: 10px;
    margin-right: 5px;
}
/*
.select_locale::before {
    content: "\f078";
    position: absolute;
    right: 8px;
    top: 15px;
    z-index: 9999;
    font-family: "Font Awesome 5 Pro";
    font-size: 12px;
}
*/
.select_locale select.form-control {
    box-shadow: none !important;
    transition: none !important;
    background: #f5f5f5 url(/assets/down-arrow.png) no-repeat;
    background-size:10px auto;
    border: 1px solid transparent;
    border-radius: 12px;
    height: 46px;
    position: relative;
    color: var(--black);
    font-size: 14px;
    padding: 0 15px;
    cursor: pointer;
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    padding-right: 25px;
    background-position:45px 16px;
}


/* custom end */


/*==============================================
responsive.css
==============================================*/

@media screen and (max-width: 1295px) {
    .token-sidebar-details {
        padding: 0 15px;
    }
    .token-sidebar-content {
        padding-left: 15px;
        padding-top: 10px;
    }
    .token-sidebar-button {
        padding: 30px 15px;
    }
    .token-sidebar-services {
        padding: 25px 30px 0;
    }
    .token-sidebar-button a {
        padding: 10px 0;
    }
}

@media screen and (max-width: 1295px) {
    .token-sidebar-content {
        padding-left: 5px;
    }
}

@media screen and (max-width: 1199px) {
    a.dropdown-toggle.profile-section {
        padding: 5px 0!important;
    }
    div#header-carousel .item .banner-section img.img-responsive {
        height: 430px;
    }
    .accordion__title::after {
        display: none;
    }
    span.accordion_number_custom {
        font-size: 28px;
    }
    .accordion_content_custom {
        font-size: 14px;
    }
    .padding-lr-custom-50 {
        padding-left: 0;
        padding-right: 0;
    }
    .my-explore-div {
        width: 25%;
    }
    .nav-lr-custom-50 {
        padding-left: 15px;
        padding-right: 15px;
    }
    .token-sidebar-details {
        width: 100%;
        display: block;
        float: unset;
    }
    .token-sidebar-images {
        display: block;
        float: unset;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }
    .token-sidebar-images img.img-responsive {
        width: 80px;
        height: 80px;
        border-radius: 50%;
        display: block;
        float: unset;
        margin-left: auto;
        margin-right: auto;
    }
    .token-sidebar-images i {
        color: var(--theme-color);
        font-size: 24px;
        background: var(--white);
        border-radius: 50%;
        position: absolute;
        margin-top: -20px;
        margin-left: 10px;
    }
    .token-sidebar-content {
        padding-left: 0;
        text-align: center;
    }
    .token-sidebar-content {
        display: block;
    }
    .token-sidebar-services {
        padding: 25px 15px 0;
        text-align: center;
    }
    .token-sidebar-button a {
        width: 42%;
        margin-left: 5px;
        margin-right: 5px;
    }
    .activity-details-button span {
        display: none;
    }
    .activity-details-button {
        display: flex;
        justify-content: flex-end;
        width: 30px;
    }
    .activity-details-para {
        width: calc(100% - 105px);
    }
    .profile-list-content {
        display: none;
    }
    .profile-list {
        padding: 2px 2px 2px;
        margin-top: 2px;
    }
    .profile-list-img img {
        width: 30px;
        height: 30px;
    }
    .profile-list-img i {
        margin-left: -10px;
        font-size: 14px;
        margin-top: 15px;
    }
    .profile-list-icon i {
        font-size: 16px;
    }
    ul.nav.nav-tabs.token-list-details {
        /* height: 46px; */
        overflow-x: scroll;
        overflow-y: hidden;
        white-space: nowrap;
        width: auto;
    }
    ul.nav.nav-tabs.token-list-details li {
        margin-left: 0px;
        display: inline-block;
        float: unset;
    }
}

@media screen and (max-width: 1028px) {}


/* @media screen and (max-width: 1024px){
  .token-details-sidebar {
    right: 50px;
  }
} */

@media screen and (max-width: 1024px) {
    a.connect-wallet.create-item {
        padding: 10px 22px !important;
    }
}

@media screen and (max-width: 999px) {
    div#header-carousel .item .banner-section img.img-responsive {
        height: 430px;
    }
    .banner-section {
        border-radius: 15px;
        margin: 30px 0;
    }
}

@media screen and (max-width: 991px) {
    .prev_i {
        display: none;
    }
    .navbar-break-btn {
        display: block;
    }
    .nav-style span.icon-bar {
        background: var(--theme-color);
        height: 3px;
    }
    /* .desktop-notification{
        display: none!important;
    } */
    .desktop-profile {
        display: none!important;
    }
    .mobile-profile-notification {
        width: auto;
        display: flex;
        padding-left: 0;
        position: absolute;
        z-index: 1;
        right: 60px;
        top: 10px;
    }
    ul.mobile-profile-notification li {
        list-style-type: none;
    }
    ul.mobile-profile-notification .bell-icon i {
        padding-top: 10px;
    }
    ul.mobile-profile-notification .notification-list.dis-mobile-notification {
        left: initial;
        margin-top: 12px;
        right: -100px;
    }
    ul.mobile-profile-notification .notification-list {
        left: initial;
        margin-top: 12px;
        right: -50px;
    }
    .hamburger {
        background: none;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 1;
        display: block;
        float: right;
        padding: 9px 10px;
        margin-top: 8px;
        margin-bottom: 8px;
        background-color: transparent;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 4px;
    }
    .cross {
        background: none;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 1;
        float: right;
        padding: 9px 10px;
        /* margin-right: 15px; */
        margin-top: 8px;
        margin-bottom: 8px;
        background-color: transparent;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 4px;
        display: none;
    }
    button.hamburger .icon-bar,
    .cross .icon-bar {
        display: block;
        width: 22px;
        height: 3px;
        border-radius: 1px;
        background: var(--theme-color);
    }
    button.hamburger span.icon-bar+.icon-bar {
        margin-top: 4px;
    }
    .cross .icon-bar:first-child {
        transform: translate(-1px, 8px) rotate(45deg);
    }
    .cross .icon-bar:last-child {
        transform: translate(-1px, 5px) rotate(-45deg);
    }
    .menu {
        z-index: 999;
        font-weight: bold;
        font-size: 0.8em;
        display: none;
        width: auto;
        margin-top: 60px;
        background: var(--white);
        position: absolute;
        text-align: center;
        font-size: 12px;
        box-shadow: 0px 2px 7px 1px var(--top-sell-buy-box);
        right: 10px;
        border-radius: 15px;
    }
    .menu ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
        list-style-image: none;
        display: grid;
    }
    .menu li {
        display: block;
        padding: 5px 0 5px 0;
        float: none;
        border-bottom: #dddddd 1px solid;
    }
    .menu ul li a {
        text-decoration: none;
        margin: 0px;
        color: var(--black);
        font-size: 14px;
        padding: 8px;
    }
    .menu ul li a:hover {
        text-decoration: none;
        color: var(--black);
    }
    .menu a {
        text-decoration: none;
        color: var(--black);
    }
    .menu a:hover {
        text-decoration: none;
        color: var(--black);
    }
    .my-explore-div {
        width: 33%;
    }
    .collectible-padding-responsive {
        padding-left: 40px;
        padding-right: 40px;
    }
    .float-resp-left {
        float: left;
        width: 100%;
    }
    #preview-part {
        display: none;
    }
    .close-preview-button {
        right: 45px;
    }
    .tabs-content-bg {
        display: block;
        width: 100%;
        float: left;
    }
    .intro-token-responsive {
        display: block;
        width: 100%;
        float: left;
    }
    .more-token-page {
        right: 0;
    }
    .padding-lr-token-75 {
        padding-left: 15px;
        padding-right: 15px;
    }
    .display-section-heart-maximize {
        right: 15px;
    }
    /* .token-sidebar-button a {
      width: 75%;
      margin-left: auto;
      margin-right: auto;
      display: block;
      margin-bottom: 15px;
    } */
    .activity-details-images img {
        width: 70px;
        height: 70px;
    }
    .activity-details-images i {
        font-size: 16px;
        margin-top: 37px;
    }
    .activity-details-button {
        position: relative;
    }
    .activity-details-button i {
        position: absolute;
        right: 0px;
    }
    .activity-details {
        padding: 10px 10px;
    }
}


/* @media screen and (max-width: 934px){
  .section.portfolio .filters ul.grayscale-css{
      - height: 50px;-
      overflow-x: scroll;
      overflow-y: hidden;
      white-space: nowrap;
      width: calc(100% - 120px);
  }

  .section.portfolio .filters ul.grayscale-css li {
      margin-left: 10px;
      display: inline-block;
      float: unset;
      white-space: nowrap;
  }
} */

@media screen and (max-width: 850px) {
    .banner_sec {
        position: relative;
        text-align: center;
        margin: 50px 0 20px;
    }
    .token-image {
        width: auto;
    }
}

@media screen and (max-width: 768px) {
    div#header-carousel .item .banner-section img.img-responsive {
        height: 430px;
    }
    .token-image.img-div-js-element {
        padding: 15px;
        padding-top: 60px;
    }
    .token-image.img-div-js-element .token-image-grp {
        height: auto;
        max-width: 100%;
    }
    .img-js-element {
        max-height: 100% !important;
        max-width: 100%!important;
    }
}

@media screen and (max-width: 767px) {
    .navbar-nav {
        margin: 0px -15px;
    }
    #myNavbar .nav>li>a {
        padding-left: 15px;
        padding-right: 15px;
    }
    .navbar-nav .open .dropdown-menu>li>a {
        line-height: 30px;
        padding: 5px 15px 5px 15px;
    }
    .token-share-profile-name {
        display: none;
    }
    .token-profile-share-details {
        width: 40px;
        height: 40px;
        top: -105px;
        position: absolute;
        right: 20px;
    }
    /* .han-token .token-profile-share-details {
      top: 8px;
    } */
    .token-profile-share-details .token-profile-share-image img {
        width: 16px;
        height: 16px;
        display: inline-block;
    }
    /* .token-details-sidebar {
      left: 0;
      right: 0;
      width: 100%;
      max-width: 100%;
      bottom: 0;
      top: initial !important;
      border-radius: 0px 0px 15px 15px;
    } */
    .custom-width-res-1 {
        width: 50%;
    }
    .nav-lr-custom-50 {
        padding-left: 15px;
        padding-right: 15px;
    }
    .copyrights {
        text-align: center;
    }
    .li-copy {
        float: none;
        text-align: center;
    }
    .li-copy ul {
        display: flex;
        padding-left: 0;
        justify-content: center;
        align-items: center;
    }
    .li-copy ul li {
        padding-right: 0;
    }
    .my-explore-div {
        width: 50%;
    }
    .menu {
        display: block;
        z-index: 0;
        font-weight: bold;
        width: auto;
        margin-top: 0;
        background: var(--white);
        position: unset;
        text-align: left;
        font-size: 14px;
        box-shadow: none;
        right: 10px;
    }
    #myNavbarCustom {
        display: block;
        padding-right: 0;
        padding-left: 0;
    }
    .menu ul {
        display: block;
    }
    .menu li {
        display: block;
        padding: 0;
        border-bottom: none;
    }
    div#myNavbarCustom ul li a {
        padding-left: 0!important;
        color: var(--black);
    }
    button.navbar-toggle.navbar-break-btn {
        display: none;
    }
    button.hamburger {
        display: none;
    }
    .navbar-header {
        position: static;
    }
    div#myNavbarCustom ul li a.create-clr {
        padding-left: 25px!important;
        display: inline-block;
        margin-bottom: 10px;
    }
    div#myNavbarCustom ul li a.connect-wallet {
        padding-left: 25px!important;
        display: inline-block;
        margin-bottom: 10px;
    }
    input#mini {
        margin-bottom: 15px;
    }
    /* .token-sidebar-button a {
        width: 60%;
        margin-left: auto;
        margin-right: auto;
        display: block;
        margin-bottom: 15px;
    } */
    .token-profile-share-image {
        display: block;
    }
    .token-profile-details {
        border: none !important;
        padding: 1px 1px;
        width: 100px;
        border-radius: 50%;
        margin-top: -15px;
    }
    .token-profile-image {
        display: flex;
        position: relative;
        width: 100px;
    }
    .token-profile-details .token-profile-image img {
        width: 100px;
        height: 100px;
        border-radius: 50%;
        border: 1px solid var(--white);
        padding: 2px;
        background: var(--white);
    }
    .token-profile-details .token-profile-image i {
        margin-left: -15px;
        font-size: 18px;
        bottom: 11px;
    }
    .token-profile-name {
        display: none !important;
    }
    .token-profile-name h4 {
        font-size: 16px;
    }
    .follow-step-button {
        width: 100%;
    }
    .follow-step-content {
        width: calc(100% - 50px);
    }
    .follow-step-button a {
        width: 100%;
        text-align: center;
        max-width: 160px;
        margin-top: 4px;
        padding: 6px;
        font-size: 11px;
    }
    .avatar-upload .avatar-edit input+label {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        display: block;
        width: 160px;
    }
    #share_link_page .modal-dialog.modal-dialog-centered {
        display: table;
        text-align: center;
        top: 184px;
        width: 75%;
        margin: 30px auto;
    }
    .share_link_page_h4 {
        font-size: 16px;
    }
    #Bid-modal .modal-dialog.modal-dialog-centered {
        display: table;
        text-align: center;
        top: 184px;
        width: 90%;
        margin: 30px auto;
    }
    /* .sticky-custom {
        position: unset;
        margin-top: 0;
    } */
    #sticky-collection {
        height: 100%!important;
    }
    #myNavbar .nav>li>a.connect-wallet,
    #myNavbar .nav>li>a.create-clr {
        padding: 8px 25px !important;
        margin-left: 0;
        margin-right: 0;
    }
    .avatar-upload {
        position: relative;
        margin: 0;
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: flex-start;
    }
    .avatar-edit {
        text-align: left;
        margin-top: 0;
        padding: 0 15px;
        width: 100%;
    }
    .avatar-upload.border-right-lite {
        border-right: 0px;
        margin-bottom: 20px;
        padding-bottom: 20px;
        border-bottom: 1px solid #eee;
    }
    .avatar-upload .avatar-edit input+label {
        margin-left: 0;
        margin-bottom: 10px;
    }
    .avatar-edit p {
        text-align: left;
    }
    /* User detail page  */
    .token-constructions-image {
        margin-top: -10px;
        text-align: center;
    }
    .token-constructions-image img {
        display: inline-flex;
    }
    h3.user_name_heading {
        font-size: 22px;
        max-width: 100%;
        color: var(--body-color);
        margin-top: -10px;
        margin-bottom: 15px;
        text-align: center;
    }
    section.token-constructions .pull-right-custom {
        float: none;
        text-align: center;
    }
    .token-input-field-custom {
        margin: auto;
    }
    .han-token .token-profile-share-details {
        top: -85px;
        position: absolute;
        right: 25px;
    }
}

@media screen and (max-width: 600px) {
    .asset__btns .home__btn {
        width: 100%;
    }
    .full-width {
        width: 100%;
    }
    .custom-width-res-1 {
        width: 100%;
    }
    .img-div-js-element {
        width: auto!important;
        opacity: 1;
        margin: 50px auto;
        height: 700px!important;
    }
    .img-js-element {
        width: auto;
        height: auto;
        margin-left: auto;
        margin-right: auto;
    }
    .pull-right-custom .connect-wallet span.color-white {
        display: none;
    }
    .dis-heading-width h3 {
        word-wrap: break-word;
    }
    .token-input-field-custom {
        width: 100%;
    }
    div#header-carousel .item .banner-section img.img-responsive {
        height: 300px;
    }
    .token-details-sidebar {
        top: initial !important;
        z-index: 1;
        bottom: 0px;
        width: 100% !important;
        max-width: 100% !important;
    }
    .token-details-sidebar:hover {
        transform: translate(0%, 0%);
    }
    h4.bid_showBtn {
        left: -25%;
    }
}

@media screen and (max-width: 528px) {
    .custom-activity-div-from img {
        display: none;
    }
    .custom-activity-div-to {
        display: inline-block;
    }
    .custom-activity-div-to img {
        display: none;
    }
    div#header-carousel .item .banner-section img.img-responsive {
        height: auto;
    }
}

@media screen and (max-width: 500px) {
    .my-explore-div {
        width: 100%;
    }
    .custom-edit-page-padding {
        padding-left: 0;
        padding-right: 0;
    }
    .collectible-padding-responsive {
        padding-left: 15px;
        padding-right: 15px;
    }
    .collectible-section h3 {
        font-size: 20px;
    }
    .create-cancel-btn {
        width: 100%;
        display: block;
    }
    .create-cancel-btn a {
        width: 100%;
        display: block;
        margin-bottom: 15px;
        text-align: center;
        margin-left: 0;
    }
    .filter-content {
        display: none;
    }
    .filter-part {
        display: block;
        width: 40px;
    }
    .section.portfolio .filters ul.grayscale-css {
        width: calc(100% - 60px);
    }
}

@media screen and (max-width: 449px) {
    .follow-details-button a span {
        display: none;
    }
    .follow-details {
        padding: 10px 10px;
    }
    .follow-details-para {
        padding-left: 10px;
    }
    .follow-details-button {
        padding-left: 0;
    }
    .force-overflow {
        margin-right: 5px;
    }
}

@media screen and (max-width: 440px) {
    div#activity .col-md-8.col-sm-8.col-xs-12 {
        padding-left: 0;
        padding-right: 0;
    }
    .header__profile-btn div {
        width: calc(100% - 30px);
    }
    /* .header__logo img {
      height: 18px;
    } */
    .home__btn {
        min-width: 120px;
    }
    .footer__content {
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
    }
    .footer__social {
        margin-bottom: 15px;
    }
    .main {
        margin-top: 15px;
    }
    /* .header__action {
      margin-left: 10px;
    } */
    .asset__btns {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        flex-wrap: wrap;
        width: 100%;
        margin-top: 0px;
        max-width: 100%;
        flex: 0 0 100%;
    }
    .asset__btns .home__btn {
        min-width: 120px;
        width: 100%;
        text-align: center;
    }
}

@media screen and (max-width: 425px) {
    .top-sellers-section h3,
    .top-buyer-section h3,
    .cl-h3 {
        font-size: 18px;
        margin-top: 5px;
    }
    .anchor-view {
        font-size: 13px;
    }
    .heading-create-collectible {
        padding-right: 0;
    }
    .heading-create-collectible h3 {
        font-size: 18px;
    }
    .width-100-425 {
        width: 100%;
    }
    .img-js-element {
        padding-left: 0;
        padding-right: 0;
    }
    .dis-padd-lr-0-res {
        padding-left: 0;
        padding-right: 0;
    }
    /* .activity-details-button i {
        top: 15px;
    } */
    .modal-header .modal-title {
        color: var(--white) !important;
        font-size: 18px !important;
        font-weight: 400 !important;
    }
    .modal-header button.close {
        font-size: 13px !important;
        height: 20px !important;
        width: 20px !important;
        margin-top: 4px !important;
        line-height: 20px !important;
    }
    .avatar-upload {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .avatar-edit {
        text-align: center;
    }
    .avatar-upload .avatar-edit input+label {
        margin-left: auto;
        margin-bottom: 10px;
        margin-top: 20px;
    }
    .avatar-edit p {
        text-align: center;
    }
    .form-group.verification-block {
        display: flex;
        align-items: flex-start;
        padding: 3px;
        flex-direction: column;
        justify-content: center;
        width: 100%;
    }
    .verification-btn,
    .verification-content {
        width: 100%;
    }
    #modalMessage .modal-dialog {
        width: auto;
    }
    /* Collection page  */
    .heading-token-style-details h3 {
        font-size: 18px;
    }
    .token-collections-details h4,
    .heading-token-style-details p {
        font-size: 14px;
    }
    .token-collections-details p {
        font-size: 13px;
    }
    .display-section-heart-minimize {
        right: 10px;
        top: 10px;
    }
    /* User page */
    h3.user_name_heading {
        font-size: 18px;
    }
    input#token-input-field,
    input#userAddress {
        font-size: 13px;
    }
    .quick-link h4,
    .community h4,
    .social-media h4 {
        font-weight: 700;
        letter-spacing: 0.5px;
        font-size: 14px;
    }
    .quick-link ul li,
    .community ul li {
        list-style-type: none;
        font-size: 13px;
        padding: 5px 0;
    }
    .copyrights {
        text-align: center;
        font-size: 13px;
        margin-bottom: 5px;
    }
    .li-copy ul li a {
        color: var(--submit-search);
        font-size: 13px;
    }
    #myNavbar .nav>li>a.connect-wallet,
    #myNavbar .nav>li>a.create-clr,
    .theme-btn,
    .connect-wallet,
    .create-clr,
    .cancel-btn {
        padding: 8px 22px !important;
        font-size: 13px;
    }
    .input-element-form-search {
        background-position: 30% top;
        background-size: cover;
        background-repeat: no-repeat;
        border-radius: 20px;
        width: 100%;
        height: 320px;
        display: flex;
        justify-content: flex-end;
    }
    .search-block h3 {
        font-size: 28px;
        color: var(--white);
        line-height: 1.2;
        text-shadow: 3px 2px 5px var(--theme-color);
    }
}

@media screen and (max-width: 399px) {
    .follow-details {
        align-items: center;
        flex-direction: column;
        justify-content: center;
    }
    .follow-details-para {
        display: flex;
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
    }
    .follow-details-button {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .follow-details-button a span {
        display: inline-block;
    }
    .heading-token-style-details {
        width: 85%;
    }
}

@media screen and (max-width: 375px) {
    .search-section {
        max-width: 290px;
    }
    .li-copy ul li {
        padding-right: 0;
        padding-left: 5px;
    }
    .content-connect-wallet {
        font-size: 14px;
    }
    .token-collections-details p,
    .token-collections-details h4 {
        font-size: 12px;
        margin-bottom: 0;
    }
    .token-info-own-bids-history.nav-tabs>li>a {
        font-size: 14px;
        font-weight: 600;
        padding: 10px;
    }
    /* .token-sidebar-button a {
      width: 90%;
    } */
    .create-collectible-button-box {
        flex-direction: column;
    }
}


/* Custom changes for trap */

.tooltip {
    background: #333;
    border-radius: 10px;
    padding: 3px 16px;
    z-index: 999;
}

.tooltip-inner {
   word-break: break-word;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
}

.tooltip .arrow {
    width: 13px;
    height: 10px;
    transition: fill 0.5s ease;
    color: #333333;
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    position: absolute;
    top: 75%;
    font-size: 20px;
    line-height: 10px;
}

.tooltip .arrow:before {
    content: "\f078";
}


/* Notifications */

.dropdown.desktop-notification {
    position: relative;
}

.dropdown.desktop-notification a {
    color: var(--black);
    padding: 5px 15px;
    font-size: 24px;
}

.dropdown.desktop-notification .header__profile-menu {
    display: block;
    position: absolute !important;
    z-index: -1;
    pointer-events: none;
    opacity: 0;
    /*top: -20px !important;*/
    background-color: var(--white);
    border-radius: 8px;
    padding: 0;
    min-width: 315px;
    transition: opacity 0.5s ease;
    transform: translate3d(0px, 54px, 0px) !important;
    height: auto;
    right: -20px !important;
    left: auto !important;
    margin-top: 2px;
    box-shadow: 0px 0px 6px var(--input-border);
    padding-bottom: 10px;
}

.dropdown.desktop-notification .header__profile-menu.show {
    z-index: 1000;
    pointer-events: auto;
    opacity: 1;
}

.dropdown.desktop-notification .header__profile-menu .heading {
    padding: 15px;
    border-radius: 8px 8px 0 0;
    color: #000;
    margin-bottom: 0;
    font-size:20px;
    background: var(--eee);
}

.dropdown.desktop-notification .header__profile-menu ul {
    max-height: 300px;
    overflow: hidden;
    overflow-y: auto;
    padding: 0 2px 0 0;
    max-width: 380px;
}

.dropdown.desktop-notification .header__profile-menu li:last-child {
    padding-top: 0;
    border-top: none;
}

.dropdown.desktop-notification .header__profile-menu li:last-child .notifier-elements {
    border-bottom: none;
}

@media (max-width: 650px) {
    .dropdown.desktop-notification .header__profile-menu li:last-child .notifier-elements{
        border-bottom: none;
    }

    .dropdown.desktop-notification .header__profile-menu .heading i {
        padding-right: 10px;
    }

    .dropdown.desktop-notification .header__profile-menu ul::-webkit-scrollbar{
        width: 3px;
    }
}



@media (max-width: 575px) {
    .dropdown.desktop-notification {
        position: static;
    }
    .dropdown.desktop-notification .header__profile-menu {
        top: 50px !important;
        min-width: 100%;
        right: 0px !important;
    }
    .header {
        height: auto;
    }
    .header__content {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: auto;
        width: 100%;
        position: relative;
        padding: 10px 0px;
    }

    .header__logo {
        display: inline-flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        height: auto;
    }
    .header__logo img {
        width: 100%;
        max-width:70px;
        height: auto;
        display: block;
        margin-bottom: 5px;
        margin-top: 5px;
    }
    .header__action--profile,
    .header__actions {
        width: 100%;
    }
    .header__profile-btn {
        max-width: initial;
        min-width: 140px;
    }
    .header__menu {
        top: 145px;
    }
    .select_locale select.form-control {
        height: 40px;
        padding-right: 10px;
        padding-left: 10px;
        margin-right: 5px;
    }
    .select_locale::before {
        display: none;
    }
}


/* @media (max-width: 340px) {
    .header__btn {
        margin-left: 10px;
    }
} */


/* Grid responsive */

@media (min-width: 576px) {
    .container,
    .container-sm {
        max-width: 98%;
    }
}

@media (min-width: 768px) {
    .container,
    .container-md,
    .container-sm {
        max-width: 98%;
    }
}

@media (min-width: 992px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 98%;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 98%;
    }
}

@media (min-width: 1440px) {
    .container {
        max-width: 1330px;
    }
}

.row.full-width {
    width: 100%;
}

.row.full-width .home__btn {
    margin-top: 20px;
    margin-right: 0;
    min-width: 160px;
    padding: 25px 25px;
    width: 100% !important;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
}


/* .row.full-width .asset__btns:last-child .home__btn.home__btn--clr {
    background-color: var(--black);
    color: var(--theme-color);
} */

.grid-box {
    box-sizing: border-box;
    margin: 0;
    min-width: 0;
    display: grid;
    grid-gap: 25px;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, .05);
    padding: 20px 10px;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 100%;
}

.grid-box-small {
    box-sizing: border-box;
    margin: 0;
    min-width: 0;
    grid-gap: 25px;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, .05);
    padding: 20px 10px;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 100%;
}

.card__title {
    display: block;
    width: 100%;
    color: #fff;
    font-family: 'Inter', sans-serif;
    margin-bottom: 10px;
    transition: color 0.5s ease;
    font-size: 16px;
    margin: 0;
    min-width: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    box-sizing: border-box;
}

.card__author {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    position: relative;
    box-sizing: border-box;
    margin: 0;
    min-width: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: auto;
}

.card__info {
    display: block;
    width: 100%;
    border-top: none;
    margin-top: 0;
    padding: 20px 15px;
}

@media screen and (max-width: 991px) {
    .asset__authors {
        flex-direction: column;
    }
    .asset__authors li {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 440px) {
    .main__title h1 {
        font-size: 31px;
    }
}


/* Hero carousel */

.banner-section {
    border-radius: 15px;
}

#header-carousel.owl-carousel .owl-nav {
    position: relative;
    bottom: 100px;
    width: 95%;
    margin: auto;
}

@media screen and (min-width: 999px) {
    #header-carousel.owl-carousel .owl-nav {
        position: relative;
        bottom: 60px;
        width: 95%;
        margin: auto;
    }
}

#header-carousel.owl-carousel .owl-nav button {
    background-color: var(--theme-color);
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
}

#header-carousel.owl-carousel .owl-nav button span {
    font-size: 36px;
    color: var(--white);
    line-height: 36px;
}

#header-carousel.owl-carousel .owl-nav .owl-prev {
    float: left;
}

#header-carousel.owl-carousel .owl-nav .owl-next {
    float: right;
}

#header-carousel.owl-carousel .owl-nav .owl-prev.disabled,
#header-carousel.owl-carousel .owl-nav .owl-next.disabled {
    opacity: 0.6;
    filter: grayscale(1);
}

button.sign__btn.btn.btn-primary.modal__close.md_cls {
    position: static;
}


/* Share icons */

.share_via .social-media-share-btn-grp {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}

.share_via .social-media-share-btn {
    display: inline-flex;
    border-radius: 50%;
    height: 35px;
    width: 35px;
    margin-left: 5px;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    color: var(--body-color);
    border-radius: 5px;
    margin-right: 5px;
}

a.view-notification {
    position: relative;
    display: block;
}

p.notification_count {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin-bottom: 0;
    background: var(--ordinary-icon-color);
    color: var(--white);
    text-align: center;
    font-size: 14px;
    position: absolute;
    top: 3px;
    right: 12px;
}

.header__action.network-dropdown .header__profile-btn  {
    max-width: initial;
    width: auto;
    min-width: auto;
    padding: 15px 10px;
    border-radius: 5px;
    color: var(--black);
    border: none;
    white-space: nowrap;
}

.header__action.network-dropdown .header__profile-btn--verified:after {
    display: none;
}

.header__action.network-dropdown .header__profile-menu li:last-child {
    padding-top: 0;
    border-top: none;
}

.fixed-radio {
    display: flex!important;
    align-items: center;
    width: 100%!important;
    height: auto!important;
    border-radius: 8px!important;
    padding: 7px;
    margin-left: 0!important;
    background: var(--white);
    box-shadow: -1px 2px 6px var(--input-border);
    border: none!important;
}

.fixed-radio .icon-style-choose-collection span img {
    width: 70px;
    height: 70px;
    object-fit: cover;
}

.fixed-radio .icon-style-choose-collection {
    margin-top: 0;
}

.fixed-radio .icon-style-choose-collection .color-break {
    width: auto !important;
    height: auto !important;
}

.fixed-radio .label-style-choose-collection {
    margin-top: 0px;
    padding-left: 10px;
    text-align: left;
}

label.radio-img.image-sector {
    display: block;
    position: relative;
}

.fixed-radio .label-style-choose-collection p {
    margin-bottom: 0;
}

.radio-img.image-sector>input:checked+.image::after {
    position: absolute;
    right: 15px;
    margin-right: 5px;
    font-size: 22px !important;
}

.first-contract {
    /*background: #f5f5f5;*/
    padding: 15px;
    border-radius: 8px;
    margin-bottom: 15px;
    max-height: 395px;
    overflow: hidden;
    overflow-y: auto;
}

.radio-img.image-sector>input:checked+.image {
    background: #ccc;
}

.fixed-radio .label-style-choose-collection label {
    font-size: 18px;
}

.fixed-radio .icon-style-choose-collection span {
    font-size: 40px;
}

.modal-footer {
    text-align: right;
}

.create_file_upload {
    padding-top: 10px;
}

div#imagePreviewRes2,
div#my-preview-section,
div#imagePreviewRes {
    background-size: contain !important;
}

.flex-container{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.flex-container .row{ width: 100%;}


.coll_description.short_content, .inner-token-content-han.short_content {
    display: block;
}
.inner-token-content-han {
    font-size: 16px;
    line-height: 26px;
    max-width: 780px;
    text-align: center;
    margin: 0 auto;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.full_content, .inner-token-content-han.full_content {
    display: none;
}

.readMrBtnBlk {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 42px;
}

.readMrBtnBlk a.readless-btn {
    display: none;
}

h3.cluster_name_heading{
    text-align: center;
    font-size: 25px;font-weight: bold;
}
#carousel-collection.owl-carousel .featured-creators-box-img-bg img{
    display: none;
}

.featured-creators-box-content p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    padding: 0 15px;
}
#addCryptoFunds { font-size: 14px; }


.che_net_mobile { display: none; margin-left: auto; }
.header__action.network-dropdown { margin: 0px; }
.add_fund_btn { font-size:14px; }
ul.switch_group li.li_inp_grp { padding-right: 0px; }
.filters-content { min-height: 300px; }
.notify_empty { padding:10px; }
.tcenter { text-align: center !important; }
.sign__group_first { width:70%; padding:0px 5px 0px 0px; position: relative; }
.sign__group_sec { width:20%; padding: 0px 5px; position: relative; }
.sign__group_th { width:10%; padding: 0px 0px 0px 5px; position: relative; }
.sign_row_close { width:40px; height: 40px; border: 1px solid #cccccc; padding: 10px; border-radius: 100px; font-size: 14px; }
.sign_row_close i { font-weight: 400; }
.sg_close { position: absolute; top:12px; right:15px; }
.a_adress .sign__input { border: 1px solid #cccccc; background-color: #fff; }
.pd0 { padding: 0px !important; }
.mg0 { margin: 0px !important; }
.add_address_modal .home__btn { border-width:1px !important; border-color: #cccccc; height: 46px; }
.ad_ads_p {
    font-size: 13px;
    width: 100%;
}

.wd-100 { width: 100%; }
.a_adress_ul { width: 100%; }
.a_adress_ul li { margin:10px 0px; display: flex; }
.a_adress_ul li:first-child .sign__group_th .sign_row_close {
    cursor: not-allowed;
    background: #e1e1e1;
    color: #8b8b8b;
}
.text-right { text-align: right; }
.add_address_modal .add-address { border-radius: 100px; margin-top: 5px; background: #eee; }
.add_address_modal .home__btn.add-address:hover, .add_address_modal .home__btn.add-address:focus {
    color: var(--black);
    background-color:#ddd;
}

@media (max-width:1279px) {
    .home__text br { display: none; }
}
@media (max-width:767px) {
    /* .header__content {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items:center;
        height: auto;
        width: 100%;
        position: relative;
        padding: 10px 0px;
    } */
    .header__logo { margin-bottom: 10px; }
    .dropdown.desktop-notification .header__profile-menu { right:auto !important; left: 0px !important; }
}
@media (max-width: 575px) {
    .header__action.network-dropdown .header__profile-btn { padding: 10px 0px; font-size:12px; }
    .che_net_mobile { display: block; }
    .che_net_desktop { display: none; }
    .header__logo { width: 100%; }
    .header__profile-btn svg, .header__profile-btn i { font-size:10px; }
    .header__profile-menu { transform: translate3d(0px, 40px, 0px) !important; }
    .dropdown.desktop-notification a { padding: 5px 8px; }
    .header__action--profile { width: 70%; }
    .select_locale { margin-right: 5px; }
    .li_inp_grp .inp-grp-flex { display: block; }
    .li_inp_grp .inp-grp-flex .sign__group { width: 100%; }
}
@media (max-width:480px) {
    .header__action--profile { width:60%; }
    .form-group.bidBuyInputs { flex-direction: column; }
    .form-group.bidBuyInputs div:first-child { width: calc(100% - 0px); }
    .form-group.bidBuyInputs div:last-child { width: 100%; margin-top: 10px; }
    .form-group.bidBuyInputs .sign__input, .form-group.bidBuyInputs span.price_currency.sign__input, .form-group.bidBuyInputs .sign__select { border: 0px; border-radius:12px; }
    .header__action--profile { margin-left: 5px; }
    .add_address_modal .collection-flex-box {
        display: -ms-flexbox;
        display: flex;
        align-items: start;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: start;
    }
    .sign__group_first {
        width:85%;
        margin-bottom: 10px;
        padding: 0px;
    }
    .sign__group_sec {
        padding: 0px;
        width:85%;
    }
    .sign__group_th {
        width:15%;
        text-align: right;
    }
    .a_adress_ul li {
        border-bottom: 1px solid #efefef;
        padding-bottom: 15px;
        padding-top: 10px;
    }

}
@media (max-width:360px) {
    .header__action--profile { width: 54%; }
}
.asset__desc pre{    white-space: break-spaces;}
.modal-footer {
  display: flex;
  align-items: center;
  justify-content: center;
}

a.view-notification {
    position: relative;
    display: block;
}

.informed-layer h1 {
    margin-top: 30px;
    text-align: center;
    font-size: 20px;
    text-transform: capitalize;
    color: #006fac;
    margin-bottom: 30px;
}

.informed-layer p {
    color: #006fac;
    font-size: 18px;
    max-width: 700px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.oneWard-fills {
    min-height: 350px;
    align-items: center;
    justify-content: center;
}

.timerRules h3 {
    color: #000;
    margin-bottom: 15px;
}

.timerRules p{
    text-align: left;
    margin-bottom: 5px;
    font-size: 14px;
}

.timerRules ul {
    list-style-type: decimal;
    font-size: 14px;
    padding-left: 30px;
}

.timerRules ul li{
    margin-bottom: 5px;
}

.optimizedPara p {
    color: #025b8d;
}

.optimizedPara p a {
    color: #025b8d;
    text-decoration: underline;
    font-weight: 700;
}

.unamed-img {
    max-width: 230px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-top: 15px;
    margin-bottom: 15px;
}
.nft-guide-img {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-top: 5px;
    margin-bottom: 5px;
}

@media (max-width: 767px) {
    .informed-layer h1{
        font-size: 30px;
    }
    .informed-layer p{
        font-size: 18px;
    }
}
.disabled_time_auction {
   pointer-events: none;
   opacity: 0.3;
}

.header__profile-btn--verified.header__profile-btn .fa-check-circle {
    position: absolute; color:#4caf50; height: 10px; width: 10px; border-radius: 100px;
    background: #fff;
    bottom: 6px;
    left: 31px;
    margin: 0px;
    z-index: 11;
}
@media (max-width: 575px) {
    .header__profile-btn--verified.header__profile-btn .fa-check-circle { display: none; }
}

.unlock-design {
    max-width: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 44px;
    margin-bottom: 15px;
    background: #f1f1f1;
    border-radius: 5px;
    color: #606060;
    border: 1px solid #d3d3d3;
}

.unlock-design i {
    margin-right: 5px;
    font-size: 20px;
    color: #5672dd;
}

.blue-color-text {
    color: #2f80ed;
    font-weight: 700;
}

@media(max-width:820px) {
    .event-history {
        width: 50%;
    }
}

@media(max-width:767px) {
    .event-history {
        width: 100%;
    }
}
.react-tel-input{font-family:'Roboto',sans-serif;font-size:15px;position:relative;width:100%}.react-tel-input :disabled{cursor:not-allowed}.react-tel-input .flag{width:16px;height:11px;background-image:url(data:image/png;base64,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)}.react-tel-input .ad{background-position:-16px 0}.react-tel-input .ae{background-position:-32px 0}.react-tel-input .af{background-position:-48px 0}.react-tel-input .ag{background-position:-64px 0}.react-tel-input .ai{background-position:-80px 0}.react-tel-input .al{background-position:-96px 0}.react-tel-input .am{background-position:-112px 0}.react-tel-input .ao{background-position:-128px 0}.react-tel-input .ar{background-position:-144px 0}.react-tel-input .as{background-position:-160px 0}.react-tel-input .at{background-position:-176px 0}.react-tel-input .au{background-position:-192px 0}.react-tel-input .aw{background-position:-208px 0}.react-tel-input .az{background-position:-224px 0}.react-tel-input .ba{background-position:-240px 0}.react-tel-input .bb{background-position:0 -11px}.react-tel-input .bd{background-position:-16px -11px}.react-tel-input .be{background-position:-32px -11px}.react-tel-input .bf{background-position:-48px -11px}.react-tel-input .bg{background-position:-64px -11px}.react-tel-input .bh{background-position:-80px -11px}.react-tel-input .bi{background-position:-96px -11px}.react-tel-input .bj{background-position:-112px -11px}.react-tel-input .bm{background-position:-128px -11px}.react-tel-input .bn{background-position:-144px -11px}.react-tel-input .bo{background-position:-160px -11px}.react-tel-input .br{background-position:-176px -11px}.react-tel-input .bs{background-position:-192px -11px}.react-tel-input .bt{background-position:-208px -11px}.react-tel-input .bw{background-position:-224px -11px}.react-tel-input .by{background-position:-240px -11px}.react-tel-input .bz{background-position:0 -22px}.react-tel-input .ca{background-position:-16px -22px}.react-tel-input .cd{background-position:-32px -22px}.react-tel-input .cf{background-position:-48px -22px}.react-tel-input .cg{background-position:-64px -22px}.react-tel-input .ch{background-position:-80px -22px}.react-tel-input .ci{background-position:-96px -22px}.react-tel-input .ck{background-position:-112px -22px}.react-tel-input .cl{background-position:-128px -22px}.react-tel-input .cm{background-position:-144px -22px}.react-tel-input .cn{background-position:-160px -22px}.react-tel-input .co{background-position:-176px -22px}.react-tel-input .cr{background-position:-192px -22px}.react-tel-input .cu{background-position:-208px -22px}.react-tel-input .cv{background-position:-224px -22px}.react-tel-input .cw{background-position:-240px -22px}.react-tel-input .cy{background-position:0 -33px}.react-tel-input .cz{background-position:-16px -33px}.react-tel-input .de{background-position:-32px -33px}.react-tel-input .dj{background-position:-48px -33px}.react-tel-input .dk{background-position:-64px -33px}.react-tel-input .dm{background-position:-80px -33px}.react-tel-input .do{background-position:-96px -33px}.react-tel-input .dz{background-position:-112px -33px}.react-tel-input .ec{background-position:-128px -33px}.react-tel-input .ee{background-position:-144px -33px}.react-tel-input .eg{background-position:-160px -33px}.react-tel-input .er{background-position:-176px -33px}.react-tel-input .es{background-position:-192px -33px}.react-tel-input .et{background-position:-208px -33px}.react-tel-input .fi{background-position:-224px -33px}.react-tel-input .fj{background-position:-240px -33px}.react-tel-input .fk{background-position:0 -44px}.react-tel-input .fm{background-position:-16px -44px}.react-tel-input .fo{background-position:-32px -44px}.react-tel-input .fr,.react-tel-input .bl,.react-tel-input .mf{background-position:-48px -44px}.react-tel-input .ga{background-position:-64px -44px}.react-tel-input .gb{background-position:-80px -44px}.react-tel-input .gd{background-position:-96px -44px}.react-tel-input .ge{background-position:-112px -44px}.react-tel-input .gf{background-position:-128px -44px}.react-tel-input .gh{background-position:-144px -44px}.react-tel-input .gi{background-position:-160px -44px}.react-tel-input .gl{background-position:-176px -44px}.react-tel-input .gm{background-position:-192px -44px}.react-tel-input .gn{background-position:-208px -44px}.react-tel-input .gp{background-position:-224px -44px}.react-tel-input .gq{background-position:-240px -44px}.react-tel-input .gr{background-position:0 -55px}.react-tel-input .gt{background-position:-16px -55px}.react-tel-input .gu{background-position:-32px -55px}.react-tel-input .gw{background-position:-48px -55px}.react-tel-input .gy{background-position:-64px -55px}.react-tel-input .hk{background-position:-80px -55px}.react-tel-input .hn{background-position:-96px -55px}.react-tel-input .hr{background-position:-112px -55px}.react-tel-input .ht{background-position:-128px -55px}.react-tel-input .hu{background-position:-144px -55px}.react-tel-input .id{background-position:-160px -55px}.react-tel-input .ie{background-position:-176px -55px}.react-tel-input .il{background-position:-192px -55px}.react-tel-input .in{background-position:-208px -55px}.react-tel-input .io{background-position:-224px -55px}.react-tel-input .iq{background-position:-240px -55px}.react-tel-input .ir{background-position:0 -66px}.react-tel-input .is{background-position:-16px -66px}.react-tel-input .it{background-position:-32px -66px}.react-tel-input .je{background-position:-144px -154px}.react-tel-input .jm{background-position:-48px -66px}.react-tel-input .jo{background-position:-64px -66px}.react-tel-input .jp{background-position:-80px -66px}.react-tel-input .ke{background-position:-96px -66px}.react-tel-input .kg{background-position:-112px -66px}.react-tel-input .kh{background-position:-128px -66px}.react-tel-input .ki{background-position:-144px -66px}.react-tel-input .xk{background-position:-128px -154px}.react-tel-input .km{background-position:-160px -66px}.react-tel-input .kn{background-position:-176px -66px}.react-tel-input .kp{background-position:-192px -66px}.react-tel-input .kr{background-position:-208px -66px}.react-tel-input .kw{background-position:-224px -66px}.react-tel-input .ky{background-position:-240px -66px}.react-tel-input .kz{background-position:0 -77px}.react-tel-input .la{background-position:-16px -77px}.react-tel-input .lb{background-position:-32px -77px}.react-tel-input .lc{background-position:-48px -77px}.react-tel-input .li{background-position:-64px -77px}.react-tel-input .lk{background-position:-80px -77px}.react-tel-input .lr{background-position:-96px -77px}.react-tel-input .ls{background-position:-112px -77px}.react-tel-input .lt{background-position:-128px -77px}.react-tel-input .lu{background-position:-144px -77px}.react-tel-input .lv{background-position:-160px -77px}.react-tel-input .ly{background-position:-176px -77px}.react-tel-input .ma{background-position:-192px -77px}.react-tel-input .mc{background-position:-208px -77px}.react-tel-input .md{background-position:-224px -77px}.react-tel-input .me{background-position:-112px -154px;height:12px}.react-tel-input .mg{background-position:0 -88px}.react-tel-input .mh{background-position:-16px -88px}.react-tel-input .mk{background-position:-32px -88px}.react-tel-input .ml{background-position:-48px -88px}.react-tel-input .mm{background-position:-64px -88px}.react-tel-input .mn{background-position:-80px -88px}.react-tel-input .mo{background-position:-96px -88px}.react-tel-input .mp{background-position:-112px -88px}.react-tel-input .mq{background-position:-128px -88px}.react-tel-input .mr{background-position:-144px -88px}.react-tel-input .ms{background-position:-160px -88px}.react-tel-input .mt{background-position:-176px -88px}.react-tel-input .mu{background-position:-192px -88px}.react-tel-input .mv{background-position:-208px -88px}.react-tel-input .mw{background-position:-224px -88px}.react-tel-input .mx{background-position:-240px -88px}.react-tel-input .my{background-position:0 -99px}.react-tel-input .mz{background-position:-16px -99px}.react-tel-input .na{background-position:-32px -99px}.react-tel-input .nc{background-position:-48px -99px}.react-tel-input .ne{background-position:-64px -99px}.react-tel-input .nf{background-position:-80px -99px}.react-tel-input .ng{background-position:-96px -99px}.react-tel-input .ni{background-position:-112px -99px}.react-tel-input .nl,.react-tel-input .bq{background-position:-128px -99px}.react-tel-input .no{background-position:-144px -99px}.react-tel-input .np{background-position:-160px -99px}.react-tel-input .nr{background-position:-176px -99px}.react-tel-input .nu{background-position:-192px -99px}.react-tel-input .nz{background-position:-208px -99px}.react-tel-input .om{background-position:-224px -99px}.react-tel-input .pa{background-position:-240px -99px}.react-tel-input .pe{background-position:0 -110px}.react-tel-input .pf{background-position:-16px -110px}.react-tel-input .pg{background-position:-32px -110px}.react-tel-input .ph{background-position:-48px -110px}.react-tel-input .pk{background-position:-64px -110px}.react-tel-input .pl{background-position:-80px -110px}.react-tel-input .pm{background-position:-96px -110px}.react-tel-input .pr{background-position:-112px -110px}.react-tel-input .ps{background-position:-128px -110px}.react-tel-input .pt{background-position:-144px -110px}.react-tel-input .pw{background-position:-160px -110px}.react-tel-input .py{background-position:-176px -110px}.react-tel-input .qa{background-position:-192px -110px}.react-tel-input .re{background-position:-208px -110px}.react-tel-input .ro{background-position:-224px -110px}.react-tel-input .rs{background-position:-240px -110px}.react-tel-input .ru{background-position:0 -121px}.react-tel-input .rw{background-position:-16px -121px}.react-tel-input .sa{background-position:-32px -121px}.react-tel-input .sb{background-position:-48px -121px}.react-tel-input .sc{background-position:-64px -121px}.react-tel-input .sd{background-position:-80px -121px}.react-tel-input .se{background-position:-96px -121px}.react-tel-input .sg{background-position:-112px -121px}.react-tel-input .sh{background-position:-128px -121px}.react-tel-input .si{background-position:-144px -121px}.react-tel-input .sk{background-position:-160px -121px}.react-tel-input .sl{background-position:-176px -121px}.react-tel-input .sm{background-position:-192px -121px}.react-tel-input .sn{background-position:-208px -121px}.react-tel-input .so{background-position:-224px -121px}.react-tel-input .sr{background-position:-240px -121px}.react-tel-input .ss{background-position:0 -132px}.react-tel-input .st{background-position:-16px -132px}.react-tel-input .sv{background-position:-32px -132px}.react-tel-input .sx{background-position:-48px -132px}.react-tel-input .sy{background-position:-64px -132px}.react-tel-input .sz{background-position:-80px -132px}.react-tel-input .tc{background-position:-96px -132px}.react-tel-input .td{background-position:-112px -132px}.react-tel-input .tg{background-position:-128px -132px}.react-tel-input .th{background-position:-144px -132px}.react-tel-input .tj{background-position:-160px -132px}.react-tel-input .tk{background-position:-176px -132px}.react-tel-input .tl{background-position:-192px -132px}.react-tel-input .tm{background-position:-208px -132px}.react-tel-input .tn{background-position:-224px -132px}.react-tel-input .to{background-position:-240px -132px}.react-tel-input .tr{background-position:0 -143px}.react-tel-input .tt{background-position:-16px -143px}.react-tel-input .tv{background-position:-32px -143px}.react-tel-input .tw{background-position:-48px -143px}.react-tel-input .tz{background-position:-64px -143px}.react-tel-input .ua{background-position:-80px -143px}.react-tel-input .ug{background-position:-96px -143px}.react-tel-input .us{background-position:-112px -143px}.react-tel-input .uy{background-position:-128px -143px}.react-tel-input .uz{background-position:-144px -143px}.react-tel-input .va{background-position:-160px -143px}.react-tel-input .vc{background-position:-176px -143px}.react-tel-input .ve{background-position:-192px -143px}.react-tel-input .vg{background-position:-208px -143px}.react-tel-input .vi{background-position:-224px -143px}.react-tel-input .vn{background-position:-240px -143px}.react-tel-input .vu{background-position:0 -154px}.react-tel-input .wf{background-position:-16px -154px}.react-tel-input .ws{background-position:-32px -154px}.react-tel-input .ye{background-position:-48px -154px}.react-tel-input .za{background-position:-64px -154px}.react-tel-input .zm{background-position:-80px -154px}.react-tel-input .zw{background-position:-96px -154px}.react-tel-input *{box-sizing:border-box;-moz-box-sizing:border-box}.react-tel-input .hide{display:none}.react-tel-input .v-hide{visibility:hidden}.react-tel-input .form-control{position:relative;font-size:14px;letter-spacing:.01rem;margin-top:0 !important;margin-bottom:0 !important;padding-left:48px;margin-left:0;background:#FFFFFF;border:1px solid #CACACA;border-radius:5px;line-height:25px;height:35px;width:300px;outline:none}.react-tel-input .form-control.invalid-number{border:1px solid #d79f9f;background-color:#FAF0F0;border-left-color:#cacaca}.react-tel-input .form-control.invalid-number:focus{border:1px solid #d79f9f;border-left-color:#cacaca;background-color:#FAF0F0}.react-tel-input .flag-dropdown{position:absolute;top:0;bottom:0;padding:0;background-color:#f5f5f5;border:1px solid #cacaca;border-radius:3px 0 0 3px}.react-tel-input .flag-dropdown:hover,.react-tel-input .flag-dropdown:focus{cursor:pointer}.react-tel-input .flag-dropdown.invalid-number{border-color:#d79f9f}.react-tel-input .flag-dropdown.open{z-index:2;background:#fff;border-radius:3px 0 0 0}.react-tel-input .flag-dropdown.open .selected-flag{background:#fff;border-radius:3px 0 0 0}.react-tel-input input[disabled]+.flag-dropdown:hover{cursor:default}.react-tel-input input[disabled]+.flag-dropdown:hover .selected-flag{background-color:transparent}.react-tel-input .selected-flag{outline:none;position:relative;width:38px;height:100%;padding:0 0 0 8px;border-radius:3px 0 0 3px}.react-tel-input .selected-flag:hover,.react-tel-input .selected-flag:focus{background-color:#fff}.react-tel-input .selected-flag .flag{position:absolute;top:50%;margin-top:-5px}.react-tel-input .selected-flag .arrow{position:relative;top:50%;margin-top:-2px;left:20px;width:0;height:0;border-left:3px solid transparent;border-right:3px solid transparent;border-top:4px solid #555}.react-tel-input .selected-flag .arrow.up{border-top:none;border-bottom:4px solid #555}.react-tel-input .country-list{outline:none;z-index:1;list-style:none;position:absolute;padding:0;margin:10px 0 10px -1px;box-shadow:1px 2px 10px rgba(0,0,0,0.35);background-color:white;width:300px;max-height:200px;overflow-y:scroll;border-radius:0 0 3px 3px}.react-tel-input .country-list .flag{display:inline-block}.react-tel-input .country-list .divider{padding-bottom:5px;margin-bottom:5px;border-bottom:1px solid #ccc}.react-tel-input .country-list .country{padding:7px 9px}.react-tel-input .country-list .country .dial-code{color:#6b6b6b}.react-tel-input .country-list .country:hover{background-color:#f1f1f1}.react-tel-input .country-list .country.highlight{background-color:#f1f1f1}.react-tel-input .country-list .flag{margin-right:7px;margin-top:2px}.react-tel-input .country-list .country-name{margin-right:6px}.react-tel-input .country-list .search{position:sticky;top:0;background-color:#fff;padding:10px 0 6px 10px}.react-tel-input .country-list .search-emoji{font-size:15px}.react-tel-input .country-list .search-box{border:1px solid #cacaca;border-radius:3px;font-size:15px;line-height:15px;margin-left:6px;padding:3px 8px 5px;outline:none}.react-tel-input .country-list .no-entries-message{padding:7px 10px 11px;opacity:.7}.react-tel-input .invalid-number-message{position:absolute;z-index:1;font-size:13px;left:46px;top:-8px;background:#fff;padding:0 2px;color:#de0000}.react-tel-input .special-label{display:none;position:absolute;z-index:1;font-size:13px;left:46px;top:-8px;background:#fff;padding:0 2px;white-space:nowrap}
/**
 * Swiper 8.4.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 15, 2022
 */

@font-face {
  font-family: 'swiper-icons';
  src: url('data:application/font-woff;charset=utf-8;base64, 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');
  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;
  /* Fix of Webkit flickering */
  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: translate3d(0px, 0, 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;
}
/* Auto Height */
.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;
}
/* 3D Effects */
.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  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, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.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 {
  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 {
  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;
}
.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-navigation-color: var(--swiper-theme-color);
  */
}
.swiper-button-prev,
.swiper-button-next {
  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-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}
.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  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;
}
:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 10px;
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.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, 0.2);
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-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-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}
.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: 200ms transform, 200ms left;
}
.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}
/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 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-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-lock {
  display: none;
}
/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 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-vertical > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-vertical {
  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, 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 > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
/* Preloader */
:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}
.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: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* a11y */
.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-prev,
.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-cube .swiper-slide-shadow-top,
.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.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-top,
.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right {
  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;
}
.iti {
  position: relative;
  display: inline-block; }
  .iti * {
    box-sizing: border-box;
    -moz-box-sizing: border-box; }
  .iti__hide {
    display: none; }
  .iti__v-hide {
    visibility: hidden; }
  .iti input, .iti input[type=text], .iti input[type=tel] {
    position: relative;
    z-index: 0;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-right: 36px;
    margin-right: 0; }
  .iti__flag-container {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 1px; }
  .iti__selected-flag {
    z-index: 1;
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0 6px 0 8px; }
  .iti__arrow {
    margin-left: 6px;
    width: 0;
    height: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 4px solid #555; }
    .iti__arrow--up {
      border-top: none;
      border-bottom: 4px solid #555; }
  .iti__country-list {
    position: absolute;
    z-index: 2;
    list-style: none;
    text-align: left;
    padding: 0;
    margin: 0 0 0 -1px;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
    background-color: white;
    border: 1px solid #CCC;
    white-space: nowrap;
    max-height: 200px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch; }
    .iti__country-list--dropup {
      bottom: 100%;
      margin-bottom: -1px; }
    @media (max-width: 500px) {
      .iti__country-list {
        white-space: normal; } }
  .iti__flag-box {
    display: inline-block;
    width: 20px; }
  .iti__divider {
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #CCC; }
  .iti__country {
    padding: 5px 10px;
    outline: none; }
  .iti__dial-code {
    color: #999; }
  .iti__country.iti__highlight {
    background-color: rgba(0, 0, 0, 0.05); }
  .iti__flag-box, .iti__country-name, .iti__dial-code {
    vertical-align: middle; }
  .iti__flag-box, .iti__country-name {
    margin-right: 6px; }
  .iti--allow-dropdown input, .iti--allow-dropdown input[type=text], .iti--allow-dropdown input[type=tel], .iti--separate-dial-code input, .iti--separate-dial-code input[type=text], .iti--separate-dial-code input[type=tel] {
    padding-right: 6px;
    padding-left: 52px;
    margin-left: 0; }
  .iti--allow-dropdown .iti__flag-container, .iti--separate-dial-code .iti__flag-container {
    right: auto;
    left: 0; }
  .iti--allow-dropdown .iti__flag-container:hover {
    cursor: pointer; }
    .iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
      background-color: rgba(0, 0, 0, 0.05); }
  .iti--allow-dropdown input[disabled] + .iti__flag-container:hover,
  .iti--allow-dropdown input[readonly] + .iti__flag-container:hover {
    cursor: default; }
    .iti--allow-dropdown input[disabled] + .iti__flag-container:hover .iti__selected-flag,
    .iti--allow-dropdown input[readonly] + .iti__flag-container:hover .iti__selected-flag {
      background-color: transparent; }
  .iti--separate-dial-code .iti__selected-flag {
    background-color: rgba(0, 0, 0, 0.05); }
  .iti--separate-dial-code .iti__selected-dial-code {
    margin-left: 6px; }
  .iti--container {
    position: absolute;
    top: -1000px;
    left: -1000px;
    z-index: 1060;
    padding: 1px; }
    .iti--container:hover {
      cursor: pointer; }

.iti-mobile .iti--container {
  top: 30px;
  bottom: 30px;
  left: 30px;
  right: 30px;
  position: fixed; }

.iti-mobile .iti__country-list {
  max-height: 100%;
  width: 100%; }

.iti-mobile .iti__country {
  padding: 10px 10px;
  line-height: 1.5em; }

.iti__flag {
  width: 20px; }
  .iti__flag.iti__be {
    width: 18px; }
  .iti__flag.iti__ch {
    width: 15px; }
  .iti__flag.iti__mc {
    width: 19px; }
  .iti__flag.iti__ne {
    width: 18px; }
  .iti__flag.iti__np {
    width: 13px; }
  .iti__flag.iti__va {
    width: 15px; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .iti__flag {
      background-size: 5652px 15px; } }
  .iti__flag.iti__ac {
    height: 10px;
    background-position: 0px 0px; }
  .iti__flag.iti__ad {
    height: 14px;
    background-position: -22px 0px; }
  .iti__flag.iti__ae {
    height: 10px;
    background-position: -44px 0px; }
  .iti__flag.iti__af {
    height: 14px;
    background-position: -66px 0px; }
  .iti__flag.iti__ag {
    height: 14px;
    background-position: -88px 0px; }
  .iti__flag.iti__ai {
    height: 10px;
    background-position: -110px 0px; }
  .iti__flag.iti__al {
    height: 15px;
    background-position: -132px 0px; }
  .iti__flag.iti__am {
    height: 10px;
    background-position: -154px 0px; }
  .iti__flag.iti__ao {
    height: 14px;
    background-position: -176px 0px; }
  .iti__flag.iti__aq {
    height: 14px;
    background-position: -198px 0px; }
  .iti__flag.iti__ar {
    height: 13px;
    background-position: -220px 0px; }
  .iti__flag.iti__as {
    height: 10px;
    background-position: -242px 0px; }
  .iti__flag.iti__at {
    height: 14px;
    background-position: -264px 0px; }
  .iti__flag.iti__au {
    height: 10px;
    background-position: -286px 0px; }
  .iti__flag.iti__aw {
    height: 14px;
    background-position: -308px 0px; }
  .iti__flag.iti__ax {
    height: 13px;
    background-position: -330px 0px; }
  .iti__flag.iti__az {
    height: 10px;
    background-position: -352px 0px; }
  .iti__flag.iti__ba {
    height: 10px;
    background-position: -374px 0px; }
  .iti__flag.iti__bb {
    height: 14px;
    background-position: -396px 0px; }
  .iti__flag.iti__bd {
    height: 12px;
    background-position: -418px 0px; }
  .iti__flag.iti__be {
    height: 15px;
    background-position: -440px 0px; }
  .iti__flag.iti__bf {
    height: 14px;
    background-position: -460px 0px; }
  .iti__flag.iti__bg {
    height: 12px;
    background-position: -482px 0px; }
  .iti__flag.iti__bh {
    height: 12px;
    background-position: -504px 0px; }
  .iti__flag.iti__bi {
    height: 12px;
    background-position: -526px 0px; }
  .iti__flag.iti__bj {
    height: 14px;
    background-position: -548px 0px; }
  .iti__flag.iti__bl {
    height: 14px;
    background-position: -570px 0px; }
  .iti__flag.iti__bm {
    height: 10px;
    background-position: -592px 0px; }
  .iti__flag.iti__bn {
    height: 10px;
    background-position: -614px 0px; }
  .iti__flag.iti__bo {
    height: 14px;
    background-position: -636px 0px; }
  .iti__flag.iti__bq {
    height: 14px;
    background-position: -658px 0px; }
  .iti__flag.iti__br {
    height: 14px;
    background-position: -680px 0px; }
  .iti__flag.iti__bs {
    height: 10px;
    background-position: -702px 0px; }
  .iti__flag.iti__bt {
    height: 14px;
    background-position: -724px 0px; }
  .iti__flag.iti__bv {
    height: 15px;
    background-position: -746px 0px; }
  .iti__flag.iti__bw {
    height: 14px;
    background-position: -768px 0px; }
  .iti__flag.iti__by {
    height: 10px;
    background-position: -790px 0px; }
  .iti__flag.iti__bz {
    height: 14px;
    background-position: -812px 0px; }
  .iti__flag.iti__ca {
    height: 10px;
    background-position: -834px 0px; }
  .iti__flag.iti__cc {
    height: 10px;
    background-position: -856px 0px; }
  .iti__flag.iti__cd {
    height: 15px;
    background-position: -878px 0px; }
  .iti__flag.iti__cf {
    height: 14px;
    background-position: -900px 0px; }
  .iti__flag.iti__cg {
    height: 14px;
    background-position: -922px 0px; }
  .iti__flag.iti__ch {
    height: 15px;
    background-position: -944px 0px; }
  .iti__flag.iti__ci {
    height: 14px;
    background-position: -961px 0px; }
  .iti__flag.iti__ck {
    height: 10px;
    background-position: -983px 0px; }
  .iti__flag.iti__cl {
    height: 14px;
    background-position: -1005px 0px; }
  .iti__flag.iti__cm {
    height: 14px;
    background-position: -1027px 0px; }
  .iti__flag.iti__cn {
    height: 14px;
    background-position: -1049px 0px; }
  .iti__flag.iti__co {
    height: 14px;
    background-position: -1071px 0px; }
  .iti__flag.iti__cp {
    height: 14px;
    background-position: -1093px 0px; }
  .iti__flag.iti__cr {
    height: 12px;
    background-position: -1115px 0px; }
  .iti__flag.iti__cu {
    height: 10px;
    background-position: -1137px 0px; }
  .iti__flag.iti__cv {
    height: 12px;
    background-position: -1159px 0px; }
  .iti__flag.iti__cw {
    height: 14px;
    background-position: -1181px 0px; }
  .iti__flag.iti__cx {
    height: 10px;
    background-position: -1203px 0px; }
  .iti__flag.iti__cy {
    height: 14px;
    background-position: -1225px 0px; }
  .iti__flag.iti__cz {
    height: 14px;
    background-position: -1247px 0px; }
  .iti__flag.iti__de {
    height: 12px;
    background-position: -1269px 0px; }
  .iti__flag.iti__dg {
    height: 10px;
    background-position: -1291px 0px; }
  .iti__flag.iti__dj {
    height: 14px;
    background-position: -1313px 0px; }
  .iti__flag.iti__dk {
    height: 15px;
    background-position: -1335px 0px; }
  .iti__flag.iti__dm {
    height: 10px;
    background-position: -1357px 0px; }
  .iti__flag.iti__do {
    height: 14px;
    background-position: -1379px 0px; }
  .iti__flag.iti__dz {
    height: 14px;
    background-position: -1401px 0px; }
  .iti__flag.iti__ea {
    height: 14px;
    background-position: -1423px 0px; }
  .iti__flag.iti__ec {
    height: 14px;
    background-position: -1445px 0px; }
  .iti__flag.iti__ee {
    height: 13px;
    background-position: -1467px 0px; }
  .iti__flag.iti__eg {
    height: 14px;
    background-position: -1489px 0px; }
  .iti__flag.iti__eh {
    height: 10px;
    background-position: -1511px 0px; }
  .iti__flag.iti__er {
    height: 10px;
    background-position: -1533px 0px; }
  .iti__flag.iti__es {
    height: 14px;
    background-position: -1555px 0px; }
  .iti__flag.iti__et {
    height: 10px;
    background-position: -1577px 0px; }
  .iti__flag.iti__eu {
    height: 14px;
    background-position: -1599px 0px; }
  .iti__flag.iti__fi {
    height: 12px;
    background-position: -1621px 0px; }
  .iti__flag.iti__fj {
    height: 10px;
    background-position: -1643px 0px; }
  .iti__flag.iti__fk {
    height: 10px;
    background-position: -1665px 0px; }
  .iti__flag.iti__fm {
    height: 11px;
    background-position: -1687px 0px; }
  .iti__flag.iti__fo {
    height: 15px;
    background-position: -1709px 0px; }
  .iti__flag.iti__fr {
    height: 14px;
    background-position: -1731px 0px; }
  .iti__flag.iti__ga {
    height: 15px;
    background-position: -1753px 0px; }
  .iti__flag.iti__gb {
    height: 10px;
    background-position: -1775px 0px; }
  .iti__flag.iti__gd {
    height: 12px;
    background-position: -1797px 0px; }
  .iti__flag.iti__ge {
    height: 14px;
    background-position: -1819px 0px; }
  .iti__flag.iti__gf {
    height: 14px;
    background-position: -1841px 0px; }
  .iti__flag.iti__gg {
    height: 14px;
    background-position: -1863px 0px; }
  .iti__flag.iti__gh {
    height: 14px;
    background-position: -1885px 0px; }
  .iti__flag.iti__gi {
    height: 10px;
    background-position: -1907px 0px; }
  .iti__flag.iti__gl {
    height: 14px;
    background-position: -1929px 0px; }
  .iti__flag.iti__gm {
    height: 14px;
    background-position: -1951px 0px; }
  .iti__flag.iti__gn {
    height: 14px;
    background-position: -1973px 0px; }
  .iti__flag.iti__gp {
    height: 14px;
    background-position: -1995px 0px; }
  .iti__flag.iti__gq {
    height: 14px;
    background-position: -2017px 0px; }
  .iti__flag.iti__gr {
    height: 14px;
    background-position: -2039px 0px; }
  .iti__flag.iti__gs {
    height: 10px;
    background-position: -2061px 0px; }
  .iti__flag.iti__gt {
    height: 13px;
    background-position: -2083px 0px; }
  .iti__flag.iti__gu {
    height: 11px;
    background-position: -2105px 0px; }
  .iti__flag.iti__gw {
    height: 10px;
    background-position: -2127px 0px; }
  .iti__flag.iti__gy {
    height: 12px;
    background-position: -2149px 0px; }
  .iti__flag.iti__hk {
    height: 14px;
    background-position: -2171px 0px; }
  .iti__flag.iti__hm {
    height: 10px;
    background-position: -2193px 0px; }
  .iti__flag.iti__hn {
    height: 10px;
    background-position: -2215px 0px; }
  .iti__flag.iti__hr {
    height: 10px;
    background-position: -2237px 0px; }
  .iti__flag.iti__ht {
    height: 12px;
    background-position: -2259px 0px; }
  .iti__flag.iti__hu {
    height: 10px;
    background-position: -2281px 0px; }
  .iti__flag.iti__ic {
    height: 14px;
    background-position: -2303px 0px; }
  .iti__flag.iti__id {
    height: 14px;
    background-position: -2325px 0px; }
  .iti__flag.iti__ie {
    height: 10px;
    background-position: -2347px 0px; }
  .iti__flag.iti__il {
    height: 15px;
    background-position: -2369px 0px; }
  .iti__flag.iti__im {
    height: 10px;
    background-position: -2391px 0px; }
  .iti__flag.iti__in {
    height: 14px;
    background-position: -2413px 0px; }
  .iti__flag.iti__io {
    height: 10px;
    background-position: -2435px 0px; }
  .iti__flag.iti__iq {
    height: 14px;
    background-position: -2457px 0px; }
  .iti__flag.iti__ir {
    height: 12px;
    background-position: -2479px 0px; }
  .iti__flag.iti__is {
    height: 15px;
    background-position: -2501px 0px; }
  .iti__flag.iti__it {
    height: 14px;
    background-position: -2523px 0px; }
  .iti__flag.iti__je {
    height: 12px;
    background-position: -2545px 0px; }
  .iti__flag.iti__jm {
    height: 10px;
    background-position: -2567px 0px; }
  .iti__flag.iti__jo {
    height: 10px;
    background-position: -2589px 0px; }
  .iti__flag.iti__jp {
    height: 14px;
    background-position: -2611px 0px; }
  .iti__flag.iti__ke {
    height: 14px;
    background-position: -2633px 0px; }
  .iti__flag.iti__kg {
    height: 12px;
    background-position: -2655px 0px; }
  .iti__flag.iti__kh {
    height: 13px;
    background-position: -2677px 0px; }
  .iti__flag.iti__ki {
    height: 10px;
    background-position: -2699px 0px; }
  .iti__flag.iti__km {
    height: 12px;
    background-position: -2721px 0px; }
  .iti__flag.iti__kn {
    height: 14px;
    background-position: -2743px 0px; }
  .iti__flag.iti__kp {
    height: 10px;
    background-position: -2765px 0px; }
  .iti__flag.iti__kr {
    height: 14px;
    background-position: -2787px 0px; }
  .iti__flag.iti__kw {
    height: 10px;
    background-position: -2809px 0px; }
  .iti__flag.iti__ky {
    height: 10px;
    background-position: -2831px 0px; }
  .iti__flag.iti__kz {
    height: 10px;
    background-position: -2853px 0px; }
  .iti__flag.iti__la {
    height: 14px;
    background-position: -2875px 0px; }
  .iti__flag.iti__lb {
    height: 14px;
    background-position: -2897px 0px; }
  .iti__flag.iti__lc {
    height: 10px;
    background-position: -2919px 0px; }
  .iti__flag.iti__li {
    height: 12px;
    background-position: -2941px 0px; }
  .iti__flag.iti__lk {
    height: 10px;
    background-position: -2963px 0px; }
  .iti__flag.iti__lr {
    height: 11px;
    background-position: -2985px 0px; }
  .iti__flag.iti__ls {
    height: 14px;
    background-position: -3007px 0px; }
  .iti__flag.iti__lt {
    height: 12px;
    background-position: -3029px 0px; }
  .iti__flag.iti__lu {
    height: 12px;
    background-position: -3051px 0px; }
  .iti__flag.iti__lv {
    height: 10px;
    background-position: -3073px 0px; }
  .iti__flag.iti__ly {
    height: 10px;
    background-position: -3095px 0px; }
  .iti__flag.iti__ma {
    height: 14px;
    background-position: -3117px 0px; }
  .iti__flag.iti__mc {
    height: 15px;
    background-position: -3139px 0px; }
  .iti__flag.iti__md {
    height: 10px;
    background-position: -3160px 0px; }
  .iti__flag.iti__me {
    height: 10px;
    background-position: -3182px 0px; }
  .iti__flag.iti__mf {
    height: 14px;
    background-position: -3204px 0px; }
  .iti__flag.iti__mg {
    height: 14px;
    background-position: -3226px 0px; }
  .iti__flag.iti__mh {
    height: 11px;
    background-position: -3248px 0px; }
  .iti__flag.iti__mk {
    height: 10px;
    background-position: -3270px 0px; }
  .iti__flag.iti__ml {
    height: 14px;
    background-position: -3292px 0px; }
  .iti__flag.iti__mm {
    height: 14px;
    background-position: -3314px 0px; }
  .iti__flag.iti__mn {
    height: 10px;
    background-position: -3336px 0px; }
  .iti__flag.iti__mo {
    height: 14px;
    background-position: -3358px 0px; }
  .iti__flag.iti__mp {
    height: 10px;
    background-position: -3380px 0px; }
  .iti__flag.iti__mq {
    height: 14px;
    background-position: -3402px 0px; }
  .iti__flag.iti__mr {
    height: 14px;
    background-position: -3424px 0px; }
  .iti__flag.iti__ms {
    height: 10px;
    background-position: -3446px 0px; }
  .iti__flag.iti__mt {
    height: 14px;
    background-position: -3468px 0px; }
  .iti__flag.iti__mu {
    height: 14px;
    background-position: -3490px 0px; }
  .iti__flag.iti__mv {
    height: 14px;
    background-position: -3512px 0px; }
  .iti__flag.iti__mw {
    height: 14px;
    background-position: -3534px 0px; }
  .iti__flag.iti__mx {
    height: 12px;
    background-position: -3556px 0px; }
  .iti__flag.iti__my {
    height: 10px;
    background-position: -3578px 0px; }
  .iti__flag.iti__mz {
    height: 14px;
    background-position: -3600px 0px; }
  .iti__flag.iti__na {
    height: 14px;
    background-position: -3622px 0px; }
  .iti__flag.iti__nc {
    height: 10px;
    background-position: -3644px 0px; }
  .iti__flag.iti__ne {
    height: 15px;
    background-position: -3666px 0px; }
  .iti__flag.iti__nf {
    height: 10px;
    background-position: -3686px 0px; }
  .iti__flag.iti__ng {
    height: 10px;
    background-position: -3708px 0px; }
  .iti__flag.iti__ni {
    height: 12px;
    background-position: -3730px 0px; }
  .iti__flag.iti__nl {
    height: 14px;
    background-position: -3752px 0px; }
  .iti__flag.iti__no {
    height: 15px;
    background-position: -3774px 0px; }
  .iti__flag.iti__np {
    height: 15px;
    background-position: -3796px 0px; }
  .iti__flag.iti__nr {
    height: 10px;
    background-position: -3811px 0px; }
  .iti__flag.iti__nu {
    height: 10px;
    background-position: -3833px 0px; }
  .iti__flag.iti__nz {
    height: 10px;
    background-position: -3855px 0px; }
  .iti__flag.iti__om {
    height: 10px;
    background-position: -3877px 0px; }
  .iti__flag.iti__pa {
    height: 14px;
    background-position: -3899px 0px; }
  .iti__flag.iti__pe {
    height: 14px;
    background-position: -3921px 0px; }
  .iti__flag.iti__pf {
    height: 14px;
    background-position: -3943px 0px; }
  .iti__flag.iti__pg {
    height: 15px;
    background-position: -3965px 0px; }
  .iti__flag.iti__ph {
    height: 10px;
    background-position: -3987px 0px; }
  .iti__flag.iti__pk {
    height: 14px;
    background-position: -4009px 0px; }
  .iti__flag.iti__pl {
    height: 13px;
    background-position: -4031px 0px; }
  .iti__flag.iti__pm {
    height: 14px;
    background-position: -4053px 0px; }
  .iti__flag.iti__pn {
    height: 10px;
    background-position: -4075px 0px; }
  .iti__flag.iti__pr {
    height: 14px;
    background-position: -4097px 0px; }
  .iti__flag.iti__ps {
    height: 10px;
    background-position: -4119px 0px; }
  .iti__flag.iti__pt {
    height: 14px;
    background-position: -4141px 0px; }
  .iti__flag.iti__pw {
    height: 13px;
    background-position: -4163px 0px; }
  .iti__flag.iti__py {
    height: 11px;
    background-position: -4185px 0px; }
  .iti__flag.iti__qa {
    height: 8px;
    background-position: -4207px 0px; }
  .iti__flag.iti__re {
    height: 14px;
    background-position: -4229px 0px; }
  .iti__flag.iti__ro {
    height: 14px;
    background-position: -4251px 0px; }
  .iti__flag.iti__rs {
    height: 14px;
    background-position: -4273px 0px; }
  .iti__flag.iti__ru {
    height: 14px;
    background-position: -4295px 0px; }
  .iti__flag.iti__rw {
    height: 14px;
    background-position: -4317px 0px; }
  .iti__flag.iti__sa {
    height: 14px;
    background-position: -4339px 0px; }
  .iti__flag.iti__sb {
    height: 10px;
    background-position: -4361px 0px; }
  .iti__flag.iti__sc {
    height: 10px;
    background-position: -4383px 0px; }
  .iti__flag.iti__sd {
    height: 10px;
    background-position: -4405px 0px; }
  .iti__flag.iti__se {
    height: 13px;
    background-position: -4427px 0px; }
  .iti__flag.iti__sg {
    height: 14px;
    background-position: -4449px 0px; }
  .iti__flag.iti__sh {
    height: 10px;
    background-position: -4471px 0px; }
  .iti__flag.iti__si {
    height: 10px;
    background-position: -4493px 0px; }
  .iti__flag.iti__sj {
    height: 15px;
    background-position: -4515px 0px; }
  .iti__flag.iti__sk {
    height: 14px;
    background-position: -4537px 0px; }
  .iti__flag.iti__sl {
    height: 14px;
    background-position: -4559px 0px; }
  .iti__flag.iti__sm {
    height: 15px;
    background-position: -4581px 0px; }
  .iti__flag.iti__sn {
    height: 14px;
    background-position: -4603px 0px; }
  .iti__flag.iti__so {
    height: 14px;
    background-position: -4625px 0px; }
  .iti__flag.iti__sr {
    height: 14px;
    background-position: -4647px 0px; }
  .iti__flag.iti__ss {
    height: 10px;
    background-position: -4669px 0px; }
  .iti__flag.iti__st {
    height: 10px;
    background-position: -4691px 0px; }
  .iti__flag.iti__sv {
    height: 12px;
    background-position: -4713px 0px; }
  .iti__flag.iti__sx {
    height: 14px;
    background-position: -4735px 0px; }
  .iti__flag.iti__sy {
    height: 14px;
    background-position: -4757px 0px; }
  .iti__flag.iti__sz {
    height: 14px;
    background-position: -4779px 0px; }
  .iti__flag.iti__ta {
    height: 10px;
    background-position: -4801px 0px; }
  .iti__flag.iti__tc {
    height: 10px;
    background-position: -4823px 0px; }
  .iti__flag.iti__td {
    height: 14px;
    background-position: -4845px 0px; }
  .iti__flag.iti__tf {
    height: 14px;
    background-position: -4867px 0px; }
  .iti__flag.iti__tg {
    height: 13px;
    background-position: -4889px 0px; }
  .iti__flag.iti__th {
    height: 14px;
    background-position: -4911px 0px; }
  .iti__flag.iti__tj {
    height: 10px;
    background-position: -4933px 0px; }
  .iti__flag.iti__tk {
    height: 10px;
    background-position: -4955px 0px; }
  .iti__flag.iti__tl {
    height: 10px;
    background-position: -4977px 0px; }
  .iti__flag.iti__tm {
    height: 14px;
    background-position: -4999px 0px; }
  .iti__flag.iti__tn {
    height: 14px;
    background-position: -5021px 0px; }
  .iti__flag.iti__to {
    height: 10px;
    background-position: -5043px 0px; }
  .iti__flag.iti__tr {
    height: 14px;
    background-position: -5065px 0px; }
  .iti__flag.iti__tt {
    height: 12px;
    background-position: -5087px 0px; }
  .iti__flag.iti__tv {
    height: 10px;
    background-position: -5109px 0px; }
  .iti__flag.iti__tw {
    height: 14px;
    background-position: -5131px 0px; }
  .iti__flag.iti__tz {
    height: 14px;
    background-position: -5153px 0px; }
  .iti__flag.iti__ua {
    height: 14px;
    background-position: -5175px 0px; }
  .iti__flag.iti__ug {
    height: 14px;
    background-position: -5197px 0px; }
  .iti__flag.iti__um {
    height: 11px;
    background-position: -5219px 0px; }
  .iti__flag.iti__un {
    height: 14px;
    background-position: -5241px 0px; }
  .iti__flag.iti__us {
    height: 11px;
    background-position: -5263px 0px; }
  .iti__flag.iti__uy {
    height: 14px;
    background-position: -5285px 0px; }
  .iti__flag.iti__uz {
    height: 10px;
    background-position: -5307px 0px; }
  .iti__flag.iti__va {
    height: 15px;
    background-position: -5329px 0px; }
  .iti__flag.iti__vc {
    height: 14px;
    background-position: -5346px 0px; }
  .iti__flag.iti__ve {
    height: 14px;
    background-position: -5368px 0px; }
  .iti__flag.iti__vg {
    height: 10px;
    background-position: -5390px 0px; }
  .iti__flag.iti__vi {
    height: 14px;
    background-position: -5412px 0px; }
  .iti__flag.iti__vn {
    height: 14px;
    background-position: -5434px 0px; }
  .iti__flag.iti__vu {
    height: 12px;
    background-position: -5456px 0px; }
  .iti__flag.iti__wf {
    height: 14px;
    background-position: -5478px 0px; }
  .iti__flag.iti__ws {
    height: 10px;
    background-position: -5500px 0px; }
  .iti__flag.iti__xk {
    height: 15px;
    background-position: -5522px 0px; }
  .iti__flag.iti__ye {
    height: 14px;
    background-position: -5544px 0px; }
  .iti__flag.iti__yt {
    height: 14px;
    background-position: -5566px 0px; }
  .iti__flag.iti__za {
    height: 14px;
    background-position: -5588px 0px; }
  .iti__flag.iti__zm {
    height: 14px;
    background-position: -5610px 0px; }
  .iti__flag.iti__zw {
    height: 10px;
    background-position: -5632px 0px; }

.iti__flag {
  height: 15px;
  box-shadow: 0px 0px 1px 0px #888;
  background-image: url(/assets/intl-tel-input/build/img/flags-90b8451f128455ee8d8f56d154dc3767cc8635ff0fe799bb67527e6aefde8625.png);
  background-repeat: no-repeat;
  background-color: #DBDBDB;
  background-position: 20px 0; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .iti__flag {
      background-image: url(/assets/intl-tel-input/build/img/flags@2x-fd2d1191091379343d489db9921567d40ca3a341d1f0272f7160d9ac14ee9cde.png); } }

.iti__flag.iti__np {
  background-color: transparent; }
/* CSS variables. */
:root {
	--PhoneInput-color--focus: #03b2cb;
	--PhoneInputInternationalIconPhone-opacity: 0.8;
	--PhoneInputInternationalIconGlobe-opacity: 0.65;
	--PhoneInputCountrySelect-marginRight: 0.35em;
	--PhoneInputCountrySelectArrow-width: 0.3em;
	--PhoneInputCountrySelectArrow-marginLeft: var(--PhoneInputCountrySelect-marginRight);
	--PhoneInputCountrySelectArrow-borderWidth: 1px;
	--PhoneInputCountrySelectArrow-opacity: 0.45;
	--PhoneInputCountrySelectArrow-color: inherit;
	--PhoneInputCountrySelectArrow-color--focus: var(--PhoneInput-color--focus);
	--PhoneInputCountrySelectArrow-transform: rotate(45deg);
	--PhoneInputCountryFlag-aspectRatio: 1.5;
	--PhoneInputCountryFlag-height: 1em;
	--PhoneInputCountryFlag-borderWidth: 1px;
	--PhoneInputCountryFlag-borderColor: rgba(0,0,0,0.5);
	--PhoneInputCountryFlag-borderColor--focus: var(--PhoneInput-color--focus);
	--PhoneInputCountryFlag-backgroundColor--loading: rgba(0,0,0,0.1);
}

.PhoneInput {
	/* This is done to stretch the contents of this component. */
	display: flex;
	align-items: center;
}

.PhoneInputInput {
	/* The phone number input stretches to fill all empty space */
	flex: 1;
	/* The phone number input should shrink
	   to make room for the extension input */
	min-width: 0;
}

.PhoneInputCountryIcon {
	width: calc(var(--PhoneInputCountryFlag-height) * var(--PhoneInputCountryFlag-aspectRatio));
	height: var(--PhoneInputCountryFlag-height);
}

.PhoneInputCountryIcon--square {
	width: var(--PhoneInputCountryFlag-height);
}

.PhoneInputCountryIcon--border {
	/* Removed `background-color` because when an `<img/>` was still loading
	   it would show a dark gray rectangle. */
	/* For some reason the `<img/>` is not stretched to 100% width and height
	   and sometime there can be seen white pixels of the background at top and bottom. */
	background-color: var(--PhoneInputCountryFlag-backgroundColor--loading);
	/* Border is added via `box-shadow` because `border` interferes with `width`/`height`. */
	/* For some reason the `<img/>` is not stretched to 100% width and height
	   and sometime there can be seen white pixels of the background at top and bottom,
	   so an additional "inset" border is added. */
	box-shadow: 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor),
		inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor);
}

.PhoneInputCountryIconImg {
	/* Fixes weird vertical space above the flag icon. */
	/* https://gitlab.com/catamphetamine/react-phone-number-input/-/issues/7#note_348586559 */
	display: block;
	/* 3rd party <SVG/> flag icons won't stretch if they have `width` and `height`.
	   Also, if an <SVG/> icon's aspect ratio was different, it wouldn't fit too. */
	width: 100%;
	height: 100%;
}

.PhoneInputInternationalIconPhone {
	opacity: var(--PhoneInputInternationalIconPhone-opacity);
}

.PhoneInputInternationalIconGlobe {
	opacity: var(--PhoneInputInternationalIconGlobe-opacity);
}

/* Styling native country `<select/>`. */

.PhoneInputCountry {
	position: relative;
	align-self: stretch;
	display: flex;
	align-items: center;
	margin-right: var(--PhoneInputCountrySelect-marginRight);
}

.PhoneInputCountrySelect {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 1;
	border: 0;
	opacity: 0;
	cursor: pointer;
}

.PhoneInputCountrySelect[disabled],
.PhoneInputCountrySelect[readonly] {
	cursor: default;
}

.PhoneInputCountrySelectArrow {
	display: block;
	content: '';
	width: var(--PhoneInputCountrySelectArrow-width);
	height: var(--PhoneInputCountrySelectArrow-width);
	margin-left: var(--PhoneInputCountrySelectArrow-marginLeft);
	border-style: solid;
	border-color: var(--PhoneInputCountrySelectArrow-color);
	border-top-width: 0;
	border-bottom-width: var(--PhoneInputCountrySelectArrow-borderWidth);
	border-left-width: 0;
	border-right-width: var(--PhoneInputCountrySelectArrow-borderWidth);
	transform: var(--PhoneInputCountrySelectArrow-transform);
	opacity: var(--PhoneInputCountrySelectArrow-opacity);
}

.PhoneInputCountrySelect:focus + .PhoneInputCountryIcon + .PhoneInputCountrySelectArrow {
	opacity: 1;
	color: var(--PhoneInputCountrySelectArrow-color--focus);
}

.PhoneInputCountrySelect:focus + .PhoneInputCountryIcon--border {
	box-shadow: 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus),
		inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus);
}

.PhoneInputCountrySelect:focus + .PhoneInputCountryIcon .PhoneInputInternationalIconGlobe {
	opacity: 1;
	color: var(--PhoneInputCountrySelectArrow-color--focus);
}
