@keyframes awn-fade-in{0%{opacity:0}to{opacity:1}}@keyframes awn-fade-out{0%{opacity:1}to{opacity:0}}@keyframes awn-slide-right{0%{left:100%;opacity:0}to{left:0;opacity:1}}@keyframes awn-slide-left{0%{opacity:0;right:100%}to{opacity:1;right:0}}@keyframes awn-bar{0%{right:100%}to{right:0}}.awn-popup-loading-dots,.awn-popup-loading-dots:after,.awn-popup-loading-dots:before{animation-fill-mode:both;animation:awn-loading-dots 1s ease-in-out infinite;background:#fff;border-radius:50%;height:6px;width:6px}.awn-popup-loading-dots{animation-delay:-.16s;color:#fff;display:inline-block;margin-left:24px;position:relative}.awn-popup-loading-dots:after,.awn-popup-loading-dots:before{content:"";position:absolute;top:0}.awn-popup-loading-dots:before{animation-delay:-.32s;left:-16px}.awn-popup-loading-dots:after{left:16px}@keyframes awn-loading-dots{0%,80%,to{box-shadow:0 0 0 0}40%{box-shadow:0 0 0 2px}}#awn-popup-wrapper{align-items:center;animation-fill-mode:both;animation-name:awn-fade-in;animation-timing-function:ease-out;background:#000000b3;bottom:0;display:flex;justify-content:center;left:0;opacity:0;position:fixed;right:0;top:0;z-index:99999}#awn-popup-wrapper.awn-hiding{animation-name:awn-fade-out}#awn-popup-wrapper .awn-popup-body{background:#fff;border-radius:6px;font-size:14px;max-width:500px;min-width:320px;padding:24px;position:relative;word-break:break-word}#awn-popup-wrapper .awn-popup-body.awn-popup-confirm{align-items:center;display:flex;flex-direction:column}#awn-popup-wrapper .awn-popup-body.awn-popup-confirm .fa{color:#c26700;font-size:44px}#awn-popup-wrapper .awn-popup-body.awn-popup-async-block{background:#0000;color:#fff;font-size:32px;font-weight:700;text-align:center}#awn-popup-wrapper .awn-popup-title{font-size:14px;font-weight:700;margin-top:8px;text-transform:uppercase}#awn-popup-wrapper .awn-buttons{display:flex;justify-content:space-between;margin-top:24px;width:100%}#awn-popup-wrapper .awn-buttons .awn-btn{border:0;border-radius:4px;color:#fff;font-size:14px;font-weight:700;line-height:32px;transition:background .2s linear;width:45%}#awn-popup-wrapper .awn-buttons-1 .awn-btn{width:100%}#awn-popup-wrapper .awn-buttons .awn-btn-success{background:#40871d}#awn-popup-wrapper .awn-buttons .awn-btn-success:hover{background:#367218}#awn-popup-wrapper .awn-buttons .awn-btn-cancel{background:#1c76a6}#awn-popup-wrapper .awn-buttons .awn-btn-cancel:hover{background:#186690}#awn-toast-container{bottom:24px;box-sizing:border-box;position:fixed;right:24px;z-index:99998}#awn-toast-container.awn-top-left,#awn-toast-container.awn-top-right{bottom:auto;top:24px}#awn-toast-container.awn-top-left .awn-toast:first-child,#awn-toast-container.awn-top-right .awn-toast:first-child{margin-top:16px}#awn-toast-container.awn-bottom-left,#awn-toast-container.awn-top-left{left:24px;right:auto}#awn-toast-container.awn-bottom-left .awn-toast,#awn-toast-container.awn-top-left .awn-toast{animation-name:awn-slide-left;right:100%}#awn-toast-container.awn-bottom-left .awn-toast.awn-hiding,#awn-toast-container.awn-top-left .awn-toast.awn-hiding{right:0}#awn-toast-container.awn-bottom-right .awn-toast,#awn-toast-container.awn-top-right .awn-toast{animation-name:awn-slide-right;left:100%}#awn-toast-container.awn-bottom-right .awn-toast.awn-hiding,#awn-toast-container.awn-top-right .awn-toast.awn-hiding{left:0}.awn-toast{animation-fill-mode:both;animation-timing-function:linear;background:#ebebeb;border-radius:6px;color:gray;cursor:pointer;font-size:14px;margin-top:16px;opacity:0;overflow:hidden;position:relative;width:320px}.awn-toast-content{word-break:break-word}.awn-toast-label{color:gray;display:block;font-size:18px;text-transform:uppercase}.awn-toast-icon{align-items:center;bottom:0;display:flex;justify-content:flex-end;position:absolute;right:16px;top:6px}.awn-toast-icon .fa{color:gray;font-size:44px}.awn-toast-wrapper{border:2px solid #d1d1d1;border-radius:6px;padding:22px 88px 16px 16px}.awn-toast-progress-bar{height:6px;left:0;position:absolute;right:0;top:0}.awn-toast-progress-bar:after{animation-duration:inherit;animation-fill-mode:both;animation-name:awn-bar;animation-timing-function:linear;background:gray;content:" ";height:6px;position:absolute;right:100%;top:0;width:100%}.awn-toast.awn-toast-progress-bar-paused .awn-toast-progress-bar:after{animation-play-state:paused}.awn-toast.awn-hiding{animation-name:awn-fade-out!important}.awn-toast.awn-toast-success{background:#dff8d3;color:#40871d}.awn-toast.awn-toast-success .awn-toast-wrapper{border-color:#a7d590}.awn-toast.awn-toast-success .fa,.awn-toast.awn-toast-success b{color:#40871d}.awn-toast.awn-toast-success .awn-toast-progress-bar:after{background:#40871d}.awn-toast.awn-toast-info{background:#d3ebf8;color:#1c76a6}.awn-toast.awn-toast-info .awn-toast-wrapper{border-color:#9fd3ef}.awn-toast.awn-toast-info .fa,.awn-toast.awn-toast-info b{color:#1c76a6}.awn-toast.awn-toast-info .awn-toast-progress-bar:after{background:#1c76a6}.awn-toast.awn-toast-alert{background:#f8d5d3;color:#a92019}.awn-toast.awn-toast-alert .awn-toast-wrapper{border-color:#f0a29d}.awn-toast.awn-toast-alert .fa,.awn-toast.awn-toast-alert b{color:#a92019}.awn-toast.awn-toast-alert .awn-toast-progress-bar:after{background:#a92019}.awn-toast.awn-toast-warning{background:#ffe7cc;color:#c26700}.awn-toast.awn-toast-warning .awn-toast-wrapper{border-color:#ffc480}.awn-toast.awn-toast-warning .fa,.awn-toast.awn-toast-warning b{color:#c26700}.awn-toast.awn-toast-warning .awn-toast-progress-bar:after{background:#c26700}[class^=awn-]{box-sizing:border-box}
/*!
 * Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2024 Fonticons, Inc.
 */.fa{font-family:Font Awesome\ 6 Free;font-family:var(--fa-style-family,"Font Awesome 6 Free");font-weight:900;font-weight:var(--fa-style,900)}.fa,.fa-brands,.fa-regular,.fa-solid,.fab,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-feature-settings:normal;display:inline-block;display:var(--fa-display,inline-block);font-style:normal;font-variant:normal;line-height:1;text-rendering:auto}.fa-brands:before,.fa-regular:before,.fa-solid:before,.fa:before,.fab:before,.far:before,.fas:before{content:var(--fa)}.fa-classic,.fa-regular,.fa-solid,.far,.fas{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:2.5em;margin-left:var(--fa-li-margin,2.5em);padding-left:0}.fa-ul>li{position:relative}.fa-li{left:-2em;left:calc(var(--fa-li-width, 2em)*-1);line-height:inherit;position:absolute;text-align:center;width:2em;width:var(--fa-li-width,2em)}.fa-border{border:.08em solid #eee;border:var(--fa-border-width,.08em) var(--fa-border-style,solid) var(--fa-border-color,#eee);border-radius:.1em;border-radius:var(--fa-border-radius,.1em);padding:.2em .25em .15em;padding:var(--fa-border-padding,.2em .25em .15em)}.fa-pull-left{float:left;margin-right:.3em;margin-right:var(--fa-pull-margin,.3em)}.fa-pull-right{float:right;margin-left:.3em;margin-left:var(--fa-pull-margin,.3em)}.fa-beat{animation-delay:0s;animation-delay:var(--fa-animation-delay,0s);animation-direction:normal;animation-direction:var(--fa-animation-direction,normal);animation-duration:1s;animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:infinite;animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-name:fa-beat;animation-timing-function:ease-in-out;animation-timing-function:var(--fa-animation-timing,ease-in-out)}.fa-bounce{animation-delay:0s;animation-delay:var(--fa-animation-delay,0s);animation-direction:normal;animation-direction:var(--fa-animation-direction,normal);animation-duration:1s;animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:infinite;animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-name:fa-bounce;animation-timing-function:cubic-bezier(.28,.84,.42,1);animation-timing-function:var(--fa-animation-timing,cubic-bezier(.28,.84,.42,1))}.fa-fade{animation-iteration-count:infinite;animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-name:fa-fade;animation-timing-function:cubic-bezier(.4,0,.6,1);animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))}.fa-beat-fade,.fa-fade{animation-delay:0s;animation-delay:var(--fa-animation-delay,0s);animation-direction:normal;animation-direction:var(--fa-animation-direction,normal);animation-duration:1s;animation-duration:var(--fa-animation-duration,1s)}.fa-beat-fade{animation-iteration-count:infinite;animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-name:fa-beat-fade;animation-timing-function:cubic-bezier(.4,0,.6,1);animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))}.fa-flip{animation-delay:0s;animation-delay:var(--fa-animation-delay,0s);animation-direction:normal;animation-direction:var(--fa-animation-direction,normal);animation-duration:1s;animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:infinite;animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-name:fa-flip;animation-timing-function:ease-in-out;animation-timing-function:var(--fa-animation-timing,ease-in-out)}.fa-shake{animation-duration:1s;animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:infinite;animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-name:fa-shake;animation-timing-function:linear;animation-timing-function:var(--fa-animation-timing,linear)}.fa-shake,.fa-spin{animation-delay:0s;animation-delay:var(--fa-animation-delay,0s);animation-direction:normal;animation-direction:var(--fa-animation-direction,normal)}.fa-spin{animation-duration:2s;animation-duration:var(--fa-animation-duration,2s);animation-iteration-count:infinite;animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-name:fa-spin;animation-timing-function:linear;animation-timing-function:var(--fa-animation-timing,linear)}.fa-spin-reverse{--fa-animation-direction:reverse}.fa-pulse,.fa-spin-pulse{animation-direction:normal;animation-direction:var(--fa-animation-direction,normal);animation-duration:1s;animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:infinite;animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-name:fa-spin;animation-timing-function:steps(8);animation-timing-function:var(--fa-animation-timing,steps(8))}@media(prefers-reduced-motion:reduce){.fa-beat,.fa-beat-fade,.fa-bounce,.fa-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(1.25);transform:scale(var(--fa-beat-scale,1.25))}}@keyframes fa-bounce{0%{transform:scale(1) translateY(0)}10%{transform:scale(1.1,.9) translateY(0);transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0)}30%{transform:scale(.9,1.1) translateY(-.5em);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(1.05,.95) translateY(0);transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0)}57%{transform:scale(1) translateY(-.125em);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:.4;opacity:var(--fa-fade-opacity,.4)}}@keyframes fa-beat-fade{0%,to{opacity:.4;opacity:var(--fa-beat-fade-opacity,.4);transform:scale(1)}50%{opacity:1;transform:scale(1.125);transform:scale(var(--fa-beat-fade-scale,1.125))}}@keyframes fa-flip{50%{transform:rotateY(-180deg);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)}24%,8%{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(0deg)}}@keyframes fa-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.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(0);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:auto;z-index:var(--fa-stack-z-index,auto)}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff;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-chevron-circle-right,.fa-circle-chevron-right{--fa:""}.fa-at{--fa:"@"}.fa-trash-alt,.fa-trash-can{--fa:""}.fa-text-height{--fa:""}.fa-user-times,.fa-user-xmark{--fa:""}.fa-stethoscope{--fa:""}.fa-comment-alt,.fa-message{--fa:""}.fa-info{--fa:""}.fa-compress-alt,.fa-down-left-and-up-right-to-center{--fa:""}.fa-explosion{--fa:""}.fa-file-alt,.fa-file-lines,.fa-file-text{--fa:""}.fa-wave-square{--fa:""}.fa-ring{--fa:""}.fa-building-un{--fa:""}.fa-dice-three{--fa:""}.fa-calendar-alt,.fa-calendar-days{--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-desc,.fa-sort-down{--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-heart-music-camera-bolt,.fa-icons{--fa:""}.fa-microphone-alt-slash,.fa-microphone-lines-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-angle-double-down,.fa-angles-down{--fa:""}.fa-users-rectangle{--fa:""}.fa-people-roof{--fa:""}.fa-people-line{--fa:""}.fa-beer,.fa-beer-mug-empty{--fa:""}.fa-diagram-predecessor{--fa:""}.fa-arrow-up-long,.fa-long-arrow-up{--fa:""}.fa-burn,.fa-fire-flame-simple{--fa:""}.fa-male,.fa-person{--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-pastafarianism,.fa-spaghetti-monster-flying{--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-file-clipboard,.fa-paste{--fa:""}.fa-code-pull-request{--fa:""}.fa-clipboard-list{--fa:""}.fa-truck-loading,.fa-truck-ramp-box{--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-archive,.fa-box-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-alt,.fa-tablet-screen-button{--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-caret-square-right,.fa-square-caret-right{--fa:""}.fa-cut,.fa-scissors{--fa:""}.fa-sun-plant-wilt{--fa:""}.fa-toilets-portable{--fa:""}.fa-hockey-puck{--fa:""}.fa-table{--fa:""}.fa-magnifying-glass-arrow-right{--fa:""}.fa-digital-tachograph,.fa-tachograph-digital{--fa:""}.fa-users-slash{--fa:""}.fa-clover{--fa:""}.fa-mail-reply,.fa-reply{--fa:""}.fa-star-and-crescent{--fa:""}.fa-house-fire{--fa:""}.fa-minus-square,.fa-square-minus{--fa:""}.fa-helicopter{--fa:""}.fa-compass{--fa:""}.fa-caret-square-down,.fa-square-caret-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-3,.fa-hourglass-end{--fa:""}.fa-heart-broken,.fa-heart-crack{--fa:""}.fa-external-link-square-alt,.fa-square-up-right{--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-chevron-circle-down,.fa-circle-chevron-down{--fa:""}.fa-unlock-alt,.fa-unlock-keyhole{--fa:""}.fa-cloud-showers-heavy{--fa:""}.fa-headphones-alt,.fa-headphones-simple{--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-down,.fa-volume-low{--fa:""}.fa-comment-slash{--fa:""}.fa-cloud-sun-rain{--fa:""}.fa-compress{--fa:""}.fa-wheat-alt,.fa-wheat-awn{--fa:""}.fa-ankh{--fa:""}.fa-hands-holding-child{--fa:""}.fa-asterisk{--fa:"*"}.fa-check-square,.fa-square-check{--fa:""}.fa-peseta-sign{--fa:""}.fa-header,.fa-heading{--fa:""}.fa-ghost{--fa:""}.fa-list,.fa-list-squares{--fa:""}.fa-phone-square-alt,.fa-square-phone-flip{--fa:""}.fa-cart-plus{--fa:""}.fa-gamepad{--fa:""}.fa-circle-dot,.fa-dot-circle{--fa:""}.fa-dizzy,.fa-face-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-paint-brush,.fa-paintbrush{--fa:""}.fa-lock{--fa:""}.fa-gas-pump{--fa:""}.fa-hot-tub,.fa-hot-tub-person{--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-edit,.fa-pen-to-square{--fa:""}.fa-car-side{--fa:""}.fa-share-alt,.fa-share-nodes{--fa:""}.fa-heart-circle-minus{--fa:""}.fa-hourglass-2,.fa-hourglass-half{--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-deaf,.fa-deafness,.fa-ear-deaf,.fa-hard-of-hearing{--fa:""}.fa-road-circle-check{--fa:""}.fa-dice-five{--fa:""}.fa-rss-square,.fa-square-rss{--fa:""}.fa-land-mine-on{--fa:""}.fa-i-cursor{--fa:""}.fa-stamp{--fa:""}.fa-stairs{--fa:""}.fa-i{--fa:"I"}.fa-hryvnia,.fa-hryvnia-sign{--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-rod-asclepius,.fa-rod-snake,.fa-staff-aesculapius,.fa-staff-snake{--fa:""}.fa-head-side-cough-slash{--fa:""}.fa-ambulance,.fa-truck-medical{--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-2,.fa-temperature-half,.fa-thermometer-2,.fa-thermometer-half{--fa:""}.fa-dong-sign{--fa:""}.fa-capsules{--fa:""}.fa-poo-bolt,.fa-poo-storm{--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-medical-alt,.fa-file-waveform{--fa:""}.fa-radiation{--fa:""}.fa-chart-simple{--fa:""}.fa-mars-stroke{--fa:""}.fa-vial{--fa:""}.fa-dashboard,.fa-gauge,.fa-gauge-med,.fa-tachometer-alt-average{--fa:""}.fa-magic-wand-sparkles,.fa-wand-magic-sparkles{--fa:""}.fa-e{--fa:"E"}.fa-pen-alt,.fa-pen-clip{--fa:""}.fa-bridge-circle-exclamation{--fa:""}.fa-user{--fa:""}.fa-school-circle-check{--fa:""}.fa-dumpster{--fa:""}.fa-shuttle-van,.fa-van-shuttle{--fa:""}.fa-building-user{--fa:""}.fa-caret-square-left,.fa-square-caret-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-area-chart,.fa-chart-area{--fa:""}.fa-house-flag{--fa:""}.fa-person-circle-minus{--fa:""}.fa-ban,.fa-cancel{--fa:""}.fa-camera-rotate{--fa:""}.fa-air-freshener,.fa-spray-can-sparkles{--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-expand-arrows-alt,.fa-maximize{--fa:""}.fa-charging-station{--fa:""}.fa-shapes,.fa-triangle-circle-square{--fa:""}.fa-random,.fa-shuffle{--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-1,.fa-hourglass-start{--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-thumb-tack-slash,.fa-thumbtack-slash{--fa:""}.fa-heart-pulse,.fa-heartbeat{--fa:""}.fa-people-carry,.fa-people-carry-box{--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,.fa-weight-scale{--fa:""}.fa-user-friends,.fa-user-group{--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-arrow-circle-up,.fa-circle-arrow-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-alt,.fa-microphone-lines{--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-edit,.fa-user-pen{--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-style,.fa-border-top-left{--fa:""}.fa-map-location-dot,.fa-map-marked-alt{--fa:""}.fa-jedi{--fa:""}.fa-poll,.fa-square-poll-vertical{--fa:""}.fa-mug-hot{--fa:""}.fa-battery-car,.fa-car-battery{--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-h,.fa-mars-stroke-right{--fa:""}.fa-hand-back-fist,.fa-hand-rock{--fa:""}.fa-caret-square-up,.fa-square-caret-up{--fa:""}.fa-cloud-showers-water{--fa:""}.fa-bar-chart,.fa-chart-bar{--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-plus-square,.fa-square-plus{--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-glass-martini-alt,.fa-martini-glass{--fa:""}.fa-square-binary{--fa:""}.fa-rotate-back,.fa-rotate-backward,.fa-rotate-left,.fa-undo-alt{--fa:""}.fa-columns,.fa-table-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-compress-arrows-alt,.fa-minimize{--fa:""}.fa-monument{--fa:""}.fa-snowplow{--fa:""}.fa-angle-double-right,.fa-angles-right{--fa:""}.fa-cannabis{--fa:""}.fa-circle-play,.fa-play-circle{--fa:""}.fa-tablets{--fa:""}.fa-ethernet{--fa:""}.fa-eur,.fa-euro,.fa-euro-sign{--fa:""}.fa-chair{--fa:""}.fa-check-circle,.fa-circle-check{--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-chevron-circle-up,.fa-circle-chevron-up{--fa:""}.fa-lari-sign{--fa:""}.fa-volcano{--fa:""}.fa-person-walking-dashed-line-arrow-right{--fa:""}.fa-gbp,.fa-pound-sign,.fa-sterling-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-mail-reply-all,.fa-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-arrow-circle-down,.fa-circle-arrow-down{--fa:""}.fa-arrow-right-to-file,.fa-file-import{--fa:""}.fa-external-link-square,.fa-square-arrow-up-right{--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-0,.fa-temperature-empty,.fa-thermometer-0,.fa-thermometer-empty{--fa:""}.fa-bomb{--fa:""}.fa-registered{--fa:""}.fa-address-card,.fa-contact-card,.fa-vcard{--fa:""}.fa-balance-scale-right,.fa-scale-unbalanced-flip{--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-arrows-alt-h,.fa-left-right{--fa:""}.fa-boxes-packing{--fa:""}.fa-arrow-circle-left,.fa-circle-arrow-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-remove-format,.fa-text-slash{--fa:""}.fa-face-smile-wink,.fa-smile-wink{--fa:""}.fa-file-word{--fa:""}.fa-file-powerpoint{--fa:""}.fa-arrows-h,.fa-arrows-left-right{--fa:""}.fa-house-lock{--fa:""}.fa-cloud-arrow-down,.fa-cloud-download,.fa-cloud-download-alt{--fa:""}.fa-children{--fa:""}.fa-blackboard,.fa-chalkboard{--fa:""}.fa-user-alt-slash,.fa-user-large-slash{--fa:""}.fa-envelope-open{--fa:""}.fa-handshake-alt-slash,.fa-handshake-simple-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-alt,.fa-shield-halved{--fa:""}.fa-atlas,.fa-book-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-archive,.fa-file-zipper{--fa:""}.fa-square{--fa:""}.fa-glass-martini,.fa-martini-glass-empty{--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-alt,.fa-feather-pointed{--fa:""}.fa-p{--fa:"P"}.fa-snowflake{--fa:""}.fa-newspaper{--fa:""}.fa-ad,.fa-rectangle-ad{--fa:""}.fa-arrow-circle-right,.fa-circle-arrow-right{--fa:""}.fa-filter-circle-xmark{--fa:""}.fa-locust{--fa:""}.fa-sort,.fa-unsorted{--fa:""}.fa-list-1-2,.fa-list-numeric,.fa-list-ol{--fa:""}.fa-person-dress-burst{--fa:""}.fa-money-check-alt,.fa-money-check-dollar{--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-arrows-alt,.fa-up-down-left-right{--fa:""}.fa-house-chimney-user{--fa:""}.fa-hand-holding-heart{--fa:""}.fa-puzzle-piece{--fa:""}.fa-money-check{--fa:""}.fa-star-half-alt,.fa-star-half-stroke{--fa:""}.fa-code{--fa:""}.fa-glass-whiskey,.fa-whiskey-glass{--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-krw,.fa-won,.fa-won-sign{--fa:""}.fa-virus-covid{--fa:""}.fa-austral-sign{--fa:""}.fa-f{--fa:"F"}.fa-leaf{--fa:""}.fa-road{--fa:""}.fa-cab,.fa-taxi{--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-hard-hat,.fa-hat-hard,.fa-helmet-safety{--fa:""}.fa-eject{--fa:""}.fa-arrow-alt-circle-right,.fa-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-map-signs,.fa-signs-post{--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-home-user,.fa-house-user{--fa:""}.fa-dumpster-fire{--fa:""}.fa-house-crack{--fa:""}.fa-cocktail,.fa-martini-glass-citrus{--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-alt,.fa-apple-whole{--fa:""}.fa-kitchen-set{--fa:""}.fa-r{--fa:"R"}.fa-temperature-1,.fa-temperature-quarter,.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-poll-h,.fa-square-poll-horizontal{--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-arrow-alt-circle-up,.fa-circle-up{--fa:""}.fa-mobile-alt,.fa-mobile-screen-button{--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,.fa-rupee-sign{--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-alt,.fa-phone-flip{--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-fast-forward,.fa-forward-fast{--fa:""}.fa-face-meh-blank,.fa-meh-blank{--fa:""}.fa-parking,.fa-square-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-alt,.fa-bus-simple{--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-home-lg,.fa-house-chimney{--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-balance-scale-left,.fa-scale-unbalanced{--fa:""}.fa-sort-asc,.fa-sort-up{--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-right-rotate,.fa-arrow-rotate-forward,.fa-arrow-rotate-right,.fa-redo{--fa:""}.fa-biohazard{--fa:""}.fa-location,.fa-location-crosshairs{--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-times,.fa-calendar-xmark{--fa:""}.fa-child-reaching{--fa:""}.fa-head-side-virus{--fa:""}.fa-user-cog,.fa-user-gear{--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-digging,.fa-person-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,.fa-tenge-sign{--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-external-link-alt,.fa-up-right-from-square{--fa:""}.fa-table-cells,.fa-th{--fa:""}.fa-file-pdf{--fa:""}.fa-bible,.fa-book-bible{--fa:""}.fa-o{--fa:"O"}.fa-medkit,.fa-suitcase-medical{--fa:""}.fa-user-secret{--fa:""}.fa-otter{--fa:""}.fa-female,.fa-person-dress{--fa:""}.fa-comment-dollar{--fa:""}.fa-briefcase-clock,.fa-business-time{--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-birthday-cake,.fa-cake,.fa-cake-candles{--fa:""}.fa-envelope{--fa:""}.fa-angle-double-up,.fa-angles-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-alt,.fa-prescription-bottle-medical{--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-left-rotate,.fa-arrow-rotate-back,.fa-arrow-rotate-backward,.fa-arrow-rotate-left,.fa-undo{--fa:""}.fa-hard-drive,.fa-hdd{--fa:""}.fa-face-grin-squint-tears,.fa-grin-squint-tears{--fa:""}.fa-dumbbell{--fa:""}.fa-list-alt,.fa-rectangle-list{--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-arrow-alt-circle-left,.fa-circle-left{--fa:""}.fa-subway,.fa-train-subway{--fa:""}.fa-chart-gantt{--fa:""}.fa-indian-rupee,.fa-indian-rupee-sign,.fa-inr{--fa:""}.fa-crop-alt,.fa-crop-simple{--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-american-sign-language-interpreting,.fa-asl-interpreting,.fa-hands-american-sign-language-interpreting,.fa-hands-asl-interpreting{--fa:""}.fa-cog,.fa-gear{--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-alt,.fa-square-root-variable{--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-clinic-medical,.fa-house-chimney-medical{--fa:""}.fa-temperature-3,.fa-temperature-three-quarters,.fa-thermometer-3,.fa-thermometer-three-quarters{--fa:""}.fa-mobile-android-alt,.fa-mobile-screen{--fa:""}.fa-plane-up{--fa:""}.fa-piggy-bank{--fa:""}.fa-battery-3,.fa-battery-half{--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-v,.fa-ellipsis-vertical{--fa:""}.fa-ticket{--fa:""}.fa-power-off{--fa:""}.fa-long-arrow-alt-right,.fa-right-long{--fa:""}.fa-flag-usa{--fa:""}.fa-laptop-file{--fa:""}.fa-teletype,.fa-tty{--fa:""}.fa-diagram-next{--fa:""}.fa-person-rifle{--fa:""}.fa-house-medical-circle-exclamation{--fa:""}.fa-closed-captioning{--fa:""}.fa-hiking,.fa-person-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-backspace,.fa-delete-left{--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-dead,.fa-book-skull{--fa:""}.fa-drivers-license,.fa-id-card{--fa:""}.fa-dedent,.fa-outdent{--fa:""}.fa-heart-circle-exclamation{--fa:""}.fa-home,.fa-home-alt,.fa-home-lg-alt,.fa-house{--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-redo-alt,.fa-rotate-forward,.fa-rotate-right{--fa:""}.fa-cutlery,.fa-utensils{--fa:""}.fa-arrow-up-wide-short,.fa-sort-amount-up{--fa:""}.fa-mill-sign{--fa:""}.fa-bowl-rice{--fa:""}.fa-skull{--fa:""}.fa-broadcast-tower,.fa-tower-broadcast{--fa:""}.fa-truck-pickup{--fa:""}.fa-long-arrow-alt-up,.fa-up-long{--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-cny,.fa-jpy,.fa-rmb,.fa-yen,.fa-yen-sign{--fa:""}.fa-rouble,.fa-rub,.fa-ruble,.fa-ruble-sign{--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-arrow-alt-circle-down,.fa-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-first-aid,.fa-kit-medical{--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-automobile,.fa-car{--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-h-square,.fa-square-h{--fa:""}.fa-podcast{--fa:""}.fa-temperature-4,.fa-temperature-full,.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-hands-helping,.fa-handshake-angle{--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,.fa-earth-america,.fa-earth-americas,.fa-globe-americas{--fa:""}.fa-person-burst{--fa:""}.fa-dove{--fa:""}.fa-battery-0,.fa-battery-empty{--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-blind,.fa-person-walking-with-cane{--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,.fa-boxes-alt,.fa-boxes-stacked{--fa:""}.fa-chain,.fa-link{--fa:""}.fa-assistive-listening-systems,.fa-ear-listen{--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-ping-pong-paddle-ball,.fa-table-tennis,.fa-table-tennis-paddle-ball{--fa:""}.fa-diagnoses,.fa-person-dots-from-line{--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-edit,.fa-file-pen{--fa:""}.fa-receipt{--fa:""}.fa-pen-square,.fa-pencil-square,.fa-square-pen{--fa:""}.fa-suitcase-rolling{--fa:""}.fa-person-circle-exclamation{--fa:""}.fa-chevron-down{--fa:""}.fa-battery,.fa-battery-5,.fa-battery-full{--fa:""}.fa-skull-crossbones{--fa:""}.fa-code-compare{--fa:""}.fa-list-dots,.fa-list-ul{--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-alt,.fa-landmark-dome{--fa:""}.fa-arrow-up{--fa:""}.fa-television,.fa-tv,.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-shipping-fast,.fa-truck-fast{--fa:""}.fa-fish{--fa:""}.fa-user-graduate{--fa:""}.fa-adjust,.fa-circle-half-stroke{--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-mute,.fa-volume-times,.fa-volume-xmark{--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-phone-square,.fa-square-phone{--fa:""}.fa-add,.fa-plus{--fa:"+"}.fa-expand{--fa:""}.fa-computer{--fa:""}.fa-close,.fa-multiply,.fa-remove,.fa-times,.fa-xmark{--fa:""}.fa-arrows,.fa-arrows-up-down-left-right{--fa:""}.fa-chalkboard-teacher,.fa-chalkboard-user{--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-ils,.fa-shekel,.fa-shekel-sign,.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,.fa-sign-hanging{--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-alt,.fa-car-rear{--fa:""}.fa-pump-soap{--fa:""}.fa-video-slash{--fa:""}.fa-battery-2,.fa-battery-quarter{--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-thumb-tack,.fa-thumbtack{--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-cogs,.fa-gears{--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-alt,.fa-ticket-simple{--fa:""}.fa-building{--fa:""}.fa-angle-double-left,.fa-angles-left{--fa:""}.fa-qrcode{--fa:""}.fa-clock-rotate-left,.fa-history{--fa:""}.fa-face-grin-beam-sweat,.fa-grin-beam-sweat{--fa:""}.fa-arrow-right-from-file,.fa-file-export{--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,.fa-golf-ball-tee{--fa:""}.fa-chevron-circle-left,.fa-circle-chevron-left{--fa:""}.fa-house-chimney-window{--fa:""}.fa-pen-nib{--fa:""}.fa-tent-arrow-turn-left{--fa:""}.fa-tents{--fa:""}.fa-magic,.fa-wand-magic{--fa:""}.fa-dog{--fa:""}.fa-carrot{--fa:""}.fa-moon{--fa:""}.fa-wine-glass-alt,.fa-wine-glass-empty{--fa:""}.fa-cheese{--fa:""}.fa-yin-yang{--fa:""}.fa-music{--fa:""}.fa-code-commit{--fa:""}.fa-temperature-low{--fa:""}.fa-biking,.fa-person-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-expand-alt,.fa-up-right-and-down-left-from-center{--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-arrows-alt-v,.fa-up-down{--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-chain-broken,.fa-chain-slash,.fa-link-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-alt,.fa-fire-flame-curved{--fa:""}.fa-tornado{--fa:""}.fa-file-circle-plus{--fa:""}.fa-book-quran,.fa-quran{--fa:""}.fa-anchor{--fa:""}.fa-border-all{--fa:""}.fa-angry,.fa-face-angry{--fa:""}.fa-cookie-bite{--fa:""}.fa-arrow-trend-down{--fa:""}.fa-feed,.fa-rss{--fa:""}.fa-draw-polygon{--fa:""}.fa-balance-scale,.fa-scale-balanced{--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-4,.fa-battery-three-quarters{--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-fist-raised,.fa-hand-fist{--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-times,.fa-rectangle-xmark,.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-exclamation-triangle,.fa-triangle-exclamation,.fa-warning{--fa:""}.fa-database{--fa:""}.fa-mail-forward,.fa-share{--fa:""}.fa-bottle-droplet{--fa:""}.fa-mask-face{--fa:""}.fa-hill-rockslide{--fa:""}.fa-exchange-alt,.fa-right-left{--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-ladder-water,.fa-swimming-pool,.fa-water-ladder{--fa:""}.fa-arrows-up-down,.fa-arrows-v{--fa:""}.fa-face-grimace,.fa-grimace{--fa:""}.fa-wheelchair-alt,.fa-wheelchair-move{--fa:""}.fa-level-down-alt,.fa-turn-down{--fa:""}.fa-person-walking-arrow-right{--fa:""}.fa-envelope-square,.fa-square-envelope{--fa:""}.fa-dice{--fa:""}.fa-bowling-ball{--fa:""}.fa-brain{--fa:""}.fa-band-aid,.fa-bandage{--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-alt,.fa-id-card-clip{--fa:""}.fa-magnifying-glass-plus,.fa-search-plus{--fa:""}.fa-thumbs-up{--fa:""}.fa-user-clock{--fa:""}.fa-allergies,.fa-hand-dots{--fa:""}.fa-file-invoice{--fa:""}.fa-window-minimize{--fa:""}.fa-coffee,.fa-mug-saucer{--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-alt,.fa-user-large{--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-try,.fa-turkish-lira,.fa-turkish-lira-sign{--fa:""}.fa-dollar,.fa-dollar-sign,.fa-usd{--fa:"$"}.fa-x{--fa:"X"}.fa-magnifying-glass-dollar,.fa-search-dollar{--fa:""}.fa-users-cog,.fa-users-gear{--fa:""}.fa-person-military-pointing{--fa:""}.fa-bank,.fa-building-columns,.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-alt,.fa-handshake-simple{--fa:""}.fa-fighter-jet,.fa-jet-fighter{--fa:""}.fa-share-alt-square,.fa-square-share-nodes{--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-level-up-alt,.fa-turn-up{--fa:""}.fa-sr-only,.fa-sr-only-focusable:not(:focus),.sr-only,.sr-only-focusable:not(:focus){clip:rect(0,0,0,0);border-width:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}:host,:root{--fa-style-family-brands:"Font Awesome 6 Brands";--fa-font-brands:normal 400 1em/1 "Font Awesome 6 Brands"}@font-face{font-display:block;font-family:Font Awesome\ 6 Brands;font-style:normal;font-weight:400;src:url(/static/media/fa-brands-400.c210719e60948b211a12.woff2) format("woff2"),url(/static/media/fa-brands-400.1815e00441357e01619e.ttf) format("truetype")}.fa-brands,.fab{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-js-square,.fa-square-js{--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-reddit-square,.fa-square-reddit{--fa:""}.fa-vimeo-v{--fa:""}.fa-contao{--fa:""}.fa-square-font-awesome{--fa:""}.fa-deskpro{--fa:""}.fa-brave{--fa:""}.fa-sistrix{--fa:""}.fa-instagram-square,.fa-square-instagram{--fa:""}.fa-battle-net{--fa:""}.fa-the-red-yeti{--fa:""}.fa-hacker-news-square,.fa-square-hacker-news{--fa:""}.fa-edge{--fa:""}.fa-threads{--fa:""}.fa-napster{--fa:""}.fa-snapchat-square,.fa-square-snapchat{--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-font-awesome-alt,.fa-square-font-awesome-stroke{--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-dribbble-square,.fa-square-dribbble{--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-rendact,.fa-wpressr{--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-github-square,.fa-square-github{--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-gitlab-square,.fa-square-gitlab{--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-odnoklassniki-square,.fa-square-odnoklassniki{--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-pinterest-square,.fa-square-pinterest{--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-google-plus-square,.fa-square-google-plus{--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-pied-piper-square,.fa-square-pied-piper{--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-facebook-square,.fa-square-facebook{--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-lastfm-square,.fa-square-lastfm{--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-behance-square,.fa-square-behance{--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-git-square,.fa-square-git{--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:""}:host,:root{--fa-font-regular:normal 400 1em/1 "Font Awesome 6 Free"}@font-face{font-display:block;font-family:Font Awesome\ 6 Free;font-style:normal;font-weight:400;src:url(/static/media/fa-regular-400.89999bdf5d835c012025.woff2) format("woff2"),url(/static/media/fa-regular-400.914997e1bdfc990d0897.ttf) format("truetype")}.fa-regular,.far{font-weight:400}:host,:root{--fa-style-family-classic:"Font Awesome 6 Free";--fa-font-solid:normal 900 1em/1 "Font Awesome 6 Free"}@font-face{font-display:block;font-family:Font Awesome\ 6 Free;font-style:normal;font-weight:900;src:url(/static/media/fa-solid-900.2463b90d9a316e4e5294.woff2) format("woff2"),url(/static/media/fa-solid-900.2582b0e4bcf85eceead0.ttf) format("truetype")}.fa-solid,.fas{font-weight:900}@font-face{font-display:block;font-family:Font Awesome\ 5 Brands;font-weight:400;src:url(/static/media/fa-brands-400.c210719e60948b211a12.woff2) format("woff2"),url(/static/media/fa-brands-400.1815e00441357e01619e.ttf) format("truetype")}@font-face{font-display:block;font-family:Font Awesome\ 5 Free;font-weight:900;src:url(/static/media/fa-solid-900.2463b90d9a316e4e5294.woff2) format("woff2"),url(/static/media/fa-solid-900.2582b0e4bcf85eceead0.ttf) format("truetype")}@font-face{font-display:block;font-family:Font Awesome\ 5 Free;font-weight:400;src:url(/static/media/fa-regular-400.89999bdf5d835c012025.woff2) format("woff2"),url(/static/media/fa-regular-400.914997e1bdfc990d0897.ttf) format("truetype")}@font-face{font-display:block;font-family:FontAwesome;src:url(/static/media/fa-solid-900.2463b90d9a316e4e5294.woff2) format("woff2"),url(/static/media/fa-solid-900.2582b0e4bcf85eceead0.ttf) format("truetype")}@font-face{font-display:block;font-family:FontAwesome;src:url(/static/media/fa-brands-400.c210719e60948b211a12.woff2) format("woff2"),url(/static/media/fa-brands-400.1815e00441357e01619e.ttf) format("truetype")}@font-face{font-display:block;font-family:FontAwesome;src:url(/static/media/fa-regular-400.89999bdf5d835c012025.woff2) format("woff2"),url(/static/media/fa-regular-400.914997e1bdfc990d0897.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-display:block;font-family:FontAwesome;src:url(/static/media/fa-v4compatibility.ea8f94e1d22e0d35ccd4.woff2) format("woff2"),url(/static/media/fa-v4compatibility.da94ef451f4969af06e6.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}*,dl,ol,p,ul{margin:0;padding:0}dl,ol,ul{list-style:none}a,a:hover{text-decoration:none}*,:after,:before{border:0 solid #e5e7eb;box-sizing:border-box}img,svg{display:block;vertical-align:middle}button,button:active,button:focus,input:focus,input[type=submit],select:focus,textarea:focus{outline:none}input[type=email],input[type=number],input[type=tel]{direction:rtl}::placeholder,label{-webkit-user-select:none;user-select:none}*{box-sizing:border-box}.hidden{display:none}.hidden-scrollbar{-ms-overflow-style:none;scrollbar-width:none}.hidden-scrollbar::-webkit-scrollbar{width:0!important}@font-face{font-family:qabas;font-weight:700;src:url(/static/media/alqabas-bold.14781234f570c44703d4.ttf)}@font-face{font-family:qabas;font-weight:400;src:url(/static/media/alqabas-regular.7435d7d887d3b37016da.ttf)}:root{--primary-bg-color:#437700;--secondary-bg-color:#e9efe2;--light-bg-color:#242424;--basic-bg-color:#fff;--gradient-button:linear-gradient(90deg,#0d7432,#579706 50%,#b8ca4d);--primary-gradient-bg-color:linear-gradient(90deg,#719741,#579706 50%,#233f00);--secondary-gradient-bg-color:linear-gradient(180deg,#719741,#579706 50%,#233f00);--dark-green-bg-color:#333;--light-green-bg-color:#e9efe2;--primary-title-color:#121212;--secondary-title-color:#fff;--dark-title-color:#121212;--primary-text-color:#737571;--secondary-text-color:#437700;--light-text-color:#fff;--dark-text-color:#121212;--primary-danger-color:#8f0000;--secondary-danger-color:#ffcaca;--light-danger-color:#ae0000;--status-bg-color:#d1eab1;--primary-border-color:#579706;--secondary-border-color:#a0a0a0;--layer:#000000d6}:root.dark{--primary-bg-color:#2f5400;--secondary-bg-color:#090c04;--light-bg-color:#121212;--basic-bg-color:#1f1f1c;--gradient-button:linear-gradient(90deg,#08642a,#467a03 50%,#7f9216);--primary-gradient-bg-color:linear-gradient(90deg,#53643e,#335a00 50%,#2a4c00);--secondary-gradient-bg-color-dark:linear-gradient(180deg,#324b23,#284b03 50%,#0f1e00);--dark-green-bg-color:#2b4c00;--light-green-bg-color:#e9efe2;--primary-title-color:#fff;--secondary-title-color:#fff;--dark-title-color:#333;--primary-text-color:#ccc;--secondary-text-color:#579706;--light-text-color:#fff;--dark-text-color:#111;--primary-danger-color:#ffcaca;--secondary-danger-color:#ffcaca;--light-danger-color:#a90000;--status-bg-color:#d1eab1;--primary-border-color:#579706;--secondary-border-color:#e9efe2;--layer:#000000e8}#awn-toast-container *{-webkit-user-select:none;user-select:none}.awn-toast-wrapper{padding:22px 16px 16px 60px}.awn-toast-wrapper .awn-toast-label{margin-bottom:.5rem}.awn-toast-wrapper .awn-toast-icon{left:10px;right:auto}.awn-toast-wrapper .awn-toast-icon>i{font-size:36px}.awn-popup-confirm>i:first-of-type{color:var(--icon-primary-color);font-size:3rem;margin-bottom:.5rem}.awn-popup-confirm>div{-webkit-user-select:none;user-select:none}.awn-popup-confirm>div.awn-popup-title{color:var(--icon-primary-color);font-size:1.5rem!important;margin-bottom:1rem}.awn-popup-confirm>div.awn-popup-content{color:#121212;color:var(--dark-text-color);font-size:1rem}.awn-popup-confirm>div.awn-buttons-2 button{cursor:pointer}.awn-popup-confirm>div.awn-buttons-2 button.awn-btn-success{background:#00706a!important}.awn-popup-confirm>div.awn-buttons-2 button.awn-btn-success:hover{background:#005854!important}html{-ms-overflow-style:none;scrollbar-width:none}html::-webkit-scrollbar{display:none!important}body{min-height:100vh}@media screen and (max-width:319.98px){body{display:none!important}}body .grecaptcha-badge{bottom:40px!important}@media(max-width:767.98px){body .grecaptcha-badge{visibility:hidden}}body,button,div,label,table,td{font-family:qabas,Roboto,Helvetica Neue,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol}html{scroll-behavior:smooth}body{background-color:#fff;background-color:var(--basic-bg-color);overflow-x:hidden}:root{--section-padding:0 5rem;--transition:all 300ms ease-in-out;--shadow:0px 1px 25px -10px #579706;--bounce-animation:bounce 0.4s ease-in-out}@media(max-width:1199.98px){:root{--section-padding:0 2rem}}@media(max-width:575.98px){:root{--section-padding:0 0.5rem}}.header-section-wrapper{position:relative}.header-section-wrapper .header-section{min-height:95vh;overflow-x:hidden;position:relative;-webkit-user-select:none;user-select:none}@media(max-width:767.98px){.header-section-wrapper .header-section{height:1100px}}@media(min-width:768px){.header-section-wrapper .header-section{height:800px}}.header-section-wrapper .header-section .header-background{height:100%;left:0;position:absolute;top:0;width:100%;z-index:-1}.header-section-wrapper .header-section .header-background img{height:100%;object-fit:cover;width:100%}.header-section-wrapper .header-section .header-layer{background-color:var(--layer);height:100%;left:0;position:absolute;top:0;width:100%}.header-section-wrapper .header-section .header-layer>div{height:100%}.header-section-wrapper .header-section .header-layer .header-content{display:flex;flex-direction:column;gap:3rem;height:100%}.header-section-wrapper .header-section .header-layer .header-content .header-text-wrapper{align-items:center;display:flex;flex-direction:column;gap:1.5rem;justify-content:center;text-align:center}@media(max-width:991.98px){.header-section-wrapper .header-section .header-layer .header-content .header-text-wrapper{padding-top:100px}}@media(min-width:768px){.header-section-wrapper .header-section .header-layer .header-content .header-text-wrapper{padding-top:180px}}@media(min-width:1200px){.header-section-wrapper .header-section .header-layer .header-content .header-text-wrapper{padding-top:150px}}.header-section-wrapper .header-section .header-layer .header-content .header-text-wrapper .tajer-title{color:var(--secondary-title-color);text-transform:capitalize}@media(max-width:1199.98px){.header-section-wrapper .header-section .header-layer .header-content .header-text-wrapper .tajer-title{font-size:1.5rem;line-height:2.2rem}}@media(max-width:575.98px){.header-section-wrapper .header-section .header-layer .header-content .header-text-wrapper .tajer-title{margin:auto;width:90%}}.header-section-wrapper .header-section .header-layer .header-content .header-text-wrapper .header-text{color:var(--light-text-color);font-size:1.2rem;line-height:2rem;text-transform:capitalize;width:50%}@media(max-width:991.98px){.header-section-wrapper .header-section .header-layer .header-content .header-text-wrapper .header-text{font-size:1rem;line-height:1.7rem;width:90%}}.header-section-wrapper .header-section .header-layer .header-content .header-image-wrapper{align-items:center;display:flex;justify-content:space-around}@media(max-width:767.98px){.header-section-wrapper .header-section .header-layer .header-content .header-image-wrapper{flex-direction:column}}.header-section-wrapper .header-section .header-layer .header-content .header-image-wrapper .header-chart,.header-section-wrapper .header-section .header-layer .header-content .header-image-wrapper .header-mockup{height:600px;width:600px}@media(min-width:450px){.header-section-wrapper .header-section .header-layer .header-content .header-image-wrapper .header-chart,.header-section-wrapper .header-section .header-layer .header-content .header-image-wrapper .header-mockup{height:400px;width:400px}}@media(max-width:449.98px){.header-section-wrapper .header-section .header-layer .header-content .header-image-wrapper .header-chart,.header-section-wrapper .header-section .header-layer .header-content .header-image-wrapper .header-mockup{height:300px;width:300px}}.header-section-wrapper .header-section .header-layer .header-content .header-image-wrapper .header-chart img,.header-section-wrapper .header-section .header-layer .header-content .header-image-wrapper .header-mockup img{height:100%;object-fit:contain;width:100%}.header-section-wrapper .header-section .left-shape,.header-section-wrapper .header-section .right-shape{position:absolute;top:130px}@media(max-width:991.98px){.header-section-wrapper .header-section .left-shape,.header-section-wrapper .header-section .right-shape{display:none}}.header-section-wrapper .header-section .left-shape img,.header-section-wrapper .header-section .right-shape img{height:100%;width:100%}.header-section-wrapper .header-section .right-shape{right:0}.header-section-wrapper .header-section .left-shape{left:0}.header-section-wrapper .curved-shape{background-color:var(--light-bg-color)!important}.about-tajer-section{background-color:var(--basic-bg-color);overflow:hidden;padding:var(--section-padding)}.about-tajer-section .about-content-wrapper .about-section-content{align-items:center;display:flex;gap:5rem;justify-content:space-between}@media(max-width:1199.98px){.about-tajer-section .about-content-wrapper .about-section-content{flex-direction:column;gap:1rem;text-align:center}}.about-tajer-section .about-content-wrapper .about-section-content .about-section-image .tajer-poster-wrapper{animation:orbit-shadow 10s infinite;border-radius:2rem}@media(max-width:1199.98px){.about-tajer-section .about-content-wrapper .about-section-content .about-section-image .tajer-poster-wrapper{animation:none}}@media(max-width:991.98px){.about-tajer-section .about-content-wrapper .about-section-content .about-section-image .tajer-poster-wrapper{height:250px;width:250px}}@media(min-width:992px){.about-tajer-section .about-content-wrapper .about-section-content .about-section-image .tajer-poster-wrapper{height:400px;width:400px}}@media(min-width:1200px){.about-tajer-section .about-content-wrapper .about-section-content .about-section-image .tajer-poster-wrapper{height:600px;width:600px}}.about-tajer-section .about-content-wrapper .about-section-content .about-section-image .tajer-poster-wrapper img{border-radius:2rem;height:100%;width:100%}.about-tajer-section .divider{border-style:none none dashed;margin:8rem auto;padding:0;width:50%}@keyframes orbit-shadow{0%{box-shadow:50px 0 5px #94b372}12.5%{box-shadow:50px 50px 5px #94b372}25%{box-shadow:0 50px 5px #94b372}37.5%{box-shadow:-50px 50px 5px #94b372}50%{box-shadow:-50px 0 5px #94b372}62.5%{box-shadow:-50px -50px 5px #94b372}75%{box-shadow:0 -50px 5px #94b372}87.5%{box-shadow:50px -50px 5px #94b372}to{box-shadow:50px 0 5px #94b372}}.tajer-map-section{overflow:hidden;position:relative}@media(min-width:1200px){.tajer-map-section{height:650px}}@media(max-width:1199.98px){.tajer-map-section{height:850px}}@media(max-width:575.98px){.tajer-map-section{height:1000px}}.tajer-map-section .section-background{height:100%;width:100%}.tajer-map-section .tajer-map-layer{background-color:var(--layer);top:0}.tajer-map-section .tajer-map-layer,.tajer-map-section .tajer-map-layer .curved-line{align-items:center;display:flex;height:100%;justify-content:center;position:absolute;width:100%}.tajer-map-section .tajer-map-layer .curved-line{left:0}@media(max-width:1199.98px){.tajer-map-section .tajer-map-layer .curved-line{display:none}}.tajer-map-section .tajer-map-layer .curved-line img{width:100%}.tajer-map-section .tajer-map-layer .content-wrapper{align-items:center;display:flex;flex-direction:column;gap:4rem;justify-content:center;width:100%}@media(max-width:1199.98px){.tajer-map-section .tajer-map-layer .content-wrapper{gap:2rem;padding-bottom:2rem;padding-top:2rem}}.tajer-map-section .tajer-map-layer .content-wrapper .map-section-title{color:var(--secondary-title-color)!important;font-size:2rem;position:relative;text-align:center;text-transform:capitalize;z-index:1}@media(max-width:575.98px){.tajer-map-section .tajer-map-layer .content-wrapper .map-section-title{font-size:1.5rem}}.tajer-map-section .tajer-map-layer .content-wrapper .map-section-content{align-items:center;color:var(--secondary-title-color);display:flex;justify-content:space-between;position:relative;z-index:2}@media(min-width:992px){.tajer-map-section .tajer-map-layer .content-wrapper .map-section-content{padding:var(--section-padding)}}@media(max-width:1199.98px){.tajer-map-section .tajer-map-layer .content-wrapper .map-section-content{flex-direction:column;text-align:center}}.tajer-map-section .tajer-map-layer .content-wrapper .map-section-content .map-section-texts{display:flex;flex-direction:column;gap:1.5rem;text-transform:capitalize}.tajer-map-section .tajer-map-layer .content-wrapper .map-section-content .map-section-texts .sub-title{color:var(--light-title-color)}.tajer-map-section .tajer-map-layer .content-wrapper .map-section-content .map-section-texts .highlight-tajer:last-child{line-height:2rem;width:60%}@media(max-width:1199.98px){.tajer-map-section .tajer-map-layer .content-wrapper .map-section-content .map-section-texts .highlight-tajer:last-child{font-size:1rem;margin-bottom:2rem;width:98%}}.tajer-map-section .tajer-map-layer .content-wrapper .map-section-content .tajer-map-mockup{width:1000px}@media(max-width:449.98px){.tajer-map-section .tajer-map-layer .content-wrapper .map-section-content .tajer-map-mockup{height:280px;width:300px}}@media(min-width:450px)and (max-width:1199.98px){.tajer-map-section .tajer-map-layer .content-wrapper .map-section-content .tajer-map-mockup{height:350px;width:400px}}.tajer-map-section .tajer-map-layer .content-wrapper .map-section-content .tajer-map-mockup img{height:100%;width:100%}[data-dir=ltr] .tajer-map-section .curved-line{transform:scaleX(-1)}.advantages-section{text-align:center}@media(max-width:575.98px){.advantages-section .section-wrapper{padding-left:1rem;padding-right:1rem}}.advantages-section .cards-content{align-items:center;display:flex;gap:3rem;justify-content:space-between;overflow:hidden;padding-top:5rem}@media(max-width:1199.98px){.advantages-section .cards-content{align-items:center;flex-direction:column;gap:2rem;padding-top:2rem}}.advantages-section .cards-content>div{display:flex;flex-direction:column;gap:2.5rem;transition:all .2s ease-in-out}@media(max-width:1199.98px){.advantages-section .cards-content>div{flex-direction:row;flex-wrap:wrap;justify-content:center}}.advantages-section .cards-content>div:first-of-type>div:nth-of-type(odd),.advantages-section .cards-content>div:first-of-type>div:nth-of-type(odd):after,.advantages-section .cards-content>div:last-of-type>div:nth-of-type(2n),.advantages-section .cards-content>div:last-of-type>div:nth-of-type(2n):after{background-color:var(--light-green-bg-color);color:var(--dark-text-color)}@media(max-width:1199.98px){.advantages-section .cards-content>div:first-of-type>div:after{bottom:-4px;left:auto}}.advantages-section .cards-content>div:last-of-type>div:after{left:auto;right:-8px}@media(max-width:1199.98px){.advantages-section .cards-content>div:last-of-type>div:after{right:calc(50% - .75rem)!important;top:-4px}}.advantages-section .cards-content .advantage-image-section{align-items:center;animation:rotate .5s ease-in-out;display:flex;justify-content:center;position:relative}@media(min-width:768px){.advantages-section .cards-content .advantage-image-section{padding:1rem}}@media(max-width:1199.98px){.advantages-section .cards-content .advantage-image-section{margin:1rem 0}}.advantages-section .cards-content .advantage-image-section>img:first-of-type{position:absolute;width:200px}@media(max-width:575.98px){.advantages-section .cards-content .advantage-image-section>img:first-of-type{width:150px}}.advantages-section .cards-content .advantage-image-section>img:last-of-type{animation:rotate 8s linear infinite;height:400px;width:400px}@media(max-width:1199.98px){.advantages-section .cards-content .advantage-image-section>img:last-of-type{height:350px;width:350px}}@media(max-width:767.98px){.advantages-section .cards-content .advantage-image-section>img:last-of-type{height:250px;width:250px}}@keyframes rotate{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}[data-dir=ltr] .advantages-section .cards-content>div:first-of-type>div:nth-of-type(odd),[data-dir=ltr] .advantages-section .cards-content>div:first-of-type>div:nth-of-type(odd):after,[data-dir=ltr] .advantages-section .cards-content>div:last-of-type>div:nth-of-type(2n),[data-dir=ltr] .advantages-section .cards-content>div:last-of-type>div:nth-of-type(2n):after{background-color:var(--light-green-bg-color);color:var(--dark-text-color)}@media(max-width:1199.98px){[data-dir=ltr] .advantages-section .cards-content>div:first-of-type>div:after{bottom:-4px;right:auto}}[data-dir=ltr] .advantages-section .cards-content>div:last-of-type>div:after{left:-8px;right:auto}@media(max-width:1199.98px){[data-dir=ltr] .advantages-section .cards-content>div:last-of-type>div:after{left:calc(50% - .75rem)!important;top:-4px}}.advantage-card{align-items:center;background-color:var(--dark-green-bg-color);border-radius:4rem;color:var(--light-text-color);display:flex;font-size:18px;gap:2rem;justify-content:center;padding:.9rem;position:relative;text-align:center;transition:all .2s ease-in-out;-webkit-user-select:none;user-select:none}@media(max-width:1199.98px){.advantage-card{gap:.5rem;justify-content:space-around;padding:.5rem}}.advantage-card .advantage-card-text{line-height:1.8rem;width:60%}@media(max-width:1199.98px){.advantage-card .advantage-card-text{font-size:.8rem;line-height:1.5rem}}.advantage-card .card-icon{background:#fff;border-radius:10px;padding:.5rem;width:70px}@media(max-width:1199.98px){.advantage-card .card-icon{width:50px}}.advantage-card:hover{animation:var(--bounce-animation)}.advantage-card:hover,.advantage-card:hover:after{background-color:var(--primary-bg-color)!important}.advantage-card:after{background-color:var(--dark-green-bg-color);border-radius:.3rem;content:"";height:1.5rem;left:-7px;position:absolute;rotate:43deg;transition:all .2s ease-in-out;width:1.5rem;z-index:-1}[data-dir=ltr] .advantage-card:after{left:auto;right:-7px}.faqs-section{background-color:var(--secondary-bg-color);padding-bottom:8rem;position:relative;text-align:center}.faqs-section .faqs-cards-wrapper{display:flex;flex-wrap:wrap;justify-content:space-around;padding-top:3rem;row-gap:3rem}@media(max-width:991.98px){.faqs-section .faqs-cards-wrapper{flex-direction:column}}.faqs-card{align-items:center;background-color:var(--secondary-bg-color);border:1px solid var(--primary-border-color);border-radius:2rem;color:var(--primary-title-color);display:flex;gap:2rem;padding:2rem;width:45%}@media(max-width:991.98px){.faqs-card{flex-direction:column;gap:1rem;padding:1rem;width:100%}}.faqs-card .card-icon{border:10px solid var(--status-bg-color);border-radius:50%;transition:var(--transition)}@media(max-width:1199.98px){.faqs-card .card-icon{border-width:5px;height:80px;width:80px}.faqs-card .card-icon img{height:100%;width:100%}}.faqs-card .card-text,.faqs-card .card-title{text-align:right}@media(max-width:991.98px){.faqs-card .card-text,.faqs-card .card-title{text-align:center}}.faqs-card:hover{animation:var(--bounce-animation);background-color:var(--basic-bg-color);box-shadow:var(--shadow);transition:var(--transition)}.faqs-card:hover .card-icon{border-color:var(--primary-bg-color)}.faqs-card:hover .card-title{color:var(--secondary-text-color)}.faqs-card .faqs-card-texts{display:flex;flex-direction:column;gap:1rem}@media(max-width:1199.98px){.faqs-card .faqs-card-texts{gap:.5rem;text-align:center}}.faqs-card .faqs-card-texts .section-description P{text-align:right!important}@media(max-width:991.98px){.faqs-card .faqs-card-texts .section-description P{text-align:center!important}}[data-dir=ltr] .faqs-card .card-text,[data-dir=ltr] .faqs-card .card-title{text-align:left}@media(max-width:991.98px){[data-dir=ltr] .faqs-card .card-text,[data-dir=ltr] .faqs-card .card-title{text-align:center!important}}.reviews-section{margin-bottom:5rem;margin-top:5rem}@media(max-width:1199.98px){.reviews-section{margin-top:0}}.reviews-section .reviews-content{display:flex;gap:2rem}@media(max-width:1199.98px){.reviews-section .reviews-content{flex-direction:column;gap:3rem}}.reviews-section .reviews-content .section-caption{align-items:start;display:flex;flex-direction:column;justify-content:center;text-align:center}@media(min-width:1200px){.reviews-section .reviews-content .section-caption{flex-basis:30%}}@media(max-width:1199.98px){.reviews-section .reviews-content .section-caption{align-items:center;flex-basis:30%;text-align:center}}.reviews-section .reviews-content .section-caption .section-title{right:0}@media(max-width:1199.98px){.reviews-section .reviews-content .section-caption .section-title{right:auto}}.reviews-section .reviews-content .section-caption .section-description p{text-align:right}@media(max-width:1199.98px){.reviews-section .reviews-content .section-caption .section-description p{text-align:center!important}}.reviews-section .reviews-content .reviews-cards-wrapper{align-items:center;display:flex;flex-basis:70%;flex-direction:column;gap:3rem}@media(max-width:1199.98px){.reviews-section .reviews-content .reviews-cards-wrapper{gap:2rem}}[data-dir=ltr] .reviews-section .reviews-content .section-caption{align-items:start}@media(max-width:1199.98px){[data-dir=ltr] .reviews-section .reviews-content .section-caption{align-items:center}}@media(min-width:1200px){[data-dir=ltr] .reviews-section .reviews-content .section-caption .section-title{left:0;right:auto}[data-dir=ltr] .reviews-section .reviews-content .section-caption .section-title~img{margin-left:80px}}[data-dir=ltr] .reviews-section .reviews-content .section-caption .section-description p{text-align:left}.reviews-card{align-items:center;border:2px solid red;border:1px solid var(--secondary-border-color);border-radius:2rem;display:flex;gap:2rem;padding:2rem;transition:all .4s ease-in-out;width:80%}@media(max-width:1199.98px){.reviews-card{align-items:center;gap:1rem;padding:1rem;width:100%}}@media(max-width:767.98px){.reviews-card{align-items:center;flex-direction:column}}@media(min-width:768px){.reviews-card{gap:3rem;justify-content:center;padding:2.5rem}}.reviews-card .card-icon{border-radius:50%}.reviews-card .reviews-card-texts{align-items:start;display:flex;flex-direction:column;text-align:center}.reviews-card .reviews-card-texts .stars-icons{display:flex;gap:.2rem;margin-bottom:.5rem;margin-top:.5rem}.reviews-card .reviews-card-texts .stars-icons>span{color:gold;font-size:1.4rem}@media(max-width:1199.98px){.reviews-card .reviews-card-texts{align-items:center}}.reviews-card .reviews-card-texts .customer-name{display:flex;justify-content:space-between;width:100%}@media(max-width:1199.98px){.reviews-card .reviews-card-texts .customer-name{width:auto}}.reviews-card .reviews-card-texts .customer-name .comma{color:var(--primary-title-color);font-size:3.5rem;rotate:180deg}@media(max-width:1199.98px){.reviews-card .reviews-card-texts .customer-name .comma{display:none}}.reviews-card .reviews-card-texts .card-text{text-align:right}@media(max-width:1199.98px){.reviews-card .reviews-card-texts .card-text{text-align:center!important}}.reviews-card .job-description{color:var(--secondary-text-color);margin-bottom:.5rem;margin-top:-1.6rem;text-transform:capitalize}@media(max-width:1199.98px){.reviews-card .job-description{margin-top:-.5rem}}.reviews-card:hover{border:1px solid var(--primary-border-color);box-shadow:var(--shadow);transform:translate(-75px)}.reviews-card:hover .customer-name .card-title,.reviews-card:hover .customer-name .comma{color:var(--secondary-text-color)}.reviews-card:hover .card-icon{box-shadow:var(--shadow)}.reviews-card:hover .job-description{color:var(--primary-text-color)}@media(max-width:1199.98px){.reviews-card:hover{animation:bounce .5s ease-in-out;transform:translate(0)}}[data-dir=ltr] .reviews-card .reviews-card-texts .stars-icons{flex-direction:row-reverse}[data-dir=ltr] .reviews-card .reviews-card-texts .card-text{text-align:left}[data-dir=ltr] .reviews-card:hover{transform:translate(75px)}@keyframes bounce{0%{transform:translateY(0)}30%{transform:translateY(-30px)}50%{transform:translateY(0)}70%{transform:translateY(-10px)}to{transform:translateY(0)}}.tajer-features-section{background-color:var(--secondary-bg-color);overflow:hidden;padding:var(--section-padding);padding-bottom:11rem;padding-top:5rem;position:relative}.tajer-features-section>.cards-container{margin-bottom:-100px}@media(max-width:1199.98px){.tajer-features-section>.cards-container{margin-bottom:auto}}.tajer-features-section .gradient-circle{align-items:center;display:flex;justify-content:center;position:relative;text-transform:capitalize;-webkit-user-select:none;user-select:none}@media(min-width:1200px){.tajer-features-section .gradient-circle .feature-title{line-height:2.2rem;margin:0 auto;width:45%}}@media(max-width:767.98px){.tajer-features-section .gradient-circle{padding:2rem 0}}@media(max-width:449.98px){.tajer-features-section .gradient-circle img{height:320px;width:320px}}@media(min-width:450px)and (max-width:1199.98px){.tajer-features-section .gradient-circle img{height:400px;width:400px}}.tajer-features-section .gradient-circle .feature-texts{color:var(--primary-title-color);display:flex;flex-direction:column;gap:20px;height:100%;justify-content:center;position:absolute;text-align:center;top:0;width:100%}.tajer-features-section .gradient-circle .feature-texts .feature-title{color:var(--dark-title-color);font-size:1.5rem;font-weight:700}@media(max-width:1199.98px){.tajer-features-section .gradient-circle .feature-texts .feature-title{font-size:1.2rem}}.tajer-features-section .gradient-circle .feature-texts .feature-description{color:var(--dark-text-color);font-size:1rem;line-height:1.5rem;margin:0 auto}@media(max-width:575.98px){.tajer-features-section .gradient-circle .feature-texts .feature-description{width:50%}}@media(min-width:576px){.tajer-features-section .gradient-circle .feature-texts .feature-description{width:40%}}@media(min-width:768px){.tajer-features-section .gradient-circle .feature-texts .feature-description{width:95%}}@media(min-width:992px){.tajer-features-section .gradient-circle .feature-texts .feature-description{width:50%}}.tajer-features-section>.cards-container:last-of-type{margin-top:-100px}@media(max-width:1199.98px){.tajer-features-section>.cards-container:last-of-type{margin-top:auto}}[data-dir=ltr] .feature-title{margin:0 auto;width:50%}.feature-card{align-items:center;background:var(--secondary-bg-colo);border:1px solid var(--primary-border-color);border-radius:1rem;box-shadow:0 4px 8px #0000001a;display:flex;flex-direction:column;gap:1rem;justify-content:center;padding:2rem;text-align:center;transition:var(--transition)}@media(max-width:1199.98px){.feature-card{padding:1rem}}.feature-card:hover{animation:var(--bounce-animation);background-color:var(--basic-bg-color);box-shadow:var(--shadow);transform:translateY(-4px)}.feature-card:hover .card-icon{border-radius:50%;box-shadow:var(--shadow)}.register-section{background-color:var(--secondary-bg-color);margin-top:5rem}@media(max-width:991.98px){.register-section .section-wrapper{padding:0 1rem}}.register-section .section-content{display:flex;gap:10%;padding-top:4rem}@media(max-width:991.98px){.register-section .section-content{flex-direction:column}}.register-section .section-content>div{flex-basis:45%;flex-grow:1}.register-section .section-content .form-section .form-wrapper .form-logo{margin:0 auto 1rem;max-width:250px}@media(max-width:767.98px){.register-section .section-content .form-section .form-wrapper .form-logo{margin:0 auto .5rem;max-width:200px}}.register-section .section-content .form-section .form-wrapper .form-logo img{width:100%}.register-section .section-content .form-section .form-wrapper .form-caption{color:var(--primary-text-color);font-size:1.2rem;font-weight:700;text-transform:capitalize}.register-section .section-content .form-section .form-wrapper .register-form{width:100%}.register-section .section-content .image-section .responsive-image{margin:0 auto 2rem;max-width:400px}@media(max-width:767.98px){.register-section .section-content .image-section .responsive-image{margin:0 auto 1rem;max-width:230px}}.register-section .section-content .image-section .responsive-image img{width:100%}.register-section .section-content .image-section .section-description>p{text-align:center}.login-wrapper,.login-wrapper .login-bg{position:relative}.login-wrapper .login-bg .big-bg{display:block;width:100%}@media(max-width:767.98px){.login-wrapper .login-bg .big-bg{display:none}}.login-wrapper .login-bg .login-content .login-form{width:100%}.login-wrapper .login-bg .small-bg{display:none}@media(max-width:767.98px){.login-wrapper .login-bg .small-bg{display:block;width:100%}}.login-wrapper .login-content-wrapper{display:flex;height:100%;padding-top:8rem;position:absolute;top:0;width:100%}@media(max-width:767.98px){.login-wrapper .login-content-wrapper{align-items:start;padding-top:35%}}.login-wrapper .login-content-wrapper .section-wrapper{width:100%}.login-wrapper .login-content-wrapper .section-wrapper .login-content{align-items:center;display:flex;gap:10%}.login-wrapper .login-content-wrapper .section-wrapper .login-content .logo-wrapper{margin-bottom:3rem}@media(max-width:1199.98px){.login-wrapper .login-content-wrapper .section-wrapper .login-content .logo-wrapper{display:flex;justify-content:center;margin-bottom:1rem}.login-wrapper .login-content-wrapper .section-wrapper .login-content .logo-wrapper .logo{width:300px}.login-wrapper .login-content-wrapper .section-wrapper .login-content .logo-wrapper .logo img{width:100%}}.login-wrapper .login-content-wrapper .section-wrapper .login-content .login-text p{text-align:right}@media(max-width:1199.98px){.login-wrapper .login-content-wrapper .section-wrapper .login-content .login-text p{text-align:center}.login-wrapper .login-content-wrapper .section-wrapper .login-content{align-items:center;flex-direction:column}}.login-wrapper .login-content-wrapper .section-wrapper .login-content>div{flex-basis:40%;flex-grow:1}.create-subscription-page .content-section{margin:4rem auto 6rem;width:60%}@media(max-width:767.98px){.create-subscription-page .content-section{width:90%}}@media(max-width:575.98px){.create-subscription-page .content-section{width:100%}}.subscription-form{margin:4rem 0 3rem}@media(max-width:767.98px){.subscription-form{margin:1rem 0 2rem}}.subscription-form .form-wrapper{padding:4rem 3rem}body{padding-top:68px}.navbar-section{background-color:var(--light-bg-color);box-shadow:0 2px 5px #6dad18;left:0;position:fixed;top:0;width:100%;z-index:100}.navbar-section .navbar{display:flex;padding:.5rem 1rem;transition:all .2s ease-in-out;white-space:nowrap}.navbar-section .navbar .menu-icon{display:none}.navbar-section .navbar .navbar-header .navbar-logo{display:block;width:200px}.navbar-section .navbar .navbar-header .navbar-logo img{width:100%}@media(max-width:767.98px){.navbar-section .navbar{align-items:center;flex-direction:column}.navbar-section .navbar .navbar-header{align-items:center;display:flex;justify-content:space-between;width:100%}.navbar-section .navbar .navbar-header .menu-icon{color:#fff;cursor:pointer;display:block;font-size:28px}}@media(min-width:768px){.navbar-section .navbar{align-items:center;flex-direction:column;gap:1rem;justify-content:center}}@media(min-width:1200px){.navbar-section .navbar{flex-direction:row;justify-content:space-between}}.navbar-section .navbar .navbar-logo{cursor:pointer}.navbar-section .navbar .navbar-content{align-items:center;display:flex;justify-content:space-between;width:100%}@media(max-width:767.98px){.navbar-section .navbar .navbar-content{align-items:flex-start;display:none;flex-direction:column;gap:1rem;margin-top:1rem;width:100%}.navbar-section .navbar .navbar-content.open{display:flex}.navbar-section .navbar .navbar-content .nav-actions{flex-direction:row}}@media(min-width:768px){.navbar-section .navbar .navbar-content{flex-direction:column;gap:1rem}}@media(min-width:1200px){.navbar-section .navbar .navbar-content{flex-direction:row}}.navbar-section .navbar .navbar-content .nav-actions{align-items:center;color:#fff;display:flex;gap:1rem}@media(max-width:767.98px){.navbar-section .navbar .navbar-content .nav-actions{justify-content:space-between;width:100%}}.navbar-section .navbar .navbar-content .nav-actions .lang{color:var(--light-text-color);cursor:pointer;font-size:2rem;text-transform:uppercase;transition:var(--transition)}.navbar-section .navbar .navbar-content .nav-actions .lang:hover{color:var(--secondary-text-color)}.animated-button{background-image:var(--gradient-button);border-radius:40px;color:var(--light-text-color);cursor:pointer;display:block;font-size:1.1rem;overflow:hidden;padding:.4rem 2rem;position:relative;text-align:center;text-transform:capitalize;transition:all .8s ease-in-out;white-space:nowrap;z-index:1}.animated-button:not(.disabled):hover{color:var(--secondary-text-color)}.animated-button:not(.disabled):hover:after{border-radius:40px;outline:2px solid var(--secondary-text-color);padding:4px 30px;right:0;transition:all .8s ease-in-out;width:100%}.animated-button:not(.disabled):after{background-color:var(--secondary-bg-color);border-radius:40px;box-shadow:inset 2px 2px 2px 0 #ffffff80,7px 7px 20px 0 #0000001a,4px 4px 5px 0 #0000001a;content:"";height:100%;left:0;position:absolute;top:0;transition:all .8s ease-in-out;width:0;z-index:-1}.animated-button:not(.disabled) a{color:var(--light-text-color);transition:all .8s ease-in-out}.animated-button:not(.disabled) a:hover{color:var(--secondary-text-color)}.animated-button.disabled{background-color:#7c8f84;background-image:none;cursor:not-allowed;outline:1px solid #6f7e75}.animated-button.disabled>div{align-items:center;direction:rtl;display:flex;gap:1rem;height:100%;justify-content:center;left:0;position:absolute;top:0;width:100%}.animated-button.disabled .spinner-border{color:var(--primary-border-color);height:1.5rem;vertical-align:-.25em;width:1.5rem}[data-dir=ltr] .animated-button:not(.disabled):hover:after{left:0;right:auto}[data-dir=ltr] .animated-button:not(.disabled):after{left:auto;right:0}[data-dir=ltr] .animated-button.disabled>div{direction:ltr;left:auto;right:0}.nav-links{display:flex;flex-grow:1;gap:1.5rem;justify-content:center;text-transform:capitalize}@media(max-width:767.98px){.nav-links{flex-direction:column}}.nav-links .nav-link{color:var(--light-text-color);font-size:1.1rem;-webkit-user-select:none;user-select:none}@media(max-width:1199.98px){.nav-links .nav-link{font-size:1rem}}.nav-links .nav-link:hover{color:var(--secondary-text-color);transition:all .2s ease-in-out}.spinner-wrapper{display:flex;justify-content:center;padding:10rem 1rem}.source-spinner .lds-spinner,.source-spinner .lds-spinner div,.source-spinner .lds-spinner div:after{box-sizing:border-box}.source-spinner .lds-spinner{color:var(--primary-bg-color);display:inline-block;height:80px;position:relative;width:80px}.source-spinner .lds-spinner div{animation:lds-spinner 1.2s linear infinite;transform-origin:40px 40px}.source-spinner .lds-spinner div:after{background:var(--primary-bg-color);border-radius:20%;content:" ";display:block;height:17.6px;left:36.8px;position:absolute;top:3.2px;width:6.4px}.source-spinner .lds-spinner div:first-child{animation-delay:-1.1s;transform:rotate(0deg)}.source-spinner .lds-spinner div:nth-child(2){animation-delay:-1s;transform:rotate(30deg)}.source-spinner .lds-spinner div:nth-child(3){animation-delay:-.9s;transform:rotate(60deg)}.source-spinner .lds-spinner div:nth-child(4){animation-delay:-.8s;transform:rotate(90deg)}.source-spinner .lds-spinner div:nth-child(5){animation-delay:-.7s;transform:rotate(120deg)}.source-spinner .lds-spinner div:nth-child(6){animation-delay:-.6s;transform:rotate(150deg)}.source-spinner .lds-spinner div:nth-child(7){animation-delay:-.5s;transform:rotate(180deg)}.source-spinner .lds-spinner div:nth-child(8){animation-delay:-.4s;transform:rotate(210deg)}.source-spinner .lds-spinner div:nth-child(9){animation-delay:-.3s;transform:rotate(240deg)}.source-spinner .lds-spinner div:nth-child(10){animation-delay:-.2s;transform:rotate(270deg)}.source-spinner .lds-spinner div:nth-child(11){animation-delay:-.1s;transform:rotate(300deg)}.source-spinner .lds-spinner div:nth-child(12){animation-delay:0s;transform:rotate(330deg)}@keyframes lds-spinner{0%{opacity:1}to{opacity:0}}.hour-glass-loading .lds-hourglass,.hour-glass-loading .lds-hourglass:after{box-sizing:border-box}.hour-glass-loading .lds-hourglass{display:inline-block;height:80px;position:relative;width:80px}.hour-glass-loading .lds-hourglass:after{animation:lds-hourglass 1.2s infinite;border:32px solid var(--primary-bg-color);border-color:var(--primary-bg-color) #0000 var(--primary-bg-color) #0000;border-radius:50%;box-sizing:border-box;content:" ";display:block;height:0;margin:8px;width:0}@keyframes lds-hourglass{0%{animation-timing-function:cubic-bezier(.55,.055,.675,.19);transform:rotate(0)}50%{animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:rotate(900deg)}to{transform:rotate(5turn)}}.ripple-spinner .lds-ripple,.ripple-spinner .lds-ripple div{box-sizing:border-box}.ripple-spinner .lds-ripple{display:inline-block;height:80px;position:relative;width:80px}.ripple-spinner .lds-ripple div{animation:lds-ripple 1s cubic-bezier(0,.2,.8,1) infinite;border:4px solid var(--primary-bg-color);border-radius:50%;opacity:1;position:absolute}.ripple-spinner .lds-ripple div:nth-child(2){animation-delay:-.5s}@keyframes lds-ripple{0%{height:8px;left:36px;opacity:0;top:36px;width:8px}4.9%{height:8px;left:36px;opacity:0;top:36px;width:8px}5%{height:8px;left:36px;opacity:1;top:36px;width:8px}to{height:80px;left:0;opacity:0;top:0;width:80px}}.roller-spinner .lds-roller,.roller-spinner .lds-roller div,.roller-spinner .lds-roller div:after{box-sizing:border-box}.roller-spinner .lds-roller{display:inline-block;height:80px;position:relative;width:80px}.roller-spinner .lds-roller div{animation:lds-roller 1.2s cubic-bezier(.5,0,.5,1) infinite;transform-origin:40px 40px}.roller-spinner .lds-roller div:after{background:var(--primary-bg-color);border-radius:50%;content:" ";display:block;height:7.2px;margin:-3.6px 0 0 -3.6px;position:absolute;width:7.2px}.roller-spinner .lds-roller div:first-child{animation-delay:-36ms}.roller-spinner .lds-roller div:first-child:after{left:62.62742px;top:62.62742px}.roller-spinner .lds-roller div:nth-child(2){animation-delay:-72ms}.roller-spinner .lds-roller div:nth-child(2):after{left:56px;top:67.71281px}.roller-spinner .lds-roller div:nth-child(3){animation-delay:-.108s}.roller-spinner .lds-roller div:nth-child(3):after{left:48.28221px;top:70.90963px}.roller-spinner .lds-roller div:nth-child(4){animation-delay:-.144s}.roller-spinner .lds-roller div:nth-child(4):after{left:40px;top:72px}.roller-spinner .lds-roller div:nth-child(5){animation-delay:-.18s}.roller-spinner .lds-roller div:nth-child(5):after{left:31.71779px;top:70.90963px}.roller-spinner .lds-roller div:nth-child(6){animation-delay:-.216s}.roller-spinner .lds-roller div:nth-child(6):after{left:24px;top:67.71281px}.roller-spinner .lds-roller div:nth-child(7){animation-delay:-.252s}.roller-spinner .lds-roller div:nth-child(7):after{left:17.37258px;top:62.62742px}.roller-spinner .lds-roller div:nth-child(8){animation-delay:-.288s}.roller-spinner .lds-roller div:nth-child(8):after{left:12.28719px;top:56px}@keyframes lds-roller{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.ellipsis-spinner .lds-ellipsis,.ellipsis-spinner .lds-ellipsis div{box-sizing:border-box}.ellipsis-spinner .lds-ellipsis{display:inline-block;height:80px;position:relative;width:80px}.ellipsis-spinner .lds-ellipsis div{animation-timing-function:cubic-bezier(0,1,1,0);background:var(--primary-bg-color);border-radius:50%;height:13.33333px;position:absolute;top:33.33333px;width:13.33333px}.ellipsis-spinner .lds-ellipsis div:first-child{animation:lds-ellipsis1 .6s infinite;left:8px}.ellipsis-spinner .lds-ellipsis div:nth-child(2){animation:lds-ellipsis2 .6s infinite;left:8px}.ellipsis-spinner .lds-ellipsis div:nth-child(3){animation:lds-ellipsis2 .6s infinite;left:32px}.ellipsis-spinner .lds-ellipsis div:nth-child(4){animation:lds-ellipsis3 .6s infinite;left:56px}@keyframes lds-ellipsis1{0%{transform:scale(0)}to{transform:scale(1)}}@keyframes lds-ellipsis3{0%{transform:scale(1)}to{transform:scale(0)}}@keyframes lds-ellipsis2{0%{transform:translate(0)}to{transform:translate(24px)}}.penny-spinner .lds-circle,.penny-spinner .lds-circle div{box-sizing:border-box}.penny-spinner .lds-circle{display:inline-block;transform:translateZ(1px)}.penny-spinner .lds-circle>div{animation:lds-circle 2.4s cubic-bezier(0,.2,.8,1) infinite;background:var(--primary-bg-color);border-radius:50%;display:inline-block;height:64px;margin:8px;width:64px}@keyframes lds-circle{0%,to{animation-timing-function:cubic-bezier(.5,0,1,.5)}0%{transform:rotateY(0deg)}50%{animation-timing-function:cubic-bezier(0,.5,.5,1);transform:rotateY(5turn)}to{transform:rotateY(10turn)}}.dual-ring-spinner .lds-dual-ring,.dual-ring-spinner .lds-dual-ring:after{box-sizing:border-box}.dual-ring-spinner .lds-dual-ring{display:inline-block;height:80px;width:80px}.dual-ring-spinner .lds-dual-ring:after{animation:lds-dual-ring 1.2s linear infinite;border:6.4px solid var(--primary-bg-color);border-color:var(--primary-bg-color) #0000 var(--primary-bg-color) #0000;border-radius:50%;content:" ";display:block;height:64px;margin:8px;width:64px}@keyframes lds-dual-ring{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.section-title-wrapper{align-items:center;display:flex;justify-content:center;padding:3rem 0;text-align:center;-webkit-user-select:none;user-select:none}.section-title-wrapper .title-background-shape{align-items:center;display:flex;justify-content:center;position:relative}.section-title-wrapper .title-background-shape .section-title{color:var(--primary-title-color);font-size:2rem;position:absolute;text-transform:capitalize;white-space:nowrap}@media(min-width:768px)and (max-width:991.98px){.section-title-wrapper .title-background-shape .section-title{font-size:1.7rem}}@media(max-width:767.98px){.section-title-wrapper .title-background-shape .section-title{font-size:1.5rem}}.section-title-wrapper .title-background-shape img{height:100%;object-fit:cover;width:100%}.tajer-word{color:var(--secondary-text-color);font-weight:700;text-transform:capitalize}.section-description p{color:var(--primary-text-color);font-size:1.1rem;line-height:2rem;margin-bottom:1rem;text-transform:capitalize}@media(min-width:992px)and (max-width:1199.98px){.section-description p{font-size:1rem}}@media(max-width:991.98px){.section-description p{font-size:.9rem;line-height:1.7rem;margin-bottom:.5rem}}.section-wrapper{padding:var(--section-padding)}.creator-section{background-color:var(--primary-bg-color)}.creator-section .creator-content{font-size:1.3rem;padding:1.3rem .2rem;text-transform:capitalize}@media(max-width:767.98px){.creator-section .creator-content{font-size:1rem}}.creator-section .creator-content p{color:var(--dark-text-color);text-align:center}.creator-section .creator-content p span{color:var(--light-text-color)}.footer{overflow:hidden;position:relative}@media(max-width:1199.98px){.footer{height:1000px}}@media(max-width:991.98px){.footer{height:1100px}}@media(max-width:575.98px){.footer{height:1200px}}@media(max-width:449.98px){.footer{height:1400px}}.footer>.footer-wrapper{height:100%}.footer>.footer-wrapper .sub-title{color:var(--secondary-text-color)}.footer .curved-row{left:0;position:absolute;top:0}.footer .footer-bg{height:100%;overflow:hidden;width:100%}.footer .footer-bg img{height:100%}@media(min-width:1200px){.footer .footer-bg img{width:100%}}.footer .footer-content{height:100%;position:absolute;top:0;width:100%;z-index:3}.footer .footer-content .section-wrapper{height:100%}.footer .footer-content .section-wrapper .content-wrapper{display:flex;flex-direction:column;height:100%;justify-content:center}@media(max-width:575.98px){.footer .footer-content .section-wrapper .content-wrapper{gap:2rem}}.footer .footer-content .section-wrapper .content-wrapper .footer-logo{margin-top:5rem;width:100%}@media(max-width:1199.98px){.footer .footer-content .section-wrapper .content-wrapper .footer-logo{align-items:center;display:flex;justify-content:center;margin-top:5rem}}@media(max-width:575.98px){.footer .footer-content .section-wrapper .content-wrapper .footer-logo img{margin:auto;width:50%}}@media(min-width:576px){.footer .footer-content .section-wrapper .content-wrapper .footer-logo img{margin:auto;width:70%}}@media(min-width:1200px){.footer .footer-content .section-wrapper .content-wrapper .footer-logo img{margin:3rem 0;width:30%}}.footer .footer-content .footer-sections-wrapper{display:flex;gap:3rem;justify-content:space-between}@media(max-width:1199.98px){.footer .footer-content .footer-sections-wrapper{align-items:center;flex-direction:column;gap:1.5rem;justify-content:center;padding-bottom:2rem;text-align:center}}.footer .footer-content .footer-sections-wrapper>div:first-child{width:50%}.footer .footer-content .footer-sections-wrapper .section-description p{color:var(--light-text-color)}.footer .footer-content .footer-sections-wrapper .social-icons{display:flex;gap:1.5rem;margin:2rem 0}@media(max-width:1199.98px){.footer .footer-content .footer-sections-wrapper .social-icons{justify-content:center;margin:1rem 0}}.footer .footer-content .footer-sections-wrapper .services-links{display:flex;flex-direction:column;gap:1.2rem}.icon-wrapper{height:40px;transition:var(--transition);width:40px}.icon-wrapper img{width:100%}.icon-wrapper:hover{background-color:var(light-bg-color);border:2px solid var(--primary-border-color);border-radius:.5rem;cursor:pointer;padding:.4rem}.sub-title{color:var(--primary-title-color);margin-bottom:2rem;text-transform:capitalize}@media(max-width:767.98px){.sub-title{font-size:1.3rem;line-height:2rem;margin-bottom:1rem}}@media(min-width:768px){.sub-title{font-size:1.6rem}}.white-text{color:var(--light-text-color);cursor:pointer;font-size:1.1rem;transition:var(--transition)}.white-text:hover{color:var(--secondary-text-color)}.left-shape,.right-shape{height:250px;position:absolute;top:calc(50% - 125px);width:100px;z-index:5}@media(max-width:1199.98px){.left-shape,.right-shape{display:none}}.left-shape img,.right-shape img{height:100%;width:100%}.left-shape.left-shape,.right-shape.left-shape{left:0}.left-shape.right-shape,.right-shape.right-shape{right:0}.submit-button{border-radius:40px;height:36px;overflow:hidden;width:156px}.submit-button>button{background-image:var(--gradient-button);color:var(--light-text-color);cursor:pointer;font-size:1.1rem;position:relative;text-transform:capitalize}.submit-button>button,.submit-button>button>span{border-radius:40px;height:100%;overflow:hidden;transition:all .8s ease-in-out;width:100%}.submit-button>button>span{align-items:center;display:flex;justify-content:center;left:0;position:absolute;top:0}.submit-button>button>span.text{color:var(--light-text-color);position:relative;z-index:2}.submit-button>button>span.text:hover{color:var(--secondary-text-color)}.submit-button>button>span.loading{background:#7c8f84;background-image:none;color:#aaa;cursor:not-allowed;font-size:.9rem;letter-spacing:2px;outline:1px solid #6f7e75;z-index:2}.submit-button>button>span.loading>span{align-items:center;direction:ltr;display:flex;gap:1rem;justify-content:center}.submit-button>button>span.loading .spinner-border{color:var(--primary-border-color);height:1.2rem;width:1.2rem}.submit-button>button:not(.disabled):hover:after{border-radius:40px;outline:2px solid var(--secondary-text-color);padding:4px 30px;right:0;transition:all .8s ease-in-out;width:100%}.submit-button>button:not(.disabled):after{background-color:var(--secondary-bg-color);border-radius:40px;box-shadow:inset 2px 2px 2px 0 #ffffff80,7px 7px 20px 0 #0000001a,4px 4px 5px 0 #0000001a;content:"";height:100%;left:0;position:absolute;top:0;transition:all .8s ease-in-out;width:0;z-index:0}.submit-button>button.disabled{background:#6f7e75;background-image:none;color:#dcdcdc;cursor:not-allowed}.submit-button>button.disabled>span.text{color:#dcdcdc}.submit-button>button.disabled:after{display:none}[data-dir=ltr] .submit-button .submit-button>button>span{left:auto;right:0}[data-dir=ltr] .submit-button .submit-button>button>span.loading{background:#7c8f84;background-image:none;color:#aaa;cursor:not-allowed;font-size:.9rem;letter-spacing:2px;outline:1px solid #6f7e75;z-index:2}[data-dir=ltr] .submit-button .submit-button>button>span.loading>span{direction:rtl}[data-dir=ltr] .submit-button .submit-button>button:not(.disabled):hover:after{left:0;right:auto}[data-dir=ltr] .submit-button .submit-button>button:not(.disabled):after{left:auto;right:0}.tajer-form .form-submit{display:flex;justify-content:center;margin-top:1rem}.tajer-form .first-error-message{color:var(--danger-text-color);margin-top:1rem;text-align:center}.tajer-input{margin-top:1rem;position:relative}.tajer-input .required-icon{background-color:var(--light-danger-color);border-radius:50%;color:var(--basic-bg-color);left:0;padding:2px;position:absolute;top:9px}.tajer-input .required-icon:after{border-color:var(--light-danger-color) #0000 #0000 #0000;border-style:solid;border-width:4px;bottom:-7px;content:"";left:7px;position:absolute;rotate:-10deg}.tajer-input.label-inside-input .required-icon{opacity:0;top:-27px;transition:var(--transition)}.tajer-input .tajer-input-wrapper{position:relative}.tajer-input .tajer-input-wrapper .tajer-input-label label{height:21px}.tajer-input .tajer-input-wrapper>input{border:1px solid var(--secondary-border-color);border-radius:30px;font-size:1rem;padding:.5rem 1rem}.tajer-input .tajer-input-wrapper>input[type=time]{text-align:right}.tajer-input .tajer-input-wrapper>input[type=date]{padding-left:4rem}.tajer-input .tajer-input-wrapper>input::-webkit-calendar-picker-indicator{left:1rem;position:absolute}.tajer-input .tajer-input-wrapper>input:focus+.required-icon{opacity:1}.tajer-input .tajer-input-wrapper:not(.label-inside-input){display:flex;flex-direction:column;gap:0}.tajer-input .tajer-input-wrapper:not(.label-inside-input) label{margin-bottom:1rem}.tajer-input .tajer-input-wrapper.label-inside-input input{background-color:var(--basic-bg-color);border:1px solid var(--secondary-border-color);color:var(--primary-title-color);padding-left:1.4rem;padding-right:1.4rem;width:100%}.tajer-input .tajer-input-wrapper.label-inside-input input[type=date]{padding-left:3rem;text-align:right}.tajer-input .tajer-input-wrapper.label-inside-input input[type=date]:not(:focus):not([value])::-webkit-datetime-edit{color:#0000}.tajer-input .tajer-input-wrapper.label-inside-input input[type=date]:focus::-webkit-datetime-edit{color:#000;color:initial}.tajer-input .tajer-input-wrapper.label-inside-input input::placeholder{color:#0000}.tajer-input .tajer-input-wrapper.label-inside-input .tajer-input-label{font-weight:400;position:absolute;right:25px;top:6px;transition:all .3s ease-in-out;z-index:2}@media(max-width:767.98px){.tajer-input .tajer-input-wrapper.label-inside-input .tajer-input-label{right:12px;top:5px}}.tajer-input .tajer-input-wrapper.label-inside-input .tajer-input-label.has-value{background-color:var(--basic-bg-color);color:red;padding-left:.5rem;padding-right:.5rem;right:15px;top:-15px}.tajer-input .tajer-input-wrapper.label-inside-input .tajer-input-label.has-value>label>span{color:var(--secondary-text-color);font-weight:700}.tajer-input .tajer-input-wrapper .message{color:var(--primary-danger-color);direction:ltr;display:inline-block;height:20px;overflow:hidden;padding:.1rem .5rem 0;white-space:nowrap}.tajer-input .tajer-input-wrapper .show-pass-icon{bottom:30px;color:var(--primary-text-color);cursor:pointer;font-size:1.2rem;left:15px;position:absolute;transition:all .3s ease-in-out}.tajer-input .tajer-input-wrapper .show-pass-icon:hover{color:var(--secondary-text-color)}[data-dir=ltr] .tajer-input .required-icon{left:auto;right:0}[data-dir=ltr] .tajer-input .required-icon:after{left:auto;right:7px}[data-dir=ltr] .tajer-input .tajer-input-wrapper{position:relative}[data-dir=ltr] .tajer-input .tajer-input-wrapper .tajer-input-label label{height:21px}[data-dir=ltr] .tajer-input .tajer-input-wrapper>input[type=time]{text-align:left}[data-dir=ltr] .tajer-input .tajer-input-wrapper>input[type=date]{padding-right:4rem}[data-dir=ltr] .tajer-input .tajer-input-wrapper>input::-webkit-calendar-picker-indicator{left:auto;position:absolute;right:1rem}[data-dir=ltr] .tajer-input .tajer-input-wrapper.label-inside-input input[type=date]{padding-right:3rem;text-align:right}[data-dir=ltr] .tajer-input .tajer-input-wrapper.label-inside-input .tajer-input-label{left:25px;right:auto;transition:all .3s ease-in-out}@media(max-width:767.98px){[data-dir=ltr] .tajer-input .tajer-input-wrapper.label-inside-input .tajer-input-label{left:12px;right:auto}}[data-dir=ltr] .tajer-input .tajer-input-wrapper.label-inside-input .tajer-input-label.has-value{left:15px;right:auto}[data-dir=ltr] .tajer-input .tajer-input-wrapper .show-pass-icon{left:auto;right:15px}.input-label{align-items:center;display:flex;gap:1rem;-webkit-user-select:none;user-select:none}.input-label>span{color:var(--primary-text-color);display:inline-block;font-size:.9rem;padding:0;text-transform:capitalize;white-space:nowrap}.input-label>span.input-label-icon{color:var(--secondary-text-color);font-size:1.2rem;padding-top:2px}.input-label.medium>span{font-size:1.1rem}.input-label.large>span{font-size:1.3rem}.theme-toggle{color:var(--light-text-color);cursor:pointer;font-size:1.8rem;transition:var(--transition);-webkit-user-select:none;user-select:none}.theme-toggle:hover{color:var(--secondary-text-color)}.form-wrapper{align-items:center;background-color:var(--basic-bg-color);border:1px solid var(--primary-border-color);border-radius:1rem;box-shadow:var(--shadow);display:flex;flex-direction:column;gap:2rem;padding:2rem}@media(min-width:768px)and (max-width:991.98px){.form-wrapper{margin:auto;padding:3rem;width:80%}}.form-wrapper>div:last-of-type{width:100%}@media(max-width:991.98px){.form-wrapper .logo-image-section{width:200px}}.form-wrapper .logo-image-section img{margin:auto;width:100%}.tajer-table .table-container{display:flex;height:100%;overflow-x:auto;width:100%}.tajer-table .table-container table.t-table{flex-grow:1}.tajer-table .table-container table.t-table tr{border-bottom:1px solid var(--primary-border-color)}.table-header{background-image:var(--primary-gradient-bg-color);font-weight:700}.table-header>tr>th{color:var(--light-text-color);font-weight:600;padding:15px 10px;text-align:center;-webkit-user-select:none;user-select:none;white-space:nowrap}.table-header>tr>th:first-of-type{border-radius:0 10px 0 0}.table-header>tr>th:last-of-type{border-radius:10px 0 0 0}.table-header.mini>tr>th{background-image:none;color:var(--primary-text-color);font-weight:400}.table-body>tr{border-radius:10px;overflow:hidden}.table-body>tr:not(:last-of-type)>td{border-bottom:1px solid var(--light-border-color)}.table-body>tr>td{border:none;color:var(--primary-text-color);font-size:.9rem;font-weight:400;padding:.6rem .5rem;text-align:center;white-space:nowrap}.table-body>tr>td .link,.table-body>tr>td a{color:var(--link-color);cursor:pointer;font-weight:700}.table-body>tr>td .link:hover,.table-body>tr>td a:hover{color:var(--link-hover-color)}.table-body>tr>td.right{text-align:right}.table-body>tr>td .profiles-wrapper{display:flex;flex-direction:column;gap:.5rem}.table-body>tr>td .profiles-wrapper .profile-row{display:flex;gap:1rem;justify-content:center}.table-body>tr>td .profiles-wrapper .profile-row>span{flex-grow:1;text-align:left;width:50%}.table-body>tr>td .profiles-wrapper .profile-row>span:last-of-type{text-align:right}.table-body>tr>td.control>div{display:flex;gap:10px;justify-content:space-around;padding-left:10px;padding-right:10px}.buttons-section{margin-bottom:1rem}.buttons-section>div{display:flex;gap:.5rem}@media(max-width:575.98px){.buttons-section>div{flex-wrap:wrap;justify-content:center}}.index-page-section{padding:.4rem 1rem}@media(max-width:575.98px){.index-page-section{padding:.4rem}}.index-page{min-height:80vh;padding-bottom:8rem;padding-top:2rem}.index-page-title{-webkit-user-select:none;user-select:none}.index-page-title h2{margin:1rem 0 1.5rem;padding:1rem 0;text-align:center}.index-page-title h2 span{-webkit-text-fill-color:#0000;background:var(--secondary-gradient-bg-color);-webkit-background-clip:text;background-clip:text;font-size:1.7rem;text-transform:capitalize}.page-spinner-container{align-items:center;background:#003bb90d;display:flex;flex-direction:column;left:0;min-height:100vh;padding-top:40vh;position:absolute;top:0;transition:all 3s ease-in-out;width:100%;z-index:99999}.delete-table-item-icon{color:var(--light-danger-color);display:flex;justify-content:center;overflow:hidden}.loading-icon{cursor:not-allowed;display:flex}.loading-icon,.tajer-delete-icon{color:var(--icon-primary-color);font-size:1.6rem}.tajer-delete-icon{cursor:pointer;transition:all .3s ease-in-out}.tajer-delete-icon:hover{color:var(--icon-secondary-color)}.tajer-curtain-button{display:flex;height:var(--button-height)}.tajer-curtain-button .login-btn{background-image:var(--gradient-button);border:2px solid var(--primary-border-color);border-radius:30px;cursor:pointer;display:inline-block;font-size:var(--button-font-size);overflow:hidden;padding:7px 60px;position:relative;text-decoration:none;text-transform:uppercase;transition:all .8s ease-in-out}.tajer-curtain-button .login-btn>span{color:var(--light-text-color);position:relative;transition:all .8s ease-in-out}.tajer-curtain-button .login-btn:hover:before{height:160px}.tajer-curtain-button .login-btn:hover>span{color:var(--primary-text-color)}.tajer-curtain-button .login-btn:before{background-image:linear-gradient(180deg,#fff,#fff 50%,#fff);content:"";height:0;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%) rotate(-45deg);transition:all .8s ease-in-out;width:100%;z-index:0}.tajer-select{position:relative}.tajer-select .required-icon{background-color:var(--light-danger-color);border-radius:50%;color:#fff;left:0;padding:2px;position:absolute;top:16px}.tajer-select .required-icon:after{border-color:var(--light-danger-color) #0000 #0000 #0000;border-style:solid;border-width:4px;bottom:-7px;content:"";left:7px;position:absolute;rotate:-10deg}.tajer-select.label-inside-select .required-icon{opacity:.6;top:-20px}.tajer-select .tajer-select-wrapper{display:flex;flex-direction:column;min-width:200px}.tajer-select .tajer-select-wrapper .tajer-select-label label{height:21px}.tajer-select .tajer-select-wrapper .ant-select{height:36.19px;margin-bottom:10px}.tajer-select .tajer-select-wrapper .ant-select-selector{border-color:var(--secondary-border-color);border-radius:30px}.tajer-select .tajer-select-wrapper .ant-select-arrow{color:var(--secondary-border-color)}.tajer-select .tajer-select-wrapper .message{color:var(--danger-text-color);direction:ltr;height:20px;overflow:hidden;padding:.1rem .5rem 0;white-space:nowrap}.tajer-select .tajer-select-wrapper:not(.label-inside) label{margin-bottom:1rem}.tajer-select .tajer-select-wrapper.label-inside::placeholder{color:#0000}.tajer-select .tajer-select-wrapper.label-inside label{background:#fff;padding:.1rem .5rem;position:absolute;right:20px;top:6px;transition:all .3s ease-in-out;z-index:2}@media(max-width:767.98px){.tajer-select .tajer-select-wrapper.label-inside label{right:5px}}.tajer-select .tajer-select-wrapper.label-inside.has-value label{right:30px;top:-16px}.tajer-select .tajer-select-wrapper.label-inside .ant-select-selection-placeholder{color:#0000}.th-iconic-content{align-items:center;display:flex;gap:.6rem;justify-content:center}.th-iconic-content .icon{font-size:1rem}.th-iconic-content>span:last-of-type{font-weight:100}.card-title{color:var(--primary-title-color);font-size:1.5rem;font-weight:700;text-transform:capitalize}@media(min-width:768px)and (max-width:991.98px){.card-title{font-size:1.2rem}}@media(max-width:767.98px){.card-title{font-size:1rem}}.card-text{color:var(--primary-text-color);font-size:1rem;line-height:2rem}.card-text:first-letter{text-transform:capitalize}@media(max-width:991.98px){.card-text{font-size:.9rem;line-height:1.6rem}}.curved-row{align-items:flex-end;display:flex;flex-wrap:nowrap;justify-content:center;overflow:hidden;padding:1rem 0}.curved-row .curved-shape{background-color:var(--basic-bg-color);border-bottom-left-radius:110px;border-bottom-right-radius:110px;border-top:0;box-shadow:var(--shadow);height:50px;margin-top:-2rem;width:100px}.contact{align-items:center;display:flex;gap:1rem;margin-bottom:2rem}.contact:hover{cursor:pointer}.contact:hover .white-text{color:var(--secondary-text-color)}.contact:hover .icon-wrapper{background-color:var(light-bg-color);border:2px solid var(--primary-border-color);border-radius:.5rem;padding:.4rem}