@charset "UTF-8";
/*!
 * Font Awesome Free 6.4.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 2023 Fonticons, Inc.
 */
.fa{font-family:var(--fa-style-family,"Font Awesome 6 Free");font-weight:var(--fa-style,900)}.fa,.fa-classic,.fa-sharp,.fas,.fa-solid,.far,.fa-regular,.fab,.fa-brands{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:var(--fa-display,inline-block);font-style:normal;font-variant:normal;line-height:1;text-rendering:auto}.fas,.fa-classic,.fa-solid,.far,.fa-regular{font-family:'Font Awesome 6 Free'}.fab,.fa-brands{font-family:'Font Awesome 6 Brands'}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-2xs{font-size:.625em;line-height:.1em;vertical-align:.225em}.fa-xs{font-size:.75em;line-height:.08333em;vertical-align:.125em}.fa-sm{font-size:.875em;line-height:.07143em;vertical-align:.05357em}.fa-lg{font-size:1.25em;line-height:.05em;vertical-align:-.075em}.fa-xl{font-size:1.5em;line-height:.04167em;vertical-align:-.125em}.fa-2xl{font-size:2em;line-height:.03125em;vertical-align:-.1875em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:var(--fa-li-margin,2.5em);padding-left:0}.fa-ul>li{position:relative}.fa-li{left:calc(var(--fa-li-width,2em)*-1);position:absolute;text-align:center;width:var(--fa-li-width,2em);line-height:inherit}.fa-border{border-color:var(--fa-border-color,#eee);border-radius:var(--fa-border-radius,.1em);border-style:var(--fa-border-style,solid);border-width:var(--fa-border-width,.08em);padding:var(--fa-border-padding,.2em .25em .15em)}.fa-pull-left{float:left;margin-right:var(--fa-pull-margin,.3em)}.fa-pull-right{float:right;margin-left:var(--fa-pull-margin,.3em)}.fa-beat{animation-name:fa-beat;animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,ease-in-out)}.fa-bounce{animation-name:fa-bounce;animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,cubic-bezier(.28,.84,.42,1))}.fa-fade{animation-name:fa-fade;animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))}.fa-beat-fade{animation-name:fa-beat-fade;animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))}.fa-flip{animation-name:fa-flip;animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,ease-in-out)}.fa-shake{animation-name:fa-shake;animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,linear)}.fa-spin{animation-name:fa-spin;animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,2s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,linear)}.fa-spin-reverse{--fa-animation-direction:reverse}.fa-pulse,.fa-spin-pulse{animation-name:fa-spin;animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,steps(8))}@media (prefers-reduced-motion:reduce){.fa-beat,.fa-bounce,.fa-fade,.fa-beat-fade,.fa-flip,.fa-pulse,.fa-shake,.fa-spin,.fa-spin-pulse{animation-delay:-1ms;animation-duration:1ms;animation-iteration-count:1;transition-delay:0s;transition-duration:0s}}@keyframes fa-beat{0%,90%{transform:scale(1)}45%{transform:scale(var(--fa-beat-scale,1.25))}}@keyframes fa-bounce{0%{transform:scale(1,1) translateY(0)}10%{transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0)}30%{transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em))}50%{transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0)}57%{transform:scale(1,1) translateY(var(--fa-bounce-rebound,-.125em))}64%{transform:scale(1,1) translateY(0)}100%{transform:scale(1,1) translateY(0)}}@keyframes fa-fade{50%{opacity:var(--fa-fade-opacity,.4)}}@keyframes fa-beat-fade{0%,100%{opacity:var(--fa-beat-fade-opacity,.4);transform:scale(1)}50%{opacity:1;transform:scale(var(--fa-beat-fade-scale,1.125))}}@keyframes fa-flip{50%{transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg))}}@keyframes fa-shake{0%{transform:rotate(-15deg)}4%{transform:rotate(15deg)}8%,24%{transform:rotate(-18deg)}12%,28%{transform:rotate(18deg)}16%{transform:rotate(-22deg)}20%{transform:rotate(22deg)}32%{transform:rotate(-12deg)}36%{transform:rotate(12deg)}40%,100%{transform:rotate(0deg)}}@keyframes fa-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.fa-rotate-90{transform:rotate(90deg)}.fa-rotate-180{transform:rotate(180deg)}.fa-rotate-270{transform:rotate(270deg)}.fa-flip-horizontal{transform:scale(-1,1)}.fa-flip-vertical{transform:scale(1,-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{transform:scale(-1,-1)}.fa-rotate-by{transform:rotate(var(--fa-rotate-angle,none))}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%;z-index:var(--fa-stack-z-index,auto)}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:var(--fa-inverse,#fff)}.fa-0:before{content:"\30"}.fa-1:before{content:"\31"}.fa-2:before{content:"\32"}.fa-3:before{content:"\33"}.fa-4:before{content:"\34"}.fa-5:before{content:"\35"}.fa-6:before{content:"\36"}.fa-7:before{content:"\37"}.fa-8:before{content:"\38"}.fa-9:before{content:"\39"}.fa-fill-drip:before{content:"\f576"}.fa-arrows-to-circle:before{content:"\e4bd"}.fa-circle-chevron-right:before{content:"\f138"}.fa-chevron-circle-right:before{content:"\f138"}.fa-at:before{content:"\40"}.fa-trash-can:before{content:"\f2ed"}.fa-trash-alt:before{content:"\f2ed"}.fa-text-height:before{content:"\f034"}.fa-user-xmark:before{content:"\f235"}.fa-user-times:before{content:"\f235"}.fa-stethoscope:before{content:"\f0f1"}.fa-message:before{content:"\f27a"}.fa-comment-alt:before{content:"\f27a"}.fa-info:before{content:"\f129"}.fa-down-left-and-up-right-to-center:before{content:"\f422"}.fa-compress-alt:before{content:"\f422"}.fa-explosion:before{content:"\e4e9"}.fa-file-lines:before{content:"\f15c"}.fa-file-alt:before{content:"\f15c"}.fa-file-text:before{content:"\f15c"}.fa-wave-square:before{content:"\f83e"}.fa-ring:before{content:"\f70b"}.fa-building-un:before{content:"\e4d9"}.fa-dice-three:before{content:"\f527"}.fa-calendar-days:before{content:"\f073"}.fa-calendar-alt:before{content:"\f073"}.fa-anchor-circle-check:before{content:"\e4aa"}.fa-building-circle-arrow-right:before{content:"\e4d1"}.fa-volleyball:before{content:"\f45f"}.fa-volleyball-ball:before{content:"\f45f"}.fa-arrows-up-to-line:before{content:"\e4c2"}.fa-sort-down:before{content:"\f0dd"}.fa-sort-desc:before{content:"\f0dd"}.fa-circle-minus:before{content:"\f056"}.fa-minus-circle:before{content:"\f056"}.fa-door-open:before{content:"\f52b"}.fa-right-from-bracket:before{content:"\f2f5"}.fa-sign-out-alt:before{content:"\f2f5"}.fa-atom:before{content:"\f5d2"}.fa-soap:before{content:"\e06e"}.fa-icons:before{content:"\f86d"}.fa-heart-music-camera-bolt:before{content:"\f86d"}.fa-microphone-lines-slash:before{content:"\f539"}.fa-microphone-alt-slash:before{content:"\f539"}.fa-bridge-circle-check:before{content:"\e4c9"}.fa-pump-medical:before{content:"\e06a"}.fa-fingerprint:before{content:"\f577"}.fa-hand-point-right:before{content:"\f0a4"}.fa-magnifying-glass-location:before{content:"\f689"}.fa-search-location:before{content:"\f689"}.fa-forward-step:before{content:"\f051"}.fa-step-forward:before{content:"\f051"}.fa-face-smile-beam:before{content:"\f5b8"}.fa-smile-beam:before{content:"\f5b8"}.fa-flag-checkered:before{content:"\f11e"}.fa-football:before{content:"\f44e"}.fa-football-ball:before{content:"\f44e"}.fa-school-circle-exclamation:before{content:"\e56c"}.fa-crop:before{content:"\f125"}.fa-angles-down:before{content:"\f103"}.fa-angle-double-down:before{content:"\f103"}.fa-users-rectangle:before{content:"\e594"}.fa-people-roof:before{content:"\e537"}.fa-people-line:before{content:"\e534"}.fa-beer-mug-empty:before{content:"\f0fc"}.fa-beer:before{content:"\f0fc"}.fa-diagram-predecessor:before{content:"\e477"}.fa-arrow-up-long:before{content:"\f176"}.fa-long-arrow-up:before{content:"\f176"}.fa-fire-flame-simple:before{content:"\f46a"}.fa-burn:before{content:"\f46a"}.fa-person:before{content:"\f183"}.fa-male:before{content:"\f183"}.fa-laptop:before{content:"\f109"}.fa-file-csv:before{content:"\f6dd"}.fa-menorah:before{content:"\f676"}.fa-truck-plane:before{content:"\e58f"}.fa-record-vinyl:before{content:"\f8d9"}.fa-face-grin-stars:before{content:"\f587"}.fa-grin-stars:before{content:"\f587"}.fa-bong:before{content:"\f55c"}.fa-spaghetti-monster-flying:before{content:"\f67b"}.fa-pastafarianism:before{content:"\f67b"}.fa-arrow-down-up-across-line:before{content:"\e4af"}.fa-spoon:before{content:"\f2e5"}.fa-utensil-spoon:before{content:"\f2e5"}.fa-jar-wheat:before{content:"\e517"}.fa-envelopes-bulk:before{content:"\f674"}.fa-mail-bulk:before{content:"\f674"}.fa-file-circle-exclamation:before{content:"\e4eb"}.fa-circle-h:before{content:"\f47e"}.fa-hospital-symbol:before{content:"\f47e"}.fa-pager:before{content:"\f815"}.fa-address-book:before{content:"\f2b9"}.fa-contact-book:before{content:"\f2b9"}.fa-strikethrough:before{content:"\f0cc"}.fa-k:before{content:"\4b"}.fa-landmark-flag:before{content:"\e51c"}.fa-pencil:before{content:"\f303"}.fa-pencil-alt:before{content:"\f303"}.fa-backward:before{content:"\f04a"}.fa-caret-right:before{content:"\f0da"}.fa-comments:before{content:"\f086"}.fa-paste:before{content:"\f0ea"}.fa-file-clipboard:before{content:"\f0ea"}.fa-code-pull-request:before{content:"\e13c"}.fa-clipboard-list:before{content:"\f46d"}.fa-truck-ramp-box:before{content:"\f4de"}.fa-truck-loading:before{content:"\f4de"}.fa-user-check:before{content:"\f4fc"}.fa-vial-virus:before{content:"\e597"}.fa-sheet-plastic:before{content:"\e571"}.fa-blog:before{content:"\f781"}.fa-user-ninja:before{content:"\f504"}.fa-person-arrow-up-from-line:before{content:"\e539"}.fa-scroll-torah:before{content:"\f6a0"}.fa-torah:before{content:"\f6a0"}.fa-broom-ball:before{content:"\f458"}.fa-quidditch:before{content:"\f458"}.fa-quidditch-broom-ball:before{content:"\f458"}.fa-toggle-off:before{content:"\f204"}.fa-box-archive:before{content:"\f187"}.fa-archive:before{content:"\f187"}.fa-person-drowning:before{content:"\e545"}.fa-arrow-down-9-1:before{content:"\f886"}.fa-sort-numeric-desc:before{content:"\f886"}.fa-sort-numeric-down-alt:before{content:"\f886"}.fa-face-grin-tongue-squint:before{content:"\f58a"}.fa-grin-tongue-squint:before{content:"\f58a"}.fa-spray-can:before{content:"\f5bd"}.fa-truck-monster:before{content:"\f63b"}.fa-w:before{content:"\57"}.fa-earth-africa:before{content:"\f57c"}.fa-globe-africa:before{content:"\f57c"}.fa-rainbow:before{content:"\f75b"}.fa-circle-notch:before{content:"\f1ce"}.fa-tablet-screen-button:before{content:"\f3fa"}.fa-tablet-alt:before{content:"\f3fa"}.fa-paw:before{content:"\f1b0"}.fa-cloud:before{content:"\f0c2"}.fa-trowel-bricks:before{content:"\e58a"}.fa-face-flushed:before{content:"\f579"}.fa-flushed:before{content:"\f579"}.fa-hospital-user:before{content:"\f80d"}.fa-tent-arrow-left-right:before{content:"\e57f"}.fa-gavel:before{content:"\f0e3"}.fa-legal:before{content:"\f0e3"}.fa-binoculars:before{content:"\f1e5"}.fa-microphone-slash:before{content:"\f131"}.fa-box-tissue:before{content:"\e05b"}.fa-motorcycle:before{content:"\f21c"}.fa-bell-concierge:before{content:"\f562"}.fa-concierge-bell:before{content:"\f562"}.fa-pen-ruler:before{content:"\f5ae"}.fa-pencil-ruler:before{content:"\f5ae"}.fa-people-arrows:before{content:"\e068"}.fa-people-arrows-left-right:before{content:"\e068"}.fa-mars-and-venus-burst:before{content:"\e523"}.fa-square-caret-right:before{content:"\f152"}.fa-caret-square-right:before{content:"\f152"}.fa-scissors:before{content:"\f0c4"}.fa-cut:before{content:"\f0c4"}.fa-sun-plant-wilt:before{content:"\e57a"}.fa-toilets-portable:before{content:"\e584"}.fa-hockey-puck:before{content:"\f453"}.fa-table:before{content:"\f0ce"}.fa-magnifying-glass-arrow-right:before{content:"\e521"}.fa-tachograph-digital:before{content:"\f566"}.fa-digital-tachograph:before{content:"\f566"}.fa-users-slash:before{content:"\e073"}.fa-clover:before{content:"\e139"}.fa-reply:before{content:"\f3e5"}.fa-mail-reply:before{content:"\f3e5"}.fa-star-and-crescent:before{content:"\f699"}.fa-house-fire:before{content:"\e50c"}.fa-square-minus:before{content:"\f146"}.fa-minus-square:before{content:"\f146"}.fa-helicopter:before{content:"\f533"}.fa-compass:before{content:"\f14e"}.fa-square-caret-down:before{content:"\f150"}.fa-caret-square-down:before{content:"\f150"}.fa-file-circle-question:before{content:"\e4ef"}.fa-laptop-code:before{content:"\f5fc"}.fa-swatchbook:before{content:"\f5c3"}.fa-prescription-bottle:before{content:"\f485"}.fa-bars:before{content:"\f0c9"}.fa-navicon:before{content:"\f0c9"}.fa-people-group:before{content:"\e533"}.fa-hourglass-end:before{content:"\f253"}.fa-hourglass-3:before{content:"\f253"}.fa-heart-crack:before{content:"\f7a9"}.fa-heart-broken:before{content:"\f7a9"}.fa-square-up-right:before{content:"\f360"}.fa-external-link-square-alt:before{content:"\f360"}.fa-face-kiss-beam:before{content:"\f597"}.fa-kiss-beam:before{content:"\f597"}.fa-film:before{content:"\f008"}.fa-ruler-horizontal:before{content:"\f547"}.fa-people-robbery:before{content:"\e536"}.fa-lightbulb:before{content:"\f0eb"}.fa-caret-left:before{content:"\f0d9"}.fa-circle-exclamation:before{content:"\f06a"}.fa-exclamation-circle:before{content:"\f06a"}.fa-school-circle-xmark:before{content:"\e56d"}.fa-arrow-right-from-bracket:before{content:"\f08b"}.fa-sign-out:before{content:"\f08b"}.fa-circle-chevron-down:before{content:"\f13a"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-unlock-keyhole:before{content:"\f13e"}.fa-unlock-alt:before{content:"\f13e"}.fa-cloud-showers-heavy:before{content:"\f740"}.fa-headphones-simple:before{content:"\f58f"}.fa-headphones-alt:before{content:"\f58f"}.fa-sitemap:before{content:"\f0e8"}.fa-circle-dollar-to-slot:before{content:"\f4b9"}.fa-donate:before{content:"\f4b9"}.fa-memory:before{content:"\f538"}.fa-road-spikes:before{content:"\e568"}.fa-fire-burner:before{content:"\e4f1"}.fa-flag:before{content:"\f024"}.fa-hanukiah:before{content:"\f6e6"}.fa-feather:before{content:"\f52d"}.fa-volume-low:before{content:"\f027"}.fa-volume-down:before{content:"\f027"}.fa-comment-slash:before{content:"\f4b3"}.fa-cloud-sun-rain:before{content:"\f743"}.fa-compress:before{content:"\f066"}.fa-wheat-awn:before{content:"\e2cd"}.fa-wheat-alt:before{content:"\e2cd"}.fa-ankh:before{content:"\f644"}.fa-hands-holding-child:before{content:"\e4fa"}.fa-asterisk:before{content:"\2a"}.fa-square-check:before{content:"\f14a"}.fa-check-square:before{content:"\f14a"}.fa-peseta-sign:before{content:"\e221"}.fa-heading:before{content:"\f1dc"}.fa-header:before{content:"\f1dc"}.fa-ghost:before{content:"\f6e2"}.fa-list:before{content:"\f03a"}.fa-list-squares:before{content:"\f03a"}.fa-square-phone-flip:before{content:"\f87b"}.fa-phone-square-alt:before{content:"\f87b"}.fa-cart-plus:before{content:"\f217"}.fa-gamepad:before{content:"\f11b"}.fa-circle-dot:before{content:"\f192"}.fa-dot-circle:before{content:"\f192"}.fa-face-dizzy:before{content:"\f567"}.fa-dizzy:before{content:"\f567"}.fa-egg:before{content:"\f7fb"}.fa-house-medical-circle-xmark:before{content:"\e513"}.fa-campground:before{content:"\f6bb"}.fa-folder-plus:before{content:"\f65e"}.fa-futbol:before{content:"\f1e3"}.fa-futbol-ball:before{content:"\f1e3"}.fa-soccer-ball:before{content:"\f1e3"}.fa-paintbrush:before{content:"\f1fc"}.fa-paint-brush:before{content:"\f1fc"}.fa-lock:before{content:"\f023"}.fa-gas-pump:before{content:"\f52f"}.fa-hot-tub-person:before{content:"\f593"}.fa-hot-tub:before{content:"\f593"}.fa-map-location:before{content:"\f59f"}.fa-map-marked:before{content:"\f59f"}.fa-house-flood-water:before{content:"\e50e"}.fa-tree:before{content:"\f1bb"}.fa-bridge-lock:before{content:"\e4cc"}.fa-sack-dollar:before{content:"\f81d"}.fa-pen-to-square:before{content:"\f044"}.fa-edit:before{content:"\f044"}.fa-car-side:before{content:"\f5e4"}.fa-share-nodes:before{content:"\f1e0"}.fa-share-alt:before{content:"\f1e0"}.fa-heart-circle-minus:before{content:"\e4ff"}.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-2:before{content:"\f252"}.fa-microscope:before{content:"\f610"}.fa-sink:before{content:"\e06d"}.fa-bag-shopping:before{content:"\f290"}.fa-shopping-bag:before{content:"\f290"}.fa-arrow-down-z-a:before{content:"\f881"}.fa-sort-alpha-desc:before{content:"\f881"}.fa-sort-alpha-down-alt:before{content:"\f881"}.fa-mitten:before{content:"\f7b5"}.fa-person-rays:before{content:"\e54d"}.fa-users:before{content:"\f0c0"}.fa-eye-slash:before{content:"\f070"}.fa-flask-vial:before{content:"\e4f3"}.fa-hand:before{content:"\f256"}.fa-hand-paper:before{content:"\f256"}.fa-om:before{content:"\f679"}.fa-worm:before{content:"\e599"}.fa-house-circle-xmark:before{content:"\e50b"}.fa-plug:before{content:"\f1e6"}.fa-chevron-up:before{content:"\f077"}.fa-hand-spock:before{content:"\f259"}.fa-stopwatch:before{content:"\f2f2"}.fa-face-kiss:before{content:"\f596"}.fa-kiss:before{content:"\f596"}.fa-bridge-circle-xmark:before{content:"\e4cb"}.fa-face-grin-tongue:before{content:"\f589"}.fa-grin-tongue:before{content:"\f589"}.fa-chess-bishop:before{content:"\f43a"}.fa-face-grin-wink:before{content:"\f58c"}.fa-grin-wink:before{content:"\f58c"}.fa-ear-deaf:before{content:"\f2a4"}.fa-deaf:before{content:"\f2a4"}.fa-deafness:before{content:"\f2a4"}.fa-hard-of-hearing:before{content:"\f2a4"}.fa-road-circle-check:before{content:"\e564"}.fa-dice-five:before{content:"\f523"}.fa-square-rss:before{content:"\f143"}.fa-rss-square:before{content:"\f143"}.fa-land-mine-on:before{content:"\e51b"}.fa-i-cursor:before{content:"\f246"}.fa-stamp:before{content:"\f5bf"}.fa-stairs:before{content:"\e289"}.fa-i:before{content:"\49"}.fa-hryvnia-sign:before{content:"\f6f2"}.fa-hryvnia:before{content:"\f6f2"}.fa-pills:before{content:"\f484"}.fa-face-grin-wide:before{content:"\f581"}.fa-grin-alt:before{content:"\f581"}.fa-tooth:before{content:"\f5c9"}.fa-v:before{content:"\56"}.fa-bangladeshi-taka-sign:before{content:"\e2e6"}.fa-bicycle:before{content:"\f206"}.fa-staff-snake:before{content:"\e579"}.fa-rod-asclepius:before{content:"\e579"}.fa-rod-snake:before{content:"\e579"}.fa-staff-aesculapius:before{content:"\e579"}.fa-head-side-cough-slash:before{content:"\e062"}.fa-truck-medical:before{content:"\f0f9"}.fa-ambulance:before{content:"\f0f9"}.fa-wheat-awn-circle-exclamation:before{content:"\e598"}.fa-snowman:before{content:"\f7d0"}.fa-mortar-pestle:before{content:"\f5a7"}.fa-road-barrier:before{content:"\e562"}.fa-school:before{content:"\f549"}.fa-igloo:before{content:"\f7ae"}.fa-joint:before{content:"\f595"}.fa-angle-right:before{content:"\f105"}.fa-horse:before{content:"\f6f0"}.fa-q:before{content:"\51"}.fa-g:before{content:"\47"}.fa-notes-medical:before{content:"\f481"}.fa-temperature-half:before{content:"\f2c9"}.fa-temperature-2:before{content:"\f2c9"}.fa-thermometer-2:before{content:"\f2c9"}.fa-thermometer-half:before{content:"\f2c9"}.fa-dong-sign:before{content:"\e169"}.fa-capsules:before{content:"\f46b"}.fa-poo-storm:before{content:"\f75a"}.fa-poo-bolt:before{content:"\f75a"}.fa-face-frown-open:before{content:"\f57a"}.fa-frown-open:before{content:"\f57a"}.fa-hand-point-up:before{content:"\f0a6"}.fa-money-bill:before{content:"\f0d6"}.fa-bookmark:before{content:"\f02e"}.fa-align-justify:before{content:"\f039"}.fa-umbrella-beach:before{content:"\f5ca"}.fa-helmet-un:before{content:"\e503"}.fa-bullseye:before{content:"\f140"}.fa-bacon:before{content:"\f7e5"}.fa-hand-point-down:before{content:"\f0a7"}.fa-arrow-up-from-bracket:before{content:"\e09a"}.fa-folder:before{content:"\f07b"}.fa-folder-blank:before{content:"\f07b"}.fa-file-waveform:before{content:"\f478"}.fa-file-medical-alt:before{content:"\f478"}.fa-radiation:before{content:"\f7b9"}.fa-chart-simple:before{content:"\e473"}.fa-mars-stroke:before{content:"\f229"}.fa-vial:before{content:"\f492"}.fa-gauge:before{content:"\f624"}.fa-dashboard:before{content:"\f624"}.fa-gauge-med:before{content:"\f624"}.fa-tachometer-alt-average:before{content:"\f624"}.fa-wand-magic-sparkles:before{content:"\e2ca"}.fa-magic-wand-sparkles:before{content:"\e2ca"}.fa-e:before{content:"\45"}.fa-pen-clip:before{content:"\f305"}.fa-pen-alt:before{content:"\f305"}.fa-bridge-circle-exclamation:before{content:"\e4ca"}.fa-user:before{content:"\f007"}.fa-school-circle-check:before{content:"\e56b"}.fa-dumpster:before{content:"\f793"}.fa-van-shuttle:before{content:"\f5b6"}.fa-shuttle-van:before{content:"\f5b6"}.fa-building-user:before{content:"\e4da"}.fa-square-caret-left:before{content:"\f191"}.fa-caret-square-left:before{content:"\f191"}.fa-highlighter:before{content:"\f591"}.fa-key:before{content:"\f084"}.fa-bullhorn:before{content:"\f0a1"}.fa-globe:before{content:"\f0ac"}.fa-synagogue:before{content:"\f69b"}.fa-person-half-dress:before{content:"\e548"}.fa-road-bridge:before{content:"\e563"}.fa-location-arrow:before{content:"\f124"}.fa-c:before{content:"\43"}.fa-tablet-button:before{content:"\f10a"}.fa-building-lock:before{content:"\e4d6"}.fa-pizza-slice:before{content:"\f818"}.fa-money-bill-wave:before{content:"\f53a"}.fa-chart-area:before{content:"\f1fe"}.fa-area-chart:before{content:"\f1fe"}.fa-house-flag:before{content:"\e50d"}.fa-person-circle-minus:before{content:"\e540"}.fa-ban:before{content:"\f05e"}.fa-cancel:before{content:"\f05e"}.fa-camera-rotate:before{content:"\e0d8"}.fa-spray-can-sparkles:before{content:"\f5d0"}.fa-air-freshener:before{content:"\f5d0"}.fa-star:before{content:"\f005"}.fa-repeat:before{content:"\f363"}.fa-cross:before{content:"\f654"}.fa-box:before{content:"\f466"}.fa-venus-mars:before{content:"\f228"}.fa-arrow-pointer:before{content:"\f245"}.fa-mouse-pointer:before{content:"\f245"}.fa-maximize:before{content:"\f31e"}.fa-expand-arrows-alt:before{content:"\f31e"}.fa-charging-station:before{content:"\f5e7"}.fa-shapes:before{content:"\f61f"}.fa-triangle-circle-square:before{content:"\f61f"}.fa-shuffle:before{content:"\f074"}.fa-random:before{content:"\f074"}.fa-person-running:before{content:"\f70c"}.fa-running:before{content:"\f70c"}.fa-mobile-retro:before{content:"\e527"}.fa-grip-lines-vertical:before{content:"\f7a5"}.fa-spider:before{content:"\f717"}.fa-hands-bound:before{content:"\e4f9"}.fa-file-invoice-dollar:before{content:"\f571"}.fa-plane-circle-exclamation:before{content:"\e556"}.fa-x-ray:before{content:"\f497"}.fa-spell-check:before{content:"\f891"}.fa-slash:before{content:"\f715"}.fa-computer-mouse:before{content:"\f8cc"}.fa-mouse:before{content:"\f8cc"}.fa-arrow-right-to-bracket:before{content:"\f090"}.fa-sign-in:before{content:"\f090"}.fa-shop-slash:before{content:"\e070"}.fa-store-alt-slash:before{content:"\e070"}.fa-server:before{content:"\f233"}.fa-virus-covid-slash:before{content:"\e4a9"}.fa-shop-lock:before{content:"\e4a5"}.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-1:before{content:"\f251"}.fa-blender-phone:before{content:"\f6b6"}.fa-building-wheat:before{content:"\e4db"}.fa-person-breastfeeding:before{content:"\e53a"}.fa-right-to-bracket:before{content:"\f2f6"}.fa-sign-in-alt:before{content:"\f2f6"}.fa-venus:before{content:"\f221"}.fa-passport:before{content:"\f5ab"}.fa-heart-pulse:before{content:"\f21e"}.fa-heartbeat:before{content:"\f21e"}.fa-people-carry-box:before{content:"\f4ce"}.fa-people-carry:before{content:"\f4ce"}.fa-temperature-high:before{content:"\f769"}.fa-microchip:before{content:"\f2db"}.fa-crown:before{content:"\f521"}.fa-weight-hanging:before{content:"\f5cd"}.fa-xmarks-lines:before{content:"\e59a"}.fa-file-prescription:before{content:"\f572"}.fa-weight-scale:before{content:"\f496"}.fa-weight:before{content:"\f496"}.fa-user-group:before{content:"\f500"}.fa-user-friends:before{content:"\f500"}.fa-arrow-up-a-z:before{content:"\f15e"}.fa-sort-alpha-up:before{content:"\f15e"}.fa-chess-knight:before{content:"\f441"}.fa-face-laugh-squint:before{content:"\f59b"}.fa-laugh-squint:before{content:"\f59b"}.fa-wheelchair:before{content:"\f193"}.fa-circle-arrow-up:before{content:"\f0aa"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-toggle-on:before{content:"\f205"}.fa-person-walking:before{content:"\f554"}.fa-walking:before{content:"\f554"}.fa-l:before{content:"\4c"}.fa-fire:before{content:"\f06d"}.fa-bed-pulse:before{content:"\f487"}.fa-procedures:before{content:"\f487"}.fa-shuttle-space:before{content:"\f197"}.fa-space-shuttle:before{content:"\f197"}.fa-face-laugh:before{content:"\f599"}.fa-laugh:before{content:"\f599"}.fa-folder-open:before{content:"\f07c"}.fa-heart-circle-plus:before{content:"\e500"}.fa-code-fork:before{content:"\e13b"}.fa-city:before{content:"\f64f"}.fa-microphone-lines:before{content:"\f3c9"}.fa-microphone-alt:before{content:"\f3c9"}.fa-pepper-hot:before{content:"\f816"}.fa-unlock:before{content:"\f09c"}.fa-colon-sign:before{content:"\e140"}.fa-headset:before{content:"\f590"}.fa-store-slash:before{content:"\e071"}.fa-road-circle-xmark:before{content:"\e566"}.fa-user-minus:before{content:"\f503"}.fa-mars-stroke-up:before{content:"\f22a"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-champagne-glasses:before{content:"\f79f"}.fa-glass-cheers:before{content:"\f79f"}.fa-clipboard:before{content:"\f328"}.fa-house-circle-exclamation:before{content:"\e50a"}.fa-file-arrow-up:before{content:"\f574"}.fa-file-upload:before{content:"\f574"}.fa-wifi:before{content:"\f1eb"}.fa-wifi-3:before{content:"\f1eb"}.fa-wifi-strong:before{content:"\f1eb"}.fa-bath:before{content:"\f2cd"}.fa-bathtub:before{content:"\f2cd"}.fa-underline:before{content:"\f0cd"}.fa-user-pen:before{content:"\f4ff"}.fa-user-edit:before{content:"\f4ff"}.fa-signature:before{content:"\f5b7"}.fa-stroopwafel:before{content:"\f551"}.fa-bold:before{content:"\f032"}.fa-anchor-lock:before{content:"\e4ad"}.fa-building-ngo:before{content:"\e4d7"}.fa-manat-sign:before{content:"\e1d5"}.fa-not-equal:before{content:"\f53e"}.fa-border-top-left:before{content:"\f853"}.fa-border-style:before{content:"\f853"}.fa-map-location-dot:before{content:"\f5a0"}.fa-map-marked-alt:before{content:"\f5a0"}.fa-jedi:before{content:"\f669"}.fa-square-poll-vertical:before{content:"\f681"}.fa-poll:before{content:"\f681"}.fa-mug-hot:before{content:"\f7b6"}.fa-car-battery:before{content:"\f5df"}.fa-battery-car:before{content:"\f5df"}.fa-gift:before{content:"\f06b"}.fa-dice-two:before{content:"\f528"}.fa-chess-queen:before{content:"\f445"}.fa-glasses:before{content:"\f530"}.fa-chess-board:before{content:"\f43c"}.fa-building-circle-check:before{content:"\e4d2"}.fa-person-chalkboard:before{content:"\e53d"}.fa-mars-stroke-right:before{content:"\f22b"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-hand-back-fist:before{content:"\f255"}.fa-hand-rock:before{content:"\f255"}.fa-square-caret-up:before{content:"\f151"}.fa-caret-square-up:before{content:"\f151"}.fa-cloud-showers-water:before{content:"\e4e4"}.fa-chart-bar:before{content:"\f080"}.fa-bar-chart:before{content:"\f080"}.fa-hands-bubbles:before{content:"\e05e"}.fa-hands-wash:before{content:"\e05e"}.fa-less-than-equal:before{content:"\f537"}.fa-train:before{content:"\f238"}.fa-eye-low-vision:before{content:"\f2a8"}.fa-low-vision:before{content:"\f2a8"}.fa-crow:before{content:"\f520"}.fa-sailboat:before{content:"\e445"}.fa-window-restore:before{content:"\f2d2"}.fa-square-plus:before{content:"\f0fe"}.fa-plus-square:before{content:"\f0fe"}.fa-torii-gate:before{content:"\f6a1"}.fa-frog:before{content:"\f52e"}.fa-bucket:before{content:"\e4cf"}.fa-image:before{content:"\f03e"}.fa-microphone:before{content:"\f130"}.fa-cow:before{content:"\f6c8"}.fa-caret-up:before{content:"\f0d8"}.fa-screwdriver:before{content:"\f54a"}.fa-folder-closed:before{content:"\e185"}.fa-house-tsunami:before{content:"\e515"}.fa-square-nfi:before{content:"\e576"}.fa-arrow-up-from-ground-water:before{content:"\e4b5"}.fa-martini-glass:before{content:"\f57b"}.fa-glass-martini-alt:before{content:"\f57b"}.fa-rotate-left:before{content:"\f2ea"}.fa-rotate-back:before{content:"\f2ea"}.fa-rotate-backward:before{content:"\f2ea"}.fa-undo-alt:before{content:"\f2ea"}.fa-table-columns:before{content:"\f0db"}.fa-columns:before{content:"\f0db"}.fa-lemon:before{content:"\f094"}.fa-head-side-mask:before{content:"\e063"}.fa-handshake:before{content:"\f2b5"}.fa-gem:before{content:"\f3a5"}.fa-dolly:before{content:"\f472"}.fa-dolly-box:before{content:"\f472"}.fa-smoking:before{content:"\f48d"}.fa-minimize:before{content:"\f78c"}.fa-compress-arrows-alt:before{content:"\f78c"}.fa-monument:before{content:"\f5a6"}.fa-snowplow:before{content:"\f7d2"}.fa-angles-right:before{content:"\f101"}.fa-angle-double-right:before{content:"\f101"}.fa-cannabis:before{content:"\f55f"}.fa-circle-play:before{content:"\f144"}.fa-play-circle:before{content:"\f144"}.fa-tablets:before{content:"\f490"}.fa-ethernet:before{content:"\f796"}.fa-euro-sign:before{content:"\f153"}.fa-eur:before{content:"\f153"}.fa-euro:before{content:"\f153"}.fa-chair:before{content:"\f6c0"}.fa-circle-check:before{content:"\f058"}.fa-check-circle:before{content:"\f058"}.fa-circle-stop:before{content:"\f28d"}.fa-stop-circle:before{content:"\f28d"}.fa-compass-drafting:before{content:"\f568"}.fa-drafting-compass:before{content:"\f568"}.fa-plate-wheat:before{content:"\e55a"}.fa-icicles:before{content:"\f7ad"}.fa-person-shelter:before{content:"\e54f"}.fa-neuter:before{content:"\f22c"}.fa-id-badge:before{content:"\f2c1"}.fa-marker:before{content:"\f5a1"}.fa-face-laugh-beam:before{content:"\f59a"}.fa-laugh-beam:before{content:"\f59a"}.fa-helicopter-symbol:before{content:"\e502"}.fa-universal-access:before{content:"\f29a"}.fa-circle-chevron-up:before{content:"\f139"}.fa-chevron-circle-up:before{content:"\f139"}.fa-lari-sign:before{content:"\e1c8"}.fa-volcano:before{content:"\f770"}.fa-person-walking-dashed-line-arrow-right:before{content:"\e553"}.fa-sterling-sign:before{content:"\f154"}.fa-gbp:before{content:"\f154"}.fa-pound-sign:before{content:"\f154"}.fa-viruses:before{content:"\e076"}.fa-square-person-confined:before{content:"\e577"}.fa-user-tie:before{content:"\f508"}.fa-arrow-down-long:before{content:"\f175"}.fa-long-arrow-down:before{content:"\f175"}.fa-tent-arrow-down-to-line:before{content:"\e57e"}.fa-certificate:before{content:"\f0a3"}.fa-reply-all:before{content:"\f122"}.fa-mail-reply-all:before{content:"\f122"}.fa-suitcase:before{content:"\f0f2"}.fa-person-skating:before{content:"\f7c5"}.fa-skating:before{content:"\f7c5"}.fa-filter-circle-dollar:before{content:"\f662"}.fa-funnel-dollar:before{content:"\f662"}.fa-camera-retro:before{content:"\f083"}.fa-circle-arrow-down:before{content:"\f0ab"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-file-import:before{content:"\f56f"}.fa-arrow-right-to-file:before{content:"\f56f"}.fa-square-arrow-up-right:before{content:"\f14c"}.fa-external-link-square:before{content:"\f14c"}.fa-box-open:before{content:"\f49e"}.fa-scroll:before{content:"\f70e"}.fa-spa:before{content:"\f5bb"}.fa-location-pin-lock:before{content:"\e51f"}.fa-pause:before{content:"\f04c"}.fa-hill-avalanche:before{content:"\e507"}.fa-temperature-empty:before{content:"\f2cb"}.fa-temperature-0:before{content:"\f2cb"}.fa-thermometer-0:before{content:"\f2cb"}.fa-thermometer-empty:before{content:"\f2cb"}.fa-bomb:before{content:"\f1e2"}.fa-registered:before{content:"\f25d"}.fa-address-card:before{content:"\f2bb"}.fa-contact-card:before{content:"\f2bb"}.fa-vcard:before{content:"\f2bb"}.fa-scale-unbalanced-flip:before{content:"\f516"}.fa-balance-scale-right:before{content:"\f516"}.fa-subscript:before{content:"\f12c"}.fa-diamond-turn-right:before{content:"\f5eb"}.fa-directions:before{content:"\f5eb"}.fa-burst:before{content:"\e4dc"}.fa-house-laptop:before{content:"\e066"}.fa-laptop-house:before{content:"\e066"}.fa-face-tired:before{content:"\f5c8"}.fa-tired:before{content:"\f5c8"}.fa-money-bills:before{content:"\e1f3"}.fa-smog:before{content:"\f75f"}.fa-crutch:before{content:"\f7f7"}.fa-cloud-arrow-up:before{content:"\f0ee"}.fa-cloud-upload:before{content:"\f0ee"}.fa-cloud-upload-alt:before{content:"\f0ee"}.fa-palette:before{content:"\f53f"}.fa-arrows-turn-right:before{content:"\e4c0"}.fa-vest:before{content:"\e085"}.fa-ferry:before{content:"\e4ea"}.fa-arrows-down-to-people:before{content:"\e4b9"}.fa-seedling:before{content:"\f4d8"}.fa-sprout:before{content:"\f4d8"}.fa-left-right:before{content:"\f337"}.fa-arrows-alt-h:before{content:"\f337"}.fa-boxes-packing:before{content:"\e4c7"}.fa-circle-arrow-left:before{content:"\f0a8"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-group-arrows-rotate:before{content:"\e4f6"}.fa-bowl-food:before{content:"\e4c6"}.fa-candy-cane:before{content:"\f786"}.fa-arrow-down-wide-short:before{content:"\f160"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-down:before{content:"\f160"}.fa-cloud-bolt:before{content:"\f76c"}.fa-thunderstorm:before{content:"\f76c"}.fa-text-slash:before{content:"\f87d"}.fa-remove-format:before{content:"\f87d"}.fa-face-smile-wink:before{content:"\f4da"}.fa-smile-wink:before{content:"\f4da"}.fa-file-word:before{content:"\f1c2"}.fa-file-powerpoint:before{content:"\f1c4"}.fa-arrows-left-right:before{content:"\f07e"}.fa-arrows-h:before{content:"\f07e"}.fa-house-lock:before{content:"\e510"}.fa-cloud-arrow-down:before{content:"\f0ed"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-download-alt:before{content:"\f0ed"}.fa-children:before{content:"\e4e1"}.fa-chalkboard:before{content:"\f51b"}.fa-blackboard:before{content:"\f51b"}.fa-user-large-slash:before{content:"\f4fa"}.fa-user-alt-slash:before{content:"\f4fa"}.fa-envelope-open:before{content:"\f2b6"}.fa-handshake-simple-slash:before{content:"\e05f"}.fa-handshake-alt-slash:before{content:"\e05f"}.fa-mattress-pillow:before{content:"\e525"}.fa-guarani-sign:before{content:"\e19a"}.fa-arrows-rotate:before{content:"\f021"}.fa-refresh:before{content:"\f021"}.fa-sync:before{content:"\f021"}.fa-fire-extinguisher:before{content:"\f134"}.fa-cruzeiro-sign:before{content:"\e152"}.fa-greater-than-equal:before{content:"\f532"}.fa-shield-halved:before{content:"\f3ed"}.fa-shield-alt:before{content:"\f3ed"}.fa-book-atlas:before{content:"\f558"}.fa-atlas:before{content:"\f558"}.fa-virus:before{content:"\e074"}.fa-envelope-circle-check:before{content:"\e4e8"}.fa-layer-group:before{content:"\f5fd"}.fa-arrows-to-dot:before{content:"\e4be"}.fa-archway:before{content:"\f557"}.fa-heart-circle-check:before{content:"\e4fd"}.fa-house-chimney-crack:before{content:"\f6f1"}.fa-house-damage:before{content:"\f6f1"}.fa-file-zipper:before{content:"\f1c6"}.fa-file-archive:before{content:"\f1c6"}.fa-square:before{content:"\f0c8"}.fa-martini-glass-empty:before{content:"\f000"}.fa-glass-martini:before{content:"\f000"}.fa-couch:before{content:"\f4b8"}.fa-cedi-sign:before{content:"\e0df"}.fa-italic:before{content:"\f033"}.fa-church:before{content:"\f51d"}.fa-comments-dollar:before{content:"\f653"}.fa-democrat:before{content:"\f747"}.fa-z:before{content:"\5a"}.fa-person-skiing:before{content:"\f7c9"}.fa-skiing:before{content:"\f7c9"}.fa-road-lock:before{content:"\e567"}.fa-a:before{content:"\41"}.fa-temperature-arrow-down:before{content:"\e03f"}.fa-temperature-down:before{content:"\e03f"}.fa-feather-pointed:before{content:"\f56b"}.fa-feather-alt:before{content:"\f56b"}.fa-p:before{content:"\50"}.fa-snowflake:before{content:"\f2dc"}.fa-newspaper:before{content:"\f1ea"}.fa-rectangle-ad:before{content:"\f641"}.fa-ad:before{content:"\f641"}.fa-circle-arrow-right:before{content:"\f0a9"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-filter-circle-xmark:before{content:"\e17b"}.fa-locust:before{content:"\e520"}.fa-sort:before{content:"\f0dc"}.fa-unsorted:before{content:"\f0dc"}.fa-list-ol:before{content:"\f0cb"}.fa-list-1-2:before{content:"\f0cb"}.fa-list-numeric:before{content:"\f0cb"}.fa-person-dress-burst:before{content:"\e544"}.fa-money-check-dollar:before{content:"\f53d"}.fa-money-check-alt:before{content:"\f53d"}.fa-vector-square:before{content:"\f5cb"}.fa-bread-slice:before{content:"\f7ec"}.fa-language:before{content:"\f1ab"}.fa-face-kiss-wink-heart:before{content:"\f598"}.fa-kiss-wink-heart:before{content:"\f598"}.fa-filter:before{content:"\f0b0"}.fa-question:before{content:"\3f"}.fa-file-signature:before{content:"\f573"}.fa-up-down-left-right:before{content:"\f0b2"}.fa-arrows-alt:before{content:"\f0b2"}.fa-house-chimney-user:before{content:"\e065"}.fa-hand-holding-heart:before{content:"\f4be"}.fa-puzzle-piece:before{content:"\f12e"}.fa-money-check:before{content:"\f53c"}.fa-star-half-stroke:before{content:"\f5c0"}.fa-star-half-alt:before{content:"\f5c0"}.fa-code:before{content:"\f121"}.fa-whiskey-glass:before{content:"\f7a0"}.fa-glass-whiskey:before{content:"\f7a0"}.fa-building-circle-exclamation:before{content:"\e4d3"}.fa-magnifying-glass-chart:before{content:"\e522"}.fa-arrow-up-right-from-square:before{content:"\f08e"}.fa-external-link:before{content:"\f08e"}.fa-cubes-stacked:before{content:"\e4e6"}.fa-won-sign:before{content:"\f159"}.fa-krw:before{content:"\f159"}.fa-won:before{content:"\f159"}.fa-virus-covid:before{content:"\e4a8"}.fa-austral-sign:before{content:"\e0a9"}.fa-f:before{content:"\46"}.fa-leaf:before{content:"\f06c"}.fa-road:before{content:"\f018"}.fa-taxi:before{content:"\f1ba"}.fa-cab:before{content:"\f1ba"}.fa-person-circle-plus:before{content:"\e541"}.fa-chart-pie:before{content:"\f200"}.fa-pie-chart:before{content:"\f200"}.fa-bolt-lightning:before{content:"\e0b7"}.fa-sack-xmark:before{content:"\e56a"}.fa-file-excel:before{content:"\f1c3"}.fa-file-contract:before{content:"\f56c"}.fa-fish-fins:before{content:"\e4f2"}.fa-building-flag:before{content:"\e4d5"}.fa-face-grin-beam:before{content:"\f582"}.fa-grin-beam:before{content:"\f582"}.fa-object-ungroup:before{content:"\f248"}.fa-poop:before{content:"\f619"}.fa-location-pin:before{content:"\f041"}.fa-map-marker:before{content:"\f041"}.fa-kaaba:before{content:"\f66b"}.fa-toilet-paper:before{content:"\f71e"}.fa-helmet-safety:before{content:"\f807"}.fa-hard-hat:before{content:"\f807"}.fa-hat-hard:before{content:"\f807"}.fa-eject:before{content:"\f052"}.fa-circle-right:before{content:"\f35a"}.fa-arrow-alt-circle-right:before{content:"\f35a"}.fa-plane-circle-check:before{content:"\e555"}.fa-face-rolling-eyes:before{content:"\f5a5"}.fa-meh-rolling-eyes:before{content:"\f5a5"}.fa-object-group:before{content:"\f247"}.fa-chart-line:before{content:"\f201"}.fa-line-chart:before{content:"\f201"}.fa-mask-ventilator:before{content:"\e524"}.fa-arrow-right:before{content:"\f061"}.fa-signs-post:before{content:"\f277"}.fa-map-signs:before{content:"\f277"}.fa-cash-register:before{content:"\f788"}.fa-person-circle-question:before{content:"\e542"}.fa-h:before{content:"\48"}.fa-tarp:before{content:"\e57b"}.fa-screwdriver-wrench:before{content:"\f7d9"}.fa-tools:before{content:"\f7d9"}.fa-arrows-to-eye:before{content:"\e4bf"}.fa-plug-circle-bolt:before{content:"\e55b"}.fa-heart:before{content:"\f004"}.fa-mars-and-venus:before{content:"\f224"}.fa-house-user:before{content:"\e1b0"}.fa-home-user:before{content:"\e1b0"}.fa-dumpster-fire:before{content:"\f794"}.fa-house-crack:before{content:"\e3b1"}.fa-martini-glass-citrus:before{content:"\f561"}.fa-cocktail:before{content:"\f561"}.fa-face-surprise:before{content:"\f5c2"}.fa-surprise:before{content:"\f5c2"}.fa-bottle-water:before{content:"\e4c5"}.fa-circle-pause:before{content:"\f28b"}.fa-pause-circle:before{content:"\f28b"}.fa-toilet-paper-slash:before{content:"\e072"}.fa-apple-whole:before{content:"\f5d1"}.fa-apple-alt:before{content:"\f5d1"}.fa-kitchen-set:before{content:"\e51a"}.fa-r:before{content:"\52"}.fa-temperature-quarter:before{content:"\f2ca"}.fa-temperature-1:before{content:"\f2ca"}.fa-thermometer-1:before{content:"\f2ca"}.fa-thermometer-quarter:before{content:"\f2ca"}.fa-cube:before{content:"\f1b2"}.fa-bitcoin-sign:before{content:"\e0b4"}.fa-shield-dog:before{content:"\e573"}.fa-solar-panel:before{content:"\f5ba"}.fa-lock-open:before{content:"\f3c1"}.fa-elevator:before{content:"\e16d"}.fa-money-bill-transfer:before{content:"\e528"}.fa-money-bill-trend-up:before{content:"\e529"}.fa-house-flood-water-circle-arrow-right:before{content:"\e50f"}.fa-square-poll-horizontal:before{content:"\f682"}.fa-poll-h:before{content:"\f682"}.fa-circle:before{content:"\f111"}.fa-backward-fast:before{content:"\f049"}.fa-fast-backward:before{content:"\f049"}.fa-recycle:before{content:"\f1b8"}.fa-user-astronaut:before{content:"\f4fb"}.fa-plane-slash:before{content:"\e069"}.fa-trademark:before{content:"\f25c"}.fa-basketball:before{content:"\f434"}.fa-basketball-ball:before{content:"\f434"}.fa-satellite-dish:before{content:"\f7c0"}.fa-circle-up:before{content:"\f35b"}.fa-arrow-alt-circle-up:before{content:"\f35b"}.fa-mobile-screen-button:before{content:"\f3cd"}.fa-mobile-alt:before{content:"\f3cd"}.fa-volume-high:before{content:"\f028"}.fa-volume-up:before{content:"\f028"}.fa-users-rays:before{content:"\e593"}.fa-wallet:before{content:"\f555"}.fa-clipboard-check:before{content:"\f46c"}.fa-file-audio:before{content:"\f1c7"}.fa-burger:before{content:"\f805"}.fa-hamburger:before{content:"\f805"}.fa-wrench:before{content:"\f0ad"}.fa-bugs:before{content:"\e4d0"}.fa-rupee-sign:before{content:"\f156"}.fa-rupee:before{content:"\f156"}.fa-file-image:before{content:"\f1c5"}.fa-circle-question:before{content:"\f059"}.fa-question-circle:before{content:"\f059"}.fa-plane-departure:before{content:"\f5b0"}.fa-handshake-slash:before{content:"\e060"}.fa-book-bookmark:before{content:"\e0bb"}.fa-code-branch:before{content:"\f126"}.fa-hat-cowboy:before{content:"\f8c0"}.fa-bridge:before{content:"\e4c8"}.fa-phone-flip:before{content:"\f879"}.fa-phone-alt:before{content:"\f879"}.fa-truck-front:before{content:"\e2b7"}.fa-cat:before{content:"\f6be"}.fa-anchor-circle-exclamation:before{content:"\e4ab"}.fa-truck-field:before{content:"\e58d"}.fa-route:before{content:"\f4d7"}.fa-clipboard-question:before{content:"\e4e3"}.fa-panorama:before{content:"\e209"}.fa-comment-medical:before{content:"\f7f5"}.fa-teeth-open:before{content:"\f62f"}.fa-file-circle-minus:before{content:"\e4ed"}.fa-tags:before{content:"\f02c"}.fa-wine-glass:before{content:"\f4e3"}.fa-forward-fast:before{content:"\f050"}.fa-fast-forward:before{content:"\f050"}.fa-face-meh-blank:before{content:"\f5a4"}.fa-meh-blank:before{content:"\f5a4"}.fa-square-parking:before{content:"\f540"}.fa-parking:before{content:"\f540"}.fa-house-signal:before{content:"\e012"}.fa-bars-progress:before{content:"\f828"}.fa-tasks-alt:before{content:"\f828"}.fa-faucet-drip:before{content:"\e006"}.fa-cart-flatbed:before{content:"\f474"}.fa-dolly-flatbed:before{content:"\f474"}.fa-ban-smoking:before{content:"\f54d"}.fa-smoking-ban:before{content:"\f54d"}.fa-terminal:before{content:"\f120"}.fa-mobile-button:before{content:"\f10b"}.fa-house-medical-flag:before{content:"\e514"}.fa-basket-shopping:before{content:"\f291"}.fa-shopping-basket:before{content:"\f291"}.fa-tape:before{content:"\f4db"}.fa-bus-simple:before{content:"\f55e"}.fa-bus-alt:before{content:"\f55e"}.fa-eye:before{content:"\f06e"}.fa-face-sad-cry:before{content:"\f5b3"}.fa-sad-cry:before{content:"\f5b3"}.fa-audio-description:before{content:"\f29e"}.fa-person-military-to-person:before{content:"\e54c"}.fa-file-shield:before{content:"\e4f0"}.fa-user-slash:before{content:"\f506"}.fa-pen:before{content:"\f304"}.fa-tower-observation:before{content:"\e586"}.fa-file-code:before{content:"\f1c9"}.fa-signal:before{content:"\f012"}.fa-signal-5:before{content:"\f012"}.fa-signal-perfect:before{content:"\f012"}.fa-bus:before{content:"\f207"}.fa-heart-circle-xmark:before{content:"\e501"}.fa-house-chimney:before{content:"\e3af"}.fa-home-lg:before{content:"\e3af"}.fa-window-maximize:before{content:"\f2d0"}.fa-face-frown:before{content:"\f119"}.fa-frown:before{content:"\f119"}.fa-prescription:before{content:"\f5b1"}.fa-shop:before{content:"\f54f"}.fa-store-alt:before{content:"\f54f"}.fa-floppy-disk:before{content:"\f0c7"}.fa-save:before{content:"\f0c7"}.fa-vihara:before{content:"\f6a7"}.fa-scale-unbalanced:before{content:"\f515"}.fa-balance-scale-left:before{content:"\f515"}.fa-sort-up:before{content:"\f0de"}.fa-sort-asc:before{content:"\f0de"}.fa-comment-dots:before{content:"\f4ad"}.fa-commenting:before{content:"\f4ad"}.fa-plant-wilt:before{content:"\e5aa"}.fa-diamond:before{content:"\f219"}.fa-face-grin-squint:before{content:"\f585"}.fa-grin-squint:before{content:"\f585"}.fa-hand-holding-dollar:before{content:"\f4c0"}.fa-hand-holding-usd:before{content:"\f4c0"}.fa-bacterium:before{content:"\e05a"}.fa-hand-pointer:before{content:"\f25a"}.fa-drum-steelpan:before{content:"\f56a"}.fa-hand-scissors:before{content:"\f257"}.fa-hands-praying:before{content:"\f684"}.fa-praying-hands:before{content:"\f684"}.fa-arrow-rotate-right:before{content:"\f01e"}.fa-arrow-right-rotate:before{content:"\f01e"}.fa-arrow-rotate-forward:before{content:"\f01e"}.fa-redo:before{content:"\f01e"}.fa-biohazard:before{content:"\f780"}.fa-location-crosshairs:before{content:"\f601"}.fa-location:before{content:"\f601"}.fa-mars-double:before{content:"\f227"}.fa-child-dress:before{content:"\e59c"}.fa-users-between-lines:before{content:"\e591"}.fa-lungs-virus:before{content:"\e067"}.fa-face-grin-tears:before{content:"\f588"}.fa-grin-tears:before{content:"\f588"}.fa-phone:before{content:"\f095"}.fa-calendar-xmark:before{content:"\f273"}.fa-calendar-times:before{content:"\f273"}.fa-child-reaching:before{content:"\e59d"}.fa-head-side-virus:before{content:"\e064"}.fa-user-gear:before{content:"\f4fe"}.fa-user-cog:before{content:"\f4fe"}.fa-arrow-up-1-9:before{content:"\f163"}.fa-sort-numeric-up:before{content:"\f163"}.fa-door-closed:before{content:"\f52a"}.fa-shield-virus:before{content:"\e06c"}.fa-dice-six:before{content:"\f526"}.fa-mosquito-net:before{content:"\e52c"}.fa-bridge-water:before{content:"\e4ce"}.fa-person-booth:before{content:"\f756"}.fa-text-width:before{content:"\f035"}.fa-hat-wizard:before{content:"\f6e8"}.fa-pen-fancy:before{content:"\f5ac"}.fa-person-digging:before{content:"\f85e"}.fa-digging:before{content:"\f85e"}.fa-trash:before{content:"\f1f8"}.fa-gauge-simple:before{content:"\f629"}.fa-gauge-simple-med:before{content:"\f629"}.fa-tachometer-average:before{content:"\f629"}.fa-book-medical:before{content:"\f7e6"}.fa-poo:before{content:"\f2fe"}.fa-quote-right:before{content:"\f10e"}.fa-quote-right-alt:before{content:"\f10e"}.fa-shirt:before{content:"\f553"}.fa-t-shirt:before{content:"\f553"}.fa-tshirt:before{content:"\f553"}.fa-cubes:before{content:"\f1b3"}.fa-divide:before{content:"\f529"}.fa-tenge-sign:before{content:"\f7d7"}.fa-tenge:before{content:"\f7d7"}.fa-headphones:before{content:"\f025"}.fa-hands-holding:before{content:"\f4c2"}.fa-hands-clapping:before{content:"\e1a8"}.fa-republican:before{content:"\f75e"}.fa-arrow-left:before{content:"\f060"}.fa-person-circle-xmark:before{content:"\e543"}.fa-ruler:before{content:"\f545"}.fa-align-left:before{content:"\f036"}.fa-dice-d6:before{content:"\f6d1"}.fa-restroom:before{content:"\f7bd"}.fa-j:before{content:"\4a"}.fa-users-viewfinder:before{content:"\e595"}.fa-file-video:before{content:"\f1c8"}.fa-up-right-from-square:before{content:"\f35d"}.fa-external-link-alt:before{content:"\f35d"}.fa-table-cells:before{content:"\f00a"}.fa-th:before{content:"\f00a"}.fa-file-pdf:before{content:"\f1c1"}.fa-book-bible:before{content:"\f647"}.fa-bible:before{content:"\f647"}.fa-o:before{content:"\4f"}.fa-suitcase-medical:before{content:"\f0fa"}.fa-medkit:before{content:"\f0fa"}.fa-user-secret:before{content:"\f21b"}.fa-otter:before{content:"\f700"}.fa-person-dress:before{content:"\f182"}.fa-female:before{content:"\f182"}.fa-comment-dollar:before{content:"\f651"}.fa-business-time:before{content:"\f64a"}.fa-briefcase-clock:before{content:"\f64a"}.fa-table-cells-large:before{content:"\f009"}.fa-th-large:before{content:"\f009"}.fa-book-tanakh:before{content:"\f827"}.fa-tanakh:before{content:"\f827"}.fa-phone-volume:before{content:"\f2a0"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-hat-cowboy-side:before{content:"\f8c1"}.fa-clipboard-user:before{content:"\f7f3"}.fa-child:before{content:"\f1ae"}.fa-lira-sign:before{content:"\f195"}.fa-satellite:before{content:"\f7bf"}.fa-plane-lock:before{content:"\e558"}.fa-tag:before{content:"\f02b"}.fa-comment:before{content:"\f075"}.fa-cake-candles:before{content:"\f1fd"}.fa-birthday-cake:before{content:"\f1fd"}.fa-cake:before{content:"\f1fd"}.fa-envelope:before{content:"\f0e0"}.fa-angles-up:before{content:"\f102"}.fa-angle-double-up:before{content:"\f102"}.fa-paperclip:before{content:"\f0c6"}.fa-arrow-right-to-city:before{content:"\e4b3"}.fa-ribbon:before{content:"\f4d6"}.fa-lungs:before{content:"\f604"}.fa-arrow-up-9-1:before{content:"\f887"}.fa-sort-numeric-up-alt:before{content:"\f887"}.fa-litecoin-sign:before{content:"\e1d3"}.fa-border-none:before{content:"\f850"}.fa-circle-nodes:before{content:"\e4e2"}.fa-parachute-box:before{content:"\f4cd"}.fa-indent:before{content:"\f03c"}.fa-truck-field-un:before{content:"\e58e"}.fa-hourglass:before{content:"\f254"}.fa-hourglass-empty:before{content:"\f254"}.fa-mountain:before{content:"\f6fc"}.fa-user-doctor:before{content:"\f0f0"}.fa-user-md:before{content:"\f0f0"}.fa-circle-info:before{content:"\f05a"}.fa-info-circle:before{content:"\f05a"}.fa-cloud-meatball:before{content:"\f73b"}.fa-camera:before{content:"\f030"}.fa-camera-alt:before{content:"\f030"}.fa-square-virus:before{content:"\e578"}.fa-meteor:before{content:"\f753"}.fa-car-on:before{content:"\e4dd"}.fa-sleigh:before{content:"\f7cc"}.fa-arrow-down-1-9:before{content:"\f162"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-down:before{content:"\f162"}.fa-hand-holding-droplet:before{content:"\f4c1"}.fa-hand-holding-water:before{content:"\f4c1"}.fa-water:before{content:"\f773"}.fa-calendar-check:before{content:"\f274"}.fa-braille:before{content:"\f2a1"}.fa-prescription-bottle-medical:before{content:"\f486"}.fa-prescription-bottle-alt:before{content:"\f486"}.fa-landmark:before{content:"\f66f"}.fa-truck:before{content:"\f0d1"}.fa-crosshairs:before{content:"\f05b"}.fa-person-cane:before{content:"\e53c"}.fa-tent:before{content:"\e57d"}.fa-vest-patches:before{content:"\e086"}.fa-check-double:before{content:"\f560"}.fa-arrow-down-a-z:before{content:"\f15d"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-down:before{content:"\f15d"}.fa-money-bill-wheat:before{content:"\e52a"}.fa-cookie:before{content:"\f563"}.fa-arrow-rotate-left:before{content:"\f0e2"}.fa-arrow-left-rotate:before{content:"\f0e2"}.fa-arrow-rotate-back:before{content:"\f0e2"}.fa-arrow-rotate-backward:before{content:"\f0e2"}.fa-undo:before{content:"\f0e2"}.fa-hard-drive:before{content:"\f0a0"}.fa-hdd:before{content:"\f0a0"}.fa-face-grin-squint-tears:before{content:"\f586"}.fa-grin-squint-tears:before{content:"\f586"}.fa-dumbbell:before{content:"\f44b"}.fa-rectangle-list:before{content:"\f022"}.fa-list-alt:before{content:"\f022"}.fa-tarp-droplet:before{content:"\e57c"}.fa-house-medical-circle-check:before{content:"\e511"}.fa-person-skiing-nordic:before{content:"\f7ca"}.fa-skiing-nordic:before{content:"\f7ca"}.fa-calendar-plus:before{content:"\f271"}.fa-plane-arrival:before{content:"\f5af"}.fa-circle-left:before{content:"\f359"}.fa-arrow-alt-circle-left:before{content:"\f359"}.fa-train-subway:before{content:"\f239"}.fa-subway:before{content:"\f239"}.fa-chart-gantt:before{content:"\e0e4"}.fa-indian-rupee-sign:before{content:"\e1bc"}.fa-indian-rupee:before{content:"\e1bc"}.fa-inr:before{content:"\e1bc"}.fa-crop-simple:before{content:"\f565"}.fa-crop-alt:before{content:"\f565"}.fa-money-bill-1:before{content:"\f3d1"}.fa-money-bill-alt:before{content:"\f3d1"}.fa-left-long:before{content:"\f30a"}.fa-long-arrow-alt-left:before{content:"\f30a"}.fa-dna:before{content:"\f471"}.fa-virus-slash:before{content:"\e075"}.fa-minus:before{content:"\f068"}.fa-subtract:before{content:"\f068"}.fa-chess:before{content:"\f439"}.fa-arrow-left-long:before{content:"\f177"}.fa-long-arrow-left:before{content:"\f177"}.fa-plug-circle-check:before{content:"\e55c"}.fa-street-view:before{content:"\f21d"}.fa-franc-sign:before{content:"\e18f"}.fa-volume-off:before{content:"\f026"}.fa-hands-asl-interpreting:before{content:"\f2a3"}.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-asl-interpreting:before{content:"\f2a3"}.fa-hands-american-sign-language-interpreting:before{content:"\f2a3"}.fa-gear:before{content:"\f013"}.fa-cog:before{content:"\f013"}.fa-droplet-slash:before{content:"\f5c7"}.fa-tint-slash:before{content:"\f5c7"}.fa-mosque:before{content:"\f678"}.fa-mosquito:before{content:"\e52b"}.fa-star-of-david:before{content:"\f69a"}.fa-person-military-rifle:before{content:"\e54b"}.fa-cart-shopping:before{content:"\f07a"}.fa-shopping-cart:before{content:"\f07a"}.fa-vials:before{content:"\f493"}.fa-plug-circle-plus:before{content:"\e55f"}.fa-place-of-worship:before{content:"\f67f"}.fa-grip-vertical:before{content:"\f58e"}.fa-arrow-turn-up:before{content:"\f148"}.fa-level-up:before{content:"\f148"}.fa-u:before{content:"\55"}.fa-square-root-variable:before{content:"\f698"}.fa-square-root-alt:before{content:"\f698"}.fa-clock:before{content:"\f017"}.fa-clock-four:before{content:"\f017"}.fa-backward-step:before{content:"\f048"}.fa-step-backward:before{content:"\f048"}.fa-pallet:before{content:"\f482"}.fa-faucet:before{content:"\e005"}.fa-baseball-bat-ball:before{content:"\f432"}.fa-s:before{content:"\53"}.fa-timeline:before{content:"\e29c"}.fa-keyboard:before{content:"\f11c"}.fa-caret-down:before{content:"\f0d7"}.fa-house-chimney-medical:before{content:"\f7f2"}.fa-clinic-medical:before{content:"\f7f2"}.fa-temperature-three-quarters:before{content:"\f2c8"}.fa-temperature-3:before{content:"\f2c8"}.fa-thermometer-3:before{content:"\f2c8"}.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-mobile-screen:before{content:"\f3cf"}.fa-mobile-android-alt:before{content:"\f3cf"}.fa-plane-up:before{content:"\e22d"}.fa-piggy-bank:before{content:"\f4d3"}.fa-battery-half:before{content:"\f242"}.fa-battery-3:before{content:"\f242"}.fa-mountain-city:before{content:"\e52e"}.fa-coins:before{content:"\f51e"}.fa-khanda:before{content:"\f66d"}.fa-sliders:before{content:"\f1de"}.fa-sliders-h:before{content:"\f1de"}.fa-folder-tree:before{content:"\f802"}.fa-network-wired:before{content:"\f6ff"}.fa-map-pin:before{content:"\f276"}.fa-hamsa:before{content:"\f665"}.fa-cent-sign:before{content:"\e3f5"}.fa-flask:before{content:"\f0c3"}.fa-person-pregnant:before{content:"\e31e"}.fa-wand-sparkles:before{content:"\f72b"}.fa-ellipsis-vertical:before{content:"\f142"}.fa-ellipsis-v:before{content:"\f142"}.fa-ticket:before{content:"\f145"}.fa-power-off:before{content:"\f011"}.fa-right-long:before{content:"\f30b"}.fa-long-arrow-alt-right:before{content:"\f30b"}.fa-flag-usa:before{content:"\f74d"}.fa-laptop-file:before{content:"\e51d"}.fa-tty:before{content:"\f1e4"}.fa-teletype:before{content:"\f1e4"}.fa-diagram-next:before{content:"\e476"}.fa-person-rifle:before{content:"\e54e"}.fa-house-medical-circle-exclamation:before{content:"\e512"}.fa-closed-captioning:before{content:"\f20a"}.fa-person-hiking:before{content:"\f6ec"}.fa-hiking:before{content:"\f6ec"}.fa-venus-double:before{content:"\f226"}.fa-images:before{content:"\f302"}.fa-calculator:before{content:"\f1ec"}.fa-people-pulling:before{content:"\e535"}.fa-n:before{content:"\4e"}.fa-cable-car:before{content:"\f7da"}.fa-tram:before{content:"\f7da"}.fa-cloud-rain:before{content:"\f73d"}.fa-building-circle-xmark:before{content:"\e4d4"}.fa-ship:before{content:"\f21a"}.fa-arrows-down-to-line:before{content:"\e4b8"}.fa-download:before{content:"\f019"}.fa-face-grin:before{content:"\f580"}.fa-grin:before{content:"\f580"}.fa-delete-left:before{content:"\f55a"}.fa-backspace:before{content:"\f55a"}.fa-eye-dropper:before{content:"\f1fb"}.fa-eye-dropper-empty:before{content:"\f1fb"}.fa-eyedropper:before{content:"\f1fb"}.fa-file-circle-check:before{content:"\e5a0"}.fa-forward:before{content:"\f04e"}.fa-mobile:before{content:"\f3ce"}.fa-mobile-android:before{content:"\f3ce"}.fa-mobile-phone:before{content:"\f3ce"}.fa-face-meh:before{content:"\f11a"}.fa-meh:before{content:"\f11a"}.fa-align-center:before{content:"\f037"}.fa-book-skull:before{content:"\f6b7"}.fa-book-dead:before{content:"\f6b7"}.fa-id-card:before{content:"\f2c2"}.fa-drivers-license:before{content:"\f2c2"}.fa-outdent:before{content:"\f03b"}.fa-dedent:before{content:"\f03b"}.fa-heart-circle-exclamation:before{content:"\e4fe"}.fa-house:before{content:"\f015"}.fa-home:before{content:"\f015"}.fa-home-alt:before{content:"\f015"}.fa-home-lg-alt:before{content:"\f015"}.fa-calendar-week:before{content:"\f784"}.fa-laptop-medical:before{content:"\f812"}.fa-b:before{content:"\42"}.fa-file-medical:before{content:"\f477"}.fa-dice-one:before{content:"\f525"}.fa-kiwi-bird:before{content:"\f535"}.fa-arrow-right-arrow-left:before{content:"\f0ec"}.fa-exchange:before{content:"\f0ec"}.fa-rotate-right:before{content:"\f2f9"}.fa-redo-alt:before{content:"\f2f9"}.fa-rotate-forward:before{content:"\f2f9"}.fa-utensils:before{content:"\f2e7"}.fa-cutlery:before{content:"\f2e7"}.fa-arrow-up-wide-short:before{content:"\f161"}.fa-sort-amount-up:before{content:"\f161"}.fa-mill-sign:before{content:"\e1ed"}.fa-bowl-rice:before{content:"\e2eb"}.fa-skull:before{content:"\f54c"}.fa-tower-broadcast:before{content:"\f519"}.fa-broadcast-tower:before{content:"\f519"}.fa-truck-pickup:before{content:"\f63c"}.fa-up-long:before{content:"\f30c"}.fa-long-arrow-alt-up:before{content:"\f30c"}.fa-stop:before{content:"\f04d"}.fa-code-merge:before{content:"\f387"}.fa-upload:before{content:"\f093"}.fa-hurricane:before{content:"\f751"}.fa-mound:before{content:"\e52d"}.fa-toilet-portable:before{content:"\e583"}.fa-compact-disc:before{content:"\f51f"}.fa-file-arrow-down:before{content:"\f56d"}.fa-file-download:before{content:"\f56d"}.fa-caravan:before{content:"\f8ff"}.fa-shield-cat:before{content:"\e572"}.fa-bolt:before{content:"\f0e7"}.fa-zap:before{content:"\f0e7"}.fa-glass-water:before{content:"\e4f4"}.fa-oil-well:before{content:"\e532"}.fa-vault:before{content:"\e2c5"}.fa-mars:before{content:"\f222"}.fa-toilet:before{content:"\f7d8"}.fa-plane-circle-xmark:before{content:"\e557"}.fa-yen-sign:before{content:"\f157"}.fa-cny:before{content:"\f157"}.fa-jpy:before{content:"\f157"}.fa-rmb:before{content:"\f157"}.fa-yen:before{content:"\f157"}.fa-ruble-sign:before{content:"\f158"}.fa-rouble:before{content:"\f158"}.fa-rub:before{content:"\f158"}.fa-ruble:before{content:"\f158"}.fa-sun:before{content:"\f185"}.fa-guitar:before{content:"\f7a6"}.fa-face-laugh-wink:before{content:"\f59c"}.fa-laugh-wink:before{content:"\f59c"}.fa-horse-head:before{content:"\f7ab"}.fa-bore-hole:before{content:"\e4c3"}.fa-industry:before{content:"\f275"}.fa-circle-down:before{content:"\f358"}.fa-arrow-alt-circle-down:before{content:"\f358"}.fa-arrows-turn-to-dots:before{content:"\e4c1"}.fa-florin-sign:before{content:"\e184"}.fa-arrow-down-short-wide:before{content:"\f884"}.fa-sort-amount-desc:before{content:"\f884"}.fa-sort-amount-down-alt:before{content:"\f884"}.fa-less-than:before{content:"\3c"}.fa-angle-down:before{content:"\f107"}.fa-car-tunnel:before{content:"\e4de"}.fa-head-side-cough:before{content:"\e061"}.fa-grip-lines:before{content:"\f7a4"}.fa-thumbs-down:before{content:"\f165"}.fa-user-lock:before{content:"\f502"}.fa-arrow-right-long:before{content:"\f178"}.fa-long-arrow-right:before{content:"\f178"}.fa-anchor-circle-xmark:before{content:"\e4ac"}.fa-ellipsis:before{content:"\f141"}.fa-ellipsis-h:before{content:"\f141"}.fa-chess-pawn:before{content:"\f443"}.fa-kit-medical:before{content:"\f479"}.fa-first-aid:before{content:"\f479"}.fa-person-through-window:before{content:"\e5a9"}.fa-toolbox:before{content:"\f552"}.fa-hands-holding-circle:before{content:"\e4fb"}.fa-bug:before{content:"\f188"}.fa-credit-card:before{content:"\f09d"}.fa-credit-card-alt:before{content:"\f09d"}.fa-car:before{content:"\f1b9"}.fa-automobile:before{content:"\f1b9"}.fa-hand-holding-hand:before{content:"\e4f7"}.fa-book-open-reader:before{content:"\f5da"}.fa-book-reader:before{content:"\f5da"}.fa-mountain-sun:before{content:"\e52f"}.fa-arrows-left-right-to-line:before{content:"\e4ba"}.fa-dice-d20:before{content:"\f6cf"}.fa-truck-droplet:before{content:"\e58c"}.fa-file-circle-xmark:before{content:"\e5a1"}.fa-temperature-arrow-up:before{content:"\e040"}.fa-temperature-up:before{content:"\e040"}.fa-medal:before{content:"\f5a2"}.fa-bed:before{content:"\f236"}.fa-square-h:before{content:"\f0fd"}.fa-h-square:before{content:"\f0fd"}.fa-podcast:before{content:"\f2ce"}.fa-temperature-full:before{content:"\f2c7"}.fa-temperature-4:before{content:"\f2c7"}.fa-thermometer-4:before{content:"\f2c7"}.fa-thermometer-full:before{content:"\f2c7"}.fa-bell:before{content:"\f0f3"}.fa-superscript:before{content:"\f12b"}.fa-plug-circle-xmark:before{content:"\e560"}.fa-star-of-life:before{content:"\f621"}.fa-phone-slash:before{content:"\f3dd"}.fa-paint-roller:before{content:"\f5aa"}.fa-handshake-angle:before{content:"\f4c4"}.fa-hands-helping:before{content:"\f4c4"}.fa-location-dot:before{content:"\f3c5"}.fa-map-marker-alt:before{content:"\f3c5"}.fa-file:before{content:"\f15b"}.fa-greater-than:before{content:"\3e"}.fa-person-swimming:before{content:"\f5c4"}.fa-swimmer:before{content:"\f5c4"}.fa-arrow-down:before{content:"\f063"}.fa-droplet:before{content:"\f043"}.fa-tint:before{content:"\f043"}.fa-eraser:before{content:"\f12d"}.fa-earth-americas:before{content:"\f57d"}.fa-earth:before{content:"\f57d"}.fa-earth-america:before{content:"\f57d"}.fa-globe-americas:before{content:"\f57d"}.fa-person-burst:before{content:"\e53b"}.fa-dove:before{content:"\f4ba"}.fa-battery-empty:before{content:"\f244"}.fa-battery-0:before{content:"\f244"}.fa-socks:before{content:"\f696"}.fa-inbox:before{content:"\f01c"}.fa-section:before{content:"\e447"}.fa-gauge-high:before{content:"\f625"}.fa-tachometer-alt:before{content:"\f625"}.fa-tachometer-alt-fast:before{content:"\f625"}.fa-envelope-open-text:before{content:"\f658"}.fa-hospital:before{content:"\f0f8"}.fa-hospital-alt:before{content:"\f0f8"}.fa-hospital-wide:before{content:"\f0f8"}.fa-wine-bottle:before{content:"\f72f"}.fa-chess-rook:before{content:"\f447"}.fa-bars-staggered:before{content:"\f550"}.fa-reorder:before{content:"\f550"}.fa-stream:before{content:"\f550"}.fa-dharmachakra:before{content:"\f655"}.fa-hotdog:before{content:"\f80f"}.fa-person-walking-with-cane:before{content:"\f29d"}.fa-blind:before{content:"\f29d"}.fa-drum:before{content:"\f569"}.fa-ice-cream:before{content:"\f810"}.fa-heart-circle-bolt:before{content:"\e4fc"}.fa-fax:before{content:"\f1ac"}.fa-paragraph:before{content:"\f1dd"}.fa-check-to-slot:before{content:"\f772"}.fa-vote-yea:before{content:"\f772"}.fa-star-half:before{content:"\f089"}.fa-boxes-stacked:before{content:"\f468"}.fa-boxes:before{content:"\f468"}.fa-boxes-alt:before{content:"\f468"}.fa-link:before{content:"\f0c1"}.fa-chain:before{content:"\f0c1"}.fa-ear-listen:before{content:"\f2a2"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-tree-city:before{content:"\e587"}.fa-play:before{content:"\f04b"}.fa-font:before{content:"\f031"}.fa-rupiah-sign:before{content:"\e23d"}.fa-magnifying-glass:before{content:"\f002"}.fa-search:before{content:"\f002"}.fa-table-tennis-paddle-ball:before{content:"\f45d"}.fa-ping-pong-paddle-ball:before{content:"\f45d"}.fa-table-tennis:before{content:"\f45d"}.fa-person-dots-from-line:before{content:"\f470"}.fa-diagnoses:before{content:"\f470"}.fa-trash-can-arrow-up:before{content:"\f82a"}.fa-trash-restore-alt:before{content:"\f82a"}.fa-naira-sign:before{content:"\e1f6"}.fa-cart-arrow-down:before{content:"\f218"}.fa-walkie-talkie:before{content:"\f8ef"}.fa-file-pen:before{content:"\f31c"}.fa-file-edit:before{content:"\f31c"}.fa-receipt:before{content:"\f543"}.fa-square-pen:before{content:"\f14b"}.fa-pen-square:before{content:"\f14b"}.fa-pencil-square:before{content:"\f14b"}.fa-suitcase-rolling:before{content:"\f5c1"}.fa-person-circle-exclamation:before{content:"\e53f"}.fa-chevron-down:before{content:"\f078"}.fa-battery-full:before{content:"\f240"}.fa-battery:before{content:"\f240"}.fa-battery-5:before{content:"\f240"}.fa-skull-crossbones:before{content:"\f714"}.fa-code-compare:before{content:"\e13a"}.fa-list-ul:before{content:"\f0ca"}.fa-list-dots:before{content:"\f0ca"}.fa-school-lock:before{content:"\e56f"}.fa-tower-cell:before{content:"\e585"}.fa-down-long:before{content:"\f309"}.fa-long-arrow-alt-down:before{content:"\f309"}.fa-ranking-star:before{content:"\e561"}.fa-chess-king:before{content:"\f43f"}.fa-person-harassing:before{content:"\e549"}.fa-brazilian-real-sign:before{content:"\e46c"}.fa-landmark-dome:before{content:"\f752"}.fa-landmark-alt:before{content:"\f752"}.fa-arrow-up:before{content:"\f062"}.fa-tv:before{content:"\f26c"}.fa-television:before{content:"\f26c"}.fa-tv-alt:before{content:"\f26c"}.fa-shrimp:before{content:"\e448"}.fa-list-check:before{content:"\f0ae"}.fa-tasks:before{content:"\f0ae"}.fa-jug-detergent:before{content:"\e519"}.fa-circle-user:before{content:"\f2bd"}.fa-user-circle:before{content:"\f2bd"}.fa-user-shield:before{content:"\f505"}.fa-wind:before{content:"\f72e"}.fa-car-burst:before{content:"\f5e1"}.fa-car-crash:before{content:"\f5e1"}.fa-y:before{content:"\59"}.fa-person-snowboarding:before{content:"\f7ce"}.fa-snowboarding:before{content:"\f7ce"}.fa-truck-fast:before{content:"\f48b"}.fa-shipping-fast:before{content:"\f48b"}.fa-fish:before{content:"\f578"}.fa-user-graduate:before{content:"\f501"}.fa-circle-half-stroke:before{content:"\f042"}.fa-adjust:before{content:"\f042"}.fa-clapperboard:before{content:"\e131"}.fa-circle-radiation:before{content:"\f7ba"}.fa-radiation-alt:before{content:"\f7ba"}.fa-baseball:before{content:"\f433"}.fa-baseball-ball:before{content:"\f433"}.fa-jet-fighter-up:before{content:"\e518"}.fa-diagram-project:before{content:"\f542"}.fa-project-diagram:before{content:"\f542"}.fa-copy:before{content:"\f0c5"}.fa-volume-xmark:before{content:"\f6a9"}.fa-volume-mute:before{content:"\f6a9"}.fa-volume-times:before{content:"\f6a9"}.fa-hand-sparkles:before{content:"\e05d"}.fa-grip:before{content:"\f58d"}.fa-grip-horizontal:before{content:"\f58d"}.fa-share-from-square:before{content:"\f14d"}.fa-share-square:before{content:"\f14d"}.fa-child-combatant:before{content:"\e4e0"}.fa-child-rifle:before{content:"\e4e0"}.fa-gun:before{content:"\e19b"}.fa-square-phone:before{content:"\f098"}.fa-phone-square:before{content:"\f098"}.fa-plus:before{content:"\2b"}.fa-add:before{content:"\2b"}.fa-expand:before{content:"\f065"}.fa-computer:before{content:"\e4e5"}.fa-xmark:before{content:"\f00d"}.fa-close:before{content:"\f00d"}.fa-multiply:before{content:"\f00d"}.fa-remove:before{content:"\f00d"}.fa-times:before{content:"\f00d"}.fa-arrows-up-down-left-right:before{content:"\f047"}.fa-arrows:before{content:"\f047"}.fa-chalkboard-user:before{content:"\f51c"}.fa-chalkboard-teacher:before{content:"\f51c"}.fa-peso-sign:before{content:"\e222"}.fa-building-shield:before{content:"\e4d8"}.fa-baby:before{content:"\f77c"}.fa-users-line:before{content:"\e592"}.fa-quote-left:before{content:"\f10d"}.fa-quote-left-alt:before{content:"\f10d"}.fa-tractor:before{content:"\f722"}.fa-trash-arrow-up:before{content:"\f829"}.fa-trash-restore:before{content:"\f829"}.fa-arrow-down-up-lock:before{content:"\e4b0"}.fa-lines-leaning:before{content:"\e51e"}.fa-ruler-combined:before{content:"\f546"}.fa-copyright:before{content:"\f1f9"}.fa-equals:before{content:"\3d"}.fa-blender:before{content:"\f517"}.fa-teeth:before{content:"\f62e"}.fa-shekel-sign:before{content:"\f20b"}.fa-ils:before{content:"\f20b"}.fa-shekel:before{content:"\f20b"}.fa-sheqel:before{content:"\f20b"}.fa-sheqel-sign:before{content:"\f20b"}.fa-map:before{content:"\f279"}.fa-rocket:before{content:"\f135"}.fa-photo-film:before{content:"\f87c"}.fa-photo-video:before{content:"\f87c"}.fa-folder-minus:before{content:"\f65d"}.fa-store:before{content:"\f54e"}.fa-arrow-trend-up:before{content:"\e098"}.fa-plug-circle-minus:before{content:"\e55e"}.fa-sign-hanging:before{content:"\f4d9"}.fa-sign:before{content:"\f4d9"}.fa-bezier-curve:before{content:"\f55b"}.fa-bell-slash:before{content:"\f1f6"}.fa-tablet:before{content:"\f3fb"}.fa-tablet-android:before{content:"\f3fb"}.fa-school-flag:before{content:"\e56e"}.fa-fill:before{content:"\f575"}.fa-angle-up:before{content:"\f106"}.fa-drumstick-bite:before{content:"\f6d7"}.fa-holly-berry:before{content:"\f7aa"}.fa-chevron-left:before{content:"\f053"}.fa-bacteria:before{content:"\e059"}.fa-hand-lizard:before{content:"\f258"}.fa-notdef:before{content:"\e1fe"}.fa-disease:before{content:"\f7fa"}.fa-briefcase-medical:before{content:"\f469"}.fa-genderless:before{content:"\f22d"}.fa-chevron-right:before{content:"\f054"}.fa-retweet:before{content:"\f079"}.fa-car-rear:before{content:"\f5de"}.fa-car-alt:before{content:"\f5de"}.fa-pump-soap:before{content:"\e06b"}.fa-video-slash:before{content:"\f4e2"}.fa-battery-quarter:before{content:"\f243"}.fa-battery-2:before{content:"\f243"}.fa-radio:before{content:"\f8d7"}.fa-baby-carriage:before{content:"\f77d"}.fa-carriage-baby:before{content:"\f77d"}.fa-traffic-light:before{content:"\f637"}.fa-thermometer:before{content:"\f491"}.fa-vr-cardboard:before{content:"\f729"}.fa-hand-middle-finger:before{content:"\f806"}.fa-percent:before{content:"\25"}.fa-percentage:before{content:"\25"}.fa-truck-moving:before{content:"\f4df"}.fa-glass-water-droplet:before{content:"\e4f5"}.fa-display:before{content:"\e163"}.fa-face-smile:before{content:"\f118"}.fa-smile:before{content:"\f118"}.fa-thumbtack:before{content:"\f08d"}.fa-thumb-tack:before{content:"\f08d"}.fa-trophy:before{content:"\f091"}.fa-person-praying:before{content:"\f683"}.fa-pray:before{content:"\f683"}.fa-hammer:before{content:"\f6e3"}.fa-hand-peace:before{content:"\f25b"}.fa-rotate:before{content:"\f2f1"}.fa-sync-alt:before{content:"\f2f1"}.fa-spinner:before{content:"\f110"}.fa-robot:before{content:"\f544"}.fa-peace:before{content:"\f67c"}.fa-gears:before{content:"\f085"}.fa-cogs:before{content:"\f085"}.fa-warehouse:before{content:"\f494"}.fa-arrow-up-right-dots:before{content:"\e4b7"}.fa-splotch:before{content:"\f5bc"}.fa-face-grin-hearts:before{content:"\f584"}.fa-grin-hearts:before{content:"\f584"}.fa-dice-four:before{content:"\f524"}.fa-sim-card:before{content:"\f7c4"}.fa-transgender:before{content:"\f225"}.fa-transgender-alt:before{content:"\f225"}.fa-mercury:before{content:"\f223"}.fa-arrow-turn-down:before{content:"\f149"}.fa-level-down:before{content:"\f149"}.fa-person-falling-burst:before{content:"\e547"}.fa-award:before{content:"\f559"}.fa-ticket-simple:before{content:"\f3ff"}.fa-ticket-alt:before{content:"\f3ff"}.fa-building:before{content:"\f1ad"}.fa-angles-left:before{content:"\f100"}.fa-angle-double-left:before{content:"\f100"}.fa-qrcode:before{content:"\f029"}.fa-clock-rotate-left:before{content:"\f1da"}.fa-history:before{content:"\f1da"}.fa-face-grin-beam-sweat:before{content:"\f583"}.fa-grin-beam-sweat:before{content:"\f583"}.fa-file-export:before{content:"\f56e"}.fa-arrow-right-from-file:before{content:"\f56e"}.fa-shield:before{content:"\f132"}.fa-shield-blank:before{content:"\f132"}.fa-arrow-up-short-wide:before{content:"\f885"}.fa-sort-amount-up-alt:before{content:"\f885"}.fa-house-medical:before{content:"\e3b2"}.fa-golf-ball-tee:before{content:"\f450"}.fa-golf-ball:before{content:"\f450"}.fa-circle-chevron-left:before{content:"\f137"}.fa-chevron-circle-left:before{content:"\f137"}.fa-house-chimney-window:before{content:"\e00d"}.fa-pen-nib:before{content:"\f5ad"}.fa-tent-arrow-turn-left:before{content:"\e580"}.fa-tents:before{content:"\e582"}.fa-wand-magic:before{content:"\f0d0"}.fa-magic:before{content:"\f0d0"}.fa-dog:before{content:"\f6d3"}.fa-carrot:before{content:"\f787"}.fa-moon:before{content:"\f186"}.fa-wine-glass-empty:before{content:"\f5ce"}.fa-wine-glass-alt:before{content:"\f5ce"}.fa-cheese:before{content:"\f7ef"}.fa-yin-yang:before{content:"\f6ad"}.fa-music:before{content:"\f001"}.fa-code-commit:before{content:"\f386"}.fa-temperature-low:before{content:"\f76b"}.fa-person-biking:before{content:"\f84a"}.fa-biking:before{content:"\f84a"}.fa-broom:before{content:"\f51a"}.fa-shield-heart:before{content:"\e574"}.fa-gopuram:before{content:"\f664"}.fa-earth-oceania:before{content:"\e47b"}.fa-globe-oceania:before{content:"\e47b"}.fa-square-xmark:before{content:"\f2d3"}.fa-times-square:before{content:"\f2d3"}.fa-xmark-square:before{content:"\f2d3"}.fa-hashtag:before{content:"\23"}.fa-up-right-and-down-left-from-center:before{content:"\f424"}.fa-expand-alt:before{content:"\f424"}.fa-oil-can:before{content:"\f613"}.fa-t:before{content:"\54"}.fa-hippo:before{content:"\f6ed"}.fa-chart-column:before{content:"\e0e3"}.fa-infinity:before{content:"\f534"}.fa-vial-circle-check:before{content:"\e596"}.fa-person-arrow-down-to-line:before{content:"\e538"}.fa-voicemail:before{content:"\f897"}.fa-fan:before{content:"\f863"}.fa-person-walking-luggage:before{content:"\e554"}.fa-up-down:before{content:"\f338"}.fa-arrows-alt-v:before{content:"\f338"}.fa-cloud-moon-rain:before{content:"\f73c"}.fa-calendar:before{content:"\f133"}.fa-trailer:before{content:"\e041"}.fa-bahai:before{content:"\f666"}.fa-haykal:before{content:"\f666"}.fa-sd-card:before{content:"\f7c2"}.fa-dragon:before{content:"\f6d5"}.fa-shoe-prints:before{content:"\f54b"}.fa-circle-plus:before{content:"\f055"}.fa-plus-circle:before{content:"\f055"}.fa-face-grin-tongue-wink:before{content:"\f58b"}.fa-grin-tongue-wink:before{content:"\f58b"}.fa-hand-holding:before{content:"\f4bd"}.fa-plug-circle-exclamation:before{content:"\e55d"}.fa-link-slash:before{content:"\f127"}.fa-chain-broken:before{content:"\f127"}.fa-chain-slash:before{content:"\f127"}.fa-unlink:before{content:"\f127"}.fa-clone:before{content:"\f24d"}.fa-person-walking-arrow-loop-left:before{content:"\e551"}.fa-arrow-up-z-a:before{content:"\f882"}.fa-sort-alpha-up-alt:before{content:"\f882"}.fa-fire-flame-curved:before{content:"\f7e4"}.fa-fire-alt:before{content:"\f7e4"}.fa-tornado:before{content:"\f76f"}.fa-file-circle-plus:before{content:"\e494"}.fa-book-quran:before{content:"\f687"}.fa-quran:before{content:"\f687"}.fa-anchor:before{content:"\f13d"}.fa-border-all:before{content:"\f84c"}.fa-face-angry:before{content:"\f556"}.fa-angry:before{content:"\f556"}.fa-cookie-bite:before{content:"\f564"}.fa-arrow-trend-down:before{content:"\e097"}.fa-rss:before{content:"\f09e"}.fa-feed:before{content:"\f09e"}.fa-draw-polygon:before{content:"\f5ee"}.fa-scale-balanced:before{content:"\f24e"}.fa-balance-scale:before{content:"\f24e"}.fa-gauge-simple-high:before{content:"\f62a"}.fa-tachometer:before{content:"\f62a"}.fa-tachometer-fast:before{content:"\f62a"}.fa-shower:before{content:"\f2cc"}.fa-desktop:before{content:"\f390"}.fa-desktop-alt:before{content:"\f390"}.fa-m:before{content:"\4d"}.fa-table-list:before{content:"\f00b"}.fa-th-list:before{content:"\f00b"}.fa-comment-sms:before{content:"\f7cd"}.fa-sms:before{content:"\f7cd"}.fa-book:before{content:"\f02d"}.fa-user-plus:before{content:"\f234"}.fa-check:before{content:"\f00c"}.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-4:before{content:"\f241"}.fa-house-circle-check:before{content:"\e509"}.fa-angle-left:before{content:"\f104"}.fa-diagram-successor:before{content:"\e47a"}.fa-truck-arrow-right:before{content:"\e58b"}.fa-arrows-split-up-and-left:before{content:"\e4bc"}.fa-hand-fist:before{content:"\f6de"}.fa-fist-raised:before{content:"\f6de"}.fa-cloud-moon:before{content:"\f6c3"}.fa-briefcase:before{content:"\f0b1"}.fa-person-falling:before{content:"\e546"}.fa-image-portrait:before{content:"\f3e0"}.fa-portrait:before{content:"\f3e0"}.fa-user-tag:before{content:"\f507"}.fa-rug:before{content:"\e569"}.fa-earth-europe:before{content:"\f7a2"}.fa-globe-europe:before{content:"\f7a2"}.fa-cart-flatbed-suitcase:before{content:"\f59d"}.fa-luggage-cart:before{content:"\f59d"}.fa-rectangle-xmark:before{content:"\f410"}.fa-rectangle-times:before{content:"\f410"}.fa-times-rectangle:before{content:"\f410"}.fa-window-close:before{content:"\f410"}.fa-baht-sign:before{content:"\e0ac"}.fa-book-open:before{content:"\f518"}.fa-book-journal-whills:before{content:"\f66a"}.fa-journal-whills:before{content:"\f66a"}.fa-handcuffs:before{content:"\e4f8"}.fa-triangle-exclamation:before{content:"\f071"}.fa-exclamation-triangle:before{content:"\f071"}.fa-warning:before{content:"\f071"}.fa-database:before{content:"\f1c0"}.fa-share:before{content:"\f064"}.fa-arrow-turn-right:before{content:"\f064"}.fa-mail-forward:before{content:"\f064"}.fa-bottle-droplet:before{content:"\e4c4"}.fa-mask-face:before{content:"\e1d7"}.fa-hill-rockslide:before{content:"\e508"}.fa-right-left:before{content:"\f362"}.fa-exchange-alt:before{content:"\f362"}.fa-paper-plane:before{content:"\f1d8"}.fa-road-circle-exclamation:before{content:"\e565"}.fa-dungeon:before{content:"\f6d9"}.fa-align-right:before{content:"\f038"}.fa-money-bill-1-wave:before{content:"\f53b"}.fa-money-bill-wave-alt:before{content:"\f53b"}.fa-life-ring:before{content:"\f1cd"}.fa-hands:before{content:"\f2a7"}.fa-sign-language:before{content:"\f2a7"}.fa-signing:before{content:"\f2a7"}.fa-calendar-day:before{content:"\f783"}.fa-water-ladder:before{content:"\f5c5"}.fa-ladder-water:before{content:"\f5c5"}.fa-swimming-pool:before{content:"\f5c5"}.fa-arrows-up-down:before{content:"\f07d"}.fa-arrows-v:before{content:"\f07d"}.fa-face-grimace:before{content:"\f57f"}.fa-grimace:before{content:"\f57f"}.fa-wheelchair-move:before{content:"\e2ce"}.fa-wheelchair-alt:before{content:"\e2ce"}.fa-turn-down:before{content:"\f3be"}.fa-level-down-alt:before{content:"\f3be"}.fa-person-walking-arrow-right:before{content:"\e552"}.fa-square-envelope:before{content:"\f199"}.fa-envelope-square:before{content:"\f199"}.fa-dice:before{content:"\f522"}.fa-bowling-ball:before{content:"\f436"}.fa-brain:before{content:"\f5dc"}.fa-bandage:before{content:"\f462"}.fa-band-aid:before{content:"\f462"}.fa-calendar-minus:before{content:"\f272"}.fa-circle-xmark:before{content:"\f057"}.fa-times-circle:before{content:"\f057"}.fa-xmark-circle:before{content:"\f057"}.fa-gifts:before{content:"\f79c"}.fa-hotel:before{content:"\f594"}.fa-earth-asia:before{content:"\f57e"}.fa-globe-asia:before{content:"\f57e"}.fa-id-card-clip:before{content:"\f47f"}.fa-id-card-alt:before{content:"\f47f"}.fa-magnifying-glass-plus:before{content:"\f00e"}.fa-search-plus:before{content:"\f00e"}.fa-thumbs-up:before{content:"\f164"}.fa-user-clock:before{content:"\f4fd"}.fa-hand-dots:before{content:"\f461"}.fa-allergies:before{content:"\f461"}.fa-file-invoice:before{content:"\f570"}.fa-window-minimize:before{content:"\f2d1"}.fa-mug-saucer:before{content:"\f0f4"}.fa-coffee:before{content:"\f0f4"}.fa-brush:before{content:"\f55d"}.fa-mask:before{content:"\f6fa"}.fa-magnifying-glass-minus:before{content:"\f010"}.fa-search-minus:before{content:"\f010"}.fa-ruler-vertical:before{content:"\f548"}.fa-user-large:before{content:"\f406"}.fa-user-alt:before{content:"\f406"}.fa-train-tram:before{content:"\e5b4"}.fa-user-nurse:before{content:"\f82f"}.fa-syringe:before{content:"\f48e"}.fa-cloud-sun:before{content:"\f6c4"}.fa-stopwatch-20:before{content:"\e06f"}.fa-square-full:before{content:"\f45c"}.fa-magnet:before{content:"\f076"}.fa-jar:before{content:"\e516"}.fa-note-sticky:before{content:"\f249"}.fa-sticky-note:before{content:"\f249"}.fa-bug-slash:before{content:"\e490"}.fa-arrow-up-from-water-pump:before{content:"\e4b6"}.fa-bone:before{content:"\f5d7"}.fa-user-injured:before{content:"\f728"}.fa-face-sad-tear:before{content:"\f5b4"}.fa-sad-tear:before{content:"\f5b4"}.fa-plane:before{content:"\f072"}.fa-tent-arrows-down:before{content:"\e581"}.fa-exclamation:before{content:"\21"}.fa-arrows-spin:before{content:"\e4bb"}.fa-print:before{content:"\f02f"}.fa-turkish-lira-sign:before{content:"\e2bb"}.fa-try:before{content:"\e2bb"}.fa-turkish-lira:before{content:"\e2bb"}.fa-dollar-sign:before{content:"\24"}.fa-dollar:before{content:"\24"}.fa-usd:before{content:"\24"}.fa-x:before{content:"\58"}.fa-magnifying-glass-dollar:before{content:"\f688"}.fa-search-dollar:before{content:"\f688"}.fa-users-gear:before{content:"\f509"}.fa-users-cog:before{content:"\f509"}.fa-person-military-pointing:before{content:"\e54a"}.fa-building-columns:before{content:"\f19c"}.fa-bank:before{content:"\f19c"}.fa-institution:before{content:"\f19c"}.fa-museum:before{content:"\f19c"}.fa-university:before{content:"\f19c"}.fa-umbrella:before{content:"\f0e9"}.fa-trowel:before{content:"\e589"}.fa-d:before{content:"\44"}.fa-stapler:before{content:"\e5af"}.fa-masks-theater:before{content:"\f630"}.fa-theater-masks:before{content:"\f630"}.fa-kip-sign:before{content:"\e1c4"}.fa-hand-point-left:before{content:"\f0a5"}.fa-handshake-simple:before{content:"\f4c6"}.fa-handshake-alt:before{content:"\f4c6"}.fa-jet-fighter:before{content:"\f0fb"}.fa-fighter-jet:before{content:"\f0fb"}.fa-square-share-nodes:before{content:"\f1e1"}.fa-share-alt-square:before{content:"\f1e1"}.fa-barcode:before{content:"\f02a"}.fa-plus-minus:before{content:"\e43c"}.fa-video:before{content:"\f03d"}.fa-video-camera:before{content:"\f03d"}.fa-graduation-cap:before{content:"\f19d"}.fa-mortar-board:before{content:"\f19d"}.fa-hand-holding-medical:before{content:"\e05c"}.fa-person-circle-check:before{content:"\e53e"}.fa-turn-up:before{content:"\f3bf"}.fa-level-up-alt:before{content:"\f3bf"}.sr-only,.fa-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.sr-only-focusable:not(:focus),.fa-sr-only-focusable:not(:focus){position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}:root,:host{--fa-style-family-brands:'Font Awesome 6 Brands';--fa-font-brands:normal 400 1em/1 'Font Awesome 6 Brands'}@font-face{font-family:'Font Awesome 6 Brands';font-style:normal;font-weight:400;font-display:block;src:url(//www.platform81.com/wp-content/themes/platform81/library/css/../webfonts/fa-brands-400.woff2) format("woff2"),url(//www.platform81.com/wp-content/themes/platform81/library/css/../webfonts/fa-brands-400.ttf) format("truetype")}.fab,.fa-brands{font-weight:400}.fa-monero:before{content:"\f3d0"}.fa-hooli:before{content:"\f427"}.fa-yelp:before{content:"\f1e9"}.fa-cc-visa:before{content:"\f1f0"}.fa-lastfm:before{content:"\f202"}.fa-shopware:before{content:"\f5b5"}.fa-creative-commons-nc:before{content:"\f4e8"}.fa-aws:before{content:"\f375"}.fa-redhat:before{content:"\f7bc"}.fa-yoast:before{content:"\f2b1"}.fa-cloudflare:before{content:"\e07d"}.fa-ups:before{content:"\f7e0"}.fa-wpexplorer:before{content:"\f2de"}.fa-dyalog:before{content:"\f399"}.fa-bity:before{content:"\f37a"}.fa-stackpath:before{content:"\f842"}.fa-buysellads:before{content:"\f20d"}.fa-first-order:before{content:"\f2b0"}.fa-modx:before{content:"\f285"}.fa-guilded:before{content:"\e07e"}.fa-vnv:before{content:"\f40b"}.fa-square-js:before{content:"\f3b9"}.fa-js-square:before{content:"\f3b9"}.fa-microsoft:before{content:"\f3ca"}.fa-qq:before{content:"\f1d6"}.fa-orcid:before{content:"\f8d2"}.fa-java:before{content:"\f4e4"}.fa-invision:before{content:"\f7b0"}.fa-creative-commons-pd-alt:before{content:"\f4ed"}.fa-centercode:before{content:"\f380"}.fa-glide-g:before{content:"\f2a6"}.fa-drupal:before{content:"\f1a9"}.fa-hire-a-helper:before{content:"\f3b0"}.fa-creative-commons-by:before{content:"\f4e7"}.fa-unity:before{content:"\e049"}.fa-whmcs:before{content:"\f40d"}.fa-rocketchat:before{content:"\f3e8"}.fa-vk:before{content:"\f189"}.fa-untappd:before{content:"\f405"}.fa-mailchimp:before{content:"\f59e"}.fa-css3-alt:before{content:"\f38b"}.fa-square-reddit:before{content:"\f1a2"}.fa-reddit-square:before{content:"\f1a2"}.fa-vimeo-v:before{content:"\f27d"}.fa-contao:before{content:"\f26d"}.fa-square-font-awesome:before{content:"\e5ad"}.fa-deskpro:before{content:"\f38f"}.fa-sistrix:before{content:"\f3ee"}.fa-square-instagram:before{content:"\e055"}.fa-instagram-square:before{content:"\e055"}.fa-battle-net:before{content:"\f835"}.fa-the-red-yeti:before{content:"\f69d"}.fa-square-hacker-news:before{content:"\f3af"}.fa-hacker-news-square:before{content:"\f3af"}.fa-edge:before{content:"\f282"}.fa-threads:before{content:"\e618"}.fa-napster:before{content:"\f3d2"}.fa-square-snapchat:before{content:"\f2ad"}.fa-snapchat-square:before{content:"\f2ad"}.fa-google-plus-g:before{content:"\f0d5"}.fa-artstation:before{content:"\f77a"}.fa-markdown:before{content:"\f60f"}.fa-sourcetree:before{content:"\f7d3"}.fa-google-plus:before{content:"\f2b3"}.fa-diaspora:before{content:"\f791"}.fa-foursquare:before{content:"\f180"}.fa-stack-overflow:before{content:"\f16c"}.fa-github-alt:before{content:"\f113"}.fa-phoenix-squadron:before{content:"\f511"}.fa-pagelines:before{content:"\f18c"}.fa-algolia:before{content:"\f36c"}.fa-red-river:before{content:"\f3e3"}.fa-creative-commons-sa:before{content:"\f4ef"}.fa-safari:before{content:"\f267"}.fa-google:before{content:"\f1a0"}.fa-square-font-awesome-stroke:before{content:"\f35c"}.fa-font-awesome-alt:before{content:"\f35c"}.fa-atlassian:before{content:"\f77b"}.fa-linkedin-in:before{content:"\f0e1"}.fa-digital-ocean:before{content:"\f391"}.fa-nimblr:before{content:"\f5a8"}.fa-chromecast:before{content:"\f838"}.fa-evernote:before{content:"\f839"}.fa-hacker-news:before{content:"\f1d4"}.fa-creative-commons-sampling:before{content:"\f4f0"}.fa-adversal:before{content:"\f36a"}.fa-creative-commons:before{content:"\f25e"}.fa-watchman-monitoring:before{content:"\e087"}.fa-fonticons:before{content:"\f280"}.fa-weixin:before{content:"\f1d7"}.fa-shirtsinbulk:before{content:"\f214"}.fa-codepen:before{content:"\f1cb"}.fa-git-alt:before{content:"\f841"}.fa-lyft:before{content:"\f3c3"}.fa-rev:before{content:"\f5b2"}.fa-windows:before{content:"\f17a"}.fa-wizards-of-the-coast:before{content:"\f730"}.fa-square-viadeo:before{content:"\f2aa"}.fa-viadeo-square:before{content:"\f2aa"}.fa-meetup:before{content:"\f2e0"}.fa-centos:before{content:"\f789"}.fa-adn:before{content:"\f170"}.fa-cloudsmith:before{content:"\f384"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-square-dribbble:before{content:"\f397"}.fa-dribbble-square:before{content:"\f397"}.fa-codiepie:before{content:"\f284"}.fa-node:before{content:"\f419"}.fa-mix:before{content:"\f3cb"}.fa-steam:before{content:"\f1b6"}.fa-cc-apple-pay:before{content:"\f416"}.fa-scribd:before{content:"\f28a"}.fa-debian:before{content:"\e60b"}.fa-openid:before{content:"\f19b"}.fa-instalod:before{content:"\e081"}.fa-expeditedssl:before{content:"\f23e"}.fa-sellcast:before{content:"\f2da"}.fa-square-twitter:before{content:"\f081"}.fa-twitter-square:before{content:"\f081"}.fa-r-project:before{content:"\f4f7"}.fa-delicious:before{content:"\f1a5"}.fa-freebsd:before{content:"\f3a4"}.fa-vuejs:before{content:"\f41f"}.fa-accusoft:before{content:"\f369"}.fa-ioxhost:before{content:"\f208"}.fa-fonticons-fi:before{content:"\f3a2"}.fa-app-store:before{content:"\f36f"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-itunes-note:before{content:"\f3b5"}.fa-golang:before{content:"\e40f"}.fa-kickstarter:before{content:"\f3bb"}.fa-grav:before{content:"\f2d6"}.fa-weibo:before{content:"\f18a"}.fa-uncharted:before{content:"\e084"}.fa-firstdraft:before{content:"\f3a1"}.fa-square-youtube:before{content:"\f431"}.fa-youtube-square:before{content:"\f431"}.fa-wikipedia-w:before{content:"\f266"}.fa-wpressr:before{content:"\f3e4"}.fa-rendact:before{content:"\f3e4"}.fa-angellist:before{content:"\f209"}.fa-galactic-republic:before{content:"\f50c"}.fa-nfc-directional:before{content:"\e530"}.fa-skype:before{content:"\f17e"}.fa-joget:before{content:"\f3b7"}.fa-fedora:before{content:"\f798"}.fa-stripe-s:before{content:"\f42a"}.fa-meta:before{content:"\e49b"}.fa-laravel:before{content:"\f3bd"}.fa-hotjar:before{content:"\f3b1"}.fa-bluetooth-b:before{content:"\f294"}.fa-sticker-mule:before{content:"\f3f7"}.fa-creative-commons-zero:before{content:"\f4f3"}.fa-hips:before{content:"\f452"}.fa-behance:before{content:"\f1b4"}.fa-reddit:before{content:"\f1a1"}.fa-discord:before{content:"\f392"}.fa-chrome:before{content:"\f268"}.fa-app-store-ios:before{content:"\f370"}.fa-cc-discover:before{content:"\f1f2"}.fa-wpbeginner:before{content:"\f297"}.fa-confluence:before{content:"\f78d"}.fa-mdb:before{content:"\f8ca"}.fa-dochub:before{content:"\f394"}.fa-accessible-icon:before{content:"\f368"}.fa-ebay:before{content:"\f4f4"}.fa-amazon:before{content:"\f270"}.fa-unsplash:before{content:"\e07c"}.fa-yarn:before{content:"\f7e3"}.fa-square-steam:before{content:"\f1b7"}.fa-steam-square:before{content:"\f1b7"}.fa-500px:before{content:"\f26e"}.fa-square-vimeo:before{content:"\f194"}.fa-vimeo-square:before{content:"\f194"}.fa-asymmetrik:before{content:"\f372"}.fa-font-awesome:before{content:"\f2b4"}.fa-font-awesome-flag:before{content:"\f2b4"}.fa-font-awesome-logo-full:before{content:"\f2b4"}.fa-gratipay:before{content:"\f184"}.fa-apple:before{content:"\f179"}.fa-hive:before{content:"\e07f"}.fa-gitkraken:before{content:"\f3a6"}.fa-keybase:before{content:"\f4f5"}.fa-apple-pay:before{content:"\f415"}.fa-padlet:before{content:"\e4a0"}.fa-amazon-pay:before{content:"\f42c"}.fa-square-github:before{content:"\f092"}.fa-github-square:before{content:"\f092"}.fa-stumbleupon:before{content:"\f1a4"}.fa-fedex:before{content:"\f797"}.fa-phoenix-framework:before{content:"\f3dc"}.fa-shopify:before{content:"\e057"}.fa-neos:before{content:"\f612"}.fa-square-threads:before{content:"\e619"}.fa-hackerrank:before{content:"\f5f7"}.fa-researchgate:before{content:"\f4f8"}.fa-swift:before{content:"\f8e1"}.fa-angular:before{content:"\f420"}.fa-speakap:before{content:"\f3f3"}.fa-angrycreative:before{content:"\f36e"}.fa-y-combinator:before{content:"\f23b"}.fa-empire:before{content:"\f1d1"}.fa-envira:before{content:"\f299"}.fa-square-gitlab:before{content:"\e5ae"}.fa-gitlab-square:before{content:"\e5ae"}.fa-studiovinari:before{content:"\f3f8"}.fa-pied-piper:before{content:"\f2ae"}.fa-wordpress:before{content:"\f19a"}.fa-product-hunt:before{content:"\f288"}.fa-firefox:before{content:"\f269"}.fa-linode:before{content:"\f2b8"}.fa-goodreads:before{content:"\f3a8"}.fa-square-odnoklassniki:before{content:"\f264"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-jsfiddle:before{content:"\f1cc"}.fa-sith:before{content:"\f512"}.fa-themeisle:before{content:"\f2b2"}.fa-page4:before{content:"\f3d7"}.fa-hashnode:before{content:"\e499"}.fa-react:before{content:"\f41b"}.fa-cc-paypal:before{content:"\f1f4"}.fa-squarespace:before{content:"\f5be"}.fa-cc-stripe:before{content:"\f1f5"}.fa-creative-commons-share:before{content:"\f4f2"}.fa-bitcoin:before{content:"\f379"}.fa-keycdn:before{content:"\f3ba"}.fa-opera:before{content:"\f26a"}.fa-itch-io:before{content:"\f83a"}.fa-umbraco:before{content:"\f8e8"}.fa-galactic-senate:before{content:"\f50d"}.fa-ubuntu:before{content:"\f7df"}.fa-draft2digital:before{content:"\f396"}.fa-stripe:before{content:"\f429"}.fa-houzz:before{content:"\f27c"}.fa-gg:before{content:"\f260"}.fa-dhl:before{content:"\f790"}.fa-square-pinterest:before{content:"\f0d3"}.fa-pinterest-square:before{content:"\f0d3"}.fa-xing:before{content:"\f168"}.fa-blackberry:before{content:"\f37b"}.fa-creative-commons-pd:before{content:"\f4ec"}.fa-playstation:before{content:"\f3df"}.fa-quinscape:before{content:"\f459"}.fa-less:before{content:"\f41d"}.fa-blogger-b:before{content:"\f37d"}.fa-opencart:before{content:"\f23d"}.fa-vine:before{content:"\f1ca"}.fa-paypal:before{content:"\f1ed"}.fa-gitlab:before{content:"\f296"}.fa-typo3:before{content:"\f42b"}.fa-reddit-alien:before{content:"\f281"}.fa-yahoo:before{content:"\f19e"}.fa-dailymotion:before{content:"\e052"}.fa-affiliatetheme:before{content:"\f36b"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-bootstrap:before{content:"\f836"}.fa-odnoklassniki:before{content:"\f263"}.fa-nfc-symbol:before{content:"\e531"}.fa-ethereum:before{content:"\f42e"}.fa-speaker-deck:before{content:"\f83c"}.fa-creative-commons-nc-eu:before{content:"\f4e9"}.fa-patreon:before{content:"\f3d9"}.fa-avianex:before{content:"\f374"}.fa-ello:before{content:"\f5f1"}.fa-gofore:before{content:"\f3a7"}.fa-bimobject:before{content:"\f378"}.fa-facebook-f:before{content:"\f39e"}.fa-square-google-plus:before{content:"\f0d4"}.fa-google-plus-square:before{content:"\f0d4"}.fa-mandalorian:before{content:"\f50f"}.fa-first-order-alt:before{content:"\f50a"}.fa-osi:before{content:"\f41a"}.fa-google-wallet:before{content:"\f1ee"}.fa-d-and-d-beyond:before{content:"\f6ca"}.fa-periscope:before{content:"\f3da"}.fa-fulcrum:before{content:"\f50b"}.fa-cloudscale:before{content:"\f383"}.fa-forumbee:before{content:"\f211"}.fa-mizuni:before{content:"\f3cc"}.fa-schlix:before{content:"\f3ea"}.fa-square-xing:before{content:"\f169"}.fa-xing-square:before{content:"\f169"}.fa-bandcamp:before{content:"\f2d5"}.fa-wpforms:before{content:"\f298"}.fa-cloudversify:before{content:"\f385"}.fa-usps:before{content:"\f7e1"}.fa-megaport:before{content:"\f5a3"}.fa-magento:before{content:"\f3c4"}.fa-spotify:before{content:"\f1bc"}.fa-optin-monster:before{content:"\f23c"}.fa-fly:before{content:"\f417"}.fa-aviato:before{content:"\f421"}.fa-itunes:before{content:"\f3b4"}.fa-cuttlefish:before{content:"\f38c"}.fa-blogger:before{content:"\f37c"}.fa-flickr:before{content:"\f16e"}.fa-viber:before{content:"\f409"}.fa-soundcloud:before{content:"\f1be"}.fa-digg:before{content:"\f1a6"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-symfony:before{content:"\f83d"}.fa-maxcdn:before{content:"\f136"}.fa-etsy:before{content:"\f2d7"}.fa-facebook-messenger:before{content:"\f39f"}.fa-audible:before{content:"\f373"}.fa-think-peaks:before{content:"\f731"}.fa-bilibili:before{content:"\e3d9"}.fa-erlang:before{content:"\f39d"}.fa-x-twitter:before{content:"\e61b"}.fa-cotton-bureau:before{content:"\f89e"}.fa-dashcube:before{content:"\f210"}.fa-42-group:before{content:"\e080"}.fa-innosoft:before{content:"\e080"}.fa-stack-exchange:before{content:"\f18d"}.fa-elementor:before{content:"\f430"}.fa-square-pied-piper:before{content:"\e01e"}.fa-pied-piper-square:before{content:"\e01e"}.fa-creative-commons-nd:before{content:"\f4eb"}.fa-palfed:before{content:"\f3d8"}.fa-superpowers:before{content:"\f2dd"}.fa-resolving:before{content:"\f3e7"}.fa-xbox:before{content:"\f412"}.fa-searchengin:before{content:"\f3eb"}.fa-tiktok:before{content:"\e07b"}.fa-square-facebook:before{content:"\f082"}.fa-facebook-square:before{content:"\f082"}.fa-renren:before{content:"\f18b"}.fa-linux:before{content:"\f17c"}.fa-glide:before{content:"\f2a5"}.fa-linkedin:before{content:"\f08c"}.fa-hubspot:before{content:"\f3b2"}.fa-deploydog:before{content:"\f38e"}.fa-twitch:before{content:"\f1e8"}.fa-ravelry:before{content:"\f2d9"}.fa-mixer:before{content:"\e056"}.fa-square-lastfm:before{content:"\f203"}.fa-lastfm-square:before{content:"\f203"}.fa-vimeo:before{content:"\f40a"}.fa-mendeley:before{content:"\f7b3"}.fa-uniregistry:before{content:"\f404"}.fa-figma:before{content:"\f799"}.fa-creative-commons-remix:before{content:"\f4ee"}.fa-cc-amazon-pay:before{content:"\f42d"}.fa-dropbox:before{content:"\f16b"}.fa-instagram:before{content:"\f16d"}.fa-cmplid:before{content:"\e360"}.fa-facebook:before{content:"\f09a"}.fa-gripfire:before{content:"\f3ac"}.fa-jedi-order:before{content:"\f50e"}.fa-uikit:before{content:"\f403"}.fa-fort-awesome-alt:before{content:"\f3a3"}.fa-phabricator:before{content:"\f3db"}.fa-ussunnah:before{content:"\f407"}.fa-earlybirds:before{content:"\f39a"}.fa-trade-federation:before{content:"\f513"}.fa-autoprefixer:before{content:"\f41c"}.fa-whatsapp:before{content:"\f232"}.fa-slideshare:before{content:"\f1e7"}.fa-google-play:before{content:"\f3ab"}.fa-viadeo:before{content:"\f2a9"}.fa-line:before{content:"\f3c0"}.fa-google-drive:before{content:"\f3aa"}.fa-servicestack:before{content:"\f3ec"}.fa-simplybuilt:before{content:"\f215"}.fa-bitbucket:before{content:"\f171"}.fa-imdb:before{content:"\f2d8"}.fa-deezer:before{content:"\e077"}.fa-raspberry-pi:before{content:"\f7bb"}.fa-jira:before{content:"\f7b1"}.fa-docker:before{content:"\f395"}.fa-screenpal:before{content:"\e570"}.fa-bluetooth:before{content:"\f293"}.fa-gitter:before{content:"\f426"}.fa-d-and-d:before{content:"\f38d"}.fa-microblog:before{content:"\e01a"}.fa-cc-diners-club:before{content:"\f24c"}.fa-gg-circle:before{content:"\f261"}.fa-pied-piper-hat:before{content:"\f4e5"}.fa-kickstarter-k:before{content:"\f3bc"}.fa-yandex:before{content:"\f413"}.fa-readme:before{content:"\f4d5"}.fa-html5:before{content:"\f13b"}.fa-sellsy:before{content:"\f213"}.fa-sass:before{content:"\f41e"}.fa-wirsindhandwerk:before{content:"\e2d0"}.fa-wsh:before{content:"\e2d0"}.fa-buromobelexperte:before{content:"\f37f"}.fa-salesforce:before{content:"\f83b"}.fa-octopus-deploy:before{content:"\e082"}.fa-medapps:before{content:"\f3c6"}.fa-ns8:before{content:"\f3d5"}.fa-pinterest-p:before{content:"\f231"}.fa-apper:before{content:"\f371"}.fa-fort-awesome:before{content:"\f286"}.fa-waze:before{content:"\f83f"}.fa-cc-jcb:before{content:"\f24b"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ab"}.fa-fantasy-flight-games:before{content:"\f6dc"}.fa-rust:before{content:"\e07a"}.fa-wix:before{content:"\f5cf"}.fa-square-behance:before{content:"\f1b5"}.fa-behance-square:before{content:"\f1b5"}.fa-supple:before{content:"\f3f9"}.fa-rebel:before{content:"\f1d0"}.fa-css3:before{content:"\f13c"}.fa-staylinked:before{content:"\f3f5"}.fa-kaggle:before{content:"\f5fa"}.fa-space-awesome:before{content:"\e5ac"}.fa-deviantart:before{content:"\f1bd"}.fa-cpanel:before{content:"\f388"}.fa-goodreads-g:before{content:"\f3a9"}.fa-square-git:before{content:"\f1d2"}.fa-git-square:before{content:"\f1d2"}.fa-square-tumblr:before{content:"\f174"}.fa-tumblr-square:before{content:"\f174"}.fa-trello:before{content:"\f181"}.fa-creative-commons-nc-jp:before{content:"\f4ea"}.fa-get-pocket:before{content:"\f265"}.fa-perbyte:before{content:"\e083"}.fa-grunt:before{content:"\f3ad"}.fa-weebly:before{content:"\f5cc"}.fa-connectdevelop:before{content:"\f20e"}.fa-leanpub:before{content:"\f212"}.fa-black-tie:before{content:"\f27e"}.fa-themeco:before{content:"\f5c6"}.fa-python:before{content:"\f3e2"}.fa-android:before{content:"\f17b"}.fa-bots:before{content:"\e340"}.fa-free-code-camp:before{content:"\f2c5"}.fa-hornbill:before{content:"\f592"}.fa-js:before{content:"\f3b8"}.fa-ideal:before{content:"\e013"}.fa-git:before{content:"\f1d3"}.fa-dev:before{content:"\f6cc"}.fa-sketch:before{content:"\f7c6"}.fa-yandex-international:before{content:"\f414"}.fa-cc-amex:before{content:"\f1f3"}.fa-uber:before{content:"\f402"}.fa-github:before{content:"\f09b"}.fa-php:before{content:"\f457"}.fa-alipay:before{content:"\f642"}.fa-youtube:before{content:"\f167"}.fa-skyatlas:before{content:"\f216"}.fa-firefox-browser:before{content:"\e007"}.fa-replyd:before{content:"\f3e6"}.fa-suse:before{content:"\f7d6"}.fa-jenkins:before{content:"\f3b6"}.fa-twitter:before{content:"\f099"}.fa-rockrms:before{content:"\f3e9"}.fa-pinterest:before{content:"\f0d2"}.fa-buffer:before{content:"\f837"}.fa-npm:before{content:"\f3d4"}.fa-yammer:before{content:"\f840"}.fa-btc:before{content:"\f15a"}.fa-dribbble:before{content:"\f17d"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-internet-explorer:before{content:"\f26b"}.fa-stubber:before{content:"\e5c7"}.fa-telegram:before{content:"\f2c6"}.fa-telegram-plane:before{content:"\f2c6"}.fa-old-republic:before{content:"\f510"}.fa-odysee:before{content:"\e5c6"}.fa-square-whatsapp:before{content:"\f40c"}.fa-whatsapp-square:before{content:"\f40c"}.fa-node-js:before{content:"\f3d3"}.fa-edge-legacy:before{content:"\e078"}.fa-slack:before{content:"\f198"}.fa-slack-hash:before{content:"\f198"}.fa-medrt:before{content:"\f3c8"}.fa-usb:before{content:"\f287"}.fa-tumblr:before{content:"\f173"}.fa-vaadin:before{content:"\f408"}.fa-quora:before{content:"\f2c4"}.fa-square-x-twitter:before{content:"\e61a"}.fa-reacteurope:before{content:"\f75d"}.fa-medium:before{content:"\f23a"}.fa-medium-m:before{content:"\f23a"}.fa-amilia:before{content:"\f36d"}.fa-mixcloud:before{content:"\f289"}.fa-flipboard:before{content:"\f44d"}.fa-viacoin:before{content:"\f237"}.fa-critical-role:before{content:"\f6c9"}.fa-sitrox:before{content:"\e44a"}.fa-discourse:before{content:"\f393"}.fa-joomla:before{content:"\f1aa"}.fa-mastodon:before{content:"\f4f6"}.fa-airbnb:before{content:"\f834"}.fa-wolf-pack-battalion:before{content:"\f514"}.fa-buy-n-large:before{content:"\f8a6"}.fa-gulp:before{content:"\f3ae"}.fa-creative-commons-sampling-plus:before{content:"\f4f1"}.fa-strava:before{content:"\f428"}.fa-ember:before{content:"\f423"}.fa-canadian-maple-leaf:before{content:"\f785"}.fa-teamspeak:before{content:"\f4f9"}.fa-pushed:before{content:"\f3e1"}.fa-wordpress-simple:before{content:"\f411"}.fa-nutritionix:before{content:"\f3d6"}.fa-wodu:before{content:"\e088"}.fa-google-pay:before{content:"\e079"}.fa-intercom:before{content:"\f7af"}.fa-zhihu:before{content:"\f63f"}.fa-korvue:before{content:"\f42f"}.fa-pix:before{content:"\e43a"}.fa-steam-symbol:before{content:"\f3f6"}:root,:host{--fa-style-family-classic:'Font Awesome 6 Free';--fa-font-regular:normal 400 1em/1 'Font Awesome 6 Free'}@font-face{font-family:'Font Awesome 6 Free';font-style:normal;font-weight:400;font-display:block;src:url(//www.platform81.com/wp-content/themes/platform81/library/css/../webfonts/fa-regular-400.woff2) format("woff2"),url(//www.platform81.com/wp-content/themes/platform81/library/css/../webfonts/fa-regular-400.ttf) format("truetype")}.far,.fa-regular{font-weight:400}:root,:host{--fa-style-family-classic:'Font Awesome 6 Free';--fa-font-solid:normal 900 1em/1 'Font Awesome 6 Free'}@font-face{font-family:'Font Awesome 6 Free';font-style:normal;font-weight:900;font-display:block;src:url(//www.platform81.com/wp-content/themes/platform81/library/css/../webfonts/fa-solid-900.woff2) format("woff2"),url(//www.platform81.com/wp-content/themes/platform81/library/css/../webfonts/fa-solid-900.ttf) format("truetype")}.fas,.fa-solid{font-weight:900}@font-face{font-family:'Font Awesome 5 Brands';font-display:block;font-weight:400;src:url(//www.platform81.com/wp-content/themes/platform81/library/css/../webfonts/fa-brands-400.woff2) format("woff2"),url(//www.platform81.com/wp-content/themes/platform81/library/css/../webfonts/fa-brands-400.ttf) format("truetype")}@font-face{font-family:'Font Awesome 5 Free';font-display:block;font-weight:900;src:url(//www.platform81.com/wp-content/themes/platform81/library/css/../webfonts/fa-solid-900.woff2) format("woff2"),url(//www.platform81.com/wp-content/themes/platform81/library/css/../webfonts/fa-solid-900.ttf) format("truetype")}@font-face{font-family:'Font Awesome 5 Free';font-display:block;font-weight:400;src:url(//www.platform81.com/wp-content/themes/platform81/library/css/../webfonts/fa-regular-400.woff2) format("woff2"),url(//www.platform81.com/wp-content/themes/platform81/library/css/../webfonts/fa-regular-400.ttf) format("truetype")}@font-face{font-family:'FontAwesome';font-display:block;src:url(//www.platform81.com/wp-content/themes/platform81/library/css/../webfonts/fa-solid-900.woff2) format("woff2"),url(//www.platform81.com/wp-content/themes/platform81/library/css/../webfonts/fa-solid-900.ttf) format("truetype")}@font-face{font-family:'FontAwesome';font-display:block;src:url(//www.platform81.com/wp-content/themes/platform81/library/css/../webfonts/fa-brands-400.woff2) format("woff2"),url(//www.platform81.com/wp-content/themes/platform81/library/css/../webfonts/fa-brands-400.ttf) format("truetype")}@font-face{font-family:'FontAwesome';font-display:block;src:url(//www.platform81.com/wp-content/themes/platform81/library/css/../webfonts/fa-regular-400.woff2) format("woff2"),url(//www.platform81.com/wp-content/themes/platform81/library/css/../webfonts/fa-regular-400.ttf) format("truetype");unicode-range:U+F003,U+F006,U+F014,U+F016-F017,U+F01A-F01B,U+F01D,U+F022,U+F03E,U+F044,U+F046,U+F05C-F05D,U+F06E,U+F070,U+F087-F088,U+F08A,U+F094,U+F096-F097,U+F09D,U+F0A0,U+F0A2,U+F0A4-F0A7,U+F0C5,U+F0C7,U+F0E5-F0E6,U+F0EB,U+F0F6-F0F8,U+F10C,U+F114-F115,U+F118-F11A,U+F11C-F11D,U+F133,U+F147,U+F14E,U+F150-F152,U+F185-F186,U+F18E,U+F190-F192,U+F196,U+F1C1-F1C9,U+F1D9,U+F1DB,U+F1E3,U+F1EA,U+F1F7,U+F1F9,U+F20A,U+F247-F248,U+F24A,U+F24D,U+F255-F25B,U+F25D,U+F271-F274,U+F278,U+F27B,U+F28C,U+F28E,U+F29C,U+F2B5,U+F2B7,U+F2BA,U+F2BC,U+F2BE,U+F2C0-F2C1,U+F2C3,U+F2D0,U+F2D2,U+F2D4,U+F2DC}@font-face{font-family:'FontAwesome';font-display:block;src:url(//www.platform81.com/wp-content/themes/platform81/library/css/../webfonts/fa-v4compatibility.woff2) format("woff2"),url(//www.platform81.com/wp-content/themes/platform81/library/css/../webfonts/fa-v4compatibility.ttf) format("truetype");unicode-range:U+F041,U+F047,U+F065-F066,U+F07D-F07E,U+F080,U+F08B,U+F08E,U+F090,U+F09A,U+F0AC,U+F0AE,U+F0B2,U+F0D0,U+F0D6,U+F0E4,U+F0EC,U+F10A-F10B,U+F123,U+F13E,U+F148-F149,U+F14C,U+F156,U+F15E,U+F160-F161,U+F163,U+F175-F178,U+F195,U+F1F8,U+F219,U+F27A}
/*!
 * Bootstrap Grid v4.1.2 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
html{box-sizing:border-box;-ms-overflow-style:scrollbar}*,*:before,*:after{box-sizing:inherit}.container{width:100%;padding-right:25px;padding-left:25px;margin-right:auto;margin-left:auto}@media (min-width:1025px){.container{max-width:960px;padding-right:15px;padding-left:15px}}@media (min-width:1200px){.container{max-width:1170px}}@media (min-width:1400px){.container{width:calc(87% + 30px);max-width:1800px}}.container-fluid{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.row{display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.no-gutters{margin-right:0;margin-left:0}.no-gutters>.col,.no-gutters>[class*=col-]{padding-right:0;padding-left:0}.col-1,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-10,.col-11,.col-12,.col,.col-auto,.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm,.col-sm-auto,.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12,.col-md,.col-md-auto,.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg,.col-lg-auto,.col-xl-1,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl,.col-xl-auto{position:relative;width:100%;min-height:1px;padding-right:15px;padding-left:15px}.col{flex-basis:0;flex-grow:1;max-width:100%}.col-auto{flex:0 0 auto;width:auto;max-width:none}.col-1{flex:0 0 8.333333%;max-width:8.333333%}.col-2{flex:0 0 16.666667%;max-width:16.666667%}.col-3{flex:0 0 25%;max-width:25%}.col-4{flex:0 0 33.333333%;max-width:33.333333%}.col-5{flex:0 0 41.666667%;max-width:41.666667%}.col-6{flex:0 0 50%;max-width:50%}.col-7{flex:0 0 58.333333%;max-width:58.333333%}.col-8{flex:0 0 66.666667%;max-width:66.666667%}.col-9{flex:0 0 75%;max-width:75%}.col-10{flex:0 0 83.333333%;max-width:83.333333%}.col-11{flex:0 0 91.666667%;max-width:91.666667%}.col-12{flex:0 0 100%;max-width:100%}.order-first{order:-1}.order-last{order:13}.order-0{order:0}.order-1{order:1}.order-2{order:2}.order-3{order:3}.order-4{order:4}.order-5{order:5}.order-6{order:6}.order-7{order:7}.order-8{order:8}.order-9{order:9}.order-10{order:10}.order-11{order:11}.order-12{order:12}.offset-1{margin-left:8.333333%}.offset-2{margin-left:16.666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.333333%}.offset-5{margin-left:41.666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.333333%}.offset-8{margin-left:66.666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.333333%}.offset-11{margin-left:91.666667%}@media (min-width:576px){.col-sm{flex-basis:0;flex-grow:1;max-width:100%}.col-sm-auto{flex:0 0 auto;width:auto;max-width:none}.col-sm-1{flex:0 0 8.333333%;max-width:8.333333%}.col-sm-2{flex:0 0 16.666667%;max-width:16.666667%}.col-sm-3{flex:0 0 25%;max-width:25%}.col-sm-4{flex:0 0 33.333333%;max-width:33.333333%}.col-sm-5{flex:0 0 41.666667%;max-width:41.666667%}.col-sm-6{flex:0 0 50%;max-width:50%}.col-sm-7{flex:0 0 58.333333%;max-width:58.333333%}.col-sm-8{flex:0 0 66.666667%;max-width:66.666667%}.col-sm-9{flex:0 0 75%;max-width:75%}.col-sm-10{flex:0 0 83.333333%;max-width:83.333333%}.col-sm-11{flex:0 0 91.666667%;max-width:91.666667%}.col-sm-12{flex:0 0 100%;max-width:100%}.order-sm-first{order:-1}.order-sm-last{order:13}.order-sm-0{order:0}.order-sm-1{order:1}.order-sm-2{order:2}.order-sm-3{order:3}.order-sm-4{order:4}.order-sm-5{order:5}.order-sm-6{order:6}.order-sm-7{order:7}.order-sm-8{order:8}.order-sm-9{order:9}.order-sm-10{order:10}.order-sm-11{order:11}.order-sm-12{order:12}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.333333%}.offset-sm-2{margin-left:16.666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.333333%}.offset-sm-5{margin-left:41.666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.333333%}.offset-sm-8{margin-left:66.666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.333333%}.offset-sm-11{margin-left:91.666667%}}@media (min-width:768px){.col-md{flex-basis:0;flex-grow:1;max-width:100%}.col-md-auto{flex:0 0 auto;width:auto;max-width:none}.col-md-1{flex:0 0 8.333333%;max-width:8.333333%}.col-md-2{flex:0 0 16.666667%;max-width:16.666667%}.col-md-3{flex:0 0 25%;max-width:25%}.col-md-4{flex:0 0 33.333333%;max-width:33.333333%}.col-md-5{flex:0 0 41.666667%;max-width:41.666667%}.col-md-6{flex:0 0 50%;max-width:50%}.col-md-7{flex:0 0 58.333333%;max-width:58.333333%}.col-md-8{flex:0 0 66.666667%;max-width:66.666667%}.col-md-9{flex:0 0 75%;max-width:75%}.col-md-10{flex:0 0 83.333333%;max-width:83.333333%}.col-md-11{flex:0 0 91.666667%;max-width:91.666667%}.col-md-12{flex:0 0 100%;max-width:100%}.order-md-first{order:-1}.order-md-last{order:13}.order-md-0{order:0}.order-md-1{order:1}.order-md-2{order:2}.order-md-3{order:3}.order-md-4{order:4}.order-md-5{order:5}.order-md-6{order:6}.order-md-7{order:7}.order-md-8{order:8}.order-md-9{order:9}.order-md-10{order:10}.order-md-11{order:11}.order-md-12{order:12}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.333333%}.offset-md-2{margin-left:16.666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.333333%}.offset-md-5{margin-left:41.666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.333333%}.offset-md-8{margin-left:66.666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.333333%}.offset-md-11{margin-left:91.666667%}}@media (min-width:992px){.col-lg{flex-basis:0;flex-grow:1;max-width:100%}.col-lg-auto{flex:0 0 auto;width:auto;max-width:none}.col-lg-1{flex:0 0 8.333333%;max-width:8.333333%}.col-lg-2{flex:0 0 16.666667%;max-width:16.666667%}.col-lg-3{flex:0 0 25%;max-width:25%}.col-lg-4{flex:0 0 33.333333%;max-width:33.333333%}.col-lg-5{flex:0 0 41.666667%;max-width:41.666667%}.col-lg-6{flex:0 0 50%;max-width:50%}.col-lg-7{flex:0 0 58.333333%;max-width:58.333333%}.col-lg-8{flex:0 0 66.666667%;max-width:66.666667%}.col-lg-9{flex:0 0 75%;max-width:75%}.col-lg-10{flex:0 0 83.333333%;max-width:83.333333%}.col-lg-11{flex:0 0 91.666667%;max-width:91.666667%}.col-lg-12{flex:0 0 100%;max-width:100%}.order-lg-first{order:-1}.order-lg-last{order:13}.order-lg-0{order:0}.order-lg-1{order:1}.order-lg-2{order:2}.order-lg-3{order:3}.order-lg-4{order:4}.order-lg-5{order:5}.order-lg-6{order:6}.order-lg-7{order:7}.order-lg-8{order:8}.order-lg-9{order:9}.order-lg-10{order:10}.order-lg-11{order:11}.order-lg-12{order:12}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.333333%}.offset-lg-2{margin-left:16.666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.333333%}.offset-lg-5{margin-left:41.666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.333333%}.offset-lg-8{margin-left:66.666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.333333%}.offset-lg-11{margin-left:91.666667%}}@media (min-width:1200px){.col-xl{flex-basis:0;flex-grow:1;max-width:100%}.col-xl-auto{flex:0 0 auto;width:auto;max-width:none}.col-xl-1{flex:0 0 8.333333%;max-width:8.333333%}.col-xl-2{flex:0 0 16.666667%;max-width:16.666667%}.col-xl-3{flex:0 0 25%;max-width:25%}.col-xl-4{flex:0 0 33.333333%;max-width:33.333333%}.col-xl-5{flex:0 0 41.666667%;max-width:41.666667%}.col-xl-6{flex:0 0 50%;max-width:50%}.col-xl-7{flex:0 0 58.333333%;max-width:58.333333%}.col-xl-8{flex:0 0 66.666667%;max-width:66.666667%}.col-xl-9{flex:0 0 75%;max-width:75%}.col-xl-10{flex:0 0 83.333333%;max-width:83.333333%}.col-xl-11{flex:0 0 91.666667%;max-width:91.666667%}.col-xl-12{flex:0 0 100%;max-width:100%}.order-xl-first{order:-1}.order-xl-last{order:13}.order-xl-0{order:0}.order-xl-1{order:1}.order-xl-2{order:2}.order-xl-3{order:3}.order-xl-4{order:4}.order-xl-5{order:5}.order-xl-6{order:6}.order-xl-7{order:7}.order-xl-8{order:8}.order-xl-9{order:9}.order-xl-10{order:10}.order-xl-11{order:11}.order-xl-12{order:12}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.333333%}.offset-xl-2{margin-left:16.666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.333333%}.offset-xl-5{margin-left:41.666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.333333%}.offset-xl-8{margin-left:66.666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.333333%}.offset-xl-11{margin-left:91.666667%}}.d-none{display:none !important}.d-inline{display:inline !important}.d-inline-block{display:inline-block !important}.d-block{display:block !important}.d-table{display:table !important}.d-table-row{display:table-row !important}.d-table-cell{display:table-cell !important}.d-flex{display:flex !important}.d-inline-flex{display:inline-flex !important}@media (min-width:576px){.d-sm-none{display:none !important}.d-sm-inline{display:inline !important}.d-sm-inline-block{display:inline-block !important}.d-sm-block{display:block !important}.d-sm-table{display:table !important}.d-sm-table-row{display:table-row !important}.d-sm-table-cell{display:table-cell !important}.d-sm-flex{display:flex !important}.d-sm-inline-flex{display:inline-flex !important}}@media (min-width:768px){.d-md-none{display:none !important}.d-md-inline{display:inline !important}.d-md-inline-block{display:inline-block !important}.d-md-block{display:block !important}.d-md-table{display:table !important}.d-md-table-row{display:table-row !important}.d-md-table-cell{display:table-cell !important}.d-md-flex{display:flex !important}.d-md-inline-flex{display:inline-flex !important}}@media (min-width:992px){.d-lg-none{display:none !important}.d-lg-inline{display:inline !important}.d-lg-inline-block{display:inline-block !important}.d-lg-block{display:block !important}.d-lg-table{display:table !important}.d-lg-table-row{display:table-row !important}.d-lg-table-cell{display:table-cell !important}.d-lg-flex{display:flex !important}.d-lg-inline-flex{display:inline-flex !important}}@media (min-width:1200px){.d-xl-none{display:none !important}.d-xl-inline{display:inline !important}.d-xl-inline-block{display:inline-block !important}.d-xl-block{display:block !important}.d-xl-table{display:table !important}.d-xl-table-row{display:table-row !important}.d-xl-table-cell{display:table-cell !important}.d-xl-flex{display:flex !important}.d-xl-inline-flex{display:inline-flex !important}}@media print{.d-print-none{display:none !important}.d-print-inline{display:inline !important}.d-print-inline-block{display:inline-block !important}.d-print-block{display:block !important}.d-print-table{display:table !important}.d-print-table-row{display:table-row !important}.d-print-table-cell{display:table-cell !important}.d-print-flex{display:flex !important}.d-print-inline-flex{display:inline-flex !important}}.flex-row{flex-direction:row !important}.flex-column{flex-direction:column !important}.flex-row-reverse{flex-direction:row-reverse !important}.flex-column-reverse{flex-direction:column-reverse !important}.flex-wrap{flex-wrap:wrap !important}.flex-nowrap{flex-wrap:nowrap !important}.flex-wrap-reverse{flex-wrap:wrap-reverse !important}.flex-fill{flex:1 1 auto !important}.flex-grow-0{flex-grow:0 !important}.flex-grow-1{flex-grow:1 !important}.flex-shrink-0{flex-shrink:0 !important}.flex-shrink-1{flex-shrink:1 !important}.justify-content-start{justify-content:flex-start !important}.justify-content-end{justify-content:flex-end !important}.justify-content-center{justify-content:center !important}.justify-content-between{justify-content:space-between !important}.justify-content-around{justify-content:space-around !important}.align-items-start{align-items:flex-start !important}.align-items-end{align-items:flex-end !important}.align-items-center{align-items:center !important}.align-items-baseline{align-items:baseline !important}.align-items-stretch{align-items:stretch !important}.align-content-start{align-content:flex-start !important}.align-content-end{align-content:flex-end !important}.align-content-center{align-content:center !important}.align-content-between{align-content:space-between !important}.align-content-around{align-content:space-around !important}.align-content-stretch{align-content:stretch !important}.align-self-auto{align-self:auto !important}.align-self-start{align-self:flex-start !important}.align-self-end{align-self:flex-end !important}.align-self-center{align-self:center !important}.align-self-baseline{align-self:baseline !important}.align-self-stretch{align-self:stretch !important}@media (min-width:576px){.flex-sm-row{flex-direction:row !important}.flex-sm-column{flex-direction:column !important}.flex-sm-row-reverse{flex-direction:row-reverse !important}.flex-sm-column-reverse{flex-direction:column-reverse !important}.flex-sm-wrap{flex-wrap:wrap !important}.flex-sm-nowrap{flex-wrap:nowrap !important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse !important}.flex-sm-fill{flex:1 1 auto !important}.flex-sm-grow-0{flex-grow:0 !important}.flex-sm-grow-1{flex-grow:1 !important}.flex-sm-shrink-0{flex-shrink:0 !important}.flex-sm-shrink-1{flex-shrink:1 !important}.justify-content-sm-start{justify-content:flex-start !important}.justify-content-sm-end{justify-content:flex-end !important}.justify-content-sm-center{justify-content:center !important}.justify-content-sm-between{justify-content:space-between !important}.justify-content-sm-around{justify-content:space-around !important}.align-items-sm-start{align-items:flex-start !important}.align-items-sm-end{align-items:flex-end !important}.align-items-sm-center{align-items:center !important}.align-items-sm-baseline{align-items:baseline !important}.align-items-sm-stretch{align-items:stretch !important}.align-content-sm-start{align-content:flex-start !important}.align-content-sm-end{align-content:flex-end !important}.align-content-sm-center{align-content:center !important}.align-content-sm-between{align-content:space-between !important}.align-content-sm-around{align-content:space-around !important}.align-content-sm-stretch{align-content:stretch !important}.align-self-sm-auto{align-self:auto !important}.align-self-sm-start{align-self:flex-start !important}.align-self-sm-end{align-self:flex-end !important}.align-self-sm-center{align-self:center !important}.align-self-sm-baseline{align-self:baseline !important}.align-self-sm-stretch{align-self:stretch !important}}@media (min-width:768px){.flex-md-row{flex-direction:row !important}.flex-md-column{flex-direction:column !important}.flex-md-row-reverse{flex-direction:row-reverse !important}.flex-md-column-reverse{flex-direction:column-reverse !important}.flex-md-wrap{flex-wrap:wrap !important}.flex-md-nowrap{flex-wrap:nowrap !important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse !important}.flex-md-fill{flex:1 1 auto !important}.flex-md-grow-0{flex-grow:0 !important}.flex-md-grow-1{flex-grow:1 !important}.flex-md-shrink-0{flex-shrink:0 !important}.flex-md-shrink-1{flex-shrink:1 !important}.justify-content-md-start{justify-content:flex-start !important}.justify-content-md-end{justify-content:flex-end !important}.justify-content-md-center{justify-content:center !important}.justify-content-md-between{justify-content:space-between !important}.justify-content-md-around{justify-content:space-around !important}.align-items-md-start{align-items:flex-start !important}.align-items-md-end{align-items:flex-end !important}.align-items-md-center{align-items:center !important}.align-items-md-baseline{align-items:baseline !important}.align-items-md-stretch{align-items:stretch !important}.align-content-md-start{align-content:flex-start !important}.align-content-md-end{align-content:flex-end !important}.align-content-md-center{align-content:center !important}.align-content-md-between{align-content:space-between !important}.align-content-md-around{align-content:space-around !important}.align-content-md-stretch{align-content:stretch !important}.align-self-md-auto{align-self:auto !important}.align-self-md-start{align-self:flex-start !important}.align-self-md-end{align-self:flex-end !important}.align-self-md-center{align-self:center !important}.align-self-md-baseline{align-self:baseline !important}.align-self-md-stretch{align-self:stretch !important}}@media (min-width:992px){.flex-lg-row{flex-direction:row !important}.flex-lg-column{flex-direction:column !important}.flex-lg-row-reverse{flex-direction:row-reverse !important}.flex-lg-column-reverse{flex-direction:column-reverse !important}.flex-lg-wrap{flex-wrap:wrap !important}.flex-lg-nowrap{flex-wrap:nowrap !important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse !important}.flex-lg-fill{flex:1 1 auto !important}.flex-lg-grow-0{flex-grow:0 !important}.flex-lg-grow-1{flex-grow:1 !important}.flex-lg-shrink-0{flex-shrink:0 !important}.flex-lg-shrink-1{flex-shrink:1 !important}.justify-content-lg-start{justify-content:flex-start !important}.justify-content-lg-end{justify-content:flex-end !important}.justify-content-lg-center{justify-content:center !important}.justify-content-lg-between{justify-content:space-between !important}.justify-content-lg-around{justify-content:space-around !important}.align-items-lg-start{align-items:flex-start !important}.align-items-lg-end{align-items:flex-end !important}.align-items-lg-center{align-items:center !important}.align-items-lg-baseline{align-items:baseline !important}.align-items-lg-stretch{align-items:stretch !important}.align-content-lg-start{align-content:flex-start !important}.align-content-lg-end{align-content:flex-end !important}.align-content-lg-center{align-content:center !important}.align-content-lg-between{align-content:space-between !important}.align-content-lg-around{align-content:space-around !important}.align-content-lg-stretch{align-content:stretch !important}.align-self-lg-auto{align-self:auto !important}.align-self-lg-start{align-self:flex-start !important}.align-self-lg-end{align-self:flex-end !important}.align-self-lg-center{align-self:center !important}.align-self-lg-baseline{align-self:baseline !important}.align-self-lg-stretch{align-self:stretch !important}}@media (min-width:1200px){.flex-xl-row{flex-direction:row !important}.flex-xl-column{flex-direction:column !important}.flex-xl-row-reverse{flex-direction:row-reverse !important}.flex-xl-column-reverse{flex-direction:column-reverse !important}.flex-xl-wrap{flex-wrap:wrap !important}.flex-xl-nowrap{flex-wrap:nowrap !important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse !important}.flex-xl-fill{flex:1 1 auto !important}.flex-xl-grow-0{flex-grow:0 !important}.flex-xl-grow-1{flex-grow:1 !important}.flex-xl-shrink-0{flex-shrink:0 !important}.flex-xl-shrink-1{flex-shrink:1 !important}.justify-content-xl-start{justify-content:flex-start !important}.justify-content-xl-end{justify-content:flex-end !important}.justify-content-xl-center{justify-content:center !important}.justify-content-xl-between{justify-content:space-between !important}.justify-content-xl-around{justify-content:space-around !important}.align-items-xl-start{align-items:flex-start !important}.align-items-xl-end{align-items:flex-end !important}.align-items-xl-center{align-items:center !important}.align-items-xl-baseline{align-items:baseline !important}.align-items-xl-stretch{align-items:stretch !important}.align-content-xl-start{align-content:flex-start !important}.align-content-xl-end{align-content:flex-end !important}.align-content-xl-center{align-content:center !important}.align-content-xl-between{align-content:space-between !important}.align-content-xl-around{align-content:space-around !important}.align-content-xl-stretch{align-content:stretch !important}.align-self-xl-auto{align-self:auto !important}.align-self-xl-start{align-self:flex-start !important}.align-self-xl-end{align-self:flex-end !important}.align-self-xl-center{align-self:center !important}.align-self-xl-baseline{align-self:baseline !important}.align-self-xl-stretch{align-self:stretch !important}}
/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.7.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */
@keyframes bounce{from,20%,53%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translate3d(0,0,0)}40%,43%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0)}70%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0)}90%{transform:translate3d(0,-4px,0)}}.bounce{animation-name:bounce;transform-origin:center bottom}@keyframes flash{from,50%,to{opacity:1}25%,75%{opacity:0}}.flash{animation-name:flash}@keyframes pulse{from{transform:scale3d(1,1,1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scale3d(1,1,1)}}.pulse{animation-name:pulse}@keyframes rubberBand{from{transform:scale3d(1,1,1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}to{transform:scale3d(1,1,1)}}.rubberBand{animation-name:rubberBand}@keyframes shake{from,to{transform:translate3d(0,0,0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}.shake{animation-name:shake}@keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}.headShake{animation-timing-function:ease-in-out;animation-name:headShake}@keyframes swing{20%{transform:rotate3d(0,0,1,15deg)}40%{transform:rotate3d(0,0,1,-10deg)}60%{transform:rotate3d(0,0,1,5deg)}80%{transform:rotate3d(0,0,1,-5deg)}to{transform:rotate3d(0,0,1,0deg)}}.swing{transform-origin:top center;animation-name:swing}@keyframes tada{from{transform:scale3d(1,1,1)}10%,20%{transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)}to{transform:scale3d(1,1,1)}}.tada{animation-name:tada}@keyframes wobble{from{transform:translate3d(0,0,0)}15%{transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg)}30%{transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg)}45%{transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg)}60%{transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg)}75%{transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)}to{transform:translate3d(0,0,0)}}.wobble{animation-name:wobble}@keyframes jello{from,11.1%,to{transform:translate3d(0,0,0)}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{transform:skewX(.390625deg) skewY(.390625deg)}88.8%{transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.jello{animation-name:jello;transform-origin:center}@keyframes heartBeat{0%{transform:scale(1)}14%{transform:scale(1.3)}28%{transform:scale(1)}42%{transform:scale(1.3)}70%{transform:scale(1)}}.heartBeat{animation-name:heartBeat;animation-duration:1.3s;animation-timing-function:ease-in-out}@keyframes bounceIn{from,20%,40%,60%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scale3d(1,1,1)}}.bounceIn{animation-duration:.75s;animation-name:bounceIn}@keyframes bounceInDown{from,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:translate3d(0,0,0)}}.bounceInDown{animation-name:bounceInDown}@keyframes bounceInLeft{from,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:translate3d(0,0,0)}}.bounceInLeft{animation-name:bounceInLeft}@keyframes bounceInRight{from,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}from{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:translate3d(0,0,0)}}.bounceInRight{animation-name:bounceInRight}@keyframes bounceInUp{from,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}from{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translate3d(0,0,0)}}.bounceInUp{animation-name:bounceInUp}@keyframes bounceOut{20%{transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}to{opacity:0;transform:scale3d(.3,.3,.3)}}.bounceOut{animation-duration:.75s;animation-name:bounceOut}@keyframes bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.bounceOutDown{animation-name:bounceOutDown}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}.bounceOutLeft{animation-name:bounceOutLeft}@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}.bounceOutRight{animation-name:bounceOutRight}@keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}.bounceOutUp{animation-name:bounceOutUp}@keyframes fadeIn{from{opacity:0}to{opacity:1}}.fadeIn{animation-name:fadeIn}@keyframes fadeInDown{from{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:translate3d(0,0,0)}}.fadeInDown{animation-name:fadeInDown}@keyframes fadeInDownBig{from{opacity:0;transform:translate3d(0,-2000px,0)}to{opacity:1;transform:translate3d(0,0,0)}}.fadeInDownBig{animation-name:fadeInDownBig}@keyframes fadeInLeft{from{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:translate3d(0,0,0)}}.fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInLeftBig{from{opacity:0;transform:translate3d(-2000px,0,0)}to{opacity:1;transform:translate3d(0,0,0)}}.fadeInLeftBig{animation-name:fadeInLeftBig}@keyframes fadeInRight{from{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:translate3d(0,0,0)}}.fadeInRight{animation-name:fadeInRight}@keyframes fadeInRightBig{from{opacity:0;transform:translate3d(2000px,0,0)}to{opacity:1;transform:translate3d(0,0,0)}}.fadeInRightBig{animation-name:fadeInRightBig}@keyframes fadeInUp{from{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:translate3d(0,0,0)}}.fadeInUp{animation-name:fadeInUp}@keyframes fadeInUpBig{from{opacity:0;transform:translate3d(0,2000px,0)}to{opacity:1;transform:translate3d(0,0,0)}}.fadeInUpBig{animation-name:fadeInUpBig}@keyframes fadeOut{from{opacity:1}to{opacity:0}}.fadeOut{animation-name:fadeOut}@keyframes fadeOutDown{from{opacity:1}to{opacity:0;transform:translate3d(0,100%,0)}}.fadeOutDown{animation-name:fadeOutDown}@keyframes fadeOutDownBig{from{opacity:1}to{opacity:0;transform:translate3d(0,2000px,0)}}.fadeOutDownBig{animation-name:fadeOutDownBig}@keyframes fadeOutLeft{from{opacity:1}to{opacity:0;transform:translate3d(-100%,0,0)}}.fadeOutLeft{animation-name:fadeOutLeft}@keyframes fadeOutLeftBig{from{opacity:1}to{opacity:0;transform:translate3d(-2000px,0,0)}}.fadeOutLeftBig{animation-name:fadeOutLeftBig}@keyframes fadeOutRight{from{opacity:1}to{opacity:0;transform:translate3d(100%,0,0)}}.fadeOutRight{animation-name:fadeOutRight}@keyframes fadeOutRightBig{from{opacity:1}to{opacity:0;transform:translate3d(2000px,0,0)}}.fadeOutRightBig{animation-name:fadeOutRightBig}@keyframes fadeOutUp{from{opacity:1}to{opacity:0;transform:translate3d(0,-100%,0)}}.fadeOutUp{animation-name:fadeOutUp}@keyframes fadeOutUpBig{from{opacity:1}to{opacity:0;transform:translate3d(0,-2000px,0)}}.fadeOutUpBig{animation-name:fadeOutUpBig}@keyframes flip{from{transform:perspective(400px) scale3d(1,1,1) translate3d(0,0,0) rotate3d(0,1,0,-360deg);animation-timing-function:ease-out}40%{transform:perspective(400px) scale3d(1,1,1) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);animation-timing-function:ease-out}50%{transform:perspective(400px) scale3d(1,1,1) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(.95,.95,.95) translate3d(0,0,0) rotate3d(0,1,0,0deg);animation-timing-function:ease-in}to{transform:perspective(400px) scale3d(1,1,1) translate3d(0,0,0) rotate3d(0,1,0,0deg);animation-timing-function:ease-in}}.animated.flip{backface-visibility:visible;animation-name:flip}@keyframes flipInX{from{transform:perspective(400px) rotate3d(1,0,0,90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotate3d(1,0,0,-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotate3d(1,0,0,10deg);opacity:1}80%{transform:perspective(400px) rotate3d(1,0,0,-5deg)}to{transform:perspective(400px)}}.flipInX{backface-visibility:visible !important;animation-name:flipInX}@keyframes flipInY{from{transform:perspective(400px) rotate3d(0,1,0,90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotate3d(0,1,0,-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotate3d(0,1,0,10deg);opacity:1}80%{transform:perspective(400px) rotate3d(0,1,0,-5deg)}to{transform:perspective(400px)}}.flipInY{backface-visibility:visible !important;animation-name:flipInY}@keyframes flipOutX{from{transform:perspective(400px)}30%{transform:perspective(400px) rotate3d(1,0,0,-20deg);opacity:1}to{transform:perspective(400px) rotate3d(1,0,0,90deg);opacity:0}}.flipOutX{animation-duration:.75s;animation-name:flipOutX;backface-visibility:visible !important}@keyframes flipOutY{from{transform:perspective(400px)}30%{transform:perspective(400px) rotate3d(0,1,0,-15deg);opacity:1}to{transform:perspective(400px) rotate3d(0,1,0,90deg);opacity:0}}.flipOutY{animation-duration:.75s;backface-visibility:visible !important;animation-name:flipOutY}@keyframes lightSpeedIn{from{transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg)}to{transform:translate3d(0,0,0)}}.lightSpeedIn{animation-name:lightSpeedIn;animation-timing-function:ease-out}@keyframes lightSpeedOut{from{opacity:1}to{transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.lightSpeedOut{animation-name:lightSpeedOut;animation-timing-function:ease-in}@keyframes rotateIn{from{transform-origin:center;transform:rotate3d(0,0,1,-200deg);opacity:0}to{transform-origin:center;transform:translate3d(0,0,0);opacity:1}}.rotateIn{animation-name:rotateIn}@keyframes rotateInDownLeft{from{transform-origin:left bottom;transform:rotate3d(0,0,1,-45deg);opacity:0}to{transform-origin:left bottom;transform:translate3d(0,0,0);opacity:1}}.rotateInDownLeft{animation-name:rotateInDownLeft}@keyframes rotateInDownRight{from{transform-origin:right bottom;transform:rotate3d(0,0,1,45deg);opacity:0}to{transform-origin:right bottom;transform:translate3d(0,0,0);opacity:1}}.rotateInDownRight{animation-name:rotateInDownRight}@keyframes rotateInUpLeft{from{transform-origin:left bottom;transform:rotate3d(0,0,1,45deg);opacity:0}to{transform-origin:left bottom;transform:translate3d(0,0,0);opacity:1}}.rotateInUpLeft{animation-name:rotateInUpLeft}@keyframes rotateInUpRight{from{transform-origin:right bottom;transform:rotate3d(0,0,1,-90deg);opacity:0}to{transform-origin:right bottom;transform:translate3d(0,0,0);opacity:1}}.rotateInUpRight{animation-name:rotateInUpRight}@keyframes rotateOut{from{transform-origin:center;opacity:1}to{transform-origin:center;transform:rotate3d(0,0,1,200deg);opacity:0}}.rotateOut{animation-name:rotateOut}@keyframes rotateOutDownLeft{from{transform-origin:left bottom;opacity:1}to{transform-origin:left bottom;transform:rotate3d(0,0,1,45deg);opacity:0}}.rotateOutDownLeft{animation-name:rotateOutDownLeft}@keyframes rotateOutDownRight{from{transform-origin:right bottom;opacity:1}to{transform-origin:right bottom;transform:rotate3d(0,0,1,-45deg);opacity:0}}.rotateOutDownRight{animation-name:rotateOutDownRight}@keyframes rotateOutUpLeft{from{transform-origin:left bottom;opacity:1}to{transform-origin:left bottom;transform:rotate3d(0,0,1,-45deg);opacity:0}}.rotateOutUpLeft{animation-name:rotateOutUpLeft}@keyframes rotateOutUpRight{from{transform-origin:right bottom;opacity:1}to{transform-origin:right bottom;transform:rotate3d(0,0,1,90deg);opacity:0}}.rotateOutUpRight{animation-name:rotateOutUpRight}@keyframes hinge{0%{transform-origin:top left;animation-timing-function:ease-in-out}20%,60%{transform:rotate3d(0,0,1,80deg);transform-origin:top left;animation-timing-function:ease-in-out}40%,80%{transform:rotate3d(0,0,1,60deg);transform-origin:top left;animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0,700px,0);opacity:0}}.hinge{animation-duration:2s;animation-name:hinge}@keyframes jackInTheBox{from{opacity:0;transform:scale(.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}.jackInTheBox{animation-name:jackInTheBox}@keyframes rollIn{from{opacity:0;transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)}to{opacity:1;transform:translate3d(0,0,0)}}.rollIn{animation-name:rollIn}@keyframes rollOut{from{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg)}}.rollOut{animation-name:rollOut}@keyframes zoomIn{from{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{animation-name:zoomIn}@keyframes zoomInDown{from{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInDown{animation-name:zoomInDown}@keyframes zoomInLeft{from{opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInLeft{animation-name:zoomInLeft}@keyframes zoomInRight{from{opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInRight{animation-name:zoomInRight}@keyframes zoomInUp{from{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInUp{animation-name:zoomInUp}@keyframes zoomOut{from{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.zoomOut{animation-name:zoomOut}@keyframes zoomOutDown{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform-origin:center bottom;animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutDown{animation-name:zoomOutDown}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(-2000px,0,0);transform-origin:left center}}.zoomOutLeft{animation-name:zoomOutLeft}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(2000px,0,0);transform-origin:right center}}.zoomOutRight{animation-name:zoomOutRight}@keyframes zoomOutUp{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform-origin:center bottom;animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutUp{animation-name:zoomOutUp}@keyframes slideInDown{from{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translate3d(0,0,0)}}.slideInDown{animation-name:slideInDown}@keyframes slideInLeft{from{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translate3d(0,0,0)}}.slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{from{transform:translate3d(100%,0,0);visibility:visible}to{transform:translate3d(0,0,0)}}.slideInRight{animation-name:slideInRight}@keyframes slideInUp{from{transform:translate3d(0,100%,0);visibility:visible}to{transform:translate3d(0,0,0)}}.slideInUp{animation-name:slideInUp}@keyframes slideOutDown{from{transform:translate3d(0,0,0)}to{visibility:hidden;transform:translate3d(0,100%,0)}}.slideOutDown{animation-name:slideOutDown}@keyframes slideOutLeft{from{transform:translate3d(0,0,0)}to{visibility:hidden;transform:translate3d(-100%,0,0)}}.slideOutLeft{animation-name:slideOutLeft}@keyframes slideOutRight{from{transform:translate3d(0,0,0)}to{visibility:hidden;transform:translate3d(100%,0,0)}}.slideOutRight{animation-name:slideOutRight}@keyframes slideOutUp{from{transform:translate3d(0,0,0)}to{visibility:hidden;transform:translate3d(0,-100%,0)}}.slideOutUp{animation-name:slideOutUp}.animated{animation-duration:1s;animation-fill-mode:both}.animated.infinite{animation-iteration-count:infinite}.animated.delay-1s{animation-delay:1s}.animated.delay-2s{animation-delay:2s}.animated.delay-3s{animation-delay:3s}.animated.delay-4s{animation-delay:4s}.animated.delay-5s{animation-delay:5s}.animated.fast{animation-duration:.8s}.animated.faster{animation-duration:.5s}.animated.slow{animation-duration:2s}.animated.slower{animation-duration:3s}@media (prefers-reduced-motion){.animated{animation:unset !important;transition:none !important}}*{margin:0;padding:0;border:0;background-repeat:no-repeat;box-sizing:inherit}html{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;box-sizing:border-box}body{font-size:16px;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased}h1,h2,h3,h4,h5{font-size:1em;font-weight:400}a{text-decoration:none;color:inherit;display:inline-block;background-color:transparent;outline:none}a[href=""]{pointer-events:none}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:"";content:none}article,aside,footer,header,nav,section,main{display:block}button,input,optgroup,select,textarea{-webkit-appearance:none;-moz-appearance:none;appearance:none;overflow:visible;border:0;outline:0;font:inherit;-webkit-font-smoothing:inherit;letter-spacing:inherit;background:0 0;vertical-align:top}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}button,select{text-transform:none}option{background-color:inherit}a:active,button:active{color:inherit}input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus,input:-webkit-autofill:active{-webkit-transition:"color 9999s ease-out, background-color 9999s ease-out";-webkit-transition-delay:9999s}textarea{resize:none}input[type=button],button{cursor:pointer}button[disabled],html input[disabled]{cursor:default}img{display:block;max-width:100%;height:auto;border-style:none}table{border-collapse:collapse;border-spacing:0}[hidden]{display:none !important}[disabled]{cursor:not-allowed}:focus:not(:focus-visible){outline:none}code,kbd,samp{font-family:monospace,monospace;font-size:1em}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}body{background:#111;font-family:"StabilGrotesk","Helvetica Neue",Helvetica,Arial,sans-serif;font-size:16px;line-height:1.625;color:#111;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#fff}:is(h1,h2,h3){font-weight:300}:is(h1,h2,h3) span{color:#48d597}h1,.h1{font-size:5rem;line-height:1.04}h2,.h2{font-size:4.375rem;line-height:1.04}h3,.h3{font-size:3.75rem;line-height:1.08}h4,.h4{font-size:2.5rem;line-height:1.08}h5,.h5{font-size:1.56rem}.uppercase{text-transform:uppercase}.small-heading{font-size:.875rem;font-weight:500;color:var(--theme-color);letter-spacing:.05em}.small-heading--light{color:#fff}.heading-underline{font-size:.875rem;text-transform:uppercase;font-weight:400;letter-spacing:.022em;padding-bottom:30px;border-bottom:1px solid #d6d6d6;width:100%;color:#1f1f1f}.heading-underline--light{color:#fff}a{color:inherit;text-decoration:none}@font-face{font-family:"StabilGrotesk";src:url(//www.platform81.com/wp-content/themes/platform81/library/css/../fonts/StabilGrotesk-Thin.woff2) format("woff2"),url(//www.platform81.com/wp-content/themes/platform81/library/css/../fonts/StabilGrotesk-Thin.woff) format("woff");font-weight:300;font-style:normal}@font-face{font-family:"StabilGrotesk";src:url(//www.platform81.com/wp-content/themes/platform81/library/css/../fonts/StabilGrotesk-Regular.woff2) format("woff2"),url(//www.platform81.com/wp-content/themes/platform81/library/css/../fonts/StabilGrotesk-Regular.woff) format("woff");font-weight:400;font-style:normal}@font-face{font-family:"StabilGrotesk";src:url(//www.platform81.com/wp-content/themes/platform81/library/css/../fonts/StabilGrotesk-Medium.woff2) format("woff2"),url(//www.platform81.com/wp-content/themes/platform81/library/css/../fonts/StabilGrotesk-Medium.woff) format("woff");font-weight:500;font-style:normal}@font-face{font-family:"StabilGrotesk";src:url(//www.platform81.com/wp-content/themes/platform81/library/css/../fonts/StabilGrotesk-Black.woff2) format("woff2"),url(//www.platform81.com/wp-content/themes/platform81/library/css/../fonts/StabilGrotesk-Black.woff) format("woff");font-weight:700;font-style:normal}@media only screen and (max-width:767px){h2,.h2{font-size:clamp(2rem,9vw,2.93rem);line-height:1.04}h3,.h3{font-size:2.875rem;line-height:1.13}}@media (min-width:1400px){h2,.h2{font-size:clamp(4.375rem,5vw,6.5rem)}h3,.h3{font-size:clamp(3.75rem,4vw,5rem)}}body,html{position:relative}body.nav-open,html.nav-open{overflow:hidden}body.nav-open .navigation,html.nav-open .navigation{pointer-events:all}body{position:relative}body.header-scrolling{padding-top:73px}.page-block{position:relative;z-index:2}.bg-white{background:#fff;color:#111}.social-links{font-size:.875rem}.social-links li a{display:flex;align-items:center}.social-links li a img{transition:.25s;margin-right:13px}.social-links li a:hover img{transform:rotate(45deg)}.social-links li:not(:last-of-type){margin-bottom:8px}.grecaptcha-badge{visibility:hidden}input:not([type=submit]),textarea{cursor:text}input[type=submit],select{cursor:pointer}.wp-block-image .alignright,.wp-block-image .alignleft,.wp-block-image .alignone,.wp-block-image .aligncenter,img.alignright,img.alignleft,img.alignone,img.aligncenter{display:block;max-width:100%;height:auto}.wp-block-image .alignright img,.wp-block-image .alignleft img,.wp-block-image .alignone img,.wp-block-image .aligncenter img,img.alignright img,img.alignleft img,img.alignone img,img.aligncenter img{display:block;max-width:100%;height:auto}.wp-block-image .alignright,img.alignright{margin:1em 0;float:none}.wp-block-image .alignleft,img.alignleft{margin:1em 0;float:none}.wp-block-image .alignnone,img.alignnone{margin:1em 0;float:none}.wp-block-image .aligncenter,img.aligncenter{display:block;margin:1em;float:none}@media only screen and (min-width:768px){.wp-block-image .alignright,img.alignright{float:right;margin:0 0 1em 1em}.wp-block-image .alignleft,img.alignleft{float:left;margin:0 1em 1em 0}.wp-block-image .aligncenter,img.aligncenter{display:block;margin-left:auto;margin-right:auto}}@media only screen and (min-width:1025px){.main-wrapper{background:#111;position:relative;z-index:10;display:flow-root}}@keyframes moveArrow{0%{background-position:center}50%{background-position:32px 50%}51%{background-position:-15px 50%}100%{background-position:center}}.ui-btn,.gform_wrapper .gform_button{height:42px;padding:0 48px 0 18px;display:inline-flex;align-items:center;border-radius:20px;font-size:.875rem;margin-right:25px;border:none;cursor:pointer;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;position:relative;transition:all .3s ease}.ui-btn:after,.gform_wrapper .gform_button:after{content:"";width:30px;height:30px;border-radius:20px;right:6px;top:6px;position:absolute;transition:all .3s ease}.ui-btn--primary,.gform_wrapper .gform_button{background:rgba(255,255,255,.25)}.ui-btn--primary:after,.gform_wrapper .gform_button:after{background:#48d597 url(//www.platform81.com/wp-content/themes/platform81/library/css/../images/icons/icon-arrow.svg) center/14px auto no-repeat}.ui-btn--primary:hover,.gform_wrapper .gform_button:hover{background:rgba(255,255,255,.1)}.ui-btn--primary:hover:after,.gform_wrapper .gform_button:hover:after{background:#fff url(//www.platform81.com/wp-content/themes/platform81/library/css/../images/icons/icon-arrow.svg) center/14px auto no-repeat}.ui-btn--dark,.gform_wrapper #gform_1 .gform_button{background:#000}.ui-btn--dark:after,.gform_wrapper #gform_1 .gform_button:after{background:#48d597 url(//www.platform81.com/wp-content/themes/platform81/library/css/../images/icons/icon-arrow.svg) center/14px auto no-repeat}.ui-btn--dark:hover,.gform_wrapper #gform_1 .gform_button:hover{background:rgba(0,0,0,.35)}.ui-btn--dark:hover:after,.gform_wrapper #gform_1 .gform_button:hover:after{background:#fff url(//www.platform81.com/wp-content/themes/platform81/library/css/../images/icons/icon-arrow.svg) center/14px auto no-repeat}.ui-btn:hover:after,.gform_wrapper .gform_button:hover:after{animation:moveArrow .5s cubic-bezier(.85,0,.15,1)}.ui-contact{height:62px;background:#48d597;border-radius:35px;padding:0 15px 0 30px;display:inline-flex;align-items:center;font-size:1.06rem;transition:all .5s ease}.ui-contact__imgs{display:flex;align-items:center;margin-left:20px}.ui-contact__imgs img{width:45px;height:45px;border:3px solid #48d597;border-radius:50%;-o-object-fit:cover;object-fit:cover;-o-object-position:top center;object-position:top center}.ui-contact__imgs img:not(:first-of-type){margin-left:-7px}.ui-contact:hover{transform:scale(1.02);box-shadow:0px 10px 30px rgba(0,0,0,.1)}.ui-link{height:34px;will-change:transform;display:inline-flex;align-items:center;color:inherit;font-size:1.18em;transition:all .2s ease}.ui-link__text{position:relative}.ui-link__text:after{content:"";background:#fff;bottom:0;left:0;width:100%;height:1px;position:absolute;transform-origin:bottom right;transition:all .35s cubic-bezier(.83,0,.17,1) .2s;will-change:transform}.ui-link__circle{width:6px;height:6px;border:1px solid #fff;display:block;border-radius:50%;transition:all .35s cubic-bezier(.83,0,.17,1) .2s;margin-right:11px;overflow:hidden;display:flex;align-items:center;justify-content:center}.ui-link__arrow{width:18px;transform:translateX(-30px);transition:all .5s cubic-bezier(.83,0,.17,1)}.ui-link--external:after{content:"";background-image:url(//www.platform81.com/wp-content/themes/platform81/library/css/../images/icons/angled-arrow.svg);background-size:cover;background-position:center;background-repeat:no-repeat;width:16px;height:14px;margin-left:10px}.ui-link:hover .ui-link__text:after{transform:scaleX(0);transition:transform .35s cubic-bezier(.83,0,.17,1)}.ui-link:hover .ui-link__circle{width:34px;height:34px;background:#fff;transition:all .35s cubic-bezier(.83,0,.17,1)}.ui-link:hover .ui-link__arrow{transform:translateX(0);transition:all .5s cubic-bezier(.83,0,.17,1)}.swiper-pagination-progressbar.swiper-pagination-horizontal{position:relative;max-width:310px;height:1px !important;transform:none;background:#fff;margin:65px auto 0}.swiper-pagination-progressbar.swiper-pagination-horizontal .swiper-pagination-progressbar-fill{background:#fff;height:3px;top:-1px}.pagination .page-numbers{display:flex;align-items:center}.pagination .page-numbers>li .page-numbers{width:54px;height:54px;display:flex;align-items:center;justify-content:center;color:#cfcfcf;border:1px solid #3e3e3e;transition:.5s}.pagination .page-numbers>li .page-numbers:hover{background:#48d597;border-color:#48d597;color:#111}.pagination .page-numbers>li .page-numbers.current{background:#48d597;border-color:#48d597;color:#111}.pagination .page-numbers>li:not(:last-of-type){margin-right:8px}.next-post__link{display:flex;align-items:center;padding:20px 0;margin-bottom:85px;border-top:1px solid #707070;border-bottom:1px solid #707070;overflow:hidden}.next-post__title{display:flex;align-items:center;font-weight:300;font-size:4.4rem;line-height:1.04;transform:translateX(-30%);transition:.4s ease-in-out;will-change:transform}.next-post__title:after{content:"";background:url(//www.platform81.com/wp-content/themes/platform81/library/css/../images/icons/arrow-right-long-white.svg) center/cover;width:63px;height:45px;margin-left:50px}.next-post__image{opacity:0;position:relative;width:228px;height:153px;will-change:transform;transition:all .75s ease-in-out;margin-right:35px}.next-post__image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;will-change:transform}.next-post:hover .next-post__title{transform:translateX(0%)}.next-post:hover .next-post__image{opacity:1}@media only screen and (max-width:1024px){.cursor{display:none}.next-post__image{width:30%;position:relative;opacity:1;aspect-ratio:16/9;height:unset;margin-right:25px}.next-post__title{font-size:2.81rem;transform:translateX(0)}}@media only screen and (max-width:767px){.next-post__title{font-size:1.25rem}.next-post__title:after{width:20px;height:14px;margin-left:10px}}@media only screen and (min-width:1025px){.cursor{width:130px;height:130px;border-radius:100%;transition:all .2s ease-out;position:fixed;pointer-events:none;z-index:101;left:0;top:0;opacity:0;transform:translate(calc(-50% + 15px),-50%);background:var(--theme-color);color:rgba(255,255,255,.7);background:rgba(255,255,255,.15);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);text-transform:uppercase}.cursor:not(.cursor--video){display:flex;align-items:center;justify-content:center;font-size:.875rem;text-align:center;padding:0 15px;line-height:1.21}.cursor--video{opacity:1}.cursor--video-pause{background:rgba(255,255,255,.5) url(//www.platform81.com/wp-content/themes/platform81/library/css/../images/icons/pause.svg) center/16px auto no-repeat}.cursor--video-play{background:rgba(255,255,255,.5) url(//www.platform81.com/wp-content/themes/platform81/library/css/../images/icons/play.svg) center/16px auto no-repeat}.cursor--project{opacity:1;display:flex;align-items:center;justify-content:center;font-size:.875rem;text-align:center;padding:0 15px;line-height:1.21}.cursor--project:after{content:"View Case Study"}.cursor--allprojects{opacity:1}.cursor--allprojects:after{content:"View Projects"}.cursor--connect{opacity:1}.cursor--connect:after{content:"Let's Connect"}.cursor--drag{opacity:1}.cursor--drag:after{content:"Drag"}.cursor--footer-connect{opacity:1;background:#111}.cursor--footer-connect:after{content:"Let's Connect"}.cursor--hide{opacity:0}}@media only screen and (min-width:1200px){.next-post__title{font-size:5rem}}@keyframes spin{100%{transform:rotate(360deg)}}.header{position:relative;display:flex;align-items:center;padding:17px 0;transition:top .45s 0s,background .15s 0s;min-height:90px;z-index:9999}.header .container{display:flex;align-items:center}.header__logo{display:block;margin-right:auto}.header .menu-toggle{justify-content:center;align-items:center;display:flex;position:relative}.header .nav-open{height:50px;width:50px;border-radius:50%;position:relative;cursor:pointer;pointer-events:auto}.header .nav-open:before,.header .nav-open:after{content:"";position:absolute}.header .nav-open:before{background:rgba(255,255,255,.25);border-radius:50%;transition:all .2s ease;width:100%;height:100%;top:0;left:0;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.header .nav-open:after{background:url(//www.platform81.com/wp-content/themes/platform81/library/css/../images/icons/menu-text.svg) center/cover no-repeat;opacity:0;transition:all .2s ease;animation:spin 4s linear infinite;width:62.5px;height:62.5px;top:-6.25px;left:-6.25px}.header .nav-open>span{width:16px;height:1px;background:#fff;position:absolute;left:calc(50% - 8px);transition:top .1s ease .1s,transform .2s ease,color .2s ease}.header .nav-open>span:nth-child(1){top:calc(50% - 3px)}.header .nav-open>span:nth-child(2){top:calc(50% + 3px)}.header--fixed{position:fixed;width:100%;top:-100%;left:0;background-color:#111;z-index:9999}.header--fixed.header--up{top:0;transition:top .45s 0s,background .15s 0s}.header--navopen{background:0 0}.header--navopen .header__discuss{display:none}.header--navopen .nav-open>span{transition:top .1s ease,transform .2s ease .1s}.header--navopen .nav-open>span:nth-child(1){transform:rotate(-45deg);top:50%}.header--navopen .nav-open>span:nth-child(2){transform:rotate(45deg);top:50%}@media only screen and (max-width:649px){.header__logo{overflow:hidden;transition:all .2s ease;width:135px}.header__logo img{transition:all .2s ease}.header--fixed .header__logo{width:50px;transion:none}.header--fixed .header__logo img{margin-left:-100px;transion:none}}@media only screen and (max-width:767px){.header__logo img{max-width:135px}.header__discuss{height:35px;font-size:.75rem;margin-right:15px;padding:0 42px 0 15px}.header__discuss:after{width:27px;height:27px;right:4px;top:4px}.header--navopen .nav-open span{background:#000}.header--navopen .nav-open:hover:before{background:rgba(255,255,255,.8)}}@media only screen and (max-width:440px){.header__discuss{display:none}}@media only screen and (min-width:768px){.header .nav-open:not(.active):hover:before{transform:scale(1.4);background:rgba(255,255,255,.95)}.header .nav-open:not(.active):hover:after{opacity:1;transition:all .2s ease .08s}.header .nav-open:not(.active):hover>span{background:#170e06}.header--navopen .nav-open:hover:before{transform:scale(1.16)}}.navigation{pointer-events:none;position:fixed;left:0;top:0;width:100%;min-height:100dvh;z-index:999;display:flex;align-items:center;background:#111;-webkit-clip-path:polygon(0 0,100% 0,100% 0px,0 0px);clip-path:polygon(0 0,100% 0,100% 0px,0 0px)}.navigation__wrapper{width:100%;will-change:transform;transform:scale(1.3) rotate(-7deg) translateY(-50vh);opacity:0}.navigation__inner{display:grid;grid-template-columns:repeat(12,1fr);align-items:center}.navigation__right{grid-column:8/12}.navigation__images{grid-column:2/6;width:100%;height:100%;position:relative;overflow:hidden}.navigation__images .menu-image{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden;will-change:transform;backface-visibility:hidden}.navigation__images .menu-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.navigation__social{display:flex;justify-content:space-between;font-size:.875rem;max-width:350px}.navigation__social li a{display:flex;align-items:center}.navigation__social li a img{transition:.25s;margin-right:13px}.navigation__social li a:hover{text-decoration:underline}.navigation__social li a:hover img{transform:rotate(45deg)}.navigation__social li:not(:last-of-type){margin-bottom:8px}.nav{margin-bottom:40px}.nav>li{overflow:hidden}.nav>li a{font-size:clamp(2rem,2.5vw,3rem);font-weight:300;will-change:transform;text-transform:uppercase;transition:color .2s ease}.nav>li a:hover{color:#48d597}.nav>li.current_page_item>a{color:#48d597}.nav:has(>li:hover)>li:not(:hover)>a{opacity:.25}@media only screen and (max-width:1024px){.navigation__images,.navigation__shape{display:none}.navigation__right{margin-top:30px}.navigation__inner{display:block}.navigation__social{flex-direction:column}.nav>li>a{font-size:2.5rem}}@media only screen and (min-width:1025px){.navigation__shape{position:absolute;top:0;right:0;display:block;z-index:-1;opacity:.2}.navigation__shape__brand{stop-color:rgba(255,255,255,.1)}}.footer{position:relative;background:#fff;color:#111;padding-bottom:30px;z-index:99;bottom:0;left:0;width:100%}.footer__top{background:rgba(17,17,17,.02);align-items:center;margin-bottom:50px}.footer__top__wrap{max-width:777px;width:100%;text-align:center;margin:0 auto}.footer__top .h2{margin-bottom:20px;font-weight:300}.footer__top .h2 span{display:block;color:#48d597}.footer__top p:has(+a){margin-bottom:45px}.footer__links .footer-nav>li{min-width:120px}.footer__links .footer-nav>li>a{text-transform:uppercase;font-weight:500;transition:.3s;text-underline-offset:5px}.footer__links .footer-nav>li>a:hover{text-decoration:underline;color:#48d597}.footer__links .footer-nav>li .sub-menu{display:none}.footer__links .footer-nav>li .sub-menu>li{opacity:.6}.footer__links .footer-nav>li .sub-menu>li>a{display:block;text-underline-offset:5px}.footer__links .footer-nav>li .sub-menu>li>a:hover{text-decoration:underline}.footer__middle{margin-bottom:70px}.footer__addresses{line-height:1.81}.footer__addresses .address p{text-transform:uppercase;font-weight:500}.footer__addresses .address address{font-style:normal}.footer__addresses .address__link{margin-top:10px;text-decoration:underline}.footer__bottom{border-top:1px solid #d6d6d6;display:flex;flex-direction:column;font-size:.75rem;text-align:center;padding-top:40px;font-size:.75rem}.footer__bottom p.p81{display:flex;align-items:center}.footer__bottom p.p81 img{margin-left:10px}.footer__legal{order:unset;display:flex;justify-content:center;text-transform:uppercase}.footer__legal li a{transition:.3s;text-underline-offset:5px}.footer__legal li a:hover{color:#48d597;text-decoration:underline}.footer__legal li:not(:last-of-type){margin-bottom:5px}.footer__awards{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:50px 20px;margin-bottom:40px;max-width:400px}.footer__awards .awards-image img{max-height:57px;max-width:143px;height:auto;width:auto}@media only screen and (max-width:1024px){.footer-pusher{display:none}.footer__addresses{margin-bottom:50px}.footer__addresses .address:not(:last-of-type){margin-bottom:50px}.footer__top{padding:80px 0;margin-bottom:25px}.footer__links{margin-bottom:50px}.footer__links__expander{display:none}.footer__links .footer-nav>li{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;border-bottom:1px solid #d6d6d6;padding:20px 0}.footer__links .footer-nav>li>a{pointer-events:none}.footer__links .footer-nav>li .footer-nav-toggle{width:30px;height:30px;background:#111;border-radius:50%;color:#fff;margin-left:8px;display:flex;align-items:center;justify-content:center;font-size:10px}.footer__links .footer-nav>li.active>a{pointer-events:auto}.footer__links .footer-nav>li.active .footer-nav-toggle{transform:scale(-1)}.footer__links .footer-nav>li .sub-menu{display:none;width:100%;order:1;margin-top:20px}.footer__links .footer-nav>li .sub-menu>li:not(:last-of-type){margin-bottom:8px}}@media only screen and (max-width:767px){.footer__awards{margin:0 0 40px;gap:30px;justify-content:flex-start}.footer__awards .awards-image{margin:0 0 35px;display:flex;align-items:center}.footer__legal{margin-bottom:30px}.footer__legal li:not(:last-of-type){margin-right:7px;margin-bottom:0}}@media only screen and (min-width:600px){.footer__awards{max-width:580px}}@media only screen and (min-width:768px){.footer{padding-bottom:50px}.footer__bottom{flex-direction:row;justify-content:space-between;padding-top:50px}.footer__awards{margin-bottom:50px;max-width:100%}.footer__legal li:not(:last-of-type){margin-bottom:0;margin-right:30px}}@media only screen and (min-width:1025px){.footer-pusher{pointer-events:none}.footer__middle{display:flex;justify-content:space-between;margin-bottom:85px}.footer__addresses{display:flex;margin-right:20px}.footer__addresses .address:not(:last-of-type){margin-right:50px}.footer__top{padding:135px 0}.footer__top .h2{font-size:3.93rem;line-height:1.19}.footer__links{padding-bottom:45px;border-bottom:1px solid #d6d6d6;margin-bottom:140px;display:flex;justify-content:space-between;gap:0 4%;margin-bottom:140px;padding-bottom:45px;border-bottom:1px solid #d6d6d6}.footer__links__expander{flex-shrink:0;width:45px;height:45px;background:#111;border-radius:50%;color:#fff}.footer__links__expander:before{content:"\f078";font-family:"Font Awesome 6 Free";font-weight:900;font-size:14px}.footer__links__expander.active{transform:scale(-1)}.footer__links .footer-nav{padding-top:8px;flex:1;display:flex;justify-content:space-between;align-items:flex-start}.footer__links .footer-nav>li .footer-nav-toggle{display:none}.footer__links .footer-nav>li .sub-menu{margin-top:20px}.footer__links .footer-nav>li .sub-menu>li:not(:last-of-type){margin-bottom:10px}.footer__awards{justify-content:space-between;flex-wrap:nowrap}}@media only screen and (min-width:1200px){.footer__middle{padding-right:80px}.footer__addresses .address:not(:last-of-type){margin-right:80px}}@media only screen and (min-width:1400px){.footer__addresses .address:not(:last-of-type){margin-right:140px}}.gform_wrapper ::placeholder,.gform_wrapper ::-webkit-input-placeholder,.gform_wrapper input[placeholder]{color:#858585}.gform_wrapper.gravity-theme .gfield_description:not(.validation_message){font-weight:700;color:#48d597;font-size:.875rem !important;margin-top:5px}.gform_wrapper.gravity-theme .gfield_description.gform_fileupload_rules{display:none}.gform_wrapper.gravity-theme .gform_footer{padding:0 !important;margin:0 !important}.gform_wrapper .gform-light{position:relative}.gform_wrapper .gform_submission_error,.gform_wrapper .gform_validation_errors{display:none !important}.gform_wrapper .gform_heading{display:none !important}.gform_wrapper .gfield_label{display:block;font-size:1rem;margin-bottom:10px;color:#3e3e3e}.gform_wrapper .gfield_required{display:none;color:red;margin-left:2px}.gform_wrapper .gfield_required .gfield_required_text{font-style:normal}.gform_wrapper .gform_drop_instructions{display:block;margin-bottom:8px}.gform_wrapper .gform_drop_area{background:#fff;border:1px dashed #231f20;margin-bottom:8px;padding:32px;text-align:center}.gform_wrapper .gform_fields .gfield{margin:0 0 30px}.gform_wrapper .gform_fields .gfield--type-fileupload .ginput_container{left:-9999px;position:absolute;visibility:hidden}.gform_wrapper .gform_fields .gfield--type-fileupload .gfield_label{height:45px;display:flex;align-items:center;width:100%;cursor:pointer}.gform_wrapper .gform_fields .gfield--type-fileupload .gfield_label:before{content:"Choose Files";height:100%;background-color:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.1);border-radius:3px;padding:8px 15px;margin-right:10px;font-size:12px;text-transform:uppercase;display:flex;align-items:center;justify-content:center;flex-shrink:0}.gform_wrapper .gform_fields .gfield--type-honeypot{left:-9999px;position:absolute;visibility:hidden}.gform_wrapper .gform_fields .gfield--type-consent a{text-decoration:underline}.gform_wrapper .gform_fields .gfield--type-consent a:hover{text-decoration:none}.gform_wrapper .gform_fields .gfield--type-consent label{position:relative;cursor:pointer;padding-left:40px;color:#cfcfcf}.gform_wrapper .gform_fields .gfield--type-consent label:before{position:absolute;top:-2px;left:0;content:"";width:24px;height:24px;border:1px solid #fff;background:tranparent;font-family:"Font Awesome 6 Free";font-size:1em;display:flex;align-items:center;justify-content:center;margin-right:20px;font-weight:900}.gform_wrapper .gform_fields .gfield--type-consent input{position:absolute;left:-9999px}.gform_wrapper .gform_fields .gfield--type-consent input:not(:checked):focus+label:before{content:"\f00c"}.gform_wrapper .gform_fields .gfield--type-consent input:checked+label:before{border-color:#48d597;content:"\f00c"}.gform_wrapper .gform_fields .gfield.gfield_visibility_hidden{left:-9999px;position:absolute;visibility:hidden}.gform_wrapper .gform_fields .gfield.gfield_html{margin:-10px 0 10px}.gform_wrapper .gform_fields .gfield.gfield_html ul li:not(:last-of-type){margin-bottom:10px !important}.gform_wrapper .gform_fields .gfield input:not([type=checkbox]),.gform_wrapper .gform_fields .gfield textarea,.gform_wrapper .gform_fields .gfield select{border-bottom:1px solid #848484;background-color:transparent;width:100%;border-radius:0;transition:all .2s ease}.gform_wrapper .gform_fields .gfield input:not([type=checkbox]):focus,.gform_wrapper .gform_fields .gfield textarea:focus,.gform_wrapper .gform_fields .gfield select:focus{border-color:#fff}.gform_wrapper .gform_fields .gfield input[type=text],.gform_wrapper .gform_fields .gfield input[type=tel],.gform_wrapper .gform_fields .gfield input[type=email],.gform_wrapper .gform_fields .gfield input[type=number],.gform_wrapper .gform_fields .gfield select{padding:0 20px 0 0;height:45px}.gform_wrapper .gform_fields .gfield input::-webkit-outer-spin-button,.gform_wrapper .gform_fields .gfield input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.gform_wrapper .gform_fields .gfield input[type=number]{-moz-appearance:textfield}.gform_wrapper .gform_fields .gfield textarea{height:100px;color:#cfcfcf}.gform_wrapper .gform_fields .gfield select{border:1px solid #848484;height:56px;background-image:url(//www.platform81.com/wp-content/themes/platform81/library/css/../images/icons/arrow-right-s-line.svg);background-position:94% center;background-size:auto 8px;background-repeat:no-repeat;padding:0 23px;color:#111}.gform_wrapper .gform_fields .gfield .gchoice{padding:0;display:flex;line-height:1.2}.gform_wrapper .gform_fields .gfield .gchoice label{display:flex;align-items:center;cursor:pointer}.gform_wrapper .gform_fields .gfield .gchoice label:before{content:"";width:19px;height:19px;border-radius:50%;border:1px solid #707070;background:#fff;font-family:"Font Awesome 6 Free";font-size:1em;display:flex;align-items:center;justify-content:center;margin-right:15px;font-weight:900}.gform_wrapper .gform_fields .gfield .gchoice input{position:absolute;left:-9999px}.gform_wrapper .gform_fields .gfield .gchoice input:not(:checked):focus+label:before{content:"\f00c";border:2px solid #48d597}.gform_wrapper .gform_fields .gfield .gchoice input:checked+label:before{content:"\f00c"}.gform_wrapper .gform_fields .gfield .gchoice:not(:last-of-type){margin-bottom:14px}.gform_wrapper .gform_fields .gfield.currency-input .ginput_container{position:relative}.gform_wrapper .gform_fields .gfield.currency-input .ginput_container input[type=number]{padding-left:55px}.gform_wrapper .gform_fields .gfield.currency-input .ginput_container:before{content:"£";height:100%;width:45px;position:absolute;display:flex;align-items:center;justify-content:center;top:0;left:0;border:1px solid #cfcfcf;background:#111;color:#fff}.gform_wrapper .gform_fields .gfield.gfield_error{position:relative}.gform_wrapper .gform_fields .gfield.gfield_error input,.gform_wrapper .gform_fields .gfield.gfield_error textarea{border-bottom:1px solid #e38a8c}.gform_wrapper .gform_fields .gfield.gfield_error select{border:1px solid #e38a8c}.gform_wrapper .gform_fields .gfield.gfield_error .validation_message{font-size:.875rem;color:red;margin-top:5px}.gform_wrapper .gform_fields .gfield.hidden_label label{clip:rect(1px,1px,1px,1px);word-wrap:normal !important;border:0;-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.gform_wrapper .gform_fields .gfield.checkbox-services .gchoice input:checked+label:after{content:"\f00c"}.gform_wrapper .gform_fields .gfield.checkbox-services .gchoice label{display:flex;align-items:center;justify-content:space-between;width:100%;border:1px solid #fff;height:50px;padding:0 30px 0 23px;font-size:.875em}.gform_wrapper .gform_fields .gfield.checkbox-services .gchoice label:after{content:"\f061";font-family:"Font Awesome 6 Free";font-weight:900;margin-left:25px;transition:.3s}.gform_wrapper .gform_fields .gfield.checkbox-services .gchoice label:before{display:none}.gform_wrapper .gform_fields .gfield.checkbox-services .gchoice.gchoice_2_6_1 label,.gform_wrapper .gform_fields .gfield.checkbox-services .gchoice.gchoice_5_20_1 label{color:#48d597;border-color:#48d597}.gform_wrapper .gform_fields .gfield.checkbox-services .gchoice.gchoice_2_6_1 input:checked+label,.gform_wrapper .gform_fields .gfield.checkbox-services .gchoice.gchoice_5_20_1 input:checked+label{background:#48d597;color:#111}.gform_wrapper .gform_fields .gfield.checkbox-services .gchoice.gchoice_2_6_2 label,.gform_wrapper .gform_fields .gfield.checkbox-services .gchoice.gchoice_5_20_2 label{color:#cc3363;border-color:#cc3363}.gform_wrapper .gform_fields .gfield.checkbox-services .gchoice.gchoice_2_6_2 input:checked+label,.gform_wrapper .gform_fields .gfield.checkbox-services .gchoice.gchoice_5_20_2 input:checked+label{background:#cc3363;color:#111}.gform_wrapper .gform_fields .gfield.checkbox-services .gchoice.gchoice_2_6_3 label,.gform_wrapper .gform_fields .gfield.checkbox-services .gchoice.gchoice_5_20_3 label{color:#91a6ff;border-color:#91a6ff}.gform_wrapper .gform_fields .gfield.checkbox-services .gchoice.gchoice_2_6_3 input:checked+label,.gform_wrapper .gform_fields .gfield.checkbox-services .gchoice.gchoice_5_20_3 input:checked+label{background:#91a6ff;color:#111}.gform_wrapper .gform_fields .gfield.checkbox-services .gchoice.gchoice_2_6_4 label,.gform_wrapper .gform_fields .gfield.checkbox-services .gchoice.gchoice_5_20_4 label{color:#ffdf64;border-color:#ffdf64}.gform_wrapper .gform_fields .gfield.checkbox-services .gchoice.gchoice_2_6_4 input:checked+label,.gform_wrapper .gform_fields .gfield.checkbox-services .gchoice.gchoice_5_20_4 input:checked+label{background:#ffdf64;color:#111}.gform_wrapper .gform_fields .gfield.checkbox-services .gchoice.gchoice_2_6_5 label,.gform_wrapper .gform_fields .gfield.checkbox-services .gchoice.gchoice_5_20_5 label{color:#74dfff;border-color:#74dfff}.gform_wrapper .gform_fields .gfield.checkbox-services .gchoice.gchoice_2_6_5 input:checked+label,.gform_wrapper .gform_fields .gfield.checkbox-services .gchoice.gchoice_5_20_5 input:checked+label{background:#74dfff;color:#111}.gform_wrapper .gform_fields .gfield.checkbox-services .gchoice:hover label:after{transform:translateX(10px)}.gform_wrapper .gform_button{margin:0}.gform_wrapper .gform_footer{text-align:right}.gform_wrapper .gform_footer #gform_ajax_spinner_1{position:absolute;left:calc(100% + 10px);top:50%;transform:translateY(-50%)}.gform_wrapper.gform-light_wrapper{color:#fff}.gform_wrapper.gform-light_wrapper .gfield_label{color:#fff}.alert{padding:.75rem 1.25rem;margin-bottom:3rem;color:#818182;background-color:#fefefe;border-color:#fdfdfe;border-radius:5px}.alert a{color:currentColor;border-bottom:1px solid currentColor;text-decoration:none}.alert a:hover{text-decoration:none}.alert--danger{color:#721c24;background-color:#f8d7da;border-color:#f5c6cb}.alert--success{color:#155724;background-color:#d4edda;border-color:#c3e6cb}.body-content .wsp-container ul+h2,.gform_wrapper .gform_fields .gfield.gfield_html .wsp-container ul+h2{margin-top:50px}.body-content .wsp-container h2,.gform_wrapper .gform_fields .gfield.gfield_html .wsp-container h2{font-size:1.56rem;line-height:1.08;font-weight:300;margin-bottom:40px}.body-content>*:not(:last-child),.gform_wrapper .gform_fields .gfield.gfield_html>*:not(:last-child){margin-bottom:30px}.body-content embed,.gform_wrapper .gform_fields .gfield.gfield_html embed,.body-content iframe,.gform_wrapper .gform_fields .gfield.gfield_html iframe,.body-content object,.gform_wrapper .gform_fields .gfield.gfield_html object{max-width:100%}.body-content img,.gform_wrapper .gform_fields .gfield.gfield_html img{height:auto;max-width:100%}.body-content figure,.gform_wrapper .gform_fields .gfield.gfield_html figure{margin:1em 0}.body-content b,.gform_wrapper .gform_fields .gfield.gfield_html b,.body-content strong,.gform_wrapper .gform_fields .gfield.gfield_html strong{font-weight:700}.body-content ul,.gform_wrapper .gform_fields .gfield.gfield_html ul,.body-content ol,.gform_wrapper .gform_fields .gfield.gfield_html ol{margin:0 0 1.5em 3em}.body-content ul,.gform_wrapper .gform_fields .gfield.gfield_html ul{list-style:disc}.body-content ol,.gform_wrapper .gform_fields .gfield.gfield_html ol{list-style:decimal}.body-content li>ul,.gform_wrapper .gform_fields .gfield.gfield_html li>ul,.body-content li>ol,.gform_wrapper .gform_fields .gfield.gfield_html li>ol{margin-bottom:0;margin-left:1.5em}.body-content dt,.gform_wrapper .gform_fields .gfield.gfield_html dt{font-weight:700}.body-content dd,.gform_wrapper .gform_fields .gfield.gfield_html dd{margin:0 1.5em 1.5em}.body-content .wp-block-separator,.gform_wrapper .gform_fields .gfield.gfield_html .wp-block-separator{background:#eaeaea;border:none;height:1px;margin:40px 0}.body-content .wp-block-separator.is-style-wide,.gform_wrapper .gform_fields .gfield.gfield_html .wp-block-separator.is-style-wide{width:100%}.body-content table,.gform_wrapper .gform_fields .gfield.gfield_html table{border-collapse:collapse;width:100%}.body-content table thead th,.gform_wrapper .gform_fields .gfield.gfield_html table thead th{font-weight:600}.body-content table td,.gform_wrapper .gform_fields .gfield.gfield_html table td,.body-content table th,.gform_wrapper .gform_fields .gfield.gfield_html table th{border:1px solid #ddd;text-align:left;padding:8px}.body-content table tbody tr:nth-child(odd),.gform_wrapper .gform_fields .gfield.gfield_html table tbody tr:nth-child(odd){background-color:#e8e8e8}.body-content em,.gform_wrapper .gform_fields .gfield.gfield_html em{font-style:italic}.body-content a,.gform_wrapper .gform_fields .gfield.gfield_html a{color:inherit;font-weight:400;text-decoration:underline}.body-content blockquote,.gform_wrapper .gform_fields .gfield.gfield_html blockquote{margin:50px 0;font-style:italic;color:#555;padding:30px 30px 30px 75px;border-left:8px solid #48d597;line-height:1.6;position:relative;background:#ededed}.body-content blockquote p,.gform_wrapper .gform_fields .gfield.gfield_html blockquote p{margin-bottom:0}.body-content blockquote:before,.gform_wrapper .gform_fields .gfield.gfield_html blockquote:before{content:"“";color:#48d597;font-size:4em;position:absolute;left:25px;top:-5px}.body-content blockquote span,.gform_wrapper .gform_fields .gfield.gfield_html blockquote span{display:block;color:#333;font-style:normal;font-weight:700;margin-top:15px}.body-content .gallery,.gform_wrapper .gform_fields .gfield.gfield_html .gallery{display:grid;grid-gap:1.5em}.body-content .gallery .gallery-item,.gform_wrapper .gform_fields .gfield.gfield_html .gallery .gallery-item{position:relative;text-align:center;width:100%}.body-content .gallery .gallery-item img,.gform_wrapper .gform_fields .gfield.gfield_html .gallery .gallery-item img{height:auto;max-width:100%}.body-content .gallery .gallery-item img.animate,.gform_wrapper .gform_fields .gfield.gfield_html .gallery .gallery-item img.animate{position:absolute;top:0;left:0;opacity:0;transition:opacity 1s}.body-content .gallery .gallery-item:hover img.animate,.gform_wrapper .gform_fields .gfield.gfield_html .gallery .gallery-item:hover img.animate{opacity:1}.body-content .gallery.gallery-columns-2,.gform_wrapper .gform_fields .gfield.gfield_html .gallery.gallery-columns-2{grid-template-columns:repeat(2,1fr)}.body-content .gallery.gallery-columns-3,.gform_wrapper .gform_fields .gfield.gfield_html .gallery.gallery-columns-3{grid-template-columns:repeat(3,1fr)}.body-content .gallery.gallery-columns-4,.gform_wrapper .gform_fields .gfield.gfield_html .gallery.gallery-columns-4{grid-template-columns:repeat(4,1fr)}.body-content .gallery.gallery-columns-5,.gform_wrapper .gform_fields .gfield.gfield_html .gallery.gallery-columns-5{grid-template-columns:repeat(5,1fr)}.body-content .gallery.gallery-columns-6,.gform_wrapper .gform_fields .gfield.gfield_html .gallery.gallery-columns-6{grid-template-columns:repeat(6,1fr)}.body-content .gallery.gallery-columns-7,.gform_wrapper .gform_fields .gfield.gfield_html .gallery.gallery-columns-7{grid-template-columns:repeat(7,1fr)}.body-content .gallery.gallery-columns-8,.gform_wrapper .gform_fields .gfield.gfield_html .gallery.gallery-columns-8{grid-template-columns:repeat(8,1fr)}.body-content .gallery.gallery-columns-9,.gform_wrapper .gform_fields .gfield.gfield_html .gallery.gallery-columns-9{grid-template-columns:repeat(9,1fr)}.body-content--simple p+.wp-block-heading{margin-top:50px}.body-content--simple>*:not(h2,h3,h4,h5,.h2,.h3,.h4,.h5){color:#cfcfcf}.body-content--simple :is(h2,h3,h4,h5,.h2,.h3,.h4,.h5){font-size:1.56rem;line-height:1.08;font-weight:400}.body-content--simple :is(h2,h3,h4,h5,.h2,.h3,.h4,.h5) strong{font-weight:400}@media (max-width:767px){.body-content .gallery,.gform_wrapper .gform_fields .gfield.gfield_html .gallery{display:block}.body-content .gallery .gallery-item:not(:last-of-type),.gform_wrapper .gform_fields .gfield.gfield_html .gallery .gallery-item:not(:last-of-type){margin-bottom:15px}}.latest-news{position:relative;z-index:2;background:#111;padding-bottom:100px}.latest-news__list{margin-bottom:70px}.latest-news__list .news-row:first-of-type{border-top:1px solid #707070;padding-top:45px}.latest-news__more{position:relative;left:50%;transform:translateX(-50%)}@media only screen and (min-width:1025px){.latest-news{padding-bottom:120px}}.news-row{position:relative;padding-bottom:45px;border-bottom:1px solid #707070}.news-row__media{overflow:hidden;position:relative;transition:opacity .35s ease;will-change:opacity;aspect-ratio:1.5/1}.news-row__media img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.news-row__bottom{margin-top:20px}.news-row__author{display:flex;align-items:center;font-size:.875rem;line-height:1.2;margin-bottom:15px}.news-row__author img{width:30px;height:30px;border-radius:30px;-o-object-fit:cover;object-fit:cover;margin-right:10px;-o-object-position:top center;object-position:top center}.news-row__content{display:flex;flex-direction:column;flex:1;padding:40px 0}.news-row__title{font-size:1.375rem;line-height:1.7;transition:color .35s ease;margin-bottom:40px}.news-row__title:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:2}.news-row__date{display:block;color:#848484;font-size:.875rem;margin-bottom:25px}.news-row:not(:last-of-type){margin-bottom:45px}.news-row:hover .news-row__media{opacity:.55}.news-row:hover .ui-link .ui-link__text:after{transform:scaleX(0);transition:transform .35s cubic-bezier(.83,0,.17,1)}.news-row:hover .ui-link .ui-link__circle{width:34px;height:34px;background:#fff;transition:all .35s cubic-bezier(.83,0,.17,1)}.news-row:hover .ui-link .ui-link__arrow{transform:translateX(0);transition:all .5s cubic-bezier(.83,0,.17,1)}.news-row:hover .news-row__title{color:#48d597}@media only screen and (min-width:768px){.news-row{display:grid;grid-template-columns:repeat(12,1fr);grid-gap:30px}.news-row__media{grid-column:1/span 5;aspect-ratio:1.3/1}.news-row__content{grid-column:7/span 5}.news-row__title{font-size:clamp(1.68rem,2vw,3rem);line-height:1.44;margin-bottom:auto}}@media only screen and (min-width:1025px){.news-row__bottom{display:flex;align-items:center;justify-content:space-between}.news-row__author{margin-bottom:0;margin-right:15px;font-size:clamp(.875rem,1vw,1.125rem)}.news-row__more{flex-shrink:0}}.trusted-by{position:relative;z-index:2;padding:100px 0}.trusted-by .heading-underline{margin-bottom:100px}.trusted-by__grid{display:grid;justify-items:center;align-items:center;grid-template-columns:repeat(2,1fr);grid-gap:75px 100px}.trusted-by__image{overflow:hidden}.trusted-by__image img{max-height:80px;height:auto;width:auto;transform:translateY(100%)}.trusted-by--dark{margin-bottom:50px}.trusted-by--dark .heading-underline{color:#fff}@media only screen and (min-width:375px) and (max-width:1024px){.trusted-by__grid{padding-right:30px;padding-left:30px}}@media only screen and (min-width:650px){.trusted-by__grid{grid-template-columns:repeat(3,1fr)}}@media only screen and (min-width:1025px){.trusted-by{padding:135px 0 180px}.trusted-by .heading-underline{margin-bottom:135px}.trusted-by__grid{grid-template-columns:repeat(4,1fr);grid-gap:130px 0}.trusted-by__image img{max-width:125px}.trusted-by .marquee{margin-bottom:50px}}.project-block{background:#111;z-index:1;height:100dvh;position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;overflow:hidden;padding:0 30px}.project-block__tag{position:absolute;top:30px;left:20px;font-size:.75rem}.project-block__title-mask{overflow:hidden}.project-block__title{max-width:650px;text-wrap:balance;transform:translateY(100%) rotate(7deg);opacity:0;margin-top:25px}.project-block__excerpt{margin-top:15px}.project-block__image{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;z-index:-1;opacity:0}.project-block__image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}@media only screen and (min-width:768px){.project-block__tag{top:85px;left:40px}.project-block__excerpt{margin-top:30px}.project-block__title{margin-top:0}}.project-card{overflow:hidden;position:relative}.project-card__img{aspect-ratio:1/1.2;margin-bottom:25px;transition:.5s;will-change:transform;overflow:hidden}.project-card__img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:.8s;will-change:transform}.project-card__tag{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:rgba(255,255,255,.25);font-size:.675rem;text-transform:uppercase;padding:0 15px;position:absolute;top:15px;left:15px;z-index:1;border-radius:10px}.project-card__text{z-index:10;width:100%;flex-direction:column;align-items:flex-start;display:flex;position:relative;will-change:transform;transition:.5s}.project-card__title{font-size:1rem;font-weight:400;margin-bottom:10px}.project-card__excerpt{transform-style:preserve-3d;font-size:.68rem;line-height:1.8;position:relative;transition:.5s;will-change:transform}@media only screen and (min-width:650px){.project-card__img{aspect-ratio:1/1.4}}@media only screen and (min-width:1025px){.project-card__excerpt{transform:translateY(15px);opacity:0}.project-card:hover .project-card__excerpt{transform:translateY(0);opacity:1}.project-card:hover .project-card__img{transform:translateY(-30px)}.project-card:hover .project-card__img img{transform:scale(1.025)}.project-card:hover .project-card__text{transform:translateY(-30px)}}.image-feature{display:flex;align-items:center;justify-content:center;flex-direction:column;align-items:center;background:#111;position:relative;z-index:2}.image-feature .h3{position:relative;z-index:2;max-width:665px;width:100%;margin:0 auto;text-align:center}.image-feature .h3:has(+.ui-link){margin-bottom:20px}.image-feature .ui-link{position:relative;z-index:2}.image-feature__marquee{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center}.image-feature__marquee .marquee{margin-top:60px}@media only screen and (max-width:1024px){.image-feature{height:740px}.image-feature .h3{margin-bottom:35px}.image-feature .ui-btn,.image-feature .gform_wrapper .gform_button,.gform_wrapper .image-feature .gform_button{position:relative;z-index:2}.image-feature--projects .ui-link{display:none}}@media only screen and (min-width:1025px){.image-feature .ui-btn,.image-feature .gform_wrapper .gform_button,.gform_wrapper .image-feature .gform_button{display:none}.image-feature--projects{height:100dvh}.image-feature:not(.image-feature--projects){padding:180px;margin-bottom:130px}}.marquee{display:flex;align-items:center;justify-content:flex-end;overflow:hidden;width:100%;padding:60px 0}.marquee .marquee-content{display:flex;flex:0 0 auto;grid-column-gap:0}.marquee .text{display:flex;align-items:center;font-weight:300;font-size:2.875rem}.marquee .text:after{content:"•";margin:0 25px}.marquee .image{background:#111;width:294px;height:373px;padding:0 1.5rem;box-sizing:content-box;overflow:hidden;position:relative;overflow:hidden}.marquee .image img{opacity:.5;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;position:relative;top:0;left:0}.marquee .image:nth-of-type(odd){top:-130px}@media only screen and (min-width:1025px){.marquee{padding:130px 0}.marquee .text{font-size:5rem}}.masthead{position:relative;padding:50px 0 0;margin-bottom:80px}.masthead__shape{position:absolute;top:-90px;right:0;display:block;z-index:-1}.masthead__shape__brand{stop-color:var(--theme-color)}.masthead__text{position:relative;z-index:2;max-width:700px;width:100%}.masthead__desc{margin-top:35px}.masthead__subheading{color:var(--theme-color);text-transform:uppercase;font-size:.875rem;margin-bottom:10px}.masthead__back{font-weight:400;font-size:.75rem;margin-top:70px}.masthead__back span{display:inline-block;transition:.5s}.masthead__back svg{margin-right:12px}.masthead__back:hover span{transform:translateX(-5px)}.masthead--image .masthead__text{margin-bottom:30px}.masthead--image .masthead__image{aspect-ratio:1.7/1}.masthead--image .masthead__image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.masthead--cover{padding:0;display:flex;align-items:center;justify-content:center;height:100vh;height:calc(var(--staticvh,1vh)*100);position:relative;margin:-76px 0 60px;overflow:hidden}.masthead--cover .masthead__image{position:absolute;top:0;left:0;width:100%;height:100%}.masthead--cover .masthead__image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.masthead--cover .masthead__text{text-align:center;margin:0 auto}.masthead--blog{margin-bottom:85px}.masthead #breadcrumbs{margin-bottom:10px;color:#ccc;color:var(--theme-color);text-transform:uppercase;text-transform:uppercase;font-size:.875rem}.masthead #breadcrumbs svg{font-size:10px;margin:0 4px 2px}.masthead #breadcrumbs span:not(:has(a)){color:#fff}@media only screen and (max-width:767px){.masthead__shape{transform:scale(.5);transform-origin:top right}.masthead--cover{margin:-73px 0 60px}.masthead--cover .masthead__text{margin-top:8vh}}@media only screen and (max-width:1024px){.masthead__logo{display:none}}@media only screen and (min-width:1025px){.masthead{padding:140px 0 0}.masthead .container{position:relative}.masthead--cover{margin-bottom:130px;padding:0}.masthead--single .masthead__text{max-width:unset;width:80%}.masthead--image{margin-bottom:80px}.masthead--image .masthead__text{margin-bottom:80px}.masthead__logo{position:absolute;right:0;bottom:0}}@media only screen and (min-width:1400px){.masthead__text{max-width:70%;text-wrap:balance}}.quick-links__desc{font-size:.875rem;margin-bottom:35px;font-weight:500}.quick-links__wrap--sm .quick-links__link{font-size:.75rem}.quick-links__list{display:flex;align-items:center;flex-wrap:wrap}.quick-links__link{background:var(--theme-color);font-size:.75rem;border-radius:35px;padding:8px 18px;margin-right:15px;margin-bottom:15px;color:#111;will-change:transform;transition:.5s}.quick-links__link[style="background: #cc3363"]{background:#e085a1 !important}.quick-links__link[style="background: #91a6ff"]{background:#bdcaff !important}.quick-links--solo{margin-bottom:130px}.quick-links--solo .quick-links__wrap{margin-right:115px}@media only screen and (min-width:1200px){.quick-links__wrap{max-width:350px;margin-left:auto}}@media only screen and (min-width:1400px){.quick-links__wrap{max-width:420px}.quick-links__wrap--sm{max-width:330px}}.lets-connect{position:fixed;background-color:#fff;max-width:500px;width:100%;margin:auto;padding:45px 30px 30px}.lets-connect__close{position:absolute;top:15px;right:15px;cursor:pointer}.lets-connect__wrap h2{font-size:1.375rem;line-height:1.27;font-weight:400;text-transform:capitalize;margin-bottom:30px}.lets-connect::backdrop{background-color:rgba(0,0,0,.5);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.services-slider .swiper{overflow:visible;-webkit-clip-path:inset(-100vw -100vw -100vw 0);clip-path:inset(-100vw -100vw -100vw 0)}.services-slider .service-card{background:#000;color:#fff;transition:.2s ease;padding:55% 25px 45px;display:flex;flex-direction:column;justify-content:flex-end;align-items:center;text-align:center;box-sizing:border-box;overflow:hidden;height:auto}.services-slider .service-card__title{display:flex;align-items:center;justify-content:space-between;font-weight:400}.services-slider .service-card:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1}.services-slider .service-card--web:after{background:url(//www.platform81.com/wp-content/themes/platform81/library/css/../images/backgrounds/web-wave-sm.svg) top right/auto 100% no-repeat}.services-slider .service-card--paid:after{background:url(//www.platform81.com/wp-content/themes/platform81/library/css/../images/backgrounds/paid-wave-sm.svg) top right/auto 100% no-repeat}.services-slider .service-card--social:after{background:url(//www.platform81.com/wp-content/themes/platform81/library/css/../images/backgrounds/social-wave-sm.svg) top right/auto 100% no-repeat}.services-slider .service-card--branding-graphic-design:after{background:url(//www.platform81.com/wp-content/themes/platform81/library/css/../images/backgrounds/graphic-wave-sm.svg) top right/auto 100% no-repeat}@media only screen and (max-width:767px){.services-slider .service-card:after{background-size:100% auto}}@media only screen and (min-width:768px){.services-slider .service-card{padding:35% 25px 45px}}@media only screen and (min-width:1025px){.services-slider .service-card{padding:45px 50px;height:481px;text-align:left;align-items:normal}.services-slider .service-card__title:after{content:"";background:url(//www.platform81.com/wp-content/themes/platform81/library/css/../images/icons/arrow-right-white.svg) center/cover;width:16px;height:14px;flex-shrink:0}.services-slider .service-card.swiper-slide-active{width:500px !important}}@media only screen and (min-width:1200px){.services-slider .service-card.swiper-slide-active{width:600px !important}}.related-projects{margin-bottom:65px}.related-projects__grid{display:grid;grid-template-columns:1fr;grid-gap:2rem 15px}@media only screen and (min-width:650px){.related-projects__grid{grid-template-columns:repeat(3,1fr)}}@media only screen and (min-width:1025px){.related-projects .marquee{margin-bottom:55px}.related-projects__grid{grid-gap:2rem 3rem}}.greviews{color:#fff;text-align:center}.greviews__rating{display:flex;justify-content:center;align-items:center}.greviews__rating .fa-star:not(:last-of-type){margin-right:10px}.greviews__num{font-size:1.31rem;margin-right:15px}.greviews__count{text-transform:uppercase;font-size:.75rem;text-decoration:underline}.heading-content{counter-reset:section}.heading-content .small-heading{margin-bottom:45px}.heading-content .heading-content-row{position:relative;border-bottom:1px solid #707070;overflow:hidden}.heading-content .heading-content-row__title{margin-bottom:25px}.heading-content .heading-content-row__title .h5{font-weight:400}.heading-content .heading-content-row__content{color:#cfcfcf}.heading-content .heading-content-row:first-of-type{border-top:1px solid #707070}.heading-content:not(.heading-content--slim){padding-top:45px}.heading-content:not(.heading-content--slim) .heading-content-row__title:before{display:block;font-size:.875rem;color:var(--theme-color);margin-bottom:10px;counter-increment:section;content:counter(section,decimal-leading-zero)}@media only screen and (max-width:1024px){.heading-content{margin-bottom:80px}.heading-content .heading-content-row{padding-bottom:45px;margin-bottom:45px}.heading-content .heading-content-row:first-of-type{padding-top:45px}.heading-content .heading-content-row:not(:last-of-type){margin-bottom:45px}}@media only screen and (min-width:1025px){.heading-content .heading-content-row{display:flex}.heading-content .heading-content-row__title{width:33%;margin-bottom:0}.heading-content .heading-content-row__content{margin:0 auto;max-width:50%}.heading-content--slim .heading-content-row{padding-bottom:65px;margin-bottom:65px}.heading-content--slim .heading-content-row:first-of-type{padding-top:65px}.heading-content--slim .heading-content-row:not(:last-of-type){margin-bottom:65px}.heading-content:not(.heading-content--slim){padding-top:125px}.heading-content:not(.heading-content--slim) .heading-content-row{padding-bottom:125px}.heading-content:not(.heading-content--slim) .heading-content-row:first-of-type{padding-top:125px}.heading-content:not(.heading-content--slim) .heading-content-row:not(:last-of-type){margin-bottom:125px}.heading-content--margin{margin-bottom:140px}.heading-content--marginsm{margin-bottom:125px}}.testimonial,.p-testimonial{margin-bottom:60px}.testimonial__wrapper,.p-testimonial__wrapper{max-width:1050px;margin:0 auto}.testimonial__quote,.p-testimonial__quote{max-width:700px;margin:0 auto;text-align:center}.testimonial__quote p:not(.p-testimonial__author),.p-testimonial__quote p:not(.p-testimonial__author){margin-bottom:40px}.testimonial__author,.p-testimonial__author{font-size:.75rem;letter-spacing:-.02}.testimonial .quote-before,.p-testimonial .quote-before{display:block;margin:0 auto 40px}.testimonial .quote-after,.p-testimonial .quote-after{display:none}.p-testimonial{margin-bottom:100px}@media only screen and (min-width:1025px){.testimonial,.p-testimonial{padding:160px 0 0;margin-bottom:160px}.testimonial__wrapper,.p-testimonial__wrapper{font-size:1.68rem}.testimonial .quote-before,.p-testimonial .quote-before{display:block;margin:0 0 5px}.testimonial .quote-after,.p-testimonial .quote-after{display:block;margin-left:auto;margin-top:5px}.p-testimonial{margin-bottom:180px}.p-parallax-image+.p-testimonial{padding-top:15px}}.image-banner{margin-bottom:150px}.image-banner__image{aspect-ratio:1.7/1}.image-banner__image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.the-team__heading .small-heading{margin-bottom:10px}.the-team__heading .h4{font-weight:300}.the-team__image-wrap{position:absolute;left:50%;top:50%;width:402px;height:535px}.the-team__image-wrap img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}@media only screen and (max-width:1024px){.the-team{margin-top:115px}.the-team__filter{margin-bottom:30px}.the-team__filter select{width:100%;color:#fff;height:54px;background-image:url(//www.platform81.com/wp-content/themes/platform81/library/css/../images/icons/arrow-right-s-line-white.svg);background-position:94% center;background-size:auto 8px;background-repeat:no-repeat;padding:0 23px;border:1px solid #3e3e3e}.the-team__filter--desk{display:none}.the-team__intro{margin-bottom:60px}.the-team__heading{margin-bottom:40px}}@media only screen and (min-width:1025px){.the-team{margin-bottom:165px}.the-team__filter{display:flex;align-items:center;margin-bottom:75px}.the-team__filter p{font-weight:500;margin-right:10px;flex-shrink:0}.the-team__filter button{height:39px;display:flex;align-items:center;justify-content:center;font-size:.75rem;padding:0 15px;background:#b6eed5;border-radius:20px;color:#111;border:1px solid #b6eed5;letter-spacing:.01em}.the-team__filter button.active{background:0 0;color:#fff}.the-team__filter button:not(:last-of-type){margin-right:15px}.the-team__filter--mobile{display:none}.the-team__intro{display:flex;align-items:center;margin-bottom:150px}.the-team__heading{width:33%;margin-right:140px;flex-shrink:0}.the-team__text{margin-right:105px}}@media only screen and (min-width:1200px){.the-team__filter p{margin-right:30px}.the-team__filter button{padding:0 18px}}.number-slider{overflow:hidden;counter-reset:section;margin-bottom:115px}.number-slider .small-heading{margin-bottom:70px}.number-slider__slider .swiper{overflow:visible;-webkit-clip-path:inset(-100vw -100vw -100vw 0);clip-path:inset(-100vw -100vw -100vw 0)}.number-slider__slider .box{height:auto;box-sizing:border-box;background:#1f1f1f;padding:20px 35px 75px}.number-slider__slider .box .h5,.number-slider__slider .box .h4{margin-bottom:35px;text-wrap:balance;font-weight:400}.number-slider__slider .box .body-content,.number-slider__slider .box .gform_wrapper .gform_fields .gfield.gfield_html,.gform_wrapper .gform_fields .number-slider__slider .box .gfield.gfield_html{color:#cfcfcf}.number-slider__slider .box:before{font-size:6.75rem;font-weight:300;color:var(--theme-color);counter-increment:section;content:counter(section,decimal-leading-zero)}body.page-template-join-us .number-slider__slider__track{display:grid;grid-gap:30px}@media only screen and (max-width:767px){.number-slider__slider .box{padding:20px 20px 50px}.number-slider__slider .box:before{margin-bottom:25px;font-size:3.75rem}}@media only screen and (max-width:1024px){body.page-template-join-us .number-slider__slider .box .h5 br,body.page-template-join-us .number-slider__slider .box .h4 br{display:none}}@media only screen and (min-width:1025px){body.page-template-join-us .number-slider__slider{position:relative}body.page-template-join-us .number-slider__slider__track{display:flex;grid-gap:0}body.page-template-join-us .number-slider__slider__track .box{min-width:450px}body.page-template-join-us .number-slider__slider__track .box:not(:last-child){margin-right:30px}}.image-grid__wrapper{display:grid;grid-template-columns:1fr;grid-gap:30px}.image-grid .image-block img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}@media only screen and (max-width:767px){.image-grid{margin-bottom:60px}.image-grid .image-block--sm{padding-left:30px}.image-grid .image-block--lg{padding-right:30px}}@media only screen and (min-width:768px){.image-grid__wrapper{grid-template-columns:repeat(2,1fr)}.image-grid--alt{margin-bottom:85px}.image-grid--alt .image-block--lg{transform:translateY(50%)}.image-grid:not(.image-grid--alt){margin-bottom:210px}.image-grid:not(.image-grid--alt) .image-block--sm{transform:translateY(75%)}}@media only screen and (min-width:1025px){.image-grid .image-block--sm{height:501px}.image-grid .image-block--lg{height:724px}}.image-collection-list{border-top:1px solid #707070}.image-collection-list .image-list-row{position:relative;z-index:3;display:flex;align-items:center;justify-content:space-between;padding:25px 0;border-bottom:1px solid #707070;transition:all .25s ease-in-out}.image-collection-list .image-list-row__name{font-size:1.375rem;line-height:1.72}.image-collection-list .image-list-row__media img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.image-collection-list .image-list-row__extra{color:#cfcfcf}@media only screen and (max-width:1024px){.image-collection-list .image-list-row__media{aspect-ratio:1/1.15;max-width:120px;width:100%}.image-collection-list .image-list-row__wrap{margin-right:20px;flex:1}.image-collection-list .image-list-row__name{display:block;margin-bottom:10px;line-height:1.2}.image-collection-list .image-list-row__extra{font-size:.75rem}}@media only screen and (min-width:1025px){.image-collection-list .image-list-row{padding:25px 15px}.image-collection-list .image-list-row__media{position:fixed;width:292px;height:364px;pointer-events:none;opacity:0;transition:transform .1s linear;z-index:1000}.image-collection-list .image-list-row__media-inner{width:100%;height:100%;position:absolute;overflow:hidden}.image-collection-list .image-list-row__wrap{flex:1;display:flex;justify-content:space-between;align-items:center}.image-collection-list .image-list-row:hover{background:#48d597;color:#111;z-index:1001}.image-collection-list .image-list-row:hover .image-list-row__extra{color:inherit}}.news-row-sm{position:relative;padding-bottom:20px;border-bottom:1px solid #707070;display:flex}.news-row-sm__media{overflow:hidden;position:relative;transition:opacity .35s ease;will-change:opacity;width:137px;height:108px;margin-right:15px}.news-row-sm__media img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.news-row-sm__content{flex:1}.news-row-sm__date{display:block;color:#848484;font-size:.875rem;margin-bottom:5px}.news-row-sm__title{transition:color .35s ease}.news-row-sm:not(:last-of-type){margin-bottom:20px}.news-row-sm:hover .news-row-sm__media{opacity:.55}.news-row-sm:hover .news-row-sm__title{color:#48d597}.google-reviews{margin-bottom:70px}.google-reviews__header__heading h2{max-width:380px;text-transform:uppercase}.google-reviews__header__heading .subheading{margin-bottom:10px}.google-reviews__header__stars{width:200px;display:block;margin:30px 0 40px}.google-reviews__header__stars>*{display:flex;justify-content:space-between}.google-reviews__header__stars>*:first-child{font-size:21px}.google-reviews__header__stars>*:last-child{font-size:12px;text-transform:uppercase;letter-spacing:.05em;text-decoration:underline;text-underline-offset:3px}.google-reviews__slider .wp-google-url{display:none}.google-reviews__slider .slick-list{overflow:visible;-webkit-clip-path:inset(-100vw -100vw -100vw 0);clip-path:inset(-100vw -100vw -100vw 0)}.google-reviews__slider .slick-slide{margin:0 15px;height:inherit !important}.google-reviews__slider .slick-slide>div{height:100%}.google-reviews__slider .slick-track{display:flex !important}.google-reviews__slider .slick-list{margin:0 -15px}.google-reviews__slider .wp-google-reviews .wp-google-review{background-color:#fff;padding:35px;margin-top:0;font-family:"StabilGrotesk","Helvetica Neue",Helvetica,Arial,sans-serif;width:300px;color:#111;height:100%}.google-reviews__slider .wp-google-reviews .wp-google-review .wp-google-left{display:none}.google-reviews__slider .wp-google-reviews .wp-google-review .wp-google-right{display:flex;flex-direction:column;width:auto;height:100%;font-size:14px}.google-reviews__slider .wp-google-reviews .wp-google-review .wp-google-right .wp-google-name{order:2;margin-top:auto;text-transform:capitalize}.google-reviews__slider .wp-google-reviews .wp-google-review .wp-google-right .wp-google-name:before{content:"- "}.google-reviews__slider .wp-google-reviews .wp-google-review .wp-google-right .wp-google-time{margin-bottom:10px;color:#525151}.google-reviews__slider .wp-google-reviews .wp-google-review .wp-google-right .wp-google-feedback{display:flex;flex-direction:column;margin-bottom:30px}.google-reviews__slider .wp-google-reviews .wp-google-review .wp-google-right .wp-google-feedback .wp-google-text{line-height:21px}.google-reviews__slider .wp-google-reviews .wp-google-review .wp-google-right .wp-google-feedback .wp-google-text .wp-more{display:none}.google-reviews__slider .wp-google-reviews .wp-google-review .wp-google-right .wp-google-feedback .wp-google-text .wp-more-toggle{color:#48d597;text-decoration:underline}.google-reviews__slider .wp-google-reviews .wp-google-review .wp-google-right .wp-google-stars{width:114px;height:26px;background:url(//www.platform81.com/wp-content/themes/platform81/library/css/../images/ppc/g-5-star.svg) center left/contain no-repeat;order:-1;margin-bottom:15px}.google-reviews__slider .wp-google-reviews .wp-google-review .wp-google-right .wp-google-stars>*{display:none}@media only screen and (max-width:1024px){.google-reviews__slider{width:calc(100% + 15px)}.google-reviews__slider .slick-list{padding-right:60px !important}}@media only screen and (min-width:1025px){.google-reviews{margin-bottom:160px;padding-top:50px}.google-reviews__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:45px}.google-reviews__header__heading{max-width:420px}.google-reviews__header__stars{margin:0}}.faq-block__con{display:flex;justify-content:space-between}.faq-block__con .headings{max-width:400px;width:34%}.faq-block__con .headings h2{font-size:40px;font-weight:400}.faq-block__faqs{width:50%}.faq-block__faqs details{border-top:1px #707070 solid;padding:30px 0}.faq-block__faqs details:last-of-type{border-bottom:1px #707070 solid}.faq-block__faqs details summary{display:flex;align-items:center;justify-content:space-between;position:relative;cursor:pointer;padding-right:15px}.faq-block__faqs details summary svg{position:absolute;right:0}.faq-block__faqs details summary svg path{stroke:var(--theme-color)}.faq-block__faqs details .answer{width:85%}.faq-block__faqs details[open] summary{margin-bottom:40px;color:var(--theme-color)}.faq-block__faqs details[open] summary svg{rotate:180deg}@media only screen and (max-width:1024px){.faq-block{margin-bottom:100px}.faq-block__con{flex-direction:column}.faq-block__faqs{width:100%}.faq-block .headings{width:100%;max-width:none;margin-bottom:25px}}.p-heading-content-block{margin-bottom:80px}.p-heading-content-block__title .small-heading:has(+.p-heading-content-block__tags){margin-bottom:30px}.p-heading-content-block__tags{font-size:.68rem}.p-heading-content-block__tags li:not(:last-of-type){margin-bottom:10px}.p-heading-content-block__content .body-content:has(+.ui-btn,+.gform_wrapper .gform_button),.p-heading-content-block__content .gform_wrapper .gform_fields .gfield.gfield_html:has(+.ui-btn,+.gform_wrapper .gform_button),.gform_wrapper .gform_fields .p-heading-content-block__content .gfield.gfield_html:has(+.ui-btn,+.gform_wrapper .gform_button){margin-bottom:45px}@media only screen and (max-width:767px){.p-heading-content-block__title{display:flex;justify-content:space-between;margin-bottom:50px}}@media only screen and (min-width:768px){.p-heading-content-block__wrapper{display:grid;grid-template-columns:repeat(12,1fr);grid-gap:30px}.p-heading-content-block__title{grid-column:1/span 3}.p-heading-content-block__content{grid-column:4/-1}}@media only screen and (min-width:1025px){.p-heading-content-block{margin-bottom:145px}.p-heading-content-block__content{grid-column:6/span 6}}.p-media-grid{margin-bottom:80px}.p-media-grid__gallery{display:grid;grid-template-columns:1.5fr 1fr;gap:10px}.p-media-grid__gallery--reverse{grid-template-columns:1fr 1.5fr}.p-media-grid .image{width:100%}.p-media-grid .image img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.p-media-grid .image:only-child{grid-column:1/-1}.p-media-grid .image:nth-of-type(3){grid-column:1/-1}.p-media-grid+.p-testimonial{padding-top:35px}@media only screen and (min-width:1025px){.p-media-grid{margin-bottom:145px}.p-media-grid__gallery{gap:30px}}.p-desktop-image{position:relative;margin-bottom:80px}.p-desktop-image__wrapper{position:relative;display:flex;align-items:center;justify-content:center}.p-desktop-image__bg{position:absolute;top:0;left:0;width:100%;height:100%}.p-desktop-image__bg img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.p-desktop-image__macbook{position:relative;max-width:80%;padding-bottom:3%;margin:0 auto}.p-desktop-image__screen{position:absolute;background:#000;width:77%;top:10.4%;left:12.7%;padding-bottom:48.3%;overflow:hidden;-webkit-font-smoothing:antialiased}.p-desktop-image__screen>img{position:absolute;left:0;top:0;width:100%;animation-duration:10s;animation-name:scrollCoverBrowser;animation-timing-function:cubic-bezier(1,.005,.305,1);animation-direction:alternate;animation-iteration-count:infinite;animation-fill-mode:none;animation-delay:.5s}@media only screen and (max-width:1024px){.p-desktop-image{height:60vw;display:flex;align-items:center;justify-content:center}.p-desktop-image__wrapper{height:100%}@keyframes scrollCoverBrowser{10%{transform:translateY(0%)}50%{transform:translateY(calc(-50% + 25vw))}100%{transform:translateY(calc(-100% + 50vw))}}}.p-desktop-image+.p-testimonial{padding-top:35px}@media only screen and (min-width:1025px){.p-desktop-image{margin-bottom:145px}.p-desktop-image__wrapper{height:780px;min-height:700px;padding:80px 0}.p-desktop-image+.next-post{margin-top:-60px}@keyframes scrollCoverBrowser{10%{transform:translateY(0%)}50%{transform:translateY(calc(-50% + 240px))}100%{transform:translateY(-90%)}}}@media only screen and (min-width:1400px){.p-desktop-image__macbook{max-width:1120px}}.p-mobile-scroll{margin-bottom:80px;display:flex;flex-direction:column;overflow:hidden}.p-mobile-scroll img{max-width:none;height:265px;width:auto}.p-mobile-scroll__top{align-self:flex-start;margin-bottom:40px;margin-left:40px}.p-mobile-scroll__bottom{align-self:flex-end;margin-right:40px}@media only screen and (min-width:768px){.p-mobile-scroll img{height:400px}}@media only screen and (min-width:1025px){.p-mobile-scroll img{height:560px}}.p-showreel{position:relative;width:100%}.p-showreel__video{aspect-ratio:16/9;width:100%;-o-object-fit:cover;object-fit:cover}.p-showreel:not(.p-showreel--marginless){margin:0 0 80px}@media only screen and (min-width:1025px){.p-showreel:not(.p-showreel--marginless){margin:0 0 145px}}.p-parallax-image{margin-bottom:80px;overflow:hidden}.p-parallax-image__img{width:100%;height:100%}@media only screen and (max-width:1024px){.p-parallax-image__wrapper{aspect-ratio:16/9}.p-parallax-image__wrapper:not(.p-parallax-image__wrapper--fixed):not(.p-parallax-image__wrapper--full){width:calc(100% - 30px);margin:0 auto}.p-parallax-image__img{-o-object-fit:cover;object-fit:cover}}@media only screen and (min-width:1025px){.p-parallax-image{margin-bottom:145px}.p-parallax-image__wrapper{overflow:hidden}.p-parallax-image__wrapper:not(.p-parallax-image__wrapper--fixed):not(.p-parallax-image__wrapper--full){width:95%;height:80vh;min-height:700px;margin:0 auto}.p-parallax-image__wrapper:not(.p-parallax-image__wrapper--fixed):not(.p-parallax-image__wrapper--full) .p-parallax-image__img{transform:scale(2);-o-object-fit:cover;object-fit:cover}.p-parallax-image__wrapper--fixed{height:100dvh}.p-parallax-image__wrapper--fixed:not(.unfix) .p-parallax-image__img{background-attachment:fixed !important}}.p-mobile-images{margin-bottom:80px}.p-mobile-images__grid{display:grid;grid-template-columns:1fr;grid-gap:15px}.p-mobile-images__image{transform:translateY(50px);opacity:0}.p-mobile-images__image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.p-mobile-images+.p-testimonial{padding-top:35px}@media only screen and (min-width:768px){.p-mobile-images__grid{grid-template-columns:repeat(2,1fr)}}@media only screen and (min-width:1025px){.p-mobile-images{margin-bottom:145px}.p-mobile-images__grid{grid-gap:30px}}.p-image-slider{margin-bottom:80px;overflow:hidden}.p-image-slider__slider{opacity:0;transform:translate(50vw,50vw)}.p-image-slider__slider .swiper{overflow:visible}.p-image-slider__slider .swiper-pagination-progressbar.swiper-pagination-horizontal{max-width:710px}.p-image-slider__image img{width:100%;height:auto;-o-object-fit:cover;object-fit:cover}@media only screen and (min-width:1025px){.p-image-slider{margin-bottom:145px}.p-image-slider__slider--lg{width:745px;margin:0 auto}}.p-results{margin-bottom:80px;overflow:hidden}.p-results .p-heading-content-block__wrapper{margin-bottom:40px}.p-results__slider .swiper{overflow:visible;-webkit-clip-path:inset(-100vw -100vw -100vw 0);clip-path:inset(-100vw -100vw -100vw 0)}.p-results .result{height:auto;box-sizing:border-box;background:#1f1f1f;padding:35px 35px 50px}.p-results .result__number{color:#48d597;font-size:6.75rem;font-weight:300;line-height:1.2;display:block;margin-bottom:45px}.p-results .result__desc{display:flex;align-items:center;justify-content:space-between}.p-results .result__desc:after{content:"";height:16px;width:14px}.p-results .result--down .result__desc:after{background:url(//www.platform81.com/wp-content/themes/platform81/library/css/../images/icons/arrow-down-white.svg) center/cover}.p-results .result--up .result__desc:after{background:url(//www.platform81.com/wp-content/themes/platform81/library/css/../images/icons/arrow-up-white.svg) center/cover}@media only screen and (max-width:1024px){.p-results .result__number{font-size:3.5rem}}@media only screen and (min-width:768px){.p-results .p-heading-content-block__wrapper{margin-bottom:95px}}@media only screen and (min-width:1025px){.p-results{padding:0;margin-bottom:150px}.p-results .p-heading-content-block__wrapper{margin-bottom:95px}}:root{--position:50%}.p-before-after-image{padding:50px 0;background:#1d1d1d}.p-before-after-image__block{position:relative;margin:0 auto 30px}.p-before-after-image__text{display:flex;align-items:center;justify-content:space-between;position:relative;margin:0 auto}.p-before-after-image__text span{text-transform:uppercase;font-weight:500;font-size:.75rem;color:#48d597}.p-before-after-image__slider{position:absolute;inset:0;width:var(--position);height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:top left;object-position:top left}.p-before-after-image__background{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:top left;object-position:top left}.p-before-after-image .slider{position:absolute;inset:0;cursor:pointer;opacity:0;width:100%;height:100%}.p-before-after-image .slider-line{position:absolute;inset:0;width:5px;height:100%;background-color:#fff;left:var(--position);transform:translateX(-50%);pointer-events:none}.p-before-after-image .slider-button{position:absolute;top:50%;left:var(--position);transform:translate(-50%,-50%);pointer-events:none}.p-before-after-image:not(.p-before-after-image--marginless){margin:0 0 80px}@media only screen and (min-width:1025px){.p-before-after-image{padding:175px 0}.p-before-after-image__block{width:80%}.p-before-after-image__text{width:80%}.p-before-after-image:not(.p-before-after-image--marginless){margin:0 0 145px}}.error404__content{display:flex;align-items:center;justify-content:center;min-height:100vh;min-height:calc(var(--staticvh,1vh)*100);margin-top:-73px}.error404__img{position:relative;max-width:747px;width:100%;margin:30px auto -10px;overflow:hidden}.error404__img img{animation:float 6s ease-in-out infinite}.error404__img:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:50%;background:linear-gradient(to bottom,rgba(17,17,17,0) 0%,#111 100%)}.error404__text{position:relative;max-width:480px;width:100%;margin:0 auto;text-align:center}.error404__text h1{display:none}.error404__text h2{text-transform:uppercase;font-size:3rem;line-height:1.04;margin-bottom:30px}.error404__text p{margin-bottom:30px}@media only screen and (min-width:768px){.error404__content{margin:-76px 0 0;padding:60px}.error404__img{margin:50px auto -10px}}@keyframes float{0%{transform:translatey(0px)}50%{transform:translatey(10px)}100%{transform:translatey(0px)}}.single-post__main{background:#111}.single-post__main .social-share{display:flex}.single-post__main .social-share p{font-size:1.18;color:#7e7e7e;margin-right:auto}.single-post__main .social-share__link{text-transform:uppercase;font-weight:700;font-size:.875rem}.single-post__main .social-share__link:hover{text-decoration:underline}.single-post__main .social-share__link:not(:last-of-type){margin-right:25px}.single-post__main__body__author{display:flex;align-items:center;margin-bottom:23px}.single-post__main__body__author img{width:41px;height:41px;border-radius:41px;-o-object-fit:cover;object-fit:cover;margin-right:17px;-o-object-position:top center;object-position:top center}.single-post__main__body__featured{margin-bottom:50px}.single-post__main__body .body-content,.single-post__main__body .gform_wrapper .gform_fields .gfield.gfield_html,.gform_wrapper .gform_fields .single-post__main__body .gfield.gfield_html{margin:0 auto 65px}.single-post__main__sidebar__posts{margin-bottom:55px}@media only screen and (max-width:1024px){.single-post__main{margin:0 0 85px}.single-post__main__sidebar{width:calc(100% + 50px);margin-left:-25px;padding:50px 25px;margin-top:80px;background:rgba(255,255,255,.05)}.single-post__main__sidebar .h5{margin-bottom:50px}}@media only screen and (max-width:649px){.single-post__main__body__author span:last-of-type{display:none}}@media only screen and (min-width:650px){.single-post__main__body__author br{display:none}}@media only screen and (min-width:1025px){.single-post__main{margin:0 auto 145px}.single-post__main .container{display:flex;align-items:flex-start}.single-post__main__body{flex:1}.single-post__main__body__author img{width:60px;height:60px}.single-post__main__sidebar{width:clamp(300px,33%,430px);margin-left:100px;position:sticky;top:0;padding-top:80px}.single-post__main__sidebar .h5{margin-bottom:25px}.single-post .body-content,.single-post .gform_wrapper .gform_fields .gfield.gfield_html,.gform_wrapper .gform_fields .single-post .gfield.gfield_html{margin-bottom:80px}}.inner-content{margin-bottom:150px}.search__main .search-item{display:block}.search__main .search-item:not(:last-child){margin-bottom:30px;padding-bottom:30px;border-bottom:1px solid #e0e0e0}.search__main .search-item .heading,.search__main .search-item>p{margin-bottom:20px}@media only screen and (min-width:768px){.search__main .search-item:not(:last-child){margin-bottom:50px;padding-bottom:50px}}.home .hp-masthead{position:relative;display:flex;align-items:center;background:0 0;margin-top:-90px;min-height:550px;height:90vh;height:calc(var(--staticvh,1vh)*90)}.home .hp-masthead lottie-player{position:absolute;top:0;right:0;z-index:-1;display:block;-o-object-fit:cover;object-fit:cover;width:auto;height:70vh;height:calc(var(--staticvh,1vh)*70);aspect-ratio:16/9}.home .hp-masthead__text{max-width:745px;width:100%}.home .hp-masthead__text .h2{text-wrap:balance;overflow:hidden}.home .hp-masthead__text .h2 span{display:inline-block;transform:translateY(100%) rotate(7deg);opacity:0;overflow:hidden}.home .hp-masthead__text .h2+.ui-link{margin-top:65px}.home .hp-masthead.scrolled-past{z-index:0;opacity:0}.home .showreel{aspect-ratio:16/9;position:relative;width:100%;margin:0 auto;transform:scale(.87);margin-top:-10%}.home .showreel__video{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.home .showreel__volume{position:absolute;top:-12%;left:60px;width:60px;height:60px;background:#48d597;border-radius:50%;z-index:1;cursor:pointer;color:#111}.home .hp-about{padding:60px 0 0}.home .hp-about .container{display:flex}.home .hp-about__col--header p{font-size:.875rem;font-weight:400;letter-spacing:.022em;margin-bottom:10px}.home .hp-about__col--header h2{margin-bottom:40px}.home .hp-about__col--header .ui-contact{color:#111}.home .hp-about__col--content{color:#cfcfcf}.home .hp-about__col--content a{font-weight:900}.home .our-services{padding:80px 0 60px;overflow:hidden}.home .our-services p.uppercase{font-size:.875rem;text-transform:uppercase;font-weight:400;letter-spacing:.022em;width:100%;color:#fff;margin-bottom:60px}.home .our-services .next-post__link{margin-bottom:0}.home .our-services .next-post__image{height:130px;margin-right:50px}.home .our-services .next-post__title{width:100%;font-size:clamp(30px,4vw,4rem)}.home .our-services .next-post__title:after{display:none}.home .our-services .next-post__title svg{width:63px;height:45px;min-width:63px;min-height:45px;margin-left:30px}.home .our-services .next-post:nth-of-type(1) path{stroke:#48d597}.home .our-services .next-post:nth-of-type(1):hover{color:#48d597}.home .our-services .next-post:nth-of-type(4) path{stroke:#cc3363}.home .our-services .next-post:nth-of-type(4):hover{color:#cc3363}.home .our-services .next-post:nth-of-type(3) path{stroke:#ffdf64}.home .our-services .next-post:nth-of-type(3):hover{color:#ffdf64}.home .our-services .next-post:nth-of-type(2) path{stroke:#91a6ff}.home .our-services .next-post:nth-of-type(2):hover{color:#91a6ff}.home .our-services .next-post:nth-of-type(5) path{stroke:#74dfff}.home .our-services .next-post:nth-of-type(5):hover{color:#74dfff}.home .our-services .next-post:not(:last-child) .next-post__link{border-bottom:none}.home .our-services .next-post:hover .next-post__title{transform:translateX(0%)}@media only screen and (max-width:767px){.home .hp-masthead lottie-player{opacity:.5}.home .showreel{margin-top:-30%}.home .showreel__volume{top:15px;left:15px;width:45px;height:45px}.home .our-services .services-slider .swiper-wrapper{flex-direction:column}.home .our-services .services-slider .service-card:not(:last-of-type){margin-bottom:15px}.home .next-post__title{justify-content:space-between}}@media only screen and (max-width:1024px){.home .our-services .next-post__image{display:none}.home .our-services .next-post__title svg{transform:scale(.65)}.home .hp-about .container{flex-direction:column;align-items:flex-start}.home .hp-about__col--header{display:contents}.home .hp-about__col--header .ui-contact{order:1;margin-top:40px}}@media only screen and (max-width:429px){.home .hp-masthead .h2{font-size:2.31rem}}@media only screen and (min-width:768px){.home .hp-masthead{height:100vh;height:calc(var(--staticvh,1vh)*100);min-height:600px}.home .our-services{padding:140px 0 180px}.home .showreel__volume{top:30px;left:30px}}@media only screen and (min-width:1025px){.home .hp-masthead lottie-player{width:100vw;height:auto;aspect-ratio:unset}.home .showreel__volume{left:60px;top:60px}.home .hp-about{padding:140px 0 0}.home .hp-about .container{gap:0 108px;justify-content:space-between}.home .hp-about__col--header{width:400px}.home .hp-about__col--content{flex:1;max-width:618px}.home .our-services .next-post__image{height:130px;margin-right:50px}.home .our-services .next-post__title{transform:translateX(-200px)}}@media only screen and (min-width:1400px){.home .hp-masthead__text{max-width:70%}.home .hp-about{padding:178px 0 0}.home .hp-about__col--header{width:462px}.home .hp-about__col--header h2{margin-bottom:70px}.home .our-services{padding:178px 0}}body.page-template-services .service-scroller{margin-bottom:80px}body.page-template-services .service-scroller__images{display:none}body.page-template-services .service-scroller__content{counter-reset:section}body.page-template-services .service-scroller .service-block__number{display:block;font-size:.875rem;color:var(--theme-color);margin-bottom:10px}body.page-template-services .service-scroller .service-block__number:before{counter-increment:section;content:counter(section,decimal-leading-zero)}body.page-template-services .service-scroller .service-block>a{transition:color .3s ease}body.page-template-services .service-scroller .service-block .h4{margin-bottom:40px}body.page-template-services .service-scroller .service-block__excerpt{margin-bottom:40px;color:#cfcfcf}body.page-template-services .service-scroller .service-block__links li{text-transform:uppercase}body.page-template-services .service-scroller .service-block__links li a{display:flex;align-items:center}body.page-template-services .service-scroller .service-block__links li a:before,body.page-template-services .service-scroller .service-block__links li a:after{content:"\f061";font-family:"Font Awesome 6 Free";font-weight:700;overflow:hidden;z-index:0;transition:all .3s ease}body.page-template-services .service-scroller .service-block__links li a:before{padding-right:18px}body.page-template-services .service-scroller .service-block__links li a:after{transform:translateX(-32px)}body.page-template-services .service-scroller .service-block__links li a span{background:#111;z-index:1;transition:all .3s ease}body.page-template-services .service-scroller .service-block__links li a:hover span{transform:translateX(-32px)}body.page-template-services .service-scroller .service-block__links li a:hover:before{opacity:0}body.page-template-services .service-scroller .service-block__links li a:hover:after{transform:translateX(-14px)}body.page-template-services .service-scroller .service-block__links li:not(:last-of-type){margin-bottom:25px}body.page-template-services .service-scroller .service-block#web-design a:hover{color:#48d597}body.page-template-services .service-scroller .service-block#branding-graphic-design a:hover{color:#cc3363}body.page-template-services .service-scroller .service-block#social-media a:hover{color:#ffdf64}body.page-template-services .service-scroller .service-block#paid-search a:hover{color:#91a6ff}body.page-template-services .service-scroller .service-block#seo a:hover{color:#74dfff}@media only screen and (max-width:1024px){body.page-template-services .quick-links{display:none}body.page-template-services .service-scroller .service-block__image{aspect-ratio:1.5/1;margin-bottom:50px}body.page-template-services .service-scroller .service-block__image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}body.page-template-services .service-scroller .service-block:not(:last-of-type){margin-bottom:60px}}@media only screen and (min-width:1025px){body.page-template-services .service-scroller{margin-bottom:100px}body.page-template-services .service-scroller__wrap{display:flex;flex-direction:row;align-items:flex-start}body.page-template-services .service-scroller .service-block{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding:50px 0;min-height:100vh}body.page-template-services .service-scroller .service-block__image{display:none}body.page-template-services .service-scroller .service-block .h4{max-width:410px}body.page-template-services .service-scroller .service-block__excerpt{max-width:500px}body.page-template-services .service-scroller__images{display:block;width:44%;margin-right:110px}body.page-template-services .service-scroller__images .service-image{position:absolute;top:0;left:0;width:100%;transition:all .25s ease-in-out;opacity:0;height:1000px;max-height:calc(100% - 100px);display:flex;align-items:center;bottom:0;margin:auto 0}body.page-template-services .service-scroller__images .service-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}body.page-template-services .service-scroller__images .service-image.active{opacity:1}body.page-template-services .service-scroller__image-wrapper{position:relative;width:100%;height:100vh}body.page-template-services .service-scroller__content{flex:1;margin-right:100px}}body.page-template-service-parent .sp-intro{margin-bottom:60px}body.page-template-service-parent .sp-intro__wrap{max-width:922px;width:100%}body.page-template-service-parent .image-text-block{margin-bottom:80px}body.page-template-service-parent .image-text-block .small-heading{margin-bottom:50px}body.page-template-service-parent .image-text-block__image{aspect-ratio:16/9;margin-bottom:30px}body.page-template-service-parent .image-text-block__image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}body.page-template-service-parent .image-text-block__content.body-content :is(h2,h3,h4,h5,.h2,.h3,.h4,.h5),body.page-template-service-parent .gform_wrapper .gform_fields .image-text-block__content.gfield.gfield_html :is(h2,h3,h4,h5,.h2,.h3,.h4,.h5),.gform_wrapper .gform_fields body.page-template-service-parent .image-text-block__content.gfield.gfield_html :is(h2,h3,h4,h5,.h2,.h3,.h4,.h5){text-transform:uppercase;font-weight:400}body.page-template-service-parent .image-text-block__content.body-content :is(h2,h3,h4,h5,.h2,.h3,.h4,.h5):not(:first-of-type),body.page-template-service-parent .gform_wrapper .gform_fields .image-text-block__content.gfield.gfield_html :is(h2,h3,h4,h5,.h2,.h3,.h4,.h5):not(:first-of-type),.gform_wrapper .gform_fields body.page-template-service-parent .image-text-block__content.gfield.gfield_html :is(h2,h3,h4,h5,.h2,.h3,.h4,.h5):not(:first-of-type){margin-top:85px}body.page-template-service-parent .image-text-block__content.body-content *:not(h2,h3,h4,h5,.h2,.h3,.h4,.h5),body.page-template-service-parent .gform_wrapper .gform_fields .image-text-block__content.gfield.gfield_html *:not(h2,h3,h4,h5,.h2,.h3,.h4,.h5),.gform_wrapper .gform_fields body.page-template-service-parent .image-text-block__content.gfield.gfield_html *:not(h2,h3,h4,h5,.h2,.h3,.h4,.h5){color:#cfcfcf}.related-services{overflow:hidden}.related-services .heading-underline{margin-bottom:60px}.related-services__grid{display:grid;grid-gap:25px}.related-services__card{padding:30px 70px 30px 23px;border:1px solid var(--theme-color);position:relative;display:flex;align-items:center;transition:all .3s ease}.related-services__card:after{content:"";width:34px;height:34px;border-radius:20px;right:25px;bottom:calc(50% - 17.5px);position:absolute;transition:all .3s ease;background:var(--theme-color) url(//www.platform81.com/wp-content/themes/platform81/library/css/../images/icons/icon-arrow.svg) center/16px auto no-repeat;transition:all .3s ease}.related-services__card .h5{font-size:1.25rem;font-weight:400}.related-services__card:hover{background:var(--theme-color);color:#111}.related-services__card:hover:after{background:#fff url(//www.platform81.com/wp-content/themes/platform81/library/css/../images/icons/icon-arrow.svg) center/16px auto no-repeat}@media only screen and (min-width:768px){body.page-template-service-parent .sp-intro__wrap.body-content p:first-of-type,body.page-template-service-parent .gform_wrapper .gform_fields .sp-intro__wrap.gfield.gfield_html p:first-of-type,.gform_wrapper .gform_fields body.page-template-service-parent .sp-intro__wrap.gfield.gfield_html p:first-of-type{font-size:1.375rem;line-height:1.72}body.page-template-service-parent .sp-intro__wrap.body-content p:first-of-type:has(+*),body.page-template-service-parent .gform_wrapper .gform_fields .sp-intro__wrap.gfield.gfield_html p:first-of-type:has(+*),.gform_wrapper .gform_fields body.page-template-service-parent .sp-intro__wrap.gfield.gfield_html p:first-of-type:has(+*){margin-bottom:40px}.related-services__grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:34px 30px}.related-services__card{aspect-ratio:294/274;padding:23px 50px 23px 23px}.related-services__card:after{bottom:25px}}@media only screen and (min-width:1025px){body.page-template-service-parent .masthead{margin-bottom:75px}body.page-template-service-parent .sp-intro{margin-bottom:115px}body.page-template-service-parent .related-services{padding:80px 0 100px}body.page-template-service-parent .related-services .small-heading{margin-bottom:70px}body.page-template-service-parent .related-services .services-slider .swiper-pagination-progressbar.swiper-pagination-horizontal{display:none !important}body.page-template-service-parent .image-text-block{margin-bottom:195px}body.page-template-service-parent .image-text-block__wrapper{display:grid;grid-template-columns:repeat(12,1fr);align-items:center;grid-gap:30px}body.page-template-service-parent .image-text-block__image{grid-column:1/span 7;aspect-ratio:1/1.18;margin-bottom:0}body.page-template-service-parent .image-text-block__image img{width:calc(100% - 75px)}body.page-template-service-parent .image-text-block__content{grid-column:8/-1}.related-services__grid{grid-template-columns:repeat(3,1fr)}}@media only screen and (min-width:1200px){body.page-template-service-parent .image-text-block__image{grid-column:1/span 6}body.page-template-service-parent .image-text-block__content{grid-column:7/span 5}.related-services__grid{grid-template-columns:repeat(4,1fr)}}body.page-template-service-child .bg-white--padding{padding:60px 0 80px}body.page-template-service-child .sc-intro:has(+.sc-image-text-block,+.sc-image-slider){margin-bottom:80px}body.page-template-service-child .sc-intro>.container{display:flex}body.page-template-service-child .sc-intro__content{max-width:680px;width:100%}body.page-template-service-child .sc-intro__content.body-content p:first-of-type:not(:last-of-type),body.page-template-service-child .gform_wrapper .gform_fields .sc-intro__content.gfield.gfield_html p:first-of-type:not(:last-of-type),.gform_wrapper .gform_fields body.page-template-service-child .sc-intro__content.gfield.gfield_html p:first-of-type:not(:last-of-type){font-size:1.375rem;line-height:1.72;margin-bottom:40px}body.page-template-service-child .sc-image-text-block{position:relative}body.page-template-service-child .sc-image-text-block .marquee{position:absolute;top:-20px;left:0;width:100%;padding:80px 0}body.page-template-service-child .sc-image-text-block .marquee .text:after{color:var(--theme-color)}body.page-template-service-child .sc-image-text-block .small-heading{margin-bottom:70px}body.page-template-service-child .sc-image-text-block__wrapper{display:flex;position:relative;z-index:2}body.page-template-service-child .sc-image-text-block__image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}body.page-template-service-child .sc-image-slider .swiper{overflow:visible}body.page-template-service-child .sc-image-slider .image__wrapper{width:100%;height:100%}body.page-template-service-child .sc-image-slider .image__wrapper img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}body.page-template-service-child .sc-media-grid__wrapper{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:30px}body.page-template-service-child .sc-media-grid .media-item{aspect-ratio:16/9}body.page-template-service-child .sc-media-grid .media-item>*{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}body.page-template-service-child .related-services{padding:80px 0 100px}@media only screen and (max-width:1199px){body.page-template-service-child .sc-intro>.container{flex-direction:column-reverse}body.page-template-service-child .sc-intro .quick-links{margin-bottom:60px}body.page-template-service-child .sc-image-text-block__wrapper{flex-direction:column}body.page-template-service-child .sc-image-text-block__image{width:60%}body.page-template-service-child .sc-image-text-block__content{margin:80px auto 0}}@media only screen and (max-width:1024px){body.page-template-service-child .sc-image-slider .image__wrapper{aspect-ratio:4/3}}@media only screen and (min-width:1025px){body.page-template-service-child .sc-image-slider .swiper{-webkit-clip-path:inset(-100vw -100vw -100vw 0);clip-path:inset(-100vw -100vw -100vw 0)}body.page-template-service-child .sc-image-slider .image{height:724px}body.page-template-service-child .sc-image-slider .image.swiper-slide-active{width:726px !important}}@media only screen and (min-width:1200px){body.page-template-service-child .bg-white--padding{padding:130px 0 110px}body.page-template-service-child .sc-intro:has(+.sc-image-text-block,+.sc-image-slider){margin-bottom:130px}body.page-template-service-child .sc-intro>.container{align-items:flex-start;justify-content:space-between}body.page-template-service-child .sc-image-text-block .marquee{top:-50px}body.page-template-service-child .sc-image-text-block__content{width:50%;max-width:500px;margin-top:200px}body.page-template-service-child .sc-image-text-block__image{width:500px;height:540px;margin-right:80px}}@media only screen and (min-width:1400px){body.page-template-service-child .sc-image-text-block .marquee{top:-20px}body.page-template-service-child .sc-image-text-block__wrapper{align-items:center}body.page-template-service-child .sc-image-text-block__content{margin-top:120px}body.page-template-service-child .sc-image-text-block__image{width:669px;height:724px;margin-right:110px}}body.page-template-contact .contact-wrap{margin-bottom:80px}body.page-template-contact .contact-wrap__wrapper{display:grid;grid-template-columns:1fr;grid-gap:30px}body.page-template-contact .contact-wrap__col:first-of-type>p{font-size:1.25rem;margin-bottom:65px}body.page-template-contact .contact-wrap__social{text-transform:uppercase}body.page-template-contact .contact-wrap__social li a{display:flex;align-items:center}body.page-template-contact .contact-wrap__social li a img{transition:.25s;margin-right:13px}body.page-template-contact .contact-wrap__social li a:hover img{transform:rotate(45deg)}body.page-template-contact .contact-wrap__social li:not(:last-of-type){margin-bottom:5px}body.page-template-contact .contact-wrap .contact-block{line-height:1.81;margin-bottom:60px}body.page-template-contact .contact-wrap .contact-block__heading{color:#48d597;text-transform:uppercase;font-weight:500}body.page-template-contact .contact-wrap .contact-block__address{font-style:normal}body.page-template-contact .contact-wrap .contact-block__link{margin-top:10px;text-decoration:underline}@media only screen and (max-width:1024px){body.page-template-contact .contact-wrap__col{display:contents}body.page-template-contact .contact-wrap__col:first-of-type p:first-of-type{order:-1}body.page-template-contact .contact-wrap .contact-block{margin-bottom:25px}body.page-template-contact .contact-wrap .gform_wrapper{order:-1;margin-bottom:60px}}@media only screen and (min-width:1025px){body.page-template-contact .contact-wrap{margin-bottom:120px}body.page-template-contact .contact-wrap__wrapper{grid-template-columns:repeat(2,1fr);grid-gap:0 80px}}@media only screen and (min-width:1200px){body.page-template-contact .contact-wrap__wrapper{grid-gap:0 30px}body.page-template-contact .contact-wrap__col{padding:0 78px}}.blog__main{margin-bottom:75px}.blog__top{margin-bottom:45px}.blog__filter{flex-shrink:0}.blog__filter select{width:100%;color:#fff;height:54px;background-image:url(//www.platform81.com/wp-content/themes/platform81/library/css/../images/icons/arrow-right-s-line-white.svg);background-position:94% center;background-size:auto 8px;background-repeat:no-repeat;padding:0 23px;border:1px solid #3e3e3e}.blog__filter:not(:last-of-type){margin-bottom:15px}.blog__list{margin-bottom:45px}.blog__list .news-row:first-of-type{padding-top:45px;border-top:1px solid #707070}@media only screen and (min-width:768px){.blog__top{display:flex;align-items:center}.blog__filter{display:flex;align-items:center}.blog__filter select{width:356px}.blog__filter:not(:last-of-type){margin-right:30px;margin-bottom:0}}body.page-template-who-we-are .who-intro__wrap{max-width:680px;width:100%}body.page-template-who-we-are .who-intro__wrap.body-content p:first-of-type,body.page-template-who-we-are .gform_wrapper .gform_fields .who-intro__wrap.gfield.gfield_html p:first-of-type,.gform_wrapper .gform_fields body.page-template-who-we-are .who-intro__wrap.gfield.gfield_html p:first-of-type{margin-bottom:40px;font-size:1.375rem;line-height:1.72}body.page-template-who-we-are .our-values{display:flex;justify-content:center;flex-direction:column;overflow:hidden}body.page-template-who-we-are .our-values .container{display:flex}body.page-template-who-we-are .our-values .small-heading{margin-bottom:84px}body.page-template-who-we-are .our-values__slider{position:relative}body.page-template-who-we-are .our-values__slider__track{display:flex;flex-direction:row;flex-wrap:nowrap;will-change:transform}body.page-template-who-we-are .our-values .values-card{position:relative;box-sizing:border-box;display:flex;justify-content:flex-end;flex-direction:column;height:322px;background:#111;color:#fff;padding-bottom:52px;overflow:hidden;margin-left:75px}body.page-template-who-we-are .our-values .values-card:after{content:"";width:100%;height:221px;background:linear-gradient(to top,#111,transparent);position:absolute;bottom:0;left:0;transition:all .3s ease}body.page-template-who-we-are .our-values .values-card .h4{margin:auto 0 30px;position:relative;z-index:1;font-size:clamp(40px,7vw,3.125em)}body.page-template-who-we-are .our-values .values-card__desc{min-height:73px;position:relative;z-index:1;text-wrap:balance}body.page-template-who-we-are .our-values .values-card__img{position:absolute;left:70px;top:0;height:100%;width:auto;transition:all .3s ease}body.page-template-who-we-are .our-values .values-card__img img{height:100%;width:auto}body.page-template-who-we-are .our-values .values-card:hover:after{height:100%}body.page-template-who-we-are .our-values .values-card:hover .values-card__img{transform:rotate(-3deg) scale(1.05)}body.page-template-who-we-are .mission-statement__wrapper{max-width:762px;width:100%;margin:0 auto;text-align:center}body.page-template-who-we-are .mission-statement__wrapper .small-heading{margin-bottom:15px}body.page-template-who-we-are .two-col-content__wrapper{position:relative;padding-top:50px;padding-bottom:115px}body.page-template-who-we-are .award-winners .container{position:relative}body.page-template-who-we-are .award-winners h2{color:#48d597;text-align:center;font-size:clamp(60px,18vw,15.25rem);line-height:.8}@media only screen and (max-width:1024px){body.page-template-who-we-are .who-intro,body.page-template-who-we-are .mission-statement,body.page-template-who-we-are .our-values{margin-bottom:100px}body.page-template-who-we-are .our-values .values-card__desc{max-width:330px}body.page-template-who-we-are .our-values .values-card:nth-child(1),body.page-template-who-we-are .our-values .values-card:nth-child(3){width:320px}body.page-template-who-we-are .our-values .values-card:nth-child(2){width:440px}body.page-template-who-we-are .our-values .values-card:nth-child(4){width:420px}body.page-template-who-we-are .our-values .values-card:nth-child(5),body.page-template-who-we-are .our-values .values-card:nth-child(6){width:390px}body.page-template-who-we-are .two-col-content__title{margin-bottom:80px}body.page-template-who-we-are .award-winners{margin-bottom:115px}body.page-template-who-we-are .award-winners h2{margin-bottom:115px}body.page-template-who-we-are .award-winners__list .image-list-row__media{display:none}body.page-template-who-we-are .trusted-by{margin-bottom:80px}}@media only screen and (min-width:1025px){body.page-template-who-we-are .who-intro{margin-bottom:140px}body.page-template-who-we-are .our-values{height:100vh}body.page-template-who-we-are .our-values .values-card{min-width:532px}body.page-template-who-we-are .our-values .values-card__desc{max-width:290px;margin-left:auto}body.page-template-who-we-are .mission-statement{margin-bottom:225px}body.page-template-who-we-are .two-col-content{margin-bottom:150px}body.page-template-who-we-are .two-col-content__wrapper{padding-top:180px;display:flex}body.page-template-who-we-are .two-col-content__title{width:33%}body.page-template-who-we-are .two-col-content__content{margin:0 auto;max-width:50%}body.page-template-who-we-are .award-winners{margin-bottom:175px}body.page-template-who-we-are .award-winners h2{margin-bottom:180px}body.page-template-who-we-are .trusted-by{margin-bottom:180px}}body.page-template-join-us .j-intro{margin-bottom:60px}body.page-template-join-us .j-intro__content{max-width:645px;width:100%;margin-bottom:45px}body.page-template-join-us .application-form .marquee{margin-bottom:30px}body.page-template-join-us .application-form__wrapper{max-width:680px;width:100%;margin:0 auto}body.page-template-join-us .application-form__wrapper .h5{color:#48d597;font-weight:400;margin-bottom:70px}body.page-template-join-us .job-positions{margin-bottom:50px}body.page-template-join-us .job-positions .small-heading{margin-bottom:55px}body.page-template-join-us .job-positions .job-row{padding-bottom:35px;border-bottom:1px solid #707070}body.page-template-join-us .job-positions .job-row__image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}body.page-template-join-us .job-positions .job-row__content .h5{color:#48d597;margin-bottom:60px;font-weight:400}body.page-template-join-us .job-positions .job-row__content .body-content,body.page-template-join-us .job-positions .job-row__content .gform_wrapper .gform_fields .gfield.gfield_html,.gform_wrapper .gform_fields body.page-template-join-us .job-positions .job-row__content .gfield.gfield_html{margin-bottom:85px}body.page-template-join-us .job-positions .job-row:first-of-type{border-top:1px solid #707070;padding-top:35px}body.page-template-join-us .job-positions .job-row:not(:last-of-type){margin-bottom:35px}@media only screen and (max-width:767px){body.page-template-join-us .job-positions .job-row__image{margin-bottom:50px;aspect-ratio:16/9}body.page-template-join-us .job-positions .job-row__content .h5{margin-bottom:25px}body.page-template-join-us .job-positions .job-row__content .body-content,body.page-template-join-us .job-positions .job-row__content .gform_wrapper .gform_fields .gfield.gfield_html,.gform_wrapper .gform_fields body.page-template-join-us .job-positions .job-row__content .gfield.gfield_html{margin-bottom:50px}}@media only screen and (min-width:768px){body.page-template-join-us .j-intro__content.body-content,body.page-template-join-us .gform_wrapper .gform_fields .j-intro__content.gfield.gfield_html,.gform_wrapper .gform_fields body.page-template-join-us .j-intro__content.gfield.gfield_html{font-size:1.375rem;line-height:1.72}body.page-template-join-us .job-positions .job-row{display:grid;grid-template-columns:repeat(12,1fr);align-items:center;grid-gap:30px}body.page-template-join-us .job-positions .job-row__image{grid-column:1/span 7;aspect-ratio:1.06/1;margin-bottom:0}body.page-template-join-us .job-positions .job-row__image img{width:calc(100% - 75px)}body.page-template-join-us .job-positions .job-row__content{grid-column:8/-1}}@media only screen and (min-width:1025px){body.page-template-join-us .j-intro{margin-bottom:115px}body.page-template-join-us .j-intro__content{margin-right:auto;margin-bottom:0}body.page-template-join-us .j-intro__wrapper{display:flex}body.page-template-join-us .job-positions{margin-bottom:135px}body.page-template-join-us .application-form{margin-bottom:185px}}@media only screen and (min-width:1200px){body.page-template-join-us .job-positions .job-row__image{grid-column:1/span 6}body.page-template-join-us .job-positions .job-row__content{padding:60px 0;grid-column:7/span 5}}body.page-template-work .project-grid__wrapper,body.tax-collection .project-grid__wrapper{display:grid;grid-template-columns:1fr;grid-gap:2rem 3rem}body.page-template-work .project-grid--margin,body.tax-collection .project-grid--margin{margin-bottom:80px}body.page-template-work .project-list__grid,body.tax-collection .project-list__grid{margin-bottom:80px}@media only screen and (min-width:650px){body.page-template-work .project-grid__wrapper,body.tax-collection .project-grid__wrapper{grid-template-columns:repeat(2,1fr)}}@media only screen and (min-width:1025px){body.page-template-work .masthead,body.tax-collection .masthead{margin-bottom:120px}body.page-template-work .project-list__grid,body.tax-collection .project-list__grid{margin-bottom:180px}body.page-template-work .project-grid__wrapper,body.tax-collection .project-grid__wrapper{grid-template-columns:repeat(3,1fr)}body.page-template-work .project-grid--margin,body.tax-collection .project-grid--margin{margin-bottom:150px}}@media only screen and (min-width:1025px){body.tax-collection .masthead{margin-bottom:145px}}@keyframes tilt-shaking{0%{transform:rotate(0deg)}5%{transform:rotate(5deg)}10%{transform:rotate(0deg)}15%{transform:rotate(-5deg)}20%{transform:rotate(0deg)}25%{transform:rotate(-5deg)}30%{transform:rotate(0deg)}100%{transform:rotate(0deg)}}@font-face{font-family:"StabilGrotesk";src:url(//www.platform81.com/wp-content/themes/platform81/library/css/../fonts/StabilGrotesk-Thin.woff2) format("woff2"),url(//www.platform81.com/wp-content/themes/platform81/library/css/../fonts/StabilGrotesk-Thin.woff) format("woff");font-weight:300;font-style:normal}@font-face{font-family:"StabilGrotesk";src:url(//www.platform81.com/wp-content/themes/platform81/library/css/../fonts/StabilGrotesk-Regular.woff2) format("woff2"),url(//www.platform81.com/wp-content/themes/platform81/library/css/../fonts/StabilGrotesk-Regular.woff) format("woff");font-weight:400;font-style:normal}@font-face{font-family:"StabilGrotesk";src:url(//www.platform81.com/wp-content/themes/platform81/library/css/../fonts/StabilGrotesk-Medium.woff2) format("woff2"),url(//www.platform81.com/wp-content/themes/platform81/library/css/../fonts/StabilGrotesk-Medium.woff) format("woff");font-weight:500;font-style:normal}@font-face{font-family:"StabilGrotesk";src:url(//www.platform81.com/wp-content/themes/platform81/library/css/../fonts/StabilGrotesk-Black.woff2) format("woff2"),url(//www.platform81.com/wp-content/themes/platform81/library/css/../fonts/StabilGrotesk-Black.woff) format("woff");font-weight:700;font-style:normal}body,html{overflow-x:clip}body.noscroll,html.noscroll{overflow:hidden}@media not all and (-webkit-min-device-pixel-ratio:0),not all and (min-resolution:0.001dpcm){@supports (-webkit-appearance:none){body{overflow-x:hidden}}}.page-template-ppc,.page-template-ppc-thank-you{background:#111;font-family:"StabilGrotesk","Helvetica Neue",Helvetica,Arial,sans-serif}.page-template-ppc .container,.page-template-ppc-thank-you .container{max-width:1400px}.page-template-ppc p,.page-template-ppc ol,.page-template-ppc ul,.page-template-ppc-thank-you p,.page-template-ppc-thank-you ol,.page-template-ppc-thank-you ul{font-weight:400;line-height:26px}.page-template-ppc h1,.page-template-ppc h2,.page-template-ppc h3,.page-template-ppc h4,.page-template-ppc h5,.page-template-ppc h6,.page-template-ppc-thank-you h1,.page-template-ppc-thank-you h2,.page-template-ppc-thank-you h3,.page-template-ppc-thank-you h4,.page-template-ppc-thank-you h5,.page-template-ppc-thank-you h6{text-transform:uppercase}.page-template-ppc h1,.page-template-ppc-thank-you h1{font-size:50px;line-height:53px;font-weight:300}.page-template-ppc h2,.page-template-ppc-thank-you h2{font-size:30px;line-height:33px;font-weight:500}.page-template-ppc h2 span,.page-template-ppc-thank-you h2 span{color:#48d597}.page-template-ppc h3,.page-template-ppc-thank-you h3{font-size:20px;line-height:24px}.page-template-ppc .subheading,.page-template-ppc-thank-you .subheading{color:#48d597;text-transform:uppercase;font-size:14px;font-weight:500;letter-spacing:.01em}.page-template-ppc .gform_wrapper .gform_fields .gfield input:not([type=checkbox]):focus,.page-template-ppc .gform_wrapper .gform_fields .gfield textarea:focus,.page-template-ppc .gform_wrapper .gform_fields .gfield select:focus,.page-template-ppc-thank-you .gform_wrapper .gform_fields .gfield input:not([type=checkbox]):focus,.page-template-ppc-thank-you .gform_wrapper .gform_fields .gfield textarea:focus,.page-template-ppc-thank-you .gform_wrapper .gform_fields .gfield select:focus{border-color:#48d597}.page-template-ppc .gform_wrapper .gform_fields .gfield textarea,.page-template-ppc-thank-you .gform_wrapper .gform_fields .gfield textarea{height:70px}.page-template-ppc .fancybox__content>.f-button.is-close-btn,.page-template-ppc-thank-you .fancybox__content>.f-button.is-close-btn{background-color:#48d597;opacity:1;border-radius:50%;top:-22.5px;right:-22.5px;width:45px;height:45px}.page-template-ppc .fancybox__content>.f-button.is-close-btn svg,.page-template-ppc-thank-you .fancybox__content>.f-button.is-close-btn svg{color:#111;height:15px}.progressbar{display:block;width:100%;height:1px;border-radius:10px;background-color:#f5f5f5;background-image:linear-gradient(to right,#48d597,#48d597);background-repeat:no-repeat;background-size:0 100%;margin:50px auto 0;max-width:300px;position:relative}.progressbar__bar{height:3px;background:#fff;position:absolute;top:-1px;left:0;transition:width .4s ease-in-out}.progressbar .sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.header--ppc{height:96px;display:flex;align-items:center;transition:all .2s ease;position:fixed;top:0;left:0;width:100%}.header--ppc .container-fluid{display:flex;align-items:center;justify-content:space-between}.header--ppc .header__logo path[fill="#70d44b"]{fill:#48d597}.header--ppc ul{transition:all .2s ease}.header--ppc.header--compact .header__logo #Group_3 path{fill:#48d597}.header--ppc.header--compact ul{visibility:hidden;opacity:0}.ppc-masthead{height:542px;overflow:hidden;position:relative;display:flex;align-items:center}.ppc-masthead .container{position:relative;height:100%;display:flex;align-items:center}.ppc-masthead .masthead__shape{position:absolute;right:0;top:0}.ppc-masthead__text{max-width:520px;position:relative;z-index:1}.ppc-masthead__text h2{color:var(--theme-color);text-transform:uppercase;font-size:.875rem !important;line-height:1.5 !important}.ppc-masthead .wpac{background:#fff;width:172px;height:69px;color:#111;position:absolute;left:15px;bottom:20px;padding:1px 8px 10px 48px;background:#fff url(//www.platform81.com/wp-content/themes/platform81/library/css/../images/ppc/google-g.svg) 8px center/35px no-repeat;border-top:4px solid #48d597;z-index:2}.ppc-masthead .wpac .wp-google-right:before{content:"Google Rating";font-size:11px}.ppc-masthead .wpac .wp-google-right>div:first-child{height:16px;top:-4px;position:relative}.ppc-masthead .wpac .wp-google-rating{color:#ed9243}.ppc-masthead .wpac .wp-google-stars{top:2px;position:relative;margin-left:5px;display:inline-flex;gap:0 2px}.ppc-masthead .wpac .wp-google-stars svg{width:15px;height:15px}.ppc-masthead .wpac .wp-google-powered{color:#777;font-size:11px}.ppc-masthead .wpac .wp-google-powered:last-child{display:none}.ppc-intro{padding:50px 0;background:#fafafa;color:#111}.ppc-intro__col--text{margin-bottom:50px}.ppc-intro__col--text p{margin-bottom:50px}.ppc-intro__col--form{padding:35px 30px 40px;background:#fff}.ppc-intro__col--form>p{margin-bottom:20px}.ppc-logos--stack{padding:70px 0}.ppc-logos--clients{margin-bottom:70px}.ppc-logos .subheading{margin-bottom:30px}.ppc-logos__slider img{max-height:60px;width:auto}.ppc-logos__slider .slick-slide{margin:0 35px;height:inherit !important;display:flex;align-items:center}.ppc-logos__slider .slick-track{display:flex !important}.ppc-logos__slider .slick-list{margin:0 -35px}.ppc-process{margin-bottom:70px}.ppc-process__slider__slide{cursor:grab}.ppc-process__slider__slide__text p{color:#cfcfcf}.ppc-process__buttons{display:flex;align-items:center;gap:1em;margin:20px 0}.ppc-process__buttons div{position:relative;right:auto;left:auto;margin-top:0}.ppc-process__buttons div:after{color:#48d597}.ppc-deliverables{margin-bottom:70px}.ppc-deliverables .subheading{margin-bottom:30px}.ppc-deliverables__slider .slick-slide{margin:0 15px}.ppc-deliverables__slider .slick-list{margin:0 -15px;padding:0 !important;overflow:visible;-webkit-clip-path:inset(-100vw -100vw -100vw 0);clip-path:inset(-100vw -100vw -100vw 0)}.ppc-deliverables__slider .slick-track{display:flex}.ppc-deliverables__slider .slick-slide{height:auto;background:#1f1f1f}.ppc-deliverables__slider__slide{padding:35px 35px 75px}.ppc-deliverables__slider__slide>span{color:#48d597;font-size:108px;font-weight:300;line-height:1;display:block;margin-bottom:40px}.ppc-deliverables__slider__slide h3{min-height:65px;margin-bottom:30px;color:#fff}.ppc-deliverables__slider__slide>p{color:#cfcfcf}.ppc-work{margin-bottom:70px}.ppc-work .subheading{margin-bottom:30px}.ppc-work__slider .slick-slide{margin:0 15px}.ppc-work__slider .slick-list{margin:0 -15px;padding:0 !important;overflow:visible;-webkit-clip-path:inset(-100vw -100vw -100vw 0);clip-path:inset(-100vw -100vw -100vw 0)}.ppc-work__slider__slide{cursor:pointer}.ppc-work__slider__slide__img{margin-bottom:25px;display:block;position:relative}.ppc-work__slider__slide__img img{width:100%;-o-object-fit:cover;object-fit:cover;transition:all .2s ease}.ppc-work__slider__slide__img:after{content:"";width:100%;height:100%;position:absolute;top:0;left:0;background:url(//www.platform81.com/wp-content/themes/platform81/library/css/../images/ppc/video-play.svg) center/130px no-repeat;transition:all .2s ease}.ppc-work__slider__slide p{text-transform:uppercase}.ppc-work__slider__slide:hover .ppc-work__slider__slide__img img{opacity:.5}.ppc-work__slider__slide:hover .ppc-work__slider__slide__img:after{transform:scale(1.1)}.ppc-team{margin-bottom:70px}.ppc-team__col--text{margin-bottom:50px}.ppc-team__col--text .subheading{margin-bottom:10px}.ppc-team__col--text h2{margin-bottom:30px}.ppc-team__col--profiles{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:30px 0}.ppc-team__col--profiles .profile{text-align:center}.ppc-team__col--profiles .profile img{width:130px;height:130px;margin:0 auto 15px}.ppc-team__col--profiles .profile span{display:block;font-size:.8rem;line-height:1.5}.ppc-reviews{margin-bottom:70px}.ppc-reviews__header__heading .subheading{margin-bottom:10px}.ppc-reviews__header__stars{width:193px;display:block;margin:30px 0 40px}.ppc-reviews__header__stars>*{display:flex;justify-content:space-between}.ppc-reviews__header__stars>*:first-child{font-size:21px}.ppc-reviews__header__stars>*:last-child{font-size:12px;text-transform:uppercase;letter-spacing:.05em;text-decoration:underline;text-underline-offset:3px}.ppc-reviews__slider .wp-google-url{display:none}.ppc-reviews__slider .slick-list{overflow:visible;-webkit-clip-path:inset(-100vw -100vw -100vw 0);clip-path:inset(-100vw -100vw -100vw 0)}.ppc-reviews__slider .slick-slide{margin:0 15px;height:inherit !important}.ppc-reviews__slider .slick-slide>div{height:100%}.ppc-reviews__slider .slick-track{display:flex !important}.ppc-reviews__slider .slick-list{margin:0 -15px}.ppc-reviews__slider .wp-google-reviews .wp-google-review{background-color:#fff;padding:35px;margin-top:0;font-family:"StabilGrotesk","Helvetica Neue",Helvetica,Arial,sans-serif;width:300px;color:#111;height:100%}.ppc-reviews__slider .wp-google-reviews .wp-google-review .wp-google-left{display:none}.ppc-reviews__slider .wp-google-reviews .wp-google-review .wp-google-right{display:flex;flex-direction:column;width:auto;height:100%;font-size:14px}.ppc-reviews__slider .wp-google-reviews .wp-google-review .wp-google-right .wp-google-name{order:2;margin-top:auto;text-transform:capitalize}.ppc-reviews__slider .wp-google-reviews .wp-google-review .wp-google-right .wp-google-name:before{content:"- "}.ppc-reviews__slider .wp-google-reviews .wp-google-review .wp-google-right .wp-google-time{margin-bottom:10px;color:#525151}.ppc-reviews__slider .wp-google-reviews .wp-google-review .wp-google-right .wp-google-feedback{display:flex;flex-direction:column;margin-bottom:30px}.ppc-reviews__slider .wp-google-reviews .wp-google-review .wp-google-right .wp-google-feedback .wp-google-text{line-height:21px}.ppc-reviews__slider .wp-google-reviews .wp-google-review .wp-google-right .wp-google-feedback .wp-google-text .wp-more{display:none}.ppc-reviews__slider .wp-google-reviews .wp-google-review .wp-google-right .wp-google-feedback .wp-google-text .wp-more-toggle{color:#48d597;text-decoration:underline}.ppc-reviews__slider .wp-google-reviews .wp-google-review .wp-google-right .wp-google-stars{width:114px;height:26px;background:url(//www.platform81.com/wp-content/themes/platform81/library/css/../images/ppc/g-5-star.svg) center left/contain no-repeat;order:-1;margin-bottom:15px}.ppc-reviews__slider .wp-google-reviews .wp-google-review .wp-google-right .wp-google-stars>*{display:none}.ppc-cta{margin-bottom:70px}.ppc-cta__col--text{margin-bottom:50px}.ppc-cta__col--text h2,.ppc-cta__col--text ul,.ppc-cta__col--text .address:not(:last-child){margin-bottom:30px}.ppc-cta__col--form{padding:35px 30px 40px;background:#fff;color:#111}.ppc-cta__col--form>p{margin-bottom:20px}.ppc-footer{background:#fff;color:#111}.ppc-footer__logos{padding:20px 0;border-bottom:1px solid #d6d6d6;display:flex;align-items:center;justify-content:center;flex-wrap:wrap}.ppc-footer__logos>*{padding:15px}.ppc-footer__logos img{max-height:70px}.ppc-footer__bottom{display:flex;align-items:center;justify-content:space-between;flex-direction:column;padding:30px 0;font-size:12px;text-transform:uppercase}.ppc-footer__bottom>ul{display:flex;align-items:center;gap:0 20px}.ppc-footer__bottom>ul a{transition:color .2s ease}.ppc-footer__bottom>ul a:hover{color:#48d597}.ppc-form-toogle{position:fixed;z-index:10;bottom:30px;right:30px;width:145px;height:40px;border-radius:40px;font-size:14px;background:#48d597;outline:none;border:none;color:#111}.lets-connect{position:fixed;background-color:#fff;max-width:500px;width:100%;margin:auto;padding:45px 30px 30px;border:none}.lets-connect__close{position:absolute;top:0;right:0;cursor:pointer;border:none;outline:none;background:0 0;padding:20px}.lets-connect__close line{stroke:#111}.lets-connect__wrap>p{margin-bottom:20px}.lets-connect::backdrop{background-color:rgba(0,0,0,.5);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.ppc-thank-you{padding:50px 0;margin-bottom:70px;background:#fff;color:#111}.ppc-thank-you__wrap{max-width:1100px}.ppc-thank-you__wrap>*:not(:last-child){margin-bottom:50px}@media only screen and (max-width:767px){.header--ppc ul li:first-child{display:none;background:#111;padding:0 10px;border-radius:4px}.ppc-masthead:after{content:"";width:150%;height:100%;position:absolute;left:0;top:0;background:linear-gradient(to left,transparent,#111)}}@media only screen and (max-width:1024px){.header--ppc.header--compact{background:0 0;box-shadow:none}.ppc-process__tabs{display:none}.ppc-process__slider,.ppc-deliverables__slider,.ppc-work__slider,.ppc-reviews__slider{width:calc(100% + 15px)}.ppc-process__slider .slick-list,.ppc-deliverables__slider .slick-list,.ppc-work__slider .slick-list,.ppc-reviews__slider .slick-list{padding-right:60px !important}.ppc-process__heading{margin-bottom:30px}.ppc-process__slider .slick-slide{margin:0 15px}.ppc-process__slider .slick-list{margin:0 -15px}.ppc-process__slider__slide img{margin-bottom:30px;width:100%}.ppc-process__slider__slide h2{margin-bottom:20px}.cursor{display:none}}@media only screen and (min-width:768px){.header--ppc{padding:15px 40px}.header--ppc ul{display:flex}.header--ppc ul>li{font-size:20px}.header--ppc ul>li:first-child{margin-right:30px}.ppc-team__col--profiles{grid-template-columns:repeat(4,1fr)}.ppc-team__col--profiles .profile{text-align:center}.ppc-footer__bottom{flex-direction:row}}@media only screen and (min-width:1025px){.page-template-ppc h1,.page-template-ppc-thank-you h1{font-size:70px;line-height:73px}.page-template-ppc h2,.page-template-ppc-thank-you h2{font-size:40px;line-height:43px}.page-template-ppc h2.lg,.page-template-ppc-thank-you h2.lg{font-size:63px;line-height:75px}.page-template-ppc h3,.page-template-ppc-thank-you h3{font-size:25px;line-height:28px}.progressbar{margin:100px auto 0;max-width:708px}.ppc-masthead .wpac{left:auto;bottom:72px}.ppc-masthead__text{padding-top:40px;max-width:720px}.ppc-intro .container{display:flex;align-items:flex-start}.ppc-intro__col--text{flex:1;margin-right:65px;margin-bottom:0}.ppc-intro__col--text p{margin-bottom:60px}.ppc-intro__col--form{width:400px;position:sticky;top:120px}.ppc-intro__col--form>p{margin-bottom:30px}.ppc-logos .subheading{margin-bottom:85px}.ppc-logos--stack{padding:125px 0}.ppc-logos--clients{margin-bottom:200px}.ppc-logos__slider .slick-slide{margin:0 72px}.ppc-logos__slider .slick-list{margin:0 -72px}.ppc-process{margin-bottom:150px}.ppc-process h2{margin-bottom:0}.ppc-process__tabs{margin:30px 0 60px;border-bottom:1px solid #707070;display:flex}.ppc-process__tabs>a{padding:22px 0;display:block;transition:all .2s ease;cursor:pointer;position:relative;text-transform:uppercase}.ppc-process__tabs>a:after{content:"";width:100%;height:2px;background:#48d597;bottom:-1px;left:0;position:absolute;transition:all .2s ease}.ppc-process__tabs>a:not(:last-child){margin-right:75px}.ppc-process__tabs>a:not(.active){opacity:.44}.ppc-process__tabs>a:not(.active):after{transform:scaleX(0)}.ppc-process__slider .slick-list{overflow:visible;-webkit-clip-path:inset(-100vw -100vw -100vw 0);clip-path:inset(-100vw -100vw -100vw 0)}.ppc-process__slider__slide__wrap{display:flex;align-items:center;padding-right:100px}.ppc-process__slider__slide img{max-width:400px}.ppc-process__slider__slide__text{margin-left:78px}.ppc-process__slider__slide__text h2{margin-bottom:30px}.ppc-process__slider__slide__text>p{margin-bottom:30px}.ppc-deliverables{margin-bottom:184px}.ppc-deliverables .subheading{margin-bottom:65px}.ppc-work{margin-top:70px}.ppc-work .subheading{margin-bottom:65px}.ppc-team{margin-bottom:180px}.ppc-team .container{display:flex}.ppc-team__col--text{width:325px;margin-right:70px;margin-bottom:0}.ppc-team__col--text h2{margin-bottom:55px}.ppc-team__col--profiles{flex:1;grid-gap:50px 0}.ppc-team__col--profiles .profile img{width:110px;height:110px}.ppc-reviews{margin-bottom:230px}.ppc-reviews__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:45px}.ppc-reviews__header__heading{max-width:420px}.ppc-reviews__header__stars{margin:0}.ppc-cta{margin-bottom:122px}.ppc-cta .container{display:flex;align-items:flex-start;justify-content:space-between}.ppc-cta__col--text{flex:1;margin-right:65px;max-width:564px;margin-bottom:0}.ppc-cta__col--text h2{margin-bottom:55px}.ppc-cta__col--text ul,.ppc-cta__col--text .address:not(:last-child){margin-bottom:0}.ppc-cta__col--text ul{font-size:22px;margin-bottom:90px}.ppc-cta__col--text ul>li:not(:last-child){margin-bottom:25px}.ppc-cta__col--text .addresses{display:flex;gap:0 60px}.ppc-cta__col--text .addresses p{line-height:29px}.ppc-cta__col--text .addresses p span{text-transform:uppercase;font-weight:500}.ppc-cta__col--form{width:510px;position:sticky;top:120px}.ppc-cta__col--form>p{margin-bottom:30px;font-size:22px;line-height:28px}.ppc-footer__logos{padding:60px 0;justify-content:space-between}.ppc-footer__logos>*{padding:0}.lets-connect__wrap>p{margin-bottom:30px;font-size:22px;line-height:28px;padding-right:80px}.cursor-drag{width:130px;height:130px;border-radius:100%;transition:all .2s ease-out;position:fixed;pointer-events:none;z-index:101;left:0;top:0;opacity:0;transform:translate(calc(-50% + 15px),-50%);background:#48d597;background-image:url(/wp-content/themes/platform81/library/images/ppc/chevron-left-right-01.png);background-size:90%;background-repeat:no-repeat;background-position:center;color:#111;font-size:14px;display:flex;align-items:center;justify-content:center}.cursor-drag--show{opacity:1}.cursor-drag--show:after{content:"DRAG"}.ppc-thank-you{padding:100px 0;margin-bottom:180px}}@media only screen and (min-width:1200px){.ppc-intro__col--text p{margin-bottom:90px}.ppc-intro__col--form{width:510px;margin-top:-360px}.ppc-intro__col--form>p{font-size:22px;line-height:28px}.ppc-process__slider__slide img{max-width:540px}.ppc-team__col--text{width:425px;margin-right:90px}.ppc-team__col--profiles{flex:1;grid-gap:75px 0}.ppc-team__col--profiles .profile img{width:130px;height:130px}}@media only screen and (min-width:1400px){.page-template-ppc .container,.page-template-ppc-thank-you .container{max-width:1295px}.ppc-intro__col--text p{font-size:22px;line-height:38px}.ppc-process__slider__slide__text>p{font-size:18px;line-height:30px}}.project-quote{margin-bottom:150px}.project-quote__wrap{max-width:680px;width:100%;margin:0 auto}.project-quote .gform_wrapper ::placeholder,.project-quote .gform_wrapper ::-webkit-input-placeholder{color:#858585}.project-quote .gform_wrapper #gform_fields_5_2{display:flex;align-items:center;flex-wrap:wrap}.project-quote .gform_wrapper #gform_fields_5_2 #field_5_10,.project-quote .gform_wrapper #gform_fields_5_2 #field_5_13{width:100%}.project-quote .gform_wrapper #gform_fields_5_2 #field_5_15{margin:0 30px;text-transform:uppercase}.project-quote .gform_wrapper #gform_fields_5_2 #field_5_14,.project-quote .gform_wrapper #gform_fields_5_2 #field_5_16{flex:1;margin:0}.project-quote .gform_wrapper .gform_fields .gfield input:not([type=checkbox]),.project-quote .gform_wrapper .gform_fields .gfield textarea,.project-quote .gform_wrapper .gform_fields .gfield select{color:#cfcfcf}.project-quote .gform_wrapper .gform_page_footer{margin-top:30px;position:relative;display:flex}.project-quote .gform_wrapper .gform_page_footer .gform_previous_button{color:rgba(255,255,255,.6);margin-right:20px;cursor:pointer}.project-quote .gform_wrapper .gf_progressbar{background:#848484;height:8px;border-radius:8px;margin-bottom:80px}.project-quote .gform_wrapper .gf_progressbar_percentage{background:#48d597;height:8px;border-radius:8px}.project-quote .gform_wrapper .gf_progressbar_percentage span{display:none}body.page-template-breakfast .subheading{color:#48d597;text-transform:uppercase;font-size:14px;font-weight:500;letter-spacing:.01em}body.page-template-breakfast .gform_wrapper .gform_fields .gfield input:not([type=checkbox]):focus,body.page-template-breakfast .gform_wrapper .gform_fields .gfield textarea:focus,body.page-template-breakfast .gform_wrapper .gform_fields .gfield select:focus{border-color:#48d597}body.page-template-breakfast .gform_wrapper .gform_fields .gfield textarea{height:70px}body.page-template-breakfast .db-intro{padding:50px 0;background:#fafafa;color:#111}body.page-template-breakfast .db-intro__col--text{margin-bottom:50px}body.page-template-breakfast .db-intro__col--form{padding:35px 30px 40px;background:#fff}body.page-template-breakfast .db-intro__col--form>p{margin-bottom:20px}body.page-template-breakfast .db-team{background:#fafafa;color:#111;padding:50px 0 70px}body.page-template-breakfast .db-team__col--text{margin-bottom:50px;text-align:center}body.page-template-breakfast .db-team__col--text .subheading{margin-bottom:10px}body.page-template-breakfast .db-team__col--text h2{margin-bottom:30px}body.page-template-breakfast .db-team__col--profiles{display:grid;grid-template-columns:1fr;grid-gap:30px 0}body.page-template-breakfast .db-team__col--profiles .profile{text-align:center}body.page-template-breakfast .db-team__col--profiles .profile img{width:130px;height:130px;margin:0 auto 15px}body.page-template-breakfast .db-team__col--profiles .profile span{display:block;font-size:.8rem;line-height:1.5}body.page-template-breakfast .db-cta{padding-top:70px;margin-bottom:70px}body.page-template-breakfast .db-cta__col--text{margin-bottom:50px}body.page-template-breakfast .db-cta__col--text h2,body.page-template-breakfast .db-cta__col--text ul,body.page-template-breakfast .db-cta__col--text .address:not(:last-child),body.page-template-breakfast .db-cta__col--text p{margin-bottom:30px}body.page-template-breakfast .db-cta__col--form{padding:35px 30px 40px;background:#fff;color:#111}body.page-template-breakfast .db-cta__col--form>p{margin-bottom:20px}@media only screen and (min-width:650px){body.page-template-breakfast .db-team__col--profiles{grid-template-columns:repeat(3,1fr)}}@media only screen and (min-width:1025px){body.page-template-breakfast .db-intro .container{display:flex;align-items:flex-start}body.page-template-breakfast .db-intro__col--text{flex:1;margin-right:65px;margin-bottom:0}body.page-template-breakfast .db-intro__col--form{width:400px;position:sticky;top:120px}body.page-template-breakfast .db-intro__col--form>p{margin-bottom:30px}body.page-template-breakfast .db-team{padding:70px 0 100px}body.page-template-breakfast .db-team .container{display:flex;align-items:center;justify-content:center}body.page-template-breakfast .db-team__col--text{text-align:left;width:550px;margin-right:70px;margin-bottom:0}body.page-template-breakfast .db-team__col--text h2{margin-bottom:55px}body.page-template-breakfast .db-team__col--profiles{grid-gap:30px 0}body.page-template-breakfast .db-team__col--profiles .profile img{width:110px;height:110px}body.page-template-breakfast .db-cta{padding-top:100px;margin-bottom:100px}body.page-template-breakfast .db-cta .container{display:flex;align-items:center;justify-content:space-between}body.page-template-breakfast .db-cta__col--text{flex:1;margin-right:65px;max-width:564px;margin-bottom:0}body.page-template-breakfast .db-cta__col--text h2{margin-bottom:55px}body.page-template-breakfast .db-cta__col--text ul,body.page-template-breakfast .db-cta__col--text .address:not(:last-child){margin-bottom:0}body.page-template-breakfast .db-cta__col--text ul{font-size:22px;margin-bottom:90px}body.page-template-breakfast .db-cta__col--text ul>li:not(:last-child){margin-bottom:25px}body.page-template-breakfast .db-cta__col--text .addresses{display:flex;gap:0 60px}body.page-template-breakfast .db-cta__col--text .addresses p{line-height:29px}body.page-template-breakfast .db-cta__col--text .addresses p span{text-transform:uppercase;font-weight:500}body.page-template-breakfast .db-cta__col--form{max-width:50%}body.page-template-breakfast .db-cta__col--form>p{margin-bottom:30px;font-size:22px;line-height:28px}}@media only screen and (min-width:1200px){body.page-template-breakfast .db-intro__col--form{width:470px;margin-top:-360px}body.page-template-breakfast .db-intro__col--form>p{font-size:22px;line-height:28px}}@media only screen and (min-width:1600px){body.page-template-breakfast .db-intro__col--form{width:510px}}body.single-success-stories .lines{position:absolute;top:-90px;right:0;display:block;z-index:-1}body.single-success-stories .ss-block{margin-top:40px;padding-bottom:80px}body.single-success-stories .ss-block__content__subtitle{display:block;text-transform:uppercase;font-size:.875rem;margin-bottom:15px}body.single-success-stories .ss-block__content h1{margin-bottom:40px}body.single-success-stories .ss-block__content .body-content,body.single-success-stories .ss-block__content .gform_wrapper .gform_fields .gfield.gfield_html,.gform_wrapper .gform_fields body.single-success-stories .ss-block__content .gfield.gfield_html{padding-right:20px;color:rgba(255,255,255,.8)}body.single-success-stories .ss-block__img{margin-bottom:25px;aspect-ratio:1/1}body.single-success-stories .ss-block__img img{width:100%;height:auto;-o-object-fit:cover;object-fit:cover}body.single-success-stories .ss-block__results{display:grid;grid-gap:20px}body.single-success-stories .ss-block__results .stat{background:#202020;padding:8px 20px 15px 15px;color:#fff}body.single-success-stories .ss-block__results .stat__number{color:#48d597;font-size:3rem;font-weight:300}body.single-success-stories .ss-block__tags{display:flex;flex-wrap:wrap;align-items:center;gap:10px 20px;font-weight:500}body.single-success-stories .ss-block__tags>li{display:flex;align-items:center}body.single-success-stories .ss-block__tags>li:before{content:"";background:url(//www.platform81.com/wp-content/themes/platform81/library/css/../images/icons/circle-check.svg) no-repeat center center;width:20px;height:20px;margin-right:6px;flex-shrink:0}body.single-success-stories .ss-block__form{border:1px solid #48d597;padding:30px 20px}body.single-success-stories .ss-block__form>p{margin-bottom:25px}body.single-success-stories .ss-block__form .gform_wrapper .gform_fields .gfield input:not([type=checkbox]),body.single-success-stories .ss-block__form .gform_wrapper .gform_fields .gfield textarea,body.single-success-stories .ss-block__form .gform_wrapper .gform_fields .gfield select{border-bottom:none;background:#fff;border-radius:23px}body.single-success-stories .ss-block__form .gform_wrapper .gform_fields .gfield input[type=text],body.single-success-stories .ss-block__form .gform_wrapper .gform_fields .gfield input[type=tel],body.single-success-stories .ss-block__form .gform_wrapper .gform_fields .gfield input[type=email],body.single-success-stories .ss-block__form .gform_wrapper .gform_fields .gfield input[type=number],body.single-success-stories .ss-block__form .gform_wrapper .gform_fields .gfield select{padding:0 20px}@media only screen and (max-width:1024px){body.single-success-stories .ss-block__grid{display:flex;flex-direction:column}body.single-success-stories .ss-block__content,body.single-success-stories .ss-block__col{display:contents}body.single-success-stories .ss-block__content__subtitle{order:-1}body.single-success-stories .ss-block__content h1{order:-1;font-size:2.5rem}body.single-success-stories .ss-block__content .body-content,body.single-success-stories .ss-block__content .gform_wrapper .gform_fields .gfield.gfield_html,.gform_wrapper .gform_fields body.single-success-stories .ss-block__content .gfield.gfield_html{margin-bottom:30px}body.single-success-stories .ss-block__img{order:-1;margin-bottom:30px}body.single-success-stories .ss-block__results{margin-bottom:30px;grid-template-columns:repeat(3,1fr)}body.single-success-stories .ss-block__form{order:1}body.single-success-stories .ss-block__tags{margin-bottom:30px}}@media only screen and (max-width:767px){body.single-success-stories .lines{transform:scale(.5);transform-origin:top right;top:-100px}body.single-success-stories .ss-block__results{grid-template-columns:1fr}body.single-success-stories .ss-block__img{margin-left:-30px;margin-right:-30px}}@media only screen and (min-width:768px){body.single-success-stories .ss-block__form .gform_wrapper form{display:flex;gap:10px}body.single-success-stories .ss-block__form .gform_wrapper form .gform_body{flex:1}body.single-success-stories .ss-block__form .gform_wrapper form .gform_footer{flex-shrink:0}body.single-success-stories .ss-block__form .gform_wrapper .gform_fields .gfield{margin:0}}@media only screen and (min-width:1025px){body.single-success-stories .ss-block__grid{display:grid;grid-template-columns:repeat(12,1fr);grid-gap:30px}body.single-success-stories .ss-block__tags{margin-bottom:40px}body.single-success-stories .ss-block__content{grid-column:1/8}body.single-success-stories .ss-block__content .body-content,body.single-success-stories .ss-block__content .gform_wrapper .gform_fields .gfield.gfield_html,.gform_wrapper .gform_fields body.single-success-stories .ss-block__content .gfield.gfield_html{margin-bottom:60px}body.single-success-stories .ss-block__col{grid-column:8/-1}}@media only screen and (min-width:1200px){body.single-success-stories .ss-block__grid{grid-gap:75px}body.single-success-stories .ss-block__content{grid-column:1/7}body.single-success-stories .ss-block__col{grid-column:7/-1}body.single-success-stories .ss-block__results{grid-template-columns:repeat(3,1fr)}}