@charset "UTF-8";
/*
 * Font Awesome Free 6.5.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2024 Fonticons, Inc.
 */.fa{font-family:var(--fa-style-family, "Font Awesome 6 Free");font-weight:var(--fa-style, 900)}.fa,.fa-classic,.fa-sharp,.fas,.fa-solid,.far,.fa-regular,.fab,.fa-brands{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:var(--fa-display, inline-block);font-style:normal;font-variant:normal;line-height:1;text-rendering:auto}.fas,.fa-classic,.fa-solid,.far,.fa-regular{font-family:'Font Awesome 6 Free'}.fab,.fa-brands{font-family:'Font Awesome 6 Brands'}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-2xs{font-size:0.625em;line-height:0.1em;vertical-align:0.225em}.fa-xs{font-size:0.75em;line-height:0.0833333337em;vertical-align:0.125em}.fa-sm{font-size:0.875em;line-height:0.0714285718em;vertical-align:0.0535714295em}.fa-lg{font-size:1.25em;line-height:0.05em;vertical-align:-0.075em}.fa-xl{font-size:1.5em;line-height:0.0416666682em;vertical-align:-0.125em}.fa-2xl{font-size:2em;line-height:0.03125em;vertical-align:-0.1875em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:var(--fa-li-margin, 2.5em);padding-left:0}.fa-ul>li{position:relative}.fa-li{left:calc(var(--fa-li-width, 2em) * -1);position:absolute;text-align:center;width:var(--fa-li-width, 2em);line-height:inherit}.fa-border{border-color:var(--fa-border-color, #eee);border-radius:var(--fa-border-radius, 0.1em);border-style:var(--fa-border-style, solid);border-width:var(--fa-border-width, 0.08em);padding:var(--fa-border-padding, 0.2em 0.25em 0.15em)}.fa-pull-left{float:left;margin-right:var(--fa-pull-margin, 0.3em)}.fa-pull-right{float:right;margin-left:var(--fa-pull-margin, 0.3em)}.fa-beat{animation-name:fa-beat;animation-delay:var(--fa-animation-delay, 0s);animation-direction:var(--fa-animation-direction, normal);animation-duration:var(--fa-animation-duration, 1s);animation-iteration-count:var(--fa-animation-iteration-count, infinite);animation-timing-function:var(--fa-animation-timing, ease-in-out)}.fa-bounce{animation-name:fa-bounce;animation-delay:var(--fa-animation-delay, 0s);animation-direction:var(--fa-animation-direction, normal);animation-duration:var(--fa-animation-duration, 1s);animation-iteration-count:var(--fa-animation-iteration-count, infinite);animation-timing-function:var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1))}.fa-fade{animation-name:fa-fade;animation-delay:var(--fa-animation-delay, 0s);animation-direction:var(--fa-animation-direction, normal);animation-duration:var(--fa-animation-duration, 1s);animation-iteration-count:var(--fa-animation-iteration-count, infinite);animation-timing-function:var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1))}.fa-beat-fade{animation-name:fa-beat-fade;animation-delay:var(--fa-animation-delay, 0s);animation-direction:var(--fa-animation-direction, normal);animation-duration:var(--fa-animation-duration, 1s);animation-iteration-count:var(--fa-animation-iteration-count, infinite);animation-timing-function:var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1))}.fa-flip{animation-name:fa-flip;animation-delay:var(--fa-animation-delay, 0s);animation-direction:var(--fa-animation-direction, normal);animation-duration:var(--fa-animation-duration, 1s);animation-iteration-count:var(--fa-animation-iteration-count, infinite);animation-timing-function:var(--fa-animation-timing, ease-in-out)}.fa-shake{animation-name:fa-shake;animation-delay:var(--fa-animation-delay, 0s);animation-direction:var(--fa-animation-direction, normal);animation-duration:var(--fa-animation-duration, 1s);animation-iteration-count:var(--fa-animation-iteration-count, infinite);animation-timing-function:var(--fa-animation-timing, linear)}.fa-spin{animation-name:fa-spin;animation-delay:var(--fa-animation-delay, 0s);animation-direction:var(--fa-animation-direction, normal);animation-duration:var(--fa-animation-duration, 2s);animation-iteration-count:var(--fa-animation-iteration-count, infinite);animation-timing-function:var(--fa-animation-timing, linear)}.fa-spin-reverse{--fa-animation-direction: reverse}.fa-pulse,.fa-spin-pulse{animation-name:fa-spin;animation-direction:var(--fa-animation-direction, normal);animation-duration:var(--fa-animation-duration, 1s);animation-iteration-count:var(--fa-animation-iteration-count, infinite);animation-timing-function:var(--fa-animation-timing, steps(8))}@media (prefers-reduced-motion:reduce){.fa-beat,.fa-bounce,.fa-fade,.fa-beat-fade,.fa-flip,.fa-pulse,.fa-shake,.fa-spin,.fa-spin-pulse{animation-delay:-1ms;animation-duration:1ms;animation-iteration-count:1;transition-delay:0s;transition-duration:0s}}@keyframes fa-beat{0%,90%{transform:scale(1)}45%{transform:scale(var(--fa-beat-scale, 1.25))}}@keyframes fa-bounce{0%{transform:scale(1, 1) translateY(0)}10%{transform:scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0)}30%{transform:scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em))}50%{transform:scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0)}57%{transform:scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em))}64%{transform:scale(1, 1) translateY(0)}100%{transform:scale(1, 1) translateY(0)}}@keyframes fa-fade{50%{opacity:var(--fa-fade-opacity, 0.4)}}@keyframes fa-beat-fade{0%,100%{opacity:var(--fa-beat-fade-opacity, 0.4);transform:scale(1)}50%{opacity:1;transform:scale(var(--fa-beat-fade-scale, 1.125))}}@keyframes fa-flip{50%{transform:rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg))}}@keyframes fa-shake{0%{transform:rotate(-15deg)}4%{transform:rotate(15deg)}8%,24%{transform:rotate(-18deg)}12%,28%{transform:rotate(18deg)}16%{transform:rotate(-22deg)}20%{transform:rotate(22deg)}32%{transform:rotate(-12deg)}36%{transform:rotate(12deg)}40%,100%{transform:rotate(0deg)}}@keyframes fa-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.fa-rotate-90{transform:rotate(90deg)}.fa-rotate-180{transform:rotate(180deg)}.fa-rotate-270{transform:rotate(270deg)}.fa-flip-horizontal{transform:scale(-1, 1)}.fa-flip-vertical{transform:scale(1, -1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{transform:scale(-1, -1)}.fa-rotate-by{transform:rotate(var(--fa-rotate-angle, 0))}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%;z-index:var(--fa-stack-z-index, auto)}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:var(--fa-inverse, #fff)}.sr-only,.fa-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border-width:0}.sr-only-focusable:not(:focus),.fa-sr-only-focusable:not(:focus){position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border-width:0}:root,:host{--fa-style-family-classic: "Font Awesome 6 Free";--fa-font-solid: normal 900 1em/1 "Font Awesome 6 Free";--fa-font-regular: normal 400 1em/1 "Font Awesome 6 Free";--fa-font-brands: normal 400 1em/1 "Font Awesome 6 Brands"}@font-face{font-family:"Font Awesome 6 Brands";font-style:normal;font-weight:400;font-display:block;src:url("/template/fonts/fontawesome/fa-brands-400.woff2") format("woff2"), url("/template/fonts/fontawesome/fa-brands-400.ttf") format("truetype")}.fab,.fa-brands{font-weight:400}.fa-monero:before{content:""}.fa-hooli:before{content:""}.fa-yelp:before{content:""}.fa-cc-visa:before{content:""}.fa-lastfm:before{content:""}.fa-shopware:before{content:""}.fa-creative-commons-nc:before{content:""}.fa-aws:before{content:""}.fa-redhat:before{content:""}.fa-yoast:before{content:""}.fa-cloudflare:before{content:""}.fa-ups:before{content:""}.fa-pixiv:before{content:""}.fa-wpexplorer:before{content:""}.fa-dyalog:before{content:""}.fa-bity:before{content:""}.fa-stackpath:before{content:""}.fa-buysellads:before{content:""}.fa-first-order:before{content:""}.fa-modx:before{content:""}.fa-guilded:before{content:""}.fa-vnv:before{content:""}.fa-square-js:before{content:""}.fa-js-square:before{content:""}.fa-microsoft:before{content:""}.fa-qq:before{content:""}.fa-orcid:before{content:""}.fa-java:before{content:""}.fa-invision:before{content:""}.fa-creative-commons-pd-alt:before{content:""}.fa-centercode:before{content:""}.fa-glide-g:before{content:""}.fa-drupal:before{content:""}.fa-jxl:before{content:""}.fa-hire-a-helper:before{content:""}.fa-creative-commons-by:before{content:""}.fa-unity:before{content:""}.fa-whmcs:before{content:""}.fa-rocketchat:before{content:""}.fa-vk:before{content:""}.fa-untappd:before{content:""}.fa-mailchimp:before{content:""}.fa-css3-alt:before{content:""}.fa-square-reddit:before{content:""}.fa-reddit-square:before{content:""}.fa-vimeo-v:before{content:""}.fa-contao:before{content:""}.fa-square-font-awesome:before{content:""}.fa-deskpro:before{content:""}.fa-brave:before{content:""}.fa-sistrix:before{content:""}.fa-square-instagram:before{content:""}.fa-instagram-square:before{content:""}.fa-battle-net:before{content:""}.fa-the-red-yeti:before{content:""}.fa-square-hacker-news:before{content:""}.fa-hacker-news-square:before{content:""}.fa-edge:before{content:""}.fa-threads:before{content:""}.fa-napster:before{content:""}.fa-square-snapchat:before{content:""}.fa-snapchat-square:before{content:""}.fa-google-plus-g:before{content:""}.fa-artstation:before{content:""}.fa-markdown:before{content:""}.fa-sourcetree:before{content:""}.fa-google-plus:before{content:""}.fa-diaspora:before{content:""}.fa-foursquare:before{content:""}.fa-stack-overflow:before{content:""}.fa-github-alt:before{content:""}.fa-phoenix-squadron:before{content:""}.fa-pagelines:before{content:""}.fa-algolia:before{content:""}.fa-red-river:before{content:""}.fa-creative-commons-sa:before{content:""}.fa-safari:before{content:""}.fa-google:before{content:""}.fa-square-font-awesome-stroke:before{content:""}.fa-font-awesome-alt:before{content:""}.fa-atlassian:before{content:""}.fa-linkedin-in:before{content:""}.fa-digital-ocean:before{content:""}.fa-nimblr:before{content:""}.fa-chromecast:before{content:""}.fa-evernote:before{content:""}.fa-hacker-news:before{content:""}.fa-creative-commons-sampling:before{content:""}.fa-adversal:before{content:""}.fa-creative-commons:before{content:""}.fa-watchman-monitoring:before{content:""}.fa-fonticons:before{content:""}.fa-weixin:before{content:""}.fa-shirtsinbulk:before{content:""}.fa-codepen:before{content:""}.fa-git-alt:before{content:""}.fa-lyft:before{content:""}.fa-rev:before{content:""}.fa-windows:before{content:""}.fa-wizards-of-the-coast:before{content:""}.fa-square-viadeo:before{content:""}.fa-viadeo-square:before{content:""}.fa-meetup:before{content:""}.fa-centos:before{content:""}.fa-adn:before{content:""}.fa-cloudsmith:before{content:""}.fa-opensuse:before{content:""}.fa-pied-piper-alt:before{content:""}.fa-square-dribbble:before{content:""}.fa-dribbble-square:before{content:""}.fa-codiepie:before{content:""}.fa-node:before{content:""}.fa-mix:before{content:""}.fa-steam:before{content:""}.fa-cc-apple-pay:before{content:""}.fa-scribd:before{content:""}.fa-debian:before{content:""}.fa-openid:before{content:""}.fa-instalod:before{content:""}.fa-expeditedssl:before{content:""}.fa-sellcast:before{content:""}.fa-square-twitter:before{content:""}.fa-twitter-square:before{content:""}.fa-r-project:before{content:""}.fa-delicious:before{content:""}.fa-freebsd:before{content:""}.fa-vuejs:before{content:""}.fa-accusoft:before{content:""}.fa-ioxhost:before{content:""}.fa-fonticons-fi:before{content:""}.fa-app-store:before{content:""}.fa-cc-mastercard:before{content:""}.fa-itunes-note:before{content:""}.fa-golang:before{content:""}.fa-kickstarter:before{content:""}.fa-square-kickstarter:before{content:""}.fa-grav:before{content:""}.fa-weibo:before{content:""}.fa-uncharted:before{content:""}.fa-firstdraft:before{content:""}.fa-square-youtube:before{content:""}.fa-youtube-square:before{content:""}.fa-wikipedia-w:before{content:""}.fa-wpressr:before{content:""}.fa-rendact:before{content:""}.fa-angellist:before{content:""}.fa-galactic-republic:before{content:""}.fa-nfc-directional:before{content:""}.fa-skype:before{content:""}.fa-joget:before{content:""}.fa-fedora:before{content:""}.fa-stripe-s:before{content:""}.fa-meta:before{content:""}.fa-laravel:before{content:""}.fa-hotjar:before{content:""}.fa-bluetooth-b:before{content:""}.fa-square-letterboxd:before{content:""}.fa-sticker-mule:before{content:""}.fa-creative-commons-zero:before{content:""}.fa-hips:before{content:""}.fa-behance:before{content:""}.fa-reddit:before{content:""}.fa-discord:before{content:""}.fa-chrome:before{content:""}.fa-app-store-ios:before{content:""}.fa-cc-discover:before{content:""}.fa-wpbeginner:before{content:""}.fa-confluence:before{content:""}.fa-shoelace:before{content:""}.fa-mdb:before{content:""}.fa-dochub:before{content:""}.fa-accessible-icon:before{content:""}.fa-ebay:before{content:""}.fa-amazon:before{content:""}.fa-unsplash:before{content:""}.fa-yarn:before{content:""}.fa-square-steam:before{content:""}.fa-steam-square:before{content:""}.fa-500px:before{content:""}.fa-square-vimeo:before{content:""}.fa-vimeo-square:before{content:""}.fa-asymmetrik:before{content:""}.fa-font-awesome:before{content:""}.fa-font-awesome-flag:before{content:""}.fa-font-awesome-logo-full:before{content:""}.fa-gratipay:before{content:""}.fa-apple:before{content:""}.fa-hive:before{content:""}.fa-gitkraken:before{content:""}.fa-keybase:before{content:""}.fa-apple-pay:before{content:""}.fa-padlet:before{content:""}.fa-amazon-pay:before{content:""}.fa-square-github:before{content:""}.fa-github-square:before{content:""}.fa-stumbleupon:before{content:""}.fa-fedex:before{content:""}.fa-phoenix-framework:before{content:""}.fa-shopify:before{content:""}.fa-neos:before{content:""}.fa-square-threads:before{content:""}.fa-hackerrank:before{content:""}.fa-researchgate:before{content:""}.fa-swift:before{content:""}.fa-angular:before{content:""}.fa-speakap:before{content:""}.fa-angrycreative:before{content:""}.fa-y-combinator:before{content:""}.fa-empire:before{content:""}.fa-envira:before{content:""}.fa-google-scholar:before{content:""}.fa-square-gitlab:before{content:""}.fa-gitlab-square:before{content:""}.fa-studiovinari:before{content:""}.fa-pied-piper:before{content:""}.fa-wordpress:before{content:""}.fa-product-hunt:before{content:""}.fa-firefox:before{content:""}.fa-linode:before{content:""}.fa-goodreads:before{content:""}.fa-square-odnoklassniki:before{content:""}.fa-odnoklassniki-square:before{content:""}.fa-jsfiddle:before{content:""}.fa-sith:before{content:""}.fa-themeisle:before{content:""}.fa-page4:before{content:""}.fa-hashnode:before{content:""}.fa-react:before{content:""}.fa-cc-paypal:before{content:""}.fa-squarespace:before{content:""}.fa-cc-stripe:before{content:""}.fa-creative-commons-share:before{content:""}.fa-bitcoin:before{content:""}.fa-keycdn:before{content:""}.fa-opera:before{content:""}.fa-itch-io:before{content:""}.fa-umbraco:before{content:""}.fa-galactic-senate:before{content:""}.fa-ubuntu:before{content:""}.fa-draft2digital:before{content:""}.fa-stripe:before{content:""}.fa-houzz:before{content:""}.fa-gg:before{content:""}.fa-dhl:before{content:""}.fa-square-pinterest:before{content:""}.fa-pinterest-square:before{content:""}.fa-xing:before{content:""}.fa-blackberry:before{content:""}.fa-creative-commons-pd:before{content:""}.fa-playstation:before{content:""}.fa-quinscape:before{content:""}.fa-less:before{content:""}.fa-blogger-b:before{content:""}.fa-opencart:before{content:""}.fa-vine:before{content:""}.fa-signal-messenger:before{content:""}.fa-paypal:before{content:""}.fa-gitlab:before{content:""}.fa-typo3:before{content:""}.fa-reddit-alien:before{content:""}.fa-yahoo:before{content:""}.fa-dailymotion:before{content:""}.fa-affiliatetheme:before{content:""}.fa-pied-piper-pp:before{content:""}.fa-bootstrap:before{content:""}.fa-odnoklassniki:before{content:""}.fa-nfc-symbol:before{content:""}.fa-mintbit:before{content:""}.fa-ethereum:before{content:""}.fa-speaker-deck:before{content:""}.fa-creative-commons-nc-eu:before{content:""}.fa-patreon:before{content:""}.fa-avianex:before{content:""}.fa-ello:before{content:""}.fa-gofore:before{content:""}.fa-bimobject:before{content:""}.fa-brave-reverse:before{content:""}.fa-facebook-f:before{content:""}.fa-square-google-plus:before{content:""}.fa-google-plus-square:before{content:""}.fa-web-awesome:before{content:""}.fa-mandalorian:before{content:""}.fa-first-order-alt:before{content:""}.fa-osi:before{content:""}.fa-google-wallet:before{content:""}.fa-d-and-d-beyond:before{content:""}.fa-periscope:before{content:""}.fa-fulcrum:before{content:""}.fa-cloudscale:before{content:""}.fa-forumbee:before{content:""}.fa-mizuni:before{content:""}.fa-schlix:before{content:""}.fa-square-xing:before{content:""}.fa-xing-square:before{content:""}.fa-bandcamp:before{content:""}.fa-wpforms:before{content:""}.fa-cloudversify:before{content:""}.fa-usps:before{content:""}.fa-megaport:before{content:""}.fa-magento:before{content:""}.fa-spotify:before{content:""}.fa-optin-monster:before{content:""}.fa-fly:before{content:""}.fa-aviato:before{content:""}.fa-itunes:before{content:""}.fa-cuttlefish:before{content:""}.fa-blogger:before{content:""}.fa-flickr:before{content:""}.fa-viber:before{content:""}.fa-soundcloud:before{content:""}.fa-digg:before{content:""}.fa-tencent-weibo:before{content:""}.fa-letterboxd:before{content:""}.fa-symfony:before{content:""}.fa-maxcdn:before{content:""}.fa-etsy:before{content:""}.fa-facebook-messenger:before{content:""}.fa-audible:before{content:""}.fa-think-peaks:before{content:""}.fa-bilibili:before{content:""}.fa-erlang:before{content:""}.fa-x-twitter:before{content:""}.fa-cotton-bureau:before{content:""}.fa-dashcube:before{content:""}.fa-42-group:before{content:""}.fa-innosoft:before{content:""}.fa-stack-exchange:before{content:""}.fa-elementor:before{content:""}.fa-square-pied-piper:before{content:""}.fa-pied-piper-square:before{content:""}.fa-creative-commons-nd:before{content:""}.fa-palfed:before{content:""}.fa-superpowers:before{content:""}.fa-resolving:before{content:""}.fa-xbox:before{content:""}.fa-square-web-awesome-stroke:before{content:""}.fa-searchengin:before{content:""}.fa-tiktok:before{content:""}.fa-square-facebook:before{content:""}.fa-facebook-square:before{content:""}.fa-renren:before{content:""}.fa-linux:before{content:""}.fa-glide:before{content:""}.fa-linkedin:before{content:""}.fa-hubspot:before{content:""}.fa-deploydog:before{content:""}.fa-twitch:before{content:""}.fa-ravelry:before{content:""}.fa-mixer:before{content:""}.fa-square-lastfm:before{content:""}.fa-lastfm-square:before{content:""}.fa-vimeo:before{content:""}.fa-mendeley:before{content:""}.fa-uniregistry:before{content:""}.fa-figma:before{content:""}.fa-creative-commons-remix:before{content:""}.fa-cc-amazon-pay:before{content:""}.fa-dropbox:before{content:""}.fa-instagram:before{content:""}.fa-cmplid:before{content:""}.fa-upwork:before{content:""}.fa-facebook:before{content:""}.fa-gripfire:before{content:""}.fa-jedi-order:before{content:""}.fa-uikit:before{content:""}.fa-fort-awesome-alt:before{content:""}.fa-phabricator:before{content:""}.fa-ussunnah:before{content:""}.fa-earlybirds:before{content:""}.fa-trade-federation:before{content:""}.fa-autoprefixer:before{content:""}.fa-whatsapp:before{content:""}.fa-square-upwork:before{content:""}.fa-slideshare:before{content:""}.fa-google-play:before{content:""}.fa-viadeo:before{content:""}.fa-line:before{content:""}.fa-google-drive:before{content:""}.fa-servicestack:before{content:""}.fa-simplybuilt:before{content:""}.fa-bitbucket:before{content:""}.fa-imdb:before{content:""}.fa-deezer:before{content:""}.fa-raspberry-pi:before{content:""}.fa-jira:before{content:""}.fa-docker:before{content:""}.fa-screenpal:before{content:""}.fa-bluetooth:before{content:""}.fa-gitter:before{content:""}.fa-d-and-d:before{content:""}.fa-microblog:before{content:""}.fa-cc-diners-club:before{content:""}.fa-gg-circle:before{content:""}.fa-pied-piper-hat:before{content:""}.fa-kickstarter-k:before{content:""}.fa-yandex:before{content:""}.fa-readme:before{content:""}.fa-html5:before{content:""}.fa-sellsy:before{content:""}.fa-square-web-awesome:before{content:""}.fa-sass:before{content:""}.fa-wirsindhandwerk:before{content:""}.fa-wsh:before{content:""}.fa-buromobelexperte:before{content:""}.fa-salesforce:before{content:""}.fa-octopus-deploy:before{content:""}.fa-medapps:before{content:""}.fa-ns8:before{content:""}.fa-pinterest-p:before{content:""}.fa-apper:before{content:""}.fa-fort-awesome:before{content:""}.fa-waze:before{content:""}.fa-bluesky:before{content:""}.fa-cc-jcb:before{content:""}.fa-snapchat:before{content:""}.fa-snapchat-ghost:before{content:""}.fa-fantasy-flight-games:before{content:""}.fa-rust:before{content:""}.fa-wix:before{content:""}.fa-square-behance:before{content:""}.fa-behance-square:before{content:""}.fa-supple:before{content:""}.fa-webflow:before{content:""}.fa-rebel:before{content:""}.fa-css3:before{content:""}.fa-staylinked:before{content:""}.fa-kaggle:before{content:""}.fa-space-awesome:before{content:""}.fa-deviantart:before{content:""}.fa-cpanel:before{content:""}.fa-goodreads-g:before{content:""}.fa-square-git:before{content:""}.fa-git-square:before{content:""}.fa-square-tumblr:before{content:""}.fa-tumblr-square:before{content:""}.fa-trello:before{content:""}.fa-creative-commons-nc-jp:before{content:""}.fa-get-pocket:before{content:""}.fa-perbyte:before{content:""}.fa-grunt:before{content:""}.fa-weebly:before{content:""}.fa-connectdevelop:before{content:""}.fa-leanpub:before{content:""}.fa-black-tie:before{content:""}.fa-themeco:before{content:""}.fa-python:before{content:""}.fa-android:before{content:""}.fa-bots:before{content:""}.fa-free-code-camp:before{content:""}.fa-hornbill:before{content:""}.fa-js:before{content:""}.fa-ideal:before{content:""}.fa-git:before{content:""}.fa-dev:before{content:""}.fa-sketch:before{content:""}.fa-yandex-international:before{content:""}.fa-cc-amex:before{content:""}.fa-uber:before{content:""}.fa-github:before{content:""}.fa-php:before{content:""}.fa-alipay:before{content:""}.fa-youtube:before{content:""}.fa-skyatlas:before{content:""}.fa-firefox-browser:before{content:""}.fa-replyd:before{content:""}.fa-suse:before{content:""}.fa-jenkins:before{content:""}.fa-twitter:before{content:""}.fa-rockrms:before{content:""}.fa-pinterest:before{content:""}.fa-buffer:before{content:""}.fa-npm:before{content:""}.fa-yammer:before{content:""}.fa-btc:before{content:""}.fa-dribbble:before{content:""}.fa-stumbleupon-circle:before{content:""}.fa-internet-explorer:before{content:""}.fa-stubber:before{content:""}.fa-telegram:before{content:""}.fa-telegram-plane:before{content:""}.fa-old-republic:before{content:""}.fa-odysee:before{content:""}.fa-square-whatsapp:before{content:""}.fa-whatsapp-square:before{content:""}.fa-node-js:before{content:""}.fa-edge-legacy:before{content:""}.fa-slack:before{content:""}.fa-slack-hash:before{content:""}.fa-medrt:before{content:""}.fa-usb:before{content:""}.fa-tumblr:before{content:""}.fa-vaadin:before{content:""}.fa-quora:before{content:""}.fa-square-x-twitter:before{content:""}.fa-reacteurope:before{content:""}.fa-medium:before{content:""}.fa-medium-m:before{content:""}.fa-amilia:before{content:""}.fa-mixcloud:before{content:""}.fa-flipboard:before{content:""}.fa-viacoin:before{content:""}.fa-critical-role:before{content:""}.fa-sitrox:before{content:""}.fa-discourse:before{content:""}.fa-joomla:before{content:""}.fa-mastodon:before{content:""}.fa-airbnb:before{content:""}.fa-wolf-pack-battalion:before{content:""}.fa-buy-n-large:before{content:""}.fa-gulp:before{content:""}.fa-creative-commons-sampling-plus:before{content:""}.fa-strava:before{content:""}.fa-ember:before{content:""}.fa-canadian-maple-leaf:before{content:""}.fa-teamspeak:before{content:""}.fa-pushed:before{content:""}.fa-wordpress-simple:before{content:""}.fa-nutritionix:before{content:""}.fa-wodu:before{content:""}.fa-google-pay:before{content:""}.fa-intercom:before{content:""}.fa-zhihu:before{content:""}.fa-korvue:before{content:""}.fa-pix:before{content:""}.fa-steam-symbol:before{content:""}@charset "UTF-8";
/*
 * Font Awesome Free 6.5.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2024 Fonticons, Inc.
 */.fa{font-family:var(--fa-style-family, "Font Awesome 6 Free");font-weight:var(--fa-style, 900)}.fa,.fa-classic,.fa-sharp,.fas,.fa-solid,.far,.fa-regular,.fab,.fa-brands{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:var(--fa-display, inline-block);font-style:normal;font-variant:normal;line-height:1;text-rendering:auto}.fas,.fa-classic,.fa-solid,.far,.fa-regular{font-family:'Font Awesome 6 Free'}.fab,.fa-brands{font-family:'Font Awesome 6 Brands'}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-2xs{font-size:0.625em;line-height:0.1em;vertical-align:0.225em}.fa-xs{font-size:0.75em;line-height:0.0833333337em;vertical-align:0.125em}.fa-sm{font-size:0.875em;line-height:0.0714285718em;vertical-align:0.0535714295em}.fa-lg{font-size:1.25em;line-height:0.05em;vertical-align:-0.075em}.fa-xl{font-size:1.5em;line-height:0.0416666682em;vertical-align:-0.125em}.fa-2xl{font-size:2em;line-height:0.03125em;vertical-align:-0.1875em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:var(--fa-li-margin, 2.5em);padding-left:0}.fa-ul>li{position:relative}.fa-li{left:calc(var(--fa-li-width, 2em) * -1);position:absolute;text-align:center;width:var(--fa-li-width, 2em);line-height:inherit}.fa-border{border-color:var(--fa-border-color, #eee);border-radius:var(--fa-border-radius, 0.1em);border-style:var(--fa-border-style, solid);border-width:var(--fa-border-width, 0.08em);padding:var(--fa-border-padding, 0.2em 0.25em 0.15em)}.fa-pull-left{float:left;margin-right:var(--fa-pull-margin, 0.3em)}.fa-pull-right{float:right;margin-left:var(--fa-pull-margin, 0.3em)}.fa-beat{animation-name:fa-beat;animation-delay:var(--fa-animation-delay, 0s);animation-direction:var(--fa-animation-direction, normal);animation-duration:var(--fa-animation-duration, 1s);animation-iteration-count:var(--fa-animation-iteration-count, infinite);animation-timing-function:var(--fa-animation-timing, ease-in-out)}.fa-bounce{animation-name:fa-bounce;animation-delay:var(--fa-animation-delay, 0s);animation-direction:var(--fa-animation-direction, normal);animation-duration:var(--fa-animation-duration, 1s);animation-iteration-count:var(--fa-animation-iteration-count, infinite);animation-timing-function:var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1))}.fa-fade{animation-name:fa-fade;animation-delay:var(--fa-animation-delay, 0s);animation-direction:var(--fa-animation-direction, normal);animation-duration:var(--fa-animation-duration, 1s);animation-iteration-count:var(--fa-animation-iteration-count, infinite);animation-timing-function:var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1))}.fa-beat-fade{animation-name:fa-beat-fade;animation-delay:var(--fa-animation-delay, 0s);animation-direction:var(--fa-animation-direction, normal);animation-duration:var(--fa-animation-duration, 1s);animation-iteration-count:var(--fa-animation-iteration-count, infinite);animation-timing-function:var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1))}.fa-flip{animation-name:fa-flip;animation-delay:var(--fa-animation-delay, 0s);animation-direction:var(--fa-animation-direction, normal);animation-duration:var(--fa-animation-duration, 1s);animation-iteration-count:var(--fa-animation-iteration-count, infinite);animation-timing-function:var(--fa-animation-timing, ease-in-out)}.fa-shake{animation-name:fa-shake;animation-delay:var(--fa-animation-delay, 0s);animation-direction:var(--fa-animation-direction, normal);animation-duration:var(--fa-animation-duration, 1s);animation-iteration-count:var(--fa-animation-iteration-count, infinite);animation-timing-function:var(--fa-animation-timing, linear)}.fa-spin{animation-name:fa-spin;animation-delay:var(--fa-animation-delay, 0s);animation-direction:var(--fa-animation-direction, normal);animation-duration:var(--fa-animation-duration, 2s);animation-iteration-count:var(--fa-animation-iteration-count, infinite);animation-timing-function:var(--fa-animation-timing, linear)}.fa-spin-reverse{--fa-animation-direction: reverse}.fa-pulse,.fa-spin-pulse{animation-name:fa-spin;animation-direction:var(--fa-animation-direction, normal);animation-duration:var(--fa-animation-duration, 1s);animation-iteration-count:var(--fa-animation-iteration-count, infinite);animation-timing-function:var(--fa-animation-timing, steps(8))}@media (prefers-reduced-motion:reduce){.fa-beat,.fa-bounce,.fa-fade,.fa-beat-fade,.fa-flip,.fa-pulse,.fa-shake,.fa-spin,.fa-spin-pulse{animation-delay:-1ms;animation-duration:1ms;animation-iteration-count:1;transition-delay:0s;transition-duration:0s}}@keyframes fa-beat{0%,90%{transform:scale(1)}45%{transform:scale(var(--fa-beat-scale, 1.25))}}@keyframes fa-bounce{0%{transform:scale(1, 1) translateY(0)}10%{transform:scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0)}30%{transform:scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em))}50%{transform:scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0)}57%{transform:scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em))}64%{transform:scale(1, 1) translateY(0)}100%{transform:scale(1, 1) translateY(0)}}@keyframes fa-fade{50%{opacity:var(--fa-fade-opacity, 0.4)}}@keyframes fa-beat-fade{0%,100%{opacity:var(--fa-beat-fade-opacity, 0.4);transform:scale(1)}50%{opacity:1;transform:scale(var(--fa-beat-fade-scale, 1.125))}}@keyframes fa-flip{50%{transform:rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg))}}@keyframes fa-shake{0%{transform:rotate(-15deg)}4%{transform:rotate(15deg)}8%,24%{transform:rotate(-18deg)}12%,28%{transform:rotate(18deg)}16%{transform:rotate(-22deg)}20%{transform:rotate(22deg)}32%{transform:rotate(-12deg)}36%{transform:rotate(12deg)}40%,100%{transform:rotate(0deg)}}@keyframes fa-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.fa-rotate-90{transform:rotate(90deg)}.fa-rotate-180{transform:rotate(180deg)}.fa-rotate-270{transform:rotate(270deg)}.fa-flip-horizontal{transform:scale(-1, 1)}.fa-flip-vertical{transform:scale(1, -1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{transform:scale(-1, -1)}.fa-rotate-by{transform:rotate(var(--fa-rotate-angle, 0))}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%;z-index:var(--fa-stack-z-index, auto)}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:var(--fa-inverse, #fff)}.fa-0::before{content:"0"}.fa-1::before{content:"1"}.fa-2::before{content:"2"}.fa-3::before{content:"3"}.fa-4::before{content:"4"}.fa-5::before{content:"5"}.fa-6::before{content:"6"}.fa-7::before{content:"7"}.fa-8::before{content:"8"}.fa-9::before{content:"9"}.fa-fill-drip::before{content:""}.fa-arrows-to-circle::before{content:""}.fa-circle-chevron-right::before{content:""}.fa-chevron-circle-right::before{content:""}.fa-at::before{content:"@"}.fa-trash-can::before{content:""}.fa-trash-alt::before{content:""}.fa-text-height::before{content:""}.fa-user-xmark::before{content:""}.fa-user-times::before{content:""}.fa-stethoscope::before{content:""}.fa-message::before{content:""}.fa-comment-alt::before{content:""}.fa-info::before{content:""}.fa-down-left-and-up-right-to-center::before{content:""}.fa-compress-alt::before{content:""}.fa-explosion::before{content:""}.fa-file-lines::before{content:""}.fa-file-alt::before{content:""}.fa-file-text::before{content:""}.fa-wave-square::before{content:""}.fa-ring::before{content:""}.fa-building-un::before{content:""}.fa-dice-three::before{content:""}.fa-calendar-days::before{content:""}.fa-calendar-alt::before{content:""}.fa-anchor-circle-check::before{content:""}.fa-building-circle-arrow-right::before{content:""}.fa-volleyball::before{content:""}.fa-volleyball-ball::before{content:""}.fa-arrows-up-to-line::before{content:""}.fa-sort-down::before{content:""}.fa-sort-desc::before{content:""}.fa-circle-minus::before{content:""}.fa-minus-circle::before{content:""}.fa-door-open::before{content:""}.fa-right-from-bracket::before{content:""}.fa-sign-out-alt::before{content:""}.fa-atom::before{content:""}.fa-soap::before{content:""}.fa-icons::before{content:""}.fa-heart-music-camera-bolt::before{content:""}.fa-microphone-lines-slash::before{content:""}.fa-microphone-alt-slash::before{content:""}.fa-bridge-circle-check::before{content:""}.fa-pump-medical::before{content:""}.fa-fingerprint::before{content:""}.fa-hand-point-right::before{content:""}.fa-magnifying-glass-location::before{content:""}.fa-search-location::before{content:""}.fa-forward-step::before{content:""}.fa-step-forward::before{content:""}.fa-face-smile-beam::before{content:""}.fa-smile-beam::before{content:""}.fa-flag-checkered::before{content:""}.fa-football::before{content:""}.fa-football-ball::before{content:""}.fa-school-circle-exclamation::before{content:""}.fa-crop::before{content:""}.fa-angles-down::before{content:""}.fa-angle-double-down::before{content:""}.fa-users-rectangle::before{content:""}.fa-people-roof::before{content:""}.fa-people-line::before{content:""}.fa-beer-mug-empty::before{content:""}.fa-beer::before{content:""}.fa-diagram-predecessor::before{content:""}.fa-arrow-up-long::before{content:""}.fa-long-arrow-up::before{content:""}.fa-fire-flame-simple::before{content:""}.fa-burn::before{content:""}.fa-person::before{content:""}.fa-male::before{content:""}.fa-laptop::before{content:""}.fa-file-csv::before{content:""}.fa-menorah::before{content:""}.fa-truck-plane::before{content:""}.fa-record-vinyl::before{content:""}.fa-face-grin-stars::before{content:""}.fa-grin-stars::before{content:""}.fa-bong::before{content:""}.fa-spaghetti-monster-flying::before{content:""}.fa-pastafarianism::before{content:""}.fa-arrow-down-up-across-line::before{content:""}.fa-spoon::before{content:""}.fa-utensil-spoon::before{content:""}.fa-jar-wheat::before{content:""}.fa-envelopes-bulk::before{content:""}.fa-mail-bulk::before{content:""}.fa-file-circle-exclamation::before{content:""}.fa-circle-h::before{content:""}.fa-hospital-symbol::before{content:""}.fa-pager::before{content:""}.fa-address-book::before{content:""}.fa-contact-book::before{content:""}.fa-strikethrough::before{content:""}.fa-k::before{content:"K"}.fa-landmark-flag::before{content:""}.fa-pencil::before{content:""}.fa-pencil-alt::before{content:""}.fa-backward::before{content:""}.fa-caret-right::before{content:""}.fa-comments::before{content:""}.fa-paste::before{content:""}.fa-file-clipboard::before{content:""}.fa-code-pull-request::before{content:""}.fa-clipboard-list::before{content:""}.fa-truck-ramp-box::before{content:""}.fa-truck-loading::before{content:""}.fa-user-check::before{content:""}.fa-vial-virus::before{content:""}.fa-sheet-plastic::before{content:""}.fa-blog::before{content:""}.fa-user-ninja::before{content:""}.fa-person-arrow-up-from-line::before{content:""}.fa-scroll-torah::before{content:""}.fa-torah::before{content:""}.fa-broom-ball::before{content:""}.fa-quidditch::before{content:""}.fa-quidditch-broom-ball::before{content:""}.fa-toggle-off::before{content:""}.fa-box-archive::before{content:""}.fa-archive::before{content:""}.fa-person-drowning::before{content:""}.fa-arrow-down-9-1::before{content:""}.fa-sort-numeric-desc::before{content:""}.fa-sort-numeric-down-alt::before{content:""}.fa-face-grin-tongue-squint::before{content:""}.fa-grin-tongue-squint::before{content:""}.fa-spray-can::before{content:""}.fa-truck-monster::before{content:""}.fa-w::before{content:"W"}.fa-earth-africa::before{content:""}.fa-globe-africa::before{content:""}.fa-rainbow::before{content:""}.fa-circle-notch::before{content:""}.fa-tablet-screen-button::before{content:""}.fa-tablet-alt::before{content:""}.fa-paw::before{content:""}.fa-cloud::before{content:""}.fa-trowel-bricks::before{content:""}.fa-face-flushed::before{content:""}.fa-flushed::before{content:""}.fa-hospital-user::before{content:""}.fa-tent-arrow-left-right::before{content:""}.fa-gavel::before{content:""}.fa-legal::before{content:""}.fa-binoculars::before{content:""}.fa-microphone-slash::before{content:""}.fa-box-tissue::before{content:""}.fa-motorcycle::before{content:""}.fa-bell-concierge::before{content:""}.fa-concierge-bell::before{content:""}.fa-pen-ruler::before{content:""}.fa-pencil-ruler::before{content:""}.fa-people-arrows::before{content:""}.fa-people-arrows-left-right::before{content:""}.fa-mars-and-venus-burst::before{content:""}.fa-square-caret-right::before{content:""}.fa-caret-square-right::before{content:""}.fa-scissors::before{content:""}.fa-cut::before{content:""}.fa-sun-plant-wilt::before{content:""}.fa-toilets-portable::before{content:""}.fa-hockey-puck::before{content:""}.fa-table::before{content:""}.fa-magnifying-glass-arrow-right::before{content:""}.fa-tachograph-digital::before{content:""}.fa-digital-tachograph::before{content:""}.fa-users-slash::before{content:""}.fa-clover::before{content:""}.fa-reply::before{content:""}.fa-mail-reply::before{content:""}.fa-star-and-crescent::before{content:""}.fa-house-fire::before{content:""}.fa-square-minus::before{content:""}.fa-minus-square::before{content:""}.fa-helicopter::before{content:""}.fa-compass::before{content:""}.fa-square-caret-down::before{content:""}.fa-caret-square-down::before{content:""}.fa-file-circle-question::before{content:""}.fa-laptop-code::before{content:""}.fa-swatchbook::before{content:""}.fa-prescription-bottle::before{content:""}.fa-bars::before{content:""}.fa-navicon::before{content:""}.fa-people-group::before{content:""}.fa-hourglass-end::before{content:""}.fa-hourglass-3::before{content:""}.fa-heart-crack::before{content:""}.fa-heart-broken::before{content:""}.fa-square-up-right::before{content:""}.fa-external-link-square-alt::before{content:""}.fa-face-kiss-beam::before{content:""}.fa-kiss-beam::before{content:""}.fa-film::before{content:""}.fa-ruler-horizontal::before{content:""}.fa-people-robbery::before{content:""}.fa-lightbulb::before{content:""}.fa-caret-left::before{content:""}.fa-circle-exclamation::before{content:""}.fa-exclamation-circle::before{content:""}.fa-school-circle-xmark::before{content:""}.fa-arrow-right-from-bracket::before{content:""}.fa-sign-out::before{content:""}.fa-circle-chevron-down::before{content:""}.fa-chevron-circle-down::before{content:""}.fa-unlock-keyhole::before{content:""}.fa-unlock-alt::before{content:""}.fa-cloud-showers-heavy::before{content:""}.fa-headphones-simple::before{content:""}.fa-headphones-alt::before{content:""}.fa-sitemap::before{content:""}.fa-circle-dollar-to-slot::before{content:""}.fa-donate::before{content:""}.fa-memory::before{content:""}.fa-road-spikes::before{content:""}.fa-fire-burner::before{content:""}.fa-flag::before{content:""}.fa-hanukiah::before{content:""}.fa-feather::before{content:""}.fa-volume-low::before{content:""}.fa-volume-down::before{content:""}.fa-comment-slash::before{content:""}.fa-cloud-sun-rain::before{content:""}.fa-compress::before{content:""}.fa-wheat-awn::before{content:""}.fa-wheat-alt::before{content:""}.fa-ankh::before{content:""}.fa-hands-holding-child::before{content:""}.fa-asterisk::before{content:"*"}.fa-square-check::before{content:""}.fa-check-square::before{content:""}.fa-peseta-sign::before{content:""}.fa-heading::before{content:""}.fa-header::before{content:""}.fa-ghost::before{content:""}.fa-list::before{content:""}.fa-list-squares::before{content:""}.fa-square-phone-flip::before{content:""}.fa-phone-square-alt::before{content:""}.fa-cart-plus::before{content:""}.fa-gamepad::before{content:""}.fa-circle-dot::before{content:""}.fa-dot-circle::before{content:""}.fa-face-dizzy::before{content:""}.fa-dizzy::before{content:""}.fa-egg::before{content:""}.fa-house-medical-circle-xmark::before{content:""}.fa-campground::before{content:""}.fa-folder-plus::before{content:""}.fa-futbol::before{content:""}.fa-futbol-ball::before{content:""}.fa-soccer-ball::before{content:""}.fa-paintbrush::before{content:""}.fa-paint-brush::before{content:""}.fa-lock::before{content:""}.fa-gas-pump::before{content:""}.fa-hot-tub-person::before{content:""}.fa-hot-tub::before{content:""}.fa-map-location::before{content:""}.fa-map-marked::before{content:""}.fa-house-flood-water::before{content:""}.fa-tree::before{content:""}.fa-bridge-lock::before{content:""}.fa-sack-dollar::before{content:""}.fa-pen-to-square::before{content:""}.fa-edit::before{content:""}.fa-car-side::before{content:""}.fa-share-nodes::before{content:""}.fa-share-alt::before{content:""}.fa-heart-circle-minus::before{content:""}.fa-hourglass-half::before{content:""}.fa-hourglass-2::before{content:""}.fa-microscope::before{content:""}.fa-sink::before{content:""}.fa-bag-shopping::before{content:""}.fa-shopping-bag::before{content:""}.fa-arrow-down-z-a::before{content:""}.fa-sort-alpha-desc::before{content:""}.fa-sort-alpha-down-alt::before{content:""}.fa-mitten::before{content:""}.fa-person-rays::before{content:""}.fa-users::before{content:""}.fa-eye-slash::before{content:""}.fa-flask-vial::before{content:""}.fa-hand::before{content:""}.fa-hand-paper::before{content:""}.fa-om::before{content:""}.fa-worm::before{content:""}.fa-house-circle-xmark::before{content:""}.fa-plug::before{content:""}.fa-chevron-up::before{content:""}.fa-hand-spock::before{content:""}.fa-stopwatch::before{content:""}.fa-face-kiss::before{content:""}.fa-kiss::before{content:""}.fa-bridge-circle-xmark::before{content:""}.fa-face-grin-tongue::before{content:""}.fa-grin-tongue::before{content:""}.fa-chess-bishop::before{content:""}.fa-face-grin-wink::before{content:""}.fa-grin-wink::before{content:""}.fa-ear-deaf::before{content:""}.fa-deaf::before{content:""}.fa-deafness::before{content:""}.fa-hard-of-hearing::before{content:""}.fa-road-circle-check::before{content:""}.fa-dice-five::before{content:""}.fa-square-rss::before{content:""}.fa-rss-square::before{content:""}.fa-land-mine-on::before{content:""}.fa-i-cursor::before{content:""}.fa-stamp::before{content:""}.fa-stairs::before{content:""}.fa-i::before{content:"I"}.fa-hryvnia-sign::before{content:""}.fa-hryvnia::before{content:""}.fa-pills::before{content:""}.fa-face-grin-wide::before{content:""}.fa-grin-alt::before{content:""}.fa-tooth::before{content:""}.fa-v::before{content:"V"}.fa-bangladeshi-taka-sign::before{content:""}.fa-bicycle::before{content:""}.fa-staff-snake::before{content:""}.fa-rod-asclepius::before{content:""}.fa-rod-snake::before{content:""}.fa-staff-aesculapius::before{content:""}.fa-head-side-cough-slash::before{content:""}.fa-truck-medical::before{content:""}.fa-ambulance::before{content:""}.fa-wheat-awn-circle-exclamation::before{content:""}.fa-snowman::before{content:""}.fa-mortar-pestle::before{content:""}.fa-road-barrier::before{content:""}.fa-school::before{content:""}.fa-igloo::before{content:""}.fa-joint::before{content:""}.fa-angle-right::before{content:""}.fa-horse::before{content:""}.fa-q::before{content:"Q"}.fa-g::before{content:"G"}.fa-notes-medical::before{content:""}.fa-temperature-half::before{content:""}.fa-temperature-2::before{content:""}.fa-thermometer-2::before{content:""}.fa-thermometer-half::before{content:""}.fa-dong-sign::before{content:""}.fa-capsules::before{content:""}.fa-poo-storm::before{content:""}.fa-poo-bolt::before{content:""}.fa-face-frown-open::before{content:""}.fa-frown-open::before{content:""}.fa-hand-point-up::before{content:""}.fa-money-bill::before{content:""}.fa-bookmark::before{content:""}.fa-align-justify::before{content:""}.fa-umbrella-beach::before{content:""}.fa-helmet-un::before{content:""}.fa-bullseye::before{content:""}.fa-bacon::before{content:""}.fa-hand-point-down::before{content:""}.fa-arrow-up-from-bracket::before{content:""}.fa-folder::before{content:""}.fa-folder-blank::before{content:""}.fa-file-waveform::before{content:""}.fa-file-medical-alt::before{content:""}.fa-radiation::before{content:""}.fa-chart-simple::before{content:""}.fa-mars-stroke::before{content:""}.fa-vial::before{content:""}.fa-gauge::before{content:""}.fa-dashboard::before{content:""}.fa-gauge-med::before{content:""}.fa-tachometer-alt-average::before{content:""}.fa-wand-magic-sparkles::before{content:""}.fa-magic-wand-sparkles::before{content:""}.fa-e::before{content:"E"}.fa-pen-clip::before{content:""}.fa-pen-alt::before{content:""}.fa-bridge-circle-exclamation::before{content:""}.fa-user::before{content:""}.fa-school-circle-check::before{content:""}.fa-dumpster::before{content:""}.fa-van-shuttle::before{content:""}.fa-shuttle-van::before{content:""}.fa-building-user::before{content:""}.fa-square-caret-left::before{content:""}.fa-caret-square-left::before{content:""}.fa-highlighter::before{content:""}.fa-key::before{content:""}.fa-bullhorn::before{content:""}.fa-globe::before{content:""}.fa-synagogue::before{content:""}.fa-person-half-dress::before{content:""}.fa-road-bridge::before{content:""}.fa-location-arrow::before{content:""}.fa-c::before{content:"C"}.fa-tablet-button::before{content:""}.fa-building-lock::before{content:""}.fa-pizza-slice::before{content:""}.fa-money-bill-wave::before{content:""}.fa-chart-area::before{content:""}.fa-area-chart::before{content:""}.fa-house-flag::before{content:""}.fa-person-circle-minus::before{content:""}.fa-ban::before{content:""}.fa-cancel::before{content:""}.fa-camera-rotate::before{content:""}.fa-spray-can-sparkles::before{content:""}.fa-air-freshener::before{content:""}.fa-star::before{content:""}.fa-repeat::before{content:""}.fa-cross::before{content:""}.fa-box::before{content:""}.fa-venus-mars::before{content:""}.fa-arrow-pointer::before{content:""}.fa-mouse-pointer::before{content:""}.fa-maximize::before{content:""}.fa-expand-arrows-alt::before{content:""}.fa-charging-station::before{content:""}.fa-shapes::before{content:""}.fa-triangle-circle-square::before{content:""}.fa-shuffle::before{content:""}.fa-random::before{content:""}.fa-person-running::before{content:""}.fa-running::before{content:""}.fa-mobile-retro::before{content:""}.fa-grip-lines-vertical::before{content:""}.fa-spider::before{content:""}.fa-hands-bound::before{content:""}.fa-file-invoice-dollar::before{content:""}.fa-plane-circle-exclamation::before{content:""}.fa-x-ray::before{content:""}.fa-spell-check::before{content:""}.fa-slash::before{content:""}.fa-computer-mouse::before{content:""}.fa-mouse::before{content:""}.fa-arrow-right-to-bracket::before{content:""}.fa-sign-in::before{content:""}.fa-shop-slash::before{content:""}.fa-store-alt-slash::before{content:""}.fa-server::before{content:""}.fa-virus-covid-slash::before{content:""}.fa-shop-lock::before{content:""}.fa-hourglass-start::before{content:""}.fa-hourglass-1::before{content:""}.fa-blender-phone::before{content:""}.fa-building-wheat::before{content:""}.fa-person-breastfeeding::before{content:""}.fa-right-to-bracket::before{content:""}.fa-sign-in-alt::before{content:""}.fa-venus::before{content:""}.fa-passport::before{content:""}.fa-heart-pulse::before{content:""}.fa-heartbeat::before{content:""}.fa-people-carry-box::before{content:""}.fa-people-carry::before{content:""}.fa-temperature-high::before{content:""}.fa-microchip::before{content:""}.fa-crown::before{content:""}.fa-weight-hanging::before{content:""}.fa-xmarks-lines::before{content:""}.fa-file-prescription::before{content:""}.fa-weight-scale::before{content:""}.fa-weight::before{content:""}.fa-user-group::before{content:""}.fa-user-friends::before{content:""}.fa-arrow-up-a-z::before{content:""}.fa-sort-alpha-up::before{content:""}.fa-chess-knight::before{content:""}.fa-face-laugh-squint::before{content:""}.fa-laugh-squint::before{content:""}.fa-wheelchair::before{content:""}.fa-circle-arrow-up::before{content:""}.fa-arrow-circle-up::before{content:""}.fa-toggle-on::before{content:""}.fa-person-walking::before{content:""}.fa-walking::before{content:""}.fa-l::before{content:"L"}.fa-fire::before{content:""}.fa-bed-pulse::before{content:""}.fa-procedures::before{content:""}.fa-shuttle-space::before{content:""}.fa-space-shuttle::before{content:""}.fa-face-laugh::before{content:""}.fa-laugh::before{content:""}.fa-folder-open::before{content:""}.fa-heart-circle-plus::before{content:""}.fa-code-fork::before{content:""}.fa-city::before{content:""}.fa-microphone-lines::before{content:""}.fa-microphone-alt::before{content:""}.fa-pepper-hot::before{content:""}.fa-unlock::before{content:""}.fa-colon-sign::before{content:""}.fa-headset::before{content:""}.fa-store-slash::before{content:""}.fa-road-circle-xmark::before{content:""}.fa-user-minus::before{content:""}.fa-mars-stroke-up::before{content:""}.fa-mars-stroke-v::before{content:""}.fa-champagne-glasses::before{content:""}.fa-glass-cheers::before{content:""}.fa-clipboard::before{content:""}.fa-house-circle-exclamation::before{content:""}.fa-file-arrow-up::before{content:""}.fa-file-upload::before{content:""}.fa-wifi::before{content:""}.fa-wifi-3::before{content:""}.fa-wifi-strong::before{content:""}.fa-bath::before{content:""}.fa-bathtub::before{content:""}.fa-underline::before{content:""}.fa-user-pen::before{content:""}.fa-user-edit::before{content:""}.fa-signature::before{content:""}.fa-stroopwafel::before{content:""}.fa-bold::before{content:""}.fa-anchor-lock::before{content:""}.fa-building-ngo::before{content:""}.fa-manat-sign::before{content:""}.fa-not-equal::before{content:""}.fa-border-top-left::before{content:""}.fa-border-style::before{content:""}.fa-map-location-dot::before{content:""}.fa-map-marked-alt::before{content:""}.fa-jedi::before{content:""}.fa-square-poll-vertical::before{content:""}.fa-poll::before{content:""}.fa-mug-hot::before{content:""}.fa-car-battery::before{content:""}.fa-battery-car::before{content:""}.fa-gift::before{content:""}.fa-dice-two::before{content:""}.fa-chess-queen::before{content:""}.fa-glasses::before{content:""}.fa-chess-board::before{content:""}.fa-building-circle-check::before{content:""}.fa-person-chalkboard::before{content:""}.fa-mars-stroke-right::before{content:""}.fa-mars-stroke-h::before{content:""}.fa-hand-back-fist::before{content:""}.fa-hand-rock::before{content:""}.fa-square-caret-up::before{content:""}.fa-caret-square-up::before{content:""}.fa-cloud-showers-water::before{content:""}.fa-chart-bar::before{content:""}.fa-bar-chart::before{content:""}.fa-hands-bubbles::before{content:""}.fa-hands-wash::before{content:""}.fa-less-than-equal::before{content:""}.fa-train::before{content:""}.fa-eye-low-vision::before{content:""}.fa-low-vision::before{content:""}.fa-crow::before{content:""}.fa-sailboat::before{content:""}.fa-window-restore::before{content:""}.fa-square-plus::before{content:""}.fa-plus-square::before{content:""}.fa-torii-gate::before{content:""}.fa-frog::before{content:""}.fa-bucket::before{content:""}.fa-image::before{content:""}.fa-microphone::before{content:""}.fa-cow::before{content:""}.fa-caret-up::before{content:""}.fa-screwdriver::before{content:""}.fa-folder-closed::before{content:""}.fa-house-tsunami::before{content:""}.fa-square-nfi::before{content:""}.fa-arrow-up-from-ground-water::before{content:""}.fa-martini-glass::before{content:""}.fa-glass-martini-alt::before{content:""}.fa-rotate-left::before{content:""}.fa-rotate-back::before{content:""}.fa-rotate-backward::before{content:""}.fa-undo-alt::before{content:""}.fa-table-columns::before{content:""}.fa-columns::before{content:""}.fa-lemon::before{content:""}.fa-head-side-mask::before{content:""}.fa-handshake::before{content:""}.fa-gem::before{content:""}.fa-dolly::before{content:""}.fa-dolly-box::before{content:""}.fa-smoking::before{content:""}.fa-minimize::before{content:""}.fa-compress-arrows-alt::before{content:""}.fa-monument::before{content:""}.fa-snowplow::before{content:""}.fa-angles-right::before{content:""}.fa-angle-double-right::before{content:""}.fa-cannabis::before{content:""}.fa-circle-play::before{content:""}.fa-play-circle::before{content:""}.fa-tablets::before{content:""}.fa-ethernet::before{content:""}.fa-euro-sign::before{content:""}.fa-eur::before{content:""}.fa-euro::before{content:""}.fa-chair::before{content:""}.fa-circle-check::before{content:""}.fa-check-circle::before{content:""}.fa-circle-stop::before{content:""}.fa-stop-circle::before{content:""}.fa-compass-drafting::before{content:""}.fa-drafting-compass::before{content:""}.fa-plate-wheat::before{content:""}.fa-icicles::before{content:""}.fa-person-shelter::before{content:""}.fa-neuter::before{content:""}.fa-id-badge::before{content:""}.fa-marker::before{content:""}.fa-face-laugh-beam::before{content:""}.fa-laugh-beam::before{content:""}.fa-helicopter-symbol::before{content:""}.fa-universal-access::before{content:""}.fa-circle-chevron-up::before{content:""}.fa-chevron-circle-up::before{content:""}.fa-lari-sign::before{content:""}.fa-volcano::before{content:""}.fa-person-walking-dashed-line-arrow-right::before{content:""}.fa-sterling-sign::before{content:""}.fa-gbp::before{content:""}.fa-pound-sign::before{content:""}.fa-viruses::before{content:""}.fa-square-person-confined::before{content:""}.fa-user-tie::before{content:""}.fa-arrow-down-long::before{content:""}.fa-long-arrow-down::before{content:""}.fa-tent-arrow-down-to-line::before{content:""}.fa-certificate::before{content:""}.fa-reply-all::before{content:""}.fa-mail-reply-all::before{content:""}.fa-suitcase::before{content:""}.fa-person-skating::before{content:""}.fa-skating::before{content:""}.fa-filter-circle-dollar::before{content:""}.fa-funnel-dollar::before{content:""}.fa-camera-retro::before{content:""}.fa-circle-arrow-down::before{content:""}.fa-arrow-circle-down::before{content:""}.fa-file-import::before{content:""}.fa-arrow-right-to-file::before{content:""}.fa-square-arrow-up-right::before{content:""}.fa-external-link-square::before{content:""}.fa-box-open::before{content:""}.fa-scroll::before{content:""}.fa-spa::before{content:""}.fa-location-pin-lock::before{content:""}.fa-pause::before{content:""}.fa-hill-avalanche::before{content:""}.fa-temperature-empty::before{content:""}.fa-temperature-0::before{content:""}.fa-thermometer-0::before{content:""}.fa-thermometer-empty::before{content:""}.fa-bomb::before{content:""}.fa-registered::before{content:""}.fa-address-card::before{content:""}.fa-contact-card::before{content:""}.fa-vcard::before{content:""}.fa-scale-unbalanced-flip::before{content:""}.fa-balance-scale-right::before{content:""}.fa-subscript::before{content:""}.fa-diamond-turn-right::before{content:""}.fa-directions::before{content:""}.fa-burst::before{content:""}.fa-house-laptop::before{content:""}.fa-laptop-house::before{content:""}.fa-face-tired::before{content:""}.fa-tired::before{content:""}.fa-money-bills::before{content:""}.fa-smog::before{content:""}.fa-crutch::before{content:""}.fa-cloud-arrow-up::before{content:""}.fa-cloud-upload::before{content:""}.fa-cloud-upload-alt::before{content:""}.fa-palette::before{content:""}.fa-arrows-turn-right::before{content:""}.fa-vest::before{content:""}.fa-ferry::before{content:""}.fa-arrows-down-to-people::before{content:""}.fa-seedling::before{content:""}.fa-sprout::before{content:""}.fa-left-right::before{content:""}.fa-arrows-alt-h::before{content:""}.fa-boxes-packing::before{content:""}.fa-circle-arrow-left::before{content:""}.fa-arrow-circle-left::before{content:""}.fa-group-arrows-rotate::before{content:""}.fa-bowl-food::before{content:""}.fa-candy-cane::before{content:""}.fa-arrow-down-wide-short::before{content:""}.fa-sort-amount-asc::before{content:""}.fa-sort-amount-down::before{content:""}.fa-cloud-bolt::before{content:""}.fa-thunderstorm::before{content:""}.fa-text-slash::before{content:""}.fa-remove-format::before{content:""}.fa-face-smile-wink::before{content:""}.fa-smile-wink::before{content:""}.fa-file-word::before{content:""}.fa-file-powerpoint::before{content:""}.fa-arrows-left-right::before{content:""}.fa-arrows-h::before{content:""}.fa-house-lock::before{content:""}.fa-cloud-arrow-down::before{content:""}.fa-cloud-download::before{content:""}.fa-cloud-download-alt::before{content:""}.fa-children::before{content:""}.fa-chalkboard::before{content:""}.fa-blackboard::before{content:""}.fa-user-large-slash::before{content:""}.fa-user-alt-slash::before{content:""}.fa-envelope-open::before{content:""}.fa-handshake-simple-slash::before{content:""}.fa-handshake-alt-slash::before{content:""}.fa-mattress-pillow::before{content:""}.fa-guarani-sign::before{content:""}.fa-arrows-rotate::before{content:""}.fa-refresh::before{content:""}.fa-sync::before{content:""}.fa-fire-extinguisher::before{content:""}.fa-cruzeiro-sign::before{content:""}.fa-greater-than-equal::before{content:""}.fa-shield-halved::before{content:""}.fa-shield-alt::before{content:""}.fa-book-atlas::before{content:""}.fa-atlas::before{content:""}.fa-virus::before{content:""}.fa-envelope-circle-check::before{content:""}.fa-layer-group::before{content:""}.fa-arrows-to-dot::before{content:""}.fa-archway::before{content:""}.fa-heart-circle-check::before{content:""}.fa-house-chimney-crack::before{content:""}.fa-house-damage::before{content:""}.fa-file-zipper::before{content:""}.fa-file-archive::before{content:""}.fa-square::before{content:""}.fa-martini-glass-empty::before{content:""}.fa-glass-martini::before{content:""}.fa-couch::before{content:""}.fa-cedi-sign::before{content:""}.fa-italic::before{content:""}.fa-table-cells-column-lock::before{content:""}.fa-church::before{content:""}.fa-comments-dollar::before{content:""}.fa-democrat::before{content:""}.fa-z::before{content:"Z"}.fa-person-skiing::before{content:""}.fa-skiing::before{content:""}.fa-road-lock::before{content:""}.fa-a::before{content:"A"}.fa-temperature-arrow-down::before{content:""}.fa-temperature-down::before{content:""}.fa-feather-pointed::before{content:""}.fa-feather-alt::before{content:""}.fa-p::before{content:"P"}.fa-snowflake::before{content:""}.fa-newspaper::before{content:""}.fa-rectangle-ad::before{content:""}.fa-ad::before{content:""}.fa-circle-arrow-right::before{content:""}.fa-arrow-circle-right::before{content:""}.fa-filter-circle-xmark::before{content:""}.fa-locust::before{content:""}.fa-sort::before{content:""}.fa-unsorted::before{content:""}.fa-list-ol::before{content:""}.fa-list-1-2::before{content:""}.fa-list-numeric::before{content:""}.fa-person-dress-burst::before{content:""}.fa-money-check-dollar::before{content:""}.fa-money-check-alt::before{content:""}.fa-vector-square::before{content:""}.fa-bread-slice::before{content:""}.fa-language::before{content:""}.fa-face-kiss-wink-heart::before{content:""}.fa-kiss-wink-heart::before{content:""}.fa-filter::before{content:""}.fa-question::before{content:"?"}.fa-file-signature::before{content:""}.fa-up-down-left-right::before{content:""}.fa-arrows-alt::before{content:""}.fa-house-chimney-user::before{content:""}.fa-hand-holding-heart::before{content:""}.fa-puzzle-piece::before{content:""}.fa-money-check::before{content:""}.fa-star-half-stroke::before{content:""}.fa-star-half-alt::before{content:""}.fa-code::before{content:""}.fa-whiskey-glass::before{content:""}.fa-glass-whiskey::before{content:""}.fa-building-circle-exclamation::before{content:""}.fa-magnifying-glass-chart::before{content:""}.fa-arrow-up-right-from-square::before{content:""}.fa-external-link::before{content:""}.fa-cubes-stacked::before{content:""}.fa-won-sign::before{content:""}.fa-krw::before{content:""}.fa-won::before{content:""}.fa-virus-covid::before{content:""}.fa-austral-sign::before{content:""}.fa-f::before{content:"F"}.fa-leaf::before{content:""}.fa-road::before{content:""}.fa-taxi::before{content:""}.fa-cab::before{content:""}.fa-person-circle-plus::before{content:""}.fa-chart-pie::before{content:""}.fa-pie-chart::before{content:""}.fa-bolt-lightning::before{content:""}.fa-sack-xmark::before{content:""}.fa-file-excel::before{content:""}.fa-file-contract::before{content:""}.fa-fish-fins::before{content:""}.fa-building-flag::before{content:""}.fa-face-grin-beam::before{content:""}.fa-grin-beam::before{content:""}.fa-object-ungroup::before{content:""}.fa-poop::before{content:""}.fa-location-pin::before{content:""}.fa-map-marker::before{content:""}.fa-kaaba::before{content:""}.fa-toilet-paper::before{content:""}.fa-helmet-safety::before{content:""}.fa-hard-hat::before{content:""}.fa-hat-hard::before{content:""}.fa-eject::before{content:""}.fa-circle-right::before{content:""}.fa-arrow-alt-circle-right::before{content:""}.fa-plane-circle-check::before{content:""}.fa-face-rolling-eyes::before{content:""}.fa-meh-rolling-eyes::before{content:""}.fa-object-group::before{content:""}.fa-chart-line::before{content:""}.fa-line-chart::before{content:""}.fa-mask-ventilator::before{content:""}.fa-arrow-right::before{content:""}.fa-signs-post::before{content:""}.fa-map-signs::before{content:""}.fa-cash-register::before{content:""}.fa-person-circle-question::before{content:""}.fa-h::before{content:"H"}.fa-tarp::before{content:""}.fa-screwdriver-wrench::before{content:""}.fa-tools::before{content:""}.fa-arrows-to-eye::before{content:""}.fa-plug-circle-bolt::before{content:""}.fa-heart::before{content:""}.fa-mars-and-venus::before{content:""}.fa-house-user::before{content:""}.fa-home-user::before{content:""}.fa-dumpster-fire::before{content:""}.fa-house-crack::before{content:""}.fa-martini-glass-citrus::before{content:""}.fa-cocktail::before{content:""}.fa-face-surprise::before{content:""}.fa-surprise::before{content:""}.fa-bottle-water::before{content:""}.fa-circle-pause::before{content:""}.fa-pause-circle::before{content:""}.fa-toilet-paper-slash::before{content:""}.fa-apple-whole::before{content:""}.fa-apple-alt::before{content:""}.fa-kitchen-set::before{content:""}.fa-r::before{content:"R"}.fa-temperature-quarter::before{content:""}.fa-temperature-1::before{content:""}.fa-thermometer-1::before{content:""}.fa-thermometer-quarter::before{content:""}.fa-cube::before{content:""}.fa-bitcoin-sign::before{content:""}.fa-shield-dog::before{content:""}.fa-solar-panel::before{content:""}.fa-lock-open::before{content:""}.fa-elevator::before{content:""}.fa-money-bill-transfer::before{content:""}.fa-money-bill-trend-up::before{content:""}.fa-house-flood-water-circle-arrow-right::before{content:""}.fa-square-poll-horizontal::before{content:""}.fa-poll-h::before{content:""}.fa-circle::before{content:""}.fa-backward-fast::before{content:""}.fa-fast-backward::before{content:""}.fa-recycle::before{content:""}.fa-user-astronaut::before{content:""}.fa-plane-slash::before{content:""}.fa-trademark::before{content:""}.fa-basketball::before{content:""}.fa-basketball-ball::before{content:""}.fa-satellite-dish::before{content:""}.fa-circle-up::before{content:""}.fa-arrow-alt-circle-up::before{content:""}.fa-mobile-screen-button::before{content:""}.fa-mobile-alt::before{content:""}.fa-volume-high::before{content:""}.fa-volume-up::before{content:""}.fa-users-rays::before{content:""}.fa-wallet::before{content:""}.fa-clipboard-check::before{content:""}.fa-file-audio::before{content:""}.fa-burger::before{content:""}.fa-hamburger::before{content:""}.fa-wrench::before{content:""}.fa-bugs::before{content:""}.fa-rupee-sign::before{content:""}.fa-rupee::before{content:""}.fa-file-image::before{content:""}.fa-circle-question::before{content:""}.fa-question-circle::before{content:""}.fa-plane-departure::before{content:""}.fa-handshake-slash::before{content:""}.fa-book-bookmark::before{content:""}.fa-code-branch::before{content:""}.fa-hat-cowboy::before{content:""}.fa-bridge::before{content:""}.fa-phone-flip::before{content:""}.fa-phone-alt::before{content:""}.fa-truck-front::before{content:""}.fa-cat::before{content:""}.fa-anchor-circle-exclamation::before{content:""}.fa-truck-field::before{content:""}.fa-route::before{content:""}.fa-clipboard-question::before{content:""}.fa-panorama::before{content:""}.fa-comment-medical::before{content:""}.fa-teeth-open::before{content:""}.fa-file-circle-minus::before{content:""}.fa-tags::before{content:""}.fa-wine-glass::before{content:""}.fa-forward-fast::before{content:""}.fa-fast-forward::before{content:""}.fa-face-meh-blank::before{content:""}.fa-meh-blank::before{content:""}.fa-square-parking::before{content:""}.fa-parking::before{content:""}.fa-house-signal::before{content:""}.fa-bars-progress::before{content:""}.fa-tasks-alt::before{content:""}.fa-faucet-drip::before{content:""}.fa-cart-flatbed::before{content:""}.fa-dolly-flatbed::before{content:""}.fa-ban-smoking::before{content:""}.fa-smoking-ban::before{content:""}.fa-terminal::before{content:""}.fa-mobile-button::before{content:""}.fa-house-medical-flag::before{content:""}.fa-basket-shopping::before{content:""}.fa-shopping-basket::before{content:""}.fa-tape::before{content:""}.fa-bus-simple::before{content:""}.fa-bus-alt::before{content:""}.fa-eye::before{content:""}.fa-face-sad-cry::before{content:""}.fa-sad-cry::before{content:""}.fa-audio-description::before{content:""}.fa-person-military-to-person::before{content:""}.fa-file-shield::before{content:""}.fa-user-slash::before{content:""}.fa-pen::before{content:""}.fa-tower-observation::before{content:""}.fa-file-code::before{content:""}.fa-signal::before{content:""}.fa-signal-5::before{content:""}.fa-signal-perfect::before{content:""}.fa-bus::before{content:""}.fa-heart-circle-xmark::before{content:""}.fa-house-chimney::before{content:""}.fa-home-lg::before{content:""}.fa-window-maximize::before{content:""}.fa-face-frown::before{content:""}.fa-frown::before{content:""}.fa-prescription::before{content:""}.fa-shop::before{content:""}.fa-store-alt::before{content:""}.fa-floppy-disk::before{content:""}.fa-save::before{content:""}.fa-vihara::before{content:""}.fa-scale-unbalanced::before{content:""}.fa-balance-scale-left::before{content:""}.fa-sort-up::before{content:""}.fa-sort-asc::before{content:""}.fa-comment-dots::before{content:""}.fa-commenting::before{content:""}.fa-plant-wilt::before{content:""}.fa-diamond::before{content:""}.fa-face-grin-squint::before{content:""}.fa-grin-squint::before{content:""}.fa-hand-holding-dollar::before{content:""}.fa-hand-holding-usd::before{content:""}.fa-bacterium::before{content:""}.fa-hand-pointer::before{content:""}.fa-drum-steelpan::before{content:""}.fa-hand-scissors::before{content:""}.fa-hands-praying::before{content:""}.fa-praying-hands::before{content:""}.fa-arrow-rotate-right::before{content:""}.fa-arrow-right-rotate::before{content:""}.fa-arrow-rotate-forward::before{content:""}.fa-redo::before{content:""}.fa-biohazard::before{content:""}.fa-location-crosshairs::before{content:""}.fa-location::before{content:""}.fa-mars-double::before{content:""}.fa-child-dress::before{content:""}.fa-users-between-lines::before{content:""}.fa-lungs-virus::before{content:""}.fa-face-grin-tears::before{content:""}.fa-grin-tears::before{content:""}.fa-phone::before{content:""}.fa-calendar-xmark::before{content:""}.fa-calendar-times::before{content:""}.fa-child-reaching::before{content:""}.fa-head-side-virus::before{content:""}.fa-user-gear::before{content:""}.fa-user-cog::before{content:""}.fa-arrow-up-1-9::before{content:""}.fa-sort-numeric-up::before{content:""}.fa-door-closed::before{content:""}.fa-shield-virus::before{content:""}.fa-dice-six::before{content:""}.fa-mosquito-net::before{content:""}.fa-bridge-water::before{content:""}.fa-person-booth::before{content:""}.fa-text-width::before{content:""}.fa-hat-wizard::before{content:""}.fa-pen-fancy::before{content:""}.fa-person-digging::before{content:""}.fa-digging::before{content:""}.fa-trash::before{content:""}.fa-gauge-simple::before{content:""}.fa-gauge-simple-med::before{content:""}.fa-tachometer-average::before{content:""}.fa-book-medical::before{content:""}.fa-poo::before{content:""}.fa-quote-right::before{content:""}.fa-quote-right-alt::before{content:""}.fa-shirt::before{content:""}.fa-t-shirt::before{content:""}.fa-tshirt::before{content:""}.fa-cubes::before{content:""}.fa-divide::before{content:""}.fa-tenge-sign::before{content:""}.fa-tenge::before{content:""}.fa-headphones::before{content:""}.fa-hands-holding::before{content:""}.fa-hands-clapping::before{content:""}.fa-republican::before{content:""}.fa-arrow-left::before{content:""}.fa-person-circle-xmark::before{content:""}.fa-ruler::before{content:""}.fa-align-left::before{content:""}.fa-dice-d6::before{content:""}.fa-restroom::before{content:""}.fa-j::before{content:"J"}.fa-users-viewfinder::before{content:""}.fa-file-video::before{content:""}.fa-up-right-from-square::before{content:""}.fa-external-link-alt::before{content:""}.fa-table-cells::before{content:""}.fa-th::before{content:""}.fa-file-pdf::before{content:""}.fa-book-bible::before{content:""}.fa-bible::before{content:""}.fa-o::before{content:"O"}.fa-suitcase-medical::before{content:""}.fa-medkit::before{content:""}.fa-user-secret::before{content:""}.fa-otter::before{content:""}.fa-person-dress::before{content:""}.fa-female::before{content:""}.fa-comment-dollar::before{content:""}.fa-business-time::before{content:""}.fa-briefcase-clock::before{content:""}.fa-table-cells-large::before{content:""}.fa-th-large::before{content:""}.fa-book-tanakh::before{content:""}.fa-tanakh::before{content:""}.fa-phone-volume::before{content:""}.fa-volume-control-phone::before{content:""}.fa-hat-cowboy-side::before{content:""}.fa-clipboard-user::before{content:""}.fa-child::before{content:""}.fa-lira-sign::before{content:""}.fa-satellite::before{content:""}.fa-plane-lock::before{content:""}.fa-tag::before{content:""}.fa-comment::before{content:""}.fa-cake-candles::before{content:""}.fa-birthday-cake::before{content:""}.fa-cake::before{content:""}.fa-envelope::before{content:""}.fa-angles-up::before{content:""}.fa-angle-double-up::before{content:""}.fa-paperclip::before{content:""}.fa-arrow-right-to-city::before{content:""}.fa-ribbon::before{content:""}.fa-lungs::before{content:""}.fa-arrow-up-9-1::before{content:""}.fa-sort-numeric-up-alt::before{content:""}.fa-litecoin-sign::before{content:""}.fa-border-none::before{content:""}.fa-circle-nodes::before{content:""}.fa-parachute-box::before{content:""}.fa-indent::before{content:""}.fa-truck-field-un::before{content:""}.fa-hourglass::before{content:""}.fa-hourglass-empty::before{content:""}.fa-mountain::before{content:""}.fa-user-doctor::before{content:""}.fa-user-md::before{content:""}.fa-circle-info::before{content:""}.fa-info-circle::before{content:""}.fa-cloud-meatball::before{content:""}.fa-camera::before{content:""}.fa-camera-alt::before{content:""}.fa-square-virus::before{content:""}.fa-meteor::before{content:""}.fa-car-on::before{content:""}.fa-sleigh::before{content:""}.fa-arrow-down-1-9::before{content:""}.fa-sort-numeric-asc::before{content:""}.fa-sort-numeric-down::before{content:""}.fa-hand-holding-droplet::before{content:""}.fa-hand-holding-water::before{content:""}.fa-water::before{content:""}.fa-calendar-check::before{content:""}.fa-braille::before{content:""}.fa-prescription-bottle-medical::before{content:""}.fa-prescription-bottle-alt::before{content:""}.fa-landmark::before{content:""}.fa-truck::before{content:""}.fa-crosshairs::before{content:""}.fa-person-cane::before{content:""}.fa-tent::before{content:""}.fa-vest-patches::before{content:""}.fa-check-double::before{content:""}.fa-arrow-down-a-z::before{content:""}.fa-sort-alpha-asc::before{content:""}.fa-sort-alpha-down::before{content:""}.fa-money-bill-wheat::before{content:""}.fa-cookie::before{content:""}.fa-arrow-rotate-left::before{content:""}.fa-arrow-left-rotate::before{content:""}.fa-arrow-rotate-back::before{content:""}.fa-arrow-rotate-backward::before{content:""}.fa-undo::before{content:""}.fa-hard-drive::before{content:""}.fa-hdd::before{content:""}.fa-face-grin-squint-tears::before{content:""}.fa-grin-squint-tears::before{content:""}.fa-dumbbell::before{content:""}.fa-rectangle-list::before{content:""}.fa-list-alt::before{content:""}.fa-tarp-droplet::before{content:""}.fa-house-medical-circle-check::before{content:""}.fa-person-skiing-nordic::before{content:""}.fa-skiing-nordic::before{content:""}.fa-calendar-plus::before{content:""}.fa-plane-arrival::before{content:""}.fa-circle-left::before{content:""}.fa-arrow-alt-circle-left::before{content:""}.fa-train-subway::before{content:""}.fa-subway::before{content:""}.fa-chart-gantt::before{content:""}.fa-indian-rupee-sign::before{content:""}.fa-indian-rupee::before{content:""}.fa-inr::before{content:""}.fa-crop-simple::before{content:""}.fa-crop-alt::before{content:""}.fa-money-bill-1::before{content:""}.fa-money-bill-alt::before{content:""}.fa-left-long::before{content:""}.fa-long-arrow-alt-left::before{content:""}.fa-dna::before{content:""}.fa-virus-slash::before{content:""}.fa-minus::before{content:""}.fa-subtract::before{content:""}.fa-chess::before{content:""}.fa-arrow-left-long::before{content:""}.fa-long-arrow-left::before{content:""}.fa-plug-circle-check::before{content:""}.fa-street-view::before{content:""}.fa-franc-sign::before{content:""}.fa-volume-off::before{content:""}.fa-hands-asl-interpreting::before{content:""}.fa-american-sign-language-interpreting::before{content:""}.fa-asl-interpreting::before{content:""}.fa-hands-american-sign-language-interpreting::before{content:""}.fa-gear::before{content:""}.fa-cog::before{content:""}.fa-droplet-slash::before{content:""}.fa-tint-slash::before{content:""}.fa-mosque::before{content:""}.fa-mosquito::before{content:""}.fa-star-of-david::before{content:""}.fa-person-military-rifle::before{content:""}.fa-cart-shopping::before{content:""}.fa-shopping-cart::before{content:""}.fa-vials::before{content:""}.fa-plug-circle-plus::before{content:""}.fa-place-of-worship::before{content:""}.fa-grip-vertical::before{content:""}.fa-arrow-turn-up::before{content:""}.fa-level-up::before{content:""}.fa-u::before{content:"U"}.fa-square-root-variable::before{content:""}.fa-square-root-alt::before{content:""}.fa-clock::before{content:""}.fa-clock-four::before{content:""}.fa-backward-step::before{content:""}.fa-step-backward::before{content:""}.fa-pallet::before{content:""}.fa-faucet::before{content:""}.fa-baseball-bat-ball::before{content:""}.fa-s::before{content:"S"}.fa-timeline::before{content:""}.fa-keyboard::before{content:""}.fa-caret-down::before{content:""}.fa-house-chimney-medical::before{content:""}.fa-clinic-medical::before{content:""}.fa-temperature-three-quarters::before{content:""}.fa-temperature-3::before{content:""}.fa-thermometer-3::before{content:""}.fa-thermometer-three-quarters::before{content:""}.fa-mobile-screen::before{content:""}.fa-mobile-android-alt::before{content:""}.fa-plane-up::before{content:""}.fa-piggy-bank::before{content:""}.fa-battery-half::before{content:""}.fa-battery-3::before{content:""}.fa-mountain-city::before{content:""}.fa-coins::before{content:""}.fa-khanda::before{content:""}.fa-sliders::before{content:""}.fa-sliders-h::before{content:""}.fa-folder-tree::before{content:""}.fa-network-wired::before{content:""}.fa-map-pin::before{content:""}.fa-hamsa::before{content:""}.fa-cent-sign::before{content:""}.fa-flask::before{content:""}.fa-person-pregnant::before{content:""}.fa-wand-sparkles::before{content:""}.fa-ellipsis-vertical::before{content:""}.fa-ellipsis-v::before{content:""}.fa-ticket::before{content:""}.fa-power-off::before{content:""}.fa-right-long::before{content:""}.fa-long-arrow-alt-right::before{content:""}.fa-flag-usa::before{content:""}.fa-laptop-file::before{content:""}.fa-tty::before{content:""}.fa-teletype::before{content:""}.fa-diagram-next::before{content:""}.fa-person-rifle::before{content:""}.fa-house-medical-circle-exclamation::before{content:""}.fa-closed-captioning::before{content:""}.fa-person-hiking::before{content:""}.fa-hiking::before{content:""}.fa-venus-double::before{content:""}.fa-images::before{content:""}.fa-calculator::before{content:""}.fa-people-pulling::before{content:""}.fa-n::before{content:"N"}.fa-cable-car::before{content:""}.fa-tram::before{content:""}.fa-cloud-rain::before{content:""}.fa-building-circle-xmark::before{content:""}.fa-ship::before{content:""}.fa-arrows-down-to-line::before{content:""}.fa-download::before{content:""}.fa-face-grin::before{content:""}.fa-grin::before{content:""}.fa-delete-left::before{content:""}.fa-backspace::before{content:""}.fa-eye-dropper::before{content:""}.fa-eye-dropper-empty::before{content:""}.fa-eyedropper::before{content:""}.fa-file-circle-check::before{content:""}.fa-forward::before{content:""}.fa-mobile::before{content:""}.fa-mobile-android::before{content:""}.fa-mobile-phone::before{content:""}.fa-face-meh::before{content:""}.fa-meh::before{content:""}.fa-align-center::before{content:""}.fa-book-skull::before{content:""}.fa-book-dead::before{content:""}.fa-id-card::before{content:""}.fa-drivers-license::before{content:""}.fa-outdent::before{content:""}.fa-dedent::before{content:""}.fa-heart-circle-exclamation::before{content:""}.fa-house::before{content:""}.fa-home::before{content:""}.fa-home-alt::before{content:""}.fa-home-lg-alt::before{content:""}.fa-calendar-week::before{content:""}.fa-laptop-medical::before{content:""}.fa-b::before{content:"B"}.fa-file-medical::before{content:""}.fa-dice-one::before{content:""}.fa-kiwi-bird::before{content:""}.fa-arrow-right-arrow-left::before{content:""}.fa-exchange::before{content:""}.fa-rotate-right::before{content:""}.fa-redo-alt::before{content:""}.fa-rotate-forward::before{content:""}.fa-utensils::before{content:""}.fa-cutlery::before{content:""}.fa-arrow-up-wide-short::before{content:""}.fa-sort-amount-up::before{content:""}.fa-mill-sign::before{content:""}.fa-bowl-rice::before{content:""}.fa-skull::before{content:""}.fa-tower-broadcast::before{content:""}.fa-broadcast-tower::before{content:""}.fa-truck-pickup::before{content:""}.fa-up-long::before{content:""}.fa-long-arrow-alt-up::before{content:""}.fa-stop::before{content:""}.fa-code-merge::before{content:""}.fa-upload::before{content:""}.fa-hurricane::before{content:""}.fa-mound::before{content:""}.fa-toilet-portable::before{content:""}.fa-compact-disc::before{content:""}.fa-file-arrow-down::before{content:""}.fa-file-download::before{content:""}.fa-caravan::before{content:""}.fa-shield-cat::before{content:""}.fa-bolt::before{content:""}.fa-zap::before{content:""}.fa-glass-water::before{content:""}.fa-oil-well::before{content:""}.fa-vault::before{content:""}.fa-mars::before{content:""}.fa-toilet::before{content:""}.fa-plane-circle-xmark::before{content:""}.fa-yen-sign::before{content:""}.fa-cny::before{content:""}.fa-jpy::before{content:""}.fa-rmb::before{content:""}.fa-yen::before{content:""}.fa-ruble-sign::before{content:""}.fa-rouble::before{content:""}.fa-rub::before{content:""}.fa-ruble::before{content:""}.fa-sun::before{content:""}.fa-guitar::before{content:""}.fa-face-laugh-wink::before{content:""}.fa-laugh-wink::before{content:""}.fa-horse-head::before{content:""}.fa-bore-hole::before{content:""}.fa-industry::before{content:""}.fa-circle-down::before{content:""}.fa-arrow-alt-circle-down::before{content:""}.fa-arrows-turn-to-dots::before{content:""}.fa-florin-sign::before{content:""}.fa-arrow-down-short-wide::before{content:""}.fa-sort-amount-desc::before{content:""}.fa-sort-amount-down-alt::before{content:""}.fa-less-than::before{content:"<"}.fa-angle-down::before{content:""}.fa-car-tunnel::before{content:""}.fa-head-side-cough::before{content:""}.fa-grip-lines::before{content:""}.fa-thumbs-down::before{content:""}.fa-user-lock::before{content:""}.fa-arrow-right-long::before{content:""}.fa-long-arrow-right::before{content:""}.fa-anchor-circle-xmark::before{content:""}.fa-ellipsis::before{content:""}.fa-ellipsis-h::before{content:""}.fa-chess-pawn::before{content:""}.fa-kit-medical::before{content:""}.fa-first-aid::before{content:""}.fa-person-through-window::before{content:""}.fa-toolbox::before{content:""}.fa-hands-holding-circle::before{content:""}.fa-bug::before{content:""}.fa-credit-card::before{content:""}.fa-credit-card-alt::before{content:""}.fa-car::before{content:""}.fa-automobile::before{content:""}.fa-hand-holding-hand::before{content:""}.fa-book-open-reader::before{content:""}.fa-book-reader::before{content:""}.fa-mountain-sun::before{content:""}.fa-arrows-left-right-to-line::before{content:""}.fa-dice-d20::before{content:""}.fa-truck-droplet::before{content:""}.fa-file-circle-xmark::before{content:""}.fa-temperature-arrow-up::before{content:""}.fa-temperature-up::before{content:""}.fa-medal::before{content:""}.fa-bed::before{content:""}.fa-square-h::before{content:""}.fa-h-square::before{content:""}.fa-podcast::before{content:""}.fa-temperature-full::before{content:""}.fa-temperature-4::before{content:""}.fa-thermometer-4::before{content:""}.fa-thermometer-full::before{content:""}.fa-bell::before{content:""}.fa-superscript::before{content:""}.fa-plug-circle-xmark::before{content:""}.fa-star-of-life::before{content:""}.fa-phone-slash::before{content:""}.fa-paint-roller::before{content:""}.fa-handshake-angle::before{content:""}.fa-hands-helping::before{content:""}.fa-location-dot::before{content:""}.fa-map-marker-alt::before{content:""}.fa-file::before{content:""}.fa-greater-than::before{content:">"}.fa-person-swimming::before{content:""}.fa-swimmer::before{content:""}.fa-arrow-down::before{content:""}.fa-droplet::before{content:""}.fa-tint::before{content:""}.fa-eraser::before{content:""}.fa-earth-americas::before{content:""}.fa-earth::before{content:""}.fa-earth-america::before{content:""}.fa-globe-americas::before{content:""}.fa-person-burst::before{content:""}.fa-dove::before{content:""}.fa-battery-empty::before{content:""}.fa-battery-0::before{content:""}.fa-socks::before{content:""}.fa-inbox::before{content:""}.fa-section::before{content:""}.fa-gauge-high::before{content:""}.fa-tachometer-alt::before{content:""}.fa-tachometer-alt-fast::before{content:""}.fa-envelope-open-text::before{content:""}.fa-hospital::before{content:""}.fa-hospital-alt::before{content:""}.fa-hospital-wide::before{content:""}.fa-wine-bottle::before{content:""}.fa-chess-rook::before{content:""}.fa-bars-staggered::before{content:""}.fa-reorder::before{content:""}.fa-stream::before{content:""}.fa-dharmachakra::before{content:""}.fa-hotdog::before{content:""}.fa-person-walking-with-cane::before{content:""}.fa-blind::before{content:""}.fa-drum::before{content:""}.fa-ice-cream::before{content:""}.fa-heart-circle-bolt::before{content:""}.fa-fax::before{content:""}.fa-paragraph::before{content:""}.fa-check-to-slot::before{content:""}.fa-vote-yea::before{content:""}.fa-star-half::before{content:""}.fa-boxes-stacked::before{content:""}.fa-boxes::before{content:""}.fa-boxes-alt::before{content:""}.fa-link::before{content:""}.fa-chain::before{content:""}.fa-ear-listen::before{content:""}.fa-assistive-listening-systems::before{content:""}.fa-tree-city::before{content:""}.fa-play::before{content:""}.fa-font::before{content:""}.fa-table-cells-row-lock::before{content:""}.fa-rupiah-sign::before{content:""}.fa-magnifying-glass::before{content:""}.fa-search::before{content:""}.fa-table-tennis-paddle-ball::before{content:""}.fa-ping-pong-paddle-ball::before{content:""}.fa-table-tennis::before{content:""}.fa-person-dots-from-line::before{content:""}.fa-diagnoses::before{content:""}.fa-trash-can-arrow-up::before{content:""}.fa-trash-restore-alt::before{content:""}.fa-naira-sign::before{content:""}.fa-cart-arrow-down::before{content:""}.fa-walkie-talkie::before{content:""}.fa-file-pen::before{content:""}.fa-file-edit::before{content:""}.fa-receipt::before{content:""}.fa-square-pen::before{content:""}.fa-pen-square::before{content:""}.fa-pencil-square::before{content:""}.fa-suitcase-rolling::before{content:""}.fa-person-circle-exclamation::before{content:""}.fa-chevron-down::before{content:""}.fa-battery-full::before{content:""}.fa-battery::before{content:""}.fa-battery-5::before{content:""}.fa-skull-crossbones::before{content:""}.fa-code-compare::before{content:""}.fa-list-ul::before{content:""}.fa-list-dots::before{content:""}.fa-school-lock::before{content:""}.fa-tower-cell::before{content:""}.fa-down-long::before{content:""}.fa-long-arrow-alt-down::before{content:""}.fa-ranking-star::before{content:""}.fa-chess-king::before{content:""}.fa-person-harassing::before{content:""}.fa-brazilian-real-sign::before{content:""}.fa-landmark-dome::before{content:""}.fa-landmark-alt::before{content:""}.fa-arrow-up::before{content:""}.fa-tv::before{content:""}.fa-television::before{content:""}.fa-tv-alt::before{content:""}.fa-shrimp::before{content:""}.fa-list-check::before{content:""}.fa-tasks::before{content:""}.fa-jug-detergent::before{content:""}.fa-circle-user::before{content:""}.fa-user-circle::before{content:""}.fa-user-shield::before{content:""}.fa-wind::before{content:""}.fa-car-burst::before{content:""}.fa-car-crash::before{content:""}.fa-y::before{content:"Y"}.fa-person-snowboarding::before{content:""}.fa-snowboarding::before{content:""}.fa-truck-fast::before{content:""}.fa-shipping-fast::before{content:""}.fa-fish::before{content:""}.fa-user-graduate::before{content:""}.fa-circle-half-stroke::before{content:""}.fa-adjust::before{content:""}.fa-clapperboard::before{content:""}.fa-circle-radiation::before{content:""}.fa-radiation-alt::before{content:""}.fa-baseball::before{content:""}.fa-baseball-ball::before{content:""}.fa-jet-fighter-up::before{content:""}.fa-diagram-project::before{content:""}.fa-project-diagram::before{content:""}.fa-copy::before{content:""}.fa-volume-xmark::before{content:""}.fa-volume-mute::before{content:""}.fa-volume-times::before{content:""}.fa-hand-sparkles::before{content:""}.fa-grip::before{content:""}.fa-grip-horizontal::before{content:""}.fa-share-from-square::before{content:""}.fa-share-square::before{content:""}.fa-child-combatant::before{content:""}.fa-child-rifle::before{content:""}.fa-gun::before{content:""}.fa-square-phone::before{content:""}.fa-phone-square::before{content:""}.fa-plus::before{content:"+"}.fa-add::before{content:"+"}.fa-expand::before{content:""}.fa-computer::before{content:""}.fa-xmark::before{content:""}.fa-close::before{content:""}.fa-multiply::before{content:""}.fa-remove::before{content:""}.fa-times::before{content:""}.fa-arrows-up-down-left-right::before{content:""}.fa-arrows::before{content:""}.fa-chalkboard-user::before{content:""}.fa-chalkboard-teacher::before{content:""}.fa-peso-sign::before{content:""}.fa-building-shield::before{content:""}.fa-baby::before{content:""}.fa-users-line::before{content:""}.fa-quote-left::before{content:""}.fa-quote-left-alt::before{content:""}.fa-tractor::before{content:""}.fa-trash-arrow-up::before{content:""}.fa-trash-restore::before{content:""}.fa-arrow-down-up-lock::before{content:""}.fa-lines-leaning::before{content:""}.fa-ruler-combined::before{content:""}.fa-copyright::before{content:""}.fa-equals::before{content:"="}.fa-blender::before{content:""}.fa-teeth::before{content:""}.fa-shekel-sign::before{content:""}.fa-ils::before{content:""}.fa-shekel::before{content:""}.fa-sheqel::before{content:""}.fa-sheqel-sign::before{content:""}.fa-map::before{content:""}.fa-rocket::before{content:""}.fa-photo-film::before{content:""}.fa-photo-video::before{content:""}.fa-folder-minus::before{content:""}.fa-store::before{content:""}.fa-arrow-trend-up::before{content:""}.fa-plug-circle-minus::before{content:""}.fa-sign-hanging::before{content:""}.fa-sign::before{content:""}.fa-bezier-curve::before{content:""}.fa-bell-slash::before{content:""}.fa-tablet::before{content:""}.fa-tablet-android::before{content:""}.fa-school-flag::before{content:""}.fa-fill::before{content:""}.fa-angle-up::before{content:""}.fa-drumstick-bite::before{content:""}.fa-holly-berry::before{content:""}.fa-chevron-left::before{content:""}.fa-bacteria::before{content:""}.fa-hand-lizard::before{content:""}.fa-notdef::before{content:""}.fa-disease::before{content:""}.fa-briefcase-medical::before{content:""}.fa-genderless::before{content:""}.fa-chevron-right::before{content:""}.fa-retweet::before{content:""}.fa-car-rear::before{content:""}.fa-car-alt::before{content:""}.fa-pump-soap::before{content:""}.fa-video-slash::before{content:""}.fa-battery-quarter::before{content:""}.fa-battery-2::before{content:""}.fa-radio::before{content:""}.fa-baby-carriage::before{content:""}.fa-carriage-baby::before{content:""}.fa-traffic-light::before{content:""}.fa-thermometer::before{content:""}.fa-vr-cardboard::before{content:""}.fa-hand-middle-finger::before{content:""}.fa-percent::before{content:"%"}.fa-percentage::before{content:"%"}.fa-truck-moving::before{content:""}.fa-glass-water-droplet::before{content:""}.fa-display::before{content:""}.fa-face-smile::before{content:""}.fa-smile::before{content:""}.fa-thumbtack::before{content:""}.fa-thumb-tack::before{content:""}.fa-trophy::before{content:""}.fa-person-praying::before{content:""}.fa-pray::before{content:""}.fa-hammer::before{content:""}.fa-hand-peace::before{content:""}.fa-rotate::before{content:""}.fa-sync-alt::before{content:""}.fa-spinner::before{content:""}.fa-robot::before{content:""}.fa-peace::before{content:""}.fa-gears::before{content:""}.fa-cogs::before{content:""}.fa-warehouse::before{content:""}.fa-arrow-up-right-dots::before{content:""}.fa-splotch::before{content:""}.fa-face-grin-hearts::before{content:""}.fa-grin-hearts::before{content:""}.fa-dice-four::before{content:""}.fa-sim-card::before{content:""}.fa-transgender::before{content:""}.fa-transgender-alt::before{content:""}.fa-mercury::before{content:""}.fa-arrow-turn-down::before{content:""}.fa-level-down::before{content:""}.fa-person-falling-burst::before{content:""}.fa-award::before{content:""}.fa-ticket-simple::before{content:""}.fa-ticket-alt::before{content:""}.fa-building::before{content:""}.fa-angles-left::before{content:""}.fa-angle-double-left::before{content:""}.fa-qrcode::before{content:""}.fa-clock-rotate-left::before{content:""}.fa-history::before{content:""}.fa-face-grin-beam-sweat::before{content:""}.fa-grin-beam-sweat::before{content:""}.fa-file-export::before{content:""}.fa-arrow-right-from-file::before{content:""}.fa-shield::before{content:""}.fa-shield-blank::before{content:""}.fa-arrow-up-short-wide::before{content:""}.fa-sort-amount-up-alt::before{content:""}.fa-house-medical::before{content:""}.fa-golf-ball-tee::before{content:""}.fa-golf-ball::before{content:""}.fa-circle-chevron-left::before{content:""}.fa-chevron-circle-left::before{content:""}.fa-house-chimney-window::before{content:""}.fa-pen-nib::before{content:""}.fa-tent-arrow-turn-left::before{content:""}.fa-tents::before{content:""}.fa-wand-magic::before{content:""}.fa-magic::before{content:""}.fa-dog::before{content:""}.fa-carrot::before{content:""}.fa-moon::before{content:""}.fa-wine-glass-empty::before{content:""}.fa-wine-glass-alt::before{content:""}.fa-cheese::before{content:""}.fa-yin-yang::before{content:""}.fa-music::before{content:""}.fa-code-commit::before{content:""}.fa-temperature-low::before{content:""}.fa-person-biking::before{content:""}.fa-biking::before{content:""}.fa-broom::before{content:""}.fa-shield-heart::before{content:""}.fa-gopuram::before{content:""}.fa-earth-oceania::before{content:""}.fa-globe-oceania::before{content:""}.fa-square-xmark::before{content:""}.fa-times-square::before{content:""}.fa-xmark-square::before{content:""}.fa-hashtag::before{content:"#"}.fa-up-right-and-down-left-from-center::before{content:""}.fa-expand-alt::before{content:""}.fa-oil-can::before{content:""}.fa-t::before{content:"T"}.fa-hippo::before{content:""}.fa-chart-column::before{content:""}.fa-infinity::before{content:""}.fa-vial-circle-check::before{content:""}.fa-person-arrow-down-to-line::before{content:""}.fa-voicemail::before{content:""}.fa-fan::before{content:""}.fa-person-walking-luggage::before{content:""}.fa-up-down::before{content:""}.fa-arrows-alt-v::before{content:""}.fa-cloud-moon-rain::before{content:""}.fa-calendar::before{content:""}.fa-trailer::before{content:""}.fa-bahai::before{content:""}.fa-haykal::before{content:""}.fa-sd-card::before{content:""}.fa-dragon::before{content:""}.fa-shoe-prints::before{content:""}.fa-circle-plus::before{content:""}.fa-plus-circle::before{content:""}.fa-face-grin-tongue-wink::before{content:""}.fa-grin-tongue-wink::before{content:""}.fa-hand-holding::before{content:""}.fa-plug-circle-exclamation::before{content:""}.fa-link-slash::before{content:""}.fa-chain-broken::before{content:""}.fa-chain-slash::before{content:""}.fa-unlink::before{content:""}.fa-clone::before{content:""}.fa-person-walking-arrow-loop-left::before{content:""}.fa-arrow-up-z-a::before{content:""}.fa-sort-alpha-up-alt::before{content:""}.fa-fire-flame-curved::before{content:""}.fa-fire-alt::before{content:""}.fa-tornado::before{content:""}.fa-file-circle-plus::before{content:""}.fa-book-quran::before{content:""}.fa-quran::before{content:""}.fa-anchor::before{content:""}.fa-border-all::before{content:""}.fa-face-angry::before{content:""}.fa-angry::before{content:""}.fa-cookie-bite::before{content:""}.fa-arrow-trend-down::before{content:""}.fa-rss::before{content:""}.fa-feed::before{content:""}.fa-draw-polygon::before{content:""}.fa-scale-balanced::before{content:""}.fa-balance-scale::before{content:""}.fa-gauge-simple-high::before{content:""}.fa-tachometer::before{content:""}.fa-tachometer-fast::before{content:""}.fa-shower::before{content:""}.fa-desktop::before{content:""}.fa-desktop-alt::before{content:""}.fa-m::before{content:"M"}.fa-table-list::before{content:""}.fa-th-list::before{content:""}.fa-comment-sms::before{content:""}.fa-sms::before{content:""}.fa-book::before{content:""}.fa-user-plus::before{content:""}.fa-check::before{content:""}.fa-battery-three-quarters::before{content:""}.fa-battery-4::before{content:""}.fa-house-circle-check::before{content:""}.fa-angle-left::before{content:""}.fa-diagram-successor::before{content:""}.fa-truck-arrow-right::before{content:""}.fa-arrows-split-up-and-left::before{content:""}.fa-hand-fist::before{content:""}.fa-fist-raised::before{content:""}.fa-cloud-moon::before{content:""}.fa-briefcase::before{content:""}.fa-person-falling::before{content:""}.fa-image-portrait::before{content:""}.fa-portrait::before{content:""}.fa-user-tag::before{content:""}.fa-rug::before{content:""}.fa-earth-europe::before{content:""}.fa-globe-europe::before{content:""}.fa-cart-flatbed-suitcase::before{content:""}.fa-luggage-cart::before{content:""}.fa-rectangle-xmark::before{content:""}.fa-rectangle-times::before{content:""}.fa-times-rectangle::before{content:""}.fa-window-close::before{content:""}.fa-baht-sign::before{content:""}.fa-book-open::before{content:""}.fa-book-journal-whills::before{content:""}.fa-journal-whills::before{content:""}.fa-handcuffs::before{content:""}.fa-triangle-exclamation::before{content:""}.fa-exclamation-triangle::before{content:""}.fa-warning::before{content:""}.fa-database::before{content:""}.fa-share::before{content:""}.fa-mail-forward::before{content:""}.fa-bottle-droplet::before{content:""}.fa-mask-face::before{content:""}.fa-hill-rockslide::before{content:""}.fa-right-left::before{content:""}.fa-exchange-alt::before{content:""}.fa-paper-plane::before{content:""}.fa-road-circle-exclamation::before{content:""}.fa-dungeon::before{content:""}.fa-align-right::before{content:""}.fa-money-bill-1-wave::before{content:""}.fa-money-bill-wave-alt::before{content:""}.fa-life-ring::before{content:""}.fa-hands::before{content:""}.fa-sign-language::before{content:""}.fa-signing::before{content:""}.fa-calendar-day::before{content:""}.fa-water-ladder::before{content:""}.fa-ladder-water::before{content:""}.fa-swimming-pool::before{content:""}.fa-arrows-up-down::before{content:""}.fa-arrows-v::before{content:""}.fa-face-grimace::before{content:""}.fa-grimace::before{content:""}.fa-wheelchair-move::before{content:""}.fa-wheelchair-alt::before{content:""}.fa-turn-down::before{content:""}.fa-level-down-alt::before{content:""}.fa-person-walking-arrow-right::before{content:""}.fa-square-envelope::before{content:""}.fa-envelope-square::before{content:""}.fa-dice::before{content:""}.fa-bowling-ball::before{content:""}.fa-brain::before{content:""}.fa-bandage::before{content:""}.fa-band-aid::before{content:""}.fa-calendar-minus::before{content:""}.fa-circle-xmark::before{content:""}.fa-times-circle::before{content:""}.fa-xmark-circle::before{content:""}.fa-gifts::before{content:""}.fa-hotel::before{content:""}.fa-earth-asia::before{content:""}.fa-globe-asia::before{content:""}.fa-id-card-clip::before{content:""}.fa-id-card-alt::before{content:""}.fa-magnifying-glass-plus::before{content:""}.fa-search-plus::before{content:""}.fa-thumbs-up::before{content:""}.fa-user-clock::before{content:""}.fa-hand-dots::before{content:""}.fa-allergies::before{content:""}.fa-file-invoice::before{content:""}.fa-window-minimize::before{content:""}.fa-mug-saucer::before{content:""}.fa-coffee::before{content:""}.fa-brush::before{content:""}.fa-mask::before{content:""}.fa-magnifying-glass-minus::before{content:""}.fa-search-minus::before{content:""}.fa-ruler-vertical::before{content:""}.fa-user-large::before{content:""}.fa-user-alt::before{content:""}.fa-train-tram::before{content:""}.fa-user-nurse::before{content:""}.fa-syringe::before{content:""}.fa-cloud-sun::before{content:""}.fa-stopwatch-20::before{content:""}.fa-square-full::before{content:""}.fa-magnet::before{content:""}.fa-jar::before{content:""}.fa-note-sticky::before{content:""}.fa-sticky-note::before{content:""}.fa-bug-slash::before{content:""}.fa-arrow-up-from-water-pump::before{content:""}.fa-bone::before{content:""}.fa-user-injured::before{content:""}.fa-face-sad-tear::before{content:""}.fa-sad-tear::before{content:""}.fa-plane::before{content:""}.fa-tent-arrows-down::before{content:""}.fa-exclamation::before{content:"!"}.fa-arrows-spin::before{content:""}.fa-print::before{content:""}.fa-turkish-lira-sign::before{content:""}.fa-try::before{content:""}.fa-turkish-lira::before{content:""}.fa-dollar-sign::before{content:"$"}.fa-dollar::before{content:"$"}.fa-usd::before{content:"$"}.fa-x::before{content:"X"}.fa-magnifying-glass-dollar::before{content:""}.fa-search-dollar::before{content:""}.fa-users-gear::before{content:""}.fa-users-cog::before{content:""}.fa-person-military-pointing::before{content:""}.fa-building-columns::before{content:""}.fa-bank::before{content:""}.fa-institution::before{content:""}.fa-museum::before{content:""}.fa-university::before{content:""}.fa-umbrella::before{content:""}.fa-trowel::before{content:""}.fa-d::before{content:"D"}.fa-stapler::before{content:""}.fa-masks-theater::before{content:""}.fa-theater-masks::before{content:""}.fa-kip-sign::before{content:""}.fa-hand-point-left::before{content:""}.fa-handshake-simple::before{content:""}.fa-handshake-alt::before{content:""}.fa-jet-fighter::before{content:""}.fa-fighter-jet::before{content:""}.fa-square-share-nodes::before{content:""}.fa-share-alt-square::before{content:""}.fa-barcode::before{content:""}.fa-plus-minus::before{content:""}.fa-video::before{content:""}.fa-video-camera::before{content:""}.fa-graduation-cap::before{content:""}.fa-mortar-board::before{content:""}.fa-hand-holding-medical::before{content:""}.fa-person-circle-check::before{content:""}.fa-turn-up::before{content:""}.fa-level-up-alt::before{content:""}.sr-only,.fa-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border-width:0}.sr-only-focusable:not(:focus),.fa-sr-only-focusable:not(:focus){position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border-width:0}.fa.fa-glass:before{content:""}.fa.fa-envelope-o{font-family:'Font Awesome 6 Free';font-weight:400}.fa.fa-envelope-o:before{content:""}.fa.fa-star-o{font-family:'Font Awesome 6 Free';font-weight:400}.fa.fa-star-o:before{content:""}.fa.fa-remove:before{content:""}.fa.fa-close:before{content:""}.fa.fa-gear:before{content:""}.fa.fa-trash-o{font-family:'Font Awesome 6 Free';font-weight:400}.fa.fa-trash-o:before{content:""}.fa.fa-home:before{content:""}.fa.fa-file-o{font-family:'Font Awesome 6 Free';font-weight:400}.fa.fa-file-o:before{content:""}.fa.fa-clock-o{font-family:'Font Awesome 6 Free';font-weight:400}.fa.fa-clock-o:before{content:""}.fa.fa-arrow-circle-o-down{font-family:'Font Awesome 6 Free';font-weight:400}.fa.fa-arrow-circle-o-down:before{content:""}.fa.fa-arrow-circle-o-up{font-family:'Font Awesome 6 Free';font-weight:400}.fa.fa-arrow-circle-o-up:before{content:""}.fa.fa-play-circle-o{font-family:'Font Awesome 6 Free';font-weight:400}.fa.fa-play-circle-o:before{content:""}.fa.fa-repeat:before{content:""}.fa.fa-rotate-right:before{content:""}.fa.fa-refresh:before{content:""}.fa.fa-list-alt{font-family:'Font Awesome 6 Free';font-weight:400}.fa.fa-list-alt:before{content:""}.fa.fa-dedent:before{content:""}.fa.fa-video-camera:before{content:""}.fa.fa-picture-o{font-family:'Font Awesome 6 Free';font-weight:400}.fa.fa-picture-o:before{content:""}.fa.fa-photo{font-family:'Font Awesome 6 Free';font-weight:400}.fa.fa-photo:before{content:""}.fa.fa-image{font-family:'Font Awesome 6 Free';font-weight:400}.fa.fa-image:before{content:""}.fa.fa-map-marker:before{content:""}.fa.fa-pencil-square-o{font-family:'Font Awesome 6 Free';font-weight:400}.fa.fa-pencil-square-o:before{content:""}.fa.fa-edit{font-family:'Font Awesome 6 Free';font-weight:400}.fa.fa-edit:before{content:""}.fa.fa-share-square-o:before{content:""}.fa.fa-check-square-o{font-family:'Font Awesome 6 Free';font-weight:400}.fa.fa-check-square-o:before{content:""}.fa.fa-arrows:before{content:""}.fa.fa-times-circle-o{font-family:'Font Awesome 6 Free';font-weight:400}.fa.fa-times-circle-o:before{content:""}.fa.fa-check-circle-o{font-family:'Font Awesome 6 Free';font-weight:400}.fa.fa-check-circle-o:before{content:""}.fa.fa-mail-forward:before{content:""}.fa.fa-expand:before{content:""}.fa.fa-compress:before{content:""}.fa.fa-eye{font-family:'Font Awesome 6 Free';font-weight:400}.fa.fa-eye-slash{font-family:'Font Awesome 6 Free';font-weight:400}.fa.fa-warning:before{content:""}.fa.fa-calendar:before{content:""}.fa.fa-arrows-v:before{content:""}.fa.fa-arrows-h:before{content:""}.fa.fa-bar-chart:before{content:""}.fa.fa-bar-chart-o:before{content:""}.fa.fa-twitter-square{font-family:'Font Awesome 6 Brands';font-weight:400}.fa.fa-twitter-square:before{content:""}.fa.fa-facebook-square{font-family:'Font Awesome 6 Brands';font-weight:400}.fa.fa-facebook-square:before{content:""}.fa.fa-gears:before{content:""}.fa.fa-thumbs-o-up{font-family:'Font Awesome 6 Free';font-weight:400}.fa.fa-thumbs-o-up:before{content:""}.fa.fa-thumbs-o-down{font-family:'Font Awesome 6 Free';font-weight:400}.fa.fa-thumbs-o-down:before{content:""}.fa.fa-heart-o{font-family:'Font Awesome 6 Free';font-weight:400}.fa.fa-heart-o:before{content:""}.fa.fa-sign-out:before{content:""}.fa.fa-linkedin-square{font-family:'Font Awesome 6 Brands';font-weight:400}.fa.fa-linkedin-square:before{content:""}.fa.fa-thumb-tack:before{content:""}.fa.fa-external-link:before{content:""}.fa.fa-sign-in:before{content:""}.fa.fa-github-square{font-family:'Font Awesome 6 Brands';font-weight:400}.fa.fa-github-square:before{content:""}.fa.fa-lemon-o{font-family:'Font Awesome 6 Free';font-weight:400}.fa.fa-lemon-o:before{content:""}.fa.fa-square-o{font-family:'Font Awesome 6 Free';font-weight:400}.fa.fa-square-o:before{content:""}.fa.fa-bookmark-o{font-family:'Font Awesome 6 Free';font-weight:400}.fa.fa-bookmark-o:before{content:""}.fa.fa-twitter{font-family:'Font Awesome 6 Brands';font-weight:400}.fa.fa-facebook{font-family:'Font Awesome 6 Brands';font-weight:400}.fa.fa-facebook:before{content:""}.fa.fa-facebook-f{font-family:'Font Awesome 6 Brands';font-weight:400}.fa.fa-facebook-f:before{content:""}.fa.fa-github{font-family:'Font Awesome 6 Brands';font-weight:400}.fa.fa-credit-card{font-family:'Font Awesome 6 Free';font-weight:400}.fa.fa-feed:before{content:""}.fa.fa-hdd-o{font-family:'Font Awesome 6 Free';font-weight:400}.fa.fa-hdd-o:before{content:""}.fa.fa-hand-o-right{font-family:'Font Awesome 6 Free';font-weight:400}.fa.fa-hand-o-right:before{content:""}.fa.fa-hand-o-left{font-family:'Font Awesome 6 Free';font-weight:400}.fa.fa-hand-o-left:before{content:""}.fa.fa-hand-o-up{font-family:'Font Awesome 6 Free';font-weight:400}.fa.fa-hand-o-up:before{content:""}.fa.fa-hand-o-down{font-family:'Font Awesome 6 Free';font-weight:400}.fa.fa-hand-o-down:before{content:""}.fa.fa-globe:before{content:""}.fa.fa-tasks:before{content:""}.fa.fa-arrows-alt:before{content:""}.fa.fa-group:before{content:""}.fa.fa-chain:before{content:""}.fa.fa-cut:before{content:""}.fa.fa-files-o{font-family:'Font Awesome 6 Free';font-weight:400}.fa.fa-files-o:before{content:""}.fa.fa-floppy-o{font-family:'Font Awesome 6 Free';font-weight:400}.fa.fa-floppy-o:before{content:""}.fa.fa-save{font-family:'Font Awesome 6 Free';font-weight:400}.fa.fa-save:before{content:""}.fa.fa-navicon:before{content:""}.fa.fa-reorder:before{content:""}.fa.fa-magic:before{content:""}.fa.fa-pinterest{font-family:'Font Awesome 6 Brands';font-weight:400}.fa.fa-pinterest-square{font-family:'Font Awesome 6 Brands';font-weight:400}.fa.fa-pinterest-square:before{content:""}.fa.fa-google-plus-square{font-family:'Font Awesome 6 Brands';font-weight:400}.fa.fa-google-plus-square:before{content:""}.fa.fa-google-plus{font-family:'Font Awesome 6 Brands';font-weight:400}.fa.fa-google-plus:before{content:""}.fa.fa-money:before{content:""}.fa.fa-unsorted:before{content:""}.fa.fa-sort-desc:before{content:""}.fa.fa-sort-asc:before{content:""}.fa.fa-linkedin{font-family:'Font Awesome 6 Brands';font-weight:400}.fa.fa-linkedin:before{content:""}.fa.fa-rotate-left:before{content:""}.fa.fa-legal:before{content:""}.fa.fa-tachometer:before{content:""}.fa.fa-dashboard:before{content:""}.fa.fa-comment-o{font-family:'Font Awesome 6 Free';font-weight:400}.fa.fa-comment-o:before{content:""}.fa.fa-comments-o{font-family:'Font Awesome 6 Free';font-weight:400}.fa.fa-comments-o:before{content:""}.fa.fa-flash:before{content:""}.fa.fa-clipboard:before{content:""}.fa.fa-lightbulb-o{font-family:'Font Awesome 6 Free';font-weight:400}.fa.fa-lightbulb-o:before{content:""}.fa.fa-exchange:before{content:""}.fa.fa-cloud-download:before{content:""}.fa.fa-cloud-upload:before{content:""}.fa.fa-bell-o{font-family:'Font Awesome 6 Free';font-weight:400}.fa.fa-bell-o:before{content:""}.fa.fa-cutlery:before{content:""}.fa.fa-file-text-o{font-family:'Font Awesome 6 Free';font-weight:400}.fa.fa-file-text-o:before{content:""}.fa.fa-building-o{font-family:'Font Awesome 6 Free';font-weight:400}.fa.fa-building-o:before{content:""}.fa.fa-hospital-o{font-family:'Font Awesome 6 Free';font-weight:400}.fa.fa-hospital-o:before{content:""}.fa.fa-tablet:before{content:""}.fa.fa-mobile:before{content:""}.fa.fa-mobile-phone:before{content:""}.fa.fa-circle-o{font-family:'Font Awesome 6 Free';font-weight:400}.fa.fa-circle-o:before{content:""}.fa.fa-mail-reply:before{content:""}.fa.fa-github-alt{font-family:'Font Awesome 6 Brands';font-weight:400}.fa.fa-folder-o{font-family:'Font Awesome 6 Free';font-weight:400}.fa.fa-folder-o:before{content:""}.fa.fa-folder-open-o{font-family:'Font Awesome 6 Free';font-weight:400}.fa.fa-folder-open-o:before{content:""}.fa.fa-smile-o{font-family:'Font Awesome 6 Free';font-weight:400}.fa.fa-smile-o:before{content:""}.fa.fa-frown-o{font-family:'Font Awesome 6 Free';font-weight:400}.fa.fa-frown-o:before{content:""}.fa.fa-meh-o{font-family:'Font Awesome 6 Free';font-weight:400}.fa.fa-meh-o:before{content:""}.fa.fa-keyboard-o{font-family:'Font Awesome 6 Free';font-weight:400}.fa.fa-keyboard-o:before{content:""}.fa.fa-flag-o{font-family:'Font Awesome 6 Free';font-weight:400}.fa.fa-flag-o:before{content:""}.fa.fa-mail-reply-all:before{content:""}.fa.fa-star-half-o{font-family:'Font Awesome 6 Free';font-weight:400}.fa.fa-star-half-o:before{content:""}.fa.fa-star-half-empty{font-family:'Font Awesome 6 Free';font-weight:400}.fa.fa-star-half-empty:before{content:""}.fa.fa-star-half-full{font-family:'Font Awesome 6 Free';font-weight:400}.fa.fa-star-half-full:before{content:""}.fa.fa-code-fork:before{content:""}.fa.fa-chain-broken:before{content:""}.fa.fa-unlink:before{content:""}.fa.fa-calendar-o{font-family:'Font Awesome 6 Free';font-weight:400}.fa.fa-calendar-o:before{content:""}.fa.fa-maxcdn{font-family:'Font Awesome 6 Brands';font-weight:400}.fa.fa-html5{font-family:'Font Awesome 6 Brands';font-weight:400}.fa.fa-css3{font-family:'Font Awesome 6 Brands';font-weight:400}.fa.fa-unlock-alt:before{content:""}.fa.fa-minus-square-o{font-family:'Font Awesome 6 Free';font-weight:400}.fa.fa-minus-square-o:before{content:""}.fa.fa-level-up:before{content:""}.fa.fa-level-down:before{content:""}.fa.fa-pencil-square:before{content:""}.fa.fa-external-link-square:before{content:""}.fa.fa-compass{font-family:'Font Awesome 6 Free';font-weight:400}.fa.fa-caret-square-o-down{font-family:'Font Awesome 6 Free';font-weight:400}.fa.fa-caret-square-o-down:before{content:""}.fa.fa-toggle-down{font-family:'Font Awesome 6 Free';font-weight:400}.fa.fa-toggle-down:before{content:""}.fa.fa-caret-square-o-up{font-family:'Font Awesome 6 Free';font-weight:400}.fa.fa-caret-square-o-up:before{content:""}.fa.fa-toggle-up{font-family:'Font Awesome 6 Free';font-weight:400}.fa.fa-toggle-up:before{content:""}.fa.fa-caret-square-o-right{font-family:'Font Awesome 6 Free';font-weight:400}.fa.fa-caret-square-o-right:before{content:""}.fa.fa-toggle-right{font-family:'Font Awesome 6 Free';font-weight:400}.fa.fa-toggle-right:before{content:""}.fa.fa-eur:before{content:""}.fa.fa-euro:before{content:""}.fa.fa-gbp:before{content:""}.fa.fa-usd:before{content:"$"}.fa.fa-dollar:before{content:"$"}.fa.fa-inr:before{content:""}.fa.fa-rupee:before{content:""}.fa.fa-jpy:before{content:""}.fa.fa-cny:before{content:""}.fa.fa-rmb:before{content:""}.fa.fa-yen:before{content:""}.fa.fa-rub:before{content:""}.fa.fa-ruble:before{content:""}.fa.fa-rouble:before{content:""}.fa.fa-krw:before{content:""}.fa.fa-won:before{content:""}.fa.fa-btc{font-family:'Font Awesome 6 Brands';font-weight:400}.fa.fa-bitcoin{font-family:'Font Awesome 6 Brands';font-weight:400}.fa.fa-bitcoin:before{content:""}.fa.fa-file-text:before{content:""}.fa.fa-sort-alpha-asc:before{content:""}.fa.fa-sort-alpha-desc:before{content:""}.fa.fa-sort-amount-asc:before{content:""}.fa.fa-sort-amount-desc:before{content:""}.fa.fa-sort-numeric-asc:before{content:""}.fa.fa-sort-numeric-desc:before{content:""}.fa.fa-youtube-square{font-family:'Font Awesome 6 Brands';font-weight:400}.fa.fa-youtube-square:before{content:""}.fa.fa-youtube{font-family:'Font Awesome 6 Brands';font-weight:400}.fa.fa-xing{font-family:'Font Awesome 6 Brands';font-weight:400}.fa.fa-xing-square{font-family:'Font Awesome 6 Brands';font-weight:400}.fa.fa-xing-square:before{content:""}.fa.fa-youtube-play{font-family:'Font Awesome 6 Brands';font-weight:400}.fa.fa-youtube-play:before{content:""}.fa.fa-dropbox{font-family:'Font Awesome 6 Brands';font-weight:400}.fa.fa-stack-overflow{font-family:'Font Awesome 6 Brands';font-weight:400}.fa.fa-instagram{font-family:'Font Awesome 6 Brands';font-weight:400}.fa.fa-flickr{font-family:'Font Awesome 6 Brands';font-weight:400}.fa.fa-adn{font-family:'Font Awesome 6 Brands';font-weight:400}.fa.fa-bitbucket{font-family:'Font Awesome 6 Brands';font-weight:400}.fa.fa-bitbucket-square{font-family:'Font Awesome 6 Brands';font-weight:400}.fa.fa-bitbucket-square:before{content:""}.fa.fa-tumblr{font-family:'Font Awesome 6 Brands';font-weight:400}.fa.fa-tumblr-square{font-family:'Font Awesome 6 Brands';font-weight:400}.fa.fa-tumblr-square:before{content:""}.fa.fa-long-arrow-down:before{content:""}.fa.fa-long-arrow-up:before{content:""}.fa.fa-long-arrow-left:before{content:""}.fa.fa-long-arrow-right:before{content:""}.fa.fa-apple{font-family:'Font Awesome 6 Brands';font-weight:400}.fa.fa-windows{font-family:'Font Awesome 6 Brands';font-weight:400}.fa.fa-android{font-family:'Font Awesome 6 Brands';font-weight:400}.fa.fa-linux{font-family:'Font Awesome 6 Brands';font-weight:400}.fa.fa-dribbble{font-family:'Font Awesome 6 Brands';font-weight:400}.fa.fa-skype{font-family:'Font Awesome 6 Brands';font-weight:400}.fa.fa-foursquare{font-family:'Font Awesome 6 Brands';font-weight:400}.fa.fa-trello{font-family:'Font Awesome 6 Brands';font-weight:400}.fa.fa-gratipay{font-family:'Font Awesome 6 Brands';font-weight:400}.fa.fa-gittip{font-family:'Font Awesome 6 Brands';font-weight:400}.fa.fa-gittip:before{content:""}.fa.fa-sun-o{font-family:'Font Awesome 6 Free';font-weight:400}.fa.fa-sun-o:before{content:""}.fa.fa-moon-o{font-family:'Font Awesome 6 Free';font-weight:400}.fa.fa-moon-o:before{content:""}.fa.fa-vk{font-family:'Font Awesome 6 Brands';font-weight:400}.fa.fa-weibo{font-family:'Font Awesome 6 Brands';font-weight:400}.fa.fa-renren{font-family:'Font Awesome 6 Brands';font-weight:400}.fa.fa-pagelines{font-family:'Font Awesome 6 Brands';font-weight:400}.fa.fa-stack-exchange{font-family:'Font Awesome 6 Brands';font-weight:400}.fa.fa-arrow-circle-o-right{font-family:'Font Awesome 6 Free';font-weight:400}.fa.fa-arrow-circle-o-right:before{content:""}.fa.fa-arrow-circle-o-left{font-family:'Font Awesome 6 Free';font-weight:400}.fa.fa-arrow-circle-o-left:before{content:""}.fa.fa-caret-square-o-left{font-family:'Font Awesome 6 Free';font-weight:400}.fa.fa-caret-square-o-left:before{content:""}.fa.fa-toggle-left{font-family:'Font Awesome 6 Free';font-weight:400}.fa.fa-toggle-left:before{content:""}.fa.fa-dot-circle-o{font-family:'Font Awesome 6 Free';font-weight:400}.fa.fa-dot-circle-o:before{content:""}.fa.fa-vimeo-square{font-family:'Font Awesome 6 Brands';font-weight:400}.fa.fa-vimeo-square:before{content:""}.fa.fa-try:before{content:""}.fa.fa-turkish-lira:before{content:""}.fa.fa-plus-square-o{font-family:'Font Awesome 6 Free';font-weight:400}.fa.fa-plus-square-o:before{content:""}.fa.fa-slack{font-family:'Font Awesome 6 Brands';font-weight:400}.fa.fa-wordpress{font-family:'Font Awesome 6 Brands';font-weight:400}.fa.fa-openid{font-family:'Font Awesome 6 Brands';font-weight:400}.fa.fa-institution:before{content:""}.fa.fa-bank:before{content:""}.fa.fa-mortar-board:before{content:""}.fa.fa-yahoo{font-family:'Font Awesome 6 Brands';font-weight:400}.fa.fa-google{font-family:'Font Awesome 6 Brands';font-weight:400}.fa.fa-reddit{font-family:'Font Awesome 6 Brands';font-weight:400}.fa.fa-reddit-square{font-family:'Font Awesome 6 Brands';font-weight:400}.fa.fa-reddit-square:before{content:""}.fa.fa-stumbleupon-circle{font-family:'Font Awesome 6 Brands';font-weight:400}.fa.fa-stumbleupon{font-family:'Font Awesome 6 Brands';font-weight:400}.fa.fa-delicious{font-family:'Font Awesome 6 Brands';font-weight:400}.fa.fa-digg{font-family:'Font Awesome 6 Brands';font-weight:400}.fa.fa-pied-piper-pp{font-family:'Font Awesome 6 Brands';font-weight:400}.fa.fa-pied-piper-alt{font-family:'Font Awesome 6 Brands';font-weight:400}.fa.fa-drupal{font-family:'Font Awesome 6 Brands';font-weight:400}.fa.fa-joomla{font-family:'Font Awesome 6 Brands';font-weight:400}.fa.fa-behance{font-family:'Font Awesome 6 Brands';font-weight:400}.fa.fa-behance-square{font-family:'Font Awesome 6 Brands';font-weight:400}.fa.fa-behance-square:before{content:""}.fa.fa-steam{font-family:'Font Awesome 6 Brands';font-weight:400}.fa.fa-steam-square{font-family:'Font Awesome 6 Brands';font-weight:400}.fa.fa-steam-square:before{content:""}.fa.fa-automobile:before{content:""}.fa.fa-cab:before{content:""}.fa.fa-spotify{font-family:'Font Awesome 6 Brands';font-weight:400}.fa.fa-deviantart{font-family:'Font Awesome 6 Brands';font-weight:400}.fa.fa-soundcloud{font-family:'Font Awesome 6 Brands';font-weight:400}.fa.fa-file-pdf-o{font-family:'Font Awesome 6 Free';font-weight:400}.fa.fa-file-pdf-o:before{content:""}.fa.fa-file-word-o{font-family:'Font Awesome 6 Free';font-weight:400}.fa.fa-file-word-o:before{content:""}.fa.fa-file-excel-o{font-family:'Font Awesome 6 Free';font-weight:400}.fa.fa-file-excel-o:before{content:""}.fa.fa-file-powerpoint-o{font-family:'Font Awesome 6 Free';font-weight:400}.fa.fa-file-powerpoint-o:before{content:""}.fa.fa-file-image-o{font-family:'Font Awesome 6 Free';font-weight:400}.fa.fa-file-image-o:before{content:""}.fa.fa-file-photo-o{font-family:'Font Awesome 6 Free';font-weight:400}.fa.fa-file-photo-o:before{content:""}.fa.fa-file-picture-o{font-family:'Font Awesome 6 Free';font-weight:400}.fa.fa-file-picture-o:before{content:""}.fa.fa-file-archive-o{font-family:'Font Awesome 6 Free';font-weight:400}.fa.fa-file-archive-o:before{content:""}.fa.fa-file-zip-o{font-family:'Font Awesome 6 Free';font-weight:400}.fa.fa-file-zip-o:before{content:""}.fa.fa-file-audio-o{font-family:'Font Awesome 6 Free';font-weight:400}.fa.fa-file-audio-o:before{content:""}.fa.fa-file-sound-o{font-family:'Font Awesome 6 Free';font-weight:400}.fa.fa-file-sound-o:before{content:""}.fa.fa-file-video-o{font-family:'Font Awesome 6 Free';font-weight:400}.fa.fa-file-video-o:before{content:""}.fa.fa-file-movie-o{font-family:'Font Awesome 6 Free';font-weight:400}.fa.fa-file-movie-o:before{content:""}.fa.fa-file-code-o{font-family:'Font Awesome 6 Free';font-weight:400}.fa.fa-file-code-o:before{content:""}.fa.fa-vine{font-family:'Font Awesome 6 Brands';font-weight:400}.fa.fa-codepen{font-family:'Font Awesome 6 Brands';font-weight:400}.fa.fa-jsfiddle{font-family:'Font Awesome 6 Brands';font-weight:400}.fa.fa-life-bouy:before{content:""}.fa.fa-life-buoy:before{content:""}.fa.fa-life-saver:before{content:""}.fa.fa-support:before{content:""}.fa.fa-circle-o-notch:before{content:""}.fa.fa-rebel{font-family:'Font Awesome 6 Brands';font-weight:400}.fa.fa-ra{font-family:'Font Awesome 6 Brands';font-weight:400}.fa.fa-ra:before{content:""}.fa.fa-resistance{font-family:'Font Awesome 6 Brands';font-weight:400}.fa.fa-resistance:before{content:""}.fa.fa-empire{font-family:'Font Awesome 6 Brands';font-weight:400}.fa.fa-ge{font-family:'Font Awesome 6 Brands';font-weight:400}.fa.fa-ge:before{content:""}.fa.fa-git-square{font-family:'Font Awesome 6 Brands';font-weight:400}.fa.fa-git-square:before{content:""}.fa.fa-git{font-family:'Font Awesome 6 Brands';font-weight:400}.fa.fa-hacker-news{font-family:'Font Awesome 6 Brands';font-weight:400}.fa.fa-y-combinator-square{font-family:'Font Awesome 6 Brands';font-weight:400}.fa.fa-y-combinator-square:before{content:""}.fa.fa-yc-square{font-family:'Font Awesome 6 Brands';font-weight:400}.fa.fa-yc-square:before{content:""}.fa.fa-tencent-weibo{font-family:'Font Awesome 6 Brands';font-weight:400}.fa.fa-qq{font-family:'Font Awesome 6 Brands';font-weight:400}.fa.fa-weixin{font-family:'Font Awesome 6 Brands';font-weight:400}.fa.fa-wechat{font-family:'Font Awesome 6 Brands';font-weight:400}.fa.fa-wechat:before{content:""}.fa.fa-send:before{content:""}.fa.fa-paper-plane-o{font-family:'Font Awesome 6 Free';font-weight:400}.fa.fa-paper-plane-o:before{content:""}.fa.fa-send-o{font-family:'Font Awesome 6 Free';font-weight:400}.fa.fa-send-o:before{content:""}.fa.fa-circle-thin{font-family:'Font Awesome 6 Free';font-weight:400}.fa.fa-circle-thin:before{content:""}.fa.fa-header:before{content:""}.fa.fa-futbol-o{font-family:'Font Awesome 6 Free';font-weight:400}.fa.fa-futbol-o:before{content:""}.fa.fa-soccer-ball-o{font-family:'Font Awesome 6 Free';font-weight:400}.fa.fa-soccer-ball-o:before{content:""}.fa.fa-slideshare{font-family:'Font Awesome 6 Brands';font-weight:400}.fa.fa-twitch{font-family:'Font Awesome 6 Brands';font-weight:400}.fa.fa-yelp{font-family:'Font Awesome 6 Brands';font-weight:400}.fa.fa-newspaper-o{font-family:'Font Awesome 6 Free';font-weight:400}.fa.fa-newspaper-o:before{content:""}.fa.fa-paypal{font-family:'Font Awesome 6 Brands';font-weight:400}.fa.fa-google-wallet{font-family:'Font Awesome 6 Brands';font-weight:400}.fa.fa-cc-visa{font-family:'Font Awesome 6 Brands';font-weight:400}.fa.fa-cc-mastercard{font-family:'Font Awesome 6 Brands';font-weight:400}.fa.fa-cc-discover{font-family:'Font Awesome 6 Brands';font-weight:400}.fa.fa-cc-amex{font-family:'Font Awesome 6 Brands';font-weight:400}.fa.fa-cc-paypal{font-family:'Font Awesome 6 Brands';font-weight:400}.fa.fa-cc-stripe{font-family:'Font Awesome 6 Brands';font-weight:400}.fa.fa-bell-slash-o{font-family:'Font Awesome 6 Free';font-weight:400}.fa.fa-bell-slash-o:before{content:""}.fa.fa-trash:before{content:""}.fa.fa-copyright{font-family:'Font Awesome 6 Free';font-weight:400}.fa.fa-eyedropper:before{content:""}.fa.fa-area-chart:before{content:""}.fa.fa-pie-chart:before{content:""}.fa.fa-line-chart:before{content:""}.fa.fa-lastfm{font-family:'Font Awesome 6 Brands';font-weight:400}.fa.fa-lastfm-square{font-family:'Font Awesome 6 Brands';font-weight:400}.fa.fa-lastfm-square:before{content:""}.fa.fa-ioxhost{font-family:'Font Awesome 6 Brands';font-weight:400}.fa.fa-angellist{font-family:'Font Awesome 6 Brands';font-weight:400}.fa.fa-cc{font-family:'Font Awesome 6 Free';font-weight:400}.fa.fa-cc:before{content:""}.fa.fa-ils:before{content:""}.fa.fa-shekel:before{content:""}.fa.fa-sheqel:before{content:""}.fa.fa-buysellads{font-family:'Font Awesome 6 Brands';font-weight:400}.fa.fa-connectdevelop{font-family:'Font Awesome 6 Brands';font-weight:400}.fa.fa-dashcube{font-family:'Font Awesome 6 Brands';font-weight:400}.fa.fa-forumbee{font-family:'Font Awesome 6 Brands';font-weight:400}.fa.fa-leanpub{font-family:'Font Awesome 6 Brands';font-weight:400}.fa.fa-sellsy{font-family:'Font Awesome 6 Brands';font-weight:400}.fa.fa-shirtsinbulk{font-family:'Font Awesome 6 Brands';font-weight:400}.fa.fa-simplybuilt{font-family:'Font Awesome 6 Brands';font-weight:400}.fa.fa-skyatlas{font-family:'Font Awesome 6 Brands';font-weight:400}.fa.fa-diamond{font-family:'Font Awesome 6 Free';font-weight:400}.fa.fa-diamond:before{content:""}.fa.fa-transgender:before{content:""}.fa.fa-intersex:before{content:""}.fa.fa-transgender-alt:before{content:""}.fa.fa-facebook-official{font-family:'Font Awesome 6 Brands';font-weight:400}.fa.fa-facebook-official:before{content:""}.fa.fa-pinterest-p{font-family:'Font Awesome 6 Brands';font-weight:400}.fa.fa-whatsapp{font-family:'Font Awesome 6 Brands';font-weight:400}.fa.fa-hotel:before{content:""}.fa.fa-viacoin{font-family:'Font Awesome 6 Brands';font-weight:400}.fa.fa-medium{font-family:'Font Awesome 6 Brands';font-weight:400}.fa.fa-y-combinator{font-family:'Font Awesome 6 Brands';font-weight:400}.fa.fa-yc{font-family:'Font Awesome 6 Brands';font-weight:400}.fa.fa-yc:before{content:""}.fa.fa-optin-monster{font-family:'Font Awesome 6 Brands';font-weight:400}.fa.fa-opencart{font-family:'Font Awesome 6 Brands';font-weight:400}.fa.fa-expeditedssl{font-family:'Font Awesome 6 Brands';font-weight:400}.fa.fa-battery-4:before{content:""}.fa.fa-battery:before{content:""}.fa.fa-battery-3:before{content:""}.fa.fa-battery-2:before{content:""}.fa.fa-battery-1:before{content:""}.fa.fa-battery-0:before{content:""}.fa.fa-object-group{font-family:'Font Awesome 6 Free';font-weight:400}.fa.fa-object-ungroup{font-family:'Font Awesome 6 Free';font-weight:400}.fa.fa-sticky-note-o{font-family:'Font Awesome 6 Free';font-weight:400}.fa.fa-sticky-note-o:before{content:""}.fa.fa-cc-jcb{font-family:'Font Awesome 6 Brands';font-weight:400}.fa.fa-cc-diners-club{font-family:'Font Awesome 6 Brands';font-weight:400}.fa.fa-clone{font-family:'Font Awesome 6 Free';font-weight:400}.fa.fa-hourglass-o:before{content:""}.fa.fa-hourglass-1:before{content:""}.fa.fa-hourglass-2:before{content:""}.fa.fa-hourglass-3:before{content:""}.fa.fa-hand-rock-o{font-family:'Font Awesome 6 Free';font-weight:400}.fa.fa-hand-rock-o:before{content:""}.fa.fa-hand-grab-o{font-family:'Font Awesome 6 Free';font-weight:400}.fa.fa-hand-grab-o:before{content:""}.fa.fa-hand-paper-o{font-family:'Font Awesome 6 Free';font-weight:400}.fa.fa-hand-paper-o:before{content:""}.fa.fa-hand-stop-o{font-family:'Font Awesome 6 Free';font-weight:400}.fa.fa-hand-stop-o:before{content:""}.fa.fa-hand-scissors-o{font-family:'Font Awesome 6 Free';font-weight:400}.fa.fa-hand-scissors-o:before{content:""}.fa.fa-hand-lizard-o{font-family:'Font Awesome 6 Free';font-weight:400}.fa.fa-hand-lizard-o:before{content:""}.fa.fa-hand-spock-o{font-family:'Font Awesome 6 Free';font-weight:400}.fa.fa-hand-spock-o:before{content:""}.fa.fa-hand-pointer-o{font-family:'Font Awesome 6 Free';font-weight:400}.fa.fa-hand-pointer-o:before{content:""}.fa.fa-hand-peace-o{font-family:'Font Awesome 6 Free';font-weight:400}.fa.fa-hand-peace-o:before{content:""}.fa.fa-registered{font-family:'Font Awesome 6 Free';font-weight:400}.fa.fa-creative-commons{font-family:'Font Awesome 6 Brands';font-weight:400}.fa.fa-gg{font-family:'Font Awesome 6 Brands';font-weight:400}.fa.fa-gg-circle{font-family:'Font Awesome 6 Brands';font-weight:400}.fa.fa-odnoklassniki{font-family:'Font Awesome 6 Brands';font-weight:400}.fa.fa-odnoklassniki-square{font-family:'Font Awesome 6 Brands';font-weight:400}.fa.fa-odnoklassniki-square:before{content:""}.fa.fa-get-pocket{font-family:'Font Awesome 6 Brands';font-weight:400}.fa.fa-wikipedia-w{font-family:'Font Awesome 6 Brands';font-weight:400}.fa.fa-safari{font-family:'Font Awesome 6 Brands';font-weight:400}.fa.fa-chrome{font-family:'Font Awesome 6 Brands';font-weight:400}.fa.fa-firefox{font-family:'Font Awesome 6 Brands';font-weight:400}.fa.fa-opera{font-family:'Font Awesome 6 Brands';font-weight:400}.fa.fa-internet-explorer{font-family:'Font Awesome 6 Brands';font-weight:400}.fa.fa-television:before{content:""}.fa.fa-contao{font-family:'Font Awesome 6 Brands';font-weight:400}.fa.fa-500px{font-family:'Font Awesome 6 Brands';font-weight:400}.fa.fa-amazon{font-family:'Font Awesome 6 Brands';font-weight:400}.fa.fa-calendar-plus-o{font-family:'Font Awesome 6 Free';font-weight:400}.fa.fa-calendar-plus-o:before{content:""}.fa.fa-calendar-minus-o{font-family:'Font Awesome 6 Free';font-weight:400}.fa.fa-calendar-minus-o:before{content:""}.fa.fa-calendar-times-o{font-family:'Font Awesome 6 Free';font-weight:400}.fa.fa-calendar-times-o:before{content:""}.fa.fa-calendar-check-o{font-family:'Font Awesome 6 Free';font-weight:400}.fa.fa-calendar-check-o:before{content:""}.fa.fa-map-o{font-family:'Font Awesome 6 Free';font-weight:400}.fa.fa-map-o:before{content:""}.fa.fa-commenting:before{content:""}.fa.fa-commenting-o{font-family:'Font Awesome 6 Free';font-weight:400}.fa.fa-commenting-o:before{content:""}.fa.fa-houzz{font-family:'Font Awesome 6 Brands';font-weight:400}.fa.fa-vimeo{font-family:'Font Awesome 6 Brands';font-weight:400}.fa.fa-vimeo:before{content:""}.fa.fa-black-tie{font-family:'Font Awesome 6 Brands';font-weight:400}.fa.fa-fonticons{font-family:'Font Awesome 6 Brands';font-weight:400}.fa.fa-reddit-alien{font-family:'Font Awesome 6 Brands';font-weight:400}.fa.fa-edge{font-family:'Font Awesome 6 Brands';font-weight:400}.fa.fa-credit-card-alt:before{content:""}.fa.fa-codiepie{font-family:'Font Awesome 6 Brands';font-weight:400}.fa.fa-modx{font-family:'Font Awesome 6 Brands';font-weight:400}.fa.fa-fort-awesome{font-family:'Font Awesome 6 Brands';font-weight:400}.fa.fa-usb{font-family:'Font Awesome 6 Brands';font-weight:400}.fa.fa-product-hunt{font-family:'Font Awesome 6 Brands';font-weight:400}.fa.fa-mixcloud{font-family:'Font Awesome 6 Brands';font-weight:400}.fa.fa-scribd{font-family:'Font Awesome 6 Brands';font-weight:400}.fa.fa-pause-circle-o{font-family:'Font Awesome 6 Free';font-weight:400}.fa.fa-pause-circle-o:before{content:""}.fa.fa-stop-circle-o{font-family:'Font Awesome 6 Free';font-weight:400}.fa.fa-stop-circle-o:before{content:""}.fa.fa-bluetooth{font-family:'Font Awesome 6 Brands';font-weight:400}.fa.fa-bluetooth-b{font-family:'Font Awesome 6 Brands';font-weight:400}.fa.fa-gitlab{font-family:'Font Awesome 6 Brands';font-weight:400}.fa.fa-wpbeginner{font-family:'Font Awesome 6 Brands';font-weight:400}.fa.fa-wpforms{font-family:'Font Awesome 6 Brands';font-weight:400}.fa.fa-envira{font-family:'Font Awesome 6 Brands';font-weight:400}.fa.fa-wheelchair-alt{font-family:'Font Awesome 6 Brands';font-weight:400}.fa.fa-wheelchair-alt:before{content:""}.fa.fa-question-circle-o{font-family:'Font Awesome 6 Free';font-weight:400}.fa.fa-question-circle-o:before{content:""}.fa.fa-volume-control-phone:before{content:""}.fa.fa-asl-interpreting:before{content:""}.fa.fa-deafness:before{content:""}.fa.fa-hard-of-hearing:before{content:""}.fa.fa-glide{font-family:'Font Awesome 6 Brands';font-weight:400}.fa.fa-glide-g{font-family:'Font Awesome 6 Brands';font-weight:400}.fa.fa-signing:before{content:""}.fa.fa-viadeo{font-family:'Font Awesome 6 Brands';font-weight:400}.fa.fa-viadeo-square{font-family:'Font Awesome 6 Brands';font-weight:400}.fa.fa-viadeo-square:before{content:""}.fa.fa-snapchat{font-family:'Font Awesome 6 Brands';font-weight:400}.fa.fa-snapchat-ghost{font-family:'Font Awesome 6 Brands';font-weight:400}.fa.fa-snapchat-ghost:before{content:""}.fa.fa-snapchat-square{font-family:'Font Awesome 6 Brands';font-weight:400}.fa.fa-snapchat-square:before{content:""}.fa.fa-pied-piper{font-family:'Font Awesome 6 Brands';font-weight:400}.fa.fa-first-order{font-family:'Font Awesome 6 Brands';font-weight:400}.fa.fa-yoast{font-family:'Font Awesome 6 Brands';font-weight:400}.fa.fa-themeisle{font-family:'Font Awesome 6 Brands';font-weight:400}.fa.fa-google-plus-official{font-family:'Font Awesome 6 Brands';font-weight:400}.fa.fa-google-plus-official:before{content:""}.fa.fa-google-plus-circle{font-family:'Font Awesome 6 Brands';font-weight:400}.fa.fa-google-plus-circle:before{content:""}.fa.fa-font-awesome{font-family:'Font Awesome 6 Brands';font-weight:400}.fa.fa-fa{font-family:'Font Awesome 6 Brands';font-weight:400}.fa.fa-fa:before{content:""}.fa.fa-handshake-o{font-family:'Font Awesome 6 Free';font-weight:400}.fa.fa-handshake-o:before{content:""}.fa.fa-envelope-open-o{font-family:'Font Awesome 6 Free';font-weight:400}.fa.fa-envelope-open-o:before{content:""}.fa.fa-linode{font-family:'Font Awesome 6 Brands';font-weight:400}.fa.fa-address-book-o{font-family:'Font Awesome 6 Free';font-weight:400}.fa.fa-address-book-o:before{content:""}.fa.fa-vcard:before{content:""}.fa.fa-address-card-o{font-family:'Font Awesome 6 Free';font-weight:400}.fa.fa-address-card-o:before{content:""}.fa.fa-vcard-o{font-family:'Font Awesome 6 Free';font-weight:400}.fa.fa-vcard-o:before{content:""}.fa.fa-user-circle-o{font-family:'Font Awesome 6 Free';font-weight:400}.fa.fa-user-circle-o:before{content:""}.fa.fa-user-o{font-family:'Font Awesome 6 Free';font-weight:400}.fa.fa-user-o:before{content:""}.fa.fa-id-badge{font-family:'Font Awesome 6 Free';font-weight:400}.fa.fa-drivers-license:before{content:""}.fa.fa-id-card-o{font-family:'Font Awesome 6 Free';font-weight:400}.fa.fa-id-card-o:before{content:""}.fa.fa-drivers-license-o{font-family:'Font Awesome 6 Free';font-weight:400}.fa.fa-drivers-license-o:before{content:""}.fa.fa-quora{font-family:'Font Awesome 6 Brands';font-weight:400}.fa.fa-free-code-camp{font-family:'Font Awesome 6 Brands';font-weight:400}.fa.fa-telegram{font-family:'Font Awesome 6 Brands';font-weight:400}.fa.fa-thermometer-4:before{content:""}.fa.fa-thermometer:before{content:""}.fa.fa-thermometer-3:before{content:""}.fa.fa-thermometer-2:before{content:""}.fa.fa-thermometer-1:before{content:""}.fa.fa-thermometer-0:before{content:""}.fa.fa-bathtub:before{content:""}.fa.fa-s15:before{content:""}.fa.fa-window-maximize{font-family:'Font Awesome 6 Free';font-weight:400}.fa.fa-window-restore{font-family:'Font Awesome 6 Free';font-weight:400}.fa.fa-times-rectangle:before{content:""}.fa.fa-window-close-o{font-family:'Font Awesome 6 Free';font-weight:400}.fa.fa-window-close-o:before{content:""}.fa.fa-times-rectangle-o{font-family:'Font Awesome 6 Free';font-weight:400}.fa.fa-times-rectangle-o:before{content:""}.fa.fa-bandcamp{font-family:'Font Awesome 6 Brands';font-weight:400}.fa.fa-grav{font-family:'Font Awesome 6 Brands';font-weight:400}.fa.fa-etsy{font-family:'Font Awesome 6 Brands';font-weight:400}.fa.fa-imdb{font-family:'Font Awesome 6 Brands';font-weight:400}.fa.fa-ravelry{font-family:'Font Awesome 6 Brands';font-weight:400}.fa.fa-eercast{font-family:'Font Awesome 6 Brands';font-weight:400}.fa.fa-eercast:before{content:""}.fa.fa-snowflake-o{font-family:'Font Awesome 6 Free';font-weight:400}.fa.fa-snowflake-o:before{content:""}.fa.fa-superpowers{font-family:'Font Awesome 6 Brands';font-weight:400}.fa.fa-wpexplorer{font-family:'Font Awesome 6 Brands';font-weight:400}.fa.fa-meetup{font-family:'Font Awesome 6 Brands';font-weight:400}:root,:host{--fa-style-family-classic: "Font Awesome 6 Free";--fa-font-solid: normal 900 1em/1 "Font Awesome 6 Free";--fa-font-regular: normal 400 1em/1 "Font Awesome 6 Free";--fa-font-brands: normal 400 1em/1 "Font Awesome 6 Brands"}@font-face{font-family:"Font Awesome 6 Free";font-style:normal;font-weight:900;font-display:block;src:url("/template/fonts/fontawesome/fa-solid-900.woff2") format("woff2"), url("/template/fonts/fontawesome/fa-solid-900.ttf") format("truetype")}.fas,.fa-solid{font-weight:900}@font-face {
  font-family: 'Instrument Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/template/fonts/pximypc9vsFDm051Uf6KVwgkfoSxQ0GsQv8ToedPibnr-yp2JGEJOH9npSTF-Tfykyw.woff2') format('woff2');
}

@font-face {
  font-family: 'Instrument Sans';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('/template/fonts/pxigypc9vsFDm051Uf6KVwgkfoSbSnNPooZAN0lInHGpCWNE27lgU-XJojENuu-2oy4H2w.woff2') format('woff2');
}

@font-face {
  font-family: 'Instrument Sans';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('/template/fonts/pximypc9vsFDm051Uf6KVwgkfoSxQ0GsQv8ToedPibnr-yp2JGEJOH9npST3-Tfykyw.woff2') format('woff2');
}

@font-face {
  font-family: 'Instrument Sans';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url('/template/fonts/pxigypc9vsFDm051Uf6KVwgkfoSbSnNPooZAN0lInHGpCWNE27lgU-XJojENut22oy4H2w.woff2') format('woff2');
}

@font-face {
  font-family: 'Instrument Sans';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('/template/fonts/pximypc9vsFDm051Uf6KVwgkfoSxQ0GsQv8ToedPibnr-yp2JGEJOH9npSQb_jfykyw.woff2') format('woff2');
}

@font-face {
  font-family: 'Instrument Sans';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url('/template/fonts/pxigypc9vsFDm051Uf6KVwgkfoSbSnNPooZAN0lInHGpCWNE27lgU-XJojENujGxoy4H2w.woff2') format('woff2');
}

@font-face {
  font-family: 'Instrument Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/template/fonts/pximypc9vsFDm051Uf6KVwgkfoSxQ0GsQv8ToedPibnr-yp2JGEJOH9npSQi_jfykyw.woff2') format('woff2');
}

@font-face {
  font-family: 'Instrument Sans';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url('/template/fonts/pxigypc9vsFDm051Uf6KVwgkfoSbSnNPooZAN0lInHGpCWNE27lgU-XJojENugixoy4H2w.woff2') format('woff2');
}

@font-face{font-family:"Lineicons";src:url("/template/fonts/lineicons/Lineicons.eot");src:url("/template/fonts/lineicons/Lineicons.eot") format("embedded-opentype"), url("/template/fonts/lineicons/Lineicons.woff2") format("woff2"), url("/template/fonts/lineicons/Lineicons.woff") format("woff"), url("/template/fonts/lineicons/Lineicons.ttf") format("truetype"), url("/template/fonts/lineicons/Lineicons.svg") format("svg")}.lni{display:inline-block;font:normal normal normal 1em/1 "Lineicons";color:inherit;flex-shrink:0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.lni-sm{font-size:0.8em}.lni-lg{font-size:1.2em}.lni-16{font-size:16px}.lni-32{font-size:32px}.lni-is-spinning{animation:lni-spin 1s infinite linear}@keyframes lni-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.lni-rotate-90{transform:rotate(90deg)}.lni-rotate-180{transform:rotate(180deg)}.lni-rotate-270{transform:rotate(270deg)}.lni-flip-y{transform:scaleY(-1)}.lni-flip-x{transform:scaleX(-1)}.lni-500px::before{content:"\ea01"}.lni-adobe::before{content:"\ea02"}.lni-adonis::before{content:"\ea03"}.lni-aeroplane-1::before{content:"\ea04"}.lni-agenda::before{content:"\ea05"}.lni-airbnb::before{content:"\ea06"}.lni-airtable::before{content:"\ea07"}.lni-alarm-1::before{content:"\ea08"}.lni-align-text-center::before{content:"\ea09"}.lni-align-text-left::before{content:"\ea0a"}.lni-align-text-right::before{content:"\ea0b"}.lni-alpinejs::before{content:"\ea0c"}.lni-amazon::before{content:"\ea0d"}.lni-amazon-original::before{content:"\ea0e"}.lni-amazon-pay::before{content:"\ea0f"}.lni-ambulance-1::before{content:"\ea10"}.lni-amd::before{content:"\ea11"}.lni-amex::before{content:"\ea12"}.lni-anchor::before{content:"\ea13"}.lni-android::before{content:"\ea14"}.lni-android-old::before{content:"\ea15"}.lni-angellist::before{content:"\ea16"}.lni-angle-double-down::before{content:"\ea17"}.lni-angle-double-left::before{content:"\ea18"}.lni-angle-double-right::before{content:"\ea19"}.lni-angle-double-up::before{content:"\ea1a"}.lni-angular::before{content:"\ea1b"}.lni-app-store::before{content:"\ea1c"}.lni-apple-brand::before{content:"\ea1d"}.lni-apple-music::before{content:"\ea1e"}.lni-apple-music-alt::before{content:"\ea1f"}.lni-apple-pay::before{content:"\ea20"}.lni-arc-browser::before{content:"\ea21"}.lni-arrow-all-direction::before{content:"\ea22"}.lni-arrow-angular-top-left::before{content:"\ea23"}.lni-arrow-angular-top-right::before{content:"\ea24"}.lni-arrow-both-direction-horizontal-1::before{content:"\ea25"}.lni-arrow-both-direction-vertical-1::before{content:"\ea26"}.lni-arrow-downward::before{content:"\ea27"}.lni-arrow-left::before{content:"\ea28"}.lni-arrow-left-circle::before{content:"\ea29"}.lni-arrow-right::before{content:"\ea2a"}.lni-arrow-right-circle::before{content:"\ea2b"}.lni-arrow-upward::before{content:"\ea2c"}.lni-asana::before{content:"\ea2d"}.lni-astro::before{content:"\ea2e"}.lni-atlassian::before{content:"\ea2f"}.lni-audi::before{content:"\ea30"}.lni-audi-alt::before{content:"\ea31"}.lni-aws::before{content:"\ea32"}.lni-azure::before{content:"\ea33"}.lni-badge-decagram-percent::before{content:"\ea34"}.lni-balloons::before{content:"\ea35"}.lni-ban-2::before{content:"\ea36"}.lni-bar-chart-4::before{content:"\ea37"}.lni-bar-chart-dollar::before{content:"\ea38"}.lni-basket-shopping-3::before{content:"\ea39"}.lni-beat::before{content:"\ea3a"}.lni-behance::before{content:"\ea3b"}.lni-bell-1::before{content:"\ea3c"}.lni-bike::before{content:"\ea3d"}.lni-bing::before{content:"\ea3e"}.lni-bitbucket::before{content:"\ea3f"}.lni-bitcoin::before{content:"\ea40"}.lni-bittorrent::before{content:"\ea41"}.lni-blogger::before{content:"\ea42"}.lni-blogger-alt::before{content:"\ea43"}.lni-bluetooth::before{content:"\ea44"}.lni-bluetooth-logo::before{content:"\ea45"}.lni-bmw::before{content:"\ea46"}.lni-board-writing-3::before{content:"\ea47"}.lni-bold::before{content:"\ea48"}.lni-bolt-2::before{content:"\ea49"}.lni-bolt-3::before{content:"\ea4a"}.lni-book-1::before{content:"\ea4b"}.lni-bookmark-1::before{content:"\ea4c"}.lni-bookmark-circle::before{content:"\ea4d"}.lni-books-2::before{content:"\ea4e"}.lni-bootstrap-5::before{content:"\ea4f"}.lni-bootstrap-5-square::before{content:"\ea50"}.lni-box-archive-1::before{content:"\ea51"}.lni-box-closed::before{content:"\ea52"}.lni-box-gift-1::before{content:"\ea53"}.lni-brave::before{content:"\ea54"}.lni-bricks::before{content:"\ea55"}.lni-bridge-3::before{content:"\ea56"}.lni-briefcase-1::before{content:"\ea57"}.lni-briefcase-2::before{content:"\ea58"}.lni-briefcase-plus-1::before{content:"\ea59"}.lni-brush-1-rotated::before{content:"\ea5a"}.lni-brush-2::before{content:"\ea5b"}.lni-btc::before{content:"\ea5c"}.lni-bug-1::before{content:"\ea5d"}.lni-buildings-1::before{content:"\ea5e"}.lni-bulb-2::before{content:"\ea5f"}.lni-bulb-4::before{content:"\ea60"}.lni-burger-1::before{content:"\ea61"}.lni-burger-drink::before{content:"\ea62"}.lni-bus-1::before{content:"\ea63"}.lni-busket-ball::before{content:"\ea64"}.lni-cake-1::before{content:"\ea65"}.lni-calculator-1::before{content:"\ea66"}.lni-calculator-2::before{content:"\ea67"}.lni-calendar-days::before{content:"\ea68"}.lni-camera-1::before{content:"\ea69"}.lni-camera-movie-1::before{content:"\ea6a"}.lni-candy-cane-2::before{content:"\ea6b"}.lni-candy-round-1::before{content:"\ea6c"}.lni-canva::before{content:"\ea6d"}.lni-capsule-1::before{content:"\ea6e"}.lni-car-2::before{content:"\ea6f"}.lni-car-4::before{content:"\ea70"}.lni-car-6::before{content:"\ea71"}.lni-caravan-1::before{content:"\ea72"}.lni-cart-1::before{content:"\ea73"}.lni-cart-2::before{content:"\ea74"}.lni-cash-app::before{content:"\ea75"}.lni-certificate-badge-1::before{content:"\ea76"}.lni-chat-bubble-2::before{content:"\ea77"}.lni-check::before{content:"\ea78"}.lni-check-circle-1::before{content:"\ea79"}.lni-check-square-2::before{content:"\ea7a"}.lni-chevron-down::before{content:"\ea7b"}.lni-chevron-down-circle::before{content:"\ea7c"}.lni-chevron-left::before{content:"\ea7d"}.lni-chevron-left-circle::before{content:"\ea7e"}.lni-chevron-right-circle::before{content:"\ea7f"}.lni-chevron-up::before{content:"\ea80"}.lni-chevron-up-circle::before{content:"\ea81"}.lni-chrome::before{content:"\ea82"}.lni-chromecast::before{content:"\ea83"}.lni-cisco::before{content:"\ea84"}.lni-claude::before{content:"\ea85"}.lni-clickup::before{content:"\ea86"}.lni-clipboard::before{content:"\ea87"}.lni-cloud-2::before{content:"\ea88"}.lni-cloud-bolt-1::before{content:"\ea89"}.lni-cloud-bolt-2::before{content:"\ea8a"}.lni-cloud-check-circle::before{content:"\ea8b"}.lni-cloud-download::before{content:"\ea8c"}.lni-cloud-iot-2::before{content:"\ea8d"}.lni-cloud-rain::before{content:"\ea8e"}.lni-cloud-refresh-clockwise::before{content:"\ea8f"}.lni-cloud-sun::before{content:"\ea90"}.lni-cloud-upload::before{content:"\ea91"}.lni-cloudflare::before{content:"\ea92"}.lni-code-1::before{content:"\ea93"}.lni-code-s::before{content:"\ea94"}.lni-codepen::before{content:"\ea95"}.lni-coffee-cup-2::before{content:"\ea96"}.lni-coinbase::before{content:"\ea97"}.lni-colour-palette-3::before{content:"\ea98"}.lni-comment-1::before{content:"\ea99"}.lni-comment-1-share::before{content:"\ea9a"}.lni-comment-1-text::before{content:"\ea9b"}.lni-compass-drafting-2::before{content:"\ea9c"}.lni-connectdevelop::before{content:"\ea9d"}.lni-copilot::before{content:"\ea9e"}.lni-coral::before{content:"\ea9f"}.lni-cpanel::before{content:"\eaa0"}.lni-crane-4::before{content:"\eaa1"}.lni-creative-commons::before{content:"\eaa2"}.lni-credit-card-multiple::before{content:"\eaa3"}.lni-crop-2::before{content:"\eaa4"}.lni-crown-3::before{content:"\eaa5"}.lni-css3::before{content:"\eaa6"}.lni-dashboard-square-1::before{content:"\eaa7"}.lni-database-2::before{content:"\eaa8"}.lni-deno::before{content:"\eaa9"}.lni-dev::before{content:"\eaaa"}.lni-dialogflow::before{content:"\eaab"}.lni-diamonds-1::before{content:"\eaac"}.lni-diamonds-2::before{content:"\eaad"}.lni-digitalocean::before{content:"\eaae"}.lni-diners-club::before{content:"\eaaf"}.lni-direction-ltr::before{content:"\eab0"}.lni-direction-rtl::before{content:"\eab1"}.lni-discord::before{content:"\eab2"}.lni-discord-chat::before{content:"\eab3"}.lni-discover::before{content:"\eab4"}.lni-docker::before{content:"\eab5"}.lni-dollar::before{content:"\eab6"}.lni-dollar-circle::before{content:"\eab7"}.lni-double-quotes-end-1::before{content:"\eab8"}.lni-download-1::before{content:"\eab9"}.lni-download-circle-1::before{content:"\eaba"}.lni-dribbble::before{content:"\eabb"}.lni-dribbble-symbol::before{content:"\eabc"}.lni-drizzle::before{content:"\eabd"}.lni-dropbox::before{content:"\eabe"}.lni-drupal::before{content:"\eabf"}.lni-dumbbell-1::before{content:"\eac0"}.lni-edge::before{content:"\eac1"}.lni-emoji-expressionless::before{content:"\eac2"}.lni-emoji-expressionless-flat-eyes::before{content:"\eac3"}.lni-emoji-grin::before{content:"\eac4"}.lni-emoji-sad::before{content:"\eac5"}.lni-emoji-smile::before{content:"\eac6"}.lni-emoji-smile-side::before{content:"\eac7"}.lni-emoji-smile-sunglass::before{content:"\eac8"}.lni-emoji-smile-tongue::before{content:"\eac9"}.lni-enter::before{content:"\eaca"}.lni-enter-down::before{content:"\eacb"}.lni-envato::before{content:"\eacc"}.lni-envelope-1::before{content:"\eacd"}.lni-eraser-1::before{content:"\eace"}.lni-ethereum-logo::before{content:"\eacf"}.lni-euro::before{content:"\ead0"}.lni-exit::before{content:"\ead1"}.lni-exit-up::before{content:"\ead2"}.lni-expand-arrow-1::before{content:"\ead3"}.lni-expand-square-4::before{content:"\ead4"}.lni-expressjs::before{content:"\ead5"}.lni-eye::before{content:"\ead6"}.lni-facebook::before{content:"\ead7"}.lni-facebook-messenger::before{content:"\ead8"}.lni-facebook-rounded::before{content:"\ead9"}.lni-facebook-square::before{content:"\eada"}.lni-facetime::before{content:"\eadb"}.lni-figma::before{content:"\eadc"}.lni-file-format-zip::before{content:"\eadd"}.lni-file-multiple::before{content:"\eade"}.lni-file-pencil::before{content:"\eadf"}.lni-file-plus-circle::before{content:"\eae0"}.lni-file-question::before{content:"\eae1"}.lni-file-xmark::before{content:"\eae2"}.lni-firebase::before{content:"\eae3"}.lni-firefox::before{content:"\eae4"}.lni-firework-rocket-4::before{content:"\eae5"}.lni-fitbit::before{content:"\eae6"}.lni-flag-1::before{content:"\eae7"}.lni-flag-2::before{content:"\eae8"}.lni-flickr::before{content:"\eae9"}.lni-floppy-disk-1::before{content:"\eaea"}.lni-flower-2::before{content:"\eaeb"}.lni-flutter::before{content:"\eaec"}.lni-folder-1::before{content:"\eaed"}.lni-ford::before{content:"\eaee"}.lni-framer::before{content:"\eaef"}.lni-funnel-1::before{content:"\eaf0"}.lni-gallery::before{content:"\eaf1"}.lni-game-pad-modern-1::before{content:"\eaf2"}.lni-gatsby::before{content:"\eaf3"}.lni-gauge-1::before{content:"\eaf4"}.lni-gear-1::before{content:"\eaf5"}.lni-gears-3::before{content:"\eaf6"}.lni-gemini::before{content:"\eaf7"}.lni-git::before{content:"\eaf8"}.lni-github::before{content:"\eaf9"}.lni-glass-juice-1::before{content:"\eafa"}.lni-globe-1::before{content:"\eafb"}.lni-globe-stand::before{content:"\eafc"}.lni-go::before{content:"\eafd"}.lni-goodreads::before{content:"\eafe"}.lni-google::before{content:"\eaff"}.lni-google-cloud::before{content:"\eb00"}.lni-google-drive::before{content:"\eb01"}.lni-google-meet::before{content:"\eb02"}.lni-google-pay::before{content:"\eb03"}.lni-google-wallet::before{content:"\eb04"}.lni-graduation-cap-1::before{content:"\eb05"}.lni-grammarly::before{content:"\eb06"}.lni-hacker-news::before{content:"\eb07"}.lni-hammer-1::before{content:"\eb08"}.lni-hammer-2::before{content:"\eb09"}.lni-hand-mic::before{content:"\eb0a"}.lni-hand-shake::before{content:"\eb0b"}.lni-hand-stop::before{content:"\eb0c"}.lni-hand-taking-dollar::before{content:"\eb0d"}.lni-hand-taking-leaf-1::before{content:"\eb0e"}.lni-hand-taking-user::before{content:"\eb0f"}.lni-hashnode::before{content:"\eb10"}.lni-hat-chef-3::before{content:"\eb11"}.lni-headphone-1::before{content:"\eb12"}.lni-heart::before{content:"\eb13"}.lni-helicopter-2::before{content:"\eb14"}.lni-helmet-safety-1::before{content:"\eb15"}.lni-hierarchy-1::before{content:"\eb16"}.lni-highlighter-1::before{content:"\eb17"}.lni-highlighter-2::before{content:"\eb18"}.lni-home-2::before{content:"\eb19"}.lni-hospital-2::before{content:"\eb1a"}.lni-hourglass::before{content:"\eb1b"}.lni-html5::before{content:"\eb1c"}.lni-ibm::before{content:"\eb1d"}.lni-id-card::before{content:"\eb1e"}.lni-imdb::before{content:"\eb1f"}.lni-indent::before{content:"\eb20"}.lni-info::before{content:"\eb21"}.lni-injection-1::before{content:"\eb22"}.lni-instagram::before{content:"\eb23"}.lni-instagram-logotype::before{content:"\eb24"}.lni-intel::before{content:"\eb25"}.lni-ios::before{content:"\eb26"}.lni-island-2::before{content:"\eb27"}.lni-jaguar::before{content:"\eb28"}.lni-jamstack::before{content:"\eb29"}.lni-java::before{content:"\eb2a"}.lni-javascript::before{content:"\eb2b"}.lni-jcb::before{content:"\eb2c"}.lni-joomla::before{content:"\eb2d"}.lni-jsfiddle::before{content:"\eb2e"}.lni-key-1::before{content:"\eb2f"}.lni-keyboard::before{content:"\eb30"}.lni-knife-fork-1::before{content:"\eb31"}.lni-kubernetes::before{content:"\eb32"}.lni-label-dollar-2::before{content:"\eb33"}.lni-laptop-2::before{content:"\eb34"}.lni-laptop-phone::before{content:"\eb35"}.lni-laravel::before{content:"\eb36"}.lni-layers-1::before{content:"\eb37"}.lni-layout-26::before{content:"\eb38"}.lni-layout-9::before{content:"\eb39"}.lni-leaf-1::before{content:"\eb3a"}.lni-leaf-6::before{content:"\eb3b"}.lni-lemon-squeezy::before{content:"\eb3c"}.lni-life-guard-tube-1::before{content:"\eb3d"}.lni-line::before{content:"\eb3e"}.lni-line-dashed::before{content:"\eb3f"}.lni-line-dotted::before{content:"\eb40"}.lni-line-height::before{content:"\eb41"}.lni-lineicons::before{content:"\eb42"}.lni-link-2-angular-right::before{content:"\eb43"}.lni-linkedin::before{content:"\eb44"}.lni-location-arrow-right::before{content:"\eb45"}.lni-locked-1::before{content:"\eb46"}.lni-locked-2::before{content:"\eb47"}.lni-loom::before{content:"\eb48"}.lni-magento::before{content:"\eb49"}.lni-magnet::before{content:"\eb4a"}.lni-mailchimp::before{content:"\eb4b"}.lni-map-marker-1::before{content:"\eb4c"}.lni-map-marker-5::before{content:"\eb4d"}.lni-map-pin-5::before{content:"\eb4e"}.lni-markdown::before{content:"\eb4f"}.lni-mastercard::before{content:"\eb50"}.lni-medium::before{content:"\eb51"}.lni-medium-alt::before{content:"\eb52"}.lni-megaphone-1::before{content:"\eb53"}.lni-menu-cheesburger::before{content:"\eb54"}.lni-menu-hamburger-1::before{content:"\eb55"}.lni-menu-meatballs-1::before{content:"\eb56"}.lni-menu-meatballs-2::before{content:"\eb57"}.lni-mercedes::before{content:"\eb58"}.lni-message-2::before{content:"\eb59"}.lni-message-2-question::before{content:"\eb5a"}.lni-message-3-text::before{content:"\eb5b"}.lni-meta::before{content:"\eb5c"}.lni-meta-alt::before{content:"\eb5d"}.lni-microphone-1::before{content:"\eb5e"}.lni-microscope::before{content:"\eb5f"}.lni-microsoft::before{content:"\eb60"}.lni-microsoft-edge::before{content:"\eb61"}.lni-microsoft-teams::before{content:"\eb62"}.lni-minus::before{content:"\eb63"}.lni-minus-circle::before{content:"\eb64"}.lni-mongodb::before{content:"\eb65"}.lni-monitor::before{content:"\eb66"}.lni-monitor-code::before{content:"\eb67"}.lni-monitor-mac::before{content:"\eb68"}.lni-moon-half-right-5::before{content:"\eb69"}.lni-mountains-2::before{content:"\eb6a"}.lni-mouse-2::before{content:"\eb6b"}.lni-mushroom-1::before{content:"\eb6c"}.lni-mushroom-5::before{content:"\eb6d"}.lni-music::before{content:"\eb6e"}.lni-mysql::before{content:"\eb6f"}.lni-nasa::before{content:"\eb70"}.lni-netflix::before{content:"\eb71"}.lni-netlify::before{content:"\eb72"}.lni-next-step-2::before{content:"\eb73"}.lni-nextjs::before{content:"\eb74"}.lni-nike::before{content:"\eb75"}.lni-nissan::before{content:"\eb76"}.lni-nodejs::before{content:"\eb77"}.lni-nodejs-alt::before{content:"\eb78"}.lni-notebook-1::before{content:"\eb79"}.lni-notion::before{content:"\eb7a"}.lni-npm::before{content:"\eb7b"}.lni-nuxt::before{content:"\eb7c"}.lni-nvidia::before{content:"\eb7d"}.lni-oculus::before{content:"\eb7e"}.lni-open-ai::before{content:"\eb7f"}.lni-opera-mini::before{content:"\eb80"}.lni-oracle::before{content:"\eb81"}.lni-outdent::before{content:"\eb82"}.lni-paddle::before{content:"\eb83"}.lni-page-break-1::before{content:"\eb84"}.lni-pagination::before{content:"\eb85"}.lni-paint-bucket::before{content:"\eb86"}.lni-paint-roller-1::before{content:"\eb87"}.lni-paperclip-1::before{content:"\eb88"}.lni-party-flags::before{content:"\eb89"}.lni-party-spray::before{content:"\eb8a"}.lni-patreon::before{content:"\eb8b"}.lni-pause::before{content:"\eb8c"}.lni-payoneer::before{content:"\eb8d"}.lni-paypal::before{content:"\eb8e"}.lni-pen-to-square::before{content:"\eb8f"}.lni-pencil-1::before{content:"\eb90"}.lni-pepsi::before{content:"\eb91"}.lni-phone::before{content:"\eb92"}.lni-photos::before{content:"\eb93"}.lni-php::before{content:"\eb94"}.lni-pie-chart-2::before{content:"\eb95"}.lni-pilcrow::before{content:"\eb96"}.lni-pimjo-logo::before{content:"\eb97"}.lni-pimjo-symbol::before{content:"\eb98"}.lni-pinterest::before{content:"\eb99"}.lni-pizza-2::before{content:"\eb9a"}.lni-placeholder-dollar::before{content:"\eb9b"}.lni-plantscale::before{content:"\eb9c"}.lni-play::before{content:"\eb9d"}.lni-play-store::before{content:"\eb9e"}.lni-playstation::before{content:"\eb9f"}.lni-plug-1::before{content:"\eba0"}.lni-plus::before{content:"\eba1"}.lni-plus-circle::before{content:"\eba2"}.lni-pnpm::before{content:"\eba3"}.lni-postgresql::before{content:"\eba4"}.lni-postman::before{content:"\eba5"}.lni-pound::before{content:"\eba6"}.lni-power-button::before{content:"\eba7"}.lni-previous-step-2::before{content:"\eba8"}.lni-printer::before{content:"\eba9"}.lni-prisma::before{content:"\ebaa"}.lni-producthunt::before{content:"\ebab"}.lni-proton-mail-logo::before{content:"\ebac"}.lni-proton-mail-symbol::before{content:"\ebad"}.lni-python::before{content:"\ebae"}.lni-question-mark::before{content:"\ebaf"}.lni-question-mark-circle::before{content:"\ebb0"}.lni-quora::before{content:"\ebb1"}.lni-radis::before{content:"\ebb2"}.lni-react::before{content:"\ebb3"}.lni-reddit::before{content:"\ebb4"}.lni-refresh-circle-1-clockwise::before{content:"\ebb5"}.lni-refresh-dollar-1::before{content:"\ebb6"}.lni-refresh-user-1::before{content:"\ebb7"}.lni-remix-js::before{content:"\ebb8"}.lni-road-1::before{content:"\ebb9"}.lni-rocket-5::before{content:"\ebba"}.lni-route-1::before{content:"\ebbb"}.lni-rss-right::before{content:"\ebbc"}.lni-ruler-1::before{content:"\ebbd"}.lni-ruler-pen::before{content:"\ebbe"}.lni-rupee::before{content:"\ebbf"}.lni-safari::before{content:"\ebc0"}.lni-sanity::before{content:"\ebc1"}.lni-school-bench-1::before{content:"\ebc2"}.lni-school-bench-2::before{content:"\ebc3"}.lni-scissors-1-vertical::before{content:"\ebc4"}.lni-scoter::before{content:"\ebc5"}.lni-scroll-down-2::before{content:"\ebc6"}.lni-search-1::before{content:"\ebc7"}.lni-search-2::before{content:"\ebc8"}.lni-search-minus::before{content:"\ebc9"}.lni-search-plus::before{content:"\ebca"}.lni-search-text::before{content:"\ebcb"}.lni-select-cursor-1::before{content:"\ebcc"}.lni-seo-monitor::before{content:"\ebcd"}.lni-service-bell-1::before{content:"\ebce"}.lni-share-1::before{content:"\ebcf"}.lni-share-1-circle::before{content:"\ebd0"}.lni-share-2::before{content:"\ebd1"}.lni-shield-2::before{content:"\ebd2"}.lni-shield-2-check::before{content:"\ebd3"}.lni-shield-dollar::before{content:"\ebd4"}.lni-shift-left::before{content:"\ebd5"}.lni-shift-right::before{content:"\ebd6"}.lni-ship-1::before{content:"\ebd7"}.lni-shirt-1::before{content:"\ebd8"}.lni-shopify::before{content:"\ebd9"}.lni-shovel::before{content:"\ebda"}.lni-shuffle::before{content:"\ebdb"}.lni-sign-post-left::before{content:"\ebdc"}.lni-signal-app::before{content:"\ebdd"}.lni-signs-post-2::before{content:"\ebde"}.lni-sketch::before{content:"\ebdf"}.lni-skype::before{content:"\ebe0"}.lni-slack::before{content:"\ebe1"}.lni-slice-2::before{content:"\ebe2"}.lni-sliders-horizontal-square-2::before{content:"\ebe3"}.lni-slideshare::before{content:"\ebe4"}.lni-snapchat::before{content:"\ebe5"}.lni-sort-alphabetical::before{content:"\ebe6"}.lni-sort-high-to-low::before{content:"\ebe7"}.lni-soundcloud::before{content:"\ebe8"}.lni-spacex::before{content:"\ebe9"}.lni-spellcheck::before{content:"\ebea"}.lni-spinner-2-sacle::before{content:"\ebeb"}.lni-spinner-3::before{content:"\ebec"}.lni-sports::before{content:"\ebed"}.lni-spotify::before{content:"\ebee"}.lni-spotify-alt::before{content:"\ebef"}.lni-squarespace::before{content:"\ebf0"}.lni-stackoverflow::before{content:"\ebf1"}.lni-stamp::before{content:"\ebf2"}.lni-star-fat::before{content:"\ebf3"}.lni-star-fat-half-2::before{content:"\ebf4"}.lni-star-sharp-disabled::before{content:"\ebf5"}.lni-statista::before{content:"\ebf6"}.lni-steam::before{content:"\ebf7"}.lni-stethoscope-1::before{content:"\ebf8"}.lni-stopwatch::before{content:"\ebf9"}.lni-storage-hdd-2::before{content:"\ebfa"}.lni-strikethrough-1::before{content:"\ebfb"}.lni-stripe::before{content:"\ebfc"}.lni-stumbleupon::before{content:"\ebfd"}.lni-sun-1::before{content:"\ebfe"}.lni-supabase::before{content:"\ebff"}.lni-surfboard-2::before{content:"\ec00"}.lni-svelte::before{content:"\ec01"}.lni-swift::before{content:"\ec02"}.lni-tab::before{content:"\ec03"}.lni-tailwindcss::before{content:"\ec04"}.lni-target-user::before{content:"\ec05"}.lni-telegram::before{content:"\ec06"}.lni-telephone-1::before{content:"\ec07"}.lni-telephone-3::before{content:"\ec08"}.lni-tesla::before{content:"\ec09"}.lni-text-format::before{content:"\ec0a"}.lni-text-format-remove::before{content:"\ec0b"}.lni-text-paragraph::before{content:"\ec0c"}.lni-thumbs-down-3::before{content:"\ec0d"}.lni-thumbs-up-3::before{content:"\ec0e"}.lni-ticket-1::before{content:"\ec0f"}.lni-tickets-3::before{content:"\ec10"}.lni-tiktok::before{content:"\ec11"}.lni-tiktok-alt::before{content:"\ec12"}.lni-tower-broadcast-1::before{content:"\ec13"}.lni-toyota::before{content:"\ec14"}.lni-train-1::before{content:"\ec15"}.lni-train-3::before{content:"\ec16"}.lni-trash-3::before{content:"\ec17"}.lni-tree-2::before{content:"\ec18"}.lni-trees-3::before{content:"\ec19"}.lni-trello::before{content:"\ec1a"}.lni-trend-down-1::before{content:"\ec1b"}.lni-trend-up-1::before{content:"\ec1c"}.lni-trophy-1::before{content:"\ec1d"}.lni-trowel-1::before{content:"\ec1e"}.lni-truck-delivery-1::before{content:"\ec1f"}.lni-tumblr::before{content:"\ec20"}.lni-turborepo::before{content:"\ec21"}.lni-twitch::before{content:"\ec22"}.lni-twitter-old::before{content:"\ec23"}.lni-typescript::before{content:"\ec24"}.lni-uber::before{content:"\ec25"}.lni-uber-symbol::before{content:"\ec26"}.lni-ubuntu::before{content:"\ec27"}.lni-underline::before{content:"\ec28"}.lni-unlink-2-angular-eft::before{content:"\ec29"}.lni-unlocked-2::before{content:"\ec2a"}.lni-unsplash::before{content:"\ec2b"}.lni-upload-1::before{content:"\ec2c"}.lni-upload-circle-1::before{content:"\ec2d"}.lni-user-4::before{content:"\ec2e"}.lni-user-multiple-4::before{content:"\ec2f"}.lni-vector-nodes-6::before{content:"\ec30"}.lni-vector-nodes-7::before{content:"\ec31"}.lni-vercel::before{content:"\ec32"}.lni-vimeo::before{content:"\ec33"}.lni-visa::before{content:"\ec34"}.lni-vite::before{content:"\ec35"}.lni-vk::before{content:"\ec36"}.lni-vmware::before{content:"\ec37"}.lni-volkswagen::before{content:"\ec38"}.lni-volume-1::before{content:"\ec39"}.lni-volume-high::before{content:"\ec3a"}.lni-volume-low::before{content:"\ec3b"}.lni-volume-mute::before{content:"\ec3c"}.lni-volume-off::before{content:"\ec3d"}.lni-vs-code::before{content:"\ec3e"}.lni-vuejs::before{content:"\ec3f"}.lni-wallet-1::before{content:"\ec40"}.lni-watch-beat-1::before{content:"\ec41"}.lni-water-drop-1::before{content:"\ec42"}.lni-webflow::before{content:"\ec43"}.lni-webhooks::before{content:"\ec44"}.lni-wechat::before{content:"\ec45"}.lni-weight-machine-1::before{content:"\ec46"}.lni-whatsapp::before{content:"\ec47"}.lni-wheelbarrow-empty::before{content:"\ec48"}.lni-wheelchair-1::before{content:"\ec49"}.lni-windows::before{content:"\ec4a"}.lni-wise::before{content:"\ec4b"}.lni-wordpress::before{content:"\ec4c"}.lni-www::before{content:"\ec4d"}.lni-www-cursor::before{content:"\ec4e"}.lni-x::before{content:"\ec4f"}.lni-xampp::before{content:"\ec50"}.lni-xbox::before{content:"\ec51"}.lni-xmark::before{content:"\ec52"}.lni-xmark-circle::before{content:"\ec53"}.lni-xrp::before{content:"\ec54"}.lni-yahoo::before{content:"\ec55"}.lni-yarn::before{content:"\ec56"}.lni-ycombinator::before{content:"\ec57"}.lni-yen::before{content:"\ec58"}.lni-youtube::before{content:"\ec59"}.lni-youtube-kids::before{content:"\ec5a"}.lni-youtube-music::before{content:"\ec5b"}.lni-zapier::before{content:"\ec5c"}.lni-zero-size::before{content:"\ec5d"}.lni-zoom::before{content:"\ec5e"}/* open-sans-300 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url('../../fonts/opensans/open-sans-v15-latin-300.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Light'), local('OpenSans-Light'),
       url('../../fonts/opensans/open-sans-v15-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../fonts/opensans/open-sans-v15-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../../fonts/opensans/open-sans-v15-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../../fonts/opensans/open-sans-v15-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../../fonts/opensans/open-sans-v15-latin-300.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-300italic - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 300;
  src: url('../../fonts/opensans/open-sans-v15-latin-300italic.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Light Italic'), local('OpenSans-LightItalic'),
       url('../../fonts/opensans/open-sans-v15-latin-300italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../fonts/opensans/open-sans-v15-latin-300italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../../fonts/opensans/open-sans-v15-latin-300italic.woff') format('woff'), /* Modern Browsers */
       url('../../fonts/opensans/open-sans-v15-latin-300italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../../fonts/opensans/open-sans-v15-latin-300italic.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../../fonts/opensans/open-sans-v15-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Regular'), local('OpenSans-Regular'),
       url('../../fonts/opensans/open-sans-v15-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../fonts/opensans/open-sans-v15-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../../fonts/opensans/open-sans-v15-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../../fonts/opensans/open-sans-v15-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../../fonts/opensans/open-sans-v15-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-600italic - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 600;
  src: url('../../fonts/opensans/open-sans-v15-latin-600italic.eot'); /* IE9 Compat Modes */
  src: local('Open Sans SemiBold Italic'), local('OpenSans-SemiBoldItalic'),
       url('../../fonts/opensans/open-sans-v15-latin-600italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../fonts/opensans/open-sans-v15-latin-600italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../../fonts/opensans/open-sans-v15-latin-600italic.woff') format('woff'), /* Modern Browsers */
       url('../../fonts/opensans/open-sans-v15-latin-600italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../../fonts/opensans/open-sans-v15-latin-600italic.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-italic - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: url('../../fonts/opensans/open-sans-v15-latin-italic.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Italic'), local('OpenSans-Italic'),
       url('../../fonts/opensans/open-sans-v15-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../fonts/opensans/open-sans-v15-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../../fonts/opensans/open-sans-v15-latin-italic.woff') format('woff'), /* Modern Browsers */
       url('../../fonts/opensans/open-sans-v15-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../../fonts/opensans/open-sans-v15-latin-italic.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-600 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url('../../fonts/opensans/open-sans-v15-latin-600.eot'); /* IE9 Compat Modes */
  src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'),
       url('../../fonts/opensans/open-sans-v15-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../fonts/opensans/open-sans-v15-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('../../fonts/opensans/open-sans-v15-latin-600.woff') format('woff'), /* Modern Browsers */
       url('../../fonts/opensans/open-sans-v15-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../../fonts/opensans/open-sans-v15-latin-600.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-700 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../../fonts/opensans/open-sans-v15-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Bold'), local('OpenSans-Bold'),
       url('../../fonts/opensans/open-sans-v15-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../fonts/opensans/open-sans-v15-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../../fonts/opensans/open-sans-v15-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../../fonts/opensans/open-sans-v15-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../../fonts/opensans/open-sans-v15-latin-700.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-700italic - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  src: url('../../fonts/opensans/open-sans-v15-latin-700italic.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Bold Italic'), local('OpenSans-BoldItalic'),
       url('../../fonts/opensans/open-sans-v15-latin-700italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../fonts/opensans/open-sans-v15-latin-700italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../../fonts/opensans/open-sans-v15-latin-700italic.woff') format('woff'), /* Modern Browsers */
       url('../../fonts/opensans/open-sans-v15-latin-700italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../../fonts/opensans/open-sans-v15-latin-700italic.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-800 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: url('../../fonts/opensans/open-sans-v15-latin-800.eot'); /* IE9 Compat Modes */
  src: local('Open Sans ExtraBold'), local('OpenSans-ExtraBold'),
       url('../../fonts/opensans/open-sans-v15-latin-800.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../fonts/opensans/open-sans-v15-latin-800.woff2') format('woff2'), /* Super Modern Browsers */
       url('../../fonts/opensans/open-sans-v15-latin-800.woff') format('woff'), /* Modern Browsers */
       url('../../fonts/opensans/open-sans-v15-latin-800.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../../fonts/opensans/open-sans-v15-latin-800.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-800italic - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 800;
  src: url('../../fonts/opensans/open-sans-v15-latin-800italic.eot'); /* IE9 Compat Modes */
  src: local('Open Sans ExtraBold Italic'), local('OpenSans-ExtraBoldItalic'),
       url('../../fonts/opensans/open-sans-v15-latin-800italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../fonts/opensans/open-sans-v15-latin-800italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../../fonts/opensans/open-sans-v15-latin-800italic.woff') format('woff'), /* Modern Browsers */
       url('../../fonts/opensans/open-sans-v15-latin-800italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../../fonts/opensans/open-sans-v15-latin-800italic.svg#OpenSans') format('svg'); /* Legacy iOS */
}/*!
*   _____       _             __                 _____                               ______ _       _   _
*  |_   _|     | |           / _|               |_   _|                             |  ____| |     | | (_)
*    | |  _ __ | |_ ___ _ __| |_ __ _  ___ ___    | |  ___ ___  _ __  ___   ______  | |__  | | __ _| |_ _  ___ ___  _ __
*    | | | '_ \| __/ _ \ '__|  _/ _` |/ __/ _ \   | | / __/ _ \| '_ \/ __| |______| |  __| | |/ _` | __| |/ __/ _ \| '_ \
*   _| |_| | | | ||  __/ |  | || (_| | (_|  __/  _| || (_| (_) | | | \__ \          | |    | | (_| | |_| | (_| (_) | | | |
*  |_____|_| |_|\__\___|_|  |_| \__,_|\___\___| |_____\___\___/|_| |_|___/          |_|    |_|\__,_|\__|_|\___\___/|_| |_|
*
*                         UIcons 4.0.0 - https://www.flaticon.com/uicons/interface-icons
*/
@font-face {
    font-family: "uicons-regular-rounded";
    src: url("/template/fonts/uicons/uicons-regular-rounded.woff2") format("woff2"),
    url("/template/fonts/uicons/uicons-regular-rounded.woff") format("woff"),
    url("/template/fonts/uicons/uicons-regular-rounded.eot#iefix") format("embedded-opentype");
    font-display: swap;
}

    i[class^="fi-rr-"]:before, i[class*=" fi-rr-"]:before, span[class^="fi-rr-"]:before, span[class*="fi-rr-"]:before {
font-family: uicons-regular-rounded !important;
font-style: normal;
font-weight: normal !important;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
display: flex;
}

        .fi-rr-0:before {
    content: "\e001";
    }
        .fi-rr-00s-music-disc:before {
    content: "\e002";
    }
        .fi-rr-1:before {
    content: "\e003";
    }
        .fi-rr-2:before {
    content: "\e008";
    }
        .fi-rr-3:before {
    content: "\e00a";
    }
        .fi-rr-360-degrees:before {
    content: "\e00c";
    }
        .fi-rr-3d-printer:before {
    content: "\e00d";
    }
        .fi-rr-3d-printer-house:before {
    content: "\e00e";
    }
        .fi-rr-3d-printer-mug:before {
    content: "\e00f";
    }
        .fi-rr-3d-printer-prosthesis:before {
    content: "\e010";
    }
        .fi-rr-3d-printer-robot:before {
    content: "\e011";
    }
        .fi-rr-3d-printer-toy:before {
    content: "\e012";
    }
        .fi-rr-3d-printing-pen:before {
    content: "\e013";
    }
        .fi-rr-4:before {
    content: "\e015";
    }
        .fi-rr-404:before {
    content: "\e017";
    }
        .fi-rr-5:before {
    content: "\e018";
    }
        .fi-rr-5g-lock:before {
    content: "\e01b";
    }
        .fi-rr-6:before {
    content: "\e01c";
    }
        .fi-rr-60s-music-disc:before {
    content: "\e01d";
    }
        .fi-rr-7:before {
    content: "\e01e";
    }
        .fi-rr-70s-music-disc:before {
    content: "\e01f";
    }
        .fi-rr-8:before {
    content: "\e020";
    }
        .fi-rr-80s-music-disc:before {
    content: "\e021";
    }
        .fi-rr-9:before {
    content: "\e022";
    }
        .fi-rr-90s:before {
    content: "\e023";
    }
        .fi-rr-90s-music-disc:before {
    content: "\e024";
    }
        .fi-rr-a:before {
    content: "\e025";
    }
        .fi-rr-abacus:before {
    content: "\e026";
    }
        .fi-rr-abdomen:before {
    content: "\e028";
    }
        .fi-rr-access-control:before {
    content: "\e02a";
    }
        .fi-rr-access-denied:before {
    content: "\e02b";
    }
        .fi-rr-accident:before {
    content: "\e02c";
    }
        .fi-rr-accordion:before {
    content: "\e02d";
    }
        .fi-rr-accountant:before {
    content: "\e02e";
    }
        .fi-rr-acid-rain:before {
    content: "\e030";
    }
        .fi-rr-acorn:before {
    content: "\e031";
    }
        .fi-rr-ad:before {
    content: "\e033";
    }
        .fi-rr-ad-forbidden:before {
    content: "\e035";
    }
        .fi-rr-ad-paid:before {
    content: "\e036";
    }
        .fi-rr-ad-slash:before {
    content: "\e037";
    }
        .fi-rr-add:before {
    content: "\e038";
    }
        .fi-rr-add-document:before {
    content: "\e03a";
    }
        .fi-rr-add-folder:before {
    content: "\e03b";
    }
        .fi-rr-add-image:before {
    content: "\e03c";
    }
        .fi-rr-address-book:before {
    content: "\e03d";
    }
        .fi-rr-address-card:before {
    content: "\e03e";
    }
        .fi-rr-admin:before {
    content: "\e03f";
    }
        .fi-rr-admin-alt:before {
    content: "\e040";
    }
        .fi-rr-affiliate-marketing:before {
    content: "\e04a";
    }
        .fi-rr-age:before {
    content: "\e04c";
    }
        .fi-rr-age-alt:before {
    content: "\e04d";
    }
        .fi-rr-age-restriction-eighteen:before {
    content: "\e04e";
    }
        .fi-rr-age-restriction-seven:before {
    content: "\e04f";
    }
        .fi-rr-age-restriction-six:before {
    content: "\e050";
    }
        .fi-rr-age-restriction-sixteen:before {
    content: "\e051";
    }
        .fi-rr-age-restriction-thirteen:before {
    content: "\e053";
    }
        .fi-rr-age-restriction-three:before {
    content: "\e054";
    }
        .fi-rr-age-restriction-twelve:before {
    content: "\e055";
    }
        .fi-rr-age-restriction-twenty-one:before {
    content: "\e056";
    }
        .fi-rr-age-restriction-zero:before {
    content: "\e057";
    }
        .fi-rr-ai-algorithm:before {
    content: "\e05b";
    }
        .fi-rr-ai-artist:before {
    content: "\e05c";
    }
        .fi-rr-ai-assistant:before {
    content: "\e05d";
    }
        .fi-rr-ai-podcast:before {
    content: "\e05e";
    }
        .fi-rr-ai-technology:before {
    content: "\e05f";
    }
        .fi-rr-air-conditioner:before {
    content: "\e060";
    }
        .fi-rr-air-freshener:before {
    content: "\e061";
    }
        .fi-rr-air-pollution:before {
    content: "\e062";
    }
        .fi-rr-airplane-journey:before {
    content: "\e065";
    }
        .fi-rr-airplane-mode-off:before {
    content: "\e066";
    }
        .fi-rr-airplane-mode-on:before {
    content: "\e067";
    }
        .fi-rr-airplane-window-open:before {
    content: "\e068";
    }
        .fi-rr-airplay:before {
    content: "\e069";
    }
        .fi-rr-alarm-clock:before {
    content: "\e06a";
    }
        .fi-rr-alarm-exclamation:before {
    content: "\e06b";
    }
        .fi-rr-alarm-off:before {
    content: "\e06c";
    }
        .fi-rr-alarm-plus:before {
    content: "\e06d";
    }
        .fi-rr-alarm-snooze:before {
    content: "\e06e";
    }
        .fi-rr-album:before {
    content: "\e06f";
    }
        .fi-rr-album-circle-plus:before {
    content: "\e070";
    }
        .fi-rr-album-circle-user:before {
    content: "\e071";
    }
        .fi-rr-album-collection:before {
    content: "\e072";
    }
        .fi-rr-algorithm:before {
    content: "\e074";
    }
        .fi-rr-alicorn:before {
    content: "\e075";
    }
        .fi-rr-alien:before {
    content: "\e076";
    }
        .fi-rr-align-center:before {
    content: "\e078";
    }
        .fi-rr-align-justify:before {
    content: "\e079";
    }
        .fi-rr-align-left:before {
    content: "\e07a";
    }
        .fi-rr-align-slash:before {
    content: "\e07b";
    }
        .fi-rr-allen-keys:before {
    content: "\e07c";
    }
        .fi-rr-allergy:before {
    content: "\e07d";
    }
        .fi-rr-aloe-vera:before {
    content: "\e07e";
    }
        .fi-rr-ambulance:before {
    content: "\e081";
    }
        .fi-rr-american-football:before {
    content: "\e084";
    }
        .fi-rr-amp-guitar:before {
    content: "\e086";
    }
        .fi-rr-analyse:before {
    content: "\e089";
    }
        .fi-rr-analyse-alt:before {
    content: "\e08a";
    }
        .fi-rr-analytics:before {
    content: "\e08b";
    }
        .fi-rr-analytics-magnifying-glass:before {
    content: "\e08c";
    }
        .fi-rr-anatomical-heart:before {
    content: "\e08e";
    }
        .fi-rr-anchor:before {
    content: "\e08f";
    }
        .fi-rr-angel:before {
    content: "\e091";
    }
        .fi-rr-angle:before {
    content: "\e092";
    }
        .fi-rr-angle-90:before {
    content: "\e093";
    }
        .fi-rr-angle-circle-down:before {
    content: "\e094";
    }
        .fi-rr-angle-circle-left:before {
    content: "\e095";
    }
        .fi-rr-angle-circle-right:before {
    content: "\e096";
    }
        .fi-rr-angle-circle-up:before {
    content: "\e097";
    }
        .fi-rr-angle-double-left:before {
    content: "\e098";
    }
        .fi-rr-angle-double-right:before {
    content: "\e099";
    }
        .fi-rr-angle-double-small-down:before {
    content: "\e09a";
    }
        .fi-rr-angle-double-small-left:before {
    content: "\e09b";
    }
        .fi-rr-angle-double-small-right:before {
    content: "\e09c";
    }
        .fi-rr-angle-double-small-up:before {
    content: "\e09d";
    }
        .fi-rr-angle-down:before {
    content: "\e09e";
    }
        .fi-rr-angle-left:before {
    content: "\e09f";
    }
        .fi-rr-angle-right:before {
    content: "\e0a0";
    }
        .fi-rr-angle-small-down:before {
    content: "\e0a1";
    }
        .fi-rr-angle-small-left:before {
    content: "\e0a2";
    }
        .fi-rr-angle-small-right:before {
    content: "\e0a3";
    }
        .fi-rr-angle-small-up:before {
    content: "\e0a4";
    }
        .fi-rr-angle-square-down:before {
    content: "\e0a5";
    }
        .fi-rr-angle-square-left:before {
    content: "\e0a6";
    }
        .fi-rr-angle-square-right:before {
    content: "\e0a7";
    }
        .fi-rr-angle-square-up:before {
    content: "\e0a8";
    }
        .fi-rr-angle-up:before {
    content: "\e0a9";
    }
        .fi-rr-angles-up-down:before {
    content: "\e0aa";
    }
        .fi-rr-angry:before {
    content: "\e0ab";
    }
        .fi-rr-animated-icon:before {
    content: "\e0ad";
    }
        .fi-rr-anise:before {
    content: "\e0ae";
    }
        .fi-rr-ankh:before {
    content: "\e0af";
    }
        .fi-rr-answer:before {
    content: "\e0b0";
    }
        .fi-rr-answer-alt:before {
    content: "\e0b1";
    }
        .fi-rr-anxiety:before {
    content: "\e0b2";
    }
        .fi-rr-apartment:before {
    content: "\e0b3";
    }
        .fi-rr-aperture:before {
    content: "\e0b4";
    }
        .fi-rr-api:before {
    content: "\e0b5";
    }
        .fi-rr-api-cloud:before {
    content: "\e0b6";
    }
        .fi-rr-app-notification:before {
    content: "\e0b8";
    }
        .fi-rr-appendicitis:before {
    content: "\e0ba";
    }
        .fi-rr-apple-books:before {
    content: "\e0bc";
    }
        .fi-rr-apple-core:before {
    content: "\e0bd";
    }
        .fi-rr-apple-crate:before {
    content: "\e0be";
    }
        .fi-rr-apple-dumbbell:before {
    content: "\e0bf";
    }
        .fi-rr-apple-juice:before {
    content: "\e0c0";
    }
        .fi-rr-apple-pie:before {
    content: "\e0c2";
    }
        .fi-rr-apple-whole:before {
    content: "\e0c3";
    }
        .fi-rr-apps:before {
    content: "\e0c4";
    }
        .fi-rr-apps-add:before {
    content: "\e0c5";
    }
        .fi-rr-apps-delete:before {
    content: "\e0c6";
    }
        .fi-rr-apps-sort:before {
    content: "\e0c7";
    }
        .fi-rr-apricot:before {
    content: "\e0c8";
    }
        .fi-rr-april-calendar:before {
    content: "\e0c9";
    }
        .fi-rr-archery:before {
    content: "\e0ca";
    }
        .fi-rr-architect-plan:before {
    content: "\e0cb";
    }
        .fi-rr-archive:before {
    content: "\e0cc";
    }
        .fi-rr-archway:before {
    content: "\e0cd";
    }
        .fi-rr-arepa:before {
    content: "\e0ce";
    }
        .fi-rr-armor:before {
    content: "\e0cf";
    }
        .fi-rr-army-general:before {
    content: "\e0d1";
    }
        .fi-rr-arrow-alt-circle-down:before {
    content: "\e0d2";
    }
        .fi-rr-arrow-alt-circle-left:before {
    content: "\e0d3";
    }
        .fi-rr-arrow-alt-circle-right:before {
    content: "\e0d4";
    }
        .fi-rr-arrow-alt-circle-up:before {
    content: "\e0d5";
    }
        .fi-rr-arrow-alt-down:before {
    content: "\e0d6";
    }
        .fi-rr-arrow-alt-from-bottom:before {
    content: "\e0d7";
    }
        .fi-rr-arrow-alt-from-left:before {
    content: "\e0d8";
    }
        .fi-rr-arrow-alt-from-right:before {
    content: "\e0d9";
    }
        .fi-rr-arrow-alt-from-top:before {
    content: "\e0da";
    }
        .fi-rr-arrow-alt-left:before {
    content: "\e0db";
    }
        .fi-rr-arrow-alt-right:before {
    content: "\e0dc";
    }
        .fi-rr-arrow-alt-square-down:before {
    content: "\e0dd";
    }
        .fi-rr-arrow-alt-square-left:before {
    content: "\e0de";
    }
        .fi-rr-arrow-alt-square-right:before {
    content: "\e0df";
    }
        .fi-rr-arrow-alt-square-up:before {
    content: "\e0e0";
    }
        .fi-rr-arrow-alt-to-bottom:before {
    content: "\e0e1";
    }
        .fi-rr-arrow-alt-to-left:before {
    content: "\e0e2";
    }
        .fi-rr-arrow-alt-to-right:before {
    content: "\e0e3";
    }
        .fi-rr-arrow-alt-to-top:before {
    content: "\e0e4";
    }
        .fi-rr-arrow-alt-up:before {
    content: "\e0e5";
    }
        .fi-rr-arrow-circle-down:before {
    content: "\e0e6";
    }
        .fi-rr-arrow-circle-left:before {
    content: "\e0e7";
    }
        .fi-rr-arrow-circle-right:before {
    content: "\e0e8";
    }
        .fi-rr-arrow-circle-up:before {
    content: "\e0e9";
    }
        .fi-rr-arrow-comparison:before {
    content: "\e0ea";
    }
        .fi-rr-arrow-down:before {
    content: "\e0eb";
    }
        .fi-rr-arrow-down-from-arc:before {
    content: "\e0ed";
    }
        .fi-rr-arrow-down-from-dotted-line:before {
    content: "\e0ee";
    }
        .fi-rr-arrow-down-left:before {
    content: "\e0ef";
    }
        .fi-rr-arrow-down-small-big:before {
    content: "\e0f0";
    }
        .fi-rr-arrow-down-strenght:before {
    content: "\e0f1";
    }
        .fi-rr-arrow-down-to-dotted-line:before {
    content: "\e0f2";
    }
        .fi-rr-arrow-down-to-square:before {
    content: "\e0f3";
    }
        .fi-rr-arrow-down-triangle-square:before {
    content: "\e0f4";
    }
        .fi-rr-arrow-from-bottom:before {
    content: "\e0f5";
    }
        .fi-rr-arrow-from-left:before {
    content: "\e0f6";
    }
        .fi-rr-arrow-from-right:before {
    content: "\e0f7";
    }
        .fi-rr-arrow-from-top:before {
    content: "\e0f8";
    }
        .fi-rr-arrow-left:before {
    content: "\e0f9";
    }
        .fi-rr-arrow-left-from-arc:before {
    content: "\e0fa";
    }
        .fi-rr-arrow-left-from-line:before {
    content: "\e0fb";
    }
        .fi-rr-arrow-left-to-arc:before {
    content: "\e0fc";
    }
        .fi-rr-arrow-progress:before {
    content: "\e0fd";
    }
        .fi-rr-arrow-progress-alt:before {
    content: "\e0fe";
    }
        .fi-rr-arrow-right:before {
    content: "\e0ff";
    }
        .fi-rr-arrow-right-to-bracket:before {
    content: "\e100";
    }
        .fi-rr-arrow-right-to-city:before {
    content: "\e101";
    }
        .fi-rr-arrow-small-down:before {
    content: "\e102";
    }
        .fi-rr-arrow-small-left:before {
    content: "\e103";
    }
        .fi-rr-arrow-small-right:before {
    content: "\e104";
    }
        .fi-rr-arrow-small-up:before {
    content: "\e105";
    }
        .fi-rr-arrow-square-down:before {
    content: "\e106";
    }
        .fi-rr-arrow-square-left:before {
    content: "\e107";
    }
        .fi-rr-arrow-square-right:before {
    content: "\e108";
    }
        .fi-rr-arrow-square-up:before {
    content: "\e109";
    }
        .fi-rr-arrow-to-bottom:before {
    content: "\e10a";
    }
        .fi-rr-arrow-to-left:before {
    content: "\e10b";
    }
        .fi-rr-arrow-to-right:before {
    content: "\e10c";
    }
        .fi-rr-arrow-to-top:before {
    content: "\e10d";
    }
        .fi-rr-arrow-trend-down:before {
    content: "\e10e";
    }
        .fi-rr-arrow-trend-up:before {
    content: "\e10f";
    }
        .fi-rr-arrow-turn-down-left:before {
    content: "\e110";
    }
        .fi-rr-arrow-turn-down-right:before {
    content: "\e111";
    }
        .fi-rr-arrow-turn-left-up:before {
    content: "\e113";
    }
        .fi-rr-arrow-up:before {
    content: "\e115";
    }
        .fi-rr-arrow-up-from-dotted-line:before {
    content: "\e116";
    }
        .fi-rr-arrow-up-from-ground-water:before {
    content: "\e117";
    }
        .fi-rr-arrow-up-from-square:before {
    content: "\e118";
    }
        .fi-rr-arrow-up-left:before {
    content: "\e119";
    }
        .fi-rr-arrow-up-left-from-circle:before {
    content: "\e11a";
    }
        .fi-rr-arrow-up-right:before {
    content: "\e11b";
    }
        .fi-rr-arrow-up-right-and-arrow-down-left-from-center:before {
    content: "\e11c";
    }
        .fi-rr-arrow-up-right-from-square:before {
    content: "\e11d";
    }
        .fi-rr-arrow-up-small-big:before {
    content: "\e11e";
    }
        .fi-rr-arrow-up-square-triangle:before {
    content: "\e11f";
    }
        .fi-rr-arrow-up-to-arc:before {
    content: "\e120";
    }
        .fi-rr-arrow-up-to-dotted-line:before {
    content: "\e121";
    }
        .fi-rr-arrow-upward-growth-crypto:before {
    content: "\e122";
    }
        .fi-rr-arrows:before {
    content: "\e123";
    }
        .fi-rr-arrows-alt:before {
    content: "\e124";
    }
        .fi-rr-arrows-alt-h:before {
    content: "\e125";
    }
        .fi-rr-arrows-alt-v:before {
    content: "\e126";
    }
        .fi-rr-arrows-cross:before {
    content: "\e127";
    }
        .fi-rr-arrows-down-curve:before {
    content: "\e128";
    }
        .fi-rr-arrows-down-to-people:before {
    content: "\e129";
    }
        .fi-rr-arrows-from-dotted-line:before {
    content: "\e12a";
    }
        .fi-rr-arrows-from-line:before {
    content: "\e12b";
    }
        .fi-rr-arrows-h:before {
    content: "\e12c";
    }
        .fi-rr-arrows-h-copy:before {
    content: "\e12d";
    }
        .fi-rr-arrows-repeat:before {
    content: "\e12e";
    }
        .fi-rr-arrows-repeat-1:before {
    content: "\e12f";
    }
        .fi-rr-arrows-retweet:before {
    content: "\e130";
    }
        .fi-rr-arrows-split-right-and-left:before {
    content: "\e132";
    }
        .fi-rr-arrows-split-up-and-left:before {
    content: "\e133";
    }
        .fi-rr-arrows-to-circle:before {
    content: "\e134";
    }
        .fi-rr-arrows-to-dot:before {
    content: "\e135";
    }
        .fi-rr-arrows-to-dotted-line:before {
    content: "\e136";
    }
        .fi-rr-arrows-to-eye:before {
    content: "\e137";
    }
        .fi-rr-arrows-to-line:before {
    content: "\e138";
    }
        .fi-rr-artificial-intelligence:before {
    content: "\e139";
    }
        .fi-rr-artist:before {
    content: "\e13a";
    }
        .fi-rr-ask-us:before {
    content: "\e13c";
    }
        .fi-rr-assept-document:before {
    content: "\e13d";
    }
        .fi-rr-assessment:before {
    content: "\e13e";
    }
        .fi-rr-assessment-alt:before {
    content: "\e13f";
    }
        .fi-rr-assign:before {
    content: "\e140";
    }
        .fi-rr-assistive-listening-systems:before {
    content: "\e141";
    }
        .fi-rr-asterik:before {
    content: "\e142";
    }
        .fi-rr-asthma:before {
    content: "\e143";
    }
        .fi-rr-at:before {
    content: "\e147";
    }
        .fi-rr-atm:before {
    content: "\e14a";
    }
        .fi-rr-attention-detail:before {
    content: "\e14d";
    }
        .fi-rr-attribution-pen:before {
    content: "\e14e";
    }
        .fi-rr-attribution-pencil:before {
    content: "\e14f";
    }
        .fi-rr-aubergine:before {
    content: "\e150";
    }
        .fi-rr-auction:before {
    content: "\e151";
    }
        .fi-rr-auction-bidding:before {
    content: "\e152";
    }
        .fi-rr-auction-paddle:before {
    content: "\e153";
    }
        .fi-rr-audience-megaphone:before {
    content: "\e154";
    }
        .fi-rr-audio-description-slash:before {
    content: "\e155";
    }
        .fi-rr-audit:before {
    content: "\e157";
    }
        .fi-rr-audit-alt:before {
    content: "\e158";
    }
        .fi-rr-augmented-reality:before {
    content: "\e15a";
    }
        .fi-rr-august-calendar:before {
    content: "\e15b";
    }
        .fi-rr-austral-sign:before {
    content: "\e15c";
    }
        .fi-rr-australia:before {
    content: "\e15d";
    }
        .fi-rr-australia-country-code:before {
    content: "\e15e";
    }
        .fi-rr-australia-flag:before {
    content: "\e15f";
    }
        .fi-rr-auto-pilot:before {
    content: "\e160";
    }
        .fi-rr-auto-reply:before {
    content: "\e161";
    }
        .fi-rr-auto-sync:before {
    content: "\e162";
    }
        .fi-rr-auto-update:before {
    content: "\e163";
    }
        .fi-rr-autosave:before {
    content: "\e164";
    }
        .fi-rr-avi-file:before {
    content: "\e165";
    }
        .fi-rr-avocado:before {
    content: "\e166";
    }
        .fi-rr-avocado-toast:before {
    content: "\e167";
    }
        .fi-rr-award:before {
    content: "\e168";
    }
        .fi-rr-axe:before {
    content: "\e16a";
    }
        .fi-rr-axe-battle:before {
    content: "\e16b";
    }
        .fi-rr-axe-hammer:before {
    content: "\e16c";
    }
        .fi-rr-b:before {
    content: "\e16d";
    }
        .fi-rr-baby:before {
    content: "\e16e";
    }
        .fi-rr-baby-carriage:before {
    content: "\e16f";
    }
        .fi-rr-baby-cradle:before {
    content: "\e170";
    }
        .fi-rr-back-up:before {
    content: "\e172";
    }
        .fi-rr-background:before {
    content: "\e173";
    }
        .fi-rr-backpack:before {
    content: "\e174";
    }
        .fi-rr-bacon:before {
    content: "\e175";
    }
        .fi-rr-bacon-egg:before {
    content: "\e176";
    }
        .fi-rr-bacteria:before {
    content: "\e177";
    }
        .fi-rr-bacterium:before {
    content: "\e178";
    }
        .fi-rr-badge:before {
    content: "\e179";
    }
        .fi-rr-badge-check:before {
    content: "\e17a";
    }
        .fi-rr-badge-dollar:before {
    content: "\e17b";
    }
        .fi-rr-badge-leaf:before {
    content: "\e17c";
    }
        .fi-rr-badge-percent:before {
    content: "\e17d";
    }
        .fi-rr-badge-sheriff:before {
    content: "\e17e";
    }
        .fi-rr-badger-honey:before {
    content: "\e17f";
    }
        .fi-rr-badget-check-alt:before {
    content: "\e180";
    }
        .fi-rr-badminton:before {
    content: "\e181";
    }
        .fi-rr-bag-map-pin:before {
    content: "\e182";
    }
        .fi-rr-bag-seedling:before {
    content: "\e183";
    }
        .fi-rr-bag-shopping-minus:before {
    content: "\e184";
    }
        .fi-rr-bagel:before {
    content: "\e185";
    }
        .fi-rr-bags-shopping:before {
    content: "\e186";
    }
        .fi-rr-baguette:before {
    content: "\e187";
    }
        .fi-rr-bahai:before {
    content: "\e188";
    }
        .fi-rr-baht-sign:before {
    content: "\e189";
    }
        .fi-rr-balance-scale-left:before {
    content: "\e18a";
    }
        .fi-rr-balance-scale-right:before {
    content: "\e18b";
    }
        .fi-rr-balcony:before {
    content: "\e18c";
    }
        .fi-rr-ball:before {
    content: "\e18d";
    }
        .fi-rr-ball-pile:before {
    content: "\e18e";
    }
        .fi-rr-ballet-dance:before {
    content: "\e190";
    }
        .fi-rr-balloon:before {
    content: "\e191";
    }
        .fi-rr-balloons:before {
    content: "\e192";
    }
        .fi-rr-ballot:before {
    content: "\e193";
    }
        .fi-rr-ballot-check:before {
    content: "\e194";
    }
        .fi-rr-bamboo:before {
    content: "\e195";
    }
        .fi-rr-ban:before {
    content: "\e196";
    }
        .fi-rr-ban-bug:before {
    content: "\e197";
    }
        .fi-rr-banana:before {
    content: "\e198";
    }
        .fi-rr-bananas:before {
    content: "\e199";
    }
        .fi-rr-band-aid:before {
    content: "\e19a";
    }
        .fi-rr-band-aid-alt:before {
    content: "\e19b";
    }
        .fi-rr-bandage-wound:before {
    content: "\e19d";
    }
        .fi-rr-bangladeshi-taka-sign:before {
    content: "\e19e";
    }
        .fi-rr-banjo:before {
    content: "\e19f";
    }
        .fi-rr-bank:before {
    content: "\e1a0";
    }
        .fi-rr-bank-app:before {
    content: "\e1a1";
    }
        .fi-rr-banner:before {
    content: "\e1a2";
    }
        .fi-rr-banner-2:before {
    content: "\e1a3";
    }
        .fi-rr-banner-3:before {
    content: "\e1a4";
    }
        .fi-rr-banner-4:before {
    content: "\e1a5";
    }
        .fi-rr-banner-5:before {
    content: "\e1a6";
    }
        .fi-rr-barber-pole:before {
    content: "\e1a7";
    }
        .fi-rr-barber-shop:before {
    content: "\e1a8";
    }
        .fi-rr-barcode:before {
    content: "\e1a9";
    }
        .fi-rr-barcode-read:before {
    content: "\e1aa";
    }
        .fi-rr-barcode-scan:before {
    content: "\e1ab";
    }
        .fi-rr-barefoot:before {
    content: "\e1ac";
    }
        .fi-rr-barrier-caution:before {
    content: "\e1ad";
    }
        .fi-rr-barrier-cone:before {
    content: "\e1ae";
    }
        .fi-rr-barrow:before {
    content: "\e1af";
    }
        .fi-rr-bars-filter:before {
    content: "\e1b0";
    }
        .fi-rr-bars-progress:before {
    content: "\e1b1";
    }
        .fi-rr-bars-sort:before {
    content: "\e1b2";
    }
        .fi-rr-bars-staggered:before {
    content: "\e1b3";
    }
        .fi-rr-baseball:before {
    content: "\e1b4";
    }
        .fi-rr-baseball-alt:before {
    content: "\e1b5";
    }
        .fi-rr-baseball-player:before {
    content: "\e1b6";
    }
        .fi-rr-basket:before {
    content: "\e1b7";
    }
        .fi-rr-basket-shopping-minus:before {
    content: "\e1b8";
    }
        .fi-rr-basket-shopping-plus:before {
    content: "\e1b9";
    }
        .fi-rr-basket-shopping-simple:before {
    content: "\e1ba";
    }
        .fi-rr-basketball:before {
    content: "\e1bb";
    }
        .fi-rr-basketball-ticket:before {
    content: "\e1bd";
    }
        .fi-rr-bat:before {
    content: "\e1be";
    }
        .fi-rr-bath:before {
    content: "\e1bf";
    }
        .fi-rr-battery-100:before {
    content: "\e1c0";
    }
        .fi-rr-battery-alert:before {
    content: "\e1c1";
    }
        .fi-rr-battery-bolt:before {
    content: "\e1c2";
    }
        .fi-rr-battery-empty:before {
    content: "\e1c3";
    }
        .fi-rr-battery-exclamation:before {
    content: "\e1c4";
    }
        .fi-rr-battery-full:before {
    content: "\e1c5";
    }
        .fi-rr-battery-half:before {
    content: "\e1c6";
    }
        .fi-rr-battery-pollution:before {
    content: "\e1c7";
    }
        .fi-rr-battery-quarter:before {
    content: "\e1c8";
    }
        .fi-rr-battery-slash:before {
    content: "\e1c9";
    }
        .fi-rr-battery-three-quarters:before {
    content: "\e1ca";
    }
        .fi-rr-bay-leaf:before {
    content: "\e1cb";
    }
        .fi-rr-beacon:before {
    content: "\e1cc";
    }
        .fi-rr-bear-market:before {
    content: "\e1cd";
    }
        .fi-rr-beard:before {
    content: "\e1ce";
    }
        .fi-rr-beauty-mask:before {
    content: "\e1cf";
    }
        .fi-rr-bed:before {
    content: "\e1d0";
    }
        .fi-rr-bed-alt:before {
    content: "\e1d1";
    }
        .fi-rr-bed-bunk:before {
    content: "\e1d2";
    }
        .fi-rr-bed-empty:before {
    content: "\e1d3";
    }
        .fi-rr-bed-pulse:before {
    content: "\e1d4";
    }
        .fi-rr-bee:before {
    content: "\e1d5";
    }
        .fi-rr-beehive:before {
    content: "\e1d6";
    }
        .fi-rr-beer:before {
    content: "\e1d7";
    }
        .fi-rr-beer-mug-empty:before {
    content: "\e1d8";
    }
        .fi-rr-bell:before {
    content: "\e1da";
    }
        .fi-rr-bell-concierge:before {
    content: "\e1db";
    }
        .fi-rr-bell-notification-call:before {
    content: "\e1dc";
    }
        .fi-rr-bell-notification-social-media:before {
    content: "\e1dd";
    }
        .fi-rr-bell-ring:before {
    content: "\e1de";
    }
        .fi-rr-bell-school:before {
    content: "\e1df";
    }
        .fi-rr-bell-school-slash:before {
    content: "\e1e0";
    }
        .fi-rr-bell-slash:before {
    content: "\e1e1";
    }
        .fi-rr-bells:before {
    content: "\e1e2";
    }
        .fi-rr-bench-tree:before {
    content: "\e1e3";
    }
        .fi-rr-benefit:before {
    content: "\e1e4";
    }
        .fi-rr-benefit-diamond:before {
    content: "\e1e5";
    }
        .fi-rr-benefit-diamond-alt:before {
    content: "\e1e6";
    }
        .fi-rr-benefit-hand:before {
    content: "\e1e7";
    }
        .fi-rr-benefit-increase:before {
    content: "\e1e8";
    }
        .fi-rr-benefit-porcent:before {
    content: "\e1e9";
    }
        .fi-rr-beta-computer:before {
    content: "\e1ea";
    }
        .fi-rr-beta-mobile:before {
    content: "\e1eb";
    }
        .fi-rr-beta-tester:before {
    content: "\e1ec";
    }
        .fi-rr-beta-testing:before {
    content: "\e1ed";
    }
        .fi-rr-betamax:before {
    content: "\e1ee";
    }
        .fi-rr-bible:before {
    content: "\e1ef";
    }
        .fi-rr-bicycle-journey:before {
    content: "\e1f0";
    }
        .fi-rr-big-data:before {
    content: "\e1f1";
    }
        .fi-rr-big-data-ai:before {
    content: "\e1f2";
    }
        .fi-rr-big-data-analytics:before {
    content: "\e1f3";
    }
        .fi-rr-big-drop:before {
    content: "\e1f4";
    }
        .fi-rr-bike:before {
    content: "\e1f5";
    }
        .fi-rr-bike-moving:before {
    content: "\e1f6";
    }
        .fi-rr-bike-path:before {
    content: "\e1f7";
    }
        .fi-rr-biking:before {
    content: "\e1f8";
    }
        .fi-rr-biking-mountain:before {
    content: "\e1f9";
    }
        .fi-rr-bill-arrow:before {
    content: "\e1fa";
    }
        .fi-rr-billboard:before {
    content: "\e1fb";
    }
        .fi-rr-billboard-location:before {
    content: "\e1fc";
    }
        .fi-rr-billiard:before {
    content: "\e1fd";
    }
        .fi-rr-bin-bottles:before {
    content: "\e1fe";
    }
        .fi-rr-binary:before {
    content: "\e1ff";
    }
        .fi-rr-binary-circle-check:before {
    content: "\e200";
    }
        .fi-rr-binary-cloud:before {
    content: "\e201";
    }
        .fi-rr-binary-lock:before {
    content: "\e202";
    }
        .fi-rr-binary-slash:before {
    content: "\e203";
    }
        .fi-rr-binoculars:before {
    content: "\e204";
    }
        .fi-rr-bio:before {
    content: "\e205";
    }
        .fi-rr-bio-leaves:before {
    content: "\e206";
    }
        .fi-rr-biohazard:before {
    content: "\e207";
    }
        .fi-rr-bipolar:before {
    content: "\e208";
    }
        .fi-rr-bird:before {
    content: "\e209";
    }
        .fi-rr-bitcoin-card:before {
    content: "\e20b";
    }
        .fi-rr-bitcoin-sign:before {
    content: "\e20d";
    }
        .fi-rr-blanket:before {
    content: "\e20f";
    }
        .fi-rr-blender:before {
    content: "\e210";
    }
        .fi-rr-blender-phone:before {
    content: "\e211";
    }
        .fi-rr-blinds:before {
    content: "\e212";
    }
        .fi-rr-blinds-open:before {
    content: "\e213";
    }
        .fi-rr-blinds-raised:before {
    content: "\e214";
    }
        .fi-rr-block:before {
    content: "\e215";
    }
        .fi-rr-block-brick:before {
    content: "\e216";
    }
        .fi-rr-block-brick-fire:before {
    content: "\e217";
    }
        .fi-rr-block-microphone:before {
    content: "\e218";
    }
        .fi-rr-block-question:before {
    content: "\e219";
    }
        .fi-rr-block-quote:before {
    content: "\e21a";
    }
        .fi-rr-block-user:before {
    content: "\e21b";
    }
        .fi-rr-blockchain-3:before {
    content: "\e21e";
    }
        .fi-rr-blog-pencil:before {
    content: "\e21f";
    }
        .fi-rr-blog-text:before {
    content: "\e220";
    }
        .fi-rr-blood:before {
    content: "\e222";
    }
        .fi-rr-blood-dropper:before {
    content: "\e223";
    }
        .fi-rr-blood-test-tube:before {
    content: "\e225";
    }
        .fi-rr-blood-test-tube-alt:before {
    content: "\e226";
    }
        .fi-rr-blueberries:before {
    content: "\e228";
    }
        .fi-rr-blueprint:before {
    content: "\e229";
    }
        .fi-rr-blueprint-house:before {
    content: "\e22a";
    }
        .fi-rr-bluetooth-alert:before {
    content: "\e22c";
    }
        .fi-rr-bluetooth-alt:before {
    content: "\e22d";
    }
        .fi-rr-bluetooth-circle:before {
    content: "\e22e";
    }
        .fi-rr-bluetooth-headphones:before {
    content: "\e22f";
    }
        .fi-rr-bluetooth-keyboard:before {
    content: "\e230";
    }
        .fi-rr-bluetooth-mouse:before {
    content: "\e231";
    }
        .fi-rr-bluetooth-settings:before {
    content: "\e232";
    }
        .fi-rr-bluetooth-speaker:before {
    content: "\e233";
    }
        .fi-rr-bluetooth-usb:before {
    content: "\e234";
    }
        .fi-rr-blush:before {
    content: "\e235";
    }
        .fi-rr-bold:before {
    content: "\e237";
    }
        .fi-rr-bolt:before {
    content: "\e238";
    }
        .fi-rr-bolt-auto:before {
    content: "\e239";
    }
        .fi-rr-bolt-slash:before {
    content: "\e23a";
    }
        .fi-rr-bomb:before {
    content: "\e23b";
    }
        .fi-rr-bomb-sign:before {
    content: "\e23c";
    }
        .fi-rr-bone:before {
    content: "\e23d";
    }
        .fi-rr-bone-break:before {
    content: "\e23e";
    }
        .fi-rr-bong:before {
    content: "\e23f";
    }
        .fi-rr-bonus:before {
    content: "\e240";
    }
        .fi-rr-bonus-alt:before {
    content: "\e241";
    }
        .fi-rr-bonus-star:before {
    content: "\e242";
    }
        .fi-rr-book:before {
    content: "\e243";
    }
        .fi-rr-book-alt:before {
    content: "\e244";
    }
        .fi-rr-book-arrow-right:before {
    content: "\e245";
    }
        .fi-rr-book-arrow-up:before {
    content: "\e246";
    }
        .fi-rr-book-atlas:before {
    content: "\e247";
    }
        .fi-rr-book-bookmark:before {
    content: "\e248";
    }
        .fi-rr-book-brain:before {
    content: "\e249";
    }
        .fi-rr-book-circle-arrow-right:before {
    content: "\e24a";
    }
        .fi-rr-book-circle-arrow-up:before {
    content: "\e24b";
    }
        .fi-rr-book-copy:before {
    content: "\e24c";
    }
        .fi-rr-book-dead:before {
    content: "\e24d";
    }
        .fi-rr-book-font:before {
    content: "\e24e";
    }
        .fi-rr-book-formula:before {
    content: "\e24f";
    }
        .fi-rr-book-heart:before {
    content: "\e250";
    }
        .fi-rr-book-magnet:before {
    content: "\e251";
    }
        .fi-rr-book-medical:before {
    content: "\e252";
    }
        .fi-rr-book-open-cover:before {
    content: "\e254";
    }
        .fi-rr-book-open-reader:before {
    content: "\e255";
    }
        .fi-rr-book-plus:before {
    content: "\e256";
    }
        .fi-rr-book-quran:before {
    content: "\e257";
    }
        .fi-rr-book-section:before {
    content: "\e258";
    }
        .fi-rr-book-spells:before {
    content: "\e25b";
    }
        .fi-rr-book-tanakh:before {
    content: "\e25c";
    }
        .fi-rr-book-user:before {
    content: "\e25d";
    }
        .fi-rr-book-world:before {
    content: "\e25e";
    }
        .fi-rr-Booking:before {
    content: "\e25f";
    }
        .fi-rr-bookmark:before {
    content: "\e260";
    }
        .fi-rr-bookmark-slash:before {
    content: "\e261";
    }
        .fi-rr-books:before {
    content: "\e262";
    }
        .fi-rr-books-lightbulb:before {
    content: "\e263";
    }
        .fi-rr-books-medical:before {
    content: "\e264";
    }
        .fi-rr-boot:before {
    content: "\e265";
    }
        .fi-rr-boot-heeled:before {
    content: "\e266";
    }
        .fi-rr-booth-curtain:before {
    content: "\e267";
    }
        .fi-rr-border-all:before {
    content: "\e269";
    }
        .fi-rr-border-bottom:before {
    content: "\e26a";
    }
        .fi-rr-border-center-h:before {
    content: "\e26b";
    }
        .fi-rr-border-center-v:before {
    content: "\e26c";
    }
        .fi-rr-border-inner:before {
    content: "\e26d";
    }
        .fi-rr-border-left:before {
    content: "\e26e";
    }
        .fi-rr-border-none:before {
    content: "\e26f";
    }
        .fi-rr-border-outer:before {
    content: "\e270";
    }
        .fi-rr-border-right:before {
    content: "\e271";
    }
        .fi-rr-border-style:before {
    content: "\e272";
    }
        .fi-rr-border-style-alt:before {
    content: "\e273";
    }
        .fi-rr-border-top:before {
    content: "\e274";
    }
        .fi-rr-boss:before {
    content: "\e275";
    }
        .fi-rr-bottle:before {
    content: "\e276";
    }
        .fi-rr-bottle-baby:before {
    content: "\e277";
    }
        .fi-rr-bottle-droplet:before {
    content: "\e278";
    }
        .fi-rr-bow-arrow:before {
    content: "\e27a";
    }
        .fi-rr-bowl-chopsticks:before {
    content: "\e27b";
    }
        .fi-rr-bowl-chopsticks-noodles:before {
    content: "\e27c";
    }
        .fi-rr-bowl-rice:before {
    content: "\e27d";
    }
        .fi-rr-bowl-scoop:before {
    content: "\e27e";
    }
        .fi-rr-bowl-scoops:before {
    content: "\e27f";
    }
        .fi-rr-bowl-soft-serve:before {
    content: "\e280";
    }
        .fi-rr-bowl-spoon:before {
    content: "\e281";
    }
        .fi-rr-bowling:before {
    content: "\e282";
    }
        .fi-rr-bowling-ball:before {
    content: "\e283";
    }
        .fi-rr-bowling-pins:before {
    content: "\e284";
    }
        .fi-rr-box:before {
    content: "\e286";
    }
        .fi-rr-box-add:before {
    content: "\e287";
    }
        .fi-rr-box-alt:before {
    content: "\e288";
    }
        .fi-rr-box-ballot:before {
    content: "\e289";
    }
        .fi-rr-box-calendar:before {
    content: "\e28a";
    }
        .fi-rr-box-check:before {
    content: "\e28b";
    }
        .fi-rr-box-circle-check:before {
    content: "\e28c";
    }
        .fi-rr-box-connection:before {
    content: "\e28d";
    }
        .fi-rr-box-diamond:before {
    content: "\e28e";
    }
        .fi-rr-box-distribution:before {
    content: "\e28f";
    }
        .fi-rr-box-dollar:before {
    content: "\e290";
    }
        .fi-rr-box-extendable:before {
    content: "\e291";
    }
        .fi-rr-box-filter:before {
    content: "\e292";
    }
        .fi-rr-box-fragile:before {
    content: "\e293";
    }
        .fi-rr-box-headphone:before {
    content: "\e294";
    }
        .fi-rr-box-heart:before {
    content: "\e295";
    }
        .fi-rr-box-idea:before {
    content: "\e296";
    }
        .fi-rr-box-loading:before {
    content: "\e297";
    }
        .fi-rr-box-magnet:before {
    content: "\e298";
    }
        .fi-rr-box-megaphone:before {
    content: "\e299";
    }
        .fi-rr-box-mobile:before {
    content: "\e29a";
    }
        .fi-rr-box-open:before {
    content: "\e29b";
    }
        .fi-rr-box-open-full:before {
    content: "\e29c";
    }
        .fi-rr-box-remove:before {
    content: "\e29d";
    }
        .fi-rr-box-return:before {
    content: "\e29e";
    }
        .fi-rr-box-route:before {
    content: "\e29f";
    }
        .fi-rr-box-security:before {
    content: "\e2a0";
    }
        .fi-rr-box-stars:before {
    content: "\e2a2";
    }
        .fi-rr-box-target:before {
    content: "\e2a3";
    }
        .fi-rr-box-tissue:before {
    content: "\e2a4";
    }
        .fi-rr-box-up:before {
    content: "\e2a5";
    }
        .fi-rr-boxes:before {
    content: "\e2a6";
    }
        .fi-rr-boxing-glove:before {
    content: "\e2a7";
    }
        .fi-rr-bracket-curly:before {
    content: "\e2a8";
    }
        .fi-rr-bracket-curly-right:before {
    content: "\e2a9";
    }
        .fi-rr-bracket-round:before {
    content: "\e2aa";
    }
        .fi-rr-bracket-round-right:before {
    content: "\e2ab";
    }
        .fi-rr-bracket-square:before {
    content: "\e2ac";
    }
        .fi-rr-bracket-square-right:before {
    content: "\e2ad";
    }
        .fi-rr-brackets-curly:before {
    content: "\e2ae";
    }
        .fi-rr-brackets-round:before {
    content: "\e2af";
    }
        .fi-rr-brackets-square:before {
    content: "\e2b0";
    }
        .fi-rr-braille:before {
    content: "\e2b1";
    }
        .fi-rr-braille-a:before {
    content: "\e2b2";
    }
        .fi-rr-braille-b:before {
    content: "\e2b3";
    }
        .fi-rr-braille-c:before {
    content: "\e2b4";
    }
        .fi-rr-braille-d:before {
    content: "\e2b5";
    }
        .fi-rr-braille-e:before {
    content: "\e2b6";
    }
        .fi-rr-braille-g:before {
    content: "\e2b7";
    }
        .fi-rr-braille-h:before {
    content: "\e2b8";
    }
        .fi-rr-braille-hand:before {
    content: "\e2b9";
    }
        .fi-rr-braille-i:before {
    content: "\e2ba";
    }
        .fi-rr-braille-j:before {
    content: "\e2bb";
    }
        .fi-rr-braille-k:before {
    content: "\e2bc";
    }
        .fi-rr-braille-l:before {
    content: "\e2bd";
    }
        .fi-rr-braille-m:before {
    content: "\e2be";
    }
        .fi-rr-braille-n:before {
    content: "\e2bf";
    }
        .fi-rr-braille-n-alt:before {
    content: "\e2c0";
    }
        .fi-rr-braille-o:before {
    content: "\e2c1";
    }
        .fi-rr-braille-p:before {
    content: "\e2c2";
    }
        .fi-rr-braille-q:before {
    content: "\e2c3";
    }
        .fi-rr-braille-r:before {
    content: "\e2c4";
    }
        .fi-rr-braille-s:before {
    content: "\e2c5";
    }
        .fi-rr-braille-t:before {
    content: "\e2c6";
    }
        .fi-rr-braille-u:before {
    content: "\e2c7";
    }
        .fi-rr-braille-v:before {
    content: "\e2c8";
    }
        .fi-rr-braille-w:before {
    content: "\e2c9";
    }
        .fi-rr-braille-x:before {
    content: "\e2ca";
    }
        .fi-rr-braille-y:before {
    content: "\e2cb";
    }
        .fi-rr-braille-z:before {
    content: "\e2cc";
    }
        .fi-rr-brain:before {
    content: "\e2cd";
    }
        .fi-rr-brain-bulb:before {
    content: "\e2ce";
    }
        .fi-rr-brain-circuit:before {
    content: "\e2cf";
    }
        .fi-rr-brain-doubt:before {
    content: "\e2d0";
    }
        .fi-rr-brain-half-lightbulb:before {
    content: "\e2d1";
    }
        .fi-rr-brain-lightning:before {
    content: "\e2d2";
    }
        .fi-rr-brain-question-mark:before {
    content: "\e2d3";
    }
        .fi-rr-brain-stress:before {
    content: "\e2d4";
    }
        .fi-rr-brake-warning:before {
    content: "\e2d5";
    }
        .fi-rr-branching:before {
    content: "\e2d6";
    }
        .fi-rr-brand:before {
    content: "\e2d7";
    }
        .fi-rr-brand-badge:before {
    content: "\e2d8";
    }
        .fi-rr-brand-strategy:before {
    content: "\e2d9";
    }
        .fi-rr-branding:before {
    content: "\e2da";
    }
        .fi-rr-brazil:before {
    content: "\e2db";
    }
        .fi-rr-brazil-flag:before {
    content: "\e2dc";
    }
        .fi-rr-brazil-flag-circle:before {
    content: "\e2dd";
    }
        .fi-rr-bread:before {
    content: "\e2de";
    }
        .fi-rr-bread-loaf:before {
    content: "\e2df";
    }
        .fi-rr-bread-slice:before {
    content: "\e2e0";
    }
        .fi-rr-bread-slice-butter:before {
    content: "\e2e1";
    }
        .fi-rr-break-time:before {
    content: "\e2e2";
    }
        .fi-rr-bridge:before {
    content: "\e2e3";
    }
        .fi-rr-bridge-circle-check:before {
    content: "\e2e4";
    }
        .fi-rr-bridge-collapse:before {
    content: "\e2e5";
    }
        .fi-rr-bridge-construction:before {
    content: "\e2e6";
    }
        .fi-rr-bridge-suspension:before {
    content: "\e2e7";
    }
        .fi-rr-bridge-water:before {
    content: "\e2e8";
    }
        .fi-rr-briefcase:before {
    content: "\e2ea";
    }
        .fi-rr-briefcase-arrow-right:before {
    content: "\e2eb";
    }
        .fi-rr-briefcase-blank:before {
    content: "\e2ec";
    }
        .fi-rr-briefcase-dollar:before {
    content: "\e2ed";
    }
        .fi-rr-briefcase-filter:before {
    content: "\e2ee";
    }
        .fi-rr-brightness:before {
    content: "\e2ef";
    }
        .fi-rr-brightness-control:before {
    content: "\e2f0";
    }
        .fi-rr-brightness-low:before {
    content: "\e2f1";
    }
        .fi-rr-bring-forward:before {
    content: "\e2f2";
    }
        .fi-rr-bring-front:before {
    content: "\e2f3";
    }
        .fi-rr-broadcast-tower:before {
    content: "\e2f4";
    }
        .fi-rr-broccoli:before {
    content: "\e2f5";
    }
        .fi-rr-broken-arm:before {
    content: "\e2f6";
    }
        .fi-rr-broken-chain-link-wrong:before {
    content: "\e2f7";
    }
        .fi-rr-broken-image:before {
    content: "\e2f8";
    }
        .fi-rr-broken-leg:before {
    content: "\e2f9";
    }
        .fi-rr-broken-nail:before {
    content: "\e2fa";
    }
        .fi-rr-broom:before {
    content: "\e2fb";
    }
        .fi-rr-broom-ball:before {
    content: "\e2fc";
    }
        .fi-rr-brownie:before {
    content: "\e2fd";
    }
        .fi-rr-browser:before {
    content: "\e2fe";
    }
        .fi-rr-browser-css:before {
    content: "\e300";
    }
        .fi-rr-browser-lock-alert:before {
    content: "\e301";
    }
        .fi-rr-browser-ui:before {
    content: "\e302";
    }
        .fi-rr-browsers:before {
    content: "\e303";
    }
        .fi-rr-brush:before {
    content: "\e304";
    }
        .fi-rr-bubble-discussion:before {
    content: "\e305";
    }
        .fi-rr-bubble-tea:before {
    content: "\e306";
    }
        .fi-rr-bucket:before {
    content: "\e307";
    }
        .fi-rr-budget:before {
    content: "\e308";
    }
        .fi-rr-budget-alt:before {
    content: "\e309";
    }
        .fi-rr-bug:before {
    content: "\e30a";
    }
        .fi-rr-bug-fix:before {
    content: "\e30b";
    }
        .fi-rr-bug-folder:before {
    content: "\e30c";
    }
        .fi-rr-bug-magnifier:before {
    content: "\e30d";
    }
        .fi-rr-bug-report:before {
    content: "\e30e";
    }
        .fi-rr-bug-slash:before {
    content: "\e30f";
    }
        .fi-rr-bugs:before {
    content: "\e310";
    }
        .fi-rr-build:before {
    content: "\e311";
    }
        .fi-rr-build-alt:before {
    content: "\e312";
    }
        .fi-rr-builder:before {
    content: "\e313";
    }
        .fi-rr-building:before {
    content: "\e314";
    }
        .fi-rr-building-car:before {
    content: "\e315";
    }
        .fi-rr-building-check:before {
    content: "\e316";
    }
        .fi-rr-building-circle-arrow-right:before {
    content: "\e317";
    }
        .fi-rr-building-flag:before {
    content: "\e318";
    }
        .fi-rr-building-foundation:before {
    content: "\e319";
    }
        .fi-rr-building-lock:before {
    content: "\e31a";
    }
        .fi-rr-building-materials:before {
    content: "\e31b";
    }
        .fi-rr-building-ngo:before {
    content: "\e31c";
    }
        .fi-rr-building-shield:before {
    content: "\e31d";
    }
        .fi-rr-building-user:before {
    content: "\e31e";
    }
        .fi-rr-building-xmark:before {
    content: "\e31f";
    }
        .fi-rr-bulb:before {
    content: "\e320";
    }
        .fi-rr-bulb-speech-bubble:before {
    content: "\e322";
    }
        .fi-rr-bull-market:before {
    content: "\e323";
    }
        .fi-rr-bullet:before {
    content: "\e324";
    }
        .fi-rr-bullhorn:before {
    content: "\e325";
    }
        .fi-rr-bullseye:before {
    content: "\e326";
    }
        .fi-rr-bullseye-arrow:before {
    content: "\e327";
    }
        .fi-rr-bullseye-pointer:before {
    content: "\e328";
    }
        .fi-rr-buoy:before {
    content: "\e329";
    }
        .fi-rr-burger-alt:before {
    content: "\e32a";
    }
        .fi-rr-burger-fries:before {
    content: "\e32b";
    }
        .fi-rr-burger-glass:before {
    content: "\e32c";
    }
        .fi-rr-burnout:before {
    content: "\e32f";
    }
        .fi-rr-burrito:before {
    content: "\e330";
    }
        .fi-rr-burst:before {
    content: "\e331";
    }
        .fi-rr-bus:before {
    content: "\e332";
    }
        .fi-rr-bus-alt:before {
    content: "\e333";
    }
        .fi-rr-bus-ticket:before {
    content: "\e334";
    }
        .fi-rr-business-deal:before {
    content: "\e335";
    }
        .fi-rr-business-growth:before {
    content: "\e336";
    }
        .fi-rr-business-meeting:before {
    content: "\e337";
    }
        .fi-rr-business-podcast:before {
    content: "\e338";
    }
        .fi-rr-business-time:before {
    content: "\e339";
    }
        .fi-rr-business-value:before {
    content: "\e33a";
    }
        .fi-rr-Butter:before {
    content: "\e33c";
    }
        .fi-rr-butterfly:before {
    content: "\e33d";
    }
        .fi-rr-button:before {
    content: "\e33e";
    }
        .fi-rr-button-buy:before {
    content: "\e33f";
    }
        .fi-rr-button-cancel:before {
    content: "\e340";
    }
        .fi-rr-button-chat:before {
    content: "\e341";
    }
        .fi-rr-button-customize:before {
    content: "\e342";
    }
        .fi-rr-button-donate:before {
    content: "\e344";
    }
        .fi-rr-button-download:before {
    content: "\e345";
    }
        .fi-rr-button-play:before {
    content: "\e34a";
    }
        .fi-rr-button-share:before {
    content: "\e34c";
    }
        .fi-rr-button-upload:before {
    content: "\e34d";
    }
        .fi-rr-c:before {
    content: "\e34e";
    }
        .fi-rr-cabin:before {
    content: "\e34f";
    }
        .fi-rr-cache-clean:before {
    content: "\e351";
    }
        .fi-rr-cactus:before {
    content: "\e352";
    }
        .fi-rr-cage-empty:before {
    content: "\e353";
    }
        .fi-rr-cake-birthday:before {
    content: "\e354";
    }
        .fi-rr-cake-slice:before {
    content: "\e355";
    }
        .fi-rr-cake-wedding:before {
    content: "\e356";
    }
        .fi-rr-calculator:before {
    content: "\e357";
    }
        .fi-rr-calculator-bill:before {
    content: "\e359";
    }
        .fi-rr-calculator-math-tax:before {
    content: "\e35a";
    }
        .fi-rr-calculator-money:before {
    content: "\e35b";
    }
        .fi-rr-calculator-simple:before {
    content: "\e35c";
    }
        .fi-rr-calendar:before {
    content: "\e35d";
    }
        .fi-rr-calendar-arrow-down:before {
    content: "\e35e";
    }
        .fi-rr-calendar-arrow-up:before {
    content: "\e35f";
    }
        .fi-rr-calendar-birhtday-cake:before {
    content: "\e360";
    }
        .fi-rr-calendar-call:before {
    content: "\e361";
    }
        .fi-rr-calendar-check:before {
    content: "\e362";
    }
        .fi-rr-calendar-clock:before {
    content: "\e363";
    }
        .fi-rr-calendar-day:before {
    content: "\e364";
    }
        .fi-rr-calendar-days:before {
    content: "\e365";
    }
        .fi-rr-calendar-event-tax:before {
    content: "\e366";
    }
        .fi-rr-calendar-exclamation:before {
    content: "\e367";
    }
        .fi-rr-calendar-gavel-legal:before {
    content: "\e368";
    }
        .fi-rr-calendar-heart:before {
    content: "\e369";
    }
        .fi-rr-calendar-image:before {
    content: "\e36a";
    }
        .fi-rr-calendar-lines:before {
    content: "\e36b";
    }
        .fi-rr-calendar-lines-pen:before {
    content: "\e36c";
    }
        .fi-rr-calendar-microphone:before {
    content: "\e36d";
    }
        .fi-rr-calendar-minus:before {
    content: "\e36e";
    }
        .fi-rr-calendar-payment-loan:before {
    content: "\e36f";
    }
        .fi-rr-calendar-pen:before {
    content: "\e370";
    }
        .fi-rr-calendar-plane:before {
    content: "\e371";
    }
        .fi-rr-calendar-plus:before {
    content: "\e372";
    }
        .fi-rr-calendar-salary:before {
    content: "\e373";
    }
        .fi-rr-calendar-shift-swap:before {
    content: "\e374";
    }
        .fi-rr-calendar-star:before {
    content: "\e375";
    }
        .fi-rr-calendar-swap:before {
    content: "\e376";
    }
        .fi-rr-calendar-update:before {
    content: "\e377";
    }
        .fi-rr-calendar-week:before {
    content: "\e378";
    }
        .fi-rr-calendar-xmark:before {
    content: "\e379";
    }
        .fi-rr-calendars:before {
    content: "\e37a";
    }
        .fi-rr-call-duration:before {
    content: "\e37b";
    }
        .fi-rr-call-forbidden:before {
    content: "\e37c";
    }
        .fi-rr-call-history:before {
    content: "\e37d";
    }
        .fi-rr-call-incoming:before {
    content: "\e37e";
    }
        .fi-rr-call-missed:before {
    content: "\e37f";
    }
        .fi-rr-call-outgoing:before {
    content: "\e381";
    }
        .fi-rr-camcorder:before {
    content: "\e384";
    }
        .fi-rr-camera:before {
    content: "\e385";
    }
        .fi-rr-camera-cctv:before {
    content: "\e386";
    }
        .fi-rr-camera-movie:before {
    content: "\e388";
    }
        .fi-rr-camera-notification:before {
    content: "\e389";
    }
        .fi-rr-camera-retro:before {
    content: "\e38a";
    }
        .fi-rr-camera-rotate:before {
    content: "\e38b";
    }
        .fi-rr-camera-security:before {
    content: "\e38c";
    }
        .fi-rr-camera-slash:before {
    content: "\e38d";
    }
        .fi-rr-camera-viewfinder:before {
    content: "\e38e";
    }
        .fi-rr-campfire:before {
    content: "\e38f";
    }
        .fi-rr-camping:before {
    content: "\e390";
    }
        .fi-rr-can-food:before {
    content: "\e391";
    }
        .fi-rr-candle-holder:before {
    content: "\e392";
    }
        .fi-rr-candle-lotus-yoga:before {
    content: "\e393";
    }
        .fi-rr-candle-pose-yoga:before {
    content: "\e394";
    }
        .fi-rr-candy:before {
    content: "\e396";
    }
        .fi-rr-candy-alt:before {
    content: "\e397";
    }
        .fi-rr-candy-bar:before {
    content: "\e398";
    }
        .fi-rr-candy-cane:before {
    content: "\e399";
    }
        .fi-rr-candy-corn:before {
    content: "\e39a";
    }
        .fi-rr-candy-sweet:before {
    content: "\e39b";
    }
        .fi-rr-Cannabis:before {
    content: "\e39c";
    }
        .fi-rr-canned-food:before {
    content: "\e39d";
    }
        .fi-rr-cannon:before {
    content: "\e39e";
    }
        .fi-rr-canoe:before {
    content: "\e39f";
    }
        .fi-rr-capsules:before {
    content: "\e3a0";
    }
        .fi-rr-car:before {
    content: "\e3a2";
    }
        .fi-rr-car-alt:before {
    content: "\e3a3";
    }
        .fi-rr-car-battery:before {
    content: "\e3a4";
    }
        .fi-rr-car-bolt:before {
    content: "\e3a5";
    }
        .fi-rr-car-building:before {
    content: "\e3a6";
    }
        .fi-rr-car-bump:before {
    content: "\e3a7";
    }
        .fi-rr-car-bus:before {
    content: "\e3a8";
    }
        .fi-rr-car-charger-bolt:before {
    content: "\e3a9";
    }
        .fi-rr-car-circle-bolt:before {
    content: "\e3aa";
    }
        .fi-rr-car-crash:before {
    content: "\e3ab";
    }
        .fi-rr-car-garage:before {
    content: "\e3ac";
    }
        .fi-rr-car-journey:before {
    content: "\e3ad";
    }
        .fi-rr-car-mechanic:before {
    content: "\e3ae";
    }
        .fi-rr-car-oil:before {
    content: "\e3af";
    }
        .fi-rr-car-rear:before {
    content: "\e3b0";
    }
        .fi-rr-car-side:before {
    content: "\e3b1";
    }
        .fi-rr-car-side-bolt:before {
    content: "\e3b2";
    }
        .fi-rr-car-tilt:before {
    content: "\e3b3";
    }
        .fi-rr-car-tunnel:before {
    content: "\e3b4";
    }
        .fi-rr-car-wash:before {
    content: "\e3b5";
    }
        .fi-rr-caravan:before {
    content: "\e3b6";
    }
        .fi-rr-caravan-alt:before {
    content: "\e3b7";
    }
        .fi-rr-carbon-cloud:before {
    content: "\e3b8";
    }
        .fi-rr-carbon-cloud-arrow-down:before {
    content: "\e3b9";
    }
        .fi-rr-carbon-footprint:before {
    content: "\e3ba";
    }
        .fi-rr-card-club:before {
    content: "\e3bb";
    }
        .fi-rr-card-diamond:before {
    content: "\e3bc";
    }
        .fi-rr-card-heart:before {
    content: "\e3bd";
    }
        .fi-rr-card-security:before {
    content: "\e3be";
    }
        .fi-rr-card-spade:before {
    content: "\e3bf";
    }
        .fi-rr-cardinal-compass:before {
    content: "\e3c0";
    }
        .fi-rr-cards-blank:before {
    content: "\e3c2";
    }
        .fi-rr-career-growth:before {
    content: "\e3c4";
    }
        .fi-rr-career-path:before {
    content: "\e3c5";
    }
        .fi-rr-caret-circle-down:before {
    content: "\e3c6";
    }
        .fi-rr-caret-circle-right:before {
    content: "\e3c8";
    }
        .fi-rr-caret-circle-up:before {
    content: "\e3c9";
    }
        .fi-rr-caret-down:before {
    content: "\e3ca";
    }
        .fi-rr-caret-left:before {
    content: "\e3cb";
    }
        .fi-rr-caret-quare-up:before {
    content: "\e3cc";
    }
        .fi-rr-caret-right:before {
    content: "\e3cd";
    }
        .fi-rr-caret-square-down:before {
    content: "\e3ce";
    }
        .fi-rr-caret-square-left:before {
    content: "\e3cf";
    }
        .fi-rr-caret-square-left_1:before {
    content: "\e3d0";
    }
        .fi-rr-caret-square-right:before {
    content: "\e3d1";
    }
        .fi-rr-caret-up:before {
    content: "\e3d3";
    }
        .fi-rr-carrot:before {
    content: "\e3d4";
    }
        .fi-rr-cars:before {
    content: "\e3d5";
    }
        .fi-rr-cars-crash:before {
    content: "\e3d6";
    }
        .fi-rr-cart-arrow-down:before {
    content: "\e3d7";
    }
        .fi-rr-cart-minus:before {
    content: "\e3d8";
    }
        .fi-rr-cart-shopping-fast:before {
    content: "\e3d9";
    }
        .fi-rr-case-study:before {
    content: "\e3da";
    }
        .fi-rr-cash-register:before {
    content: "\e3db";
    }
        .fi-rr-cassette-tape:before {
    content: "\e3dc";
    }
        .fi-rr-cassette-vhs:before {
    content: "\e3dd";
    }
        .fi-rr-castle:before {
    content: "\e3de";
    }
        .fi-rr-castle-tower:before {
    content: "\e3df";
    }
        .fi-rr-cat:before {
    content: "\e3e0";
    }
        .fi-rr-cat-dog:before {
    content: "\e3e1";
    }
        .fi-rr-cat-head:before {
    content: "\e3e2";
    }
        .fi-rr-cat-space:before {
    content: "\e3e3";
    }
        .fi-rr-catalog:before {
    content: "\e3e4";
    }
        .fi-rr-catalog-alt:before {
    content: "\e3e5";
    }
        .fi-rr-catalog-magazine:before {
    content: "\e3e6";
    }
        .fi-rr-category:before {
    content: "\e3e7";
    }
        .fi-rr-category-alt:before {
    content: "\e3e8";
    }
        .fi-rr-cauldron:before {
    content: "\e3e9";
    }
        .fi-rr-caulk-gun:before {
    content: "\e3ea";
    }
        .fi-rr-cctv-alert:before {
    content: "\e3ef";
    }
        .fi-rr-cctv-camera-sign:before {
    content: "\e3f0";
    }
        .fi-rr-cdn:before {
    content: "\e3f1";
    }
        .fi-rr-cedi-sign:before {
    content: "\e3f2";
    }
        .fi-rr-cell:before {
    content: "\e3f3";
    }
        .fi-rr-cello:before {
    content: "\e3f4";
    }
        .fi-rr-cent-sign:before {
    content: "\e3f5";
    }
        .fi-rr-certificate:before {
    content: "\e3f7";
    }
        .fi-rr-ceviche:before {
    content: "\e3f8";
    }
        .fi-rr-chai-tea:before {
    content: "\e3f9";
    }
        .fi-rr-chair:before {
    content: "\e3fa";
    }
        .fi-rr-chair-director:before {
    content: "\e3fb";
    }
        .fi-rr-chair-office:before {
    content: "\e3fc";
    }
        .fi-rr-chalkboard:before {
    content: "\e3fd";
    }
        .fi-rr-chalkboard-user:before {
    content: "\e3fe";
    }
        .fi-rr-challenge:before {
    content: "\e3ff";
    }
        .fi-rr-challenge-alt:before {
    content: "\e400";
    }
        .fi-rr-chamomile:before {
    content: "\e401";
    }
        .fi-rr-channel:before {
    content: "\e402";
    }
        .fi-rr-character:before {
    content: "\e403";
    }
        .fi-rr-charging-station:before {
    content: "\e404";
    }
        .fi-rr-chart-area:before {
    content: "\e405";
    }
        .fi-rr-chart-bullet:before {
    content: "\e409";
    }
        .fi-rr-chart-candlestick:before {
    content: "\e40a";
    }
        .fi-rr-chart-connected:before {
    content: "\e40b";
    }
        .fi-rr-chart-gantt:before {
    content: "\e40c";
    }
        .fi-rr-chart-histogram:before {
    content: "\e40d";
    }
        .fi-rr-chart-kanban:before {
    content: "\e40e";
    }
        .fi-rr-chart-line-up:before {
    content: "\e40f";
    }
        .fi-rr-chart-line-up-down:before {
    content: "\e410";
    }
        .fi-rr-chart-mixed:before {
    content: "\e411";
    }
        .fi-rr-chart-mixed-up-circle-currency:before {
    content: "\e412";
    }
        .fi-rr-chart-mixed-up-circle-dollar:before {
    content: "\e413";
    }
        .fi-rr-chart-network:before {
    content: "\e414";
    }
        .fi-rr-chart-pie:before {
    content: "\e415";
    }
        .fi-rr-chart-pie-alt:before {
    content: "\e416";
    }
        .fi-rr-chart-pie-simple-circle-currency:before {
    content: "\e417";
    }
        .fi-rr-chart-pie-simple-circle-dollar:before {
    content: "\e418";
    }
        .fi-rr-chart-pyramid:before {
    content: "\e419";
    }
        .fi-rr-chart-radar:before {
    content: "\e41a";
    }
        .fi-rr-chart-scatter:before {
    content: "\e41b";
    }
        .fi-rr-chart-scatter-3d:before {
    content: "\e41c";
    }
        .fi-rr-chart-scatter-bubble:before {
    content: "\e41d";
    }
        .fi-rr-chart-set-theory:before {
    content: "\e41e";
    }
        .fi-rr-chart-simple:before {
    content: "\e41f";
    }
        .fi-rr-chart-simple-horizontal:before {
    content: "\e420";
    }
        .fi-rr-chart-tree:before {
    content: "\e421";
    }
        .fi-rr-chart-tree-map:before {
    content: "\e422";
    }
        .fi-rr-chart-user:before {
    content: "\e423";
    }
        .fi-rr-chart-waterfall:before {
    content: "\e424";
    }
        .fi-rr-chat-arrow-down:before {
    content: "\e425";
    }
        .fi-rr-chat-arrow-grow:before {
    content: "\e426";
    }
        .fi-rr-chat-bubble-call:before {
    content: "\e427";
    }
        .fi-rr-chat-notification:before {
    content: "\e428";
    }
        .fi-rr-chatbot:before {
    content: "\e429";
    }
        .fi-rr-chatbot-speech-bubble:before {
    content: "\e42a";
    }
        .fi-rr-cheap:before {
    content: "\e42b";
    }
        .fi-rr-cheap-bill:before {
    content: "\e42c";
    }
        .fi-rr-cheap-dollar:before {
    content: "\e42d";
    }
        .fi-rr-cheap-stack:before {
    content: "\e42e";
    }
        .fi-rr-cheap-stack-dollar:before {
    content: "\e42f";
    }
        .fi-rr-check:before {
    content: "\e430";
    }
        .fi-rr-check-circle:before {
    content: "\e431";
    }
        .fi-rr-check-double:before {
    content: "\e432";
    }
        .fi-rr-check-in-calendar:before {
    content: "\e433";
    }
        .fi-rr-check-out-calendar:before {
    content: "\e434";
    }
        .fi-rr-checkbox:before {
    content: "\e435";
    }
        .fi-rr-checklist-task-budget:before {
    content: "\e436";
    }
        .fi-rr-cheese:before {
    content: "\e437";
    }
        .fi-rr-cheese-alt:before {
    content: "\e438";
    }
        .fi-rr-cheese-cake:before {
    content: "\e439";
    }
        .fi-rr-cheeseburger:before {
    content: "\e43a";
    }
        .fi-rr-cherry:before {
    content: "\e43b";
    }
        .fi-rr-chess:before {
    content: "\e43c";
    }
        .fi-rr-chess-bishop:before {
    content: "\e43d";
    }
        .fi-rr-chess-board:before {
    content: "\e43e";
    }
        .fi-rr-chess-clock:before {
    content: "\e43f";
    }
        .fi-rr-chess-clock-alt:before {
    content: "\e440";
    }
        .fi-rr-chess-king:before {
    content: "\e441";
    }
        .fi-rr-chess-king-alt:before {
    content: "\e442";
    }
        .fi-rr-chess-knight:before {
    content: "\e443";
    }
        .fi-rr-chess-knight-alt:before {
    content: "\e444";
    }
        .fi-rr-chess-pawn-alt:before {
    content: "\e446";
    }
        .fi-rr-chess-piece:before {
    content: "\e447";
    }
        .fi-rr-chess-queen:before {
    content: "\e448";
    }
        .fi-rr-chess-queen-alt:before {
    content: "\e449";
    }
        .fi-rr-chess-rook:before {
    content: "\e44a";
    }
        .fi-rr-chess-rook-alt:before {
    content: "\e44b";
    }
        .fi-rr-chevron-double-dots-down:before {
    content: "\e44c";
    }
        .fi-rr-chevron-double-dots-left:before {
    content: "\e44d";
    }
        .fi-rr-chevron-double-dots-right:before {
    content: "\e44e";
    }
        .fi-rr-chevron-double-dots-up:before {
    content: "\e44f";
    }
        .fi-rr-chevron-double-down:before {
    content: "\e450";
    }
        .fi-rr-chevron-double-up:before {
    content: "\e451";
    }
        .fi-rr-chicken-bucket:before {
    content: "\e452";
    }
        .fi-rr-child:before {
    content: "\e453";
    }
        .fi-rr-child-head:before {
    content: "\e454";
    }
        .fi-rr-chimney:before {
    content: "\e455";
    }
        .fi-rr-chimney-smoke:before {
    content: "\e456";
    }
        .fi-rr-chinese-temple:before {
    content: "\e457";
    }
        .fi-rr-chip:before {
    content: "\e458";
    }
        .fi-rr-chip-brain:before {
    content: "\e459";
    }
        .fi-rr-chocolate:before {
    content: "\e45a";
    }
        .fi-rr-choir-singing:before {
    content: "\e45c";
    }
        .fi-rr-choose:before {
    content: "\e45d";
    }
        .fi-rr-choose-alt:before {
    content: "\e45e";
    }
        .fi-rr-church:before {
    content: "\e460";
    }
        .fi-rr-churros:before {
    content: "\e461";
    }
        .fi-rr-cinnamon-roll:before {
    content: "\e462";
    }
        .fi-rr-circle:before {
    content: "\e463";
    }
        .fi-rr-circle-0:before {
    content: "\e464";
    }
        .fi-rr-circle-1:before {
    content: "\e465";
    }
        .fi-rr-circle-2:before {
    content: "\e466";
    }
        .fi-rr-circle-3:before {
    content: "\e467";
    }
        .fi-rr-circle-4:before {
    content: "\e468";
    }
        .fi-rr-circle-5:before {
    content: "\e469";
    }
        .fi-rr-circle-6:before {
    content: "\e46a";
    }
        .fi-rr-circle-7:before {
    content: "\e46b";
    }
        .fi-rr-circle-8:before {
    content: "\e46c";
    }
        .fi-rr-circle-9:before {
    content: "\e46d";
    }
        .fi-rr-circle-a:before {
    content: "\e46e";
    }
        .fi-rr-circle-b:before {
    content: "\e470";
    }
        .fi-rr-circle-bolt:before {
    content: "\e471";
    }
        .fi-rr-circle-book-open:before {
    content: "\e472";
    }
        .fi-rr-circle-bookmark:before {
    content: "\e473";
    }
        .fi-rr-circle-c:before {
    content: "\e474";
    }
        .fi-rr-circle-calendar:before {
    content: "\e475";
    }
        .fi-rr-circle-camera:before {
    content: "\e476";
    }
        .fi-rr-circle-d:before {
    content: "\e478";
    }
        .fi-rr-circle-dashed:before {
    content: "\e479";
    }
        .fi-rr-circle-divide:before {
    content: "\e47a";
    }
        .fi-rr-circle-e:before {
    content: "\e47c";
    }
        .fi-rr-circle-ellipsis:before {
    content: "\e47d";
    }
        .fi-rr-circle-ellipsis-vertical:before {
    content: "\e47e";
    }
        .fi-rr-circle-envelope:before {
    content: "\e47f";
    }
        .fi-rr-circle-exclamation-check:before {
    content: "\e480";
    }
        .fi-rr-circle-f:before {
    content: "\e481";
    }
        .fi-rr-circle-g:before {
    content: "\e482";
    }
        .fi-rr-circle-h:before {
    content: "\e483";
    }
        .fi-rr-circle-half:before {
    content: "\e484";
    }
        .fi-rr-circle-half-stroke:before {
    content: "\e485";
    }
        .fi-rr-circle-heart:before {
    content: "\e486";
    }
        .fi-rr-circle-i:before {
    content: "\e487";
    }
        .fi-rr-circle-j:before {
    content: "\e488";
    }
        .fi-rr-circle-k:before {
    content: "\e489";
    }
        .fi-rr-circle-l:before {
    content: "\e48a";
    }
        .fi-rr-circle-m:before {
    content: "\e48b";
    }
        .fi-rr-circle-microphone:before {
    content: "\e48c";
    }
        .fi-rr-circle-microphone-lines:before {
    content: "\e48d";
    }
        .fi-rr-circle-n:before {
    content: "\e48e";
    }
        .fi-rr-circle-nodes:before {
    content: "\e48f";
    }
        .fi-rr-circle-o:before {
    content: "\e490";
    }
        .fi-rr-circle-overlap:before {
    content: "\e491";
    }
        .fi-rr-circle-p:before {
    content: "\e492";
    }
        .fi-rr-circle-phone:before {
    content: "\e494";
    }
        .fi-rr-circle-phone-flip:before {
    content: "\e495";
    }
        .fi-rr-circle-phone-hangup:before {
    content: "\e496";
    }
        .fi-rr-circle-q:before {
    content: "\e498";
    }
        .fi-rr-circle-quarter:before {
    content: "\e499";
    }
        .fi-rr-circle-quarters-alt:before {
    content: "\e49b";
    }
        .fi-rr-circle-r:before {
    content: "\e49c";
    }
        .fi-rr-circle-s:before {
    content: "\e49d";
    }
        .fi-rr-circle-small:before {
    content: "\e49e";
    }
        .fi-rr-circle-star:before {
    content: "\e49f";
    }
        .fi-rr-circle-t:before {
    content: "\e4a1";
    }
        .fi-rr-circle-three-quarters:before {
    content: "\e4a2";
    }
        .fi-rr-circle-trash:before {
    content: "\e4a3";
    }
        .fi-rr-circle-u:before {
    content: "\e4a4";
    }
        .fi-rr-circle-user:before {
    content: "\e4a5";
    }
        .fi-rr-circle-v:before {
    content: "\e4a6";
    }
        .fi-rr-circle-video:before {
    content: "\e4a7";
    }
        .fi-rr-circle-w:before {
    content: "\e4a8";
    }
        .fi-rr-circle-water-plug:before {
    content: "\e4a9";
    }
        .fi-rr-circle-waveform-lines:before {
    content: "\e4aa";
    }
        .fi-rr-circle-wifi-circle-wifi:before {
    content: "\e4ab";
    }
        .fi-rr-circle-x:before {
    content: "\e4ac";
    }
        .fi-rr-circle-xmark:before {
    content: "\e4ad";
    }
        .fi-rr-circle-y:before {
    content: "\e4ae";
    }
        .fi-rr-circle-z:before {
    content: "\e4af";
    }
        .fi-rr-citrus:before {
    content: "\e4b0";
    }
        .fi-rr-citrus-slice:before {
    content: "\e4b1";
    }
        .fi-rr-city:before {
    content: "\e4b2";
    }
        .fi-rr-civil-law:before {
    content: "\e4b3";
    }
        .fi-rr-clapper-open:before {
    content: "\e4b4";
    }
        .fi-rr-clapperboard:before {
    content: "\e4b5";
    }
        .fi-rr-clapperboard-play:before {
    content: "\e4b6";
    }
        .fi-rr-clapperboard-question-mark:before {
    content: "\e4b7";
    }
        .fi-rr-clarinet:before {
    content: "\e4b8";
    }
        .fi-rr-claw-marks:before {
    content: "\e4b9";
    }
        .fi-rr-clear-alt:before {
    content: "\e4bc";
    }
        .fi-rr-clip:before {
    content: "\e4bf";
    }
        .fi-rr-clip-file:before {
    content: "\e4c0";
    }
        .fi-rr-clip-mail:before {
    content: "\e4c1";
    }
        .fi-rr-clipboard:before {
    content: "\e4c2";
    }
        .fi-rr-clipboard-check:before {
    content: "\e4c3";
    }
        .fi-rr-clipboard-exclamation:before {
    content: "\e4c4";
    }
        .fi-rr-clipboard-list:before {
    content: "\e4c5";
    }
        .fi-rr-clipboard-list-check:before {
    content: "\e4c6";
    }
        .fi-rr-clipboard-prescription:before {
    content: "\e4c7";
    }
        .fi-rr-clipboard-question:before {
    content: "\e4c8";
    }
        .fi-rr-clipboard-user:before {
    content: "\e4c9";
    }
        .fi-rr-clipoard-wrong:before {
    content: "\e4ca";
    }
        .fi-rr-clock:before {
    content: "\e4cb";
    }
        .fi-rr-clock-desk:before {
    content: "\e4cc";
    }
        .fi-rr-clock-eight-thirty:before {
    content: "\e4cd";
    }
        .fi-rr-clock-eleven:before {
    content: "\e4ce";
    }
        .fi-rr-clock-eleven-thirty:before {
    content: "\e4cf";
    }
        .fi-rr-clock-five:before {
    content: "\e4d0";
    }
        .fi-rr-clock-five-thirty:before {
    content: "\e4d1";
    }
        .fi-rr-clock-four-thirty:before {
    content: "\e4d2";
    }
        .fi-rr-clock-future-past:before {
    content: "\e4d3";
    }
        .fi-rr-clock-money:before {
    content: "\e4d4";
    }
        .fi-rr-clock-nine:before {
    content: "\e4d5";
    }
        .fi-rr-clock-nine-thirty:before {
    content: "\e4d6";
    }
        .fi-rr-clock-one:before {
    content: "\e4d7";
    }
        .fi-rr-clock-one-thirty:before {
    content: "\e4d8";
    }
        .fi-rr-clock-seven:before {
    content: "\e4d9";
    }
        .fi-rr-clock-seven-thirty:before {
    content: "\e4da";
    }
        .fi-rr-clock-six:before {
    content: "\e4db";
    }
        .fi-rr-clock-six-thirty:before {
    content: "\e4dc";
    }
        .fi-rr-clock-ten:before {
    content: "\e4dd";
    }
        .fi-rr-clock-ten-thirty:before {
    content: "\e4de";
    }
        .fi-rr-clock-three:before {
    content: "\e4df";
    }
        .fi-rr-clock-three-thirty:before {
    content: "\e4e0";
    }
        .fi-rr-clock-time-tracking:before {
    content: "\e4e1";
    }
        .fi-rr-clock-twelve:before {
    content: "\e4e2";
    }
        .fi-rr-clock-twelve-thirty:before {
    content: "\e4e3";
    }
        .fi-rr-clock-two:before {
    content: "\e4e4";
    }
        .fi-rr-clock-two-thirty:before {
    content: "\e4e5";
    }
        .fi-rr-clock-up-arrow:before {
    content: "\e4e6";
    }
        .fi-rr-clone:before {
    content: "\e4e7";
    }
        .fi-rr-closed:before {
    content: "\e4e8";
    }
        .fi-rr-closed-captioning-slash:before {
    content: "\e4e9";
    }
        .fi-rr-clothes-hanger:before {
    content: "\e4ea";
    }
        .fi-rr-clothing-rack:before {
    content: "\e4eb";
    }
        .fi-rr-cloud:before {
    content: "\e4ec";
    }
        .fi-rr-cloud-back-up:before {
    content: "\e4ed";
    }
        .fi-rr-cloud-back-up-alt:before {
    content: "\e4ee";
    }
        .fi-rr-cloud-check:before {
    content: "\e4ef";
    }
        .fi-rr-cloud-code:before {
    content: "\e4f0";
    }
        .fi-rr-cloud-data:before {
    content: "\e4f1";
    }
        .fi-rr-cloud-disabled:before {
    content: "\e4f2";
    }
        .fi-rr-cloud-download:before {
    content: "\e4f3";
    }
        .fi-rr-cloud-download-alt:before {
    content: "\e4f4";
    }
        .fi-rr-cloud-download-circle:before {
    content: "\e4f5";
    }
        .fi-rr-cloud-drizzle:before {
    content: "\e4f6";
    }
        .fi-rr-cloud-exclamation:before {
    content: "\e4f7";
    }
        .fi-rr-cloud-gear-automation:before {
    content: "\e4f9";
    }
        .fi-rr-cloud-hail:before {
    content: "\e4fa";
    }
        .fi-rr-cloud-hail-mixed:before {
    content: "\e4fb";
    }
        .fi-rr-cloud-lock:before {
    content: "\e4fc";
    }
        .fi-rr-cloud-meatball:before {
    content: "\e4fd";
    }
        .fi-rr-cloud-moon:before {
    content: "\e4ff";
    }
        .fi-rr-cloud-moon-rain:before {
    content: "\e500";
    }
        .fi-rr-cloud-question:before {
    content: "\e502";
    }
        .fi-rr-cloud-rain:before {
    content: "\e503";
    }
        .fi-rr-cloud-rainbow:before {
    content: "\e504";
    }
        .fi-rr-cloud-share:before {
    content: "\e505";
    }
        .fi-rr-cloud-showers:before {
    content: "\e506";
    }
        .fi-rr-cloud-showers-heavy:before {
    content: "\e507";
    }
        .fi-rr-cloud-showers-water:before {
    content: "\e508";
    }
        .fi-rr-cloud-sleet:before {
    content: "\e50a";
    }
        .fi-rr-cloud-snow:before {
    content: "\e50b";
    }
        .fi-rr-cloud-stairs:before {
    content: "\e50c";
    }
        .fi-rr-cloud-sun:before {
    content: "\e50d";
    }
        .fi-rr-cloud-sun-rain:before {
    content: "\e50e";
    }
        .fi-rr-cloud-sun-tear:before {
    content: "\e50f";
    }
        .fi-rr-cloud-upload:before {
    content: "\e510";
    }
        .fi-rr-cloud-upload-alt:before {
    content: "\e511";
    }
        .fi-rr-cloud-upload-circle:before {
    content: "\e512";
    }
        .fi-rr-cloud-windy:before {
    content: "\e514";
    }
        .fi-rr-clouds:before {
    content: "\e517";
    }
        .fi-rr-clouds-moon:before {
    content: "\e518";
    }
        .fi-rr-clouds-sun:before {
    content: "\e519";
    }
        .fi-rr-clover-alt:before {
    content: "\e51a";
    }
        .fi-rr-club:before {
    content: "\e51b";
    }
        .fi-rr-cocktail:before {
    content: "\e52b";
    }
        .fi-rr-cocktail-alt:before {
    content: "\e52c";
    }
        .fi-rr-coconut:before {
    content: "\e52d";
    }
        .fi-rr-coconut-water:before {
    content: "\e52e";
    }
        .fi-rr-code-branch:before {
    content: "\e52f";
    }
        .fi-rr-code-commit:before {
    content: "\e530";
    }
        .fi-rr-code-compare:before {
    content: "\e531";
    }
        .fi-rr-code-editing:before {
    content: "\e532";
    }
        .fi-rr-code-fork:before {
    content: "\e533";
    }
        .fi-rr-code-merge:before {
    content: "\e534";
    }
        .fi-rr-code-pull-request:before {
    content: "\e535";
    }
        .fi-rr-code-pull-request-closed:before {
    content: "\e536";
    }
        .fi-rr-code-pull-request-draft:before {
    content: "\e537";
    }
        .fi-rr-code-simple:before {
    content: "\e538";
    }
        .fi-rr-code-window:before {
    content: "\e539";
    }
        .fi-rr-coffee:before {
    content: "\e53a";
    }
        .fi-rr-coffee-bean:before {
    content: "\e53b";
    }
        .fi-rr-coffee-beans:before {
    content: "\e53c";
    }
        .fi-rr-coffee-heart:before {
    content: "\e53d";
    }
        .fi-rr-coffee-maker:before {
    content: "\e53e";
    }
        .fi-rr-coffee-pot:before {
    content: "\e53f";
    }
        .fi-rr-coffee-time:before {
    content: "\e540";
    }
        .fi-rr-coffin:before {
    content: "\e541";
    }
        .fi-rr-coffin-cross:before {
    content: "\e542";
    }
        .fi-rr-coil:before {
    content: "\e543";
    }
        .fi-rr-coin:before {
    content: "\e544";
    }
        .fi-rr-coin-up-arrow:before {
    content: "\e545";
    }
        .fi-rr-coins:before {
    content: "\e546";
    }
        .fi-rr-coins-crypto:before {
    content: "\e547";
    }
        .fi-rr-coins-shield:before {
    content: "\e548";
    }
        .fi-rr-colon-sign:before {
    content: "\e54a";
    }
        .fi-rr-columns-3:before {
    content: "\e54c";
    }
        .fi-rr-comb:before {
    content: "\e54d";
    }
        .fi-rr-comb-hair:before {
    content: "\e54e";
    }
        .fi-rr-comedy-podcast:before {
    content: "\e54f";
    }
        .fi-rr-comet:before {
    content: "\e550";
    }
        .fi-rr-command:before {
    content: "\e552";
    }
        .fi-rr-comment:before {
    content: "\e553";
    }
        .fi-rr-comment-alt:before {
    content: "\e554";
    }
        .fi-rr-comment-alt-check:before {
    content: "\e555";
    }
        .fi-rr-comment-alt-dots:before {
    content: "\e556";
    }
        .fi-rr-comment-alt-edit:before {
    content: "\e557";
    }
        .fi-rr-comment-alt-lock:before {
    content: "\e558";
    }
        .fi-rr-comment-alt-medical:before {
    content: "\e559";
    }
        .fi-rr-comment-alt-middle:before {
    content: "\e55a";
    }
        .fi-rr-comment-alt-middle-top:before {
    content: "\e55b";
    }
        .fi-rr-comment-alt-minus:before {
    content: "\e55c";
    }
        .fi-rr-comment-alt-music:before {
    content: "\e55d";
    }
        .fi-rr-comment-arrow-down:before {
    content: "\e560";
    }
        .fi-rr-comment-arrow-up:before {
    content: "\e561";
    }
        .fi-rr-comment-arrow-up-right:before {
    content: "\e562";
    }
        .fi-rr-comment-check:before {
    content: "\e563";
    }
        .fi-rr-comment-clock:before {
    content: "\e564";
    }
        .fi-rr-comment-code:before {
    content: "\e565";
    }
        .fi-rr-comment-dollar:before {
    content: "\e566";
    }
        .fi-rr-comment-dots:before {
    content: "\e567";
    }
        .fi-rr-comment-exclamation:before {
    content: "\e568";
    }
        .fi-rr-comment-heart:before {
    content: "\e569";
    }
        .fi-rr-comment-image:before {
    content: "\e56a";
    }
        .fi-rr-comment-info:before {
    content: "\e56b";
    }
        .fi-rr-comment-lock:before {
    content: "\e56c";
    }
        .fi-rr-comment-medical:before {
    content: "\e56d";
    }
        .fi-rr-comment-minus:before {
    content: "\e56e";
    }
        .fi-rr-comment-pen:before {
    content: "\e56f";
    }
        .fi-rr-comment-question:before {
    content: "\e571";
    }
        .fi-rr-comment-quote:before {
    content: "\e572";
    }
        .fi-rr-comment-slash:before {
    content: "\e573";
    }
        .fi-rr-comment-smile:before {
    content: "\e574";
    }
        .fi-rr-comment-sms:before {
    content: "\e575";
    }
        .fi-rr-comment-text:before {
    content: "\e576";
    }
        .fi-rr-comment-user:before {
    content: "\e577";
    }
        .fi-rr-comment-xmark:before {
    content: "\e578";
    }
        .fi-rr-comments:before {
    content: "\e579";
    }
        .fi-rr-comments-dollar:before {
    content: "\e57a";
    }
        .fi-rr-comments-question:before {
    content: "\e57b";
    }
        .fi-rr-comments-question-check:before {
    content: "\e57c";
    }
        .fi-rr-compass-alt:before {
    content: "\e57d";
    }
        .fi-rr-compass-east:before {
    content: "\e57e";
    }
        .fi-rr-compass-north:before {
    content: "\e57f";
    }
        .fi-rr-compass-slash:before {
    content: "\e580";
    }
        .fi-rr-compass-south:before {
    content: "\e581";
    }
        .fi-rr-compass-west:before {
    content: "\e582";
    }
        .fi-rr-completed:before {
    content: "\e583";
    }
        .fi-rr-compliance:before {
    content: "\e584";
    }
        .fi-rr-compliance-clipboard:before {
    content: "\e585";
    }
        .fi-rr-compliance-document:before {
    content: "\e586";
    }
        .fi-rr-compress:before {
    content: "\e587";
    }
        .fi-rr-compress-alt:before {
    content: "\e588";
    }
        .fi-rr-computer:before {
    content: "\e589";
    }
        .fi-rr-computer-ad:before {
    content: "\e58a";
    }
        .fi-rr-computer-classic:before {
    content: "\e58b";
    }
        .fi-rr-computer-mouse:before {
    content: "\e58c";
    }
        .fi-rr-computer-speaker:before {
    content: "\e58d";
    }
        .fi-rr-concierge-bell:before {
    content: "\e58e";
    }
        .fi-rr-concrete-mixer:before {
    content: "\e590";
    }
        .fi-rr-condition:before {
    content: "\e591";
    }
        .fi-rr-condition-alt:before {
    content: "\e592";
    }
        .fi-rr-confetti:before {
    content: "\e593";
    }
        .fi-rr-confidential-discussion:before {
    content: "\e594";
    }
        .fi-rr-confidential-folder:before {
    content: "\e595";
    }
        .fi-rr-confirmed-user:before {
    content: "\e596";
    }
        .fi-rr-console-controller:before {
    content: "\e598";
    }
        .fi-rr-constellation:before {
    content: "\e599";
    }
        .fi-rr-construction-helmet:before {
    content: "\e59a";
    }
        .fi-rr-construction-location:before {
    content: "\e59b";
    }
        .fi-rr-consultant:before {
    content: "\e59c";
    }
        .fi-rr-contact-lens-eyes:before {
    content: "\e59d";
    }
        .fi-rr-container-storage:before {
    content: "\e59f";
    }
        .fi-rr-contract:before {
    content: "\e5a0";
    }
        .fi-rr-contrast:before {
    content: "\e5a1";
    }
        .fi-rr-convert-document:before {
    content: "\e5a2";
    }
        .fi-rr-convert-shapes:before {
    content: "\e5a3";
    }
        .fi-rr-conveyor-belt:before {
    content: "\e5a4";
    }
        .fi-rr-conveyor-belt-alt:before {
    content: "\e5a5";
    }
        .fi-rr-conveyor-belt-arm:before {
    content: "\e5a6";
    }
        .fi-rr-conveyor-belt-empty:before {
    content: "\e5a7";
    }
        .fi-rr-cookie:before {
    content: "\e5a8";
    }
        .fi-rr-cookie-alt:before {
    content: "\e5a9";
    }
        .fi-rr-cookie-lock:before {
    content: "\e5aa";
    }
        .fi-rr-copy:before {
    content: "\e5ab";
    }
        .fi-rr-copy-alt:before {
    content: "\e5ac";
    }
        .fi-rr-copy-image:before {
    content: "\e5ad";
    }
        .fi-rr-copyright:before {
    content: "\e5ae";
    }
        .fi-rr-coral-reef:before {
    content: "\e5af";
    }
        .fi-rr-coriander:before {
    content: "\e5b0";
    }
        .fi-rr-corn:before {
    content: "\e5b1";
    }
        .fi-rr-corporate:before {
    content: "\e5b3";
    }
        .fi-rr-corporate-alt:before {
    content: "\e5b4";
    }
        .fi-rr-corruption:before {
    content: "\e5b5";
    }
        .fi-rr-couch:before {
    content: "\e5b6";
    }
        .fi-rr-court-order:before {
    content: "\e5b9";
    }
        .fi-rr-court-sport:before {
    content: "\e5ba";
    }
        .fi-rr-cow:before {
    content: "\e5bb";
    }
        .fi-rr-cow-alt:before {
    content: "\e5bc";
    }
        .fi-rr-cowbell:before {
    content: "\e5bd";
    }
        .fi-rr-cowbell-circle-plus:before {
    content: "\e5be";
    }
        .fi-rr-cowbell-more:before {
    content: "\e5bf";
    }
        .fi-rr-coworking:before {
    content: "\e5c0";
    }
        .fi-rr-cpu:before {
    content: "\e5c1";
    }
        .fi-rr-crab:before {
    content: "\e5c2";
    }
        .fi-rr-crane:before {
    content: "\e5c3";
    }
        .fi-rr-crane-building:before {
    content: "\e5c4";
    }
        .fi-rr-crate-empty:before {
    content: "\e5c5";
    }
        .fi-rr-cream:before {
    content: "\e5c6";
    }
        .fi-rr-credit-card:before {
    content: "\e5d6";
    }
        .fi-rr-credit-card-buyer:before {
    content: "\e5d7";
    }
        .fi-rr-credit-card-check:before {
    content: "\e5d8";
    }
        .fi-rr-credit-card-edit:before {
    content: "\e5d9";
    }
        .fi-rr-credit-card-eye:before {
    content: "\e5da";
    }
        .fi-rr-credit-card-notification:before {
    content: "\e5db";
    }
        .fi-rr-credit-card-xmark:before {
    content: "\e5dc";
    }
        .fi-rr-crepe:before {
    content: "\e5e0";
    }
        .fi-rr-cricket:before {
    content: "\e5e1";
    }
        .fi-rr-CRM:before {
    content: "\e5e2";
    }
        .fi-rr-crm-alt:before {
    content: "\e5e3";
    }
        .fi-rr-crm-computer:before {
    content: "\e5e4";
    }
        .fi-rr-crochet:before {
    content: "\e5e5";
    }
        .fi-rr-croissant:before {
    content: "\e5e6";
    }
        .fi-rr-cross:before {
    content: "\e5e8";
    }
        .fi-rr-cross-circle:before {
    content: "\e5e9";
    }
        .fi-rr-cross-religion:before {
    content: "\e5ea";
    }
        .fi-rr-cross-small:before {
    content: "\e5eb";
    }
        .fi-rr-crossed-hammers:before {
    content: "\e5ed";
    }
        .fi-rr-crossed-hands-reject:before {
    content: "\e5ee";
    }
        .fi-rr-crow:before {
    content: "\e5ef";
    }
        .fi-rr-crowdfunding:before {
    content: "\e5f0";
    }
        .fi-rr-crown:before {
    content: "\e5f1";
    }
        .fi-rr-crutch:before {
    content: "\e5f2";
    }
        .fi-rr-crutches:before {
    content: "\e5f3";
    }
        .fi-rr-cruzeiro-sign:before {
    content: "\e5f4";
    }
        .fi-rr-crypto-calendar:before {
    content: "\e5f5";
    }
        .fi-rr-crypto-vault:before {
    content: "\e5f6";
    }
        .fi-rr-crypto-wallet:before {
    content: "\e5f7";
    }
        .fi-rr-cryptocurrency:before {
    content: "\e5f8";
    }
        .fi-rr-crystal-ball:before {
    content: "\e5f9";
    }
        .fi-rr-cube:before {
    content: "\e608";
    }
        .fi-rr-cubes:before {
    content: "\e609";
    }
        .fi-rr-cubes-stacked:before {
    content: "\e60a";
    }
        .fi-rr-cucumber:before {
    content: "\e60b";
    }
        .fi-rr-cumin:before {
    content: "\e60c";
    }
        .fi-rr-cup-straw:before {
    content: "\e60d";
    }
        .fi-rr-cup-straw-swoosh:before {
    content: "\e60e";
    }
        .fi-rr-cup-togo:before {
    content: "\e60f";
    }
        .fi-rr-cupcake:before {
    content: "\e610";
    }
        .fi-rr-cupcake-alt:before {
    content: "\e611";
    }
        .fi-rr-curling:before {
    content: "\e613";
    }
        .fi-rr-curling-iron:before {
    content: "\e614";
    }
        .fi-rr-currency:before {
    content: "\e615";
    }
        .fi-rr-cursor:before {
    content: "\e616";
    }
        .fi-rr-cursor-finger:before {
    content: "\e617";
    }
        .fi-rr-cursor-finger-click:before {
    content: "\e618";
    }
        .fi-rr-cursor-plus:before {
    content: "\e619";
    }
        .fi-rr-cursor-text:before {
    content: "\e61a";
    }
        .fi-rr-cursor-text-alt:before {
    content: "\e61b";
    }
        .fi-rr-curve:before {
    content: "\e61c";
    }
        .fi-rr-curve-alt:before {
    content: "\e61d";
    }
        .fi-rr-curve-arrow:before {
    content: "\e61e";
    }
        .fi-rr-custard:before {
    content: "\e61f";
    }
        .fi-rr-customer-care:before {
    content: "\e620";
    }
        .fi-rr-customer-service:before {
    content: "\e621";
    }
        .fi-rr-customization:before {
    content: "\e622";
    }
        .fi-rr-customization-cogwheel:before {
    content: "\e623";
    }
        .fi-rr-customize:before {
    content: "\e624";
    }
        .fi-rr-customize-computer:before {
    content: "\e625";
    }
        .fi-rr-customize-edit:before {
    content: "\e626";
    }
        .fi-rr-cutter:before {
    content: "\e627";
    }
        .fi-rr-CV:before {
    content: "\e628";
    }
        .fi-rr-cvv-card:before {
    content: "\e629";
    }
        .fi-rr-cyborg:before {
    content: "\e62a";
    }
        .fi-rr-cycling:before {
    content: "\e62b";
    }
        .fi-rr-cystitis:before {
    content: "\e62c";
    }
        .fi-rr-d:before {
    content: "\e62d";
    }
        .fi-rr-dagger:before {
    content: "\e62e";
    }
        .fi-rr-daily-calendar:before {
    content: "\e62f";
    }
        .fi-rr-daisy:before {
    content: "\e631";
    }
        .fi-rr-daisy-alt:before {
    content: "\e632";
    }
        .fi-rr-damage:before {
    content: "\e633";
    }
        .fi-rr-danger-sign:before {
    content: "\e634";
    }
        .fi-rr-dark-mode:before {
    content: "\e635";
    }
        .fi-rr-dark-mode-alt:before {
    content: "\e636";
    }
        .fi-rr-dart:before {
    content: "\e637";
    }
        .fi-rr-dashboard:before {
    content: "\e639";
    }
        .fi-rr-dashboard-monitor:before {
    content: "\e63a";
    }
        .fi-rr-dashboard-panel:before {
    content: "\e63b";
    }
        .fi-rr-data-backup:before {
    content: "\e63d";
    }
        .fi-rr-data-cleaning:before {
    content: "\e63e";
    }
        .fi-rr-data-encryption:before {
    content: "\e63f";
    }
        .fi-rr-data-insight:before {
    content: "\e640";
    }
        .fi-rr-data-migration:before {
    content: "\e641";
    }
        .fi-rr-data-mining:before {
    content: "\e642";
    }
        .fi-rr-data-model:before {
    content: "\e643";
    }
        .fi-rr-data-processing:before {
    content: "\e644";
    }
        .fi-rr-data-report:before {
    content: "\e645";
    }
        .fi-rr-data-transfer:before {
    content: "\e646";
    }
        .fi-rr-database:before {
    content: "\e647";
    }
        .fi-rr-database-cleaning:before {
    content: "\e648";
    }
        .fi-rr-database-cloud-circle:before {
    content: "\e649";
    }
        .fi-rr-database-management:before {
    content: "\e64a";
    }
        .fi-rr-deadline:before {
    content: "\e64b";
    }
        .fi-rr-deafness:before {
    content: "\e64c";
    }
        .fi-rr-debt:before {
    content: "\e64d";
    }
        .fi-rr-december-calendar:before {
    content: "\e64f";
    }
        .fi-rr-decision-choice:before {
    content: "\e650";
    }
        .fi-rr-decision-tree:before {
    content: "\e651";
    }
        .fi-rr-declined-receipt:before {
    content: "\e652";
    }
        .fi-rr-deep-learning:before {
    content: "\e653";
    }
        .fi-rr-deer:before {
    content: "\e654";
    }
        .fi-rr-deer-rudolph:before {
    content: "\e655";
    }
        .fi-rr-degree-credential:before {
    content: "\e657";
    }
        .fi-rr-delete:before {
    content: "\e658";
    }
        .fi-rr-delete-document:before {
    content: "\e659";
    }
        .fi-rr-delete-right:before {
    content: "\e65a";
    }
        .fi-rr-delete-user:before {
    content: "\e65b";
    }
        .fi-rr-delivery-man:before {
    content: "\e65d";
    }
        .fi-rr-delivery-truck:before {
    content: "\e65e";
    }
        .fi-rr-democrat:before {
    content: "\e661";
    }
        .fi-rr-demographic:before {
    content: "\e662";
    }
        .fi-rr-department:before {
    content: "\e663";
    }
        .fi-rr-department-structure:before {
    content: "\e664";
    }
        .fi-rr-deposit:before {
    content: "\e665";
    }
        .fi-rr-deposit-alt:before {
    content: "\e666";
    }
        .fi-rr-description:before {
    content: "\e667";
    }
        .fi-rr-description-alt:before {
    content: "\e668";
    }
        .fi-rr-desert:before {
    content: "\e669";
    }
        .fi-rr-desert-dune:before {
    content: "\e66a";
    }
        .fi-rr-desk:before {
    content: "\e66b";
    }
        .fi-rr-desktop-arrow-down:before {
    content: "\e66c";
    }
        .fi-rr-desktop-wallpaper:before {
    content: "\e66d";
    }
        .fi-rr-detergent:before {
    content: "\e66e";
    }
        .fi-rr-devices:before {
    content: "\e671";
    }
        .fi-rr-dewpoint:before {
    content: "\e672";
    }
        .fi-rr-dharmachakra:before {
    content: "\e673";
    }
        .fi-rr-diagram-cells:before {
    content: "\e674";
    }
        .fi-rr-diagram-lean-canvas:before {
    content: "\e675";
    }
        .fi-rr-diagram-nested:before {
    content: "\e676";
    }
        .fi-rr-diagram-next:before {
    content: "\e677";
    }
        .fi-rr-diagram-predecessor:before {
    content: "\e678";
    }
        .fi-rr-diagram-previous:before {
    content: "\e679";
    }
        .fi-rr-diagram-project:before {
    content: "\e67a";
    }
        .fi-rr-diagram-sankey:before {
    content: "\e67b";
    }
        .fi-rr-diagram-subtask:before {
    content: "\e67c";
    }
        .fi-rr-diagram-successor:before {
    content: "\e67d";
    }
        .fi-rr-diagram-venn:before {
    content: "\e67e";
    }
        .fi-rr-dial:before {
    content: "\e67f";
    }
        .fi-rr-dial-high:before {
    content: "\e680";
    }
        .fi-rr-dial-low:before {
    content: "\e681";
    }
        .fi-rr-dial-max:before {
    content: "\e682";
    }
        .fi-rr-dial-med:before {
    content: "\e683";
    }
        .fi-rr-dial-med-low:before {
    content: "\e684";
    }
        .fi-rr-dial-min:before {
    content: "\e685";
    }
        .fi-rr-dial-off:before {
    content: "\e686";
    }
        .fi-rr-dialogue-exchange:before {
    content: "\e687";
    }
        .fi-rr-diamond:before {
    content: "\e688";
    }
        .fi-rr-diamond-box:before {
    content: "\e689";
    }
        .fi-rr-diamond-exclamation:before {
    content: "\e68a";
    }
        .fi-rr-diamond-open-box:before {
    content: "\e68b";
    }
        .fi-rr-diamond-turn-right:before {
    content: "\e68c";
    }
        .fi-rr-diary-bookmark-down:before {
    content: "\e68d";
    }
        .fi-rr-diary-bookmarks:before {
    content: "\e68e";
    }
        .fi-rr-diary-clasp:before {
    content: "\e68f";
    }
        .fi-rr-dice:before {
    content: "\e690";
    }
        .fi-rr-dice-alt:before {
    content: "\e691";
    }
        .fi-rr-dice-d10:before {
    content: "\e692";
    }
        .fi-rr-dice-d12:before {
    content: "\e693";
    }
        .fi-rr-dice-d20:before {
    content: "\e694";
    }
        .fi-rr-dice-d4:before {
    content: "\e695";
    }
        .fi-rr-dice-d6:before {
    content: "\e696";
    }
        .fi-rr-dice-d8:before {
    content: "\e697";
    }
        .fi-rr-dice-four:before {
    content: "\e698";
    }
        .fi-rr-dice-one:before {
    content: "\e699";
    }
        .fi-rr-dice-six:before {
    content: "\e69a";
    }
        .fi-rr-dice-three:before {
    content: "\e69b";
    }
        .fi-rr-dice-two:before {
    content: "\e69c";
    }
        .fi-rr-dictionary:before {
    content: "\e69d";
    }
        .fi-rr-dictionary-alt:before {
    content: "\e69e";
    }
        .fi-rr-dictionary-open:before {
    content: "\e69f";
    }
        .fi-rr-digging:before {
    content: "\e6a1";
    }
        .fi-rr-digital-banking:before {
    content: "\e6a2";
    }
        .fi-rr-digital-certificate:before {
    content: "\e6a3";
    }
        .fi-rr-digital-identity:before {
    content: "\e6a4";
    }
        .fi-rr-digital-key:before {
    content: "\e6a5";
    }
        .fi-rr-digital-money:before {
    content: "\e6aa";
    }
        .fi-rr-digital-payment:before {
    content: "\e6ab";
    }
        .fi-rr-digital-signature:before {
    content: "\e6ac";
    }
        .fi-rr-digital-tachograph:before {
    content: "\e6ad";
    }
        .fi-rr-digital-wallet:before {
    content: "\e6ae";
    }
        .fi-rr-dinner:before {
    content: "\e6b0";
    }
        .fi-rr-diploma:before {
    content: "\e6b1";
    }
        .fi-rr-diploma-alt:before {
    content: "\e6b2";
    }
        .fi-rr-direction-signal:before {
    content: "\e6b3";
    }
        .fi-rr-direction-signal-arrow:before {
    content: "\e6b4";
    }
        .fi-rr-disc-drive:before {
    content: "\e6b5";
    }
        .fi-rr-disco-ball:before {
    content: "\e6b7";
    }
        .fi-rr-discount:before {
    content: "\e6bc";
    }
        .fi-rr-discover:before {
    content: "\e6bd";
    }
        .fi-rr-discussion-group:before {
    content: "\e6bf";
    }
        .fi-rr-discussion-idea:before {
    content: "\e6c0";
    }
        .fi-rr-disease:before {
    content: "\e6c1";
    }
        .fi-rr-dishwasher:before {
    content: "\e6c2";
    }
        .fi-rr-disinfection:before {
    content: "\e6c3";
    }
        .fi-rr-disk:before {
    content: "\e6c4";
    }
        .fi-rr-display-arrow-down:before {
    content: "\e6c6";
    }
        .fi-rr-display-chart-up:before {
    content: "\e6c8";
    }
        .fi-rr-display-code:before {
    content: "\e6c9";
    }
        .fi-rr-display-medical:before {
    content: "\e6ca";
    }
        .fi-rr-display-slash:before {
    content: "\e6cb";
    }
        .fi-rr-distribute-spacing-horizontal:before {
    content: "\e6cc";
    }
        .fi-rr-distribute-spacing-vertical:before {
    content: "\e6cd";
    }
        .fi-rr-divide:before {
    content: "\e6cf";
    }
        .fi-rr-diving-googles:before {
    content: "\e6d0";
    }
        .fi-rr-dizzy:before {
    content: "\e6d1";
    }
        .fi-rr-dj-disc:before {
    content: "\e6d2";
    }
        .fi-rr-dna:before {
    content: "\e6d4";
    }
        .fi-rr-do-not-disturb:before {
    content: "\e6d7";
    }
        .fi-rr-do-not-disturb-doorknob:before {
    content: "\e6d8";
    }
        .fi-rr-do-not-enter:before {
    content: "\e6d9";
    }
        .fi-rr-doctor:before {
    content: "\e6db";
    }
        .fi-rr-doctor-bag:before {
    content: "\e6dc";
    }
        .fi-rr-document:before {
    content: "\e6de";
    }
        .fi-rr-document-autosave:before {
    content: "\e6df";
    }
        .fi-rr-document-circle-arrow-up:before {
    content: "\e6e0";
    }
        .fi-rr-document-circle-wrong:before {
    content: "\e6e1";
    }
        .fi-rr-document-fail:before {
    content: "\e6e2";
    }
        .fi-rr-document-folder-gear:before {
    content: "\e6e4";
    }
        .fi-rr-document-gavel:before {
    content: "\e6e5";
    }
        .fi-rr-document-gear:before {
    content: "\e6e7";
    }
        .fi-rr-document-link:before {
    content: "\e6e8";
    }
        .fi-rr-document-nft:before {
    content: "\e6e9";
    }
        .fi-rr-document-paid:before {
    content: "\e6ea";
    }
        .fi-rr-document-scanner:before {
    content: "\e6eb";
    }
        .fi-rr-document-signed:before {
    content: "\e6ec";
    }
        .fi-rr-document-writer:before {
    content: "\e6ed";
    }
        .fi-rr-dog:before {
    content: "\e6ef";
    }
        .fi-rr-dog-bowl-empty:before {
    content: "\e6f0";
    }
        .fi-rr-dog-leashed:before {
    content: "\e6f1";
    }
        .fi-rr-dollar:before {
    content: "\e6f2";
    }
        .fi-rr-dolly-flatbed:before {
    content: "\e6f3";
    }
        .fi-rr-dolly-flatbed-alt:before {
    content: "\e6f4";
    }
        .fi-rr-dolly-flatbed-empty:before {
    content: "\e6f5";
    }
        .fi-rr-dolphin:before {
    content: "\e6f6";
    }
        .fi-rr-domino-effect:before {
    content: "\e6f7";
    }
        .fi-rr-donate:before {
    content: "\e6f8";
    }
        .fi-rr-donate-box:before {
    content: "\e6f9";
    }
        .fi-rr-dong-sign:before {
    content: "\e6fa";
    }
        .fi-rr-donut:before {
    content: "\e6fb";
    }
        .fi-rr-door-closed:before {
    content: "\e6fc";
    }
        .fi-rr-door-hanger:before {
    content: "\e6fd";
    }
        .fi-rr-door-open:before {
    content: "\e6fe";
    }
        .fi-rr-door-window:before {
    content: "\e6ff";
    }
        .fi-rr-dorayaki:before {
    content: "\e700";
    }
        .fi-rr-dorm-room:before {
    content: "\e701";
    }
        .fi-rr-dot-circle:before {
    content: "\e702";
    }
        .fi-rr-dot-pending:before {
    content: "\e703";
    }
        .fi-rr-dots-loading:before {
    content: "\e704";
    }
        .fi-rr-dove:before {
    content: "\e705";
    }
        .fi-rr-down:before {
    content: "\e707";
    }
        .fi-rr-down-from-bracket:before {
    content: "\e708";
    }
        .fi-rr-down-left:before {
    content: "\e709";
    }
        .fi-rr-down-left-and-up-right-to-center:before {
    content: "\e70a";
    }
        .fi-rr-down-right:before {
    content: "\e70b";
    }
        .fi-rr-down-to-line:before {
    content: "\e70c";
    }
        .fi-rr-download:before {
    content: "\e70d";
    }
        .fi-rr-drafting-compass:before {
    content: "\e70f";
    }
        .fi-rr-drafting-compass-paper:before {
    content: "\e710";
    }
        .fi-rr-dragon:before {
    content: "\e711";
    }
        .fi-rr-dragon-fire:before {
    content: "\e712";
    }
        .fi-rr-draw-polygon:before {
    content: "\e713";
    }
        .fi-rr-draw-square:before {
    content: "\e714";
    }
        .fi-rr-drawer:before {
    content: "\e715";
    }
        .fi-rr-drawer-alt:before {
    content: "\e716";
    }
        .fi-rr-drawer-empty:before {
    content: "\e717";
    }
        .fi-rr-dreidel:before {
    content: "\e718";
    }
        .fi-rr-dress:before {
    content: "\e719";
    }
        .fi-rr-driller:before {
    content: "\e71b";
    }
        .fi-rr-drink-alt:before {
    content: "\e71d";
    }
        .fi-rr-driver-man:before {
    content: "\e71e";
    }
        .fi-rr-driver-woman:before {
    content: "\e71f";
    }
        .fi-rr-drone:before {
    content: "\e720";
    }
        .fi-rr-drone-alt:before {
    content: "\e721";
    }
        .fi-rr-drone-front:before {
    content: "\e722";
    }
        .fi-rr-drop-down:before {
    content: "\e723";
    }
        .fi-rr-dropdown:before {
    content: "\e725";
    }
        .fi-rr-dropdown-bar:before {
    content: "\e726";
    }
        .fi-rr-dropdown-select:before {
    content: "\e727";
    }
        .fi-rr-drought:before {
    content: "\e729";
    }
        .fi-rr-drugs-addiction:before {
    content: "\e72a";
    }
        .fi-rr-drum:before {
    content: "\e72b";
    }
        .fi-rr-drum-steelpan:before {
    content: "\e72c";
    }
        .fi-rr-drumstick:before {
    content: "\e72d";
    }
        .fi-rr-drumstick-bite:before {
    content: "\e72e";
    }
        .fi-rr-dryer:before {
    content: "\e730";
    }
        .fi-rr-dryer-alt:before {
    content: "\e731";
    }
        .fi-rr-drywall:before {
    content: "\e733";
    }
        .fi-rr-dual-screen:before {
    content: "\e734";
    }
        .fi-rr-duck:before {
    content: "\e735";
    }
        .fi-rr-dumbbell-alt:before {
    content: "\e736";
    }
        .fi-rr-dumbbell-fitness:before {
    content: "\e737";
    }
        .fi-rr-dumbbell-heart:before {
    content: "\e738";
    }
        .fi-rr-dumbbell-horizontal:before {
    content: "\e739";
    }
        .fi-rr-dumbbell-ray:before {
    content: "\e73a";
    }
        .fi-rr-dumbbell-weightlifting:before {
    content: "\e73b";
    }
        .fi-rr-dumpling:before {
    content: "\e73c";
    }
        .fi-rr-dumpster:before {
    content: "\e73d";
    }
        .fi-rr-dumpster-fire:before {
    content: "\e73e";
    }
        .fi-rr-dungeon:before {
    content: "\e73f";
    }
        .fi-rr-duplicate:before {
    content: "\e740";
    }
        .fi-rr-duration:before {
    content: "\e741";
    }
        .fi-rr-duration-alt:before {
    content: "\e742";
    }
        .fi-rr-e:before {
    content: "\e743";
    }
        .fi-rr-e-learning:before {
    content: "\e744";
    }
        .fi-rr-e-sim:before {
    content: "\e745";
    }
        .fi-rr-eagle:before {
    content: "\e746";
    }
        .fi-rr-eagle-flying:before {
    content: "\e747";
    }
        .fi-rr-ear:before {
    content: "\e748";
    }
        .fi-rr-ear-deaf:before {
    content: "\e749";
    }
        .fi-rr-ear-muffs:before {
    content: "\e74a";
    }
        .fi-rr-ear-sound:before {
    content: "\e74b";
    }
        .fi-rr-earbuds:before {
    content: "\e74c";
    }
        .fi-rr-earnings:before {
    content: "\e74d";
    }
        .fi-rr-earth-africa:before {
    content: "\e74e";
    }
        .fi-rr-earth-americas:before {
    content: "\e74f";
    }
        .fi-rr-earth-asia:before {
    content: "\e750";
    }
        .fi-rr-earth-europa:before {
    content: "\e751";
    }
        .fi-rr-ebook:before {
    content: "\e753";
    }
        .fi-rr-eclipse:before {
    content: "\e754";
    }
        .fi-rr-eclipse-alt:before {
    content: "\e755";
    }
        .fi-rr-eco-battery:before {
    content: "\e756";
    }
        .fi-rr-eco-electric:before {
    content: "\e757";
    }
        .fi-rr-edamame:before {
    content: "\e758";
    }
        .fi-rr-edit:before {
    content: "\e759";
    }
        .fi-rr-edit-alt:before {
    content: "\e75a";
    }
        .fi-rr-edit-message:before {
    content: "\e75b";
    }
        .fi-rr-education-podcast:before {
    content: "\e75c";
    }
        .fi-rr-effect:before {
    content: "\e75d";
    }
        .fi-rr-egg:before {
    content: "\e75e";
    }
        .fi-rr-egg-fried:before {
    content: "\e75f";
    }
        .fi-rr-eiffel-tower:before {
    content: "\e760";
    }
        .fi-rr-eject:before {
    content: "\e761";
    }
        .fi-rr-electric-bike:before {
    content: "\e762";
    }
        .fi-rr-electric-bus:before {
    content: "\e763";
    }
        .fi-rr-electric-car:before {
    content: "\e764";
    }
        .fi-rr-electric-scooter:before {
    content: "\e765";
    }
        .fi-rr-elephant:before {
    content: "\e767";
    }
        .fi-rr-elevator:before {
    content: "\e768";
    }
        .fi-rr-email-feedback:before {
    content: "\e76a";
    }
        .fi-rr-email-heart:before {
    content: "\e76b";
    }
        .fi-rr-email-pending:before {
    content: "\e76c";
    }
        .fi-rr-email-refresh:before {
    content: "\e76d";
    }
        .fi-rr-email-star:before {
    content: "\e76e";
    }
        .fi-rr-emergency-call:before {
    content: "\e76f";
    }
        .fi-rr-emergency-stop:before {
    content: "\e770";
    }
        .fi-rr-employee-alt:before {
    content: "\e771";
    }
        .fi-rr-employee-handbook:before {
    content: "\e772";
    }
        .fi-rr-employee-man:before {
    content: "\e773";
    }
        .fi-rr-employee-man-alt:before {
    content: "\e774";
    }
        .fi-rr-employee-performance:before {
    content: "\e776";
    }
        .fi-rr-employees:before {
    content: "\e778";
    }
        .fi-rr-employees-woman-man:before {
    content: "\e779";
    }
        .fi-rr-empty-set:before {
    content: "\e77a";
    }
        .fi-rr-endless-loop:before {
    content: "\e77b";
    }
        .fi-rr-energy-drink:before {
    content: "\e77c";
    }
        .fi-rr-engine:before {
    content: "\e77e";
    }
        .fi-rr-engine-algorithm:before {
    content: "\e77f";
    }
        .fi-rr-engine-warning:before {
    content: "\e780";
    }
        .fi-rr-english:before {
    content: "\e781";
    }
        .fi-rr-enter:before {
    content: "\e782";
    }
        .fi-rr-entrance:before {
    content: "\e784";
    }
        .fi-rr-envelope:before {
    content: "\e785";
    }
        .fi-rr-envelope-ban:before {
    content: "\e786";
    }
        .fi-rr-envelope-bulk:before {
    content: "\e787";
    }
        .fi-rr-envelope-dot:before {
    content: "\e788";
    }
        .fi-rr-envelope-download:before {
    content: "\e789";
    }
        .fi-rr-envelope-heart:before {
    content: "\e78a";
    }
        .fi-rr-envelope-marker:before {
    content: "\e78b";
    }
        .fi-rr-envelope-open:before {
    content: "\e78c";
    }
        .fi-rr-envelope-open-dollar:before {
    content: "\e78d";
    }
        .fi-rr-envelope-open-text:before {
    content: "\e78e";
    }
        .fi-rr-envelope-plus:before {
    content: "\e78f";
    }
        .fi-rr-envelopes:before {
    content: "\e790";
    }
        .fi-rr-equality:before {
    content: "\e792";
    }
        .fi-rr-equals:before {
    content: "\e793";
    }
        .fi-rr-equestrian-statue:before {
    content: "\e794";
    }
        .fi-rr-eraser:before {
    content: "\e796";
    }
        .fi-rr-error-bug:before {
    content: "\e797";
    }
        .fi-rr-error-camera:before {
    content: "\e798";
    }
        .fi-rr-error-receipt:before {
    content: "\e799";
    }
        .fi-rr-escalator:before {
    content: "\e79a";
    }
        .fi-rr-ethernet:before {
    content: "\e79c";
    }
        .fi-rr-euro:before {
    content: "\e79e";
    }
        .fi-rr-europe-flag:before {
    content: "\e79f";
    }
        .fi-rr-europe-map:before {
    content: "\e7a0";
    }
        .fi-rr-european-union:before {
    content: "\e7a1";
    }
        .fi-rr-evidence:before {
    content: "\e7a3";
    }
        .fi-rr-exam-b:before {
    content: "\e7a4";
    }
        .fi-rr-exam-d:before {
    content: "\e7a5";
    }
        .fi-rr-exam-f:before {
    content: "\e7a6";
    }
        .fi-rr-exam-xmark:before {
    content: "\e7a7";
    }
        .fi-rr-excavator:before {
    content: "\e7a8";
    }
        .fi-rr-exchange:before {
    content: "\e7a9";
    }
        .fi-rr-exchange-alt:before {
    content: "\e7aa";
    }
        .fi-rr-exchange-cryptocurrency:before {
    content: "\e7ab";
    }
        .fi-rr-exclamation:before {
    content: "\e7ac";
    }
        .fi-rr-exit:before {
    content: "\e7af";
    }
        .fi-rr-exit-alt:before {
    content: "\e7b0";
    }
        .fi-rr-expand:before {
    content: "\e7b1";
    }
        .fi-rr-expand-arrows:before {
    content: "\e7b2";
    }
        .fi-rr-expand-arrows-alt:before {
    content: "\e7b3";
    }
        .fi-rr-expense:before {
    content: "\e7b4";
    }
        .fi-rr-expense-bill:before {
    content: "\e7b5";
    }
        .fi-rr-explosion:before {
    content: "\e7b8";
    }
        .fi-rr-external-hard-drive:before {
    content: "\e7b9";
    }
        .fi-rr-external-world:before {
    content: "\e7ba";
    }
        .fi-rr-eye:before {
    content: "\e7bb";
    }
        .fi-rr-eye-alert:before {
    content: "\e7bc";
    }
        .fi-rr-eye-arrow-progress:before {
    content: "\e7bd";
    }
        .fi-rr-eye-crossed:before {
    content: "\e7be";
    }
        .fi-rr-eye-drop:before {
    content: "\e7bf";
    }
        .fi-rr-eye-dropper:before {
    content: "\e7c0";
    }
        .fi-rr-eye-dropper-half:before {
    content: "\e7c1";
    }
        .fi-rr-eye-lashes:before {
    content: "\e7c3";
    }
        .fi-rr-eye-recognition:before {
    content: "\e7c4";
    }
        .fi-rr-eye-scanner:before {
    content: "\e7c5";
    }
        .fi-rr-eyelashes:before {
    content: "\e7c6";
    }
        .fi-rr-eyeliner:before {
    content: "\e7c7";
    }
        .fi-rr-eyes:before {
    content: "\e7c8";
    }
        .fi-rr-eyeshadow:before {
    content: "\e7c9";
    }
        .fi-rr-f:before {
    content: "\e7ca";
    }
        .fi-rr-fabric:before {
    content: "\e7cc";
    }
        .fi-rr-face-angry-horns:before {
    content: "\e7cd";
    }
        .fi-rr-face-anguished:before {
    content: "\e7ce";
    }
        .fi-rr-face-anxious-sweat:before {
    content: "\e7cf";
    }
        .fi-rr-face-astonished:before {
    content: "\e7d0";
    }
        .fi-rr-face-awesome:before {
    content: "\e7d1";
    }
        .fi-rr-face-beam-hand-over-mouth:before {
    content: "\e7d2";
    }
        .fi-rr-face-confounded:before {
    content: "\e7d3";
    }
        .fi-rr-face-confused:before {
    content: "\e7d4";
    }
        .fi-rr-face-cowboy-hat:before {
    content: "\e7d5";
    }
        .fi-rr-face-disappointed:before {
    content: "\e7d6";
    }
        .fi-rr-face-disguise:before {
    content: "\e7d7";
    }
        .fi-rr-face-downcast-sweat:before {
    content: "\e7d8";
    }
        .fi-rr-face-drooling:before {
    content: "\e7d9";
    }
        .fi-rr-face-explode:before {
    content: "\e7da";
    }
        .fi-rr-face-expressionless:before {
    content: "\e7db";
    }
        .fi-rr-face-eyes-xmarks:before {
    content: "\e7dc";
    }
        .fi-rr-face-fearful:before {
    content: "\e7dd";
    }
        .fi-rr-face-glasses:before {
    content: "\e7de";
    }
        .fi-rr-face-grin-tongue-wink:before {
    content: "\e7df";
    }
        .fi-rr-face-hand-yawn:before {
    content: "\e7e0";
    }
        .fi-rr-face-head-bandage:before {
    content: "\e7e1";
    }
        .fi-rr-face-hushed:before {
    content: "\e7e2";
    }
        .fi-rr-face-icicles:before {
    content: "\e7e3";
    }
        .fi-rr-face-lying:before {
    content: "\e7e4";
    }
        .fi-rr-face-mask:before {
    content: "\e7e5";
    }
        .fi-rr-face-monocle:before {
    content: "\e7e6";
    }
        .fi-rr-face-nauseated:before {
    content: "\e7e7";
    }
        .fi-rr-face-nose-steam:before {
    content: "\e7e8";
    }
        .fi-rr-face-party:before {
    content: "\e7e9";
    }
        .fi-rr-face-pensive:before {
    content: "\e7ea";
    }
        .fi-rr-face-persevering:before {
    content: "\e7eb";
    }
        .fi-rr-face-pleading:before {
    content: "\e7ec";
    }
        .fi-rr-face-raised-eyebrow:before {
    content: "\e7ed";
    }
        .fi-rr-face-relieved:before {
    content: "\e7ee";
    }
        .fi-rr-face-sad-sweat:before {
    content: "\e7ef";
    }
        .fi-rr-face-scream:before {
    content: "\e7f0";
    }
        .fi-rr-face-shush:before {
    content: "\e7f1";
    }
        .fi-rr-face-sleeping:before {
    content: "\e7f2";
    }
        .fi-rr-face-sleepy:before {
    content: "\e7f3";
    }
        .fi-rr-face-smile-halo:before {
    content: "\e7f4";
    }
        .fi-rr-face-smile-hearts:before {
    content: "\e7f5";
    }
        .fi-rr-face-smile-horns:before {
    content: "\e7f6";
    }
        .fi-rr-face-smile-tear:before {
    content: "\e7f7";
    }
        .fi-rr-face-smile-tongue:before {
    content: "\e7f8";
    }
        .fi-rr-face-smile-upside-down:before {
    content: "\e7f9";
    }
        .fi-rr-face-smiling-hands:before {
    content: "\e7fa";
    }
        .fi-rr-face-smirking:before {
    content: "\e7fb";
    }
        .fi-rr-face-sunglasses:before {
    content: "\e7fc";
    }
        .fi-rr-face-sunglasses-alt:before {
    content: "\e7fd";
    }
        .fi-rr-face-swear:before {
    content: "\e7fe";
    }
        .fi-rr-face-thermometer:before {
    content: "\e7ff";
    }
        .fi-rr-face-thinking:before {
    content: "\e800";
    }
        .fi-rr-face-tissue:before {
    content: "\e801";
    }
        .fi-rr-face-tongue-money:before {
    content: "\e802";
    }
        .fi-rr-face-tongue-sweat:before {
    content: "\e803";
    }
        .fi-rr-face-unamused:before {
    content: "\e804";
    }
        .fi-rr-face-viewfinder:before {
    content: "\e805";
    }
        .fi-rr-face-vomit:before {
    content: "\e806";
    }
        .fi-rr-face-weary:before {
    content: "\e807";
    }
        .fi-rr-face-woozy:before {
    content: "\e808";
    }
        .fi-rr-face-worried:before {
    content: "\e809";
    }
        .fi-rr-face-zany:before {
    content: "\e80a";
    }
        .fi-rr-face-zipper:before {
    content: "\e80b";
    }
        .fi-rr-facial-mask:before {
    content: "\e812";
    }
        .fi-rr-facial-massage:before {
    content: "\e813";
    }
        .fi-rr-facial-treatment:before {
    content: "\e814";
    }
        .fi-rr-fail:before {
    content: "\e815";
    }
        .fi-rr-fajita:before {
    content: "\e816";
    }
        .fi-rr-falafel:before {
    content: "\e817";
    }
        .fi-rr-family:before {
    content: "\e818";
    }
        .fi-rr-family-dress:before {
    content: "\e819";
    }
        .fi-rr-family-law:before {
    content: "\e81a";
    }
        .fi-rr-family-pants:before {
    content: "\e81b";
    }
        .fi-rr-fan:before {
    content: "\e81c";
    }
        .fi-rr-fan-table:before {
    content: "\e81d";
    }
        .fi-rr-farfalle:before {
    content: "\e81e";
    }
        .fi-rr-farm:before {
    content: "\e81f";
    }
        .fi-rr-faucet:before {
    content: "\e820";
    }
        .fi-rr-faucet-drip:before {
    content: "\e821";
    }
        .fi-rr-fax:before {
    content: "\e822";
    }
        .fi-rr-fbx-file:before {
    content: "\e823";
    }
        .fi-rr-feather:before {
    content: "\e824";
    }
        .fi-rr-feather-pointed:before {
    content: "\e825";
    }
        .fi-rr-features:before {
    content: "\e826";
    }
        .fi-rr-features-alt:before {
    content: "\e827";
    }
        .fi-rr-february-calendar:before {
    content: "\e828";
    }
        .fi-rr-fee:before {
    content: "\e82a";
    }
        .fi-rr-fee-receipt:before {
    content: "\e82c";
    }
        .fi-rr-feedback:before {
    content: "\e82d";
    }
        .fi-rr-feedback-alt:before {
    content: "\e82e";
    }
        .fi-rr-feedback-cycle-loop:before {
    content: "\e82f";
    }
        .fi-rr-feedback-hand:before {
    content: "\e830";
    }
        .fi-rr-feedback-review:before {
    content: "\e831";
    }
        .fi-rr-fence:before {
    content: "\e834";
    }
        .fi-rr-ferris-wheel:before {
    content: "\e835";
    }
        .fi-rr-fighter-jet:before {
    content: "\e837";
    }
        .fi-rr-file:before {
    content: "\e839";
    }
        .fi-rr-file-ai:before {
    content: "\e83a";
    }
        .fi-rr-file-audio:before {
    content: "\e83b";
    }
        .fi-rr-file-backup:before {
    content: "\e83c";
    }
        .fi-rr-file-binary:before {
    content: "\e83d";
    }
        .fi-rr-file-chart-line:before {
    content: "\e83e";
    }
        .fi-rr-file-chart-pie:before {
    content: "\e83f";
    }
        .fi-rr-file-circle-info:before {
    content: "\e840";
    }
        .fi-rr-file-cloud:before {
    content: "\e841";
    }
        .fi-rr-file-code:before {
    content: "\e842";
    }
        .fi-rr-file-conversion:before {
    content: "\e843";
    }
        .fi-rr-file-css:before {
    content: "\e844";
    }
        .fi-rr-file-csv:before {
    content: "\e845";
    }
        .fi-rr-file-download:before {
    content: "\e847";
    }
        .fi-rr-file-edit:before {
    content: "\e848";
    }
        .fi-rr-file-eps:before {
    content: "\e849";
    }
        .fi-rr-file-excel:before {
    content: "\e84a";
    }
        .fi-rr-file-exclamation:before {
    content: "\e84b";
    }
        .fi-rr-file-export:before {
    content: "\e84c";
    }
        .fi-rr-file-image:before {
    content: "\e84e";
    }
        .fi-rr-file-import:before {
    content: "\e84f";
    }
        .fi-rr-file-invoice:before {
    content: "\e850";
    }
        .fi-rr-file-invoice-dollar:before {
    content: "\e851";
    }
        .fi-rr-file-lock:before {
    content: "\e852";
    }
        .fi-rr-file-loop:before {
    content: "\e853";
    }
        .fi-rr-file-medical:before {
    content: "\e855";
    }
        .fi-rr-file-medical-alt:before {
    content: "\e856";
    }
        .fi-rr-file-minus:before {
    content: "\e857";
    }
        .fi-rr-file-pdf:before {
    content: "\e858";
    }
        .fi-rr-file-powerpoint:before {
    content: "\e85b";
    }
        .fi-rr-file-prescription:before {
    content: "\e85c";
    }
        .fi-rr-file-psd:before {
    content: "\e85d";
    }
        .fi-rr-file-question:before {
    content: "\e85e";
    }
        .fi-rr-file-recycle:before {
    content: "\e85f";
    }
        .fi-rr-file-signature:before {
    content: "\e860";
    }
        .fi-rr-file-spreadsheet:before {
    content: "\e862";
    }
        .fi-rr-file-upload:before {
    content: "\e863";
    }
        .fi-rr-file-user:before {
    content: "\e864";
    }
        .fi-rr-file-video:before {
    content: "\e865";
    }
        .fi-rr-file-word:before {
    content: "\e866";
    }
        .fi-rr-file-xls:before {
    content: "\e867";
    }
        .fi-rr-file-zip-alt:before {
    content: "\e869";
    }
        .fi-rr-file-zip-save:before {
    content: "\e86a";
    }
        .fi-rr-file-zipper:before {
    content: "\e86b";
    }
        .fi-rr-files-medical:before {
    content: "\e86d";
    }
        .fi-rr-fill:before {
    content: "\e86e";
    }
        .fi-rr-film:before {
    content: "\e86f";
    }
        .fi-rr-film-canister:before {
    content: "\e870";
    }
        .fi-rr-film-notification:before {
    content: "\e871";
    }
        .fi-rr-film-slash:before {
    content: "\e872";
    }
        .fi-rr-films:before {
    content: "\e873";
    }
        .fi-rr-filter:before {
    content: "\e874";
    }
        .fi-rr-filter-check:before {
    content: "\e875";
    }
        .fi-rr-filter-list:before {
    content: "\e876";
    }
        .fi-rr-filter-slash:before {
    content: "\e877";
    }
        .fi-rr-filters:before {
    content: "\e878";
    }
        .fi-rr-finance-education:before {
    content: "\e879";
    }
        .fi-rr-financial-analysis:before {
    content: "\e87a";
    }
        .fi-rr-financial-health:before {
    content: "\e87b";
    }
        .fi-rr-financial-protection:before {
    content: "\e87c";
    }
        .fi-rr-finger-droplet:before {
    content: "\e87d";
    }
        .fi-rr-finger-nail:before {
    content: "\e87e";
    }
        .fi-rr-fingerprint:before {
    content: "\e87f";
    }
        .fi-rr-fingerprint-identification:before {
    content: "\e880";
    }
        .fi-rr-fingerprint-magnifying-glass:before {
    content: "\e881";
    }
        .fi-rr-fingerprint-remove:before {
    content: "\e882";
    }
        .fi-rr-fingerprint-security-risk:before {
    content: "\e883";
    }
        .fi-rr-fingerprint-verified:before {
    content: "\e884";
    }
        .fi-rr-finish-flag:before {
    content: "\e885";
    }
        .fi-rr-finish-line:before {
    content: "\e886";
    }
        .fi-rr-fintech:before {
    content: "\e887";
    }
        .fi-rr-fire-alarm:before {
    content: "\e888";
    }
        .fi-rr-fire-bucket:before {
    content: "\e889";
    }
        .fi-rr-fire-burner:before {
    content: "\e88a";
    }
        .fi-rr-fire-door:before {
    content: "\e88b";
    }
        .fi-rr-fire-emergency-call:before {
    content: "\e88c";
    }
        .fi-rr-fire-exit:before {
    content: "\e88d";
    }
        .fi-rr-fire-extinguisher:before {
    content: "\e88e";
    }
        .fi-rr-fire-flame-curved:before {
    content: "\e88f";
    }
        .fi-rr-fire-flame-simple:before {
    content: "\e890";
    }
        .fi-rr-fire-helicopter:before {
    content: "\e891";
    }
        .fi-rr-fire-hydrant:before {
    content: "\e892";
    }
        .fi-rr-fire-shield:before {
    content: "\e893";
    }
        .fi-rr-fire-smoke:before {
    content: "\e894";
    }
        .fi-rr-fire-station:before {
    content: "\e895";
    }
        .fi-rr-fireplace:before {
    content: "\e898";
    }
        .fi-rr-first:before {
    content: "\e89b";
    }
        .fi-rr-first-aid-kit:before {
    content: "\e89c";
    }
        .fi-rr-first-award:before {
    content: "\e89d";
    }
        .fi-rr-first-laurel:before {
    content: "\e89e";
    }
        .fi-rr-first-medal:before {
    content: "\e89f";
    }
        .fi-rr-fish:before {
    content: "\e8a0";
    }
        .fi-rr-fish-bones:before {
    content: "\e8a1";
    }
        .fi-rr-fish-cooked:before {
    content: "\e8a2";
    }
        .fi-rr-fish-hook:before {
    content: "\e8a3";
    }
        .fi-rr-fishing-rod:before {
    content: "\e8a4";
    }
        .fi-rr-fist-move:before {
    content: "\e8a5";
    }
        .fi-rr-fitness-time:before {
    content: "\e8a6";
    }
        .fi-rr-fitness-watch:before {
    content: "\e8a7";
    }
        .fi-rr-flag:before {
    content: "\e8a8";
    }
        .fi-rr-flag-alt:before {
    content: "\e8a9";
    }
        .fi-rr-flag-checkered:before {
    content: "\e8aa";
    }
        .fi-rr-flag-usa:before {
    content: "\e8ab";
    }
        .fi-rr-flame:before {
    content: "\e8ac";
    }
        .fi-rr-flame-alert:before {
    content: "\e8ad";
    }
        .fi-rr-flash-sale:before {
    content: "\e8ae";
    }
        .fi-rr-flashcard:before {
    content: "\e8af";
    }
        .fi-rr-flashlight:before {
    content: "\e8b0";
    }
        .fi-rr-flask:before {
    content: "\e8b1";
    }
        .fi-rr-flask-gear:before {
    content: "\e8b2";
    }
        .fi-rr-flask-poison:before {
    content: "\e8b3";
    }
        .fi-rr-flask-potion:before {
    content: "\e8b4";
    }
        .fi-rr-flatbread:before {
    content: "\e8b5";
    }
        .fi-rr-flatbread-stuffed:before {
    content: "\e8b6";
    }
        .fi-rr-flip-horizontal:before {
    content: "\e8bb";
    }
        .fi-rr-flooding:before {
    content: "\e8bd";
    }
        .fi-rr-floor:before {
    content: "\e8be";
    }
        .fi-rr-floor-alt:before {
    content: "\e8bf";
    }
        .fi-rr-floor-layer:before {
    content: "\e8c0";
    }
        .fi-rr-floppy-disk-circle-arrow-right:before {
    content: "\e8c1";
    }
        .fi-rr-floppy-disk-circle-xmark:before {
    content: "\e8c2";
    }
        .fi-rr-floppy-disk-pen:before {
    content: "\e8c3";
    }
        .fi-rr-floppy-disks:before {
    content: "\e8c4";
    }
        .fi-rr-florin-sign:before {
    content: "\e8c5";
    }
        .fi-rr-flowchart:before {
    content: "\e8c6";
    }
        .fi-rr-flower:before {
    content: "\e8c7";
    }
        .fi-rr-flower-bouquet:before {
    content: "\e8c8";
    }
        .fi-rr-flower-butterfly:before {
    content: "\e8c9";
    }
        .fi-rr-flower-daffodil:before {
    content: "\e8ca";
    }
        .fi-rr-flower-tulip:before {
    content: "\e8cb";
    }
        .fi-rr-flushed:before {
    content: "\e8cc";
    }
        .fi-rr-flute:before {
    content: "\e8ce";
    }
        .fi-rr-flux-capacitor:before {
    content: "\e8cf";
    }
        .fi-rr-fly-insect:before {
    content: "\e8d0";
    }
        .fi-rr-flying-disc:before {
    content: "\e8d1";
    }
        .fi-rr-flying-kite:before {
    content: "\e8d2";
    }
        .fi-rr-fm-radio:before {
    content: "\e8d3";
    }
        .fi-rr-foam-hand:before {
    content: "\e8d4";
    }
        .fi-rr-fog:before {
    content: "\e8d5";
    }
        .fi-rr-folder:before {
    content: "\e8d6";
    }
        .fi-rr-folder-archive:before {
    content: "\e8d7";
    }
        .fi-rr-folder-camera:before {
    content: "\e8d9";
    }
        .fi-rr-folder-check:before {
    content: "\e8da";
    }
        .fi-rr-folder-directory:before {
    content: "\e8db";
    }
        .fi-rr-folder-download:before {
    content: "\e8dc";
    }
        .fi-rr-folder-edit:before {
    content: "\e8dd";
    }
        .fi-rr-folder-fire:before {
    content: "\e8de";
    }
        .fi-rr-folder-gear:before {
    content: "\e8df";
    }
        .fi-rr-folder-heart:before {
    content: "\e8e1";
    }
        .fi-rr-folder-link:before {
    content: "\e8e3";
    }
        .fi-rr-folder-loop:before {
    content: "\e8e4";
    }
        .fi-rr-folder-math:before {
    content: "\e8e6";
    }
        .fi-rr-folder-minus:before {
    content: "\e8e8";
    }
        .fi-rr-folder-music:before {
    content: "\e8e9";
    }
        .fi-rr-folder-notification:before {
    content: "\e8ea";
    }
        .fi-rr-folder-open:before {
    content: "\e8eb";
    }
        .fi-rr-folder-plus-circle:before {
    content: "\e8ec";
    }
        .fi-rr-folder-times:before {
    content: "\e8ed";
    }
        .fi-rr-folder-tree:before {
    content: "\e8ee";
    }
        .fi-rr-folder-upload:before {
    content: "\e8ef";
    }
        .fi-rr-folder-xmark:before {
    content: "\e8f1";
    }
        .fi-rr-folder-xmark-circle:before {
    content: "\e8f2";
    }
        .fi-rr-folders:before {
    content: "\e8f3";
    }
        .fi-rr-follow:before {
    content: "\e8f4";
    }
        .fi-rr-follow-folder:before {
    content: "\e8f5";
    }
        .fi-rr-followcollection:before {
    content: "\e8f6";
    }
        .fi-rr-followers:before {
    content: "\e8f7";
    }
        .fi-rr-following:before {
    content: "\e8f8";
    }
        .fi-rr-fondue-pot:before {
    content: "\e8f9";
    }
        .fi-rr-football:before {
    content: "\e8fe";
    }
        .fi-rr-football-player:before {
    content: "\e8ff";
    }
        .fi-rr-football-ticket:before {
    content: "\e900";
    }
        .fi-rr-footprint:before {
    content: "\e901";
    }
        .fi-rr-foreign-language-audio:before {
    content: "\e902";
    }
        .fi-rr-forest:before {
    content: "\e903";
    }
        .fi-rr-forest-alt:before {
    content: "\e904";
    }
        .fi-rr-fork:before {
    content: "\e905";
    }
        .fi-rr-fork-spaghetti:before {
    content: "\e906";
    }
        .fi-rr-forklift:before {
    content: "\e907";
    }
        .fi-rr-form:before {
    content: "\e908";
    }
        .fi-rr-fort:before {
    content: "\e909";
    }
        .fi-rr-forward:before {
    content: "\e90a";
    }
        .fi-rr-forward-fast:before {
    content: "\e90b";
    }
        .fi-rr-fox:before {
    content: "\e90e";
    }
        .fi-rr-frame:before {
    content: "\e90f";
    }
        .fi-rr-franc-sign:before {
    content: "\e910";
    }
        .fi-rr-france:before {
    content: "\e911";
    }
        .fi-rr-france-country-code:before {
    content: "\e912";
    }
        .fi-rr-fraud-detection:before {
    content: "\e913";
    }
        .fi-rr-fraud-prevention:before {
    content: "\e914";
    }
        .fi-rr-free:before {
    content: "\e915";
    }
        .fi-rr-free-delivery:before {
    content: "\e916";
    }
        .fi-rr-freemium:before {
    content: "\e917";
    }
        .fi-rr-french:before {
    content: "\e91a";
    }
        .fi-rr-french-fries:before {
    content: "\e91b";
    }
        .fi-rr-friday:before {
    content: "\e91d";
    }
        .fi-rr-frog:before {
    content: "\e91e";
    }
        .fi-rr-front-loader:before {
    content: "\e91f";
    }
        .fi-rr-frown:before {
    content: "\e920";
    }
        .fi-rr-ftp:before {
    content: "\e921";
    }
        .fi-rr-fuel-gauge:before {
    content: "\e922";
    }
        .fi-rr-fuel-station-arrow:before {
    content: "\e923";
    }
        .fi-rr-full-screen:before {
    content: "\e924";
    }
        .fi-rr-function:before {
    content: "\e925";
    }
        .fi-rr-function-process:before {
    content: "\e927";
    }
        .fi-rr-function-square:before {
    content: "\e928";
    }
        .fi-rr-funnel-dollar:before {
    content: "\e929";
    }
        .fi-rr-funnel-money:before {
    content: "\e92a";
    }
        .fi-rr-fusilli:before {
    content: "\e92b";
    }
        .fi-rr-g:before {
    content: "\e92c";
    }
        .fi-rr-galaxy:before {
    content: "\e92d";
    }
        .fi-rr-galaxy-alt:before {
    content: "\e92e";
    }
        .fi-rr-galaxy-planet:before {
    content: "\e92f";
    }
        .fi-rr-galaxy-star:before {
    content: "\e930";
    }
        .fi-rr-gallery:before {
    content: "\e931";
    }
        .fi-rr-gallery-thumbnails:before {
    content: "\e932";
    }
        .fi-rr-game-board-alt:before {
    content: "\e934";
    }
        .fi-rr-game-console-crank-handheld:before {
    content: "\e936";
    }
        .fi-rr-game-engine:before {
    content: "\e937";
    }
        .fi-rr-game-level:before {
    content: "\e938";
    }
        .fi-rr-game-rules:before {
    content: "\e939";
    }
        .fi-rr-game-server:before {
    content: "\e93a";
    }
        .fi-rr-gamepad:before {
    content: "\e93b";
    }
        .fi-rr-gamer:before {
    content: "\e93c";
    }
        .fi-rr-gaming-chair:before {
    content: "\e93e";
    }
        .fi-rr-gaming-mouse:before {
    content: "\e93f";
    }
        .fi-rr-garage:before {
    content: "\e940";
    }
        .fi-rr-garage-car:before {
    content: "\e941";
    }
        .fi-rr-garage-open:before {
    content: "\e942";
    }
        .fi-rr-garlic:before {
    content: "\e943";
    }
        .fi-rr-garlic-alt:before {
    content: "\e944";
    }
        .fi-rr-gas-mask:before {
    content: "\e945";
    }
        .fi-rr-gas-pump:before {
    content: "\e946";
    }
        .fi-rr-gas-pump-alt:before {
    content: "\e947";
    }
        .fi-rr-gas-pump-slash:before {
    content: "\e948";
    }
        .fi-rr-gas-station:before {
    content: "\e949";
    }
        .fi-rr-gastric-reflux:before {
    content: "\e94a";
    }
        .fi-rr-gauge-circle-bolt:before {
    content: "\e94b";
    }
        .fi-rr-gauge-circle-minus:before {
    content: "\e94c";
    }
        .fi-rr-gauge-circle-plus:before {
    content: "\e94d";
    }
        .fi-rr-gauze-bandage:before {
    content: "\e94e";
    }
        .fi-rr-gavel:before {
    content: "\e94f";
    }
        .fi-rr-gay-couple:before {
    content: "\e950";
    }
        .fi-rr-gears:before {
    content: "\e953";
    }
        .fi-rr-gem:before {
    content: "\e954";
    }
        .fi-rr-general:before {
    content: "\e955";
    }
        .fi-rr-german:before {
    content: "\e956";
    }
        .fi-rr-germany:before {
    content: "\e957";
    }
        .fi-rr-germany-country-code:before {
    content: "\e958";
    }
        .fi-rr-ghost:before {
    content: "\e959";
    }
        .fi-rr-gif:before {
    content: "\e95a";
    }
        .fi-rr-gif-square:before {
    content: "\e95c";
    }
        .fi-rr-gift:before {
    content: "\e95d";
    }
        .fi-rr-gift-alert:before {
    content: "\e95e";
    }
        .fi-rr-gift-box-benefits:before {
    content: "\e95f";
    }
        .fi-rr-gift-card:before {
    content: "\e960";
    }
        .fi-rr-gift-voucher:before {
    content: "\e961";
    }
        .fi-rr-gifts:before {
    content: "\e962";
    }
        .fi-rr-ginger:before {
    content: "\e963";
    }
        .fi-rr-gingerbread-man:before {
    content: "\e964";
    }
        .fi-rr-glacier:before {
    content: "\e967";
    }
        .fi-rr-glass:before {
    content: "\e968";
    }
        .fi-rr-glass-champagne:before {
    content: "\e969";
    }
        .fi-rr-glass-cheers:before {
    content: "\e96a";
    }
        .fi-rr-glass-citrus:before {
    content: "\e96b";
    }
        .fi-rr-glass-empty:before {
    content: "\e96c";
    }
        .fi-rr-glass-half:before {
    content: "\e96d";
    }
        .fi-rr-glass-water-droplet:before {
    content: "\e96e";
    }
        .fi-rr-glass-whiskey:before {
    content: "\e96f";
    }
        .fi-rr-glass-whiskey-rocks:before {
    content: "\e970";
    }
        .fi-rr-glasses:before {
    content: "\e971";
    }
        .fi-rr-global-research:before {
    content: "\e972";
    }
        .fi-rr-global-warming:before {
    content: "\e973";
    }
        .fi-rr-globe:before {
    content: "\e974";
    }
        .fi-rr-globe-alt:before {
    content: "\e975";
    }
        .fi-rr-globe-pointer:before {
    content: "\e976";
    }
        .fi-rr-globe-shield:before {
    content: "\e977";
    }
        .fi-rr-globe-snow:before {
    content: "\e978";
    }
        .fi-rr-globe-user:before {
    content: "\e979";
    }
        .fi-rr-gltf-file:before {
    content: "\e97a";
    }
        .fi-rr-glucose:before {
    content: "\e97b";
    }
        .fi-rr-glue:before {
    content: "\e97c";
    }
        .fi-rr-glue-stick:before {
    content: "\e97d";
    }
        .fi-rr-goal-mountain:before {
    content: "\e97e";
    }
        .fi-rr-goal-net:before {
    content: "\e97f";
    }
        .fi-rr-goalkeeper:before {
    content: "\e980";
    }
        .fi-rr-goals:before {
    content: "\e981";
    }
        .fi-rr-golf:before {
    content: "\e982";
    }
        .fi-rr-golf-bag:before {
    content: "\e983";
    }
        .fi-rr-golf-ball:before {
    content: "\e984";
    }
        .fi-rr-golf-ball-grass:before {
    content: "\e985";
    }
        .fi-rr-golf-hole:before {
    content: "\e987";
    }
        .fi-rr-golfer:before {
    content: "\e988";
    }
        .fi-rr-gopuram:before {
    content: "\e990";
    }
        .fi-rr-gourmet:before {
    content: "\e991";
    }
        .fi-rr-government-budget:before {
    content: "\e992";
    }
        .fi-rr-government-flag:before {
    content: "\e993";
    }
        .fi-rr-government-user:before {
    content: "\e994";
    }
        .fi-rr-gps-navigation:before {
    content: "\e995";
    }
        .fi-rr-graduation-cap:before {
    content: "\e996";
    }
        .fi-rr-graduation-diploma:before {
    content: "\e997";
    }
        .fi-rr-gramophone:before {
    content: "\e998";
    }
        .fi-rr-granola:before {
    content: "\e999";
    }
        .fi-rr-grape:before {
    content: "\e99a";
    }
        .fi-rr-graph-curve:before {
    content: "\e99b";
    }
        .fi-rr-graphic-style:before {
    content: "\e99c";
    }
        .fi-rr-graphic-tablet:before {
    content: "\e99d";
    }
        .fi-rr-graphic-tablet-pen:before {
    content: "\e99e";
    }
        .fi-rr-grass:before {
    content: "\e99f";
    }
        .fi-rr-grate:before {
    content: "\e9a0";
    }
        .fi-rr-grate-droplet:before {
    content: "\e9a1";
    }
        .fi-rr-greater-than:before {
    content: "\e9a2";
    }
        .fi-rr-greater-than-equal:before {
    content: "\e9a3";
    }
        .fi-rr-greek-helmet:before {
    content: "\e9a4";
    }
        .fi-rr-green-energy:before {
    content: "\e9a5";
    }
        .fi-rr-grid:before {
    content: "\e9a6";
    }
        .fi-rr-grid-alt:before {
    content: "\e9a7";
    }
        .fi-rr-grid-dividers:before {
    content: "\e9a8";
    }
        .fi-rr-grid-lock:before {
    content: "\e9a9";
    }
        .fi-rr-grid-three:before {
    content: "\e9aa";
    }
        .fi-rr-grid-two:before {
    content: "\e9ab";
    }
        .fi-rr-grid-two-alt:before {
    content: "\e9ac";
    }
        .fi-rr-grief:before {
    content: "\e9ad";
    }
        .fi-rr-grill:before {
    content: "\e9ae";
    }
        .fi-rr-grill-fire:before {
    content: "\e9af";
    }
        .fi-rr-grill-hot-alt:before {
    content: "\e9b0";
    }
        .fi-rr-grimace:before {
    content: "\e9b1";
    }
        .fi-rr-grin:before {
    content: "\e9b2";
    }
        .fi-rr-grin-alt:before {
    content: "\e9b3";
    }
        .fi-rr-grin-beam:before {
    content: "\e9b4";
    }
        .fi-rr-grin-beam-sweat:before {
    content: "\e9b5";
    }
        .fi-rr-grin-hearts:before {
    content: "\e9b6";
    }
        .fi-rr-grin-squint:before {
    content: "\e9b7";
    }
        .fi-rr-grin-squint-tears:before {
    content: "\e9b8";
    }
        .fi-rr-grin-stars:before {
    content: "\e9b9";
    }
        .fi-rr-grin-tears:before {
    content: "\e9ba";
    }
        .fi-rr-grin-tongue:before {
    content: "\e9bb";
    }
        .fi-rr-grin-tongue-squint:before {
    content: "\e9bc";
    }
        .fi-rr-grin-tongue-wink:before {
    content: "\e9bd";
    }
        .fi-rr-grin-wink:before {
    content: "\e9be";
    }
        .fi-rr-grip-dots:before {
    content: "\e9bf";
    }
        .fi-rr-grip-dots-vertical:before {
    content: "\e9c0";
    }
        .fi-rr-grip-horizontal:before {
    content: "\e9c1";
    }
        .fi-rr-grip-lines:before {
    content: "\e9c2";
    }
        .fi-rr-grip-lines-vertical:before {
    content: "\e9c3";
    }
        .fi-rr-grip-vertical:before {
    content: "\e9c4";
    }
        .fi-rr-grocery-bag:before {
    content: "\e9c5";
    }
        .fi-rr-grocery-basket:before {
    content: "\e9c6";
    }
        .fi-rr-group-arrows-rotate:before {
    content: "\e9c7";
    }
        .fi-rr-group-call:before {
    content: "\e9c8";
    }
        .fi-rr-group-community-social-media:before {
    content: "\e9ca";
    }
        .fi-rr-grow-graphs-box:before {
    content: "\e9cb";
    }
        .fi-rr-growth-audience:before {
    content: "\e9cc";
    }
        .fi-rr-growth-chart-invest:before {
    content: "\e9cd";
    }
        .fi-rr-growth-money:before {
    content: "\e9ce";
    }
        .fi-rr-guarani-sign:before {
    content: "\e9cf";
    }
        .fi-rr-guide:before {
    content: "\e9d0";
    }
        .fi-rr-guide-alt:before {
    content: "\e9d1";
    }
        .fi-rr-guide-book:before {
    content: "\e9d2";
    }
        .fi-rr-guitar:before {
    content: "\e9d3";
    }
        .fi-rr-guitar-electric:before {
    content: "\e9d4";
    }
        .fi-rr-guitars:before {
    content: "\e9d5";
    }
        .fi-rr-gun:before {
    content: "\e9d6";
    }
        .fi-rr-gun-shooting:before {
    content: "\e9d7";
    }
        .fi-rr-gun-squirt:before {
    content: "\e9d8";
    }
        .fi-rr-gym:before {
    content: "\e9d9";
    }
        .fi-rr-gym-bag:before {
    content: "\e9da";
    }
        .fi-rr-gynecology:before {
    content: "\e9db";
    }
        .fi-rr-gyoza:before {
    content: "\e9dc";
    }
        .fi-rr-h:before {
    content: "\e9dd";
    }
        .fi-rr-h-square:before {
    content: "\e9de";
    }
        .fi-rr-h1:before {
    content: "\e9df";
    }
        .fi-rr-h2:before {
    content: "\e9e0";
    }
        .fi-rr-h3:before {
    content: "\e9e1";
    }
        .fi-rr-h4:before {
    content: "\e9e2";
    }
        .fi-rr-hacker:before {
    content: "\e9e3";
    }
        .fi-rr-hair-clipper:before {
    content: "\e9e4";
    }
        .fi-rr-hair-conditioner:before {
    content: "\e9e5";
    }
        .fi-rr-hairbrush:before {
    content: "\e9e6";
    }
        .fi-rr-haircut:before {
    content: "\e9e7";
    }
        .fi-rr-hairdryer:before {
    content: "\e9e8";
    }
        .fi-rr-half-loading:before {
    content: "\e9e9";
    }
        .fi-rr-hamburger:before {
    content: "\e9ea";
    }
        .fi-rr-hamburger-soda:before {
    content: "\e9eb";
    }
        .fi-rr-hammer:before {
    content: "\e9ec";
    }
        .fi-rr-hammer-brush:before {
    content: "\e9ed";
    }
        .fi-rr-hammer-crash:before {
    content: "\e9ee";
    }
        .fi-rr-hammer-war:before {
    content: "\e9ef";
    }
        .fi-rr-hamsa:before {
    content: "\e9f0";
    }
        .fi-rr-hand:before {
    content: "\e9f1";
    }
        .fi-rr-hand-back-fist:before {
    content: "\e9f2";
    }
        .fi-rr-hand-back-point-down:before {
    content: "\e9f3";
    }
        .fi-rr-hand-back-point-left:before {
    content: "\e9f4";
    }
        .fi-rr-hand-back-point-ribbon:before {
    content: "\e9f5";
    }
        .fi-rr-hand-back-point-right:before {
    content: "\e9f6";
    }
        .fi-rr-hand-bandage-wound:before {
    content: "\e9f7";
    }
        .fi-rr-hand-bill:before {
    content: "\e9f8";
    }
        .fi-rr-hand-cleaning:before {
    content: "\e9f9";
    }
        .fi-rr-hand-dots:before {
    content: "\e9fa";
    }
        .fi-rr-hand-dryer:before {
    content: "\e9fb";
    }
        .fi-rr-hand-fingers-crossed:before {
    content: "\e9fc";
    }
        .fi-rr-hand-fist:before {
    content: "\e9fd";
    }
        .fi-rr-hand-heart:before {
    content: "\e9fe";
    }
        .fi-rr-hand-holding-box:before {
    content: "\e9ff";
    }
        .fi-rr-hand-holding-document:before {
    content: "\ea00";
    }
        .fi-rr-hand-holding-droplet:before {
    content: "\ea01";
    }
        .fi-rr-hand-holding-heart:before {
    content: "\ea02";
    }
        .fi-rr-hand-holding-magic:before {
    content: "\ea03";
    }
        .fi-rr-hand-holding-medical:before {
    content: "\ea04";
    }
        .fi-rr-hand-holding-seeding:before {
    content: "\ea05";
    }
        .fi-rr-hand-holding-skull:before {
    content: "\ea07";
    }
        .fi-rr-hand-holding-usd:before {
    content: "\ea08";
    }
        .fi-rr-hand-holding-water:before {
    content: "\ea09";
    }
        .fi-rr-hand-horns:before {
    content: "\ea0a";
    }
        .fi-rr-hand-horns-bolt:before {
    content: "\ea0b";
    }
        .fi-rr-hand-key:before {
    content: "\ea0c";
    }
        .fi-rr-hand-lizard:before {
    content: "\ea0d";
    }
        .fi-rr-hand-love:before {
    content: "\ea0e";
    }
        .fi-rr-hand-middle-finger:before {
    content: "\ea0f";
    }
        .fi-rr-hand-paper:before {
    content: "\ea10";
    }
        .fi-rr-hand-peace:before {
    content: "\ea11";
    }
        .fi-rr-hand-point-ribbon:before {
    content: "\ea12";
    }
        .fi-rr-hand-present:before {
    content: "\ea13";
    }
        .fi-rr-hand-scissors:before {
    content: "\ea14";
    }
        .fi-rr-hand-sparkles:before {
    content: "\ea15";
    }
        .fi-rr-hand-spock:before {
    content: "\ea16";
    }
        .fi-rr-hand-wave:before {
    content: "\ea17";
    }
        .fi-rr-hand-zoom-in:before {
    content: "\ea18";
    }
        .fi-rr-handcuffed-hands:before {
    content: "\ea19";
    }
        .fi-rr-handcuffs:before {
    content: "\ea1a";
    }
        .fi-rr-handmade:before {
    content: "\ea1b";
    }
        .fi-rr-hands-brain:before {
    content: "\ea1c";
    }
        .fi-rr-hands-bubbles:before {
    content: "\ea1d";
    }
        .fi-rr-hands-clapping:before {
    content: "\ea1e";
    }
        .fi-rr-hands-heart:before {
    content: "\ea1f";
    }
        .fi-rr-hands-holding:before {
    content: "\ea20";
    }
        .fi-rr-hands-holding-child:before {
    content: "\ea21";
    }
        .fi-rr-hands-holding-diamond:before {
    content: "\ea22";
    }
        .fi-rr-hands-together:before {
    content: "\ea23";
    }
        .fi-rr-hands-together-heart:before {
    content: "\ea24";
    }
        .fi-rr-hands-typing-keyboard:before {
    content: "\ea25";
    }
        .fi-rr-hands-usd:before {
    content: "\ea27";
    }
        .fi-rr-handshake:before {
    content: "\ea28";
    }
        .fi-rr-handshake-angle:before {
    content: "\ea29";
    }
        .fi-rr-handshake-deal-loan:before {
    content: "\ea2a";
    }
        .fi-rr-handshake-house:before {
    content: "\ea2b";
    }
        .fi-rr-handshake-simple-slash:before {
    content: "\ea2c";
    }
        .fi-rr-handshake-trust:before {
    content: "\ea2d";
    }
        .fi-rr-handstand:before {
    content: "\ea2e";
    }
        .fi-rr-hanukiah:before {
    content: "\ea2f";
    }
        .fi-rr-hard-disk-scan:before {
    content: "\ea31";
    }
        .fi-rr-hard-drive:before {
    content: "\ea32";
    }
        .fi-rr-hard-hat:before {
    content: "\ea33";
    }
        .fi-rr-harp:before {
    content: "\ea34";
    }
        .fi-rr-hashtag-lock:before {
    content: "\ea37";
    }
        .fi-rr-hastag:before {
    content: "\ea39";
    }
        .fi-rr-hat-beach:before {
    content: "\ea3a";
    }
        .fi-rr-hat-birthday:before {
    content: "\ea3b";
    }
        .fi-rr-hat-chef:before {
    content: "\ea3c";
    }
        .fi-rr-hat-cowboy:before {
    content: "\ea3d";
    }
        .fi-rr-hat-cowboy-side:before {
    content: "\ea3e";
    }
        .fi-rr-hat-santa:before {
    content: "\ea3f";
    }
        .fi-rr-hat-winter:before {
    content: "\ea40";
    }
        .fi-rr-hat-witch:before {
    content: "\ea41";
    }
        .fi-rr-hat-wizard:before {
    content: "\ea42";
    }
        .fi-rr-haute-cuisine:before {
    content: "\ea43";
    }
        .fi-rr-hdd:before {
    content: "\ea45";
    }
        .fi-rr-head-side:before {
    content: "\ea46";
    }
        .fi-rr-head-side-brain:before {
    content: "\ea47";
    }
        .fi-rr-head-side-cough:before {
    content: "\ea48";
    }
        .fi-rr-head-side-cough-slash:before {
    content: "\ea49";
    }
        .fi-rr-head-side-headphones:before {
    content: "\ea4a";
    }
        .fi-rr-head-side-heart:before {
    content: "\ea4b";
    }
        .fi-rr-head-side-mask:before {
    content: "\ea4c";
    }
        .fi-rr-head-side-medical:before {
    content: "\ea4d";
    }
        .fi-rr-head-side-thinking:before {
    content: "\ea4e";
    }
        .fi-rr-head-side-virus:before {
    content: "\ea4f";
    }
        .fi-rr-head-vr:before {
    content: "\ea51";
    }
        .fi-rr-headache:before {
    content: "\ea52";
    }
        .fi-rr-heading:before {
    content: "\ea53";
    }
        .fi-rr-headphones:before {
    content: "\ea54";
    }
        .fi-rr-headphones-pairing:before {
    content: "\ea55";
    }
        .fi-rr-headphones-rhythm:before {
    content: "\ea56";
    }
        .fi-rr-headset:before {
    content: "\ea57";
    }
        .fi-rr-healing:before {
    content: "\ea58";
    }
        .fi-rr-health-podcast:before {
    content: "\ea59";
    }
        .fi-rr-heart:before {
    content: "\ea5a";
    }
        .fi-rr-heart-arrow:before {
    content: "\ea5b";
    }
        .fi-rr-heart-brain:before {
    content: "\ea5c";
    }
        .fi-rr-heart-circle-user:before {
    content: "\ea5d";
    }
        .fi-rr-heart-crack:before {
    content: "\ea5e";
    }
        .fi-rr-heart-half:before {
    content: "\ea5f";
    }
        .fi-rr-heart-half-stroke:before {
    content: "\ea60";
    }
        .fi-rr-heart-health-muscle:before {
    content: "\ea61";
    }
        .fi-rr-heart-lock:before {
    content: "\ea62";
    }
        .fi-rr-heart-partner-handshake:before {
    content: "\ea63";
    }
        .fi-rr-heart-rate:before {
    content: "\ea64";
    }
        .fi-rr-heart-slash:before {
    content: "\ea65";
    }
        .fi-rr-heart-upside-down:before {
    content: "\ea66";
    }
        .fi-rr-heat:before {
    content: "\ea67";
    }
        .fi-rr-helicopter-side:before {
    content: "\ea68";
    }
        .fi-rr-helmet-battle:before {
    content: "\ea69";
    }
        .fi-rr-hermit-crab:before {
    content: "\ea6a";
    }
        .fi-rr-hexagon:before {
    content: "\ea6b";
    }
        .fi-rr-hexagon-check:before {
    content: "\ea6c";
    }
        .fi-rr-hexagon-divide:before {
    content: "\ea6d";
    }
        .fi-rr-hexagon-exclamation:before {
    content: "\ea6e";
    }
        .fi-rr-high-definition:before {
    content: "\ea70";
    }
        .fi-rr-high-five:before {
    content: "\ea71";
    }
        .fi-rr-high-five-celebration-yes:before {
    content: "\ea72";
    }
        .fi-rr-high-temperature-alert:before {
    content: "\ea73";
    }
        .fi-rr-highlighter:before {
    content: "\ea74";
    }
        .fi-rr-highlighter-line:before {
    content: "\ea75";
    }
        .fi-rr-hiking:before {
    content: "\ea76";
    }
        .fi-rr-hiking-boot:before {
    content: "\ea77";
    }
        .fi-rr-hill-avalanche:before {
    content: "\ea78";
    }
        .fi-rr-hill-rockslide:before {
    content: "\ea79";
    }
        .fi-rr-hippie:before {
    content: "\ea7b";
    }
        .fi-rr-hippo:before {
    content: "\ea7c";
    }
        .fi-rr-hockey-puck:before {
    content: "\ea7e";
    }
        .fi-rr-hockey-stick-puck:before {
    content: "\ea7f";
    }
        .fi-rr-hockey-sticks:before {
    content: "\ea80";
    }
        .fi-rr-holding-hand-brain:before {
    content: "\ea81";
    }
        .fi-rr-holding-hand-delivery:before {
    content: "\ea82";
    }
        .fi-rr-holding-hand-dinner:before {
    content: "\ea83";
    }
        .fi-rr-holding-hand-direction:before {
    content: "\ea84";
    }
        .fi-rr-holding-hand-gear:before {
    content: "\ea85";
    }
        .fi-rr-holding-hand-key:before {
    content: "\ea86";
    }
        .fi-rr-holding-hand-nft:before {
    content: "\ea87";
    }
        .fi-rr-holding-hand-pizza-box:before {
    content: "\ea88";
    }
        .fi-rr-holding-hand-revenue:before {
    content: "\ea89";
    }
        .fi-rr-holly-berry:before {
    content: "\ea8a";
    }
        .fi-rr-home:before {
    content: "\ea8b";
    }
        .fi-rr-home-control-app:before {
    content: "\ea8d";
    }
        .fi-rr-home-heart:before {
    content: "\ea8e";
    }
        .fi-rr-home-location:before {
    content: "\ea8f";
    }
        .fi-rr-home-location-alt:before {
    content: "\ea90";
    }
        .fi-rr-home-robot:before {
    content: "\ea91";
    }
        .fi-rr-home-settings:before {
    content: "\ea92";
    }
        .fi-rr-home-wifi-phone:before {
    content: "\ea93";
    }
        .fi-rr-homework:before {
    content: "\ea95";
    }
        .fi-rr-honey-pot:before {
    content: "\ea96";
    }
        .fi-rr-honeycomb:before {
    content: "\ea97";
    }
        .fi-rr-honeycomb-bee:before {
    content: "\ea98";
    }
        .fi-rr-hood-cloak:before {
    content: "\ea99";
    }
        .fi-rr-hook:before {
    content: "\ea9a";
    }
        .fi-rr-horizontal-rule:before {
    content: "\ea9b";
    }
        .fi-rr-horse:before {
    content: "\ea9c";
    }
        .fi-rr-horse-head:before {
    content: "\ea9d";
    }
        .fi-rr-horse-saddle:before {
    content: "\ea9e";
    }
        .fi-rr-horseshoe:before {
    content: "\ea9f";
    }
        .fi-rr-horseshoe-broken:before {
    content: "\eaa0";
    }
        .fi-rr-hose:before {
    content: "\eaa1";
    }
        .fi-rr-hose-reel:before {
    content: "\eaa2";
    }
        .fi-rr-hospital:before {
    content: "\eaa3";
    }
        .fi-rr-hospital-bed:before {
    content: "\eaa4";
    }
        .fi-rr-hospital-symbol:before {
    content: "\eaa5";
    }
        .fi-rr-hospital-user:before {
    content: "\eaa6";
    }
        .fi-rr-hospitals:before {
    content: "\eaa7";
    }
        .fi-rr-hot-tub:before {
    content: "\eaa8";
    }
        .fi-rr-hotdog:before {
    content: "\eaa9";
    }
        .fi-rr-hotel:before {
    content: "\eaaa";
    }
        .fi-rr-hotel-room-key:before {
    content: "\eaab";
    }
        .fi-rr-hourglass:before {
    content: "\eaad";
    }
        .fi-rr-hourglass-end:before {
    content: "\eaae";
    }
        .fi-rr-hourglass-start:before {
    content: "\eaaf";
    }
        .fi-rr-house-blank:before {
    content: "\eab0";
    }
        .fi-rr-house-briefcase:before {
    content: "\eab1";
    }
        .fi-rr-house-building:before {
    content: "\eab2";
    }
        .fi-rr-house-chimney:before {
    content: "\eab3";
    }
        .fi-rr-house-chimney-blank:before {
    content: "\eab4";
    }
        .fi-rr-house-chimney-crack:before {
    content: "\eab5";
    }
        .fi-rr-house-chimney-heart:before {
    content: "\eab6";
    }
        .fi-rr-house-chimney-medical:before {
    content: "\eab7";
    }
        .fi-rr-house-chimney-user:before {
    content: "\eab8";
    }
        .fi-rr-house-chimney-window:before {
    content: "\eab9";
    }
        .fi-rr-house-circle-check:before {
    content: "\eaba";
    }
        .fi-rr-house-circle-exclamation:before {
    content: "\eabb";
    }
        .fi-rr-house-circle-xmark:before {
    content: "\eabc";
    }
        .fi-rr-house-crack:before {
    content: "\eabd";
    }
        .fi-rr-house-crack-alt:before {
    content: "\eabe";
    }
        .fi-rr-house-day:before {
    content: "\eabf";
    }
        .fi-rr-house-fire:before {
    content: "\eac0";
    }
        .fi-rr-house-flag:before {
    content: "\eac1";
    }
        .fi-rr-house-flood:before {
    content: "\eac2";
    }
        .fi-rr-house-hand:before {
    content: "\eac3";
    }
        .fi-rr-house-hands:before {
    content: "\eac4";
    }
        .fi-rr-house-key:before {
    content: "\eac5";
    }
        .fi-rr-house-laptop:before {
    content: "\eac6";
    }
        .fi-rr-house-leave:before {
    content: "\eac7";
    }
        .fi-rr-house-lock:before {
    content: "\eac8";
    }
        .fi-rr-house-medical:before {
    content: "\eac9";
    }
        .fi-rr-house-night:before {
    content: "\eaca";
    }
        .fi-rr-house-plan:before {
    content: "\eacb";
    }
        .fi-rr-house-return:before {
    content: "\eacc";
    }
        .fi-rr-house-signal:before {
    content: "\eacd";
    }
        .fi-rr-house-tree:before {
    content: "\eace";
    }
        .fi-rr-house-tsunami:before {
    content: "\eacf";
    }
        .fi-rr-house-turret:before {
    content: "\ead0";
    }
        .fi-rr-house-unlock:before {
    content: "\ead1";
    }
        .fi-rr-house-user:before {
    content: "\ead2";
    }
        .fi-rr-house-window:before {
    content: "\ead3";
    }
        .fi-rr-hr:before {
    content: "\ead4";
    }
        .fi-rr-hr-group:before {
    content: "\ead5";
    }
        .fi-rr-hr-management:before {
    content: "\ead6";
    }
        .fi-rr-hr-person:before {
    content: "\ead7";
    }
        .fi-rr-hryvnia:before {
    content: "\ead8";
    }
        .fi-rr-html-file:before {
    content: "\ead9";
    }
        .fi-rr-hug-tree:before {
    content: "\eadd";
    }
        .fi-rr-humanitarian-mission:before {
    content: "\eade";
    }
        .fi-rr-humidity:before {
    content: "\eadf";
    }
        .fi-rr-hundred-points:before {
    content: "\eae0";
    }
        .fi-rr-hurricane:before {
    content: "\eae1";
    }
        .fi-rr-hybrid-work:before {
    content: "\eae2";
    }
        .fi-rr-hydroalcoholic-gel:before {
    content: "\eae3";
    }
        .fi-rr-hyperloop:before {
    content: "\eae4";
    }
        .fi-rr-i:before {
    content: "\eae6";
    }
        .fi-rr-ice-cream:before {
    content: "\eae8";
    }
        .fi-rr-ice-skate:before {
    content: "\eae9";
    }
        .fi-rr-iceberg:before {
    content: "\eaea";
    }
        .fi-rr-icicles:before {
    content: "\eaeb";
    }
        .fi-rr-icon-star:before {
    content: "\eaec";
    }
        .fi-rr-id-badge:before {
    content: "\eaee";
    }
        .fi-rr-id-card:before {
    content: "\eaef";
    }
        .fi-rr-id-card-clip-alt:before {
    content: "\eaf0";
    }
        .fi-rr-idea-exchange:before {
    content: "\eaf2";
    }
        .fi-rr-idea-magnet:before {
    content: "\eaf3";
    }
        .fi-rr-igloo:before {
    content: "\eaf4";
    }
        .fi-rr-image-alert:before {
    content: "\eaf7";
    }
        .fi-rr-image-slash:before {
    content: "\eaf8";
    }
        .fi-rr-images:before {
    content: "\eaf9";
    }
        .fi-rr-images-user:before {
    content: "\eafa";
    }
        .fi-rr-immunity:before {
    content: "\eafc";
    }
        .fi-rr-improve-user:before {
    content: "\eafd";
    }
        .fi-rr-improvement:before {
    content: "\eafe";
    }
        .fi-rr-inbox:before {
    content: "\eaff";
    }
        .fi-rr-inbox-full:before {
    content: "\eb00";
    }
        .fi-rr-inbox-in:before {
    content: "\eb01";
    }
        .fi-rr-inbox-out:before {
    content: "\eb02";
    }
        .fi-rr-inboxes:before {
    content: "\eb03";
    }
        .fi-rr-incense-sticks-yoga:before {
    content: "\eb04";
    }
        .fi-rr-incognito:before {
    content: "\eb05";
    }
        .fi-rr-indent:before {
    content: "\eb07";
    }
        .fi-rr-india-map:before {
    content: "\eb09";
    }
        .fi-rr-indian-rupee-sign:before {
    content: "\eb0a";
    }
        .fi-rr-industrial-pollution:before {
    content: "\eb0b";
    }
        .fi-rr-industry-alt:before {
    content: "\eb0c";
    }
        .fi-rr-industry-windows:before {
    content: "\eb0d";
    }
        .fi-rr-infinite-cycle:before {
    content: "\eb0e";
    }
        .fi-rr-infinity:before {
    content: "\eb0f";
    }
        .fi-rr-info:before {
    content: "\eb10";
    }
        .fi-rr-info-guide:before {
    content: "\eb11";
    }
        .fi-rr-information:before {
    content: "\eb12";
    }
        .fi-rr-inhaler:before {
    content: "\eb13";
    }
        .fi-rr-ink:before {
    content: "\eb14";
    }
        .fi-rr-input-numeric:before {
    content: "\eb15";
    }
        .fi-rr-input-pipe:before {
    content: "\eb16";
    }
        .fi-rr-input-text:before {
    content: "\eb17";
    }
        .fi-rr-insert:before {
    content: "\eb18";
    }
        .fi-rr-insert-alt:before {
    content: "\eb19";
    }
        .fi-rr-insert-arrows:before {
    content: "\eb1a";
    }
        .fi-rr-insert-button-circle:before {
    content: "\eb1b";
    }
        .fi-rr-insert-credit-card:before {
    content: "\eb1c";
    }
        .fi-rr-insert-square:before {
    content: "\eb1d";
    }
        .fi-rr-insight:before {
    content: "\eb1e";
    }
        .fi-rr-insight-alt:before {
    content: "\eb1f";
    }
        .fi-rr-insight-head:before {
    content: "\eb20";
    }
        .fi-rr-insomnia:before {
    content: "\eb21";
    }
        .fi-rr-insurance:before {
    content: "\eb27";
    }
        .fi-rr-insurtech:before {
    content: "\eb28";
    }
        .fi-rr-integral:before {
    content: "\eb29";
    }
        .fi-rr-interactive:before {
    content: "\eb2d";
    }
        .fi-rr-interlining:before {
    content: "\eb2e";
    }
        .fi-rr-internet-security:before {
    content: "\eb2f";
    }
        .fi-rr-internet-speed-wifi:before {
    content: "\eb30";
    }
        .fi-rr-interpersonal-skill:before {
    content: "\eb31";
    }
        .fi-rr-interrogation:before {
    content: "\eb32";
    }
        .fi-rr-intersection:before {
    content: "\eb33";
    }
        .fi-rr-introduction:before {
    content: "\eb34";
    }
        .fi-rr-introduction-handshake:before {
    content: "\eb35";
    }
        .fi-rr-inventory-alt:before {
    content: "\eb36";
    }
        .fi-rr-invest:before {
    content: "\eb37";
    }
        .fi-rr-investment:before {
    content: "\eb38";
    }
        .fi-rr-investor:before {
    content: "\eb39";
    }
        .fi-rr-invite:before {
    content: "\eb3b";
    }
        .fi-rr-invite-alt:before {
    content: "\eb3c";
    }
        .fi-rr-invoice-paid:before {
    content: "\eb3d";
    }
        .fi-rr-iot:before {
    content: "\eb3e";
    }
        .fi-rr-iot-alt:before {
    content: "\eb3f";
    }
        .fi-rr-ip-address:before {
    content: "\eb40";
    }
        .fi-rr-iron:before {
    content: "\eb41";
    }
        .fi-rr-island-tropical:before {
    content: "\eb42";
    }
        .fi-rr-iso-file:before {
    content: "\eb43";
    }
        .fi-rr-issue-loupe:before {
    content: "\eb44";
    }
        .fi-rr-it:before {
    content: "\eb45";
    }
        .fi-rr-it-alt:before {
    content: "\eb46";
    }
        .fi-rr-it-computer:before {
    content: "\eb47";
    }
        .fi-rr-italian:before {
    content: "\eb48";
    }
        .fi-rr-italian-coffee-maker:before {
    content: "\eb49";
    }
        .fi-rr-italian-lira-sign:before {
    content: "\eb4a";
    }
        .fi-rr-italic:before {
    content: "\eb4b";
    }
        .fi-rr-ivy:before {
    content: "\eb4d";
    }
        .fi-rr-j:before {
    content: "\eb4e";
    }
        .fi-rr-jam:before {
    content: "\eb50";
    }
        .fi-rr-january-calendar:before {
    content: "\eb52";
    }
        .fi-rr-japanese:before {
    content: "\eb53";
    }
        .fi-rr-jar-alt:before {
    content: "\eb54";
    }
        .fi-rr-jar-wheat:before {
    content: "\eb55";
    }
        .fi-rr-javascript:before {
    content: "\eb57";
    }
        .fi-rr-jelly:before {
    content: "\eb59";
    }
        .fi-rr-job-search:before {
    content: "\eb5b";
    }
        .fi-rr-joint:before {
    content: "\eb5d";
    }
        .fi-rr-joker:before {
    content: "\eb5e";
    }
        .fi-rr-journal:before {
    content: "\eb60";
    }
        .fi-rr-journal-alt:before {
    content: "\eb61";
    }
        .fi-rr-journey:before {
    content: "\eb62";
    }
        .fi-rr-joystick:before {
    content: "\eb63";
    }
        .fi-rr-jpg:before {
    content: "\eb64";
    }
        .fi-rr-json-file:before {
    content: "\eb67";
    }
        .fi-rr-judge:before {
    content: "\eb68";
    }
        .fi-rr-jug:before {
    content: "\eb69";
    }
        .fi-rr-jug-alt:before {
    content: "\eb6a";
    }
        .fi-rr-jug-bottle:before {
    content: "\eb6b";
    }
        .fi-rr-july-calendar:before {
    content: "\eb6c";
    }
        .fi-rr-jumping-rope:before {
    content: "\eb6d";
    }
        .fi-rr-june-calendar:before {
    content: "\eb6e";
    }
        .fi-rr-jury:before {
    content: "\eb6f";
    }
        .fi-rr-k:before {
    content: "\eb70";
    }
        .fi-rr-k-pop:before {
    content: "\eb71";
    }
        .fi-rr-k-pop-headphones:before {
    content: "\eb72";
    }
        .fi-rr-k-pop-microphone:before {
    content: "\eb73";
    }
        .fi-rr-kaaba:before {
    content: "\eb74";
    }
        .fi-rr-kangaroo:before {
    content: "\eb75";
    }
        .fi-rr-kayak:before {
    content: "\eb76";
    }
        .fi-rr-kazoo:before {
    content: "\eb77";
    }
        .fi-rr-kerning:before {
    content: "\eb78";
    }
        .fi-rr-key:before {
    content: "\eb79";
    }
        .fi-rr-key-car:before {
    content: "\eb7a";
    }
        .fi-rr-key-hole:before {
    content: "\eb7b";
    }
        .fi-rr-key-lock-crypto:before {
    content: "\eb7c";
    }
        .fi-rr-key-person:before {
    content: "\eb7d";
    }
        .fi-rr-key-skeleton-left-right:before {
    content: "\eb7e";
    }
        .fi-rr-keyboard:before {
    content: "\eb7f";
    }
        .fi-rr-keyboard-brightness:before {
    content: "\eb80";
    }
        .fi-rr-keyboard-brightness-low:before {
    content: "\eb81";
    }
        .fi-rr-keyboard-down:before {
    content: "\eb82";
    }
        .fi-rr-keyboard-finger:before {
    content: "\eb83";
    }
        .fi-rr-keyboard-left:before {
    content: "\eb84";
    }
        .fi-rr-keynote:before {
    content: "\eb86";
    }
        .fi-rr-khanda:before {
    content: "\eb87";
    }
        .fi-rr-kidneys:before {
    content: "\eb89";
    }
        .fi-rr-kimchi:before {
    content: "\eb8a";
    }
        .fi-rr-kip-sign:before {
    content: "\eb8c";
    }
        .fi-rr-kiss:before {
    content: "\eb8d";
    }
        .fi-rr-kiss-beam:before {
    content: "\eb8e";
    }
        .fi-rr-kiss-wink-heart:before {
    content: "\eb8f";
    }
        .fi-rr-kitchen-set:before {
    content: "\eb90";
    }
        .fi-rr-kite:before {
    content: "\eb91";
    }
        .fi-rr-kiwi-bird:before {
    content: "\eb92";
    }
        .fi-rr-kiwi-fruit:before {
    content: "\eb93";
    }
        .fi-rr-knee-joint:before {
    content: "\eb94";
    }
        .fi-rr-knife:before {
    content: "\eb95";
    }
        .fi-rr-knife-kitchen:before {
    content: "\eb96";
    }
        .fi-rr-knight:before {
    content: "\eb97";
    }
        .fi-rr-knitting:before {
    content: "\eb98";
    }
        .fi-rr-knot-rope:before {
    content: "\eb99";
    }
        .fi-rr-knowledge:before {
    content: "\eb9a";
    }
        .fi-rr-kombucha:before {
    content: "\eb9b";
    }
        .fi-rr-korean:before {
    content: "\eb9c";
    }
        .fi-rr-kpi:before {
    content: "\eb9d";
    }
        .fi-rr-kpi-evaluation:before {
    content: "\eb9e";
    }
        .fi-rr-l:before {
    content: "\eb9f";
    }
        .fi-rr-lab-coat:before {
    content: "\eba0";
    }
        .fi-rr-label:before {
    content: "\eba1";
    }
        .fi-rr-lacrosse-stick:before {
    content: "\eba2";
    }
        .fi-rr-lacrosse-stick-ball:before {
    content: "\eba3";
    }
        .fi-rr-ladder:before {
    content: "\eba4";
    }
        .fi-rr-ladybug-leaf:before {
    content: "\eba5";
    }
        .fi-rr-lambda:before {
    content: "\eba6";
    }
        .fi-rr-lamp:before {
    content: "\eba7";
    }
        .fi-rr-lamp-desk:before {
    content: "\eba8";
    }
        .fi-rr-lamp-desk-on:before {
    content: "\eba9";
    }
        .fi-rr-lamp-floor:before {
    content: "\ebaa";
    }
        .fi-rr-lamp-street:before {
    content: "\ebab";
    }
        .fi-rr-land-layer-location:before {
    content: "\ebac";
    }
        .fi-rr-land-layers:before {
    content: "\ebad";
    }
        .fi-rr-land-location:before {
    content: "\ebae";
    }
        .fi-rr-land-mine-on:before {
    content: "\ebaf";
    }
        .fi-rr-landmark-alt:before {
    content: "\ebb0";
    }
        .fi-rr-language:before {
    content: "\ebb1";
    }
        .fi-rr-language-exchange:before {
    content: "\ebb2";
    }
        .fi-rr-language-learning-app:before {
    content: "\ebb3";
    }
        .fi-rr-languages-world:before {
    content: "\ebb4";
    }
        .fi-rr-lanterns:before {
    content: "\ebb5";
    }
        .fi-rr-laptop:before {
    content: "\ebb6";
    }
        .fi-rr-laptop-arrow-down:before {
    content: "\ebb7";
    }
        .fi-rr-laptop-binary:before {
    content: "\ebb8";
    }
        .fi-rr-laptop-code:before {
    content: "\ebb9";
    }
        .fi-rr-laptop-dollar:before {
    content: "\ebba";
    }
        .fi-rr-laptop-lock:before {
    content: "\ebbb";
    }
        .fi-rr-laptop-medical:before {
    content: "\ebbc";
    }
        .fi-rr-laptop-mobile:before {
    content: "\ebbd";
    }
        .fi-rr-laptop-mute:before {
    content: "\ebbe";
    }
        .fi-rr-laptop-no-camera:before {
    content: "\ebbf";
    }
        .fi-rr-laptop-refresh:before {
    content: "\ebc0";
    }
        .fi-rr-laptop-shield:before {
    content: "\ebc1";
    }
        .fi-rr-laptop-signal:before {
    content: "\ebc2";
    }
        .fi-rr-laptop-slash:before {
    content: "\ebc3";
    }
        .fi-rr-lari-sign:before {
    content: "\ebc4";
    }
        .fi-rr-lasagna:before {
    content: "\ebc5";
    }
        .fi-rr-lasso:before {
    content: "\ebc6";
    }
        .fi-rr-lasso-sparkles:before {
    content: "\ebc7";
    }
        .fi-rr-last-square:before {
    content: "\ebc8";
    }
        .fi-rr-laugh:before {
    content: "\ebc9";
    }
        .fi-rr-laugh-beam:before {
    content: "\ebca";
    }
        .fi-rr-laugh-squint:before {
    content: "\ebcb";
    }
        .fi-rr-laugh-wink:before {
    content: "\ebcc";
    }
        .fi-rr-launch:before {
    content: "\ebcd";
    }
        .fi-rr-laurel-user:before {
    content: "\ebce";
    }
        .fi-rr-law-book:before {
    content: "\ebcf";
    }
        .fi-rr-lawyer-man:before {
    content: "\ebd0";
    }
        .fi-rr-lawyer-woman:before {
    content: "\ebd1";
    }
        .fi-rr-layer-minus:before {
    content: "\ebd2";
    }
        .fi-rr-layer-plus:before {
    content: "\ebd3";
    }
        .fi-rr-layers:before {
    content: "\ebd4";
    }
        .fi-rr-layout-fluid:before {
    content: "\ebd5";
    }
        .fi-rr-lead:before {
    content: "\ebd6";
    }
        .fi-rr-lead-funnel:before {
    content: "\ebd7";
    }
        .fi-rr-lead-management:before {
    content: "\ebd8";
    }
        .fi-rr-leader:before {
    content: "\ebd9";
    }
        .fi-rr-leader-alt:before {
    content: "\ebda";
    }
        .fi-rr-leader-speech:before {
    content: "\ebdb";
    }
        .fi-rr-leaderboard:before {
    content: "\ebdc";
    }
        .fi-rr-leaderboard-alt:before {
    content: "\ebdd";
    }
        .fi-rr-leaderboard-trophy:before {
    content: "\ebde";
    }
        .fi-rr-leadership:before {
    content: "\ebdf";
    }
        .fi-rr-leadership-alt:before {
    content: "\ebe0";
    }
        .fi-rr-leaf:before {
    content: "\ebe1";
    }
        .fi-rr-leaf-fall:before {
    content: "\ebe2";
    }
        .fi-rr-leaf-heart:before {
    content: "\ebe3";
    }
        .fi-rr-leaf-maple:before {
    content: "\ebe4";
    }
        .fi-rr-leaf-oak:before {
    content: "\ebe5";
    }
        .fi-rr-leafy-green:before {
    content: "\ebe6";
    }
        .fi-rr-leave:before {
    content: "\ebe8";
    }
        .fi-rr-left:before {
    content: "\ebe9";
    }
        .fi-rr-left-click-mouse:before {
    content: "\ebea";
    }
        .fi-rr-left-from-bracket:before {
    content: "\ebeb";
    }
        .fi-rr-legal:before {
    content: "\ebec";
    }
        .fi-rr-legal-aid:before {
    content: "\ebed";
    }
        .fi-rr-legal-case:before {
    content: "\ebee";
    }
        .fi-rr-legal-document:before {
    content: "\ebef";
    }
        .fi-rr-legal-fees:before {
    content: "\ebf0";
    }
        .fi-rr-lemon:before {
    content: "\ebf1";
    }
        .fi-rr-lemongrass:before {
    content: "\ebf2";
    }
        .fi-rr-lesbian-couple:before {
    content: "\ebf3";
    }
        .fi-rr-less-than:before {
    content: "\ebf4";
    }
        .fi-rr-less-than-equal:before {
    content: "\ebf5";
    }
        .fi-rr-lesson:before {
    content: "\ebf6";
    }
        .fi-rr-lesson-class:before {
    content: "\ebf7";
    }
        .fi-rr-letter-case:before {
    content: "\ebf9";
    }
        .fi-rr-lettuce:before {
    content: "\ebfa";
    }
        .fi-rr-level-down:before {
    content: "\ebfb";
    }
        .fi-rr-level-down-alt:before {
    content: "\ebfc";
    }
        .fi-rr-level-up:before {
    content: "\ebfd";
    }
        .fi-rr-level-up-alt:before {
    content: "\ebfe";
    }
        .fi-rr-license:before {
    content: "\ebff";
    }
        .fi-rr-life:before {
    content: "\ec00";
    }
        .fi-rr-life-ring:before {
    content: "\ec01";
    }
        .fi-rr-lift:before {
    content: "\ec02";
    }
        .fi-rr-light-ceiling:before {
    content: "\ec04";
    }
        .fi-rr-light-emergency:before {
    content: "\ec05";
    }
        .fi-rr-light-emergency-on:before {
    content: "\ec06";
    }
        .fi-rr-light-mode-alt:before {
    content: "\ec07";
    }
        .fi-rr-light-switch:before {
    content: "\ec08";
    }
        .fi-rr-light-switch-off:before {
    content: "\ec09";
    }
        .fi-rr-light-switch-on:before {
    content: "\ec0a";
    }
        .fi-rr-lightbulb-cfl:before {
    content: "\ec0b";
    }
        .fi-rr-lightbulb-cfl-on:before {
    content: "\ec0c";
    }
        .fi-rr-lightbulb-dollar:before {
    content: "\ec0e";
    }
        .fi-rr-lightbulb-exclamation:before {
    content: "\ec0f";
    }
        .fi-rr-lightbulb-head:before {
    content: "\ec12";
    }
        .fi-rr-lightbulb-message:before {
    content: "\ec13";
    }
        .fi-rr-lightbulb-on:before {
    content: "\ec14";
    }
        .fi-rr-lightbulb-question:before {
    content: "\ec15";
    }
        .fi-rr-lightbulb-setting:before {
    content: "\ec16";
    }
        .fi-rr-lightbulb-slash:before {
    content: "\ec17";
    }
        .fi-rr-lighthouse:before {
    content: "\ec19";
    }
        .fi-rr-lights-holiday:before {
    content: "\ec1a";
    }
        .fi-rr-limit-hand:before {
    content: "\ec1b";
    }
        .fi-rr-limit-speedometer:before {
    content: "\ec1c";
    }
        .fi-rr-line-width:before {
    content: "\ec20";
    }
        .fi-rr-link:before {
    content: "\ec21";
    }
        .fi-rr-link-alt:before {
    content: "\ec22";
    }
        .fi-rr-link-horizontal:before {
    content: "\ec23";
    }
        .fi-rr-link-horizontal-slash:before {
    content: "\ec24";
    }
        .fi-rr-link-slash:before {
    content: "\ec25";
    }
        .fi-rr-link-slash-alt:before {
    content: "\ec26";
    }
        .fi-rr-lion:before {
    content: "\ec2a";
    }
        .fi-rr-lion-head:before {
    content: "\ec2b";
    }
        .fi-rr-lips:before {
    content: "\ec2c";
    }
        .fi-rr-lips-silence:before {
    content: "\ec2d";
    }
        .fi-rr-lipstick:before {
    content: "\ec2e";
    }
        .fi-rr-lira-sign:before {
    content: "\ec2f";
    }
        .fi-rr-list:before {
    content: "\ec31";
    }
        .fi-rr-list-check:before {
    content: "\ec32";
    }
        .fi-rr-list-dropdown:before {
    content: "\ec33";
    }
        .fi-rr-list-music:before {
    content: "\ec34";
    }
        .fi-rr-list-timeline:before {
    content: "\ec35";
    }
        .fi-rr-list-tree:before {
    content: "\ec36";
    }
        .fi-rr-listening-audio-player:before {
    content: "\ec37";
    }
        .fi-rr-litecoin-sign:before {
    content: "\ec39";
    }
        .fi-rr-live:before {
    content: "\ec3a";
    }
        .fi-rr-live-alt:before {
    content: "\ec3b";
    }
        .fi-rr-loading:before {
    content: "\ec3c";
    }
        .fi-rr-loan:before {
    content: "\ec3d";
    }
        .fi-rr-lobster:before {
    content: "\ec3e";
    }
        .fi-rr-location-alert:before {
    content: "\ec40";
    }
        .fi-rr-location-alt:before {
    content: "\ec41";
    }
        .fi-rr-location-arrow:before {
    content: "\ec42";
    }
        .fi-rr-location-crosshairs:before {
    content: "\ec43";
    }
        .fi-rr-location-crosshairs-slash:before {
    content: "\ec44";
    }
        .fi-rr-location-dot-slash:before {
    content: "\ec45";
    }
        .fi-rr-location-exclamation:before {
    content: "\ec46";
    }
        .fi-rr-location-lock:before {
    content: "\ec47";
    }
        .fi-rr-location-pin-bike:before {
    content: "\ec48";
    }
        .fi-rr-location-pin-call:before {
    content: "\ec49";
    }
        .fi-rr-location-pin-car:before {
    content: "\ec4a";
    }
        .fi-rr-location-pin-car-charging:before {
    content: "\ec4b";
    }
        .fi-rr-location-pin-motorcycle:before {
    content: "\ec4c";
    }
        .fi-rr-location-pin-parking:before {
    content: "\ec4d";
    }
        .fi-rr-location-pin-train:before {
    content: "\ec4e";
    }
        .fi-rr-lock:before {
    content: "\ec4f";
    }
        .fi-rr-lock-ai:before {
    content: "\ec50";
    }
        .fi-rr-lock-alt:before {
    content: "\ec51";
    }
        .fi-rr-lock-hashtag:before {
    content: "\ec52";
    }
        .fi-rr-lock-open-alt:before {
    content: "\ec53";
    }
        .fi-rr-locust:before {
    content: "\ec54";
    }
        .fi-rr-log-file:before {
    content: "\ec55";
    }
        .fi-rr-login:before {
    content: "\ec57";
    }
        .fi-rr-login-lock:before {
    content: "\ec58";
    }
        .fi-rr-logo:before {
    content: "\ec59";
    }
        .fi-rr-longboard:before {
    content: "\ec5a";
    }
        .fi-rr-loop-square:before {
    content: "\ec5c";
    }
        .fi-rr-loot-box:before {
    content: "\ec5d";
    }
        .fi-rr-love-magnet:before {
    content: "\ec60";
    }
        .fi-rr-loveseat:before {
    content: "\ec61";
    }
        .fi-rr-low-vision:before {
    content: "\ec62";
    }
        .fi-rr-lower-back:before {
    content: "\ec63";
    }
        .fi-rr-luchador:before {
    content: "\ec64";
    }
        .fi-rr-lucky-cat:before {
    content: "\ec65";
    }
        .fi-rr-luggage-cart:before {
    content: "\ec66";
    }
        .fi-rr-luggage-rolling:before {
    content: "\ec67";
    }
        .fi-rr-lunch-box:before {
    content: "\ec68";
    }
        .fi-rr-lunch-time:before {
    content: "\ec69";
    }
        .fi-rr-lung-cancer:before {
    content: "\ec6a";
    }
        .fi-rr-lung-ribbon:before {
    content: "\ec6b";
    }
        .fi-rr-lungs:before {
    content: "\ec6c";
    }
        .fi-rr-lungs-virus:before {
    content: "\ec6d";
    }
        .fi-rr-m:before {
    content: "\ec6e";
    }
        .fi-rr-mac-cheese:before {
    content: "\ec6f";
    }
        .fi-rr-macarons:before {
    content: "\ec70";
    }
        .fi-rr-mace:before {
    content: "\ec71";
    }
        .fi-rr-machine-learning:before {
    content: "\ec72";
    }
        .fi-rr-magic-wand:before {
    content: "\ec78";
    }
        .fi-rr-magnet:before {
    content: "\ec79";
    }
        .fi-rr-magnet-energy:before {
    content: "\ec7a";
    }
        .fi-rr-magnet-user:before {
    content: "\ec7b";
    }
        .fi-rr-magnetism:before {
    content: "\ec7d";
    }
        .fi-rr-magnifying-glass-binary:before {
    content: "\ec7e";
    }
        .fi-rr-magnifying-glass-box:before {
    content: "\ec7f";
    }
        .fi-rr-magnifying-glass-eye:before {
    content: "\ec80";
    }
        .fi-rr-magnifying-glass-growth:before {
    content: "\ec81";
    }
        .fi-rr-magnifying-glass-play:before {
    content: "\ec82";
    }
        .fi-rr-magnifying-glass-wave:before {
    content: "\ec83";
    }
        .fi-rr-mail-hook:before {
    content: "\ec85";
    }
        .fi-rr-mail-malware:before {
    content: "\ec86";
    }
        .fi-rr-mail-plus-circle:before {
    content: "\ec87";
    }
        .fi-rr-mailbox:before {
    content: "\ec88";
    }
        .fi-rr-mailbox-envelope:before {
    content: "\ec89";
    }
        .fi-rr-mailbox-flag-up:before {
    content: "\ec8a";
    }
        .fi-rr-makeup-bag:before {
    content: "\ec8d";
    }
        .fi-rr-makeup-brush:before {
    content: "\ec8e";
    }
        .fi-rr-malware-circle:before {
    content: "\ec91";
    }
        .fi-rr-malware-shield:before {
    content: "\ec92";
    }
        .fi-rr-malware-square:before {
    content: "\ec93";
    }
        .fi-rr-man-head:before {
    content: "\ec94";
    }
        .fi-rr-man-scientist:before {
    content: "\ec95";
    }
        .fi-rr-manat-sign:before {
    content: "\ec96";
    }
        .fi-rr-mandolin:before {
    content: "\ec97";
    }
        .fi-rr-mango:before {
    content: "\ec98";
    }
        .fi-rr-manhole:before {
    content: "\ec99";
    }
        .fi-rr-manicure:before {
    content: "\ec9a";
    }
        .fi-rr-mannequin:before {
    content: "\ec9b";
    }
        .fi-rr-map:before {
    content: "\ec9c";
    }
        .fi-rr-map-location-track:before {
    content: "\ec9d";
    }
        .fi-rr-map-marker:before {
    content: "\ec9e";
    }
        .fi-rr-map-marker-check:before {
    content: "\ec9f";
    }
        .fi-rr-map-marker-cross:before {
    content: "\eca0";
    }
        .fi-rr-map-marker-edit:before {
    content: "\eca1";
    }
        .fi-rr-map-marker-home:before {
    content: "\eca3";
    }
        .fi-rr-map-marker-minus:before {
    content: "\eca4";
    }
        .fi-rr-map-marker-plus:before {
    content: "\eca5";
    }
        .fi-rr-map-marker-question:before {
    content: "\eca6";
    }
        .fi-rr-map-marker-slash:before {
    content: "\eca7";
    }
        .fi-rr-map-marker-smile:before {
    content: "\eca8";
    }
        .fi-rr-map-pin:before {
    content: "\eca9";
    }
        .fi-rr-map-point:before {
    content: "\ecaa";
    }
        .fi-rr-march-calendar:before {
    content: "\ecab";
    }
        .fi-rr-marker:before {
    content: "\ecac";
    }
        .fi-rr-marker-hospital:before {
    content: "\ecad";
    }
        .fi-rr-marker-time:before {
    content: "\ecae";
    }
        .fi-rr-marketplace:before {
    content: "\ecaf";
    }
        .fi-rr-marketplace-alt:before {
    content: "\ecb0";
    }
        .fi-rr-marketplace-store:before {
    content: "\ecb1";
    }
        .fi-rr-marriage-proposal:before {
    content: "\ecb2";
    }
        .fi-rr-mars:before {
    content: "\ecb4";
    }
        .fi-rr-mars-and-venus-burst:before {
    content: "\ecb5";
    }
        .fi-rr-mars-double:before {
    content: "\ecb6";
    }
        .fi-rr-mars-stroke-right:before {
    content: "\ecb7";
    }
        .fi-rr-mars-stroke-up:before {
    content: "\ecb8";
    }
        .fi-rr-martini-glass-citrus:before {
    content: "\ecb9";
    }
        .fi-rr-martini-glass-empty:before {
    content: "\ecba";
    }
        .fi-rr-mascara:before {
    content: "\ecbb";
    }
        .fi-rr-mask:before {
    content: "\ecbc";
    }
        .fi-rr-mask-carnival:before {
    content: "\ecbd";
    }
        .fi-rr-mask-face:before {
    content: "\ecbe";
    }
        .fi-rr-mask-snorkel:before {
    content: "\ecbf";
    }
        .fi-rr-massage:before {
    content: "\ecc0";
    }
        .fi-rr-master-plan:before {
    content: "\ecc1";
    }
        .fi-rr-master-plan-integrate:before {
    content: "\ecc2";
    }
        .fi-rr-match-fire:before {
    content: "\ecc3";
    }
        .fi-rr-matcha:before {
    content: "\ecc4";
    }
        .fi-rr-matcha-latte:before {
    content: "\ecc5";
    }
        .fi-rr-mattress-pillow:before {
    content: "\ecc6";
    }
        .fi-rr-may-calendar:before {
    content: "\ecc7";
    }
        .fi-rr-measure-box:before {
    content: "\ecc9";
    }
        .fi-rr-measuring-tape:before {
    content: "\ecca";
    }
        .fi-rr-meat:before {
    content: "\eccb";
    }
        .fi-rr-medal:before {
    content: "\eccc";
    }
        .fi-rr-mediator:before {
    content: "\ecce";
    }
        .fi-rr-medical-star:before {
    content: "\eccf";
    }
        .fi-rr-medication:before {
    content: "\ecd0";
    }
        .fi-rr-medicine:before {
    content: "\ecd1";
    }
        .fi-rr-meditation:before {
    content: "\ecd2";
    }
        .fi-rr-meeting:before {
    content: "\ecd5";
    }
        .fi-rr-meeting-alt:before {
    content: "\ecd6";
    }
        .fi-rr-megaphone:before {
    content: "\ecd7";
    }
        .fi-rr-megaphone-announcement-leader:before {
    content: "\ecd8";
    }
        .fi-rr-megaphone-magnifying-glass:before {
    content: "\ecd9";
    }
        .fi-rr-megaphone-sound-waves:before {
    content: "\ecda";
    }
        .fi-rr-meh:before {
    content: "\ecdb";
    }
        .fi-rr-meh-blank:before {
    content: "\ecdc";
    }
        .fi-rr-meh-rolling-eyes:before {
    content: "\ecdd";
    }
        .fi-rr-melon:before {
    content: "\ecde";
    }
        .fi-rr-melon-alt:before {
    content: "\ecdf";
    }
        .fi-rr-member-list:before {
    content: "\ece0";
    }
        .fi-rr-member-search:before {
    content: "\ece1";
    }
        .fi-rr-membership:before {
    content: "\ece2";
    }
        .fi-rr-membership-vip:before {
    content: "\ece3";
    }
        .fi-rr-memo:before {
    content: "\ece4";
    }
        .fi-rr-memo-circle-check:before {
    content: "\ece5";
    }
        .fi-rr-memo-pad:before {
    content: "\ece6";
    }
        .fi-rr-memory:before {
    content: "\ece7";
    }
        .fi-rr-memory-loss:before {
    content: "\ece8";
    }
        .fi-rr-men-swimsuit:before {
    content: "\ece9";
    }
        .fi-rr-menorah:before {
    content: "\ecea";
    }
        .fi-rr-menu-burger:before {
    content: "\eceb";
    }
        .fi-rr-menu-dots:before {
    content: "\ecec";
    }
        .fi-rr-menu-dots-vertical:before {
    content: "\eced";
    }
        .fi-rr-menu-food:before {
    content: "\ecee";
    }
        .fi-rr-mercury:before {
    content: "\ecef";
    }
        .fi-rr-message-alert:before {
    content: "\ecf0";
    }
        .fi-rr-message-arrow-down:before {
    content: "\ecf1";
    }
        .fi-rr-message-arrow-up:before {
    content: "\ecf2";
    }
        .fi-rr-message-arrow-up-right:before {
    content: "\ecf3";
    }
        .fi-rr-message-bot:before {
    content: "\ecf4";
    }
        .fi-rr-message-circle-refresh:before {
    content: "\ecf5";
    }
        .fi-rr-message-code:before {
    content: "\ecf6";
    }
        .fi-rr-message-dollar:before {
    content: "\ecf7";
    }
        .fi-rr-message-heart:before {
    content: "\ecf8";
    }
        .fi-rr-message-image:before {
    content: "\ecf9";
    }
        .fi-rr-message-question:before {
    content: "\ecfb";
    }
        .fi-rr-message-quote:before {
    content: "\ecfc";
    }
        .fi-rr-message-slash:before {
    content: "\ecfd";
    }
        .fi-rr-message-sms:before {
    content: "\ecfe";
    }
        .fi-rr-message-square-refresh:before {
    content: "\ecff";
    }
        .fi-rr-message-star:before {
    content: "\ed00";
    }
        .fi-rr-message-text:before {
    content: "\ed01";
    }
        .fi-rr-message-xmark:before {
    content: "\ed02";
    }
        .fi-rr-messages:before {
    content: "\ed03";
    }
        .fi-rr-messages-dollar:before {
    content: "\ed04";
    }
        .fi-rr-messages-question:before {
    content: "\ed05";
    }
        .fi-rr-meteor:before {
    content: "\ed09";
    }
        .fi-rr-meter:before {
    content: "\ed0a";
    }
        .fi-rr-meter-bolt:before {
    content: "\ed0b";
    }
        .fi-rr-meter-droplet:before {
    content: "\ed0c";
    }
        .fi-rr-meter-fire:before {
    content: "\ed0d";
    }
        .fi-rr-method:before {
    content: "\ed0e";
    }
        .fi-rr-micro-sd:before {
    content: "\ed0f";
    }
        .fi-rr-micro-sd-adapter:before {
    content: "\ed10";
    }
        .fi-rr-microchip:before {
    content: "\ed11";
    }
        .fi-rr-microchip-ai:before {
    content: "\ed12";
    }
        .fi-rr-microphone:before {
    content: "\ed13";
    }
        .fi-rr-microphone-alt:before {
    content: "\ed14";
    }
        .fi-rr-microphone-question-mark:before {
    content: "\ed17";
    }
        .fi-rr-microphone-slash:before {
    content: "\ed18";
    }
        .fi-rr-microscope:before {
    content: "\ed19";
    }
        .fi-rr-microscope-bacteria:before {
    content: "\ed1a";
    }
        .fi-rr-microwave:before {
    content: "\ed1e";
    }
        .fi-rr-milk:before {
    content: "\ed1f";
    }
        .fi-rr-milk-alt:before {
    content: "\ed20";
    }
        .fi-rr-mill:before {
    content: "\ed21";
    }
        .fi-rr-mill-sign:before {
    content: "\ed22";
    }
        .fi-rr-mind-share:before {
    content: "\ed24";
    }
        .fi-rr-minus:before {
    content: "\ed25";
    }
        .fi-rr-minus-circle:before {
    content: "\ed26";
    }
        .fi-rr-minus-hexagon:before {
    content: "\ed27";
    }
        .fi-rr-minus-small:before {
    content: "\ed28";
    }
        .fi-rr-mirror:before {
    content: "\ed2a";
    }
        .fi-rr-mirror-user:before {
    content: "\ed2b";
    }
        .fi-rr-miso-soup:before {
    content: "\ed2c";
    }
        .fi-rr-mission:before {
    content: "\ed2d";
    }
        .fi-rr-mistletoe:before {
    content: "\ed2e";
    }
        .fi-rr-mix:before {
    content: "\ed2f";
    }
        .fi-rr-mixer:before {
    content: "\ed30";
    }
        .fi-rr-mobile:before {
    content: "\ed31";
    }
        .fi-rr-mobile-4g:before {
    content: "\ed32";
    }
        .fi-rr-mobile-5g:before {
    content: "\ed33";
    }
        .fi-rr-mobile-app-cleaner:before {
    content: "\ed35";
    }
        .fi-rr-mobile-button:before {
    content: "\ed37";
    }
        .fi-rr-mobile-friendly:before {
    content: "\ed38";
    }
        .fi-rr-mobile-hand:before {
    content: "\ed39";
    }
        .fi-rr-mobile-lock:before {
    content: "\ed3a";
    }
        .fi-rr-mobile-message:before {
    content: "\ed3b";
    }
        .fi-rr-mobile-notch:before {
    content: "\ed3c";
    }
        .fi-rr-mochi:before {
    content: "\ed3f";
    }
        .fi-rr-mockup:before {
    content: "\ed40";
    }
        .fi-rr-mode:before {
    content: "\ed41";
    }
        .fi-rr-mode-alt:before {
    content: "\ed42";
    }
        .fi-rr-mode-landscape:before {
    content: "\ed43";
    }
        .fi-rr-mode-portrait:before {
    content: "\ed44";
    }
        .fi-rr-model-cube:before {
    content: "\ed45";
    }
        .fi-rr-model-cube-arrows:before {
    content: "\ed46";
    }
        .fi-rr-model-cube-space:before {
    content: "\ed47";
    }
        .fi-rr-modular-home:before {
    content: "\ed48";
    }
        .fi-rr-module:before {
    content: "\ed49";
    }
        .fi-rr-monday:before {
    content: "\ed4a";
    }
        .fi-rr-money:before {
    content: "\ed4b";
    }
        .fi-rr-money-bill-lock:before {
    content: "\ed4c";
    }
        .fi-rr-money-bill-simple:before {
    content: "\ed4d";
    }
        .fi-rr-money-bill-transfer:before {
    content: "\ed4e";
    }
        .fi-rr-money-bill-wave:before {
    content: "\ed4f";
    }
        .fi-rr-money-bill-wave-alt:before {
    content: "\ed50";
    }
        .fi-rr-money-bills:before {
    content: "\ed51";
    }
        .fi-rr-money-bills-simple:before {
    content: "\ed52";
    }
        .fi-rr-money-check:before {
    content: "\ed53";
    }
        .fi-rr-money-check-edit:before {
    content: "\ed54";
    }
        .fi-rr-money-check-edit-alt:before {
    content: "\ed55";
    }
        .fi-rr-money-coin-transfer:before {
    content: "\ed56";
    }
        .fi-rr-money-from-bracket:before {
    content: "\ed57";
    }
        .fi-rr-money-gears:before {
    content: "\ed58";
    }
        .fi-rr-money-income:before {
    content: "\ed59";
    }
        .fi-rr-money-laptop:before {
    content: "\ed5a";
    }
        .fi-rr-money-magnet:before {
    content: "\ed5b";
    }
        .fi-rr-money-safe-box:before {
    content: "\ed5c";
    }
        .fi-rr-money-simple-from-bracket:before {
    content: "\ed5d";
    }
        .fi-rr-money-transfer-alt:before {
    content: "\ed5e";
    }
        .fi-rr-money-transfer-coin-arrow:before {
    content: "\ed5f";
    }
        .fi-rr-money-transfer-smartphone:before {
    content: "\ed60";
    }
        .fi-rr-money-wings:before {
    content: "\ed61";
    }
        .fi-rr-monitor-sun:before {
    content: "\ed62";
    }
        .fi-rr-monitor-water:before {
    content: "\ed63";
    }
        .fi-rr-monkey:before {
    content: "\ed64";
    }
        .fi-rr-monstera:before {
    content: "\ed65";
    }
        .fi-rr-monument:before {
    content: "\ed66";
    }
        .fi-rr-moon:before {
    content: "\ed67";
    }
        .fi-rr-moon-stars:before {
    content: "\ed68";
    }
        .fi-rr-moped:before {
    content: "\ed69";
    }
        .fi-rr-mortar-pestle:before {
    content: "\ed6b";
    }
        .fi-rr-mortgage:before {
    content: "\ed6c";
    }
        .fi-rr-mosque:before {
    content: "\ed6d";
    }
        .fi-rr-mosque-alt:before {
    content: "\ed6e";
    }
        .fi-rr-mosque-moon:before {
    content: "\ed6f";
    }
        .fi-rr-mosquito:before {
    content: "\ed70";
    }
        .fi-rr-mosquito-net:before {
    content: "\ed71";
    }
        .fi-rr-motion-graphic:before {
    content: "\ed72";
    }
        .fi-rr-motorcycle:before {
    content: "\ed74";
    }
        .fi-rr-motorcycle-front:before {
    content: "\ed75";
    }
        .fi-rr-motorcycle-helmet:before {
    content: "\ed76";
    }
        .fi-rr-mound:before {
    content: "\ed77";
    }
        .fi-rr-mountain:before {
    content: "\ed78";
    }
        .fi-rr-mountain-city:before {
    content: "\ed79";
    }
        .fi-rr-mountain-peak:before {
    content: "\ed7a";
    }
        .fi-rr-mountains:before {
    content: "\ed7c";
    }
        .fi-rr-mouse:before {
    content: "\ed7d";
    }
        .fi-rr-mouse-field:before {
    content: "\ed7e";
    }
        .fi-rr-mouse-pointer-click:before {
    content: "\ed7f";
    }
        .fi-rr-mouse-pointer-heart:before {
    content: "\ed80";
    }
        .fi-rr-mouse-scroll:before {
    content: "\ed81";
    }
        .fi-rr-moustache:before {
    content: "\ed82";
    }
        .fi-rr-mov-file:before {
    content: "\ed83";
    }
        .fi-rr-move-to-folder:before {
    content: "\ed84";
    }
        .fi-rr-move-to-folder-2:before {
    content: "\ed85";
    }
        .fi-rr-moving:before {
    content: "\ed86";
    }
        .fi-rr-mower:before {
    content: "\ed87";
    }
        .fi-rr-mp3-file:before {
    content: "\ed88";
    }
        .fi-rr-mp3-player:before {
    content: "\ed89";
    }
        .fi-rr-mp4-file:before {
    content: "\ed8a";
    }
        .fi-rr-muffin:before {
    content: "\ed8b";
    }
        .fi-rr-mug:before {
    content: "\ed8c";
    }
        .fi-rr-mug-alt:before {
    content: "\ed8d";
    }
        .fi-rr-mug-hot:before {
    content: "\ed8e";
    }
        .fi-rr-mug-hot-alt:before {
    content: "\ed8f";
    }
        .fi-rr-mug-marshmallows:before {
    content: "\ed90";
    }
        .fi-rr-mug-tea:before {
    content: "\ed91";
    }
        .fi-rr-mug-tea-alt:before {
    content: "\ed92";
    }
        .fi-rr-mug-tea-saucer:before {
    content: "\ed93";
    }
        .fi-rr-mulled-wine:before {
    content: "\ed94";
    }
        .fi-rr-multi-player:before {
    content: "\ed95";
    }
        .fi-rr-multiple:before {
    content: "\ed96";
    }
        .fi-rr-multiple-alt:before {
    content: "\ed97";
    }
        .fi-rr-multitasking:before {
    content: "\ed98";
    }
        .fi-rr-muscle:before {
    content: "\ed99";
    }
        .fi-rr-museum:before {
    content: "\ed9a";
    }
        .fi-rr-mushroom:before {
    content: "\ed9b";
    }
        .fi-rr-mushroom-alt:before {
    content: "\ed9c";
    }
        .fi-rr-mushroom-cloud:before {
    content: "\ed9d";
    }
        .fi-rr-music:before {
    content: "\ed9e";
    }
        .fi-rr-music-alt:before {
    content: "\ed9f";
    }
        .fi-rr-music-file:before {
    content: "\eda1";
    }
        .fi-rr-music-magnifying-glass:before {
    content: "\eda2";
    }
        .fi-rr-music-note:before {
    content: "\eda3";
    }
        .fi-rr-music-note-slash:before {
    content: "\eda4";
    }
        .fi-rr-music-slash:before {
    content: "\eda5";
    }
        .fi-rr-mystery-box:before {
    content: "\eda7";
    }
        .fi-rr-n:before {
    content: "\eda8";
    }
        .fi-rr-naan-bread:before {
    content: "\eda9";
    }
        .fi-rr-nail-art:before {
    content: "\edaa";
    }
        .fi-rr-nail-clipper:before {
    content: "\edab";
    }
        .fi-rr-naira-sign:before {
    content: "\edac";
    }
        .fi-rr-narwhal:before {
    content: "\edae";
    }
        .fi-rr-navigation:before {
    content: "\edaf";
    }
        .fi-rr-needle:before {
    content: "\edb0";
    }
        .fi-rr-nesting-dolls:before {
    content: "\edb1";
    }
        .fi-rr-network:before {
    content: "\edb4";
    }
        .fi-rr-network-analytic:before {
    content: "\edb5";
    }
        .fi-rr-network-cloud:before {
    content: "\edb6";
    }
        .fi-rr-network-cloud-computer:before {
    content: "\edb7";
    }
        .fi-rr-network-firewall:before {
    content: "\edb8";
    }
        .fi-rr-network-user:before {
    content: "\edb9";
    }
        .fi-rr-neuter:before {
    content: "\edba";
    }
        .fi-rr-newsletter-subscribe:before {
    content: "\edbd";
    }
        .fi-rr-newspaper:before {
    content: "\edbe";
    }
        .fi-rr-newspaper-open:before {
    content: "\edc0";
    }
        .fi-rr-nfc:before {
    content: "\edc1";
    }
        .fi-rr-nfc-lock:before {
    content: "\edc2";
    }
        .fi-rr-nfc-magnifying-glass:before {
    content: "\edc3";
    }
        .fi-rr-nfc-pen:before {
    content: "\edc4";
    }
        .fi-rr-nfc-slash:before {
    content: "\edc6";
    }
        .fi-rr-nfc-trash:before {
    content: "\edc7";
    }
        .fi-rr-nft-square:before {
    content: "\edca";
    }
        .fi-rr-night-day:before {
    content: "\edcb";
    }
        .fi-rr-night-mode:before {
    content: "\edcc";
    }
        .fi-rr-no-attention:before {
    content: "\edcd";
    }
        .fi-rr-no-baby:before {
    content: "\edce";
    }
        .fi-rr-no-ball:before {
    content: "\edcf";
    }
        .fi-rr-no-child:before {
    content: "\edd0";
    }
        .fi-rr-no-children:before {
    content: "\edd1";
    }
        .fi-rr-no-fee:before {
    content: "\edd2";
    }
        .fi-rr-no-food:before {
    content: "\edd3";
    }
        .fi-rr-no-food-circle:before {
    content: "\edd4";
    }
        .fi-rr-no-iron:before {
    content: "\edd5";
    }
        .fi-rr-no-pacifier:before {
    content: "\edd6";
    }
        .fi-rr-no-people:before {
    content: "\edd7";
    }
        .fi-rr-no-play-football:before {
    content: "\edd8";
    }
        .fi-rr-no-smoking:before {
    content: "\edd9";
    }
        .fi-rr-no-vaping:before {
    content: "\edda";
    }
        .fi-rr-no-vaping-circle:before {
    content: "\eddb";
    }
        .fi-rr-noise-cancelling-headphones:before {
    content: "\edde";
    }
        .fi-rr-noodles:before {
    content: "\eddf";
    }
        .fi-rr-nose:before {
    content: "\ede1";
    }
        .fi-rr-not-equal:before {
    content: "\ede2";
    }
        .fi-rr-not-found:before {
    content: "\ede3";
    }
        .fi-rr-not-found-alt:before {
    content: "\ede4";
    }
        .fi-rr-not-found-magnifying-glass:before {
    content: "\ede5";
    }
        .fi-rr-notary:before {
    content: "\ede6";
    }
        .fi-rr-notdef:before {
    content: "\ede7";
    }
        .fi-rr-note:before {
    content: "\ede8";
    }
        .fi-rr-note-medical:before {
    content: "\ede9";
    }
        .fi-rr-note-sticky:before {
    content: "\edea";
    }
        .fi-rr-notebook:before {
    content: "\edeb";
    }
        .fi-rr-notebook-alt:before {
    content: "\edec";
    }
        .fi-rr-notebook-location:before {
    content: "\eded";
    }
        .fi-rr-notes:before {
    content: "\edee";
    }
        .fi-rr-notes-medical:before {
    content: "\edef";
    }
        .fi-rr-november-calendar:before {
    content: "\edf0";
    }
        .fi-rr-o:before {
    content: "\edfa";
    }
        .fi-rr-obj-file:before {
    content: "\edfb";
    }
        .fi-rr-object-exclude:before {
    content: "\edfc";
    }
        .fi-rr-object-group:before {
    content: "\edfd";
    }
        .fi-rr-object-intersect:before {
    content: "\edfe";
    }
        .fi-rr-object-subtract:before {
    content: "\edff";
    }
        .fi-rr-object-ungroup:before {
    content: "\ee00";
    }
        .fi-rr-object-union:before {
    content: "\ee01";
    }
        .fi-rr-objects-column:before {
    content: "\ee03";
    }
        .fi-rr-octagon:before {
    content: "\ee04";
    }
        .fi-rr-octagon-check:before {
    content: "\ee05";
    }
        .fi-rr-octagon-divide:before {
    content: "\ee06";
    }
        .fi-rr-octagon-exclamation:before {
    content: "\ee07";
    }
        .fi-rr-octagon-minus:before {
    content: "\ee08";
    }
        .fi-rr-octagon-plus:before {
    content: "\ee09";
    }
        .fi-rr-octagon-xmark:before {
    content: "\ee0a";
    }
        .fi-rr-october-calendar:before {
    content: "\ee0c";
    }
        .fi-rr-octopus:before {
    content: "\ee0d";
    }
        .fi-rr-office-chair:before {
    content: "\ee0f";
    }
        .fi-rr-office-paperclip:before {
    content: "\ee10";
    }
        .fi-rr-oil-can:before {
    content: "\ee11";
    }
        .fi-rr-oil-price:before {
    content: "\ee12";
    }
        .fi-rr-oil-tank:before {
    content: "\ee13";
    }
        .fi-rr-oil-temp:before {
    content: "\ee14";
    }
        .fi-rr-old-people:before {
    content: "\ee16";
    }
        .fi-rr-olive:before {
    content: "\ee17";
    }
        .fi-rr-olive-branch-dove:before {
    content: "\ee18";
    }
        .fi-rr-olive-oil:before {
    content: "\ee19";
    }
        .fi-rr-olives:before {
    content: "\ee1a";
    }
        .fi-rr-om:before {
    content: "\ee1b";
    }
        .fi-rr-omega:before {
    content: "\ee1c";
    }
        .fi-rr-on-air-square:before {
    content: "\ee1d";
    }
        .fi-rr-onboarding:before {
    content: "\ee1e";
    }
        .fi-rr-onigiri:before {
    content: "\ee20";
    }
        .fi-rr-onion:before {
    content: "\ee21";
    }
        .fi-rr-online-course:before {
    content: "\ee22";
    }
        .fi-rr-online-game:before {
    content: "\ee23";
    }
        .fi-rr-online-interview:before {
    content: "\ee24";
    }
        .fi-rr-online-meet:before {
    content: "\ee25";
    }
        .fi-rr-online-tax:before {
    content: "\ee26";
    }
        .fi-rr-opacity:before {
    content: "\ee27";
    }
        .fi-rr-open:before {
    content: "\ee28";
    }
        .fi-rr-open-book-apple:before {
    content: "\ee29";
    }
        .fi-rr-open-book-lightbulb:before {
    content: "\ee2a";
    }
        .fi-rr-open-box-check:before {
    content: "\ee2b";
    }
        .fi-rr-open-box-speedometer:before {
    content: "\ee2d";
    }
        .fi-rr-open-box-timer:before {
    content: "\ee2e";
    }
        .fi-rr-open-mail-clip:before {
    content: "\ee2f";
    }
        .fi-rr-open-notebook:before {
    content: "\ee30";
    }
        .fi-rr-operating-system-upgrade:before {
    content: "\ee31";
    }
        .fi-rr-operation:before {
    content: "\ee32";
    }
        .fi-rr-optimization:before {
    content: "\ee33";
    }
        .fi-rr-orange-juice:before {
    content: "\ee36";
    }
        .fi-rr-order-food-mobile:before {
    content: "\ee37";
    }
        .fi-rr-order-food-online:before {
    content: "\ee38";
    }
        .fi-rr-order-food-telephone:before {
    content: "\ee39";
    }
        .fi-rr-order-history:before {
    content: "\ee3a";
    }
        .fi-rr-organization-chart:before {
    content: "\ee3b";
    }
        .fi-rr-ornament:before {
    content: "\ee3c";
    }
        .fi-rr-otp:before {
    content: "\ee3d";
    }
        .fi-rr-otter:before {
    content: "\ee3e";
    }
        .fi-rr-outdent:before {
    content: "\ee40";
    }
        .fi-rr-oval:before {
    content: "\ee41";
    }
        .fi-rr-oval-alt:before {
    content: "\ee42";
    }
        .fi-rr-oven:before {
    content: "\ee43";
    }
        .fi-rr-overline:before {
    content: "\ee44";
    }
        .fi-rr-overview:before {
    content: "\ee45";
    }
        .fi-rr-ozone-layer:before {
    content: "\ee46";
    }
        .fi-rr-p:before {
    content: "\ee47";
    }
        .fi-rr-p2p-lending:before {
    content: "\ee48";
    }
        .fi-rr-pacifier:before {
    content: "\ee49";
    }
        .fi-rr-package:before {
    content: "\ee4a";
    }
        .fi-rr-paddle-tennis-player:before {
    content: "\ee4b";
    }
        .fi-rr-paddle-tennis-racket:before {
    content: "\ee4c";
    }
        .fi-rr-padlock-check:before {
    content: "\ee4d";
    }
        .fi-rr-page-break:before {
    content: "\ee4e";
    }
        .fi-rr-pager:before {
    content: "\ee4f";
    }
        .fi-rr-paid:before {
    content: "\ee50";
    }
        .fi-rr-paint-brush:before {
    content: "\ee52";
    }
        .fi-rr-paint-bucket:before {
    content: "\ee53";
    }
        .fi-rr-paint-roller:before {
    content: "\ee54";
    }
        .fi-rr-paintbrush-pencil:before {
    content: "\ee56";
    }
        .fi-rr-paired:before {
    content: "\ee57";
    }
        .fi-rr-pairing:before {
    content: "\ee58";
    }
        .fi-rr-palette:before {
    content: "\ee59";
    }
        .fi-rr-pallet:before {
    content: "\ee5a";
    }
        .fi-rr-pallet-alt:before {
    content: "\ee5b";
    }
        .fi-rr-pan:before {
    content: "\ee5c";
    }
        .fi-rr-pan-food:before {
    content: "\ee5d";
    }
        .fi-rr-pan-frying:before {
    content: "\ee5e";
    }
        .fi-rr-pancakes:before {
    content: "\ee5f";
    }
        .fi-rr-panorama:before {
    content: "\ee63";
    }
        .fi-rr-paper-plane:before {
    content: "\ee64";
    }
        .fi-rr-paper-plane-launch:before {
    content: "\ee65";
    }
        .fi-rr-paper-plane-top:before {
    content: "\ee66";
    }
        .fi-rr-paperclip-vertical:before {
    content: "\ee67";
    }
        .fi-rr-parachute-box:before {
    content: "\ee68";
    }
        .fi-rr-paragraph:before {
    content: "\ee69";
    }
        .fi-rr-paragraph-left:before {
    content: "\ee6a";
    }
        .fi-rr-parking:before {
    content: "\ee6b";
    }
        .fi-rr-parking-circle:before {
    content: "\ee6c";
    }
        .fi-rr-parking-circle-slash:before {
    content: "\ee6d";
    }
        .fi-rr-parking-slash:before {
    content: "\ee6e";
    }
        .fi-rr-party-bell:before {
    content: "\ee71";
    }
        .fi-rr-party-horn:before {
    content: "\ee72";
    }
        .fi-rr-passenger-plane:before {
    content: "\ee73";
    }
        .fi-rr-passive-income:before {
    content: "\ee74";
    }
        .fi-rr-passport:before {
    content: "\ee75";
    }
        .fi-rr-password:before {
    content: "\ee77";
    }
        .fi-rr-password-alt:before {
    content: "\ee78";
    }
        .fi-rr-password-computer:before {
    content: "\ee79";
    }
        .fi-rr-password-email:before {
    content: "\ee7a";
    }
        .fi-rr-password-lock:before {
    content: "\ee7b";
    }
        .fi-rr-password-magnifying-glass:before {
    content: "\ee7c";
    }
        .fi-rr-password-protection:before {
    content: "\ee7d";
    }
        .fi-rr-password-smartphone:before {
    content: "\ee7e";
    }
        .fi-rr-paste:before {
    content: "\ee7f";
    }
        .fi-rr-patch:before {
    content: "\ee80";
    }
        .fi-rr-patient:before {
    content: "\ee81";
    }
        .fi-rr-patient-file:before {
    content: "\ee82";
    }
        .fi-rr-pattern:before {
    content: "\ee84";
    }
        .fi-rr-pause:before {
    content: "\ee85";
    }
        .fi-rr-pause-circle:before {
    content: "\ee86";
    }
        .fi-rr-pause-square:before {
    content: "\ee87";
    }
        .fi-rr-paw:before {
    content: "\ee88";
    }
        .fi-rr-paw-claws:before {
    content: "\ee89";
    }
        .fi-rr-paw-heart:before {
    content: "\ee8a";
    }
        .fi-rr-pay-per-click:before {
    content: "\ee8b";
    }
        .fi-rr-payment-authentication:before {
    content: "\ee8c";
    }
        .fi-rr-payment-gateway:before {
    content: "\ee8d";
    }
        .fi-rr-payment-pos:before {
    content: "\ee8e";
    }
        .fi-rr-payment-qrcode:before {
    content: "\ee8f";
    }
        .fi-rr-payment-security:before {
    content: "\ee90";
    }
        .fi-rr-payroll:before {
    content: "\ee92";
    }
        .fi-rr-payroll-calendar:before {
    content: "\ee93";
    }
        .fi-rr-payroll-check:before {
    content: "\ee94";
    }
        .fi-rr-pc-chair:before {
    content: "\ee95";
    }
        .fi-rr-peace:before {
    content: "\ee96";
    }
        .fi-rr-peach:before {
    content: "\ee97";
    }
        .fi-rr-peanut:before {
    content: "\ee98";
    }
        .fi-rr-peanuts:before {
    content: "\ee99";
    }
        .fi-rr-peapod:before {
    content: "\ee9a";
    }
        .fi-rr-pear:before {
    content: "\ee9b";
    }
        .fi-rr-pedestal:before {
    content: "\ee9c";
    }
        .fi-rr-pelvis:before {
    content: "\ee9d";
    }
        .fi-rr-pen-circle:before {
    content: "\ee9e";
    }
        .fi-rr-pen-clip:before {
    content: "\ee9f";
    }
        .fi-rr-pen-clip-slash:before {
    content: "\eea0";
    }
        .fi-rr-pen-fancy:before {
    content: "\eea1";
    }
        .fi-rr-pen-fancy-slash:before {
    content: "\eea2";
    }
        .fi-rr-pen-field:before {
    content: "\eea3";
    }
        .fi-rr-pen-nib:before {
    content: "\eea4";
    }
        .fi-rr-pen-nib-slash:before {
    content: "\eea5";
    }
        .fi-rr-pen-slash:before {
    content: "\eea6";
    }
        .fi-rr-pen-square:before {
    content: "\eea7";
    }
        .fi-rr-pen-swirl:before {
    content: "\eea8";
    }
        .fi-rr-pencil:before {
    content: "\eea9";
    }
        .fi-rr-pencil-lightbulb:before {
    content: "\eeaa";
    }
        .fi-rr-pencil-paintbrush:before {
    content: "\eeab";
    }
        .fi-rr-pencil-ruler:before {
    content: "\eeac";
    }
        .fi-rr-pencil-slash:before {
    content: "\eead";
    }
        .fi-rr-pending:before {
    content: "\eeae";
    }
        .fi-rr-pendulum:before {
    content: "\eeaf";
    }
        .fi-rr-pennant:before {
    content: "\eeb0";
    }
        .fi-rr-people:before {
    content: "\eeb1";
    }
        .fi-rr-people-arrows-left-right:before {
    content: "\eeb2";
    }
        .fi-rr-people-carry-box:before {
    content: "\eeb3";
    }
        .fi-rr-people-dress:before {
    content: "\eeb4";
    }
        .fi-rr-people-group:before {
    content: "\eeb5";
    }
        .fi-rr-people-line:before {
    content: "\eeb6";
    }
        .fi-rr-people-network-partner:before {
    content: "\eeb7";
    }
        .fi-rr-people-pants:before {
    content: "\eeb8";
    }
        .fi-rr-people-poll:before {
    content: "\eeb9";
    }
        .fi-rr-people-pulling:before {
    content: "\eeba";
    }
        .fi-rr-people-robbery:before {
    content: "\eebb";
    }
        .fi-rr-people-roof:before {
    content: "\eebc";
    }
        .fi-rr-pepper:before {
    content: "\eebe";
    }
        .fi-rr-pepper-alt:before {
    content: "\eebf";
    }
        .fi-rr-pepper-hot:before {
    content: "\eec0";
    }
        .fi-rr-peppermint:before {
    content: "\eec1";
    }
        .fi-rr-peppermint-tea:before {
    content: "\eec2";
    }
        .fi-rr-percent-10:before {
    content: "\eec3";
    }
        .fi-rr-percent-100:before {
    content: "\eec4";
    }
        .fi-rr-percent-20:before {
    content: "\eec5";
    }
        .fi-rr-percent-25:before {
    content: "\eec6";
    }
        .fi-rr-percent-30:before {
    content: "\eec7";
    }
        .fi-rr-percent-40:before {
    content: "\eec8";
    }
        .fi-rr-percent-50:before {
    content: "\eec9";
    }
        .fi-rr-percent-60:before {
    content: "\eeca";
    }
        .fi-rr-percent-70:before {
    content: "\eecb";
    }
        .fi-rr-percent-75:before {
    content: "\eecc";
    }
        .fi-rr-percent-80:before {
    content: "\eecd";
    }
        .fi-rr-percent-90:before {
    content: "\eece";
    }
        .fi-rr-percentage:before {
    content: "\eecf";
    }
        .fi-rr-perfume:before {
    content: "\eed0";
    }
        .fi-rr-person-arrow-down-to-line:before {
    content: "\eed2";
    }
        .fi-rr-person-arrow-up-from-line:before {
    content: "\eed3";
    }
        .fi-rr-person-back-pain:before {
    content: "\eed4";
    }
        .fi-rr-person-battery:before {
    content: "\eed5";
    }
        .fi-rr-person-booth:before {
    content: "\eed6";
    }
        .fi-rr-person-breastfeeding:before {
    content: "\eed7";
    }
        .fi-rr-person-burst:before {
    content: "\eed8";
    }
        .fi-rr-person-carry-box:before {
    content: "\eed9";
    }
        .fi-rr-person-chalkboard:before {
    content: "\eeda";
    }
        .fi-rr-person-circle-check:before {
    content: "\eedb";
    }
        .fi-rr-person-circle-exclamation:before {
    content: "\eedc";
    }
        .fi-rr-person-circle-minus:before {
    content: "\eedd";
    }
        .fi-rr-person-circle-plus:before {
    content: "\eede";
    }
        .fi-rr-person-circle-question:before {
    content: "\eedf";
    }
        .fi-rr-person-circle-xmark:before {
    content: "\eee0";
    }
        .fi-rr-person-climbing:before {
    content: "\eee1";
    }
        .fi-rr-person-cv:before {
    content: "\eee2";
    }
        .fi-rr-person-dolly:before {
    content: "\eee3";
    }
        .fi-rr-person-dolly-empty:before {
    content: "\eee4";
    }
        .fi-rr-person-dots-from-line:before {
    content: "\eee5";
    }
        .fi-rr-person-dragging-bag:before {
    content: "\eee6";
    }
        .fi-rr-person-dress:before {
    content: "\eee7";
    }
        .fi-rr-person-dress-burst:before {
    content: "\eee8";
    }
        .fi-rr-person-dress-simple:before {
    content: "\eee9";
    }
        .fi-rr-person-drowning:before {
    content: "\eeea";
    }
        .fi-rr-person-falling:before {
    content: "\eeeb";
    }
        .fi-rr-person-harassing:before {
    content: "\eeed";
    }
        .fi-rr-person-luggage:before {
    content: "\eeee";
    }
        .fi-rr-person-lunge:before {
    content: "\eeef";
    }
        .fi-rr-person-military-pointing:before {
    content: "\eef0";
    }
        .fi-rr-person-military-rifle:before {
    content: "\eef1";
    }
        .fi-rr-person-military-to-person:before {
    content: "\eef2";
    }
        .fi-rr-person-pilates:before {
    content: "\eef3";
    }
        .fi-rr-person-praying:before {
    content: "\eef4";
    }
        .fi-rr-person-pregnant:before {
    content: "\eef5";
    }
        .fi-rr-person-presenting:before {
    content: "\eef6";
    }
        .fi-rr-person-rays:before {
    content: "\eef7";
    }
        .fi-rr-person-rifle:before {
    content: "\eef8";
    }
        .fi-rr-person-seat:before {
    content: "\eef9";
    }
        .fi-rr-person-seat-reclined:before {
    content: "\eefa";
    }
        .fi-rr-person-shelter:before {
    content: "\eefb";
    }
        .fi-rr-person-sign:before {
    content: "\eefc";
    }
        .fi-rr-person-simple:before {
    content: "\eefd";
    }
        .fi-rr-person-stress:before {
    content: "\eefe";
    }
        .fi-rr-person-surfing:before {
    content: "\eeff";
    }
        .fi-rr-person-through-window:before {
    content: "\ef00";
    }
        .fi-rr-person-to-door:before {
    content: "\ef01";
    }
        .fi-rr-person-walking-arrow-loop-left:before {
    content: "\ef03";
    }
        .fi-rr-person-walking-arrow-right:before {
    content: "\ef04";
    }
        .fi-rr-person-walking-from-line-arrow-right:before {
    content: "\ef06";
    }
        .fi-rr-person-walking-with-cane:before {
    content: "\ef07";
    }
        .fi-rr-personal-finance:before {
    content: "\ef08";
    }
        .fi-rr-peseta-sign:before {
    content: "\ef09";
    }
        .fi-rr-peso-sign:before {
    content: "\ef0a";
    }
        .fi-rr-pets:before {
    content: "\ef0b";
    }
        .fi-rr-pharmacy:before {
    content: "\ef0d";
    }
        .fi-rr-pharmacy-symbol:before {
    content: "\ef0e";
    }
        .fi-rr-phishing:before {
    content: "\ef11";
    }
        .fi-rr-phone-24h:before {
    content: "\ef12";
    }
        .fi-rr-phone-addiction:before {
    content: "\ef13";
    }
        .fi-rr-phone-call:before {
    content: "\ef14";
    }
        .fi-rr-phone-cross:before {
    content: "\ef15";
    }
        .fi-rr-phone-flip:before {
    content: "\ef16";
    }
        .fi-rr-phone-guide:before {
    content: "\ef17";
    }
        .fi-rr-phone-heart-message:before {
    content: "\ef18";
    }
        .fi-rr-phone-intercom:before {
    content: "\ef19";
    }
        .fi-rr-phone-megaphone:before {
    content: "\ef1a";
    }
        .fi-rr-phone-office:before {
    content: "\ef1b";
    }
        .fi-rr-phone-pause:before {
    content: "\ef1c";
    }
        .fi-rr-phone-plus:before {
    content: "\ef1d";
    }
        .fi-rr-phone-rotary:before {
    content: "\ef1e";
    }
        .fi-rr-phone-slash:before {
    content: "\ef1f";
    }
        .fi-rr-photo-capture:before {
    content: "\ef20";
    }
        .fi-rr-photo-film-music:before {
    content: "\ef22";
    }
        .fi-rr-photo-video:before {
    content: "\ef23";
    }
        .fi-rr-physics:before {
    content: "\ef2a";
    }
        .fi-rr-pi:before {
    content: "\ef2b";
    }
        .fi-rr-piano:before {
    content: "\ef2c";
    }
        .fi-rr-piano-keyboard:before {
    content: "\ef2d";
    }
        .fi-rr-picaxe-minning:before {
    content: "\ef2e";
    }
        .fi-rr-pickaxe:before {
    content: "\ef2f";
    }
        .fi-rr-picking:before {
    content: "\ef30";
    }
        .fi-rr-picking-box:before {
    content: "\ef31";
    }
        .fi-rr-picnic:before {
    content: "\ef32";
    }
        .fi-rr-picpeople:before {
    content: "\ef33";
    }
        .fi-rr-picpeople-filled:before {
    content: "\ef34";
    }
        .fi-rr-picture:before {
    content: "\ef35";
    }
        .fi-rr-pie:before {
    content: "\ef36";
    }
        .fi-rr-pie-chart-box:before {
    content: "\ef37";
    }
        .fi-rr-piece:before {
    content: "\ef38";
    }
        .fi-rr-pig:before {
    content: "\ef39";
    }
        .fi-rr-pig-bank-bulb:before {
    content: "\ef3a";
    }
        .fi-rr-pig-face:before {
    content: "\ef3b";
    }
        .fi-rr-piggy-bank:before {
    content: "\ef3c";
    }
        .fi-rr-piggy-bank-budget:before {
    content: "\ef3d";
    }
        .fi-rr-pilates-reformer:before {
    content: "\ef3e";
    }
        .fi-rr-pillar:before {
    content: "\ef3f";
    }
        .fi-rr-pills:before {
    content: "\ef40";
    }
        .fi-rr-pin-to-pin:before {
    content: "\ef41";
    }
        .fi-rr-pinata:before {
    content: "\ef42";
    }
        .fi-rr-pineapple:before {
    content: "\ef43";
    }
        .fi-rr-pineapple-alt:before {
    content: "\ef44";
    }
        .fi-rr-pinecone:before {
    content: "\ef45";
    }
        .fi-rr-ping-pong:before {
    content: "\ef46";
    }
        .fi-rr-pipe-smoking:before {
    content: "\ef49";
    }
        .fi-rr-pipeline:before {
    content: "\ef4a";
    }
        .fi-rr-pisa-tower:before {
    content: "\ef4c";
    }
        .fi-rr-pistachio:before {
    content: "\ef4d";
    }
        .fi-rr-pizza-box:before {
    content: "\ef4f";
    }
        .fi-rr-pizza-slice:before {
    content: "\ef50";
    }
        .fi-rr-pizza-whole-slice:before {
    content: "\ef51";
    }
        .fi-rr-place-of-worship:before {
    content: "\ef52";
    }
        .fi-rr-plagiarism:before {
    content: "\ef53";
    }
        .fi-rr-plan:before {
    content: "\ef54";
    }
        .fi-rr-plan-strategy:before {
    content: "\ef55";
    }
        .fi-rr-plane:before {
    content: "\ef56";
    }
        .fi-rr-plane-alt:before {
    content: "\ef57";
    }
        .fi-rr-plane-arrival:before {
    content: "\ef58";
    }
        .fi-rr-plane-check:before {
    content: "\ef59";
    }
        .fi-rr-plane-clock:before {
    content: "\ef5a";
    }
        .fi-rr-plane-departure:before {
    content: "\ef5b";
    }
        .fi-rr-plane-globe:before {
    content: "\ef5c";
    }
        .fi-rr-plane-lock:before {
    content: "\ef5d";
    }
        .fi-rr-plane-prop:before {
    content: "\ef5e";
    }
        .fi-rr-plane-slash:before {
    content: "\ef5f";
    }
        .fi-rr-plane-tail:before {
    content: "\ef60";
    }
        .fi-rr-planet-mask:before {
    content: "\ef63";
    }
        .fi-rr-planet-moon:before {
    content: "\ef64";
    }
        .fi-rr-planet-ringed:before {
    content: "\ef65";
    }
        .fi-rr-planning:before {
    content: "\ef66";
    }
        .fi-rr-plant-care:before {
    content: "\ef67";
    }
        .fi-rr-plant-growth:before {
    content: "\ef68";
    }
        .fi-rr-plant-seed-invest:before {
    content: "\ef69";
    }
        .fi-rr-plant-wilt:before {
    content: "\ef6a";
    }
        .fi-rr-plate:before {
    content: "\ef6b";
    }
        .fi-rr-plate-eating:before {
    content: "\ef6c";
    }
        .fi-rr-plate-empty:before {
    content: "\ef6d";
    }
        .fi-rr-plate-utensils:before {
    content: "\ef6e";
    }
        .fi-rr-plate-wheat:before {
    content: "\ef6f";
    }
        .fi-rr-play:before {
    content: "\ef70";
    }
        .fi-rr-play-alt:before {
    content: "\ef71";
    }
        .fi-rr-play-circle:before {
    content: "\ef72";
    }
        .fi-rr-play-microphone:before {
    content: "\ef73";
    }
        .fi-rr-play-pause:before {
    content: "\ef74";
    }
        .fi-rr-playing-cards:before {
    content: "\ef75";
    }
        .fi-rr-pliers:before {
    content: "\ef76";
    }
        .fi-rr-plug:before {
    content: "\ef77";
    }
        .fi-rr-plug-alt:before {
    content: "\ef78";
    }
        .fi-rr-plug-bolt-charger:before {
    content: "\ef79";
    }
        .fi-rr-plug-cable:before {
    content: "\ef7a";
    }
        .fi-rr-plug-circle-bolt:before {
    content: "\ef7b";
    }
        .fi-rr-plug-circle-check:before {
    content: "\ef7c";
    }
        .fi-rr-plug-circle-exclamation:before {
    content: "\ef7d";
    }
        .fi-rr-plug-circle-minus:before {
    content: "\ef7e";
    }
        .fi-rr-plug-circle-plus:before {
    content: "\ef7f";
    }
        .fi-rr-plug-connection:before {
    content: "\ef80";
    }
        .fi-rr-plug-eco:before {
    content: "\ef81";
    }
        .fi-rr-plug-fire:before {
    content: "\ef82";
    }
        .fi-rr-plumbing:before {
    content: "\ef83";
    }
        .fi-rr-plunger:before {
    content: "\ef84";
    }
        .fi-rr-plus:before {
    content: "\ef85";
    }
        .fi-rr-plus-hexagon:before {
    content: "\ef86";
    }
        .fi-rr-plus-minus:before {
    content: "\ef87";
    }
        .fi-rr-plus-small:before {
    content: "\ef88";
    }
        .fi-rr-png-file:before {
    content: "\ef89";
    }
        .fi-rr-podcast:before {
    content: "\ef8a";
    }
        .fi-rr-podium:before {
    content: "\ef8b";
    }
        .fi-rr-podium-award:before {
    content: "\ef8c";
    }
        .fi-rr-podium-star:before {
    content: "\ef8d";
    }
        .fi-rr-podium-victory-leader:before {
    content: "\ef8f";
    }
        .fi-rr-point-of-sale:before {
    content: "\ef90";
    }
        .fi-rr-point-of-sale-bill:before {
    content: "\ef91";
    }
        .fi-rr-point-of-sale-card:before {
    content: "\ef92";
    }
        .fi-rr-point-of-sale-check:before {
    content: "\ef93";
    }
        .fi-rr-point-of-sale-lock:before {
    content: "\ef94";
    }
        .fi-rr-point-of-sale-mobile:before {
    content: "\ef95";
    }
        .fi-rr-point-of-sale-signal:before {
    content: "\ef96";
    }
        .fi-rr-point-of-sale-slash:before {
    content: "\ef97";
    }
        .fi-rr-pointer-loading:before {
    content: "\ef99";
    }
        .fi-rr-pointer-text:before {
    content: "\ef9a";
    }
        .fi-rr-poke-bowl:before {
    content: "\ef9b";
    }
        .fi-rr-poker-chip:before {
    content: "\ef9c";
    }
        .fi-rr-police-box:before {
    content: "\ef9d";
    }
        .fi-rr-polish-bottle:before {
    content: "\ef9e";
    }
        .fi-rr-polish-brush:before {
    content: "\ef9f";
    }
        .fi-rr-poll-h:before {
    content: "\efa0";
    }
        .fi-rr-pollution:before {
    content: "\efa2";
    }
        .fi-rr-pompebled:before {
    content: "\efa3";
    }
        .fi-rr-poo:before {
    content: "\efa4";
    }
        .fi-rr-poo-bolt:before {
    content: "\efa5";
    }
        .fi-rr-pool-8-ball:before {
    content: "\efa6";
    }
        .fi-rr-poop:before {
    content: "\efa7";
    }
        .fi-rr-pop:before {
    content: "\efa8";
    }
        .fi-rr-popcorn:before {
    content: "\efa9";
    }
        .fi-rr-popsicle:before {
    content: "\efaa";
    }
        .fi-rr-population:before {
    content: "\efab";
    }
        .fi-rr-population-globe:before {
    content: "\efac";
    }
        .fi-rr-portal-enter:before {
    content: "\efad";
    }
        .fi-rr-portal-exit:before {
    content: "\efae";
    }
        .fi-rr-portfolio:before {
    content: "\efaf";
    }
        .fi-rr-portrait:before {
    content: "\efb0";
    }
        .fi-rr-portuguese:before {
    content: "\efb1";
    }
        .fi-rr-postal-address:before {
    content: "\efb2";
    }
        .fi-rr-pot:before {
    content: "\efb4";
    }
        .fi-rr-potato:before {
    content: "\efb5";
    }
        .fi-rr-pound:before {
    content: "\efb6";
    }
        .fi-rr-power:before {
    content: "\efb7";
    }
        .fi-rr-powerbank:before {
    content: "\efb8";
    }
        .fi-rr-ppt-file:before {
    content: "\efb9";
    }
        .fi-rr-practice:before {
    content: "\efba";
    }
        .fi-rr-praying-hands:before {
    content: "\efbb";
    }
        .fi-rr-premium-account:before {
    content: "\efbe";
    }
        .fi-rr-prescription:before {
    content: "\efbf";
    }
        .fi-rr-prescription-bottle:before {
    content: "\efc0";
    }
        .fi-rr-prescription-bottle-alt:before {
    content: "\efc1";
    }
        .fi-rr-prescription-bottle-pill:before {
    content: "\efc2";
    }
        .fi-rr-presentation:before {
    content: "\efc3";
    }
        .fi-rr-presentation-folder:before {
    content: "\efc4";
    }
        .fi-rr-pretzel:before {
    content: "\efc5";
    }
        .fi-rr-preview:before {
    content: "\efc6";
    }
        .fi-rr-previous-square:before {
    content: "\efc7";
    }
        .fi-rr-price-down:before {
    content: "\efc8";
    }
        .fi-rr-prime-time:before {
    content: "\efc9";
    }
        .fi-rr-print:before {
    content: "\efca";
    }
        .fi-rr-print-magnifying-glass:before {
    content: "\efcb";
    }
        .fi-rr-print-slash:before {
    content: "\efcc";
    }
        .fi-rr-print-wifi:before {
    content: "\efcd";
    }
        .fi-rr-printer-notification:before {
    content: "\efce";
    }
        .fi-rr-priority-arrow:before {
    content: "\efd0";
    }
        .fi-rr-priority-arrows:before {
    content: "\efd1";
    }
        .fi-rr-priority-importance:before {
    content: "\efd3";
    }
        .fi-rr-privacy-settings:before {
    content: "\efd6";
    }
        .fi-rr-private-account:before {
    content: "\efd7";
    }
        .fi-rr-problem-solving:before {
    content: "\efd9";
    }
        .fi-rr-procedures:before {
    content: "\efda";
    }
        .fi-rr-process:before {
    content: "\efdb";
    }
        .fi-rr-productivity:before {
    content: "\efdd";
    }
        .fi-rr-progress-bar-dotted-empty:before {
    content: "\efde";
    }
        .fi-rr-progress-bar-dotted-half:before {
    content: "\efdf";
    }
        .fi-rr-progress-bar-dotted-line-half:before {
    content: "\efe0";
    }
        .fi-rr-progress-bar-empty:before {
    content: "\efe1";
    }
        .fi-rr-progress-bar-half:before {
    content: "\efe2";
    }
        .fi-rr-progress-bar-square-empty:before {
    content: "\efe3";
    }
        .fi-rr-progress-bar-square-half:before {
    content: "\efe4";
    }
        .fi-rr-progress-complete:before {
    content: "\efe5";
    }
        .fi-rr-progress-download:before {
    content: "\efe6";
    }
        .fi-rr-progress-upload:before {
    content: "\efe7";
    }
        .fi-rr-projector:before {
    content: "\efe8";
    }
        .fi-rr-protein-bar:before {
    content: "\efe9";
    }
        .fi-rr-protein-shake:before {
    content: "\efea";
    }
        .fi-rr-protractor:before {
    content: "\efeb";
    }
        .fi-rr-psychology:before {
    content: "\efec";
    }
        .fi-rr-pulse:before {
    content: "\efed";
    }
        .fi-rr-pump:before {
    content: "\efee";
    }
        .fi-rr-pump-medical:before {
    content: "\efef";
    }
        .fi-rr-pumpkin:before {
    content: "\eff0";
    }
        .fi-rr-pumpkin-alt:before {
    content: "\eff1";
    }
        .fi-rr-pumpkin-alt-2:before {
    content: "\eff2";
    }
        .fi-rr-punching-bag:before {
    content: "\eff3";
    }
        .fi-rr-puzzle:before {
    content: "\eff4";
    }
        .fi-rr-puzzle-alt:before {
    content: "\eff5";
    }
        .fi-rr-puzzle-piece-integration:before {
    content: "\eff8";
    }
        .fi-rr-puzzle-pieces:before {
    content: "\eff9";
    }
        .fi-rr-pyramid:before {
    content: "\effa";
    }
        .fi-rr-q:before {
    content: "\effd";
    }
        .fi-rr-QR:before {
    content: "\effe";
    }
        .fi-rr-qr-scan:before {
    content: "\efff";
    }
        .fi-rr-qrcode:before {
    content: "\f000";
    }
        .fi-rr-qrcode-box:before {
    content: "\f001";
    }
        .fi-rr-qrcode-information:before {
    content: "\f002";
    }
        .fi-rr-qrcode-location:before {
    content: "\f003";
    }
        .fi-rr-qrcode-menu:before {
    content: "\f004";
    }
        .fi-rr-qrcode-money:before {
    content: "\f005";
    }
        .fi-rr-qrcode-ticket:before {
    content: "\f006";
    }
        .fi-rr-qrcode-wifi:before {
    content: "\f007";
    }
        .fi-rr-quality:before {
    content: "\f008";
    }
        .fi-rr-quality-box:before {
    content: "\f009";
    }
        .fi-rr-question:before {
    content: "\f00b";
    }
        .fi-rr-question-square:before {
    content: "\f00c";
    }
        .fi-rr-queue:before {
    content: "\f00d";
    }
        .fi-rr-queue-alt:before {
    content: "\f00e";
    }
        .fi-rr-queue-line:before {
    content: "\f00f";
    }
        .fi-rr-queue-signal:before {
    content: "\f010";
    }
        .fi-rr-quick-box:before {
    content: "\f012";
    }
        .fi-rr-quill-pen-story:before {
    content: "\f014";
    }
        .fi-rr-quiz:before {
    content: "\f015";
    }
        .fi-rr-quiz-alt:before {
    content: "\f016";
    }
        .fi-rr-quiz-test:before {
    content: "\f017";
    }
        .fi-rr-quote-right:before {
    content: "\f018";
    }
        .fi-rr-quran-user:before {
    content: "\f01a";
    }
        .fi-rr-r:before {
    content: "\f01b";
    }
        .fi-rr-rabbit:before {
    content: "\f01c";
    }
        .fi-rr-rabbit-fast:before {
    content: "\f01d";
    }
        .fi-rr-raccoon:before {
    content: "\f01e";
    }
        .fi-rr-racquet:before {
    content: "\f01f";
    }
        .fi-rr-radar:before {
    content: "\f020";
    }
        .fi-rr-radar-monitoring-track:before {
    content: "\f021";
    }
        .fi-rr-radiation:before {
    content: "\f022";
    }
        .fi-rr-radiation-alt:before {
    content: "\f023";
    }
        .fi-rr-radio:before {
    content: "\f024";
    }
        .fi-rr-radio-alt:before {
    content: "\f025";
    }
        .fi-rr-radio-button:before {
    content: "\f026";
    }
        .fi-rr-radio-question-mark:before {
    content: "\f027";
    }
        .fi-rr-radio-tower:before {
    content: "\f028";
    }
        .fi-rr-radio-waves:before {
    content: "\f029";
    }
        .fi-rr-radish:before {
    content: "\f02a";
    }
        .fi-rr-rainbow:before {
    content: "\f02b";
    }
        .fi-rr-raindrops:before {
    content: "\f02c";
    }
        .fi-rr-ram:before {
    content: "\f02d";
    }
        .fi-rr-ramp-loading:before {
    content: "\f02e";
    }
        .fi-rr-rank:before {
    content: "\f02f";
    }
        .fi-rr-ranking-podium:before {
    content: "\f030";
    }
        .fi-rr-ranking-podium-empty:before {
    content: "\f031";
    }
        .fi-rr-ranking-star:before {
    content: "\f032";
    }
        .fi-rr-ranking-stars:before {
    content: "\f033";
    }
        .fi-rr-raygun:before {
    content: "\f035";
    }
        .fi-rr-razor-barber:before {
    content: "\f036";
    }
        .fi-rr-react:before {
    content: "\f037";
    }
        .fi-rr-rec:before {
    content: "\f039";
    }
        .fi-rr-receipt:before {
    content: "\f03a";
    }
        .fi-rr-recipe:before {
    content: "\f03b";
    }
        .fi-rr-recipe-book:before {
    content: "\f03c";
    }
        .fi-rr-record-vinyl:before {
    content: "\f03d";
    }
        .fi-rr-rectabgle-vertical:before {
    content: "\f03e";
    }
        .fi-rr-rectangle-barcode:before {
    content: "\f03f";
    }
        .fi-rr-rectangle-code:before {
    content: "\f040";
    }
        .fi-rr-rectangle-history-circle-plus:before {
    content: "\f041";
    }
        .fi-rr-rectangle-horizontal:before {
    content: "\f042";
    }
        .fi-rr-rectangle-list:before {
    content: "\f043";
    }
        .fi-rr-rectangle-panoramic:before {
    content: "\f044";
    }
        .fi-rr-rectangle-pro:before {
    content: "\f045";
    }
        .fi-rr-rectangle-vertical:before {
    content: "\f046";
    }
        .fi-rr-rectangle-vertical-history:before {
    content: "\f047";
    }
        .fi-rr-rectangle-xmark:before {
    content: "\f048";
    }
        .fi-rr-rectangles-mixed:before {
    content: "\f049";
    }
        .fi-rr-recycle:before {
    content: "\f04a";
    }
        .fi-rr-recycle-bin:before {
    content: "\f04b";
    }
        .fi-rr-redo:before {
    content: "\f04e";
    }
        .fi-rr-redo-alt:before {
    content: "\f04f";
    }
        .fi-rr-reel:before {
    content: "\f050";
    }
        .fi-rr-refer:before {
    content: "\f051";
    }
        .fi-rr-refer-arrow:before {
    content: "\f052";
    }
        .fi-rr-referee:before {
    content: "\f053";
    }
        .fi-rr-referral:before {
    content: "\f056";
    }
        .fi-rr-referral-alt:before {
    content: "\f057";
    }
        .fi-rr-referral-link-arrow:before {
    content: "\f058";
    }
        .fi-rr-referral-user:before {
    content: "\f059";
    }
        .fi-rr-reflect:before {
    content: "\f05a";
    }
        .fi-rr-reflect-horizontal:before {
    content: "\f05b";
    }
        .fi-rr-reflect-horizontal-alt:before {
    content: "\f05c";
    }
        .fi-rr-reflect-vertical:before {
    content: "\f05d";
    }
        .fi-rr-refresh:before {
    content: "\f05e";
    }
        .fi-rr-refrigerator:before {
    content: "\f05f";
    }
        .fi-rr-refund:before {
    content: "\f060";
    }
        .fi-rr-refund-alt:before {
    content: "\f061";
    }
        .fi-rr-region-pin:before {
    content: "\f062";
    }
        .fi-rr-region-pin-alt:before {
    content: "\f063";
    }
        .fi-rr-registered:before {
    content: "\f064";
    }
        .fi-rr-registration-paper:before {
    content: "\f067";
    }
        .fi-rr-remote-access:before {
    content: "\f069";
    }
        .fi-rr-remote-control:before {
    content: "\f06a";
    }
        .fi-rr-remote-control-hand:before {
    content: "\f06b";
    }
        .fi-rr-remove-folder:before {
    content: "\f06c";
    }
        .fi-rr-remove-user:before {
    content: "\f06d";
    }
        .fi-rr-rent:before {
    content: "\f06e";
    }
        .fi-rr-rent-signal:before {
    content: "\f06f";
    }
        .fi-rr-repeat-task:before {
    content: "\f070";
    }
        .fi-rr-replace:before {
    content: "\f071";
    }
        .fi-rr-replay-10:before {
    content: "\f073";
    }
        .fi-rr-replay-30:before {
    content: "\f074";
    }
        .fi-rr-replay-5:before {
    content: "\f075";
    }
        .fi-rr-reply-all:before {
    content: "\f076";
    }
        .fi-rr-republican:before {
    content: "\f077";
    }
        .fi-rr-research-arrows-circle:before {
    content: "\f078";
    }
        .fi-rr-reservation-smartphone:before {
    content: "\f079";
    }
        .fi-rr-reservation-table:before {
    content: "\f07a";
    }
        .fi-rr-resistance-band:before {
    content: "\f07b";
    }
        .fi-rr-resize:before {
    content: "\f07c";
    }
        .fi-rr-resize-screen:before {
    content: "\f07d";
    }
        .fi-rr-resources:before {
    content: "\f07e";
    }
        .fi-rr-responsability:before {
    content: "\f07f";
    }
        .fi-rr-responsive-design:before {
    content: "\f080";
    }
        .fi-rr-restaurant:before {
    content: "\f081";
    }
        .fi-rr-restaurant-sign:before {
    content: "\f082";
    }
        .fi-rr-restock:before {
    content: "\f083";
    }
        .fi-rr-restroom-simple:before {
    content: "\f084";
    }
        .fi-rr-resume:before {
    content: "\f085";
    }
        .fi-rr-Revenue:before {
    content: "\f087";
    }
        .fi-rr-revenue-alt:before {
    content: "\f088";
    }
        .fi-rr-revenue-euro:before {
    content: "\f089";
    }
        .fi-rr-review:before {
    content: "\f08b";
    }
        .fi-rr-rewind:before {
    content: "\f08c";
    }
        .fi-rr-rewind-button-circle:before {
    content: "\f08d";
    }
        .fi-rr-rhombus:before {
    content: "\f08e";
    }
        .fi-rr-ribbon:before {
    content: "\f08f";
    }
        .fi-rr-right:before {
    content: "\f090";
    }
        .fi-rr-right-click-mouse:before {
    content: "\f091";
    }
        .fi-rr-right-from-bracket:before {
    content: "\f092";
    }
        .fi-rr-ring:before {
    content: "\f094";
    }
        .fi-rr-ring-box:before {
    content: "\f095";
    }
        .fi-rr-ring-diamond:before {
    content: "\f096";
    }
        .fi-rr-ring-light:before {
    content: "\f097";
    }
        .fi-rr-rings-wedding:before {
    content: "\f098";
    }
        .fi-rr-risk:before {
    content: "\f099";
    }
        .fi-rr-risk-alt:before {
    content: "\f09a";
    }
        .fi-rr-risk-assessment:before {
    content: "\f09b";
    }
        .fi-rr-river:before {
    content: "\f09c";
    }
        .fi-rr-road:before {
    content: "\f09d";
    }
        .fi-rr-road-arrow:before {
    content: "\f09e";
    }
        .fi-rr-road-barrier:before {
    content: "\f09f";
    }
        .fi-rr-road-bridge:before {
    content: "\f0a0";
    }
        .fi-rr-road-check:before {
    content: "\f0a1";
    }
        .fi-rr-road-lock:before {
    content: "\f0a2";
    }
        .fi-rr-road-map-pin:before {
    content: "\f0a3";
    }
        .fi-rr-road-settings:before {
    content: "\f0a4";
    }
        .fi-rr-road-sign-left:before {
    content: "\f0a5";
    }
        .fi-rr-road-time:before {
    content: "\f0a6";
    }
        .fi-rr-roadmap:before {
    content: "\f0a7";
    }
        .fi-rr-robot:before {
    content: "\f0a8";
    }
        .fi-rr-robot-money:before {
    content: "\f0a9";
    }
        .fi-rr-robotic-arm:before {
    content: "\f0aa";
    }
        .fi-rr-rock:before {
    content: "\f0ab";
    }
        .fi-rr-rock-hair-user:before {
    content: "\f0ac";
    }
        .fi-rr-rock-hammer:before {
    content: "\f0ad";
    }
        .fi-rr-rocket:before {
    content: "\f0ae";
    }
        .fi-rr-rocket-gear:before {
    content: "\f0af";
    }
        .fi-rr-rocket-hand:before {
    content: "\f0b0";
    }
        .fi-rr-rocket-holding-hand:before {
    content: "\f0b1";
    }
        .fi-rr-rocket-lunch:before {
    content: "\f0b2";
    }
        .fi-rr-rocket-planet:before {
    content: "\f0b3";
    }
        .fi-rr-rocking-horse:before {
    content: "\f0b4";
    }
        .fi-rr-rocks:before {
    content: "\f0b5";
    }
        .fi-rr-roi:before {
    content: "\f0b6";
    }
        .fi-rr-role-play:before {
    content: "\f0b7";
    }
        .fi-rr-roller-coaster:before {
    content: "\f0b8";
    }
        .fi-rr-roller-skate:before {
    content: "\f0b9";
    }
        .fi-rr-roller-skater:before {
    content: "\f0ba";
    }
        .fi-rr-roof:before {
    content: "\f0bb";
    }
        .fi-rr-room-service:before {
    content: "\f0bc";
    }
        .fi-rr-rose:before {
    content: "\f0bd";
    }
        .fi-rr-rose-alt:before {
    content: "\f0be";
    }
        .fi-rr-rotate-exclamation:before {
    content: "\f0bf";
    }
        .fi-rr-rotate-left:before {
    content: "\f0c0";
    }
        .fi-rr-rotate-reverse:before {
    content: "\f0c1";
    }
        .fi-rr-rotate-right:before {
    content: "\f0c2";
    }
        .fi-rr-rotate-square:before {
    content: "\f0c3";
    }
        .fi-rr-roulette:before {
    content: "\f0c4";
    }
        .fi-rr-round-cctv:before {
    content: "\f0c5";
    }
        .fi-rr-route:before {
    content: "\f0c6";
    }
        .fi-rr-route-highway:before {
    content: "\f0c7";
    }
        .fi-rr-route-interstate:before {
    content: "\f0c8";
    }
        .fi-rr-router:before {
    content: "\f0c9";
    }
        .fi-rr-router-laptop:before {
    content: "\f0ca";
    }
        .fi-rr-router-lock:before {
    content: "\f0cb";
    }
        .fi-rr-router-wifi:before {
    content: "\f0cc";
    }
        .fi-rr-router-wifi-alt:before {
    content: "\f0cd";
    }
        .fi-rr-rss:before {
    content: "\f0ce";
    }
        .fi-rr-rss-alt:before {
    content: "\f0cf";
    }
        .fi-rr-ruble-sign:before {
    content: "\f0d0";
    }
        .fi-rr-rugby:before {
    content: "\f0d1";
    }
        .fi-rr-ruler-combined:before {
    content: "\f0d3";
    }
        .fi-rr-ruler-horizontal:before {
    content: "\f0d4";
    }
        .fi-rr-ruler-triangle:before {
    content: "\f0d5";
    }
        .fi-rr-ruler-vertical:before {
    content: "\f0d6";
    }
        .fi-rr-rules:before {
    content: "\f0d7";
    }
        .fi-rr-rules-alt:before {
    content: "\f0d8";
    }
        .fi-rr-running:before {
    content: "\f0d9";
    }
        .fi-rr-running-track:before {
    content: "\f0da";
    }
        .fi-rr-rupee-sign:before {
    content: "\f0db";
    }
        .fi-rr-rupiah-sign:before {
    content: "\f0dc";
    }
        .fi-rr-russian:before {
    content: "\f0dd";
    }
        .fi-rr-rv:before {
    content: "\f0de";
    }
        .fi-rr-s:before {
    content: "\f0df";
    }
        .fi-rr-sack:before {
    content: "\f0e0";
    }
        .fi-rr-sack-dollar:before {
    content: "\f0e1";
    }
        .fi-rr-sad:before {
    content: "\f0e2";
    }
        .fi-rr-sad-cry:before {
    content: "\f0e3";
    }
        .fi-rr-sad-tear:before {
    content: "\f0e4";
    }
        .fi-rr-safe-battery:before {
    content: "\f0e5";
    }
        .fi-rr-safe-box:before {
    content: "\f0e6";
    }
        .fi-rr-safe-browsing:before {
    content: "\f0e7";
    }
        .fi-rr-safety-glasses:before {
    content: "\f0e8";
    }
        .fi-rr-safety-pin:before {
    content: "\f0e9";
    }
        .fi-rr-safety-zone:before {
    content: "\f0ea";
    }
        .fi-rr-saffron:before {
    content: "\f0eb";
    }
        .fi-rr-sailboat:before {
    content: "\f0ec";
    }
        .fi-rr-sake:before {
    content: "\f0ed";
    }
        .fi-rr-salad:before {
    content: "\f0ee";
    }
        .fi-rr-salary-alt:before {
    content: "\f0f0";
    }
        .fi-rr-salt-pepper:before {
    content: "\f0f1";
    }
        .fi-rr-salt-shaker:before {
    content: "\f0f2";
    }
        .fi-rr-sandwich:before {
    content: "\f0f4";
    }
        .fi-rr-sandwich-alt:before {
    content: "\f0f5";
    }
        .fi-rr-sanitary-pad:before {
    content: "\f0f6";
    }
        .fi-rr-satellite:before {
    content: "\f0f9";
    }
        .fi-rr-satellite-dish:before {
    content: "\f0fa";
    }
        .fi-rr-satisfaction-bar:before {
    content: "\f0fb";
    }
        .fi-rr-saturday:before {
    content: "\f0fc";
    }
        .fi-rr-sauce:before {
    content: "\f0fd";
    }
        .fi-rr-sausage:before {
    content: "\f0fe";
    }
        .fi-rr-save-the-planet:before {
    content: "\f0ff";
    }
        .fi-rr-saw:before {
    content: "\f100";
    }
        .fi-rr-sax-hot:before {
    content: "\f101";
    }
        .fi-rr-saxophone:before {
    content: "\f102";
    }
        .fi-rr-scale:before {
    content: "\f103";
    }
        .fi-rr-scale-comparison:before {
    content: "\f104";
    }
        .fi-rr-scale-comparison-alt:before {
    content: "\f105";
    }
        .fi-rr-scalpel:before {
    content: "\f106";
    }
        .fi-rr-scalpel-path:before {
    content: "\f107";
    }
        .fi-rr-scanner-gun:before {
    content: "\f108";
    }
        .fi-rr-scanner-image:before {
    content: "\f109";
    }
        .fi-rr-scanner-keyboard:before {
    content: "\f10a";
    }
        .fi-rr-scanner-touchscreen:before {
    content: "\f10b";
    }
        .fi-rr-scarecrow:before {
    content: "\f10c";
    }
        .fi-rr-scarf:before {
    content: "\f10d";
    }
        .fi-rr-schedule:before {
    content: "\f10e";
    }
        .fi-rr-school:before {
    content: "\f10f";
    }
        .fi-rr-school-bus:before {
    content: "\f110";
    }
        .fi-rr-school-circle-chek:before {
    content: "\f112";
    }
        .fi-rr-school-circle-exclamation:before {
    content: "\f113";
    }
        .fi-rr-school-circle-xmark:before {
    content: "\f114";
    }
        .fi-rr-school-lock:before {
    content: "\f115";
    }
        .fi-rr-science-ai:before {
    content: "\f116";
    }
        .fi-rr-science-podcast:before {
    content: "\f117";
    }
        .fi-rr-scissor-lift:before {
    content: "\f118";
    }
        .fi-rr-scissors:before {
    content: "\f119";
    }
        .fi-rr-scone:before {
    content: "\f11a";
    }
        .fi-rr-scooter:before {
    content: "\f11b";
    }
        .fi-rr-score-board:before {
    content: "\f11c";
    }
        .fi-rr-scorpion:before {
    content: "\f11d";
    }
        .fi-rr-scraper:before {
    content: "\f11e";
    }
        .fi-rr-screen:before {
    content: "\f11f";
    }
        .fi-rr-screen-calibration:before {
    content: "\f120";
    }
        .fi-rr-screen-play:before {
    content: "\f121";
    }
        .fi-rr-screen-recorder:before {
    content: "\f122";
    }
        .fi-rr-screen-share:before {
    content: "\f123";
    }
        .fi-rr-screen-shield:before {
    content: "\f124";
    }
        .fi-rr-screencast:before {
    content: "\f126";
    }
        .fi-rr-screw:before {
    content: "\f127";
    }
        .fi-rr-screw-alt:before {
    content: "\f128";
    }
        .fi-rr-screwdriver:before {
    content: "\f129";
    }
        .fi-rr-scribble:before {
    content: "\f12a";
    }
        .fi-rr-script:before {
    content: "\f12b";
    }
        .fi-rr-scroll:before {
    content: "\f12c";
    }
        .fi-rr-scroll-document-story:before {
    content: "\f12d";
    }
        .fi-rr-scroll-old:before {
    content: "\f12e";
    }
        .fi-rr-scroll-torah:before {
    content: "\f12f";
    }
        .fi-rr-scrubber:before {
    content: "\f130";
    }
        .fi-rr-sculpture:before {
    content: "\f131";
    }
        .fi-rr-scythe:before {
    content: "\f132";
    }
        .fi-rr-sd-card:before {
    content: "\f133";
    }
        .fi-rr-sd-cards:before {
    content: "\f134";
    }
        .fi-rr-sea-level:before {
    content: "\f135";
    }
        .fi-rr-sea-wave:before {
    content: "\f136";
    }
        .fi-rr-seal:before {
    content: "\f137";
    }
        .fi-rr-seal-exclamation:before {
    content: "\f138";
    }
        .fi-rr-seal-question:before {
    content: "\f139";
    }
        .fi-rr-search:before {
    content: "\f13a";
    }
        .fi-rr-search-alt:before {
    content: "\f13b";
    }
        .fi-rr-search-bar:before {
    content: "\f13c";
    }
        .fi-rr-search-dollar:before {
    content: "\f13d";
    }
        .fi-rr-search-heart:before {
    content: "\f13e";
    }
        .fi-rr-search-location:before {
    content: "\f13f";
    }
        .fi-rr-seat-airline:before {
    content: "\f140";
    }
        .fi-rr-seatbelt-safety-driver:before {
    content: "\f141";
    }
        .fi-rr-second:before {
    content: "\f142";
    }
        .fi-rr-second-award:before {
    content: "\f143";
    }
        .fi-rr-second-laurel:before {
    content: "\f144";
    }
        .fi-rr-second-medal:before {
    content: "\f145";
    }
        .fi-rr-secure-backup:before {
    content: "\f147";
    }
        .fi-rr-security:before {
    content: "\f148";
    }
        .fi-rr-security-gate:before {
    content: "\f149";
    }
        .fi-rr-seedling:before {
    content: "\f14a";
    }
        .fi-rr-segway:before {
    content: "\f14b";
    }
        .fi-rr-selection:before {
    content: "\f14d";
    }
        .fi-rr-self-care:before {
    content: "\f14e";
    }
        .fi-rr-selfie:before {
    content: "\f14f";
    }
        .fi-rr-sell:before {
    content: "\f150";
    }
        .fi-rr-seller:before {
    content: "\f151";
    }
        .fi-rr-seller-store:before {
    content: "\f152";
    }
        .fi-rr-selling:before {
    content: "\f154";
    }
        .fi-rr-send-back:before {
    content: "\f156";
    }
        .fi-rr-send-backward:before {
    content: "\f157";
    }
        .fi-rr-send-money:before {
    content: "\f158";
    }
        .fi-rr-send-money-smartphone:before {
    content: "\f159";
    }
        .fi-rr-sensor:before {
    content: "\f15a";
    }
        .fi-rr-sensor-alert:before {
    content: "\f15b";
    }
        .fi-rr-sensor-fire:before {
    content: "\f15c";
    }
        .fi-rr-sensor-on:before {
    content: "\f15d";
    }
        .fi-rr-sensor-smoke:before {
    content: "\f15e";
    }
        .fi-rr-september-calendar:before {
    content: "\f15f";
    }
        .fi-rr-serum:before {
    content: "\f160";
    }
        .fi-rr-server-key:before {
    content: "\f161";
    }
        .fi-rr-session-timeout:before {
    content: "\f162";
    }
        .fi-rr-settings:before {
    content: "\f163";
    }
        .fi-rr-settings-sliders:before {
    content: "\f164";
    }
        .fi-rr-settings-window:before {
    content: "\f165";
    }
        .fi-rr-sewing-machine:before {
    content: "\f166";
    }
        .fi-rr-sewing-machine-alt:before {
    content: "\f167";
    }
        .fi-rr-shaka:before {
    content: "\f168";
    }
        .fi-rr-shampoo:before {
    content: "\f169";
    }
        .fi-rr-share:before {
    content: "\f16a";
    }
        .fi-rr-share-alt-square:before {
    content: "\f16b";
    }
        .fi-rr-share-square:before {
    content: "\f16c";
    }
        .fi-rr-sharpener:before {
    content: "\f16d";
    }
        .fi-rr-sheep:before {
    content: "\f16e";
    }
        .fi-rr-shekel-sign:before {
    content: "\f16f";
    }
        .fi-rr-shell:before {
    content: "\f170";
    }
        .fi-rr-shelves:before {
    content: "\f171";
    }
        .fi-rr-shelves-empty:before {
    content: "\f172";
    }
        .fi-rr-shield:before {
    content: "\f173";
    }
        .fi-rr-shield-alt:before {
    content: "\f174";
    }
        .fi-rr-shield-cat:before {
    content: "\f175";
    }
        .fi-rr-shield-check:before {
    content: "\f176";
    }
        .fi-rr-shield-cross:before {
    content: "\f177";
    }
        .fi-rr-shield-divided-four:before {
    content: "\f178";
    }
        .fi-rr-shield-dog:before {
    content: "\f179";
    }
        .fi-rr-shield-exclamation:before {
    content: "\f17a";
    }
        .fi-rr-shield-interrogation:before {
    content: "\f17b";
    }
        .fi-rr-shield-keyhole:before {
    content: "\f17c";
    }
        .fi-rr-shield-minus:before {
    content: "\f17d";
    }
        .fi-rr-shield-plus:before {
    content: "\f17e";
    }
        .fi-rr-shield-security-risk:before {
    content: "\f180";
    }
        .fi-rr-shield-slash:before {
    content: "\f181";
    }
        .fi-rr-shield-trust:before {
    content: "\f182";
    }
        .fi-rr-shield-virus:before {
    content: "\f183";
    }
        .fi-rr-shield-xmark:before {
    content: "\f184";
    }
        .fi-rr-ship:before {
    content: "\f185";
    }
        .fi-rr-ship-side:before {
    content: "\f186";
    }
        .fi-rr-shipping-fast:before {
    content: "\f187";
    }
        .fi-rr-shipping-timed:before {
    content: "\f188";
    }
        .fi-rr-shirt:before {
    content: "\f189";
    }
        .fi-rr-shirt-long-sleeve:before {
    content: "\f18a";
    }
        .fi-rr-shirt-running:before {
    content: "\f18b";
    }
        .fi-rr-shirt-tank-top:before {
    content: "\f18c";
    }
        .fi-rr-shish-kebab:before {
    content: "\f18d";
    }
        .fi-rr-shoe-prints:before {
    content: "\f18e";
    }
        .fi-rr-shop:before {
    content: "\f18f";
    }
        .fi-rr-shop-lock:before {
    content: "\f190";
    }
        .fi-rr-shop-slash:before {
    content: "\f191";
    }
        .fi-rr-shopping-bag:before {
    content: "\f193";
    }
        .fi-rr-shopping-bag-add:before {
    content: "\f194";
    }
        .fi-rr-shopping-basket:before {
    content: "\f195";
    }
        .fi-rr-shopping-cart:before {
    content: "\f196";
    }
        .fi-rr-shopping-cart-add:before {
    content: "\f197";
    }
        .fi-rr-shopping-cart-buyer:before {
    content: "\f198";
    }
        .fi-rr-shopping-cart-check:before {
    content: "\f199";
    }
        .fi-rr-shopping-cart-heart:before {
    content: "\f19d";
    }
        .fi-rr-shopping-cart-nft:before {
    content: "\f19e";
    }
        .fi-rr-shopping-cart-notification:before {
    content: "\f19f";
    }
        .fi-rr-shoulder-joint:before {
    content: "\f1a0";
    }
        .fi-rr-shovel:before {
    content: "\f1a1";
    }
        .fi-rr-shovel-snow:before {
    content: "\f1a2";
    }
        .fi-rr-shower:before {
    content: "\f1a3";
    }
        .fi-rr-shower-down:before {
    content: "\f1a4";
    }
        .fi-rr-shower-gel:before {
    content: "\f1a5";
    }
        .fi-rr-shredder:before {
    content: "\f1a6";
    }
        .fi-rr-shrimp:before {
    content: "\f1a7";
    }
        .fi-rr-shuffle:before {
    content: "\f1a8";
    }
        .fi-rr-shuttle-van:before {
    content: "\f1a9";
    }
        .fi-rr-shuttlecock:before {
    content: "\f1aa";
    }
        .fi-rr-Sickle:before {
    content: "\f1ab";
    }
        .fi-rr-sidebar:before {
    content: "\f1ac";
    }
        .fi-rr-sidebar-flip:before {
    content: "\f1ad";
    }
        .fi-rr-sigma:before {
    content: "\f1af";
    }
        .fi-rr-sign-hanging:before {
    content: "\f1b0";
    }
        .fi-rr-sign-in-alt:before {
    content: "\f1b1";
    }
        .fi-rr-sign-language:before {
    content: "\f1b2";
    }
        .fi-rr-sign-out-alt:before {
    content: "\f1b3";
    }
        .fi-rr-sign-posts:before {
    content: "\f1b4";
    }
        .fi-rr-sign-posts-wrench:before {
    content: "\f1b5";
    }
        .fi-rr-sign-up:before {
    content: "\f1b6";
    }
        .fi-rr-signal-alt:before {
    content: "\f1b7";
    }
        .fi-rr-signal-alt-1:before {
    content: "\f1b8";
    }
        .fi-rr-signal-alt-2:before {
    content: "\f1b9";
    }
        .fi-rr-signal-alt-slash:before {
    content: "\f1ba";
    }
        .fi-rr-signal-bars-fair:before {
    content: "\f1bb";
    }
        .fi-rr-signal-bars-good:before {
    content: "\f1bc";
    }
        .fi-rr-signal-bars-weak:before {
    content: "\f1be";
    }
        .fi-rr-signal-stream:before {
    content: "\f1c1";
    }
        .fi-rr-signal-stream-slash:before {
    content: "\f1c2";
    }
        .fi-rr-signature:before {
    content: "\f1c5";
    }
        .fi-rr-signature-lock:before {
    content: "\f1c6";
    }
        .fi-rr-signature-slash:before {
    content: "\f1c8";
    }
        .fi-rr-sim-card:before {
    content: "\f1c9";
    }
        .fi-rr-sim-cards:before {
    content: "\f1ca";
    }
        .fi-rr-sink:before {
    content: "\f1cb";
    }
        .fi-rr-Siren:before {
    content: "\f1cc";
    }
        .fi-rr-siren-on:before {
    content: "\f1cd";
    }
        .fi-rr-site:before {
    content: "\f1ce";
    }
        .fi-rr-site-alt:before {
    content: "\f1cf";
    }
        .fi-rr-site-browser:before {
    content: "\f1d1";
    }
        .fi-rr-sitemap:before {
    content: "\f1d2";
    }
        .fi-rr-skate-park:before {
    content: "\f1d3";
    }
        .fi-rr-skateboard:before {
    content: "\f1d4";
    }
        .fi-rr-skating:before {
    content: "\f1d5";
    }
        .fi-rr-skeleton:before {
    content: "\f1d6";
    }
        .fi-rr-skeleton-ribs:before {
    content: "\f1d7";
    }
        .fi-rr-skewer:before {
    content: "\f1d9";
    }
        .fi-rr-ski-boot-ski:before {
    content: "\f1da";
    }
        .fi-rr-ski-jump:before {
    content: "\f1db";
    }
        .fi-rr-ski-lift:before {
    content: "\f1dc";
    }
        .fi-rr-skiing:before {
    content: "\f1dd";
    }
        .fi-rr-skiing-nordic:before {
    content: "\f1de";
    }
        .fi-rr-skill:before {
    content: "\f1df";
    }
        .fi-rr-skill-alt:before {
    content: "\f1e0";
    }
        .fi-rr-skill-user:before {
    content: "\f1e2";
    }
        .fi-rr-skin:before {
    content: "\f1e3";
    }
        .fi-rr-skin-acne:before {
    content: "\f1e4";
    }
        .fi-rr-skin-arrow:before {
    content: "\f1e5";
    }
        .fi-rr-skin-drop:before {
    content: "\f1e6";
    }
        .fi-rr-skin-hair:before {
    content: "\f1e7";
    }
        .fi-rr-skin-laser:before {
    content: "\f1e8";
    }
        .fi-rr-skin-uv:before {
    content: "\f1e9";
    }
        .fi-rr-skip-15-seconds:before {
    content: "\f1ea";
    }
        .fi-rr-skull:before {
    content: "\f1eb";
    }
        .fi-rr-skull-cow:before {
    content: "\f1ec";
    }
        .fi-rr-skull-crossbones:before {
    content: "\f1ed";
    }
        .fi-rr-skull-heart:before {
    content: "\f1ee";
    }
        .fi-rr-skyscraper:before {
    content: "\f1f2";
    }
        .fi-rr-slash:before {
    content: "\f1f4";
    }
        .fi-rr-sledding:before {
    content: "\f1f6";
    }
        .fi-rr-sleeping-bag:before {
    content: "\f1f8";
    }
        .fi-rr-sleeping-cat:before {
    content: "\f1f9";
    }
        .fi-rr-sleigh:before {
    content: "\f1fa";
    }
        .fi-rr-sliders-h-square:before {
    content: "\f1fb";
    }
        .fi-rr-sliders-v:before {
    content: "\f1fc";
    }
        .fi-rr-sliders-v-square:before {
    content: "\f1fd";
    }
        .fi-rr-slides:before {
    content: "\f1fe";
    }
        .fi-rr-slot-machine:before {
    content: "\f200";
    }
        .fi-rr-smart-building:before {
    content: "\f201";
    }
        .fi-rr-smart-contract:before {
    content: "\f202";
    }
        .fi-rr-smart-curtains:before {
    content: "\f203";
    }
        .fi-rr-smart-glasses:before {
    content: "\f204";
    }
        .fi-rr-smart-home:before {
    content: "\f205";
    }
        .fi-rr-smart-home-alt:before {
    content: "\f206";
    }
        .fi-rr-smart-home-chip:before {
    content: "\f207";
    }
        .fi-rr-smart-home-cloud:before {
    content: "\f208";
    }
        .fi-rr-smart-home-key:before {
    content: "\f209";
    }
        .fi-rr-smart-watch-calendar:before {
    content: "\f20a";
    }
        .fi-rr-smart-watch-call:before {
    content: "\f20b";
    }
        .fi-rr-smart-watch-notifications:before {
    content: "\f20c";
    }
        .fi-rr-smart-wireless-door:before {
    content: "\f20d";
    }
        .fi-rr-smartphone:before {
    content: "\f20e";
    }
        .fi-rr-smartphone-ar:before {
    content: "\f20f";
    }
        .fi-rr-smartphone-bus-payment:before {
    content: "\f210";
    }
        .fi-rr-smartphone-fingerprint:before {
    content: "\f211";
    }
        .fi-rr-smartwatch:before {
    content: "\f212";
    }
        .fi-rr-smile:before {
    content: "\f214";
    }
        .fi-rr-smile-beam:before {
    content: "\f215";
    }
        .fi-rr-smile-plus:before {
    content: "\f216";
    }
        .fi-rr-smile-wink:before {
    content: "\f217";
    }
        .fi-rr-smiley-comment-alt:before {
    content: "\f218";
    }
        .fi-rr-smiling-baby:before {
    content: "\f219";
    }
        .fi-rr-smiling-boy:before {
    content: "\f21a";
    }
        .fi-rr-smiling-girl:before {
    content: "\f21b";
    }
        .fi-rr-smiling-old-man:before {
    content: "\f21c";
    }
        .fi-rr-smiling-old-woman:before {
    content: "\f21d";
    }
        .fi-rr-smog:before {
    content: "\f21e";
    }
        .fi-rr-smoke:before {
    content: "\f21f";
    }
        .fi-rr-smoking:before {
    content: "\f220";
    }
        .fi-rr-smoking-ban:before {
    content: "\f221";
    }
        .fi-rr-smoothie:before {
    content: "\f222";
    }
        .fi-rr-snail:before {
    content: "\f223";
    }
        .fi-rr-snake:before {
    content: "\f224";
    }
        .fi-rr-snake-plant:before {
    content: "\f225";
    }
        .fi-rr-snap:before {
    content: "\f226";
    }
        .fi-rr-snooze:before {
    content: "\f22a";
    }
        .fi-rr-snow-blowing:before {
    content: "\f22b";
    }
        .fi-rr-snowboarding:before {
    content: "\f22c";
    }
        .fi-rr-snowflake:before {
    content: "\f22d";
    }
        .fi-rr-snowflake-droplets:before {
    content: "\f22e";
    }
        .fi-rr-snowflakes:before {
    content: "\f22f";
    }
        .fi-rr-snowman-alt:before {
    content: "\f231";
    }
        .fi-rr-snowman-head:before {
    content: "\f232";
    }
        .fi-rr-snowmobile:before {
    content: "\f233";
    }
        .fi-rr-snowplow:before {
    content: "\f234";
    }
        .fi-rr-soap:before {
    content: "\f235";
    }
        .fi-rr-soap-alt:before {
    content: "\f236";
    }
        .fi-rr-soccer-boots:before {
    content: "\f237";
    }
        .fi-rr-social-distance:before {
    content: "\f238";
    }
        .fi-rr-social-media-notification:before {
    content: "\f23a";
    }
        .fi-rr-social-network:before {
    content: "\f23b";
    }
        .fi-rr-socks:before {
    content: "\f23c";
    }
        .fi-rr-sofa:before {
    content: "\f23d";
    }
        .fi-rr-sofa-size:before {
    content: "\f23e";
    }
        .fi-rr-software-development:before {
    content: "\f23f";
    }
        .fi-rr-soju:before {
    content: "\f240";
    }
        .fi-rr-solar-panel:before {
    content: "\f241";
    }
        .fi-rr-solar-panel-sun:before {
    content: "\f242";
    }
        .fi-rr-solar-system:before {
    content: "\f243";
    }
        .fi-rr-sold-house:before {
    content: "\f244";
    }
        .fi-rr-sold-signal:before {
    content: "\f245";
    }
        .fi-rr-sort:before {
    content: "\f247";
    }
        .fi-rr-sort-alpha-down:before {
    content: "\f248";
    }
        .fi-rr-sort-alpha-down-alt:before {
    content: "\f249";
    }
        .fi-rr-sort-alpha-up:before {
    content: "\f24a";
    }
        .fi-rr-sort-alpha-up-alt:before {
    content: "\f24b";
    }
        .fi-rr-sort-alt:before {
    content: "\f24c";
    }
        .fi-rr-sort-amount-down:before {
    content: "\f24d";
    }
        .fi-rr-sort-amount-down-alt:before {
    content: "\f24e";
    }
        .fi-rr-sort-amount-up:before {
    content: "\f24f";
    }
        .fi-rr-sort-amount-up-alt:before {
    content: "\f250";
    }
        .fi-rr-sort-circle:before {
    content: "\f251";
    }
        .fi-rr-sort-circle-down:before {
    content: "\f252";
    }
        .fi-rr-sort-circle-up:before {
    content: "\f253";
    }
        .fi-rr-sort-down:before {
    content: "\f254";
    }
        .fi-rr-sort-numeric-down:before {
    content: "\f255";
    }
        .fi-rr-sort-numeric-down-alt:before {
    content: "\f256";
    }
        .fi-rr-sort-shapes-down:before {
    content: "\f257";
    }
        .fi-rr-sort-shapes-up:before {
    content: "\f258";
    }
        .fi-rr-sort-size-down:before {
    content: "\f259";
    }
        .fi-rr-sort-size-up:before {
    content: "\f25a";
    }
        .fi-rr-soup:before {
    content: "\f25c";
    }
        .fi-rr-source-data:before {
    content: "\f25d";
    }
        .fi-rr-source-document:before {
    content: "\f25e";
    }
        .fi-rr-source-document-alt:before {
    content: "\f25f";
    }
        .fi-rr-spa:before {
    content: "\f261";
    }
        .fi-rr-space-shuttle:before {
    content: "\f262";
    }
        .fi-rr-space-station-moon:before {
    content: "\f263";
    }
        .fi-rr-space-station-moon-alt:before {
    content: "\f264";
    }
        .fi-rr-spade:before {
    content: "\f265";
    }
        .fi-rr-spaghetti-monster-flying:before {
    content: "\f266";
    }
        .fi-rr-spain-country-code:before {
    content: "\f267";
    }
        .fi-rr-spain-map:before {
    content: "\f268";
    }
        .fi-rr-spam:before {
    content: "\f269";
    }
        .fi-rr-spam-filter:before {
    content: "\f26a";
    }
        .fi-rr-spanish:before {
    content: "\f26b";
    }
        .fi-rr-sparkles:before {
    content: "\f26d";
    }
        .fi-rr-spartan-helmet:before {
    content: "\f26e";
    }
        .fi-rr-speaker:before {
    content: "\f26f";
    }
        .fi-rr-speakers:before {
    content: "\f270";
    }
        .fi-rr-speech-bubble-story:before {
    content: "\f271";
    }
        .fi-rr-speedometer-arrow:before {
    content: "\f272";
    }
        .fi-rr-speedometer-kpi:before {
    content: "\f273";
    }
        .fi-rr-sperm:before {
    content: "\f274";
    }
        .fi-rr-sphere:before {
    content: "\f275";
    }
        .fi-rr-spider:before {
    content: "\f276";
    }
        .fi-rr-spider-black-widow:before {
    content: "\f277";
    }
        .fi-rr-spider-web:before {
    content: "\f278";
    }
        .fi-rr-spine:before {
    content: "\f279";
    }
        .fi-rr-spinner:before {
    content: "\f27a";
    }
        .fi-rr-splash:before {
    content: "\f27b";
    }
        .fi-rr-split:before {
    content: "\f27c";
    }
        .fi-rr-split-payment:before {
    content: "\f27d";
    }
        .fi-rr-split-screen:before {
    content: "\f27e";
    }
        .fi-rr-split-up-relation:before {
    content: "\f27f";
    }
        .fi-rr-splotch:before {
    content: "\f280";
    }
        .fi-rr-spoon:before {
    content: "\f281";
    }
        .fi-rr-sport:before {
    content: "\f282";
    }
        .fi-rr-sport-drink:before {
    content: "\f284";
    }
        .fi-rr-spray-can:before {
    content: "\f287";
    }
        .fi-rr-spray-can-sparkles:before {
    content: "\f288";
    }
        .fi-rr-spring-calendar:before {
    content: "\f289";
    }
        .fi-rr-sprinkler:before {
    content: "\f28a";
    }
        .fi-rr-spy:before {
    content: "\f28b";
    }
        .fi-rr-spyware:before {
    content: "\f28c";
    }
        .fi-rr-sql-file:before {
    content: "\f28d";
    }
        .fi-rr-sql-server:before {
    content: "\f28e";
    }
        .fi-rr-square:before {
    content: "\f28f";
    }
        .fi-rr-square-0:before {
    content: "\f290";
    }
        .fi-rr-square-1:before {
    content: "\f291";
    }
        .fi-rr-square-2:before {
    content: "\f292";
    }
        .fi-rr-square-3:before {
    content: "\f293";
    }
        .fi-rr-square-4:before {
    content: "\f294";
    }
        .fi-rr-square-5:before {
    content: "\f295";
    }
        .fi-rr-square-6:before {
    content: "\f296";
    }
        .fi-rr-square-7:before {
    content: "\f297";
    }
        .fi-rr-square-8:before {
    content: "\f298";
    }
        .fi-rr-square-9:before {
    content: "\f299";
    }
        .fi-rr-square-a:before {
    content: "\f29a";
    }
        .fi-rr-square-b:before {
    content: "\f29c";
    }
        .fi-rr-square-bolt:before {
    content: "\f29d";
    }
        .fi-rr-square-c:before {
    content: "\f29e";
    }
        .fi-rr-square-code:before {
    content: "\f29f";
    }
        .fi-rr-square-crosshair:before {
    content: "\f2a0";
    }
        .fi-rr-square-d:before {
    content: "\f2a1";
    }
        .fi-rr-square-dashed:before {
    content: "\f2a2";
    }
        .fi-rr-square-dashed-circle-plus:before {
    content: "\f2a3";
    }
        .fi-rr-square-divide:before {
    content: "\f2a4";
    }
        .fi-rr-square-e:before {
    content: "\f2a5";
    }
        .fi-rr-square-ellipsis:before {
    content: "\f2a6";
    }
        .fi-rr-square-ellipsis-vertical:before {
    content: "\f2a7";
    }
        .fi-rr-square-envelope:before {
    content: "\f2a8";
    }
        .fi-rr-square-exclamation:before {
    content: "\f2a9";
    }
        .fi-rr-square-f:before {
    content: "\f2aa";
    }
        .fi-rr-square-g:before {
    content: "\f2ab";
    }
        .fi-rr-square-h:before {
    content: "\f2ac";
    }
        .fi-rr-square-heart:before {
    content: "\f2ad";
    }
        .fi-rr-square-i:before {
    content: "\f2ae";
    }
        .fi-rr-square-info:before {
    content: "\f2af";
    }
        .fi-rr-square-j:before {
    content: "\f2b0";
    }
        .fi-rr-square-k:before {
    content: "\f2b1";
    }
        .fi-rr-square-kanban:before {
    content: "\f2b2";
    }
        .fi-rr-square-l:before {
    content: "\f2b3";
    }
        .fi-rr-square-m:before {
    content: "\f2b4";
    }
        .fi-rr-square-minus:before {
    content: "\f2b5";
    }
        .fi-rr-square-n:before {
    content: "\f2b6";
    }
        .fi-rr-square-o:before {
    content: "\f2b7";
    }
        .fi-rr-square-p:before {
    content: "\f2b8";
    }
        .fi-rr-square-pen:before {
    content: "\f2b9";
    }
        .fi-rr-square-person-confined:before {
    content: "\f2ba";
    }
        .fi-rr-square-phone:before {
    content: "\f2bb";
    }
        .fi-rr-square-phone-flip:before {
    content: "\f2bc";
    }
        .fi-rr-square-phone-hangup:before {
    content: "\f2bd";
    }
        .fi-rr-square-plus:before {
    content: "\f2be";
    }
        .fi-rr-square-poll-horizontal:before {
    content: "\f2bf";
    }
        .fi-rr-square-poll-vertical:before {
    content: "\f2c0";
    }
        .fi-rr-square-q:before {
    content: "\f2c1";
    }
        .fi-rr-square-quote:before {
    content: "\f2c2";
    }
        .fi-rr-square-r:before {
    content: "\f2c3";
    }
        .fi-rr-square-root:before {
    content: "\f2c4";
    }
        .fi-rr-square-s:before {
    content: "\f2c5";
    }
        .fi-rr-square-small:before {
    content: "\f2c6";
    }
        .fi-rr-square-star:before {
    content: "\f2c7";
    }
        .fi-rr-square-t:before {
    content: "\f2c8";
    }
        .fi-rr-square-terminal:before {
    content: "\f2c9";
    }
        .fi-rr-square-u:before {
    content: "\f2ca";
    }
        .fi-rr-square-up-right:before {
    content: "\f2cb";
    }
        .fi-rr-square-v:before {
    content: "\f2cc";
    }
        .fi-rr-square-w:before {
    content: "\f2cd";
    }
        .fi-rr-square-x:before {
    content: "\f2ce";
    }
        .fi-rr-square-y:before {
    content: "\f2cf";
    }
        .fi-rr-square-z:before {
    content: "\f2d0";
    }
        .fi-rr-squid:before {
    content: "\f2d1";
    }
        .fi-rr-squircle:before {
    content: "\f2d2";
    }
        .fi-rr-squirrel:before {
    content: "\f2d3";
    }
        .fi-rr-stadium:before {
    content: "\f2d4";
    }
        .fi-rr-staff:before {
    content: "\f2d5";
    }
        .fi-rr-staff-wizard:before {
    content: "\f2d6";
    }
        .fi-rr-stage:before {
    content: "\f2d7";
    }
        .fi-rr-stage-concert:before {
    content: "\f2d8";
    }
        .fi-rr-stage-theatre:before {
    content: "\f2d9";
    }
        .fi-rr-stairs:before {
    content: "\f2da";
    }
        .fi-rr-stamp:before {
    content: "\f2db";
    }
        .fi-rr-stamps:before {
    content: "\f2dc";
    }
        .fi-rr-standard-definition:before {
    content: "\f2dd";
    }
        .fi-rr-stapler:before {
    content: "\f2de";
    }
        .fi-rr-stapler-paper:before {
    content: "\f2df";
    }
        .fi-rr-star:before {
    content: "\f2e0";
    }
        .fi-rr-star-and-crescent:before {
    content: "\f2e1";
    }
        .fi-rr-star-christmas:before {
    content: "\f2e2";
    }
        .fi-rr-star-comment-alt:before {
    content: "\f2e4";
    }
        .fi-rr-star-exclamation:before {
    content: "\f2e5";
    }
        .fi-rr-star-microphone:before {
    content: "\f2e6";
    }
        .fi-rr-star-octogram:before {
    content: "\f2e7";
    }
        .fi-rr-star-of-david:before {
    content: "\f2e8";
    }
        .fi-rr-star-rating-call:before {
    content: "\f2e9";
    }
        .fi-rr-star-sharp-half:before {
    content: "\f2eb";
    }
        .fi-rr-star-sharp-half-stroke:before {
    content: "\f2ec";
    }
        .fi-rr-star-shooting:before {
    content: "\f2ed";
    }
        .fi-rr-starfighter:before {
    content: "\f2ef";
    }
        .fi-rr-stars:before {
    content: "\f2f0";
    }
        .fi-rr-state-country:before {
    content: "\f2f1";
    }
        .fi-rr-stationary-bike:before {
    content: "\f2f2";
    }
        .fi-rr-stats:before {
    content: "\f2f3";
    }
        .fi-rr-steak:before {
    content: "\f2f5";
    }
        .fi-rr-steam-iron:before {
    content: "\f2f6";
    }
        .fi-rr-steering-wheel:before {
    content: "\f2f7";
    }
        .fi-rr-step-backward:before {
    content: "\f2f8";
    }
        .fi-rr-step-forward:before {
    content: "\f2f9";
    }
        .fi-rr-steps-carreer:before {
    content: "\f2fa";
    }
        .fi-rr-sterling-sign:before {
    content: "\f2fb";
    }
        .fi-rr-stethoscope:before {
    content: "\f2fc";
    }
        .fi-rr-sticker:before {
    content: "\f2fd";
    }
        .fi-rr-stocking:before {
    content: "\f2ff";
    }
        .fi-rr-stomach:before {
    content: "\f300";
    }
        .fi-rr-stomach-ache:before {
    content: "\f301";
    }
        .fi-rr-stomach-virus:before {
    content: "\f302";
    }
        .fi-rr-stop:before {
    content: "\f303";
    }
        .fi-rr-stop-circle:before {
    content: "\f304";
    }
        .fi-rr-stop-square:before {
    content: "\f305";
    }
        .fi-rr-stopwatch:before {
    content: "\f306";
    }
        .fi-rr-store-alt:before {
    content: "\f308";
    }
        .fi-rr-store-buyer:before {
    content: "\f309";
    }
        .fi-rr-store-lock:before {
    content: "\f30a";
    }
        .fi-rr-store-slash:before {
    content: "\f30b";
    }
        .fi-rr-story-book:before {
    content: "\f30c";
    }
        .fi-rr-story-fairy-tale:before {
    content: "\f30d";
    }
        .fi-rr-story-fantasy:before {
    content: "\f30e";
    }
        .fi-rr-straightener:before {
    content: "\f310";
    }
        .fi-rr-strategy-chess-risk:before {
    content: "\f311";
    }
        .fi-rr-strawberry:before {
    content: "\f312";
    }
        .fi-rr-streamer-boy:before {
    content: "\f313";
    }
        .fi-rr-streamer-girl:before {
    content: "\f314";
    }
        .fi-rr-streaming:before {
    content: "\f315";
    }
        .fi-rr-street-view:before {
    content: "\f316";
    }
        .fi-rr-stretcher:before {
    content: "\f317";
    }
        .fi-rr-strikethrough:before {
    content: "\f318";
    }
        .fi-rr-stroopwafel:before {
    content: "\f31a";
    }
        .fi-rr-student:before {
    content: "\f31b";
    }
        .fi-rr-student-alt:before {
    content: "\f31c";
    }
        .fi-rr-subfolder:before {
    content: "\f31d";
    }
        .fi-rr-subscript:before {
    content: "\f320";
    }
        .fi-rr-subscription:before {
    content: "\f321";
    }
        .fi-rr-subscription-alt:before {
    content: "\f322";
    }
        .fi-rr-subscription-model:before {
    content: "\f323";
    }
        .fi-rr-subscription-plan:before {
    content: "\f324";
    }
        .fi-rr-subscription-user:before {
    content: "\f325";
    }
        .fi-rr-subtitles:before {
    content: "\f32a";
    }
        .fi-rr-subtitles-slash:before {
    content: "\f32b";
    }
        .fi-rr-subway:before {
    content: "\f32c";
    }
        .fi-rr-suggestion:before {
    content: "\f32d";
    }
        .fi-rr-suitcase-alt:before {
    content: "\f32e";
    }
        .fi-rr-summary-check:before {
    content: "\f32f";
    }
        .fi-rr-summer:before {
    content: "\f330";
    }
        .fi-rr-sun:before {
    content: "\f331";
    }
        .fi-rr-sun-dust:before {
    content: "\f332";
    }
        .fi-rr-sun-plant-wilt:before {
    content: "\f333";
    }
        .fi-rr-sun-salutation-yoga:before {
    content: "\f334";
    }
        .fi-rr-sunday:before {
    content: "\f335";
    }
        .fi-rr-sunglasses:before {
    content: "\f336";
    }
        .fi-rr-sunglasses-alt:before {
    content: "\f337";
    }
        .fi-rr-sunrise:before {
    content: "\f338";
    }
        .fi-rr-sunrise-alt:before {
    content: "\f339";
    }
        .fi-rr-sunscreen:before {
    content: "\f33a";
    }
        .fi-rr-sunset:before {
    content: "\f33b";
    }
        .fi-rr-superscript:before {
    content: "\f33c";
    }
        .fi-rr-supplier:before {
    content: "\f33d";
    }
        .fi-rr-supplier-alt:before {
    content: "\f33e";
    }
        .fi-rr-supply-chain:before {
    content: "\f33f";
    }
        .fi-rr-supply-chain-steps:before {
    content: "\f340";
    }
        .fi-rr-surfing:before {
    content: "\f341";
    }
        .fi-rr-surprise:before {
    content: "\f342";
    }
        .fi-rr-surveillance-camera:before {
    content: "\f343";
    }
        .fi-rr-survey-xmark:before {
    content: "\f344";
    }
        .fi-rr-sushi:before {
    content: "\f345";
    }
        .fi-rr-sushi-alt:before {
    content: "\f346";
    }
        .fi-rr-sushi-roll:before {
    content: "\f347";
    }
        .fi-rr-svg:before {
    content: "\f348";
    }
        .fi-rr-swap:before {
    content: "\f349";
    }
        .fi-rr-swatchbook:before {
    content: "\f34b";
    }
        .fi-rr-sweep:before {
    content: "\f34c";
    }
        .fi-rr-swimmer:before {
    content: "\f34e";
    }
        .fi-rr-swimming-pool:before {
    content: "\f34f";
    }
        .fi-rr-swing:before {
    content: "\f350";
    }
        .fi-rr-swipe-down:before {
    content: "\f351";
    }
        .fi-rr-swipe-left:before {
    content: "\f352";
    }
        .fi-rr-swipe-right:before {
    content: "\f353";
    }
        .fi-rr-swipe-up:before {
    content: "\f354";
    }
        .fi-rr-sword:before {
    content: "\f355";
    }
        .fi-rr-sword-alt:before {
    content: "\f356";
    }
        .fi-rr-sword-spade:before {
    content: "\f357";
    }
        .fi-rr-symbol:before {
    content: "\f358";
    }
        .fi-rr-symbols:before {
    content: "\f359";
    }
        .fi-rr-synagogue:before {
    content: "\f35a";
    }
        .fi-rr-syringe:before {
    content: "\f35b";
    }
        .fi-rr-syringe-injection-blood:before {
    content: "\f35c";
    }
        .fi-rr-system-cloud:before {
    content: "\f35d";
    }
        .fi-rr-system-restore:before {
    content: "\f35e";
    }
        .fi-rr-t:before {
    content: "\f35f";
    }
        .fi-rr-t-rex:before {
    content: "\f361";
    }
        .fi-rr-t-square:before {
    content: "\f362";
    }
        .fi-rr-tab-folder:before {
    content: "\f363";
    }
        .fi-rr-table:before {
    content: "\f364";
    }
        .fi-rr-table-columns:before {
    content: "\f365";
    }
        .fi-rr-table-layout:before {
    content: "\f366";
    }
        .fi-rr-table-list:before {
    content: "\f367";
    }
        .fi-rr-table-picnic:before {
    content: "\f368";
    }
        .fi-rr-table-pivot:before {
    content: "\f369";
    }
        .fi-rr-table-rows:before {
    content: "\f36a";
    }
        .fi-rr-table-tree:before {
    content: "\f36b";
    }
        .fi-rr-tablet:before {
    content: "\f36c";
    }
        .fi-rr-tablet-android:before {
    content: "\f36d";
    }
        .fi-rr-tablet-android-alt:before {
    content: "\f36e";
    }
        .fi-rr-tablet-rugged:before {
    content: "\f36f";
    }
        .fi-rr-tachometer:before {
    content: "\f370";
    }
        .fi-rr-tachometer-alt-average:before {
    content: "\f371";
    }
        .fi-rr-tachometer-alt-fastest:before {
    content: "\f372";
    }
        .fi-rr-tachometer-alt-slow:before {
    content: "\f373";
    }
        .fi-rr-tachometer-alt-slowest:before {
    content: "\f374";
    }
        .fi-rr-tachometer-average:before {
    content: "\f375";
    }
        .fi-rr-tachometer-fast:before {
    content: "\f376";
    }
        .fi-rr-tachometer-fastest:before {
    content: "\f377";
    }
        .fi-rr-tachometer-slow:before {
    content: "\f378";
    }
        .fi-rr-tachometer-slowest:before {
    content: "\f379";
    }
        .fi-rr-taco:before {
    content: "\f37a";
    }
        .fi-rr-tags:before {
    content: "\f37b";
    }
        .fi-rr-tailor-chalk:before {
    content: "\f37c";
    }
        .fi-rr-takoyaki:before {
    content: "\f37d";
    }
        .fi-rr-talent:before {
    content: "\f37e";
    }
        .fi-rr-talent-alt:before {
    content: "\f37f";
    }
        .fi-rr-talent-hand:before {
    content: "\f380";
    }
        .fi-rr-tally:before {
    content: "\f381";
    }
        .fi-rr-tally-1:before {
    content: "\f382";
    }
        .fi-rr-tally-2:before {
    content: "\f383";
    }
        .fi-rr-tally-3:before {
    content: "\f384";
    }
        .fi-rr-tally-4:before {
    content: "\f385";
    }
        .fi-rr-tamale:before {
    content: "\f386";
    }
        .fi-rr-tank-water:before {
    content: "\f388";
    }
        .fi-rr-tap:before {
    content: "\f389";
    }
        .fi-rr-tape:before {
    content: "\f38a";
    }
        .fi-rr-tape-measure:before {
    content: "\f38b";
    }
        .fi-rr-target:before {
    content: "\f38c";
    }
        .fi-rr-target-audience:before {
    content: "\f38d";
    }
        .fi-rr-task-calendar:before {
    content: "\f38e";
    }
        .fi-rr-task-checklist:before {
    content: "\f38f";
    }
        .fi-rr-tasks:before {
    content: "\f390";
    }
        .fi-rr-tattoo-machine:before {
    content: "\f391";
    }
        .fi-rr-tax:before {
    content: "\f392";
    }
        .fi-rr-tax-alt:before {
    content: "\f393";
    }
        .fi-rr-taxi:before {
    content: "\f394";
    }
        .fi-rr-taxi-bus:before {
    content: "\f395";
    }
        .fi-rr-team:before {
    content: "\f396";
    }
        .fi-rr-team-check:before {
    content: "\f397";
    }
        .fi-rr-team-check-alt:before {
    content: "\f398";
    }
        .fi-rr-team-collaboration:before {
    content: "\f399";
    }
        .fi-rr-teddy-bear:before {
    content: "\f39a";
    }
        .fi-rr-teeth-open:before {
    content: "\f39b";
    }
        .fi-rr-telescope:before {
    content: "\f39e";
    }
        .fi-rr-temperature-down:before {
    content: "\f39f";
    }
        .fi-rr-temperature-frigid:before {
    content: "\f3a0";
    }
        .fi-rr-temperature-high:before {
    content: "\f3a1";
    }
        .fi-rr-temperature-list:before {
    content: "\f3a2";
    }
        .fi-rr-temperature-low:before {
    content: "\f3a3";
    }
        .fi-rr-temperature-up:before {
    content: "\f3a4";
    }
        .fi-rr-template:before {
    content: "\f3a5";
    }
        .fi-rr-template-alt:before {
    content: "\f3a6";
    }
        .fi-rr-tenge:before {
    content: "\f3a8";
    }
        .fi-rr-tennis:before {
    content: "\f3a9";
    }
        .fi-rr-tent-arrow-down-to-line:before {
    content: "\f3aa";
    }
        .fi-rr-tent-arrow-left-right:before {
    content: "\f3ab";
    }
        .fi-rr-tent-arrow-turn-left:before {
    content: "\f3ac";
    }
        .fi-rr-tent-arrows-down:before {
    content: "\f3ad";
    }
        .fi-rr-tents:before {
    content: "\f3ae";
    }
        .fi-rr-terminal:before {
    content: "\f3af";
    }
        .fi-rr-terms-check:before {
    content: "\f3b0";
    }
        .fi-rr-terms-info:before {
    content: "\f3b2";
    }
        .fi-rr-terrace:before {
    content: "\f3b3";
    }
        .fi-rr-test:before {
    content: "\f3b4";
    }
        .fi-rr-test-tube:before {
    content: "\f3b5";
    }
        .fi-rr-text:before {
    content: "\f3b6";
    }
        .fi-rr-text-box:before {
    content: "\f3b7";
    }
        .fi-rr-text-box-dots:before {
    content: "\f3b8";
    }
        .fi-rr-text-box-edit:before {
    content: "\f3b9";
    }
        .fi-rr-text-check:before {
    content: "\f3ba";
    }
        .fi-rr-text-height:before {
    content: "\f3bb";
    }
        .fi-rr-text-input-left:before {
    content: "\f3bc";
    }
        .fi-rr-text-shadow:before {
    content: "\f3bd";
    }
        .fi-rr-text-size:before {
    content: "\f3be";
    }
        .fi-rr-text-slash:before {
    content: "\f3bf";
    }
        .fi-rr-text-width:before {
    content: "\f3c0";
    }
        .fi-rr-thaw:before {
    content: "\f3c1";
    }
        .fi-rr-theater-masks:before {
    content: "\f3c3";
    }
        .fi-rr-thermometer-alt:before {
    content: "\f3c4";
    }
        .fi-rr-thermometer-empty:before {
    content: "\f3c5";
    }
        .fi-rr-thermometer-full:before {
    content: "\f3c6";
    }
        .fi-rr-thermometer-half:before {
    content: "\f3c7";
    }
        .fi-rr-thermometer-notification:before {
    content: "\f3c8";
    }
        .fi-rr-thermometer-quarter:before {
    content: "\f3c9";
    }
        .fi-rr-thermometer-three-quarters:before {
    content: "\f3ca";
    }
        .fi-rr-theta:before {
    content: "\f3cb";
    }
        .fi-rr-thimble:before {
    content: "\f3cc";
    }
        .fi-rr-third:before {
    content: "\f3cd";
    }
        .fi-rr-third-award:before {
    content: "\f3ce";
    }
        .fi-rr-third-laurel:before {
    content: "\f3cf";
    }
        .fi-rr-third-medal:before {
    content: "\f3d0";
    }
        .fi-rr-thought-bubble:before {
    content: "\f3d1";
    }
        .fi-rr-three-direction:before {
    content: "\f3d5";
    }
        .fi-rr-three-leaf-clover:before {
    content: "\f3d6";
    }
        .fi-rr-throat:before {
    content: "\f3d7";
    }
        .fi-rr-thumbs-up-trust:before {
    content: "\f3da";
    }
        .fi-rr-thumbtack:before {
    content: "\f3db";
    }
        .fi-rr-thumbtack-slash:before {
    content: "\f3dc";
    }
        .fi-rr-thunderstorm:before {
    content: "\f3dd";
    }
        .fi-rr-thunderstorm-moon:before {
    content: "\f3de";
    }
        .fi-rr-thunderstorm-risk:before {
    content: "\f3df";
    }
        .fi-rr-thunderstorm-sun:before {
    content: "\f3e0";
    }
        .fi-rr-thursday:before {
    content: "\f3e1";
    }
        .fi-rr-ticket:before {
    content: "\f3e2";
    }
        .fi-rr-ticket-airline:before {
    content: "\f3e3";
    }
        .fi-rr-ticket-alt:before {
    content: "\f3e4";
    }
        .fi-rr-tickets:before {
    content: "\f3e5";
    }
        .fi-rr-tickets-airline:before {
    content: "\f3e6";
    }
        .fi-rr-tie:before {
    content: "\f3e7";
    }
        .fi-rr-tiff-file:before {
    content: "\f3e8";
    }
        .fi-rr-tilde:before {
    content: "\f3ec";
    }
        .fi-rr-tile:before {
    content: "\f3ed";
    }
        .fi-rr-time-add:before {
    content: "\f3ee";
    }
        .fi-rr-time-check:before {
    content: "\f3ef";
    }
        .fi-rr-time-delete:before {
    content: "\f3f0";
    }
        .fi-rr-time-fast:before {
    content: "\f3f1";
    }
        .fi-rr-time-forward:before {
    content: "\f3f2";
    }
        .fi-rr-time-forward-sixty:before {
    content: "\f3f3";
    }
        .fi-rr-time-forward-ten:before {
    content: "\f3f4";
    }
        .fi-rr-time-forward-thirty:before {
    content: "\f3f5";
    }
        .fi-rr-time-half-past:before {
    content: "\f3f6";
    }
        .fi-rr-time-management:before {
    content: "\f3f7";
    }
        .fi-rr-time-money:before {
    content: "\f3f8";
    }
        .fi-rr-time-oclock:before {
    content: "\f3f9";
    }
        .fi-rr-time-past:before {
    content: "\f3fa";
    }
        .fi-rr-time-quarter-past:before {
    content: "\f3fb";
    }
        .fi-rr-time-quarter-to:before {
    content: "\f3fc";
    }
        .fi-rr-time-twenty-four:before {
    content: "\f3fd";
    }
        .fi-rr-time-watch-calendar:before {
    content: "\f3fe";
    }
        .fi-rr-timeline:before {
    content: "\f3ff";
    }
        .fi-rr-timeline-arrow:before {
    content: "\f400";
    }
        .fi-rr-timer-clock-call:before {
    content: "\f401";
    }
        .fi-rr-times-hexagon:before {
    content: "\f402";
    }
        .fi-rr-tint-slash:before {
    content: "\f403";
    }
        .fi-rr-tip-button:before {
    content: "\f404";
    }
        .fi-rr-tip-button-hand:before {
    content: "\f405";
    }
        .fi-rr-tip-coin:before {
    content: "\f406";
    }
        .fi-rr-tire:before {
    content: "\f40a";
    }
        .fi-rr-tire-flat:before {
    content: "\f40b";
    }
        .fi-rr-tire-pressure-warning:before {
    content: "\f40c";
    }
        .fi-rr-tire-rugged:before {
    content: "\f40d";
    }
        .fi-rr-tired:before {
    content: "\f40e";
    }
        .fi-rr-to-do:before {
    content: "\f40f";
    }
        .fi-rr-to-do-alt:before {
    content: "\f410";
    }
        .fi-rr-together-people:before {
    content: "\f413";
    }
        .fi-rr-toggle-off:before {
    content: "\f415";
    }
        .fi-rr-toggle-on:before {
    content: "\f416";
    }
        .fi-rr-toilet:before {
    content: "\f417";
    }
        .fi-rr-toilet-paper-blank:before {
    content: "\f418";
    }
        .fi-rr-toilet-paper-blank-under:before {
    content: "\f419";
    }
        .fi-rr-toilet-paper-slash:before {
    content: "\f41a";
    }
        .fi-rr-toilet-paper-under:before {
    content: "\f41b";
    }
        .fi-rr-toilet-paper-under-slash:before {
    content: "\f41c";
    }
        .fi-rr-toilet-paper-xmark:before {
    content: "\f41d";
    }
        .fi-rr-toilets-portable:before {
    content: "\f41e";
    }
        .fi-rr-token:before {
    content: "\f41f";
    }
        .fi-rr-tomato:before {
    content: "\f420";
    }
        .fi-rr-tombstone:before {
    content: "\f421";
    }
        .fi-rr-tombstone-alt:before {
    content: "\f422";
    }
        .fi-rr-tool-box:before {
    content: "\f423";
    }
        .fi-rr-tool-crop:before {
    content: "\f424";
    }
        .fi-rr-tool-marquee:before {
    content: "\f425";
    }
        .fi-rr-tools:before {
    content: "\f426";
    }
        .fi-rr-tooth:before {
    content: "\f427";
    }
        .fi-rr-toothache:before {
    content: "\f428";
    }
        .fi-rr-toothbrush:before {
    content: "\f429";
    }
        .fi-rr-toothpaste:before {
    content: "\f42a";
    }
        .fi-rr-torch:before {
    content: "\f42b";
    }
        .fi-rr-torch-inspiration-leader:before {
    content: "\f42c";
    }
        .fi-rr-torii-gate:before {
    content: "\f42d";
    }
        .fi-rr-tornado:before {
    content: "\f42e";
    }
        .fi-rr-total:before {
    content: "\f42f";
    }
        .fi-rr-tour-guide-people:before {
    content: "\f430";
    }
        .fi-rr-tour-virtual:before {
    content: "\f431";
    }
        .fi-rr-towel:before {
    content: "\f432";
    }
        .fi-rr-tower-chain:before {
    content: "\f434";
    }
        .fi-rr-tower-control:before {
    content: "\f435";
    }
        .fi-rr-track:before {
    content: "\f436";
    }
        .fi-rr-tractor:before {
    content: "\f437";
    }
        .fi-rr-trademark:before {
    content: "\f438";
    }
        .fi-rr-trading:before {
    content: "\f439";
    }
        .fi-rr-traffic-cone:before {
    content: "\f43a";
    }
        .fi-rr-traffic-light:before {
    content: "\f43b";
    }
        .fi-rr-traffic-light-go:before {
    content: "\f43c";
    }
        .fi-rr-traffic-light-slow:before {
    content: "\f43d";
    }
        .fi-rr-traffic-light-stop:before {
    content: "\f43e";
    }
        .fi-rr-trailer:before {
    content: "\f43f";
    }
        .fi-rr-train:before {
    content: "\f440";
    }
        .fi-rr-train-clock:before {
    content: "\f441";
    }
        .fi-rr-train-journey:before {
    content: "\f442";
    }
        .fi-rr-train-side:before {
    content: "\f443";
    }
        .fi-rr-train-station:before {
    content: "\f444";
    }
        .fi-rr-train-station-building:before {
    content: "\f445";
    }
        .fi-rr-train-subway-tunnel:before {
    content: "\f446";
    }
        .fi-rr-train-track:before {
    content: "\f447";
    }
        .fi-rr-train-tram:before {
    content: "\f448";
    }
        .fi-rr-tram:before {
    content: "\f449";
    }
        .fi-rr-transaction-euro:before {
    content: "\f44a";
    }
        .fi-rr-transaction-globe:before {
    content: "\f44b";
    }
        .fi-rr-transaction-yen:before {
    content: "\f44c";
    }
        .fi-rr-transcript:before {
    content: "\f44d";
    }
        .fi-rr-transcription:before {
    content: "\f44e";
    }
        .fi-rr-transform:before {
    content: "\f44f";
    }
        .fi-rr-transformation-block:before {
    content: "\f450";
    }
        .fi-rr-transformation-circle:before {
    content: "\f451";
    }
        .fi-rr-transformation-design:before {
    content: "\f452";
    }
        .fi-rr-transformation-shapes:before {
    content: "\f453";
    }
        .fi-rr-transformer-bolt:before {
    content: "\f454";
    }
        .fi-rr-transgender:before {
    content: "\f455";
    }
        .fi-rr-translate:before {
    content: "\f456";
    }
        .fi-rr-translation:before {
    content: "\f457";
    }
        .fi-rr-translation-app:before {
    content: "\f458";
    }
        .fi-rr-transparency:before {
    content: "\f459";
    }
        .fi-rr-transporter:before {
    content: "\f45a";
    }
        .fi-rr-transporter-1:before {
    content: "\f45b";
    }
        .fi-rr-transporter-2:before {
    content: "\f45c";
    }
        .fi-rr-transporter-3:before {
    content: "\f45d";
    }
        .fi-rr-transporter-4:before {
    content: "\f45e";
    }
        .fi-rr-transporter-5:before {
    content: "\f45f";
    }
        .fi-rr-transporter-6:before {
    content: "\f460";
    }
        .fi-rr-transporter-7:before {
    content: "\f461";
    }
        .fi-rr-transporter-empty:before {
    content: "\f462";
    }
        .fi-rr-trash:before {
    content: "\f463";
    }
        .fi-rr-trash-bag:before {
    content: "\f464";
    }
        .fi-rr-trash-can-check:before {
    content: "\f465";
    }
        .fi-rr-trash-can-clock:before {
    content: "\f466";
    }
        .fi-rr-trash-can-list:before {
    content: "\f467";
    }
        .fi-rr-trash-can-plus:before {
    content: "\f468";
    }
        .fi-rr-trash-can-slash:before {
    content: "\f469";
    }
        .fi-rr-trash-check:before {
    content: "\f46a";
    }
        .fi-rr-trash-clock:before {
    content: "\f46b";
    }
        .fi-rr-trash-empty:before {
    content: "\f46c";
    }
        .fi-rr-trash-list:before {
    content: "\f46d";
    }
        .fi-rr-trash-plus:before {
    content: "\f46e";
    }
        .fi-rr-trash-restore:before {
    content: "\f46f";
    }
        .fi-rr-trash-restore-alt:before {
    content: "\f470";
    }
        .fi-rr-trash-slash:before {
    content: "\f471";
    }
        .fi-rr-trash-undo:before {
    content: "\f472";
    }
        .fi-rr-trash-undo-alt:before {
    content: "\f473";
    }
        .fi-rr-trash-xmark:before {
    content: "\f474";
    }
        .fi-rr-trauma:before {
    content: "\f475";
    }
        .fi-rr-traveler-camera:before {
    content: "\f477";
    }
        .fi-rr-treadmill:before {
    content: "\f478";
    }
        .fi-rr-treasure-chest:before {
    content: "\f479";
    }
        .fi-rr-treatment:before {
    content: "\f47a";
    }
        .fi-rr-tree:before {
    content: "\f47b";
    }
        .fi-rr-tree-alt:before {
    content: "\f47c";
    }
        .fi-rr-tree-christmas:before {
    content: "\f47d";
    }
        .fi-rr-tree-deciduous:before {
    content: "\f47e";
    }
        .fi-rr-tree-sapling:before {
    content: "\f480";
    }
        .fi-rr-trees:before {
    content: "\f481";
    }
        .fi-rr-trees-alt:before {
    content: "\f482";
    }
        .fi-rr-triangle:before {
    content: "\f484";
    }
        .fi-rr-triangle-arrow-bolt:before {
    content: "\f485";
    }
        .fi-rr-triangle-music:before {
    content: "\f486";
    }
        .fi-rr-triangle-person-digging:before {
    content: "\f487";
    }
        .fi-rr-triangle-warning:before {
    content: "\f488";
    }
        .fi-rr-tricycle:before {
    content: "\f489";
    }
        .fi-rr-trillium:before {
    content: "\f48a";
    }
        .fi-rr-trombone:before {
    content: "\f48d";
    }
        .fi-rr-troph-cap:before {
    content: "\f48e";
    }
        .fi-rr-trophy:before {
    content: "\f48f";
    }
        .fi-rr-trophy-achievement-skill:before {
    content: "\f490";
    }
        .fi-rr-trophy-star:before {
    content: "\f491";
    }
        .fi-rr-tropical-fish:before {
    content: "\f492";
    }
        .fi-rr-truck-arrow-left:before {
    content: "\f493";
    }
        .fi-rr-truck-arrow-right:before {
    content: "\f494";
    }
        .fi-rr-truck-bolt:before {
    content: "\f495";
    }
        .fi-rr-truck-box:before {
    content: "\f496";
    }
        .fi-rr-truck-check:before {
    content: "\f497";
    }
        .fi-rr-truck-container:before {
    content: "\f499";
    }
        .fi-rr-truck-container-empty:before {
    content: "\f49a";
    }
        .fi-rr-truck-couch:before {
    content: "\f49b";
    }
        .fi-rr-truck-droplet:before {
    content: "\f49c";
    }
        .fi-rr-truck-fire:before {
    content: "\f49d";
    }
        .fi-rr-truck-flatbed:before {
    content: "\f49e";
    }
        .fi-rr-truck-front:before {
    content: "\f49f";
    }
        .fi-rr-truck-ladder:before {
    content: "\f4a0";
    }
        .fi-rr-truck-loading:before {
    content: "\f4a1";
    }
        .fi-rr-truck-medical:before {
    content: "\f4a2";
    }
        .fi-rr-truck-monster:before {
    content: "\f4a3";
    }
        .fi-rr-truck-moving:before {
    content: "\f4a4";
    }
        .fi-rr-truck-pickup:before {
    content: "\f4a5";
    }
        .fi-rr-truck-plow:before {
    content: "\f4a6";
    }
        .fi-rr-truck-ramp:before {
    content: "\f4a7";
    }
        .fi-rr-truck-side:before {
    content: "\f4a8";
    }
        .fi-rr-truck-tow:before {
    content: "\f4a9";
    }
        .fi-rr-truck-utensils:before {
    content: "\f4aa";
    }
        .fi-rr-true-or-false:before {
    content: "\f4ab";
    }
        .fi-rr-truecrime-podcast:before {
    content: "\f4ac";
    }
        .fi-rr-trumpet:before {
    content: "\f4ad";
    }
        .fi-rr-trust:before {
    content: "\f4ae";
    }
        .fi-rr-trust-alt:before {
    content: "\f4af";
    }
        .fi-rr-tshirt:before {
    content: "\f4b0";
    }
        .fi-rr-tty:before {
    content: "\f4b1";
    }
        .fi-rr-tty-answer:before {
    content: "\f4b2";
    }
        .fi-rr-tubes:before {
    content: "\f4b3";
    }
        .fi-rr-tuesday:before {
    content: "\f4b5";
    }
        .fi-rr-tugrik-sign:before {
    content: "\f4b6";
    }
        .fi-rr-turkey:before {
    content: "\f4b8";
    }
        .fi-rr-turn-left:before {
    content: "\f4b9";
    }
        .fi-rr-turn-left-down:before {
    content: "\f4ba";
    }
        .fi-rr-turn-right:before {
    content: "\f4bb";
    }
        .fi-rr-turntable:before {
    content: "\f4bc";
    }
        .fi-rr-turtle:before {
    content: "\f4bd";
    }
        .fi-rr-tv-music:before {
    content: "\f4be";
    }
        .fi-rr-tv-retro:before {
    content: "\f4bf";
    }
        .fi-rr-two-hands-box:before {
    content: "\f4c7";
    }
        .fi-rr-two-nails:before {
    content: "\f4c8";
    }
        .fi-rr-two-paperclip:before {
    content: "\f4c9";
    }
        .fi-rr-two-swords:before {
    content: "\f4cb";
    }
        .fi-rr-typewriter:before {
    content: "\f4cd";
    }
        .fi-rr-u:before {
    content: "\f4ce";
    }
        .fi-rr-ufo:before {
    content: "\f4d1";
    }
        .fi-rr-ufo-beam:before {
    content: "\f4d2";
    }
        .fi-rr-ui-ux:before {
    content: "\f4d3";
    }
        .fi-rr-uk-country-code:before {
    content: "\f4d4";
    }
        .fi-rr-umbrella:before {
    content: "\f4d5";
    }
        .fi-rr-umbrella-beach:before {
    content: "\f4d6";
    }
        .fi-rr-under-construction:before {
    content: "\f4d7";
    }
        .fi-rr-underline:before {
    content: "\f4d8";
    }
        .fi-rr-undo:before {
    content: "\f4d9";
    }
        .fi-rr-undo-alt:before {
    content: "\f4da";
    }
        .fi-rr-unicorn:before {
    content: "\f4db";
    }
        .fi-rr-uniform-martial-arts:before {
    content: "\f4dc";
    }
        .fi-rr-united-kingdom:before {
    content: "\f4de";
    }
        .fi-rr-universal-access:before {
    content: "\f4e0";
    }
        .fi-rr-unlock:before {
    content: "\f4e2";
    }
        .fi-rr-up:before {
    content: "\f4e4";
    }
        .fi-rr-up-from-bracket:before {
    content: "\f4e5";
    }
        .fi-rr-up-left:before {
    content: "\f4e6";
    }
        .fi-rr-up-right:before {
    content: "\f4e7";
    }
        .fi-rr-up-right-from-square:before {
    content: "\f4e8";
    }
        .fi-rr-upload:before {
    content: "\f4e9";
    }
        .fi-rr-urban-planning:before {
    content: "\f4ec";
    }
        .fi-rr-url:before {
    content: "\f4ed";
    }
        .fi-rr-urology:before {
    content: "\f4ee";
    }
        .fi-rr-usa-map:before {
    content: "\f4ef";
    }
        .fi-rr-usa-map-pin:before {
    content: "\f4f0";
    }
        .fi-rr-usb-alert:before {
    content: "\f4f2";
    }
        .fi-rr-usb-pendrive:before {
    content: "\f4f3";
    }
        .fi-rr-usb-scan:before {
    content: "\f4f4";
    }
        .fi-rr-usb-wifi:before {
    content: "\f4f5";
    }
        .fi-rr-usd-circle:before {
    content: "\f4f6";
    }
        .fi-rr-usd-square:before {
    content: "\f4f7";
    }
        .fi-rr-user:before {
    content: "\f4f9";
    }
        .fi-rr-user-add:before {
    content: "\f4fa";
    }
        .fi-rr-user-alien:before {
    content: "\f4fb";
    }
        .fi-rr-user-astronaut:before {
    content: "\f4fc";
    }
        .fi-rr-user-bag:before {
    content: "\f4fd";
    }
        .fi-rr-user-basket:before {
    content: "\f4fe";
    }
        .fi-rr-user-beard:before {
    content: "\f4ff";
    }
        .fi-rr-user-check:before {
    content: "\f500";
    }
        .fi-rr-user-chef:before {
    content: "\f501";
    }
        .fi-rr-user-circle-down:before {
    content: "\f502";
    }
        .fi-rr-user-circle-left:before {
    content: "\f503";
    }
        .fi-rr-user-circle-right:before {
    content: "\f504";
    }
        .fi-rr-user-circle-up:before {
    content: "\f505";
    }
        .fi-rr-user-coach:before {
    content: "\f506";
    }
        .fi-rr-user-cowboy:before {
    content: "\f507";
    }
        .fi-rr-user-crown:before {
    content: "\f508";
    }
        .fi-rr-user-dj:before {
    content: "\f50a";
    }
        .fi-rr-user-doctor-hair:before {
    content: "\f50b";
    }
        .fi-rr-user-doctor-hair-long:before {
    content: "\f50c";
    }
        .fi-rr-user-down:before {
    content: "\f50d";
    }
        .fi-rr-user-eating:before {
    content: "\f50e";
    }
        .fi-rr-user-experience:before {
    content: "\f50f";
    }
        .fi-rr-user-fast-running:before {
    content: "\f510";
    }
        .fi-rr-user-forbidden:before {
    content: "\f511";
    }
        .fi-rr-user-forbidden-alt:before {
    content: "\f512";
    }
        .fi-rr-user-gear:before {
    content: "\f513";
    }
        .fi-rr-user-graduate:before {
    content: "\f514";
    }
        .fi-rr-user-group-crown:before {
    content: "\f515";
    }
        .fi-rr-user-hair-buns:before {
    content: "\f516";
    }
        .fi-rr-user-hair-mullet:before {
    content: "\f517";
    }
        .fi-rr-user-hard-work:before {
    content: "\f518";
    }
        .fi-rr-user-headset:before {
    content: "\f519";
    }
        .fi-rr-user-helmet-safety:before {
    content: "\f51a";
    }
        .fi-rr-user-hoodie:before {
    content: "\f51b";
    }
        .fi-rr-user-india:before {
    content: "\f51c";
    }
        .fi-rr-user-injured:before {
    content: "\f51d";
    }
        .fi-rr-user-interface-ui:before {
    content: "\f51e";
    }
        .fi-rr-user-key:before {
    content: "\f51f";
    }
        .fi-rr-user-language:before {
    content: "\f520";
    }
        .fi-rr-user-left:before {
    content: "\f521";
    }
        .fi-rr-user-link:before {
    content: "\f522";
    }
        .fi-rr-user-lock:before {
    content: "\f523";
    }
        .fi-rr-user-logout:before {
    content: "\f524";
    }
        .fi-rr-user-mask:before {
    content: "\f525";
    }
        .fi-rr-user-md:before {
    content: "\f526";
    }
        .fi-rr-user-md-chat:before {
    content: "\f527";
    }
        .fi-rr-user-minus:before {
    content: "\f528";
    }
        .fi-rr-user-moustache:before {
    content: "\f529";
    }
        .fi-rr-user-music:before {
    content: "\f52a";
    }
        .fi-rr-user-ninja:before {
    content: "\f52b";
    }
        .fi-rr-user-nurse:before {
    content: "\f52c";
    }
        .fi-rr-user-nurse-hair:before {
    content: "\f52d";
    }
        .fi-rr-user-nurse-hair-long:before {
    content: "\f52e";
    }
        .fi-rr-user-pen:before {
    content: "\f530";
    }
        .fi-rr-user-pen-head:before {
    content: "\f531";
    }
        .fi-rr-user-permissions:before {
    content: "\f532";
    }
        .fi-rr-user-pilot:before {
    content: "\f533";
    }
        .fi-rr-user-pilot-tie:before {
    content: "\f534";
    }
        .fi-rr-user-pizza-delivery:before {
    content: "\f535";
    }
        .fi-rr-user-plumber:before {
    content: "\f536";
    }
        .fi-rr-user-police:before {
    content: "\f537";
    }
        .fi-rr-user-question:before {
    content: "\f538";
    }
        .fi-rr-user-right:before {
    content: "\f539";
    }
        .fi-rr-user-roadmap:before {
    content: "\f53a";
    }
        .fi-rr-user-robot:before {
    content: "\f53b";
    }
        .fi-rr-user-robot-xmarks:before {
    content: "\f53c";
    }
        .fi-rr-user-salary:before {
    content: "\f53d";
    }
        .fi-rr-user-shakespeare:before {
    content: "\f53e";
    }
        .fi-rr-user-shield:before {
    content: "\f53f";
    }
        .fi-rr-user-sitting-toilet:before {
    content: "\f540";
    }
        .fi-rr-user-skill-gear:before {
    content: "\f542";
    }
        .fi-rr-user-slash:before {
    content: "\f543";
    }
        .fi-rr-user-speaking:before {
    content: "\f544";
    }
        .fi-rr-user-stress:before {
    content: "\f545";
    }
        .fi-rr-user-suitcase:before {
    content: "\f546";
    }
        .fi-rr-user-tag:before {
    content: "\f547";
    }
        .fi-rr-user-tie-hair:before {
    content: "\f548";
    }
        .fi-rr-user-tie-hair-long:before {
    content: "\f549";
    }
        .fi-rr-user-time:before {
    content: "\f54a";
    }
        .fi-rr-user-trust:before {
    content: "\f54b";
    }
        .fi-rr-user-unlock:before {
    content: "\f54c";
    }
        .fi-rr-user-up:before {
    content: "\f54d";
    }
        .fi-rr-user-visor:before {
    content: "\f54e";
    }
        .fi-rr-user-vneck-hair:before {
    content: "\f54f";
    }
        .fi-rr-user-vneck-hair-long:before {
    content: "\f550";
    }
        .fi-rr-user-volunteer:before {
    content: "\f551";
    }
        .fi-rr-user-writer:before {
    content: "\f552";
    }
        .fi-rr-user-xmark:before {
    content: "\f553";
    }
        .fi-rr-users:before {
    content: "\f554";
    }
        .fi-rr-users-alt:before {
    content: "\f555";
    }
        .fi-rr-users-class:before {
    content: "\f556";
    }
        .fi-rr-users-gear:before {
    content: "\f559";
    }
        .fi-rr-users-loyalty:before {
    content: "\f55a";
    }
        .fi-rr-users-medical:before {
    content: "\f55b";
    }
        .fi-rr-users-slash:before {
    content: "\f55c";
    }
        .fi-rr-users-speaking:before {
    content: "\f55d";
    }
        .fi-rr-utensils:before {
    content: "\f55e";
    }
        .fi-rr-utensils-slash:before {
    content: "\f55f";
    }
        .fi-rr-utility-pole:before {
    content: "\f560";
    }
        .fi-rr-utility-pole-double:before {
    content: "\f561";
    }
        .fi-rr-uv-sign:before {
    content: "\f562";
    }
        .fi-rr-ux:before {
    content: "\f563";
    }
        .fi-rr-ux-browser:before {
    content: "\f564";
    }
        .fi-rr-v:before {
    content: "\f565";
    }
        .fi-rr-vacuum:before {
    content: "\f567";
    }
        .fi-rr-vacuum-cleaner:before {
    content: "\f568";
    }
        .fi-rr-vacuum-robot:before {
    content: "\f569";
    }
        .fi-rr-validating-receipt:before {
    content: "\f56a";
    }
        .fi-rr-value-absolute:before {
    content: "\f56b";
    }
        .fi-rr-van-fast:before {
    content: "\f56c";
    }
        .fi-rr-van-front:before {
    content: "\f56d";
    }
        .fi-rr-vault:before {
    content: "\f56e";
    }
        .fi-rr-vector:before {
    content: "\f56f";
    }
        .fi-rr-vector-alt:before {
    content: "\f570";
    }
        .fi-rr-vector-circle:before {
    content: "\f571";
    }
        .fi-rr-vector-polygon:before {
    content: "\f572";
    }
        .fi-rr-vegan:before {
    content: "\f573";
    }
        .fi-rr-venus:before {
    content: "\f574";
    }
        .fi-rr-venus-double:before {
    content: "\f575";
    }
        .fi-rr-venus-mars:before {
    content: "\f576";
    }
        .fi-rr-vest:before {
    content: "\f578";
    }
        .fi-rr-vest-patches:before {
    content: "\f579";
    }
        .fi-rr-video-arrow-down-left:before {
    content: "\f57a";
    }
        .fi-rr-video-arrow-up-right:before {
    content: "\f57b";
    }
        .fi-rr-video-cam-alert:before {
    content: "\f57c";
    }
        .fi-rr-video-camera:before {
    content: "\f57d";
    }
        .fi-rr-video-camera-alt:before {
    content: "\f57e";
    }
        .fi-rr-video-duration:before {
    content: "\f57f";
    }
        .fi-rr-video-folder:before {
    content: "\f580";
    }
        .fi-rr-video-lesson:before {
    content: "\f581";
    }
        .fi-rr-video-plus:before {
    content: "\f582";
    }
        .fi-rr-video-recording:before {
    content: "\f583";
    }
        .fi-rr-video-slash:before {
    content: "\f584";
    }
        .fi-rr-videoconference:before {
    content: "\f585";
    }
        .fi-rr-vihara:before {
    content: "\f587";
    }
        .fi-rr-violin:before {
    content: "\f589";
    }
        .fi-rr-virtual-assistant:before {
    content: "\f58a";
    }
        .fi-rr-virus:before {
    content: "\f58b";
    }
        .fi-rr-virus-scan:before {
    content: "\f58c";
    }
        .fi-rr-virus-slash:before {
    content: "\f58d";
    }
        .fi-rr-viruses:before {
    content: "\f58e";
    }
        .fi-rr-vision:before {
    content: "\f590";
    }
        .fi-rr-vision-sense:before {
    content: "\f591";
    }
        .fi-rr-vision-target:before {
    content: "\f592";
    }
        .fi-rr-visit:before {
    content: "\f593";
    }
        .fi-rr-voice-bot:before {
    content: "\f596";
    }
        .fi-rr-voice-command:before {
    content: "\f597";
    }
        .fi-rr-voice-note:before {
    content: "\f598";
    }
        .fi-rr-voicemail:before {
    content: "\f599";
    }
        .fi-rr-volcano:before {
    content: "\f59a";
    }
        .fi-rr-volleyball:before {
    content: "\f59b";
    }
        .fi-rr-volleyball-player:before {
    content: "\f59c";
    }
        .fi-rr-volume:before {
    content: "\f59d";
    }
        .fi-rr-volume-control:before {
    content: "\f59e";
    }
        .fi-rr-volume-down:before {
    content: "\f59f";
    }
        .fi-rr-volume-mute:before {
    content: "\f5a0";
    }
        .fi-rr-volume-off:before {
    content: "\f5a1";
    }
        .fi-rr-volume-slash:before {
    content: "\f5a2";
    }
        .fi-rr-volunteer-vest:before {
    content: "\f5a3";
    }
        .fi-rr-vote-nay:before {
    content: "\f5a4";
    }
        .fi-rr-vote-yea:before {
    content: "\f5a5";
    }
        .fi-rr-vpn:before {
    content: "\f5a6";
    }
        .fi-rr-vpn-globe:before {
    content: "\f5a7";
    }
        .fi-rr-vpn-laptop:before {
    content: "\f5a8";
    }
        .fi-rr-vpn-network:before {
    content: "\f5a9";
    }
        .fi-rr-vpn-shield:before {
    content: "\f5aa";
    }
        .fi-rr-vr-cardboard:before {
    content: "\f5ab";
    }
        .fi-rr-w:before {
    content: "\f5ac";
    }
        .fi-rr-waffle:before {
    content: "\f5ad";
    }
        .fi-rr-wagon-covered:before {
    content: "\f5ae";
    }
        .fi-rr-walker:before {
    content: "\f5af";
    }
        .fi-rr-walkie-talkie:before {
    content: "\f5b0";
    }
        .fi-rr-walking:before {
    content: "\f5b1";
    }
        .fi-rr-wallet:before {
    content: "\f5b2";
    }
        .fi-rr-wallet-arrow:before {
    content: "\f5b3";
    }
        .fi-rr-wallet-buyer:before {
    content: "\f5b4";
    }
        .fi-rr-wallet-change:before {
    content: "\f5b5";
    }
        .fi-rr-wallet-income:before {
    content: "\f5b6";
    }
        .fi-rr-wallet-money:before {
    content: "\f5b7";
    }
        .fi-rr-wallet-nft:before {
    content: "\f5b8";
    }
        .fi-rr-warehouse-alt:before {
    content: "\f5bb";
    }
        .fi-rr-warranty:before {
    content: "\f5bc";
    }
        .fi-rr-washer:before {
    content: "\f5bd";
    }
        .fi-rr-washing-dishes:before {
    content: "\f5be";
    }
        .fi-rr-waste:before {
    content: "\f5bf";
    }
        .fi-rr-waste-pollution:before {
    content: "\f5c0";
    }
        .fi-rr-watch:before {
    content: "\f5c1";
    }
        .fi-rr-watch-calculator:before {
    content: "\f5c2";
    }
        .fi-rr-watch-fitness:before {
    content: "\f5c3";
    }
        .fi-rr-watch-smart:before {
    content: "\f5c4";
    }
        .fi-rr-water:before {
    content: "\f5c5";
    }
        .fi-rr-water-bottle:before {
    content: "\f5c6";
    }
        .fi-rr-water-drop:before {
    content: "\f5c7";
    }
        .fi-rr-water-growth:before {
    content: "\f5c8";
    }
        .fi-rr-water-ladder:before {
    content: "\f5c9";
    }
        .fi-rr-water-lower:before {
    content: "\f5ca";
    }
        .fi-rr-water-rise:before {
    content: "\f5cb";
    }
        .fi-rr-water-ski:before {
    content: "\f5cc";
    }
        .fi-rr-watering-can-drop:before {
    content: "\f5cd";
    }
        .fi-rr-watering-can-plant:before {
    content: "\f5ce";
    }
        .fi-rr-watermelon:before {
    content: "\f5cf";
    }
        .fi-rr-waterpass:before {
    content: "\f5d1";
    }
        .fi-rr-waterpolo:before {
    content: "\f5d2";
    }
        .fi-rr-waterpolo-goal:before {
    content: "\f5d3";
    }
        .fi-rr-waterpolo-hand:before {
    content: "\f5d4";
    }
        .fi-rr-waterpolo-player:before {
    content: "\f5d5";
    }
        .fi-rr-wave:before {
    content: "\f5d6";
    }
        .fi-rr-wave-sine:before {
    content: "\f5d7";
    }
        .fi-rr-wave-square:before {
    content: "\f5d8";
    }
        .fi-rr-wave-triangle:before {
    content: "\f5d9";
    }
        .fi-rr-waveform:before {
    content: "\f5da";
    }
        .fi-rr-waveform-path:before {
    content: "\f5dc";
    }
        .fi-rr-weather-alert:before {
    content: "\f5dd";
    }
        .fi-rr-web-browser-bomb:before {
    content: "\f5e0";
    }
        .fi-rr-web-design:before {
    content: "\f5e1";
    }
        .fi-rr-web-management:before {
    content: "\f5e2";
    }
        .fi-rr-web-statistics:before {
    content: "\f5e3";
    }
        .fi-rr-web-test:before {
    content: "\f5e4";
    }
        .fi-rr-webcam:before {
    content: "\f5e5";
    }
        .fi-rr-webcam-slash:before {
    content: "\f5e6";
    }
        .fi-rr-webhook:before {
    content: "\f5e7";
    }
        .fi-rr-webinar:before {
    content: "\f5e8";
    }
        .fi-rr-webinar-play:before {
    content: "\f5e9";
    }
        .fi-rr-website-design:before {
    content: "\f5ea";
    }
        .fi-rr-website-layout:before {
    content: "\f5eb";
    }
        .fi-rr-website-speed:before {
    content: "\f5ec";
    }
        .fi-rr-website-structure:before {
    content: "\f5ed";
    }
        .fi-rr-wednesday:before {
    content: "\f5ee";
    }
        .fi-rr-weight-gain:before {
    content: "\f5ef";
    }
        .fi-rr-weight-loss:before {
    content: "\f5f0";
    }
        .fi-rr-welding:before {
    content: "\f5f1";
    }
        .fi-rr-wellbeing:before {
    content: "\f5f2";
    }
        .fi-rr-whale:before {
    content: "\f5f4";
    }
        .fi-rr-wheat:before {
    content: "\f5f8";
    }
        .fi-rr-wheat-awn:before {
    content: "\f5f9";
    }
        .fi-rr-wheat-awn-circle-exclamation:before {
    content: "\f5fa";
    }
        .fi-rr-wheat-awn-slash:before {
    content: "\f5fb";
    }
        .fi-rr-wheat-slash:before {
    content: "\f5fc";
    }
        .fi-rr-wheelchair:before {
    content: "\f5fd";
    }
        .fi-rr-wheelchair-move:before {
    content: "\f5fe";
    }
        .fi-rr-wheelchair-sleeping:before {
    content: "\f5ff";
    }
        .fi-rr-whistle:before {
    content: "\f600";
    }
        .fi-rr-white-space:before {
    content: "\f601";
    }
        .fi-rr-wifi:before {
    content: "\f602";
    }
        .fi-rr-wifi-1:before {
    content: "\f603";
    }
        .fi-rr-wifi-2:before {
    content: "\f604";
    }
        .fi-rr-wifi-alt:before {
    content: "\f605";
    }
        .fi-rr-wifi-exclamation:before {
    content: "\f606";
    }
        .fi-rr-wifi-hotspot:before {
    content: "\f607";
    }
        .fi-rr-wifi-lock:before {
    content: "\f608";
    }
        .fi-rr-wifi-password:before {
    content: "\f609";
    }
        .fi-rr-wifi-slash:before {
    content: "\f60a";
    }
        .fi-rr-wifi-xmark:before {
    content: "\f60b";
    }
        .fi-rr-wildfire:before {
    content: "\f60d";
    }
        .fi-rr-wind:before {
    content: "\f60e";
    }
        .fi-rr-wind-turbine:before {
    content: "\f60f";
    }
        .fi-rr-wind-warning:before {
    content: "\f610";
    }
        .fi-rr-window-alt:before {
    content: "\f612";
    }
        .fi-rr-window-frame:before {
    content: "\f613";
    }
        .fi-rr-window-frame-open:before {
    content: "\f614";
    }
        .fi-rr-window-maximize:before {
    content: "\f615";
    }
        .fi-rr-window-minimize:before {
    content: "\f616";
    }
        .fi-rr-window-restore:before {
    content: "\f617";
    }
        .fi-rr-windsock:before {
    content: "\f619";
    }
        .fi-rr-windsurf:before {
    content: "\f61a";
    }
        .fi-rr-wine-bottle:before {
    content: "\f61b";
    }
        .fi-rr-wine-glass-crack:before {
    content: "\f61c";
    }
        .fi-rr-wine-glass-empty:before {
    content: "\f61d";
    }
        .fi-rr-wings-box:before {
    content: "\f61e";
    }
        .fi-rr-wireless-mouse:before {
    content: "\f620";
    }
        .fi-rr-wisdom:before {
    content: "\f621";
    }
        .fi-rr-wishlist-heart:before {
    content: "\f622";
    }
        .fi-rr-wishlist-star:before {
    content: "\f623";
    }
        .fi-rr-witness:before {
    content: "\f624";
    }
        .fi-rr-woman-head:before {
    content: "\f626";
    }
        .fi-rr-woman-scientist:before {
    content: "\f627";
    }
        .fi-rr-women-swimsuit:before {
    content: "\f628";
    }
        .fi-rr-won-sign:before {
    content: "\f629";
    }
        .fi-rr-work-in-progress:before {
    content: "\f62b";
    }
        .fi-rr-workflow:before {
    content: "\f62c";
    }
        .fi-rr-workflow-alt:before {
    content: "\f62d";
    }
        .fi-rr-workflow-setting:before {
    content: "\f62e";
    }
        .fi-rr-workflow-setting-alt:before {
    content: "\f62f";
    }
        .fi-rr-workshop:before {
    content: "\f631";
    }
        .fi-rr-workwear:before {
    content: "\f632";
    }
        .fi-rr-world:before {
    content: "\f633";
    }
        .fi-rr-world-megaphone:before {
    content: "\f634";
    }
        .fi-rr-worldwide-network:before {
    content: "\f635";
    }
        .fi-rr-worm:before {
    content: "\f636";
    }
        .fi-rr-wrap:before {
    content: "\f637";
    }
        .fi-rr-wreath:before {
    content: "\f638";
    }
        .fi-rr-wrench-alt:before {
    content: "\f639";
    }
        .fi-rr-wrench-simple:before {
    content: "\f63a";
    }
        .fi-rr-writing:before {
    content: "\f63b";
    }
        .fi-rr-x:before {
    content: "\f63e";
    }
        .fi-rr-x-ray:before {
    content: "\f63f";
    }
        .fi-rr-y:before {
    content: "\f642";
    }
        .fi-rr-y2k:before {
    content: "\f643";
    }
        .fi-rr-yen:before {
    content: "\f647";
    }
        .fi-rr-yin-yang:before {
    content: "\f648";
    }
        .fi-rr-yoga-ball:before {
    content: "\f64b";
    }
        .fi-rr-yoga-ball-exercise:before {
    content: "\f64c";
    }
        .fi-rr-yoga-ball-mat:before {
    content: "\f64d";
    }
        .fi-rr-yoga-mat:before {
    content: "\f64e";
    }
        .fi-rr-yoga-moon:before {
    content: "\f64f";
    }
        .fi-rr-yoga-posture:before {
    content: "\f650";
    }
        .fi-rr-yogurt:before {
    content: "\f651";
    }
        .fi-rr-z:before {
    content: "\f655";
    }
        .fi-rr-zero-percent:before {
    content: "\f656";
    }
        .fi-rr-zip-file:before {
    content: "\f657";
    }
        .fi-rr-zipper:before {
    content: "\f658";
    }
        .fi-rr-zoom-in:before {
    content: "\f65a";
    }
        .fi-rr-zoom-out:before {
    content: "\f65b";
    }
.col-xxs-1,.col-xxs-10,.col-xxs-11,.col-xxs-12,.col-xxs-2,.col-xxs-3,.col-xxs-4,.col-xxs-5,.col-xxs-6,.col-xxs-7,.col-xxs-8,.col-xxs-9,.col-xxxs-1,.col-xxxs-10,.col-xxxs-11,.col-xxxs-12,.col-xxxs-2,.col-xxxs-3,.col-xxxs-4,.col-xxxs-5,.col-xxxs-6,.col-xxxs-7,.col-xxxs-8,.col-xxxs-9,.col-xxs-17,.col-xxxs-17{position:relative;min-height:1px;padding-right:15px;padding-left:15px;float:left}@media (max-width: 640px){.col-xxs-pull-12{right:100%}.col-xxs-pull-11{right:91.66666667%}.col-xxs-pull-10{right:83.33333333%}.col-xxs-pull-9{right:75%}.col-xxs-pull-8{right:66.66666667%}.col-xxs-pull-7{right:58.33333333%}.col-xxs-pull-6{right:50%}.col-xxs-pull-5{right:41.66666667%}.col-xxs-pull-4{right:33.33333333%}.col-xxs-pull-3{right:25%}.col-xxs-pull-2{right:16.66666667%}.col-xxs-pull-1{right:8.33333333%}.col-xxs-pull-0{right:auto}.col-xxs-push-12{left:100%}.col-xxs-push-11{left:91.66666667%}.col-xxs-push-10{left:83.33333333%}.col-xxs-push-9{left:75%}.col-xxs-push-8{left:66.66666667%}.col-xxs-push-7{left:58.33333333%}.col-xxs-push-6{left:50%}.col-xxs-push-5{left:41.66666667%}.col-xxs-push-4{left:33.33333333%}.col-xxs-push-3{left:25%}.col-xxs-push-2{left:16.66666667%}.col-xxs-push-1{left:8.33333333%}.col-xxs-push-0{left:auto}.col-xxs-offset-12{margin-left:100%}.col-xxs-offset-11{margin-left:91.66666667%}.col-xxs-offset-10{margin-left:83.33333333%}.col-xxs-offset-9{margin-left:75%}.col-xxs-offset-8{margin-left:66.66666667%}.col-xxs-offset-7{margin-left:58.33333333%}.col-xxs-offset-6{margin-left:50%}.col-xxs-offset-5{margin-left:41.66666667%}.col-xxs-offset-4{margin-left:33.33333333%}.col-xxs-offset-3{margin-left:25%}.col-xxs-offset-2{margin-left:16.66666667%}.col-xxs-offset-1{margin-left:8.33333333%}.col-xxs-offset-0{margin-left:0}.col-xxs-1{width:8.33333333%}.col-xxs-2{width:16.66666667%}.col-xxs-3{width:25%}.col-xxs-4{width:33.33333333%}.col-xxs-5{width:41.66666667%}.col-xxs-6{width:50%}.col-xxs-7{width:58.33333333%}.col-xxs-8{width:66.66666667%}.col-xxs-9{width:75%}.col-xxs-10{width:83.33333333%}.col-xxs-11{width:91.66666667%}.col-xxs-12{width:100%}.col-xxs-17{width:14.285714285%}}@media (max-width: 420px){.col-xxxs-pull-12{right:100%}.col-xxxs-pull-11{right:91.66666667%}.col-xxxs-pull-10{right:83.33333333%}.col-xxxs-pull-9{right:75%}.col-xxxs-pull-8{right:66.66666667%}.col-xxxs-pull-7{right:58.33333333%}.col-xxxs-pull-6{right:50%}.col-xxxs-pull-5{right:41.66666667%}.col-xxxs-pull-4{right:33.33333333%}.col-xxxs-pull-3{right:25%}.col-xxxs-pull-2{right:16.66666667%}.col-xxxs-pull-1{right:8.33333333%}.col-xxxs-pull-0{right:auto}.col-xxxs-push-12{left:100%}.col-xxxs-push-11{left:91.66666667%}.col-xxxs-push-10{left:83.33333333%}.col-xxxs-push-9{left:75%}.col-xxxs-push-8{left:66.66666667%}.col-xxxs-push-7{left:58.33333333%}.col-xxxs-push-6{left:50%}.col-xxxs-push-5{left:41.66666667%}.col-xxxs-push-4{left:33.33333333%}.col-xxxs-push-3{left:25%}.col-xxxs-push-2{left:16.66666667%}.col-xxxs-push-1{left:8.33333333%}.col-xxxs-push-0{left:auto}.col-xxxs-offset-12{margin-left:100%}.col-xxxs-offset-11{margin-left:91.66666667%}.col-xxxs-offset-10{margin-left:83.33333333%}.col-xxxs-offset-9{margin-left:75%}.col-xxxs-offset-8{margin-left:66.66666667%}.col-xxxs-offset-7{margin-left:58.33333333%}.col-xxxs-offset-6{margin-left:50%}.col-xxxs-offset-5{margin-left:41.66666667%}.col-xxxs-offset-4{margin-left:33.33333333%}.col-xxxs-offset-3{margin-left:25%}.col-xxxs-offset-2{margin-left:16.66666667%}.col-xxxs-offset-1{margin-left:8.33333333%}.col-xxxs-offset-0{margin-left:0}.col-xxxs-1{width:8.33333333%}.col-xxxs-2{width:16.66666667%}.col-xxxs-3{width:25%}.col-xxxs-4{width:33.33333333%}.col-xxxs-5{width:41.66666667%}.col-xxxs-6{width:50%}.col-xxxs-7{width:58.33333333%}.col-xxxs-8{width:66.66666667%}.col-xxxs-9{width:75%}.col-xxxs-10{width:83.33333333%}.col-xxxs-11{width:91.66666667%}.col-xxxs-12{width:100%}.col-xxxs-17{width:14.285714285%}}.col-xxxs-100,.col-xxs-100,.col-xs-100,.col-sm-100,.col-md-100,.col-lg-100{position:relative;min-height:1px;padding-right:10px;padding-left:10px}.col-xxxs-15,.col-xxs-15,.col-xs-15,.col-sm-15,.col-md-15,.col-lg-15{position:relative;min-height:1px;padding-right:10px;padding-left:10px}.col-xxxs-17,.col-xxs-17,.col-xs-17,.col-sm-17,.col-md-17,.col-lg-17{position:relative;min-height:1px;padding-right:10px;padding-left:10px}.col-xs-100{width:10%;float:left}.col-xs-15{width:20%;float:left}.col-xs-17{width:14.285714285%;float:left}@media (max-width: 640px){.col-xxs-15{width:20%;float:left}.col-xxs-100{width:10%;float:left}.col-xxs-17{width:14.285714285%;float:left}}@media (max-width: 420px){.col-xxxs-15{width:20%;float:left}.col-xxxs-100{width:10%;float:left}.col-xxxs-17{width:14.285714285%;float:left}}@media (min-width: 768px){.col-sm-15{width:20%;float:left}.col-sm-100{width:10%;float:left}.col-sm-17{width:14.285714285%;float:left}}@media (min-width: 992px){.col-md-15{width:20%;float:left}.col-md-100{width:10%;float:left}.col-md-17{width:14.285714285%;float:left}}@media (min-width: 1200px){.col-lg-15{width:20%;float:left}.col-lg-100{width:10%;float:left}.col-lg-17{width:14.285714285%;float:left}}@charset "UTF-8";
/*
   * Bootstrap  v5.3.3 (https://getbootstrap.com/)
   * Copyright 2011-2024 The Bootstrap Authors
   * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
   */:root,[data-bs-theme="light"]{--bs-blue: #0d6efd;--bs-indigo: #6610f2;--bs-purple: #6f42c1;--bs-pink: #d63384;--bs-red: #dc3545;--bs-orange: #fd7e14;--bs-yellow: #ffc107;--bs-green: #198754;--bs-teal: #20c997;--bs-cyan: #0dcaf0;--bs-black: #000;--bs-white: #fff;--bs-gray: #6c757d;--bs-gray-dark: #343a40;--bs-gray-100: #f8f9fa;--bs-gray-200: #e9ecef;--bs-gray-300: #dee2e6;--bs-gray-400: #ced4da;--bs-gray-500: #adb5bd;--bs-gray-600: #6c757d;--bs-gray-700: #495057;--bs-gray-800: #343a40;--bs-gray-900: #212529;--bs-primary: #003346;--bs-secondary: #f05a40;--bs-success: #198754;--bs-info: #0dcaf0;--bs-warning: #ffc107;--bs-danger: #dc3545;--bs-light: #f8f9fa;--bs-dark: #212529;--bs-primary-rgb: 0, 51, 70;--bs-secondary-rgb: 240, 90, 64;--bs-success-rgb: 25, 135, 84;--bs-info-rgb: 13, 202, 240;--bs-warning-rgb: 255, 193, 7;--bs-danger-rgb: 220, 53, 69;--bs-light-rgb: 248, 249, 250;--bs-dark-rgb: 33, 37, 41;--bs-primary-text-emphasis: #00141c;--bs-secondary-text-emphasis: #60241a;--bs-success-text-emphasis: #0a3622;--bs-info-text-emphasis: #055160;--bs-warning-text-emphasis: #664d03;--bs-danger-text-emphasis: #58151c;--bs-light-text-emphasis: #495057;--bs-dark-text-emphasis: #495057;--bs-primary-bg-subtle: #ccd6da;--bs-secondary-bg-subtle: #fcded9;--bs-success-bg-subtle: #d1e7dd;--bs-info-bg-subtle: #cff4fc;--bs-warning-bg-subtle: #fff3cd;--bs-danger-bg-subtle: #f8d7da;--bs-light-bg-subtle: #fcfcfd;--bs-dark-bg-subtle: #ced4da;--bs-primary-border-subtle: #99adb5;--bs-secondary-border-subtle: #f9bdb3;--bs-success-border-subtle: #a3cfbb;--bs-info-border-subtle: #9eeaf9;--bs-warning-border-subtle: #ffe69c;--bs-danger-border-subtle: #f1aeb5;--bs-light-border-subtle: #e9ecef;--bs-dark-border-subtle: #adb5bd;--bs-white-rgb: 255, 255, 255;--bs-black-rgb: 0, 0, 0;--bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));--bs-body-font-family: var(--bs-font-sans-serif);--bs-body-font-size:1rem;--bs-body-font-weight: 400;--bs-body-line-height: 1.5;--bs-body-color: #212529;--bs-body-color-rgb: 33, 37, 41;--bs-body-bg: #fff;--bs-body-bg-rgb: 255, 255, 255;--bs-emphasis-color: #000;--bs-emphasis-color-rgb: 0, 0, 0;--bs-secondary-color: rgba(33, 37, 41, 0.75);--bs-secondary-color-rgb: 33, 37, 41;--bs-secondary-bg: #e9ecef;--bs-secondary-bg-rgb: 233, 236, 239;--bs-tertiary-color: rgba(33, 37, 41, 0.5);--bs-tertiary-color-rgb: 33, 37, 41;--bs-tertiary-bg: #f8f9fa;--bs-tertiary-bg-rgb: 248, 249, 250;--bs-heading-color: inherit;--bs-link-color: #003346;--bs-link-color-rgb: 0, 51, 70;--bs-link-decoration: underline;--bs-link-hover-color: #002938;--bs-link-hover-color-rgb: 0, 41, 56;--bs-code-color: #d63384;--bs-highlight-color: #212529;--bs-highlight-bg: #fff3cd;--bs-border-width: 1px;--bs-border-style: solid;--bs-border-color: #dee2e6;--bs-border-color-translucent: rgba(0, 0, 0, 0.175);--bs-border-radius: 0.375rem;--bs-border-radius-sm: 0.25rem;--bs-border-radius-lg: 0.5rem;--bs-border-radius-xl: 1rem;--bs-border-radius-xxl: 2rem;--bs-border-radius-2xl: var(--bs-border-radius-xxl);--bs-border-radius-pill: 50rem;--bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);--bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);--bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);--bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);--bs-focus-ring-width: 0.25rem;--bs-focus-ring-opacity: 0.25;--bs-focus-ring-color: rgba(0, 51, 70, 0.25);--bs-form-valid-color: #198754;--bs-form-valid-border-color: #198754;--bs-form-invalid-color: #dc3545;--bs-form-invalid-border-color: #dc3545}[data-bs-theme="dark"]{color-scheme:dark;--bs-body-color: #dee2e6;--bs-body-color-rgb: 222, 226, 230;--bs-body-bg: #212529;--bs-body-bg-rgb: 33, 37, 41;--bs-emphasis-color: #fff;--bs-emphasis-color-rgb: 255, 255, 255;--bs-secondary-color: rgba(222, 226, 230, 0.75);--bs-secondary-color-rgb: 222, 226, 230;--bs-secondary-bg: #343a40;--bs-secondary-bg-rgb: 52, 58, 64;--bs-tertiary-color: rgba(222, 226, 230, 0.5);--bs-tertiary-color-rgb: 222, 226, 230;--bs-tertiary-bg: #2b3035;--bs-tertiary-bg-rgb: 43, 48, 53;--bs-primary-text-emphasis: #668590;--bs-secondary-text-emphasis: #f69c8c;--bs-success-text-emphasis: #75b798;--bs-info-text-emphasis: #6edff6;--bs-warning-text-emphasis: #ffda6a;--bs-danger-text-emphasis: #ea868f;--bs-light-text-emphasis: #f8f9fa;--bs-dark-text-emphasis: #dee2e6;--bs-primary-bg-subtle: #000a0e;--bs-secondary-bg-subtle: #30120d;--bs-success-bg-subtle: #051b11;--bs-info-bg-subtle: #032830;--bs-warning-bg-subtle: #332701;--bs-danger-bg-subtle: #2c0b0e;--bs-light-bg-subtle: #343a40;--bs-dark-bg-subtle: #1a1d20;--bs-primary-border-subtle: #001f2a;--bs-secondary-border-subtle: #903626;--bs-success-border-subtle: #0f5132;--bs-info-border-subtle: #087990;--bs-warning-border-subtle: #997404;--bs-danger-border-subtle: #842029;--bs-light-border-subtle: #495057;--bs-dark-border-subtle: #343a40;--bs-heading-color: inherit;--bs-link-color: #668590;--bs-link-hover-color: #859da6;--bs-link-color-rgb: 102, 133, 144;--bs-link-hover-color-rgb: 133, 157, 166;--bs-code-color: #e685b5;--bs-highlight-color: #dee2e6;--bs-highlight-bg: #664d03;--bs-border-color: #495057;--bs-border-color-translucent: rgba(255, 255, 255, 0.15);--bs-form-valid-color: #75b798;--bs-form-valid-border-color: #75b798;--bs-form-invalid-color: #ea868f;--bs-form-invalid-border-color: #ea868f}*,*::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;border:0;border-top:var(--bs-border-width) solid;opacity:0.25}h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6{margin-top:0;margin-bottom:0.5rem;font-weight:500;line-height:1.2;color:var(--bs-heading-color)}h1,.h1{font-size:calc(1.375rem + 1.5vw)}@media (min-width:1200px){h1,.h1{font-size:2.5rem}}h2,.h2{font-size:calc(1.325rem + 0.9vw)}@media (min-width:1200px){h2,.h2{font-size:2rem}}h3,.h3{font-size:calc(1.3rem + 0.6vw)}@media (min-width:1200px){h3,.h3{font-size:1.75rem}}h4,.h4{font-size:calc(1.275rem + 0.3vw)}@media (min-width:1200px){h4,.h4{font-size:1.5rem}}h5,.h5{font-size:1.25rem}h6,.h6{font-size:1rem}p{margin-top:0;margin-bottom:1rem}abbr[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:0.5rem;margin-left:0}blockquote{margin:0 0 1rem}b,strong{font-weight:bolder}small,.small{font-size:0.875em}mark,.mark{padding:0.1875em;color:var(--bs-highlight-color);background-color:var(--bs-highlight-bg)}sub,sup{position:relative;font-size:0.75em;line-height:0;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}a{color:rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));text-decoration:underline}a:hover{--bs-link-color-rgb: var(--bs-link-hover-color-rgb)}a:not([href]):not([class]),a:not([href]):not([class]):hover{color:inherit;text-decoration:none}pre,code,kbd,samp{font-family:var(--bs-font-monospace);font-size:1em}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:var(--bs-code-color);word-wrap:break-word}a>code{color:inherit}kbd{padding:0.1875rem 0.375rem;font-size:0.875em;color:var(--bs-body-bg);background-color:var(--bs-body-color);border-radius:0.25rem}kbd kbd{padding:0;font-size:1em}figure{margin:0 0 1rem}img,svg{vertical-align:middle}table{caption-side:bottom;border-collapse:collapse}caption{padding-top:0.5rem;padding-bottom:0.5rem;color:var(--bs-secondary-color);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]:not([type="date"]):not([type="datetime-local"]):not([type="month"]):not([type="week"]):not([type="time"])::-webkit-calendar-picker-indicator{display:none !important}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:0.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"]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-color-swatch-wrapper{padding:0}::file-selector-button{font:inherit;-webkit-appearance:button}output{display:inline-block}iframe{border:0}summary{display:list-item;cursor:pointer}progress{vertical-align:baseline}[hidden]{display:none !important}.lead{font-size:1.25rem;font-weight:300}.display-1{font-size:calc(1.625rem + 4.5vw);font-weight:300;line-height:1.2}@media (min-width:1200px){.display-1{font-size:5rem}}.display-2{font-size:calc(1.575rem + 3.9vw);font-weight:300;line-height:1.2}@media (min-width:1200px){.display-2{font-size:4.5rem}}.display-3{font-size:calc(1.525rem + 3.3vw);font-weight:300;line-height:1.2}@media (min-width:1200px){.display-3{font-size:4rem}}.display-4{font-size:calc(1.475rem + 2.7vw);font-weight:300;line-height:1.2}@media (min-width:1200px){.display-4{font-size:3.5rem}}.display-5{font-size:calc(1.425rem + 2.1vw);font-weight:300;line-height:1.2}@media (min-width:1200px){.display-5{font-size:3rem}}.display-6{font-size:calc(1.375rem + 1.5vw);font-weight:300;line-height:1.2}@media (min-width:1200px){.display-6{font-size:2.5rem}}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;list-style:none}.list-inline-item{display:inline-block}.list-inline-item:not(:last-child){margin-right:0.5rem}.initialism{font-size:0.875em;text-transform:uppercase}.blockquote{margin-bottom:1rem;font-size:1.25rem}.blockquote>:last-child{margin-bottom:0}.blockquote-footer{margin-top:-1rem;margin-bottom:1rem;font-size:0.875em;color:#6c757d}.blockquote-footer::before{content:"— "}.img-fluid{max-width:100%;height:auto}.img-thumbnail{padding:0.25rem;background-color:var(--bs-body-bg);border:var(--bs-border-width) solid var(--bs-border-color);border-radius:var(--bs-border-radius);max-width:100%;height:auto}.figure{display:inline-block}.figure-img{margin-bottom:0.5rem;line-height:1}.figure-caption{font-size:0.875em;color:var(--bs-secondary-color)}.container,.container-fluid,.container-sm,.container-md,.container-lg,.container-xl,.container-xxl{--bs-gutter-x: 1.5rem;--bs-gutter-y: 0;width:100%;padding-right:calc(var(--bs-gutter-x) * .5);padding-left:calc(var(--bs-gutter-x) * .5);margin-right:auto;margin-left:auto}@media (min-width:576px){.container,.container-sm{max-width:540px}}@media (min-width:768px){.container,.container-sm,.container-md{max-width:720px}}@media (min-width:992px){.container,.container-sm,.container-md,.container-lg{max-width:960px}}@media (min-width:1200px){.container,.container-sm,.container-md,.container-lg,.container-xl{max-width:1140px}}@media (min-width:1400px){.container,.container-sm,.container-md,.container-lg,.container-xl,.container-xxl{max-width:1320px}}:root{--bs-breakpoint-xs: 0;--bs-breakpoint-sm: 576px;--bs-breakpoint-md: 768px;--bs-breakpoint-lg: 992px;--bs-breakpoint-xl: 1200px;--bs-breakpoint-xxl: 1400px}.row{--bs-gutter-x: 1.5rem;--bs-gutter-y: 0;display:flex;flex-wrap:wrap;margin-top:calc(-1 * var(--bs-gutter-y));margin-right:calc(-.5 * var(--bs-gutter-x));margin-left:calc(-.5 * var(--bs-gutter-x))}.row>*{flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--bs-gutter-x) * .5);padding-left:calc(var(--bs-gutter-x) * .5);margin-top:var(--bs-gutter-y)}.col{flex:1 0 0%}.row-cols-auto>*{flex:0 0 auto;width:auto}.row-cols-1>*{flex:0 0 auto;width:100%}.row-cols-2>*{flex:0 0 auto;width:50%}.row-cols-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-4>*{flex:0 0 auto;width:25%}.row-cols-5>*{flex:0 0 auto;width:20%}.row-cols-6>*{flex:0 0 auto;width:16.66666667%}.col-auto{flex:0 0 auto;width:auto}.col-1{flex:0 0 auto;width:8.33333333%}.col-2{flex:0 0 auto;width:16.66666667%}.col-3{flex:0 0 auto;width:25%}.col-4{flex:0 0 auto;width:33.33333333%}.col-5{flex:0 0 auto;width:41.66666667%}.col-6{flex:0 0 auto;width:50%}.col-7{flex:0 0 auto;width:58.33333333%}.col-8{flex:0 0 auto;width:66.66666667%}.col-9{flex:0 0 auto;width:75%}.col-10{flex:0 0 auto;width:83.33333333%}.col-11{flex:0 0 auto;width:91.66666667%}.col-12{flex:0 0 auto;width:100%}.offset-1{margin-left:8.33333333%}.offset-2{margin-left:16.66666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.33333333%}.offset-5{margin-left:41.66666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.33333333%}.offset-8{margin-left:66.66666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.33333333%}.offset-11{margin-left:91.66666667%}.g-0,.gx-0{--bs-gutter-x: 0}.g-0,.gy-0{--bs-gutter-y: 0}.g-1,.gx-1{--bs-gutter-x: 0.25rem}.g-1,.gy-1{--bs-gutter-y: 0.25rem}.g-2,.gx-2{--bs-gutter-x: 0.5rem}.g-2,.gy-2{--bs-gutter-y: 0.5rem}.g-3,.gx-3{--bs-gutter-x: 1rem}.g-3,.gy-3{--bs-gutter-y: 1rem}.g-4,.gx-4{--bs-gutter-x: 1.5rem}.g-4,.gy-4{--bs-gutter-y: 1.5rem}.g-5,.gx-5{--bs-gutter-x: 3rem}.g-5,.gy-5{--bs-gutter-y: 3rem}@media (min-width:576px){.col-sm{flex:1 0 0%}.row-cols-sm-auto>*{flex:0 0 auto;width:auto}.row-cols-sm-1>*{flex:0 0 auto;width:100%}.row-cols-sm-2>*{flex:0 0 auto;width:50%}.row-cols-sm-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-sm-4>*{flex:0 0 auto;width:25%}.row-cols-sm-5>*{flex:0 0 auto;width:20%}.row-cols-sm-6>*{flex:0 0 auto;width:16.66666667%}.col-sm-auto{flex:0 0 auto;width:auto}.col-sm-1{flex:0 0 auto;width:8.33333333%}.col-sm-2{flex:0 0 auto;width:16.66666667%}.col-sm-3{flex:0 0 auto;width:25%}.col-sm-4{flex:0 0 auto;width:33.33333333%}.col-sm-5{flex:0 0 auto;width:41.66666667%}.col-sm-6{flex:0 0 auto;width:50%}.col-sm-7{flex:0 0 auto;width:58.33333333%}.col-sm-8{flex:0 0 auto;width:66.66666667%}.col-sm-9{flex:0 0 auto;width:75%}.col-sm-10{flex:0 0 auto;width:83.33333333%}.col-sm-11{flex:0 0 auto;width:91.66666667%}.col-sm-12{flex:0 0 auto;width:100%}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.33333333%}.offset-sm-2{margin-left:16.66666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.33333333%}.offset-sm-5{margin-left:41.66666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.33333333%}.offset-sm-8{margin-left:66.66666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.33333333%}.offset-sm-11{margin-left:91.66666667%}.g-sm-0,.gx-sm-0{--bs-gutter-x: 0}.g-sm-0,.gy-sm-0{--bs-gutter-y: 0}.g-sm-1,.gx-sm-1{--bs-gutter-x: 0.25rem}.g-sm-1,.gy-sm-1{--bs-gutter-y: 0.25rem}.g-sm-2,.gx-sm-2{--bs-gutter-x: 0.5rem}.g-sm-2,.gy-sm-2{--bs-gutter-y: 0.5rem}.g-sm-3,.gx-sm-3{--bs-gutter-x: 1rem}.g-sm-3,.gy-sm-3{--bs-gutter-y: 1rem}.g-sm-4,.gx-sm-4{--bs-gutter-x: 1.5rem}.g-sm-4,.gy-sm-4{--bs-gutter-y: 1.5rem}.g-sm-5,.gx-sm-5{--bs-gutter-x: 3rem}.g-sm-5,.gy-sm-5{--bs-gutter-y: 3rem}}@media (min-width:768px){.col-md{flex:1 0 0%}.row-cols-md-auto>*{flex:0 0 auto;width:auto}.row-cols-md-1>*{flex:0 0 auto;width:100%}.row-cols-md-2>*{flex:0 0 auto;width:50%}.row-cols-md-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-md-4>*{flex:0 0 auto;width:25%}.row-cols-md-5>*{flex:0 0 auto;width:20%}.row-cols-md-6>*{flex:0 0 auto;width:16.66666667%}.col-md-auto{flex:0 0 auto;width:auto}.col-md-1{flex:0 0 auto;width:8.33333333%}.col-md-2{flex:0 0 auto;width:16.66666667%}.col-md-3{flex:0 0 auto;width:25%}.col-md-4{flex:0 0 auto;width:33.33333333%}.col-md-5{flex:0 0 auto;width:41.66666667%}.col-md-6{flex:0 0 auto;width:50%}.col-md-7{flex:0 0 auto;width:58.33333333%}.col-md-8{flex:0 0 auto;width:66.66666667%}.col-md-9{flex:0 0 auto;width:75%}.col-md-10{flex:0 0 auto;width:83.33333333%}.col-md-11{flex:0 0 auto;width:91.66666667%}.col-md-12{flex:0 0 auto;width:100%}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.33333333%}.offset-md-2{margin-left:16.66666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.33333333%}.offset-md-5{margin-left:41.66666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.33333333%}.offset-md-8{margin-left:66.66666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.33333333%}.offset-md-11{margin-left:91.66666667%}.g-md-0,.gx-md-0{--bs-gutter-x: 0}.g-md-0,.gy-md-0{--bs-gutter-y: 0}.g-md-1,.gx-md-1{--bs-gutter-x: 0.25rem}.g-md-1,.gy-md-1{--bs-gutter-y: 0.25rem}.g-md-2,.gx-md-2{--bs-gutter-x: 0.5rem}.g-md-2,.gy-md-2{--bs-gutter-y: 0.5rem}.g-md-3,.gx-md-3{--bs-gutter-x: 1rem}.g-md-3,.gy-md-3{--bs-gutter-y: 1rem}.g-md-4,.gx-md-4{--bs-gutter-x: 1.5rem}.g-md-4,.gy-md-4{--bs-gutter-y: 1.5rem}.g-md-5,.gx-md-5{--bs-gutter-x: 3rem}.g-md-5,.gy-md-5{--bs-gutter-y: 3rem}}@media (min-width:992px){.col-lg{flex:1 0 0%}.row-cols-lg-auto>*{flex:0 0 auto;width:auto}.row-cols-lg-1>*{flex:0 0 auto;width:100%}.row-cols-lg-2>*{flex:0 0 auto;width:50%}.row-cols-lg-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-lg-4>*{flex:0 0 auto;width:25%}.row-cols-lg-5>*{flex:0 0 auto;width:20%}.row-cols-lg-6>*{flex:0 0 auto;width:16.66666667%}.col-lg-auto{flex:0 0 auto;width:auto}.col-lg-1{flex:0 0 auto;width:8.33333333%}.col-lg-2{flex:0 0 auto;width:16.66666667%}.col-lg-3{flex:0 0 auto;width:25%}.col-lg-4{flex:0 0 auto;width:33.33333333%}.col-lg-5{flex:0 0 auto;width:41.66666667%}.col-lg-6{flex:0 0 auto;width:50%}.col-lg-7{flex:0 0 auto;width:58.33333333%}.col-lg-8{flex:0 0 auto;width:66.66666667%}.col-lg-9{flex:0 0 auto;width:75%}.col-lg-10{flex:0 0 auto;width:83.33333333%}.col-lg-11{flex:0 0 auto;width:91.66666667%}.col-lg-12{flex:0 0 auto;width:100%}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.33333333%}.offset-lg-2{margin-left:16.66666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.33333333%}.offset-lg-5{margin-left:41.66666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.33333333%}.offset-lg-8{margin-left:66.66666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.33333333%}.offset-lg-11{margin-left:91.66666667%}.g-lg-0,.gx-lg-0{--bs-gutter-x: 0}.g-lg-0,.gy-lg-0{--bs-gutter-y: 0}.g-lg-1,.gx-lg-1{--bs-gutter-x: 0.25rem}.g-lg-1,.gy-lg-1{--bs-gutter-y: 0.25rem}.g-lg-2,.gx-lg-2{--bs-gutter-x: 0.5rem}.g-lg-2,.gy-lg-2{--bs-gutter-y: 0.5rem}.g-lg-3,.gx-lg-3{--bs-gutter-x: 1rem}.g-lg-3,.gy-lg-3{--bs-gutter-y: 1rem}.g-lg-4,.gx-lg-4{--bs-gutter-x: 1.5rem}.g-lg-4,.gy-lg-4{--bs-gutter-y: 1.5rem}.g-lg-5,.gx-lg-5{--bs-gutter-x: 3rem}.g-lg-5,.gy-lg-5{--bs-gutter-y: 3rem}}@media (min-width:1200px){.col-xl{flex:1 0 0%}.row-cols-xl-auto>*{flex:0 0 auto;width:auto}.row-cols-xl-1>*{flex:0 0 auto;width:100%}.row-cols-xl-2>*{flex:0 0 auto;width:50%}.row-cols-xl-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-xl-4>*{flex:0 0 auto;width:25%}.row-cols-xl-5>*{flex:0 0 auto;width:20%}.row-cols-xl-6>*{flex:0 0 auto;width:16.66666667%}.col-xl-auto{flex:0 0 auto;width:auto}.col-xl-1{flex:0 0 auto;width:8.33333333%}.col-xl-2{flex:0 0 auto;width:16.66666667%}.col-xl-3{flex:0 0 auto;width:25%}.col-xl-4{flex:0 0 auto;width:33.33333333%}.col-xl-5{flex:0 0 auto;width:41.66666667%}.col-xl-6{flex:0 0 auto;width:50%}.col-xl-7{flex:0 0 auto;width:58.33333333%}.col-xl-8{flex:0 0 auto;width:66.66666667%}.col-xl-9{flex:0 0 auto;width:75%}.col-xl-10{flex:0 0 auto;width:83.33333333%}.col-xl-11{flex:0 0 auto;width:91.66666667%}.col-xl-12{flex:0 0 auto;width:100%}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.33333333%}.offset-xl-2{margin-left:16.66666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.33333333%}.offset-xl-5{margin-left:41.66666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.33333333%}.offset-xl-8{margin-left:66.66666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.33333333%}.offset-xl-11{margin-left:91.66666667%}.g-xl-0,.gx-xl-0{--bs-gutter-x: 0}.g-xl-0,.gy-xl-0{--bs-gutter-y: 0}.g-xl-1,.gx-xl-1{--bs-gutter-x: 0.25rem}.g-xl-1,.gy-xl-1{--bs-gutter-y: 0.25rem}.g-xl-2,.gx-xl-2{--bs-gutter-x: 0.5rem}.g-xl-2,.gy-xl-2{--bs-gutter-y: 0.5rem}.g-xl-3,.gx-xl-3{--bs-gutter-x: 1rem}.g-xl-3,.gy-xl-3{--bs-gutter-y: 1rem}.g-xl-4,.gx-xl-4{--bs-gutter-x: 1.5rem}.g-xl-4,.gy-xl-4{--bs-gutter-y: 1.5rem}.g-xl-5,.gx-xl-5{--bs-gutter-x: 3rem}.g-xl-5,.gy-xl-5{--bs-gutter-y: 3rem}}@media (min-width:1400px){.col-xxl{flex:1 0 0%}.row-cols-xxl-auto>*{flex:0 0 auto;width:auto}.row-cols-xxl-1>*{flex:0 0 auto;width:100%}.row-cols-xxl-2>*{flex:0 0 auto;width:50%}.row-cols-xxl-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-xxl-4>*{flex:0 0 auto;width:25%}.row-cols-xxl-5>*{flex:0 0 auto;width:20%}.row-cols-xxl-6>*{flex:0 0 auto;width:16.66666667%}.col-xxl-auto{flex:0 0 auto;width:auto}.col-xxl-1{flex:0 0 auto;width:8.33333333%}.col-xxl-2{flex:0 0 auto;width:16.66666667%}.col-xxl-3{flex:0 0 auto;width:25%}.col-xxl-4{flex:0 0 auto;width:33.33333333%}.col-xxl-5{flex:0 0 auto;width:41.66666667%}.col-xxl-6{flex:0 0 auto;width:50%}.col-xxl-7{flex:0 0 auto;width:58.33333333%}.col-xxl-8{flex:0 0 auto;width:66.66666667%}.col-xxl-9{flex:0 0 auto;width:75%}.col-xxl-10{flex:0 0 auto;width:83.33333333%}.col-xxl-11{flex:0 0 auto;width:91.66666667%}.col-xxl-12{flex:0 0 auto;width:100%}.offset-xxl-0{margin-left:0}.offset-xxl-1{margin-left:8.33333333%}.offset-xxl-2{margin-left:16.66666667%}.offset-xxl-3{margin-left:25%}.offset-xxl-4{margin-left:33.33333333%}.offset-xxl-5{margin-left:41.66666667%}.offset-xxl-6{margin-left:50%}.offset-xxl-7{margin-left:58.33333333%}.offset-xxl-8{margin-left:66.66666667%}.offset-xxl-9{margin-left:75%}.offset-xxl-10{margin-left:83.33333333%}.offset-xxl-11{margin-left:91.66666667%}.g-xxl-0,.gx-xxl-0{--bs-gutter-x: 0}.g-xxl-0,.gy-xxl-0{--bs-gutter-y: 0}.g-xxl-1,.gx-xxl-1{--bs-gutter-x: 0.25rem}.g-xxl-1,.gy-xxl-1{--bs-gutter-y: 0.25rem}.g-xxl-2,.gx-xxl-2{--bs-gutter-x: 0.5rem}.g-xxl-2,.gy-xxl-2{--bs-gutter-y: 0.5rem}.g-xxl-3,.gx-xxl-3{--bs-gutter-x: 1rem}.g-xxl-3,.gy-xxl-3{--bs-gutter-y: 1rem}.g-xxl-4,.gx-xxl-4{--bs-gutter-x: 1.5rem}.g-xxl-4,.gy-xxl-4{--bs-gutter-y: 1.5rem}.g-xxl-5,.gx-xxl-5{--bs-gutter-x: 3rem}.g-xxl-5,.gy-xxl-5{--bs-gutter-y: 3rem}}.table{--bs-table-color-type: initial;--bs-table-bg-type: initial;--bs-table-color-state: initial;--bs-table-bg-state: initial;--bs-table-color: var(--bs-emphasis-color);--bs-table-bg: var(--bs-body-bg);--bs-table-border-color: var(--bs-border-color);--bs-table-accent-bg: transparent;--bs-table-striped-color: var(--bs-emphasis-color);--bs-table-striped-bg: rgba(var(--bs-emphasis-color-rgb), 0.05);--bs-table-active-color: var(--bs-emphasis-color);--bs-table-active-bg: rgba(var(--bs-emphasis-color-rgb), 0.1);--bs-table-hover-color: var(--bs-emphasis-color);--bs-table-hover-bg: rgba(var(--bs-emphasis-color-rgb), 0.075);width:100%;margin-bottom:1rem;vertical-align:top;border-color:var(--bs-table-border-color)}.table>:not(caption)>*>*{padding:0.5rem 0.5rem;color:var(--bs-table-color-state, var(--bs-table-color-type, var(--bs-table-color)));background-color:var(--bs-table-bg);border-bottom-width:var(--bs-border-width);box-shadow:inset 0 0 0 9999px var(--bs-table-bg-state, var(--bs-table-bg-type, var(--bs-table-accent-bg)))}.table>tbody{vertical-align:inherit}.table>thead{vertical-align:bottom}.table-group-divider{border-top:calc(var(--bs-border-width) * 2) solid currentcolor}.caption-top{caption-side:top}.table-sm>:not(caption)>*>*{padding:0.25rem 0.25rem}.table-bordered>:not(caption)>*{border-width:var(--bs-border-width) 0}.table-bordered>:not(caption)>*>*{border-width:0 var(--bs-border-width)}.table-borderless>:not(caption)>*>*{border-bottom-width:0}.table-borderless>:not(:first-child){border-top-width:0}.table-striped>tbody>tr:nth-of-type(odd)>*{--bs-table-color-type: var(--bs-table-striped-color);--bs-table-bg-type: var(--bs-table-striped-bg)}.table-striped-columns>:not(caption)>tr>:nth-child(even){--bs-table-color-type: var(--bs-table-striped-color);--bs-table-bg-type: var(--bs-table-striped-bg)}.table-active{--bs-table-color-state: var(--bs-table-active-color);--bs-table-bg-state: var(--bs-table-active-bg)}.table-hover>tbody>tr:hover>*{--bs-table-color-state: var(--bs-table-hover-color);--bs-table-bg-state: var(--bs-table-hover-bg)}.table-primary{--bs-table-color: #000;--bs-table-bg: #ccd6da;--bs-table-border-color: #a3abae;--bs-table-striped-bg: #c2cbcf;--bs-table-striped-color: #000;--bs-table-active-bg: #b8c1c4;--bs-table-active-color: #000;--bs-table-hover-bg: #bdc6ca;--bs-table-hover-color: #000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-secondary{--bs-table-color: #000;--bs-table-bg: #fcded9;--bs-table-border-color: #cab2ae;--bs-table-striped-bg: #efd3ce;--bs-table-striped-color: #000;--bs-table-active-bg: #e3c8c3;--bs-table-active-color: #000;--bs-table-hover-bg: #e9cdc9;--bs-table-hover-color: #000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-success{--bs-table-color: #000;--bs-table-bg: #d1e7dd;--bs-table-border-color: #a7b9b1;--bs-table-striped-bg: #c7dbd2;--bs-table-striped-color: #000;--bs-table-active-bg: #bcd0c7;--bs-table-active-color: #000;--bs-table-hover-bg: #c1d6cc;--bs-table-hover-color: #000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-info{--bs-table-color: #000;--bs-table-bg: #cff4fc;--bs-table-border-color: #a6c3ca;--bs-table-striped-bg: #c5e8ef;--bs-table-striped-color: #000;--bs-table-active-bg: #badce3;--bs-table-active-color: #000;--bs-table-hover-bg: #bfe2e9;--bs-table-hover-color: #000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-warning{--bs-table-color: #000;--bs-table-bg: #fff3cd;--bs-table-border-color: #ccc2a4;--bs-table-striped-bg: #f2e7c3;--bs-table-striped-color: #000;--bs-table-active-bg: #e6dbb9;--bs-table-active-color: #000;--bs-table-hover-bg: #ece1be;--bs-table-hover-color: #000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-danger{--bs-table-color: #000;--bs-table-bg: #f8d7da;--bs-table-border-color: #c6acae;--bs-table-striped-bg: #eccccf;--bs-table-striped-color: #000;--bs-table-active-bg: #dfc2c4;--bs-table-active-color: #000;--bs-table-hover-bg: #e5c7ca;--bs-table-hover-color: #000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-light{--bs-table-color: #000;--bs-table-bg: #f8f9fa;--bs-table-border-color: #c6c7c8;--bs-table-striped-bg: #ecedee;--bs-table-striped-color: #000;--bs-table-active-bg: #dfe0e1;--bs-table-active-color: #000;--bs-table-hover-bg: #e5e6e7;--bs-table-hover-color: #000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-dark{--bs-table-color: #fff;--bs-table-bg: #212529;--bs-table-border-color: #4d5154;--bs-table-striped-bg: #2c3034;--bs-table-striped-color: #fff;--bs-table-active-bg: #373b3e;--bs-table-active-color: #fff;--bs-table-hover-bg: #323539;--bs-table-hover-color: #fff;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-responsive{overflow-x:auto;-webkit-overflow-scrolling:touch}@media (max-width:575.98px){.table-responsive-sm{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width:767.98px){.table-responsive-md{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width:991.98px){.table-responsive-lg{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width:1199.98px){.table-responsive-xl{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width:1399.98px){.table-responsive-xxl{overflow-x:auto;-webkit-overflow-scrolling:touch}}.form-label{margin-bottom:0.5rem}.col-form-label{padding-top:calc(0.375rem + var(--bs-border-width));padding-bottom:calc(0.375rem + var(--bs-border-width));margin-bottom:0;font-size:inherit;line-height:1.5}.col-form-label-lg{padding-top:calc(0.5rem + var(--bs-border-width));padding-bottom:calc(0.5rem + var(--bs-border-width));font-size:1.25rem}.col-form-label-sm{padding-top:calc(0.25rem + var(--bs-border-width));padding-bottom:calc(0.25rem + var(--bs-border-width));font-size:0.875rem}.form-text{margin-top:0.25rem;font-size:0.875em;color:var(--bs-secondary-color)}.form-control{display:block;width:100%;padding:0.375rem 0.75rem;font-size:1rem;font-weight:400;line-height:1.5;color:var(--bs-body-color);appearance:none;background-color:var(--bs-body-bg);background-clip:padding-box;border:var(--bs-border-width) solid var(--bs-border-color);border-radius:var(--bs-border-radius);transition:border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out}@media (prefers-reduced-motion:reduce){.form-control{transition:none}}.form-control[type="file"]{overflow:hidden}.form-control[type="file"]:not(:disabled):not([readonly]){cursor:pointer}.form-control:focus{color:var(--bs-body-color);background-color:var(--bs-body-bg);border-color:#8099a3;outline:0;box-shadow:0 0 0 0.25rem rgba(0, 51, 70, 0.25)}.form-control::-webkit-date-and-time-value{min-width:85px;height:1.5em;margin:0}.form-control::-webkit-datetime-edit{display:block;padding:0}.form-control::placeholder{color:var(--bs-secondary-color);opacity:1}.form-control:disabled{background-color:var(--bs-secondary-bg);opacity:1}.form-control::file-selector-button{padding:0.375rem 0.75rem;margin:-0.375rem -0.75rem;margin-inline-end:0.75rem;color:var(--bs-body-color);background-color:var(--bs-tertiary-bg);pointer-events:none;border-color:inherit;border-style:solid;border-width:0;border-inline-end-width:var(--bs-border-width);border-radius:0;transition:color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out}@media (prefers-reduced-motion:reduce){.form-control::file-selector-button{transition:none}}.form-control:hover:not(:disabled):not([readonly])::file-selector-button{background-color:var(--bs-secondary-bg)}.form-control-plaintext{display:block;width:100%;padding:0.375rem 0;margin-bottom:0;line-height:1.5;color:var(--bs-body-color);background-color:transparent;border:solid transparent;border-width:var(--bs-border-width) 0}.form-control-plaintext:focus{outline:0}.form-control-plaintext.form-control-sm,.form-control-plaintext.form-control-lg{padding-right:0;padding-left:0}.form-control-sm{min-height:calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));padding:0.25rem 0.5rem;font-size:0.875rem;border-radius:var(--bs-border-radius-sm)}.form-control-sm::file-selector-button{padding:0.25rem 0.5rem;margin:-0.25rem -0.5rem;margin-inline-end:0.5rem}.form-control-lg{min-height:calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));padding:0.5rem 1rem;font-size:1.25rem;border-radius:var(--bs-border-radius-lg)}.form-control-lg::file-selector-button{padding:0.5rem 1rem;margin:-0.5rem -1rem;margin-inline-end:1rem}textarea.form-control{min-height:calc(1.5em + 0.75rem + calc(var(--bs-border-width) * 2))}textarea.form-control-sm{min-height:calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2))}textarea.form-control-lg{min-height:calc(1.5em + 1rem + calc(var(--bs-border-width) * 2))}.form-control-color{width:3rem;height:calc(1.5em + 0.75rem + calc(var(--bs-border-width) * 2));padding:0.375rem}.form-control-color:not(:disabled):not([readonly]){cursor:pointer}.form-control-color::-moz-color-swatch{border:0 !important;border-radius:var(--bs-border-radius)}.form-control-color::-webkit-color-swatch{border:0 !important;border-radius:var(--bs-border-radius)}.form-control-color.form-control-sm{height:calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2))}.form-control-color.form-control-lg{height:calc(1.5em + 1rem + calc(var(--bs-border-width) * 2))}.form-select{--bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");display:block;width:100%;padding:0.375rem 2.25rem 0.375rem 0.75rem;font-size:1rem;font-weight:400;line-height:1.5;color:var(--bs-body-color);appearance:none;background-color:var(--bs-body-bg);background-image:var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);background-repeat:no-repeat;background-position:right 0.75rem center;background-size:16px 12px;border:var(--bs-border-width) solid var(--bs-border-color);border-radius:var(--bs-border-radius);transition:border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out}@media (prefers-reduced-motion:reduce){.form-select{transition:none}}.form-select:focus{border-color:#8099a3;outline:0;box-shadow:0 0 0 0.25rem rgba(0, 51, 70, 0.25)}.form-select[multiple],.form-select[size]:not([size="1"]){padding-right:0.75rem;background-image:none}.form-select:disabled{background-color:var(--bs-secondary-bg)}.form-select:-moz-focusring{color:transparent;text-shadow:0 0 0 var(--bs-body-color)}.form-select-sm{padding-top:0.25rem;padding-bottom:0.25rem;padding-left:0.5rem;font-size:0.875rem;border-radius:var(--bs-border-radius-sm)}.form-select-lg{padding-top:0.5rem;padding-bottom:0.5rem;padding-left:1rem;font-size:1.25rem;border-radius:var(--bs-border-radius-lg)}[data-bs-theme="dark"] .form-select{--bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23dee2e6' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e")}.form-check{display:block;min-height:1.5rem;padding-left:1.5em;margin-bottom:0.125rem}.form-check .form-check-input{float:left;margin-left:-1.5em}.form-check-reverse{padding-right:1.5em;padding-left:0;text-align:right}.form-check-reverse .form-check-input{float:right;margin-right:-1.5em;margin-left:0}.form-check-input{--bs-form-check-bg: var(--bs-body-bg);flex-shrink:0;width:1em;height:1em;margin-top:0.25em;vertical-align:top;appearance:none;background-color:var(--bs-form-check-bg);background-image:var(--bs-form-check-bg-image);background-repeat:no-repeat;background-position:center;background-size:contain;border:var(--bs-border-width) solid var(--bs-border-color);print-color-adjust:exact;transition:all 0.2s ease-in-out}@media (prefers-reduced-motion:reduce){.form-check-input{transition:none}}.form-check-input[type="checkbox"]{border-radius:0.25em}.form-check-input[type="radio"]{border-radius:50%}.form-check-input:active{filter:brightness(90%)}.form-check-input:focus{border-color:#8099a3;outline:0;box-shadow:0 0 0 0.25rem rgba(0, 51, 70, 0.25)}.form-check-input:checked{background-color:#003346;border-color:#003346}.form-check-input:checked[type="checkbox"]{--bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e")}.form-check-input:checked[type="radio"]{--bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e")}.form-check-input[type="checkbox"]:indeterminate{background-color:#003346;border-color:#003346;--bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e")}.form-check-input:disabled{pointer-events:none;filter:none;opacity:0.5}.form-check-input[disabled]~.form-check-label,.form-check-input:disabled~.form-check-label{cursor:default;opacity:0.5}.form-switch{padding-left:2.5em}.form-switch .form-check-input{--bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");width:2em;margin-left:-2.5em;background-image:var(--bs-form-switch-bg);background-position:left center;border-radius:2em;transition:background-position 0.15s ease-in-out}@media (prefers-reduced-motion:reduce){.form-switch .form-check-input{transition:none}}.form-switch .form-check-input:focus{--bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%238099a3'/%3e%3c/svg%3e")}.form-switch .form-check-input:checked{background-position:right center;--bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")}.form-switch.form-check-reverse{padding-right:2.5em;padding-left:0}.form-switch.form-check-reverse .form-check-input{margin-right:-2.5em;margin-left:0}.form-check-inline{display:inline-block;margin-right:1rem}.btn-check{position:absolute;clip:rect(0, 0, 0, 0);pointer-events:none}.btn-check[disabled]+.btn,.btn-check:disabled+.btn{pointer-events:none;filter:none;opacity:0.65}[data-bs-theme="dark"] .form-switch .form-check-input:not(:checked):not(:focus){--bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%28255, 255, 255, 0.25%29'/%3e%3c/svg%3e")}.form-range{width:100%;height:1.5rem;padding:0;appearance:none;background-color:transparent}.form-range:focus{outline:0}.form-range:focus::-webkit-slider-thumb{box-shadow:0 0 0 1px #fff, 0 0 0 0.25rem rgba(0, 51, 70, 0.25)}.form-range:focus::-moz-range-thumb{box-shadow:0 0 0 1px #fff, 0 0 0 0.25rem rgba(0, 51, 70, 0.25)}.form-range::-moz-focus-outer{border:0}.form-range::-webkit-slider-thumb{width:1rem;height:1rem;margin-top:-0.25rem;appearance:none;background-color:#003346;border:0;border-radius:1rem;transition:background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out}@media (prefers-reduced-motion:reduce){.form-range::-webkit-slider-thumb{transition:none}}.form-range::-webkit-slider-thumb:active{background-color:#b3c2c8}.form-range::-webkit-slider-runnable-track{width:100%;height:0.5rem;color:transparent;cursor:pointer;background-color:var(--bs-secondary-bg);border-color:transparent;border-radius:1rem}.form-range::-moz-range-thumb{width:1rem;height:1rem;appearance:none;background-color:#003346;border:0;border-radius:1rem;transition:background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out}@media (prefers-reduced-motion:reduce){.form-range::-moz-range-thumb{transition:none}}.form-range::-moz-range-thumb:active{background-color:#b3c2c8}.form-range::-moz-range-track{width:100%;height:0.5rem;color:transparent;cursor:pointer;background-color:var(--bs-secondary-bg);border-color:transparent;border-radius:1rem}.form-range:disabled{pointer-events:none}.form-range:disabled::-webkit-slider-thumb{background-color:var(--bs-secondary-color)}.form-range:disabled::-moz-range-thumb{background-color:var(--bs-secondary-color)}.form-floating{position:relative}.form-floating>.form-control,.form-floating>.form-control-plaintext,.form-floating>.form-select{height:calc(3.5rem + calc(var(--bs-border-width) * 2));min-height:calc(3.5rem + calc(var(--bs-border-width) * 2));line-height:1.25}.form-floating>label{position:absolute;top:0;left:0;z-index:2;height:100%;padding:1rem 0.75rem;overflow:hidden;text-align:start;text-overflow:ellipsis;white-space:nowrap;pointer-events:none;border:var(--bs-border-width) solid transparent;transform-origin:0 0;transition:opacity 0.1s ease-in-out, transform 0.1s ease-in-out}@media (prefers-reduced-motion:reduce){.form-floating>label{transition:none}}.form-floating>.form-control,.form-floating>.form-control-plaintext{padding:1rem 0.75rem}.form-floating>.form-control::placeholder,.form-floating>.form-control-plaintext::placeholder{color:transparent}.form-floating>.form-control:focus,.form-floating>.form-control:not(:placeholder-shown),.form-floating>.form-control-plaintext:focus,.form-floating>.form-control-plaintext:not(:placeholder-shown){padding-top:1.625rem;padding-bottom:0.625rem}.form-floating>.form-control:-webkit-autofill,.form-floating>.form-control-plaintext:-webkit-autofill{padding-top:1.625rem;padding-bottom:0.625rem}.form-floating>.form-select{padding-top:1.625rem;padding-bottom:0.625rem}.form-floating>.form-control:focus~label,.form-floating>.form-control:not(:placeholder-shown)~label,.form-floating>.form-control-plaintext~label,.form-floating>.form-select~label{color:rgba(var(--bs-body-color-rgb), 0.65);transform:scale(0.85) translateY(-0.5rem) translateX(0.15rem)}.form-floating>.form-control:focus~label::after,.form-floating>.form-control:not(:placeholder-shown)~label::after,.form-floating>.form-control-plaintext~label::after,.form-floating>.form-select~label::after{position:absolute;inset:1rem 0.375rem;z-index:-1;height:1.5em;content:"";background-color:var(--bs-body-bg);border-radius:var(--bs-border-radius)}.form-floating>.form-control:-webkit-autofill~label{color:rgba(var(--bs-body-color-rgb), 0.65);transform:scale(0.85) translateY(-0.5rem) translateX(0.15rem)}.form-floating>.form-control-plaintext~label{border-width:var(--bs-border-width) 0}.form-floating>:disabled~label,.form-floating>.form-control:disabled~label{color:#6c757d}.form-floating>:disabled~label::after,.form-floating>.form-control:disabled~label::after{background-color:var(--bs-secondary-bg)}.input-group{position:relative;display:flex;flex-wrap:wrap;align-items:stretch;width:100%}.input-group>.form-control,.input-group>.form-select,.input-group>.form-floating{position:relative;flex:1 1 auto;width:1%;min-width:0}.input-group>.form-control:focus,.input-group>.form-select:focus,.input-group>.form-floating:focus-within{z-index:5}.input-group .btn{position:relative;z-index:2}.input-group .btn:focus{z-index:5}.input-group-text{display:flex;align-items:center;padding:0.375rem 0.75rem;font-size:1rem;font-weight:400;line-height:1.5;color:var(--bs-body-color);text-align:center;white-space:nowrap;background-color:var(--bs-tertiary-bg);border:var(--bs-border-width) solid var(--bs-border-color);border-radius:var(--bs-border-radius)}.input-group-lg>.form-control,.input-group-lg>.form-select,.input-group-lg>.input-group-text,.input-group-lg>.btn{padding:0.5rem 1rem;font-size:1.25rem;border-radius:var(--bs-border-radius-lg)}.input-group-sm>.form-control,.input-group-sm>.form-select,.input-group-sm>.input-group-text,.input-group-sm>.btn{padding:0.25rem 0.5rem;font-size:0.875rem;border-radius:var(--bs-border-radius-sm)}.input-group-lg>.form-select,.input-group-sm>.form-select{padding-right:3rem}.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3),.input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-control,.input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-select{border-top-right-radius:0;border-bottom-right-radius:0}.input-group.has-validation>:nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),.input-group.has-validation>.dropdown-toggle:nth-last-child(n+4),.input-group.has-validation>.form-floating:nth-last-child(n+3)>.form-control,.input-group.has-validation>.form-floating:nth-last-child(n+3)>.form-select{border-top-right-radius:0;border-bottom-right-radius:0}.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback){margin-left:calc(var(--bs-border-width) * -1);border-top-left-radius:0;border-bottom-left-radius:0}.input-group>.form-floating:not(:first-child)>.form-control,.input-group>.form-floating:not(:first-child)>.form-select{border-top-left-radius:0;border-bottom-left-radius:0}.valid-feedback{display:none;width:100%;margin-top:0.25rem;font-size:0.875em;color:var(--bs-form-valid-color)}.valid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:0.25rem 0.5rem;margin-top:0.1rem;font-size:0.875rem;color:#fff;background-color:var(--bs-success);border-radius:var(--bs-border-radius)}.was-validated :valid~.valid-feedback,.was-validated :valid~.valid-tooltip,.is-valid~.valid-feedback,.is-valid~.valid-tooltip{display:block}.was-validated .form-control:valid,.form-control.is-valid{border-color:var(--bs-form-valid-border-color);padding-right:calc(1.5em + 0.75rem);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(0.375em + 0.1875rem) center;background-size:calc(0.75em + 0.375rem) calc(0.75em + 0.375rem)}.was-validated .form-control:valid:focus,.form-control.is-valid:focus{border-color:var(--bs-form-valid-border-color);box-shadow:0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25)}.was-validated textarea.form-control:valid,textarea.form-control.is-valid{padding-right:calc(1.5em + 0.75rem);background-position:top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem)}.was-validated .form-select:valid,.form-select.is-valid{border-color:var(--bs-form-valid-border-color)}.was-validated .form-select:valid:not([multiple]):not([size]),.was-validated .form-select:valid:not([multiple])[size="1"],.form-select.is-valid:not([multiple]):not([size]),.form-select.is-valid:not([multiple])[size="1"]{--bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");padding-right:4.125rem;background-position:right 0.75rem center, center right 2.25rem;background-size:16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem)}.was-validated .form-select:valid:focus,.form-select.is-valid:focus{border-color:var(--bs-form-valid-border-color);box-shadow:0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25)}.was-validated .form-control-color:valid,.form-control-color.is-valid{width:calc(3rem + calc(1.5em + 0.75rem))}.was-validated .form-check-input:valid,.form-check-input.is-valid{border-color:var(--bs-form-valid-border-color)}.was-validated .form-check-input:valid:checked,.form-check-input.is-valid:checked{background-color:var(--bs-form-valid-color)}.was-validated .form-check-input:valid:focus,.form-check-input.is-valid:focus{box-shadow:0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25)}.was-validated .form-check-input:valid~.form-check-label,.form-check-input.is-valid~.form-check-label{color:var(--bs-form-valid-color)}.form-check-inline .form-check-input~.valid-feedback{margin-left:0.5em}.was-validated .input-group>.form-control:not(:focus):valid,.input-group>.form-control:not(:focus).is-valid,.was-validated .input-group>.form-select:not(:focus):valid,.input-group>.form-select:not(:focus).is-valid,.was-validated .input-group>.form-floating:not(:focus-within):valid,.input-group>.form-floating:not(:focus-within).is-valid{z-index:3}.invalid-feedback{display:none;width:100%;margin-top:0.25rem;font-size:0.875em;color:var(--bs-form-invalid-color)}.invalid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:0.25rem 0.5rem;margin-top:0.1rem;font-size:0.875rem;color:#fff;background-color:var(--bs-danger);border-radius:var(--bs-border-radius)}.was-validated :invalid~.invalid-feedback,.was-validated :invalid~.invalid-tooltip,.is-invalid~.invalid-feedback,.is-invalid~.invalid-tooltip{display:block}.was-validated .form-control:invalid,.form-control.is-invalid{border-color:var(--bs-form-invalid-border-color);padding-right:calc(1.5em + 0.75rem);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(0.375em + 0.1875rem) center;background-size:calc(0.75em + 0.375rem) calc(0.75em + 0.375rem)}.was-validated .form-control:invalid:focus,.form-control.is-invalid:focus{border-color:var(--bs-form-invalid-border-color);box-shadow:0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25)}.was-validated textarea.form-control:invalid,textarea.form-control.is-invalid{padding-right:calc(1.5em + 0.75rem);background-position:top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem)}.was-validated .form-select:invalid,.form-select.is-invalid{border-color:var(--bs-form-invalid-border-color)}.was-validated .form-select:invalid:not([multiple]):not([size]),.was-validated .form-select:invalid:not([multiple])[size="1"],.form-select.is-invalid:not([multiple]):not([size]),.form-select.is-invalid:not([multiple])[size="1"]{--bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");padding-right:4.125rem;background-position:right 0.75rem center, center right 2.25rem;background-size:16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem)}.was-validated .form-select:invalid:focus,.form-select.is-invalid:focus{border-color:var(--bs-form-invalid-border-color);box-shadow:0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25)}.was-validated .form-control-color:invalid,.form-control-color.is-invalid{width:calc(3rem + calc(1.5em + 0.75rem))}.was-validated .form-check-input:invalid,.form-check-input.is-invalid{border-color:var(--bs-form-invalid-border-color)}.was-validated .form-check-input:invalid:checked,.form-check-input.is-invalid:checked{background-color:var(--bs-form-invalid-color)}.was-validated .form-check-input:invalid:focus,.form-check-input.is-invalid:focus{box-shadow:0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25)}.was-validated .form-check-input:invalid~.form-check-label,.form-check-input.is-invalid~.form-check-label{color:var(--bs-form-invalid-color)}.form-check-inline .form-check-input~.invalid-feedback{margin-left:0.5em}.was-validated .input-group>.form-control:not(:focus):invalid,.input-group>.form-control:not(:focus).is-invalid,.was-validated .input-group>.form-select:not(:focus):invalid,.input-group>.form-select:not(:focus).is-invalid,.was-validated .input-group>.form-floating:not(:focus-within):invalid,.input-group>.form-floating:not(:focus-within).is-invalid{z-index:4}.btn{--bs-btn-padding-x: 0.75rem;--bs-btn-padding-y: 0.375rem;--bs-btn-font-family: ;--bs-btn-font-size:1rem;--bs-btn-font-weight: 400;--bs-btn-line-height: 1.5;--bs-btn-color: var(--bs-body-color);--bs-btn-bg: transparent;--bs-btn-border-width: var(--bs-border-width);--bs-btn-border-color: transparent;--bs-btn-border-radius: var(--bs-border-radius);--bs-btn-hover-border-color: transparent;--bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);--bs-btn-disabled-opacity: 0.65;--bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);display:inline-block;padding:var(--bs-btn-padding-y) var(--bs-btn-padding-x);font-family:var(--bs-btn-font-family);font-size:var(--bs-btn-font-size);font-weight:var(--bs-btn-font-weight);line-height:var(--bs-btn-line-height);color:var(--bs-btn-color);text-align:center;text-decoration:none;vertical-align:middle;cursor:pointer;user-select:none;border:var(--bs-btn-border-width) solid var(--bs-btn-border-color);border-radius:var(--bs-btn-border-radius);background-color:var(--bs-btn-bg);transition:color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out}@media (prefers-reduced-motion:reduce){.btn{transition:none}}.btn:hover{color:var(--bs-btn-hover-color);background-color:var(--bs-btn-hover-bg);border-color:var(--bs-btn-hover-border-color)}.btn-check+.btn:hover{color:var(--bs-btn-color);background-color:var(--bs-btn-bg);border-color:var(--bs-btn-border-color)}.btn:focus-visible{color:var(--bs-btn-hover-color);background-color:var(--bs-btn-hover-bg);border-color:var(--bs-btn-hover-border-color);outline:0;box-shadow:var(--bs-btn-focus-box-shadow)}.btn-check:focus-visible+.btn{border-color:var(--bs-btn-hover-border-color);outline:0;box-shadow:var(--bs-btn-focus-box-shadow)}.btn-check:checked+.btn,:not(.btn-check)+.btn:active,.btn:first-child:active,.btn.active,.btn.show{color:var(--bs-btn-active-color);background-color:var(--bs-btn-active-bg);border-color:var(--bs-btn-active-border-color)}.btn-check:checked+.btn:focus-visible,:not(.btn-check)+.btn:active:focus-visible,.btn:first-child:active:focus-visible,.btn.active:focus-visible,.btn.show:focus-visible{box-shadow:var(--bs-btn-focus-box-shadow)}.btn-check:checked:focus-visible+.btn{box-shadow:var(--bs-btn-focus-box-shadow)}.btn:disabled,.btn.disabled,fieldset:disabled .btn{color:var(--bs-btn-disabled-color);pointer-events:none;background-color:var(--bs-btn-disabled-bg);border-color:var(--bs-btn-disabled-border-color);opacity:var(--bs-btn-disabled-opacity)}.btn-primary{--bs-btn-color: #fff;--bs-btn-bg: #003346;--bs-btn-border-color: #003346;--bs-btn-hover-color: #fff;--bs-btn-hover-bg: #002b3c;--bs-btn-hover-border-color: #002938;--bs-btn-focus-shadow-rgb: 38, 82, 98;--bs-btn-active-color: #fff;--bs-btn-active-bg: #002938;--bs-btn-active-border-color: #002635;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #fff;--bs-btn-disabled-bg: #003346;--bs-btn-disabled-border-color: #003346}.btn-secondary{--bs-btn-color: #000;--bs-btn-bg: #f05a40;--bs-btn-border-color: #f05a40;--bs-btn-hover-color: #000;--bs-btn-hover-bg: #f2735d;--bs-btn-hover-border-color: #f26b53;--bs-btn-focus-shadow-rgb: 204, 77, 54;--bs-btn-active-color: #000;--bs-btn-active-bg: #f37b66;--bs-btn-active-border-color: #f26b53;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #000;--bs-btn-disabled-bg: #f05a40;--bs-btn-disabled-border-color: #f05a40}.btn-success{--bs-btn-color: #fff;--bs-btn-bg: #198754;--bs-btn-border-color: #198754;--bs-btn-hover-color: #fff;--bs-btn-hover-bg: #157347;--bs-btn-hover-border-color: #146c43;--bs-btn-focus-shadow-rgb: 60, 153, 110;--bs-btn-active-color: #fff;--bs-btn-active-bg: #146c43;--bs-btn-active-border-color: #13653f;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #fff;--bs-btn-disabled-bg: #198754;--bs-btn-disabled-border-color: #198754}.btn-info{--bs-btn-color: #000;--bs-btn-bg: #0dcaf0;--bs-btn-border-color: #0dcaf0;--bs-btn-hover-color: #000;--bs-btn-hover-bg: #31d2f2;--bs-btn-hover-border-color: #25cff2;--bs-btn-focus-shadow-rgb: 11, 172, 204;--bs-btn-active-color: #000;--bs-btn-active-bg: #3dd5f3;--bs-btn-active-border-color: #25cff2;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #000;--bs-btn-disabled-bg: #0dcaf0;--bs-btn-disabled-border-color: #0dcaf0}.btn-warning{--bs-btn-color: #000;--bs-btn-bg: #ffc107;--bs-btn-border-color: #ffc107;--bs-btn-hover-color: #000;--bs-btn-hover-bg: #ffca2c;--bs-btn-hover-border-color: #ffc720;--bs-btn-focus-shadow-rgb: 217, 164, 6;--bs-btn-active-color: #000;--bs-btn-active-bg: #ffcd39;--bs-btn-active-border-color: #ffc720;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #000;--bs-btn-disabled-bg: #ffc107;--bs-btn-disabled-border-color: #ffc107}.btn-danger{--bs-btn-color: #fff;--bs-btn-bg: #dc3545;--bs-btn-border-color: #dc3545;--bs-btn-hover-color: #fff;--bs-btn-hover-bg: #bb2d3b;--bs-btn-hover-border-color: #b02a37;--bs-btn-focus-shadow-rgb: 225, 83, 97;--bs-btn-active-color: #fff;--bs-btn-active-bg: #b02a37;--bs-btn-active-border-color: #a52834;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #fff;--bs-btn-disabled-bg: #dc3545;--bs-btn-disabled-border-color: #dc3545}.btn-light{--bs-btn-color: #000;--bs-btn-bg: #f8f9fa;--bs-btn-border-color: #f8f9fa;--bs-btn-hover-color: #000;--bs-btn-hover-bg: #d3d4d5;--bs-btn-hover-border-color: #c6c7c8;--bs-btn-focus-shadow-rgb: 211, 212, 213;--bs-btn-active-color: #000;--bs-btn-active-bg: #c6c7c8;--bs-btn-active-border-color: #babbbc;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #000;--bs-btn-disabled-bg: #f8f9fa;--bs-btn-disabled-border-color: #f8f9fa}.btn-dark{--bs-btn-color: #fff;--bs-btn-bg: #212529;--bs-btn-border-color: #212529;--bs-btn-hover-color: #fff;--bs-btn-hover-bg: #424649;--bs-btn-hover-border-color: #373b3e;--bs-btn-focus-shadow-rgb: 66, 70, 73;--bs-btn-active-color: #fff;--bs-btn-active-bg: #4d5154;--bs-btn-active-border-color: #373b3e;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #fff;--bs-btn-disabled-bg: #212529;--bs-btn-disabled-border-color: #212529}.btn-outline-primary{--bs-btn-color: #003346;--bs-btn-border-color: #003346;--bs-btn-hover-color: #fff;--bs-btn-hover-bg: #003346;--bs-btn-hover-border-color: #003346;--bs-btn-focus-shadow-rgb: 0, 51, 70;--bs-btn-active-color: #fff;--bs-btn-active-bg: #003346;--bs-btn-active-border-color: #003346;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #003346;--bs-btn-disabled-bg: transparent;--bs-btn-disabled-border-color: #003346;--bs-gradient: none}.btn-outline-secondary{--bs-btn-color: #f05a40;--bs-btn-border-color: #f05a40;--bs-btn-hover-color: #000;--bs-btn-hover-bg: #f05a40;--bs-btn-hover-border-color: #f05a40;--bs-btn-focus-shadow-rgb: 240, 90, 64;--bs-btn-active-color: #000;--bs-btn-active-bg: #f05a40;--bs-btn-active-border-color: #f05a40;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #f05a40;--bs-btn-disabled-bg: transparent;--bs-btn-disabled-border-color: #f05a40;--bs-gradient: none}.btn-outline-success{--bs-btn-color: #198754;--bs-btn-border-color: #198754;--bs-btn-hover-color: #fff;--bs-btn-hover-bg: #198754;--bs-btn-hover-border-color: #198754;--bs-btn-focus-shadow-rgb: 25, 135, 84;--bs-btn-active-color: #fff;--bs-btn-active-bg: #198754;--bs-btn-active-border-color: #198754;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #198754;--bs-btn-disabled-bg: transparent;--bs-btn-disabled-border-color: #198754;--bs-gradient: none}.btn-outline-info{--bs-btn-color: #0dcaf0;--bs-btn-border-color: #0dcaf0;--bs-btn-hover-color: #000;--bs-btn-hover-bg: #0dcaf0;--bs-btn-hover-border-color: #0dcaf0;--bs-btn-focus-shadow-rgb: 13, 202, 240;--bs-btn-active-color: #000;--bs-btn-active-bg: #0dcaf0;--bs-btn-active-border-color: #0dcaf0;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #0dcaf0;--bs-btn-disabled-bg: transparent;--bs-btn-disabled-border-color: #0dcaf0;--bs-gradient: none}.btn-outline-warning{--bs-btn-color: #ffc107;--bs-btn-border-color: #ffc107;--bs-btn-hover-color: #000;--bs-btn-hover-bg: #ffc107;--bs-btn-hover-border-color: #ffc107;--bs-btn-focus-shadow-rgb: 255, 193, 7;--bs-btn-active-color: #000;--bs-btn-active-bg: #ffc107;--bs-btn-active-border-color: #ffc107;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #ffc107;--bs-btn-disabled-bg: transparent;--bs-btn-disabled-border-color: #ffc107;--bs-gradient: none}.btn-outline-danger{--bs-btn-color: #dc3545;--bs-btn-border-color: #dc3545;--bs-btn-hover-color: #fff;--bs-btn-hover-bg: #dc3545;--bs-btn-hover-border-color: #dc3545;--bs-btn-focus-shadow-rgb: 220, 53, 69;--bs-btn-active-color: #fff;--bs-btn-active-bg: #dc3545;--bs-btn-active-border-color: #dc3545;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #dc3545;--bs-btn-disabled-bg: transparent;--bs-btn-disabled-border-color: #dc3545;--bs-gradient: none}.btn-outline-light{--bs-btn-color: #f8f9fa;--bs-btn-border-color: #f8f9fa;--bs-btn-hover-color: #000;--bs-btn-hover-bg: #f8f9fa;--bs-btn-hover-border-color: #f8f9fa;--bs-btn-focus-shadow-rgb: 248, 249, 250;--bs-btn-active-color: #000;--bs-btn-active-bg: #f8f9fa;--bs-btn-active-border-color: #f8f9fa;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #f8f9fa;--bs-btn-disabled-bg: transparent;--bs-btn-disabled-border-color: #f8f9fa;--bs-gradient: none}.btn-outline-dark{--bs-btn-color: #212529;--bs-btn-border-color: #212529;--bs-btn-hover-color: #fff;--bs-btn-hover-bg: #212529;--bs-btn-hover-border-color: #212529;--bs-btn-focus-shadow-rgb: 33, 37, 41;--bs-btn-active-color: #fff;--bs-btn-active-bg: #212529;--bs-btn-active-border-color: #212529;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #212529;--bs-btn-disabled-bg: transparent;--bs-btn-disabled-border-color: #212529;--bs-gradient: none}.btn-link{--bs-btn-font-weight: 400;--bs-btn-color: var(--bs-link-color);--bs-btn-bg: transparent;--bs-btn-border-color: transparent;--bs-btn-hover-color: var(--bs-link-hover-color);--bs-btn-hover-border-color: transparent;--bs-btn-active-color: var(--bs-link-hover-color);--bs-btn-active-border-color: transparent;--bs-btn-disabled-color: #6c757d;--bs-btn-disabled-border-color: transparent;--bs-btn-box-shadow: 0 0 0 #000;--bs-btn-focus-shadow-rgb: 38, 82, 98;text-decoration:underline}.btn-link:focus-visible{color:var(--bs-btn-color)}.btn-link:hover{color:var(--bs-btn-hover-color)}.btn-lg,.btn-group-lg>.btn{--bs-btn-padding-y: 0.5rem;--bs-btn-padding-x: 1rem;--bs-btn-font-size:1.25rem;--bs-btn-border-radius: var(--bs-border-radius-lg)}.btn-sm,.btn-group-sm>.btn{--bs-btn-padding-y: 0.25rem;--bs-btn-padding-x: 0.5rem;--bs-btn-font-size:0.875rem;--bs-btn-border-radius: var(--bs-border-radius-sm)}.fade{transition:opacity 0.15s linear}@media (prefers-reduced-motion:reduce){.fade{transition:none}}.fade:not(.show){opacity:0}.collapse:not(.show){display:none}.collapsing{height:0;overflow:hidden;transition:height 0.35s ease}@media (prefers-reduced-motion:reduce){.collapsing{transition:none}}.collapsing.collapse-horizontal{width:0;height:auto;transition:width 0.35s ease}@media (prefers-reduced-motion:reduce){.collapsing.collapse-horizontal{transition:none}}.dropup,.dropend,.dropdown,.dropstart,.dropup-center,.dropdown-center{position:relative}.dropdown-toggle{white-space:nowrap}.dropdown-toggle::after{display:inline-block;margin-left:0.255em;vertical-align:0.255em;content:"";border-top:0.3em solid;border-right:0.3em solid transparent;border-bottom:0;border-left:0.3em solid transparent}.dropdown-toggle:empty::after{margin-left:0}.dropdown-menu{--bs-dropdown-zindex: 1000;--bs-dropdown-min-width: 10rem;--bs-dropdown-padding-x: 0;--bs-dropdown-padding-y: 0.5rem;--bs-dropdown-spacer: 0.125rem;--bs-dropdown-font-size:1rem;--bs-dropdown-color: var(--bs-body-color);--bs-dropdown-bg: var(--bs-body-bg);--bs-dropdown-border-color: var(--bs-border-color-translucent);--bs-dropdown-border-radius: var(--bs-border-radius);--bs-dropdown-border-width: var(--bs-border-width);--bs-dropdown-inner-border-radius: calc(var(--bs-border-radius) - var(--bs-border-width));--bs-dropdown-divider-bg: var(--bs-border-color-translucent);--bs-dropdown-divider-margin-y: 0.5rem;--bs-dropdown-box-shadow: var(--bs-box-shadow);--bs-dropdown-link-color: var(--bs-body-color);--bs-dropdown-link-hover-color: var(--bs-body-color);--bs-dropdown-link-hover-bg: var(--bs-tertiary-bg);--bs-dropdown-link-active-color: #fff;--bs-dropdown-link-active-bg: #003346;--bs-dropdown-link-disabled-color: var(--bs-tertiary-color);--bs-dropdown-item-padding-x: 1rem;--bs-dropdown-item-padding-y: 0.25rem;--bs-dropdown-header-color: #6c757d;--bs-dropdown-header-padding-x: 1rem;--bs-dropdown-header-padding-y: 0.5rem;position:absolute;z-index:var(--bs-dropdown-zindex);display:none;min-width:var(--bs-dropdown-min-width);padding:var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);margin:0;font-size:var(--bs-dropdown-font-size);color:var(--bs-dropdown-color);text-align:left;list-style:none;background-color:var(--bs-dropdown-bg);background-clip:padding-box;border:var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);border-radius:var(--bs-dropdown-border-radius)}.dropdown-menu[data-bs-popper]{top:100%;left:0;margin-top:var(--bs-dropdown-spacer)}.dropdown-menu-start{--bs-position: start}.dropdown-menu-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-end{--bs-position: end}.dropdown-menu-end[data-bs-popper]{right:0;left:auto}@media (min-width:576px){.dropdown-menu-sm-start{--bs-position: start}.dropdown-menu-sm-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-sm-end{--bs-position: end}.dropdown-menu-sm-end[data-bs-popper]{right:0;left:auto}}@media (min-width:768px){.dropdown-menu-md-start{--bs-position: start}.dropdown-menu-md-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-md-end{--bs-position: end}.dropdown-menu-md-end[data-bs-popper]{right:0;left:auto}}@media (min-width:992px){.dropdown-menu-lg-start{--bs-position: start}.dropdown-menu-lg-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-lg-end{--bs-position: end}.dropdown-menu-lg-end[data-bs-popper]{right:0;left:auto}}@media (min-width:1200px){.dropdown-menu-xl-start{--bs-position: start}.dropdown-menu-xl-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-xl-end{--bs-position: end}.dropdown-menu-xl-end[data-bs-popper]{right:0;left:auto}}@media (min-width:1400px){.dropdown-menu-xxl-start{--bs-position: start}.dropdown-menu-xxl-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-xxl-end{--bs-position: end}.dropdown-menu-xxl-end[data-bs-popper]{right:0;left:auto}}.dropup .dropdown-menu[data-bs-popper]{top:auto;bottom:100%;margin-top:0;margin-bottom:var(--bs-dropdown-spacer)}.dropup .dropdown-toggle::after{display:inline-block;margin-left:0.255em;vertical-align:0.255em;content:"";border-top:0;border-right:0.3em solid transparent;border-bottom:0.3em solid;border-left:0.3em solid transparent}.dropup .dropdown-toggle:empty::after{margin-left:0}.dropend .dropdown-menu[data-bs-popper]{top:0;right:auto;left:100%;margin-top:0;margin-left:var(--bs-dropdown-spacer)}.dropend .dropdown-toggle::after{display:inline-block;margin-left:0.255em;vertical-align:0.255em;content:"";border-top:0.3em solid transparent;border-right:0;border-bottom:0.3em solid transparent;border-left:0.3em solid}.dropend .dropdown-toggle:empty::after{margin-left:0}.dropend .dropdown-toggle::after{vertical-align:0}.dropstart .dropdown-menu[data-bs-popper]{top:0;right:100%;left:auto;margin-top:0;margin-right:var(--bs-dropdown-spacer)}.dropstart .dropdown-toggle::after{display:inline-block;margin-left:0.255em;vertical-align:0.255em;content:""}.dropstart .dropdown-toggle::after{display:none}.dropstart .dropdown-toggle::before{display:inline-block;margin-right:0.255em;vertical-align:0.255em;content:"";border-top:0.3em solid transparent;border-right:0.3em solid;border-bottom:0.3em solid transparent}.dropstart .dropdown-toggle:empty::after{margin-left:0}.dropstart .dropdown-toggle::before{vertical-align:0}.dropdown-divider{height:0;margin:var(--bs-dropdown-divider-margin-y) 0;overflow:hidden;border-top:1px solid var(--bs-dropdown-divider-bg);opacity:1}.dropdown-item{display:block;width:100%;padding:var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);clear:both;font-weight:400;color:var(--bs-dropdown-link-color);text-align:inherit;text-decoration:none;white-space:nowrap;background-color:transparent;border:0;border-radius:var(--bs-dropdown-item-border-radius, 0)}.dropdown-item:hover,.dropdown-item:focus{color:var(--bs-dropdown-link-hover-color);background-color:var(--bs-dropdown-link-hover-bg)}.dropdown-item.active,.dropdown-item:active{color:var(--bs-dropdown-link-active-color);text-decoration:none;background-color:var(--bs-dropdown-link-active-bg)}.dropdown-item.disabled,.dropdown-item:disabled{color:var(--bs-dropdown-link-disabled-color);pointer-events:none;background-color:transparent}.dropdown-menu.show{display:block}.dropdown-header{display:block;padding:var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);margin-bottom:0;font-size:0.875rem;color:var(--bs-dropdown-header-color);white-space:nowrap}.dropdown-item-text{display:block;padding:var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);color:var(--bs-dropdown-link-color)}.dropdown-menu-dark{--bs-dropdown-color: #dee2e6;--bs-dropdown-bg: #343a40;--bs-dropdown-border-color: var(--bs-border-color-translucent);--bs-dropdown-box-shadow: ;--bs-dropdown-link-color: #dee2e6;--bs-dropdown-link-hover-color: #fff;--bs-dropdown-divider-bg: var(--bs-border-color-translucent);--bs-dropdown-link-hover-bg: rgba(255, 255, 255, 0.15);--bs-dropdown-link-active-color: #fff;--bs-dropdown-link-active-bg: #003346;--bs-dropdown-link-disabled-color: #adb5bd;--bs-dropdown-header-color: #adb5bd}.btn-group,.btn-group-vertical{position:relative;display:inline-flex;vertical-align:middle}.btn-group>.btn,.btn-group-vertical>.btn{position:relative;flex:1 1 auto}.btn-group>.btn-check:checked+.btn,.btn-group>.btn-check:focus+.btn,.btn-group>.btn:hover,.btn-group>.btn:focus,.btn-group>.btn:active,.btn-group>.btn.active,.btn-group-vertical>.btn-check:checked+.btn,.btn-group-vertical>.btn-check:focus+.btn,.btn-group-vertical>.btn:hover,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn.active{z-index:1}.btn-toolbar{display:flex;flex-wrap:wrap;justify-content:flex-start}.btn-toolbar .input-group{width:auto}.btn-group{border-radius:var(--bs-border-radius)}.btn-group>:not(.btn-check:first-child)+.btn,.btn-group>.btn-group:not(:first-child){margin-left:calc(var(--bs-border-width) * -1)}.btn-group>.btn:not(:last-child):not(.dropdown-toggle),.btn-group>.btn.dropdown-toggle-split:first-child,.btn-group>.btn-group:not(:last-child)>.btn{border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn:nth-child(n+3),.btn-group>:not(.btn-check)+.btn,.btn-group>.btn-group:not(:first-child)>.btn{border-top-left-radius:0;border-bottom-left-radius:0}.dropdown-toggle-split{padding-right:0.5625rem;padding-left:0.5625rem}.dropdown-toggle-split::after,.dropup .dropdown-toggle-split::after,.dropend .dropdown-toggle-split::after{margin-left:0}.dropstart .dropdown-toggle-split::before{margin-right:0}.btn-sm+.dropdown-toggle-split,.btn-group-sm>.btn+.dropdown-toggle-split{padding-right:0.375rem;padding-left:0.375rem}.btn-lg+.dropdown-toggle-split,.btn-group-lg>.btn+.dropdown-toggle-split{padding-right:0.75rem;padding-left:0.75rem}.btn-group-vertical{flex-direction:column;align-items:flex-start;justify-content:center}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group{width:100%}.btn-group-vertical>.btn:not(:first-child),.btn-group-vertical>.btn-group:not(:first-child){margin-top:calc(var(--bs-border-width) * -1)}.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle),.btn-group-vertical>.btn-group:not(:last-child)>.btn{border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn~.btn,.btn-group-vertical>.btn-group:not(:first-child)>.btn{border-top-left-radius:0;border-top-right-radius:0}.nav{--bs-nav-link-padding-x: 1rem;--bs-nav-link-padding-y: 0.5rem;--bs-nav-link-font-weight: ;--bs-nav-link-color: var(--bs-link-color);--bs-nav-link-hover-color: var(--bs-link-hover-color);--bs-nav-link-disabled-color: var(--bs-secondary-color);display:flex;flex-wrap:wrap;padding-left:0;margin-bottom:0;list-style:none}.nav-link{display:block;padding:var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);font-size:var(--bs-nav-link-font-size);font-weight:var(--bs-nav-link-font-weight);color:var(--bs-nav-link-color);text-decoration:none;background:none;border:0;transition:color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out}@media (prefers-reduced-motion:reduce){.nav-link{transition:none}}.nav-link:hover,.nav-link:focus{color:var(--bs-nav-link-hover-color)}.nav-link:focus-visible{outline:0;box-shadow:0 0 0 0.25rem rgba(0, 51, 70, 0.25)}.nav-link.disabled,.nav-link:disabled{color:var(--bs-nav-link-disabled-color);pointer-events:none;cursor:default}.nav-tabs{--bs-nav-tabs-border-width: var(--bs-border-width);--bs-nav-tabs-border-color: var(--bs-border-color);--bs-nav-tabs-border-radius: var(--bs-border-radius);--bs-nav-tabs-link-hover-border-color: var(--bs-secondary-bg) var(--bs-secondary-bg) var(--bs-border-color);--bs-nav-tabs-link-active-color: var(--bs-emphasis-color);--bs-nav-tabs-link-active-bg: var(--bs-body-bg);--bs-nav-tabs-link-active-border-color: var(--bs-border-color) var(--bs-border-color) var(--bs-body-bg);border-bottom:var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color)}.nav-tabs .nav-link{margin-bottom:calc(-1 * var(--bs-nav-tabs-border-width));border:var(--bs-nav-tabs-border-width) solid transparent;border-top-left-radius:var(--bs-nav-tabs-border-radius);border-top-right-radius:var(--bs-nav-tabs-border-radius)}.nav-tabs .nav-link:hover,.nav-tabs .nav-link:focus{isolation:isolate;border-color:var(--bs-nav-tabs-link-hover-border-color)}.nav-tabs .nav-link.active,.nav-tabs .nav-item.show .nav-link{color:var(--bs-nav-tabs-link-active-color);background-color:var(--bs-nav-tabs-link-active-bg);border-color:var(--bs-nav-tabs-link-active-border-color)}.nav-tabs .dropdown-menu{margin-top:calc(-1 * var(--bs-nav-tabs-border-width));border-top-left-radius:0;border-top-right-radius:0}.nav-pills{--bs-nav-pills-border-radius: var(--bs-border-radius);--bs-nav-pills-link-active-color: #fff;--bs-nav-pills-link-active-bg: #003346}.nav-pills .nav-link{border-radius:var(--bs-nav-pills-border-radius)}.nav-pills .nav-link.active,.nav-pills .show>.nav-link{color:var(--bs-nav-pills-link-active-color);background-color:var(--bs-nav-pills-link-active-bg)}.nav-underline{--bs-nav-underline-gap: 1rem;--bs-nav-underline-border-width: 0.125rem;--bs-nav-underline-link-active-color: var(--bs-emphasis-color);gap:var(--bs-nav-underline-gap)}.nav-underline .nav-link{padding-right:0;padding-left:0;border-bottom:var(--bs-nav-underline-border-width) solid transparent}.nav-underline .nav-link:hover,.nav-underline .nav-link:focus{border-bottom-color:currentcolor}.nav-underline .nav-link.active,.nav-underline .show>.nav-link{font-weight:700;color:var(--bs-nav-underline-link-active-color);border-bottom-color:currentcolor}.nav-fill>.nav-link,.nav-fill .nav-item{flex:1 1 auto;text-align:center}.nav-justified>.nav-link,.nav-justified .nav-item{flex-basis:0;flex-grow:1;text-align:center}.nav-fill .nav-item .nav-link,.nav-justified .nav-item .nav-link{width:100%}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.navbar{--bs-navbar-padding-x: 0;--bs-navbar-padding-y: 0.5rem;--bs-navbar-color: rgba(var(--bs-emphasis-color-rgb), 0.65);--bs-navbar-hover-color: rgba(var(--bs-emphasis-color-rgb), 0.8);--bs-navbar-disabled-color: rgba(var(--bs-emphasis-color-rgb), 0.3);--bs-navbar-active-color: rgba(var(--bs-emphasis-color-rgb), 1);--bs-navbar-brand-padding-y: 0.3125rem;--bs-navbar-brand-margin-end: 1rem;--bs-navbar-brand-font-size: 1.25rem;--bs-navbar-brand-color: rgba(var(--bs-emphasis-color-rgb), 1);--bs-navbar-brand-hover-color: rgba(var(--bs-emphasis-color-rgb), 1);--bs-navbar-nav-link-padding-x: 0.5rem;--bs-navbar-toggler-padding-y: 0.25rem;--bs-navbar-toggler-padding-x: 0.75rem;--bs-navbar-toggler-font-size: 1.25rem;--bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 37, 41, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");--bs-navbar-toggler-border-color: rgba(var(--bs-emphasis-color-rgb), 0.15);--bs-navbar-toggler-border-radius: var(--bs-border-radius);--bs-navbar-toggler-focus-width: 0.25rem;--bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;position:relative;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;padding:var(--bs-navbar-padding-y) var(--bs-navbar-padding-x)}.navbar>.container,.navbar>.container-fluid,.navbar>.container-sm,.navbar>.container-md,.navbar>.container-lg,.navbar>.container-xl,.navbar>.container-xxl{display:flex;flex-wrap:inherit;align-items:center;justify-content:space-between}.navbar-brand{padding-top:var(--bs-navbar-brand-padding-y);padding-bottom:var(--bs-navbar-brand-padding-y);margin-right:var(--bs-navbar-brand-margin-end);font-size:var(--bs-navbar-brand-font-size);color:var(--bs-navbar-brand-color);text-decoration:none;white-space:nowrap}.navbar-brand:hover,.navbar-brand:focus{color:var(--bs-navbar-brand-hover-color)}.navbar-nav{--bs-nav-link-padding-x: 0;--bs-nav-link-padding-y: 0.5rem;--bs-nav-link-font-weight: ;--bs-nav-link-color: var(--bs-navbar-color);--bs-nav-link-hover-color: var(--bs-navbar-hover-color);--bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);display:flex;flex-direction:column;padding-left:0;margin-bottom:0;list-style:none}.navbar-nav .nav-link.active,.navbar-nav .nav-link.show{color:var(--bs-navbar-active-color)}.navbar-nav .dropdown-menu{position:static}.navbar-text{padding-top:0.5rem;padding-bottom:0.5rem;color:var(--bs-navbar-color)}.navbar-text a,.navbar-text a:hover,.navbar-text a:focus{color:var(--bs-navbar-active-color)}.navbar-collapse{flex-basis:100%;flex-grow:1;align-items:center}.navbar-toggler{padding:var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);font-size:var(--bs-navbar-toggler-font-size);line-height:1;color:var(--bs-navbar-color);background-color:transparent;border:var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);border-radius:var(--bs-navbar-toggler-border-radius);transition:var(--bs-navbar-toggler-transition)}@media (prefers-reduced-motion:reduce){.navbar-toggler{transition:none}}.navbar-toggler:hover{text-decoration:none}.navbar-toggler:focus{text-decoration:none;outline:0;box-shadow:0 0 0 var(--bs-navbar-toggler-focus-width)}.navbar-toggler-icon{display:inline-block;width:1.5em;height:1.5em;vertical-align:middle;background-image:var(--bs-navbar-toggler-icon-bg);background-repeat:no-repeat;background-position:center;background-size:100%}.navbar-nav-scroll{max-height:var(--bs-scroll-height, 75vh);overflow-y:auto}@media (min-width:576px){.navbar-expand-sm{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-sm .navbar-nav{flex-direction:row}.navbar-expand-sm .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-sm .navbar-nav .nav-link{padding-right:var(--bs-navbar-nav-link-padding-x);padding-left:var(--bs-navbar-nav-link-padding-x)}.navbar-expand-sm .navbar-nav-scroll{overflow:visible}.navbar-expand-sm .navbar-collapse{display:flex !important;flex-basis:auto}.navbar-expand-sm .navbar-toggler{display:none}.navbar-expand-sm .offcanvas{position:static;z-index:auto;flex-grow:1;width:auto !important;height:auto !important;visibility:visible !important;background-color:transparent !important;border:0 !important;transform:none !important;transition:none}.navbar-expand-sm .offcanvas .offcanvas-header{display:none}.navbar-expand-sm .offcanvas .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}@media (min-width:768px){.navbar-expand-md{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-md .navbar-nav{flex-direction:row}.navbar-expand-md .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-md .navbar-nav .nav-link{padding-right:var(--bs-navbar-nav-link-padding-x);padding-left:var(--bs-navbar-nav-link-padding-x)}.navbar-expand-md .navbar-nav-scroll{overflow:visible}.navbar-expand-md .navbar-collapse{display:flex !important;flex-basis:auto}.navbar-expand-md .navbar-toggler{display:none}.navbar-expand-md .offcanvas{position:static;z-index:auto;flex-grow:1;width:auto !important;height:auto !important;visibility:visible !important;background-color:transparent !important;border:0 !important;transform:none !important;transition:none}.navbar-expand-md .offcanvas .offcanvas-header{display:none}.navbar-expand-md .offcanvas .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}@media (min-width:992px){.navbar-expand-lg{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-lg .navbar-nav{flex-direction:row}.navbar-expand-lg .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-lg .navbar-nav .nav-link{padding-right:var(--bs-navbar-nav-link-padding-x);padding-left:var(--bs-navbar-nav-link-padding-x)}.navbar-expand-lg .navbar-nav-scroll{overflow:visible}.navbar-expand-lg .navbar-collapse{display:flex !important;flex-basis:auto}.navbar-expand-lg .navbar-toggler{display:none}.navbar-expand-lg .offcanvas{position:static;z-index:auto;flex-grow:1;width:auto !important;height:auto !important;visibility:visible !important;background-color:transparent !important;border:0 !important;transform:none !important;transition:none}.navbar-expand-lg .offcanvas .offcanvas-header{display:none}.navbar-expand-lg .offcanvas .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}@media (min-width:1200px){.navbar-expand-xl{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-xl .navbar-nav{flex-direction:row}.navbar-expand-xl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xl .navbar-nav .nav-link{padding-right:var(--bs-navbar-nav-link-padding-x);padding-left:var(--bs-navbar-nav-link-padding-x)}.navbar-expand-xl .navbar-nav-scroll{overflow:visible}.navbar-expand-xl .navbar-collapse{display:flex !important;flex-basis:auto}.navbar-expand-xl .navbar-toggler{display:none}.navbar-expand-xl .offcanvas{position:static;z-index:auto;flex-grow:1;width:auto !important;height:auto !important;visibility:visible !important;background-color:transparent !important;border:0 !important;transform:none !important;transition:none}.navbar-expand-xl .offcanvas .offcanvas-header{display:none}.navbar-expand-xl .offcanvas .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}@media (min-width:1400px){.navbar-expand-xxl{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-xxl .navbar-nav{flex-direction:row}.navbar-expand-xxl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xxl .navbar-nav .nav-link{padding-right:var(--bs-navbar-nav-link-padding-x);padding-left:var(--bs-navbar-nav-link-padding-x)}.navbar-expand-xxl .navbar-nav-scroll{overflow:visible}.navbar-expand-xxl .navbar-collapse{display:flex !important;flex-basis:auto}.navbar-expand-xxl .navbar-toggler{display:none}.navbar-expand-xxl .offcanvas{position:static;z-index:auto;flex-grow:1;width:auto !important;height:auto !important;visibility:visible !important;background-color:transparent !important;border:0 !important;transform:none !important;transition:none}.navbar-expand-xxl .offcanvas .offcanvas-header{display:none}.navbar-expand-xxl .offcanvas .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}.navbar-expand{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand .navbar-nav{flex-direction:row}.navbar-expand .navbar-nav .dropdown-menu{position:absolute}.navbar-expand .navbar-nav .nav-link{padding-right:var(--bs-navbar-nav-link-padding-x);padding-left:var(--bs-navbar-nav-link-padding-x)}.navbar-expand .navbar-nav-scroll{overflow:visible}.navbar-expand .navbar-collapse{display:flex !important;flex-basis:auto}.navbar-expand .navbar-toggler{display:none}.navbar-expand .offcanvas{position:static;z-index:auto;flex-grow:1;width:auto !important;height:auto !important;visibility:visible !important;background-color:transparent !important;border:0 !important;transform:none !important;transition:none}.navbar-expand .offcanvas .offcanvas-header{display:none}.navbar-expand .offcanvas .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}.navbar-dark,.navbar[data-bs-theme="dark"]{--bs-navbar-color: rgba(255, 255, 255, 0.55);--bs-navbar-hover-color: rgba(255, 255, 255, 0.75);--bs-navbar-disabled-color: rgba(255, 255, 255, 0.25);--bs-navbar-active-color: #fff;--bs-navbar-brand-color: #fff;--bs-navbar-brand-hover-color: #fff;--bs-navbar-toggler-border-color: rgba(255, 255, 255, 0.1);--bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}[data-bs-theme="dark"] .navbar-toggler-icon{--bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}.card{--bs-card-spacer-y: 1rem;--bs-card-spacer-x: 1rem;--bs-card-title-spacer-y: 0.5rem;--bs-card-title-color: ;--bs-card-subtitle-color: ;--bs-card-border-width: var(--bs-border-width);--bs-card-border-color: var(--bs-border-color-translucent);--bs-card-border-radius: var(--bs-border-radius);--bs-card-box-shadow: ;--bs-card-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));--bs-card-cap-padding-y: 0.5rem;--bs-card-cap-padding-x: 1rem;--bs-card-cap-bg: rgba(var(--bs-body-color-rgb), 0.03);--bs-card-cap-color: ;--bs-card-height: ;--bs-card-color: ;--bs-card-bg: var(--bs-body-bg);--bs-card-img-overlay-padding: 1rem;--bs-card-group-margin: 0.75rem;position:relative;display:flex;flex-direction:column;min-width:0;height:var(--bs-card-height);color:var(--bs-body-color);word-wrap:break-word;background-color:var(--bs-card-bg);background-clip:border-box;border:var(--bs-card-border-width) solid var(--bs-card-border-color);border-radius:var(--bs-card-border-radius)}.card>hr{margin-right:0;margin-left:0}.card>.list-group{border-top:inherit;border-bottom:inherit}.card>.list-group:first-child{border-top-width:0;border-top-left-radius:var(--bs-card-inner-border-radius);border-top-right-radius:var(--bs-card-inner-border-radius)}.card>.list-group:last-child{border-bottom-width:0;border-bottom-right-radius:var(--bs-card-inner-border-radius);border-bottom-left-radius:var(--bs-card-inner-border-radius)}.card>.card-header+.list-group,.card>.list-group+.card-footer{border-top:0}.card-body{flex:1 1 auto;padding:var(--bs-card-spacer-y) var(--bs-card-spacer-x);color:var(--bs-card-color)}.card-title{margin-bottom:var(--bs-card-title-spacer-y);color:var(--bs-card-title-color)}.card-subtitle{margin-top:calc(-.5 * var(--bs-card-title-spacer-y));margin-bottom:0;color:var(--bs-card-subtitle-color)}.card-text:last-child{margin-bottom:0}.card-link+.card-link{margin-left:var(--bs-card-spacer-x)}.card-header{padding:var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);margin-bottom:0;color:var(--bs-card-cap-color);background-color:var(--bs-card-cap-bg);border-bottom:var(--bs-card-border-width) solid var(--bs-card-border-color)}.card-header:first-child{border-radius:var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0}.card-footer{padding:var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);color:var(--bs-card-cap-color);background-color:var(--bs-card-cap-bg);border-top:var(--bs-card-border-width) solid var(--bs-card-border-color)}.card-footer:last-child{border-radius:0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius)}.card-header-tabs{margin-right:calc(-.5 * var(--bs-card-cap-padding-x));margin-bottom:calc(-1 * var(--bs-card-cap-padding-y));margin-left:calc(-.5 * var(--bs-card-cap-padding-x));border-bottom:0}.card-header-tabs .nav-link.active{background-color:var(--bs-card-bg);border-bottom-color:var(--bs-card-bg)}.card-header-pills{margin-right:calc(-.5 * var(--bs-card-cap-padding-x));margin-left:calc(-.5 * var(--bs-card-cap-padding-x))}.card-img-overlay{position:absolute;top:0;right:0;bottom:0;left:0;padding:var(--bs-card-img-overlay-padding);border-radius:var(--bs-card-inner-border-radius)}.card-img,.card-img-top,.card-img-bottom{width:100%}.card-img,.card-img-top{border-top-left-radius:var(--bs-card-inner-border-radius);border-top-right-radius:var(--bs-card-inner-border-radius)}.card-img,.card-img-bottom{border-bottom-right-radius:var(--bs-card-inner-border-radius);border-bottom-left-radius:var(--bs-card-inner-border-radius)}.card-group>.card{margin-bottom:var(--bs-card-group-margin)}@media (min-width:576px){.card-group{display:flex;flex-flow:row wrap}.card-group>.card{flex:1 0 0%;margin-bottom:0}.card-group>.card+.card{margin-left:0;border-left:0}.card-group>.card:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.card-group>.card:not(:last-child) .card-img-top,.card-group>.card:not(:last-child) .card-header{border-top-right-radius:0}.card-group>.card:not(:last-child) .card-img-bottom,.card-group>.card:not(:last-child) .card-footer{border-bottom-right-radius:0}.card-group>.card:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.card-group>.card:not(:first-child) .card-img-top,.card-group>.card:not(:first-child) .card-header{border-top-left-radius:0}.card-group>.card:not(:first-child) .card-img-bottom,.card-group>.card:not(:first-child) .card-footer{border-bottom-left-radius:0}}.accordion{--bs-accordion-color: var(--bs-body-color);--bs-accordion-bg: var(--bs-body-bg);--bs-accordion-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;--bs-accordion-border-color: var(--bs-border-color);--bs-accordion-border-width: var(--bs-border-width);--bs-accordion-border-radius: var(--bs-border-radius);--bs-accordion-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));--bs-accordion-btn-padding-x: 1.25rem;--bs-accordion-btn-padding-y: 1rem;--bs-accordion-btn-color: var(--bs-body-color);--bs-accordion-btn-bg: var(--bs-accordion-bg);--bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23212529' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");--bs-accordion-btn-icon-width: 1.25rem;--bs-accordion-btn-icon-transform: rotate(-180deg);--bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;--bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%2300141c' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");--bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(0, 51, 70, 0.25);--bs-accordion-body-padding-x: 1.25rem;--bs-accordion-body-padding-y: 1rem;--bs-accordion-active-color: var(--bs-primary-text-emphasis);--bs-accordion-active-bg: var(--bs-primary-bg-subtle)}.accordion-button{position:relative;display:flex;align-items:center;width:100%;padding:var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);font-size:1rem;color:var(--bs-accordion-btn-color);text-align:left;background-color:var(--bs-accordion-btn-bg);border:0;border-radius:0;overflow-anchor:none;transition:var(--bs-accordion-transition)}@media (prefers-reduced-motion:reduce){.accordion-button{transition:none}}.accordion-button:not(.collapsed){color:var(--bs-accordion-active-color);background-color:var(--bs-accordion-active-bg);box-shadow:inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color)}.accordion-button:not(.collapsed)::after{background-image:var(--bs-accordion-btn-active-icon);transform:var(--bs-accordion-btn-icon-transform)}.accordion-button::after{flex-shrink:0;width:var(--bs-accordion-btn-icon-width);height:var(--bs-accordion-btn-icon-width);margin-left:auto;content:"";background-image:var(--bs-accordion-btn-icon);background-repeat:no-repeat;background-size:var(--bs-accordion-btn-icon-width);transition:var(--bs-accordion-btn-icon-transition)}@media (prefers-reduced-motion:reduce){.accordion-button::after{transition:none}}.accordion-button:hover{z-index:2}.accordion-button:focus{z-index:3;outline:0;box-shadow:var(--bs-accordion-btn-focus-box-shadow)}.accordion-header{margin-bottom:0}.accordion-item{color:var(--bs-accordion-color);background-color:var(--bs-accordion-bg);border:var(--bs-accordion-border-width) solid var(--bs-accordion-border-color)}.accordion-item:first-of-type{border-top-left-radius:var(--bs-accordion-border-radius);border-top-right-radius:var(--bs-accordion-border-radius)}.accordion-item:first-of-type>.accordion-header .accordion-button{border-top-left-radius:var(--bs-accordion-inner-border-radius);border-top-right-radius:var(--bs-accordion-inner-border-radius)}.accordion-item:not(:first-of-type){border-top:0}.accordion-item:last-of-type{border-bottom-right-radius:var(--bs-accordion-border-radius);border-bottom-left-radius:var(--bs-accordion-border-radius)}.accordion-item:last-of-type>.accordion-header .accordion-button.collapsed{border-bottom-right-radius:var(--bs-accordion-inner-border-radius);border-bottom-left-radius:var(--bs-accordion-inner-border-radius)}.accordion-item:last-of-type>.accordion-collapse{border-bottom-right-radius:var(--bs-accordion-border-radius);border-bottom-left-radius:var(--bs-accordion-border-radius)}.accordion-body{padding:var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x)}.accordion-flush>.accordion-item{border-right:0;border-left:0;border-radius:0}.accordion-flush>.accordion-item:first-child{border-top:0}.accordion-flush>.accordion-item:last-child{border-bottom:0}.accordion-flush>.accordion-item>.accordion-header .accordion-button,.accordion-flush>.accordion-item>.accordion-header .accordion-button.collapsed{border-radius:0}.accordion-flush>.accordion-item>.accordion-collapse{border-radius:0}[data-bs-theme="dark"] .accordion-button::after{--bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23668590'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");--bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23668590'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")}.breadcrumb{--bs-breadcrumb-padding-x: 0;--bs-breadcrumb-padding-y: 0;--bs-breadcrumb-margin-bottom: 1rem;--bs-breadcrumb-bg: ;--bs-breadcrumb-border-radius: ;--bs-breadcrumb-divider-color: var(--bs-secondary-color);--bs-breadcrumb-item-padding-x: 0.5rem;--bs-breadcrumb-item-active-color: var(--bs-secondary-color);display:flex;flex-wrap:wrap;padding:var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);margin-bottom:var(--bs-breadcrumb-margin-bottom);font-size:var(--bs-breadcrumb-font-size);list-style:none;background-color:var(--bs-breadcrumb-bg);border-radius:var(--bs-breadcrumb-border-radius)}.breadcrumb-item+.breadcrumb-item{padding-left:var(--bs-breadcrumb-item-padding-x)}.breadcrumb-item+.breadcrumb-item::before{float:left;padding-right:var(--bs-breadcrumb-item-padding-x);color:var(--bs-breadcrumb-divider-color);content:var(--bs-breadcrumb-divider, "/") /* rtl: var(--bs-breadcrumb-divider, "/") */}.breadcrumb-item.active{color:var(--bs-breadcrumb-item-active-color)}.pagination{--bs-pagination-padding-x: 0.75rem;--bs-pagination-padding-y: 0.375rem;--bs-pagination-font-size:1rem;--bs-pagination-color: var(--bs-link-color);--bs-pagination-bg: var(--bs-body-bg);--bs-pagination-border-width: var(--bs-border-width);--bs-pagination-border-color: var(--bs-border-color);--bs-pagination-border-radius: var(--bs-border-radius);--bs-pagination-hover-color: var(--bs-link-hover-color);--bs-pagination-hover-bg: var(--bs-tertiary-bg);--bs-pagination-hover-border-color: var(--bs-border-color);--bs-pagination-focus-color: var(--bs-link-hover-color);--bs-pagination-focus-bg: var(--bs-secondary-bg);--bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(0, 51, 70, 0.25);--bs-pagination-active-color: #fff;--bs-pagination-active-bg: #003346;--bs-pagination-active-border-color: #003346;--bs-pagination-disabled-color: var(--bs-secondary-color);--bs-pagination-disabled-bg: var(--bs-secondary-bg);--bs-pagination-disabled-border-color: var(--bs-border-color);display:flex;padding-left:0;list-style:none}.page-link{position:relative;display:block;padding:var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);font-size:var(--bs-pagination-font-size);color:var(--bs-pagination-color);text-decoration:none;background-color:var(--bs-pagination-bg);border:var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);transition:color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out}@media (prefers-reduced-motion:reduce){.page-link{transition:none}}.page-link:hover{z-index:2;color:var(--bs-pagination-hover-color);background-color:var(--bs-pagination-hover-bg);border-color:var(--bs-pagination-hover-border-color)}.page-link:focus{z-index:3;color:var(--bs-pagination-focus-color);background-color:var(--bs-pagination-focus-bg);outline:0;box-shadow:var(--bs-pagination-focus-box-shadow)}.page-link.active,.active>.page-link{z-index:3;color:var(--bs-pagination-active-color);background-color:var(--bs-pagination-active-bg);border-color:var(--bs-pagination-active-border-color)}.page-link.disabled,.disabled>.page-link{color:var(--bs-pagination-disabled-color);pointer-events:none;background-color:var(--bs-pagination-disabled-bg);border-color:var(--bs-pagination-disabled-border-color)}.page-item:not(:first-child) .page-link{margin-left:calc(var(--bs-border-width) * -1)}.page-item:first-child .page-link{border-top-left-radius:var(--bs-pagination-border-radius);border-bottom-left-radius:var(--bs-pagination-border-radius)}.page-item:last-child .page-link{border-top-right-radius:var(--bs-pagination-border-radius);border-bottom-right-radius:var(--bs-pagination-border-radius)}.pagination-lg{--bs-pagination-padding-x: 1.5rem;--bs-pagination-padding-y: 0.75rem;--bs-pagination-font-size:1.25rem;--bs-pagination-border-radius: var(--bs-border-radius-lg)}.pagination-sm{--bs-pagination-padding-x: 0.5rem;--bs-pagination-padding-y: 0.25rem;--bs-pagination-font-size:0.875rem;--bs-pagination-border-radius: var(--bs-border-radius-sm)}.badge{--bs-badge-padding-x: 0.65em;--bs-badge-padding-y: 0.35em;--bs-badge-font-size:0.75em;--bs-badge-font-weight: 700;--bs-badge-color: #fff;--bs-badge-border-radius: var(--bs-border-radius);display:inline-block;padding:var(--bs-badge-padding-y) var(--bs-badge-padding-x);font-size:var(--bs-badge-font-size);font-weight:var(--bs-badge-font-weight);line-height:1;color:var(--bs-badge-color);text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:var(--bs-badge-border-radius)}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.alert{--bs-alert-bg: transparent;--bs-alert-padding-x: 1rem;--bs-alert-padding-y: 1rem;--bs-alert-margin-bottom: 1rem;--bs-alert-color: inherit;--bs-alert-border-color: transparent;--bs-alert-border: var(--bs-border-width) solid var(--bs-alert-border-color);--bs-alert-border-radius: var(--bs-border-radius);--bs-alert-link-color: inherit;position:relative;padding:var(--bs-alert-padding-y) var(--bs-alert-padding-x);margin-bottom:var(--bs-alert-margin-bottom);color:var(--bs-alert-color);background-color:var(--bs-alert-bg);border:var(--bs-alert-border);border-radius:var(--bs-alert-border-radius)}.alert-heading{color:inherit}.alert-link{font-weight:700;color:var(--bs-alert-link-color)}.alert-dismissible{padding-right:3rem}.alert-dismissible .btn-close{position:absolute;top:0;right:0;z-index:2;padding:1.25rem 1rem}.alert-primary{--bs-alert-color: var(--bs-primary-text-emphasis);--bs-alert-bg: var(--bs-primary-bg-subtle);--bs-alert-border-color: var(--bs-primary-border-subtle);--bs-alert-link-color: var(--bs-primary-text-emphasis)}.alert-secondary{--bs-alert-color: var(--bs-secondary-text-emphasis);--bs-alert-bg: var(--bs-secondary-bg-subtle);--bs-alert-border-color: var(--bs-secondary-border-subtle);--bs-alert-link-color: var(--bs-secondary-text-emphasis)}.alert-success{--bs-alert-color: var(--bs-success-text-emphasis);--bs-alert-bg: var(--bs-success-bg-subtle);--bs-alert-border-color: var(--bs-success-border-subtle);--bs-alert-link-color: var(--bs-success-text-emphasis)}.alert-info{--bs-alert-color: var(--bs-info-text-emphasis);--bs-alert-bg: var(--bs-info-bg-subtle);--bs-alert-border-color: var(--bs-info-border-subtle);--bs-alert-link-color: var(--bs-info-text-emphasis)}.alert-warning{--bs-alert-color: var(--bs-warning-text-emphasis);--bs-alert-bg: var(--bs-warning-bg-subtle);--bs-alert-border-color: var(--bs-warning-border-subtle);--bs-alert-link-color: var(--bs-warning-text-emphasis)}.alert-danger{--bs-alert-color: var(--bs-danger-text-emphasis);--bs-alert-bg: var(--bs-danger-bg-subtle);--bs-alert-border-color: var(--bs-danger-border-subtle);--bs-alert-link-color: var(--bs-danger-text-emphasis)}.alert-light{--bs-alert-color: var(--bs-light-text-emphasis);--bs-alert-bg: var(--bs-light-bg-subtle);--bs-alert-border-color: var(--bs-light-border-subtle);--bs-alert-link-color: var(--bs-light-text-emphasis)}.alert-dark{--bs-alert-color: var(--bs-dark-text-emphasis);--bs-alert-bg: var(--bs-dark-bg-subtle);--bs-alert-border-color: var(--bs-dark-border-subtle);--bs-alert-link-color: var(--bs-dark-text-emphasis)}@keyframes progress-bar-stripes{0%{background-position-x:1rem}}.progress,.progress-stacked{--bs-progress-height: 1rem;--bs-progress-font-size:0.75rem;--bs-progress-bg: var(--bs-secondary-bg);--bs-progress-border-radius: var(--bs-border-radius);--bs-progress-box-shadow: var(--bs-box-shadow-inset);--bs-progress-bar-color: #fff;--bs-progress-bar-bg: #003346;--bs-progress-bar-transition: width 0.6s ease;display:flex;height:var(--bs-progress-height);overflow:hidden;font-size:var(--bs-progress-font-size);background-color:var(--bs-progress-bg);border-radius:var(--bs-progress-border-radius)}.progress-bar{display:flex;flex-direction:column;justify-content:center;overflow:hidden;color:var(--bs-progress-bar-color);text-align:center;white-space:nowrap;background-color:var(--bs-progress-bar-bg);transition:var(--bs-progress-bar-transition)}@media (prefers-reduced-motion:reduce){.progress-bar{transition:none}}.progress-bar-striped{background-image:linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-size:var(--bs-progress-height) var(--bs-progress-height)}.progress-stacked>.progress{overflow:visible}.progress-stacked>.progress>.progress-bar{width:100%}.progress-bar-animated{animation:1s linear infinite progress-bar-stripes}@media (prefers-reduced-motion:reduce){.progress-bar-animated{animation:none}}.list-group{--bs-list-group-color: var(--bs-body-color);--bs-list-group-bg: var(--bs-body-bg);--bs-list-group-border-color: var(--bs-border-color);--bs-list-group-border-width: var(--bs-border-width);--bs-list-group-border-radius: var(--bs-border-radius);--bs-list-group-item-padding-x: 1rem;--bs-list-group-item-padding-y: 0.5rem;--bs-list-group-action-color: var(--bs-secondary-color);--bs-list-group-action-hover-color: var(--bs-emphasis-color);--bs-list-group-action-hover-bg: var(--bs-tertiary-bg);--bs-list-group-action-active-color: var(--bs-body-color);--bs-list-group-action-active-bg: var(--bs-secondary-bg);--bs-list-group-disabled-color: var(--bs-secondary-color);--bs-list-group-disabled-bg: var(--bs-body-bg);--bs-list-group-active-color: #fff;--bs-list-group-active-bg: #003346;--bs-list-group-active-border-color: #003346;display:flex;flex-direction:column;padding-left:0;margin-bottom:0;border-radius:var(--bs-list-group-border-radius)}.list-group-numbered{list-style-type:none;counter-reset:section}.list-group-numbered>.list-group-item::before{content:counters(section, ".") ". ";counter-increment:section}.list-group-item-action{width:100%;color:var(--bs-list-group-action-color);text-align:inherit}.list-group-item-action:hover,.list-group-item-action:focus{z-index:1;color:var(--bs-list-group-action-hover-color);text-decoration:none;background-color:var(--bs-list-group-action-hover-bg)}.list-group-item-action:active{color:var(--bs-list-group-action-active-color);background-color:var(--bs-list-group-action-active-bg)}.list-group-item{position:relative;display:block;padding:var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);color:var(--bs-list-group-color);text-decoration:none;background-color:var(--bs-list-group-bg);border:var(--bs-list-group-border-width) solid var(--bs-list-group-border-color)}.list-group-item:first-child{border-top-left-radius:inherit;border-top-right-radius:inherit}.list-group-item:last-child{border-bottom-right-radius:inherit;border-bottom-left-radius:inherit}.list-group-item.disabled,.list-group-item:disabled{color:var(--bs-list-group-disabled-color);pointer-events:none;background-color:var(--bs-list-group-disabled-bg)}.list-group-item.active{z-index:2;color:var(--bs-list-group-active-color);background-color:var(--bs-list-group-active-bg);border-color:var(--bs-list-group-active-border-color)}.list-group-item+.list-group-item{border-top-width:0}.list-group-item+.list-group-item.active{margin-top:calc(-1 * var(--bs-list-group-border-width));border-top-width:var(--bs-list-group-border-width)}.list-group-horizontal{flex-direction:row}.list-group-horizontal>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.list-group-horizontal>.list-group-item:last-child:not(:first-child){border-top-right-radius:var(--bs-list-group-border-radius);border-bottom-left-radius:0}.list-group-horizontal>.list-group-item.active{margin-top:0}.list-group-horizontal>.list-group-item+.list-group-item{border-top-width:var(--bs-list-group-border-width);border-left-width:0}.list-group-horizontal>.list-group-item+.list-group-item.active{margin-left:calc(-1 * var(--bs-list-group-border-width));border-left-width:var(--bs-list-group-border-width)}@media (min-width:576px){.list-group-horizontal-sm{flex-direction:row}.list-group-horizontal-sm>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.list-group-horizontal-sm>.list-group-item:last-child:not(:first-child){border-top-right-radius:var(--bs-list-group-border-radius);border-bottom-left-radius:0}.list-group-horizontal-sm>.list-group-item.active{margin-top:0}.list-group-horizontal-sm>.list-group-item+.list-group-item{border-top-width:var(--bs-list-group-border-width);border-left-width:0}.list-group-horizontal-sm>.list-group-item+.list-group-item.active{margin-left:calc(-1 * var(--bs-list-group-border-width));border-left-width:var(--bs-list-group-border-width)}}@media (min-width:768px){.list-group-horizontal-md{flex-direction:row}.list-group-horizontal-md>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.list-group-horizontal-md>.list-group-item:last-child:not(:first-child){border-top-right-radius:var(--bs-list-group-border-radius);border-bottom-left-radius:0}.list-group-horizontal-md>.list-group-item.active{margin-top:0}.list-group-horizontal-md>.list-group-item+.list-group-item{border-top-width:var(--bs-list-group-border-width);border-left-width:0}.list-group-horizontal-md>.list-group-item+.list-group-item.active{margin-left:calc(-1 * var(--bs-list-group-border-width));border-left-width:var(--bs-list-group-border-width)}}@media (min-width:992px){.list-group-horizontal-lg{flex-direction:row}.list-group-horizontal-lg>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.list-group-horizontal-lg>.list-group-item:last-child:not(:first-child){border-top-right-radius:var(--bs-list-group-border-radius);border-bottom-left-radius:0}.list-group-horizontal-lg>.list-group-item.active{margin-top:0}.list-group-horizontal-lg>.list-group-item+.list-group-item{border-top-width:var(--bs-list-group-border-width);border-left-width:0}.list-group-horizontal-lg>.list-group-item+.list-group-item.active{margin-left:calc(-1 * var(--bs-list-group-border-width));border-left-width:var(--bs-list-group-border-width)}}@media (min-width:1200px){.list-group-horizontal-xl{flex-direction:row}.list-group-horizontal-xl>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.list-group-horizontal-xl>.list-group-item:last-child:not(:first-child){border-top-right-radius:var(--bs-list-group-border-radius);border-bottom-left-radius:0}.list-group-horizontal-xl>.list-group-item.active{margin-top:0}.list-group-horizontal-xl>.list-group-item+.list-group-item{border-top-width:var(--bs-list-group-border-width);border-left-width:0}.list-group-horizontal-xl>.list-group-item+.list-group-item.active{margin-left:calc(-1 * var(--bs-list-group-border-width));border-left-width:var(--bs-list-group-border-width)}}@media (min-width:1400px){.list-group-horizontal-xxl{flex-direction:row}.list-group-horizontal-xxl>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.list-group-horizontal-xxl>.list-group-item:last-child:not(:first-child){border-top-right-radius:var(--bs-list-group-border-radius);border-bottom-left-radius:0}.list-group-horizontal-xxl>.list-group-item.active{margin-top:0}.list-group-horizontal-xxl>.list-group-item+.list-group-item{border-top-width:var(--bs-list-group-border-width);border-left-width:0}.list-group-horizontal-xxl>.list-group-item+.list-group-item.active{margin-left:calc(-1 * var(--bs-list-group-border-width));border-left-width:var(--bs-list-group-border-width)}}.list-group-flush{border-radius:0}.list-group-flush>.list-group-item{border-width:0 0 var(--bs-list-group-border-width)}.list-group-flush>.list-group-item:last-child{border-bottom-width:0}.list-group-item-primary{--bs-list-group-color: var(--bs-primary-text-emphasis);--bs-list-group-bg: var(--bs-primary-bg-subtle);--bs-list-group-border-color: var(--bs-primary-border-subtle);--bs-list-group-action-hover-color: var(--bs-emphasis-color);--bs-list-group-action-hover-bg: var(--bs-primary-border-subtle);--bs-list-group-action-active-color: var(--bs-emphasis-color);--bs-list-group-action-active-bg: var(--bs-primary-border-subtle);--bs-list-group-active-color: var(--bs-primary-bg-subtle);--bs-list-group-active-bg: var(--bs-primary-text-emphasis);--bs-list-group-active-border-color: var(--bs-primary-text-emphasis)}.list-group-item-secondary{--bs-list-group-color: var(--bs-secondary-text-emphasis);--bs-list-group-bg: var(--bs-secondary-bg-subtle);--bs-list-group-border-color: var(--bs-secondary-border-subtle);--bs-list-group-action-hover-color: var(--bs-emphasis-color);--bs-list-group-action-hover-bg: var(--bs-secondary-border-subtle);--bs-list-group-action-active-color: var(--bs-emphasis-color);--bs-list-group-action-active-bg: var(--bs-secondary-border-subtle);--bs-list-group-active-color: var(--bs-secondary-bg-subtle);--bs-list-group-active-bg: var(--bs-secondary-text-emphasis);--bs-list-group-active-border-color: var(--bs-secondary-text-emphasis)}.list-group-item-success{--bs-list-group-color: var(--bs-success-text-emphasis);--bs-list-group-bg: var(--bs-success-bg-subtle);--bs-list-group-border-color: var(--bs-success-border-subtle);--bs-list-group-action-hover-color: var(--bs-emphasis-color);--bs-list-group-action-hover-bg: var(--bs-success-border-subtle);--bs-list-group-action-active-color: var(--bs-emphasis-color);--bs-list-group-action-active-bg: var(--bs-success-border-subtle);--bs-list-group-active-color: var(--bs-success-bg-subtle);--bs-list-group-active-bg: var(--bs-success-text-emphasis);--bs-list-group-active-border-color: var(--bs-success-text-emphasis)}.list-group-item-info{--bs-list-group-color: var(--bs-info-text-emphasis);--bs-list-group-bg: var(--bs-info-bg-subtle);--bs-list-group-border-color: var(--bs-info-border-subtle);--bs-list-group-action-hover-color: var(--bs-emphasis-color);--bs-list-group-action-hover-bg: var(--bs-info-border-subtle);--bs-list-group-action-active-color: var(--bs-emphasis-color);--bs-list-group-action-active-bg: var(--bs-info-border-subtle);--bs-list-group-active-color: var(--bs-info-bg-subtle);--bs-list-group-active-bg: var(--bs-info-text-emphasis);--bs-list-group-active-border-color: var(--bs-info-text-emphasis)}.list-group-item-warning{--bs-list-group-color: var(--bs-warning-text-emphasis);--bs-list-group-bg: var(--bs-warning-bg-subtle);--bs-list-group-border-color: var(--bs-warning-border-subtle);--bs-list-group-action-hover-color: var(--bs-emphasis-color);--bs-list-group-action-hover-bg: var(--bs-warning-border-subtle);--bs-list-group-action-active-color: var(--bs-emphasis-color);--bs-list-group-action-active-bg: var(--bs-warning-border-subtle);--bs-list-group-active-color: var(--bs-warning-bg-subtle);--bs-list-group-active-bg: var(--bs-warning-text-emphasis);--bs-list-group-active-border-color: var(--bs-warning-text-emphasis)}.list-group-item-danger{--bs-list-group-color: var(--bs-danger-text-emphasis);--bs-list-group-bg: var(--bs-danger-bg-subtle);--bs-list-group-border-color: var(--bs-danger-border-subtle);--bs-list-group-action-hover-color: var(--bs-emphasis-color);--bs-list-group-action-hover-bg: var(--bs-danger-border-subtle);--bs-list-group-action-active-color: var(--bs-emphasis-color);--bs-list-group-action-active-bg: var(--bs-danger-border-subtle);--bs-list-group-active-color: var(--bs-danger-bg-subtle);--bs-list-group-active-bg: var(--bs-danger-text-emphasis);--bs-list-group-active-border-color: var(--bs-danger-text-emphasis)}.list-group-item-light{--bs-list-group-color: var(--bs-light-text-emphasis);--bs-list-group-bg: var(--bs-light-bg-subtle);--bs-list-group-border-color: var(--bs-light-border-subtle);--bs-list-group-action-hover-color: var(--bs-emphasis-color);--bs-list-group-action-hover-bg: var(--bs-light-border-subtle);--bs-list-group-action-active-color: var(--bs-emphasis-color);--bs-list-group-action-active-bg: var(--bs-light-border-subtle);--bs-list-group-active-color: var(--bs-light-bg-subtle);--bs-list-group-active-bg: var(--bs-light-text-emphasis);--bs-list-group-active-border-color: var(--bs-light-text-emphasis)}.list-group-item-dark{--bs-list-group-color: var(--bs-dark-text-emphasis);--bs-list-group-bg: var(--bs-dark-bg-subtle);--bs-list-group-border-color: var(--bs-dark-border-subtle);--bs-list-group-action-hover-color: var(--bs-emphasis-color);--bs-list-group-action-hover-bg: var(--bs-dark-border-subtle);--bs-list-group-action-active-color: var(--bs-emphasis-color);--bs-list-group-action-active-bg: var(--bs-dark-border-subtle);--bs-list-group-active-color: var(--bs-dark-bg-subtle);--bs-list-group-active-bg: var(--bs-dark-text-emphasis);--bs-list-group-active-border-color: var(--bs-dark-text-emphasis)}.btn-close{--bs-btn-close-color: #000;--bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");--bs-btn-close-opacity: 0.5;--bs-btn-close-hover-opacity: 0.75;--bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(0, 51, 70, 0.25);--bs-btn-close-focus-opacity: 1;--bs-btn-close-disabled-opacity: 0.25;--bs-btn-close-white-filter: invert(1) grayscale(100%) brightness(200%);box-sizing:content-box;width:1em;height:1em;padding:0.25em 0.25em;color:var(--bs-btn-close-color);background:transparent var(--bs-btn-close-bg) center / 1em auto no-repeat;border:0;border-radius:0.375rem;opacity:var(--bs-btn-close-opacity)}.btn-close:hover{color:var(--bs-btn-close-color);text-decoration:none;opacity:var(--bs-btn-close-hover-opacity)}.btn-close:focus{outline:0;box-shadow:var(--bs-btn-close-focus-shadow);opacity:var(--bs-btn-close-focus-opacity)}.btn-close:disabled,.btn-close.disabled{pointer-events:none;user-select:none;opacity:var(--bs-btn-close-disabled-opacity)}.btn-close-white{filter:var(--bs-btn-close-white-filter)}[data-bs-theme="dark"] .btn-close{filter:var(--bs-btn-close-white-filter)}.toast{--bs-toast-zindex: 1090;--bs-toast-padding-x: 0.75rem;--bs-toast-padding-y: 0.5rem;--bs-toast-spacing: 1.5rem;--bs-toast-max-width: 350px;--bs-toast-font-size:0.875rem;--bs-toast-color: ;--bs-toast-bg: rgba(var(--bs-body-bg-rgb), 0.85);--bs-toast-border-width: var(--bs-border-width);--bs-toast-border-color: var(--bs-border-color-translucent);--bs-toast-border-radius: var(--bs-border-radius);--bs-toast-box-shadow: var(--bs-box-shadow);--bs-toast-header-color: var(--bs-secondary-color);--bs-toast-header-bg: rgba(var(--bs-body-bg-rgb), 0.85);--bs-toast-header-border-color: var(--bs-border-color-translucent);width:var(--bs-toast-max-width);max-width:100%;font-size:var(--bs-toast-font-size);color:var(--bs-toast-color);pointer-events:auto;background-color:var(--bs-toast-bg);background-clip:padding-box;border:var(--bs-toast-border-width) solid var(--bs-toast-border-color);box-shadow:var(--bs-toast-box-shadow);border-radius:var(--bs-toast-border-radius)}.toast.showing{opacity:0}.toast:not(.show){display:none}.toast-container{--bs-toast-zindex: 1090;position:absolute;z-index:var(--bs-toast-zindex);width:max-content;max-width:100%;pointer-events:none}.toast-container>:not(:last-child){margin-bottom:var(--bs-toast-spacing)}.toast-header{display:flex;align-items:center;padding:var(--bs-toast-padding-y) var(--bs-toast-padding-x);color:var(--bs-toast-header-color);background-color:var(--bs-toast-header-bg);background-clip:padding-box;border-bottom:var(--bs-toast-border-width) solid var(--bs-toast-header-border-color);border-top-left-radius:calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));border-top-right-radius:calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width))}.toast-header .btn-close{margin-right:calc(-.5 * var(--bs-toast-padding-x));margin-left:var(--bs-toast-padding-x)}.toast-body{padding:var(--bs-toast-padding-x);word-wrap:break-word}.modal{--bs-modal-zindex: 1055;--bs-modal-width: 500px;--bs-modal-padding: 1rem;--bs-modal-margin: 0.5rem;--bs-modal-color: ;--bs-modal-bg: var(--bs-body-bg);--bs-modal-border-color: var(--bs-border-color-translucent);--bs-modal-border-width: var(--bs-border-width);--bs-modal-border-radius: var(--bs-border-radius-lg);--bs-modal-box-shadow: var(--bs-box-shadow-sm);--bs-modal-inner-border-radius: calc(var(--bs-border-radius-lg) - (var(--bs-border-width)));--bs-modal-header-padding-x: 1rem;--bs-modal-header-padding-y: 1rem;--bs-modal-header-padding: 1rem 1rem;--bs-modal-header-border-color: var(--bs-border-color);--bs-modal-header-border-width: var(--bs-border-width);--bs-modal-title-line-height: 1.5;--bs-modal-footer-gap: 0.5rem;--bs-modal-footer-bg: ;--bs-modal-footer-border-color: var(--bs-border-color);--bs-modal-footer-border-width: var(--bs-border-width);position:fixed;top:0;left:0;z-index:var(--bs-modal-zindex);display:none;width:100%;height:100%;overflow-x:hidden;overflow-y:auto;outline:0}.modal-dialog{position:relative;width:auto;margin:var(--bs-modal-margin);pointer-events:none}.modal.fade .modal-dialog{transition:transform 0.3s ease-out;transform:translate(0, -50px)}@media (prefers-reduced-motion:reduce){.modal.fade .modal-dialog{transition:none}}.modal.show .modal-dialog{transform:none}.modal.modal-static .modal-dialog{transform:scale(1.02)}.modal-dialog-scrollable{height:calc(100% - var(--bs-modal-margin) * 2)}.modal-dialog-scrollable .modal-content{max-height:100%;overflow:hidden}.modal-dialog-scrollable .modal-body{overflow-y:auto}.modal-dialog-centered{display:flex;align-items:center;min-height:calc(100% - var(--bs-modal-margin) * 2)}.modal-content{position:relative;display:flex;flex-direction:column;width:100%;color:var(--bs-modal-color);pointer-events:auto;background-color:var(--bs-modal-bg);background-clip:padding-box;border:var(--bs-modal-border-width) solid var(--bs-modal-border-color);border-radius:var(--bs-modal-border-radius);outline:0}.modal-backdrop{--bs-backdrop-zindex: 1050;--bs-backdrop-bg: #000;--bs-backdrop-opacity: 0.5;position:fixed;top:0;left:0;z-index:var(--bs-backdrop-zindex);width:100vw;height:100vh;background-color:var(--bs-backdrop-bg)}.modal-backdrop.fade{opacity:0}.modal-backdrop.show{opacity:var(--bs-backdrop-opacity)}.modal-header{display:flex;flex-shrink:0;align-items:center;padding:var(--bs-modal-header-padding);border-bottom:var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);border-top-left-radius:var(--bs-modal-inner-border-radius);border-top-right-radius:var(--bs-modal-inner-border-radius)}.modal-header .btn-close{padding:calc(var(--bs-modal-header-padding-y) * .5) calc(var(--bs-modal-header-padding-x) * .5);margin:calc(-.5 * var(--bs-modal-header-padding-y)) calc(-.5 * var(--bs-modal-header-padding-x)) calc(-.5 * var(--bs-modal-header-padding-y)) auto}.modal-title{margin-bottom:0;line-height:var(--bs-modal-title-line-height)}.modal-body{position:relative;flex:1 1 auto;padding:var(--bs-modal-padding)}.modal-footer{display:flex;flex-shrink:0;flex-wrap:wrap;align-items:center;justify-content:flex-end;padding:calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * .5);background-color:var(--bs-modal-footer-bg);border-top:var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);border-bottom-right-radius:var(--bs-modal-inner-border-radius);border-bottom-left-radius:var(--bs-modal-inner-border-radius)}.modal-footer>*{margin:calc(var(--bs-modal-footer-gap) * .5)}@media (min-width:576px){.modal{--bs-modal-margin: 1.75rem;--bs-modal-box-shadow: var(--bs-box-shadow)}.modal-dialog{max-width:var(--bs-modal-width);margin-right:auto;margin-left:auto}.modal-sm{--bs-modal-width: 300px}}@media (min-width:992px){.modal-lg,.modal-xl{--bs-modal-width: 800px}}@media (min-width:1200px){.modal-xl{--bs-modal-width: 1140px}}.modal-fullscreen{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen .modal-header,.modal-fullscreen .modal-footer{border-radius:0}.modal-fullscreen .modal-body{overflow-y:auto}@media (max-width:575.98px){.modal-fullscreen-sm-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-sm-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-sm-down .modal-header,.modal-fullscreen-sm-down .modal-footer{border-radius:0}.modal-fullscreen-sm-down .modal-body{overflow-y:auto}}@media (max-width:767.98px){.modal-fullscreen-md-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-md-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-md-down .modal-header,.modal-fullscreen-md-down .modal-footer{border-radius:0}.modal-fullscreen-md-down .modal-body{overflow-y:auto}}@media (max-width:991.98px){.modal-fullscreen-lg-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-lg-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-lg-down .modal-header,.modal-fullscreen-lg-down .modal-footer{border-radius:0}.modal-fullscreen-lg-down .modal-body{overflow-y:auto}}@media (max-width:1199.98px){.modal-fullscreen-xl-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-xl-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-xl-down .modal-header,.modal-fullscreen-xl-down .modal-footer{border-radius:0}.modal-fullscreen-xl-down .modal-body{overflow-y:auto}}@media (max-width:1399.98px){.modal-fullscreen-xxl-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-xxl-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-xxl-down .modal-header,.modal-fullscreen-xxl-down .modal-footer{border-radius:0}.modal-fullscreen-xxl-down .modal-body{overflow-y:auto}}.tooltip{--bs-tooltip-zindex: 1080;--bs-tooltip-max-width: 200px;--bs-tooltip-padding-x: 0.5rem;--bs-tooltip-padding-y: 0.25rem;--bs-tooltip-margin: ;--bs-tooltip-font-size:0.875rem;--bs-tooltip-color: var(--bs-body-bg);--bs-tooltip-bg: var(--bs-emphasis-color);--bs-tooltip-border-radius: var(--bs-border-radius);--bs-tooltip-opacity: 0.9;--bs-tooltip-arrow-width: 0.8rem;--bs-tooltip-arrow-height: 0.4rem;z-index:var(--bs-tooltip-zindex);display:block;margin:var(--bs-tooltip-margin);font-family:var(--bs-font-sans-serif);font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;white-space:normal;word-spacing:normal;line-break:auto;font-size:var(--bs-tooltip-font-size);word-wrap:break-word;opacity:0}.tooltip.show{opacity:var(--bs-tooltip-opacity)}.tooltip .tooltip-arrow{display:block;width:var(--bs-tooltip-arrow-width);height:var(--bs-tooltip-arrow-height)}.tooltip .tooltip-arrow::before{position:absolute;content:"";border-color:transparent;border-style:solid}.bs-tooltip-top .tooltip-arrow,.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow{bottom:calc(-1 * var(--bs-tooltip-arrow-height))}.bs-tooltip-top .tooltip-arrow::before,.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before{top:-1px;border-width:var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * .5) 0;border-top-color:var(--bs-tooltip-bg)}.bs-tooltip-end .tooltip-arrow,.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow{left:calc(-1 * var(--bs-tooltip-arrow-height));width:var(--bs-tooltip-arrow-height);height:var(--bs-tooltip-arrow-width)}.bs-tooltip-end .tooltip-arrow::before,.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before{right:-1px;border-width:calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * .5) 0;border-right-color:var(--bs-tooltip-bg)}.bs-tooltip-bottom .tooltip-arrow,.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow{top:calc(-1 * var(--bs-tooltip-arrow-height))}.bs-tooltip-bottom .tooltip-arrow::before,.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before{bottom:-1px;border-width:0 calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height);border-bottom-color:var(--bs-tooltip-bg)}.bs-tooltip-start .tooltip-arrow,.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow{right:calc(-1 * var(--bs-tooltip-arrow-height));width:var(--bs-tooltip-arrow-height);height:var(--bs-tooltip-arrow-width)}.bs-tooltip-start .tooltip-arrow::before,.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before{left:-1px;border-width:calc(var(--bs-tooltip-arrow-width) * .5) 0 calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height);border-left-color:var(--bs-tooltip-bg)}.tooltip-inner{max-width:var(--bs-tooltip-max-width);padding:var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);color:var(--bs-tooltip-color);text-align:center;background-color:var(--bs-tooltip-bg);border-radius:var(--bs-tooltip-border-radius)}.popover{--bs-popover-zindex: 1070;--bs-popover-max-width: 276px;--bs-popover-font-size:0.875rem;--bs-popover-bg: var(--bs-body-bg);--bs-popover-border-width: var(--bs-border-width);--bs-popover-border-color: var(--bs-border-color-translucent);--bs-popover-border-radius: var(--bs-border-radius-lg);--bs-popover-inner-border-radius: calc(var(--bs-border-radius-lg) - var(--bs-border-width));--bs-popover-box-shadow: var(--bs-box-shadow);--bs-popover-header-padding-x: 1rem;--bs-popover-header-padding-y: 0.5rem;--bs-popover-header-font-size:1rem;--bs-popover-header-color: inherit;--bs-popover-header-bg: var(--bs-secondary-bg);--bs-popover-body-padding-x: 1rem;--bs-popover-body-padding-y: 1rem;--bs-popover-body-color: var(--bs-body-color);--bs-popover-arrow-width: 1rem;--bs-popover-arrow-height: 0.5rem;--bs-popover-arrow-border: var(--bs-popover-border-color);z-index:var(--bs-popover-zindex);display:block;max-width:var(--bs-popover-max-width);font-family:var(--bs-font-sans-serif);font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;white-space:normal;word-spacing:normal;line-break:auto;font-size:var(--bs-popover-font-size);word-wrap:break-word;background-color:var(--bs-popover-bg);background-clip:padding-box;border:var(--bs-popover-border-width) solid var(--bs-popover-border-color);border-radius:var(--bs-popover-border-radius)}.popover .popover-arrow{display:block;width:var(--bs-popover-arrow-width);height:var(--bs-popover-arrow-height)}.popover .popover-arrow::before,.popover .popover-arrow::after{position:absolute;display:block;content:"";border-color:transparent;border-style:solid;border-width:0}.bs-popover-top>.popover-arrow,.bs-popover-auto[data-popper-placement^="top"]>.popover-arrow{bottom:calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width))}.bs-popover-top>.popover-arrow::before,.bs-popover-auto[data-popper-placement^="top"]>.popover-arrow::before,.bs-popover-top>.popover-arrow::after,.bs-popover-auto[data-popper-placement^="top"]>.popover-arrow::after{border-width:var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * .5) 0}.bs-popover-top>.popover-arrow::before,.bs-popover-auto[data-popper-placement^="top"]>.popover-arrow::before{bottom:0;border-top-color:var(--bs-popover-arrow-border)}.bs-popover-top>.popover-arrow::after,.bs-popover-auto[data-popper-placement^="top"]>.popover-arrow::after{bottom:var(--bs-popover-border-width);border-top-color:var(--bs-popover-bg)}.bs-popover-end>.popover-arrow,.bs-popover-auto[data-popper-placement^="right"]>.popover-arrow{left:calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));width:var(--bs-popover-arrow-height);height:var(--bs-popover-arrow-width)}.bs-popover-end>.popover-arrow::before,.bs-popover-auto[data-popper-placement^="right"]>.popover-arrow::before,.bs-popover-end>.popover-arrow::after,.bs-popover-auto[data-popper-placement^="right"]>.popover-arrow::after{border-width:calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * .5) 0}.bs-popover-end>.popover-arrow::before,.bs-popover-auto[data-popper-placement^="right"]>.popover-arrow::before{left:0;border-right-color:var(--bs-popover-arrow-border)}.bs-popover-end>.popover-arrow::after,.bs-popover-auto[data-popper-placement^="right"]>.popover-arrow::after{left:var(--bs-popover-border-width);border-right-color:var(--bs-popover-bg)}.bs-popover-bottom>.popover-arrow,.bs-popover-auto[data-popper-placement^="bottom"]>.popover-arrow{top:calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width))}.bs-popover-bottom>.popover-arrow::before,.bs-popover-auto[data-popper-placement^="bottom"]>.popover-arrow::before,.bs-popover-bottom>.popover-arrow::after,.bs-popover-auto[data-popper-placement^="bottom"]>.popover-arrow::after{border-width:0 calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height)}.bs-popover-bottom>.popover-arrow::before,.bs-popover-auto[data-popper-placement^="bottom"]>.popover-arrow::before{top:0;border-bottom-color:var(--bs-popover-arrow-border)}.bs-popover-bottom>.popover-arrow::after,.bs-popover-auto[data-popper-placement^="bottom"]>.popover-arrow::after{top:var(--bs-popover-border-width);border-bottom-color:var(--bs-popover-bg)}.bs-popover-bottom .popover-header::before,.bs-popover-auto[data-popper-placement^="bottom"] .popover-header::before{position:absolute;top:0;left:50%;display:block;width:var(--bs-popover-arrow-width);margin-left:calc(-.5 * var(--bs-popover-arrow-width));content:"";border-bottom:var(--bs-popover-border-width) solid var(--bs-popover-header-bg)}.bs-popover-start>.popover-arrow,.bs-popover-auto[data-popper-placement^="left"]>.popover-arrow{right:calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));width:var(--bs-popover-arrow-height);height:var(--bs-popover-arrow-width)}.bs-popover-start>.popover-arrow::before,.bs-popover-auto[data-popper-placement^="left"]>.popover-arrow::before,.bs-popover-start>.popover-arrow::after,.bs-popover-auto[data-popper-placement^="left"]>.popover-arrow::after{border-width:calc(var(--bs-popover-arrow-width) * .5) 0 calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height)}.bs-popover-start>.popover-arrow::before,.bs-popover-auto[data-popper-placement^="left"]>.popover-arrow::before{right:0;border-left-color:var(--bs-popover-arrow-border)}.bs-popover-start>.popover-arrow::after,.bs-popover-auto[data-popper-placement^="left"]>.popover-arrow::after{right:var(--bs-popover-border-width);border-left-color:var(--bs-popover-bg)}.popover-header{padding:var(--bs-popover-header-padding-y) var(--bs-popover-header-padding-x);margin-bottom:0;font-size:var(--bs-popover-header-font-size);color:var(--bs-popover-header-color);background-color:var(--bs-popover-header-bg);border-bottom:var(--bs-popover-border-width) solid var(--bs-popover-border-color);border-top-left-radius:var(--bs-popover-inner-border-radius);border-top-right-radius:var(--bs-popover-inner-border-radius)}.popover-header:empty{display:none}.popover-body{padding:var(--bs-popover-body-padding-y) var(--bs-popover-body-padding-x);color:var(--bs-popover-body-color)}.carousel{position:relative}.carousel.pointer-event{touch-action:pan-y}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner::after{display:block;clear:both;content:""}.carousel-item{position:relative;display:none;float:left;width:100%;margin-right:-100%;backface-visibility:hidden;transition:transform 0.6s ease-in-out}@media (prefers-reduced-motion:reduce){.carousel-item{transition:none}}.carousel-item.active,.carousel-item-next,.carousel-item-prev{display:block}.carousel-item-next:not(.carousel-item-start),.active.carousel-item-end{transform:translateX(100%)}.carousel-item-prev:not(.carousel-item-end),.active.carousel-item-start{transform:translateX(-100%)}.carousel-fade .carousel-item{opacity:0;transition-property:opacity;transform:none}.carousel-fade .carousel-item.active,.carousel-fade .carousel-item-next.carousel-item-start,.carousel-fade .carousel-item-prev.carousel-item-end{z-index:1;opacity:1}.carousel-fade .active.carousel-item-start,.carousel-fade .active.carousel-item-end{z-index:0;opacity:0;transition:opacity 0s 0.6s}@media (prefers-reduced-motion:reduce){.carousel-fade .active.carousel-item-start,.carousel-fade .active.carousel-item-end{transition:none}}.carousel-control-prev,.carousel-control-next{position:absolute;top:0;bottom:0;z-index:1;display:flex;align-items:center;justify-content:center;width:15%;padding:0;color:#fff;text-align:center;background:none;border:0;opacity:0.5;transition:opacity 0.15s ease}@media (prefers-reduced-motion:reduce){.carousel-control-prev,.carousel-control-next{transition:none}}.carousel-control-prev:hover,.carousel-control-prev:focus,.carousel-control-next:hover,.carousel-control-next:focus{color:#fff;text-decoration:none;outline:0;opacity:0.9}.carousel-control-prev{left:0}.carousel-control-next{right:0}.carousel-control-prev-icon,.carousel-control-next-icon{display:inline-block;width:2rem;height:2rem;background-repeat:no-repeat;background-position:50%;background-size:100% 100%}.carousel-control-prev-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e") /*rtl:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")*/}.carousel-control-next-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") /*rtl:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e")*/}.carousel-indicators{position:absolute;right:0;bottom:0;left:0;z-index:2;display:flex;justify-content:center;padding:0;margin-right:15%;margin-bottom:1rem;margin-left:15%}.carousel-indicators [data-bs-target]{box-sizing:content-box;flex:0 1 auto;width:30px;height:3px;padding:0;margin-right:3px;margin-left:3px;text-indent:-999px;cursor:pointer;background-color:#fff;background-clip:padding-box;border:0;border-top:10px solid transparent;border-bottom:10px solid transparent;opacity:0.5;transition:opacity 0.6s ease}@media (prefers-reduced-motion:reduce){.carousel-indicators [data-bs-target]{transition:none}}.carousel-indicators .active{opacity:1}.carousel-caption{position:absolute;right:15%;bottom:1.25rem;left:15%;padding-top:1.25rem;padding-bottom:1.25rem;color:#fff;text-align:center}.carousel-dark .carousel-control-prev-icon,.carousel-dark .carousel-control-next-icon{filter:invert(1) grayscale(100)}.carousel-dark .carousel-indicators [data-bs-target]{background-color:#000}.carousel-dark .carousel-caption{color:#000}[data-bs-theme="dark"] .carousel .carousel-control-prev-icon,[data-bs-theme="dark"] .carousel .carousel-control-next-icon,[data-bs-theme="dark"].carousel .carousel-control-prev-icon,[data-bs-theme="dark"].carousel .carousel-control-next-icon{filter:invert(1) grayscale(100)}[data-bs-theme="dark"] .carousel .carousel-indicators [data-bs-target],[data-bs-theme="dark"].carousel .carousel-indicators [data-bs-target]{background-color:#000}[data-bs-theme="dark"] .carousel .carousel-caption,[data-bs-theme="dark"].carousel .carousel-caption{color:#000}.spinner-grow,.spinner-border{display:inline-block;width:var(--bs-spinner-width);height:var(--bs-spinner-height);vertical-align:var(--bs-spinner-vertical-align);border-radius:50%;animation:var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name)}@keyframes spinner-border{to{transform:rotate(360deg) /* rtl:ignore */}}.spinner-border{--bs-spinner-width: 2rem;--bs-spinner-height: 2rem;--bs-spinner-vertical-align: -0.125em;--bs-spinner-border-width: 0.25em;--bs-spinner-animation-speed: 0.75s;--bs-spinner-animation-name: spinner-border;border:var(--bs-spinner-border-width) solid currentcolor;border-right-color:transparent}.spinner-border-sm{--bs-spinner-width: 1rem;--bs-spinner-height: 1rem;--bs-spinner-border-width: 0.2em}@keyframes spinner-grow{0%{transform:scale(0)}50%{opacity:1;transform:none}}.spinner-grow{--bs-spinner-width: 2rem;--bs-spinner-height: 2rem;--bs-spinner-vertical-align: -0.125em;--bs-spinner-animation-speed: 0.75s;--bs-spinner-animation-name: spinner-grow;background-color:currentcolor;opacity:0}.spinner-grow-sm{--bs-spinner-width: 1rem;--bs-spinner-height: 1rem}@media (prefers-reduced-motion:reduce){.spinner-border,.spinner-grow{--bs-spinner-animation-speed: 1.5s}}.offcanvas-sm,.offcanvas-md,.offcanvas-lg,.offcanvas-xl,.offcanvas-xxl,.offcanvas{--bs-offcanvas-zindex: 1045;--bs-offcanvas-width: 400px;--bs-offcanvas-height: 30vh;--bs-offcanvas-padding-x: 1rem;--bs-offcanvas-padding-y: 1rem;--bs-offcanvas-color: var(--bs-body-color);--bs-offcanvas-bg: var(--bs-body-bg);--bs-offcanvas-border-width: var(--bs-border-width);--bs-offcanvas-border-color: var(--bs-border-color-translucent);--bs-offcanvas-box-shadow: var(--bs-box-shadow-sm);--bs-offcanvas-transition: transform 0.3s ease-in-out;--bs-offcanvas-title-line-height: 1.5}@media (max-width:575.98px){.offcanvas-sm{position:fixed;bottom:0;z-index:var(--bs-offcanvas-zindex);display:flex;flex-direction:column;max-width:100%;color:var(--bs-offcanvas-color);visibility:hidden;background-color:var(--bs-offcanvas-bg);background-clip:padding-box;outline:0;transition:var(--bs-offcanvas-transition)}.offcanvas-sm.offcanvas-start{top:0;left:0;width:var(--bs-offcanvas-width);border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(-100%)}.offcanvas-sm.offcanvas-end{top:0;right:0;width:var(--bs-offcanvas-width);border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(100%)}.offcanvas-sm.offcanvas-top{top:0;right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(-100%)}.offcanvas-sm.offcanvas-bottom{right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(100%)}.offcanvas-sm.showing,.offcanvas-sm.show:not(.hiding){transform:none}.offcanvas-sm.showing,.offcanvas-sm.hiding,.offcanvas-sm.show{visibility:visible}}@media (max-width:575.98px) and (prefers-reduced-motion:reduce){.offcanvas-sm{transition:none}}@media (min-width:576px){.offcanvas-sm{--bs-offcanvas-height: auto;--bs-offcanvas-border-width: 0;background-color:transparent !important}.offcanvas-sm .offcanvas-header{display:none}.offcanvas-sm .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible;background-color:transparent !important}}@media (max-width:767.98px){.offcanvas-md{position:fixed;bottom:0;z-index:var(--bs-offcanvas-zindex);display:flex;flex-direction:column;max-width:100%;color:var(--bs-offcanvas-color);visibility:hidden;background-color:var(--bs-offcanvas-bg);background-clip:padding-box;outline:0;transition:var(--bs-offcanvas-transition)}.offcanvas-md.offcanvas-start{top:0;left:0;width:var(--bs-offcanvas-width);border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(-100%)}.offcanvas-md.offcanvas-end{top:0;right:0;width:var(--bs-offcanvas-width);border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(100%)}.offcanvas-md.offcanvas-top{top:0;right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(-100%)}.offcanvas-md.offcanvas-bottom{right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(100%)}.offcanvas-md.showing,.offcanvas-md.show:not(.hiding){transform:none}.offcanvas-md.showing,.offcanvas-md.hiding,.offcanvas-md.show{visibility:visible}}@media (max-width:767.98px) and (prefers-reduced-motion:reduce){.offcanvas-md{transition:none}}@media (min-width:768px){.offcanvas-md{--bs-offcanvas-height: auto;--bs-offcanvas-border-width: 0;background-color:transparent !important}.offcanvas-md .offcanvas-header{display:none}.offcanvas-md .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible;background-color:transparent !important}}@media (max-width:991.98px){.offcanvas-lg{position:fixed;bottom:0;z-index:var(--bs-offcanvas-zindex);display:flex;flex-direction:column;max-width:100%;color:var(--bs-offcanvas-color);visibility:hidden;background-color:var(--bs-offcanvas-bg);background-clip:padding-box;outline:0;transition:var(--bs-offcanvas-transition)}.offcanvas-lg.offcanvas-start{top:0;left:0;width:var(--bs-offcanvas-width);border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(-100%)}.offcanvas-lg.offcanvas-end{top:0;right:0;width:var(--bs-offcanvas-width);border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(100%)}.offcanvas-lg.offcanvas-top{top:0;right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(-100%)}.offcanvas-lg.offcanvas-bottom{right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(100%)}.offcanvas-lg.showing,.offcanvas-lg.show:not(.hiding){transform:none}.offcanvas-lg.showing,.offcanvas-lg.hiding,.offcanvas-lg.show{visibility:visible}}@media (max-width:991.98px) and (prefers-reduced-motion:reduce){.offcanvas-lg{transition:none}}@media (min-width:992px){.offcanvas-lg{--bs-offcanvas-height: auto;--bs-offcanvas-border-width: 0;background-color:transparent !important}.offcanvas-lg .offcanvas-header{display:none}.offcanvas-lg .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible;background-color:transparent !important}}@media (max-width:1199.98px){.offcanvas-xl{position:fixed;bottom:0;z-index:var(--bs-offcanvas-zindex);display:flex;flex-direction:column;max-width:100%;color:var(--bs-offcanvas-color);visibility:hidden;background-color:var(--bs-offcanvas-bg);background-clip:padding-box;outline:0;transition:var(--bs-offcanvas-transition)}.offcanvas-xl.offcanvas-start{top:0;left:0;width:var(--bs-offcanvas-width);border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(-100%)}.offcanvas-xl.offcanvas-end{top:0;right:0;width:var(--bs-offcanvas-width);border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(100%)}.offcanvas-xl.offcanvas-top{top:0;right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(-100%)}.offcanvas-xl.offcanvas-bottom{right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(100%)}.offcanvas-xl.showing,.offcanvas-xl.show:not(.hiding){transform:none}.offcanvas-xl.showing,.offcanvas-xl.hiding,.offcanvas-xl.show{visibility:visible}}@media (max-width:1199.98px) and (prefers-reduced-motion:reduce){.offcanvas-xl{transition:none}}@media (min-width:1200px){.offcanvas-xl{--bs-offcanvas-height: auto;--bs-offcanvas-border-width: 0;background-color:transparent !important}.offcanvas-xl .offcanvas-header{display:none}.offcanvas-xl .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible;background-color:transparent !important}}@media (max-width:1399.98px){.offcanvas-xxl{position:fixed;bottom:0;z-index:var(--bs-offcanvas-zindex);display:flex;flex-direction:column;max-width:100%;color:var(--bs-offcanvas-color);visibility:hidden;background-color:var(--bs-offcanvas-bg);background-clip:padding-box;outline:0;transition:var(--bs-offcanvas-transition)}.offcanvas-xxl.offcanvas-start{top:0;left:0;width:var(--bs-offcanvas-width);border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(-100%)}.offcanvas-xxl.offcanvas-end{top:0;right:0;width:var(--bs-offcanvas-width);border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(100%)}.offcanvas-xxl.offcanvas-top{top:0;right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(-100%)}.offcanvas-xxl.offcanvas-bottom{right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(100%)}.offcanvas-xxl.showing,.offcanvas-xxl.show:not(.hiding){transform:none}.offcanvas-xxl.showing,.offcanvas-xxl.hiding,.offcanvas-xxl.show{visibility:visible}}@media (max-width:1399.98px) and (prefers-reduced-motion:reduce){.offcanvas-xxl{transition:none}}@media (min-width:1400px){.offcanvas-xxl{--bs-offcanvas-height: auto;--bs-offcanvas-border-width: 0;background-color:transparent !important}.offcanvas-xxl .offcanvas-header{display:none}.offcanvas-xxl .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible;background-color:transparent !important}}.offcanvas{position:fixed;bottom:0;z-index:var(--bs-offcanvas-zindex);display:flex;flex-direction:column;max-width:100%;color:var(--bs-offcanvas-color);visibility:hidden;background-color:var(--bs-offcanvas-bg);background-clip:padding-box;outline:0;transition:var(--bs-offcanvas-transition)}@media (prefers-reduced-motion:reduce){.offcanvas{transition:none}}.offcanvas.offcanvas-start{top:0;left:0;width:var(--bs-offcanvas-width);border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(-100%)}.offcanvas.offcanvas-end{top:0;right:0;width:var(--bs-offcanvas-width);border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(100%)}.offcanvas.offcanvas-top{top:0;right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(-100%)}.offcanvas.offcanvas-bottom{right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(100%)}.offcanvas.showing,.offcanvas.show:not(.hiding){transform:none}.offcanvas.showing,.offcanvas.hiding,.offcanvas.show{visibility:visible}.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:0.5}.offcanvas-header{display:flex;align-items:center;padding:var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x)}.offcanvas-header .btn-close{padding:calc(var(--bs-offcanvas-padding-y) * .5) calc(var(--bs-offcanvas-padding-x) * .5);margin:calc(-.5 * var(--bs-offcanvas-padding-y)) calc(-.5 * var(--bs-offcanvas-padding-x)) calc(-.5 * var(--bs-offcanvas-padding-y)) auto}.offcanvas-title{margin-bottom:0;line-height:var(--bs-offcanvas-title-line-height)}.offcanvas-body{flex-grow:1;padding:var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);overflow-y:auto}.placeholder{display:inline-block;min-height:1em;vertical-align:middle;cursor:wait;background-color:currentcolor;opacity:0.5}.placeholder.btn::before{display:inline-block;content:""}.placeholder-xs{min-height:0.6em}.placeholder-sm{min-height:0.8em}.placeholder-lg{min-height:1.2em}.placeholder-glow .placeholder{animation:placeholder-glow 2s ease-in-out infinite}@keyframes placeholder-glow{50%{opacity:0.2}}.placeholder-wave{mask-image:linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);mask-size:200% 100%;animation:placeholder-wave 2s linear infinite}@keyframes placeholder-wave{100%{mask-position:-200% 0%}}.clearfix::after{display:block;clear:both;content:""}.text-bg-primary{color:#fff !important;background-color:rgba(var(--bs-primary-rgb), var(--bs-bg-opacity, 1)) !important}.text-bg-secondary{color:#000 !important;background-color:rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity, 1)) !important}.text-bg-success{color:#fff !important;background-color:rgba(var(--bs-success-rgb), var(--bs-bg-opacity, 1)) !important}.text-bg-info{color:#000 !important;background-color:rgba(var(--bs-info-rgb), var(--bs-bg-opacity, 1)) !important}.text-bg-warning{color:#000 !important;background-color:rgba(var(--bs-warning-rgb), var(--bs-bg-opacity, 1)) !important}.text-bg-danger{color:#fff !important;background-color:rgba(var(--bs-danger-rgb), var(--bs-bg-opacity, 1)) !important}.text-bg-light{color:#000 !important;background-color:rgba(var(--bs-light-rgb), var(--bs-bg-opacity, 1)) !important}.text-bg-dark{color:#fff !important;background-color:rgba(var(--bs-dark-rgb), var(--bs-bg-opacity, 1)) !important}.link-primary{color:rgba(var(--bs-primary-rgb), var(--bs-link-opacity, 1)) !important;text-decoration-color:rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity, 1)) !important}.link-primary:hover,.link-primary:focus{color:rgba(0, 41, 56, var(--bs-link-opacity, 1)) !important;text-decoration-color:rgba(0, 41, 56, var(--bs-link-underline-opacity, 1)) !important}.link-secondary{color:rgba(var(--bs-secondary-rgb), var(--bs-link-opacity, 1)) !important;text-decoration-color:rgba(var(--bs-secondary-rgb), var(--bs-link-underline-opacity, 1)) !important}.link-secondary:hover,.link-secondary:focus{color:rgba(243, 123, 102, var(--bs-link-opacity, 1)) !important;text-decoration-color:rgba(243, 123, 102, var(--bs-link-underline-opacity, 1)) !important}.link-success{color:rgba(var(--bs-success-rgb), var(--bs-link-opacity, 1)) !important;text-decoration-color:rgba(var(--bs-success-rgb), var(--bs-link-underline-opacity, 1)) !important}.link-success:hover,.link-success:focus{color:rgba(20, 108, 67, var(--bs-link-opacity, 1)) !important;text-decoration-color:rgba(20, 108, 67, var(--bs-link-underline-opacity, 1)) !important}.link-info{color:rgba(var(--bs-info-rgb), var(--bs-link-opacity, 1)) !important;text-decoration-color:rgba(var(--bs-info-rgb), var(--bs-link-underline-opacity, 1)) !important}.link-info:hover,.link-info:focus{color:rgba(61, 213, 243, var(--bs-link-opacity, 1)) !important;text-decoration-color:rgba(61, 213, 243, var(--bs-link-underline-opacity, 1)) !important}.link-warning{color:rgba(var(--bs-warning-rgb), var(--bs-link-opacity, 1)) !important;text-decoration-color:rgba(var(--bs-warning-rgb), var(--bs-link-underline-opacity, 1)) !important}.link-warning:hover,.link-warning:focus{color:rgba(255, 205, 57, var(--bs-link-opacity, 1)) !important;text-decoration-color:rgba(255, 205, 57, var(--bs-link-underline-opacity, 1)) !important}.link-danger{color:rgba(var(--bs-danger-rgb), var(--bs-link-opacity, 1)) !important;text-decoration-color:rgba(var(--bs-danger-rgb), var(--bs-link-underline-opacity, 1)) !important}.link-danger:hover,.link-danger:focus{color:rgba(176, 42, 55, var(--bs-link-opacity, 1)) !important;text-decoration-color:rgba(176, 42, 55, var(--bs-link-underline-opacity, 1)) !important}.link-light{color:rgba(var(--bs-light-rgb), var(--bs-link-opacity, 1)) !important;text-decoration-color:rgba(var(--bs-light-rgb), var(--bs-link-underline-opacity, 1)) !important}.link-light:hover,.link-light:focus{color:rgba(249, 250, 251, var(--bs-link-opacity, 1)) !important;text-decoration-color:rgba(249, 250, 251, var(--bs-link-underline-opacity, 1)) !important}.link-dark{color:rgba(var(--bs-dark-rgb), var(--bs-link-opacity, 1)) !important;text-decoration-color:rgba(var(--bs-dark-rgb), var(--bs-link-underline-opacity, 1)) !important}.link-dark:hover,.link-dark:focus{color:rgba(26, 30, 33, var(--bs-link-opacity, 1)) !important;text-decoration-color:rgba(26, 30, 33, var(--bs-link-underline-opacity, 1)) !important}.link-body-emphasis{color:rgba(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 1)) !important;text-decoration-color:rgba(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 1)) !important}.link-body-emphasis:hover,.link-body-emphasis:focus{color:rgba(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 0.75)) !important;text-decoration-color:rgba(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 0.75)) !important}.focus-ring:focus{outline:0;box-shadow:var(--bs-focus-ring-x, 0) var(--bs-focus-ring-y, 0) var(--bs-focus-ring-blur, 0) var(--bs-focus-ring-width) var(--bs-focus-ring-color)}.icon-link{display:inline-flex;gap:0.375rem;align-items:center;text-decoration-color:rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 0.5));text-underline-offset:0.25em;backface-visibility:hidden}.icon-link>.bi{flex-shrink:0;width:1em;height:1em;fill:currentcolor;transition:0.2s ease-in-out transform}@media (prefers-reduced-motion:reduce){.icon-link>.bi{transition:none}}.icon-link-hover:hover>.bi,.icon-link-hover:focus-visible>.bi{transform:var(--bs-icon-link-transform, translate3d(0.25em, 0, 0))}.ratio{position:relative;width:100%}.ratio::before{display:block;padding-top:var(--bs-aspect-ratio);content:""}.ratio>*{position:absolute;top:0;left:0;width:100%;height:100%}.ratio-1x1{--bs-aspect-ratio: 100%}.ratio-4x3{--bs-aspect-ratio: calc(3 / 4 * 100%)}.ratio-16x9{--bs-aspect-ratio: calc(9 / 16 * 100%)}.ratio-21x9{--bs-aspect-ratio: calc(9 / 21 * 100%)}.fixed-top{position:fixed;top:0;right:0;left:0;z-index:1030}.fixed-bottom{position:fixed;right:0;bottom:0;left:0;z-index:1030}.sticky-top{position:sticky;top:0;z-index:1020}.sticky-bottom{position:sticky;bottom:0;z-index:1020}@media (min-width:576px){.sticky-sm-top{position:sticky;top:0;z-index:1020}.sticky-sm-bottom{position:sticky;bottom:0;z-index:1020}}@media (min-width:768px){.sticky-md-top{position:sticky;top:0;z-index:1020}.sticky-md-bottom{position:sticky;bottom:0;z-index:1020}}@media (min-width:992px){.sticky-lg-top{position:sticky;top:0;z-index:1020}.sticky-lg-bottom{position:sticky;bottom:0;z-index:1020}}@media (min-width:1200px){.sticky-xl-top{position:sticky;top:0;z-index:1020}.sticky-xl-bottom{position:sticky;bottom:0;z-index:1020}}@media (min-width:1400px){.sticky-xxl-top{position:sticky;top:0;z-index:1020}.sticky-xxl-bottom{position:sticky;bottom:0;z-index:1020}}.hstack{display:flex;flex-direction:row;align-items:center;align-self:stretch}.vstack{display:flex;flex:1 1 auto;flex-direction:column;align-self:stretch}.visually-hidden,.visually-hidden-focusable:not(:focus):not(:focus-within){width:1px !important;height:1px !important;padding:0 !important;margin:-1px !important;overflow:hidden !important;clip:rect(0, 0, 0, 0) !important;white-space:nowrap !important;border:0 !important}.visually-hidden:not(caption),.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption){position:absolute !important}.stretched-link::after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;content:""}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.vr{display:inline-block;align-self:stretch;width:var(--bs-border-width);min-height:1em;background-color:currentcolor;opacity:0.25}.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}.object-fit-contain{object-fit:contain !important}.object-fit-cover{object-fit:cover !important}.object-fit-fill{object-fit:fill !important}.object-fit-scale{object-fit:scale-down !important}.object-fit-none{object-fit:none !important}.opacity-0{opacity:0 !important}.opacity-25{opacity:0.25 !important}.opacity-50{opacity:0.5 !important}.opacity-75{opacity:0.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}.overflow-x-auto{overflow-x:auto !important}.overflow-x-hidden{overflow-x:hidden !important}.overflow-x-visible{overflow-x:visible !important}.overflow-x-scroll{overflow-x:scroll !important}.overflow-y-auto{overflow-y:auto !important}.overflow-y-hidden{overflow-y:hidden !important}.overflow-y-visible{overflow-y:visible !important}.overflow-y-scroll{overflow-y:scroll !important}.d-inline{display:inline !important}.d-inline-block{display:inline-block !important}.d-block{display:block !important}.d-grid{display:grid !important}.d-inline-grid{display:inline-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:var(--bs-box-shadow) !important}.shadow-sm{box-shadow:var(--bs-box-shadow-sm) !important}.shadow-lg{box-shadow:var(--bs-box-shadow-lg) !important}.shadow-none{box-shadow:none !important}.focus-ring-primary{--bs-focus-ring-color: rgba(var(--bs-primary-rgb), var(--bs-focus-ring-opacity))}.focus-ring-secondary{--bs-focus-ring-color: rgba(var(--bs-secondary-rgb), var(--bs-focus-ring-opacity))}.focus-ring-success{--bs-focus-ring-color: rgba(var(--bs-success-rgb), var(--bs-focus-ring-opacity))}.focus-ring-info{--bs-focus-ring-color: rgba(var(--bs-info-rgb), var(--bs-focus-ring-opacity))}.focus-ring-warning{--bs-focus-ring-color: rgba(var(--bs-warning-rgb), var(--bs-focus-ring-opacity))}.focus-ring-danger{--bs-focus-ring-color: rgba(var(--bs-danger-rgb), var(--bs-focus-ring-opacity))}.focus-ring-light{--bs-focus-ring-color: rgba(var(--bs-light-rgb), var(--bs-focus-ring-opacity))}.focus-ring-dark{--bs-focus-ring-color: rgba(var(--bs-dark-rgb), var(--bs-focus-ring-opacity))}.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:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important}.border-0{border:0 !important}.border-top{border-top:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important}.border-top-0{border-top:0 !important}.border-end{border-right:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important}.border-end-0{border-right:0 !important}.border-bottom{border-bottom:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important}.border-bottom-0{border-bottom:0 !important}.border-start{border-left:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important}.border-start-0{border-left:0 !important}.border-primary{--bs-border-opacity: 1;border-color:rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important}.border-secondary{--bs-border-opacity: 1;border-color:rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important}.border-success{--bs-border-opacity: 1;border-color:rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important}.border-info{--bs-border-opacity: 1;border-color:rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important}.border-warning{--bs-border-opacity: 1;border-color:rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important}.border-danger{--bs-border-opacity: 1;border-color:rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important}.border-light{--bs-border-opacity: 1;border-color:rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important}.border-dark{--bs-border-opacity: 1;border-color:rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important}.border-black{--bs-border-opacity: 1;border-color:rgba(var(--bs-black-rgb), var(--bs-border-opacity)) !important}.border-white{--bs-border-opacity: 1;border-color:rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important}.border-primary-subtle{border-color:var(--bs-primary-border-subtle) !important}.border-secondary-subtle{border-color:var(--bs-secondary-border-subtle) !important}.border-success-subtle{border-color:var(--bs-success-border-subtle) !important}.border-info-subtle{border-color:var(--bs-info-border-subtle) !important}.border-warning-subtle{border-color:var(--bs-warning-border-subtle) !important}.border-danger-subtle{border-color:var(--bs-danger-border-subtle) !important}.border-light-subtle{border-color:var(--bs-light-border-subtle) !important}.border-dark-subtle{border-color:var(--bs-dark-border-subtle) !important}.border-1{border-width:1px !important}.border-2{border-width:2px !important}.border-3{border-width:3px !important}.border-4{border-width:4px !important}.border-5{border-width:5px !important}.border-opacity-10{--bs-border-opacity: 0.1}.border-opacity-25{--bs-border-opacity: 0.25}.border-opacity-50{--bs-border-opacity: 0.5}.border-opacity-75{--bs-border-opacity: 0.75}.border-opacity-100{--bs-border-opacity: 1}.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}.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:0.25rem !important}.m-2{margin:0.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:0.25rem !important;margin-left:0.25rem !important}.mx-2{margin-right:0.5rem !important;margin-left:0.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:0.25rem !important;margin-bottom:0.25rem !important}.my-2{margin-top:0.5rem !important;margin-bottom:0.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:0.25rem !important}.mt-2{margin-top:0.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:0.25rem !important}.me-2{margin-right:0.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:0.25rem !important}.mb-2{margin-bottom:0.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:0.25rem !important}.ms-2{margin-left:0.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:0.25rem !important}.p-2{padding:0.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:0.25rem !important;padding-left:0.25rem !important}.px-2{padding-right:0.5rem !important;padding-left:0.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:0.25rem !important;padding-bottom:0.25rem !important}.py-2{padding-top:0.5rem !important;padding-bottom:0.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:0.25rem !important}.pt-2{padding-top:0.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:0.25rem !important}.pe-2{padding-right:0.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:0.25rem !important}.pb-2{padding-bottom:0.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:0.25rem !important}.ps-2{padding-left:0.5rem !important}.ps-3{padding-left:1rem !important}.ps-4{padding-left:1.5rem !important}.ps-5{padding-left:3rem !important}.gap-0{gap:0 !important}.gap-1{gap:0.25rem !important}.gap-2{gap:0.5rem !important}.gap-3{gap:1rem !important}.gap-4{gap:1.5rem !important}.gap-5{gap:3rem !important}.row-gap-0{row-gap:0 !important}.row-gap-1{row-gap:0.25rem !important}.row-gap-2{row-gap:0.5rem !important}.row-gap-3{row-gap:1rem !important}.row-gap-4{row-gap:1.5rem !important}.row-gap-5{row-gap:3rem !important}.column-gap-0{column-gap:0 !important}.column-gap-1{column-gap:0.25rem !important}.column-gap-2{column-gap:0.5rem !important}.column-gap-3{column-gap:1rem !important}.column-gap-4{column-gap:1.5rem !important}.column-gap-5{column-gap: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-lighter{font-weight:lighter !important}.fw-light{font-weight:300 !important}.fw-normal{font-weight:400 !important}.fw-medium{font-weight:500 !important}.fw-semibold{font-weight:600 !important}.fw-bold{font-weight:700 !important}.fw-bolder{font-weight:bolder !important}.lh-1{line-height:1 !important}.lh-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:var(--bs-secondary-color) !important}.text-black-50{--bs-text-opacity: 1;color:rgba(0, 0, 0, 0.5) !important}.text-white-50{--bs-text-opacity: 1;color:rgba(255, 255, 255, 0.5) !important}.text-body-secondary{--bs-text-opacity: 1;color:var(--bs-secondary-color) !important}.text-body-tertiary{--bs-text-opacity: 1;color:var(--bs-tertiary-color) !important}.text-body-emphasis{--bs-text-opacity: 1;color:var(--bs-emphasis-color) !important}.text-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}.text-primary-emphasis{color:var(--bs-primary-text-emphasis) !important}.text-secondary-emphasis{color:var(--bs-secondary-text-emphasis) !important}.text-success-emphasis{color:var(--bs-success-text-emphasis) !important}.text-info-emphasis{color:var(--bs-info-text-emphasis) !important}.text-warning-emphasis{color:var(--bs-warning-text-emphasis) !important}.text-danger-emphasis{color:var(--bs-danger-text-emphasis) !important}.text-light-emphasis{color:var(--bs-light-text-emphasis) !important}.text-dark-emphasis{color:var(--bs-dark-text-emphasis) !important}.link-opacity-10{--bs-link-opacity: 0.1}.link-opacity-10-hover:hover{--bs-link-opacity: 0.1}.link-opacity-25{--bs-link-opacity: 0.25}.link-opacity-25-hover:hover{--bs-link-opacity: 0.25}.link-opacity-50{--bs-link-opacity: 0.5}.link-opacity-50-hover:hover{--bs-link-opacity: 0.5}.link-opacity-75{--bs-link-opacity: 0.75}.link-opacity-75-hover:hover{--bs-link-opacity: 0.75}.link-opacity-100{--bs-link-opacity: 1}.link-opacity-100-hover:hover{--bs-link-opacity: 1}.link-offset-1{text-underline-offset:0.125em !important}.link-offset-1-hover:hover{text-underline-offset:0.125em !important}.link-offset-2{text-underline-offset:0.25em !important}.link-offset-2-hover:hover{text-underline-offset:0.25em !important}.link-offset-3{text-underline-offset:0.375em !important}.link-offset-3-hover:hover{text-underline-offset:0.375em !important}.link-underline-primary{--bs-link-underline-opacity: 1;text-decoration-color:rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important}.link-underline-secondary{--bs-link-underline-opacity: 1;text-decoration-color:rgba(var(--bs-secondary-rgb), var(--bs-link-underline-opacity)) !important}.link-underline-success{--bs-link-underline-opacity: 1;text-decoration-color:rgba(var(--bs-success-rgb), var(--bs-link-underline-opacity)) !important}.link-underline-info{--bs-link-underline-opacity: 1;text-decoration-color:rgba(var(--bs-info-rgb), var(--bs-link-underline-opacity)) !important}.link-underline-warning{--bs-link-underline-opacity: 1;text-decoration-color:rgba(var(--bs-warning-rgb), var(--bs-link-underline-opacity)) !important}.link-underline-danger{--bs-link-underline-opacity: 1;text-decoration-color:rgba(var(--bs-danger-rgb), var(--bs-link-underline-opacity)) !important}.link-underline-light{--bs-link-underline-opacity: 1;text-decoration-color:rgba(var(--bs-light-rgb), var(--bs-link-underline-opacity)) !important}.link-underline-dark{--bs-link-underline-opacity: 1;text-decoration-color:rgba(var(--bs-dark-rgb), var(--bs-link-underline-opacity)) !important}.link-underline{--bs-link-underline-opacity: 1;text-decoration-color:rgba(var(--bs-link-color-rgb), var(--bs-link-underline-opacity, 1)) !important}.link-underline-opacity-0{--bs-link-underline-opacity: 0}.link-underline-opacity-0-hover:hover{--bs-link-underline-opacity: 0}.link-underline-opacity-10{--bs-link-underline-opacity: 0.1}.link-underline-opacity-10-hover:hover{--bs-link-underline-opacity: 0.1}.link-underline-opacity-25{--bs-link-underline-opacity: 0.25}.link-underline-opacity-25-hover:hover{--bs-link-underline-opacity: 0.25}.link-underline-opacity-50{--bs-link-underline-opacity: 0.5}.link-underline-opacity-50-hover:hover{--bs-link-underline-opacity: 0.5}.link-underline-opacity-75{--bs-link-underline-opacity: 0.75}.link-underline-opacity-75-hover:hover{--bs-link-underline-opacity: 0.75}.link-underline-opacity-100{--bs-link-underline-opacity: 1}.link-underline-opacity-100-hover:hover{--bs-link-underline-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:transparent !important}.bg-body-secondary{--bs-bg-opacity: 1;background-color:rgba(var(--bs-secondary-bg-rgb), var(--bs-bg-opacity)) !important}.bg-body-tertiary{--bs-bg-opacity: 1;background-color:rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity)) !important}.bg-opacity-10{--bs-bg-opacity: 0.1}.bg-opacity-25{--bs-bg-opacity: 0.25}.bg-opacity-50{--bs-bg-opacity: 0.5}.bg-opacity-75{--bs-bg-opacity: 0.75}.bg-opacity-100{--bs-bg-opacity: 1}.bg-primary-subtle{background-color:var(--bs-primary-bg-subtle) !important}.bg-secondary-subtle{background-color:var(--bs-secondary-bg-subtle) !important}.bg-success-subtle{background-color:var(--bs-success-bg-subtle) !important}.bg-info-subtle{background-color:var(--bs-info-bg-subtle) !important}.bg-warning-subtle{background-color:var(--bs-warning-bg-subtle) !important}.bg-danger-subtle{background-color:var(--bs-danger-bg-subtle) !important}.bg-light-subtle{background-color:var(--bs-light-bg-subtle) !important}.bg-dark-subtle{background-color:var(--bs-dark-bg-subtle) !important}.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:var(--bs-border-radius) !important}.rounded-0{border-radius:0 !important}.rounded-1{border-radius:var(--bs-border-radius-sm) !important}.rounded-2{border-radius:var(--bs-border-radius) !important}.rounded-3{border-radius:var(--bs-border-radius-lg) !important}.rounded-4{border-radius:var(--bs-border-radius-xl) !important}.rounded-5{border-radius:var(--bs-border-radius-xxl) !important}.rounded-circle{border-radius:50% !important}.rounded-pill{border-radius:var(--bs-border-radius-pill) !important}.rounded-top{border-top-left-radius:var(--bs-border-radius) !important;border-top-right-radius:var(--bs-border-radius) !important}.rounded-top-0{border-top-left-radius:0 !important;border-top-right-radius:0 !important}.rounded-top-1{border-top-left-radius:var(--bs-border-radius-sm) !important;border-top-right-radius:var(--bs-border-radius-sm) !important}.rounded-top-2{border-top-left-radius:var(--bs-border-radius) !important;border-top-right-radius:var(--bs-border-radius) !important}.rounded-top-3{border-top-left-radius:var(--bs-border-radius-lg) !important;border-top-right-radius:var(--bs-border-radius-lg) !important}.rounded-top-4{border-top-left-radius:var(--bs-border-radius-xl) !important;border-top-right-radius:var(--bs-border-radius-xl) !important}.rounded-top-5{border-top-left-radius:var(--bs-border-radius-xxl) !important;border-top-right-radius:var(--bs-border-radius-xxl) !important}.rounded-top-circle{border-top-left-radius:50% !important;border-top-right-radius:50% !important}.rounded-top-pill{border-top-left-radius:var(--bs-border-radius-pill) !important;border-top-right-radius:var(--bs-border-radius-pill) !important}.rounded-end{border-top-right-radius:var(--bs-border-radius) !important;border-bottom-right-radius:var(--bs-border-radius) !important}.rounded-end-0{border-top-right-radius:0 !important;border-bottom-right-radius:0 !important}.rounded-end-1{border-top-right-radius:var(--bs-border-radius-sm) !important;border-bottom-right-radius:var(--bs-border-radius-sm) !important}.rounded-end-2{border-top-right-radius:var(--bs-border-radius) !important;border-bottom-right-radius:var(--bs-border-radius) !important}.rounded-end-3{border-top-right-radius:var(--bs-border-radius-lg) !important;border-bottom-right-radius:var(--bs-border-radius-lg) !important}.rounded-end-4{border-top-right-radius:var(--bs-border-radius-xl) !important;border-bottom-right-radius:var(--bs-border-radius-xl) !important}.rounded-end-5{border-top-right-radius:var(--bs-border-radius-xxl) !important;border-bottom-right-radius:var(--bs-border-radius-xxl) !important}.rounded-end-circle{border-top-right-radius:50% !important;border-bottom-right-radius:50% !important}.rounded-end-pill{border-top-right-radius:var(--bs-border-radius-pill) !important;border-bottom-right-radius:var(--bs-border-radius-pill) !important}.rounded-bottom{border-bottom-right-radius:var(--bs-border-radius) !important;border-bottom-left-radius:var(--bs-border-radius) !important}.rounded-bottom-0{border-bottom-right-radius:0 !important;border-bottom-left-radius:0 !important}.rounded-bottom-1{border-bottom-right-radius:var(--bs-border-radius-sm) !important;border-bottom-left-radius:var(--bs-border-radius-sm) !important}.rounded-bottom-2{border-bottom-right-radius:var(--bs-border-radius) !important;border-bottom-left-radius:var(--bs-border-radius) !important}.rounded-bottom-3{border-bottom-right-radius:var(--bs-border-radius-lg) !important;border-bottom-left-radius:var(--bs-border-radius-lg) !important}.rounded-bottom-4{border-bottom-right-radius:var(--bs-border-radius-xl) !important;border-bottom-left-radius:var(--bs-border-radius-xl) !important}.rounded-bottom-5{border-bottom-right-radius:var(--bs-border-radius-xxl) !important;border-bottom-left-radius:var(--bs-border-radius-xxl) !important}.rounded-bottom-circle{border-bottom-right-radius:50% !important;border-bottom-left-radius:50% !important}.rounded-bottom-pill{border-bottom-right-radius:var(--bs-border-radius-pill) !important;border-bottom-left-radius:var(--bs-border-radius-pill) !important}.rounded-start{border-bottom-left-radius:var(--bs-border-radius) !important;border-top-left-radius:var(--bs-border-radius) !important}.rounded-start-0{border-bottom-left-radius:0 !important;border-top-left-radius:0 !important}.rounded-start-1{border-bottom-left-radius:var(--bs-border-radius-sm) !important;border-top-left-radius:var(--bs-border-radius-sm) !important}.rounded-start-2{border-bottom-left-radius:var(--bs-border-radius) !important;border-top-left-radius:var(--bs-border-radius) !important}.rounded-start-3{border-bottom-left-radius:var(--bs-border-radius-lg) !important;border-top-left-radius:var(--bs-border-radius-lg) !important}.rounded-start-4{border-bottom-left-radius:var(--bs-border-radius-xl) !important;border-top-left-radius:var(--bs-border-radius-xl) !important}.rounded-start-5{border-bottom-left-radius:var(--bs-border-radius-xxl) !important;border-top-left-radius:var(--bs-border-radius-xxl) !important}.rounded-start-circle{border-bottom-left-radius:50% !important;border-top-left-radius:50% !important}.rounded-start-pill{border-bottom-left-radius:var(--bs-border-radius-pill) !important;border-top-left-radius:var(--bs-border-radius-pill) !important}.visible{visibility:visible !important}.invisible{visibility:hidden !important}.z-n1{z-index:-1 !important}.z-0{z-index:0 !important}.z-1{z-index:1 !important}.z-2{z-index:2 !important}.z-3{z-index:3 !important}@media (min-width:576px){.float-sm-start{float:left !important}.float-sm-end{float:right !important}.float-sm-none{float:none !important}.object-fit-sm-contain{object-fit:contain !important}.object-fit-sm-cover{object-fit:cover !important}.object-fit-sm-fill{object-fit:fill !important}.object-fit-sm-scale{object-fit:scale-down !important}.object-fit-sm-none{object-fit:none !important}.d-sm-inline{display:inline !important}.d-sm-inline-block{display:inline-block !important}.d-sm-block{display:block !important}.d-sm-grid{display:grid !important}.d-sm-inline-grid{display:inline-grid !important}.d-sm-table{display:table !important}.d-sm-table-row{display:table-row !important}.d-sm-table-cell{display:table-cell !important}.d-sm-flex{display:flex !important}.d-sm-inline-flex{display:inline-flex !important}.d-sm-none{display:none !important}.flex-sm-fill{flex:1 1 auto !important}.flex-sm-row{flex-direction:row !important}.flex-sm-column{flex-direction:column !important}.flex-sm-row-reverse{flex-direction:row-reverse !important}.flex-sm-column-reverse{flex-direction:column-reverse !important}.flex-sm-grow-0{flex-grow:0 !important}.flex-sm-grow-1{flex-grow:1 !important}.flex-sm-shrink-0{flex-shrink:0 !important}.flex-sm-shrink-1{flex-shrink:1 !important}.flex-sm-wrap{flex-wrap:wrap !important}.flex-sm-nowrap{flex-wrap:nowrap !important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse !important}.justify-content-sm-start{justify-content:flex-start !important}.justify-content-sm-end{justify-content:flex-end !important}.justify-content-sm-center{justify-content:center !important}.justify-content-sm-between{justify-content:space-between !important}.justify-content-sm-around{justify-content:space-around !important}.justify-content-sm-evenly{justify-content:space-evenly !important}.align-items-sm-start{align-items:flex-start !important}.align-items-sm-end{align-items:flex-end !important}.align-items-sm-center{align-items:center !important}.align-items-sm-baseline{align-items:baseline !important}.align-items-sm-stretch{align-items:stretch !important}.align-content-sm-start{align-content:flex-start !important}.align-content-sm-end{align-content:flex-end !important}.align-content-sm-center{align-content:center !important}.align-content-sm-between{align-content:space-between !important}.align-content-sm-around{align-content:space-around !important}.align-content-sm-stretch{align-content:stretch !important}.align-self-sm-auto{align-self:auto !important}.align-self-sm-start{align-self:flex-start !important}.align-self-sm-end{align-self:flex-end !important}.align-self-sm-center{align-self:center !important}.align-self-sm-baseline{align-self:baseline !important}.align-self-sm-stretch{align-self:stretch !important}.order-sm-first{order:-1 !important}.order-sm-0{order:0 !important}.order-sm-1{order:1 !important}.order-sm-2{order:2 !important}.order-sm-3{order:3 !important}.order-sm-4{order:4 !important}.order-sm-5{order:5 !important}.order-sm-last{order:6 !important}.m-sm-0{margin:0 !important}.m-sm-1{margin:0.25rem !important}.m-sm-2{margin:0.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:0.25rem !important;margin-left:0.25rem !important}.mx-sm-2{margin-right:0.5rem !important;margin-left:0.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:0.25rem !important;margin-bottom:0.25rem !important}.my-sm-2{margin-top:0.5rem !important;margin-bottom:0.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:0.25rem !important}.mt-sm-2{margin-top:0.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:0.25rem !important}.me-sm-2{margin-right:0.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:0.25rem !important}.mb-sm-2{margin-bottom:0.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:0.25rem !important}.ms-sm-2{margin-left:0.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:0.25rem !important}.p-sm-2{padding:0.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:0.25rem !important;padding-left:0.25rem !important}.px-sm-2{padding-right:0.5rem !important;padding-left:0.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:0.25rem !important;padding-bottom:0.25rem !important}.py-sm-2{padding-top:0.5rem !important;padding-bottom:0.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:0.25rem !important}.pt-sm-2{padding-top:0.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:0.25rem !important}.pe-sm-2{padding-right:0.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:0.25rem !important}.pb-sm-2{padding-bottom:0.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:0.25rem !important}.ps-sm-2{padding-left:0.5rem !important}.ps-sm-3{padding-left:1rem !important}.ps-sm-4{padding-left:1.5rem !important}.ps-sm-5{padding-left:3rem !important}.gap-sm-0{gap:0 !important}.gap-sm-1{gap:0.25rem !important}.gap-sm-2{gap:0.5rem !important}.gap-sm-3{gap:1rem !important}.gap-sm-4{gap:1.5rem !important}.gap-sm-5{gap:3rem !important}.row-gap-sm-0{row-gap:0 !important}.row-gap-sm-1{row-gap:0.25rem !important}.row-gap-sm-2{row-gap:0.5rem !important}.row-gap-sm-3{row-gap:1rem !important}.row-gap-sm-4{row-gap:1.5rem !important}.row-gap-sm-5{row-gap:3rem !important}.column-gap-sm-0{column-gap:0 !important}.column-gap-sm-1{column-gap:0.25rem !important}.column-gap-sm-2{column-gap:0.5rem !important}.column-gap-sm-3{column-gap:1rem !important}.column-gap-sm-4{column-gap:1.5rem !important}.column-gap-sm-5{column-gap:3rem !important}.text-sm-start{text-align:left !important}.text-sm-end{text-align:right !important}.text-sm-center{text-align:center !important}}@media (min-width:768px){.float-md-start{float:left !important}.float-md-end{float:right !important}.float-md-none{float:none !important}.object-fit-md-contain{object-fit:contain !important}.object-fit-md-cover{object-fit:cover !important}.object-fit-md-fill{object-fit:fill !important}.object-fit-md-scale{object-fit:scale-down !important}.object-fit-md-none{object-fit:none !important}.d-md-inline{display:inline !important}.d-md-inline-block{display:inline-block !important}.d-md-block{display:block !important}.d-md-grid{display:grid !important}.d-md-inline-grid{display:inline-grid !important}.d-md-table{display:table !important}.d-md-table-row{display:table-row !important}.d-md-table-cell{display:table-cell !important}.d-md-flex{display:flex !important}.d-md-inline-flex{display:inline-flex !important}.d-md-none{display:none !important}.flex-md-fill{flex:1 1 auto !important}.flex-md-row{flex-direction:row !important}.flex-md-column{flex-direction:column !important}.flex-md-row-reverse{flex-direction:row-reverse !important}.flex-md-column-reverse{flex-direction:column-reverse !important}.flex-md-grow-0{flex-grow:0 !important}.flex-md-grow-1{flex-grow:1 !important}.flex-md-shrink-0{flex-shrink:0 !important}.flex-md-shrink-1{flex-shrink:1 !important}.flex-md-wrap{flex-wrap:wrap !important}.flex-md-nowrap{flex-wrap:nowrap !important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse !important}.justify-content-md-start{justify-content:flex-start !important}.justify-content-md-end{justify-content:flex-end !important}.justify-content-md-center{justify-content:center !important}.justify-content-md-between{justify-content:space-between !important}.justify-content-md-around{justify-content:space-around !important}.justify-content-md-evenly{justify-content:space-evenly !important}.align-items-md-start{align-items:flex-start !important}.align-items-md-end{align-items:flex-end !important}.align-items-md-center{align-items:center !important}.align-items-md-baseline{align-items:baseline !important}.align-items-md-stretch{align-items:stretch !important}.align-content-md-start{align-content:flex-start !important}.align-content-md-end{align-content:flex-end !important}.align-content-md-center{align-content:center !important}.align-content-md-between{align-content:space-between !important}.align-content-md-around{align-content:space-around !important}.align-content-md-stretch{align-content:stretch !important}.align-self-md-auto{align-self:auto !important}.align-self-md-start{align-self:flex-start !important}.align-self-md-end{align-self:flex-end !important}.align-self-md-center{align-self:center !important}.align-self-md-baseline{align-self:baseline !important}.align-self-md-stretch{align-self:stretch !important}.order-md-first{order:-1 !important}.order-md-0{order:0 !important}.order-md-1{order:1 !important}.order-md-2{order:2 !important}.order-md-3{order:3 !important}.order-md-4{order:4 !important}.order-md-5{order:5 !important}.order-md-last{order:6 !important}.m-md-0{margin:0 !important}.m-md-1{margin:0.25rem !important}.m-md-2{margin:0.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:0.25rem !important;margin-left:0.25rem !important}.mx-md-2{margin-right:0.5rem !important;margin-left:0.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:0.25rem !important;margin-bottom:0.25rem !important}.my-md-2{margin-top:0.5rem !important;margin-bottom:0.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:0.25rem !important}.mt-md-2{margin-top:0.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:0.25rem !important}.me-md-2{margin-right:0.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:0.25rem !important}.mb-md-2{margin-bottom:0.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:0.25rem !important}.ms-md-2{margin-left:0.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:0.25rem !important}.p-md-2{padding:0.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:0.25rem !important;padding-left:0.25rem !important}.px-md-2{padding-right:0.5rem !important;padding-left:0.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:0.25rem !important;padding-bottom:0.25rem !important}.py-md-2{padding-top:0.5rem !important;padding-bottom:0.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:0.25rem !important}.pt-md-2{padding-top:0.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:0.25rem !important}.pe-md-2{padding-right:0.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:0.25rem !important}.pb-md-2{padding-bottom:0.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:0.25rem !important}.ps-md-2{padding-left:0.5rem !important}.ps-md-3{padding-left:1rem !important}.ps-md-4{padding-left:1.5rem !important}.ps-md-5{padding-left:3rem !important}.gap-md-0{gap:0 !important}.gap-md-1{gap:0.25rem !important}.gap-md-2{gap:0.5rem !important}.gap-md-3{gap:1rem !important}.gap-md-4{gap:1.5rem !important}.gap-md-5{gap:3rem !important}.row-gap-md-0{row-gap:0 !important}.row-gap-md-1{row-gap:0.25rem !important}.row-gap-md-2{row-gap:0.5rem !important}.row-gap-md-3{row-gap:1rem !important}.row-gap-md-4{row-gap:1.5rem !important}.row-gap-md-5{row-gap:3rem !important}.column-gap-md-0{column-gap:0 !important}.column-gap-md-1{column-gap:0.25rem !important}.column-gap-md-2{column-gap:0.5rem !important}.column-gap-md-3{column-gap:1rem !important}.column-gap-md-4{column-gap:1.5rem !important}.column-gap-md-5{column-gap:3rem !important}.text-md-start{text-align:left !important}.text-md-end{text-align:right !important}.text-md-center{text-align:center !important}}@media (min-width:992px){.float-lg-start{float:left !important}.float-lg-end{float:right !important}.float-lg-none{float:none !important}.object-fit-lg-contain{object-fit:contain !important}.object-fit-lg-cover{object-fit:cover !important}.object-fit-lg-fill{object-fit:fill !important}.object-fit-lg-scale{object-fit:scale-down !important}.object-fit-lg-none{object-fit:none !important}.d-lg-inline{display:inline !important}.d-lg-inline-block{display:inline-block !important}.d-lg-block{display:block !important}.d-lg-grid{display:grid !important}.d-lg-inline-grid{display:inline-grid !important}.d-lg-table{display:table !important}.d-lg-table-row{display:table-row !important}.d-lg-table-cell{display:table-cell !important}.d-lg-flex{display:flex !important}.d-lg-inline-flex{display:inline-flex !important}.d-lg-none{display:none !important}.flex-lg-fill{flex:1 1 auto !important}.flex-lg-row{flex-direction:row !important}.flex-lg-column{flex-direction:column !important}.flex-lg-row-reverse{flex-direction:row-reverse !important}.flex-lg-column-reverse{flex-direction:column-reverse !important}.flex-lg-grow-0{flex-grow:0 !important}.flex-lg-grow-1{flex-grow:1 !important}.flex-lg-shrink-0{flex-shrink:0 !important}.flex-lg-shrink-1{flex-shrink:1 !important}.flex-lg-wrap{flex-wrap:wrap !important}.flex-lg-nowrap{flex-wrap:nowrap !important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse !important}.justify-content-lg-start{justify-content:flex-start !important}.justify-content-lg-end{justify-content:flex-end !important}.justify-content-lg-center{justify-content:center !important}.justify-content-lg-between{justify-content:space-between !important}.justify-content-lg-around{justify-content:space-around !important}.justify-content-lg-evenly{justify-content:space-evenly !important}.align-items-lg-start{align-items:flex-start !important}.align-items-lg-end{align-items:flex-end !important}.align-items-lg-center{align-items:center !important}.align-items-lg-baseline{align-items:baseline !important}.align-items-lg-stretch{align-items:stretch !important}.align-content-lg-start{align-content:flex-start !important}.align-content-lg-end{align-content:flex-end !important}.align-content-lg-center{align-content:center !important}.align-content-lg-between{align-content:space-between !important}.align-content-lg-around{align-content:space-around !important}.align-content-lg-stretch{align-content:stretch !important}.align-self-lg-auto{align-self:auto !important}.align-self-lg-start{align-self:flex-start !important}.align-self-lg-end{align-self:flex-end !important}.align-self-lg-center{align-self:center !important}.align-self-lg-baseline{align-self:baseline !important}.align-self-lg-stretch{align-self:stretch !important}.order-lg-first{order:-1 !important}.order-lg-0{order:0 !important}.order-lg-1{order:1 !important}.order-lg-2{order:2 !important}.order-lg-3{order:3 !important}.order-lg-4{order:4 !important}.order-lg-5{order:5 !important}.order-lg-last{order:6 !important}.m-lg-0{margin:0 !important}.m-lg-1{margin:0.25rem !important}.m-lg-2{margin:0.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:0.25rem !important;margin-left:0.25rem !important}.mx-lg-2{margin-right:0.5rem !important;margin-left:0.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:0.25rem !important;margin-bottom:0.25rem !important}.my-lg-2{margin-top:0.5rem !important;margin-bottom:0.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:0.25rem !important}.mt-lg-2{margin-top:0.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:0.25rem !important}.me-lg-2{margin-right:0.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:0.25rem !important}.mb-lg-2{margin-bottom:0.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:0.25rem !important}.ms-lg-2{margin-left:0.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:0.25rem !important}.p-lg-2{padding:0.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:0.25rem !important;padding-left:0.25rem !important}.px-lg-2{padding-right:0.5rem !important;padding-left:0.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:0.25rem !important;padding-bottom:0.25rem !important}.py-lg-2{padding-top:0.5rem !important;padding-bottom:0.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:0.25rem !important}.pt-lg-2{padding-top:0.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:0.25rem !important}.pe-lg-2{padding-right:0.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:0.25rem !important}.pb-lg-2{padding-bottom:0.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:0.25rem !important}.ps-lg-2{padding-left:0.5rem !important}.ps-lg-3{padding-left:1rem !important}.ps-lg-4{padding-left:1.5rem !important}.ps-lg-5{padding-left:3rem !important}.gap-lg-0{gap:0 !important}.gap-lg-1{gap:0.25rem !important}.gap-lg-2{gap:0.5rem !important}.gap-lg-3{gap:1rem !important}.gap-lg-4{gap:1.5rem !important}.gap-lg-5{gap:3rem !important}.row-gap-lg-0{row-gap:0 !important}.row-gap-lg-1{row-gap:0.25rem !important}.row-gap-lg-2{row-gap:0.5rem !important}.row-gap-lg-3{row-gap:1rem !important}.row-gap-lg-4{row-gap:1.5rem !important}.row-gap-lg-5{row-gap:3rem !important}.column-gap-lg-0{column-gap:0 !important}.column-gap-lg-1{column-gap:0.25rem !important}.column-gap-lg-2{column-gap:0.5rem !important}.column-gap-lg-3{column-gap:1rem !important}.column-gap-lg-4{column-gap:1.5rem !important}.column-gap-lg-5{column-gap:3rem !important}.text-lg-start{text-align:left !important}.text-lg-end{text-align:right !important}.text-lg-center{text-align:center !important}}@media (min-width:1200px){.float-xl-start{float:left !important}.float-xl-end{float:right !important}.float-xl-none{float:none !important}.object-fit-xl-contain{object-fit:contain !important}.object-fit-xl-cover{object-fit:cover !important}.object-fit-xl-fill{object-fit:fill !important}.object-fit-xl-scale{object-fit:scale-down !important}.object-fit-xl-none{object-fit:none !important}.d-xl-inline{display:inline !important}.d-xl-inline-block{display:inline-block !important}.d-xl-block{display:block !important}.d-xl-grid{display:grid !important}.d-xl-inline-grid{display:inline-grid !important}.d-xl-table{display:table !important}.d-xl-table-row{display:table-row !important}.d-xl-table-cell{display:table-cell !important}.d-xl-flex{display:flex !important}.d-xl-inline-flex{display:inline-flex !important}.d-xl-none{display:none !important}.flex-xl-fill{flex:1 1 auto !important}.flex-xl-row{flex-direction:row !important}.flex-xl-column{flex-direction:column !important}.flex-xl-row-reverse{flex-direction:row-reverse !important}.flex-xl-column-reverse{flex-direction:column-reverse !important}.flex-xl-grow-0{flex-grow:0 !important}.flex-xl-grow-1{flex-grow:1 !important}.flex-xl-shrink-0{flex-shrink:0 !important}.flex-xl-shrink-1{flex-shrink:1 !important}.flex-xl-wrap{flex-wrap:wrap !important}.flex-xl-nowrap{flex-wrap:nowrap !important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse !important}.justify-content-xl-start{justify-content:flex-start !important}.justify-content-xl-end{justify-content:flex-end !important}.justify-content-xl-center{justify-content:center !important}.justify-content-xl-between{justify-content:space-between !important}.justify-content-xl-around{justify-content:space-around !important}.justify-content-xl-evenly{justify-content:space-evenly !important}.align-items-xl-start{align-items:flex-start !important}.align-items-xl-end{align-items:flex-end !important}.align-items-xl-center{align-items:center !important}.align-items-xl-baseline{align-items:baseline !important}.align-items-xl-stretch{align-items:stretch !important}.align-content-xl-start{align-content:flex-start !important}.align-content-xl-end{align-content:flex-end !important}.align-content-xl-center{align-content:center !important}.align-content-xl-between{align-content:space-between !important}.align-content-xl-around{align-content:space-around !important}.align-content-xl-stretch{align-content:stretch !important}.align-self-xl-auto{align-self:auto !important}.align-self-xl-start{align-self:flex-start !important}.align-self-xl-end{align-self:flex-end !important}.align-self-xl-center{align-self:center !important}.align-self-xl-baseline{align-self:baseline !important}.align-self-xl-stretch{align-self:stretch !important}.order-xl-first{order:-1 !important}.order-xl-0{order:0 !important}.order-xl-1{order:1 !important}.order-xl-2{order:2 !important}.order-xl-3{order:3 !important}.order-xl-4{order:4 !important}.order-xl-5{order:5 !important}.order-xl-last{order:6 !important}.m-xl-0{margin:0 !important}.m-xl-1{margin:0.25rem !important}.m-xl-2{margin:0.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:0.25rem !important;margin-left:0.25rem !important}.mx-xl-2{margin-right:0.5rem !important;margin-left:0.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:0.25rem !important;margin-bottom:0.25rem !important}.my-xl-2{margin-top:0.5rem !important;margin-bottom:0.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:0.25rem !important}.mt-xl-2{margin-top:0.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:0.25rem !important}.me-xl-2{margin-right:0.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:0.25rem !important}.mb-xl-2{margin-bottom:0.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:0.25rem !important}.ms-xl-2{margin-left:0.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:0.25rem !important}.p-xl-2{padding:0.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:0.25rem !important;padding-left:0.25rem !important}.px-xl-2{padding-right:0.5rem !important;padding-left:0.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:0.25rem !important;padding-bottom:0.25rem !important}.py-xl-2{padding-top:0.5rem !important;padding-bottom:0.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:0.25rem !important}.pt-xl-2{padding-top:0.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:0.25rem !important}.pe-xl-2{padding-right:0.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:0.25rem !important}.pb-xl-2{padding-bottom:0.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:0.25rem !important}.ps-xl-2{padding-left:0.5rem !important}.ps-xl-3{padding-left:1rem !important}.ps-xl-4{padding-left:1.5rem !important}.ps-xl-5{padding-left:3rem !important}.gap-xl-0{gap:0 !important}.gap-xl-1{gap:0.25rem !important}.gap-xl-2{gap:0.5rem !important}.gap-xl-3{gap:1rem !important}.gap-xl-4{gap:1.5rem !important}.gap-xl-5{gap:3rem !important}.row-gap-xl-0{row-gap:0 !important}.row-gap-xl-1{row-gap:0.25rem !important}.row-gap-xl-2{row-gap:0.5rem !important}.row-gap-xl-3{row-gap:1rem !important}.row-gap-xl-4{row-gap:1.5rem !important}.row-gap-xl-5{row-gap:3rem !important}.column-gap-xl-0{column-gap:0 !important}.column-gap-xl-1{column-gap:0.25rem !important}.column-gap-xl-2{column-gap:0.5rem !important}.column-gap-xl-3{column-gap:1rem !important}.column-gap-xl-4{column-gap:1.5rem !important}.column-gap-xl-5{column-gap:3rem !important}.text-xl-start{text-align:left !important}.text-xl-end{text-align:right !important}.text-xl-center{text-align:center !important}}@media (min-width:1400px){.float-xxl-start{float:left !important}.float-xxl-end{float:right !important}.float-xxl-none{float:none !important}.object-fit-xxl-contain{object-fit:contain !important}.object-fit-xxl-cover{object-fit:cover !important}.object-fit-xxl-fill{object-fit:fill !important}.object-fit-xxl-scale{object-fit:scale-down !important}.object-fit-xxl-none{object-fit:none !important}.d-xxl-inline{display:inline !important}.d-xxl-inline-block{display:inline-block !important}.d-xxl-block{display:block !important}.d-xxl-grid{display:grid !important}.d-xxl-inline-grid{display:inline-grid !important}.d-xxl-table{display:table !important}.d-xxl-table-row{display:table-row !important}.d-xxl-table-cell{display:table-cell !important}.d-xxl-flex{display:flex !important}.d-xxl-inline-flex{display:inline-flex !important}.d-xxl-none{display:none !important}.flex-xxl-fill{flex:1 1 auto !important}.flex-xxl-row{flex-direction:row !important}.flex-xxl-column{flex-direction:column !important}.flex-xxl-row-reverse{flex-direction:row-reverse !important}.flex-xxl-column-reverse{flex-direction:column-reverse !important}.flex-xxl-grow-0{flex-grow:0 !important}.flex-xxl-grow-1{flex-grow:1 !important}.flex-xxl-shrink-0{flex-shrink:0 !important}.flex-xxl-shrink-1{flex-shrink:1 !important}.flex-xxl-wrap{flex-wrap:wrap !important}.flex-xxl-nowrap{flex-wrap:nowrap !important}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse !important}.justify-content-xxl-start{justify-content:flex-start !important}.justify-content-xxl-end{justify-content:flex-end !important}.justify-content-xxl-center{justify-content:center !important}.justify-content-xxl-between{justify-content:space-between !important}.justify-content-xxl-around{justify-content:space-around !important}.justify-content-xxl-evenly{justify-content:space-evenly !important}.align-items-xxl-start{align-items:flex-start !important}.align-items-xxl-end{align-items:flex-end !important}.align-items-xxl-center{align-items:center !important}.align-items-xxl-baseline{align-items:baseline !important}.align-items-xxl-stretch{align-items:stretch !important}.align-content-xxl-start{align-content:flex-start !important}.align-content-xxl-end{align-content:flex-end !important}.align-content-xxl-center{align-content:center !important}.align-content-xxl-between{align-content:space-between !important}.align-content-xxl-around{align-content:space-around !important}.align-content-xxl-stretch{align-content:stretch !important}.align-self-xxl-auto{align-self:auto !important}.align-self-xxl-start{align-self:flex-start !important}.align-self-xxl-end{align-self:flex-end !important}.align-self-xxl-center{align-self:center !important}.align-self-xxl-baseline{align-self:baseline !important}.align-self-xxl-stretch{align-self:stretch !important}.order-xxl-first{order:-1 !important}.order-xxl-0{order:0 !important}.order-xxl-1{order:1 !important}.order-xxl-2{order:2 !important}.order-xxl-3{order:3 !important}.order-xxl-4{order:4 !important}.order-xxl-5{order:5 !important}.order-xxl-last{order:6 !important}.m-xxl-0{margin:0 !important}.m-xxl-1{margin:0.25rem !important}.m-xxl-2{margin:0.5rem !important}.m-xxl-3{margin:1rem !important}.m-xxl-4{margin:1.5rem !important}.m-xxl-5{margin:3rem !important}.m-xxl-auto{margin:auto !important}.mx-xxl-0{margin-right:0 !important;margin-left:0 !important}.mx-xxl-1{margin-right:0.25rem !important;margin-left:0.25rem !important}.mx-xxl-2{margin-right:0.5rem !important;margin-left:0.5rem !important}.mx-xxl-3{margin-right:1rem !important;margin-left:1rem !important}.mx-xxl-4{margin-right:1.5rem !important;margin-left:1.5rem !important}.mx-xxl-5{margin-right:3rem !important;margin-left:3rem !important}.mx-xxl-auto{margin-right:auto !important;margin-left:auto !important}.my-xxl-0{margin-top:0 !important;margin-bottom:0 !important}.my-xxl-1{margin-top:0.25rem !important;margin-bottom:0.25rem !important}.my-xxl-2{margin-top:0.5rem !important;margin-bottom:0.5rem !important}.my-xxl-3{margin-top:1rem !important;margin-bottom:1rem !important}.my-xxl-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.my-xxl-5{margin-top:3rem !important;margin-bottom:3rem !important}.my-xxl-auto{margin-top:auto !important;margin-bottom:auto !important}.mt-xxl-0{margin-top:0 !important}.mt-xxl-1{margin-top:0.25rem !important}.mt-xxl-2{margin-top:0.5rem !important}.mt-xxl-3{margin-top:1rem !important}.mt-xxl-4{margin-top:1.5rem !important}.mt-xxl-5{margin-top:3rem !important}.mt-xxl-auto{margin-top:auto !important}.me-xxl-0{margin-right:0 !important}.me-xxl-1{margin-right:0.25rem !important}.me-xxl-2{margin-right:0.5rem !important}.me-xxl-3{margin-right:1rem !important}.me-xxl-4{margin-right:1.5rem !important}.me-xxl-5{margin-right:3rem !important}.me-xxl-auto{margin-right:auto !important}.mb-xxl-0{margin-bottom:0 !important}.mb-xxl-1{margin-bottom:0.25rem !important}.mb-xxl-2{margin-bottom:0.5rem !important}.mb-xxl-3{margin-bottom:1rem !important}.mb-xxl-4{margin-bottom:1.5rem !important}.mb-xxl-5{margin-bottom:3rem !important}.mb-xxl-auto{margin-bottom:auto !important}.ms-xxl-0{margin-left:0 !important}.ms-xxl-1{margin-left:0.25rem !important}.ms-xxl-2{margin-left:0.5rem !important}.ms-xxl-3{margin-left:1rem !important}.ms-xxl-4{margin-left:1.5rem !important}.ms-xxl-5{margin-left:3rem !important}.ms-xxl-auto{margin-left:auto !important}.p-xxl-0{padding:0 !important}.p-xxl-1{padding:0.25rem !important}.p-xxl-2{padding:0.5rem !important}.p-xxl-3{padding:1rem !important}.p-xxl-4{padding:1.5rem !important}.p-xxl-5{padding:3rem !important}.px-xxl-0{padding-right:0 !important;padding-left:0 !important}.px-xxl-1{padding-right:0.25rem !important;padding-left:0.25rem !important}.px-xxl-2{padding-right:0.5rem !important;padding-left:0.5rem !important}.px-xxl-3{padding-right:1rem !important;padding-left:1rem !important}.px-xxl-4{padding-right:1.5rem !important;padding-left:1.5rem !important}.px-xxl-5{padding-right:3rem !important;padding-left:3rem !important}.py-xxl-0{padding-top:0 !important;padding-bottom:0 !important}.py-xxl-1{padding-top:0.25rem !important;padding-bottom:0.25rem !important}.py-xxl-2{padding-top:0.5rem !important;padding-bottom:0.5rem !important}.py-xxl-3{padding-top:1rem !important;padding-bottom:1rem !important}.py-xxl-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.py-xxl-5{padding-top:3rem !important;padding-bottom:3rem !important}.pt-xxl-0{padding-top:0 !important}.pt-xxl-1{padding-top:0.25rem !important}.pt-xxl-2{padding-top:0.5rem !important}.pt-xxl-3{padding-top:1rem !important}.pt-xxl-4{padding-top:1.5rem !important}.pt-xxl-5{padding-top:3rem !important}.pe-xxl-0{padding-right:0 !important}.pe-xxl-1{padding-right:0.25rem !important}.pe-xxl-2{padding-right:0.5rem !important}.pe-xxl-3{padding-right:1rem !important}.pe-xxl-4{padding-right:1.5rem !important}.pe-xxl-5{padding-right:3rem !important}.pb-xxl-0{padding-bottom:0 !important}.pb-xxl-1{padding-bottom:0.25rem !important}.pb-xxl-2{padding-bottom:0.5rem !important}.pb-xxl-3{padding-bottom:1rem !important}.pb-xxl-4{padding-bottom:1.5rem !important}.pb-xxl-5{padding-bottom:3rem !important}.ps-xxl-0{padding-left:0 !important}.ps-xxl-1{padding-left:0.25rem !important}.ps-xxl-2{padding-left:0.5rem !important}.ps-xxl-3{padding-left:1rem !important}.ps-xxl-4{padding-left:1.5rem !important}.ps-xxl-5{padding-left:3rem !important}.gap-xxl-0{gap:0 !important}.gap-xxl-1{gap:0.25rem !important}.gap-xxl-2{gap:0.5rem !important}.gap-xxl-3{gap:1rem !important}.gap-xxl-4{gap:1.5rem !important}.gap-xxl-5{gap:3rem !important}.row-gap-xxl-0{row-gap:0 !important}.row-gap-xxl-1{row-gap:0.25rem !important}.row-gap-xxl-2{row-gap:0.5rem !important}.row-gap-xxl-3{row-gap:1rem !important}.row-gap-xxl-4{row-gap:1.5rem !important}.row-gap-xxl-5{row-gap:3rem !important}.column-gap-xxl-0{column-gap:0 !important}.column-gap-xxl-1{column-gap:0.25rem !important}.column-gap-xxl-2{column-gap:0.5rem !important}.column-gap-xxl-3{column-gap:1rem !important}.column-gap-xxl-4{column-gap:1.5rem !important}.column-gap-xxl-5{column-gap:3rem !important}.text-xxl-start{text-align:left !important}.text-xxl-end{text-align:right !important}.text-xxl-center{text-align:center !important}}@media (min-width:1200px){.fs-1{font-size:2.5rem !important}.fs-2{font-size:2rem !important}.fs-3{font-size:1.75rem !important}.fs-4{font-size:1.5rem !important}}@media print{.d-print-inline{display:inline !important}.d-print-inline-block{display:inline-block !important}.d-print-block{display:block !important}.d-print-grid{display:grid !important}.d-print-inline-grid{display:inline-grid !important}.d-print-table{display:table !important}.d-print-table-row{display:table-row !important}.d-print-table-cell{display:table-cell !important}.d-print-flex{display:flex !important}.d-print-inline-flex{display:inline-flex !important}.d-print-none{display:none !important}}@charset "UTF-8";
.hidden{display:none !important}#myModal .modal-dialog{z-index:999999}#myModal .modal-dialog .col-md-12{float:none}#myCookie{display:none;z-index:100;position:fixed;left:15px;bottom:15px;color:#545454;background-color:#fdfdfd;-webkit-box-shadow:0 2px 4px 0 rgba(0, 0, 0, 0.5);box-shadow:0 2px 4px 0 rgba(0, 0, 0, 0.5);width:400px}#myCookie.flyaway{transition:0.35s;transform:translateX(calc(-100% - 15px))}#myCookie .myCookie_hint{font-size:13px;padding:15px 15px 0}#myCookie .myCookie_privacy{font-size:14px;padding:10px 15px}#myCookie .myCookie_privacy a{position:relative;padding-left:12px;transition:0.5s;color:#003346}#myCookie .myCookie_privacy a:hover{color:#003346;outline:none;text-decoration:none;transition:0.5s;padding-left:17px}#myCookie .myCookie_privacy a:before{content:"›";font-weight:400;color:#545454;font-size:26px;line-height:1em;position:absolute;top:-7px;left:0}#myCookie .myCookie_select{background-color:#ededed;padding:10px}#myCookie .myCookie_select ul{margin:0;padding:0;list-style:none}#myCookie .myCookie_select ul li{position:relative}#myCookie .myCookie_select ul li label{margin:0;padding:0;cursor:pointer}#myCookie .myCookie_select ul li label object{width:18px;position:absolute;right:0;top:5px;cursor:pointer}#myCookie .myCookie_select .switch{position:relative;display:inline-block;width:30px;height:17px}#myCookie .myCookie_select .switch input{opacity:0;width:0;height:0}#myCookie .myCookie_select .switch-slider{border-radius:34px;position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#ccc;-webkit-transition:0.4s;transition:0.4s}#myCookie .myCookie_select .switch-slider:before{border-radius:50%;position:absolute;content:"";height:13px;width:13px;left:2px;bottom:2px;background-color:#fff;-webkit-transition:0.4s;transition:0.4s}#myCookie .myCookie_select input:checked+.switch-slider{background-color:#003346}#myCookie .myCookie_select input:disabled+.switch-slider{opacity:0.5;cursor:not-allowed}#myCookie .myCookie_select input:focus+.switch-slider{box-shadow:0 0 1px #003346}#myCookie .myCookie_select input:checked+.switch-slider:before{-webkit-transform:translateX(13px);-ms-transform:translateX(13px);transform:translateX(13px)}#myCookie .myCookie_select .cookies_select_save_btn{padding-top:15px;width:100%;display:flex;justify-content:flex-end}#myCookie .myCookie_buttons{display:flex;margin-top:20px;height:40px;transition:0.35s}#myCookie .btn{width:100%;flex-basis:50%;max-width:50%;margin:0 5px;display:inline-block;font-weight:400;color:#fff;text-align:center;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:transparent;border:0;padding:10px;font-size:14px;line-height:1.2em;border-radius:0;transition:color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out}#myCookie .btn:hover{opacity:0.8;transition:0.5s}#myCookie .btn:first-child{margin:0;margin-right:1px}#myCookie .btn:last-child{margin:0;margin-left:1px}#myCookie .btn.button-grey{background-color:#545454;transition:0.5s;margin-left:0}#myCookie .btn.button-color{background-color:#003346;transition:0.5s}#myCookie .btn.button-color[name="decline_all"]{background-color:#003346;transition:0.5s}#myCookie .cookies_config_button{padding:5px 15px 0}#myCookie .cookies_config_button .btn.config_button{background-color:#686868;font-size:13px;border-radius:0;color:#fff;box-shadow:none !important;max-width:none;width:auto}#myCookie #cookieConfig .btn.button-grey{color:#fff;border-radius:0;padding:5px 30px;margin-top:15px;max-width:none;width:auto}#myCookie #cookieConfig .btn.button-grey:hover{opacity:0.8}#myCookie .myCookie_buttons.remove{transition:0.35s;height:0;overflow:hidden;margin:0}.cookie_switch{position:absolute;right:0;padding:10px 5px;background-color:#eee;border-radius:5px}.cookie_switch .switch{position:relative;display:inline-block;width:37px;height:24px;top:0;margin-bottom:0}.cookie_switch .switch input{opacity:0;width:0;height:0}.cookie_switch .switch-slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#ccc;-webkit-transition:0.4s;transition:0.4s;border-radius:34px}.cookie_switch .switch-slider:before{position:absolute;content:"";height:20px;width:20px;left:2px;bottom:2px;background-color:#fff;-webkit-transition:0.4s;transition:0.4s;border-radius:50%}.cookie_switch input:checked+.switch-slider{background-color:#003346}.cookie_switch input:disabled+.switch-slider{opacity:0.5;cursor:not-allowed}.cookie_switch input:focus+.switch-slider{box-shadow:0 0 1px #003346}.cookie_switch input:checked+.switch-slider:before{-webkit-transform:translateX(13px);-ms-transform:translateX(13px);transform:translateX(13px)}.cookie_switch .cookie-after,.cookie_switch .cookie-before{font-size:15px;height:24px;display:inline-block;padding:0 10px}#g-recaptcha-response{display:block !important;position:absolute;width:302px !important;height:76px !important;z-index:-999999;opacity:0}#defaultRecaptcha #refreshCaptcha svg{cursor:pointer;width:35px;margin-left:10px;transition:all 1s}#defaultRecaptcha #refreshCaptcha svg:hover{transform:rotate(180deg)}.form-data-check-invisible{opacity:0;margin-left:-20000px;z-index:-1;position:absolute;top:0;left:0}#captchabox{width:400px;padding:30px;border-radius:10px;border:0}#captchabox #close-captcha{position:absolute;top:10px;right:10px;cursor:pointer}#captchabox #close-captcha:focus{outline:none;box-shadow:none}#captchabox .captcha-container{margin-bottom:20px;text-align:center}#captchabox .captcha-container #captcha-numbers{display:flex;justify-content:center;gap:2px;margin-top:10px}#captchabox .sliders{display:flex;justify-content:center;gap:2px;margin-bottom:20px}#captchabox .sliders .slider-container{display:flex;flex-direction:column;align-items:center;max-width:50px}#captchabox .sliders .slider-container input[type="range"]{transform:rotate(-90deg);margin-top:0px;height:60px;width:100px;margin-block:20px}#captchabox .sliders .slider-container input[type="range"]:focus-visible{outline:none}#captchabox .sliders .slider-container input[type="range"]:not([disabled])+span{background-color:#003346;color:#fff}#captchabox .sliders .slider-container .value-slider{margin-top:15px;width:2rem;text-align:center;background-color:#f2f2f2;border-radius:8px}body:has(.slider-captcha-dialog[open]){overflow:hidden}.open-slider-captcha [type="checkbox"]{pointer-events:none}.open-slider-captcha:has([type="checkbox"]:checked){pointer-events:none}nav ul.dropdown-menu.active{display:block;position:absolute !important;top:30px}.i-pt--100{padding-top:-100px !important}.pt--100{padding-top:-100px}.i-pt--90{padding-top:-90px !important}.pt--90{padding-top:-90px}.i-pt--80{padding-top:-80px !important}.pt--80{padding-top:-80px}.i-pt--70{padding-top:-70px !important}.pt--70{padding-top:-70px}.i-pt--60{padding-top:-60px !important}.pt--60{padding-top:-60px}.i-pt--50{padding-top:-50px !important}.pt--50{padding-top:-50px}.i-pt--40{padding-top:-40px !important}.pt--40{padding-top:-40px}.i-pt--30{padding-top:-30px !important}.pt--30{padding-top:-30px}.i-pt--20{padding-top:-20px !important}.pt--20{padding-top:-20px}.i-pt--10{padding-top:-10px !important}.pt--10{padding-top:-10px}.i-pt--5{padding-top:-5px !important}.pt--5{padding-top:-5px}.i-pt-0{padding-top:0px !important}.pt-0{padding-top:0px}.i-pt-5{padding-top:5px !important}.pt-5{padding-top:5px}.i-pt-10{padding-top:10px !important}.pt-10{padding-top:10px}.i-pt-15{padding-top:15px !important}.pt-15{padding-top:15px}.i-pt-20{padding-top:20px !important}.pt-20{padding-top:20px}.i-pt-25{padding-top:25px !important}.pt-25{padding-top:25px}.i-pt-30{padding-top:30px !important}.pt-30{padding-top:30px}.i-pt-35{padding-top:35px !important}.pt-35{padding-top:35px}.i-pt-40{padding-top:40px !important}.pt-40{padding-top:40px}.i-pt-45{padding-top:45px !important}.pt-45{padding-top:45px}.i-pt-50{padding-top:50px !important}.pt-50{padding-top:50px}.i-pt-55{padding-top:55px !important}.pt-55{padding-top:55px}.i-pt-60{padding-top:60px !important}.pt-60{padding-top:60px}.i-pt-65{padding-top:65px !important}.pt-65{padding-top:65px}.i-pt-70{padding-top:70px !important}.pt-70{padding-top:70px}.i-pt-75{padding-top:75px !important}.pt-75{padding-top:75px}.i-pt-80{padding-top:80px !important}.pt-80{padding-top:80px}.i-pt-85{padding-top:85px !important}.pt-85{padding-top:85px}.i-pt-90{padding-top:90px !important}.pt-90{padding-top:90px}.i-pt-95{padding-top:95px !important}.pt-95{padding-top:95px}.i-pt-100{padding-top:100px !important}.pt-100{padding-top:100px}.i-pt-105{padding-top:105px !important}.pt-105{padding-top:105px}.i-pt-110{padding-top:110px !important}.pt-110{padding-top:110px}.i-pt-115{padding-top:115px !important}.pt-115{padding-top:115px}.i-pt-120{padding-top:120px !important}.pt-120{padding-top:120px}.i-pt-125{padding-top:125px !important}.pt-125{padding-top:125px}.i-pt-130{padding-top:130px !important}.pt-130{padding-top:130px}.i-pt-135{padding-top:135px !important}.pt-135{padding-top:135px}.i-pt-140{padding-top:140px !important}.pt-140{padding-top:140px}.i-pt-145{padding-top:145px !important}.pt-145{padding-top:145px}.i-pt-150{padding-top:150px !important}.pt-150{padding-top:150px}.i-pt-155{padding-top:155px !important}.pt-155{padding-top:155px}.i-pt-160{padding-top:160px !important}.pt-160{padding-top:160px}.i-pt-165{padding-top:165px !important}.pt-165{padding-top:165px}.i-pt-170{padding-top:170px !important}.pt-170{padding-top:170px}.i-pt-175{padding-top:175px !important}.pt-175{padding-top:175px}.i-pt-180{padding-top:180px !important}.pt-180{padding-top:180px}.i-pt-185{padding-top:185px !important}.pt-185{padding-top:185px}.i-pt-190{padding-top:190px !important}.pt-190{padding-top:190px}.i-pt-195{padding-top:195px !important}.pt-195{padding-top:195px}.i-pt-200{padding-top:200px !important}.pt-200{padding-top:200px}.i-pt-205{padding-top:205px !important}.pt-205{padding-top:205px}.i-pt-210{padding-top:210px !important}.pt-210{padding-top:210px}.i-pt-215{padding-top:215px !important}.pt-215{padding-top:215px}.i-pt-220{padding-top:220px !important}.pt-220{padding-top:220px}.i-pt-225{padding-top:225px !important}.pt-225{padding-top:225px}.i-pt-230{padding-top:230px !important}.pt-230{padding-top:230px}.i-pt-235{padding-top:235px !important}.pt-235{padding-top:235px}.i-pt-240{padding-top:240px !important}.pt-240{padding-top:240px}.i-pt-245{padding-top:245px !important}.pt-245{padding-top:245px}.i-pt-250{padding-top:250px !important}.pt-250{padding-top:250px}.i-pt-255{padding-top:255px !important}.pt-255{padding-top:255px}.i-pt-260{padding-top:260px !important}.pt-260{padding-top:260px}.i-pt-265{padding-top:265px !important}.pt-265{padding-top:265px}.i-pt-270{padding-top:270px !important}.pt-270{padding-top:270px}.i-pt-275{padding-top:275px !important}.pt-275{padding-top:275px}.i-pt-280{padding-top:280px !important}.pt-280{padding-top:280px}.i-pt-285{padding-top:285px !important}.pt-285{padding-top:285px}.i-pt-290{padding-top:290px !important}.pt-290{padding-top:290px}.i-pt-295{padding-top:295px !important}.pt-295{padding-top:295px}.i-pt-300{padding-top:300px !important}.pt-300{padding-top:300px}.i-pr--100{padding-right:-100px !important}.pr--100{padding-right:-100px}.i-pr--90{padding-right:-90px !important}.pr--90{padding-right:-90px}.i-pr--80{padding-right:-80px !important}.pr--80{padding-right:-80px}.i-pr--70{padding-right:-70px !important}.pr--70{padding-right:-70px}.i-pr--60{padding-right:-60px !important}.pr--60{padding-right:-60px}.i-pr--50{padding-right:-50px !important}.pr--50{padding-right:-50px}.i-pr--40{padding-right:-40px !important}.pr--40{padding-right:-40px}.i-pr--30{padding-right:-30px !important}.pr--30{padding-right:-30px}.i-pr--20{padding-right:-20px !important}.pr--20{padding-right:-20px}.i-pr--10{padding-right:-10px !important}.pr--10{padding-right:-10px}.i-pr--5{padding-right:-5px !important}.pr--5{padding-right:-5px}.i-pr-0{padding-right:0px !important}.pr-0{padding-right:0px}.i-pr-5{padding-right:5px !important}.pr-5{padding-right:5px}.i-pr-10{padding-right:10px !important}.pr-10{padding-right:10px}.i-pr-15{padding-right:15px !important}.pr-15{padding-right:15px}.i-pr-20{padding-right:20px !important}.pr-20{padding-right:20px}.i-pr-25{padding-right:25px !important}.pr-25{padding-right:25px}.i-pr-30{padding-right:30px !important}.pr-30{padding-right:30px}.i-pr-35{padding-right:35px !important}.pr-35{padding-right:35px}.i-pr-40{padding-right:40px !important}.pr-40{padding-right:40px}.i-pr-45{padding-right:45px !important}.pr-45{padding-right:45px}.i-pr-50{padding-right:50px !important}.pr-50{padding-right:50px}.i-pr-55{padding-right:55px !important}.pr-55{padding-right:55px}.i-pr-60{padding-right:60px !important}.pr-60{padding-right:60px}.i-pr-65{padding-right:65px !important}.pr-65{padding-right:65px}.i-pr-70{padding-right:70px !important}.pr-70{padding-right:70px}.i-pr-75{padding-right:75px !important}.pr-75{padding-right:75px}.i-pr-80{padding-right:80px !important}.pr-80{padding-right:80px}.i-pr-85{padding-right:85px !important}.pr-85{padding-right:85px}.i-pr-90{padding-right:90px !important}.pr-90{padding-right:90px}.i-pr-95{padding-right:95px !important}.pr-95{padding-right:95px}.i-pr-100{padding-right:100px !important}.pr-100{padding-right:100px}.i-pr-105{padding-right:105px !important}.pr-105{padding-right:105px}.i-pr-110{padding-right:110px !important}.pr-110{padding-right:110px}.i-pr-115{padding-right:115px !important}.pr-115{padding-right:115px}.i-pr-120{padding-right:120px !important}.pr-120{padding-right:120px}.i-pr-125{padding-right:125px !important}.pr-125{padding-right:125px}.i-pr-130{padding-right:130px !important}.pr-130{padding-right:130px}.i-pr-135{padding-right:135px !important}.pr-135{padding-right:135px}.i-pr-140{padding-right:140px !important}.pr-140{padding-right:140px}.i-pr-145{padding-right:145px !important}.pr-145{padding-right:145px}.i-pr-150{padding-right:150px !important}.pr-150{padding-right:150px}.i-pr-155{padding-right:155px !important}.pr-155{padding-right:155px}.i-pr-160{padding-right:160px !important}.pr-160{padding-right:160px}.i-pr-165{padding-right:165px !important}.pr-165{padding-right:165px}.i-pr-170{padding-right:170px !important}.pr-170{padding-right:170px}.i-pr-175{padding-right:175px !important}.pr-175{padding-right:175px}.i-pr-180{padding-right:180px !important}.pr-180{padding-right:180px}.i-pr-185{padding-right:185px !important}.pr-185{padding-right:185px}.i-pr-190{padding-right:190px !important}.pr-190{padding-right:190px}.i-pr-195{padding-right:195px !important}.pr-195{padding-right:195px}.i-pr-200{padding-right:200px !important}.pr-200{padding-right:200px}.i-pr-205{padding-right:205px !important}.pr-205{padding-right:205px}.i-pr-210{padding-right:210px !important}.pr-210{padding-right:210px}.i-pr-215{padding-right:215px !important}.pr-215{padding-right:215px}.i-pr-220{padding-right:220px !important}.pr-220{padding-right:220px}.i-pr-225{padding-right:225px !important}.pr-225{padding-right:225px}.i-pr-230{padding-right:230px !important}.pr-230{padding-right:230px}.i-pr-235{padding-right:235px !important}.pr-235{padding-right:235px}.i-pr-240{padding-right:240px !important}.pr-240{padding-right:240px}.i-pr-245{padding-right:245px !important}.pr-245{padding-right:245px}.i-pr-250{padding-right:250px !important}.pr-250{padding-right:250px}.i-pr-255{padding-right:255px !important}.pr-255{padding-right:255px}.i-pr-260{padding-right:260px !important}.pr-260{padding-right:260px}.i-pr-265{padding-right:265px !important}.pr-265{padding-right:265px}.i-pr-270{padding-right:270px !important}.pr-270{padding-right:270px}.i-pr-275{padding-right:275px !important}.pr-275{padding-right:275px}.i-pr-280{padding-right:280px !important}.pr-280{padding-right:280px}.i-pr-285{padding-right:285px !important}.pr-285{padding-right:285px}.i-pr-290{padding-right:290px !important}.pr-290{padding-right:290px}.i-pr-295{padding-right:295px !important}.pr-295{padding-right:295px}.i-pr-300{padding-right:300px !important}.pr-300{padding-right:300px}.i-pb--100{padding-bottom:-100px !important}.pb--100{padding-bottom:-100px}.i-pb--90{padding-bottom:-90px !important}.pb--90{padding-bottom:-90px}.i-pb--80{padding-bottom:-80px !important}.pb--80{padding-bottom:-80px}.i-pb--70{padding-bottom:-70px !important}.pb--70{padding-bottom:-70px}.i-pb--60{padding-bottom:-60px !important}.pb--60{padding-bottom:-60px}.i-pb--50{padding-bottom:-50px !important}.pb--50{padding-bottom:-50px}.i-pb--40{padding-bottom:-40px !important}.pb--40{padding-bottom:-40px}.i-pb--30{padding-bottom:-30px !important}.pb--30{padding-bottom:-30px}.i-pb--20{padding-bottom:-20px !important}.pb--20{padding-bottom:-20px}.i-pb--10{padding-bottom:-10px !important}.pb--10{padding-bottom:-10px}.i-pb--5{padding-bottom:-5px !important}.pb--5{padding-bottom:-5px}.i-pb-0{padding-bottom:0px !important}.pb-0{padding-bottom:0px}.i-pb-5{padding-bottom:5px !important}.pb-5{padding-bottom:5px}.i-pb-10{padding-bottom:10px !important}.pb-10{padding-bottom:10px}.i-pb-15{padding-bottom:15px !important}.pb-15{padding-bottom:15px}.i-pb-20{padding-bottom:20px !important}.pb-20{padding-bottom:20px}.i-pb-25{padding-bottom:25px !important}.pb-25{padding-bottom:25px}.i-pb-30{padding-bottom:30px !important}.pb-30{padding-bottom:30px}.i-pb-35{padding-bottom:35px !important}.pb-35{padding-bottom:35px}.i-pb-40{padding-bottom:40px !important}.pb-40{padding-bottom:40px}.i-pb-45{padding-bottom:45px !important}.pb-45{padding-bottom:45px}.i-pb-50{padding-bottom:50px !important}.pb-50{padding-bottom:50px}.i-pb-55{padding-bottom:55px !important}.pb-55{padding-bottom:55px}.i-pb-60{padding-bottom:60px !important}.pb-60{padding-bottom:60px}.i-pb-65{padding-bottom:65px !important}.pb-65{padding-bottom:65px}.i-pb-70{padding-bottom:70px !important}.pb-70{padding-bottom:70px}.i-pb-75{padding-bottom:75px !important}.pb-75{padding-bottom:75px}.i-pb-80{padding-bottom:80px !important}.pb-80{padding-bottom:80px}.i-pb-85{padding-bottom:85px !important}.pb-85{padding-bottom:85px}.i-pb-90{padding-bottom:90px !important}.pb-90{padding-bottom:90px}.i-pb-95{padding-bottom:95px !important}.pb-95{padding-bottom:95px}.i-pb-100{padding-bottom:100px !important}.pb-100{padding-bottom:100px}.i-pb-105{padding-bottom:105px !important}.pb-105{padding-bottom:105px}.i-pb-110{padding-bottom:110px !important}.pb-110{padding-bottom:110px}.i-pb-115{padding-bottom:115px !important}.pb-115{padding-bottom:115px}.i-pb-120{padding-bottom:120px !important}.pb-120{padding-bottom:120px}.i-pb-125{padding-bottom:125px !important}.pb-125{padding-bottom:125px}.i-pb-130{padding-bottom:130px !important}.pb-130{padding-bottom:130px}.i-pb-135{padding-bottom:135px !important}.pb-135{padding-bottom:135px}.i-pb-140{padding-bottom:140px !important}.pb-140{padding-bottom:140px}.i-pb-145{padding-bottom:145px !important}.pb-145{padding-bottom:145px}.i-pb-150{padding-bottom:150px !important}.pb-150{padding-bottom:150px}.i-pb-155{padding-bottom:155px !important}.pb-155{padding-bottom:155px}.i-pb-160{padding-bottom:160px !important}.pb-160{padding-bottom:160px}.i-pb-165{padding-bottom:165px !important}.pb-165{padding-bottom:165px}.i-pb-170{padding-bottom:170px !important}.pb-170{padding-bottom:170px}.i-pb-175{padding-bottom:175px !important}.pb-175{padding-bottom:175px}.i-pb-180{padding-bottom:180px !important}.pb-180{padding-bottom:180px}.i-pb-185{padding-bottom:185px !important}.pb-185{padding-bottom:185px}.i-pb-190{padding-bottom:190px !important}.pb-190{padding-bottom:190px}.i-pb-195{padding-bottom:195px !important}.pb-195{padding-bottom:195px}.i-pb-200{padding-bottom:200px !important}.pb-200{padding-bottom:200px}.i-pb-205{padding-bottom:205px !important}.pb-205{padding-bottom:205px}.i-pb-210{padding-bottom:210px !important}.pb-210{padding-bottom:210px}.i-pb-215{padding-bottom:215px !important}.pb-215{padding-bottom:215px}.i-pb-220{padding-bottom:220px !important}.pb-220{padding-bottom:220px}.i-pb-225{padding-bottom:225px !important}.pb-225{padding-bottom:225px}.i-pb-230{padding-bottom:230px !important}.pb-230{padding-bottom:230px}.i-pb-235{padding-bottom:235px !important}.pb-235{padding-bottom:235px}.i-pb-240{padding-bottom:240px !important}.pb-240{padding-bottom:240px}.i-pb-245{padding-bottom:245px !important}.pb-245{padding-bottom:245px}.i-pb-250{padding-bottom:250px !important}.pb-250{padding-bottom:250px}.i-pb-255{padding-bottom:255px !important}.pb-255{padding-bottom:255px}.i-pb-260{padding-bottom:260px !important}.pb-260{padding-bottom:260px}.i-pb-265{padding-bottom:265px !important}.pb-265{padding-bottom:265px}.i-pb-270{padding-bottom:270px !important}.pb-270{padding-bottom:270px}.i-pb-275{padding-bottom:275px !important}.pb-275{padding-bottom:275px}.i-pb-280{padding-bottom:280px !important}.pb-280{padding-bottom:280px}.i-pb-285{padding-bottom:285px !important}.pb-285{padding-bottom:285px}.i-pb-290{padding-bottom:290px !important}.pb-290{padding-bottom:290px}.i-pb-295{padding-bottom:295px !important}.pb-295{padding-bottom:295px}.i-pb-300{padding-bottom:300px !important}.pb-300{padding-bottom:300px}.i-pl--100{padding-left:-100px !important}.pl--100{padding-left:-100px}.i-pl--90{padding-left:-90px !important}.pl--90{padding-left:-90px}.i-pl--80{padding-left:-80px !important}.pl--80{padding-left:-80px}.i-pl--70{padding-left:-70px !important}.pl--70{padding-left:-70px}.i-pl--60{padding-left:-60px !important}.pl--60{padding-left:-60px}.i-pl--50{padding-left:-50px !important}.pl--50{padding-left:-50px}.i-pl--40{padding-left:-40px !important}.pl--40{padding-left:-40px}.i-pl--30{padding-left:-30px !important}.pl--30{padding-left:-30px}.i-pl--20{padding-left:-20px !important}.pl--20{padding-left:-20px}.i-pl--10{padding-left:-10px !important}.pl--10{padding-left:-10px}.i-pl--5{padding-left:-5px !important}.pl--5{padding-left:-5px}.i-pl-0{padding-left:0px !important}.pl-0{padding-left:0px}.i-pl-5{padding-left:5px !important}.pl-5{padding-left:5px}.i-pl-10{padding-left:10px !important}.pl-10{padding-left:10px}.i-pl-15{padding-left:15px !important}.pl-15{padding-left:15px}.i-pl-20{padding-left:20px !important}.pl-20{padding-left:20px}.i-pl-25{padding-left:25px !important}.pl-25{padding-left:25px}.i-pl-30{padding-left:30px !important}.pl-30{padding-left:30px}.i-pl-35{padding-left:35px !important}.pl-35{padding-left:35px}.i-pl-40{padding-left:40px !important}.pl-40{padding-left:40px}.i-pl-45{padding-left:45px !important}.pl-45{padding-left:45px}.i-pl-50{padding-left:50px !important}.pl-50{padding-left:50px}.i-pl-55{padding-left:55px !important}.pl-55{padding-left:55px}.i-pl-60{padding-left:60px !important}.pl-60{padding-left:60px}.i-pl-65{padding-left:65px !important}.pl-65{padding-left:65px}.i-pl-70{padding-left:70px !important}.pl-70{padding-left:70px}.i-pl-75{padding-left:75px !important}.pl-75{padding-left:75px}.i-pl-80{padding-left:80px !important}.pl-80{padding-left:80px}.i-pl-85{padding-left:85px !important}.pl-85{padding-left:85px}.i-pl-90{padding-left:90px !important}.pl-90{padding-left:90px}.i-pl-95{padding-left:95px !important}.pl-95{padding-left:95px}.i-pl-100{padding-left:100px !important}.pl-100{padding-left:100px}.i-pl-105{padding-left:105px !important}.pl-105{padding-left:105px}.i-pl-110{padding-left:110px !important}.pl-110{padding-left:110px}.i-pl-115{padding-left:115px !important}.pl-115{padding-left:115px}.i-pl-120{padding-left:120px !important}.pl-120{padding-left:120px}.i-pl-125{padding-left:125px !important}.pl-125{padding-left:125px}.i-pl-130{padding-left:130px !important}.pl-130{padding-left:130px}.i-pl-135{padding-left:135px !important}.pl-135{padding-left:135px}.i-pl-140{padding-left:140px !important}.pl-140{padding-left:140px}.i-pl-145{padding-left:145px !important}.pl-145{padding-left:145px}.i-pl-150{padding-left:150px !important}.pl-150{padding-left:150px}.i-pl-155{padding-left:155px !important}.pl-155{padding-left:155px}.i-pl-160{padding-left:160px !important}.pl-160{padding-left:160px}.i-pl-165{padding-left:165px !important}.pl-165{padding-left:165px}.i-pl-170{padding-left:170px !important}.pl-170{padding-left:170px}.i-pl-175{padding-left:175px !important}.pl-175{padding-left:175px}.i-pl-180{padding-left:180px !important}.pl-180{padding-left:180px}.i-pl-185{padding-left:185px !important}.pl-185{padding-left:185px}.i-pl-190{padding-left:190px !important}.pl-190{padding-left:190px}.i-pl-195{padding-left:195px !important}.pl-195{padding-left:195px}.i-pl-200{padding-left:200px !important}.pl-200{padding-left:200px}.i-pl-205{padding-left:205px !important}.pl-205{padding-left:205px}.i-pl-210{padding-left:210px !important}.pl-210{padding-left:210px}.i-pl-215{padding-left:215px !important}.pl-215{padding-left:215px}.i-pl-220{padding-left:220px !important}.pl-220{padding-left:220px}.i-pl-225{padding-left:225px !important}.pl-225{padding-left:225px}.i-pl-230{padding-left:230px !important}.pl-230{padding-left:230px}.i-pl-235{padding-left:235px !important}.pl-235{padding-left:235px}.i-pl-240{padding-left:240px !important}.pl-240{padding-left:240px}.i-pl-245{padding-left:245px !important}.pl-245{padding-left:245px}.i-pl-250{padding-left:250px !important}.pl-250{padding-left:250px}.i-pl-255{padding-left:255px !important}.pl-255{padding-left:255px}.i-pl-260{padding-left:260px !important}.pl-260{padding-left:260px}.i-pl-265{padding-left:265px !important}.pl-265{padding-left:265px}.i-pl-270{padding-left:270px !important}.pl-270{padding-left:270px}.i-pl-275{padding-left:275px !important}.pl-275{padding-left:275px}.i-pl-280{padding-left:280px !important}.pl-280{padding-left:280px}.i-pl-285{padding-left:285px !important}.pl-285{padding-left:285px}.i-pl-290{padding-left:290px !important}.pl-290{padding-left:290px}.i-pl-295{padding-left:295px !important}.pl-295{padding-left:295px}.i-pl-300{padding-left:300px !important}.pl-300{padding-left:300px}.i-py--100{padding-block:-100px !important}.py--100{padding-block:-100px}.i-py--90{padding-block:-90px !important}.py--90{padding-block:-90px}.i-py--80{padding-block:-80px !important}.py--80{padding-block:-80px}.i-py--70{padding-block:-70px !important}.py--70{padding-block:-70px}.i-py--60{padding-block:-60px !important}.py--60{padding-block:-60px}.i-py--50{padding-block:-50px !important}.py--50{padding-block:-50px}.i-py--40{padding-block:-40px !important}.py--40{padding-block:-40px}.i-py--30{padding-block:-30px !important}.py--30{padding-block:-30px}.i-py--20{padding-block:-20px !important}.py--20{padding-block:-20px}.i-py--10{padding-block:-10px !important}.py--10{padding-block:-10px}.i-py--5{padding-block:-5px !important}.py--5{padding-block:-5px}.i-py-0{padding-block:0px !important}.py-0{padding-block:0px}.i-py-5{padding-block:5px !important}.py-5{padding-block:5px}.i-py-10{padding-block:10px !important}.py-10{padding-block:10px}.i-py-15{padding-block:15px !important}.py-15{padding-block:15px}.i-py-20{padding-block:20px !important}.py-20{padding-block:20px}.i-py-25{padding-block:25px !important}.py-25{padding-block:25px}.i-py-30{padding-block:30px !important}.py-30{padding-block:30px}.i-py-35{padding-block:35px !important}.py-35{padding-block:35px}.i-py-40{padding-block:40px !important}.py-40{padding-block:40px}.i-py-45{padding-block:45px !important}.py-45{padding-block:45px}.i-py-50{padding-block:50px !important}.py-50{padding-block:50px}.i-py-55{padding-block:55px !important}.py-55{padding-block:55px}.i-py-60{padding-block:60px !important}.py-60{padding-block:60px}.i-py-65{padding-block:65px !important}.py-65{padding-block:65px}.i-py-70{padding-block:70px !important}.py-70{padding-block:70px}.i-py-75{padding-block:75px !important}.py-75{padding-block:75px}.i-py-80{padding-block:80px !important}.py-80{padding-block:80px}.i-py-85{padding-block:85px !important}.py-85{padding-block:85px}.i-py-90{padding-block:90px !important}.py-90{padding-block:90px}.i-py-95{padding-block:95px !important}.py-95{padding-block:95px}.i-py-100{padding-block:100px !important}.py-100{padding-block:100px}.i-py-105{padding-block:105px !important}.py-105{padding-block:105px}.i-py-110{padding-block:110px !important}.py-110{padding-block:110px}.i-py-115{padding-block:115px !important}.py-115{padding-block:115px}.i-py-120{padding-block:120px !important}.py-120{padding-block:120px}.i-py-125{padding-block:125px !important}.py-125{padding-block:125px}.i-py-130{padding-block:130px !important}.py-130{padding-block:130px}.i-py-135{padding-block:135px !important}.py-135{padding-block:135px}.i-py-140{padding-block:140px !important}.py-140{padding-block:140px}.i-py-145{padding-block:145px !important}.py-145{padding-block:145px}.i-py-150{padding-block:150px !important}.py-150{padding-block:150px}.i-py-155{padding-block:155px !important}.py-155{padding-block:155px}.i-py-160{padding-block:160px !important}.py-160{padding-block:160px}.i-py-165{padding-block:165px !important}.py-165{padding-block:165px}.i-py-170{padding-block:170px !important}.py-170{padding-block:170px}.i-py-175{padding-block:175px !important}.py-175{padding-block:175px}.i-py-180{padding-block:180px !important}.py-180{padding-block:180px}.i-py-185{padding-block:185px !important}.py-185{padding-block:185px}.i-py-190{padding-block:190px !important}.py-190{padding-block:190px}.i-py-195{padding-block:195px !important}.py-195{padding-block:195px}.i-py-200{padding-block:200px !important}.py-200{padding-block:200px}.i-py-205{padding-block:205px !important}.py-205{padding-block:205px}.i-py-210{padding-block:210px !important}.py-210{padding-block:210px}.i-py-215{padding-block:215px !important}.py-215{padding-block:215px}.i-py-220{padding-block:220px !important}.py-220{padding-block:220px}.i-py-225{padding-block:225px !important}.py-225{padding-block:225px}.i-py-230{padding-block:230px !important}.py-230{padding-block:230px}.i-py-235{padding-block:235px !important}.py-235{padding-block:235px}.i-py-240{padding-block:240px !important}.py-240{padding-block:240px}.i-py-245{padding-block:245px !important}.py-245{padding-block:245px}.i-py-250{padding-block:250px !important}.py-250{padding-block:250px}.i-py-255{padding-block:255px !important}.py-255{padding-block:255px}.i-py-260{padding-block:260px !important}.py-260{padding-block:260px}.i-py-265{padding-block:265px !important}.py-265{padding-block:265px}.i-py-270{padding-block:270px !important}.py-270{padding-block:270px}.i-py-275{padding-block:275px !important}.py-275{padding-block:275px}.i-py-280{padding-block:280px !important}.py-280{padding-block:280px}.i-py-285{padding-block:285px !important}.py-285{padding-block:285px}.i-py-290{padding-block:290px !important}.py-290{padding-block:290px}.i-py-295{padding-block:295px !important}.py-295{padding-block:295px}.i-py-300{padding-block:300px !important}.py-300{padding-block:300px}.i-px--100{padding-inline:-100px !important}.px--100{padding-inline:-100px}.i-px--90{padding-inline:-90px !important}.px--90{padding-inline:-90px}.i-px--80{padding-inline:-80px !important}.px--80{padding-inline:-80px}.i-px--70{padding-inline:-70px !important}.px--70{padding-inline:-70px}.i-px--60{padding-inline:-60px !important}.px--60{padding-inline:-60px}.i-px--50{padding-inline:-50px !important}.px--50{padding-inline:-50px}.i-px--40{padding-inline:-40px !important}.px--40{padding-inline:-40px}.i-px--30{padding-inline:-30px !important}.px--30{padding-inline:-30px}.i-px--20{padding-inline:-20px !important}.px--20{padding-inline:-20px}.i-px--10{padding-inline:-10px !important}.px--10{padding-inline:-10px}.i-px--5{padding-inline:-5px !important}.px--5{padding-inline:-5px}.i-px-0{padding-inline:0px !important}.px-0{padding-inline:0px}.i-px-5{padding-inline:5px !important}.px-5{padding-inline:5px}.i-px-10{padding-inline:10px !important}.px-10{padding-inline:10px}.i-px-15{padding-inline:15px !important}.px-15{padding-inline:15px}.i-px-20{padding-inline:20px !important}.px-20{padding-inline:20px}.i-px-25{padding-inline:25px !important}.px-25{padding-inline:25px}.i-px-30{padding-inline:30px !important}.px-30{padding-inline:30px}.i-px-35{padding-inline:35px !important}.px-35{padding-inline:35px}.i-px-40{padding-inline:40px !important}.px-40{padding-inline:40px}.i-px-45{padding-inline:45px !important}.px-45{padding-inline:45px}.i-px-50{padding-inline:50px !important}.px-50{padding-inline:50px}.i-px-55{padding-inline:55px !important}.px-55{padding-inline:55px}.i-px-60{padding-inline:60px !important}.px-60{padding-inline:60px}.i-px-65{padding-inline:65px !important}.px-65{padding-inline:65px}.i-px-70{padding-inline:70px !important}.px-70{padding-inline:70px}.i-px-75{padding-inline:75px !important}.px-75{padding-inline:75px}.i-px-80{padding-inline:80px !important}.px-80{padding-inline:80px}.i-px-85{padding-inline:85px !important}.px-85{padding-inline:85px}.i-px-90{padding-inline:90px !important}.px-90{padding-inline:90px}.i-px-95{padding-inline:95px !important}.px-95{padding-inline:95px}.i-px-100{padding-inline:100px !important}.px-100{padding-inline:100px}.i-px-105{padding-inline:105px !important}.px-105{padding-inline:105px}.i-px-110{padding-inline:110px !important}.px-110{padding-inline:110px}.i-px-115{padding-inline:115px !important}.px-115{padding-inline:115px}.i-px-120{padding-inline:120px !important}.px-120{padding-inline:120px}.i-px-125{padding-inline:125px !important}.px-125{padding-inline:125px}.i-px-130{padding-inline:130px !important}.px-130{padding-inline:130px}.i-px-135{padding-inline:135px !important}.px-135{padding-inline:135px}.i-px-140{padding-inline:140px !important}.px-140{padding-inline:140px}.i-px-145{padding-inline:145px !important}.px-145{padding-inline:145px}.i-px-150{padding-inline:150px !important}.px-150{padding-inline:150px}.i-px-155{padding-inline:155px !important}.px-155{padding-inline:155px}.i-px-160{padding-inline:160px !important}.px-160{padding-inline:160px}.i-px-165{padding-inline:165px !important}.px-165{padding-inline:165px}.i-px-170{padding-inline:170px !important}.px-170{padding-inline:170px}.i-px-175{padding-inline:175px !important}.px-175{padding-inline:175px}.i-px-180{padding-inline:180px !important}.px-180{padding-inline:180px}.i-px-185{padding-inline:185px !important}.px-185{padding-inline:185px}.i-px-190{padding-inline:190px !important}.px-190{padding-inline:190px}.i-px-195{padding-inline:195px !important}.px-195{padding-inline:195px}.i-px-200{padding-inline:200px !important}.px-200{padding-inline:200px}.i-px-205{padding-inline:205px !important}.px-205{padding-inline:205px}.i-px-210{padding-inline:210px !important}.px-210{padding-inline:210px}.i-px-215{padding-inline:215px !important}.px-215{padding-inline:215px}.i-px-220{padding-inline:220px !important}.px-220{padding-inline:220px}.i-px-225{padding-inline:225px !important}.px-225{padding-inline:225px}.i-px-230{padding-inline:230px !important}.px-230{padding-inline:230px}.i-px-235{padding-inline:235px !important}.px-235{padding-inline:235px}.i-px-240{padding-inline:240px !important}.px-240{padding-inline:240px}.i-px-245{padding-inline:245px !important}.px-245{padding-inline:245px}.i-px-250{padding-inline:250px !important}.px-250{padding-inline:250px}.i-px-255{padding-inline:255px !important}.px-255{padding-inline:255px}.i-px-260{padding-inline:260px !important}.px-260{padding-inline:260px}.i-px-265{padding-inline:265px !important}.px-265{padding-inline:265px}.i-px-270{padding-inline:270px !important}.px-270{padding-inline:270px}.i-px-275{padding-inline:275px !important}.px-275{padding-inline:275px}.i-px-280{padding-inline:280px !important}.px-280{padding-inline:280px}.i-px-285{padding-inline:285px !important}.px-285{padding-inline:285px}.i-px-290{padding-inline:290px !important}.px-290{padding-inline:290px}.i-px-295{padding-inline:295px !important}.px-295{padding-inline:295px}.i-px-300{padding-inline:300px !important}.px-300{padding-inline:300px}.i-mt--100{margin-top:-100px !important}.mt--100{margin-top:-100px}.i-mt--90{margin-top:-90px !important}.mt--90{margin-top:-90px}.i-mt--80{margin-top:-80px !important}.mt--80{margin-top:-80px}.i-mt--70{margin-top:-70px !important}.mt--70{margin-top:-70px}.i-mt--60{margin-top:-60px !important}.mt--60{margin-top:-60px}.i-mt--50{margin-top:-50px !important}.mt--50{margin-top:-50px}.i-mt--40{margin-top:-40px !important}.mt--40{margin-top:-40px}.i-mt--30{margin-top:-30px !important}.mt--30{margin-top:-30px}.i-mt--20{margin-top:-20px !important}.mt--20{margin-top:-20px}.i-mt--10{margin-top:-10px !important}.mt--10{margin-top:-10px}.i-mt--5{margin-top:-5px !important}.mt--5{margin-top:-5px}.i-mt-0{margin-top:0px !important}.mt-0{margin-top:0px}.i-mt-5{margin-top:5px !important}.mt-5{margin-top:5px}.i-mt-10{margin-top:10px !important}.mt-10{margin-top:10px}.i-mt-15{margin-top:15px !important}.mt-15{margin-top:15px}.i-mt-20{margin-top:20px !important}.mt-20{margin-top:20px}.i-mt-25{margin-top:25px !important}.mt-25{margin-top:25px}.i-mt-30{margin-top:30px !important}.mt-30{margin-top:30px}.i-mt-35{margin-top:35px !important}.mt-35{margin-top:35px}.i-mt-40{margin-top:40px !important}.mt-40{margin-top:40px}.i-mt-45{margin-top:45px !important}.mt-45{margin-top:45px}.i-mt-50{margin-top:50px !important}.mt-50{margin-top:50px}.i-mt-55{margin-top:55px !important}.mt-55{margin-top:55px}.i-mt-60{margin-top:60px !important}.mt-60{margin-top:60px}.i-mt-65{margin-top:65px !important}.mt-65{margin-top:65px}.i-mt-70{margin-top:70px !important}.mt-70{margin-top:70px}.i-mt-75{margin-top:75px !important}.mt-75{margin-top:75px}.i-mt-80{margin-top:80px !important}.mt-80{margin-top:80px}.i-mt-85{margin-top:85px !important}.mt-85{margin-top:85px}.i-mt-90{margin-top:90px !important}.mt-90{margin-top:90px}.i-mt-95{margin-top:95px !important}.mt-95{margin-top:95px}.i-mt-100{margin-top:100px !important}.mt-100{margin-top:100px}.i-mt-105{margin-top:105px !important}.mt-105{margin-top:105px}.i-mt-110{margin-top:110px !important}.mt-110{margin-top:110px}.i-mt-115{margin-top:115px !important}.mt-115{margin-top:115px}.i-mt-120{margin-top:120px !important}.mt-120{margin-top:120px}.i-mt-125{margin-top:125px !important}.mt-125{margin-top:125px}.i-mt-130{margin-top:130px !important}.mt-130{margin-top:130px}.i-mt-135{margin-top:135px !important}.mt-135{margin-top:135px}.i-mt-140{margin-top:140px !important}.mt-140{margin-top:140px}.i-mt-145{margin-top:145px !important}.mt-145{margin-top:145px}.i-mt-150{margin-top:150px !important}.mt-150{margin-top:150px}.i-mt-155{margin-top:155px !important}.mt-155{margin-top:155px}.i-mt-160{margin-top:160px !important}.mt-160{margin-top:160px}.i-mt-165{margin-top:165px !important}.mt-165{margin-top:165px}.i-mt-170{margin-top:170px !important}.mt-170{margin-top:170px}.i-mt-175{margin-top:175px !important}.mt-175{margin-top:175px}.i-mt-180{margin-top:180px !important}.mt-180{margin-top:180px}.i-mt-185{margin-top:185px !important}.mt-185{margin-top:185px}.i-mt-190{margin-top:190px !important}.mt-190{margin-top:190px}.i-mt-195{margin-top:195px !important}.mt-195{margin-top:195px}.i-mt-200{margin-top:200px !important}.mt-200{margin-top:200px}.i-mt-205{margin-top:205px !important}.mt-205{margin-top:205px}.i-mt-210{margin-top:210px !important}.mt-210{margin-top:210px}.i-mt-215{margin-top:215px !important}.mt-215{margin-top:215px}.i-mt-220{margin-top:220px !important}.mt-220{margin-top:220px}.i-mt-225{margin-top:225px !important}.mt-225{margin-top:225px}.i-mt-230{margin-top:230px !important}.mt-230{margin-top:230px}.i-mt-235{margin-top:235px !important}.mt-235{margin-top:235px}.i-mt-240{margin-top:240px !important}.mt-240{margin-top:240px}.i-mt-245{margin-top:245px !important}.mt-245{margin-top:245px}.i-mt-250{margin-top:250px !important}.mt-250{margin-top:250px}.i-mt-255{margin-top:255px !important}.mt-255{margin-top:255px}.i-mt-260{margin-top:260px !important}.mt-260{margin-top:260px}.i-mt-265{margin-top:265px !important}.mt-265{margin-top:265px}.i-mt-270{margin-top:270px !important}.mt-270{margin-top:270px}.i-mt-275{margin-top:275px !important}.mt-275{margin-top:275px}.i-mt-280{margin-top:280px !important}.mt-280{margin-top:280px}.i-mt-285{margin-top:285px !important}.mt-285{margin-top:285px}.i-mt-290{margin-top:290px !important}.mt-290{margin-top:290px}.i-mt-295{margin-top:295px !important}.mt-295{margin-top:295px}.i-mt-300{margin-top:300px !important}.mt-300{margin-top:300px}.i-mr--100{margin-right:-100px !important}.mr--100{margin-right:-100px}.i-mr--90{margin-right:-90px !important}.mr--90{margin-right:-90px}.i-mr--80{margin-right:-80px !important}.mr--80{margin-right:-80px}.i-mr--70{margin-right:-70px !important}.mr--70{margin-right:-70px}.i-mr--60{margin-right:-60px !important}.mr--60{margin-right:-60px}.i-mr--50{margin-right:-50px !important}.mr--50{margin-right:-50px}.i-mr--40{margin-right:-40px !important}.mr--40{margin-right:-40px}.i-mr--30{margin-right:-30px !important}.mr--30{margin-right:-30px}.i-mr--20{margin-right:-20px !important}.mr--20{margin-right:-20px}.i-mr--10{margin-right:-10px !important}.mr--10{margin-right:-10px}.i-mr--5{margin-right:-5px !important}.mr--5{margin-right:-5px}.i-mr-0{margin-right:0px !important}.mr-0{margin-right:0px}.i-mr-5{margin-right:5px !important}.mr-5{margin-right:5px}.i-mr-10{margin-right:10px !important}.mr-10{margin-right:10px}.i-mr-15{margin-right:15px !important}.mr-15{margin-right:15px}.i-mr-20{margin-right:20px !important}.mr-20{margin-right:20px}.i-mr-25{margin-right:25px !important}.mr-25{margin-right:25px}.i-mr-30{margin-right:30px !important}.mr-30{margin-right:30px}.i-mr-35{margin-right:35px !important}.mr-35{margin-right:35px}.i-mr-40{margin-right:40px !important}.mr-40{margin-right:40px}.i-mr-45{margin-right:45px !important}.mr-45{margin-right:45px}.i-mr-50{margin-right:50px !important}.mr-50{margin-right:50px}.i-mr-55{margin-right:55px !important}.mr-55{margin-right:55px}.i-mr-60{margin-right:60px !important}.mr-60{margin-right:60px}.i-mr-65{margin-right:65px !important}.mr-65{margin-right:65px}.i-mr-70{margin-right:70px !important}.mr-70{margin-right:70px}.i-mr-75{margin-right:75px !important}.mr-75{margin-right:75px}.i-mr-80{margin-right:80px !important}.mr-80{margin-right:80px}.i-mr-85{margin-right:85px !important}.mr-85{margin-right:85px}.i-mr-90{margin-right:90px !important}.mr-90{margin-right:90px}.i-mr-95{margin-right:95px !important}.mr-95{margin-right:95px}.i-mr-100{margin-right:100px !important}.mr-100{margin-right:100px}.i-mr-105{margin-right:105px !important}.mr-105{margin-right:105px}.i-mr-110{margin-right:110px !important}.mr-110{margin-right:110px}.i-mr-115{margin-right:115px !important}.mr-115{margin-right:115px}.i-mr-120{margin-right:120px !important}.mr-120{margin-right:120px}.i-mr-125{margin-right:125px !important}.mr-125{margin-right:125px}.i-mr-130{margin-right:130px !important}.mr-130{margin-right:130px}.i-mr-135{margin-right:135px !important}.mr-135{margin-right:135px}.i-mr-140{margin-right:140px !important}.mr-140{margin-right:140px}.i-mr-145{margin-right:145px !important}.mr-145{margin-right:145px}.i-mr-150{margin-right:150px !important}.mr-150{margin-right:150px}.i-mr-155{margin-right:155px !important}.mr-155{margin-right:155px}.i-mr-160{margin-right:160px !important}.mr-160{margin-right:160px}.i-mr-165{margin-right:165px !important}.mr-165{margin-right:165px}.i-mr-170{margin-right:170px !important}.mr-170{margin-right:170px}.i-mr-175{margin-right:175px !important}.mr-175{margin-right:175px}.i-mr-180{margin-right:180px !important}.mr-180{margin-right:180px}.i-mr-185{margin-right:185px !important}.mr-185{margin-right:185px}.i-mr-190{margin-right:190px !important}.mr-190{margin-right:190px}.i-mr-195{margin-right:195px !important}.mr-195{margin-right:195px}.i-mr-200{margin-right:200px !important}.mr-200{margin-right:200px}.i-mr-205{margin-right:205px !important}.mr-205{margin-right:205px}.i-mr-210{margin-right:210px !important}.mr-210{margin-right:210px}.i-mr-215{margin-right:215px !important}.mr-215{margin-right:215px}.i-mr-220{margin-right:220px !important}.mr-220{margin-right:220px}.i-mr-225{margin-right:225px !important}.mr-225{margin-right:225px}.i-mr-230{margin-right:230px !important}.mr-230{margin-right:230px}.i-mr-235{margin-right:235px !important}.mr-235{margin-right:235px}.i-mr-240{margin-right:240px !important}.mr-240{margin-right:240px}.i-mr-245{margin-right:245px !important}.mr-245{margin-right:245px}.i-mr-250{margin-right:250px !important}.mr-250{margin-right:250px}.i-mr-255{margin-right:255px !important}.mr-255{margin-right:255px}.i-mr-260{margin-right:260px !important}.mr-260{margin-right:260px}.i-mr-265{margin-right:265px !important}.mr-265{margin-right:265px}.i-mr-270{margin-right:270px !important}.mr-270{margin-right:270px}.i-mr-275{margin-right:275px !important}.mr-275{margin-right:275px}.i-mr-280{margin-right:280px !important}.mr-280{margin-right:280px}.i-mr-285{margin-right:285px !important}.mr-285{margin-right:285px}.i-mr-290{margin-right:290px !important}.mr-290{margin-right:290px}.i-mr-295{margin-right:295px !important}.mr-295{margin-right:295px}.i-mr-300{margin-right:300px !important}.mr-300{margin-right:300px}.i-mb--100{margin-bottom:-100px !important}.mb--100{margin-bottom:-100px}.i-mb--90{margin-bottom:-90px !important}.mb--90{margin-bottom:-90px}.i-mb--80{margin-bottom:-80px !important}.mb--80{margin-bottom:-80px}.i-mb--70{margin-bottom:-70px !important}.mb--70{margin-bottom:-70px}.i-mb--60{margin-bottom:-60px !important}.mb--60{margin-bottom:-60px}.i-mb--50{margin-bottom:-50px !important}.mb--50{margin-bottom:-50px}.i-mb--40{margin-bottom:-40px !important}.mb--40{margin-bottom:-40px}.i-mb--30{margin-bottom:-30px !important}.mb--30{margin-bottom:-30px}.i-mb--20{margin-bottom:-20px !important}.mb--20{margin-bottom:-20px}.i-mb--10{margin-bottom:-10px !important}.mb--10{margin-bottom:-10px}.i-mb--5{margin-bottom:-5px !important}.mb--5{margin-bottom:-5px}.i-mb-0{margin-bottom:0px !important}.mb-0{margin-bottom:0px}.i-mb-5{margin-bottom:5px !important}.mb-5{margin-bottom:5px}.i-mb-10{margin-bottom:10px !important}.mb-10{margin-bottom:10px}.i-mb-15{margin-bottom:15px !important}.mb-15{margin-bottom:15px}.i-mb-20{margin-bottom:20px !important}.mb-20{margin-bottom:20px}.i-mb-25{margin-bottom:25px !important}.mb-25{margin-bottom:25px}.i-mb-30{margin-bottom:30px !important}.mb-30{margin-bottom:30px}.i-mb-35{margin-bottom:35px !important}.mb-35{margin-bottom:35px}.i-mb-40{margin-bottom:40px !important}.mb-40{margin-bottom:40px}.i-mb-45{margin-bottom:45px !important}.mb-45{margin-bottom:45px}.i-mb-50{margin-bottom:50px !important}.mb-50{margin-bottom:50px}.i-mb-55{margin-bottom:55px !important}.mb-55{margin-bottom:55px}.i-mb-60{margin-bottom:60px !important}.mb-60{margin-bottom:60px}.i-mb-65{margin-bottom:65px !important}.mb-65{margin-bottom:65px}.i-mb-70{margin-bottom:70px !important}.mb-70{margin-bottom:70px}.i-mb-75{margin-bottom:75px !important}.mb-75{margin-bottom:75px}.i-mb-80{margin-bottom:80px !important}.mb-80{margin-bottom:80px}.i-mb-85{margin-bottom:85px !important}.mb-85{margin-bottom:85px}.i-mb-90{margin-bottom:90px !important}.mb-90{margin-bottom:90px}.i-mb-95{margin-bottom:95px !important}.mb-95{margin-bottom:95px}.i-mb-100{margin-bottom:100px !important}.mb-100{margin-bottom:100px}.i-mb-105{margin-bottom:105px !important}.mb-105{margin-bottom:105px}.i-mb-110{margin-bottom:110px !important}.mb-110{margin-bottom:110px}.i-mb-115{margin-bottom:115px !important}.mb-115{margin-bottom:115px}.i-mb-120{margin-bottom:120px !important}.mb-120{margin-bottom:120px}.i-mb-125{margin-bottom:125px !important}.mb-125{margin-bottom:125px}.i-mb-130{margin-bottom:130px !important}.mb-130{margin-bottom:130px}.i-mb-135{margin-bottom:135px !important}.mb-135{margin-bottom:135px}.i-mb-140{margin-bottom:140px !important}.mb-140{margin-bottom:140px}.i-mb-145{margin-bottom:145px !important}.mb-145{margin-bottom:145px}.i-mb-150{margin-bottom:150px !important}.mb-150{margin-bottom:150px}.i-mb-155{margin-bottom:155px !important}.mb-155{margin-bottom:155px}.i-mb-160{margin-bottom:160px !important}.mb-160{margin-bottom:160px}.i-mb-165{margin-bottom:165px !important}.mb-165{margin-bottom:165px}.i-mb-170{margin-bottom:170px !important}.mb-170{margin-bottom:170px}.i-mb-175{margin-bottom:175px !important}.mb-175{margin-bottom:175px}.i-mb-180{margin-bottom:180px !important}.mb-180{margin-bottom:180px}.i-mb-185{margin-bottom:185px !important}.mb-185{margin-bottom:185px}.i-mb-190{margin-bottom:190px !important}.mb-190{margin-bottom:190px}.i-mb-195{margin-bottom:195px !important}.mb-195{margin-bottom:195px}.i-mb-200{margin-bottom:200px !important}.mb-200{margin-bottom:200px}.i-mb-205{margin-bottom:205px !important}.mb-205{margin-bottom:205px}.i-mb-210{margin-bottom:210px !important}.mb-210{margin-bottom:210px}.i-mb-215{margin-bottom:215px !important}.mb-215{margin-bottom:215px}.i-mb-220{margin-bottom:220px !important}.mb-220{margin-bottom:220px}.i-mb-225{margin-bottom:225px !important}.mb-225{margin-bottom:225px}.i-mb-230{margin-bottom:230px !important}.mb-230{margin-bottom:230px}.i-mb-235{margin-bottom:235px !important}.mb-235{margin-bottom:235px}.i-mb-240{margin-bottom:240px !important}.mb-240{margin-bottom:240px}.i-mb-245{margin-bottom:245px !important}.mb-245{margin-bottom:245px}.i-mb-250{margin-bottom:250px !important}.mb-250{margin-bottom:250px}.i-mb-255{margin-bottom:255px !important}.mb-255{margin-bottom:255px}.i-mb-260{margin-bottom:260px !important}.mb-260{margin-bottom:260px}.i-mb-265{margin-bottom:265px !important}.mb-265{margin-bottom:265px}.i-mb-270{margin-bottom:270px !important}.mb-270{margin-bottom:270px}.i-mb-275{margin-bottom:275px !important}.mb-275{margin-bottom:275px}.i-mb-280{margin-bottom:280px !important}.mb-280{margin-bottom:280px}.i-mb-285{margin-bottom:285px !important}.mb-285{margin-bottom:285px}.i-mb-290{margin-bottom:290px !important}.mb-290{margin-bottom:290px}.i-mb-295{margin-bottom:295px !important}.mb-295{margin-bottom:295px}.i-mb-300{margin-bottom:300px !important}.mb-300{margin-bottom:300px}.i-ml--100{margin-left:-100px !important}.ml--100{margin-left:-100px}.i-ml--90{margin-left:-90px !important}.ml--90{margin-left:-90px}.i-ml--80{margin-left:-80px !important}.ml--80{margin-left:-80px}.i-ml--70{margin-left:-70px !important}.ml--70{margin-left:-70px}.i-ml--60{margin-left:-60px !important}.ml--60{margin-left:-60px}.i-ml--50{margin-left:-50px !important}.ml--50{margin-left:-50px}.i-ml--40{margin-left:-40px !important}.ml--40{margin-left:-40px}.i-ml--30{margin-left:-30px !important}.ml--30{margin-left:-30px}.i-ml--20{margin-left:-20px !important}.ml--20{margin-left:-20px}.i-ml--10{margin-left:-10px !important}.ml--10{margin-left:-10px}.i-ml--5{margin-left:-5px !important}.ml--5{margin-left:-5px}.i-ml-0{margin-left:0px !important}.ml-0{margin-left:0px}.i-ml-5{margin-left:5px !important}.ml-5{margin-left:5px}.i-ml-10{margin-left:10px !important}.ml-10{margin-left:10px}.i-ml-15{margin-left:15px !important}.ml-15{margin-left:15px}.i-ml-20{margin-left:20px !important}.ml-20{margin-left:20px}.i-ml-25{margin-left:25px !important}.ml-25{margin-left:25px}.i-ml-30{margin-left:30px !important}.ml-30{margin-left:30px}.i-ml-35{margin-left:35px !important}.ml-35{margin-left:35px}.i-ml-40{margin-left:40px !important}.ml-40{margin-left:40px}.i-ml-45{margin-left:45px !important}.ml-45{margin-left:45px}.i-ml-50{margin-left:50px !important}.ml-50{margin-left:50px}.i-ml-55{margin-left:55px !important}.ml-55{margin-left:55px}.i-ml-60{margin-left:60px !important}.ml-60{margin-left:60px}.i-ml-65{margin-left:65px !important}.ml-65{margin-left:65px}.i-ml-70{margin-left:70px !important}.ml-70{margin-left:70px}.i-ml-75{margin-left:75px !important}.ml-75{margin-left:75px}.i-ml-80{margin-left:80px !important}.ml-80{margin-left:80px}.i-ml-85{margin-left:85px !important}.ml-85{margin-left:85px}.i-ml-90{margin-left:90px !important}.ml-90{margin-left:90px}.i-ml-95{margin-left:95px !important}.ml-95{margin-left:95px}.i-ml-100{margin-left:100px !important}.ml-100{margin-left:100px}.i-ml-105{margin-left:105px !important}.ml-105{margin-left:105px}.i-ml-110{margin-left:110px !important}.ml-110{margin-left:110px}.i-ml-115{margin-left:115px !important}.ml-115{margin-left:115px}.i-ml-120{margin-left:120px !important}.ml-120{margin-left:120px}.i-ml-125{margin-left:125px !important}.ml-125{margin-left:125px}.i-ml-130{margin-left:130px !important}.ml-130{margin-left:130px}.i-ml-135{margin-left:135px !important}.ml-135{margin-left:135px}.i-ml-140{margin-left:140px !important}.ml-140{margin-left:140px}.i-ml-145{margin-left:145px !important}.ml-145{margin-left:145px}.i-ml-150{margin-left:150px !important}.ml-150{margin-left:150px}.i-ml-155{margin-left:155px !important}.ml-155{margin-left:155px}.i-ml-160{margin-left:160px !important}.ml-160{margin-left:160px}.i-ml-165{margin-left:165px !important}.ml-165{margin-left:165px}.i-ml-170{margin-left:170px !important}.ml-170{margin-left:170px}.i-ml-175{margin-left:175px !important}.ml-175{margin-left:175px}.i-ml-180{margin-left:180px !important}.ml-180{margin-left:180px}.i-ml-185{margin-left:185px !important}.ml-185{margin-left:185px}.i-ml-190{margin-left:190px !important}.ml-190{margin-left:190px}.i-ml-195{margin-left:195px !important}.ml-195{margin-left:195px}.i-ml-200{margin-left:200px !important}.ml-200{margin-left:200px}.i-ml-205{margin-left:205px !important}.ml-205{margin-left:205px}.i-ml-210{margin-left:210px !important}.ml-210{margin-left:210px}.i-ml-215{margin-left:215px !important}.ml-215{margin-left:215px}.i-ml-220{margin-left:220px !important}.ml-220{margin-left:220px}.i-ml-225{margin-left:225px !important}.ml-225{margin-left:225px}.i-ml-230{margin-left:230px !important}.ml-230{margin-left:230px}.i-ml-235{margin-left:235px !important}.ml-235{margin-left:235px}.i-ml-240{margin-left:240px !important}.ml-240{margin-left:240px}.i-ml-245{margin-left:245px !important}.ml-245{margin-left:245px}.i-ml-250{margin-left:250px !important}.ml-250{margin-left:250px}.i-ml-255{margin-left:255px !important}.ml-255{margin-left:255px}.i-ml-260{margin-left:260px !important}.ml-260{margin-left:260px}.i-ml-265{margin-left:265px !important}.ml-265{margin-left:265px}.i-ml-270{margin-left:270px !important}.ml-270{margin-left:270px}.i-ml-275{margin-left:275px !important}.ml-275{margin-left:275px}.i-ml-280{margin-left:280px !important}.ml-280{margin-left:280px}.i-ml-285{margin-left:285px !important}.ml-285{margin-left:285px}.i-ml-290{margin-left:290px !important}.ml-290{margin-left:290px}.i-ml-295{margin-left:295px !important}.ml-295{margin-left:295px}.i-ml-300{margin-left:300px !important}.ml-300{margin-left:300px}.i-my--100{margin-block:-100px !important}.my--100{margin-block:-100px}.i-my--90{margin-block:-90px !important}.my--90{margin-block:-90px}.i-my--80{margin-block:-80px !important}.my--80{margin-block:-80px}.i-my--70{margin-block:-70px !important}.my--70{margin-block:-70px}.i-my--60{margin-block:-60px !important}.my--60{margin-block:-60px}.i-my--50{margin-block:-50px !important}.my--50{margin-block:-50px}.i-my--40{margin-block:-40px !important}.my--40{margin-block:-40px}.i-my--30{margin-block:-30px !important}.my--30{margin-block:-30px}.i-my--20{margin-block:-20px !important}.my--20{margin-block:-20px}.i-my--10{margin-block:-10px !important}.my--10{margin-block:-10px}.i-my--5{margin-block:-5px !important}.my--5{margin-block:-5px}.i-my-0{margin-block:0px !important}.my-0{margin-block:0px}.i-my-5{margin-block:5px !important}.my-5{margin-block:5px}.i-my-10{margin-block:10px !important}.my-10{margin-block:10px}.i-my-15{margin-block:15px !important}.my-15{margin-block:15px}.i-my-20{margin-block:20px !important}.my-20{margin-block:20px}.i-my-25{margin-block:25px !important}.my-25{margin-block:25px}.i-my-30{margin-block:30px !important}.my-30{margin-block:30px}.i-my-35{margin-block:35px !important}.my-35{margin-block:35px}.i-my-40{margin-block:40px !important}.my-40{margin-block:40px}.i-my-45{margin-block:45px !important}.my-45{margin-block:45px}.i-my-50{margin-block:50px !important}.my-50{margin-block:50px}.i-my-55{margin-block:55px !important}.my-55{margin-block:55px}.i-my-60{margin-block:60px !important}.my-60{margin-block:60px}.i-my-65{margin-block:65px !important}.my-65{margin-block:65px}.i-my-70{margin-block:70px !important}.my-70{margin-block:70px}.i-my-75{margin-block:75px !important}.my-75{margin-block:75px}.i-my-80{margin-block:80px !important}.my-80{margin-block:80px}.i-my-85{margin-block:85px !important}.my-85{margin-block:85px}.i-my-90{margin-block:90px !important}.my-90{margin-block:90px}.i-my-95{margin-block:95px !important}.my-95{margin-block:95px}.i-my-100{margin-block:100px !important}.my-100{margin-block:100px}.i-my-105{margin-block:105px !important}.my-105{margin-block:105px}.i-my-110{margin-block:110px !important}.my-110{margin-block:110px}.i-my-115{margin-block:115px !important}.my-115{margin-block:115px}.i-my-120{margin-block:120px !important}.my-120{margin-block:120px}.i-my-125{margin-block:125px !important}.my-125{margin-block:125px}.i-my-130{margin-block:130px !important}.my-130{margin-block:130px}.i-my-135{margin-block:135px !important}.my-135{margin-block:135px}.i-my-140{margin-block:140px !important}.my-140{margin-block:140px}.i-my-145{margin-block:145px !important}.my-145{margin-block:145px}.i-my-150{margin-block:150px !important}.my-150{margin-block:150px}.i-my-155{margin-block:155px !important}.my-155{margin-block:155px}.i-my-160{margin-block:160px !important}.my-160{margin-block:160px}.i-my-165{margin-block:165px !important}.my-165{margin-block:165px}.i-my-170{margin-block:170px !important}.my-170{margin-block:170px}.i-my-175{margin-block:175px !important}.my-175{margin-block:175px}.i-my-180{margin-block:180px !important}.my-180{margin-block:180px}.i-my-185{margin-block:185px !important}.my-185{margin-block:185px}.i-my-190{margin-block:190px !important}.my-190{margin-block:190px}.i-my-195{margin-block:195px !important}.my-195{margin-block:195px}.i-my-200{margin-block:200px !important}.my-200{margin-block:200px}.i-my-205{margin-block:205px !important}.my-205{margin-block:205px}.i-my-210{margin-block:210px !important}.my-210{margin-block:210px}.i-my-215{margin-block:215px !important}.my-215{margin-block:215px}.i-my-220{margin-block:220px !important}.my-220{margin-block:220px}.i-my-225{margin-block:225px !important}.my-225{margin-block:225px}.i-my-230{margin-block:230px !important}.my-230{margin-block:230px}.i-my-235{margin-block:235px !important}.my-235{margin-block:235px}.i-my-240{margin-block:240px !important}.my-240{margin-block:240px}.i-my-245{margin-block:245px !important}.my-245{margin-block:245px}.i-my-250{margin-block:250px !important}.my-250{margin-block:250px}.i-my-255{margin-block:255px !important}.my-255{margin-block:255px}.i-my-260{margin-block:260px !important}.my-260{margin-block:260px}.i-my-265{margin-block:265px !important}.my-265{margin-block:265px}.i-my-270{margin-block:270px !important}.my-270{margin-block:270px}.i-my-275{margin-block:275px !important}.my-275{margin-block:275px}.i-my-280{margin-block:280px !important}.my-280{margin-block:280px}.i-my-285{margin-block:285px !important}.my-285{margin-block:285px}.i-my-290{margin-block:290px !important}.my-290{margin-block:290px}.i-my-295{margin-block:295px !important}.my-295{margin-block:295px}.i-my-300{margin-block:300px !important}.my-300{margin-block:300px}.i-mx--100{margin-inline:-100px !important}.mx--100{margin-inline:-100px}.i-mx--90{margin-inline:-90px !important}.mx--90{margin-inline:-90px}.i-mx--80{margin-inline:-80px !important}.mx--80{margin-inline:-80px}.i-mx--70{margin-inline:-70px !important}.mx--70{margin-inline:-70px}.i-mx--60{margin-inline:-60px !important}.mx--60{margin-inline:-60px}.i-mx--50{margin-inline:-50px !important}.mx--50{margin-inline:-50px}.i-mx--40{margin-inline:-40px !important}.mx--40{margin-inline:-40px}.i-mx--30{margin-inline:-30px !important}.mx--30{margin-inline:-30px}.i-mx--20{margin-inline:-20px !important}.mx--20{margin-inline:-20px}.i-mx--10{margin-inline:-10px !important}.mx--10{margin-inline:-10px}.i-mx--5{margin-inline:-5px !important}.mx--5{margin-inline:-5px}.i-mx-0{margin-inline:0px !important}.mx-0{margin-inline:0px}.i-mx-5{margin-inline:5px !important}.mx-5{margin-inline:5px}.i-mx-10{margin-inline:10px !important}.mx-10{margin-inline:10px}.i-mx-15{margin-inline:15px !important}.mx-15{margin-inline:15px}.i-mx-20{margin-inline:20px !important}.mx-20{margin-inline:20px}.i-mx-25{margin-inline:25px !important}.mx-25{margin-inline:25px}.i-mx-30{margin-inline:30px !important}.mx-30{margin-inline:30px}.i-mx-35{margin-inline:35px !important}.mx-35{margin-inline:35px}.i-mx-40{margin-inline:40px !important}.mx-40{margin-inline:40px}.i-mx-45{margin-inline:45px !important}.mx-45{margin-inline:45px}.i-mx-50{margin-inline:50px !important}.mx-50{margin-inline:50px}.i-mx-55{margin-inline:55px !important}.mx-55{margin-inline:55px}.i-mx-60{margin-inline:60px !important}.mx-60{margin-inline:60px}.i-mx-65{margin-inline:65px !important}.mx-65{margin-inline:65px}.i-mx-70{margin-inline:70px !important}.mx-70{margin-inline:70px}.i-mx-75{margin-inline:75px !important}.mx-75{margin-inline:75px}.i-mx-80{margin-inline:80px !important}.mx-80{margin-inline:80px}.i-mx-85{margin-inline:85px !important}.mx-85{margin-inline:85px}.i-mx-90{margin-inline:90px !important}.mx-90{margin-inline:90px}.i-mx-95{margin-inline:95px !important}.mx-95{margin-inline:95px}.i-mx-100{margin-inline:100px !important}.mx-100{margin-inline:100px}.i-mx-105{margin-inline:105px !important}.mx-105{margin-inline:105px}.i-mx-110{margin-inline:110px !important}.mx-110{margin-inline:110px}.i-mx-115{margin-inline:115px !important}.mx-115{margin-inline:115px}.i-mx-120{margin-inline:120px !important}.mx-120{margin-inline:120px}.i-mx-125{margin-inline:125px !important}.mx-125{margin-inline:125px}.i-mx-130{margin-inline:130px !important}.mx-130{margin-inline:130px}.i-mx-135{margin-inline:135px !important}.mx-135{margin-inline:135px}.i-mx-140{margin-inline:140px !important}.mx-140{margin-inline:140px}.i-mx-145{margin-inline:145px !important}.mx-145{margin-inline:145px}.i-mx-150{margin-inline:150px !important}.mx-150{margin-inline:150px}.i-mx-155{margin-inline:155px !important}.mx-155{margin-inline:155px}.i-mx-160{margin-inline:160px !important}.mx-160{margin-inline:160px}.i-mx-165{margin-inline:165px !important}.mx-165{margin-inline:165px}.i-mx-170{margin-inline:170px !important}.mx-170{margin-inline:170px}.i-mx-175{margin-inline:175px !important}.mx-175{margin-inline:175px}.i-mx-180{margin-inline:180px !important}.mx-180{margin-inline:180px}.i-mx-185{margin-inline:185px !important}.mx-185{margin-inline:185px}.i-mx-190{margin-inline:190px !important}.mx-190{margin-inline:190px}.i-mx-195{margin-inline:195px !important}.mx-195{margin-inline:195px}.i-mx-200{margin-inline:200px !important}.mx-200{margin-inline:200px}.i-mx-205{margin-inline:205px !important}.mx-205{margin-inline:205px}.i-mx-210{margin-inline:210px !important}.mx-210{margin-inline:210px}.i-mx-215{margin-inline:215px !important}.mx-215{margin-inline:215px}.i-mx-220{margin-inline:220px !important}.mx-220{margin-inline:220px}.i-mx-225{margin-inline:225px !important}.mx-225{margin-inline:225px}.i-mx-230{margin-inline:230px !important}.mx-230{margin-inline:230px}.i-mx-235{margin-inline:235px !important}.mx-235{margin-inline:235px}.i-mx-240{margin-inline:240px !important}.mx-240{margin-inline:240px}.i-mx-245{margin-inline:245px !important}.mx-245{margin-inline:245px}.i-mx-250{margin-inline:250px !important}.mx-250{margin-inline:250px}.i-mx-255{margin-inline:255px !important}.mx-255{margin-inline:255px}.i-mx-260{margin-inline:260px !important}.mx-260{margin-inline:260px}.i-mx-265{margin-inline:265px !important}.mx-265{margin-inline:265px}.i-mx-270{margin-inline:270px !important}.mx-270{margin-inline:270px}.i-mx-275{margin-inline:275px !important}.mx-275{margin-inline:275px}.i-mx-280{margin-inline:280px !important}.mx-280{margin-inline:280px}.i-mx-285{margin-inline:285px !important}.mx-285{margin-inline:285px}.i-mx-290{margin-inline:290px !important}.mx-290{margin-inline:290px}.i-mx-295{margin-inline:295px !important}.mx-295{margin-inline:295px}.i-mx-300{margin-inline:300px !important}.mx-300{margin-inline:300px}.i-p--100{padding:-100px !important}.p--100{padding:-100px}.i-p--90{padding:-90px !important}.p--90{padding:-90px}.i-p--80{padding:-80px !important}.p--80{padding:-80px}.i-p--70{padding:-70px !important}.p--70{padding:-70px}.i-p--60{padding:-60px !important}.p--60{padding:-60px}.i-p--50{padding:-50px !important}.p--50{padding:-50px}.i-p--40{padding:-40px !important}.p--40{padding:-40px}.i-p--30{padding:-30px !important}.p--30{padding:-30px}.i-p--20{padding:-20px !important}.p--20{padding:-20px}.i-p--10{padding:-10px !important}.p--10{padding:-10px}.i-p--5{padding:-5px !important}.p--5{padding:-5px}.i-p-0{padding:0px !important}.p-0{padding:0px}.i-p-5{padding:5px !important}.p-5{padding:5px}.i-p-10{padding:10px !important}.p-10{padding:10px}.i-p-15{padding:15px !important}.p-15{padding:15px}.i-p-20{padding:20px !important}.p-20{padding:20px}.i-p-25{padding:25px !important}.p-25{padding:25px}.i-p-30{padding:30px !important}.p-30{padding:30px}.i-p-35{padding:35px !important}.p-35{padding:35px}.i-p-40{padding:40px !important}.p-40{padding:40px}.i-p-45{padding:45px !important}.p-45{padding:45px}.i-p-50{padding:50px !important}.p-50{padding:50px}.i-p-55{padding:55px !important}.p-55{padding:55px}.i-p-60{padding:60px !important}.p-60{padding:60px}.i-p-65{padding:65px !important}.p-65{padding:65px}.i-p-70{padding:70px !important}.p-70{padding:70px}.i-p-75{padding:75px !important}.p-75{padding:75px}.i-p-80{padding:80px !important}.p-80{padding:80px}.i-p-85{padding:85px !important}.p-85{padding:85px}.i-p-90{padding:90px !important}.p-90{padding:90px}.i-p-95{padding:95px !important}.p-95{padding:95px}.i-p-100{padding:100px !important}.p-100{padding:100px}.i-p-105{padding:105px !important}.p-105{padding:105px}.i-p-110{padding:110px !important}.p-110{padding:110px}.i-p-115{padding:115px !important}.p-115{padding:115px}.i-p-120{padding:120px !important}.p-120{padding:120px}.i-p-125{padding:125px !important}.p-125{padding:125px}.i-p-130{padding:130px !important}.p-130{padding:130px}.i-p-135{padding:135px !important}.p-135{padding:135px}.i-p-140{padding:140px !important}.p-140{padding:140px}.i-p-145{padding:145px !important}.p-145{padding:145px}.i-p-150{padding:150px !important}.p-150{padding:150px}.i-p-155{padding:155px !important}.p-155{padding:155px}.i-p-160{padding:160px !important}.p-160{padding:160px}.i-p-165{padding:165px !important}.p-165{padding:165px}.i-p-170{padding:170px !important}.p-170{padding:170px}.i-p-175{padding:175px !important}.p-175{padding:175px}.i-p-180{padding:180px !important}.p-180{padding:180px}.i-p-185{padding:185px !important}.p-185{padding:185px}.i-p-190{padding:190px !important}.p-190{padding:190px}.i-p-195{padding:195px !important}.p-195{padding:195px}.i-p-200{padding:200px !important}.p-200{padding:200px}.i-p-205{padding:205px !important}.p-205{padding:205px}.i-p-210{padding:210px !important}.p-210{padding:210px}.i-p-215{padding:215px !important}.p-215{padding:215px}.i-p-220{padding:220px !important}.p-220{padding:220px}.i-p-225{padding:225px !important}.p-225{padding:225px}.i-p-230{padding:230px !important}.p-230{padding:230px}.i-p-235{padding:235px !important}.p-235{padding:235px}.i-p-240{padding:240px !important}.p-240{padding:240px}.i-p-245{padding:245px !important}.p-245{padding:245px}.i-p-250{padding:250px !important}.p-250{padding:250px}.i-p-255{padding:255px !important}.p-255{padding:255px}.i-p-260{padding:260px !important}.p-260{padding:260px}.i-p-265{padding:265px !important}.p-265{padding:265px}.i-p-270{padding:270px !important}.p-270{padding:270px}.i-p-275{padding:275px !important}.p-275{padding:275px}.i-p-280{padding:280px !important}.p-280{padding:280px}.i-p-285{padding:285px !important}.p-285{padding:285px}.i-p-290{padding:290px !important}.p-290{padding:290px}.i-p-295{padding:295px !important}.p-295{padding:295px}.i-p-300{padding:300px !important}.p-300{padding:300px}.i-m--100{margin:-100px !important}.m--100{margin:-100px}.i-m--90{margin:-90px !important}.m--90{margin:-90px}.i-m--80{margin:-80px !important}.m--80{margin:-80px}.i-m--70{margin:-70px !important}.m--70{margin:-70px}.i-m--60{margin:-60px !important}.m--60{margin:-60px}.i-m--50{margin:-50px !important}.m--50{margin:-50px}.i-m--40{margin:-40px !important}.m--40{margin:-40px}.i-m--30{margin:-30px !important}.m--30{margin:-30px}.i-m--20{margin:-20px !important}.m--20{margin:-20px}.i-m--10{margin:-10px !important}.m--10{margin:-10px}.i-m--5{margin:-5px !important}.m--5{margin:-5px}.i-m-0{margin:0px !important}.m-0{margin:0px}.i-m-5{margin:5px !important}.m-5{margin:5px}.i-m-10{margin:10px !important}.m-10{margin:10px}.i-m-15{margin:15px !important}.m-15{margin:15px}.i-m-20{margin:20px !important}.m-20{margin:20px}.i-m-25{margin:25px !important}.m-25{margin:25px}.i-m-30{margin:30px !important}.m-30{margin:30px}.i-m-35{margin:35px !important}.m-35{margin:35px}.i-m-40{margin:40px !important}.m-40{margin:40px}.i-m-45{margin:45px !important}.m-45{margin:45px}.i-m-50{margin:50px !important}.m-50{margin:50px}.i-m-55{margin:55px !important}.m-55{margin:55px}.i-m-60{margin:60px !important}.m-60{margin:60px}.i-m-65{margin:65px !important}.m-65{margin:65px}.i-m-70{margin:70px !important}.m-70{margin:70px}.i-m-75{margin:75px !important}.m-75{margin:75px}.i-m-80{margin:80px !important}.m-80{margin:80px}.i-m-85{margin:85px !important}.m-85{margin:85px}.i-m-90{margin:90px !important}.m-90{margin:90px}.i-m-95{margin:95px !important}.m-95{margin:95px}.i-m-100{margin:100px !important}.m-100{margin:100px}.i-m-105{margin:105px !important}.m-105{margin:105px}.i-m-110{margin:110px !important}.m-110{margin:110px}.i-m-115{margin:115px !important}.m-115{margin:115px}.i-m-120{margin:120px !important}.m-120{margin:120px}.i-m-125{margin:125px !important}.m-125{margin:125px}.i-m-130{margin:130px !important}.m-130{margin:130px}.i-m-135{margin:135px !important}.m-135{margin:135px}.i-m-140{margin:140px !important}.m-140{margin:140px}.i-m-145{margin:145px !important}.m-145{margin:145px}.i-m-150{margin:150px !important}.m-150{margin:150px}.i-m-155{margin:155px !important}.m-155{margin:155px}.i-m-160{margin:160px !important}.m-160{margin:160px}.i-m-165{margin:165px !important}.m-165{margin:165px}.i-m-170{margin:170px !important}.m-170{margin:170px}.i-m-175{margin:175px !important}.m-175{margin:175px}.i-m-180{margin:180px !important}.m-180{margin:180px}.i-m-185{margin:185px !important}.m-185{margin:185px}.i-m-190{margin:190px !important}.m-190{margin:190px}.i-m-195{margin:195px !important}.m-195{margin:195px}.i-m-200{margin:200px !important}.m-200{margin:200px}.i-m-205{margin:205px !important}.m-205{margin:205px}.i-m-210{margin:210px !important}.m-210{margin:210px}.i-m-215{margin:215px !important}.m-215{margin:215px}.i-m-220{margin:220px !important}.m-220{margin:220px}.i-m-225{margin:225px !important}.m-225{margin:225px}.i-m-230{margin:230px !important}.m-230{margin:230px}.i-m-235{margin:235px !important}.m-235{margin:235px}.i-m-240{margin:240px !important}.m-240{margin:240px}.i-m-245{margin:245px !important}.m-245{margin:245px}.i-m-250{margin:250px !important}.m-250{margin:250px}.i-m-255{margin:255px !important}.m-255{margin:255px}.i-m-260{margin:260px !important}.m-260{margin:260px}.i-m-265{margin:265px !important}.m-265{margin:265px}.i-m-270{margin:270px !important}.m-270{margin:270px}.i-m-275{margin:275px !important}.m-275{margin:275px}.i-m-280{margin:280px !important}.m-280{margin:280px}.i-m-285{margin:285px !important}.m-285{margin:285px}.i-m-290{margin:290px !important}.m-290{margin:290px}.i-m-295{margin:295px !important}.m-295{margin:295px}.i-m-300{margin:300px !important}.m-300{margin:300px}@media (max-width: 1400px){.i-xl-pt--100{padding-top:-100px !important}.xl-pt--100{padding-top:-100px}.i-xl-pt--90{padding-top:-90px !important}.xl-pt--90{padding-top:-90px}.i-xl-pt--80{padding-top:-80px !important}.xl-pt--80{padding-top:-80px}.i-xl-pt--70{padding-top:-70px !important}.xl-pt--70{padding-top:-70px}.i-xl-pt--60{padding-top:-60px !important}.xl-pt--60{padding-top:-60px}.i-xl-pt--50{padding-top:-50px !important}.xl-pt--50{padding-top:-50px}.i-xl-pt--40{padding-top:-40px !important}.xl-pt--40{padding-top:-40px}.i-xl-pt--30{padding-top:-30px !important}.xl-pt--30{padding-top:-30px}.i-xl-pt--20{padding-top:-20px !important}.xl-pt--20{padding-top:-20px}.i-xl-pt--10{padding-top:-10px !important}.xl-pt--10{padding-top:-10px}.i-xl-pt--5{padding-top:-5px !important}.xl-pt--5{padding-top:-5px}.i-xl-pt-0{padding-top:0px !important}.xl-pt-0{padding-top:0px}.i-xl-pt-5{padding-top:5px !important}.xl-pt-5{padding-top:5px}.i-xl-pt-10{padding-top:10px !important}.xl-pt-10{padding-top:10px}.i-xl-pt-15{padding-top:15px !important}.xl-pt-15{padding-top:15px}.i-xl-pt-20{padding-top:20px !important}.xl-pt-20{padding-top:20px}.i-xl-pt-25{padding-top:25px !important}.xl-pt-25{padding-top:25px}.i-xl-pt-30{padding-top:30px !important}.xl-pt-30{padding-top:30px}.i-xl-pt-35{padding-top:35px !important}.xl-pt-35{padding-top:35px}.i-xl-pt-40{padding-top:40px !important}.xl-pt-40{padding-top:40px}.i-xl-pt-45{padding-top:45px !important}.xl-pt-45{padding-top:45px}.i-xl-pt-50{padding-top:50px !important}.xl-pt-50{padding-top:50px}.i-xl-pt-55{padding-top:55px !important}.xl-pt-55{padding-top:55px}.i-xl-pt-60{padding-top:60px !important}.xl-pt-60{padding-top:60px}.i-xl-pt-65{padding-top:65px !important}.xl-pt-65{padding-top:65px}.i-xl-pt-70{padding-top:70px !important}.xl-pt-70{padding-top:70px}.i-xl-pt-75{padding-top:75px !important}.xl-pt-75{padding-top:75px}.i-xl-pt-80{padding-top:80px !important}.xl-pt-80{padding-top:80px}.i-xl-pt-85{padding-top:85px !important}.xl-pt-85{padding-top:85px}.i-xl-pt-90{padding-top:90px !important}.xl-pt-90{padding-top:90px}.i-xl-pt-95{padding-top:95px !important}.xl-pt-95{padding-top:95px}.i-xl-pt-100{padding-top:100px !important}.xl-pt-100{padding-top:100px}.i-xl-pt-105{padding-top:105px !important}.xl-pt-105{padding-top:105px}.i-xl-pt-110{padding-top:110px !important}.xl-pt-110{padding-top:110px}.i-xl-pt-115{padding-top:115px !important}.xl-pt-115{padding-top:115px}.i-xl-pt-120{padding-top:120px !important}.xl-pt-120{padding-top:120px}.i-xl-pt-125{padding-top:125px !important}.xl-pt-125{padding-top:125px}.i-xl-pt-130{padding-top:130px !important}.xl-pt-130{padding-top:130px}.i-xl-pt-135{padding-top:135px !important}.xl-pt-135{padding-top:135px}.i-xl-pt-140{padding-top:140px !important}.xl-pt-140{padding-top:140px}.i-xl-pt-145{padding-top:145px !important}.xl-pt-145{padding-top:145px}.i-xl-pt-150{padding-top:150px !important}.xl-pt-150{padding-top:150px}.i-xl-pt-155{padding-top:155px !important}.xl-pt-155{padding-top:155px}.i-xl-pt-160{padding-top:160px !important}.xl-pt-160{padding-top:160px}.i-xl-pt-165{padding-top:165px !important}.xl-pt-165{padding-top:165px}.i-xl-pt-170{padding-top:170px !important}.xl-pt-170{padding-top:170px}.i-xl-pt-175{padding-top:175px !important}.xl-pt-175{padding-top:175px}.i-xl-pt-180{padding-top:180px !important}.xl-pt-180{padding-top:180px}.i-xl-pt-185{padding-top:185px !important}.xl-pt-185{padding-top:185px}.i-xl-pt-190{padding-top:190px !important}.xl-pt-190{padding-top:190px}.i-xl-pt-195{padding-top:195px !important}.xl-pt-195{padding-top:195px}.i-xl-pt-200{padding-top:200px !important}.xl-pt-200{padding-top:200px}.i-xl-pt-205{padding-top:205px !important}.xl-pt-205{padding-top:205px}.i-xl-pt-210{padding-top:210px !important}.xl-pt-210{padding-top:210px}.i-xl-pt-215{padding-top:215px !important}.xl-pt-215{padding-top:215px}.i-xl-pt-220{padding-top:220px !important}.xl-pt-220{padding-top:220px}.i-xl-pt-225{padding-top:225px !important}.xl-pt-225{padding-top:225px}.i-xl-pt-230{padding-top:230px !important}.xl-pt-230{padding-top:230px}.i-xl-pt-235{padding-top:235px !important}.xl-pt-235{padding-top:235px}.i-xl-pt-240{padding-top:240px !important}.xl-pt-240{padding-top:240px}.i-xl-pt-245{padding-top:245px !important}.xl-pt-245{padding-top:245px}.i-xl-pt-250{padding-top:250px !important}.xl-pt-250{padding-top:250px}.i-xl-pt-255{padding-top:255px !important}.xl-pt-255{padding-top:255px}.i-xl-pt-260{padding-top:260px !important}.xl-pt-260{padding-top:260px}.i-xl-pt-265{padding-top:265px !important}.xl-pt-265{padding-top:265px}.i-xl-pt-270{padding-top:270px !important}.xl-pt-270{padding-top:270px}.i-xl-pt-275{padding-top:275px !important}.xl-pt-275{padding-top:275px}.i-xl-pt-280{padding-top:280px !important}.xl-pt-280{padding-top:280px}.i-xl-pt-285{padding-top:285px !important}.xl-pt-285{padding-top:285px}.i-xl-pt-290{padding-top:290px !important}.xl-pt-290{padding-top:290px}.i-xl-pt-295{padding-top:295px !important}.xl-pt-295{padding-top:295px}.i-xl-pt-300{padding-top:300px !important}.xl-pt-300{padding-top:300px}.i-xl-pr--100{padding-right:-100px !important}.xl-pr--100{padding-right:-100px}.i-xl-pr--90{padding-right:-90px !important}.xl-pr--90{padding-right:-90px}.i-xl-pr--80{padding-right:-80px !important}.xl-pr--80{padding-right:-80px}.i-xl-pr--70{padding-right:-70px !important}.xl-pr--70{padding-right:-70px}.i-xl-pr--60{padding-right:-60px !important}.xl-pr--60{padding-right:-60px}.i-xl-pr--50{padding-right:-50px !important}.xl-pr--50{padding-right:-50px}.i-xl-pr--40{padding-right:-40px !important}.xl-pr--40{padding-right:-40px}.i-xl-pr--30{padding-right:-30px !important}.xl-pr--30{padding-right:-30px}.i-xl-pr--20{padding-right:-20px !important}.xl-pr--20{padding-right:-20px}.i-xl-pr--10{padding-right:-10px !important}.xl-pr--10{padding-right:-10px}.i-xl-pr--5{padding-right:-5px !important}.xl-pr--5{padding-right:-5px}.i-xl-pr-0{padding-right:0px !important}.xl-pr-0{padding-right:0px}.i-xl-pr-5{padding-right:5px !important}.xl-pr-5{padding-right:5px}.i-xl-pr-10{padding-right:10px !important}.xl-pr-10{padding-right:10px}.i-xl-pr-15{padding-right:15px !important}.xl-pr-15{padding-right:15px}.i-xl-pr-20{padding-right:20px !important}.xl-pr-20{padding-right:20px}.i-xl-pr-25{padding-right:25px !important}.xl-pr-25{padding-right:25px}.i-xl-pr-30{padding-right:30px !important}.xl-pr-30{padding-right:30px}.i-xl-pr-35{padding-right:35px !important}.xl-pr-35{padding-right:35px}.i-xl-pr-40{padding-right:40px !important}.xl-pr-40{padding-right:40px}.i-xl-pr-45{padding-right:45px !important}.xl-pr-45{padding-right:45px}.i-xl-pr-50{padding-right:50px !important}.xl-pr-50{padding-right:50px}.i-xl-pr-55{padding-right:55px !important}.xl-pr-55{padding-right:55px}.i-xl-pr-60{padding-right:60px !important}.xl-pr-60{padding-right:60px}.i-xl-pr-65{padding-right:65px !important}.xl-pr-65{padding-right:65px}.i-xl-pr-70{padding-right:70px !important}.xl-pr-70{padding-right:70px}.i-xl-pr-75{padding-right:75px !important}.xl-pr-75{padding-right:75px}.i-xl-pr-80{padding-right:80px !important}.xl-pr-80{padding-right:80px}.i-xl-pr-85{padding-right:85px !important}.xl-pr-85{padding-right:85px}.i-xl-pr-90{padding-right:90px !important}.xl-pr-90{padding-right:90px}.i-xl-pr-95{padding-right:95px !important}.xl-pr-95{padding-right:95px}.i-xl-pr-100{padding-right:100px !important}.xl-pr-100{padding-right:100px}.i-xl-pr-105{padding-right:105px !important}.xl-pr-105{padding-right:105px}.i-xl-pr-110{padding-right:110px !important}.xl-pr-110{padding-right:110px}.i-xl-pr-115{padding-right:115px !important}.xl-pr-115{padding-right:115px}.i-xl-pr-120{padding-right:120px !important}.xl-pr-120{padding-right:120px}.i-xl-pr-125{padding-right:125px !important}.xl-pr-125{padding-right:125px}.i-xl-pr-130{padding-right:130px !important}.xl-pr-130{padding-right:130px}.i-xl-pr-135{padding-right:135px !important}.xl-pr-135{padding-right:135px}.i-xl-pr-140{padding-right:140px !important}.xl-pr-140{padding-right:140px}.i-xl-pr-145{padding-right:145px !important}.xl-pr-145{padding-right:145px}.i-xl-pr-150{padding-right:150px !important}.xl-pr-150{padding-right:150px}.i-xl-pr-155{padding-right:155px !important}.xl-pr-155{padding-right:155px}.i-xl-pr-160{padding-right:160px !important}.xl-pr-160{padding-right:160px}.i-xl-pr-165{padding-right:165px !important}.xl-pr-165{padding-right:165px}.i-xl-pr-170{padding-right:170px !important}.xl-pr-170{padding-right:170px}.i-xl-pr-175{padding-right:175px !important}.xl-pr-175{padding-right:175px}.i-xl-pr-180{padding-right:180px !important}.xl-pr-180{padding-right:180px}.i-xl-pr-185{padding-right:185px !important}.xl-pr-185{padding-right:185px}.i-xl-pr-190{padding-right:190px !important}.xl-pr-190{padding-right:190px}.i-xl-pr-195{padding-right:195px !important}.xl-pr-195{padding-right:195px}.i-xl-pr-200{padding-right:200px !important}.xl-pr-200{padding-right:200px}.i-xl-pr-205{padding-right:205px !important}.xl-pr-205{padding-right:205px}.i-xl-pr-210{padding-right:210px !important}.xl-pr-210{padding-right:210px}.i-xl-pr-215{padding-right:215px !important}.xl-pr-215{padding-right:215px}.i-xl-pr-220{padding-right:220px !important}.xl-pr-220{padding-right:220px}.i-xl-pr-225{padding-right:225px !important}.xl-pr-225{padding-right:225px}.i-xl-pr-230{padding-right:230px !important}.xl-pr-230{padding-right:230px}.i-xl-pr-235{padding-right:235px !important}.xl-pr-235{padding-right:235px}.i-xl-pr-240{padding-right:240px !important}.xl-pr-240{padding-right:240px}.i-xl-pr-245{padding-right:245px !important}.xl-pr-245{padding-right:245px}.i-xl-pr-250{padding-right:250px !important}.xl-pr-250{padding-right:250px}.i-xl-pr-255{padding-right:255px !important}.xl-pr-255{padding-right:255px}.i-xl-pr-260{padding-right:260px !important}.xl-pr-260{padding-right:260px}.i-xl-pr-265{padding-right:265px !important}.xl-pr-265{padding-right:265px}.i-xl-pr-270{padding-right:270px !important}.xl-pr-270{padding-right:270px}.i-xl-pr-275{padding-right:275px !important}.xl-pr-275{padding-right:275px}.i-xl-pr-280{padding-right:280px !important}.xl-pr-280{padding-right:280px}.i-xl-pr-285{padding-right:285px !important}.xl-pr-285{padding-right:285px}.i-xl-pr-290{padding-right:290px !important}.xl-pr-290{padding-right:290px}.i-xl-pr-295{padding-right:295px !important}.xl-pr-295{padding-right:295px}.i-xl-pr-300{padding-right:300px !important}.xl-pr-300{padding-right:300px}.i-xl-pb--100{padding-bottom:-100px !important}.xl-pb--100{padding-bottom:-100px}.i-xl-pb--90{padding-bottom:-90px !important}.xl-pb--90{padding-bottom:-90px}.i-xl-pb--80{padding-bottom:-80px !important}.xl-pb--80{padding-bottom:-80px}.i-xl-pb--70{padding-bottom:-70px !important}.xl-pb--70{padding-bottom:-70px}.i-xl-pb--60{padding-bottom:-60px !important}.xl-pb--60{padding-bottom:-60px}.i-xl-pb--50{padding-bottom:-50px !important}.xl-pb--50{padding-bottom:-50px}.i-xl-pb--40{padding-bottom:-40px !important}.xl-pb--40{padding-bottom:-40px}.i-xl-pb--30{padding-bottom:-30px !important}.xl-pb--30{padding-bottom:-30px}.i-xl-pb--20{padding-bottom:-20px !important}.xl-pb--20{padding-bottom:-20px}.i-xl-pb--10{padding-bottom:-10px !important}.xl-pb--10{padding-bottom:-10px}.i-xl-pb--5{padding-bottom:-5px !important}.xl-pb--5{padding-bottom:-5px}.i-xl-pb-0{padding-bottom:0px !important}.xl-pb-0{padding-bottom:0px}.i-xl-pb-5{padding-bottom:5px !important}.xl-pb-5{padding-bottom:5px}.i-xl-pb-10{padding-bottom:10px !important}.xl-pb-10{padding-bottom:10px}.i-xl-pb-15{padding-bottom:15px !important}.xl-pb-15{padding-bottom:15px}.i-xl-pb-20{padding-bottom:20px !important}.xl-pb-20{padding-bottom:20px}.i-xl-pb-25{padding-bottom:25px !important}.xl-pb-25{padding-bottom:25px}.i-xl-pb-30{padding-bottom:30px !important}.xl-pb-30{padding-bottom:30px}.i-xl-pb-35{padding-bottom:35px !important}.xl-pb-35{padding-bottom:35px}.i-xl-pb-40{padding-bottom:40px !important}.xl-pb-40{padding-bottom:40px}.i-xl-pb-45{padding-bottom:45px !important}.xl-pb-45{padding-bottom:45px}.i-xl-pb-50{padding-bottom:50px !important}.xl-pb-50{padding-bottom:50px}.i-xl-pb-55{padding-bottom:55px !important}.xl-pb-55{padding-bottom:55px}.i-xl-pb-60{padding-bottom:60px !important}.xl-pb-60{padding-bottom:60px}.i-xl-pb-65{padding-bottom:65px !important}.xl-pb-65{padding-bottom:65px}.i-xl-pb-70{padding-bottom:70px !important}.xl-pb-70{padding-bottom:70px}.i-xl-pb-75{padding-bottom:75px !important}.xl-pb-75{padding-bottom:75px}.i-xl-pb-80{padding-bottom:80px !important}.xl-pb-80{padding-bottom:80px}.i-xl-pb-85{padding-bottom:85px !important}.xl-pb-85{padding-bottom:85px}.i-xl-pb-90{padding-bottom:90px !important}.xl-pb-90{padding-bottom:90px}.i-xl-pb-95{padding-bottom:95px !important}.xl-pb-95{padding-bottom:95px}.i-xl-pb-100{padding-bottom:100px !important}.xl-pb-100{padding-bottom:100px}.i-xl-pb-105{padding-bottom:105px !important}.xl-pb-105{padding-bottom:105px}.i-xl-pb-110{padding-bottom:110px !important}.xl-pb-110{padding-bottom:110px}.i-xl-pb-115{padding-bottom:115px !important}.xl-pb-115{padding-bottom:115px}.i-xl-pb-120{padding-bottom:120px !important}.xl-pb-120{padding-bottom:120px}.i-xl-pb-125{padding-bottom:125px !important}.xl-pb-125{padding-bottom:125px}.i-xl-pb-130{padding-bottom:130px !important}.xl-pb-130{padding-bottom:130px}.i-xl-pb-135{padding-bottom:135px !important}.xl-pb-135{padding-bottom:135px}.i-xl-pb-140{padding-bottom:140px !important}.xl-pb-140{padding-bottom:140px}.i-xl-pb-145{padding-bottom:145px !important}.xl-pb-145{padding-bottom:145px}.i-xl-pb-150{padding-bottom:150px !important}.xl-pb-150{padding-bottom:150px}.i-xl-pb-155{padding-bottom:155px !important}.xl-pb-155{padding-bottom:155px}.i-xl-pb-160{padding-bottom:160px !important}.xl-pb-160{padding-bottom:160px}.i-xl-pb-165{padding-bottom:165px !important}.xl-pb-165{padding-bottom:165px}.i-xl-pb-170{padding-bottom:170px !important}.xl-pb-170{padding-bottom:170px}.i-xl-pb-175{padding-bottom:175px !important}.xl-pb-175{padding-bottom:175px}.i-xl-pb-180{padding-bottom:180px !important}.xl-pb-180{padding-bottom:180px}.i-xl-pb-185{padding-bottom:185px !important}.xl-pb-185{padding-bottom:185px}.i-xl-pb-190{padding-bottom:190px !important}.xl-pb-190{padding-bottom:190px}.i-xl-pb-195{padding-bottom:195px !important}.xl-pb-195{padding-bottom:195px}.i-xl-pb-200{padding-bottom:200px !important}.xl-pb-200{padding-bottom:200px}.i-xl-pb-205{padding-bottom:205px !important}.xl-pb-205{padding-bottom:205px}.i-xl-pb-210{padding-bottom:210px !important}.xl-pb-210{padding-bottom:210px}.i-xl-pb-215{padding-bottom:215px !important}.xl-pb-215{padding-bottom:215px}.i-xl-pb-220{padding-bottom:220px !important}.xl-pb-220{padding-bottom:220px}.i-xl-pb-225{padding-bottom:225px !important}.xl-pb-225{padding-bottom:225px}.i-xl-pb-230{padding-bottom:230px !important}.xl-pb-230{padding-bottom:230px}.i-xl-pb-235{padding-bottom:235px !important}.xl-pb-235{padding-bottom:235px}.i-xl-pb-240{padding-bottom:240px !important}.xl-pb-240{padding-bottom:240px}.i-xl-pb-245{padding-bottom:245px !important}.xl-pb-245{padding-bottom:245px}.i-xl-pb-250{padding-bottom:250px !important}.xl-pb-250{padding-bottom:250px}.i-xl-pb-255{padding-bottom:255px !important}.xl-pb-255{padding-bottom:255px}.i-xl-pb-260{padding-bottom:260px !important}.xl-pb-260{padding-bottom:260px}.i-xl-pb-265{padding-bottom:265px !important}.xl-pb-265{padding-bottom:265px}.i-xl-pb-270{padding-bottom:270px !important}.xl-pb-270{padding-bottom:270px}.i-xl-pb-275{padding-bottom:275px !important}.xl-pb-275{padding-bottom:275px}.i-xl-pb-280{padding-bottom:280px !important}.xl-pb-280{padding-bottom:280px}.i-xl-pb-285{padding-bottom:285px !important}.xl-pb-285{padding-bottom:285px}.i-xl-pb-290{padding-bottom:290px !important}.xl-pb-290{padding-bottom:290px}.i-xl-pb-295{padding-bottom:295px !important}.xl-pb-295{padding-bottom:295px}.i-xl-pb-300{padding-bottom:300px !important}.xl-pb-300{padding-bottom:300px}.i-xl-pl--100{padding-left:-100px !important}.xl-pl--100{padding-left:-100px}.i-xl-pl--90{padding-left:-90px !important}.xl-pl--90{padding-left:-90px}.i-xl-pl--80{padding-left:-80px !important}.xl-pl--80{padding-left:-80px}.i-xl-pl--70{padding-left:-70px !important}.xl-pl--70{padding-left:-70px}.i-xl-pl--60{padding-left:-60px !important}.xl-pl--60{padding-left:-60px}.i-xl-pl--50{padding-left:-50px !important}.xl-pl--50{padding-left:-50px}.i-xl-pl--40{padding-left:-40px !important}.xl-pl--40{padding-left:-40px}.i-xl-pl--30{padding-left:-30px !important}.xl-pl--30{padding-left:-30px}.i-xl-pl--20{padding-left:-20px !important}.xl-pl--20{padding-left:-20px}.i-xl-pl--10{padding-left:-10px !important}.xl-pl--10{padding-left:-10px}.i-xl-pl--5{padding-left:-5px !important}.xl-pl--5{padding-left:-5px}.i-xl-pl-0{padding-left:0px !important}.xl-pl-0{padding-left:0px}.i-xl-pl-5{padding-left:5px !important}.xl-pl-5{padding-left:5px}.i-xl-pl-10{padding-left:10px !important}.xl-pl-10{padding-left:10px}.i-xl-pl-15{padding-left:15px !important}.xl-pl-15{padding-left:15px}.i-xl-pl-20{padding-left:20px !important}.xl-pl-20{padding-left:20px}.i-xl-pl-25{padding-left:25px !important}.xl-pl-25{padding-left:25px}.i-xl-pl-30{padding-left:30px !important}.xl-pl-30{padding-left:30px}.i-xl-pl-35{padding-left:35px !important}.xl-pl-35{padding-left:35px}.i-xl-pl-40{padding-left:40px !important}.xl-pl-40{padding-left:40px}.i-xl-pl-45{padding-left:45px !important}.xl-pl-45{padding-left:45px}.i-xl-pl-50{padding-left:50px !important}.xl-pl-50{padding-left:50px}.i-xl-pl-55{padding-left:55px !important}.xl-pl-55{padding-left:55px}.i-xl-pl-60{padding-left:60px !important}.xl-pl-60{padding-left:60px}.i-xl-pl-65{padding-left:65px !important}.xl-pl-65{padding-left:65px}.i-xl-pl-70{padding-left:70px !important}.xl-pl-70{padding-left:70px}.i-xl-pl-75{padding-left:75px !important}.xl-pl-75{padding-left:75px}.i-xl-pl-80{padding-left:80px !important}.xl-pl-80{padding-left:80px}.i-xl-pl-85{padding-left:85px !important}.xl-pl-85{padding-left:85px}.i-xl-pl-90{padding-left:90px !important}.xl-pl-90{padding-left:90px}.i-xl-pl-95{padding-left:95px !important}.xl-pl-95{padding-left:95px}.i-xl-pl-100{padding-left:100px !important}.xl-pl-100{padding-left:100px}.i-xl-pl-105{padding-left:105px !important}.xl-pl-105{padding-left:105px}.i-xl-pl-110{padding-left:110px !important}.xl-pl-110{padding-left:110px}.i-xl-pl-115{padding-left:115px !important}.xl-pl-115{padding-left:115px}.i-xl-pl-120{padding-left:120px !important}.xl-pl-120{padding-left:120px}.i-xl-pl-125{padding-left:125px !important}.xl-pl-125{padding-left:125px}.i-xl-pl-130{padding-left:130px !important}.xl-pl-130{padding-left:130px}.i-xl-pl-135{padding-left:135px !important}.xl-pl-135{padding-left:135px}.i-xl-pl-140{padding-left:140px !important}.xl-pl-140{padding-left:140px}.i-xl-pl-145{padding-left:145px !important}.xl-pl-145{padding-left:145px}.i-xl-pl-150{padding-left:150px !important}.xl-pl-150{padding-left:150px}.i-xl-pl-155{padding-left:155px !important}.xl-pl-155{padding-left:155px}.i-xl-pl-160{padding-left:160px !important}.xl-pl-160{padding-left:160px}.i-xl-pl-165{padding-left:165px !important}.xl-pl-165{padding-left:165px}.i-xl-pl-170{padding-left:170px !important}.xl-pl-170{padding-left:170px}.i-xl-pl-175{padding-left:175px !important}.xl-pl-175{padding-left:175px}.i-xl-pl-180{padding-left:180px !important}.xl-pl-180{padding-left:180px}.i-xl-pl-185{padding-left:185px !important}.xl-pl-185{padding-left:185px}.i-xl-pl-190{padding-left:190px !important}.xl-pl-190{padding-left:190px}.i-xl-pl-195{padding-left:195px !important}.xl-pl-195{padding-left:195px}.i-xl-pl-200{padding-left:200px !important}.xl-pl-200{padding-left:200px}.i-xl-pl-205{padding-left:205px !important}.xl-pl-205{padding-left:205px}.i-xl-pl-210{padding-left:210px !important}.xl-pl-210{padding-left:210px}.i-xl-pl-215{padding-left:215px !important}.xl-pl-215{padding-left:215px}.i-xl-pl-220{padding-left:220px !important}.xl-pl-220{padding-left:220px}.i-xl-pl-225{padding-left:225px !important}.xl-pl-225{padding-left:225px}.i-xl-pl-230{padding-left:230px !important}.xl-pl-230{padding-left:230px}.i-xl-pl-235{padding-left:235px !important}.xl-pl-235{padding-left:235px}.i-xl-pl-240{padding-left:240px !important}.xl-pl-240{padding-left:240px}.i-xl-pl-245{padding-left:245px !important}.xl-pl-245{padding-left:245px}.i-xl-pl-250{padding-left:250px !important}.xl-pl-250{padding-left:250px}.i-xl-pl-255{padding-left:255px !important}.xl-pl-255{padding-left:255px}.i-xl-pl-260{padding-left:260px !important}.xl-pl-260{padding-left:260px}.i-xl-pl-265{padding-left:265px !important}.xl-pl-265{padding-left:265px}.i-xl-pl-270{padding-left:270px !important}.xl-pl-270{padding-left:270px}.i-xl-pl-275{padding-left:275px !important}.xl-pl-275{padding-left:275px}.i-xl-pl-280{padding-left:280px !important}.xl-pl-280{padding-left:280px}.i-xl-pl-285{padding-left:285px !important}.xl-pl-285{padding-left:285px}.i-xl-pl-290{padding-left:290px !important}.xl-pl-290{padding-left:290px}.i-xl-pl-295{padding-left:295px !important}.xl-pl-295{padding-left:295px}.i-xl-pl-300{padding-left:300px !important}.xl-pl-300{padding-left:300px}.i-xl-py--100{padding-block:-100px !important}.xl-py--100{padding-block:-100px}.i-xl-py--90{padding-block:-90px !important}.xl-py--90{padding-block:-90px}.i-xl-py--80{padding-block:-80px !important}.xl-py--80{padding-block:-80px}.i-xl-py--70{padding-block:-70px !important}.xl-py--70{padding-block:-70px}.i-xl-py--60{padding-block:-60px !important}.xl-py--60{padding-block:-60px}.i-xl-py--50{padding-block:-50px !important}.xl-py--50{padding-block:-50px}.i-xl-py--40{padding-block:-40px !important}.xl-py--40{padding-block:-40px}.i-xl-py--30{padding-block:-30px !important}.xl-py--30{padding-block:-30px}.i-xl-py--20{padding-block:-20px !important}.xl-py--20{padding-block:-20px}.i-xl-py--10{padding-block:-10px !important}.xl-py--10{padding-block:-10px}.i-xl-py--5{padding-block:-5px !important}.xl-py--5{padding-block:-5px}.i-xl-py-0{padding-block:0px !important}.xl-py-0{padding-block:0px}.i-xl-py-5{padding-block:5px !important}.xl-py-5{padding-block:5px}.i-xl-py-10{padding-block:10px !important}.xl-py-10{padding-block:10px}.i-xl-py-15{padding-block:15px !important}.xl-py-15{padding-block:15px}.i-xl-py-20{padding-block:20px !important}.xl-py-20{padding-block:20px}.i-xl-py-25{padding-block:25px !important}.xl-py-25{padding-block:25px}.i-xl-py-30{padding-block:30px !important}.xl-py-30{padding-block:30px}.i-xl-py-35{padding-block:35px !important}.xl-py-35{padding-block:35px}.i-xl-py-40{padding-block:40px !important}.xl-py-40{padding-block:40px}.i-xl-py-45{padding-block:45px !important}.xl-py-45{padding-block:45px}.i-xl-py-50{padding-block:50px !important}.xl-py-50{padding-block:50px}.i-xl-py-55{padding-block:55px !important}.xl-py-55{padding-block:55px}.i-xl-py-60{padding-block:60px !important}.xl-py-60{padding-block:60px}.i-xl-py-65{padding-block:65px !important}.xl-py-65{padding-block:65px}.i-xl-py-70{padding-block:70px !important}.xl-py-70{padding-block:70px}.i-xl-py-75{padding-block:75px !important}.xl-py-75{padding-block:75px}.i-xl-py-80{padding-block:80px !important}.xl-py-80{padding-block:80px}.i-xl-py-85{padding-block:85px !important}.xl-py-85{padding-block:85px}.i-xl-py-90{padding-block:90px !important}.xl-py-90{padding-block:90px}.i-xl-py-95{padding-block:95px !important}.xl-py-95{padding-block:95px}.i-xl-py-100{padding-block:100px !important}.xl-py-100{padding-block:100px}.i-xl-py-105{padding-block:105px !important}.xl-py-105{padding-block:105px}.i-xl-py-110{padding-block:110px !important}.xl-py-110{padding-block:110px}.i-xl-py-115{padding-block:115px !important}.xl-py-115{padding-block:115px}.i-xl-py-120{padding-block:120px !important}.xl-py-120{padding-block:120px}.i-xl-py-125{padding-block:125px !important}.xl-py-125{padding-block:125px}.i-xl-py-130{padding-block:130px !important}.xl-py-130{padding-block:130px}.i-xl-py-135{padding-block:135px !important}.xl-py-135{padding-block:135px}.i-xl-py-140{padding-block:140px !important}.xl-py-140{padding-block:140px}.i-xl-py-145{padding-block:145px !important}.xl-py-145{padding-block:145px}.i-xl-py-150{padding-block:150px !important}.xl-py-150{padding-block:150px}.i-xl-py-155{padding-block:155px !important}.xl-py-155{padding-block:155px}.i-xl-py-160{padding-block:160px !important}.xl-py-160{padding-block:160px}.i-xl-py-165{padding-block:165px !important}.xl-py-165{padding-block:165px}.i-xl-py-170{padding-block:170px !important}.xl-py-170{padding-block:170px}.i-xl-py-175{padding-block:175px !important}.xl-py-175{padding-block:175px}.i-xl-py-180{padding-block:180px !important}.xl-py-180{padding-block:180px}.i-xl-py-185{padding-block:185px !important}.xl-py-185{padding-block:185px}.i-xl-py-190{padding-block:190px !important}.xl-py-190{padding-block:190px}.i-xl-py-195{padding-block:195px !important}.xl-py-195{padding-block:195px}.i-xl-py-200{padding-block:200px !important}.xl-py-200{padding-block:200px}.i-xl-py-205{padding-block:205px !important}.xl-py-205{padding-block:205px}.i-xl-py-210{padding-block:210px !important}.xl-py-210{padding-block:210px}.i-xl-py-215{padding-block:215px !important}.xl-py-215{padding-block:215px}.i-xl-py-220{padding-block:220px !important}.xl-py-220{padding-block:220px}.i-xl-py-225{padding-block:225px !important}.xl-py-225{padding-block:225px}.i-xl-py-230{padding-block:230px !important}.xl-py-230{padding-block:230px}.i-xl-py-235{padding-block:235px !important}.xl-py-235{padding-block:235px}.i-xl-py-240{padding-block:240px !important}.xl-py-240{padding-block:240px}.i-xl-py-245{padding-block:245px !important}.xl-py-245{padding-block:245px}.i-xl-py-250{padding-block:250px !important}.xl-py-250{padding-block:250px}.i-xl-py-255{padding-block:255px !important}.xl-py-255{padding-block:255px}.i-xl-py-260{padding-block:260px !important}.xl-py-260{padding-block:260px}.i-xl-py-265{padding-block:265px !important}.xl-py-265{padding-block:265px}.i-xl-py-270{padding-block:270px !important}.xl-py-270{padding-block:270px}.i-xl-py-275{padding-block:275px !important}.xl-py-275{padding-block:275px}.i-xl-py-280{padding-block:280px !important}.xl-py-280{padding-block:280px}.i-xl-py-285{padding-block:285px !important}.xl-py-285{padding-block:285px}.i-xl-py-290{padding-block:290px !important}.xl-py-290{padding-block:290px}.i-xl-py-295{padding-block:295px !important}.xl-py-295{padding-block:295px}.i-xl-py-300{padding-block:300px !important}.xl-py-300{padding-block:300px}.i-xl-px--100{padding-inline:-100px !important}.xl-px--100{padding-inline:-100px}.i-xl-px--90{padding-inline:-90px !important}.xl-px--90{padding-inline:-90px}.i-xl-px--80{padding-inline:-80px !important}.xl-px--80{padding-inline:-80px}.i-xl-px--70{padding-inline:-70px !important}.xl-px--70{padding-inline:-70px}.i-xl-px--60{padding-inline:-60px !important}.xl-px--60{padding-inline:-60px}.i-xl-px--50{padding-inline:-50px !important}.xl-px--50{padding-inline:-50px}.i-xl-px--40{padding-inline:-40px !important}.xl-px--40{padding-inline:-40px}.i-xl-px--30{padding-inline:-30px !important}.xl-px--30{padding-inline:-30px}.i-xl-px--20{padding-inline:-20px !important}.xl-px--20{padding-inline:-20px}.i-xl-px--10{padding-inline:-10px !important}.xl-px--10{padding-inline:-10px}.i-xl-px--5{padding-inline:-5px !important}.xl-px--5{padding-inline:-5px}.i-xl-px-0{padding-inline:0px !important}.xl-px-0{padding-inline:0px}.i-xl-px-5{padding-inline:5px !important}.xl-px-5{padding-inline:5px}.i-xl-px-10{padding-inline:10px !important}.xl-px-10{padding-inline:10px}.i-xl-px-15{padding-inline:15px !important}.xl-px-15{padding-inline:15px}.i-xl-px-20{padding-inline:20px !important}.xl-px-20{padding-inline:20px}.i-xl-px-25{padding-inline:25px !important}.xl-px-25{padding-inline:25px}.i-xl-px-30{padding-inline:30px !important}.xl-px-30{padding-inline:30px}.i-xl-px-35{padding-inline:35px !important}.xl-px-35{padding-inline:35px}.i-xl-px-40{padding-inline:40px !important}.xl-px-40{padding-inline:40px}.i-xl-px-45{padding-inline:45px !important}.xl-px-45{padding-inline:45px}.i-xl-px-50{padding-inline:50px !important}.xl-px-50{padding-inline:50px}.i-xl-px-55{padding-inline:55px !important}.xl-px-55{padding-inline:55px}.i-xl-px-60{padding-inline:60px !important}.xl-px-60{padding-inline:60px}.i-xl-px-65{padding-inline:65px !important}.xl-px-65{padding-inline:65px}.i-xl-px-70{padding-inline:70px !important}.xl-px-70{padding-inline:70px}.i-xl-px-75{padding-inline:75px !important}.xl-px-75{padding-inline:75px}.i-xl-px-80{padding-inline:80px !important}.xl-px-80{padding-inline:80px}.i-xl-px-85{padding-inline:85px !important}.xl-px-85{padding-inline:85px}.i-xl-px-90{padding-inline:90px !important}.xl-px-90{padding-inline:90px}.i-xl-px-95{padding-inline:95px !important}.xl-px-95{padding-inline:95px}.i-xl-px-100{padding-inline:100px !important}.xl-px-100{padding-inline:100px}.i-xl-px-105{padding-inline:105px !important}.xl-px-105{padding-inline:105px}.i-xl-px-110{padding-inline:110px !important}.xl-px-110{padding-inline:110px}.i-xl-px-115{padding-inline:115px !important}.xl-px-115{padding-inline:115px}.i-xl-px-120{padding-inline:120px !important}.xl-px-120{padding-inline:120px}.i-xl-px-125{padding-inline:125px !important}.xl-px-125{padding-inline:125px}.i-xl-px-130{padding-inline:130px !important}.xl-px-130{padding-inline:130px}.i-xl-px-135{padding-inline:135px !important}.xl-px-135{padding-inline:135px}.i-xl-px-140{padding-inline:140px !important}.xl-px-140{padding-inline:140px}.i-xl-px-145{padding-inline:145px !important}.xl-px-145{padding-inline:145px}.i-xl-px-150{padding-inline:150px !important}.xl-px-150{padding-inline:150px}.i-xl-px-155{padding-inline:155px !important}.xl-px-155{padding-inline:155px}.i-xl-px-160{padding-inline:160px !important}.xl-px-160{padding-inline:160px}.i-xl-px-165{padding-inline:165px !important}.xl-px-165{padding-inline:165px}.i-xl-px-170{padding-inline:170px !important}.xl-px-170{padding-inline:170px}.i-xl-px-175{padding-inline:175px !important}.xl-px-175{padding-inline:175px}.i-xl-px-180{padding-inline:180px !important}.xl-px-180{padding-inline:180px}.i-xl-px-185{padding-inline:185px !important}.xl-px-185{padding-inline:185px}.i-xl-px-190{padding-inline:190px !important}.xl-px-190{padding-inline:190px}.i-xl-px-195{padding-inline:195px !important}.xl-px-195{padding-inline:195px}.i-xl-px-200{padding-inline:200px !important}.xl-px-200{padding-inline:200px}.i-xl-px-205{padding-inline:205px !important}.xl-px-205{padding-inline:205px}.i-xl-px-210{padding-inline:210px !important}.xl-px-210{padding-inline:210px}.i-xl-px-215{padding-inline:215px !important}.xl-px-215{padding-inline:215px}.i-xl-px-220{padding-inline:220px !important}.xl-px-220{padding-inline:220px}.i-xl-px-225{padding-inline:225px !important}.xl-px-225{padding-inline:225px}.i-xl-px-230{padding-inline:230px !important}.xl-px-230{padding-inline:230px}.i-xl-px-235{padding-inline:235px !important}.xl-px-235{padding-inline:235px}.i-xl-px-240{padding-inline:240px !important}.xl-px-240{padding-inline:240px}.i-xl-px-245{padding-inline:245px !important}.xl-px-245{padding-inline:245px}.i-xl-px-250{padding-inline:250px !important}.xl-px-250{padding-inline:250px}.i-xl-px-255{padding-inline:255px !important}.xl-px-255{padding-inline:255px}.i-xl-px-260{padding-inline:260px !important}.xl-px-260{padding-inline:260px}.i-xl-px-265{padding-inline:265px !important}.xl-px-265{padding-inline:265px}.i-xl-px-270{padding-inline:270px !important}.xl-px-270{padding-inline:270px}.i-xl-px-275{padding-inline:275px !important}.xl-px-275{padding-inline:275px}.i-xl-px-280{padding-inline:280px !important}.xl-px-280{padding-inline:280px}.i-xl-px-285{padding-inline:285px !important}.xl-px-285{padding-inline:285px}.i-xl-px-290{padding-inline:290px !important}.xl-px-290{padding-inline:290px}.i-xl-px-295{padding-inline:295px !important}.xl-px-295{padding-inline:295px}.i-xl-px-300{padding-inline:300px !important}.xl-px-300{padding-inline:300px}.i-xl-mt--100{margin-top:-100px !important}.xl-mt--100{margin-top:-100px}.i-xl-mt--90{margin-top:-90px !important}.xl-mt--90{margin-top:-90px}.i-xl-mt--80{margin-top:-80px !important}.xl-mt--80{margin-top:-80px}.i-xl-mt--70{margin-top:-70px !important}.xl-mt--70{margin-top:-70px}.i-xl-mt--60{margin-top:-60px !important}.xl-mt--60{margin-top:-60px}.i-xl-mt--50{margin-top:-50px !important}.xl-mt--50{margin-top:-50px}.i-xl-mt--40{margin-top:-40px !important}.xl-mt--40{margin-top:-40px}.i-xl-mt--30{margin-top:-30px !important}.xl-mt--30{margin-top:-30px}.i-xl-mt--20{margin-top:-20px !important}.xl-mt--20{margin-top:-20px}.i-xl-mt--10{margin-top:-10px !important}.xl-mt--10{margin-top:-10px}.i-xl-mt--5{margin-top:-5px !important}.xl-mt--5{margin-top:-5px}.i-xl-mt-0{margin-top:0px !important}.xl-mt-0{margin-top:0px}.i-xl-mt-5{margin-top:5px !important}.xl-mt-5{margin-top:5px}.i-xl-mt-10{margin-top:10px !important}.xl-mt-10{margin-top:10px}.i-xl-mt-15{margin-top:15px !important}.xl-mt-15{margin-top:15px}.i-xl-mt-20{margin-top:20px !important}.xl-mt-20{margin-top:20px}.i-xl-mt-25{margin-top:25px !important}.xl-mt-25{margin-top:25px}.i-xl-mt-30{margin-top:30px !important}.xl-mt-30{margin-top:30px}.i-xl-mt-35{margin-top:35px !important}.xl-mt-35{margin-top:35px}.i-xl-mt-40{margin-top:40px !important}.xl-mt-40{margin-top:40px}.i-xl-mt-45{margin-top:45px !important}.xl-mt-45{margin-top:45px}.i-xl-mt-50{margin-top:50px !important}.xl-mt-50{margin-top:50px}.i-xl-mt-55{margin-top:55px !important}.xl-mt-55{margin-top:55px}.i-xl-mt-60{margin-top:60px !important}.xl-mt-60{margin-top:60px}.i-xl-mt-65{margin-top:65px !important}.xl-mt-65{margin-top:65px}.i-xl-mt-70{margin-top:70px !important}.xl-mt-70{margin-top:70px}.i-xl-mt-75{margin-top:75px !important}.xl-mt-75{margin-top:75px}.i-xl-mt-80{margin-top:80px !important}.xl-mt-80{margin-top:80px}.i-xl-mt-85{margin-top:85px !important}.xl-mt-85{margin-top:85px}.i-xl-mt-90{margin-top:90px !important}.xl-mt-90{margin-top:90px}.i-xl-mt-95{margin-top:95px !important}.xl-mt-95{margin-top:95px}.i-xl-mt-100{margin-top:100px !important}.xl-mt-100{margin-top:100px}.i-xl-mt-105{margin-top:105px !important}.xl-mt-105{margin-top:105px}.i-xl-mt-110{margin-top:110px !important}.xl-mt-110{margin-top:110px}.i-xl-mt-115{margin-top:115px !important}.xl-mt-115{margin-top:115px}.i-xl-mt-120{margin-top:120px !important}.xl-mt-120{margin-top:120px}.i-xl-mt-125{margin-top:125px !important}.xl-mt-125{margin-top:125px}.i-xl-mt-130{margin-top:130px !important}.xl-mt-130{margin-top:130px}.i-xl-mt-135{margin-top:135px !important}.xl-mt-135{margin-top:135px}.i-xl-mt-140{margin-top:140px !important}.xl-mt-140{margin-top:140px}.i-xl-mt-145{margin-top:145px !important}.xl-mt-145{margin-top:145px}.i-xl-mt-150{margin-top:150px !important}.xl-mt-150{margin-top:150px}.i-xl-mt-155{margin-top:155px !important}.xl-mt-155{margin-top:155px}.i-xl-mt-160{margin-top:160px !important}.xl-mt-160{margin-top:160px}.i-xl-mt-165{margin-top:165px !important}.xl-mt-165{margin-top:165px}.i-xl-mt-170{margin-top:170px !important}.xl-mt-170{margin-top:170px}.i-xl-mt-175{margin-top:175px !important}.xl-mt-175{margin-top:175px}.i-xl-mt-180{margin-top:180px !important}.xl-mt-180{margin-top:180px}.i-xl-mt-185{margin-top:185px !important}.xl-mt-185{margin-top:185px}.i-xl-mt-190{margin-top:190px !important}.xl-mt-190{margin-top:190px}.i-xl-mt-195{margin-top:195px !important}.xl-mt-195{margin-top:195px}.i-xl-mt-200{margin-top:200px !important}.xl-mt-200{margin-top:200px}.i-xl-mt-205{margin-top:205px !important}.xl-mt-205{margin-top:205px}.i-xl-mt-210{margin-top:210px !important}.xl-mt-210{margin-top:210px}.i-xl-mt-215{margin-top:215px !important}.xl-mt-215{margin-top:215px}.i-xl-mt-220{margin-top:220px !important}.xl-mt-220{margin-top:220px}.i-xl-mt-225{margin-top:225px !important}.xl-mt-225{margin-top:225px}.i-xl-mt-230{margin-top:230px !important}.xl-mt-230{margin-top:230px}.i-xl-mt-235{margin-top:235px !important}.xl-mt-235{margin-top:235px}.i-xl-mt-240{margin-top:240px !important}.xl-mt-240{margin-top:240px}.i-xl-mt-245{margin-top:245px !important}.xl-mt-245{margin-top:245px}.i-xl-mt-250{margin-top:250px !important}.xl-mt-250{margin-top:250px}.i-xl-mt-255{margin-top:255px !important}.xl-mt-255{margin-top:255px}.i-xl-mt-260{margin-top:260px !important}.xl-mt-260{margin-top:260px}.i-xl-mt-265{margin-top:265px !important}.xl-mt-265{margin-top:265px}.i-xl-mt-270{margin-top:270px !important}.xl-mt-270{margin-top:270px}.i-xl-mt-275{margin-top:275px !important}.xl-mt-275{margin-top:275px}.i-xl-mt-280{margin-top:280px !important}.xl-mt-280{margin-top:280px}.i-xl-mt-285{margin-top:285px !important}.xl-mt-285{margin-top:285px}.i-xl-mt-290{margin-top:290px !important}.xl-mt-290{margin-top:290px}.i-xl-mt-295{margin-top:295px !important}.xl-mt-295{margin-top:295px}.i-xl-mt-300{margin-top:300px !important}.xl-mt-300{margin-top:300px}.i-xl-mr--100{margin-right:-100px !important}.xl-mr--100{margin-right:-100px}.i-xl-mr--90{margin-right:-90px !important}.xl-mr--90{margin-right:-90px}.i-xl-mr--80{margin-right:-80px !important}.xl-mr--80{margin-right:-80px}.i-xl-mr--70{margin-right:-70px !important}.xl-mr--70{margin-right:-70px}.i-xl-mr--60{margin-right:-60px !important}.xl-mr--60{margin-right:-60px}.i-xl-mr--50{margin-right:-50px !important}.xl-mr--50{margin-right:-50px}.i-xl-mr--40{margin-right:-40px !important}.xl-mr--40{margin-right:-40px}.i-xl-mr--30{margin-right:-30px !important}.xl-mr--30{margin-right:-30px}.i-xl-mr--20{margin-right:-20px !important}.xl-mr--20{margin-right:-20px}.i-xl-mr--10{margin-right:-10px !important}.xl-mr--10{margin-right:-10px}.i-xl-mr--5{margin-right:-5px !important}.xl-mr--5{margin-right:-5px}.i-xl-mr-0{margin-right:0px !important}.xl-mr-0{margin-right:0px}.i-xl-mr-5{margin-right:5px !important}.xl-mr-5{margin-right:5px}.i-xl-mr-10{margin-right:10px !important}.xl-mr-10{margin-right:10px}.i-xl-mr-15{margin-right:15px !important}.xl-mr-15{margin-right:15px}.i-xl-mr-20{margin-right:20px !important}.xl-mr-20{margin-right:20px}.i-xl-mr-25{margin-right:25px !important}.xl-mr-25{margin-right:25px}.i-xl-mr-30{margin-right:30px !important}.xl-mr-30{margin-right:30px}.i-xl-mr-35{margin-right:35px !important}.xl-mr-35{margin-right:35px}.i-xl-mr-40{margin-right:40px !important}.xl-mr-40{margin-right:40px}.i-xl-mr-45{margin-right:45px !important}.xl-mr-45{margin-right:45px}.i-xl-mr-50{margin-right:50px !important}.xl-mr-50{margin-right:50px}.i-xl-mr-55{margin-right:55px !important}.xl-mr-55{margin-right:55px}.i-xl-mr-60{margin-right:60px !important}.xl-mr-60{margin-right:60px}.i-xl-mr-65{margin-right:65px !important}.xl-mr-65{margin-right:65px}.i-xl-mr-70{margin-right:70px !important}.xl-mr-70{margin-right:70px}.i-xl-mr-75{margin-right:75px !important}.xl-mr-75{margin-right:75px}.i-xl-mr-80{margin-right:80px !important}.xl-mr-80{margin-right:80px}.i-xl-mr-85{margin-right:85px !important}.xl-mr-85{margin-right:85px}.i-xl-mr-90{margin-right:90px !important}.xl-mr-90{margin-right:90px}.i-xl-mr-95{margin-right:95px !important}.xl-mr-95{margin-right:95px}.i-xl-mr-100{margin-right:100px !important}.xl-mr-100{margin-right:100px}.i-xl-mr-105{margin-right:105px !important}.xl-mr-105{margin-right:105px}.i-xl-mr-110{margin-right:110px !important}.xl-mr-110{margin-right:110px}.i-xl-mr-115{margin-right:115px !important}.xl-mr-115{margin-right:115px}.i-xl-mr-120{margin-right:120px !important}.xl-mr-120{margin-right:120px}.i-xl-mr-125{margin-right:125px !important}.xl-mr-125{margin-right:125px}.i-xl-mr-130{margin-right:130px !important}.xl-mr-130{margin-right:130px}.i-xl-mr-135{margin-right:135px !important}.xl-mr-135{margin-right:135px}.i-xl-mr-140{margin-right:140px !important}.xl-mr-140{margin-right:140px}.i-xl-mr-145{margin-right:145px !important}.xl-mr-145{margin-right:145px}.i-xl-mr-150{margin-right:150px !important}.xl-mr-150{margin-right:150px}.i-xl-mr-155{margin-right:155px !important}.xl-mr-155{margin-right:155px}.i-xl-mr-160{margin-right:160px !important}.xl-mr-160{margin-right:160px}.i-xl-mr-165{margin-right:165px !important}.xl-mr-165{margin-right:165px}.i-xl-mr-170{margin-right:170px !important}.xl-mr-170{margin-right:170px}.i-xl-mr-175{margin-right:175px !important}.xl-mr-175{margin-right:175px}.i-xl-mr-180{margin-right:180px !important}.xl-mr-180{margin-right:180px}.i-xl-mr-185{margin-right:185px !important}.xl-mr-185{margin-right:185px}.i-xl-mr-190{margin-right:190px !important}.xl-mr-190{margin-right:190px}.i-xl-mr-195{margin-right:195px !important}.xl-mr-195{margin-right:195px}.i-xl-mr-200{margin-right:200px !important}.xl-mr-200{margin-right:200px}.i-xl-mr-205{margin-right:205px !important}.xl-mr-205{margin-right:205px}.i-xl-mr-210{margin-right:210px !important}.xl-mr-210{margin-right:210px}.i-xl-mr-215{margin-right:215px !important}.xl-mr-215{margin-right:215px}.i-xl-mr-220{margin-right:220px !important}.xl-mr-220{margin-right:220px}.i-xl-mr-225{margin-right:225px !important}.xl-mr-225{margin-right:225px}.i-xl-mr-230{margin-right:230px !important}.xl-mr-230{margin-right:230px}.i-xl-mr-235{margin-right:235px !important}.xl-mr-235{margin-right:235px}.i-xl-mr-240{margin-right:240px !important}.xl-mr-240{margin-right:240px}.i-xl-mr-245{margin-right:245px !important}.xl-mr-245{margin-right:245px}.i-xl-mr-250{margin-right:250px !important}.xl-mr-250{margin-right:250px}.i-xl-mr-255{margin-right:255px !important}.xl-mr-255{margin-right:255px}.i-xl-mr-260{margin-right:260px !important}.xl-mr-260{margin-right:260px}.i-xl-mr-265{margin-right:265px !important}.xl-mr-265{margin-right:265px}.i-xl-mr-270{margin-right:270px !important}.xl-mr-270{margin-right:270px}.i-xl-mr-275{margin-right:275px !important}.xl-mr-275{margin-right:275px}.i-xl-mr-280{margin-right:280px !important}.xl-mr-280{margin-right:280px}.i-xl-mr-285{margin-right:285px !important}.xl-mr-285{margin-right:285px}.i-xl-mr-290{margin-right:290px !important}.xl-mr-290{margin-right:290px}.i-xl-mr-295{margin-right:295px !important}.xl-mr-295{margin-right:295px}.i-xl-mr-300{margin-right:300px !important}.xl-mr-300{margin-right:300px}.i-xl-mb--100{margin-bottom:-100px !important}.xl-mb--100{margin-bottom:-100px}.i-xl-mb--90{margin-bottom:-90px !important}.xl-mb--90{margin-bottom:-90px}.i-xl-mb--80{margin-bottom:-80px !important}.xl-mb--80{margin-bottom:-80px}.i-xl-mb--70{margin-bottom:-70px !important}.xl-mb--70{margin-bottom:-70px}.i-xl-mb--60{margin-bottom:-60px !important}.xl-mb--60{margin-bottom:-60px}.i-xl-mb--50{margin-bottom:-50px !important}.xl-mb--50{margin-bottom:-50px}.i-xl-mb--40{margin-bottom:-40px !important}.xl-mb--40{margin-bottom:-40px}.i-xl-mb--30{margin-bottom:-30px !important}.xl-mb--30{margin-bottom:-30px}.i-xl-mb--20{margin-bottom:-20px !important}.xl-mb--20{margin-bottom:-20px}.i-xl-mb--10{margin-bottom:-10px !important}.xl-mb--10{margin-bottom:-10px}.i-xl-mb--5{margin-bottom:-5px !important}.xl-mb--5{margin-bottom:-5px}.i-xl-mb-0{margin-bottom:0px !important}.xl-mb-0{margin-bottom:0px}.i-xl-mb-5{margin-bottom:5px !important}.xl-mb-5{margin-bottom:5px}.i-xl-mb-10{margin-bottom:10px !important}.xl-mb-10{margin-bottom:10px}.i-xl-mb-15{margin-bottom:15px !important}.xl-mb-15{margin-bottom:15px}.i-xl-mb-20{margin-bottom:20px !important}.xl-mb-20{margin-bottom:20px}.i-xl-mb-25{margin-bottom:25px !important}.xl-mb-25{margin-bottom:25px}.i-xl-mb-30{margin-bottom:30px !important}.xl-mb-30{margin-bottom:30px}.i-xl-mb-35{margin-bottom:35px !important}.xl-mb-35{margin-bottom:35px}.i-xl-mb-40{margin-bottom:40px !important}.xl-mb-40{margin-bottom:40px}.i-xl-mb-45{margin-bottom:45px !important}.xl-mb-45{margin-bottom:45px}.i-xl-mb-50{margin-bottom:50px !important}.xl-mb-50{margin-bottom:50px}.i-xl-mb-55{margin-bottom:55px !important}.xl-mb-55{margin-bottom:55px}.i-xl-mb-60{margin-bottom:60px !important}.xl-mb-60{margin-bottom:60px}.i-xl-mb-65{margin-bottom:65px !important}.xl-mb-65{margin-bottom:65px}.i-xl-mb-70{margin-bottom:70px !important}.xl-mb-70{margin-bottom:70px}.i-xl-mb-75{margin-bottom:75px !important}.xl-mb-75{margin-bottom:75px}.i-xl-mb-80{margin-bottom:80px !important}.xl-mb-80{margin-bottom:80px}.i-xl-mb-85{margin-bottom:85px !important}.xl-mb-85{margin-bottom:85px}.i-xl-mb-90{margin-bottom:90px !important}.xl-mb-90{margin-bottom:90px}.i-xl-mb-95{margin-bottom:95px !important}.xl-mb-95{margin-bottom:95px}.i-xl-mb-100{margin-bottom:100px !important}.xl-mb-100{margin-bottom:100px}.i-xl-mb-105{margin-bottom:105px !important}.xl-mb-105{margin-bottom:105px}.i-xl-mb-110{margin-bottom:110px !important}.xl-mb-110{margin-bottom:110px}.i-xl-mb-115{margin-bottom:115px !important}.xl-mb-115{margin-bottom:115px}.i-xl-mb-120{margin-bottom:120px !important}.xl-mb-120{margin-bottom:120px}.i-xl-mb-125{margin-bottom:125px !important}.xl-mb-125{margin-bottom:125px}.i-xl-mb-130{margin-bottom:130px !important}.xl-mb-130{margin-bottom:130px}.i-xl-mb-135{margin-bottom:135px !important}.xl-mb-135{margin-bottom:135px}.i-xl-mb-140{margin-bottom:140px !important}.xl-mb-140{margin-bottom:140px}.i-xl-mb-145{margin-bottom:145px !important}.xl-mb-145{margin-bottom:145px}.i-xl-mb-150{margin-bottom:150px !important}.xl-mb-150{margin-bottom:150px}.i-xl-mb-155{margin-bottom:155px !important}.xl-mb-155{margin-bottom:155px}.i-xl-mb-160{margin-bottom:160px !important}.xl-mb-160{margin-bottom:160px}.i-xl-mb-165{margin-bottom:165px !important}.xl-mb-165{margin-bottom:165px}.i-xl-mb-170{margin-bottom:170px !important}.xl-mb-170{margin-bottom:170px}.i-xl-mb-175{margin-bottom:175px !important}.xl-mb-175{margin-bottom:175px}.i-xl-mb-180{margin-bottom:180px !important}.xl-mb-180{margin-bottom:180px}.i-xl-mb-185{margin-bottom:185px !important}.xl-mb-185{margin-bottom:185px}.i-xl-mb-190{margin-bottom:190px !important}.xl-mb-190{margin-bottom:190px}.i-xl-mb-195{margin-bottom:195px !important}.xl-mb-195{margin-bottom:195px}.i-xl-mb-200{margin-bottom:200px !important}.xl-mb-200{margin-bottom:200px}.i-xl-mb-205{margin-bottom:205px !important}.xl-mb-205{margin-bottom:205px}.i-xl-mb-210{margin-bottom:210px !important}.xl-mb-210{margin-bottom:210px}.i-xl-mb-215{margin-bottom:215px !important}.xl-mb-215{margin-bottom:215px}.i-xl-mb-220{margin-bottom:220px !important}.xl-mb-220{margin-bottom:220px}.i-xl-mb-225{margin-bottom:225px !important}.xl-mb-225{margin-bottom:225px}.i-xl-mb-230{margin-bottom:230px !important}.xl-mb-230{margin-bottom:230px}.i-xl-mb-235{margin-bottom:235px !important}.xl-mb-235{margin-bottom:235px}.i-xl-mb-240{margin-bottom:240px !important}.xl-mb-240{margin-bottom:240px}.i-xl-mb-245{margin-bottom:245px !important}.xl-mb-245{margin-bottom:245px}.i-xl-mb-250{margin-bottom:250px !important}.xl-mb-250{margin-bottom:250px}.i-xl-mb-255{margin-bottom:255px !important}.xl-mb-255{margin-bottom:255px}.i-xl-mb-260{margin-bottom:260px !important}.xl-mb-260{margin-bottom:260px}.i-xl-mb-265{margin-bottom:265px !important}.xl-mb-265{margin-bottom:265px}.i-xl-mb-270{margin-bottom:270px !important}.xl-mb-270{margin-bottom:270px}.i-xl-mb-275{margin-bottom:275px !important}.xl-mb-275{margin-bottom:275px}.i-xl-mb-280{margin-bottom:280px !important}.xl-mb-280{margin-bottom:280px}.i-xl-mb-285{margin-bottom:285px !important}.xl-mb-285{margin-bottom:285px}.i-xl-mb-290{margin-bottom:290px !important}.xl-mb-290{margin-bottom:290px}.i-xl-mb-295{margin-bottom:295px !important}.xl-mb-295{margin-bottom:295px}.i-xl-mb-300{margin-bottom:300px !important}.xl-mb-300{margin-bottom:300px}.i-xl-ml--100{margin-left:-100px !important}.xl-ml--100{margin-left:-100px}.i-xl-ml--90{margin-left:-90px !important}.xl-ml--90{margin-left:-90px}.i-xl-ml--80{margin-left:-80px !important}.xl-ml--80{margin-left:-80px}.i-xl-ml--70{margin-left:-70px !important}.xl-ml--70{margin-left:-70px}.i-xl-ml--60{margin-left:-60px !important}.xl-ml--60{margin-left:-60px}.i-xl-ml--50{margin-left:-50px !important}.xl-ml--50{margin-left:-50px}.i-xl-ml--40{margin-left:-40px !important}.xl-ml--40{margin-left:-40px}.i-xl-ml--30{margin-left:-30px !important}.xl-ml--30{margin-left:-30px}.i-xl-ml--20{margin-left:-20px !important}.xl-ml--20{margin-left:-20px}.i-xl-ml--10{margin-left:-10px !important}.xl-ml--10{margin-left:-10px}.i-xl-ml--5{margin-left:-5px !important}.xl-ml--5{margin-left:-5px}.i-xl-ml-0{margin-left:0px !important}.xl-ml-0{margin-left:0px}.i-xl-ml-5{margin-left:5px !important}.xl-ml-5{margin-left:5px}.i-xl-ml-10{margin-left:10px !important}.xl-ml-10{margin-left:10px}.i-xl-ml-15{margin-left:15px !important}.xl-ml-15{margin-left:15px}.i-xl-ml-20{margin-left:20px !important}.xl-ml-20{margin-left:20px}.i-xl-ml-25{margin-left:25px !important}.xl-ml-25{margin-left:25px}.i-xl-ml-30{margin-left:30px !important}.xl-ml-30{margin-left:30px}.i-xl-ml-35{margin-left:35px !important}.xl-ml-35{margin-left:35px}.i-xl-ml-40{margin-left:40px !important}.xl-ml-40{margin-left:40px}.i-xl-ml-45{margin-left:45px !important}.xl-ml-45{margin-left:45px}.i-xl-ml-50{margin-left:50px !important}.xl-ml-50{margin-left:50px}.i-xl-ml-55{margin-left:55px !important}.xl-ml-55{margin-left:55px}.i-xl-ml-60{margin-left:60px !important}.xl-ml-60{margin-left:60px}.i-xl-ml-65{margin-left:65px !important}.xl-ml-65{margin-left:65px}.i-xl-ml-70{margin-left:70px !important}.xl-ml-70{margin-left:70px}.i-xl-ml-75{margin-left:75px !important}.xl-ml-75{margin-left:75px}.i-xl-ml-80{margin-left:80px !important}.xl-ml-80{margin-left:80px}.i-xl-ml-85{margin-left:85px !important}.xl-ml-85{margin-left:85px}.i-xl-ml-90{margin-left:90px !important}.xl-ml-90{margin-left:90px}.i-xl-ml-95{margin-left:95px !important}.xl-ml-95{margin-left:95px}.i-xl-ml-100{margin-left:100px !important}.xl-ml-100{margin-left:100px}.i-xl-ml-105{margin-left:105px !important}.xl-ml-105{margin-left:105px}.i-xl-ml-110{margin-left:110px !important}.xl-ml-110{margin-left:110px}.i-xl-ml-115{margin-left:115px !important}.xl-ml-115{margin-left:115px}.i-xl-ml-120{margin-left:120px !important}.xl-ml-120{margin-left:120px}.i-xl-ml-125{margin-left:125px !important}.xl-ml-125{margin-left:125px}.i-xl-ml-130{margin-left:130px !important}.xl-ml-130{margin-left:130px}.i-xl-ml-135{margin-left:135px !important}.xl-ml-135{margin-left:135px}.i-xl-ml-140{margin-left:140px !important}.xl-ml-140{margin-left:140px}.i-xl-ml-145{margin-left:145px !important}.xl-ml-145{margin-left:145px}.i-xl-ml-150{margin-left:150px !important}.xl-ml-150{margin-left:150px}.i-xl-ml-155{margin-left:155px !important}.xl-ml-155{margin-left:155px}.i-xl-ml-160{margin-left:160px !important}.xl-ml-160{margin-left:160px}.i-xl-ml-165{margin-left:165px !important}.xl-ml-165{margin-left:165px}.i-xl-ml-170{margin-left:170px !important}.xl-ml-170{margin-left:170px}.i-xl-ml-175{margin-left:175px !important}.xl-ml-175{margin-left:175px}.i-xl-ml-180{margin-left:180px !important}.xl-ml-180{margin-left:180px}.i-xl-ml-185{margin-left:185px !important}.xl-ml-185{margin-left:185px}.i-xl-ml-190{margin-left:190px !important}.xl-ml-190{margin-left:190px}.i-xl-ml-195{margin-left:195px !important}.xl-ml-195{margin-left:195px}.i-xl-ml-200{margin-left:200px !important}.xl-ml-200{margin-left:200px}.i-xl-ml-205{margin-left:205px !important}.xl-ml-205{margin-left:205px}.i-xl-ml-210{margin-left:210px !important}.xl-ml-210{margin-left:210px}.i-xl-ml-215{margin-left:215px !important}.xl-ml-215{margin-left:215px}.i-xl-ml-220{margin-left:220px !important}.xl-ml-220{margin-left:220px}.i-xl-ml-225{margin-left:225px !important}.xl-ml-225{margin-left:225px}.i-xl-ml-230{margin-left:230px !important}.xl-ml-230{margin-left:230px}.i-xl-ml-235{margin-left:235px !important}.xl-ml-235{margin-left:235px}.i-xl-ml-240{margin-left:240px !important}.xl-ml-240{margin-left:240px}.i-xl-ml-245{margin-left:245px !important}.xl-ml-245{margin-left:245px}.i-xl-ml-250{margin-left:250px !important}.xl-ml-250{margin-left:250px}.i-xl-ml-255{margin-left:255px !important}.xl-ml-255{margin-left:255px}.i-xl-ml-260{margin-left:260px !important}.xl-ml-260{margin-left:260px}.i-xl-ml-265{margin-left:265px !important}.xl-ml-265{margin-left:265px}.i-xl-ml-270{margin-left:270px !important}.xl-ml-270{margin-left:270px}.i-xl-ml-275{margin-left:275px !important}.xl-ml-275{margin-left:275px}.i-xl-ml-280{margin-left:280px !important}.xl-ml-280{margin-left:280px}.i-xl-ml-285{margin-left:285px !important}.xl-ml-285{margin-left:285px}.i-xl-ml-290{margin-left:290px !important}.xl-ml-290{margin-left:290px}.i-xl-ml-295{margin-left:295px !important}.xl-ml-295{margin-left:295px}.i-xl-ml-300{margin-left:300px !important}.xl-ml-300{margin-left:300px}.i-xl-my--100{margin-block:-100px !important}.xl-my--100{margin-block:-100px}.i-xl-my--90{margin-block:-90px !important}.xl-my--90{margin-block:-90px}.i-xl-my--80{margin-block:-80px !important}.xl-my--80{margin-block:-80px}.i-xl-my--70{margin-block:-70px !important}.xl-my--70{margin-block:-70px}.i-xl-my--60{margin-block:-60px !important}.xl-my--60{margin-block:-60px}.i-xl-my--50{margin-block:-50px !important}.xl-my--50{margin-block:-50px}.i-xl-my--40{margin-block:-40px !important}.xl-my--40{margin-block:-40px}.i-xl-my--30{margin-block:-30px !important}.xl-my--30{margin-block:-30px}.i-xl-my--20{margin-block:-20px !important}.xl-my--20{margin-block:-20px}.i-xl-my--10{margin-block:-10px !important}.xl-my--10{margin-block:-10px}.i-xl-my--5{margin-block:-5px !important}.xl-my--5{margin-block:-5px}.i-xl-my-0{margin-block:0px !important}.xl-my-0{margin-block:0px}.i-xl-my-5{margin-block:5px !important}.xl-my-5{margin-block:5px}.i-xl-my-10{margin-block:10px !important}.xl-my-10{margin-block:10px}.i-xl-my-15{margin-block:15px !important}.xl-my-15{margin-block:15px}.i-xl-my-20{margin-block:20px !important}.xl-my-20{margin-block:20px}.i-xl-my-25{margin-block:25px !important}.xl-my-25{margin-block:25px}.i-xl-my-30{margin-block:30px !important}.xl-my-30{margin-block:30px}.i-xl-my-35{margin-block:35px !important}.xl-my-35{margin-block:35px}.i-xl-my-40{margin-block:40px !important}.xl-my-40{margin-block:40px}.i-xl-my-45{margin-block:45px !important}.xl-my-45{margin-block:45px}.i-xl-my-50{margin-block:50px !important}.xl-my-50{margin-block:50px}.i-xl-my-55{margin-block:55px !important}.xl-my-55{margin-block:55px}.i-xl-my-60{margin-block:60px !important}.xl-my-60{margin-block:60px}.i-xl-my-65{margin-block:65px !important}.xl-my-65{margin-block:65px}.i-xl-my-70{margin-block:70px !important}.xl-my-70{margin-block:70px}.i-xl-my-75{margin-block:75px !important}.xl-my-75{margin-block:75px}.i-xl-my-80{margin-block:80px !important}.xl-my-80{margin-block:80px}.i-xl-my-85{margin-block:85px !important}.xl-my-85{margin-block:85px}.i-xl-my-90{margin-block:90px !important}.xl-my-90{margin-block:90px}.i-xl-my-95{margin-block:95px !important}.xl-my-95{margin-block:95px}.i-xl-my-100{margin-block:100px !important}.xl-my-100{margin-block:100px}.i-xl-my-105{margin-block:105px !important}.xl-my-105{margin-block:105px}.i-xl-my-110{margin-block:110px !important}.xl-my-110{margin-block:110px}.i-xl-my-115{margin-block:115px !important}.xl-my-115{margin-block:115px}.i-xl-my-120{margin-block:120px !important}.xl-my-120{margin-block:120px}.i-xl-my-125{margin-block:125px !important}.xl-my-125{margin-block:125px}.i-xl-my-130{margin-block:130px !important}.xl-my-130{margin-block:130px}.i-xl-my-135{margin-block:135px !important}.xl-my-135{margin-block:135px}.i-xl-my-140{margin-block:140px !important}.xl-my-140{margin-block:140px}.i-xl-my-145{margin-block:145px !important}.xl-my-145{margin-block:145px}.i-xl-my-150{margin-block:150px !important}.xl-my-150{margin-block:150px}.i-xl-my-155{margin-block:155px !important}.xl-my-155{margin-block:155px}.i-xl-my-160{margin-block:160px !important}.xl-my-160{margin-block:160px}.i-xl-my-165{margin-block:165px !important}.xl-my-165{margin-block:165px}.i-xl-my-170{margin-block:170px !important}.xl-my-170{margin-block:170px}.i-xl-my-175{margin-block:175px !important}.xl-my-175{margin-block:175px}.i-xl-my-180{margin-block:180px !important}.xl-my-180{margin-block:180px}.i-xl-my-185{margin-block:185px !important}.xl-my-185{margin-block:185px}.i-xl-my-190{margin-block:190px !important}.xl-my-190{margin-block:190px}.i-xl-my-195{margin-block:195px !important}.xl-my-195{margin-block:195px}.i-xl-my-200{margin-block:200px !important}.xl-my-200{margin-block:200px}.i-xl-my-205{margin-block:205px !important}.xl-my-205{margin-block:205px}.i-xl-my-210{margin-block:210px !important}.xl-my-210{margin-block:210px}.i-xl-my-215{margin-block:215px !important}.xl-my-215{margin-block:215px}.i-xl-my-220{margin-block:220px !important}.xl-my-220{margin-block:220px}.i-xl-my-225{margin-block:225px !important}.xl-my-225{margin-block:225px}.i-xl-my-230{margin-block:230px !important}.xl-my-230{margin-block:230px}.i-xl-my-235{margin-block:235px !important}.xl-my-235{margin-block:235px}.i-xl-my-240{margin-block:240px !important}.xl-my-240{margin-block:240px}.i-xl-my-245{margin-block:245px !important}.xl-my-245{margin-block:245px}.i-xl-my-250{margin-block:250px !important}.xl-my-250{margin-block:250px}.i-xl-my-255{margin-block:255px !important}.xl-my-255{margin-block:255px}.i-xl-my-260{margin-block:260px !important}.xl-my-260{margin-block:260px}.i-xl-my-265{margin-block:265px !important}.xl-my-265{margin-block:265px}.i-xl-my-270{margin-block:270px !important}.xl-my-270{margin-block:270px}.i-xl-my-275{margin-block:275px !important}.xl-my-275{margin-block:275px}.i-xl-my-280{margin-block:280px !important}.xl-my-280{margin-block:280px}.i-xl-my-285{margin-block:285px !important}.xl-my-285{margin-block:285px}.i-xl-my-290{margin-block:290px !important}.xl-my-290{margin-block:290px}.i-xl-my-295{margin-block:295px !important}.xl-my-295{margin-block:295px}.i-xl-my-300{margin-block:300px !important}.xl-my-300{margin-block:300px}.i-xl-mx--100{margin-inline:-100px !important}.xl-mx--100{margin-inline:-100px}.i-xl-mx--90{margin-inline:-90px !important}.xl-mx--90{margin-inline:-90px}.i-xl-mx--80{margin-inline:-80px !important}.xl-mx--80{margin-inline:-80px}.i-xl-mx--70{margin-inline:-70px !important}.xl-mx--70{margin-inline:-70px}.i-xl-mx--60{margin-inline:-60px !important}.xl-mx--60{margin-inline:-60px}.i-xl-mx--50{margin-inline:-50px !important}.xl-mx--50{margin-inline:-50px}.i-xl-mx--40{margin-inline:-40px !important}.xl-mx--40{margin-inline:-40px}.i-xl-mx--30{margin-inline:-30px !important}.xl-mx--30{margin-inline:-30px}.i-xl-mx--20{margin-inline:-20px !important}.xl-mx--20{margin-inline:-20px}.i-xl-mx--10{margin-inline:-10px !important}.xl-mx--10{margin-inline:-10px}.i-xl-mx--5{margin-inline:-5px !important}.xl-mx--5{margin-inline:-5px}.i-xl-mx-0{margin-inline:0px !important}.xl-mx-0{margin-inline:0px}.i-xl-mx-5{margin-inline:5px !important}.xl-mx-5{margin-inline:5px}.i-xl-mx-10{margin-inline:10px !important}.xl-mx-10{margin-inline:10px}.i-xl-mx-15{margin-inline:15px !important}.xl-mx-15{margin-inline:15px}.i-xl-mx-20{margin-inline:20px !important}.xl-mx-20{margin-inline:20px}.i-xl-mx-25{margin-inline:25px !important}.xl-mx-25{margin-inline:25px}.i-xl-mx-30{margin-inline:30px !important}.xl-mx-30{margin-inline:30px}.i-xl-mx-35{margin-inline:35px !important}.xl-mx-35{margin-inline:35px}.i-xl-mx-40{margin-inline:40px !important}.xl-mx-40{margin-inline:40px}.i-xl-mx-45{margin-inline:45px !important}.xl-mx-45{margin-inline:45px}.i-xl-mx-50{margin-inline:50px !important}.xl-mx-50{margin-inline:50px}.i-xl-mx-55{margin-inline:55px !important}.xl-mx-55{margin-inline:55px}.i-xl-mx-60{margin-inline:60px !important}.xl-mx-60{margin-inline:60px}.i-xl-mx-65{margin-inline:65px !important}.xl-mx-65{margin-inline:65px}.i-xl-mx-70{margin-inline:70px !important}.xl-mx-70{margin-inline:70px}.i-xl-mx-75{margin-inline:75px !important}.xl-mx-75{margin-inline:75px}.i-xl-mx-80{margin-inline:80px !important}.xl-mx-80{margin-inline:80px}.i-xl-mx-85{margin-inline:85px !important}.xl-mx-85{margin-inline:85px}.i-xl-mx-90{margin-inline:90px !important}.xl-mx-90{margin-inline:90px}.i-xl-mx-95{margin-inline:95px !important}.xl-mx-95{margin-inline:95px}.i-xl-mx-100{margin-inline:100px !important}.xl-mx-100{margin-inline:100px}.i-xl-mx-105{margin-inline:105px !important}.xl-mx-105{margin-inline:105px}.i-xl-mx-110{margin-inline:110px !important}.xl-mx-110{margin-inline:110px}.i-xl-mx-115{margin-inline:115px !important}.xl-mx-115{margin-inline:115px}.i-xl-mx-120{margin-inline:120px !important}.xl-mx-120{margin-inline:120px}.i-xl-mx-125{margin-inline:125px !important}.xl-mx-125{margin-inline:125px}.i-xl-mx-130{margin-inline:130px !important}.xl-mx-130{margin-inline:130px}.i-xl-mx-135{margin-inline:135px !important}.xl-mx-135{margin-inline:135px}.i-xl-mx-140{margin-inline:140px !important}.xl-mx-140{margin-inline:140px}.i-xl-mx-145{margin-inline:145px !important}.xl-mx-145{margin-inline:145px}.i-xl-mx-150{margin-inline:150px !important}.xl-mx-150{margin-inline:150px}.i-xl-mx-155{margin-inline:155px !important}.xl-mx-155{margin-inline:155px}.i-xl-mx-160{margin-inline:160px !important}.xl-mx-160{margin-inline:160px}.i-xl-mx-165{margin-inline:165px !important}.xl-mx-165{margin-inline:165px}.i-xl-mx-170{margin-inline:170px !important}.xl-mx-170{margin-inline:170px}.i-xl-mx-175{margin-inline:175px !important}.xl-mx-175{margin-inline:175px}.i-xl-mx-180{margin-inline:180px !important}.xl-mx-180{margin-inline:180px}.i-xl-mx-185{margin-inline:185px !important}.xl-mx-185{margin-inline:185px}.i-xl-mx-190{margin-inline:190px !important}.xl-mx-190{margin-inline:190px}.i-xl-mx-195{margin-inline:195px !important}.xl-mx-195{margin-inline:195px}.i-xl-mx-200{margin-inline:200px !important}.xl-mx-200{margin-inline:200px}.i-xl-mx-205{margin-inline:205px !important}.xl-mx-205{margin-inline:205px}.i-xl-mx-210{margin-inline:210px !important}.xl-mx-210{margin-inline:210px}.i-xl-mx-215{margin-inline:215px !important}.xl-mx-215{margin-inline:215px}.i-xl-mx-220{margin-inline:220px !important}.xl-mx-220{margin-inline:220px}.i-xl-mx-225{margin-inline:225px !important}.xl-mx-225{margin-inline:225px}.i-xl-mx-230{margin-inline:230px !important}.xl-mx-230{margin-inline:230px}.i-xl-mx-235{margin-inline:235px !important}.xl-mx-235{margin-inline:235px}.i-xl-mx-240{margin-inline:240px !important}.xl-mx-240{margin-inline:240px}.i-xl-mx-245{margin-inline:245px !important}.xl-mx-245{margin-inline:245px}.i-xl-mx-250{margin-inline:250px !important}.xl-mx-250{margin-inline:250px}.i-xl-mx-255{margin-inline:255px !important}.xl-mx-255{margin-inline:255px}.i-xl-mx-260{margin-inline:260px !important}.xl-mx-260{margin-inline:260px}.i-xl-mx-265{margin-inline:265px !important}.xl-mx-265{margin-inline:265px}.i-xl-mx-270{margin-inline:270px !important}.xl-mx-270{margin-inline:270px}.i-xl-mx-275{margin-inline:275px !important}.xl-mx-275{margin-inline:275px}.i-xl-mx-280{margin-inline:280px !important}.xl-mx-280{margin-inline:280px}.i-xl-mx-285{margin-inline:285px !important}.xl-mx-285{margin-inline:285px}.i-xl-mx-290{margin-inline:290px !important}.xl-mx-290{margin-inline:290px}.i-xl-mx-295{margin-inline:295px !important}.xl-mx-295{margin-inline:295px}.i-xl-mx-300{margin-inline:300px !important}.xl-mx-300{margin-inline:300px}.i-xl-p--100{padding:-100px !important}.xl-p--100{padding:-100px}.i-xl-p--90{padding:-90px !important}.xl-p--90{padding:-90px}.i-xl-p--80{padding:-80px !important}.xl-p--80{padding:-80px}.i-xl-p--70{padding:-70px !important}.xl-p--70{padding:-70px}.i-xl-p--60{padding:-60px !important}.xl-p--60{padding:-60px}.i-xl-p--50{padding:-50px !important}.xl-p--50{padding:-50px}.i-xl-p--40{padding:-40px !important}.xl-p--40{padding:-40px}.i-xl-p--30{padding:-30px !important}.xl-p--30{padding:-30px}.i-xl-p--20{padding:-20px !important}.xl-p--20{padding:-20px}.i-xl-p--10{padding:-10px !important}.xl-p--10{padding:-10px}.i-xl-p--5{padding:-5px !important}.xl-p--5{padding:-5px}.i-xl-p-0{padding:0px !important}.xl-p-0{padding:0px}.i-xl-p-5{padding:5px !important}.xl-p-5{padding:5px}.i-xl-p-10{padding:10px !important}.xl-p-10{padding:10px}.i-xl-p-15{padding:15px !important}.xl-p-15{padding:15px}.i-xl-p-20{padding:20px !important}.xl-p-20{padding:20px}.i-xl-p-25{padding:25px !important}.xl-p-25{padding:25px}.i-xl-p-30{padding:30px !important}.xl-p-30{padding:30px}.i-xl-p-35{padding:35px !important}.xl-p-35{padding:35px}.i-xl-p-40{padding:40px !important}.xl-p-40{padding:40px}.i-xl-p-45{padding:45px !important}.xl-p-45{padding:45px}.i-xl-p-50{padding:50px !important}.xl-p-50{padding:50px}.i-xl-p-55{padding:55px !important}.xl-p-55{padding:55px}.i-xl-p-60{padding:60px !important}.xl-p-60{padding:60px}.i-xl-p-65{padding:65px !important}.xl-p-65{padding:65px}.i-xl-p-70{padding:70px !important}.xl-p-70{padding:70px}.i-xl-p-75{padding:75px !important}.xl-p-75{padding:75px}.i-xl-p-80{padding:80px !important}.xl-p-80{padding:80px}.i-xl-p-85{padding:85px !important}.xl-p-85{padding:85px}.i-xl-p-90{padding:90px !important}.xl-p-90{padding:90px}.i-xl-p-95{padding:95px !important}.xl-p-95{padding:95px}.i-xl-p-100{padding:100px !important}.xl-p-100{padding:100px}.i-xl-p-105{padding:105px !important}.xl-p-105{padding:105px}.i-xl-p-110{padding:110px !important}.xl-p-110{padding:110px}.i-xl-p-115{padding:115px !important}.xl-p-115{padding:115px}.i-xl-p-120{padding:120px !important}.xl-p-120{padding:120px}.i-xl-p-125{padding:125px !important}.xl-p-125{padding:125px}.i-xl-p-130{padding:130px !important}.xl-p-130{padding:130px}.i-xl-p-135{padding:135px !important}.xl-p-135{padding:135px}.i-xl-p-140{padding:140px !important}.xl-p-140{padding:140px}.i-xl-p-145{padding:145px !important}.xl-p-145{padding:145px}.i-xl-p-150{padding:150px !important}.xl-p-150{padding:150px}.i-xl-p-155{padding:155px !important}.xl-p-155{padding:155px}.i-xl-p-160{padding:160px !important}.xl-p-160{padding:160px}.i-xl-p-165{padding:165px !important}.xl-p-165{padding:165px}.i-xl-p-170{padding:170px !important}.xl-p-170{padding:170px}.i-xl-p-175{padding:175px !important}.xl-p-175{padding:175px}.i-xl-p-180{padding:180px !important}.xl-p-180{padding:180px}.i-xl-p-185{padding:185px !important}.xl-p-185{padding:185px}.i-xl-p-190{padding:190px !important}.xl-p-190{padding:190px}.i-xl-p-195{padding:195px !important}.xl-p-195{padding:195px}.i-xl-p-200{padding:200px !important}.xl-p-200{padding:200px}.i-xl-p-205{padding:205px !important}.xl-p-205{padding:205px}.i-xl-p-210{padding:210px !important}.xl-p-210{padding:210px}.i-xl-p-215{padding:215px !important}.xl-p-215{padding:215px}.i-xl-p-220{padding:220px !important}.xl-p-220{padding:220px}.i-xl-p-225{padding:225px !important}.xl-p-225{padding:225px}.i-xl-p-230{padding:230px !important}.xl-p-230{padding:230px}.i-xl-p-235{padding:235px !important}.xl-p-235{padding:235px}.i-xl-p-240{padding:240px !important}.xl-p-240{padding:240px}.i-xl-p-245{padding:245px !important}.xl-p-245{padding:245px}.i-xl-p-250{padding:250px !important}.xl-p-250{padding:250px}.i-xl-p-255{padding:255px !important}.xl-p-255{padding:255px}.i-xl-p-260{padding:260px !important}.xl-p-260{padding:260px}.i-xl-p-265{padding:265px !important}.xl-p-265{padding:265px}.i-xl-p-270{padding:270px !important}.xl-p-270{padding:270px}.i-xl-p-275{padding:275px !important}.xl-p-275{padding:275px}.i-xl-p-280{padding:280px !important}.xl-p-280{padding:280px}.i-xl-p-285{padding:285px !important}.xl-p-285{padding:285px}.i-xl-p-290{padding:290px !important}.xl-p-290{padding:290px}.i-xl-p-295{padding:295px !important}.xl-p-295{padding:295px}.i-xl-p-300{padding:300px !important}.xl-p-300{padding:300px}.i-xl-m--100{margin:-100px !important}.xl-m--100{margin:-100px}.i-xl-m--90{margin:-90px !important}.xl-m--90{margin:-90px}.i-xl-m--80{margin:-80px !important}.xl-m--80{margin:-80px}.i-xl-m--70{margin:-70px !important}.xl-m--70{margin:-70px}.i-xl-m--60{margin:-60px !important}.xl-m--60{margin:-60px}.i-xl-m--50{margin:-50px !important}.xl-m--50{margin:-50px}.i-xl-m--40{margin:-40px !important}.xl-m--40{margin:-40px}.i-xl-m--30{margin:-30px !important}.xl-m--30{margin:-30px}.i-xl-m--20{margin:-20px !important}.xl-m--20{margin:-20px}.i-xl-m--10{margin:-10px !important}.xl-m--10{margin:-10px}.i-xl-m--5{margin:-5px !important}.xl-m--5{margin:-5px}.i-xl-m-0{margin:0px !important}.xl-m-0{margin:0px}.i-xl-m-5{margin:5px !important}.xl-m-5{margin:5px}.i-xl-m-10{margin:10px !important}.xl-m-10{margin:10px}.i-xl-m-15{margin:15px !important}.xl-m-15{margin:15px}.i-xl-m-20{margin:20px !important}.xl-m-20{margin:20px}.i-xl-m-25{margin:25px !important}.xl-m-25{margin:25px}.i-xl-m-30{margin:30px !important}.xl-m-30{margin:30px}.i-xl-m-35{margin:35px !important}.xl-m-35{margin:35px}.i-xl-m-40{margin:40px !important}.xl-m-40{margin:40px}.i-xl-m-45{margin:45px !important}.xl-m-45{margin:45px}.i-xl-m-50{margin:50px !important}.xl-m-50{margin:50px}.i-xl-m-55{margin:55px !important}.xl-m-55{margin:55px}.i-xl-m-60{margin:60px !important}.xl-m-60{margin:60px}.i-xl-m-65{margin:65px !important}.xl-m-65{margin:65px}.i-xl-m-70{margin:70px !important}.xl-m-70{margin:70px}.i-xl-m-75{margin:75px !important}.xl-m-75{margin:75px}.i-xl-m-80{margin:80px !important}.xl-m-80{margin:80px}.i-xl-m-85{margin:85px !important}.xl-m-85{margin:85px}.i-xl-m-90{margin:90px !important}.xl-m-90{margin:90px}.i-xl-m-95{margin:95px !important}.xl-m-95{margin:95px}.i-xl-m-100{margin:100px !important}.xl-m-100{margin:100px}.i-xl-m-105{margin:105px !important}.xl-m-105{margin:105px}.i-xl-m-110{margin:110px !important}.xl-m-110{margin:110px}.i-xl-m-115{margin:115px !important}.xl-m-115{margin:115px}.i-xl-m-120{margin:120px !important}.xl-m-120{margin:120px}.i-xl-m-125{margin:125px !important}.xl-m-125{margin:125px}.i-xl-m-130{margin:130px !important}.xl-m-130{margin:130px}.i-xl-m-135{margin:135px !important}.xl-m-135{margin:135px}.i-xl-m-140{margin:140px !important}.xl-m-140{margin:140px}.i-xl-m-145{margin:145px !important}.xl-m-145{margin:145px}.i-xl-m-150{margin:150px !important}.xl-m-150{margin:150px}.i-xl-m-155{margin:155px !important}.xl-m-155{margin:155px}.i-xl-m-160{margin:160px !important}.xl-m-160{margin:160px}.i-xl-m-165{margin:165px !important}.xl-m-165{margin:165px}.i-xl-m-170{margin:170px !important}.xl-m-170{margin:170px}.i-xl-m-175{margin:175px !important}.xl-m-175{margin:175px}.i-xl-m-180{margin:180px !important}.xl-m-180{margin:180px}.i-xl-m-185{margin:185px !important}.xl-m-185{margin:185px}.i-xl-m-190{margin:190px !important}.xl-m-190{margin:190px}.i-xl-m-195{margin:195px !important}.xl-m-195{margin:195px}.i-xl-m-200{margin:200px !important}.xl-m-200{margin:200px}.i-xl-m-205{margin:205px !important}.xl-m-205{margin:205px}.i-xl-m-210{margin:210px !important}.xl-m-210{margin:210px}.i-xl-m-215{margin:215px !important}.xl-m-215{margin:215px}.i-xl-m-220{margin:220px !important}.xl-m-220{margin:220px}.i-xl-m-225{margin:225px !important}.xl-m-225{margin:225px}.i-xl-m-230{margin:230px !important}.xl-m-230{margin:230px}.i-xl-m-235{margin:235px !important}.xl-m-235{margin:235px}.i-xl-m-240{margin:240px !important}.xl-m-240{margin:240px}.i-xl-m-245{margin:245px !important}.xl-m-245{margin:245px}.i-xl-m-250{margin:250px !important}.xl-m-250{margin:250px}.i-xl-m-255{margin:255px !important}.xl-m-255{margin:255px}.i-xl-m-260{margin:260px !important}.xl-m-260{margin:260px}.i-xl-m-265{margin:265px !important}.xl-m-265{margin:265px}.i-xl-m-270{margin:270px !important}.xl-m-270{margin:270px}.i-xl-m-275{margin:275px !important}.xl-m-275{margin:275px}.i-xl-m-280{margin:280px !important}.xl-m-280{margin:280px}.i-xl-m-285{margin:285px !important}.xl-m-285{margin:285px}.i-xl-m-290{margin:290px !important}.xl-m-290{margin:290px}.i-xl-m-295{margin:295px !important}.xl-m-295{margin:295px}.i-xl-m-300{margin:300px !important}.xl-m-300{margin:300px}}@media (max-width: 1200px){.i-lg-pt--100{padding-top:-100px !important}.lg-pt--100{padding-top:-100px}.i-lg-pt--90{padding-top:-90px !important}.lg-pt--90{padding-top:-90px}.i-lg-pt--80{padding-top:-80px !important}.lg-pt--80{padding-top:-80px}.i-lg-pt--70{padding-top:-70px !important}.lg-pt--70{padding-top:-70px}.i-lg-pt--60{padding-top:-60px !important}.lg-pt--60{padding-top:-60px}.i-lg-pt--50{padding-top:-50px !important}.lg-pt--50{padding-top:-50px}.i-lg-pt--40{padding-top:-40px !important}.lg-pt--40{padding-top:-40px}.i-lg-pt--30{padding-top:-30px !important}.lg-pt--30{padding-top:-30px}.i-lg-pt--20{padding-top:-20px !important}.lg-pt--20{padding-top:-20px}.i-lg-pt--10{padding-top:-10px !important}.lg-pt--10{padding-top:-10px}.i-lg-pt--5{padding-top:-5px !important}.lg-pt--5{padding-top:-5px}.i-lg-pt-0{padding-top:0px !important}.lg-pt-0{padding-top:0px}.i-lg-pt-5{padding-top:5px !important}.lg-pt-5{padding-top:5px}.i-lg-pt-10{padding-top:10px !important}.lg-pt-10{padding-top:10px}.i-lg-pt-15{padding-top:15px !important}.lg-pt-15{padding-top:15px}.i-lg-pt-20{padding-top:20px !important}.lg-pt-20{padding-top:20px}.i-lg-pt-25{padding-top:25px !important}.lg-pt-25{padding-top:25px}.i-lg-pt-30{padding-top:30px !important}.lg-pt-30{padding-top:30px}.i-lg-pt-35{padding-top:35px !important}.lg-pt-35{padding-top:35px}.i-lg-pt-40{padding-top:40px !important}.lg-pt-40{padding-top:40px}.i-lg-pt-45{padding-top:45px !important}.lg-pt-45{padding-top:45px}.i-lg-pt-50{padding-top:50px !important}.lg-pt-50{padding-top:50px}.i-lg-pt-55{padding-top:55px !important}.lg-pt-55{padding-top:55px}.i-lg-pt-60{padding-top:60px !important}.lg-pt-60{padding-top:60px}.i-lg-pt-65{padding-top:65px !important}.lg-pt-65{padding-top:65px}.i-lg-pt-70{padding-top:70px !important}.lg-pt-70{padding-top:70px}.i-lg-pt-75{padding-top:75px !important}.lg-pt-75{padding-top:75px}.i-lg-pt-80{padding-top:80px !important}.lg-pt-80{padding-top:80px}.i-lg-pt-85{padding-top:85px !important}.lg-pt-85{padding-top:85px}.i-lg-pt-90{padding-top:90px !important}.lg-pt-90{padding-top:90px}.i-lg-pt-95{padding-top:95px !important}.lg-pt-95{padding-top:95px}.i-lg-pt-100{padding-top:100px !important}.lg-pt-100{padding-top:100px}.i-lg-pt-105{padding-top:105px !important}.lg-pt-105{padding-top:105px}.i-lg-pt-110{padding-top:110px !important}.lg-pt-110{padding-top:110px}.i-lg-pt-115{padding-top:115px !important}.lg-pt-115{padding-top:115px}.i-lg-pt-120{padding-top:120px !important}.lg-pt-120{padding-top:120px}.i-lg-pt-125{padding-top:125px !important}.lg-pt-125{padding-top:125px}.i-lg-pt-130{padding-top:130px !important}.lg-pt-130{padding-top:130px}.i-lg-pt-135{padding-top:135px !important}.lg-pt-135{padding-top:135px}.i-lg-pt-140{padding-top:140px !important}.lg-pt-140{padding-top:140px}.i-lg-pt-145{padding-top:145px !important}.lg-pt-145{padding-top:145px}.i-lg-pt-150{padding-top:150px !important}.lg-pt-150{padding-top:150px}.i-lg-pt-155{padding-top:155px !important}.lg-pt-155{padding-top:155px}.i-lg-pt-160{padding-top:160px !important}.lg-pt-160{padding-top:160px}.i-lg-pt-165{padding-top:165px !important}.lg-pt-165{padding-top:165px}.i-lg-pt-170{padding-top:170px !important}.lg-pt-170{padding-top:170px}.i-lg-pt-175{padding-top:175px !important}.lg-pt-175{padding-top:175px}.i-lg-pt-180{padding-top:180px !important}.lg-pt-180{padding-top:180px}.i-lg-pt-185{padding-top:185px !important}.lg-pt-185{padding-top:185px}.i-lg-pt-190{padding-top:190px !important}.lg-pt-190{padding-top:190px}.i-lg-pt-195{padding-top:195px !important}.lg-pt-195{padding-top:195px}.i-lg-pt-200{padding-top:200px !important}.lg-pt-200{padding-top:200px}.i-lg-pt-205{padding-top:205px !important}.lg-pt-205{padding-top:205px}.i-lg-pt-210{padding-top:210px !important}.lg-pt-210{padding-top:210px}.i-lg-pt-215{padding-top:215px !important}.lg-pt-215{padding-top:215px}.i-lg-pt-220{padding-top:220px !important}.lg-pt-220{padding-top:220px}.i-lg-pt-225{padding-top:225px !important}.lg-pt-225{padding-top:225px}.i-lg-pt-230{padding-top:230px !important}.lg-pt-230{padding-top:230px}.i-lg-pt-235{padding-top:235px !important}.lg-pt-235{padding-top:235px}.i-lg-pt-240{padding-top:240px !important}.lg-pt-240{padding-top:240px}.i-lg-pt-245{padding-top:245px !important}.lg-pt-245{padding-top:245px}.i-lg-pt-250{padding-top:250px !important}.lg-pt-250{padding-top:250px}.i-lg-pt-255{padding-top:255px !important}.lg-pt-255{padding-top:255px}.i-lg-pt-260{padding-top:260px !important}.lg-pt-260{padding-top:260px}.i-lg-pt-265{padding-top:265px !important}.lg-pt-265{padding-top:265px}.i-lg-pt-270{padding-top:270px !important}.lg-pt-270{padding-top:270px}.i-lg-pt-275{padding-top:275px !important}.lg-pt-275{padding-top:275px}.i-lg-pt-280{padding-top:280px !important}.lg-pt-280{padding-top:280px}.i-lg-pt-285{padding-top:285px !important}.lg-pt-285{padding-top:285px}.i-lg-pt-290{padding-top:290px !important}.lg-pt-290{padding-top:290px}.i-lg-pt-295{padding-top:295px !important}.lg-pt-295{padding-top:295px}.i-lg-pt-300{padding-top:300px !important}.lg-pt-300{padding-top:300px}.i-lg-pr--100{padding-right:-100px !important}.lg-pr--100{padding-right:-100px}.i-lg-pr--90{padding-right:-90px !important}.lg-pr--90{padding-right:-90px}.i-lg-pr--80{padding-right:-80px !important}.lg-pr--80{padding-right:-80px}.i-lg-pr--70{padding-right:-70px !important}.lg-pr--70{padding-right:-70px}.i-lg-pr--60{padding-right:-60px !important}.lg-pr--60{padding-right:-60px}.i-lg-pr--50{padding-right:-50px !important}.lg-pr--50{padding-right:-50px}.i-lg-pr--40{padding-right:-40px !important}.lg-pr--40{padding-right:-40px}.i-lg-pr--30{padding-right:-30px !important}.lg-pr--30{padding-right:-30px}.i-lg-pr--20{padding-right:-20px !important}.lg-pr--20{padding-right:-20px}.i-lg-pr--10{padding-right:-10px !important}.lg-pr--10{padding-right:-10px}.i-lg-pr--5{padding-right:-5px !important}.lg-pr--5{padding-right:-5px}.i-lg-pr-0{padding-right:0px !important}.lg-pr-0{padding-right:0px}.i-lg-pr-5{padding-right:5px !important}.lg-pr-5{padding-right:5px}.i-lg-pr-10{padding-right:10px !important}.lg-pr-10{padding-right:10px}.i-lg-pr-15{padding-right:15px !important}.lg-pr-15{padding-right:15px}.i-lg-pr-20{padding-right:20px !important}.lg-pr-20{padding-right:20px}.i-lg-pr-25{padding-right:25px !important}.lg-pr-25{padding-right:25px}.i-lg-pr-30{padding-right:30px !important}.lg-pr-30{padding-right:30px}.i-lg-pr-35{padding-right:35px !important}.lg-pr-35{padding-right:35px}.i-lg-pr-40{padding-right:40px !important}.lg-pr-40{padding-right:40px}.i-lg-pr-45{padding-right:45px !important}.lg-pr-45{padding-right:45px}.i-lg-pr-50{padding-right:50px !important}.lg-pr-50{padding-right:50px}.i-lg-pr-55{padding-right:55px !important}.lg-pr-55{padding-right:55px}.i-lg-pr-60{padding-right:60px !important}.lg-pr-60{padding-right:60px}.i-lg-pr-65{padding-right:65px !important}.lg-pr-65{padding-right:65px}.i-lg-pr-70{padding-right:70px !important}.lg-pr-70{padding-right:70px}.i-lg-pr-75{padding-right:75px !important}.lg-pr-75{padding-right:75px}.i-lg-pr-80{padding-right:80px !important}.lg-pr-80{padding-right:80px}.i-lg-pr-85{padding-right:85px !important}.lg-pr-85{padding-right:85px}.i-lg-pr-90{padding-right:90px !important}.lg-pr-90{padding-right:90px}.i-lg-pr-95{padding-right:95px !important}.lg-pr-95{padding-right:95px}.i-lg-pr-100{padding-right:100px !important}.lg-pr-100{padding-right:100px}.i-lg-pr-105{padding-right:105px !important}.lg-pr-105{padding-right:105px}.i-lg-pr-110{padding-right:110px !important}.lg-pr-110{padding-right:110px}.i-lg-pr-115{padding-right:115px !important}.lg-pr-115{padding-right:115px}.i-lg-pr-120{padding-right:120px !important}.lg-pr-120{padding-right:120px}.i-lg-pr-125{padding-right:125px !important}.lg-pr-125{padding-right:125px}.i-lg-pr-130{padding-right:130px !important}.lg-pr-130{padding-right:130px}.i-lg-pr-135{padding-right:135px !important}.lg-pr-135{padding-right:135px}.i-lg-pr-140{padding-right:140px !important}.lg-pr-140{padding-right:140px}.i-lg-pr-145{padding-right:145px !important}.lg-pr-145{padding-right:145px}.i-lg-pr-150{padding-right:150px !important}.lg-pr-150{padding-right:150px}.i-lg-pr-155{padding-right:155px !important}.lg-pr-155{padding-right:155px}.i-lg-pr-160{padding-right:160px !important}.lg-pr-160{padding-right:160px}.i-lg-pr-165{padding-right:165px !important}.lg-pr-165{padding-right:165px}.i-lg-pr-170{padding-right:170px !important}.lg-pr-170{padding-right:170px}.i-lg-pr-175{padding-right:175px !important}.lg-pr-175{padding-right:175px}.i-lg-pr-180{padding-right:180px !important}.lg-pr-180{padding-right:180px}.i-lg-pr-185{padding-right:185px !important}.lg-pr-185{padding-right:185px}.i-lg-pr-190{padding-right:190px !important}.lg-pr-190{padding-right:190px}.i-lg-pr-195{padding-right:195px !important}.lg-pr-195{padding-right:195px}.i-lg-pr-200{padding-right:200px !important}.lg-pr-200{padding-right:200px}.i-lg-pr-205{padding-right:205px !important}.lg-pr-205{padding-right:205px}.i-lg-pr-210{padding-right:210px !important}.lg-pr-210{padding-right:210px}.i-lg-pr-215{padding-right:215px !important}.lg-pr-215{padding-right:215px}.i-lg-pr-220{padding-right:220px !important}.lg-pr-220{padding-right:220px}.i-lg-pr-225{padding-right:225px !important}.lg-pr-225{padding-right:225px}.i-lg-pr-230{padding-right:230px !important}.lg-pr-230{padding-right:230px}.i-lg-pr-235{padding-right:235px !important}.lg-pr-235{padding-right:235px}.i-lg-pr-240{padding-right:240px !important}.lg-pr-240{padding-right:240px}.i-lg-pr-245{padding-right:245px !important}.lg-pr-245{padding-right:245px}.i-lg-pr-250{padding-right:250px !important}.lg-pr-250{padding-right:250px}.i-lg-pr-255{padding-right:255px !important}.lg-pr-255{padding-right:255px}.i-lg-pr-260{padding-right:260px !important}.lg-pr-260{padding-right:260px}.i-lg-pr-265{padding-right:265px !important}.lg-pr-265{padding-right:265px}.i-lg-pr-270{padding-right:270px !important}.lg-pr-270{padding-right:270px}.i-lg-pr-275{padding-right:275px !important}.lg-pr-275{padding-right:275px}.i-lg-pr-280{padding-right:280px !important}.lg-pr-280{padding-right:280px}.i-lg-pr-285{padding-right:285px !important}.lg-pr-285{padding-right:285px}.i-lg-pr-290{padding-right:290px !important}.lg-pr-290{padding-right:290px}.i-lg-pr-295{padding-right:295px !important}.lg-pr-295{padding-right:295px}.i-lg-pr-300{padding-right:300px !important}.lg-pr-300{padding-right:300px}.i-lg-pb--100{padding-bottom:-100px !important}.lg-pb--100{padding-bottom:-100px}.i-lg-pb--90{padding-bottom:-90px !important}.lg-pb--90{padding-bottom:-90px}.i-lg-pb--80{padding-bottom:-80px !important}.lg-pb--80{padding-bottom:-80px}.i-lg-pb--70{padding-bottom:-70px !important}.lg-pb--70{padding-bottom:-70px}.i-lg-pb--60{padding-bottom:-60px !important}.lg-pb--60{padding-bottom:-60px}.i-lg-pb--50{padding-bottom:-50px !important}.lg-pb--50{padding-bottom:-50px}.i-lg-pb--40{padding-bottom:-40px !important}.lg-pb--40{padding-bottom:-40px}.i-lg-pb--30{padding-bottom:-30px !important}.lg-pb--30{padding-bottom:-30px}.i-lg-pb--20{padding-bottom:-20px !important}.lg-pb--20{padding-bottom:-20px}.i-lg-pb--10{padding-bottom:-10px !important}.lg-pb--10{padding-bottom:-10px}.i-lg-pb--5{padding-bottom:-5px !important}.lg-pb--5{padding-bottom:-5px}.i-lg-pb-0{padding-bottom:0px !important}.lg-pb-0{padding-bottom:0px}.i-lg-pb-5{padding-bottom:5px !important}.lg-pb-5{padding-bottom:5px}.i-lg-pb-10{padding-bottom:10px !important}.lg-pb-10{padding-bottom:10px}.i-lg-pb-15{padding-bottom:15px !important}.lg-pb-15{padding-bottom:15px}.i-lg-pb-20{padding-bottom:20px !important}.lg-pb-20{padding-bottom:20px}.i-lg-pb-25{padding-bottom:25px !important}.lg-pb-25{padding-bottom:25px}.i-lg-pb-30{padding-bottom:30px !important}.lg-pb-30{padding-bottom:30px}.i-lg-pb-35{padding-bottom:35px !important}.lg-pb-35{padding-bottom:35px}.i-lg-pb-40{padding-bottom:40px !important}.lg-pb-40{padding-bottom:40px}.i-lg-pb-45{padding-bottom:45px !important}.lg-pb-45{padding-bottom:45px}.i-lg-pb-50{padding-bottom:50px !important}.lg-pb-50{padding-bottom:50px}.i-lg-pb-55{padding-bottom:55px !important}.lg-pb-55{padding-bottom:55px}.i-lg-pb-60{padding-bottom:60px !important}.lg-pb-60{padding-bottom:60px}.i-lg-pb-65{padding-bottom:65px !important}.lg-pb-65{padding-bottom:65px}.i-lg-pb-70{padding-bottom:70px !important}.lg-pb-70{padding-bottom:70px}.i-lg-pb-75{padding-bottom:75px !important}.lg-pb-75{padding-bottom:75px}.i-lg-pb-80{padding-bottom:80px !important}.lg-pb-80{padding-bottom:80px}.i-lg-pb-85{padding-bottom:85px !important}.lg-pb-85{padding-bottom:85px}.i-lg-pb-90{padding-bottom:90px !important}.lg-pb-90{padding-bottom:90px}.i-lg-pb-95{padding-bottom:95px !important}.lg-pb-95{padding-bottom:95px}.i-lg-pb-100{padding-bottom:100px !important}.lg-pb-100{padding-bottom:100px}.i-lg-pb-105{padding-bottom:105px !important}.lg-pb-105{padding-bottom:105px}.i-lg-pb-110{padding-bottom:110px !important}.lg-pb-110{padding-bottom:110px}.i-lg-pb-115{padding-bottom:115px !important}.lg-pb-115{padding-bottom:115px}.i-lg-pb-120{padding-bottom:120px !important}.lg-pb-120{padding-bottom:120px}.i-lg-pb-125{padding-bottom:125px !important}.lg-pb-125{padding-bottom:125px}.i-lg-pb-130{padding-bottom:130px !important}.lg-pb-130{padding-bottom:130px}.i-lg-pb-135{padding-bottom:135px !important}.lg-pb-135{padding-bottom:135px}.i-lg-pb-140{padding-bottom:140px !important}.lg-pb-140{padding-bottom:140px}.i-lg-pb-145{padding-bottom:145px !important}.lg-pb-145{padding-bottom:145px}.i-lg-pb-150{padding-bottom:150px !important}.lg-pb-150{padding-bottom:150px}.i-lg-pb-155{padding-bottom:155px !important}.lg-pb-155{padding-bottom:155px}.i-lg-pb-160{padding-bottom:160px !important}.lg-pb-160{padding-bottom:160px}.i-lg-pb-165{padding-bottom:165px !important}.lg-pb-165{padding-bottom:165px}.i-lg-pb-170{padding-bottom:170px !important}.lg-pb-170{padding-bottom:170px}.i-lg-pb-175{padding-bottom:175px !important}.lg-pb-175{padding-bottom:175px}.i-lg-pb-180{padding-bottom:180px !important}.lg-pb-180{padding-bottom:180px}.i-lg-pb-185{padding-bottom:185px !important}.lg-pb-185{padding-bottom:185px}.i-lg-pb-190{padding-bottom:190px !important}.lg-pb-190{padding-bottom:190px}.i-lg-pb-195{padding-bottom:195px !important}.lg-pb-195{padding-bottom:195px}.i-lg-pb-200{padding-bottom:200px !important}.lg-pb-200{padding-bottom:200px}.i-lg-pb-205{padding-bottom:205px !important}.lg-pb-205{padding-bottom:205px}.i-lg-pb-210{padding-bottom:210px !important}.lg-pb-210{padding-bottom:210px}.i-lg-pb-215{padding-bottom:215px !important}.lg-pb-215{padding-bottom:215px}.i-lg-pb-220{padding-bottom:220px !important}.lg-pb-220{padding-bottom:220px}.i-lg-pb-225{padding-bottom:225px !important}.lg-pb-225{padding-bottom:225px}.i-lg-pb-230{padding-bottom:230px !important}.lg-pb-230{padding-bottom:230px}.i-lg-pb-235{padding-bottom:235px !important}.lg-pb-235{padding-bottom:235px}.i-lg-pb-240{padding-bottom:240px !important}.lg-pb-240{padding-bottom:240px}.i-lg-pb-245{padding-bottom:245px !important}.lg-pb-245{padding-bottom:245px}.i-lg-pb-250{padding-bottom:250px !important}.lg-pb-250{padding-bottom:250px}.i-lg-pb-255{padding-bottom:255px !important}.lg-pb-255{padding-bottom:255px}.i-lg-pb-260{padding-bottom:260px !important}.lg-pb-260{padding-bottom:260px}.i-lg-pb-265{padding-bottom:265px !important}.lg-pb-265{padding-bottom:265px}.i-lg-pb-270{padding-bottom:270px !important}.lg-pb-270{padding-bottom:270px}.i-lg-pb-275{padding-bottom:275px !important}.lg-pb-275{padding-bottom:275px}.i-lg-pb-280{padding-bottom:280px !important}.lg-pb-280{padding-bottom:280px}.i-lg-pb-285{padding-bottom:285px !important}.lg-pb-285{padding-bottom:285px}.i-lg-pb-290{padding-bottom:290px !important}.lg-pb-290{padding-bottom:290px}.i-lg-pb-295{padding-bottom:295px !important}.lg-pb-295{padding-bottom:295px}.i-lg-pb-300{padding-bottom:300px !important}.lg-pb-300{padding-bottom:300px}.i-lg-pl--100{padding-left:-100px !important}.lg-pl--100{padding-left:-100px}.i-lg-pl--90{padding-left:-90px !important}.lg-pl--90{padding-left:-90px}.i-lg-pl--80{padding-left:-80px !important}.lg-pl--80{padding-left:-80px}.i-lg-pl--70{padding-left:-70px !important}.lg-pl--70{padding-left:-70px}.i-lg-pl--60{padding-left:-60px !important}.lg-pl--60{padding-left:-60px}.i-lg-pl--50{padding-left:-50px !important}.lg-pl--50{padding-left:-50px}.i-lg-pl--40{padding-left:-40px !important}.lg-pl--40{padding-left:-40px}.i-lg-pl--30{padding-left:-30px !important}.lg-pl--30{padding-left:-30px}.i-lg-pl--20{padding-left:-20px !important}.lg-pl--20{padding-left:-20px}.i-lg-pl--10{padding-left:-10px !important}.lg-pl--10{padding-left:-10px}.i-lg-pl--5{padding-left:-5px !important}.lg-pl--5{padding-left:-5px}.i-lg-pl-0{padding-left:0px !important}.lg-pl-0{padding-left:0px}.i-lg-pl-5{padding-left:5px !important}.lg-pl-5{padding-left:5px}.i-lg-pl-10{padding-left:10px !important}.lg-pl-10{padding-left:10px}.i-lg-pl-15{padding-left:15px !important}.lg-pl-15{padding-left:15px}.i-lg-pl-20{padding-left:20px !important}.lg-pl-20{padding-left:20px}.i-lg-pl-25{padding-left:25px !important}.lg-pl-25{padding-left:25px}.i-lg-pl-30{padding-left:30px !important}.lg-pl-30{padding-left:30px}.i-lg-pl-35{padding-left:35px !important}.lg-pl-35{padding-left:35px}.i-lg-pl-40{padding-left:40px !important}.lg-pl-40{padding-left:40px}.i-lg-pl-45{padding-left:45px !important}.lg-pl-45{padding-left:45px}.i-lg-pl-50{padding-left:50px !important}.lg-pl-50{padding-left:50px}.i-lg-pl-55{padding-left:55px !important}.lg-pl-55{padding-left:55px}.i-lg-pl-60{padding-left:60px !important}.lg-pl-60{padding-left:60px}.i-lg-pl-65{padding-left:65px !important}.lg-pl-65{padding-left:65px}.i-lg-pl-70{padding-left:70px !important}.lg-pl-70{padding-left:70px}.i-lg-pl-75{padding-left:75px !important}.lg-pl-75{padding-left:75px}.i-lg-pl-80{padding-left:80px !important}.lg-pl-80{padding-left:80px}.i-lg-pl-85{padding-left:85px !important}.lg-pl-85{padding-left:85px}.i-lg-pl-90{padding-left:90px !important}.lg-pl-90{padding-left:90px}.i-lg-pl-95{padding-left:95px !important}.lg-pl-95{padding-left:95px}.i-lg-pl-100{padding-left:100px !important}.lg-pl-100{padding-left:100px}.i-lg-pl-105{padding-left:105px !important}.lg-pl-105{padding-left:105px}.i-lg-pl-110{padding-left:110px !important}.lg-pl-110{padding-left:110px}.i-lg-pl-115{padding-left:115px !important}.lg-pl-115{padding-left:115px}.i-lg-pl-120{padding-left:120px !important}.lg-pl-120{padding-left:120px}.i-lg-pl-125{padding-left:125px !important}.lg-pl-125{padding-left:125px}.i-lg-pl-130{padding-left:130px !important}.lg-pl-130{padding-left:130px}.i-lg-pl-135{padding-left:135px !important}.lg-pl-135{padding-left:135px}.i-lg-pl-140{padding-left:140px !important}.lg-pl-140{padding-left:140px}.i-lg-pl-145{padding-left:145px !important}.lg-pl-145{padding-left:145px}.i-lg-pl-150{padding-left:150px !important}.lg-pl-150{padding-left:150px}.i-lg-pl-155{padding-left:155px !important}.lg-pl-155{padding-left:155px}.i-lg-pl-160{padding-left:160px !important}.lg-pl-160{padding-left:160px}.i-lg-pl-165{padding-left:165px !important}.lg-pl-165{padding-left:165px}.i-lg-pl-170{padding-left:170px !important}.lg-pl-170{padding-left:170px}.i-lg-pl-175{padding-left:175px !important}.lg-pl-175{padding-left:175px}.i-lg-pl-180{padding-left:180px !important}.lg-pl-180{padding-left:180px}.i-lg-pl-185{padding-left:185px !important}.lg-pl-185{padding-left:185px}.i-lg-pl-190{padding-left:190px !important}.lg-pl-190{padding-left:190px}.i-lg-pl-195{padding-left:195px !important}.lg-pl-195{padding-left:195px}.i-lg-pl-200{padding-left:200px !important}.lg-pl-200{padding-left:200px}.i-lg-pl-205{padding-left:205px !important}.lg-pl-205{padding-left:205px}.i-lg-pl-210{padding-left:210px !important}.lg-pl-210{padding-left:210px}.i-lg-pl-215{padding-left:215px !important}.lg-pl-215{padding-left:215px}.i-lg-pl-220{padding-left:220px !important}.lg-pl-220{padding-left:220px}.i-lg-pl-225{padding-left:225px !important}.lg-pl-225{padding-left:225px}.i-lg-pl-230{padding-left:230px !important}.lg-pl-230{padding-left:230px}.i-lg-pl-235{padding-left:235px !important}.lg-pl-235{padding-left:235px}.i-lg-pl-240{padding-left:240px !important}.lg-pl-240{padding-left:240px}.i-lg-pl-245{padding-left:245px !important}.lg-pl-245{padding-left:245px}.i-lg-pl-250{padding-left:250px !important}.lg-pl-250{padding-left:250px}.i-lg-pl-255{padding-left:255px !important}.lg-pl-255{padding-left:255px}.i-lg-pl-260{padding-left:260px !important}.lg-pl-260{padding-left:260px}.i-lg-pl-265{padding-left:265px !important}.lg-pl-265{padding-left:265px}.i-lg-pl-270{padding-left:270px !important}.lg-pl-270{padding-left:270px}.i-lg-pl-275{padding-left:275px !important}.lg-pl-275{padding-left:275px}.i-lg-pl-280{padding-left:280px !important}.lg-pl-280{padding-left:280px}.i-lg-pl-285{padding-left:285px !important}.lg-pl-285{padding-left:285px}.i-lg-pl-290{padding-left:290px !important}.lg-pl-290{padding-left:290px}.i-lg-pl-295{padding-left:295px !important}.lg-pl-295{padding-left:295px}.i-lg-pl-300{padding-left:300px !important}.lg-pl-300{padding-left:300px}.i-lg-py--100{padding-block:-100px !important}.lg-py--100{padding-block:-100px}.i-lg-py--90{padding-block:-90px !important}.lg-py--90{padding-block:-90px}.i-lg-py--80{padding-block:-80px !important}.lg-py--80{padding-block:-80px}.i-lg-py--70{padding-block:-70px !important}.lg-py--70{padding-block:-70px}.i-lg-py--60{padding-block:-60px !important}.lg-py--60{padding-block:-60px}.i-lg-py--50{padding-block:-50px !important}.lg-py--50{padding-block:-50px}.i-lg-py--40{padding-block:-40px !important}.lg-py--40{padding-block:-40px}.i-lg-py--30{padding-block:-30px !important}.lg-py--30{padding-block:-30px}.i-lg-py--20{padding-block:-20px !important}.lg-py--20{padding-block:-20px}.i-lg-py--10{padding-block:-10px !important}.lg-py--10{padding-block:-10px}.i-lg-py--5{padding-block:-5px !important}.lg-py--5{padding-block:-5px}.i-lg-py-0{padding-block:0px !important}.lg-py-0{padding-block:0px}.i-lg-py-5{padding-block:5px !important}.lg-py-5{padding-block:5px}.i-lg-py-10{padding-block:10px !important}.lg-py-10{padding-block:10px}.i-lg-py-15{padding-block:15px !important}.lg-py-15{padding-block:15px}.i-lg-py-20{padding-block:20px !important}.lg-py-20{padding-block:20px}.i-lg-py-25{padding-block:25px !important}.lg-py-25{padding-block:25px}.i-lg-py-30{padding-block:30px !important}.lg-py-30{padding-block:30px}.i-lg-py-35{padding-block:35px !important}.lg-py-35{padding-block:35px}.i-lg-py-40{padding-block:40px !important}.lg-py-40{padding-block:40px}.i-lg-py-45{padding-block:45px !important}.lg-py-45{padding-block:45px}.i-lg-py-50{padding-block:50px !important}.lg-py-50{padding-block:50px}.i-lg-py-55{padding-block:55px !important}.lg-py-55{padding-block:55px}.i-lg-py-60{padding-block:60px !important}.lg-py-60{padding-block:60px}.i-lg-py-65{padding-block:65px !important}.lg-py-65{padding-block:65px}.i-lg-py-70{padding-block:70px !important}.lg-py-70{padding-block:70px}.i-lg-py-75{padding-block:75px !important}.lg-py-75{padding-block:75px}.i-lg-py-80{padding-block:80px !important}.lg-py-80{padding-block:80px}.i-lg-py-85{padding-block:85px !important}.lg-py-85{padding-block:85px}.i-lg-py-90{padding-block:90px !important}.lg-py-90{padding-block:90px}.i-lg-py-95{padding-block:95px !important}.lg-py-95{padding-block:95px}.i-lg-py-100{padding-block:100px !important}.lg-py-100{padding-block:100px}.i-lg-py-105{padding-block:105px !important}.lg-py-105{padding-block:105px}.i-lg-py-110{padding-block:110px !important}.lg-py-110{padding-block:110px}.i-lg-py-115{padding-block:115px !important}.lg-py-115{padding-block:115px}.i-lg-py-120{padding-block:120px !important}.lg-py-120{padding-block:120px}.i-lg-py-125{padding-block:125px !important}.lg-py-125{padding-block:125px}.i-lg-py-130{padding-block:130px !important}.lg-py-130{padding-block:130px}.i-lg-py-135{padding-block:135px !important}.lg-py-135{padding-block:135px}.i-lg-py-140{padding-block:140px !important}.lg-py-140{padding-block:140px}.i-lg-py-145{padding-block:145px !important}.lg-py-145{padding-block:145px}.i-lg-py-150{padding-block:150px !important}.lg-py-150{padding-block:150px}.i-lg-py-155{padding-block:155px !important}.lg-py-155{padding-block:155px}.i-lg-py-160{padding-block:160px !important}.lg-py-160{padding-block:160px}.i-lg-py-165{padding-block:165px !important}.lg-py-165{padding-block:165px}.i-lg-py-170{padding-block:170px !important}.lg-py-170{padding-block:170px}.i-lg-py-175{padding-block:175px !important}.lg-py-175{padding-block:175px}.i-lg-py-180{padding-block:180px !important}.lg-py-180{padding-block:180px}.i-lg-py-185{padding-block:185px !important}.lg-py-185{padding-block:185px}.i-lg-py-190{padding-block:190px !important}.lg-py-190{padding-block:190px}.i-lg-py-195{padding-block:195px !important}.lg-py-195{padding-block:195px}.i-lg-py-200{padding-block:200px !important}.lg-py-200{padding-block:200px}.i-lg-py-205{padding-block:205px !important}.lg-py-205{padding-block:205px}.i-lg-py-210{padding-block:210px !important}.lg-py-210{padding-block:210px}.i-lg-py-215{padding-block:215px !important}.lg-py-215{padding-block:215px}.i-lg-py-220{padding-block:220px !important}.lg-py-220{padding-block:220px}.i-lg-py-225{padding-block:225px !important}.lg-py-225{padding-block:225px}.i-lg-py-230{padding-block:230px !important}.lg-py-230{padding-block:230px}.i-lg-py-235{padding-block:235px !important}.lg-py-235{padding-block:235px}.i-lg-py-240{padding-block:240px !important}.lg-py-240{padding-block:240px}.i-lg-py-245{padding-block:245px !important}.lg-py-245{padding-block:245px}.i-lg-py-250{padding-block:250px !important}.lg-py-250{padding-block:250px}.i-lg-py-255{padding-block:255px !important}.lg-py-255{padding-block:255px}.i-lg-py-260{padding-block:260px !important}.lg-py-260{padding-block:260px}.i-lg-py-265{padding-block:265px !important}.lg-py-265{padding-block:265px}.i-lg-py-270{padding-block:270px !important}.lg-py-270{padding-block:270px}.i-lg-py-275{padding-block:275px !important}.lg-py-275{padding-block:275px}.i-lg-py-280{padding-block:280px !important}.lg-py-280{padding-block:280px}.i-lg-py-285{padding-block:285px !important}.lg-py-285{padding-block:285px}.i-lg-py-290{padding-block:290px !important}.lg-py-290{padding-block:290px}.i-lg-py-295{padding-block:295px !important}.lg-py-295{padding-block:295px}.i-lg-py-300{padding-block:300px !important}.lg-py-300{padding-block:300px}.i-lg-px--100{padding-inline:-100px !important}.lg-px--100{padding-inline:-100px}.i-lg-px--90{padding-inline:-90px !important}.lg-px--90{padding-inline:-90px}.i-lg-px--80{padding-inline:-80px !important}.lg-px--80{padding-inline:-80px}.i-lg-px--70{padding-inline:-70px !important}.lg-px--70{padding-inline:-70px}.i-lg-px--60{padding-inline:-60px !important}.lg-px--60{padding-inline:-60px}.i-lg-px--50{padding-inline:-50px !important}.lg-px--50{padding-inline:-50px}.i-lg-px--40{padding-inline:-40px !important}.lg-px--40{padding-inline:-40px}.i-lg-px--30{padding-inline:-30px !important}.lg-px--30{padding-inline:-30px}.i-lg-px--20{padding-inline:-20px !important}.lg-px--20{padding-inline:-20px}.i-lg-px--10{padding-inline:-10px !important}.lg-px--10{padding-inline:-10px}.i-lg-px--5{padding-inline:-5px !important}.lg-px--5{padding-inline:-5px}.i-lg-px-0{padding-inline:0px !important}.lg-px-0{padding-inline:0px}.i-lg-px-5{padding-inline:5px !important}.lg-px-5{padding-inline:5px}.i-lg-px-10{padding-inline:10px !important}.lg-px-10{padding-inline:10px}.i-lg-px-15{padding-inline:15px !important}.lg-px-15{padding-inline:15px}.i-lg-px-20{padding-inline:20px !important}.lg-px-20{padding-inline:20px}.i-lg-px-25{padding-inline:25px !important}.lg-px-25{padding-inline:25px}.i-lg-px-30{padding-inline:30px !important}.lg-px-30{padding-inline:30px}.i-lg-px-35{padding-inline:35px !important}.lg-px-35{padding-inline:35px}.i-lg-px-40{padding-inline:40px !important}.lg-px-40{padding-inline:40px}.i-lg-px-45{padding-inline:45px !important}.lg-px-45{padding-inline:45px}.i-lg-px-50{padding-inline:50px !important}.lg-px-50{padding-inline:50px}.i-lg-px-55{padding-inline:55px !important}.lg-px-55{padding-inline:55px}.i-lg-px-60{padding-inline:60px !important}.lg-px-60{padding-inline:60px}.i-lg-px-65{padding-inline:65px !important}.lg-px-65{padding-inline:65px}.i-lg-px-70{padding-inline:70px !important}.lg-px-70{padding-inline:70px}.i-lg-px-75{padding-inline:75px !important}.lg-px-75{padding-inline:75px}.i-lg-px-80{padding-inline:80px !important}.lg-px-80{padding-inline:80px}.i-lg-px-85{padding-inline:85px !important}.lg-px-85{padding-inline:85px}.i-lg-px-90{padding-inline:90px !important}.lg-px-90{padding-inline:90px}.i-lg-px-95{padding-inline:95px !important}.lg-px-95{padding-inline:95px}.i-lg-px-100{padding-inline:100px !important}.lg-px-100{padding-inline:100px}.i-lg-px-105{padding-inline:105px !important}.lg-px-105{padding-inline:105px}.i-lg-px-110{padding-inline:110px !important}.lg-px-110{padding-inline:110px}.i-lg-px-115{padding-inline:115px !important}.lg-px-115{padding-inline:115px}.i-lg-px-120{padding-inline:120px !important}.lg-px-120{padding-inline:120px}.i-lg-px-125{padding-inline:125px !important}.lg-px-125{padding-inline:125px}.i-lg-px-130{padding-inline:130px !important}.lg-px-130{padding-inline:130px}.i-lg-px-135{padding-inline:135px !important}.lg-px-135{padding-inline:135px}.i-lg-px-140{padding-inline:140px !important}.lg-px-140{padding-inline:140px}.i-lg-px-145{padding-inline:145px !important}.lg-px-145{padding-inline:145px}.i-lg-px-150{padding-inline:150px !important}.lg-px-150{padding-inline:150px}.i-lg-px-155{padding-inline:155px !important}.lg-px-155{padding-inline:155px}.i-lg-px-160{padding-inline:160px !important}.lg-px-160{padding-inline:160px}.i-lg-px-165{padding-inline:165px !important}.lg-px-165{padding-inline:165px}.i-lg-px-170{padding-inline:170px !important}.lg-px-170{padding-inline:170px}.i-lg-px-175{padding-inline:175px !important}.lg-px-175{padding-inline:175px}.i-lg-px-180{padding-inline:180px !important}.lg-px-180{padding-inline:180px}.i-lg-px-185{padding-inline:185px !important}.lg-px-185{padding-inline:185px}.i-lg-px-190{padding-inline:190px !important}.lg-px-190{padding-inline:190px}.i-lg-px-195{padding-inline:195px !important}.lg-px-195{padding-inline:195px}.i-lg-px-200{padding-inline:200px !important}.lg-px-200{padding-inline:200px}.i-lg-px-205{padding-inline:205px !important}.lg-px-205{padding-inline:205px}.i-lg-px-210{padding-inline:210px !important}.lg-px-210{padding-inline:210px}.i-lg-px-215{padding-inline:215px !important}.lg-px-215{padding-inline:215px}.i-lg-px-220{padding-inline:220px !important}.lg-px-220{padding-inline:220px}.i-lg-px-225{padding-inline:225px !important}.lg-px-225{padding-inline:225px}.i-lg-px-230{padding-inline:230px !important}.lg-px-230{padding-inline:230px}.i-lg-px-235{padding-inline:235px !important}.lg-px-235{padding-inline:235px}.i-lg-px-240{padding-inline:240px !important}.lg-px-240{padding-inline:240px}.i-lg-px-245{padding-inline:245px !important}.lg-px-245{padding-inline:245px}.i-lg-px-250{padding-inline:250px !important}.lg-px-250{padding-inline:250px}.i-lg-px-255{padding-inline:255px !important}.lg-px-255{padding-inline:255px}.i-lg-px-260{padding-inline:260px !important}.lg-px-260{padding-inline:260px}.i-lg-px-265{padding-inline:265px !important}.lg-px-265{padding-inline:265px}.i-lg-px-270{padding-inline:270px !important}.lg-px-270{padding-inline:270px}.i-lg-px-275{padding-inline:275px !important}.lg-px-275{padding-inline:275px}.i-lg-px-280{padding-inline:280px !important}.lg-px-280{padding-inline:280px}.i-lg-px-285{padding-inline:285px !important}.lg-px-285{padding-inline:285px}.i-lg-px-290{padding-inline:290px !important}.lg-px-290{padding-inline:290px}.i-lg-px-295{padding-inline:295px !important}.lg-px-295{padding-inline:295px}.i-lg-px-300{padding-inline:300px !important}.lg-px-300{padding-inline:300px}.i-lg-mt--100{margin-top:-100px !important}.lg-mt--100{margin-top:-100px}.i-lg-mt--90{margin-top:-90px !important}.lg-mt--90{margin-top:-90px}.i-lg-mt--80{margin-top:-80px !important}.lg-mt--80{margin-top:-80px}.i-lg-mt--70{margin-top:-70px !important}.lg-mt--70{margin-top:-70px}.i-lg-mt--60{margin-top:-60px !important}.lg-mt--60{margin-top:-60px}.i-lg-mt--50{margin-top:-50px !important}.lg-mt--50{margin-top:-50px}.i-lg-mt--40{margin-top:-40px !important}.lg-mt--40{margin-top:-40px}.i-lg-mt--30{margin-top:-30px !important}.lg-mt--30{margin-top:-30px}.i-lg-mt--20{margin-top:-20px !important}.lg-mt--20{margin-top:-20px}.i-lg-mt--10{margin-top:-10px !important}.lg-mt--10{margin-top:-10px}.i-lg-mt--5{margin-top:-5px !important}.lg-mt--5{margin-top:-5px}.i-lg-mt-0{margin-top:0px !important}.lg-mt-0{margin-top:0px}.i-lg-mt-5{margin-top:5px !important}.lg-mt-5{margin-top:5px}.i-lg-mt-10{margin-top:10px !important}.lg-mt-10{margin-top:10px}.i-lg-mt-15{margin-top:15px !important}.lg-mt-15{margin-top:15px}.i-lg-mt-20{margin-top:20px !important}.lg-mt-20{margin-top:20px}.i-lg-mt-25{margin-top:25px !important}.lg-mt-25{margin-top:25px}.i-lg-mt-30{margin-top:30px !important}.lg-mt-30{margin-top:30px}.i-lg-mt-35{margin-top:35px !important}.lg-mt-35{margin-top:35px}.i-lg-mt-40{margin-top:40px !important}.lg-mt-40{margin-top:40px}.i-lg-mt-45{margin-top:45px !important}.lg-mt-45{margin-top:45px}.i-lg-mt-50{margin-top:50px !important}.lg-mt-50{margin-top:50px}.i-lg-mt-55{margin-top:55px !important}.lg-mt-55{margin-top:55px}.i-lg-mt-60{margin-top:60px !important}.lg-mt-60{margin-top:60px}.i-lg-mt-65{margin-top:65px !important}.lg-mt-65{margin-top:65px}.i-lg-mt-70{margin-top:70px !important}.lg-mt-70{margin-top:70px}.i-lg-mt-75{margin-top:75px !important}.lg-mt-75{margin-top:75px}.i-lg-mt-80{margin-top:80px !important}.lg-mt-80{margin-top:80px}.i-lg-mt-85{margin-top:85px !important}.lg-mt-85{margin-top:85px}.i-lg-mt-90{margin-top:90px !important}.lg-mt-90{margin-top:90px}.i-lg-mt-95{margin-top:95px !important}.lg-mt-95{margin-top:95px}.i-lg-mt-100{margin-top:100px !important}.lg-mt-100{margin-top:100px}.i-lg-mt-105{margin-top:105px !important}.lg-mt-105{margin-top:105px}.i-lg-mt-110{margin-top:110px !important}.lg-mt-110{margin-top:110px}.i-lg-mt-115{margin-top:115px !important}.lg-mt-115{margin-top:115px}.i-lg-mt-120{margin-top:120px !important}.lg-mt-120{margin-top:120px}.i-lg-mt-125{margin-top:125px !important}.lg-mt-125{margin-top:125px}.i-lg-mt-130{margin-top:130px !important}.lg-mt-130{margin-top:130px}.i-lg-mt-135{margin-top:135px !important}.lg-mt-135{margin-top:135px}.i-lg-mt-140{margin-top:140px !important}.lg-mt-140{margin-top:140px}.i-lg-mt-145{margin-top:145px !important}.lg-mt-145{margin-top:145px}.i-lg-mt-150{margin-top:150px !important}.lg-mt-150{margin-top:150px}.i-lg-mt-155{margin-top:155px !important}.lg-mt-155{margin-top:155px}.i-lg-mt-160{margin-top:160px !important}.lg-mt-160{margin-top:160px}.i-lg-mt-165{margin-top:165px !important}.lg-mt-165{margin-top:165px}.i-lg-mt-170{margin-top:170px !important}.lg-mt-170{margin-top:170px}.i-lg-mt-175{margin-top:175px !important}.lg-mt-175{margin-top:175px}.i-lg-mt-180{margin-top:180px !important}.lg-mt-180{margin-top:180px}.i-lg-mt-185{margin-top:185px !important}.lg-mt-185{margin-top:185px}.i-lg-mt-190{margin-top:190px !important}.lg-mt-190{margin-top:190px}.i-lg-mt-195{margin-top:195px !important}.lg-mt-195{margin-top:195px}.i-lg-mt-200{margin-top:200px !important}.lg-mt-200{margin-top:200px}.i-lg-mt-205{margin-top:205px !important}.lg-mt-205{margin-top:205px}.i-lg-mt-210{margin-top:210px !important}.lg-mt-210{margin-top:210px}.i-lg-mt-215{margin-top:215px !important}.lg-mt-215{margin-top:215px}.i-lg-mt-220{margin-top:220px !important}.lg-mt-220{margin-top:220px}.i-lg-mt-225{margin-top:225px !important}.lg-mt-225{margin-top:225px}.i-lg-mt-230{margin-top:230px !important}.lg-mt-230{margin-top:230px}.i-lg-mt-235{margin-top:235px !important}.lg-mt-235{margin-top:235px}.i-lg-mt-240{margin-top:240px !important}.lg-mt-240{margin-top:240px}.i-lg-mt-245{margin-top:245px !important}.lg-mt-245{margin-top:245px}.i-lg-mt-250{margin-top:250px !important}.lg-mt-250{margin-top:250px}.i-lg-mt-255{margin-top:255px !important}.lg-mt-255{margin-top:255px}.i-lg-mt-260{margin-top:260px !important}.lg-mt-260{margin-top:260px}.i-lg-mt-265{margin-top:265px !important}.lg-mt-265{margin-top:265px}.i-lg-mt-270{margin-top:270px !important}.lg-mt-270{margin-top:270px}.i-lg-mt-275{margin-top:275px !important}.lg-mt-275{margin-top:275px}.i-lg-mt-280{margin-top:280px !important}.lg-mt-280{margin-top:280px}.i-lg-mt-285{margin-top:285px !important}.lg-mt-285{margin-top:285px}.i-lg-mt-290{margin-top:290px !important}.lg-mt-290{margin-top:290px}.i-lg-mt-295{margin-top:295px !important}.lg-mt-295{margin-top:295px}.i-lg-mt-300{margin-top:300px !important}.lg-mt-300{margin-top:300px}.i-lg-mr--100{margin-right:-100px !important}.lg-mr--100{margin-right:-100px}.i-lg-mr--90{margin-right:-90px !important}.lg-mr--90{margin-right:-90px}.i-lg-mr--80{margin-right:-80px !important}.lg-mr--80{margin-right:-80px}.i-lg-mr--70{margin-right:-70px !important}.lg-mr--70{margin-right:-70px}.i-lg-mr--60{margin-right:-60px !important}.lg-mr--60{margin-right:-60px}.i-lg-mr--50{margin-right:-50px !important}.lg-mr--50{margin-right:-50px}.i-lg-mr--40{margin-right:-40px !important}.lg-mr--40{margin-right:-40px}.i-lg-mr--30{margin-right:-30px !important}.lg-mr--30{margin-right:-30px}.i-lg-mr--20{margin-right:-20px !important}.lg-mr--20{margin-right:-20px}.i-lg-mr--10{margin-right:-10px !important}.lg-mr--10{margin-right:-10px}.i-lg-mr--5{margin-right:-5px !important}.lg-mr--5{margin-right:-5px}.i-lg-mr-0{margin-right:0px !important}.lg-mr-0{margin-right:0px}.i-lg-mr-5{margin-right:5px !important}.lg-mr-5{margin-right:5px}.i-lg-mr-10{margin-right:10px !important}.lg-mr-10{margin-right:10px}.i-lg-mr-15{margin-right:15px !important}.lg-mr-15{margin-right:15px}.i-lg-mr-20{margin-right:20px !important}.lg-mr-20{margin-right:20px}.i-lg-mr-25{margin-right:25px !important}.lg-mr-25{margin-right:25px}.i-lg-mr-30{margin-right:30px !important}.lg-mr-30{margin-right:30px}.i-lg-mr-35{margin-right:35px !important}.lg-mr-35{margin-right:35px}.i-lg-mr-40{margin-right:40px !important}.lg-mr-40{margin-right:40px}.i-lg-mr-45{margin-right:45px !important}.lg-mr-45{margin-right:45px}.i-lg-mr-50{margin-right:50px !important}.lg-mr-50{margin-right:50px}.i-lg-mr-55{margin-right:55px !important}.lg-mr-55{margin-right:55px}.i-lg-mr-60{margin-right:60px !important}.lg-mr-60{margin-right:60px}.i-lg-mr-65{margin-right:65px !important}.lg-mr-65{margin-right:65px}.i-lg-mr-70{margin-right:70px !important}.lg-mr-70{margin-right:70px}.i-lg-mr-75{margin-right:75px !important}.lg-mr-75{margin-right:75px}.i-lg-mr-80{margin-right:80px !important}.lg-mr-80{margin-right:80px}.i-lg-mr-85{margin-right:85px !important}.lg-mr-85{margin-right:85px}.i-lg-mr-90{margin-right:90px !important}.lg-mr-90{margin-right:90px}.i-lg-mr-95{margin-right:95px !important}.lg-mr-95{margin-right:95px}.i-lg-mr-100{margin-right:100px !important}.lg-mr-100{margin-right:100px}.i-lg-mr-105{margin-right:105px !important}.lg-mr-105{margin-right:105px}.i-lg-mr-110{margin-right:110px !important}.lg-mr-110{margin-right:110px}.i-lg-mr-115{margin-right:115px !important}.lg-mr-115{margin-right:115px}.i-lg-mr-120{margin-right:120px !important}.lg-mr-120{margin-right:120px}.i-lg-mr-125{margin-right:125px !important}.lg-mr-125{margin-right:125px}.i-lg-mr-130{margin-right:130px !important}.lg-mr-130{margin-right:130px}.i-lg-mr-135{margin-right:135px !important}.lg-mr-135{margin-right:135px}.i-lg-mr-140{margin-right:140px !important}.lg-mr-140{margin-right:140px}.i-lg-mr-145{margin-right:145px !important}.lg-mr-145{margin-right:145px}.i-lg-mr-150{margin-right:150px !important}.lg-mr-150{margin-right:150px}.i-lg-mr-155{margin-right:155px !important}.lg-mr-155{margin-right:155px}.i-lg-mr-160{margin-right:160px !important}.lg-mr-160{margin-right:160px}.i-lg-mr-165{margin-right:165px !important}.lg-mr-165{margin-right:165px}.i-lg-mr-170{margin-right:170px !important}.lg-mr-170{margin-right:170px}.i-lg-mr-175{margin-right:175px !important}.lg-mr-175{margin-right:175px}.i-lg-mr-180{margin-right:180px !important}.lg-mr-180{margin-right:180px}.i-lg-mr-185{margin-right:185px !important}.lg-mr-185{margin-right:185px}.i-lg-mr-190{margin-right:190px !important}.lg-mr-190{margin-right:190px}.i-lg-mr-195{margin-right:195px !important}.lg-mr-195{margin-right:195px}.i-lg-mr-200{margin-right:200px !important}.lg-mr-200{margin-right:200px}.i-lg-mr-205{margin-right:205px !important}.lg-mr-205{margin-right:205px}.i-lg-mr-210{margin-right:210px !important}.lg-mr-210{margin-right:210px}.i-lg-mr-215{margin-right:215px !important}.lg-mr-215{margin-right:215px}.i-lg-mr-220{margin-right:220px !important}.lg-mr-220{margin-right:220px}.i-lg-mr-225{margin-right:225px !important}.lg-mr-225{margin-right:225px}.i-lg-mr-230{margin-right:230px !important}.lg-mr-230{margin-right:230px}.i-lg-mr-235{margin-right:235px !important}.lg-mr-235{margin-right:235px}.i-lg-mr-240{margin-right:240px !important}.lg-mr-240{margin-right:240px}.i-lg-mr-245{margin-right:245px !important}.lg-mr-245{margin-right:245px}.i-lg-mr-250{margin-right:250px !important}.lg-mr-250{margin-right:250px}.i-lg-mr-255{margin-right:255px !important}.lg-mr-255{margin-right:255px}.i-lg-mr-260{margin-right:260px !important}.lg-mr-260{margin-right:260px}.i-lg-mr-265{margin-right:265px !important}.lg-mr-265{margin-right:265px}.i-lg-mr-270{margin-right:270px !important}.lg-mr-270{margin-right:270px}.i-lg-mr-275{margin-right:275px !important}.lg-mr-275{margin-right:275px}.i-lg-mr-280{margin-right:280px !important}.lg-mr-280{margin-right:280px}.i-lg-mr-285{margin-right:285px !important}.lg-mr-285{margin-right:285px}.i-lg-mr-290{margin-right:290px !important}.lg-mr-290{margin-right:290px}.i-lg-mr-295{margin-right:295px !important}.lg-mr-295{margin-right:295px}.i-lg-mr-300{margin-right:300px !important}.lg-mr-300{margin-right:300px}.i-lg-mb--100{margin-bottom:-100px !important}.lg-mb--100{margin-bottom:-100px}.i-lg-mb--90{margin-bottom:-90px !important}.lg-mb--90{margin-bottom:-90px}.i-lg-mb--80{margin-bottom:-80px !important}.lg-mb--80{margin-bottom:-80px}.i-lg-mb--70{margin-bottom:-70px !important}.lg-mb--70{margin-bottom:-70px}.i-lg-mb--60{margin-bottom:-60px !important}.lg-mb--60{margin-bottom:-60px}.i-lg-mb--50{margin-bottom:-50px !important}.lg-mb--50{margin-bottom:-50px}.i-lg-mb--40{margin-bottom:-40px !important}.lg-mb--40{margin-bottom:-40px}.i-lg-mb--30{margin-bottom:-30px !important}.lg-mb--30{margin-bottom:-30px}.i-lg-mb--20{margin-bottom:-20px !important}.lg-mb--20{margin-bottom:-20px}.i-lg-mb--10{margin-bottom:-10px !important}.lg-mb--10{margin-bottom:-10px}.i-lg-mb--5{margin-bottom:-5px !important}.lg-mb--5{margin-bottom:-5px}.i-lg-mb-0{margin-bottom:0px !important}.lg-mb-0{margin-bottom:0px}.i-lg-mb-5{margin-bottom:5px !important}.lg-mb-5{margin-bottom:5px}.i-lg-mb-10{margin-bottom:10px !important}.lg-mb-10{margin-bottom:10px}.i-lg-mb-15{margin-bottom:15px !important}.lg-mb-15{margin-bottom:15px}.i-lg-mb-20{margin-bottom:20px !important}.lg-mb-20{margin-bottom:20px}.i-lg-mb-25{margin-bottom:25px !important}.lg-mb-25{margin-bottom:25px}.i-lg-mb-30{margin-bottom:30px !important}.lg-mb-30{margin-bottom:30px}.i-lg-mb-35{margin-bottom:35px !important}.lg-mb-35{margin-bottom:35px}.i-lg-mb-40{margin-bottom:40px !important}.lg-mb-40{margin-bottom:40px}.i-lg-mb-45{margin-bottom:45px !important}.lg-mb-45{margin-bottom:45px}.i-lg-mb-50{margin-bottom:50px !important}.lg-mb-50{margin-bottom:50px}.i-lg-mb-55{margin-bottom:55px !important}.lg-mb-55{margin-bottom:55px}.i-lg-mb-60{margin-bottom:60px !important}.lg-mb-60{margin-bottom:60px}.i-lg-mb-65{margin-bottom:65px !important}.lg-mb-65{margin-bottom:65px}.i-lg-mb-70{margin-bottom:70px !important}.lg-mb-70{margin-bottom:70px}.i-lg-mb-75{margin-bottom:75px !important}.lg-mb-75{margin-bottom:75px}.i-lg-mb-80{margin-bottom:80px !important}.lg-mb-80{margin-bottom:80px}.i-lg-mb-85{margin-bottom:85px !important}.lg-mb-85{margin-bottom:85px}.i-lg-mb-90{margin-bottom:90px !important}.lg-mb-90{margin-bottom:90px}.i-lg-mb-95{margin-bottom:95px !important}.lg-mb-95{margin-bottom:95px}.i-lg-mb-100{margin-bottom:100px !important}.lg-mb-100{margin-bottom:100px}.i-lg-mb-105{margin-bottom:105px !important}.lg-mb-105{margin-bottom:105px}.i-lg-mb-110{margin-bottom:110px !important}.lg-mb-110{margin-bottom:110px}.i-lg-mb-115{margin-bottom:115px !important}.lg-mb-115{margin-bottom:115px}.i-lg-mb-120{margin-bottom:120px !important}.lg-mb-120{margin-bottom:120px}.i-lg-mb-125{margin-bottom:125px !important}.lg-mb-125{margin-bottom:125px}.i-lg-mb-130{margin-bottom:130px !important}.lg-mb-130{margin-bottom:130px}.i-lg-mb-135{margin-bottom:135px !important}.lg-mb-135{margin-bottom:135px}.i-lg-mb-140{margin-bottom:140px !important}.lg-mb-140{margin-bottom:140px}.i-lg-mb-145{margin-bottom:145px !important}.lg-mb-145{margin-bottom:145px}.i-lg-mb-150{margin-bottom:150px !important}.lg-mb-150{margin-bottom:150px}.i-lg-mb-155{margin-bottom:155px !important}.lg-mb-155{margin-bottom:155px}.i-lg-mb-160{margin-bottom:160px !important}.lg-mb-160{margin-bottom:160px}.i-lg-mb-165{margin-bottom:165px !important}.lg-mb-165{margin-bottom:165px}.i-lg-mb-170{margin-bottom:170px !important}.lg-mb-170{margin-bottom:170px}.i-lg-mb-175{margin-bottom:175px !important}.lg-mb-175{margin-bottom:175px}.i-lg-mb-180{margin-bottom:180px !important}.lg-mb-180{margin-bottom:180px}.i-lg-mb-185{margin-bottom:185px !important}.lg-mb-185{margin-bottom:185px}.i-lg-mb-190{margin-bottom:190px !important}.lg-mb-190{margin-bottom:190px}.i-lg-mb-195{margin-bottom:195px !important}.lg-mb-195{margin-bottom:195px}.i-lg-mb-200{margin-bottom:200px !important}.lg-mb-200{margin-bottom:200px}.i-lg-mb-205{margin-bottom:205px !important}.lg-mb-205{margin-bottom:205px}.i-lg-mb-210{margin-bottom:210px !important}.lg-mb-210{margin-bottom:210px}.i-lg-mb-215{margin-bottom:215px !important}.lg-mb-215{margin-bottom:215px}.i-lg-mb-220{margin-bottom:220px !important}.lg-mb-220{margin-bottom:220px}.i-lg-mb-225{margin-bottom:225px !important}.lg-mb-225{margin-bottom:225px}.i-lg-mb-230{margin-bottom:230px !important}.lg-mb-230{margin-bottom:230px}.i-lg-mb-235{margin-bottom:235px !important}.lg-mb-235{margin-bottom:235px}.i-lg-mb-240{margin-bottom:240px !important}.lg-mb-240{margin-bottom:240px}.i-lg-mb-245{margin-bottom:245px !important}.lg-mb-245{margin-bottom:245px}.i-lg-mb-250{margin-bottom:250px !important}.lg-mb-250{margin-bottom:250px}.i-lg-mb-255{margin-bottom:255px !important}.lg-mb-255{margin-bottom:255px}.i-lg-mb-260{margin-bottom:260px !important}.lg-mb-260{margin-bottom:260px}.i-lg-mb-265{margin-bottom:265px !important}.lg-mb-265{margin-bottom:265px}.i-lg-mb-270{margin-bottom:270px !important}.lg-mb-270{margin-bottom:270px}.i-lg-mb-275{margin-bottom:275px !important}.lg-mb-275{margin-bottom:275px}.i-lg-mb-280{margin-bottom:280px !important}.lg-mb-280{margin-bottom:280px}.i-lg-mb-285{margin-bottom:285px !important}.lg-mb-285{margin-bottom:285px}.i-lg-mb-290{margin-bottom:290px !important}.lg-mb-290{margin-bottom:290px}.i-lg-mb-295{margin-bottom:295px !important}.lg-mb-295{margin-bottom:295px}.i-lg-mb-300{margin-bottom:300px !important}.lg-mb-300{margin-bottom:300px}.i-lg-ml--100{margin-left:-100px !important}.lg-ml--100{margin-left:-100px}.i-lg-ml--90{margin-left:-90px !important}.lg-ml--90{margin-left:-90px}.i-lg-ml--80{margin-left:-80px !important}.lg-ml--80{margin-left:-80px}.i-lg-ml--70{margin-left:-70px !important}.lg-ml--70{margin-left:-70px}.i-lg-ml--60{margin-left:-60px !important}.lg-ml--60{margin-left:-60px}.i-lg-ml--50{margin-left:-50px !important}.lg-ml--50{margin-left:-50px}.i-lg-ml--40{margin-left:-40px !important}.lg-ml--40{margin-left:-40px}.i-lg-ml--30{margin-left:-30px !important}.lg-ml--30{margin-left:-30px}.i-lg-ml--20{margin-left:-20px !important}.lg-ml--20{margin-left:-20px}.i-lg-ml--10{margin-left:-10px !important}.lg-ml--10{margin-left:-10px}.i-lg-ml--5{margin-left:-5px !important}.lg-ml--5{margin-left:-5px}.i-lg-ml-0{margin-left:0px !important}.lg-ml-0{margin-left:0px}.i-lg-ml-5{margin-left:5px !important}.lg-ml-5{margin-left:5px}.i-lg-ml-10{margin-left:10px !important}.lg-ml-10{margin-left:10px}.i-lg-ml-15{margin-left:15px !important}.lg-ml-15{margin-left:15px}.i-lg-ml-20{margin-left:20px !important}.lg-ml-20{margin-left:20px}.i-lg-ml-25{margin-left:25px !important}.lg-ml-25{margin-left:25px}.i-lg-ml-30{margin-left:30px !important}.lg-ml-30{margin-left:30px}.i-lg-ml-35{margin-left:35px !important}.lg-ml-35{margin-left:35px}.i-lg-ml-40{margin-left:40px !important}.lg-ml-40{margin-left:40px}.i-lg-ml-45{margin-left:45px !important}.lg-ml-45{margin-left:45px}.i-lg-ml-50{margin-left:50px !important}.lg-ml-50{margin-left:50px}.i-lg-ml-55{margin-left:55px !important}.lg-ml-55{margin-left:55px}.i-lg-ml-60{margin-left:60px !important}.lg-ml-60{margin-left:60px}.i-lg-ml-65{margin-left:65px !important}.lg-ml-65{margin-left:65px}.i-lg-ml-70{margin-left:70px !important}.lg-ml-70{margin-left:70px}.i-lg-ml-75{margin-left:75px !important}.lg-ml-75{margin-left:75px}.i-lg-ml-80{margin-left:80px !important}.lg-ml-80{margin-left:80px}.i-lg-ml-85{margin-left:85px !important}.lg-ml-85{margin-left:85px}.i-lg-ml-90{margin-left:90px !important}.lg-ml-90{margin-left:90px}.i-lg-ml-95{margin-left:95px !important}.lg-ml-95{margin-left:95px}.i-lg-ml-100{margin-left:100px !important}.lg-ml-100{margin-left:100px}.i-lg-ml-105{margin-left:105px !important}.lg-ml-105{margin-left:105px}.i-lg-ml-110{margin-left:110px !important}.lg-ml-110{margin-left:110px}.i-lg-ml-115{margin-left:115px !important}.lg-ml-115{margin-left:115px}.i-lg-ml-120{margin-left:120px !important}.lg-ml-120{margin-left:120px}.i-lg-ml-125{margin-left:125px !important}.lg-ml-125{margin-left:125px}.i-lg-ml-130{margin-left:130px !important}.lg-ml-130{margin-left:130px}.i-lg-ml-135{margin-left:135px !important}.lg-ml-135{margin-left:135px}.i-lg-ml-140{margin-left:140px !important}.lg-ml-140{margin-left:140px}.i-lg-ml-145{margin-left:145px !important}.lg-ml-145{margin-left:145px}.i-lg-ml-150{margin-left:150px !important}.lg-ml-150{margin-left:150px}.i-lg-ml-155{margin-left:155px !important}.lg-ml-155{margin-left:155px}.i-lg-ml-160{margin-left:160px !important}.lg-ml-160{margin-left:160px}.i-lg-ml-165{margin-left:165px !important}.lg-ml-165{margin-left:165px}.i-lg-ml-170{margin-left:170px !important}.lg-ml-170{margin-left:170px}.i-lg-ml-175{margin-left:175px !important}.lg-ml-175{margin-left:175px}.i-lg-ml-180{margin-left:180px !important}.lg-ml-180{margin-left:180px}.i-lg-ml-185{margin-left:185px !important}.lg-ml-185{margin-left:185px}.i-lg-ml-190{margin-left:190px !important}.lg-ml-190{margin-left:190px}.i-lg-ml-195{margin-left:195px !important}.lg-ml-195{margin-left:195px}.i-lg-ml-200{margin-left:200px !important}.lg-ml-200{margin-left:200px}.i-lg-ml-205{margin-left:205px !important}.lg-ml-205{margin-left:205px}.i-lg-ml-210{margin-left:210px !important}.lg-ml-210{margin-left:210px}.i-lg-ml-215{margin-left:215px !important}.lg-ml-215{margin-left:215px}.i-lg-ml-220{margin-left:220px !important}.lg-ml-220{margin-left:220px}.i-lg-ml-225{margin-left:225px !important}.lg-ml-225{margin-left:225px}.i-lg-ml-230{margin-left:230px !important}.lg-ml-230{margin-left:230px}.i-lg-ml-235{margin-left:235px !important}.lg-ml-235{margin-left:235px}.i-lg-ml-240{margin-left:240px !important}.lg-ml-240{margin-left:240px}.i-lg-ml-245{margin-left:245px !important}.lg-ml-245{margin-left:245px}.i-lg-ml-250{margin-left:250px !important}.lg-ml-250{margin-left:250px}.i-lg-ml-255{margin-left:255px !important}.lg-ml-255{margin-left:255px}.i-lg-ml-260{margin-left:260px !important}.lg-ml-260{margin-left:260px}.i-lg-ml-265{margin-left:265px !important}.lg-ml-265{margin-left:265px}.i-lg-ml-270{margin-left:270px !important}.lg-ml-270{margin-left:270px}.i-lg-ml-275{margin-left:275px !important}.lg-ml-275{margin-left:275px}.i-lg-ml-280{margin-left:280px !important}.lg-ml-280{margin-left:280px}.i-lg-ml-285{margin-left:285px !important}.lg-ml-285{margin-left:285px}.i-lg-ml-290{margin-left:290px !important}.lg-ml-290{margin-left:290px}.i-lg-ml-295{margin-left:295px !important}.lg-ml-295{margin-left:295px}.i-lg-ml-300{margin-left:300px !important}.lg-ml-300{margin-left:300px}.i-lg-my--100{margin-block:-100px !important}.lg-my--100{margin-block:-100px}.i-lg-my--90{margin-block:-90px !important}.lg-my--90{margin-block:-90px}.i-lg-my--80{margin-block:-80px !important}.lg-my--80{margin-block:-80px}.i-lg-my--70{margin-block:-70px !important}.lg-my--70{margin-block:-70px}.i-lg-my--60{margin-block:-60px !important}.lg-my--60{margin-block:-60px}.i-lg-my--50{margin-block:-50px !important}.lg-my--50{margin-block:-50px}.i-lg-my--40{margin-block:-40px !important}.lg-my--40{margin-block:-40px}.i-lg-my--30{margin-block:-30px !important}.lg-my--30{margin-block:-30px}.i-lg-my--20{margin-block:-20px !important}.lg-my--20{margin-block:-20px}.i-lg-my--10{margin-block:-10px !important}.lg-my--10{margin-block:-10px}.i-lg-my--5{margin-block:-5px !important}.lg-my--5{margin-block:-5px}.i-lg-my-0{margin-block:0px !important}.lg-my-0{margin-block:0px}.i-lg-my-5{margin-block:5px !important}.lg-my-5{margin-block:5px}.i-lg-my-10{margin-block:10px !important}.lg-my-10{margin-block:10px}.i-lg-my-15{margin-block:15px !important}.lg-my-15{margin-block:15px}.i-lg-my-20{margin-block:20px !important}.lg-my-20{margin-block:20px}.i-lg-my-25{margin-block:25px !important}.lg-my-25{margin-block:25px}.i-lg-my-30{margin-block:30px !important}.lg-my-30{margin-block:30px}.i-lg-my-35{margin-block:35px !important}.lg-my-35{margin-block:35px}.i-lg-my-40{margin-block:40px !important}.lg-my-40{margin-block:40px}.i-lg-my-45{margin-block:45px !important}.lg-my-45{margin-block:45px}.i-lg-my-50{margin-block:50px !important}.lg-my-50{margin-block:50px}.i-lg-my-55{margin-block:55px !important}.lg-my-55{margin-block:55px}.i-lg-my-60{margin-block:60px !important}.lg-my-60{margin-block:60px}.i-lg-my-65{margin-block:65px !important}.lg-my-65{margin-block:65px}.i-lg-my-70{margin-block:70px !important}.lg-my-70{margin-block:70px}.i-lg-my-75{margin-block:75px !important}.lg-my-75{margin-block:75px}.i-lg-my-80{margin-block:80px !important}.lg-my-80{margin-block:80px}.i-lg-my-85{margin-block:85px !important}.lg-my-85{margin-block:85px}.i-lg-my-90{margin-block:90px !important}.lg-my-90{margin-block:90px}.i-lg-my-95{margin-block:95px !important}.lg-my-95{margin-block:95px}.i-lg-my-100{margin-block:100px !important}.lg-my-100{margin-block:100px}.i-lg-my-105{margin-block:105px !important}.lg-my-105{margin-block:105px}.i-lg-my-110{margin-block:110px !important}.lg-my-110{margin-block:110px}.i-lg-my-115{margin-block:115px !important}.lg-my-115{margin-block:115px}.i-lg-my-120{margin-block:120px !important}.lg-my-120{margin-block:120px}.i-lg-my-125{margin-block:125px !important}.lg-my-125{margin-block:125px}.i-lg-my-130{margin-block:130px !important}.lg-my-130{margin-block:130px}.i-lg-my-135{margin-block:135px !important}.lg-my-135{margin-block:135px}.i-lg-my-140{margin-block:140px !important}.lg-my-140{margin-block:140px}.i-lg-my-145{margin-block:145px !important}.lg-my-145{margin-block:145px}.i-lg-my-150{margin-block:150px !important}.lg-my-150{margin-block:150px}.i-lg-my-155{margin-block:155px !important}.lg-my-155{margin-block:155px}.i-lg-my-160{margin-block:160px !important}.lg-my-160{margin-block:160px}.i-lg-my-165{margin-block:165px !important}.lg-my-165{margin-block:165px}.i-lg-my-170{margin-block:170px !important}.lg-my-170{margin-block:170px}.i-lg-my-175{margin-block:175px !important}.lg-my-175{margin-block:175px}.i-lg-my-180{margin-block:180px !important}.lg-my-180{margin-block:180px}.i-lg-my-185{margin-block:185px !important}.lg-my-185{margin-block:185px}.i-lg-my-190{margin-block:190px !important}.lg-my-190{margin-block:190px}.i-lg-my-195{margin-block:195px !important}.lg-my-195{margin-block:195px}.i-lg-my-200{margin-block:200px !important}.lg-my-200{margin-block:200px}.i-lg-my-205{margin-block:205px !important}.lg-my-205{margin-block:205px}.i-lg-my-210{margin-block:210px !important}.lg-my-210{margin-block:210px}.i-lg-my-215{margin-block:215px !important}.lg-my-215{margin-block:215px}.i-lg-my-220{margin-block:220px !important}.lg-my-220{margin-block:220px}.i-lg-my-225{margin-block:225px !important}.lg-my-225{margin-block:225px}.i-lg-my-230{margin-block:230px !important}.lg-my-230{margin-block:230px}.i-lg-my-235{margin-block:235px !important}.lg-my-235{margin-block:235px}.i-lg-my-240{margin-block:240px !important}.lg-my-240{margin-block:240px}.i-lg-my-245{margin-block:245px !important}.lg-my-245{margin-block:245px}.i-lg-my-250{margin-block:250px !important}.lg-my-250{margin-block:250px}.i-lg-my-255{margin-block:255px !important}.lg-my-255{margin-block:255px}.i-lg-my-260{margin-block:260px !important}.lg-my-260{margin-block:260px}.i-lg-my-265{margin-block:265px !important}.lg-my-265{margin-block:265px}.i-lg-my-270{margin-block:270px !important}.lg-my-270{margin-block:270px}.i-lg-my-275{margin-block:275px !important}.lg-my-275{margin-block:275px}.i-lg-my-280{margin-block:280px !important}.lg-my-280{margin-block:280px}.i-lg-my-285{margin-block:285px !important}.lg-my-285{margin-block:285px}.i-lg-my-290{margin-block:290px !important}.lg-my-290{margin-block:290px}.i-lg-my-295{margin-block:295px !important}.lg-my-295{margin-block:295px}.i-lg-my-300{margin-block:300px !important}.lg-my-300{margin-block:300px}.i-lg-mx--100{margin-inline:-100px !important}.lg-mx--100{margin-inline:-100px}.i-lg-mx--90{margin-inline:-90px !important}.lg-mx--90{margin-inline:-90px}.i-lg-mx--80{margin-inline:-80px !important}.lg-mx--80{margin-inline:-80px}.i-lg-mx--70{margin-inline:-70px !important}.lg-mx--70{margin-inline:-70px}.i-lg-mx--60{margin-inline:-60px !important}.lg-mx--60{margin-inline:-60px}.i-lg-mx--50{margin-inline:-50px !important}.lg-mx--50{margin-inline:-50px}.i-lg-mx--40{margin-inline:-40px !important}.lg-mx--40{margin-inline:-40px}.i-lg-mx--30{margin-inline:-30px !important}.lg-mx--30{margin-inline:-30px}.i-lg-mx--20{margin-inline:-20px !important}.lg-mx--20{margin-inline:-20px}.i-lg-mx--10{margin-inline:-10px !important}.lg-mx--10{margin-inline:-10px}.i-lg-mx--5{margin-inline:-5px !important}.lg-mx--5{margin-inline:-5px}.i-lg-mx-0{margin-inline:0px !important}.lg-mx-0{margin-inline:0px}.i-lg-mx-5{margin-inline:5px !important}.lg-mx-5{margin-inline:5px}.i-lg-mx-10{margin-inline:10px !important}.lg-mx-10{margin-inline:10px}.i-lg-mx-15{margin-inline:15px !important}.lg-mx-15{margin-inline:15px}.i-lg-mx-20{margin-inline:20px !important}.lg-mx-20{margin-inline:20px}.i-lg-mx-25{margin-inline:25px !important}.lg-mx-25{margin-inline:25px}.i-lg-mx-30{margin-inline:30px !important}.lg-mx-30{margin-inline:30px}.i-lg-mx-35{margin-inline:35px !important}.lg-mx-35{margin-inline:35px}.i-lg-mx-40{margin-inline:40px !important}.lg-mx-40{margin-inline:40px}.i-lg-mx-45{margin-inline:45px !important}.lg-mx-45{margin-inline:45px}.i-lg-mx-50{margin-inline:50px !important}.lg-mx-50{margin-inline:50px}.i-lg-mx-55{margin-inline:55px !important}.lg-mx-55{margin-inline:55px}.i-lg-mx-60{margin-inline:60px !important}.lg-mx-60{margin-inline:60px}.i-lg-mx-65{margin-inline:65px !important}.lg-mx-65{margin-inline:65px}.i-lg-mx-70{margin-inline:70px !important}.lg-mx-70{margin-inline:70px}.i-lg-mx-75{margin-inline:75px !important}.lg-mx-75{margin-inline:75px}.i-lg-mx-80{margin-inline:80px !important}.lg-mx-80{margin-inline:80px}.i-lg-mx-85{margin-inline:85px !important}.lg-mx-85{margin-inline:85px}.i-lg-mx-90{margin-inline:90px !important}.lg-mx-90{margin-inline:90px}.i-lg-mx-95{margin-inline:95px !important}.lg-mx-95{margin-inline:95px}.i-lg-mx-100{margin-inline:100px !important}.lg-mx-100{margin-inline:100px}.i-lg-mx-105{margin-inline:105px !important}.lg-mx-105{margin-inline:105px}.i-lg-mx-110{margin-inline:110px !important}.lg-mx-110{margin-inline:110px}.i-lg-mx-115{margin-inline:115px !important}.lg-mx-115{margin-inline:115px}.i-lg-mx-120{margin-inline:120px !important}.lg-mx-120{margin-inline:120px}.i-lg-mx-125{margin-inline:125px !important}.lg-mx-125{margin-inline:125px}.i-lg-mx-130{margin-inline:130px !important}.lg-mx-130{margin-inline:130px}.i-lg-mx-135{margin-inline:135px !important}.lg-mx-135{margin-inline:135px}.i-lg-mx-140{margin-inline:140px !important}.lg-mx-140{margin-inline:140px}.i-lg-mx-145{margin-inline:145px !important}.lg-mx-145{margin-inline:145px}.i-lg-mx-150{margin-inline:150px !important}.lg-mx-150{margin-inline:150px}.i-lg-mx-155{margin-inline:155px !important}.lg-mx-155{margin-inline:155px}.i-lg-mx-160{margin-inline:160px !important}.lg-mx-160{margin-inline:160px}.i-lg-mx-165{margin-inline:165px !important}.lg-mx-165{margin-inline:165px}.i-lg-mx-170{margin-inline:170px !important}.lg-mx-170{margin-inline:170px}.i-lg-mx-175{margin-inline:175px !important}.lg-mx-175{margin-inline:175px}.i-lg-mx-180{margin-inline:180px !important}.lg-mx-180{margin-inline:180px}.i-lg-mx-185{margin-inline:185px !important}.lg-mx-185{margin-inline:185px}.i-lg-mx-190{margin-inline:190px !important}.lg-mx-190{margin-inline:190px}.i-lg-mx-195{margin-inline:195px !important}.lg-mx-195{margin-inline:195px}.i-lg-mx-200{margin-inline:200px !important}.lg-mx-200{margin-inline:200px}.i-lg-mx-205{margin-inline:205px !important}.lg-mx-205{margin-inline:205px}.i-lg-mx-210{margin-inline:210px !important}.lg-mx-210{margin-inline:210px}.i-lg-mx-215{margin-inline:215px !important}.lg-mx-215{margin-inline:215px}.i-lg-mx-220{margin-inline:220px !important}.lg-mx-220{margin-inline:220px}.i-lg-mx-225{margin-inline:225px !important}.lg-mx-225{margin-inline:225px}.i-lg-mx-230{margin-inline:230px !important}.lg-mx-230{margin-inline:230px}.i-lg-mx-235{margin-inline:235px !important}.lg-mx-235{margin-inline:235px}.i-lg-mx-240{margin-inline:240px !important}.lg-mx-240{margin-inline:240px}.i-lg-mx-245{margin-inline:245px !important}.lg-mx-245{margin-inline:245px}.i-lg-mx-250{margin-inline:250px !important}.lg-mx-250{margin-inline:250px}.i-lg-mx-255{margin-inline:255px !important}.lg-mx-255{margin-inline:255px}.i-lg-mx-260{margin-inline:260px !important}.lg-mx-260{margin-inline:260px}.i-lg-mx-265{margin-inline:265px !important}.lg-mx-265{margin-inline:265px}.i-lg-mx-270{margin-inline:270px !important}.lg-mx-270{margin-inline:270px}.i-lg-mx-275{margin-inline:275px !important}.lg-mx-275{margin-inline:275px}.i-lg-mx-280{margin-inline:280px !important}.lg-mx-280{margin-inline:280px}.i-lg-mx-285{margin-inline:285px !important}.lg-mx-285{margin-inline:285px}.i-lg-mx-290{margin-inline:290px !important}.lg-mx-290{margin-inline:290px}.i-lg-mx-295{margin-inline:295px !important}.lg-mx-295{margin-inline:295px}.i-lg-mx-300{margin-inline:300px !important}.lg-mx-300{margin-inline:300px}.i-lg-p--100{padding:-100px !important}.lg-p--100{padding:-100px}.i-lg-p--90{padding:-90px !important}.lg-p--90{padding:-90px}.i-lg-p--80{padding:-80px !important}.lg-p--80{padding:-80px}.i-lg-p--70{padding:-70px !important}.lg-p--70{padding:-70px}.i-lg-p--60{padding:-60px !important}.lg-p--60{padding:-60px}.i-lg-p--50{padding:-50px !important}.lg-p--50{padding:-50px}.i-lg-p--40{padding:-40px !important}.lg-p--40{padding:-40px}.i-lg-p--30{padding:-30px !important}.lg-p--30{padding:-30px}.i-lg-p--20{padding:-20px !important}.lg-p--20{padding:-20px}.i-lg-p--10{padding:-10px !important}.lg-p--10{padding:-10px}.i-lg-p--5{padding:-5px !important}.lg-p--5{padding:-5px}.i-lg-p-0{padding:0px !important}.lg-p-0{padding:0px}.i-lg-p-5{padding:5px !important}.lg-p-5{padding:5px}.i-lg-p-10{padding:10px !important}.lg-p-10{padding:10px}.i-lg-p-15{padding:15px !important}.lg-p-15{padding:15px}.i-lg-p-20{padding:20px !important}.lg-p-20{padding:20px}.i-lg-p-25{padding:25px !important}.lg-p-25{padding:25px}.i-lg-p-30{padding:30px !important}.lg-p-30{padding:30px}.i-lg-p-35{padding:35px !important}.lg-p-35{padding:35px}.i-lg-p-40{padding:40px !important}.lg-p-40{padding:40px}.i-lg-p-45{padding:45px !important}.lg-p-45{padding:45px}.i-lg-p-50{padding:50px !important}.lg-p-50{padding:50px}.i-lg-p-55{padding:55px !important}.lg-p-55{padding:55px}.i-lg-p-60{padding:60px !important}.lg-p-60{padding:60px}.i-lg-p-65{padding:65px !important}.lg-p-65{padding:65px}.i-lg-p-70{padding:70px !important}.lg-p-70{padding:70px}.i-lg-p-75{padding:75px !important}.lg-p-75{padding:75px}.i-lg-p-80{padding:80px !important}.lg-p-80{padding:80px}.i-lg-p-85{padding:85px !important}.lg-p-85{padding:85px}.i-lg-p-90{padding:90px !important}.lg-p-90{padding:90px}.i-lg-p-95{padding:95px !important}.lg-p-95{padding:95px}.i-lg-p-100{padding:100px !important}.lg-p-100{padding:100px}.i-lg-p-105{padding:105px !important}.lg-p-105{padding:105px}.i-lg-p-110{padding:110px !important}.lg-p-110{padding:110px}.i-lg-p-115{padding:115px !important}.lg-p-115{padding:115px}.i-lg-p-120{padding:120px !important}.lg-p-120{padding:120px}.i-lg-p-125{padding:125px !important}.lg-p-125{padding:125px}.i-lg-p-130{padding:130px !important}.lg-p-130{padding:130px}.i-lg-p-135{padding:135px !important}.lg-p-135{padding:135px}.i-lg-p-140{padding:140px !important}.lg-p-140{padding:140px}.i-lg-p-145{padding:145px !important}.lg-p-145{padding:145px}.i-lg-p-150{padding:150px !important}.lg-p-150{padding:150px}.i-lg-p-155{padding:155px !important}.lg-p-155{padding:155px}.i-lg-p-160{padding:160px !important}.lg-p-160{padding:160px}.i-lg-p-165{padding:165px !important}.lg-p-165{padding:165px}.i-lg-p-170{padding:170px !important}.lg-p-170{padding:170px}.i-lg-p-175{padding:175px !important}.lg-p-175{padding:175px}.i-lg-p-180{padding:180px !important}.lg-p-180{padding:180px}.i-lg-p-185{padding:185px !important}.lg-p-185{padding:185px}.i-lg-p-190{padding:190px !important}.lg-p-190{padding:190px}.i-lg-p-195{padding:195px !important}.lg-p-195{padding:195px}.i-lg-p-200{padding:200px !important}.lg-p-200{padding:200px}.i-lg-p-205{padding:205px !important}.lg-p-205{padding:205px}.i-lg-p-210{padding:210px !important}.lg-p-210{padding:210px}.i-lg-p-215{padding:215px !important}.lg-p-215{padding:215px}.i-lg-p-220{padding:220px !important}.lg-p-220{padding:220px}.i-lg-p-225{padding:225px !important}.lg-p-225{padding:225px}.i-lg-p-230{padding:230px !important}.lg-p-230{padding:230px}.i-lg-p-235{padding:235px !important}.lg-p-235{padding:235px}.i-lg-p-240{padding:240px !important}.lg-p-240{padding:240px}.i-lg-p-245{padding:245px !important}.lg-p-245{padding:245px}.i-lg-p-250{padding:250px !important}.lg-p-250{padding:250px}.i-lg-p-255{padding:255px !important}.lg-p-255{padding:255px}.i-lg-p-260{padding:260px !important}.lg-p-260{padding:260px}.i-lg-p-265{padding:265px !important}.lg-p-265{padding:265px}.i-lg-p-270{padding:270px !important}.lg-p-270{padding:270px}.i-lg-p-275{padding:275px !important}.lg-p-275{padding:275px}.i-lg-p-280{padding:280px !important}.lg-p-280{padding:280px}.i-lg-p-285{padding:285px !important}.lg-p-285{padding:285px}.i-lg-p-290{padding:290px !important}.lg-p-290{padding:290px}.i-lg-p-295{padding:295px !important}.lg-p-295{padding:295px}.i-lg-p-300{padding:300px !important}.lg-p-300{padding:300px}.i-lg-m--100{margin:-100px !important}.lg-m--100{margin:-100px}.i-lg-m--90{margin:-90px !important}.lg-m--90{margin:-90px}.i-lg-m--80{margin:-80px !important}.lg-m--80{margin:-80px}.i-lg-m--70{margin:-70px !important}.lg-m--70{margin:-70px}.i-lg-m--60{margin:-60px !important}.lg-m--60{margin:-60px}.i-lg-m--50{margin:-50px !important}.lg-m--50{margin:-50px}.i-lg-m--40{margin:-40px !important}.lg-m--40{margin:-40px}.i-lg-m--30{margin:-30px !important}.lg-m--30{margin:-30px}.i-lg-m--20{margin:-20px !important}.lg-m--20{margin:-20px}.i-lg-m--10{margin:-10px !important}.lg-m--10{margin:-10px}.i-lg-m--5{margin:-5px !important}.lg-m--5{margin:-5px}.i-lg-m-0{margin:0px !important}.lg-m-0{margin:0px}.i-lg-m-5{margin:5px !important}.lg-m-5{margin:5px}.i-lg-m-10{margin:10px !important}.lg-m-10{margin:10px}.i-lg-m-15{margin:15px !important}.lg-m-15{margin:15px}.i-lg-m-20{margin:20px !important}.lg-m-20{margin:20px}.i-lg-m-25{margin:25px !important}.lg-m-25{margin:25px}.i-lg-m-30{margin:30px !important}.lg-m-30{margin:30px}.i-lg-m-35{margin:35px !important}.lg-m-35{margin:35px}.i-lg-m-40{margin:40px !important}.lg-m-40{margin:40px}.i-lg-m-45{margin:45px !important}.lg-m-45{margin:45px}.i-lg-m-50{margin:50px !important}.lg-m-50{margin:50px}.i-lg-m-55{margin:55px !important}.lg-m-55{margin:55px}.i-lg-m-60{margin:60px !important}.lg-m-60{margin:60px}.i-lg-m-65{margin:65px !important}.lg-m-65{margin:65px}.i-lg-m-70{margin:70px !important}.lg-m-70{margin:70px}.i-lg-m-75{margin:75px !important}.lg-m-75{margin:75px}.i-lg-m-80{margin:80px !important}.lg-m-80{margin:80px}.i-lg-m-85{margin:85px !important}.lg-m-85{margin:85px}.i-lg-m-90{margin:90px !important}.lg-m-90{margin:90px}.i-lg-m-95{margin:95px !important}.lg-m-95{margin:95px}.i-lg-m-100{margin:100px !important}.lg-m-100{margin:100px}.i-lg-m-105{margin:105px !important}.lg-m-105{margin:105px}.i-lg-m-110{margin:110px !important}.lg-m-110{margin:110px}.i-lg-m-115{margin:115px !important}.lg-m-115{margin:115px}.i-lg-m-120{margin:120px !important}.lg-m-120{margin:120px}.i-lg-m-125{margin:125px !important}.lg-m-125{margin:125px}.i-lg-m-130{margin:130px !important}.lg-m-130{margin:130px}.i-lg-m-135{margin:135px !important}.lg-m-135{margin:135px}.i-lg-m-140{margin:140px !important}.lg-m-140{margin:140px}.i-lg-m-145{margin:145px !important}.lg-m-145{margin:145px}.i-lg-m-150{margin:150px !important}.lg-m-150{margin:150px}.i-lg-m-155{margin:155px !important}.lg-m-155{margin:155px}.i-lg-m-160{margin:160px !important}.lg-m-160{margin:160px}.i-lg-m-165{margin:165px !important}.lg-m-165{margin:165px}.i-lg-m-170{margin:170px !important}.lg-m-170{margin:170px}.i-lg-m-175{margin:175px !important}.lg-m-175{margin:175px}.i-lg-m-180{margin:180px !important}.lg-m-180{margin:180px}.i-lg-m-185{margin:185px !important}.lg-m-185{margin:185px}.i-lg-m-190{margin:190px !important}.lg-m-190{margin:190px}.i-lg-m-195{margin:195px !important}.lg-m-195{margin:195px}.i-lg-m-200{margin:200px !important}.lg-m-200{margin:200px}.i-lg-m-205{margin:205px !important}.lg-m-205{margin:205px}.i-lg-m-210{margin:210px !important}.lg-m-210{margin:210px}.i-lg-m-215{margin:215px !important}.lg-m-215{margin:215px}.i-lg-m-220{margin:220px !important}.lg-m-220{margin:220px}.i-lg-m-225{margin:225px !important}.lg-m-225{margin:225px}.i-lg-m-230{margin:230px !important}.lg-m-230{margin:230px}.i-lg-m-235{margin:235px !important}.lg-m-235{margin:235px}.i-lg-m-240{margin:240px !important}.lg-m-240{margin:240px}.i-lg-m-245{margin:245px !important}.lg-m-245{margin:245px}.i-lg-m-250{margin:250px !important}.lg-m-250{margin:250px}.i-lg-m-255{margin:255px !important}.lg-m-255{margin:255px}.i-lg-m-260{margin:260px !important}.lg-m-260{margin:260px}.i-lg-m-265{margin:265px !important}.lg-m-265{margin:265px}.i-lg-m-270{margin:270px !important}.lg-m-270{margin:270px}.i-lg-m-275{margin:275px !important}.lg-m-275{margin:275px}.i-lg-m-280{margin:280px !important}.lg-m-280{margin:280px}.i-lg-m-285{margin:285px !important}.lg-m-285{margin:285px}.i-lg-m-290{margin:290px !important}.lg-m-290{margin:290px}.i-lg-m-295{margin:295px !important}.lg-m-295{margin:295px}.i-lg-m-300{margin:300px !important}.lg-m-300{margin:300px}}@media (max-width: 992px){.i-md-pt--100{padding-top:-100px !important}.md-pt--100{padding-top:-100px}.i-md-pt--90{padding-top:-90px !important}.md-pt--90{padding-top:-90px}.i-md-pt--80{padding-top:-80px !important}.md-pt--80{padding-top:-80px}.i-md-pt--70{padding-top:-70px !important}.md-pt--70{padding-top:-70px}.i-md-pt--60{padding-top:-60px !important}.md-pt--60{padding-top:-60px}.i-md-pt--50{padding-top:-50px !important}.md-pt--50{padding-top:-50px}.i-md-pt--40{padding-top:-40px !important}.md-pt--40{padding-top:-40px}.i-md-pt--30{padding-top:-30px !important}.md-pt--30{padding-top:-30px}.i-md-pt--20{padding-top:-20px !important}.md-pt--20{padding-top:-20px}.i-md-pt--10{padding-top:-10px !important}.md-pt--10{padding-top:-10px}.i-md-pt--5{padding-top:-5px !important}.md-pt--5{padding-top:-5px}.i-md-pt-0{padding-top:0px !important}.md-pt-0{padding-top:0px}.i-md-pt-5{padding-top:5px !important}.md-pt-5{padding-top:5px}.i-md-pt-10{padding-top:10px !important}.md-pt-10{padding-top:10px}.i-md-pt-15{padding-top:15px !important}.md-pt-15{padding-top:15px}.i-md-pt-20{padding-top:20px !important}.md-pt-20{padding-top:20px}.i-md-pt-25{padding-top:25px !important}.md-pt-25{padding-top:25px}.i-md-pt-30{padding-top:30px !important}.md-pt-30{padding-top:30px}.i-md-pt-35{padding-top:35px !important}.md-pt-35{padding-top:35px}.i-md-pt-40{padding-top:40px !important}.md-pt-40{padding-top:40px}.i-md-pt-45{padding-top:45px !important}.md-pt-45{padding-top:45px}.i-md-pt-50{padding-top:50px !important}.md-pt-50{padding-top:50px}.i-md-pt-55{padding-top:55px !important}.md-pt-55{padding-top:55px}.i-md-pt-60{padding-top:60px !important}.md-pt-60{padding-top:60px}.i-md-pt-65{padding-top:65px !important}.md-pt-65{padding-top:65px}.i-md-pt-70{padding-top:70px !important}.md-pt-70{padding-top:70px}.i-md-pt-75{padding-top:75px !important}.md-pt-75{padding-top:75px}.i-md-pt-80{padding-top:80px !important}.md-pt-80{padding-top:80px}.i-md-pt-85{padding-top:85px !important}.md-pt-85{padding-top:85px}.i-md-pt-90{padding-top:90px !important}.md-pt-90{padding-top:90px}.i-md-pt-95{padding-top:95px !important}.md-pt-95{padding-top:95px}.i-md-pt-100{padding-top:100px !important}.md-pt-100{padding-top:100px}.i-md-pt-105{padding-top:105px !important}.md-pt-105{padding-top:105px}.i-md-pt-110{padding-top:110px !important}.md-pt-110{padding-top:110px}.i-md-pt-115{padding-top:115px !important}.md-pt-115{padding-top:115px}.i-md-pt-120{padding-top:120px !important}.md-pt-120{padding-top:120px}.i-md-pt-125{padding-top:125px !important}.md-pt-125{padding-top:125px}.i-md-pt-130{padding-top:130px !important}.md-pt-130{padding-top:130px}.i-md-pt-135{padding-top:135px !important}.md-pt-135{padding-top:135px}.i-md-pt-140{padding-top:140px !important}.md-pt-140{padding-top:140px}.i-md-pt-145{padding-top:145px !important}.md-pt-145{padding-top:145px}.i-md-pt-150{padding-top:150px !important}.md-pt-150{padding-top:150px}.i-md-pt-155{padding-top:155px !important}.md-pt-155{padding-top:155px}.i-md-pt-160{padding-top:160px !important}.md-pt-160{padding-top:160px}.i-md-pt-165{padding-top:165px !important}.md-pt-165{padding-top:165px}.i-md-pt-170{padding-top:170px !important}.md-pt-170{padding-top:170px}.i-md-pt-175{padding-top:175px !important}.md-pt-175{padding-top:175px}.i-md-pt-180{padding-top:180px !important}.md-pt-180{padding-top:180px}.i-md-pt-185{padding-top:185px !important}.md-pt-185{padding-top:185px}.i-md-pt-190{padding-top:190px !important}.md-pt-190{padding-top:190px}.i-md-pt-195{padding-top:195px !important}.md-pt-195{padding-top:195px}.i-md-pt-200{padding-top:200px !important}.md-pt-200{padding-top:200px}.i-md-pt-205{padding-top:205px !important}.md-pt-205{padding-top:205px}.i-md-pt-210{padding-top:210px !important}.md-pt-210{padding-top:210px}.i-md-pt-215{padding-top:215px !important}.md-pt-215{padding-top:215px}.i-md-pt-220{padding-top:220px !important}.md-pt-220{padding-top:220px}.i-md-pt-225{padding-top:225px !important}.md-pt-225{padding-top:225px}.i-md-pt-230{padding-top:230px !important}.md-pt-230{padding-top:230px}.i-md-pt-235{padding-top:235px !important}.md-pt-235{padding-top:235px}.i-md-pt-240{padding-top:240px !important}.md-pt-240{padding-top:240px}.i-md-pt-245{padding-top:245px !important}.md-pt-245{padding-top:245px}.i-md-pt-250{padding-top:250px !important}.md-pt-250{padding-top:250px}.i-md-pt-255{padding-top:255px !important}.md-pt-255{padding-top:255px}.i-md-pt-260{padding-top:260px !important}.md-pt-260{padding-top:260px}.i-md-pt-265{padding-top:265px !important}.md-pt-265{padding-top:265px}.i-md-pt-270{padding-top:270px !important}.md-pt-270{padding-top:270px}.i-md-pt-275{padding-top:275px !important}.md-pt-275{padding-top:275px}.i-md-pt-280{padding-top:280px !important}.md-pt-280{padding-top:280px}.i-md-pt-285{padding-top:285px !important}.md-pt-285{padding-top:285px}.i-md-pt-290{padding-top:290px !important}.md-pt-290{padding-top:290px}.i-md-pt-295{padding-top:295px !important}.md-pt-295{padding-top:295px}.i-md-pt-300{padding-top:300px !important}.md-pt-300{padding-top:300px}.i-md-pr--100{padding-right:-100px !important}.md-pr--100{padding-right:-100px}.i-md-pr--90{padding-right:-90px !important}.md-pr--90{padding-right:-90px}.i-md-pr--80{padding-right:-80px !important}.md-pr--80{padding-right:-80px}.i-md-pr--70{padding-right:-70px !important}.md-pr--70{padding-right:-70px}.i-md-pr--60{padding-right:-60px !important}.md-pr--60{padding-right:-60px}.i-md-pr--50{padding-right:-50px !important}.md-pr--50{padding-right:-50px}.i-md-pr--40{padding-right:-40px !important}.md-pr--40{padding-right:-40px}.i-md-pr--30{padding-right:-30px !important}.md-pr--30{padding-right:-30px}.i-md-pr--20{padding-right:-20px !important}.md-pr--20{padding-right:-20px}.i-md-pr--10{padding-right:-10px !important}.md-pr--10{padding-right:-10px}.i-md-pr--5{padding-right:-5px !important}.md-pr--5{padding-right:-5px}.i-md-pr-0{padding-right:0px !important}.md-pr-0{padding-right:0px}.i-md-pr-5{padding-right:5px !important}.md-pr-5{padding-right:5px}.i-md-pr-10{padding-right:10px !important}.md-pr-10{padding-right:10px}.i-md-pr-15{padding-right:15px !important}.md-pr-15{padding-right:15px}.i-md-pr-20{padding-right:20px !important}.md-pr-20{padding-right:20px}.i-md-pr-25{padding-right:25px !important}.md-pr-25{padding-right:25px}.i-md-pr-30{padding-right:30px !important}.md-pr-30{padding-right:30px}.i-md-pr-35{padding-right:35px !important}.md-pr-35{padding-right:35px}.i-md-pr-40{padding-right:40px !important}.md-pr-40{padding-right:40px}.i-md-pr-45{padding-right:45px !important}.md-pr-45{padding-right:45px}.i-md-pr-50{padding-right:50px !important}.md-pr-50{padding-right:50px}.i-md-pr-55{padding-right:55px !important}.md-pr-55{padding-right:55px}.i-md-pr-60{padding-right:60px !important}.md-pr-60{padding-right:60px}.i-md-pr-65{padding-right:65px !important}.md-pr-65{padding-right:65px}.i-md-pr-70{padding-right:70px !important}.md-pr-70{padding-right:70px}.i-md-pr-75{padding-right:75px !important}.md-pr-75{padding-right:75px}.i-md-pr-80{padding-right:80px !important}.md-pr-80{padding-right:80px}.i-md-pr-85{padding-right:85px !important}.md-pr-85{padding-right:85px}.i-md-pr-90{padding-right:90px !important}.md-pr-90{padding-right:90px}.i-md-pr-95{padding-right:95px !important}.md-pr-95{padding-right:95px}.i-md-pr-100{padding-right:100px !important}.md-pr-100{padding-right:100px}.i-md-pr-105{padding-right:105px !important}.md-pr-105{padding-right:105px}.i-md-pr-110{padding-right:110px !important}.md-pr-110{padding-right:110px}.i-md-pr-115{padding-right:115px !important}.md-pr-115{padding-right:115px}.i-md-pr-120{padding-right:120px !important}.md-pr-120{padding-right:120px}.i-md-pr-125{padding-right:125px !important}.md-pr-125{padding-right:125px}.i-md-pr-130{padding-right:130px !important}.md-pr-130{padding-right:130px}.i-md-pr-135{padding-right:135px !important}.md-pr-135{padding-right:135px}.i-md-pr-140{padding-right:140px !important}.md-pr-140{padding-right:140px}.i-md-pr-145{padding-right:145px !important}.md-pr-145{padding-right:145px}.i-md-pr-150{padding-right:150px !important}.md-pr-150{padding-right:150px}.i-md-pr-155{padding-right:155px !important}.md-pr-155{padding-right:155px}.i-md-pr-160{padding-right:160px !important}.md-pr-160{padding-right:160px}.i-md-pr-165{padding-right:165px !important}.md-pr-165{padding-right:165px}.i-md-pr-170{padding-right:170px !important}.md-pr-170{padding-right:170px}.i-md-pr-175{padding-right:175px !important}.md-pr-175{padding-right:175px}.i-md-pr-180{padding-right:180px !important}.md-pr-180{padding-right:180px}.i-md-pr-185{padding-right:185px !important}.md-pr-185{padding-right:185px}.i-md-pr-190{padding-right:190px !important}.md-pr-190{padding-right:190px}.i-md-pr-195{padding-right:195px !important}.md-pr-195{padding-right:195px}.i-md-pr-200{padding-right:200px !important}.md-pr-200{padding-right:200px}.i-md-pr-205{padding-right:205px !important}.md-pr-205{padding-right:205px}.i-md-pr-210{padding-right:210px !important}.md-pr-210{padding-right:210px}.i-md-pr-215{padding-right:215px !important}.md-pr-215{padding-right:215px}.i-md-pr-220{padding-right:220px !important}.md-pr-220{padding-right:220px}.i-md-pr-225{padding-right:225px !important}.md-pr-225{padding-right:225px}.i-md-pr-230{padding-right:230px !important}.md-pr-230{padding-right:230px}.i-md-pr-235{padding-right:235px !important}.md-pr-235{padding-right:235px}.i-md-pr-240{padding-right:240px !important}.md-pr-240{padding-right:240px}.i-md-pr-245{padding-right:245px !important}.md-pr-245{padding-right:245px}.i-md-pr-250{padding-right:250px !important}.md-pr-250{padding-right:250px}.i-md-pr-255{padding-right:255px !important}.md-pr-255{padding-right:255px}.i-md-pr-260{padding-right:260px !important}.md-pr-260{padding-right:260px}.i-md-pr-265{padding-right:265px !important}.md-pr-265{padding-right:265px}.i-md-pr-270{padding-right:270px !important}.md-pr-270{padding-right:270px}.i-md-pr-275{padding-right:275px !important}.md-pr-275{padding-right:275px}.i-md-pr-280{padding-right:280px !important}.md-pr-280{padding-right:280px}.i-md-pr-285{padding-right:285px !important}.md-pr-285{padding-right:285px}.i-md-pr-290{padding-right:290px !important}.md-pr-290{padding-right:290px}.i-md-pr-295{padding-right:295px !important}.md-pr-295{padding-right:295px}.i-md-pr-300{padding-right:300px !important}.md-pr-300{padding-right:300px}.i-md-pb--100{padding-bottom:-100px !important}.md-pb--100{padding-bottom:-100px}.i-md-pb--90{padding-bottom:-90px !important}.md-pb--90{padding-bottom:-90px}.i-md-pb--80{padding-bottom:-80px !important}.md-pb--80{padding-bottom:-80px}.i-md-pb--70{padding-bottom:-70px !important}.md-pb--70{padding-bottom:-70px}.i-md-pb--60{padding-bottom:-60px !important}.md-pb--60{padding-bottom:-60px}.i-md-pb--50{padding-bottom:-50px !important}.md-pb--50{padding-bottom:-50px}.i-md-pb--40{padding-bottom:-40px !important}.md-pb--40{padding-bottom:-40px}.i-md-pb--30{padding-bottom:-30px !important}.md-pb--30{padding-bottom:-30px}.i-md-pb--20{padding-bottom:-20px !important}.md-pb--20{padding-bottom:-20px}.i-md-pb--10{padding-bottom:-10px !important}.md-pb--10{padding-bottom:-10px}.i-md-pb--5{padding-bottom:-5px !important}.md-pb--5{padding-bottom:-5px}.i-md-pb-0{padding-bottom:0px !important}.md-pb-0{padding-bottom:0px}.i-md-pb-5{padding-bottom:5px !important}.md-pb-5{padding-bottom:5px}.i-md-pb-10{padding-bottom:10px !important}.md-pb-10{padding-bottom:10px}.i-md-pb-15{padding-bottom:15px !important}.md-pb-15{padding-bottom:15px}.i-md-pb-20{padding-bottom:20px !important}.md-pb-20{padding-bottom:20px}.i-md-pb-25{padding-bottom:25px !important}.md-pb-25{padding-bottom:25px}.i-md-pb-30{padding-bottom:30px !important}.md-pb-30{padding-bottom:30px}.i-md-pb-35{padding-bottom:35px !important}.md-pb-35{padding-bottom:35px}.i-md-pb-40{padding-bottom:40px !important}.md-pb-40{padding-bottom:40px}.i-md-pb-45{padding-bottom:45px !important}.md-pb-45{padding-bottom:45px}.i-md-pb-50{padding-bottom:50px !important}.md-pb-50{padding-bottom:50px}.i-md-pb-55{padding-bottom:55px !important}.md-pb-55{padding-bottom:55px}.i-md-pb-60{padding-bottom:60px !important}.md-pb-60{padding-bottom:60px}.i-md-pb-65{padding-bottom:65px !important}.md-pb-65{padding-bottom:65px}.i-md-pb-70{padding-bottom:70px !important}.md-pb-70{padding-bottom:70px}.i-md-pb-75{padding-bottom:75px !important}.md-pb-75{padding-bottom:75px}.i-md-pb-80{padding-bottom:80px !important}.md-pb-80{padding-bottom:80px}.i-md-pb-85{padding-bottom:85px !important}.md-pb-85{padding-bottom:85px}.i-md-pb-90{padding-bottom:90px !important}.md-pb-90{padding-bottom:90px}.i-md-pb-95{padding-bottom:95px !important}.md-pb-95{padding-bottom:95px}.i-md-pb-100{padding-bottom:100px !important}.md-pb-100{padding-bottom:100px}.i-md-pb-105{padding-bottom:105px !important}.md-pb-105{padding-bottom:105px}.i-md-pb-110{padding-bottom:110px !important}.md-pb-110{padding-bottom:110px}.i-md-pb-115{padding-bottom:115px !important}.md-pb-115{padding-bottom:115px}.i-md-pb-120{padding-bottom:120px !important}.md-pb-120{padding-bottom:120px}.i-md-pb-125{padding-bottom:125px !important}.md-pb-125{padding-bottom:125px}.i-md-pb-130{padding-bottom:130px !important}.md-pb-130{padding-bottom:130px}.i-md-pb-135{padding-bottom:135px !important}.md-pb-135{padding-bottom:135px}.i-md-pb-140{padding-bottom:140px !important}.md-pb-140{padding-bottom:140px}.i-md-pb-145{padding-bottom:145px !important}.md-pb-145{padding-bottom:145px}.i-md-pb-150{padding-bottom:150px !important}.md-pb-150{padding-bottom:150px}.i-md-pb-155{padding-bottom:155px !important}.md-pb-155{padding-bottom:155px}.i-md-pb-160{padding-bottom:160px !important}.md-pb-160{padding-bottom:160px}.i-md-pb-165{padding-bottom:165px !important}.md-pb-165{padding-bottom:165px}.i-md-pb-170{padding-bottom:170px !important}.md-pb-170{padding-bottom:170px}.i-md-pb-175{padding-bottom:175px !important}.md-pb-175{padding-bottom:175px}.i-md-pb-180{padding-bottom:180px !important}.md-pb-180{padding-bottom:180px}.i-md-pb-185{padding-bottom:185px !important}.md-pb-185{padding-bottom:185px}.i-md-pb-190{padding-bottom:190px !important}.md-pb-190{padding-bottom:190px}.i-md-pb-195{padding-bottom:195px !important}.md-pb-195{padding-bottom:195px}.i-md-pb-200{padding-bottom:200px !important}.md-pb-200{padding-bottom:200px}.i-md-pb-205{padding-bottom:205px !important}.md-pb-205{padding-bottom:205px}.i-md-pb-210{padding-bottom:210px !important}.md-pb-210{padding-bottom:210px}.i-md-pb-215{padding-bottom:215px !important}.md-pb-215{padding-bottom:215px}.i-md-pb-220{padding-bottom:220px !important}.md-pb-220{padding-bottom:220px}.i-md-pb-225{padding-bottom:225px !important}.md-pb-225{padding-bottom:225px}.i-md-pb-230{padding-bottom:230px !important}.md-pb-230{padding-bottom:230px}.i-md-pb-235{padding-bottom:235px !important}.md-pb-235{padding-bottom:235px}.i-md-pb-240{padding-bottom:240px !important}.md-pb-240{padding-bottom:240px}.i-md-pb-245{padding-bottom:245px !important}.md-pb-245{padding-bottom:245px}.i-md-pb-250{padding-bottom:250px !important}.md-pb-250{padding-bottom:250px}.i-md-pb-255{padding-bottom:255px !important}.md-pb-255{padding-bottom:255px}.i-md-pb-260{padding-bottom:260px !important}.md-pb-260{padding-bottom:260px}.i-md-pb-265{padding-bottom:265px !important}.md-pb-265{padding-bottom:265px}.i-md-pb-270{padding-bottom:270px !important}.md-pb-270{padding-bottom:270px}.i-md-pb-275{padding-bottom:275px !important}.md-pb-275{padding-bottom:275px}.i-md-pb-280{padding-bottom:280px !important}.md-pb-280{padding-bottom:280px}.i-md-pb-285{padding-bottom:285px !important}.md-pb-285{padding-bottom:285px}.i-md-pb-290{padding-bottom:290px !important}.md-pb-290{padding-bottom:290px}.i-md-pb-295{padding-bottom:295px !important}.md-pb-295{padding-bottom:295px}.i-md-pb-300{padding-bottom:300px !important}.md-pb-300{padding-bottom:300px}.i-md-pl--100{padding-left:-100px !important}.md-pl--100{padding-left:-100px}.i-md-pl--90{padding-left:-90px !important}.md-pl--90{padding-left:-90px}.i-md-pl--80{padding-left:-80px !important}.md-pl--80{padding-left:-80px}.i-md-pl--70{padding-left:-70px !important}.md-pl--70{padding-left:-70px}.i-md-pl--60{padding-left:-60px !important}.md-pl--60{padding-left:-60px}.i-md-pl--50{padding-left:-50px !important}.md-pl--50{padding-left:-50px}.i-md-pl--40{padding-left:-40px !important}.md-pl--40{padding-left:-40px}.i-md-pl--30{padding-left:-30px !important}.md-pl--30{padding-left:-30px}.i-md-pl--20{padding-left:-20px !important}.md-pl--20{padding-left:-20px}.i-md-pl--10{padding-left:-10px !important}.md-pl--10{padding-left:-10px}.i-md-pl--5{padding-left:-5px !important}.md-pl--5{padding-left:-5px}.i-md-pl-0{padding-left:0px !important}.md-pl-0{padding-left:0px}.i-md-pl-5{padding-left:5px !important}.md-pl-5{padding-left:5px}.i-md-pl-10{padding-left:10px !important}.md-pl-10{padding-left:10px}.i-md-pl-15{padding-left:15px !important}.md-pl-15{padding-left:15px}.i-md-pl-20{padding-left:20px !important}.md-pl-20{padding-left:20px}.i-md-pl-25{padding-left:25px !important}.md-pl-25{padding-left:25px}.i-md-pl-30{padding-left:30px !important}.md-pl-30{padding-left:30px}.i-md-pl-35{padding-left:35px !important}.md-pl-35{padding-left:35px}.i-md-pl-40{padding-left:40px !important}.md-pl-40{padding-left:40px}.i-md-pl-45{padding-left:45px !important}.md-pl-45{padding-left:45px}.i-md-pl-50{padding-left:50px !important}.md-pl-50{padding-left:50px}.i-md-pl-55{padding-left:55px !important}.md-pl-55{padding-left:55px}.i-md-pl-60{padding-left:60px !important}.md-pl-60{padding-left:60px}.i-md-pl-65{padding-left:65px !important}.md-pl-65{padding-left:65px}.i-md-pl-70{padding-left:70px !important}.md-pl-70{padding-left:70px}.i-md-pl-75{padding-left:75px !important}.md-pl-75{padding-left:75px}.i-md-pl-80{padding-left:80px !important}.md-pl-80{padding-left:80px}.i-md-pl-85{padding-left:85px !important}.md-pl-85{padding-left:85px}.i-md-pl-90{padding-left:90px !important}.md-pl-90{padding-left:90px}.i-md-pl-95{padding-left:95px !important}.md-pl-95{padding-left:95px}.i-md-pl-100{padding-left:100px !important}.md-pl-100{padding-left:100px}.i-md-pl-105{padding-left:105px !important}.md-pl-105{padding-left:105px}.i-md-pl-110{padding-left:110px !important}.md-pl-110{padding-left:110px}.i-md-pl-115{padding-left:115px !important}.md-pl-115{padding-left:115px}.i-md-pl-120{padding-left:120px !important}.md-pl-120{padding-left:120px}.i-md-pl-125{padding-left:125px !important}.md-pl-125{padding-left:125px}.i-md-pl-130{padding-left:130px !important}.md-pl-130{padding-left:130px}.i-md-pl-135{padding-left:135px !important}.md-pl-135{padding-left:135px}.i-md-pl-140{padding-left:140px !important}.md-pl-140{padding-left:140px}.i-md-pl-145{padding-left:145px !important}.md-pl-145{padding-left:145px}.i-md-pl-150{padding-left:150px !important}.md-pl-150{padding-left:150px}.i-md-pl-155{padding-left:155px !important}.md-pl-155{padding-left:155px}.i-md-pl-160{padding-left:160px !important}.md-pl-160{padding-left:160px}.i-md-pl-165{padding-left:165px !important}.md-pl-165{padding-left:165px}.i-md-pl-170{padding-left:170px !important}.md-pl-170{padding-left:170px}.i-md-pl-175{padding-left:175px !important}.md-pl-175{padding-left:175px}.i-md-pl-180{padding-left:180px !important}.md-pl-180{padding-left:180px}.i-md-pl-185{padding-left:185px !important}.md-pl-185{padding-left:185px}.i-md-pl-190{padding-left:190px !important}.md-pl-190{padding-left:190px}.i-md-pl-195{padding-left:195px !important}.md-pl-195{padding-left:195px}.i-md-pl-200{padding-left:200px !important}.md-pl-200{padding-left:200px}.i-md-pl-205{padding-left:205px !important}.md-pl-205{padding-left:205px}.i-md-pl-210{padding-left:210px !important}.md-pl-210{padding-left:210px}.i-md-pl-215{padding-left:215px !important}.md-pl-215{padding-left:215px}.i-md-pl-220{padding-left:220px !important}.md-pl-220{padding-left:220px}.i-md-pl-225{padding-left:225px !important}.md-pl-225{padding-left:225px}.i-md-pl-230{padding-left:230px !important}.md-pl-230{padding-left:230px}.i-md-pl-235{padding-left:235px !important}.md-pl-235{padding-left:235px}.i-md-pl-240{padding-left:240px !important}.md-pl-240{padding-left:240px}.i-md-pl-245{padding-left:245px !important}.md-pl-245{padding-left:245px}.i-md-pl-250{padding-left:250px !important}.md-pl-250{padding-left:250px}.i-md-pl-255{padding-left:255px !important}.md-pl-255{padding-left:255px}.i-md-pl-260{padding-left:260px !important}.md-pl-260{padding-left:260px}.i-md-pl-265{padding-left:265px !important}.md-pl-265{padding-left:265px}.i-md-pl-270{padding-left:270px !important}.md-pl-270{padding-left:270px}.i-md-pl-275{padding-left:275px !important}.md-pl-275{padding-left:275px}.i-md-pl-280{padding-left:280px !important}.md-pl-280{padding-left:280px}.i-md-pl-285{padding-left:285px !important}.md-pl-285{padding-left:285px}.i-md-pl-290{padding-left:290px !important}.md-pl-290{padding-left:290px}.i-md-pl-295{padding-left:295px !important}.md-pl-295{padding-left:295px}.i-md-pl-300{padding-left:300px !important}.md-pl-300{padding-left:300px}.i-md-py--100{padding-block:-100px !important}.md-py--100{padding-block:-100px}.i-md-py--90{padding-block:-90px !important}.md-py--90{padding-block:-90px}.i-md-py--80{padding-block:-80px !important}.md-py--80{padding-block:-80px}.i-md-py--70{padding-block:-70px !important}.md-py--70{padding-block:-70px}.i-md-py--60{padding-block:-60px !important}.md-py--60{padding-block:-60px}.i-md-py--50{padding-block:-50px !important}.md-py--50{padding-block:-50px}.i-md-py--40{padding-block:-40px !important}.md-py--40{padding-block:-40px}.i-md-py--30{padding-block:-30px !important}.md-py--30{padding-block:-30px}.i-md-py--20{padding-block:-20px !important}.md-py--20{padding-block:-20px}.i-md-py--10{padding-block:-10px !important}.md-py--10{padding-block:-10px}.i-md-py--5{padding-block:-5px !important}.md-py--5{padding-block:-5px}.i-md-py-0{padding-block:0px !important}.md-py-0{padding-block:0px}.i-md-py-5{padding-block:5px !important}.md-py-5{padding-block:5px}.i-md-py-10{padding-block:10px !important}.md-py-10{padding-block:10px}.i-md-py-15{padding-block:15px !important}.md-py-15{padding-block:15px}.i-md-py-20{padding-block:20px !important}.md-py-20{padding-block:20px}.i-md-py-25{padding-block:25px !important}.md-py-25{padding-block:25px}.i-md-py-30{padding-block:30px !important}.md-py-30{padding-block:30px}.i-md-py-35{padding-block:35px !important}.md-py-35{padding-block:35px}.i-md-py-40{padding-block:40px !important}.md-py-40{padding-block:40px}.i-md-py-45{padding-block:45px !important}.md-py-45{padding-block:45px}.i-md-py-50{padding-block:50px !important}.md-py-50{padding-block:50px}.i-md-py-55{padding-block:55px !important}.md-py-55{padding-block:55px}.i-md-py-60{padding-block:60px !important}.md-py-60{padding-block:60px}.i-md-py-65{padding-block:65px !important}.md-py-65{padding-block:65px}.i-md-py-70{padding-block:70px !important}.md-py-70{padding-block:70px}.i-md-py-75{padding-block:75px !important}.md-py-75{padding-block:75px}.i-md-py-80{padding-block:80px !important}.md-py-80{padding-block:80px}.i-md-py-85{padding-block:85px !important}.md-py-85{padding-block:85px}.i-md-py-90{padding-block:90px !important}.md-py-90{padding-block:90px}.i-md-py-95{padding-block:95px !important}.md-py-95{padding-block:95px}.i-md-py-100{padding-block:100px !important}.md-py-100{padding-block:100px}.i-md-py-105{padding-block:105px !important}.md-py-105{padding-block:105px}.i-md-py-110{padding-block:110px !important}.md-py-110{padding-block:110px}.i-md-py-115{padding-block:115px !important}.md-py-115{padding-block:115px}.i-md-py-120{padding-block:120px !important}.md-py-120{padding-block:120px}.i-md-py-125{padding-block:125px !important}.md-py-125{padding-block:125px}.i-md-py-130{padding-block:130px !important}.md-py-130{padding-block:130px}.i-md-py-135{padding-block:135px !important}.md-py-135{padding-block:135px}.i-md-py-140{padding-block:140px !important}.md-py-140{padding-block:140px}.i-md-py-145{padding-block:145px !important}.md-py-145{padding-block:145px}.i-md-py-150{padding-block:150px !important}.md-py-150{padding-block:150px}.i-md-py-155{padding-block:155px !important}.md-py-155{padding-block:155px}.i-md-py-160{padding-block:160px !important}.md-py-160{padding-block:160px}.i-md-py-165{padding-block:165px !important}.md-py-165{padding-block:165px}.i-md-py-170{padding-block:170px !important}.md-py-170{padding-block:170px}.i-md-py-175{padding-block:175px !important}.md-py-175{padding-block:175px}.i-md-py-180{padding-block:180px !important}.md-py-180{padding-block:180px}.i-md-py-185{padding-block:185px !important}.md-py-185{padding-block:185px}.i-md-py-190{padding-block:190px !important}.md-py-190{padding-block:190px}.i-md-py-195{padding-block:195px !important}.md-py-195{padding-block:195px}.i-md-py-200{padding-block:200px !important}.md-py-200{padding-block:200px}.i-md-py-205{padding-block:205px !important}.md-py-205{padding-block:205px}.i-md-py-210{padding-block:210px !important}.md-py-210{padding-block:210px}.i-md-py-215{padding-block:215px !important}.md-py-215{padding-block:215px}.i-md-py-220{padding-block:220px !important}.md-py-220{padding-block:220px}.i-md-py-225{padding-block:225px !important}.md-py-225{padding-block:225px}.i-md-py-230{padding-block:230px !important}.md-py-230{padding-block:230px}.i-md-py-235{padding-block:235px !important}.md-py-235{padding-block:235px}.i-md-py-240{padding-block:240px !important}.md-py-240{padding-block:240px}.i-md-py-245{padding-block:245px !important}.md-py-245{padding-block:245px}.i-md-py-250{padding-block:250px !important}.md-py-250{padding-block:250px}.i-md-py-255{padding-block:255px !important}.md-py-255{padding-block:255px}.i-md-py-260{padding-block:260px !important}.md-py-260{padding-block:260px}.i-md-py-265{padding-block:265px !important}.md-py-265{padding-block:265px}.i-md-py-270{padding-block:270px !important}.md-py-270{padding-block:270px}.i-md-py-275{padding-block:275px !important}.md-py-275{padding-block:275px}.i-md-py-280{padding-block:280px !important}.md-py-280{padding-block:280px}.i-md-py-285{padding-block:285px !important}.md-py-285{padding-block:285px}.i-md-py-290{padding-block:290px !important}.md-py-290{padding-block:290px}.i-md-py-295{padding-block:295px !important}.md-py-295{padding-block:295px}.i-md-py-300{padding-block:300px !important}.md-py-300{padding-block:300px}.i-md-px--100{padding-inline:-100px !important}.md-px--100{padding-inline:-100px}.i-md-px--90{padding-inline:-90px !important}.md-px--90{padding-inline:-90px}.i-md-px--80{padding-inline:-80px !important}.md-px--80{padding-inline:-80px}.i-md-px--70{padding-inline:-70px !important}.md-px--70{padding-inline:-70px}.i-md-px--60{padding-inline:-60px !important}.md-px--60{padding-inline:-60px}.i-md-px--50{padding-inline:-50px !important}.md-px--50{padding-inline:-50px}.i-md-px--40{padding-inline:-40px !important}.md-px--40{padding-inline:-40px}.i-md-px--30{padding-inline:-30px !important}.md-px--30{padding-inline:-30px}.i-md-px--20{padding-inline:-20px !important}.md-px--20{padding-inline:-20px}.i-md-px--10{padding-inline:-10px !important}.md-px--10{padding-inline:-10px}.i-md-px--5{padding-inline:-5px !important}.md-px--5{padding-inline:-5px}.i-md-px-0{padding-inline:0px !important}.md-px-0{padding-inline:0px}.i-md-px-5{padding-inline:5px !important}.md-px-5{padding-inline:5px}.i-md-px-10{padding-inline:10px !important}.md-px-10{padding-inline:10px}.i-md-px-15{padding-inline:15px !important}.md-px-15{padding-inline:15px}.i-md-px-20{padding-inline:20px !important}.md-px-20{padding-inline:20px}.i-md-px-25{padding-inline:25px !important}.md-px-25{padding-inline:25px}.i-md-px-30{padding-inline:30px !important}.md-px-30{padding-inline:30px}.i-md-px-35{padding-inline:35px !important}.md-px-35{padding-inline:35px}.i-md-px-40{padding-inline:40px !important}.md-px-40{padding-inline:40px}.i-md-px-45{padding-inline:45px !important}.md-px-45{padding-inline:45px}.i-md-px-50{padding-inline:50px !important}.md-px-50{padding-inline:50px}.i-md-px-55{padding-inline:55px !important}.md-px-55{padding-inline:55px}.i-md-px-60{padding-inline:60px !important}.md-px-60{padding-inline:60px}.i-md-px-65{padding-inline:65px !important}.md-px-65{padding-inline:65px}.i-md-px-70{padding-inline:70px !important}.md-px-70{padding-inline:70px}.i-md-px-75{padding-inline:75px !important}.md-px-75{padding-inline:75px}.i-md-px-80{padding-inline:80px !important}.md-px-80{padding-inline:80px}.i-md-px-85{padding-inline:85px !important}.md-px-85{padding-inline:85px}.i-md-px-90{padding-inline:90px !important}.md-px-90{padding-inline:90px}.i-md-px-95{padding-inline:95px !important}.md-px-95{padding-inline:95px}.i-md-px-100{padding-inline:100px !important}.md-px-100{padding-inline:100px}.i-md-px-105{padding-inline:105px !important}.md-px-105{padding-inline:105px}.i-md-px-110{padding-inline:110px !important}.md-px-110{padding-inline:110px}.i-md-px-115{padding-inline:115px !important}.md-px-115{padding-inline:115px}.i-md-px-120{padding-inline:120px !important}.md-px-120{padding-inline:120px}.i-md-px-125{padding-inline:125px !important}.md-px-125{padding-inline:125px}.i-md-px-130{padding-inline:130px !important}.md-px-130{padding-inline:130px}.i-md-px-135{padding-inline:135px !important}.md-px-135{padding-inline:135px}.i-md-px-140{padding-inline:140px !important}.md-px-140{padding-inline:140px}.i-md-px-145{padding-inline:145px !important}.md-px-145{padding-inline:145px}.i-md-px-150{padding-inline:150px !important}.md-px-150{padding-inline:150px}.i-md-px-155{padding-inline:155px !important}.md-px-155{padding-inline:155px}.i-md-px-160{padding-inline:160px !important}.md-px-160{padding-inline:160px}.i-md-px-165{padding-inline:165px !important}.md-px-165{padding-inline:165px}.i-md-px-170{padding-inline:170px !important}.md-px-170{padding-inline:170px}.i-md-px-175{padding-inline:175px !important}.md-px-175{padding-inline:175px}.i-md-px-180{padding-inline:180px !important}.md-px-180{padding-inline:180px}.i-md-px-185{padding-inline:185px !important}.md-px-185{padding-inline:185px}.i-md-px-190{padding-inline:190px !important}.md-px-190{padding-inline:190px}.i-md-px-195{padding-inline:195px !important}.md-px-195{padding-inline:195px}.i-md-px-200{padding-inline:200px !important}.md-px-200{padding-inline:200px}.i-md-px-205{padding-inline:205px !important}.md-px-205{padding-inline:205px}.i-md-px-210{padding-inline:210px !important}.md-px-210{padding-inline:210px}.i-md-px-215{padding-inline:215px !important}.md-px-215{padding-inline:215px}.i-md-px-220{padding-inline:220px !important}.md-px-220{padding-inline:220px}.i-md-px-225{padding-inline:225px !important}.md-px-225{padding-inline:225px}.i-md-px-230{padding-inline:230px !important}.md-px-230{padding-inline:230px}.i-md-px-235{padding-inline:235px !important}.md-px-235{padding-inline:235px}.i-md-px-240{padding-inline:240px !important}.md-px-240{padding-inline:240px}.i-md-px-245{padding-inline:245px !important}.md-px-245{padding-inline:245px}.i-md-px-250{padding-inline:250px !important}.md-px-250{padding-inline:250px}.i-md-px-255{padding-inline:255px !important}.md-px-255{padding-inline:255px}.i-md-px-260{padding-inline:260px !important}.md-px-260{padding-inline:260px}.i-md-px-265{padding-inline:265px !important}.md-px-265{padding-inline:265px}.i-md-px-270{padding-inline:270px !important}.md-px-270{padding-inline:270px}.i-md-px-275{padding-inline:275px !important}.md-px-275{padding-inline:275px}.i-md-px-280{padding-inline:280px !important}.md-px-280{padding-inline:280px}.i-md-px-285{padding-inline:285px !important}.md-px-285{padding-inline:285px}.i-md-px-290{padding-inline:290px !important}.md-px-290{padding-inline:290px}.i-md-px-295{padding-inline:295px !important}.md-px-295{padding-inline:295px}.i-md-px-300{padding-inline:300px !important}.md-px-300{padding-inline:300px}.i-md-mt--100{margin-top:-100px !important}.md-mt--100{margin-top:-100px}.i-md-mt--90{margin-top:-90px !important}.md-mt--90{margin-top:-90px}.i-md-mt--80{margin-top:-80px !important}.md-mt--80{margin-top:-80px}.i-md-mt--70{margin-top:-70px !important}.md-mt--70{margin-top:-70px}.i-md-mt--60{margin-top:-60px !important}.md-mt--60{margin-top:-60px}.i-md-mt--50{margin-top:-50px !important}.md-mt--50{margin-top:-50px}.i-md-mt--40{margin-top:-40px !important}.md-mt--40{margin-top:-40px}.i-md-mt--30{margin-top:-30px !important}.md-mt--30{margin-top:-30px}.i-md-mt--20{margin-top:-20px !important}.md-mt--20{margin-top:-20px}.i-md-mt--10{margin-top:-10px !important}.md-mt--10{margin-top:-10px}.i-md-mt--5{margin-top:-5px !important}.md-mt--5{margin-top:-5px}.i-md-mt-0{margin-top:0px !important}.md-mt-0{margin-top:0px}.i-md-mt-5{margin-top:5px !important}.md-mt-5{margin-top:5px}.i-md-mt-10{margin-top:10px !important}.md-mt-10{margin-top:10px}.i-md-mt-15{margin-top:15px !important}.md-mt-15{margin-top:15px}.i-md-mt-20{margin-top:20px !important}.md-mt-20{margin-top:20px}.i-md-mt-25{margin-top:25px !important}.md-mt-25{margin-top:25px}.i-md-mt-30{margin-top:30px !important}.md-mt-30{margin-top:30px}.i-md-mt-35{margin-top:35px !important}.md-mt-35{margin-top:35px}.i-md-mt-40{margin-top:40px !important}.md-mt-40{margin-top:40px}.i-md-mt-45{margin-top:45px !important}.md-mt-45{margin-top:45px}.i-md-mt-50{margin-top:50px !important}.md-mt-50{margin-top:50px}.i-md-mt-55{margin-top:55px !important}.md-mt-55{margin-top:55px}.i-md-mt-60{margin-top:60px !important}.md-mt-60{margin-top:60px}.i-md-mt-65{margin-top:65px !important}.md-mt-65{margin-top:65px}.i-md-mt-70{margin-top:70px !important}.md-mt-70{margin-top:70px}.i-md-mt-75{margin-top:75px !important}.md-mt-75{margin-top:75px}.i-md-mt-80{margin-top:80px !important}.md-mt-80{margin-top:80px}.i-md-mt-85{margin-top:85px !important}.md-mt-85{margin-top:85px}.i-md-mt-90{margin-top:90px !important}.md-mt-90{margin-top:90px}.i-md-mt-95{margin-top:95px !important}.md-mt-95{margin-top:95px}.i-md-mt-100{margin-top:100px !important}.md-mt-100{margin-top:100px}.i-md-mt-105{margin-top:105px !important}.md-mt-105{margin-top:105px}.i-md-mt-110{margin-top:110px !important}.md-mt-110{margin-top:110px}.i-md-mt-115{margin-top:115px !important}.md-mt-115{margin-top:115px}.i-md-mt-120{margin-top:120px !important}.md-mt-120{margin-top:120px}.i-md-mt-125{margin-top:125px !important}.md-mt-125{margin-top:125px}.i-md-mt-130{margin-top:130px !important}.md-mt-130{margin-top:130px}.i-md-mt-135{margin-top:135px !important}.md-mt-135{margin-top:135px}.i-md-mt-140{margin-top:140px !important}.md-mt-140{margin-top:140px}.i-md-mt-145{margin-top:145px !important}.md-mt-145{margin-top:145px}.i-md-mt-150{margin-top:150px !important}.md-mt-150{margin-top:150px}.i-md-mt-155{margin-top:155px !important}.md-mt-155{margin-top:155px}.i-md-mt-160{margin-top:160px !important}.md-mt-160{margin-top:160px}.i-md-mt-165{margin-top:165px !important}.md-mt-165{margin-top:165px}.i-md-mt-170{margin-top:170px !important}.md-mt-170{margin-top:170px}.i-md-mt-175{margin-top:175px !important}.md-mt-175{margin-top:175px}.i-md-mt-180{margin-top:180px !important}.md-mt-180{margin-top:180px}.i-md-mt-185{margin-top:185px !important}.md-mt-185{margin-top:185px}.i-md-mt-190{margin-top:190px !important}.md-mt-190{margin-top:190px}.i-md-mt-195{margin-top:195px !important}.md-mt-195{margin-top:195px}.i-md-mt-200{margin-top:200px !important}.md-mt-200{margin-top:200px}.i-md-mt-205{margin-top:205px !important}.md-mt-205{margin-top:205px}.i-md-mt-210{margin-top:210px !important}.md-mt-210{margin-top:210px}.i-md-mt-215{margin-top:215px !important}.md-mt-215{margin-top:215px}.i-md-mt-220{margin-top:220px !important}.md-mt-220{margin-top:220px}.i-md-mt-225{margin-top:225px !important}.md-mt-225{margin-top:225px}.i-md-mt-230{margin-top:230px !important}.md-mt-230{margin-top:230px}.i-md-mt-235{margin-top:235px !important}.md-mt-235{margin-top:235px}.i-md-mt-240{margin-top:240px !important}.md-mt-240{margin-top:240px}.i-md-mt-245{margin-top:245px !important}.md-mt-245{margin-top:245px}.i-md-mt-250{margin-top:250px !important}.md-mt-250{margin-top:250px}.i-md-mt-255{margin-top:255px !important}.md-mt-255{margin-top:255px}.i-md-mt-260{margin-top:260px !important}.md-mt-260{margin-top:260px}.i-md-mt-265{margin-top:265px !important}.md-mt-265{margin-top:265px}.i-md-mt-270{margin-top:270px !important}.md-mt-270{margin-top:270px}.i-md-mt-275{margin-top:275px !important}.md-mt-275{margin-top:275px}.i-md-mt-280{margin-top:280px !important}.md-mt-280{margin-top:280px}.i-md-mt-285{margin-top:285px !important}.md-mt-285{margin-top:285px}.i-md-mt-290{margin-top:290px !important}.md-mt-290{margin-top:290px}.i-md-mt-295{margin-top:295px !important}.md-mt-295{margin-top:295px}.i-md-mt-300{margin-top:300px !important}.md-mt-300{margin-top:300px}.i-md-mr--100{margin-right:-100px !important}.md-mr--100{margin-right:-100px}.i-md-mr--90{margin-right:-90px !important}.md-mr--90{margin-right:-90px}.i-md-mr--80{margin-right:-80px !important}.md-mr--80{margin-right:-80px}.i-md-mr--70{margin-right:-70px !important}.md-mr--70{margin-right:-70px}.i-md-mr--60{margin-right:-60px !important}.md-mr--60{margin-right:-60px}.i-md-mr--50{margin-right:-50px !important}.md-mr--50{margin-right:-50px}.i-md-mr--40{margin-right:-40px !important}.md-mr--40{margin-right:-40px}.i-md-mr--30{margin-right:-30px !important}.md-mr--30{margin-right:-30px}.i-md-mr--20{margin-right:-20px !important}.md-mr--20{margin-right:-20px}.i-md-mr--10{margin-right:-10px !important}.md-mr--10{margin-right:-10px}.i-md-mr--5{margin-right:-5px !important}.md-mr--5{margin-right:-5px}.i-md-mr-0{margin-right:0px !important}.md-mr-0{margin-right:0px}.i-md-mr-5{margin-right:5px !important}.md-mr-5{margin-right:5px}.i-md-mr-10{margin-right:10px !important}.md-mr-10{margin-right:10px}.i-md-mr-15{margin-right:15px !important}.md-mr-15{margin-right:15px}.i-md-mr-20{margin-right:20px !important}.md-mr-20{margin-right:20px}.i-md-mr-25{margin-right:25px !important}.md-mr-25{margin-right:25px}.i-md-mr-30{margin-right:30px !important}.md-mr-30{margin-right:30px}.i-md-mr-35{margin-right:35px !important}.md-mr-35{margin-right:35px}.i-md-mr-40{margin-right:40px !important}.md-mr-40{margin-right:40px}.i-md-mr-45{margin-right:45px !important}.md-mr-45{margin-right:45px}.i-md-mr-50{margin-right:50px !important}.md-mr-50{margin-right:50px}.i-md-mr-55{margin-right:55px !important}.md-mr-55{margin-right:55px}.i-md-mr-60{margin-right:60px !important}.md-mr-60{margin-right:60px}.i-md-mr-65{margin-right:65px !important}.md-mr-65{margin-right:65px}.i-md-mr-70{margin-right:70px !important}.md-mr-70{margin-right:70px}.i-md-mr-75{margin-right:75px !important}.md-mr-75{margin-right:75px}.i-md-mr-80{margin-right:80px !important}.md-mr-80{margin-right:80px}.i-md-mr-85{margin-right:85px !important}.md-mr-85{margin-right:85px}.i-md-mr-90{margin-right:90px !important}.md-mr-90{margin-right:90px}.i-md-mr-95{margin-right:95px !important}.md-mr-95{margin-right:95px}.i-md-mr-100{margin-right:100px !important}.md-mr-100{margin-right:100px}.i-md-mr-105{margin-right:105px !important}.md-mr-105{margin-right:105px}.i-md-mr-110{margin-right:110px !important}.md-mr-110{margin-right:110px}.i-md-mr-115{margin-right:115px !important}.md-mr-115{margin-right:115px}.i-md-mr-120{margin-right:120px !important}.md-mr-120{margin-right:120px}.i-md-mr-125{margin-right:125px !important}.md-mr-125{margin-right:125px}.i-md-mr-130{margin-right:130px !important}.md-mr-130{margin-right:130px}.i-md-mr-135{margin-right:135px !important}.md-mr-135{margin-right:135px}.i-md-mr-140{margin-right:140px !important}.md-mr-140{margin-right:140px}.i-md-mr-145{margin-right:145px !important}.md-mr-145{margin-right:145px}.i-md-mr-150{margin-right:150px !important}.md-mr-150{margin-right:150px}.i-md-mr-155{margin-right:155px !important}.md-mr-155{margin-right:155px}.i-md-mr-160{margin-right:160px !important}.md-mr-160{margin-right:160px}.i-md-mr-165{margin-right:165px !important}.md-mr-165{margin-right:165px}.i-md-mr-170{margin-right:170px !important}.md-mr-170{margin-right:170px}.i-md-mr-175{margin-right:175px !important}.md-mr-175{margin-right:175px}.i-md-mr-180{margin-right:180px !important}.md-mr-180{margin-right:180px}.i-md-mr-185{margin-right:185px !important}.md-mr-185{margin-right:185px}.i-md-mr-190{margin-right:190px !important}.md-mr-190{margin-right:190px}.i-md-mr-195{margin-right:195px !important}.md-mr-195{margin-right:195px}.i-md-mr-200{margin-right:200px !important}.md-mr-200{margin-right:200px}.i-md-mr-205{margin-right:205px !important}.md-mr-205{margin-right:205px}.i-md-mr-210{margin-right:210px !important}.md-mr-210{margin-right:210px}.i-md-mr-215{margin-right:215px !important}.md-mr-215{margin-right:215px}.i-md-mr-220{margin-right:220px !important}.md-mr-220{margin-right:220px}.i-md-mr-225{margin-right:225px !important}.md-mr-225{margin-right:225px}.i-md-mr-230{margin-right:230px !important}.md-mr-230{margin-right:230px}.i-md-mr-235{margin-right:235px !important}.md-mr-235{margin-right:235px}.i-md-mr-240{margin-right:240px !important}.md-mr-240{margin-right:240px}.i-md-mr-245{margin-right:245px !important}.md-mr-245{margin-right:245px}.i-md-mr-250{margin-right:250px !important}.md-mr-250{margin-right:250px}.i-md-mr-255{margin-right:255px !important}.md-mr-255{margin-right:255px}.i-md-mr-260{margin-right:260px !important}.md-mr-260{margin-right:260px}.i-md-mr-265{margin-right:265px !important}.md-mr-265{margin-right:265px}.i-md-mr-270{margin-right:270px !important}.md-mr-270{margin-right:270px}.i-md-mr-275{margin-right:275px !important}.md-mr-275{margin-right:275px}.i-md-mr-280{margin-right:280px !important}.md-mr-280{margin-right:280px}.i-md-mr-285{margin-right:285px !important}.md-mr-285{margin-right:285px}.i-md-mr-290{margin-right:290px !important}.md-mr-290{margin-right:290px}.i-md-mr-295{margin-right:295px !important}.md-mr-295{margin-right:295px}.i-md-mr-300{margin-right:300px !important}.md-mr-300{margin-right:300px}.i-md-mb--100{margin-bottom:-100px !important}.md-mb--100{margin-bottom:-100px}.i-md-mb--90{margin-bottom:-90px !important}.md-mb--90{margin-bottom:-90px}.i-md-mb--80{margin-bottom:-80px !important}.md-mb--80{margin-bottom:-80px}.i-md-mb--70{margin-bottom:-70px !important}.md-mb--70{margin-bottom:-70px}.i-md-mb--60{margin-bottom:-60px !important}.md-mb--60{margin-bottom:-60px}.i-md-mb--50{margin-bottom:-50px !important}.md-mb--50{margin-bottom:-50px}.i-md-mb--40{margin-bottom:-40px !important}.md-mb--40{margin-bottom:-40px}.i-md-mb--30{margin-bottom:-30px !important}.md-mb--30{margin-bottom:-30px}.i-md-mb--20{margin-bottom:-20px !important}.md-mb--20{margin-bottom:-20px}.i-md-mb--10{margin-bottom:-10px !important}.md-mb--10{margin-bottom:-10px}.i-md-mb--5{margin-bottom:-5px !important}.md-mb--5{margin-bottom:-5px}.i-md-mb-0{margin-bottom:0px !important}.md-mb-0{margin-bottom:0px}.i-md-mb-5{margin-bottom:5px !important}.md-mb-5{margin-bottom:5px}.i-md-mb-10{margin-bottom:10px !important}.md-mb-10{margin-bottom:10px}.i-md-mb-15{margin-bottom:15px !important}.md-mb-15{margin-bottom:15px}.i-md-mb-20{margin-bottom:20px !important}.md-mb-20{margin-bottom:20px}.i-md-mb-25{margin-bottom:25px !important}.md-mb-25{margin-bottom:25px}.i-md-mb-30{margin-bottom:30px !important}.md-mb-30{margin-bottom:30px}.i-md-mb-35{margin-bottom:35px !important}.md-mb-35{margin-bottom:35px}.i-md-mb-40{margin-bottom:40px !important}.md-mb-40{margin-bottom:40px}.i-md-mb-45{margin-bottom:45px !important}.md-mb-45{margin-bottom:45px}.i-md-mb-50{margin-bottom:50px !important}.md-mb-50{margin-bottom:50px}.i-md-mb-55{margin-bottom:55px !important}.md-mb-55{margin-bottom:55px}.i-md-mb-60{margin-bottom:60px !important}.md-mb-60{margin-bottom:60px}.i-md-mb-65{margin-bottom:65px !important}.md-mb-65{margin-bottom:65px}.i-md-mb-70{margin-bottom:70px !important}.md-mb-70{margin-bottom:70px}.i-md-mb-75{margin-bottom:75px !important}.md-mb-75{margin-bottom:75px}.i-md-mb-80{margin-bottom:80px !important}.md-mb-80{margin-bottom:80px}.i-md-mb-85{margin-bottom:85px !important}.md-mb-85{margin-bottom:85px}.i-md-mb-90{margin-bottom:90px !important}.md-mb-90{margin-bottom:90px}.i-md-mb-95{margin-bottom:95px !important}.md-mb-95{margin-bottom:95px}.i-md-mb-100{margin-bottom:100px !important}.md-mb-100{margin-bottom:100px}.i-md-mb-105{margin-bottom:105px !important}.md-mb-105{margin-bottom:105px}.i-md-mb-110{margin-bottom:110px !important}.md-mb-110{margin-bottom:110px}.i-md-mb-115{margin-bottom:115px !important}.md-mb-115{margin-bottom:115px}.i-md-mb-120{margin-bottom:120px !important}.md-mb-120{margin-bottom:120px}.i-md-mb-125{margin-bottom:125px !important}.md-mb-125{margin-bottom:125px}.i-md-mb-130{margin-bottom:130px !important}.md-mb-130{margin-bottom:130px}.i-md-mb-135{margin-bottom:135px !important}.md-mb-135{margin-bottom:135px}.i-md-mb-140{margin-bottom:140px !important}.md-mb-140{margin-bottom:140px}.i-md-mb-145{margin-bottom:145px !important}.md-mb-145{margin-bottom:145px}.i-md-mb-150{margin-bottom:150px !important}.md-mb-150{margin-bottom:150px}.i-md-mb-155{margin-bottom:155px !important}.md-mb-155{margin-bottom:155px}.i-md-mb-160{margin-bottom:160px !important}.md-mb-160{margin-bottom:160px}.i-md-mb-165{margin-bottom:165px !important}.md-mb-165{margin-bottom:165px}.i-md-mb-170{margin-bottom:170px !important}.md-mb-170{margin-bottom:170px}.i-md-mb-175{margin-bottom:175px !important}.md-mb-175{margin-bottom:175px}.i-md-mb-180{margin-bottom:180px !important}.md-mb-180{margin-bottom:180px}.i-md-mb-185{margin-bottom:185px !important}.md-mb-185{margin-bottom:185px}.i-md-mb-190{margin-bottom:190px !important}.md-mb-190{margin-bottom:190px}.i-md-mb-195{margin-bottom:195px !important}.md-mb-195{margin-bottom:195px}.i-md-mb-200{margin-bottom:200px !important}.md-mb-200{margin-bottom:200px}.i-md-mb-205{margin-bottom:205px !important}.md-mb-205{margin-bottom:205px}.i-md-mb-210{margin-bottom:210px !important}.md-mb-210{margin-bottom:210px}.i-md-mb-215{margin-bottom:215px !important}.md-mb-215{margin-bottom:215px}.i-md-mb-220{margin-bottom:220px !important}.md-mb-220{margin-bottom:220px}.i-md-mb-225{margin-bottom:225px !important}.md-mb-225{margin-bottom:225px}.i-md-mb-230{margin-bottom:230px !important}.md-mb-230{margin-bottom:230px}.i-md-mb-235{margin-bottom:235px !important}.md-mb-235{margin-bottom:235px}.i-md-mb-240{margin-bottom:240px !important}.md-mb-240{margin-bottom:240px}.i-md-mb-245{margin-bottom:245px !important}.md-mb-245{margin-bottom:245px}.i-md-mb-250{margin-bottom:250px !important}.md-mb-250{margin-bottom:250px}.i-md-mb-255{margin-bottom:255px !important}.md-mb-255{margin-bottom:255px}.i-md-mb-260{margin-bottom:260px !important}.md-mb-260{margin-bottom:260px}.i-md-mb-265{margin-bottom:265px !important}.md-mb-265{margin-bottom:265px}.i-md-mb-270{margin-bottom:270px !important}.md-mb-270{margin-bottom:270px}.i-md-mb-275{margin-bottom:275px !important}.md-mb-275{margin-bottom:275px}.i-md-mb-280{margin-bottom:280px !important}.md-mb-280{margin-bottom:280px}.i-md-mb-285{margin-bottom:285px !important}.md-mb-285{margin-bottom:285px}.i-md-mb-290{margin-bottom:290px !important}.md-mb-290{margin-bottom:290px}.i-md-mb-295{margin-bottom:295px !important}.md-mb-295{margin-bottom:295px}.i-md-mb-300{margin-bottom:300px !important}.md-mb-300{margin-bottom:300px}.i-md-ml--100{margin-left:-100px !important}.md-ml--100{margin-left:-100px}.i-md-ml--90{margin-left:-90px !important}.md-ml--90{margin-left:-90px}.i-md-ml--80{margin-left:-80px !important}.md-ml--80{margin-left:-80px}.i-md-ml--70{margin-left:-70px !important}.md-ml--70{margin-left:-70px}.i-md-ml--60{margin-left:-60px !important}.md-ml--60{margin-left:-60px}.i-md-ml--50{margin-left:-50px !important}.md-ml--50{margin-left:-50px}.i-md-ml--40{margin-left:-40px !important}.md-ml--40{margin-left:-40px}.i-md-ml--30{margin-left:-30px !important}.md-ml--30{margin-left:-30px}.i-md-ml--20{margin-left:-20px !important}.md-ml--20{margin-left:-20px}.i-md-ml--10{margin-left:-10px !important}.md-ml--10{margin-left:-10px}.i-md-ml--5{margin-left:-5px !important}.md-ml--5{margin-left:-5px}.i-md-ml-0{margin-left:0px !important}.md-ml-0{margin-left:0px}.i-md-ml-5{margin-left:5px !important}.md-ml-5{margin-left:5px}.i-md-ml-10{margin-left:10px !important}.md-ml-10{margin-left:10px}.i-md-ml-15{margin-left:15px !important}.md-ml-15{margin-left:15px}.i-md-ml-20{margin-left:20px !important}.md-ml-20{margin-left:20px}.i-md-ml-25{margin-left:25px !important}.md-ml-25{margin-left:25px}.i-md-ml-30{margin-left:30px !important}.md-ml-30{margin-left:30px}.i-md-ml-35{margin-left:35px !important}.md-ml-35{margin-left:35px}.i-md-ml-40{margin-left:40px !important}.md-ml-40{margin-left:40px}.i-md-ml-45{margin-left:45px !important}.md-ml-45{margin-left:45px}.i-md-ml-50{margin-left:50px !important}.md-ml-50{margin-left:50px}.i-md-ml-55{margin-left:55px !important}.md-ml-55{margin-left:55px}.i-md-ml-60{margin-left:60px !important}.md-ml-60{margin-left:60px}.i-md-ml-65{margin-left:65px !important}.md-ml-65{margin-left:65px}.i-md-ml-70{margin-left:70px !important}.md-ml-70{margin-left:70px}.i-md-ml-75{margin-left:75px !important}.md-ml-75{margin-left:75px}.i-md-ml-80{margin-left:80px !important}.md-ml-80{margin-left:80px}.i-md-ml-85{margin-left:85px !important}.md-ml-85{margin-left:85px}.i-md-ml-90{margin-left:90px !important}.md-ml-90{margin-left:90px}.i-md-ml-95{margin-left:95px !important}.md-ml-95{margin-left:95px}.i-md-ml-100{margin-left:100px !important}.md-ml-100{margin-left:100px}.i-md-ml-105{margin-left:105px !important}.md-ml-105{margin-left:105px}.i-md-ml-110{margin-left:110px !important}.md-ml-110{margin-left:110px}.i-md-ml-115{margin-left:115px !important}.md-ml-115{margin-left:115px}.i-md-ml-120{margin-left:120px !important}.md-ml-120{margin-left:120px}.i-md-ml-125{margin-left:125px !important}.md-ml-125{margin-left:125px}.i-md-ml-130{margin-left:130px !important}.md-ml-130{margin-left:130px}.i-md-ml-135{margin-left:135px !important}.md-ml-135{margin-left:135px}.i-md-ml-140{margin-left:140px !important}.md-ml-140{margin-left:140px}.i-md-ml-145{margin-left:145px !important}.md-ml-145{margin-left:145px}.i-md-ml-150{margin-left:150px !important}.md-ml-150{margin-left:150px}.i-md-ml-155{margin-left:155px !important}.md-ml-155{margin-left:155px}.i-md-ml-160{margin-left:160px !important}.md-ml-160{margin-left:160px}.i-md-ml-165{margin-left:165px !important}.md-ml-165{margin-left:165px}.i-md-ml-170{margin-left:170px !important}.md-ml-170{margin-left:170px}.i-md-ml-175{margin-left:175px !important}.md-ml-175{margin-left:175px}.i-md-ml-180{margin-left:180px !important}.md-ml-180{margin-left:180px}.i-md-ml-185{margin-left:185px !important}.md-ml-185{margin-left:185px}.i-md-ml-190{margin-left:190px !important}.md-ml-190{margin-left:190px}.i-md-ml-195{margin-left:195px !important}.md-ml-195{margin-left:195px}.i-md-ml-200{margin-left:200px !important}.md-ml-200{margin-left:200px}.i-md-ml-205{margin-left:205px !important}.md-ml-205{margin-left:205px}.i-md-ml-210{margin-left:210px !important}.md-ml-210{margin-left:210px}.i-md-ml-215{margin-left:215px !important}.md-ml-215{margin-left:215px}.i-md-ml-220{margin-left:220px !important}.md-ml-220{margin-left:220px}.i-md-ml-225{margin-left:225px !important}.md-ml-225{margin-left:225px}.i-md-ml-230{margin-left:230px !important}.md-ml-230{margin-left:230px}.i-md-ml-235{margin-left:235px !important}.md-ml-235{margin-left:235px}.i-md-ml-240{margin-left:240px !important}.md-ml-240{margin-left:240px}.i-md-ml-245{margin-left:245px !important}.md-ml-245{margin-left:245px}.i-md-ml-250{margin-left:250px !important}.md-ml-250{margin-left:250px}.i-md-ml-255{margin-left:255px !important}.md-ml-255{margin-left:255px}.i-md-ml-260{margin-left:260px !important}.md-ml-260{margin-left:260px}.i-md-ml-265{margin-left:265px !important}.md-ml-265{margin-left:265px}.i-md-ml-270{margin-left:270px !important}.md-ml-270{margin-left:270px}.i-md-ml-275{margin-left:275px !important}.md-ml-275{margin-left:275px}.i-md-ml-280{margin-left:280px !important}.md-ml-280{margin-left:280px}.i-md-ml-285{margin-left:285px !important}.md-ml-285{margin-left:285px}.i-md-ml-290{margin-left:290px !important}.md-ml-290{margin-left:290px}.i-md-ml-295{margin-left:295px !important}.md-ml-295{margin-left:295px}.i-md-ml-300{margin-left:300px !important}.md-ml-300{margin-left:300px}.i-md-my--100{margin-block:-100px !important}.md-my--100{margin-block:-100px}.i-md-my--90{margin-block:-90px !important}.md-my--90{margin-block:-90px}.i-md-my--80{margin-block:-80px !important}.md-my--80{margin-block:-80px}.i-md-my--70{margin-block:-70px !important}.md-my--70{margin-block:-70px}.i-md-my--60{margin-block:-60px !important}.md-my--60{margin-block:-60px}.i-md-my--50{margin-block:-50px !important}.md-my--50{margin-block:-50px}.i-md-my--40{margin-block:-40px !important}.md-my--40{margin-block:-40px}.i-md-my--30{margin-block:-30px !important}.md-my--30{margin-block:-30px}.i-md-my--20{margin-block:-20px !important}.md-my--20{margin-block:-20px}.i-md-my--10{margin-block:-10px !important}.md-my--10{margin-block:-10px}.i-md-my--5{margin-block:-5px !important}.md-my--5{margin-block:-5px}.i-md-my-0{margin-block:0px !important}.md-my-0{margin-block:0px}.i-md-my-5{margin-block:5px !important}.md-my-5{margin-block:5px}.i-md-my-10{margin-block:10px !important}.md-my-10{margin-block:10px}.i-md-my-15{margin-block:15px !important}.md-my-15{margin-block:15px}.i-md-my-20{margin-block:20px !important}.md-my-20{margin-block:20px}.i-md-my-25{margin-block:25px !important}.md-my-25{margin-block:25px}.i-md-my-30{margin-block:30px !important}.md-my-30{margin-block:30px}.i-md-my-35{margin-block:35px !important}.md-my-35{margin-block:35px}.i-md-my-40{margin-block:40px !important}.md-my-40{margin-block:40px}.i-md-my-45{margin-block:45px !important}.md-my-45{margin-block:45px}.i-md-my-50{margin-block:50px !important}.md-my-50{margin-block:50px}.i-md-my-55{margin-block:55px !important}.md-my-55{margin-block:55px}.i-md-my-60{margin-block:60px !important}.md-my-60{margin-block:60px}.i-md-my-65{margin-block:65px !important}.md-my-65{margin-block:65px}.i-md-my-70{margin-block:70px !important}.md-my-70{margin-block:70px}.i-md-my-75{margin-block:75px !important}.md-my-75{margin-block:75px}.i-md-my-80{margin-block:80px !important}.md-my-80{margin-block:80px}.i-md-my-85{margin-block:85px !important}.md-my-85{margin-block:85px}.i-md-my-90{margin-block:90px !important}.md-my-90{margin-block:90px}.i-md-my-95{margin-block:95px !important}.md-my-95{margin-block:95px}.i-md-my-100{margin-block:100px !important}.md-my-100{margin-block:100px}.i-md-my-105{margin-block:105px !important}.md-my-105{margin-block:105px}.i-md-my-110{margin-block:110px !important}.md-my-110{margin-block:110px}.i-md-my-115{margin-block:115px !important}.md-my-115{margin-block:115px}.i-md-my-120{margin-block:120px !important}.md-my-120{margin-block:120px}.i-md-my-125{margin-block:125px !important}.md-my-125{margin-block:125px}.i-md-my-130{margin-block:130px !important}.md-my-130{margin-block:130px}.i-md-my-135{margin-block:135px !important}.md-my-135{margin-block:135px}.i-md-my-140{margin-block:140px !important}.md-my-140{margin-block:140px}.i-md-my-145{margin-block:145px !important}.md-my-145{margin-block:145px}.i-md-my-150{margin-block:150px !important}.md-my-150{margin-block:150px}.i-md-my-155{margin-block:155px !important}.md-my-155{margin-block:155px}.i-md-my-160{margin-block:160px !important}.md-my-160{margin-block:160px}.i-md-my-165{margin-block:165px !important}.md-my-165{margin-block:165px}.i-md-my-170{margin-block:170px !important}.md-my-170{margin-block:170px}.i-md-my-175{margin-block:175px !important}.md-my-175{margin-block:175px}.i-md-my-180{margin-block:180px !important}.md-my-180{margin-block:180px}.i-md-my-185{margin-block:185px !important}.md-my-185{margin-block:185px}.i-md-my-190{margin-block:190px !important}.md-my-190{margin-block:190px}.i-md-my-195{margin-block:195px !important}.md-my-195{margin-block:195px}.i-md-my-200{margin-block:200px !important}.md-my-200{margin-block:200px}.i-md-my-205{margin-block:205px !important}.md-my-205{margin-block:205px}.i-md-my-210{margin-block:210px !important}.md-my-210{margin-block:210px}.i-md-my-215{margin-block:215px !important}.md-my-215{margin-block:215px}.i-md-my-220{margin-block:220px !important}.md-my-220{margin-block:220px}.i-md-my-225{margin-block:225px !important}.md-my-225{margin-block:225px}.i-md-my-230{margin-block:230px !important}.md-my-230{margin-block:230px}.i-md-my-235{margin-block:235px !important}.md-my-235{margin-block:235px}.i-md-my-240{margin-block:240px !important}.md-my-240{margin-block:240px}.i-md-my-245{margin-block:245px !important}.md-my-245{margin-block:245px}.i-md-my-250{margin-block:250px !important}.md-my-250{margin-block:250px}.i-md-my-255{margin-block:255px !important}.md-my-255{margin-block:255px}.i-md-my-260{margin-block:260px !important}.md-my-260{margin-block:260px}.i-md-my-265{margin-block:265px !important}.md-my-265{margin-block:265px}.i-md-my-270{margin-block:270px !important}.md-my-270{margin-block:270px}.i-md-my-275{margin-block:275px !important}.md-my-275{margin-block:275px}.i-md-my-280{margin-block:280px !important}.md-my-280{margin-block:280px}.i-md-my-285{margin-block:285px !important}.md-my-285{margin-block:285px}.i-md-my-290{margin-block:290px !important}.md-my-290{margin-block:290px}.i-md-my-295{margin-block:295px !important}.md-my-295{margin-block:295px}.i-md-my-300{margin-block:300px !important}.md-my-300{margin-block:300px}.i-md-mx--100{margin-inline:-100px !important}.md-mx--100{margin-inline:-100px}.i-md-mx--90{margin-inline:-90px !important}.md-mx--90{margin-inline:-90px}.i-md-mx--80{margin-inline:-80px !important}.md-mx--80{margin-inline:-80px}.i-md-mx--70{margin-inline:-70px !important}.md-mx--70{margin-inline:-70px}.i-md-mx--60{margin-inline:-60px !important}.md-mx--60{margin-inline:-60px}.i-md-mx--50{margin-inline:-50px !important}.md-mx--50{margin-inline:-50px}.i-md-mx--40{margin-inline:-40px !important}.md-mx--40{margin-inline:-40px}.i-md-mx--30{margin-inline:-30px !important}.md-mx--30{margin-inline:-30px}.i-md-mx--20{margin-inline:-20px !important}.md-mx--20{margin-inline:-20px}.i-md-mx--10{margin-inline:-10px !important}.md-mx--10{margin-inline:-10px}.i-md-mx--5{margin-inline:-5px !important}.md-mx--5{margin-inline:-5px}.i-md-mx-0{margin-inline:0px !important}.md-mx-0{margin-inline:0px}.i-md-mx-5{margin-inline:5px !important}.md-mx-5{margin-inline:5px}.i-md-mx-10{margin-inline:10px !important}.md-mx-10{margin-inline:10px}.i-md-mx-15{margin-inline:15px !important}.md-mx-15{margin-inline:15px}.i-md-mx-20{margin-inline:20px !important}.md-mx-20{margin-inline:20px}.i-md-mx-25{margin-inline:25px !important}.md-mx-25{margin-inline:25px}.i-md-mx-30{margin-inline:30px !important}.md-mx-30{margin-inline:30px}.i-md-mx-35{margin-inline:35px !important}.md-mx-35{margin-inline:35px}.i-md-mx-40{margin-inline:40px !important}.md-mx-40{margin-inline:40px}.i-md-mx-45{margin-inline:45px !important}.md-mx-45{margin-inline:45px}.i-md-mx-50{margin-inline:50px !important}.md-mx-50{margin-inline:50px}.i-md-mx-55{margin-inline:55px !important}.md-mx-55{margin-inline:55px}.i-md-mx-60{margin-inline:60px !important}.md-mx-60{margin-inline:60px}.i-md-mx-65{margin-inline:65px !important}.md-mx-65{margin-inline:65px}.i-md-mx-70{margin-inline:70px !important}.md-mx-70{margin-inline:70px}.i-md-mx-75{margin-inline:75px !important}.md-mx-75{margin-inline:75px}.i-md-mx-80{margin-inline:80px !important}.md-mx-80{margin-inline:80px}.i-md-mx-85{margin-inline:85px !important}.md-mx-85{margin-inline:85px}.i-md-mx-90{margin-inline:90px !important}.md-mx-90{margin-inline:90px}.i-md-mx-95{margin-inline:95px !important}.md-mx-95{margin-inline:95px}.i-md-mx-100{margin-inline:100px !important}.md-mx-100{margin-inline:100px}.i-md-mx-105{margin-inline:105px !important}.md-mx-105{margin-inline:105px}.i-md-mx-110{margin-inline:110px !important}.md-mx-110{margin-inline:110px}.i-md-mx-115{margin-inline:115px !important}.md-mx-115{margin-inline:115px}.i-md-mx-120{margin-inline:120px !important}.md-mx-120{margin-inline:120px}.i-md-mx-125{margin-inline:125px !important}.md-mx-125{margin-inline:125px}.i-md-mx-130{margin-inline:130px !important}.md-mx-130{margin-inline:130px}.i-md-mx-135{margin-inline:135px !important}.md-mx-135{margin-inline:135px}.i-md-mx-140{margin-inline:140px !important}.md-mx-140{margin-inline:140px}.i-md-mx-145{margin-inline:145px !important}.md-mx-145{margin-inline:145px}.i-md-mx-150{margin-inline:150px !important}.md-mx-150{margin-inline:150px}.i-md-mx-155{margin-inline:155px !important}.md-mx-155{margin-inline:155px}.i-md-mx-160{margin-inline:160px !important}.md-mx-160{margin-inline:160px}.i-md-mx-165{margin-inline:165px !important}.md-mx-165{margin-inline:165px}.i-md-mx-170{margin-inline:170px !important}.md-mx-170{margin-inline:170px}.i-md-mx-175{margin-inline:175px !important}.md-mx-175{margin-inline:175px}.i-md-mx-180{margin-inline:180px !important}.md-mx-180{margin-inline:180px}.i-md-mx-185{margin-inline:185px !important}.md-mx-185{margin-inline:185px}.i-md-mx-190{margin-inline:190px !important}.md-mx-190{margin-inline:190px}.i-md-mx-195{margin-inline:195px !important}.md-mx-195{margin-inline:195px}.i-md-mx-200{margin-inline:200px !important}.md-mx-200{margin-inline:200px}.i-md-mx-205{margin-inline:205px !important}.md-mx-205{margin-inline:205px}.i-md-mx-210{margin-inline:210px !important}.md-mx-210{margin-inline:210px}.i-md-mx-215{margin-inline:215px !important}.md-mx-215{margin-inline:215px}.i-md-mx-220{margin-inline:220px !important}.md-mx-220{margin-inline:220px}.i-md-mx-225{margin-inline:225px !important}.md-mx-225{margin-inline:225px}.i-md-mx-230{margin-inline:230px !important}.md-mx-230{margin-inline:230px}.i-md-mx-235{margin-inline:235px !important}.md-mx-235{margin-inline:235px}.i-md-mx-240{margin-inline:240px !important}.md-mx-240{margin-inline:240px}.i-md-mx-245{margin-inline:245px !important}.md-mx-245{margin-inline:245px}.i-md-mx-250{margin-inline:250px !important}.md-mx-250{margin-inline:250px}.i-md-mx-255{margin-inline:255px !important}.md-mx-255{margin-inline:255px}.i-md-mx-260{margin-inline:260px !important}.md-mx-260{margin-inline:260px}.i-md-mx-265{margin-inline:265px !important}.md-mx-265{margin-inline:265px}.i-md-mx-270{margin-inline:270px !important}.md-mx-270{margin-inline:270px}.i-md-mx-275{margin-inline:275px !important}.md-mx-275{margin-inline:275px}.i-md-mx-280{margin-inline:280px !important}.md-mx-280{margin-inline:280px}.i-md-mx-285{margin-inline:285px !important}.md-mx-285{margin-inline:285px}.i-md-mx-290{margin-inline:290px !important}.md-mx-290{margin-inline:290px}.i-md-mx-295{margin-inline:295px !important}.md-mx-295{margin-inline:295px}.i-md-mx-300{margin-inline:300px !important}.md-mx-300{margin-inline:300px}.i-md-p--100{padding:-100px !important}.md-p--100{padding:-100px}.i-md-p--90{padding:-90px !important}.md-p--90{padding:-90px}.i-md-p--80{padding:-80px !important}.md-p--80{padding:-80px}.i-md-p--70{padding:-70px !important}.md-p--70{padding:-70px}.i-md-p--60{padding:-60px !important}.md-p--60{padding:-60px}.i-md-p--50{padding:-50px !important}.md-p--50{padding:-50px}.i-md-p--40{padding:-40px !important}.md-p--40{padding:-40px}.i-md-p--30{padding:-30px !important}.md-p--30{padding:-30px}.i-md-p--20{padding:-20px !important}.md-p--20{padding:-20px}.i-md-p--10{padding:-10px !important}.md-p--10{padding:-10px}.i-md-p--5{padding:-5px !important}.md-p--5{padding:-5px}.i-md-p-0{padding:0px !important}.md-p-0{padding:0px}.i-md-p-5{padding:5px !important}.md-p-5{padding:5px}.i-md-p-10{padding:10px !important}.md-p-10{padding:10px}.i-md-p-15{padding:15px !important}.md-p-15{padding:15px}.i-md-p-20{padding:20px !important}.md-p-20{padding:20px}.i-md-p-25{padding:25px !important}.md-p-25{padding:25px}.i-md-p-30{padding:30px !important}.md-p-30{padding:30px}.i-md-p-35{padding:35px !important}.md-p-35{padding:35px}.i-md-p-40{padding:40px !important}.md-p-40{padding:40px}.i-md-p-45{padding:45px !important}.md-p-45{padding:45px}.i-md-p-50{padding:50px !important}.md-p-50{padding:50px}.i-md-p-55{padding:55px !important}.md-p-55{padding:55px}.i-md-p-60{padding:60px !important}.md-p-60{padding:60px}.i-md-p-65{padding:65px !important}.md-p-65{padding:65px}.i-md-p-70{padding:70px !important}.md-p-70{padding:70px}.i-md-p-75{padding:75px !important}.md-p-75{padding:75px}.i-md-p-80{padding:80px !important}.md-p-80{padding:80px}.i-md-p-85{padding:85px !important}.md-p-85{padding:85px}.i-md-p-90{padding:90px !important}.md-p-90{padding:90px}.i-md-p-95{padding:95px !important}.md-p-95{padding:95px}.i-md-p-100{padding:100px !important}.md-p-100{padding:100px}.i-md-p-105{padding:105px !important}.md-p-105{padding:105px}.i-md-p-110{padding:110px !important}.md-p-110{padding:110px}.i-md-p-115{padding:115px !important}.md-p-115{padding:115px}.i-md-p-120{padding:120px !important}.md-p-120{padding:120px}.i-md-p-125{padding:125px !important}.md-p-125{padding:125px}.i-md-p-130{padding:130px !important}.md-p-130{padding:130px}.i-md-p-135{padding:135px !important}.md-p-135{padding:135px}.i-md-p-140{padding:140px !important}.md-p-140{padding:140px}.i-md-p-145{padding:145px !important}.md-p-145{padding:145px}.i-md-p-150{padding:150px !important}.md-p-150{padding:150px}.i-md-p-155{padding:155px !important}.md-p-155{padding:155px}.i-md-p-160{padding:160px !important}.md-p-160{padding:160px}.i-md-p-165{padding:165px !important}.md-p-165{padding:165px}.i-md-p-170{padding:170px !important}.md-p-170{padding:170px}.i-md-p-175{padding:175px !important}.md-p-175{padding:175px}.i-md-p-180{padding:180px !important}.md-p-180{padding:180px}.i-md-p-185{padding:185px !important}.md-p-185{padding:185px}.i-md-p-190{padding:190px !important}.md-p-190{padding:190px}.i-md-p-195{padding:195px !important}.md-p-195{padding:195px}.i-md-p-200{padding:200px !important}.md-p-200{padding:200px}.i-md-p-205{padding:205px !important}.md-p-205{padding:205px}.i-md-p-210{padding:210px !important}.md-p-210{padding:210px}.i-md-p-215{padding:215px !important}.md-p-215{padding:215px}.i-md-p-220{padding:220px !important}.md-p-220{padding:220px}.i-md-p-225{padding:225px !important}.md-p-225{padding:225px}.i-md-p-230{padding:230px !important}.md-p-230{padding:230px}.i-md-p-235{padding:235px !important}.md-p-235{padding:235px}.i-md-p-240{padding:240px !important}.md-p-240{padding:240px}.i-md-p-245{padding:245px !important}.md-p-245{padding:245px}.i-md-p-250{padding:250px !important}.md-p-250{padding:250px}.i-md-p-255{padding:255px !important}.md-p-255{padding:255px}.i-md-p-260{padding:260px !important}.md-p-260{padding:260px}.i-md-p-265{padding:265px !important}.md-p-265{padding:265px}.i-md-p-270{padding:270px !important}.md-p-270{padding:270px}.i-md-p-275{padding:275px !important}.md-p-275{padding:275px}.i-md-p-280{padding:280px !important}.md-p-280{padding:280px}.i-md-p-285{padding:285px !important}.md-p-285{padding:285px}.i-md-p-290{padding:290px !important}.md-p-290{padding:290px}.i-md-p-295{padding:295px !important}.md-p-295{padding:295px}.i-md-p-300{padding:300px !important}.md-p-300{padding:300px}.i-md-m--100{margin:-100px !important}.md-m--100{margin:-100px}.i-md-m--90{margin:-90px !important}.md-m--90{margin:-90px}.i-md-m--80{margin:-80px !important}.md-m--80{margin:-80px}.i-md-m--70{margin:-70px !important}.md-m--70{margin:-70px}.i-md-m--60{margin:-60px !important}.md-m--60{margin:-60px}.i-md-m--50{margin:-50px !important}.md-m--50{margin:-50px}.i-md-m--40{margin:-40px !important}.md-m--40{margin:-40px}.i-md-m--30{margin:-30px !important}.md-m--30{margin:-30px}.i-md-m--20{margin:-20px !important}.md-m--20{margin:-20px}.i-md-m--10{margin:-10px !important}.md-m--10{margin:-10px}.i-md-m--5{margin:-5px !important}.md-m--5{margin:-5px}.i-md-m-0{margin:0px !important}.md-m-0{margin:0px}.i-md-m-5{margin:5px !important}.md-m-5{margin:5px}.i-md-m-10{margin:10px !important}.md-m-10{margin:10px}.i-md-m-15{margin:15px !important}.md-m-15{margin:15px}.i-md-m-20{margin:20px !important}.md-m-20{margin:20px}.i-md-m-25{margin:25px !important}.md-m-25{margin:25px}.i-md-m-30{margin:30px !important}.md-m-30{margin:30px}.i-md-m-35{margin:35px !important}.md-m-35{margin:35px}.i-md-m-40{margin:40px !important}.md-m-40{margin:40px}.i-md-m-45{margin:45px !important}.md-m-45{margin:45px}.i-md-m-50{margin:50px !important}.md-m-50{margin:50px}.i-md-m-55{margin:55px !important}.md-m-55{margin:55px}.i-md-m-60{margin:60px !important}.md-m-60{margin:60px}.i-md-m-65{margin:65px !important}.md-m-65{margin:65px}.i-md-m-70{margin:70px !important}.md-m-70{margin:70px}.i-md-m-75{margin:75px !important}.md-m-75{margin:75px}.i-md-m-80{margin:80px !important}.md-m-80{margin:80px}.i-md-m-85{margin:85px !important}.md-m-85{margin:85px}.i-md-m-90{margin:90px !important}.md-m-90{margin:90px}.i-md-m-95{margin:95px !important}.md-m-95{margin:95px}.i-md-m-100{margin:100px !important}.md-m-100{margin:100px}.i-md-m-105{margin:105px !important}.md-m-105{margin:105px}.i-md-m-110{margin:110px !important}.md-m-110{margin:110px}.i-md-m-115{margin:115px !important}.md-m-115{margin:115px}.i-md-m-120{margin:120px !important}.md-m-120{margin:120px}.i-md-m-125{margin:125px !important}.md-m-125{margin:125px}.i-md-m-130{margin:130px !important}.md-m-130{margin:130px}.i-md-m-135{margin:135px !important}.md-m-135{margin:135px}.i-md-m-140{margin:140px !important}.md-m-140{margin:140px}.i-md-m-145{margin:145px !important}.md-m-145{margin:145px}.i-md-m-150{margin:150px !important}.md-m-150{margin:150px}.i-md-m-155{margin:155px !important}.md-m-155{margin:155px}.i-md-m-160{margin:160px !important}.md-m-160{margin:160px}.i-md-m-165{margin:165px !important}.md-m-165{margin:165px}.i-md-m-170{margin:170px !important}.md-m-170{margin:170px}.i-md-m-175{margin:175px !important}.md-m-175{margin:175px}.i-md-m-180{margin:180px !important}.md-m-180{margin:180px}.i-md-m-185{margin:185px !important}.md-m-185{margin:185px}.i-md-m-190{margin:190px !important}.md-m-190{margin:190px}.i-md-m-195{margin:195px !important}.md-m-195{margin:195px}.i-md-m-200{margin:200px !important}.md-m-200{margin:200px}.i-md-m-205{margin:205px !important}.md-m-205{margin:205px}.i-md-m-210{margin:210px !important}.md-m-210{margin:210px}.i-md-m-215{margin:215px !important}.md-m-215{margin:215px}.i-md-m-220{margin:220px !important}.md-m-220{margin:220px}.i-md-m-225{margin:225px !important}.md-m-225{margin:225px}.i-md-m-230{margin:230px !important}.md-m-230{margin:230px}.i-md-m-235{margin:235px !important}.md-m-235{margin:235px}.i-md-m-240{margin:240px !important}.md-m-240{margin:240px}.i-md-m-245{margin:245px !important}.md-m-245{margin:245px}.i-md-m-250{margin:250px !important}.md-m-250{margin:250px}.i-md-m-255{margin:255px !important}.md-m-255{margin:255px}.i-md-m-260{margin:260px !important}.md-m-260{margin:260px}.i-md-m-265{margin:265px !important}.md-m-265{margin:265px}.i-md-m-270{margin:270px !important}.md-m-270{margin:270px}.i-md-m-275{margin:275px !important}.md-m-275{margin:275px}.i-md-m-280{margin:280px !important}.md-m-280{margin:280px}.i-md-m-285{margin:285px !important}.md-m-285{margin:285px}.i-md-m-290{margin:290px !important}.md-m-290{margin:290px}.i-md-m-295{margin:295px !important}.md-m-295{margin:295px}.i-md-m-300{margin:300px !important}.md-m-300{margin:300px}}@media (max-width: 768px){.i-sm-pt--100{padding-top:-100px !important}.sm-pt--100{padding-top:-100px}.i-sm-pt--90{padding-top:-90px !important}.sm-pt--90{padding-top:-90px}.i-sm-pt--80{padding-top:-80px !important}.sm-pt--80{padding-top:-80px}.i-sm-pt--70{padding-top:-70px !important}.sm-pt--70{padding-top:-70px}.i-sm-pt--60{padding-top:-60px !important}.sm-pt--60{padding-top:-60px}.i-sm-pt--50{padding-top:-50px !important}.sm-pt--50{padding-top:-50px}.i-sm-pt--40{padding-top:-40px !important}.sm-pt--40{padding-top:-40px}.i-sm-pt--30{padding-top:-30px !important}.sm-pt--30{padding-top:-30px}.i-sm-pt--20{padding-top:-20px !important}.sm-pt--20{padding-top:-20px}.i-sm-pt--10{padding-top:-10px !important}.sm-pt--10{padding-top:-10px}.i-sm-pt--5{padding-top:-5px !important}.sm-pt--5{padding-top:-5px}.i-sm-pt-0{padding-top:0px !important}.sm-pt-0{padding-top:0px}.i-sm-pt-5{padding-top:5px !important}.sm-pt-5{padding-top:5px}.i-sm-pt-10{padding-top:10px !important}.sm-pt-10{padding-top:10px}.i-sm-pt-15{padding-top:15px !important}.sm-pt-15{padding-top:15px}.i-sm-pt-20{padding-top:20px !important}.sm-pt-20{padding-top:20px}.i-sm-pt-25{padding-top:25px !important}.sm-pt-25{padding-top:25px}.i-sm-pt-30{padding-top:30px !important}.sm-pt-30{padding-top:30px}.i-sm-pt-35{padding-top:35px !important}.sm-pt-35{padding-top:35px}.i-sm-pt-40{padding-top:40px !important}.sm-pt-40{padding-top:40px}.i-sm-pt-45{padding-top:45px !important}.sm-pt-45{padding-top:45px}.i-sm-pt-50{padding-top:50px !important}.sm-pt-50{padding-top:50px}.i-sm-pt-55{padding-top:55px !important}.sm-pt-55{padding-top:55px}.i-sm-pt-60{padding-top:60px !important}.sm-pt-60{padding-top:60px}.i-sm-pt-65{padding-top:65px !important}.sm-pt-65{padding-top:65px}.i-sm-pt-70{padding-top:70px !important}.sm-pt-70{padding-top:70px}.i-sm-pt-75{padding-top:75px !important}.sm-pt-75{padding-top:75px}.i-sm-pt-80{padding-top:80px !important}.sm-pt-80{padding-top:80px}.i-sm-pt-85{padding-top:85px !important}.sm-pt-85{padding-top:85px}.i-sm-pt-90{padding-top:90px !important}.sm-pt-90{padding-top:90px}.i-sm-pt-95{padding-top:95px !important}.sm-pt-95{padding-top:95px}.i-sm-pt-100{padding-top:100px !important}.sm-pt-100{padding-top:100px}.i-sm-pt-105{padding-top:105px !important}.sm-pt-105{padding-top:105px}.i-sm-pt-110{padding-top:110px !important}.sm-pt-110{padding-top:110px}.i-sm-pt-115{padding-top:115px !important}.sm-pt-115{padding-top:115px}.i-sm-pt-120{padding-top:120px !important}.sm-pt-120{padding-top:120px}.i-sm-pt-125{padding-top:125px !important}.sm-pt-125{padding-top:125px}.i-sm-pt-130{padding-top:130px !important}.sm-pt-130{padding-top:130px}.i-sm-pt-135{padding-top:135px !important}.sm-pt-135{padding-top:135px}.i-sm-pt-140{padding-top:140px !important}.sm-pt-140{padding-top:140px}.i-sm-pt-145{padding-top:145px !important}.sm-pt-145{padding-top:145px}.i-sm-pt-150{padding-top:150px !important}.sm-pt-150{padding-top:150px}.i-sm-pt-155{padding-top:155px !important}.sm-pt-155{padding-top:155px}.i-sm-pt-160{padding-top:160px !important}.sm-pt-160{padding-top:160px}.i-sm-pt-165{padding-top:165px !important}.sm-pt-165{padding-top:165px}.i-sm-pt-170{padding-top:170px !important}.sm-pt-170{padding-top:170px}.i-sm-pt-175{padding-top:175px !important}.sm-pt-175{padding-top:175px}.i-sm-pt-180{padding-top:180px !important}.sm-pt-180{padding-top:180px}.i-sm-pt-185{padding-top:185px !important}.sm-pt-185{padding-top:185px}.i-sm-pt-190{padding-top:190px !important}.sm-pt-190{padding-top:190px}.i-sm-pt-195{padding-top:195px !important}.sm-pt-195{padding-top:195px}.i-sm-pt-200{padding-top:200px !important}.sm-pt-200{padding-top:200px}.i-sm-pt-205{padding-top:205px !important}.sm-pt-205{padding-top:205px}.i-sm-pt-210{padding-top:210px !important}.sm-pt-210{padding-top:210px}.i-sm-pt-215{padding-top:215px !important}.sm-pt-215{padding-top:215px}.i-sm-pt-220{padding-top:220px !important}.sm-pt-220{padding-top:220px}.i-sm-pt-225{padding-top:225px !important}.sm-pt-225{padding-top:225px}.i-sm-pt-230{padding-top:230px !important}.sm-pt-230{padding-top:230px}.i-sm-pt-235{padding-top:235px !important}.sm-pt-235{padding-top:235px}.i-sm-pt-240{padding-top:240px !important}.sm-pt-240{padding-top:240px}.i-sm-pt-245{padding-top:245px !important}.sm-pt-245{padding-top:245px}.i-sm-pt-250{padding-top:250px !important}.sm-pt-250{padding-top:250px}.i-sm-pt-255{padding-top:255px !important}.sm-pt-255{padding-top:255px}.i-sm-pt-260{padding-top:260px !important}.sm-pt-260{padding-top:260px}.i-sm-pt-265{padding-top:265px !important}.sm-pt-265{padding-top:265px}.i-sm-pt-270{padding-top:270px !important}.sm-pt-270{padding-top:270px}.i-sm-pt-275{padding-top:275px !important}.sm-pt-275{padding-top:275px}.i-sm-pt-280{padding-top:280px !important}.sm-pt-280{padding-top:280px}.i-sm-pt-285{padding-top:285px !important}.sm-pt-285{padding-top:285px}.i-sm-pt-290{padding-top:290px !important}.sm-pt-290{padding-top:290px}.i-sm-pt-295{padding-top:295px !important}.sm-pt-295{padding-top:295px}.i-sm-pt-300{padding-top:300px !important}.sm-pt-300{padding-top:300px}.i-sm-pr--100{padding-right:-100px !important}.sm-pr--100{padding-right:-100px}.i-sm-pr--90{padding-right:-90px !important}.sm-pr--90{padding-right:-90px}.i-sm-pr--80{padding-right:-80px !important}.sm-pr--80{padding-right:-80px}.i-sm-pr--70{padding-right:-70px !important}.sm-pr--70{padding-right:-70px}.i-sm-pr--60{padding-right:-60px !important}.sm-pr--60{padding-right:-60px}.i-sm-pr--50{padding-right:-50px !important}.sm-pr--50{padding-right:-50px}.i-sm-pr--40{padding-right:-40px !important}.sm-pr--40{padding-right:-40px}.i-sm-pr--30{padding-right:-30px !important}.sm-pr--30{padding-right:-30px}.i-sm-pr--20{padding-right:-20px !important}.sm-pr--20{padding-right:-20px}.i-sm-pr--10{padding-right:-10px !important}.sm-pr--10{padding-right:-10px}.i-sm-pr--5{padding-right:-5px !important}.sm-pr--5{padding-right:-5px}.i-sm-pr-0{padding-right:0px !important}.sm-pr-0{padding-right:0px}.i-sm-pr-5{padding-right:5px !important}.sm-pr-5{padding-right:5px}.i-sm-pr-10{padding-right:10px !important}.sm-pr-10{padding-right:10px}.i-sm-pr-15{padding-right:15px !important}.sm-pr-15{padding-right:15px}.i-sm-pr-20{padding-right:20px !important}.sm-pr-20{padding-right:20px}.i-sm-pr-25{padding-right:25px !important}.sm-pr-25{padding-right:25px}.i-sm-pr-30{padding-right:30px !important}.sm-pr-30{padding-right:30px}.i-sm-pr-35{padding-right:35px !important}.sm-pr-35{padding-right:35px}.i-sm-pr-40{padding-right:40px !important}.sm-pr-40{padding-right:40px}.i-sm-pr-45{padding-right:45px !important}.sm-pr-45{padding-right:45px}.i-sm-pr-50{padding-right:50px !important}.sm-pr-50{padding-right:50px}.i-sm-pr-55{padding-right:55px !important}.sm-pr-55{padding-right:55px}.i-sm-pr-60{padding-right:60px !important}.sm-pr-60{padding-right:60px}.i-sm-pr-65{padding-right:65px !important}.sm-pr-65{padding-right:65px}.i-sm-pr-70{padding-right:70px !important}.sm-pr-70{padding-right:70px}.i-sm-pr-75{padding-right:75px !important}.sm-pr-75{padding-right:75px}.i-sm-pr-80{padding-right:80px !important}.sm-pr-80{padding-right:80px}.i-sm-pr-85{padding-right:85px !important}.sm-pr-85{padding-right:85px}.i-sm-pr-90{padding-right:90px !important}.sm-pr-90{padding-right:90px}.i-sm-pr-95{padding-right:95px !important}.sm-pr-95{padding-right:95px}.i-sm-pr-100{padding-right:100px !important}.sm-pr-100{padding-right:100px}.i-sm-pr-105{padding-right:105px !important}.sm-pr-105{padding-right:105px}.i-sm-pr-110{padding-right:110px !important}.sm-pr-110{padding-right:110px}.i-sm-pr-115{padding-right:115px !important}.sm-pr-115{padding-right:115px}.i-sm-pr-120{padding-right:120px !important}.sm-pr-120{padding-right:120px}.i-sm-pr-125{padding-right:125px !important}.sm-pr-125{padding-right:125px}.i-sm-pr-130{padding-right:130px !important}.sm-pr-130{padding-right:130px}.i-sm-pr-135{padding-right:135px !important}.sm-pr-135{padding-right:135px}.i-sm-pr-140{padding-right:140px !important}.sm-pr-140{padding-right:140px}.i-sm-pr-145{padding-right:145px !important}.sm-pr-145{padding-right:145px}.i-sm-pr-150{padding-right:150px !important}.sm-pr-150{padding-right:150px}.i-sm-pr-155{padding-right:155px !important}.sm-pr-155{padding-right:155px}.i-sm-pr-160{padding-right:160px !important}.sm-pr-160{padding-right:160px}.i-sm-pr-165{padding-right:165px !important}.sm-pr-165{padding-right:165px}.i-sm-pr-170{padding-right:170px !important}.sm-pr-170{padding-right:170px}.i-sm-pr-175{padding-right:175px !important}.sm-pr-175{padding-right:175px}.i-sm-pr-180{padding-right:180px !important}.sm-pr-180{padding-right:180px}.i-sm-pr-185{padding-right:185px !important}.sm-pr-185{padding-right:185px}.i-sm-pr-190{padding-right:190px !important}.sm-pr-190{padding-right:190px}.i-sm-pr-195{padding-right:195px !important}.sm-pr-195{padding-right:195px}.i-sm-pr-200{padding-right:200px !important}.sm-pr-200{padding-right:200px}.i-sm-pr-205{padding-right:205px !important}.sm-pr-205{padding-right:205px}.i-sm-pr-210{padding-right:210px !important}.sm-pr-210{padding-right:210px}.i-sm-pr-215{padding-right:215px !important}.sm-pr-215{padding-right:215px}.i-sm-pr-220{padding-right:220px !important}.sm-pr-220{padding-right:220px}.i-sm-pr-225{padding-right:225px !important}.sm-pr-225{padding-right:225px}.i-sm-pr-230{padding-right:230px !important}.sm-pr-230{padding-right:230px}.i-sm-pr-235{padding-right:235px !important}.sm-pr-235{padding-right:235px}.i-sm-pr-240{padding-right:240px !important}.sm-pr-240{padding-right:240px}.i-sm-pr-245{padding-right:245px !important}.sm-pr-245{padding-right:245px}.i-sm-pr-250{padding-right:250px !important}.sm-pr-250{padding-right:250px}.i-sm-pr-255{padding-right:255px !important}.sm-pr-255{padding-right:255px}.i-sm-pr-260{padding-right:260px !important}.sm-pr-260{padding-right:260px}.i-sm-pr-265{padding-right:265px !important}.sm-pr-265{padding-right:265px}.i-sm-pr-270{padding-right:270px !important}.sm-pr-270{padding-right:270px}.i-sm-pr-275{padding-right:275px !important}.sm-pr-275{padding-right:275px}.i-sm-pr-280{padding-right:280px !important}.sm-pr-280{padding-right:280px}.i-sm-pr-285{padding-right:285px !important}.sm-pr-285{padding-right:285px}.i-sm-pr-290{padding-right:290px !important}.sm-pr-290{padding-right:290px}.i-sm-pr-295{padding-right:295px !important}.sm-pr-295{padding-right:295px}.i-sm-pr-300{padding-right:300px !important}.sm-pr-300{padding-right:300px}.i-sm-pb--100{padding-bottom:-100px !important}.sm-pb--100{padding-bottom:-100px}.i-sm-pb--90{padding-bottom:-90px !important}.sm-pb--90{padding-bottom:-90px}.i-sm-pb--80{padding-bottom:-80px !important}.sm-pb--80{padding-bottom:-80px}.i-sm-pb--70{padding-bottom:-70px !important}.sm-pb--70{padding-bottom:-70px}.i-sm-pb--60{padding-bottom:-60px !important}.sm-pb--60{padding-bottom:-60px}.i-sm-pb--50{padding-bottom:-50px !important}.sm-pb--50{padding-bottom:-50px}.i-sm-pb--40{padding-bottom:-40px !important}.sm-pb--40{padding-bottom:-40px}.i-sm-pb--30{padding-bottom:-30px !important}.sm-pb--30{padding-bottom:-30px}.i-sm-pb--20{padding-bottom:-20px !important}.sm-pb--20{padding-bottom:-20px}.i-sm-pb--10{padding-bottom:-10px !important}.sm-pb--10{padding-bottom:-10px}.i-sm-pb--5{padding-bottom:-5px !important}.sm-pb--5{padding-bottom:-5px}.i-sm-pb-0{padding-bottom:0px !important}.sm-pb-0{padding-bottom:0px}.i-sm-pb-5{padding-bottom:5px !important}.sm-pb-5{padding-bottom:5px}.i-sm-pb-10{padding-bottom:10px !important}.sm-pb-10{padding-bottom:10px}.i-sm-pb-15{padding-bottom:15px !important}.sm-pb-15{padding-bottom:15px}.i-sm-pb-20{padding-bottom:20px !important}.sm-pb-20{padding-bottom:20px}.i-sm-pb-25{padding-bottom:25px !important}.sm-pb-25{padding-bottom:25px}.i-sm-pb-30{padding-bottom:30px !important}.sm-pb-30{padding-bottom:30px}.i-sm-pb-35{padding-bottom:35px !important}.sm-pb-35{padding-bottom:35px}.i-sm-pb-40{padding-bottom:40px !important}.sm-pb-40{padding-bottom:40px}.i-sm-pb-45{padding-bottom:45px !important}.sm-pb-45{padding-bottom:45px}.i-sm-pb-50{padding-bottom:50px !important}.sm-pb-50{padding-bottom:50px}.i-sm-pb-55{padding-bottom:55px !important}.sm-pb-55{padding-bottom:55px}.i-sm-pb-60{padding-bottom:60px !important}.sm-pb-60{padding-bottom:60px}.i-sm-pb-65{padding-bottom:65px !important}.sm-pb-65{padding-bottom:65px}.i-sm-pb-70{padding-bottom:70px !important}.sm-pb-70{padding-bottom:70px}.i-sm-pb-75{padding-bottom:75px !important}.sm-pb-75{padding-bottom:75px}.i-sm-pb-80{padding-bottom:80px !important}.sm-pb-80{padding-bottom:80px}.i-sm-pb-85{padding-bottom:85px !important}.sm-pb-85{padding-bottom:85px}.i-sm-pb-90{padding-bottom:90px !important}.sm-pb-90{padding-bottom:90px}.i-sm-pb-95{padding-bottom:95px !important}.sm-pb-95{padding-bottom:95px}.i-sm-pb-100{padding-bottom:100px !important}.sm-pb-100{padding-bottom:100px}.i-sm-pb-105{padding-bottom:105px !important}.sm-pb-105{padding-bottom:105px}.i-sm-pb-110{padding-bottom:110px !important}.sm-pb-110{padding-bottom:110px}.i-sm-pb-115{padding-bottom:115px !important}.sm-pb-115{padding-bottom:115px}.i-sm-pb-120{padding-bottom:120px !important}.sm-pb-120{padding-bottom:120px}.i-sm-pb-125{padding-bottom:125px !important}.sm-pb-125{padding-bottom:125px}.i-sm-pb-130{padding-bottom:130px !important}.sm-pb-130{padding-bottom:130px}.i-sm-pb-135{padding-bottom:135px !important}.sm-pb-135{padding-bottom:135px}.i-sm-pb-140{padding-bottom:140px !important}.sm-pb-140{padding-bottom:140px}.i-sm-pb-145{padding-bottom:145px !important}.sm-pb-145{padding-bottom:145px}.i-sm-pb-150{padding-bottom:150px !important}.sm-pb-150{padding-bottom:150px}.i-sm-pb-155{padding-bottom:155px !important}.sm-pb-155{padding-bottom:155px}.i-sm-pb-160{padding-bottom:160px !important}.sm-pb-160{padding-bottom:160px}.i-sm-pb-165{padding-bottom:165px !important}.sm-pb-165{padding-bottom:165px}.i-sm-pb-170{padding-bottom:170px !important}.sm-pb-170{padding-bottom:170px}.i-sm-pb-175{padding-bottom:175px !important}.sm-pb-175{padding-bottom:175px}.i-sm-pb-180{padding-bottom:180px !important}.sm-pb-180{padding-bottom:180px}.i-sm-pb-185{padding-bottom:185px !important}.sm-pb-185{padding-bottom:185px}.i-sm-pb-190{padding-bottom:190px !important}.sm-pb-190{padding-bottom:190px}.i-sm-pb-195{padding-bottom:195px !important}.sm-pb-195{padding-bottom:195px}.i-sm-pb-200{padding-bottom:200px !important}.sm-pb-200{padding-bottom:200px}.i-sm-pb-205{padding-bottom:205px !important}.sm-pb-205{padding-bottom:205px}.i-sm-pb-210{padding-bottom:210px !important}.sm-pb-210{padding-bottom:210px}.i-sm-pb-215{padding-bottom:215px !important}.sm-pb-215{padding-bottom:215px}.i-sm-pb-220{padding-bottom:220px !important}.sm-pb-220{padding-bottom:220px}.i-sm-pb-225{padding-bottom:225px !important}.sm-pb-225{padding-bottom:225px}.i-sm-pb-230{padding-bottom:230px !important}.sm-pb-230{padding-bottom:230px}.i-sm-pb-235{padding-bottom:235px !important}.sm-pb-235{padding-bottom:235px}.i-sm-pb-240{padding-bottom:240px !important}.sm-pb-240{padding-bottom:240px}.i-sm-pb-245{padding-bottom:245px !important}.sm-pb-245{padding-bottom:245px}.i-sm-pb-250{padding-bottom:250px !important}.sm-pb-250{padding-bottom:250px}.i-sm-pb-255{padding-bottom:255px !important}.sm-pb-255{padding-bottom:255px}.i-sm-pb-260{padding-bottom:260px !important}.sm-pb-260{padding-bottom:260px}.i-sm-pb-265{padding-bottom:265px !important}.sm-pb-265{padding-bottom:265px}.i-sm-pb-270{padding-bottom:270px !important}.sm-pb-270{padding-bottom:270px}.i-sm-pb-275{padding-bottom:275px !important}.sm-pb-275{padding-bottom:275px}.i-sm-pb-280{padding-bottom:280px !important}.sm-pb-280{padding-bottom:280px}.i-sm-pb-285{padding-bottom:285px !important}.sm-pb-285{padding-bottom:285px}.i-sm-pb-290{padding-bottom:290px !important}.sm-pb-290{padding-bottom:290px}.i-sm-pb-295{padding-bottom:295px !important}.sm-pb-295{padding-bottom:295px}.i-sm-pb-300{padding-bottom:300px !important}.sm-pb-300{padding-bottom:300px}.i-sm-pl--100{padding-left:-100px !important}.sm-pl--100{padding-left:-100px}.i-sm-pl--90{padding-left:-90px !important}.sm-pl--90{padding-left:-90px}.i-sm-pl--80{padding-left:-80px !important}.sm-pl--80{padding-left:-80px}.i-sm-pl--70{padding-left:-70px !important}.sm-pl--70{padding-left:-70px}.i-sm-pl--60{padding-left:-60px !important}.sm-pl--60{padding-left:-60px}.i-sm-pl--50{padding-left:-50px !important}.sm-pl--50{padding-left:-50px}.i-sm-pl--40{padding-left:-40px !important}.sm-pl--40{padding-left:-40px}.i-sm-pl--30{padding-left:-30px !important}.sm-pl--30{padding-left:-30px}.i-sm-pl--20{padding-left:-20px !important}.sm-pl--20{padding-left:-20px}.i-sm-pl--10{padding-left:-10px !important}.sm-pl--10{padding-left:-10px}.i-sm-pl--5{padding-left:-5px !important}.sm-pl--5{padding-left:-5px}.i-sm-pl-0{padding-left:0px !important}.sm-pl-0{padding-left:0px}.i-sm-pl-5{padding-left:5px !important}.sm-pl-5{padding-left:5px}.i-sm-pl-10{padding-left:10px !important}.sm-pl-10{padding-left:10px}.i-sm-pl-15{padding-left:15px !important}.sm-pl-15{padding-left:15px}.i-sm-pl-20{padding-left:20px !important}.sm-pl-20{padding-left:20px}.i-sm-pl-25{padding-left:25px !important}.sm-pl-25{padding-left:25px}.i-sm-pl-30{padding-left:30px !important}.sm-pl-30{padding-left:30px}.i-sm-pl-35{padding-left:35px !important}.sm-pl-35{padding-left:35px}.i-sm-pl-40{padding-left:40px !important}.sm-pl-40{padding-left:40px}.i-sm-pl-45{padding-left:45px !important}.sm-pl-45{padding-left:45px}.i-sm-pl-50{padding-left:50px !important}.sm-pl-50{padding-left:50px}.i-sm-pl-55{padding-left:55px !important}.sm-pl-55{padding-left:55px}.i-sm-pl-60{padding-left:60px !important}.sm-pl-60{padding-left:60px}.i-sm-pl-65{padding-left:65px !important}.sm-pl-65{padding-left:65px}.i-sm-pl-70{padding-left:70px !important}.sm-pl-70{padding-left:70px}.i-sm-pl-75{padding-left:75px !important}.sm-pl-75{padding-left:75px}.i-sm-pl-80{padding-left:80px !important}.sm-pl-80{padding-left:80px}.i-sm-pl-85{padding-left:85px !important}.sm-pl-85{padding-left:85px}.i-sm-pl-90{padding-left:90px !important}.sm-pl-90{padding-left:90px}.i-sm-pl-95{padding-left:95px !important}.sm-pl-95{padding-left:95px}.i-sm-pl-100{padding-left:100px !important}.sm-pl-100{padding-left:100px}.i-sm-pl-105{padding-left:105px !important}.sm-pl-105{padding-left:105px}.i-sm-pl-110{padding-left:110px !important}.sm-pl-110{padding-left:110px}.i-sm-pl-115{padding-left:115px !important}.sm-pl-115{padding-left:115px}.i-sm-pl-120{padding-left:120px !important}.sm-pl-120{padding-left:120px}.i-sm-pl-125{padding-left:125px !important}.sm-pl-125{padding-left:125px}.i-sm-pl-130{padding-left:130px !important}.sm-pl-130{padding-left:130px}.i-sm-pl-135{padding-left:135px !important}.sm-pl-135{padding-left:135px}.i-sm-pl-140{padding-left:140px !important}.sm-pl-140{padding-left:140px}.i-sm-pl-145{padding-left:145px !important}.sm-pl-145{padding-left:145px}.i-sm-pl-150{padding-left:150px !important}.sm-pl-150{padding-left:150px}.i-sm-pl-155{padding-left:155px !important}.sm-pl-155{padding-left:155px}.i-sm-pl-160{padding-left:160px !important}.sm-pl-160{padding-left:160px}.i-sm-pl-165{padding-left:165px !important}.sm-pl-165{padding-left:165px}.i-sm-pl-170{padding-left:170px !important}.sm-pl-170{padding-left:170px}.i-sm-pl-175{padding-left:175px !important}.sm-pl-175{padding-left:175px}.i-sm-pl-180{padding-left:180px !important}.sm-pl-180{padding-left:180px}.i-sm-pl-185{padding-left:185px !important}.sm-pl-185{padding-left:185px}.i-sm-pl-190{padding-left:190px !important}.sm-pl-190{padding-left:190px}.i-sm-pl-195{padding-left:195px !important}.sm-pl-195{padding-left:195px}.i-sm-pl-200{padding-left:200px !important}.sm-pl-200{padding-left:200px}.i-sm-pl-205{padding-left:205px !important}.sm-pl-205{padding-left:205px}.i-sm-pl-210{padding-left:210px !important}.sm-pl-210{padding-left:210px}.i-sm-pl-215{padding-left:215px !important}.sm-pl-215{padding-left:215px}.i-sm-pl-220{padding-left:220px !important}.sm-pl-220{padding-left:220px}.i-sm-pl-225{padding-left:225px !important}.sm-pl-225{padding-left:225px}.i-sm-pl-230{padding-left:230px !important}.sm-pl-230{padding-left:230px}.i-sm-pl-235{padding-left:235px !important}.sm-pl-235{padding-left:235px}.i-sm-pl-240{padding-left:240px !important}.sm-pl-240{padding-left:240px}.i-sm-pl-245{padding-left:245px !important}.sm-pl-245{padding-left:245px}.i-sm-pl-250{padding-left:250px !important}.sm-pl-250{padding-left:250px}.i-sm-pl-255{padding-left:255px !important}.sm-pl-255{padding-left:255px}.i-sm-pl-260{padding-left:260px !important}.sm-pl-260{padding-left:260px}.i-sm-pl-265{padding-left:265px !important}.sm-pl-265{padding-left:265px}.i-sm-pl-270{padding-left:270px !important}.sm-pl-270{padding-left:270px}.i-sm-pl-275{padding-left:275px !important}.sm-pl-275{padding-left:275px}.i-sm-pl-280{padding-left:280px !important}.sm-pl-280{padding-left:280px}.i-sm-pl-285{padding-left:285px !important}.sm-pl-285{padding-left:285px}.i-sm-pl-290{padding-left:290px !important}.sm-pl-290{padding-left:290px}.i-sm-pl-295{padding-left:295px !important}.sm-pl-295{padding-left:295px}.i-sm-pl-300{padding-left:300px !important}.sm-pl-300{padding-left:300px}.i-sm-py--100{padding-block:-100px !important}.sm-py--100{padding-block:-100px}.i-sm-py--90{padding-block:-90px !important}.sm-py--90{padding-block:-90px}.i-sm-py--80{padding-block:-80px !important}.sm-py--80{padding-block:-80px}.i-sm-py--70{padding-block:-70px !important}.sm-py--70{padding-block:-70px}.i-sm-py--60{padding-block:-60px !important}.sm-py--60{padding-block:-60px}.i-sm-py--50{padding-block:-50px !important}.sm-py--50{padding-block:-50px}.i-sm-py--40{padding-block:-40px !important}.sm-py--40{padding-block:-40px}.i-sm-py--30{padding-block:-30px !important}.sm-py--30{padding-block:-30px}.i-sm-py--20{padding-block:-20px !important}.sm-py--20{padding-block:-20px}.i-sm-py--10{padding-block:-10px !important}.sm-py--10{padding-block:-10px}.i-sm-py--5{padding-block:-5px !important}.sm-py--5{padding-block:-5px}.i-sm-py-0{padding-block:0px !important}.sm-py-0{padding-block:0px}.i-sm-py-5{padding-block:5px !important}.sm-py-5{padding-block:5px}.i-sm-py-10{padding-block:10px !important}.sm-py-10{padding-block:10px}.i-sm-py-15{padding-block:15px !important}.sm-py-15{padding-block:15px}.i-sm-py-20{padding-block:20px !important}.sm-py-20{padding-block:20px}.i-sm-py-25{padding-block:25px !important}.sm-py-25{padding-block:25px}.i-sm-py-30{padding-block:30px !important}.sm-py-30{padding-block:30px}.i-sm-py-35{padding-block:35px !important}.sm-py-35{padding-block:35px}.i-sm-py-40{padding-block:40px !important}.sm-py-40{padding-block:40px}.i-sm-py-45{padding-block:45px !important}.sm-py-45{padding-block:45px}.i-sm-py-50{padding-block:50px !important}.sm-py-50{padding-block:50px}.i-sm-py-55{padding-block:55px !important}.sm-py-55{padding-block:55px}.i-sm-py-60{padding-block:60px !important}.sm-py-60{padding-block:60px}.i-sm-py-65{padding-block:65px !important}.sm-py-65{padding-block:65px}.i-sm-py-70{padding-block:70px !important}.sm-py-70{padding-block:70px}.i-sm-py-75{padding-block:75px !important}.sm-py-75{padding-block:75px}.i-sm-py-80{padding-block:80px !important}.sm-py-80{padding-block:80px}.i-sm-py-85{padding-block:85px !important}.sm-py-85{padding-block:85px}.i-sm-py-90{padding-block:90px !important}.sm-py-90{padding-block:90px}.i-sm-py-95{padding-block:95px !important}.sm-py-95{padding-block:95px}.i-sm-py-100{padding-block:100px !important}.sm-py-100{padding-block:100px}.i-sm-py-105{padding-block:105px !important}.sm-py-105{padding-block:105px}.i-sm-py-110{padding-block:110px !important}.sm-py-110{padding-block:110px}.i-sm-py-115{padding-block:115px !important}.sm-py-115{padding-block:115px}.i-sm-py-120{padding-block:120px !important}.sm-py-120{padding-block:120px}.i-sm-py-125{padding-block:125px !important}.sm-py-125{padding-block:125px}.i-sm-py-130{padding-block:130px !important}.sm-py-130{padding-block:130px}.i-sm-py-135{padding-block:135px !important}.sm-py-135{padding-block:135px}.i-sm-py-140{padding-block:140px !important}.sm-py-140{padding-block:140px}.i-sm-py-145{padding-block:145px !important}.sm-py-145{padding-block:145px}.i-sm-py-150{padding-block:150px !important}.sm-py-150{padding-block:150px}.i-sm-py-155{padding-block:155px !important}.sm-py-155{padding-block:155px}.i-sm-py-160{padding-block:160px !important}.sm-py-160{padding-block:160px}.i-sm-py-165{padding-block:165px !important}.sm-py-165{padding-block:165px}.i-sm-py-170{padding-block:170px !important}.sm-py-170{padding-block:170px}.i-sm-py-175{padding-block:175px !important}.sm-py-175{padding-block:175px}.i-sm-py-180{padding-block:180px !important}.sm-py-180{padding-block:180px}.i-sm-py-185{padding-block:185px !important}.sm-py-185{padding-block:185px}.i-sm-py-190{padding-block:190px !important}.sm-py-190{padding-block:190px}.i-sm-py-195{padding-block:195px !important}.sm-py-195{padding-block:195px}.i-sm-py-200{padding-block:200px !important}.sm-py-200{padding-block:200px}.i-sm-py-205{padding-block:205px !important}.sm-py-205{padding-block:205px}.i-sm-py-210{padding-block:210px !important}.sm-py-210{padding-block:210px}.i-sm-py-215{padding-block:215px !important}.sm-py-215{padding-block:215px}.i-sm-py-220{padding-block:220px !important}.sm-py-220{padding-block:220px}.i-sm-py-225{padding-block:225px !important}.sm-py-225{padding-block:225px}.i-sm-py-230{padding-block:230px !important}.sm-py-230{padding-block:230px}.i-sm-py-235{padding-block:235px !important}.sm-py-235{padding-block:235px}.i-sm-py-240{padding-block:240px !important}.sm-py-240{padding-block:240px}.i-sm-py-245{padding-block:245px !important}.sm-py-245{padding-block:245px}.i-sm-py-250{padding-block:250px !important}.sm-py-250{padding-block:250px}.i-sm-py-255{padding-block:255px !important}.sm-py-255{padding-block:255px}.i-sm-py-260{padding-block:260px !important}.sm-py-260{padding-block:260px}.i-sm-py-265{padding-block:265px !important}.sm-py-265{padding-block:265px}.i-sm-py-270{padding-block:270px !important}.sm-py-270{padding-block:270px}.i-sm-py-275{padding-block:275px !important}.sm-py-275{padding-block:275px}.i-sm-py-280{padding-block:280px !important}.sm-py-280{padding-block:280px}.i-sm-py-285{padding-block:285px !important}.sm-py-285{padding-block:285px}.i-sm-py-290{padding-block:290px !important}.sm-py-290{padding-block:290px}.i-sm-py-295{padding-block:295px !important}.sm-py-295{padding-block:295px}.i-sm-py-300{padding-block:300px !important}.sm-py-300{padding-block:300px}.i-sm-px--100{padding-inline:-100px !important}.sm-px--100{padding-inline:-100px}.i-sm-px--90{padding-inline:-90px !important}.sm-px--90{padding-inline:-90px}.i-sm-px--80{padding-inline:-80px !important}.sm-px--80{padding-inline:-80px}.i-sm-px--70{padding-inline:-70px !important}.sm-px--70{padding-inline:-70px}.i-sm-px--60{padding-inline:-60px !important}.sm-px--60{padding-inline:-60px}.i-sm-px--50{padding-inline:-50px !important}.sm-px--50{padding-inline:-50px}.i-sm-px--40{padding-inline:-40px !important}.sm-px--40{padding-inline:-40px}.i-sm-px--30{padding-inline:-30px !important}.sm-px--30{padding-inline:-30px}.i-sm-px--20{padding-inline:-20px !important}.sm-px--20{padding-inline:-20px}.i-sm-px--10{padding-inline:-10px !important}.sm-px--10{padding-inline:-10px}.i-sm-px--5{padding-inline:-5px !important}.sm-px--5{padding-inline:-5px}.i-sm-px-0{padding-inline:0px !important}.sm-px-0{padding-inline:0px}.i-sm-px-5{padding-inline:5px !important}.sm-px-5{padding-inline:5px}.i-sm-px-10{padding-inline:10px !important}.sm-px-10{padding-inline:10px}.i-sm-px-15{padding-inline:15px !important}.sm-px-15{padding-inline:15px}.i-sm-px-20{padding-inline:20px !important}.sm-px-20{padding-inline:20px}.i-sm-px-25{padding-inline:25px !important}.sm-px-25{padding-inline:25px}.i-sm-px-30{padding-inline:30px !important}.sm-px-30{padding-inline:30px}.i-sm-px-35{padding-inline:35px !important}.sm-px-35{padding-inline:35px}.i-sm-px-40{padding-inline:40px !important}.sm-px-40{padding-inline:40px}.i-sm-px-45{padding-inline:45px !important}.sm-px-45{padding-inline:45px}.i-sm-px-50{padding-inline:50px !important}.sm-px-50{padding-inline:50px}.i-sm-px-55{padding-inline:55px !important}.sm-px-55{padding-inline:55px}.i-sm-px-60{padding-inline:60px !important}.sm-px-60{padding-inline:60px}.i-sm-px-65{padding-inline:65px !important}.sm-px-65{padding-inline:65px}.i-sm-px-70{padding-inline:70px !important}.sm-px-70{padding-inline:70px}.i-sm-px-75{padding-inline:75px !important}.sm-px-75{padding-inline:75px}.i-sm-px-80{padding-inline:80px !important}.sm-px-80{padding-inline:80px}.i-sm-px-85{padding-inline:85px !important}.sm-px-85{padding-inline:85px}.i-sm-px-90{padding-inline:90px !important}.sm-px-90{padding-inline:90px}.i-sm-px-95{padding-inline:95px !important}.sm-px-95{padding-inline:95px}.i-sm-px-100{padding-inline:100px !important}.sm-px-100{padding-inline:100px}.i-sm-px-105{padding-inline:105px !important}.sm-px-105{padding-inline:105px}.i-sm-px-110{padding-inline:110px !important}.sm-px-110{padding-inline:110px}.i-sm-px-115{padding-inline:115px !important}.sm-px-115{padding-inline:115px}.i-sm-px-120{padding-inline:120px !important}.sm-px-120{padding-inline:120px}.i-sm-px-125{padding-inline:125px !important}.sm-px-125{padding-inline:125px}.i-sm-px-130{padding-inline:130px !important}.sm-px-130{padding-inline:130px}.i-sm-px-135{padding-inline:135px !important}.sm-px-135{padding-inline:135px}.i-sm-px-140{padding-inline:140px !important}.sm-px-140{padding-inline:140px}.i-sm-px-145{padding-inline:145px !important}.sm-px-145{padding-inline:145px}.i-sm-px-150{padding-inline:150px !important}.sm-px-150{padding-inline:150px}.i-sm-px-155{padding-inline:155px !important}.sm-px-155{padding-inline:155px}.i-sm-px-160{padding-inline:160px !important}.sm-px-160{padding-inline:160px}.i-sm-px-165{padding-inline:165px !important}.sm-px-165{padding-inline:165px}.i-sm-px-170{padding-inline:170px !important}.sm-px-170{padding-inline:170px}.i-sm-px-175{padding-inline:175px !important}.sm-px-175{padding-inline:175px}.i-sm-px-180{padding-inline:180px !important}.sm-px-180{padding-inline:180px}.i-sm-px-185{padding-inline:185px !important}.sm-px-185{padding-inline:185px}.i-sm-px-190{padding-inline:190px !important}.sm-px-190{padding-inline:190px}.i-sm-px-195{padding-inline:195px !important}.sm-px-195{padding-inline:195px}.i-sm-px-200{padding-inline:200px !important}.sm-px-200{padding-inline:200px}.i-sm-px-205{padding-inline:205px !important}.sm-px-205{padding-inline:205px}.i-sm-px-210{padding-inline:210px !important}.sm-px-210{padding-inline:210px}.i-sm-px-215{padding-inline:215px !important}.sm-px-215{padding-inline:215px}.i-sm-px-220{padding-inline:220px !important}.sm-px-220{padding-inline:220px}.i-sm-px-225{padding-inline:225px !important}.sm-px-225{padding-inline:225px}.i-sm-px-230{padding-inline:230px !important}.sm-px-230{padding-inline:230px}.i-sm-px-235{padding-inline:235px !important}.sm-px-235{padding-inline:235px}.i-sm-px-240{padding-inline:240px !important}.sm-px-240{padding-inline:240px}.i-sm-px-245{padding-inline:245px !important}.sm-px-245{padding-inline:245px}.i-sm-px-250{padding-inline:250px !important}.sm-px-250{padding-inline:250px}.i-sm-px-255{padding-inline:255px !important}.sm-px-255{padding-inline:255px}.i-sm-px-260{padding-inline:260px !important}.sm-px-260{padding-inline:260px}.i-sm-px-265{padding-inline:265px !important}.sm-px-265{padding-inline:265px}.i-sm-px-270{padding-inline:270px !important}.sm-px-270{padding-inline:270px}.i-sm-px-275{padding-inline:275px !important}.sm-px-275{padding-inline:275px}.i-sm-px-280{padding-inline:280px !important}.sm-px-280{padding-inline:280px}.i-sm-px-285{padding-inline:285px !important}.sm-px-285{padding-inline:285px}.i-sm-px-290{padding-inline:290px !important}.sm-px-290{padding-inline:290px}.i-sm-px-295{padding-inline:295px !important}.sm-px-295{padding-inline:295px}.i-sm-px-300{padding-inline:300px !important}.sm-px-300{padding-inline:300px}.i-sm-mt--100{margin-top:-100px !important}.sm-mt--100{margin-top:-100px}.i-sm-mt--90{margin-top:-90px !important}.sm-mt--90{margin-top:-90px}.i-sm-mt--80{margin-top:-80px !important}.sm-mt--80{margin-top:-80px}.i-sm-mt--70{margin-top:-70px !important}.sm-mt--70{margin-top:-70px}.i-sm-mt--60{margin-top:-60px !important}.sm-mt--60{margin-top:-60px}.i-sm-mt--50{margin-top:-50px !important}.sm-mt--50{margin-top:-50px}.i-sm-mt--40{margin-top:-40px !important}.sm-mt--40{margin-top:-40px}.i-sm-mt--30{margin-top:-30px !important}.sm-mt--30{margin-top:-30px}.i-sm-mt--20{margin-top:-20px !important}.sm-mt--20{margin-top:-20px}.i-sm-mt--10{margin-top:-10px !important}.sm-mt--10{margin-top:-10px}.i-sm-mt--5{margin-top:-5px !important}.sm-mt--5{margin-top:-5px}.i-sm-mt-0{margin-top:0px !important}.sm-mt-0{margin-top:0px}.i-sm-mt-5{margin-top:5px !important}.sm-mt-5{margin-top:5px}.i-sm-mt-10{margin-top:10px !important}.sm-mt-10{margin-top:10px}.i-sm-mt-15{margin-top:15px !important}.sm-mt-15{margin-top:15px}.i-sm-mt-20{margin-top:20px !important}.sm-mt-20{margin-top:20px}.i-sm-mt-25{margin-top:25px !important}.sm-mt-25{margin-top:25px}.i-sm-mt-30{margin-top:30px !important}.sm-mt-30{margin-top:30px}.i-sm-mt-35{margin-top:35px !important}.sm-mt-35{margin-top:35px}.i-sm-mt-40{margin-top:40px !important}.sm-mt-40{margin-top:40px}.i-sm-mt-45{margin-top:45px !important}.sm-mt-45{margin-top:45px}.i-sm-mt-50{margin-top:50px !important}.sm-mt-50{margin-top:50px}.i-sm-mt-55{margin-top:55px !important}.sm-mt-55{margin-top:55px}.i-sm-mt-60{margin-top:60px !important}.sm-mt-60{margin-top:60px}.i-sm-mt-65{margin-top:65px !important}.sm-mt-65{margin-top:65px}.i-sm-mt-70{margin-top:70px !important}.sm-mt-70{margin-top:70px}.i-sm-mt-75{margin-top:75px !important}.sm-mt-75{margin-top:75px}.i-sm-mt-80{margin-top:80px !important}.sm-mt-80{margin-top:80px}.i-sm-mt-85{margin-top:85px !important}.sm-mt-85{margin-top:85px}.i-sm-mt-90{margin-top:90px !important}.sm-mt-90{margin-top:90px}.i-sm-mt-95{margin-top:95px !important}.sm-mt-95{margin-top:95px}.i-sm-mt-100{margin-top:100px !important}.sm-mt-100{margin-top:100px}.i-sm-mt-105{margin-top:105px !important}.sm-mt-105{margin-top:105px}.i-sm-mt-110{margin-top:110px !important}.sm-mt-110{margin-top:110px}.i-sm-mt-115{margin-top:115px !important}.sm-mt-115{margin-top:115px}.i-sm-mt-120{margin-top:120px !important}.sm-mt-120{margin-top:120px}.i-sm-mt-125{margin-top:125px !important}.sm-mt-125{margin-top:125px}.i-sm-mt-130{margin-top:130px !important}.sm-mt-130{margin-top:130px}.i-sm-mt-135{margin-top:135px !important}.sm-mt-135{margin-top:135px}.i-sm-mt-140{margin-top:140px !important}.sm-mt-140{margin-top:140px}.i-sm-mt-145{margin-top:145px !important}.sm-mt-145{margin-top:145px}.i-sm-mt-150{margin-top:150px !important}.sm-mt-150{margin-top:150px}.i-sm-mt-155{margin-top:155px !important}.sm-mt-155{margin-top:155px}.i-sm-mt-160{margin-top:160px !important}.sm-mt-160{margin-top:160px}.i-sm-mt-165{margin-top:165px !important}.sm-mt-165{margin-top:165px}.i-sm-mt-170{margin-top:170px !important}.sm-mt-170{margin-top:170px}.i-sm-mt-175{margin-top:175px !important}.sm-mt-175{margin-top:175px}.i-sm-mt-180{margin-top:180px !important}.sm-mt-180{margin-top:180px}.i-sm-mt-185{margin-top:185px !important}.sm-mt-185{margin-top:185px}.i-sm-mt-190{margin-top:190px !important}.sm-mt-190{margin-top:190px}.i-sm-mt-195{margin-top:195px !important}.sm-mt-195{margin-top:195px}.i-sm-mt-200{margin-top:200px !important}.sm-mt-200{margin-top:200px}.i-sm-mt-205{margin-top:205px !important}.sm-mt-205{margin-top:205px}.i-sm-mt-210{margin-top:210px !important}.sm-mt-210{margin-top:210px}.i-sm-mt-215{margin-top:215px !important}.sm-mt-215{margin-top:215px}.i-sm-mt-220{margin-top:220px !important}.sm-mt-220{margin-top:220px}.i-sm-mt-225{margin-top:225px !important}.sm-mt-225{margin-top:225px}.i-sm-mt-230{margin-top:230px !important}.sm-mt-230{margin-top:230px}.i-sm-mt-235{margin-top:235px !important}.sm-mt-235{margin-top:235px}.i-sm-mt-240{margin-top:240px !important}.sm-mt-240{margin-top:240px}.i-sm-mt-245{margin-top:245px !important}.sm-mt-245{margin-top:245px}.i-sm-mt-250{margin-top:250px !important}.sm-mt-250{margin-top:250px}.i-sm-mt-255{margin-top:255px !important}.sm-mt-255{margin-top:255px}.i-sm-mt-260{margin-top:260px !important}.sm-mt-260{margin-top:260px}.i-sm-mt-265{margin-top:265px !important}.sm-mt-265{margin-top:265px}.i-sm-mt-270{margin-top:270px !important}.sm-mt-270{margin-top:270px}.i-sm-mt-275{margin-top:275px !important}.sm-mt-275{margin-top:275px}.i-sm-mt-280{margin-top:280px !important}.sm-mt-280{margin-top:280px}.i-sm-mt-285{margin-top:285px !important}.sm-mt-285{margin-top:285px}.i-sm-mt-290{margin-top:290px !important}.sm-mt-290{margin-top:290px}.i-sm-mt-295{margin-top:295px !important}.sm-mt-295{margin-top:295px}.i-sm-mt-300{margin-top:300px !important}.sm-mt-300{margin-top:300px}.i-sm-mr--100{margin-right:-100px !important}.sm-mr--100{margin-right:-100px}.i-sm-mr--90{margin-right:-90px !important}.sm-mr--90{margin-right:-90px}.i-sm-mr--80{margin-right:-80px !important}.sm-mr--80{margin-right:-80px}.i-sm-mr--70{margin-right:-70px !important}.sm-mr--70{margin-right:-70px}.i-sm-mr--60{margin-right:-60px !important}.sm-mr--60{margin-right:-60px}.i-sm-mr--50{margin-right:-50px !important}.sm-mr--50{margin-right:-50px}.i-sm-mr--40{margin-right:-40px !important}.sm-mr--40{margin-right:-40px}.i-sm-mr--30{margin-right:-30px !important}.sm-mr--30{margin-right:-30px}.i-sm-mr--20{margin-right:-20px !important}.sm-mr--20{margin-right:-20px}.i-sm-mr--10{margin-right:-10px !important}.sm-mr--10{margin-right:-10px}.i-sm-mr--5{margin-right:-5px !important}.sm-mr--5{margin-right:-5px}.i-sm-mr-0{margin-right:0px !important}.sm-mr-0{margin-right:0px}.i-sm-mr-5{margin-right:5px !important}.sm-mr-5{margin-right:5px}.i-sm-mr-10{margin-right:10px !important}.sm-mr-10{margin-right:10px}.i-sm-mr-15{margin-right:15px !important}.sm-mr-15{margin-right:15px}.i-sm-mr-20{margin-right:20px !important}.sm-mr-20{margin-right:20px}.i-sm-mr-25{margin-right:25px !important}.sm-mr-25{margin-right:25px}.i-sm-mr-30{margin-right:30px !important}.sm-mr-30{margin-right:30px}.i-sm-mr-35{margin-right:35px !important}.sm-mr-35{margin-right:35px}.i-sm-mr-40{margin-right:40px !important}.sm-mr-40{margin-right:40px}.i-sm-mr-45{margin-right:45px !important}.sm-mr-45{margin-right:45px}.i-sm-mr-50{margin-right:50px !important}.sm-mr-50{margin-right:50px}.i-sm-mr-55{margin-right:55px !important}.sm-mr-55{margin-right:55px}.i-sm-mr-60{margin-right:60px !important}.sm-mr-60{margin-right:60px}.i-sm-mr-65{margin-right:65px !important}.sm-mr-65{margin-right:65px}.i-sm-mr-70{margin-right:70px !important}.sm-mr-70{margin-right:70px}.i-sm-mr-75{margin-right:75px !important}.sm-mr-75{margin-right:75px}.i-sm-mr-80{margin-right:80px !important}.sm-mr-80{margin-right:80px}.i-sm-mr-85{margin-right:85px !important}.sm-mr-85{margin-right:85px}.i-sm-mr-90{margin-right:90px !important}.sm-mr-90{margin-right:90px}.i-sm-mr-95{margin-right:95px !important}.sm-mr-95{margin-right:95px}.i-sm-mr-100{margin-right:100px !important}.sm-mr-100{margin-right:100px}.i-sm-mr-105{margin-right:105px !important}.sm-mr-105{margin-right:105px}.i-sm-mr-110{margin-right:110px !important}.sm-mr-110{margin-right:110px}.i-sm-mr-115{margin-right:115px !important}.sm-mr-115{margin-right:115px}.i-sm-mr-120{margin-right:120px !important}.sm-mr-120{margin-right:120px}.i-sm-mr-125{margin-right:125px !important}.sm-mr-125{margin-right:125px}.i-sm-mr-130{margin-right:130px !important}.sm-mr-130{margin-right:130px}.i-sm-mr-135{margin-right:135px !important}.sm-mr-135{margin-right:135px}.i-sm-mr-140{margin-right:140px !important}.sm-mr-140{margin-right:140px}.i-sm-mr-145{margin-right:145px !important}.sm-mr-145{margin-right:145px}.i-sm-mr-150{margin-right:150px !important}.sm-mr-150{margin-right:150px}.i-sm-mr-155{margin-right:155px !important}.sm-mr-155{margin-right:155px}.i-sm-mr-160{margin-right:160px !important}.sm-mr-160{margin-right:160px}.i-sm-mr-165{margin-right:165px !important}.sm-mr-165{margin-right:165px}.i-sm-mr-170{margin-right:170px !important}.sm-mr-170{margin-right:170px}.i-sm-mr-175{margin-right:175px !important}.sm-mr-175{margin-right:175px}.i-sm-mr-180{margin-right:180px !important}.sm-mr-180{margin-right:180px}.i-sm-mr-185{margin-right:185px !important}.sm-mr-185{margin-right:185px}.i-sm-mr-190{margin-right:190px !important}.sm-mr-190{margin-right:190px}.i-sm-mr-195{margin-right:195px !important}.sm-mr-195{margin-right:195px}.i-sm-mr-200{margin-right:200px !important}.sm-mr-200{margin-right:200px}.i-sm-mr-205{margin-right:205px !important}.sm-mr-205{margin-right:205px}.i-sm-mr-210{margin-right:210px !important}.sm-mr-210{margin-right:210px}.i-sm-mr-215{margin-right:215px !important}.sm-mr-215{margin-right:215px}.i-sm-mr-220{margin-right:220px !important}.sm-mr-220{margin-right:220px}.i-sm-mr-225{margin-right:225px !important}.sm-mr-225{margin-right:225px}.i-sm-mr-230{margin-right:230px !important}.sm-mr-230{margin-right:230px}.i-sm-mr-235{margin-right:235px !important}.sm-mr-235{margin-right:235px}.i-sm-mr-240{margin-right:240px !important}.sm-mr-240{margin-right:240px}.i-sm-mr-245{margin-right:245px !important}.sm-mr-245{margin-right:245px}.i-sm-mr-250{margin-right:250px !important}.sm-mr-250{margin-right:250px}.i-sm-mr-255{margin-right:255px !important}.sm-mr-255{margin-right:255px}.i-sm-mr-260{margin-right:260px !important}.sm-mr-260{margin-right:260px}.i-sm-mr-265{margin-right:265px !important}.sm-mr-265{margin-right:265px}.i-sm-mr-270{margin-right:270px !important}.sm-mr-270{margin-right:270px}.i-sm-mr-275{margin-right:275px !important}.sm-mr-275{margin-right:275px}.i-sm-mr-280{margin-right:280px !important}.sm-mr-280{margin-right:280px}.i-sm-mr-285{margin-right:285px !important}.sm-mr-285{margin-right:285px}.i-sm-mr-290{margin-right:290px !important}.sm-mr-290{margin-right:290px}.i-sm-mr-295{margin-right:295px !important}.sm-mr-295{margin-right:295px}.i-sm-mr-300{margin-right:300px !important}.sm-mr-300{margin-right:300px}.i-sm-mb--100{margin-bottom:-100px !important}.sm-mb--100{margin-bottom:-100px}.i-sm-mb--90{margin-bottom:-90px !important}.sm-mb--90{margin-bottom:-90px}.i-sm-mb--80{margin-bottom:-80px !important}.sm-mb--80{margin-bottom:-80px}.i-sm-mb--70{margin-bottom:-70px !important}.sm-mb--70{margin-bottom:-70px}.i-sm-mb--60{margin-bottom:-60px !important}.sm-mb--60{margin-bottom:-60px}.i-sm-mb--50{margin-bottom:-50px !important}.sm-mb--50{margin-bottom:-50px}.i-sm-mb--40{margin-bottom:-40px !important}.sm-mb--40{margin-bottom:-40px}.i-sm-mb--30{margin-bottom:-30px !important}.sm-mb--30{margin-bottom:-30px}.i-sm-mb--20{margin-bottom:-20px !important}.sm-mb--20{margin-bottom:-20px}.i-sm-mb--10{margin-bottom:-10px !important}.sm-mb--10{margin-bottom:-10px}.i-sm-mb--5{margin-bottom:-5px !important}.sm-mb--5{margin-bottom:-5px}.i-sm-mb-0{margin-bottom:0px !important}.sm-mb-0{margin-bottom:0px}.i-sm-mb-5{margin-bottom:5px !important}.sm-mb-5{margin-bottom:5px}.i-sm-mb-10{margin-bottom:10px !important}.sm-mb-10{margin-bottom:10px}.i-sm-mb-15{margin-bottom:15px !important}.sm-mb-15{margin-bottom:15px}.i-sm-mb-20{margin-bottom:20px !important}.sm-mb-20{margin-bottom:20px}.i-sm-mb-25{margin-bottom:25px !important}.sm-mb-25{margin-bottom:25px}.i-sm-mb-30{margin-bottom:30px !important}.sm-mb-30{margin-bottom:30px}.i-sm-mb-35{margin-bottom:35px !important}.sm-mb-35{margin-bottom:35px}.i-sm-mb-40{margin-bottom:40px !important}.sm-mb-40{margin-bottom:40px}.i-sm-mb-45{margin-bottom:45px !important}.sm-mb-45{margin-bottom:45px}.i-sm-mb-50{margin-bottom:50px !important}.sm-mb-50{margin-bottom:50px}.i-sm-mb-55{margin-bottom:55px !important}.sm-mb-55{margin-bottom:55px}.i-sm-mb-60{margin-bottom:60px !important}.sm-mb-60{margin-bottom:60px}.i-sm-mb-65{margin-bottom:65px !important}.sm-mb-65{margin-bottom:65px}.i-sm-mb-70{margin-bottom:70px !important}.sm-mb-70{margin-bottom:70px}.i-sm-mb-75{margin-bottom:75px !important}.sm-mb-75{margin-bottom:75px}.i-sm-mb-80{margin-bottom:80px !important}.sm-mb-80{margin-bottom:80px}.i-sm-mb-85{margin-bottom:85px !important}.sm-mb-85{margin-bottom:85px}.i-sm-mb-90{margin-bottom:90px !important}.sm-mb-90{margin-bottom:90px}.i-sm-mb-95{margin-bottom:95px !important}.sm-mb-95{margin-bottom:95px}.i-sm-mb-100{margin-bottom:100px !important}.sm-mb-100{margin-bottom:100px}.i-sm-mb-105{margin-bottom:105px !important}.sm-mb-105{margin-bottom:105px}.i-sm-mb-110{margin-bottom:110px !important}.sm-mb-110{margin-bottom:110px}.i-sm-mb-115{margin-bottom:115px !important}.sm-mb-115{margin-bottom:115px}.i-sm-mb-120{margin-bottom:120px !important}.sm-mb-120{margin-bottom:120px}.i-sm-mb-125{margin-bottom:125px !important}.sm-mb-125{margin-bottom:125px}.i-sm-mb-130{margin-bottom:130px !important}.sm-mb-130{margin-bottom:130px}.i-sm-mb-135{margin-bottom:135px !important}.sm-mb-135{margin-bottom:135px}.i-sm-mb-140{margin-bottom:140px !important}.sm-mb-140{margin-bottom:140px}.i-sm-mb-145{margin-bottom:145px !important}.sm-mb-145{margin-bottom:145px}.i-sm-mb-150{margin-bottom:150px !important}.sm-mb-150{margin-bottom:150px}.i-sm-mb-155{margin-bottom:155px !important}.sm-mb-155{margin-bottom:155px}.i-sm-mb-160{margin-bottom:160px !important}.sm-mb-160{margin-bottom:160px}.i-sm-mb-165{margin-bottom:165px !important}.sm-mb-165{margin-bottom:165px}.i-sm-mb-170{margin-bottom:170px !important}.sm-mb-170{margin-bottom:170px}.i-sm-mb-175{margin-bottom:175px !important}.sm-mb-175{margin-bottom:175px}.i-sm-mb-180{margin-bottom:180px !important}.sm-mb-180{margin-bottom:180px}.i-sm-mb-185{margin-bottom:185px !important}.sm-mb-185{margin-bottom:185px}.i-sm-mb-190{margin-bottom:190px !important}.sm-mb-190{margin-bottom:190px}.i-sm-mb-195{margin-bottom:195px !important}.sm-mb-195{margin-bottom:195px}.i-sm-mb-200{margin-bottom:200px !important}.sm-mb-200{margin-bottom:200px}.i-sm-mb-205{margin-bottom:205px !important}.sm-mb-205{margin-bottom:205px}.i-sm-mb-210{margin-bottom:210px !important}.sm-mb-210{margin-bottom:210px}.i-sm-mb-215{margin-bottom:215px !important}.sm-mb-215{margin-bottom:215px}.i-sm-mb-220{margin-bottom:220px !important}.sm-mb-220{margin-bottom:220px}.i-sm-mb-225{margin-bottom:225px !important}.sm-mb-225{margin-bottom:225px}.i-sm-mb-230{margin-bottom:230px !important}.sm-mb-230{margin-bottom:230px}.i-sm-mb-235{margin-bottom:235px !important}.sm-mb-235{margin-bottom:235px}.i-sm-mb-240{margin-bottom:240px !important}.sm-mb-240{margin-bottom:240px}.i-sm-mb-245{margin-bottom:245px !important}.sm-mb-245{margin-bottom:245px}.i-sm-mb-250{margin-bottom:250px !important}.sm-mb-250{margin-bottom:250px}.i-sm-mb-255{margin-bottom:255px !important}.sm-mb-255{margin-bottom:255px}.i-sm-mb-260{margin-bottom:260px !important}.sm-mb-260{margin-bottom:260px}.i-sm-mb-265{margin-bottom:265px !important}.sm-mb-265{margin-bottom:265px}.i-sm-mb-270{margin-bottom:270px !important}.sm-mb-270{margin-bottom:270px}.i-sm-mb-275{margin-bottom:275px !important}.sm-mb-275{margin-bottom:275px}.i-sm-mb-280{margin-bottom:280px !important}.sm-mb-280{margin-bottom:280px}.i-sm-mb-285{margin-bottom:285px !important}.sm-mb-285{margin-bottom:285px}.i-sm-mb-290{margin-bottom:290px !important}.sm-mb-290{margin-bottom:290px}.i-sm-mb-295{margin-bottom:295px !important}.sm-mb-295{margin-bottom:295px}.i-sm-mb-300{margin-bottom:300px !important}.sm-mb-300{margin-bottom:300px}.i-sm-ml--100{margin-left:-100px !important}.sm-ml--100{margin-left:-100px}.i-sm-ml--90{margin-left:-90px !important}.sm-ml--90{margin-left:-90px}.i-sm-ml--80{margin-left:-80px !important}.sm-ml--80{margin-left:-80px}.i-sm-ml--70{margin-left:-70px !important}.sm-ml--70{margin-left:-70px}.i-sm-ml--60{margin-left:-60px !important}.sm-ml--60{margin-left:-60px}.i-sm-ml--50{margin-left:-50px !important}.sm-ml--50{margin-left:-50px}.i-sm-ml--40{margin-left:-40px !important}.sm-ml--40{margin-left:-40px}.i-sm-ml--30{margin-left:-30px !important}.sm-ml--30{margin-left:-30px}.i-sm-ml--20{margin-left:-20px !important}.sm-ml--20{margin-left:-20px}.i-sm-ml--10{margin-left:-10px !important}.sm-ml--10{margin-left:-10px}.i-sm-ml--5{margin-left:-5px !important}.sm-ml--5{margin-left:-5px}.i-sm-ml-0{margin-left:0px !important}.sm-ml-0{margin-left:0px}.i-sm-ml-5{margin-left:5px !important}.sm-ml-5{margin-left:5px}.i-sm-ml-10{margin-left:10px !important}.sm-ml-10{margin-left:10px}.i-sm-ml-15{margin-left:15px !important}.sm-ml-15{margin-left:15px}.i-sm-ml-20{margin-left:20px !important}.sm-ml-20{margin-left:20px}.i-sm-ml-25{margin-left:25px !important}.sm-ml-25{margin-left:25px}.i-sm-ml-30{margin-left:30px !important}.sm-ml-30{margin-left:30px}.i-sm-ml-35{margin-left:35px !important}.sm-ml-35{margin-left:35px}.i-sm-ml-40{margin-left:40px !important}.sm-ml-40{margin-left:40px}.i-sm-ml-45{margin-left:45px !important}.sm-ml-45{margin-left:45px}.i-sm-ml-50{margin-left:50px !important}.sm-ml-50{margin-left:50px}.i-sm-ml-55{margin-left:55px !important}.sm-ml-55{margin-left:55px}.i-sm-ml-60{margin-left:60px !important}.sm-ml-60{margin-left:60px}.i-sm-ml-65{margin-left:65px !important}.sm-ml-65{margin-left:65px}.i-sm-ml-70{margin-left:70px !important}.sm-ml-70{margin-left:70px}.i-sm-ml-75{margin-left:75px !important}.sm-ml-75{margin-left:75px}.i-sm-ml-80{margin-left:80px !important}.sm-ml-80{margin-left:80px}.i-sm-ml-85{margin-left:85px !important}.sm-ml-85{margin-left:85px}.i-sm-ml-90{margin-left:90px !important}.sm-ml-90{margin-left:90px}.i-sm-ml-95{margin-left:95px !important}.sm-ml-95{margin-left:95px}.i-sm-ml-100{margin-left:100px !important}.sm-ml-100{margin-left:100px}.i-sm-ml-105{margin-left:105px !important}.sm-ml-105{margin-left:105px}.i-sm-ml-110{margin-left:110px !important}.sm-ml-110{margin-left:110px}.i-sm-ml-115{margin-left:115px !important}.sm-ml-115{margin-left:115px}.i-sm-ml-120{margin-left:120px !important}.sm-ml-120{margin-left:120px}.i-sm-ml-125{margin-left:125px !important}.sm-ml-125{margin-left:125px}.i-sm-ml-130{margin-left:130px !important}.sm-ml-130{margin-left:130px}.i-sm-ml-135{margin-left:135px !important}.sm-ml-135{margin-left:135px}.i-sm-ml-140{margin-left:140px !important}.sm-ml-140{margin-left:140px}.i-sm-ml-145{margin-left:145px !important}.sm-ml-145{margin-left:145px}.i-sm-ml-150{margin-left:150px !important}.sm-ml-150{margin-left:150px}.i-sm-ml-155{margin-left:155px !important}.sm-ml-155{margin-left:155px}.i-sm-ml-160{margin-left:160px !important}.sm-ml-160{margin-left:160px}.i-sm-ml-165{margin-left:165px !important}.sm-ml-165{margin-left:165px}.i-sm-ml-170{margin-left:170px !important}.sm-ml-170{margin-left:170px}.i-sm-ml-175{margin-left:175px !important}.sm-ml-175{margin-left:175px}.i-sm-ml-180{margin-left:180px !important}.sm-ml-180{margin-left:180px}.i-sm-ml-185{margin-left:185px !important}.sm-ml-185{margin-left:185px}.i-sm-ml-190{margin-left:190px !important}.sm-ml-190{margin-left:190px}.i-sm-ml-195{margin-left:195px !important}.sm-ml-195{margin-left:195px}.i-sm-ml-200{margin-left:200px !important}.sm-ml-200{margin-left:200px}.i-sm-ml-205{margin-left:205px !important}.sm-ml-205{margin-left:205px}.i-sm-ml-210{margin-left:210px !important}.sm-ml-210{margin-left:210px}.i-sm-ml-215{margin-left:215px !important}.sm-ml-215{margin-left:215px}.i-sm-ml-220{margin-left:220px !important}.sm-ml-220{margin-left:220px}.i-sm-ml-225{margin-left:225px !important}.sm-ml-225{margin-left:225px}.i-sm-ml-230{margin-left:230px !important}.sm-ml-230{margin-left:230px}.i-sm-ml-235{margin-left:235px !important}.sm-ml-235{margin-left:235px}.i-sm-ml-240{margin-left:240px !important}.sm-ml-240{margin-left:240px}.i-sm-ml-245{margin-left:245px !important}.sm-ml-245{margin-left:245px}.i-sm-ml-250{margin-left:250px !important}.sm-ml-250{margin-left:250px}.i-sm-ml-255{margin-left:255px !important}.sm-ml-255{margin-left:255px}.i-sm-ml-260{margin-left:260px !important}.sm-ml-260{margin-left:260px}.i-sm-ml-265{margin-left:265px !important}.sm-ml-265{margin-left:265px}.i-sm-ml-270{margin-left:270px !important}.sm-ml-270{margin-left:270px}.i-sm-ml-275{margin-left:275px !important}.sm-ml-275{margin-left:275px}.i-sm-ml-280{margin-left:280px !important}.sm-ml-280{margin-left:280px}.i-sm-ml-285{margin-left:285px !important}.sm-ml-285{margin-left:285px}.i-sm-ml-290{margin-left:290px !important}.sm-ml-290{margin-left:290px}.i-sm-ml-295{margin-left:295px !important}.sm-ml-295{margin-left:295px}.i-sm-ml-300{margin-left:300px !important}.sm-ml-300{margin-left:300px}.i-sm-my--100{margin-block:-100px !important}.sm-my--100{margin-block:-100px}.i-sm-my--90{margin-block:-90px !important}.sm-my--90{margin-block:-90px}.i-sm-my--80{margin-block:-80px !important}.sm-my--80{margin-block:-80px}.i-sm-my--70{margin-block:-70px !important}.sm-my--70{margin-block:-70px}.i-sm-my--60{margin-block:-60px !important}.sm-my--60{margin-block:-60px}.i-sm-my--50{margin-block:-50px !important}.sm-my--50{margin-block:-50px}.i-sm-my--40{margin-block:-40px !important}.sm-my--40{margin-block:-40px}.i-sm-my--30{margin-block:-30px !important}.sm-my--30{margin-block:-30px}.i-sm-my--20{margin-block:-20px !important}.sm-my--20{margin-block:-20px}.i-sm-my--10{margin-block:-10px !important}.sm-my--10{margin-block:-10px}.i-sm-my--5{margin-block:-5px !important}.sm-my--5{margin-block:-5px}.i-sm-my-0{margin-block:0px !important}.sm-my-0{margin-block:0px}.i-sm-my-5{margin-block:5px !important}.sm-my-5{margin-block:5px}.i-sm-my-10{margin-block:10px !important}.sm-my-10{margin-block:10px}.i-sm-my-15{margin-block:15px !important}.sm-my-15{margin-block:15px}.i-sm-my-20{margin-block:20px !important}.sm-my-20{margin-block:20px}.i-sm-my-25{margin-block:25px !important}.sm-my-25{margin-block:25px}.i-sm-my-30{margin-block:30px !important}.sm-my-30{margin-block:30px}.i-sm-my-35{margin-block:35px !important}.sm-my-35{margin-block:35px}.i-sm-my-40{margin-block:40px !important}.sm-my-40{margin-block:40px}.i-sm-my-45{margin-block:45px !important}.sm-my-45{margin-block:45px}.i-sm-my-50{margin-block:50px !important}.sm-my-50{margin-block:50px}.i-sm-my-55{margin-block:55px !important}.sm-my-55{margin-block:55px}.i-sm-my-60{margin-block:60px !important}.sm-my-60{margin-block:60px}.i-sm-my-65{margin-block:65px !important}.sm-my-65{margin-block:65px}.i-sm-my-70{margin-block:70px !important}.sm-my-70{margin-block:70px}.i-sm-my-75{margin-block:75px !important}.sm-my-75{margin-block:75px}.i-sm-my-80{margin-block:80px !important}.sm-my-80{margin-block:80px}.i-sm-my-85{margin-block:85px !important}.sm-my-85{margin-block:85px}.i-sm-my-90{margin-block:90px !important}.sm-my-90{margin-block:90px}.i-sm-my-95{margin-block:95px !important}.sm-my-95{margin-block:95px}.i-sm-my-100{margin-block:100px !important}.sm-my-100{margin-block:100px}.i-sm-my-105{margin-block:105px !important}.sm-my-105{margin-block:105px}.i-sm-my-110{margin-block:110px !important}.sm-my-110{margin-block:110px}.i-sm-my-115{margin-block:115px !important}.sm-my-115{margin-block:115px}.i-sm-my-120{margin-block:120px !important}.sm-my-120{margin-block:120px}.i-sm-my-125{margin-block:125px !important}.sm-my-125{margin-block:125px}.i-sm-my-130{margin-block:130px !important}.sm-my-130{margin-block:130px}.i-sm-my-135{margin-block:135px !important}.sm-my-135{margin-block:135px}.i-sm-my-140{margin-block:140px !important}.sm-my-140{margin-block:140px}.i-sm-my-145{margin-block:145px !important}.sm-my-145{margin-block:145px}.i-sm-my-150{margin-block:150px !important}.sm-my-150{margin-block:150px}.i-sm-my-155{margin-block:155px !important}.sm-my-155{margin-block:155px}.i-sm-my-160{margin-block:160px !important}.sm-my-160{margin-block:160px}.i-sm-my-165{margin-block:165px !important}.sm-my-165{margin-block:165px}.i-sm-my-170{margin-block:170px !important}.sm-my-170{margin-block:170px}.i-sm-my-175{margin-block:175px !important}.sm-my-175{margin-block:175px}.i-sm-my-180{margin-block:180px !important}.sm-my-180{margin-block:180px}.i-sm-my-185{margin-block:185px !important}.sm-my-185{margin-block:185px}.i-sm-my-190{margin-block:190px !important}.sm-my-190{margin-block:190px}.i-sm-my-195{margin-block:195px !important}.sm-my-195{margin-block:195px}.i-sm-my-200{margin-block:200px !important}.sm-my-200{margin-block:200px}.i-sm-my-205{margin-block:205px !important}.sm-my-205{margin-block:205px}.i-sm-my-210{margin-block:210px !important}.sm-my-210{margin-block:210px}.i-sm-my-215{margin-block:215px !important}.sm-my-215{margin-block:215px}.i-sm-my-220{margin-block:220px !important}.sm-my-220{margin-block:220px}.i-sm-my-225{margin-block:225px !important}.sm-my-225{margin-block:225px}.i-sm-my-230{margin-block:230px !important}.sm-my-230{margin-block:230px}.i-sm-my-235{margin-block:235px !important}.sm-my-235{margin-block:235px}.i-sm-my-240{margin-block:240px !important}.sm-my-240{margin-block:240px}.i-sm-my-245{margin-block:245px !important}.sm-my-245{margin-block:245px}.i-sm-my-250{margin-block:250px !important}.sm-my-250{margin-block:250px}.i-sm-my-255{margin-block:255px !important}.sm-my-255{margin-block:255px}.i-sm-my-260{margin-block:260px !important}.sm-my-260{margin-block:260px}.i-sm-my-265{margin-block:265px !important}.sm-my-265{margin-block:265px}.i-sm-my-270{margin-block:270px !important}.sm-my-270{margin-block:270px}.i-sm-my-275{margin-block:275px !important}.sm-my-275{margin-block:275px}.i-sm-my-280{margin-block:280px !important}.sm-my-280{margin-block:280px}.i-sm-my-285{margin-block:285px !important}.sm-my-285{margin-block:285px}.i-sm-my-290{margin-block:290px !important}.sm-my-290{margin-block:290px}.i-sm-my-295{margin-block:295px !important}.sm-my-295{margin-block:295px}.i-sm-my-300{margin-block:300px !important}.sm-my-300{margin-block:300px}.i-sm-mx--100{margin-inline:-100px !important}.sm-mx--100{margin-inline:-100px}.i-sm-mx--90{margin-inline:-90px !important}.sm-mx--90{margin-inline:-90px}.i-sm-mx--80{margin-inline:-80px !important}.sm-mx--80{margin-inline:-80px}.i-sm-mx--70{margin-inline:-70px !important}.sm-mx--70{margin-inline:-70px}.i-sm-mx--60{margin-inline:-60px !important}.sm-mx--60{margin-inline:-60px}.i-sm-mx--50{margin-inline:-50px !important}.sm-mx--50{margin-inline:-50px}.i-sm-mx--40{margin-inline:-40px !important}.sm-mx--40{margin-inline:-40px}.i-sm-mx--30{margin-inline:-30px !important}.sm-mx--30{margin-inline:-30px}.i-sm-mx--20{margin-inline:-20px !important}.sm-mx--20{margin-inline:-20px}.i-sm-mx--10{margin-inline:-10px !important}.sm-mx--10{margin-inline:-10px}.i-sm-mx--5{margin-inline:-5px !important}.sm-mx--5{margin-inline:-5px}.i-sm-mx-0{margin-inline:0px !important}.sm-mx-0{margin-inline:0px}.i-sm-mx-5{margin-inline:5px !important}.sm-mx-5{margin-inline:5px}.i-sm-mx-10{margin-inline:10px !important}.sm-mx-10{margin-inline:10px}.i-sm-mx-15{margin-inline:15px !important}.sm-mx-15{margin-inline:15px}.i-sm-mx-20{margin-inline:20px !important}.sm-mx-20{margin-inline:20px}.i-sm-mx-25{margin-inline:25px !important}.sm-mx-25{margin-inline:25px}.i-sm-mx-30{margin-inline:30px !important}.sm-mx-30{margin-inline:30px}.i-sm-mx-35{margin-inline:35px !important}.sm-mx-35{margin-inline:35px}.i-sm-mx-40{margin-inline:40px !important}.sm-mx-40{margin-inline:40px}.i-sm-mx-45{margin-inline:45px !important}.sm-mx-45{margin-inline:45px}.i-sm-mx-50{margin-inline:50px !important}.sm-mx-50{margin-inline:50px}.i-sm-mx-55{margin-inline:55px !important}.sm-mx-55{margin-inline:55px}.i-sm-mx-60{margin-inline:60px !important}.sm-mx-60{margin-inline:60px}.i-sm-mx-65{margin-inline:65px !important}.sm-mx-65{margin-inline:65px}.i-sm-mx-70{margin-inline:70px !important}.sm-mx-70{margin-inline:70px}.i-sm-mx-75{margin-inline:75px !important}.sm-mx-75{margin-inline:75px}.i-sm-mx-80{margin-inline:80px !important}.sm-mx-80{margin-inline:80px}.i-sm-mx-85{margin-inline:85px !important}.sm-mx-85{margin-inline:85px}.i-sm-mx-90{margin-inline:90px !important}.sm-mx-90{margin-inline:90px}.i-sm-mx-95{margin-inline:95px !important}.sm-mx-95{margin-inline:95px}.i-sm-mx-100{margin-inline:100px !important}.sm-mx-100{margin-inline:100px}.i-sm-mx-105{margin-inline:105px !important}.sm-mx-105{margin-inline:105px}.i-sm-mx-110{margin-inline:110px !important}.sm-mx-110{margin-inline:110px}.i-sm-mx-115{margin-inline:115px !important}.sm-mx-115{margin-inline:115px}.i-sm-mx-120{margin-inline:120px !important}.sm-mx-120{margin-inline:120px}.i-sm-mx-125{margin-inline:125px !important}.sm-mx-125{margin-inline:125px}.i-sm-mx-130{margin-inline:130px !important}.sm-mx-130{margin-inline:130px}.i-sm-mx-135{margin-inline:135px !important}.sm-mx-135{margin-inline:135px}.i-sm-mx-140{margin-inline:140px !important}.sm-mx-140{margin-inline:140px}.i-sm-mx-145{margin-inline:145px !important}.sm-mx-145{margin-inline:145px}.i-sm-mx-150{margin-inline:150px !important}.sm-mx-150{margin-inline:150px}.i-sm-mx-155{margin-inline:155px !important}.sm-mx-155{margin-inline:155px}.i-sm-mx-160{margin-inline:160px !important}.sm-mx-160{margin-inline:160px}.i-sm-mx-165{margin-inline:165px !important}.sm-mx-165{margin-inline:165px}.i-sm-mx-170{margin-inline:170px !important}.sm-mx-170{margin-inline:170px}.i-sm-mx-175{margin-inline:175px !important}.sm-mx-175{margin-inline:175px}.i-sm-mx-180{margin-inline:180px !important}.sm-mx-180{margin-inline:180px}.i-sm-mx-185{margin-inline:185px !important}.sm-mx-185{margin-inline:185px}.i-sm-mx-190{margin-inline:190px !important}.sm-mx-190{margin-inline:190px}.i-sm-mx-195{margin-inline:195px !important}.sm-mx-195{margin-inline:195px}.i-sm-mx-200{margin-inline:200px !important}.sm-mx-200{margin-inline:200px}.i-sm-mx-205{margin-inline:205px !important}.sm-mx-205{margin-inline:205px}.i-sm-mx-210{margin-inline:210px !important}.sm-mx-210{margin-inline:210px}.i-sm-mx-215{margin-inline:215px !important}.sm-mx-215{margin-inline:215px}.i-sm-mx-220{margin-inline:220px !important}.sm-mx-220{margin-inline:220px}.i-sm-mx-225{margin-inline:225px !important}.sm-mx-225{margin-inline:225px}.i-sm-mx-230{margin-inline:230px !important}.sm-mx-230{margin-inline:230px}.i-sm-mx-235{margin-inline:235px !important}.sm-mx-235{margin-inline:235px}.i-sm-mx-240{margin-inline:240px !important}.sm-mx-240{margin-inline:240px}.i-sm-mx-245{margin-inline:245px !important}.sm-mx-245{margin-inline:245px}.i-sm-mx-250{margin-inline:250px !important}.sm-mx-250{margin-inline:250px}.i-sm-mx-255{margin-inline:255px !important}.sm-mx-255{margin-inline:255px}.i-sm-mx-260{margin-inline:260px !important}.sm-mx-260{margin-inline:260px}.i-sm-mx-265{margin-inline:265px !important}.sm-mx-265{margin-inline:265px}.i-sm-mx-270{margin-inline:270px !important}.sm-mx-270{margin-inline:270px}.i-sm-mx-275{margin-inline:275px !important}.sm-mx-275{margin-inline:275px}.i-sm-mx-280{margin-inline:280px !important}.sm-mx-280{margin-inline:280px}.i-sm-mx-285{margin-inline:285px !important}.sm-mx-285{margin-inline:285px}.i-sm-mx-290{margin-inline:290px !important}.sm-mx-290{margin-inline:290px}.i-sm-mx-295{margin-inline:295px !important}.sm-mx-295{margin-inline:295px}.i-sm-mx-300{margin-inline:300px !important}.sm-mx-300{margin-inline:300px}.i-sm-p--100{padding:-100px !important}.sm-p--100{padding:-100px}.i-sm-p--90{padding:-90px !important}.sm-p--90{padding:-90px}.i-sm-p--80{padding:-80px !important}.sm-p--80{padding:-80px}.i-sm-p--70{padding:-70px !important}.sm-p--70{padding:-70px}.i-sm-p--60{padding:-60px !important}.sm-p--60{padding:-60px}.i-sm-p--50{padding:-50px !important}.sm-p--50{padding:-50px}.i-sm-p--40{padding:-40px !important}.sm-p--40{padding:-40px}.i-sm-p--30{padding:-30px !important}.sm-p--30{padding:-30px}.i-sm-p--20{padding:-20px !important}.sm-p--20{padding:-20px}.i-sm-p--10{padding:-10px !important}.sm-p--10{padding:-10px}.i-sm-p--5{padding:-5px !important}.sm-p--5{padding:-5px}.i-sm-p-0{padding:0px !important}.sm-p-0{padding:0px}.i-sm-p-5{padding:5px !important}.sm-p-5{padding:5px}.i-sm-p-10{padding:10px !important}.sm-p-10{padding:10px}.i-sm-p-15{padding:15px !important}.sm-p-15{padding:15px}.i-sm-p-20{padding:20px !important}.sm-p-20{padding:20px}.i-sm-p-25{padding:25px !important}.sm-p-25{padding:25px}.i-sm-p-30{padding:30px !important}.sm-p-30{padding:30px}.i-sm-p-35{padding:35px !important}.sm-p-35{padding:35px}.i-sm-p-40{padding:40px !important}.sm-p-40{padding:40px}.i-sm-p-45{padding:45px !important}.sm-p-45{padding:45px}.i-sm-p-50{padding:50px !important}.sm-p-50{padding:50px}.i-sm-p-55{padding:55px !important}.sm-p-55{padding:55px}.i-sm-p-60{padding:60px !important}.sm-p-60{padding:60px}.i-sm-p-65{padding:65px !important}.sm-p-65{padding:65px}.i-sm-p-70{padding:70px !important}.sm-p-70{padding:70px}.i-sm-p-75{padding:75px !important}.sm-p-75{padding:75px}.i-sm-p-80{padding:80px !important}.sm-p-80{padding:80px}.i-sm-p-85{padding:85px !important}.sm-p-85{padding:85px}.i-sm-p-90{padding:90px !important}.sm-p-90{padding:90px}.i-sm-p-95{padding:95px !important}.sm-p-95{padding:95px}.i-sm-p-100{padding:100px !important}.sm-p-100{padding:100px}.i-sm-p-105{padding:105px !important}.sm-p-105{padding:105px}.i-sm-p-110{padding:110px !important}.sm-p-110{padding:110px}.i-sm-p-115{padding:115px !important}.sm-p-115{padding:115px}.i-sm-p-120{padding:120px !important}.sm-p-120{padding:120px}.i-sm-p-125{padding:125px !important}.sm-p-125{padding:125px}.i-sm-p-130{padding:130px !important}.sm-p-130{padding:130px}.i-sm-p-135{padding:135px !important}.sm-p-135{padding:135px}.i-sm-p-140{padding:140px !important}.sm-p-140{padding:140px}.i-sm-p-145{padding:145px !important}.sm-p-145{padding:145px}.i-sm-p-150{padding:150px !important}.sm-p-150{padding:150px}.i-sm-p-155{padding:155px !important}.sm-p-155{padding:155px}.i-sm-p-160{padding:160px !important}.sm-p-160{padding:160px}.i-sm-p-165{padding:165px !important}.sm-p-165{padding:165px}.i-sm-p-170{padding:170px !important}.sm-p-170{padding:170px}.i-sm-p-175{padding:175px !important}.sm-p-175{padding:175px}.i-sm-p-180{padding:180px !important}.sm-p-180{padding:180px}.i-sm-p-185{padding:185px !important}.sm-p-185{padding:185px}.i-sm-p-190{padding:190px !important}.sm-p-190{padding:190px}.i-sm-p-195{padding:195px !important}.sm-p-195{padding:195px}.i-sm-p-200{padding:200px !important}.sm-p-200{padding:200px}.i-sm-p-205{padding:205px !important}.sm-p-205{padding:205px}.i-sm-p-210{padding:210px !important}.sm-p-210{padding:210px}.i-sm-p-215{padding:215px !important}.sm-p-215{padding:215px}.i-sm-p-220{padding:220px !important}.sm-p-220{padding:220px}.i-sm-p-225{padding:225px !important}.sm-p-225{padding:225px}.i-sm-p-230{padding:230px !important}.sm-p-230{padding:230px}.i-sm-p-235{padding:235px !important}.sm-p-235{padding:235px}.i-sm-p-240{padding:240px !important}.sm-p-240{padding:240px}.i-sm-p-245{padding:245px !important}.sm-p-245{padding:245px}.i-sm-p-250{padding:250px !important}.sm-p-250{padding:250px}.i-sm-p-255{padding:255px !important}.sm-p-255{padding:255px}.i-sm-p-260{padding:260px !important}.sm-p-260{padding:260px}.i-sm-p-265{padding:265px !important}.sm-p-265{padding:265px}.i-sm-p-270{padding:270px !important}.sm-p-270{padding:270px}.i-sm-p-275{padding:275px !important}.sm-p-275{padding:275px}.i-sm-p-280{padding:280px !important}.sm-p-280{padding:280px}.i-sm-p-285{padding:285px !important}.sm-p-285{padding:285px}.i-sm-p-290{padding:290px !important}.sm-p-290{padding:290px}.i-sm-p-295{padding:295px !important}.sm-p-295{padding:295px}.i-sm-p-300{padding:300px !important}.sm-p-300{padding:300px}.i-sm-m--100{margin:-100px !important}.sm-m--100{margin:-100px}.i-sm-m--90{margin:-90px !important}.sm-m--90{margin:-90px}.i-sm-m--80{margin:-80px !important}.sm-m--80{margin:-80px}.i-sm-m--70{margin:-70px !important}.sm-m--70{margin:-70px}.i-sm-m--60{margin:-60px !important}.sm-m--60{margin:-60px}.i-sm-m--50{margin:-50px !important}.sm-m--50{margin:-50px}.i-sm-m--40{margin:-40px !important}.sm-m--40{margin:-40px}.i-sm-m--30{margin:-30px !important}.sm-m--30{margin:-30px}.i-sm-m--20{margin:-20px !important}.sm-m--20{margin:-20px}.i-sm-m--10{margin:-10px !important}.sm-m--10{margin:-10px}.i-sm-m--5{margin:-5px !important}.sm-m--5{margin:-5px}.i-sm-m-0{margin:0px !important}.sm-m-0{margin:0px}.i-sm-m-5{margin:5px !important}.sm-m-5{margin:5px}.i-sm-m-10{margin:10px !important}.sm-m-10{margin:10px}.i-sm-m-15{margin:15px !important}.sm-m-15{margin:15px}.i-sm-m-20{margin:20px !important}.sm-m-20{margin:20px}.i-sm-m-25{margin:25px !important}.sm-m-25{margin:25px}.i-sm-m-30{margin:30px !important}.sm-m-30{margin:30px}.i-sm-m-35{margin:35px !important}.sm-m-35{margin:35px}.i-sm-m-40{margin:40px !important}.sm-m-40{margin:40px}.i-sm-m-45{margin:45px !important}.sm-m-45{margin:45px}.i-sm-m-50{margin:50px !important}.sm-m-50{margin:50px}.i-sm-m-55{margin:55px !important}.sm-m-55{margin:55px}.i-sm-m-60{margin:60px !important}.sm-m-60{margin:60px}.i-sm-m-65{margin:65px !important}.sm-m-65{margin:65px}.i-sm-m-70{margin:70px !important}.sm-m-70{margin:70px}.i-sm-m-75{margin:75px !important}.sm-m-75{margin:75px}.i-sm-m-80{margin:80px !important}.sm-m-80{margin:80px}.i-sm-m-85{margin:85px !important}.sm-m-85{margin:85px}.i-sm-m-90{margin:90px !important}.sm-m-90{margin:90px}.i-sm-m-95{margin:95px !important}.sm-m-95{margin:95px}.i-sm-m-100{margin:100px !important}.sm-m-100{margin:100px}.i-sm-m-105{margin:105px !important}.sm-m-105{margin:105px}.i-sm-m-110{margin:110px !important}.sm-m-110{margin:110px}.i-sm-m-115{margin:115px !important}.sm-m-115{margin:115px}.i-sm-m-120{margin:120px !important}.sm-m-120{margin:120px}.i-sm-m-125{margin:125px !important}.sm-m-125{margin:125px}.i-sm-m-130{margin:130px !important}.sm-m-130{margin:130px}.i-sm-m-135{margin:135px !important}.sm-m-135{margin:135px}.i-sm-m-140{margin:140px !important}.sm-m-140{margin:140px}.i-sm-m-145{margin:145px !important}.sm-m-145{margin:145px}.i-sm-m-150{margin:150px !important}.sm-m-150{margin:150px}.i-sm-m-155{margin:155px !important}.sm-m-155{margin:155px}.i-sm-m-160{margin:160px !important}.sm-m-160{margin:160px}.i-sm-m-165{margin:165px !important}.sm-m-165{margin:165px}.i-sm-m-170{margin:170px !important}.sm-m-170{margin:170px}.i-sm-m-175{margin:175px !important}.sm-m-175{margin:175px}.i-sm-m-180{margin:180px !important}.sm-m-180{margin:180px}.i-sm-m-185{margin:185px !important}.sm-m-185{margin:185px}.i-sm-m-190{margin:190px !important}.sm-m-190{margin:190px}.i-sm-m-195{margin:195px !important}.sm-m-195{margin:195px}.i-sm-m-200{margin:200px !important}.sm-m-200{margin:200px}.i-sm-m-205{margin:205px !important}.sm-m-205{margin:205px}.i-sm-m-210{margin:210px !important}.sm-m-210{margin:210px}.i-sm-m-215{margin:215px !important}.sm-m-215{margin:215px}.i-sm-m-220{margin:220px !important}.sm-m-220{margin:220px}.i-sm-m-225{margin:225px !important}.sm-m-225{margin:225px}.i-sm-m-230{margin:230px !important}.sm-m-230{margin:230px}.i-sm-m-235{margin:235px !important}.sm-m-235{margin:235px}.i-sm-m-240{margin:240px !important}.sm-m-240{margin:240px}.i-sm-m-245{margin:245px !important}.sm-m-245{margin:245px}.i-sm-m-250{margin:250px !important}.sm-m-250{margin:250px}.i-sm-m-255{margin:255px !important}.sm-m-255{margin:255px}.i-sm-m-260{margin:260px !important}.sm-m-260{margin:260px}.i-sm-m-265{margin:265px !important}.sm-m-265{margin:265px}.i-sm-m-270{margin:270px !important}.sm-m-270{margin:270px}.i-sm-m-275{margin:275px !important}.sm-m-275{margin:275px}.i-sm-m-280{margin:280px !important}.sm-m-280{margin:280px}.i-sm-m-285{margin:285px !important}.sm-m-285{margin:285px}.i-sm-m-290{margin:290px !important}.sm-m-290{margin:290px}.i-sm-m-295{margin:295px !important}.sm-m-295{margin:295px}.i-sm-m-300{margin:300px !important}.sm-m-300{margin:300px}}@media (max-width: 576px){.i-xs-pt--100{padding-top:-100px !important}.xs-pt--100{padding-top:-100px}.i-xs-pt--90{padding-top:-90px !important}.xs-pt--90{padding-top:-90px}.i-xs-pt--80{padding-top:-80px !important}.xs-pt--80{padding-top:-80px}.i-xs-pt--70{padding-top:-70px !important}.xs-pt--70{padding-top:-70px}.i-xs-pt--60{padding-top:-60px !important}.xs-pt--60{padding-top:-60px}.i-xs-pt--50{padding-top:-50px !important}.xs-pt--50{padding-top:-50px}.i-xs-pt--40{padding-top:-40px !important}.xs-pt--40{padding-top:-40px}.i-xs-pt--30{padding-top:-30px !important}.xs-pt--30{padding-top:-30px}.i-xs-pt--20{padding-top:-20px !important}.xs-pt--20{padding-top:-20px}.i-xs-pt--10{padding-top:-10px !important}.xs-pt--10{padding-top:-10px}.i-xs-pt--5{padding-top:-5px !important}.xs-pt--5{padding-top:-5px}.i-xs-pt-0{padding-top:0px !important}.xs-pt-0{padding-top:0px}.i-xs-pt-5{padding-top:5px !important}.xs-pt-5{padding-top:5px}.i-xs-pt-10{padding-top:10px !important}.xs-pt-10{padding-top:10px}.i-xs-pt-15{padding-top:15px !important}.xs-pt-15{padding-top:15px}.i-xs-pt-20{padding-top:20px !important}.xs-pt-20{padding-top:20px}.i-xs-pt-25{padding-top:25px !important}.xs-pt-25{padding-top:25px}.i-xs-pt-30{padding-top:30px !important}.xs-pt-30{padding-top:30px}.i-xs-pt-35{padding-top:35px !important}.xs-pt-35{padding-top:35px}.i-xs-pt-40{padding-top:40px !important}.xs-pt-40{padding-top:40px}.i-xs-pt-45{padding-top:45px !important}.xs-pt-45{padding-top:45px}.i-xs-pt-50{padding-top:50px !important}.xs-pt-50{padding-top:50px}.i-xs-pt-55{padding-top:55px !important}.xs-pt-55{padding-top:55px}.i-xs-pt-60{padding-top:60px !important}.xs-pt-60{padding-top:60px}.i-xs-pt-65{padding-top:65px !important}.xs-pt-65{padding-top:65px}.i-xs-pt-70{padding-top:70px !important}.xs-pt-70{padding-top:70px}.i-xs-pt-75{padding-top:75px !important}.xs-pt-75{padding-top:75px}.i-xs-pt-80{padding-top:80px !important}.xs-pt-80{padding-top:80px}.i-xs-pt-85{padding-top:85px !important}.xs-pt-85{padding-top:85px}.i-xs-pt-90{padding-top:90px !important}.xs-pt-90{padding-top:90px}.i-xs-pt-95{padding-top:95px !important}.xs-pt-95{padding-top:95px}.i-xs-pt-100{padding-top:100px !important}.xs-pt-100{padding-top:100px}.i-xs-pt-105{padding-top:105px !important}.xs-pt-105{padding-top:105px}.i-xs-pt-110{padding-top:110px !important}.xs-pt-110{padding-top:110px}.i-xs-pt-115{padding-top:115px !important}.xs-pt-115{padding-top:115px}.i-xs-pt-120{padding-top:120px !important}.xs-pt-120{padding-top:120px}.i-xs-pt-125{padding-top:125px !important}.xs-pt-125{padding-top:125px}.i-xs-pt-130{padding-top:130px !important}.xs-pt-130{padding-top:130px}.i-xs-pt-135{padding-top:135px !important}.xs-pt-135{padding-top:135px}.i-xs-pt-140{padding-top:140px !important}.xs-pt-140{padding-top:140px}.i-xs-pt-145{padding-top:145px !important}.xs-pt-145{padding-top:145px}.i-xs-pt-150{padding-top:150px !important}.xs-pt-150{padding-top:150px}.i-xs-pt-155{padding-top:155px !important}.xs-pt-155{padding-top:155px}.i-xs-pt-160{padding-top:160px !important}.xs-pt-160{padding-top:160px}.i-xs-pt-165{padding-top:165px !important}.xs-pt-165{padding-top:165px}.i-xs-pt-170{padding-top:170px !important}.xs-pt-170{padding-top:170px}.i-xs-pt-175{padding-top:175px !important}.xs-pt-175{padding-top:175px}.i-xs-pt-180{padding-top:180px !important}.xs-pt-180{padding-top:180px}.i-xs-pt-185{padding-top:185px !important}.xs-pt-185{padding-top:185px}.i-xs-pt-190{padding-top:190px !important}.xs-pt-190{padding-top:190px}.i-xs-pt-195{padding-top:195px !important}.xs-pt-195{padding-top:195px}.i-xs-pt-200{padding-top:200px !important}.xs-pt-200{padding-top:200px}.i-xs-pt-205{padding-top:205px !important}.xs-pt-205{padding-top:205px}.i-xs-pt-210{padding-top:210px !important}.xs-pt-210{padding-top:210px}.i-xs-pt-215{padding-top:215px !important}.xs-pt-215{padding-top:215px}.i-xs-pt-220{padding-top:220px !important}.xs-pt-220{padding-top:220px}.i-xs-pt-225{padding-top:225px !important}.xs-pt-225{padding-top:225px}.i-xs-pt-230{padding-top:230px !important}.xs-pt-230{padding-top:230px}.i-xs-pt-235{padding-top:235px !important}.xs-pt-235{padding-top:235px}.i-xs-pt-240{padding-top:240px !important}.xs-pt-240{padding-top:240px}.i-xs-pt-245{padding-top:245px !important}.xs-pt-245{padding-top:245px}.i-xs-pt-250{padding-top:250px !important}.xs-pt-250{padding-top:250px}.i-xs-pt-255{padding-top:255px !important}.xs-pt-255{padding-top:255px}.i-xs-pt-260{padding-top:260px !important}.xs-pt-260{padding-top:260px}.i-xs-pt-265{padding-top:265px !important}.xs-pt-265{padding-top:265px}.i-xs-pt-270{padding-top:270px !important}.xs-pt-270{padding-top:270px}.i-xs-pt-275{padding-top:275px !important}.xs-pt-275{padding-top:275px}.i-xs-pt-280{padding-top:280px !important}.xs-pt-280{padding-top:280px}.i-xs-pt-285{padding-top:285px !important}.xs-pt-285{padding-top:285px}.i-xs-pt-290{padding-top:290px !important}.xs-pt-290{padding-top:290px}.i-xs-pt-295{padding-top:295px !important}.xs-pt-295{padding-top:295px}.i-xs-pt-300{padding-top:300px !important}.xs-pt-300{padding-top:300px}.i-xs-pr--100{padding-right:-100px !important}.xs-pr--100{padding-right:-100px}.i-xs-pr--90{padding-right:-90px !important}.xs-pr--90{padding-right:-90px}.i-xs-pr--80{padding-right:-80px !important}.xs-pr--80{padding-right:-80px}.i-xs-pr--70{padding-right:-70px !important}.xs-pr--70{padding-right:-70px}.i-xs-pr--60{padding-right:-60px !important}.xs-pr--60{padding-right:-60px}.i-xs-pr--50{padding-right:-50px !important}.xs-pr--50{padding-right:-50px}.i-xs-pr--40{padding-right:-40px !important}.xs-pr--40{padding-right:-40px}.i-xs-pr--30{padding-right:-30px !important}.xs-pr--30{padding-right:-30px}.i-xs-pr--20{padding-right:-20px !important}.xs-pr--20{padding-right:-20px}.i-xs-pr--10{padding-right:-10px !important}.xs-pr--10{padding-right:-10px}.i-xs-pr--5{padding-right:-5px !important}.xs-pr--5{padding-right:-5px}.i-xs-pr-0{padding-right:0px !important}.xs-pr-0{padding-right:0px}.i-xs-pr-5{padding-right:5px !important}.xs-pr-5{padding-right:5px}.i-xs-pr-10{padding-right:10px !important}.xs-pr-10{padding-right:10px}.i-xs-pr-15{padding-right:15px !important}.xs-pr-15{padding-right:15px}.i-xs-pr-20{padding-right:20px !important}.xs-pr-20{padding-right:20px}.i-xs-pr-25{padding-right:25px !important}.xs-pr-25{padding-right:25px}.i-xs-pr-30{padding-right:30px !important}.xs-pr-30{padding-right:30px}.i-xs-pr-35{padding-right:35px !important}.xs-pr-35{padding-right:35px}.i-xs-pr-40{padding-right:40px !important}.xs-pr-40{padding-right:40px}.i-xs-pr-45{padding-right:45px !important}.xs-pr-45{padding-right:45px}.i-xs-pr-50{padding-right:50px !important}.xs-pr-50{padding-right:50px}.i-xs-pr-55{padding-right:55px !important}.xs-pr-55{padding-right:55px}.i-xs-pr-60{padding-right:60px !important}.xs-pr-60{padding-right:60px}.i-xs-pr-65{padding-right:65px !important}.xs-pr-65{padding-right:65px}.i-xs-pr-70{padding-right:70px !important}.xs-pr-70{padding-right:70px}.i-xs-pr-75{padding-right:75px !important}.xs-pr-75{padding-right:75px}.i-xs-pr-80{padding-right:80px !important}.xs-pr-80{padding-right:80px}.i-xs-pr-85{padding-right:85px !important}.xs-pr-85{padding-right:85px}.i-xs-pr-90{padding-right:90px !important}.xs-pr-90{padding-right:90px}.i-xs-pr-95{padding-right:95px !important}.xs-pr-95{padding-right:95px}.i-xs-pr-100{padding-right:100px !important}.xs-pr-100{padding-right:100px}.i-xs-pr-105{padding-right:105px !important}.xs-pr-105{padding-right:105px}.i-xs-pr-110{padding-right:110px !important}.xs-pr-110{padding-right:110px}.i-xs-pr-115{padding-right:115px !important}.xs-pr-115{padding-right:115px}.i-xs-pr-120{padding-right:120px !important}.xs-pr-120{padding-right:120px}.i-xs-pr-125{padding-right:125px !important}.xs-pr-125{padding-right:125px}.i-xs-pr-130{padding-right:130px !important}.xs-pr-130{padding-right:130px}.i-xs-pr-135{padding-right:135px !important}.xs-pr-135{padding-right:135px}.i-xs-pr-140{padding-right:140px !important}.xs-pr-140{padding-right:140px}.i-xs-pr-145{padding-right:145px !important}.xs-pr-145{padding-right:145px}.i-xs-pr-150{padding-right:150px !important}.xs-pr-150{padding-right:150px}.i-xs-pr-155{padding-right:155px !important}.xs-pr-155{padding-right:155px}.i-xs-pr-160{padding-right:160px !important}.xs-pr-160{padding-right:160px}.i-xs-pr-165{padding-right:165px !important}.xs-pr-165{padding-right:165px}.i-xs-pr-170{padding-right:170px !important}.xs-pr-170{padding-right:170px}.i-xs-pr-175{padding-right:175px !important}.xs-pr-175{padding-right:175px}.i-xs-pr-180{padding-right:180px !important}.xs-pr-180{padding-right:180px}.i-xs-pr-185{padding-right:185px !important}.xs-pr-185{padding-right:185px}.i-xs-pr-190{padding-right:190px !important}.xs-pr-190{padding-right:190px}.i-xs-pr-195{padding-right:195px !important}.xs-pr-195{padding-right:195px}.i-xs-pr-200{padding-right:200px !important}.xs-pr-200{padding-right:200px}.i-xs-pr-205{padding-right:205px !important}.xs-pr-205{padding-right:205px}.i-xs-pr-210{padding-right:210px !important}.xs-pr-210{padding-right:210px}.i-xs-pr-215{padding-right:215px !important}.xs-pr-215{padding-right:215px}.i-xs-pr-220{padding-right:220px !important}.xs-pr-220{padding-right:220px}.i-xs-pr-225{padding-right:225px !important}.xs-pr-225{padding-right:225px}.i-xs-pr-230{padding-right:230px !important}.xs-pr-230{padding-right:230px}.i-xs-pr-235{padding-right:235px !important}.xs-pr-235{padding-right:235px}.i-xs-pr-240{padding-right:240px !important}.xs-pr-240{padding-right:240px}.i-xs-pr-245{padding-right:245px !important}.xs-pr-245{padding-right:245px}.i-xs-pr-250{padding-right:250px !important}.xs-pr-250{padding-right:250px}.i-xs-pr-255{padding-right:255px !important}.xs-pr-255{padding-right:255px}.i-xs-pr-260{padding-right:260px !important}.xs-pr-260{padding-right:260px}.i-xs-pr-265{padding-right:265px !important}.xs-pr-265{padding-right:265px}.i-xs-pr-270{padding-right:270px !important}.xs-pr-270{padding-right:270px}.i-xs-pr-275{padding-right:275px !important}.xs-pr-275{padding-right:275px}.i-xs-pr-280{padding-right:280px !important}.xs-pr-280{padding-right:280px}.i-xs-pr-285{padding-right:285px !important}.xs-pr-285{padding-right:285px}.i-xs-pr-290{padding-right:290px !important}.xs-pr-290{padding-right:290px}.i-xs-pr-295{padding-right:295px !important}.xs-pr-295{padding-right:295px}.i-xs-pr-300{padding-right:300px !important}.xs-pr-300{padding-right:300px}.i-xs-pb--100{padding-bottom:-100px !important}.xs-pb--100{padding-bottom:-100px}.i-xs-pb--90{padding-bottom:-90px !important}.xs-pb--90{padding-bottom:-90px}.i-xs-pb--80{padding-bottom:-80px !important}.xs-pb--80{padding-bottom:-80px}.i-xs-pb--70{padding-bottom:-70px !important}.xs-pb--70{padding-bottom:-70px}.i-xs-pb--60{padding-bottom:-60px !important}.xs-pb--60{padding-bottom:-60px}.i-xs-pb--50{padding-bottom:-50px !important}.xs-pb--50{padding-bottom:-50px}.i-xs-pb--40{padding-bottom:-40px !important}.xs-pb--40{padding-bottom:-40px}.i-xs-pb--30{padding-bottom:-30px !important}.xs-pb--30{padding-bottom:-30px}.i-xs-pb--20{padding-bottom:-20px !important}.xs-pb--20{padding-bottom:-20px}.i-xs-pb--10{padding-bottom:-10px !important}.xs-pb--10{padding-bottom:-10px}.i-xs-pb--5{padding-bottom:-5px !important}.xs-pb--5{padding-bottom:-5px}.i-xs-pb-0{padding-bottom:0px !important}.xs-pb-0{padding-bottom:0px}.i-xs-pb-5{padding-bottom:5px !important}.xs-pb-5{padding-bottom:5px}.i-xs-pb-10{padding-bottom:10px !important}.xs-pb-10{padding-bottom:10px}.i-xs-pb-15{padding-bottom:15px !important}.xs-pb-15{padding-bottom:15px}.i-xs-pb-20{padding-bottom:20px !important}.xs-pb-20{padding-bottom:20px}.i-xs-pb-25{padding-bottom:25px !important}.xs-pb-25{padding-bottom:25px}.i-xs-pb-30{padding-bottom:30px !important}.xs-pb-30{padding-bottom:30px}.i-xs-pb-35{padding-bottom:35px !important}.xs-pb-35{padding-bottom:35px}.i-xs-pb-40{padding-bottom:40px !important}.xs-pb-40{padding-bottom:40px}.i-xs-pb-45{padding-bottom:45px !important}.xs-pb-45{padding-bottom:45px}.i-xs-pb-50{padding-bottom:50px !important}.xs-pb-50{padding-bottom:50px}.i-xs-pb-55{padding-bottom:55px !important}.xs-pb-55{padding-bottom:55px}.i-xs-pb-60{padding-bottom:60px !important}.xs-pb-60{padding-bottom:60px}.i-xs-pb-65{padding-bottom:65px !important}.xs-pb-65{padding-bottom:65px}.i-xs-pb-70{padding-bottom:70px !important}.xs-pb-70{padding-bottom:70px}.i-xs-pb-75{padding-bottom:75px !important}.xs-pb-75{padding-bottom:75px}.i-xs-pb-80{padding-bottom:80px !important}.xs-pb-80{padding-bottom:80px}.i-xs-pb-85{padding-bottom:85px !important}.xs-pb-85{padding-bottom:85px}.i-xs-pb-90{padding-bottom:90px !important}.xs-pb-90{padding-bottom:90px}.i-xs-pb-95{padding-bottom:95px !important}.xs-pb-95{padding-bottom:95px}.i-xs-pb-100{padding-bottom:100px !important}.xs-pb-100{padding-bottom:100px}.i-xs-pb-105{padding-bottom:105px !important}.xs-pb-105{padding-bottom:105px}.i-xs-pb-110{padding-bottom:110px !important}.xs-pb-110{padding-bottom:110px}.i-xs-pb-115{padding-bottom:115px !important}.xs-pb-115{padding-bottom:115px}.i-xs-pb-120{padding-bottom:120px !important}.xs-pb-120{padding-bottom:120px}.i-xs-pb-125{padding-bottom:125px !important}.xs-pb-125{padding-bottom:125px}.i-xs-pb-130{padding-bottom:130px !important}.xs-pb-130{padding-bottom:130px}.i-xs-pb-135{padding-bottom:135px !important}.xs-pb-135{padding-bottom:135px}.i-xs-pb-140{padding-bottom:140px !important}.xs-pb-140{padding-bottom:140px}.i-xs-pb-145{padding-bottom:145px !important}.xs-pb-145{padding-bottom:145px}.i-xs-pb-150{padding-bottom:150px !important}.xs-pb-150{padding-bottom:150px}.i-xs-pb-155{padding-bottom:155px !important}.xs-pb-155{padding-bottom:155px}.i-xs-pb-160{padding-bottom:160px !important}.xs-pb-160{padding-bottom:160px}.i-xs-pb-165{padding-bottom:165px !important}.xs-pb-165{padding-bottom:165px}.i-xs-pb-170{padding-bottom:170px !important}.xs-pb-170{padding-bottom:170px}.i-xs-pb-175{padding-bottom:175px !important}.xs-pb-175{padding-bottom:175px}.i-xs-pb-180{padding-bottom:180px !important}.xs-pb-180{padding-bottom:180px}.i-xs-pb-185{padding-bottom:185px !important}.xs-pb-185{padding-bottom:185px}.i-xs-pb-190{padding-bottom:190px !important}.xs-pb-190{padding-bottom:190px}.i-xs-pb-195{padding-bottom:195px !important}.xs-pb-195{padding-bottom:195px}.i-xs-pb-200{padding-bottom:200px !important}.xs-pb-200{padding-bottom:200px}.i-xs-pb-205{padding-bottom:205px !important}.xs-pb-205{padding-bottom:205px}.i-xs-pb-210{padding-bottom:210px !important}.xs-pb-210{padding-bottom:210px}.i-xs-pb-215{padding-bottom:215px !important}.xs-pb-215{padding-bottom:215px}.i-xs-pb-220{padding-bottom:220px !important}.xs-pb-220{padding-bottom:220px}.i-xs-pb-225{padding-bottom:225px !important}.xs-pb-225{padding-bottom:225px}.i-xs-pb-230{padding-bottom:230px !important}.xs-pb-230{padding-bottom:230px}.i-xs-pb-235{padding-bottom:235px !important}.xs-pb-235{padding-bottom:235px}.i-xs-pb-240{padding-bottom:240px !important}.xs-pb-240{padding-bottom:240px}.i-xs-pb-245{padding-bottom:245px !important}.xs-pb-245{padding-bottom:245px}.i-xs-pb-250{padding-bottom:250px !important}.xs-pb-250{padding-bottom:250px}.i-xs-pb-255{padding-bottom:255px !important}.xs-pb-255{padding-bottom:255px}.i-xs-pb-260{padding-bottom:260px !important}.xs-pb-260{padding-bottom:260px}.i-xs-pb-265{padding-bottom:265px !important}.xs-pb-265{padding-bottom:265px}.i-xs-pb-270{padding-bottom:270px !important}.xs-pb-270{padding-bottom:270px}.i-xs-pb-275{padding-bottom:275px !important}.xs-pb-275{padding-bottom:275px}.i-xs-pb-280{padding-bottom:280px !important}.xs-pb-280{padding-bottom:280px}.i-xs-pb-285{padding-bottom:285px !important}.xs-pb-285{padding-bottom:285px}.i-xs-pb-290{padding-bottom:290px !important}.xs-pb-290{padding-bottom:290px}.i-xs-pb-295{padding-bottom:295px !important}.xs-pb-295{padding-bottom:295px}.i-xs-pb-300{padding-bottom:300px !important}.xs-pb-300{padding-bottom:300px}.i-xs-pl--100{padding-left:-100px !important}.xs-pl--100{padding-left:-100px}.i-xs-pl--90{padding-left:-90px !important}.xs-pl--90{padding-left:-90px}.i-xs-pl--80{padding-left:-80px !important}.xs-pl--80{padding-left:-80px}.i-xs-pl--70{padding-left:-70px !important}.xs-pl--70{padding-left:-70px}.i-xs-pl--60{padding-left:-60px !important}.xs-pl--60{padding-left:-60px}.i-xs-pl--50{padding-left:-50px !important}.xs-pl--50{padding-left:-50px}.i-xs-pl--40{padding-left:-40px !important}.xs-pl--40{padding-left:-40px}.i-xs-pl--30{padding-left:-30px !important}.xs-pl--30{padding-left:-30px}.i-xs-pl--20{padding-left:-20px !important}.xs-pl--20{padding-left:-20px}.i-xs-pl--10{padding-left:-10px !important}.xs-pl--10{padding-left:-10px}.i-xs-pl--5{padding-left:-5px !important}.xs-pl--5{padding-left:-5px}.i-xs-pl-0{padding-left:0px !important}.xs-pl-0{padding-left:0px}.i-xs-pl-5{padding-left:5px !important}.xs-pl-5{padding-left:5px}.i-xs-pl-10{padding-left:10px !important}.xs-pl-10{padding-left:10px}.i-xs-pl-15{padding-left:15px !important}.xs-pl-15{padding-left:15px}.i-xs-pl-20{padding-left:20px !important}.xs-pl-20{padding-left:20px}.i-xs-pl-25{padding-left:25px !important}.xs-pl-25{padding-left:25px}.i-xs-pl-30{padding-left:30px !important}.xs-pl-30{padding-left:30px}.i-xs-pl-35{padding-left:35px !important}.xs-pl-35{padding-left:35px}.i-xs-pl-40{padding-left:40px !important}.xs-pl-40{padding-left:40px}.i-xs-pl-45{padding-left:45px !important}.xs-pl-45{padding-left:45px}.i-xs-pl-50{padding-left:50px !important}.xs-pl-50{padding-left:50px}.i-xs-pl-55{padding-left:55px !important}.xs-pl-55{padding-left:55px}.i-xs-pl-60{padding-left:60px !important}.xs-pl-60{padding-left:60px}.i-xs-pl-65{padding-left:65px !important}.xs-pl-65{padding-left:65px}.i-xs-pl-70{padding-left:70px !important}.xs-pl-70{padding-left:70px}.i-xs-pl-75{padding-left:75px !important}.xs-pl-75{padding-left:75px}.i-xs-pl-80{padding-left:80px !important}.xs-pl-80{padding-left:80px}.i-xs-pl-85{padding-left:85px !important}.xs-pl-85{padding-left:85px}.i-xs-pl-90{padding-left:90px !important}.xs-pl-90{padding-left:90px}.i-xs-pl-95{padding-left:95px !important}.xs-pl-95{padding-left:95px}.i-xs-pl-100{padding-left:100px !important}.xs-pl-100{padding-left:100px}.i-xs-pl-105{padding-left:105px !important}.xs-pl-105{padding-left:105px}.i-xs-pl-110{padding-left:110px !important}.xs-pl-110{padding-left:110px}.i-xs-pl-115{padding-left:115px !important}.xs-pl-115{padding-left:115px}.i-xs-pl-120{padding-left:120px !important}.xs-pl-120{padding-left:120px}.i-xs-pl-125{padding-left:125px !important}.xs-pl-125{padding-left:125px}.i-xs-pl-130{padding-left:130px !important}.xs-pl-130{padding-left:130px}.i-xs-pl-135{padding-left:135px !important}.xs-pl-135{padding-left:135px}.i-xs-pl-140{padding-left:140px !important}.xs-pl-140{padding-left:140px}.i-xs-pl-145{padding-left:145px !important}.xs-pl-145{padding-left:145px}.i-xs-pl-150{padding-left:150px !important}.xs-pl-150{padding-left:150px}.i-xs-pl-155{padding-left:155px !important}.xs-pl-155{padding-left:155px}.i-xs-pl-160{padding-left:160px !important}.xs-pl-160{padding-left:160px}.i-xs-pl-165{padding-left:165px !important}.xs-pl-165{padding-left:165px}.i-xs-pl-170{padding-left:170px !important}.xs-pl-170{padding-left:170px}.i-xs-pl-175{padding-left:175px !important}.xs-pl-175{padding-left:175px}.i-xs-pl-180{padding-left:180px !important}.xs-pl-180{padding-left:180px}.i-xs-pl-185{padding-left:185px !important}.xs-pl-185{padding-left:185px}.i-xs-pl-190{padding-left:190px !important}.xs-pl-190{padding-left:190px}.i-xs-pl-195{padding-left:195px !important}.xs-pl-195{padding-left:195px}.i-xs-pl-200{padding-left:200px !important}.xs-pl-200{padding-left:200px}.i-xs-pl-205{padding-left:205px !important}.xs-pl-205{padding-left:205px}.i-xs-pl-210{padding-left:210px !important}.xs-pl-210{padding-left:210px}.i-xs-pl-215{padding-left:215px !important}.xs-pl-215{padding-left:215px}.i-xs-pl-220{padding-left:220px !important}.xs-pl-220{padding-left:220px}.i-xs-pl-225{padding-left:225px !important}.xs-pl-225{padding-left:225px}.i-xs-pl-230{padding-left:230px !important}.xs-pl-230{padding-left:230px}.i-xs-pl-235{padding-left:235px !important}.xs-pl-235{padding-left:235px}.i-xs-pl-240{padding-left:240px !important}.xs-pl-240{padding-left:240px}.i-xs-pl-245{padding-left:245px !important}.xs-pl-245{padding-left:245px}.i-xs-pl-250{padding-left:250px !important}.xs-pl-250{padding-left:250px}.i-xs-pl-255{padding-left:255px !important}.xs-pl-255{padding-left:255px}.i-xs-pl-260{padding-left:260px !important}.xs-pl-260{padding-left:260px}.i-xs-pl-265{padding-left:265px !important}.xs-pl-265{padding-left:265px}.i-xs-pl-270{padding-left:270px !important}.xs-pl-270{padding-left:270px}.i-xs-pl-275{padding-left:275px !important}.xs-pl-275{padding-left:275px}.i-xs-pl-280{padding-left:280px !important}.xs-pl-280{padding-left:280px}.i-xs-pl-285{padding-left:285px !important}.xs-pl-285{padding-left:285px}.i-xs-pl-290{padding-left:290px !important}.xs-pl-290{padding-left:290px}.i-xs-pl-295{padding-left:295px !important}.xs-pl-295{padding-left:295px}.i-xs-pl-300{padding-left:300px !important}.xs-pl-300{padding-left:300px}.i-xs-py--100{padding-block:-100px !important}.xs-py--100{padding-block:-100px}.i-xs-py--90{padding-block:-90px !important}.xs-py--90{padding-block:-90px}.i-xs-py--80{padding-block:-80px !important}.xs-py--80{padding-block:-80px}.i-xs-py--70{padding-block:-70px !important}.xs-py--70{padding-block:-70px}.i-xs-py--60{padding-block:-60px !important}.xs-py--60{padding-block:-60px}.i-xs-py--50{padding-block:-50px !important}.xs-py--50{padding-block:-50px}.i-xs-py--40{padding-block:-40px !important}.xs-py--40{padding-block:-40px}.i-xs-py--30{padding-block:-30px !important}.xs-py--30{padding-block:-30px}.i-xs-py--20{padding-block:-20px !important}.xs-py--20{padding-block:-20px}.i-xs-py--10{padding-block:-10px !important}.xs-py--10{padding-block:-10px}.i-xs-py--5{padding-block:-5px !important}.xs-py--5{padding-block:-5px}.i-xs-py-0{padding-block:0px !important}.xs-py-0{padding-block:0px}.i-xs-py-5{padding-block:5px !important}.xs-py-5{padding-block:5px}.i-xs-py-10{padding-block:10px !important}.xs-py-10{padding-block:10px}.i-xs-py-15{padding-block:15px !important}.xs-py-15{padding-block:15px}.i-xs-py-20{padding-block:20px !important}.xs-py-20{padding-block:20px}.i-xs-py-25{padding-block:25px !important}.xs-py-25{padding-block:25px}.i-xs-py-30{padding-block:30px !important}.xs-py-30{padding-block:30px}.i-xs-py-35{padding-block:35px !important}.xs-py-35{padding-block:35px}.i-xs-py-40{padding-block:40px !important}.xs-py-40{padding-block:40px}.i-xs-py-45{padding-block:45px !important}.xs-py-45{padding-block:45px}.i-xs-py-50{padding-block:50px !important}.xs-py-50{padding-block:50px}.i-xs-py-55{padding-block:55px !important}.xs-py-55{padding-block:55px}.i-xs-py-60{padding-block:60px !important}.xs-py-60{padding-block:60px}.i-xs-py-65{padding-block:65px !important}.xs-py-65{padding-block:65px}.i-xs-py-70{padding-block:70px !important}.xs-py-70{padding-block:70px}.i-xs-py-75{padding-block:75px !important}.xs-py-75{padding-block:75px}.i-xs-py-80{padding-block:80px !important}.xs-py-80{padding-block:80px}.i-xs-py-85{padding-block:85px !important}.xs-py-85{padding-block:85px}.i-xs-py-90{padding-block:90px !important}.xs-py-90{padding-block:90px}.i-xs-py-95{padding-block:95px !important}.xs-py-95{padding-block:95px}.i-xs-py-100{padding-block:100px !important}.xs-py-100{padding-block:100px}.i-xs-py-105{padding-block:105px !important}.xs-py-105{padding-block:105px}.i-xs-py-110{padding-block:110px !important}.xs-py-110{padding-block:110px}.i-xs-py-115{padding-block:115px !important}.xs-py-115{padding-block:115px}.i-xs-py-120{padding-block:120px !important}.xs-py-120{padding-block:120px}.i-xs-py-125{padding-block:125px !important}.xs-py-125{padding-block:125px}.i-xs-py-130{padding-block:130px !important}.xs-py-130{padding-block:130px}.i-xs-py-135{padding-block:135px !important}.xs-py-135{padding-block:135px}.i-xs-py-140{padding-block:140px !important}.xs-py-140{padding-block:140px}.i-xs-py-145{padding-block:145px !important}.xs-py-145{padding-block:145px}.i-xs-py-150{padding-block:150px !important}.xs-py-150{padding-block:150px}.i-xs-py-155{padding-block:155px !important}.xs-py-155{padding-block:155px}.i-xs-py-160{padding-block:160px !important}.xs-py-160{padding-block:160px}.i-xs-py-165{padding-block:165px !important}.xs-py-165{padding-block:165px}.i-xs-py-170{padding-block:170px !important}.xs-py-170{padding-block:170px}.i-xs-py-175{padding-block:175px !important}.xs-py-175{padding-block:175px}.i-xs-py-180{padding-block:180px !important}.xs-py-180{padding-block:180px}.i-xs-py-185{padding-block:185px !important}.xs-py-185{padding-block:185px}.i-xs-py-190{padding-block:190px !important}.xs-py-190{padding-block:190px}.i-xs-py-195{padding-block:195px !important}.xs-py-195{padding-block:195px}.i-xs-py-200{padding-block:200px !important}.xs-py-200{padding-block:200px}.i-xs-py-205{padding-block:205px !important}.xs-py-205{padding-block:205px}.i-xs-py-210{padding-block:210px !important}.xs-py-210{padding-block:210px}.i-xs-py-215{padding-block:215px !important}.xs-py-215{padding-block:215px}.i-xs-py-220{padding-block:220px !important}.xs-py-220{padding-block:220px}.i-xs-py-225{padding-block:225px !important}.xs-py-225{padding-block:225px}.i-xs-py-230{padding-block:230px !important}.xs-py-230{padding-block:230px}.i-xs-py-235{padding-block:235px !important}.xs-py-235{padding-block:235px}.i-xs-py-240{padding-block:240px !important}.xs-py-240{padding-block:240px}.i-xs-py-245{padding-block:245px !important}.xs-py-245{padding-block:245px}.i-xs-py-250{padding-block:250px !important}.xs-py-250{padding-block:250px}.i-xs-py-255{padding-block:255px !important}.xs-py-255{padding-block:255px}.i-xs-py-260{padding-block:260px !important}.xs-py-260{padding-block:260px}.i-xs-py-265{padding-block:265px !important}.xs-py-265{padding-block:265px}.i-xs-py-270{padding-block:270px !important}.xs-py-270{padding-block:270px}.i-xs-py-275{padding-block:275px !important}.xs-py-275{padding-block:275px}.i-xs-py-280{padding-block:280px !important}.xs-py-280{padding-block:280px}.i-xs-py-285{padding-block:285px !important}.xs-py-285{padding-block:285px}.i-xs-py-290{padding-block:290px !important}.xs-py-290{padding-block:290px}.i-xs-py-295{padding-block:295px !important}.xs-py-295{padding-block:295px}.i-xs-py-300{padding-block:300px !important}.xs-py-300{padding-block:300px}.i-xs-px--100{padding-inline:-100px !important}.xs-px--100{padding-inline:-100px}.i-xs-px--90{padding-inline:-90px !important}.xs-px--90{padding-inline:-90px}.i-xs-px--80{padding-inline:-80px !important}.xs-px--80{padding-inline:-80px}.i-xs-px--70{padding-inline:-70px !important}.xs-px--70{padding-inline:-70px}.i-xs-px--60{padding-inline:-60px !important}.xs-px--60{padding-inline:-60px}.i-xs-px--50{padding-inline:-50px !important}.xs-px--50{padding-inline:-50px}.i-xs-px--40{padding-inline:-40px !important}.xs-px--40{padding-inline:-40px}.i-xs-px--30{padding-inline:-30px !important}.xs-px--30{padding-inline:-30px}.i-xs-px--20{padding-inline:-20px !important}.xs-px--20{padding-inline:-20px}.i-xs-px--10{padding-inline:-10px !important}.xs-px--10{padding-inline:-10px}.i-xs-px--5{padding-inline:-5px !important}.xs-px--5{padding-inline:-5px}.i-xs-px-0{padding-inline:0px !important}.xs-px-0{padding-inline:0px}.i-xs-px-5{padding-inline:5px !important}.xs-px-5{padding-inline:5px}.i-xs-px-10{padding-inline:10px !important}.xs-px-10{padding-inline:10px}.i-xs-px-15{padding-inline:15px !important}.xs-px-15{padding-inline:15px}.i-xs-px-20{padding-inline:20px !important}.xs-px-20{padding-inline:20px}.i-xs-px-25{padding-inline:25px !important}.xs-px-25{padding-inline:25px}.i-xs-px-30{padding-inline:30px !important}.xs-px-30{padding-inline:30px}.i-xs-px-35{padding-inline:35px !important}.xs-px-35{padding-inline:35px}.i-xs-px-40{padding-inline:40px !important}.xs-px-40{padding-inline:40px}.i-xs-px-45{padding-inline:45px !important}.xs-px-45{padding-inline:45px}.i-xs-px-50{padding-inline:50px !important}.xs-px-50{padding-inline:50px}.i-xs-px-55{padding-inline:55px !important}.xs-px-55{padding-inline:55px}.i-xs-px-60{padding-inline:60px !important}.xs-px-60{padding-inline:60px}.i-xs-px-65{padding-inline:65px !important}.xs-px-65{padding-inline:65px}.i-xs-px-70{padding-inline:70px !important}.xs-px-70{padding-inline:70px}.i-xs-px-75{padding-inline:75px !important}.xs-px-75{padding-inline:75px}.i-xs-px-80{padding-inline:80px !important}.xs-px-80{padding-inline:80px}.i-xs-px-85{padding-inline:85px !important}.xs-px-85{padding-inline:85px}.i-xs-px-90{padding-inline:90px !important}.xs-px-90{padding-inline:90px}.i-xs-px-95{padding-inline:95px !important}.xs-px-95{padding-inline:95px}.i-xs-px-100{padding-inline:100px !important}.xs-px-100{padding-inline:100px}.i-xs-px-105{padding-inline:105px !important}.xs-px-105{padding-inline:105px}.i-xs-px-110{padding-inline:110px !important}.xs-px-110{padding-inline:110px}.i-xs-px-115{padding-inline:115px !important}.xs-px-115{padding-inline:115px}.i-xs-px-120{padding-inline:120px !important}.xs-px-120{padding-inline:120px}.i-xs-px-125{padding-inline:125px !important}.xs-px-125{padding-inline:125px}.i-xs-px-130{padding-inline:130px !important}.xs-px-130{padding-inline:130px}.i-xs-px-135{padding-inline:135px !important}.xs-px-135{padding-inline:135px}.i-xs-px-140{padding-inline:140px !important}.xs-px-140{padding-inline:140px}.i-xs-px-145{padding-inline:145px !important}.xs-px-145{padding-inline:145px}.i-xs-px-150{padding-inline:150px !important}.xs-px-150{padding-inline:150px}.i-xs-px-155{padding-inline:155px !important}.xs-px-155{padding-inline:155px}.i-xs-px-160{padding-inline:160px !important}.xs-px-160{padding-inline:160px}.i-xs-px-165{padding-inline:165px !important}.xs-px-165{padding-inline:165px}.i-xs-px-170{padding-inline:170px !important}.xs-px-170{padding-inline:170px}.i-xs-px-175{padding-inline:175px !important}.xs-px-175{padding-inline:175px}.i-xs-px-180{padding-inline:180px !important}.xs-px-180{padding-inline:180px}.i-xs-px-185{padding-inline:185px !important}.xs-px-185{padding-inline:185px}.i-xs-px-190{padding-inline:190px !important}.xs-px-190{padding-inline:190px}.i-xs-px-195{padding-inline:195px !important}.xs-px-195{padding-inline:195px}.i-xs-px-200{padding-inline:200px !important}.xs-px-200{padding-inline:200px}.i-xs-px-205{padding-inline:205px !important}.xs-px-205{padding-inline:205px}.i-xs-px-210{padding-inline:210px !important}.xs-px-210{padding-inline:210px}.i-xs-px-215{padding-inline:215px !important}.xs-px-215{padding-inline:215px}.i-xs-px-220{padding-inline:220px !important}.xs-px-220{padding-inline:220px}.i-xs-px-225{padding-inline:225px !important}.xs-px-225{padding-inline:225px}.i-xs-px-230{padding-inline:230px !important}.xs-px-230{padding-inline:230px}.i-xs-px-235{padding-inline:235px !important}.xs-px-235{padding-inline:235px}.i-xs-px-240{padding-inline:240px !important}.xs-px-240{padding-inline:240px}.i-xs-px-245{padding-inline:245px !important}.xs-px-245{padding-inline:245px}.i-xs-px-250{padding-inline:250px !important}.xs-px-250{padding-inline:250px}.i-xs-px-255{padding-inline:255px !important}.xs-px-255{padding-inline:255px}.i-xs-px-260{padding-inline:260px !important}.xs-px-260{padding-inline:260px}.i-xs-px-265{padding-inline:265px !important}.xs-px-265{padding-inline:265px}.i-xs-px-270{padding-inline:270px !important}.xs-px-270{padding-inline:270px}.i-xs-px-275{padding-inline:275px !important}.xs-px-275{padding-inline:275px}.i-xs-px-280{padding-inline:280px !important}.xs-px-280{padding-inline:280px}.i-xs-px-285{padding-inline:285px !important}.xs-px-285{padding-inline:285px}.i-xs-px-290{padding-inline:290px !important}.xs-px-290{padding-inline:290px}.i-xs-px-295{padding-inline:295px !important}.xs-px-295{padding-inline:295px}.i-xs-px-300{padding-inline:300px !important}.xs-px-300{padding-inline:300px}.i-xs-mt--100{margin-top:-100px !important}.xs-mt--100{margin-top:-100px}.i-xs-mt--90{margin-top:-90px !important}.xs-mt--90{margin-top:-90px}.i-xs-mt--80{margin-top:-80px !important}.xs-mt--80{margin-top:-80px}.i-xs-mt--70{margin-top:-70px !important}.xs-mt--70{margin-top:-70px}.i-xs-mt--60{margin-top:-60px !important}.xs-mt--60{margin-top:-60px}.i-xs-mt--50{margin-top:-50px !important}.xs-mt--50{margin-top:-50px}.i-xs-mt--40{margin-top:-40px !important}.xs-mt--40{margin-top:-40px}.i-xs-mt--30{margin-top:-30px !important}.xs-mt--30{margin-top:-30px}.i-xs-mt--20{margin-top:-20px !important}.xs-mt--20{margin-top:-20px}.i-xs-mt--10{margin-top:-10px !important}.xs-mt--10{margin-top:-10px}.i-xs-mt--5{margin-top:-5px !important}.xs-mt--5{margin-top:-5px}.i-xs-mt-0{margin-top:0px !important}.xs-mt-0{margin-top:0px}.i-xs-mt-5{margin-top:5px !important}.xs-mt-5{margin-top:5px}.i-xs-mt-10{margin-top:10px !important}.xs-mt-10{margin-top:10px}.i-xs-mt-15{margin-top:15px !important}.xs-mt-15{margin-top:15px}.i-xs-mt-20{margin-top:20px !important}.xs-mt-20{margin-top:20px}.i-xs-mt-25{margin-top:25px !important}.xs-mt-25{margin-top:25px}.i-xs-mt-30{margin-top:30px !important}.xs-mt-30{margin-top:30px}.i-xs-mt-35{margin-top:35px !important}.xs-mt-35{margin-top:35px}.i-xs-mt-40{margin-top:40px !important}.xs-mt-40{margin-top:40px}.i-xs-mt-45{margin-top:45px !important}.xs-mt-45{margin-top:45px}.i-xs-mt-50{margin-top:50px !important}.xs-mt-50{margin-top:50px}.i-xs-mt-55{margin-top:55px !important}.xs-mt-55{margin-top:55px}.i-xs-mt-60{margin-top:60px !important}.xs-mt-60{margin-top:60px}.i-xs-mt-65{margin-top:65px !important}.xs-mt-65{margin-top:65px}.i-xs-mt-70{margin-top:70px !important}.xs-mt-70{margin-top:70px}.i-xs-mt-75{margin-top:75px !important}.xs-mt-75{margin-top:75px}.i-xs-mt-80{margin-top:80px !important}.xs-mt-80{margin-top:80px}.i-xs-mt-85{margin-top:85px !important}.xs-mt-85{margin-top:85px}.i-xs-mt-90{margin-top:90px !important}.xs-mt-90{margin-top:90px}.i-xs-mt-95{margin-top:95px !important}.xs-mt-95{margin-top:95px}.i-xs-mt-100{margin-top:100px !important}.xs-mt-100{margin-top:100px}.i-xs-mt-105{margin-top:105px !important}.xs-mt-105{margin-top:105px}.i-xs-mt-110{margin-top:110px !important}.xs-mt-110{margin-top:110px}.i-xs-mt-115{margin-top:115px !important}.xs-mt-115{margin-top:115px}.i-xs-mt-120{margin-top:120px !important}.xs-mt-120{margin-top:120px}.i-xs-mt-125{margin-top:125px !important}.xs-mt-125{margin-top:125px}.i-xs-mt-130{margin-top:130px !important}.xs-mt-130{margin-top:130px}.i-xs-mt-135{margin-top:135px !important}.xs-mt-135{margin-top:135px}.i-xs-mt-140{margin-top:140px !important}.xs-mt-140{margin-top:140px}.i-xs-mt-145{margin-top:145px !important}.xs-mt-145{margin-top:145px}.i-xs-mt-150{margin-top:150px !important}.xs-mt-150{margin-top:150px}.i-xs-mt-155{margin-top:155px !important}.xs-mt-155{margin-top:155px}.i-xs-mt-160{margin-top:160px !important}.xs-mt-160{margin-top:160px}.i-xs-mt-165{margin-top:165px !important}.xs-mt-165{margin-top:165px}.i-xs-mt-170{margin-top:170px !important}.xs-mt-170{margin-top:170px}.i-xs-mt-175{margin-top:175px !important}.xs-mt-175{margin-top:175px}.i-xs-mt-180{margin-top:180px !important}.xs-mt-180{margin-top:180px}.i-xs-mt-185{margin-top:185px !important}.xs-mt-185{margin-top:185px}.i-xs-mt-190{margin-top:190px !important}.xs-mt-190{margin-top:190px}.i-xs-mt-195{margin-top:195px !important}.xs-mt-195{margin-top:195px}.i-xs-mt-200{margin-top:200px !important}.xs-mt-200{margin-top:200px}.i-xs-mt-205{margin-top:205px !important}.xs-mt-205{margin-top:205px}.i-xs-mt-210{margin-top:210px !important}.xs-mt-210{margin-top:210px}.i-xs-mt-215{margin-top:215px !important}.xs-mt-215{margin-top:215px}.i-xs-mt-220{margin-top:220px !important}.xs-mt-220{margin-top:220px}.i-xs-mt-225{margin-top:225px !important}.xs-mt-225{margin-top:225px}.i-xs-mt-230{margin-top:230px !important}.xs-mt-230{margin-top:230px}.i-xs-mt-235{margin-top:235px !important}.xs-mt-235{margin-top:235px}.i-xs-mt-240{margin-top:240px !important}.xs-mt-240{margin-top:240px}.i-xs-mt-245{margin-top:245px !important}.xs-mt-245{margin-top:245px}.i-xs-mt-250{margin-top:250px !important}.xs-mt-250{margin-top:250px}.i-xs-mt-255{margin-top:255px !important}.xs-mt-255{margin-top:255px}.i-xs-mt-260{margin-top:260px !important}.xs-mt-260{margin-top:260px}.i-xs-mt-265{margin-top:265px !important}.xs-mt-265{margin-top:265px}.i-xs-mt-270{margin-top:270px !important}.xs-mt-270{margin-top:270px}.i-xs-mt-275{margin-top:275px !important}.xs-mt-275{margin-top:275px}.i-xs-mt-280{margin-top:280px !important}.xs-mt-280{margin-top:280px}.i-xs-mt-285{margin-top:285px !important}.xs-mt-285{margin-top:285px}.i-xs-mt-290{margin-top:290px !important}.xs-mt-290{margin-top:290px}.i-xs-mt-295{margin-top:295px !important}.xs-mt-295{margin-top:295px}.i-xs-mt-300{margin-top:300px !important}.xs-mt-300{margin-top:300px}.i-xs-mr--100{margin-right:-100px !important}.xs-mr--100{margin-right:-100px}.i-xs-mr--90{margin-right:-90px !important}.xs-mr--90{margin-right:-90px}.i-xs-mr--80{margin-right:-80px !important}.xs-mr--80{margin-right:-80px}.i-xs-mr--70{margin-right:-70px !important}.xs-mr--70{margin-right:-70px}.i-xs-mr--60{margin-right:-60px !important}.xs-mr--60{margin-right:-60px}.i-xs-mr--50{margin-right:-50px !important}.xs-mr--50{margin-right:-50px}.i-xs-mr--40{margin-right:-40px !important}.xs-mr--40{margin-right:-40px}.i-xs-mr--30{margin-right:-30px !important}.xs-mr--30{margin-right:-30px}.i-xs-mr--20{margin-right:-20px !important}.xs-mr--20{margin-right:-20px}.i-xs-mr--10{margin-right:-10px !important}.xs-mr--10{margin-right:-10px}.i-xs-mr--5{margin-right:-5px !important}.xs-mr--5{margin-right:-5px}.i-xs-mr-0{margin-right:0px !important}.xs-mr-0{margin-right:0px}.i-xs-mr-5{margin-right:5px !important}.xs-mr-5{margin-right:5px}.i-xs-mr-10{margin-right:10px !important}.xs-mr-10{margin-right:10px}.i-xs-mr-15{margin-right:15px !important}.xs-mr-15{margin-right:15px}.i-xs-mr-20{margin-right:20px !important}.xs-mr-20{margin-right:20px}.i-xs-mr-25{margin-right:25px !important}.xs-mr-25{margin-right:25px}.i-xs-mr-30{margin-right:30px !important}.xs-mr-30{margin-right:30px}.i-xs-mr-35{margin-right:35px !important}.xs-mr-35{margin-right:35px}.i-xs-mr-40{margin-right:40px !important}.xs-mr-40{margin-right:40px}.i-xs-mr-45{margin-right:45px !important}.xs-mr-45{margin-right:45px}.i-xs-mr-50{margin-right:50px !important}.xs-mr-50{margin-right:50px}.i-xs-mr-55{margin-right:55px !important}.xs-mr-55{margin-right:55px}.i-xs-mr-60{margin-right:60px !important}.xs-mr-60{margin-right:60px}.i-xs-mr-65{margin-right:65px !important}.xs-mr-65{margin-right:65px}.i-xs-mr-70{margin-right:70px !important}.xs-mr-70{margin-right:70px}.i-xs-mr-75{margin-right:75px !important}.xs-mr-75{margin-right:75px}.i-xs-mr-80{margin-right:80px !important}.xs-mr-80{margin-right:80px}.i-xs-mr-85{margin-right:85px !important}.xs-mr-85{margin-right:85px}.i-xs-mr-90{margin-right:90px !important}.xs-mr-90{margin-right:90px}.i-xs-mr-95{margin-right:95px !important}.xs-mr-95{margin-right:95px}.i-xs-mr-100{margin-right:100px !important}.xs-mr-100{margin-right:100px}.i-xs-mr-105{margin-right:105px !important}.xs-mr-105{margin-right:105px}.i-xs-mr-110{margin-right:110px !important}.xs-mr-110{margin-right:110px}.i-xs-mr-115{margin-right:115px !important}.xs-mr-115{margin-right:115px}.i-xs-mr-120{margin-right:120px !important}.xs-mr-120{margin-right:120px}.i-xs-mr-125{margin-right:125px !important}.xs-mr-125{margin-right:125px}.i-xs-mr-130{margin-right:130px !important}.xs-mr-130{margin-right:130px}.i-xs-mr-135{margin-right:135px !important}.xs-mr-135{margin-right:135px}.i-xs-mr-140{margin-right:140px !important}.xs-mr-140{margin-right:140px}.i-xs-mr-145{margin-right:145px !important}.xs-mr-145{margin-right:145px}.i-xs-mr-150{margin-right:150px !important}.xs-mr-150{margin-right:150px}.i-xs-mr-155{margin-right:155px !important}.xs-mr-155{margin-right:155px}.i-xs-mr-160{margin-right:160px !important}.xs-mr-160{margin-right:160px}.i-xs-mr-165{margin-right:165px !important}.xs-mr-165{margin-right:165px}.i-xs-mr-170{margin-right:170px !important}.xs-mr-170{margin-right:170px}.i-xs-mr-175{margin-right:175px !important}.xs-mr-175{margin-right:175px}.i-xs-mr-180{margin-right:180px !important}.xs-mr-180{margin-right:180px}.i-xs-mr-185{margin-right:185px !important}.xs-mr-185{margin-right:185px}.i-xs-mr-190{margin-right:190px !important}.xs-mr-190{margin-right:190px}.i-xs-mr-195{margin-right:195px !important}.xs-mr-195{margin-right:195px}.i-xs-mr-200{margin-right:200px !important}.xs-mr-200{margin-right:200px}.i-xs-mr-205{margin-right:205px !important}.xs-mr-205{margin-right:205px}.i-xs-mr-210{margin-right:210px !important}.xs-mr-210{margin-right:210px}.i-xs-mr-215{margin-right:215px !important}.xs-mr-215{margin-right:215px}.i-xs-mr-220{margin-right:220px !important}.xs-mr-220{margin-right:220px}.i-xs-mr-225{margin-right:225px !important}.xs-mr-225{margin-right:225px}.i-xs-mr-230{margin-right:230px !important}.xs-mr-230{margin-right:230px}.i-xs-mr-235{margin-right:235px !important}.xs-mr-235{margin-right:235px}.i-xs-mr-240{margin-right:240px !important}.xs-mr-240{margin-right:240px}.i-xs-mr-245{margin-right:245px !important}.xs-mr-245{margin-right:245px}.i-xs-mr-250{margin-right:250px !important}.xs-mr-250{margin-right:250px}.i-xs-mr-255{margin-right:255px !important}.xs-mr-255{margin-right:255px}.i-xs-mr-260{margin-right:260px !important}.xs-mr-260{margin-right:260px}.i-xs-mr-265{margin-right:265px !important}.xs-mr-265{margin-right:265px}.i-xs-mr-270{margin-right:270px !important}.xs-mr-270{margin-right:270px}.i-xs-mr-275{margin-right:275px !important}.xs-mr-275{margin-right:275px}.i-xs-mr-280{margin-right:280px !important}.xs-mr-280{margin-right:280px}.i-xs-mr-285{margin-right:285px !important}.xs-mr-285{margin-right:285px}.i-xs-mr-290{margin-right:290px !important}.xs-mr-290{margin-right:290px}.i-xs-mr-295{margin-right:295px !important}.xs-mr-295{margin-right:295px}.i-xs-mr-300{margin-right:300px !important}.xs-mr-300{margin-right:300px}.i-xs-mb--100{margin-bottom:-100px !important}.xs-mb--100{margin-bottom:-100px}.i-xs-mb--90{margin-bottom:-90px !important}.xs-mb--90{margin-bottom:-90px}.i-xs-mb--80{margin-bottom:-80px !important}.xs-mb--80{margin-bottom:-80px}.i-xs-mb--70{margin-bottom:-70px !important}.xs-mb--70{margin-bottom:-70px}.i-xs-mb--60{margin-bottom:-60px !important}.xs-mb--60{margin-bottom:-60px}.i-xs-mb--50{margin-bottom:-50px !important}.xs-mb--50{margin-bottom:-50px}.i-xs-mb--40{margin-bottom:-40px !important}.xs-mb--40{margin-bottom:-40px}.i-xs-mb--30{margin-bottom:-30px !important}.xs-mb--30{margin-bottom:-30px}.i-xs-mb--20{margin-bottom:-20px !important}.xs-mb--20{margin-bottom:-20px}.i-xs-mb--10{margin-bottom:-10px !important}.xs-mb--10{margin-bottom:-10px}.i-xs-mb--5{margin-bottom:-5px !important}.xs-mb--5{margin-bottom:-5px}.i-xs-mb-0{margin-bottom:0px !important}.xs-mb-0{margin-bottom:0px}.i-xs-mb-5{margin-bottom:5px !important}.xs-mb-5{margin-bottom:5px}.i-xs-mb-10{margin-bottom:10px !important}.xs-mb-10{margin-bottom:10px}.i-xs-mb-15{margin-bottom:15px !important}.xs-mb-15{margin-bottom:15px}.i-xs-mb-20{margin-bottom:20px !important}.xs-mb-20{margin-bottom:20px}.i-xs-mb-25{margin-bottom:25px !important}.xs-mb-25{margin-bottom:25px}.i-xs-mb-30{margin-bottom:30px !important}.xs-mb-30{margin-bottom:30px}.i-xs-mb-35{margin-bottom:35px !important}.xs-mb-35{margin-bottom:35px}.i-xs-mb-40{margin-bottom:40px !important}.xs-mb-40{margin-bottom:40px}.i-xs-mb-45{margin-bottom:45px !important}.xs-mb-45{margin-bottom:45px}.i-xs-mb-50{margin-bottom:50px !important}.xs-mb-50{margin-bottom:50px}.i-xs-mb-55{margin-bottom:55px !important}.xs-mb-55{margin-bottom:55px}.i-xs-mb-60{margin-bottom:60px !important}.xs-mb-60{margin-bottom:60px}.i-xs-mb-65{margin-bottom:65px !important}.xs-mb-65{margin-bottom:65px}.i-xs-mb-70{margin-bottom:70px !important}.xs-mb-70{margin-bottom:70px}.i-xs-mb-75{margin-bottom:75px !important}.xs-mb-75{margin-bottom:75px}.i-xs-mb-80{margin-bottom:80px !important}.xs-mb-80{margin-bottom:80px}.i-xs-mb-85{margin-bottom:85px !important}.xs-mb-85{margin-bottom:85px}.i-xs-mb-90{margin-bottom:90px !important}.xs-mb-90{margin-bottom:90px}.i-xs-mb-95{margin-bottom:95px !important}.xs-mb-95{margin-bottom:95px}.i-xs-mb-100{margin-bottom:100px !important}.xs-mb-100{margin-bottom:100px}.i-xs-mb-105{margin-bottom:105px !important}.xs-mb-105{margin-bottom:105px}.i-xs-mb-110{margin-bottom:110px !important}.xs-mb-110{margin-bottom:110px}.i-xs-mb-115{margin-bottom:115px !important}.xs-mb-115{margin-bottom:115px}.i-xs-mb-120{margin-bottom:120px !important}.xs-mb-120{margin-bottom:120px}.i-xs-mb-125{margin-bottom:125px !important}.xs-mb-125{margin-bottom:125px}.i-xs-mb-130{margin-bottom:130px !important}.xs-mb-130{margin-bottom:130px}.i-xs-mb-135{margin-bottom:135px !important}.xs-mb-135{margin-bottom:135px}.i-xs-mb-140{margin-bottom:140px !important}.xs-mb-140{margin-bottom:140px}.i-xs-mb-145{margin-bottom:145px !important}.xs-mb-145{margin-bottom:145px}.i-xs-mb-150{margin-bottom:150px !important}.xs-mb-150{margin-bottom:150px}.i-xs-mb-155{margin-bottom:155px !important}.xs-mb-155{margin-bottom:155px}.i-xs-mb-160{margin-bottom:160px !important}.xs-mb-160{margin-bottom:160px}.i-xs-mb-165{margin-bottom:165px !important}.xs-mb-165{margin-bottom:165px}.i-xs-mb-170{margin-bottom:170px !important}.xs-mb-170{margin-bottom:170px}.i-xs-mb-175{margin-bottom:175px !important}.xs-mb-175{margin-bottom:175px}.i-xs-mb-180{margin-bottom:180px !important}.xs-mb-180{margin-bottom:180px}.i-xs-mb-185{margin-bottom:185px !important}.xs-mb-185{margin-bottom:185px}.i-xs-mb-190{margin-bottom:190px !important}.xs-mb-190{margin-bottom:190px}.i-xs-mb-195{margin-bottom:195px !important}.xs-mb-195{margin-bottom:195px}.i-xs-mb-200{margin-bottom:200px !important}.xs-mb-200{margin-bottom:200px}.i-xs-mb-205{margin-bottom:205px !important}.xs-mb-205{margin-bottom:205px}.i-xs-mb-210{margin-bottom:210px !important}.xs-mb-210{margin-bottom:210px}.i-xs-mb-215{margin-bottom:215px !important}.xs-mb-215{margin-bottom:215px}.i-xs-mb-220{margin-bottom:220px !important}.xs-mb-220{margin-bottom:220px}.i-xs-mb-225{margin-bottom:225px !important}.xs-mb-225{margin-bottom:225px}.i-xs-mb-230{margin-bottom:230px !important}.xs-mb-230{margin-bottom:230px}.i-xs-mb-235{margin-bottom:235px !important}.xs-mb-235{margin-bottom:235px}.i-xs-mb-240{margin-bottom:240px !important}.xs-mb-240{margin-bottom:240px}.i-xs-mb-245{margin-bottom:245px !important}.xs-mb-245{margin-bottom:245px}.i-xs-mb-250{margin-bottom:250px !important}.xs-mb-250{margin-bottom:250px}.i-xs-mb-255{margin-bottom:255px !important}.xs-mb-255{margin-bottom:255px}.i-xs-mb-260{margin-bottom:260px !important}.xs-mb-260{margin-bottom:260px}.i-xs-mb-265{margin-bottom:265px !important}.xs-mb-265{margin-bottom:265px}.i-xs-mb-270{margin-bottom:270px !important}.xs-mb-270{margin-bottom:270px}.i-xs-mb-275{margin-bottom:275px !important}.xs-mb-275{margin-bottom:275px}.i-xs-mb-280{margin-bottom:280px !important}.xs-mb-280{margin-bottom:280px}.i-xs-mb-285{margin-bottom:285px !important}.xs-mb-285{margin-bottom:285px}.i-xs-mb-290{margin-bottom:290px !important}.xs-mb-290{margin-bottom:290px}.i-xs-mb-295{margin-bottom:295px !important}.xs-mb-295{margin-bottom:295px}.i-xs-mb-300{margin-bottom:300px !important}.xs-mb-300{margin-bottom:300px}.i-xs-ml--100{margin-left:-100px !important}.xs-ml--100{margin-left:-100px}.i-xs-ml--90{margin-left:-90px !important}.xs-ml--90{margin-left:-90px}.i-xs-ml--80{margin-left:-80px !important}.xs-ml--80{margin-left:-80px}.i-xs-ml--70{margin-left:-70px !important}.xs-ml--70{margin-left:-70px}.i-xs-ml--60{margin-left:-60px !important}.xs-ml--60{margin-left:-60px}.i-xs-ml--50{margin-left:-50px !important}.xs-ml--50{margin-left:-50px}.i-xs-ml--40{margin-left:-40px !important}.xs-ml--40{margin-left:-40px}.i-xs-ml--30{margin-left:-30px !important}.xs-ml--30{margin-left:-30px}.i-xs-ml--20{margin-left:-20px !important}.xs-ml--20{margin-left:-20px}.i-xs-ml--10{margin-left:-10px !important}.xs-ml--10{margin-left:-10px}.i-xs-ml--5{margin-left:-5px !important}.xs-ml--5{margin-left:-5px}.i-xs-ml-0{margin-left:0px !important}.xs-ml-0{margin-left:0px}.i-xs-ml-5{margin-left:5px !important}.xs-ml-5{margin-left:5px}.i-xs-ml-10{margin-left:10px !important}.xs-ml-10{margin-left:10px}.i-xs-ml-15{margin-left:15px !important}.xs-ml-15{margin-left:15px}.i-xs-ml-20{margin-left:20px !important}.xs-ml-20{margin-left:20px}.i-xs-ml-25{margin-left:25px !important}.xs-ml-25{margin-left:25px}.i-xs-ml-30{margin-left:30px !important}.xs-ml-30{margin-left:30px}.i-xs-ml-35{margin-left:35px !important}.xs-ml-35{margin-left:35px}.i-xs-ml-40{margin-left:40px !important}.xs-ml-40{margin-left:40px}.i-xs-ml-45{margin-left:45px !important}.xs-ml-45{margin-left:45px}.i-xs-ml-50{margin-left:50px !important}.xs-ml-50{margin-left:50px}.i-xs-ml-55{margin-left:55px !important}.xs-ml-55{margin-left:55px}.i-xs-ml-60{margin-left:60px !important}.xs-ml-60{margin-left:60px}.i-xs-ml-65{margin-left:65px !important}.xs-ml-65{margin-left:65px}.i-xs-ml-70{margin-left:70px !important}.xs-ml-70{margin-left:70px}.i-xs-ml-75{margin-left:75px !important}.xs-ml-75{margin-left:75px}.i-xs-ml-80{margin-left:80px !important}.xs-ml-80{margin-left:80px}.i-xs-ml-85{margin-left:85px !important}.xs-ml-85{margin-left:85px}.i-xs-ml-90{margin-left:90px !important}.xs-ml-90{margin-left:90px}.i-xs-ml-95{margin-left:95px !important}.xs-ml-95{margin-left:95px}.i-xs-ml-100{margin-left:100px !important}.xs-ml-100{margin-left:100px}.i-xs-ml-105{margin-left:105px !important}.xs-ml-105{margin-left:105px}.i-xs-ml-110{margin-left:110px !important}.xs-ml-110{margin-left:110px}.i-xs-ml-115{margin-left:115px !important}.xs-ml-115{margin-left:115px}.i-xs-ml-120{margin-left:120px !important}.xs-ml-120{margin-left:120px}.i-xs-ml-125{margin-left:125px !important}.xs-ml-125{margin-left:125px}.i-xs-ml-130{margin-left:130px !important}.xs-ml-130{margin-left:130px}.i-xs-ml-135{margin-left:135px !important}.xs-ml-135{margin-left:135px}.i-xs-ml-140{margin-left:140px !important}.xs-ml-140{margin-left:140px}.i-xs-ml-145{margin-left:145px !important}.xs-ml-145{margin-left:145px}.i-xs-ml-150{margin-left:150px !important}.xs-ml-150{margin-left:150px}.i-xs-ml-155{margin-left:155px !important}.xs-ml-155{margin-left:155px}.i-xs-ml-160{margin-left:160px !important}.xs-ml-160{margin-left:160px}.i-xs-ml-165{margin-left:165px !important}.xs-ml-165{margin-left:165px}.i-xs-ml-170{margin-left:170px !important}.xs-ml-170{margin-left:170px}.i-xs-ml-175{margin-left:175px !important}.xs-ml-175{margin-left:175px}.i-xs-ml-180{margin-left:180px !important}.xs-ml-180{margin-left:180px}.i-xs-ml-185{margin-left:185px !important}.xs-ml-185{margin-left:185px}.i-xs-ml-190{margin-left:190px !important}.xs-ml-190{margin-left:190px}.i-xs-ml-195{margin-left:195px !important}.xs-ml-195{margin-left:195px}.i-xs-ml-200{margin-left:200px !important}.xs-ml-200{margin-left:200px}.i-xs-ml-205{margin-left:205px !important}.xs-ml-205{margin-left:205px}.i-xs-ml-210{margin-left:210px !important}.xs-ml-210{margin-left:210px}.i-xs-ml-215{margin-left:215px !important}.xs-ml-215{margin-left:215px}.i-xs-ml-220{margin-left:220px !important}.xs-ml-220{margin-left:220px}.i-xs-ml-225{margin-left:225px !important}.xs-ml-225{margin-left:225px}.i-xs-ml-230{margin-left:230px !important}.xs-ml-230{margin-left:230px}.i-xs-ml-235{margin-left:235px !important}.xs-ml-235{margin-left:235px}.i-xs-ml-240{margin-left:240px !important}.xs-ml-240{margin-left:240px}.i-xs-ml-245{margin-left:245px !important}.xs-ml-245{margin-left:245px}.i-xs-ml-250{margin-left:250px !important}.xs-ml-250{margin-left:250px}.i-xs-ml-255{margin-left:255px !important}.xs-ml-255{margin-left:255px}.i-xs-ml-260{margin-left:260px !important}.xs-ml-260{margin-left:260px}.i-xs-ml-265{margin-left:265px !important}.xs-ml-265{margin-left:265px}.i-xs-ml-270{margin-left:270px !important}.xs-ml-270{margin-left:270px}.i-xs-ml-275{margin-left:275px !important}.xs-ml-275{margin-left:275px}.i-xs-ml-280{margin-left:280px !important}.xs-ml-280{margin-left:280px}.i-xs-ml-285{margin-left:285px !important}.xs-ml-285{margin-left:285px}.i-xs-ml-290{margin-left:290px !important}.xs-ml-290{margin-left:290px}.i-xs-ml-295{margin-left:295px !important}.xs-ml-295{margin-left:295px}.i-xs-ml-300{margin-left:300px !important}.xs-ml-300{margin-left:300px}.i-xs-my--100{margin-block:-100px !important}.xs-my--100{margin-block:-100px}.i-xs-my--90{margin-block:-90px !important}.xs-my--90{margin-block:-90px}.i-xs-my--80{margin-block:-80px !important}.xs-my--80{margin-block:-80px}.i-xs-my--70{margin-block:-70px !important}.xs-my--70{margin-block:-70px}.i-xs-my--60{margin-block:-60px !important}.xs-my--60{margin-block:-60px}.i-xs-my--50{margin-block:-50px !important}.xs-my--50{margin-block:-50px}.i-xs-my--40{margin-block:-40px !important}.xs-my--40{margin-block:-40px}.i-xs-my--30{margin-block:-30px !important}.xs-my--30{margin-block:-30px}.i-xs-my--20{margin-block:-20px !important}.xs-my--20{margin-block:-20px}.i-xs-my--10{margin-block:-10px !important}.xs-my--10{margin-block:-10px}.i-xs-my--5{margin-block:-5px !important}.xs-my--5{margin-block:-5px}.i-xs-my-0{margin-block:0px !important}.xs-my-0{margin-block:0px}.i-xs-my-5{margin-block:5px !important}.xs-my-5{margin-block:5px}.i-xs-my-10{margin-block:10px !important}.xs-my-10{margin-block:10px}.i-xs-my-15{margin-block:15px !important}.xs-my-15{margin-block:15px}.i-xs-my-20{margin-block:20px !important}.xs-my-20{margin-block:20px}.i-xs-my-25{margin-block:25px !important}.xs-my-25{margin-block:25px}.i-xs-my-30{margin-block:30px !important}.xs-my-30{margin-block:30px}.i-xs-my-35{margin-block:35px !important}.xs-my-35{margin-block:35px}.i-xs-my-40{margin-block:40px !important}.xs-my-40{margin-block:40px}.i-xs-my-45{margin-block:45px !important}.xs-my-45{margin-block:45px}.i-xs-my-50{margin-block:50px !important}.xs-my-50{margin-block:50px}.i-xs-my-55{margin-block:55px !important}.xs-my-55{margin-block:55px}.i-xs-my-60{margin-block:60px !important}.xs-my-60{margin-block:60px}.i-xs-my-65{margin-block:65px !important}.xs-my-65{margin-block:65px}.i-xs-my-70{margin-block:70px !important}.xs-my-70{margin-block:70px}.i-xs-my-75{margin-block:75px !important}.xs-my-75{margin-block:75px}.i-xs-my-80{margin-block:80px !important}.xs-my-80{margin-block:80px}.i-xs-my-85{margin-block:85px !important}.xs-my-85{margin-block:85px}.i-xs-my-90{margin-block:90px !important}.xs-my-90{margin-block:90px}.i-xs-my-95{margin-block:95px !important}.xs-my-95{margin-block:95px}.i-xs-my-100{margin-block:100px !important}.xs-my-100{margin-block:100px}.i-xs-my-105{margin-block:105px !important}.xs-my-105{margin-block:105px}.i-xs-my-110{margin-block:110px !important}.xs-my-110{margin-block:110px}.i-xs-my-115{margin-block:115px !important}.xs-my-115{margin-block:115px}.i-xs-my-120{margin-block:120px !important}.xs-my-120{margin-block:120px}.i-xs-my-125{margin-block:125px !important}.xs-my-125{margin-block:125px}.i-xs-my-130{margin-block:130px !important}.xs-my-130{margin-block:130px}.i-xs-my-135{margin-block:135px !important}.xs-my-135{margin-block:135px}.i-xs-my-140{margin-block:140px !important}.xs-my-140{margin-block:140px}.i-xs-my-145{margin-block:145px !important}.xs-my-145{margin-block:145px}.i-xs-my-150{margin-block:150px !important}.xs-my-150{margin-block:150px}.i-xs-my-155{margin-block:155px !important}.xs-my-155{margin-block:155px}.i-xs-my-160{margin-block:160px !important}.xs-my-160{margin-block:160px}.i-xs-my-165{margin-block:165px !important}.xs-my-165{margin-block:165px}.i-xs-my-170{margin-block:170px !important}.xs-my-170{margin-block:170px}.i-xs-my-175{margin-block:175px !important}.xs-my-175{margin-block:175px}.i-xs-my-180{margin-block:180px !important}.xs-my-180{margin-block:180px}.i-xs-my-185{margin-block:185px !important}.xs-my-185{margin-block:185px}.i-xs-my-190{margin-block:190px !important}.xs-my-190{margin-block:190px}.i-xs-my-195{margin-block:195px !important}.xs-my-195{margin-block:195px}.i-xs-my-200{margin-block:200px !important}.xs-my-200{margin-block:200px}.i-xs-my-205{margin-block:205px !important}.xs-my-205{margin-block:205px}.i-xs-my-210{margin-block:210px !important}.xs-my-210{margin-block:210px}.i-xs-my-215{margin-block:215px !important}.xs-my-215{margin-block:215px}.i-xs-my-220{margin-block:220px !important}.xs-my-220{margin-block:220px}.i-xs-my-225{margin-block:225px !important}.xs-my-225{margin-block:225px}.i-xs-my-230{margin-block:230px !important}.xs-my-230{margin-block:230px}.i-xs-my-235{margin-block:235px !important}.xs-my-235{margin-block:235px}.i-xs-my-240{margin-block:240px !important}.xs-my-240{margin-block:240px}.i-xs-my-245{margin-block:245px !important}.xs-my-245{margin-block:245px}.i-xs-my-250{margin-block:250px !important}.xs-my-250{margin-block:250px}.i-xs-my-255{margin-block:255px !important}.xs-my-255{margin-block:255px}.i-xs-my-260{margin-block:260px !important}.xs-my-260{margin-block:260px}.i-xs-my-265{margin-block:265px !important}.xs-my-265{margin-block:265px}.i-xs-my-270{margin-block:270px !important}.xs-my-270{margin-block:270px}.i-xs-my-275{margin-block:275px !important}.xs-my-275{margin-block:275px}.i-xs-my-280{margin-block:280px !important}.xs-my-280{margin-block:280px}.i-xs-my-285{margin-block:285px !important}.xs-my-285{margin-block:285px}.i-xs-my-290{margin-block:290px !important}.xs-my-290{margin-block:290px}.i-xs-my-295{margin-block:295px !important}.xs-my-295{margin-block:295px}.i-xs-my-300{margin-block:300px !important}.xs-my-300{margin-block:300px}.i-xs-mx--100{margin-inline:-100px !important}.xs-mx--100{margin-inline:-100px}.i-xs-mx--90{margin-inline:-90px !important}.xs-mx--90{margin-inline:-90px}.i-xs-mx--80{margin-inline:-80px !important}.xs-mx--80{margin-inline:-80px}.i-xs-mx--70{margin-inline:-70px !important}.xs-mx--70{margin-inline:-70px}.i-xs-mx--60{margin-inline:-60px !important}.xs-mx--60{margin-inline:-60px}.i-xs-mx--50{margin-inline:-50px !important}.xs-mx--50{margin-inline:-50px}.i-xs-mx--40{margin-inline:-40px !important}.xs-mx--40{margin-inline:-40px}.i-xs-mx--30{margin-inline:-30px !important}.xs-mx--30{margin-inline:-30px}.i-xs-mx--20{margin-inline:-20px !important}.xs-mx--20{margin-inline:-20px}.i-xs-mx--10{margin-inline:-10px !important}.xs-mx--10{margin-inline:-10px}.i-xs-mx--5{margin-inline:-5px !important}.xs-mx--5{margin-inline:-5px}.i-xs-mx-0{margin-inline:0px !important}.xs-mx-0{margin-inline:0px}.i-xs-mx-5{margin-inline:5px !important}.xs-mx-5{margin-inline:5px}.i-xs-mx-10{margin-inline:10px !important}.xs-mx-10{margin-inline:10px}.i-xs-mx-15{margin-inline:15px !important}.xs-mx-15{margin-inline:15px}.i-xs-mx-20{margin-inline:20px !important}.xs-mx-20{margin-inline:20px}.i-xs-mx-25{margin-inline:25px !important}.xs-mx-25{margin-inline:25px}.i-xs-mx-30{margin-inline:30px !important}.xs-mx-30{margin-inline:30px}.i-xs-mx-35{margin-inline:35px !important}.xs-mx-35{margin-inline:35px}.i-xs-mx-40{margin-inline:40px !important}.xs-mx-40{margin-inline:40px}.i-xs-mx-45{margin-inline:45px !important}.xs-mx-45{margin-inline:45px}.i-xs-mx-50{margin-inline:50px !important}.xs-mx-50{margin-inline:50px}.i-xs-mx-55{margin-inline:55px !important}.xs-mx-55{margin-inline:55px}.i-xs-mx-60{margin-inline:60px !important}.xs-mx-60{margin-inline:60px}.i-xs-mx-65{margin-inline:65px !important}.xs-mx-65{margin-inline:65px}.i-xs-mx-70{margin-inline:70px !important}.xs-mx-70{margin-inline:70px}.i-xs-mx-75{margin-inline:75px !important}.xs-mx-75{margin-inline:75px}.i-xs-mx-80{margin-inline:80px !important}.xs-mx-80{margin-inline:80px}.i-xs-mx-85{margin-inline:85px !important}.xs-mx-85{margin-inline:85px}.i-xs-mx-90{margin-inline:90px !important}.xs-mx-90{margin-inline:90px}.i-xs-mx-95{margin-inline:95px !important}.xs-mx-95{margin-inline:95px}.i-xs-mx-100{margin-inline:100px !important}.xs-mx-100{margin-inline:100px}.i-xs-mx-105{margin-inline:105px !important}.xs-mx-105{margin-inline:105px}.i-xs-mx-110{margin-inline:110px !important}.xs-mx-110{margin-inline:110px}.i-xs-mx-115{margin-inline:115px !important}.xs-mx-115{margin-inline:115px}.i-xs-mx-120{margin-inline:120px !important}.xs-mx-120{margin-inline:120px}.i-xs-mx-125{margin-inline:125px !important}.xs-mx-125{margin-inline:125px}.i-xs-mx-130{margin-inline:130px !important}.xs-mx-130{margin-inline:130px}.i-xs-mx-135{margin-inline:135px !important}.xs-mx-135{margin-inline:135px}.i-xs-mx-140{margin-inline:140px !important}.xs-mx-140{margin-inline:140px}.i-xs-mx-145{margin-inline:145px !important}.xs-mx-145{margin-inline:145px}.i-xs-mx-150{margin-inline:150px !important}.xs-mx-150{margin-inline:150px}.i-xs-mx-155{margin-inline:155px !important}.xs-mx-155{margin-inline:155px}.i-xs-mx-160{margin-inline:160px !important}.xs-mx-160{margin-inline:160px}.i-xs-mx-165{margin-inline:165px !important}.xs-mx-165{margin-inline:165px}.i-xs-mx-170{margin-inline:170px !important}.xs-mx-170{margin-inline:170px}.i-xs-mx-175{margin-inline:175px !important}.xs-mx-175{margin-inline:175px}.i-xs-mx-180{margin-inline:180px !important}.xs-mx-180{margin-inline:180px}.i-xs-mx-185{margin-inline:185px !important}.xs-mx-185{margin-inline:185px}.i-xs-mx-190{margin-inline:190px !important}.xs-mx-190{margin-inline:190px}.i-xs-mx-195{margin-inline:195px !important}.xs-mx-195{margin-inline:195px}.i-xs-mx-200{margin-inline:200px !important}.xs-mx-200{margin-inline:200px}.i-xs-mx-205{margin-inline:205px !important}.xs-mx-205{margin-inline:205px}.i-xs-mx-210{margin-inline:210px !important}.xs-mx-210{margin-inline:210px}.i-xs-mx-215{margin-inline:215px !important}.xs-mx-215{margin-inline:215px}.i-xs-mx-220{margin-inline:220px !important}.xs-mx-220{margin-inline:220px}.i-xs-mx-225{margin-inline:225px !important}.xs-mx-225{margin-inline:225px}.i-xs-mx-230{margin-inline:230px !important}.xs-mx-230{margin-inline:230px}.i-xs-mx-235{margin-inline:235px !important}.xs-mx-235{margin-inline:235px}.i-xs-mx-240{margin-inline:240px !important}.xs-mx-240{margin-inline:240px}.i-xs-mx-245{margin-inline:245px !important}.xs-mx-245{margin-inline:245px}.i-xs-mx-250{margin-inline:250px !important}.xs-mx-250{margin-inline:250px}.i-xs-mx-255{margin-inline:255px !important}.xs-mx-255{margin-inline:255px}.i-xs-mx-260{margin-inline:260px !important}.xs-mx-260{margin-inline:260px}.i-xs-mx-265{margin-inline:265px !important}.xs-mx-265{margin-inline:265px}.i-xs-mx-270{margin-inline:270px !important}.xs-mx-270{margin-inline:270px}.i-xs-mx-275{margin-inline:275px !important}.xs-mx-275{margin-inline:275px}.i-xs-mx-280{margin-inline:280px !important}.xs-mx-280{margin-inline:280px}.i-xs-mx-285{margin-inline:285px !important}.xs-mx-285{margin-inline:285px}.i-xs-mx-290{margin-inline:290px !important}.xs-mx-290{margin-inline:290px}.i-xs-mx-295{margin-inline:295px !important}.xs-mx-295{margin-inline:295px}.i-xs-mx-300{margin-inline:300px !important}.xs-mx-300{margin-inline:300px}.i-xs-p--100{padding:-100px !important}.xs-p--100{padding:-100px}.i-xs-p--90{padding:-90px !important}.xs-p--90{padding:-90px}.i-xs-p--80{padding:-80px !important}.xs-p--80{padding:-80px}.i-xs-p--70{padding:-70px !important}.xs-p--70{padding:-70px}.i-xs-p--60{padding:-60px !important}.xs-p--60{padding:-60px}.i-xs-p--50{padding:-50px !important}.xs-p--50{padding:-50px}.i-xs-p--40{padding:-40px !important}.xs-p--40{padding:-40px}.i-xs-p--30{padding:-30px !important}.xs-p--30{padding:-30px}.i-xs-p--20{padding:-20px !important}.xs-p--20{padding:-20px}.i-xs-p--10{padding:-10px !important}.xs-p--10{padding:-10px}.i-xs-p--5{padding:-5px !important}.xs-p--5{padding:-5px}.i-xs-p-0{padding:0px !important}.xs-p-0{padding:0px}.i-xs-p-5{padding:5px !important}.xs-p-5{padding:5px}.i-xs-p-10{padding:10px !important}.xs-p-10{padding:10px}.i-xs-p-15{padding:15px !important}.xs-p-15{padding:15px}.i-xs-p-20{padding:20px !important}.xs-p-20{padding:20px}.i-xs-p-25{padding:25px !important}.xs-p-25{padding:25px}.i-xs-p-30{padding:30px !important}.xs-p-30{padding:30px}.i-xs-p-35{padding:35px !important}.xs-p-35{padding:35px}.i-xs-p-40{padding:40px !important}.xs-p-40{padding:40px}.i-xs-p-45{padding:45px !important}.xs-p-45{padding:45px}.i-xs-p-50{padding:50px !important}.xs-p-50{padding:50px}.i-xs-p-55{padding:55px !important}.xs-p-55{padding:55px}.i-xs-p-60{padding:60px !important}.xs-p-60{padding:60px}.i-xs-p-65{padding:65px !important}.xs-p-65{padding:65px}.i-xs-p-70{padding:70px !important}.xs-p-70{padding:70px}.i-xs-p-75{padding:75px !important}.xs-p-75{padding:75px}.i-xs-p-80{padding:80px !important}.xs-p-80{padding:80px}.i-xs-p-85{padding:85px !important}.xs-p-85{padding:85px}.i-xs-p-90{padding:90px !important}.xs-p-90{padding:90px}.i-xs-p-95{padding:95px !important}.xs-p-95{padding:95px}.i-xs-p-100{padding:100px !important}.xs-p-100{padding:100px}.i-xs-p-105{padding:105px !important}.xs-p-105{padding:105px}.i-xs-p-110{padding:110px !important}.xs-p-110{padding:110px}.i-xs-p-115{padding:115px !important}.xs-p-115{padding:115px}.i-xs-p-120{padding:120px !important}.xs-p-120{padding:120px}.i-xs-p-125{padding:125px !important}.xs-p-125{padding:125px}.i-xs-p-130{padding:130px !important}.xs-p-130{padding:130px}.i-xs-p-135{padding:135px !important}.xs-p-135{padding:135px}.i-xs-p-140{padding:140px !important}.xs-p-140{padding:140px}.i-xs-p-145{padding:145px !important}.xs-p-145{padding:145px}.i-xs-p-150{padding:150px !important}.xs-p-150{padding:150px}.i-xs-p-155{padding:155px !important}.xs-p-155{padding:155px}.i-xs-p-160{padding:160px !important}.xs-p-160{padding:160px}.i-xs-p-165{padding:165px !important}.xs-p-165{padding:165px}.i-xs-p-170{padding:170px !important}.xs-p-170{padding:170px}.i-xs-p-175{padding:175px !important}.xs-p-175{padding:175px}.i-xs-p-180{padding:180px !important}.xs-p-180{padding:180px}.i-xs-p-185{padding:185px !important}.xs-p-185{padding:185px}.i-xs-p-190{padding:190px !important}.xs-p-190{padding:190px}.i-xs-p-195{padding:195px !important}.xs-p-195{padding:195px}.i-xs-p-200{padding:200px !important}.xs-p-200{padding:200px}.i-xs-p-205{padding:205px !important}.xs-p-205{padding:205px}.i-xs-p-210{padding:210px !important}.xs-p-210{padding:210px}.i-xs-p-215{padding:215px !important}.xs-p-215{padding:215px}.i-xs-p-220{padding:220px !important}.xs-p-220{padding:220px}.i-xs-p-225{padding:225px !important}.xs-p-225{padding:225px}.i-xs-p-230{padding:230px !important}.xs-p-230{padding:230px}.i-xs-p-235{padding:235px !important}.xs-p-235{padding:235px}.i-xs-p-240{padding:240px !important}.xs-p-240{padding:240px}.i-xs-p-245{padding:245px !important}.xs-p-245{padding:245px}.i-xs-p-250{padding:250px !important}.xs-p-250{padding:250px}.i-xs-p-255{padding:255px !important}.xs-p-255{padding:255px}.i-xs-p-260{padding:260px !important}.xs-p-260{padding:260px}.i-xs-p-265{padding:265px !important}.xs-p-265{padding:265px}.i-xs-p-270{padding:270px !important}.xs-p-270{padding:270px}.i-xs-p-275{padding:275px !important}.xs-p-275{padding:275px}.i-xs-p-280{padding:280px !important}.xs-p-280{padding:280px}.i-xs-p-285{padding:285px !important}.xs-p-285{padding:285px}.i-xs-p-290{padding:290px !important}.xs-p-290{padding:290px}.i-xs-p-295{padding:295px !important}.xs-p-295{padding:295px}.i-xs-p-300{padding:300px !important}.xs-p-300{padding:300px}.i-xs-m--100{margin:-100px !important}.xs-m--100{margin:-100px}.i-xs-m--90{margin:-90px !important}.xs-m--90{margin:-90px}.i-xs-m--80{margin:-80px !important}.xs-m--80{margin:-80px}.i-xs-m--70{margin:-70px !important}.xs-m--70{margin:-70px}.i-xs-m--60{margin:-60px !important}.xs-m--60{margin:-60px}.i-xs-m--50{margin:-50px !important}.xs-m--50{margin:-50px}.i-xs-m--40{margin:-40px !important}.xs-m--40{margin:-40px}.i-xs-m--30{margin:-30px !important}.xs-m--30{margin:-30px}.i-xs-m--20{margin:-20px !important}.xs-m--20{margin:-20px}.i-xs-m--10{margin:-10px !important}.xs-m--10{margin:-10px}.i-xs-m--5{margin:-5px !important}.xs-m--5{margin:-5px}.i-xs-m-0{margin:0px !important}.xs-m-0{margin:0px}.i-xs-m-5{margin:5px !important}.xs-m-5{margin:5px}.i-xs-m-10{margin:10px !important}.xs-m-10{margin:10px}.i-xs-m-15{margin:15px !important}.xs-m-15{margin:15px}.i-xs-m-20{margin:20px !important}.xs-m-20{margin:20px}.i-xs-m-25{margin:25px !important}.xs-m-25{margin:25px}.i-xs-m-30{margin:30px !important}.xs-m-30{margin:30px}.i-xs-m-35{margin:35px !important}.xs-m-35{margin:35px}.i-xs-m-40{margin:40px !important}.xs-m-40{margin:40px}.i-xs-m-45{margin:45px !important}.xs-m-45{margin:45px}.i-xs-m-50{margin:50px !important}.xs-m-50{margin:50px}.i-xs-m-55{margin:55px !important}.xs-m-55{margin:55px}.i-xs-m-60{margin:60px !important}.xs-m-60{margin:60px}.i-xs-m-65{margin:65px !important}.xs-m-65{margin:65px}.i-xs-m-70{margin:70px !important}.xs-m-70{margin:70px}.i-xs-m-75{margin:75px !important}.xs-m-75{margin:75px}.i-xs-m-80{margin:80px !important}.xs-m-80{margin:80px}.i-xs-m-85{margin:85px !important}.xs-m-85{margin:85px}.i-xs-m-90{margin:90px !important}.xs-m-90{margin:90px}.i-xs-m-95{margin:95px !important}.xs-m-95{margin:95px}.i-xs-m-100{margin:100px !important}.xs-m-100{margin:100px}.i-xs-m-105{margin:105px !important}.xs-m-105{margin:105px}.i-xs-m-110{margin:110px !important}.xs-m-110{margin:110px}.i-xs-m-115{margin:115px !important}.xs-m-115{margin:115px}.i-xs-m-120{margin:120px !important}.xs-m-120{margin:120px}.i-xs-m-125{margin:125px !important}.xs-m-125{margin:125px}.i-xs-m-130{margin:130px !important}.xs-m-130{margin:130px}.i-xs-m-135{margin:135px !important}.xs-m-135{margin:135px}.i-xs-m-140{margin:140px !important}.xs-m-140{margin:140px}.i-xs-m-145{margin:145px !important}.xs-m-145{margin:145px}.i-xs-m-150{margin:150px !important}.xs-m-150{margin:150px}.i-xs-m-155{margin:155px !important}.xs-m-155{margin:155px}.i-xs-m-160{margin:160px !important}.xs-m-160{margin:160px}.i-xs-m-165{margin:165px !important}.xs-m-165{margin:165px}.i-xs-m-170{margin:170px !important}.xs-m-170{margin:170px}.i-xs-m-175{margin:175px !important}.xs-m-175{margin:175px}.i-xs-m-180{margin:180px !important}.xs-m-180{margin:180px}.i-xs-m-185{margin:185px !important}.xs-m-185{margin:185px}.i-xs-m-190{margin:190px !important}.xs-m-190{margin:190px}.i-xs-m-195{margin:195px !important}.xs-m-195{margin:195px}.i-xs-m-200{margin:200px !important}.xs-m-200{margin:200px}.i-xs-m-205{margin:205px !important}.xs-m-205{margin:205px}.i-xs-m-210{margin:210px !important}.xs-m-210{margin:210px}.i-xs-m-215{margin:215px !important}.xs-m-215{margin:215px}.i-xs-m-220{margin:220px !important}.xs-m-220{margin:220px}.i-xs-m-225{margin:225px !important}.xs-m-225{margin:225px}.i-xs-m-230{margin:230px !important}.xs-m-230{margin:230px}.i-xs-m-235{margin:235px !important}.xs-m-235{margin:235px}.i-xs-m-240{margin:240px !important}.xs-m-240{margin:240px}.i-xs-m-245{margin:245px !important}.xs-m-245{margin:245px}.i-xs-m-250{margin:250px !important}.xs-m-250{margin:250px}.i-xs-m-255{margin:255px !important}.xs-m-255{margin:255px}.i-xs-m-260{margin:260px !important}.xs-m-260{margin:260px}.i-xs-m-265{margin:265px !important}.xs-m-265{margin:265px}.i-xs-m-270{margin:270px !important}.xs-m-270{margin:270px}.i-xs-m-275{margin:275px !important}.xs-m-275{margin:275px}.i-xs-m-280{margin:280px !important}.xs-m-280{margin:280px}.i-xs-m-285{margin:285px !important}.xs-m-285{margin:285px}.i-xs-m-290{margin:290px !important}.xs-m-290{margin:290px}.i-xs-m-295{margin:295px !important}.xs-m-295{margin:295px}.i-xs-m-300{margin:300px !important}.xs-m-300{margin:300px}}

/* Media Query Variable */
/*CSS Variable*/
:root {
  /*font Variable*/
  --ff-instrument-sans: "Instrument Sans", serif;
  /*Color Variable*/
  --color-primary: #001e29;
  --color-primary-rgb: 15, 15, 15;
  --color-white: #ffffff;
  --color-white-rgb: 255, 255, 255;
  --color-black: #003346;
  --color-black-rgb: 0, 0, 0;
  --color-1: #c5c5c5;
  --color-1-rgb: 197, 197, 197;
  --color-2: #f5f5f5;
  --color-2-rgb: 245, 245, 245;
  --color-3: #191919;
  --color-3-rgb: 25, 25, 25;
  --color-4: #313131;
  --color-4-rgb: 49, 49, 49;
  --color-5: #eaeaea;
  --color-5-rgb: 234, 234, 234;
}

a {
  color: unset;
  text-decoration: none;
}
a:focus {
  outline: 0 solid;
}
a:hover {
  text-decoration: none;
  color: unset;
}

.inset-0 {
  inset: 0;
  z-index: 1;
}

figure {
  margin-bottom: 0;
}

img {
  max-width: 100%;
  height: auto;
}

.background-image,
[data-bg-src] {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 0;
  font-family: var(--ff-instrument-sans);
  color: var(--color-black);
  font-weight: 600;
}

h1,
.h1 {
  font-size: 100px;
  line-height: 107.143%;
  letter-spacing: -4.2px;
}

h2,
.h2 {
  font-size: 100px;
  line-height: 110%;
}

h3,
.h3 {
  font-size: 80px;
  line-height: 112.5%;
  letter-spacing: -2px;
}

h4,
.h4 {
  font-size: 60px;
  line-height: 116.667%;
  letter-spacing: -1.5px;
}

h5,
.h5 {
  font-size: 28px;
  line-height: 135.714%;
  letter-spacing: -0.28px;
}

h6,
.h6 {
  font-size: 24px;
  line-height: 141.667%;
  letter-spacing: -0.24px;
}

@media only screen and (max-width: 1199.98px) {
  h1,
  .h1 {
    font-size: 95px;
  }
  h2,
  .h2 {
    font-size: 90px;
  }
  h3,
  .h3 {
    font-size: 70px;
  }
  h4,
  .h4 {
    font-size: 50px;
  }
  h5,
  .h5 {
    font-size: 26px;
  }
  h6,
  .h6 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 991.98px) {
  h1,
  .h1 {
    font-size: 75px;
  }
  h2,
  .h2 {
    font-size: 70px;
  }
  h3,
  .h3 {
    font-size: 60px;
  }
  h4,
  .h4 {
    font-size: 40px;
  }
  h5,
  .h5 {
    font-size: 24px;
  }
  h6,
  .h6 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767.98px) {
  h1,
  .h1 {
    font-size: 65px;
  }
  h2,
  .h2 {
    font-size: 60px;
  }
  h3,
  .h3 {
    font-size: 40px;
  }
  h4,
  .h4 {
    font-size: 30px;
  }
  h5,
  .h5 {
    font-size: 22px;
  }
  h6,
  .h6 {
    font-size: 20px;
  }
}
.fs-44 {
  font-size: 44px;
  line-height: 122.727%;
  font-weight: 600;
  letter-spacing: -0.88px;
}
@media only screen and (max-width: 1399.98px) {
  .fs-44 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .fs-44 {
    font-size: 35px;
  }
}
@media only screen and (max-width: 991.98px) {
  .fs-44 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 767.98px) {
  .fs-44 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 575.98px) {
  .fs-44 {
    font-size: 25px;
  }
}

@media only screen and (min-width: 1400px) {
  .w-1088 {
    max-width: 1088px;
  }
}

html {
  overflow-x: clip;
}

body {
  overflow-x: clip;
  font-weight: 400;
  font-size: 20px;
  line-height: 160%;
  background-color: var(--color-white);
  color: var(--color-primary);
  font-family: var(--ff-instrument-sans);
}

p {
  margin-bottom: 0;
}

input:focus,
textarea:focus,
button:focus {
  outline: none;
}

ul.custom-ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Remove Chrome Input Field's Unwanted Yellow Background Color */
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}
input:-webkit-autofill:hover, input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

/* Common Class */
.section-margin-top {
  margin-top: 130px;
}

.section-margin-bottom {
  margin-bottom: 130px;
}

.section-margin-top-bottom {
  margin-top: 130px;
  margin-bottom: 130px;
}

.row-margin-top {
  margin-top: 60px;
}

.row-margin-bottom {
  margin-bottom: 60px;
}

.section-padding-top {
  padding-top: 130px;
}

.section-padding-bottom {
  padding-bottom: 130px;
}

.section-padding-top-bottom {
  padding-top: 130px;
  padding-bottom: 130px;
}

.row-padding-top {
  padding-top: 60px;
}

.row-padding-bottom {
  padding-bottom: 60px;
}

@media only screen and (max-width: 1199.98px) {
  .section-margin-top {
    margin-top: 80px;
  }
  .section-margin-bottom {
    margin-bottom: 80px;
  }
  .section-margin-top-bottom {
    margin-top: 80px;
    margin-bottom: 80px;
  }
  .row-margin-top {
    margin-top: 45px;
  }
  .row-margin-bottom {
    margin-bottom: 45px;
  }
  .section-padding-top {
    padding-top: 80px;
  }
  .section-padding-bottom {
    padding-bottom: 80px;
  }
  .section-padding-top-bottom {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .row-padding-top {
    padding-top: 45px;
  }
  .row-padding-bottom {
    padding-bottom: 45px;
  }
}
@media only screen and (max-width: 991.98px) {
  .section-margin-top {
    margin-top: 65px;
  }
  .section-margin-bottom {
    margin-bottom: 65px;
  }
  .section-margin-top-bottom {
    margin-top: 65px;
    margin-bottom: 65px;
  }
  .row-margin-top {
    margin-top: 45px;
  }
  .row-margin-bottom {
    margin-bottom: 45px;
  }
  .section-padding-top {
    padding-top: 65px;
  }
  .section-padding-bottom {
    padding-bottom: 65px;
  }
  .section-padding-top-bottom {
    padding-top: 65px;
    padding-bottom: 65px;
  }
  .row-padding-top {
    padding-top: 45px;
  }
  .row-padding-bottom {
    padding-bottom: 45px;
  }
}
@media only screen and (max-width: 991.98px) and (max-width: 767.98px) {
  .row-padding-bottom.extend {
    padding-bottom: 0px;
  }
}
.z-index-one {
  z-index: 1 !important;
}

.z-index-minus-one {
  z-index: -1 !important;
}

.section-middle {
  margin: 0 auto;
}

.ft_object {
  -o-object-fit: cover;
  object-fit: cover;
}

.max_wd_content {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

/* Common Class End */
.bg-color-primary {
  background-color: var(--color-primary);
}

.text-color-primary {
  color: var(--color-primary);
}

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

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

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

.bg-color-2-imp {
  background-color: var(--color-2) !important;
}

.text-color-2 {
  color: var(--color-2);
}

.line-clamp-1 {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.line-clamp-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.line-clamp-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

ul.custom-ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.stars ul {
  display: flex;
  align-items: center;
  gap: 4px;
}

/*
============================================
============= Custom Scroll Bar CSS ================
*/
body::-webkit-scrollbar {
  width: 0.3em;
}

body::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

body::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
  border-radius: 10px;
}

#smooth-content {
  background-color: var(--color-white);
}

/*
============================================
============= Custom Scroll Bar CSS End ================
*/
/*
============================================
============= Preloader CSS ================
*/
.preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background: var(--color-black);
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.preloader .spinner-wrap {
  width: 180px;
  height: 180px;
  position: relative;
}
.preloader .spinner-wrap .preloader-logo {
  width: 75%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.preloader .spinner-wrap .spinner {
  position: relative;
  width: 100%;
  height: 100%;
  border: 2px solid #fff;
  border-top: 3px solid var(--color-primary-orange);
  border-radius: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  animation: spin 2s infinite linear;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/*
============= Preloader CSS END ================
================================================
*/
/* Custom Cursor */
.cursor {
  pointer-events: none;
  position: fixed;
  height: 10px;
  width: 10px;
  background-color: #fff;
  border-radius: 50%;
  mix-blend-mode: exclusion;
  transition: transform 0.3s ease, opacity 0.4s ease;
  z-index: 99999;
  transform: translate(-50%, -50%) scale(1);
}

.cursor-active {
  transform: translate(-50%, -50%) scale(2);
  opacity: 0.1;
  cursor: pointer;
}

.cursor-pointer {
  cursor: pointer;
}

/* Custom Cursor End */
/*Back to Top btn*/
.back-to-top-btn {
  position: fixed;
  bottom: 10px;
  right: 30px;
  background: #fff;
  mix-blend-mode: exclusion;
  height: 38px;
  width: 38px;
  border-radius: 50%;
  text-align: center;
  line-height: 36px;
  display: none;
  z-index: 9999;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);
}
.back-to-top-btn i {
  color: #000;
  font-size: 18px;
  transition: 0.3s;
  -webkit-text-stroke: 1px;
}
.back-to-top-btn i::before {
  vertical-align: middle;
}

/*Back to Top btn End*/
@media (min-width: 100px) {
  .container.custom-container {
    max-width: 540px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 768px) {
  .container.custom-container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container.custom-container {
    max-width: 970px;
  }
}
@media (min-width: 1200px) {
  .container.custom-container {
    max-width: 1500px;
  }
}
@media (min-width: 1400px) {
  .container.custom-container {
    max-width: 1600px;
  }
}
.quanto_screenfix_right {
  margin-right: calc((-100vw + 100%) / 2);
}

.quanto_screenfix_left {
  margin-left: calc((-100vw + 100%) / 2);
}

.optech-default-btn {
  font-size: 16px;
  line-height: 1;
  padding: 22px 27.3px;
  border-radius: 6px;
  font-weight: 600;
  width: fit-content;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-flex;
  align-items: center;
  text-align: center;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: var(--color-white) !important;
  background-color: var(--color-primary);
  z-index: 0;
  overflow: hidden;
  position: relative;
  letter-spacing: -0.01em;
  transform-style: preserve-3d;
}
.optech-default-btn::before {
  position: absolute;
  content: "";
  border-radius: inherit;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: -1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-size: 102% 102%;
  opacity: 0;
}
.optech-default-btn::after {
  content: attr(data-text);
  display: inline-block;
  position: absolute;
  top: 50%;
  opacity: 0;
  transform: translate(0, 100%);
  transition: opacity 0.2s, transform 0.2s;
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  white-space: nowrap;
}
.optech-default-btn .btn-wraper {
  transition: opacity 0.2s, transform 0.2s;
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.optech-default-btn:hover::before {
  opacity: 1;
}
.optech-default-btn:hover::after {
  transform: translate(0, -50%);
  opacity: 1;
}
.optech-default-btn:hover .btn-wraper {
  transform: translateY(-150%);
  opacity: 0;
}
.optech-default-btn.optech-white-btn {
  color: var(--heading-color) !important;
  background-color: var(--color-white);
}
.optech-default-btn.optech-light-btn {
  color: var(--heading-color) !important;
  background-color: var(--light-bg2);
}
.optech-default-btn.disabled {
  opacity: 1;
}
.optech-default-btn.d-block {
  width: 100%;
}
.optech-default-btn.pill {
  border-radius: 50px;
}
.optech-default-btn:focus {
  box-shadow: none;
}

.quanto-link-btn {
  font-weight: 600;
  font-size: 18px;
  line-height: 144.444%;
  letter-spacing: -0.18px;
  padding-bottom: 4px;
  border-bottom: 1px solid var(--color-primary);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.5s ease;
  width: max-content;
}
.quanto-link-btn span {
  position: relative;
  overflow: hidden;
  display: inline-block;
  width: 16px;
  height: 14px;
  color: var(--color-primary);
  font-size: inherit;
  font-style: normal;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}
.quanto-link-btn span .arry1 {
  position: absolute;
  top: 0px;
  left: 0px;
  transition: 0.3s cubic-bezier(0.37, 0.08, 0.02, 0.93);
  font-size: 16px;
  color: var(--color-primary);
  transform: rotate(-45deg);
}
.quanto-link-btn span .arry2 {
  position: absolute;
  bottom: -15px;
  left: -10px;
  transition: 0.3s cubic-bezier(0.37, 0.08, 0.02, 0.93);
  font-size: 16px;
  color: var(--color-primary);
  transform: rotate(-45deg);
}
.quanto-link-btn:hover span .arry1 {
  top: -15px;
  left: 15px;
  color: var(--color-primary);
}
.quanto-link-btn:hover span .arry2 {
  bottom: -3px;
  left: 0;
  color: var(--color-primary);
}
@media only screen and (max-width: 575.98px) {
  .quanto-link-btn {
    padding-bottom: 0;
  }
}
.quanto-link-btn.btn-pill {
  background-color: var(--color-primary);
  color: var(--color-white);
  border: none;
  padding: 14px 20px 14px 24px;
  border-radius: 40px;
  border: 1px solid var(--color-primary);
}
.quanto-link-btn.btn-pill span .arry1,
.quanto-link-btn.btn-pill span .arry2 {
  color: var(--color-white);
}
@media only screen and (max-width: 991.98px) {
  .quanto-link-btn.btn-pill {
    padding: 10px 20px;
  }
}
.quanto-link-btn.btn-pill.btn-light {
  background-color: var(--color-white);
  color: var(--color-primary);
  border: 1px solid var(--color-white);
}
.quanto-link-btn.btn-pill.btn-light span .arry1,
.quanto-link-btn.btn-pill.btn-light span .arry2 {
  color: var(--color-primary);
}
.quanto-link-btn.btn-dark {
  border-color: var(--color-white);
  color: var(--color-white);
}
.quanto-link-btn.btn-dark span .arry1,
.quanto-link-btn.btn-dark span .arry2 {
  color: var(--color-white);
}

.optech-full-btn {
  color: var(--color-primary);
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.18px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 17px 24px 17px 28px;
  border-radius: 40px;
  border: 1px solid var(--color-primary);
  background: var(--color-white);
}
.optech-full-btn i,
.optech-full-btn svg {
  transform: rotate(-45deg);
  color: var(--color-primary);
  margin-bottom: -5px;
}

.slider-button-wrap-arrow {
  gap: 100px;
}
.slider-button-wrap-arrow::before {
  position: absolute;
  width: 40px;
  height: 1px;
  background-color: var(--color-black);
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.slider-button-wrap-arrow .slide-btn {
  width: 50px;
  height: 50px;
  flex-shrink: 0;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--color-light-black);
  transition: all 0.4s;
}
.slider-button-wrap-arrow .slide-btn:hover {
  border: 1px solid var(--color-primary-orange);
  color: var(--color-primary-orange);
}
.slider-button-wrap-arrow.slider-button-wrap-arrow-two {
  gap: 30px;
}
.slider-button-wrap-arrow.slider-button-wrap-arrow-two::before {
  display: none;
}

.slider-button-wrap-arrow-three svg,
.slider-button-wrap-arrow-three i {
  opacity: 0.2;
  transition: all 0.4s;
}
.slider-button-wrap-arrow-three svg:hover,
.slider-button-wrap-arrow-three i:hover {
  color: var(--color-primary-orange);
  opacity: 1;
}

.breadcrumb-area {
  background-image: url(/template/images/prototyp/images/shape/breadcrumb-sp.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 260px 0 180px;
}
@media only screen and (max-width: 991.98px) {
  .breadcrumb-area {
    padding: 160px 0 100px;
  }
}

.breadcrumb-info h1 {
  font-size: 55px;
}
@media only screen and (max-width: 1199.98px) {
  .breadcrumb-info h1 {
    font-size: 50px;
  }
}
@media only screen and (max-width: 991.98px) {
  .breadcrumb-info h1 {
    font-size: 47px;
  }
}

/*================================================
02. Menu CSS
=================================================*/
@keyframes anim-ripple {
  from {
    opacity: 1;
    transform: scale3d(0.75, 0.75, 1);
  }
  to {
    opacity: 0;
    transform: scale3d(2, 2, 1);
  }
}
/*header css start*/
.quanto-header {
  position: fixed;
  z-index: 41;
  width: 100%;
  top: 0;
  transition: all 0.4s;
}
.quanto-header.v6.sticky-menu {
  background-color: var(--color-white);
}
@media only screen and (min-width: 992px) {
  .quanto-header.v6 .sticky-wrap {
    padding-block: 14px;
  }
}
.quanto-header.v6 .status {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-left: 70px;
  position: relative;
}
.quanto-header.v6 .status .status-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: var(--color-primary);
  position: relative;
}
.quanto-header.v6 .status .status-dot::before, .quanto-header.v6 .status .status-dot::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  top: -3px;
  left: -3px;
  border-radius: 50%;
  border: 1px solid var(--color-primary);
  opacity: 0.6;
  animation: anim-ripple 2s infinite;
}
.quanto-header.v6 .status .status-dot::after {
  animation-delay: 1.25s;
}
.quanto-header.v6 .quanto-menu-toggle.large {
  border: none;
  padding: 0;
  outline: 0;
  background-color: transparent;
  border-radius: 0;
  cursor: pointer;
}
.quanto-header.dark-header {
  background-color: transparent;
}
.quanto-header.dark-header .main-menu a {
  color: var(--color-white);
}
.quanto-header.dark-header.sticky-menu {
  background-color: var(--color-primary);
}
.quanto-header.dark-header.sticky-menu .main-menu a {
  color: var(--color-white);
}
.quanto-header.has-border-bottom .container {
  border-bottom: 1px solid var(--color-4);
}
.quanto-header.has-border-bottom.sticky-menu .container {
  border-bottom: none;
}
.quanto-header.sticky-menu {
  animation: slide_down_site 0.35s ease-out;
}

@media (max-width: 991px) {
  .sticky-wrap {
    padding: 10px 0;
  }
}
.header-logo {
  max-width: 190px;
  padding: 15px 0;
}

.main-menu a {
  color: var(--color-primary);
  font-weight: 600;
  position: relative;
  font-size: 18px;
  display: block;
  letter-spacing: -0.18px;
  line-height: 144.444%;
}

.main-menu > ul > li {
  margin: 0 22px;
}
@media only screen and (max-width: 1199.98px) {
  .main-menu > ul > li {
    margin: 0 10px;
  }
}

.main-menu ul {
  margin: 0;
  padding: 0;
}

.main-menu ul li {
  list-style-type: none;
  display: inline-block;
  position: relative;
}

.main-menu ul.sub-menu li.menu-item-has-children > a:after {
  content: "\ea4d";
  position: relative;
  margin-left: 2px;
  top: 2px;
  font-size: 20px;
  display: inline-block;
  font-family: "remixicon";
  transition: all 0.4s ease-in-out;
}

.main-menu ul li:hover.menu-item-has-children > a:after {
  transform: rotate(-180deg);
}

.main-menu ul li:last-child {
  margin-right: 0;
}

.main-menu ul li:first-child {
  margin-left: 0;
}

.main-menu ul li:hover > ul.sub-menu {
  visibility: visible;
  opacity: 1;
  margin-top: 0;
  z-index: 9;
}

.main-menu ul.sub-menu {
  position: absolute;
  text-align: left;
  top: 100%;
  left: 0;
  background-color: var(--color-white);
  visibility: hidden;
  min-width: 240px;
  width: max-content;
  padding: 7px;
  left: -14px;
  margin-top: 50px;
  opacity: 0;
  z-index: -1;
  box-shadow: -2px 2px 70px -25px rgba(0, 0, 0, 0.3);
  transform-origin: top center;
  transition: margin-top 0.4s ease-in-out 0s, visibility 0.4s ease-in-out 0s, opacity 0.4s ease-in-out 0s, z-index 0s;
}

.main-menu ul.sub-menu li a {
  display: inline-block;
  position: relative;
  font-size: 18px;
  font-weight: 600;
  text-transform: capitalize;
  color: var(--color-primary);
  letter-spacing: -0.18px;
  line-height: 144.444%;
}

.main-menu ul.sub-menu li a::before {
  content: "";
  position: absolute;
  bottom: -3px;
  left: auto;
  right: 0;
  height: 2px;
  width: 0;
  background-color: var(--color-primary);
  transition: all 0.3s ease;
}

.main-menu ul.sub-menu li a:hover::before {
  left: 0;
  right: auto;
  width: 100%;
}

.main-menu ul.sub-menu li.menu-item-has-children a.no-border {
  display: block;
}

.main-menu ul.sub-menu li.menu-item-has-children a.no-border::before {
  content: none;
}

.main-menu ul.sub-menu li.menu-item-has-children a.no-border:after {
  position: absolute;
  right: 0;
  content: "\ea6d";
}

.main-menu ul.sub-menu li.menu-item-has-children:hover a::after {
  transform: rotate(-90deg) !important;
}

.main-menu ul.sub-menu li ul.sub-menu {
  transition: all 0.4s;
  margin-left: 0px !important;
  transform: translateY(30px);
}

.main-menu ul.sub-menu li:hover ul.sub-menu {
  transform: translateY(0px);
}

.main-menu .main-menu ul.sub-menu > a .sub-menu-item.menu-item-has-children::before {
  content: "";
  position: absolute;
  bottom: -3px;
  left: auto;
  right: 0;
  height: 0 !important;
  width: 0;
  background-color: #0a165e;
  transition: all 0.3s ease;
}

.main-menu ul.sub-menu {
  padding: 12px 0;
  left: -27px;
}

.main-menu ul.sub-menu li {
  display: block;
  margin: 0 0;
  padding: 4px 10px 4px 20px;
}

.main-menu ul.sub-menu li ul.sub-menu {
  left: 100%;
  right: auto;
  top: 0;
  margin: 0 0;
  margin-left: 20px;
}

.main-menu ul.sub-menu li ul.sub-menu li ul {
  left: 100%;
  right: auto;
}

ul.sub-menu li a {
  color: var(--color-primary) !important;
}

.menu-style1 > ul > li > a {
  padding: 32px 0;
}

/*header css end*/
.menuBar-toggle {
  font-size: 28px;
  cursor: pointer;
  border: none;
  background: none;
  border-radius: 5px;
  padding-inline: 5px;
  width: 50px;
  height: 42px;
}
.menuBar-toggle svg,
.menuBar-toggle i {
  color: var(--color-primary);
  width: 40px;
  height: 35px;
}
.menuBar-toggle .has-extend svg,
.menuBar-toggle .has-extend i {
  color: var(--color-primary);
}

@-webkit-keyframes slide_down_site {
  from {
    transform: translateY(-150%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes slide_down_site {
  from {
    transform: translateY(-150%);
  }
  to {
    transform: translateY(0);
  }
}
.quanto-menu-large-toggle {
  border: none;
  padding: unset;
  background: transparent;
}

.offcanvas {
  --bs-offcanvas-width: 532px;
}

.desktop-sidemenu {
  background-color: var(--color-primary);
}
.desktop-sidemenu .sidemenu-header {
  padding-inline: 80px 60px;
  padding-block-start: 20px;
}
.desktop-sidemenu .sidemenu-header .btn-close {
  background-image: unset;
  display: grid;
  place-content: center;
  width: 70px;
  height: 70px;
  border-radius: 100%;
  background: var(--color-3);
  overflow: hidden;
  transition: all 0.5s ease;
  opacity: 1;
}
.desktop-sidemenu .sidemenu-header .btn-close i,
.desktop-sidemenu .sidemenu-header .btn-close svg {
  color: var(--color-white);
  width: 18.414px;
  height: 18.414px;
  flex-shrink: 0;
  transition: all 0.5s ease;
}
.desktop-sidemenu .sidemenu-header .btn-close:focus, .desktop-sidemenu .sidemenu-header .btn-close:active {
  box-shadow: none;
}
.desktop-sidemenu .sidemenu-header .btn-close:hover i,
.desktop-sidemenu .sidemenu-header .btn-close:hover svg {
  transform: rotate(-45deg) scale(1.3);
}
.desktop-sidemenu .sidemenu-body {
  padding: 50px 80px 80px;
  display: flex;
  flex-direction: column;
}
.desktop-sidemenu .sidemenu-body .short-info > img, .desktop-sidemenu .sidemenu-body .short-info > svg {
  margin-bottom: 32px;
}
.desktop-sidemenu .sidemenu-body p {
  color: var(--color-white);
  font-size: 18px;
  font-weight: 400;
  line-height: 166.667%;
}
.desktop-sidemenu .sidemenu-body .contact-info {
  margin-top: 80px;
  color: var(--color-white);
  max-width: 255px;
}
.desktop-sidemenu .sidemenu-body .contact-info h6 {
  color: var(--color-white);
  margin-bottom: 20px;
}
.desktop-sidemenu .sidemenu-body .contact-info .contact {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
}
.desktop-sidemenu .sidemenu-body .contact-info .contact a {
  font-size: 18px;
  line-height: 166.667%;
}
.desktop-sidemenu .sidemenu-body .contact-info .contact a[href^="mailto:"] {
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
@media only screen and (max-width: 1199.98px) {
  .desktop-sidemenu .sidemenu-body .contact-info {
    margin-top: 50px;
  }
}
.desktop-sidemenu .sidemenu-body .revew {
  margin-top: auto;
  max-width: 244px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.desktop-sidemenu .sidemenu-body .revew * {
  color: var(--color-white);
}

/*================================================
Mobile Menu Menu CSS
=================================================*/
.quanto-menu-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(var(--color-black-rgb), 0.6);
  z-index: 999999;
  width: 100%;
  height: 100%;
  transition: all ease 0.8s;
  opacity: 0;
  visibility: hidden;
}
.quanto-menu-wrapper .mobile-logo {
  display: block;
  text-align: left;
  max-width: 120px;
  background-color: var(--color-white);
}
.quanto-menu-wrapper .quanto-menu-toggle {
  width: 55px;
  height: 55px;
  line-height: 55px;
  font-size: 18px;
  z-index: 1;
  color: var(--color-white);
  display: flex;
  border-radius: 0;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  border: none;
  border-left: 1px solid rgba(var(--color-black-rgb), 0.1);
  padding: 0;
  outline: 0;
}
.quanto-menu-wrapper .quanto-menu-toggle i {
  color: var(--color-black);
}
.quanto-menu-wrapper .quanto-menu-area {
  width: 100%;
  max-width: 310px;
  background-color: var(--color-white);
  height: 100%;
  position: relative;
  left: -110%;
  opacity: 0;
  visibility: hidden;
  transition: all ease 1s;
  z-index: 1;
  padding: 0;
}
.quanto-menu-wrapper.quanto-body-visible {
  opacity: 1;
  visibility: visible;
}
.quanto-menu-wrapper.quanto-body-visible .quanto-menu-area {
  left: 0;
  opacity: 1;
  visibility: visible;
}
.quanto-menu-wrapper.v2 {
  transition: all ease 0.6s;
}
.quanto-menu-wrapper.v2 .quanto-menu-area {
  transition: all ease 0.6s;
  max-width: 100%;
  display: flex;
  left: 110%;
}
.quanto-menu-wrapper.v2 .quanto-menu-area .quanto-mobile-menu-left {
  max-width: 400px;
  width: 100%;
  flex-shrink: 0;
  border-right: 1px solid var(--color-4);
  padding-inline: 60px;
  padding-block: 40px 60px;
  background: var(--color-primary);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media only screen and (max-width: 1399.98px) {
  .quanto-menu-wrapper.v2 .quanto-menu-area .quanto-mobile-menu-left {
    max-width: 300px;
    padding-inline: 30px;
    padding-block: 20px 30px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .quanto-menu-wrapper.v2 .quanto-menu-area .quanto-mobile-menu-left {
    max-width: 250px;
    padding-inline: 20px;
    padding-block: 20px;
  }
}
.quanto-menu-wrapper.v2 .quanto-menu-area .quanto-mobile-menu-left .mobile-logo {
  max-width: 176px;
  background-color: transparent;
}
.quanto-menu-wrapper.v2 .quanto-menu-area .quanto-mobile-menu-left .mobile-menu-info {
  max-width: 244px;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.quanto-menu-wrapper.v2 .quanto-menu-area .quanto-mobile-menu-left .mobile-menu-info .rating-point {
  color: var(--color-white);
}
.quanto-menu-wrapper.v2 .quanto-menu-area .quanto-mobile-menu-left .mobile-menu-info .stars {
  line-height: 1;
}
.quanto-menu-wrapper.v2 .quanto-menu-area .quanto-mobile-menu-left .mobile-menu-info .stars ul {
  line-height: inherit;
}
.quanto-menu-wrapper.v2 .quanto-menu-area .quanto-mobile-menu-left .mobile-menu-info .stars ul li {
  line-height: inherit;
}
.quanto-menu-wrapper.v2 .quanto-menu-area .quanto-mobile-menu-left .mobile-menu-info .stars ul li i,
.quanto-menu-wrapper.v2 .quanto-menu-area .quanto-mobile-menu-left .mobile-menu-info .stars ul li svg {
  color: var(--color-white);
}
.quanto-menu-wrapper.v2 .quanto-menu-area .quanto-mobile-menu-left .mobile-menu-info p {
  color: var(--color-white);
}
.quanto-menu-wrapper.v2 .quanto-menu-area .quanto-mobile-menu-center {
  width: 100%;
  background-color: var(--color-primary);
}
.quanto-menu-wrapper.v2 .quanto-menu-area .quanto-mobile-menu-center .quanto-mobile-menu {
  min-height: 100%;
  padding-left: 136px;
  padding-block: 100px;
  /* For Firefox */
}
@media only screen and (max-width: 1399.98px) {
  .quanto-menu-wrapper.v2 .quanto-menu-area .quanto-mobile-menu-center .quanto-mobile-menu {
    padding-left: 80px;
    padding-block: 80px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .quanto-menu-wrapper.v2 .quanto-menu-area .quanto-mobile-menu-center .quanto-mobile-menu {
    padding-left: 40px;
    padding-block: 60px;
  }
}
@media only screen and (max-width: 991.98px) {
  .quanto-menu-wrapper.v2 .quanto-menu-area .quanto-mobile-menu-center .quanto-mobile-menu {
    padding-block: 40px;
    padding-left: 50px;
  }
}
.quanto-menu-wrapper.v2 .quanto-menu-area .quanto-mobile-menu-center .quanto-mobile-menu::-webkit-scrollbar {
  width: 0px;
}
.quanto-menu-wrapper.v2 .quanto-menu-area .quanto-mobile-menu-center .quanto-mobile-menu::-webkit-scrollbar-thumb {
  background-color: transparent;
  border-radius: 0px;
}
.quanto-menu-wrapper.v2 .quanto-menu-area .quanto-mobile-menu-center .quanto-mobile-menu::-webkit-scrollbar-track {
  background-color: transparent;
  border-radius: 0px;
}
.quanto-menu-wrapper.v2 .quanto-menu-area .quanto-mobile-menu-center .quanto-mobile-menu scrollbar {
  scrollbar-color: transparent;
  scrollbar-width: unset;
}
.quanto-menu-wrapper.v2 .quanto-menu-area .quanto-mobile-menu-center .quanto-mobile-menu > ul > li {
  border-bottom: none;
}
.quanto-menu-wrapper.v2 .quanto-menu-area .quanto-mobile-menu-center .quanto-mobile-menu > ul > li:not(:first-of-type) {
  margin-top: 45px;
}
@media only screen and (max-width: 1399.98px) {
  .quanto-menu-wrapper.v2 .quanto-menu-area .quanto-mobile-menu-center .quanto-mobile-menu > ul > li:not(:first-of-type) {
    margin-top: 25px;
  }
}
.quanto-menu-wrapper.v2 .quanto-menu-area .quanto-mobile-menu-center .quanto-mobile-menu > ul > li.quanto-active a {
  opacity: 1;
}
.quanto-menu-wrapper.v2 .quanto-menu-area .quanto-mobile-menu-center .quanto-mobile-menu > ul > li a {
  opacity: 0.4;
}
.quanto-menu-wrapper.v2 .quanto-menu-area .quanto-mobile-menu-center .quanto-mobile-menu > ul > li > a {
  color: var(--color-white) !important;
  font-size: 130px;
  font-weight: 600;
  line-height: 107.692%;
  letter-spacing: -3.9px;
  position: relative;
  padding: 0;
  display: inline-block;
  transition: all 0.3s;
}
@media only screen and (max-width: 1399.98px) {
  .quanto-menu-wrapper.v2 .quanto-menu-area .quanto-mobile-menu-center .quanto-mobile-menu > ul > li > a {
    font-size: 95px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .quanto-menu-wrapper.v2 .quanto-menu-area .quanto-mobile-menu-center .quanto-mobile-menu > ul > li > a {
    font-size: 75px;
  }
}
@media only screen and (max-width: 991.98px) {
  .quanto-menu-wrapper.v2 .quanto-menu-area .quanto-mobile-menu-center .quanto-mobile-menu > ul > li > a {
    font-size: 70px;
  }
}
@media only screen and (max-width: 767.98px) {
  .quanto-menu-wrapper.v2 .quanto-menu-area .quanto-mobile-menu-center .quanto-mobile-menu > ul > li > a {
    font-size: 65px;
  }
}
.quanto-menu-wrapper.v2 .quanto-menu-area .quanto-mobile-menu-center .quanto-mobile-menu > ul > li > a > .quanto-mean-expand {
  height: 100%;
  position: absolute;
  inset: 0;
  width: 100%;
  background-color: transparent;
  padding: 0;
}
.quanto-menu-wrapper.v2 .quanto-menu-area .quanto-mobile-menu-center .quanto-mobile-menu > ul > li > a > .quanto-mean-expand::before {
  content: unset;
}
.quanto-menu-wrapper.v2 .quanto-menu-area .quanto-mobile-menu-center .quanto-mobile-menu .sub-menu {
  margin-top: 40px;
}
@media only screen and (max-width: 1399.98px) {
  .quanto-menu-wrapper.v2 .quanto-menu-area .quanto-mobile-menu-center .quanto-mobile-menu .sub-menu {
    margin-top: 20px;
  }
}
.quanto-menu-wrapper.v2 .quanto-menu-area .quanto-mobile-menu-center .quanto-mobile-menu .sub-menu li {
  line-height: 1;
}
.quanto-menu-wrapper.v2 .quanto-menu-area .quanto-mobile-menu-center .quanto-mobile-menu .sub-menu li a {
  color: var(--color-white) !important;
  padding: 0;
  display: inline-block;
  line-height: 1;
}
.quanto-menu-wrapper.v2 .quanto-menu-area .quanto-mobile-menu-center .quanto-mobile-menu .sub-menu li:not(:last-of-type) {
  margin-bottom: 16px;
}
@media only screen and (max-width: 991.98px) {
  .quanto-menu-wrapper.v2 .quanto-menu-area .quanto-mobile-menu-center .quanto-mobile-menu .sub-menu li:not(:last-of-type) {
    margin-bottom: 10px;
  }
}
.quanto-menu-wrapper.v2 .quanto-menu-area .quanto-mobile-menu-right {
  max-width: 400px;
  width: 100%;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: var(--color-primary);
  padding-inline: 60px;
  padding-block: 20px 60px;
}
@media only screen and (max-width: 1399.98px) {
  .quanto-menu-wrapper.v2 .quanto-menu-area .quanto-mobile-menu-right {
    max-width: 300px;
    padding-inline: 30px;
    padding-block: 20px 30px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .quanto-menu-wrapper.v2 .quanto-menu-area .quanto-mobile-menu-right {
    max-width: 250px;
    padding-inline: 20px;
    padding-block: 20px;
  }
}
.quanto-menu-wrapper.v2 .quanto-menu-area .quanto-mobile-menu-right .quanto-menu-toggle {
  display: grid;
  place-content: center;
  width: 70px;
  height: 70px;
  border-radius: 100%;
  background: var(--color-3);
  color: var(--color-white);
  margin-left: auto;
  transition: all 0.25s ease-in-out;
}
.quanto-menu-wrapper.v2 .quanto-menu-area .quanto-mobile-menu-right .quanto-menu-toggle i,
.quanto-menu-wrapper.v2 .quanto-menu-area .quanto-mobile-menu-right .quanto-menu-toggle svg {
  color: var(--color-white);
  line-height: 1;
  font-size: 30px;
  font-weight: 100;
}
.quanto-menu-wrapper.v2 .quanto-menu-area .quanto-mobile-menu-right .quanto-menu-toggle:hover {
  transform: rotate(90deg);
}
.quanto-menu-wrapper.v2 .quanto-menu-area .quanto-mobile-menu-right .contact-info {
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.quanto-menu-wrapper.v2 .quanto-menu-area .quanto-mobile-menu-right .contact-info .title {
  color: var(--color-white);
  font-weight: 600;
  line-height: 141.667%;
  letter-spacing: -0.24px;
}
.quanto-menu-wrapper.v2 .quanto-menu-area .quanto-mobile-menu-right .contact-info .address {
  color: var(--color-white);
  font-size: 18px;
  line-height: 166.667%;
}
.quanto-menu-wrapper.v2 .quanto-menu-area .quanto-mobile-menu-right .contact-info .contact a {
  color: var(--color-white);
  font-size: 18px;
  font-weight: 400;
  line-height: 166.667%;
  display: inline-block;
}
.quanto-menu-wrapper.v2 .quanto-menu-area .quanto-mobile-menu-right .contact-info .contact a[href^="mailto:"] {
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.quanto-menu-wrapper.v2 .quanto-menu-area .quanto-mobile-menu-right .contact-info .contact a[href^="tel:"] {
  /* Styles for the tel link */
}
.quanto-menu-wrapper.v2.quanto-body-visible .quanto-menu-area {
  left: 0;
}

.quanto-mobile-menu {
  overflow-y: scroll;
  max-height: calc(100vh - 200px);
  text-align: left;
}
.quanto-mobile-menu::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 2px rgba(232, 6, 60, 0.2);
  background-color: #000;
}
.quanto-mobile-menu::-webkit-scrollbar {
  width: 2px;
  background-color: #000;
}
.quanto-mobile-menu::-webkit-scrollbar-thumb {
  background-color: #0a165e;
}
.quanto-mobile-menu ul {
  margin: 0;
  padding: 0 0;
}
.quanto-mobile-menu ul li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  list-style-type: none;
}
.quanto-mobile-menu ul li li:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.quanto-mobile-menu ul li a {
  display: block;
  position: relative;
  padding: 18px;
  line-height: 1;
  font-size: 16px;
  text-transform: capitalize;
  color: #000 !important;
  font-weight: 600;
}
.quanto-mobile-menu ul li.quanto-active > a {
  color: #2b4dff;
}
.quanto-mobile-menu ul li.quanto-active > a:before {
  transform: rotate(90deg);
}

.quanto-mobile-menu ul li ul li {
  padding-left: 10px;
}

.quanto-mobile-menu ul .quanto-item-has-children > a .quanto-mean-expand {
  position: absolute;
  right: 0;
  top: 3px;
  font-weight: 400;
  font-size: 16px;
  width: 60%;
  height: 40px;
  padding: 0 15px;
  line-height: 40px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  text-align: center;
  background-color: var(--color-white);
  color: #000;
  transition: all ease 0.4s;
}

.quanto-mobile-menu ul .quanto-item-has-children > a .quanto-mean-expand:before {
  content: "\ea6d";
  display: inline-block;
  transition: all ease 0.3s;
  font-family: "remixicon" !important;
}

.quanto-mobile-menu ul .quanto-item-has-children.quanto-active > a .quanto-mean-expand:before {
  transform: rotate(-90deg);
}

.quanto-mobile-menu > ul > li:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.quanto-menu-mobile-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 15px;
}

@media (max-width: 400px) {
  .quanto-menu-wrapper .quanto-menu-area {
    width: 100%;
  }
}
.quanto-mobile-menu-btn {
  text-align: start;
  padding: 20px 15px;
}
.quanto-mobile-menu-btn .sidebar-wrap {
  margin-bottom: 20px;
}
.quanto-mobile-menu-btn .sidebar-wrap h6 {
  font-size: 18px;
  font-weight: 600;
  color: var(--color-primary);
  margin-bottom: 0;
  line-height: 22px;
}
.quanto-mobile-menu-btn .social-btn {
  display: flex;
  gap: 10px;
  padding-top: 5px;
}
.quanto-mobile-menu-btn .social-btn a {
  height: var(--icon-size, 48px);
  width: var(--icon-size, 48px);
  line-height: 48px;
  display: inline-block;
  color: var(--title-color);
  text-align: center;
  font-size: 16px;
  border-radius: 50%;
  border: 1px solid var(--smoke-color);
  background: var(--smoke-color);
}
.quanto-mobile-menu-btn .social-btn a:hover {
  background: var(--title-color);
  color: var(--white-color);
  border-color: var(--title-color);
}
.quanto-mobile-menu-btn .social-btn.style3 {
  gap: 20px;
}
.quanto-mobile-menu-btn .social-btn.style3 .link-effect {
  height: 25px;
  position: relative;
  overflow: hidden;
  display: block;
  line-height: normal;
}
.quanto-mobile-menu-btn .social-btn.style3 .link-effect .effect-1 {
  display: block;
  height: 100%;
  position: relative;
  top: 0%;
  transition: 0.3s;
}
.quanto-mobile-menu-btn .social-btn.style3 .link-effect:hover .effect-1 {
  top: -100%;
}
.quanto-mobile-menu-btn .social-btn.style3 a {
  background: transparent;
  width: auto;
  height: auto;
  line-height: normal;
  border-radius: 0;
  color: var(--title-color);
  border: 0;
  font-size: 20px;
}
.quanto-mobile-menu-btn .social-btn.style3 a:hover {
  background: transparent;
  color: var(--title-color);
}

a.quanto-default-btn.sm-size {
  font-size: 16px;
  line-height: 1;
  padding: 17px 15px;
  border-radius: 6px;
  font-weight: 600;
  width: fit-content;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-flex;
  align-items: center;
  text-align: center;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: var(--color-white) !important;
  background-color: var(--color-primary);
  z-index: 0;
  overflow: hidden;
  position: relative;
  letter-spacing: -0.01em;
  text-transform: capitalize;
  transform-style: preserve-3d;
}

/*================================================
03. Hero css
=================================================*/
.quanto-hero-section {
  padding-top: 200px;
}
@media only screen and (max-width: 1399.98px) {
  .quanto-hero-section {
    padding-top: 160px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .quanto-hero-section {
    padding-top: 150px;
  }
}
@media only screen and (max-width: 991.98px) {
  .quanto-hero-section {
    padding-top: 130px;
  }
}
@media only screen and (max-width: 1399.98px) {
  .quanto-hero__content .title {
    max-width: 90%;
  }
}
@media only screen and (max-width: 1199.98px) {
  .quanto-hero__content .title {
    font-size: 88px;
  }
}
@media only screen and (max-width: 991.98px) {
  .quanto-hero__content .title {
    max-width: 100%;
    font-size: 70px;
  }
}
@media only screen and (max-width: 767.98px) {
  .quanto-hero__content .title {
    font-size: 65px;
  }
}
.quanto-hero__content .title span {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-left: 275px;
}
@media only screen and (max-width: 1399.98px) {
  .quanto-hero__content .title span {
    margin-left: 100px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .quanto-hero__content .title span svg {
    width: 80px;
    height: 80px;
  }
}
@media only screen and (max-width: 991.98px) {
  .quanto-hero__content .title span {
    gap: 10px;
  }
}
@media only screen and (max-width: 767.98px) {
  .quanto-hero__content .title span {
    margin-left: 0;
    display: inline-flex;
  }
  .quanto-hero__content .title span svg {
    display: none;
  }
}
.quanto-hero__content .title span svg,
.quanto-hero__content .title span img {
  animation: spinner 9s linear infinite;
}
.quanto-hero__info {
  max-width: 380px;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media only screen and (max-width: 1199.98px) {
  .quanto-hero__info {
    position: relative;
    right: auto;
    bottom: auto;
    margin-top: 20px;
    margin-inline-start: auto;
  }
}
@media only screen and (max-width: 991.98px) {
  .quanto-hero__info {
    max-width: 100%;
  }
}
@media only screen and (max-width: 767.98px) {
  .quanto-hero__info {
    max-width: 100%;
    margin-inline: auto;
  }
}
.quanto-hero__info .client-images {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 0;
}
.quanto-hero__info .client-images img {
  width: 52px;
  height: 52px;
  flex-shrink: 0;
  border-radius: 100%;
}
.quanto-hero__info .client-images img:not(:first-child) {
  margin-left: -8px;
}
.quanto-hero__info .client-images img:nth-child(1) {
  z-index: 2;
}
.quanto-hero__info .client-images img:nth-child(2) {
  z-index: 1;
}
.quanto-hero__info .client-images img:nth-child(3) {
  z-index: 0;
}
.quanto-hero__info .client-info {
  margin-top: 28px;
  padding-top: 20px;
  border-top: 1px solid var(--color-1);
  display: flex;
  align-items: center;
  gap: 20px;
}
@media only screen and (max-width: 1199.98px) {
  .quanto-hero__info .client-info {
    justify-content: center;
  }
}
@media only screen and (max-width: 575.98px) {
  .quanto-hero__info .client-info {
    flex-direction: column;
  }
}
@media only screen and (max-width: 575.98px) {
  .quanto-hero__info .client-data h6 {
    justify-content: center;
  }
}
.quanto-hero__info .client-data > span {
  font-size: 18px;
  line-height: 144.444%;
}
.quanto-hero__info .client-data em {
  font-style: normal;
}
.quanto-hero__thumb .video-wrapper {
  background-position: top center;
  background-size: cover;
  -o-object-fit: cover;
  object-fit: cover;
  width: 870px;
  height: 790px;
  margin-inline: auto;
  overflow: hidden;
}
@media only screen and (max-width: 991.98px) {
  .quanto-hero__thumb .video-wrapper {
    height: 500px;
  }
}
@media only screen and (max-width: 767.98px) {
  .quanto-hero__thumb .video-wrapper {
    width: 100%;
  }
}
.quanto-hero__thumb video {
  height: 100%;
  width: 100%;
  margin: 0 auto;
  background-position: center center;
  background-size: cover;
  -o-object-fit: cover;
  object-fit: cover;
}

.quanto-hero2-section {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: end;
  overflow: hidden;
  padding-top: 150px;
}

.hero2-content h1 {
  line-height: 107.692%;
  letter-spacing: -3.9px;
}
@media only screen and (min-width: 992px) {
  .hero2-content h1 {
    font-size: 75px;
  }
}
@media only screen and (min-width: 1200px) {
  .hero2-content h1 {
    font-size: 90px;
  }
}
@media only screen and (min-width: 1400px) {
  .hero2-content h1 {
    font-size: 130px;
  }
}
.hero2-content h1 span {
  display: inline-block;
  background-color: var(--color-white);
  margin-left: -8px;
}
@media only screen and (min-width: 768px) {
  .hero2-content h1 span {
    height: 8px;
    width: 100%;
    max-width: 130px;
  }
}
@media only screen and (min-width: 992px) {
  .hero2-content h1 span {
    display: none;
  }
}
@media only screen and (min-width: 1200px) {
  .hero2-content h1 span {
    height: 10px;
    width: 100%;
    max-width: 85px;
    display: inline-block;
  }
}
@media only screen and (min-width: 1400px) {
  .hero2-content h1 span {
    height: 12px;
    width: 100%;
    max-width: 300px;
  }
}
.hero2-content p {
  max-width: 652px;
  color: var(--color-white);
  margin-top: 32px;
}
@media only screen and (max-width: 1199.98px) {
  .hero2-content p {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 991.98px) {
  .hero2-content p {
    margin-top: 15px;
  }
}

.hero2-circle-text {
  display: inline-block;
  position: relative;
}
.hero2-circle-text .circle-text {
  animation: spinner 5s infinite linear;
}
.hero2-circle-text .circle-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 1399.98px) {
  .hero2-circle-text .circle-icon {
    max-width: 50%;
  }
}

.quanto-hero3-section {
  position: relative;
  overflow: hidden;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: end;
}
.quanto-hero3-section::before {
  position: absolute;
  content: "";
  inset: 0;
  background: url(/template/images/prototyp/images/hero/hero3-overlay.png);
  background-size: 100% 100%;
  background-position: bottom center;
  background-repeat: no-repeat;
  z-index: 1;
}
.quanto-hero3__content {
  position: relative;
  z-index: 2;
  padding-top: 150px;
  padding-bottom: 160px;
}
@media only screen and (min-width: 992px) {
  .quanto-hero3__content {
    padding-top: 280px;
  }
}
@media only screen and (min-width: 1200px) {
  .quanto-hero3__content {
    padding-top: 380px;
  }
}
@media only screen and (min-width: 1400px) {
  .quanto-hero3__content {
    padding-top: 450px;
  }
}
@media only screen and (max-width: 1399.98px) {
  .quanto-hero3__content {
    padding-bottom: 120px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .quanto-hero3__content {
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 991.98px) {
  .quanto-hero3__content {
    padding-bottom: 60px;
  }
}
.quanto-hero3__content .marquee-container {
  padding: 70px 0;
}
@media only screen and (min-width: 576px) {
  .quanto-hero3__content .marquee-container {
    padding: 95px 0;
  }
}
@media only screen and (min-width: 768px) {
  .quanto-hero3__content .marquee-container {
    padding: 115px 0;
  }
}
@media only screen and (min-width: 992px) {
  .quanto-hero3__content .marquee-container {
    padding: 150px 0;
  }
}
@media only screen and (min-width: 1400px) {
  .quanto-hero3__content .marquee-container {
    padding: 190px 0;
  }
}
@media only screen and (min-width: 1400px) {
  .quanto-hero3__content .marquee-container {
    padding: 200px 0;
  }
}
.quanto-hero3__content .marquee-item h1 {
  line-height: 100%;
  font-size: 120px;
}
@media only screen and (min-width: 576px) {
  .quanto-hero3__content .marquee-item h1 {
    font-size: 160px;
  }
}
@media only screen and (min-width: 768px) {
  .quanto-hero3__content .marquee-item h1 {
    font-size: 200px;
  }
}
@media only screen and (min-width: 992px) {
  .quanto-hero3__content .marquee-item h1 {
    font-size: 250px;
  }
}
@media only screen and (min-width: 1400px) {
  .quanto-hero3__content .marquee-item h1 {
    font-size: 280px;
  }
}
@media only screen and (min-width: 1400px) {
  .quanto-hero3__content .marquee-item h1 {
    font-size: 320px;
  }
}
.quanto-hero3__content .content-info {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 32px;
}
@media only screen and (max-width: 991.98px) {
  .quanto-hero3__content .content-info {
    margin-top: 20px;
  }
}
.quanto-hero3__content .content-info .section-jump {
  animation: btn-up-down 0.8s linear infinite alternate;
}
.quanto-hero3__content .content-info p {
  max-width: 652px;
  color: var(--color-white);
  line-height: 142.857%;
}
@media only screen and (min-width: 992px) {
  .quanto-hero3__content .content-info p {
    font-size: 28px;
  }
}

.quanto-hero4-section {
  padding-top: 200px;
}
@media only screen and (max-width: 1399.98px) {
  .quanto-hero4-section {
    padding-top: 130px;
  }
}
@media only screen and (max-width: 991.98px) {
  .quanto-hero4-section {
    padding-top: 110px;
  }
}
.quanto-hero4__content .title br {
  display: none;
}
@media only screen and (min-width: 1600px) {
  .quanto-hero4__content .title br {
    display: block;
  }
}
@media only screen and (max-width: 1199.98px) {
  .quanto-hero4__content .title img,
  .quanto-hero4__content .title svg {
    max-height: 60px;
    max-width: 100px;
  }
}
@media only screen and (max-width: 767.98px) {
  .quanto-hero4__content .title img,
  .quanto-hero4__content .title svg {
    max-height: 40px;
    max-width: 80px;
  }
}
.quanto-hero4__content p {
  margin-top: 20px;
  max-width: 544px;
}
.quanto-hero4__info .stars {
  margin: 6px 0;
}
.quanto-hero4__info .stars ul li {
  line-height: 1;
}
@media only screen and (max-width: 767.98px) {
  .quanto-hero4__info .stars ul li i {
    font-size: 14px;
  }
}
.quanto-hero4__info p {
  max-width: 244px;
}

.quanto-hero5-section {
  padding-top: 320px;
  position: relative;
}
@media only screen and (max-width: 1399.98px) {
  .quanto-hero5-section {
    padding-top: 280px;
  }
}
@media only screen and (max-width: 991.98px) {
  .quanto-hero5-section {
    padding-top: 200px;
  }
}
.quanto-hero5-section .hero5-bg {
  position: absolute;
  inset: 0;
}
.quanto-hero5__content .title img {
  margin-bottom: 28px;
}
@media only screen and (max-width: 1199.98px) {
  .quanto-hero5__content .title img {
    max-width: 80px;
  }
}
@media only screen and (max-width: 767.98px) {
  .quanto-hero5__content .title img {
    max-width: 60px;
    margin-bottom: 10px;
  }
}
.quanto-hero5__content .title .text-indent {
  text-indent: 244px;
}
@media only screen and (max-width: 1399.98px) {
  .quanto-hero5__content .title .text-indent {
    text-indent: 150px;
  }
}
@media only screen and (max-width: 767.98px) {
  .quanto-hero5__content .title .text-indent {
    text-indent: 50px;
  }
}
.quanto-hero5__info {
  color: var(--color-white);
}
.quanto-hero5__info .quanto-link-btn {
  border-color: var(--color-white);
  background-color: var(--color-white);
  color: var(--color-primary);
  margin-top: 40px;
}
@media only screen and (max-width: 991.98px) {
  .quanto-hero5__info .quanto-link-btn {
    margin-top: 30px;
  }
}
.quanto-hero5__info .quanto-link-btn span .arry1,
.quanto-hero5__info .quanto-link-btn span .arry2 {
  color: var(--color-primary);
}

@media only screen and (max-width: 767.98px) {
  .quanto-hero6-section {
    padding-block: 180px 80px;
  }
}
.quanto-hero6__thumb {
  position: relative;
}
.quanto-hero6__thumb::before, .quanto-hero6__thumb::after {
  position: absolute;
  content: "";
  inset: 0;
}
.quanto-hero6__thumb::before {
  background: linear-gradient(180deg, rgba(var(--color-white-rgb), 0) 60%, var(--color-white) 100%);
}
.quanto-hero6__thumb::after {
  background: linear-gradient(180deg, rgba(var(--color-white-rgb), 0) 50%, var(--color-white) 100%);
}
@media only screen and (max-width: 767.98px) {
  .quanto-hero6__thumb img {
    display: none;
  }
}
.quanto-hero6__content-col {
  position: absolute;
  left: auto;
  bottom: 0px;
}
@media only screen and (max-width: 767.98px) {
  .quanto-hero6__content-col {
    position: relative;
  }
}
.quanto-hero6__content {
  padding-bottom: 130px;
}
@media only screen and (max-width: 1199.98px) {
  .quanto-hero6__content {
    padding-bottom: 65px;
  }
}
@media only screen and (max-width: 767.98px) {
  .quanto-hero6__content {
    padding-bottom: 0px;
  }
}

.quanto-hero-about-section {
  padding-top: 200px;
  padding-bottom: 130px;
}
@media only screen and (max-width: 1399.98px) {
  .quanto-hero-about-section {
    padding-top: 130px;
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 991.98px) {
  .quanto-hero-about-section {
    padding-top: 110px;
    padding-bottom: 65px;
  }
}
.quanto-hero-about__content .title {
  max-width: 1332px;
  font-size: 55px;
}
@media only screen and (min-width: 768px) {
  .quanto-hero-about__content .title {
    font-size: 65px;
  }
}
@media only screen and (min-width: 992px) {
  .quanto-hero-about__content .title {
    font-size: 85px;
  }
}
@media only screen and (min-width: 1400px) {
  .quanto-hero-about__content .title {
    font-size: 130px;
  }
}
.quanto-hero-about__info .stars {
  margin: 6px 0;
}
.quanto-hero-about__info .stars ul li {
  line-height: 1;
}
@media only screen and (max-width: 767.98px) {
  .quanto-hero-about__info .stars ul li i {
    font-size: 14px;
  }
}

.quanto-hero-pricing-section,
.quanto-hero-service-section,
.quanto-hero-team-section,
.quanto-hero-faq-section,
.quanto-hero-blog-section,
.quanto-hero-common-section {
  padding-top: 200px;
}
@media only screen and (max-width: 1199.98px) {
  .quanto-hero-pricing-section,
  .quanto-hero-service-section,
  .quanto-hero-team-section,
  .quanto-hero-faq-section,
  .quanto-hero-blog-section,
  .quanto-hero-common-section {
    padding-top: 130px;
  }
}
@media only screen and (max-width: 991.98px) {
  .quanto-hero-pricing-section,
  .quanto-hero-service-section,
  .quanto-hero-team-section,
  .quanto-hero-faq-section,
  .quanto-hero-blog-section,
  .quanto-hero-common-section {
    padding-top: 100px;
  }
}

@keyframes btn-up-down {
  from {
    transform: translateY(-10px);
  }
  to {
    transform: translateY(10px);
  }
}
@keyframes spinner {
  to {
    transform: rotateZ(360deg);
  }
}
/*================================================
04. About Us css
=================================================*/
.quanto-about__content {
  max-width: 1088px;
  margin-left: auto;
}
.quanto-about__content h4 {
  font-size: 44px;
  line-height: 122.727%;
  font-weight: 600;
}
@media only screen and (max-width: 1399.98px) {
  .quanto-about__content h4 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .quanto-about__content h4 {
    font-size: 35px;
  }
}
@media only screen and (max-width: 991.98px) {
  .quanto-about__content h4 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 767.98px) {
  .quanto-about__content h4 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 575.98px) {
  .quanto-about__content h4 {
    font-size: 25px;
  }
}
.quanto-about__content .about-info {
  max-width: 652px;
  margin-left: auto;
}
@media only screen and (max-width: 1199.98px) {
  .quanto-about__content .about-info {
    max-width: 100%;
  }
}
.quanto-about__content .about-info .quanto-link-btn {
  margin-top: 28px;
}
@media only screen and (max-width: 991.98px) {
  .quanto-about__content .about-info .quanto-link-btn {
    margin-top: 20px;
  }
}
.quanto-about__content.style-2 {
  border-left: 1px solid var(--color-1);
  height: 100%;
  padding-left: 120px;
}
@media only screen and (max-width: 1399.98px) {
  .quanto-about__content.style-2 {
    padding-left: 60px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .quanto-about__content.style-2 {
    padding-left: 20px;
  }
}
.quanto-about__content.style-2 .quanto-link-btn {
  margin-top: 28px;
}
@media only screen and (max-width: 991.98px) {
  .quanto-about__content.style-2 .quanto-link-btn {
    margin-top: 20px;
  }
}
.quanto-about__content.style-2 .price-info {
  margin-top: 114px;
}
@media only screen and (max-width: 1199.98px) {
  .quanto-about__content.style-2 .price-info {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 991.98px) {
  .quanto-about__content.style-2 .price-info {
    margin-top: 40px;
    display: flex;
    align-items: center;
    gap: 15px;
  }
}
@media only screen and (max-width: 575.98px) {
  .quanto-about__content.style-2 .price-info {
    flex-direction: column;
    align-items: start;
  }
}
@media only screen and (min-width: 1400px) {
  .quanto-about__content.style-2 .price-info h2 {
    font-size: 200px;
  }
}
@media only screen and (min-width: 1200px) {
  .quanto-about__content.style-2 .price-info h2 {
    font-size: 150px;
  }
}
.quanto-about__content.style-2 .price-info p {
  max-width: 380px;
}
@media only screen and (max-width: 767.98px) {
  .quanto-about__content.style-2 .price-info p {
    max-width: 300px;
  }
}
@media only screen and (max-width: 575.98px) {
  .quanto-about__content.style-2 .price-info p {
    max-width: 100%;
  }
}
@media only screen and (min-width: 1400px) {
  .quanto-about-area2 .mt-n100 {
    margin-top: -50px;
  }
}
@media only screen and (min-width: 1600px) {
  .quanto-about-area2 .mt-n100 {
    margin-top: -75px;
  }
}
@media only screen and (min-width: 1700px) {
  .quanto-about-area2 .mt-n100 {
    margin-top: -85px;
  }
}
@media only screen and (min-width: 1400px) {
  .quanto-about-area2 .mt-100 {
    margin-top: 50px;
  }
}
@media only screen and (min-width: 1600px) {
  .quanto-about-area2 .mt-100 {
    margin-top: 80px;
  }
}
@media only screen and (min-width: 1700px) {
  .quanto-about-area2 .mt-100 {
    margin-top: 100px;
  }
}
.quanto-about-area2 .section-content p:not(:last-child) {
  margin-bottom: 28px;
}
@media only screen and (max-width: 991.98px) {
  .quanto-about-area2 .section-content p:not(:last-child) {
    margin-bottom: 15px;
  }
}
.quanto-about-area2 .section-content figure {
  display: block;
  text-align: right;
  margin-top: 110px;
}
@media only screen and (max-width: 1599.98px) {
  .quanto-about-area2 .section-content figure {
    margin-top: 55px;
  }
}
@media only screen and (max-width: 1399.98px) {
  .quanto-about-area2 .section-content figure {
    text-align: center;
  }
}
@media only screen and (max-width: 1199.98px) {
  .quanto-about-area2 .section-content figure {
    display: none;
  }
}
@media only screen and (max-width: 767.98px) {
  .quanto-about-area2 .section-content figure {
    display: block;
    margin-top: 30px;
  }
}

@media only screen and (min-width: 1200px) {
  .quanto-about2__thumb img {
    max-width: 732px;
  }
}
.quanto-about2__content .quanto-funfacts__wrapper {
  margin-top: 40px;
}
@media only screen and (min-width: 768px) {
  .quanto-about2__content .quanto-funfacts__wrapper {
    margin-top: 50px;
  }
}
@media only screen and (min-width: 1200px) {
  .quanto-about2__content .quanto-funfacts__wrapper {
    margin-top: 80px;
  }
}
@media only screen and (min-width: 1400px) {
  .quanto-about2__content .quanto-funfacts__wrapper {
    margin-top: 120px;
  }
}
@media only screen and (min-width: 1600px) {
  .quanto-about2__content .quanto-funfacts__wrapper {
    margin-top: 165px;
  }
}

/*================================================
05. Funfacts css
=================================================*/
.quanto-funfacts__wrapper {
  display: grid;
  align-items: center;
  gap: 20px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
@media only screen and (max-width: 991.98px) {
  .quanto-funfacts__wrapper {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 767.98px) {
  .quanto-funfacts__wrapper {
    padding-left: 0;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 575.98px) {
  .quanto-funfacts__wrapper {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.quanto-funfacts__wrapper.extend {
  display: grid;
  align-items: center;
  column-gap: 20px;
  row-gap: 100px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media only screen and (max-width: 1599.98px) {
  .quanto-funfacts__wrapper.extend {
    row-gap: 50px;
  }
}
@media only screen and (max-width: 767.98px) {
  .quanto-funfacts__wrapper.extend .quanto-funfact-box {
    padding-left: 0;
  }
}
@media only screen and (max-width: 575.98px) {
  .quanto-funfacts__wrapper.extend {
    padding-left: 0;
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.quanto-funfacts__wrapper .quanto-funfact-box {
  border-left: 1px solid var(--color-1);
  padding-left: 28px;
}
@media only screen and (max-width: 767.98px) {
  .quanto-funfacts__wrapper .quanto-funfact-box {
    border: none;
    text-align: center;
  }
}
.quanto-funfacts__wrapper .quanto-funfact-box h2 {
  letter-spacing: -2.5px;
}
@media only screen and (min-width: 992px) {
  .quanto-funfacts__wrapper .quanto-funfact-box h2 {
    font-size: 70px;
  }
}
@media only screen and (min-width: 1200px) {
  .quanto-funfacts__wrapper .quanto-funfact-box h2 {
    font-size: 80px;
  }
}
@media only screen and (min-width: 1400px) {
  .quanto-funfacts__wrapper .quanto-funfact-box h2 {
    font-size: 80px;
  }
}

.quanto-funfact-box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media only screen and (max-width: 767.98px) {
  .quanto-funfact-box {
    align-items: center;
  }
}
.quanto-funfact-box .odometer-auto-theme {
  line-height: 1;
  vertical-align: unset;
}
.quanto-funfact-box .odometer-auto-theme .odometer-digit {
  padding: 0 4px;
}
.quanto-funfact-box em {
  font-style: normal;
}
.quanto-funfact-box .funfact-info {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 144.444%;
}

/*================================================
06. Project css
=================================================*/
.quanto-project-section {
  overflow: hidden;
}
.quanto-project-section .quanto__header {
  margin-bottom: 90px;
}
@media only screen and (max-width: 1199.98px) {
  .quanto-project-section .quanto__header {
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 991.98px) {
  .quanto-project-section .quanto__header {
    margin-bottom: 60px;
  }
}
.quanto-project-section .project-row-gap {
  margin-bottom: 150px;
}
@media only screen and (max-width: 1199.98px) {
  .quanto-project-section .project-row-gap {
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 991.98px) {
  .quanto-project-section .project-row-gap {
    margin-bottom: 60px;
  }
}

.project-horizontal-scrolling {
  display: flex;
  flex-wrap: nowrap;
  justify-content: start;
  gap: 40px;
  position: relative;
}
@media only screen and (max-width: 1199.98px) {
  .project-horizontal-scrolling {
    gap: 30px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 991.98px) {
  .project-horizontal-scrolling {
    gap: 20px;
  }
}
@media only screen and (max-width: 767.98px) {
  .project-horizontal-scrolling {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.project-horizontal-scrolling .quanto-project-box {
  max-width: 600px;
  max-height: 750px;
  width: 100%;
  flex-shrink: 0;
}
.project-horizontal-scrolling .quanto-project-box > a {
  display: block;
}
@media only screen and (max-width: 1399.98px) {
  .project-horizontal-scrolling .quanto-project-box {
    max-width: 450px;
    max-height: 600px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .project-horizontal-scrolling .quanto-project-box {
    max-width: 100%;
    max-height: 100%;
  }
}

.quanto-project-thumb {
  overflow: hidden;
}
.quanto-project-thumb img {
  transform-origin: left;
}
.quanto-project-thumb:hover img {
  transform: scale(1.1);
}

.quanto-project-content {
  margin-top: 20px;
}
@media only screen and (max-width: 991.98px) {
  .quanto-project-content {
    margin-top: 10px;
  }
}
.quanto-project-content .quanto-project-date {
  display: inline-flex;
  align-items: center;
  font-size: 18px;
  line-height: 144.444%;
  margin-top: 3px;
}
@media only screen and (max-width: 991.98px) {
  .quanto-project-content .quanto-project-date {
    margin-top: 2px;
    font-size: 16px;
  }
}

.quanto-project__slider-navigation .next-btn,
.quanto-project__slider-navigation .prev-btn {
  display: grid;
  place-content: center;
  width: 70px;
  height: 70px;
  padding: 18px 8px;
  border-radius: 100%;
  background: var(--color-2);
}
@media only screen and (max-width: 991.98px) {
  .quanto-project__slider-navigation .next-btn,
  .quanto-project__slider-navigation .prev-btn {
    width: 50px;
    height: 50px;
    font-size: 18px;
  }
}

.quanto-project-gard-row {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.quanto-project-box2 {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  padding-block: 40px;
  border-top: 1px solid var(--color-1);
  gap: 100px;
}
@media only screen and (max-width: 1199.98px) {
  .quanto-project-box2 {
    padding-block: 30px;
    gap: 20px;
  }
}
@media only screen and (max-width: 991.98px) {
  .quanto-project-box2 {
    padding-block: 20px;
    gap: 10px;
  }
}
.quanto-project-box2:last-of-type {
  border-bottom: 1px solid var(--color-1);
}
.quanto-project-box2 .quanto-project-thumb {
  grid-column: span 6/span 6;
}
@media only screen and (max-width: 1399.98px) {
  .quanto-project-box2 .quanto-project-thumb {
    grid-column: span 5/span 5;
  }
}
@media only screen and (max-width: 767.98px) {
  .quanto-project-box2 .quanto-project-thumb {
    grid-column: span 12/span 12;
  }
}
@media only screen and (max-width: 767.98px) {
  .quanto-project-box2 .quanto-project-thumb img {
    height: 100%;
    object-fit: cover;
  }
}
.quanto-project-box2 .quanto-project-content {
  grid-column: span 6/span 6;
  display: flex;
  flex-direction: column;
  /* justify-content: space-between; */
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 1399.98px) {
  .quanto-project-box2 .quanto-project-content {
    grid-column: span 7/span 7;
  }
}
@media only screen and (max-width: 767.98px) {
  .quanto-project-box2 .quanto-project-content {
    grid-column: span 12/span 12;
  }
}
.quanto-project-box2 .quanto-project-content .top-content p {
  max-width: 544px;
  margin-top: 16px;
}
@media only screen and (max-width: 991.98px) {
  .quanto-project-box2 .quanto-project-content .top-content p {
    margin-top: 8px;
  }
}
.quanto-project-box2 .quanto-project-content .quanto-project-date {
  margin-top: 30px;
}
@media only screen and (max-width: 991.98px) {
  .quanto-project-box2 .quanto-project-content .quanto-project-date {
    margin-top: 20px;
  }
}

/*================================================
07. Project Details css
=================================================*/
.portfolio-details__content .portfolio-text {
  margin-top: 28px;
}
@media only screen and (max-width: 991.98px) {
  .portfolio-details__content .portfolio-text {
    margin-top: 20px;
  }
}
.portfolio-details__content .quanto-link-btn {
  margin-top: 28px;
}
@media only screen and (max-width: 991.98px) {
  .portfolio-details__content .quanto-link-btn {
    margin-top: 20px;
  }
}
.portfolio-details__info {
  display: flex;
  flex-wrap: wrap;
  row-gap: 22px;
  column-gap: 40px;
}
@media only screen and (max-width: 991.98px) {
  .portfolio-details__info {
    row-gap: 15px;
    column-gap: 20px;
  }
}

.portfolio-details-box {
  width: 300px;
}
@media only screen and (max-width: 1399.98px) {
  .portfolio-details-box {
    width: 250px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .portfolio-details-box {
    width: 200px;
  }
}
@media only screen and (max-width: 991.98px) {
  .portfolio-details-box {
    width: 180px;
  }
}
.portfolio-details-box .title {
  font-size: 18px;
  font-weight: 400;
  line-height: 144.444%;
}
.portfolio-details-box .info {
  letter-spacing: -0.24px;
}

/*================================================
08. Service css
=================================================*/
.quanto-service-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: var(--color-white);
  padding: 48px 40px 44px;
  height: 100%;
}
@media only screen and (max-width: 991.98px) {
  .quanto-service-box {
    padding: 35px 30px;
  }
}
.quanto-service-box .quanto-iconbox-icon {
  margin-bottom: 60px;
}
@media only screen and (max-width: 991.98px) {
  .quanto-service-box .quanto-iconbox-icon {
    margin-bottom: 30px;
  }
}
.quanto-service-box.style-2 {
  padding: 0;
  padding-left: 30px;
  padding-right: 30px;
  border-left: 1px solid var(--color-1);
  border-right: 1px solid var(--color-1);
}
@media only screen and (min-width: 768px) {
  .quanto-service-box.style-2 {
    padding-left: 40px;
    padding-right: 0px;
    border-left: 1px solid var(--color-1);
    border-right: none;
  }
}
.quanto-service-box.style-2 .quanto-iconbox-data h5 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.quanto-iconbox-data {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.quanto-iconbox-data h5 {
  margin-bottom: 16px;
}
@media only screen and (max-width: 991.98px) {
  .quanto-iconbox-data h5 {
    margin-bottom: 10px;
  }
}
.quanto-iconbox-data .quanto-link-btn {
  margin-top: 90px;
}
@media only screen and (max-width: 1199.98px) {
  .quanto-iconbox-data .quanto-link-btn {
    margin-top: 45px;
  }
}
@media only screen and (max-width: 991.98px) {
  .quanto-iconbox-data .quanto-link-btn {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767.98px) {
  .quanto-iconbox-data .quanto-link-btn {
    margin-top: 20px;
  }
}
.quanto-service-section {
  background-color: var(--color-2);
}

@media only screen and (min-width: 1400px) {
  .quanto-service2-section .quanto__header .title {
    max-width: 516px;
  }
}
@media only screen and (min-width: 1400px) {
  .quanto-service2-section .quanto__header .title.extend {
    max-width: 652px;
  }
}
.quanto-service2__row.g-114, .quanto-service2__row.gy-114 {
  --bs-gutter-y: 45px;
}
@media only screen and (min-width: 576px) {
  .quanto-service2__row.g-114, .quanto-service2__row.gy-114 {
    --bs-gutter-y: 80px;
  }
}
@media only screen and (min-width: 768px) {
  .quanto-service2__row.g-114, .quanto-service2__row.gy-114 {
    --bs-gutter-y: 114px;
  }
}
.quanto-service2__row.g-114, .quanto-service2__row.gx-114 {
  --bs-gutter-x: 12px;
}
@media only screen and (min-width: 1400px) {
  .quanto-service2__row.g-114, .quanto-service2__row.gx-114 {
    --bs-gutter-x: 114px;
  }
}

.quanto-service3-section {
  background-color: var(--color-white);
}

.quanto-service-box3 {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 15px;
}
.quanto-service-box3:not(:first-of-type) {
  padding-top: 44px;
}
@media only screen and (max-width: 1199.98px) {
  .quanto-service-box3:not(:first-of-type) {
    padding-top: 40px;
  }
}
@media only screen and (max-width: 991.98px) {
  .quanto-service-box3:not(:first-of-type) {
    padding-top: 30px;
  }
}
@media only screen and (max-width: 767.98px) {
  .quanto-service-box3:not(:first-of-type) {
    padding-top: 20px;
  }
}
.quanto-service-box3:not(:last-of-type) {
  padding-bottom: 48px;
  border-bottom: 1px solid var(--color-1);
}
@media only screen and (max-width: 1199.98px) {
  .quanto-service-box3:not(:last-of-type) {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 991.98px) {
  .quanto-service-box3:not(:last-of-type) {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 767.98px) {
  .quanto-service-box3:not(:last-of-type) {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.quanto-service-box3 .box-content h4 a {
  position: relative;
  display: inline;
  background-image: linear-gradient(to right, currentColor 0%, currentColor 100%);
  background-size: 0px 2px;
  background-position: 0px 95%;
  transition: background-size 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  padding: 0.1% 0px;
  background-repeat: no-repeat;
  color: inherit;
}
.quanto-service-box3 .box-content h4 a:hover {
  background-size: 100% 2px;
}
.quanto-service-box3 .box-content p {
  max-width: 555.176px;
  margin-top: 16px;
}
@media only screen and (max-width: 991.98px) {
  .quanto-service-box3 .box-content p {
    margin-top: 8px;
  }
}
.quanto-service-box3 .quanto-link-btn {
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  background-color: var(--color-2);
  border: 1px solid var(--color-2);
  color: var(--color-primary);
  border-radius: 50%;
}
@media only screen and (max-width: 991.98px) {
  .quanto-service-box3 .quanto-link-btn {
    width: 50px;
    height: 50px;
  }
}
.quanto-service-box3 .quanto-link-btn span .arry1,
.quanto-service-box3 .quanto-link-btn span .arry2 {
  color: var(--color-primary);
}
.quanto-service-box3 .quanto-link-btn:hover {
  border-color: var(--color-primary);
  color: var(--color-white);
}
.quanto-service-box3:hover .box-content h4 a {
  background-size: 100% 2px;
}
.quanto-service-box3:hover .quanto-link-btn {
  border-color: var(--color-primary);
  background-color: var(--color-primary);
  color: var(--color-white);
}
.quanto-service-box3:hover .quanto-link-btn span .arry1,
.quanto-service-box3:hover .quanto-link-btn span .arry2 {
  color: var(--color-white);
}

.quanto-service-box4 {
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 15px;
  border-top: 1px solid var(--color-1);
  padding: 55px 0;
  transition: all 0.2s linear;
  overflow: hidden;
}
.quanto-service-box4:last-child {
  padding-bottom: 0;
}
@media only screen and (max-width: 991.98px) {
  .quanto-service-box4 {
    flex-direction: column;
  }
}
@media only screen and (min-width: 992px) {
  .quanto-service-box4 {
    padding: 55px 0;
  }
  .quanto-service-box4:last-child {
    padding-bottom: 0px;
  }
}
.quanto-service-box4 .service-title {
  max-width: 330px;
  width: 100%;
  flex-shrink: 0;
}
@media only screen and (max-width: 1199.98px) {
  .quanto-service-box4 .service-title {
    max-width: 300px;
  }
}
@media only screen and (max-width: 991.98px) {
  .quanto-service-box4 .service-title {
    max-width: 100%;
    order: 1;
  }
}
.quanto-service-box4 .service-info {
  max-width: 680px;
  width: 100%;
  flex-shrink: 0;
  position: relative;
}
@media only screen and (max-width: 1199.98px) {
  .quanto-service-box4 .service-info {
    max-width: 400px;
  }
}
@media only screen and (max-width: 991.98px) {
  .quanto-service-box4 .service-info {
    order: 2;
    max-width: 100%;
  }
}
.quanto-service-box4 .service-info a {
  margin-top: 20px;
}
@media only screen and (min-width: 992px) {
  .quanto-service-box4 .service-info a {
    opacity: 1;
  }
}
.quanto-service-box4 svg {
  width: 52px;
  height: 52px;
  flex-shrink: 0;
  display: grid;
  place-content: center;
  color: var(--color-primary);
}
@media only screen and (max-width: 991.98px) {
  .quanto-service-box4 svg {
    order: 0;
    margin-bottom: 20px;
  }
}
.quanto-service-box4:hover {
  padding-inline: 25px;
}
@media only screen and (min-width: 992px) {
  .quanto-service-box4:hover .service-info a {
    opacity: 1;
  }
}

.quanto-service-box5 {
  border-left: 1px solid var(--color-1);
  padding-inline: 40px;
  display: flex;
  flex-direction: column;
  gap: 160px;
}
@media only screen and (max-width: 1399.98px) {
  .quanto-service-box5 {
    gap: 140px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .quanto-service-box5 {
    gap: 100px;
    padding-inline: 30px;
  }
}
.quanto-service-box5 .quanto-content .content-wrapper p {
  margin-top: 16px;
}
@media only screen and (max-width: 991.98px) {
  .quanto-service-box5 .quanto-content .content-wrapper p {
    margin-top: 10px;
  }
}
.quanto-service-box5 .service-number {
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  line-height: 144.444%;
  letter-spacing: -0.18px;
  margin-top: 44px;
}
@media only screen and (max-width: 1199.98px) {
  .quanto-service-box5 .service-number {
    margin-top: 30px;
  }
}

.quanto-service-box6 {
  padding: 48px 40px;
}
.quanto-service-box6 .service-content {
  margin-top: 60px;
}
@media only screen and (max-width: 991.98px) {
  .quanto-service-box6 .service-content {
    margin-top: 30px;
  }
}
.quanto-service-box6 .service-list {
  margin-top: 48px;
}
@media only screen and (max-width: 991.98px) {
  .quanto-service-box6 .service-list {
    margin-top: 20px;
  }
}
.quanto-service-box6 .service-list ul li {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media only screen and (max-width: 991.98px) {
  .quanto-service-box6 {
    padding: 40px 30px;
  }
}

/*================================================
09. Service Details css
=================================================*/
.quanto-service-details-section .service-text {
  margin-top: 28px;
}
@media only screen and (max-width: 991.98px) {
  .quanto-service-details-section .service-text {
    margin-top: 20px;
  }
}
.quanto-service-details-section .service-benefits {
  margin-top: 30px;
}
@media only screen and (max-width: 1199.98px) {
  .quanto-service-details-section .service-benefits {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 991.98px) {
  .quanto-service-details-section .service-benefits {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 992px) {
  .quanto-service-details-section .service-benefits h4 {
    font-size: 40px;
    line-height: 125%;
    letter-spacing: -0.8px;
  }
}
.quanto-service-details-section .service-benefits p {
  margin-top: 20px;
}
@media only screen and (max-width: 991.98px) {
  .quanto-service-details-section .service-benefits p {
    margin-top: 10px;
  }
}
.quanto-service-details-section .service-benefits .benefits-list {
  margin-top: 30px;
}
@media only screen and (max-width: 991.98px) {
  .quanto-service-details-section .service-benefits .benefits-list {
    margin-top: 20px;
  }
}
.quanto-service-details-section .service-benefits .benefits-list ul li {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--color-primary);
  font-size: 18px;
  font-weight: 600;
  line-height: 144.444%;
  letter-spacing: -0.18px;
}
.quanto-service-details-section .service-benefits .benefits-list ul li:not(:last-of-type) {
  margin-bottom: 12px;
}
@media only screen and (max-width: 991.98px) {
  .quanto-service-details-section .service-benefits .benefits-list ul li {
    gap: 5px;
  }
}
.quanto-service-details-section .service-benefits .benefits-list ul li svg {
  flex-shrink: 0;
}

/*================================================
10. Choose-us css
=================================================*/
.quanto-choose-us__content h4 {
  margin-bottom: 20px;
}
@media only screen and (min-width: 992px) {
  .quanto-choose-us__content h4 {
    font-size: 40px;
    line-height: 125%;
    letter-spacing: -0.8px;
  }
}
@media only screen and (max-width: 991.98px) {
  .quanto-choose-us__content h4 {
    margin-bottom: 10px;
  }
}
.quanto-choose-us__content .choose-us-text {
  margin-top: 28px;
}
@media only screen and (max-width: 991.98px) {
  .quanto-choose-us__content .choose-us-text {
    margin-bottom: 20px;
  }
}

/*================================================
11. Career css
=================================================*/
.career-gallery__row [class^=col-]:nth-child(even) .career-gallery-box {
  margin-top: 160px;
}
@media only screen and (max-width: 1399.98px) {
  .career-gallery__row [class^=col-]:nth-child(even) .career-gallery-box {
    margin-top: 100px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .career-gallery__row [class^=col-]:nth-child(even) .career-gallery-box {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 991.98px) {
  .career-gallery__row [class^=col-]:nth-child(even) .career-gallery-box {
    margin-top: 0px;
  }
}

.career-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid var(--color-1);
  padding-block: 40px;
  transition: all 0.5s ease;
}
@media only screen and (max-width: 1199.98px) {
  .career-box {
    padding-block: 30px;
  }
}
@media only screen and (max-width: 991.98px) {
  .career-box {
    padding-block: 20px;
    flex-direction: column;
  }
}
.career-box:last-of-type {
  border-bottom: 1px solid var(--color-1);
}
.career-box p {
  color: var(--color-primary);
  font-size: 18px;
  font-weight: 400;
  line-height: 144.444%;
}
.career-box .career-left {
  max-width: 400px;
  width: 100%;
}
@media only screen and (max-width: 1199.98px) {
  .career-box .career-left {
    max-width: 300px;
  }
}
@media only screen and (max-width: 991.98px) {
  .career-box .career-left {
    max-width: 100%;
  }
}
.career-box .career-left .job-title {
  margin-bottom: 8px;
}
@media only screen and (max-width: 991.98px) {
  .career-box .career-left .job-title {
    margin-bottom: 4px;
  }
}
.career-box .career-center {
  max-width: 280px;
  width: 100%;
}
@media only screen and (max-width: 1199.98px) {
  .career-box .career-center {
    max-width: 220px;
  }
}
@media only screen and (max-width: 991.98px) {
  .career-box .career-center {
    max-width: 100%;
  }
}
.career-box .career-center .apply-dateline {
  margin-bottom: 8px;
}
@media only screen and (max-width: 991.98px) {
  .career-box .career-center .apply-dateline {
    margin-bottom: 4px;
  }
}
.career-box .career-center .job-role span {
  font-weight: 600;
}
@media only screen and (max-width: 991.98px) {
  .career-box .career-right {
    width: 100%;
    text-align: left;
    margin-top: 20px;
  }
}
.career-box:hover {
  padding-inline: 20px;
}

/*================================================
12. Career Details css
=================================================*/
.quanto-career-details-section {
  padding-top: 220px;
}
@media only screen and (max-width: 1399.98px) {
  .quanto-career-details-section {
    padding-top: 150px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .quanto-career-details-section {
    padding-top: 120px;
  }
}
@media only screen and (max-width: 991.98px) {
  .quanto-career-details-section {
    padding-top: 100px;
  }
}
.quanto-career-details__content .career-details-title {
  margin-bottom: 40px;
}
@media only screen and (max-width: 991.98px) {
  .quanto-career-details__content .career-details-title {
    margin-bottom: 30px;
  }
}
.quanto-career-details__content .career-text {
  margin-top: 18px;
}
@media only screen and (max-width: 991.98px) {
  .quanto-career-details__content .career-text {
    margin-top: 10px;
  }
}
.quanto-career-details__content .common-block {
  margin-top: 60px;
}
@media only screen and (max-width: 991.98px) {
  .quanto-career-details__content .common-block {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 767.98px) {
  .quanto-career-details__content .common-block {
    margin-top: 30px;
  }
}
.quanto-career-details__content .common-block .title {
  font-weight: 600;
  line-height: 125%;
  letter-spacing: -0.8px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 1200px) {
  .quanto-career-details__content .common-block .title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 991.98px) {
  .quanto-career-details__content .common-block .title {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767.98px) {
  .quanto-career-details__content .common-block .title {
    margin-bottom: 10px;
  }
}
.quanto-career-details__content .common-block ul {
  margin-left: 13px;
}
@media only screen and (max-width: 991.98px) {
  .quanto-career-details__content .common-block ul {
    margin-left: 6px;
  }
}
.quanto-career-details__content .common-block ul li {
  display: flex;
  gap: 16px;
  align-items: center;
  position: relative;
}
@media only screen and (max-width: 767.98px) {
  .quanto-career-details__content .common-block ul li {
    font-size: 19px;
  }
}
.quanto-career-details__content .common-block ul li::before {
  flex-shrink: 0;
  background-color: var(--color-primary);
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font: var(--fa-font-solid);
  content: "\f0c8";
  font-size: 3px;
}
.quanto-career-details__content .common-block ul li:not(:last-of-type) {
  margin-bottom: 8px;
}
.quanto-career-details__sidebar {
  margin-left: 100px;
  padding-left: 60px;
  border-left: 1px solid var(--color-1);
  height: 100%;
}
@media only screen and (max-width: 1399.98px) {
  .quanto-career-details__sidebar {
    margin-left: 30px;
    padding-left: 30px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .quanto-career-details__sidebar {
    margin-left: 0px;
  }
}
@media only screen and (max-width: 767.98px) {
  .quanto-career-details__sidebar {
    padding-left: 20px;
  }
}
.quanto-career-details__sidebar .job-info {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 991.98px) {
  .quanto-career-details__sidebar .job-info {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767.98px) {
  .quanto-career-details__sidebar .job-info {
    gap: 10px;
  }
}
.quanto-career-details__sidebar .info-box .title {
  display: block;
  font-size: 18px;
  font-weight: 400;
  line-height: 144.444%;
}
.quanto-career-details__sidebar .info-box .short-info {
  display: block;
  font-size: 22px;
  font-weight: 600;
  line-height: 154.545%;
  letter-spacing: -0.22px;
}

/*================================================
13. Testimonial css
=================================================*/
.quanto-testimonial-section .quanto__header .title {
  text-align: center;
  transform: translateY(calc(100% + 60px));
  position: relative;
  z-index: 3;
  color: var(--color-white);
  mix-blend-mode: difference;
}
@media only screen and (max-width: 1599.98px) {
  .quanto-testimonial-section .quanto__header .title {
    transform: translateY(calc(100% + 40px));
  }
}
@media only screen and (max-width: 991.98px) {
  .quanto-testimonial-section .quanto__header .title {
    transform: translateY(calc(100% + 30px));
  }
}
@media only screen and (max-width: 991.98px) {
  .quanto-testimonial-section .quanto__header .title {
    transform: translateY(0);
    margin-bottom: 30px;
  }
}
.quanto-testimonial-section.extend .quanto__header {
  height: 100%;
}
@media only screen and (min-width: 992px) {
  .quanto-testimonial-section.extend .quanto__header {
    border-right: 1px solid var(--color-1);
  }
}
.quanto-testimonial-section.extend .quanto__header .title {
  text-align: left;
  transform: unset;
  position: relative;
  z-index: 3;
  color: var(--color-primary);
  mix-blend-mode: unset;
  margin-bottom: 0px;
}
@media only screen and (min-width: 1200px) {
  .quanto-testimonial-section.extend .quanto__header .title {
    max-width: 544px;
  }
}
.quanto-testimonial-section.extend .testimonial-content {
  margin-top: 0;
}
.quanto-testimonial__thumb-slider .swiper-slide {
  transition: all 0.8s ease !important;
}
.quanto-testimonial__thumb-slider .testimonial-img {
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 400px;
  background-color: var(--color-white);
  position: relative;
  z-index: 0;
}
@media only screen and (max-width: 1199.98px) {
  .quanto-testimonial__thumb-slider .testimonial-img {
    min-height: 600px;
    background-position: top left;
  }
}
@media only screen and (max-width: 767.98px) {
  .quanto-testimonial__thumb-slider .testimonial-img {
    min-height: 400px;
    background-position: center;
  }
}
.quanto-testimonial__navigation {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 48px;
}
@media only screen and (max-width: 991.98px) {
  .quanto-testimonial__navigation {
    margin-top: 30px;
    gap: 8px;
  }
}
@media only screen and (max-width: 767.98px) {
  .quanto-testimonial__navigation {
    margin-top: 15px;
  }
}
.quanto-testimonial__prev, .quanto-testimonial__next {
  display: flex;
  width: 70px;
  height: 70px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 100%;
  background: var(--color-2);
}
@media only screen and (max-width: 991.98px) {
  .quanto-testimonial__prev, .quanto-testimonial__next {
    width: 50px;
    height: 50px;
  }
}
@media only screen and (max-width: 767.98px) {
  .quanto-testimonial__prev, .quanto-testimonial__next {
    width: 45px;
    height: 45px;
  }
  .quanto-testimonial__prev i,
  .quanto-testimonial__prev svg, .quanto-testimonial__next i,
  .quanto-testimonial__next svg {
    font-size: 15px;
  }
}

.testimonial-content {
  margin-top: 240px;
}
@media only screen and (max-width: 1599.98px) {
  .testimonial-content {
    margin-top: 180px;
  }
}
@media only screen and (max-width: 991.98px) {
  .testimonial-content {
    margin-top: 0px;
  }
}
.testimonial-content p {
  font-size: 36px;
  line-height: 135.714%;
  line-height: 133.333%;
  letter-spacing: -0.36px;
}
@media only screen and (max-width: 1199.98px) {
  .testimonial-content p {
    font-size: 30px;
  }
}
@media only screen and (max-width: 991.98px) {
  .testimonial-content p {
    font-size: 26px;
  }
}
@media only screen and (max-width: 767.98px) {
  .testimonial-content p {
    font-size: 24px;
  }
}
.testimonial-content .author {
  margin-top: 32px;
}
@media only screen and (max-width: 991.98px) {
  .testimonial-content .author {
    margin-top: 20px;
  }
}
.testimonial-content .author-designation {
  font-size: 18px;
  font-weight: 400;
  line-height: 144.444%;
  margin-top: 60px;
}

@media only screen and (min-width: 992px) {
  .quanto-testimonial3-section .quanto__header {
    padding-right: 40px;
    border-right: 1px solid var(--color-1);
  }
}
@media only screen and (min-width: 1400px) {
  .quanto-testimonial3-section .quanto__header {
    padding-right: 180px;
  }
}
@media only screen and (min-width: 1200px) {
  .quanto-testimonial3-section .quanto__header {
    padding-right: 120px;
  }
}

.testimonial3-content p {
  color: var(--color-primary);
  font-weight: 400;
  line-height: 133.333%;
  letter-spacing: -0.36px;
}
@media only screen and (min-width: 1200px) {
  .testimonial3-content p {
    font-size: 36px;
  }
}
@media only screen and (min-width: 992px) {
  .testimonial3-content p {
    font-size: 30px;
  }
}
@media only screen and (min-width: 768px) {
  .testimonial3-content p {
    font-size: 25px;
  }
}
.testimonial3-content .client-info {
  margin-top: 32px;
}
@media only screen and (max-width: 991.98px) {
  .testimonial3-content .client-info {
    margin-top: 20px;
  }
}
.testimonial3-content .client-designation {
  margin-top: 16px;
  color: var(--color-primary);
  font-size: 18px;
  font-weight: 400;
}

.testimonial3-navigation {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 8px;
  margin-top: 48px;
}
@media only screen and (max-width: 1199.98px) {
  .testimonial3-navigation {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 991.98px) {
  .testimonial3-navigation {
    margin-top: 20px;
  }
}
.testimonial3-navigation .next-btn,
.testimonial3-navigation .prev-btn {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: grid;
  place-content: center;
  color: var(--color-primary);
}
@media only screen and (max-width: 991.98px) {
  .testimonial3-navigation .next-btn,
  .testimonial3-navigation .prev-btn {
    width: 60px;
    height: 60px;
    font-size: 18px;
  }
}
@media only screen and (max-width: 767.98px) {
  .testimonial3-navigation .next-btn,
  .testimonial3-navigation .prev-btn {
    width: 50px;
    height: 50px;
  }
}

.quanto-testimonial2__box {
  height: 100%;
  padding: 60px;
}
@media only screen and (max-width: 1399.98px) {
  .quanto-testimonial2__box {
    padding: 40px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .quanto-testimonial2__box {
    padding: 30px;
  }
}
@media only screen and (max-width: 991.98px) {
  .quanto-testimonial2__box {
    padding: 20px;
  }
}
.quanto-testimonial2__box .testimonial-content .revew {
  margin-top: 25px;
}
@media only screen and (max-width: 1199.98px) {
  .quanto-testimonial2__box .testimonial-content .revew {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767.98px) {
  .quanto-testimonial2__box .testimonial-content .revew {
    font-size: 18px;
  }
}
.quanto-testimonial2__box .testimonial-author {
  margin-top: 100px;
}
@media only screen and (max-width: 1399.98px) {
  .quanto-testimonial2__box .testimonial-author {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .quanto-testimonial2__box .testimonial-author {
    margin-top: 70px;
  }
}
@media only screen and (max-width: 991.98px) {
  .quanto-testimonial2__box .testimonial-author {
    margin-top: 50px;
  }
}
.quanto-testimonial2__box .testimonial-author .author-image {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  overflow: hidden;
}
.quanto-testimonial2__box .testimonial-author .author-info {
  margin-top: 16px;
}
@media only screen and (max-width: 1199.98px) {
  .quanto-testimonial2__box .testimonial-author .author-info {
    margin-top: 10px;
  }
}
.quanto-testimonial2__box .testimonial-author .author-info .info {
  margin-top: 4px;
}

/*================================================
14. Blog css
=================================================*/
.quanto-blog2__row > [class*=col-]:not(:last-child) .style-2 {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid var(--color-1);
}
@media only screen and (max-width: 991.98px) {
  .quanto-blog2__row > [class*=col-]:not(:last-child) .style-2 {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
}
@media only screen and (max-width: 575.98px) {
  .quanto-blog2__row > [class*=col-]:not(:last-child) .style-2 {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
}

.quanto-blog3__row > [class*=col-] .style-2 {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid var(--color-1);
}
@media only screen and (max-width: 991.98px) {
  .quanto-blog3__row > [class*=col-] .style-2 {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
}
@media only screen and (max-width: 575.98px) {
  .quanto-blog3__row > [class*=col-] .style-2 {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
}
.quanto-blog3__row > [class*=col-]:last-child .style-2 {
  margin-bottom: 0px;
  padding-bottom: 0px;
  border: none;
}
@media only screen and (min-width: 1200px) {
  .quanto-blog3__row > [class*=col-]:nth-last-child(2) .style-2 {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border: none;
  }
}
@media only screen and (min-width: 1200px) {
  .quanto-blog3__row.g-xl-6, .quanto-blog3__row.gy-xl-6 {
    --bs-gutter-y: 5rem;
  }
  .quanto-blog3__row.g-xl-6, .quanto-blog3__row.gx-xl-6 {
    --bs-gutter-x: 5rem;
  }
}

.quanto-blog-box.style-2 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-auto-flow: dense;
  gap: 70px;
}
@media only screen and (max-width: 991.98px) {
  .quanto-blog-box.style-2 {
    gap: 30px;
  }
}
@media only screen and (max-width: 575.98px) {
  .quanto-blog-box.style-2 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.quanto-blog-box.style-2 .quanto-blog-content {
  margin-top: 0;
}
.quanto-blog-box.style-2 .quanto-blog-content .quanto-blog-date {
  padding: 0;
  margin-top: 0;
  margin-bottom: 10px;
}
.quanto-blog-box.style-2 .quanto-blog-content .quanto-blog-date::before {
  content: unset;
}
@media only screen and (max-width: 991.98px) {
  .quanto-blog-box.style-2 .quanto-blog-content .quanto-blog-date {
    margin-bottom: 5px;
  }
}
.quanto-blog-box.style-2 .quanto-blog-content h5 a {
  position: relative;
  display: inline;
  background-image: linear-gradient(to right, currentColor 0%, currentColor 100%);
  background-size: 0px 2px;
  background-position: 0px 95%;
  transition: background-size 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  padding: 0.1% 0px;
  background-repeat: no-repeat;
  color: inherit;
}
.quanto-blog-box.style-2 .quanto-blog-content .quanto-link-btn {
  margin-top: 80px;
}
@media only screen and (max-width: 1399.98px) {
  .quanto-blog-box.style-2 .quanto-blog-content .quanto-link-btn {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767.98px) {
  .quanto-blog-box.style-2 .quanto-blog-content .quanto-link-btn {
    margin-top: 20px;
  }
}
.quanto-blog-box.style-2:hover .quanto-blog-content h5 a {
  background-size: 100% 2px;
}
.quanto-blog-box.style-3 .quanto-blog-content {
  padding: 32px 40px;
}
@media only screen and (max-width: 991.98px) {
  .quanto-blog-box.style-3 .quanto-blog-content {
    padding: 20px 25px;
  }
}
.quanto-blog-box.style-3 .quanto-blog-content h5 a {
  position: relative;
  display: inline;
  background-image: linear-gradient(to right, currentColor 0%, currentColor 100%);
  background-size: 0px 2px;
  background-position: 0px 95%;
  transition: background-size 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  padding: 0.1% 0px;
  background-repeat: no-repeat;
  color: inherit;
}
.quanto-blog-box.style-3:hover .quanto-blog-content h5 a {
  background-size: 100% 2px;
}
.quanto-blog-box .quanto-blog-thumb {
  overflow: hidden;
}
.quanto-blog-box .quanto-blog-thumb img {
  transition: all 0.5s ease;
  width: 100%;
}
.quanto-blog-box .quanto-blog-thumb:hover img {
  transform: scale(1.1);
}
.quanto-blog-box .quanto-blog-content {
  padding-top: 24px;
}
@media only screen and (max-width: 991.98px) {
  .quanto-blog-box .quanto-blog-content {
    padding-top: 20px;
  }
}
.quanto-blog-box .quanto-blog-content .quanto-blog-date {
  margin-top: 10px;
  font-size: 18px;
  font-weight: 400;
  line-height: 144.444%;
  position: relative;
  padding-left: 42px;
  display: block;
}
.quanto-blog-box .quanto-blog-content .quanto-blog-date::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 1px;
  background-color: var(--color-primary);
}
@media only screen and (max-width: 991.98px) {
  .quanto-blog-box .quanto-blog-content .quanto-blog-date {
    margin-top: 5px;
    font-size: 16px;
  }
}

.blog-pagination .pagination {
  gap: 12px;
}
.blog-pagination .pagination .page-item {
  display: flex;
  align-items: center;
}
.blog-pagination .pagination .page-item .page-link {
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  color: var(--color-primary);
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.18px;
}
@media only screen and (max-width: 991.98px) {
  .blog-pagination .pagination .page-item .page-link {
    font-size: 16px;
  }
}
.blog-pagination .pagination .page-item .page-link:not(.next):not(.prev) {
  border: 1px solid var(--color-1);
  border-radius: 50% !important;
  width: 70px;
  height: 70px;
  padding: 18px 8px;
  display: grid;
  place-content: center;
  gap: 0px;
}
@media only screen and (max-width: 991.98px) {
  .blog-pagination .pagination .page-item .page-link:not(.next):not(.prev) {
    width: 50px;
    height: 50px;
  }
}
.blog-pagination .pagination .page-item .page-link:hover {
  z-index: 2;
  color: var(--color-primary);
  background-color: var(--color-white);
  border-color: var(--color-1);
}
.blog-pagination .pagination .page-item .page-link:hover:not(.next):not(.prev) {
  background-color: var(--color-primary);
  color: var(--color-white);
}
.blog-pagination .pagination .page-item .page-link:focus {
  z-index: 3;
  color: var(--color-primary);
  background-color: var(--color-white);
  outline: 0;
  box-shadow: none;
}
.blog-pagination .pagination .page-item:last-child .page-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/*================================================
15. Blog Details css
=================================================*/
.blog-detail-page {
  padding-top: 200px;
}
@media only screen and (max-width: 1399.98px) {
  .blog-detail-page {
    padding-top: 150px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .blog-detail-page {
    padding-top: 120px;
  }
}
@media only screen and (max-width: 991.98px) {
  .blog-detail-page {
    padding-top: 100px;
  }
}
@media only screen and (min-width: 1400px) {
  .blog-detail-page .row-padding-top {
    padding-top: 90px;
  }
}
@media only screen and (min-width: 1400px) {
  .blog-detail-page .row-padding-bottom {
    padding-bottom: 90px;
  }
}
@media only screen and (min-width: 1400px) {
  .blog-detail-page .row-margin-top {
    margin-top: 90px;
  }
}
@media only screen and (min-width: 1400px) {
  .blog-detail-page .row-margin-bottom {
    margin-bottom: 90px;
  }
}

.blog-item .meta-box {
  margin-top: 24px;
}
@media only screen and (max-width: 991.98px) {
  .blog-item .meta-box {
    margin-top: 20px;
  }
}
.blog-item .meta-box ul.meta-info li {
  line-height: 1;
}
.blog-item .meta-box ul.meta-info li span a {
  color: var(--color-primary);
  line-height: 1;
}
.blog-item .meta-box ul.meta-info li:not(:last-of-type) {
  padding-right: 24px;
  border-right: 1px solid var(--color-1);
}
@media only screen and (max-width: 991.98px) {
  .blog-item .meta-box ul.meta-info li:not(:last-of-type) {
    padding-right: 12px;
  }
}
.blog-item .meta-box ul.meta-info li:not(:first-of-type) {
  margin-left: 24px;
}
@media only screen and (max-width: 991.98px) {
  .blog-item .meta-box ul.meta-info li:not(:first-of-type) {
    margin-left: 12px;
  }
}
.blog-item .content-box {
  position: relative;
}
.blog-item .content-box .social-links {
  position: absolute;
  top: 60px;
  left: 0;
  height: 100%;
  z-index: 5;
}
@media only screen and (min-width: 1400px) {
  .blog-item .content-box .social-links {
    top: 90px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .blog-item .content-box .social-links {
    top: 45px;
  }
}
.blog-item .content-box .social-links ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media only screen and (max-width: 1199.98px) {
  .blog-item .content-box .social-links ul {
    display: none;
  }
}
.blog-item .content-box .social-links ul li a {
  display: grid;
  place-content: center;
  border-radius: 100%;
  width: 60px;
  height: 60px;
  border: 1px solid var(--color-1);
  transition: all 0.5s ease;
}
@media only screen and (max-width: 1399.98px) {
  .blog-item .content-box .social-links ul li a {
    width: 50px;
    height: 50px;
    font-size: 16px;
  }
}
.blog-item .content-box .social-links ul li a:hover {
  color: var(--color-white);
  background-color: var(--color-primary);
  border-color: var(--color-primary);
}
.blog-item .blog-body .blog-text {
  margin-bottom: 28px;
}
.blog-item .blog-body blockquote {
  margin-block: 60px;
  display: flex;
  gap: 40px;
}
.blog-item .blog-body blockquote img {
  display: inline-block;
  height: max-content;
}
.blog-item .blog-body blockquote .text p {
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 135.714%;
  letter-spacing: -0.28px;
}
@media only screen and (max-width: 991.98px) {
  .blog-item .blog-body blockquote .text p {
    font-size: 22px;
  }
}
@media only screen and (max-width: 767.98px) {
  .blog-item .blog-body blockquote .text p {
    font-size: 20px;
  }
}
.blog-item .blog-body blockquote .text cite {
  margin-top: 12px;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 144.444%;
}
@media only screen and (max-width: 991.98px) {
  .blog-item .blog-body blockquote .text cite {
    margin-top: 8px;
  }
}
@media only screen and (max-width: 991.98px) {
  .blog-item .blog-body blockquote {
    margin-block: 30px;
    gap: 20px;
  }
}
.blog-item .blog-body .quanto-single-thumb {
  margin-block: 60px;
}
@media only screen and (max-width: 991.98px) {
  .blog-item .blog-body .quanto-single-thumb {
    margin-block: 30px;
  }
}
.blog-item .blog-tags {
  margin-top: 40px;
}
@media only screen and (max-width: 991.98px) {
  .blog-item .blog-tags {
    margin-top: 20px;
  }
}
.blog-item .blog-tags ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}
.blog-item .blog-tags ul li a {
  border-radius: 40px;
  background: var(--color-2);
  padding: 14px 24px;
  font-size: 18px;
  font-weight: 600;
  line-height: 144.444%;
  letter-spacing: -0.18px;
  display: inline-block;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 991.98px) {
  .blog-item .blog-tags ul li a {
    padding: 10px 24px;
  }
}
.blog-item .blog-tags ul li a:hover {
  color: var(--color-white);
  background-color: var(--color-primary);
}
.blog-item .blog-comments h4 {
  margin-bottom: 40px;
}
@media only screen and (max-width: 991.98px) {
  .blog-item .blog-comments h4 {
    margin-bottom: 30px;
  }
}
.blog-item .blog-comments .post-comment {
  display: flex;
  gap: 28px;
}
@media only screen and (max-width: 991.98px) {
  .blog-item .blog-comments .post-comment {
    gap: 15px;
  }
}
.blog-item .blog-comments .post-comment .comment-avater {
  width: 110px;
  height: 110px;
  flex-shrink: 0;
  border-radius: 100%;
  overflow: hidden;
}
@media only screen and (max-width: 1199.98px) {
  .blog-item .blog-comments .post-comment .comment-avater {
    width: 70px;
    height: 70px;
  }
}
.blog-item .blog-comments .post-comment .comment-content .name {
  font-weight: 600;
  line-height: 141.667%;
  letter-spacing: -0.24px;
}
.blog-item .blog-comments .post-comment .comment-content .commented-on {
  font-size: 18px;
  font-weight: 400;
  line-height: 144.444%;
}
.blog-item .blog-comments .post-comment .comment-content .text {
  margin-top: 16px;
}
@media only screen and (max-width: 991.98px) {
  .blog-item .blog-comments .post-comment .comment-content .text {
    margin-top: 8px;
  }
}
.blog-item .blog-comments .post-comment .comment-content .reply_and_edit {
  margin-top: 16px;
}
@media only screen and (max-width: 991.98px) {
  .blog-item .blog-comments .post-comment .comment-content .reply_and_edit {
    margin-top: 8px;
  }
}
.blog-item .blog-comments .children {
  margin-top: 40px;
  margin-left: 138px;
}
@media only screen and (max-width: 1199.98px) {
  .blog-item .blog-comments .children {
    margin-left: 100px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .blog-item .blog-comments .children {
    margin-left: 60px;
  }
}
@media only screen and (max-width: 991.98px) {
  .blog-item .blog-comments .children {
    margin-left: 40px;
  }
}
.blog-item .blog-contact-form h4 {
  margin-bottom: 8px;
}
.blog-item .blog-contact-form p {
  margin-bottom: 40px;
}
@media only screen and (max-width: 991.98px) {
  .blog-item .blog-contact-form p {
    margin-bottom: 20px;
  }
}
.blog-item .blog-contact-form .quanto-cform .form-control {
  padding: 22px 24px;
  border-radius: 8px;
  background: var(--color-2);
  color: var(--color-primary);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 134%;
}
@media only screen and (max-width: 991.98px) {
  .blog-item .blog-contact-form .quanto-cform .form-control {
    padding: 15px 20px;
  }
}
.blog-item .blog-contact-form .quanto-cform .form-control::placeholder {
  opacity: 1;
  color: #6b6b6b;
}
.blog-item .blog-contact-form .quanto-cform .quanto-link-btn {
  padding-inline: 35px;
}

/*================================================
16. Clients css
=================================================*/
.clients-area .quanto__header .title {
  max-width: 240px;
  font-weight: 600;
  line-height: 144.444%;
  letter-spacing: -0.18px;
  margin-bottom: 48px;
}
.clients-area .quanto__header.logo {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  place-content: center;
}
@media only screen and (max-width: 991.98px) {
  .clients-area .quanto__header.logo {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 767.98px) {
  .clients-area .quanto__header.logo {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 575.98px) {
  .clients-area .quanto__header.logo {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.clients__wrapper {
  margin-inline: auto;
}
@media (min-width: 1400px) {
  .clients__wrapper {
    max-width: 1440px;
  }
}
.clients__box-wrapper {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
}
@media only screen and (max-width: 991.98px) {
  .clients__box-wrapper {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 767.98px) {
  .clients__box-wrapper {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 575.98px) {
  .clients__box-wrapper {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.client-box {
  aspect-ratio: 1/1;
  border: 1px solid var(--color-1);
  display: grid;
  place-content: center;
}

/*================================================
17. Marquee css
=================================================*/
.marquee-section .marquee-container {
  padding: 40px 0;
}
@media only screen and (min-width: 768px) {
  .marquee-section .marquee-container {
    padding: 45px 0;
  }
}
@media only screen and (min-width: 992px) {
  .marquee-section .marquee-container {
    padding: 55px 0;
  }
}
@media only screen and (min-width: 1200px) {
  .marquee-section .marquee-container {
    padding: 80px 0;
  }
}
.marquee-section.extend .marquee-container {
  padding: 40px 0;
}
@media only screen and (min-width: 768px) {
  .marquee-section.extend .marquee-container {
    padding: 55px 0;
  }
}
@media only screen and (min-width: 992px) {
  .marquee-section.extend .marquee-container {
    padding: 60px 0;
  }
}
@media only screen and (min-width: 1200px) {
  .marquee-section.extend .marquee-container {
    padding: 135px 0;
  }
}
@media only screen and (min-width: 1400px) {
  .marquee-section.extend .marquee-container {
    padding: 140px 0;
  }
}
@media only screen and (min-width: 1600px) {
  .marquee-section.extend .marquee-container {
    padding: 145px 0;
  }
}
@media only screen and (min-width: 1700px) {
  .marquee-section.extend .marquee-container {
    padding: 150px 0;
  }
}
.marquee-section.extend h1 {
  color: var(--color-5);
}
@media only screen and (min-width: 1200px) {
  .marquee-section.extend h1 {
    font-size: 230px;
  }
}
@media only screen and (min-width: 1400px) {
  .marquee-section.extend h1 {
    font-size: 240px;
  }
}
@media only screen and (min-width: 1600px) {
  .marquee-section.extend h1 {
    font-size: 250px;
  }
}
@media only screen and (min-width: 1700px) {
  .marquee-section.extend h1 {
    font-size: 260px;
  }
}

.marquee-container {
  display: flex;
  flex-direction: row;
  width: 100%;
  position: relative;
  padding: 100px 0;
  overflow: hidden;
}
@media only screen and (max-width: 1199.98px) {
  .marquee-container {
    padding: 80px 0;
  }
}
@media only screen and (max-width: 991.98px) {
  .marquee-container {
    padding: 50px 0;
  }
}
.marquee-container .marquee {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  z-index: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
  animation: scroll_x linear infinite;
  animation-duration: 20s;
  justify-content: space-between;
}
.marquee-container .marquee .marquee-item-container {
  flex: 0 0 auto;
  display: flex;
  min-width: auto;
  flex-direction: row;
  gap: 50px;
}
.marquee-container .marquee .marquee-item-container .marquee-item {
  transform: none;
  position: relative;
  white-space: nowrap;
  display: flex;
  align-items: center;
}
.marquee-container .marquee .marquee-item-container .marquee-item svg,
.marquee-container .marquee .marquee-item-container .marquee-item i,
.marquee-container .marquee .marquee-item-container .marquee-item img {
  margin: 0 60px;
}
.marquee-container .marquee .marquee-item-container .marquee-item svg {
  width: 150px;
  height: 150px;
}
@media only screen and (max-width: 1199.98px) {
  .marquee-container .marquee .marquee-item-container .marquee-item svg {
    width: 120px;
    height: 120px;
    margin: 0 30px;
  }
}
@media only screen and (max-width: 991.98px) {
  .marquee-container .marquee .marquee-item-container .marquee-item svg {
    width: 100px;
    height: 100px;
  }
}
@media only screen and (max-width: 767.98px) {
  .marquee-container .marquee .marquee-item-container .marquee-item svg {
    width: 80px;
    height: 80px;
  }
}
.marquee-container .marquee:hover {
  animation-play-state: paused;
}

/*================================================
18. FAQ css
=================================================*/
.quanto-faq-accordion .accordion-item {
  border-radius: 0 !important;
  border: none;
  border-top: 1px solid var(--color-1);
}
.quanto-faq-accordion .accordion-item:last-child {
  border-bottom: 1px solid var(--color-1);
}
.quanto-faq-accordion .accordion-button {
  font-size: inherit;
  /* font-weight: inherit; */
  line-height: inherit;
  border-radius: 0 !important;
  padding: 32px 0;
  transition: all 0.3s;

}

.quanto-faq-accordion .accordion-button span {
   padding-right: 10px;
}
@media only screen and (max-width: 1199.98px) {
  .quanto-faq-accordion .accordion-button {
    padding: 20px 0;
  }
}
@media only screen and (max-width: 991.98px) {
  .quanto-faq-accordion .accordion-button {
    padding: 15px 0;
  }
}
.quanto-faq-accordion .accordion-button:not(.collapsed) {
  color: initial;
  background-color: initial;
  box-shadow: none !important;
  padding: 32px 0 16px;
}
@media only screen and (max-width: 1199.98px) {
  .quanto-faq-accordion .accordion-button:not(.collapsed) {
    padding: 20px 0 10px;
  }
}
@media only screen and (max-width: 991.98px) {
  .quanto-faq-accordion .accordion-button:not(.collapsed) {
    padding: 15px 0 7.5px;
  }
}
.quanto-faq-accordion .accordion-button:focus {
  box-shadow: none !important;
}
.quanto-faq-accordion .accordion-body {
  padding: 0 0 0 50px;
  padding-bottom: 32px;
}

.quanto-faq-accordion .accordion-body ol {
    list-style-type: lower-alpha;
    margin: 0;
    padding-left: 1.5rem;
}

.quanto-faq-accordion .accordion-body ol li a {
    text-decoration: underline;
    transition: all 0.3s;
    cursor: pointer;
    display: inline-block;
}

.quanto-faq-accordion .accordion-body ol:last-of-type {
    margin-bottom: 0;
}



.quanto-faq-accordion .accordion-body ol li {
  position: relative;
  padding-left: 8px;
}

@media only screen and (max-width: 1199.98px) {
  .quanto-faq-accordion .accordion-body {
    padding-bottom: 20px;
  }
}
@media only screen and (max-width: 991.98px) {
  .quanto-faq-accordion .accordion-body {
    padding-bottom: 15px;
    font-size: 18px;
  }
}

/*================================================
19. Video css
=================================================*/
.quanto-video {
  max-height: 800px;
  width: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.quanto-video-area.style-2 {
  position: relative;
}
.quanto-video-area.style-2 video.pointer {
  cursor: pointer;
}
.quanto-video-area.style-2 .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 180px;
  height: 180px;
  border: none;
  display: grid;
  place-content: center;
  border-radius: 100%;
  background: var(--color-primary);
  color: var(--color-white);
  font-size: 18px;
  font-weight: 600;
  line-height: 144.444%;
  letter-spacing: -0.18px;
  cursor: pointer;
  transition: all 0.5s;
}
@media only screen and (max-width: 991.98px) {
  .quanto-video-area.style-2 .play-btn {
    width: 120px;
    height: 120px;
  }
}
@media only screen and (max-width: 767.98px) {
  .quanto-video-area.style-2 .play-btn {
    width: 100px;
    height: 100px;
  }
}
@media only screen and (max-width: 575.98px) {
  .quanto-video-area.style-2 .play-btn {
    width: 80px;
    height: 80px;
    font-size: 15px;
  }
}
.quanto-video-area.style-2 .play-btn.disabled {
  transform: translate(-50%, -50%) scale(0.4);
  visibility: hidden;
  cursor: initial;
  opacity: 0;
}

/*================================================
20. Pricing css
=================================================*/
.quanto-pricing-box {
  padding: 54px 48px 48px 60px;
  position: relative;
  z-index: 0;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.quanto-pricing-box .hover-overlay {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: var(--color-primary);
  top: 0;
  left: 0;
  transform-origin: center;
  z-index: -1;
}
@media only screen and (max-width: 1399.98px) {
  .quanto-pricing-box {
    padding: 30px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .quanto-pricing-box {
    padding: 40px;
  }
}
@media only screen and (max-width: 991.98px) {
  .quanto-pricing-box {
    padding: 30px;
  }
}
@media only screen and (max-width: 575.98px) {
  .quanto-pricing-box {
    padding: 25px;
  }
}
.quanto-pricing-box .pricing-title {
  margin-bottom: 6px;
  transition: all 0.3s ease-in-out;
}
.quanto-pricing-box .pricing-info {
  margin-bottom: 32px;
}
@media only screen and (max-width: 991.98px) {
  .quanto-pricing-box .pricing-info {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767.98px) {
  .quanto-pricing-box .pricing-info {
    margin-bottom: 15px;
  }
}
.quanto-pricing-box .pricing {
  margin-bottom: 32px;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 991.98px) {
  .quanto-pricing-box .pricing {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767.98px) {
  .quanto-pricing-box .pricing {
    margin-bottom: 15px;
  }
}
.quanto-pricing-box .pricing-list ul li {
  display: flex;
  align-items: center;
  gap: 10px;
}
.quanto-pricing-box .pricing-list ul li:not(:last-child) {
  margin-bottom: 10px;
}
@media only screen and (max-width: 991.98px) {
  .quanto-pricing-box .pricing-list ul li:not(:last-child) {
    margin-bottom: 5px;
  }
}
@media only screen and (max-width: 575.98px) {
  .quanto-pricing-box .pricing-list ul li:not(:last-child) {
    line-height: 1.3;
    gap: 6px;
  }
}
@media only screen and (max-width: 575.98px) {
  .quanto-pricing-box .pricing-list ul li {
    font-size: 18px;
  }
  .quanto-pricing-box .pricing-list ul li img {
    width: 20px;
    height: 20px;
  }
}
.quanto-pricing-box .quanto-link-btn {
  width: 100%;
  margin-top: 48px;
  justify-content: center;
}
.quanto-pricing-box .quanto-link-btn.btn-pill {
  background-color: var(--color-white);
  color: var(--color-primary);
}
.quanto-pricing-box .quanto-link-btn.btn-pill span .arry1,
.quanto-pricing-box .quanto-link-btn.btn-pill span .arry2 {
  color: var(--color-primary);
}
.quanto-pricing-box .quanto-link-btn.btn-pill.bg-color-2 {
  background-color: var(--color-2);
}
@media only screen and (max-width: 991.98px) {
  .quanto-pricing-box .quanto-link-btn {
    margin-top: 30px;
  }
}
.quanto-pricing-box:hover {
  color: var(--color-white);
}
.quanto-pricing-box:hover .pricing-title,
.quanto-pricing-box:hover .pricing {
  color: var(--color-white);
}

/*================================================
21. Team css
=================================================*/
.quanto-team-box .team-thumb {
  overflow: hidden;
  position: relative;
}
.quanto-team-box .team-thumb img {
  border-radius: 0;
  position: relative;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all 500ms ease;
}
.quanto-team-box .team-thumb img:first-child {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  transform: translateX(50%) scaleX(2);
  opacity: 0;
  filter: blur(10px);
  transition: all 0.4s ease-in-out;
}
.quanto-team-box .team-thumb ul {
  position: absolute;
  left: auto;
  right: -30px;
  top: 50%;
  bottom: auto;
  padding: 0;
  transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
  background: transparent;
  transition: all 0.5s ease-in-out;
  z-index: 1;
}
.quanto-team-box .team-thumb ul li {
  display: block;
}
.quanto-team-box .team-thumb ul li a {
  background: var(--color-primary);
  color: var(--color-white);
  text-align: center;
  font-size: 15px;
  padding: 9px 17.5px;
  display: block;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
@media only screen and (max-width: 767.98px) {
  .quanto-team-box .team-thumb ul li a {
    padding: 6.5px 15px;
  }
}
.quanto-team-box .team-thumb ul li a:hover {
  color: var(--color-white);
}
.quanto-team-box .team-content {
  margin-top: 20px;
}
@media only screen and (max-width: 991.98px) {
  .quanto-team-box .team-content {
    margin-top: 15px;
  }
}
.quanto-team-box .team-content .team-member-position {
  margin-top: 2px;
  font-size: 18px;
  line-height: 144.444%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.quanto-team-box:hover .team-thumb img:first-child {
  transform: translateX(0) scaleX(1);
  opacity: 1;
  filter: blur(0);
}
.quanto-team-box:hover .team-thumb img:nth-child(2) {
  transform: translateX(-50%) scaleX(2);
  opacity: 0;
  filter: blur(10px);
}
.quanto-team-box:hover .team-thumb ul {
  opacity: 1;
  visibility: visible;
}
.quanto-team-box:hover .team-thumb ul li a {
  transform: translateX(-30px) translateX(0);
  opacity: 1;
}
.quanto-team-box:hover .team-thumb ul li a:hover {
  transform: translateX(-40px) translateX(0);
}

/*================================================
22. Team Details css
=================================================*/
.team-details__content .member-title {
  letter-spacing: -2.5px;
}
@media only screen and (max-width: 575.98px) {
  .team-details__content .member-title {
    font-size: 50px;
  }
}
.team-details__content .member-description {
  color: var(--color-primary);
  line-height: 142.857%;
  margin-top: 12px;
}
@media only screen and (max-width: 1199.98px) {
  .team-details__content .member-description {
    margin-top: 6px;
  }
}
.team-details__content .member-info {
  margin-top: 48px;
}
@media only screen and (max-width: 1199.98px) {
  .team-details__content .member-info {
    margin-top: 30px;
  }
}
.team-details__content .member-info p {
  color: var(--color-primary);
  font-size: 20px;
}
.team-details__content .member-info p:not(:first-child) {
  margin-top: 28px;
}
@media only screen and (max-width: 991.98px) {
  .team-details__content .member-info p:not(:first-child) {
    margin-top: 20px;
  }
}
.team-details__content .member-contacts {
  margin-top: 32px;
}
@media only screen and (max-width: 991.98px) {
  .team-details__content .member-contacts {
    margin-top: 25px;
  }
}
.team-details__content .member-contacts h5 {
  margin-bottom: 6px;
}
.team-details__content .member-contacts h5 a {
  text-decoration: underline;
}
@media only screen and (max-width: 991.98px) {
  .team-details__content .member-contacts h5 {
    margin-bottom: 3px;
  }
}
.team-details__content .member-social {
  margin-top: 32px;
}
@media only screen and (max-width: 991.98px) {
  .team-details__content .member-social {
    margin-top: 20px;
  }
}
.team-details__content .member-social ul {
  display: flex;
  align-items: center;
  gap: 8px;
}
.team-details__content .member-social ul li a {
  display: grid;
  place-content: center;
  padding: 14px 20px;
  width: 60px;
  height: 60px;
  border-radius: 40px;
  border: 1px solid var(--color-1);
  font-size: 20px;
  transition: all 0.5s ease;
}
@media only screen and (max-width: 991.98px) {
  .team-details__content .member-social ul li a {
    width: 45px;
    height: 45px;
    font-size: 18px;
  }
}
.team-details__content .member-social ul li a:hover {
  color: var(--color-white);
  border-color: var(--color-primary);
  background-color: var(--color-primary);
}
.team-details__message {
  margin-top: 90px;
}
.team-details__message .form-control {
  padding-inline: 24px 20px;
  padding-block: 22px;
  border-radius: 8px;
  background: var(--color-2);
}
@media only screen and (max-width: 991.98px) {
  .team-details__message .form-control {
    padding-inline: 20px 15px;
    padding-block: 20px;
  }
}
@media only screen and (max-width: 767.98px) {
  .team-details__message .form-control {
    padding-inline: 15px;
    padding-block: 15px;
  }
}
.team-details__message .form-control:focus, .team-details__message .form-control:active {
  box-shadow: none;
  border-color: var(--color-primary);
}
@media only screen and (max-width: 1399.98px) {
  .team-details__message {
    margin-top: 75px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .team-details__message {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 991.98px) {
  .team-details__message {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 767.98px) {
  .team-details__message {
    margin-top: 40px;
  }
}

/*================================================
23. Awards css
=================================================*/
.quanto-awards-box {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  border-top: 1px solid var(--color-1);
  border-bottom: 1px solid var(--color-1);
  padding: 28px 0;
  -webkit-transition: padding 0.4s ease-in-out;
  -moz-transition: padding 0.4s ease-in-out;
  -o-transition: padding 0.4s ease-in-out;
  -ms-transition: padding 0.4s ease-in-out;
  transition: padding 0.4s ease-in-out;
  z-index: 0;
}
.quanto-awards-box:not(:first-child) {
  border-top: none;
}
.quanto-awards-box::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: var(--color-primary);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transition-property: transform;
  -moz-transition-property: transform;
  -ms-transition-property: transform;
  -o-transition-property: transform;
  transition-property: transform;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  -o-transform-origin: top;
  transform-origin: top;
  z-index: -1;
}
@media only screen and (max-width: 767.98px) {
  .quanto-awards-box {
    padding: 15px 0;
    flex-direction: column;
    gap: 5px;
  }
}
.quanto-awards-box .awards-title,
.quanto-awards-box .awards-info {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.quanto-awards-box .awards-title {
  text-align: start;
}
@media only screen and (max-width: 767.98px) {
  .quanto-awards-box .awards-title {
    text-align: center;
  }
}
.quanto-awards-box .awards-info {
  font-size: 18px;
  line-height: 144.444%;
}
.quanto-awards-box:hover {
  padding-inline: 20px;
}
.quanto-awards-box:hover::before {
  -webkit-transform-origin: bottom;
  -moz-transform-origin: bottom;
  -ms-transform-origin: bottom;
  -o-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
}
.quanto-awards-box:hover .awards-title,
.quanto-awards-box:hover .awards-info {
  color: var(--color-white);
}

/*================================================
24. Work-process css
=================================================*/
.work-process-section {
  position: relative;
  overflow: hidden;
}

.process-box-wrapper {
  counter-reset: process-number;
  display: flex;
  flex-wrap: nowrap;
  justify-content: start;
  gap: 110px;
  position: relative;
}
@media only screen and (max-width: 1399.98px) {
  .process-box-wrapper {
    gap: 80px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .process-box-wrapper {
    gap: 40px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 767.98px) {
  .process-box-wrapper {
    gap: 20px;
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

.process-box {
  background-color: var(--color-3);
  padding: 54px 48px;
  max-width: 430px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 208px;
  flex: 0 0 auto;
  position: relative;
  z-index: 0;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.process-box .hover-overlay {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: var(--color-white);
  top: 0;
  left: 0;
  transform-origin: center;
  z-index: -1;
}
@media only screen and (max-width: 1199.98px) {
  .process-box {
    max-width: 100%;
    gap: 100px;
  }
}
@media only screen and (max-width: 991.98px) {
  .process-box {
    padding: 40px 30px;
  }
}
@media only screen and (max-width: 767.98px) {
  .process-box {
    padding: 30px 20px;
  }
}
.process-box .process-number {
  counter-increment: process-number;
  display: block;
  transition: all 0.5s ease;
}
.process-box .process-number::before {
  content: counter(process-number, decimal-leading-zero) ".";
  color: var(--color-white);
  font-size: 18px;
  font-weight: 600;
  line-height: 144.444%;
  letter-spacing: -0.18px;
  transition: all 0.5s ease;
}
.process-box .process-info .process-title {
  margin-bottom: 16px;
  transition: all 0.5s ease;
}
.process-box p {
  transition: all 0.5s ease;
}
.process-box:hover .process-number::before {
  color: var(--color-primary);
}
.process-box:hover .process-info .process-title,
.process-box:hover .process-info p {
  color: var(--color-primary);
}

/*================================================
25. Error css
=================================================*/
@media only screen and (max-width: 991.98px) {
  .error__content svg {
    width: 80px;
    height: 80px;
  }
}
.error__content .title {
  margin-top: 8px;
}
@media only screen and (min-width: 992px) {
  .error__content .title {
    font-size: 130px;
    margin-top: 16px;
  }
}
.error__content p {
  max-width: 516px;
  margin-inline: auto;
  margin-top: 20px;
}
.error__content .quanto-link-btn {
  margin-top: 40px;
}
@media only screen and (max-width: 1199.98px) {
  .error__content .quanto-link-btn {
    margin-top: 20px;
  }
}
.error__content .quanto-link-btn span .arry1,
.error__content .quanto-link-btn span .arry2 {
  transform: rotate(45deg);
}

/*================================================
26. Contact css
=================================================*/
.quanto-map-area iframe {
  height: 800px;
}
@media only screen and (max-width: 1399.98px) {
  .quanto-map-area iframe {
    height: 650px;
  }
}
@media only screen and (max-width: 991.98px) {
  .quanto-map-area iframe {
    height: 500px;
  }
}
@media only screen and (max-width: 767.98px) {
  .quanto-map-area iframe {
    height: 400px;
  }
}

.quanto-contact__content .title {
  margin-bottom: 28px;
}
@media only screen and (max-width: 991.98px) {
  .quanto-contact__content .title {
    margin-bottom: 20px;
  }
}
.quanto-contact__content .address {
  margin-top: 48px;
  margin-bottom: 32px;
}
@media only screen and (min-width: 992px) {
  .quanto-contact__content .address {
    max-width: 380px;
  }
}
@media only screen and (max-width: 991.98px) {
  .quanto-contact__content .address {
    margin-top: 30px;
    margin-bottom: 20px;
  }
}
.quanto-contact__content .address h6 {
  margin-bottom: 6px;
}
.quanto-contact__content .contact-info {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.quanto-contact__content .contact-info a[href^="mailto:"] {
  text-decoration: underline;
  text-underline-offset: 6px;
  text-decoration-thickness: 1px;
}
@media only screen and (max-width: 991.98px) {
  .quanto-contact__content .contact-info a[href^="mailto:"] {
    text-underline-offset: 2px;
  }
}
.quanto-contact__form .form-control {
  border-radius: 8px;
  background: var(--color-2);
  color: #6b6b6b;
  font-size: 18px;
  font-weight: 400;
  line-height: 144.444%;
  padding: 22px 24px;
  border: none;
}
.quanto-contact__form .form-control:hover, .quanto-contact__form .form-control:focus {
  box-shadow: none;
}
.quanto-contact__form .form-control::placeholder {
  opacity: 1;
}
@media only screen and (max-width: 991.98px) {
  .quanto-contact__form .form-control {
    padding: 15px 20px;
  }
}

/*================================================
27. Footer css
=================================================*/
.footer-widgets-wrapper {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}
@media only screen and (max-width: 991.98px) {
  .footer-widgets-wrapper {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 25px;
  }
}
@media only screen and (max-width: 575.98px) {
  .footer-widgets-wrapper {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 20px;
  }
}

.footer-widgets-wrapper2 {
  display: grid;
}

.footer-widgets.contact {
  max-width: 206px;
}
.footer-widgets.quanto {
  max-width: 380px;
  width: 100%;
}
.footer-widgets.quanto .logo {
  margin-bottom: 28px;
}
.footer-widgets.info {
  max-width: 680px;
}
.footer-widgets.info h4 {
  color: var(--color-white);
  font-weight: 600;
  line-height: 125%;
  letter-spacing: -0.8px;
}
@media only screen and (min-width: 768px) {
  .footer-widgets.info h4 {
    font-size: 32px;
  }
}
@media only screen and (min-width: 992px) {
  .footer-widgets.info h4 {
    font-size: 35px;
  }
}
@media only screen and (min-width: 1200px) {
  .footer-widgets.info h4 {
    font-size: 38px;
  }
}
@media only screen and (min-width: 1400px) {
  .footer-widgets.info h4 {
    font-size: 40px;
  }
}
.footer-widgets.info .quanto-link-btn {
  background-color: var(--color-white);
  color: var(--color-primary);
  margin-top: 32px;
}
@media only screen and (max-width: 991.98px) {
  .footer-widgets.info .quanto-link-btn {
    margin-top: 25px;
  }
}
.footer-widgets.info .quanto-link-btn span .arry1,
.footer-widgets.info .quanto-link-btn span .arry2 {
  color: var(--color-primary);
}
.footer-widgets .address {
  line-height: 166.667%;
}
.footer-widgets .contacts {
  margin-top: 20px;
  line-height: 166.667%;
}
@media only screen and (max-width: 991.98px) {
  .footer-widgets .contacts {
    margin-bottom: 15px;
  }
}
.footer-widgets .contacts ul > li > a.email {
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.footer-widgets .widget-title {
  margin-bottom: 20px;
  letter-spacing: -0.24px;
}
@media only screen and (max-width: 991.98px) {
  .footer-widgets .widget-title {
    margin-bottom: 15px;
  }
}
.footer-widgets .widget-links {
  color: var(--color-white);
}
.footer-widgets .widget-links ul li {
  line-height: 1;
}
.footer-widgets .widget-links ul li:not(:first-of-type) {
  margin-top: 14px;
}
@media only screen and (max-width: 991.98px) {
  .footer-widgets .widget-links ul li:not(:first-of-type) {
    margin-top: 10px;
  }
}
.footer-widgets .widget-links ul li a {
  font-style: normal;
  line-height: 144.444%;
  display: inline-block;
  position: relative;
}
.footer-widgets .widget-links ul li a:before {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 0px;
  height: 1px;
  background-color: var(--color-white);
  transition: all 0.5s ease;
}
.footer-widgets .widget-links ul li a:hover:before {
  width: 100%;
}
@media only screen and (min-width: 1200px) {
  .footer-widgets .widget-links.on-laptop {
    padding-left: 30px;
  }
}
@media only screen and (min-width: 1400px) {
  .footer-widgets .widget-links.on-laptop {
    padding-left: 40px;
  }
}
@media only screen and (min-width: 1600px) {
  .footer-widgets .widget-links.on-laptop {
    padding-left: 50px;
  }
}
.footer-widgets .social-links ul {
  display: flex;
  justify-content: end;
  flex-wrap: wrap;
  gap: 8px;
}
@media only screen and (max-width: 1199.98px) {
  .footer-widgets .social-links ul {
    justify-content: start;
  }
}
.footer-widgets .social-links ul li a {
  color: var(--color-white);
  display: flex;
  width: 52px;
  height: 52px;
  padding: 14px 20px;
  justify-content: center;
  align-items: center;
  border-radius: 40px;
  background: var(--color-3);
  transition: all 0.5s ease;
}
.footer-widgets .social-links ul li a:hover {
  transform: scale(1.1);
  background: var(--color-white);
  color: var(--color-black);
}
@media only screen and (max-width: 767.98px) {
  .footer-widgets .social-links ul li a {
    width: 45px;
    height: 45px;
    padding: 12px 16px;
  }
}
.footer-widgets .newsletter-form {
  position: relative;
  display: flex;
  align-items: center;
}
.footer-widgets .newsletter-form .form-control {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  background: var(--color-3);
  padding: 22px 24px;
  padding-right: 0;
  border: none;
  color: var(--color-white);
  height: 70px;
}
.footer-widgets .newsletter-form .form-control:focus, .footer-widgets .newsletter-form .form-control:active {
  box-shadow: none;
}
.footer-widgets .newsletter-form .form-control::placeholder {
  color: #8c8c8c;
  opacity: 1;
}
.footer-widgets .newsletter-form .newsletter-btn {
  background-color: transparent;
  height: auto;
  background: var(--color-3);
  border-radius: 0;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  height: 70px;
  border: none;
}

.footer__center .connect svg {
  width: 150px;
  height: 150px;
}
@media only screen and (max-width: 1199.98px) {
  .footer__center .connect svg {
    width: 120px;
    height: 120px;
  }
}
@media only screen and (max-width: 991.98px) {
  .footer__center .connect svg {
    width: 100px;
    height: 100px;
  }
}
@media only screen and (max-width: 767.98px) {
  .footer__center .connect svg {
    width: 80px;
    height: 70px;
  }
}
@media only screen and (max-width: 991.98px) {
  .footer__center-content.style-2 .scroll-to-top i,
  .footer__center-content.style-2 .scroll-to-top svg {
    width: 120px;
    height: 120px;
  }
}
.footer__bottom.has-bodder .container {
  border-top: 1px solid var(--color-4);
}
.footer__bottom-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 28px;
}
@media only screen and (max-width: 991.98px) {
  .footer__bottom-content {
    padding-top: 20px;
    gap: 10px;
  }
}
@media only screen and (max-width: 767.98px) {
  .footer__bottom-content {
    flex-direction: column;
    text-align: center;
  }
}
.footer__bottom-content .copyright-text {
  font-size: 18px;
  font-weight: 400;
  line-height: 144.444%;
}
.footer__bottom-content .scroll-to-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  font-size: 18px;
  font-weight: 600;
  line-height: 144.444%;
  letter-spacing: -0.18px;
  color: var(--color-white);
}
.footer__bottom-content .scroll-to-top:hover, .footer__bottom-content .scroll-to-top:active {
  color: var(--color-white);
}
.footer__bottom-content .link-social-wrapper {
  display: flex;
  align-items: center;
  gap: 70px;
}
@media only screen and (max-width: 1399.98px) {
  .footer__bottom-content .link-social-wrapper {
    gap: 30px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .footer__bottom-content .link-social-wrapper {
    flex-direction: column;
    gap: 20px;
  }
}
@media only screen and (max-width: 991.98px) {
  .footer__bottom-content .link-social-wrapper {
    gap: 15px;
  }
}
.footer__bottom-content .link-social-wrapper .bottom-links ul {
  display: flex;
  align-items: center;
  gap: 40px;
}
@media only screen and (max-width: 1399.98px) {
  .footer__bottom-content .link-social-wrapper .bottom-links ul {
    gap: 15px;
  }
}
.footer__bottom-content .link-social-wrapper .bottom-links ul li a {
  font-size: 18px;
  font-weight: 600;
  line-height: 144.444%;
  letter-spacing: -0.18px;
  position: relative;
  display: inline;
  background-image: linear-gradient(to right, currentColor 0%, currentColor 100%);
  background-size: 0px 1px;
  background-position: 0px 95%;
  transition: background-size 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  padding: 0.1% 0px;
  background-repeat: no-repeat;
  color: inherit;
}
@media only screen and (max-width: 1199.98px) {
  .footer__bottom-content .link-social-wrapper .bottom-links ul li a {
    font-size: 16px;
  }
}
.footer__bottom-content .link-social-wrapper .bottom-links ul li a:hover {
  background-size: 100% 1px;
}
.footer__bottom-content .link-social-wrapper .footer-social-icons {
  display: flex;
  align-items: center;
  gap: 16px;
}
.footer__bottom-content .link-social-wrapper .footer-social-icons.with-text {
  gap: 40px;
}
.footer__bottom-content .link-social-wrapper .footer-social-icons.with-text a {
  display: flex;
  align-items: center;
  gap: 8px;
}
@media only screen and (max-width: 1399.98px) {
  .footer__bottom-content .link-social-wrapper .footer-social-icons.with-text {
    gap: 30px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .footer__bottom-content .link-social-wrapper .footer-social-icons.with-text {
    gap: 25px;
  }
}
@media only screen and (max-width: 991.98px) {
  .footer__bottom-content .link-social-wrapper .footer-social-icons.with-text {
    gap: 20px;
  }
}
@media only screen and (max-width: 767.98px) {
  .footer__bottom-content .link-social-wrapper .footer-social-icons.with-text {
    gap: 15px;
  }
}

.footer6__center .footer-content h2 {
  font-size: 140px;
  line-height: 107.143%;
  letter-spacing: -4.2px;
  color: var(--color-white);
}
@media only screen and (max-width: 1199.98px) {
  .footer6__center .footer-content h2 {
    font-size: 95px;
  }
}
@media only screen and (max-width: 991.98px) {
  .footer6__center .footer-content h2 {
    font-size: 75px;
  }
}
@media only screen and (max-width: 767.98px) {
  .footer6__center .footer-content h2 {
    font-size: 65px;
  }
}
.footer6__center .footer-content p {
  margin-top: 24px;
  color: var(--color-white);
}
.footer6__center .footer-content a {
  margin-top: 48px;
  background-color: var(--color-white);
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.28px;
  border-radius: 60px;
  padding: 16px 34px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
@media only screen and (min-width: 992px) {
  .footer6__center .footer-content a {
    font-size: 28px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .footer6__center .footer-content a {
    margin-top: 35px;
    padding: 10px 20px;
    gap: 2px;
  }
  .footer6__center .footer-content a img,
  .footer6__center .footer-content a svg {
    height: 25px;
  }
}
@media only screen and (max-width: 991.98px) {
  .footer6__center .footer-content a {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767.98px) {
  .footer6__center .footer-content a {
    margin-top: 25px;
  }
}
.footer6__center .footer-content a .jumper {
  position: relative;
  overflow: hidden;
}
.footer6__center .footer-content a .jumper span {
  display: inline-block;
  transition: all 0.2s ease;
}
.footer6__center .footer-content a .jumper span:first-of-type {
  position: absolute;
  top: 50px;
  left: 0;
}
.footer6__center .footer-content a:hover .jumper span:first-of-type {
  top: 0;
}
.footer6__center .footer-content a:hover .jumper span:nth-of-type(2) {
  transform: translateY(-50px);
}

.footer-let-connect span {
  position: relative;
  overflow: hidden;
}
.footer-let-connect span svg {
  transition: all 0.3s ease;
}
.footer-let-connect span svg:nth-of-type(1), .footer-let-connect span svg:nth-of-type(3) {
  position: absolute;
  top: 0;
  left: 0;
}
.footer-let-connect span svg:nth-of-type(2) {
  visibility: hidden;
  opacity: 0;
}
.footer-let-connect span svg:nth-of-type(3) {
  transform: translate(-200px, 200px);
}
.footer-let-connect:hover span svg:nth-of-type(1) {
  transform: translate(200px, -200px);
}
.footer-let-connect:hover span svg:nth-of-type(3) {
  transform: translate(0, 0);
}

.scroll-down {
  position: absolute;
  top: 0;
  right: -30px;
  text-orientation: mixed;
  writing-mode: vertical-lr;
  display: flex;
  align-items: center;
  gap: 12px;
}
.scroll-down img {
  animation: upDown 1.5s ease-in-out infinite alternate;
}
@media only screen and (max-width: 1599.98px) {
  .scroll-down {
    display: none;
  }
}

/*================================================
28. Animation css
=================================================*/
@keyframes spinner {
  to {
    transform: rotateZ(360deg);
  }
}
@keyframes upDown {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(20px);
  }
}
@keyframes scroll_x {
  0% {
    left: 0;
  }
  100% {
    left: -100%;
  }
}
/* Animation css end  */

/*# sourceMappingURL=style.css.map */


.quanto-hero__content {
  max-width:1000px;
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
/*! #######################################################################

	MeanMenu 2.0.7
	--------

	To be used with jquery.meanmenu.js by Chris Wharton (http://www.meanthemes.com/plugins/meanmenu/)

####################################################################### */a.meanmenu-reveal{display:none}.mean-container .mean-bar{float:left;width:100%;position:relative;background:#0c1923;padding:4px 0;min-height:42px;z-index:999999}.mean-container a.meanmenu-reveal{width:22px;height:22px;padding:13px 13px 11px;position:absolute;top:0;right:0;cursor:pointer;color:#fff;text-decoration:none;font-size:16px;text-indent:-9999em;line-height:22px;font-size:1px;display:block;font-family:Arial,Helvetica,sans-serif;font-weight:700}.mean-container a.meanmenu-reveal span{display:block;background:#fff;height:3px;margin-top:3px}.mean-container .mean-nav{float:left;width:100%;background:#0c1923;margin-top:44px}.mean-container .mean-nav ul{padding:0;margin:0;width:100%;list-style-type:none}.mean-container .mean-nav ul li{position:relative;float:left;width:100%}.mean-container .mean-nav ul li a{display:block;float:left;width:90%;padding:1em 5%;margin:0;text-align:left;color:#fff;border-top:1px solid #383838;border-top:1px solid rgba(255,255,255,.5);text-decoration:none;text-transform:uppercase}.mean-container .mean-nav ul li li a{width:80%;padding:1em 10%;border-top:1px solid #f1f1f1;border-top:1px solid rgba(255,255,255,.25);opacity:.75;filter:alpha(opacity=75);text-shadow:none!important;visibility:visible}.mean-container .mean-nav ul li.mean-last a{border-bottom:0;margin-bottom:0}.mean-container .mean-nav ul li li li a{width:70%;padding:1em 15%}.mean-container .mean-nav ul li li li li a{width:60%;padding:1em 20%}.mean-container .mean-nav ul li li li li li a{width:50%;padding:1em 25%}.mean-container .mean-nav ul li a:hover{background:#252525;background:rgba(255,255,255,.1)}.mean-container .mean-nav ul li a.mean-expand{margin-top:1px;width:26px;height:32px;padding:12px 22px!important;text-align:center;position:absolute;right:0;top:0;z-index:2;font-weight:700;background:rgba(255,255,255,.1);border:0!important;border-left:1px solid rgba(255,255,255,.4)!important;border-bottom:1px solid rgba(255,255,255,.2)!important}.mean-container .mean-nav ul li a.mean-expand:hover{background:rgba(0,0,0,.9)}.mean-container .mean-push{float:left;width:100%;padding:0;margin:0;clear:both}.mean-nav .wrapper{width:100%;padding:0;margin:0}.mean-container .mean-bar,.mean-container .mean-bar *{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.mean-remove{display:none!important}.odometer.odometer-auto-theme, .odometer.odometer-theme-default {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: relative;
}
.odometer.odometer-auto-theme .odometer-digit, .odometer.odometer-theme-default .odometer-digit {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: relative;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer, .odometer.odometer-theme-default .odometer-digit .odometer-digit-spacer {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  visibility: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner, .odometer.odometer-theme-default .odometer-digit .odometer-digit-inner {
  text-align: left;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon, .odometer.odometer-theme-default .odometer-digit .odometer-ribbon {
  display: block;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner, .odometer.odometer-theme-default .odometer-digit .odometer-ribbon-inner {
  display: block;
  -webkit-backface-visibility: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-value, .odometer.odometer-theme-default .odometer-digit .odometer-value {
  display: block;
  -webkit-transform: translateZ(0);
}
.odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value, .odometer.odometer-theme-default .odometer-digit .odometer-value.odometer-last-value {
  position: absolute;
}
.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-up .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 2s;
  -moz-transition: -moz-transform 2s;
  -ms-transition: -ms-transform 2s;
  -o-transition: -o-transform 2s;
  transition: transform 2s;
}
.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-up.odometer-animating .odometer-ribbon-inner {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-down .odometer-ribbon-inner {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 2s;
  -moz-transition: -moz-transform 2s;
  -ms-transition: -ms-transform 2s;
  -o-transition: -o-transform 2s;
  transition: transform 2s;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.odometer.odometer-auto-theme, .odometer.odometer-theme-default {
  line-height: 1.1em;
}
.odometer.odometer-auto-theme .odometer-value, .odometer.odometer-theme-default .odometer-value {
  text-align: center;
}
/*
* https://remixicon.com
* https://github.com/Remix-Design/RemixIcon
* Copyright RemixIcon.com
* Released under the Apache License Version 2.0
*/

@font-face {
    font-family: "remixicon";
    src: url('../../fonts/remixicon.eot?t=1720054838745'); /* IE9*/
    src: url('../../fonts/remixicon.eot?t=1720054838745#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url("../../fonts/remixicon.woff2?t=1720054838745") format("woff2"),
    url("../../fonts/remixicon.woff?t=1720054838745") format("woff"),
    url('../../fonts/remixicon.ttf?t=1720054838745') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
    url('../../fonts/remixicon.svg?t=1720054838745#remixicon') format('svg'); /* iOS 4.1- */
    font-display: swap;
}

[class^="ri-"], [class*="ri-"] {
    font-family: 'remixicon' !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.ri-lg { font-size: 1.3333em; line-height: 0.75em; vertical-align: -.0667em; }
.ri-xl { font-size: 1.5em; line-height: 0.6666em; vertical-align: -.075em; }
.ri-xxs { font-size: .5em; }
.ri-xs { font-size: .75em; }
.ri-sm { font-size: .875em }
.ri-1x { font-size: 1em; }
.ri-2x { font-size: 2em; }
.ri-3x { font-size: 3em; }
.ri-4x { font-size: 4em; }
.ri-5x { font-size: 5em; }
.ri-6x { font-size: 6em; }
.ri-7x { font-size: 7em; }
.ri-8x { font-size: 8em; }
.ri-9x { font-size: 9em; }
.ri-10x { font-size: 10em; }
.ri-fw { text-align: center; width: 1.25em; }

.ri-arrow-right-up-line:before { content: "\ea70"; }
.ri-arrow-left-up-line:before { content: "\ea66"; }
.ri-arrow-right-line:before { content: "\ea6c"; }
.ri-arrow-right-s-line:before { content: "\ea6e"; }
.ri-arrow-left-s-line:before { content: "\ea64"; }
.ri-map-pin-2-fill:before { content: "\ef09"; }
.ri-phone-fill:before { content: "\efe9"; }
.ri-phone-line:before { content: "\efec"; }
.ri-mail-fill:before { content: "\eef3"; }
.ri-search-line:before { content: "\f0d1"; }
.ri-check-line:before { content: "\eb7b"; }
.ri-linkedin-fill:before { content: "\eeb5"; }
.ri-linkedin-box-fill:before { content: "\eeb3"; }
.ri-twitter-x-line:before { content: "\f3e7"; }
.ri-twitter-fill:before { content: "\f23a"; }
.ri-instagram-line:before { content: "\ee66"; }
.ri-facebook-fill:before { content: "\ecbc"; }
.ri-facebook-circle-fill:before { content: "\ecba"; }
.ri-send-plane-fill:before { content: "\f0d9"; }
.ri-star-s-fill:before { content: "\f18c"; }
.ri-add-line:before { content: "\ea13"; }
.ri-subtract-line:before { content: "\f1af"; }
.ri-time-fill:before { content: "\f20e"; }
.ri-time-line:before { content: "\f20f"; }
.ri-share-fill:before { content: "\f0f7"; }
.ri-calendar-fill:before { content: "\eb26"; }
.ri-arrow-up-s-line:before { content: "\ea78"; }
.ri-arrow-down-s-line:before { content: "\ea4e"; }
.ri-chat-2-fill:before { content: "\eb4e"; }
.ri-close-line:before { content: "\eb99"; }
.ri-bookmark-fill:before { content: "\eae4"; }
.ri-instagram-fill:before { content: "\ee65"; }
.ri-menu-line:before { content: "\ef3e"; }
.ri-expand-horizontal-s-fill:before { content: "\f539"; }
.ri-arrow-left-line:before { content: "\ea60"; }
.ri-reply-fill:before { content: "\f079"; }
.ri-arrow-right-s-fill:before { content: "\ea6d"; }
.ri-arrow-down-s-fill:before { content: "\ea4d"; }
.ri-arrow-up-s-fill:before { content: "\ea77"; }
.ri-arrow-left-s-fill:before { content: "\ea63"; }
/**
 * Swiper 7.0.8
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 4, 2021
 */

@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;text-transform:none;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:50%;background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;animation:swiper-preloader-spin 1s infinite linear;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{100%{transform:rotate(360deg)}}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}




/* .badge {
    transition: 
        background-color 0.25s ease,
        color 0.25s ease,
        border-color 0.25s ease,
        transform 0.25s ease,
        box-shadow 0.25s ease;
}

.badge:hover {
    background-color: #000;
    color: #fff;
    border-color: #fff;
    transform: scale(1.08) translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
} */

/* .client-org-section {
  background: #ffffff;
}

.client-grid {
  border-left: 1px solid #e6e6e6;
  border-top: 1px solid #e6e6e6;
}

.client-card {
  border-right: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  min-height: 140px;
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: background 0.3s ease;
}

.client-card strong {
  font-size: 15px;
  font-weight: 600;
}

.client-card small {
  font-size: 13px;
  color: #6c757d;
}

.client-card:hover {
  background: #f8f9fa;
  transform: scale(1.02);
}


.cc-testimonial-card { height: 100%; overflow: hidden; }
            .cc-testimonial-img { width: 100%; height: 100%; object-fit: cover; }
            .cc-readmore-btn { padding: 0; border: 0; background: none; }





            .cc-testimonial-card {
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.cc-testimonial-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}

.cc-testimonial-img {
  min-height: 100%;
  object-fit: cover;
}

.object-fit-cover {
  object-fit: cover;
}

@media (min-width: 768px) {
  .cc-testimonial-card .col-md-5 {
    min-height: 100%;
  }

  .cc-testimonial-card img {
    height: 100%;
    min-height: 320px;
  }
} */

.border {
  border: 1px solid #e6e6e6 !important;
}

.cc-reference-card {
  transition: all 0.3s ease;
  background: #fff;
}

.cc-reference-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.08) !important;
}

.cc-reference-img-wrap {
  width: 100%;
  height: 300px;
  overflow: hidden;
  background: #f8f9fa;
}

.cc-reference-img {
  /* width: 100%; */
  /* height: 100%; */
  object-fit: cover;
  display: block;
  aspect-ratio: 1 / 1;
}

.cc-reference-card .card-body {
  min-height: 220px;
}

.white-space > div > span {
  white-space: normal;
}



/* start seite refernzen */
.quanto-project-section {
  position: relative;
}

.quanto-project-grid {
  align-items: stretch;
}

.quanto-project-card {
  height: 100%;
  display: flex;
  flex-direction: column;
  background: rgba(255, 255, 255, 0.04);
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.22);
  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease;
}

.quanto-project-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 26px 60px rgba(0, 0, 0, 0.32);
}

.quanto-project-image-link {
  display: block;
  overflow: hidden;
  border-radius: 24px 24px 0 0;
}

.quanto-project-thumb-fixed {
  width: 100%;
  height: 420px;
  overflow: hidden;
  border-radius: 24px 24px 0 0;
  background: #111;
}

.quanto-project-thumb-fixed img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition:
    transform 0.5s ease,
    filter 0.5s ease;
}

.quanto-project-card:hover .quanto-project-thumb-fixed img {
  transform: scale(1.06);
  filter: brightness(0.9);
}

.quanto-project-content {
  padding: 26px 28px 30px;
  background: rgba(255, 255, 255, 0.035);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  flex: 1;
}

.quanto-project-content h5 {
  margin: 0 0 10px;
  font-size: 24px;
  line-height: 1.25;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.quanto-project-content h5 a {
  color: #ffffff;
  text-decoration: none;
  transition: color 0.25s ease;
}

.quanto-project-content h5 a:hover {
  color: #ff5a1f;
}

.quanto-project-date {
  display: block;
  color: rgba(255, 255, 255, 0.72) !important;
  font-size: 15px;
  line-height: 1.6;
}

.quanto-project-card::after {
  content: "";
  display: block;
  height: 4px;
  width: 0;
  background: #ff5a1f;
  transition: width 0.35s ease;
}

.quanto-project-card:hover::after {
  width: 100%;
}

.quanto__header {
  margin-bottom: 10px;
}

.quanto-link-btn.btn-dark {
  border-radius: 999px;
  padding: 14px 24px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.22);
}

@media (max-width: 991.98px) {
  .quanto-project-thumb-fixed {
    height: 340px;
  }

  .quanto-project-content {
    padding: 24px;
  }

  .quanto-project-content h5 {
    font-size: 22px;
  }
}

@media (max-width: 767.98px) {
  .quanto-project-card {
    border-radius: 20px;
  }

  .quanto-project-image-link,
  .quanto-project-thumb-fixed {
    border-radius: 20px 20px 0 0;
  }

  .quanto-project-thumb-fixed {
    height: 260px;
  }

  .quanto-project-content {
    padding: 22px;
  }

  .quanto-project-content h5 {
    font-size: 20px;
  }

  .quanto-project-date {
    font-size: 14px;
  }
}

.topic-orbit {
  --orbit-radius: clamp(250px, 22vw, 340px);
  position: relative;
  min-height: 720px;
  display: grid;
  place-items: center;
}

.topic-orbit::before,
.topic-orbit::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}

.topic-orbit::before {
  width: calc(var(--orbit-radius) * 2);
  height: calc(var(--orbit-radius) * 2);
}

.topic-orbit::after {
  width: calc((var(--orbit-radius) * 2) + 90px);
  height: calc((var(--orbit-radius) * 2) + 90px);
  opacity: 0.6;
}

.orbit-center {
  position: absolute;
  z-index: 4;
  width: 145px;
  height: 145px;
  padding: 30px;
}

.orbit-item {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 3;
  width: 128px;
  height: 128px;
  padding: 15px;
  font-size: 12.5px;
  line-height: 1.25;
  color: #08232b;

  transform: translate(-50%, -50%) rotate(var(--angle))
    translate(var(--orbit-radius)) rotate(calc(var(--angle) * -1));
}

.item-1 {
  --angle: -90deg;
}
.item-2 {
  --angle: -57.27deg;
}
.item-3 {
  --angle: -24.55deg;
}
.item-4 {
  --angle: 8.18deg;
}
.item-5 {
  --angle: 40.91deg;
}
.item-6 {
  --angle: 73.64deg;
}
.item-7 {
  --angle: 106.36deg;
}
.item-8 {
  --angle: 139.09deg;
}
.item-9 {
  --angle: 171.82deg;
}
.item-10 {
  --angle: 204.55deg;
}
.item-11 {
  --angle: 237.27deg;
}

@media (max-width: 1399px) {
  .topic-orbit {
    --orbit-radius: 285px;
    min-height: 660px;
  }

  .orbit-center {
    width: 130px;
    height: 130px;
    padding: 28px;
  }

  .orbit-item {
    width: 118px;
    height: 118px;
    padding: 13px;
    font-size: 11.8px;
  }
}

@media (max-width: 991px) {
  .topic-orbit {
    --orbit-radius: clamp(145px, 38vw, 230px);
    min-height: 560px;
    margin-top: 40px;
  }

  .topic-orbit::after {
    width: calc((var(--orbit-radius) * 2) + 55px);
    height: calc((var(--orbit-radius) * 2) + 55px);
  }

  .orbit-center {
    width: 105px;
    height: 105px;
    padding: 22px;
  }

  .orbit-item {
    width: 92px;
    height: 92px;
    padding: 10px;
    font-size: 10px;
    line-height: 1.15;
  }
}

@media (max-width: 575px) {
  .topic-orbit {
    --orbit-radius: 138px;
    min-height: 420px;
    margin-top: 35px;
  }

  .orbit-center {
    width: 82px;
    height: 82px;
    padding: 17px;
  }

  .orbit-item {
    width: 74px;
    height: 74px;
    padding: 7px;
    font-size: 8.5px;
    line-height: 1.08;
  }

  .topic-orbit::after {
    width: calc((var(--orbit-radius) * 2) + 38px);
    height: calc((var(--orbit-radius) * 2) + 38px);
  }
}

.button-size {
  font-size: 14px !important;
}


.client-org-section {
    width: 100%;
    overflow: hidden;
}

.client-org-section .custom-container {
    width: 100%;
    max-width: 1320px;
    margin-inline: auto;
    padding-inline: 24px;
}

.client-org-section .client-card {
    display: flex;
    min-width: 0;
}

.client-org-section .client-card > div {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
}

.client-org-section .client-card strong {
    display: block;
    margin-bottom: 8px;
}

.client-org-section .cc-reference-img-wrap {
    position: relative;
    width: 100%;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    border-radius: 8px;
}

.client-org-section .cc-reference-img-wrap > a {
    display: block;
    width: 100%;
    height: 100%;
}


.client-org-section .cc-reference-img {
    display: block;
    width: 100% !important;
    max-width: 100%;
    height: 100% !important;
    object-fit: cover;
    object-position: center;
}

.client-org-section .client-card > div > a:last-child {
    display: block;
    margin-top: 8px;
    line-height: 1.3;
    overflow-wrap: anywhere;
}


.client-org-section .quanto-link-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    max-width: 100%;
    white-space: normal;
    text-align: center;
}


@media (max-width: 991.98px) {
    .client-org-section.py-150 {
        padding-top: 100px !important;
        padding-bottom: 100px !important;
    }

    .client-org-section .custom-container {
        padding-inline: 20px;
    }
}

@media (max-width: 767.98px) {
    .client-org-section.py-150 {
        padding-top: 70px !important;
        padding-bottom: 70px !important;
    }

    .client-org-section .custom-container {
        padding-inline: 16px;
    }

    .client-org-section h3 {
        font-size: clamp(28px, 8vw, 40px);
        line-height: 1.1;
    }

    .client-org-section .client-grid {
        row-gap: 20px !important;
    }

    .client-org-section .cc-reference-img-wrap {
        aspect-ratio: 1 / 1;
    }

    .client-org-section .quanto-link-btn {
        width: 100%;
        padding-inline: 18px;
    }
}

@media (max-width: 420px) {
    .client-org-section .client-card {
        flex: 0 0 100%;
        width: 100%;
        max-width: 100%;
    }

    .client-org-section .cc-reference-img-wrap {
        aspect-ratio: 4 / 3;
    }
}



@media (max-width: 1199.98px) {

    .section-padding-top.bg-color-2:has(.topic-orbit) {
        overflow: hidden;
    }

    .section-padding-top.bg-color-2:has(.topic-orbit) .top-content {
        text-align: center;
    }

    .section-padding-top.bg-color-2:has(.topic-orbit) .topic-orbit {
        width: min(100%, 650px);
        max-width: 650px;
        margin: 20px auto 0 !important;
    }
}



@media (max-width: 767.98px) {

    .section-padding-top.bg-color-2:has(.topic-orbit) {
        padding-top: 70px !important;
        padding-bottom: 70px !important;
        overflow: hidden;
    }

    .section-padding-top.bg-color-2:has(.topic-orbit)
    .custom-container {
        width: 100%;
        padding-left: 16px;
        padding-right: 16px;
    }

    .section-padding-top.bg-color-2:has(.topic-orbit)
    .row {
        --bs-gutter-x: 0;
        --bs-gutter-y: 30px;
    }

    .section-padding-top.bg-color-2:has(.topic-orbit)
    .top-content {
        width: 100%;
        text-align: center;
    }

    .section-padding-top.bg-color-2:has(.topic-orbit)
    .top-content h4 {
        width: 100%;
        margin: 0;
        font-size: clamp(28px, 8vw, 38px);
        line-height: 1.15;
        overflow-wrap: anywhere;
    }

   
    .section-padding-top.bg-color-2:has(.topic-orbit)
    .topic-orbit {
        position: relative !important;
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;

        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
        min-height: 0 !important;
        aspect-ratio: auto !important;

        margin: 0 auto !important;
        padding: 0 !important;
        overflow: visible !important;
        transform: none !important;
    }

    .section-padding-top.bg-color-2:has(.topic-orbit)
    .topic-orbit::before,
    .section-padding-top.bg-color-2:has(.topic-orbit)
    .topic-orbit::after {
        display: none !important;
        content: none !important;
    }

    .section-padding-top.bg-color-2:has(.topic-orbit)
    .orbit-center {
        position: relative !important;
        inset: auto !important;
        top: auto !important;
        right: auto !important;
        bottom: auto !important;
        left: auto !important;

        grid-column: 1 / -1;
        justify-self: center;

        width: 100px !important;
        height: 100px !important;
        min-width: 100px !important;
        min-height: 100px !important;

        margin: 0 auto 10px !important;
        padding: 18px !important;
        transform: none !important;
        z-index: 1;
    }

    .section-padding-top.bg-color-2:has(.topic-orbit)
    .orbit-center img {
        display: block;
        width: 100%;
        max-width: 100%;
        height: auto;
        object-fit: contain;
    }

    .section-padding-top.bg-color-2:has(.topic-orbit)
    .orbit-item {
        position: relative !important;
        inset: auto !important;
        top: auto !important;
        right: auto !important;
        bottom: auto !important;
        left: auto !important;

        width: 100% !important;
        max-width: none !important;
        height: auto !important;
        min-width: 0 !important;
        min-height: 100px !important;

        margin: 0 !important;
        padding: 14px 10px !important;

        border-radius: 18px !important;
        transform: none !important;

        font-size: clamp(14px, 3.8vw, 17px) !important;
        line-height: 1.2 !important;
        overflow-wrap: anywhere;
        hyphens: auto;
    }

    .section-padding-top.bg-color-2:has(.topic-orbit)
    .orbit-item.item-11 {
        grid-column: 1 / -1;
        justify-self: center;
        width: calc(50% - 6px) !important;
    }
}




@media (max-width: 359.98px) {

    .section-padding-top.bg-color-2:has(.topic-orbit)
    .topic-orbit {
        grid-template-columns: 1fr;
    }

    .section-padding-top.bg-color-2:has(.topic-orbit)
    .orbit-center,
    .section-padding-top.bg-color-2:has(.topic-orbit)
    .orbit-item.item-11 {
        grid-column: 1;
    }

    .section-padding-top.bg-color-2:has(.topic-orbit)
    .orbit-item.item-11 {
        width: 100% !important;
    }

    .section-padding-top.bg-color-2:has(.topic-orbit)
    .orbit-item {
        min-height: 80px !important;
    }
}

/* Nur für Tablet und Smartphone */
@media (max-width: 767.98px) {

    .timeline-wrapper {
        position: relative;
        width: 100%;
        max-width: 100%;
        padding: 0 15px;
        overflow: hidden;
    }

    .timeline-scroll {
        position: relative;
        display: block !important;
        width: 100% !important;
        height: auto !important;
        max-height: none !important;
        padding: 0 0 0 30px !important;
        overflow: visible !important;
    }

    /* Vertikale Linie links */
    .timeline-line {
        position: absolute !important;
        top: 0 !important;
        bottom: 0 !important;
        left: 22px !important;
        right: auto !important;
        width: 2px !important;
        height: 100% !important;
        transform: none !important;
    }

    /* Alle Einträge untereinander */
    .timeline-row,
    .timeline-row.left,
    .timeline-row.right {
        position: relative !important;
        display: block !important;
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 0 25px !important;
        padding: 0 !important;
        left: auto !important;
        right: auto !important;
        transform: none !important;
        text-align: left !important;
    }

    /* Punkt auf der Timeline */
    .timeline-row::before {
        content: "";
        position: absolute;
        top: 20px;
        left: -36px;
        width: 14px;
        height: 14px;
        border-radius: 50%;
        background: #212529;
        border: 3px solid #fff;
        box-sizing: border-box;
        z-index: 2;
    }

    /* Karten auf volle Breite */
    .timeline-card,
    .timeline-row.left .timeline-card,
    .timeline-row.right .timeline-card {
        position: relative !important;
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 !important;
        padding: 20px !important;
        left: auto !important;
        right: auto !important;
        transform: none !important;
        text-align: left !important;
        overflow-wrap: anywhere;
    }

    .timeline-card p {
        font-size: 15px;
        line-height: 1.55;
    }

    .timeline-card .badge {
        white-space: normal;
    }
}


/* Sehr kleine Smartphones */
@media (max-width: 575.98px) {

    .bg-color-2.section-padding-top-bottom {
        padding-left: 12px;
        padding-right: 12px;
    }

    .bg-color-2.section-padding-top-bottom > .row {
        margin-left: 0;
        margin-right: 0;
    }

    .bg-color-2.section-padding-top-bottom .col-lg-10 {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    .timeline-wrapper {
        padding-left: 5px;
        padding-right: 5px;
    }

    .timeline-scroll {
        padding-left: 27px !important;
    }

    .timeline-line {
        left: 14px !important;
    }

    .timeline-row::before {
        left: -25px;
        width: 12px;
        height: 12px;
    }

    .timeline-card,
    .timeline-row.left .timeline-card,
    .timeline-row.right .timeline-card {
        padding: 16px !important;
    }

    .timeline-card p {
        font-size: 14px;
        line-height: 1.5;
    }
}



/*  Referenz Bild */

.referenz-bild {
    height: 500px;
    border-radius: 14px 14px 0 0;
    background: #111;
}


.referenz-bild-bg {
    z-index: 0;

    object-fit: cover;
    object-position: center;

    filter: blur(30px);
    transform: scale(1.15);

    opacity: 0.7;
}


.referenz-bild-overlay {
    z-index: 1;
    background: rgba(0, 0, 0, 0.12);
}


.referenz-bild-main {
    z-index: 2;

    object-fit: contain;
    object-position: center;
}
/* Referenz Bild */


    .quanto-faq-accordion {
    --bs-accordion-bg: transparent;
    --bs-accordion-btn-bg: transparent;
    --bs-accordion-active-bg: transparent;
}

.quanto-faq-accordion .accordion-item,
.quanto-faq-accordion .accordion-button,
.quanto-faq-accordion .accordion-body {
    background-color: transparent !important;
}


.quanto-faq-area .faq-sidebar,.quanto-faq-area .quanto-service-section{
  padding-top:20px;
  text-align:center;
  background:#fff;
}::selection{background-color:#001e29;color:#ffffff}:root{--bs-btn-hover-color: $color-white}.modal{--bs-modal-width: 800px}.modal .modal-content{border-radius:0;border:0}.modal .modal-header,.modal .modal-body{padding:48px 40px 44px}.modal .modal-header{border:0;padding-bottom:0}.dropdown-menu{--bs-dropdown-link-active-bg: #001e29}#lan-switcher{text-decoration:none;color:#001e29;text-transform:uppercase;font-weight:600}.lan-switcher-inner .lang-btn{text-transform:uppercase}.opacity-15{opacity:0.15}.small-headings .h2,.small-headings .h3,.small-headings .h4{margin-top:15px}.small-headings .h2{font-size:2rem}.small-headings h3,.small-headings .h3{letter-spacing:0;font-size:1.75rem}.small-headings .h4{font-size:1.125rem}.header-logo{max-width:140px}body:not(#pageid-5, #pageid-3, #pageid-48) #sticky-menu:not(.sticky-menu) .header-logo img{filter:brightness(0) invert(1);transition:filter 0.3s ease-in-out}body:not(#pageid-5, #pageid-3, #pageid-48) #sticky-menu:not(.sticky-menu) .main-menu a{color:#ffffff;transition:color 0.3s ease-in-out}body:not(#pageid-5, #pageid-3, #pageid-48) #sticky-menu:not(.sticky-menu) #lan-switcher{color:#ffffff;transition:color 0.3s ease-in-out}#sticky-menu.sticky-menu{background-color:#ffffff}.home-circle-graphic{--orbit-radius: clamp(250px, 22vw, 250px)}.home-circle-graphic .orbit-item{font-size:1rem}.testimonial-content{margin-top:100px}.quanto-testimonial__navigation{margin-top:0}#cv .section-title h3{border-left:5px solid #c5c5c5;padding-left:15px}#cv .resume-box{background:#ffffff;box-shadow:0 0 1.25rem rgba(31, 45, 61, 0.08);padding:30px 20px}#cv .resume-box ul{margin:0;padding:30px 20px;list-style:none}#cv .resume-box .list{position:relative;padding:0 20px 0 60px;margin:0 0 30px}#cv .resume-box .list em{font-size:18px}#cv .resume-box li:last-child{margin-bottom:0}#cv .resume-box .info-list{margin:0;padding:0;list-style:none}#cv .resume-box .info-list li{position:relative;padding-left:16px;margin-bottom:8px}#cv .resume-box .info-list li::before{content:"";position:absolute;top:12px;left:-3px;width:8px;height:8px;background:#c5c5c5;border-radius:50%}#cv .resume-box .icon{width:40px;height:40px;position:absolute;left:0;right:0;line-height:40px;background:#ffffff;text-align:center;z-index:1;border:1px solid #c5c5c5;border-radius:50%}#cv .resume-box .time{background:#f1f1f1;font-size:13px;padding:5px 10px;display:inline-block;margin-bottom:12px;border-radius:20px;font-weight:600}#cv .resume-box .list:after{content:"";position:absolute;top:0px;left:20px;border-left:1px solid #c5c5c5;bottom:0}.client-card p{font-size:24px}.client-card>div{padding:15px;background-color:var(--color-2);display:flex;gap:30px;flex-direction:column;height:100%}.client-card i{font-size:50px}.client-card>div{background:#f5f5f5;gap:10px !important}.testimonial-content p{font-size:24px;color:#ffffff;opacity:0.8;font-style:italic}.kobe-quote-bg{height:100%;position:absolute;width:75vw;right:0;top:0}.kobe-quote-bg:after{content:"";background:#001e29;background:linear-gradient(90deg, #001e29 0%, rgba(0, 30, 41, 0) 49%);left:0;top:0;position:absolute;z-index:0;width:100%;height:100%}.kobe-quote-bg img{height:100%;width:100%;object-fit:cover}.timeline-wrapper {
  position: relative;
  /* height:650px; */
}
.timeline-scroll {
  height: 100%;
  overflow-y: auto;
  padding: 40px 0;
}
.timeline-line {
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 3px;
  background: #e5e5e5;
  transform: translateX(-50%);
}
.timeline-row {
  width: 100%;
  display: flex;
  margin: 60px 0;
}
.timeline-row.left {
  justify-content: flex-start;
}
.timeline-row.right {
  justify-content: flex-end;
}
.timeline-card {
  width: 45%;
  background: #fff;
  padding: 25px;
  /* border-radius: 14px; */
  border: 1px solid #eee;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
}
.timeline-scroll::-webkit-scrollbar {
  width: 6px;
}
.timeline-scroll::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 10px;
}
/* prettier-ignore */
@media (max-width:1199px) {}

/* prettier-ignore */
@media (max-width:991px) {
    .header-logo {
        max-width: 120px;
    }
}

/* prettier-ignore */
@media (max-width:767px) {
    main section.cookie_section h3 {
        height: 47px;
        line-height: 47px;
        font-size: 30px;
        margin-bottom: 15px;
    }

    .quanto-hero__content move-anim {
        transform: none;
    }

    .quanto-testimonial__thumb-slider .swiper-slide {
        width: 100% !important;
        flex-shrink: 0 !important;
    }

    .quanto-testimonial__navigation {
        margin-top: 15px;
    }

    .testimonial-content {
        margin-top: 25px;
    }
}


/* prettier-ignore */
@media (max-width:540px) {
    #myCookie {
        width: auto;
        margin: 0;
        left: 15px;
        bottom: 15px;
        right: 15px;
    }

    #myCookie div.cookieinfo p {
        font-size: 14px;
        line-height: 1.4;
    }

    .cookie_section h3 {
        height: 47px;
        line-height: 1em;
        font-size: 21px;
        margin-bottom: 15px;
        width: 50%;
        display: flex;
        align-items: center;
    }

    .cookie_section .cookie-pad {
        padding-left: 15px;
    }

    .cookie_section .col-3 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .cookie_section .col-9 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .cookie_switch {
        right: auto;
        left: 0;
        top: -10px;
    }

    h2.cookie-info-headline {
        margin-bottom: 25px;
    }
}