*{box-sizing:border-box}/*!
 * Font Awesome Free 6.7.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)}.fas,.far,.fab,.fa-solid,.fa-regular,.fa-brands,.fa{-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::before,.far::before,.fab::before,.fa-solid::before,.fa-regular::before,.fa-brands::before,.fa::before{content:var(--fa)}.fa-classic,.fas,.fa-solid,.far,.fa-regular{font-family:"Font Awesome 6 Free"}.fa-brands,.fab{font-family:"Font Awesome 6 Brands"}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-2xs{font-size:.625em;line-height:.1em;vertical-align:.225em}.fa-xs{font-size:.75em;line-height:.0833333337em;vertical-align:.125em}.fa-sm{font-size:.875em;line-height:.0714285718em;vertical-align:.0535714295em}.fa-lg{font-size:1.25em;line-height:.05em;vertical-align:-.075em}.fa-xl{font-size:1.5em;line-height:.0416666682em;vertical-align:-0.125em}.fa-2xl{font-size:2em;line-height:.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(-1*var(--fa-li-width, 2em));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{--fa:"\30 "}.fa-1{--fa:"\31 "}.fa-2{--fa:"\32 "}.fa-3{--fa:"\33 "}.fa-4{--fa:"\34 "}.fa-5{--fa:"\35 "}.fa-6{--fa:"\36 "}.fa-7{--fa:"\37 "}.fa-8{--fa:"\38 "}.fa-9{--fa:"\39 "}.fa-fill-drip{--fa:""}.fa-arrows-to-circle{--fa:""}.fa-circle-chevron-right{--fa:""}.fa-chevron-circle-right{--fa:""}.fa-at{--fa:"\@"}.fa-trash-can{--fa:""}.fa-trash-alt{--fa:""}.fa-text-height{--fa:""}.fa-user-xmark{--fa:""}.fa-user-times{--fa:""}.fa-stethoscope{--fa:""}.fa-message{--fa:""}.fa-comment-alt{--fa:""}.fa-info{--fa:""}.fa-down-left-and-up-right-to-center{--fa:""}.fa-compress-alt{--fa:""}.fa-explosion{--fa:""}.fa-file-lines{--fa:""}.fa-file-alt{--fa:""}.fa-file-text{--fa:""}.fa-wave-square{--fa:""}.fa-ring{--fa:""}.fa-building-un{--fa:""}.fa-dice-three{--fa:""}.fa-calendar-days{--fa:""}.fa-calendar-alt{--fa:""}.fa-anchor-circle-check{--fa:""}.fa-building-circle-arrow-right{--fa:""}.fa-volleyball{--fa:""}.fa-volleyball-ball{--fa:""}.fa-arrows-up-to-line{--fa:""}.fa-sort-down{--fa:""}.fa-sort-desc{--fa:""}.fa-circle-minus{--fa:""}.fa-minus-circle{--fa:""}.fa-door-open{--fa:""}.fa-right-from-bracket{--fa:""}.fa-sign-out-alt{--fa:""}.fa-atom{--fa:""}.fa-soap{--fa:""}.fa-icons{--fa:""}.fa-heart-music-camera-bolt{--fa:""}.fa-microphone-lines-slash{--fa:""}.fa-microphone-alt-slash{--fa:""}.fa-bridge-circle-check{--fa:""}.fa-pump-medical{--fa:""}.fa-fingerprint{--fa:""}.fa-hand-point-right{--fa:""}.fa-magnifying-glass-location{--fa:""}.fa-search-location{--fa:""}.fa-forward-step{--fa:""}.fa-step-forward{--fa:""}.fa-face-smile-beam{--fa:""}.fa-smile-beam{--fa:""}.fa-flag-checkered{--fa:""}.fa-football{--fa:""}.fa-football-ball{--fa:""}.fa-school-circle-exclamation{--fa:""}.fa-crop{--fa:""}.fa-angles-down{--fa:""}.fa-angle-double-down{--fa:""}.fa-users-rectangle{--fa:""}.fa-people-roof{--fa:""}.fa-people-line{--fa:""}.fa-beer-mug-empty{--fa:""}.fa-beer{--fa:""}.fa-diagram-predecessor{--fa:""}.fa-arrow-up-long{--fa:""}.fa-long-arrow-up{--fa:""}.fa-fire-flame-simple{--fa:""}.fa-burn{--fa:""}.fa-person{--fa:""}.fa-male{--fa:""}.fa-laptop{--fa:""}.fa-file-csv{--fa:""}.fa-menorah{--fa:""}.fa-truck-plane{--fa:""}.fa-record-vinyl{--fa:""}.fa-face-grin-stars{--fa:""}.fa-grin-stars{--fa:""}.fa-bong{--fa:""}.fa-spaghetti-monster-flying{--fa:""}.fa-pastafarianism{--fa:""}.fa-arrow-down-up-across-line{--fa:""}.fa-spoon{--fa:""}.fa-utensil-spoon{--fa:""}.fa-jar-wheat{--fa:""}.fa-envelopes-bulk{--fa:""}.fa-mail-bulk{--fa:""}.fa-file-circle-exclamation{--fa:""}.fa-circle-h{--fa:""}.fa-hospital-symbol{--fa:""}.fa-pager{--fa:""}.fa-address-book{--fa:""}.fa-contact-book{--fa:""}.fa-strikethrough{--fa:""}.fa-k{--fa:"K"}.fa-landmark-flag{--fa:""}.fa-pencil{--fa:""}.fa-pencil-alt{--fa:""}.fa-backward{--fa:""}.fa-caret-right{--fa:""}.fa-comments{--fa:""}.fa-paste{--fa:""}.fa-file-clipboard{--fa:""}.fa-code-pull-request{--fa:""}.fa-clipboard-list{--fa:""}.fa-truck-ramp-box{--fa:""}.fa-truck-loading{--fa:""}.fa-user-check{--fa:""}.fa-vial-virus{--fa:""}.fa-sheet-plastic{--fa:""}.fa-blog{--fa:""}.fa-user-ninja{--fa:""}.fa-person-arrow-up-from-line{--fa:""}.fa-scroll-torah{--fa:""}.fa-torah{--fa:""}.fa-broom-ball{--fa:""}.fa-quidditch{--fa:""}.fa-quidditch-broom-ball{--fa:""}.fa-toggle-off{--fa:""}.fa-box-archive{--fa:""}.fa-archive{--fa:""}.fa-person-drowning{--fa:""}.fa-arrow-down-9-1{--fa:""}.fa-sort-numeric-desc{--fa:""}.fa-sort-numeric-down-alt{--fa:""}.fa-face-grin-tongue-squint{--fa:""}.fa-grin-tongue-squint{--fa:""}.fa-spray-can{--fa:""}.fa-truck-monster{--fa:""}.fa-w{--fa:"W"}.fa-earth-africa{--fa:""}.fa-globe-africa{--fa:""}.fa-rainbow{--fa:""}.fa-circle-notch{--fa:""}.fa-tablet-screen-button{--fa:""}.fa-tablet-alt{--fa:""}.fa-paw{--fa:""}.fa-cloud{--fa:""}.fa-trowel-bricks{--fa:""}.fa-face-flushed{--fa:""}.fa-flushed{--fa:""}.fa-hospital-user{--fa:""}.fa-tent-arrow-left-right{--fa:""}.fa-gavel{--fa:""}.fa-legal{--fa:""}.fa-binoculars{--fa:""}.fa-microphone-slash{--fa:""}.fa-box-tissue{--fa:""}.fa-motorcycle{--fa:""}.fa-bell-concierge{--fa:""}.fa-concierge-bell{--fa:""}.fa-pen-ruler{--fa:""}.fa-pencil-ruler{--fa:""}.fa-people-arrows{--fa:""}.fa-people-arrows-left-right{--fa:""}.fa-mars-and-venus-burst{--fa:""}.fa-square-caret-right{--fa:""}.fa-caret-square-right{--fa:""}.fa-scissors{--fa:""}.fa-cut{--fa:""}.fa-sun-plant-wilt{--fa:""}.fa-toilets-portable{--fa:""}.fa-hockey-puck{--fa:""}.fa-table{--fa:""}.fa-magnifying-glass-arrow-right{--fa:""}.fa-tachograph-digital{--fa:""}.fa-digital-tachograph{--fa:""}.fa-users-slash{--fa:""}.fa-clover{--fa:""}.fa-reply{--fa:""}.fa-mail-reply{--fa:""}.fa-star-and-crescent{--fa:""}.fa-house-fire{--fa:""}.fa-square-minus{--fa:""}.fa-minus-square{--fa:""}.fa-helicopter{--fa:""}.fa-compass{--fa:""}.fa-square-caret-down{--fa:""}.fa-caret-square-down{--fa:""}.fa-file-circle-question{--fa:""}.fa-laptop-code{--fa:""}.fa-swatchbook{--fa:""}.fa-prescription-bottle{--fa:""}.fa-bars{--fa:""}.fa-navicon{--fa:""}.fa-people-group{--fa:""}.fa-hourglass-end{--fa:""}.fa-hourglass-3{--fa:""}.fa-heart-crack{--fa:""}.fa-heart-broken{--fa:""}.fa-square-up-right{--fa:""}.fa-external-link-square-alt{--fa:""}.fa-face-kiss-beam{--fa:""}.fa-kiss-beam{--fa:""}.fa-film{--fa:""}.fa-ruler-horizontal{--fa:""}.fa-people-robbery{--fa:""}.fa-lightbulb{--fa:""}.fa-caret-left{--fa:""}.fa-circle-exclamation{--fa:""}.fa-exclamation-circle{--fa:""}.fa-school-circle-xmark{--fa:""}.fa-arrow-right-from-bracket{--fa:""}.fa-sign-out{--fa:""}.fa-circle-chevron-down{--fa:""}.fa-chevron-circle-down{--fa:""}.fa-unlock-keyhole{--fa:""}.fa-unlock-alt{--fa:""}.fa-cloud-showers-heavy{--fa:""}.fa-headphones-simple{--fa:""}.fa-headphones-alt{--fa:""}.fa-sitemap{--fa:""}.fa-circle-dollar-to-slot{--fa:""}.fa-donate{--fa:""}.fa-memory{--fa:""}.fa-road-spikes{--fa:""}.fa-fire-burner{--fa:""}.fa-flag{--fa:""}.fa-hanukiah{--fa:""}.fa-feather{--fa:""}.fa-volume-low{--fa:""}.fa-volume-down{--fa:""}.fa-comment-slash{--fa:""}.fa-cloud-sun-rain{--fa:""}.fa-compress{--fa:""}.fa-wheat-awn{--fa:""}.fa-wheat-alt{--fa:""}.fa-ankh{--fa:""}.fa-hands-holding-child{--fa:""}.fa-asterisk{--fa:"\*"}.fa-square-check{--fa:""}.fa-check-square{--fa:""}.fa-peseta-sign{--fa:""}.fa-heading{--fa:""}.fa-header{--fa:""}.fa-ghost{--fa:""}.fa-list{--fa:""}.fa-list-squares{--fa:""}.fa-square-phone-flip{--fa:""}.fa-phone-square-alt{--fa:""}.fa-cart-plus{--fa:""}.fa-gamepad{--fa:""}.fa-circle-dot{--fa:""}.fa-dot-circle{--fa:""}.fa-face-dizzy{--fa:""}.fa-dizzy{--fa:""}.fa-egg{--fa:""}.fa-house-medical-circle-xmark{--fa:""}.fa-campground{--fa:""}.fa-folder-plus{--fa:""}.fa-futbol{--fa:""}.fa-futbol-ball{--fa:""}.fa-soccer-ball{--fa:""}.fa-paintbrush{--fa:""}.fa-paint-brush{--fa:""}.fa-lock{--fa:""}.fa-gas-pump{--fa:""}.fa-hot-tub-person{--fa:""}.fa-hot-tub{--fa:""}.fa-map-location{--fa:""}.fa-map-marked{--fa:""}.fa-house-flood-water{--fa:""}.fa-tree{--fa:""}.fa-bridge-lock{--fa:""}.fa-sack-dollar{--fa:""}.fa-pen-to-square{--fa:""}.fa-edit{--fa:""}.fa-car-side{--fa:""}.fa-share-nodes{--fa:""}.fa-share-alt{--fa:""}.fa-heart-circle-minus{--fa:""}.fa-hourglass-half{--fa:""}.fa-hourglass-2{--fa:""}.fa-microscope{--fa:""}.fa-sink{--fa:""}.fa-bag-shopping{--fa:""}.fa-shopping-bag{--fa:""}.fa-arrow-down-z-a{--fa:""}.fa-sort-alpha-desc{--fa:""}.fa-sort-alpha-down-alt{--fa:""}.fa-mitten{--fa:""}.fa-person-rays{--fa:""}.fa-users{--fa:""}.fa-eye-slash{--fa:""}.fa-flask-vial{--fa:""}.fa-hand{--fa:""}.fa-hand-paper{--fa:""}.fa-om{--fa:""}.fa-worm{--fa:""}.fa-house-circle-xmark{--fa:""}.fa-plug{--fa:""}.fa-chevron-up{--fa:""}.fa-hand-spock{--fa:""}.fa-stopwatch{--fa:""}.fa-face-kiss{--fa:""}.fa-kiss{--fa:""}.fa-bridge-circle-xmark{--fa:""}.fa-face-grin-tongue{--fa:""}.fa-grin-tongue{--fa:""}.fa-chess-bishop{--fa:""}.fa-face-grin-wink{--fa:""}.fa-grin-wink{--fa:""}.fa-ear-deaf{--fa:""}.fa-deaf{--fa:""}.fa-deafness{--fa:""}.fa-hard-of-hearing{--fa:""}.fa-road-circle-check{--fa:""}.fa-dice-five{--fa:""}.fa-square-rss{--fa:""}.fa-rss-square{--fa:""}.fa-land-mine-on{--fa:""}.fa-i-cursor{--fa:""}.fa-stamp{--fa:""}.fa-stairs{--fa:""}.fa-i{--fa:"I"}.fa-hryvnia-sign{--fa:""}.fa-hryvnia{--fa:""}.fa-pills{--fa:""}.fa-face-grin-wide{--fa:""}.fa-grin-alt{--fa:""}.fa-tooth{--fa:""}.fa-v{--fa:"V"}.fa-bangladeshi-taka-sign{--fa:""}.fa-bicycle{--fa:""}.fa-staff-snake{--fa:""}.fa-rod-asclepius{--fa:""}.fa-rod-snake{--fa:""}.fa-staff-aesculapius{--fa:""}.fa-head-side-cough-slash{--fa:""}.fa-truck-medical{--fa:""}.fa-ambulance{--fa:""}.fa-wheat-awn-circle-exclamation{--fa:""}.fa-snowman{--fa:""}.fa-mortar-pestle{--fa:""}.fa-road-barrier{--fa:""}.fa-school{--fa:""}.fa-igloo{--fa:""}.fa-joint{--fa:""}.fa-angle-right{--fa:""}.fa-horse{--fa:""}.fa-q{--fa:"Q"}.fa-g{--fa:"G"}.fa-notes-medical{--fa:""}.fa-temperature-half{--fa:""}.fa-temperature-2{--fa:""}.fa-thermometer-2{--fa:""}.fa-thermometer-half{--fa:""}.fa-dong-sign{--fa:""}.fa-capsules{--fa:""}.fa-poo-storm{--fa:""}.fa-poo-bolt{--fa:""}.fa-face-frown-open{--fa:""}.fa-frown-open{--fa:""}.fa-hand-point-up{--fa:""}.fa-money-bill{--fa:""}.fa-bookmark{--fa:""}.fa-align-justify{--fa:""}.fa-umbrella-beach{--fa:""}.fa-helmet-un{--fa:""}.fa-bullseye{--fa:""}.fa-bacon{--fa:""}.fa-hand-point-down{--fa:""}.fa-arrow-up-from-bracket{--fa:""}.fa-folder{--fa:""}.fa-folder-blank{--fa:""}.fa-file-waveform{--fa:""}.fa-file-medical-alt{--fa:""}.fa-radiation{--fa:""}.fa-chart-simple{--fa:""}.fa-mars-stroke{--fa:""}.fa-vial{--fa:""}.fa-gauge{--fa:""}.fa-dashboard{--fa:""}.fa-gauge-med{--fa:""}.fa-tachometer-alt-average{--fa:""}.fa-wand-magic-sparkles{--fa:""}.fa-magic-wand-sparkles{--fa:""}.fa-e{--fa:"E"}.fa-pen-clip{--fa:""}.fa-pen-alt{--fa:""}.fa-bridge-circle-exclamation{--fa:""}.fa-user{--fa:""}.fa-school-circle-check{--fa:""}.fa-dumpster{--fa:""}.fa-van-shuttle{--fa:""}.fa-shuttle-van{--fa:""}.fa-building-user{--fa:""}.fa-square-caret-left{--fa:""}.fa-caret-square-left{--fa:""}.fa-highlighter{--fa:""}.fa-key{--fa:""}.fa-bullhorn{--fa:""}.fa-globe{--fa:""}.fa-synagogue{--fa:""}.fa-person-half-dress{--fa:""}.fa-road-bridge{--fa:""}.fa-location-arrow{--fa:""}.fa-c{--fa:"C"}.fa-tablet-button{--fa:""}.fa-building-lock{--fa:""}.fa-pizza-slice{--fa:""}.fa-money-bill-wave{--fa:""}.fa-chart-area{--fa:""}.fa-area-chart{--fa:""}.fa-house-flag{--fa:""}.fa-person-circle-minus{--fa:""}.fa-ban{--fa:""}.fa-cancel{--fa:""}.fa-camera-rotate{--fa:""}.fa-spray-can-sparkles{--fa:""}.fa-air-freshener{--fa:""}.fa-star{--fa:""}.fa-repeat{--fa:""}.fa-cross{--fa:""}.fa-box{--fa:""}.fa-venus-mars{--fa:""}.fa-arrow-pointer{--fa:""}.fa-mouse-pointer{--fa:""}.fa-maximize{--fa:""}.fa-expand-arrows-alt{--fa:""}.fa-charging-station{--fa:""}.fa-shapes{--fa:""}.fa-triangle-circle-square{--fa:""}.fa-shuffle{--fa:""}.fa-random{--fa:""}.fa-person-running{--fa:""}.fa-running{--fa:""}.fa-mobile-retro{--fa:""}.fa-grip-lines-vertical{--fa:""}.fa-spider{--fa:""}.fa-hands-bound{--fa:""}.fa-file-invoice-dollar{--fa:""}.fa-plane-circle-exclamation{--fa:""}.fa-x-ray{--fa:""}.fa-spell-check{--fa:""}.fa-slash{--fa:""}.fa-computer-mouse{--fa:""}.fa-mouse{--fa:""}.fa-arrow-right-to-bracket{--fa:""}.fa-sign-in{--fa:""}.fa-shop-slash{--fa:""}.fa-store-alt-slash{--fa:""}.fa-server{--fa:""}.fa-virus-covid-slash{--fa:""}.fa-shop-lock{--fa:""}.fa-hourglass-start{--fa:""}.fa-hourglass-1{--fa:""}.fa-blender-phone{--fa:""}.fa-building-wheat{--fa:""}.fa-person-breastfeeding{--fa:""}.fa-right-to-bracket{--fa:""}.fa-sign-in-alt{--fa:""}.fa-venus{--fa:""}.fa-passport{--fa:""}.fa-thumbtack-slash{--fa:""}.fa-thumb-tack-slash{--fa:""}.fa-heart-pulse{--fa:""}.fa-heartbeat{--fa:""}.fa-people-carry-box{--fa:""}.fa-people-carry{--fa:""}.fa-temperature-high{--fa:""}.fa-microchip{--fa:""}.fa-crown{--fa:""}.fa-weight-hanging{--fa:""}.fa-xmarks-lines{--fa:""}.fa-file-prescription{--fa:""}.fa-weight-scale{--fa:""}.fa-weight{--fa:""}.fa-user-group{--fa:""}.fa-user-friends{--fa:""}.fa-arrow-up-a-z{--fa:""}.fa-sort-alpha-up{--fa:""}.fa-chess-knight{--fa:""}.fa-face-laugh-squint{--fa:""}.fa-laugh-squint{--fa:""}.fa-wheelchair{--fa:""}.fa-circle-arrow-up{--fa:""}.fa-arrow-circle-up{--fa:""}.fa-toggle-on{--fa:""}.fa-person-walking{--fa:""}.fa-walking{--fa:""}.fa-l{--fa:"L"}.fa-fire{--fa:""}.fa-bed-pulse{--fa:""}.fa-procedures{--fa:""}.fa-shuttle-space{--fa:""}.fa-space-shuttle{--fa:""}.fa-face-laugh{--fa:""}.fa-laugh{--fa:""}.fa-folder-open{--fa:""}.fa-heart-circle-plus{--fa:""}.fa-code-fork{--fa:""}.fa-city{--fa:""}.fa-microphone-lines{--fa:""}.fa-microphone-alt{--fa:""}.fa-pepper-hot{--fa:""}.fa-unlock{--fa:""}.fa-colon-sign{--fa:""}.fa-headset{--fa:""}.fa-store-slash{--fa:""}.fa-road-circle-xmark{--fa:""}.fa-user-minus{--fa:""}.fa-mars-stroke-up{--fa:""}.fa-mars-stroke-v{--fa:""}.fa-champagne-glasses{--fa:""}.fa-glass-cheers{--fa:""}.fa-clipboard{--fa:""}.fa-house-circle-exclamation{--fa:""}.fa-file-arrow-up{--fa:""}.fa-file-upload{--fa:""}.fa-wifi{--fa:""}.fa-wifi-3{--fa:""}.fa-wifi-strong{--fa:""}.fa-bath{--fa:""}.fa-bathtub{--fa:""}.fa-underline{--fa:""}.fa-user-pen{--fa:""}.fa-user-edit{--fa:""}.fa-signature{--fa:""}.fa-stroopwafel{--fa:""}.fa-bold{--fa:""}.fa-anchor-lock{--fa:""}.fa-building-ngo{--fa:""}.fa-manat-sign{--fa:""}.fa-not-equal{--fa:""}.fa-border-top-left{--fa:""}.fa-border-style{--fa:""}.fa-map-location-dot{--fa:""}.fa-map-marked-alt{--fa:""}.fa-jedi{--fa:""}.fa-square-poll-vertical{--fa:""}.fa-poll{--fa:""}.fa-mug-hot{--fa:""}.fa-car-battery{--fa:""}.fa-battery-car{--fa:""}.fa-gift{--fa:""}.fa-dice-two{--fa:""}.fa-chess-queen{--fa:""}.fa-glasses{--fa:""}.fa-chess-board{--fa:""}.fa-building-circle-check{--fa:""}.fa-person-chalkboard{--fa:""}.fa-mars-stroke-right{--fa:""}.fa-mars-stroke-h{--fa:""}.fa-hand-back-fist{--fa:""}.fa-hand-rock{--fa:""}.fa-square-caret-up{--fa:""}.fa-caret-square-up{--fa:""}.fa-cloud-showers-water{--fa:""}.fa-chart-bar{--fa:""}.fa-bar-chart{--fa:""}.fa-hands-bubbles{--fa:""}.fa-hands-wash{--fa:""}.fa-less-than-equal{--fa:""}.fa-train{--fa:""}.fa-eye-low-vision{--fa:""}.fa-low-vision{--fa:""}.fa-crow{--fa:""}.fa-sailboat{--fa:""}.fa-window-restore{--fa:""}.fa-square-plus{--fa:""}.fa-plus-square{--fa:""}.fa-torii-gate{--fa:""}.fa-frog{--fa:""}.fa-bucket{--fa:""}.fa-image{--fa:""}.fa-microphone{--fa:""}.fa-cow{--fa:""}.fa-caret-up{--fa:""}.fa-screwdriver{--fa:""}.fa-folder-closed{--fa:""}.fa-house-tsunami{--fa:""}.fa-square-nfi{--fa:""}.fa-arrow-up-from-ground-water{--fa:""}.fa-martini-glass{--fa:""}.fa-glass-martini-alt{--fa:""}.fa-square-binary{--fa:""}.fa-rotate-left{--fa:""}.fa-rotate-back{--fa:""}.fa-rotate-backward{--fa:""}.fa-undo-alt{--fa:""}.fa-table-columns{--fa:""}.fa-columns{--fa:""}.fa-lemon{--fa:""}.fa-head-side-mask{--fa:""}.fa-handshake{--fa:""}.fa-gem{--fa:""}.fa-dolly{--fa:""}.fa-dolly-box{--fa:""}.fa-smoking{--fa:""}.fa-minimize{--fa:""}.fa-compress-arrows-alt{--fa:""}.fa-monument{--fa:""}.fa-snowplow{--fa:""}.fa-angles-right{--fa:""}.fa-angle-double-right{--fa:""}.fa-cannabis{--fa:""}.fa-circle-play{--fa:""}.fa-play-circle{--fa:""}.fa-tablets{--fa:""}.fa-ethernet{--fa:""}.fa-euro-sign{--fa:""}.fa-eur{--fa:""}.fa-euro{--fa:""}.fa-chair{--fa:""}.fa-circle-check{--fa:""}.fa-check-circle{--fa:""}.fa-circle-stop{--fa:""}.fa-stop-circle{--fa:""}.fa-compass-drafting{--fa:""}.fa-drafting-compass{--fa:""}.fa-plate-wheat{--fa:""}.fa-icicles{--fa:""}.fa-person-shelter{--fa:""}.fa-neuter{--fa:""}.fa-id-badge{--fa:""}.fa-marker{--fa:""}.fa-face-laugh-beam{--fa:""}.fa-laugh-beam{--fa:""}.fa-helicopter-symbol{--fa:""}.fa-universal-access{--fa:""}.fa-circle-chevron-up{--fa:""}.fa-chevron-circle-up{--fa:""}.fa-lari-sign{--fa:""}.fa-volcano{--fa:""}.fa-person-walking-dashed-line-arrow-right{--fa:""}.fa-sterling-sign{--fa:""}.fa-gbp{--fa:""}.fa-pound-sign{--fa:""}.fa-viruses{--fa:""}.fa-square-person-confined{--fa:""}.fa-user-tie{--fa:""}.fa-arrow-down-long{--fa:""}.fa-long-arrow-down{--fa:""}.fa-tent-arrow-down-to-line{--fa:""}.fa-certificate{--fa:""}.fa-reply-all{--fa:""}.fa-mail-reply-all{--fa:""}.fa-suitcase{--fa:""}.fa-person-skating{--fa:""}.fa-skating{--fa:""}.fa-filter-circle-dollar{--fa:""}.fa-funnel-dollar{--fa:""}.fa-camera-retro{--fa:""}.fa-circle-arrow-down{--fa:""}.fa-arrow-circle-down{--fa:""}.fa-file-import{--fa:""}.fa-arrow-right-to-file{--fa:""}.fa-square-arrow-up-right{--fa:""}.fa-external-link-square{--fa:""}.fa-box-open{--fa:""}.fa-scroll{--fa:""}.fa-spa{--fa:""}.fa-location-pin-lock{--fa:""}.fa-pause{--fa:""}.fa-hill-avalanche{--fa:""}.fa-temperature-empty{--fa:""}.fa-temperature-0{--fa:""}.fa-thermometer-0{--fa:""}.fa-thermometer-empty{--fa:""}.fa-bomb{--fa:""}.fa-registered{--fa:""}.fa-address-card{--fa:""}.fa-contact-card{--fa:""}.fa-vcard{--fa:""}.fa-scale-unbalanced-flip{--fa:""}.fa-balance-scale-right{--fa:""}.fa-subscript{--fa:""}.fa-diamond-turn-right{--fa:""}.fa-directions{--fa:""}.fa-burst{--fa:""}.fa-house-laptop{--fa:""}.fa-laptop-house{--fa:""}.fa-face-tired{--fa:""}.fa-tired{--fa:""}.fa-money-bills{--fa:""}.fa-smog{--fa:""}.fa-crutch{--fa:""}.fa-cloud-arrow-up{--fa:""}.fa-cloud-upload{--fa:""}.fa-cloud-upload-alt{--fa:""}.fa-palette{--fa:""}.fa-arrows-turn-right{--fa:""}.fa-vest{--fa:""}.fa-ferry{--fa:""}.fa-arrows-down-to-people{--fa:""}.fa-seedling{--fa:""}.fa-sprout{--fa:""}.fa-left-right{--fa:""}.fa-arrows-alt-h{--fa:""}.fa-boxes-packing{--fa:""}.fa-circle-arrow-left{--fa:""}.fa-arrow-circle-left{--fa:""}.fa-group-arrows-rotate{--fa:""}.fa-bowl-food{--fa:""}.fa-candy-cane{--fa:""}.fa-arrow-down-wide-short{--fa:""}.fa-sort-amount-asc{--fa:""}.fa-sort-amount-down{--fa:""}.fa-cloud-bolt{--fa:""}.fa-thunderstorm{--fa:""}.fa-text-slash{--fa:""}.fa-remove-format{--fa:""}.fa-face-smile-wink{--fa:""}.fa-smile-wink{--fa:""}.fa-file-word{--fa:""}.fa-file-powerpoint{--fa:""}.fa-arrows-left-right{--fa:""}.fa-arrows-h{--fa:""}.fa-house-lock{--fa:""}.fa-cloud-arrow-down{--fa:""}.fa-cloud-download{--fa:""}.fa-cloud-download-alt{--fa:""}.fa-children{--fa:""}.fa-chalkboard{--fa:""}.fa-blackboard{--fa:""}.fa-user-large-slash{--fa:""}.fa-user-alt-slash{--fa:""}.fa-envelope-open{--fa:""}.fa-handshake-simple-slash{--fa:""}.fa-handshake-alt-slash{--fa:""}.fa-mattress-pillow{--fa:""}.fa-guarani-sign{--fa:""}.fa-arrows-rotate{--fa:""}.fa-refresh{--fa:""}.fa-sync{--fa:""}.fa-fire-extinguisher{--fa:""}.fa-cruzeiro-sign{--fa:""}.fa-greater-than-equal{--fa:""}.fa-shield-halved{--fa:""}.fa-shield-alt{--fa:""}.fa-book-atlas{--fa:""}.fa-atlas{--fa:""}.fa-virus{--fa:""}.fa-envelope-circle-check{--fa:""}.fa-layer-group{--fa:""}.fa-arrows-to-dot{--fa:""}.fa-archway{--fa:""}.fa-heart-circle-check{--fa:""}.fa-house-chimney-crack{--fa:""}.fa-house-damage{--fa:""}.fa-file-zipper{--fa:""}.fa-file-archive{--fa:""}.fa-square{--fa:""}.fa-martini-glass-empty{--fa:""}.fa-glass-martini{--fa:""}.fa-couch{--fa:""}.fa-cedi-sign{--fa:""}.fa-italic{--fa:""}.fa-table-cells-column-lock{--fa:""}.fa-church{--fa:""}.fa-comments-dollar{--fa:""}.fa-democrat{--fa:""}.fa-z{--fa:"Z"}.fa-person-skiing{--fa:""}.fa-skiing{--fa:""}.fa-road-lock{--fa:""}.fa-a{--fa:"A"}.fa-temperature-arrow-down{--fa:""}.fa-temperature-down{--fa:""}.fa-feather-pointed{--fa:""}.fa-feather-alt{--fa:""}.fa-p{--fa:"P"}.fa-snowflake{--fa:""}.fa-newspaper{--fa:""}.fa-rectangle-ad{--fa:""}.fa-ad{--fa:""}.fa-circle-arrow-right{--fa:""}.fa-arrow-circle-right{--fa:""}.fa-filter-circle-xmark{--fa:""}.fa-locust{--fa:""}.fa-sort{--fa:""}.fa-unsorted{--fa:""}.fa-list-ol{--fa:""}.fa-list-1-2{--fa:""}.fa-list-numeric{--fa:""}.fa-person-dress-burst{--fa:""}.fa-money-check-dollar{--fa:""}.fa-money-check-alt{--fa:""}.fa-vector-square{--fa:""}.fa-bread-slice{--fa:""}.fa-language{--fa:""}.fa-face-kiss-wink-heart{--fa:""}.fa-kiss-wink-heart{--fa:""}.fa-filter{--fa:""}.fa-question{--fa:"\?"}.fa-file-signature{--fa:""}.fa-up-down-left-right{--fa:""}.fa-arrows-alt{--fa:""}.fa-house-chimney-user{--fa:""}.fa-hand-holding-heart{--fa:""}.fa-puzzle-piece{--fa:""}.fa-money-check{--fa:""}.fa-star-half-stroke{--fa:""}.fa-star-half-alt{--fa:""}.fa-code{--fa:""}.fa-whiskey-glass{--fa:""}.fa-glass-whiskey{--fa:""}.fa-building-circle-exclamation{--fa:""}.fa-magnifying-glass-chart{--fa:""}.fa-arrow-up-right-from-square{--fa:""}.fa-external-link{--fa:""}.fa-cubes-stacked{--fa:""}.fa-won-sign{--fa:""}.fa-krw{--fa:""}.fa-won{--fa:""}.fa-virus-covid{--fa:""}.fa-austral-sign{--fa:""}.fa-f{--fa:"F"}.fa-leaf{--fa:""}.fa-road{--fa:""}.fa-taxi{--fa:""}.fa-cab{--fa:""}.fa-person-circle-plus{--fa:""}.fa-chart-pie{--fa:""}.fa-pie-chart{--fa:""}.fa-bolt-lightning{--fa:""}.fa-sack-xmark{--fa:""}.fa-file-excel{--fa:""}.fa-file-contract{--fa:""}.fa-fish-fins{--fa:""}.fa-building-flag{--fa:""}.fa-face-grin-beam{--fa:""}.fa-grin-beam{--fa:""}.fa-object-ungroup{--fa:""}.fa-poop{--fa:""}.fa-location-pin{--fa:""}.fa-map-marker{--fa:""}.fa-kaaba{--fa:""}.fa-toilet-paper{--fa:""}.fa-helmet-safety{--fa:""}.fa-hard-hat{--fa:""}.fa-hat-hard{--fa:""}.fa-eject{--fa:""}.fa-circle-right{--fa:""}.fa-arrow-alt-circle-right{--fa:""}.fa-plane-circle-check{--fa:""}.fa-face-rolling-eyes{--fa:""}.fa-meh-rolling-eyes{--fa:""}.fa-object-group{--fa:""}.fa-chart-line{--fa:""}.fa-line-chart{--fa:""}.fa-mask-ventilator{--fa:""}.fa-arrow-right{--fa:""}.fa-signs-post{--fa:""}.fa-map-signs{--fa:""}.fa-cash-register{--fa:""}.fa-person-circle-question{--fa:""}.fa-h{--fa:"H"}.fa-tarp{--fa:""}.fa-screwdriver-wrench{--fa:""}.fa-tools{--fa:""}.fa-arrows-to-eye{--fa:""}.fa-plug-circle-bolt{--fa:""}.fa-heart{--fa:""}.fa-mars-and-venus{--fa:""}.fa-house-user{--fa:""}.fa-home-user{--fa:""}.fa-dumpster-fire{--fa:""}.fa-house-crack{--fa:""}.fa-martini-glass-citrus{--fa:""}.fa-cocktail{--fa:""}.fa-face-surprise{--fa:""}.fa-surprise{--fa:""}.fa-bottle-water{--fa:""}.fa-circle-pause{--fa:""}.fa-pause-circle{--fa:""}.fa-toilet-paper-slash{--fa:""}.fa-apple-whole{--fa:""}.fa-apple-alt{--fa:""}.fa-kitchen-set{--fa:""}.fa-r{--fa:"R"}.fa-temperature-quarter{--fa:""}.fa-temperature-1{--fa:""}.fa-thermometer-1{--fa:""}.fa-thermometer-quarter{--fa:""}.fa-cube{--fa:""}.fa-bitcoin-sign{--fa:""}.fa-shield-dog{--fa:""}.fa-solar-panel{--fa:""}.fa-lock-open{--fa:""}.fa-elevator{--fa:""}.fa-money-bill-transfer{--fa:""}.fa-money-bill-trend-up{--fa:""}.fa-house-flood-water-circle-arrow-right{--fa:""}.fa-square-poll-horizontal{--fa:""}.fa-poll-h{--fa:""}.fa-circle{--fa:""}.fa-backward-fast{--fa:""}.fa-fast-backward{--fa:""}.fa-recycle{--fa:""}.fa-user-astronaut{--fa:""}.fa-plane-slash{--fa:""}.fa-trademark{--fa:""}.fa-basketball{--fa:""}.fa-basketball-ball{--fa:""}.fa-satellite-dish{--fa:""}.fa-circle-up{--fa:""}.fa-arrow-alt-circle-up{--fa:""}.fa-mobile-screen-button{--fa:""}.fa-mobile-alt{--fa:""}.fa-volume-high{--fa:""}.fa-volume-up{--fa:""}.fa-users-rays{--fa:""}.fa-wallet{--fa:""}.fa-clipboard-check{--fa:""}.fa-file-audio{--fa:""}.fa-burger{--fa:""}.fa-hamburger{--fa:""}.fa-wrench{--fa:""}.fa-bugs{--fa:""}.fa-rupee-sign{--fa:""}.fa-rupee{--fa:""}.fa-file-image{--fa:""}.fa-circle-question{--fa:""}.fa-question-circle{--fa:""}.fa-plane-departure{--fa:""}.fa-handshake-slash{--fa:""}.fa-book-bookmark{--fa:""}.fa-code-branch{--fa:""}.fa-hat-cowboy{--fa:""}.fa-bridge{--fa:""}.fa-phone-flip{--fa:""}.fa-phone-alt{--fa:""}.fa-truck-front{--fa:""}.fa-cat{--fa:""}.fa-anchor-circle-exclamation{--fa:""}.fa-truck-field{--fa:""}.fa-route{--fa:""}.fa-clipboard-question{--fa:""}.fa-panorama{--fa:""}.fa-comment-medical{--fa:""}.fa-teeth-open{--fa:""}.fa-file-circle-minus{--fa:""}.fa-tags{--fa:""}.fa-wine-glass{--fa:""}.fa-forward-fast{--fa:""}.fa-fast-forward{--fa:""}.fa-face-meh-blank{--fa:""}.fa-meh-blank{--fa:""}.fa-square-parking{--fa:""}.fa-parking{--fa:""}.fa-house-signal{--fa:""}.fa-bars-progress{--fa:""}.fa-tasks-alt{--fa:""}.fa-faucet-drip{--fa:""}.fa-cart-flatbed{--fa:""}.fa-dolly-flatbed{--fa:""}.fa-ban-smoking{--fa:""}.fa-smoking-ban{--fa:""}.fa-terminal{--fa:""}.fa-mobile-button{--fa:""}.fa-house-medical-flag{--fa:""}.fa-basket-shopping{--fa:""}.fa-shopping-basket{--fa:""}.fa-tape{--fa:""}.fa-bus-simple{--fa:""}.fa-bus-alt{--fa:""}.fa-eye{--fa:""}.fa-face-sad-cry{--fa:""}.fa-sad-cry{--fa:""}.fa-audio-description{--fa:""}.fa-person-military-to-person{--fa:""}.fa-file-shield{--fa:""}.fa-user-slash{--fa:""}.fa-pen{--fa:""}.fa-tower-observation{--fa:""}.fa-file-code{--fa:""}.fa-signal{--fa:""}.fa-signal-5{--fa:""}.fa-signal-perfect{--fa:""}.fa-bus{--fa:""}.fa-heart-circle-xmark{--fa:""}.fa-house-chimney{--fa:""}.fa-home-lg{--fa:""}.fa-window-maximize{--fa:""}.fa-face-frown{--fa:""}.fa-frown{--fa:""}.fa-prescription{--fa:""}.fa-shop{--fa:""}.fa-store-alt{--fa:""}.fa-floppy-disk{--fa:""}.fa-save{--fa:""}.fa-vihara{--fa:""}.fa-scale-unbalanced{--fa:""}.fa-balance-scale-left{--fa:""}.fa-sort-up{--fa:""}.fa-sort-asc{--fa:""}.fa-comment-dots{--fa:""}.fa-commenting{--fa:""}.fa-plant-wilt{--fa:""}.fa-diamond{--fa:""}.fa-face-grin-squint{--fa:""}.fa-grin-squint{--fa:""}.fa-hand-holding-dollar{--fa:""}.fa-hand-holding-usd{--fa:""}.fa-chart-diagram{--fa:""}.fa-bacterium{--fa:""}.fa-hand-pointer{--fa:""}.fa-drum-steelpan{--fa:""}.fa-hand-scissors{--fa:""}.fa-hands-praying{--fa:""}.fa-praying-hands{--fa:""}.fa-arrow-rotate-right{--fa:""}.fa-arrow-right-rotate{--fa:""}.fa-arrow-rotate-forward{--fa:""}.fa-redo{--fa:""}.fa-biohazard{--fa:""}.fa-location-crosshairs{--fa:""}.fa-location{--fa:""}.fa-mars-double{--fa:""}.fa-child-dress{--fa:""}.fa-users-between-lines{--fa:""}.fa-lungs-virus{--fa:""}.fa-face-grin-tears{--fa:""}.fa-grin-tears{--fa:""}.fa-phone{--fa:""}.fa-calendar-xmark{--fa:""}.fa-calendar-times{--fa:""}.fa-child-reaching{--fa:""}.fa-head-side-virus{--fa:""}.fa-user-gear{--fa:""}.fa-user-cog{--fa:""}.fa-arrow-up-1-9{--fa:""}.fa-sort-numeric-up{--fa:""}.fa-door-closed{--fa:""}.fa-shield-virus{--fa:""}.fa-dice-six{--fa:""}.fa-mosquito-net{--fa:""}.fa-file-fragment{--fa:""}.fa-bridge-water{--fa:""}.fa-person-booth{--fa:""}.fa-text-width{--fa:""}.fa-hat-wizard{--fa:""}.fa-pen-fancy{--fa:""}.fa-person-digging{--fa:""}.fa-digging{--fa:""}.fa-trash{--fa:""}.fa-gauge-simple{--fa:""}.fa-gauge-simple-med{--fa:""}.fa-tachometer-average{--fa:""}.fa-book-medical{--fa:""}.fa-poo{--fa:""}.fa-quote-right{--fa:""}.fa-quote-right-alt{--fa:""}.fa-shirt{--fa:""}.fa-t-shirt{--fa:""}.fa-tshirt{--fa:""}.fa-cubes{--fa:""}.fa-divide{--fa:""}.fa-tenge-sign{--fa:""}.fa-tenge{--fa:""}.fa-headphones{--fa:""}.fa-hands-holding{--fa:""}.fa-hands-clapping{--fa:""}.fa-republican{--fa:""}.fa-arrow-left{--fa:""}.fa-person-circle-xmark{--fa:""}.fa-ruler{--fa:""}.fa-align-left{--fa:""}.fa-dice-d6{--fa:""}.fa-restroom{--fa:""}.fa-j{--fa:"J"}.fa-users-viewfinder{--fa:""}.fa-file-video{--fa:""}.fa-up-right-from-square{--fa:""}.fa-external-link-alt{--fa:""}.fa-table-cells{--fa:""}.fa-th{--fa:""}.fa-file-pdf{--fa:""}.fa-book-bible{--fa:""}.fa-bible{--fa:""}.fa-o{--fa:"O"}.fa-suitcase-medical{--fa:""}.fa-medkit{--fa:""}.fa-user-secret{--fa:""}.fa-otter{--fa:""}.fa-person-dress{--fa:""}.fa-female{--fa:""}.fa-comment-dollar{--fa:""}.fa-business-time{--fa:""}.fa-briefcase-clock{--fa:""}.fa-table-cells-large{--fa:""}.fa-th-large{--fa:""}.fa-book-tanakh{--fa:""}.fa-tanakh{--fa:""}.fa-phone-volume{--fa:""}.fa-volume-control-phone{--fa:""}.fa-hat-cowboy-side{--fa:""}.fa-clipboard-user{--fa:""}.fa-child{--fa:""}.fa-lira-sign{--fa:""}.fa-satellite{--fa:""}.fa-plane-lock{--fa:""}.fa-tag{--fa:""}.fa-comment{--fa:""}.fa-cake-candles{--fa:""}.fa-birthday-cake{--fa:""}.fa-cake{--fa:""}.fa-envelope{--fa:""}.fa-angles-up{--fa:""}.fa-angle-double-up{--fa:""}.fa-paperclip{--fa:""}.fa-arrow-right-to-city{--fa:""}.fa-ribbon{--fa:""}.fa-lungs{--fa:""}.fa-arrow-up-9-1{--fa:""}.fa-sort-numeric-up-alt{--fa:""}.fa-litecoin-sign{--fa:""}.fa-border-none{--fa:""}.fa-circle-nodes{--fa:""}.fa-parachute-box{--fa:""}.fa-indent{--fa:""}.fa-truck-field-un{--fa:""}.fa-hourglass{--fa:""}.fa-hourglass-empty{--fa:""}.fa-mountain{--fa:""}.fa-user-doctor{--fa:""}.fa-user-md{--fa:""}.fa-circle-info{--fa:""}.fa-info-circle{--fa:""}.fa-cloud-meatball{--fa:""}.fa-camera{--fa:""}.fa-camera-alt{--fa:""}.fa-square-virus{--fa:""}.fa-meteor{--fa:""}.fa-car-on{--fa:""}.fa-sleigh{--fa:""}.fa-arrow-down-1-9{--fa:""}.fa-sort-numeric-asc{--fa:""}.fa-sort-numeric-down{--fa:""}.fa-hand-holding-droplet{--fa:""}.fa-hand-holding-water{--fa:""}.fa-water{--fa:""}.fa-calendar-check{--fa:""}.fa-braille{--fa:""}.fa-prescription-bottle-medical{--fa:""}.fa-prescription-bottle-alt{--fa:""}.fa-landmark{--fa:""}.fa-truck{--fa:""}.fa-crosshairs{--fa:""}.fa-person-cane{--fa:""}.fa-tent{--fa:""}.fa-vest-patches{--fa:""}.fa-check-double{--fa:""}.fa-arrow-down-a-z{--fa:""}.fa-sort-alpha-asc{--fa:""}.fa-sort-alpha-down{--fa:""}.fa-money-bill-wheat{--fa:""}.fa-cookie{--fa:""}.fa-arrow-rotate-left{--fa:""}.fa-arrow-left-rotate{--fa:""}.fa-arrow-rotate-back{--fa:""}.fa-arrow-rotate-backward{--fa:""}.fa-undo{--fa:""}.fa-hard-drive{--fa:""}.fa-hdd{--fa:""}.fa-face-grin-squint-tears{--fa:""}.fa-grin-squint-tears{--fa:""}.fa-dumbbell{--fa:""}.fa-rectangle-list{--fa:""}.fa-list-alt{--fa:""}.fa-tarp-droplet{--fa:""}.fa-house-medical-circle-check{--fa:""}.fa-person-skiing-nordic{--fa:""}.fa-skiing-nordic{--fa:""}.fa-calendar-plus{--fa:""}.fa-plane-arrival{--fa:""}.fa-circle-left{--fa:""}.fa-arrow-alt-circle-left{--fa:""}.fa-train-subway{--fa:""}.fa-subway{--fa:""}.fa-chart-gantt{--fa:""}.fa-indian-rupee-sign{--fa:""}.fa-indian-rupee{--fa:""}.fa-inr{--fa:""}.fa-crop-simple{--fa:""}.fa-crop-alt{--fa:""}.fa-money-bill-1{--fa:""}.fa-money-bill-alt{--fa:""}.fa-left-long{--fa:""}.fa-long-arrow-alt-left{--fa:""}.fa-dna{--fa:""}.fa-virus-slash{--fa:""}.fa-minus{--fa:""}.fa-subtract{--fa:""}.fa-chess{--fa:""}.fa-arrow-left-long{--fa:""}.fa-long-arrow-left{--fa:""}.fa-plug-circle-check{--fa:""}.fa-street-view{--fa:""}.fa-franc-sign{--fa:""}.fa-volume-off{--fa:""}.fa-hands-asl-interpreting{--fa:""}.fa-american-sign-language-interpreting{--fa:""}.fa-asl-interpreting{--fa:""}.fa-hands-american-sign-language-interpreting{--fa:""}.fa-gear{--fa:""}.fa-cog{--fa:""}.fa-droplet-slash{--fa:""}.fa-tint-slash{--fa:""}.fa-mosque{--fa:""}.fa-mosquito{--fa:""}.fa-star-of-david{--fa:""}.fa-person-military-rifle{--fa:""}.fa-cart-shopping{--fa:""}.fa-shopping-cart{--fa:""}.fa-vials{--fa:""}.fa-plug-circle-plus{--fa:""}.fa-place-of-worship{--fa:""}.fa-grip-vertical{--fa:""}.fa-hexagon-nodes{--fa:""}.fa-arrow-turn-up{--fa:""}.fa-level-up{--fa:""}.fa-u{--fa:"U"}.fa-square-root-variable{--fa:""}.fa-square-root-alt{--fa:""}.fa-clock{--fa:""}.fa-clock-four{--fa:""}.fa-backward-step{--fa:""}.fa-step-backward{--fa:""}.fa-pallet{--fa:""}.fa-faucet{--fa:""}.fa-baseball-bat-ball{--fa:""}.fa-s{--fa:"S"}.fa-timeline{--fa:""}.fa-keyboard{--fa:""}.fa-caret-down{--fa:""}.fa-house-chimney-medical{--fa:""}.fa-clinic-medical{--fa:""}.fa-temperature-three-quarters{--fa:""}.fa-temperature-3{--fa:""}.fa-thermometer-3{--fa:""}.fa-thermometer-three-quarters{--fa:""}.fa-mobile-screen{--fa:""}.fa-mobile-android-alt{--fa:""}.fa-plane-up{--fa:""}.fa-piggy-bank{--fa:""}.fa-battery-half{--fa:""}.fa-battery-3{--fa:""}.fa-mountain-city{--fa:""}.fa-coins{--fa:""}.fa-khanda{--fa:""}.fa-sliders{--fa:""}.fa-sliders-h{--fa:""}.fa-folder-tree{--fa:""}.fa-network-wired{--fa:""}.fa-map-pin{--fa:""}.fa-hamsa{--fa:""}.fa-cent-sign{--fa:""}.fa-flask{--fa:""}.fa-person-pregnant{--fa:""}.fa-wand-sparkles{--fa:""}.fa-ellipsis-vertical{--fa:""}.fa-ellipsis-v{--fa:""}.fa-ticket{--fa:""}.fa-power-off{--fa:""}.fa-right-long{--fa:""}.fa-long-arrow-alt-right{--fa:""}.fa-flag-usa{--fa:""}.fa-laptop-file{--fa:""}.fa-tty{--fa:""}.fa-teletype{--fa:""}.fa-diagram-next{--fa:""}.fa-person-rifle{--fa:""}.fa-house-medical-circle-exclamation{--fa:""}.fa-closed-captioning{--fa:""}.fa-person-hiking{--fa:""}.fa-hiking{--fa:""}.fa-venus-double{--fa:""}.fa-images{--fa:""}.fa-calculator{--fa:""}.fa-people-pulling{--fa:""}.fa-n{--fa:"N"}.fa-cable-car{--fa:""}.fa-tram{--fa:""}.fa-cloud-rain{--fa:""}.fa-building-circle-xmark{--fa:""}.fa-ship{--fa:""}.fa-arrows-down-to-line{--fa:""}.fa-download{--fa:""}.fa-face-grin{--fa:""}.fa-grin{--fa:""}.fa-delete-left{--fa:""}.fa-backspace{--fa:""}.fa-eye-dropper{--fa:""}.fa-eye-dropper-empty{--fa:""}.fa-eyedropper{--fa:""}.fa-file-circle-check{--fa:""}.fa-forward{--fa:""}.fa-mobile{--fa:""}.fa-mobile-android{--fa:""}.fa-mobile-phone{--fa:""}.fa-face-meh{--fa:""}.fa-meh{--fa:""}.fa-align-center{--fa:""}.fa-book-skull{--fa:""}.fa-book-dead{--fa:""}.fa-id-card{--fa:""}.fa-drivers-license{--fa:""}.fa-outdent{--fa:""}.fa-dedent{--fa:""}.fa-heart-circle-exclamation{--fa:""}.fa-house{--fa:""}.fa-home{--fa:""}.fa-home-alt{--fa:""}.fa-home-lg-alt{--fa:""}.fa-calendar-week{--fa:""}.fa-laptop-medical{--fa:""}.fa-b{--fa:"B"}.fa-file-medical{--fa:""}.fa-dice-one{--fa:""}.fa-kiwi-bird{--fa:""}.fa-arrow-right-arrow-left{--fa:""}.fa-exchange{--fa:""}.fa-rotate-right{--fa:""}.fa-redo-alt{--fa:""}.fa-rotate-forward{--fa:""}.fa-utensils{--fa:""}.fa-cutlery{--fa:""}.fa-arrow-up-wide-short{--fa:""}.fa-sort-amount-up{--fa:""}.fa-mill-sign{--fa:""}.fa-bowl-rice{--fa:""}.fa-skull{--fa:""}.fa-tower-broadcast{--fa:""}.fa-broadcast-tower{--fa:""}.fa-truck-pickup{--fa:""}.fa-up-long{--fa:""}.fa-long-arrow-alt-up{--fa:""}.fa-stop{--fa:""}.fa-code-merge{--fa:""}.fa-upload{--fa:""}.fa-hurricane{--fa:""}.fa-mound{--fa:""}.fa-toilet-portable{--fa:""}.fa-compact-disc{--fa:""}.fa-file-arrow-down{--fa:""}.fa-file-download{--fa:""}.fa-caravan{--fa:""}.fa-shield-cat{--fa:""}.fa-bolt{--fa:""}.fa-zap{--fa:""}.fa-glass-water{--fa:""}.fa-oil-well{--fa:""}.fa-vault{--fa:""}.fa-mars{--fa:""}.fa-toilet{--fa:""}.fa-plane-circle-xmark{--fa:""}.fa-yen-sign{--fa:""}.fa-cny{--fa:""}.fa-jpy{--fa:""}.fa-rmb{--fa:""}.fa-yen{--fa:""}.fa-ruble-sign{--fa:""}.fa-rouble{--fa:""}.fa-rub{--fa:""}.fa-ruble{--fa:""}.fa-sun{--fa:""}.fa-guitar{--fa:""}.fa-face-laugh-wink{--fa:""}.fa-laugh-wink{--fa:""}.fa-horse-head{--fa:""}.fa-bore-hole{--fa:""}.fa-industry{--fa:""}.fa-circle-down{--fa:""}.fa-arrow-alt-circle-down{--fa:""}.fa-arrows-turn-to-dots{--fa:""}.fa-florin-sign{--fa:""}.fa-arrow-down-short-wide{--fa:""}.fa-sort-amount-desc{--fa:""}.fa-sort-amount-down-alt{--fa:""}.fa-less-than{--fa:"\<"}.fa-angle-down{--fa:""}.fa-car-tunnel{--fa:""}.fa-head-side-cough{--fa:""}.fa-grip-lines{--fa:""}.fa-thumbs-down{--fa:""}.fa-user-lock{--fa:""}.fa-arrow-right-long{--fa:""}.fa-long-arrow-right{--fa:""}.fa-anchor-circle-xmark{--fa:""}.fa-ellipsis{--fa:""}.fa-ellipsis-h{--fa:""}.fa-chess-pawn{--fa:""}.fa-kit-medical{--fa:""}.fa-first-aid{--fa:""}.fa-person-through-window{--fa:""}.fa-toolbox{--fa:""}.fa-hands-holding-circle{--fa:""}.fa-bug{--fa:""}.fa-credit-card{--fa:""}.fa-credit-card-alt{--fa:""}.fa-car{--fa:""}.fa-automobile{--fa:""}.fa-hand-holding-hand{--fa:""}.fa-book-open-reader{--fa:""}.fa-book-reader{--fa:""}.fa-mountain-sun{--fa:""}.fa-arrows-left-right-to-line{--fa:""}.fa-dice-d20{--fa:""}.fa-truck-droplet{--fa:""}.fa-file-circle-xmark{--fa:""}.fa-temperature-arrow-up{--fa:""}.fa-temperature-up{--fa:""}.fa-medal{--fa:""}.fa-bed{--fa:""}.fa-square-h{--fa:""}.fa-h-square{--fa:""}.fa-podcast{--fa:""}.fa-temperature-full{--fa:""}.fa-temperature-4{--fa:""}.fa-thermometer-4{--fa:""}.fa-thermometer-full{--fa:""}.fa-bell{--fa:""}.fa-superscript{--fa:""}.fa-plug-circle-xmark{--fa:""}.fa-star-of-life{--fa:""}.fa-phone-slash{--fa:""}.fa-paint-roller{--fa:""}.fa-handshake-angle{--fa:""}.fa-hands-helping{--fa:""}.fa-location-dot{--fa:""}.fa-map-marker-alt{--fa:""}.fa-file{--fa:""}.fa-greater-than{--fa:"\>"}.fa-person-swimming{--fa:""}.fa-swimmer{--fa:""}.fa-arrow-down{--fa:""}.fa-droplet{--fa:""}.fa-tint{--fa:""}.fa-eraser{--fa:""}.fa-earth-americas{--fa:""}.fa-earth{--fa:""}.fa-earth-america{--fa:""}.fa-globe-americas{--fa:""}.fa-person-burst{--fa:""}.fa-dove{--fa:""}.fa-battery-empty{--fa:""}.fa-battery-0{--fa:""}.fa-socks{--fa:""}.fa-inbox{--fa:""}.fa-section{--fa:""}.fa-gauge-high{--fa:""}.fa-tachometer-alt{--fa:""}.fa-tachometer-alt-fast{--fa:""}.fa-envelope-open-text{--fa:""}.fa-hospital{--fa:""}.fa-hospital-alt{--fa:""}.fa-hospital-wide{--fa:""}.fa-wine-bottle{--fa:""}.fa-chess-rook{--fa:""}.fa-bars-staggered{--fa:""}.fa-reorder{--fa:""}.fa-stream{--fa:""}.fa-dharmachakra{--fa:""}.fa-hotdog{--fa:""}.fa-person-walking-with-cane{--fa:""}.fa-blind{--fa:""}.fa-drum{--fa:""}.fa-ice-cream{--fa:""}.fa-heart-circle-bolt{--fa:""}.fa-fax{--fa:""}.fa-paragraph{--fa:""}.fa-check-to-slot{--fa:""}.fa-vote-yea{--fa:""}.fa-star-half{--fa:""}.fa-boxes-stacked{--fa:""}.fa-boxes{--fa:""}.fa-boxes-alt{--fa:""}.fa-link{--fa:""}.fa-chain{--fa:""}.fa-ear-listen{--fa:""}.fa-assistive-listening-systems{--fa:""}.fa-tree-city{--fa:""}.fa-play{--fa:""}.fa-font{--fa:""}.fa-table-cells-row-lock{--fa:""}.fa-rupiah-sign{--fa:""}.fa-magnifying-glass{--fa:""}.fa-search{--fa:""}.fa-table-tennis-paddle-ball{--fa:""}.fa-ping-pong-paddle-ball{--fa:""}.fa-table-tennis{--fa:""}.fa-person-dots-from-line{--fa:""}.fa-diagnoses{--fa:""}.fa-trash-can-arrow-up{--fa:""}.fa-trash-restore-alt{--fa:""}.fa-naira-sign{--fa:""}.fa-cart-arrow-down{--fa:""}.fa-walkie-talkie{--fa:""}.fa-file-pen{--fa:""}.fa-file-edit{--fa:""}.fa-receipt{--fa:""}.fa-square-pen{--fa:""}.fa-pen-square{--fa:""}.fa-pencil-square{--fa:""}.fa-suitcase-rolling{--fa:""}.fa-person-circle-exclamation{--fa:""}.fa-chevron-down{--fa:""}.fa-battery-full{--fa:""}.fa-battery{--fa:""}.fa-battery-5{--fa:""}.fa-skull-crossbones{--fa:""}.fa-code-compare{--fa:""}.fa-list-ul{--fa:""}.fa-list-dots{--fa:""}.fa-school-lock{--fa:""}.fa-tower-cell{--fa:""}.fa-down-long{--fa:""}.fa-long-arrow-alt-down{--fa:""}.fa-ranking-star{--fa:""}.fa-chess-king{--fa:""}.fa-person-harassing{--fa:""}.fa-brazilian-real-sign{--fa:""}.fa-landmark-dome{--fa:""}.fa-landmark-alt{--fa:""}.fa-arrow-up{--fa:""}.fa-tv{--fa:""}.fa-television{--fa:""}.fa-tv-alt{--fa:""}.fa-shrimp{--fa:""}.fa-list-check{--fa:""}.fa-tasks{--fa:""}.fa-jug-detergent{--fa:""}.fa-circle-user{--fa:""}.fa-user-circle{--fa:""}.fa-user-shield{--fa:""}.fa-wind{--fa:""}.fa-car-burst{--fa:""}.fa-car-crash{--fa:""}.fa-y{--fa:"Y"}.fa-person-snowboarding{--fa:""}.fa-snowboarding{--fa:""}.fa-truck-fast{--fa:""}.fa-shipping-fast{--fa:""}.fa-fish{--fa:""}.fa-user-graduate{--fa:""}.fa-circle-half-stroke{--fa:""}.fa-adjust{--fa:""}.fa-clapperboard{--fa:""}.fa-circle-radiation{--fa:""}.fa-radiation-alt{--fa:""}.fa-baseball{--fa:""}.fa-baseball-ball{--fa:""}.fa-jet-fighter-up{--fa:""}.fa-diagram-project{--fa:""}.fa-project-diagram{--fa:""}.fa-copy{--fa:""}.fa-volume-xmark{--fa:""}.fa-volume-mute{--fa:""}.fa-volume-times{--fa:""}.fa-hand-sparkles{--fa:""}.fa-grip{--fa:""}.fa-grip-horizontal{--fa:""}.fa-share-from-square{--fa:""}.fa-share-square{--fa:""}.fa-child-combatant{--fa:""}.fa-child-rifle{--fa:""}.fa-gun{--fa:""}.fa-square-phone{--fa:""}.fa-phone-square{--fa:""}.fa-plus{--fa:"\+"}.fa-add{--fa:"\+"}.fa-expand{--fa:""}.fa-computer{--fa:""}.fa-xmark{--fa:""}.fa-close{--fa:""}.fa-multiply{--fa:""}.fa-remove{--fa:""}.fa-times{--fa:""}.fa-arrows-up-down-left-right{--fa:""}.fa-arrows{--fa:""}.fa-chalkboard-user{--fa:""}.fa-chalkboard-teacher{--fa:""}.fa-peso-sign{--fa:""}.fa-building-shield{--fa:""}.fa-baby{--fa:""}.fa-users-line{--fa:""}.fa-quote-left{--fa:""}.fa-quote-left-alt{--fa:""}.fa-tractor{--fa:""}.fa-trash-arrow-up{--fa:""}.fa-trash-restore{--fa:""}.fa-arrow-down-up-lock{--fa:""}.fa-lines-leaning{--fa:""}.fa-ruler-combined{--fa:""}.fa-copyright{--fa:""}.fa-equals{--fa:"\="}.fa-blender{--fa:""}.fa-teeth{--fa:""}.fa-shekel-sign{--fa:""}.fa-ils{--fa:""}.fa-shekel{--fa:""}.fa-sheqel{--fa:""}.fa-sheqel-sign{--fa:""}.fa-map{--fa:""}.fa-rocket{--fa:""}.fa-photo-film{--fa:""}.fa-photo-video{--fa:""}.fa-folder-minus{--fa:""}.fa-hexagon-nodes-bolt{--fa:""}.fa-store{--fa:""}.fa-arrow-trend-up{--fa:""}.fa-plug-circle-minus{--fa:""}.fa-sign-hanging{--fa:""}.fa-sign{--fa:""}.fa-bezier-curve{--fa:""}.fa-bell-slash{--fa:""}.fa-tablet{--fa:""}.fa-tablet-android{--fa:""}.fa-school-flag{--fa:""}.fa-fill{--fa:""}.fa-angle-up{--fa:""}.fa-drumstick-bite{--fa:""}.fa-holly-berry{--fa:""}.fa-chevron-left{--fa:""}.fa-bacteria{--fa:""}.fa-hand-lizard{--fa:""}.fa-notdef{--fa:""}.fa-disease{--fa:""}.fa-briefcase-medical{--fa:""}.fa-genderless{--fa:""}.fa-chevron-right{--fa:""}.fa-retweet{--fa:""}.fa-car-rear{--fa:""}.fa-car-alt{--fa:""}.fa-pump-soap{--fa:""}.fa-video-slash{--fa:""}.fa-battery-quarter{--fa:""}.fa-battery-2{--fa:""}.fa-radio{--fa:""}.fa-baby-carriage{--fa:""}.fa-carriage-baby{--fa:""}.fa-traffic-light{--fa:""}.fa-thermometer{--fa:""}.fa-vr-cardboard{--fa:""}.fa-hand-middle-finger{--fa:""}.fa-percent{--fa:"\%"}.fa-percentage{--fa:"\%"}.fa-truck-moving{--fa:""}.fa-glass-water-droplet{--fa:""}.fa-display{--fa:""}.fa-face-smile{--fa:""}.fa-smile{--fa:""}.fa-thumbtack{--fa:""}.fa-thumb-tack{--fa:""}.fa-trophy{--fa:""}.fa-person-praying{--fa:""}.fa-pray{--fa:""}.fa-hammer{--fa:""}.fa-hand-peace{--fa:""}.fa-rotate{--fa:""}.fa-sync-alt{--fa:""}.fa-spinner{--fa:""}.fa-robot{--fa:""}.fa-peace{--fa:""}.fa-gears{--fa:""}.fa-cogs{--fa:""}.fa-warehouse{--fa:""}.fa-arrow-up-right-dots{--fa:""}.fa-splotch{--fa:""}.fa-face-grin-hearts{--fa:""}.fa-grin-hearts{--fa:""}.fa-dice-four{--fa:""}.fa-sim-card{--fa:""}.fa-transgender{--fa:""}.fa-transgender-alt{--fa:""}.fa-mercury{--fa:""}.fa-arrow-turn-down{--fa:""}.fa-level-down{--fa:""}.fa-person-falling-burst{--fa:""}.fa-award{--fa:""}.fa-ticket-simple{--fa:""}.fa-ticket-alt{--fa:""}.fa-building{--fa:""}.fa-angles-left{--fa:""}.fa-angle-double-left{--fa:""}.fa-qrcode{--fa:""}.fa-clock-rotate-left{--fa:""}.fa-history{--fa:""}.fa-face-grin-beam-sweat{--fa:""}.fa-grin-beam-sweat{--fa:""}.fa-file-export{--fa:""}.fa-arrow-right-from-file{--fa:""}.fa-shield{--fa:""}.fa-shield-blank{--fa:""}.fa-arrow-up-short-wide{--fa:""}.fa-sort-amount-up-alt{--fa:""}.fa-comment-nodes{--fa:""}.fa-house-medical{--fa:""}.fa-golf-ball-tee{--fa:""}.fa-golf-ball{--fa:""}.fa-circle-chevron-left{--fa:""}.fa-chevron-circle-left{--fa:""}.fa-house-chimney-window{--fa:""}.fa-pen-nib{--fa:""}.fa-tent-arrow-turn-left{--fa:""}.fa-tents{--fa:""}.fa-wand-magic{--fa:""}.fa-magic{--fa:""}.fa-dog{--fa:""}.fa-carrot{--fa:""}.fa-moon{--fa:""}.fa-wine-glass-empty{--fa:""}.fa-wine-glass-alt{--fa:""}.fa-cheese{--fa:""}.fa-yin-yang{--fa:""}.fa-music{--fa:""}.fa-code-commit{--fa:""}.fa-temperature-low{--fa:""}.fa-person-biking{--fa:""}.fa-biking{--fa:""}.fa-broom{--fa:""}.fa-shield-heart{--fa:""}.fa-gopuram{--fa:""}.fa-earth-oceania{--fa:""}.fa-globe-oceania{--fa:""}.fa-square-xmark{--fa:""}.fa-times-square{--fa:""}.fa-xmark-square{--fa:""}.fa-hashtag{--fa:"\#"}.fa-up-right-and-down-left-from-center{--fa:""}.fa-expand-alt{--fa:""}.fa-oil-can{--fa:""}.fa-t{--fa:"T"}.fa-hippo{--fa:""}.fa-chart-column{--fa:""}.fa-infinity{--fa:""}.fa-vial-circle-check{--fa:""}.fa-person-arrow-down-to-line{--fa:""}.fa-voicemail{--fa:""}.fa-fan{--fa:""}.fa-person-walking-luggage{--fa:""}.fa-up-down{--fa:""}.fa-arrows-alt-v{--fa:""}.fa-cloud-moon-rain{--fa:""}.fa-calendar{--fa:""}.fa-trailer{--fa:""}.fa-bahai{--fa:""}.fa-haykal{--fa:""}.fa-sd-card{--fa:""}.fa-dragon{--fa:""}.fa-shoe-prints{--fa:""}.fa-circle-plus{--fa:""}.fa-plus-circle{--fa:""}.fa-face-grin-tongue-wink{--fa:""}.fa-grin-tongue-wink{--fa:""}.fa-hand-holding{--fa:""}.fa-plug-circle-exclamation{--fa:""}.fa-link-slash{--fa:""}.fa-chain-broken{--fa:""}.fa-chain-slash{--fa:""}.fa-unlink{--fa:""}.fa-clone{--fa:""}.fa-person-walking-arrow-loop-left{--fa:""}.fa-arrow-up-z-a{--fa:""}.fa-sort-alpha-up-alt{--fa:""}.fa-fire-flame-curved{--fa:""}.fa-fire-alt{--fa:""}.fa-tornado{--fa:""}.fa-file-circle-plus{--fa:""}.fa-book-quran{--fa:""}.fa-quran{--fa:""}.fa-anchor{--fa:""}.fa-border-all{--fa:""}.fa-face-angry{--fa:""}.fa-angry{--fa:""}.fa-cookie-bite{--fa:""}.fa-arrow-trend-down{--fa:""}.fa-rss{--fa:""}.fa-feed{--fa:""}.fa-draw-polygon{--fa:""}.fa-scale-balanced{--fa:""}.fa-balance-scale{--fa:""}.fa-gauge-simple-high{--fa:""}.fa-tachometer{--fa:""}.fa-tachometer-fast{--fa:""}.fa-shower{--fa:""}.fa-desktop{--fa:""}.fa-desktop-alt{--fa:""}.fa-m{--fa:"M"}.fa-table-list{--fa:""}.fa-th-list{--fa:""}.fa-comment-sms{--fa:""}.fa-sms{--fa:""}.fa-book{--fa:""}.fa-user-plus{--fa:""}.fa-check{--fa:""}.fa-battery-three-quarters{--fa:""}.fa-battery-4{--fa:""}.fa-house-circle-check{--fa:""}.fa-angle-left{--fa:""}.fa-diagram-successor{--fa:""}.fa-truck-arrow-right{--fa:""}.fa-arrows-split-up-and-left{--fa:""}.fa-hand-fist{--fa:""}.fa-fist-raised{--fa:""}.fa-cloud-moon{--fa:""}.fa-briefcase{--fa:""}.fa-person-falling{--fa:""}.fa-image-portrait{--fa:""}.fa-portrait{--fa:""}.fa-user-tag{--fa:""}.fa-rug{--fa:""}.fa-earth-europe{--fa:""}.fa-globe-europe{--fa:""}.fa-cart-flatbed-suitcase{--fa:""}.fa-luggage-cart{--fa:""}.fa-rectangle-xmark{--fa:""}.fa-rectangle-times{--fa:""}.fa-times-rectangle{--fa:""}.fa-window-close{--fa:""}.fa-baht-sign{--fa:""}.fa-book-open{--fa:""}.fa-book-journal-whills{--fa:""}.fa-journal-whills{--fa:""}.fa-handcuffs{--fa:""}.fa-triangle-exclamation{--fa:""}.fa-exclamation-triangle{--fa:""}.fa-warning{--fa:""}.fa-database{--fa:""}.fa-share{--fa:""}.fa-mail-forward{--fa:""}.fa-bottle-droplet{--fa:""}.fa-mask-face{--fa:""}.fa-hill-rockslide{--fa:""}.fa-right-left{--fa:""}.fa-exchange-alt{--fa:""}.fa-paper-plane{--fa:""}.fa-road-circle-exclamation{--fa:""}.fa-dungeon{--fa:""}.fa-align-right{--fa:""}.fa-money-bill-1-wave{--fa:""}.fa-money-bill-wave-alt{--fa:""}.fa-life-ring{--fa:""}.fa-hands{--fa:""}.fa-sign-language{--fa:""}.fa-signing{--fa:""}.fa-calendar-day{--fa:""}.fa-water-ladder{--fa:""}.fa-ladder-water{--fa:""}.fa-swimming-pool{--fa:""}.fa-arrows-up-down{--fa:""}.fa-arrows-v{--fa:""}.fa-face-grimace{--fa:""}.fa-grimace{--fa:""}.fa-wheelchair-move{--fa:""}.fa-wheelchair-alt{--fa:""}.fa-turn-down{--fa:""}.fa-level-down-alt{--fa:""}.fa-person-walking-arrow-right{--fa:""}.fa-square-envelope{--fa:""}.fa-envelope-square{--fa:""}.fa-dice{--fa:""}.fa-bowling-ball{--fa:""}.fa-brain{--fa:""}.fa-bandage{--fa:""}.fa-band-aid{--fa:""}.fa-calendar-minus{--fa:""}.fa-circle-xmark{--fa:""}.fa-times-circle{--fa:""}.fa-xmark-circle{--fa:""}.fa-gifts{--fa:""}.fa-hotel{--fa:""}.fa-earth-asia{--fa:""}.fa-globe-asia{--fa:""}.fa-id-card-clip{--fa:""}.fa-id-card-alt{--fa:""}.fa-magnifying-glass-plus{--fa:""}.fa-search-plus{--fa:""}.fa-thumbs-up{--fa:""}.fa-user-clock{--fa:""}.fa-hand-dots{--fa:""}.fa-allergies{--fa:""}.fa-file-invoice{--fa:""}.fa-window-minimize{--fa:""}.fa-mug-saucer{--fa:""}.fa-coffee{--fa:""}.fa-brush{--fa:""}.fa-file-half-dashed{--fa:""}.fa-mask{--fa:""}.fa-magnifying-glass-minus{--fa:""}.fa-search-minus{--fa:""}.fa-ruler-vertical{--fa:""}.fa-user-large{--fa:""}.fa-user-alt{--fa:""}.fa-train-tram{--fa:""}.fa-user-nurse{--fa:""}.fa-syringe{--fa:""}.fa-cloud-sun{--fa:""}.fa-stopwatch-20{--fa:""}.fa-square-full{--fa:""}.fa-magnet{--fa:""}.fa-jar{--fa:""}.fa-note-sticky{--fa:""}.fa-sticky-note{--fa:""}.fa-bug-slash{--fa:""}.fa-arrow-up-from-water-pump{--fa:""}.fa-bone{--fa:""}.fa-table-cells-row-unlock{--fa:""}.fa-user-injured{--fa:""}.fa-face-sad-tear{--fa:""}.fa-sad-tear{--fa:""}.fa-plane{--fa:""}.fa-tent-arrows-down{--fa:""}.fa-exclamation{--fa:"\!"}.fa-arrows-spin{--fa:""}.fa-print{--fa:""}.fa-turkish-lira-sign{--fa:""}.fa-try{--fa:""}.fa-turkish-lira{--fa:""}.fa-dollar-sign{--fa:"\$"}.fa-dollar{--fa:"\$"}.fa-usd{--fa:"\$"}.fa-x{--fa:"X"}.fa-magnifying-glass-dollar{--fa:""}.fa-search-dollar{--fa:""}.fa-users-gear{--fa:""}.fa-users-cog{--fa:""}.fa-person-military-pointing{--fa:""}.fa-building-columns{--fa:""}.fa-bank{--fa:""}.fa-institution{--fa:""}.fa-museum{--fa:""}.fa-university{--fa:""}.fa-umbrella{--fa:""}.fa-trowel{--fa:""}.fa-d{--fa:"D"}.fa-stapler{--fa:""}.fa-masks-theater{--fa:""}.fa-theater-masks{--fa:""}.fa-kip-sign{--fa:""}.fa-hand-point-left{--fa:""}.fa-handshake-simple{--fa:""}.fa-handshake-alt{--fa:""}.fa-jet-fighter{--fa:""}.fa-fighter-jet{--fa:""}.fa-square-share-nodes{--fa:""}.fa-share-alt-square{--fa:""}.fa-barcode{--fa:""}.fa-plus-minus{--fa:""}.fa-video{--fa:""}.fa-video-camera{--fa:""}.fa-graduation-cap{--fa:""}.fa-mortar-board{--fa:""}.fa-hand-holding-medical{--fa:""}.fa-person-circle-check{--fa:""}.fa-turn-up{--fa:""}.fa-level-up-alt{--fa:""}.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}/*!
 * Font Awesome Free 6.7.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.
 */:root,:host{--fa-style-family-classic: "Font Awesome 6 Free";--fa-font-solid: normal 900 1em/1 "Font Awesome 6 Free"}@font-face{font-family:"Font Awesome 6 Free";font-style:normal;font-weight:900;font-display:block;src:url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.0/webfonts//fa-solid-900.woff2") format("woff2"),url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.0/webfonts//fa-solid-900.ttf") format("truetype")}.fas,.fa-solid{font-weight:900}/*!
 * Font Awesome Free 6.7.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.fa-glass{--fa:""}.fa.fa-envelope-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-envelope-o{--fa:""}.fa.fa-star-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-star-o{--fa:""}.fa.fa-remove{--fa:""}.fa.fa-close{--fa:""}.fa.fa-gear{--fa:""}.fa.fa-trash-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-trash-o{--fa:""}.fa.fa-home{--fa:""}.fa.fa-file-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-file-o{--fa:""}.fa.fa-clock-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-clock-o{--fa:""}.fa.fa-arrow-circle-o-down{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-arrow-circle-o-down{--fa:""}.fa.fa-arrow-circle-o-up{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-arrow-circle-o-up{--fa:""}.fa.fa-play-circle-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-play-circle-o{--fa:""}.fa.fa-repeat{--fa:""}.fa.fa-rotate-right{--fa:""}.fa.fa-refresh{--fa:""}.fa.fa-list-alt{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-list-alt{--fa:""}.fa.fa-dedent{--fa:""}.fa.fa-video-camera{--fa:""}.fa.fa-picture-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-picture-o{--fa:""}.fa.fa-photo{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-photo{--fa:""}.fa.fa-image{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-image{--fa:""}.fa.fa-map-marker{--fa:""}.fa.fa-pencil-square-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-pencil-square-o{--fa:""}.fa.fa-edit{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-edit{--fa:""}.fa.fa-share-square-o{--fa:""}.fa.fa-check-square-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-check-square-o{--fa:""}.fa.fa-arrows{--fa:""}.fa.fa-times-circle-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-times-circle-o{--fa:""}.fa.fa-check-circle-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-check-circle-o{--fa:""}.fa.fa-mail-forward{--fa:""}.fa.fa-expand{--fa:""}.fa.fa-compress{--fa:""}.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{--fa:""}.fa.fa-calendar{--fa:""}.fa.fa-arrows-v{--fa:""}.fa.fa-arrows-h{--fa:""}.fa.fa-bar-chart{--fa:""}.fa.fa-bar-chart-o{--fa:""}.fa.fa-twitter-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-twitter-square{--fa:""}.fa.fa-facebook-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-facebook-square{--fa:""}.fa.fa-gears{--fa:""}.fa.fa-thumbs-o-up{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-thumbs-o-up{--fa:""}.fa.fa-thumbs-o-down{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-thumbs-o-down{--fa:""}.fa.fa-heart-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-heart-o{--fa:""}.fa.fa-sign-out{--fa:""}.fa.fa-linkedin-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-linkedin-square{--fa:""}.fa.fa-thumb-tack{--fa:""}.fa.fa-external-link{--fa:""}.fa.fa-sign-in{--fa:""}.fa.fa-github-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-github-square{--fa:""}.fa.fa-lemon-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-lemon-o{--fa:""}.fa.fa-square-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-square-o{--fa:""}.fa.fa-bookmark-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-bookmark-o{--fa:""}.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{--fa:""}.fa.fa-facebook-f{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-facebook-f{--fa:""}.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{--fa:""}.fa.fa-hdd-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hdd-o{--fa:""}.fa.fa-hand-o-right{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hand-o-right{--fa:""}.fa.fa-hand-o-left{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hand-o-left{--fa:""}.fa.fa-hand-o-up{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hand-o-up{--fa:""}.fa.fa-hand-o-down{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hand-o-down{--fa:""}.fa.fa-globe{--fa:""}.fa.fa-tasks{--fa:""}.fa.fa-arrows-alt{--fa:""}.fa.fa-group{--fa:""}.fa.fa-chain{--fa:""}.fa.fa-cut{--fa:""}.fa.fa-files-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-files-o{--fa:""}.fa.fa-floppy-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-floppy-o{--fa:""}.fa.fa-save{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-save{--fa:""}.fa.fa-navicon{--fa:""}.fa.fa-reorder{--fa:""}.fa.fa-magic{--fa:""}.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{--fa:""}.fa.fa-google-plus-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-google-plus-square{--fa:""}.fa.fa-google-plus{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-google-plus{--fa:""}.fa.fa-money{--fa:""}.fa.fa-unsorted{--fa:""}.fa.fa-sort-desc{--fa:""}.fa.fa-sort-asc{--fa:""}.fa.fa-linkedin{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-linkedin{--fa:""}.fa.fa-rotate-left{--fa:""}.fa.fa-legal{--fa:""}.fa.fa-tachometer{--fa:""}.fa.fa-dashboard{--fa:""}.fa.fa-comment-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-comment-o{--fa:""}.fa.fa-comments-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-comments-o{--fa:""}.fa.fa-flash{--fa:""}.fa.fa-clipboard{--fa:""}.fa.fa-lightbulb-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-lightbulb-o{--fa:""}.fa.fa-exchange{--fa:""}.fa.fa-cloud-download{--fa:""}.fa.fa-cloud-upload{--fa:""}.fa.fa-bell-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-bell-o{--fa:""}.fa.fa-cutlery{--fa:""}.fa.fa-file-text-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-file-text-o{--fa:""}.fa.fa-building-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-building-o{--fa:""}.fa.fa-hospital-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hospital-o{--fa:""}.fa.fa-tablet{--fa:""}.fa.fa-mobile{--fa:""}.fa.fa-mobile-phone{--fa:""}.fa.fa-circle-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-circle-o{--fa:""}.fa.fa-mail-reply{--fa:""}.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{--fa:""}.fa.fa-folder-open-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-folder-open-o{--fa:""}.fa.fa-smile-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-smile-o{--fa:""}.fa.fa-frown-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-frown-o{--fa:""}.fa.fa-meh-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-meh-o{--fa:""}.fa.fa-keyboard-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-keyboard-o{--fa:""}.fa.fa-flag-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-flag-o{--fa:""}.fa.fa-mail-reply-all{--fa:""}.fa.fa-star-half-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-star-half-o{--fa:""}.fa.fa-star-half-empty{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-star-half-empty{--fa:""}.fa.fa-star-half-full{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-star-half-full{--fa:""}.fa.fa-code-fork{--fa:""}.fa.fa-chain-broken{--fa:""}.fa.fa-unlink{--fa:""}.fa.fa-calendar-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-calendar-o{--fa:""}.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{--fa:""}.fa.fa-minus-square-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-minus-square-o{--fa:""}.fa.fa-level-up{--fa:""}.fa.fa-level-down{--fa:""}.fa.fa-pencil-square{--fa:""}.fa.fa-external-link-square{--fa:""}.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{--fa:""}.fa.fa-toggle-down{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-toggle-down{--fa:""}.fa.fa-caret-square-o-up{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-caret-square-o-up{--fa:""}.fa.fa-toggle-up{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-toggle-up{--fa:""}.fa.fa-caret-square-o-right{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-caret-square-o-right{--fa:""}.fa.fa-toggle-right{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-toggle-right{--fa:""}.fa.fa-eur{--fa:""}.fa.fa-euro{--fa:""}.fa.fa-gbp{--fa:""}.fa.fa-usd{--fa:"\$"}.fa.fa-dollar{--fa:"\$"}.fa.fa-inr{--fa:""}.fa.fa-rupee{--fa:""}.fa.fa-jpy{--fa:""}.fa.fa-cny{--fa:""}.fa.fa-rmb{--fa:""}.fa.fa-yen{--fa:""}.fa.fa-rub{--fa:""}.fa.fa-ruble{--fa:""}.fa.fa-rouble{--fa:""}.fa.fa-krw{--fa:""}.fa.fa-won{--fa:""}.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{--fa:""}.fa.fa-file-text{--fa:""}.fa.fa-sort-alpha-asc{--fa:""}.fa.fa-sort-alpha-desc{--fa:""}.fa.fa-sort-amount-asc{--fa:""}.fa.fa-sort-amount-desc{--fa:""}.fa.fa-sort-numeric-asc{--fa:""}.fa.fa-sort-numeric-desc{--fa:""}.fa.fa-youtube-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-youtube-square{--fa:""}.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{--fa:""}.fa.fa-youtube-play{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-youtube-play{--fa:""}.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{--fa:""}.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{--fa:""}.fa.fa-long-arrow-down{--fa:""}.fa.fa-long-arrow-up{--fa:""}.fa.fa-long-arrow-left{--fa:""}.fa.fa-long-arrow-right{--fa:""}.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{--fa:""}.fa.fa-sun-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-sun-o{--fa:""}.fa.fa-moon-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-moon-o{--fa:""}.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{--fa:""}.fa.fa-arrow-circle-o-left{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-arrow-circle-o-left{--fa:""}.fa.fa-caret-square-o-left{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-caret-square-o-left{--fa:""}.fa.fa-toggle-left{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-toggle-left{--fa:""}.fa.fa-dot-circle-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-dot-circle-o{--fa:""}.fa.fa-vimeo-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-vimeo-square{--fa:""}.fa.fa-try{--fa:""}.fa.fa-turkish-lira{--fa:""}.fa.fa-plus-square-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-plus-square-o{--fa:""}.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{--fa:""}.fa.fa-bank{--fa:""}.fa.fa-mortar-board{--fa:""}.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{--fa:""}.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{--fa:""}.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{--fa:""}.fa.fa-automobile{--fa:""}.fa.fa-cab{--fa:""}.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{--fa:""}.fa.fa-file-word-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-file-word-o{--fa:""}.fa.fa-file-excel-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-file-excel-o{--fa:""}.fa.fa-file-powerpoint-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-file-powerpoint-o{--fa:""}.fa.fa-file-image-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-file-image-o{--fa:""}.fa.fa-file-photo-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-file-photo-o{--fa:""}.fa.fa-file-picture-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-file-picture-o{--fa:""}.fa.fa-file-archive-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-file-archive-o{--fa:""}.fa.fa-file-zip-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-file-zip-o{--fa:""}.fa.fa-file-audio-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-file-audio-o{--fa:""}.fa.fa-file-sound-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-file-sound-o{--fa:""}.fa.fa-file-video-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-file-video-o{--fa:""}.fa.fa-file-movie-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-file-movie-o{--fa:""}.fa.fa-file-code-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-file-code-o{--fa:""}.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{--fa:""}.fa.fa-life-buoy{--fa:""}.fa.fa-life-saver{--fa:""}.fa.fa-support{--fa:""}.fa.fa-circle-o-notch{--fa:""}.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{--fa:""}.fa.fa-resistance{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-resistance{--fa:""}.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{--fa:""}.fa.fa-git-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-git-square{--fa:""}.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{--fa:""}.fa.fa-yc-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-yc-square{--fa:""}.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{--fa:""}.fa.fa-send{--fa:""}.fa.fa-paper-plane-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-paper-plane-o{--fa:""}.fa.fa-send-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-send-o{--fa:""}.fa.fa-circle-thin{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-circle-thin{--fa:""}.fa.fa-header{--fa:""}.fa.fa-futbol-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-futbol-o{--fa:""}.fa.fa-soccer-ball-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-soccer-ball-o{--fa:""}.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{--fa:""}.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{--fa:""}.fa.fa-trash{--fa:""}.fa.fa-copyright{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-eyedropper{--fa:""}.fa.fa-area-chart{--fa:""}.fa.fa-pie-chart{--fa:""}.fa.fa-line-chart{--fa:""}.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{--fa:""}.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{--fa:""}.fa.fa-ils{--fa:""}.fa.fa-shekel{--fa:""}.fa.fa-sheqel{--fa:""}.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{--fa:""}.fa.fa-transgender{--fa:""}.fa.fa-intersex{--fa:""}.fa.fa-transgender-alt{--fa:""}.fa.fa-facebook-official{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-facebook-official{--fa:""}.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{--fa:""}.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{--fa:""}.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{--fa:""}.fa.fa-battery{--fa:""}.fa.fa-battery-3{--fa:""}.fa.fa-battery-2{--fa:""}.fa.fa-battery-1{--fa:""}.fa.fa-battery-0{--fa:""}.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{--fa:""}.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{--fa:""}.fa.fa-hourglass-1{--fa:""}.fa.fa-hourglass-2{--fa:""}.fa.fa-hourglass-3{--fa:""}.fa.fa-hand-rock-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hand-rock-o{--fa:""}.fa.fa-hand-grab-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hand-grab-o{--fa:""}.fa.fa-hand-paper-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hand-paper-o{--fa:""}.fa.fa-hand-stop-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hand-stop-o{--fa:""}.fa.fa-hand-scissors-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hand-scissors-o{--fa:""}.fa.fa-hand-lizard-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hand-lizard-o{--fa:""}.fa.fa-hand-spock-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hand-spock-o{--fa:""}.fa.fa-hand-pointer-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hand-pointer-o{--fa:""}.fa.fa-hand-peace-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hand-peace-o{--fa:""}.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{--fa:""}.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{--fa:""}.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{--fa:""}.fa.fa-calendar-minus-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-calendar-minus-o{--fa:""}.fa.fa-calendar-times-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-calendar-times-o{--fa:""}.fa.fa-calendar-check-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-calendar-check-o{--fa:""}.fa.fa-map-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-map-o{--fa:""}.fa.fa-commenting{--fa:""}.fa.fa-commenting-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-commenting-o{--fa:""}.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{--fa:""}.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{--fa:""}.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{--fa:""}.fa.fa-stop-circle-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-stop-circle-o{--fa:""}.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{--fa:""}.fa.fa-question-circle-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-question-circle-o{--fa:""}.fa.fa-volume-control-phone{--fa:""}.fa.fa-asl-interpreting{--fa:""}.fa.fa-deafness{--fa:""}.fa.fa-hard-of-hearing{--fa:""}.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{--fa:""}.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{--fa:""}.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{--fa:""}.fa.fa-snapchat-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-snapchat-square{--fa:""}.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{--fa:""}.fa.fa-google-plus-circle{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-google-plus-circle{--fa:""}.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{--fa:""}.fa.fa-handshake-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-handshake-o{--fa:""}.fa.fa-envelope-open-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-envelope-open-o{--fa:""}.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{--fa:""}.fa.fa-vcard{--fa:""}.fa.fa-address-card-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-address-card-o{--fa:""}.fa.fa-vcard-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-vcard-o{--fa:""}.fa.fa-user-circle-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-user-circle-o{--fa:""}.fa.fa-user-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-user-o{--fa:""}.fa.fa-id-badge{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-drivers-license{--fa:""}.fa.fa-id-card-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-id-card-o{--fa:""}.fa.fa-drivers-license-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-drivers-license-o{--fa:""}.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{--fa:""}.fa.fa-thermometer{--fa:""}.fa.fa-thermometer-3{--fa:""}.fa.fa-thermometer-2{--fa:""}.fa.fa-thermometer-1{--fa:""}.fa.fa-thermometer-0{--fa:""}.fa.fa-bathtub{--fa:""}.fa.fa-s15{--fa:""}.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{--fa:""}.fa.fa-window-close-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-window-close-o{--fa:""}.fa.fa-times-rectangle-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-times-rectangle-o{--fa:""}.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{--fa:""}.fa.fa-snowflake-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-snowflake-o{--fa:""}.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}form::before,form::after,.flex-form::before,.flex-form::after{content:" ";display:table}form::after,.flex-form::after{clear:both}form div.input,.flex-form div.input{margin-bottom:12px}form label,.flex-form label{display:inline-block;text-align:right;vertical-align:middle;width:270px;padding-right:8px}form label.checkbox,.flex-form label.checkbox{padding-left:5px;margin-left:200px;text-align:left}form label .checkbox.default,.flex-form label .checkbox.default{background:#ebffeb}@media screen and (max-width: 560px){form label,.flex-form label{display:block;text-align:left}}form label abbr,.flex-form label abbr{text-decoration:none}form .collection-wrapper,.flex-form .collection-wrapper{display:inline-block}form .collection-wrapper label,.flex-form .collection-wrapper label{width:auto}form .collection-wrapper label.checkbox,.flex-form .collection-wrapper label.checkbox{margin:0;display:block}form .collection-wrapper input.check_boxes,.flex-form .collection-wrapper input.check_boxes{margin:5px}form .field_with_errors input[type=email],form .field_with_errors input[type=number],form .field_with_errors input[type=password],form .field_with_errors input[type=search],form .field_with_errors input[type=tel],form .field_with_errors input[type=text],form .field_with_errors input[type=url],form .field_with_errors input[type=color],form .field_with_errors input[type=date],form .field_with_errors input[type=datetime],form .field_with_errors input[type=datetime-local],form .field_with_errors input[type=month],form .field_with_errors input[type=time],form .field_with_errors input[type=week],form .field_with_errors select,.flex-form .field_with_errors input[type=email],.flex-form .field_with_errors input[type=number],.flex-form .field_with_errors input[type=password],.flex-form .field_with_errors input[type=search],.flex-form .field_with_errors input[type=tel],.flex-form .field_with_errors input[type=text],.flex-form .field_with_errors input[type=url],.flex-form .field_with_errors input[type=color],.flex-form .field_with_errors input[type=date],.flex-form .field_with_errors input[type=datetime],.flex-form .field_with_errors input[type=datetime-local],.flex-form .field_with_errors input[type=month],.flex-form .field_with_errors input[type=time],.flex-form .field_with_errors input[type=week],.flex-form .field_with_errors select{border-color:rgba(149,59,57,.8)}form .field_with_errors input[type=email]:focus,form .field_with_errors input[type=number]:focus,form .field_with_errors input[type=password]:focus,form .field_with_errors input[type=search]:focus,form .field_with_errors input[type=tel]:focus,form .field_with_errors input[type=text]:focus,form .field_with_errors input[type=url]:focus,form .field_with_errors input[type=color]:focus,form .field_with_errors input[type=date]:focus,form .field_with_errors input[type=datetime]:focus,form .field_with_errors input[type=datetime-local]:focus,form .field_with_errors input[type=month]:focus,form .field_with_errors input[type=time]:focus,form .field_with_errors input[type=week]:focus,form .field_with_errors select:focus,.flex-form .field_with_errors input[type=email]:focus,.flex-form .field_with_errors input[type=number]:focus,.flex-form .field_with_errors input[type=password]:focus,.flex-form .field_with_errors input[type=search]:focus,.flex-form .field_with_errors input[type=tel]:focus,.flex-form .field_with_errors input[type=text]:focus,.flex-form .field_with_errors input[type=url]:focus,.flex-form .field_with_errors input[type=color]:focus,.flex-form .field_with_errors input[type=date]:focus,.flex-form .field_with_errors input[type=datetime]:focus,.flex-form .field_with_errors input[type=datetime-local]:focus,.flex-form .field_with_errors input[type=month]:focus,.flex-form .field_with_errors input[type=time]:focus,.flex-form .field_with_errors input[type=week]:focus,.flex-form .field_with_errors select:focus{box-shadow:inset 0 1px 2px rgba(149,59,57,.7);border-color:rgba(149,59,57,.8)}form input[type=email],form input[type=number],form input[type=password],form input[type=search],form input[type=tel],form input[type=text],form input[type=url],form input[type=color],form input[type=date],form input[type=datetime],form input[type=datetime-local],form input[type=month],form input[type=time],form input[type=week],form select,form textarea,.flex-form input[type=email],.flex-form input[type=number],.flex-form input[type=password],.flex-form input[type=search],.flex-form input[type=tel],.flex-form input[type=text],.flex-form input[type=url],.flex-form input[type=color],.flex-form input[type=date],.flex-form input[type=datetime],.flex-form input[type=datetime-local],.flex-form input[type=month],.flex-form input[type=time],.flex-form input[type=week],.flex-form select,.flex-form textarea{transition:border linear .2s,box-shadow linear .1s;outline:0;width:50%;font-size:14px;line-height:20px;padding:4px 6px;display:inline-block;vertical-align:middle;box-shadow:inset 0 1px #f5f5f5;border:1px solid #d5d5d5;background-color:#fff}form input[type=email].input-small,form input[type=number].input-small,form input[type=password].input-small,form input[type=search].input-small,form input[type=tel].input-small,form input[type=text].input-small,form input[type=url].input-small,form input[type=color].input-small,form input[type=date].input-small,form input[type=datetime].input-small,form input[type=datetime-local].input-small,form input[type=month].input-small,form input[type=time].input-small,form input[type=week].input-small,form select.input-small,form textarea.input-small,.flex-form input[type=email].input-small,.flex-form input[type=number].input-small,.flex-form input[type=password].input-small,.flex-form input[type=search].input-small,.flex-form input[type=tel].input-small,.flex-form input[type=text].input-small,.flex-form input[type=url].input-small,.flex-form input[type=color].input-small,.flex-form input[type=date].input-small,.flex-form input[type=datetime].input-small,.flex-form input[type=datetime-local].input-small,.flex-form input[type=month].input-small,.flex-form input[type=time].input-small,.flex-form input[type=week].input-small,.flex-form select.input-small,.flex-form textarea.input-small{width:25%}form input[type=email].input-tiny,form input[type=number].input-tiny,form input[type=password].input-tiny,form input[type=search].input-tiny,form input[type=tel].input-tiny,form input[type=text].input-tiny,form input[type=url].input-tiny,form input[type=color].input-tiny,form input[type=date].input-tiny,form input[type=datetime].input-tiny,form input[type=datetime-local].input-tiny,form input[type=month].input-tiny,form input[type=time].input-tiny,form input[type=week].input-tiny,form select.input-tiny,form textarea.input-tiny,.flex-form input[type=email].input-tiny,.flex-form input[type=number].input-tiny,.flex-form input[type=password].input-tiny,.flex-form input[type=search].input-tiny,.flex-form input[type=tel].input-tiny,.flex-form input[type=text].input-tiny,.flex-form input[type=url].input-tiny,.flex-form input[type=color].input-tiny,.flex-form input[type=date].input-tiny,.flex-form input[type=datetime].input-tiny,.flex-form input[type=datetime-local].input-tiny,.flex-form input[type=month].input-tiny,.flex-form input[type=time].input-tiny,.flex-form input[type=week].input-tiny,.flex-form select.input-tiny,.flex-form textarea.input-tiny{width:10%}@media screen and (max-width: 560px){form input[type=email],form input[type=number],form input[type=password],form input[type=search],form input[type=tel],form input[type=text],form input[type=url],form input[type=color],form input[type=date],form input[type=datetime],form input[type=datetime-local],form input[type=month],form input[type=time],form input[type=week],form select,form textarea,.flex-form input[type=email],.flex-form input[type=number],.flex-form input[type=password],.flex-form input[type=search],.flex-form input[type=tel],.flex-form input[type=text],.flex-form input[type=url],.flex-form input[type=color],.flex-form input[type=date],.flex-form input[type=datetime],.flex-form input[type=datetime-local],.flex-form input[type=month],.flex-form input[type=time],.flex-form input[type=week],.flex-form select,.flex-form textarea{width:100%}form input[type=email].input-small,form input[type=number].input-small,form input[type=password].input-small,form input[type=search].input-small,form input[type=tel].input-small,form input[type=text].input-small,form input[type=url].input-small,form input[type=color].input-small,form input[type=date].input-small,form input[type=datetime].input-small,form input[type=datetime-local].input-small,form input[type=month].input-small,form input[type=time].input-small,form input[type=week].input-small,form select.input-small,form textarea.input-small,.flex-form input[type=email].input-small,.flex-form input[type=number].input-small,.flex-form input[type=password].input-small,.flex-form input[type=search].input-small,.flex-form input[type=tel].input-small,.flex-form input[type=text].input-small,.flex-form input[type=url].input-small,.flex-form input[type=color].input-small,.flex-form input[type=date].input-small,.flex-form input[type=datetime].input-small,.flex-form input[type=datetime-local].input-small,.flex-form input[type=month].input-small,.flex-form input[type=time].input-small,.flex-form input[type=week].input-small,.flex-form select.input-small,.flex-form textarea.input-small{width:50%}form input[type=email].input-tiny,form input[type=number].input-tiny,form input[type=password].input-tiny,form input[type=search].input-tiny,form input[type=tel].input-tiny,form input[type=text].input-tiny,form input[type=url].input-tiny,form input[type=color].input-tiny,form input[type=date].input-tiny,form input[type=datetime].input-tiny,form input[type=datetime-local].input-tiny,form input[type=month].input-tiny,form input[type=time].input-tiny,form input[type=week].input-tiny,form select.input-tiny,form textarea.input-tiny,.flex-form input[type=email].input-tiny,.flex-form input[type=number].input-tiny,.flex-form input[type=password].input-tiny,.flex-form input[type=search].input-tiny,.flex-form input[type=tel].input-tiny,.flex-form input[type=text].input-tiny,.flex-form input[type=url].input-tiny,.flex-form input[type=color].input-tiny,.flex-form input[type=date].input-tiny,.flex-form input[type=datetime].input-tiny,.flex-form input[type=datetime-local].input-tiny,.flex-form input[type=month].input-tiny,.flex-form input[type=time].input-tiny,.flex-form input[type=week].input-tiny,.flex-form select.input-tiny,.flex-form textarea.input-tiny{width:50%}}form select,.flex-form select{width:auto}form input[type=email]:focus,form input[type=number]:focus,form input[type=password]:focus,form input[type=search]:focus,form input[type=tel]:focus,form input[type=text]:focus,form input[type=url]:focus,form input[type=color]:focus,form input[type=date]:focus,form input[type=datetime]:focus,form input[type=datetime-local]:focus,form input[type=month]:focus,form input[type=time]:focus,form input[type=week]:focus,form select:focus,.flex-form input[type=email]:focus,.flex-form input[type=number]:focus,.flex-form input[type=password]:focus,.flex-form input[type=search]:focus,.flex-form input[type=tel]:focus,.flex-form input[type=text]:focus,.flex-form input[type=url]:focus,.flex-form input[type=color]:focus,.flex-form input[type=date]:focus,.flex-form input[type=datetime]:focus,.flex-form input[type=datetime-local]:focus,.flex-form input[type=month]:focus,.flex-form input[type=time]:focus,.flex-form input[type=week]:focus,.flex-form select:focus{box-shadow:inset 0 1px 2px #eee;border-color:#bbb}form .uneditable-input,.flex-form .uneditable-input{color:#999;cursor:not-allowed;box-shadow:inset 0 1px 2px rgba(0,0,0,.025);background-color:#ccc}form .inline-inputs,.flex-form .inline-inputs{display:inline-block;vertical-align:baseline}form .error,.flex-form .error{display:block;padding-left:50%;color:#953b39}@media screen and (max-width: 560px){form .error,.flex-form .error{padding-left:0}}form input[type=submit],.flex-form input[type=submit]{border:1px solid rgb(102.2296447761,153.3318,35.2682);border-radius:3px;box-shadow:inset 0 1px 0 0 rgb(173.563761194,207.808,128.692);color:#fff;display:inline-block;font-size:11px;font-weight:bold;background:linear-gradient(#8bc53f, rgb(110.5229298507, 165.7707, 38.1293));padding:7px 18px;text-decoration:none;text-shadow:0 1px 0 rgb(91.8497522388,141.7926,26.4074);background-clip:padding-box;border-radius:1px;float:left;font-size:16px}form input[type=submit]:hover:not(:disabled),.flex-form input[type=submit]:hover:not(:disabled){box-shadow:inset 0 1px 0 0 rgb(149.7765149254,195.0585,90.4415);cursor:pointer;background:linear-gradient(rgb(125.062, 175.406, 59.094), rgb(102.1029731343, 152.3888, 36.2112))}form input[type=submit]:active:not(:disabled),.flex-form input[type=submit]:active:not(:disabled){border:1px solid rgb(102.2296447761,153.3318,35.2682);box-shadow:inset 0 0 8px 4px rgb(93.7035686567,139.1599,34.1401),inset 0 0 8px 4px rgb(93.7035686567,139.1599,34.1401),0 1px 1px 0 #eee}form input[type=submit]:disabled,.flex-form input[type=submit]:disabled{opacity:.5;cursor:not-allowed}form fieldset,.flex-form fieldset{border:none;margin:12px 0;border-top:2px solid #ccc}form fieldset legend,.flex-form fieldset legend{margin-bottom:14px}form fieldset legend span,.flex-form fieldset legend span{font-weight:bold}form fieldset legend span:not(.web_money):not(.steam_prepaid_card),.flex-form fieldset legend span:not(.web_money):not(.steam_prepaid_card){text-transform:uppercase}form .form-actions,.flex-form .form-actions{border-top:1px solid #ccc;margin-top:8px;padding:8px 0}form .webmoney_inner label,.flex-form .webmoney_inner label{width:40% !important}@media screen and (max-width: 985px){form .webmoney_inner label,.flex-form .webmoney_inner label{width:100% !important}}form .webmoney_inner .input .error,.flex-form .webmoney_inner .input .error{padding:6px 0 0 41%}@media screen and (max-width: 985px){form .webmoney_inner .input .error,.flex-form .webmoney_inner .input .error{padding-left:0}}form .webmoney_inner #webmoney_pin,.flex-form .webmoney_inner #webmoney_pin{display:inline-block}form .webmoney_inner #webmoney_pin #ppn1,form .webmoney_inner #webmoney_pin #ppn2,form .webmoney_inner #webmoney_pin #ppn3,form .webmoney_inner #webmoney_pin #ppn4,.flex-form .webmoney_inner #webmoney_pin #ppn1,.flex-form .webmoney_inner #webmoney_pin #ppn2,.flex-form .webmoney_inner #webmoney_pin #ppn3,.flex-form .webmoney_inner #webmoney_pin #ppn4{font-family:"Courier",monospace;font-size:11px;width:44px;border-radius:0}.flex-form .form-row{display:flex;justify-content:flex-end;align-items:center;margin-bottom:12px}.flex-form .form-row>label{padding:.5em 0;text-align:left}.flex-form .form-row>input,.flex-form .form-row>.inline-inputs{flex:1}.flex-form .form-actions{display:flex;justify-content:flex-end;align-items:center}@media screen and (max-width: 900px){.flex-form .form-row{flex-direction:column;align-items:flex-start}.flex-form .form-actions{flex-direction:column-reverse}}.text-center{text-align:center}.pull-right{float:right}.pull-left{float:left}.alert{width:100%;padding:10px 10px 10px 15px;border-radius:3px;text-decoration:underline;font-weight:bold;margin-top:13px;margin-bottom:23px}.alert ul{list-style:none}.alert-failure{background-color:#f2dede;color:#b94a48;border:solid 1px #eed3d7}.alert-success{color:#468847;background-color:#dff0d8;border-color:#d6e9c6}a{color:#53aee0;text-decoration:none}a:hover{color:rgb(23.5172413793,92.5517241379,130.4827586207)}h3.underlined,h4.underlined{text-decoration:underline}h3.underlined.double,h4.underlined.double{display:inline-block;text-decoration:none;border-bottom:3px double;line-height:1em}dl{margin:6px 0}dl dt{font-weight:bold}dl dd{margin-left:12px}img{border:none}.print-media{display:none}.table{width:100%;padding:10px 10px 10px 10px;border-radius:3px;border:1px solid #aaa;border-spacing:0;margin-top:13px;margin-bottom:23px}.table td.border{padding-top:5px}.prepaid_card_number{font-weight:bold;font-family:monospace;font-size:14px}*{margin:0;padding:0}#wrap{min-height:100%}h2{margin:0}header span.logo img{max-height:50px}header span.logo p,header span.logo .mini{display:inline;vertical-align:top;text-transform:uppercase;line-height:50px;font-size:32px;margin-left:10px}header span.logo .mini{font-size:16px}header .merchant-logo{position:absolute;top:10px;width:200px;height:65px;right:3em;background-position:right center;background-repeat:no-repeat}header .locale-link{display:none}nav{background-color:#444;min-height:32px}section{max-width:68em;display:flex;flex-direction:row;justify-content:center;margin:0 auto;overflow:auto;padding-top:20px;padding-bottom:72px}@media screen and (max-width: 900px){section{flex-direction:column;margin:0}}section article{width:48.821174201%;padding:8px}@media screen and (max-width: 900px){section article{width:82.9403914003%;margin:auto}}section aside{margin-right:2.3576515979%;width:31.7615656014%;margin-top:8px;padding:8px}section aside h2{font-size:24px;margin-bottom:12px}@media screen and (max-width: 900px){section aside{width:82.9403914003%;margin:auto}}footer{background-color:#444;margin-top:-52px;height:52px;clear:both}footer .copyright{vertical-align:top;line-height:52px;color:#aaa}footer .copyright .rights{vertical-align:top}@media screen and (max-width: 410px){footer .copyright .rights{display:none}}.modal-backdrop{position:fixed;left:0;right:0;width:100%;height:100%;background-color:rgba(200,200,200,.5);z-index:1000;display:flex;align-items:center;justify-content:center;text-align:center;font-size:1.3em}.modal-backdrop .modal-content{display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:#fff;border-radius:2em;padding:2em}.modal-backdrop .modal-content *{z-index:1001}.modal-backdrop .modal-content h1{margin-bottom:.5em}.modal-backdrop .close-modal-button{display:inline-block;background-color:#979797;color:#fff;padding:.7em;min-width:9em;border-radius:1em;text-align:center}.spinner{width:5em;height:5em;margin-top:3em;margin-bottom:3em}.spinner-rect-container{position:relative;top:50%}.spinner-rect{position:absolute;top:1.5em;transform:translate(-0.25em, 0);background-color:#fff;display:inline-block;width:.5em;height:1.25em;animation-name:fade-in-and-out;animation-duration:.5s;animation-iteration-count:infinite;animation-timing-function:cubic-bezier(0.22, 0.61, 0.36, 1);animation-direction:alternate}.temporarily-disabled{animation-name:become-enabled;animation-duration:6s;animation-iteration-count:1;animation-timing-function:linear}.temporarily-shown{opacity:0;animation-name:become-invisible;animation-duration:6s;animation-iteration-count:1;animation-timing-function:linear}@keyframes fade-in-and-out{0%{background-color:#141414}100%{background-color:#c8c8c8}}@keyframes become-enabled{0%{opacity:.3;pointer-events:none}90%{opacity:.3;pointer-events:none}100%{opacity:1;pointer-events:inherit}}@keyframes become-invisible{0%{opacity:1}90%{opacity:1}100%{opacity:0}}@media(max-width: 630px){body header span.logo p{display:none}}#details-form{padding:0}#details-form .payment-has-errors{margin-bottom:10px}#details-form .alert{text-decoration:none}#details-form .alert ul{list-style:disc}#details-form .alert ul li{font-weight:400}#details-form .alert ul li:first-child{text-decoration:none}#details-form h2{color:#fff}#details-form form,#details-form .flex-form,#details-form .content{padding:12px 24px 24px 24px}#details-form form .actions,#details-form .flex-form .actions,#details-form .content .actions{display:flex;justify-content:flex-end;overflow:hidden;margin-top:8px;padding:8px 0}@media only screen and (max-width: 766px){#details-form form .actions,#details-form .flex-form .actions,#details-form .content .actions{justify-content:center}}#details-form .print{border:1px solid rgb(210.3,210.3,210.3);border-radius:3px;box-shadow:inset 0 1px 0 0 hsl(0,0%,111.4705882353%);color:#333;display:inline-block;font-size:11px;font-weight:bold;background:linear-gradient(#f6f6f6, rgb(217.95, 217.95, 217.95));padding:7px 18px;text-decoration:none;text-shadow:0 1px 0 hsl(0,0%,100.4705882353%);background-clip:padding-box;border-radius:1px;font-size:16px}#details-form .print:hover:not(:disabled){box-shadow:inset 0 1px 0 0 hsl(0,0%,101.4705882353%);cursor:pointer;background:linear-gradient(rgb(233.25, 233.25, 233.25), rgb(210.3, 210.3, 210.3))}#details-form .print:active:not(:disabled){border:1px solid rgb(210.3,210.3,210.3);box-shadow:inset 0 0 8px 4px hsl(0,0%,79.4705882353%),inset 0 0 8px 4px hsl(0,0%,79.4705882353%),0 1px 1px 0 #eee}#details-form .print:disabled{opacity:.5;cursor:not-allowed}#details-form .back-button{border:1px solid rgb(210.3,210.3,210.3);border-radius:3px;box-shadow:inset 0 1px 0 0 hsl(0,0%,111.4705882353%);color:#333;display:inline-block;font-size:11px;font-weight:bold;background:linear-gradient(#f6f6f6, rgb(217.95, 217.95, 217.95));padding:7px 18px;text-decoration:none;text-shadow:0 1px 0 hsl(0,0%,100.4705882353%);background-clip:padding-box;border-radius:1px;font-size:16px}#details-form .back-button:hover:not(:disabled){box-shadow:inset 0 1px 0 0 hsl(0,0%,101.4705882353%);cursor:pointer;background:linear-gradient(rgb(233.25, 233.25, 233.25), rgb(210.3, 210.3, 210.3))}#details-form .back-button:active:not(:disabled){border:1px solid rgb(210.3,210.3,210.3);box-shadow:inset 0 0 8px 4px hsl(0,0%,79.4705882353%),inset 0 0 8px 4px hsl(0,0%,79.4705882353%),0 1px 1px 0 #eee}#details-form .back-button:disabled{opacity:.5;cursor:not-allowed}#details-form .cancel-button,#details-form .unlink-button{border:1px solid rgb(210.3,210.3,210.3);border-radius:3px;box-shadow:inset 0 1px 0 0 hsl(0,0%,111.4705882353%);color:#333;display:inline-block;font-size:11px;font-weight:bold;background:linear-gradient(#f6f6f6, rgb(217.95, 217.95, 217.95));padding:7px 18px;text-decoration:none;text-shadow:0 1px 0 hsl(0,0%,100.4705882353%);background-clip:padding-box;border-radius:1px;font-size:16px}#details-form .cancel-button:hover:not(:disabled),#details-form .unlink-button:hover:not(:disabled){box-shadow:inset 0 1px 0 0 hsl(0,0%,101.4705882353%);cursor:pointer;background:linear-gradient(rgb(233.25, 233.25, 233.25), rgb(210.3, 210.3, 210.3))}#details-form .cancel-button:active:not(:disabled),#details-form .unlink-button:active:not(:disabled){border:1px solid rgb(210.3,210.3,210.3);box-shadow:inset 0 0 8px 4px hsl(0,0%,79.4705882353%),inset 0 0 8px 4px hsl(0,0%,79.4705882353%),0 1px 1px 0 #eee}#details-form .cancel-button:disabled,#details-form .unlink-button:disabled{opacity:.5;cursor:not-allowed}#details-form .konbini-option .konbini-store-logo{width:75px;text-align:center;display:inline-block;margin:0 1em}#details-form .konbini-option .konbini-store-logo img{height:auto;vertical-align:middle}#details-form .konbini-option label{background-color:#dff0d8;border:solid 1px #d6e9c6;border-radius:1px;line-height:26px;vertical-align:middle;margin-bottom:3px;width:100%;text-align:left;color:#468847}#details-form .konbini-option label:hover{background-color:hsl(102.5,44.4444444444%,79.4117647059%)}#details-form .konbini-option input{padding:0;margin:0;vertical-align:middle;height:auto}#details-form .konbini-option input[type=radio]{margin-left:15px}@media only screen and (max-width: 766px){#details-form .konbini-option .konbini-store-logo{height:1.5rem;width:auto;margin:0}#details-form .konbini-option .konbini-store-logo img{height:100%;width:auto;vertical-align:top}#details-form .konbini-option input[type=radio]{margin-right:5px}}#details-form .credit-card-input-wrapper{display:inline}#details-form .credit-card-brands{float:right}#details-form .credit-card-brands ul{list-style-type:none}#details-form .credit-card-brands ul li{float:right;margin-left:10px}#details-form .credit-card-expiration input{width:40px}#details-form .social_id .hidden{display:none}#details-form .social_id input[type=text]{width:120px}#details-form .social_id label.checkbox-corporate-card{margin-left:50%;margin-top:5px;font-size:.8rem}@media only screen and (max-width: 766px){#details-form .social_id label.checkbox-corporate-card{margin-left:0;margin-top:5px;display:inline}}#details-form .button,#details-form .return-button{border:1px solid rgb(102.2296447761,153.3318,35.2682);border-radius:3px;box-shadow:inset 0 1px 0 0 rgb(173.563761194,207.808,128.692);color:#fff;display:inline-block;font-size:11px;font-weight:bold;background:linear-gradient(#8bc53f, rgb(110.5229298507, 165.7707, 38.1293));padding:7px 18px;text-decoration:none;text-shadow:0 1px 0 rgb(91.8497522388,141.7926,26.4074);background-clip:padding-box;border-radius:1px;font-size:16px}#details-form .button:hover:not(:disabled),#details-form .return-button:hover:not(:disabled){box-shadow:inset 0 1px 0 0 rgb(149.7765149254,195.0585,90.4415);cursor:pointer;background:linear-gradient(rgb(125.062, 175.406, 59.094), rgb(102.1029731343, 152.3888, 36.2112))}#details-form .button:active:not(:disabled),#details-form .return-button:active:not(:disabled){border:1px solid rgb(102.2296447761,153.3318,35.2682);box-shadow:inset 0 0 8px 4px rgb(93.7035686567,139.1599,34.1401),inset 0 0 8px 4px rgb(93.7035686567,139.1599,34.1401),0 1px 1px 0 #eee}#details-form .button:disabled,#details-form .return-button:disabled{opacity:.5;cursor:not-allowed}#details-form .middle-actions+p{clear:both;padding-top:20px}#payment-summary table{border-collapse:collapse}#payment-summary table td{text-align:right}#payment-summary table td:first-child:after{content:":"}#payment-summary table td.label{text-align:left;font-size:18px;padding-right:8px}#payment-summary table tr{text-align:right}#payment-summary .fee-information{margin-top:1em}#payment-summary .credit-card-note{margin-top:1.5rem}#payment-summary .credit-card-note .credit-card-note-title{font-weight:bold;margin-top:.5em;margin-bottom:1em}#payment-summary .credit-card-note .credit-card-note-support-brands img{margin-right:10px;margin-bottom:5px}#payment-summary .credit-card-note .credit-card-note-warning{margin-top:1em;margin-bottom:.5rem}#receipt-info{margin:2em 0}#receipt-info dd{margin:0 0 20px 0}#receipt-info dd:last-child{margin:0}#receipt-info .store img{vertical-align:middle}h3{margin-bottom:1.5em}p{margin-bottom:1em}ol{margin-left:30px}ol li{margin-bottom:.6em}ul{margin-left:30px}ul li{margin-bottom:.5em}.billing-address select{width:50%}#subtype-form{border:1px solid #e8edef;margin-left:auto;margin-right:auto;background:#fff;padding:0}#subtype-form .title{margin:30px}#subtype-form .title h2{color:#333;font-size:18px;font-weight:normal;margin:0}#subtype-form .title p{margin:0}#subtype-form fieldset{border:0;margin:25px;box-shadow:0 0 0 1px #d9d9d9;padding:0}#subtype-form fieldset .option:last-child{margin-bottom:0px}#subtype-form fieldset .option:first-child label{border-top:none}#subtype-form fieldset .option label{border-top:1px solid #d9d9d9;display:flex;justify-content:space-between;align-items:center;padding:1.2em;cursor:pointer;color:#4d4d4d;font-weight:500}#subtype-form fieldset .option label input{margin-right:10px}#subtype-form fieldset .option label .payment-icons{margin:0;padding:0;list-style-type:none;display:flex;align-items:center}.theme-default{font-family:Ubuntu,Helvetica,sans-serif;background-color:#edf2f2}.theme-default .alert-success{margin:0;border-radius:0;text-align:center}.theme-default header .mini{float:right;margin-top:2rem}.theme-default footer{display:none}.theme-default form .error{padding:6px 0 0 50%;color:#e80f4c;font-size:12px;font-weight:bold}@media screen and (max-width: 560px){.theme-default form .error{padding-left:0}}.theme-default header{padding:1em 3em;margin-bottom:2rem;background-color:#fff;border-bottom:1px solid #e8edef;width:100%;display:inline-block}.theme-default header .merchant-logo{display:block;position:inherit;float:left;background-position:left center}.theme-default header span.logo{display:none}.theme-default header span.logo p,.theme-default header span.logo .mini{color:#555;font-weight:900}.theme-default section{color:#555}.theme-default section h2{color:#444;margin-bottom:2rem;font-size:26px;font-weight:300}.theme-default #details-form{background-color:#fff;border:1px solid #e8edef}.theme-default #details-form .required-description{display:none}.theme-default #details-form .saved-details{font-size:16px;font-weight:400}.theme-default #details-form .form-actions{border:none;display:flex;justify-content:space-between;flex-wrap:wrap}.theme-default #details-form .form-actions input,.theme-default #details-form .form-actions .button{order:2;background-color:#4dbc93;border:none;background-image:none;padding:12px 40px;border-radius:4px;box-shadow:none;text-shadow:none;-webkit-appearance:none}.theme-default #details-form .form-actions input:hover{background-color:rgb(58.5224489796,155.4775510204,119.6653061224);transition:.25s all ease-in-out}.theme-default #details-form .form-actions .cancel-button,.theme-default #details-form .form-actions .unlink-button{order:1;background-color:rgba(0,0,0,0);background-image:none;border:none;color:#999;font-size:16px;margin:13px 22px 13px 0;padding:0}.theme-default #details-form .form-actions .unlink-button{margin:13px 22px 13px 22px}@media only screen and (max-width: 766px){.theme-default #details-form .form-actions input,.theme-default #details-form .form-actions .button,.theme-default #details-form .form-actions .cancel-button,.theme-default #details-form .form-actions .unlink-button{float:none;display:block;margin-bottom:auto;margin-right:auto;margin-left:auto;text-align:center}}.theme-default #details-form h2{padding:30px 24px;text-align:left;margin-bottom:0px;font-weight:300}.theme-default #details-form h2.payment-details{background-color:#2699b3}.theme-default #details-form h2.payment-method-details{color:#444;text-align:center}.theme-default #details-form h2.landing{background-color:#4dbc93}.theme-default #details-form h2.warning{background-color:#f0ad4e !important}.theme-default #details-form .form-inputs input[type=text],.theme-default #details-form .form-inputs input[type=email],.theme-default #details-form .form-inputs input[type=password],.theme-default #details-form .form-inputs input[type=tel]{line-height:30px;border-radius:5px;min-width:60px}.theme-default #details-form .form-inputs .one-click{display:flex;align-items:center}.theme-default #details-form .form-inputs .one-click label.checkbox-label{margin-left:5px}.theme-default #details-form .form-inputs .input label{width:50%;text-align:left;color:#666}.theme-default #details-form .form-inputs .input label abbr{color:#4dbc93;font-size:20px}@media only screen and (max-width: 766px){.theme-default #details-form .form-inputs .input label{width:100%}}.theme-default #details-form .form-inputs .prefilled{color:#666}.theme-default #details-form .form-inputs fieldset{border:0;margin-top:1rem}.theme-default #details-form .form-inputs fieldset legend{padding-top:.75rem}.theme-default #details-form .form-inputs fieldset legend span{text-transform:capitalize;color:#444;font-weight:400;font-size:16px}.theme-default #details-form .form-inputs fieldset .konbini-option{margin-bottom:1rem}.theme-default #details-form .form-inputs fieldset .konbini-option label{padding:10px 0;background-color:#f2f2f2;color:gray;border:none;cursor:pointer}.theme-default #details-form .middle-actions .button,.theme-default #details-form .actions .return-button{background-image:none;background-color:#4dbc93;border:none;border-radius:6px;box-shadow:none;text-shadow:none;padding:12px 20px;font-weight:400}.theme-default #details-form .actions .button_to{padding:0px 10px}.theme-default #details-form .notice-area{background-color:#faffdc;padding:15px}.theme-default #payment-summary table{width:100%;font-weight:400}.theme-default #payment-summary table tr{padding-bottom:1rem}.theme-default #payment-summary table tr td{padding-bottom:1.7rem;color:#666;font-weight:400}.theme-default #payment-summary table #total>td{border-top:3px double #ccc;padding-top:1rem;font-weight:400;color:#444}.theme-default #payment-summary table #total td.label,.theme-default #payment-summary table #tax td.label,.theme-default #payment-summary table #subtotal td.label{font-weight:500}.theme-default #receipt-info{background-color:#ffa;border:solid 1px gray;padding:1rem 2rem}.theme-default #instructions ol ul{list-style-type:none}.theme-default #instructions ol ul strong{margin-top:10px;display:inline-block}.theme-default .qr-align{width:200px;display:block;margin:auto}.theme-default .product img{width:300px}.theme-default .product div.description{padding:10px 24px}.theme-default .product .out-of-stock{padding:10px 24px}.theme-default .product select{max-width:215px}.theme-default .checkout-secure{text-align:center;background:#fafafa;padding:10px;border-top:1px solid #e0e0e0;opacity:.9}.theme-default .checkout-secure .secure-info{display:flex;justify-content:center;align-items:center;margin-bottom:10px}.theme-default .checkout-secure p{color:#756a6a;font-weight:500;font-size:.9em;margin:5px}.theme-default .checkout-secure img{width:85px;display:block;margin:auto}@media only screen and (max-width: 766px){.theme-default #payment-summary h2{text-align:center}.theme-default #details-form .alert-success{font-size:4vw}.theme-default #details-form h2.landing{text-align:center;font-size:18px}.theme-default #details-form .form-actions{flex-direction:column-reverse}.theme-default #details-form .form-actions input[type=submit]{width:100%}.theme-default header{display:none}}.theme-bellevue{font-family:Arial,Helvetica,sans-serif;line-height:1.5;background:url(/packs/static/images/hosted_page/steam/steambg-1e2a09f3221e8ef6c65d.png) center top no-repeat #1b2838;background-size:cover}.theme-bellevue .alert{padding:0}.theme-bellevue .alert-failure{border:none;background:none}.theme-bellevue footer{background:none;text-align:center}.theme-bellevue footer .footer-wrapper{padding-bottom:1.3rem}.theme-bellevue footer .footer-wrapper span{display:inline-block}.theme-bellevue footer .footer-wrapper .copyright{margin:0rem 1rem 0rem 3rem}.theme-bellevue footer .footer-wrapper .tokutei{margin:0 0 0 3rem;vertical-align:top;line-height:52px}.theme-bellevue .alert-failure{text-decoration:none}.theme-bellevue h2{font-weight:300}.theme-bellevue header{padding:1rem 3rem 1rem 3rem;background-color:#1b2838;margin-bottom:2rem}.theme-bellevue header span.logo a{display:inline-block;height:60px;width:173px;background:url(/packs/static/images/degica-logo-sprite-e2dc830eaa5ea6ca78da.png) 0 -60px}.theme-bellevue header span.logo p,.theme-bellevue header span.logo .mini{line-height:62px;font-size:1.5em;color:#999;font-weight:normal}@media only screen and (max-width: 766px){.theme-bellevue header span.logo .mini{display:none}.theme-bellevue header span.logo a{display:none}.theme-bellevue header .merchant-logo{width:100%;background-position:center;position:inherit}}.theme-bellevue section{color:#fff}.theme-bellevue #details-form{background-color:rgba(0,0,0,.2);color:#c7d5e0}.theme-bellevue #details-form .qr-align{width:200px;display:block;margin:auto}.theme-bellevue #details-form #instructions a:link,.theme-bellevue #details-form #instructions a:visited,.theme-bellevue #details-form #instructions a:hover,.theme-bellevue #details-form #instructions a:active{color:#ff7b00}.theme-bellevue #details-form #instructions a.button{color:#fff}.theme-bellevue #details-form h2{padding:18px 24px}.theme-bellevue #details-form .print{border:0;font-weight:normal}.theme-bellevue #details-form .print i{display:none}.theme-bellevue #details-form .button,.theme-bellevue #details-form .return-button{display:block;text-align:center;border:0;font-weight:normal}.theme-bellevue #details-form .actions .button_to{padding:0px 10px}.theme-bellevue #details-form form span.error,.theme-bellevue #details-form .flex-form span.error{color:#b94a48}.theme-bellevue #details-form form p,.theme-bellevue #details-form form label abbr,.theme-bellevue #details-form .flex-form p,.theme-bellevue #details-form .flex-form label abbr{color:#67c1f5}.theme-bellevue #details-form form .input label,.theme-bellevue #details-form .flex-form .input label{text-align:left;font-size:16px;padding:8px;width:50%}@media only screen and (max-width: 766px){.theme-bellevue #details-form form .input label,.theme-bellevue #details-form .flex-form .input label{width:100%}}.theme-bellevue #details-form form .checkbox-label,.theme-bellevue #details-form .flex-form .checkbox-label{display:inline}.theme-bellevue #details-form form .konbini-option label,.theme-bellevue #details-form .flex-form .konbini-option label{background-color:rgba(0,0,0,.2);color:#67c1f5;border:none;padding:10px 0px;margin-bottom:10px;cursor:pointer}.theme-bellevue #details-form form .konbini-option label:hover,.theme-bellevue #details-form .flex-form .konbini-option label:hover{background-color:#203044}.theme-bellevue #details-form form legend,.theme-bellevue #details-form .flex-form legend{font-size:18px;margin-top:.5em;margin-bottom:.2em;color:#fff}.theme-bellevue #details-form form legend span,.theme-bellevue #details-form .flex-form legend span{text-transform:capitalize;font-weight:300}.theme-bellevue #details-form form fieldset,.theme-bellevue #details-form .flex-form fieldset{border-top:0}.theme-bellevue #details-form form input[type=email],.theme-bellevue #details-form form input[type=text],.theme-bellevue #details-form form input[type=password],.theme-bellevue #details-form form input[type=tel],.theme-bellevue #details-form .flex-form input[type=email],.theme-bellevue #details-form .flex-form input[type=text],.theme-bellevue #details-form .flex-form input[type=password],.theme-bellevue #details-form .flex-form input[type=tel]{background-color:#2a3f5a;border:1px solid #000;box-shadow:1px 1px 0px #45556c;color:#fff;margin:4px 0;font-size:16px;padding:4px 7px;border-radius:5px;line-height:30px;min-width:60px}.theme-bellevue #details-form form input[type=text]:focus,.theme-bellevue #details-form form input[type=email]:focus,.theme-bellevue #details-form form input[type=password]:focus,.theme-bellevue #details-form form input[type=tel]:focus,.theme-bellevue #details-form .flex-form input[type=text]:focus,.theme-bellevue #details-form .flex-form input[type=email]:focus,.theme-bellevue #details-form .flex-form input[type=password]:focus,.theme-bellevue #details-form .flex-form input[type=tel]:focus{box-shadow:inset 0 0 5px #3d6a93;border:1px solid #3d6a93}.theme-bellevue #details-form form input[type=submit],.theme-bellevue #details-form form .button,.theme-bellevue #details-form .flex-form input[type=submit],.theme-bellevue #details-form .flex-form .button{order:2;color:#d2e885;background:linear-gradient(rgb(121, 153, 5), rgb(83, 105, 4)) left repeat;border-radius:2px}.theme-bellevue #details-form form input[type=submit]:hover,.theme-bellevue #details-form form .button:hover,.theme-bellevue #details-form .flex-form input[type=submit]:hover,.theme-bellevue #details-form .flex-form .button:hover{color:#fff;background:linear-gradient(rgb(164, 208, 7), rgb(83, 105, 4)) left repeat;border-radius:2px}.theme-bellevue #details-form form .form-actions,.theme-bellevue #details-form .flex-form .form-actions{border:0;display:flex;justify-content:space-between;flex-wrap:wrap}.theme-bellevue #details-form form .form-actions input[type=submit],.theme-bellevue #details-form .flex-form .form-actions input[type=submit]{padding:12px 45px;border:none;font-weight:100;font-size:15px}.theme-bellevue #details-form form .form-actions .cancel-button,.theme-bellevue #details-form form .form-actions .unlink-button,.theme-bellevue #details-form .flex-form .form-actions .cancel-button,.theme-bellevue #details-form .flex-form .form-actions .unlink-button{order:1;background-color:rgba(0,0,0,0);background-image:none;border:none;box-shadow:none;color:#ddd;font-weight:100;font-size:13px;margin:8px 22px 8px 0;padding:0;text-shadow:none}.theme-bellevue #details-form form .form-actions .unlink-button,.theme-bellevue #details-form .flex-form .form-actions .unlink-button{margin:8px 22px 8px 22px}.theme-bellevue #payment-summary table{width:100%;font-weight:300;font-size:16px}.theme-bellevue #payment-summary table td{color:#c7d5e0;padding-bottom:8px;padding-top:12px;font-size:13px}.theme-bellevue #payment-summary table td.label{color:#c7d5e0;font-size:14px}.theme-bellevue #payment-summary table #total>td{padding-top:18px;border-top:1px solid #fff}.theme-bellevue #payment-summary .credit-card-note,.theme-bellevue #payment-summary .fee-information{color:#ff7b00;border:1px solid #ff7b00;padding:10px 12px;font-size:13px}.theme-bellevue #payment-summary .konbini-note{background:rgba(0,0,0,.2)}.theme-bellevue #receipt-info{border:solid 1px gray;color:#999;font-size:13px;padding:.5em 1em}.theme-bellevue #subtype-form{border:none;background:none}.theme-bellevue #subtype-form fieldset{box-shadow:none}.theme-bellevue #subtype-form fieldset .option:not(:first-child) label{border-top:1px solid #42566e}.theme-bellevue #subtype-form fieldset .option label{color:inherit;background:rgba(0,0,0,.2)}.theme-bellevue .checkout-secure{text-align:center;background:rgba(0,0,0,.2);padding:10px}.theme-bellevue .checkout-secure .secure-info{display:flex;justify-content:center;align-items:center;margin-bottom:10px}.theme-bellevue .checkout-secure p{color:#ddd;font-weight:500;font-size:.9em;margin:5px}.theme-bellevue .checkout-secure img{width:85px;display:block;margin:auto}@media only screen and (max-width: 766px){.theme-bellevue #details-form .form-actions{flex-direction:column-reverse;justify-content:center}.theme-bellevue #details-form .form-actions a.cancel-button{margin:15px auto}.theme-bellevue #details-form .form-actions input[type=submit]{width:100%}}@font-face{font-family:WarheliosRegular_Web;src:url(/packs/static/fonts/wargaming/Warhelios-Regular_Web-84e9ce7c60ff10877ecf.eot);src:url(/packs/static/fonts/wargaming/Warhelios-Regular_Web-84e9ce7c60ff10877ecf.eot?#iefix) format("embedded-opentype"),url(/packs/static/fonts/wargaming/Warhelios-Regular_Web-35ce9b454fe429509380.woff) format("woff"),url(/packs/static/fonts/wargaming/Warhelios-Regular_Web-e8a966ce064e01766534.ttf) format("truetype")}@font-face{font-family:WarheliosBold_Web;src:url(/packs/static/fonts/wargaming/Warhelios-Regular_Web-84e9ce7c60ff10877ecf.eot);src:url(/packs/static/fonts/wargaming/Warhelios-Regular_Web-84e9ce7c60ff10877ecf.eot?#iefix) format("embedded-opentype"),url(/packs/static/fonts/wargaming/Warhelios-Regular_Web-35ce9b454fe429509380.woff) format("woff"),url(/packs/static/fonts/wargaming/Warhelios-Regular_Web-e8a966ce064e01766534.ttf) format("truetype")}.theme-wargaming{font-family:"WarheliosRegular_Web","Arial Narrow",Tahoma,arial,sans-serif;font-size:15px;color:#999;letter-spacing:.43px}.theme-wargaming section{display:flex;justify-content:center}.theme-wargaming aside{margin-left:0;float:none}.theme-wargaming label abbr,.theme-wargaming .required-description{display:none}.theme-wargaming .checkout-secure{display:none}.theme-wargaming a{color:#ccc;border-width:0 0 1px;border-style:dashed;border-color:hsla(0,0%,80%,.5)}.theme-wargaming h1,.theme-wargaming h2,.theme-wargaming h3{color:#fff;font-size:27px;font-family:"WarheliosBold_Web","Arial Narrow",Tahoma,arial,sans-serif;font-weight:bold;text-transform:uppercase}.theme-wargaming h4{font-weight:bold;color:#fff}.theme-wargaming h4{font-size:14px}.theme-wargaming #details-form .social_id label.checkbox-corporate-card{margin-left:0}.theme-wargaming #details-form form input.corporate_card{margin-left:0;width:14px}.theme-wargaming #details-form .payment_source_social_id input[type=checkbox]{position:absolute;overflow:hidden;clip:rect(0 0 0 0);height:1px;width:1px;margin:-1px;padding:0;border:0}.theme-wargaming #details-form .payment_source_social_id .social-id-corporate-card~label{color:#999;background-image:url(/packs/static/images/wargaming/checkbox-d36eee41c1ecf1daca05.png);padding:0 0 0 25px;height:18px;display:inline-block;line-height:17px;background-repeat:no-repeat;background-position:0 0;vertical-align:middle;cursor:pointer}.theme-wargaming #details-form .payment_source_social_id .social-id-corporate-card~label:hover{color:#ccc}.theme-wargaming #details-form .payment_source_social_id .social-id-corporate-card:not(.hidden)~label{background-position:0 -18px;transition:color .2s;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.theme-wargaming #details-form .one-click input[type=checkbox]{position:absolute;overflow:hidden;clip:rect(0 0 0 0);height:1px;width:1px;margin:-1px;padding:0;border:0}.theme-wargaming #details-form .one-click input[type=checkbox]+label{color:#999;padding:0 0 0 25px;height:18px;display:inline-block;line-height:17px;background-repeat:no-repeat;background-position:0 0;vertical-align:middle;cursor:pointer}.theme-wargaming #details-form .one-click input[type=checkbox]:checked+label{background-position:0 -18px}.theme-wargaming #details-form .one-click input[type=checkbox]+label{transition:color .2s;background-image:url(/packs/static/images/wargaming/checkbox-d36eee41c1ecf1daca05.png);-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.theme-wargaming #details-form .one-click input[type=checkbox]+label:hover{color:#ccc}.theme-wargaming #details-form .one-click::after{display:block;margin-top:14px}.theme-wargaming{background:url(/packs/static/images/wargaming/background-f17244785358269b70c7.png) no-repeat top center;background-color:#171717}.theme-wargaming span.logo.screen-media{display:none}.theme-wargaming .merchant-logo{display:block;width:100%;height:110px;margin:auto;cursor:pointer;position:relative;top:0;right:auto;background-position:center;border-bottom:1px solid #4d4c4b}.theme-wargaming header{width:100%;height:110px;margin-bottom:2rem}.theme-wargaming footer{margin:0 auto;border-top:1px solid #4d4c4b;background-color:#171717;text-align:center}.theme-wargaming footer .copyright{line-height:110px}.theme-wargaming footer .tokutei{margin:0 2rem 0 3rem;vertical-align:top;line-height:110px}.theme-wargaming #details-form{width:440px;margin-left:0;padding-left:10px;padding-right:10px}.theme-wargaming #details-form .content{padding:0px}.theme-wargaming #details-form legend{color:#fff}.theme-wargaming #details-form h2{padding:18px 0px}.theme-wargaming #details-form .qr-align{width:200px;display:block;margin:auto}.theme-wargaming #details-form .button,.theme-wargaming #details-form .return-button{display:block;background-color:#f26402;background-image:none;border-radius:0;border:none;box-shadow:none;font-family:"WarheliosBold_Web","Arial Narrow",Tahoma,arial,sans-serif;font-size:15px;font-weight:bold;letter-spacing:.43px;line-height:60px;padding:0 43px;position:relative;text-align:center;text-decoration:none;text-shadow:none;text-transform:uppercase;transition:all .3s cubic-bezier(0.25, 0.8, 0.25, 1);cursor:pointer;width:100%;outline:0}.theme-wargaming #details-form .button:hover,.theme-wargaming #details-form .button:active,.theme-wargaming #details-form .return-button:hover,.theme-wargaming #details-form .return-button:active{border:0;box-shadow:none;background-color:#f78c03;background-image:none}.theme-wargaming #details-form .button.disabled,.theme-wargaming #details-form .return-button.disabled{color:#999;background-color:#666}.theme-wargaming #details-form .button.disabled:hover,.theme-wargaming #details-form .return-button.disabled:hover{color:#999;background-color:#666}.theme-wargaming #details-form .middle-actions .button{width:50%}.theme-wargaming #details-form fieldset{border:0}.theme-wargaming #details-form fieldset legend{display:none}.theme-wargaming #details-form form,.theme-wargaming #details-form .flex-form{padding:0}.theme-wargaming #details-form form input[type=submit],.theme-wargaming #details-form .flex-form input[type=submit]{background-color:#f26402;background-image:none;border-radius:0;border:none;box-shadow:none;font-family:"WarheliosBold_Web","Arial Narrow",Tahoma,arial,sans-serif;font-size:15px;font-weight:bold;letter-spacing:.43px;line-height:60px;padding:0 43px;position:relative;text-align:center;text-decoration:none;text-shadow:none;text-transform:uppercase;transition:all .3s cubic-bezier(0.25, 0.8, 0.25, 1);cursor:pointer;width:100%;outline:0}.theme-wargaming #details-form form input[type=submit]:hover,.theme-wargaming #details-form form input[type=submit]:active,.theme-wargaming #details-form .flex-form input[type=submit]:hover,.theme-wargaming #details-form .flex-form input[type=submit]:active{border:0;box-shadow:none;background-color:#f78c03;background-image:none}.theme-wargaming #details-form form input[type=submit].disabled,.theme-wargaming #details-form .flex-form input[type=submit].disabled{color:#999;background-color:#666}.theme-wargaming #details-form form input[type=submit].disabled:hover,.theme-wargaming #details-form .flex-form input[type=submit].disabled:hover{color:#999;background-color:#666}.theme-wargaming #details-form form .credit-card-expiration .delimeter:before,.theme-wargaming #details-form .flex-form .credit-card-expiration .delimeter:before{content:"/"}.theme-wargaming #details-form form .payment_source_verification_value,.theme-wargaming #details-form .flex-form .payment_source_verification_value{position:relative;width:50%}.theme-wargaming #details-form form .payment_source_verification_value:before,.theme-wargaming #details-form .flex-form .payment_source_verification_value:before{background-image:url(/packs/static/images/credit_card/icons/cvc-28a224f68865bff3b540.svg);content:" ";right:5px;top:44px;position:absolute;height:23px;width:34px;z-index:10;opacity:.5;transition:opacity .2s}@media(max-width: 900px){.theme-wargaming #details-form form .payment_source_verification_value:before,.theme-wargaming #details-form .flex-form .payment_source_verification_value:before{top:60px}}.theme-wargaming #details-form form .payment_source_verification_value:focus-within:before,.theme-wargaming #details-form .flex-form .payment_source_verification_value:focus-within:before{opacity:1}.theme-wargaming #details-form form #payment_source_attributes_verification_value,.theme-wargaming #details-form .flex-form #payment_source_attributes_verification_value{position:relative;width:100%}.theme-wargaming #details-form form input,.theme-wargaming #details-form .flex-form input{width:100%}.theme-wargaming #details-form form input[type=email],.theme-wargaming #details-form form input[type=text],.theme-wargaming #details-form form input[type=password],.theme-wargaming #details-form form input[type=tel],.theme-wargaming #details-form .flex-form input[type=email],.theme-wargaming #details-form .flex-form input[type=text],.theme-wargaming #details-form .flex-form input[type=password],.theme-wargaming #details-form .flex-form input[type=tel]{background:#171717;color:#999;font-size:15px;font-family:"WarheliosRegular_Web","Arial Narrow",Tahoma,arial,sans-serif;font-stretch:normal;box-shadow:none;border:1px solid #4d4c4b;padding:7px 10px 7px 20px;transition:all .3s cubic-bezier(0.25, 0.8, 0.25, 1)}.theme-wargaming #details-form form input[type=email]:focus,.theme-wargaming #details-form form input[type=email]:hover,.theme-wargaming #details-form form input[type=text]:focus,.theme-wargaming #details-form form input[type=text]:hover,.theme-wargaming #details-form form input[type=password]:focus,.theme-wargaming #details-form form input[type=password]:hover,.theme-wargaming #details-form form input[type=tel]:focus,.theme-wargaming #details-form form input[type=tel]:hover,.theme-wargaming #details-form .flex-form input[type=email]:focus,.theme-wargaming #details-form .flex-form input[type=email]:hover,.theme-wargaming #details-form .flex-form input[type=text]:focus,.theme-wargaming #details-form .flex-form input[type=text]:hover,.theme-wargaming #details-form .flex-form input[type=password]:focus,.theme-wargaming #details-form .flex-form input[type=password]:hover,.theme-wargaming #details-form .flex-form input[type=tel]:focus,.theme-wargaming #details-form .flex-form input[type=tel]:hover{color:#ccc}.theme-wargaming #details-form form input[type=email]:disabled,.theme-wargaming #details-form form input[type=text]:disabled,.theme-wargaming #details-form form input[type=password]:disabled,.theme-wargaming #details-form form input[type=tel]:disabled,.theme-wargaming #details-form .flex-form input[type=email]:disabled,.theme-wargaming #details-form .flex-form input[type=text]:disabled,.theme-wargaming #details-form .flex-form input[type=password]:disabled,.theme-wargaming #details-form .flex-form input[type=tel]:disabled{background:#333}.theme-wargaming #details-form form input[type=email]:disabled:focus,.theme-wargaming #details-form form input[type=email]:disabled:hover,.theme-wargaming #details-form form input[type=text]:disabled:focus,.theme-wargaming #details-form form input[type=text]:disabled:hover,.theme-wargaming #details-form form input[type=password]:disabled:focus,.theme-wargaming #details-form form input[type=password]:disabled:hover,.theme-wargaming #details-form form input[type=tel]:disabled:focus,.theme-wargaming #details-form form input[type=tel]:disabled:hover,.theme-wargaming #details-form .flex-form input[type=email]:disabled:focus,.theme-wargaming #details-form .flex-form input[type=email]:disabled:hover,.theme-wargaming #details-form .flex-form input[type=text]:disabled:focus,.theme-wargaming #details-form .flex-form input[type=text]:disabled:hover,.theme-wargaming #details-form .flex-form input[type=password]:disabled:focus,.theme-wargaming #details-form .flex-form input[type=password]:disabled:hover,.theme-wargaming #details-form .flex-form input[type=tel]:disabled:focus,.theme-wargaming #details-form .flex-form input[type=tel]:disabled:hover{color:#999}.theme-wargaming #details-form form .input label,.theme-wargaming #details-form .flex-form .input label{color:#ccc;transition:color .3s cubic-bezier(0.25, 0.8, 0.25, 1);text-align:left;margin-bottom:10px;display:block;width:100%;line-height:28px}.theme-wargaming #details-form form .input.valid input,.theme-wargaming #details-form .flex-form .input.valid input{border-color:#61c200}.theme-wargaming #details-form form .input.valid label,.theme-wargaming #details-form .flex-form .input.valid label{color:#61c200}.theme-wargaming #details-form form .input.valid label.checkbox-corporate-card,.theme-wargaming #details-form .flex-form .input.valid label.checkbox-corporate-card{color:inherit}.theme-wargaming #details-form form .payment-has-errors,.theme-wargaming #details-form .flex-form .payment-has-errors{font-size:14px;margin-bottom:0px}.theme-wargaming #details-form form .input.invalid input,.theme-wargaming #details-form form .input.field_with_errors input,.theme-wargaming #details-form .flex-form .input.invalid input,.theme-wargaming #details-form .flex-form .input.field_with_errors input{border:1px solid #ff5959}.theme-wargaming #details-form form .input.invalid label,.theme-wargaming #details-form form .input.field_with_errors label,.theme-wargaming #details-form .flex-form .input.invalid label,.theme-wargaming #details-form .flex-form .input.field_with_errors label{color:#ff5959}.theme-wargaming #details-form form .input.invalid label.checkbox-corporate-card,.theme-wargaming #details-form form .input.field_with_errors label.checkbox-corporate-card,.theme-wargaming #details-form .flex-form .input.invalid label.checkbox-corporate-card,.theme-wargaming #details-form .flex-form .input.field_with_errors label.checkbox-corporate-card{color:inherit}.theme-wargaming #details-form form .konbini-option .konbini-store-logo,.theme-wargaming #details-form .flex-form .konbini-option .konbini-store-logo{width:auto;margin-left:10px}.theme-wargaming #details-form form .konbini-option input[type=radio],.theme-wargaming #details-form .flex-form .konbini-option input[type=radio]{opacity:0;position:absolute}.theme-wargaming #details-form form .konbini-option input[type=radio]+span:before,.theme-wargaming #details-form .flex-form .konbini-option input[type=radio]+span:before{content:"";display:inline-block;height:14px;width:14px;margin-right:10px;line-height:15px;vertical-align:middle;border:solid 1.5px #333;border-radius:100%;text-align:center;background:#171717}.theme-wargaming #details-form form .konbini-option input[type=radio]:checked+span:before,.theme-wargaming #details-form .flex-form .konbini-option input[type=radio]:checked+span:before{background:#f26402}.theme-wargaming #details-form form .konbini-option label,.theme-wargaming #details-form .flex-form .konbini-option label{background-color:#171717;color:#fff;border:none;padding:10px 0px;margin-bottom:10px;cursor:pointer}.theme-wargaming #details-form form .konbini-option label:hover input[type=radio]+span:before,.theme-wargaming #details-form .flex-form .konbini-option label:hover input[type=radio]+span:before{border:1.5px solid #666}.theme-wargaming #details-form form #webmoney_pin,.theme-wargaming #details-form .flex-form #webmoney_pin{width:unset}.theme-wargaming #details-form form #webmoney_pin input,.theme-wargaming #details-form .flex-form #webmoney_pin input{width:50px;padding-left:10px}.theme-wargaming #details-form form .form-actions,.theme-wargaming #details-form .flex-form .form-actions{border:0;padding-bottom:0;display:flex;justify-content:space-between;flex-wrap:wrap;flex-direction:column-reverse}.theme-wargaming #details-form form .form-actions .unlink-button,.theme-wargaming #details-form .flex-form .form-actions .unlink-button{background-color:rgba(0,0,0,0);background-image:none;border:none;box-shadow:none;color:#ddd;font-weight:100;margin:14px 22px 8px 0;padding:0;text-shadow:none}.theme-wargaming #details-form form .form-actions .cancel-button,.theme-wargaming #details-form .flex-form .form-actions .cancel-button{display:none}.theme-wargaming #details-form form .form-actions .purchase,.theme-wargaming #details-form .flex-form .form-actions .purchase{width:100%}.theme-wargaming #details-form form .form-actions .unlink-button,.theme-wargaming #details-form .flex-form .form-actions .unlink-button{margin-right:0;margin-top:20px;text-align:left}.theme-wargaming #details-form form .credit-card-expiration input,.theme-wargaming #details-form .flex-form .credit-card-expiration input{padding-left:10px;width:70px;text-align:center}.theme-wargaming #details-form .alert,.theme-wargaming #details-form .alert-failure{background:none;border:none;border-radius:0;text-decoration:none;font-family:"WarheliosRegular_Web","Arial Narrow",Tahoma,arial,sans-serif}.theme-wargaming #details-form .error{margin-top:10px;color:#ff5959;padding-left:0;font-size:14px}.theme-wargaming #details-form .alert-success{padding:0px}.theme-wargaming #details-form .alert-failure{font-weight:normal;background:#171717;color:#ff5959;border:1px solid #ff5959;padding:10px}.theme-wargaming #details-form .alert-failure ul{list-style-type:none;margin:5px}.theme-wargaming #details-form .alert-failure ul li{margin:0}.theme-wargaming #payment-summary table{width:100%;color:#d1b482;letter-spacing:1.2px}.theme-wargaming #payment-summary table tr#total>td{border-top:1px solid #4d4c4b}.theme-wargaming #payment-summary table td{padding-bottom:8px;padding-top:12px}.theme-wargaming #payment-summary table #total>td{padding-top:18px;border-top:1px solid #fff}.theme-wargaming #payment-summary .konbini-note{background-color:rgba(0,0,0,0);padding:0}.theme-wargaming .field-group{display:flex;justify-content:space-between}.theme-wargaming #details-form .credit-card-input-wrapper{position:relative;width:100%;display:inline-block}.theme-wargaming #details-form .credit-card-input-wrapper .credit-card-brand-icons{position:absolute;margin-top:1px;top:5px;right:5px;height:23px}.theme-wargaming #details-form .credit-card-input-wrapper .credit-card-brand-icons .credit-card-icon{display:inline-block;background-size:contain;width:36px;height:23px}.theme-wargaming #details-form .credit-card-input-wrapper .credit-card-brand-icons .unknown{background-image:url(/packs/static/images/credit_card/icons/wargaming-32daa52dadd7ad21ccdc.svg)}.theme-wargaming #details-form .credit-card-input-wrapper .credit-card-brand-icons .visa{background-image:url(/packs/static/images/credit_card/icons/visa-9ffefcfcfc1e469b0dd4.svg)}.theme-wargaming #details-form .credit-card-input-wrapper .credit-card-brand-icons .mastercard{background-image:url(/packs/static/images/credit_card/icons/mastercard-b9448cc99de50fdaec49.svg)}.theme-wargaming #details-form .credit-card-input-wrapper .credit-card-brand-icons .americanexpress{background-image:url(/packs/static/images/credit_card/icons/americanexpress-c3a15d7b0a0ab85bf1d3.svg)}.theme-wargaming #details-form .credit-card-input-wrapper .credit-card-brand-icons .jcb{background-image:url(/packs/static/images/credit_card/icons/jcb-484f8d65384222673b1d.svg)}.theme-wargaming #details-form .credit-card-input-wrapper .credit-card-brand-icons .diners_club{background-image:url(/packs/static/images/credit_card/icons/diners_club-f327530f1548658d0a11.svg)}.theme-wargaming #details-form .credit-card-input-wrapper .credit-card-brand-icons .unknown{opacity:.5;transition:opacity .2s}.theme-wargaming #details-form .credit-card-input-wrapper:focus-within .credit-card-brand-icons .unknown{opacity:1}.theme-wargaming #details-form .credit-card-input-wrapper .hidden{display:none}.theme-wargaming #details-form .credit-card-input-wrapper .icon-default{opacity:.2}.theme-wargaming #details-form .credit-card-input-wrapper .icon-greyed{display:none;-webkit-filter:grayscale(1);filter:gray;filter:grayscale(1)}@media screen and (max-width: 900px){.theme-wargaming #payment-summary h2{text-align:center}.theme-wargaming section{display:block}.theme-wargaming aside{width:100%;margin:0}.theme-wargaming footer{width:100%}.theme-wargaming #details-form{width:100%}.theme-wargaming #details-form h2{font-size:20px}.theme-wargaming #details-form form .input label{width:100%;padding:8px 0px}.theme-wargaming .form-actions{margin-top:40px}.theme-wargaming .form-actions .purchase,.theme-wargaming .form-actions .button{width:100%}.theme-wargaming .form-actions .button,.theme-wargaming .form-actions input[type=submit]{width:100%}}.theme-blizzard{font-family:Arial,Helvetica,sans-serif;line-height:1.5;background:#002650 url(/packs/static/images/bnet-background-7b9fff250491f6a96691.png) no-repeat center top;background-color:#002650;color:#fff}.theme-blizzard .checkout-secure{display:none}.theme-blizzard footer .footer-wrapper{padding:10px;opacity:.5;font-size:14px;text-align:center}.theme-blizzard footer .footer-wrapper .tokutei{margin:0 2rem 0 3rem;vertical-align:top;line-height:52px}.theme-blizzard footer .footer-wrapper .tokutei a:hover{color:#fff}.theme-blizzard .required-description{text-transform:uppercase;font-size:12px}.theme-blizzard #subtype-form{border:none;background:none}.theme-blizzard #subtype-form fieldset{box-shadow:none}.theme-blizzard #subtype-form fieldset .option:not(:first-child) label{border-top:1px solid #42566e}.theme-blizzard #subtype-form fieldset .option label{color:inherit;background:rgba(0,0,0,.2)}.theme-blizzard .return-button span:lang(en):after{content:" Shop"}.theme-blizzard .return-button span:lang(ja):after{content:" ショップ"}.theme-blizzard .alert{padding:0}.theme-blizzard .alert .payment-has-errors i{display:none}.theme-blizzard .alert-failure{position:relativee;text-decoration:none;font-size:15px;margin-bottom:20px;line-height:22.5px;background-color:rgba(0,0,0,.3);border-color:#930304;box-shadow:4px 6px 17px 0 rgba(0,0,0,.15);padding:0px 45px 20px 59px}.theme-blizzard .alert-failure ul{font-size:15px;line-height:22.5px;margin:0}.theme-blizzard .alert-failure ul li{color:hsla(0,0%,100%,.7);font-weight:400}.theme-blizzard .alert-failure:before{content:"";display:block;position:relative;top:22px;left:-40px;width:24px;height:24px;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAbCAYAAABiFp9rAAADhUlEQVRIie2VT2gcVRzHv+/t/NnOzuxOtxsRNd3dbJJOSVARRGoRwaCIkNQeRKEeihcD9iRehASqKXgRT3oRe+pRRKyebFGKWk0XpMWSbbMJ65qN7bCTpLPr7E5m3pvnwaQs2+0mxYtCv5eBx+/3+/w+bxgGuJ//eshuijzLyqjx+BECPAcgu3VcFcB3m77/VeLaNedfgZxsVkkmkydjsdjbAlBFFDXbYbgCAHtkeZBQahBgk3P+UaPROJmpVoN7BgXj42ZMkr7hnB8OGJv/pF7/esZxfmNAQAAfAD7IZA4fS6ePPaCqBwPG5h3bfjG3vn5rJ7vbsbPZ2Ob4+Lf+2Jj4OZc7DWCSAE8TYOCEYdxe7oRhkDPJ5KOuZS37Y2PCHh4uyoC8a9BGoTDtWVYnZLhnXT6/37WsZc+yhFMoVDzLEufT6VOdy/S12RgdXXUKhcpeQo4S4EA/SGNkRNj5/OqUph238/nV+tCQowL57nrafRCX5WcIYw+d97wvXSE23jKMxV4QTukFEQRDbcb+fL1Wmz3baq20XXdOBva9bxhHuq2k7iFhGD5LIHB6be2qDFQ/bjZFLwhhYc4L2Y3j9frsuTCsUuCnVCpV5pxhhNLH33XdvQDW72oURdGDjHF2LgzrHLC7IV4UfR/5fs7/BzKzDYkAf9ZxVhjjLKMoAwJI9zUCgIhzECBiQGv7bCmVevgvz7sgUZpr+v4f0573Xieks3crWufMO4xYFK1wzqVJTRvohKiq+iMRItfqA5nLZAY555ITBPXuuXeANj1vnjOGF8LwCQnQtiFRGOYa7fbq3SAA4LruS5wxFINgER230TN2NhsrG4a9oOu1d3T9yWXTrFaSSbGg67XnZfkNABMUiPfqWzbNatkwbBmYol3vqGd+T6enlxIJsaDrte1nPwgALOr63FIiIT5LpT4EMLHrj/ayoly8Ho+LoixXd4KUksmZ6/G4uKwoF2VgSgIGd4R0WJmXVLVUUhTxA41dPZtKTdrZbKxzmYppTpQSiV9KiiJ+NYwrBwh5jQJP9bLpq3dK07TRkH16MIpeoQQKF6KpSlIFAASwn3NuRgJBidLP32ThF7eEsCWgGALhPYEAIEEIPRSLHXqZkFdHougxTWAfALQI1sqUXjkjRPESY+sAljRCyp4QUa85u/rDAoAMyBR4JARMAezZam5TwCHAzV4W9/P/yt/CFLnKL5eyHAAAAABJRU5ErkJggg==) no-repeat center top}.theme-blizzard footer{background:none}@media only screen and (max-width: 766px){.theme-blizzard footer{text-align:center}}.theme-blizzard .alert-failure{text-decoration:none}.theme-blizzard h2{font-weight:300}.theme-blizzard header{background:hsla(0,0%,100%,.05);margin-bottom:2rem;min-height:85px;padding:15px;display:flex;justify-content:space-between;align-items:center;flex-direction:row-reverse}.theme-blizzard header .merchant-logo{position:unset}.theme-blizzard header span.logo a{display:inline-block;height:60px;width:173px;background:url(/packs/static/images/degica-logo-sprite-e2dc830eaa5ea6ca78da.png) 0 -60px}.theme-blizzard header span.logo .mini{line-height:62px;font-size:1.5em;color:#999;font-weight:normal;display:none}.theme-blizzard section{display:flex;flex-direction:row-reverse}@media only screen and (max-width: 766px){.theme-blizzard section{flex-direction:column}}@media only screen and (max-width: 766px){.theme-blizzard section aside{width:82.9403914003%;margin:0 auto}}.theme-blizzard #details-form{background-color:rgba(0,0,0,0);border-right:1px solid hsla(0,0%,100%,.1)}@media only screen and (max-width: 766px){.theme-blizzard #details-form{border-right:0px}}.theme-blizzard #details-form .qr-align{width:200px;display:block;margin:auto}.theme-blizzard #details-form .return-button{margin-top:40px;box-shadow:none;text-shadow:none;background:linear-gradient(180deg, #0f9ada, #0076ad);border:0;font-weight:300;min-width:194px;margin:0;padding:20px;font-size:18px;line-height:20px;height:60px;text-align:center}.theme-blizzard #details-form .return-button:hover{box-shadow:0 1px 1px rgba(0,0,0,.3),inset 0 0 0 1px hsla(0,0%,100%,.15);background:linear-gradient(180deg, #37c0ff, #0097dd)}.theme-blizzard #details-form .actions .button_to{padding:0px 10px}.theme-blizzard #details-form #instructions a:link,.theme-blizzard #details-form #instructions a:visited,.theme-blizzard #details-form #instructions a:hover,.theme-blizzard #details-form #instructions a:active{color:#ff7b00}.theme-blizzard #details-form h2{padding:18px 24px}.theme-blizzard #details-form .print{border:0;font-weight:normal}.theme-blizzard #details-form .print i{display:none}.theme-blizzard #details-form form p,.theme-blizzard #details-form form label abbr,.theme-blizzard #details-form .flex-form p,.theme-blizzard #details-form .flex-form label abbr{color:#67c1f5}.theme-blizzard #details-form form abbr,.theme-blizzard #details-form .flex-form abbr{text-decoration:none}.theme-blizzard #details-form form .input label,.theme-blizzard #details-form .flex-form .input label{text-align:left;font-size:13px;padding:8px;width:50%;letter-spacing:.075em;color:#fff;text-transform:uppercase}@media only screen and (max-width: 766px){.theme-blizzard #details-form form .input label,.theme-blizzard #details-form .flex-form .input label{width:auto}}.theme-blizzard #details-form form .checkbox-label,.theme-blizzard #details-form .flex-form .checkbox-label{display:inline}.theme-blizzard #details-form form #webmoney_pin,.theme-blizzard #details-form .flex-form #webmoney_pin{width:unset}.theme-blizzard #details-form form #webmoney_pin input,.theme-blizzard #details-form .flex-form #webmoney_pin input{width:50px}.theme-blizzard #details-form form .input.field_with_errors label,.theme-blizzard #details-form form .input.field_with_errors .error,.theme-blizzard #details-form .flex-form .input.field_with_errors label,.theme-blizzard #details-form .flex-form .input.field_with_errors .error{color:#cd0606}.theme-blizzard #details-form form .input.field_with_errors span.error,.theme-blizzard #details-form .flex-form .input.field_with_errors span.error{font-size:13px}.theme-blizzard #details-form form .input.field_with_errors input,.theme-blizzard #details-form .flex-form .input.field_with_errors input{border:1px solid rgba(205,6,6,.6)}.theme-blizzard #details-form form .input.field_with_errors input:hover,.theme-blizzard #details-form form .input.field_with_errors input:focus,.theme-blizzard #details-form .flex-form .input.field_with_errors input:hover,.theme-blizzard #details-form .flex-form .input.field_with_errors input:focus{border:1px solid #cd0606;text-shadow:none}.theme-blizzard #details-form form .konbini-option label,.theme-blizzard #details-form .flex-form .konbini-option label{background-color:rgba(0,0,0,.2);color:#67c1f5;border:none;padding:10px 0px;margin-bottom:10px;cursor:pointer}.theme-blizzard #details-form form .konbini-option label:hover,.theme-blizzard #details-form .flex-form .konbini-option label:hover{background-color:#203044}.theme-blizzard #details-form form legend,.theme-blizzard #details-form .flex-form legend{font-size:18px;margin-top:.5em;margin-bottom:1em}.theme-blizzard #details-form form legend span,.theme-blizzard #details-form .flex-form legend span{color:#fff;font-weight:300}.theme-blizzard #details-form form fieldset,.theme-blizzard #details-form .flex-form fieldset{border-top:0}.theme-blizzard #details-form form .credit-card-expiration input,.theme-blizzard #details-form .flex-form .credit-card-expiration input{width:47px}.theme-blizzard #details-form form input[type=email],.theme-blizzard #details-form form input[type=text],.theme-blizzard #details-form form input[type=password],.theme-blizzard #details-form form input[type=tel],.theme-blizzard #details-form .flex-form input[type=email],.theme-blizzard #details-form .flex-form input[type=text],.theme-blizzard #details-form .flex-form input[type=password],.theme-blizzard #details-form .flex-form input[type=tel]{box-shadow:none;display:inline-block;vertical-align:middle;height:34px;padding:0 10px;margin-top:3px;margin-bottom:3px;font-size:15px;line-height:20px;border:1px solid hsla(0,0%,100%,.3);background-color:rgba(0,0,0,.5);color:hsla(0,0%,100%,.7);box-sizing:border-box;border-radius:2px}.theme-blizzard #details-form form input[type=text]:hover,.theme-blizzard #details-form form input[type=email]:hover,.theme-blizzard #details-form form input[type=password]:hover,.theme-blizzard #details-form form input[type=tel]:hover,.theme-blizzard #details-form .flex-form input[type=text]:hover,.theme-blizzard #details-form .flex-form input[type=email]:hover,.theme-blizzard #details-form .flex-form input[type=password]:hover,.theme-blizzard #details-form .flex-form input[type=tel]:hover{border-color:#999}.theme-blizzard #details-form form input[type=text]:focus,.theme-blizzard #details-form form input[type=email]:focus,.theme-blizzard #details-form form input[type=password]:focus,.theme-blizzard #details-form form input[type=tel]:focus,.theme-blizzard #details-form .flex-form input[type=text]:focus,.theme-blizzard #details-form .flex-form input[type=email]:focus,.theme-blizzard #details-form .flex-form input[type=password]:focus,.theme-blizzard #details-form .flex-form input[type=tel]:focus{-moz-box-shadow:inset 0 0 5px #1e5f99;-webkit-box-shadow:inset 0 0 5px #1e5f99;box-shadow:inset 0 0 5px #1e5f99;border:1px solid #1e5f99;color:#fff}.theme-blizzard #details-form form .form-actions,.theme-blizzard #details-form .flex-form .form-actions{border:0;margin:0;margin-top:40px;padding:0;display:flex;flex-direction:column}.theme-blizzard #details-form form .form-actions input[type=submit],.theme-blizzard #details-form form .form-actions .button,.theme-blizzard #details-form .flex-form .form-actions input[type=submit],.theme-blizzard #details-form .flex-form .form-actions .button{background:#0e86ca;border:1px solid #10a1de;box-shadow:none;font-weight:300;width:100%;margin:0;line-height:44px;padding:0;font-size:18px;margin-left:0px}.theme-blizzard #details-form form .form-actions input[type=submit]:hover,.theme-blizzard #details-form form .form-actions .button:hover,.theme-blizzard #details-form .flex-form .form-actions input[type=submit]:hover,.theme-blizzard #details-form .flex-form .form-actions .button:hover{background:rgb(27.75,162.75,239.25)}.theme-blizzard #details-form form .form-actions .cancel-button,.theme-blizzard #details-form form .form-actions .unlink-button,.theme-blizzard #details-form .flex-form .form-actions .cancel-button,.theme-blizzard #details-form .flex-form .form-actions .unlink-button{text-shadow:none;text-align:center;background:rgba(0,0,0,.4);font-weight:300;line-height:44px;padding:0;min-width:194px;font-size:18px;color:#00aeff;border:1px solid #0d639f;box-shadow:0 0 rgba(0,0,0,0);border-radius:0;transition:background-color .2s,box-shadow .2s,background-color .2s,border-color .2s,color .2s;margin-left:0;margin-top:20px;width:100%}.theme-blizzard #details-form form .form-actions .cancel-button:hover,.theme-blizzard #details-form form .form-actions .unlink-button:hover,.theme-blizzard #details-form .flex-form .form-actions .cancel-button:hover,.theme-blizzard #details-form .flex-form .form-actions .unlink-button:hover{color:#91e4ff;border-color:#0e86ca}.theme-blizzard #details-form form .unlink,.theme-blizzard #details-form form .purchase,.theme-blizzard #details-form .flex-form .unlink,.theme-blizzard #details-form .flex-form .purchase{width:100%;text-align:center}.theme-blizzard #details-form form .save-actions,.theme-blizzard #details-form .flex-form .save-actions{width:100%;flex-direction:column-reverse}@media only screen and (max-width: 766px){.theme-blizzard #details-form{border-left:0}.theme-blizzard #details-form .content{padding:0}.theme-blizzard #details-form h2{padding:20px 0}.theme-blizzard #details-form .return-button{width:100%;text-align:center}.theme-blizzard #details-form form{padding:0}}.theme-blizzard #payment-summary table{width:100%;font-weight:300;font-size:16px}.theme-blizzard #payment-summary table td{padding-bottom:8px;padding-top:12px;font-size:13px}.theme-blizzard #payment-summary table td.label{font-size:14px}.theme-blizzard #payment-summary table #total>td{padding-top:18px;border-top:1px solid #fff;font-size:24px}.theme-blizzard #payment-summary .fee-information{color:#ff7b00;border:1px solid #ff7b00;padding:10px 12px;font-size:13px}.theme-blizzard #payment-summary .konbini-note{background-color:#002650;color:#999;border:1px solid #999}.theme-blizzard #receipt-info{border:solid 1px gray;color:#999;font-size:13px;padding:.5em 1em}.theme-blizzard .required-description{display:none}.theme-blizzard .checkout-secure{text-align:center;padding:10px;opacity:.9}.theme-blizzard .checkout-secure .secure-info{display:flex;justify-content:center;align-items:center;margin-bottom:10px}.theme-blizzard .checkout-secure p{color:#756a6a;font-weight:500;font-size:.9em;margin:5px}.theme-blizzard .checkout-secure img{width:85px;display:block;margin:auto}.theme-degicafan{font-family:Ubuntu,Helvetica,sans-serif;background-color:#000;color:#fff}.theme-degicafan header .mini{float:right;margin-top:2rem}.theme-degicafan footer{display:none}.theme-degicafan form .error{padding:6px 0 0 50%;color:#e80f4c;font-size:12px;font-weight:bold}@media screen and (max-width: 560px){.theme-degicafan form .error{padding-left:0}}.theme-degicafan header{padding:1em 3em;margin-bottom:2rem;background-color:#000;border-bottom:1px solid #000;width:100%;display:inline-block}.theme-degicafan header .merchant-logo{display:block;position:inherit;float:left;background-position:left center}.theme-degicafan header span.logo{display:none}.theme-degicafan header span.logo p,.theme-degicafan header span.logo .mini{color:#fff;font-weight:900}.theme-degicafan section{color:#fff}.theme-degicafan section h2{color:#fff;margin-bottom:2rem;font-size:26px;font-weight:300}.theme-degicafan #details-form{background-color:#333;border:1px solid #000;border-radius:25px;color:#fff}.theme-degicafan #details-form .required-description{display:none}.theme-degicafan #details-form .saved-details{font-size:16px;font-weight:400}.theme-degicafan #details-form .form-actions{border:none;display:flex;justify-content:space-around;flex-wrap:wrap}.theme-degicafan #details-form .form-actions input,.theme-degicafan #details-form .form-actions .button{order:2;background-color:#00a47b;border:none;border-radius:10px;background-image:none;padding:12px 40px;color:#fff;box-shadow:none}.theme-degicafan #details-form .form-actions input:hover{background-color:rgb(0,113,84.75);transition:.25s all ease-in-out}.theme-degicafan #details-form .form-actions .cancel-button,.theme-degicafan #details-form .form-actions .unlink-button{order:1;background-color:#b90000;background-image:none;text-decoration:none;font-weight:normal;border:none;border-radius:10px;color:#fff;padding:12px 40px;box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24)}.theme-degicafan #details-form .form-actions .cancel-button:hover,.theme-degicafan #details-form .form-actions .unlink-button:hover{background-color:#860000;transition:.25s all ease-in-out}.theme-degicafan #details-form .form-actions .unlink-button{margin:13px 22px 13px 22px}@media only screen and (max-width: 766px){.theme-degicafan #details-form .form-actions{flex-direction:column}.theme-degicafan #details-form .form-actions input,.theme-degicafan #details-form .form-actions .button,.theme-degicafan #details-form .form-actions .cancel-button,.theme-degicafan #details-form .form-actions .unlink-button{display:block;margin-bottom:1rem;text-align:center;order:1}}.theme-degicafan #details-form h2{padding:30px 24px;text-align:left;margin-bottom:0px;font-weight:300}.theme-degicafan #details-form h2.payment-details{background-color:#2699b3}.theme-degicafan #details-form h2.payment-method-details{color:#fff}.theme-degicafan #details-form h2.landing{background-color:#4a4a4a;border-top-left-radius:15px;border-top-right-radius:15px}.theme-degicafan #details-form h2.warning{background-color:#f0ad4e !important}.theme-degicafan #details-form .form-inputs input[type=text],.theme-degicafan #details-form .form-inputs input[type=email],.theme-degicafan #details-form .form-inputs input[type=password],.theme-degicafan #details-form .form-inputs input[type=tel]{line-height:30px;border-radius:7.5px;min-width:60px}.theme-degicafan #details-form .form-inputs .input input{background:#000;color:#fff;border:1px solid #000;box-shadow:none}.theme-degicafan #details-form .form-inputs .input input[disabled]{border:1px solid #4a4a4a;background:#4a4a4a}.theme-degicafan #details-form .form-inputs .input input:focus{border:1px solid #fff}.theme-degicafan #details-form .form-inputs .input label{width:50%;text-align:left;color:#fff}.theme-degicafan #details-form .form-inputs .input label abbr{color:#4dbc93;font-size:20px}@media only screen and (max-width: 766px){.theme-degicafan #details-form .form-inputs .input label{width:100%}}.theme-degicafan #details-form .form-inputs .prefilled{color:#333}.theme-degicafan #details-form .form-inputs fieldset{border:0;margin-top:1rem}.theme-degicafan #details-form .form-inputs fieldset legend{padding-top:.75rem}.theme-degicafan #details-form .form-inputs fieldset legend span{text-transform:capitalize;color:#fff;font-weight:400;font-size:16px}.theme-degicafan #details-form .form-inputs fieldset .konbini-option{margin-bottom:1rem}.theme-degicafan #details-form .form-inputs fieldset .konbini-option label{padding:10px 0;color:#fff;background-color:#4a4a4a;border:none;border-radius:15px;cursor:pointer}.theme-degicafan #details-form .middle-actions .button,.theme-degicafan #details-form .actions .return-button{background-image:none;background-color:#00a47b;border:none;border-radius:10px;padding:12px 20px;font-weight:400;box-shadow:none}.theme-degicafan #details-form .middle-action:hover .button:hover,.theme-degicafan #details-form .actions:hover .return-button:hover{background-color:rgb(0,113,84.75)}.theme-degicafan #details-form .actions .button_to{padding:0px 10px}.theme-degicafan #details-form .notice-area{background-color:#000;padding:15px}.theme-degicafan #payment-summary table{width:100%;font-weight:400}.theme-degicafan #payment-summary table tr{padding-bottom:1rem}.theme-degicafan #payment-summary table tr td{padding-bottom:1.7rem;color:#fff;font-weight:400}.theme-degicafan #payment-summary table #total>td{border-top:3px double #ccc;padding-top:1rem;font-weight:400;color:#fff}.theme-degicafan #payment-summary table #total td.label,.theme-degicafan #payment-summary table #tax td.label,.theme-degicafan #payment-summary table #subtotal td.label{font-weight:500}.theme-degicafan #payment-summary .konbini-note{background-color:#333;border-radius:20px}.theme-degicafan #receipt-info{background-color:#333;border-radius:25px;padding:1rem 2rem}.theme-degicafan #instructions ol ul{list-style-type:none}.theme-degicafan #instructions ol ul strong{margin-top:10px;display:inline-block}.theme-degicafan .qr-align{width:200px;display:block;margin:auto}.theme-degicafan .product img{width:300px}.theme-degicafan .product div.description{padding:10px 24px}.theme-degicafan .product .out-of-stock{padding:10px 24px}.theme-degicafan .product select{max-width:215px}.theme-degicafan .checkout-secure{text-align:center;padding:10px;border-top:1px solid #5d5c5c;opacity:.9}.theme-degicafan .checkout-secure .secure-info{display:flex;justify-content:center;align-items:center;margin-bottom:10px}.theme-degicafan .checkout-secure p{color:#fff;font-weight:500;font-size:.9em;margin:5px}.theme-degicafan .checkout-secure img{width:85px;display:block;margin:auto}
