:root{--bs-body-text-align: ltr}*,*::before,*::after{box-sizing:border-box}@media(prefers-reduced-motion: no-preference){:root{scroll-behavior:smooth}}body{margin:0;font-family:var(--bs-body-font-family);font-size:var(--bs-body-font-size);font-weight:var(--bs-body-font-weight);line-height:var(--bs-body-line-height);color:var(--bs-body-color);text-align:var(--bs-body-text-align);background-color:var(--bs-body-bg);-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0,0,0,0)}hr{margin:1rem 0;color:inherit;background-color:currentColor;border:0;opacity:.25}hr:not([size]){height:1px}h6,h5,h4,h3,h2,h1{margin-top:0;margin-bottom:.5rem;font-weight:500;line-height:1.2}h1{font-size:calc(1.375rem + 1.5vw)}@media(min-width: 1200px){h1{font-size:2.5rem}}h2{font-size:calc(1.325rem + 0.9vw)}@media(min-width: 1200px){h2{font-size:2rem}}h3{font-size:calc(1.3rem + 0.6vw)}@media(min-width: 1200px){h3{font-size:1.75rem}}h4{font-size:calc(1.275rem + 0.3vw)}@media(min-width: 1200px){h4{font-size:1.5rem}}h5{font-size:1.25rem}h6{font-size:1rem}p{margin-top:0;margin-bottom:1rem}abbr[title],abbr[data-bs-original-title]{text-decoration:underline dotted;cursor:help;text-decoration-skip-ink:none}address{margin-bottom:1rem;font-style:normal;line-height:inherit}ol,ul{padding-left:2rem}ol,ul,dl{margin-top:0;margin-bottom:1rem}ol ol,ul ul,ol ul,ul ol{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}b,strong{font-weight:bolder}small{font-size:0.875em}mark{padding:.2em;background-color:#fcf8e3}sub,sup{position:relative;font-size:0.75em;line-height:0;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}a{color:#0d6efd;text-decoration:underline}a:hover{color:#0a58ca}a:not([href]):not([class]),a:not([href]):not([class]):hover{color:inherit;text-decoration:none}pre,code,kbd,samp{font-family:var(--bs-font-monospace);font-size:1em;direction:ltr /* rtl:ignore */;unicode-bidi:bidi-override}pre{display:block;margin-top:0;margin-bottom:1rem;overflow:auto;font-size:0.875em}pre code{font-size:inherit;color:inherit;word-break:normal}code{font-size:0.875em;color:#d63384;word-wrap:break-word}a>code{color:inherit}kbd{padding:.2rem .4rem;font-size:0.875em;color:#fff;background-color:#212529;border-radius:.2rem}kbd kbd{padding:0;font-size:1em;font-weight:700}figure{margin:0 0 1rem}img,svg{vertical-align:middle}table{caption-side:bottom;border-collapse:collapse}caption{padding-top:.5rem;padding-bottom:.5rem;color:#6c757d;text-align:left}th{text-align:inherit;text-align:-webkit-match-parent}thead,tbody,tfoot,tr,td,th{border-color:inherit;border-style:solid;border-width:0}label{display:inline-block}button{border-radius:0}button:focus:not(:focus-visible){outline:0}input,button,select,optgroup,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,select{text-transform:none}[role=button]{cursor:pointer}select{word-wrap:normal}select:disabled{opacity:1}[list]::-webkit-calendar-picker-indicator{display:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button:not(:disabled),[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled){cursor:pointer}::-moz-focus-inner{padding:0;border-style:none}textarea{resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{float:left;width:100%;padding:0;margin-bottom:.5rem;font-size:calc(1.275rem + 0.3vw);line-height:inherit}@media(min-width: 1200px){legend{font-size:1.5rem}}legend+*{clear:left}::-webkit-datetime-edit-fields-wrapper,::-webkit-datetime-edit-text,::-webkit-datetime-edit-minute,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-year-field{padding:0}::-webkit-inner-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:textfield}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-color-swatch-wrapper{padding:0}::file-selector-button{font:inherit}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}iframe{border:0}summary{display:list-item;cursor:pointer}progress{vertical-align:baseline}[hidden]{display:none !important}.container,.container-fluid,.container-xl,.container-lg,body.viral .article-header .container-lg,.container-md,.container-sm{width:100%;padding-right:var(--bs-gutter-x, 0.75rem);padding-left:var(--bs-gutter-x, 0.75rem);margin-right:auto;margin-left:auto}@media(min-width: 576px){.container-sm,.container{max-width:540px}}@media(min-width: 769px){.container-md,.container-sm,.container{max-width:720px}}@media(min-width: 992px){.container-lg,body.viral .article-header .container-lg,.container-md,.container-sm,.container{max-width:960px}}@media(min-width: 1200px){.container-xl,.container-laptop,.container-lg,body.viral .article-header .container-lg,.container-md,.container-sm,.container{max-width:1140px}}.row{--bs-gutter-x: 1.5rem;--bs-gutter-y: 0;display:flex;flex-wrap:wrap;margin-top:calc(-1*var(--bs-gutter-y));margin-right:calc(-0.5*var(--bs-gutter-x));margin-left:calc(-0.5*var(--bs-gutter-x))}.row>*{flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--bs-gutter-x)*.5);padding-left:calc(var(--bs-gutter-x)*.5);margin-top:var(--bs-gutter-y)}.col{flex:1 0 0%}.row-cols-auto>*{flex:0 0 auto;width:auto}.row-cols-1>*{flex:0 0 auto;width:100%}.row-cols-2>*{flex:0 0 auto;width:50%}.row-cols-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-4>*{flex:0 0 auto;width:25%}.row-cols-5>*{flex:0 0 auto;width:20%}.row-cols-6>*{flex:0 0 auto;width:16.6666666667%}.col-auto{flex:0 0 auto;width:auto}.col-1{flex:0 0 auto;width:16.66666667%}.col-2{flex:0 0 auto;width:33.33333333%}.col-3{flex:0 0 auto;width:50%}.col-4{flex:0 0 auto;width:66.66666667%}.col-5{flex:0 0 auto;width:83.33333333%}.col-6{flex:0 0 auto;width:100%}.offset-1{margin-left:16.66666667%}.offset-2{margin-left:33.33333333%}.offset-3{margin-left:50%}.offset-4{margin-left:66.66666667%}.offset-5{margin-left:83.33333333%}.g-0,.gx-0{--bs-gutter-x: 0}.g-0,.gy-0{--bs-gutter-y: 0}.g-1,.gx-1{--bs-gutter-x: 0.25rem}.g-1,.gy-1{--bs-gutter-y: 0.25rem}.g-2,.gx-2{--bs-gutter-x: 0.5rem}.g-2,.gy-2{--bs-gutter-y: 0.5rem}.g-3,.gx-3{--bs-gutter-x: 1rem}.g-3,.gy-3{--bs-gutter-y: 1rem}.g-4,.gx-4{--bs-gutter-x: 1.5rem}.g-4,.gy-4{--bs-gutter-y: 1.5rem}.g-5,.gx-5{--bs-gutter-x: 3rem}.g-5,.gy-5{--bs-gutter-y: 3rem}@media(min-width: 576px){.col-sm{flex:1 0 0%}.row-cols-sm-auto>*{flex:0 0 auto;width:auto}.row-cols-sm-1>*{flex:0 0 auto;width:100%}.row-cols-sm-2>*{flex:0 0 auto;width:50%}.row-cols-sm-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-sm-4>*{flex:0 0 auto;width:25%}.row-cols-sm-5>*{flex:0 0 auto;width:20%}.row-cols-sm-6>*{flex:0 0 auto;width:16.6666666667%}.col-sm-auto{flex:0 0 auto;width:auto}.col-sm-1{flex:0 0 auto;width:16.66666667%}.col-sm-2{flex:0 0 auto;width:33.33333333%}.col-sm-3{flex:0 0 auto;width:50%}.col-sm-4{flex:0 0 auto;width:66.66666667%}.col-sm-5{flex:0 0 auto;width:83.33333333%}.col-sm-6{flex:0 0 auto;width:100%}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:16.66666667%}.offset-sm-2{margin-left:33.33333333%}.offset-sm-3{margin-left:50%}.offset-sm-4{margin-left:66.66666667%}.offset-sm-5{margin-left:83.33333333%}.g-sm-0,.gx-sm-0{--bs-gutter-x: 0}.g-sm-0,.gy-sm-0{--bs-gutter-y: 0}.g-sm-1,.gx-sm-1{--bs-gutter-x: 0.25rem}.g-sm-1,.gy-sm-1{--bs-gutter-y: 0.25rem}.g-sm-2,.gx-sm-2{--bs-gutter-x: 0.5rem}.g-sm-2,.gy-sm-2{--bs-gutter-y: 0.5rem}.g-sm-3,.gx-sm-3{--bs-gutter-x: 1rem}.g-sm-3,.gy-sm-3{--bs-gutter-y: 1rem}.g-sm-4,.gx-sm-4{--bs-gutter-x: 1.5rem}.g-sm-4,.gy-sm-4{--bs-gutter-y: 1.5rem}.g-sm-5,.gx-sm-5{--bs-gutter-x: 3rem}.g-sm-5,.gy-sm-5{--bs-gutter-y: 3rem}}@media(min-width: 769px){.col-md{flex:1 0 0%}.row-cols-md-auto>*{flex:0 0 auto;width:auto}.row-cols-md-1>*{flex:0 0 auto;width:100%}.row-cols-md-2>*{flex:0 0 auto;width:50%}.row-cols-md-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-md-4>*{flex:0 0 auto;width:25%}.row-cols-md-5>*{flex:0 0 auto;width:20%}.row-cols-md-6>*{flex:0 0 auto;width:16.6666666667%}.col-md-auto{flex:0 0 auto;width:auto}.col-md-1{flex:0 0 auto;width:16.66666667%}.col-md-2{flex:0 0 auto;width:33.33333333%}.col-md-3{flex:0 0 auto;width:50%}.col-md-4{flex:0 0 auto;width:66.66666667%}.col-md-5{flex:0 0 auto;width:83.33333333%}.col-md-6{flex:0 0 auto;width:100%}.offset-md-0{margin-left:0}.offset-md-1{margin-left:16.66666667%}.offset-md-2{margin-left:33.33333333%}.offset-md-3{margin-left:50%}.offset-md-4{margin-left:66.66666667%}.offset-md-5{margin-left:83.33333333%}.g-md-0,.gx-md-0{--bs-gutter-x: 0}.g-md-0,.gy-md-0{--bs-gutter-y: 0}.g-md-1,.gx-md-1{--bs-gutter-x: 0.25rem}.g-md-1,.gy-md-1{--bs-gutter-y: 0.25rem}.g-md-2,.gx-md-2{--bs-gutter-x: 0.5rem}.g-md-2,.gy-md-2{--bs-gutter-y: 0.5rem}.g-md-3,.gx-md-3{--bs-gutter-x: 1rem}.g-md-3,.gy-md-3{--bs-gutter-y: 1rem}.g-md-4,.gx-md-4{--bs-gutter-x: 1.5rem}.g-md-4,.gy-md-4{--bs-gutter-y: 1.5rem}.g-md-5,.gx-md-5{--bs-gutter-x: 3rem}.g-md-5,.gy-md-5{--bs-gutter-y: 3rem}}@media(min-width: 992px){.col-lg{flex:1 0 0%}.row-cols-lg-auto>*{flex:0 0 auto;width:auto}.row-cols-lg-1>*{flex:0 0 auto;width:100%}.row-cols-lg-2>*{flex:0 0 auto;width:50%}.row-cols-lg-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-lg-4>*{flex:0 0 auto;width:25%}.row-cols-lg-5>*{flex:0 0 auto;width:20%}.row-cols-lg-6>*{flex:0 0 auto;width:16.6666666667%}.col-lg-auto{flex:0 0 auto;width:auto}.col-lg-1{flex:0 0 auto;width:16.66666667%}.col-lg-2{flex:0 0 auto;width:33.33333333%}.col-lg-3{flex:0 0 auto;width:50%}.col-lg-4{flex:0 0 auto;width:66.66666667%}.col-lg-5{flex:0 0 auto;width:83.33333333%}.col-lg-6{flex:0 0 auto;width:100%}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:16.66666667%}.offset-lg-2{margin-left:33.33333333%}.offset-lg-3{margin-left:50%}.offset-lg-4{margin-left:66.66666667%}.offset-lg-5{margin-left:83.33333333%}.g-lg-0,.gx-lg-0{--bs-gutter-x: 0}.g-lg-0,.gy-lg-0{--bs-gutter-y: 0}.g-lg-1,.gx-lg-1{--bs-gutter-x: 0.25rem}.g-lg-1,.gy-lg-1{--bs-gutter-y: 0.25rem}.g-lg-2,.gx-lg-2{--bs-gutter-x: 0.5rem}.g-lg-2,.gy-lg-2{--bs-gutter-y: 0.5rem}.g-lg-3,.gx-lg-3{--bs-gutter-x: 1rem}.g-lg-3,.gy-lg-3{--bs-gutter-y: 1rem}.g-lg-4,.gx-lg-4{--bs-gutter-x: 1.5rem}.g-lg-4,.gy-lg-4{--bs-gutter-y: 1.5rem}.g-lg-5,.gx-lg-5{--bs-gutter-x: 3rem}.g-lg-5,.gy-lg-5{--bs-gutter-y: 3rem}}@media(min-width: 1025px){.col-laptop{flex:1 0 0%}.row-cols-laptop-auto>*{flex:0 0 auto;width:auto}.row-cols-laptop-1>*{flex:0 0 auto;width:100%}.row-cols-laptop-2>*{flex:0 0 auto;width:50%}.row-cols-laptop-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-laptop-4>*{flex:0 0 auto;width:25%}.row-cols-laptop-5>*{flex:0 0 auto;width:20%}.row-cols-laptop-6>*{flex:0 0 auto;width:16.6666666667%}.col-laptop-auto{flex:0 0 auto;width:auto}.col-laptop-1{flex:0 0 auto;width:16.66666667%}.col-laptop-2{flex:0 0 auto;width:33.33333333%}.col-laptop-3{flex:0 0 auto;width:50%}.col-laptop-4{flex:0 0 auto;width:66.66666667%}.col-laptop-5{flex:0 0 auto;width:83.33333333%}.col-laptop-6{flex:0 0 auto;width:100%}.offset-laptop-0{margin-left:0}.offset-laptop-1{margin-left:16.66666667%}.offset-laptop-2{margin-left:33.33333333%}.offset-laptop-3{margin-left:50%}.offset-laptop-4{margin-left:66.66666667%}.offset-laptop-5{margin-left:83.33333333%}.g-laptop-0,.gx-laptop-0{--bs-gutter-x: 0}.g-laptop-0,.gy-laptop-0{--bs-gutter-y: 0}.g-laptop-1,.gx-laptop-1{--bs-gutter-x: 0.25rem}.g-laptop-1,.gy-laptop-1{--bs-gutter-y: 0.25rem}.g-laptop-2,.gx-laptop-2{--bs-gutter-x: 0.5rem}.g-laptop-2,.gy-laptop-2{--bs-gutter-y: 0.5rem}.g-laptop-3,.gx-laptop-3{--bs-gutter-x: 1rem}.g-laptop-3,.gy-laptop-3{--bs-gutter-y: 1rem}.g-laptop-4,.gx-laptop-4{--bs-gutter-x: 1.5rem}.g-laptop-4,.gy-laptop-4{--bs-gutter-y: 1.5rem}.g-laptop-5,.gx-laptop-5{--bs-gutter-x: 3rem}.g-laptop-5,.gy-laptop-5{--bs-gutter-y: 3rem}}@media(min-width: 1200px){.col-xl{flex:1 0 0%}.row-cols-xl-auto>*{flex:0 0 auto;width:auto}.row-cols-xl-1>*{flex:0 0 auto;width:100%}.row-cols-xl-2>*{flex:0 0 auto;width:50%}.row-cols-xl-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-xl-4>*{flex:0 0 auto;width:25%}.row-cols-xl-5>*{flex:0 0 auto;width:20%}.row-cols-xl-6>*{flex:0 0 auto;width:16.6666666667%}.col-xl-auto{flex:0 0 auto;width:auto}.col-xl-1{flex:0 0 auto;width:16.66666667%}.col-xl-2{flex:0 0 auto;width:33.33333333%}.col-xl-3{flex:0 0 auto;width:50%}.col-xl-4{flex:0 0 auto;width:66.66666667%}.col-xl-5{flex:0 0 auto;width:83.33333333%}.col-xl-6{flex:0 0 auto;width:100%}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:16.66666667%}.offset-xl-2{margin-left:33.33333333%}.offset-xl-3{margin-left:50%}.offset-xl-4{margin-left:66.66666667%}.offset-xl-5{margin-left:83.33333333%}.g-xl-0,.gx-xl-0{--bs-gutter-x: 0}.g-xl-0,.gy-xl-0{--bs-gutter-y: 0}.g-xl-1,.gx-xl-1{--bs-gutter-x: 0.25rem}.g-xl-1,.gy-xl-1{--bs-gutter-y: 0.25rem}.g-xl-2,.gx-xl-2{--bs-gutter-x: 0.5rem}.g-xl-2,.gy-xl-2{--bs-gutter-y: 0.5rem}.g-xl-3,.gx-xl-3{--bs-gutter-x: 1rem}.g-xl-3,.gy-xl-3{--bs-gutter-y: 1rem}.g-xl-4,.gx-xl-4{--bs-gutter-x: 1.5rem}.g-xl-4,.gy-xl-4{--bs-gutter-y: 1.5rem}.g-xl-5,.gx-xl-5{--bs-gutter-x: 3rem}.g-xl-5,.gy-xl-5{--bs-gutter-y: 3rem}}.offcanvas{position:fixed;bottom:0;z-index:1045;display:flex;flex-direction:column;max-width:100%;visibility:hidden;background-color:#fff;background-clip:padding-box;outline:0;transition:transform .3s ease-in-out}@media(prefers-reduced-motion: reduce){.offcanvas{transition:none}}.offcanvas-backdrop{position:fixed;top:0;left:0;z-index:1040;width:100vw;height:100vh;background-color:#000}.offcanvas-backdrop.fade{opacity:0}.offcanvas-backdrop.show{opacity:.5}.offcanvas-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1rem}.offcanvas-header .btn-close{padding:.5rem .5rem;margin-top:-0.5rem;margin-right:-0.5rem;margin-bottom:-0.5rem}.offcanvas-title{margin-bottom:0;line-height:1.5}.offcanvas-body{flex-grow:1;padding:1rem 1rem;overflow-y:auto}.offcanvas-start{top:0;left:0;width:400px;border-right:1px solid rgba(0,0,0,.2);transform:translateX(-100%)}.offcanvas-end{top:0;right:0;width:400px;border-left:1px solid rgba(0,0,0,.2);transform:translateX(100%)}.offcanvas-top{top:0;right:0;left:0;height:30vh;max-height:100%;border-bottom:1px solid rgba(0,0,0,.2);transform:translateY(-100%)}.offcanvas-bottom{right:0;left:0;height:30vh;max-height:100%;border-top:1px solid rgba(0,0,0,.2);transform:translateY(100%)}.offcanvas.show{transform:none}.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}.float-start{float:left !important}.float-end{float:right !important}.float-none{float:none !important}.opacity-0{opacity:0 !important}.opacity-25{opacity:.25 !important}.opacity-50{opacity:.5 !important}.opacity-75{opacity:.75 !important}.opacity-100{opacity:1 !important}.overflow-auto{overflow:auto !important}.overflow-hidden{overflow:hidden !important}.overflow-visible{overflow:visible !important}.overflow-scroll{overflow:scroll !important}.d-inline{display:inline !important}.d-inline-block{display:inline-block !important}.d-block{display:block !important}.d-grid{display:grid !important}.d-table{display:table !important}.d-table-row{display:table-row !important}.d-table-cell{display:table-cell !important}.d-flex{display:flex !important}.d-inline-flex{display:inline-flex !important}.d-none{display:none !important}.shadow{box-shadow:0 .5rem 1rem rgba(0,0,0,.15) !important}.shadow-sm{box-shadow:0 .125rem .25rem rgba(0,0,0,.075) !important}.shadow-lg{box-shadow:0 1rem 3rem rgba(0,0,0,.175) !important}.shadow-none{box-shadow:none !important}.position-static{position:static !important}.position-relative{position:relative !important}.position-absolute{position:absolute !important}.position-fixed{position:fixed !important}.position-sticky{position:sticky !important}.top-0{top:0 !important}.top-50{top:50% !important}.top-100{top:100% !important}.bottom-0{bottom:0 !important}.bottom-50{bottom:50% !important}.bottom-100{bottom:100% !important}.start-0{left:0 !important}.start-50{left:50% !important}.start-100{left:100% !important}.end-0{right:0 !important}.end-50{right:50% !important}.end-100{right:100% !important}.translate-middle{transform:translate(-50%, -50%) !important}.translate-middle-x{transform:translateX(-50%) !important}.translate-middle-y{transform:translateY(-50%) !important}.border{border:1px solid #dee2e6 !important}.border-0{border:0 !important}.border-top{border-top:1px solid #dee2e6 !important}.border-top-0{border-top:0 !important}.border-end{border-right:1px solid #dee2e6 !important}.border-end-0{border-right:0 !important}.border-bottom{border-bottom:1px solid #dee2e6 !important}.border-bottom-0{border-bottom:0 !important}.border-start{border-left:1px solid #dee2e6 !important}.border-start-0{border-left:0 !important}.border-primary{border-color:#0d6efd !important}.border-secondary{border-color:#6c757d !important}.border-success{border-color:#198754 !important}.border-info{border-color:#0dcaf0 !important}.border-warning{border-color:#ffc107 !important}.border-danger{border-color:#dc3545 !important}.border-light{border-color:#f8f9fa !important}.border-dark{border-color:#212529 !important}.border-white{border-color:#fff !important}.border-1{border-width:1px !important}.border-2{border-width:2px !important}.border-3{border-width:3px !important}.border-4{border-width:4px !important}.border-5{border-width:5px !important}.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}.mw-100{max-width:100% !important}.vw-100{width:100vw !important}.min-vw-100{min-width:100vw !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}.mh-100{max-height:100% !important}.vh-100{height:100vh !important}.min-vh-100{min-height:100vh !important}.flex-fill{flex:1 1 auto !important}.flex-row{flex-direction:row !important}.flex-column{flex-direction:column !important}.flex-row-reverse{flex-direction:row-reverse !important}.flex-column-reverse{flex-direction:column-reverse !important}.flex-grow-0{flex-grow:0 !important}.flex-grow-1{flex-grow:1 !important}.flex-shrink-0{flex-shrink:0 !important}.flex-shrink-1{flex-shrink:1 !important}.flex-wrap{flex-wrap:wrap !important}.flex-nowrap{flex-wrap:nowrap !important}.flex-wrap-reverse{flex-wrap:wrap-reverse !important}.gap-0{gap:0 !important}.gap-1{gap:.25rem !important}.gap-2{gap:.5rem !important}.gap-3{gap:1rem !important}.gap-4{gap:1.5rem !important}.gap-5{gap:3rem !important}.justify-content-start{justify-content:flex-start !important}.justify-content-end{justify-content:flex-end !important}.justify-content-center{justify-content:center !important}.justify-content-between{justify-content:space-between !important}.justify-content-around{justify-content:space-around !important}.justify-content-evenly{justify-content:space-evenly !important}.align-items-start{align-items:flex-start !important}.align-items-end{align-items:flex-end !important}.align-items-center{align-items:center !important}.align-items-baseline{align-items:baseline !important}.align-items-stretch{align-items:stretch !important}.align-content-start{align-content:flex-start !important}.align-content-end{align-content:flex-end !important}.align-content-center{align-content:center !important}.align-content-between{align-content:space-between !important}.align-content-around{align-content:space-around !important}.align-content-stretch{align-content:stretch !important}.align-self-auto{align-self:auto !important}.align-self-start{align-self:flex-start !important}.align-self-end{align-self:flex-end !important}.align-self-center{align-self:center !important}.align-self-baseline{align-self:baseline !important}.align-self-stretch{align-self:stretch !important}.order-first{order:-1 !important}.order-0{order:0 !important}.order-1{order:1 !important}.order-2{order:2 !important}.order-3{order:3 !important}.order-4{order:4 !important}.order-5{order:5 !important}.order-last{order:6 !important}.m-0{margin:0 !important}.m-1{margin:.25rem !important}.m-2{margin:.5rem !important}.m-3{margin:1rem !important}.m-4{margin:1.5rem !important}.m-5{margin:3rem !important}.m-auto{margin:auto !important}.mx-0{margin-right:0 !important;margin-left:0 !important}.mx-1{margin-right:.25rem !important;margin-left:.25rem !important}.mx-2{margin-right:.5rem !important;margin-left:.5rem !important}.mx-3{margin-right:1rem !important;margin-left:1rem !important}.mx-4{margin-right:1.5rem !important;margin-left:1.5rem !important}.mx-5{margin-right:3rem !important;margin-left:3rem !important}.mx-auto{margin-right:auto !important;margin-left:auto !important}.my-0{margin-top:0 !important;margin-bottom:0 !important}.my-1{margin-top:.25rem !important;margin-bottom:.25rem !important}.my-2{margin-top:.5rem !important;margin-bottom:.5rem !important}.my-3{margin-top:1rem !important;margin-bottom:1rem !important}.my-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.my-5{margin-top:3rem !important;margin-bottom:3rem !important}.my-auto{margin-top:auto !important;margin-bottom:auto !important}.mt-0{margin-top:0 !important}.mt-1{margin-top:.25rem !important}.mt-2{margin-top:.5rem !important}.mt-3{margin-top:1rem !important}.mt-4{margin-top:1.5rem !important}.mt-5{margin-top:3rem !important}.mt-auto{margin-top:auto !important}.me-0{margin-right:0 !important}.me-1{margin-right:.25rem !important}.me-2{margin-right:.5rem !important}.me-3{margin-right:1rem !important}.me-4{margin-right:1.5rem !important}.me-5{margin-right:3rem !important}.me-auto{margin-right:auto !important}.mb-0{margin-bottom:0 !important}.mb-1{margin-bottom:.25rem !important}.mb-2{margin-bottom:.5rem !important}.mb-3{margin-bottom:1rem !important}.mb-4{margin-bottom:1.5rem !important}.mb-5{margin-bottom:3rem !important}.mb-auto{margin-bottom:auto !important}.ms-0{margin-left:0 !important}.ms-1{margin-left:.25rem !important}.ms-2{margin-left:.5rem !important}.ms-3{margin-left:1rem !important}.ms-4{margin-left:1.5rem !important}.ms-5{margin-left:3rem !important}.ms-auto{margin-left:auto !important}.p-0{padding:0 !important}.p-1{padding:.25rem !important}.p-2{padding:.5rem !important}.p-3{padding:1rem !important}.p-4{padding:1.5rem !important}.p-5{padding:3rem !important}.px-0{padding-right:0 !important;padding-left:0 !important}.px-1{padding-right:.25rem !important;padding-left:.25rem !important}.px-2{padding-right:.5rem !important;padding-left:.5rem !important}.px-3{padding-right:1rem !important;padding-left:1rem !important}.px-4{padding-right:1.5rem !important;padding-left:1.5rem !important}.px-5{padding-right:3rem !important;padding-left:3rem !important}.py-0{padding-top:0 !important;padding-bottom:0 !important}.py-1{padding-top:.25rem !important;padding-bottom:.25rem !important}.py-2{padding-top:.5rem !important;padding-bottom:.5rem !important}.py-3{padding-top:1rem !important;padding-bottom:1rem !important}.py-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.py-5{padding-top:3rem !important;padding-bottom:3rem !important}.pt-0{padding-top:0 !important}.pt-1{padding-top:.25rem !important}.pt-2{padding-top:.5rem !important}.pt-3{padding-top:1rem !important}.pt-4{padding-top:1.5rem !important}.pt-5{padding-top:3rem !important}.pe-0{padding-right:0 !important}.pe-1{padding-right:.25rem !important}.pe-2{padding-right:.5rem !important}.pe-3{padding-right:1rem !important}.pe-4{padding-right:1.5rem !important}.pe-5{padding-right:3rem !important}.pb-0{padding-bottom:0 !important}.pb-1{padding-bottom:.25rem !important}.pb-2{padding-bottom:.5rem !important}.pb-3{padding-bottom:1rem !important}.pb-4{padding-bottom:1.5rem !important}.pb-5{padding-bottom:3rem !important}.ps-0{padding-left:0 !important}.ps-1{padding-left:.25rem !important}.ps-2{padding-left:.5rem !important}.ps-3{padding-left:1rem !important}.ps-4{padding-left:1.5rem !important}.ps-5{padding-left:3rem !important}.font-monospace{font-family:var(--bs-font-monospace) !important}.fs-1{font-size:calc(1.375rem + 1.5vw) !important}.fs-2{font-size:calc(1.325rem + 0.9vw) !important}.fs-3{font-size:calc(1.3rem + 0.6vw) !important}.fs-4{font-size:calc(1.275rem + 0.3vw) !important}.fs-5{font-size:1.25rem !important}.fs-6{font-size:1rem !important}.fst-italic{font-style:italic !important}.fst-normal{font-style:normal !important}.fw-light{font-weight:300 !important}.fw-lighter{font-weight:lighter !important}.fw-normal{font-weight:400 !important}.fw-bold{font-weight:700 !important}.fw-bolder{font-weight:bolder !important}.lh-1{line-height:1 !important}.lh-sm{line-height:1.25 !important}.lh-base{line-height:1.5 !important}.lh-lg{line-height:2 !important}.text-start{text-align:left !important}.text-end{text-align:right !important}.text-center{text-align:center !important}.text-decoration-none{text-decoration:none !important}.text-decoration-underline{text-decoration:underline !important}.text-decoration-line-through{text-decoration:line-through !important}.text-lowercase{text-transform:lowercase !important}.text-uppercase{text-transform:uppercase !important}.text-capitalize{text-transform:capitalize !important}.text-wrap{white-space:normal !important}.text-nowrap{white-space:nowrap !important}.text-break{word-wrap:break-word !important;word-break:break-word !important}.text-primary{--bs-text-opacity: 1;color:rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important}.text-secondary{--bs-text-opacity: 1;color:rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important}.text-success{--bs-text-opacity: 1;color:rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important}.text-info{--bs-text-opacity: 1;color:rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important}.text-warning{--bs-text-opacity: 1;color:rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important}.text-danger{--bs-text-opacity: 1;color:rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important}.text-light{--bs-text-opacity: 1;color:rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important}.text-dark{--bs-text-opacity: 1;color:rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important}.text-black{--bs-text-opacity: 1;color:rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important}.text-white{--bs-text-opacity: 1;color:rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important}.text-body{--bs-text-opacity: 1;color:rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important}.text-muted{--bs-text-opacity: 1;color:#6c757d !important}.text-black-50{--bs-text-opacity: 1;color:rgba(0,0,0,.5) !important}.text-white-50{--bs-text-opacity: 1;color:rgba(255,255,255,.5) !important}.text-reset{--bs-text-opacity: 1;color:inherit !important}.text-opacity-25{--bs-text-opacity: 0.25}.text-opacity-50{--bs-text-opacity: 0.5}.text-opacity-75{--bs-text-opacity: 0.75}.text-opacity-100{--bs-text-opacity: 1}.bg-primary{--bs-bg-opacity: 1;background-color:rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important}.bg-secondary{--bs-bg-opacity: 1;background-color:rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important}.bg-success{--bs-bg-opacity: 1;background-color:rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important}.bg-info{--bs-bg-opacity: 1;background-color:rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important}.bg-warning{--bs-bg-opacity: 1;background-color:rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important}.bg-danger{--bs-bg-opacity: 1;background-color:rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important}.bg-light{--bs-bg-opacity: 1;background-color:rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important}.bg-dark{--bs-bg-opacity: 1;background-color:rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important}.bg-black{--bs-bg-opacity: 1;background-color:rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important}.bg-white{--bs-bg-opacity: 1;background-color:rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important}.bg-body{--bs-bg-opacity: 1;background-color:rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important}.bg-transparent{--bs-bg-opacity: 1;background-color:rgba(0,0,0,0) !important}.bg-opacity-10{--bs-bg-opacity: 0.1}.bg-opacity-25{--bs-bg-opacity: 0.25}.bg-opacity-50{--bs-bg-opacity: 0.5}.bg-opacity-75{--bs-bg-opacity: 0.75}.bg-opacity-100{--bs-bg-opacity: 1}.bg-gradient{background-image:var(--bs-gradient) !important}.user-select-all{user-select:all !important}.user-select-auto{user-select:auto !important}.user-select-none{user-select:none !important}.pe-none{pointer-events:none !important}.pe-auto{pointer-events:auto !important}.rounded{border-radius:.25rem !important}.rounded-0{border-radius:0 !important}.rounded-1{border-radius:.2rem !important}.rounded-2{border-radius:.25rem !important}.rounded-3{border-radius:.3rem !important}.rounded-circle{border-radius:50% !important}.rounded-pill{border-radius:50rem !important}.rounded-top{border-top-left-radius:.25rem !important;border-top-right-radius:.25rem !important}.rounded-end{border-top-right-radius:.25rem !important;border-bottom-right-radius:.25rem !important}.rounded-bottom{border-bottom-right-radius:.25rem !important;border-bottom-left-radius:.25rem !important}.rounded-start{border-bottom-left-radius:.25rem !important;border-top-left-radius:.25rem !important}.visible{visibility:visible !important}.invisible{visibility:hidden !important}@media(min-width: 576px){.float-sm-start{float:left !important}.float-sm-end{float:right !important}.float-sm-none{float:none !important}.d-sm-inline{display:inline !important}.d-sm-inline-block{display:inline-block !important}.d-sm-block{display:block !important}.d-sm-grid{display:grid !important}.d-sm-table{display:table !important}.d-sm-table-row{display:table-row !important}.d-sm-table-cell{display:table-cell !important}.d-sm-flex{display:flex !important}.d-sm-inline-flex{display:inline-flex !important}.d-sm-none{display:none !important}.flex-sm-fill{flex:1 1 auto !important}.flex-sm-row{flex-direction:row !important}.flex-sm-column{flex-direction:column !important}.flex-sm-row-reverse{flex-direction:row-reverse !important}.flex-sm-column-reverse{flex-direction:column-reverse !important}.flex-sm-grow-0{flex-grow:0 !important}.flex-sm-grow-1{flex-grow:1 !important}.flex-sm-shrink-0{flex-shrink:0 !important}.flex-sm-shrink-1{flex-shrink:1 !important}.flex-sm-wrap{flex-wrap:wrap !important}.flex-sm-nowrap{flex-wrap:nowrap !important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse !important}.gap-sm-0{gap:0 !important}.gap-sm-1{gap:.25rem !important}.gap-sm-2{gap:.5rem !important}.gap-sm-3{gap:1rem !important}.gap-sm-4{gap:1.5rem !important}.gap-sm-5{gap:3rem !important}.justify-content-sm-start{justify-content:flex-start !important}.justify-content-sm-end{justify-content:flex-end !important}.justify-content-sm-center{justify-content:center !important}.justify-content-sm-between{justify-content:space-between !important}.justify-content-sm-around{justify-content:space-around !important}.justify-content-sm-evenly{justify-content:space-evenly !important}.align-items-sm-start{align-items:flex-start !important}.align-items-sm-end{align-items:flex-end !important}.align-items-sm-center{align-items:center !important}.align-items-sm-baseline{align-items:baseline !important}.align-items-sm-stretch{align-items:stretch !important}.align-content-sm-start{align-content:flex-start !important}.align-content-sm-end{align-content:flex-end !important}.align-content-sm-center{align-content:center !important}.align-content-sm-between{align-content:space-between !important}.align-content-sm-around{align-content:space-around !important}.align-content-sm-stretch{align-content:stretch !important}.align-self-sm-auto{align-self:auto !important}.align-self-sm-start{align-self:flex-start !important}.align-self-sm-end{align-self:flex-end !important}.align-self-sm-center{align-self:center !important}.align-self-sm-baseline{align-self:baseline !important}.align-self-sm-stretch{align-self:stretch !important}.order-sm-first{order:-1 !important}.order-sm-0{order:0 !important}.order-sm-1{order:1 !important}.order-sm-2{order:2 !important}.order-sm-3{order:3 !important}.order-sm-4{order:4 !important}.order-sm-5{order:5 !important}.order-sm-last{order:6 !important}.m-sm-0{margin:0 !important}.m-sm-1{margin:.25rem !important}.m-sm-2{margin:.5rem !important}.m-sm-3{margin:1rem !important}.m-sm-4{margin:1.5rem !important}.m-sm-5{margin:3rem !important}.m-sm-auto{margin:auto !important}.mx-sm-0{margin-right:0 !important;margin-left:0 !important}.mx-sm-1{margin-right:.25rem !important;margin-left:.25rem !important}.mx-sm-2{margin-right:.5rem !important;margin-left:.5rem !important}.mx-sm-3{margin-right:1rem !important;margin-left:1rem !important}.mx-sm-4{margin-right:1.5rem !important;margin-left:1.5rem !important}.mx-sm-5{margin-right:3rem !important;margin-left:3rem !important}.mx-sm-auto{margin-right:auto !important;margin-left:auto !important}.my-sm-0{margin-top:0 !important;margin-bottom:0 !important}.my-sm-1{margin-top:.25rem !important;margin-bottom:.25rem !important}.my-sm-2{margin-top:.5rem !important;margin-bottom:.5rem !important}.my-sm-3{margin-top:1rem !important;margin-bottom:1rem !important}.my-sm-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.my-sm-5{margin-top:3rem !important;margin-bottom:3rem !important}.my-sm-auto{margin-top:auto !important;margin-bottom:auto !important}.mt-sm-0{margin-top:0 !important}.mt-sm-1{margin-top:.25rem !important}.mt-sm-2{margin-top:.5rem !important}.mt-sm-3{margin-top:1rem !important}.mt-sm-4{margin-top:1.5rem !important}.mt-sm-5{margin-top:3rem !important}.mt-sm-auto{margin-top:auto !important}.me-sm-0{margin-right:0 !important}.me-sm-1{margin-right:.25rem !important}.me-sm-2{margin-right:.5rem !important}.me-sm-3{margin-right:1rem !important}.me-sm-4{margin-right:1.5rem !important}.me-sm-5{margin-right:3rem !important}.me-sm-auto{margin-right:auto !important}.mb-sm-0{margin-bottom:0 !important}.mb-sm-1{margin-bottom:.25rem !important}.mb-sm-2{margin-bottom:.5rem !important}.mb-sm-3{margin-bottom:1rem !important}.mb-sm-4{margin-bottom:1.5rem !important}.mb-sm-5{margin-bottom:3rem !important}.mb-sm-auto{margin-bottom:auto !important}.ms-sm-0{margin-left:0 !important}.ms-sm-1{margin-left:.25rem !important}.ms-sm-2{margin-left:.5rem !important}.ms-sm-3{margin-left:1rem !important}.ms-sm-4{margin-left:1.5rem !important}.ms-sm-5{margin-left:3rem !important}.ms-sm-auto{margin-left:auto !important}.p-sm-0{padding:0 !important}.p-sm-1{padding:.25rem !important}.p-sm-2{padding:.5rem !important}.p-sm-3{padding:1rem !important}.p-sm-4{padding:1.5rem !important}.p-sm-5{padding:3rem !important}.px-sm-0{padding-right:0 !important;padding-left:0 !important}.px-sm-1{padding-right:.25rem !important;padding-left:.25rem !important}.px-sm-2{padding-right:.5rem !important;padding-left:.5rem !important}.px-sm-3{padding-right:1rem !important;padding-left:1rem !important}.px-sm-4{padding-right:1.5rem !important;padding-left:1.5rem !important}.px-sm-5{padding-right:3rem !important;padding-left:3rem !important}.py-sm-0{padding-top:0 !important;padding-bottom:0 !important}.py-sm-1{padding-top:.25rem !important;padding-bottom:.25rem !important}.py-sm-2{padding-top:.5rem !important;padding-bottom:.5rem !important}.py-sm-3{padding-top:1rem !important;padding-bottom:1rem !important}.py-sm-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.py-sm-5{padding-top:3rem !important;padding-bottom:3rem !important}.pt-sm-0{padding-top:0 !important}.pt-sm-1{padding-top:.25rem !important}.pt-sm-2{padding-top:.5rem !important}.pt-sm-3{padding-top:1rem !important}.pt-sm-4{padding-top:1.5rem !important}.pt-sm-5{padding-top:3rem !important}.pe-sm-0{padding-right:0 !important}.pe-sm-1{padding-right:.25rem !important}.pe-sm-2{padding-right:.5rem !important}.pe-sm-3{padding-right:1rem !important}.pe-sm-4{padding-right:1.5rem !important}.pe-sm-5{padding-right:3rem !important}.pb-sm-0{padding-bottom:0 !important}.pb-sm-1{padding-bottom:.25rem !important}.pb-sm-2{padding-bottom:.5rem !important}.pb-sm-3{padding-bottom:1rem !important}.pb-sm-4{padding-bottom:1.5rem !important}.pb-sm-5{padding-bottom:3rem !important}.ps-sm-0{padding-left:0 !important}.ps-sm-1{padding-left:.25rem !important}.ps-sm-2{padding-left:.5rem !important}.ps-sm-3{padding-left:1rem !important}.ps-sm-4{padding-left:1.5rem !important}.ps-sm-5{padding-left:3rem !important}.text-sm-start{text-align:left !important}.text-sm-end{text-align:right !important}.text-sm-center{text-align:center !important}}@media(min-width: 769px){.float-md-start{float:left !important}.float-md-end{float:right !important}.float-md-none{float:none !important}.d-md-inline{display:inline !important}.d-md-inline-block{display:inline-block !important}.d-md-block{display:block !important}.d-md-grid{display:grid !important}.d-md-table{display:table !important}.d-md-table-row{display:table-row !important}.d-md-table-cell{display:table-cell !important}.d-md-flex{display:flex !important}.d-md-inline-flex{display:inline-flex !important}.d-md-none{display:none !important}.flex-md-fill{flex:1 1 auto !important}.flex-md-row{flex-direction:row !important}.flex-md-column{flex-direction:column !important}.flex-md-row-reverse{flex-direction:row-reverse !important}.flex-md-column-reverse{flex-direction:column-reverse !important}.flex-md-grow-0{flex-grow:0 !important}.flex-md-grow-1{flex-grow:1 !important}.flex-md-shrink-0{flex-shrink:0 !important}.flex-md-shrink-1{flex-shrink:1 !important}.flex-md-wrap{flex-wrap:wrap !important}.flex-md-nowrap{flex-wrap:nowrap !important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse !important}.gap-md-0{gap:0 !important}.gap-md-1{gap:.25rem !important}.gap-md-2{gap:.5rem !important}.gap-md-3{gap:1rem !important}.gap-md-4{gap:1.5rem !important}.gap-md-5{gap:3rem !important}.justify-content-md-start{justify-content:flex-start !important}.justify-content-md-end{justify-content:flex-end !important}.justify-content-md-center{justify-content:center !important}.justify-content-md-between{justify-content:space-between !important}.justify-content-md-around{justify-content:space-around !important}.justify-content-md-evenly{justify-content:space-evenly !important}.align-items-md-start{align-items:flex-start !important}.align-items-md-end{align-items:flex-end !important}.align-items-md-center{align-items:center !important}.align-items-md-baseline{align-items:baseline !important}.align-items-md-stretch{align-items:stretch !important}.align-content-md-start{align-content:flex-start !important}.align-content-md-end{align-content:flex-end !important}.align-content-md-center{align-content:center !important}.align-content-md-between{align-content:space-between !important}.align-content-md-around{align-content:space-around !important}.align-content-md-stretch{align-content:stretch !important}.align-self-md-auto{align-self:auto !important}.align-self-md-start{align-self:flex-start !important}.align-self-md-end{align-self:flex-end !important}.align-self-md-center{align-self:center !important}.align-self-md-baseline{align-self:baseline !important}.align-self-md-stretch{align-self:stretch !important}.order-md-first{order:-1 !important}.order-md-0{order:0 !important}.order-md-1{order:1 !important}.order-md-2{order:2 !important}.order-md-3{order:3 !important}.order-md-4{order:4 !important}.order-md-5{order:5 !important}.order-md-last{order:6 !important}.m-md-0{margin:0 !important}.m-md-1{margin:.25rem !important}.m-md-2{margin:.5rem !important}.m-md-3{margin:1rem !important}.m-md-4{margin:1.5rem !important}.m-md-5{margin:3rem !important}.m-md-auto{margin:auto !important}.mx-md-0{margin-right:0 !important;margin-left:0 !important}.mx-md-1{margin-right:.25rem !important;margin-left:.25rem !important}.mx-md-2{margin-right:.5rem !important;margin-left:.5rem !important}.mx-md-3{margin-right:1rem !important;margin-left:1rem !important}.mx-md-4{margin-right:1.5rem !important;margin-left:1.5rem !important}.mx-md-5{margin-right:3rem !important;margin-left:3rem !important}.mx-md-auto{margin-right:auto !important;margin-left:auto !important}.my-md-0{margin-top:0 !important;margin-bottom:0 !important}.my-md-1{margin-top:.25rem !important;margin-bottom:.25rem !important}.my-md-2{margin-top:.5rem !important;margin-bottom:.5rem !important}.my-md-3{margin-top:1rem !important;margin-bottom:1rem !important}.my-md-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.my-md-5{margin-top:3rem !important;margin-bottom:3rem !important}.my-md-auto{margin-top:auto !important;margin-bottom:auto !important}.mt-md-0{margin-top:0 !important}.mt-md-1{margin-top:.25rem !important}.mt-md-2{margin-top:.5rem !important}.mt-md-3{margin-top:1rem !important}.mt-md-4{margin-top:1.5rem !important}.mt-md-5{margin-top:3rem !important}.mt-md-auto{margin-top:auto !important}.me-md-0{margin-right:0 !important}.me-md-1{margin-right:.25rem !important}.me-md-2{margin-right:.5rem !important}.me-md-3{margin-right:1rem !important}.me-md-4{margin-right:1.5rem !important}.me-md-5{margin-right:3rem !important}.me-md-auto{margin-right:auto !important}.mb-md-0{margin-bottom:0 !important}.mb-md-1{margin-bottom:.25rem !important}.mb-md-2{margin-bottom:.5rem !important}.mb-md-3{margin-bottom:1rem !important}.mb-md-4{margin-bottom:1.5rem !important}.mb-md-5{margin-bottom:3rem !important}.mb-md-auto{margin-bottom:auto !important}.ms-md-0{margin-left:0 !important}.ms-md-1{margin-left:.25rem !important}.ms-md-2{margin-left:.5rem !important}.ms-md-3{margin-left:1rem !important}.ms-md-4{margin-left:1.5rem !important}.ms-md-5{margin-left:3rem !important}.ms-md-auto{margin-left:auto !important}.p-md-0{padding:0 !important}.p-md-1{padding:.25rem !important}.p-md-2{padding:.5rem !important}.p-md-3{padding:1rem !important}.p-md-4{padding:1.5rem !important}.p-md-5{padding:3rem !important}.px-md-0{padding-right:0 !important;padding-left:0 !important}.px-md-1{padding-right:.25rem !important;padding-left:.25rem !important}.px-md-2{padding-right:.5rem !important;padding-left:.5rem !important}.px-md-3{padding-right:1rem !important;padding-left:1rem !important}.px-md-4{padding-right:1.5rem !important;padding-left:1.5rem !important}.px-md-5{padding-right:3rem !important;padding-left:3rem !important}.py-md-0{padding-top:0 !important;padding-bottom:0 !important}.py-md-1{padding-top:.25rem !important;padding-bottom:.25rem !important}.py-md-2{padding-top:.5rem !important;padding-bottom:.5rem !important}.py-md-3{padding-top:1rem !important;padding-bottom:1rem !important}.py-md-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.py-md-5{padding-top:3rem !important;padding-bottom:3rem !important}.pt-md-0{padding-top:0 !important}.pt-md-1{padding-top:.25rem !important}.pt-md-2{padding-top:.5rem !important}.pt-md-3{padding-top:1rem !important}.pt-md-4{padding-top:1.5rem !important}.pt-md-5{padding-top:3rem !important}.pe-md-0{padding-right:0 !important}.pe-md-1{padding-right:.25rem !important}.pe-md-2{padding-right:.5rem !important}.pe-md-3{padding-right:1rem !important}.pe-md-4{padding-right:1.5rem !important}.pe-md-5{padding-right:3rem !important}.pb-md-0{padding-bottom:0 !important}.pb-md-1{padding-bottom:.25rem !important}.pb-md-2{padding-bottom:.5rem !important}.pb-md-3{padding-bottom:1rem !important}.pb-md-4{padding-bottom:1.5rem !important}.pb-md-5{padding-bottom:3rem !important}.ps-md-0{padding-left:0 !important}.ps-md-1{padding-left:.25rem !important}.ps-md-2{padding-left:.5rem !important}.ps-md-3{padding-left:1rem !important}.ps-md-4{padding-left:1.5rem !important}.ps-md-5{padding-left:3rem !important}.text-md-start{text-align:left !important}.text-md-end{text-align:right !important}.text-md-center{text-align:center !important}}@media(min-width: 992px){.float-lg-start{float:left !important}.float-lg-end{float:right !important}.float-lg-none{float:none !important}.d-lg-inline{display:inline !important}.d-lg-inline-block{display:inline-block !important}.d-lg-block{display:block !important}.d-lg-grid{display:grid !important}.d-lg-table{display:table !important}.d-lg-table-row{display:table-row !important}.d-lg-table-cell{display:table-cell !important}.d-lg-flex{display:flex !important}.d-lg-inline-flex{display:inline-flex !important}.d-lg-none{display:none !important}.flex-lg-fill{flex:1 1 auto !important}.flex-lg-row{flex-direction:row !important}.flex-lg-column{flex-direction:column !important}.flex-lg-row-reverse{flex-direction:row-reverse !important}.flex-lg-column-reverse{flex-direction:column-reverse !important}.flex-lg-grow-0{flex-grow:0 !important}.flex-lg-grow-1{flex-grow:1 !important}.flex-lg-shrink-0{flex-shrink:0 !important}.flex-lg-shrink-1{flex-shrink:1 !important}.flex-lg-wrap{flex-wrap:wrap !important}.flex-lg-nowrap{flex-wrap:nowrap !important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse !important}.gap-lg-0{gap:0 !important}.gap-lg-1{gap:.25rem !important}.gap-lg-2{gap:.5rem !important}.gap-lg-3{gap:1rem !important}.gap-lg-4{gap:1.5rem !important}.gap-lg-5{gap:3rem !important}.justify-content-lg-start{justify-content:flex-start !important}.justify-content-lg-end{justify-content:flex-end !important}.justify-content-lg-center{justify-content:center !important}.justify-content-lg-between{justify-content:space-between !important}.justify-content-lg-around{justify-content:space-around !important}.justify-content-lg-evenly{justify-content:space-evenly !important}.align-items-lg-start{align-items:flex-start !important}.align-items-lg-end{align-items:flex-end !important}.align-items-lg-center{align-items:center !important}.align-items-lg-baseline{align-items:baseline !important}.align-items-lg-stretch{align-items:stretch !important}.align-content-lg-start{align-content:flex-start !important}.align-content-lg-end{align-content:flex-end !important}.align-content-lg-center{align-content:center !important}.align-content-lg-between{align-content:space-between !important}.align-content-lg-around{align-content:space-around !important}.align-content-lg-stretch{align-content:stretch !important}.align-self-lg-auto{align-self:auto !important}.align-self-lg-start{align-self:flex-start !important}.align-self-lg-end{align-self:flex-end !important}.align-self-lg-center{align-self:center !important}.align-self-lg-baseline{align-self:baseline !important}.align-self-lg-stretch{align-self:stretch !important}.order-lg-first{order:-1 !important}.order-lg-0{order:0 !important}.order-lg-1{order:1 !important}.order-lg-2{order:2 !important}.order-lg-3{order:3 !important}.order-lg-4{order:4 !important}.order-lg-5{order:5 !important}.order-lg-last{order:6 !important}.m-lg-0{margin:0 !important}.m-lg-1{margin:.25rem !important}.m-lg-2{margin:.5rem !important}.m-lg-3{margin:1rem !important}.m-lg-4{margin:1.5rem !important}.m-lg-5{margin:3rem !important}.m-lg-auto{margin:auto !important}.mx-lg-0{margin-right:0 !important;margin-left:0 !important}.mx-lg-1{margin-right:.25rem !important;margin-left:.25rem !important}.mx-lg-2{margin-right:.5rem !important;margin-left:.5rem !important}.mx-lg-3{margin-right:1rem !important;margin-left:1rem !important}.mx-lg-4{margin-right:1.5rem !important;margin-left:1.5rem !important}.mx-lg-5{margin-right:3rem !important;margin-left:3rem !important}.mx-lg-auto{margin-right:auto !important;margin-left:auto !important}.my-lg-0{margin-top:0 !important;margin-bottom:0 !important}.my-lg-1{margin-top:.25rem !important;margin-bottom:.25rem !important}.my-lg-2{margin-top:.5rem !important;margin-bottom:.5rem !important}.my-lg-3{margin-top:1rem !important;margin-bottom:1rem !important}.my-lg-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.my-lg-5{margin-top:3rem !important;margin-bottom:3rem !important}.my-lg-auto{margin-top:auto !important;margin-bottom:auto !important}.mt-lg-0{margin-top:0 !important}.mt-lg-1{margin-top:.25rem !important}.mt-lg-2{margin-top:.5rem !important}.mt-lg-3{margin-top:1rem !important}.mt-lg-4{margin-top:1.5rem !important}.mt-lg-5{margin-top:3rem !important}.mt-lg-auto{margin-top:auto !important}.me-lg-0{margin-right:0 !important}.me-lg-1{margin-right:.25rem !important}.me-lg-2{margin-right:.5rem !important}.me-lg-3{margin-right:1rem !important}.me-lg-4{margin-right:1.5rem !important}.me-lg-5{margin-right:3rem !important}.me-lg-auto{margin-right:auto !important}.mb-lg-0{margin-bottom:0 !important}.mb-lg-1{margin-bottom:.25rem !important}.mb-lg-2{margin-bottom:.5rem !important}.mb-lg-3{margin-bottom:1rem !important}.mb-lg-4{margin-bottom:1.5rem !important}.mb-lg-5{margin-bottom:3rem !important}.mb-lg-auto{margin-bottom:auto !important}.ms-lg-0{margin-left:0 !important}.ms-lg-1{margin-left:.25rem !important}.ms-lg-2{margin-left:.5rem !important}.ms-lg-3{margin-left:1rem !important}.ms-lg-4{margin-left:1.5rem !important}.ms-lg-5{margin-left:3rem !important}.ms-lg-auto{margin-left:auto !important}.p-lg-0{padding:0 !important}.p-lg-1{padding:.25rem !important}.p-lg-2{padding:.5rem !important}.p-lg-3{padding:1rem !important}.p-lg-4{padding:1.5rem !important}.p-lg-5{padding:3rem !important}.px-lg-0{padding-right:0 !important;padding-left:0 !important}.px-lg-1{padding-right:.25rem !important;padding-left:.25rem !important}.px-lg-2{padding-right:.5rem !important;padding-left:.5rem !important}.px-lg-3{padding-right:1rem !important;padding-left:1rem !important}.px-lg-4{padding-right:1.5rem !important;padding-left:1.5rem !important}.px-lg-5{padding-right:3rem !important;padding-left:3rem !important}.py-lg-0{padding-top:0 !important;padding-bottom:0 !important}.py-lg-1{padding-top:.25rem !important;padding-bottom:.25rem !important}.py-lg-2{padding-top:.5rem !important;padding-bottom:.5rem !important}.py-lg-3{padding-top:1rem !important;padding-bottom:1rem !important}.py-lg-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.py-lg-5{padding-top:3rem !important;padding-bottom:3rem !important}.pt-lg-0{padding-top:0 !important}.pt-lg-1{padding-top:.25rem !important}.pt-lg-2{padding-top:.5rem !important}.pt-lg-3{padding-top:1rem !important}.pt-lg-4{padding-top:1.5rem !important}.pt-lg-5{padding-top:3rem !important}.pe-lg-0{padding-right:0 !important}.pe-lg-1{padding-right:.25rem !important}.pe-lg-2{padding-right:.5rem !important}.pe-lg-3{padding-right:1rem !important}.pe-lg-4{padding-right:1.5rem !important}.pe-lg-5{padding-right:3rem !important}.pb-lg-0{padding-bottom:0 !important}.pb-lg-1{padding-bottom:.25rem !important}.pb-lg-2{padding-bottom:.5rem !important}.pb-lg-3{padding-bottom:1rem !important}.pb-lg-4{padding-bottom:1.5rem !important}.pb-lg-5{padding-bottom:3rem !important}.ps-lg-0{padding-left:0 !important}.ps-lg-1{padding-left:.25rem !important}.ps-lg-2{padding-left:.5rem !important}.ps-lg-3{padding-left:1rem !important}.ps-lg-4{padding-left:1.5rem !important}.ps-lg-5{padding-left:3rem !important}.text-lg-start{text-align:left !important}.text-lg-end{text-align:right !important}.text-lg-center{text-align:center !important}}@media(min-width: 1025px){.float-laptop-start{float:left !important}.float-laptop-end{float:right !important}.float-laptop-none{float:none !important}.d-laptop-inline{display:inline !important}.d-laptop-inline-block{display:inline-block !important}.d-laptop-block{display:block !important}.d-laptop-grid{display:grid !important}.d-laptop-table{display:table !important}.d-laptop-table-row{display:table-row !important}.d-laptop-table-cell{display:table-cell !important}.d-laptop-flex{display:flex !important}.d-laptop-inline-flex{display:inline-flex !important}.d-laptop-none{display:none !important}.flex-laptop-fill{flex:1 1 auto !important}.flex-laptop-row{flex-direction:row !important}.flex-laptop-column{flex-direction:column !important}.flex-laptop-row-reverse{flex-direction:row-reverse !important}.flex-laptop-column-reverse{flex-direction:column-reverse !important}.flex-laptop-grow-0{flex-grow:0 !important}.flex-laptop-grow-1{flex-grow:1 !important}.flex-laptop-shrink-0{flex-shrink:0 !important}.flex-laptop-shrink-1{flex-shrink:1 !important}.flex-laptop-wrap{flex-wrap:wrap !important}.flex-laptop-nowrap{flex-wrap:nowrap !important}.flex-laptop-wrap-reverse{flex-wrap:wrap-reverse !important}.gap-laptop-0{gap:0 !important}.gap-laptop-1{gap:.25rem !important}.gap-laptop-2{gap:.5rem !important}.gap-laptop-3{gap:1rem !important}.gap-laptop-4{gap:1.5rem !important}.gap-laptop-5{gap:3rem !important}.justify-content-laptop-start{justify-content:flex-start !important}.justify-content-laptop-end{justify-content:flex-end !important}.justify-content-laptop-center{justify-content:center !important}.justify-content-laptop-between{justify-content:space-between !important}.justify-content-laptop-around{justify-content:space-around !important}.justify-content-laptop-evenly{justify-content:space-evenly !important}.align-items-laptop-start{align-items:flex-start !important}.align-items-laptop-end{align-items:flex-end !important}.align-items-laptop-center{align-items:center !important}.align-items-laptop-baseline{align-items:baseline !important}.align-items-laptop-stretch{align-items:stretch !important}.align-content-laptop-start{align-content:flex-start !important}.align-content-laptop-end{align-content:flex-end !important}.align-content-laptop-center{align-content:center !important}.align-content-laptop-between{align-content:space-between !important}.align-content-laptop-around{align-content:space-around !important}.align-content-laptop-stretch{align-content:stretch !important}.align-self-laptop-auto{align-self:auto !important}.align-self-laptop-start{align-self:flex-start !important}.align-self-laptop-end{align-self:flex-end !important}.align-self-laptop-center{align-self:center !important}.align-self-laptop-baseline{align-self:baseline !important}.align-self-laptop-stretch{align-self:stretch !important}.order-laptop-first{order:-1 !important}.order-laptop-0{order:0 !important}.order-laptop-1{order:1 !important}.order-laptop-2{order:2 !important}.order-laptop-3{order:3 !important}.order-laptop-4{order:4 !important}.order-laptop-5{order:5 !important}.order-laptop-last{order:6 !important}.m-laptop-0{margin:0 !important}.m-laptop-1{margin:.25rem !important}.m-laptop-2{margin:.5rem !important}.m-laptop-3{margin:1rem !important}.m-laptop-4{margin:1.5rem !important}.m-laptop-5{margin:3rem !important}.m-laptop-auto{margin:auto !important}.mx-laptop-0{margin-right:0 !important;margin-left:0 !important}.mx-laptop-1{margin-right:.25rem !important;margin-left:.25rem !important}.mx-laptop-2{margin-right:.5rem !important;margin-left:.5rem !important}.mx-laptop-3{margin-right:1rem !important;margin-left:1rem !important}.mx-laptop-4{margin-right:1.5rem !important;margin-left:1.5rem !important}.mx-laptop-5{margin-right:3rem !important;margin-left:3rem !important}.mx-laptop-auto{margin-right:auto !important;margin-left:auto !important}.my-laptop-0{margin-top:0 !important;margin-bottom:0 !important}.my-laptop-1{margin-top:.25rem !important;margin-bottom:.25rem !important}.my-laptop-2{margin-top:.5rem !important;margin-bottom:.5rem !important}.my-laptop-3{margin-top:1rem !important;margin-bottom:1rem !important}.my-laptop-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.my-laptop-5{margin-top:3rem !important;margin-bottom:3rem !important}.my-laptop-auto{margin-top:auto !important;margin-bottom:auto !important}.mt-laptop-0{margin-top:0 !important}.mt-laptop-1{margin-top:.25rem !important}.mt-laptop-2{margin-top:.5rem !important}.mt-laptop-3{margin-top:1rem !important}.mt-laptop-4{margin-top:1.5rem !important}.mt-laptop-5{margin-top:3rem !important}.mt-laptop-auto{margin-top:auto !important}.me-laptop-0{margin-right:0 !important}.me-laptop-1{margin-right:.25rem !important}.me-laptop-2{margin-right:.5rem !important}.me-laptop-3{margin-right:1rem !important}.me-laptop-4{margin-right:1.5rem !important}.me-laptop-5{margin-right:3rem !important}.me-laptop-auto{margin-right:auto !important}.mb-laptop-0{margin-bottom:0 !important}.mb-laptop-1{margin-bottom:.25rem !important}.mb-laptop-2{margin-bottom:.5rem !important}.mb-laptop-3{margin-bottom:1rem !important}.mb-laptop-4{margin-bottom:1.5rem !important}.mb-laptop-5{margin-bottom:3rem !important}.mb-laptop-auto{margin-bottom:auto !important}.ms-laptop-0{margin-left:0 !important}.ms-laptop-1{margin-left:.25rem !important}.ms-laptop-2{margin-left:.5rem !important}.ms-laptop-3{margin-left:1rem !important}.ms-laptop-4{margin-left:1.5rem !important}.ms-laptop-5{margin-left:3rem !important}.ms-laptop-auto{margin-left:auto !important}.p-laptop-0{padding:0 !important}.p-laptop-1{padding:.25rem !important}.p-laptop-2{padding:.5rem !important}.p-laptop-3{padding:1rem !important}.p-laptop-4{padding:1.5rem !important}.p-laptop-5{padding:3rem !important}.px-laptop-0{padding-right:0 !important;padding-left:0 !important}.px-laptop-1{padding-right:.25rem !important;padding-left:.25rem !important}.px-laptop-2{padding-right:.5rem !important;padding-left:.5rem !important}.px-laptop-3{padding-right:1rem !important;padding-left:1rem !important}.px-laptop-4{padding-right:1.5rem !important;padding-left:1.5rem !important}.px-laptop-5{padding-right:3rem !important;padding-left:3rem !important}.py-laptop-0{padding-top:0 !important;padding-bottom:0 !important}.py-laptop-1{padding-top:.25rem !important;padding-bottom:.25rem !important}.py-laptop-2{padding-top:.5rem !important;padding-bottom:.5rem !important}.py-laptop-3{padding-top:1rem !important;padding-bottom:1rem !important}.py-laptop-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.py-laptop-5{padding-top:3rem !important;padding-bottom:3rem !important}.pt-laptop-0{padding-top:0 !important}.pt-laptop-1{padding-top:.25rem !important}.pt-laptop-2{padding-top:.5rem !important}.pt-laptop-3{padding-top:1rem !important}.pt-laptop-4{padding-top:1.5rem !important}.pt-laptop-5{padding-top:3rem !important}.pe-laptop-0{padding-right:0 !important}.pe-laptop-1{padding-right:.25rem !important}.pe-laptop-2{padding-right:.5rem !important}.pe-laptop-3{padding-right:1rem !important}.pe-laptop-4{padding-right:1.5rem !important}.pe-laptop-5{padding-right:3rem !important}.pb-laptop-0{padding-bottom:0 !important}.pb-laptop-1{padding-bottom:.25rem !important}.pb-laptop-2{padding-bottom:.5rem !important}.pb-laptop-3{padding-bottom:1rem !important}.pb-laptop-4{padding-bottom:1.5rem !important}.pb-laptop-5{padding-bottom:3rem !important}.ps-laptop-0{padding-left:0 !important}.ps-laptop-1{padding-left:.25rem !important}.ps-laptop-2{padding-left:.5rem !important}.ps-laptop-3{padding-left:1rem !important}.ps-laptop-4{padding-left:1.5rem !important}.ps-laptop-5{padding-left:3rem !important}.text-laptop-start{text-align:left !important}.text-laptop-end{text-align:right !important}.text-laptop-center{text-align:center !important}}@media(min-width: 1200px){.float-xl-start{float:left !important}.float-xl-end{float:right !important}.float-xl-none{float:none !important}.d-xl-inline{display:inline !important}.d-xl-inline-block{display:inline-block !important}.d-xl-block{display:block !important}.d-xl-grid{display:grid !important}.d-xl-table{display:table !important}.d-xl-table-row{display:table-row !important}.d-xl-table-cell{display:table-cell !important}.d-xl-flex{display:flex !important}.d-xl-inline-flex{display:inline-flex !important}.d-xl-none{display:none !important}.flex-xl-fill{flex:1 1 auto !important}.flex-xl-row{flex-direction:row !important}.flex-xl-column{flex-direction:column !important}.flex-xl-row-reverse{flex-direction:row-reverse !important}.flex-xl-column-reverse{flex-direction:column-reverse !important}.flex-xl-grow-0{flex-grow:0 !important}.flex-xl-grow-1{flex-grow:1 !important}.flex-xl-shrink-0{flex-shrink:0 !important}.flex-xl-shrink-1{flex-shrink:1 !important}.flex-xl-wrap{flex-wrap:wrap !important}.flex-xl-nowrap{flex-wrap:nowrap !important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse !important}.gap-xl-0{gap:0 !important}.gap-xl-1{gap:.25rem !important}.gap-xl-2{gap:.5rem !important}.gap-xl-3{gap:1rem !important}.gap-xl-4{gap:1.5rem !important}.gap-xl-5{gap:3rem !important}.justify-content-xl-start{justify-content:flex-start !important}.justify-content-xl-end{justify-content:flex-end !important}.justify-content-xl-center{justify-content:center !important}.justify-content-xl-between{justify-content:space-between !important}.justify-content-xl-around{justify-content:space-around !important}.justify-content-xl-evenly{justify-content:space-evenly !important}.align-items-xl-start{align-items:flex-start !important}.align-items-xl-end{align-items:flex-end !important}.align-items-xl-center{align-items:center !important}.align-items-xl-baseline{align-items:baseline !important}.align-items-xl-stretch{align-items:stretch !important}.align-content-xl-start{align-content:flex-start !important}.align-content-xl-end{align-content:flex-end !important}.align-content-xl-center{align-content:center !important}.align-content-xl-between{align-content:space-between !important}.align-content-xl-around{align-content:space-around !important}.align-content-xl-stretch{align-content:stretch !important}.align-self-xl-auto{align-self:auto !important}.align-self-xl-start{align-self:flex-start !important}.align-self-xl-end{align-self:flex-end !important}.align-self-xl-center{align-self:center !important}.align-self-xl-baseline{align-self:baseline !important}.align-self-xl-stretch{align-self:stretch !important}.order-xl-first{order:-1 !important}.order-xl-0{order:0 !important}.order-xl-1{order:1 !important}.order-xl-2{order:2 !important}.order-xl-3{order:3 !important}.order-xl-4{order:4 !important}.order-xl-5{order:5 !important}.order-xl-last{order:6 !important}.m-xl-0{margin:0 !important}.m-xl-1{margin:.25rem !important}.m-xl-2{margin:.5rem !important}.m-xl-3{margin:1rem !important}.m-xl-4{margin:1.5rem !important}.m-xl-5{margin:3rem !important}.m-xl-auto{margin:auto !important}.mx-xl-0{margin-right:0 !important;margin-left:0 !important}.mx-xl-1{margin-right:.25rem !important;margin-left:.25rem !important}.mx-xl-2{margin-right:.5rem !important;margin-left:.5rem !important}.mx-xl-3{margin-right:1rem !important;margin-left:1rem !important}.mx-xl-4{margin-right:1.5rem !important;margin-left:1.5rem !important}.mx-xl-5{margin-right:3rem !important;margin-left:3rem !important}.mx-xl-auto{margin-right:auto !important;margin-left:auto !important}.my-xl-0{margin-top:0 !important;margin-bottom:0 !important}.my-xl-1{margin-top:.25rem !important;margin-bottom:.25rem !important}.my-xl-2{margin-top:.5rem !important;margin-bottom:.5rem !important}.my-xl-3{margin-top:1rem !important;margin-bottom:1rem !important}.my-xl-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.my-xl-5{margin-top:3rem !important;margin-bottom:3rem !important}.my-xl-auto{margin-top:auto !important;margin-bottom:auto !important}.mt-xl-0{margin-top:0 !important}.mt-xl-1{margin-top:.25rem !important}.mt-xl-2{margin-top:.5rem !important}.mt-xl-3{margin-top:1rem !important}.mt-xl-4{margin-top:1.5rem !important}.mt-xl-5{margin-top:3rem !important}.mt-xl-auto{margin-top:auto !important}.me-xl-0{margin-right:0 !important}.me-xl-1{margin-right:.25rem !important}.me-xl-2{margin-right:.5rem !important}.me-xl-3{margin-right:1rem !important}.me-xl-4{margin-right:1.5rem !important}.me-xl-5{margin-right:3rem !important}.me-xl-auto{margin-right:auto !important}.mb-xl-0{margin-bottom:0 !important}.mb-xl-1{margin-bottom:.25rem !important}.mb-xl-2{margin-bottom:.5rem !important}.mb-xl-3{margin-bottom:1rem !important}.mb-xl-4{margin-bottom:1.5rem !important}.mb-xl-5{margin-bottom:3rem !important}.mb-xl-auto{margin-bottom:auto !important}.ms-xl-0{margin-left:0 !important}.ms-xl-1{margin-left:.25rem !important}.ms-xl-2{margin-left:.5rem !important}.ms-xl-3{margin-left:1rem !important}.ms-xl-4{margin-left:1.5rem !important}.ms-xl-5{margin-left:3rem !important}.ms-xl-auto{margin-left:auto !important}.p-xl-0{padding:0 !important}.p-xl-1{padding:.25rem !important}.p-xl-2{padding:.5rem !important}.p-xl-3{padding:1rem !important}.p-xl-4{padding:1.5rem !important}.p-xl-5{padding:3rem !important}.px-xl-0{padding-right:0 !important;padding-left:0 !important}.px-xl-1{padding-right:.25rem !important;padding-left:.25rem !important}.px-xl-2{padding-right:.5rem !important;padding-left:.5rem !important}.px-xl-3{padding-right:1rem !important;padding-left:1rem !important}.px-xl-4{padding-right:1.5rem !important;padding-left:1.5rem !important}.px-xl-5{padding-right:3rem !important;padding-left:3rem !important}.py-xl-0{padding-top:0 !important;padding-bottom:0 !important}.py-xl-1{padding-top:.25rem !important;padding-bottom:.25rem !important}.py-xl-2{padding-top:.5rem !important;padding-bottom:.5rem !important}.py-xl-3{padding-top:1rem !important;padding-bottom:1rem !important}.py-xl-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.py-xl-5{padding-top:3rem !important;padding-bottom:3rem !important}.pt-xl-0{padding-top:0 !important}.pt-xl-1{padding-top:.25rem !important}.pt-xl-2{padding-top:.5rem !important}.pt-xl-3{padding-top:1rem !important}.pt-xl-4{padding-top:1.5rem !important}.pt-xl-5{padding-top:3rem !important}.pe-xl-0{padding-right:0 !important}.pe-xl-1{padding-right:.25rem !important}.pe-xl-2{padding-right:.5rem !important}.pe-xl-3{padding-right:1rem !important}.pe-xl-4{padding-right:1.5rem !important}.pe-xl-5{padding-right:3rem !important}.pb-xl-0{padding-bottom:0 !important}.pb-xl-1{padding-bottom:.25rem !important}.pb-xl-2{padding-bottom:.5rem !important}.pb-xl-3{padding-bottom:1rem !important}.pb-xl-4{padding-bottom:1.5rem !important}.pb-xl-5{padding-bottom:3rem !important}.ps-xl-0{padding-left:0 !important}.ps-xl-1{padding-left:.25rem !important}.ps-xl-2{padding-left:.5rem !important}.ps-xl-3{padding-left:1rem !important}.ps-xl-4{padding-left:1.5rem !important}.ps-xl-5{padding-left:3rem !important}.text-xl-start{text-align:left !important}.text-xl-end{text-align:right !important}.text-xl-center{text-align:center !important}}@media(min-width: 1200px){.fs-1{font-size:2.5rem !important}.fs-2{font-size:2rem !important}.fs-3{font-size:1.75rem !important}.fs-4{font-size:1.5rem !important}}@media print{.d-print-inline{display:inline !important}.d-print-inline-block{display:inline-block !important}.d-print-block{display:block !important}.d-print-grid{display:grid !important}.d-print-table{display:table !important}.d-print-table-row{display:table-row !important}.d-print-table-cell{display:table-cell !important}.d-print-flex{display:flex !important}.d-print-inline-flex{display:inline-flex !important}.d-print-none{display:none !important}}.native-font{font-family:"Roboto","Helvetica","Arial",sans-serif !important}.default-font{font-family:"Open Sans",Roboto, Helvetica, Arial, sans-serif !important}.base-font{font-family:"Open Sans",Roboto, Helvetica, Arial, sans-serif !important}.main-font{font-family:"Montserrat",Roboto, Helvetica, Arial, sans-serif !important}.header{height:100px;max-height:100px;background:#fff;display:flex;align-items:center;justify-content:space-between}@media(min-width: 1025px){.header{padding:0 2rem}}.header .main-logo{height:163px}.header .menu-button{cursor:pointer}.header svg.menu-button-icon{fill:#000;width:50px}@media(max-width: 1024.98px){.header{height:60px;max-height:60px}.header .main-logo{height:97.8px}}@media(max-width: 768.98px){.header{height:47px;max-height:47px}.header .main-logo{height:76.61px}}@media(max-width: 575.98px){.header{padding:0 1rem;height:43px;max-height:43px}.header .main-logo{height:70.09px}}.menu{background:#fff;display:flex;flex-direction:column;padding:2rem;justify-content:space-between}@media(max-width: 575.98px){.menu{padding:1rem;justify-content:flex-start}}.menu .menu-header{align-items:start}.menu .menu-header .main-logo{height:135px}@media(max-width: 1199.98px){.menu .menu-header .main-logo{height:94.5px}}@media(max-width: 1024.98px){.menu .menu-header .main-logo{height:67.5px}}@media(max-width: 575.98px){.menu .menu-header .main-logo{height:27px}}.menu .menu-header .menu-button-close{cursor:pointer}@media(max-width: 575.98px){.menu .menu-header .menu-button-close{width:20px}}.menu .menu-header .menu-button-close:hover{opacity:.8}.menu .menu-body{overflow-y:unset;color:#000;font-family:"Montserrat",Roboto, Helvetica, Arial, sans-serif;font-weight:500;font-style:normal}@media(max-width: 575.98px){.menu .menu-body{font-size:27px;gap:1.5em;margin-top:50px}}.menu .menu-body ul.menu-links{font-size:48px;line-height:100%;letter-spacing:.02em;padding:0;display:flex;flex-direction:column;list-style-type:none;gap:1.2em}@media screen and (max-height: 768px){.menu .menu-body ul.menu-links{gap:3vh}}.menu .menu-body ul.menu-links a{color:#000}.menu .menu-body ul.menu-links a:hover{opacity:1;color:#fff}@media(max-width: 575.98px){.menu .menu-body ul.menu-links{font-size:27px;gap:1.5em}}.menu .menu-footer{color:#000;font-family:"Montserrat",Roboto, Helvetica, Arial, sans-serif;font-weight:500;font-style:normal;gap:20px;font-size:30px;line-height:35px}@media(max-width: 575.98px){.menu .menu-footer{font-size:18px;position:absolute;bottom:5px}}.toggle-button .burger-wrapper .burger:before,.toggle-button .burger-wrapper .burger:after,.toggle-button .burger-wrapper .burger{width:50px;height:10px;background:#000}.menu{position:absolute;top:0;bottom:0;left:-100%;overflow:hidden;transition:all .3s;width:100%;z-index:2147483637}.toggle-button{z-index:2147483638}.toggle-button .burger-wrapper{height:50px;cursor:pointer;transform-origin:center right}@media(max-width: 1024.98px){.toggle-button .burger-wrapper{transform:scale(0.6)}}@media(max-width: 768.98px){.toggle-button .burger-wrapper{transform:scale(0.44)}}@media(max-width: 575.98px){.toggle-button .burger-wrapper{transform:scale(0.38)}}.toggle-button .burger-wrapper .burger{position:relative;top:20px}.toggle-button .burger-wrapper .burger:before,.toggle-button .burger-wrapper .burger:after{content:"";display:block;position:absolute;z-index:-1;transition:all .1s .2s ease,transform .2s ease}.toggle-button .burger-wrapper .burger:before{top:-20px}.toggle-button .burger-wrapper .burger:after{top:20px}.menu-toggle-checkbox{position:absolute;top:-9999px;width:100%;clip:rect(0, 0, 0, 0)}.menu-toggle-checkbox:checked~.menu{left:0;opacity:1;transition:left .3s,opacity .3s}.menu-toggle-checkbox:checked~.toggle-button .burger-wrapper .burger{transition:all .1s 0s ease;background:rgba(0,0,0,0) !important;z-index:2147483638}.menu-toggle-checkbox:checked~.toggle-button .burger-wrapper .burger:before,.menu-toggle-checkbox:checked~.toggle-button .burger-wrapper .burger:after{background:#000;transition:all .1s ease,transform .1s .2s ease;top:0;width:50px}.menu-toggle-checkbox:checked~.toggle-button .burger-wrapper .burger:before{transform:rotate3d(0, 0, 1, 45deg)}.menu-toggle-checkbox:checked~.toggle-button .burger-wrapper .burger:after{transform:rotate3d(0, 0, 1, -45deg)}.btn-primary,.show-more-btn,.btn-primary--mobile,.show-more-btn--mobile{font-family:"Montserrat",Roboto, Helvetica, Arial, sans-serif;font-weight:500;font-style:normal;color:#000;background:#fff;display:flex;align-items:center;justify-content:center;font-size:14px;letter-spacing:.01em;width:135px;height:45px;text-align:center;text-decoration:none;cursor:pointer;border:none}.btn-primary a:hover,.show-more-btn a:hover,.btn-primary--mobile a:hover,.show-more-btn--mobile a:hover{opacity:1}.btn-primary:hover,.show-more-btn:hover,.btn-primary--mobile:hover,.show-more-btn--mobile:hover{opacity:.8;color:#000}.btn-primary--mobile,.show-more-btn--mobile{font-size:18px;letter-spacing:.01em;width:100%;height:55px;line-height:55px}.author{font-weight:400;letter-spacing:.03em;font-size:15px;line-height:27px;margin-top:.9em;color:#000;text-align:left}[dir=rtl] .author{text-align:right}.web-section,.category-section{margin:0 -0.75rem;padding:2rem 2rem 0}@media(max-width: 1024.98px){.web-section,.category-section{padding:1.6rem 1rem}}.section-opener{padding-bottom:2rem}@media(max-width: 575.98px){.section-opener{padding-bottom:1rem}}@media(min-width: 576px){.section-opener{display:flex;align-items:center;justify-content:space-between}}h1.section-title{margin:0;font-size:48px}@media(max-width: 1024.98px){h1.section-title{font-size:28px}}@media(max-width: 768.98px){h1.section-title{font-size:22px}}@media(max-width: 575.98px){h1.section-title{font-size:27px}}.main-section{background:#fff;color:#000}.main-section a{color:#000}.main-section h1.section-title{color:#000}.main-section .author{color:#000}.popular-section{background:#fff;color:#000}.popular-section a{color:#000}.popular-section h1.section-title{color:#000}.popular-section .author{color:#000}.galleries-section{background:#fff;color:#000}.galleries-section a{color:#000}.galleries-section h1.section-title{color:#000}.galleries-section .show-more-btn,.galleries-section .btn-primary--mobile,.galleries-section .show-more-btn--mobile{background:#fff}.galleries-section .show-more-btn a,.galleries-section .btn-primary--mobile a,.galleries-section .show-more-btn--mobile a{color:#000}.galleries-section .show-more-btn:hover,.galleries-section .btn-primary--mobile:hover,.galleries-section .show-more-btn--mobile:hover,.galleries-section .show-more-btn a:hover,.galleries-section .btn-primary--mobile a:hover,.galleries-section .show-more-btn--mobile a:hover{background:#fff;color:#000}.galleries-section .author{color:#000}.recent-section{background:#000;color:#fff}.recent-section a{color:#fff}.recent-section h1.section-title{color:#fff;margin:0}.trending-section{background:#fff;color:#000}.trending-section a{color:#000}.trending-section h1.section-title{color:#000}.trending-section .show-more-btn,.trending-section .btn-primary--mobile,.trending-section .show-more-btn--mobile{background:#000}.trending-section .show-more-btn a,.trending-section .btn-primary--mobile a,.trending-section .show-more-btn--mobile a{color:#fff}.trending-section .show-more-btn:hover,.trending-section .btn-primary--mobile:hover,.trending-section .show-more-btn--mobile:hover,.trending-section .show-more-btn a:hover,.trending-section .btn-primary--mobile a:hover,.trending-section .show-more-btn--mobile a:hover{background:#000;color:#fff}.trending-section .author{color:#000}.stories-section{background:#fff;color:#000}.stories-section a{color:#000}.stories-section h1.section-title{color:#000}.stories-section .author{color:#000}.section-slider{position:relative;display:flex;gap:3rem;overflow-x:scroll;transition:all .2s;margin-right:-2rem;margin-left:-2rem;padding-left:2rem}@media(max-width: 575.98px){.section-slider{margin-right:-1rem;margin-left:-1rem;padding-left:1rem}}.section-slider.active{cursor:grabbing}.section-slider .slider-articles{display:flex;flex-wrap:nowrap;gap:2rem;z-index:2}@media(max-width: 575.98px){.section-slider--mobile{margin-right:-1rem;margin-left:-1rem;padding-left:1rem;position:relative;display:flex;flex-direction:column;gap:3rem;overflow-x:scroll}}.category-section h1.section-title{padding-bottom:2rem}@media(max-width: 575.98px){.category-section h1.section-title{padding-bottom:1rem}}.card .card-title,.card .card-title--next,.card .card-title--you-may-like,.card .card-title--stories,.card .card-title--recent,.card .card-title--medium,.card .card-title--main--big,.card .card-title--main--side,.card .card-title--main{margin-top:.9em;padding-right:15%}@media(max-width: 575.98px){.card .card-title,.card .card-title--next,.card .card-title--you-may-like,.card .card-title--stories,.card .card-title--recent,.card .card-title--medium,.card .card-title--main--big,.card .card-title--main--side,.card .card-title--main{padding-right:5%}}.card .card-title--main{font-size:30px;line-height:35px}@media(max-width: 1024.98px){.card .card-title--main{font-size:26px;line-height:30px}}@media(max-width: 768.98px){.card .card-title--main{font-size:18px;line-height:26px}}.card .card-title--main--side{font-size:25px;line-height:32px}@media(max-width: 1199.98px){.card .card-title--main--side{font-size:14px;line-height:18px}}.card .card-title--main--big{font-size:45px;line-height:52px}@media(max-width: 1199.98px){.card .card-title--main--big{font-size:28px;line-height:32px}}@media(max-width: 768.98px){.card .card-title--main--big{font-size:30px;line-height:34px}}@media(max-width: 575.98px){.card .card-title--main--big{font-size:27px;line-height:32px}}.card .card-title--medium{font-size:30px;line-height:35px}@media(max-width: 1024.98px){.card .card-title--medium{font-size:18px;line-height:21px}}@media(max-width: 768.98px){.card .card-title--medium{font-size:13px;line-height:15px}}@media(max-width: 575.98px){.card .card-title--medium{font-size:14px;line-height:18px}}.card .card-title--recent{margin-top:36px;font-size:18px;line-height:26px;color:#fff}@media(max-width: 1024.98px){.card .card-title--recent{font-size:12px;line-height:16px}}@media(max-width: 768.98px){.card .card-title--recent{font-size:10px;line-height:13px}}@media(max-width: 575.98px){.card .card-title--recent{font-size:18px;line-height:26px}}.card .card-title--stories{font-size:42px;line-height:48px}@media(max-width: 1024.98px){.card .card-title--stories{font-size:22px;line-height:25px}}@media(max-width: 768.98px){.card .card-title--stories{font-size:17px;line-height:20px}}@media(max-width: 575.98px){.card .card-title--stories{font-size:14px;line-height:18px}}.card .card-title--you-may-like{font-size:18px;line-height:23px}@media(max-width: 1024.98px){.card .card-title--you-may-like{font-size:22px;line-height:28px}}@media(max-width: 768.98px){.card .card-title--you-may-like{font-size:16px;line-height:21px}}@media(max-width: 575.98px){.card .card-title--you-may-like{font-size:14px;line-height:18px}}.card .card-title--next{margin:0;font-size:32px;line-height:48px}@media(max-width: 1024.98px){.card .card-title--next{font-size:29px;line-height:44px}}@media(max-width: 768.98px){.card .card-title--next{font-size:16px;line-height:21px}}.card .card-text{font-weight:400;letter-spacing:.02em;font-size:24px;line-height:30px;margin-top:1.25em;padding-right:8%}.card .card-img{z-index:1;position:relative}.card .card-img img{width:100%;object-fit:cover}.card .card-img .main-big-img{aspect-ratio:16/11}@media(max-width: 575.98px){.card .card-img .main-big-img{aspect-ratio:18/11}}.card .card-img .big-img{aspect-ratio:16/10}.card .card-img .md-img{aspect-ratio:13/8}.card .card-img .sm-img,.card .card-img .recent-img{aspect-ratio:38/25}.card .card-img .side-img{aspect-ratio:25/18}.card .card-img .more-img{aspect-ratio:33/20}.card .card-body{margin-bottom:1.5rem}[dir=rtl] .card .card-title,[dir=rtl] .card .card-title--main,[dir=rtl] .card .card-title--main--side,[dir=rtl] .card .card-title--main--big,[dir=rtl] .card .card-title--medium,[dir=rtl] .card .card-title--recent,[dir=rtl] .card .card-title--stories,[dir=rtl] .card .card-title--you-may-like,[dir=rtl] .card .card-title--next{padding-right:0;padding-left:15%}@media(max-width: 575.98px){[dir=rtl] .card .card-title,[dir=rtl] .card .card-title--main,[dir=rtl] .card .card-title--main--side,[dir=rtl] .card .card-title--main--big,[dir=rtl] .card .card-title--medium,[dir=rtl] .card .card-title--recent,[dir=rtl] .card .card-title--stories,[dir=rtl] .card .card-title--you-may-like,[dir=rtl] .card .card-title--next{padding-right:0;padding-left:5%}}[dir=rtl] .card .card-text{padding-right:0;padding-left:8%}.recent-card{width:380px}.recent-card .website-logo{position:absolute;z-index:2;bottom:12px;left:14px;width:50px;height:50px;border-radius:50%;background:#fff}.recent-card .website-logo a{border:2px #fff solid;border-radius:50%}@media(max-width: 1024.98px){.recent-card{width:212px}.recent-card .website-logo{width:30px;height:30px;bottom:5px;left:5px}}@media(max-width: 768.98px){.recent-card{width:153px}}@media(max-width: 575.98px){.recent-card{width:345px}}.more-stories-card{width:656px}@media(max-width: 1024.98px){.more-stories-card{width:370px}}@media(max-width: 768.98px){.more-stories-card{width:280px}}@media(max-width: 575.98px){.more-stories-card{width:255px}}.card-row{display:flex;gap:1rem;align-items:flex-start}@media(max-width: 1199.98px){.card-row{flex-direction:column;width:100%}}.card-row h2.side-article-title{font-size:18px;line-height:23px;letter-spacing:.02em}@media(max-width: 1024.98px){.card-row h2.side-article-title{font-size:15px;line-height:20px}}.card-row .card-img{flex:1}@media(max-width: 1199.98px){.card-row .card-img{width:100%}}.card-row .card-body{flex:1;display:flex;flex-direction:column;justify-content:center}.card-row .card-body .author{line-height:normal}.card-row .card-body h2{margin:0}@media(max-width: 575.98px){.card-row--mobile{display:flex;gap:10px;align-items:flex-start}.card-row--mobile .card-img{flex:3}.card-row--mobile .card-body{flex:4}.card-row--mobile .card-body h2{margin:0;font-size:16px;line-height:20px}}.text-truncate,.text-truncate--3,.text-truncate--4{display:-webkit-box !important;-webkit-box-orient:vertical;white-space:normal;text-overflow:ellipsis;overflow:hidden}.text-truncate--4{-webkit-line-clamp:4}.text-truncate--3{-webkit-line-clamp:3}@media(max-width: 575.98px){.text-truncate--mobile{display:-webkit-box !important;-webkit-box-orient:vertical;white-space:normal;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:3}}.footer{display:flex;padding:4rem 2rem 2.5rem 2rem;background:#000;color:#fff}.footer a{color:#fff}.footer .footer-main{max-width:50%}@media(max-width: 768.98px){.footer .footer-main{max-width:unset}}.footer ul.footer-menu{display:flex;justify-content:space-between;padding:0;margin:3rem 0;gap:.5rem;font-size:1.25vw}@media(max-width: 575.98px){.footer ul.footer-menu{flex-direction:column;gap:1.25rem;margin:1.5rem 0}}.footer ul.footer-menu li.menu-item{font-family:"Montserrat",Roboto, Helvetica, Arial, sans-serif;font-weight:500;font-style:normal;list-style:none;font-size:18px;letter-spacing:.02em}.footer ul.footer-menu li.menu-item a{color:#fff}.footer ul.footer-menu li.menu-item a:hover{opacity:1;color:#fff}@media(max-width: 1024.98px){.footer ul.footer-menu li.menu-item{font-size:12px}}@media(max-width: 768.98px){.footer ul.footer-menu li.menu-item{font-size:9px}}@media(max-width: 575.98px){.footer ul.footer-menu li.menu-item{font-size:21px}}.footer .copyrights{text-align:right;font-size:15px}@media(max-width: 1024.98px){.footer .copyrights{font-size:12px}}@media(max-width: 575.98px){.footer .copyrights{margin-top:5rem;font-size:15px}}.footer .main-logo-wrapper .main-logo{height:65px}@media(max-width: 768.98px){.footer .main-logo-wrapper .main-logo{height:32.5px}}.footer-newsletter{align-items:flex-end;justify-content:space-between}.footer-newsletter ul.footer-menu{flex-direction:column !important;gap:1.25rem}.footer-newsletter ul.footer-menu li.menu-item{font-size:21px !important}.footer-newsletter .copyrights{margin-top:5rem;text-align:left}.footer-newsletter .main-logo-wrapper{margin-bottom:60px}@media(max-width: 768.98px){.footer-newsletter .main-logo-wrapper{margin-bottom:30px}}@media(max-width: 991.98px){.footer-newsletter{align-items:flex-start;flex-direction:column-reverse !important;gap:3rem}}.no-newsletter.footer{display:block}.no-newsletter .footer-main{max-width:100%}.gallery-item img{width:100%}@media(min-width: 769px){.gallery-item img{width:100%;max-width:100%}}.gallery-item a.yoto-aff-lnk{display:inline;vertical-align:top}.gallery-item .gallery-img-c-s{display:block !important;position:relative;height:0;overflow:hidden;width:100%}@media(min-width: 769px){.gallery-item .gallery-img-c-s{width:100%;max-width:100%}}.gallery-item .gallery-img-c-s .gallery-img-s{position:absolute;top:0;left:0;width:100% !important;height:100%;object-fit:cover}.gallery-item-media{margin-left:0;margin-right:0;position:relative}@media(min-width: 769px){.gallery-item-media{margin-left:0;margin-right:0;width:auto}}.gallery-item-media-container{position:relative}main.gallery-main [data-img-lazy]{border:1px solid rgba(37,37,37,.5);background-image:url("../img/thumbnail.png");background-size:cover;background-position:center;background-repeat:no-repeat;opacity:.2}main.gallery-main .author-bio{border:dashed #e9e9e9;border-width:1px 0 0 0;padding:1rem 0;color:#aaa;font-size:.8rem;line-height:1.55;margin-bottom:0;width:100%}main.gallery-main .author-bio .written-by{font-size:.9rem;line-height:1;text-transform:uppercase}main.gallery-main .author-bio .author-name{color:#777;font-weight:bold;font-family:"Open Sans",Roboto, Helvetica, Arial, sans-serif}.gallery-img-loader main.gallery-main [data-img-lazy]{background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg version='1.1' id='L9' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 100 100' enable-background='new 0 0 0 0' xml:space='preserve'%3e%3cpath fill='%23fff' opacity='0.6' stroke='%23000' d='M73,50c0-12.7-10.3-23-23-23S27,37.3,27,50 M30.9,50c0-10.5,8.5-19.1,19.1-19.1S69.1,39.5,69.1,50'%3e%3canimateTransform attributeName='transform' attributeType='XML' type='rotate' dur='1s' from='0 50 50' to='360 50 50' repeatCount='indefinite'%3e%3c/animateTransform%3e%3c/path%3e%3c/svg%3e"),url("../img/thumbnail.png");background-size:28%,cover;background-position:center,center}.gallery-loading-spinner{display:inline-block;width:50px;height:50px;border:3px solid rgba(255,255,255,.3);border-radius:50%;border-top-color:#d63384;animation:gallery-loading-spin 1s ease-in-out infinite;-webkit-animation:gallery-loading-spin 1s ease-in-out infinite;display:flex;margin:auto}@keyframes gallery-loading-spin{to{-webkit-transform:rotate(360deg)}}@-webkit-keyframes gallery-loading-spin{to{-webkit-transform:rotate(360deg)}}.article-header{width:100%;display:flex;flex-direction:column;justify-content:center;background:#000;color:#fff}.article-header .article-title,.article-header .section-title{font-size:48px;line-height:52px}.article-header .author{color:#fff}.article-header .article-title{padding-right:35%}@media(max-width: 1024.98px){.article-header .article-title{font-size:39px;line-height:42px;padding-right:20%}}@media(max-width: 575.98px){.article-header .article-title{font-size:27px;line-height:32px;padding-right:0}}@media(max-width: 1024.98px){.article-header .section-title{font-size:32px;line-height:48px}}@media(max-width: 768.98px){.article-header .section-title{font-size:30px;line-height:43px}}@media(max-width: 575.98px){.article-header .section-title{font-size:21px;line-height:27px}}[dir=rtl] .article-header .article-title{padding-right:0;padding-left:35%}@media(max-width: 1024.98px){[dir=rtl] .article-header .article-title{padding-right:0;padding-left:20%}}.gallery-items,.article-body,.post-pages{padding:1rem 1rem 0 0}@media(max-width: 768.98px){.gallery-items,.article-body,.post-pages{padding:0}}.gallery-items .item-img-wrapper,.article-body .item-img-wrapper,.post-pages .item-img-wrapper{display:flex;flex-direction:column;margin:1rem 0}.gallery-items .item-img-wrapper .item-caption,.article-body .item-img-wrapper .item-caption,.post-pages .item-img-wrapper .item-caption{align-self:end;font-size:12px;line-height:17px;letter-spacing:.03em;margin-top:2px}.gallery-items .article-link,.article-body .article-link,.post-pages .article-link{padding-right:3px;padding-left:3px;display:inline-block;background:#fff}.gallery-items .article-link:hover,.article-body .article-link:hover,.post-pages .article-link:hover{opacity:1;text-decoration:underline}.gallery-items .reference-title,.article-body .reference-title,.post-pages .reference-title{margin-bottom:1rem}[dir=rtl] .gallery-items,[dir=rtl] .article-body,[dir=rtl] .post-pages{padding:1rem 0 0 1rem}.item-text,.gallery-item-description{font-size:18px;line-height:29px;letter-spacing:.3px}.item-title{font-size:32px;line-height:48px}@media(max-width: 1024.98px){.item-title{font-size:29px;line-height:44px}}@media(max-width: 575.98px){.item-title{font-size:21px;line-height:27px}}.side-col{flex-direction:column;gap:100px;margin:100px 0;position:relative}@media(max-width: 1024.98px){.side-col{gap:25px;margin:25px 0}}.side-col .trending-articles{position:sticky;top:25px}.side-col .trending-articles .trending-title{font-size:42px;line-height:52px;margin-bottom:10px}@media(max-width: 1024.98px){.side-col .trending-articles .trending-title{font-size:32px;line-height:34px}}.social-share-wrapper{margin:15px 0;display:flex;gap:13px}.social-share-button{display:flex;justify-content:center;align-items:center;width:30px;height:30px;border-radius:50%;border:1px solid #000}.social-share-button:hover{opacity:1;background:#000;border-color:#000}.social-share-button:hover svg path{fill:#fff}.social-share-button:hover img{filter:invert(100%)}.verboseads-mob-container{box-sizing:border-box;background:#f0f0f0;border:1px solid #e5e5e5;position:relative;left:-0.75rem;width:calc(100% + 1.5rem);padding:.5em 0 0 0;border-left:0;border-right:0;margin-bottom:0 !important}[dir=rtl] .verboseads-mob-container{right:-0.75rem;left:auto}.verboseads-mob{align-items:center;margin:0;color:#999;font-family:sans-serif,serif;font-size:11px}.verboseads{display:flex;flex-basis:100%;align-items:center;margin:0;color:#999;font-family:sans-serif,serif;font-size:11px}.verboseads-simple{font-family:sans-serif,serif;font-size:11px}.verboseads-bottom{height:15px;border-bottom:1px solid #e3e3e3}.verboseads::before,.verboseads::after{content:"";flex-grow:1;background:#e3e3e3;height:1px;font-size:0;line-height:0}.verboseads::before{margin-right:16px}.verboseads::after{margin-left:16px}.side-ad{position:absolute !important;margin-top:-1.4em !important}.side-ad.side-full{width:300px}.side-ad.right-side{left:calc(100% + 1.5rem)}.side-ad.left-side{right:calc(100% + 1.5rem)}[dir=rtl] .side-ad.right-side{left:auto;right:calc(100% + 1.5rem)}[dir=rtl] .side-ad.left-side{right:auto;left:calc(100% + 1.5rem)}.stick-with-me{background:#fcfcfc;z-index:2147483638}.stick-with-me.sticky-active{position:fixed !important;padding-top:0 !important;top:1.7em !important}.stick-with-me.sticky-active:not(.right-side):not(.left-side){padding:0 0 3px 0 !important;width:100% !important;left:0 !important;top:-1em !important}.adBanner{background-color:rgba(0,0,0,0);height:1px;width:1px}.nya-slot{text-align:center;min-height:1px;min-width:1px;z-index:10;position:relative;margin:.5rem 0 !important}.nya-slot.stick-with-me{background:#fcfcfc;z-index:2147483636;margin:0 0 .5em !important}.nya-slot.stick-with-me.sticky-active{margin:.5rem 0 !important;position:fixed !important;padding-top:0 !important;top:.25em !important}.nya-slot.stick-with-me.sticky-active:not(.right-side):not(.left-side){padding:0 0 3px 0 !important;width:100% !important;left:0 !important;top:-1em !important}.nya-slot.stick-with-me.sticky-active.verboseads-simple{top:.25em !important}.nya-slot.stick-with-me .nya-slot-child{padding:1em 0 !important}.nya-slot.stick-with-me .nya-slot-child.verboseads-simple{border:none}.nya-slot:last-child{margin-bottom:0 !important}.nya-slot .nya-slot-child{box-sizing:content-box}.nya-slot .nya-slot-child.mob1{background:#f0f0f0;border:1px solid #e5e5e5;position:relative;left:-15px;width:calc(100% + 30px);padding:2em 0 .5em 0;border-left:0;border-right:0;margin-bottom:0 !important}.nya-slot .nya-slot-child.mob1:before{position:absolute;display:inline-block;align-items:center;margin:0;color:#999;font-family:sans-serif;font-size:11px;content:"Advertisement";top:8px}.nya-slot .nya-slot-child.mob2{border:1px solid #e5e5e5;position:relative;left:-15px;width:calc(100% + 30px);padding:1.5em 0 1em;border-left:0;border-right:0;margin-bottom:0 !important}.nya-slot .nya-slot-child.mob2:before{position:absolute;display:inline-block;align-items:center;margin:0;color:#999;font-family:sans-serif;font-size:11px;content:"ADVERTISEMENT";top:-8px;background:#fcfcfc;padding:0 8px}.nya-slot .nya-slot-child.mob2s{border:1px solid #e5e5e5;position:relative;left:-15px;width:calc(100% + 30px);margin-top:1.5em;padding:.5em 0 1em;border-left:0;border-right:0;margin-bottom:0 !important}.nya-slot .nya-slot-child.mob2s:before{position:absolute;display:inline-block;align-items:center;margin:0;color:#999;font-family:sans-serif;font-size:11px;content:"ADVERTISEMENT";top:-8px;background:#fcfcfc;padding:0 8px}.nya-slot .nya-slot-child.mob3{margin-top:1em;border-top:3px solid #f2f2f2;border-bottom:3px solid #f2f2f2;background:#f7f7f7;position:relative;left:-0.5em;width:calc(100% + .8em);padding:1.5em 0;border-left:0;border-right:0;margin-bottom:0 !important}.nya-slot .nya-slot-child.mob3:before{position:absolute;display:inline-block;align-items:center;margin:0;color:#c7c7c7;font-family:sans-serif;font-size:11px;content:"ADVERTISEMENT";top:calc(5px - 2em)}.nya-slot .nya-slot-child.mob4{border:1px solid #666;background:#f7f7f7;position:relative;left:-15px;width:calc(100% + 30px);padding:3em 0 1em;border-left:0;border-right:0;margin-bottom:0 !important}.nya-slot .nya-slot-child.mob4:not(.ya-slot-loaded){border:1px solid #d6d6d6}.nya-slot .nya-slot-child.mob4:not(.ya-slot-loaded) .ya-slot-div:before{display:none;color:#adadad}.nya-slot .nya-slot-child.mob4 .ya-slot-div{position:relative}.nya-slot .nya-slot-child.mob4 .ya-slot-div:before{position:absolute;display:inline-block;align-items:center;margin:0;color:#1d1d1d;font-family:sans-serif;font-size:11px;content:"ADVERTISEMENT";top:-1.5em}.nya-slot .nya-slot-child.desk1{border:1px solid #e5e5e5;position:relative;left:-15px;width:calc(100% + 30px);padding:1.5em 0 1em;border-left:0;border-right:0;margin-bottom:0 !important}.nya-slot .nya-slot-child.desk1:before{position:absolute;display:inline-block;align-items:center;margin:0;color:#999;font-family:sans-serif;font-size:11px;content:"Advertisement";top:-8px;background:#fcfcfc;padding:0 8px}.nya-slot .nya-slot-child .ya-slot-div{display:flex;justify-content:center;min-height:1px;min-width:1px}.nya-slot .nya-slot-child .ya-slot-div.fdracc{flex-direction:row;align-content:center}.ya-slot{text-align:center;min-height:1px;min-width:1px;z-index:10;position:relative}.ya-slot .ya-slot-div{display:flex;justify-content:center;min-height:1px;min-width:1px}.ad-flex-table{display:table;width:100%}.ad-flex-table>.ya-slot{display:table-cell;vertical-align:top;width:50%}.ad-spacing{padding:1em 0}.sticky-scroll.verboseads-mob-container{padding:2.5em 0 1em 0}.sticky-scroll .ss-outer-box{display:flex;flex-flow:row nowrap;justify-content:center;pointer-events:auto;height:430px}.sticky-scroll .ss-inner-box{position:sticky;top:10px;will-change:transform;display:flex;flex-flow:row wrap;align-items:center;justify-content:center}.ad-mob-sticky{position:fixed;display:block;bottom:0;left:50%;transform:translateX(-50%);width:100%;background:#fff;box-shadow:0 0 10px rgba(0,0,0,.16);border-top:1px solid #e5e5e5;z-index:99999;padding-top:8px;padding-bottom:8px;text-align:center}.ad-mob-sticky .ya-slot-div{position:relative;z-index:10000}.ad-mob-sticky .noclick-sticky{position:fixed;bottom:0;z-index:9999;left:50%;width:750px;height:100px;padding-top:0;background-color:rgba(0,0,0,0)}@media(min-width: 768px){.gallery-layout-native-one .container.gallery-container{padding-left:.75rem;padding-right:.75rem}}.social-pages{display:flex;gap:1rem}.social-pages .social-btn{display:flex;align-items:center;justify-content:center;background:#fff;border-radius:50%;height:32px;width:32px;min-height:32px;min-width:32px}.social-pages .social-btn .social-icon{color:#000}.social-pages .social-btn .social-icon path{fill:#000}.newsletter{width:440px;max-width:80vw}@media(max-width: 768.98px){.newsletter{align-self:center}}.newsletter .newsletter-headline{font-family:"Montserrat",Roboto, Helvetica, Arial, sans-serif;font-weight:500;font-style:normal;font-size:42px;line-height:48px;color:#fff}@media(max-width: 575.98px){.newsletter .newsletter-headline{font-size:32px;line-height:36px}}.newsletter .newsletter-text,.newsletter .newsletter-input{font-family:"Open Sans",Roboto, Helvetica, Arial, sans-serif;font-size:15px;font-weight:400;line-height:27px;letter-spacing:.03em;color:#fff}.newsletter .newsletter-input{height:40px;outline:none;font-weight:700;border-radius:0;background:none;border:0 none;border-bottom:1px solid #fff;width:100%}.newsletter .newsletter-input::placeholder{color:#fff;opacity:1}.newsletter .newsletter-submit-btn{border:1px solid #fff;display:flex;justify-content:center;align-items:center;width:46px;height:40px;background:rgba(0,0,0,0)}.newsletter .newsletter-submit-btn svg,.newsletter .newsletter-submit-btn svg path{fill:#fff}.newsletter .newsletter-submit-btn:hover{background:#fff}.newsletter .newsletter-submit-btn:hover svg,.newsletter .newsletter-submit-btn:hover svg path{fill:#000}[dir=rtl] .newsletter svg{transform:rotate(180deg)}.hide-scrollbar{-ms-overflow-style:none;scrollbar-width:none}.hide-scrollbar::-webkit-scrollbar{display:none}.minimal-scrollbar::-webkit-scrollbar{width:3px;height:3px}.minimal-scrollbar::-webkit-scrollbar-track{background:#fff}.minimal-scrollbar::-webkit-scrollbar-thumb{background:#fff;background:#fff}.minimal-scrollbar.inverted::-webkit-scrollbar-thumb{background:#000}.clearfix::after{clear:both;content:"";display:table}.hide-text{overflow:hidden;padding:0;text-indent:101%;white-space:nowrap}.visually-hidden{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.overflow-x-hidden{overflow-x:hidden}.overflow-x-auto{overflow-x:auto}.overflow-x-unset{overflow-x:unset}.mt-min-1{margin-top:-1rem}.row-100{max-width:calc(100% + 1.5rem)}.clean-h h1,.clean-h h2,.clean-h h3,.clean-h h4,.clean-h h5,.clean-h h6{font-size:inherit !important;font-weight:inherit !important;line-height:inherit !important;margin:0}.offset-5000{left:-5000px}[dir=rtl] .offset-5000{left:auto;right:-5000px}.input-row{padding-bottom:1em}.input-row input,.input-row textarea{margin:0;font-family:inherit;width:100%;padding:.3em .5em;display:inline-block;border-radius:0;border:1px solid #000}.input-row textarea{min-height:9em}.form-group{margin-bottom:1rem}.form-control{font-size:1rem;font-weight:400;line-height:1.5;color:#495057;background-color:#fff;background-clip:padding-box;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}*,*::before,*::after{box-sizing:inherit}html{box-sizing:border-box;text-align:left}body{font-family:"Open Sans",Roboto, Helvetica, Arial, sans-serif;font-size:16px;color:#000}body a{text-decoration:none;color:#000}body a:hover{cursor:pointer;color:inherit;opacity:.8}body h1,body h2,body h3,body h4,body h5{font-family:"Montserrat",Roboto, Helvetica, Arial, sans-serif;font-weight:500;font-style:normal;text-align:left}.main-logo{max-height:inherit}.main-logo-wrapper{margin:0 !important;display:flex;align-items:center;justify-content:flex-start;max-height:inherit}.main-logo-wrapper a{display:flex;align-items:center;justify-content:flex-start;max-height:inherit}.img-fluid{object-fit:cover}.page-loading{display:none;text-align:center}.page-loading.page-loading-active{display:block}[dir=rtl]{text-align:right;direction:rtl}[dir=rtl] body h1,[dir=rtl] body h2,[dir=rtl] body h3,[dir=rtl] body h4,[dir=rtl] body h5{text-align:right}body.viral{background-color:#fcfcfc;color:#262626}body.viral main.gallery-page main.gallery-main{position:relative}@media(min-width: 1200px){body.viral main.gallery-page main.gallery-main{max-width:calc((100% - 320px) - 1.5rem)}}body.viral main.gallery-page .row{--bs-gutter-x: 0;--bs-gutter-y: 0;display:flex;flex-wrap:wrap;margin-top:calc(-1*var(--bs-gutter-y));margin-right:calc(-0.5*var(--bs-gutter-x));margin-left:calc(-0.5*var(--bs-gutter-x))}body.viral main.gallery-page .container{width:100%;padding-right:var(--bs-gutter-x, 15px);padding-left:var(--bs-gutter-x, 15px);margin-right:auto;margin-left:auto}body.viral main.gallery-page .post-pagination{text-align:center}@media screen and (max-width: 767px){body.viral main.gallery-page .post-pagination .gallery-next-btn,body.viral main.gallery-page .post-pagination .gallery-prev-btn{width:auto !important;padding-left:1em !important;padding-right:1em !important}body.viral main.gallery-page .post-pagination .gallery-next-btn.btn-mega-huge,body.viral main.gallery-page .post-pagination .gallery-prev-btn.btn-mega-huge{width:100% !important}}body.viral main.gallery-page .author-bio{border:dashed #e9e9e9;border-width:1px 0 0 0;padding:1rem 0;color:#aaa;font-size:.8rem;line-height:1.55;margin-bottom:0;width:100%}body.viral main.gallery-page .author-bio .written-by{font-size:.9rem;line-height:1;text-transform:uppercase}body.viral main.gallery-page .author-bio .author-name{color:#777;font-weight:bold}body.viral main.gallery-page .gallery-page-inner{font-size:1em}@media(max-width: 575.98px){body.viral main.gallery-page .gallery-page-inner{font-size:4vw}}body.viral main.gallery-page .gallery-title{color:#252525;font-size:2em;line-height:1.25}@media(min-width: 769px){body.viral main.gallery-page .gallery-title{font-size:2.5em}}body.viral main.gallery-page .gallery-author{color:rgba(37,37,37,.63);font-size:.8em}body.viral main.gallery-page .gallery-publish-date{color:#d2d2d2}body.viral main.gallery-page .gallery-origin{font-style:italic;line-height:1.5;font-size:.85em}body.viral main.gallery-page .gallery-item-description a:not(.btn):link,body.viral main.gallery-page .gallery-item-description a:not(.btn):active,body.viral main.gallery-page .gallery-item-description a:not(.btn):visited,body.viral main.gallery-page .gallery-content a:not(.btn):link,body.viral main.gallery-page .gallery-content a:not(.btn):active,body.viral main.gallery-page .gallery-content a:not(.btn):visited,body.viral main.gallery-page .gallery-outro a:not(.btn):link,body.viral main.gallery-page .gallery-outro a:not(.btn):active,body.viral main.gallery-page .gallery-outro a:not(.btn):visited,body.viral main.gallery-page .gallery-origin a:not(.btn):link,body.viral main.gallery-page .gallery-origin a:not(.btn):active,body.viral main.gallery-page .gallery-origin a:not(.btn):visited{color:#09c;font-weight:bold}body.viral main.gallery-page .gallery-item-description a:not(.btn):hover,body.viral main.gallery-page .gallery-content a:not(.btn):hover,body.viral main.gallery-page .gallery-outro a:not(.btn):hover,body.viral main.gallery-page .gallery-origin a:not(.btn):hover{color:#00bfff;text-decoration:underline}body.viral main.gallery-page .gallery-item-description a.btn,body.viral main.gallery-page .gallery-content a.btn,body.viral main.gallery-page .gallery-outro a.btn,body.viral main.gallery-page .gallery-origin a.btn{font-weight:bold}body.viral main.gallery-page .gallery-item-title{color:#252525;margin-bottom:0;line-height:1.4em;font-size:1.5em;font-weight:bold}body.viral main.gallery-page .gallery-item-source,body.viral main.gallery-page .gallery-source{font-size:.75em;line-height:1.2;color:#252525 !important;opacity:.75}body.viral main.gallery-page .gallery-item-source a,body.viral main.gallery-page .gallery-source a{color:#252525 !important;opacity:.75}body.viral main.gallery-page .gallery-item img{width:100%}@media(min-width: 769px){body.viral main.gallery-page .gallery-item img{width:100%;max-width:100%}}body.viral main.gallery-page .gallery-item a.yoto-aff-lnk{display:inline;vertical-align:top}body.viral main.gallery-page .gallery-item .gallery-img-c-s{display:block !important;position:relative;height:0;overflow:hidden;width:100%}@media(min-width: 769px){body.viral main.gallery-page .gallery-item .gallery-img-c-s{width:100%;max-width:100%}}body.viral main.gallery-page .gallery-item .gallery-img-c-s .gallery-img-s{position:absolute;top:0;left:0;width:100% !important;height:100%;object-fit:cover}body.viral main.gallery-page .gallery-item-media{margin-left:0;margin-right:0;position:relative}@media(min-width: 769px){body.viral main.gallery-page .gallery-item-media{margin-left:0;margin-right:0;width:auto}}body.viral main.gallery-page .gallery-item-media-container{position:relative}body.viral main.gallery-page .post-pages{word-spacing:.6px;letter-spacing:.3px}@media(min-width: 992px){body.viral main.gallery-page .gallery-side{width:calc(320px + 1.5rem)}}body.viral main.gallery-page .gallery-side.fixed>div{position:fixed;bottom:auto;padding-top:20px !important;margin-left:0;margin-right:0;margin-top:0;top:0}body.viral main.gallery-page .post-pages,body.viral main.gallery-page .gallery-items{padding:unset}body.viral main.gallery-page .gallery-item-description,body.viral main.gallery-page .gallery-content,body.viral main.gallery-page .gallery-outro{font-size:1.2em;line-height:1.8}@media(max-width: 768.98px){body.viral main.gallery-page .gallery-item-description,body.viral main.gallery-page .gallery-content,body.viral main.gallery-page .gallery-outro{font-size:1.25em;line-height:1.8}}body.viral main.gallery-page .gallery-item-description p,body.viral main.gallery-page .gallery-content p,body.viral main.gallery-page .gallery-outro p{margin-bottom:0}@media(max-width: 1199.98px){body.viral .container,body.viral .container-md,body.viral .container-sm,body.viral .container-lg,body.viral .article-header .container-lg,body.viral .container-xl{max-width:none !important}}body.viral .article-header{background:#000;color:#fff}body.viral .article-header .container-lg{width:100%;padding-right:var(--bs-gutter-x, 15px);padding-left:var(--bs-gutter-x, 15px);margin-right:auto;margin-left:auto}@media(max-width: 575.98px){body.viral .header{padding:0 1rem;height:43px;max-height:43px;height:75px;max-height:75px}body.viral .header .main-logo{height:70.09px}}body.viral a{color:#262626}body.viral .footer a{color:inherit}body.viral-fonts{font-family:"Open Sans",Roboto, Helvetica, Arial, sans-serif}body.viral-fonts h1,body.viral-fonts h2,body.viral-fonts h3,body.viral-fonts h4,body.viral-fonts h5{font-family:"Open Sans",Roboto, Helvetica, Arial, sans-serif}body.viral-fonts .footer ul.footer-menu li.menu-item{font-family:"Open Sans",Roboto, Helvetica, Arial, sans-serif}body.viral-fonts .newsletter .newsletter-text,body.viral-fonts .newsletter .newsletter-input,body.viral-fonts .newsletter .newsletter-headline{font-family:"Open Sans",Roboto, Helvetica, Arial, sans-serif}body.viral-fonts .menu .menu-body,body.viral-fonts .menu .menu-footer{font-family:"Open Sans",Roboto, Helvetica, Arial, sans-serif}body.viral-fonts .gallery-publish-date{font-family:"Open Sans",Roboto, Helvetica, Arial, sans-serif}body.viral-fonts .gallery-author{font-family:"Open Sans",Roboto, Helvetica, Arial, sans-serif}body.viral-fonts .author-bio .author-name{font-family:"Open Sans",Roboto, Helvetica, Arial, sans-serif}body.viral-fonts .gallery-title{font-family:"Open Sans",Roboto, Helvetica, Arial, sans-serif}