@charset "UTF-8";@import url(https://fonts.googleapis.com/css?family=Lato:300,400,600&display=swap);@import url(https://fonts.googleapis.com/css2?family=Style+Script&display=swap);.top-arrow{background-color:#fff;border-left:1px solid #c9d4e0;border-top:1px solid #c9d4e0;height:16px;left:50%;position:absolute;top:0;-webkit-transform:translate(-50%,-50%) rotate(45deg);transform:translate(-50%,-50%) rotate(45deg);width:16px}@media only screen and (max-width:768px){.top-arrow{display:none}}.top-arrow--popup{display:none}.dob-datepicker{background-color:#fff;border:1px solid #c9d4e0;border-radius:.5rem;box-sizing:border-box;color:#2d3748;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;font-family:Lato,sans-serif;padding:10px;position:absolute;width:322px}@media only screen and (max-width:768px){.dob-datepicker{left:50%;position:fixed;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}}.dob-datepicker--popup{left:50%;position:fixed;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.dob-datepicker__wrapper{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;position:absolute}.dob-datepicker__wrapper--hide{display:none}.dob-datepicker__background{background-color:transparent;height:100%;left:0;position:fixed;top:0;width:100%}@media only screen and (max-width:768px){.dob-datepicker__background{background-color:#000;opacity:.7}}.dob-datepicker__background--popup{background-color:#000;opacity:.7}.dob-datepicker__alert{color:red}.dob-datepicker__alert,.dob-datepicker__header{font-weight:600;margin:1rem 0;text-align:center}.dob-datepicker__header{color:#2d3748;font-size:16px}.dob-datepicker__selection-header{color:#2d3748;font-size:16px;text-align:center}.dob-datepicker__options{color:#2d3748;font-size:13px;padding:1rem 0;width:100%}.dob-datepicker__reset{-ms-flex-item-align:start;-ms-flex-align:center;align-items:center;align-self:flex-start;background-color:#fff;border:none;color:#2d3748;display:-ms-inline-flexbox;display:inline-flex;-ms-flex-direction:row;flex-direction:row;font-family:Lato,sans-serif;font-size:13px}.dob-datepicker__reset:focus,.dob-datepicker__reset:hover{border-radius:5px;box-shadow:0 0 5px 5px rgba(59,130,246,.5);cursor:pointer;font-weight:600;outline:none;outline-color:transparent;outline-style:dotted;outline-width:2px;position:relative;text-decoration:underline;z-index:10}.dob-datepicker__month{color:#2d3748;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;font-size:inherit}.dob-datepicker__month:focus{outline:none}.dob-datepicker__month__button{-webkit-text-stroke:0;background-color:transparent;border:none;color:#2d3748;font-family:Lato,sans-serif;padding:.8rem 0;position:relative;width:33.33%;z-index:0}.dob-datepicker__month__button:not(:nth-child(1n+10)){border-bottom:1px solid #e2e8f0}.dob-datepicker__month__button:not(:nth-child(3n)){border-right:1px solid #e2e8f0}.dob-datepicker__month__button:focus,.dob-datepicker__month__button:hover{border-radius:5px;box-shadow:0 0 5px 5px rgba(59,130,246,.5);cursor:pointer;font-weight:600;outline:none;outline-color:transparent;outline-style:dotted;outline-width:2px;position:relative;text-decoration:underline;z-index:10}.dob-datepicker__day{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;font-size:inherit}.dob-datepicker__day:focus{outline:none}.dob-datepicker__day__button{-webkit-text-stroke:0;background-color:transparent;border:none;color:#2d3748;font-family:Lato,sans-serif;height:100%;padding:.8rem 0;position:relative;width:20%;z-index:0}.dob-datepicker__day__button:not(:nth-child(31)){border-bottom:1px solid #e2e8f0}.dob-datepicker__day__button:not(:nth-child(5n)){border-right:1px solid #e2e8f0}.dob-datepicker__day__button:focus,.dob-datepicker__day__button:hover{border-radius:5px;box-shadow:0 0 5px 5px rgba(59,130,246,.5);cursor:pointer;font-weight:600;outline:none;outline-color:transparent;outline-style:dotted;outline-width:2px;position:relative;text-decoration:underline;z-index:10}.dob-datepicker__day__ordinal-number{display:inline;font-size:75%;line-height:0;margin:0;padding:0;vertical-align:super}.dob-datepicker__year{color:#2d3748;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;font-size:inherit;height:300px;overflow-y:scroll;width:100%}.dob-datepicker__year:focus{outline:none}.dob-datepicker__year--snap-active{-webkit-scroll-snap-type:y mandatory;-ms-scroll-snap-type:y mandatory;scroll-snap-type:y mandatory}.dob-datepicker__year__year-section{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;margin:10px 0;width:100%}.dob-datepicker__year__year-section--snap-active{scroll-snap-align:start}.dob-datepicker__year__year-section-header{-ms-flex-pack:center;display:-ms-flexbox;display:flex;font-size:.8rem;font-weight:600;justify-content:center;margin-bottom:20px;text-align:center}.dob-datepicker__year__wrapper{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap}.dob-datepicker__year__year-section-next{-ms-flex-align:center;align-items:center;cursor:pointer;font-size:2rem;font-weight:600;line-height:0;margin:20px 0;text-align:center}.dob-datepicker__year__button,.dob-datepicker__year__year-section-next{-ms-flex-pack:center;background-color:transparent;border:none;display:-ms-flexbox;display:flex;justify-content:center}.dob-datepicker__year__button{-webkit-text-stroke:0;border-bottom:1px solid #e2e8f0;color:#2d3748;-ms-flex-direction:row;flex-direction:row;font-family:Lato,sans-serif;padding:.8rem 0;position:relative;width:25%;z-index:0}.dob-datepicker__year__button:not(:nth-child(4n)){border-right:1px solid #e2e8f0}.dob-datepicker__year__button:focus,.dob-datepicker__year__button:hover{border-radius:5px;box-shadow:0 0 5px 5px rgba(59,130,246,.5);cursor:pointer;font-weight:600;outline:none;outline-color:transparent;outline-style:dotted;outline-width:2px;position:relative;text-decoration:underline;z-index:10}.dob-datepicker__year__button__first{font-weight:300}.dob-datepicker__year__button__last{font-weight:600}

/*!
 * Bootstrap v4.6.2 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */:root{--blue:#007bff;--indigo:#6610f2;--purple:#6f42c1;--pink:#e83e8c;--red:#dc3545;--orange:#fd7e14;--yellow:#ffc107;--green:#28a745;--teal:#20c997;--cyan:#17a2b8;--gray:#6c757d;--gray-dark:#343a40;--primary:#673ab7;--secondary:#51289b;--success:#28a745;--info:#17a2b8;--warning:#ffc107;--danger:#dc3545;--light:#f8f9fa;--dark:#343a40;--white:#fff;--black:#000;--progress:#2f1a52;--color-1:#2f1a52;--color-2:#673ab7;--color-3:#51289b;--color-4:#44207f;--color-5:#4e0004;--grey-1:#464543;--grey-2:#282828;--grey-3:#181818;--grey-4:#232323;--grey-5:#f2f2f2;--color-rtl:#e3001b;--color-funradio:#05f;--color-rtl2:#e30613;--facebook:#4460a0;--twitter:#00aaec;--whatsapp:#27d366;--linkedin:#007ebb;--astro-aries:#f15188;--astro-taurus:#b323a4;--astro-gemini:#673ab7;--astro-cancer:#eb50a9;--astro-leo:#8e23b3;--astro-virgo:#b32379;--astro-libra:#a24ce8;--astro-scorpio:#5155be;--astro-sagittarius:#757feb;--astro-capricorn:#c34cf2;--astro-aquarius:#f85d6f;--astro-pisces:#8959ea;--breakpoint-xs:0;--breakpoint-sm:380px;--breakpoint-md:641px;--breakpoint-lg:961px;--breakpoint-xl:1300px;--font-family-sans-serif:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--font-family-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}*,:after,:before{box-sizing:border-box}html{-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0,0,0,0);font-family:sans-serif;line-height:1.15}article,aside,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}body{background-color:#fff;color:#000;font-family:Roboto,sans-serif;font-size:1.6rem;font-weight:400;line-height:1.5;margin:0;text-align:left}[tabindex="-1"]:focus:not(:focus-visible){outline:0!important}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-bottom:.5rem;margin-top:0}p{margin-bottom:1rem;margin-top:0}abbr[data-original-title],abbr[title]{border-bottom:0;cursor:help;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}address{font-style:normal;line-height:inherit}address,dl,ol,ul{margin-bottom:1rem}dl,ol,ul{margin-top:0}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{background-color:transparent;text-decoration:none}a,a:hover{color:#000}a:hover{text-decoration:underline}a:not([href]):not([class]),a:not([href]):not([class]):hover{color:inherit;text-decoration:none}code,kbd,pre,samp{font-family:SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:1em}pre{-ms-overflow-style:scrollbar;margin-bottom:1rem;margin-top:0;overflow:auto}figure{margin:0 0 1rem}img{border-style:none}img,svg{vertical-align:middle}svg{overflow:hidden}table{border-collapse:collapse}caption{caption-side:bottom;color:#6c757d;padding-bottom:.75rem;padding-top:.75rem;text-align:left}th{text-align:inherit;text-align:-webkit-match-parent}label{display:inline-block;margin-bottom:.5rem}button{border-radius:0}button:focus:not(:focus-visible){outline:0}button,input,optgroup,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit;margin:0}button,input{overflow:visible}button,select{text-transform:none}[role=button]{cursor:pointer}select{word-wrap:normal}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled){cursor:pointer}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}textarea{overflow:auto;resize:vertical}fieldset{border:0;margin:0;min-width:0;padding:0}legend{color:inherit;display:block;font-size:1.5rem;line-height:inherit;margin-bottom:.5rem;max-width:100%;padding:0;white-space:normal;width:100%}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:none;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}output{display:inline-block}summary{cursor:pointer;display:list-item}template{display:none}[hidden]{display:none!important}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{font-weight:500;line-height:1.2;margin-bottom:.5rem}.h1,h1{font-size:4rem}.h2,h2{font-size:3.2rem}.h3,h3{font-size:2.8rem}.h4,h4{font-size:2.4rem}.h5,h5{font-size:2rem}.h6,h6{font-size:1.6rem}.lead{font-size:2rem;font-weight:300}.display-1{font-size:6rem}.display-1,.display-2{font-weight:300;line-height:1.2}.display-2{font-size:5.5rem}.display-3{font-size:4.5rem}.display-3,.display-4{font-weight:300;line-height:1.2}.display-4{font-size:3.5rem}hr{border:0;border-top:1px solid rgba(0,0,0,.1);margin-bottom:1rem;margin-top:1rem}.small,small{font-size:.875em;font-weight:400}.mark,mark{background-color:#fcf8e3;padding:.2em}.list-inline,.list-unstyled{list-style:none;padding-left:0}.list-inline-item{display:inline-block}.list-inline-item:not(:last-child){margin-right:.5rem}.initialism{font-size:90%;text-transform:uppercase}.blockquote{font-size:2rem;margin-bottom:1rem}.blockquote-footer{color:#6c757d;display:block;font-size:.875em}.blockquote-footer:before{content:"— "}.img-fluid,.img-thumbnail{height:auto;max-width:100%}.img-thumbnail{background-color:#fff;border:1px solid #dee2e6;border-radius:.25rem;padding:.25rem}.figure{display:inline-block}.figure-img{line-height:1;margin-bottom:.5rem}.figure-caption{color:#6c757d;font-size:90%}code{word-wrap:break-word;color:#e83e8c;font-size:87.5%}a>code{color:inherit}kbd{background-color:#212529;border-radius:.2rem;color:#fff;font-size:87.5%;padding:.2rem .4rem}kbd kbd{font-size:100%;font-weight:700;padding:0}pre{color:#212529;display:block;font-size:87.5%}pre code{color:inherit;font-size:inherit;word-break:normal}.pre-scrollable{max-height:340px;overflow-y:scroll}.container,.container-fluid,.container-lg,.container-md,.container-xl{margin-left:auto;margin-right:auto;padding-left:15px;padding-right:15px;width:100%}@media (min-width:641px){.container,.container-md,.container-sm{max-width:640px}}@media (min-width:961px){.container,.container-lg,.container-md,.container-sm{max-width:990px}}@media (min-width:1300px){.container,.container-lg,.container-md,.container-sm,.container-xl{max-width:1230px}}.row{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-left:-15px;margin-right:-15px}.no-gutters{margin-left:0;margin-right:0}.no-gutters>.col,.no-gutters>[class*=col-]{padding-left:0;padding-right:0}.col,.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-auto,.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-auto,.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-auto,.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-auto,.col-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-auto{padding-left:15px;padding-right:15px;position:relative;width:100%}.col{-ms-flex-preferred-size:0;-ms-flex-positive:1;flex-basis:0;flex-grow:1;max-width:100%}.row-cols-1>*{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.row-cols-2>*{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.row-cols-3>*{-ms-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;max-width:33.3333333333%}.row-cols-4>*{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.row-cols-5>*{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.row-cols-6>*{-ms-flex:0 0 16.6666666667%;flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-auto{-ms-flex:0 0 auto;flex:0 0 auto;max-width:100%;width:auto}.col-1{-ms-flex:0 0 8.33333333%;flex:0 0 8.33333333%;max-width:8.33333333%}.col-2{-ms-flex:0 0 16.66666667%;flex:0 0 16.66666667%;max-width:16.66666667%}.col-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-4{-ms-flex:0 0 33.33333333%;flex:0 0 33.33333333%;max-width:33.33333333%}.col-5{-ms-flex:0 0 41.66666667%;flex:0 0 41.66666667%;max-width:41.66666667%}.col-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-7{-ms-flex:0 0 58.33333333%;flex:0 0 58.33333333%;max-width:58.33333333%}.col-8{-ms-flex:0 0 66.66666667%;flex:0 0 66.66666667%;max-width:66.66666667%}.col-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-10{-ms-flex:0 0 83.33333333%;flex:0 0 83.33333333%;max-width:83.33333333%}.col-11{-ms-flex:0 0 91.66666667%;flex:0 0 91.66666667%;max-width:91.66666667%}.col-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-first{-ms-flex-order:-1;order:-1}.order-last{-ms-flex-order:13;order:13}.order-0{-ms-flex-order:0;order:0}.order-1{-ms-flex-order:1;order:1}.order-2{-ms-flex-order:2;order:2}.order-3{-ms-flex-order:3;order:3}.order-4{-ms-flex-order:4;order:4}.order-5{-ms-flex-order:5;order:5}.order-6{-ms-flex-order:6;order:6}.order-7{-ms-flex-order:7;order:7}.order-8{-ms-flex-order:8;order:8}.order-9{-ms-flex-order:9;order:9}.order-10{-ms-flex-order:10;order:10}.order-11{-ms-flex-order:11;order:11}.order-12{-ms-flex-order:12;order:12}.offset-1{margin-left:8.33333333%}.offset-2{margin-left:16.66666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.33333333%}.offset-5{margin-left:41.66666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.33333333%}.offset-8{margin-left:66.66666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.33333333%}.offset-11{margin-left:91.66666667%}@media (min-width:380px){.col-sm{-ms-flex-preferred-size:0;-ms-flex-positive:1;flex-basis:0;flex-grow:1;max-width:100%}.row-cols-sm-1>*{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.row-cols-sm-2>*{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.row-cols-sm-3>*{-ms-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;max-width:33.3333333333%}.row-cols-sm-4>*{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.row-cols-sm-5>*{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.row-cols-sm-6>*{-ms-flex:0 0 16.6666666667%;flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-sm-auto{-ms-flex:0 0 auto;flex:0 0 auto;max-width:100%;width:auto}.col-sm-1{-ms-flex:0 0 8.33333333%;flex:0 0 8.33333333%;max-width:8.33333333%}.col-sm-2{-ms-flex:0 0 16.66666667%;flex:0 0 16.66666667%;max-width:16.66666667%}.col-sm-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-sm-4{-ms-flex:0 0 33.33333333%;flex:0 0 33.33333333%;max-width:33.33333333%}.col-sm-5{-ms-flex:0 0 41.66666667%;flex:0 0 41.66666667%;max-width:41.66666667%}.col-sm-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-sm-7{-ms-flex:0 0 58.33333333%;flex:0 0 58.33333333%;max-width:58.33333333%}.col-sm-8{-ms-flex:0 0 66.66666667%;flex:0 0 66.66666667%;max-width:66.66666667%}.col-sm-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-sm-10{-ms-flex:0 0 83.33333333%;flex:0 0 83.33333333%;max-width:83.33333333%}.col-sm-11{-ms-flex:0 0 91.66666667%;flex:0 0 91.66666667%;max-width:91.66666667%}.col-sm-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-sm-first{-ms-flex-order:-1;order:-1}.order-sm-last{-ms-flex-order:13;order:13}.order-sm-0{-ms-flex-order:0;order:0}.order-sm-1{-ms-flex-order:1;order:1}.order-sm-2{-ms-flex-order:2;order:2}.order-sm-3{-ms-flex-order:3;order:3}.order-sm-4{-ms-flex-order:4;order:4}.order-sm-5{-ms-flex-order:5;order:5}.order-sm-6{-ms-flex-order:6;order:6}.order-sm-7{-ms-flex-order:7;order:7}.order-sm-8{-ms-flex-order:8;order:8}.order-sm-9{-ms-flex-order:9;order:9}.order-sm-10{-ms-flex-order:10;order:10}.order-sm-11{-ms-flex-order:11;order:11}.order-sm-12{-ms-flex-order:12;order:12}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.33333333%}.offset-sm-2{margin-left:16.66666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.33333333%}.offset-sm-5{margin-left:41.66666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.33333333%}.offset-sm-8{margin-left:66.66666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.33333333%}.offset-sm-11{margin-left:91.66666667%}}@media (min-width:641px){.col-md{-ms-flex-preferred-size:0;-ms-flex-positive:1;flex-basis:0;flex-grow:1;max-width:100%}.row-cols-md-1>*{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.row-cols-md-2>*{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.row-cols-md-3>*{-ms-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;max-width:33.3333333333%}.row-cols-md-4>*{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.row-cols-md-5>*{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.row-cols-md-6>*{-ms-flex:0 0 16.6666666667%;flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-md-auto{-ms-flex:0 0 auto;flex:0 0 auto;max-width:100%;width:auto}.col-md-1{-ms-flex:0 0 8.33333333%;flex:0 0 8.33333333%;max-width:8.33333333%}.col-md-2{-ms-flex:0 0 16.66666667%;flex:0 0 16.66666667%;max-width:16.66666667%}.col-md-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-md-4{-ms-flex:0 0 33.33333333%;flex:0 0 33.33333333%;max-width:33.33333333%}.col-md-5{-ms-flex:0 0 41.66666667%;flex:0 0 41.66666667%;max-width:41.66666667%}.col-md-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-md-7{-ms-flex:0 0 58.33333333%;flex:0 0 58.33333333%;max-width:58.33333333%}.col-md-8{-ms-flex:0 0 66.66666667%;flex:0 0 66.66666667%;max-width:66.66666667%}.col-md-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-md-10{-ms-flex:0 0 83.33333333%;flex:0 0 83.33333333%;max-width:83.33333333%}.col-md-11{-ms-flex:0 0 91.66666667%;flex:0 0 91.66666667%;max-width:91.66666667%}.col-md-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-md-first{-ms-flex-order:-1;order:-1}.order-md-last{-ms-flex-order:13;order:13}.order-md-0{-ms-flex-order:0;order:0}.order-md-1{-ms-flex-order:1;order:1}.order-md-2{-ms-flex-order:2;order:2}.order-md-3{-ms-flex-order:3;order:3}.order-md-4{-ms-flex-order:4;order:4}.order-md-5{-ms-flex-order:5;order:5}.order-md-6{-ms-flex-order:6;order:6}.order-md-7{-ms-flex-order:7;order:7}.order-md-8{-ms-flex-order:8;order:8}.order-md-9{-ms-flex-order:9;order:9}.order-md-10{-ms-flex-order:10;order:10}.order-md-11{-ms-flex-order:11;order:11}.order-md-12{-ms-flex-order:12;order:12}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.33333333%}.offset-md-2{margin-left:16.66666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.33333333%}.offset-md-5{margin-left:41.66666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.33333333%}.offset-md-8{margin-left:66.66666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.33333333%}.offset-md-11{margin-left:91.66666667%}}@media (min-width:961px){.col-lg{-ms-flex-preferred-size:0;-ms-flex-positive:1;flex-basis:0;flex-grow:1;max-width:100%}.row-cols-lg-1>*{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.row-cols-lg-2>*{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.row-cols-lg-3>*{-ms-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;max-width:33.3333333333%}.row-cols-lg-4>*{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.row-cols-lg-5>*{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.row-cols-lg-6>*{-ms-flex:0 0 16.6666666667%;flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-lg-auto{-ms-flex:0 0 auto;flex:0 0 auto;max-width:100%;width:auto}.col-lg-1{-ms-flex:0 0 8.33333333%;flex:0 0 8.33333333%;max-width:8.33333333%}.col-lg-2{-ms-flex:0 0 16.66666667%;flex:0 0 16.66666667%;max-width:16.66666667%}.col-lg-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-lg-4{-ms-flex:0 0 33.33333333%;flex:0 0 33.33333333%;max-width:33.33333333%}.col-lg-5{-ms-flex:0 0 41.66666667%;flex:0 0 41.66666667%;max-width:41.66666667%}.col-lg-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-lg-7{-ms-flex:0 0 58.33333333%;flex:0 0 58.33333333%;max-width:58.33333333%}.col-lg-8{-ms-flex:0 0 66.66666667%;flex:0 0 66.66666667%;max-width:66.66666667%}.col-lg-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-lg-10{-ms-flex:0 0 83.33333333%;flex:0 0 83.33333333%;max-width:83.33333333%}.col-lg-11{-ms-flex:0 0 91.66666667%;flex:0 0 91.66666667%;max-width:91.66666667%}.col-lg-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-lg-first{-ms-flex-order:-1;order:-1}.order-lg-last{-ms-flex-order:13;order:13}.order-lg-0{-ms-flex-order:0;order:0}.order-lg-1{-ms-flex-order:1;order:1}.order-lg-2{-ms-flex-order:2;order:2}.order-lg-3{-ms-flex-order:3;order:3}.order-lg-4{-ms-flex-order:4;order:4}.order-lg-5{-ms-flex-order:5;order:5}.order-lg-6{-ms-flex-order:6;order:6}.order-lg-7{-ms-flex-order:7;order:7}.order-lg-8{-ms-flex-order:8;order:8}.order-lg-9{-ms-flex-order:9;order:9}.order-lg-10{-ms-flex-order:10;order:10}.order-lg-11{-ms-flex-order:11;order:11}.order-lg-12{-ms-flex-order:12;order:12}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.33333333%}.offset-lg-2{margin-left:16.66666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.33333333%}.offset-lg-5{margin-left:41.66666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.33333333%}.offset-lg-8{margin-left:66.66666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.33333333%}.offset-lg-11{margin-left:91.66666667%}}@media (min-width:1300px){.col-xl{-ms-flex-preferred-size:0;-ms-flex-positive:1;flex-basis:0;flex-grow:1;max-width:100%}.row-cols-xl-1>*{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.row-cols-xl-2>*{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.row-cols-xl-3>*{-ms-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;max-width:33.3333333333%}.row-cols-xl-4>*{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.row-cols-xl-5>*{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.row-cols-xl-6>*{-ms-flex:0 0 16.6666666667%;flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-xl-auto{-ms-flex:0 0 auto;flex:0 0 auto;max-width:100%;width:auto}.col-xl-1{-ms-flex:0 0 8.33333333%;flex:0 0 8.33333333%;max-width:8.33333333%}.col-xl-2{-ms-flex:0 0 16.66666667%;flex:0 0 16.66666667%;max-width:16.66666667%}.col-xl-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-xl-4{-ms-flex:0 0 33.33333333%;flex:0 0 33.33333333%;max-width:33.33333333%}.col-xl-5{-ms-flex:0 0 41.66666667%;flex:0 0 41.66666667%;max-width:41.66666667%}.col-xl-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-xl-7{-ms-flex:0 0 58.33333333%;flex:0 0 58.33333333%;max-width:58.33333333%}.col-xl-8{-ms-flex:0 0 66.66666667%;flex:0 0 66.66666667%;max-width:66.66666667%}.col-xl-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-xl-10{-ms-flex:0 0 83.33333333%;flex:0 0 83.33333333%;max-width:83.33333333%}.col-xl-11{-ms-flex:0 0 91.66666667%;flex:0 0 91.66666667%;max-width:91.66666667%}.col-xl-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-xl-first{-ms-flex-order:-1;order:-1}.order-xl-last{-ms-flex-order:13;order:13}.order-xl-0{-ms-flex-order:0;order:0}.order-xl-1{-ms-flex-order:1;order:1}.order-xl-2{-ms-flex-order:2;order:2}.order-xl-3{-ms-flex-order:3;order:3}.order-xl-4{-ms-flex-order:4;order:4}.order-xl-5{-ms-flex-order:5;order:5}.order-xl-6{-ms-flex-order:6;order:6}.order-xl-7{-ms-flex-order:7;order:7}.order-xl-8{-ms-flex-order:8;order:8}.order-xl-9{-ms-flex-order:9;order:9}.order-xl-10{-ms-flex-order:10;order:10}.order-xl-11{-ms-flex-order:11;order:11}.order-xl-12{-ms-flex-order:12;order:12}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.33333333%}.offset-xl-2{margin-left:16.66666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.33333333%}.offset-xl-5{margin-left:41.66666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.33333333%}.offset-xl-8{margin-left:66.66666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.33333333%}.offset-xl-11{margin-left:91.66666667%}}.table{color:#000;margin-bottom:1rem;width:100%}.table td,.table th{border-top:1px solid #dee2e6;padding:.75rem;vertical-align:top}.table thead th{border-bottom:2px solid #dee2e6;vertical-align:bottom}.table tbody+tbody{border-top:2px solid #dee2e6}.table-sm td,.table-sm th{padding:.3rem}.table-bordered,.table-bordered td,.table-bordered th{border:1px solid #dee2e6}.table-bordered thead td,.table-bordered thead th{border-bottom-width:2px}.table-borderless tbody+tbody,.table-borderless td,.table-borderless th,.table-borderless thead th{border:0}.table-striped tbody tr:nth-of-type(odd){background-color:rgba(0,0,0,.05)}.table-hover tbody tr:hover{background-color:rgba(0,0,0,.075);color:#000}.table-primary,.table-primary>td,.table-primary>th{background-color:#d4c8eb}.table-primary tbody+tbody,.table-primary td,.table-primary th,.table-primary thead th{border-color:#b099da}.table-hover .table-primary:hover,.table-hover .table-primary:hover>td,.table-hover .table-primary:hover>th{background-color:#c5b5e4}.table-secondary,.table-secondary>td,.table-secondary>th{background-color:#cec3e3}.table-secondary tbody+tbody,.table-secondary td,.table-secondary th,.table-secondary thead th{border-color:#a58fcb}.table-hover .table-secondary:hover,.table-hover .table-secondary:hover>td,.table-hover .table-secondary:hover>th{background-color:#c0b2db}.table-success,.table-success>td,.table-success>th{background-color:#c3e6cb}.table-success tbody+tbody,.table-success td,.table-success th,.table-success thead th{border-color:#8fd19e}.table-hover .table-success:hover,.table-hover .table-success:hover>td,.table-hover .table-success:hover>th{background-color:#b1dfbb}.table-info,.table-info>td,.table-info>th{background-color:#bee5eb}.table-info tbody+tbody,.table-info td,.table-info th,.table-info thead th{border-color:#86cfda}.table-hover .table-info:hover,.table-hover .table-info:hover>td,.table-hover .table-info:hover>th{background-color:#abdde5}.table-warning,.table-warning>td,.table-warning>th{background-color:#ffeeba}.table-warning tbody+tbody,.table-warning td,.table-warning th,.table-warning thead th{border-color:#ffdf7e}.table-hover .table-warning:hover,.table-hover .table-warning:hover>td,.table-hover .table-warning:hover>th{background-color:#ffe8a1}.table-danger,.table-danger>td,.table-danger>th{background-color:#f5c6cb}.table-danger tbody+tbody,.table-danger td,.table-danger th,.table-danger thead th{border-color:#ed969e}.table-hover .table-danger:hover,.table-hover .table-danger:hover>td,.table-hover .table-danger:hover>th{background-color:#f1b0b7}.table-light,.table-light>td,.table-light>th{background-color:#fdfdfe}.table-light tbody+tbody,.table-light td,.table-light th,.table-light thead th{border-color:#fbfcfc}.table-hover .table-light:hover,.table-hover .table-light:hover>td,.table-hover .table-light:hover>th{background-color:#ececf6}.table-dark,.table-dark>td,.table-dark>th{background-color:#c6c8ca}.table-dark tbody+tbody,.table-dark td,.table-dark th,.table-dark thead th{border-color:#95999c}.table-hover .table-dark:hover,.table-hover .table-dark:hover>td,.table-hover .table-dark:hover>th{background-color:#b9bbbe}.table-white,.table-white>td,.table-white>th{background-color:#fff}.table-white tbody+tbody,.table-white td,.table-white th,.table-white thead th{border-color:#fff}.table-hover .table-white:hover,.table-hover .table-white:hover>td,.table-hover .table-white:hover>th{background-color:#f2f2f2}.table-black,.table-black>td,.table-black>th{background-color:#b8b8b8}.table-black tbody+tbody,.table-black td,.table-black th,.table-black thead th{border-color:#7a7a7a}.table-hover .table-black:hover,.table-hover .table-black:hover>td,.table-hover .table-black:hover>th{background-color:#ababab}.table-progress,.table-progress>td,.table-progress>th{background-color:#c5bfcf}.table-progress tbody+tbody,.table-progress td,.table-progress th,.table-progress thead th{border-color:#9388a5}.table-hover .table-progress:hover,.table-hover .table-progress:hover>td,.table-hover .table-progress:hover>th{background-color:#b8b0c4}.table-color-1,.table-color-1>td,.table-color-1>th{background-color:#c5bfcf}.table-color-1 tbody+tbody,.table-color-1 td,.table-color-1 th,.table-color-1 thead th{border-color:#9388a5}.table-hover .table-color-1:hover,.table-hover .table-color-1:hover>td,.table-hover .table-color-1:hover>th{background-color:#b8b0c4}.table-color-2,.table-color-2>td,.table-color-2>th{background-color:#d4c8eb}.table-color-2 tbody+tbody,.table-color-2 td,.table-color-2 th,.table-color-2 thead th{border-color:#b099da}.table-hover .table-color-2:hover,.table-hover .table-color-2:hover>td,.table-hover .table-color-2:hover>th{background-color:#c5b5e4}.table-color-3,.table-color-3>td,.table-color-3>th{background-color:#cec3e3}.table-color-3 tbody+tbody,.table-color-3 td,.table-color-3 th,.table-color-3 thead th{border-color:#a58fcb}.table-hover .table-color-3:hover,.table-hover .table-color-3:hover>td,.table-hover .table-color-3:hover>th{background-color:#c0b2db}.table-color-4,.table-color-4>td,.table-color-4>th{background-color:#cbc1db}.table-color-4 tbody+tbody,.table-color-4 td,.table-color-4 th,.table-color-4 thead th{border-color:#9e8bbc}.table-hover .table-color-4:hover,.table-hover .table-color-4:hover>td,.table-hover .table-color-4:hover>th{background-color:#bdb1d2}.table-color-5,.table-color-5>td,.table-color-5>th{background-color:#cdb8b9}.table-color-5 tbody+tbody,.table-color-5 td,.table-color-5 th,.table-color-5 thead th{border-color:#a37a7c}.table-hover .table-color-5:hover,.table-hover .table-color-5:hover>td,.table-hover .table-color-5:hover>th{background-color:#c2a9aa}.table-grey-1,.table-grey-1>td,.table-grey-1>th{background-color:#cbcbca}.table-grey-1 tbody+tbody,.table-grey-1 td,.table-grey-1 th,.table-grey-1 thead th{border-color:#9f9e9d}.table-hover .table-grey-1:hover,.table-hover .table-grey-1:hover>td,.table-hover .table-grey-1:hover>th{background-color:#bebebd}.table-grey-2,.table-grey-2>td,.table-grey-2>th{background-color:#c3c3c3}.table-grey-2 tbody+tbody,.table-grey-2 td,.table-grey-2 th,.table-grey-2 thead th{border-color:#8f8f8f}.table-hover .table-grey-2:hover,.table-hover .table-grey-2:hover>td,.table-hover .table-grey-2:hover>th{background-color:#b6b6b6}.table-grey-3,.table-grey-3>td,.table-grey-3>th{background-color:#bebebe}.table-grey-3 tbody+tbody,.table-grey-3 td,.table-grey-3 th,.table-grey-3 thead th{border-color:#878787}.table-hover .table-grey-3:hover,.table-hover .table-grey-3:hover>td,.table-hover .table-grey-3:hover>th{background-color:#b1b1b1}.table-grey-4,.table-grey-4>td,.table-grey-4>th{background-color:#c1c1c1}.table-grey-4 tbody+tbody,.table-grey-4 td,.table-grey-4 th,.table-grey-4 thead th{border-color:#8d8d8d}.table-hover .table-grey-4:hover,.table-hover .table-grey-4:hover>td,.table-hover .table-grey-4:hover>th{background-color:#b4b4b4}.table-grey-5,.table-grey-5>td,.table-grey-5>th{background-color:#fbfbfb}.table-grey-5 tbody+tbody,.table-grey-5 td,.table-grey-5 th,.table-grey-5 thead th{border-color:#f8f8f8}.table-hover .table-grey-5:hover,.table-hover .table-grey-5:hover>td,.table-hover .table-grey-5:hover>th{background-color:#eee}.table-color-rtl,.table-color-rtl>td,.table-color-rtl>th{background-color:#f7b8bf}.table-color-rtl tbody+tbody,.table-color-rtl td,.table-color-rtl th,.table-color-rtl thead th{border-color:#f07a88}.table-hover .table-color-rtl:hover,.table-hover .table-color-rtl:hover>td,.table-hover .table-color-rtl:hover>th{background-color:#f4a1aa}.table-color-funradio,.table-color-funradio>td,.table-color-funradio>th{background-color:#b8cfff}.table-color-funradio tbody+tbody,.table-color-funradio td,.table-color-funradio th,.table-color-funradio thead th{border-color:#7aa7ff}.table-hover .table-color-funradio:hover,.table-hover .table-color-funradio:hover>td,.table-hover .table-color-funradio:hover>th{background-color:#9fbeff}.table-color-rtl2,.table-color-rtl2>td,.table-color-rtl2>th{background-color:#f7b9bd}.table-color-rtl2 tbody+tbody,.table-color-rtl2 td,.table-color-rtl2 th,.table-color-rtl2 thead th{border-color:#f07e84}.table-hover .table-color-rtl2:hover,.table-hover .table-color-rtl2:hover>td,.table-hover .table-color-rtl2:hover>th{background-color:#f4a2a7}.table-facebook,.table-facebook>td,.table-facebook>th{background-color:#cbd2e4}.table-facebook tbody+tbody,.table-facebook td,.table-facebook th,.table-facebook thead th{border-color:#9eacce}.table-hover .table-facebook:hover,.table-hover .table-facebook:hover>td,.table-hover .table-facebook:hover>th{background-color:#bac3db}.table-twitter,.table-twitter>td,.table-twitter>th{background-color:#b8e7fa}.table-twitter tbody+tbody,.table-twitter td,.table-twitter th,.table-twitter thead th{border-color:#7ad3f5}.table-hover .table-twitter:hover,.table-hover .table-twitter:hover>td,.table-hover .table-twitter:hover>th{background-color:#a0dff8}.table-whatsapp,.table-whatsapp>td,.table-whatsapp>th{background-color:#c3f3d4}.table-whatsapp tbody+tbody,.table-whatsapp td,.table-whatsapp th,.table-whatsapp thead th{border-color:#8fe8af}.table-hover .table-whatsapp:hover,.table-hover .table-whatsapp:hover>td,.table-hover .table-whatsapp:hover>th{background-color:#aeefc5}.table-linkedin,.table-linkedin>td,.table-linkedin>th{background-color:#b8dbec}.table-linkedin tbody+tbody,.table-linkedin td,.table-linkedin th,.table-linkedin thead th{border-color:#7abcdc}.table-hover .table-linkedin:hover,.table-hover .table-linkedin:hover>td,.table-hover .table-linkedin:hover>th{background-color:#a4d1e7}.table-astro-aries,.table-astro-aries>td,.table-astro-aries>th{background-color:#fbcede}.table-astro-aries tbody+tbody,.table-astro-aries td,.table-astro-aries th,.table-astro-aries thead th{border-color:#f8a5c1}.table-hover .table-astro-aries:hover,.table-hover .table-astro-aries:hover>td,.table-hover .table-astro-aries:hover>th{background-color:#f9b6ce}.table-astro-taurus,.table-astro-taurus>td,.table-astro-taurus>th{background-color:#eac1e6}.table-astro-taurus tbody+tbody,.table-astro-taurus td,.table-astro-taurus th,.table-astro-taurus thead th{border-color:#d78dd0}.table-hover .table-astro-taurus:hover,.table-hover .table-astro-taurus:hover>td,.table-hover .table-astro-taurus:hover>th{background-color:#e4aede}.table-astro-gemini,.table-astro-gemini>td,.table-astro-gemini>th{background-color:#d4c8eb}.table-astro-gemini tbody+tbody,.table-astro-gemini td,.table-astro-gemini th,.table-astro-gemini thead th{border-color:#b099da}.table-hover .table-astro-gemini:hover,.table-hover .table-astro-gemini:hover>td,.table-hover .table-astro-gemini:hover>th{background-color:#c5b5e4}.table-astro-cancer,.table-astro-cancer>td,.table-astro-cancer>th{background-color:#f9cee7}.table-astro-cancer tbody+tbody,.table-astro-cancer td,.table-astro-cancer th,.table-astro-cancer thead th{border-color:#f5a4d2}.table-hover .table-astro-cancer:hover,.table-hover .table-astro-cancer:hover>td,.table-hover .table-astro-cancer:hover>th{background-color:#f6b7dc}.table-astro-leo,.table-astro-leo>td,.table-astro-leo>th{background-color:#dfc1ea}.table-astro-leo tbody+tbody,.table-astro-leo td,.table-astro-leo th,.table-astro-leo thead th{border-color:#c48dd7}.table-hover .table-astro-leo:hover,.table-hover .table-astro-leo:hover>td,.table-hover .table-astro-leo:hover>th{background-color:#d5aee4}.table-astro-virgo,.table-astro-virgo>td,.table-astro-virgo>th{background-color:#eac1d9}.table-astro-virgo tbody+tbody,.table-astro-virgo td,.table-astro-virgo th,.table-astro-virgo thead th{border-color:#d78db9}.table-hover .table-astro-virgo:hover,.table-hover .table-astro-virgo:hover>td,.table-hover .table-astro-virgo:hover>th{background-color:#e4aecd}.table-astro-libra,.table-astro-libra>td,.table-astro-libra>th{background-color:#e5cdf9}.table-astro-libra tbody+tbody,.table-astro-libra td,.table-astro-libra th,.table-astro-libra thead th{border-color:#cfa2f3}.table-hover .table-astro-libra:hover,.table-hover .table-astro-libra:hover>td,.table-hover .table-astro-libra:hover>th{background-color:#d9b6f6}.table-astro-scorpio,.table-astro-scorpio>td,.table-astro-scorpio>th{background-color:#cecfed}.table-astro-scorpio tbody+tbody,.table-astro-scorpio td,.table-astro-scorpio th,.table-astro-scorpio thead th{border-color:#a5a7dd}.table-hover .table-astro-scorpio:hover,.table-hover .table-astro-scorpio:hover>td,.table-hover .table-astro-scorpio:hover>th{background-color:#bbbde6}.table-astro-sagittarius,.table-astro-sagittarius>td,.table-astro-sagittarius>th{background-color:#d8dbf9}.table-astro-sagittarius tbody+tbody,.table-astro-sagittarius td,.table-astro-sagittarius th,.table-astro-sagittarius thead th{border-color:#b7bcf5}.table-hover .table-astro-sagittarius:hover,.table-hover .table-astro-sagittarius:hover>td,.table-hover .table-astro-sagittarius:hover>th{background-color:#c2c7f6}.table-astro-capricorn,.table-astro-capricorn>td,.table-astro-capricorn>th{background-color:#eecdfb}.table-astro-capricorn tbody+tbody,.table-astro-capricorn td,.table-astro-capricorn th,.table-astro-capricorn thead th{border-color:#e0a2f8}.table-hover .table-astro-capricorn:hover,.table-hover .table-astro-capricorn:hover>td,.table-hover .table-astro-capricorn:hover>th{background-color:#e6b5f9}.table-astro-aquarius,.table-astro-aquarius>td,.table-astro-aquarius>th{background-color:#fdd2d7}.table-astro-aquarius tbody+tbody,.table-astro-aquarius td,.table-astro-aquarius th,.table-astro-aquarius thead th{border-color:#fbabb4}.table-hover .table-astro-aquarius:hover,.table-hover .table-astro-aquarius:hover>td,.table-hover .table-astro-aquarius:hover>th{background-color:#fcbac1}.table-astro-pisces,.table-astro-pisces>td,.table-astro-pisces>th{background-color:#ded1f9}.table-astro-pisces tbody+tbody,.table-astro-pisces td,.table-astro-pisces th,.table-astro-pisces thead th{border-color:#c2a9f4}.table-hover .table-astro-pisces:hover,.table-hover .table-astro-pisces:hover>td,.table-hover .table-astro-pisces:hover>th{background-color:#cebaf6}.table-active,.table-active>td,.table-active>th,.table-hover .table-active:hover,.table-hover .table-active:hover>td,.table-hover .table-active:hover>th{background-color:rgba(0,0,0,.075)}.table .thead-dark th{background-color:#343a40;border-color:#454d55;color:#fff}.table .thead-light th{background-color:#e9ecef;border-color:#dee2e6;color:#495057}.table-dark{background-color:#343a40;color:#fff}.table-dark td,.table-dark th,.table-dark thead th{border-color:#454d55}.table-dark.table-bordered{border:0}.table-dark.table-striped tbody tr:nth-of-type(odd){background-color:hsla(0,0%,100%,.05)}.table-dark.table-hover tbody tr:hover{background-color:hsla(0,0%,100%,.075);color:#fff}@media (max-width:379.98px){.table-responsive-sm{-webkit-overflow-scrolling:touch;display:block;overflow-x:auto;width:100%}.table-responsive-sm>.table-bordered{border:0}}@media (max-width:640.98px){.table-responsive-md{-webkit-overflow-scrolling:touch;display:block;overflow-x:auto;width:100%}.table-responsive-md>.table-bordered{border:0}}@media (max-width:960.98px){.table-responsive-lg{-webkit-overflow-scrolling:touch;display:block;overflow-x:auto;width:100%}.table-responsive-lg>.table-bordered{border:0}}@media (max-width:1299.98px){.table-responsive-xl{-webkit-overflow-scrolling:touch;display:block;overflow-x:auto;width:100%}.table-responsive-xl>.table-bordered{border:0}}.table-responsive{-webkit-overflow-scrolling:touch;display:block;overflow-x:auto;width:100%}.table-responsive>.table-bordered{border:0}.form-control{background-clip:padding-box;background-color:#fff;border:1px solid #ced4da;border-radius:.25rem;color:#495057;display:block;font-size:1.6rem;font-weight:400;height:calc(1.5em + .75rem + 2px);line-height:1.5;padding:.375rem .75rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;width:100%}@media (prefers-reduced-motion:reduce){.form-control{transition:none}}.form-control::-ms-expand{background-color:transparent;border:0}.form-control:focus{background-color:#fff;border-color:#ae94dd;box-shadow:0 0 0 .2rem rgba(103,58,183,.25);color:#495057;outline:0}.form-control::-webkit-input-placeholder{color:#6c757d;opacity:1}.form-control::-moz-placeholder{color:#6c757d;opacity:1}.form-control:-ms-input-placeholder{color:#6c757d;opacity:1}.form-control::-ms-input-placeholder{color:#6c757d;opacity:1}.form-control::placeholder{color:#6c757d;opacity:1}.form-control:disabled,.form-control[readonly]{background-color:#e9ecef;opacity:1}input[type=date].form-control,input[type=datetime-local].form-control,input[type=month].form-control,input[type=time].form-control{-webkit-appearance:none;-moz-appearance:none;appearance:none}select.form-control:-moz-focusring{color:transparent;text-shadow:0 0 0 #495057}select.form-control:focus::-ms-value{background-color:#fff;color:#495057}.form-control-file,.form-control-range{display:block;width:100%}.col-form-label{font-size:inherit;line-height:1.5;margin-bottom:0;padding-bottom:calc(.375rem + 1px);padding-top:calc(.375rem + 1px)}.col-form-label-lg{font-size:2rem;line-height:1.5;padding-bottom:calc(.5rem + 1px);padding-top:calc(.5rem + 1px)}.col-form-label-sm{font-size:1.4rem;line-height:1.5;padding-bottom:calc(.25rem + 1px);padding-top:calc(.25rem + 1px)}.form-control-plaintext{background-color:transparent;border:solid transparent;border-width:1px 0;color:#000;display:block;font-size:1.6rem;line-height:1.5;margin-bottom:0;padding:.375rem 0;width:100%}.form-control-plaintext.form-control-lg,.form-control-plaintext.form-control-sm{padding-left:0;padding-right:0}.form-control-sm{border-radius:.2rem;font-size:1.4rem;height:calc(1.5em + .5rem + 2px);line-height:1.5;padding:.25rem .5rem}.form-control-lg{border-radius:.3rem;font-size:2rem;height:calc(1.5em + 1rem + 2px);line-height:1.5;padding:.5rem 1rem}select.form-control[multiple],select.form-control[size],textarea.form-control{height:auto}.form-group{margin-bottom:1rem}.form-text{display:block;margin-top:.25rem}.form-row{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-left:-5px;margin-right:-5px}.form-row>.col,.form-row>[class*=col-]{padding-left:5px;padding-right:5px}.form-check{display:block;padding-left:1.25rem;position:relative}.form-check-input{margin-left:-1.25rem;margin-top:.3rem;position:absolute}.form-check-input:disabled~.form-check-label,.form-check-input[disabled]~.form-check-label{color:#6c757d}.form-check-label{margin-bottom:0}.form-check-inline{-ms-flex-align:center;align-items:center;display:-ms-inline-flexbox;display:inline-flex;margin-right:.75rem;padding-left:0}.form-check-inline .form-check-input{margin-left:0;margin-right:.3125rem;margin-top:0;position:static}.valid-feedback{color:#28a745;display:none;font-size:.875em;margin-top:.25rem;width:100%}.valid-tooltip{background-color:rgba(40,167,69,.9);border-radius:.25rem;color:#fff;display:none;font-size:1.4rem;left:0;line-height:1.5;margin-top:.1rem;max-width:100%;padding:.25rem .5rem;position:absolute;top:100%;z-index:5}.form-row>.col>.valid-tooltip,.form-row>[class*=col-]>.valid-tooltip{left:5px}.is-valid~.valid-feedback,.is-valid~.valid-tooltip,.was-validated :valid~.valid-feedback,.was-validated :valid~.valid-tooltip{display:block}.form-control.is-valid,.was-validated .form-control:valid{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath fill='%2328a745' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");background-position:right calc(.375em + .1875rem) center;background-repeat:no-repeat;background-size:calc(.75em + .375rem) calc(.75em + .375rem);border-color:#28a745;padding-right:calc(1.5em + .75rem)!important}.form-control.is-valid:focus,.was-validated .form-control:valid:focus{border-color:#28a745;box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.was-validated select.form-control:valid,select.form-control.is-valid{background-position:right 1.5rem center;padding-right:3rem!important}.was-validated textarea.form-control:valid,textarea.form-control.is-valid{background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem);padding-right:calc(1.5em + .75rem)}.custom-select.is-valid,.was-validated .custom-select:valid{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%23343a40' d='M2 0 0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") right .75rem center/8px 10px no-repeat,#fff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath fill='%2328a745' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E") center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem) no-repeat;border-color:#28a745;padding-right:calc(.75em + 2.3125rem)!important}.custom-select.is-valid:focus,.was-validated .custom-select:valid:focus{border-color:#28a745;box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.form-check-input.is-valid~.form-check-label,.was-validated .form-check-input:valid~.form-check-label{color:#28a745}.form-check-input.is-valid~.valid-feedback,.form-check-input.is-valid~.valid-tooltip,.was-validated .form-check-input:valid~.valid-feedback,.was-validated .form-check-input:valid~.valid-tooltip{display:block}.custom-control-input.is-valid~.custom-control-label,.was-validated .custom-control-input:valid~.custom-control-label{color:#28a745}.custom-control-input.is-valid~.custom-control-label:before,.was-validated .custom-control-input:valid~.custom-control-label:before{border-color:#28a745}.custom-control-input.is-valid:checked~.custom-control-label:before,.was-validated .custom-control-input:valid:checked~.custom-control-label:before{background-color:#34ce57;border-color:#34ce57}.custom-control-input.is-valid:focus~.custom-control-label:before,.was-validated .custom-control-input:valid:focus~.custom-control-label:before{box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label:before,.was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label:before{border-color:#28a745}.custom-file-input.is-valid~.custom-file-label,.was-validated .custom-file-input:valid~.custom-file-label{border-color:#28a745}.custom-file-input.is-valid:focus~.custom-file-label,.was-validated .custom-file-input:valid:focus~.custom-file-label{border-color:#28a745;box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.invalid-feedback{color:#dc3545;display:none;font-size:.875em;margin-top:.25rem;width:100%}.invalid-tooltip{background-color:rgba(220,53,69,.9);border-radius:.25rem;color:#fff;display:none;font-size:1.4rem;left:0;line-height:1.5;margin-top:.1rem;max-width:100%;padding:.25rem .5rem;position:absolute;top:100%;z-index:5}.form-row>.col>.invalid-tooltip,.form-row>[class*=col-]>.invalid-tooltip{left:5px}.is-invalid~.invalid-feedback,.is-invalid~.invalid-tooltip,.was-validated :invalid~.invalid-feedback,.was-validated :invalid~.invalid-tooltip{display:block}.form-control.is-invalid,.was-validated .form-control:invalid{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3E%3C/svg%3E");background-position:right calc(.375em + .1875rem) center;background-repeat:no-repeat;background-size:calc(.75em + .375rem) calc(.75em + .375rem);border-color:#dc3545;padding-right:calc(1.5em + .75rem)!important}.form-control.is-invalid:focus,.was-validated .form-control:invalid:focus{border-color:#dc3545;box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.was-validated select.form-control:invalid,select.form-control.is-invalid{background-position:right 1.5rem center;padding-right:3rem!important}.was-validated textarea.form-control:invalid,textarea.form-control.is-invalid{background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem);padding-right:calc(1.5em + .75rem)}.custom-select.is-invalid,.was-validated .custom-select:invalid{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%23343a40' d='M2 0 0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") right .75rem center/8px 10px no-repeat,#fff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3E%3C/svg%3E") center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem) no-repeat;border-color:#dc3545;padding-right:calc(.75em + 2.3125rem)!important}.custom-select.is-invalid:focus,.was-validated .custom-select:invalid:focus{border-color:#dc3545;box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.form-check-input.is-invalid~.form-check-label,.was-validated .form-check-input:invalid~.form-check-label{color:#dc3545}.form-check-input.is-invalid~.invalid-feedback,.form-check-input.is-invalid~.invalid-tooltip,.was-validated .form-check-input:invalid~.invalid-feedback,.was-validated .form-check-input:invalid~.invalid-tooltip{display:block}.custom-control-input.is-invalid~.custom-control-label,.was-validated .custom-control-input:invalid~.custom-control-label{color:#dc3545}.custom-control-input.is-invalid~.custom-control-label:before,.was-validated .custom-control-input:invalid~.custom-control-label:before{border-color:#dc3545}.custom-control-input.is-invalid:checked~.custom-control-label:before,.was-validated .custom-control-input:invalid:checked~.custom-control-label:before{background-color:#e4606d;border-color:#e4606d}.custom-control-input.is-invalid:focus~.custom-control-label:before,.was-validated .custom-control-input:invalid:focus~.custom-control-label:before{box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label:before,.was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label:before{border-color:#dc3545}.custom-file-input.is-invalid~.custom-file-label,.was-validated .custom-file-input:invalid~.custom-file-label{border-color:#dc3545}.custom-file-input.is-invalid:focus~.custom-file-label,.was-validated .custom-file-input:invalid:focus~.custom-file-label{border-color:#dc3545;box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.form-inline{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap}.form-inline .form-check{width:100%}@media (min-width:380px){.form-inline label{-ms-flex-align:center;-ms-flex-pack:center;justify-content:center}.form-inline .form-group,.form-inline label{align-items:center;display:-ms-flexbox;display:flex;margin-bottom:0}.form-inline .form-group{-ms-flex-align:center;-ms-flex:0 0 auto;flex:0 0 auto;-ms-flex-flow:row wrap;flex-flow:row wrap}.form-inline .form-control{display:inline-block;vertical-align:middle;width:auto}.form-inline .form-control-plaintext{display:inline-block}.form-inline .custom-select,.form-inline .input-group{width:auto}.form-inline .form-check{-ms-flex-align:center;-ms-flex-pack:center;align-items:center;display:-ms-flexbox;display:flex;justify-content:center;padding-left:0;width:auto}.form-inline .form-check-input{-ms-flex-negative:0;flex-shrink:0;margin-left:0;margin-right:.25rem;margin-top:0;position:relative}.form-inline .custom-control{-ms-flex-align:center;-ms-flex-pack:center;align-items:center;justify-content:center}.form-inline .custom-control-label{margin-bottom:0}}.btn{background-color:transparent;border:1px solid transparent;border-radius:2.5rem;color:#000;display:inline-block;font-size:1.4rem;font-weight:400;line-height:1.4rem;padding:1.5rem 2.2rem;text-align:center;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;vertical-align:middle}@media (prefers-reduced-motion:reduce){.btn{transition:none}}.btn:hover{color:#000;text-decoration:none}.btn.focus,.btn:focus{box-shadow:0 0 0 .2rem rgba(103,58,183,.25);outline:0}.btn.disabled,.btn:disabled{opacity:.65}.btn:not(:disabled):not(.disabled){cursor:pointer}a.btn.disabled,fieldset:disabled a.btn{pointer-events:none}.btn-primary{background-color:#673ab7;border-color:#673ab7;color:#fff}.btn-primary.focus,.btn-primary:focus,.btn-primary:hover{background-color:#57319a;border-color:#512e90;color:#fff}.btn-primary.focus,.btn-primary:focus{box-shadow:0 0 0 .2rem rgba(126,88,194,.5)}.btn-primary.disabled,.btn-primary:disabled{background-color:#673ab7;border-color:#673ab7;color:#fff}.btn-primary:not(:disabled):not(.disabled).active,.btn-primary:not(:disabled):not(.disabled):active,.show>.btn-primary.dropdown-toggle{background-color:#512e90;border-color:#4c2b87;color:#fff}.btn-primary:not(:disabled):not(.disabled).active:focus,.btn-primary:not(:disabled):not(.disabled):active:focus,.show>.btn-primary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(126,88,194,.5)}.btn-secondary{background-color:#51289b;border-color:#51289b;color:#fff}.btn-secondary.focus,.btn-secondary:focus,.btn-secondary:hover{background-color:#41207d;border-color:#3c1e72;color:#fff}.btn-secondary.focus,.btn-secondary:focus{box-shadow:0 0 0 .2rem rgba(107,72,170,.5)}.btn-secondary.disabled,.btn-secondary:disabled{background-color:#51289b;border-color:#51289b;color:#fff}.btn-secondary:not(:disabled):not(.disabled).active,.btn-secondary:not(:disabled):not(.disabled):active,.show>.btn-secondary.dropdown-toggle{background-color:#3c1e72;border-color:#371b68;color:#fff}.btn-secondary:not(:disabled):not(.disabled).active:focus,.btn-secondary:not(:disabled):not(.disabled):active:focus,.show>.btn-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(107,72,170,.5)}.btn-success{background-color:#28a745;border-color:#28a745;color:#fff}.btn-success.focus,.btn-success:focus,.btn-success:hover{background-color:#218838;border-color:#1e7e34;color:#fff}.btn-success.focus,.btn-success:focus{box-shadow:0 0 0 .2rem rgba(72,180,97,.5)}.btn-success.disabled,.btn-success:disabled{background-color:#28a745;border-color:#28a745;color:#fff}.btn-success:not(:disabled):not(.disabled).active,.btn-success:not(:disabled):not(.disabled):active,.show>.btn-success.dropdown-toggle{background-color:#1e7e34;border-color:#1c7430;color:#fff}.btn-success:not(:disabled):not(.disabled).active:focus,.btn-success:not(:disabled):not(.disabled):active:focus,.show>.btn-success.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(72,180,97,.5)}.btn-info{background-color:#17a2b8;border-color:#17a2b8;color:#fff}.btn-info.focus,.btn-info:focus,.btn-info:hover{background-color:#138496;border-color:#117a8b;color:#fff}.btn-info.focus,.btn-info:focus{box-shadow:0 0 0 .2rem rgba(58,176,195,.5)}.btn-info.disabled,.btn-info:disabled{background-color:#17a2b8;border-color:#17a2b8;color:#fff}.btn-info:not(:disabled):not(.disabled).active,.btn-info:not(:disabled):not(.disabled):active,.show>.btn-info.dropdown-toggle{background-color:#117a8b;border-color:#10707f;color:#fff}.btn-info:not(:disabled):not(.disabled).active:focus,.btn-info:not(:disabled):not(.disabled):active:focus,.show>.btn-info.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(58,176,195,.5)}.btn-warning{background-color:#ffc107;border-color:#ffc107;color:#212529}.btn-warning.focus,.btn-warning:focus,.btn-warning:hover{background-color:#e0a800;border-color:#d39e00;color:#212529}.btn-warning.focus,.btn-warning:focus{box-shadow:0 0 0 .2rem rgba(222,170,12,.5)}.btn-warning.disabled,.btn-warning:disabled{background-color:#ffc107;border-color:#ffc107;color:#212529}.btn-warning:not(:disabled):not(.disabled).active,.btn-warning:not(:disabled):not(.disabled):active,.show>.btn-warning.dropdown-toggle{background-color:#d39e00;border-color:#c69500;color:#212529}.btn-warning:not(:disabled):not(.disabled).active:focus,.btn-warning:not(:disabled):not(.disabled):active:focus,.show>.btn-warning.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(222,170,12,.5)}.btn-danger{background-color:#dc3545;border-color:#dc3545;color:#fff}.btn-danger.focus,.btn-danger:focus,.btn-danger:hover{background-color:#c82333;border-color:#bd2130;color:#fff}.btn-danger.focus,.btn-danger:focus{box-shadow:0 0 0 .2rem rgba(225,83,97,.5)}.btn-danger.disabled,.btn-danger:disabled{background-color:#dc3545;border-color:#dc3545;color:#fff}.btn-danger:not(:disabled):not(.disabled).active,.btn-danger:not(:disabled):not(.disabled):active,.show>.btn-danger.dropdown-toggle{background-color:#bd2130;border-color:#b21f2d;color:#fff}.btn-danger:not(:disabled):not(.disabled).active:focus,.btn-danger:not(:disabled):not(.disabled):active:focus,.show>.btn-danger.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(225,83,97,.5)}.btn-light{background-color:#f8f9fa;border-color:#f8f9fa;color:#212529}.btn-light.focus,.btn-light:focus,.btn-light:hover{background-color:#e2e6ea;border-color:#dae0e5;color:#212529}.btn-light.focus,.btn-light:focus{box-shadow:0 0 0 .2rem hsla(220,4%,85%,.5)}.btn-light.disabled,.btn-light:disabled{background-color:#f8f9fa;border-color:#f8f9fa;color:#212529}.btn-light:not(:disabled):not(.disabled).active,.btn-light:not(:disabled):not(.disabled):active,.show>.btn-light.dropdown-toggle{background-color:#dae0e5;border-color:#d3d9df;color:#212529}.btn-light:not(:disabled):not(.disabled).active:focus,.btn-light:not(:disabled):not(.disabled):active:focus,.show>.btn-light.dropdown-toggle:focus{box-shadow:0 0 0 .2rem hsla(220,4%,85%,.5)}.btn-dark{background-color:#343a40;border-color:#343a40;color:#fff}.btn-dark.focus,.btn-dark:focus,.btn-dark:hover{background-color:#23272b;border-color:#1d2124;color:#fff}.btn-dark.focus,.btn-dark:focus{box-shadow:0 0 0 .2rem rgba(82,88,93,.5)}.btn-dark.disabled,.btn-dark:disabled{background-color:#343a40;border-color:#343a40;color:#fff}.btn-dark:not(:disabled):not(.disabled).active,.btn-dark:not(:disabled):not(.disabled):active,.show>.btn-dark.dropdown-toggle{background-color:#1d2124;border-color:#171a1d;color:#fff}.btn-dark:not(:disabled):not(.disabled).active:focus,.btn-dark:not(:disabled):not(.disabled):active:focus,.show>.btn-dark.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(82,88,93,.5)}.btn-white{background-color:#fff;border-color:#fff;color:#212529}.btn-white.focus,.btn-white:focus,.btn-white:hover{background-color:#ececec;border-color:#e6e6e6;color:#212529}.btn-white.focus,.btn-white:focus{box-shadow:0 0 0 .2rem hsla(240,2%,87%,.5)}.btn-white.disabled,.btn-white:disabled{background-color:#fff;border-color:#fff;color:#212529}.btn-white:not(:disabled):not(.disabled).active,.btn-white:not(:disabled):not(.disabled):active,.show>.btn-white.dropdown-toggle{background-color:#e6e6e6;border-color:#dfdfdf;color:#212529}.btn-white:not(:disabled):not(.disabled).active:focus,.btn-white:not(:disabled):not(.disabled):active:focus,.show>.btn-white.dropdown-toggle:focus{box-shadow:0 0 0 .2rem hsla(240,2%,87%,.5)}.btn-black,.btn-black.focus,.btn-black:focus,.btn-black:hover{background-color:#000;border-color:#000;color:#fff}.btn-black.focus,.btn-black:focus{box-shadow:0 0 0 .2rem rgba(38,38,38,.5)}.btn-black.disabled,.btn-black:disabled,.btn-black:not(:disabled):not(.disabled).active,.btn-black:not(:disabled):not(.disabled):active,.show>.btn-black.dropdown-toggle{background-color:#000;border-color:#000;color:#fff}.btn-black:not(:disabled):not(.disabled).active:focus,.btn-black:not(:disabled):not(.disabled):active:focus,.show>.btn-black.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(38,38,38,.5)}.btn-progress{background-color:#2f1a52;border-color:#2f1a52;color:#fff}.btn-progress.focus,.btn-progress:focus,.btn-progress:hover{background-color:#1e1135;border-color:#190e2b;color:#fff}.btn-progress.focus,.btn-progress:focus{box-shadow:0 0 0 .2rem rgba(78,60,108,.5)}.btn-progress.disabled,.btn-progress:disabled{background-color:#2f1a52;border-color:#2f1a52;color:#fff}.btn-progress:not(:disabled):not(.disabled).active,.btn-progress:not(:disabled):not(.disabled):active,.show>.btn-progress.dropdown-toggle{background-color:#190e2b;border-color:#130b22;color:#fff}.btn-progress:not(:disabled):not(.disabled).active:focus,.btn-progress:not(:disabled):not(.disabled):active:focus,.show>.btn-progress.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(78,60,108,.5)}.btn-color-1{background-color:#2f1a52;border-color:#2f1a52;color:#fff}.btn-color-1.focus,.btn-color-1:focus,.btn-color-1:hover{background-color:#1e1135;border-color:#190e2b;color:#fff}.btn-color-1.focus,.btn-color-1:focus{box-shadow:0 0 0 .2rem rgba(78,60,108,.5)}.btn-color-1.disabled,.btn-color-1:disabled{background-color:#2f1a52;border-color:#2f1a52;color:#fff}.btn-color-1:not(:disabled):not(.disabled).active,.btn-color-1:not(:disabled):not(.disabled):active,.show>.btn-color-1.dropdown-toggle{background-color:#190e2b;border-color:#130b22;color:#fff}.btn-color-1:not(:disabled):not(.disabled).active:focus,.btn-color-1:not(:disabled):not(.disabled):active:focus,.show>.btn-color-1.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(78,60,108,.5)}.btn-color-2{background-color:#673ab7;border-color:#673ab7;color:#fff}.btn-color-2.focus,.btn-color-2:focus,.btn-color-2:hover{background-color:#57319a;border-color:#512e90;color:#fff}.btn-color-2.focus,.btn-color-2:focus{box-shadow:0 0 0 .2rem rgba(126,88,194,.5)}.btn-color-2.disabled,.btn-color-2:disabled{background-color:#673ab7;border-color:#673ab7;color:#fff}.btn-color-2:not(:disabled):not(.disabled).active,.btn-color-2:not(:disabled):not(.disabled):active,.show>.btn-color-2.dropdown-toggle{background-color:#512e90;border-color:#4c2b87;color:#fff}.btn-color-2:not(:disabled):not(.disabled).active:focus,.btn-color-2:not(:disabled):not(.disabled):active:focus,.show>.btn-color-2.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(126,88,194,.5)}.btn-color-3{background-color:#51289b;border-color:#51289b;color:#fff}.btn-color-3.focus,.btn-color-3:focus,.btn-color-3:hover{background-color:#41207d;border-color:#3c1e72;color:#fff}.btn-color-3.focus,.btn-color-3:focus{box-shadow:0 0 0 .2rem rgba(107,72,170,.5)}.btn-color-3.disabled,.btn-color-3:disabled{background-color:#51289b;border-color:#51289b;color:#fff}.btn-color-3:not(:disabled):not(.disabled).active,.btn-color-3:not(:disabled):not(.disabled):active,.show>.btn-color-3.dropdown-toggle{background-color:#3c1e72;border-color:#371b68;color:#fff}.btn-color-3:not(:disabled):not(.disabled).active:focus,.btn-color-3:not(:disabled):not(.disabled):active:focus,.show>.btn-color-3.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(107,72,170,.5)}.btn-color-4{background-color:#44207f;border-color:#44207f;color:#fff}.btn-color-4.focus,.btn-color-4:focus,.btn-color-4:hover{background-color:#341860;border-color:#2e1656;color:#fff}.btn-color-4.focus,.btn-color-4:focus{box-shadow:0 0 0 .2rem rgba(96,65,146,.5)}.btn-color-4.disabled,.btn-color-4:disabled{background-color:#44207f;border-color:#44207f;color:#fff}.btn-color-4:not(:disabled):not(.disabled).active,.btn-color-4:not(:disabled):not(.disabled):active,.show>.btn-color-4.dropdown-toggle{background-color:#2e1656;border-color:#29134c;color:#fff}.btn-color-4:not(:disabled):not(.disabled).active:focus,.btn-color-4:not(:disabled):not(.disabled):active:focus,.show>.btn-color-4.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(96,65,146,.5)}.btn-color-5{background-color:#4e0004;border-color:#4e0004;color:#fff}.btn-color-5.focus,.btn-color-5:focus,.btn-color-5:hover{background-color:#280002;border-color:#1b0001;color:#fff}.btn-color-5.focus,.btn-color-5:focus{box-shadow:0 0 0 .2rem rgba(105,38,42,.5)}.btn-color-5.disabled,.btn-color-5:disabled{background-color:#4e0004;border-color:#4e0004;color:#fff}.btn-color-5:not(:disabled):not(.disabled).active,.btn-color-5:not(:disabled):not(.disabled):active,.show>.btn-color-5.dropdown-toggle{background-color:#1b0001;border-color:#0e0001;color:#fff}.btn-color-5:not(:disabled):not(.disabled).active:focus,.btn-color-5:not(:disabled):not(.disabled):active:focus,.show>.btn-color-5.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(105,38,42,.5)}.btn-grey-1{background-color:#464543;border-color:#464543;color:#fff}.btn-grey-1.focus,.btn-grey-1:focus,.btn-grey-1:hover{background-color:#323230;border-color:#2c2b2a;color:#fff}.btn-grey-1.focus,.btn-grey-1:focus{box-shadow:0 0 0 .2rem rgba(98,97,95,.5)}.btn-grey-1.disabled,.btn-grey-1:disabled{background-color:#464543;border-color:#464543;color:#fff}.btn-grey-1:not(:disabled):not(.disabled).active,.btn-grey-1:not(:disabled):not(.disabled):active,.show>.btn-grey-1.dropdown-toggle{background-color:#2c2b2a;border-color:#252524;color:#fff}.btn-grey-1:not(:disabled):not(.disabled).active:focus,.btn-grey-1:not(:disabled):not(.disabled):active:focus,.show>.btn-grey-1.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(98,97,95,.5)}.btn-grey-2{background-color:#282828;border-color:#282828;color:#fff}.btn-grey-2.focus,.btn-grey-2:focus,.btn-grey-2:hover{background-color:#151515;border-color:#0f0f0f;color:#fff}.btn-grey-2.focus,.btn-grey-2:focus{box-shadow:0 0 0 .2rem rgba(72,72,72,.5)}.btn-grey-2.disabled,.btn-grey-2:disabled{background-color:#282828;border-color:#282828;color:#fff}.btn-grey-2:not(:disabled):not(.disabled).active,.btn-grey-2:not(:disabled):not(.disabled):active,.show>.btn-grey-2.dropdown-toggle{background-color:#0f0f0f;border-color:#080808;color:#fff}.btn-grey-2:not(:disabled):not(.disabled).active:focus,.btn-grey-2:not(:disabled):not(.disabled):active:focus,.show>.btn-grey-2.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(72,72,72,.5)}.btn-grey-3{background-color:#181818;border-color:#181818;color:#fff}.btn-grey-3.focus,.btn-grey-3:focus,.btn-grey-3:hover{background-color:#050505;border-color:#000;color:#fff}.btn-grey-3.focus,.btn-grey-3:focus{box-shadow:0 0 0 .2rem rgba(59,59,59,.5)}.btn-grey-3.disabled,.btn-grey-3:disabled{background-color:#181818;border-color:#181818;color:#fff}.btn-grey-3:not(:disabled):not(.disabled).active,.btn-grey-3:not(:disabled):not(.disabled):active,.show>.btn-grey-3.dropdown-toggle{background-color:#000;border-color:#000;color:#fff}.btn-grey-3:not(:disabled):not(.disabled).active:focus,.btn-grey-3:not(:disabled):not(.disabled):active:focus,.show>.btn-grey-3.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(59,59,59,.5)}.btn-grey-4{background-color:#232323;border-color:#232323;color:#fff}.btn-grey-4.focus,.btn-grey-4:focus,.btn-grey-4:hover{background-color:#101010;border-color:#0a0a0a;color:#fff}.btn-grey-4.focus,.btn-grey-4:focus{box-shadow:0 0 0 .2rem rgba(68,68,68,.5)}.btn-grey-4.disabled,.btn-grey-4:disabled{background-color:#232323;border-color:#232323;color:#fff}.btn-grey-4:not(:disabled):not(.disabled).active,.btn-grey-4:not(:disabled):not(.disabled):active,.show>.btn-grey-4.dropdown-toggle{background-color:#0a0a0a;border-color:#030303;color:#fff}.btn-grey-4:not(:disabled):not(.disabled).active:focus,.btn-grey-4:not(:disabled):not(.disabled):active:focus,.show>.btn-grey-4.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(68,68,68,.5)}.btn-grey-5{background-color:#f2f2f2;border-color:#f2f2f2;color:#212529}.btn-grey-5.focus,.btn-grey-5:focus,.btn-grey-5:hover{background-color:#dfdfdf;border-color:#d9d9d9;color:#212529}.btn-grey-5.focus,.btn-grey-5:focus{box-shadow:0 0 0 .2rem hsla(240,1%,83%,.5)}.btn-grey-5.disabled,.btn-grey-5:disabled{background-color:#f2f2f2;border-color:#f2f2f2;color:#212529}.btn-grey-5:not(:disabled):not(.disabled).active,.btn-grey-5:not(:disabled):not(.disabled):active,.show>.btn-grey-5.dropdown-toggle{background-color:#d9d9d9;border-color:#d2d2d2;color:#212529}.btn-grey-5:not(:disabled):not(.disabled).active:focus,.btn-grey-5:not(:disabled):not(.disabled):active:focus,.show>.btn-grey-5.dropdown-toggle:focus{box-shadow:0 0 0 .2rem hsla(240,1%,83%,.5)}.btn-color-rtl{background-color:#e3001b;border-color:#e3001b;color:#fff}.btn-color-rtl.focus,.btn-color-rtl:focus,.btn-color-rtl:hover{background-color:#bd0016;border-color:#b00015;color:#fff}.btn-color-rtl.focus,.btn-color-rtl:focus{box-shadow:0 0 0 .2rem rgba(231,38,61,.5)}.btn-color-rtl.disabled,.btn-color-rtl:disabled{background-color:#e3001b;border-color:#e3001b;color:#fff}.btn-color-rtl:not(:disabled):not(.disabled).active,.btn-color-rtl:not(:disabled):not(.disabled):active,.show>.btn-color-rtl.dropdown-toggle{background-color:#b00015;border-color:#a30013;color:#fff}.btn-color-rtl:not(:disabled):not(.disabled).active:focus,.btn-color-rtl:not(:disabled):not(.disabled):active:focus,.show>.btn-color-rtl.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(231,38,61,.5)}.btn-color-funradio{background-color:#05f;border-color:#05f;color:#fff}.btn-color-funradio.focus,.btn-color-funradio:focus,.btn-color-funradio:hover{background-color:#0048d9;border-color:#04c;color:#fff}.btn-color-funradio.focus,.btn-color-funradio:focus{box-shadow:0 0 0 .2rem rgba(38,111,255,.5)}.btn-color-funradio.disabled,.btn-color-funradio:disabled{background-color:#05f;border-color:#05f;color:#fff}.btn-color-funradio:not(:disabled):not(.disabled).active,.btn-color-funradio:not(:disabled):not(.disabled):active,.show>.btn-color-funradio.dropdown-toggle{background-color:#04c;border-color:#0040bf;color:#fff}.btn-color-funradio:not(:disabled):not(.disabled).active:focus,.btn-color-funradio:not(:disabled):not(.disabled):active:focus,.show>.btn-color-funradio.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(38,111,255,.5)}.btn-color-rtl2{background-color:#e30613;border-color:#e30613;color:#fff}.btn-color-rtl2.focus,.btn-color-rtl2:focus,.btn-color-rtl2:hover{background-color:#be0510;border-color:#b1050f;color:#fff}.btn-color-rtl2.focus,.btn-color-rtl2:focus{box-shadow:0 0 0 .2rem rgba(231,43,54,.5)}.btn-color-rtl2.disabled,.btn-color-rtl2:disabled{background-color:#e30613;border-color:#e30613;color:#fff}.btn-color-rtl2:not(:disabled):not(.disabled).active,.btn-color-rtl2:not(:disabled):not(.disabled):active,.show>.btn-color-rtl2.dropdown-toggle{background-color:#b1050f;border-color:#a5040e;color:#fff}.btn-color-rtl2:not(:disabled):not(.disabled).active:focus,.btn-color-rtl2:not(:disabled):not(.disabled):active:focus,.show>.btn-color-rtl2.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(231,43,54,.5)}.btn-facebook{background-color:#4460a0;border-color:#4460a0;color:#fff}.btn-facebook.focus,.btn-facebook:focus,.btn-facebook:hover{background-color:#395085;border-color:#354b7c;color:#fff}.btn-facebook.focus,.btn-facebook:focus{box-shadow:0 0 0 .2rem rgba(96,120,174,.5)}.btn-facebook.disabled,.btn-facebook:disabled{background-color:#4460a0;border-color:#4460a0;color:#fff}.btn-facebook:not(:disabled):not(.disabled).active,.btn-facebook:not(:disabled):not(.disabled):active,.show>.btn-facebook.dropdown-toggle{background-color:#354b7c;border-color:#314573;color:#fff}.btn-facebook:not(:disabled):not(.disabled).active:focus,.btn-facebook:not(:disabled):not(.disabled):active:focus,.show>.btn-facebook.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(96,120,174,.5)}.btn-twitter{background-color:#00aaec;border-color:#00aaec;color:#fff}.btn-twitter.focus,.btn-twitter:focus,.btn-twitter:hover{background-color:#008ec6;border-color:#0085b9;color:#fff}.btn-twitter.focus,.btn-twitter:focus{box-shadow:0 0 0 .2rem rgba(38,183,239,.5)}.btn-twitter.disabled,.btn-twitter:disabled{background-color:#00aaec;border-color:#00aaec;color:#fff}.btn-twitter:not(:disabled):not(.disabled).active,.btn-twitter:not(:disabled):not(.disabled):active,.show>.btn-twitter.dropdown-toggle{background-color:#0085b9;border-color:#007cac;color:#fff}.btn-twitter:not(:disabled):not(.disabled).active:focus,.btn-twitter:not(:disabled):not(.disabled):active:focus,.show>.btn-twitter.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(38,183,239,.5)}.btn-whatsapp{background-color:#27d366;border-color:#27d366;color:#fff}.btn-whatsapp.focus,.btn-whatsapp:focus,.btn-whatsapp:hover{background-color:#21b356;border-color:#1fa851;color:#fff}.btn-whatsapp.focus,.btn-whatsapp:focus{box-shadow:0 0 0 .2rem rgba(71,218,125,.5)}.btn-whatsapp.disabled,.btn-whatsapp:disabled{background-color:#27d366;border-color:#27d366;color:#fff}.btn-whatsapp:not(:disabled):not(.disabled).active,.btn-whatsapp:not(:disabled):not(.disabled):active,.show>.btn-whatsapp.dropdown-toggle{background-color:#1fa851;border-color:#1d9d4c;color:#fff}.btn-whatsapp:not(:disabled):not(.disabled).active:focus,.btn-whatsapp:not(:disabled):not(.disabled):active:focus,.show>.btn-whatsapp.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(71,218,125,.5)}.btn-linkedin{background-color:#007ebb;border-color:#007ebb;color:#fff}.btn-linkedin.focus,.btn-linkedin:focus,.btn-linkedin:hover{background-color:#006495;border-color:#005c88;color:#fff}.btn-linkedin.focus,.btn-linkedin:focus{box-shadow:0 0 0 .2rem rgba(38,145,197,.5)}.btn-linkedin.disabled,.btn-linkedin:disabled{background-color:#007ebb;border-color:#007ebb;color:#fff}.btn-linkedin:not(:disabled):not(.disabled).active,.btn-linkedin:not(:disabled):not(.disabled):active,.show>.btn-linkedin.dropdown-toggle{background-color:#005c88;border-color:#00537b;color:#fff}.btn-linkedin:not(:disabled):not(.disabled).active:focus,.btn-linkedin:not(:disabled):not(.disabled):active:focus,.show>.btn-linkedin.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(38,145,197,.5)}.btn-astro-aries{background-color:#f15188;border-color:#f15188;color:#fff}.btn-astro-aries.focus,.btn-astro-aries:focus,.btn-astro-aries:hover{background-color:#ee2e70;border-color:#ed2268;color:#fff}.btn-astro-aries.focus,.btn-astro-aries:focus{box-shadow:0 0 0 .2rem rgba(243,107,154,.5)}.btn-astro-aries.disabled,.btn-astro-aries:disabled{background-color:#f15188;border-color:#f15188;color:#fff}.btn-astro-aries:not(:disabled):not(.disabled).active,.btn-astro-aries:not(:disabled):not(.disabled):active,.show>.btn-astro-aries.dropdown-toggle{background-color:#ed2268;border-color:#ec1660;color:#fff}.btn-astro-aries:not(:disabled):not(.disabled).active:focus,.btn-astro-aries:not(:disabled):not(.disabled):active:focus,.show>.btn-astro-aries.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(243,107,154,.5)}.btn-astro-taurus{background-color:#b323a4;border-color:#b323a4;color:#fff}.btn-astro-taurus.focus,.btn-astro-taurus:focus,.btn-astro-taurus:hover{background-color:#931d87;border-color:#881b7d;color:#fff}.btn-astro-taurus.focus,.btn-astro-taurus:focus{box-shadow:0 0 0 .2rem rgba(190,68,178,.5)}.btn-astro-taurus.disabled,.btn-astro-taurus:disabled{background-color:#b323a4;border-color:#b323a4;color:#fff}.btn-astro-taurus:not(:disabled):not(.disabled).active,.btn-astro-taurus:not(:disabled):not(.disabled):active,.show>.btn-astro-taurus.dropdown-toggle{background-color:#881b7d;border-color:#7e1973;color:#fff}.btn-astro-taurus:not(:disabled):not(.disabled).active:focus,.btn-astro-taurus:not(:disabled):not(.disabled):active:focus,.show>.btn-astro-taurus.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(190,68,178,.5)}.btn-astro-gemini{background-color:#673ab7;border-color:#673ab7;color:#fff}.btn-astro-gemini.focus,.btn-astro-gemini:focus,.btn-astro-gemini:hover{background-color:#57319a;border-color:#512e90;color:#fff}.btn-astro-gemini.focus,.btn-astro-gemini:focus{box-shadow:0 0 0 .2rem rgba(126,88,194,.5)}.btn-astro-gemini.disabled,.btn-astro-gemini:disabled{background-color:#673ab7;border-color:#673ab7;color:#fff}.btn-astro-gemini:not(:disabled):not(.disabled).active,.btn-astro-gemini:not(:disabled):not(.disabled):active,.show>.btn-astro-gemini.dropdown-toggle{background-color:#512e90;border-color:#4c2b87;color:#fff}.btn-astro-gemini:not(:disabled):not(.disabled).active:focus,.btn-astro-gemini:not(:disabled):not(.disabled):active:focus,.show>.btn-astro-gemini.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(126,88,194,.5)}.btn-astro-cancer{background-color:#eb50a9;border-color:#eb50a9;color:#fff}.btn-astro-cancer.focus,.btn-astro-cancer:focus,.btn-astro-cancer:hover{background-color:#e72e98;border-color:#e62293;color:#fff}.btn-astro-cancer.focus,.btn-astro-cancer:focus{box-shadow:0 0 0 .2rem rgba(238,106,182,.5)}.btn-astro-cancer.disabled,.btn-astro-cancer:disabled{background-color:#eb50a9;border-color:#eb50a9;color:#fff}.btn-astro-cancer:not(:disabled):not(.disabled).active,.btn-astro-cancer:not(:disabled):not(.disabled):active,.show>.btn-astro-cancer.dropdown-toggle{background-color:#e62293;border-color:#e11a8c;color:#fff}.btn-astro-cancer:not(:disabled):not(.disabled).active:focus,.btn-astro-cancer:not(:disabled):not(.disabled):active:focus,.show>.btn-astro-cancer.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(238,106,182,.5)}.btn-astro-leo{background-color:#8e23b3;border-color:#8e23b3;color:#fff}.btn-astro-leo.focus,.btn-astro-leo:focus,.btn-astro-leo:hover{background-color:#751d93;border-color:#6c1b88;color:#fff}.btn-astro-leo.focus,.btn-astro-leo:focus{box-shadow:0 0 0 .2rem rgba(159,68,190,.5)}.btn-astro-leo.disabled,.btn-astro-leo:disabled{background-color:#8e23b3;border-color:#8e23b3;color:#fff}.btn-astro-leo:not(:disabled):not(.disabled).active,.btn-astro-leo:not(:disabled):not(.disabled):active,.show>.btn-astro-leo.dropdown-toggle{background-color:#6c1b88;border-color:#64197e;color:#fff}.btn-astro-leo:not(:disabled):not(.disabled).active:focus,.btn-astro-leo:not(:disabled):not(.disabled):active:focus,.show>.btn-astro-leo.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(159,68,190,.5)}.btn-astro-virgo{background-color:#b32379;border-color:#b32379;color:#fff}.btn-astro-virgo.focus,.btn-astro-virgo:focus,.btn-astro-virgo:hover{background-color:#931d63;border-color:#881b5c;color:#fff}.btn-astro-virgo.focus,.btn-astro-virgo:focus{box-shadow:0 0 0 .2rem rgba(190,68,141,.5)}.btn-astro-virgo.disabled,.btn-astro-virgo:disabled{background-color:#b32379;border-color:#b32379;color:#fff}.btn-astro-virgo:not(:disabled):not(.disabled).active,.btn-astro-virgo:not(:disabled):not(.disabled):active,.show>.btn-astro-virgo.dropdown-toggle{background-color:#881b5c;border-color:#7e1955;color:#fff}.btn-astro-virgo:not(:disabled):not(.disabled).active:focus,.btn-astro-virgo:not(:disabled):not(.disabled):active:focus,.show>.btn-astro-virgo.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(190,68,141,.5)}.btn-astro-libra{background-color:#a24ce8;border-color:#a24ce8;color:#fff}.btn-astro-libra.focus,.btn-astro-libra:focus,.btn-astro-libra:hover{background-color:#902ae4;border-color:#8b1fe2;color:#fff}.btn-astro-libra.focus,.btn-astro-libra:focus{box-shadow:0 0 0 .2rem rgba(176,103,235,.5)}.btn-astro-libra.disabled,.btn-astro-libra:disabled{background-color:#a24ce8;border-color:#a24ce8;color:#fff}.btn-astro-libra:not(:disabled):not(.disabled).active,.btn-astro-libra:not(:disabled):not(.disabled):active,.show>.btn-astro-libra.dropdown-toggle{background-color:#8b1fe2;border-color:#841cd8;color:#fff}.btn-astro-libra:not(:disabled):not(.disabled).active:focus,.btn-astro-libra:not(:disabled):not(.disabled):active:focus,.show>.btn-astro-libra.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(176,103,235,.5)}.btn-astro-scorpio{background-color:#5155be;border-color:#5155be;color:#fff}.btn-astro-scorpio.focus,.btn-astro-scorpio:focus,.btn-astro-scorpio:hover{background-color:#3f43a9;border-color:#3c40a0;color:#fff}.btn-astro-scorpio.focus,.btn-astro-scorpio:focus{box-shadow:0 0 0 .2rem rgba(107,111,200,.5)}.btn-astro-scorpio.disabled,.btn-astro-scorpio:disabled{background-color:#5155be;border-color:#5155be;color:#fff}.btn-astro-scorpio:not(:disabled):not(.disabled).active,.btn-astro-scorpio:not(:disabled):not(.disabled):active,.show>.btn-astro-scorpio.dropdown-toggle{background-color:#3c40a0;border-color:#383c97;color:#fff}.btn-astro-scorpio:not(:disabled):not(.disabled).active:focus,.btn-astro-scorpio:not(:disabled):not(.disabled):active:focus,.show>.btn-astro-scorpio.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(107,111,200,.5)}.btn-astro-sagittarius{background-color:#757feb;border-color:#757feb;color:#fff}.btn-astro-sagittarius:hover{background-color:#5460e6;border-color:#4856e5;color:#fff}.btn-astro-sagittarius.focus,.btn-astro-sagittarius:focus{background-color:#5460e6;border-color:#4856e5;box-shadow:0 0 0 .2rem rgba(138,146,238,.5);color:#fff}.btn-astro-sagittarius.disabled,.btn-astro-sagittarius:disabled{background-color:#757feb;border-color:#757feb;color:#fff}.btn-astro-sagittarius:not(:disabled):not(.disabled).active,.btn-astro-sagittarius:not(:disabled):not(.disabled):active,.show>.btn-astro-sagittarius.dropdown-toggle{background-color:#4856e5;border-color:#3d4be3;color:#fff}.btn-astro-sagittarius:not(:disabled):not(.disabled).active:focus,.btn-astro-sagittarius:not(:disabled):not(.disabled):active:focus,.show>.btn-astro-sagittarius.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(138,146,238,.5)}.btn-astro-capricorn{background-color:#c34cf2;border-color:#c34cf2;color:#fff}.btn-astro-capricorn.focus,.btn-astro-capricorn:focus,.btn-astro-capricorn:hover{background-color:#b728ef;border-color:#b31cef;color:#fff}.btn-astro-capricorn.focus,.btn-astro-capricorn:focus{box-shadow:0 0 0 .2rem rgba(204,103,244,.5)}.btn-astro-capricorn.disabled,.btn-astro-capricorn:disabled{background-color:#c34cf2;border-color:#c34cf2;color:#fff}.btn-astro-capricorn:not(:disabled):not(.disabled).active,.btn-astro-capricorn:not(:disabled):not(.disabled):active,.show>.btn-astro-capricorn.dropdown-toggle{background-color:#b31cef;border-color:#af11ed;color:#fff}.btn-astro-capricorn:not(:disabled):not(.disabled).active:focus,.btn-astro-capricorn:not(:disabled):not(.disabled):active:focus,.show>.btn-astro-capricorn.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(204,103,244,.5)}.btn-astro-aquarius{background-color:#f85d6f;border-color:#f85d6f;color:#fff}.btn-astro-aquarius.focus,.btn-astro-aquarius:focus,.btn-astro-aquarius:hover{background-color:#f6384e;border-color:#f62c44;color:#fff}.btn-astro-aquarius.focus,.btn-astro-aquarius:focus{box-shadow:0 0 0 .2rem rgba(249,117,133,.5)}.btn-astro-aquarius.disabled,.btn-astro-aquarius:disabled{background-color:#f85d6f;border-color:#f85d6f;color:#fff}.btn-astro-aquarius:not(:disabled):not(.disabled).active,.btn-astro-aquarius:not(:disabled):not(.disabled):active,.show>.btn-astro-aquarius.dropdown-toggle{background-color:#f62c44;border-color:#f52039;color:#fff}.btn-astro-aquarius:not(:disabled):not(.disabled).active:focus,.btn-astro-aquarius:not(:disabled):not(.disabled):active:focus,.show>.btn-astro-aquarius.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(249,117,133,.5)}.btn-astro-pisces{background-color:#8959ea;border-color:#8959ea;color:#fff}.btn-astro-pisces.focus,.btn-astro-pisces:focus,.btn-astro-pisces:hover{background-color:#7137e6;border-color:#692ce4;color:#fff}.btn-astro-pisces.focus,.btn-astro-pisces:focus{box-shadow:0 0 0 .2rem rgba(155,114,237,.5)}.btn-astro-pisces.disabled,.btn-astro-pisces:disabled{background-color:#8959ea;border-color:#8959ea;color:#fff}.btn-astro-pisces:not(:disabled):not(.disabled).active,.btn-astro-pisces:not(:disabled):not(.disabled):active,.show>.btn-astro-pisces.dropdown-toggle{background-color:#692ce4;border-color:#6120e3;color:#fff}.btn-astro-pisces:not(:disabled):not(.disabled).active:focus,.btn-astro-pisces:not(:disabled):not(.disabled):active:focus,.show>.btn-astro-pisces.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(155,114,237,.5)}.btn-outline-primary{border-color:#673ab7;color:#673ab7}.btn-outline-primary:hover{background-color:#673ab7;border-color:#673ab7;color:#fff}.btn-outline-primary.focus,.btn-outline-primary:focus{box-shadow:0 0 0 .2rem rgba(103,58,183,.5)}.btn-outline-primary.disabled,.btn-outline-primary:disabled{background-color:transparent;color:#673ab7}.btn-outline-primary:not(:disabled):not(.disabled).active,.btn-outline-primary:not(:disabled):not(.disabled):active,.show>.btn-outline-primary.dropdown-toggle{background-color:#673ab7;border-color:#673ab7;color:#fff}.btn-outline-primary:not(:disabled):not(.disabled).active:focus,.btn-outline-primary:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-primary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(103,58,183,.5)}.btn-outline-secondary{border-color:#51289b;color:#51289b}.btn-outline-secondary:hover{background-color:#51289b;border-color:#51289b;color:#fff}.btn-outline-secondary.focus,.btn-outline-secondary:focus{box-shadow:0 0 0 .2rem rgba(81,40,155,.5)}.btn-outline-secondary.disabled,.btn-outline-secondary:disabled{background-color:transparent;color:#51289b}.btn-outline-secondary:not(:disabled):not(.disabled).active,.btn-outline-secondary:not(:disabled):not(.disabled):active,.show>.btn-outline-secondary.dropdown-toggle{background-color:#51289b;border-color:#51289b;color:#fff}.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(81,40,155,.5)}.btn-outline-success{border-color:#28a745;color:#28a745}.btn-outline-success:hover{background-color:#28a745;border-color:#28a745;color:#fff}.btn-outline-success.focus,.btn-outline-success:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}.btn-outline-success.disabled,.btn-outline-success:disabled{background-color:transparent;color:#28a745}.btn-outline-success:not(:disabled):not(.disabled).active,.btn-outline-success:not(:disabled):not(.disabled):active,.show>.btn-outline-success.dropdown-toggle{background-color:#28a745;border-color:#28a745;color:#fff}.btn-outline-success:not(:disabled):not(.disabled).active:focus,.btn-outline-success:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-success.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}.btn-outline-info{border-color:#17a2b8;color:#17a2b8}.btn-outline-info:hover{background-color:#17a2b8;border-color:#17a2b8;color:#fff}.btn-outline-info.focus,.btn-outline-info:focus{box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.btn-outline-info.disabled,.btn-outline-info:disabled{background-color:transparent;color:#17a2b8}.btn-outline-info:not(:disabled):not(.disabled).active,.btn-outline-info:not(:disabled):not(.disabled):active,.show>.btn-outline-info.dropdown-toggle{background-color:#17a2b8;border-color:#17a2b8;color:#fff}.btn-outline-info:not(:disabled):not(.disabled).active:focus,.btn-outline-info:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-info.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.btn-outline-warning{border-color:#ffc107;color:#ffc107}.btn-outline-warning:hover{background-color:#ffc107;border-color:#ffc107;color:#212529}.btn-outline-warning.focus,.btn-outline-warning:focus{box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}.btn-outline-warning.disabled,.btn-outline-warning:disabled{background-color:transparent;color:#ffc107}.btn-outline-warning:not(:disabled):not(.disabled).active,.btn-outline-warning:not(:disabled):not(.disabled):active,.show>.btn-outline-warning.dropdown-toggle{background-color:#ffc107;border-color:#ffc107;color:#212529}.btn-outline-warning:not(:disabled):not(.disabled).active:focus,.btn-outline-warning:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-warning.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}.btn-outline-danger{border-color:#dc3545;color:#dc3545}.btn-outline-danger:hover{background-color:#dc3545;border-color:#dc3545;color:#fff}.btn-outline-danger.focus,.btn-outline-danger:focus{box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}.btn-outline-danger.disabled,.btn-outline-danger:disabled{background-color:transparent;color:#dc3545}.btn-outline-danger:not(:disabled):not(.disabled).active,.btn-outline-danger:not(:disabled):not(.disabled):active,.show>.btn-outline-danger.dropdown-toggle{background-color:#dc3545;border-color:#dc3545;color:#fff}.btn-outline-danger:not(:disabled):not(.disabled).active:focus,.btn-outline-danger:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-danger.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}.btn-outline-light{border-color:#f8f9fa;color:#f8f9fa}.btn-outline-light:hover{background-color:#f8f9fa;border-color:#f8f9fa;color:#212529}.btn-outline-light.focus,.btn-outline-light:focus{box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.btn-outline-light.disabled,.btn-outline-light:disabled{background-color:transparent;color:#f8f9fa}.btn-outline-light:not(:disabled):not(.disabled).active,.btn-outline-light:not(:disabled):not(.disabled):active,.show>.btn-outline-light.dropdown-toggle{background-color:#f8f9fa;border-color:#f8f9fa;color:#212529}.btn-outline-light:not(:disabled):not(.disabled).active:focus,.btn-outline-light:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-light.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.btn-outline-dark{border-color:#343a40;color:#343a40}.btn-outline-dark:hover{background-color:#343a40;border-color:#343a40;color:#fff}.btn-outline-dark.focus,.btn-outline-dark:focus{box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}.btn-outline-dark.disabled,.btn-outline-dark:disabled{background-color:transparent;color:#343a40}.btn-outline-dark:not(:disabled):not(.disabled).active,.btn-outline-dark:not(:disabled):not(.disabled):active,.show>.btn-outline-dark.dropdown-toggle{background-color:#343a40;border-color:#343a40;color:#fff}.btn-outline-dark:not(:disabled):not(.disabled).active:focus,.btn-outline-dark:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-dark.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}.btn-outline-white{border-color:#fff;color:#fff}.btn-outline-white:hover{background-color:#fff;border-color:#fff;color:#212529}.btn-outline-white.focus,.btn-outline-white:focus{box-shadow:0 0 0 .2rem hsla(0,0%,100%,.5)}.btn-outline-white.disabled,.btn-outline-white:disabled{background-color:transparent;color:#fff}.btn-outline-white:not(:disabled):not(.disabled).active,.btn-outline-white:not(:disabled):not(.disabled):active,.show>.btn-outline-white.dropdown-toggle{background-color:#fff;border-color:#fff;color:#212529}.btn-outline-white:not(:disabled):not(.disabled).active:focus,.btn-outline-white:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-white.dropdown-toggle:focus{box-shadow:0 0 0 .2rem hsla(0,0%,100%,.5)}.btn-outline-black{border-color:#000;color:#000}.btn-outline-black:hover{background-color:#000;border-color:#000;color:#fff}.btn-outline-black.focus,.btn-outline-black:focus{box-shadow:0 0 0 .2rem rgba(0,0,0,.5)}.btn-outline-black.disabled,.btn-outline-black:disabled{background-color:transparent;color:#000}.btn-outline-black:not(:disabled):not(.disabled).active,.btn-outline-black:not(:disabled):not(.disabled):active,.show>.btn-outline-black.dropdown-toggle{background-color:#000;border-color:#000;color:#fff}.btn-outline-black:not(:disabled):not(.disabled).active:focus,.btn-outline-black:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-black.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(0,0,0,.5)}.btn-outline-progress{border-color:#2f1a52;color:#2f1a52}.btn-outline-progress:hover{background-color:#2f1a52;border-color:#2f1a52;color:#fff}.btn-outline-progress.focus,.btn-outline-progress:focus{box-shadow:0 0 0 .2rem rgba(47,26,82,.5)}.btn-outline-progress.disabled,.btn-outline-progress:disabled{background-color:transparent;color:#2f1a52}.btn-outline-progress:not(:disabled):not(.disabled).active,.btn-outline-progress:not(:disabled):not(.disabled):active,.show>.btn-outline-progress.dropdown-toggle{background-color:#2f1a52;border-color:#2f1a52;color:#fff}.btn-outline-progress:not(:disabled):not(.disabled).active:focus,.btn-outline-progress:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-progress.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(47,26,82,.5)}.btn-outline-color-1{border-color:#2f1a52;color:#2f1a52}.btn-outline-color-1:hover{background-color:#2f1a52;border-color:#2f1a52;color:#fff}.btn-outline-color-1.focus,.btn-outline-color-1:focus{box-shadow:0 0 0 .2rem rgba(47,26,82,.5)}.btn-outline-color-1.disabled,.btn-outline-color-1:disabled{background-color:transparent;color:#2f1a52}.btn-outline-color-1:not(:disabled):not(.disabled).active,.btn-outline-color-1:not(:disabled):not(.disabled):active,.show>.btn-outline-color-1.dropdown-toggle{background-color:#2f1a52;border-color:#2f1a52;color:#fff}.btn-outline-color-1:not(:disabled):not(.disabled).active:focus,.btn-outline-color-1:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-color-1.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(47,26,82,.5)}.btn-outline-color-2{border-color:#673ab7;color:#673ab7}.btn-outline-color-2:hover{background-color:#673ab7;border-color:#673ab7;color:#fff}.btn-outline-color-2.focus,.btn-outline-color-2:focus{box-shadow:0 0 0 .2rem rgba(103,58,183,.5)}.btn-outline-color-2.disabled,.btn-outline-color-2:disabled{background-color:transparent;color:#673ab7}.btn-outline-color-2:not(:disabled):not(.disabled).active,.btn-outline-color-2:not(:disabled):not(.disabled):active,.show>.btn-outline-color-2.dropdown-toggle{background-color:#673ab7;border-color:#673ab7;color:#fff}.btn-outline-color-2:not(:disabled):not(.disabled).active:focus,.btn-outline-color-2:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-color-2.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(103,58,183,.5)}.btn-outline-color-3{border-color:#51289b;color:#51289b}.btn-outline-color-3:hover{background-color:#51289b;border-color:#51289b;color:#fff}.btn-outline-color-3.focus,.btn-outline-color-3:focus{box-shadow:0 0 0 .2rem rgba(81,40,155,.5)}.btn-outline-color-3.disabled,.btn-outline-color-3:disabled{background-color:transparent;color:#51289b}.btn-outline-color-3:not(:disabled):not(.disabled).active,.btn-outline-color-3:not(:disabled):not(.disabled):active,.show>.btn-outline-color-3.dropdown-toggle{background-color:#51289b;border-color:#51289b;color:#fff}.btn-outline-color-3:not(:disabled):not(.disabled).active:focus,.btn-outline-color-3:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-color-3.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(81,40,155,.5)}.btn-outline-color-4{border-color:#44207f;color:#44207f}.btn-outline-color-4:hover{background-color:#44207f;border-color:#44207f;color:#fff}.btn-outline-color-4.focus,.btn-outline-color-4:focus{box-shadow:0 0 0 .2rem rgba(68,32,127,.5)}.btn-outline-color-4.disabled,.btn-outline-color-4:disabled{background-color:transparent;color:#44207f}.btn-outline-color-4:not(:disabled):not(.disabled).active,.btn-outline-color-4:not(:disabled):not(.disabled):active,.show>.btn-outline-color-4.dropdown-toggle{background-color:#44207f;border-color:#44207f;color:#fff}.btn-outline-color-4:not(:disabled):not(.disabled).active:focus,.btn-outline-color-4:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-color-4.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(68,32,127,.5)}.btn-outline-color-5{border-color:#4e0004;color:#4e0004}.btn-outline-color-5:hover{background-color:#4e0004;border-color:#4e0004;color:#fff}.btn-outline-color-5.focus,.btn-outline-color-5:focus{box-shadow:0 0 0 .2rem rgba(78,0,4,.5)}.btn-outline-color-5.disabled,.btn-outline-color-5:disabled{background-color:transparent;color:#4e0004}.btn-outline-color-5:not(:disabled):not(.disabled).active,.btn-outline-color-5:not(:disabled):not(.disabled):active,.show>.btn-outline-color-5.dropdown-toggle{background-color:#4e0004;border-color:#4e0004;color:#fff}.btn-outline-color-5:not(:disabled):not(.disabled).active:focus,.btn-outline-color-5:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-color-5.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(78,0,4,.5)}.btn-outline-grey-1{border-color:#464543;color:#464543}.btn-outline-grey-1:hover{background-color:#464543;border-color:#464543;color:#fff}.btn-outline-grey-1.focus,.btn-outline-grey-1:focus{box-shadow:0 0 0 .2rem rgba(70,69,67,.5)}.btn-outline-grey-1.disabled,.btn-outline-grey-1:disabled{background-color:transparent;color:#464543}.btn-outline-grey-1:not(:disabled):not(.disabled).active,.btn-outline-grey-1:not(:disabled):not(.disabled):active,.show>.btn-outline-grey-1.dropdown-toggle{background-color:#464543;border-color:#464543;color:#fff}.btn-outline-grey-1:not(:disabled):not(.disabled).active:focus,.btn-outline-grey-1:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-grey-1.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(70,69,67,.5)}.btn-outline-grey-2{border-color:#282828;color:#282828}.btn-outline-grey-2:hover{background-color:#282828;border-color:#282828;color:#fff}.btn-outline-grey-2.focus,.btn-outline-grey-2:focus{box-shadow:0 0 0 .2rem rgba(40,40,40,.5)}.btn-outline-grey-2.disabled,.btn-outline-grey-2:disabled{background-color:transparent;color:#282828}.btn-outline-grey-2:not(:disabled):not(.disabled).active,.btn-outline-grey-2:not(:disabled):not(.disabled):active,.show>.btn-outline-grey-2.dropdown-toggle{background-color:#282828;border-color:#282828;color:#fff}.btn-outline-grey-2:not(:disabled):not(.disabled).active:focus,.btn-outline-grey-2:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-grey-2.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(40,40,40,.5)}.btn-outline-grey-3{border-color:#181818;color:#181818}.btn-outline-grey-3:hover{background-color:#181818;border-color:#181818;color:#fff}.btn-outline-grey-3.focus,.btn-outline-grey-3:focus{box-shadow:0 0 0 .2rem hsla(0,0%,9%,.5)}.btn-outline-grey-3.disabled,.btn-outline-grey-3:disabled{background-color:transparent;color:#181818}.btn-outline-grey-3:not(:disabled):not(.disabled).active,.btn-outline-grey-3:not(:disabled):not(.disabled):active,.show>.btn-outline-grey-3.dropdown-toggle{background-color:#181818;border-color:#181818;color:#fff}.btn-outline-grey-3:not(:disabled):not(.disabled).active:focus,.btn-outline-grey-3:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-grey-3.dropdown-toggle:focus{box-shadow:0 0 0 .2rem hsla(0,0%,9%,.5)}.btn-outline-grey-4{border-color:#232323;color:#232323}.btn-outline-grey-4:hover{background-color:#232323;border-color:#232323;color:#fff}.btn-outline-grey-4.focus,.btn-outline-grey-4:focus{box-shadow:0 0 0 .2rem rgba(35,35,35,.5)}.btn-outline-grey-4.disabled,.btn-outline-grey-4:disabled{background-color:transparent;color:#232323}.btn-outline-grey-4:not(:disabled):not(.disabled).active,.btn-outline-grey-4:not(:disabled):not(.disabled):active,.show>.btn-outline-grey-4.dropdown-toggle{background-color:#232323;border-color:#232323;color:#fff}.btn-outline-grey-4:not(:disabled):not(.disabled).active:focus,.btn-outline-grey-4:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-grey-4.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(35,35,35,.5)}.btn-outline-grey-5{border-color:#f2f2f2;color:#f2f2f2}.btn-outline-grey-5:hover{background-color:#f2f2f2;border-color:#f2f2f2;color:#212529}.btn-outline-grey-5.focus,.btn-outline-grey-5:focus{box-shadow:0 0 0 .2rem hsla(0,0%,95%,.5)}.btn-outline-grey-5.disabled,.btn-outline-grey-5:disabled{background-color:transparent;color:#f2f2f2}.btn-outline-grey-5:not(:disabled):not(.disabled).active,.btn-outline-grey-5:not(:disabled):not(.disabled):active,.show>.btn-outline-grey-5.dropdown-toggle{background-color:#f2f2f2;border-color:#f2f2f2;color:#212529}.btn-outline-grey-5:not(:disabled):not(.disabled).active:focus,.btn-outline-grey-5:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-grey-5.dropdown-toggle:focus{box-shadow:0 0 0 .2rem hsla(0,0%,95%,.5)}.btn-outline-color-rtl{border-color:#e3001b;color:#e3001b}.btn-outline-color-rtl:hover{background-color:#e3001b;border-color:#e3001b;color:#fff}.btn-outline-color-rtl.focus,.btn-outline-color-rtl:focus{box-shadow:0 0 0 .2rem rgba(227,0,27,.5)}.btn-outline-color-rtl.disabled,.btn-outline-color-rtl:disabled{background-color:transparent;color:#e3001b}.btn-outline-color-rtl:not(:disabled):not(.disabled).active,.btn-outline-color-rtl:not(:disabled):not(.disabled):active,.show>.btn-outline-color-rtl.dropdown-toggle{background-color:#e3001b;border-color:#e3001b;color:#fff}.btn-outline-color-rtl:not(:disabled):not(.disabled).active:focus,.btn-outline-color-rtl:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-color-rtl.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(227,0,27,.5)}.btn-outline-color-funradio{border-color:#05f;color:#05f}.btn-outline-color-funradio:hover{background-color:#05f;border-color:#05f;color:#fff}.btn-outline-color-funradio.focus,.btn-outline-color-funradio:focus{box-shadow:0 0 0 .2rem rgba(0,85,255,.5)}.btn-outline-color-funradio.disabled,.btn-outline-color-funradio:disabled{background-color:transparent;color:#05f}.btn-outline-color-funradio:not(:disabled):not(.disabled).active,.btn-outline-color-funradio:not(:disabled):not(.disabled):active,.show>.btn-outline-color-funradio.dropdown-toggle{background-color:#05f;border-color:#05f;color:#fff}.btn-outline-color-funradio:not(:disabled):not(.disabled).active:focus,.btn-outline-color-funradio:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-color-funradio.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(0,85,255,.5)}.btn-outline-color-rtl2{border-color:#e30613;color:#e30613}.btn-outline-color-rtl2:hover{background-color:#e30613;border-color:#e30613;color:#fff}.btn-outline-color-rtl2.focus,.btn-outline-color-rtl2:focus{box-shadow:0 0 0 .2rem rgba(227,6,19,.5)}.btn-outline-color-rtl2.disabled,.btn-outline-color-rtl2:disabled{background-color:transparent;color:#e30613}.btn-outline-color-rtl2:not(:disabled):not(.disabled).active,.btn-outline-color-rtl2:not(:disabled):not(.disabled):active,.show>.btn-outline-color-rtl2.dropdown-toggle{background-color:#e30613;border-color:#e30613;color:#fff}.btn-outline-color-rtl2:not(:disabled):not(.disabled).active:focus,.btn-outline-color-rtl2:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-color-rtl2.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(227,6,19,.5)}.btn-outline-facebook{border-color:#4460a0;color:#4460a0}.btn-outline-facebook:hover{background-color:#4460a0;border-color:#4460a0;color:#fff}.btn-outline-facebook.focus,.btn-outline-facebook:focus{box-shadow:0 0 0 .2rem rgba(68,96,160,.5)}.btn-outline-facebook.disabled,.btn-outline-facebook:disabled{background-color:transparent;color:#4460a0}.btn-outline-facebook:not(:disabled):not(.disabled).active,.btn-outline-facebook:not(:disabled):not(.disabled):active,.show>.btn-outline-facebook.dropdown-toggle{background-color:#4460a0;border-color:#4460a0;color:#fff}.btn-outline-facebook:not(:disabled):not(.disabled).active:focus,.btn-outline-facebook:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-facebook.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(68,96,160,.5)}.btn-outline-twitter{border-color:#00aaec;color:#00aaec}.btn-outline-twitter:hover{background-color:#00aaec;border-color:#00aaec;color:#fff}.btn-outline-twitter.focus,.btn-outline-twitter:focus{box-shadow:0 0 0 .2rem rgba(0,170,236,.5)}.btn-outline-twitter.disabled,.btn-outline-twitter:disabled{background-color:transparent;color:#00aaec}.btn-outline-twitter:not(:disabled):not(.disabled).active,.btn-outline-twitter:not(:disabled):not(.disabled):active,.show>.btn-outline-twitter.dropdown-toggle{background-color:#00aaec;border-color:#00aaec;color:#fff}.btn-outline-twitter:not(:disabled):not(.disabled).active:focus,.btn-outline-twitter:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-twitter.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(0,170,236,.5)}.btn-outline-whatsapp{border-color:#27d366;color:#27d366}.btn-outline-whatsapp:hover{background-color:#27d366;border-color:#27d366;color:#fff}.btn-outline-whatsapp.focus,.btn-outline-whatsapp:focus{box-shadow:0 0 0 .2rem rgba(39,211,102,.5)}.btn-outline-whatsapp.disabled,.btn-outline-whatsapp:disabled{background-color:transparent;color:#27d366}.btn-outline-whatsapp:not(:disabled):not(.disabled).active,.btn-outline-whatsapp:not(:disabled):not(.disabled):active,.show>.btn-outline-whatsapp.dropdown-toggle{background-color:#27d366;border-color:#27d366;color:#fff}.btn-outline-whatsapp:not(:disabled):not(.disabled).active:focus,.btn-outline-whatsapp:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-whatsapp.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(39,211,102,.5)}.btn-outline-linkedin{border-color:#007ebb;color:#007ebb}.btn-outline-linkedin:hover{background-color:#007ebb;border-color:#007ebb;color:#fff}.btn-outline-linkedin.focus,.btn-outline-linkedin:focus{box-shadow:0 0 0 .2rem rgba(0,126,187,.5)}.btn-outline-linkedin.disabled,.btn-outline-linkedin:disabled{background-color:transparent;color:#007ebb}.btn-outline-linkedin:not(:disabled):not(.disabled).active,.btn-outline-linkedin:not(:disabled):not(.disabled):active,.show>.btn-outline-linkedin.dropdown-toggle{background-color:#007ebb;border-color:#007ebb;color:#fff}.btn-outline-linkedin:not(:disabled):not(.disabled).active:focus,.btn-outline-linkedin:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-linkedin.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(0,126,187,.5)}.btn-outline-astro-aries{border-color:#f15188;color:#f15188}.btn-outline-astro-aries:hover{background-color:#f15188;border-color:#f15188;color:#fff}.btn-outline-astro-aries.focus,.btn-outline-astro-aries:focus{box-shadow:0 0 0 .2rem rgba(241,81,136,.5)}.btn-outline-astro-aries.disabled,.btn-outline-astro-aries:disabled{background-color:transparent;color:#f15188}.btn-outline-astro-aries:not(:disabled):not(.disabled).active,.btn-outline-astro-aries:not(:disabled):not(.disabled):active,.show>.btn-outline-astro-aries.dropdown-toggle{background-color:#f15188;border-color:#f15188;color:#fff}.btn-outline-astro-aries:not(:disabled):not(.disabled).active:focus,.btn-outline-astro-aries:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-astro-aries.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(241,81,136,.5)}.btn-outline-astro-taurus{border-color:#b323a4;color:#b323a4}.btn-outline-astro-taurus:hover{background-color:#b323a4;border-color:#b323a4;color:#fff}.btn-outline-astro-taurus.focus,.btn-outline-astro-taurus:focus{box-shadow:0 0 0 .2rem rgba(179,35,164,.5)}.btn-outline-astro-taurus.disabled,.btn-outline-astro-taurus:disabled{background-color:transparent;color:#b323a4}.btn-outline-astro-taurus:not(:disabled):not(.disabled).active,.btn-outline-astro-taurus:not(:disabled):not(.disabled):active,.show>.btn-outline-astro-taurus.dropdown-toggle{background-color:#b323a4;border-color:#b323a4;color:#fff}.btn-outline-astro-taurus:not(:disabled):not(.disabled).active:focus,.btn-outline-astro-taurus:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-astro-taurus.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(179,35,164,.5)}.btn-outline-astro-gemini{border-color:#673ab7;color:#673ab7}.btn-outline-astro-gemini:hover{background-color:#673ab7;border-color:#673ab7;color:#fff}.btn-outline-astro-gemini.focus,.btn-outline-astro-gemini:focus{box-shadow:0 0 0 .2rem rgba(103,58,183,.5)}.btn-outline-astro-gemini.disabled,.btn-outline-astro-gemini:disabled{background-color:transparent;color:#673ab7}.btn-outline-astro-gemini:not(:disabled):not(.disabled).active,.btn-outline-astro-gemini:not(:disabled):not(.disabled):active,.show>.btn-outline-astro-gemini.dropdown-toggle{background-color:#673ab7;border-color:#673ab7;color:#fff}.btn-outline-astro-gemini:not(:disabled):not(.disabled).active:focus,.btn-outline-astro-gemini:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-astro-gemini.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(103,58,183,.5)}.btn-outline-astro-cancer{border-color:#eb50a9;color:#eb50a9}.btn-outline-astro-cancer:hover{background-color:#eb50a9;border-color:#eb50a9;color:#fff}.btn-outline-astro-cancer.focus,.btn-outline-astro-cancer:focus{box-shadow:0 0 0 .2rem rgba(235,80,169,.5)}.btn-outline-astro-cancer.disabled,.btn-outline-astro-cancer:disabled{background-color:transparent;color:#eb50a9}.btn-outline-astro-cancer:not(:disabled):not(.disabled).active,.btn-outline-astro-cancer:not(:disabled):not(.disabled):active,.show>.btn-outline-astro-cancer.dropdown-toggle{background-color:#eb50a9;border-color:#eb50a9;color:#fff}.btn-outline-astro-cancer:not(:disabled):not(.disabled).active:focus,.btn-outline-astro-cancer:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-astro-cancer.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(235,80,169,.5)}.btn-outline-astro-leo{border-color:#8e23b3;color:#8e23b3}.btn-outline-astro-leo:hover{background-color:#8e23b3;border-color:#8e23b3;color:#fff}.btn-outline-astro-leo.focus,.btn-outline-astro-leo:focus{box-shadow:0 0 0 .2rem rgba(142,35,179,.5)}.btn-outline-astro-leo.disabled,.btn-outline-astro-leo:disabled{background-color:transparent;color:#8e23b3}.btn-outline-astro-leo:not(:disabled):not(.disabled).active,.btn-outline-astro-leo:not(:disabled):not(.disabled):active,.show>.btn-outline-astro-leo.dropdown-toggle{background-color:#8e23b3;border-color:#8e23b3;color:#fff}.btn-outline-astro-leo:not(:disabled):not(.disabled).active:focus,.btn-outline-astro-leo:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-astro-leo.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(142,35,179,.5)}.btn-outline-astro-virgo{border-color:#b32379;color:#b32379}.btn-outline-astro-virgo:hover{background-color:#b32379;border-color:#b32379;color:#fff}.btn-outline-astro-virgo.focus,.btn-outline-astro-virgo:focus{box-shadow:0 0 0 .2rem rgba(179,35,121,.5)}.btn-outline-astro-virgo.disabled,.btn-outline-astro-virgo:disabled{background-color:transparent;color:#b32379}.btn-outline-astro-virgo:not(:disabled):not(.disabled).active,.btn-outline-astro-virgo:not(:disabled):not(.disabled):active,.show>.btn-outline-astro-virgo.dropdown-toggle{background-color:#b32379;border-color:#b32379;color:#fff}.btn-outline-astro-virgo:not(:disabled):not(.disabled).active:focus,.btn-outline-astro-virgo:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-astro-virgo.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(179,35,121,.5)}.btn-outline-astro-libra{border-color:#a24ce8;color:#a24ce8}.btn-outline-astro-libra:hover{background-color:#a24ce8;border-color:#a24ce8;color:#fff}.btn-outline-astro-libra.focus,.btn-outline-astro-libra:focus{box-shadow:0 0 0 .2rem rgba(162,76,232,.5)}.btn-outline-astro-libra.disabled,.btn-outline-astro-libra:disabled{background-color:transparent;color:#a24ce8}.btn-outline-astro-libra:not(:disabled):not(.disabled).active,.btn-outline-astro-libra:not(:disabled):not(.disabled):active,.show>.btn-outline-astro-libra.dropdown-toggle{background-color:#a24ce8;border-color:#a24ce8;color:#fff}.btn-outline-astro-libra:not(:disabled):not(.disabled).active:focus,.btn-outline-astro-libra:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-astro-libra.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(162,76,232,.5)}.btn-outline-astro-scorpio{border-color:#5155be;color:#5155be}.btn-outline-astro-scorpio:hover{background-color:#5155be;border-color:#5155be;color:#fff}.btn-outline-astro-scorpio.focus,.btn-outline-astro-scorpio:focus{box-shadow:0 0 0 .2rem rgba(81,85,190,.5)}.btn-outline-astro-scorpio.disabled,.btn-outline-astro-scorpio:disabled{background-color:transparent;color:#5155be}.btn-outline-astro-scorpio:not(:disabled):not(.disabled).active,.btn-outline-astro-scorpio:not(:disabled):not(.disabled):active,.show>.btn-outline-astro-scorpio.dropdown-toggle{background-color:#5155be;border-color:#5155be;color:#fff}.btn-outline-astro-scorpio:not(:disabled):not(.disabled).active:focus,.btn-outline-astro-scorpio:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-astro-scorpio.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(81,85,190,.5)}.btn-outline-astro-sagittarius{border-color:#757feb;color:#757feb}.btn-outline-astro-sagittarius:hover{background-color:#757feb;border-color:#757feb;color:#fff}.btn-outline-astro-sagittarius.focus,.btn-outline-astro-sagittarius:focus{box-shadow:0 0 0 .2rem rgba(117,127,235,.5)}.btn-outline-astro-sagittarius.disabled,.btn-outline-astro-sagittarius:disabled{background-color:transparent;color:#757feb}.btn-outline-astro-sagittarius:not(:disabled):not(.disabled).active,.btn-outline-astro-sagittarius:not(:disabled):not(.disabled):active,.show>.btn-outline-astro-sagittarius.dropdown-toggle{background-color:#757feb;border-color:#757feb;color:#fff}.btn-outline-astro-sagittarius:not(:disabled):not(.disabled).active:focus,.btn-outline-astro-sagittarius:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-astro-sagittarius.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(117,127,235,.5)}.btn-outline-astro-capricorn{border-color:#c34cf2;color:#c34cf2}.btn-outline-astro-capricorn:hover{background-color:#c34cf2;border-color:#c34cf2;color:#fff}.btn-outline-astro-capricorn.focus,.btn-outline-astro-capricorn:focus{box-shadow:0 0 0 .2rem rgba(195,76,242,.5)}.btn-outline-astro-capricorn.disabled,.btn-outline-astro-capricorn:disabled{background-color:transparent;color:#c34cf2}.btn-outline-astro-capricorn:not(:disabled):not(.disabled).active,.btn-outline-astro-capricorn:not(:disabled):not(.disabled):active,.show>.btn-outline-astro-capricorn.dropdown-toggle{background-color:#c34cf2;border-color:#c34cf2;color:#fff}.btn-outline-astro-capricorn:not(:disabled):not(.disabled).active:focus,.btn-outline-astro-capricorn:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-astro-capricorn.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(195,76,242,.5)}.btn-outline-astro-aquarius{border-color:#f85d6f;color:#f85d6f}.btn-outline-astro-aquarius:hover{background-color:#f85d6f;border-color:#f85d6f;color:#fff}.btn-outline-astro-aquarius.focus,.btn-outline-astro-aquarius:focus{box-shadow:0 0 0 .2rem rgba(248,93,111,.5)}.btn-outline-astro-aquarius.disabled,.btn-outline-astro-aquarius:disabled{background-color:transparent;color:#f85d6f}.btn-outline-astro-aquarius:not(:disabled):not(.disabled).active,.btn-outline-astro-aquarius:not(:disabled):not(.disabled):active,.show>.btn-outline-astro-aquarius.dropdown-toggle{background-color:#f85d6f;border-color:#f85d6f;color:#fff}.btn-outline-astro-aquarius:not(:disabled):not(.disabled).active:focus,.btn-outline-astro-aquarius:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-astro-aquarius.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(248,93,111,.5)}.btn-outline-astro-pisces{border-color:#8959ea;color:#8959ea}.btn-outline-astro-pisces:hover{background-color:#8959ea;border-color:#8959ea;color:#fff}.btn-outline-astro-pisces.focus,.btn-outline-astro-pisces:focus{box-shadow:0 0 0 .2rem rgba(137,89,234,.5)}.btn-outline-astro-pisces.disabled,.btn-outline-astro-pisces:disabled{background-color:transparent;color:#8959ea}.btn-outline-astro-pisces:not(:disabled):not(.disabled).active,.btn-outline-astro-pisces:not(:disabled):not(.disabled):active,.show>.btn-outline-astro-pisces.dropdown-toggle{background-color:#8959ea;border-color:#8959ea;color:#fff}.btn-outline-astro-pisces:not(:disabled):not(.disabled).active:focus,.btn-outline-astro-pisces:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-astro-pisces.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(137,89,234,.5)}.btn-link{color:#000;font-weight:400;text-decoration:none}.btn-link:hover{color:#000}.btn-link.focus,.btn-link:focus,.btn-link:hover{text-decoration:underline}.btn-link.disabled,.btn-link:disabled{color:#6c757d;pointer-events:none}.btn-group-lg>.btn,.btn-lg{border-radius:.3rem;font-size:2rem;line-height:1.5;padding:.5rem 1rem}.btn-group-sm>.btn,.btn-sm{border-radius:.2rem;font-size:1.4rem;line-height:1.5;padding:.25rem .5rem}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:.5rem}input[type=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block{width:100%}.fade{transition:opacity .15s linear}@media (prefers-reduced-motion:reduce){.fade{transition:none}}.fade:not(.show){opacity:0}.collapse:not(.show){display:none}.collapsing{height:0;overflow:hidden;position:relative;transition:height .35s ease}@media (prefers-reduced-motion:reduce){.collapsing{transition:none}}.collapsing.width{height:auto;transition:width .35s ease;width:0}@media (prefers-reduced-motion:reduce){.collapsing.width{transition:none}}.dropdown,.dropleft,.dropright,.dropup{position:relative}.dropdown-toggle{white-space:nowrap}.dropdown-toggle:after{border-bottom:0;border-left:.3em solid transparent;border-right:.3em solid transparent;border-top:.3em solid;content:"";display:inline-block;margin-left:.255em;vertical-align:.255em}.dropdown-toggle:empty:after{margin-left:0}.dropdown-menu{background-clip:padding-box;background-color:#fff;border:1px solid rgba(0,0,0,.15);border-radius:.25rem;color:#000;display:none;float:left;font-size:1.6rem;left:0;list-style:none;margin:.125rem 0 0;min-width:10rem;padding:.5rem 0;position:absolute;text-align:left;top:100%;z-index:1000}.dropdown-menu-left{left:0;right:auto}.dropdown-menu-right{left:auto;right:0}@media (min-width:380px){.dropdown-menu-sm-left{left:0;right:auto}.dropdown-menu-sm-right{left:auto;right:0}}@media (min-width:641px){.dropdown-menu-md-left{left:0;right:auto}.dropdown-menu-md-right{left:auto;right:0}}@media (min-width:961px){.dropdown-menu-lg-left{left:0;right:auto}.dropdown-menu-lg-right{left:auto;right:0}}@media (min-width:1300px){.dropdown-menu-xl-left{left:0;right:auto}.dropdown-menu-xl-right{left:auto;right:0}}.dropup .dropdown-menu{bottom:100%;margin-bottom:.125rem;margin-top:0;top:auto}.dropup .dropdown-toggle:after{border-bottom:.3em solid;border-left:.3em solid transparent;border-right:.3em solid transparent;border-top:0;content:"";display:inline-block;margin-left:.255em;vertical-align:.255em}.dropup .dropdown-toggle:empty:after{margin-left:0}.dropright .dropdown-menu{left:100%;margin-left:.125rem;margin-top:0;right:auto;top:0}.dropright .dropdown-toggle:after{border-bottom:.3em solid transparent;border-left:.3em solid;border-right:0;border-top:.3em solid transparent;content:"";display:inline-block;margin-left:.255em;vertical-align:.255em}.dropright .dropdown-toggle:empty:after{margin-left:0}.dropright .dropdown-toggle:after{vertical-align:0}.dropleft .dropdown-menu{left:auto;margin-right:.125rem;margin-top:0;right:100%;top:0}.dropleft .dropdown-toggle:after{content:"";display:inline-block;display:none;margin-left:.255em;vertical-align:.255em}.dropleft .dropdown-toggle:before{border-bottom:.3em solid transparent;border-right:.3em solid;border-top:.3em solid transparent;content:"";display:inline-block;margin-right:.255em;vertical-align:.255em}.dropleft .dropdown-toggle:empty:after{margin-left:0}.dropleft .dropdown-toggle:before{vertical-align:0}.dropdown-menu[x-placement^=bottom],.dropdown-menu[x-placement^=left],.dropdown-menu[x-placement^=right],.dropdown-menu[x-placement^=top]{bottom:auto;right:auto}.dropdown-divider{border-top:1px solid #e9ecef;height:0;margin:.5rem 0;overflow:hidden}.dropdown-item{background-color:transparent;border:0;clear:both;color:#212529;display:block;font-weight:400;padding:.25rem 1.5rem;text-align:inherit;white-space:nowrap;width:100%}.dropdown-item:focus,.dropdown-item:hover{background-color:#e9ecef;color:#16181b;text-decoration:none}.dropdown-item.active,.dropdown-item:active{background-color:#673ab7;color:#fff;text-decoration:none}.dropdown-item.disabled,.dropdown-item:disabled{background-color:transparent;color:#adb5bd;pointer-events:none}.dropdown-menu.show{display:block}.dropdown-header{color:#6c757d;display:block;font-size:1.4rem;margin-bottom:0;padding:.5rem 1.5rem;white-space:nowrap}.dropdown-item-text{color:#212529;display:block;padding:.25rem 1.5rem}.btn-group,.btn-group-vertical{display:-ms-inline-flexbox;display:inline-flex;position:relative;vertical-align:middle}.btn-group-vertical>.btn,.btn-group>.btn{-ms-flex:1 1 auto;flex:1 1 auto;position:relative}.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:hover,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus,.btn-group>.btn:hover{z-index:1}.btn-toolbar{-ms-flex-pack:start;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;justify-content:flex-start}.btn-toolbar .input-group{width:auto}.btn-group>.btn-group:not(:first-child),.btn-group>.btn:not(:first-child){margin-left:-1px}.btn-group>.btn-group:not(:last-child)>.btn,.btn-group>.btn:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-top-right-radius:0}.btn-group>.btn-group:not(:first-child)>.btn,.btn-group>.btn:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0}.dropdown-toggle-split{padding-left:1.65rem;padding-right:1.65rem}.dropdown-toggle-split:after,.dropright .dropdown-toggle-split:after,.dropup .dropdown-toggle-split:after{margin-left:0}.dropleft .dropdown-toggle-split:before{margin-right:0}.btn-group-sm>.btn+.dropdown-toggle-split,.btn-sm+.dropdown-toggle-split{padding-left:.375rem;padding-right:.375rem}.btn-group-lg>.btn+.dropdown-toggle-split,.btn-lg+.dropdown-toggle-split{padding-left:.75rem;padding-right:.75rem}.btn-group-vertical{-ms-flex-align:start;-ms-flex-pack:center;align-items:flex-start;-ms-flex-direction:column;flex-direction:column;justify-content:center}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group{width:100%}.btn-group-vertical>.btn-group:not(:first-child),.btn-group-vertical>.btn:not(:first-child){margin-top:-1px}.btn-group-vertical>.btn-group:not(:last-child)>.btn,.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle){border-bottom-left-radius:0;border-bottom-right-radius:0}.btn-group-vertical>.btn-group:not(:first-child)>.btn,.btn-group-vertical>.btn:not(:first-child){border-top-left-radius:0;border-top-right-radius:0}.btn-group-toggle>.btn,.btn-group-toggle>.btn-group>.btn{margin-bottom:0}.btn-group-toggle>.btn input[type=checkbox],.btn-group-toggle>.btn input[type=radio],.btn-group-toggle>.btn-group>.btn input[type=checkbox],.btn-group-toggle>.btn-group>.btn input[type=radio]{clip:rect(0,0,0,0);pointer-events:none;position:absolute}.input-group{-ms-flex-align:stretch;align-items:stretch;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;position:relative;width:100%}.input-group>.custom-file,.input-group>.custom-select,.input-group>.form-control,.input-group>.form-control-plaintext{-ms-flex:1 1 auto;flex:1 1 auto;margin-bottom:0;min-width:0;position:relative;width:1%}.input-group>.custom-file+.custom-file,.input-group>.custom-file+.custom-select,.input-group>.custom-file+.form-control,.input-group>.custom-select+.custom-file,.input-group>.custom-select+.custom-select,.input-group>.custom-select+.form-control,.input-group>.form-control+.custom-file,.input-group>.form-control+.custom-select,.input-group>.form-control+.form-control,.input-group>.form-control-plaintext+.custom-file,.input-group>.form-control-plaintext+.custom-select,.input-group>.form-control-plaintext+.form-control{margin-left:-1px}.input-group>.custom-file .custom-file-input:focus~.custom-file-label,.input-group>.custom-select:focus,.input-group>.form-control:focus{z-index:3}.input-group>.custom-file .custom-file-input:focus{z-index:4}.input-group>.custom-select:not(:first-child),.input-group>.form-control:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0}.input-group>.custom-file{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex}.input-group>.custom-file:not(:last-child) .custom-file-label,.input-group>.custom-file:not(:last-child) .custom-file-label:after{border-bottom-right-radius:0;border-top-right-radius:0}.input-group>.custom-file:not(:first-child) .custom-file-label{border-bottom-left-radius:0;border-top-left-radius:0}.input-group.has-validation>.custom-file:nth-last-child(n+3) .custom-file-label,.input-group.has-validation>.custom-file:nth-last-child(n+3) .custom-file-label:after,.input-group.has-validation>.custom-select:nth-last-child(n+3),.input-group.has-validation>.form-control:nth-last-child(n+3),.input-group:not(.has-validation)>.custom-file:not(:last-child) .custom-file-label,.input-group:not(.has-validation)>.custom-file:not(:last-child) .custom-file-label:after,.input-group:not(.has-validation)>.custom-select:not(:last-child),.input-group:not(.has-validation)>.form-control:not(:last-child){border-bottom-right-radius:0;border-top-right-radius:0}.input-group-append,.input-group-prepend{display:-ms-flexbox;display:flex}.input-group-append .btn,.input-group-prepend .btn{position:relative;z-index:2}.input-group-append .btn:focus,.input-group-prepend .btn:focus{z-index:3}.input-group-append .btn+.btn,.input-group-append .btn+.input-group-text,.input-group-append .input-group-text+.btn,.input-group-append .input-group-text+.input-group-text,.input-group-prepend .btn+.btn,.input-group-prepend .btn+.input-group-text,.input-group-prepend .input-group-text+.btn,.input-group-prepend .input-group-text+.input-group-text{margin-left:-1px}.input-group-prepend{margin-right:-1px}.input-group-append{margin-left:-1px}.input-group-text{-ms-flex-align:center;align-items:center;background-color:#e9ecef;border:1px solid #ced4da;border-radius:.25rem;color:#495057;display:-ms-flexbox;display:flex;font-size:1.6rem;font-weight:400;line-height:1.5;margin-bottom:0;padding:.375rem .75rem;text-align:center;white-space:nowrap}.input-group-text input[type=checkbox],.input-group-text input[type=radio]{margin-top:0}.input-group-lg>.custom-select,.input-group-lg>.form-control:not(textarea){height:calc(1.5em + 1rem + 2px)}.input-group-lg>.custom-select,.input-group-lg>.form-control,.input-group-lg>.input-group-append>.btn,.input-group-lg>.input-group-append>.input-group-text,.input-group-lg>.input-group-prepend>.btn,.input-group-lg>.input-group-prepend>.input-group-text{border-radius:.3rem;font-size:2rem;line-height:1.5;padding:.5rem 1rem}.input-group-sm>.custom-select,.input-group-sm>.form-control:not(textarea){height:calc(1.5em + .5rem + 2px)}.input-group-sm>.custom-select,.input-group-sm>.form-control,.input-group-sm>.input-group-append>.btn,.input-group-sm>.input-group-append>.input-group-text,.input-group-sm>.input-group-prepend>.btn,.input-group-sm>.input-group-prepend>.input-group-text{border-radius:.2rem;font-size:1.4rem;line-height:1.5;padding:.25rem .5rem}.input-group-lg>.custom-select,.input-group-sm>.custom-select{padding-right:1.75rem}.input-group.has-validation>.input-group-append:nth-last-child(n+3)>.btn,.input-group.has-validation>.input-group-append:nth-last-child(n+3)>.input-group-text,.input-group:not(.has-validation)>.input-group-append:not(:last-child)>.btn,.input-group:not(.has-validation)>.input-group-append:not(:last-child)>.input-group-text,.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),.input-group>.input-group-append:last-child>.input-group-text:not(:last-child),.input-group>.input-group-prepend>.btn,.input-group>.input-group-prepend>.input-group-text{border-bottom-right-radius:0;border-top-right-radius:0}.input-group>.input-group-append>.btn,.input-group>.input-group-append>.input-group-text,.input-group>.input-group-prepend:first-child>.btn:not(:first-child),.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),.input-group>.input-group-prepend:not(:first-child)>.btn,.input-group>.input-group-prepend:not(:first-child)>.input-group-text{border-bottom-left-radius:0;border-top-left-radius:0}.custom-control{color-adjust:exact;display:block;min-height:2.4rem;padding-left:1.5rem;position:relative;-webkit-print-color-adjust:exact;print-color-adjust:exact;z-index:1}.custom-control-inline{display:-ms-inline-flexbox;display:inline-flex;margin-right:1rem}.custom-control-input{height:1.7rem;left:0;opacity:0;position:absolute;width:1rem;z-index:-1}.custom-control-input:checked~.custom-control-label:before{background-color:#673ab7;border-color:#673ab7;color:#fff}.custom-control-input:focus~.custom-control-label:before{box-shadow:0 0 0 .2rem rgba(103,58,183,.25)}.custom-control-input:focus:not(:checked)~.custom-control-label:before{border-color:#ae94dd}.custom-control-input:not(:disabled):active~.custom-control-label:before{background-color:#cbbae9;border-color:#cbbae9;color:#fff}.custom-control-input:disabled~.custom-control-label,.custom-control-input[disabled]~.custom-control-label{color:#6c757d}.custom-control-input:disabled~.custom-control-label:before,.custom-control-input[disabled]~.custom-control-label:before{background-color:#e9ecef}.custom-control-label{margin-bottom:0;position:relative;vertical-align:top}.custom-control-label:before{background-color:#fff;border:1px solid #adb5bd;pointer-events:none}.custom-control-label:after,.custom-control-label:before{content:"";display:block;height:1rem;left:-1.5rem;position:absolute;top:.7rem;width:1rem}.custom-control-label:after{background:50%/50% 50% no-repeat}.custom-checkbox .custom-control-label:before{border-radius:.25rem}.custom-checkbox .custom-control-input:checked~.custom-control-label:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath fill='%23fff' d='m6.564.75-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3E%3C/svg%3E")}.custom-checkbox .custom-control-input:indeterminate~.custom-control-label:before{background-color:#673ab7;border-color:#673ab7}.custom-checkbox .custom-control-input:indeterminate~.custom-control-label:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E")}.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label:before{background-color:rgba(103,58,183,.5)}.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label:before{background-color:rgba(103,58,183,.5)}.custom-radio .custom-control-label:before{border-radius:50%}.custom-radio .custom-control-input:checked~.custom-control-label:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E")}.custom-radio .custom-control-input:disabled:checked~.custom-control-label:before{background-color:rgba(103,58,183,.5)}.custom-switch{padding-left:2.25rem}.custom-switch .custom-control-label:before{border-radius:.5rem;left:-2.25rem;pointer-events:all;width:1.75rem}.custom-switch .custom-control-label:after{background-color:#adb5bd;border-radius:.5rem;height:calc(1rem - 4px);left:calc(-2.25rem + 2px);top:calc(.7rem + 2px);transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-transform .15s ease-in-out;transition:transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-transform .15s ease-in-out;width:calc(1rem - 4px)}@media (prefers-reduced-motion:reduce){.custom-switch .custom-control-label:after{transition:none}}.custom-switch .custom-control-input:checked~.custom-control-label:after{background-color:#fff;-webkit-transform:translateX(.75rem);transform:translateX(.75rem)}.custom-switch .custom-control-input:disabled:checked~.custom-control-label:before{background-color:rgba(103,58,183,.5)}.custom-select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#fff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%23343a40' d='M2 0 0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") right .75rem center/8px 10px no-repeat;border:1px solid #ced4da;border-radius:.25rem;color:#495057;display:inline-block;font-size:1.6rem;font-weight:400;height:calc(1.5em + .75rem + 2px);line-height:1.5;padding:.375rem 1.75rem .375rem .75rem;vertical-align:middle;width:100%}.custom-select:focus{border-color:#ae94dd;box-shadow:0 0 0 .2rem rgba(103,58,183,.25);outline:0}.custom-select:focus::-ms-value{background-color:#fff;color:#495057}.custom-select[multiple],.custom-select[size]:not([size="1"]){background-image:none;height:auto;padding-right:.75rem}.custom-select:disabled{background-color:#e9ecef;color:#6c757d}.custom-select::-ms-expand{display:none}.custom-select:-moz-focusring{color:transparent;text-shadow:0 0 0 #495057}.custom-select-sm{font-size:1.4rem;height:calc(1.5em + .5rem + 2px);padding-bottom:.25rem;padding-left:.5rem;padding-top:.25rem}.custom-select-lg{font-size:2rem;height:calc(1.5em + 1rem + 2px);padding-bottom:.5rem;padding-left:1rem;padding-top:.5rem}.custom-file{display:inline-block;margin-bottom:0}.custom-file,.custom-file-input{height:calc(1.5em + .75rem + 2px);position:relative;width:100%}.custom-file-input{margin:0;opacity:0;overflow:hidden;z-index:2}.custom-file-input:focus~.custom-file-label{border-color:#ae94dd;box-shadow:0 0 0 .2rem rgba(103,58,183,.25)}.custom-file-input:disabled~.custom-file-label,.custom-file-input[disabled]~.custom-file-label{background-color:#e9ecef}.custom-file-input:lang(en)~.custom-file-label:after{content:"Browse"}.custom-file-input~.custom-file-label[data-browse]:after{content:attr(data-browse)}.custom-file-label{background-color:#fff;border:1px solid #ced4da;border-radius:.25rem;font-weight:400;height:calc(1.5em + .75rem + 2px);left:0;overflow:hidden;z-index:1}.custom-file-label,.custom-file-label:after{color:#495057;line-height:1.5;padding:.375rem .75rem;position:absolute;right:0;top:0}.custom-file-label:after{background-color:#e9ecef;border-left:inherit;border-radius:0 .25rem .25rem 0;bottom:0;content:"Browse";display:block;height:calc(1.5em + .75rem);z-index:3}.custom-range{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:transparent;height:2.4rem;padding:0;width:100%}.custom-range:focus{outline:0}.custom-range:focus::-webkit-slider-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(103,58,183,.25)}.custom-range:focus::-moz-range-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(103,58,183,.25)}.custom-range:focus::-ms-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(103,58,183,.25)}.custom-range::-moz-focus-outer{border:0}.custom-range::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;background-color:#fff;border:0;border-radius:1.5rem;height:2rem;margin-top:-.75rem;-webkit-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;width:2rem}@media (prefers-reduced-motion:reduce){.custom-range::-webkit-slider-thumb{-webkit-transition:none;transition:none}}.custom-range::-webkit-slider-thumb:active{background-color:#e6e6e6}.custom-range::-webkit-slider-runnable-track{background-color:#fff;border-color:transparent;border-radius:1.5rem;color:transparent;cursor:pointer;height:.5rem;width:100%}.custom-range::-moz-range-thumb{-moz-appearance:none;appearance:none;background-color:#fff;border:0;border-radius:1.5rem;height:2rem;-moz-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;width:2rem}@media (prefers-reduced-motion:reduce){.custom-range::-moz-range-thumb{-moz-transition:none;transition:none}}.custom-range::-moz-range-thumb:active{background-color:#e6e6e6}.custom-range::-moz-range-track{background-color:#fff;border-color:transparent;border-radius:1.5rem;color:transparent;cursor:pointer;height:.5rem;width:100%}.custom-range::-ms-thumb{appearance:none;background-color:#fff;border:0;border-radius:1.5rem;height:2rem;margin-left:.2rem;margin-right:.2rem;margin-top:0;-ms-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;width:2rem}@media (prefers-reduced-motion:reduce){.custom-range::-ms-thumb{-ms-transition:none;transition:none}}.custom-range::-ms-thumb:active{background-color:#e6e6e6}.custom-range::-ms-track{background-color:transparent;border-color:transparent;border-width:1rem;color:transparent;cursor:pointer;height:.5rem;width:100%}.custom-range::-ms-fill-lower,.custom-range::-ms-fill-upper{background-color:#fff;border-radius:1.5rem}.custom-range::-ms-fill-upper{margin-right:15px}.custom-range:disabled::-webkit-slider-thumb{background-color:#f2f2f2}.custom-range:disabled::-webkit-slider-runnable-track{cursor:default}.custom-range:disabled::-moz-range-thumb{background-color:#f2f2f2}.custom-range:disabled::-moz-range-track{cursor:default}.custom-range:disabled::-ms-thumb{background-color:#f2f2f2}.custom-control-label:before,.custom-file-label,.custom-select{transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.custom-control-label:before,.custom-file-label,.custom-select{transition:none}}.nav{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;list-style:none;margin-bottom:0;padding-left:0}.nav-link{display:block;padding:.5rem 1rem}.nav-link:focus,.nav-link:hover{text-decoration:none}.nav-link.disabled{color:#6c757d;cursor:default;pointer-events:none}.nav-tabs{border-bottom:1px solid #dee2e6}.nav-tabs .nav-link{background-color:transparent;border:1px solid transparent;border-top-left-radius:.25rem;border-top-right-radius:.25rem;margin-bottom:-1px}.nav-tabs .nav-link:focus,.nav-tabs .nav-link:hover{border-color:#e9ecef #e9ecef #dee2e6;isolation:isolate}.nav-tabs .nav-link.disabled{background-color:transparent;border-color:transparent;color:#6c757d}.nav-tabs .nav-item.show .nav-link,.nav-tabs .nav-link.active{background-color:#fff;border-color:#dee2e6 #dee2e6 #fff;color:#495057}.nav-tabs .dropdown-menu{border-top-left-radius:0;border-top-right-radius:0;margin-top:-1px}.nav-pills .nav-link{background:none;border:0;border-radius:.25rem}.nav-pills .nav-link.active,.nav-pills .show>.nav-link{background-color:#673ab7;color:#fff}.nav-fill .nav-item,.nav-fill>.nav-link{-ms-flex:1 1 auto;flex:1 1 auto;text-align:center}.nav-justified .nav-item,.nav-justified>.nav-link{-ms-flex-preferred-size:0;-ms-flex-positive:1;flex-basis:0;flex-grow:1;text-align:center}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.navbar{padding:.5rem 1rem;position:relative}.navbar,.navbar .container,.navbar .container-fluid,.navbar .container-lg,.navbar .container-md,.navbar .container-xl{-ms-flex-align:center;-ms-flex-pack:justify;align-items:center;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;justify-content:space-between}.navbar-brand{display:inline-block;font-size:2rem;line-height:inherit;margin-right:1rem;padding-bottom:.2rem;padding-top:.2rem;white-space:nowrap}.navbar-brand:focus,.navbar-brand:hover{text-decoration:none}.navbar-nav{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;list-style:none;margin-bottom:0;padding-left:0}.navbar-nav .nav-link{padding-left:0;padding-right:0}.navbar-nav .dropdown-menu{float:none;position:static}.navbar-text{display:inline-block;padding-bottom:.5rem;padding-top:.5rem}.navbar-collapse{-ms-flex-preferred-size:100%;-ms-flex-positive:1;-ms-flex-align:center;align-items:center;flex-basis:100%;flex-grow:1}.navbar-toggler{background-color:transparent;border:1px solid transparent;border-radius:2.5rem;font-size:2rem;line-height:1;padding:.25rem .75rem}.navbar-toggler:focus,.navbar-toggler:hover{text-decoration:none}.navbar-toggler-icon{background:50%/100% 100% no-repeat;content:"";display:inline-block;height:1.5em;vertical-align:middle;width:1.5em}.navbar-nav-scroll{max-height:75vh;overflow-y:auto}@media (max-width:379.98px){.navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid,.navbar-expand-sm>.container-lg,.navbar-expand-sm>.container-md,.navbar-expand-sm>.container-xl{padding-left:0;padding-right:0}}@media (min-width:380px){.navbar-expand-sm{-ms-flex-pack:start;-ms-flex-flow:row nowrap;flex-flow:row nowrap;justify-content:flex-start}.navbar-expand-sm .navbar-nav{-ms-flex-direction:row;flex-direction:row}.navbar-expand-sm .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-sm .navbar-nav .nav-link{padding-left:.5rem;padding-right:.5rem}.navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid,.navbar-expand-sm>.container-lg,.navbar-expand-sm>.container-md,.navbar-expand-sm>.container-xl{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-sm .navbar-nav-scroll{overflow:visible}.navbar-expand-sm .navbar-collapse{-ms-flex-preferred-size:auto;display:-ms-flexbox!important;display:flex!important;flex-basis:auto}.navbar-expand-sm .navbar-toggler{display:none}}@media (max-width:640.98px){.navbar-expand-md>.container,.navbar-expand-md>.container-fluid,.navbar-expand-md>.container-lg,.navbar-expand-md>.container-md,.navbar-expand-md>.container-xl{padding-left:0;padding-right:0}}@media (min-width:641px){.navbar-expand-md{-ms-flex-pack:start;-ms-flex-flow:row nowrap;flex-flow:row nowrap;justify-content:flex-start}.navbar-expand-md .navbar-nav{-ms-flex-direction:row;flex-direction:row}.navbar-expand-md .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-md .navbar-nav .nav-link{padding-left:.5rem;padding-right:.5rem}.navbar-expand-md>.container,.navbar-expand-md>.container-fluid,.navbar-expand-md>.container-lg,.navbar-expand-md>.container-md,.navbar-expand-md>.container-xl{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-md .navbar-nav-scroll{overflow:visible}.navbar-expand-md .navbar-collapse{-ms-flex-preferred-size:auto;display:-ms-flexbox!important;display:flex!important;flex-basis:auto}.navbar-expand-md .navbar-toggler{display:none}}@media (max-width:960.98px){.navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid,.navbar-expand-lg>.container-lg,.navbar-expand-lg>.container-md,.navbar-expand-lg>.container-xl{padding-left:0;padding-right:0}}@media (min-width:961px){.navbar-expand-lg{-ms-flex-pack:start;-ms-flex-flow:row nowrap;flex-flow:row nowrap;justify-content:flex-start}.navbar-expand-lg .navbar-nav{-ms-flex-direction:row;flex-direction:row}.navbar-expand-lg .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-lg .navbar-nav .nav-link{padding-left:.5rem;padding-right:.5rem}.navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid,.navbar-expand-lg>.container-lg,.navbar-expand-lg>.container-md,.navbar-expand-lg>.container-xl{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-lg .navbar-nav-scroll{overflow:visible}.navbar-expand-lg .navbar-collapse{-ms-flex-preferred-size:auto;display:-ms-flexbox!important;display:flex!important;flex-basis:auto}.navbar-expand-lg .navbar-toggler{display:none}}@media (max-width:1299.98px){.navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid,.navbar-expand-xl>.container-lg,.navbar-expand-xl>.container-md,.navbar-expand-xl>.container-xl{padding-left:0;padding-right:0}}@media (min-width:1300px){.navbar-expand-xl{-ms-flex-pack:start;-ms-flex-flow:row nowrap;flex-flow:row nowrap;justify-content:flex-start}.navbar-expand-xl .navbar-nav{-ms-flex-direction:row;flex-direction:row}.navbar-expand-xl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xl .navbar-nav .nav-link{padding-left:.5rem;padding-right:.5rem}.navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid,.navbar-expand-xl>.container-lg,.navbar-expand-xl>.container-md,.navbar-expand-xl>.container-xl{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-xl .navbar-nav-scroll{overflow:visible}.navbar-expand-xl .navbar-collapse{-ms-flex-preferred-size:auto;display:-ms-flexbox!important;display:flex!important;flex-basis:auto}.navbar-expand-xl .navbar-toggler{display:none}}.navbar-expand{-ms-flex-pack:start;-ms-flex-flow:row nowrap;flex-flow:row nowrap;justify-content:flex-start}.navbar-expand>.container,.navbar-expand>.container-fluid,.navbar-expand>.container-lg,.navbar-expand>.container-md,.navbar-expand>.container-xl{padding-left:0;padding-right:0}.navbar-expand .navbar-nav{-ms-flex-direction:row;flex-direction:row}.navbar-expand .navbar-nav .dropdown-menu{position:absolute}.navbar-expand .navbar-nav .nav-link{padding-left:.5rem;padding-right:.5rem}.navbar-expand>.container,.navbar-expand>.container-fluid,.navbar-expand>.container-lg,.navbar-expand>.container-md,.navbar-expand>.container-xl{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand .navbar-nav-scroll{overflow:visible}.navbar-expand .navbar-collapse{-ms-flex-preferred-size:auto;display:-ms-flexbox!important;display:flex!important;flex-basis:auto}.navbar-expand .navbar-toggler{display:none}.navbar-light .navbar-brand,.navbar-light .navbar-brand:focus,.navbar-light .navbar-brand:hover{color:rgba(0,0,0,.9)}.navbar-light .navbar-nav .nav-link{color:rgba(0,0,0,.5)}.navbar-light .navbar-nav .nav-link:focus,.navbar-light .navbar-nav .nav-link:hover{color:rgba(0,0,0,.7)}.navbar-light .navbar-nav .nav-link.disabled{color:rgba(0,0,0,.3)}.navbar-light .navbar-nav .active>.nav-link,.navbar-light .navbar-nav .nav-link.active,.navbar-light .navbar-nav .nav-link.show,.navbar-light .navbar-nav .show>.nav-link{color:rgba(0,0,0,.9)}.navbar-light .navbar-toggler{border-color:rgba(0,0,0,.1);color:rgba(0,0,0,.5)}.navbar-light .navbar-toggler-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")}.navbar-light .navbar-text{color:rgba(0,0,0,.5)}.navbar-light .navbar-text a,.navbar-light .navbar-text a:focus,.navbar-light .navbar-text a:hover{color:rgba(0,0,0,.9)}.navbar-dark .navbar-brand,.navbar-dark .navbar-brand:focus,.navbar-dark .navbar-brand:hover{color:#fff}.navbar-dark .navbar-nav .nav-link{color:hsla(0,0%,100%,.5)}.navbar-dark .navbar-nav .nav-link:focus,.navbar-dark .navbar-nav .nav-link:hover{color:hsla(0,0%,100%,.75)}.navbar-dark .navbar-nav .nav-link.disabled{color:hsla(0,0%,100%,.25)}.navbar-dark .navbar-nav .active>.nav-link,.navbar-dark .navbar-nav .nav-link.active,.navbar-dark .navbar-nav .nav-link.show,.navbar-dark .navbar-nav .show>.nav-link{color:#fff}.navbar-dark .navbar-toggler{border-color:hsla(0,0%,100%,.1);color:hsla(0,0%,100%,.5)}.navbar-dark .navbar-toggler-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")}.navbar-dark .navbar-text{color:hsla(0,0%,100%,.5)}.navbar-dark .navbar-text a,.navbar-dark .navbar-text a:focus,.navbar-dark .navbar-text a:hover{color:#fff}.card{word-wrap:break-word;background-clip:border-box;background-color:#fff;border:1px solid rgba(0,0,0,.125);border-radius:.25rem;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;min-width:0;position:relative}.card>hr{margin-left:0;margin-right:0}.card>.list-group{border-bottom:inherit;border-top:inherit}.card>.list-group:first-child{border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px);border-top-width:0}.card>.list-group:last-child{border-bottom-left-radius:calc(.25rem - 1px);border-bottom-right-radius:calc(.25rem - 1px);border-bottom-width:0}.card>.card-header+.list-group,.card>.list-group+.card-footer{border-top:0}.card-body{-ms-flex:1 1 auto;flex:1 1 auto;min-height:1px;padding:1.25rem}.card-title{margin-bottom:.75rem}.card-subtitle{margin-top:-.375rem}.card-subtitle,.card-text:last-child{margin-bottom:0}.card-link:hover{text-decoration:none}.card-link+.card-link{margin-left:1.25rem}.card-header{background-color:rgba(0,0,0,.03);border-bottom:1px solid rgba(0,0,0,.125);margin-bottom:0;padding:.75rem 1.25rem}.card-header:first-child{border-radius:calc(.25rem - 1px) calc(.25rem - 1px) 0 0}.card-footer{background-color:rgba(0,0,0,.03);border-top:1px solid rgba(0,0,0,.125);padding:.75rem 1.25rem}.card-footer:last-child{border-radius:0 0 calc(.25rem - 1px) calc(.25rem - 1px)}.card-header-tabs{border-bottom:0;margin-bottom:-.75rem}.card-header-pills,.card-header-tabs{margin-left:-.625rem;margin-right:-.625rem}.card-img-overlay{border-radius:calc(.25rem - 1px);bottom:0;left:0;padding:1.25rem;position:absolute;right:0;top:0}.card-img,.card-img-bottom,.card-img-top{-ms-flex-negative:0;flex-shrink:0;width:100%}.card-img,.card-img-top{border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.card-img,.card-img-bottom{border-bottom-left-radius:calc(.25rem - 1px);border-bottom-right-radius:calc(.25rem - 1px)}.card-deck .card{margin-bottom:15px}@media (min-width:380px){.card-deck{display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;margin-left:-15px;margin-right:-15px}.card-deck .card{-ms-flex:1 0 0%;flex:1 0 0%;margin-bottom:0;margin-left:15px;margin-right:15px}}.card-group>.card{margin-bottom:15px}@media (min-width:380px){.card-group{display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap}.card-group>.card{-ms-flex:1 0 0%;flex:1 0 0%;margin-bottom:0}.card-group>.card+.card{border-left:0;margin-left:0}.card-group>.card:not(:last-child){border-bottom-right-radius:0;border-top-right-radius:0}.card-group>.card:not(:last-child) .card-header,.card-group>.card:not(:last-child) .card-img-top{border-top-right-radius:0}.card-group>.card:not(:last-child) .card-footer,.card-group>.card:not(:last-child) .card-img-bottom{border-bottom-right-radius:0}.card-group>.card:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0}.card-group>.card:not(:first-child) .card-header,.card-group>.card:not(:first-child) .card-img-top{border-top-left-radius:0}.card-group>.card:not(:first-child) .card-footer,.card-group>.card:not(:first-child) .card-img-bottom{border-bottom-left-radius:0}}.card-columns .card{margin-bottom:.75rem}@media (min-width:380px){.card-columns{-webkit-column-count:3;-moz-column-count:3;column-count:3;-webkit-column-gap:1.25rem;-moz-column-gap:1.25rem;column-gap:1.25rem;orphans:1;widows:1}.card-columns .card{display:inline-block;width:100%}}.accordion{overflow-anchor:none}.accordion>.card{overflow:hidden}.accordion>.card:not(:last-of-type){border-bottom:0;border-bottom-left-radius:0;border-bottom-right-radius:0}.accordion>.card:not(:first-of-type){border-top-left-radius:0;border-top-right-radius:0}.accordion>.card>.card-header{border-radius:0;margin-bottom:-1px}.breadcrumb{background-color:#e9ecef;border-radius:.25rem;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;list-style:none;margin-bottom:1rem;padding:.75rem 1rem}.breadcrumb-item+.breadcrumb-item{padding-left:.5rem}.breadcrumb-item+.breadcrumb-item:before{color:#6c757d;content:"/";float:left;padding-right:.5rem}.breadcrumb-item+.breadcrumb-item:hover:before{text-decoration:underline;text-decoration:none}.breadcrumb-item.active{color:#6c757d}.pagination{border-radius:.25rem;display:-ms-flexbox;display:flex;list-style:none;padding-left:0}.page-link{background-color:#fff;border:1px solid #dee2e6;color:#000;display:block;line-height:1.25;margin-left:-1px;padding:.5rem .75rem;position:relative}.page-link:hover{background-color:#e9ecef;border-color:#dee2e6;color:#000;text-decoration:none;z-index:2}.page-link:focus{box-shadow:0 0 0 .2rem rgba(103,58,183,.25);outline:0;z-index:3}.page-item:first-child .page-link{border-bottom-left-radius:.25rem;border-top-left-radius:.25rem;margin-left:0}.page-item:last-child .page-link{border-bottom-right-radius:.25rem;border-top-right-radius:.25rem}.page-item.active .page-link{background-color:#673ab7;border-color:#673ab7;color:#fff;z-index:3}.page-item.disabled .page-link{background-color:#fff;border-color:#dee2e6;color:#6c757d;cursor:auto;pointer-events:none}.pagination-lg .page-link{font-size:2rem;line-height:1.5;padding:.75rem 1.5rem}.pagination-lg .page-item:first-child .page-link{border-bottom-left-radius:.3rem;border-top-left-radius:.3rem}.pagination-lg .page-item:last-child .page-link{border-bottom-right-radius:.3rem;border-top-right-radius:.3rem}.pagination-sm .page-link{font-size:1.4rem;line-height:1.5;padding:.25rem .5rem}.pagination-sm .page-item:first-child .page-link{border-bottom-left-radius:.2rem;border-top-left-radius:.2rem}.pagination-sm .page-item:last-child .page-link{border-bottom-right-radius:.2rem;border-top-right-radius:.2rem}.badge{border-radius:.4rem;display:inline-block;font-size:75%;font-weight:700;line-height:1;padding:.6rem .8rem;text-align:center;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;vertical-align:baseline;white-space:nowrap}@media (prefers-reduced-motion:reduce){.badge{transition:none}}a.badge:focus,a.badge:hover{text-decoration:none}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.badge-pill{border-radius:10rem;padding-left:.6em;padding-right:.6em}.badge-primary{background-color:#673ab7;color:#fff}a.badge-primary:focus,a.badge-primary:hover{background-color:#512e90;color:#fff}a.badge-primary.focus,a.badge-primary:focus{box-shadow:0 0 0 .2rem rgba(103,58,183,.5);outline:0}.badge-secondary{background-color:#51289b;color:#fff}a.badge-secondary:focus,a.badge-secondary:hover{background-color:#3c1e72;color:#fff}a.badge-secondary.focus,a.badge-secondary:focus{box-shadow:0 0 0 .2rem rgba(81,40,155,.5);outline:0}.badge-success{background-color:#28a745;color:#fff}a.badge-success:focus,a.badge-success:hover{background-color:#1e7e34;color:#fff}a.badge-success.focus,a.badge-success:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.5);outline:0}.badge-info{background-color:#17a2b8;color:#fff}a.badge-info:focus,a.badge-info:hover{background-color:#117a8b;color:#fff}a.badge-info.focus,a.badge-info:focus{box-shadow:0 0 0 .2rem rgba(23,162,184,.5);outline:0}.badge-warning{background-color:#ffc107;color:#212529}a.badge-warning:focus,a.badge-warning:hover{background-color:#d39e00;color:#212529}a.badge-warning.focus,a.badge-warning:focus{box-shadow:0 0 0 .2rem rgba(255,193,7,.5);outline:0}.badge-danger{background-color:#dc3545;color:#fff}a.badge-danger:focus,a.badge-danger:hover{background-color:#bd2130;color:#fff}a.badge-danger.focus,a.badge-danger:focus{box-shadow:0 0 0 .2rem rgba(220,53,69,.5);outline:0}.badge-light{background-color:#f8f9fa;color:#212529}a.badge-light:focus,a.badge-light:hover{background-color:#dae0e5;color:#212529}a.badge-light.focus,a.badge-light:focus{box-shadow:0 0 0 .2rem rgba(248,249,250,.5);outline:0}.badge-dark{background-color:#343a40;color:#fff}a.badge-dark:focus,a.badge-dark:hover{background-color:#1d2124;color:#fff}a.badge-dark.focus,a.badge-dark:focus{box-shadow:0 0 0 .2rem rgba(52,58,64,.5);outline:0}.badge-white{background-color:#fff;color:#212529}a.badge-white:focus,a.badge-white:hover{background-color:#e6e6e6;color:#212529}a.badge-white.focus,a.badge-white:focus{box-shadow:0 0 0 .2rem hsla(0,0%,100%,.5);outline:0}.badge-black,a.badge-black:focus,a.badge-black:hover{background-color:#000;color:#fff}a.badge-black.focus,a.badge-black:focus{box-shadow:0 0 0 .2rem rgba(0,0,0,.5);outline:0}.badge-progress{background-color:#2f1a52;color:#fff}a.badge-progress:focus,a.badge-progress:hover{background-color:#190e2b;color:#fff}a.badge-progress.focus,a.badge-progress:focus{box-shadow:0 0 0 .2rem rgba(47,26,82,.5);outline:0}.badge-color-1{background-color:#2f1a52;color:#fff}a.badge-color-1:focus,a.badge-color-1:hover{background-color:#190e2b;color:#fff}a.badge-color-1.focus,a.badge-color-1:focus{box-shadow:0 0 0 .2rem rgba(47,26,82,.5);outline:0}.badge-color-2{background-color:#673ab7;color:#fff}a.badge-color-2:focus,a.badge-color-2:hover{background-color:#512e90;color:#fff}a.badge-color-2.focus,a.badge-color-2:focus{box-shadow:0 0 0 .2rem rgba(103,58,183,.5);outline:0}.badge-color-3{background-color:#51289b;color:#fff}a.badge-color-3:focus,a.badge-color-3:hover{background-color:#3c1e72;color:#fff}a.badge-color-3.focus,a.badge-color-3:focus{box-shadow:0 0 0 .2rem rgba(81,40,155,.5);outline:0}.badge-color-4{background-color:#44207f;color:#fff}a.badge-color-4:focus,a.badge-color-4:hover{background-color:#2e1656;color:#fff}a.badge-color-4.focus,a.badge-color-4:focus{box-shadow:0 0 0 .2rem rgba(68,32,127,.5);outline:0}.badge-color-5{background-color:#4e0004;color:#fff}a.badge-color-5:focus,a.badge-color-5:hover{background-color:#1b0001;color:#fff}a.badge-color-5.focus,a.badge-color-5:focus{box-shadow:0 0 0 .2rem rgba(78,0,4,.5);outline:0}.badge-grey-1{background-color:#464543;color:#fff}a.badge-grey-1:focus,a.badge-grey-1:hover{background-color:#2c2b2a;color:#fff}a.badge-grey-1.focus,a.badge-grey-1:focus{box-shadow:0 0 0 .2rem rgba(70,69,67,.5);outline:0}.badge-grey-2{background-color:#282828;color:#fff}a.badge-grey-2:focus,a.badge-grey-2:hover{background-color:#0f0f0f;color:#fff}a.badge-grey-2.focus,a.badge-grey-2:focus{box-shadow:0 0 0 .2rem rgba(40,40,40,.5);outline:0}.badge-grey-3{background-color:#181818;color:#fff}a.badge-grey-3:focus,a.badge-grey-3:hover{background-color:#000;color:#fff}a.badge-grey-3.focus,a.badge-grey-3:focus{box-shadow:0 0 0 .2rem hsla(0,0%,9%,.5);outline:0}.badge-grey-4{background-color:#232323;color:#fff}a.badge-grey-4:focus,a.badge-grey-4:hover{background-color:#0a0a0a;color:#fff}a.badge-grey-4.focus,a.badge-grey-4:focus{box-shadow:0 0 0 .2rem rgba(35,35,35,.5);outline:0}.badge-grey-5{background-color:#f2f2f2;color:#212529}a.badge-grey-5:focus,a.badge-grey-5:hover{background-color:#d9d9d9;color:#212529}a.badge-grey-5.focus,a.badge-grey-5:focus{box-shadow:0 0 0 .2rem hsla(0,0%,95%,.5);outline:0}.badge-color-rtl{background-color:#e3001b;color:#fff}a.badge-color-rtl:focus,a.badge-color-rtl:hover{background-color:#b00015;color:#fff}a.badge-color-rtl.focus,a.badge-color-rtl:focus{box-shadow:0 0 0 .2rem rgba(227,0,27,.5);outline:0}.badge-color-funradio{background-color:#05f;color:#fff}a.badge-color-funradio:focus,a.badge-color-funradio:hover{background-color:#04c;color:#fff}a.badge-color-funradio.focus,a.badge-color-funradio:focus{box-shadow:0 0 0 .2rem rgba(0,85,255,.5);outline:0}.badge-color-rtl2{background-color:#e30613;color:#fff}a.badge-color-rtl2:focus,a.badge-color-rtl2:hover{background-color:#b1050f;color:#fff}a.badge-color-rtl2.focus,a.badge-color-rtl2:focus{box-shadow:0 0 0 .2rem rgba(227,6,19,.5);outline:0}.badge-facebook{background-color:#4460a0;color:#fff}a.badge-facebook:focus,a.badge-facebook:hover{background-color:#354b7c;color:#fff}a.badge-facebook.focus,a.badge-facebook:focus{box-shadow:0 0 0 .2rem rgba(68,96,160,.5);outline:0}.badge-twitter{background-color:#00aaec;color:#fff}a.badge-twitter:focus,a.badge-twitter:hover{background-color:#0085b9;color:#fff}a.badge-twitter.focus,a.badge-twitter:focus{box-shadow:0 0 0 .2rem rgba(0,170,236,.5);outline:0}.badge-whatsapp{background-color:#27d366;color:#fff}a.badge-whatsapp:focus,a.badge-whatsapp:hover{background-color:#1fa851;color:#fff}a.badge-whatsapp.focus,a.badge-whatsapp:focus{box-shadow:0 0 0 .2rem rgba(39,211,102,.5);outline:0}.badge-linkedin{background-color:#007ebb;color:#fff}a.badge-linkedin:focus,a.badge-linkedin:hover{background-color:#005c88;color:#fff}a.badge-linkedin.focus,a.badge-linkedin:focus{box-shadow:0 0 0 .2rem rgba(0,126,187,.5);outline:0}.badge-astro-aries{background-color:#f15188;color:#fff}a.badge-astro-aries:focus,a.badge-astro-aries:hover{background-color:#ed2268;color:#fff}a.badge-astro-aries.focus,a.badge-astro-aries:focus{box-shadow:0 0 0 .2rem rgba(241,81,136,.5);outline:0}.badge-astro-taurus{background-color:#b323a4;color:#fff}a.badge-astro-taurus:focus,a.badge-astro-taurus:hover{background-color:#881b7d;color:#fff}a.badge-astro-taurus.focus,a.badge-astro-taurus:focus{box-shadow:0 0 0 .2rem rgba(179,35,164,.5);outline:0}.badge-astro-gemini{background-color:#673ab7;color:#fff}a.badge-astro-gemini:focus,a.badge-astro-gemini:hover{background-color:#512e90;color:#fff}a.badge-astro-gemini.focus,a.badge-astro-gemini:focus{box-shadow:0 0 0 .2rem rgba(103,58,183,.5);outline:0}.badge-astro-cancer{background-color:#eb50a9;color:#fff}a.badge-astro-cancer:focus,a.badge-astro-cancer:hover{background-color:#e62293;color:#fff}a.badge-astro-cancer.focus,a.badge-astro-cancer:focus{box-shadow:0 0 0 .2rem rgba(235,80,169,.5);outline:0}.badge-astro-leo{background-color:#8e23b3;color:#fff}a.badge-astro-leo:focus,a.badge-astro-leo:hover{background-color:#6c1b88;color:#fff}a.badge-astro-leo.focus,a.badge-astro-leo:focus{box-shadow:0 0 0 .2rem rgba(142,35,179,.5);outline:0}.badge-astro-virgo{background-color:#b32379;color:#fff}a.badge-astro-virgo:focus,a.badge-astro-virgo:hover{background-color:#881b5c;color:#fff}a.badge-astro-virgo.focus,a.badge-astro-virgo:focus{box-shadow:0 0 0 .2rem rgba(179,35,121,.5);outline:0}.badge-astro-libra{background-color:#a24ce8;color:#fff}a.badge-astro-libra:focus,a.badge-astro-libra:hover{background-color:#8b1fe2;color:#fff}a.badge-astro-libra.focus,a.badge-astro-libra:focus{box-shadow:0 0 0 .2rem rgba(162,76,232,.5);outline:0}.badge-astro-scorpio{background-color:#5155be;color:#fff}a.badge-astro-scorpio:focus,a.badge-astro-scorpio:hover{background-color:#3c40a0;color:#fff}a.badge-astro-scorpio.focus,a.badge-astro-scorpio:focus{box-shadow:0 0 0 .2rem rgba(81,85,190,.5);outline:0}.badge-astro-sagittarius{background-color:#757feb;color:#fff}a.badge-astro-sagittarius:focus,a.badge-astro-sagittarius:hover{background-color:#4856e5;color:#fff}a.badge-astro-sagittarius.focus,a.badge-astro-sagittarius:focus{box-shadow:0 0 0 .2rem rgba(117,127,235,.5);outline:0}.badge-astro-capricorn{background-color:#c34cf2;color:#fff}a.badge-astro-capricorn:focus,a.badge-astro-capricorn:hover{background-color:#b31cef;color:#fff}a.badge-astro-capricorn.focus,a.badge-astro-capricorn:focus{box-shadow:0 0 0 .2rem rgba(195,76,242,.5);outline:0}.badge-astro-aquarius{background-color:#f85d6f;color:#fff}a.badge-astro-aquarius:focus,a.badge-astro-aquarius:hover{background-color:#f62c44;color:#fff}a.badge-astro-aquarius.focus,a.badge-astro-aquarius:focus{box-shadow:0 0 0 .2rem rgba(248,93,111,.5);outline:0}.badge-astro-pisces{background-color:#8959ea;color:#fff}a.badge-astro-pisces:focus,a.badge-astro-pisces:hover{background-color:#692ce4;color:#fff}a.badge-astro-pisces.focus,a.badge-astro-pisces:focus{box-shadow:0 0 0 .2rem rgba(137,89,234,.5);outline:0}.jumbotron{background-color:#e9ecef;border-radius:.3rem;margin-bottom:2rem;padding:2rem 1rem}@media (min-width:380px){.jumbotron{padding:4rem 2rem}}.jumbotron-fluid{border-radius:0;padding-left:0;padding-right:0}.alert{border:1px solid transparent;border-radius:.25rem;margin-bottom:1rem;padding:.75rem 1.25rem;position:relative}.alert-heading{color:inherit}.alert-link{font-weight:700}.alert-dismissible{padding-right:4.9rem}.alert-dismissible .close{color:inherit;padding:.75rem 1.25rem;position:absolute;right:0;top:0;z-index:2}.alert-primary{background-color:#e1d8f1;border-color:#d4c8eb;color:#361e5f}.alert-primary hr{border-top-color:#c5b5e4}.alert-primary .alert-link{color:#201238}.alert-secondary{background-color:#dcd4eb;border-color:#cec3e3;color:#2a1551}.alert-secondary hr{border-top-color:#c0b2db}.alert-secondary .alert-link{color:#150b29}.alert-success{background-color:#d4edda;border-color:#c3e6cb;color:#155724}.alert-success hr{border-top-color:#b1dfbb}.alert-success .alert-link{color:#0b2e13}.alert-info{background-color:#d1ecf1;border-color:#bee5eb;color:#0c5460}.alert-info hr{border-top-color:#abdde5}.alert-info .alert-link{color:#062c33}.alert-warning{background-color:#fff3cd;border-color:#ffeeba;color:#856404}.alert-warning hr{border-top-color:#ffe8a1}.alert-warning .alert-link{color:#533f03}.alert-danger{background-color:#f8d7da;border-color:#f5c6cb;color:#721c24}.alert-danger hr{border-top-color:#f1b0b7}.alert-danger .alert-link{color:#491217}.alert-light{background-color:#fefefe;border-color:#fdfdfe;color:#818182}.alert-light hr{border-top-color:#ececf6}.alert-light .alert-link{color:#686868}.alert-dark{background-color:#d6d8d9;border-color:#c6c8ca;color:#1b1e21}.alert-dark hr{border-top-color:#b9bbbe}.alert-dark .alert-link{color:#040505}.alert-white{background-color:#fff;border-color:#fff;color:#858585}.alert-white hr{border-top-color:#f2f2f2}.alert-white .alert-link{color:#6c6c6c}.alert-black{background-color:#ccc;border-color:#b8b8b8;color:#000}.alert-black hr{border-top-color:#ababab}.alert-black .alert-link{color:#000}.alert-progress{background-color:#d5d1dc;border-color:#c5bfcf;color:#180e2b}.alert-progress hr{border-top-color:#b8b0c4}.alert-progress .alert-link{color:#030105}.alert-color-1{background-color:#d5d1dc;border-color:#c5bfcf;color:#180e2b}.alert-color-1 hr{border-top-color:#b8b0c4}.alert-color-1 .alert-link{color:#030105}.alert-color-2{background-color:#e1d8f1;border-color:#d4c8eb;color:#361e5f}.alert-color-2 hr{border-top-color:#c5b5e4}.alert-color-2 .alert-link{color:#201238}.alert-color-3{background-color:#dcd4eb;border-color:#cec3e3;color:#2a1551}.alert-color-3 hr{border-top-color:#c0b2db}.alert-color-3 .alert-link{color:#150b29}.alert-color-4{background-color:#dad2e5;border-color:#cbc1db;color:#231142}.alert-color-4 hr{border-top-color:#bdb1d2}.alert-color-4 .alert-link{color:#0d0719}.alert-color-5{background-color:#dccccd;border-color:#cdb8b9;color:#290002}.alert-color-5 hr{border-top-color:#c2a9aa}.alert-color-5 .alert-link{color:#000}.alert-grey-1{background-color:#dadad9;border-color:#cbcbca;color:#242423}.alert-grey-1 hr{border-top-color:#bebebd}.alert-grey-1 .alert-link{color:#0a0a0a}.alert-grey-2{background-color:#d4d4d4;border-color:#c3c3c3;color:#151515}.alert-grey-2 hr{border-top-color:#b6b6b6}.alert-grey-2 .alert-link{color:#000}.alert-grey-3{background-color:#d1d1d1;border-color:#bebebe;color:#0c0c0c}.alert-grey-3 hr{border-top-color:#b1b1b1}.alert-grey-3 .alert-link{color:#000}.alert-grey-4{background-color:#d3d3d3;border-color:#c1c1c1;color:#121212}.alert-grey-4 hr{border-top-color:#b4b4b4}.alert-grey-4 .alert-link{color:#000}.alert-grey-5{background-color:#fcfcfc;border-color:#fbfbfb;color:#7e7e7e}.alert-grey-5 hr{border-top-color:#eee}.alert-grey-5 .alert-link{color:#656565}.alert-color-rtl{background-color:#f9ccd1;border-color:#f7b8bf;color:#76000e}.alert-color-rtl hr{border-top-color:#f4a1aa}.alert-color-rtl .alert-link{color:#430008}.alert-color-funradio{background-color:#cdf;border-color:#b8cfff;color:#002c85}.alert-color-funradio hr{border-top-color:#9fbeff}.alert-color-funradio .alert-link{color:#001b52}.alert-color-rtl2{background-color:#f9cdd0;border-color:#f7b9bd;color:#76030a}.alert-color-rtl2 hr{border-top-color:#f4a2a7}.alert-color-rtl2 .alert-link{color:#440206}.alert-facebook{background-color:#dadfec;border-color:#cbd2e4;color:#233253}.alert-facebook hr{border-top-color:#bac3db}.alert-facebook .alert-link{color:#141c2f}.alert-twitter{background-color:#cceefb;border-color:#b8e7fa;color:#00587b}.alert-twitter hr{border-top-color:#a0dff8}.alert-twitter .alert-link{color:#003448}.alert-whatsapp{background-color:#d4f6e0;border-color:#c3f3d4;color:#146e35}.alert-whatsapp hr{border-top-color:#aeefc5}.alert-whatsapp .alert-link{color:#0c4320}.alert-linkedin{background-color:#cce5f1;border-color:#b8dbec;color:#004261}.alert-linkedin hr{border-top-color:#a4d1e7}.alert-linkedin .alert-link{color:#001f2e}.alert-astro-aries{background-color:#fcdce7;border-color:#fbcede;color:#7d2a47}.alert-astro-aries hr{border-top-color:#f9b6ce}.alert-astro-aries .alert-link{color:#571d31}.alert-astro-taurus{background-color:#f0d3ed;border-color:#eac1e6;color:#5d1255}.alert-astro-taurus hr{border-top-color:#e4aede}.alert-astro-taurus .alert-link{color:#320a2e}.alert-astro-gemini{background-color:#e1d8f1;border-color:#d4c8eb;color:#361e5f}.alert-astro-gemini hr{border-top-color:#c5b5e4}.alert-astro-gemini .alert-link{color:#201238}.alert-astro-cancer{background-color:#fbdcee;border-color:#f9cee7;color:#7a2a58}.alert-astro-cancer hr{border-top-color:#f6b7dc}.alert-astro-cancer .alert-link{color:#541d3d}.alert-astro-leo{background-color:#e8d3f0;border-color:#dfc1ea;color:#4a125d}.alert-astro-leo hr{border-top-color:#d5aee4}.alert-astro-leo .alert-link{color:#280a32}.alert-astro-virgo{background-color:#f0d3e4;border-color:#eac1d9;color:#5d123f}.alert-astro-virgo hr{border-top-color:#e4aecd}.alert-astro-virgo .alert-link{color:#320a22}.alert-astro-libra{background-color:#ecdbfa;border-color:#e5cdf9;color:#542879}.alert-astro-libra hr{border-top-color:#d9b6f6}.alert-astro-libra .alert-link{color:#391b53}.alert-astro-scorpio{background-color:#dcddf2;border-color:#cecfed;color:#2a2c63}.alert-astro-scorpio hr{border-top-color:#bbbde6}.alert-astro-scorpio .alert-link{color:#1b1c3f}.alert-astro-sagittarius{background-color:#e3e5fb;border-color:#d8dbf9;color:#3d427a}.alert-astro-sagittarius hr{border-top-color:#c2c7f6}.alert-astro-sagittarius .alert-link{color:#2c3058}.alert-astro-capricorn{background-color:#f3dbfc;border-color:#eecdfb;color:#65287e}.alert-astro-capricorn hr{border-top-color:#e6b5f9}.alert-astro-capricorn .alert-link{color:#461c57}.alert-astro-aquarius{background-color:#fedfe2;border-color:#fdd2d7;color:#81303a}.alert-astro-aquarius hr{border-top-color:#fcbac1}.alert-astro-aquarius .alert-link{color:#5c2229}.alert-astro-pisces{background-color:#e7defb;border-color:#ded1f9;color:#472e7a}.alert-astro-pisces hr{border-top-color:#cebaf6}.alert-astro-pisces .alert-link{color:#312055}@-webkit-keyframes progress-bar-stripes{0%{background-position:.8rem 0}to{background-position:0 0}}@keyframes progress-bar-stripes{0%{background-position:.8rem 0}to{background-position:0 0}}.progress{background-color:rgba(0,0,0,.3);border-radius:.4rem;font-size:1.2rem;height:.8rem;line-height:0}.progress,.progress-bar{display:-ms-flexbox;display:flex;overflow:hidden}.progress-bar{-ms-flex-pack:center;background-color:#673ab7;color:#fff;-ms-flex-direction:column;flex-direction:column;justify-content:center;text-align:center;transition:width .6s ease;white-space:nowrap}@media (prefers-reduced-motion:reduce){.progress-bar{transition:none}}.progress-bar-striped{background-image:linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent);background-size:.8rem .8rem}.progress-bar-animated{-webkit-animation:progress-bar-stripes 1s linear infinite;animation:progress-bar-stripes 1s linear infinite}@media (prefers-reduced-motion:reduce){.progress-bar-animated{-webkit-animation:none;animation:none}}.media{-ms-flex-align:start;align-items:flex-start;display:-ms-flexbox;display:flex}.media-body{-ms-flex:1;flex:1}.list-group{border-radius:.25rem;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;margin-bottom:0;padding-left:0}.list-group-item-action{color:#495057;text-align:inherit;width:100%}.list-group-item-action:focus,.list-group-item-action:hover{background-color:#f8f9fa;color:#495057;text-decoration:none;z-index:1}.list-group-item-action:active{background-color:#e9ecef;color:#000}.list-group-item{background-color:#fff;border:1px solid rgba(0,0,0,.125);display:block;padding:.75rem 1.25rem;position:relative}.list-group-item:first-child{border-top-left-radius:inherit;border-top-right-radius:inherit}.list-group-item:last-child{border-bottom-left-radius:inherit;border-bottom-right-radius:inherit}.list-group-item.disabled,.list-group-item:disabled{background-color:#fff;color:#6c757d;pointer-events:none}.list-group-item.active{background-color:#673ab7;border-color:#673ab7;color:#fff;z-index:2}.list-group-item+.list-group-item{border-top-width:0}.list-group-item+.list-group-item.active{border-top-width:1px;margin-top:-1px}.list-group-horizontal{-ms-flex-direction:row;flex-direction:row}.list-group-horizontal>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal>.list-group-item:last-child{border-bottom-left-radius:0;border-top-right-radius:.25rem}.list-group-horizontal>.list-group-item.active{margin-top:0}.list-group-horizontal>.list-group-item+.list-group-item{border-left-width:0;border-top-width:1px}.list-group-horizontal>.list-group-item+.list-group-item.active{border-left-width:1px;margin-left:-1px}@media (min-width:380px){.list-group-horizontal-sm{-ms-flex-direction:row;flex-direction:row}.list-group-horizontal-sm>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-sm>.list-group-item:last-child{border-bottom-left-radius:0;border-top-right-radius:.25rem}.list-group-horizontal-sm>.list-group-item.active{margin-top:0}.list-group-horizontal-sm>.list-group-item+.list-group-item{border-left-width:0;border-top-width:1px}.list-group-horizontal-sm>.list-group-item+.list-group-item.active{border-left-width:1px;margin-left:-1px}}@media (min-width:641px){.list-group-horizontal-md{-ms-flex-direction:row;flex-direction:row}.list-group-horizontal-md>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-md>.list-group-item:last-child{border-bottom-left-radius:0;border-top-right-radius:.25rem}.list-group-horizontal-md>.list-group-item.active{margin-top:0}.list-group-horizontal-md>.list-group-item+.list-group-item{border-left-width:0;border-top-width:1px}.list-group-horizontal-md>.list-group-item+.list-group-item.active{border-left-width:1px;margin-left:-1px}}@media (min-width:961px){.list-group-horizontal-lg{-ms-flex-direction:row;flex-direction:row}.list-group-horizontal-lg>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-lg>.list-group-item:last-child{border-bottom-left-radius:0;border-top-right-radius:.25rem}.list-group-horizontal-lg>.list-group-item.active{margin-top:0}.list-group-horizontal-lg>.list-group-item+.list-group-item{border-left-width:0;border-top-width:1px}.list-group-horizontal-lg>.list-group-item+.list-group-item.active{border-left-width:1px;margin-left:-1px}}@media (min-width:1300px){.list-group-horizontal-xl{-ms-flex-direction:row;flex-direction:row}.list-group-horizontal-xl>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-xl>.list-group-item:last-child{border-bottom-left-radius:0;border-top-right-radius:.25rem}.list-group-horizontal-xl>.list-group-item.active{margin-top:0}.list-group-horizontal-xl>.list-group-item+.list-group-item{border-left-width:0;border-top-width:1px}.list-group-horizontal-xl>.list-group-item+.list-group-item.active{border-left-width:1px;margin-left:-1px}}.list-group-flush{border-radius:0}.list-group-flush>.list-group-item{border-width:0 0 1px}.list-group-flush>.list-group-item:last-child{border-bottom-width:0}.list-group-item-primary{background-color:#d4c8eb;color:#361e5f}.list-group-item-primary.list-group-item-action:focus,.list-group-item-primary.list-group-item-action:hover{background-color:#c5b5e4;color:#361e5f}.list-group-item-primary.list-group-item-action.active{background-color:#361e5f;border-color:#361e5f;color:#fff}.list-group-item-secondary{background-color:#cec3e3;color:#2a1551}.list-group-item-secondary.list-group-item-action:focus,.list-group-item-secondary.list-group-item-action:hover{background-color:#c0b2db;color:#2a1551}.list-group-item-secondary.list-group-item-action.active{background-color:#2a1551;border-color:#2a1551;color:#fff}.list-group-item-success{background-color:#c3e6cb;color:#155724}.list-group-item-success.list-group-item-action:focus,.list-group-item-success.list-group-item-action:hover{background-color:#b1dfbb;color:#155724}.list-group-item-success.list-group-item-action.active{background-color:#155724;border-color:#155724;color:#fff}.list-group-item-info{background-color:#bee5eb;color:#0c5460}.list-group-item-info.list-group-item-action:focus,.list-group-item-info.list-group-item-action:hover{background-color:#abdde5;color:#0c5460}.list-group-item-info.list-group-item-action.active{background-color:#0c5460;border-color:#0c5460;color:#fff}.list-group-item-warning{background-color:#ffeeba;color:#856404}.list-group-item-warning.list-group-item-action:focus,.list-group-item-warning.list-group-item-action:hover{background-color:#ffe8a1;color:#856404}.list-group-item-warning.list-group-item-action.active{background-color:#856404;border-color:#856404;color:#fff}.list-group-item-danger{background-color:#f5c6cb;color:#721c24}.list-group-item-danger.list-group-item-action:focus,.list-group-item-danger.list-group-item-action:hover{background-color:#f1b0b7;color:#721c24}.list-group-item-danger.list-group-item-action.active{background-color:#721c24;border-color:#721c24;color:#fff}.list-group-item-light{background-color:#fdfdfe;color:#818182}.list-group-item-light.list-group-item-action:focus,.list-group-item-light.list-group-item-action:hover{background-color:#ececf6;color:#818182}.list-group-item-light.list-group-item-action.active{background-color:#818182;border-color:#818182;color:#fff}.list-group-item-dark{background-color:#c6c8ca;color:#1b1e21}.list-group-item-dark.list-group-item-action:focus,.list-group-item-dark.list-group-item-action:hover{background-color:#b9bbbe;color:#1b1e21}.list-group-item-dark.list-group-item-action.active{background-color:#1b1e21;border-color:#1b1e21;color:#fff}.list-group-item-white{background-color:#fff;color:#858585}.list-group-item-white.list-group-item-action:focus,.list-group-item-white.list-group-item-action:hover{background-color:#f2f2f2;color:#858585}.list-group-item-white.list-group-item-action.active{background-color:#858585;border-color:#858585;color:#fff}.list-group-item-black{background-color:#b8b8b8;color:#000}.list-group-item-black.list-group-item-action:focus,.list-group-item-black.list-group-item-action:hover{background-color:#ababab;color:#000}.list-group-item-black.list-group-item-action.active{background-color:#000;border-color:#000;color:#fff}.list-group-item-progress{background-color:#c5bfcf;color:#180e2b}.list-group-item-progress.list-group-item-action:focus,.list-group-item-progress.list-group-item-action:hover{background-color:#b8b0c4;color:#180e2b}.list-group-item-progress.list-group-item-action.active{background-color:#180e2b;border-color:#180e2b;color:#fff}.list-group-item-color-1{background-color:#c5bfcf;color:#180e2b}.list-group-item-color-1.list-group-item-action:focus,.list-group-item-color-1.list-group-item-action:hover{background-color:#b8b0c4;color:#180e2b}.list-group-item-color-1.list-group-item-action.active{background-color:#180e2b;border-color:#180e2b;color:#fff}.list-group-item-color-2{background-color:#d4c8eb;color:#361e5f}.list-group-item-color-2.list-group-item-action:focus,.list-group-item-color-2.list-group-item-action:hover{background-color:#c5b5e4;color:#361e5f}.list-group-item-color-2.list-group-item-action.active{background-color:#361e5f;border-color:#361e5f;color:#fff}.list-group-item-color-3{background-color:#cec3e3;color:#2a1551}.list-group-item-color-3.list-group-item-action:focus,.list-group-item-color-3.list-group-item-action:hover{background-color:#c0b2db;color:#2a1551}.list-group-item-color-3.list-group-item-action.active{background-color:#2a1551;border-color:#2a1551;color:#fff}.list-group-item-color-4{background-color:#cbc1db;color:#231142}.list-group-item-color-4.list-group-item-action:focus,.list-group-item-color-4.list-group-item-action:hover{background-color:#bdb1d2;color:#231142}.list-group-item-color-4.list-group-item-action.active{background-color:#231142;border-color:#231142;color:#fff}.list-group-item-color-5{background-color:#cdb8b9;color:#290002}.list-group-item-color-5.list-group-item-action:focus,.list-group-item-color-5.list-group-item-action:hover{background-color:#c2a9aa;color:#290002}.list-group-item-color-5.list-group-item-action.active{background-color:#290002;border-color:#290002;color:#fff}.list-group-item-grey-1{background-color:#cbcbca;color:#242423}.list-group-item-grey-1.list-group-item-action:focus,.list-group-item-grey-1.list-group-item-action:hover{background-color:#bebebd;color:#242423}.list-group-item-grey-1.list-group-item-action.active{background-color:#242423;border-color:#242423;color:#fff}.list-group-item-grey-2{background-color:#c3c3c3;color:#151515}.list-group-item-grey-2.list-group-item-action:focus,.list-group-item-grey-2.list-group-item-action:hover{background-color:#b6b6b6;color:#151515}.list-group-item-grey-2.list-group-item-action.active{background-color:#151515;border-color:#151515;color:#fff}.list-group-item-grey-3{background-color:#bebebe;color:#0c0c0c}.list-group-item-grey-3.list-group-item-action:focus,.list-group-item-grey-3.list-group-item-action:hover{background-color:#b1b1b1;color:#0c0c0c}.list-group-item-grey-3.list-group-item-action.active{background-color:#0c0c0c;border-color:#0c0c0c;color:#fff}.list-group-item-grey-4{background-color:#c1c1c1;color:#121212}.list-group-item-grey-4.list-group-item-action:focus,.list-group-item-grey-4.list-group-item-action:hover{background-color:#b4b4b4;color:#121212}.list-group-item-grey-4.list-group-item-action.active{background-color:#121212;border-color:#121212;color:#fff}.list-group-item-grey-5{background-color:#fbfbfb;color:#7e7e7e}.list-group-item-grey-5.list-group-item-action:focus,.list-group-item-grey-5.list-group-item-action:hover{background-color:#eee;color:#7e7e7e}.list-group-item-grey-5.list-group-item-action.active{background-color:#7e7e7e;border-color:#7e7e7e;color:#fff}.list-group-item-color-rtl{background-color:#f7b8bf;color:#76000e}.list-group-item-color-rtl.list-group-item-action:focus,.list-group-item-color-rtl.list-group-item-action:hover{background-color:#f4a1aa;color:#76000e}.list-group-item-color-rtl.list-group-item-action.active{background-color:#76000e;border-color:#76000e;color:#fff}.list-group-item-color-funradio{background-color:#b8cfff;color:#002c85}.list-group-item-color-funradio.list-group-item-action:focus,.list-group-item-color-funradio.list-group-item-action:hover{background-color:#9fbeff;color:#002c85}.list-group-item-color-funradio.list-group-item-action.active{background-color:#002c85;border-color:#002c85;color:#fff}.list-group-item-color-rtl2{background-color:#f7b9bd;color:#76030a}.list-group-item-color-rtl2.list-group-item-action:focus,.list-group-item-color-rtl2.list-group-item-action:hover{background-color:#f4a2a7;color:#76030a}.list-group-item-color-rtl2.list-group-item-action.active{background-color:#76030a;border-color:#76030a;color:#fff}.list-group-item-facebook{background-color:#cbd2e4;color:#233253}.list-group-item-facebook.list-group-item-action:focus,.list-group-item-facebook.list-group-item-action:hover{background-color:#bac3db;color:#233253}.list-group-item-facebook.list-group-item-action.active{background-color:#233253;border-color:#233253;color:#fff}.list-group-item-twitter{background-color:#b8e7fa;color:#00587b}.list-group-item-twitter.list-group-item-action:focus,.list-group-item-twitter.list-group-item-action:hover{background-color:#a0dff8;color:#00587b}.list-group-item-twitter.list-group-item-action.active{background-color:#00587b;border-color:#00587b;color:#fff}.list-group-item-whatsapp{background-color:#c3f3d4;color:#146e35}.list-group-item-whatsapp.list-group-item-action:focus,.list-group-item-whatsapp.list-group-item-action:hover{background-color:#aeefc5;color:#146e35}.list-group-item-whatsapp.list-group-item-action.active{background-color:#146e35;border-color:#146e35;color:#fff}.list-group-item-linkedin{background-color:#b8dbec;color:#004261}.list-group-item-linkedin.list-group-item-action:focus,.list-group-item-linkedin.list-group-item-action:hover{background-color:#a4d1e7;color:#004261}.list-group-item-linkedin.list-group-item-action.active{background-color:#004261;border-color:#004261;color:#fff}.list-group-item-astro-aries{background-color:#fbcede;color:#7d2a47}.list-group-item-astro-aries.list-group-item-action:focus,.list-group-item-astro-aries.list-group-item-action:hover{background-color:#f9b6ce;color:#7d2a47}.list-group-item-astro-aries.list-group-item-action.active{background-color:#7d2a47;border-color:#7d2a47;color:#fff}.list-group-item-astro-taurus{background-color:#eac1e6;color:#5d1255}.list-group-item-astro-taurus.list-group-item-action:focus,.list-group-item-astro-taurus.list-group-item-action:hover{background-color:#e4aede;color:#5d1255}.list-group-item-astro-taurus.list-group-item-action.active{background-color:#5d1255;border-color:#5d1255;color:#fff}.list-group-item-astro-gemini{background-color:#d4c8eb;color:#361e5f}.list-group-item-astro-gemini.list-group-item-action:focus,.list-group-item-astro-gemini.list-group-item-action:hover{background-color:#c5b5e4;color:#361e5f}.list-group-item-astro-gemini.list-group-item-action.active{background-color:#361e5f;border-color:#361e5f;color:#fff}.list-group-item-astro-cancer{background-color:#f9cee7;color:#7a2a58}.list-group-item-astro-cancer.list-group-item-action:focus,.list-group-item-astro-cancer.list-group-item-action:hover{background-color:#f6b7dc;color:#7a2a58}.list-group-item-astro-cancer.list-group-item-action.active{background-color:#7a2a58;border-color:#7a2a58;color:#fff}.list-group-item-astro-leo{background-color:#dfc1ea;color:#4a125d}.list-group-item-astro-leo.list-group-item-action:focus,.list-group-item-astro-leo.list-group-item-action:hover{background-color:#d5aee4;color:#4a125d}.list-group-item-astro-leo.list-group-item-action.active{background-color:#4a125d;border-color:#4a125d;color:#fff}.list-group-item-astro-virgo{background-color:#eac1d9;color:#5d123f}.list-group-item-astro-virgo.list-group-item-action:focus,.list-group-item-astro-virgo.list-group-item-action:hover{background-color:#e4aecd;color:#5d123f}.list-group-item-astro-virgo.list-group-item-action.active{background-color:#5d123f;border-color:#5d123f;color:#fff}.list-group-item-astro-libra{background-color:#e5cdf9;color:#542879}.list-group-item-astro-libra.list-group-item-action:focus,.list-group-item-astro-libra.list-group-item-action:hover{background-color:#d9b6f6;color:#542879}.list-group-item-astro-libra.list-group-item-action.active{background-color:#542879;border-color:#542879;color:#fff}.list-group-item-astro-scorpio{background-color:#cecfed;color:#2a2c63}.list-group-item-astro-scorpio.list-group-item-action:focus,.list-group-item-astro-scorpio.list-group-item-action:hover{background-color:#bbbde6;color:#2a2c63}.list-group-item-astro-scorpio.list-group-item-action.active{background-color:#2a2c63;border-color:#2a2c63;color:#fff}.list-group-item-astro-sagittarius{background-color:#d8dbf9;color:#3d427a}.list-group-item-astro-sagittarius.list-group-item-action:focus,.list-group-item-astro-sagittarius.list-group-item-action:hover{background-color:#c2c7f6;color:#3d427a}.list-group-item-astro-sagittarius.list-group-item-action.active{background-color:#3d427a;border-color:#3d427a;color:#fff}.list-group-item-astro-capricorn{background-color:#eecdfb;color:#65287e}.list-group-item-astro-capricorn.list-group-item-action:focus,.list-group-item-astro-capricorn.list-group-item-action:hover{background-color:#e6b5f9;color:#65287e}.list-group-item-astro-capricorn.list-group-item-action.active{background-color:#65287e;border-color:#65287e;color:#fff}.list-group-item-astro-aquarius{background-color:#fdd2d7;color:#81303a}.list-group-item-astro-aquarius.list-group-item-action:focus,.list-group-item-astro-aquarius.list-group-item-action:hover{background-color:#fcbac1;color:#81303a}.list-group-item-astro-aquarius.list-group-item-action.active{background-color:#81303a;border-color:#81303a;color:#fff}.list-group-item-astro-pisces{background-color:#ded1f9;color:#472e7a}.list-group-item-astro-pisces.list-group-item-action:focus,.list-group-item-astro-pisces.list-group-item-action:hover{background-color:#cebaf6;color:#472e7a}.list-group-item-astro-pisces.list-group-item-action.active{background-color:#472e7a;border-color:#472e7a;color:#fff}.close{color:#000;float:right;font-size:2.4rem;font-weight:700;line-height:1;opacity:.5;text-shadow:0 1px 0 #fff}.close:hover{color:#000;text-decoration:none}.close:not(:disabled):not(.disabled):focus,.close:not(:disabled):not(.disabled):hover{opacity:.75}button.close{background-color:transparent;border:0;padding:0}a.close.disabled{pointer-events:none}.toast{-ms-flex-preferred-size:350px;background-clip:padding-box;background-color:hsla(0,0%,100%,.85);border:1px solid rgba(0,0,0,.1);border-radius:.25rem;box-shadow:0 .25rem .75rem rgba(0,0,0,.1);flex-basis:350px;font-size:.875rem;max-width:350px;opacity:0}.toast:not(:last-child){margin-bottom:.75rem}.toast.showing{opacity:1}.toast.show{display:block;opacity:1}.toast.hide{display:none}.toast-header{-ms-flex-align:center;align-items:center;background-clip:padding-box;background-color:hsla(0,0%,100%,.85);border-bottom:1px solid rgba(0,0,0,.05);border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px);color:#6c757d;display:-ms-flexbox;display:flex;padding:.25rem .75rem}.toast-body{padding:.75rem}.modal-open{overflow:hidden}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal{display:none;height:100%;left:0;outline:0;overflow:hidden;position:fixed;top:0;width:100%;z-index:1050}.modal-dialog{margin:.5rem;pointer-events:none;position:relative;width:auto}.modal.fade .modal-dialog{-webkit-transform:translateY(-50px);transform:translateY(-50px);transition:-webkit-transform .3s ease-out;transition:transform .3s ease-out;transition:transform .3s ease-out,-webkit-transform .3s ease-out}@media (prefers-reduced-motion:reduce){.modal.fade .modal-dialog{transition:none}}.modal.show .modal-dialog{-webkit-transform:none;transform:none}.modal.modal-static .modal-dialog{-webkit-transform:scale(1.02);transform:scale(1.02)}.modal-dialog-scrollable{display:-ms-flexbox;display:flex;max-height:calc(100% - 1rem)}.modal-dialog-scrollable .modal-content{max-height:calc(100vh - 1rem);overflow:hidden}.modal-dialog-scrollable .modal-footer,.modal-dialog-scrollable .modal-header{-ms-flex-negative:0;flex-shrink:0}.modal-dialog-scrollable .modal-body{overflow-y:auto}.modal-dialog-centered{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;min-height:calc(100% - 1rem)}.modal-dialog-centered:before{content:"";display:block;height:calc(100vh - 1rem);height:-webkit-min-content;height:-moz-min-content;height:min-content}.modal-dialog-centered.modal-dialog-scrollable{-ms-flex-pack:center;-ms-flex-direction:column;flex-direction:column;height:100%;justify-content:center}.modal-dialog-centered.modal-dialog-scrollable .modal-content{max-height:none}.modal-dialog-centered.modal-dialog-scrollable:before{content:none}.modal-content{background-clip:padding-box;background-color:#fff;border:1px solid rgba(0,0,0,.2);border-radius:.3rem;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;outline:0;pointer-events:auto;position:relative;width:100%}.modal-backdrop{background-color:#000;height:100vh;left:0;position:fixed;top:0;width:100vw;z-index:1040}.modal-backdrop.fade{opacity:0}.modal-backdrop.show{opacity:.5}.modal-header{-ms-flex-align:start;-ms-flex-pack:justify;align-items:flex-start;border-bottom:1px solid #dee2e6;border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:calc(.3rem - 1px);display:-ms-flexbox;display:flex;justify-content:space-between;padding:1rem}.modal-header .close{margin:-1rem -1rem -1rem auto;padding:1rem}.modal-title{line-height:1.5;margin-bottom:0}.modal-body{-ms-flex:1 1 auto;flex:1 1 auto;padding:1rem;position:relative}.modal-footer{-ms-flex-align:center;-ms-flex-pack:end;align-items:center;border-bottom-left-radius:calc(.3rem - 1px);border-bottom-right-radius:calc(.3rem - 1px);border-top:1px solid #dee2e6;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;justify-content:flex-end;padding:.75rem}.modal-footer>*{margin:.25rem}.modal-scrollbar-measure{height:50px;overflow:scroll;position:absolute;top:-9999px;width:50px}@media (min-width:380px){.modal-dialog{margin:1.75rem auto;max-width:500px}.modal-dialog-scrollable{max-height:calc(100% - 3.5rem)}.modal-dialog-scrollable .modal-content{max-height:calc(100vh - 3.5rem)}.modal-dialog-centered{min-height:calc(100% - 3.5rem)}.modal-dialog-centered:before{height:calc(100vh - 3.5rem);height:-webkit-min-content;height:-moz-min-content;height:min-content}.modal-sm{max-width:300px}}@media (min-width:961px){.modal-lg,.modal-xl{max-width:800px}}@media (min-width:1300px){.modal-xl{max-width:1140px}}.tooltip{word-wrap:break-word;display:block;font-family:Roboto,sans-serif;font-size:1.4rem;font-style:normal;font-weight:400;letter-spacing:normal;line-break:auto;line-height:1.5;margin:0;opacity:0;position:absolute;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;white-space:normal;word-break:normal;word-spacing:normal;z-index:1070}.tooltip.show{opacity:.9}.tooltip .arrow{display:block;height:.4rem;position:absolute;width:.8rem}.tooltip .arrow:before{border-color:transparent;border-style:solid;content:"";position:absolute}.bs-tooltip-auto[x-placement^=top],.bs-tooltip-top{padding:.4rem 0}.bs-tooltip-auto[x-placement^=top] .arrow,.bs-tooltip-top .arrow{bottom:0}.bs-tooltip-auto[x-placement^=top] .arrow:before,.bs-tooltip-top .arrow:before{border-top-color:#000;border-width:.4rem .4rem 0;top:0}.bs-tooltip-auto[x-placement^=right],.bs-tooltip-right{padding:0 .4rem}.bs-tooltip-auto[x-placement^=right] .arrow,.bs-tooltip-right .arrow{height:.8rem;left:0;width:.4rem}.bs-tooltip-auto[x-placement^=right] .arrow:before,.bs-tooltip-right .arrow:before{border-right-color:#000;border-width:.4rem .4rem .4rem 0;right:0}.bs-tooltip-auto[x-placement^=bottom],.bs-tooltip-bottom{padding:.4rem 0}.bs-tooltip-auto[x-placement^=bottom] .arrow,.bs-tooltip-bottom .arrow{top:0}.bs-tooltip-auto[x-placement^=bottom] .arrow:before,.bs-tooltip-bottom .arrow:before{border-bottom-color:#000;border-width:0 .4rem .4rem;bottom:0}.bs-tooltip-auto[x-placement^=left],.bs-tooltip-left{padding:0 .4rem}.bs-tooltip-auto[x-placement^=left] .arrow,.bs-tooltip-left .arrow{height:.8rem;right:0;width:.4rem}.bs-tooltip-auto[x-placement^=left] .arrow:before,.bs-tooltip-left .arrow:before{border-left-color:#000;border-width:.4rem 0 .4rem .4rem;left:0}.tooltip-inner{background-color:#000;border-radius:.25rem;color:#fff;max-width:200px;padding:.25rem .5rem;text-align:center}.popover{word-wrap:break-word;background-clip:padding-box;background-color:#fff;border:1px solid rgba(0,0,0,.2);border-radius:.3rem;font-family:Roboto,sans-serif;font-size:1.4rem;font-style:normal;font-weight:400;left:0;letter-spacing:normal;line-break:auto;line-height:1.5;max-width:276px;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;top:0;white-space:normal;word-break:normal;word-spacing:normal;z-index:1060}.popover,.popover .arrow{display:block;position:absolute}.popover .arrow{height:.5rem;margin:0 .3rem;width:1rem}.popover .arrow:after,.popover .arrow:before{border-color:transparent;border-style:solid;content:"";display:block;position:absolute}.bs-popover-auto[x-placement^=top],.bs-popover-top{margin-bottom:.5rem}.bs-popover-auto[x-placement^=top]>.arrow,.bs-popover-top>.arrow{bottom:calc(-.5rem - 1px)}.bs-popover-auto[x-placement^=top]>.arrow:before,.bs-popover-top>.arrow:before{border-top-color:rgba(0,0,0,.25);border-width:.5rem .5rem 0;bottom:0}.bs-popover-auto[x-placement^=top]>.arrow:after,.bs-popover-top>.arrow:after{border-top-color:#fff;border-width:.5rem .5rem 0;bottom:1px}.bs-popover-auto[x-placement^=right],.bs-popover-right{margin-left:.5rem}.bs-popover-auto[x-placement^=right]>.arrow,.bs-popover-right>.arrow{height:1rem;left:calc(-.5rem - 1px);margin:.3rem 0;width:.5rem}.bs-popover-auto[x-placement^=right]>.arrow:before,.bs-popover-right>.arrow:before{border-right-color:rgba(0,0,0,.25);border-width:.5rem .5rem .5rem 0;left:0}.bs-popover-auto[x-placement^=right]>.arrow:after,.bs-popover-right>.arrow:after{border-right-color:#fff;border-width:.5rem .5rem .5rem 0;left:1px}.bs-popover-auto[x-placement^=bottom],.bs-popover-bottom{margin-top:.5rem}.bs-popover-auto[x-placement^=bottom]>.arrow,.bs-popover-bottom>.arrow{top:calc(-.5rem - 1px)}.bs-popover-auto[x-placement^=bottom]>.arrow:before,.bs-popover-bottom>.arrow:before{border-bottom-color:rgba(0,0,0,.25);border-width:0 .5rem .5rem;top:0}.bs-popover-auto[x-placement^=bottom]>.arrow:after,.bs-popover-bottom>.arrow:after{border-bottom-color:#fff;border-width:0 .5rem .5rem;top:1px}.bs-popover-auto[x-placement^=bottom] .popover-header:before,.bs-popover-bottom .popover-header:before{border-bottom:1px solid #f7f7f7;content:"";display:block;left:50%;margin-left:-.5rem;position:absolute;top:0;width:1rem}.bs-popover-auto[x-placement^=left],.bs-popover-left{margin-right:.5rem}.bs-popover-auto[x-placement^=left]>.arrow,.bs-popover-left>.arrow{height:1rem;margin:.3rem 0;right:calc(-.5rem - 1px);width:.5rem}.bs-popover-auto[x-placement^=left]>.arrow:before,.bs-popover-left>.arrow:before{border-left-color:rgba(0,0,0,.25);border-width:.5rem 0 .5rem .5rem;right:0}.bs-popover-auto[x-placement^=left]>.arrow:after,.bs-popover-left>.arrow:after{border-left-color:#fff;border-width:.5rem 0 .5rem .5rem;right:1px}.popover-header{background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:calc(.3rem - 1px);font-size:1.6rem;margin-bottom:0;padding:.5rem .75rem}.popover-header:empty{display:none}.popover-body{color:#000;padding:.5rem .75rem}.carousel{position:relative}.carousel.pointer-event{-ms-touch-action:pan-y;touch-action:pan-y}.carousel-inner{overflow:hidden;position:relative;width:100%}.carousel-inner:after{clear:both;content:"";display:block}.carousel-item{-webkit-backface-visibility:hidden;backface-visibility:hidden;display:none;float:left;margin-right:-100%;position:relative;transition:-webkit-transform .6s ease-in-out;transition:transform .6s ease-in-out;transition:transform .6s ease-in-out,-webkit-transform .6s ease-in-out;width:100%}@media (prefers-reduced-motion:reduce){.carousel-item{transition:none}}.carousel-item-next,.carousel-item-prev,.carousel-item.active{display:block}.active.carousel-item-right,.carousel-item-next:not(.carousel-item-left){-webkit-transform:translateX(100%);transform:translateX(100%)}.active.carousel-item-left,.carousel-item-prev:not(.carousel-item-right){-webkit-transform:translateX(-100%);transform:translateX(-100%)}.carousel-fade .carousel-item{opacity:0;-webkit-transform:none;transform:none;transition-property:opacity}.carousel-fade .carousel-item-next.carousel-item-left,.carousel-fade .carousel-item-prev.carousel-item-right,.carousel-fade .carousel-item.active{opacity:1;z-index:1}.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-right{opacity:0;transition:opacity 0s .6s;z-index:0}@media (prefers-reduced-motion:reduce){.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-right{transition:none}}.carousel-control-next,.carousel-control-prev{-ms-flex-align:center;-ms-flex-pack:center;align-items:center;background:none;border:0;bottom:0;color:#fff;display:-ms-flexbox;display:flex;justify-content:center;opacity:.5;padding:0;position:absolute;text-align:center;top:0;transition:opacity .15s ease;width:15%;z-index:1}@media (prefers-reduced-motion:reduce){.carousel-control-next,.carousel-control-prev{transition:none}}.carousel-control-next:focus,.carousel-control-next:hover,.carousel-control-prev:focus,.carousel-control-prev:hover{color:#fff;opacity:.9;outline:0;text-decoration:none}.carousel-control-prev{left:0}.carousel-control-next{right:0}.carousel-control-next-icon,.carousel-control-prev-icon{background:50%/100% 100% no-repeat;display:inline-block;height:20px;width:20px}.carousel-control-prev-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8'%3E%3Cpath d='m5.25 0-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3E%3C/svg%3E")}.carousel-control-next-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8'%3E%3Cpath d='m2.75 0-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3E%3C/svg%3E")}.carousel-indicators{-ms-flex-pack:center;bottom:0;display:-ms-flexbox;display:flex;justify-content:center;left:0;list-style:none;margin-left:15%;margin-right:15%;padding-left:0;position:absolute;right:0;z-index:15}.carousel-indicators li{background-clip:padding-box;background-color:#fff;border-bottom:10px solid transparent;border-top:10px solid transparent;box-sizing:content-box;cursor:pointer;-ms-flex:0 1 auto;flex:0 1 auto;height:3px;margin-left:3px;margin-right:3px;opacity:.5;text-indent:-999px;transition:opacity .6s ease;width:30px}@media (prefers-reduced-motion:reduce){.carousel-indicators li{transition:none}}.carousel-indicators .active{opacity:1}.carousel-caption{bottom:20px;color:#fff;left:15%;padding-bottom:20px;padding-top:20px;position:absolute;right:15%;text-align:center;z-index:10}@-webkit-keyframes spinner-border{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes spinner-border{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.spinner-border{-webkit-animation:spinner-border .75s linear infinite;animation:spinner-border .75s linear infinite;border:.25em solid;border-radius:50%;border-right:.25em solid transparent;display:inline-block;height:2rem;vertical-align:-.125em;width:2rem}.spinner-border-sm{border-width:.2em;height:1rem;width:1rem}@-webkit-keyframes spinner-grow{0%{-webkit-transform:scale(0);transform:scale(0)}50%{opacity:1;-webkit-transform:none;transform:none}}@keyframes spinner-grow{0%{-webkit-transform:scale(0);transform:scale(0)}50%{opacity:1;-webkit-transform:none;transform:none}}.spinner-grow{-webkit-animation:spinner-grow .75s linear infinite;animation:spinner-grow .75s linear infinite;background-color:currentcolor;border-radius:50%;display:inline-block;height:2rem;opacity:0;vertical-align:-.125em;width:2rem}.spinner-grow-sm{height:1rem;width:1rem}@media (prefers-reduced-motion:reduce){.spinner-border,.spinner-grow{-webkit-animation-duration:1.5s;animation-duration:1.5s}}.align-baseline{vertical-align:baseline!important}.align-top{vertical-align:top!important}.align-middle{vertical-align:middle!important}.align-bottom{vertical-align:bottom!important}.align-text-bottom{vertical-align:text-bottom!important}.align-text-top{vertical-align:text-top!important}.bg-primary{background-color:#673ab7!important}a.bg-primary:focus,a.bg-primary:hover,button.bg-primary:focus,button.bg-primary:hover{background-color:#512e90!important}.bg-secondary{background-color:#51289b!important}a.bg-secondary:focus,a.bg-secondary:hover,button.bg-secondary:focus,button.bg-secondary:hover{background-color:#3c1e72!important}.bg-success{background-color:#28a745!important}a.bg-success:focus,a.bg-success:hover,button.bg-success:focus,button.bg-success:hover{background-color:#1e7e34!important}.bg-info{background-color:#17a2b8!important}a.bg-info:focus,a.bg-info:hover,button.bg-info:focus,button.bg-info:hover{background-color:#117a8b!important}.bg-warning{background-color:#ffc107!important}a.bg-warning:focus,a.bg-warning:hover,button.bg-warning:focus,button.bg-warning:hover{background-color:#d39e00!important}.bg-danger{background-color:#dc3545!important}a.bg-danger:focus,a.bg-danger:hover,button.bg-danger:focus,button.bg-danger:hover{background-color:#bd2130!important}.bg-light{background-color:#f8f9fa!important}a.bg-light:focus,a.bg-light:hover,button.bg-light:focus,button.bg-light:hover{background-color:#dae0e5!important}.bg-dark{background-color:#343a40!important}a.bg-dark:focus,a.bg-dark:hover,button.bg-dark:focus,button.bg-dark:hover{background-color:#1d2124!important}a.bg-white:focus,a.bg-white:hover,button.bg-white:focus,button.bg-white:hover{background-color:#e6e6e6!important}.bg-black,a.bg-black:focus,a.bg-black:hover,button.bg-black:focus,button.bg-black:hover{background-color:#000!important}.bg-progress{background-color:#2f1a52!important}a.bg-progress:focus,a.bg-progress:hover,button.bg-progress:focus,button.bg-progress:hover{background-color:#190e2b!important}.bg-color-1{background-color:#2f1a52!important}a.bg-color-1:focus,a.bg-color-1:hover,button.bg-color-1:focus,button.bg-color-1:hover{background-color:#190e2b!important}.bg-color-2{background-color:#673ab7!important}a.bg-color-2:focus,a.bg-color-2:hover,button.bg-color-2:focus,button.bg-color-2:hover{background-color:#512e90!important}.bg-color-3{background-color:#51289b!important}a.bg-color-3:focus,a.bg-color-3:hover,button.bg-color-3:focus,button.bg-color-3:hover{background-color:#3c1e72!important}.bg-color-4{background-color:#44207f!important}a.bg-color-4:focus,a.bg-color-4:hover,button.bg-color-4:focus,button.bg-color-4:hover{background-color:#2e1656!important}.bg-color-5{background-color:#4e0004!important}a.bg-color-5:focus,a.bg-color-5:hover,button.bg-color-5:focus,button.bg-color-5:hover{background-color:#1b0001!important}.bg-grey-1{background-color:#464543!important}a.bg-grey-1:focus,a.bg-grey-1:hover,button.bg-grey-1:focus,button.bg-grey-1:hover{background-color:#2c2b2a!important}.bg-grey-2{background-color:#282828!important}a.bg-grey-2:focus,a.bg-grey-2:hover,button.bg-grey-2:focus,button.bg-grey-2:hover{background-color:#0f0f0f!important}.bg-grey-3{background-color:#181818!important}a.bg-grey-3:focus,a.bg-grey-3:hover,button.bg-grey-3:focus,button.bg-grey-3:hover{background-color:#000!important}.bg-grey-4{background-color:#232323!important}a.bg-grey-4:focus,a.bg-grey-4:hover,button.bg-grey-4:focus,button.bg-grey-4:hover{background-color:#0a0a0a!important}.bg-grey-5{background-color:#f2f2f2!important}a.bg-grey-5:focus,a.bg-grey-5:hover,button.bg-grey-5:focus,button.bg-grey-5:hover{background-color:#d9d9d9!important}.bg-color-rtl{background-color:#e3001b!important}a.bg-color-rtl:focus,a.bg-color-rtl:hover,button.bg-color-rtl:focus,button.bg-color-rtl:hover{background-color:#b00015!important}.bg-color-funradio{background-color:#05f!important}a.bg-color-funradio:focus,a.bg-color-funradio:hover,button.bg-color-funradio:focus,button.bg-color-funradio:hover{background-color:#04c!important}.bg-color-rtl2{background-color:#e30613!important}a.bg-color-rtl2:focus,a.bg-color-rtl2:hover,button.bg-color-rtl2:focus,button.bg-color-rtl2:hover{background-color:#b1050f!important}.bg-facebook{background-color:#4460a0!important}a.bg-facebook:focus,a.bg-facebook:hover,button.bg-facebook:focus,button.bg-facebook:hover{background-color:#354b7c!important}.bg-twitter{background-color:#00aaec!important}a.bg-twitter:focus,a.bg-twitter:hover,button.bg-twitter:focus,button.bg-twitter:hover{background-color:#0085b9!important}.bg-whatsapp{background-color:#27d366!important}a.bg-whatsapp:focus,a.bg-whatsapp:hover,button.bg-whatsapp:focus,button.bg-whatsapp:hover{background-color:#1fa851!important}.bg-linkedin{background-color:#007ebb!important}a.bg-linkedin:focus,a.bg-linkedin:hover,button.bg-linkedin:focus,button.bg-linkedin:hover{background-color:#005c88!important}.bg-astro-aries{background-color:#f15188!important}a.bg-astro-aries:focus,a.bg-astro-aries:hover,button.bg-astro-aries:focus,button.bg-astro-aries:hover{background-color:#ed2268!important}.bg-astro-taurus{background-color:#b323a4!important}a.bg-astro-taurus:focus,a.bg-astro-taurus:hover,button.bg-astro-taurus:focus,button.bg-astro-taurus:hover{background-color:#881b7d!important}.bg-astro-gemini{background-color:#673ab7!important}a.bg-astro-gemini:focus,a.bg-astro-gemini:hover,button.bg-astro-gemini:focus,button.bg-astro-gemini:hover{background-color:#512e90!important}.bg-astro-cancer{background-color:#eb50a9!important}a.bg-astro-cancer:focus,a.bg-astro-cancer:hover,button.bg-astro-cancer:focus,button.bg-astro-cancer:hover{background-color:#e62293!important}.bg-astro-leo{background-color:#8e23b3!important}a.bg-astro-leo:focus,a.bg-astro-leo:hover,button.bg-astro-leo:focus,button.bg-astro-leo:hover{background-color:#6c1b88!important}.bg-astro-virgo{background-color:#b32379!important}a.bg-astro-virgo:focus,a.bg-astro-virgo:hover,button.bg-astro-virgo:focus,button.bg-astro-virgo:hover{background-color:#881b5c!important}.bg-astro-libra{background-color:#a24ce8!important}a.bg-astro-libra:focus,a.bg-astro-libra:hover,button.bg-astro-libra:focus,button.bg-astro-libra:hover{background-color:#8b1fe2!important}.bg-astro-scorpio{background-color:#5155be!important}a.bg-astro-scorpio:focus,a.bg-astro-scorpio:hover,button.bg-astro-scorpio:focus,button.bg-astro-scorpio:hover{background-color:#3c40a0!important}.bg-astro-sagittarius{background-color:#757feb!important}a.bg-astro-sagittarius:focus,a.bg-astro-sagittarius:hover,button.bg-astro-sagittarius:focus,button.bg-astro-sagittarius:hover{background-color:#4856e5!important}.bg-astro-capricorn{background-color:#c34cf2!important}a.bg-astro-capricorn:focus,a.bg-astro-capricorn:hover,button.bg-astro-capricorn:focus,button.bg-astro-capricorn:hover{background-color:#b31cef!important}.bg-astro-aquarius{background-color:#f85d6f!important}a.bg-astro-aquarius:focus,a.bg-astro-aquarius:hover,button.bg-astro-aquarius:focus,button.bg-astro-aquarius:hover{background-color:#f62c44!important}.bg-astro-pisces{background-color:#8959ea!important}a.bg-astro-pisces:focus,a.bg-astro-pisces:hover,button.bg-astro-pisces:focus,button.bg-astro-pisces:hover{background-color:#692ce4!important}.bg-white{background-color:#fff!important}.bg-transparent{background-color:transparent!important}.border{border:1px solid #dee2e6!important}.border-top{border-top:1px solid #dee2e6!important}.border-right{border-right:1px solid #dee2e6!important}.border-bottom{border-bottom:1px solid #dee2e6!important}.border-left{border-left:1px solid #dee2e6!important}.border-0{border:0!important}.border-top-0{border-top:0!important}.border-right-0{border-right:0!important}.border-bottom-0{border-bottom:0!important}.border-left-0{border-left:0!important}.border-primary{border-color:#673ab7!important}.border-secondary{border-color:#51289b!important}.border-success{border-color:#28a745!important}.border-info{border-color:#17a2b8!important}.border-warning{border-color:#ffc107!important}.border-danger{border-color:#dc3545!important}.border-light{border-color:#f8f9fa!important}.border-dark{border-color:#343a40!important}.border-black{border-color:#000!important}.border-color-1,.border-progress{border-color:#2f1a52!important}.border-color-2{border-color:#673ab7!important}.border-color-3{border-color:#51289b!important}.border-color-4{border-color:#44207f!important}.border-color-5{border-color:#4e0004!important}.border-grey-1{border-color:#464543!important}.border-grey-2{border-color:#282828!important}.border-grey-3{border-color:#181818!important}.border-grey-4{border-color:#232323!important}.border-grey-5{border-color:#f2f2f2!important}.border-color-rtl{border-color:#e3001b!important}.border-color-funradio{border-color:#05f!important}.border-color-rtl2{border-color:#e30613!important}.border-facebook{border-color:#4460a0!important}.border-twitter{border-color:#00aaec!important}.border-whatsapp{border-color:#27d366!important}.border-linkedin{border-color:#007ebb!important}.border-astro-aries{border-color:#f15188!important}.border-astro-taurus{border-color:#b323a4!important}.border-astro-gemini{border-color:#673ab7!important}.border-astro-cancer{border-color:#eb50a9!important}.border-astro-leo{border-color:#8e23b3!important}.border-astro-virgo{border-color:#b32379!important}.border-astro-libra{border-color:#a24ce8!important}.border-astro-scorpio{border-color:#5155be!important}.border-astro-sagittarius{border-color:#757feb!important}.border-astro-capricorn{border-color:#c34cf2!important}.border-astro-aquarius{border-color:#f85d6f!important}.border-astro-pisces{border-color:#8959ea!important}.border-white{border-color:#fff!important}.rounded-sm{border-radius:.2rem!important}.rounded{border-radius:.25rem!important}.rounded-top{border-top-left-radius:.25rem!important}.rounded-right,.rounded-top{border-top-right-radius:.25rem!important}.rounded-bottom,.rounded-right{border-bottom-right-radius:.25rem!important}.rounded-bottom,.rounded-left{border-bottom-left-radius:.25rem!important}.rounded-left{border-top-left-radius:.25rem!important}.rounded-lg{border-radius:.3rem!important}.rounded-circle{border-radius:50%!important}.rounded-pill{border-radius:50rem!important}.rounded-0{border-radius:0!important}.clearfix:after{clear:both;content:"";display:block}.d-none{display:none!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:-ms-flexbox!important;display:flex!important}.d-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}@media (min-width:380px){.d-sm-none{display:none!important}.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:-ms-flexbox!important;display:flex!important}.d-sm-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:641px){.d-md-none{display:none!important}.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:-ms-flexbox!important;display:flex!important}.d-md-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:961px){.d-lg-none{display:none!important}.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:-ms-flexbox!important;display:flex!important}.d-lg-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:1300px){.d-xl-none{display:none!important}.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-table{display:table!important}.d-xl-table-row{display:table-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:-ms-flexbox!important;display:flex!important}.d-xl-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media print{.d-print-none{display:none!important}.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!important}.d-print-table{display:table!important}.d-print-table-row{display:table-row!important}.d-print-table-cell{display:table-cell!important}.d-print-flex{display:-ms-flexbox!important;display:flex!important}.d-print-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}.embed-responsive{display:block;overflow:hidden;padding:0;position:relative;width:100%}.embed-responsive:before{content:"";display:block}.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video{border:0;bottom:0;height:100%;left:0;position:absolute;top:0;width:100%}.embed-responsive-21by9:before{padding-top:42.85714286%}.embed-responsive-16by9:before{padding-top:56.25%}.embed-responsive-4by3:before{padding-top:75%}.embed-responsive-1by1:before{padding-top:100%}.flex-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-center{-ms-flex-align:center!important;align-items:center!important}.align-items-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}@media (min-width:380px){.flex-sm-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-sm-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-sm-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-sm-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-sm-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-sm-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-sm-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-sm-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-sm-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-sm-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-sm-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-sm-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-sm-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-sm-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-sm-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-sm-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-sm-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-sm-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-sm-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-sm-center{-ms-flex-align:center!important;align-items:center!important}.align-items-sm-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-sm-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-sm-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-sm-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-sm-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-sm-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-sm-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-sm-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-sm-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-sm-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-sm-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-sm-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-sm-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-sm-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:641px){.flex-md-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-md-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-md-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-md-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-md-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-md-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-md-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-md-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-md-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-md-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-md-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-md-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-md-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-md-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-md-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-md-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-md-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-md-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-md-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-md-center{-ms-flex-align:center!important;align-items:center!important}.align-items-md-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-md-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-md-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-md-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-md-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-md-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-md-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-md-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-md-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-md-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-md-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-md-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-md-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-md-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:961px){.flex-lg-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-lg-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-lg-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-lg-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-lg-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-lg-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-lg-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-lg-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-lg-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-lg-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-lg-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-lg-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-lg-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-lg-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-lg-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-lg-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-lg-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-lg-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-lg-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-lg-center{-ms-flex-align:center!important;align-items:center!important}.align-items-lg-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-lg-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-lg-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-lg-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-lg-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-lg-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-lg-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-lg-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-lg-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-lg-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-lg-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-lg-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-lg-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-lg-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:1300px){.flex-xl-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-xl-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-xl-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-xl-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-xl-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-xl-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-xl-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-xl-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-xl-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-xl-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-xl-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-xl-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-xl-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-xl-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-xl-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-xl-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-xl-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-xl-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-xl-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-xl-center{-ms-flex-align:center!important;align-items:center!important}.align-items-xl-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-xl-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-xl-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-xl-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-xl-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-xl-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-xl-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-xl-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-xl-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-xl-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-xl-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-xl-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-xl-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-xl-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}.float-left{float:left!important}.float-right{float:right!important}.float-none{float:none!important}@media (min-width:380px){.float-sm-left{float:left!important}.float-sm-right{float:right!important}.float-sm-none{float:none!important}}@media (min-width:641px){.float-md-left{float:left!important}.float-md-right{float:right!important}.float-md-none{float:none!important}}@media (min-width:961px){.float-lg-left{float:left!important}.float-lg-right{float:right!important}.float-lg-none{float:none!important}}@media (min-width:1300px){.float-xl-left{float:left!important}.float-xl-right{float:right!important}.float-xl-none{float:none!important}}.user-select-all{-webkit-user-select:all!important;-moz-user-select:all!important;user-select:all!important}.user-select-auto{-webkit-user-select:auto!important;-moz-user-select:auto!important;-ms-user-select:auto!important;user-select:auto!important}.user-select-none{-webkit-user-select:none!important;-moz-user-select:none!important;-ms-user-select:none!important;user-select:none!important}.overflow-auto{overflow:auto!important}.overflow-hidden{overflow:hidden!important}.position-static{position:static!important}.position-relative{position:relative!important}.position-absolute{position:absolute!important}.position-fixed{position:fixed!important}.position-sticky{position:-webkit-sticky!important;position:sticky!important}.fixed-top{top:0}.fixed-bottom,.fixed-top{left:0;position:fixed;right:0;z-index:1030}.fixed-bottom{bottom:0}@supports ((position:-webkit-sticky) or (position:sticky)){.sticky-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}.sr-only{clip:rect(0,0,0,0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;overflow:visible;position:static;white-space:normal;width:auto}.shadow-sm{box-shadow:0 .125rem .25rem rgba(0,0,0,.075)!important}.shadow{box-shadow:0 .5rem 1rem rgba(0,0,0,.15)!important}.shadow-lg{box-shadow:0 1rem 3rem rgba(0,0,0,.175)!important}.shadow-none{box-shadow:none!important}.w-25{width:25%!important}.w-50{width:50%!important}.w-75{width:75%!important}.w-100{width:100%!important}.w-auto{width:auto!important}.h-25{height:25%!important}.h-50{height:50%!important}.h-75{height:75%!important}.h-100{height:100%!important}.h-auto{height:auto!important}.mw-100{max-width:100%!important}.mh-100{max-height:100%!important}.min-vw-100{min-width:100vw!important}.min-vh-100{min-height:100vh!important}.vw-100{width:100vw!important}.vh-100{height:100vh!important}.m-0{margin:0!important}.mt-0,.my-0{margin-top:0!important}.mr-0,.mx-0{margin-right:0!important}.mb-0,.my-0{margin-bottom:0!important}.ml-0,.mx-0{margin-left:0!important}.m-1{margin:.25rem!important}.mt-1,.my-1{margin-top:.25rem!important}.mr-1,.mx-1{margin-right:.25rem!important}.mb-1,.my-1{margin-bottom:.25rem!important}.ml-1,.mx-1{margin-left:.25rem!important}.m-2{margin:.5rem!important}.mt-2,.my-2{margin-top:.5rem!important}.mr-2,.mx-2{margin-right:.5rem!important}.mb-2,.my-2{margin-bottom:.5rem!important}.ml-2,.mx-2{margin-left:.5rem!important}.m-3{margin:1rem!important}.mt-3,.my-3{margin-top:1rem!important}.mr-3,.mx-3{margin-right:1rem!important}.mb-3,.my-3{margin-bottom:1rem!important}.ml-3,.mx-3{margin-left:1rem!important}.m-4{margin:1.5rem!important}.mt-4,.my-4{margin-top:1.5rem!important}.mr-4,.mx-4{margin-right:1.5rem!important}.mb-4,.my-4{margin-bottom:1.5rem!important}.ml-4,.mx-4{margin-left:1.5rem!important}.m-5{margin:3rem!important}.mt-5,.my-5{margin-top:3rem!important}.mr-5,.mx-5{margin-right:3rem!important}.mb-5,.my-5{margin-bottom:3rem!important}.ml-5,.mx-5{margin-left:3rem!important}.m-6{margin:3.5rem!important}.mt-6,.my-6{margin-top:3.5rem!important}.mr-6,.mx-6{margin-right:3.5rem!important}.mb-6,.my-6{margin-bottom:3.5rem!important}.ml-6,.mx-6{margin-left:3.5rem!important}.m-7{margin:4rem!important}.mt-7,.my-7{margin-top:4rem!important}.mr-7,.mx-7{margin-right:4rem!important}.mb-7,.my-7{margin-bottom:4rem!important}.ml-7,.mx-7{margin-left:4rem!important}.m-8{margin:4.5rem!important}.mt-8,.my-8{margin-top:4.5rem!important}.mr-8,.mx-8{margin-right:4.5rem!important}.mb-8,.my-8{margin-bottom:4.5rem!important}.ml-8,.mx-8{margin-left:4.5rem!important}.m-9{margin:5rem!important}.mt-9,.my-9{margin-top:5rem!important}.mr-9,.mx-9{margin-right:5rem!important}.mb-9,.my-9{margin-bottom:5rem!important}.ml-9,.mx-9{margin-left:5rem!important}.m-10{margin:5.5rem!important}.mt-10,.my-10{margin-top:5.5rem!important}.mr-10,.mx-10{margin-right:5.5rem!important}.mb-10,.my-10{margin-bottom:5.5rem!important}.ml-10,.mx-10{margin-left:5.5rem!important}.m-11{margin:6rem!important}.mt-11,.my-11{margin-top:6rem!important}.mr-11,.mx-11{margin-right:6rem!important}.mb-11,.my-11{margin-bottom:6rem!important}.ml-11,.mx-11{margin-left:6rem!important}.m-12{margin:6.5rem!important}.mt-12,.my-12{margin-top:6.5rem!important}.mr-12,.mx-12{margin-right:6.5rem!important}.mb-12,.my-12{margin-bottom:6.5rem!important}.ml-12,.mx-12{margin-left:6.5rem!important}.m-13{margin:7rem!important}.mt-13,.my-13{margin-top:7rem!important}.mr-13,.mx-13{margin-right:7rem!important}.mb-13,.my-13{margin-bottom:7rem!important}.ml-13,.mx-13{margin-left:7rem!important}.m-14{margin:7.5rem!important}.mt-14,.my-14{margin-top:7.5rem!important}.mr-14,.mx-14{margin-right:7.5rem!important}.mb-14,.my-14{margin-bottom:7.5rem!important}.ml-14,.mx-14{margin-left:7.5rem!important}.m-15{margin:8rem!important}.mt-15,.my-15{margin-top:8rem!important}.mr-15,.mx-15{margin-right:8rem!important}.mb-15,.my-15{margin-bottom:8rem!important}.ml-15,.mx-15{margin-left:8rem!important}.m-16{margin:8.5rem!important}.mt-16,.my-16{margin-top:8.5rem!important}.mr-16,.mx-16{margin-right:8.5rem!important}.mb-16,.my-16{margin-bottom:8.5rem!important}.ml-16,.mx-16{margin-left:8.5rem!important}.m-17{margin:9rem!important}.mt-17,.my-17{margin-top:9rem!important}.mr-17,.mx-17{margin-right:9rem!important}.mb-17,.my-17{margin-bottom:9rem!important}.ml-17,.mx-17{margin-left:9rem!important}.m-18{margin:9.5rem!important}.mt-18,.my-18{margin-top:9.5rem!important}.mr-18,.mx-18{margin-right:9.5rem!important}.mb-18,.my-18{margin-bottom:9.5rem!important}.ml-18,.mx-18{margin-left:9.5rem!important}.m-19{margin:10rem!important}.mt-19,.my-19{margin-top:10rem!important}.mr-19,.mx-19{margin-right:10rem!important}.mb-19,.my-19{margin-bottom:10rem!important}.ml-19,.mx-19{margin-left:10rem!important}.m-20{margin:10.5rem!important}.mt-20,.my-20{margin-top:10.5rem!important}.mr-20,.mx-20{margin-right:10.5rem!important}.mb-20,.my-20{margin-bottom:10.5rem!important}.ml-20,.mx-20{margin-left:10.5rem!important}.m-21{margin:11rem!important}.mt-21,.my-21{margin-top:11rem!important}.mr-21,.mx-21{margin-right:11rem!important}.mb-21,.my-21{margin-bottom:11rem!important}.ml-21,.mx-21{margin-left:11rem!important}.m-22{margin:11.5rem!important}.mt-22,.my-22{margin-top:11.5rem!important}.mr-22,.mx-22{margin-right:11.5rem!important}.mb-22,.my-22{margin-bottom:11.5rem!important}.ml-22,.mx-22{margin-left:11.5rem!important}.m-23{margin:12rem!important}.mt-23,.my-23{margin-top:12rem!important}.mr-23,.mx-23{margin-right:12rem!important}.mb-23,.my-23{margin-bottom:12rem!important}.ml-23,.mx-23{margin-left:12rem!important}.m-24{margin:12.5rem!important}.mt-24,.my-24{margin-top:12.5rem!important}.mr-24,.mx-24{margin-right:12.5rem!important}.mb-24,.my-24{margin-bottom:12.5rem!important}.ml-24,.mx-24{margin-left:12.5rem!important}.m-25{margin:13rem!important}.mt-25,.my-25{margin-top:13rem!important}.mr-25,.mx-25{margin-right:13rem!important}.mb-25,.my-25{margin-bottom:13rem!important}.ml-25,.mx-25{margin-left:13rem!important}.p-0{padding:0!important}.pt-0,.py-0{padding-top:0!important}.pr-0,.px-0{padding-right:0!important}.pb-0,.py-0{padding-bottom:0!important}.pl-0,.px-0{padding-left:0!important}.p-1{padding:.25rem!important}.pt-1,.py-1{padding-top:.25rem!important}.pr-1,.px-1{padding-right:.25rem!important}.pb-1,.py-1{padding-bottom:.25rem!important}.pl-1,.px-1{padding-left:.25rem!important}.p-2{padding:.5rem!important}.pt-2,.py-2{padding-top:.5rem!important}.pr-2,.px-2{padding-right:.5rem!important}.pb-2,.py-2{padding-bottom:.5rem!important}.pl-2,.px-2{padding-left:.5rem!important}.p-3{padding:1rem!important}.pt-3,.py-3{padding-top:1rem!important}.pr-3,.px-3{padding-right:1rem!important}.pb-3,.py-3{padding-bottom:1rem!important}.pl-3,.px-3{padding-left:1rem!important}.p-4{padding:1.5rem!important}.pt-4,.py-4{padding-top:1.5rem!important}.pr-4,.px-4{padding-right:1.5rem!important}.pb-4,.py-4{padding-bottom:1.5rem!important}.pl-4,.px-4{padding-left:1.5rem!important}.p-5{padding:3rem!important}.pt-5,.py-5{padding-top:3rem!important}.pr-5,.px-5{padding-right:3rem!important}.pb-5,.py-5{padding-bottom:3rem!important}.pl-5,.px-5{padding-left:3rem!important}.p-6{padding:3.5rem!important}.pt-6,.py-6{padding-top:3.5rem!important}.pr-6,.px-6{padding-right:3.5rem!important}.pb-6,.py-6{padding-bottom:3.5rem!important}.pl-6,.px-6{padding-left:3.5rem!important}.p-7{padding:4rem!important}.pt-7,.py-7{padding-top:4rem!important}.pr-7,.px-7{padding-right:4rem!important}.pb-7,.py-7{padding-bottom:4rem!important}.pl-7,.px-7{padding-left:4rem!important}.p-8{padding:4.5rem!important}.pt-8,.py-8{padding-top:4.5rem!important}.pr-8,.px-8{padding-right:4.5rem!important}.pb-8,.py-8{padding-bottom:4.5rem!important}.pl-8,.px-8{padding-left:4.5rem!important}.p-9{padding:5rem!important}.pt-9,.py-9{padding-top:5rem!important}.pr-9,.px-9{padding-right:5rem!important}.pb-9,.py-9{padding-bottom:5rem!important}.pl-9,.px-9{padding-left:5rem!important}.p-10{padding:5.5rem!important}.pt-10,.py-10{padding-top:5.5rem!important}.pr-10,.px-10{padding-right:5.5rem!important}.pb-10,.py-10{padding-bottom:5.5rem!important}.pl-10,.px-10{padding-left:5.5rem!important}.p-11{padding:6rem!important}.pt-11,.py-11{padding-top:6rem!important}.pr-11,.px-11{padding-right:6rem!important}.pb-11,.py-11{padding-bottom:6rem!important}.pl-11,.px-11{padding-left:6rem!important}.p-12{padding:6.5rem!important}.pt-12,.py-12{padding-top:6.5rem!important}.pr-12,.px-12{padding-right:6.5rem!important}.pb-12,.py-12{padding-bottom:6.5rem!important}.pl-12,.px-12{padding-left:6.5rem!important}.p-13{padding:7rem!important}.pt-13,.py-13{padding-top:7rem!important}.pr-13,.px-13{padding-right:7rem!important}.pb-13,.py-13{padding-bottom:7rem!important}.pl-13,.px-13{padding-left:7rem!important}.p-14{padding:7.5rem!important}.pt-14,.py-14{padding-top:7.5rem!important}.pr-14,.px-14{padding-right:7.5rem!important}.pb-14,.py-14{padding-bottom:7.5rem!important}.pl-14,.px-14{padding-left:7.5rem!important}.p-15{padding:8rem!important}.pt-15,.py-15{padding-top:8rem!important}.pr-15,.px-15{padding-right:8rem!important}.pb-15,.py-15{padding-bottom:8rem!important}.pl-15,.px-15{padding-left:8rem!important}.p-16{padding:8.5rem!important}.pt-16,.py-16{padding-top:8.5rem!important}.pr-16,.px-16{padding-right:8.5rem!important}.pb-16,.py-16{padding-bottom:8.5rem!important}.pl-16,.px-16{padding-left:8.5rem!important}.p-17{padding:9rem!important}.pt-17,.py-17{padding-top:9rem!important}.pr-17,.px-17{padding-right:9rem!important}.pb-17,.py-17{padding-bottom:9rem!important}.pl-17,.px-17{padding-left:9rem!important}.p-18{padding:9.5rem!important}.pt-18,.py-18{padding-top:9.5rem!important}.pr-18,.px-18{padding-right:9.5rem!important}.pb-18,.py-18{padding-bottom:9.5rem!important}.pl-18,.px-18{padding-left:9.5rem!important}.p-19{padding:10rem!important}.pt-19,.py-19{padding-top:10rem!important}.pr-19,.px-19{padding-right:10rem!important}.pb-19,.py-19{padding-bottom:10rem!important}.pl-19,.px-19{padding-left:10rem!important}.p-20{padding:10.5rem!important}.pt-20,.py-20{padding-top:10.5rem!important}.pr-20,.px-20{padding-right:10.5rem!important}.pb-20,.py-20{padding-bottom:10.5rem!important}.pl-20,.px-20{padding-left:10.5rem!important}.p-21{padding:11rem!important}.pt-21,.py-21{padding-top:11rem!important}.pr-21,.px-21{padding-right:11rem!important}.pb-21,.py-21{padding-bottom:11rem!important}.pl-21,.px-21{padding-left:11rem!important}.p-22{padding:11.5rem!important}.pt-22,.py-22{padding-top:11.5rem!important}.pr-22,.px-22{padding-right:11.5rem!important}.pb-22,.py-22{padding-bottom:11.5rem!important}.pl-22,.px-22{padding-left:11.5rem!important}.p-23{padding:12rem!important}.pt-23,.py-23{padding-top:12rem!important}.pr-23,.px-23{padding-right:12rem!important}.pb-23,.py-23{padding-bottom:12rem!important}.pl-23,.px-23{padding-left:12rem!important}.p-24{padding:12.5rem!important}.pt-24,.py-24{padding-top:12.5rem!important}.pr-24,.px-24{padding-right:12.5rem!important}.pb-24,.py-24{padding-bottom:12.5rem!important}.pl-24,.px-24{padding-left:12.5rem!important}.p-25{padding:13rem!important}.pt-25,.py-25{padding-top:13rem!important}.pr-25,.px-25{padding-right:13rem!important}.pb-25,.py-25{padding-bottom:13rem!important}.pl-25,.px-25{padding-left:13rem!important}.m-n1{margin:-.25rem!important}.mt-n1,.my-n1{margin-top:-.25rem!important}.mr-n1,.mx-n1{margin-right:-.25rem!important}.mb-n1,.my-n1{margin-bottom:-.25rem!important}.ml-n1,.mx-n1{margin-left:-.25rem!important}.m-n2{margin:-.5rem!important}.mt-n2,.my-n2{margin-top:-.5rem!important}.mr-n2,.mx-n2{margin-right:-.5rem!important}.mb-n2,.my-n2{margin-bottom:-.5rem!important}.ml-n2,.mx-n2{margin-left:-.5rem!important}.m-n3{margin:-1rem!important}.mt-n3,.my-n3{margin-top:-1rem!important}.mr-n3,.mx-n3{margin-right:-1rem!important}.mb-n3,.my-n3{margin-bottom:-1rem!important}.ml-n3,.mx-n3{margin-left:-1rem!important}.m-n4{margin:-1.5rem!important}.mt-n4,.my-n4{margin-top:-1.5rem!important}.mr-n4,.mx-n4{margin-right:-1.5rem!important}.mb-n4,.my-n4{margin-bottom:-1.5rem!important}.ml-n4,.mx-n4{margin-left:-1.5rem!important}.m-n5{margin:-3rem!important}.mt-n5,.my-n5{margin-top:-3rem!important}.mr-n5,.mx-n5{margin-right:-3rem!important}.mb-n5,.my-n5{margin-bottom:-3rem!important}.ml-n5,.mx-n5{margin-left:-3rem!important}.m-n6{margin:-3.5rem!important}.mt-n6,.my-n6{margin-top:-3.5rem!important}.mr-n6,.mx-n6{margin-right:-3.5rem!important}.mb-n6,.my-n6{margin-bottom:-3.5rem!important}.ml-n6,.mx-n6{margin-left:-3.5rem!important}.m-n7{margin:-4rem!important}.mt-n7,.my-n7{margin-top:-4rem!important}.mr-n7,.mx-n7{margin-right:-4rem!important}.mb-n7,.my-n7{margin-bottom:-4rem!important}.ml-n7,.mx-n7{margin-left:-4rem!important}.m-n8{margin:-4.5rem!important}.mt-n8,.my-n8{margin-top:-4.5rem!important}.mr-n8,.mx-n8{margin-right:-4.5rem!important}.mb-n8,.my-n8{margin-bottom:-4.5rem!important}.ml-n8,.mx-n8{margin-left:-4.5rem!important}.m-n9{margin:-5rem!important}.mt-n9,.my-n9{margin-top:-5rem!important}.mr-n9,.mx-n9{margin-right:-5rem!important}.mb-n9,.my-n9{margin-bottom:-5rem!important}.ml-n9,.mx-n9{margin-left:-5rem!important}.m-n10{margin:-5.5rem!important}.mt-n10,.my-n10{margin-top:-5.5rem!important}.mr-n10,.mx-n10{margin-right:-5.5rem!important}.mb-n10,.my-n10{margin-bottom:-5.5rem!important}.ml-n10,.mx-n10{margin-left:-5.5rem!important}.m-n11{margin:-6rem!important}.mt-n11,.my-n11{margin-top:-6rem!important}.mr-n11,.mx-n11{margin-right:-6rem!important}.mb-n11,.my-n11{margin-bottom:-6rem!important}.ml-n11,.mx-n11{margin-left:-6rem!important}.m-n12{margin:-6.5rem!important}.mt-n12,.my-n12{margin-top:-6.5rem!important}.mr-n12,.mx-n12{margin-right:-6.5rem!important}.mb-n12,.my-n12{margin-bottom:-6.5rem!important}.ml-n12,.mx-n12{margin-left:-6.5rem!important}.m-n13{margin:-7rem!important}.mt-n13,.my-n13{margin-top:-7rem!important}.mr-n13,.mx-n13{margin-right:-7rem!important}.mb-n13,.my-n13{margin-bottom:-7rem!important}.ml-n13,.mx-n13{margin-left:-7rem!important}.m-n14{margin:-7.5rem!important}.mt-n14,.my-n14{margin-top:-7.5rem!important}.mr-n14,.mx-n14{margin-right:-7.5rem!important}.mb-n14,.my-n14{margin-bottom:-7.5rem!important}.ml-n14,.mx-n14{margin-left:-7.5rem!important}.m-n15{margin:-8rem!important}.mt-n15,.my-n15{margin-top:-8rem!important}.mr-n15,.mx-n15{margin-right:-8rem!important}.mb-n15,.my-n15{margin-bottom:-8rem!important}.ml-n15,.mx-n15{margin-left:-8rem!important}.m-n16{margin:-8.5rem!important}.mt-n16,.my-n16{margin-top:-8.5rem!important}.mr-n16,.mx-n16{margin-right:-8.5rem!important}.mb-n16,.my-n16{margin-bottom:-8.5rem!important}.ml-n16,.mx-n16{margin-left:-8.5rem!important}.m-n17{margin:-9rem!important}.mt-n17,.my-n17{margin-top:-9rem!important}.mr-n17,.mx-n17{margin-right:-9rem!important}.mb-n17,.my-n17{margin-bottom:-9rem!important}.ml-n17,.mx-n17{margin-left:-9rem!important}.m-n18{margin:-9.5rem!important}.mt-n18,.my-n18{margin-top:-9.5rem!important}.mr-n18,.mx-n18{margin-right:-9.5rem!important}.mb-n18,.my-n18{margin-bottom:-9.5rem!important}.ml-n18,.mx-n18{margin-left:-9.5rem!important}.m-n19{margin:-10rem!important}.mt-n19,.my-n19{margin-top:-10rem!important}.mr-n19,.mx-n19{margin-right:-10rem!important}.mb-n19,.my-n19{margin-bottom:-10rem!important}.ml-n19,.mx-n19{margin-left:-10rem!important}.m-n20{margin:-10.5rem!important}.mt-n20,.my-n20{margin-top:-10.5rem!important}.mr-n20,.mx-n20{margin-right:-10.5rem!important}.mb-n20,.my-n20{margin-bottom:-10.5rem!important}.ml-n20,.mx-n20{margin-left:-10.5rem!important}.m-n21{margin:-11rem!important}.mt-n21,.my-n21{margin-top:-11rem!important}.mr-n21,.mx-n21{margin-right:-11rem!important}.mb-n21,.my-n21{margin-bottom:-11rem!important}.ml-n21,.mx-n21{margin-left:-11rem!important}.m-n22{margin:-11.5rem!important}.mt-n22,.my-n22{margin-top:-11.5rem!important}.mr-n22,.mx-n22{margin-right:-11.5rem!important}.mb-n22,.my-n22{margin-bottom:-11.5rem!important}.ml-n22,.mx-n22{margin-left:-11.5rem!important}.m-n23{margin:-12rem!important}.mt-n23,.my-n23{margin-top:-12rem!important}.mr-n23,.mx-n23{margin-right:-12rem!important}.mb-n23,.my-n23{margin-bottom:-12rem!important}.ml-n23,.mx-n23{margin-left:-12rem!important}.m-n24{margin:-12.5rem!important}.mt-n24,.my-n24{margin-top:-12.5rem!important}.mr-n24,.mx-n24{margin-right:-12.5rem!important}.mb-n24,.my-n24{margin-bottom:-12.5rem!important}.ml-n24,.mx-n24{margin-left:-12.5rem!important}.m-n25{margin:-13rem!important}.mt-n25,.my-n25{margin-top:-13rem!important}.mr-n25,.mx-n25{margin-right:-13rem!important}.mb-n25,.my-n25{margin-bottom:-13rem!important}.ml-n25,.mx-n25{margin-left:-13rem!important}.m-auto{margin:auto!important}.mt-auto,.my-auto{margin-top:auto!important}.mr-auto,.mx-auto{margin-right:auto!important}.mb-auto,.my-auto{margin-bottom:auto!important}.ml-auto,.mx-auto{margin-left:auto!important}@media (min-width:380px){.m-sm-0{margin:0!important}.mt-sm-0,.my-sm-0{margin-top:0!important}.mr-sm-0,.mx-sm-0{margin-right:0!important}.mb-sm-0,.my-sm-0{margin-bottom:0!important}.ml-sm-0,.mx-sm-0{margin-left:0!important}.m-sm-1{margin:.25rem!important}.mt-sm-1,.my-sm-1{margin-top:.25rem!important}.mr-sm-1,.mx-sm-1{margin-right:.25rem!important}.mb-sm-1,.my-sm-1{margin-bottom:.25rem!important}.ml-sm-1,.mx-sm-1{margin-left:.25rem!important}.m-sm-2{margin:.5rem!important}.mt-sm-2,.my-sm-2{margin-top:.5rem!important}.mr-sm-2,.mx-sm-2{margin-right:.5rem!important}.mb-sm-2,.my-sm-2{margin-bottom:.5rem!important}.ml-sm-2,.mx-sm-2{margin-left:.5rem!important}.m-sm-3{margin:1rem!important}.mt-sm-3,.my-sm-3{margin-top:1rem!important}.mr-sm-3,.mx-sm-3{margin-right:1rem!important}.mb-sm-3,.my-sm-3{margin-bottom:1rem!important}.ml-sm-3,.mx-sm-3{margin-left:1rem!important}.m-sm-4{margin:1.5rem!important}.mt-sm-4,.my-sm-4{margin-top:1.5rem!important}.mr-sm-4,.mx-sm-4{margin-right:1.5rem!important}.mb-sm-4,.my-sm-4{margin-bottom:1.5rem!important}.ml-sm-4,.mx-sm-4{margin-left:1.5rem!important}.m-sm-5{margin:3rem!important}.mt-sm-5,.my-sm-5{margin-top:3rem!important}.mr-sm-5,.mx-sm-5{margin-right:3rem!important}.mb-sm-5,.my-sm-5{margin-bottom:3rem!important}.ml-sm-5,.mx-sm-5{margin-left:3rem!important}.m-sm-6{margin:3.5rem!important}.mt-sm-6,.my-sm-6{margin-top:3.5rem!important}.mr-sm-6,.mx-sm-6{margin-right:3.5rem!important}.mb-sm-6,.my-sm-6{margin-bottom:3.5rem!important}.ml-sm-6,.mx-sm-6{margin-left:3.5rem!important}.m-sm-7{margin:4rem!important}.mt-sm-7,.my-sm-7{margin-top:4rem!important}.mr-sm-7,.mx-sm-7{margin-right:4rem!important}.mb-sm-7,.my-sm-7{margin-bottom:4rem!important}.ml-sm-7,.mx-sm-7{margin-left:4rem!important}.m-sm-8{margin:4.5rem!important}.mt-sm-8,.my-sm-8{margin-top:4.5rem!important}.mr-sm-8,.mx-sm-8{margin-right:4.5rem!important}.mb-sm-8,.my-sm-8{margin-bottom:4.5rem!important}.ml-sm-8,.mx-sm-8{margin-left:4.5rem!important}.m-sm-9{margin:5rem!important}.mt-sm-9,.my-sm-9{margin-top:5rem!important}.mr-sm-9,.mx-sm-9{margin-right:5rem!important}.mb-sm-9,.my-sm-9{margin-bottom:5rem!important}.ml-sm-9,.mx-sm-9{margin-left:5rem!important}.m-sm-10{margin:5.5rem!important}.mt-sm-10,.my-sm-10{margin-top:5.5rem!important}.mr-sm-10,.mx-sm-10{margin-right:5.5rem!important}.mb-sm-10,.my-sm-10{margin-bottom:5.5rem!important}.ml-sm-10,.mx-sm-10{margin-left:5.5rem!important}.m-sm-11{margin:6rem!important}.mt-sm-11,.my-sm-11{margin-top:6rem!important}.mr-sm-11,.mx-sm-11{margin-right:6rem!important}.mb-sm-11,.my-sm-11{margin-bottom:6rem!important}.ml-sm-11,.mx-sm-11{margin-left:6rem!important}.m-sm-12{margin:6.5rem!important}.mt-sm-12,.my-sm-12{margin-top:6.5rem!important}.mr-sm-12,.mx-sm-12{margin-right:6.5rem!important}.mb-sm-12,.my-sm-12{margin-bottom:6.5rem!important}.ml-sm-12,.mx-sm-12{margin-left:6.5rem!important}.m-sm-13{margin:7rem!important}.mt-sm-13,.my-sm-13{margin-top:7rem!important}.mr-sm-13,.mx-sm-13{margin-right:7rem!important}.mb-sm-13,.my-sm-13{margin-bottom:7rem!important}.ml-sm-13,.mx-sm-13{margin-left:7rem!important}.m-sm-14{margin:7.5rem!important}.mt-sm-14,.my-sm-14{margin-top:7.5rem!important}.mr-sm-14,.mx-sm-14{margin-right:7.5rem!important}.mb-sm-14,.my-sm-14{margin-bottom:7.5rem!important}.ml-sm-14,.mx-sm-14{margin-left:7.5rem!important}.m-sm-15{margin:8rem!important}.mt-sm-15,.my-sm-15{margin-top:8rem!important}.mr-sm-15,.mx-sm-15{margin-right:8rem!important}.mb-sm-15,.my-sm-15{margin-bottom:8rem!important}.ml-sm-15,.mx-sm-15{margin-left:8rem!important}.m-sm-16{margin:8.5rem!important}.mt-sm-16,.my-sm-16{margin-top:8.5rem!important}.mr-sm-16,.mx-sm-16{margin-right:8.5rem!important}.mb-sm-16,.my-sm-16{margin-bottom:8.5rem!important}.ml-sm-16,.mx-sm-16{margin-left:8.5rem!important}.m-sm-17{margin:9rem!important}.mt-sm-17,.my-sm-17{margin-top:9rem!important}.mr-sm-17,.mx-sm-17{margin-right:9rem!important}.mb-sm-17,.my-sm-17{margin-bottom:9rem!important}.ml-sm-17,.mx-sm-17{margin-left:9rem!important}.m-sm-18{margin:9.5rem!important}.mt-sm-18,.my-sm-18{margin-top:9.5rem!important}.mr-sm-18,.mx-sm-18{margin-right:9.5rem!important}.mb-sm-18,.my-sm-18{margin-bottom:9.5rem!important}.ml-sm-18,.mx-sm-18{margin-left:9.5rem!important}.m-sm-19{margin:10rem!important}.mt-sm-19,.my-sm-19{margin-top:10rem!important}.mr-sm-19,.mx-sm-19{margin-right:10rem!important}.mb-sm-19,.my-sm-19{margin-bottom:10rem!important}.ml-sm-19,.mx-sm-19{margin-left:10rem!important}.m-sm-20{margin:10.5rem!important}.mt-sm-20,.my-sm-20{margin-top:10.5rem!important}.mr-sm-20,.mx-sm-20{margin-right:10.5rem!important}.mb-sm-20,.my-sm-20{margin-bottom:10.5rem!important}.ml-sm-20,.mx-sm-20{margin-left:10.5rem!important}.m-sm-21{margin:11rem!important}.mt-sm-21,.my-sm-21{margin-top:11rem!important}.mr-sm-21,.mx-sm-21{margin-right:11rem!important}.mb-sm-21,.my-sm-21{margin-bottom:11rem!important}.ml-sm-21,.mx-sm-21{margin-left:11rem!important}.m-sm-22{margin:11.5rem!important}.mt-sm-22,.my-sm-22{margin-top:11.5rem!important}.mr-sm-22,.mx-sm-22{margin-right:11.5rem!important}.mb-sm-22,.my-sm-22{margin-bottom:11.5rem!important}.ml-sm-22,.mx-sm-22{margin-left:11.5rem!important}.m-sm-23{margin:12rem!important}.mt-sm-23,.my-sm-23{margin-top:12rem!important}.mr-sm-23,.mx-sm-23{margin-right:12rem!important}.mb-sm-23,.my-sm-23{margin-bottom:12rem!important}.ml-sm-23,.mx-sm-23{margin-left:12rem!important}.m-sm-24{margin:12.5rem!important}.mt-sm-24,.my-sm-24{margin-top:12.5rem!important}.mr-sm-24,.mx-sm-24{margin-right:12.5rem!important}.mb-sm-24,.my-sm-24{margin-bottom:12.5rem!important}.ml-sm-24,.mx-sm-24{margin-left:12.5rem!important}.m-sm-25{margin:13rem!important}.mt-sm-25,.my-sm-25{margin-top:13rem!important}.mr-sm-25,.mx-sm-25{margin-right:13rem!important}.mb-sm-25,.my-sm-25{margin-bottom:13rem!important}.ml-sm-25,.mx-sm-25{margin-left:13rem!important}.p-sm-0{padding:0!important}.pt-sm-0,.py-sm-0{padding-top:0!important}.pr-sm-0,.px-sm-0{padding-right:0!important}.pb-sm-0,.py-sm-0{padding-bottom:0!important}.pl-sm-0,.px-sm-0{padding-left:0!important}.p-sm-1{padding:.25rem!important}.pt-sm-1,.py-sm-1{padding-top:.25rem!important}.pr-sm-1,.px-sm-1{padding-right:.25rem!important}.pb-sm-1,.py-sm-1{padding-bottom:.25rem!important}.pl-sm-1,.px-sm-1{padding-left:.25rem!important}.p-sm-2{padding:.5rem!important}.pt-sm-2,.py-sm-2{padding-top:.5rem!important}.pr-sm-2,.px-sm-2{padding-right:.5rem!important}.pb-sm-2,.py-sm-2{padding-bottom:.5rem!important}.pl-sm-2,.px-sm-2{padding-left:.5rem!important}.p-sm-3{padding:1rem!important}.pt-sm-3,.py-sm-3{padding-top:1rem!important}.pr-sm-3,.px-sm-3{padding-right:1rem!important}.pb-sm-3,.py-sm-3{padding-bottom:1rem!important}.pl-sm-3,.px-sm-3{padding-left:1rem!important}.p-sm-4{padding:1.5rem!important}.pt-sm-4,.py-sm-4{padding-top:1.5rem!important}.pr-sm-4,.px-sm-4{padding-right:1.5rem!important}.pb-sm-4,.py-sm-4{padding-bottom:1.5rem!important}.pl-sm-4,.px-sm-4{padding-left:1.5rem!important}.p-sm-5{padding:3rem!important}.pt-sm-5,.py-sm-5{padding-top:3rem!important}.pr-sm-5,.px-sm-5{padding-right:3rem!important}.pb-sm-5,.py-sm-5{padding-bottom:3rem!important}.pl-sm-5,.px-sm-5{padding-left:3rem!important}.p-sm-6{padding:3.5rem!important}.pt-sm-6,.py-sm-6{padding-top:3.5rem!important}.pr-sm-6,.px-sm-6{padding-right:3.5rem!important}.pb-sm-6,.py-sm-6{padding-bottom:3.5rem!important}.pl-sm-6,.px-sm-6{padding-left:3.5rem!important}.p-sm-7{padding:4rem!important}.pt-sm-7,.py-sm-7{padding-top:4rem!important}.pr-sm-7,.px-sm-7{padding-right:4rem!important}.pb-sm-7,.py-sm-7{padding-bottom:4rem!important}.pl-sm-7,.px-sm-7{padding-left:4rem!important}.p-sm-8{padding:4.5rem!important}.pt-sm-8,.py-sm-8{padding-top:4.5rem!important}.pr-sm-8,.px-sm-8{padding-right:4.5rem!important}.pb-sm-8,.py-sm-8{padding-bottom:4.5rem!important}.pl-sm-8,.px-sm-8{padding-left:4.5rem!important}.p-sm-9{padding:5rem!important}.pt-sm-9,.py-sm-9{padding-top:5rem!important}.pr-sm-9,.px-sm-9{padding-right:5rem!important}.pb-sm-9,.py-sm-9{padding-bottom:5rem!important}.pl-sm-9,.px-sm-9{padding-left:5rem!important}.p-sm-10{padding:5.5rem!important}.pt-sm-10,.py-sm-10{padding-top:5.5rem!important}.pr-sm-10,.px-sm-10{padding-right:5.5rem!important}.pb-sm-10,.py-sm-10{padding-bottom:5.5rem!important}.pl-sm-10,.px-sm-10{padding-left:5.5rem!important}.p-sm-11{padding:6rem!important}.pt-sm-11,.py-sm-11{padding-top:6rem!important}.pr-sm-11,.px-sm-11{padding-right:6rem!important}.pb-sm-11,.py-sm-11{padding-bottom:6rem!important}.pl-sm-11,.px-sm-11{padding-left:6rem!important}.p-sm-12{padding:6.5rem!important}.pt-sm-12,.py-sm-12{padding-top:6.5rem!important}.pr-sm-12,.px-sm-12{padding-right:6.5rem!important}.pb-sm-12,.py-sm-12{padding-bottom:6.5rem!important}.pl-sm-12,.px-sm-12{padding-left:6.5rem!important}.p-sm-13{padding:7rem!important}.pt-sm-13,.py-sm-13{padding-top:7rem!important}.pr-sm-13,.px-sm-13{padding-right:7rem!important}.pb-sm-13,.py-sm-13{padding-bottom:7rem!important}.pl-sm-13,.px-sm-13{padding-left:7rem!important}.p-sm-14{padding:7.5rem!important}.pt-sm-14,.py-sm-14{padding-top:7.5rem!important}.pr-sm-14,.px-sm-14{padding-right:7.5rem!important}.pb-sm-14,.py-sm-14{padding-bottom:7.5rem!important}.pl-sm-14,.px-sm-14{padding-left:7.5rem!important}.p-sm-15{padding:8rem!important}.pt-sm-15,.py-sm-15{padding-top:8rem!important}.pr-sm-15,.px-sm-15{padding-right:8rem!important}.pb-sm-15,.py-sm-15{padding-bottom:8rem!important}.pl-sm-15,.px-sm-15{padding-left:8rem!important}.p-sm-16{padding:8.5rem!important}.pt-sm-16,.py-sm-16{padding-top:8.5rem!important}.pr-sm-16,.px-sm-16{padding-right:8.5rem!important}.pb-sm-16,.py-sm-16{padding-bottom:8.5rem!important}.pl-sm-16,.px-sm-16{padding-left:8.5rem!important}.p-sm-17{padding:9rem!important}.pt-sm-17,.py-sm-17{padding-top:9rem!important}.pr-sm-17,.px-sm-17{padding-right:9rem!important}.pb-sm-17,.py-sm-17{padding-bottom:9rem!important}.pl-sm-17,.px-sm-17{padding-left:9rem!important}.p-sm-18{padding:9.5rem!important}.pt-sm-18,.py-sm-18{padding-top:9.5rem!important}.pr-sm-18,.px-sm-18{padding-right:9.5rem!important}.pb-sm-18,.py-sm-18{padding-bottom:9.5rem!important}.pl-sm-18,.px-sm-18{padding-left:9.5rem!important}.p-sm-19{padding:10rem!important}.pt-sm-19,.py-sm-19{padding-top:10rem!important}.pr-sm-19,.px-sm-19{padding-right:10rem!important}.pb-sm-19,.py-sm-19{padding-bottom:10rem!important}.pl-sm-19,.px-sm-19{padding-left:10rem!important}.p-sm-20{padding:10.5rem!important}.pt-sm-20,.py-sm-20{padding-top:10.5rem!important}.pr-sm-20,.px-sm-20{padding-right:10.5rem!important}.pb-sm-20,.py-sm-20{padding-bottom:10.5rem!important}.pl-sm-20,.px-sm-20{padding-left:10.5rem!important}.p-sm-21{padding:11rem!important}.pt-sm-21,.py-sm-21{padding-top:11rem!important}.pr-sm-21,.px-sm-21{padding-right:11rem!important}.pb-sm-21,.py-sm-21{padding-bottom:11rem!important}.pl-sm-21,.px-sm-21{padding-left:11rem!important}.p-sm-22{padding:11.5rem!important}.pt-sm-22,.py-sm-22{padding-top:11.5rem!important}.pr-sm-22,.px-sm-22{padding-right:11.5rem!important}.pb-sm-22,.py-sm-22{padding-bottom:11.5rem!important}.pl-sm-22,.px-sm-22{padding-left:11.5rem!important}.p-sm-23{padding:12rem!important}.pt-sm-23,.py-sm-23{padding-top:12rem!important}.pr-sm-23,.px-sm-23{padding-right:12rem!important}.pb-sm-23,.py-sm-23{padding-bottom:12rem!important}.pl-sm-23,.px-sm-23{padding-left:12rem!important}.p-sm-24{padding:12.5rem!important}.pt-sm-24,.py-sm-24{padding-top:12.5rem!important}.pr-sm-24,.px-sm-24{padding-right:12.5rem!important}.pb-sm-24,.py-sm-24{padding-bottom:12.5rem!important}.pl-sm-24,.px-sm-24{padding-left:12.5rem!important}.p-sm-25{padding:13rem!important}.pt-sm-25,.py-sm-25{padding-top:13rem!important}.pr-sm-25,.px-sm-25{padding-right:13rem!important}.pb-sm-25,.py-sm-25{padding-bottom:13rem!important}.pl-sm-25,.px-sm-25{padding-left:13rem!important}.m-sm-n1{margin:-.25rem!important}.mt-sm-n1,.my-sm-n1{margin-top:-.25rem!important}.mr-sm-n1,.mx-sm-n1{margin-right:-.25rem!important}.mb-sm-n1,.my-sm-n1{margin-bottom:-.25rem!important}.ml-sm-n1,.mx-sm-n1{margin-left:-.25rem!important}.m-sm-n2{margin:-.5rem!important}.mt-sm-n2,.my-sm-n2{margin-top:-.5rem!important}.mr-sm-n2,.mx-sm-n2{margin-right:-.5rem!important}.mb-sm-n2,.my-sm-n2{margin-bottom:-.5rem!important}.ml-sm-n2,.mx-sm-n2{margin-left:-.5rem!important}.m-sm-n3{margin:-1rem!important}.mt-sm-n3,.my-sm-n3{margin-top:-1rem!important}.mr-sm-n3,.mx-sm-n3{margin-right:-1rem!important}.mb-sm-n3,.my-sm-n3{margin-bottom:-1rem!important}.ml-sm-n3,.mx-sm-n3{margin-left:-1rem!important}.m-sm-n4{margin:-1.5rem!important}.mt-sm-n4,.my-sm-n4{margin-top:-1.5rem!important}.mr-sm-n4,.mx-sm-n4{margin-right:-1.5rem!important}.mb-sm-n4,.my-sm-n4{margin-bottom:-1.5rem!important}.ml-sm-n4,.mx-sm-n4{margin-left:-1.5rem!important}.m-sm-n5{margin:-3rem!important}.mt-sm-n5,.my-sm-n5{margin-top:-3rem!important}.mr-sm-n5,.mx-sm-n5{margin-right:-3rem!important}.mb-sm-n5,.my-sm-n5{margin-bottom:-3rem!important}.ml-sm-n5,.mx-sm-n5{margin-left:-3rem!important}.m-sm-n6{margin:-3.5rem!important}.mt-sm-n6,.my-sm-n6{margin-top:-3.5rem!important}.mr-sm-n6,.mx-sm-n6{margin-right:-3.5rem!important}.mb-sm-n6,.my-sm-n6{margin-bottom:-3.5rem!important}.ml-sm-n6,.mx-sm-n6{margin-left:-3.5rem!important}.m-sm-n7{margin:-4rem!important}.mt-sm-n7,.my-sm-n7{margin-top:-4rem!important}.mr-sm-n7,.mx-sm-n7{margin-right:-4rem!important}.mb-sm-n7,.my-sm-n7{margin-bottom:-4rem!important}.ml-sm-n7,.mx-sm-n7{margin-left:-4rem!important}.m-sm-n8{margin:-4.5rem!important}.mt-sm-n8,.my-sm-n8{margin-top:-4.5rem!important}.mr-sm-n8,.mx-sm-n8{margin-right:-4.5rem!important}.mb-sm-n8,.my-sm-n8{margin-bottom:-4.5rem!important}.ml-sm-n8,.mx-sm-n8{margin-left:-4.5rem!important}.m-sm-n9{margin:-5rem!important}.mt-sm-n9,.my-sm-n9{margin-top:-5rem!important}.mr-sm-n9,.mx-sm-n9{margin-right:-5rem!important}.mb-sm-n9,.my-sm-n9{margin-bottom:-5rem!important}.ml-sm-n9,.mx-sm-n9{margin-left:-5rem!important}.m-sm-n10{margin:-5.5rem!important}.mt-sm-n10,.my-sm-n10{margin-top:-5.5rem!important}.mr-sm-n10,.mx-sm-n10{margin-right:-5.5rem!important}.mb-sm-n10,.my-sm-n10{margin-bottom:-5.5rem!important}.ml-sm-n10,.mx-sm-n10{margin-left:-5.5rem!important}.m-sm-n11{margin:-6rem!important}.mt-sm-n11,.my-sm-n11{margin-top:-6rem!important}.mr-sm-n11,.mx-sm-n11{margin-right:-6rem!important}.mb-sm-n11,.my-sm-n11{margin-bottom:-6rem!important}.ml-sm-n11,.mx-sm-n11{margin-left:-6rem!important}.m-sm-n12{margin:-6.5rem!important}.mt-sm-n12,.my-sm-n12{margin-top:-6.5rem!important}.mr-sm-n12,.mx-sm-n12{margin-right:-6.5rem!important}.mb-sm-n12,.my-sm-n12{margin-bottom:-6.5rem!important}.ml-sm-n12,.mx-sm-n12{margin-left:-6.5rem!important}.m-sm-n13{margin:-7rem!important}.mt-sm-n13,.my-sm-n13{margin-top:-7rem!important}.mr-sm-n13,.mx-sm-n13{margin-right:-7rem!important}.mb-sm-n13,.my-sm-n13{margin-bottom:-7rem!important}.ml-sm-n13,.mx-sm-n13{margin-left:-7rem!important}.m-sm-n14{margin:-7.5rem!important}.mt-sm-n14,.my-sm-n14{margin-top:-7.5rem!important}.mr-sm-n14,.mx-sm-n14{margin-right:-7.5rem!important}.mb-sm-n14,.my-sm-n14{margin-bottom:-7.5rem!important}.ml-sm-n14,.mx-sm-n14{margin-left:-7.5rem!important}.m-sm-n15{margin:-8rem!important}.mt-sm-n15,.my-sm-n15{margin-top:-8rem!important}.mr-sm-n15,.mx-sm-n15{margin-right:-8rem!important}.mb-sm-n15,.my-sm-n15{margin-bottom:-8rem!important}.ml-sm-n15,.mx-sm-n15{margin-left:-8rem!important}.m-sm-n16{margin:-8.5rem!important}.mt-sm-n16,.my-sm-n16{margin-top:-8.5rem!important}.mr-sm-n16,.mx-sm-n16{margin-right:-8.5rem!important}.mb-sm-n16,.my-sm-n16{margin-bottom:-8.5rem!important}.ml-sm-n16,.mx-sm-n16{margin-left:-8.5rem!important}.m-sm-n17{margin:-9rem!important}.mt-sm-n17,.my-sm-n17{margin-top:-9rem!important}.mr-sm-n17,.mx-sm-n17{margin-right:-9rem!important}.mb-sm-n17,.my-sm-n17{margin-bottom:-9rem!important}.ml-sm-n17,.mx-sm-n17{margin-left:-9rem!important}.m-sm-n18{margin:-9.5rem!important}.mt-sm-n18,.my-sm-n18{margin-top:-9.5rem!important}.mr-sm-n18,.mx-sm-n18{margin-right:-9.5rem!important}.mb-sm-n18,.my-sm-n18{margin-bottom:-9.5rem!important}.ml-sm-n18,.mx-sm-n18{margin-left:-9.5rem!important}.m-sm-n19{margin:-10rem!important}.mt-sm-n19,.my-sm-n19{margin-top:-10rem!important}.mr-sm-n19,.mx-sm-n19{margin-right:-10rem!important}.mb-sm-n19,.my-sm-n19{margin-bottom:-10rem!important}.ml-sm-n19,.mx-sm-n19{margin-left:-10rem!important}.m-sm-n20{margin:-10.5rem!important}.mt-sm-n20,.my-sm-n20{margin-top:-10.5rem!important}.mr-sm-n20,.mx-sm-n20{margin-right:-10.5rem!important}.mb-sm-n20,.my-sm-n20{margin-bottom:-10.5rem!important}.ml-sm-n20,.mx-sm-n20{margin-left:-10.5rem!important}.m-sm-n21{margin:-11rem!important}.mt-sm-n21,.my-sm-n21{margin-top:-11rem!important}.mr-sm-n21,.mx-sm-n21{margin-right:-11rem!important}.mb-sm-n21,.my-sm-n21{margin-bottom:-11rem!important}.ml-sm-n21,.mx-sm-n21{margin-left:-11rem!important}.m-sm-n22{margin:-11.5rem!important}.mt-sm-n22,.my-sm-n22{margin-top:-11.5rem!important}.mr-sm-n22,.mx-sm-n22{margin-right:-11.5rem!important}.mb-sm-n22,.my-sm-n22{margin-bottom:-11.5rem!important}.ml-sm-n22,.mx-sm-n22{margin-left:-11.5rem!important}.m-sm-n23{margin:-12rem!important}.mt-sm-n23,.my-sm-n23{margin-top:-12rem!important}.mr-sm-n23,.mx-sm-n23{margin-right:-12rem!important}.mb-sm-n23,.my-sm-n23{margin-bottom:-12rem!important}.ml-sm-n23,.mx-sm-n23{margin-left:-12rem!important}.m-sm-n24{margin:-12.5rem!important}.mt-sm-n24,.my-sm-n24{margin-top:-12.5rem!important}.mr-sm-n24,.mx-sm-n24{margin-right:-12.5rem!important}.mb-sm-n24,.my-sm-n24{margin-bottom:-12.5rem!important}.ml-sm-n24,.mx-sm-n24{margin-left:-12.5rem!important}.m-sm-n25{margin:-13rem!important}.mt-sm-n25,.my-sm-n25{margin-top:-13rem!important}.mr-sm-n25,.mx-sm-n25{margin-right:-13rem!important}.mb-sm-n25,.my-sm-n25{margin-bottom:-13rem!important}.ml-sm-n25,.mx-sm-n25{margin-left:-13rem!important}.m-sm-auto{margin:auto!important}.mt-sm-auto,.my-sm-auto{margin-top:auto!important}.mr-sm-auto,.mx-sm-auto{margin-right:auto!important}.mb-sm-auto,.my-sm-auto{margin-bottom:auto!important}.ml-sm-auto,.mx-sm-auto{margin-left:auto!important}}@media (min-width:641px){.m-md-0{margin:0!important}.mt-md-0,.my-md-0{margin-top:0!important}.mr-md-0,.mx-md-0{margin-right:0!important}.mb-md-0,.my-md-0{margin-bottom:0!important}.ml-md-0,.mx-md-0{margin-left:0!important}.m-md-1{margin:.25rem!important}.mt-md-1,.my-md-1{margin-top:.25rem!important}.mr-md-1,.mx-md-1{margin-right:.25rem!important}.mb-md-1,.my-md-1{margin-bottom:.25rem!important}.ml-md-1,.mx-md-1{margin-left:.25rem!important}.m-md-2{margin:.5rem!important}.mt-md-2,.my-md-2{margin-top:.5rem!important}.mr-md-2,.mx-md-2{margin-right:.5rem!important}.mb-md-2,.my-md-2{margin-bottom:.5rem!important}.ml-md-2,.mx-md-2{margin-left:.5rem!important}.m-md-3{margin:1rem!important}.mt-md-3,.my-md-3{margin-top:1rem!important}.mr-md-3,.mx-md-3{margin-right:1rem!important}.mb-md-3,.my-md-3{margin-bottom:1rem!important}.ml-md-3,.mx-md-3{margin-left:1rem!important}.m-md-4{margin:1.5rem!important}.mt-md-4,.my-md-4{margin-top:1.5rem!important}.mr-md-4,.mx-md-4{margin-right:1.5rem!important}.mb-md-4,.my-md-4{margin-bottom:1.5rem!important}.ml-md-4,.mx-md-4{margin-left:1.5rem!important}.m-md-5{margin:3rem!important}.mt-md-5,.my-md-5{margin-top:3rem!important}.mr-md-5,.mx-md-5{margin-right:3rem!important}.mb-md-5,.my-md-5{margin-bottom:3rem!important}.ml-md-5,.mx-md-5{margin-left:3rem!important}.m-md-6{margin:3.5rem!important}.mt-md-6,.my-md-6{margin-top:3.5rem!important}.mr-md-6,.mx-md-6{margin-right:3.5rem!important}.mb-md-6,.my-md-6{margin-bottom:3.5rem!important}.ml-md-6,.mx-md-6{margin-left:3.5rem!important}.m-md-7{margin:4rem!important}.mt-md-7,.my-md-7{margin-top:4rem!important}.mr-md-7,.mx-md-7{margin-right:4rem!important}.mb-md-7,.my-md-7{margin-bottom:4rem!important}.ml-md-7,.mx-md-7{margin-left:4rem!important}.m-md-8{margin:4.5rem!important}.mt-md-8,.my-md-8{margin-top:4.5rem!important}.mr-md-8,.mx-md-8{margin-right:4.5rem!important}.mb-md-8,.my-md-8{margin-bottom:4.5rem!important}.ml-md-8,.mx-md-8{margin-left:4.5rem!important}.m-md-9{margin:5rem!important}.mt-md-9,.my-md-9{margin-top:5rem!important}.mr-md-9,.mx-md-9{margin-right:5rem!important}.mb-md-9,.my-md-9{margin-bottom:5rem!important}.ml-md-9,.mx-md-9{margin-left:5rem!important}.m-md-10{margin:5.5rem!important}.mt-md-10,.my-md-10{margin-top:5.5rem!important}.mr-md-10,.mx-md-10{margin-right:5.5rem!important}.mb-md-10,.my-md-10{margin-bottom:5.5rem!important}.ml-md-10,.mx-md-10{margin-left:5.5rem!important}.m-md-11{margin:6rem!important}.mt-md-11,.my-md-11{margin-top:6rem!important}.mr-md-11,.mx-md-11{margin-right:6rem!important}.mb-md-11,.my-md-11{margin-bottom:6rem!important}.ml-md-11,.mx-md-11{margin-left:6rem!important}.m-md-12{margin:6.5rem!important}.mt-md-12,.my-md-12{margin-top:6.5rem!important}.mr-md-12,.mx-md-12{margin-right:6.5rem!important}.mb-md-12,.my-md-12{margin-bottom:6.5rem!important}.ml-md-12,.mx-md-12{margin-left:6.5rem!important}.m-md-13{margin:7rem!important}.mt-md-13,.my-md-13{margin-top:7rem!important}.mr-md-13,.mx-md-13{margin-right:7rem!important}.mb-md-13,.my-md-13{margin-bottom:7rem!important}.ml-md-13,.mx-md-13{margin-left:7rem!important}.m-md-14{margin:7.5rem!important}.mt-md-14,.my-md-14{margin-top:7.5rem!important}.mr-md-14,.mx-md-14{margin-right:7.5rem!important}.mb-md-14,.my-md-14{margin-bottom:7.5rem!important}.ml-md-14,.mx-md-14{margin-left:7.5rem!important}.m-md-15{margin:8rem!important}.mt-md-15,.my-md-15{margin-top:8rem!important}.mr-md-15,.mx-md-15{margin-right:8rem!important}.mb-md-15,.my-md-15{margin-bottom:8rem!important}.ml-md-15,.mx-md-15{margin-left:8rem!important}.m-md-16{margin:8.5rem!important}.mt-md-16,.my-md-16{margin-top:8.5rem!important}.mr-md-16,.mx-md-16{margin-right:8.5rem!important}.mb-md-16,.my-md-16{margin-bottom:8.5rem!important}.ml-md-16,.mx-md-16{margin-left:8.5rem!important}.m-md-17{margin:9rem!important}.mt-md-17,.my-md-17{margin-top:9rem!important}.mr-md-17,.mx-md-17{margin-right:9rem!important}.mb-md-17,.my-md-17{margin-bottom:9rem!important}.ml-md-17,.mx-md-17{margin-left:9rem!important}.m-md-18{margin:9.5rem!important}.mt-md-18,.my-md-18{margin-top:9.5rem!important}.mr-md-18,.mx-md-18{margin-right:9.5rem!important}.mb-md-18,.my-md-18{margin-bottom:9.5rem!important}.ml-md-18,.mx-md-18{margin-left:9.5rem!important}.m-md-19{margin:10rem!important}.mt-md-19,.my-md-19{margin-top:10rem!important}.mr-md-19,.mx-md-19{margin-right:10rem!important}.mb-md-19,.my-md-19{margin-bottom:10rem!important}.ml-md-19,.mx-md-19{margin-left:10rem!important}.m-md-20{margin:10.5rem!important}.mt-md-20,.my-md-20{margin-top:10.5rem!important}.mr-md-20,.mx-md-20{margin-right:10.5rem!important}.mb-md-20,.my-md-20{margin-bottom:10.5rem!important}.ml-md-20,.mx-md-20{margin-left:10.5rem!important}.m-md-21{margin:11rem!important}.mt-md-21,.my-md-21{margin-top:11rem!important}.mr-md-21,.mx-md-21{margin-right:11rem!important}.mb-md-21,.my-md-21{margin-bottom:11rem!important}.ml-md-21,.mx-md-21{margin-left:11rem!important}.m-md-22{margin:11.5rem!important}.mt-md-22,.my-md-22{margin-top:11.5rem!important}.mr-md-22,.mx-md-22{margin-right:11.5rem!important}.mb-md-22,.my-md-22{margin-bottom:11.5rem!important}.ml-md-22,.mx-md-22{margin-left:11.5rem!important}.m-md-23{margin:12rem!important}.mt-md-23,.my-md-23{margin-top:12rem!important}.mr-md-23,.mx-md-23{margin-right:12rem!important}.mb-md-23,.my-md-23{margin-bottom:12rem!important}.ml-md-23,.mx-md-23{margin-left:12rem!important}.m-md-24{margin:12.5rem!important}.mt-md-24,.my-md-24{margin-top:12.5rem!important}.mr-md-24,.mx-md-24{margin-right:12.5rem!important}.mb-md-24,.my-md-24{margin-bottom:12.5rem!important}.ml-md-24,.mx-md-24{margin-left:12.5rem!important}.m-md-25{margin:13rem!important}.mt-md-25,.my-md-25{margin-top:13rem!important}.mr-md-25,.mx-md-25{margin-right:13rem!important}.mb-md-25,.my-md-25{margin-bottom:13rem!important}.ml-md-25,.mx-md-25{margin-left:13rem!important}.p-md-0{padding:0!important}.pt-md-0,.py-md-0{padding-top:0!important}.pr-md-0,.px-md-0{padding-right:0!important}.pb-md-0,.py-md-0{padding-bottom:0!important}.pl-md-0,.px-md-0{padding-left:0!important}.p-md-1{padding:.25rem!important}.pt-md-1,.py-md-1{padding-top:.25rem!important}.pr-md-1,.px-md-1{padding-right:.25rem!important}.pb-md-1,.py-md-1{padding-bottom:.25rem!important}.pl-md-1,.px-md-1{padding-left:.25rem!important}.p-md-2{padding:.5rem!important}.pt-md-2,.py-md-2{padding-top:.5rem!important}.pr-md-2,.px-md-2{padding-right:.5rem!important}.pb-md-2,.py-md-2{padding-bottom:.5rem!important}.pl-md-2,.px-md-2{padding-left:.5rem!important}.p-md-3{padding:1rem!important}.pt-md-3,.py-md-3{padding-top:1rem!important}.pr-md-3,.px-md-3{padding-right:1rem!important}.pb-md-3,.py-md-3{padding-bottom:1rem!important}.pl-md-3,.px-md-3{padding-left:1rem!important}.p-md-4{padding:1.5rem!important}.pt-md-4,.py-md-4{padding-top:1.5rem!important}.pr-md-4,.px-md-4{padding-right:1.5rem!important}.pb-md-4,.py-md-4{padding-bottom:1.5rem!important}.pl-md-4,.px-md-4{padding-left:1.5rem!important}.p-md-5{padding:3rem!important}.pt-md-5,.py-md-5{padding-top:3rem!important}.pr-md-5,.px-md-5{padding-right:3rem!important}.pb-md-5,.py-md-5{padding-bottom:3rem!important}.pl-md-5,.px-md-5{padding-left:3rem!important}.p-md-6{padding:3.5rem!important}.pt-md-6,.py-md-6{padding-top:3.5rem!important}.pr-md-6,.px-md-6{padding-right:3.5rem!important}.pb-md-6,.py-md-6{padding-bottom:3.5rem!important}.pl-md-6,.px-md-6{padding-left:3.5rem!important}.p-md-7{padding:4rem!important}.pt-md-7,.py-md-7{padding-top:4rem!important}.pr-md-7,.px-md-7{padding-right:4rem!important}.pb-md-7,.py-md-7{padding-bottom:4rem!important}.pl-md-7,.px-md-7{padding-left:4rem!important}.p-md-8{padding:4.5rem!important}.pt-md-8,.py-md-8{padding-top:4.5rem!important}.pr-md-8,.px-md-8{padding-right:4.5rem!important}.pb-md-8,.py-md-8{padding-bottom:4.5rem!important}.pl-md-8,.px-md-8{padding-left:4.5rem!important}.p-md-9{padding:5rem!important}.pt-md-9,.py-md-9{padding-top:5rem!important}.pr-md-9,.px-md-9{padding-right:5rem!important}.pb-md-9,.py-md-9{padding-bottom:5rem!important}.pl-md-9,.px-md-9{padding-left:5rem!important}.p-md-10{padding:5.5rem!important}.pt-md-10,.py-md-10{padding-top:5.5rem!important}.pr-md-10,.px-md-10{padding-right:5.5rem!important}.pb-md-10,.py-md-10{padding-bottom:5.5rem!important}.pl-md-10,.px-md-10{padding-left:5.5rem!important}.p-md-11{padding:6rem!important}.pt-md-11,.py-md-11{padding-top:6rem!important}.pr-md-11,.px-md-11{padding-right:6rem!important}.pb-md-11,.py-md-11{padding-bottom:6rem!important}.pl-md-11,.px-md-11{padding-left:6rem!important}.p-md-12{padding:6.5rem!important}.pt-md-12,.py-md-12{padding-top:6.5rem!important}.pr-md-12,.px-md-12{padding-right:6.5rem!important}.pb-md-12,.py-md-12{padding-bottom:6.5rem!important}.pl-md-12,.px-md-12{padding-left:6.5rem!important}.p-md-13{padding:7rem!important}.pt-md-13,.py-md-13{padding-top:7rem!important}.pr-md-13,.px-md-13{padding-right:7rem!important}.pb-md-13,.py-md-13{padding-bottom:7rem!important}.pl-md-13,.px-md-13{padding-left:7rem!important}.p-md-14{padding:7.5rem!important}.pt-md-14,.py-md-14{padding-top:7.5rem!important}.pr-md-14,.px-md-14{padding-right:7.5rem!important}.pb-md-14,.py-md-14{padding-bottom:7.5rem!important}.pl-md-14,.px-md-14{padding-left:7.5rem!important}.p-md-15{padding:8rem!important}.pt-md-15,.py-md-15{padding-top:8rem!important}.pr-md-15,.px-md-15{padding-right:8rem!important}.pb-md-15,.py-md-15{padding-bottom:8rem!important}.pl-md-15,.px-md-15{padding-left:8rem!important}.p-md-16{padding:8.5rem!important}.pt-md-16,.py-md-16{padding-top:8.5rem!important}.pr-md-16,.px-md-16{padding-right:8.5rem!important}.pb-md-16,.py-md-16{padding-bottom:8.5rem!important}.pl-md-16,.px-md-16{padding-left:8.5rem!important}.p-md-17{padding:9rem!important}.pt-md-17,.py-md-17{padding-top:9rem!important}.pr-md-17,.px-md-17{padding-right:9rem!important}.pb-md-17,.py-md-17{padding-bottom:9rem!important}.pl-md-17,.px-md-17{padding-left:9rem!important}.p-md-18{padding:9.5rem!important}.pt-md-18,.py-md-18{padding-top:9.5rem!important}.pr-md-18,.px-md-18{padding-right:9.5rem!important}.pb-md-18,.py-md-18{padding-bottom:9.5rem!important}.pl-md-18,.px-md-18{padding-left:9.5rem!important}.p-md-19{padding:10rem!important}.pt-md-19,.py-md-19{padding-top:10rem!important}.pr-md-19,.px-md-19{padding-right:10rem!important}.pb-md-19,.py-md-19{padding-bottom:10rem!important}.pl-md-19,.px-md-19{padding-left:10rem!important}.p-md-20{padding:10.5rem!important}.pt-md-20,.py-md-20{padding-top:10.5rem!important}.pr-md-20,.px-md-20{padding-right:10.5rem!important}.pb-md-20,.py-md-20{padding-bottom:10.5rem!important}.pl-md-20,.px-md-20{padding-left:10.5rem!important}.p-md-21{padding:11rem!important}.pt-md-21,.py-md-21{padding-top:11rem!important}.pr-md-21,.px-md-21{padding-right:11rem!important}.pb-md-21,.py-md-21{padding-bottom:11rem!important}.pl-md-21,.px-md-21{padding-left:11rem!important}.p-md-22{padding:11.5rem!important}.pt-md-22,.py-md-22{padding-top:11.5rem!important}.pr-md-22,.px-md-22{padding-right:11.5rem!important}.pb-md-22,.py-md-22{padding-bottom:11.5rem!important}.pl-md-22,.px-md-22{padding-left:11.5rem!important}.p-md-23{padding:12rem!important}.pt-md-23,.py-md-23{padding-top:12rem!important}.pr-md-23,.px-md-23{padding-right:12rem!important}.pb-md-23,.py-md-23{padding-bottom:12rem!important}.pl-md-23,.px-md-23{padding-left:12rem!important}.p-md-24{padding:12.5rem!important}.pt-md-24,.py-md-24{padding-top:12.5rem!important}.pr-md-24,.px-md-24{padding-right:12.5rem!important}.pb-md-24,.py-md-24{padding-bottom:12.5rem!important}.pl-md-24,.px-md-24{padding-left:12.5rem!important}.p-md-25{padding:13rem!important}.pt-md-25,.py-md-25{padding-top:13rem!important}.pr-md-25,.px-md-25{padding-right:13rem!important}.pb-md-25,.py-md-25{padding-bottom:13rem!important}.pl-md-25,.px-md-25{padding-left:13rem!important}.m-md-n1{margin:-.25rem!important}.mt-md-n1,.my-md-n1{margin-top:-.25rem!important}.mr-md-n1,.mx-md-n1{margin-right:-.25rem!important}.mb-md-n1,.my-md-n1{margin-bottom:-.25rem!important}.ml-md-n1,.mx-md-n1{margin-left:-.25rem!important}.m-md-n2{margin:-.5rem!important}.mt-md-n2,.my-md-n2{margin-top:-.5rem!important}.mr-md-n2,.mx-md-n2{margin-right:-.5rem!important}.mb-md-n2,.my-md-n2{margin-bottom:-.5rem!important}.ml-md-n2,.mx-md-n2{margin-left:-.5rem!important}.m-md-n3{margin:-1rem!important}.mt-md-n3,.my-md-n3{margin-top:-1rem!important}.mr-md-n3,.mx-md-n3{margin-right:-1rem!important}.mb-md-n3,.my-md-n3{margin-bottom:-1rem!important}.ml-md-n3,.mx-md-n3{margin-left:-1rem!important}.m-md-n4{margin:-1.5rem!important}.mt-md-n4,.my-md-n4{margin-top:-1.5rem!important}.mr-md-n4,.mx-md-n4{margin-right:-1.5rem!important}.mb-md-n4,.my-md-n4{margin-bottom:-1.5rem!important}.ml-md-n4,.mx-md-n4{margin-left:-1.5rem!important}.m-md-n5{margin:-3rem!important}.mt-md-n5,.my-md-n5{margin-top:-3rem!important}.mr-md-n5,.mx-md-n5{margin-right:-3rem!important}.mb-md-n5,.my-md-n5{margin-bottom:-3rem!important}.ml-md-n5,.mx-md-n5{margin-left:-3rem!important}.m-md-n6{margin:-3.5rem!important}.mt-md-n6,.my-md-n6{margin-top:-3.5rem!important}.mr-md-n6,.mx-md-n6{margin-right:-3.5rem!important}.mb-md-n6,.my-md-n6{margin-bottom:-3.5rem!important}.ml-md-n6,.mx-md-n6{margin-left:-3.5rem!important}.m-md-n7{margin:-4rem!important}.mt-md-n7,.my-md-n7{margin-top:-4rem!important}.mr-md-n7,.mx-md-n7{margin-right:-4rem!important}.mb-md-n7,.my-md-n7{margin-bottom:-4rem!important}.ml-md-n7,.mx-md-n7{margin-left:-4rem!important}.m-md-n8{margin:-4.5rem!important}.mt-md-n8,.my-md-n8{margin-top:-4.5rem!important}.mr-md-n8,.mx-md-n8{margin-right:-4.5rem!important}.mb-md-n8,.my-md-n8{margin-bottom:-4.5rem!important}.ml-md-n8,.mx-md-n8{margin-left:-4.5rem!important}.m-md-n9{margin:-5rem!important}.mt-md-n9,.my-md-n9{margin-top:-5rem!important}.mr-md-n9,.mx-md-n9{margin-right:-5rem!important}.mb-md-n9,.my-md-n9{margin-bottom:-5rem!important}.ml-md-n9,.mx-md-n9{margin-left:-5rem!important}.m-md-n10{margin:-5.5rem!important}.mt-md-n10,.my-md-n10{margin-top:-5.5rem!important}.mr-md-n10,.mx-md-n10{margin-right:-5.5rem!important}.mb-md-n10,.my-md-n10{margin-bottom:-5.5rem!important}.ml-md-n10,.mx-md-n10{margin-left:-5.5rem!important}.m-md-n11{margin:-6rem!important}.mt-md-n11,.my-md-n11{margin-top:-6rem!important}.mr-md-n11,.mx-md-n11{margin-right:-6rem!important}.mb-md-n11,.my-md-n11{margin-bottom:-6rem!important}.ml-md-n11,.mx-md-n11{margin-left:-6rem!important}.m-md-n12{margin:-6.5rem!important}.mt-md-n12,.my-md-n12{margin-top:-6.5rem!important}.mr-md-n12,.mx-md-n12{margin-right:-6.5rem!important}.mb-md-n12,.my-md-n12{margin-bottom:-6.5rem!important}.ml-md-n12,.mx-md-n12{margin-left:-6.5rem!important}.m-md-n13{margin:-7rem!important}.mt-md-n13,.my-md-n13{margin-top:-7rem!important}.mr-md-n13,.mx-md-n13{margin-right:-7rem!important}.mb-md-n13,.my-md-n13{margin-bottom:-7rem!important}.ml-md-n13,.mx-md-n13{margin-left:-7rem!important}.m-md-n14{margin:-7.5rem!important}.mt-md-n14,.my-md-n14{margin-top:-7.5rem!important}.mr-md-n14,.mx-md-n14{margin-right:-7.5rem!important}.mb-md-n14,.my-md-n14{margin-bottom:-7.5rem!important}.ml-md-n14,.mx-md-n14{margin-left:-7.5rem!important}.m-md-n15{margin:-8rem!important}.mt-md-n15,.my-md-n15{margin-top:-8rem!important}.mr-md-n15,.mx-md-n15{margin-right:-8rem!important}.mb-md-n15,.my-md-n15{margin-bottom:-8rem!important}.ml-md-n15,.mx-md-n15{margin-left:-8rem!important}.m-md-n16{margin:-8.5rem!important}.mt-md-n16,.my-md-n16{margin-top:-8.5rem!important}.mr-md-n16,.mx-md-n16{margin-right:-8.5rem!important}.mb-md-n16,.my-md-n16{margin-bottom:-8.5rem!important}.ml-md-n16,.mx-md-n16{margin-left:-8.5rem!important}.m-md-n17{margin:-9rem!important}.mt-md-n17,.my-md-n17{margin-top:-9rem!important}.mr-md-n17,.mx-md-n17{margin-right:-9rem!important}.mb-md-n17,.my-md-n17{margin-bottom:-9rem!important}.ml-md-n17,.mx-md-n17{margin-left:-9rem!important}.m-md-n18{margin:-9.5rem!important}.mt-md-n18,.my-md-n18{margin-top:-9.5rem!important}.mr-md-n18,.mx-md-n18{margin-right:-9.5rem!important}.mb-md-n18,.my-md-n18{margin-bottom:-9.5rem!important}.ml-md-n18,.mx-md-n18{margin-left:-9.5rem!important}.m-md-n19{margin:-10rem!important}.mt-md-n19,.my-md-n19{margin-top:-10rem!important}.mr-md-n19,.mx-md-n19{margin-right:-10rem!important}.mb-md-n19,.my-md-n19{margin-bottom:-10rem!important}.ml-md-n19,.mx-md-n19{margin-left:-10rem!important}.m-md-n20{margin:-10.5rem!important}.mt-md-n20,.my-md-n20{margin-top:-10.5rem!important}.mr-md-n20,.mx-md-n20{margin-right:-10.5rem!important}.mb-md-n20,.my-md-n20{margin-bottom:-10.5rem!important}.ml-md-n20,.mx-md-n20{margin-left:-10.5rem!important}.m-md-n21{margin:-11rem!important}.mt-md-n21,.my-md-n21{margin-top:-11rem!important}.mr-md-n21,.mx-md-n21{margin-right:-11rem!important}.mb-md-n21,.my-md-n21{margin-bottom:-11rem!important}.ml-md-n21,.mx-md-n21{margin-left:-11rem!important}.m-md-n22{margin:-11.5rem!important}.mt-md-n22,.my-md-n22{margin-top:-11.5rem!important}.mr-md-n22,.mx-md-n22{margin-right:-11.5rem!important}.mb-md-n22,.my-md-n22{margin-bottom:-11.5rem!important}.ml-md-n22,.mx-md-n22{margin-left:-11.5rem!important}.m-md-n23{margin:-12rem!important}.mt-md-n23,.my-md-n23{margin-top:-12rem!important}.mr-md-n23,.mx-md-n23{margin-right:-12rem!important}.mb-md-n23,.my-md-n23{margin-bottom:-12rem!important}.ml-md-n23,.mx-md-n23{margin-left:-12rem!important}.m-md-n24{margin:-12.5rem!important}.mt-md-n24,.my-md-n24{margin-top:-12.5rem!important}.mr-md-n24,.mx-md-n24{margin-right:-12.5rem!important}.mb-md-n24,.my-md-n24{margin-bottom:-12.5rem!important}.ml-md-n24,.mx-md-n24{margin-left:-12.5rem!important}.m-md-n25{margin:-13rem!important}.mt-md-n25,.my-md-n25{margin-top:-13rem!important}.mr-md-n25,.mx-md-n25{margin-right:-13rem!important}.mb-md-n25,.my-md-n25{margin-bottom:-13rem!important}.ml-md-n25,.mx-md-n25{margin-left:-13rem!important}.m-md-auto{margin:auto!important}.mt-md-auto,.my-md-auto{margin-top:auto!important}.mr-md-auto,.mx-md-auto{margin-right:auto!important}.mb-md-auto,.my-md-auto{margin-bottom:auto!important}.ml-md-auto,.mx-md-auto{margin-left:auto!important}}@media (min-width:961px){.m-lg-0{margin:0!important}.mt-lg-0,.my-lg-0{margin-top:0!important}.mr-lg-0,.mx-lg-0{margin-right:0!important}.mb-lg-0,.my-lg-0{margin-bottom:0!important}.ml-lg-0,.mx-lg-0{margin-left:0!important}.m-lg-1{margin:.25rem!important}.mt-lg-1,.my-lg-1{margin-top:.25rem!important}.mr-lg-1,.mx-lg-1{margin-right:.25rem!important}.mb-lg-1,.my-lg-1{margin-bottom:.25rem!important}.ml-lg-1,.mx-lg-1{margin-left:.25rem!important}.m-lg-2{margin:.5rem!important}.mt-lg-2,.my-lg-2{margin-top:.5rem!important}.mr-lg-2,.mx-lg-2{margin-right:.5rem!important}.mb-lg-2,.my-lg-2{margin-bottom:.5rem!important}.ml-lg-2,.mx-lg-2{margin-left:.5rem!important}.m-lg-3{margin:1rem!important}.mt-lg-3,.my-lg-3{margin-top:1rem!important}.mr-lg-3,.mx-lg-3{margin-right:1rem!important}.mb-lg-3,.my-lg-3{margin-bottom:1rem!important}.ml-lg-3,.mx-lg-3{margin-left:1rem!important}.m-lg-4{margin:1.5rem!important}.mt-lg-4,.my-lg-4{margin-top:1.5rem!important}.mr-lg-4,.mx-lg-4{margin-right:1.5rem!important}.mb-lg-4,.my-lg-4{margin-bottom:1.5rem!important}.ml-lg-4,.mx-lg-4{margin-left:1.5rem!important}.m-lg-5{margin:3rem!important}.mt-lg-5,.my-lg-5{margin-top:3rem!important}.mr-lg-5,.mx-lg-5{margin-right:3rem!important}.mb-lg-5,.my-lg-5{margin-bottom:3rem!important}.ml-lg-5,.mx-lg-5{margin-left:3rem!important}.m-lg-6{margin:3.5rem!important}.mt-lg-6,.my-lg-6{margin-top:3.5rem!important}.mr-lg-6,.mx-lg-6{margin-right:3.5rem!important}.mb-lg-6,.my-lg-6{margin-bottom:3.5rem!important}.ml-lg-6,.mx-lg-6{margin-left:3.5rem!important}.m-lg-7{margin:4rem!important}.mt-lg-7,.my-lg-7{margin-top:4rem!important}.mr-lg-7,.mx-lg-7{margin-right:4rem!important}.mb-lg-7,.my-lg-7{margin-bottom:4rem!important}.ml-lg-7,.mx-lg-7{margin-left:4rem!important}.m-lg-8{margin:4.5rem!important}.mt-lg-8,.my-lg-8{margin-top:4.5rem!important}.mr-lg-8,.mx-lg-8{margin-right:4.5rem!important}.mb-lg-8,.my-lg-8{margin-bottom:4.5rem!important}.ml-lg-8,.mx-lg-8{margin-left:4.5rem!important}.m-lg-9{margin:5rem!important}.mt-lg-9,.my-lg-9{margin-top:5rem!important}.mr-lg-9,.mx-lg-9{margin-right:5rem!important}.mb-lg-9,.my-lg-9{margin-bottom:5rem!important}.ml-lg-9,.mx-lg-9{margin-left:5rem!important}.m-lg-10{margin:5.5rem!important}.mt-lg-10,.my-lg-10{margin-top:5.5rem!important}.mr-lg-10,.mx-lg-10{margin-right:5.5rem!important}.mb-lg-10,.my-lg-10{margin-bottom:5.5rem!important}.ml-lg-10,.mx-lg-10{margin-left:5.5rem!important}.m-lg-11{margin:6rem!important}.mt-lg-11,.my-lg-11{margin-top:6rem!important}.mr-lg-11,.mx-lg-11{margin-right:6rem!important}.mb-lg-11,.my-lg-11{margin-bottom:6rem!important}.ml-lg-11,.mx-lg-11{margin-left:6rem!important}.m-lg-12{margin:6.5rem!important}.mt-lg-12,.my-lg-12{margin-top:6.5rem!important}.mr-lg-12,.mx-lg-12{margin-right:6.5rem!important}.mb-lg-12,.my-lg-12{margin-bottom:6.5rem!important}.ml-lg-12,.mx-lg-12{margin-left:6.5rem!important}.m-lg-13{margin:7rem!important}.mt-lg-13,.my-lg-13{margin-top:7rem!important}.mr-lg-13,.mx-lg-13{margin-right:7rem!important}.mb-lg-13,.my-lg-13{margin-bottom:7rem!important}.ml-lg-13,.mx-lg-13{margin-left:7rem!important}.m-lg-14{margin:7.5rem!important}.mt-lg-14,.my-lg-14{margin-top:7.5rem!important}.mr-lg-14,.mx-lg-14{margin-right:7.5rem!important}.mb-lg-14,.my-lg-14{margin-bottom:7.5rem!important}.ml-lg-14,.mx-lg-14{margin-left:7.5rem!important}.m-lg-15{margin:8rem!important}.mt-lg-15,.my-lg-15{margin-top:8rem!important}.mr-lg-15,.mx-lg-15{margin-right:8rem!important}.mb-lg-15,.my-lg-15{margin-bottom:8rem!important}.ml-lg-15,.mx-lg-15{margin-left:8rem!important}.m-lg-16{margin:8.5rem!important}.mt-lg-16,.my-lg-16{margin-top:8.5rem!important}.mr-lg-16,.mx-lg-16{margin-right:8.5rem!important}.mb-lg-16,.my-lg-16{margin-bottom:8.5rem!important}.ml-lg-16,.mx-lg-16{margin-left:8.5rem!important}.m-lg-17{margin:9rem!important}.mt-lg-17,.my-lg-17{margin-top:9rem!important}.mr-lg-17,.mx-lg-17{margin-right:9rem!important}.mb-lg-17,.my-lg-17{margin-bottom:9rem!important}.ml-lg-17,.mx-lg-17{margin-left:9rem!important}.m-lg-18{margin:9.5rem!important}.mt-lg-18,.my-lg-18{margin-top:9.5rem!important}.mr-lg-18,.mx-lg-18{margin-right:9.5rem!important}.mb-lg-18,.my-lg-18{margin-bottom:9.5rem!important}.ml-lg-18,.mx-lg-18{margin-left:9.5rem!important}.m-lg-19{margin:10rem!important}.mt-lg-19,.my-lg-19{margin-top:10rem!important}.mr-lg-19,.mx-lg-19{margin-right:10rem!important}.mb-lg-19,.my-lg-19{margin-bottom:10rem!important}.ml-lg-19,.mx-lg-19{margin-left:10rem!important}.m-lg-20{margin:10.5rem!important}.mt-lg-20,.my-lg-20{margin-top:10.5rem!important}.mr-lg-20,.mx-lg-20{margin-right:10.5rem!important}.mb-lg-20,.my-lg-20{margin-bottom:10.5rem!important}.ml-lg-20,.mx-lg-20{margin-left:10.5rem!important}.m-lg-21{margin:11rem!important}.mt-lg-21,.my-lg-21{margin-top:11rem!important}.mr-lg-21,.mx-lg-21{margin-right:11rem!important}.mb-lg-21,.my-lg-21{margin-bottom:11rem!important}.ml-lg-21,.mx-lg-21{margin-left:11rem!important}.m-lg-22{margin:11.5rem!important}.mt-lg-22,.my-lg-22{margin-top:11.5rem!important}.mr-lg-22,.mx-lg-22{margin-right:11.5rem!important}.mb-lg-22,.my-lg-22{margin-bottom:11.5rem!important}.ml-lg-22,.mx-lg-22{margin-left:11.5rem!important}.m-lg-23{margin:12rem!important}.mt-lg-23,.my-lg-23{margin-top:12rem!important}.mr-lg-23,.mx-lg-23{margin-right:12rem!important}.mb-lg-23,.my-lg-23{margin-bottom:12rem!important}.ml-lg-23,.mx-lg-23{margin-left:12rem!important}.m-lg-24{margin:12.5rem!important}.mt-lg-24,.my-lg-24{margin-top:12.5rem!important}.mr-lg-24,.mx-lg-24{margin-right:12.5rem!important}.mb-lg-24,.my-lg-24{margin-bottom:12.5rem!important}.ml-lg-24,.mx-lg-24{margin-left:12.5rem!important}.m-lg-25{margin:13rem!important}.mt-lg-25,.my-lg-25{margin-top:13rem!important}.mr-lg-25,.mx-lg-25{margin-right:13rem!important}.mb-lg-25,.my-lg-25{margin-bottom:13rem!important}.ml-lg-25,.mx-lg-25{margin-left:13rem!important}.p-lg-0{padding:0!important}.pt-lg-0,.py-lg-0{padding-top:0!important}.pr-lg-0,.px-lg-0{padding-right:0!important}.pb-lg-0,.py-lg-0{padding-bottom:0!important}.pl-lg-0,.px-lg-0{padding-left:0!important}.p-lg-1{padding:.25rem!important}.pt-lg-1,.py-lg-1{padding-top:.25rem!important}.pr-lg-1,.px-lg-1{padding-right:.25rem!important}.pb-lg-1,.py-lg-1{padding-bottom:.25rem!important}.pl-lg-1,.px-lg-1{padding-left:.25rem!important}.p-lg-2{padding:.5rem!important}.pt-lg-2,.py-lg-2{padding-top:.5rem!important}.pr-lg-2,.px-lg-2{padding-right:.5rem!important}.pb-lg-2,.py-lg-2{padding-bottom:.5rem!important}.pl-lg-2,.px-lg-2{padding-left:.5rem!important}.p-lg-3{padding:1rem!important}.pt-lg-3,.py-lg-3{padding-top:1rem!important}.pr-lg-3,.px-lg-3{padding-right:1rem!important}.pb-lg-3,.py-lg-3{padding-bottom:1rem!important}.pl-lg-3,.px-lg-3{padding-left:1rem!important}.p-lg-4{padding:1.5rem!important}.pt-lg-4,.py-lg-4{padding-top:1.5rem!important}.pr-lg-4,.px-lg-4{padding-right:1.5rem!important}.pb-lg-4,.py-lg-4{padding-bottom:1.5rem!important}.pl-lg-4,.px-lg-4{padding-left:1.5rem!important}.p-lg-5{padding:3rem!important}.pt-lg-5,.py-lg-5{padding-top:3rem!important}.pr-lg-5,.px-lg-5{padding-right:3rem!important}.pb-lg-5,.py-lg-5{padding-bottom:3rem!important}.pl-lg-5,.px-lg-5{padding-left:3rem!important}.p-lg-6{padding:3.5rem!important}.pt-lg-6,.py-lg-6{padding-top:3.5rem!important}.pr-lg-6,.px-lg-6{padding-right:3.5rem!important}.pb-lg-6,.py-lg-6{padding-bottom:3.5rem!important}.pl-lg-6,.px-lg-6{padding-left:3.5rem!important}.p-lg-7{padding:4rem!important}.pt-lg-7,.py-lg-7{padding-top:4rem!important}.pr-lg-7,.px-lg-7{padding-right:4rem!important}.pb-lg-7,.py-lg-7{padding-bottom:4rem!important}.pl-lg-7,.px-lg-7{padding-left:4rem!important}.p-lg-8{padding:4.5rem!important}.pt-lg-8,.py-lg-8{padding-top:4.5rem!important}.pr-lg-8,.px-lg-8{padding-right:4.5rem!important}.pb-lg-8,.py-lg-8{padding-bottom:4.5rem!important}.pl-lg-8,.px-lg-8{padding-left:4.5rem!important}.p-lg-9{padding:5rem!important}.pt-lg-9,.py-lg-9{padding-top:5rem!important}.pr-lg-9,.px-lg-9{padding-right:5rem!important}.pb-lg-9,.py-lg-9{padding-bottom:5rem!important}.pl-lg-9,.px-lg-9{padding-left:5rem!important}.p-lg-10{padding:5.5rem!important}.pt-lg-10,.py-lg-10{padding-top:5.5rem!important}.pr-lg-10,.px-lg-10{padding-right:5.5rem!important}.pb-lg-10,.py-lg-10{padding-bottom:5.5rem!important}.pl-lg-10,.px-lg-10{padding-left:5.5rem!important}.p-lg-11{padding:6rem!important}.pt-lg-11,.py-lg-11{padding-top:6rem!important}.pr-lg-11,.px-lg-11{padding-right:6rem!important}.pb-lg-11,.py-lg-11{padding-bottom:6rem!important}.pl-lg-11,.px-lg-11{padding-left:6rem!important}.p-lg-12{padding:6.5rem!important}.pt-lg-12,.py-lg-12{padding-top:6.5rem!important}.pr-lg-12,.px-lg-12{padding-right:6.5rem!important}.pb-lg-12,.py-lg-12{padding-bottom:6.5rem!important}.pl-lg-12,.px-lg-12{padding-left:6.5rem!important}.p-lg-13{padding:7rem!important}.pt-lg-13,.py-lg-13{padding-top:7rem!important}.pr-lg-13,.px-lg-13{padding-right:7rem!important}.pb-lg-13,.py-lg-13{padding-bottom:7rem!important}.pl-lg-13,.px-lg-13{padding-left:7rem!important}.p-lg-14{padding:7.5rem!important}.pt-lg-14,.py-lg-14{padding-top:7.5rem!important}.pr-lg-14,.px-lg-14{padding-right:7.5rem!important}.pb-lg-14,.py-lg-14{padding-bottom:7.5rem!important}.pl-lg-14,.px-lg-14{padding-left:7.5rem!important}.p-lg-15{padding:8rem!important}.pt-lg-15,.py-lg-15{padding-top:8rem!important}.pr-lg-15,.px-lg-15{padding-right:8rem!important}.pb-lg-15,.py-lg-15{padding-bottom:8rem!important}.pl-lg-15,.px-lg-15{padding-left:8rem!important}.p-lg-16{padding:8.5rem!important}.pt-lg-16,.py-lg-16{padding-top:8.5rem!important}.pr-lg-16,.px-lg-16{padding-right:8.5rem!important}.pb-lg-16,.py-lg-16{padding-bottom:8.5rem!important}.pl-lg-16,.px-lg-16{padding-left:8.5rem!important}.p-lg-17{padding:9rem!important}.pt-lg-17,.py-lg-17{padding-top:9rem!important}.pr-lg-17,.px-lg-17{padding-right:9rem!important}.pb-lg-17,.py-lg-17{padding-bottom:9rem!important}.pl-lg-17,.px-lg-17{padding-left:9rem!important}.p-lg-18{padding:9.5rem!important}.pt-lg-18,.py-lg-18{padding-top:9.5rem!important}.pr-lg-18,.px-lg-18{padding-right:9.5rem!important}.pb-lg-18,.py-lg-18{padding-bottom:9.5rem!important}.pl-lg-18,.px-lg-18{padding-left:9.5rem!important}.p-lg-19{padding:10rem!important}.pt-lg-19,.py-lg-19{padding-top:10rem!important}.pr-lg-19,.px-lg-19{padding-right:10rem!important}.pb-lg-19,.py-lg-19{padding-bottom:10rem!important}.pl-lg-19,.px-lg-19{padding-left:10rem!important}.p-lg-20{padding:10.5rem!important}.pt-lg-20,.py-lg-20{padding-top:10.5rem!important}.pr-lg-20,.px-lg-20{padding-right:10.5rem!important}.pb-lg-20,.py-lg-20{padding-bottom:10.5rem!important}.pl-lg-20,.px-lg-20{padding-left:10.5rem!important}.p-lg-21{padding:11rem!important}.pt-lg-21,.py-lg-21{padding-top:11rem!important}.pr-lg-21,.px-lg-21{padding-right:11rem!important}.pb-lg-21,.py-lg-21{padding-bottom:11rem!important}.pl-lg-21,.px-lg-21{padding-left:11rem!important}.p-lg-22{padding:11.5rem!important}.pt-lg-22,.py-lg-22{padding-top:11.5rem!important}.pr-lg-22,.px-lg-22{padding-right:11.5rem!important}.pb-lg-22,.py-lg-22{padding-bottom:11.5rem!important}.pl-lg-22,.px-lg-22{padding-left:11.5rem!important}.p-lg-23{padding:12rem!important}.pt-lg-23,.py-lg-23{padding-top:12rem!important}.pr-lg-23,.px-lg-23{padding-right:12rem!important}.pb-lg-23,.py-lg-23{padding-bottom:12rem!important}.pl-lg-23,.px-lg-23{padding-left:12rem!important}.p-lg-24{padding:12.5rem!important}.pt-lg-24,.py-lg-24{padding-top:12.5rem!important}.pr-lg-24,.px-lg-24{padding-right:12.5rem!important}.pb-lg-24,.py-lg-24{padding-bottom:12.5rem!important}.pl-lg-24,.px-lg-24{padding-left:12.5rem!important}.p-lg-25{padding:13rem!important}.pt-lg-25,.py-lg-25{padding-top:13rem!important}.pr-lg-25,.px-lg-25{padding-right:13rem!important}.pb-lg-25,.py-lg-25{padding-bottom:13rem!important}.pl-lg-25,.px-lg-25{padding-left:13rem!important}.m-lg-n1{margin:-.25rem!important}.mt-lg-n1,.my-lg-n1{margin-top:-.25rem!important}.mr-lg-n1,.mx-lg-n1{margin-right:-.25rem!important}.mb-lg-n1,.my-lg-n1{margin-bottom:-.25rem!important}.ml-lg-n1,.mx-lg-n1{margin-left:-.25rem!important}.m-lg-n2{margin:-.5rem!important}.mt-lg-n2,.my-lg-n2{margin-top:-.5rem!important}.mr-lg-n2,.mx-lg-n2{margin-right:-.5rem!important}.mb-lg-n2,.my-lg-n2{margin-bottom:-.5rem!important}.ml-lg-n2,.mx-lg-n2{margin-left:-.5rem!important}.m-lg-n3{margin:-1rem!important}.mt-lg-n3,.my-lg-n3{margin-top:-1rem!important}.mr-lg-n3,.mx-lg-n3{margin-right:-1rem!important}.mb-lg-n3,.my-lg-n3{margin-bottom:-1rem!important}.ml-lg-n3,.mx-lg-n3{margin-left:-1rem!important}.m-lg-n4{margin:-1.5rem!important}.mt-lg-n4,.my-lg-n4{margin-top:-1.5rem!important}.mr-lg-n4,.mx-lg-n4{margin-right:-1.5rem!important}.mb-lg-n4,.my-lg-n4{margin-bottom:-1.5rem!important}.ml-lg-n4,.mx-lg-n4{margin-left:-1.5rem!important}.m-lg-n5{margin:-3rem!important}.mt-lg-n5,.my-lg-n5{margin-top:-3rem!important}.mr-lg-n5,.mx-lg-n5{margin-right:-3rem!important}.mb-lg-n5,.my-lg-n5{margin-bottom:-3rem!important}.ml-lg-n5,.mx-lg-n5{margin-left:-3rem!important}.m-lg-n6{margin:-3.5rem!important}.mt-lg-n6,.my-lg-n6{margin-top:-3.5rem!important}.mr-lg-n6,.mx-lg-n6{margin-right:-3.5rem!important}.mb-lg-n6,.my-lg-n6{margin-bottom:-3.5rem!important}.ml-lg-n6,.mx-lg-n6{margin-left:-3.5rem!important}.m-lg-n7{margin:-4rem!important}.mt-lg-n7,.my-lg-n7{margin-top:-4rem!important}.mr-lg-n7,.mx-lg-n7{margin-right:-4rem!important}.mb-lg-n7,.my-lg-n7{margin-bottom:-4rem!important}.ml-lg-n7,.mx-lg-n7{margin-left:-4rem!important}.m-lg-n8{margin:-4.5rem!important}.mt-lg-n8,.my-lg-n8{margin-top:-4.5rem!important}.mr-lg-n8,.mx-lg-n8{margin-right:-4.5rem!important}.mb-lg-n8,.my-lg-n8{margin-bottom:-4.5rem!important}.ml-lg-n8,.mx-lg-n8{margin-left:-4.5rem!important}.m-lg-n9{margin:-5rem!important}.mt-lg-n9,.my-lg-n9{margin-top:-5rem!important}.mr-lg-n9,.mx-lg-n9{margin-right:-5rem!important}.mb-lg-n9,.my-lg-n9{margin-bottom:-5rem!important}.ml-lg-n9,.mx-lg-n9{margin-left:-5rem!important}.m-lg-n10{margin:-5.5rem!important}.mt-lg-n10,.my-lg-n10{margin-top:-5.5rem!important}.mr-lg-n10,.mx-lg-n10{margin-right:-5.5rem!important}.mb-lg-n10,.my-lg-n10{margin-bottom:-5.5rem!important}.ml-lg-n10,.mx-lg-n10{margin-left:-5.5rem!important}.m-lg-n11{margin:-6rem!important}.mt-lg-n11,.my-lg-n11{margin-top:-6rem!important}.mr-lg-n11,.mx-lg-n11{margin-right:-6rem!important}.mb-lg-n11,.my-lg-n11{margin-bottom:-6rem!important}.ml-lg-n11,.mx-lg-n11{margin-left:-6rem!important}.m-lg-n12{margin:-6.5rem!important}.mt-lg-n12,.my-lg-n12{margin-top:-6.5rem!important}.mr-lg-n12,.mx-lg-n12{margin-right:-6.5rem!important}.mb-lg-n12,.my-lg-n12{margin-bottom:-6.5rem!important}.ml-lg-n12,.mx-lg-n12{margin-left:-6.5rem!important}.m-lg-n13{margin:-7rem!important}.mt-lg-n13,.my-lg-n13{margin-top:-7rem!important}.mr-lg-n13,.mx-lg-n13{margin-right:-7rem!important}.mb-lg-n13,.my-lg-n13{margin-bottom:-7rem!important}.ml-lg-n13,.mx-lg-n13{margin-left:-7rem!important}.m-lg-n14{margin:-7.5rem!important}.mt-lg-n14,.my-lg-n14{margin-top:-7.5rem!important}.mr-lg-n14,.mx-lg-n14{margin-right:-7.5rem!important}.mb-lg-n14,.my-lg-n14{margin-bottom:-7.5rem!important}.ml-lg-n14,.mx-lg-n14{margin-left:-7.5rem!important}.m-lg-n15{margin:-8rem!important}.mt-lg-n15,.my-lg-n15{margin-top:-8rem!important}.mr-lg-n15,.mx-lg-n15{margin-right:-8rem!important}.mb-lg-n15,.my-lg-n15{margin-bottom:-8rem!important}.ml-lg-n15,.mx-lg-n15{margin-left:-8rem!important}.m-lg-n16{margin:-8.5rem!important}.mt-lg-n16,.my-lg-n16{margin-top:-8.5rem!important}.mr-lg-n16,.mx-lg-n16{margin-right:-8.5rem!important}.mb-lg-n16,.my-lg-n16{margin-bottom:-8.5rem!important}.ml-lg-n16,.mx-lg-n16{margin-left:-8.5rem!important}.m-lg-n17{margin:-9rem!important}.mt-lg-n17,.my-lg-n17{margin-top:-9rem!important}.mr-lg-n17,.mx-lg-n17{margin-right:-9rem!important}.mb-lg-n17,.my-lg-n17{margin-bottom:-9rem!important}.ml-lg-n17,.mx-lg-n17{margin-left:-9rem!important}.m-lg-n18{margin:-9.5rem!important}.mt-lg-n18,.my-lg-n18{margin-top:-9.5rem!important}.mr-lg-n18,.mx-lg-n18{margin-right:-9.5rem!important}.mb-lg-n18,.my-lg-n18{margin-bottom:-9.5rem!important}.ml-lg-n18,.mx-lg-n18{margin-left:-9.5rem!important}.m-lg-n19{margin:-10rem!important}.mt-lg-n19,.my-lg-n19{margin-top:-10rem!important}.mr-lg-n19,.mx-lg-n19{margin-right:-10rem!important}.mb-lg-n19,.my-lg-n19{margin-bottom:-10rem!important}.ml-lg-n19,.mx-lg-n19{margin-left:-10rem!important}.m-lg-n20{margin:-10.5rem!important}.mt-lg-n20,.my-lg-n20{margin-top:-10.5rem!important}.mr-lg-n20,.mx-lg-n20{margin-right:-10.5rem!important}.mb-lg-n20,.my-lg-n20{margin-bottom:-10.5rem!important}.ml-lg-n20,.mx-lg-n20{margin-left:-10.5rem!important}.m-lg-n21{margin:-11rem!important}.mt-lg-n21,.my-lg-n21{margin-top:-11rem!important}.mr-lg-n21,.mx-lg-n21{margin-right:-11rem!important}.mb-lg-n21,.my-lg-n21{margin-bottom:-11rem!important}.ml-lg-n21,.mx-lg-n21{margin-left:-11rem!important}.m-lg-n22{margin:-11.5rem!important}.mt-lg-n22,.my-lg-n22{margin-top:-11.5rem!important}.mr-lg-n22,.mx-lg-n22{margin-right:-11.5rem!important}.mb-lg-n22,.my-lg-n22{margin-bottom:-11.5rem!important}.ml-lg-n22,.mx-lg-n22{margin-left:-11.5rem!important}.m-lg-n23{margin:-12rem!important}.mt-lg-n23,.my-lg-n23{margin-top:-12rem!important}.mr-lg-n23,.mx-lg-n23{margin-right:-12rem!important}.mb-lg-n23,.my-lg-n23{margin-bottom:-12rem!important}.ml-lg-n23,.mx-lg-n23{margin-left:-12rem!important}.m-lg-n24{margin:-12.5rem!important}.mt-lg-n24,.my-lg-n24{margin-top:-12.5rem!important}.mr-lg-n24,.mx-lg-n24{margin-right:-12.5rem!important}.mb-lg-n24,.my-lg-n24{margin-bottom:-12.5rem!important}.ml-lg-n24,.mx-lg-n24{margin-left:-12.5rem!important}.m-lg-n25{margin:-13rem!important}.mt-lg-n25,.my-lg-n25{margin-top:-13rem!important}.mr-lg-n25,.mx-lg-n25{margin-right:-13rem!important}.mb-lg-n25,.my-lg-n25{margin-bottom:-13rem!important}.ml-lg-n25,.mx-lg-n25{margin-left:-13rem!important}.m-lg-auto{margin:auto!important}.mt-lg-auto,.my-lg-auto{margin-top:auto!important}.mr-lg-auto,.mx-lg-auto{margin-right:auto!important}.mb-lg-auto,.my-lg-auto{margin-bottom:auto!important}.ml-lg-auto,.mx-lg-auto{margin-left:auto!important}}@media (min-width:1300px){.m-xl-0{margin:0!important}.mt-xl-0,.my-xl-0{margin-top:0!important}.mr-xl-0,.mx-xl-0{margin-right:0!important}.mb-xl-0,.my-xl-0{margin-bottom:0!important}.ml-xl-0,.mx-xl-0{margin-left:0!important}.m-xl-1{margin:.25rem!important}.mt-xl-1,.my-xl-1{margin-top:.25rem!important}.mr-xl-1,.mx-xl-1{margin-right:.25rem!important}.mb-xl-1,.my-xl-1{margin-bottom:.25rem!important}.ml-xl-1,.mx-xl-1{margin-left:.25rem!important}.m-xl-2{margin:.5rem!important}.mt-xl-2,.my-xl-2{margin-top:.5rem!important}.mr-xl-2,.mx-xl-2{margin-right:.5rem!important}.mb-xl-2,.my-xl-2{margin-bottom:.5rem!important}.ml-xl-2,.mx-xl-2{margin-left:.5rem!important}.m-xl-3{margin:1rem!important}.mt-xl-3,.my-xl-3{margin-top:1rem!important}.mr-xl-3,.mx-xl-3{margin-right:1rem!important}.mb-xl-3,.my-xl-3{margin-bottom:1rem!important}.ml-xl-3,.mx-xl-3{margin-left:1rem!important}.m-xl-4{margin:1.5rem!important}.mt-xl-4,.my-xl-4{margin-top:1.5rem!important}.mr-xl-4,.mx-xl-4{margin-right:1.5rem!important}.mb-xl-4,.my-xl-4{margin-bottom:1.5rem!important}.ml-xl-4,.mx-xl-4{margin-left:1.5rem!important}.m-xl-5{margin:3rem!important}.mt-xl-5,.my-xl-5{margin-top:3rem!important}.mr-xl-5,.mx-xl-5{margin-right:3rem!important}.mb-xl-5,.my-xl-5{margin-bottom:3rem!important}.ml-xl-5,.mx-xl-5{margin-left:3rem!important}.m-xl-6{margin:3.5rem!important}.mt-xl-6,.my-xl-6{margin-top:3.5rem!important}.mr-xl-6,.mx-xl-6{margin-right:3.5rem!important}.mb-xl-6,.my-xl-6{margin-bottom:3.5rem!important}.ml-xl-6,.mx-xl-6{margin-left:3.5rem!important}.m-xl-7{margin:4rem!important}.mt-xl-7,.my-xl-7{margin-top:4rem!important}.mr-xl-7,.mx-xl-7{margin-right:4rem!important}.mb-xl-7,.my-xl-7{margin-bottom:4rem!important}.ml-xl-7,.mx-xl-7{margin-left:4rem!important}.m-xl-8{margin:4.5rem!important}.mt-xl-8,.my-xl-8{margin-top:4.5rem!important}.mr-xl-8,.mx-xl-8{margin-right:4.5rem!important}.mb-xl-8,.my-xl-8{margin-bottom:4.5rem!important}.ml-xl-8,.mx-xl-8{margin-left:4.5rem!important}.m-xl-9{margin:5rem!important}.mt-xl-9,.my-xl-9{margin-top:5rem!important}.mr-xl-9,.mx-xl-9{margin-right:5rem!important}.mb-xl-9,.my-xl-9{margin-bottom:5rem!important}.ml-xl-9,.mx-xl-9{margin-left:5rem!important}.m-xl-10{margin:5.5rem!important}.mt-xl-10,.my-xl-10{margin-top:5.5rem!important}.mr-xl-10,.mx-xl-10{margin-right:5.5rem!important}.mb-xl-10,.my-xl-10{margin-bottom:5.5rem!important}.ml-xl-10,.mx-xl-10{margin-left:5.5rem!important}.m-xl-11{margin:6rem!important}.mt-xl-11,.my-xl-11{margin-top:6rem!important}.mr-xl-11,.mx-xl-11{margin-right:6rem!important}.mb-xl-11,.my-xl-11{margin-bottom:6rem!important}.ml-xl-11,.mx-xl-11{margin-left:6rem!important}.m-xl-12{margin:6.5rem!important}.mt-xl-12,.my-xl-12{margin-top:6.5rem!important}.mr-xl-12,.mx-xl-12{margin-right:6.5rem!important}.mb-xl-12,.my-xl-12{margin-bottom:6.5rem!important}.ml-xl-12,.mx-xl-12{margin-left:6.5rem!important}.m-xl-13{margin:7rem!important}.mt-xl-13,.my-xl-13{margin-top:7rem!important}.mr-xl-13,.mx-xl-13{margin-right:7rem!important}.mb-xl-13,.my-xl-13{margin-bottom:7rem!important}.ml-xl-13,.mx-xl-13{margin-left:7rem!important}.m-xl-14{margin:7.5rem!important}.mt-xl-14,.my-xl-14{margin-top:7.5rem!important}.mr-xl-14,.mx-xl-14{margin-right:7.5rem!important}.mb-xl-14,.my-xl-14{margin-bottom:7.5rem!important}.ml-xl-14,.mx-xl-14{margin-left:7.5rem!important}.m-xl-15{margin:8rem!important}.mt-xl-15,.my-xl-15{margin-top:8rem!important}.mr-xl-15,.mx-xl-15{margin-right:8rem!important}.mb-xl-15,.my-xl-15{margin-bottom:8rem!important}.ml-xl-15,.mx-xl-15{margin-left:8rem!important}.m-xl-16{margin:8.5rem!important}.mt-xl-16,.my-xl-16{margin-top:8.5rem!important}.mr-xl-16,.mx-xl-16{margin-right:8.5rem!important}.mb-xl-16,.my-xl-16{margin-bottom:8.5rem!important}.ml-xl-16,.mx-xl-16{margin-left:8.5rem!important}.m-xl-17{margin:9rem!important}.mt-xl-17,.my-xl-17{margin-top:9rem!important}.mr-xl-17,.mx-xl-17{margin-right:9rem!important}.mb-xl-17,.my-xl-17{margin-bottom:9rem!important}.ml-xl-17,.mx-xl-17{margin-left:9rem!important}.m-xl-18{margin:9.5rem!important}.mt-xl-18,.my-xl-18{margin-top:9.5rem!important}.mr-xl-18,.mx-xl-18{margin-right:9.5rem!important}.mb-xl-18,.my-xl-18{margin-bottom:9.5rem!important}.ml-xl-18,.mx-xl-18{margin-left:9.5rem!important}.m-xl-19{margin:10rem!important}.mt-xl-19,.my-xl-19{margin-top:10rem!important}.mr-xl-19,.mx-xl-19{margin-right:10rem!important}.mb-xl-19,.my-xl-19{margin-bottom:10rem!important}.ml-xl-19,.mx-xl-19{margin-left:10rem!important}.m-xl-20{margin:10.5rem!important}.mt-xl-20,.my-xl-20{margin-top:10.5rem!important}.mr-xl-20,.mx-xl-20{margin-right:10.5rem!important}.mb-xl-20,.my-xl-20{margin-bottom:10.5rem!important}.ml-xl-20,.mx-xl-20{margin-left:10.5rem!important}.m-xl-21{margin:11rem!important}.mt-xl-21,.my-xl-21{margin-top:11rem!important}.mr-xl-21,.mx-xl-21{margin-right:11rem!important}.mb-xl-21,.my-xl-21{margin-bottom:11rem!important}.ml-xl-21,.mx-xl-21{margin-left:11rem!important}.m-xl-22{margin:11.5rem!important}.mt-xl-22,.my-xl-22{margin-top:11.5rem!important}.mr-xl-22,.mx-xl-22{margin-right:11.5rem!important}.mb-xl-22,.my-xl-22{margin-bottom:11.5rem!important}.ml-xl-22,.mx-xl-22{margin-left:11.5rem!important}.m-xl-23{margin:12rem!important}.mt-xl-23,.my-xl-23{margin-top:12rem!important}.mr-xl-23,.mx-xl-23{margin-right:12rem!important}.mb-xl-23,.my-xl-23{margin-bottom:12rem!important}.ml-xl-23,.mx-xl-23{margin-left:12rem!important}.m-xl-24{margin:12.5rem!important}.mt-xl-24,.my-xl-24{margin-top:12.5rem!important}.mr-xl-24,.mx-xl-24{margin-right:12.5rem!important}.mb-xl-24,.my-xl-24{margin-bottom:12.5rem!important}.ml-xl-24,.mx-xl-24{margin-left:12.5rem!important}.m-xl-25{margin:13rem!important}.mt-xl-25,.my-xl-25{margin-top:13rem!important}.mr-xl-25,.mx-xl-25{margin-right:13rem!important}.mb-xl-25,.my-xl-25{margin-bottom:13rem!important}.ml-xl-25,.mx-xl-25{margin-left:13rem!important}.p-xl-0{padding:0!important}.pt-xl-0,.py-xl-0{padding-top:0!important}.pr-xl-0,.px-xl-0{padding-right:0!important}.pb-xl-0,.py-xl-0{padding-bottom:0!important}.pl-xl-0,.px-xl-0{padding-left:0!important}.p-xl-1{padding:.25rem!important}.pt-xl-1,.py-xl-1{padding-top:.25rem!important}.pr-xl-1,.px-xl-1{padding-right:.25rem!important}.pb-xl-1,.py-xl-1{padding-bottom:.25rem!important}.pl-xl-1,.px-xl-1{padding-left:.25rem!important}.p-xl-2{padding:.5rem!important}.pt-xl-2,.py-xl-2{padding-top:.5rem!important}.pr-xl-2,.px-xl-2{padding-right:.5rem!important}.pb-xl-2,.py-xl-2{padding-bottom:.5rem!important}.pl-xl-2,.px-xl-2{padding-left:.5rem!important}.p-xl-3{padding:1rem!important}.pt-xl-3,.py-xl-3{padding-top:1rem!important}.pr-xl-3,.px-xl-3{padding-right:1rem!important}.pb-xl-3,.py-xl-3{padding-bottom:1rem!important}.pl-xl-3,.px-xl-3{padding-left:1rem!important}.p-xl-4{padding:1.5rem!important}.pt-xl-4,.py-xl-4{padding-top:1.5rem!important}.pr-xl-4,.px-xl-4{padding-right:1.5rem!important}.pb-xl-4,.py-xl-4{padding-bottom:1.5rem!important}.pl-xl-4,.px-xl-4{padding-left:1.5rem!important}.p-xl-5{padding:3rem!important}.pt-xl-5,.py-xl-5{padding-top:3rem!important}.pr-xl-5,.px-xl-5{padding-right:3rem!important}.pb-xl-5,.py-xl-5{padding-bottom:3rem!important}.pl-xl-5,.px-xl-5{padding-left:3rem!important}.p-xl-6{padding:3.5rem!important}.pt-xl-6,.py-xl-6{padding-top:3.5rem!important}.pr-xl-6,.px-xl-6{padding-right:3.5rem!important}.pb-xl-6,.py-xl-6{padding-bottom:3.5rem!important}.pl-xl-6,.px-xl-6{padding-left:3.5rem!important}.p-xl-7{padding:4rem!important}.pt-xl-7,.py-xl-7{padding-top:4rem!important}.pr-xl-7,.px-xl-7{padding-right:4rem!important}.pb-xl-7,.py-xl-7{padding-bottom:4rem!important}.pl-xl-7,.px-xl-7{padding-left:4rem!important}.p-xl-8{padding:4.5rem!important}.pt-xl-8,.py-xl-8{padding-top:4.5rem!important}.pr-xl-8,.px-xl-8{padding-right:4.5rem!important}.pb-xl-8,.py-xl-8{padding-bottom:4.5rem!important}.pl-xl-8,.px-xl-8{padding-left:4.5rem!important}.p-xl-9{padding:5rem!important}.pt-xl-9,.py-xl-9{padding-top:5rem!important}.pr-xl-9,.px-xl-9{padding-right:5rem!important}.pb-xl-9,.py-xl-9{padding-bottom:5rem!important}.pl-xl-9,.px-xl-9{padding-left:5rem!important}.p-xl-10{padding:5.5rem!important}.pt-xl-10,.py-xl-10{padding-top:5.5rem!important}.pr-xl-10,.px-xl-10{padding-right:5.5rem!important}.pb-xl-10,.py-xl-10{padding-bottom:5.5rem!important}.pl-xl-10,.px-xl-10{padding-left:5.5rem!important}.p-xl-11{padding:6rem!important}.pt-xl-11,.py-xl-11{padding-top:6rem!important}.pr-xl-11,.px-xl-11{padding-right:6rem!important}.pb-xl-11,.py-xl-11{padding-bottom:6rem!important}.pl-xl-11,.px-xl-11{padding-left:6rem!important}.p-xl-12{padding:6.5rem!important}.pt-xl-12,.py-xl-12{padding-top:6.5rem!important}.pr-xl-12,.px-xl-12{padding-right:6.5rem!important}.pb-xl-12,.py-xl-12{padding-bottom:6.5rem!important}.pl-xl-12,.px-xl-12{padding-left:6.5rem!important}.p-xl-13{padding:7rem!important}.pt-xl-13,.py-xl-13{padding-top:7rem!important}.pr-xl-13,.px-xl-13{padding-right:7rem!important}.pb-xl-13,.py-xl-13{padding-bottom:7rem!important}.pl-xl-13,.px-xl-13{padding-left:7rem!important}.p-xl-14{padding:7.5rem!important}.pt-xl-14,.py-xl-14{padding-top:7.5rem!important}.pr-xl-14,.px-xl-14{padding-right:7.5rem!important}.pb-xl-14,.py-xl-14{padding-bottom:7.5rem!important}.pl-xl-14,.px-xl-14{padding-left:7.5rem!important}.p-xl-15{padding:8rem!important}.pt-xl-15,.py-xl-15{padding-top:8rem!important}.pr-xl-15,.px-xl-15{padding-right:8rem!important}.pb-xl-15,.py-xl-15{padding-bottom:8rem!important}.pl-xl-15,.px-xl-15{padding-left:8rem!important}.p-xl-16{padding:8.5rem!important}.pt-xl-16,.py-xl-16{padding-top:8.5rem!important}.pr-xl-16,.px-xl-16{padding-right:8.5rem!important}.pb-xl-16,.py-xl-16{padding-bottom:8.5rem!important}.pl-xl-16,.px-xl-16{padding-left:8.5rem!important}.p-xl-17{padding:9rem!important}.pt-xl-17,.py-xl-17{padding-top:9rem!important}.pr-xl-17,.px-xl-17{padding-right:9rem!important}.pb-xl-17,.py-xl-17{padding-bottom:9rem!important}.pl-xl-17,.px-xl-17{padding-left:9rem!important}.p-xl-18{padding:9.5rem!important}.pt-xl-18,.py-xl-18{padding-top:9.5rem!important}.pr-xl-18,.px-xl-18{padding-right:9.5rem!important}.pb-xl-18,.py-xl-18{padding-bottom:9.5rem!important}.pl-xl-18,.px-xl-18{padding-left:9.5rem!important}.p-xl-19{padding:10rem!important}.pt-xl-19,.py-xl-19{padding-top:10rem!important}.pr-xl-19,.px-xl-19{padding-right:10rem!important}.pb-xl-19,.py-xl-19{padding-bottom:10rem!important}.pl-xl-19,.px-xl-19{padding-left:10rem!important}.p-xl-20{padding:10.5rem!important}.pt-xl-20,.py-xl-20{padding-top:10.5rem!important}.pr-xl-20,.px-xl-20{padding-right:10.5rem!important}.pb-xl-20,.py-xl-20{padding-bottom:10.5rem!important}.pl-xl-20,.px-xl-20{padding-left:10.5rem!important}.p-xl-21{padding:11rem!important}.pt-xl-21,.py-xl-21{padding-top:11rem!important}.pr-xl-21,.px-xl-21{padding-right:11rem!important}.pb-xl-21,.py-xl-21{padding-bottom:11rem!important}.pl-xl-21,.px-xl-21{padding-left:11rem!important}.p-xl-22{padding:11.5rem!important}.pt-xl-22,.py-xl-22{padding-top:11.5rem!important}.pr-xl-22,.px-xl-22{padding-right:11.5rem!important}.pb-xl-22,.py-xl-22{padding-bottom:11.5rem!important}.pl-xl-22,.px-xl-22{padding-left:11.5rem!important}.p-xl-23{padding:12rem!important}.pt-xl-23,.py-xl-23{padding-top:12rem!important}.pr-xl-23,.px-xl-23{padding-right:12rem!important}.pb-xl-23,.py-xl-23{padding-bottom:12rem!important}.pl-xl-23,.px-xl-23{padding-left:12rem!important}.p-xl-24{padding:12.5rem!important}.pt-xl-24,.py-xl-24{padding-top:12.5rem!important}.pr-xl-24,.px-xl-24{padding-right:12.5rem!important}.pb-xl-24,.py-xl-24{padding-bottom:12.5rem!important}.pl-xl-24,.px-xl-24{padding-left:12.5rem!important}.p-xl-25{padding:13rem!important}.pt-xl-25,.py-xl-25{padding-top:13rem!important}.pr-xl-25,.px-xl-25{padding-right:13rem!important}.pb-xl-25,.py-xl-25{padding-bottom:13rem!important}.pl-xl-25,.px-xl-25{padding-left:13rem!important}.m-xl-n1{margin:-.25rem!important}.mt-xl-n1,.my-xl-n1{margin-top:-.25rem!important}.mr-xl-n1,.mx-xl-n1{margin-right:-.25rem!important}.mb-xl-n1,.my-xl-n1{margin-bottom:-.25rem!important}.ml-xl-n1,.mx-xl-n1{margin-left:-.25rem!important}.m-xl-n2{margin:-.5rem!important}.mt-xl-n2,.my-xl-n2{margin-top:-.5rem!important}.mr-xl-n2,.mx-xl-n2{margin-right:-.5rem!important}.mb-xl-n2,.my-xl-n2{margin-bottom:-.5rem!important}.ml-xl-n2,.mx-xl-n2{margin-left:-.5rem!important}.m-xl-n3{margin:-1rem!important}.mt-xl-n3,.my-xl-n3{margin-top:-1rem!important}.mr-xl-n3,.mx-xl-n3{margin-right:-1rem!important}.mb-xl-n3,.my-xl-n3{margin-bottom:-1rem!important}.ml-xl-n3,.mx-xl-n3{margin-left:-1rem!important}.m-xl-n4{margin:-1.5rem!important}.mt-xl-n4,.my-xl-n4{margin-top:-1.5rem!important}.mr-xl-n4,.mx-xl-n4{margin-right:-1.5rem!important}.mb-xl-n4,.my-xl-n4{margin-bottom:-1.5rem!important}.ml-xl-n4,.mx-xl-n4{margin-left:-1.5rem!important}.m-xl-n5{margin:-3rem!important}.mt-xl-n5,.my-xl-n5{margin-top:-3rem!important}.mr-xl-n5,.mx-xl-n5{margin-right:-3rem!important}.mb-xl-n5,.my-xl-n5{margin-bottom:-3rem!important}.ml-xl-n5,.mx-xl-n5{margin-left:-3rem!important}.m-xl-n6{margin:-3.5rem!important}.mt-xl-n6,.my-xl-n6{margin-top:-3.5rem!important}.mr-xl-n6,.mx-xl-n6{margin-right:-3.5rem!important}.mb-xl-n6,.my-xl-n6{margin-bottom:-3.5rem!important}.ml-xl-n6,.mx-xl-n6{margin-left:-3.5rem!important}.m-xl-n7{margin:-4rem!important}.mt-xl-n7,.my-xl-n7{margin-top:-4rem!important}.mr-xl-n7,.mx-xl-n7{margin-right:-4rem!important}.mb-xl-n7,.my-xl-n7{margin-bottom:-4rem!important}.ml-xl-n7,.mx-xl-n7{margin-left:-4rem!important}.m-xl-n8{margin:-4.5rem!important}.mt-xl-n8,.my-xl-n8{margin-top:-4.5rem!important}.mr-xl-n8,.mx-xl-n8{margin-right:-4.5rem!important}.mb-xl-n8,.my-xl-n8{margin-bottom:-4.5rem!important}.ml-xl-n8,.mx-xl-n8{margin-left:-4.5rem!important}.m-xl-n9{margin:-5rem!important}.mt-xl-n9,.my-xl-n9{margin-top:-5rem!important}.mr-xl-n9,.mx-xl-n9{margin-right:-5rem!important}.mb-xl-n9,.my-xl-n9{margin-bottom:-5rem!important}.ml-xl-n9,.mx-xl-n9{margin-left:-5rem!important}.m-xl-n10{margin:-5.5rem!important}.mt-xl-n10,.my-xl-n10{margin-top:-5.5rem!important}.mr-xl-n10,.mx-xl-n10{margin-right:-5.5rem!important}.mb-xl-n10,.my-xl-n10{margin-bottom:-5.5rem!important}.ml-xl-n10,.mx-xl-n10{margin-left:-5.5rem!important}.m-xl-n11{margin:-6rem!important}.mt-xl-n11,.my-xl-n11{margin-top:-6rem!important}.mr-xl-n11,.mx-xl-n11{margin-right:-6rem!important}.mb-xl-n11,.my-xl-n11{margin-bottom:-6rem!important}.ml-xl-n11,.mx-xl-n11{margin-left:-6rem!important}.m-xl-n12{margin:-6.5rem!important}.mt-xl-n12,.my-xl-n12{margin-top:-6.5rem!important}.mr-xl-n12,.mx-xl-n12{margin-right:-6.5rem!important}.mb-xl-n12,.my-xl-n12{margin-bottom:-6.5rem!important}.ml-xl-n12,.mx-xl-n12{margin-left:-6.5rem!important}.m-xl-n13{margin:-7rem!important}.mt-xl-n13,.my-xl-n13{margin-top:-7rem!important}.mr-xl-n13,.mx-xl-n13{margin-right:-7rem!important}.mb-xl-n13,.my-xl-n13{margin-bottom:-7rem!important}.ml-xl-n13,.mx-xl-n13{margin-left:-7rem!important}.m-xl-n14{margin:-7.5rem!important}.mt-xl-n14,.my-xl-n14{margin-top:-7.5rem!important}.mr-xl-n14,.mx-xl-n14{margin-right:-7.5rem!important}.mb-xl-n14,.my-xl-n14{margin-bottom:-7.5rem!important}.ml-xl-n14,.mx-xl-n14{margin-left:-7.5rem!important}.m-xl-n15{margin:-8rem!important}.mt-xl-n15,.my-xl-n15{margin-top:-8rem!important}.mr-xl-n15,.mx-xl-n15{margin-right:-8rem!important}.mb-xl-n15,.my-xl-n15{margin-bottom:-8rem!important}.ml-xl-n15,.mx-xl-n15{margin-left:-8rem!important}.m-xl-n16{margin:-8.5rem!important}.mt-xl-n16,.my-xl-n16{margin-top:-8.5rem!important}.mr-xl-n16,.mx-xl-n16{margin-right:-8.5rem!important}.mb-xl-n16,.my-xl-n16{margin-bottom:-8.5rem!important}.ml-xl-n16,.mx-xl-n16{margin-left:-8.5rem!important}.m-xl-n17{margin:-9rem!important}.mt-xl-n17,.my-xl-n17{margin-top:-9rem!important}.mr-xl-n17,.mx-xl-n17{margin-right:-9rem!important}.mb-xl-n17,.my-xl-n17{margin-bottom:-9rem!important}.ml-xl-n17,.mx-xl-n17{margin-left:-9rem!important}.m-xl-n18{margin:-9.5rem!important}.mt-xl-n18,.my-xl-n18{margin-top:-9.5rem!important}.mr-xl-n18,.mx-xl-n18{margin-right:-9.5rem!important}.mb-xl-n18,.my-xl-n18{margin-bottom:-9.5rem!important}.ml-xl-n18,.mx-xl-n18{margin-left:-9.5rem!important}.m-xl-n19{margin:-10rem!important}.mt-xl-n19,.my-xl-n19{margin-top:-10rem!important}.mr-xl-n19,.mx-xl-n19{margin-right:-10rem!important}.mb-xl-n19,.my-xl-n19{margin-bottom:-10rem!important}.ml-xl-n19,.mx-xl-n19{margin-left:-10rem!important}.m-xl-n20{margin:-10.5rem!important}.mt-xl-n20,.my-xl-n20{margin-top:-10.5rem!important}.mr-xl-n20,.mx-xl-n20{margin-right:-10.5rem!important}.mb-xl-n20,.my-xl-n20{margin-bottom:-10.5rem!important}.ml-xl-n20,.mx-xl-n20{margin-left:-10.5rem!important}.m-xl-n21{margin:-11rem!important}.mt-xl-n21,.my-xl-n21{margin-top:-11rem!important}.mr-xl-n21,.mx-xl-n21{margin-right:-11rem!important}.mb-xl-n21,.my-xl-n21{margin-bottom:-11rem!important}.ml-xl-n21,.mx-xl-n21{margin-left:-11rem!important}.m-xl-n22{margin:-11.5rem!important}.mt-xl-n22,.my-xl-n22{margin-top:-11.5rem!important}.mr-xl-n22,.mx-xl-n22{margin-right:-11.5rem!important}.mb-xl-n22,.my-xl-n22{margin-bottom:-11.5rem!important}.ml-xl-n22,.mx-xl-n22{margin-left:-11.5rem!important}.m-xl-n23{margin:-12rem!important}.mt-xl-n23,.my-xl-n23{margin-top:-12rem!important}.mr-xl-n23,.mx-xl-n23{margin-right:-12rem!important}.mb-xl-n23,.my-xl-n23{margin-bottom:-12rem!important}.ml-xl-n23,.mx-xl-n23{margin-left:-12rem!important}.m-xl-n24{margin:-12.5rem!important}.mt-xl-n24,.my-xl-n24{margin-top:-12.5rem!important}.mr-xl-n24,.mx-xl-n24{margin-right:-12.5rem!important}.mb-xl-n24,.my-xl-n24{margin-bottom:-12.5rem!important}.ml-xl-n24,.mx-xl-n24{margin-left:-12.5rem!important}.m-xl-n25{margin:-13rem!important}.mt-xl-n25,.my-xl-n25{margin-top:-13rem!important}.mr-xl-n25,.mx-xl-n25{margin-right:-13rem!important}.mb-xl-n25,.my-xl-n25{margin-bottom:-13rem!important}.ml-xl-n25,.mx-xl-n25{margin-left:-13rem!important}.m-xl-auto{margin:auto!important}.mt-xl-auto,.my-xl-auto{margin-top:auto!important}.mr-xl-auto,.mx-xl-auto{margin-right:auto!important}.mb-xl-auto,.my-xl-auto{margin-bottom:auto!important}.ml-xl-auto,.mx-xl-auto{margin-left:auto!important}}.stretched-link:after{background-color:transparent;bottom:0;content:"";left:0;pointer-events:auto;position:absolute;right:0;top:0;z-index:1}.text-monospace{font-family:SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace!important}.text-justify{text-align:justify!important}.text-wrap{white-space:normal!important}.text-nowrap{white-space:nowrap!important}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.text-left{text-align:left!important}.text-right{text-align:right!important}.text-center{text-align:center!important}@media (min-width:380px){.text-sm-left{text-align:left!important}.text-sm-right{text-align:right!important}.text-sm-center{text-align:center!important}}@media (min-width:641px){.text-md-left{text-align:left!important}.text-md-right{text-align:right!important}.text-md-center{text-align:center!important}}@media (min-width:961px){.text-lg-left{text-align:left!important}.text-lg-right{text-align:right!important}.text-lg-center{text-align:center!important}}@media (min-width:1300px){.text-xl-left{text-align:left!important}.text-xl-right{text-align:right!important}.text-xl-center{text-align:center!important}}.text-lowercase{text-transform:lowercase!important}.text-uppercase{text-transform:uppercase!important}.text-capitalize{text-transform:capitalize!important}.font-weight-light{font-weight:300!important}.font-weight-lighter{font-weight:lighter!important}.font-weight-normal{font-weight:400!important}.font-weight-bold{font-weight:700!important}.font-weight-bolder{font-weight:bolder!important}.font-italic{font-style:italic!important}.text-body{color:#000!important}.text-muted{color:#6c757d!important}.text-black-50{color:rgba(0,0,0,.5)!important}.text-white-50{color:hsla(0,0%,100%,.5)!important}.text-hide{background-color:transparent;border:0;color:transparent;font:0/0 a;text-shadow:none}.text-decoration-none{text-decoration:none!important}.text-break{word-wrap:break-word!important;word-break:break-word!important}.text-reset{color:inherit!important}.visible{visibility:visible!important}.invisible{visibility:hidden!important}@media print{*,:after,:before{box-shadow:none!important;text-shadow:none!important}a:not(.btn){text-decoration:underline}abbr[title]:after{content:" (" attr(title) ")"}pre{white-space:pre-wrap!important}blockquote,pre{border:1px solid #adb5bd}blockquote,img,pre,tr{page-break-inside:avoid}h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}@page{size:a3}.container,body{min-width:961px!important}.navbar{display:none}.badge{border:1px solid #000}.table{border-collapse:collapse!important}.table td,.table th{background-color:#fff!important}.table-bordered td,.table-bordered th{border:1px solid #dee2e6!important}.table-dark{color:inherit}.table-dark tbody+tbody,.table-dark td,.table-dark th,.table-dark thead th{border-color:#dee2e6}.table .thead-dark th{border-color:#dee2e6;color:inherit}}@font-face{font-family:Roboto;font-style:normal;font-weight:100;src:url(./fonts/roboto-v27-latin-100.9391e6e2.woff) format("woff"),url(./fonts/roboto-v27-latin-100.25385d9f.woff2) format("woff2"),url(./fonts/roboto-v27-latin-100.cfeaaddd.eot) format("embedded-opentype"),url(./fonts/roboto-v27-latin-100.3bba7d38.ttf) format("truetype"),url(./images/roboto-v27-latin-100.641943e2.svg) format("svg")}@font-face{font-family:Roboto;font-style:normal;font-weight:400;src:url(./fonts/roboto-v27-latin-regular.9b78ea3b.woff) format("woff"),url(./fonts/roboto-v27-latin-regular.4673b453.woff2) format("woff2"),url(./fonts/roboto-v27-latin-regular.160fbc69.eot) format("embedded-opentype"),url(./fonts/roboto-v27-latin-regular.69358f64.ttf) format("truetype"),url(./images/roboto-v27-latin-regular.4f862c8b.svg) format("svg")}@font-face{font-family:Roboto;font-style:normal;font-weight:500;src:url(./fonts/roboto-v27-latin-500.ddd11dab.woff) format("woff"),url(./fonts/roboto-v27-latin-500.86988841.woff2) format("woff2"),url(./fonts/roboto-v27-latin-500.b33fff41.eot) format("embedded-opentype"),url(./fonts/roboto-v27-latin-500.ff105b19.ttf) format("truetype"),url(./images/roboto-v27-latin-500.9024e4c1.svg) format("svg")}@font-face{font-family:Roboto;font-style:normal;font-weight:700;src:url(./fonts/roboto-v27-latin-700.0344cc3c.woff) format("woff"),url(./fonts/roboto-v27-latin-700.0682ca7f.woff2) format("woff2"),url(./fonts/roboto-v27-latin-700.ddc12da1.eot) format("embedded-opentype"),url(./fonts/roboto-v27-latin-700.52327c41.ttf) format("truetype"),url(./images/roboto-v27-latin-700.9cc0e612.svg) format("svg")}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:62.5%;font-size:.625em}.rtl-fs-8{font-size:.8rem!important}@media (min-width:380px){.rtl-fs-sm-8{font-size:.8rem!important}}@media (min-width:641px){.rtl-fs-md-8{font-size:.8rem!important}}@media (min-width:961px){.rtl-fs-lg-8{font-size:.8rem!important}}@media (min-width:1300px){.rtl-fs-xl-8{font-size:.8rem!important}}.rtl-fs-9{font-size:.9rem!important}@media (min-width:380px){.rtl-fs-sm-9{font-size:.9rem!important}}@media (min-width:641px){.rtl-fs-md-9{font-size:.9rem!important}}@media (min-width:961px){.rtl-fs-lg-9{font-size:.9rem!important}}@media (min-width:1300px){.rtl-fs-xl-9{font-size:.9rem!important}}.rtl-fs-10{font-size:1rem!important}@media (min-width:380px){.rtl-fs-sm-10{font-size:1rem!important}}@media (min-width:641px){.rtl-fs-md-10{font-size:1rem!important}}@media (min-width:961px){.rtl-fs-lg-10{font-size:1rem!important}}@media (min-width:1300px){.rtl-fs-xl-10{font-size:1rem!important}}.rtl-fs-11{font-size:1.1rem!important}@media (min-width:380px){.rtl-fs-sm-11{font-size:1.1rem!important}}@media (min-width:641px){.rtl-fs-md-11{font-size:1.1rem!important}}@media (min-width:961px){.rtl-fs-lg-11{font-size:1.1rem!important}}@media (min-width:1300px){.rtl-fs-xl-11{font-size:1.1rem!important}}.rtl-fs-12{font-size:1.2rem!important}@media (min-width:380px){.rtl-fs-sm-12{font-size:1.2rem!important}}@media (min-width:641px){.rtl-fs-md-12{font-size:1.2rem!important}}@media (min-width:961px){.rtl-fs-lg-12{font-size:1.2rem!important}}@media (min-width:1300px){.rtl-fs-xl-12{font-size:1.2rem!important}}.rtl-fs-13{font-size:1.3rem!important}@media (min-width:380px){.rtl-fs-sm-13{font-size:1.3rem!important}}@media (min-width:641px){.rtl-fs-md-13{font-size:1.3rem!important}}@media (min-width:961px){.rtl-fs-lg-13{font-size:1.3rem!important}}@media (min-width:1300px){.rtl-fs-xl-13{font-size:1.3rem!important}}.rtl-fs-14{font-size:1.4rem!important}@media (min-width:380px){.rtl-fs-sm-14{font-size:1.4rem!important}}@media (min-width:641px){.rtl-fs-md-14{font-size:1.4rem!important}}@media (min-width:961px){.rtl-fs-lg-14{font-size:1.4rem!important}}@media (min-width:1300px){.rtl-fs-xl-14{font-size:1.4rem!important}}.rtl-fs-15{font-size:1.5rem!important}@media (min-width:380px){.rtl-fs-sm-15{font-size:1.5rem!important}}@media (min-width:641px){.rtl-fs-md-15{font-size:1.5rem!important}}@media (min-width:961px){.rtl-fs-lg-15{font-size:1.5rem!important}}@media (min-width:1300px){.rtl-fs-xl-15{font-size:1.5rem!important}}.rtl-fs-16{font-size:1.6rem!important}@media (min-width:380px){.rtl-fs-sm-16{font-size:1.6rem!important}}@media (min-width:641px){.rtl-fs-md-16{font-size:1.6rem!important}}@media (min-width:961px){.rtl-fs-lg-16{font-size:1.6rem!important}}@media (min-width:1300px){.rtl-fs-xl-16{font-size:1.6rem!important}}.rtl-fs-17{font-size:1.7rem!important}@media (min-width:380px){.rtl-fs-sm-17{font-size:1.7rem!important}}@media (min-width:641px){.rtl-fs-md-17{font-size:1.7rem!important}}@media (min-width:961px){.rtl-fs-lg-17{font-size:1.7rem!important}}@media (min-width:1300px){.rtl-fs-xl-17{font-size:1.7rem!important}}.rtl-fs-18{font-size:1.8rem!important}@media (min-width:380px){.rtl-fs-sm-18{font-size:1.8rem!important}}@media (min-width:641px){.rtl-fs-md-18{font-size:1.8rem!important}}@media (min-width:961px){.rtl-fs-lg-18{font-size:1.8rem!important}}@media (min-width:1300px){.rtl-fs-xl-18{font-size:1.8rem!important}}.rtl-fs-19{font-size:1.9rem!important}@media (min-width:380px){.rtl-fs-sm-19{font-size:1.9rem!important}}@media (min-width:641px){.rtl-fs-md-19{font-size:1.9rem!important}}@media (min-width:961px){.rtl-fs-lg-19{font-size:1.9rem!important}}@media (min-width:1300px){.rtl-fs-xl-19{font-size:1.9rem!important}}.rtl-fs-20{font-size:2rem!important}@media (min-width:380px){.rtl-fs-sm-20{font-size:2rem!important}}@media (min-width:641px){.rtl-fs-md-20{font-size:2rem!important}}@media (min-width:961px){.rtl-fs-lg-20{font-size:2rem!important}}@media (min-width:1300px){.rtl-fs-xl-20{font-size:2rem!important}}.rtl-fs-21{font-size:2.1rem!important}@media (min-width:380px){.rtl-fs-sm-21{font-size:2.1rem!important}}@media (min-width:641px){.rtl-fs-md-21{font-size:2.1rem!important}}@media (min-width:961px){.rtl-fs-lg-21{font-size:2.1rem!important}}@media (min-width:1300px){.rtl-fs-xl-21{font-size:2.1rem!important}}.rtl-fs-22{font-size:2.2rem!important}@media (min-width:380px){.rtl-fs-sm-22{font-size:2.2rem!important}}@media (min-width:641px){.rtl-fs-md-22{font-size:2.2rem!important}}@media (min-width:961px){.rtl-fs-lg-22{font-size:2.2rem!important}}@media (min-width:1300px){.rtl-fs-xl-22{font-size:2.2rem!important}}.rtl-fs-23{font-size:2.3rem!important}@media (min-width:380px){.rtl-fs-sm-23{font-size:2.3rem!important}}@media (min-width:641px){.rtl-fs-md-23{font-size:2.3rem!important}}@media (min-width:961px){.rtl-fs-lg-23{font-size:2.3rem!important}}@media (min-width:1300px){.rtl-fs-xl-23{font-size:2.3rem!important}}.rtl-fs-24{font-size:2.4rem!important}@media (min-width:380px){.rtl-fs-sm-24{font-size:2.4rem!important}}@media (min-width:641px){.rtl-fs-md-24{font-size:2.4rem!important}}@media (min-width:961px){.rtl-fs-lg-24{font-size:2.4rem!important}}@media (min-width:1300px){.rtl-fs-xl-24{font-size:2.4rem!important}}.rtl-fs-25{font-size:2.5rem!important}@media (min-width:380px){.rtl-fs-sm-25{font-size:2.5rem!important}}@media (min-width:641px){.rtl-fs-md-25{font-size:2.5rem!important}}@media (min-width:961px){.rtl-fs-lg-25{font-size:2.5rem!important}}@media (min-width:1300px){.rtl-fs-xl-25{font-size:2.5rem!important}}.rtl-fs-26{font-size:2.6rem!important}@media (min-width:380px){.rtl-fs-sm-26{font-size:2.6rem!important}}@media (min-width:641px){.rtl-fs-md-26{font-size:2.6rem!important}}@media (min-width:961px){.rtl-fs-lg-26{font-size:2.6rem!important}}@media (min-width:1300px){.rtl-fs-xl-26{font-size:2.6rem!important}}.rtl-fs-27{font-size:2.7rem!important}@media (min-width:380px){.rtl-fs-sm-27{font-size:2.7rem!important}}@media (min-width:641px){.rtl-fs-md-27{font-size:2.7rem!important}}@media (min-width:961px){.rtl-fs-lg-27{font-size:2.7rem!important}}@media (min-width:1300px){.rtl-fs-xl-27{font-size:2.7rem!important}}.rtl-fs-28{font-size:2.8rem!important}@media (min-width:380px){.rtl-fs-sm-28{font-size:2.8rem!important}}@media (min-width:641px){.rtl-fs-md-28{font-size:2.8rem!important}}@media (min-width:961px){.rtl-fs-lg-28{font-size:2.8rem!important}}@media (min-width:1300px){.rtl-fs-xl-28{font-size:2.8rem!important}}.rtl-fs-29{font-size:2.9rem!important}@media (min-width:380px){.rtl-fs-sm-29{font-size:2.9rem!important}}@media (min-width:641px){.rtl-fs-md-29{font-size:2.9rem!important}}@media (min-width:961px){.rtl-fs-lg-29{font-size:2.9rem!important}}@media (min-width:1300px){.rtl-fs-xl-29{font-size:2.9rem!important}}.rtl-fs-30{font-size:3rem!important}@media (min-width:380px){.rtl-fs-sm-30{font-size:3rem!important}}@media (min-width:641px){.rtl-fs-md-30{font-size:3rem!important}}@media (min-width:961px){.rtl-fs-lg-30{font-size:3rem!important}}@media (min-width:1300px){.rtl-fs-xl-30{font-size:3rem!important}}.rtl-fs-31{font-size:3.1rem!important}@media (min-width:380px){.rtl-fs-sm-31{font-size:3.1rem!important}}@media (min-width:641px){.rtl-fs-md-31{font-size:3.1rem!important}}@media (min-width:961px){.rtl-fs-lg-31{font-size:3.1rem!important}}@media (min-width:1300px){.rtl-fs-xl-31{font-size:3.1rem!important}}.rtl-fs-32{font-size:3.2rem!important}@media (min-width:380px){.rtl-fs-sm-32{font-size:3.2rem!important}}@media (min-width:641px){.rtl-fs-md-32{font-size:3.2rem!important}}@media (min-width:961px){.rtl-fs-lg-32{font-size:3.2rem!important}}@media (min-width:1300px){.rtl-fs-xl-32{font-size:3.2rem!important}}.rtl-fs-33{font-size:3.3rem!important}@media (min-width:380px){.rtl-fs-sm-33{font-size:3.3rem!important}}@media (min-width:641px){.rtl-fs-md-33{font-size:3.3rem!important}}@media (min-width:961px){.rtl-fs-lg-33{font-size:3.3rem!important}}@media (min-width:1300px){.rtl-fs-xl-33{font-size:3.3rem!important}}.rtl-fs-34{font-size:3.4rem!important}@media (min-width:380px){.rtl-fs-sm-34{font-size:3.4rem!important}}@media (min-width:641px){.rtl-fs-md-34{font-size:3.4rem!important}}@media (min-width:961px){.rtl-fs-lg-34{font-size:3.4rem!important}}@media (min-width:1300px){.rtl-fs-xl-34{font-size:3.4rem!important}}.rtl-fs-35{font-size:3.5rem!important}@media (min-width:380px){.rtl-fs-sm-35{font-size:3.5rem!important}}@media (min-width:641px){.rtl-fs-md-35{font-size:3.5rem!important}}@media (min-width:961px){.rtl-fs-lg-35{font-size:3.5rem!important}}@media (min-width:1300px){.rtl-fs-xl-35{font-size:3.5rem!important}}.rtl-fs-36{font-size:3.6rem!important}@media (min-width:380px){.rtl-fs-sm-36{font-size:3.6rem!important}}@media (min-width:641px){.rtl-fs-md-36{font-size:3.6rem!important}}@media (min-width:961px){.rtl-fs-lg-36{font-size:3.6rem!important}}@media (min-width:1300px){.rtl-fs-xl-36{font-size:3.6rem!important}}.rtl-fs-37{font-size:3.7rem!important}@media (min-width:380px){.rtl-fs-sm-37{font-size:3.7rem!important}}@media (min-width:641px){.rtl-fs-md-37{font-size:3.7rem!important}}@media (min-width:961px){.rtl-fs-lg-37{font-size:3.7rem!important}}@media (min-width:1300px){.rtl-fs-xl-37{font-size:3.7rem!important}}.rtl-fs-38{font-size:3.8rem!important}@media (min-width:380px){.rtl-fs-sm-38{font-size:3.8rem!important}}@media (min-width:641px){.rtl-fs-md-38{font-size:3.8rem!important}}@media (min-width:961px){.rtl-fs-lg-38{font-size:3.8rem!important}}@media (min-width:1300px){.rtl-fs-xl-38{font-size:3.8rem!important}}.rtl-fs-39{font-size:3.9rem!important}@media (min-width:380px){.rtl-fs-sm-39{font-size:3.9rem!important}}@media (min-width:641px){.rtl-fs-md-39{font-size:3.9rem!important}}@media (min-width:961px){.rtl-fs-lg-39{font-size:3.9rem!important}}@media (min-width:1300px){.rtl-fs-xl-39{font-size:3.9rem!important}}.rtl-fs-40{font-size:4rem!important}@media (min-width:380px){.rtl-fs-sm-40{font-size:4rem!important}}@media (min-width:641px){.rtl-fs-md-40{font-size:4rem!important}}@media (min-width:961px){.rtl-fs-lg-40{font-size:4rem!important}}@media (min-width:1300px){.rtl-fs-xl-40{font-size:4rem!important}}.rtl-fs-41{font-size:4.1rem!important}@media (min-width:380px){.rtl-fs-sm-41{font-size:4.1rem!important}}@media (min-width:641px){.rtl-fs-md-41{font-size:4.1rem!important}}@media (min-width:961px){.rtl-fs-lg-41{font-size:4.1rem!important}}@media (min-width:1300px){.rtl-fs-xl-41{font-size:4.1rem!important}}.rtl-fs-42{font-size:4.2rem!important}@media (min-width:380px){.rtl-fs-sm-42{font-size:4.2rem!important}}@media (min-width:641px){.rtl-fs-md-42{font-size:4.2rem!important}}@media (min-width:961px){.rtl-fs-lg-42{font-size:4.2rem!important}}@media (min-width:1300px){.rtl-fs-xl-42{font-size:4.2rem!important}}.rtl-fs-43{font-size:4.3rem!important}@media (min-width:380px){.rtl-fs-sm-43{font-size:4.3rem!important}}@media (min-width:641px){.rtl-fs-md-43{font-size:4.3rem!important}}@media (min-width:961px){.rtl-fs-lg-43{font-size:4.3rem!important}}@media (min-width:1300px){.rtl-fs-xl-43{font-size:4.3rem!important}}.rtl-fs-44{font-size:4.4rem!important}@media (min-width:380px){.rtl-fs-sm-44{font-size:4.4rem!important}}@media (min-width:641px){.rtl-fs-md-44{font-size:4.4rem!important}}@media (min-width:961px){.rtl-fs-lg-44{font-size:4.4rem!important}}@media (min-width:1300px){.rtl-fs-xl-44{font-size:4.4rem!important}}.rtl-fs-45{font-size:4.5rem!important}@media (min-width:380px){.rtl-fs-sm-45{font-size:4.5rem!important}}@media (min-width:641px){.rtl-fs-md-45{font-size:4.5rem!important}}@media (min-width:961px){.rtl-fs-lg-45{font-size:4.5rem!important}}@media (min-width:1300px){.rtl-fs-xl-45{font-size:4.5rem!important}}.rtl-fs-46{font-size:4.6rem!important}@media (min-width:380px){.rtl-fs-sm-46{font-size:4.6rem!important}}@media (min-width:641px){.rtl-fs-md-46{font-size:4.6rem!important}}@media (min-width:961px){.rtl-fs-lg-46{font-size:4.6rem!important}}@media (min-width:1300px){.rtl-fs-xl-46{font-size:4.6rem!important}}.rtl-fs-47{font-size:4.7rem!important}@media (min-width:380px){.rtl-fs-sm-47{font-size:4.7rem!important}}@media (min-width:641px){.rtl-fs-md-47{font-size:4.7rem!important}}@media (min-width:961px){.rtl-fs-lg-47{font-size:4.7rem!important}}@media (min-width:1300px){.rtl-fs-xl-47{font-size:4.7rem!important}}.rtl-fs-48{font-size:4.8rem!important}@media (min-width:380px){.rtl-fs-sm-48{font-size:4.8rem!important}}@media (min-width:641px){.rtl-fs-md-48{font-size:4.8rem!important}}@media (min-width:961px){.rtl-fs-lg-48{font-size:4.8rem!important}}@media (min-width:1300px){.rtl-fs-xl-48{font-size:4.8rem!important}}.rtl-fs-49{font-size:4.9rem!important}@media (min-width:380px){.rtl-fs-sm-49{font-size:4.9rem!important}}@media (min-width:641px){.rtl-fs-md-49{font-size:4.9rem!important}}@media (min-width:961px){.rtl-fs-lg-49{font-size:4.9rem!important}}@media (min-width:1300px){.rtl-fs-xl-49{font-size:4.9rem!important}}.rtl-fs-50{font-size:5rem!important}@media (min-width:380px){.rtl-fs-sm-50{font-size:5rem!important}}@media (min-width:641px){.rtl-fs-md-50{font-size:5rem!important}}@media (min-width:961px){.rtl-fs-lg-50{font-size:5rem!important}}@media (min-width:1300px){.rtl-fs-xl-50{font-size:5rem!important}}.rtl-fs-51{font-size:5.1rem!important}@media (min-width:380px){.rtl-fs-sm-51{font-size:5.1rem!important}}@media (min-width:641px){.rtl-fs-md-51{font-size:5.1rem!important}}@media (min-width:961px){.rtl-fs-lg-51{font-size:5.1rem!important}}@media (min-width:1300px){.rtl-fs-xl-51{font-size:5.1rem!important}}.rtl-fs-52{font-size:5.2rem!important}@media (min-width:380px){.rtl-fs-sm-52{font-size:5.2rem!important}}@media (min-width:641px){.rtl-fs-md-52{font-size:5.2rem!important}}@media (min-width:961px){.rtl-fs-lg-52{font-size:5.2rem!important}}@media (min-width:1300px){.rtl-fs-xl-52{font-size:5.2rem!important}}.rtl-fs-53{font-size:5.3rem!important}@media (min-width:380px){.rtl-fs-sm-53{font-size:5.3rem!important}}@media (min-width:641px){.rtl-fs-md-53{font-size:5.3rem!important}}@media (min-width:961px){.rtl-fs-lg-53{font-size:5.3rem!important}}@media (min-width:1300px){.rtl-fs-xl-53{font-size:5.3rem!important}}.rtl-fs-54{font-size:5.4rem!important}@media (min-width:380px){.rtl-fs-sm-54{font-size:5.4rem!important}}@media (min-width:641px){.rtl-fs-md-54{font-size:5.4rem!important}}@media (min-width:961px){.rtl-fs-lg-54{font-size:5.4rem!important}}@media (min-width:1300px){.rtl-fs-xl-54{font-size:5.4rem!important}}.rtl-fs-55{font-size:5.5rem!important}@media (min-width:380px){.rtl-fs-sm-55{font-size:5.5rem!important}}@media (min-width:641px){.rtl-fs-md-55{font-size:5.5rem!important}}@media (min-width:961px){.rtl-fs-lg-55{font-size:5.5rem!important}}@media (min-width:1300px){.rtl-fs-xl-55{font-size:5.5rem!important}}.rtl-fs-56{font-size:5.6rem!important}@media (min-width:380px){.rtl-fs-sm-56{font-size:5.6rem!important}}@media (min-width:641px){.rtl-fs-md-56{font-size:5.6rem!important}}@media (min-width:961px){.rtl-fs-lg-56{font-size:5.6rem!important}}@media (min-width:1300px){.rtl-fs-xl-56{font-size:5.6rem!important}}.rtl-fs-57{font-size:5.7rem!important}@media (min-width:380px){.rtl-fs-sm-57{font-size:5.7rem!important}}@media (min-width:641px){.rtl-fs-md-57{font-size:5.7rem!important}}@media (min-width:961px){.rtl-fs-lg-57{font-size:5.7rem!important}}@media (min-width:1300px){.rtl-fs-xl-57{font-size:5.7rem!important}}.rtl-fs-58{font-size:5.8rem!important}@media (min-width:380px){.rtl-fs-sm-58{font-size:5.8rem!important}}@media (min-width:641px){.rtl-fs-md-58{font-size:5.8rem!important}}@media (min-width:961px){.rtl-fs-lg-58{font-size:5.8rem!important}}@media (min-width:1300px){.rtl-fs-xl-58{font-size:5.8rem!important}}.rtl-fs-59{font-size:5.9rem!important}@media (min-width:380px){.rtl-fs-sm-59{font-size:5.9rem!important}}@media (min-width:641px){.rtl-fs-md-59{font-size:5.9rem!important}}@media (min-width:961px){.rtl-fs-lg-59{font-size:5.9rem!important}}@media (min-width:1300px){.rtl-fs-xl-59{font-size:5.9rem!important}}.rtl-fs-60{font-size:6rem!important}@media (min-width:380px){.rtl-fs-sm-60{font-size:6rem!important}}@media (min-width:641px){.rtl-fs-md-60{font-size:6rem!important}}@media (min-width:961px){.rtl-fs-lg-60{font-size:6rem!important}}@media (min-width:1300px){.rtl-fs-xl-60{font-size:6rem!important}}.rtl-fs-61{font-size:6.1rem!important}@media (min-width:380px){.rtl-fs-sm-61{font-size:6.1rem!important}}@media (min-width:641px){.rtl-fs-md-61{font-size:6.1rem!important}}@media (min-width:961px){.rtl-fs-lg-61{font-size:6.1rem!important}}@media (min-width:1300px){.rtl-fs-xl-61{font-size:6.1rem!important}}.rtl-fs-62{font-size:6.2rem!important}@media (min-width:380px){.rtl-fs-sm-62{font-size:6.2rem!important}}@media (min-width:641px){.rtl-fs-md-62{font-size:6.2rem!important}}@media (min-width:961px){.rtl-fs-lg-62{font-size:6.2rem!important}}@media (min-width:1300px){.rtl-fs-xl-62{font-size:6.2rem!important}}.rtl-fs-63{font-size:6.3rem!important}@media (min-width:380px){.rtl-fs-sm-63{font-size:6.3rem!important}}@media (min-width:641px){.rtl-fs-md-63{font-size:6.3rem!important}}@media (min-width:961px){.rtl-fs-lg-63{font-size:6.3rem!important}}@media (min-width:1300px){.rtl-fs-xl-63{font-size:6.3rem!important}}.rtl-fs-64{font-size:6.4rem!important}@media (min-width:380px){.rtl-fs-sm-64{font-size:6.4rem!important}}@media (min-width:641px){.rtl-fs-md-64{font-size:6.4rem!important}}@media (min-width:961px){.rtl-fs-lg-64{font-size:6.4rem!important}}@media (min-width:1300px){.rtl-fs-xl-64{font-size:6.4rem!important}}.rtl-fs-65{font-size:6.5rem!important}@media (min-width:380px){.rtl-fs-sm-65{font-size:6.5rem!important}}@media (min-width:641px){.rtl-fs-md-65{font-size:6.5rem!important}}@media (min-width:961px){.rtl-fs-lg-65{font-size:6.5rem!important}}@media (min-width:1300px){.rtl-fs-xl-65{font-size:6.5rem!important}}.rtl-fs-66{font-size:6.6rem!important}@media (min-width:380px){.rtl-fs-sm-66{font-size:6.6rem!important}}@media (min-width:641px){.rtl-fs-md-66{font-size:6.6rem!important}}@media (min-width:961px){.rtl-fs-lg-66{font-size:6.6rem!important}}@media (min-width:1300px){.rtl-fs-xl-66{font-size:6.6rem!important}}.rtl-fs-67{font-size:6.7rem!important}@media (min-width:380px){.rtl-fs-sm-67{font-size:6.7rem!important}}@media (min-width:641px){.rtl-fs-md-67{font-size:6.7rem!important}}@media (min-width:961px){.rtl-fs-lg-67{font-size:6.7rem!important}}@media (min-width:1300px){.rtl-fs-xl-67{font-size:6.7rem!important}}.rtl-fs-68{font-size:6.8rem!important}@media (min-width:380px){.rtl-fs-sm-68{font-size:6.8rem!important}}@media (min-width:641px){.rtl-fs-md-68{font-size:6.8rem!important}}@media (min-width:961px){.rtl-fs-lg-68{font-size:6.8rem!important}}@media (min-width:1300px){.rtl-fs-xl-68{font-size:6.8rem!important}}.rtl-fs-69{font-size:6.9rem!important}@media (min-width:380px){.rtl-fs-sm-69{font-size:6.9rem!important}}@media (min-width:641px){.rtl-fs-md-69{font-size:6.9rem!important}}@media (min-width:961px){.rtl-fs-lg-69{font-size:6.9rem!important}}@media (min-width:1300px){.rtl-fs-xl-69{font-size:6.9rem!important}}.rtl-fs-70{font-size:7rem!important}@media (min-width:380px){.rtl-fs-sm-70{font-size:7rem!important}}@media (min-width:641px){.rtl-fs-md-70{font-size:7rem!important}}@media (min-width:961px){.rtl-fs-lg-70{font-size:7rem!important}}@media (min-width:1300px){.rtl-fs-xl-70{font-size:7rem!important}}.rtl-lh-100{line-height:1!important}@media (min-width:380px){.rtl-lh-sm-100{line-height:1!important}}@media (min-width:641px){.rtl-lh-md-100{line-height:1!important}}@media (min-width:961px){.rtl-lh-lg-100{line-height:1!important}}@media (min-width:1300px){.rtl-lh-xl-100{line-height:1!important}}.rtl-lh-102{line-height:1.02!important}@media (min-width:380px){.rtl-lh-sm-102{line-height:1.02!important}}@media (min-width:641px){.rtl-lh-md-102{line-height:1.02!important}}@media (min-width:961px){.rtl-lh-lg-102{line-height:1.02!important}}@media (min-width:1300px){.rtl-lh-xl-102{line-height:1.02!important}}.rtl-lh-104{line-height:1.04!important}@media (min-width:380px){.rtl-lh-sm-104{line-height:1.04!important}}@media (min-width:641px){.rtl-lh-md-104{line-height:1.04!important}}@media (min-width:961px){.rtl-lh-lg-104{line-height:1.04!important}}@media (min-width:1300px){.rtl-lh-xl-104{line-height:1.04!important}}.rtl-lh-106{line-height:1.06!important}@media (min-width:380px){.rtl-lh-sm-106{line-height:1.06!important}}@media (min-width:641px){.rtl-lh-md-106{line-height:1.06!important}}@media (min-width:961px){.rtl-lh-lg-106{line-height:1.06!important}}@media (min-width:1300px){.rtl-lh-xl-106{line-height:1.06!important}}.rtl-lh-108{line-height:1.08!important}@media (min-width:380px){.rtl-lh-sm-108{line-height:1.08!important}}@media (min-width:641px){.rtl-lh-md-108{line-height:1.08!important}}@media (min-width:961px){.rtl-lh-lg-108{line-height:1.08!important}}@media (min-width:1300px){.rtl-lh-xl-108{line-height:1.08!important}}.rtl-lh-110{line-height:1.1!important}@media (min-width:380px){.rtl-lh-sm-110{line-height:1.1!important}}@media (min-width:641px){.rtl-lh-md-110{line-height:1.1!important}}@media (min-width:961px){.rtl-lh-lg-110{line-height:1.1!important}}@media (min-width:1300px){.rtl-lh-xl-110{line-height:1.1!important}}.rtl-lh-112{line-height:1.12!important}@media (min-width:380px){.rtl-lh-sm-112{line-height:1.12!important}}@media (min-width:641px){.rtl-lh-md-112{line-height:1.12!important}}@media (min-width:961px){.rtl-lh-lg-112{line-height:1.12!important}}@media (min-width:1300px){.rtl-lh-xl-112{line-height:1.12!important}}.rtl-lh-114{line-height:1.14!important}@media (min-width:380px){.rtl-lh-sm-114{line-height:1.14!important}}@media (min-width:641px){.rtl-lh-md-114{line-height:1.14!important}}@media (min-width:961px){.rtl-lh-lg-114{line-height:1.14!important}}@media (min-width:1300px){.rtl-lh-xl-114{line-height:1.14!important}}.rtl-lh-116{line-height:1.16!important}@media (min-width:380px){.rtl-lh-sm-116{line-height:1.16!important}}@media (min-width:641px){.rtl-lh-md-116{line-height:1.16!important}}@media (min-width:961px){.rtl-lh-lg-116{line-height:1.16!important}}@media (min-width:1300px){.rtl-lh-xl-116{line-height:1.16!important}}.rtl-lh-118{line-height:1.18!important}@media (min-width:380px){.rtl-lh-sm-118{line-height:1.18!important}}@media (min-width:641px){.rtl-lh-md-118{line-height:1.18!important}}@media (min-width:961px){.rtl-lh-lg-118{line-height:1.18!important}}@media (min-width:1300px){.rtl-lh-xl-118{line-height:1.18!important}}.rtl-lh-120{line-height:1.2!important}@media (min-width:380px){.rtl-lh-sm-120{line-height:1.2!important}}@media (min-width:641px){.rtl-lh-md-120{line-height:1.2!important}}@media (min-width:961px){.rtl-lh-lg-120{line-height:1.2!important}}@media (min-width:1300px){.rtl-lh-xl-120{line-height:1.2!important}}.rtl-lh-122{line-height:1.22!important}@media (min-width:380px){.rtl-lh-sm-122{line-height:1.22!important}}@media (min-width:641px){.rtl-lh-md-122{line-height:1.22!important}}@media (min-width:961px){.rtl-lh-lg-122{line-height:1.22!important}}@media (min-width:1300px){.rtl-lh-xl-122{line-height:1.22!important}}.rtl-lh-124{line-height:1.24!important}@media (min-width:380px){.rtl-lh-sm-124{line-height:1.24!important}}@media (min-width:641px){.rtl-lh-md-124{line-height:1.24!important}}@media (min-width:961px){.rtl-lh-lg-124{line-height:1.24!important}}@media (min-width:1300px){.rtl-lh-xl-124{line-height:1.24!important}}.rtl-lh-126{line-height:1.26!important}@media (min-width:380px){.rtl-lh-sm-126{line-height:1.26!important}}@media (min-width:641px){.rtl-lh-md-126{line-height:1.26!important}}@media (min-width:961px){.rtl-lh-lg-126{line-height:1.26!important}}@media (min-width:1300px){.rtl-lh-xl-126{line-height:1.26!important}}.rtl-lh-128{line-height:1.28!important}@media (min-width:380px){.rtl-lh-sm-128{line-height:1.28!important}}@media (min-width:641px){.rtl-lh-md-128{line-height:1.28!important}}@media (min-width:961px){.rtl-lh-lg-128{line-height:1.28!important}}@media (min-width:1300px){.rtl-lh-xl-128{line-height:1.28!important}}.rtl-lh-130{line-height:1.3!important}@media (min-width:380px){.rtl-lh-sm-130{line-height:1.3!important}}@media (min-width:641px){.rtl-lh-md-130{line-height:1.3!important}}@media (min-width:961px){.rtl-lh-lg-130{line-height:1.3!important}}@media (min-width:1300px){.rtl-lh-xl-130{line-height:1.3!important}}.rtl-lh-132{line-height:1.32!important}@media (min-width:380px){.rtl-lh-sm-132{line-height:1.32!important}}@media (min-width:641px){.rtl-lh-md-132{line-height:1.32!important}}@media (min-width:961px){.rtl-lh-lg-132{line-height:1.32!important}}@media (min-width:1300px){.rtl-lh-xl-132{line-height:1.32!important}}.rtl-lh-134{line-height:1.34!important}@media (min-width:380px){.rtl-lh-sm-134{line-height:1.34!important}}@media (min-width:641px){.rtl-lh-md-134{line-height:1.34!important}}@media (min-width:961px){.rtl-lh-lg-134{line-height:1.34!important}}@media (min-width:1300px){.rtl-lh-xl-134{line-height:1.34!important}}.rtl-lh-136{line-height:1.36!important}@media (min-width:380px){.rtl-lh-sm-136{line-height:1.36!important}}@media (min-width:641px){.rtl-lh-md-136{line-height:1.36!important}}@media (min-width:961px){.rtl-lh-lg-136{line-height:1.36!important}}@media (min-width:1300px){.rtl-lh-xl-136{line-height:1.36!important}}.rtl-lh-138{line-height:1.38!important}@media (min-width:380px){.rtl-lh-sm-138{line-height:1.38!important}}@media (min-width:641px){.rtl-lh-md-138{line-height:1.38!important}}@media (min-width:961px){.rtl-lh-lg-138{line-height:1.38!important}}@media (min-width:1300px){.rtl-lh-xl-138{line-height:1.38!important}}.rtl-lh-140{line-height:1.4!important}@media (min-width:380px){.rtl-lh-sm-140{line-height:1.4!important}}@media (min-width:641px){.rtl-lh-md-140{line-height:1.4!important}}@media (min-width:961px){.rtl-lh-lg-140{line-height:1.4!important}}@media (min-width:1300px){.rtl-lh-xl-140{line-height:1.4!important}}.rtl-lh-142{line-height:1.42!important}@media (min-width:380px){.rtl-lh-sm-142{line-height:1.42!important}}@media (min-width:641px){.rtl-lh-md-142{line-height:1.42!important}}@media (min-width:961px){.rtl-lh-lg-142{line-height:1.42!important}}@media (min-width:1300px){.rtl-lh-xl-142{line-height:1.42!important}}.rtl-lh-144{line-height:1.44!important}@media (min-width:380px){.rtl-lh-sm-144{line-height:1.44!important}}@media (min-width:641px){.rtl-lh-md-144{line-height:1.44!important}}@media (min-width:961px){.rtl-lh-lg-144{line-height:1.44!important}}@media (min-width:1300px){.rtl-lh-xl-144{line-height:1.44!important}}.rtl-lh-146{line-height:1.46!important}@media (min-width:380px){.rtl-lh-sm-146{line-height:1.46!important}}@media (min-width:641px){.rtl-lh-md-146{line-height:1.46!important}}@media (min-width:961px){.rtl-lh-lg-146{line-height:1.46!important}}@media (min-width:1300px){.rtl-lh-xl-146{line-height:1.46!important}}.rtl-lh-148{line-height:1.48!important}@media (min-width:380px){.rtl-lh-sm-148{line-height:1.48!important}}@media (min-width:641px){.rtl-lh-md-148{line-height:1.48!important}}@media (min-width:961px){.rtl-lh-lg-148{line-height:1.48!important}}@media (min-width:1300px){.rtl-lh-xl-148{line-height:1.48!important}}.rtl-lh-150{line-height:1.5!important}@media (min-width:380px){.rtl-lh-sm-150{line-height:1.5!important}}@media (min-width:641px){.rtl-lh-md-150{line-height:1.5!important}}@media (min-width:961px){.rtl-lh-lg-150{line-height:1.5!important}}@media (min-width:1300px){.rtl-lh-xl-150{line-height:1.5!important}}.rtl-lh-152{line-height:1.52!important}@media (min-width:380px){.rtl-lh-sm-152{line-height:1.52!important}}@media (min-width:641px){.rtl-lh-md-152{line-height:1.52!important}}@media (min-width:961px){.rtl-lh-lg-152{line-height:1.52!important}}@media (min-width:1300px){.rtl-lh-xl-152{line-height:1.52!important}}.rtl-lh-154{line-height:1.54!important}@media (min-width:380px){.rtl-lh-sm-154{line-height:1.54!important}}@media (min-width:641px){.rtl-lh-md-154{line-height:1.54!important}}@media (min-width:961px){.rtl-lh-lg-154{line-height:1.54!important}}@media (min-width:1300px){.rtl-lh-xl-154{line-height:1.54!important}}.rtl-lh-156{line-height:1.56!important}@media (min-width:380px){.rtl-lh-sm-156{line-height:1.56!important}}@media (min-width:641px){.rtl-lh-md-156{line-height:1.56!important}}@media (min-width:961px){.rtl-lh-lg-156{line-height:1.56!important}}@media (min-width:1300px){.rtl-lh-xl-156{line-height:1.56!important}}.rtl-lh-158{line-height:1.58!important}@media (min-width:380px){.rtl-lh-sm-158{line-height:1.58!important}}@media (min-width:641px){.rtl-lh-md-158{line-height:1.58!important}}@media (min-width:961px){.rtl-lh-lg-158{line-height:1.58!important}}@media (min-width:1300px){.rtl-lh-xl-158{line-height:1.58!important}}.rtl-lh-160{line-height:1.6!important}@media (min-width:380px){.rtl-lh-sm-160{line-height:1.6!important}}@media (min-width:641px){.rtl-lh-md-160{line-height:1.6!important}}@media (min-width:961px){.rtl-lh-lg-160{line-height:1.6!important}}@media (min-width:1300px){.rtl-lh-xl-160{line-height:1.6!important}}.rtl-lh-162{line-height:1.62!important}@media (min-width:380px){.rtl-lh-sm-162{line-height:1.62!important}}@media (min-width:641px){.rtl-lh-md-162{line-height:1.62!important}}@media (min-width:961px){.rtl-lh-lg-162{line-height:1.62!important}}@media (min-width:1300px){.rtl-lh-xl-162{line-height:1.62!important}}.rtl-lh-164{line-height:1.64!important}@media (min-width:380px){.rtl-lh-sm-164{line-height:1.64!important}}@media (min-width:641px){.rtl-lh-md-164{line-height:1.64!important}}@media (min-width:961px){.rtl-lh-lg-164{line-height:1.64!important}}@media (min-width:1300px){.rtl-lh-xl-164{line-height:1.64!important}}.rtl-lh-166{line-height:1.66!important}@media (min-width:380px){.rtl-lh-sm-166{line-height:1.66!important}}@media (min-width:641px){.rtl-lh-md-166{line-height:1.66!important}}@media (min-width:961px){.rtl-lh-lg-166{line-height:1.66!important}}@media (min-width:1300px){.rtl-lh-xl-166{line-height:1.66!important}}.rtl-lh-168{line-height:1.68!important}@media (min-width:380px){.rtl-lh-sm-168{line-height:1.68!important}}@media (min-width:641px){.rtl-lh-md-168{line-height:1.68!important}}@media (min-width:961px){.rtl-lh-lg-168{line-height:1.68!important}}@media (min-width:1300px){.rtl-lh-xl-168{line-height:1.68!important}}.rtl-lh-170{line-height:1.7!important}@media (min-width:380px){.rtl-lh-sm-170{line-height:1.7!important}}@media (min-width:641px){.rtl-lh-md-170{line-height:1.7!important}}@media (min-width:961px){.rtl-lh-lg-170{line-height:1.7!important}}@media (min-width:1300px){.rtl-lh-xl-170{line-height:1.7!important}}.rtl-lh-172{line-height:1.72!important}@media (min-width:380px){.rtl-lh-sm-172{line-height:1.72!important}}@media (min-width:641px){.rtl-lh-md-172{line-height:1.72!important}}@media (min-width:961px){.rtl-lh-lg-172{line-height:1.72!important}}@media (min-width:1300px){.rtl-lh-xl-172{line-height:1.72!important}}.rtl-lh-174{line-height:1.74!important}@media (min-width:380px){.rtl-lh-sm-174{line-height:1.74!important}}@media (min-width:641px){.rtl-lh-md-174{line-height:1.74!important}}@media (min-width:961px){.rtl-lh-lg-174{line-height:1.74!important}}@media (min-width:1300px){.rtl-lh-xl-174{line-height:1.74!important}}.rtl-lh-176{line-height:1.76!important}@media (min-width:380px){.rtl-lh-sm-176{line-height:1.76!important}}@media (min-width:641px){.rtl-lh-md-176{line-height:1.76!important}}@media (min-width:961px){.rtl-lh-lg-176{line-height:1.76!important}}@media (min-width:1300px){.rtl-lh-xl-176{line-height:1.76!important}}.rtl-lh-178{line-height:1.78!important}@media (min-width:380px){.rtl-lh-sm-178{line-height:1.78!important}}@media (min-width:641px){.rtl-lh-md-178{line-height:1.78!important}}@media (min-width:961px){.rtl-lh-lg-178{line-height:1.78!important}}@media (min-width:1300px){.rtl-lh-xl-178{line-height:1.78!important}}.rtl-lh-180{line-height:1.8!important}@media (min-width:380px){.rtl-lh-sm-180{line-height:1.8!important}}@media (min-width:641px){.rtl-lh-md-180{line-height:1.8!important}}@media (min-width:961px){.rtl-lh-lg-180{line-height:1.8!important}}@media (min-width:1300px){.rtl-lh-xl-180{line-height:1.8!important}}.rtl-lh-182{line-height:1.82!important}@media (min-width:380px){.rtl-lh-sm-182{line-height:1.82!important}}@media (min-width:641px){.rtl-lh-md-182{line-height:1.82!important}}@media (min-width:961px){.rtl-lh-lg-182{line-height:1.82!important}}@media (min-width:1300px){.rtl-lh-xl-182{line-height:1.82!important}}.rtl-lh-184{line-height:1.84!important}@media (min-width:380px){.rtl-lh-sm-184{line-height:1.84!important}}@media (min-width:641px){.rtl-lh-md-184{line-height:1.84!important}}@media (min-width:961px){.rtl-lh-lg-184{line-height:1.84!important}}@media (min-width:1300px){.rtl-lh-xl-184{line-height:1.84!important}}.rtl-lh-186{line-height:1.86!important}@media (min-width:380px){.rtl-lh-sm-186{line-height:1.86!important}}@media (min-width:641px){.rtl-lh-md-186{line-height:1.86!important}}@media (min-width:961px){.rtl-lh-lg-186{line-height:1.86!important}}@media (min-width:1300px){.rtl-lh-xl-186{line-height:1.86!important}}.rtl-lh-188{line-height:1.88!important}@media (min-width:380px){.rtl-lh-sm-188{line-height:1.88!important}}@media (min-width:641px){.rtl-lh-md-188{line-height:1.88!important}}@media (min-width:961px){.rtl-lh-lg-188{line-height:1.88!important}}@media (min-width:1300px){.rtl-lh-xl-188{line-height:1.88!important}}.rtl-lh-190{line-height:1.9!important}@media (min-width:380px){.rtl-lh-sm-190{line-height:1.9!important}}@media (min-width:641px){.rtl-lh-md-190{line-height:1.9!important}}@media (min-width:961px){.rtl-lh-lg-190{line-height:1.9!important}}@media (min-width:1300px){.rtl-lh-xl-190{line-height:1.9!important}}.rtl-lh-192{line-height:1.92!important}@media (min-width:380px){.rtl-lh-sm-192{line-height:1.92!important}}@media (min-width:641px){.rtl-lh-md-192{line-height:1.92!important}}@media (min-width:961px){.rtl-lh-lg-192{line-height:1.92!important}}@media (min-width:1300px){.rtl-lh-xl-192{line-height:1.92!important}}.rtl-lh-194{line-height:1.94!important}@media (min-width:380px){.rtl-lh-sm-194{line-height:1.94!important}}@media (min-width:641px){.rtl-lh-md-194{line-height:1.94!important}}@media (min-width:961px){.rtl-lh-lg-194{line-height:1.94!important}}@media (min-width:1300px){.rtl-lh-xl-194{line-height:1.94!important}}.rtl-lh-196{line-height:1.96!important}@media (min-width:380px){.rtl-lh-sm-196{line-height:1.96!important}}@media (min-width:641px){.rtl-lh-md-196{line-height:1.96!important}}@media (min-width:961px){.rtl-lh-lg-196{line-height:1.96!important}}@media (min-width:1300px){.rtl-lh-xl-196{line-height:1.96!important}}.rtl-lh-198{line-height:1.98!important}@media (min-width:380px){.rtl-lh-sm-198{line-height:1.98!important}}@media (min-width:641px){.rtl-lh-md-198{line-height:1.98!important}}@media (min-width:961px){.rtl-lh-lg-198{line-height:1.98!important}}@media (min-width:1300px){.rtl-lh-xl-198{line-height:1.98!important}}.rtl-lh-200{line-height:2!important}@media (min-width:380px){.rtl-lh-sm-200{line-height:2!important}}@media (min-width:641px){.rtl-lh-md-200{line-height:2!important}}@media (min-width:961px){.rtl-lh-lg-200{line-height:2!important}}@media (min-width:1300px){.rtl-lh-xl-200{line-height:2!important}}.rtl-lh-normal{line-height:1}.rtl-fw-bold{font-weight:700}.rtl-fw-medium{font-weight:500}.rtl-fw-regular{font-weight:400}.rtl-fw-thin{font-weight:100}.text-decoration-underline{text-decoration:underline}.text-decoration-line-through{text-decoration:line-through}.rtl-ls-normal{letter-spacing:normal}.rtl-ts-none{text-shadow:none}.rtl-ts-show{text-shadow:0 .2rem 1.4rem rgba(0,0,0,.5)}@media (min-width:380px){.rtl-ts-sm-none{text-shadow:none}.rtl-ts-sm-show{text-shadow:0 .2rem 1.4rem rgba(0,0,0,.5)}}@media (min-width:641px){.rtl-ts-md-none{text-shadow:none}.rtl-ts-md-show{text-shadow:0 .2rem 1.4rem rgba(0,0,0,.5)}}@media (min-width:961px){.rtl-ts-lg-none{text-shadow:none}.rtl-ts-lg-show{text-shadow:0 .2rem 1.4rem rgba(0,0,0,.5)}}@media (min-width:1300px){.rtl-ts-xl-none{text-shadow:none}.rtl-ts-xl-show{text-shadow:0 .2rem 1.4rem rgba(0,0,0,.5)}}.text-primary{color:#673ab7!important}a.text-primary:focus,a.text-primary:hover{color:#46287d!important}.text-secondary{color:#51289b!important}a.text-secondary:focus,a.text-secondary:hover{color:#31185e!important}.text-success{color:#28a745!important}a.text-success:focus,a.text-success:hover{color:#19692c!important}.text-info{color:#17a2b8!important}a.text-info:focus,a.text-info:hover{color:#0f6674!important}.text-warning{color:#ffc107!important}a.text-warning:focus,a.text-warning:hover{color:#ba8b00!important}.text-danger{color:#dc3545!important}a.text-danger:focus,a.text-danger:hover{color:#a71d2a!important}.text-light{color:#f8f9fa!important}a.text-light:focus,a.text-light:hover{color:#cbd3da!important}.text-dark{color:#343a40!important}a.text-dark:focus,a.text-dark:hover{color:#121416!important}.text-white{color:#fff!important}a.text-white:focus,a.text-white:hover{color:#d9d9d9!important}.text-black,a.text-black:focus,a.text-black:hover{color:#000!important}.text-progress{color:#2f1a52!important}a.text-progress:focus,a.text-progress:hover{color:#0e0818!important}.text-color-1{color:#2f1a52!important}a.text-color-1:focus,a.text-color-1:hover{color:#0e0818!important}.text-color-2{color:#673ab7!important}a.text-color-2:focus,a.text-color-2:hover{color:#46287d!important}.text-color-3{color:#51289b!important}a.text-color-3:focus,a.text-color-3:hover{color:#31185e!important}.text-color-4{color:#44207f!important}a.text-color-4:focus,a.text-color-4:hover{color:#231142!important}.text-color-5{color:#4e0004!important}a.text-color-5:focus,a.text-color-5:hover{color:#020000!important}.text-grey-1{color:#464543!important}a.text-grey-1:focus,a.text-grey-1:hover{color:#1f1e1e!important}.text-grey-2{color:#282828!important}a.text-grey-2:focus,a.text-grey-2:hover{color:#020202!important}.text-grey-3{color:#181818!important}a.text-grey-3:focus,a.text-grey-3:hover{color:#000!important}.text-grey-4{color:#232323!important}a.text-grey-4:focus,a.text-grey-4:hover{color:#000!important}.text-grey-5{color:#f2f2f2!important}a.text-grey-5:focus,a.text-grey-5:hover{color:#ccc!important}.text-color-rtl{color:#e3001b!important}a.text-color-rtl:focus,a.text-color-rtl:hover{color:#970012!important}.text-color-funradio{color:#05f!important}a.text-color-funradio:focus,a.text-color-funradio:hover{color:#003cb3!important}.text-color-rtl2{color:#e30613!important}a.text-color-rtl2:focus,a.text-color-rtl2:hover{color:#98040d!important}.text-facebook{color:#4460a0!important}a.text-facebook:focus,a.text-facebook:hover{color:#2d406a!important}.text-twitter{color:#00aaec!important}a.text-twitter:focus,a.text-twitter:hover{color:#0073a0!important}.text-whatsapp{color:#27d366!important}a.text-whatsapp:focus,a.text-whatsapp:hover{color:#1b9247!important}.text-linkedin{color:#007ebb!important}a.text-linkedin:focus,a.text-linkedin:hover{color:#004a6f!important}.text-astro-aries{color:#f15188!important}a.text-astro-aries:focus,a.text-astro-aries:hover{color:#e3125a!important}.text-astro-taurus{color:#b323a4!important}a.text-astro-taurus:focus,a.text-astro-taurus:hover{color:#731669!important}.text-astro-gemini{color:#673ab7!important}a.text-astro-gemini:focus,a.text-astro-gemini:hover{color:#46287d!important}.text-astro-cancer{color:#eb50a9!important}a.text-astro-cancer:focus,a.text-astro-cancer:hover{color:#d61885!important}.text-astro-leo{color:#8e23b3!important}a.text-astro-leo:focus,a.text-astro-leo:hover{color:#5b1673!important}.text-astro-virgo{color:#b32379!important}a.text-astro-virgo:focus,a.text-astro-virgo:hover{color:#73164e!important}.text-astro-libra{color:#a24ce8!important}a.text-astro-libra:focus,a.text-astro-libra:hover{color:#7d1acd!important}.text-astro-scorpio{color:#5155be!important}a.text-astro-scorpio:focus,a.text-astro-scorpio:hover{color:#35388e!important}.text-astro-sagittarius{color:#757feb!important}a.text-astro-sagittarius:focus,a.text-astro-sagittarius:hover{color:#3241e1!important}.text-astro-capricorn{color:#c34cf2!important}a.text-astro-capricorn:focus,a.text-astro-capricorn:hover{color:#a610e1!important}.text-astro-aquarius{color:#f85d6f!important}a.text-astro-aquarius:focus,a.text-astro-aquarius:hover{color:#f5142e!important}.text-astro-pisces{color:#8959ea!important}a.text-astro-pisces:focus,a.text-astro-pisces:hover{color:#5b1cdb!important}@media (min-width:380px){.text-sm-primary{color:#673ab7!important}a.text-sm-primary:focus,a.text-sm-primary:hover{color:#46287d!important}.text-sm-secondary{color:#51289b!important}a.text-sm-secondary:focus,a.text-sm-secondary:hover{color:#31185e!important}.text-sm-success{color:#28a745!important}a.text-sm-success:focus,a.text-sm-success:hover{color:#19692c!important}.text-sm-info{color:#17a2b8!important}a.text-sm-info:focus,a.text-sm-info:hover{color:#0f6674!important}.text-sm-warning{color:#ffc107!important}a.text-sm-warning:focus,a.text-sm-warning:hover{color:#ba8b00!important}.text-sm-danger{color:#dc3545!important}a.text-sm-danger:focus,a.text-sm-danger:hover{color:#a71d2a!important}.text-sm-light{color:#f8f9fa!important}a.text-sm-light:focus,a.text-sm-light:hover{color:#cbd3da!important}.text-sm-dark{color:#343a40!important}a.text-sm-dark:focus,a.text-sm-dark:hover{color:#121416!important}.text-sm-white{color:#fff!important}a.text-sm-white:focus,a.text-sm-white:hover{color:#d9d9d9!important}.text-sm-black,a.text-sm-black:focus,a.text-sm-black:hover{color:#000!important}.text-sm-progress{color:#2f1a52!important}a.text-sm-progress:focus,a.text-sm-progress:hover{color:#0e0818!important}.text-sm-color-1{color:#2f1a52!important}a.text-sm-color-1:focus,a.text-sm-color-1:hover{color:#0e0818!important}.text-sm-color-2{color:#673ab7!important}a.text-sm-color-2:focus,a.text-sm-color-2:hover{color:#46287d!important}.text-sm-color-3{color:#51289b!important}a.text-sm-color-3:focus,a.text-sm-color-3:hover{color:#31185e!important}.text-sm-color-4{color:#44207f!important}a.text-sm-color-4:focus,a.text-sm-color-4:hover{color:#231142!important}.text-sm-color-5{color:#4e0004!important}a.text-sm-color-5:focus,a.text-sm-color-5:hover{color:#020000!important}.text-sm-grey-1{color:#464543!important}a.text-sm-grey-1:focus,a.text-sm-grey-1:hover{color:#1f1e1e!important}.text-sm-grey-2{color:#282828!important}a.text-sm-grey-2:focus,a.text-sm-grey-2:hover{color:#020202!important}.text-sm-grey-3{color:#181818!important}a.text-sm-grey-3:focus,a.text-sm-grey-3:hover{color:#000!important}.text-sm-grey-4{color:#232323!important}a.text-sm-grey-4:focus,a.text-sm-grey-4:hover{color:#000!important}.text-sm-grey-5{color:#f2f2f2!important}a.text-sm-grey-5:focus,a.text-sm-grey-5:hover{color:#ccc!important}.text-sm-color-rtl{color:#e3001b!important}a.text-sm-color-rtl:focus,a.text-sm-color-rtl:hover{color:#970012!important}.text-sm-color-funradio{color:#05f!important}a.text-sm-color-funradio:focus,a.text-sm-color-funradio:hover{color:#003cb3!important}.text-sm-color-rtl2{color:#e30613!important}a.text-sm-color-rtl2:focus,a.text-sm-color-rtl2:hover{color:#98040d!important}.text-sm-facebook{color:#4460a0!important}a.text-sm-facebook:focus,a.text-sm-facebook:hover{color:#2d406a!important}.text-sm-twitter{color:#00aaec!important}a.text-sm-twitter:focus,a.text-sm-twitter:hover{color:#0073a0!important}.text-sm-whatsapp{color:#27d366!important}a.text-sm-whatsapp:focus,a.text-sm-whatsapp:hover{color:#1b9247!important}.text-sm-linkedin{color:#007ebb!important}a.text-sm-linkedin:focus,a.text-sm-linkedin:hover{color:#004a6f!important}.text-sm-astro-aries{color:#f15188!important}a.text-sm-astro-aries:focus,a.text-sm-astro-aries:hover{color:#e3125a!important}.text-sm-astro-taurus{color:#b323a4!important}a.text-sm-astro-taurus:focus,a.text-sm-astro-taurus:hover{color:#731669!important}.text-sm-astro-gemini{color:#673ab7!important}a.text-sm-astro-gemini:focus,a.text-sm-astro-gemini:hover{color:#46287d!important}.text-sm-astro-cancer{color:#eb50a9!important}a.text-sm-astro-cancer:focus,a.text-sm-astro-cancer:hover{color:#d61885!important}.text-sm-astro-leo{color:#8e23b3!important}a.text-sm-astro-leo:focus,a.text-sm-astro-leo:hover{color:#5b1673!important}.text-sm-astro-virgo{color:#b32379!important}a.text-sm-astro-virgo:focus,a.text-sm-astro-virgo:hover{color:#73164e!important}.text-sm-astro-libra{color:#a24ce8!important}a.text-sm-astro-libra:focus,a.text-sm-astro-libra:hover{color:#7d1acd!important}.text-sm-astro-scorpio{color:#5155be!important}a.text-sm-astro-scorpio:focus,a.text-sm-astro-scorpio:hover{color:#35388e!important}.text-sm-astro-sagittarius{color:#757feb!important}a.text-sm-astro-sagittarius:focus,a.text-sm-astro-sagittarius:hover{color:#3241e1!important}.text-sm-astro-capricorn{color:#c34cf2!important}a.text-sm-astro-capricorn:focus,a.text-sm-astro-capricorn:hover{color:#a610e1!important}.text-sm-astro-aquarius{color:#f85d6f!important}a.text-sm-astro-aquarius:focus,a.text-sm-astro-aquarius:hover{color:#f5142e!important}.text-sm-astro-pisces{color:#8959ea!important}a.text-sm-astro-pisces:focus,a.text-sm-astro-pisces:hover{color:#5b1cdb!important}}@media (min-width:641px){.text-md-primary{color:#673ab7!important}a.text-md-primary:focus,a.text-md-primary:hover{color:#46287d!important}.text-md-secondary{color:#51289b!important}a.text-md-secondary:focus,a.text-md-secondary:hover{color:#31185e!important}.text-md-success{color:#28a745!important}a.text-md-success:focus,a.text-md-success:hover{color:#19692c!important}.text-md-info{color:#17a2b8!important}a.text-md-info:focus,a.text-md-info:hover{color:#0f6674!important}.text-md-warning{color:#ffc107!important}a.text-md-warning:focus,a.text-md-warning:hover{color:#ba8b00!important}.text-md-danger{color:#dc3545!important}a.text-md-danger:focus,a.text-md-danger:hover{color:#a71d2a!important}.text-md-light{color:#f8f9fa!important}a.text-md-light:focus,a.text-md-light:hover{color:#cbd3da!important}.text-md-dark{color:#343a40!important}a.text-md-dark:focus,a.text-md-dark:hover{color:#121416!important}.text-md-white{color:#fff!important}a.text-md-white:focus,a.text-md-white:hover{color:#d9d9d9!important}.text-md-black,a.text-md-black:focus,a.text-md-black:hover{color:#000!important}.text-md-progress{color:#2f1a52!important}a.text-md-progress:focus,a.text-md-progress:hover{color:#0e0818!important}.text-md-color-1{color:#2f1a52!important}a.text-md-color-1:focus,a.text-md-color-1:hover{color:#0e0818!important}.text-md-color-2{color:#673ab7!important}a.text-md-color-2:focus,a.text-md-color-2:hover{color:#46287d!important}.text-md-color-3{color:#51289b!important}a.text-md-color-3:focus,a.text-md-color-3:hover{color:#31185e!important}.text-md-color-4{color:#44207f!important}a.text-md-color-4:focus,a.text-md-color-4:hover{color:#231142!important}.text-md-color-5{color:#4e0004!important}a.text-md-color-5:focus,a.text-md-color-5:hover{color:#020000!important}.text-md-grey-1{color:#464543!important}a.text-md-grey-1:focus,a.text-md-grey-1:hover{color:#1f1e1e!important}.text-md-grey-2{color:#282828!important}a.text-md-grey-2:focus,a.text-md-grey-2:hover{color:#020202!important}.text-md-grey-3{color:#181818!important}a.text-md-grey-3:focus,a.text-md-grey-3:hover{color:#000!important}.text-md-grey-4{color:#232323!important}a.text-md-grey-4:focus,a.text-md-grey-4:hover{color:#000!important}.text-md-grey-5{color:#f2f2f2!important}a.text-md-grey-5:focus,a.text-md-grey-5:hover{color:#ccc!important}.text-md-color-rtl{color:#e3001b!important}a.text-md-color-rtl:focus,a.text-md-color-rtl:hover{color:#970012!important}.text-md-color-funradio{color:#05f!important}a.text-md-color-funradio:focus,a.text-md-color-funradio:hover{color:#003cb3!important}.text-md-color-rtl2{color:#e30613!important}a.text-md-color-rtl2:focus,a.text-md-color-rtl2:hover{color:#98040d!important}.text-md-facebook{color:#4460a0!important}a.text-md-facebook:focus,a.text-md-facebook:hover{color:#2d406a!important}.text-md-twitter{color:#00aaec!important}a.text-md-twitter:focus,a.text-md-twitter:hover{color:#0073a0!important}.text-md-whatsapp{color:#27d366!important}a.text-md-whatsapp:focus,a.text-md-whatsapp:hover{color:#1b9247!important}.text-md-linkedin{color:#007ebb!important}a.text-md-linkedin:focus,a.text-md-linkedin:hover{color:#004a6f!important}.text-md-astro-aries{color:#f15188!important}a.text-md-astro-aries:focus,a.text-md-astro-aries:hover{color:#e3125a!important}.text-md-astro-taurus{color:#b323a4!important}a.text-md-astro-taurus:focus,a.text-md-astro-taurus:hover{color:#731669!important}.text-md-astro-gemini{color:#673ab7!important}a.text-md-astro-gemini:focus,a.text-md-astro-gemini:hover{color:#46287d!important}.text-md-astro-cancer{color:#eb50a9!important}a.text-md-astro-cancer:focus,a.text-md-astro-cancer:hover{color:#d61885!important}.text-md-astro-leo{color:#8e23b3!important}a.text-md-astro-leo:focus,a.text-md-astro-leo:hover{color:#5b1673!important}.text-md-astro-virgo{color:#b32379!important}a.text-md-astro-virgo:focus,a.text-md-astro-virgo:hover{color:#73164e!important}.text-md-astro-libra{color:#a24ce8!important}a.text-md-astro-libra:focus,a.text-md-astro-libra:hover{color:#7d1acd!important}.text-md-astro-scorpio{color:#5155be!important}a.text-md-astro-scorpio:focus,a.text-md-astro-scorpio:hover{color:#35388e!important}.text-md-astro-sagittarius{color:#757feb!important}a.text-md-astro-sagittarius:focus,a.text-md-astro-sagittarius:hover{color:#3241e1!important}.text-md-astro-capricorn{color:#c34cf2!important}a.text-md-astro-capricorn:focus,a.text-md-astro-capricorn:hover{color:#a610e1!important}.text-md-astro-aquarius{color:#f85d6f!important}a.text-md-astro-aquarius:focus,a.text-md-astro-aquarius:hover{color:#f5142e!important}.text-md-astro-pisces{color:#8959ea!important}a.text-md-astro-pisces:focus,a.text-md-astro-pisces:hover{color:#5b1cdb!important}}@media (min-width:961px){.text-lg-primary{color:#673ab7!important}a.text-lg-primary:focus,a.text-lg-primary:hover{color:#46287d!important}.text-lg-secondary{color:#51289b!important}a.text-lg-secondary:focus,a.text-lg-secondary:hover{color:#31185e!important}.text-lg-success{color:#28a745!important}a.text-lg-success:focus,a.text-lg-success:hover{color:#19692c!important}.text-lg-info{color:#17a2b8!important}a.text-lg-info:focus,a.text-lg-info:hover{color:#0f6674!important}.text-lg-warning{color:#ffc107!important}a.text-lg-warning:focus,a.text-lg-warning:hover{color:#ba8b00!important}.text-lg-danger{color:#dc3545!important}a.text-lg-danger:focus,a.text-lg-danger:hover{color:#a71d2a!important}.text-lg-light{color:#f8f9fa!important}a.text-lg-light:focus,a.text-lg-light:hover{color:#cbd3da!important}.text-lg-dark{color:#343a40!important}a.text-lg-dark:focus,a.text-lg-dark:hover{color:#121416!important}.text-lg-white{color:#fff!important}a.text-lg-white:focus,a.text-lg-white:hover{color:#d9d9d9!important}.text-lg-black,a.text-lg-black:focus,a.text-lg-black:hover{color:#000!important}.text-lg-progress{color:#2f1a52!important}a.text-lg-progress:focus,a.text-lg-progress:hover{color:#0e0818!important}.text-lg-color-1{color:#2f1a52!important}a.text-lg-color-1:focus,a.text-lg-color-1:hover{color:#0e0818!important}.text-lg-color-2{color:#673ab7!important}a.text-lg-color-2:focus,a.text-lg-color-2:hover{color:#46287d!important}.text-lg-color-3{color:#51289b!important}a.text-lg-color-3:focus,a.text-lg-color-3:hover{color:#31185e!important}.text-lg-color-4{color:#44207f!important}a.text-lg-color-4:focus,a.text-lg-color-4:hover{color:#231142!important}.text-lg-color-5{color:#4e0004!important}a.text-lg-color-5:focus,a.text-lg-color-5:hover{color:#020000!important}.text-lg-grey-1{color:#464543!important}a.text-lg-grey-1:focus,a.text-lg-grey-1:hover{color:#1f1e1e!important}.text-lg-grey-2{color:#282828!important}a.text-lg-grey-2:focus,a.text-lg-grey-2:hover{color:#020202!important}.text-lg-grey-3{color:#181818!important}a.text-lg-grey-3:focus,a.text-lg-grey-3:hover{color:#000!important}.text-lg-grey-4{color:#232323!important}a.text-lg-grey-4:focus,a.text-lg-grey-4:hover{color:#000!important}.text-lg-grey-5{color:#f2f2f2!important}a.text-lg-grey-5:focus,a.text-lg-grey-5:hover{color:#ccc!important}.text-lg-color-rtl{color:#e3001b!important}a.text-lg-color-rtl:focus,a.text-lg-color-rtl:hover{color:#970012!important}.text-lg-color-funradio{color:#05f!important}a.text-lg-color-funradio:focus,a.text-lg-color-funradio:hover{color:#003cb3!important}.text-lg-color-rtl2{color:#e30613!important}a.text-lg-color-rtl2:focus,a.text-lg-color-rtl2:hover{color:#98040d!important}.text-lg-facebook{color:#4460a0!important}a.text-lg-facebook:focus,a.text-lg-facebook:hover{color:#2d406a!important}.text-lg-twitter{color:#00aaec!important}a.text-lg-twitter:focus,a.text-lg-twitter:hover{color:#0073a0!important}.text-lg-whatsapp{color:#27d366!important}a.text-lg-whatsapp:focus,a.text-lg-whatsapp:hover{color:#1b9247!important}.text-lg-linkedin{color:#007ebb!important}a.text-lg-linkedin:focus,a.text-lg-linkedin:hover{color:#004a6f!important}.text-lg-astro-aries{color:#f15188!important}a.text-lg-astro-aries:focus,a.text-lg-astro-aries:hover{color:#e3125a!important}.text-lg-astro-taurus{color:#b323a4!important}a.text-lg-astro-taurus:focus,a.text-lg-astro-taurus:hover{color:#731669!important}.text-lg-astro-gemini{color:#673ab7!important}a.text-lg-astro-gemini:focus,a.text-lg-astro-gemini:hover{color:#46287d!important}.text-lg-astro-cancer{color:#eb50a9!important}a.text-lg-astro-cancer:focus,a.text-lg-astro-cancer:hover{color:#d61885!important}.text-lg-astro-leo{color:#8e23b3!important}a.text-lg-astro-leo:focus,a.text-lg-astro-leo:hover{color:#5b1673!important}.text-lg-astro-virgo{color:#b32379!important}a.text-lg-astro-virgo:focus,a.text-lg-astro-virgo:hover{color:#73164e!important}.text-lg-astro-libra{color:#a24ce8!important}a.text-lg-astro-libra:focus,a.text-lg-astro-libra:hover{color:#7d1acd!important}.text-lg-astro-scorpio{color:#5155be!important}a.text-lg-astro-scorpio:focus,a.text-lg-astro-scorpio:hover{color:#35388e!important}.text-lg-astro-sagittarius{color:#757feb!important}a.text-lg-astro-sagittarius:focus,a.text-lg-astro-sagittarius:hover{color:#3241e1!important}.text-lg-astro-capricorn{color:#c34cf2!important}a.text-lg-astro-capricorn:focus,a.text-lg-astro-capricorn:hover{color:#a610e1!important}.text-lg-astro-aquarius{color:#f85d6f!important}a.text-lg-astro-aquarius:focus,a.text-lg-astro-aquarius:hover{color:#f5142e!important}.text-lg-astro-pisces{color:#8959ea!important}a.text-lg-astro-pisces:focus,a.text-lg-astro-pisces:hover{color:#5b1cdb!important}}@media (min-width:1300px){.text-xl-primary{color:#673ab7!important}a.text-xl-primary:focus,a.text-xl-primary:hover{color:#46287d!important}.text-xl-secondary{color:#51289b!important}a.text-xl-secondary:focus,a.text-xl-secondary:hover{color:#31185e!important}.text-xl-success{color:#28a745!important}a.text-xl-success:focus,a.text-xl-success:hover{color:#19692c!important}.text-xl-info{color:#17a2b8!important}a.text-xl-info:focus,a.text-xl-info:hover{color:#0f6674!important}.text-xl-warning{color:#ffc107!important}a.text-xl-warning:focus,a.text-xl-warning:hover{color:#ba8b00!important}.text-xl-danger{color:#dc3545!important}a.text-xl-danger:focus,a.text-xl-danger:hover{color:#a71d2a!important}.text-xl-light{color:#f8f9fa!important}a.text-xl-light:focus,a.text-xl-light:hover{color:#cbd3da!important}.text-xl-dark{color:#343a40!important}a.text-xl-dark:focus,a.text-xl-dark:hover{color:#121416!important}.text-xl-white{color:#fff!important}a.text-xl-white:focus,a.text-xl-white:hover{color:#d9d9d9!important}.text-xl-black,a.text-xl-black:focus,a.text-xl-black:hover{color:#000!important}.text-xl-progress{color:#2f1a52!important}a.text-xl-progress:focus,a.text-xl-progress:hover{color:#0e0818!important}.text-xl-color-1{color:#2f1a52!important}a.text-xl-color-1:focus,a.text-xl-color-1:hover{color:#0e0818!important}.text-xl-color-2{color:#673ab7!important}a.text-xl-color-2:focus,a.text-xl-color-2:hover{color:#46287d!important}.text-xl-color-3{color:#51289b!important}a.text-xl-color-3:focus,a.text-xl-color-3:hover{color:#31185e!important}.text-xl-color-4{color:#44207f!important}a.text-xl-color-4:focus,a.text-xl-color-4:hover{color:#231142!important}.text-xl-color-5{color:#4e0004!important}a.text-xl-color-5:focus,a.text-xl-color-5:hover{color:#020000!important}.text-xl-grey-1{color:#464543!important}a.text-xl-grey-1:focus,a.text-xl-grey-1:hover{color:#1f1e1e!important}.text-xl-grey-2{color:#282828!important}a.text-xl-grey-2:focus,a.text-xl-grey-2:hover{color:#020202!important}.text-xl-grey-3{color:#181818!important}a.text-xl-grey-3:focus,a.text-xl-grey-3:hover{color:#000!important}.text-xl-grey-4{color:#232323!important}a.text-xl-grey-4:focus,a.text-xl-grey-4:hover{color:#000!important}.text-xl-grey-5{color:#f2f2f2!important}a.text-xl-grey-5:focus,a.text-xl-grey-5:hover{color:#ccc!important}.text-xl-color-rtl{color:#e3001b!important}a.text-xl-color-rtl:focus,a.text-xl-color-rtl:hover{color:#970012!important}.text-xl-color-funradio{color:#05f!important}a.text-xl-color-funradio:focus,a.text-xl-color-funradio:hover{color:#003cb3!important}.text-xl-color-rtl2{color:#e30613!important}a.text-xl-color-rtl2:focus,a.text-xl-color-rtl2:hover{color:#98040d!important}.text-xl-facebook{color:#4460a0!important}a.text-xl-facebook:focus,a.text-xl-facebook:hover{color:#2d406a!important}.text-xl-twitter{color:#00aaec!important}a.text-xl-twitter:focus,a.text-xl-twitter:hover{color:#0073a0!important}.text-xl-whatsapp{color:#27d366!important}a.text-xl-whatsapp:focus,a.text-xl-whatsapp:hover{color:#1b9247!important}.text-xl-linkedin{color:#007ebb!important}a.text-xl-linkedin:focus,a.text-xl-linkedin:hover{color:#004a6f!important}.text-xl-astro-aries{color:#f15188!important}a.text-xl-astro-aries:focus,a.text-xl-astro-aries:hover{color:#e3125a!important}.text-xl-astro-taurus{color:#b323a4!important}a.text-xl-astro-taurus:focus,a.text-xl-astro-taurus:hover{color:#731669!important}.text-xl-astro-gemini{color:#673ab7!important}a.text-xl-astro-gemini:focus,a.text-xl-astro-gemini:hover{color:#46287d!important}.text-xl-astro-cancer{color:#eb50a9!important}a.text-xl-astro-cancer:focus,a.text-xl-astro-cancer:hover{color:#d61885!important}.text-xl-astro-leo{color:#8e23b3!important}a.text-xl-astro-leo:focus,a.text-xl-astro-leo:hover{color:#5b1673!important}.text-xl-astro-virgo{color:#b32379!important}a.text-xl-astro-virgo:focus,a.text-xl-astro-virgo:hover{color:#73164e!important}.text-xl-astro-libra{color:#a24ce8!important}a.text-xl-astro-libra:focus,a.text-xl-astro-libra:hover{color:#7d1acd!important}.text-xl-astro-scorpio{color:#5155be!important}a.text-xl-astro-scorpio:focus,a.text-xl-astro-scorpio:hover{color:#35388e!important}.text-xl-astro-sagittarius{color:#757feb!important}a.text-xl-astro-sagittarius:focus,a.text-xl-astro-sagittarius:hover{color:#3241e1!important}.text-xl-astro-capricorn{color:#c34cf2!important}a.text-xl-astro-capricorn:focus,a.text-xl-astro-capricorn:hover{color:#a610e1!important}.text-xl-astro-aquarius{color:#f85d6f!important}a.text-xl-astro-aquarius:focus,a.text-xl-astro-aquarius:hover{color:#f5142e!important}.text-xl-astro-pisces{color:#8959ea!important}a.text-xl-astro-pisces:focus,a.text-xl-astro-pisces:hover{color:#5b1cdb!important}}a{-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text}a:hover{text-decoration:none}a.inherit{color:inherit!important}a.hover-color:hover{color:#673ab7!important}@font-face{font-family:RtlFonticon;font-style:normal;font-weight:400;src:url(data:font/opentype;charset=utf-8;base64,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ZCBieSBzdmcydHRmIGZyb20gRm9udGVsbG8gcHJvamVjdC5odHRwOi8vZm9udGVsbG8uY29tAFIAdABsAEYAbwBuAHQAaQBjAG8AbgBSAGUAZwB1AGwAYQByAFIAdABsAEYAbwBuAHQAaQBjAG8AbgBSAHQAbABGAG8AbgB0AGkAYwBvAG4AVgBlAHIAcwBpAG8AbgAgADEALgAwAFIAdABsAEYAbwBuAHQAaQBjAG8AbgBHAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAHMAdgBnADIAdAB0AGYAIABmAHIAbwBtACAARgBvAG4AdABlAGwAbABvACAAcAByAG8AagBlAGMAdAAuAGgAdAB0AHAAOgAvAC8AZgBvAG4AdABlAGwAbABvAC4AYwBvAG0AAAACAAAAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFYBAgEDAQQBBQEGAQcBCAEJAQoBCwEMAQ0BDgEPARABEQESARMBFAEVARYBFwEYARkBGgEbARwBHQEeAR8BIAEhASIBIwEkASUBJgEnASgBKQEqASsBLAEtAS4BLwEwATEBMgEzATQBNQE2ATcBOAE5AToBOwE8AT0BPgE/AUABQQFCAUMBRAFFAUYBRwFIAUkBSgFLAUwBTQFOAU8BUAFRAVIBUwFUAVUBVgFXAAtwaWN0by1hYm91dAxwaWN0by1jYW5jZXIPcGljdG8tYXJyb3dkb3duD3BpY3RvLWNhcHJpY29ybgtwaWN0by1jbG9zZQxwaWN0by1jbG91ZHkOcGljdG8tZG93bmxvYWQOcGljdG8tZHJvcGRvd24WcGljdG8tYXJyb3dzaW1wbGVyaWdodApwaWN0by1lZGl0EnBpY3RvLWV4dGVybmFsbGluaw5waWN0by1iYWNrd2FyZA5waWN0by1hcnJvd3RvcAtwaWN0by1mb2dneQ1waWN0by1mb3J3YXJkDHBpY3RvLWdlbWluaRFwaWN0by1nZW9sb2NhdGlvbgpwaWN0by1pbmZvD3BpY3RvLWluc3RhZ3JhbQtwaWN0by1rZWJhYglwaWN0by1sZW8LcGljdG8tbGlicmEOcGljdG8tbGlua2VkaW4NcGljdG8tbG9hZGluZw5waWN0by1mYWNlYm9vawtwaWN0by1tZWRpYQtwaWN0by1taW51cwxwaWN0by1leHBhbmQMcGljdG8tbG9nb3V0CnBpY3RvLWZsYWcQcGljdG8tbmV3c2xldHRlchJwaWN0by1ub3RpZmljYXRpb24LcGljdG8tcGF1c2UJcGljdG8tcGRmEHBpY3RvLWFycm93cmlnaHQKcGljdG8tbW9yZQpwaWN0by1wbHVzC3BpY3RvLXJhaW55DHBpY3RvLXJlZHVjZQxwaWN0by1waXNjZXMRcGljdG8tc2FnaXR0YXJpdXMNcGljdG8tc2NvcnBpbwxwaWN0by1zZWFyY2gLcGljdG8tc2hhcmURcGljdG8tc2hhcmVleHRlcm4McGljdG8tc2xpZGVyDnBpY3RvLXNvcnRkb3duC3BpY3RvLXNvdW5kD3BpY3RvLXN0YXJ0b3ZlcgxwaWN0by10YXVydXMKcGljdG8tdGltZQlwaWN0by1waW4PcGljdG8tYXJyb3dsZWZ0DXBpY3RvLXR3aXR0ZXIMcGljdG8tbW9zYWljCnBpY3RvLXVzZXIVcGljdG8tYXJyb3dzaW1wbGVsZWZ0CnBpY3RvLXBsYXkLcGljdG8tdmlkZW8NcGljdG8tcHJvZ3JhbQ5waWN0by13aGF0c2FwcAtwaWN0by1wcmludAtwaWN0by12aXJnbwtwaWN0by1jaGVjawtwaWN0by1hcmllcw5waWN0by1hcXVhcml1cxBwaWN0by1nb3RvZGlyZWN0D3BpY3RvLXNvdW5kaGlnaA5waWN0by1zb3VuZGxvdw9waWN0by1zb3VuZG11dGULcGljdG8tc3VubnkRcGljdG8tdW5hdmFpbGFibGUJcGljdG8tcnNzC3BpY3RvLXNub3d5C3BpY3RvLW5pZ2h0DHBpY3RvLXRpa3Rvaw1waWN0by15b3V0dWJlDHBpY3RvLXN0b3AtMQxwaWN0by1zdG9wLTIRcGljdG8tc291bmRtaWRkbGULcGljdG8tYXVkaW8JcGljdG8tcnRsCnBpY3RvLXJ0bDIOcGljdG8tZnVucmFkaW8NcGljdG8td2Vic2l0ZQAAAA==);src:url(data:font/x-font-woff;charset=utf-8;base64,d09GRgABAAAAACbcAAsAAAAARSgAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABHU1VCAAABCAAAADsAAABUIIslek9TLzIAAAFEAAAAPgAAAFY2V0QxY21hcAAAAYQAAAHHAAAGEN5SdaFnbHlmAAADTAAAHmcAADOMdJ4Z/2hlYWQAACG0AAAAMQAAADYbk4SHaGhlYQAAIegAAAAcAAAAJAKqAf9obXR4AAAiBAAAAEAAAAFYVo7/4mxvY2EAACJEAAAArgAAAK75NeyubWF4cAAAIvQAAAAfAAAAIAF5AZ5uYW1lAAAjFAAAASwAAAI6urvZanBvc3QAACRAAAACmgAABWOKGr4ueJxjYGRgYOBiMGCwY2BycfMJYeDLSSzJY5BiYGGAAJA8MpsxJzM9kYEDxgPKsYBpDiBmg4gCACY7BUgAeJxjYASCCQysDAyMfAybGRgYlKF0FQMPgxMDAxMDKzMDVhCQ5prC4PCK6VUEI4grzsgEVAw0BsQBACw0Bv4AAHic7dQHTgJBAIXhH1ixYe8VQcXee8feK6Ie0fN4jDmEOo/nMZzk28n+WzLJThaoAzLRfJRAOiGFxnesqVrP0FTrCV/xPIvuSIdK+Pj5gZAOb5rjSMVrn7U5HZ9J4puz1NNAY3y+mRwttNJGOx100kU3PfTSRz8DDDLEMCOMkmeMAkXGmWCSElNMM8Msc3EdCyyyxDIrrLLGOhtsssU2O+yyxz4HHHJEmWNOOOWMcy645IprbrjljnseeOSJZ16o8Eo1LjXL/8jpkOT+zqr6pqbvHzKGWmLaL6HOtGdC1rSXQr2h1mCoNRpqTYZas2mPhZyh1mJaXWg11NoMtXZDrcNQ6zTUugy1bkOtx1DrNdT6DLV+Q23AUBs01IYMtWFDbcRQGzXU8obamKFWMNSKhtq4oTZhqE0aaiVDbcpQmzbUZgy1WUNtzlCbN9QWTP+FsGioLRlqy4baiqG2aqitGWrrhtqGobZpqG0ZatuG2o6htmuo7Rlq+4bagaF2aKgdGWplQ+3YUDsx1E4NtTND7dxQuzDULg21K0Pt2lC7MdRuDbU7Q+3eUHsw1B4NtSdD7dlQezHUKobam6H2bvE/SPgwqr8hc+FoAHictXoJjCTXeV69u+776J4+pqdrpnt2dmdmp6u7a3eHM7O8lsvl4aUiKVJ4SKQoipKtyGRMKlYkkRG5DBg5Em1aMCXTgGBFFC3kEEEZoGEkoWzBoRTApoE4pmDIoBAbpkzEVIDEsSKHm/+v6jn2kEwESB+vXr063vUf3/e/p1ENP88RoulaX9PK0XQ86Ms4VaNyKJXsD8Y7JPdIMUqT2CMyidOnTNeNXXfQbkpTp4KxvnmMSSlZxpxv+6kPv2+v81AyJq2HTCW5dN5hKtPRNI5VQU0va57W0IbaUayvS2KXHCaTYjAZb5MM68Y2lEkONbqkv0Ym42m5V/4tr+nB78UnTXfOc6JoLgy7T0C+2/S6KXPCcC6KfsXN2g03dQI3c9OgGcDvp+ozt+EkXTIr08isPd/SQmhJiv3rr5PBeDqaJ+V0lP1IsPu5Le4Thi3ueT/kfrc6Y/cLx2AfeL9g8Hg9ft+Bt/S1w5oWQX86OFoxDN0WySfFBMezA7nxIJ+M0mya5UndlQ95TTfws2whu/POcC7MpDBc4d8WmI5pEg06+fONhSwL/MbPQz+dDz3EVaYr7yVfmaZrVE2v6j6v/UjLof1Zie3uEo9k2BWXrBOYv+FkjeyQIU7jdLR4++3ClUQQARlIPXnbHVBQnXNOpPvXs6O8/bbL3UiEpp8/jxVD1W3tKu0m7d3a3dpHtI9rj+Ncphl0P+vSakZh5mBCy0l1yPouSWKZwyHukk0y2oZpHaCEKTmYlvgdrxE1rSZhjUx3SB9lLYMXQPEolfA+mJiinIK8VLeUQ+wujjNOGdTdIfWYj6dn/ZYIuxH1W17QCR8KuoE/F7i+m237LZ9RrwFy4D3kNbxOAkOeMkFZ6grmt+5jkjqUM0K3g8wyxXws4us4Y9ynjNFHiKBwWRJ2N+XUokwQm5yAK5zz/xr5UBUJ2/1OEHT67ZBQ2exk7irUSJnX6DQ8qC/pUtv0YBglkYHS/Tl/iVJFTErgXbdkgRWJuMVspy8FvPQIIYxTA/SIBgSqEgwq5U1GfQYfeK22J3+vwnwwzYQ5SPJJmRRqWExeffEfrhw7ttLr9V6956677tm79yWCOQH3qmGZ5S+dhs8TN9xww2/esC9T3wJ5Rp2ohxj1AgUIpKjcukgFLtGR3XcQ+GCLloYDj2yocqOcEm1KyPPJjV8n34bM129Mnq8E6fz56tDD1qNsKBlnRTraIRnqyRZUu06yQT7sS3WWGPLeb3JOhc1/jxi2QQgnROq/IA3yAzj+nnAE5y/9rNQN9VmwTYToRMcmadVgaX8D9eTainYKNLWvhgqEqKgtUN4fDoZroDVZmnVBgbcJyuNEJUUC0jpF7fVIWUxyBTJZq/dExVn60UHuW5Ogk89P5+E37EQ2FdAmN/aHcX5F3t+cdD1vw3JtQ0naWRYOEbrglnCVQbQ0HKsgnJ9sT+ZTN6SUSZK6lpNvnjrR/8p11D7hGrZNaGAtE8Z0G4wp0WXVH1Lr4cx21eq9qw6o9uLiebl44uAd+7psaRmMy7q2qb1N+4T22UqX45nObZL9fDG8fPlF91xiBLbpvgGgcZeiAaBoAFyCFgAUHk3AZFzp+sxM4AiD5Z/eg7p3JSZfw+Qko4yexeQknj6BuXVMPovJDibTcD4iwZwPiv8w/L1WQKL5sNJ9M/Z03YvNhy3ItBNiGU5IOaGsZUm/leAbla3AIkhuWWgYQPurtIe5C39/BO+mQWehGwTdfhuy3cACk8Oo7kdp5OtwsEDjzVi3OGgy2NXUNOEGD541HfCPFKTV3ZPNHx6QzVFWZsNyMDOXxQhGZxtMO4wVSmptUf9u2Xz875RN4/+LbNLz8EH11xJtHi0AyKNKs0Ri+wro22A4mSronZqk0DcC/X2giOYWe92oWXY2R5g9MeemIf7/Kmy1Qs96Vg9Dx61zX2XsaQaDxvbkt9BOamdx3MALdGlW1N7gMHGpSmq53CJrdJjX/mGTbNMSZKvI6vGdKfvuQ/VNxaNMNJabzGegSj5rLjcE0y8t4ukgSQZHMAmxWMeEaD/pkf2i9dmTkFw7exQSTc50+xXQy4a2qG1oW9qZmU6qHHWszItu1dY1bOlMWSUqX14c0MQf+8T/EDBdXxVSiBHhUnEPEvHaWy7cUYYk+CfSUPi/EY/KUFAGv5suvgwyIWZzRbQFmKubtHdq78H5KrIumyeJcplH8uEaWyeTcpuB6QfR5zAdXQ6d2GYwIWtc1ZZ6Jv57QLEW+PH006lhAfoz0fGYgAtXJheepmmzGzqKEOWE3eaOu5dfDLsAIhcxCcNmc7HZHCnDcAwDm3u5N+2eZvWrLnjv7GQ4eyEkGb5xsXkI3+gY+77oaRiL2u5qJXQIOpfUNu/y+XuV7djKS7yLj3PSVsqWlufdpzCn9nOm5+1jhNegvk3tmgrjT8bDjcGw+s7qQCevAHKB8xtNAfpj5SXAsCloRmW6YUZgxPdG+1TcIoCChKLcm5tvebr0oUEyCAMJX9tUjrJTEOxU0ajVigzHCW170ImF0A1pQtNssMd+a8Ez59xmEDsKPqG0DTtxUitZH2bZMAvD9nLntBs5TuTu9QP04vswgotgV5KFSVkNjyoA9kxRSOq2gq3JZ4SCAD5+JBtk3rFbAr/db/uG/ve3vXS4nmW/lS1n7TTrBE2w4r7fCZxM72RZC4pncwRP/xBmqIW1laMsncF4ACIVoi8ScE85Iq7dUflGOwiPua7pMnrsGLe9B4/GDtAV3/83Ybx06zvCyNK5+e4vzwEfeuaZM4D/4Ie+/P/M7Ngq1IM2Hn41DAHDjwSi8p3KpWsUnekuPMnvawV2Q/dtOwjHveOLPSbACCthr5TFwBfNyOl7HBwPk+e5IWMzPXY8zZqDhaMmEVButaxG1/CXRhsrrm6BdnOyi/9ehJ7HYFYnRQk9BoM5wV5Dn8HlPDkQhw0nc5Lm/GDwwGrHsg7RXru/+kDN7wBjEa2pDbTj2hWVRc6w6Xmyb1k3a0aX90G/wX9tkaMbJY5pUpntYlR1eagy9V+cmESuck2knKYeuR95ipCnSOcXuCIfM10JByUeO3kSHIj7tBsTHW971nQF5HfIbxDyGytKSNf850r8qlDkrsXFXWyqaU/hDE8WkgUUkKeKAz5rThvDLBQZNrLYbX4NcobIDWcQKKux1qxfwwlMzFfolYJTDvhe3MLBbE6vZFKd3svxq+urMPj3XjXB2/jbIAX7eDUz5OfgeBUc6dUTruAKuNt93d3FBvvjiUNZoKQXCJFhvGAEE4WThbAepin/YycioXPOiRLJH8VXnoPKktA+tLDw4Q8TLXB+xwlJ4PR72Ab+jSpd6EHZF3u9JN3nAq9U86khGoEpmgBgBoicFmAbJoBHADZ/Nsu6rSwMsjTwbEuXnEvdsr3/ZQRv/BJ0ilFC6L2YoE7VPpuADqfAmIeVXm1k6TzJL/S+Cs5SRDdbRJU5QIZXbZNwfFfkvIh82NHFi0L/4G3//q472WsGUCpgYZ9x4tiBpEc+I3RdPH7D7ddeUzEj4Bja9yC3pl2p3YA61iG1lsExAbIRz1A/6NYOKcrJEKAoX0eK2ofyLE3AR4GaTxCGldOspgvjTfJzTIVt6GFTjgSXNhfK4uDLyHHZosLwfRPUvWFFnNK5f9kErtJwQodaQlc8it5kliR8LjDCRnduRRIAnpISSl1dyJV2KwuAshqMGLo4wmNbyKtaaTK3tMS8lLF/h66YHrTt2Evws1GQBwX8b918aRMlu/7DR1VjgPc1wZqtg3ZeDSPx9+CJBMcZBWZPRQFJVuhoBiWg54jvO6SO0yR5dXM+AaWeCR/cU1S+uIuOezD5tK2vttu6/KLUf//3wTNQw3ZM276Jmh5x7eR9nUbDXjIALqgrbFsI8UGjpS8CBdbWTEd83gHvKxvnrlHGx83QSrdcyzbdLSMw5raMFUPZwoiFIc/pC7bkM32m2neq6JWSKEloqWoimWYbQCTpdHKcTNfJoK++RBhh5R+A5ZD8D09AnpnsDKGEn2EG+88EkqlCJT0BOcaupyDL4npG9/3BL+757BlvrPDUj8mHwhDwU5b1wIGcDj5Q6Kb5BCSGIKZnXZrZtVMVN4M5qkccw0lP3Xvv0XvvJRqmR+/VVK1PcJ8DfmoISPiMdp/2SMXda+Y+zGt2uH+GoZN9Vn8wfyFzQ2NykLldJnRT/gTidj9GLAaEoVA/diD/oSpPQZkf28txpGyACGaUrd+sGZvHqVdFTh7GaE0MhGleMNGy4D1+K8UwiLQBMTPJnQlQLLIEVgbTi7MXJD8AV0+C9kI7CNpBYxGdv+nN+ZS5jTaGhty4Qy29qYhJZCJ1Tv05z0fOZlecza44W613/7vSp3Ed+6oh23A3aFobsp0qfjIjJGi2wbTAiCcYrbu7sv6SnESzf2WBNvp7bJb5qf1rHxD8ZhBDPt5hUmcngcHBtc+xvez+5dpmg0S8CgKBMor8GiRxqFAxkwLOMKIGTCAroRT0fJu8Grb7DL7tsDHPdJ3NNy4u+G9RvLW4uBVHfjGfzhf+had78R48IJhBy5CpIXihYZkBfCDa3LlpWG5GJ6bhsUevJtr91547huebZVQ+2rrg+XVN26nhLpqVvgI8J4EoJhUwqAZu/1gHh9SfWFZgt4e+iuJIAbO35wAtNp3IaQ3mpsfthmFZxpfidqAbhh7MWdbzz1tWnTrGr0etZva2csZZK/1+U2tjK5YQbpFBFUuB2aQzZahQmRpjpAivx3iKxeBO/biYpqzglqKkAETmpSdOpH7Ychx/dTWwnd3jp9OhH/mGTze4rnMy8vIwXfZjz4uD5Szo2oDmfLvbn7d9y/Kd7r6N/wsYnw4wQa10q77P4mPlJKsZ7DrB0QIDS2P0pwXesU3q8FllssF45P33e0pJoduEm5zYBuBAmfqgU5wDh2OE6uLpQGcY1GRcHF7+6nIU/SWAe8l160E0YR+1QSEkzzxBqbiRGsajXJegv4Tr7icQVUaPPx5V8am/ncX1PIwAJKqO9GRgTxKifdxqrfsJFiyV81987yo3l5rdpX6/V3TY+h7Of04ztAR1q+jQfLhFyqNFBg67n2/RU2DyrvstcgqOXyN3kHVC1vEPWa1aZ6jqJnvsuY4M7JnE3SA/zGl2gC8j3EOF6Q8AYh/gzsVxLkAVBFsHQ7OOStiVhz+HWvorXCn2HtBBzt9bpVcCU2ZX4SWiSfHyAoNBnVA2Bg1nCy9z9RnD0nVbP6ZbOoHs8dlxlxOe194A3H1I24ZeY8Cnimmvk724BRRmSOPrkNk2qSQxu1zhYwxapgx+aiSUEqMHqGLthYU2U5yxRqvVYBjpYo7rOlAEfs80YfZfpwR6+DtSsRNKnBHqEAM4snFiw6NUKWofWj/kUDWEQmOu29Ip6ACVURJJqmYy+jcVDvFrHJJNK6OXV/H58ZG/hBop/TohNSZRlJG/As/7UfjvyfgPKvx9CJ7P0L/s8f1pORgiuEDio4qDUZv8u5GT2F6j0z567Gi73VjKIv9oi/u9zi00XUzTxSOLaZKnRHMj15BudRMkrt9z0yaxoml1R7p4eCmd4V2Mj9fRccA6Lw0/eOLQoTt+/fF9PUQ8jOtX1VoPcE8wUDWLznZZ4D/Nlhu9rNfPeo3lJi7wNBogiivNfFIR7ry50ljGwoUM9eTNStb/EPELOGNQ1gpUrYELLqcDoOl9jwKemch5ko7K238SfikIOIWRFISLKeQYuxr+hEhxNaP7MWOi/UAbgU5KNQWuCSNY03vwB8DvM6gRUnDkQ8DDiHPztGKh0KQpDKIfSC/UYwu8JOkdi5VtOVYjlApAXCtwF0JQ6COri70o8P9IUis2uWGAa5WS9ObcTlMHhzrPKQlS2242s8HiUNnQLmPWrh9quhbA/OfaEW0COnAdxvT2uHVxSWb4/3RpAUhCK4o+7EZRuz604vi5t1x4OpqLLvq96y0V7a/VAF+tVjsAM6QSZlcdJsM1itTiYITrnyxMbNBgywzDZHFVupLa015QLS9hcutgHgwvTD1KhFK9wZeDbr8KRXeDPRzwLTjg+kBt8naxHlBXdfFS5iXrBQf4X9XyKFNHn32WaA8/vLf28Ar0Q1tSEyQAiLl3CVtGtJsD+6NOEDgftYObX1rrOUFo/yMnDO3emlZp10zXPfC2y4CfypmFPkAAM6SbGB8oJ+O8Bpfq4qAmuED1CpL+r1XJ18C2PAf/BQxX3ndh0tveBvE1X8YbIcnIywR+v6bquOVwN2J563CwiwVQIgPgi5We1ytEqkQcACaor3KJy1TgZ9Os+m4z0NwBel/0w8NB5Xwxmz+cb/b7m/mgNwLX3t80AODDcCsOON8C0Gjrns8JER0M3XDBSDBnAEpGqGlTQKtaf/PUZj/xj2LMfrN/DDTNzFyliGulhgEY17QBDjtUgOuGvsvMpxwsu+BtQbXdNXecrTFwvju099XsN6+QApJfXIxJdoF9iVE0jMAgu6/igxjwGub9KqAG99a8GQwZ2ieFEYe1qpcT7G5RFqnCG4ENWI6kiPa5aRkGIIXCs8EUmVIC6wXUbgrTIs61t/zyY48tMnAFgIXA/+j+OUoJ8EJWMQUmReupOD937jxtNIUEMbd+lgudOeirwH1w24aBM/jHuQFGpdmkpJccOg6ualzgQB6tdIOv4q3AE+7gHFrwyOLpXXwBY3KiiofuIspydlRZWZHiSeV3SwRRddSvgqOzBEFpUs6gKOhU04kd/N8enWmFvZ5uHdWNVmQESoVxqACdhkoPTdN51goss9P+OqLQJ1v/GA/vvDs4O4xac5Zx1cRIbRq1MJJu6Hr1B8xKLcMyqGf19uNXr1U+KsMl3D9vfeXdc9uvtZ7/B+2dPSxNqljiBLUEzUwFm9GMV2YQ2l47z37lvGbUbttLknai7DkhLSeEEw+YEVCkuVxIP5wLkC+daybdJEkXp3fetdBeCGM4a/rtfsdfnu9Fsd9Z6Pj7cdqXKq6MOxMS5ANqArkD+afHR4+Oi2I6LYq93Cf7vflev9/Pu4v9n+n3uphfhPzu3hHolw2Mq4eRo+jC9YCDSzkbYKxADutDrYCnKi2cn8xXK1rzk5sBMG4gaNRm1yBxZtcguaHXOwk/jc9s3Rtaqq2AvOA6zAB0J981eAC9agHJZsjL3UVjQA2G0/FsUTm+7PkjTLKdVSGlWAVyJzl/RwgfqitC/SDwKVF6I8uokoQmCeKt1POqM9vGs78AjntcidNCHcctBPxFJv+4cXzzWIMTMDBJMSlSBhyjsXT7EpTorHd2AWAsXWkcz/AOFq1GeH2GbaCn8ELo5+CSPqajWR8vav+/Bphx4xRjbdMbOUb+FsOQYeuhmdD289C+a3T5TqlfwwBm/hlXL8ztzAGHNlgyijkYLI2df/P8m5W8mloLOSsuOQDmIfB6sEEwmfsNKRACYUPC1xFXv86ZPf8kVzq7eSp1XW5dByibs9cRa7/ObXb6cykHSzJrgdzGJvwS9tXci/XaVaQaVw9v1N6lvV+7X3uo8sv7e0lKXFTHvTQDtPs1fcAdNdNR+WPFLzuwBJcfXI4rst39Ktv1Jp3dCMzwYJUPUw5zya4nMW4LSSgTn6Jw4JzQmIqT6VKaLh3BJI16UdQbzIfh/AcwiNJBUP/bmHTwdJnE8CxN4C3/lkAeOElCxbvrty/PboJnWnBt9nIYLfAeSV3vv5hVA4kd9ga9MJofzEc7+PTu7x2zt+LjtG4rPL04awpUgPHeaqxRbxOtW/MaiisZ0xLw/TYFt4mLHeBZ5XLj5MmjQXC0Sn/36aQsl30r/FLi2RGevNLYvQap8XRke4cmYE3iskzwZJdDvQlfHVBPB+qqEd8oxS0JSYEWbzLL0fxU0onjTnKqV/ZWjlx/5MSdx1eWT902zj0srYqhtDh+54nxbaeWZ/E/ZGhXam/XnoJ39zGATCvPOZmtyRe4slYv2SF96YMMVyv3JRIFDKols5UbgHuqvh8di6rWrEbTrCapGGzdCxlVCw2ANqqlBjgOhpNqV1cdYoIjsNZhJTYVnS0e3t/7YFn1TifK/NZ8yyfCaoF35TRwDJMmbQ+u0LATeC2fRvMbuO0BPq4tJBNskXILaQWjlodi4pvgTAlueCJUEQt3QhG4QnEjkglgxWb0fNgNSdjJu6HlNbtNl1O/7cMPUI5C18stPTHpfOI1PSvs5rhbqhue4a7JOPcEwgX2vqqi6m0EG3BhLRc0YK9tF2CcWFvSrtc+DL5BzpbQEMuUMq+imbi+WUX5XVyxQbJcLzjNBnov/p0fWKcq1Fu4587AyXw/84+sHYHBbbYXpj2b5FuLuu4uLg+8yLU+xDj2E9gaYJG97EOXLSWa4WRbW2kQhoETOCCIbVvXF7dy4ji+GxfjjUueqLIvXb54F8e/MVtf7EPPJxjsV3KNgvwUo2zSr9Y0waTT2V6TLcS1xRtpYLsrrq183ySZp8BRBfN2SInd6ACpm4ss4H9R+qJjtLzn7BhAmBmYfkoPu3bSCnqZTXhodfzbdWEcXL/9rrZYrfxUIaHDBKcCg1S1qsCkbFYzh+BayWFS/og6ur16+PCqrTsA5eDDsGQtjQ8UPXX1ScyCrMA1p9VotJyLzm89u7zHaV6DL0Pkl+SNl19+7eW9+P4MX4DtmGlqbdfLWr9riz+Epy6PKXZOnrwsmHjy5GwN6m8r/7qsHXsrKOLHYIbPg889M0afOz4Dvpbzq6sojg6ooNEAVKADO4QzylyXUXnQBwNGqJzwd6L1jbW4csOL78zRDS9d7JZn+zXuqtYfGqBVI21nj6MNqs0zuxFvVAN10H8Vl5yks5O7dDuOifUV3SIY5/xz3QIwbD0DBzj78qwUZkD/pmXb1jd1G3JwERJ7aOsPYvZBLLw0N7MB79L+O8zePLR3DdEvGFdcrACHO8xx6RLblQE7GU7QK2e4zpWrAnESKMSnEtuOqXLaNxZ2YK5LfpPnui/cdnjjE72NwScPjYIm6SS67jfI9+6hlrXp6br5wNTuOP9s+MLwhReGGa6SwuevCQXe2NfWtSvAFuH+2J/Rfk77mPaY9oT2q9oz2nPab2q/rX1D+4/af9L+gCyQj5HHyC8i6kjycV/BYI0mRYxuK69K4jTuQ8FoPBjvDexk48AoX3KSj2K1MUqyfDioFu+KpCwUnAFtg0tV0d6xjgvPlvSqfIanQ8hl/URl8WiLjot+h8ajSTkc53UDyy0yQEaIozoaFwdS3H+KKw1DgE3ww7CvR+GPm0uqJEdNhx/uVJ4Hcr9Nd3C3bw6Z4Xg4UDu4FTBLPQrUv6x46Bi3fxZp9UKcSTgFj0k9MFUpvr4yFjBSyFbhLdBnlZeVNfNAtapn1sl4C/Rrh+LybvVSSLwqWp6X48OkLKTakKCG8OSfCI68kemUPi2QqTKuUoA3ktIrOaWK0qtYdQAnBQpVmaMJxw/Y29NcUNbG5C6hp0DVhb5T7cDYwNu20FR9EnJQwXvEKjy+AH90ypvf/7M//dOESqigMm/M5KawbEeXruMKHXyyoUuTSwXqoqTdalkWl3LBNADfCh1DSDJk3DIYA3qAQSHOTwIplqZSJhht3bBsKZ25liXdpq1TogsO8F/6HEA7MQwABbbpWoaoFus5cAKOS+0Mo4s2h3YoBTZGmBTv9kzq0B1EfMIlS7YHoBEwIIBBMEXgqRUMGkaZCfYb/pdkgB0IAaheSqXrumdI/NnQcE4F9UzTA9wCHRC4T4JcfIRZkKL6/M/vf19+9z8A1jcMCejBkSqStrRMHXApBkKA9TNhciFktW/LMy2uDNd3dK4o001oP7O92JOEOQ7XbStQS/vPUI4vMHwDxt8GqgGzzYFxGcIkBjVs/arTluk4UtpWKGFydGVKYeOeq0i4wjKh+zCV5ApTiONXUrPdFsK6CdkG2qh/BTY1AKazChb1Wu0m7W3ardpd2j3aR7QH0WaVaVYAyANgC0YLtHqYxHX4tUyqJSncD5GoBP9qKQEePU1VmsSZGoC5U8NyNFB55hEMja3johBqVBVnBCnfJnARnpxkqUvWQCPgUShzyfkbwwSkZvO02yHs867O6BXE8c4u3fOelZWVCbGdyIaJJQ6OEMo5WyIumG6nCtM0fd2EwTIiB4QGwOKyM6VGZDA9MlOiA1yj02f8pVXnWGJ/2e/uxCeycz8dMiK58dPOewdBErT77wVfbqTG0NiyOjZb4NTFYBgog4AKFJHEFixnXSZ00EML6C3ItIUIURnE7zFgtQ4HEeXKFyDOVN/FGujPhzDKWll72gN7kHZ3LhwMXI4H5Z5HVjJGuonLkXtXvxcwLtgXMFj6dtTqt/tZ5n/Bz3hyM5627qbAbCS9m7MYzj/J2Vm89QvIleDJ6tbMP8v4p6ob7oZbXUrvbuGz8IL/C+SGfDsAeJxjYGRgYADihT9CJsTz23xl4AYJMDDcTVM6CqP///n/j3ENIxOQy8EAIhkAZ3wNMQAAAHicY2BkYAAiIGBc9f/P/3+Ma6BcBAgDAHemBap4nGNgYGBgxIr//8cuDpODycPYyGIoav/iNpeQHbjE/v/BrQ8s/w+7e5DdTMheXGZgwSVANVFQ9ioIDQCnxS+ZAAAAAAA2AH4AoADeARgB4AH2AggCKgJAAnQC3AL+A8IEKgReBMoFNAW6BfIGVgaMBsIHCAcmB3gHhAfQCA4IOAhyCOAI9AlgCZQJzAngCpwK6AsiC0ILhAvSDCwMSgxqDMQNJA1EDYYNlg3ADfYOQg62DuwPDg8aDzoPig/wEHoQ2BDoESoRVBGQEgQSQBJ6EzATZhOUFGIU8hU2FXgVhBW0FgwWZBamGLYZbBnGAAB4nGNgZGBgCGOcxCDJAAJMQMwFhAwM/8F8BgAh9wIZAHicdc1NSsNAHAXwl36JLYgouBNmJYKQfrjrwmW7c5FF92k6SVOSTJhMCwVP4Qk8hUdw5Sk8hUtf4l8sYicQfv83b2YAnOMNHurlYdD869XCCadvt6kLcYe+FnfpW3GPvhf3cYcH8QCXSHmD1zllcoUncQtneBa3mb+IO/SruEu/i3v0h7iPBT7FA9x4j4HLZqZwaWSKQCfbLLSHyS8X2lapKdTYHx2kc11oGzq9Usu9qnbJxLlYxdbkqm7oLDOqtGajI+evnSunw2EsuR+ZHAEcMsxgUFApokYBNBJsuRPCHu38ly540qLiXE8KY/gYHenO2S2afshUY8X+Env+K+z4/oSpQ8w5Zscgp37u0LwvoxXKZm/DJGLuY92cKjHFkF/8p+83b+dfoyVoXnicZVNnd9swDPSlM4ljx2mT7r1H2ibde++90s+URMt8pgmVI6r/faUY9NNr9UUHkgAPh2NrpjX54v/fbwMz2Ibt2IGd2IXdmMUc5tHGAjroYhE9LGEP9mIZK9iH/TiAgziEwziCoziG4ziBkziF0ziDsziH87iAi7iEy1jFFVzFNaxhHddxAzdxC7dxB3dxD/fxAA/xCI/xBE/xDM/xAi/xCq/xBm/xDu/xAR/xCZ/xBV/xDd/xAz+xgV+t+UKlnlZFQsG3JzgVJpW2yxvWUplRabpxs7AqJWs4MdXkZHuKQzbuTII6R5PIYmipqJdWGmWdGhVaWpUP/NxkWWbKLzH846U1QmtlhlwjEemwFDaW3KrhqWAmfcrz8ULEtj7IvHI5Ukb1YkCaUuEVGb5UmT51I3Re5FaMuOZQJiKZnWAtiVe1SqzoRGyGFWvDF9cdK5PzZl+kMiEact6oOigiVia4dmy1ECaS1ZRXo2BqfS3yxQk0snRa+koUFsiQV3016YSLFiI4yXSLrL/Y0Kmp8oisZFjo4DjZCmXGTMLKLKRxrIVyqXQsnxO58l5YFRy37Co3FIr4sJPCpgMu6QbCyl4DT4Yaj2qVSctSObK+9kfMpGAyHko1EutpU1rO8yLY4LgBr0bTjpVpmlbLvmeKvlS1cO3YvhMq5fxKMLv8nyfr3KlCYsykNiu+xCULS7VPmH05EN6JIlqxeiLGT5NsHo2TDmQazVBJKF108u+wpSgPLCdPmbIy9d2GGoNqgp1GrKlsbo+Cl1G8YMyYZQ9GbAqlRaKjTNbFiTtDZezN1P6IAquhpyE3Oq7cGJLoBVe9t9W1ZrDea5JQWaYjDREyRfFSr+emaD0+j2Bs9VyipKVMnPKy1foLtYLJRQAA) format("woff"),url(data:font/truetype;charset=utf-8;base64,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AGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAHMAdgBnADIAdAB0AGYAIABmAHIAbwBtACAARgBvAG4AdABlAGwAbABvACAAcAByAG8AagBlAGMAdAAuAGgAdAB0AHAAOgAvAC8AZgBvAG4AdABlAGwAbABvAC4AYwBvAG0AAAACAAAAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFYBAgEDAQQBBQEGAQcBCAEJAQoBCwEMAQ0BDgEPARABEQESARMBFAEVARYBFwEYARkBGgEbARwBHQEeAR8BIAEhASIBIwEkASUBJgEnASgBKQEqASsBLAEtAS4BLwEwATEBMgEzATQBNQE2ATcBOAE5AToBOwE8AT0BPgE/AUABQQFCAUMBRAFFAUYBRwFIAUkBSgFLAUwBTQFOAU8BUAFRAVIBUwFUAVUBVgFXAAtwaWN0by1hYm91dAxwaWN0by1jYW5jZXIPcGljdG8tYXJyb3dkb3duD3BpY3RvLWNhcHJpY29ybgtwaWN0by1jbG9zZQxwaWN0by1jbG91ZHkOcGljdG8tZG93bmxvYWQOcGljdG8tZHJvcGRvd24WcGljdG8tYXJyb3dzaW1wbGVyaWdodApwaWN0by1lZGl0EnBpY3RvLWV4dGVybmFsbGluaw5waWN0by1iYWNrd2FyZA5waWN0by1hcnJvd3RvcAtwaWN0by1mb2dneQ1waWN0by1mb3J3YXJkDHBpY3RvLWdlbWluaRFwaWN0by1nZW9sb2NhdGlvbgpwaWN0by1pbmZvD3BpY3RvLWluc3RhZ3JhbQtwaWN0by1rZWJhYglwaWN0by1sZW8LcGljdG8tbGlicmEOcGljdG8tbGlua2VkaW4NcGljdG8tbG9hZGluZw5waWN0by1mYWNlYm9vawtwaWN0by1tZWRpYQtwaWN0by1taW51cwxwaWN0by1leHBhbmQMcGljdG8tbG9nb3V0CnBpY3RvLWZsYWcQcGljdG8tbmV3c2xldHRlchJwaWN0by1ub3RpZmljYXRpb24LcGljdG8tcGF1c2UJcGljdG8tcGRmEHBpY3RvLWFycm93cmlnaHQKcGljdG8tbW9yZQpwaWN0by1wbHVzC3BpY3RvLXJhaW55DHBpY3RvLXJlZHVjZQxwaWN0by1waXNjZXMRcGljdG8tc2FnaXR0YXJpdXMNcGljdG8tc2NvcnBpbwxwaWN0by1zZWFyY2gLcGljdG8tc2hhcmURcGljdG8tc2hhcmVleHRlcm4McGljdG8tc2xpZGVyDnBpY3RvLXNvcnRkb3duC3BpY3RvLXNvdW5kD3BpY3RvLXN0YXJ0b3ZlcgxwaWN0by10YXVydXMKcGljdG8tdGltZQlwaWN0by1waW4PcGljdG8tYXJyb3dsZWZ0DXBpY3RvLXR3aXR0ZXIMcGljdG8tbW9zYWljCnBpY3RvLXVzZXIVcGljdG8tYXJyb3dzaW1wbGVsZWZ0CnBpY3RvLXBsYXkLcGljdG8tdmlkZW8NcGljdG8tcHJvZ3JhbQ5waWN0by13aGF0c2FwcAtwaWN0by1wcmludAtwaWN0by12aXJnbwtwaWN0by1jaGVjawtwaWN0by1hcmllcw5waWN0by1hcXVhcml1cxBwaWN0by1nb3RvZGlyZWN0D3BpY3RvLXNvdW5kaGlnaA5waWN0by1zb3VuZGxvdw9waWN0by1zb3VuZG11dGULcGljdG8tc3VubnkRcGljdG8tdW5hdmFpbGFibGUJcGljdG8tcnNzC3BpY3RvLXNub3d5C3BpY3RvLW5pZ2h0DHBpY3RvLXRpa3Rvaw1waWN0by15b3V0dWJlDHBpY3RvLXN0b3AtMQxwaWN0by1zdG9wLTIRcGljdG8tc291bmRtaWRkbGULcGljdG8tYXVkaW8JcGljdG8tcnRsCnBpY3RvLXJ0bDIOcGljdG8tZnVucmFkaW8NcGljdG8td2Vic2l0ZQAAAA==) format("truetype")}.icon,.rtl-picto{speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:inline-block;font:normal normal normal 1em/1 RtlFonticon;text-transform:none}.icon-circle,.rtl-picto-circle{border-radius:50%}.rtl-picto-spin{-webkit-animation:fa-spin 2s linear infinite;animation:fa-spin 2s linear infinite}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.rtl-picto-about:before{content:"\ea02"}.rtl-picto-cancer:before{content:"\ea03"}.rtl-picto-arrowdown:before{content:"\ea04"}.rtl-picto-capricorn:before{content:"\ea05"}.rtl-picto-close:before{content:"\ea06"}.rtl-picto-cloudy:before{content:"\ea07"}.rtl-picto-download:before{content:"\ea08"}.rtl-picto-dropdown:before{content:"\ea09"}.rtl-picto-arrowsimpleright:before{content:"\ea0a"}.rtl-picto-edit:before{content:"\ea0b"}.rtl-picto-externallink:before{content:"\ea0c"}.rtl-picto-backward:before{content:"\ea0d"}.rtl-picto-arrowtop:before{content:"\ea0e"}.rtl-picto-foggy:before{content:"\ea0f"}.rtl-picto-forward:before{content:"\ea10"}.rtl-picto-gemini:before{content:"\ea11"}.rtl-picto-geolocation:before{content:"\ea12"}.rtl-picto-info:before{content:"\ea13"}.rtl-picto-instagram:before{content:"\ea14"}.rtl-picto-kebab:before{content:"\ea15"}.rtl-picto-leo:before{content:"\ea16"}.rtl-picto-libra:before{content:"\ea17"}.rtl-picto-linkedin:before{content:"\ea18"}.rtl-picto-loading:before{content:"\ea19"}.rtl-picto-facebook:before{content:"\ea1a"}.rtl-picto-media:before{content:"\ea1b"}.rtl-picto-minus:before{content:"\ea1c"}.rtl-picto-expand:before{content:"\ea1d"}.rtl-picto-logout:before{content:"\ea1e"}.rtl-picto-flag:before{content:"\ea1f"}.rtl-picto-newsletter:before{content:"\ea20"}.rtl-picto-notification:before{content:"\ea21"}.rtl-picto-pause:before{content:"\ea22"}.rtl-picto-pdf:before{content:"\ea23"}.rtl-picto-arrowright:before{content:"\ea24"}.rtl-picto-more:before{content:"\ea25"}.rtl-picto-plus:before{content:"\ea26"}.rtl-picto-rainy:before{content:"\ea27"}.rtl-picto-reduce:before{content:"\ea28"}.rtl-picto-pisces:before{content:"\ea29"}.rtl-picto-sagittarius:before{content:"\ea2a"}.rtl-picto-scorpio:before{content:"\ea2b"}.rtl-picto-search:before{content:"\ea2c"}.rtl-picto-share:before{content:"\ea2d"}.rtl-picto-shareextern:before{content:"\ea2e"}.rtl-picto-slider:before{content:"\ea2f"}.rtl-picto-sortdown:before{content:"\ea30"}.rtl-picto-sound:before{content:"\ea31"}.rtl-picto-startover:before{content:"\ea32"}.rtl-picto-taurus:before{content:"\ea33"}.rtl-picto-time:before{content:"\ea34"}.rtl-picto-pin:before{content:"\ea35"}.rtl-picto-arrowleft:before{content:"\ea36"}.rtl-picto-twitter:before{content:"\ea37"}.rtl-picto-mosaic:before{content:"\ea38"}.rtl-picto-user:before{content:"\ea39"}.rtl-picto-arrowsimpleleft:before{content:"\ea3a"}.rtl-picto-play:before{content:"\ea3b"}.rtl-picto-video:before{content:"\ea3c"}.rtl-picto-program:before{content:"\ea3d"}.rtl-picto-whatsapp:before{content:"\ea3e"}.rtl-picto-print:before{content:"\ea3f"}.rtl-picto-virgo:before{content:"\ea40"}.rtl-picto-check:before{content:"\ea41"}.rtl-picto-aries:before{content:"\ea42"}.rtl-picto-aquarius:before{content:"\ea43"}.rtl-picto-gotodirect:before{content:"\ea44"}.rtl-picto-soundhigh:before{content:"\ea45"}.rtl-picto-soundlow:before{content:"\ea46"}.rtl-picto-soundmute:before{content:"\ea47"}.rtl-picto-sunny:before{content:"\ea48"}.rtl-picto-unavailable:before{content:"\ea49"}.rtl-picto-rss:before{content:"\ea4a"}.rtl-picto-snowy:before{content:"\ea4b"}.rtl-picto-night:before{content:"\ea4c"}.rtl-picto-tiktok:before{content:"\ea4d"}.rtl-picto-youtube:before{content:"\ea4e"}.rtl-picto-stop-1:before{content:"\ea4f"}.rtl-picto-stop-2:before{content:"\ea50"}.rtl-picto-soundmiddle:before{content:"\ea51"}.rtl-picto-audio:before{content:"\ea52"}.rtl-picto-rtl:before{content:"\ea53"}.rtl-picto-rtl2:before{content:"\ea56"}.rtl-picto-funradio:before{content:"\ea57"}.rtl-picto-website:before{content:"\ea58"}#main-wrapper{background-color:#fff;margin-top:6rem;overflow:hidden;padding-bottom:4rem;width:100%}@media (min-width:961px){#main-wrapper{margin-top:9rem}}p:last-child{margin-bottom:0}@media (max-width:960.98px){.full-width-mobile{padding-left:0!important;padding-right:0!important}}body{-ms-scroll-chaining:none;overscroll-behavior:none}body.lock{overflow:hidden}.primary-header-container [data-role=trigger-container]{cursor:pointer;height:5.5rem;left:0;top:0;width:4.6rem;z-index:1070}.primary-header-container .astro-nav-container{background-color:#2f1a52;height:6rem;left:0;position:fixed;right:0;top:0;z-index:1030}@media (min-width:961px){.primary-header-container .astro-nav-container{background-color:#fff;height:9rem;position:relative}}.primary-header-container .astro-nav-container ul{-ms-flex-pack:justify;justify-content:space-between}@media (min-width:961px){.primary-header-container .astro-nav-container ul{-ms-flex-pack:start;justify-content:flex-start}}.primary-header-container .astro-nav-container .nav-item{display:none;font-size:1.8rem}@media (min-width:961px){.primary-header-container .astro-nav-container .nav-item{display:-ms-flexbox;display:flex}}.primary-header-container .astro-nav-container .logo-container{margin-bottom:0;max-width:14rem}.primary-header-container .astro-nav-container .astro-burger-menu{height:1.6rem;position:relative;width:1.6rem}.primary-header-container .astro-nav-container .astro-burger-menu .bar{background-color:#fff;border-radius:.2rem;height:.2rem;left:0;position:absolute;transition:all .3s;width:100%}.primary-header-container .astro-nav-container .astro-burger-menu-closed{transition-delay:.3s}.primary-header-container .astro-nav-container .astro-burger-menu-closed .bar-top{top:0}.primary-header-container .astro-nav-container .astro-burger-menu-closed .bar-middle{top:.7rem}.primary-header-container .astro-nav-container .astro-burger-menu-closed .bar-bottom{bottom:0}.primary-header-container .astro-nav-container .astro-burger-menu-closed .bar-bottom,.primary-header-container .astro-nav-container .astro-burger-menu-closed .bar-top{width:1.3rem}.primary-header-container .astro-nav-container .astro-burger-menu-closed .bar-middle{transition-delay:.3s,.3s,0s;transition-property:margin,height,width}.primary-header-container .astro-nav-container .astro-burger-menu-closed:hover .bar-bottom,.primary-header-container .astro-nav-container .astro-burger-menu-closed:hover .bar-top{width:100%}.primary-header-container .astro-nav-container .astro-burger-menu-opened .bar{-webkit-backface-visibility:hidden;backface-visibility:hidden;transition:.3s}.primary-header-container .astro-nav-container .astro-burger-menu-opened .bar-bottom,.primary-header-container .astro-nav-container .astro-burger-menu-opened .bar-top{transition-delay:.3s}.primary-header-container .astro-nav-container .astro-burger-menu-opened .bar-top{top:.75rem;-webkit-transform:rotate(50deg);transform:rotate(50deg)}.primary-header-container .astro-nav-container .astro-burger-menu-opened .bar-middle{opacity:0}.primary-header-container .astro-nav-container .astro-burger-menu-opened .bar-bottom{top:.8rem;-webkit-transform:rotate(-410deg);transform:rotate(-410deg)}[data-role=astro-nav-container]{background-color:#331a5c;height:100vh;left:-100%;transition:left .4s ease-in;width:100%;z-index:100}[data-role=astro-nav-container].astro-nav-opened{left:0}[data-role=astro-nav-container] .nav-item a{color:#fff;font-family:Roboto,sans-serif;font-size:2.8rem;line-height:3rem}.main-nav-panel{box-shadow:0 .2rem 2.3rem 0 rgba(0,0,0,.5);height:100vh;transition:left .4s ease-in;width:calc(100% - 4.6rem)}@media (min-width:961px){.main-nav-panel{width:37rem}}.main-nav-panel .logo-svg-content{width:5.1rem}.main-nav-panel .social-networks-list{-ms-flex-pack:center;-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;justify-content:center;list-style:none;margin-top:3rem;padding-left:0;width:100%}.main-nav-panel .social-networks-list li{margin-bottom:1rem;padding:0 .5rem}.main-nav-panel .social-networks-list li a{-ms-flex-pack:center;-ms-flex-align:center;align-items:center;border:.2rem solid #673ab7;border-radius:50%;display:-ms-flexbox;display:flex;height:4rem;justify-content:center;margin:auto;padding:0!important;transition:all .2s;width:4rem}.main-nav-panel .social-networks-list li a i{color:#673ab7}.main-nav-panel .social-networks-list li a:hover{background-color:#673ab7}.main-nav-panel .social-networks-list li a:hover i{color:#fff}.main-nav-panel .link-size-1,.main-nav-panel .link-size-2{font-family:Roboto,sans-serif}.main-nav-panel .link-size-1{font-size:2rem}.main-nav-panel .link-size-1 i{font-size:1rem}.main-nav-panel .link-size-2{font-size:1.5rem}.main-nav-panel .link-size-2 i{font-size:1rem}.main-nav-panel i{vertical-align:middle}.main-nav-panel-primary{left:-100%;z-index:1060}@media (min-width:961px){.main-nav-panel-primary{left:-43rem;z-index:1070}}.main-nav-panel-primary-opened{left:4.6rem}@media (min-width:961px){.main-nav-panel-primary-opened{left:6rem}}@media (max-width:1299.98px){.main-nav-panel-primary-opened .sidebar-menu{left:0!important}}.main-nav-panel-secondary{left:-100%;z-index:1070}.main-nav-panel-secondary header{cursor:pointer;pointer-events:auto}@media (min-width:961px){.main-nav-panel-secondary{left:-43rem;z-index:1060}}.main-nav-panel-secondary-opened{left:4.6rem}@media (min-width:961px){.main-nav-panel-secondary-opened{left:43rem}}.main-nav-panel-content{background-color:#fff;cursor:default;overflow-x:hidden;overflow-y:auto;pointer-events:auto}.main-nav-panel-content *{border-color:#000;color:#000}.main-nav-panel-content header a{font-family:Roboto,sans-serif;font-size:1.4rem;pointer-events:auto;text-decoration:underline}.main-nav .nav-panel-trigger-active,.main-nav .nav-panel-trigger-active *{color:#673ab7}.main-nav-container{cursor:pointer;top:0}.main-nav-container .sidebar-menu{left:-100%;transition:left .4s ease-in}.main-nav-container .misc-nav li,.main-nav-container .primary-nav li,.main-nav-container .secondary-nav li{padding:1rem 0}.main-nav-container .misc-nav a,.main-nav-container .primary-nav a,.main-nav-container .secondary-nav a{pointer-events:auto;text-decoration:none!important}.main-nav-container .misc-nav a:hover,.main-nav-container .misc-nav a:hover *,.main-nav-container .primary-nav a:hover,.main-nav-container .primary-nav a:hover *,.main-nav-container .secondary-nav a:hover,.main-nav-container .secondary-nav a:hover *{color:#673ab7}.nav-container .btn-picto-circle{padding-left:.9rem!important}@media (min-width:961px){.nav-container .btn-picto-circle{padding-left:2.2rem!important}}.nav-container .list-actions li{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;height:100%;padding:0 1rem}@media (min-width:961px){.nav-container .list-actions li{padding:0 1.5rem}}.nav-container .list-actions li:last-child{margin-right:1.5rem}@media (min-width:961px){.nav-container .list-actions li:last-child{margin-right:5rem}}.nav-container li a.is-active:before{background-color:#fff;bottom:0;content:" ";height:.2rem;left:0;position:absolute;right:0}.parallax{background-attachment:fixed;background-repeat:no-repeat;background-size:cover;height:100%;position:absolute;width:100%;z-index:0}.main-footer-container{background-color:#2f1a52}.main-footer-container>nav:first-child{padding:5.5rem 4rem 4rem}@media (min-width:641px){.main-footer-container>nav:first-child{padding:6rem 0 3rem}}.main-footer-container>nav:first-child a{color:#fff}.main-footer-container>nav:first-child .logo-container{display:inline-block;overflow:hidden;position:relative;vertical-align:top;width:30%}@media (min-width:641px){.main-footer-container>nav:first-child .logo-container{width:100%!important}}@media (min-width:961px){.main-footer-container>nav:first-child .logo-container{width:80%!important}}.main-footer-container>nav:first-child .logo-container img{max-width:100%}.main-footer-container>nav:first-child .footer-nav-list{width:100%}.main-footer-container>nav:first-child .footer-nav-list li{display:block;padding-bottom:1.5rem}@media (min-width:961px){.main-footer-container>nav:first-child .footer-nav-list li{padding-bottom:3rem}}.main-footer-container>nav:first-child .col-logo{width:100%}@media (min-width:961px){.main-footer-container>nav:first-child .col-logo{max-width:26.5rem;width:18rem}}.main-footer-container>nav:first-child .col-main-nav{padding-top:4.4rem;width:100%}@media (min-width:961px){.main-footer-container>nav:first-child .col-main-nav{max-width:185rem;padding-top:0;width:13rem}}.main-footer-container>nav:first-child .col-sub-nav_1{padding-top:2rem;width:100%}@media (min-width:961px){.main-footer-container>nav:first-child .col-sub-nav_1{max-width:21rem;padding-top:0;width:20rem}}.main-footer-container>nav:first-child .col-sub-nav_2{width:100%}@media (min-width:961px){.main-footer-container>nav:first-child .col-sub-nav_2{max-width:23rem;width:19rem}}.main-footer-container>nav:first-child .social-networks-list{-ms-flex-wrap:wrap;flex-wrap:wrap}.main-footer-container>nav:first-child .social-networks-list a.button-circle{transition-duration:.2s}.main-footer-container>nav:first-child .social-networks-list a.button-circle:hover{background-color:#fff!important;color:#2f1a52!important}.footer-partners{background:#232323;color:#999;font-size:1.5rem;padding:1.5rem 0;text-align:center}.footer-partners ul{list-style:none;margin:0;padding:0;text-align:center}.footer-partners ul li{display:inline-block;padding:.5rem 0}.footer-partners ul li a{border-right:1px solid #999;color:#999;padding:0 1rem}.footer-partners ul li a:hover{color:#fff}.footer-partners ul li:last-child a{border:0}.section-header{padding-bottom:1rem;text-align:center}.section-header__subtitle{display:inline-block;font-size:1.5rem;line-height:2.4rem;margin-top:1rem;max-width:500px}@media (min-width:641px){.section-header__subtitle{font-size:2.2rem;line-height:3.4rem;margin-top:2rem}.section-header{padding-bottom:2rem}}.section-header h1,.section-header h2{font-size:4rem;font-weight:700;line-height:4.5rem}@media (min-width:641px){.section-header h1,.section-header h2{font-size:7rem;line-height:7.5rem}}.button,button{-webkit-font-smoothing:inherit;-moz-osx-font-smoothing:inherit;-webkit-appearance:none;background:transparent;border:none;color:inherit;display:inline-block;font:inherit;font-weight:700;line-height:normal;margin:0;outline:none;overflow:visible;padding:0;pointer-events:auto;width:auto}.button::-moz-focus-inner,button::-moz-focus-inner{border:0;padding:0}.button.disabled,button.disabled{opacity:.4}.button:focus,button:focus{outline:0}.button-primary,.button-secondary,button-primary,button-secondary{border:none!important}.button-circle,button-circle{border-radius:50%;font-size:1.4rem;line-height:1rem;padding:1.2rem}.button-bg,button-bg{border-radius:50%;height:5.3rem;width:5.3rem}.button-bg .curtain,button-bg .curtain{background-color:rgba(0,0,0,.5);bottom:0;left:0;right:0;top:0;z-index:1}.button-bg .rtl-picto,button-bg .rtl-picto{left:50%;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);z-index:2}.button-appstore,button-appstore{background-color:#000;border-radius:3rem;min-width:17.5rem;padding:1.3rem 2.5rem 1.3rem 6.2rem;position:relative;transition-duration:.2s}.button-appstore:before,button-appstore:before{background-position:50%;background-repeat:no-repeat;background-size:cover;content:" ";left:3.3rem;position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.button-appstore-apple:before,button-appstore-apple:before{background-image:url(./images/apple.997f9899.png);height:2.4rem;width:2rem}.button-appstore-google:before,button-appstore-google:before{background-image:url(./images/google.478dea41.png);height:2.2rem;width:2rem}.button-appstore:hover,button-appstore:hover{opacity:.8}.button-rtl,button-rtl{background-color:#e3001b}.button-rtl2,button-rtl2{background-color:#e30613}.button-funradio,button-funradio{background-color:#05f}.button-picto-circle,button-picto-circle{border-radius:2.5rem;font-size:1.4rem;line-height:1.4rem;padding:.7rem 2.2rem;padding-right:.9rem!important}.button-empty-black,button-empty-black{background-color:transparent;border:.2rem solid #000;color:#000!important}.button-empty-white,button-empty-white{background-color:transparent;border:.2rem solid #fff;color:#fff!important}.button.pills,button.pills{border-radius:12rem;padding:1.5rem 5rem}.button_white-black,button_white-black{background:#fff;border:1px solid #fff;color:#000}.button_hover-border,button_hover-border{transition-duration:.2s}.button_hover-border:hover,button_hover-border:hover{background:none;border-color:#fff;color:#fff}button[role=button]{display:inline-block}.ads{-ms-flex-pack:center;background-color:#f7f5f5;box-shadow:inset 0 11px 8px -10px hsla(0,0%,89%,.8),inset 0 -11px 8px -10px hsla(0,0%,89%,.8);display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;font-size:9px;justify-content:center;padding:5px 0}.ads,.ads:before{color:#5b5b5b;content:"Publicité";text-align:center;width:100%}.ads:before{display:block;font-size:1rem;margin-bottom:5px}.c-prebid{-ms-flex-align:center;-ms-flex-pack:center;align-items:center;background-color:#f7f5f5;display:-ms-flexbox;display:flex;justify-content:center;min-height:250px;position:relative;text-align:center;z-index:1}.c-prebid:before{-ms-flex-item-align:start;align-self:flex-start;color:#5b5b5b;content:"Publicité";display:block;font-size:1rem;margin-bottom:5px;text-align:center;width:100%}.sidebar-menu{-ms-flex-pack:center;-ms-flex-align:center;align-items:center;background-color:#232323;cursor:default;display:-ms-flexbox;display:flex;height:calc(100vh - 5rem);justify-content:center;left:0;position:fixed;top:5rem;width:4.6rem;z-index:1070}@media (min-width:961px){.sidebar-menu{height:calc(100vh - 5rem);top:5rem;width:6rem}}.sidebar-menu .domain-list-container{padding-left:.5rem;padding-right:.5rem;width:100%}.sidebar-menu .domain-list-container ul{list-style:none;margin:0;padding:0}.sidebar-menu .domain-list-container ul li{list-style:none;padding:1rem 0;text-align:center}.sidebar-menu .domain-list-container ul li a{-ms-flex-pack:center;-ms-flex-align:center;align-items:center;border-radius:50%;display:-ms-flexbox;display:flex;height:3.6rem;justify-content:center;padding:0!important;width:3.6rem}.sidebar-menu .domain-list-container i{color:#fff}.sidebar-menu .domain-list-container i.rtl-picto-rtl{font-size:2rem}.sidebar-menu .domain-list-container i.rtl-picto-rtl2{font-size:2.3rem}.sidebar-menu .domain-list-container i.rtl-picto-funradio{font-size:1.6rem}#leaderboardTop{left:0;margin-top:6rem;position:absolute;right:0;top:0}@media (min-width:961px){#leaderboardTop{margin-top:9rem}}.section-hero{background-color:#f2f2f2;overflow:hidden;position:relative;z-index:1}@media (max-width:960.98px){.section-hero{background-image:url(./images/hero_content_bg.f4ed251c.png);background-position:left 55rem bottom 50%;background-repeat:no-repeat;background-size:contain}}@media (min-width:961px){.section-hero{background-image:none;min-height:66rem}}@media (max-width:1299.98px){.section-hero .parallax{display:none}}.section-hero .hero-content__container{margin-bottom:5rem;margin-top:5rem}@media (min-width:641px){.section-hero .hero-content__container{margin-bottom:7rem;margin-top:7rem}}@media (min-width:961px){.section-hero .hero-content__container{margin-bottom:10rem;margin-top:10rem}}.section-hero header.section-header{text-align:left}@media (min-width:1300px){.section-hero article{width:55rem}}.section-hero article p{font-size:1.5rem;line-height:2rem;padding-bottom:2rem}@media (min-width:961px){.section-hero article p{font-size:2.2rem;line-height:3.4rem;padding-bottom:4rem}}.section-hero .card{background:linear-gradient(156.79deg,#673ab7 15%,#51289b 92.45%);border:none;border-radius:2rem;box-shadow:0 4px 30px rgba(0,0,0,.1);color:#fff;margin-top:3rem;padding:2rem 2.5rem;position:relative}@media (min-width:1300px){.section-hero .card{margin-top:5rem;padding:4rem 5rem;width:58rem}}.section-hero .card__body{padding:0 0 1.5rem}@media (min-width:961px){.section-hero .card__body{padding:0 0 3rem;width:34.8rem}}.section-hero .card__body__date{display:inline-block;font-size:1.5rem;padding-bottom:1rem}@media (min-width:961px){.section-hero .card__body__date{padding-bottom:2rem}}.section-hero .card__body__title{font-size:2.5rem;line-height:3rem;margin-bottom:1.5rem}@media (min-width:961px){.section-hero .card__body__title{font-size:3.5rem;line-height:4rem}}.section-hero .card__body p{font-size:1.5rem;line-height:2rem;padding:0}@media (min-width:961px){.section-hero .card__body p{font-size:2rem;line-height:3rem}}.section-hero .card__watermark{height:2.194rem;position:absolute;right:4rem;top:2.5rem;width:3.321rem;z-index:1}@media (min-width:641px){.section-hero .card__watermark{height:3.4rem;text-align:right;top:4rem;width:5.1rem}}.section-hero .card__footer{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex}.section-hero .card__footer [data-action=play],.section-hero .card__footer button{-ms-flex-align:center;align-items:center;cursor:pointer;display:-ms-flexbox;display:flex}.section-hero .card__footer button{-ms-flex-pack:center;border-radius:50%;height:7.5rem;justify-content:center;width:7.5rem}.section-hero .card__footer button i{color:#673ab7;cursor:inherit;font-size:1.2rem}@media (min-width:961px){.section-hero .card__footer button i{font-size:1.7rem}}.section-hero .card__footer label{color:#fff;cursor:inherit;font-size:1.5rem;font-weight:500;margin-bottom:0;padding-left:1.5rem}@media (min-width:961px){.section-hero .card__footer label{font-size:1.8rem}}.section-signs .signs-content__container{padding-bottom:3rem;padding-top:6rem}@media (max-width:960.98px){.section-signs .signs-content__container{padding-left:0!important;padding-right:0!important}}.section-signs .signs-content__container .card{background-image:url(./images/bg_list.a6f5db23.png);background-position:50%;background-repeat:no-repeat;background-size:cover;border:none;box-shadow:0 4px 30px rgba(0,0,0,.1);color:#fff;padding:2rem 2.5rem;position:relative}@media (min-width:641px){.section-signs .signs-content__container .card{border-radius:2rem}}@media (min-width:961px){.section-signs .signs-content__container .card{margin-top:3rem}}.section-signs .signs-content__container .card__body .col-list{-ms-flex-positive:1;-ms-flex-preferred-size:unset;flex-basis:unset;flex-grow:1;margin-bottom:3rem;padding:0}@media (min-width:380px){.section-signs .signs-content__container .card__body .col-list{padding:0 2rem}}@media (min-width:961px){.section-signs .signs-content__container .card__body .col-list{-ms-flex-preferred-size:0;flex-basis:0;margin-bottom:0}}.section-signs .signs-content__container .card__body .col-list .sign-box{-ms-flex-align:center;-ms-flex-pack:center;align-items:center;border-radius:2rem;color:#fff;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;height:8.5rem;justify-content:center;margin:1rem;text-align:center;transition-duration:.2s;width:8.5rem}.section-signs .signs-content__container .card__body .col-list .sign-box__title{font-size:1.8rem;font-weight:700;margin-top:.4rem}.section-signs .signs-content__container .card__body .col-list .sign-box__icon{line-height:0;margin-bottom:0}.section-signs .signs-content__container .card__body .col-list .sign-box__icon i{font-size:3rem}@media (min-width:641px){.section-signs .signs-content__container .card__body .col-list .sign-box__icon i{font-size:4.5rem}}.section-signs .signs-content__container .card__body .col-list .sign-box:hover{opacity:.8}@media (min-width:380px){.section-signs .signs-content__container .card__body .col-list .sign-box{height:10rem;width:10rem}}@media (min-width:641px){.section-signs .signs-content__container .card__body .col-list .sign-box{height:14rem;margin:1rem;width:14rem}}@media (min-width:961px){.section-signs .signs-content__container .card__body .col-list .sign-box{margin:1.5rem}}@media (min-width:1300px){.section-signs .signs-content__container .card__body .col-list .sign-box{margin:1.8rem}}.section-signs .signs-content__container .card__body .col-ads{box-sizing:content-box;margin-top:1rem;max-width:300px;padding:0 2rem;text-align:center;width:300px}@media (min-width:961px){.section-signs .signs-content__container .card__body .col-ads{margin-top:1.5rem}}@media (min-width:1300px){.section-signs .signs-content__container .card__body .col-ads{margin-top:1.8rem}}.section-signs .signs-content__container .card__body .col-ads .ads{min-height:300px}.section-signs .c-prebid{margin-bottom:60px}.section-newsletter{padding:3rem 0}@media (max-width:960.98px){.section-newsletter .newsletter-content__container{padding-left:0!important;padding-right:0!important}}.section-newsletter .newsletter-content__container .card{background:linear-gradient(156.79deg,#673ab7 15%,#51289b 92.45%);border:none;box-shadow:0 4px 30px rgba(0,0,0,.1);color:#fff;padding:3rem 2rem;text-align:center}@media (min-width:641px){.section-newsletter .newsletter-content__container .card{border-radius:2rem;padding:3rem}}.section-newsletter .newsletter-content__container .card__body__title{font-size:2.5rem;line-height:3rem;margin-bottom:1rem}@media (min-width:961px){.section-newsletter .newsletter-content__container .card__body__title{font-size:4rem;line-height:3.5rem}}.section-newsletter .newsletter-content__container .card__body p{font-size:1.5rem;line-height:2rem;padding:0}@media (min-width:961px){.section-newsletter .newsletter-content__container .card__body p{font-size:2rem;line-height:3rem}}.section-newsletter .newsletter-content__container .card__body .button{margin-top:1.5rem}.section-newsletter .c-prebid{margin-top:60px}.section-serendipity{padding:6rem 0 3rem}.section-serendipity .serendipity-content__container .sign-box{background:#fff;border-radius:2rem;box-shadow:0 4px 30px rgba(0,0,0,.1);display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;height:100%;margin-bottom:3rem;padding:5rem 0;text-align:center;transition-duration:.2s}.section-serendipity .serendipity-content__container .sign-box:hover{-webkit-transform:translateY(-1rem);transform:translateY(-1rem)}.section-serendipity .serendipity-content__container .sign-box__title{display:block;font-size:2rem;margin-top:.5rem}.section-serendipity .serendipity-content__container .sign-box__title__big{display:block;font-size:3rem;font-weight:500;line-height:3rem}.section-serendipity .serendipity-content__container .sign-box__icon{display:inline-block;max-height:9rem}.section-serendipity .serendipity-content__container .sign-box__icon svg{display:block;margin:auto;max-height:9rem}.section-edito{padding:3rem 0}@media (max-width:960.98px){.section-edito .edito-content__container{padding-left:0!important;padding-right:0!important}}.section-edito .edito-content__container .card{background:linear-gradient(249.95deg,#93397a -.2%,#374076 84.19%);border:none;box-shadow:0 4px 30px rgba(0,0,0,.1);color:#fff;padding:3rem 2rem;text-align:left}@media (min-width:641px){.section-edito .edito-content__container .card{border-radius:2rem;padding:5rem}}.section-edito .edito-content__container .card__body__title{font-size:2.5rem;line-height:3rem;margin-bottom:1rem}@media (min-width:961px){.section-edito .edito-content__container .card__body__title{font-size:4rem;line-height:3.5rem}}.section-edito .edito-content__container .card__body p{font-size:1.5rem;line-height:2rem;padding:0}@media (min-width:961px){.section-edito .edito-content__container .card__body p{font-size:2rem;line-height:2.8rem}}.section-edito .edito-content__container .card__body figure{background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:50%;height:25rem;margin:2.5rem auto 0;width:25rem}@media (min-width:961px){.section-edito .edito-content__container .card__body figure{height:30rem;margin:0 auto;width:30rem}}@media (min-width:1300px){.section-edito .edito-content__container .card__body figure{height:40rem;width:40rem}}.section-edito .edito-content__container .card__body__social-networks-list{display:-ms-flexbox;display:flex;justify-items:center;margin-top:2.5rem}@media (min-width:961px){.section-edito .edito-content__container .card__body__social-networks-list{justify-items:flex-start}}.section-edito .edito-content__container .card__body__social-networks-list ul{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;justify-items:center;list-style:none;margin:0 auto;padding:0}@media (min-width:961px){.section-edito .edito-content__container .card__body__social-networks-list ul{margin:0}}.section-edito .edito-content__container .card__body__social-networks-list ul a.button-circle{transition-duration:.2s}.section-edito .edito-content__container .card__body__social-networks-list ul a.button-circle:hover{background-color:#fff!important;color:#2f1a52!important}.section-horoscope .horoscope-content__container{padding-bottom:3rem;padding-top:6rem}@media (max-width:960.98px){.section-horoscope .horoscope-content__container{padding-left:0!important;padding-right:0!important}}.section-horoscope .horoscope-content__container .card{background:#fff;padding:3rem 1.5rem}@media (max-width:960.98px){.section-horoscope .horoscope-content__container .card{border:0}}@media (min-width:641px){.section-horoscope .horoscope-content__container .card{border-radius:2rem;box-shadow:0 4px 30px rgba(0,0,0,.1);padding:3rem}}@media (min-width:1300px){.section-horoscope .horoscope-content__container .card{padding:5rem}}.section-horoscope .horoscope-content__container .card__signature{margin-top:3rem;text-align:right}.section-horoscope .horoscope-content__container .card__signature img{height:32px;width:200px}.section-horoscope .horoscope-content__container .card__signature label{color:#636363;font-family:Style Script,cursive;font-size:3.5rem;font-style:italic}.section-horoscope .horoscope-content__container .card__body__header{-ms-flex-align:start;align-items:flex-start;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.section-horoscope .horoscope-content__container .card__body__header__title{font-size:3.75rem;font-weight:500}.section-horoscope .horoscope-content__container .card__body__header__date{display:block;font-size:1.4rem}.section-horoscope .horoscope-content__container .card__body__header__resume{font-size:2rem;line-height:1.2;margin-top:2rem}.section-horoscope .horoscope-content__container .card__body__header__resume p:last-child{margin-bottom:0}.section-horoscope .horoscope-content__container .card__body__header .sign-box{-ms-flex-align:center;-ms-flex-pack:center;align-items:center;border-radius:2rem;color:#fff;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;height:8rem;justify-content:center;text-align:center;width:8rem}@media (min-width:641px){.section-horoscope .horoscope-content__container .card__body__header .sign-box{height:14rem;width:14rem}}@media (min-width:961px){.section-horoscope .horoscope-content__container .card__body__header .sign-box{height:18rem;width:18rem}}.section-horoscope .horoscope-content__container .card__body__header .sign-box__icon{line-height:0;margin-bottom:0}.section-horoscope .horoscope-content__container .card__body__header .sign-box__icon i{font-size:4rem}@media (min-width:641px){.section-horoscope .horoscope-content__container .card__body__header .sign-box__icon i{font-size:7rem}}.section-horoscope .horoscope-content__container .card__body__details{-ms-flex-align:start;-ms-flex-pack:center;align-items:flex-start;border-top:1px solid rgba(85,85,85,.6);display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;height:100%;justify-content:center;margin-top:4rem;padding:4rem 0 1rem;text-align:center}@media (min-width:961px){.section-horoscope .horoscope-content__container .card__body__details{margin-top:5rem;padding:5rem 0 1rem}}.section-horoscope .horoscope-content__container .card__body__details>.col-12:last-child .sign-box{margin-bottom:0}.section-horoscope .horoscope-content__container .card__body__details .sign-box{margin-bottom:4rem;text-align:center}@media (min-width:1300px){.section-horoscope .horoscope-content__container .card__body__details .sign-box{margin-bottom:0;padding:0 1rem}}.section-horoscope .horoscope-content__container .card__body__details .sign-box__icon{display:inline-block;height:5rem}.section-horoscope .horoscope-content__container .card__body__details .sign-box__icon svg{display:block;height:5rem;margin:auto}.section-horoscope .horoscope-content__container .card__body__details .sign-box__title{display:block;font-size:2rem;margin-top:.5rem}.section-birthday{padding:3rem 0}.section-birthday .birthday-content__container .card{background:none;border:none;color:#fff;text-align:center}@media (min-width:641px){.section-birthday .birthday-content__container .card{background:#a24ce8;border-radius:7rem;box-shadow:0 4px 30px rgba(0,0,0,.1);padding:2rem}}.section-birthday .birthday-content__container .card input[type=text]{background:#a24ce8;border:2px solid #fff;border-radius:7rem;color:#fff;padding:1.5rem 5rem;text-align:center;width:30rem}@media (min-width:641px){.section-birthday .birthday-content__container .card input[type=text]{background:none;border:1px solid #fff;border-radius:12rem}}.section-birthday .birthday-content__container .card input[type=text]::-webkit-input-placeholder{color:#fff}.section-birthday .birthday-content__container .card input[type=text]::-moz-placeholder{color:#fff}.section-birthday .birthday-content__container .card input[type=text]:-ms-input-placeholder{color:#fff}.section-birthday .birthday-content__container .card input[type=text]::-ms-input-placeholder{color:#fff}.section-birthday .birthday-content__container .card input[type=text]::placeholder{color:#fff}.section-birthday .birthday-content__container .card button[type=submit]{margin-left:2rem;margin-top:2rem}.section-birthday .birthday-content__container .card button[type=submit]:hover{border-color:#000;color:#000}@media (min-width:641px){.section-birthday .birthday-content__container .card button[type=submit]:hover{border-color:#fff;color:#fff}.section-birthday .birthday-content__container .card button[type=submit]{margin-top:0}}@media (max-width:960.98px){.section-birthday .birthday-content__container .card button[type=submit]{background-color:#000;border-color:#000;color:#fff}.section-birthday .birthday-content__container .card button[type=submit]:hover{background-color:transparent;color:#000}}.toggle-day{background:#a24ce8;border-radius:7rem;box-shadow:0 4px 30px rgba(0,0,0,.1);margin-bottom:2rem;padding:1rem}.toggle-day .button{cursor:pointer;padding-left:2rem;padding-right:2rem;text-align:center;width:100%}@media (min-width:641px){.toggle-day .button{padding-left:1rem;padding-right:1rem}}.toggle-day .button.active{pointer-events:none}.toggle-day .button:not(.active){background-color:transparent;border-color:transparent;color:#fff}.toggle-day .button:not(.active):hover{border-color:#fff}.section-horoscope .toggle-day{margin:2rem 0 4rem}.single-content article h1{padding-bottom:3.5rem}.single-content article h2,.single-content article h3{margin:0;padding:2.5rem 0 1.5rem}.single-content article h2{font-size:2.5rem}.single-content article h2,.single-content article h3{font-weight:700;letter-spacing:-.025rem;line-height:1.2}.single-content article h3{font-size:1.6rem}.single-content article h2+h3{padding-top:1.5rem}.single-content article p{margin:0;padding-bottom:1.5rem}.single-content article a{text-decoration:underline}.vast-skip-button{background-color:#000;color:#aaa;display:block;font-size:12px;font-style:italic;line-height:12px;padding:10px;position:absolute;right:0;top:5px;width:auto;z-index:2}.vast-skip-button.enabled{color:#fff;cursor:pointer}.vast-skip-button.enabled:hover{background:#333;cursor:pointer}.vast-blocker{bottom:0;display:block;height:100%;left:0;margin:0;padding:0;position:absolute;right:0;top:0;width:100%}