/*!
 * 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:.08333em;vertical-align:.125em}.fa-sm{font-size:.875em;line-height:.07143em;vertical-align:.05357em}.fa-lg{font-size:1.25em;line-height:.05em;vertical-align:-.075em}.fa-xl{font-size:1.5em;line-height:.04167em;vertical-align:-.125em}.fa-2xl{font-size:2em;line-height:.03125em;vertical-align:-.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, .1em);border-style:var(--fa-border-style, solid);border-width:var(--fa-border-width, .08em);padding:var(--fa-border-padding, .2em .25em .15em)}.fa-pull-left{float:left;margin-right:var(--fa-pull-margin, .3em)}.fa-pull-right{float:right;margin-left:var(--fa-pull-margin, .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(.28, .84, .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(.4, 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(.4, 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) translateY(0)}10%{transform:scale(var(--fa-bounce-start-scale-x, 1.1),var(--fa-bounce-start-scale-y, .9)) translateY(0)}30%{transform:scale(var(--fa-bounce-jump-scale-x, .9),var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -.5em))}50%{transform:scale(var(--fa-bounce-land-scale-x, 1.05),var(--fa-bounce-land-scale-y, .95)) translateY(0)}57%{transform:scale(1) translateY(var(--fa-bounce-rebound, -.125em))}64%{transform:scale(1) translateY(0)}to{transform:scale(1) translateY(0)}}@keyframes fa-fade{50%{opacity:var(--fa-fade-opacity, .4)}}@keyframes fa-beat-fade{0%,to{opacity:var(--fa-beat-fade-opacity, .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%,to{transform:rotate(0)}}@keyframes fa-spin{0%{transform:rotate(0)}to{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:scaleX(-1)}.fa-flip-vertical{transform:scaleY(-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{transform:scale(-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: "0"}.fa-1{--fa: "1"}.fa-2{--fa: "2"}.fa-3{--fa: "3"}.fa-4{--fa: "4"}.fa-5{--fa: "5"}.fa-6{--fa: "6"}.fa-7{--fa: "7"}.fa-8{--fa: "8"}.fa-9{--fa: "9"}.fa-fill-drip{--fa: ""}.fa-arrows-to-circle{--fa: ""}.fa-circle-chevron-right,.fa-chevron-circle-right{--fa: ""}.fa-at{--fa: "@"}.fa-trash-can,.fa-trash-alt{--fa: ""}.fa-text-height{--fa: ""}.fa-user-xmark,.fa-user-times{--fa: ""}.fa-stethoscope{--fa: ""}.fa-message,.fa-comment-alt{--fa: ""}.fa-info{--fa: ""}.fa-down-left-and-up-right-to-center,.fa-compress-alt{--fa: ""}.fa-explosion{--fa: ""}.fa-file-lines,.fa-file-alt,.fa-file-text{--fa: ""}.fa-wave-square{--fa: ""}.fa-ring{--fa: ""}.fa-building-un{--fa: ""}.fa-dice-three{--fa: ""}.fa-calendar-days,.fa-calendar-alt{--fa: ""}.fa-anchor-circle-check{--fa: ""}.fa-building-circle-arrow-right{--fa: ""}.fa-volleyball,.fa-volleyball-ball{--fa: ""}.fa-arrows-up-to-line{--fa: ""}.fa-sort-down,.fa-sort-desc{--fa: ""}.fa-circle-minus,.fa-minus-circle{--fa: ""}.fa-door-open{--fa: ""}.fa-right-from-bracket,.fa-sign-out-alt{--fa: ""}.fa-atom{--fa: ""}.fa-soap{--fa: ""}.fa-icons,.fa-heart-music-camera-bolt{--fa: ""}.fa-microphone-lines-slash,.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-search-location{--fa: ""}.fa-forward-step,.fa-step-forward{--fa: ""}.fa-face-smile-beam,.fa-smile-beam{--fa: ""}.fa-flag-checkered{--fa: ""}.fa-football,.fa-football-ball{--fa: ""}.fa-school-circle-exclamation{--fa: ""}.fa-crop{--fa: ""}.fa-angles-down,.fa-angle-double-down{--fa: ""}.fa-users-rectangle{--fa: ""}.fa-people-roof{--fa: ""}.fa-people-line{--fa: ""}.fa-beer-mug-empty,.fa-beer{--fa: ""}.fa-diagram-predecessor{--fa: ""}.fa-arrow-up-long,.fa-long-arrow-up{--fa: ""}.fa-fire-flame-simple,.fa-burn{--fa: ""}.fa-person,.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-grin-stars{--fa: ""}.fa-bong{--fa: ""}.fa-spaghetti-monster-flying,.fa-pastafarianism{--fa: ""}.fa-arrow-down-up-across-line{--fa: ""}.fa-spoon,.fa-utensil-spoon{--fa: ""}.fa-jar-wheat{--fa: ""}.fa-envelopes-bulk,.fa-mail-bulk{--fa: ""}.fa-file-circle-exclamation{--fa: ""}.fa-circle-h,.fa-hospital-symbol{--fa: ""}.fa-pager{--fa: ""}.fa-address-book,.fa-contact-book{--fa: ""}.fa-strikethrough{--fa: ""}.fa-k{--fa: "K"}.fa-landmark-flag{--fa: ""}.fa-pencil,.fa-pencil-alt{--fa: ""}.fa-backward{--fa: ""}.fa-caret-right{--fa: ""}.fa-comments{--fa: ""}.fa-paste,.fa-file-clipboard{--fa: ""}.fa-code-pull-request{--fa: ""}.fa-clipboard-list{--fa: ""}.fa-truck-ramp-box,.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-torah{--fa: ""}.fa-broom-ball,.fa-quidditch,.fa-quidditch-broom-ball{--fa: ""}.fa-toggle-off{--fa: ""}.fa-box-archive,.fa-archive{--fa: ""}.fa-person-drowning{--fa: ""}.fa-arrow-down-9-1,.fa-sort-numeric-desc,.fa-sort-numeric-down-alt{--fa: ""}.fa-face-grin-tongue-squint,.fa-grin-tongue-squint{--fa: ""}.fa-spray-can{--fa: ""}.fa-truck-monster{--fa: ""}.fa-w{--fa: "W"}.fa-earth-africa,.fa-globe-africa{--fa: ""}.fa-rainbow{--fa: ""}.fa-circle-notch{--fa: ""}.fa-tablet-screen-button,.fa-tablet-alt{--fa: ""}.fa-paw{--fa: ""}.fa-cloud{--fa: ""}.fa-trowel-bricks{--fa: ""}.fa-face-flushed,.fa-flushed{--fa: ""}.fa-hospital-user{--fa: ""}.fa-tent-arrow-left-right{--fa: ""}.fa-gavel,.fa-legal{--fa: ""}.fa-binoculars{--fa: ""}.fa-microphone-slash{--fa: ""}.fa-box-tissue{--fa: ""}.fa-motorcycle{--fa: ""}.fa-bell-concierge,.fa-concierge-bell{--fa: ""}.fa-pen-ruler,.fa-pencil-ruler{--fa: ""}.fa-people-arrows,.fa-people-arrows-left-right{--fa: ""}.fa-mars-and-venus-burst{--fa: ""}.fa-square-caret-right,.fa-caret-square-right{--fa: ""}.fa-scissors,.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-digital-tachograph{--fa: ""}.fa-users-slash{--fa: ""}.fa-clover{--fa: ""}.fa-reply,.fa-mail-reply{--fa: ""}.fa-star-and-crescent{--fa: ""}.fa-house-fire{--fa: ""}.fa-square-minus,.fa-minus-square{--fa: ""}.fa-helicopter{--fa: ""}.fa-compass{--fa: ""}.fa-square-caret-down,.fa-caret-square-down{--fa: ""}.fa-file-circle-question{--fa: ""}.fa-laptop-code{--fa: ""}.fa-swatchbook{--fa: ""}.fa-prescription-bottle{--fa: ""}.fa-bars,.fa-navicon{--fa: ""}.fa-people-group{--fa: ""}.fa-hourglass-end,.fa-hourglass-3{--fa: ""}.fa-heart-crack,.fa-heart-broken{--fa: ""}.fa-square-up-right,.fa-external-link-square-alt{--fa: ""}.fa-face-kiss-beam,.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-exclamation-circle{--fa: ""}.fa-school-circle-xmark{--fa: ""}.fa-arrow-right-from-bracket,.fa-sign-out{--fa: ""}.fa-circle-chevron-down,.fa-chevron-circle-down{--fa: ""}.fa-unlock-keyhole,.fa-unlock-alt{--fa: ""}.fa-cloud-showers-heavy{--fa: ""}.fa-headphones-simple,.fa-headphones-alt{--fa: ""}.fa-sitemap{--fa: ""}.fa-circle-dollar-to-slot,.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-volume-down{--fa: ""}.fa-comment-slash{--fa: ""}.fa-cloud-sun-rain{--fa: ""}.fa-compress{--fa: ""}.fa-wheat-awn,.fa-wheat-alt{--fa: ""}.fa-ankh{--fa: ""}.fa-hands-holding-child{--fa: ""}.fa-asterisk{--fa: "*"}.fa-square-check,.fa-check-square{--fa: ""}.fa-peseta-sign{--fa: ""}.fa-heading,.fa-header{--fa: ""}.fa-ghost{--fa: ""}.fa-list,.fa-list-squares{--fa: ""}.fa-square-phone-flip,.fa-phone-square-alt{--fa: ""}.fa-cart-plus{--fa: ""}.fa-gamepad{--fa: ""}.fa-circle-dot,.fa-dot-circle{--fa: ""}.fa-face-dizzy,.fa-dizzy{--fa: ""}.fa-egg{--fa: ""}.fa-house-medical-circle-xmark{--fa: ""}.fa-campground{--fa: ""}.fa-folder-plus{--fa: ""}.fa-futbol,.fa-futbol-ball,.fa-soccer-ball{--fa: ""}.fa-paintbrush,.fa-paint-brush{--fa: ""}.fa-lock{--fa: ""}.fa-gas-pump{--fa: ""}.fa-hot-tub-person,.fa-hot-tub{--fa: ""}.fa-map-location,.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-edit{--fa: ""}.fa-car-side{--fa: ""}.fa-share-nodes,.fa-share-alt{--fa: ""}.fa-heart-circle-minus{--fa: ""}.fa-hourglass-half,.fa-hourglass-2{--fa: ""}.fa-microscope{--fa: ""}.fa-sink{--fa: ""}.fa-bag-shopping,.fa-shopping-bag{--fa: ""}.fa-arrow-down-z-a,.fa-sort-alpha-desc,.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-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-kiss{--fa: ""}.fa-bridge-circle-xmark{--fa: ""}.fa-face-grin-tongue,.fa-grin-tongue{--fa: ""}.fa-chess-bishop{--fa: ""}.fa-face-grin-wink,.fa-grin-wink{--fa: ""}.fa-ear-deaf,.fa-deaf,.fa-deafness,.fa-hard-of-hearing{--fa: ""}.fa-road-circle-check{--fa: ""}.fa-dice-five{--fa: ""}.fa-square-rss,.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-hryvnia{--fa: ""}.fa-pills{--fa: ""}.fa-face-grin-wide,.fa-grin-alt{--fa: ""}.fa-tooth{--fa: ""}.fa-v{--fa: "V"}.fa-bangladeshi-taka-sign{--fa: ""}.fa-bicycle{--fa: ""}.fa-staff-snake,.fa-rod-asclepius,.fa-rod-snake,.fa-staff-aesculapius{--fa: ""}.fa-head-side-cough-slash{--fa: ""}.fa-truck-medical,.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-temperature-2,.fa-thermometer-2,.fa-thermometer-half{--fa: ""}.fa-dong-sign{--fa: ""}.fa-capsules{--fa: ""}.fa-poo-storm,.fa-poo-bolt{--fa: ""}.fa-face-frown-open,.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-folder-blank{--fa: ""}.fa-file-waveform,.fa-file-medical-alt{--fa: ""}.fa-radiation{--fa: ""}.fa-chart-simple{--fa: ""}.fa-mars-stroke{--fa: ""}.fa-vial{--fa: ""}.fa-gauge,.fa-dashboard,.fa-gauge-med,.fa-tachometer-alt-average{--fa: ""}.fa-wand-magic-sparkles,.fa-magic-wand-sparkles{--fa: ""}.fa-e{--fa: "E"}.fa-pen-clip,.fa-pen-alt{--fa: ""}.fa-bridge-circle-exclamation{--fa: ""}.fa-user{--fa: ""}.fa-school-circle-check{--fa: ""}.fa-dumpster{--fa: ""}.fa-van-shuttle,.fa-shuttle-van{--fa: ""}.fa-building-user{--fa: ""}.fa-square-caret-left,.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-area-chart{--fa: ""}.fa-house-flag{--fa: ""}.fa-person-circle-minus{--fa: ""}.fa-ban,.fa-cancel{--fa: ""}.fa-camera-rotate{--fa: ""}.fa-spray-can-sparkles,.fa-air-freshener{--fa: ""}.fa-star{--fa: ""}.fa-repeat{--fa: ""}.fa-cross{--fa: ""}.fa-box{--fa: ""}.fa-venus-mars{--fa: ""}.fa-arrow-pointer,.fa-mouse-pointer{--fa: ""}.fa-maximize,.fa-expand-arrows-alt{--fa: ""}.fa-charging-station{--fa: ""}.fa-shapes,.fa-triangle-circle-square{--fa: ""}.fa-shuffle,.fa-random{--fa: ""}.fa-person-running,.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-mouse{--fa: ""}.fa-arrow-right-to-bracket,.fa-sign-in{--fa: ""}.fa-shop-slash,.fa-store-alt-slash{--fa: ""}.fa-server{--fa: ""}.fa-virus-covid-slash{--fa: ""}.fa-shop-lock{--fa: ""}.fa-hourglass-start,.fa-hourglass-1{--fa: ""}.fa-blender-phone{--fa: ""}.fa-building-wheat{--fa: ""}.fa-person-breastfeeding{--fa: ""}.fa-right-to-bracket,.fa-sign-in-alt{--fa: ""}.fa-venus{--fa: ""}.fa-passport{--fa: ""}.fa-thumbtack-slash,.fa-thumb-tack-slash{--fa: ""}.fa-heart-pulse,.fa-heartbeat{--fa: ""}.fa-people-carry-box,.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-weight{--fa: ""}.fa-user-group,.fa-user-friends{--fa: ""}.fa-arrow-up-a-z,.fa-sort-alpha-up{--fa: ""}.fa-chess-knight{--fa: ""}.fa-face-laugh-squint,.fa-laugh-squint{--fa: ""}.fa-wheelchair{--fa: ""}.fa-circle-arrow-up,.fa-arrow-circle-up{--fa: ""}.fa-toggle-on{--fa: ""}.fa-person-walking,.fa-walking{--fa: ""}.fa-l{--fa: "L"}.fa-fire{--fa: ""}.fa-bed-pulse,.fa-procedures{--fa: ""}.fa-shuttle-space,.fa-space-shuttle{--fa: ""}.fa-face-laugh,.fa-laugh{--fa: ""}.fa-folder-open{--fa: ""}.fa-heart-circle-plus{--fa: ""}.fa-code-fork{--fa: ""}.fa-city{--fa: ""}.fa-microphone-lines,.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-mars-stroke-v{--fa: ""}.fa-champagne-glasses,.fa-glass-cheers{--fa: ""}.fa-clipboard{--fa: ""}.fa-house-circle-exclamation{--fa: ""}.fa-file-arrow-up,.fa-file-upload{--fa: ""}.fa-wifi,.fa-wifi-3,.fa-wifi-strong{--fa: ""}.fa-bath,.fa-bathtub{--fa: ""}.fa-underline{--fa: ""}.fa-user-pen,.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-border-style{--fa: ""}.fa-map-location-dot,.fa-map-marked-alt{--fa: ""}.fa-jedi{--fa: ""}.fa-square-poll-vertical,.fa-poll{--fa: ""}.fa-mug-hot{--fa: ""}.fa-car-battery,.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-mars-stroke-h{--fa: ""}.fa-hand-back-fist,.fa-hand-rock{--fa: ""}.fa-square-caret-up,.fa-caret-square-up{--fa: ""}.fa-cloud-showers-water{--fa: ""}.fa-chart-bar,.fa-bar-chart{--fa: ""}.fa-hands-bubbles,.fa-hands-wash{--fa: ""}.fa-less-than-equal{--fa: ""}.fa-train{--fa: ""}.fa-eye-low-vision,.fa-low-vision{--fa: ""}.fa-crow{--fa: ""}.fa-sailboat{--fa: ""}.fa-window-restore{--fa: ""}.fa-square-plus,.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-glass-martini-alt{--fa: ""}.fa-square-binary{--fa: ""}.fa-rotate-left,.fa-rotate-back,.fa-rotate-backward,.fa-undo-alt{--fa: ""}.fa-table-columns,.fa-columns{--fa: ""}.fa-lemon{--fa: ""}.fa-head-side-mask{--fa: ""}.fa-handshake{--fa: ""}.fa-gem{--fa: ""}.fa-dolly,.fa-dolly-box{--fa: ""}.fa-smoking{--fa: ""}.fa-minimize,.fa-compress-arrows-alt{--fa: ""}.fa-monument{--fa: ""}.fa-snowplow{--fa: ""}.fa-angles-right,.fa-angle-double-right{--fa: ""}.fa-cannabis{--fa: ""}.fa-circle-play,.fa-play-circle{--fa: ""}.fa-tablets{--fa: ""}.fa-ethernet{--fa: ""}.fa-euro-sign,.fa-eur,.fa-euro{--fa: ""}.fa-chair{--fa: ""}.fa-circle-check,.fa-check-circle{--fa: ""}.fa-circle-stop,.fa-stop-circle{--fa: ""}.fa-compass-drafting,.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-laugh-beam{--fa: ""}.fa-helicopter-symbol{--fa: ""}.fa-universal-access{--fa: ""}.fa-circle-chevron-up,.fa-chevron-circle-up{--fa: ""}.fa-lari-sign{--fa: ""}.fa-volcano{--fa: ""}.fa-person-walking-dashed-line-arrow-right{--fa: ""}.fa-sterling-sign,.fa-gbp,.fa-pound-sign{--fa: ""}.fa-viruses{--fa: ""}.fa-square-person-confined{--fa: ""}.fa-user-tie{--fa: ""}.fa-arrow-down-long,.fa-long-arrow-down{--fa: ""}.fa-tent-arrow-down-to-line{--fa: ""}.fa-certificate{--fa: ""}.fa-reply-all,.fa-mail-reply-all{--fa: ""}.fa-suitcase{--fa: ""}.fa-person-skating,.fa-skating{--fa: ""}.fa-filter-circle-dollar,.fa-funnel-dollar{--fa: ""}.fa-camera-retro{--fa: ""}.fa-circle-arrow-down,.fa-arrow-circle-down{--fa: ""}.fa-file-import,.fa-arrow-right-to-file{--fa: ""}.fa-square-arrow-up-right,.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-temperature-0,.fa-thermometer-0,.fa-thermometer-empty{--fa: ""}.fa-bomb{--fa: ""}.fa-registered{--fa: ""}.fa-address-card,.fa-contact-card,.fa-vcard{--fa: ""}.fa-scale-unbalanced-flip,.fa-balance-scale-right{--fa: ""}.fa-subscript{--fa: ""}.fa-diamond-turn-right,.fa-directions{--fa: ""}.fa-burst{--fa: ""}.fa-house-laptop,.fa-laptop-house{--fa: ""}.fa-face-tired,.fa-tired{--fa: ""}.fa-money-bills{--fa: ""}.fa-smog{--fa: ""}.fa-crutch{--fa: ""}.fa-cloud-arrow-up,.fa-cloud-upload,.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-sprout{--fa: ""}.fa-left-right,.fa-arrows-alt-h{--fa: ""}.fa-boxes-packing{--fa: ""}.fa-circle-arrow-left,.fa-arrow-circle-left{--fa: ""}.fa-group-arrows-rotate{--fa: ""}.fa-bowl-food{--fa: ""}.fa-candy-cane{--fa: ""}.fa-arrow-down-wide-short,.fa-sort-amount-asc,.fa-sort-amount-down{--fa: ""}.fa-cloud-bolt,.fa-thunderstorm{--fa: ""}.fa-text-slash,.fa-remove-format{--fa: ""}.fa-face-smile-wink,.fa-smile-wink{--fa: ""}.fa-file-word{--fa: ""}.fa-file-powerpoint{--fa: ""}.fa-arrows-left-right,.fa-arrows-h{--fa: ""}.fa-house-lock{--fa: ""}.fa-cloud-arrow-down,.fa-cloud-download,.fa-cloud-download-alt{--fa: ""}.fa-children{--fa: ""}.fa-chalkboard,.fa-blackboard{--fa: ""}.fa-user-large-slash,.fa-user-alt-slash{--fa: ""}.fa-envelope-open{--fa: ""}.fa-handshake-simple-slash,.fa-handshake-alt-slash{--fa: ""}.fa-mattress-pillow{--fa: ""}.fa-guarani-sign{--fa: ""}.fa-arrows-rotate,.fa-refresh,.fa-sync{--fa: ""}.fa-fire-extinguisher{--fa: ""}.fa-cruzeiro-sign{--fa: ""}.fa-greater-than-equal{--fa: ""}.fa-shield-halved,.fa-shield-alt{--fa: ""}.fa-book-atlas,.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-house-damage{--fa: ""}.fa-file-zipper,.fa-file-archive{--fa: ""}.fa-square{--fa: ""}.fa-martini-glass-empty,.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-skiing{--fa: ""}.fa-road-lock{--fa: ""}.fa-a{--fa: "A"}.fa-temperature-arrow-down,.fa-temperature-down{--fa: ""}.fa-feather-pointed,.fa-feather-alt{--fa: ""}.fa-p{--fa: "P"}.fa-snowflake{--fa: ""}.fa-newspaper{--fa: ""}.fa-rectangle-ad,.fa-ad{--fa: ""}.fa-circle-arrow-right,.fa-arrow-circle-right{--fa: ""}.fa-filter-circle-xmark{--fa: ""}.fa-locust{--fa: ""}.fa-sort,.fa-unsorted{--fa: ""}.fa-list-ol,.fa-list-1-2,.fa-list-numeric{--fa: ""}.fa-person-dress-burst{--fa: ""}.fa-money-check-dollar,.fa-money-check-alt{--fa: ""}.fa-vector-square{--fa: ""}.fa-bread-slice{--fa: ""}.fa-language{--fa: ""}.fa-face-kiss-wink-heart,.fa-kiss-wink-heart{--fa: ""}.fa-filter{--fa: ""}.fa-question{--fa: "?"}.fa-file-signature{--fa: ""}.fa-up-down-left-right,.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-star-half-alt{--fa: ""}.fa-code{--fa: ""}.fa-whiskey-glass,.fa-glass-whiskey{--fa: ""}.fa-building-circle-exclamation{--fa: ""}.fa-magnifying-glass-chart{--fa: ""}.fa-arrow-up-right-from-square,.fa-external-link{--fa: ""}.fa-cubes-stacked{--fa: ""}.fa-won-sign,.fa-krw,.fa-won{--fa: ""}.fa-virus-covid{--fa: ""}.fa-austral-sign{--fa: ""}.fa-f{--fa: "F"}.fa-leaf{--fa: ""}.fa-road{--fa: ""}.fa-taxi,.fa-cab{--fa: ""}.fa-person-circle-plus{--fa: ""}.fa-chart-pie,.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-grin-beam{--fa: ""}.fa-object-ungroup{--fa: ""}.fa-poop{--fa: ""}.fa-location-pin,.fa-map-marker{--fa: ""}.fa-kaaba{--fa: ""}.fa-toilet-paper{--fa: ""}.fa-helmet-safety,.fa-hard-hat,.fa-hat-hard{--fa: ""}.fa-eject{--fa: ""}.fa-circle-right,.fa-arrow-alt-circle-right{--fa: ""}.fa-plane-circle-check{--fa: ""}.fa-face-rolling-eyes,.fa-meh-rolling-eyes{--fa: ""}.fa-object-group{--fa: ""}.fa-chart-line,.fa-line-chart{--fa: ""}.fa-mask-ventilator{--fa: ""}.fa-arrow-right{--fa: ""}.fa-signs-post,.fa-map-signs{--fa: ""}.fa-cash-register{--fa: ""}.fa-person-circle-question{--fa: ""}.fa-h{--fa: "H"}.fa-tarp{--fa: ""}.fa-screwdriver-wrench,.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-home-user{--fa: ""}.fa-dumpster-fire{--fa: ""}.fa-house-crack{--fa: ""}.fa-martini-glass-citrus,.fa-cocktail{--fa: ""}.fa-face-surprise,.fa-surprise{--fa: ""}.fa-bottle-water{--fa: ""}.fa-circle-pause,.fa-pause-circle{--fa: ""}.fa-toilet-paper-slash{--fa: ""}.fa-apple-whole,.fa-apple-alt{--fa: ""}.fa-kitchen-set{--fa: ""}.fa-r{--fa: "R"}.fa-temperature-quarter,.fa-temperature-1,.fa-thermometer-1,.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-poll-h{--fa: ""}.fa-circle{--fa: ""}.fa-backward-fast,.fa-fast-backward{--fa: ""}.fa-recycle{--fa: ""}.fa-user-astronaut{--fa: ""}.fa-plane-slash{--fa: ""}.fa-trademark{--fa: ""}.fa-basketball,.fa-basketball-ball{--fa: ""}.fa-satellite-dish{--fa: ""}.fa-circle-up,.fa-arrow-alt-circle-up{--fa: ""}.fa-mobile-screen-button,.fa-mobile-alt{--fa: ""}.fa-volume-high,.fa-volume-up{--fa: ""}.fa-users-rays{--fa: ""}.fa-wallet{--fa: ""}.fa-clipboard-check{--fa: ""}.fa-file-audio{--fa: ""}.fa-burger,.fa-hamburger{--fa: ""}.fa-wrench{--fa: ""}.fa-bugs{--fa: ""}.fa-rupee-sign,.fa-rupee{--fa: ""}.fa-file-image{--fa: ""}.fa-circle-question,.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-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-fast-forward{--fa: ""}.fa-face-meh-blank,.fa-meh-blank{--fa: ""}.fa-square-parking,.fa-parking{--fa: ""}.fa-house-signal{--fa: ""}.fa-bars-progress,.fa-tasks-alt{--fa: ""}.fa-faucet-drip{--fa: ""}.fa-cart-flatbed,.fa-dolly-flatbed{--fa: ""}.fa-ban-smoking,.fa-smoking-ban{--fa: ""}.fa-terminal{--fa: ""}.fa-mobile-button{--fa: ""}.fa-house-medical-flag{--fa: ""}.fa-basket-shopping,.fa-shopping-basket{--fa: ""}.fa-tape{--fa: ""}.fa-bus-simple,.fa-bus-alt{--fa: ""}.fa-eye{--fa: ""}.fa-face-sad-cry,.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-signal-5,.fa-signal-perfect{--fa: ""}.fa-bus{--fa: ""}.fa-heart-circle-xmark{--fa: ""}.fa-house-chimney,.fa-home-lg{--fa: ""}.fa-window-maximize{--fa: ""}.fa-face-frown,.fa-frown{--fa: ""}.fa-prescription{--fa: ""}.fa-shop,.fa-store-alt{--fa: ""}.fa-floppy-disk,.fa-save{--fa: ""}.fa-vihara{--fa: ""}.fa-scale-unbalanced,.fa-balance-scale-left{--fa: ""}.fa-sort-up,.fa-sort-asc{--fa: ""}.fa-comment-dots,.fa-commenting{--fa: ""}.fa-plant-wilt{--fa: ""}.fa-diamond{--fa: ""}.fa-face-grin-squint,.fa-grin-squint{--fa: ""}.fa-hand-holding-dollar,.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-praying-hands{--fa: ""}.fa-arrow-rotate-right,.fa-arrow-right-rotate,.fa-arrow-rotate-forward,.fa-redo{--fa: ""}.fa-biohazard{--fa: ""}.fa-location-crosshairs,.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-grin-tears{--fa: ""}.fa-phone{--fa: ""}.fa-calendar-xmark,.fa-calendar-times{--fa: ""}.fa-child-reaching{--fa: ""}.fa-head-side-virus{--fa: ""}.fa-user-gear,.fa-user-cog{--fa: ""}.fa-arrow-up-1-9,.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-digging{--fa: ""}.fa-trash{--fa: ""}.fa-gauge-simple,.fa-gauge-simple-med,.fa-tachometer-average{--fa: ""}.fa-book-medical{--fa: ""}.fa-poo{--fa: ""}.fa-quote-right,.fa-quote-right-alt{--fa: ""}.fa-shirt,.fa-t-shirt,.fa-tshirt{--fa: ""}.fa-cubes{--fa: ""}.fa-divide{--fa: ""}.fa-tenge-sign,.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-external-link-alt{--fa: ""}.fa-table-cells,.fa-th{--fa: ""}.fa-file-pdf{--fa: ""}.fa-book-bible,.fa-bible{--fa: ""}.fa-o{--fa: "O"}.fa-suitcase-medical,.fa-medkit{--fa: ""}.fa-user-secret{--fa: ""}.fa-otter{--fa: ""}.fa-person-dress,.fa-female{--fa: ""}.fa-comment-dollar{--fa: ""}.fa-business-time,.fa-briefcase-clock{--fa: ""}.fa-table-cells-large,.fa-th-large{--fa: ""}.fa-book-tanakh,.fa-tanakh{--fa: ""}.fa-phone-volume,.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-birthday-cake,.fa-cake{--fa: ""}.fa-envelope{--fa: ""}.fa-angles-up,.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-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-hourglass-empty{--fa: ""}.fa-mountain{--fa: ""}.fa-user-doctor,.fa-user-md{--fa: ""}.fa-circle-info,.fa-info-circle{--fa: ""}.fa-cloud-meatball{--fa: ""}.fa-camera,.fa-camera-alt{--fa: ""}.fa-square-virus{--fa: ""}.fa-meteor{--fa: ""}.fa-car-on{--fa: ""}.fa-sleigh{--fa: ""}.fa-arrow-down-1-9,.fa-sort-numeric-asc,.fa-sort-numeric-down{--fa: ""}.fa-hand-holding-droplet,.fa-hand-holding-water{--fa: ""}.fa-water{--fa: ""}.fa-calendar-check{--fa: ""}.fa-braille{--fa: ""}.fa-prescription-bottle-medical,.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-sort-alpha-asc,.fa-sort-alpha-down{--fa: ""}.fa-money-bill-wheat{--fa: ""}.fa-cookie{--fa: ""}.fa-arrow-rotate-left,.fa-arrow-left-rotate,.fa-arrow-rotate-back,.fa-arrow-rotate-backward,.fa-undo{--fa: ""}.fa-hard-drive,.fa-hdd{--fa: ""}.fa-face-grin-squint-tears,.fa-grin-squint-tears{--fa: ""}.fa-dumbbell{--fa: ""}.fa-rectangle-list,.fa-list-alt{--fa: ""}.fa-tarp-droplet{--fa: ""}.fa-house-medical-circle-check{--fa: ""}.fa-person-skiing-nordic,.fa-skiing-nordic{--fa: ""}.fa-calendar-plus{--fa: ""}.fa-plane-arrival{--fa: ""}.fa-circle-left,.fa-arrow-alt-circle-left{--fa: ""}.fa-train-subway,.fa-subway{--fa: ""}.fa-chart-gantt{--fa: ""}.fa-indian-rupee-sign,.fa-indian-rupee,.fa-inr{--fa: ""}.fa-crop-simple,.fa-crop-alt{--fa: ""}.fa-money-bill-1,.fa-money-bill-alt{--fa: ""}.fa-left-long,.fa-long-arrow-alt-left{--fa: ""}.fa-dna{--fa: ""}.fa-virus-slash{--fa: ""}.fa-minus,.fa-subtract{--fa: ""}.fa-chess{--fa: ""}.fa-arrow-left-long,.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-american-sign-language-interpreting,.fa-asl-interpreting,.fa-hands-american-sign-language-interpreting{--fa: ""}.fa-gear,.fa-cog{--fa: ""}.fa-droplet-slash,.fa-tint-slash{--fa: ""}.fa-mosque{--fa: ""}.fa-mosquito{--fa: ""}.fa-star-of-david{--fa: ""}.fa-person-military-rifle{--fa: ""}.fa-cart-shopping,.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-level-up{--fa: ""}.fa-u{--fa: "U"}.fa-square-root-variable,.fa-square-root-alt{--fa: ""}.fa-clock,.fa-clock-four{--fa: ""}.fa-backward-step,.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-clinic-medical{--fa: ""}.fa-temperature-three-quarters,.fa-temperature-3,.fa-thermometer-3,.fa-thermometer-three-quarters{--fa: ""}.fa-mobile-screen,.fa-mobile-android-alt{--fa: ""}.fa-plane-up{--fa: ""}.fa-piggy-bank{--fa: ""}.fa-battery-half,.fa-battery-3{--fa: ""}.fa-mountain-city{--fa: ""}.fa-coins{--fa: ""}.fa-khanda{--fa: ""}.fa-sliders,.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-ellipsis-v{--fa: ""}.fa-ticket{--fa: ""}.fa-power-off{--fa: ""}.fa-right-long,.fa-long-arrow-alt-right{--fa: ""}.fa-flag-usa{--fa: ""}.fa-laptop-file{--fa: ""}.fa-tty,.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-hiking{--fa: ""}.fa-venus-double{--fa: ""}.fa-images{--fa: ""}.fa-calculator{--fa: ""}.fa-people-pulling{--fa: ""}.fa-n{--fa: "N"}.fa-cable-car,.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-grin{--fa: ""}.fa-delete-left,.fa-backspace{--fa: ""}.fa-eye-dropper,.fa-eye-dropper-empty,.fa-eyedropper{--fa: ""}.fa-file-circle-check{--fa: ""}.fa-forward{--fa: ""}.fa-mobile,.fa-mobile-android,.fa-mobile-phone{--fa: ""}.fa-face-meh,.fa-meh{--fa: ""}.fa-align-center{--fa: ""}.fa-book-skull,.fa-book-dead{--fa: ""}.fa-id-card,.fa-drivers-license{--fa: ""}.fa-outdent,.fa-dedent{--fa: ""}.fa-heart-circle-exclamation{--fa: ""}.fa-house,.fa-home,.fa-home-alt,.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-exchange{--fa: ""}.fa-rotate-right,.fa-redo-alt,.fa-rotate-forward{--fa: ""}.fa-utensils,.fa-cutlery{--fa: ""}.fa-arrow-up-wide-short,.fa-sort-amount-up{--fa: ""}.fa-mill-sign{--fa: ""}.fa-bowl-rice{--fa: ""}.fa-skull{--fa: ""}.fa-tower-broadcast,.fa-broadcast-tower{--fa: ""}.fa-truck-pickup{--fa: ""}.fa-up-long,.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-file-download{--fa: ""}.fa-caravan{--fa: ""}.fa-shield-cat{--fa: ""}.fa-bolt,.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-cny,.fa-jpy,.fa-rmb,.fa-yen{--fa: ""}.fa-ruble-sign,.fa-rouble,.fa-rub,.fa-ruble{--fa: ""}.fa-sun{--fa: ""}.fa-guitar{--fa: ""}.fa-face-laugh-wink,.fa-laugh-wink{--fa: ""}.fa-horse-head{--fa: ""}.fa-bore-hole{--fa: ""}.fa-industry{--fa: ""}.fa-circle-down,.fa-arrow-alt-circle-down{--fa: ""}.fa-arrows-turn-to-dots{--fa: ""}.fa-florin-sign{--fa: ""}.fa-arrow-down-short-wide,.fa-sort-amount-desc,.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-long-arrow-right{--fa: ""}.fa-anchor-circle-xmark{--fa: ""}.fa-ellipsis,.fa-ellipsis-h{--fa: ""}.fa-chess-pawn{--fa: ""}.fa-kit-medical,.fa-first-aid{--fa: ""}.fa-person-through-window{--fa: ""}.fa-toolbox{--fa: ""}.fa-hands-holding-circle{--fa: ""}.fa-bug{--fa: ""}.fa-credit-card,.fa-credit-card-alt{--fa: ""}.fa-car,.fa-automobile{--fa: ""}.fa-hand-holding-hand{--fa: ""}.fa-book-open-reader,.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-temperature-up{--fa: ""}.fa-medal{--fa: ""}.fa-bed{--fa: ""}.fa-square-h,.fa-h-square{--fa: ""}.fa-podcast{--fa: ""}.fa-temperature-full,.fa-temperature-4,.fa-thermometer-4,.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-hands-helping{--fa: ""}.fa-location-dot,.fa-map-marker-alt{--fa: ""}.fa-file{--fa: ""}.fa-greater-than{--fa: ">"}.fa-person-swimming,.fa-swimmer{--fa: ""}.fa-arrow-down{--fa: ""}.fa-droplet,.fa-tint{--fa: ""}.fa-eraser{--fa: ""}.fa-earth-americas,.fa-earth,.fa-earth-america,.fa-globe-americas{--fa: ""}.fa-person-burst{--fa: ""}.fa-dove{--fa: ""}.fa-battery-empty,.fa-battery-0{--fa: ""}.fa-socks{--fa: ""}.fa-inbox{--fa: ""}.fa-section{--fa: ""}.fa-gauge-high,.fa-tachometer-alt,.fa-tachometer-alt-fast{--fa: ""}.fa-envelope-open-text{--fa: ""}.fa-hospital,.fa-hospital-alt,.fa-hospital-wide{--fa: ""}.fa-wine-bottle{--fa: ""}.fa-chess-rook{--fa: ""}.fa-bars-staggered,.fa-reorder,.fa-stream{--fa: ""}.fa-dharmachakra{--fa: ""}.fa-hotdog{--fa: ""}.fa-person-walking-with-cane,.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-vote-yea{--fa: ""}.fa-star-half{--fa: ""}.fa-boxes-stacked,.fa-boxes,.fa-boxes-alt{--fa: ""}.fa-link,.fa-chain{--fa: ""}.fa-ear-listen,.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-search{--fa: ""}.fa-table-tennis-paddle-ball,.fa-ping-pong-paddle-ball,.fa-table-tennis{--fa: ""}.fa-person-dots-from-line,.fa-diagnoses{--fa: ""}.fa-trash-can-arrow-up,.fa-trash-restore-alt{--fa: ""}.fa-naira-sign{--fa: ""}.fa-cart-arrow-down{--fa: ""}.fa-walkie-talkie{--fa: ""}.fa-file-pen,.fa-file-edit{--fa: ""}.fa-receipt{--fa: ""}.fa-square-pen,.fa-pen-square,.fa-pencil-square{--fa: ""}.fa-suitcase-rolling{--fa: ""}.fa-person-circle-exclamation{--fa: ""}.fa-chevron-down{--fa: ""}.fa-battery-full,.fa-battery,.fa-battery-5{--fa: ""}.fa-skull-crossbones{--fa: ""}.fa-code-compare{--fa: ""}.fa-list-ul,.fa-list-dots{--fa: ""}.fa-school-lock{--fa: ""}.fa-tower-cell{--fa: ""}.fa-down-long,.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-landmark-alt{--fa: ""}.fa-arrow-up{--fa: ""}.fa-tv,.fa-television,.fa-tv-alt{--fa: ""}.fa-shrimp{--fa: ""}.fa-list-check,.fa-tasks{--fa: ""}.fa-jug-detergent{--fa: ""}.fa-circle-user,.fa-user-circle{--fa: ""}.fa-user-shield{--fa: ""}.fa-wind{--fa: ""}.fa-car-burst,.fa-car-crash{--fa: ""}.fa-y{--fa: "Y"}.fa-person-snowboarding,.fa-snowboarding{--fa: ""}.fa-truck-fast,.fa-shipping-fast{--fa: ""}.fa-fish{--fa: ""}.fa-user-graduate{--fa: ""}.fa-circle-half-stroke,.fa-adjust{--fa: ""}.fa-clapperboard{--fa: ""}.fa-circle-radiation,.fa-radiation-alt{--fa: ""}.fa-baseball,.fa-baseball-ball{--fa: ""}.fa-jet-fighter-up{--fa: ""}.fa-diagram-project,.fa-project-diagram{--fa: ""}.fa-copy{--fa: ""}.fa-volume-xmark,.fa-volume-mute,.fa-volume-times{--fa: ""}.fa-hand-sparkles{--fa: ""}.fa-grip,.fa-grip-horizontal{--fa: ""}.fa-share-from-square,.fa-share-square{--fa: ""}.fa-child-combatant,.fa-child-rifle{--fa: ""}.fa-gun{--fa: ""}.fa-square-phone,.fa-phone-square{--fa: ""}.fa-plus,.fa-add{--fa: "+"}.fa-expand{--fa: ""}.fa-computer{--fa: ""}.fa-xmark,.fa-close,.fa-multiply,.fa-remove,.fa-times{--fa: ""}.fa-arrows-up-down-left-right,.fa-arrows{--fa: ""}.fa-chalkboard-user,.fa-chalkboard-teacher{--fa: ""}.fa-peso-sign{--fa: ""}.fa-building-shield{--fa: ""}.fa-baby{--fa: ""}.fa-users-line{--fa: ""}.fa-quote-left,.fa-quote-left-alt{--fa: ""}.fa-tractor{--fa: ""}.fa-trash-arrow-up,.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-ils,.fa-shekel,.fa-sheqel,.fa-sheqel-sign{--fa: ""}.fa-map{--fa: ""}.fa-rocket{--fa: ""}.fa-photo-film,.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-sign{--fa: ""}.fa-bezier-curve{--fa: ""}.fa-bell-slash{--fa: ""}.fa-tablet,.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-car-alt{--fa: ""}.fa-pump-soap{--fa: ""}.fa-video-slash{--fa: ""}.fa-battery-quarter,.fa-battery-2{--fa: ""}.fa-radio{--fa: ""}.fa-baby-carriage,.fa-carriage-baby{--fa: ""}.fa-traffic-light{--fa: ""}.fa-thermometer{--fa: ""}.fa-vr-cardboard{--fa: ""}.fa-hand-middle-finger{--fa: ""}.fa-percent,.fa-percentage{--fa: "%"}.fa-truck-moving{--fa: ""}.fa-glass-water-droplet{--fa: ""}.fa-display{--fa: ""}.fa-face-smile,.fa-smile{--fa: ""}.fa-thumbtack,.fa-thumb-tack{--fa: ""}.fa-trophy{--fa: ""}.fa-person-praying,.fa-pray{--fa: ""}.fa-hammer{--fa: ""}.fa-hand-peace{--fa: ""}.fa-rotate,.fa-sync-alt{--fa: ""}.fa-spinner{--fa: ""}.fa-robot{--fa: ""}.fa-peace{--fa: ""}.fa-gears,.fa-cogs{--fa: ""}.fa-warehouse{--fa: ""}.fa-arrow-up-right-dots{--fa: ""}.fa-splotch{--fa: ""}.fa-face-grin-hearts,.fa-grin-hearts{--fa: ""}.fa-dice-four{--fa: ""}.fa-sim-card{--fa: ""}.fa-transgender,.fa-transgender-alt{--fa: ""}.fa-mercury{--fa: ""}.fa-arrow-turn-down,.fa-level-down{--fa: ""}.fa-person-falling-burst{--fa: ""}.fa-award{--fa: ""}.fa-ticket-simple,.fa-ticket-alt{--fa: ""}.fa-building{--fa: ""}.fa-angles-left,.fa-angle-double-left{--fa: ""}.fa-qrcode{--fa: ""}.fa-clock-rotate-left,.fa-history{--fa: ""}.fa-face-grin-beam-sweat,.fa-grin-beam-sweat{--fa: ""}.fa-file-export,.fa-arrow-right-from-file{--fa: ""}.fa-shield,.fa-shield-blank{--fa: ""}.fa-arrow-up-short-wide,.fa-sort-amount-up-alt{--fa: ""}.fa-comment-nodes{--fa: ""}.fa-house-medical{--fa: ""}.fa-golf-ball-tee,.fa-golf-ball{--fa: ""}.fa-circle-chevron-left,.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-magic{--fa: ""}.fa-dog{--fa: ""}.fa-carrot{--fa: ""}.fa-moon{--fa: ""}.fa-wine-glass-empty,.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-biking{--fa: ""}.fa-broom{--fa: ""}.fa-shield-heart{--fa: ""}.fa-gopuram{--fa: ""}.fa-earth-oceania,.fa-globe-oceania{--fa: ""}.fa-square-xmark,.fa-times-square,.fa-xmark-square{--fa: ""}.fa-hashtag{--fa: "#"}.fa-up-right-and-down-left-from-center,.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-arrows-alt-v{--fa: ""}.fa-cloud-moon-rain{--fa: ""}.fa-calendar{--fa: ""}.fa-trailer{--fa: ""}.fa-bahai,.fa-haykal{--fa: ""}.fa-sd-card{--fa: ""}.fa-dragon{--fa: ""}.fa-shoe-prints{--fa: ""}.fa-circle-plus,.fa-plus-circle{--fa: ""}.fa-face-grin-tongue-wink,.fa-grin-tongue-wink{--fa: ""}.fa-hand-holding{--fa: ""}.fa-plug-circle-exclamation{--fa: ""}.fa-link-slash,.fa-chain-broken,.fa-chain-slash,.fa-unlink{--fa: ""}.fa-clone{--fa: ""}.fa-person-walking-arrow-loop-left{--fa: ""}.fa-arrow-up-z-a,.fa-sort-alpha-up-alt{--fa: ""}.fa-fire-flame-curved,.fa-fire-alt{--fa: ""}.fa-tornado{--fa: ""}.fa-file-circle-plus{--fa: ""}.fa-book-quran,.fa-quran{--fa: ""}.fa-anchor{--fa: ""}.fa-border-all{--fa: ""}.fa-face-angry,.fa-angry{--fa: ""}.fa-cookie-bite{--fa: ""}.fa-arrow-trend-down{--fa: ""}.fa-rss,.fa-feed{--fa: ""}.fa-draw-polygon{--fa: ""}.fa-scale-balanced,.fa-balance-scale{--fa: ""}.fa-gauge-simple-high,.fa-tachometer,.fa-tachometer-fast{--fa: ""}.fa-shower{--fa: ""}.fa-desktop,.fa-desktop-alt{--fa: ""}.fa-m{--fa: "M"}.fa-table-list,.fa-th-list{--fa: ""}.fa-comment-sms,.fa-sms{--fa: ""}.fa-book{--fa: ""}.fa-user-plus{--fa: ""}.fa-check{--fa: ""}.fa-battery-three-quarters,.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-fist-raised{--fa: ""}.fa-cloud-moon{--fa: ""}.fa-briefcase{--fa: ""}.fa-person-falling{--fa: ""}.fa-image-portrait,.fa-portrait{--fa: ""}.fa-user-tag{--fa: ""}.fa-rug{--fa: ""}.fa-earth-europe,.fa-globe-europe{--fa: ""}.fa-cart-flatbed-suitcase,.fa-luggage-cart{--fa: ""}.fa-rectangle-xmark,.fa-rectangle-times,.fa-times-rectangle,.fa-window-close{--fa: ""}.fa-baht-sign{--fa: ""}.fa-book-open{--fa: ""}.fa-book-journal-whills,.fa-journal-whills{--fa: ""}.fa-handcuffs{--fa: ""}.fa-triangle-exclamation,.fa-exclamation-triangle,.fa-warning{--fa: ""}.fa-database{--fa: ""}.fa-share,.fa-mail-forward{--fa: ""}.fa-bottle-droplet{--fa: ""}.fa-mask-face{--fa: ""}.fa-hill-rockslide{--fa: ""}.fa-right-left,.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-money-bill-wave-alt{--fa: ""}.fa-life-ring{--fa: ""}.fa-hands,.fa-sign-language,.fa-signing{--fa: ""}.fa-calendar-day{--fa: ""}.fa-water-ladder,.fa-ladder-water,.fa-swimming-pool{--fa: ""}.fa-arrows-up-down,.fa-arrows-v{--fa: ""}.fa-face-grimace,.fa-grimace{--fa: ""}.fa-wheelchair-move,.fa-wheelchair-alt{--fa: ""}.fa-turn-down,.fa-level-down-alt{--fa: ""}.fa-person-walking-arrow-right{--fa: ""}.fa-square-envelope,.fa-envelope-square{--fa: ""}.fa-dice{--fa: ""}.fa-bowling-ball{--fa: ""}.fa-brain{--fa: ""}.fa-bandage,.fa-band-aid{--fa: ""}.fa-calendar-minus{--fa: ""}.fa-circle-xmark,.fa-times-circle,.fa-xmark-circle{--fa: ""}.fa-gifts{--fa: ""}.fa-hotel{--fa: ""}.fa-earth-asia,.fa-globe-asia{--fa: ""}.fa-id-card-clip,.fa-id-card-alt{--fa: ""}.fa-magnifying-glass-plus,.fa-search-plus{--fa: ""}.fa-thumbs-up{--fa: ""}.fa-user-clock{--fa: ""}.fa-hand-dots,.fa-allergies{--fa: ""}.fa-file-invoice{--fa: ""}.fa-window-minimize{--fa: ""}.fa-mug-saucer,.fa-coffee{--fa: ""}.fa-brush{--fa: ""}.fa-file-half-dashed{--fa: ""}.fa-mask{--fa: ""}.fa-magnifying-glass-minus,.fa-search-minus{--fa: ""}.fa-ruler-vertical{--fa: ""}.fa-user-large,.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-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-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-try,.fa-turkish-lira{--fa: ""}.fa-dollar-sign,.fa-dollar,.fa-usd{--fa: "$"}.fa-x{--fa: "X"}.fa-magnifying-glass-dollar,.fa-search-dollar{--fa: ""}.fa-users-gear,.fa-users-cog{--fa: ""}.fa-person-military-pointing{--fa: ""}.fa-building-columns,.fa-bank,.fa-institution,.fa-museum,.fa-university{--fa: ""}.fa-umbrella{--fa: ""}.fa-trowel{--fa: ""}.fa-d{--fa: "D"}.fa-stapler{--fa: ""}.fa-masks-theater,.fa-theater-masks{--fa: ""}.fa-kip-sign{--fa: ""}.fa-hand-point-left{--fa: ""}.fa-handshake-simple,.fa-handshake-alt{--fa: ""}.fa-jet-fighter,.fa-fighter-jet{--fa: ""}.fa-square-share-nodes,.fa-share-alt-square{--fa: ""}.fa-barcode{--fa: ""}.fa-plus-minus{--fa: ""}.fa-video,.fa-video-camera{--fa: ""}.fa-graduation-cap,.fa-mortar-board{--fa: ""}.fa-hand-holding-medical{--fa: ""}.fa-person-circle-check{--fa: ""}.fa-turn-up,.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}:root,:host{--fa-style-family-brands: "Font Awesome 6 Brands";--fa-font-brands: normal 400 1em/1 "Font Awesome 6 Brands"}@font-face{font-family:"Font Awesome 6 Brands";font-style:normal;font-weight:400;font-display:block;src:url(./fa-brands-400.woff2) format("woff2"),url(./fa-brands-400.ttf) format("truetype")}.fab,.fa-brands{font-weight:400}.fa-monero{--fa: ""}.fa-hooli{--fa: ""}.fa-yelp{--fa: ""}.fa-cc-visa{--fa: ""}.fa-lastfm{--fa: ""}.fa-shopware{--fa: ""}.fa-creative-commons-nc{--fa: ""}.fa-aws{--fa: ""}.fa-redhat{--fa: ""}.fa-yoast{--fa: ""}.fa-cloudflare{--fa: ""}.fa-ups{--fa: ""}.fa-pixiv{--fa: ""}.fa-wpexplorer{--fa: ""}.fa-dyalog{--fa: ""}.fa-bity{--fa: ""}.fa-stackpath{--fa: ""}.fa-buysellads{--fa: ""}.fa-first-order{--fa: ""}.fa-modx{--fa: ""}.fa-guilded{--fa: ""}.fa-vnv{--fa: ""}.fa-square-js,.fa-js-square{--fa: ""}.fa-microsoft{--fa: ""}.fa-qq{--fa: ""}.fa-orcid{--fa: ""}.fa-java{--fa: ""}.fa-invision{--fa: ""}.fa-creative-commons-pd-alt{--fa: ""}.fa-centercode{--fa: ""}.fa-glide-g{--fa: ""}.fa-drupal{--fa: ""}.fa-jxl{--fa: ""}.fa-dart-lang{--fa: ""}.fa-hire-a-helper{--fa: ""}.fa-creative-commons-by{--fa: ""}.fa-unity{--fa: ""}.fa-whmcs{--fa: ""}.fa-rocketchat{--fa: ""}.fa-vk{--fa: ""}.fa-untappd{--fa: ""}.fa-mailchimp{--fa: ""}.fa-css3-alt{--fa: ""}.fa-square-reddit,.fa-reddit-square{--fa: ""}.fa-vimeo-v{--fa: ""}.fa-contao{--fa: ""}.fa-square-font-awesome{--fa: ""}.fa-deskpro{--fa: ""}.fa-brave{--fa: ""}.fa-sistrix{--fa: ""}.fa-square-instagram,.fa-instagram-square{--fa: ""}.fa-battle-net{--fa: ""}.fa-the-red-yeti{--fa: ""}.fa-square-hacker-news,.fa-hacker-news-square{--fa: ""}.fa-edge{--fa: ""}.fa-threads{--fa: ""}.fa-napster{--fa: ""}.fa-square-snapchat,.fa-snapchat-square{--fa: ""}.fa-google-plus-g{--fa: ""}.fa-artstation{--fa: ""}.fa-markdown{--fa: ""}.fa-sourcetree{--fa: ""}.fa-google-plus{--fa: ""}.fa-diaspora{--fa: ""}.fa-foursquare{--fa: ""}.fa-stack-overflow{--fa: ""}.fa-github-alt{--fa: ""}.fa-phoenix-squadron{--fa: ""}.fa-pagelines{--fa: ""}.fa-algolia{--fa: ""}.fa-red-river{--fa: ""}.fa-creative-commons-sa{--fa: ""}.fa-safari{--fa: ""}.fa-google{--fa: ""}.fa-square-font-awesome-stroke,.fa-font-awesome-alt{--fa: ""}.fa-atlassian{--fa: ""}.fa-linkedin-in{--fa: ""}.fa-digital-ocean{--fa: ""}.fa-nimblr{--fa: ""}.fa-chromecast{--fa: ""}.fa-evernote{--fa: ""}.fa-hacker-news{--fa: ""}.fa-creative-commons-sampling{--fa: ""}.fa-adversal{--fa: ""}.fa-creative-commons{--fa: ""}.fa-watchman-monitoring{--fa: ""}.fa-fonticons{--fa: ""}.fa-weixin{--fa: ""}.fa-shirtsinbulk{--fa: ""}.fa-codepen{--fa: ""}.fa-git-alt{--fa: ""}.fa-lyft{--fa: ""}.fa-rev{--fa: ""}.fa-windows{--fa: ""}.fa-wizards-of-the-coast{--fa: ""}.fa-square-viadeo,.fa-viadeo-square{--fa: ""}.fa-meetup{--fa: ""}.fa-centos{--fa: ""}.fa-adn{--fa: ""}.fa-cloudsmith{--fa: ""}.fa-opensuse{--fa: ""}.fa-pied-piper-alt{--fa: ""}.fa-square-dribbble,.fa-dribbble-square{--fa: ""}.fa-codiepie{--fa: ""}.fa-node{--fa: ""}.fa-mix{--fa: ""}.fa-steam{--fa: ""}.fa-cc-apple-pay{--fa: ""}.fa-scribd{--fa: ""}.fa-debian{--fa: ""}.fa-openid{--fa: ""}.fa-instalod{--fa: ""}.fa-files-pinwheel{--fa: ""}.fa-expeditedssl{--fa: ""}.fa-sellcast{--fa: ""}.fa-square-twitter,.fa-twitter-square{--fa: ""}.fa-r-project{--fa: ""}.fa-delicious{--fa: ""}.fa-freebsd{--fa: ""}.fa-vuejs{--fa: ""}.fa-accusoft{--fa: ""}.fa-ioxhost{--fa: ""}.fa-fonticons-fi{--fa: ""}.fa-app-store{--fa: ""}.fa-cc-mastercard{--fa: ""}.fa-itunes-note{--fa: ""}.fa-golang{--fa: ""}.fa-kickstarter,.fa-square-kickstarter{--fa: ""}.fa-grav{--fa: ""}.fa-weibo{--fa: ""}.fa-uncharted{--fa: ""}.fa-firstdraft{--fa: ""}.fa-square-youtube,.fa-youtube-square{--fa: ""}.fa-wikipedia-w{--fa: ""}.fa-wpressr,.fa-rendact{--fa: ""}.fa-angellist{--fa: ""}.fa-galactic-republic{--fa: ""}.fa-nfc-directional{--fa: ""}.fa-skype{--fa: ""}.fa-joget{--fa: ""}.fa-fedora{--fa: ""}.fa-stripe-s{--fa: ""}.fa-meta{--fa: ""}.fa-laravel{--fa: ""}.fa-hotjar{--fa: ""}.fa-bluetooth-b{--fa: ""}.fa-square-letterboxd{--fa: ""}.fa-sticker-mule{--fa: ""}.fa-creative-commons-zero{--fa: ""}.fa-hips{--fa: ""}.fa-css{--fa: ""}.fa-behance{--fa: ""}.fa-reddit{--fa: ""}.fa-discord{--fa: ""}.fa-chrome{--fa: ""}.fa-app-store-ios{--fa: ""}.fa-cc-discover{--fa: ""}.fa-wpbeginner{--fa: ""}.fa-confluence{--fa: ""}.fa-shoelace{--fa: ""}.fa-mdb{--fa: ""}.fa-dochub{--fa: ""}.fa-accessible-icon{--fa: ""}.fa-ebay{--fa: ""}.fa-amazon{--fa: ""}.fa-unsplash{--fa: ""}.fa-yarn{--fa: ""}.fa-square-steam,.fa-steam-square{--fa: ""}.fa-500px{--fa: ""}.fa-square-vimeo,.fa-vimeo-square{--fa: ""}.fa-asymmetrik{--fa: ""}.fa-font-awesome,.fa-font-awesome-flag,.fa-font-awesome-logo-full{--fa: ""}.fa-gratipay{--fa: ""}.fa-apple{--fa: ""}.fa-hive{--fa: ""}.fa-gitkraken{--fa: ""}.fa-keybase{--fa: ""}.fa-apple-pay{--fa: ""}.fa-padlet{--fa: ""}.fa-amazon-pay{--fa: ""}.fa-square-github,.fa-github-square{--fa: ""}.fa-stumbleupon{--fa: ""}.fa-fedex{--fa: ""}.fa-phoenix-framework{--fa: ""}.fa-shopify{--fa: ""}.fa-neos{--fa: ""}.fa-square-threads{--fa: ""}.fa-hackerrank{--fa: ""}.fa-researchgate{--fa: ""}.fa-swift{--fa: ""}.fa-angular{--fa: ""}.fa-speakap{--fa: ""}.fa-angrycreative{--fa: ""}.fa-y-combinator{--fa: ""}.fa-empire{--fa: ""}.fa-envira{--fa: ""}.fa-google-scholar{--fa: ""}.fa-square-gitlab,.fa-gitlab-square{--fa: ""}.fa-studiovinari{--fa: ""}.fa-pied-piper{--fa: ""}.fa-wordpress{--fa: ""}.fa-product-hunt{--fa: ""}.fa-firefox{--fa: ""}.fa-linode{--fa: ""}.fa-goodreads{--fa: ""}.fa-square-odnoklassniki,.fa-odnoklassniki-square{--fa: ""}.fa-jsfiddle{--fa: ""}.fa-sith{--fa: ""}.fa-themeisle{--fa: ""}.fa-page4{--fa: ""}.fa-hashnode{--fa: ""}.fa-react{--fa: ""}.fa-cc-paypal{--fa: ""}.fa-squarespace{--fa: ""}.fa-cc-stripe{--fa: ""}.fa-creative-commons-share{--fa: ""}.fa-bitcoin{--fa: ""}.fa-keycdn{--fa: ""}.fa-opera{--fa: ""}.fa-itch-io{--fa: ""}.fa-umbraco{--fa: ""}.fa-galactic-senate{--fa: ""}.fa-ubuntu{--fa: ""}.fa-draft2digital{--fa: ""}.fa-stripe{--fa: ""}.fa-houzz{--fa: ""}.fa-gg{--fa: ""}.fa-dhl{--fa: ""}.fa-square-pinterest,.fa-pinterest-square{--fa: ""}.fa-xing{--fa: ""}.fa-blackberry{--fa: ""}.fa-creative-commons-pd{--fa: ""}.fa-playstation{--fa: ""}.fa-quinscape{--fa: ""}.fa-less{--fa: ""}.fa-blogger-b{--fa: ""}.fa-opencart{--fa: ""}.fa-vine{--fa: ""}.fa-signal-messenger{--fa: ""}.fa-paypal{--fa: ""}.fa-gitlab{--fa: ""}.fa-typo3{--fa: ""}.fa-reddit-alien{--fa: ""}.fa-yahoo{--fa: ""}.fa-dailymotion{--fa: ""}.fa-affiliatetheme{--fa: ""}.fa-pied-piper-pp{--fa: ""}.fa-bootstrap{--fa: ""}.fa-odnoklassniki{--fa: ""}.fa-nfc-symbol{--fa: ""}.fa-mintbit{--fa: ""}.fa-ethereum{--fa: ""}.fa-speaker-deck{--fa: ""}.fa-creative-commons-nc-eu{--fa: ""}.fa-patreon{--fa: ""}.fa-avianex{--fa: ""}.fa-ello{--fa: ""}.fa-gofore{--fa: ""}.fa-bimobject{--fa: ""}.fa-brave-reverse{--fa: ""}.fa-facebook-f{--fa: ""}.fa-square-google-plus,.fa-google-plus-square{--fa: ""}.fa-web-awesome{--fa: ""}.fa-mandalorian{--fa: ""}.fa-first-order-alt{--fa: ""}.fa-osi{--fa: ""}.fa-google-wallet{--fa: ""}.fa-d-and-d-beyond{--fa: ""}.fa-periscope{--fa: ""}.fa-fulcrum{--fa: ""}.fa-cloudscale{--fa: ""}.fa-forumbee{--fa: ""}.fa-mizuni{--fa: ""}.fa-schlix{--fa: ""}.fa-square-xing,.fa-xing-square{--fa: ""}.fa-bandcamp{--fa: ""}.fa-wpforms{--fa: ""}.fa-cloudversify{--fa: ""}.fa-usps{--fa: ""}.fa-megaport{--fa: ""}.fa-magento{--fa: ""}.fa-spotify{--fa: ""}.fa-optin-monster{--fa: ""}.fa-fly{--fa: ""}.fa-square-bluesky{--fa: ""}.fa-aviato{--fa: ""}.fa-itunes{--fa: ""}.fa-cuttlefish{--fa: ""}.fa-blogger{--fa: ""}.fa-flickr{--fa: ""}.fa-viber{--fa: ""}.fa-soundcloud{--fa: ""}.fa-digg{--fa: ""}.fa-tencent-weibo{--fa: ""}.fa-letterboxd{--fa: ""}.fa-symfony{--fa: ""}.fa-maxcdn{--fa: ""}.fa-etsy{--fa: ""}.fa-facebook-messenger{--fa: ""}.fa-audible{--fa: ""}.fa-think-peaks{--fa: ""}.fa-bilibili{--fa: ""}.fa-erlang{--fa: ""}.fa-x-twitter{--fa: ""}.fa-cotton-bureau{--fa: ""}.fa-dashcube{--fa: ""}.fa-42-group,.fa-innosoft{--fa: ""}.fa-stack-exchange{--fa: ""}.fa-elementor{--fa: ""}.fa-square-pied-piper,.fa-pied-piper-square{--fa: ""}.fa-creative-commons-nd{--fa: ""}.fa-palfed{--fa: ""}.fa-superpowers{--fa: ""}.fa-resolving{--fa: ""}.fa-xbox{--fa: ""}.fa-square-web-awesome-stroke{--fa: ""}.fa-searchengin{--fa: ""}.fa-tiktok{--fa: ""}.fa-square-facebook,.fa-facebook-square{--fa: ""}.fa-renren{--fa: ""}.fa-linux{--fa: ""}.fa-glide{--fa: ""}.fa-linkedin{--fa: ""}.fa-hubspot{--fa: ""}.fa-deploydog{--fa: ""}.fa-twitch{--fa: ""}.fa-flutter{--fa: ""}.fa-ravelry{--fa: ""}.fa-mixer{--fa: ""}.fa-square-lastfm,.fa-lastfm-square{--fa: ""}.fa-vimeo{--fa: ""}.fa-mendeley{--fa: ""}.fa-uniregistry{--fa: ""}.fa-figma{--fa: ""}.fa-creative-commons-remix{--fa: ""}.fa-cc-amazon-pay{--fa: ""}.fa-dropbox{--fa: ""}.fa-instagram{--fa: ""}.fa-cmplid{--fa: ""}.fa-upwork{--fa: ""}.fa-facebook{--fa: ""}.fa-gripfire{--fa: ""}.fa-jedi-order{--fa: ""}.fa-uikit{--fa: ""}.fa-fort-awesome-alt{--fa: ""}.fa-phabricator{--fa: ""}.fa-ussunnah{--fa: ""}.fa-earlybirds{--fa: ""}.fa-trade-federation{--fa: ""}.fa-autoprefixer{--fa: ""}.fa-whatsapp{--fa: ""}.fa-square-upwork{--fa: ""}.fa-slideshare{--fa: ""}.fa-google-play{--fa: ""}.fa-viadeo{--fa: ""}.fa-line{--fa: ""}.fa-google-drive{--fa: ""}.fa-servicestack{--fa: ""}.fa-simplybuilt{--fa: ""}.fa-bitbucket{--fa: ""}.fa-imdb{--fa: ""}.fa-deezer{--fa: ""}.fa-raspberry-pi{--fa: ""}.fa-jira{--fa: ""}.fa-docker{--fa: ""}.fa-screenpal{--fa: ""}.fa-bluetooth{--fa: ""}.fa-gitter{--fa: ""}.fa-d-and-d{--fa: ""}.fa-microblog{--fa: ""}.fa-cc-diners-club{--fa: ""}.fa-gg-circle{--fa: ""}.fa-pied-piper-hat{--fa: ""}.fa-kickstarter-k{--fa: ""}.fa-yandex{--fa: ""}.fa-readme{--fa: ""}.fa-html5{--fa: ""}.fa-sellsy{--fa: ""}.fa-square-web-awesome{--fa: ""}.fa-sass{--fa: ""}.fa-wirsindhandwerk,.fa-wsh{--fa: ""}.fa-buromobelexperte{--fa: ""}.fa-salesforce{--fa: ""}.fa-octopus-deploy{--fa: ""}.fa-medapps{--fa: ""}.fa-ns8{--fa: ""}.fa-pinterest-p{--fa: ""}.fa-apper{--fa: ""}.fa-fort-awesome{--fa: ""}.fa-waze{--fa: ""}.fa-bluesky{--fa: ""}.fa-cc-jcb{--fa: ""}.fa-snapchat,.fa-snapchat-ghost{--fa: ""}.fa-fantasy-flight-games{--fa: ""}.fa-rust{--fa: ""}.fa-wix{--fa: ""}.fa-square-behance,.fa-behance-square{--fa: ""}.fa-supple{--fa: ""}.fa-webflow{--fa: ""}.fa-rebel{--fa: ""}.fa-css3{--fa: ""}.fa-staylinked{--fa: ""}.fa-kaggle{--fa: ""}.fa-space-awesome{--fa: ""}.fa-deviantart{--fa: ""}.fa-cpanel{--fa: ""}.fa-goodreads-g{--fa: ""}.fa-square-git,.fa-git-square{--fa: ""}.fa-square-tumblr,.fa-tumblr-square{--fa: ""}.fa-trello{--fa: ""}.fa-creative-commons-nc-jp{--fa: ""}.fa-get-pocket{--fa: ""}.fa-perbyte{--fa: ""}.fa-grunt{--fa: ""}.fa-weebly{--fa: ""}.fa-connectdevelop{--fa: ""}.fa-leanpub{--fa: ""}.fa-black-tie{--fa: ""}.fa-themeco{--fa: ""}.fa-python{--fa: ""}.fa-android{--fa: ""}.fa-bots{--fa: ""}.fa-free-code-camp{--fa: ""}.fa-hornbill{--fa: ""}.fa-js{--fa: ""}.fa-ideal{--fa: ""}.fa-git{--fa: ""}.fa-dev{--fa: ""}.fa-sketch{--fa: ""}.fa-yandex-international{--fa: ""}.fa-cc-amex{--fa: ""}.fa-uber{--fa: ""}.fa-github{--fa: ""}.fa-php{--fa: ""}.fa-alipay{--fa: ""}.fa-youtube{--fa: ""}.fa-skyatlas{--fa: ""}.fa-firefox-browser{--fa: ""}.fa-replyd{--fa: ""}.fa-suse{--fa: ""}.fa-jenkins{--fa: ""}.fa-twitter{--fa: ""}.fa-rockrms{--fa: ""}.fa-pinterest{--fa: ""}.fa-buffer{--fa: ""}.fa-npm{--fa: ""}.fa-yammer{--fa: ""}.fa-btc{--fa: ""}.fa-dribbble{--fa: ""}.fa-stumbleupon-circle{--fa: ""}.fa-internet-explorer{--fa: ""}.fa-stubber{--fa: ""}.fa-telegram,.fa-telegram-plane{--fa: ""}.fa-old-republic{--fa: ""}.fa-odysee{--fa: ""}.fa-square-whatsapp,.fa-whatsapp-square{--fa: ""}.fa-node-js{--fa: ""}.fa-edge-legacy{--fa: ""}.fa-slack,.fa-slack-hash{--fa: ""}.fa-medrt{--fa: ""}.fa-usb{--fa: ""}.fa-tumblr{--fa: ""}.fa-vaadin{--fa: ""}.fa-quora{--fa: ""}.fa-square-x-twitter{--fa: ""}.fa-reacteurope{--fa: ""}.fa-medium,.fa-medium-m{--fa: ""}.fa-amilia{--fa: ""}.fa-mixcloud{--fa: ""}.fa-flipboard{--fa: ""}.fa-viacoin{--fa: ""}.fa-critical-role{--fa: ""}.fa-sitrox{--fa: ""}.fa-discourse{--fa: ""}.fa-joomla{--fa: ""}.fa-mastodon{--fa: ""}.fa-airbnb{--fa: ""}.fa-wolf-pack-battalion{--fa: ""}.fa-buy-n-large{--fa: ""}.fa-gulp{--fa: ""}.fa-creative-commons-sampling-plus{--fa: ""}.fa-strava{--fa: ""}.fa-ember{--fa: ""}.fa-canadian-maple-leaf{--fa: ""}.fa-teamspeak{--fa: ""}.fa-pushed{--fa: ""}.fa-wordpress-simple{--fa: ""}.fa-nutritionix{--fa: ""}.fa-wodu{--fa: ""}.fa-google-pay{--fa: ""}.fa-intercom{--fa: ""}.fa-zhihu{--fa: ""}.fa-korvue{--fa: ""}.fa-pix{--fa: ""}.fa-steam-symbol{--fa: ""}:root,:host{--fa-style-family-classic: "Font Awesome 6 Free";--fa-font-regular: normal 400 1em/1 "Font Awesome 6 Free"}@font-face{font-family:"Font Awesome 6 Free";font-style:normal;font-weight:400;font-display:block;src:url(./fa-regular-400.woff2) format("woff2"),url(./fa-regular-400.ttf) format("truetype")}.far,.fa-regular{font-weight:400}: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(./fa-solid-900.woff2) format("woff2"),url(./fa-solid-900.ttf) format("truetype")}.fas,.fa-solid{font-weight:900}@font-face{font-family:"Font Awesome 5 Brands";font-display:block;font-weight:400;src:url(./fa-brands-400.woff2) format("woff2"),url(./fa-brands-400.ttf) format("truetype")}@font-face{font-family:"Font Awesome 5 Free";font-display:block;font-weight:900;src:url(./fa-solid-900.woff2) format("woff2"),url(./fa-solid-900.ttf) format("truetype")}@font-face{font-family:"Font Awesome 5 Free";font-display:block;font-weight:400;src:url(./fa-regular-400.woff2) format("woff2"),url(./fa-regular-400.ttf) format("truetype")}@font-face{font-family:FontAwesome;font-display:block;src:url(./fa-solid-900.woff2) format("woff2"),url(./fa-solid-900.ttf) format("truetype")}@font-face{font-family:FontAwesome;font-display:block;src:url(./fa-brands-400.woff2) format("woff2"),url(./fa-brands-400.ttf) format("truetype")}@font-face{font-family:FontAwesome;font-display:block;src:url(./fa-regular-400.woff2) format("woff2"),url(./fa-regular-400.ttf) format("truetype");unicode-range:U+F003,U+F006,U+F014,U+F016-F017,U+F01A-F01B,U+F01D,U+F022,U+F03E,U+F044,U+F046,U+F05C-F05D,U+F06E,U+F070,U+F087-F088,U+F08A,U+F094,U+F096-F097,U+F09D,U+F0A0,U+F0A2,U+F0A4-F0A7,U+F0C5,U+F0C7,U+F0E5-F0E6,U+F0EB,U+F0F6-F0F8,U+F10C,U+F114-F115,U+F118-F11A,U+F11C-F11D,U+F133,U+F147,U+F14E,U+F150-F152,U+F185-F186,U+F18E,U+F190-F192,U+F196,U+F1C1-F1C9,U+F1D9,U+F1DB,U+F1E3,U+F1EA,U+F1F7,U+F1F9,U+F20A,U+F247-F248,U+F24A,U+F24D,U+F255-F25B,U+F25D,U+F271-F274,U+F278,U+F27B,U+F28C,U+F28E,U+F29C,U+F2B5,U+F2B7,U+F2BA,U+F2BC,U+F2BE,U+F2C0-F2C1,U+F2C3,U+F2D0,U+F2D2,U+F2D4,U+F2DC}@font-face{font-family:FontAwesome;font-display:block;src:url(./fa-v4compatibility.woff2) format("woff2"),url(./fa-v4compatibility.ttf) format("truetype");unicode-range:U+F041,U+F047,U+F065-F066,U+F07D-F07E,U+F080,U+F08B,U+F08E,U+F090,U+F09A,U+F0AC,U+F0AE,U+F0B2,U+F0D0,U+F0D6,U+F0E4,U+F0EC,U+F10A-F10B,U+F123,U+F13E,U+F148-F149,U+F14C,U+F156,U+F15E,U+F160-F161,U+F163,U+F175-F178,U+F195,U+F1F8,U+F219,U+F27A}@font-face{font-family:swiper-icons;src:url(data:application/font-woff;charset=utf-8;base64,\ d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA);font-weight:400;font-style:normal}:root{--swiper-theme-color: #007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function, initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,#00000080,#0000)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color: #fff}.swiper-lazy-preloader-black{--swiper-preloader-color: #000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper:after{content:"";position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper:after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper:after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size: 44px}.swiper-button-prev,.swiper-button-next{position:absolute;top:var(--swiper-navigation-top-offset, 50%);width:calc(var(--swiper-navigation-size) / 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - var(--swiper-navigation-size) / 2);z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color, var(--swiper-theme-color))}.swiper-button-prev.swiper-button-disabled,.swiper-button-next.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev.swiper-button-hidden,.swiper-button-next.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-prev,.swiper-navigation-disabled .swiper-button-next{display:none!important}.swiper-button-prev svg,.swiper-button-next svg{width:100%;height:100%;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-prev svg,.swiper-rtl .swiper-button-next svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset, 10px);right:auto}.swiper-button-lock{display:none}.swiper-button-prev:after,.swiper-button-next:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset, 10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:"next"}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translateZ(0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-pagination-fraction,.swiper-pagination-custom,.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal{bottom:var(--swiper-pagination-bottom, 8px);top:var(--swiper-pagination-top, auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));height:var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius, 50%);background:var(--swiper-pagination-bullet-inactive-color, #000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color, var(--swiper-theme-color))}.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets{right:var(--swiper-pagination-right, 8px);left:var(--swiper-pagination-left, auto);top:50%;transform:translate3d(0,-50%,0)}.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap, 6px) 0;display:block}.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap, 4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translate(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color, inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, .25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color, var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size, 4px);left:0;top:0}.swiper-vertical>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite{width:var(--swiper-pagination-progressbar-size, 4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:var(--swiper-scrollbar-border-radius, 10px);position:relative;touch-action:none;background:var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, .1))}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:var(--swiper-scrollbar-sides-offset, 1%);bottom:var(--swiper-scrollbar-bottom, 4px);top:var(--swiper-scrollbar-top, auto);z-index:50;height:var(--swiper-scrollbar-size, 4px);width:calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%))}.swiper-vertical>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-vertical{position:absolute;left:var(--swiper-scrollbar-left, auto);right:var(--swiper-scrollbar-right, 4px);top:var(--swiper-scrollbar-sides-offset, 1%);z-index:50;width:var(--swiper-scrollbar-size, 4px);height:calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%))}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, .5));border-radius:var(--swiper-scrollbar-border-radius, 10px);left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>img,.swiper-zoom-container>svg,.swiper-zoom-container>canvas{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:"";background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-cube .swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}:root{--fz-html: 62.5%;--fz-base: 1.8rem;--fw-base: 400;--lh-base: 1.35;--ff-base: "Hind", "Helvetica Neue", Helvetica, Arial, sans-serif;--ff-serif: "Libre Baskerville", serif;--c-base: #364a5d;--c-white: #fff;--c-black: #000;--c-light: #bac4d8;--c-light-grey: #a7b3cb;--c-primary-dark-blue: #12151a;--c-dark-blue: #013968;--gradient-dark-purple: linear-gradient(to right, rgba(1, 57, 104, 1) 0%, rgba(110, 47, 115, 1) 120%);--gradient-light-purple: linear-gradient(to right, rgba(138, 196, 245, 1) 0%, rgba(241, 147, 247, 1) 120%);--t-duration: .5s}*{padding:0;margin:0;outline:0;box-sizing:border-box}*:before,*:after{box-sizing:inherit}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,main{display:block}template{display:none}html{-webkit-tap-highlight-color:rgba(0,0,0,0);tap-highlight-color:rgba(0,0,0,0)}body{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-smoothing:antialiased;text-size-adjust:none}img,iframe,video,audio,object{max-width:100%}img,iframe{border:0 none}img{height:auto;display:inline-block;vertical-align:middle}img,[style*=background-image]{image-rendering:-webkit-optimize-contrast}b,strong{font-weight:700}address{font-style:normal}svg:not(:root){overflow:hidden}a,button,input[type=submit],input[type=button],input[type=reset],input[type=file],input[type=image],label[for]{cursor:pointer}a[href^=tel],button[disabled],input[disabled],textarea[disabled],select[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{padding:0;border:0}input[type=button],input[type=text],input[type=password],input[type=date],input[type=datetime],input[type=datetime-local],input[type=month],input[type=week],input[type=email],input[type=number],input[type=search],input[type=tel],input[type=time],input[type=url],input[type=color],textarea,a[href^=tel]{-webkit-appearance:none;-moz-appearance:none;appearance:none}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none;-moz-appearance:none;appearance:none}textarea{overflow:auto;-webkit-overflow-scrolling:touch;overflow-scrolling:touch}button,input,optgroup,select,textarea{font-family:inherit;font-size:inherit;color:inherit;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-smoothing:antialiased}button,select{text-transform:none}table{width:100%;border-collapse:collapse;border-spacing:0}nav ul,nav ol{list-style:none outside none}input::placeholder{color:inherit;opacity:1}textarea::placeholder{color:inherit;opacity:1}input:-webkit-autofill{-webkit-text-fill-color:inherit;-webkit-box-shadow:0 0 0 1000px #fff inset}@media (prefers-reduced-motion: no-preference){:root{scroll-behavior:smooth}}@media (prefers-reduced-motion: reduce){*{transition:none!important;animation:none!important}}@font-face{font-family:Hind;src:url(../assets/fonts/Hind-Bold.woff2) format("woff2"),url(../assets/fonts/Hind-Bold.woff) format("woff");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Hind;src:url(../assets/fonts/Hind-Regular.woff2) format("woff2"),url(../assets/fonts/Hind-Regular.woff) format("woff");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Hind;src:url(../assets/fonts/Hind-Light.woff2) format("woff2"),url(../assets/fonts/Hind-Light.woff) format("woff");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:Hind;src:url(../assets/fonts/Hind-Medium.woff2) format("woff2"),url(../assets/fonts/Hind-Medium.woff) format("woff");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Hind;src:url(../assets/fonts/Hind-SemiBold.woff2) format("woff2"),url(../assets/fonts/Hind-SemiBold.woff) format("woff");font-weight:600;font-style:normal;font-display:swap}html{font-size:var(--fz-html);font-size-adjust:none}body{min-width:320px;font-family:var(--ff-base);font-weight:var(--fw-base);font-size:var(--fz-base);line-height:var(--lh-base);color:var(--c-base);background:#fdfcff}@media (max-width: 1023px){body.menu-opened{overflow:hidden}}body.is-macos .main--downloads .section-download[data-os=macos]{display:block}body.is-macos .section-versions button.section__license-dropdown-trigger{display:none}@media (max-width: 1023px){body.is-macos .section-versions button.section__license-dropdown-trigger{display:block}}@media (max-width: 1023px){body.is-macos .section-versions a.section__license-dropdown-trigger{display:none}}body.is-macos .section-versions .section__license-dropdown-inner{display:flex}body.is-macos .card-version button.card__license-dropdown-trigger{display:block}body.is-macos .card-version a.card__license-dropdown-trigger{display:none}body.is-macos .card-version .card__license-dropdown-inner{display:flex}body.is-windows .main--downloads .section-download[data-os=windows],body.is-ios .main--downloads .section-download[data-os=ios],body.is-other .main--downloads .section-download[data-os=other]{display:block}a{color:inherit;text-decoration:underline}@media (hover: hover){a:where(:hover,:focus-visible){text-decoration:none}}a[href^=tel]{text-decoration:none}.level-1,h1,.level-2,h2,.level-3,h3,.level-4,h4,.level-5,h5,.level-6,h6{margin-bottom:calc(var(--lh-base) * .5em);font-family:var(--ff-serif)}.level-1,h1{font-size:7.2rem;line-height:1.33;font-weight:700}@media (max-width: 1023px){.level-1,h1{font-size:6.4rem}}@media (max-width: 767px){.level-1,h1{font-size:2.7rem}}.level-2,h2{font-size:5.6rem;line-height:1.06}@media (max-width: 1023px){.level-2,h2{font-size:4.8rem}}@media (max-width: 767px){.level-2,h2{font-size:2.7rem}}.level-3,h3{font-size:4.8rem;line-height:1.33}@media (max-width: 1023px){.level-3,h3{font-size:4rem}}@media (max-width: 767px){.level-3,h3{font-size:2.7rem}}.level-4,h4{font-size:2.8rem;line-height:1;font-weight:500;font-family:var(--ff-base)}@media (max-width: 1023px){.level-4,h4{font-size:2.6rem}}@media (max-width: 767px){.level-4,h4{font-size:2rem}}.level-5,h5{font-family:var(--ff-base);font-size:2.4rem;line-height:1;font-weight:700}p,ul,ol,dl,hr,table,blockquote{margin-bottom:calc(var(--lh-base) * .5em)}h1[class],h2[class],h3[class],h4[class],h5[class],h6[class],h1:last-child,h2:last-child,h3:last-child,h4:last-child,h5:last-child,h6:last-child,p:last-child,ul:last-child,ol:last-child,dl:last-child,table:last-child,blockquote:last-child{margin-bottom:0}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}[hidden],.hidden{display:none!important}[disabled],.disabled{cursor:default}.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block{display:none!important}@media (max-width: 767px){.hidden-xs{display:none!important}.visible-xs-block{display:block!important}.visible-xs-inline{display:inline!important}.visible-xs-inline-block{display:inline-block!important}}@media (min-width: 767.02px) and (max-width: 1023px){.hidden-sm{display:none!important}.visible-sm-block{display:block!important}.visible-sm-inline{display:inline!important}.visible-sm-inline-block{display:inline-block!important}}@media (min-width: 1023.02px) and (max-width: 1199px){.hidden-md{display:none!important}.visible-md-block{display:block!important}.visible-md-inline{display:inline!important}.visible-md-inline-block{display:inline-block!important}}@media (min-width: 1199.02px){.hidden-lg{display:none!important}.visible-lg-block{display:block!important}.visible-lg-inline{display:inline!important}.visible-lg-inline-block{display:inline-block!important}}.accordion .accordion__section.is-current .accordion__icon{transform:rotate(-180deg)}.accordion .accordion__section.is-current .accordion__body{grid-template-rows:1fr}@media (max-width: 767px){.accordion .accordion__section:first-child .accordion__head{border-top:0}}.accordion .accordion__head{display:flex;align-items:center;justify-content:space-between;gap:3.8rem;padding:2.3rem .4rem 2.4rem 0;border-top:.1rem solid rgba(167,179,203,.65);cursor:pointer}.accordion .accordion__title{color:var(--c-primary-dark-blue);margin-bottom:0;flex:1;font-size:2.4rem;line-height:1.4585;font-weight:500}@media (max-width: 767px){.accordion .accordion__title{font-size:1.8rem;line-height:1.445}}.accordion .accordion__icon{display:inline-flex;align-items:center;justify-content:center;color:var(--c-base);font-size:1.6rem;transition:transform var(--t-duration)}.accordion .accordion__body{display:grid;grid-template-rows:0fr;transition-property:grid-template-rows;transition-timing-function:cubic-bezier(.45,.45,.4,1);transition-duration:var(--t-duration)}.accordion .accordion__body-inner{overflow:hidden}.accordion .accordion__text{border-top:.1rem solid rgba(167,179,203,.65);padding:4rem 0;font-size:2.4rem;line-height:1.46}@media (max-width: 1023px){.accordion .accordion__text{font-size:2rem}}@media (max-width: 767px){.accordion .accordion__text{font-size:1.6rem;padding:2rem 0}}[data-animation]{transition-duration:var(--animation-duration);transition-delay:var(--animation-delay);transition-timing-function:var(--animation-easing)}[data-animation^=fade]{opacity:0;transition-property:opacity,transform}[data-animation=fade-up]{transform:translate3d(0,10rem,0)}[data-animation=fade-down]{transform:translate3d(0,-10rem,0)}[data-animation=fade-left]{transform:translate3d(-10rem,0,0)}[data-animation=fade-up-left]{transform:translate3d(-10rem,10rem,0)}[data-animation=fade-right]{transform:translate3d(10rem,0,0)}[data-animation=fade-up-right]{transform:translate3d(10rem,10rem,0)}[data-animation^=fade].is-animated{opacity:1;transform:none}.btn-text{display:inline-flex;vertical-align:middle;align-items:center;justify-content:center;gap:.4rem;cursor:pointer;text-decoration:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;color:var(--c-primary-dark-blue);font-size:2.4rem;line-height:1.4585;font-weight:500;padding:1rem 1.2rem .6rem;border-radius:.8rem;overflow:hidden;position:relative;z-index:2}@media (max-width: 767px){.btn-text{font-size:1.8rem;line-height:1.334;border:.1rem solid rgba(0,0,0,.24);padding:1rem .8rem .6rem}}.btn-text:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;border-radius:.8rem;background:#01396824;transition:opacity var(--t-duration);z-index:-1;opacity:0}.btn-text span{min-width:2.4rem;min-height:2.4rem;font-size:1.6rem;position:relative;margin-top:-.2rem}.btn-text span i{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);transition:opacity var(--t-duration),margin var(--t-duration)}.btn-text span i:nth-child(2){opacity:0;margin-right:-.4rem}@media (hover: hover){.btn-text:hover:before{opacity:1}.btn-text:hover span i:first-child{margin-left:-.4rem;opacity:0}.btn-text:hover span i:nth-child(2){margin-right:0;opacity:1}}.btn-text--light{color:var(--c-white)}@media (max-width: 767px){.btn-text--light{border-color:#ffffff3d}}.btn-text--light:before{background:#ffffff14}.btn-text--alt{font-size:1.8rem;line-height:1.445;padding:0}@media (max-width: 767px){.btn-text--alt{border:none}}.btn-text--alt:before{display:none}.btn{display:inline-flex;vertical-align:middle;align-items:center;justify-content:center;cursor:pointer;text-decoration:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:var(--c-dark-blue);color:var(--c-white);font-size:1.6rem;line-height:1.438;font-weight:600;padding:1.4rem 1.6rem 1rem;border-radius:.8rem;border:none;transition:background var(--t-duration),color var(--t-duration)}@media (hover: hover){.btn:hover{background:var(--c-primary-dark-blue)}}.btn--block{display:block;padding-inline:.5rem;text-align:center;justify-content:center}.btn--size1{min-width:19.8rem}.btn--outline{border:.1rem solid currentColor;background:none;padding:1.3rem 1.5rem .9rem;color:var(--c-dark-blue)}@media (hover: hover){.btn--outline:hover{background:none;color:var(--c-primary-dark-blue)}}.card-plan{padding:1.5rem 1.5rem 2.3rem;border:.1rem solid #e2ecff;background:var(--c-white);box-shadow:0 0 2.12rem #00000012;border-radius:1.6rem;overflow:hidden}@media (min-width: 1023.02px) and (max-width: 1199px){.card-plan{padding:1rem 1rem 2rem}}.card-plan .card__content{background:#f7f7fe;border-radius:1.6rem;padding:2.4rem}@media (min-width: 1023.02px) and (max-width: 1199px){.card-plan .card__content{padding:1.2rem}}.card-plan .card__content-head{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1.2rem;margin-bottom:2.4rem}@media (max-width: 767px){.card-plan .card__content-head{margin-bottom:1.6rem}}.card-plan .card__icon{width:4rem;height:4rem;border-radius:.8rem;display:flex;align-items:center;justify-content:center;overflow:hidden;position:relative;z-index:2}.card-plan .card__icon:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;border-radius:.8rem;background:var(--gradient-light-purple);opacity:.3;z-index:-1}.card-plan .card__badge-popular{font-size:1.4rem;line-height:1.429;font-weight:600;background:var(--gradient-dark-purple);border-radius:999rem;padding:1rem 1.2rem .6rem;display:inline-flex;align-items:center;justify-content:center;text-decoration:none;color:var(--c-white)}@media (max-width: 767px){.card-plan .card__badge-popular{margin:-.5rem -.2rem 0 0}}.card-plan .card__title{font-size:2rem;line-height:1.45;color:var(--c-primary-dark-blue);margin-bottom:.5rem}.card-plan .card__entry{font-size:1.6rem;line-height:1.45;font-weight:400}.card-plan .card__pricing{display:flex;align-items:center;gap:1.6rem;margin-top:2.4rem}@media (max-width: 767px){.card-plan .card__pricing{margin-top:1.6rem}}.card-plan .card__pricing-price-wrapper{font-size:4.8rem;line-height:1.45;font-weight:700;color:var(--c-dark-blue)}@media (min-width: 1023.02px) and (max-width: 1199px){.card-plan .card__pricing-price-wrapper{font-size:3.6rem}}.card-plan .card__content-foot{margin-top:2.4rem}@media (max-width: 767px){.card-plan .card__content-foot{margin-top:1.5rem}}.card-plan .card__features{margin-top:1.6rem}.card-plan .card__features>strong{display:block;font-size:1.8rem;line-height:1.45;font-weight:600;margin-bottom:1.6rem}@media (max-width: 767px){.card-plan .card__features>strong{font-size:1.6rem}}.card-plan .card__list-features{list-style-type:none;line-height:1.445}@media (max-width: 767px){.card-plan .card__list-features{font-size:1.6rem}}.card-plan .card__list-features li{display:flex;align-items:center;gap:1.6rem;margin-bottom:2.1rem}@media (max-width: 767px){.card-plan .card__list-features li{margin-bottom:1.6rem}}.card-plan .card__list-features li:last-child{margin-bottom:0}.card-plan .card__list-features i{display:flex;align-items:center;justify-content:center;width:2.4rem;height:2.4rem;border-radius:50%;background:#c1dbfa61;color:var(--c-dark-blue)}.card-plan .card__list-features p{flex:1}.card-version{padding:.8rem;text-align:center;border-radius:.8rem;transition:background var(--t-duration);text-decoration:none;display:block;position:relative;cursor:pointer}.card-version:has(.card__license-dropdown-trigger:focus,.card__license-dropdown-trigger:focus-visible){background:#a7b3cb33}@media (hover: hover){.card-version:hover{background:#a7b3cb33}}.card-version .card__icon{min-width:7.2rem;min-height:7.2rem;display:flex;align-items:center;justify-content:center;margin-bottom:.8rem}@media (max-width: 767px){.card-version .card__icon{min-width:auto;min-height:9.1rem}}.card-version .card__content{font-size:1.8rem;line-height:1.45;font-weight:300}@media (max-width: 767px){.card-version .card__content{font-size:1.4rem}}.card-version .card__license-dropdown{position:absolute;top:0;left:0;width:100%;height:100%;z-index:3}.card-version .card__license-dropdown:before{content:"";position:absolute;top:100%;left:0;right:0;height:2.4rem;visibility:hidden}.card-version button.card__license-dropdown-trigger{display:none}.card-version .card__license-dropdown-trigger{position:absolute;top:0;left:0;width:100%;height:100%;background:none;border:none}.card-version .card__license-dropdown:has(.card__license-dropdown-trigger:focus,.card__license-dropdown-trigger:focus-visible):before{visibility:visible}.card-version .card__license-dropdown:has(.card__license-dropdown-trigger:focus,.card__license-dropdown-trigger:focus-visible) .card__license-dropdown-inner{opacity:1;visibility:visible;transform:translateY(0)}@media (min-width: 374.02px) and (max-width: 1023px){.card-version .card__license-dropdown:has(.card__license-dropdown-trigger:focus,.card__license-dropdown-trigger:focus-visible) .card__license-dropdown-inner{transform:translate(-50%)}}.card-version .card__license-dropdown:hover:before{visibility:visible}.card-version .card__license-dropdown:hover .card__license-dropdown-inner{opacity:1;visibility:visible;transform:translateY(0)}@media (min-width: 374.02px) and (max-width: 1023px){.card-version .card__license-dropdown:hover .card__license-dropdown-inner{transform:translate(-50%)}}.card-version .card__license-dropdown-inner{position:absolute;top:calc(100% + 2.4rem);right:0;width:30rem;background:var(--c-white);border-radius:1.6rem;padding:1.2rem;box-shadow:0 0 .6rem #0003;display:flex;flex-flow:column nowrap;gap:1.2rem;transition:opacity var(--t-duration),visibility var(--t-duration),transform var(--t-duration);opacity:0;visibility:hidden;transform:translateY(-2rem);display:none}@media (min-width: 374.02px) and (max-width: 1023px){.card-version .card__license-dropdown-inner{right:auto;left:50%;transform:translate(-50%,-2rem)}}@media (max-width: 767px){.card-version .card__license-dropdown-inner{width:28.8rem}}@media (max-width: 767px){.card-version .ico-android{width:5.8rem;height:6.2rem}}@media (max-width: 767px){.card-version .ico-phone-large{width:3.1rem;height:6rem}}@media (max-width: 767px){.card-version .ico-linux{width:5.9rem;height:5.9rem}}@media (max-width: 767px){.card-version--primary .card__icon{min-width:7.2rem;min-height:7.2rem}}@media (max-width: 767px){.card-version--primary .card__content{font-size:1.8rem}}@media (max-width: 767px){.card-version--primary .ico-android{width:4.6rem;height:4.8rem}}@media (max-width: 767px){.card-version--primary .ico-phone-large{width:2.5rem;height:4.9rem}}@media (max-width: 767px){.card-version--primary .ico-linux{width:4.8rem;height:4.8rem}}.cards-plans{padding-right:.1rem}@media (max-width: 1399px){.cards-plans{padding-right:0}}.cards-plans .cards__items{display:grid;grid-template-columns:repeat(3,1fr);gap:2.4rem}@media (max-width: 1199px){.cards-plans .cards__items{gap:1.2rem}}@media (max-width: 1023px){.cards-plans .cards__items{grid-template-columns:repeat(1,1fr);gap:3.2rem}}.cards-versions .cards__items{display:grid;grid-template-columns:repeat(3,1fr);gap:4rem 3.3rem}@media (max-width: 767px){.cards-versions .cards__items{gap:1.5rem 3.2rem}}@media (max-width: 374px){.cards-versions .cards__items{grid-template-columns:repeat(2,1fr);gap:1.2rem 1.6rem}}.cards-versions--inline .cards__items{grid-template-columns:repeat(5,1fr);gap:4rem 4.7rem}@media (max-width: 767px){.cards-versions--inline .cards__items{display:flex;flex-wrap:wrap;justify-content:center;gap:1.7rem 4.8rem}}@media (max-width: 392px){.cards-versions--inline .cards__items{gap:1.7rem 3.2rem}}@media (max-width: 374px){.cards-versions--inline .cards__items{gap:1.2rem}}.feature{min-height:18.2rem;background:#f1f9fe0f;border-radius:.8rem;padding:2.4rem;position:relative;overflow:hidden}@media (max-width: 1199px){.feature{padding:2.4rem 1.2rem}}@media (max-width: 767px){.feature{min-height:14.8rem;padding:2.4rem}}@media (hover: hover){.feature:hover:before{opacity:.2}}.feature:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:var(--gradient-light-purple);opacity:0;transition:opacity var(--t-duration);pointer-events:none}.feature .feature__title{font-size:2.4rem;line-height:1.06;font-weight:700;display:flex;align-items:center;gap:1.6rem;margin-bottom:2rem}@media (max-width: 767px){.feature .feature__title{font-size:2rem;margin-bottom:1.7rem}}.feature .feature__title span{flex:1}.feature .feature__entry{color:var(--c-light);font-size:2rem;line-height:1.39;font-weight:300}@media (max-width: 767px){.feature .feature__entry{font-size:1.8rem;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical}}.footer{background:var(--c-dark-blue);color:var(--c-white);padding:6.4rem 0}@media (max-width: 1023px){.footer{padding:4rem 0}}@media (max-width: 767px){.footer{padding:3.2rem 1.6rem}}@media (max-width: 374px){.footer{padding:3.2rem 0}}.footer .footer__inner{display:flex;gap:4rem}@media (max-width: 1199px){.footer .footer__inner{gap:2.4rem}}@media (max-width: 1023px){.footer .footer__inner{display:block}}.footer .footer__content{flex:0 0 31rem}@media (max-width: 1023px){.footer .footer__content{margin-bottom:2.4rem}}@media (max-width: 767px){.footer .footer__content{margin-bottom:3.1rem}}.footer .footer__logo{display:flex;align-items:center;justify-content:center;max-width:6.4rem;text-decoration:none;margin-bottom:1.7rem}.footer .footer__entry{line-height:1.35;font-weight:300}.footer .footer__actions{margin-top:1.4rem}@media (max-width: 767px){.footer .footer__actions{margin-top:1.5rem}}.footer .footer__navigations{flex:1;max-width:66.1%;margin-left:auto;display:grid;grid-template-columns:repeat(4,1fr);gap:2.4rem}@media (max-width: 1199px){.footer .footer__navigations{max-width:none;gap:1.6rem}}@media (max-width: 767px){.footer .footer__navigations{grid-template-columns:repeat(1,1fr);gap:3.8rem}}.footer .footer__nav h6{font-size:2rem;line-height:1.1115;font-weight:700;font-family:var(--ff-serif);color:#b7c6e3;margin-bottom:2.4rem}@media (max-width: 767px){.footer .footer__nav h6{font-size:1.8rem;margin-bottom:2.5rem}}.footer .footer__nav ul{font-weight:300;line-height:1.1115}@media (max-width: 767px){.footer .footer__nav ul{font-size:1.6rem}}.footer .footer__nav li{margin-bottom:1.6rem}@media (max-width: 767px){.footer .footer__nav li{margin-bottom:1.65rem}}.footer .footer__nav li:last-child{margin-bottom:0}.footer .footer__nav a{text-decoration:none;display:inline-flex;transition:color var(--t-duration)}@media (hover: hover){.footer .footer__nav a:hover{color:var(--c-light-grey)}}.footer .footer__bar{border-top:.1rem solid rgba(167,179,203,.48);margin-top:2.9rem;padding-top:3.2rem;display:flex;align-items:center;justify-content:space-between;gap:2rem}@media (max-width: 767px){.footer .footer__bar{margin-top:3.1rem;display:block}}.footer .footer__links{list-style-type:none;display:flex;align-items:center;flex-wrap:wrap;gap:2.5rem;line-height:1.1115}@media (max-width: 767px){.footer .footer__links{margin-bottom:3.1rem}}.footer .footer__links a{text-decoration:none;display:inline-flex;transition:color var(--t-duration)}@media (hover: hover){.footer .footer__links a:hover{color:var(--c-light-grey)}}.grid-flex{--grid-gutter: 2rem;display:flex;flex-flow:row wrap;margin-inline:calc(var(--grid-gutter) / 2 * -1)}.grid-flex .grid__col{--grid-cols: 1;padding-inline:calc(var(--grid-gutter) / 2);max-width:calc(100% / var(--grid-cols));flex:0 0 calc(100% / var(--grid-cols))}.grid-flex .grid__col--1of2{--grid-cols: 2}.grid-flex .grid__col--1of3{--grid-cols: 3}.grid-flex .grid__col--1of4{--grid-cols: 4}.grid-flex .grid__col--1of5{--grid-cols: 5}.grid-flex .grid__col--1of6{--grid-cols: 6}.grid{--grid-cols: 1;--grid-gutter: 2rem;display:grid;grid-template-columns:repeat(var(--grid-cols),1fr);gap:var(--grid-gutter)}.grid--size-1of2{--grid-cols: 2}.grid--size-1of3{--grid-cols: 3}.grid--size-1of4{--grid-cols: 4}.grid--size-1of5{--grid-cols: 5}.grid--size-1of6{--grid-cols: 6}.header{padding:1.6rem 0;position:absolute;top:0;left:0;right:0;z-index:10}@media (max-width: 1023px){.header{padding:1.2rem 0}}.header .header__inner{display:flex;align-items:center;justify-content:space-between}.header .header__logo{display:inline-flex;align-items:center;text-decoration:none;justify-content:center;max-width:6.4rem}@media (max-width: 767px){.header .header__logo{max-width:4.7rem}}@media (max-width: 1023px){.header .header__menu{position:fixed;top:0;left:0;right:0;bottom:0;padding-right:8.1rem;pointer-events:none}}@media (max-width: 374px){.header .header__menu{padding-right:4rem}}@media (max-width: 1023px){.header .header__menu-background{position:absolute;top:0;left:0;width:100%;height:100%;background:#12151a99;z-index:-1;transition:opacity var(--t-duration),visibility var(--t-duration);opacity:0;visibility:hidden}}@media (max-width: 1023px){.header .header__menu-inner{height:100%;background:var(--c-white);padding:3.2rem 1.6rem;display:flex;flex-flow:column nowrap;transform:translate(-100%);transition:transform var(--t-duration)}}.header .header__menu-logo{display:none}@media (max-width: 1023px){.header .header__menu-logo{display:block;max-width:4.7rem;text-decoration:none;margin-bottom:2.4rem}}@media (max-width: 1023px){.header .header__menu-nav{flex:auto;margin-bottom:2.4rem;overflow:hidden}}.header .header__menu-actions{display:none}@media (max-width: 1023px){.header .header__menu-actions{display:flex;flex-flow:column nowrap;gap:2.4rem;border-top:.1rem solid rgba(167,179,203,.24);padding-top:2.4rem}}.header .header__link{font-size:1.6rem;line-height:1.438;font-weight:600;display:inline-flex;align-items:center;text-decoration:none;color:var(--c-primary-dark-blue)}.header .header__actions{display:flex;align-items:center;gap:2.4rem}@media (max-width: 1023px){.header .header__actions{padding-right:.4rem;gap:2rem}}@media (max-width: 1023px){.header .header__actions .header__link{display:none}}@media (max-width: 1023px){.header.is-active .header__menu{pointer-events:auto}}@media (max-width: 1023px){.header.is-active .header__menu-inner{transform:translate(0)}}@media (max-width: 1023px){.header.is-active .header__menu-background{opacity:1;visibility:visible}}.hero{position:relative;overflow:hidden}.hero .hero__decoration{position:absolute;top:calc(50% + 3.3rem);left:50%;bottom:0;transform:translate(-50%,-50%);max-width:none;pointer-events:none;width:100%;display:flex;align-items:center;justify-content:center;text-align:center}.hero .hero__decoration:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:108.3rem;height:55.5rem;background:radial-gradient(ellipse at center,#fff,#ffffff73);filter:blur(11rem);z-index:2}@media (max-width: 767px){.hero .hero__decoration:after{top:5%;transform:translate(-50%)}}.hero .hero__decoration picture{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.hero .hero__decoration picture img{width:100%;object-fit:contain}.hero .hero__decoration-blob{position:absolute}.hero .hero__decoration-blob--left{bottom:-32%;left:-5%;bottom:-26.8rem;left:-7.2rem}@media (max-width: 767px){.hero .hero__decoration-blob--left{max-width:27.5rem;bottom:-10%;z-index:2}}.hero .hero__decoration-blob--right{right:0;top:0}@media (max-width: 767px){.hero .hero__decoration-blob--right{display:none}}.hero .hero__inner{min-height:100vh;display:flex;align-items:center;padding:12.6rem 0 6rem;position:relative;z-index:3}@media (max-width: 1023px){.hero .hero__inner{padding:11rem 0 4rem}}@media (max-width: 767px){.hero .hero__inner{padding:8.4rem 0 3rem;min-height:58.8rem}}.hero .hero__content{max-width:78.8rem;margin:0 auto;text-align:center}.hero .hero__content h1{color:var(--c-primary-dark-blue);margin-bottom:2.4rem}@media (max-width: 767px){.hero .hero__content h1{line-height:1.65;margin-bottom:1.3rem}}.hero .hero__entry{font-size:2.4rem;line-height:1.47}@media (max-width: 767px){.hero .hero__entry{font-size:1.8rem}}.hero .hero__actions{display:grid;grid-template-columns:repeat(2,1fr);gap:2.4rem;max-width:62.2rem;margin:3.1rem auto 0}@media (max-width: 767px){.hero .hero__actions{grid-template-columns:repeat(1,1fr);margin-top:2.1rem;gap:1.6rem}}.hero .hero__actions a.btn{width:100%}@media (max-width: 767px){.hero .hero__actions a.btn--outline{background:var(--c-white)}}[class*=ico-]{display:inline-block;vertical-align:middle}.ico-rocket,.ico-globe,.ico-monitor,.ico-tachometer,.ico-volume,.ico-image{width:3.3rem;height:3.2rem}.ico-android{width:4.6rem;height:5rem}.ico-globe-large{width:4.9rem;height:4.9rem}.ico-laptop-large{width:5.5rem;height:3.5rem}.ico-linux{width:4.9rem;height:4.9rem}.ico-phone-large{width:2.6rem;height:4.9rem}.ico-windows{width:4.8rem;height:4.7rem}.ico-star{width:2.4rem;height:2.5rem}.ico-cog,.ico-file-check,.ico-shield-check{width:4.8rem;height:4.8rem}.ico-cloud-upload{width:2.4rem;height:2.4rem}.ico-check{width:1.4rem;height:1.4rem}.ico-check-circle{width:2.5rem;height:2.5rem}.ico-info{width:2rem;height:2.1rem}.ico-building,.ico-user,.ico-user-alt{width:2.4rem;height:2.4rem}.main--downloads .section-download{display:none}.nav-trigger{position:relative;width:1.6rem;height:1.2rem;display:none;color:#0d0d0d}@media (max-width: 1023px){.nav-trigger{display:block}}.nav-trigger span{position:absolute;top:0;left:0;height:.2rem;background:currentColor;width:100%;border-radius:1rem;transition:transform var(--t-duration),opacity var(--t-duration) .4s,top var(--t-duration) .4s}.nav-trigger span:nth-child(2){top:.5rem}.nav-trigger span:nth-child(3){top:1rem}.nav-trigger.is-active span{top:.5rem;transform:rotate(45deg);transition:transform var(--t-duration) .4s,opacity var(--t-duration),top var(--t-duration)}.nav-trigger.is-active span:nth-child(2){opacity:0;transform:none}.nav-trigger.is-active span:nth-child(3){transform:rotate(-45deg)}.nav{font-size:1.6rem;line-height:1.45;font-weight:600;color:var(--c-primary-dark-blue)}@media (max-width: 1023px){.nav{line-height:1.438;height:100%;max-height:100%;overflow:auto}}.nav>ul{display:flex;align-items:center;gap:2.5rem}@media (max-width: 1023px){.nav>ul{display:block}}@media (max-width: 1023px){.nav>ul>li{border-bottom:.1rem solid rgba(167,179,203,.24);margin-bottom:2.4rem;transition:border-color var(--t-duration)}}@media (max-width: 1023px){.nav>ul>li:last-child{margin-bottom:0}}.nav>ul>li>a{text-decoration:none;display:inline-flex;align-items:center;gap:.7rem}@media (max-width: 1023px){.nav>ul>li>a{display:flex;gap:1.2rem;padding:1.25rem .3rem 1.25rem 0;margin-bottom:-.1rem}}@media (max-width: 1023px){.nav>ul>li>a span{flex:1}}.nav>ul>li>a img{display:none}@media (max-width: 1023px){.nav>ul>li>a img{display:block;margin-top:-.2rem}}.nav>ul>li>a i{color:var(--c-dark-blue);margin-top:-.5rem;transition:transform var(--t-duration);font-size:1.2rem}@media (max-width: 1023px){.nav>ul>li>a i{color:#0d0d0d}}.nav li.has-dropdown{position:relative}.nav li.has-dropdown:after{content:"";position:absolute;top:100%;left:0;right:0;height:6rem;visibility:hidden}@media (max-width: 1023px){.nav li.has-dropdown.is-expanded{border-color:transparent}.nav li.has-dropdown.is-expanded>a i{transform:rotate(-180deg)}.nav li.has-dropdown.is-expanded .nav__dropdown{grid-template-rows:1fr}}@media (hover: hover) and (min-width: 1023.02px){.nav li.has-dropdown:hover:after{visibility:visible}.nav li.has-dropdown:hover>a i{transform:rotate(-180deg)}.nav li.has-dropdown:hover .nav__dropdown{opacity:1;visibility:visible;transform:translate(-50%);pointer-events:auto}}@media (max-width: 1023px){.nav li.has-dropdown.is-active .nav__dropdown{grid-template-rows:1fr}}@media (min-width: 1023.02px){.nav .nav__dropdown{position:absolute;top:6.5rem;left:50%;padding:3.1rem 6.3rem 3.1rem 3.1rem;background:var(--c-white);border-radius:1.6rem;border:.1rem solid rgba(167,179,203,.24);box-shadow:-.8rem .8rem 2.38rem .4rem #0000000f;transition:opacity var(--t-duration),visibility var(--t-duration),transform var(--t-duration);opacity:0;visibility:hidden;transform:translate(-50%,2rem);pointer-events:none}}@media (max-width: 1023px){.nav .nav__dropdown{display:grid;grid-template-rows:0fr;transition-property:grid-template-rows;transition-timing-function:cubic-bezier(.45,.45,.4,1);transition-duration:var(--t-duration)}}@media (max-width: 1023px){.nav .nav__dropdown-inner{overflow:hidden}}@media (max-width: 1023px){.nav .nav__dropdown-container{padding-top:.8rem;margin-bottom:-.2rem}}@media (max-width: 1023px){.nav .nav__dropdown-container ul{background:#a7b3cb17;padding:.8rem 1.6rem}}.nav .nav__dropdown-container ul li{margin-bottom:3.2rem}@media (max-width: 1023px){.nav .nav__dropdown-container ul li{border-bottom:.1rem solid rgba(167,179,203,.24);margin-bottom:1.6rem}}.nav .nav__dropdown-container ul li:last-child{margin-bottom:0}@media (max-width: 1023px){.nav .nav__dropdown-container ul li:last-child{border-bottom:0}}.nav .nav__dropdown-container a{display:flex;align-items:center;gap:1.6rem;white-space:nowrap;text-decoration:none;line-height:1.45;font-weight:500;font-size:1.8rem;position:relative}@media (hover: hover){.nav .nav__dropdown-container a:hover .nav__icon:before{opacity:.5}}@media (max-width: 1023px){.nav .nav__dropdown-container a{gap:1.2rem;font-size:1.6rem;line-height:1.438;padding:1.2rem 0}}.nav .nav__icon{width:3.6rem;height:3.6rem;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;border-radius:50%}@media (max-width: 1023px){.nav .nav__icon{width:1.8rem;height:1.8rem;flex:0 0 1.8rem;margin-top:-.2rem}}.nav .nav__icon:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;border-radius:50%;background:var(--gradient-light-purple);opacity:.2;z-index:-1;transition:opacity var(--t-duration)}@media (max-width: 1023px){.nav .nav__icon:before{display:none}}.nav .nav__icon img{max-width:1.8rem}.section-callout{padding:8.8rem 0}@media (max-width: 1023px){.section-callout{padding:6rem 0}}@media (max-width: 767px){.section-callout{padding:6.3rem 0 4.5rem}}.section-callout .section__inner{background:var(--gradient-light-purple);border-radius:1.6rem;padding:7.2rem 5.6rem;display:flex;align-items:center;gap:5rem;position:relative;z-index:2}@media (max-width: 1199px){.section-callout .section__inner{padding:7.2rem 3.2rem}}@media (max-width: 1023px){.section-callout .section__inner{padding:4rem 2.4rem;display:block}}@media (max-width: 767px){.section-callout .section__inner{text-align:center;padding:6.5rem 1.4rem}}.section-callout .section__head{flex:1;padding-top:1.3rem}@media (max-width: 1023px){.section-callout .section__head{padding-top:0;margin-bottom:2.5rem}}.section-callout .section__head h3{color:var(--c-primary-dark-blue)}.section-callout .section__body{max-width:53.3rem;flex:1}@media (max-width: 1023px){.section-callout .section__body{max-width:100%}}.section-callout .section__entry{font-size:2.4rem;line-height:1.47;font-weight:300}@media (max-width: 767px){.section-callout .section__entry{font-size:1.8rem;max-width:90%;margin:0 auto}}.section-callout .section__actions{margin-top:3.2rem;display:flex;align-items:center;gap:1.6rem}@media (max-width: 767px){.section-callout .section__actions{flex-flow:column nowrap;align-items:stretch;margin-top:2.8rem}}@media (max-width: 767px){.section-callout .section__actions a{width:100%}}.section-compare-plans{padding:3.9rem 0}@media (max-width: 767px){.section-compare-plans{padding:1.3rem 0}}.section-compare-plans .section__head{display:flex;align-items:center;justify-content:space-between;gap:2.4rem;margin-bottom:11.3rem;position:relative;z-index:2}@media (max-width: 1023px){.section-compare-plans .section__head{display:block;margin-bottom:7rem}}@media (max-width: 767px){.section-compare-plans .section__head{display:flex;padding:2.4rem 2.7rem 2.4rem 2.4rem;margin-bottom:1.6rem;cursor:pointer}}.section-compare-plans .section__head:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;border-radius:1.6rem;z-index:-1;display:none;background:var(--gradient-light-purple);opacity:.25}@media (max-width: 767px){.section-compare-plans .section__head:before{display:block}}.section-compare-plans .section__head h3{margin-bottom:0;color:var(--c-primary-dark-blue)}@media (max-width: 1023px){.section-compare-plans .section__head h3{margin-bottom:2.4rem}}@media (max-width: 767px){.section-compare-plans .section__head h3{font-size:1.8rem;line-height:1.445;font-weight:600;font-family:var(--ff-base);margin-bottom:0}}.section-compare-plans .section__head>p{font-size:2.4rem;line-height:1.38;margin-bottom:0}@media (max-width: 767px){.section-compare-plans .section__head>p{display:none}}.section-compare-plans .section__head>i{display:none}@media (max-width: 767px){.section-compare-plans .section__head>i{display:inline-flex;align-items:center;font-size:1.6rem;color:#0d0d0d;transition:transform var(--t-duration)}}@media (max-width: 767px){.section-compare-plans:has(.section__table.is-active) .section__head>i{transform:rotate(-180deg)}}@media (max-width: 374px){.section-compare-plans .section__body{margin:0 -.8rem}}.section-compare-plans .section__table{margin-left:-.5rem}@media (max-width: 1199px){.section-compare-plans .section__table{margin-left:0}}@media (max-width: 767px){.section-compare-plans .section__table{display:grid;grid-template-rows:0fr;transition-property:grid-template-rows;transition-timing-function:cubic-bezier(.45,.45,.4,1);transition-duration:var(--t-duration)}}@media (max-width: 767px){.section-compare-plans .section__table.is-active{grid-template-rows:1fr}}@media (max-width: 767px){.section-compare-plans .section__table.has-transition-ended .section__table-wrapper{overflow:clip}}@media (max-width: 767px){.section-compare-plans .section__table-wrapper{overflow:hidden}}.section-download{padding:18.4rem 0 9.7rem;position:relative;overflow:hidden}@media (max-width: 1023px){.section-download{padding:13.5rem 0 7.3rem}}.section-download .section__background-decoration{position:absolute;top:0;left:0;right:0;height:47.3rem;border-radius:0 0 4.7rem 4.7rem;background:var(--gradient-light-purple);z-index:-1;opacity:.35;pointer-events:none}@media (max-width: 1023px){.section-download .section__background-decoration{height:40rem}}@media (max-width: 767px){.section-download .section__background-decoration{height:48.4rem}}.section-download .section__decoration{position:absolute;bottom:-19%;left:0;pointer-events:none}@media (max-width: 767px){.section-download .section__decoration{display:none}}.section-download .section__inner{position:relative;z-index:2}.section-download .section__head{text-align:center;margin-bottom:4rem}@media (max-width: 767px){.section-download .section__head{margin-bottom:3.2rem}}.section-download .section__head h3{margin-bottom:2.6rem;color:var(--c-primary-dark-blue)}@media (max-width: 767px){.section-download .section__head h3{font-size:3.2rem;line-height:1.45;margin-bottom:2.3rem}}.section-download .section__head-entry{font-size:2rem;line-height:1.45;font-weight:500;color:var(--c-base)}@media (max-width: 767px){.section-download .section__head-entry{font-size:1.8rem}}.section-download .section__head-entry>p{margin-bottom:.8rem}.section-download .section__head-entry>p:last-child{margin-bottom:0}.section-download .section__head-entry>span{font-weight:300;font-size:1.8rem;line-height:1.45;display:block}.section-download .section__cards-download{display:grid;grid-template-columns:repeat(2,1fr);gap:2.4rem;margin-bottom:8.8rem}@media (max-width: 1023px){.section-download .section__cards-download{grid-template-columns:repeat(1,1fr);margin-bottom:6rem}}@media (max-width: 767px){.section-download .section__cards-download{margin-bottom:6.4rem}}.section-download .section__card-download{background:var(--gradient-dark-purple);border-radius:1.6rem;overflow:hidden;color:var(--c-white);box-shadow:0 0 2.64rem #0000001c;padding:4rem 2.4rem 4.1rem 4rem;display:flex;flex-flow:column nowrap}@media (max-width: 1199px){.section-download .section__card-download{padding:2.4rem}}@media (max-width: 767px){.section-download .section__card-download{padding:3.2rem 1.6rem}}.section-download .section__card-download-content{margin-bottom:.9rem;flex:auto}.section-download .section__card-download-text{font-size:2.4rem;line-height:1.45;font-weight:700}@media (max-width: 1023px){.section-download .section__card-download-text{font-size:2.2rem}}@media (max-width: 767px){.section-download .section__card-download-text{font-size:1.8rem}}.section-download .section__card-download-actions{margin-top:1.7rem}@media (max-width: 767px){.section-download .section__card-download-actions{margin-top:1.6rem}}.section-download .section__card-download-link{font-size:1.8rem;line-height:1.45;font-weight:500;display:inline-flex;align-items:center;gap:1rem;text-decoration:none;transition:opacity var(--t-duration);background:none;border:0}@media (hover: hover){.section-download .section__card-download-link:hover{opacity:.5}}@media (max-width: 767px){.section-download .section__card-download-link{font-size:1.6rem}}@media (max-width: 767px){.section-download .section__card-download-link .ico-cloud-upload{width:2rem;height:2rem}}.section-download .section__card-download-image{margin-right:-2.4rem;position:relative;overflow:hidden;align-items:center;align-self:flex-end}@media (max-width: 1023px){.section-download .section__card-download-image{align-self:stretch}}@media (max-width: 767px){.section-download .section__card-download-image{margin-right:-1.6rem}}@media (max-width: 1023px){.section-download .section__card-download-image>img{width:100%}}@media (max-width: 767px){.section-download .section__card-download-image--tablet{margin-left:2.3rem}}.section-download .section__card-download-image-screen{position:absolute;top:9.6%;left:13.7%;bottom:9.7%;right:0}@media (max-width: 767px){.section-download .section__card-download-image-screen{top:10.6%;left:14.5%}}.section-download .section__card-download-image-screen img{width:100%;height:100%;object-fit:cover;object-position:left}.section-download .section__card-download-image-screen--tablet{top:3.5%;left:3.1%;bottom:3.8%}.section-download .section__card-download--light{background:var(--c-white);color:var(--c-dark-blue)}.section-download .section__card-download--light .section__card-download-text{color:var(--c-primary-dark-blue)}.section-download .section__cards-versions-text{text-align:center;font-size:2rem;line-height:1.45;font-weight:400;color:var(--c-dark-blue);max-width:81.5rem;margin:0 auto 2.4rem}.section-download .section__cards-versions-inner{max-width:63.2rem;margin:0 auto}.section-download .section__info{background:var(--gradient-dark-purple);color:var(--c-white);border-radius:1.6rem;padding:6.4rem 6.4rem 6.2rem;display:flex;flex-wrap:wrap;justify-content:space-between;align-items:flex-start;margin-bottom:8.8rem;gap:2.4rem;overflow:hidden}@media (max-width: 1199px){.section-download .section__info{padding:3.2rem}}@media (max-width: 1023px){.section-download .section__info{margin-bottom:6rem;display:block}}@media (max-width: 767px){.section-download .section__info{margin-bottom:6.4rem;padding:2.4rem}}.section-download .section__info-content{flex:1;max-width:62.2rem}@media (max-width: 1023px){.section-download .section__info-content{max-width:100%;margin-bottom:4.8rem}}.section-download .section__info-content-head{margin-bottom:2.6rem}@media (min-width: 767.02px){.section-download .section__info-content-head h3{font-size:4rem;line-height:1.45;font-weight:700}}@media (max-width: 767px){.section-download .section__info-content-head h3{text-align:center;font-size:2.4rem;line-height:1.45}}.section-download .section__info-content-head h4{font-size:3.2rem;line-height:1.45;font-weight:700;font-family:var(--ff-serif);margin-bottom:1.5rem}@media (max-width: 767px){.section-download .section__info-content-head h4{font-size:2.4rem}}.section-download .section__info-content-body{color:#d3d5ee}.section-download .section__info-text{font-size:1.8rem;line-height:1.45;font-weight:600;margin-bottom:2.5rem}@media (max-width: 767px){.section-download .section__info-text{font-size:1.6rem}}.section-download .section__info-list-features{list-style-type:none;line-height:1.45}@media (max-width: 767px){.section-download .section__info-list-features{font-size:1.6rem}}.section-download .section__info-list-features>li{position:relative;padding-left:3.6rem;margin-bottom:1.35rem}@media (max-width: 767px){.section-download .section__info-list-features>li{padding-left:3rem}}.section-download .section__info-list-features>li:last-child{margin-bottom:0}.section-download .section__info-list-features>li:before{content:"";position:absolute;top:0;left:0;width:2rem;height:2rem;background-image:url(../assets/images/temp/orb.svg);background-size:cover;background-position:50%;background-repeat:no-repeat}@media (max-width: 767px){.section-download .section__info-list-features>li:before{width:1.6rem;height:1.6rem}}.section-download .section__info-list-features>li>p{margin-bottom:.8rem}.section-download .section__info-list-features>li>p:last-child{margin-bottom:0}.section-download .section__info-list-features ul{list-style-type:none;font-weight:300;line-height:1.45;padding-left:2.4rem;font-size:1.6rem}.section-download .section__info-list-features ul li{margin-bottom:.8rem}.section-download .section__info-list-features ul li:last-child{margin-bottom:0}.section-download .section__info-list-features ul strong{display:block;font-weight:500}.section-download .section__info-image{flex:1;margin-top:-1rem;margin-right:-4.8rem;margin-left:-2rem;text-align:right;display:inline-flex;justify-content:flex-end}@media (max-width: 1199px){.section-download .section__info-image{margin:0 -2.4rem 0 0;display:block}}@media (max-width: 767px){.section-download .section__info-image{margin:0 -1.2rem}}@media (max-width: 1023px){.section-download .section__info-image>img{width:100%}}.section-download .section__info-download-link{font-size:1.8rem;line-height:1.45;font-weight:500;display:inline-flex;align-items:center;gap:1rem;text-decoration:none;transition:opacity var(--t-duration)}@media (hover: hover){.section-download .section__info-download-link:hover{opacity:.5}}@media (max-width: 767px){.section-download .section__info-download-link{font-size:1.6rem}}.section-download .section__info-content-footer{font-size:1.6rem;line-height:1.45;font-weight:300;margin-top:2.4rem}@media (max-width: 767px){.section-download .section__info-content-footer{font-size:1.4rem}}.section-download .section__info-content-footer a{text-underline-offset:.2rem}.section-download .section__info-download-image{margin-right:-2.4rem;position:relative;overflow:hidden;align-items:center;align-self:flex-end;z-index:2}@media (max-width: 1023px){.section-download .section__info-download-image{align-self:stretch}}@media (max-width: 767px){.section-download .section__info-download-image{margin-right:-1.6rem}}@media (max-width: 1023px){.section-download .section__info-download-image>img{width:100%}}@media (max-width: 767px){.section-download .section__info-download-image--tablet{margin-left:2.3rem}}.section-download .section__info-download-image-screen{position:absolute;top:9.6%;left:13.7%;bottom:9.7%;right:0;z-index:-1}@media (max-width: 767px){.section-download .section__info-download-image-screen{top:10.6%;left:14.5%}}.section-download .section__info-download-image-screen img{width:100%;height:100%;object-fit:cover;object-position:left}.section-download .section__info-download-image-screen--tablet{top:3.5%;left:3.1%;bottom:3.8%}@media (min-width: 1199.02px){.section-download .section__info--alt{padding-bottom:10.8rem}}@media (min-width: 1199.02px){.section-download .section__info--alt .section__info-content-head{margin-bottom:3.1rem}}@media (min-width: 1199.02px){.section-download .section__info--alt .section__info-content-body{max-width:85%}}@media (min-width: 1199.02px){.section-download .section__info--alt .section__info-image{margin-top:0;margin-right:-6.1rem;margin-left:-6.9rem}}.section-download .section__actions-dropdown{position:relative;z-index:3;display:inline-flex;align-items:center}.section-download .section__actions-dropdown:before{content:"";position:absolute;top:100%;left:0;right:0;height:2.4rem;visibility:hidden}.section-download .section__actions-dropdown:has(.section__actions-dropdown-trigger:focus,.section__actions-dropdown-trigger:focus-visible):before{visibility:visible}.section-download .section__actions-dropdown:has(.section__actions-dropdown-trigger:focus,.section__actions-dropdown-trigger:focus-visible) .section__actions-dropdown-trigger{opacity:.5}.section-download .section__actions-dropdown:has(.section__actions-dropdown-trigger:focus,.section__actions-dropdown-trigger:focus-visible) .section__actions-dropdown-inner{opacity:1;visibility:visible;transform:translateY(0)}.section-download .section__actions-dropdown:hover:before{visibility:visible}.section-download .section__actions-dropdown:hover .section__actions-dropdown-trigger{opacity:.5}.section-download .section__actions-dropdown:hover .section__actions-dropdown-inner{opacity:1;visibility:visible;transform:translateY(0)}.section-download .section__actions-dropdown-inner{position:absolute;top:calc(100% + 2.4rem);left:0;width:30rem;background:var(--c-white);border-radius:1.6rem;padding:1.2rem;box-shadow:0 0 .6rem #0003;display:flex;flex-flow:column nowrap;gap:1.2rem;transition:opacity var(--t-duration),visibility var(--t-duration),transform var(--t-duration);opacity:0;visibility:hidden;transform:translateY(-2rem)}@media (max-width: 767px){.section-download .section__actions-dropdown-inner{width:25.6rem}}@media (max-width: 374px){.section-download .section__actions-dropdown-inner .btn{font-size:1.4rem}}.section-download--size1{padding-bottom:6.8rem}@media (min-width: 1199.02px){.section-download--successful{padding:14.8rem 0 10.9rem}}@media (max-width: 767px){.section-download--successful{padding:10.8rem 0 7.3rem}}.section-download--successful .section__decoration--top-right{left:auto;top:0;right:0}.section-download--successful .section__decoration--middle-left{bottom:0;left:-2%}@media (min-width: 1199.02px){.section-download--successful .section__info--alt{padding-bottom:6.4rem;margin-bottom:10.2rem}}@media (max-width: 767px){.section-download--successful .section__info--alt{padding:3.3rem 1.6rem}}@media (min-width: 1199.02px){.section-download--successful .section__info--alt .section__info-content-head{margin-bottom:3.2rem}}@media (min-width: 1199.02px){.section-download--successful .section__info--alt .section__info-content-body{max-width:100%}}@media (min-width: 1199.02px){.section-download--successful .section__info--alt .section__info-content-footer{margin-top:3.2rem}}@media (min-width: 1199.02px){.section-download--successful .section__info--alt .section__info-text{margin-bottom:3.3rem}}@media (max-width: 767px){.section-download--successful .section__info--alt .section__info-text{text-align:center;margin-bottom:2.1rem}}@media (min-width: 1023.02px){.section-download--successful .section__info--alt .section__info-download-image{margin-right:-18.3rem;align-self:center;max-width:58%}}@media (max-width: 1023px){.section-download--successful .section__info--alt .section__info-download-image{margin-right:-3.2rem}}@media (min-width: 1023.02px){.section-download--successful .section__info--alt .section__info-download-image--tablet{margin-right:-7.1rem;max-width:49.5%}}@media (max-width: 1023px){.section-download--successful .section__info--alt .section__info-download-image--tablet{margin-right:-3.2rem}}@media (max-width: 767px){.section-download--successful .section__info--alt .section__info-download-image--tablet{margin-right:-7.4rem;margin-left:4.9rem}}.section-download--successful .section__info--alt .section__info-download-image--tablet .section__info-download-image-screen{top:3.9%;left:3.1%;bottom:4.4%}@media (max-width: 1023px){.section-download--successful .section__info--alt .section__info-download-image--tablet .section__info-download-image-screen{bottom:4.2%}}@media (min-width: 374.02px) and (max-width: 767px){.section-download--successful .section__info-list-features{font-size:1.8rem}}@media (min-width: 374.02px) and (max-width: 767px){.section-download--successful .section__info-list-features>li{padding-left:3.7rem}}@media (min-width: 374.02px) and (max-width: 767px){.section-download--successful .section__info-list-features>li:before{width:2rem;height:2rem}}@media (min-width: 1199.02px){.section-download--successful-size1{padding-bottom:7.7rem}}@media (max-width: 767px){.section-download--successful-size1{padding-bottom:8.4rem}}@media (min-width: 1199.02px){.section-download--successful-size1 .section__info--alt{margin-bottom:6.7rem}}@media (max-width: 767px){.section-download--successful-size1 .section__info--alt{margin-bottom:7.6rem}}.section-faq{padding:5.3rem 0 8.8rem}@media (max-width: 767px){.section-faq{padding:.4rem 0 3.1rem}}.section-faq .section__head{text-align:center;color:var(--c-black);margin-bottom:6.6rem}@media (max-width: 767px){.section-faq .section__head{margin-bottom:2.7rem}}@media (max-width: 767px){.section-faq .section__head h3{font-size:2.4rem}}.section-features{background:var(--gradient-dark-purple);color:var(--c-white);padding:8.8rem 0}@media (max-width: 1023px){.section-features{padding:6rem 0}}@media (max-width: 767px){.section-features{padding:4.1rem 0 3.9rem}}.section-features .section__head{text-align:center;margin-bottom:4.1rem}@media (max-width: 767px){.section-features .section__head{margin-bottom:2.5rem}}.section-features .section__head h2{margin-bottom:2.2rem}@media (max-width: 767px){.section-features .section__head h2{margin-bottom:2.3rem}}.section-features .section__head-entry{display:none}@media (max-width: 767px){.section-features .section__head-entry{display:block;margin-bottom:2.3rem}}.section-management{--shell-max-width: 131.2rem;--shell-gutter: 1.6rem;padding:17.1rem 0 13rem}@media (max-width: 1199px){.section-management{padding:10rem 0}}@media (max-width: 1023px){.section-management{padding:6rem 0}}@media (max-width: 767px){.section-management{padding:6.5rem 0 4.1rem}}.section-management .section__inner{display:flex;align-items:center}@media (max-width: 1199px){.section-management .section__inner{gap:2rem}}@media (max-width: 1023px){.section-management .section__inner{display:block}}.section-management .section__content{flex:1;max-width:64.4rem}@media (max-width: 1023px){.section-management .section__content{max-width:100%;margin-bottom:3.6rem}}.section-management .section__content-head{max-width:92%;margin-bottom:3.9rem}@media (max-width: 1023px){.section-management .section__content-head{max-width:100%}}@media (max-width: 767px){.section-management .section__content-head{text-align:center;margin-bottom:4.8rem}}.section-management .section__content-head h3{margin-bottom:2.2rem}@media (max-width: 767px){.section-management .section__content-head h3{color:var(--c-primary-dark-blue)}}.section-management .section__tools-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2.4rem}@media (max-width: 767px){.section-management .section__tools-grid{grid-template-columns:repeat(1,1fr);gap:3.8rem}}.section-management .section__tools{padding:1.6rem 1.1rem 1.6rem 1.6rem;border-radius:.8rem;transition:background var(--t-duration);min-height:15.3rem}@media (hover: hover) and (min-width: 1023.02px){.section-management .section__tools:hover{background:#edf0ff9c}}@media (max-width: 767px){.section-management .section__tools{min-height:auto;padding:0}}@media (max-width: 767px){.section-management .section__tools h5{color:var(--c-primary-dark-blue)}}.section-management .section__tools-entry{font-weight:300;line-height:1.38}.section-management .section__image{margin-right:-16.7rem;margin-left:auto;padding-bottom:.8rem;position:relative;z-index:2}@media (max-width: 1199px){.section-management .section__image{max-width:52%;padding-bottom:0;margin-right:-14rem}}@media (max-width: 1023px){.section-management .section__image{max-width:100%;pointer-events:none}}@media (max-width: 767px){.section-management .section__image{max-width:none;margin-right:-15.5rem;padding-left:1rem}}@media (max-width: 1023px){.section-management .section__image img{width:100%}}.section-management .section__image-inner{position:relative;overflow:hidden}.section-management .section__image-screen{position:absolute;top:4.4rem;left:4.4rem;bottom:4.3rem;right:3.9rem;z-index:-1}@media (max-width: 767px){.section-management .section__image-screen{top:4.1%;left:6.3%;bottom:7.1%;right:0}}.section-management .section__image-screen img{width:100%;height:100%;object-fit:cover;object-position:left}.section-management .section__decoration{position:absolute;top:-30%;left:-35%;z-index:-1}@media (max-width: 767px){.section-management .section__decoration{display:none}}.section-plans{padding:18.9rem 0 3.6rem;position:relative}@media (max-width: 1023px){.section-plans{padding-top:13.5rem}}@media (max-width: 767px){.section-plans{padding-bottom:2rem}}.section-plans .section__decoration{position:absolute;pointer-events:none}.section-plans .section__decoration--left{left:0;top:10%}@media (max-width: 767px){.section-plans .section__decoration--left{left:-60%;top:0}}.section-plans .section__decoration--right{top:40%;right:0}.section-plans .section__inner{position:relative;z-index:2}.section-plans .section__head{display:flex;align-items:center;gap:3.2rem;margin-bottom:7.2rem}@media (max-width: 1023px){.section-plans .section__head{display:block;margin-bottom:3.2rem}}@media (max-width: 767px){.section-plans .section__head{text-align:center}}.section-plans .section__head h1{flex:1;margin-bottom:0;color:var(--c-primary-dark-blue)}@media (max-width: 1023px){.section-plans .section__head h1{margin-bottom:2.4rem}}@media (max-width: 767px){.section-plans .section__head h1{font-size:3.2rem;line-height:1.45;margin-bottom:3.5rem}}.section-plans .section__plan-payments{background:var(--gradient-light-purple);padding:1.2rem 1.6rem;border-radius:1.6rem;min-width:38.7rem;display:flex;align-items:center;justify-content:space-between}@media (max-width: 1023px){.section-plans .section__plan-payments{min-width:auto}}@media (max-width: 374px){.section-plans .section__plan-payments{padding:1.2rem .6rem}}.section-plans .section__plan-payment{border-radius:1.6rem;padding:1.2rem 1.6rem;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;font-weight:500;font-size:1.8rem;line-height:1.445;color:var(--c-primary-dark-blue);transition:background var(--t-duration)}@media (max-width: 767px){.section-plans .section__plan-payment{font-size:1.6rem}}@media (hover: hover){.section-plans .section__plan-payment:hover{background:var(--c-white)}}.section-plans .section__plan-payment.is-active{background:var(--c-white)}.section-security{padding:5.8rem 0 0;position:relative}@media (max-width: 1023px){.section-security{padding-top:6rem}}@media (max-width: 767px){.section-security{padding-top:4.4rem}}.section-security .section__decoration{position:absolute;bottom:-60%;left:0;pointer-events:none}.section-security .section__inner{display:grid;grid-template-columns:repeat(2,1fr);gap:2.4rem}@media (max-width: 1023px){.section-security .section__inner{display:block}}@media (max-width: 1023px){.section-security .section__head{margin-bottom:3.2rem}}@media (max-width: 767px){.section-security .section__head{text-align:center}}.section-security .section__head h3{color:var(--c-primary-dark-blue);margin-bottom:2.4rem}@media (max-width: 767px){.section-security .section__head h3{margin-bottom:1.5rem}}.section-security .section__entry{font-size:2.4rem;line-height:1.38;font-weight:300;max-width:81%}@media (max-width: 1023px){.section-security .section__entry{max-width:100%}}@media (max-width: 767px){.section-security .section__entry{font-size:1.8rem;max-width:93.5%;margin:0 auto}}.section-security .section__security-feature{border-bottom:.1rem solid rgba(167,179,203,.65);padding-bottom:3.1rem;margin-bottom:3.2rem}@media (max-width: 767px){.section-security .section__security-feature{padding-bottom:2.4rem;margin-bottom:2.3rem}}.section-security .section__security-feature:last-child{padding-bottom:0;margin-bottom:0;border-bottom:0}.section-security .section__security-feature-inner{position:relative;padding-left:8rem;padding-top:.8rem}@media (max-width: 767px){.section-security .section__security-feature-inner{padding:0}}.section-security .section__security-feature-inner h4{margin-bottom:2.5rem;color:var(--c-primary-dark-blue)}@media (max-width: 767px){.section-security .section__security-feature-inner h4{margin-bottom:1.3rem}}.section-security .section__security-feature-inner h4 svg{position:absolute;top:0;left:0}@media (max-width: 767px){.section-security .section__security-feature-inner h4 svg{position:static;width:3.2rem;height:3.2rem;color:var(--c-dark-blue);margin-right:.8rem}}.section-security .section__security-feature-entry{font-size:2rem;line-height:1.38;font-weight:300;max-width:99%}@media (max-width: 767px){.section-security .section__security-feature-entry{max-width:none;font-size:1.8rem;margin-right:-.1rem}}.section-terms{padding:17rem 0 22.1rem;color:var(--c-primary-dark-blue);position:relative;overflow:hidden}@media (max-width: 1023px){.section-terms{padding:12.7rem 0 6.2rem}}.section-terms .section__decoration{position:absolute;top:0;right:0;pointer-events:none}.section-terms .section__inner{max-width:108.5rem;margin:0 auto;position:relative;z-index:2}.section-terms .section__head{text-align:center;margin-bottom:8.8rem}@media (max-width: 1023px){.section-terms .section__head{margin-bottom:6rem}}@media (max-width: 767px){.section-terms .section__head{margin-bottom:3.9rem}}.section-terms .section__head h1{line-height:1.45}@media (max-width: 767px){.section-terms .section__head h1{font-size:2.4rem}}.section-terms .section__head .section__meta{margin-bottom:2.4rem;color:var(--c-base)}@media (max-width: 767px){.section-terms .section__head .section__meta{margin-bottom:1.7rem}}.section-terms .section__meta{font-size:2rem;line-height:1.45}@media (max-width: 767px){.section-terms .section__meta{font-size:1.6rem}}.section-terms .section__text{font-size:2.4rem;line-height:1.45;font-weight:400}@media (max-width: 1023px){.section-terms .section__text{font-size:2rem}}@media (max-width: 767px){.section-terms .section__text{font-size:1.6rem}}.section-terms .section__text h4{font-size:3.2rem;font-family:var(--ff-base);font-weight:600;line-height:1.45;margin-bottom:3rem}@media (max-width: 1023px){.section-terms .section__text h4{font-size:2.6rem;margin-bottom:2.2rem}}@media (max-width: 767px){.section-terms .section__text h4{font-size:1.8rem;margin-bottom:2.2rem}}.section-terms .section__text h4+h4{margin-top:4.6rem}@media (max-width: 1023px){.section-terms .section__text h4+h4{margin-top:2.8rem}}.section-terms .section__text p+h4{margin-top:4rem}@media (max-width: 1023px){.section-terms .section__text p+h4{margin-top:2.3rem}}.section-terms .section__text h4+p{margin-top:3.1rem}@media (max-width: 1023px){.section-terms .section__text h4+p{margin-top:2.2rem}}.section-terms .section__text .section__text-title{margin-bottom:4.2rem}@media (max-width: 1023px){.section-terms .section__text .section__text-title{margin-bottom:2.2rem}}.section-terms .section__text .section__text-title+p{margin-top:3.5rem}@media (max-width: 1023px){.section-terms .section__text .section__text-title+p{margin-top:2.2rem}}.section-terms .section__text p{margin-bottom:0}.section-terms .section__text p+p{margin-top:3.5rem}@media (max-width: 1023px){.section-terms .section__text p+p{margin-top:2.2rem}}.section-terms .section__text p:last-child{margin-bottom:0}.section-terms .section__text p+ul{margin-top:3.6rem}@media (max-width: 1023px){.section-terms .section__text p+ul{margin-top:2.2rem}}.section-terms .section__text p+ol{margin-top:3.6rem}@media (max-width: 1023px){.section-terms .section__text p+ol{margin-top:2.2rem}}.section-terms .section__text ol{padding-left:3.5rem;padding-right:.2rem;margin-bottom:2rem}@media (max-width: 1023px){.section-terms .section__text ol{padding-left:2.4rem;padding-right:0;line-height:1.438}}.section-terms .section__text ol li{margin-bottom:.08rem}@media (max-width: 1023px){.section-terms .section__text ol li{margin-bottom:0}}.section-terms .section__text ol li:last-child{margin-bottom:0}.section-terms .section__text ol+p{margin-top:3.6rem}@media (max-width: 1023px){.section-terms .section__text ol+p{margin-top:2.3rem}}.section-terms .section__text ul{list-style-type:none;margin-bottom:3.7rem}@media (max-width: 1023px){.section-terms .section__text ul{margin-bottom:2.3rem}}.section-terms .section__text ul li{padding-left:3.6rem;position:relative}@media (max-width: 1023px){.section-terms .section__text ul li{padding-left:2.4rem}}.section-terms .section__text ul li:before{content:"";position:absolute;top:1.2rem;left:1.4rem;width:.6rem;height:.6rem;border-radius:50%;background:currentColor}@media (max-width: 1023px){.section-terms .section__text ul li:before{top:1.2rem;left:1rem;width:.5rem;height:.5rem}}@media (max-width: 767px){.section-terms .section__text ul li:before{top:.6rem;width:.4rem;height:.4rem}}.section-terms .section__text ul+p{margin-top:0}.section-terms .section__text-list-wrapper{margin-bottom:3.7rem}@media (max-width: 1023px){.section-terms .section__text-list-wrapper{margin-bottom:2.3rem}}.section-terms .section__text-list-wrapper p+ul{margin-top:0}.section-terms .section__text-list-wrapper ul{margin-bottom:0}.section-terms .section__text-list-wrapper ul li{margin-bottom:.1rem}@media (max-width: 1023px){.section-terms .section__text-list-wrapper ul li{margin-bottom:-.1rem}}.section-terms .section__text-list-wrapper ul li:last-child{margin-bottom:0}.section-testimonials{padding:13rem 0 6.4rem;position:relative}@media (max-width: 1023px){.section-testimonials{padding:6rem 0}}@media (max-width: 767px){.section-testimonials{padding:4.9rem 0 2rem}}.section-testimonials .section__decoration{position:absolute;top:10%;right:0;pointer-events:none}.section-testimonials .section__inner{position:relative;z-index:2}.section-testimonials .section__head{text-align:center;margin-bottom:4.2rem}@media (max-width: 767px){.section-testimonials .section__head{margin-bottom:2.3rem}}.section-testimonials .section__head h2{color:var(--c-primary-dark-blue)}@media (max-width: 767px){.section-testimonials .section__head h2{line-height:1.45}}.section-testimonials .section__head h2 span{color:var(--c-dark-blue)}@media (max-width: 767px){.section-testimonials .section__head h2 span{display:block}}.section-versions{position:relative;padding:6.3rem 0 7rem}@media (max-width: 1023px){.section-versions{padding:6rem 0}}@media (max-width: 767px){.section-versions{padding:6.4rem 0 5.4rem}}.section-versions .section__background{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;overflow:hidden}.section-versions .section__background:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:var(--gradient-light-purple);opacity:.2;pointer-events:none}.section-versions .section__background:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:#ffffff05;-webkit-backdrop-filter:blur(5rem);backdrop-filter:blur(5rem);z-index:2}.section-versions .section__decoration{position:absolute;z-index:1;filter:blur(9rem)}.section-versions .section__decoration--left{top:14.5%;left:4%}@media (max-width: 767px){.section-versions .section__decoration--left{top:4%;left:0%}}.section-versions .section__decoration--right{bottom:4%;right:5%}@media (max-width: 767px){.section-versions .section__decoration--right{bottom:0;right:3%}}.section-versions .section__inner{position:relative;z-index:3;display:flex;align-items:center;gap:4rem;max-width:124.9rem}@media (max-width: 1399px){.section-versions .section__inner{max-width:100%}}@media (max-width: 1023px){.section-versions .section__inner{display:block}}.section-versions .section__content{flex:1;padding-top:1rem}@media (max-width: 1023px){.section-versions .section__content{padding-top:0;margin-bottom:4rem}}@media (max-width: 767px){.section-versions .section__content{text-align:center;margin-bottom:3.3rem}}.section-versions .section__content h3{margin-bottom:1.5rem;color:var(--c-primary-dark-blue)}@media (max-width: 767px){.section-versions .section__content h3{max-width:80%;margin:0 auto 3.3rem}}.section-versions .section__entry{font-size:2rem;line-height:1.35;max-width:82%}@media (max-width: 1023px){.section-versions .section__entry{max-width:100%}}@media (max-width: 767px){.section-versions .section__entry{font-size:1.8rem}}.section-versions .section__actions{margin-top:3.2rem;display:flex;align-items:center;gap:2.5rem}@media (max-width: 767px){.section-versions .section__actions{flex-flow:column nowrap;align-items:stretch;gap:1.6rem;margin-top:2.3rem}}@media (max-width: 767px){.section-versions .section__actions a,.section-versions .section__actions button{width:100%}}.section-versions .section__actions button{display:none}@media (max-width: 767px){.section-versions .section__cards-versions{padding:0 1.15rem}}@media (max-width: 374px){.section-versions .section__cards-versions{padding:0}}.section-versions .section__license-dropdown{position:relative;z-index:4}.section-versions .section__license-dropdown:before{content:"";position:absolute;top:100%;left:0;right:0;height:2.4rem;visibility:hidden}.section-versions .section__license-dropdown:has(.section__license-dropdown-trigger:focus,.section__license-dropdown-trigger:focus-visible):before{visibility:visible}.section-versions .section__license-dropdown:has(.section__license-dropdown-trigger:focus,.section__license-dropdown-trigger:focus-visible) .section__license-dropdown-trigger{background:var(--c-primary-dark-blue)}.section-versions .section__license-dropdown:has(.section__license-dropdown-trigger:focus,.section__license-dropdown-trigger:focus-visible) .section__license-dropdown-inner{opacity:1;visibility:visible;transform:translateY(0)}.section-versions .section__license-dropdown:hover:before{visibility:visible}.section-versions .section__license-dropdown:hover .section__license-dropdown-trigger{background:var(--c-primary-dark-blue)}.section-versions .section__license-dropdown:hover .section__license-dropdown-inner{opacity:1;visibility:visible;transform:translateY(0)}.section-versions .section__license-dropdown-inner{position:absolute;top:calc(100% + 2.4rem);left:0;width:30rem;background:var(--c-white);border-radius:1.6rem;padding:1.2rem;box-shadow:0 0 .6rem #0003;display:flex;flex-flow:column nowrap;gap:1.2rem;transition:opacity var(--t-duration),visibility var(--t-duration),transform var(--t-duration);opacity:0;visibility:hidden;transform:translateY(-2rem);display:none}@media (max-width: 767px){.section-versions .section__license-dropdown-inner{width:100%}}.shell{--shell-max-width: 131.2rem;--shell-gutter: 1.6rem;max-width:calc(var(--shell-max-width) + var(--shell-gutter) * 2);padding-inline:var(--shell-gutter);margin-inline:auto;width:100%}.shell--fluid{max-width:none}.slider-features .slider__clip{overflow:visible}.slider-features .slider__utilities{display:none}@media (max-width: 767px){.slider-features .slider__utilities{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.6rem}}.slider-features .slider__pagination{font-size:2.4rem;line-height:1.47;color:var(--c-light-grey)}.slider-features .slider__pagination .swiper-pagination-current{color:var(--c-white)}.slider-features .slider__arrows{display:flex;align-items:center;justify-content:center;gap:1.6rem}.slider-features .slider__arrow{width:2.4rem;height:2.4rem;background:none;border:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;display:flex;align-items:center;justify-content:center;transition:color var(--t-duration)}.slider-features .slider__arrow.swiper-button-disabled{color:#5d5e60}.slider-features .slider__slides{display:grid;grid-template-columns:repeat(3,1fr);gap:2.4rem;box-sizing:border-box}@media (max-width: 1023px){.slider-features .slider__slides{grid-template-columns:repeat(2,1fr)}}@media (max-width: 767px){.slider-features .slider__slides{display:flex;gap:0}}.slider-features .slider__slide{display:contents}@media (max-width: 767px){.slider-features .slider__slide{display:block;width:100%!important}}@media (max-width: 767px){.slider-features .slider__slide .feature{margin-bottom:2.4rem}}@media (max-width: 767px){.slider-features .slider__slide .feature:last-child{margin-bottom:0}}.table-pricing table{position:relative}@media (min-width: 767.02px){.table-pricing table{border-collapse:separate}}@media (max-width: 767px){.table-pricing table{overflow:clip;border-radius:1.6rem;border:.1rem solid rgba(167,179,203,.24)}}.table-pricing table:before{content:"";position:absolute;top:0;left:0;right:.1rem;bottom:0;border:.1rem solid rgba(167,179,203,.24);border-radius:1.6rem;z-index:12;display:none;pointer-events:none}@media (max-width: 767px){.table-pricing table:before{display:block}}.table-pricing thead{position:sticky;top:0;left:0;right:0;z-index:10}@media (max-width: 767px){.table-pricing thead{top:-.1rem}}.table-pricing thead tr:first-child{display:none}@media (max-width: 767px){.table-pricing thead tr:first-child{display:table-row}}@media (max-width: 767px){.table-pricing thead tr:first-child th{height:3rem;padding:1.2rem .4rem 0;vertical-align:bottom}}.table-pricing thead th{border:.1rem solid #e4e8f0;border-bottom-color:#d7dde9}@media (min-width: 767.02px){.table-pricing thead th{background:var(--c-white)}}@media (max-width: 767px){.table-pricing thead th{border-color:#a7b3cb3d;padding:1.1rem .6rem .4rem;border-width:0 .1rem 0 .1rem;background:#f5f5fa;vertical-align:top}}@media (max-width: 374px){.table-pricing thead th{padding:.5rem .2rem}}@media (min-width: 767.02px){.table-pricing thead th:first-child{background:#fdfcff;border:0;pointer-events:none}}@media (max-width: 767px){.table-pricing thead th:first-child{border-right:0}}.table-pricing thead th:nth-child(2){border-top-left-radius:1.6rem;border-right:0}@media (max-width: 767px){.table-pricing thead th:nth-child(2){border-radius:0}}.table-pricing thead th:nth-child(3){border-right:0}@media (min-width: 767.02px){.table-pricing thead th:nth-child(3){background:#e9f3ff}}@media (min-width: 767.02px){.table-pricing thead th:nth-child(4){background:#e8dffc}}.table-pricing thead th:nth-child(4) .table__head-content:before{display:block}@media (max-width: 767px){.table-pricing thead th:nth-child(4) .table__head-content:before{display:none}}@media (max-width: 767px){.table-pricing thead th>strong{font-size:1.4rem;line-height:1.45;font-weight:600;display:block}}@media (max-width: 374px){.table-pricing thead th>strong{font-size:1.2rem}}.table-pricing tbody td{width:21.5%;background:var(--c-white);border:.1rem solid #d7dde9;text-align:center;padding:1.5rem .6rem;font-size:2rem;line-height:1.45;font-weight:500;color:var(--c-dark-blue);height:6.1rem}@media (max-width: 1023px){.table-pricing tbody td{font-size:1.4rem;padding:1.2rem .6rem}}@media (max-width: 767px){.table-pricing tbody td{width:25%;padding:.45rem .4rem;border-color:#a7b3cb3d;color:var(--c-base);word-wrap:break-word;word-break:break-word;overflow-wrap:break-word;font-size:1rem;height:6.5rem;font-weight:600}}.table-pricing tbody td:first-child{width:22%;border-bottom:0;border-right:0;text-align:left}@media (min-width: 767.02px){.table-pricing tbody td:first-child{padding-left:1.6rem}}@media (max-width: 767px){.table-pricing tbody td:first-child{width:25%;font-size:1.2rem;padding:.45rem .8rem .45rem 1rem}}@media (max-width: 374px){.table-pricing tbody td:first-child{font-size:1rem}}.table-pricing tbody td:nth-child(2){border-bottom:0;border-right:0;padding-inline:2.4rem}@media (max-width: 1023px){.table-pricing tbody td:nth-child(2){padding-inline:1.2rem}}@media (max-width: 767px){.table-pricing tbody td:nth-child(2){padding-inline:.4rem}}.table-pricing tbody td:nth-child(3){border-bottom:0;border-right:0}@media (min-width: 767.02px){.table-pricing tbody td:nth-child(3){background:#e9f3ff}}.table-pricing tbody td:nth-child(4){padding-block:.75rem}@media (min-width: 767.02px){.table-pricing tbody td:nth-child(4){background:#e8dffc;border-left-color:#e4e9f0;border-top-color:#e4e9f0;border-bottom-color:#e4e9f0}}@media (max-width: 767px){.table-pricing tbody td i .ico-check-circle{color:var(--c-dark-blue)}}@media (min-width: 767.02px){.table-pricing tbody tr:first-child td:first-child{border-top-left-radius:1.6rem}}.table-pricing tbody tr:last-child td{border-bottom:.1rem solid #d7dde9}.table-pricing tbody tr:last-child td:first-child{border-bottom-left-radius:1.6rem}.table-pricing tbody tr:last-child td:last-child{border-bottom-right-radius:1.6rem}.table-pricing .text-left{text-align:left}@media (max-width: 767px){.table-pricing .text-left{text-align:center}}.table-pricing .table__head-content{padding:2.9rem 2.4rem 2.3rem;position:relative}@media (max-width: 1023px){.table-pricing .table__head-content{padding:2.4rem 1.2rem}}@media (max-width: 767px){.table-pricing .table__head-content{padding:.7rem .4rem .1rem}}.table-pricing .table__head-content:before{content:"Best Value";position:absolute;bottom:calc(100% + .1rem);left:0;right:0;background:var(--gradient-dark-purple);font-size:1.6rem;line-height:1.438;font-weight:700;color:var(--c-white);display:none;border-radius:.8rem .8rem 0 0;font-family:var(--ff-serif);padding:1.2rem 1rem}@media (max-width: 1023px){.table-pricing .table__head-content:before{font-size:1.2rem}}.table-pricing .table__head-content h4{font-family:var(--ff-base);font-weight:700;color:var(--c-dark-blue);margin-bottom:.4rem}@media (max-width: 1023px){.table-pricing .table__head-content h4{font-size:3.2rem}}@media (max-width: 767px){.table-pricing .table__head-content h4{font-size:2rem;line-height:1.45;margin-bottom:0}}@media (max-width: 374px){.table-pricing .table__head-content h4{font-size:1.6rem}}.table-pricing .table__head-content h5{margin-bottom:3.1rem}@media (max-width: 1023px){.table-pricing .table__head-content h5{font-size:2rem;margin-bottom:2rem}}@media (max-width: 767px){.table-pricing .table__head-content h5{font-size:1.4rem;line-height:1.45;font-weight:600}}@media (max-width: 374px){.table-pricing .table__head-content h5{font-size:1.2rem}}.table-pricing .table__head-content>p{font-size:2rem;line-height:1.45;font-weight:400}@media (max-width: 1023px){.table-pricing .table__head-content>p{font-size:1.4rem}}@media (max-width: 374px){.table-pricing .table__head-content>p{font-size:1rem}}.table-pricing .table__content{display:flex;align-items:center;gap:1rem}.table-pricing .table__content>p{margin-bottom:0;font-weight:400;color:var(--c-base)}@media (max-width: 767px){.table-pricing .table__content>p{font-weight:600}}@media (max-width: 1023px){.table-pricing .table__tooltip{display:none}}.testimonial{flex:auto;display:flex;flex-flow:column nowrap;text-align:center;padding:1.4rem 0}@media (max-width: 767px){.testimonial{padding:0}}.testimonial .testimonial__rating{list-style-type:none;display:flex;align-items:center;justify-content:center;color:var(--c-white);gap:.4rem;line-height:1;margin-bottom:2.4rem}@media (max-width: 767px){.testimonial .testimonial__rating{margin-bottom:2.7rem}}.testimonial .testimonial__content{flex:auto;display:flex;flex-flow:column nowrap}@media (max-width: 1023px){.testimonial .testimonial__content{font-size:1.6rem}}.testimonial .testimonial__text{flex:auto;line-height:1.4}@media (max-width: 767px){.testimonial .testimonial__text{line-height:1.41}}.testimonial .testimonial__author{line-height:1.31;font-weight:700;margin-top:1.4rem}@media (max-width: 767px){.testimonial .testimonial__author{margin-top:.9rem}}.testimonials{color:var(--c-light-grey);background:var(--gradient-dark-purple);border-radius:1.6rem;padding:2.4rem}@media (max-width: 767px){.testimonials{padding:3rem 1.5rem}}.testimonials .testimonials__items{display:grid;grid-template-columns:repeat(3,1fr);gap:10rem}@media (max-width: 1023px){.testimonials .testimonials__items{gap:3rem}}@media (max-width: 767px){.testimonials .testimonials__items{grid-template-columns:repeat(1,1fr);gap:4.5rem}}.testimonials .testimonials__item{position:relative;display:flex;flex-flow:column nowrap}.testimonials .testimonials__item:after{content:"";position:absolute;top:0;right:-5rem;bottom:0;width:.1rem;background:currentColor}@media (max-width: 1023px){.testimonials .testimonials__item:after{right:-1.5rem}}@media (max-width: 767px){.testimonials .testimonials__item:after{right:0;left:0;top:auto;bottom:-2.25rem;height:.1rem;width:100%}}.testimonials .testimonials__item:last-child:after{display:none}.tooltip{position:relative;z-index:5}@media (hover: hover){.tooltip:hover .tooltip__content{opacity:1;visibility:visible}}.tooltip .tooltip__trigger{width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;color:var(--c-light-grey);text-decoration:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;border:none}.tooltip .tooltip__content{position:absolute;top:50%;left:calc(100% + 2.1rem);transform:translateY(-50%);padding:1rem;color:var(--c-primary-dark-blue);font-size:1.2rem;line-height:1.417;font-weight:500;width:25.6rem;opacity:0;visibility:hidden;transition:opacity var(--t-duration),visibility var(--t-duration);z-index:2;border-radius:.8rem}.tooltip .tooltip__content:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:var(--gradient-light-purple);border-radius:.8rem;z-index:-1}.tooltip .tooltip__content:after{content:"";position:absolute;top:50%;transform:translateY(-50%) rotate(-45deg);left:-.3rem;width:1.2rem;height:1.2rem;background:linear-gradient(45deg,#8ac4f5,#f193f7 120%);z-index:-2}.wrapper{position:relative;min-height:100svh;overflow:clip}
