@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&family=Roboto:wght@100;300;400;500;700;900&display=swap");
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");
@import url("https://netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css");
:root {
  --fq-font-display:"Oswald", sans-serif;
  --fq-font-menu:"Oswald", sans-serif;
  --fq-font-mobile-menu: "Roboto", sans-serif;
  --fq-font-text: "Roboto", sans-serif;
  --fq-size-display:6rem;
  --default-white: #F7F4F2;
  --fq-text-primary-rgb: 255, 255, 255;
  --fq-news-badge: #eee;
  /* colors */
  --fq-color-heritage: #1C344E;
  --fq-color-rebel: #0F78AD;
  --fq-color-pioneer: #1EC4C0;
  --fq-color-catalyst: #F1AD4A;
  --fq-color-earth: #85BD5C;
  --fq-color-canvas: #EBEBEB;
  --fq-color-off-white:#F7F4F2;
  --fq-color-off-black: #111111;
  --fq-color-heritage-light: #3B5175;
  --fq-color-true-white: #fff;
  --fq-color-true-black: #000;
  /* breakpoints 
    --container-sm: 540px;
    --container-md: 720px;
    --container-lg: 960px;
    --container-xl: 1140px;
    --container-xxl: 1320px;*/
  --breakpoint-xxxl: 1680px;
  --container-xxxl: 1600px; }

.bg-heritage {
  background-color: var(--fq-color-heritage); }

/*fonts*/
/*!
 * Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2024 Fonticons, Inc.
 */
.fa {
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  font-weight: var(--fa-style, 900); }

.fas,
.far,
.fab,
.fa-solid,
.fa-regular,
.fa-brands,
.fa {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto; }

.fas::before,
.far::before,
.fab::before,
.fa-solid::before,
.fa-regular::before,
.fa-brands::before,
.fa::before {
  content: var(--fa); }

.fa-classic,
.fas,
.fa-solid,
.far,
.fa-regular {
  font-family: 'Font Awesome 6 Free'; }

.fa-brands,
.fab {
  font-family: 'Font Awesome 6 Brands'; }

.fa-1x {
  font-size: 1em; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-6x {
  font-size: 6em; }

.fa-7x {
  font-size: 7em; }

.fa-8x {
  font-size: 8em; }

.fa-9x {
  font-size: 9em; }

.fa-10x {
  font-size: 10em; }

.fa-2xs {
  font-size: 0.625em;
  line-height: 0.1em;
  vertical-align: 0.225em; }

.fa-xs {
  font-size: 0.75em;
  line-height: 0.08333em;
  vertical-align: 0.125em; }

.fa-sm {
  font-size: 0.875em;
  line-height: 0.07143em;
  vertical-align: 0.05357em; }

.fa-lg {
  font-size: 1.25em;
  line-height: 0.05em;
  vertical-align: -0.075em; }

.fa-xl {
  font-size: 1.5em;
  line-height: 0.04167em;
  vertical-align: -0.125em; }

.fa-2xl {
  font-size: 2em;
  line-height: 0.03125em;
  vertical-align: -0.1875em; }

.fa-fw {
  text-align: center;
  width: 1.25em; }

.fa-ul {
  list-style-type: none;
  margin-left: var(--fa-li-margin, 2.5em);
  padding-left: 0; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  left: calc(-1 * var(--fa-li-width, 2em));
  position: absolute;
  text-align: center;
  width: var(--fa-li-width, 2em);
  line-height: inherit; }

.fa-border {
  border-color: var(--fa-border-color, #eee);
  border-radius: var(--fa-border-radius, 0.1em);
  border-style: var(--fa-border-style, solid);
  border-width: var(--fa-border-width, 0.08em);
  padding: var(--fa-border-padding, 0.2em 0.25em 0.15em); }

.fa-pull-left {
  float: left;
  margin-right: var(--fa-pull-margin, 0.3em); }

.fa-pull-right {
  float: right;
  margin-left: var(--fa-pull-margin, 0.3em); }

.fa-beat {
  animation-name: fa-beat;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, ease-in-out); }

.fa-bounce {
  animation-name: fa-bounce;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1)); }

.fa-fade {
  animation-name: fa-fade;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1)); }

.fa-beat-fade {
  animation-name: fa-beat-fade;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1)); }

.fa-flip {
  animation-name: fa-flip;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, ease-in-out); }

.fa-shake {
  animation-name: fa-shake;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, linear); }

.fa-spin {
  animation-name: fa-spin;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 2s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, linear); }

.fa-spin-reverse {
  --fa-animation-direction: reverse; }

.fa-pulse,
.fa-spin-pulse {
  animation-name: fa-spin;
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, steps(8)); }

@media (prefers-reduced-motion: reduce) {
  .fa-beat,
  .fa-bounce,
  .fa-fade,
  .fa-beat-fade,
  .fa-flip,
  .fa-pulse,
  .fa-shake,
  .fa-spin,
  .fa-spin-pulse {
    animation-delay: -1ms;
    animation-duration: 1ms;
    animation-iteration-count: 1;
    transition-delay: 0s;
    transition-duration: 0s; } }

@keyframes fa-beat {
  0%, 90% {
    transform: scale(1); }
  45% {
    transform: scale(var(--fa-beat-scale, 1.25)); } }

@keyframes fa-bounce {
  0% {
    transform: scale(1, 1) translateY(0); }
  10% {
    transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0); }
  30% {
    transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em)); }
  50% {
    transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0); }
  57% {
    transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em)); }
  64% {
    transform: scale(1, 1) translateY(0); }
  100% {
    transform: scale(1, 1) translateY(0); } }

@keyframes fa-fade {
  50% {
    opacity: var(--fa-fade-opacity, 0.4); } }

@keyframes fa-beat-fade {
  0%, 100% {
    opacity: var(--fa-beat-fade-opacity, 0.4);
    transform: scale(1); }
  50% {
    opacity: 1;
    transform: scale(var(--fa-beat-fade-scale, 1.125)); } }

@keyframes fa-flip {
  50% {
    transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg)); } }

@keyframes fa-shake {
  0% {
    transform: rotate(-15deg); }
  4% {
    transform: rotate(15deg); }
  8%, 24% {
    transform: rotate(-18deg); }
  12%, 28% {
    transform: rotate(18deg); }
  16% {
    transform: rotate(-22deg); }
  20% {
    transform: rotate(22deg); }
  32% {
    transform: rotate(-12deg); }
  36% {
    transform: rotate(12deg); }
  40%, 100% {
    transform: rotate(0deg); } }

@keyframes fa-spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.fa-rotate-90 {
  transform: rotate(90deg); }

.fa-rotate-180 {
  transform: rotate(180deg); }

.fa-rotate-270 {
  transform: rotate(270deg); }

.fa-flip-horizontal {
  transform: scale(-1, 1); }

.fa-flip-vertical {
  transform: scale(1, -1); }

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  transform: scale(-1, -1); }

.fa-rotate-by {
  transform: rotate(var(--fa-rotate-angle, 0)); }

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em; }

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: var(--fa-stack-z-index, auto); }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: var(--fa-inverse, #fff); }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-0 {
  --fa: "\30"; }

.fa-1 {
  --fa: "\31"; }

.fa-2 {
  --fa: "\32"; }

.fa-3 {
  --fa: "\33"; }

.fa-4 {
  --fa: "\34"; }

.fa-5 {
  --fa: "\35"; }

.fa-6 {
  --fa: "\36"; }

.fa-7 {
  --fa: "\37"; }

.fa-8 {
  --fa: "\38"; }

.fa-9 {
  --fa: "\39"; }

.fa-fill-drip {
  --fa: "\f576"; }

.fa-arrows-to-circle {
  --fa: "\e4bd"; }

.fa-circle-chevron-right {
  --fa: "\f138"; }

.fa-chevron-circle-right {
  --fa: "\f138"; }

.fa-at {
  --fa: "\40"; }

.fa-trash-can {
  --fa: "\f2ed"; }

.fa-trash-alt {
  --fa: "\f2ed"; }

.fa-text-height {
  --fa: "\f034"; }

.fa-user-xmark {
  --fa: "\f235"; }

.fa-user-times {
  --fa: "\f235"; }

.fa-stethoscope {
  --fa: "\f0f1"; }

.fa-message {
  --fa: "\f27a"; }

.fa-comment-alt {
  --fa: "\f27a"; }

.fa-info {
  --fa: "\f129"; }

.fa-down-left-and-up-right-to-center {
  --fa: "\f422"; }

.fa-compress-alt {
  --fa: "\f422"; }

.fa-explosion {
  --fa: "\e4e9"; }

.fa-file-lines {
  --fa: "\f15c"; }

.fa-file-alt {
  --fa: "\f15c"; }

.fa-file-text {
  --fa: "\f15c"; }

.fa-wave-square {
  --fa: "\f83e"; }

.fa-ring {
  --fa: "\f70b"; }

.fa-building-un {
  --fa: "\e4d9"; }

.fa-dice-three {
  --fa: "\f527"; }

.fa-calendar-days {
  --fa: "\f073"; }

.fa-calendar-alt {
  --fa: "\f073"; }

.fa-anchor-circle-check {
  --fa: "\e4aa"; }

.fa-building-circle-arrow-right {
  --fa: "\e4d1"; }

.fa-volleyball {
  --fa: "\f45f"; }

.fa-volleyball-ball {
  --fa: "\f45f"; }

.fa-arrows-up-to-line {
  --fa: "\e4c2"; }

.fa-sort-down {
  --fa: "\f0dd"; }

.fa-sort-desc {
  --fa: "\f0dd"; }

.fa-circle-minus {
  --fa: "\f056"; }

.fa-minus-circle {
  --fa: "\f056"; }

.fa-door-open {
  --fa: "\f52b"; }

.fa-right-from-bracket {
  --fa: "\f2f5"; }

.fa-sign-out-alt {
  --fa: "\f2f5"; }

.fa-atom {
  --fa: "\f5d2"; }

.fa-soap {
  --fa: "\e06e"; }

.fa-icons {
  --fa: "\f86d"; }

.fa-heart-music-camera-bolt {
  --fa: "\f86d"; }

.fa-microphone-lines-slash {
  --fa: "\f539"; }

.fa-microphone-alt-slash {
  --fa: "\f539"; }

.fa-bridge-circle-check {
  --fa: "\e4c9"; }

.fa-pump-medical {
  --fa: "\e06a"; }

.fa-fingerprint {
  --fa: "\f577"; }

.fa-hand-point-right {
  --fa: "\f0a4"; }

.fa-magnifying-glass-location {
  --fa: "\f689"; }

.fa-search-location {
  --fa: "\f689"; }

.fa-forward-step {
  --fa: "\f051"; }

.fa-step-forward {
  --fa: "\f051"; }

.fa-face-smile-beam {
  --fa: "\f5b8"; }

.fa-smile-beam {
  --fa: "\f5b8"; }

.fa-flag-checkered {
  --fa: "\f11e"; }

.fa-football {
  --fa: "\f44e"; }

.fa-football-ball {
  --fa: "\f44e"; }

.fa-school-circle-exclamation {
  --fa: "\e56c"; }

.fa-crop {
  --fa: "\f125"; }

.fa-angles-down {
  --fa: "\f103"; }

.fa-angle-double-down {
  --fa: "\f103"; }

.fa-users-rectangle {
  --fa: "\e594"; }

.fa-people-roof {
  --fa: "\e537"; }

.fa-people-line {
  --fa: "\e534"; }

.fa-beer-mug-empty {
  --fa: "\f0fc"; }

.fa-beer {
  --fa: "\f0fc"; }

.fa-diagram-predecessor {
  --fa: "\e477"; }

.fa-arrow-up-long {
  --fa: "\f176"; }

.fa-long-arrow-up {
  --fa: "\f176"; }

.fa-fire-flame-simple {
  --fa: "\f46a"; }

.fa-burn {
  --fa: "\f46a"; }

.fa-person {
  --fa: "\f183"; }

.fa-male {
  --fa: "\f183"; }

.fa-laptop {
  --fa: "\f109"; }

.fa-file-csv {
  --fa: "\f6dd"; }

.fa-menorah {
  --fa: "\f676"; }

.fa-truck-plane {
  --fa: "\e58f"; }

.fa-record-vinyl {
  --fa: "\f8d9"; }

.fa-face-grin-stars {
  --fa: "\f587"; }

.fa-grin-stars {
  --fa: "\f587"; }

.fa-bong {
  --fa: "\f55c"; }

.fa-spaghetti-monster-flying {
  --fa: "\f67b"; }

.fa-pastafarianism {
  --fa: "\f67b"; }

.fa-arrow-down-up-across-line {
  --fa: "\e4af"; }

.fa-spoon {
  --fa: "\f2e5"; }

.fa-utensil-spoon {
  --fa: "\f2e5"; }

.fa-jar-wheat {
  --fa: "\e517"; }

.fa-envelopes-bulk {
  --fa: "\f674"; }

.fa-mail-bulk {
  --fa: "\f674"; }

.fa-file-circle-exclamation {
  --fa: "\e4eb"; }

.fa-circle-h {
  --fa: "\f47e"; }

.fa-hospital-symbol {
  --fa: "\f47e"; }

.fa-pager {
  --fa: "\f815"; }

.fa-address-book {
  --fa: "\f2b9"; }

.fa-contact-book {
  --fa: "\f2b9"; }

.fa-strikethrough {
  --fa: "\f0cc"; }

.fa-k {
  --fa: "\4b"; }

.fa-landmark-flag {
  --fa: "\e51c"; }

.fa-pencil {
  --fa: "\f303"; }

.fa-pencil-alt {
  --fa: "\f303"; }

.fa-backward {
  --fa: "\f04a"; }

.fa-caret-right {
  --fa: "\f0da"; }

.fa-comments {
  --fa: "\f086"; }

.fa-paste {
  --fa: "\f0ea"; }

.fa-file-clipboard {
  --fa: "\f0ea"; }

.fa-code-pull-request {
  --fa: "\e13c"; }

.fa-clipboard-list {
  --fa: "\f46d"; }

.fa-truck-ramp-box {
  --fa: "\f4de"; }

.fa-truck-loading {
  --fa: "\f4de"; }

.fa-user-check {
  --fa: "\f4fc"; }

.fa-vial-virus {
  --fa: "\e597"; }

.fa-sheet-plastic {
  --fa: "\e571"; }

.fa-blog {
  --fa: "\f781"; }

.fa-user-ninja {
  --fa: "\f504"; }

.fa-person-arrow-up-from-line {
  --fa: "\e539"; }

.fa-scroll-torah {
  --fa: "\f6a0"; }

.fa-torah {
  --fa: "\f6a0"; }

.fa-broom-ball {
  --fa: "\f458"; }

.fa-quidditch {
  --fa: "\f458"; }

.fa-quidditch-broom-ball {
  --fa: "\f458"; }

.fa-toggle-off {
  --fa: "\f204"; }

.fa-box-archive {
  --fa: "\f187"; }

.fa-archive {
  --fa: "\f187"; }

.fa-person-drowning {
  --fa: "\e545"; }

.fa-arrow-down-9-1 {
  --fa: "\f886"; }

.fa-sort-numeric-desc {
  --fa: "\f886"; }

.fa-sort-numeric-down-alt {
  --fa: "\f886"; }

.fa-face-grin-tongue-squint {
  --fa: "\f58a"; }

.fa-grin-tongue-squint {
  --fa: "\f58a"; }

.fa-spray-can {
  --fa: "\f5bd"; }

.fa-truck-monster {
  --fa: "\f63b"; }

.fa-w {
  --fa: "\57"; }

.fa-earth-africa {
  --fa: "\f57c"; }

.fa-globe-africa {
  --fa: "\f57c"; }

.fa-rainbow {
  --fa: "\f75b"; }

.fa-circle-notch {
  --fa: "\f1ce"; }

.fa-tablet-screen-button {
  --fa: "\f3fa"; }

.fa-tablet-alt {
  --fa: "\f3fa"; }

.fa-paw {
  --fa: "\f1b0"; }

.fa-cloud {
  --fa: "\f0c2"; }

.fa-trowel-bricks {
  --fa: "\e58a"; }

.fa-face-flushed {
  --fa: "\f579"; }

.fa-flushed {
  --fa: "\f579"; }

.fa-hospital-user {
  --fa: "\f80d"; }

.fa-tent-arrow-left-right {
  --fa: "\e57f"; }

.fa-gavel {
  --fa: "\f0e3"; }

.fa-legal {
  --fa: "\f0e3"; }

.fa-binoculars {
  --fa: "\f1e5"; }

.fa-microphone-slash {
  --fa: "\f131"; }

.fa-box-tissue {
  --fa: "\e05b"; }

.fa-motorcycle {
  --fa: "\f21c"; }

.fa-bell-concierge {
  --fa: "\f562"; }

.fa-concierge-bell {
  --fa: "\f562"; }

.fa-pen-ruler {
  --fa: "\f5ae"; }

.fa-pencil-ruler {
  --fa: "\f5ae"; }

.fa-people-arrows {
  --fa: "\e068"; }

.fa-people-arrows-left-right {
  --fa: "\e068"; }

.fa-mars-and-venus-burst {
  --fa: "\e523"; }

.fa-square-caret-right {
  --fa: "\f152"; }

.fa-caret-square-right {
  --fa: "\f152"; }

.fa-scissors {
  --fa: "\f0c4"; }

.fa-cut {
  --fa: "\f0c4"; }

.fa-sun-plant-wilt {
  --fa: "\e57a"; }

.fa-toilets-portable {
  --fa: "\e584"; }

.fa-hockey-puck {
  --fa: "\f453"; }

.fa-table {
  --fa: "\f0ce"; }

.fa-magnifying-glass-arrow-right {
  --fa: "\e521"; }

.fa-tachograph-digital {
  --fa: "\f566"; }

.fa-digital-tachograph {
  --fa: "\f566"; }

.fa-users-slash {
  --fa: "\e073"; }

.fa-clover {
  --fa: "\e139"; }

.fa-reply {
  --fa: "\f3e5"; }

.fa-mail-reply {
  --fa: "\f3e5"; }

.fa-star-and-crescent {
  --fa: "\f699"; }

.fa-house-fire {
  --fa: "\e50c"; }

.fa-square-minus {
  --fa: "\f146"; }

.fa-minus-square {
  --fa: "\f146"; }

.fa-helicopter {
  --fa: "\f533"; }

.fa-compass {
  --fa: "\f14e"; }

.fa-square-caret-down {
  --fa: "\f150"; }

.fa-caret-square-down {
  --fa: "\f150"; }

.fa-file-circle-question {
  --fa: "\e4ef"; }

.fa-laptop-code {
  --fa: "\f5fc"; }

.fa-swatchbook {
  --fa: "\f5c3"; }

.fa-prescription-bottle {
  --fa: "\f485"; }

.fa-bars {
  --fa: "\f0c9"; }

.fa-navicon {
  --fa: "\f0c9"; }

.fa-people-group {
  --fa: "\e533"; }

.fa-hourglass-end {
  --fa: "\f253"; }

.fa-hourglass-3 {
  --fa: "\f253"; }

.fa-heart-crack {
  --fa: "\f7a9"; }

.fa-heart-broken {
  --fa: "\f7a9"; }

.fa-square-up-right {
  --fa: "\f360"; }

.fa-external-link-square-alt {
  --fa: "\f360"; }

.fa-face-kiss-beam {
  --fa: "\f597"; }

.fa-kiss-beam {
  --fa: "\f597"; }

.fa-film {
  --fa: "\f008"; }

.fa-ruler-horizontal {
  --fa: "\f547"; }

.fa-people-robbery {
  --fa: "\e536"; }

.fa-lightbulb {
  --fa: "\f0eb"; }

.fa-caret-left {
  --fa: "\f0d9"; }

.fa-circle-exclamation {
  --fa: "\f06a"; }

.fa-exclamation-circle {
  --fa: "\f06a"; }

.fa-school-circle-xmark {
  --fa: "\e56d"; }

.fa-arrow-right-from-bracket {
  --fa: "\f08b"; }

.fa-sign-out {
  --fa: "\f08b"; }

.fa-circle-chevron-down {
  --fa: "\f13a"; }

.fa-chevron-circle-down {
  --fa: "\f13a"; }

.fa-unlock-keyhole {
  --fa: "\f13e"; }

.fa-unlock-alt {
  --fa: "\f13e"; }

.fa-cloud-showers-heavy {
  --fa: "\f740"; }

.fa-headphones-simple {
  --fa: "\f58f"; }

.fa-headphones-alt {
  --fa: "\f58f"; }

.fa-sitemap {
  --fa: "\f0e8"; }

.fa-circle-dollar-to-slot {
  --fa: "\f4b9"; }

.fa-donate {
  --fa: "\f4b9"; }

.fa-memory {
  --fa: "\f538"; }

.fa-road-spikes {
  --fa: "\e568"; }

.fa-fire-burner {
  --fa: "\e4f1"; }

.fa-flag {
  --fa: "\f024"; }

.fa-hanukiah {
  --fa: "\f6e6"; }

.fa-feather {
  --fa: "\f52d"; }

.fa-volume-low {
  --fa: "\f027"; }

.fa-volume-down {
  --fa: "\f027"; }

.fa-comment-slash {
  --fa: "\f4b3"; }

.fa-cloud-sun-rain {
  --fa: "\f743"; }

.fa-compress {
  --fa: "\f066"; }

.fa-wheat-awn {
  --fa: "\e2cd"; }

.fa-wheat-alt {
  --fa: "\e2cd"; }

.fa-ankh {
  --fa: "\f644"; }

.fa-hands-holding-child {
  --fa: "\e4fa"; }

.fa-asterisk {
  --fa: "\2a"; }

.fa-square-check {
  --fa: "\f14a"; }

.fa-check-square {
  --fa: "\f14a"; }

.fa-peseta-sign {
  --fa: "\e221"; }

.fa-heading {
  --fa: "\f1dc"; }

.fa-header {
  --fa: "\f1dc"; }

.fa-ghost {
  --fa: "\f6e2"; }

.fa-list {
  --fa: "\f03a"; }

.fa-list-squares {
  --fa: "\f03a"; }

.fa-square-phone-flip {
  --fa: "\f87b"; }

.fa-phone-square-alt {
  --fa: "\f87b"; }

.fa-cart-plus {
  --fa: "\f217"; }

.fa-gamepad {
  --fa: "\f11b"; }

.fa-circle-dot {
  --fa: "\f192"; }

.fa-dot-circle {
  --fa: "\f192"; }

.fa-face-dizzy {
  --fa: "\f567"; }

.fa-dizzy {
  --fa: "\f567"; }

.fa-egg {
  --fa: "\f7fb"; }

.fa-house-medical-circle-xmark {
  --fa: "\e513"; }

.fa-campground {
  --fa: "\f6bb"; }

.fa-folder-plus {
  --fa: "\f65e"; }

.fa-futbol {
  --fa: "\f1e3"; }

.fa-futbol-ball {
  --fa: "\f1e3"; }

.fa-soccer-ball {
  --fa: "\f1e3"; }

.fa-paintbrush {
  --fa: "\f1fc"; }

.fa-paint-brush {
  --fa: "\f1fc"; }

.fa-lock {
  --fa: "\f023"; }

.fa-gas-pump {
  --fa: "\f52f"; }

.fa-hot-tub-person {
  --fa: "\f593"; }

.fa-hot-tub {
  --fa: "\f593"; }

.fa-map-location {
  --fa: "\f59f"; }

.fa-map-marked {
  --fa: "\f59f"; }

.fa-house-flood-water {
  --fa: "\e50e"; }

.fa-tree {
  --fa: "\f1bb"; }

.fa-bridge-lock {
  --fa: "\e4cc"; }

.fa-sack-dollar {
  --fa: "\f81d"; }

.fa-pen-to-square {
  --fa: "\f044"; }

.fa-edit {
  --fa: "\f044"; }

.fa-car-side {
  --fa: "\f5e4"; }

.fa-share-nodes {
  --fa: "\f1e0"; }

.fa-share-alt {
  --fa: "\f1e0"; }

.fa-heart-circle-minus {
  --fa: "\e4ff"; }

.fa-hourglass-half {
  --fa: "\f252"; }

.fa-hourglass-2 {
  --fa: "\f252"; }

.fa-microscope {
  --fa: "\f610"; }

.fa-sink {
  --fa: "\e06d"; }

.fa-bag-shopping {
  --fa: "\f290"; }

.fa-shopping-bag {
  --fa: "\f290"; }

.fa-arrow-down-z-a {
  --fa: "\f881"; }

.fa-sort-alpha-desc {
  --fa: "\f881"; }

.fa-sort-alpha-down-alt {
  --fa: "\f881"; }

.fa-mitten {
  --fa: "\f7b5"; }

.fa-person-rays {
  --fa: "\e54d"; }

.fa-users {
  --fa: "\f0c0"; }

.fa-eye-slash {
  --fa: "\f070"; }

.fa-flask-vial {
  --fa: "\e4f3"; }

.fa-hand {
  --fa: "\f256"; }

.fa-hand-paper {
  --fa: "\f256"; }

.fa-om {
  --fa: "\f679"; }

.fa-worm {
  --fa: "\e599"; }

.fa-house-circle-xmark {
  --fa: "\e50b"; }

.fa-plug {
  --fa: "\f1e6"; }

.fa-chevron-up {
  --fa: "\f077"; }

.fa-hand-spock {
  --fa: "\f259"; }

.fa-stopwatch {
  --fa: "\f2f2"; }

.fa-face-kiss {
  --fa: "\f596"; }

.fa-kiss {
  --fa: "\f596"; }

.fa-bridge-circle-xmark {
  --fa: "\e4cb"; }

.fa-face-grin-tongue {
  --fa: "\f589"; }

.fa-grin-tongue {
  --fa: "\f589"; }

.fa-chess-bishop {
  --fa: "\f43a"; }

.fa-face-grin-wink {
  --fa: "\f58c"; }

.fa-grin-wink {
  --fa: "\f58c"; }

.fa-ear-deaf {
  --fa: "\f2a4"; }

.fa-deaf {
  --fa: "\f2a4"; }

.fa-deafness {
  --fa: "\f2a4"; }

.fa-hard-of-hearing {
  --fa: "\f2a4"; }

.fa-road-circle-check {
  --fa: "\e564"; }

.fa-dice-five {
  --fa: "\f523"; }

.fa-square-rss {
  --fa: "\f143"; }

.fa-rss-square {
  --fa: "\f143"; }

.fa-land-mine-on {
  --fa: "\e51b"; }

.fa-i-cursor {
  --fa: "\f246"; }

.fa-stamp {
  --fa: "\f5bf"; }

.fa-stairs {
  --fa: "\e289"; }

.fa-i {
  --fa: "\49"; }

.fa-hryvnia-sign {
  --fa: "\f6f2"; }

.fa-hryvnia {
  --fa: "\f6f2"; }

.fa-pills {
  --fa: "\f484"; }

.fa-face-grin-wide {
  --fa: "\f581"; }

.fa-grin-alt {
  --fa: "\f581"; }

.fa-tooth {
  --fa: "\f5c9"; }

.fa-v {
  --fa: "\56"; }

.fa-bangladeshi-taka-sign {
  --fa: "\e2e6"; }

.fa-bicycle {
  --fa: "\f206"; }

.fa-staff-snake {
  --fa: "\e579"; }

.fa-rod-asclepius {
  --fa: "\e579"; }

.fa-rod-snake {
  --fa: "\e579"; }

.fa-staff-aesculapius {
  --fa: "\e579"; }

.fa-head-side-cough-slash {
  --fa: "\e062"; }

.fa-truck-medical {
  --fa: "\f0f9"; }

.fa-ambulance {
  --fa: "\f0f9"; }

.fa-wheat-awn-circle-exclamation {
  --fa: "\e598"; }

.fa-snowman {
  --fa: "\f7d0"; }

.fa-mortar-pestle {
  --fa: "\f5a7"; }

.fa-road-barrier {
  --fa: "\e562"; }

.fa-school {
  --fa: "\f549"; }

.fa-igloo {
  --fa: "\f7ae"; }

.fa-joint {
  --fa: "\f595"; }

.fa-angle-right {
  --fa: "\f105"; }

.fa-horse {
  --fa: "\f6f0"; }

.fa-q {
  --fa: "\51"; }

.fa-g {
  --fa: "\47"; }

.fa-notes-medical {
  --fa: "\f481"; }

.fa-temperature-half {
  --fa: "\f2c9"; }

.fa-temperature-2 {
  --fa: "\f2c9"; }

.fa-thermometer-2 {
  --fa: "\f2c9"; }

.fa-thermometer-half {
  --fa: "\f2c9"; }

.fa-dong-sign {
  --fa: "\e169"; }

.fa-capsules {
  --fa: "\f46b"; }

.fa-poo-storm {
  --fa: "\f75a"; }

.fa-poo-bolt {
  --fa: "\f75a"; }

.fa-face-frown-open {
  --fa: "\f57a"; }

.fa-frown-open {
  --fa: "\f57a"; }

.fa-hand-point-up {
  --fa: "\f0a6"; }

.fa-money-bill {
  --fa: "\f0d6"; }

.fa-bookmark {
  --fa: "\f02e"; }

.fa-align-justify {
  --fa: "\f039"; }

.fa-umbrella-beach {
  --fa: "\f5ca"; }

.fa-helmet-un {
  --fa: "\e503"; }

.fa-bullseye {
  --fa: "\f140"; }

.fa-bacon {
  --fa: "\f7e5"; }

.fa-hand-point-down {
  --fa: "\f0a7"; }

.fa-arrow-up-from-bracket {
  --fa: "\e09a"; }

.fa-folder {
  --fa: "\f07b"; }

.fa-folder-blank {
  --fa: "\f07b"; }

.fa-file-waveform {
  --fa: "\f478"; }

.fa-file-medical-alt {
  --fa: "\f478"; }

.fa-radiation {
  --fa: "\f7b9"; }

.fa-chart-simple {
  --fa: "\e473"; }

.fa-mars-stroke {
  --fa: "\f229"; }

.fa-vial {
  --fa: "\f492"; }

.fa-gauge {
  --fa: "\f624"; }

.fa-dashboard {
  --fa: "\f624"; }

.fa-gauge-med {
  --fa: "\f624"; }

.fa-tachometer-alt-average {
  --fa: "\f624"; }

.fa-wand-magic-sparkles {
  --fa: "\e2ca"; }

.fa-magic-wand-sparkles {
  --fa: "\e2ca"; }

.fa-e {
  --fa: "\45"; }

.fa-pen-clip {
  --fa: "\f305"; }

.fa-pen-alt {
  --fa: "\f305"; }

.fa-bridge-circle-exclamation {
  --fa: "\e4ca"; }

.fa-user {
  --fa: "\f007"; }

.fa-school-circle-check {
  --fa: "\e56b"; }

.fa-dumpster {
  --fa: "\f793"; }

.fa-van-shuttle {
  --fa: "\f5b6"; }

.fa-shuttle-van {
  --fa: "\f5b6"; }

.fa-building-user {
  --fa: "\e4da"; }

.fa-square-caret-left {
  --fa: "\f191"; }

.fa-caret-square-left {
  --fa: "\f191"; }

.fa-highlighter {
  --fa: "\f591"; }

.fa-key {
  --fa: "\f084"; }

.fa-bullhorn {
  --fa: "\f0a1"; }

.fa-globe {
  --fa: "\f0ac"; }

.fa-synagogue {
  --fa: "\f69b"; }

.fa-person-half-dress {
  --fa: "\e548"; }

.fa-road-bridge {
  --fa: "\e563"; }

.fa-location-arrow {
  --fa: "\f124"; }

.fa-c {
  --fa: "\43"; }

.fa-tablet-button {
  --fa: "\f10a"; }

.fa-building-lock {
  --fa: "\e4d6"; }

.fa-pizza-slice {
  --fa: "\f818"; }

.fa-money-bill-wave {
  --fa: "\f53a"; }

.fa-chart-area {
  --fa: "\f1fe"; }

.fa-area-chart {
  --fa: "\f1fe"; }

.fa-house-flag {
  --fa: "\e50d"; }

.fa-person-circle-minus {
  --fa: "\e540"; }

.fa-ban {
  --fa: "\f05e"; }

.fa-cancel {
  --fa: "\f05e"; }

.fa-camera-rotate {
  --fa: "\e0d8"; }

.fa-spray-can-sparkles {
  --fa: "\f5d0"; }

.fa-air-freshener {
  --fa: "\f5d0"; }

.fa-star {
  --fa: "\f005"; }

.fa-repeat {
  --fa: "\f363"; }

.fa-cross {
  --fa: "\f654"; }

.fa-box {
  --fa: "\f466"; }

.fa-venus-mars {
  --fa: "\f228"; }

.fa-arrow-pointer {
  --fa: "\f245"; }

.fa-mouse-pointer {
  --fa: "\f245"; }

.fa-maximize {
  --fa: "\f31e"; }

.fa-expand-arrows-alt {
  --fa: "\f31e"; }

.fa-charging-station {
  --fa: "\f5e7"; }

.fa-shapes {
  --fa: "\f61f"; }

.fa-triangle-circle-square {
  --fa: "\f61f"; }

.fa-shuffle {
  --fa: "\f074"; }

.fa-random {
  --fa: "\f074"; }

.fa-person-running {
  --fa: "\f70c"; }

.fa-running {
  --fa: "\f70c"; }

.fa-mobile-retro {
  --fa: "\e527"; }

.fa-grip-lines-vertical {
  --fa: "\f7a5"; }

.fa-spider {
  --fa: "\f717"; }

.fa-hands-bound {
  --fa: "\e4f9"; }

.fa-file-invoice-dollar {
  --fa: "\f571"; }

.fa-plane-circle-exclamation {
  --fa: "\e556"; }

.fa-x-ray {
  --fa: "\f497"; }

.fa-spell-check {
  --fa: "\f891"; }

.fa-slash {
  --fa: "\f715"; }

.fa-computer-mouse {
  --fa: "\f8cc"; }

.fa-mouse {
  --fa: "\f8cc"; }

.fa-arrow-right-to-bracket {
  --fa: "\f090"; }

.fa-sign-in {
  --fa: "\f090"; }

.fa-shop-slash {
  --fa: "\e070"; }

.fa-store-alt-slash {
  --fa: "\e070"; }

.fa-server {
  --fa: "\f233"; }

.fa-virus-covid-slash {
  --fa: "\e4a9"; }

.fa-shop-lock {
  --fa: "\e4a5"; }

.fa-hourglass-start {
  --fa: "\f251"; }

.fa-hourglass-1 {
  --fa: "\f251"; }

.fa-blender-phone {
  --fa: "\f6b6"; }

.fa-building-wheat {
  --fa: "\e4db"; }

.fa-person-breastfeeding {
  --fa: "\e53a"; }

.fa-right-to-bracket {
  --fa: "\f2f6"; }

.fa-sign-in-alt {
  --fa: "\f2f6"; }

.fa-venus {
  --fa: "\f221"; }

.fa-passport {
  --fa: "\f5ab"; }

.fa-thumbtack-slash {
  --fa: "\e68f"; }

.fa-thumb-tack-slash {
  --fa: "\e68f"; }

.fa-heart-pulse {
  --fa: "\f21e"; }

.fa-heartbeat {
  --fa: "\f21e"; }

.fa-people-carry-box {
  --fa: "\f4ce"; }

.fa-people-carry {
  --fa: "\f4ce"; }

.fa-temperature-high {
  --fa: "\f769"; }

.fa-microchip {
  --fa: "\f2db"; }

.fa-crown {
  --fa: "\f521"; }

.fa-weight-hanging {
  --fa: "\f5cd"; }

.fa-xmarks-lines {
  --fa: "\e59a"; }

.fa-file-prescription {
  --fa: "\f572"; }

.fa-weight-scale {
  --fa: "\f496"; }

.fa-weight {
  --fa: "\f496"; }

.fa-user-group {
  --fa: "\f500"; }

.fa-user-friends {
  --fa: "\f500"; }

.fa-arrow-up-a-z {
  --fa: "\f15e"; }

.fa-sort-alpha-up {
  --fa: "\f15e"; }

.fa-chess-knight {
  --fa: "\f441"; }

.fa-face-laugh-squint {
  --fa: "\f59b"; }

.fa-laugh-squint {
  --fa: "\f59b"; }

.fa-wheelchair {
  --fa: "\f193"; }

.fa-circle-arrow-up {
  --fa: "\f0aa"; }

.fa-arrow-circle-up {
  --fa: "\f0aa"; }

.fa-toggle-on {
  --fa: "\f205"; }

.fa-person-walking {
  --fa: "\f554"; }

.fa-walking {
  --fa: "\f554"; }

.fa-l {
  --fa: "\4c"; }

.fa-fire {
  --fa: "\f06d"; }

.fa-bed-pulse {
  --fa: "\f487"; }

.fa-procedures {
  --fa: "\f487"; }

.fa-shuttle-space {
  --fa: "\f197"; }

.fa-space-shuttle {
  --fa: "\f197"; }

.fa-face-laugh {
  --fa: "\f599"; }

.fa-laugh {
  --fa: "\f599"; }

.fa-folder-open {
  --fa: "\f07c"; }

.fa-heart-circle-plus {
  --fa: "\e500"; }

.fa-code-fork {
  --fa: "\e13b"; }

.fa-city {
  --fa: "\f64f"; }

.fa-microphone-lines {
  --fa: "\f3c9"; }

.fa-microphone-alt {
  --fa: "\f3c9"; }

.fa-pepper-hot {
  --fa: "\f816"; }

.fa-unlock {
  --fa: "\f09c"; }

.fa-colon-sign {
  --fa: "\e140"; }

.fa-headset {
  --fa: "\f590"; }

.fa-store-slash {
  --fa: "\e071"; }

.fa-road-circle-xmark {
  --fa: "\e566"; }

.fa-user-minus {
  --fa: "\f503"; }

.fa-mars-stroke-up {
  --fa: "\f22a"; }

.fa-mars-stroke-v {
  --fa: "\f22a"; }

.fa-champagne-glasses {
  --fa: "\f79f"; }

.fa-glass-cheers {
  --fa: "\f79f"; }

.fa-clipboard {
  --fa: "\f328"; }

.fa-house-circle-exclamation {
  --fa: "\e50a"; }

.fa-file-arrow-up {
  --fa: "\f574"; }

.fa-file-upload {
  --fa: "\f574"; }

.fa-wifi {
  --fa: "\f1eb"; }

.fa-wifi-3 {
  --fa: "\f1eb"; }

.fa-wifi-strong {
  --fa: "\f1eb"; }

.fa-bath {
  --fa: "\f2cd"; }

.fa-bathtub {
  --fa: "\f2cd"; }

.fa-underline {
  --fa: "\f0cd"; }

.fa-user-pen {
  --fa: "\f4ff"; }

.fa-user-edit {
  --fa: "\f4ff"; }

.fa-signature {
  --fa: "\f5b7"; }

.fa-stroopwafel {
  --fa: "\f551"; }

.fa-bold {
  --fa: "\f032"; }

.fa-anchor-lock {
  --fa: "\e4ad"; }

.fa-building-ngo {
  --fa: "\e4d7"; }

.fa-manat-sign {
  --fa: "\e1d5"; }

.fa-not-equal {
  --fa: "\f53e"; }

.fa-border-top-left {
  --fa: "\f853"; }

.fa-border-style {
  --fa: "\f853"; }

.fa-map-location-dot {
  --fa: "\f5a0"; }

.fa-map-marked-alt {
  --fa: "\f5a0"; }

.fa-jedi {
  --fa: "\f669"; }

.fa-square-poll-vertical {
  --fa: "\f681"; }

.fa-poll {
  --fa: "\f681"; }

.fa-mug-hot {
  --fa: "\f7b6"; }

.fa-car-battery {
  --fa: "\f5df"; }

.fa-battery-car {
  --fa: "\f5df"; }

.fa-gift {
  --fa: "\f06b"; }

.fa-dice-two {
  --fa: "\f528"; }

.fa-chess-queen {
  --fa: "\f445"; }

.fa-glasses {
  --fa: "\f530"; }

.fa-chess-board {
  --fa: "\f43c"; }

.fa-building-circle-check {
  --fa: "\e4d2"; }

.fa-person-chalkboard {
  --fa: "\e53d"; }

.fa-mars-stroke-right {
  --fa: "\f22b"; }

.fa-mars-stroke-h {
  --fa: "\f22b"; }

.fa-hand-back-fist {
  --fa: "\f255"; }

.fa-hand-rock {
  --fa: "\f255"; }

.fa-square-caret-up {
  --fa: "\f151"; }

.fa-caret-square-up {
  --fa: "\f151"; }

.fa-cloud-showers-water {
  --fa: "\e4e4"; }

.fa-chart-bar {
  --fa: "\f080"; }

.fa-bar-chart {
  --fa: "\f080"; }

.fa-hands-bubbles {
  --fa: "\e05e"; }

.fa-hands-wash {
  --fa: "\e05e"; }

.fa-less-than-equal {
  --fa: "\f537"; }

.fa-train {
  --fa: "\f238"; }

.fa-eye-low-vision {
  --fa: "\f2a8"; }

.fa-low-vision {
  --fa: "\f2a8"; }

.fa-crow {
  --fa: "\f520"; }

.fa-sailboat {
  --fa: "\e445"; }

.fa-window-restore {
  --fa: "\f2d2"; }

.fa-square-plus {
  --fa: "\f0fe"; }

.fa-plus-square {
  --fa: "\f0fe"; }

.fa-torii-gate {
  --fa: "\f6a1"; }

.fa-frog {
  --fa: "\f52e"; }

.fa-bucket {
  --fa: "\e4cf"; }

.fa-image {
  --fa: "\f03e"; }

.fa-microphone {
  --fa: "\f130"; }

.fa-cow {
  --fa: "\f6c8"; }

.fa-caret-up {
  --fa: "\f0d8"; }

.fa-screwdriver {
  --fa: "\f54a"; }

.fa-folder-closed {
  --fa: "\e185"; }

.fa-house-tsunami {
  --fa: "\e515"; }

.fa-square-nfi {
  --fa: "\e576"; }

.fa-arrow-up-from-ground-water {
  --fa: "\e4b5"; }

.fa-martini-glass {
  --fa: "\f57b"; }

.fa-glass-martini-alt {
  --fa: "\f57b"; }

.fa-square-binary {
  --fa: "\e69b"; }

.fa-rotate-left {
  --fa: "\f2ea"; }

.fa-rotate-back {
  --fa: "\f2ea"; }

.fa-rotate-backward {
  --fa: "\f2ea"; }

.fa-undo-alt {
  --fa: "\f2ea"; }

.fa-table-columns {
  --fa: "\f0db"; }

.fa-columns {
  --fa: "\f0db"; }

.fa-lemon {
  --fa: "\f094"; }

.fa-head-side-mask {
  --fa: "\e063"; }

.fa-handshake {
  --fa: "\f2b5"; }

.fa-gem {
  --fa: "\f3a5"; }

.fa-dolly {
  --fa: "\f472"; }

.fa-dolly-box {
  --fa: "\f472"; }

.fa-smoking {
  --fa: "\f48d"; }

.fa-minimize {
  --fa: "\f78c"; }

.fa-compress-arrows-alt {
  --fa: "\f78c"; }

.fa-monument {
  --fa: "\f5a6"; }

.fa-snowplow {
  --fa: "\f7d2"; }

.fa-angles-right {
  --fa: "\f101"; }

.fa-angle-double-right {
  --fa: "\f101"; }

.fa-cannabis {
  --fa: "\f55f"; }

.fa-circle-play {
  --fa: "\f144"; }

.fa-play-circle {
  --fa: "\f144"; }

.fa-tablets {
  --fa: "\f490"; }

.fa-ethernet {
  --fa: "\f796"; }

.fa-euro-sign {
  --fa: "\f153"; }

.fa-eur {
  --fa: "\f153"; }

.fa-euro {
  --fa: "\f153"; }

.fa-chair {
  --fa: "\f6c0"; }

.fa-circle-check {
  --fa: "\f058"; }

.fa-check-circle {
  --fa: "\f058"; }

.fa-circle-stop {
  --fa: "\f28d"; }

.fa-stop-circle {
  --fa: "\f28d"; }

.fa-compass-drafting {
  --fa: "\f568"; }

.fa-drafting-compass {
  --fa: "\f568"; }

.fa-plate-wheat {
  --fa: "\e55a"; }

.fa-icicles {
  --fa: "\f7ad"; }

.fa-person-shelter {
  --fa: "\e54f"; }

.fa-neuter {
  --fa: "\f22c"; }

.fa-id-badge {
  --fa: "\f2c1"; }

.fa-marker {
  --fa: "\f5a1"; }

.fa-face-laugh-beam {
  --fa: "\f59a"; }

.fa-laugh-beam {
  --fa: "\f59a"; }

.fa-helicopter-symbol {
  --fa: "\e502"; }

.fa-universal-access {
  --fa: "\f29a"; }

.fa-circle-chevron-up {
  --fa: "\f139"; }

.fa-chevron-circle-up {
  --fa: "\f139"; }

.fa-lari-sign {
  --fa: "\e1c8"; }

.fa-volcano {
  --fa: "\f770"; }

.fa-person-walking-dashed-line-arrow-right {
  --fa: "\e553"; }

.fa-sterling-sign {
  --fa: "\f154"; }

.fa-gbp {
  --fa: "\f154"; }

.fa-pound-sign {
  --fa: "\f154"; }

.fa-viruses {
  --fa: "\e076"; }

.fa-square-person-confined {
  --fa: "\e577"; }

.fa-user-tie {
  --fa: "\f508"; }

.fa-arrow-down-long {
  --fa: "\f175"; }

.fa-long-arrow-down {
  --fa: "\f175"; }

.fa-tent-arrow-down-to-line {
  --fa: "\e57e"; }

.fa-certificate {
  --fa: "\f0a3"; }

.fa-reply-all {
  --fa: "\f122"; }

.fa-mail-reply-all {
  --fa: "\f122"; }

.fa-suitcase {
  --fa: "\f0f2"; }

.fa-person-skating {
  --fa: "\f7c5"; }

.fa-skating {
  --fa: "\f7c5"; }

.fa-filter-circle-dollar {
  --fa: "\f662"; }

.fa-funnel-dollar {
  --fa: "\f662"; }

.fa-camera-retro {
  --fa: "\f083"; }

.fa-circle-arrow-down {
  --fa: "\f0ab"; }

.fa-arrow-circle-down {
  --fa: "\f0ab"; }

.fa-file-import {
  --fa: "\f56f"; }

.fa-arrow-right-to-file {
  --fa: "\f56f"; }

.fa-square-arrow-up-right {
  --fa: "\f14c"; }

.fa-external-link-square {
  --fa: "\f14c"; }

.fa-box-open {
  --fa: "\f49e"; }

.fa-scroll {
  --fa: "\f70e"; }

.fa-spa {
  --fa: "\f5bb"; }

.fa-location-pin-lock {
  --fa: "\e51f"; }

.fa-pause {
  --fa: "\f04c"; }

.fa-hill-avalanche {
  --fa: "\e507"; }

.fa-temperature-empty {
  --fa: "\f2cb"; }

.fa-temperature-0 {
  --fa: "\f2cb"; }

.fa-thermometer-0 {
  --fa: "\f2cb"; }

.fa-thermometer-empty {
  --fa: "\f2cb"; }

.fa-bomb {
  --fa: "\f1e2"; }

.fa-registered {
  --fa: "\f25d"; }

.fa-address-card {
  --fa: "\f2bb"; }

.fa-contact-card {
  --fa: "\f2bb"; }

.fa-vcard {
  --fa: "\f2bb"; }

.fa-scale-unbalanced-flip {
  --fa: "\f516"; }

.fa-balance-scale-right {
  --fa: "\f516"; }

.fa-subscript {
  --fa: "\f12c"; }

.fa-diamond-turn-right {
  --fa: "\f5eb"; }

.fa-directions {
  --fa: "\f5eb"; }

.fa-burst {
  --fa: "\e4dc"; }

.fa-house-laptop {
  --fa: "\e066"; }

.fa-laptop-house {
  --fa: "\e066"; }

.fa-face-tired {
  --fa: "\f5c8"; }

.fa-tired {
  --fa: "\f5c8"; }

.fa-money-bills {
  --fa: "\e1f3"; }

.fa-smog {
  --fa: "\f75f"; }

.fa-crutch {
  --fa: "\f7f7"; }

.fa-cloud-arrow-up {
  --fa: "\f0ee"; }

.fa-cloud-upload {
  --fa: "\f0ee"; }

.fa-cloud-upload-alt {
  --fa: "\f0ee"; }

.fa-palette {
  --fa: "\f53f"; }

.fa-arrows-turn-right {
  --fa: "\e4c0"; }

.fa-vest {
  --fa: "\e085"; }

.fa-ferry {
  --fa: "\e4ea"; }

.fa-arrows-down-to-people {
  --fa: "\e4b9"; }

.fa-seedling {
  --fa: "\f4d8"; }

.fa-sprout {
  --fa: "\f4d8"; }

.fa-left-right {
  --fa: "\f337"; }

.fa-arrows-alt-h {
  --fa: "\f337"; }

.fa-boxes-packing {
  --fa: "\e4c7"; }

.fa-circle-arrow-left {
  --fa: "\f0a8"; }

.fa-arrow-circle-left {
  --fa: "\f0a8"; }

.fa-group-arrows-rotate {
  --fa: "\e4f6"; }

.fa-bowl-food {
  --fa: "\e4c6"; }

.fa-candy-cane {
  --fa: "\f786"; }

.fa-arrow-down-wide-short {
  --fa: "\f160"; }

.fa-sort-amount-asc {
  --fa: "\f160"; }

.fa-sort-amount-down {
  --fa: "\f160"; }

.fa-cloud-bolt {
  --fa: "\f76c"; }

.fa-thunderstorm {
  --fa: "\f76c"; }

.fa-text-slash {
  --fa: "\f87d"; }

.fa-remove-format {
  --fa: "\f87d"; }

.fa-face-smile-wink {
  --fa: "\f4da"; }

.fa-smile-wink {
  --fa: "\f4da"; }

.fa-file-word {
  --fa: "\f1c2"; }

.fa-file-powerpoint {
  --fa: "\f1c4"; }

.fa-arrows-left-right {
  --fa: "\f07e"; }

.fa-arrows-h {
  --fa: "\f07e"; }

.fa-house-lock {
  --fa: "\e510"; }

.fa-cloud-arrow-down {
  --fa: "\f0ed"; }

.fa-cloud-download {
  --fa: "\f0ed"; }

.fa-cloud-download-alt {
  --fa: "\f0ed"; }

.fa-children {
  --fa: "\e4e1"; }

.fa-chalkboard {
  --fa: "\f51b"; }

.fa-blackboard {
  --fa: "\f51b"; }

.fa-user-large-slash {
  --fa: "\f4fa"; }

.fa-user-alt-slash {
  --fa: "\f4fa"; }

.fa-envelope-open {
  --fa: "\f2b6"; }

.fa-handshake-simple-slash {
  --fa: "\e05f"; }

.fa-handshake-alt-slash {
  --fa: "\e05f"; }

.fa-mattress-pillow {
  --fa: "\e525"; }

.fa-guarani-sign {
  --fa: "\e19a"; }

.fa-arrows-rotate {
  --fa: "\f021"; }

.fa-refresh {
  --fa: "\f021"; }

.fa-sync {
  --fa: "\f021"; }

.fa-fire-extinguisher {
  --fa: "\f134"; }

.fa-cruzeiro-sign {
  --fa: "\e152"; }

.fa-greater-than-equal {
  --fa: "\f532"; }

.fa-shield-halved {
  --fa: "\f3ed"; }

.fa-shield-alt {
  --fa: "\f3ed"; }

.fa-book-atlas {
  --fa: "\f558"; }

.fa-atlas {
  --fa: "\f558"; }

.fa-virus {
  --fa: "\e074"; }

.fa-envelope-circle-check {
  --fa: "\e4e8"; }

.fa-layer-group {
  --fa: "\f5fd"; }

.fa-arrows-to-dot {
  --fa: "\e4be"; }

.fa-archway {
  --fa: "\f557"; }

.fa-heart-circle-check {
  --fa: "\e4fd"; }

.fa-house-chimney-crack {
  --fa: "\f6f1"; }

.fa-house-damage {
  --fa: "\f6f1"; }

.fa-file-zipper {
  --fa: "\f1c6"; }

.fa-file-archive {
  --fa: "\f1c6"; }

.fa-square {
  --fa: "\f0c8"; }

.fa-martini-glass-empty {
  --fa: "\f000"; }

.fa-glass-martini {
  --fa: "\f000"; }

.fa-couch {
  --fa: "\f4b8"; }

.fa-cedi-sign {
  --fa: "\e0df"; }

.fa-italic {
  --fa: "\f033"; }

.fa-table-cells-column-lock {
  --fa: "\e678"; }

.fa-church {
  --fa: "\f51d"; }

.fa-comments-dollar {
  --fa: "\f653"; }

.fa-democrat {
  --fa: "\f747"; }

.fa-z {
  --fa: "\5a"; }

.fa-person-skiing {
  --fa: "\f7c9"; }

.fa-skiing {
  --fa: "\f7c9"; }

.fa-road-lock {
  --fa: "\e567"; }

.fa-a {
  --fa: "\41"; }

.fa-temperature-arrow-down {
  --fa: "\e03f"; }

.fa-temperature-down {
  --fa: "\e03f"; }

.fa-feather-pointed {
  --fa: "\f56b"; }

.fa-feather-alt {
  --fa: "\f56b"; }

.fa-p {
  --fa: "\50"; }

.fa-snowflake {
  --fa: "\f2dc"; }

.fa-newspaper {
  --fa: "\f1ea"; }

.fa-rectangle-ad {
  --fa: "\f641"; }

.fa-ad {
  --fa: "\f641"; }

.fa-circle-arrow-right {
  --fa: "\f0a9"; }

.fa-arrow-circle-right {
  --fa: "\f0a9"; }

.fa-filter-circle-xmark {
  --fa: "\e17b"; }

.fa-locust {
  --fa: "\e520"; }

.fa-sort {
  --fa: "\f0dc"; }

.fa-unsorted {
  --fa: "\f0dc"; }

.fa-list-ol {
  --fa: "\f0cb"; }

.fa-list-1-2 {
  --fa: "\f0cb"; }

.fa-list-numeric {
  --fa: "\f0cb"; }

.fa-person-dress-burst {
  --fa: "\e544"; }

.fa-money-check-dollar {
  --fa: "\f53d"; }

.fa-money-check-alt {
  --fa: "\f53d"; }

.fa-vector-square {
  --fa: "\f5cb"; }

.fa-bread-slice {
  --fa: "\f7ec"; }

.fa-language {
  --fa: "\f1ab"; }

.fa-face-kiss-wink-heart {
  --fa: "\f598"; }

.fa-kiss-wink-heart {
  --fa: "\f598"; }

.fa-filter {
  --fa: "\f0b0"; }

.fa-question {
  --fa: "\3f"; }

.fa-file-signature {
  --fa: "\f573"; }

.fa-up-down-left-right {
  --fa: "\f0b2"; }

.fa-arrows-alt {
  --fa: "\f0b2"; }

.fa-house-chimney-user {
  --fa: "\e065"; }

.fa-hand-holding-heart {
  --fa: "\f4be"; }

.fa-puzzle-piece {
  --fa: "\f12e"; }

.fa-money-check {
  --fa: "\f53c"; }

.fa-star-half-stroke {
  --fa: "\f5c0"; }

.fa-star-half-alt {
  --fa: "\f5c0"; }

.fa-code {
  --fa: "\f121"; }

.fa-whiskey-glass {
  --fa: "\f7a0"; }

.fa-glass-whiskey {
  --fa: "\f7a0"; }

.fa-building-circle-exclamation {
  --fa: "\e4d3"; }

.fa-magnifying-glass-chart {
  --fa: "\e522"; }

.fa-arrow-up-right-from-square {
  --fa: "\f08e"; }

.fa-external-link {
  --fa: "\f08e"; }

.fa-cubes-stacked {
  --fa: "\e4e6"; }

.fa-won-sign {
  --fa: "\f159"; }

.fa-krw {
  --fa: "\f159"; }

.fa-won {
  --fa: "\f159"; }

.fa-virus-covid {
  --fa: "\e4a8"; }

.fa-austral-sign {
  --fa: "\e0a9"; }

.fa-f {
  --fa: "\46"; }

.fa-leaf {
  --fa: "\f06c"; }

.fa-road {
  --fa: "\f018"; }

.fa-taxi {
  --fa: "\f1ba"; }

.fa-cab {
  --fa: "\f1ba"; }

.fa-person-circle-plus {
  --fa: "\e541"; }

.fa-chart-pie {
  --fa: "\f200"; }

.fa-pie-chart {
  --fa: "\f200"; }

.fa-bolt-lightning {
  --fa: "\e0b7"; }

.fa-sack-xmark {
  --fa: "\e56a"; }

.fa-file-excel {
  --fa: "\f1c3"; }

.fa-file-contract {
  --fa: "\f56c"; }

.fa-fish-fins {
  --fa: "\e4f2"; }

.fa-building-flag {
  --fa: "\e4d5"; }

.fa-face-grin-beam {
  --fa: "\f582"; }

.fa-grin-beam {
  --fa: "\f582"; }

.fa-object-ungroup {
  --fa: "\f248"; }

.fa-poop {
  --fa: "\f619"; }

.fa-location-pin {
  --fa: "\f041"; }

.fa-map-marker {
  --fa: "\f041"; }

.fa-kaaba {
  --fa: "\f66b"; }

.fa-toilet-paper {
  --fa: "\f71e"; }

.fa-helmet-safety {
  --fa: "\f807"; }

.fa-hard-hat {
  --fa: "\f807"; }

.fa-hat-hard {
  --fa: "\f807"; }

.fa-eject {
  --fa: "\f052"; }

.fa-circle-right {
  --fa: "\f35a"; }

.fa-arrow-alt-circle-right {
  --fa: "\f35a"; }

.fa-plane-circle-check {
  --fa: "\e555"; }

.fa-face-rolling-eyes {
  --fa: "\f5a5"; }

.fa-meh-rolling-eyes {
  --fa: "\f5a5"; }

.fa-object-group {
  --fa: "\f247"; }

.fa-chart-line {
  --fa: "\f201"; }

.fa-line-chart {
  --fa: "\f201"; }

.fa-mask-ventilator {
  --fa: "\e524"; }

.fa-arrow-right {
  --fa: "\f061"; }

.fa-signs-post {
  --fa: "\f277"; }

.fa-map-signs {
  --fa: "\f277"; }

.fa-cash-register {
  --fa: "\f788"; }

.fa-person-circle-question {
  --fa: "\e542"; }

.fa-h {
  --fa: "\48"; }

.fa-tarp {
  --fa: "\e57b"; }

.fa-screwdriver-wrench {
  --fa: "\f7d9"; }

.fa-tools {
  --fa: "\f7d9"; }

.fa-arrows-to-eye {
  --fa: "\e4bf"; }

.fa-plug-circle-bolt {
  --fa: "\e55b"; }

.fa-heart {
  --fa: "\f004"; }

.fa-mars-and-venus {
  --fa: "\f224"; }

.fa-house-user {
  --fa: "\e1b0"; }

.fa-home-user {
  --fa: "\e1b0"; }

.fa-dumpster-fire {
  --fa: "\f794"; }

.fa-house-crack {
  --fa: "\e3b1"; }

.fa-martini-glass-citrus {
  --fa: "\f561"; }

.fa-cocktail {
  --fa: "\f561"; }

.fa-face-surprise {
  --fa: "\f5c2"; }

.fa-surprise {
  --fa: "\f5c2"; }

.fa-bottle-water {
  --fa: "\e4c5"; }

.fa-circle-pause {
  --fa: "\f28b"; }

.fa-pause-circle {
  --fa: "\f28b"; }

.fa-toilet-paper-slash {
  --fa: "\e072"; }

.fa-apple-whole {
  --fa: "\f5d1"; }

.fa-apple-alt {
  --fa: "\f5d1"; }

.fa-kitchen-set {
  --fa: "\e51a"; }

.fa-r {
  --fa: "\52"; }

.fa-temperature-quarter {
  --fa: "\f2ca"; }

.fa-temperature-1 {
  --fa: "\f2ca"; }

.fa-thermometer-1 {
  --fa: "\f2ca"; }

.fa-thermometer-quarter {
  --fa: "\f2ca"; }

.fa-cube {
  --fa: "\f1b2"; }

.fa-bitcoin-sign {
  --fa: "\e0b4"; }

.fa-shield-dog {
  --fa: "\e573"; }

.fa-solar-panel {
  --fa: "\f5ba"; }

.fa-lock-open {
  --fa: "\f3c1"; }

.fa-elevator {
  --fa: "\e16d"; }

.fa-money-bill-transfer {
  --fa: "\e528"; }

.fa-money-bill-trend-up {
  --fa: "\e529"; }

.fa-house-flood-water-circle-arrow-right {
  --fa: "\e50f"; }

.fa-square-poll-horizontal {
  --fa: "\f682"; }

.fa-poll-h {
  --fa: "\f682"; }

.fa-circle {
  --fa: "\f111"; }

.fa-backward-fast {
  --fa: "\f049"; }

.fa-fast-backward {
  --fa: "\f049"; }

.fa-recycle {
  --fa: "\f1b8"; }

.fa-user-astronaut {
  --fa: "\f4fb"; }

.fa-plane-slash {
  --fa: "\e069"; }

.fa-trademark {
  --fa: "\f25c"; }

.fa-basketball {
  --fa: "\f434"; }

.fa-basketball-ball {
  --fa: "\f434"; }

.fa-satellite-dish {
  --fa: "\f7c0"; }

.fa-circle-up {
  --fa: "\f35b"; }

.fa-arrow-alt-circle-up {
  --fa: "\f35b"; }

.fa-mobile-screen-button {
  --fa: "\f3cd"; }

.fa-mobile-alt {
  --fa: "\f3cd"; }

.fa-volume-high {
  --fa: "\f028"; }

.fa-volume-up {
  --fa: "\f028"; }

.fa-users-rays {
  --fa: "\e593"; }

.fa-wallet {
  --fa: "\f555"; }

.fa-clipboard-check {
  --fa: "\f46c"; }

.fa-file-audio {
  --fa: "\f1c7"; }

.fa-burger {
  --fa: "\f805"; }

.fa-hamburger {
  --fa: "\f805"; }

.fa-wrench {
  --fa: "\f0ad"; }

.fa-bugs {
  --fa: "\e4d0"; }

.fa-rupee-sign {
  --fa: "\f156"; }

.fa-rupee {
  --fa: "\f156"; }

.fa-file-image {
  --fa: "\f1c5"; }

.fa-circle-question {
  --fa: "\f059"; }

.fa-question-circle {
  --fa: "\f059"; }

.fa-plane-departure {
  --fa: "\f5b0"; }

.fa-handshake-slash {
  --fa: "\e060"; }

.fa-book-bookmark {
  --fa: "\e0bb"; }

.fa-code-branch {
  --fa: "\f126"; }

.fa-hat-cowboy {
  --fa: "\f8c0"; }

.fa-bridge {
  --fa: "\e4c8"; }

.fa-phone-flip {
  --fa: "\f879"; }

.fa-phone-alt {
  --fa: "\f879"; }

.fa-truck-front {
  --fa: "\e2b7"; }

.fa-cat {
  --fa: "\f6be"; }

.fa-anchor-circle-exclamation {
  --fa: "\e4ab"; }

.fa-truck-field {
  --fa: "\e58d"; }

.fa-route {
  --fa: "\f4d7"; }

.fa-clipboard-question {
  --fa: "\e4e3"; }

.fa-panorama {
  --fa: "\e209"; }

.fa-comment-medical {
  --fa: "\f7f5"; }

.fa-teeth-open {
  --fa: "\f62f"; }

.fa-file-circle-minus {
  --fa: "\e4ed"; }

.fa-tags {
  --fa: "\f02c"; }

.fa-wine-glass {
  --fa: "\f4e3"; }

.fa-forward-fast {
  --fa: "\f050"; }

.fa-fast-forward {
  --fa: "\f050"; }

.fa-face-meh-blank {
  --fa: "\f5a4"; }

.fa-meh-blank {
  --fa: "\f5a4"; }

.fa-square-parking {
  --fa: "\f540"; }

.fa-parking {
  --fa: "\f540"; }

.fa-house-signal {
  --fa: "\e012"; }

.fa-bars-progress {
  --fa: "\f828"; }

.fa-tasks-alt {
  --fa: "\f828"; }

.fa-faucet-drip {
  --fa: "\e006"; }

.fa-cart-flatbed {
  --fa: "\f474"; }

.fa-dolly-flatbed {
  --fa: "\f474"; }

.fa-ban-smoking {
  --fa: "\f54d"; }

.fa-smoking-ban {
  --fa: "\f54d"; }

.fa-terminal {
  --fa: "\f120"; }

.fa-mobile-button {
  --fa: "\f10b"; }

.fa-house-medical-flag {
  --fa: "\e514"; }

.fa-basket-shopping {
  --fa: "\f291"; }

.fa-shopping-basket {
  --fa: "\f291"; }

.fa-tape {
  --fa: "\f4db"; }

.fa-bus-simple {
  --fa: "\f55e"; }

.fa-bus-alt {
  --fa: "\f55e"; }

.fa-eye {
  --fa: "\f06e"; }

.fa-face-sad-cry {
  --fa: "\f5b3"; }

.fa-sad-cry {
  --fa: "\f5b3"; }

.fa-audio-description {
  --fa: "\f29e"; }

.fa-person-military-to-person {
  --fa: "\e54c"; }

.fa-file-shield {
  --fa: "\e4f0"; }

.fa-user-slash {
  --fa: "\f506"; }

.fa-pen {
  --fa: "\f304"; }

.fa-tower-observation {
  --fa: "\e586"; }

.fa-file-code {
  --fa: "\f1c9"; }

.fa-signal {
  --fa: "\f012"; }

.fa-signal-5 {
  --fa: "\f012"; }

.fa-signal-perfect {
  --fa: "\f012"; }

.fa-bus {
  --fa: "\f207"; }

.fa-heart-circle-xmark {
  --fa: "\e501"; }

.fa-house-chimney {
  --fa: "\e3af"; }

.fa-home-lg {
  --fa: "\e3af"; }

.fa-window-maximize {
  --fa: "\f2d0"; }

.fa-face-frown {
  --fa: "\f119"; }

.fa-frown {
  --fa: "\f119"; }

.fa-prescription {
  --fa: "\f5b1"; }

.fa-shop {
  --fa: "\f54f"; }

.fa-store-alt {
  --fa: "\f54f"; }

.fa-floppy-disk {
  --fa: "\f0c7"; }

.fa-save {
  --fa: "\f0c7"; }

.fa-vihara {
  --fa: "\f6a7"; }

.fa-scale-unbalanced {
  --fa: "\f515"; }

.fa-balance-scale-left {
  --fa: "\f515"; }

.fa-sort-up {
  --fa: "\f0de"; }

.fa-sort-asc {
  --fa: "\f0de"; }

.fa-comment-dots {
  --fa: "\f4ad"; }

.fa-commenting {
  --fa: "\f4ad"; }

.fa-plant-wilt {
  --fa: "\e5aa"; }

.fa-diamond {
  --fa: "\f219"; }

.fa-face-grin-squint {
  --fa: "\f585"; }

.fa-grin-squint {
  --fa: "\f585"; }

.fa-hand-holding-dollar {
  --fa: "\f4c0"; }

.fa-hand-holding-usd {
  --fa: "\f4c0"; }

.fa-chart-diagram {
  --fa: "\e695"; }

.fa-bacterium {
  --fa: "\e05a"; }

.fa-hand-pointer {
  --fa: "\f25a"; }

.fa-drum-steelpan {
  --fa: "\f56a"; }

.fa-hand-scissors {
  --fa: "\f257"; }

.fa-hands-praying {
  --fa: "\f684"; }

.fa-praying-hands {
  --fa: "\f684"; }

.fa-arrow-rotate-right {
  --fa: "\f01e"; }

.fa-arrow-right-rotate {
  --fa: "\f01e"; }

.fa-arrow-rotate-forward {
  --fa: "\f01e"; }

.fa-redo {
  --fa: "\f01e"; }

.fa-biohazard {
  --fa: "\f780"; }

.fa-location-crosshairs {
  --fa: "\f601"; }

.fa-location {
  --fa: "\f601"; }

.fa-mars-double {
  --fa: "\f227"; }

.fa-child-dress {
  --fa: "\e59c"; }

.fa-users-between-lines {
  --fa: "\e591"; }

.fa-lungs-virus {
  --fa: "\e067"; }

.fa-face-grin-tears {
  --fa: "\f588"; }

.fa-grin-tears {
  --fa: "\f588"; }

.fa-phone {
  --fa: "\f095"; }

.fa-calendar-xmark {
  --fa: "\f273"; }

.fa-calendar-times {
  --fa: "\f273"; }

.fa-child-reaching {
  --fa: "\e59d"; }

.fa-head-side-virus {
  --fa: "\e064"; }

.fa-user-gear {
  --fa: "\f4fe"; }

.fa-user-cog {
  --fa: "\f4fe"; }

.fa-arrow-up-1-9 {
  --fa: "\f163"; }

.fa-sort-numeric-up {
  --fa: "\f163"; }

.fa-door-closed {
  --fa: "\f52a"; }

.fa-shield-virus {
  --fa: "\e06c"; }

.fa-dice-six {
  --fa: "\f526"; }

.fa-mosquito-net {
  --fa: "\e52c"; }

.fa-file-fragment {
  --fa: "\e697"; }

.fa-bridge-water {
  --fa: "\e4ce"; }

.fa-person-booth {
  --fa: "\f756"; }

.fa-text-width {
  --fa: "\f035"; }

.fa-hat-wizard {
  --fa: "\f6e8"; }

.fa-pen-fancy {
  --fa: "\f5ac"; }

.fa-person-digging {
  --fa: "\f85e"; }

.fa-digging {
  --fa: "\f85e"; }

.fa-trash {
  --fa: "\f1f8"; }

.fa-gauge-simple {
  --fa: "\f629"; }

.fa-gauge-simple-med {
  --fa: "\f629"; }

.fa-tachometer-average {
  --fa: "\f629"; }

.fa-book-medical {
  --fa: "\f7e6"; }

.fa-poo {
  --fa: "\f2fe"; }

.fa-quote-right {
  --fa: "\f10e"; }

.fa-quote-right-alt {
  --fa: "\f10e"; }

.fa-shirt {
  --fa: "\f553"; }

.fa-t-shirt {
  --fa: "\f553"; }

.fa-tshirt {
  --fa: "\f553"; }

.fa-cubes {
  --fa: "\f1b3"; }

.fa-divide {
  --fa: "\f529"; }

.fa-tenge-sign {
  --fa: "\f7d7"; }

.fa-tenge {
  --fa: "\f7d7"; }

.fa-headphones {
  --fa: "\f025"; }

.fa-hands-holding {
  --fa: "\f4c2"; }

.fa-hands-clapping {
  --fa: "\e1a8"; }

.fa-republican {
  --fa: "\f75e"; }

.fa-arrow-left {
  --fa: "\f060"; }

.fa-person-circle-xmark {
  --fa: "\e543"; }

.fa-ruler {
  --fa: "\f545"; }

.fa-align-left {
  --fa: "\f036"; }

.fa-dice-d6 {
  --fa: "\f6d1"; }

.fa-restroom {
  --fa: "\f7bd"; }

.fa-j {
  --fa: "\4a"; }

.fa-users-viewfinder {
  --fa: "\e595"; }

.fa-file-video {
  --fa: "\f1c8"; }

.fa-up-right-from-square {
  --fa: "\f35d"; }

.fa-external-link-alt {
  --fa: "\f35d"; }

.fa-table-cells {
  --fa: "\f00a"; }

.fa-th {
  --fa: "\f00a"; }

.fa-file-pdf {
  --fa: "\f1c1"; }

.fa-book-bible {
  --fa: "\f647"; }

.fa-bible {
  --fa: "\f647"; }

.fa-o {
  --fa: "\4f"; }

.fa-suitcase-medical {
  --fa: "\f0fa"; }

.fa-medkit {
  --fa: "\f0fa"; }

.fa-user-secret {
  --fa: "\f21b"; }

.fa-otter {
  --fa: "\f700"; }

.fa-person-dress {
  --fa: "\f182"; }

.fa-female {
  --fa: "\f182"; }

.fa-comment-dollar {
  --fa: "\f651"; }

.fa-business-time {
  --fa: "\f64a"; }

.fa-briefcase-clock {
  --fa: "\f64a"; }

.fa-table-cells-large {
  --fa: "\f009"; }

.fa-th-large {
  --fa: "\f009"; }

.fa-book-tanakh {
  --fa: "\f827"; }

.fa-tanakh {
  --fa: "\f827"; }

.fa-phone-volume {
  --fa: "\f2a0"; }

.fa-volume-control-phone {
  --fa: "\f2a0"; }

.fa-hat-cowboy-side {
  --fa: "\f8c1"; }

.fa-clipboard-user {
  --fa: "\f7f3"; }

.fa-child {
  --fa: "\f1ae"; }

.fa-lira-sign {
  --fa: "\f195"; }

.fa-satellite {
  --fa: "\f7bf"; }

.fa-plane-lock {
  --fa: "\e558"; }

.fa-tag {
  --fa: "\f02b"; }

.fa-comment {
  --fa: "\f075"; }

.fa-cake-candles {
  --fa: "\f1fd"; }

.fa-birthday-cake {
  --fa: "\f1fd"; }

.fa-cake {
  --fa: "\f1fd"; }

.fa-envelope {
  --fa: "\f0e0"; }

.fa-angles-up {
  --fa: "\f102"; }

.fa-angle-double-up {
  --fa: "\f102"; }

.fa-paperclip {
  --fa: "\f0c6"; }

.fa-arrow-right-to-city {
  --fa: "\e4b3"; }

.fa-ribbon {
  --fa: "\f4d6"; }

.fa-lungs {
  --fa: "\f604"; }

.fa-arrow-up-9-1 {
  --fa: "\f887"; }

.fa-sort-numeric-up-alt {
  --fa: "\f887"; }

.fa-litecoin-sign {
  --fa: "\e1d3"; }

.fa-border-none {
  --fa: "\f850"; }

.fa-circle-nodes {
  --fa: "\e4e2"; }

.fa-parachute-box {
  --fa: "\f4cd"; }

.fa-indent {
  --fa: "\f03c"; }

.fa-truck-field-un {
  --fa: "\e58e"; }

.fa-hourglass {
  --fa: "\f254"; }

.fa-hourglass-empty {
  --fa: "\f254"; }

.fa-mountain {
  --fa: "\f6fc"; }

.fa-user-doctor {
  --fa: "\f0f0"; }

.fa-user-md {
  --fa: "\f0f0"; }

.fa-circle-info {
  --fa: "\f05a"; }

.fa-info-circle {
  --fa: "\f05a"; }

.fa-cloud-meatball {
  --fa: "\f73b"; }

.fa-camera {
  --fa: "\f030"; }

.fa-camera-alt {
  --fa: "\f030"; }

.fa-square-virus {
  --fa: "\e578"; }

.fa-meteor {
  --fa: "\f753"; }

.fa-car-on {
  --fa: "\e4dd"; }

.fa-sleigh {
  --fa: "\f7cc"; }

.fa-arrow-down-1-9 {
  --fa: "\f162"; }

.fa-sort-numeric-asc {
  --fa: "\f162"; }

.fa-sort-numeric-down {
  --fa: "\f162"; }

.fa-hand-holding-droplet {
  --fa: "\f4c1"; }

.fa-hand-holding-water {
  --fa: "\f4c1"; }

.fa-water {
  --fa: "\f773"; }

.fa-calendar-check {
  --fa: "\f274"; }

.fa-braille {
  --fa: "\f2a1"; }

.fa-prescription-bottle-medical {
  --fa: "\f486"; }

.fa-prescription-bottle-alt {
  --fa: "\f486"; }

.fa-landmark {
  --fa: "\f66f"; }

.fa-truck {
  --fa: "\f0d1"; }

.fa-crosshairs {
  --fa: "\f05b"; }

.fa-person-cane {
  --fa: "\e53c"; }

.fa-tent {
  --fa: "\e57d"; }

.fa-vest-patches {
  --fa: "\e086"; }

.fa-check-double {
  --fa: "\f560"; }

.fa-arrow-down-a-z {
  --fa: "\f15d"; }

.fa-sort-alpha-asc {
  --fa: "\f15d"; }

.fa-sort-alpha-down {
  --fa: "\f15d"; }

.fa-money-bill-wheat {
  --fa: "\e52a"; }

.fa-cookie {
  --fa: "\f563"; }

.fa-arrow-rotate-left {
  --fa: "\f0e2"; }

.fa-arrow-left-rotate {
  --fa: "\f0e2"; }

.fa-arrow-rotate-back {
  --fa: "\f0e2"; }

.fa-arrow-rotate-backward {
  --fa: "\f0e2"; }

.fa-undo {
  --fa: "\f0e2"; }

.fa-hard-drive {
  --fa: "\f0a0"; }

.fa-hdd {
  --fa: "\f0a0"; }

.fa-face-grin-squint-tears {
  --fa: "\f586"; }

.fa-grin-squint-tears {
  --fa: "\f586"; }

.fa-dumbbell {
  --fa: "\f44b"; }

.fa-rectangle-list {
  --fa: "\f022"; }

.fa-list-alt {
  --fa: "\f022"; }

.fa-tarp-droplet {
  --fa: "\e57c"; }

.fa-house-medical-circle-check {
  --fa: "\e511"; }

.fa-person-skiing-nordic {
  --fa: "\f7ca"; }

.fa-skiing-nordic {
  --fa: "\f7ca"; }

.fa-calendar-plus {
  --fa: "\f271"; }

.fa-plane-arrival {
  --fa: "\f5af"; }

.fa-circle-left {
  --fa: "\f359"; }

.fa-arrow-alt-circle-left {
  --fa: "\f359"; }

.fa-train-subway {
  --fa: "\f239"; }

.fa-subway {
  --fa: "\f239"; }

.fa-chart-gantt {
  --fa: "\e0e4"; }

.fa-indian-rupee-sign {
  --fa: "\e1bc"; }

.fa-indian-rupee {
  --fa: "\e1bc"; }

.fa-inr {
  --fa: "\e1bc"; }

.fa-crop-simple {
  --fa: "\f565"; }

.fa-crop-alt {
  --fa: "\f565"; }

.fa-money-bill-1 {
  --fa: "\f3d1"; }

.fa-money-bill-alt {
  --fa: "\f3d1"; }

.fa-left-long {
  --fa: "\f30a"; }

.fa-long-arrow-alt-left {
  --fa: "\f30a"; }

.fa-dna {
  --fa: "\f471"; }

.fa-virus-slash {
  --fa: "\e075"; }

.fa-minus {
  --fa: "\f068"; }

.fa-subtract {
  --fa: "\f068"; }

.fa-chess {
  --fa: "\f439"; }

.fa-arrow-left-long {
  --fa: "\f177"; }

.fa-long-arrow-left {
  --fa: "\f177"; }

.fa-plug-circle-check {
  --fa: "\e55c"; }

.fa-street-view {
  --fa: "\f21d"; }

.fa-franc-sign {
  --fa: "\e18f"; }

.fa-volume-off {
  --fa: "\f026"; }

.fa-hands-asl-interpreting {
  --fa: "\f2a3"; }

.fa-american-sign-language-interpreting {
  --fa: "\f2a3"; }

.fa-asl-interpreting {
  --fa: "\f2a3"; }

.fa-hands-american-sign-language-interpreting {
  --fa: "\f2a3"; }

.fa-gear {
  --fa: "\f013"; }

.fa-cog {
  --fa: "\f013"; }

.fa-droplet-slash {
  --fa: "\f5c7"; }

.fa-tint-slash {
  --fa: "\f5c7"; }

.fa-mosque {
  --fa: "\f678"; }

.fa-mosquito {
  --fa: "\e52b"; }

.fa-star-of-david {
  --fa: "\f69a"; }

.fa-person-military-rifle {
  --fa: "\e54b"; }

.fa-cart-shopping {
  --fa: "\f07a"; }

.fa-shopping-cart {
  --fa: "\f07a"; }

.fa-vials {
  --fa: "\f493"; }

.fa-plug-circle-plus {
  --fa: "\e55f"; }

.fa-place-of-worship {
  --fa: "\f67f"; }

.fa-grip-vertical {
  --fa: "\f58e"; }

.fa-hexagon-nodes {
  --fa: "\e699"; }

.fa-arrow-turn-up {
  --fa: "\f148"; }

.fa-level-up {
  --fa: "\f148"; }

.fa-u {
  --fa: "\55"; }

.fa-square-root-variable {
  --fa: "\f698"; }

.fa-square-root-alt {
  --fa: "\f698"; }

.fa-clock {
  --fa: "\f017"; }

.fa-clock-four {
  --fa: "\f017"; }

.fa-backward-step {
  --fa: "\f048"; }

.fa-step-backward {
  --fa: "\f048"; }

.fa-pallet {
  --fa: "\f482"; }

.fa-faucet {
  --fa: "\e005"; }

.fa-baseball-bat-ball {
  --fa: "\f432"; }

.fa-s {
  --fa: "\53"; }

.fa-timeline {
  --fa: "\e29c"; }

.fa-keyboard {
  --fa: "\f11c"; }

.fa-caret-down {
  --fa: "\f0d7"; }

.fa-house-chimney-medical {
  --fa: "\f7f2"; }

.fa-clinic-medical {
  --fa: "\f7f2"; }

.fa-temperature-three-quarters {
  --fa: "\f2c8"; }

.fa-temperature-3 {
  --fa: "\f2c8"; }

.fa-thermometer-3 {
  --fa: "\f2c8"; }

.fa-thermometer-three-quarters {
  --fa: "\f2c8"; }

.fa-mobile-screen {
  --fa: "\f3cf"; }

.fa-mobile-android-alt {
  --fa: "\f3cf"; }

.fa-plane-up {
  --fa: "\e22d"; }

.fa-piggy-bank {
  --fa: "\f4d3"; }

.fa-battery-half {
  --fa: "\f242"; }

.fa-battery-3 {
  --fa: "\f242"; }

.fa-mountain-city {
  --fa: "\e52e"; }

.fa-coins {
  --fa: "\f51e"; }

.fa-khanda {
  --fa: "\f66d"; }

.fa-sliders {
  --fa: "\f1de"; }

.fa-sliders-h {
  --fa: "\f1de"; }

.fa-folder-tree {
  --fa: "\f802"; }

.fa-network-wired {
  --fa: "\f6ff"; }

.fa-map-pin {
  --fa: "\f276"; }

.fa-hamsa {
  --fa: "\f665"; }

.fa-cent-sign {
  --fa: "\e3f5"; }

.fa-flask {
  --fa: "\f0c3"; }

.fa-person-pregnant {
  --fa: "\e31e"; }

.fa-wand-sparkles {
  --fa: "\f72b"; }

.fa-ellipsis-vertical {
  --fa: "\f142"; }

.fa-ellipsis-v {
  --fa: "\f142"; }

.fa-ticket {
  --fa: "\f145"; }

.fa-power-off {
  --fa: "\f011"; }

.fa-right-long {
  --fa: "\f30b"; }

.fa-long-arrow-alt-right {
  --fa: "\f30b"; }

.fa-flag-usa {
  --fa: "\f74d"; }

.fa-laptop-file {
  --fa: "\e51d"; }

.fa-tty {
  --fa: "\f1e4"; }

.fa-teletype {
  --fa: "\f1e4"; }

.fa-diagram-next {
  --fa: "\e476"; }

.fa-person-rifle {
  --fa: "\e54e"; }

.fa-house-medical-circle-exclamation {
  --fa: "\e512"; }

.fa-closed-captioning {
  --fa: "\f20a"; }

.fa-person-hiking {
  --fa: "\f6ec"; }

.fa-hiking {
  --fa: "\f6ec"; }

.fa-venus-double {
  --fa: "\f226"; }

.fa-images {
  --fa: "\f302"; }

.fa-calculator {
  --fa: "\f1ec"; }

.fa-people-pulling {
  --fa: "\e535"; }

.fa-n {
  --fa: "\4e"; }

.fa-cable-car {
  --fa: "\f7da"; }

.fa-tram {
  --fa: "\f7da"; }

.fa-cloud-rain {
  --fa: "\f73d"; }

.fa-building-circle-xmark {
  --fa: "\e4d4"; }

.fa-ship {
  --fa: "\f21a"; }

.fa-arrows-down-to-line {
  --fa: "\e4b8"; }

.fa-download {
  --fa: "\f019"; }

.fa-face-grin {
  --fa: "\f580"; }

.fa-grin {
  --fa: "\f580"; }

.fa-delete-left {
  --fa: "\f55a"; }

.fa-backspace {
  --fa: "\f55a"; }

.fa-eye-dropper {
  --fa: "\f1fb"; }

.fa-eye-dropper-empty {
  --fa: "\f1fb"; }

.fa-eyedropper {
  --fa: "\f1fb"; }

.fa-file-circle-check {
  --fa: "\e5a0"; }

.fa-forward {
  --fa: "\f04e"; }

.fa-mobile {
  --fa: "\f3ce"; }

.fa-mobile-android {
  --fa: "\f3ce"; }

.fa-mobile-phone {
  --fa: "\f3ce"; }

.fa-face-meh {
  --fa: "\f11a"; }

.fa-meh {
  --fa: "\f11a"; }

.fa-align-center {
  --fa: "\f037"; }

.fa-book-skull {
  --fa: "\f6b7"; }

.fa-book-dead {
  --fa: "\f6b7"; }

.fa-id-card {
  --fa: "\f2c2"; }

.fa-drivers-license {
  --fa: "\f2c2"; }

.fa-outdent {
  --fa: "\f03b"; }

.fa-dedent {
  --fa: "\f03b"; }

.fa-heart-circle-exclamation {
  --fa: "\e4fe"; }

.fa-house {
  --fa: "\f015"; }

.fa-home {
  --fa: "\f015"; }

.fa-home-alt {
  --fa: "\f015"; }

.fa-home-lg-alt {
  --fa: "\f015"; }

.fa-calendar-week {
  --fa: "\f784"; }

.fa-laptop-medical {
  --fa: "\f812"; }

.fa-b {
  --fa: "\42"; }

.fa-file-medical {
  --fa: "\f477"; }

.fa-dice-one {
  --fa: "\f525"; }

.fa-kiwi-bird {
  --fa: "\f535"; }

.fa-arrow-right-arrow-left {
  --fa: "\f0ec"; }

.fa-exchange {
  --fa: "\f0ec"; }

.fa-rotate-right {
  --fa: "\f2f9"; }

.fa-redo-alt {
  --fa: "\f2f9"; }

.fa-rotate-forward {
  --fa: "\f2f9"; }

.fa-utensils {
  --fa: "\f2e7"; }

.fa-cutlery {
  --fa: "\f2e7"; }

.fa-arrow-up-wide-short {
  --fa: "\f161"; }

.fa-sort-amount-up {
  --fa: "\f161"; }

.fa-mill-sign {
  --fa: "\e1ed"; }

.fa-bowl-rice {
  --fa: "\e2eb"; }

.fa-skull {
  --fa: "\f54c"; }

.fa-tower-broadcast {
  --fa: "\f519"; }

.fa-broadcast-tower {
  --fa: "\f519"; }

.fa-truck-pickup {
  --fa: "\f63c"; }

.fa-up-long {
  --fa: "\f30c"; }

.fa-long-arrow-alt-up {
  --fa: "\f30c"; }

.fa-stop {
  --fa: "\f04d"; }

.fa-code-merge {
  --fa: "\f387"; }

.fa-upload {
  --fa: "\f093"; }

.fa-hurricane {
  --fa: "\f751"; }

.fa-mound {
  --fa: "\e52d"; }

.fa-toilet-portable {
  --fa: "\e583"; }

.fa-compact-disc {
  --fa: "\f51f"; }

.fa-file-arrow-down {
  --fa: "\f56d"; }

.fa-file-download {
  --fa: "\f56d"; }

.fa-caravan {
  --fa: "\f8ff"; }

.fa-shield-cat {
  --fa: "\e572"; }

.fa-bolt {
  --fa: "\f0e7"; }

.fa-zap {
  --fa: "\f0e7"; }

.fa-glass-water {
  --fa: "\e4f4"; }

.fa-oil-well {
  --fa: "\e532"; }

.fa-vault {
  --fa: "\e2c5"; }

.fa-mars {
  --fa: "\f222"; }

.fa-toilet {
  --fa: "\f7d8"; }

.fa-plane-circle-xmark {
  --fa: "\e557"; }

.fa-yen-sign {
  --fa: "\f157"; }

.fa-cny {
  --fa: "\f157"; }

.fa-jpy {
  --fa: "\f157"; }

.fa-rmb {
  --fa: "\f157"; }

.fa-yen {
  --fa: "\f157"; }

.fa-ruble-sign {
  --fa: "\f158"; }

.fa-rouble {
  --fa: "\f158"; }

.fa-rub {
  --fa: "\f158"; }

.fa-ruble {
  --fa: "\f158"; }

.fa-sun {
  --fa: "\f185"; }

.fa-guitar {
  --fa: "\f7a6"; }

.fa-face-laugh-wink {
  --fa: "\f59c"; }

.fa-laugh-wink {
  --fa: "\f59c"; }

.fa-horse-head {
  --fa: "\f7ab"; }

.fa-bore-hole {
  --fa: "\e4c3"; }

.fa-industry {
  --fa: "\f275"; }

.fa-circle-down {
  --fa: "\f358"; }

.fa-arrow-alt-circle-down {
  --fa: "\f358"; }

.fa-arrows-turn-to-dots {
  --fa: "\e4c1"; }

.fa-florin-sign {
  --fa: "\e184"; }

.fa-arrow-down-short-wide {
  --fa: "\f884"; }

.fa-sort-amount-desc {
  --fa: "\f884"; }

.fa-sort-amount-down-alt {
  --fa: "\f884"; }

.fa-less-than {
  --fa: "\3c"; }

.fa-angle-down {
  --fa: "\f107"; }

.fa-car-tunnel {
  --fa: "\e4de"; }

.fa-head-side-cough {
  --fa: "\e061"; }

.fa-grip-lines {
  --fa: "\f7a4"; }

.fa-thumbs-down {
  --fa: "\f165"; }

.fa-user-lock {
  --fa: "\f502"; }

.fa-arrow-right-long {
  --fa: "\f178"; }

.fa-long-arrow-right {
  --fa: "\f178"; }

.fa-anchor-circle-xmark {
  --fa: "\e4ac"; }

.fa-ellipsis {
  --fa: "\f141"; }

.fa-ellipsis-h {
  --fa: "\f141"; }

.fa-chess-pawn {
  --fa: "\f443"; }

.fa-kit-medical {
  --fa: "\f479"; }

.fa-first-aid {
  --fa: "\f479"; }

.fa-person-through-window {
  --fa: "\e5a9"; }

.fa-toolbox {
  --fa: "\f552"; }

.fa-hands-holding-circle {
  --fa: "\e4fb"; }

.fa-bug {
  --fa: "\f188"; }

.fa-credit-card {
  --fa: "\f09d"; }

.fa-credit-card-alt {
  --fa: "\f09d"; }

.fa-car {
  --fa: "\f1b9"; }

.fa-automobile {
  --fa: "\f1b9"; }

.fa-hand-holding-hand {
  --fa: "\e4f7"; }

.fa-book-open-reader {
  --fa: "\f5da"; }

.fa-book-reader {
  --fa: "\f5da"; }

.fa-mountain-sun {
  --fa: "\e52f"; }

.fa-arrows-left-right-to-line {
  --fa: "\e4ba"; }

.fa-dice-d20 {
  --fa: "\f6cf"; }

.fa-truck-droplet {
  --fa: "\e58c"; }

.fa-file-circle-xmark {
  --fa: "\e5a1"; }

.fa-temperature-arrow-up {
  --fa: "\e040"; }

.fa-temperature-up {
  --fa: "\e040"; }

.fa-medal {
  --fa: "\f5a2"; }

.fa-bed {
  --fa: "\f236"; }

.fa-square-h {
  --fa: "\f0fd"; }

.fa-h-square {
  --fa: "\f0fd"; }

.fa-podcast {
  --fa: "\f2ce"; }

.fa-temperature-full {
  --fa: "\f2c7"; }

.fa-temperature-4 {
  --fa: "\f2c7"; }

.fa-thermometer-4 {
  --fa: "\f2c7"; }

.fa-thermometer-full {
  --fa: "\f2c7"; }

.fa-bell {
  --fa: "\f0f3"; }

.fa-superscript {
  --fa: "\f12b"; }

.fa-plug-circle-xmark {
  --fa: "\e560"; }

.fa-star-of-life {
  --fa: "\f621"; }

.fa-phone-slash {
  --fa: "\f3dd"; }

.fa-paint-roller {
  --fa: "\f5aa"; }

.fa-handshake-angle {
  --fa: "\f4c4"; }

.fa-hands-helping {
  --fa: "\f4c4"; }

.fa-location-dot {
  --fa: "\f3c5"; }

.fa-map-marker-alt {
  --fa: "\f3c5"; }

.fa-file {
  --fa: "\f15b"; }

.fa-greater-than {
  --fa: "\3e"; }

.fa-person-swimming {
  --fa: "\f5c4"; }

.fa-swimmer {
  --fa: "\f5c4"; }

.fa-arrow-down {
  --fa: "\f063"; }

.fa-droplet {
  --fa: "\f043"; }

.fa-tint {
  --fa: "\f043"; }

.fa-eraser {
  --fa: "\f12d"; }

.fa-earth-americas {
  --fa: "\f57d"; }

.fa-earth {
  --fa: "\f57d"; }

.fa-earth-america {
  --fa: "\f57d"; }

.fa-globe-americas {
  --fa: "\f57d"; }

.fa-person-burst {
  --fa: "\e53b"; }

.fa-dove {
  --fa: "\f4ba"; }

.fa-battery-empty {
  --fa: "\f244"; }

.fa-battery-0 {
  --fa: "\f244"; }

.fa-socks {
  --fa: "\f696"; }

.fa-inbox {
  --fa: "\f01c"; }

.fa-section {
  --fa: "\e447"; }

.fa-gauge-high {
  --fa: "\f625"; }

.fa-tachometer-alt {
  --fa: "\f625"; }

.fa-tachometer-alt-fast {
  --fa: "\f625"; }

.fa-envelope-open-text {
  --fa: "\f658"; }

.fa-hospital {
  --fa: "\f0f8"; }

.fa-hospital-alt {
  --fa: "\f0f8"; }

.fa-hospital-wide {
  --fa: "\f0f8"; }

.fa-wine-bottle {
  --fa: "\f72f"; }

.fa-chess-rook {
  --fa: "\f447"; }

.fa-bars-staggered {
  --fa: "\f550"; }

.fa-reorder {
  --fa: "\f550"; }

.fa-stream {
  --fa: "\f550"; }

.fa-dharmachakra {
  --fa: "\f655"; }

.fa-hotdog {
  --fa: "\f80f"; }

.fa-person-walking-with-cane {
  --fa: "\f29d"; }

.fa-blind {
  --fa: "\f29d"; }

.fa-drum {
  --fa: "\f569"; }

.fa-ice-cream {
  --fa: "\f810"; }

.fa-heart-circle-bolt {
  --fa: "\e4fc"; }

.fa-fax {
  --fa: "\f1ac"; }

.fa-paragraph {
  --fa: "\f1dd"; }

.fa-check-to-slot {
  --fa: "\f772"; }

.fa-vote-yea {
  --fa: "\f772"; }

.fa-star-half {
  --fa: "\f089"; }

.fa-boxes-stacked {
  --fa: "\f468"; }

.fa-boxes {
  --fa: "\f468"; }

.fa-boxes-alt {
  --fa: "\f468"; }

.fa-link {
  --fa: "\f0c1"; }

.fa-chain {
  --fa: "\f0c1"; }

.fa-ear-listen {
  --fa: "\f2a2"; }

.fa-assistive-listening-systems {
  --fa: "\f2a2"; }

.fa-tree-city {
  --fa: "\e587"; }

.fa-play {
  --fa: "\f04b"; }

.fa-font {
  --fa: "\f031"; }

.fa-table-cells-row-lock {
  --fa: "\e67a"; }

.fa-rupiah-sign {
  --fa: "\e23d"; }

.fa-magnifying-glass {
  --fa: "\f002"; }

.fa-search {
  --fa: "\f002"; }

.fa-table-tennis-paddle-ball {
  --fa: "\f45d"; }

.fa-ping-pong-paddle-ball {
  --fa: "\f45d"; }

.fa-table-tennis {
  --fa: "\f45d"; }

.fa-person-dots-from-line {
  --fa: "\f470"; }

.fa-diagnoses {
  --fa: "\f470"; }

.fa-trash-can-arrow-up {
  --fa: "\f82a"; }

.fa-trash-restore-alt {
  --fa: "\f82a"; }

.fa-naira-sign {
  --fa: "\e1f6"; }

.fa-cart-arrow-down {
  --fa: "\f218"; }

.fa-walkie-talkie {
  --fa: "\f8ef"; }

.fa-file-pen {
  --fa: "\f31c"; }

.fa-file-edit {
  --fa: "\f31c"; }

.fa-receipt {
  --fa: "\f543"; }

.fa-square-pen {
  --fa: "\f14b"; }

.fa-pen-square {
  --fa: "\f14b"; }

.fa-pencil-square {
  --fa: "\f14b"; }

.fa-suitcase-rolling {
  --fa: "\f5c1"; }

.fa-person-circle-exclamation {
  --fa: "\e53f"; }

.fa-chevron-down {
  --fa: "\f078"; }

.fa-battery-full {
  --fa: "\f240"; }

.fa-battery {
  --fa: "\f240"; }

.fa-battery-5 {
  --fa: "\f240"; }

.fa-skull-crossbones {
  --fa: "\f714"; }

.fa-code-compare {
  --fa: "\e13a"; }

.fa-list-ul {
  --fa: "\f0ca"; }

.fa-list-dots {
  --fa: "\f0ca"; }

.fa-school-lock {
  --fa: "\e56f"; }

.fa-tower-cell {
  --fa: "\e585"; }

.fa-down-long {
  --fa: "\f309"; }

.fa-long-arrow-alt-down {
  --fa: "\f309"; }

.fa-ranking-star {
  --fa: "\e561"; }

.fa-chess-king {
  --fa: "\f43f"; }

.fa-person-harassing {
  --fa: "\e549"; }

.fa-brazilian-real-sign {
  --fa: "\e46c"; }

.fa-landmark-dome {
  --fa: "\f752"; }

.fa-landmark-alt {
  --fa: "\f752"; }

.fa-arrow-up {
  --fa: "\f062"; }

.fa-tv {
  --fa: "\f26c"; }

.fa-television {
  --fa: "\f26c"; }

.fa-tv-alt {
  --fa: "\f26c"; }

.fa-shrimp {
  --fa: "\e448"; }

.fa-list-check {
  --fa: "\f0ae"; }

.fa-tasks {
  --fa: "\f0ae"; }

.fa-jug-detergent {
  --fa: "\e519"; }

.fa-circle-user {
  --fa: "\f2bd"; }

.fa-user-circle {
  --fa: "\f2bd"; }

.fa-user-shield {
  --fa: "\f505"; }

.fa-wind {
  --fa: "\f72e"; }

.fa-car-burst {
  --fa: "\f5e1"; }

.fa-car-crash {
  --fa: "\f5e1"; }

.fa-y {
  --fa: "\59"; }

.fa-person-snowboarding {
  --fa: "\f7ce"; }

.fa-snowboarding {
  --fa: "\f7ce"; }

.fa-truck-fast {
  --fa: "\f48b"; }

.fa-shipping-fast {
  --fa: "\f48b"; }

.fa-fish {
  --fa: "\f578"; }

.fa-user-graduate {
  --fa: "\f501"; }

.fa-circle-half-stroke {
  --fa: "\f042"; }

.fa-adjust {
  --fa: "\f042"; }

.fa-clapperboard {
  --fa: "\e131"; }

.fa-circle-radiation {
  --fa: "\f7ba"; }

.fa-radiation-alt {
  --fa: "\f7ba"; }

.fa-baseball {
  --fa: "\f433"; }

.fa-baseball-ball {
  --fa: "\f433"; }

.fa-jet-fighter-up {
  --fa: "\e518"; }

.fa-diagram-project {
  --fa: "\f542"; }

.fa-project-diagram {
  --fa: "\f542"; }

.fa-copy {
  --fa: "\f0c5"; }

.fa-volume-xmark {
  --fa: "\f6a9"; }

.fa-volume-mute {
  --fa: "\f6a9"; }

.fa-volume-times {
  --fa: "\f6a9"; }

.fa-hand-sparkles {
  --fa: "\e05d"; }

.fa-grip {
  --fa: "\f58d"; }

.fa-grip-horizontal {
  --fa: "\f58d"; }

.fa-share-from-square {
  --fa: "\f14d"; }

.fa-share-square {
  --fa: "\f14d"; }

.fa-child-combatant {
  --fa: "\e4e0"; }

.fa-child-rifle {
  --fa: "\e4e0"; }

.fa-gun {
  --fa: "\e19b"; }

.fa-square-phone {
  --fa: "\f098"; }

.fa-phone-square {
  --fa: "\f098"; }

.fa-plus {
  --fa: "\2b"; }

.fa-add {
  --fa: "\2b"; }

.fa-expand {
  --fa: "\f065"; }

.fa-computer {
  --fa: "\e4e5"; }

.fa-xmark {
  --fa: "\f00d"; }

.fa-close {
  --fa: "\f00d"; }

.fa-multiply {
  --fa: "\f00d"; }

.fa-remove {
  --fa: "\f00d"; }

.fa-times {
  --fa: "\f00d"; }

.fa-arrows-up-down-left-right {
  --fa: "\f047"; }

.fa-arrows {
  --fa: "\f047"; }

.fa-chalkboard-user {
  --fa: "\f51c"; }

.fa-chalkboard-teacher {
  --fa: "\f51c"; }

.fa-peso-sign {
  --fa: "\e222"; }

.fa-building-shield {
  --fa: "\e4d8"; }

.fa-baby {
  --fa: "\f77c"; }

.fa-users-line {
  --fa: "\e592"; }

.fa-quote-left {
  --fa: "\f10d"; }

.fa-quote-left-alt {
  --fa: "\f10d"; }

.fa-tractor {
  --fa: "\f722"; }

.fa-trash-arrow-up {
  --fa: "\f829"; }

.fa-trash-restore {
  --fa: "\f829"; }

.fa-arrow-down-up-lock {
  --fa: "\e4b0"; }

.fa-lines-leaning {
  --fa: "\e51e"; }

.fa-ruler-combined {
  --fa: "\f546"; }

.fa-copyright {
  --fa: "\f1f9"; }

.fa-equals {
  --fa: "\3d"; }

.fa-blender {
  --fa: "\f517"; }

.fa-teeth {
  --fa: "\f62e"; }

.fa-shekel-sign {
  --fa: "\f20b"; }

.fa-ils {
  --fa: "\f20b"; }

.fa-shekel {
  --fa: "\f20b"; }

.fa-sheqel {
  --fa: "\f20b"; }

.fa-sheqel-sign {
  --fa: "\f20b"; }

.fa-map {
  --fa: "\f279"; }

.fa-rocket {
  --fa: "\f135"; }

.fa-photo-film {
  --fa: "\f87c"; }

.fa-photo-video {
  --fa: "\f87c"; }

.fa-folder-minus {
  --fa: "\f65d"; }

.fa-hexagon-nodes-bolt {
  --fa: "\e69a"; }

.fa-store {
  --fa: "\f54e"; }

.fa-arrow-trend-up {
  --fa: "\e098"; }

.fa-plug-circle-minus {
  --fa: "\e55e"; }

.fa-sign-hanging {
  --fa: "\f4d9"; }

.fa-sign {
  --fa: "\f4d9"; }

.fa-bezier-curve {
  --fa: "\f55b"; }

.fa-bell-slash {
  --fa: "\f1f6"; }

.fa-tablet {
  --fa: "\f3fb"; }

.fa-tablet-android {
  --fa: "\f3fb"; }

.fa-school-flag {
  --fa: "\e56e"; }

.fa-fill {
  --fa: "\f575"; }

.fa-angle-up {
  --fa: "\f106"; }

.fa-drumstick-bite {
  --fa: "\f6d7"; }

.fa-holly-berry {
  --fa: "\f7aa"; }

.fa-chevron-left {
  --fa: "\f053"; }

.fa-bacteria {
  --fa: "\e059"; }

.fa-hand-lizard {
  --fa: "\f258"; }

.fa-notdef {
  --fa: "\e1fe"; }

.fa-disease {
  --fa: "\f7fa"; }

.fa-briefcase-medical {
  --fa: "\f469"; }

.fa-genderless {
  --fa: "\f22d"; }

.fa-chevron-right {
  --fa: "\f054"; }

.fa-retweet {
  --fa: "\f079"; }

.fa-car-rear {
  --fa: "\f5de"; }

.fa-car-alt {
  --fa: "\f5de"; }

.fa-pump-soap {
  --fa: "\e06b"; }

.fa-video-slash {
  --fa: "\f4e2"; }

.fa-battery-quarter {
  --fa: "\f243"; }

.fa-battery-2 {
  --fa: "\f243"; }

.fa-radio {
  --fa: "\f8d7"; }

.fa-baby-carriage {
  --fa: "\f77d"; }

.fa-carriage-baby {
  --fa: "\f77d"; }

.fa-traffic-light {
  --fa: "\f637"; }

.fa-thermometer {
  --fa: "\f491"; }

.fa-vr-cardboard {
  --fa: "\f729"; }

.fa-hand-middle-finger {
  --fa: "\f806"; }

.fa-percent {
  --fa: "\25"; }

.fa-percentage {
  --fa: "\25"; }

.fa-truck-moving {
  --fa: "\f4df"; }

.fa-glass-water-droplet {
  --fa: "\e4f5"; }

.fa-display {
  --fa: "\e163"; }

.fa-face-smile {
  --fa: "\f118"; }

.fa-smile {
  --fa: "\f118"; }

.fa-thumbtack {
  --fa: "\f08d"; }

.fa-thumb-tack {
  --fa: "\f08d"; }

.fa-trophy {
  --fa: "\f091"; }

.fa-person-praying {
  --fa: "\f683"; }

.fa-pray {
  --fa: "\f683"; }

.fa-hammer {
  --fa: "\f6e3"; }

.fa-hand-peace {
  --fa: "\f25b"; }

.fa-rotate {
  --fa: "\f2f1"; }

.fa-sync-alt {
  --fa: "\f2f1"; }

.fa-spinner {
  --fa: "\f110"; }

.fa-robot {
  --fa: "\f544"; }

.fa-peace {
  --fa: "\f67c"; }

.fa-gears {
  --fa: "\f085"; }

.fa-cogs {
  --fa: "\f085"; }

.fa-warehouse {
  --fa: "\f494"; }

.fa-arrow-up-right-dots {
  --fa: "\e4b7"; }

.fa-splotch {
  --fa: "\f5bc"; }

.fa-face-grin-hearts {
  --fa: "\f584"; }

.fa-grin-hearts {
  --fa: "\f584"; }

.fa-dice-four {
  --fa: "\f524"; }

.fa-sim-card {
  --fa: "\f7c4"; }

.fa-transgender {
  --fa: "\f225"; }

.fa-transgender-alt {
  --fa: "\f225"; }

.fa-mercury {
  --fa: "\f223"; }

.fa-arrow-turn-down {
  --fa: "\f149"; }

.fa-level-down {
  --fa: "\f149"; }

.fa-person-falling-burst {
  --fa: "\e547"; }

.fa-award {
  --fa: "\f559"; }

.fa-ticket-simple {
  --fa: "\f3ff"; }

.fa-ticket-alt {
  --fa: "\f3ff"; }

.fa-building {
  --fa: "\f1ad"; }

.fa-angles-left {
  --fa: "\f100"; }

.fa-angle-double-left {
  --fa: "\f100"; }

.fa-qrcode {
  --fa: "\f029"; }

.fa-clock-rotate-left {
  --fa: "\f1da"; }

.fa-history {
  --fa: "\f1da"; }

.fa-face-grin-beam-sweat {
  --fa: "\f583"; }

.fa-grin-beam-sweat {
  --fa: "\f583"; }

.fa-file-export {
  --fa: "\f56e"; }

.fa-arrow-right-from-file {
  --fa: "\f56e"; }

.fa-shield {
  --fa: "\f132"; }

.fa-shield-blank {
  --fa: "\f132"; }

.fa-arrow-up-short-wide {
  --fa: "\f885"; }

.fa-sort-amount-up-alt {
  --fa: "\f885"; }

.fa-comment-nodes {
  --fa: "\e696"; }

.fa-house-medical {
  --fa: "\e3b2"; }

.fa-golf-ball-tee {
  --fa: "\f450"; }

.fa-golf-ball {
  --fa: "\f450"; }

.fa-circle-chevron-left {
  --fa: "\f137"; }

.fa-chevron-circle-left {
  --fa: "\f137"; }

.fa-house-chimney-window {
  --fa: "\e00d"; }

.fa-pen-nib {
  --fa: "\f5ad"; }

.fa-tent-arrow-turn-left {
  --fa: "\e580"; }

.fa-tents {
  --fa: "\e582"; }

.fa-wand-magic {
  --fa: "\f0d0"; }

.fa-magic {
  --fa: "\f0d0"; }

.fa-dog {
  --fa: "\f6d3"; }

.fa-carrot {
  --fa: "\f787"; }

.fa-moon {
  --fa: "\f186"; }

.fa-wine-glass-empty {
  --fa: "\f5ce"; }

.fa-wine-glass-alt {
  --fa: "\f5ce"; }

.fa-cheese {
  --fa: "\f7ef"; }

.fa-yin-yang {
  --fa: "\f6ad"; }

.fa-music {
  --fa: "\f001"; }

.fa-code-commit {
  --fa: "\f386"; }

.fa-temperature-low {
  --fa: "\f76b"; }

.fa-person-biking {
  --fa: "\f84a"; }

.fa-biking {
  --fa: "\f84a"; }

.fa-broom {
  --fa: "\f51a"; }

.fa-shield-heart {
  --fa: "\e574"; }

.fa-gopuram {
  --fa: "\f664"; }

.fa-earth-oceania {
  --fa: "\e47b"; }

.fa-globe-oceania {
  --fa: "\e47b"; }

.fa-square-xmark {
  --fa: "\f2d3"; }

.fa-times-square {
  --fa: "\f2d3"; }

.fa-xmark-square {
  --fa: "\f2d3"; }

.fa-hashtag {
  --fa: "\23"; }

.fa-up-right-and-down-left-from-center {
  --fa: "\f424"; }

.fa-expand-alt {
  --fa: "\f424"; }

.fa-oil-can {
  --fa: "\f613"; }

.fa-t {
  --fa: "\54"; }

.fa-hippo {
  --fa: "\f6ed"; }

.fa-chart-column {
  --fa: "\e0e3"; }

.fa-infinity {
  --fa: "\f534"; }

.fa-vial-circle-check {
  --fa: "\e596"; }

.fa-person-arrow-down-to-line {
  --fa: "\e538"; }

.fa-voicemail {
  --fa: "\f897"; }

.fa-fan {
  --fa: "\f863"; }

.fa-person-walking-luggage {
  --fa: "\e554"; }

.fa-up-down {
  --fa: "\f338"; }

.fa-arrows-alt-v {
  --fa: "\f338"; }

.fa-cloud-moon-rain {
  --fa: "\f73c"; }

.fa-calendar {
  --fa: "\f133"; }

.fa-trailer {
  --fa: "\e041"; }

.fa-bahai {
  --fa: "\f666"; }

.fa-haykal {
  --fa: "\f666"; }

.fa-sd-card {
  --fa: "\f7c2"; }

.fa-dragon {
  --fa: "\f6d5"; }

.fa-shoe-prints {
  --fa: "\f54b"; }

.fa-circle-plus {
  --fa: "\f055"; }

.fa-plus-circle {
  --fa: "\f055"; }

.fa-face-grin-tongue-wink {
  --fa: "\f58b"; }

.fa-grin-tongue-wink {
  --fa: "\f58b"; }

.fa-hand-holding {
  --fa: "\f4bd"; }

.fa-plug-circle-exclamation {
  --fa: "\e55d"; }

.fa-link-slash {
  --fa: "\f127"; }

.fa-chain-broken {
  --fa: "\f127"; }

.fa-chain-slash {
  --fa: "\f127"; }

.fa-unlink {
  --fa: "\f127"; }

.fa-clone {
  --fa: "\f24d"; }

.fa-person-walking-arrow-loop-left {
  --fa: "\e551"; }

.fa-arrow-up-z-a {
  --fa: "\f882"; }

.fa-sort-alpha-up-alt {
  --fa: "\f882"; }

.fa-fire-flame-curved {
  --fa: "\f7e4"; }

.fa-fire-alt {
  --fa: "\f7e4"; }

.fa-tornado {
  --fa: "\f76f"; }

.fa-file-circle-plus {
  --fa: "\e494"; }

.fa-book-quran {
  --fa: "\f687"; }

.fa-quran {
  --fa: "\f687"; }

.fa-anchor {
  --fa: "\f13d"; }

.fa-border-all {
  --fa: "\f84c"; }

.fa-face-angry {
  --fa: "\f556"; }

.fa-angry {
  --fa: "\f556"; }

.fa-cookie-bite {
  --fa: "\f564"; }

.fa-arrow-trend-down {
  --fa: "\e097"; }

.fa-rss {
  --fa: "\f09e"; }

.fa-feed {
  --fa: "\f09e"; }

.fa-draw-polygon {
  --fa: "\f5ee"; }

.fa-scale-balanced {
  --fa: "\f24e"; }

.fa-balance-scale {
  --fa: "\f24e"; }

.fa-gauge-simple-high {
  --fa: "\f62a"; }

.fa-tachometer {
  --fa: "\f62a"; }

.fa-tachometer-fast {
  --fa: "\f62a"; }

.fa-shower {
  --fa: "\f2cc"; }

.fa-desktop {
  --fa: "\f390"; }

.fa-desktop-alt {
  --fa: "\f390"; }

.fa-m {
  --fa: "\4d"; }

.fa-table-list {
  --fa: "\f00b"; }

.fa-th-list {
  --fa: "\f00b"; }

.fa-comment-sms {
  --fa: "\f7cd"; }

.fa-sms {
  --fa: "\f7cd"; }

.fa-book {
  --fa: "\f02d"; }

.fa-user-plus {
  --fa: "\f234"; }

.fa-check {
  --fa: "\f00c"; }

.fa-battery-three-quarters {
  --fa: "\f241"; }

.fa-battery-4 {
  --fa: "\f241"; }

.fa-house-circle-check {
  --fa: "\e509"; }

.fa-angle-left {
  --fa: "\f104"; }

.fa-diagram-successor {
  --fa: "\e47a"; }

.fa-truck-arrow-right {
  --fa: "\e58b"; }

.fa-arrows-split-up-and-left {
  --fa: "\e4bc"; }

.fa-hand-fist {
  --fa: "\f6de"; }

.fa-fist-raised {
  --fa: "\f6de"; }

.fa-cloud-moon {
  --fa: "\f6c3"; }

.fa-briefcase {
  --fa: "\f0b1"; }

.fa-person-falling {
  --fa: "\e546"; }

.fa-image-portrait {
  --fa: "\f3e0"; }

.fa-portrait {
  --fa: "\f3e0"; }

.fa-user-tag {
  --fa: "\f507"; }

.fa-rug {
  --fa: "\e569"; }

.fa-earth-europe {
  --fa: "\f7a2"; }

.fa-globe-europe {
  --fa: "\f7a2"; }

.fa-cart-flatbed-suitcase {
  --fa: "\f59d"; }

.fa-luggage-cart {
  --fa: "\f59d"; }

.fa-rectangle-xmark {
  --fa: "\f410"; }

.fa-rectangle-times {
  --fa: "\f410"; }

.fa-times-rectangle {
  --fa: "\f410"; }

.fa-window-close {
  --fa: "\f410"; }

.fa-baht-sign {
  --fa: "\e0ac"; }

.fa-book-open {
  --fa: "\f518"; }

.fa-book-journal-whills {
  --fa: "\f66a"; }

.fa-journal-whills {
  --fa: "\f66a"; }

.fa-handcuffs {
  --fa: "\e4f8"; }

.fa-triangle-exclamation {
  --fa: "\f071"; }

.fa-exclamation-triangle {
  --fa: "\f071"; }

.fa-warning {
  --fa: "\f071"; }

.fa-database {
  --fa: "\f1c0"; }

.fa-share {
  --fa: "\f064"; }

.fa-mail-forward {
  --fa: "\f064"; }

.fa-bottle-droplet {
  --fa: "\e4c4"; }

.fa-mask-face {
  --fa: "\e1d7"; }

.fa-hill-rockslide {
  --fa: "\e508"; }

.fa-right-left {
  --fa: "\f362"; }

.fa-exchange-alt {
  --fa: "\f362"; }

.fa-paper-plane {
  --fa: "\f1d8"; }

.fa-road-circle-exclamation {
  --fa: "\e565"; }

.fa-dungeon {
  --fa: "\f6d9"; }

.fa-align-right {
  --fa: "\f038"; }

.fa-money-bill-1-wave {
  --fa: "\f53b"; }

.fa-money-bill-wave-alt {
  --fa: "\f53b"; }

.fa-life-ring {
  --fa: "\f1cd"; }

.fa-hands {
  --fa: "\f2a7"; }

.fa-sign-language {
  --fa: "\f2a7"; }

.fa-signing {
  --fa: "\f2a7"; }

.fa-calendar-day {
  --fa: "\f783"; }

.fa-water-ladder {
  --fa: "\f5c5"; }

.fa-ladder-water {
  --fa: "\f5c5"; }

.fa-swimming-pool {
  --fa: "\f5c5"; }

.fa-arrows-up-down {
  --fa: "\f07d"; }

.fa-arrows-v {
  --fa: "\f07d"; }

.fa-face-grimace {
  --fa: "\f57f"; }

.fa-grimace {
  --fa: "\f57f"; }

.fa-wheelchair-move {
  --fa: "\e2ce"; }

.fa-wheelchair-alt {
  --fa: "\e2ce"; }

.fa-turn-down {
  --fa: "\f3be"; }

.fa-level-down-alt {
  --fa: "\f3be"; }

.fa-person-walking-arrow-right {
  --fa: "\e552"; }

.fa-square-envelope {
  --fa: "\f199"; }

.fa-envelope-square {
  --fa: "\f199"; }

.fa-dice {
  --fa: "\f522"; }

.fa-bowling-ball {
  --fa: "\f436"; }

.fa-brain {
  --fa: "\f5dc"; }

.fa-bandage {
  --fa: "\f462"; }

.fa-band-aid {
  --fa: "\f462"; }

.fa-calendar-minus {
  --fa: "\f272"; }

.fa-circle-xmark {
  --fa: "\f057"; }

.fa-times-circle {
  --fa: "\f057"; }

.fa-xmark-circle {
  --fa: "\f057"; }

.fa-gifts {
  --fa: "\f79c"; }

.fa-hotel {
  --fa: "\f594"; }

.fa-earth-asia {
  --fa: "\f57e"; }

.fa-globe-asia {
  --fa: "\f57e"; }

.fa-id-card-clip {
  --fa: "\f47f"; }

.fa-id-card-alt {
  --fa: "\f47f"; }

.fa-magnifying-glass-plus {
  --fa: "\f00e"; }

.fa-search-plus {
  --fa: "\f00e"; }

.fa-thumbs-up {
  --fa: "\f164"; }

.fa-user-clock {
  --fa: "\f4fd"; }

.fa-hand-dots {
  --fa: "\f461"; }

.fa-allergies {
  --fa: "\f461"; }

.fa-file-invoice {
  --fa: "\f570"; }

.fa-window-minimize {
  --fa: "\f2d1"; }

.fa-mug-saucer {
  --fa: "\f0f4"; }

.fa-coffee {
  --fa: "\f0f4"; }

.fa-brush {
  --fa: "\f55d"; }

.fa-file-half-dashed {
  --fa: "\e698"; }

.fa-mask {
  --fa: "\f6fa"; }

.fa-magnifying-glass-minus {
  --fa: "\f010"; }

.fa-search-minus {
  --fa: "\f010"; }

.fa-ruler-vertical {
  --fa: "\f548"; }

.fa-user-large {
  --fa: "\f406"; }

.fa-user-alt {
  --fa: "\f406"; }

.fa-train-tram {
  --fa: "\e5b4"; }

.fa-user-nurse {
  --fa: "\f82f"; }

.fa-syringe {
  --fa: "\f48e"; }

.fa-cloud-sun {
  --fa: "\f6c4"; }

.fa-stopwatch-20 {
  --fa: "\e06f"; }

.fa-square-full {
  --fa: "\f45c"; }

.fa-magnet {
  --fa: "\f076"; }

.fa-jar {
  --fa: "\e516"; }

.fa-note-sticky {
  --fa: "\f249"; }

.fa-sticky-note {
  --fa: "\f249"; }

.fa-bug-slash {
  --fa: "\e490"; }

.fa-arrow-up-from-water-pump {
  --fa: "\e4b6"; }

.fa-bone {
  --fa: "\f5d7"; }

.fa-table-cells-row-unlock {
  --fa: "\e691"; }

.fa-user-injured {
  --fa: "\f728"; }

.fa-face-sad-tear {
  --fa: "\f5b4"; }

.fa-sad-tear {
  --fa: "\f5b4"; }

.fa-plane {
  --fa: "\f072"; }

.fa-tent-arrows-down {
  --fa: "\e581"; }

.fa-exclamation {
  --fa: "\21"; }

.fa-arrows-spin {
  --fa: "\e4bb"; }

.fa-print {
  --fa: "\f02f"; }

.fa-turkish-lira-sign {
  --fa: "\e2bb"; }

.fa-try {
  --fa: "\e2bb"; }

.fa-turkish-lira {
  --fa: "\e2bb"; }

.fa-dollar-sign {
  --fa: "\24"; }

.fa-dollar {
  --fa: "\24"; }

.fa-usd {
  --fa: "\24"; }

.fa-x {
  --fa: "\58"; }

.fa-magnifying-glass-dollar {
  --fa: "\f688"; }

.fa-search-dollar {
  --fa: "\f688"; }

.fa-users-gear {
  --fa: "\f509"; }

.fa-users-cog {
  --fa: "\f509"; }

.fa-person-military-pointing {
  --fa: "\e54a"; }

.fa-building-columns {
  --fa: "\f19c"; }

.fa-bank {
  --fa: "\f19c"; }

.fa-institution {
  --fa: "\f19c"; }

.fa-museum {
  --fa: "\f19c"; }

.fa-university {
  --fa: "\f19c"; }

.fa-umbrella {
  --fa: "\f0e9"; }

.fa-trowel {
  --fa: "\e589"; }

.fa-d {
  --fa: "\44"; }

.fa-stapler {
  --fa: "\e5af"; }

.fa-masks-theater {
  --fa: "\f630"; }

.fa-theater-masks {
  --fa: "\f630"; }

.fa-kip-sign {
  --fa: "\e1c4"; }

.fa-hand-point-left {
  --fa: "\f0a5"; }

.fa-handshake-simple {
  --fa: "\f4c6"; }

.fa-handshake-alt {
  --fa: "\f4c6"; }

.fa-jet-fighter {
  --fa: "\f0fb"; }

.fa-fighter-jet {
  --fa: "\f0fb"; }

.fa-square-share-nodes {
  --fa: "\f1e1"; }

.fa-share-alt-square {
  --fa: "\f1e1"; }

.fa-barcode {
  --fa: "\f02a"; }

.fa-plus-minus {
  --fa: "\e43c"; }

.fa-video {
  --fa: "\f03d"; }

.fa-video-camera {
  --fa: "\f03d"; }

.fa-graduation-cap {
  --fa: "\f19d"; }

.fa-mortar-board {
  --fa: "\f19d"; }

.fa-hand-holding-medical {
  --fa: "\e05c"; }

.fa-person-circle-check {
  --fa: "\e53e"; }

.fa-turn-up {
  --fa: "\f3bf"; }

.fa-level-up-alt {
  --fa: "\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; }

/*!
 * Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2024 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-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("/-/media/Project/Corporate/2025/Fonts/fa-brands-400.ttf") format("truetype"); }

.fab,
.fa-brands {
  font-weight: 400; }

.fa-monero {
  --fa: "\f3d0"; }

.fa-hooli {
  --fa: "\f427"; }

.fa-yelp {
  --fa: "\f1e9"; }

.fa-cc-visa {
  --fa: "\f1f0"; }

.fa-lastfm {
  --fa: "\f202"; }

.fa-shopware {
  --fa: "\f5b5"; }

.fa-creative-commons-nc {
  --fa: "\f4e8"; }

.fa-aws {
  --fa: "\f375"; }

.fa-redhat {
  --fa: "\f7bc"; }

.fa-yoast {
  --fa: "\f2b1"; }

.fa-cloudflare {
  --fa: "\e07d"; }

.fa-ups {
  --fa: "\f7e0"; }

.fa-pixiv {
  --fa: "\e640"; }

.fa-wpexplorer {
  --fa: "\f2de"; }

.fa-dyalog {
  --fa: "\f399"; }

.fa-bity {
  --fa: "\f37a"; }

.fa-stackpath {
  --fa: "\f842"; }

.fa-buysellads {
  --fa: "\f20d"; }

.fa-first-order {
  --fa: "\f2b0"; }

.fa-modx {
  --fa: "\f285"; }

.fa-guilded {
  --fa: "\e07e"; }

.fa-vnv {
  --fa: "\f40b"; }

.fa-square-js {
  --fa: "\f3b9"; }

.fa-js-square {
  --fa: "\f3b9"; }

.fa-microsoft {
  --fa: "\f3ca"; }

.fa-qq {
  --fa: "\f1d6"; }

.fa-orcid {
  --fa: "\f8d2"; }

.fa-java {
  --fa: "\f4e4"; }

.fa-invision {
  --fa: "\f7b0"; }

.fa-creative-commons-pd-alt {
  --fa: "\f4ed"; }

.fa-centercode {
  --fa: "\f380"; }

.fa-glide-g {
  --fa: "\f2a6"; }

.fa-drupal {
  --fa: "\f1a9"; }

.fa-jxl {
  --fa: "\e67b"; }

.fa-dart-lang {
  --fa: "\e693"; }

.fa-hire-a-helper {
  --fa: "\f3b0"; }

.fa-creative-commons-by {
  --fa: "\f4e7"; }

.fa-unity {
  --fa: "\e049"; }

.fa-whmcs {
  --fa: "\f40d"; }

.fa-rocketchat {
  --fa: "\f3e8"; }

.fa-vk {
  --fa: "\f189"; }

.fa-untappd {
  --fa: "\f405"; }

.fa-mailchimp {
  --fa: "\f59e"; }

.fa-css3-alt {
  --fa: "\f38b"; }

.fa-square-reddit {
  --fa: "\f1a2"; }

.fa-reddit-square {
  --fa: "\f1a2"; }

.fa-vimeo-v {
  --fa: "\f27d"; }

.fa-contao {
  --fa: "\f26d"; }

.fa-square-font-awesome {
  --fa: "\e5ad"; }

.fa-deskpro {
  --fa: "\f38f"; }

.fa-brave {
  --fa: "\e63c"; }

.fa-sistrix {
  --fa: "\f3ee"; }

.fa-square-instagram {
  --fa: "\e055"; }

.fa-instagram-square {
  --fa: "\e055"; }

.fa-battle-net {
  --fa: "\f835"; }

.fa-the-red-yeti {
  --fa: "\f69d"; }

.fa-square-hacker-news {
  --fa: "\f3af"; }

.fa-hacker-news-square {
  --fa: "\f3af"; }

.fa-edge {
  --fa: "\f282"; }

.fa-threads {
  --fa: "\e618"; }

.fa-napster {
  --fa: "\f3d2"; }

.fa-square-snapchat {
  --fa: "\f2ad"; }

.fa-snapchat-square {
  --fa: "\f2ad"; }

.fa-google-plus-g {
  --fa: "\f0d5"; }

.fa-artstation {
  --fa: "\f77a"; }

.fa-markdown {
  --fa: "\f60f"; }

.fa-sourcetree {
  --fa: "\f7d3"; }

.fa-google-plus {
  --fa: "\f2b3"; }

.fa-diaspora {
  --fa: "\f791"; }

.fa-foursquare {
  --fa: "\f180"; }

.fa-stack-overflow {
  --fa: "\f16c"; }

.fa-github-alt {
  --fa: "\f113"; }

.fa-phoenix-squadron {
  --fa: "\f511"; }

.fa-pagelines {
  --fa: "\f18c"; }

.fa-algolia {
  --fa: "\f36c"; }

.fa-red-river {
  --fa: "\f3e3"; }

.fa-creative-commons-sa {
  --fa: "\f4ef"; }

.fa-safari {
  --fa: "\f267"; }

.fa-google {
  --fa: "\f1a0"; }

.fa-square-font-awesome-stroke {
  --fa: "\f35c"; }

.fa-font-awesome-alt {
  --fa: "\f35c"; }

.fa-atlassian {
  --fa: "\f77b"; }

.fa-linkedin-in {
  --fa: "\f0e1"; }

.fa-digital-ocean {
  --fa: "\f391"; }

.fa-nimblr {
  --fa: "\f5a8"; }

.fa-chromecast {
  --fa: "\f838"; }

.fa-evernote {
  --fa: "\f839"; }

.fa-hacker-news {
  --fa: "\f1d4"; }

.fa-creative-commons-sampling {
  --fa: "\f4f0"; }

.fa-adversal {
  --fa: "\f36a"; }

.fa-creative-commons {
  --fa: "\f25e"; }

.fa-watchman-monitoring {
  --fa: "\e087"; }

.fa-fonticons {
  --fa: "\f280"; }

.fa-weixin {
  --fa: "\f1d7"; }

.fa-shirtsinbulk {
  --fa: "\f214"; }

.fa-codepen {
  --fa: "\f1cb"; }

.fa-git-alt {
  --fa: "\f841"; }

.fa-lyft {
  --fa: "\f3c3"; }

.fa-rev {
  --fa: "\f5b2"; }

.fa-windows {
  --fa: "\f17a"; }

.fa-wizards-of-the-coast {
  --fa: "\f730"; }

.fa-square-viadeo {
  --fa: "\f2aa"; }

.fa-viadeo-square {
  --fa: "\f2aa"; }

.fa-meetup {
  --fa: "\f2e0"; }

.fa-centos {
  --fa: "\f789"; }

.fa-adn {
  --fa: "\f170"; }

.fa-cloudsmith {
  --fa: "\f384"; }

.fa-opensuse {
  --fa: "\e62b"; }

.fa-pied-piper-alt {
  --fa: "\f1a8"; }

.fa-square-dribbble {
  --fa: "\f397"; }

.fa-dribbble-square {
  --fa: "\f397"; }

.fa-codiepie {
  --fa: "\f284"; }

.fa-node {
  --fa: "\f419"; }

.fa-mix {
  --fa: "\f3cb"; }

.fa-steam {
  --fa: "\f1b6"; }

.fa-cc-apple-pay {
  --fa: "\f416"; }

.fa-scribd {
  --fa: "\f28a"; }

.fa-debian {
  --fa: "\e60b"; }

.fa-openid {
  --fa: "\f19b"; }

.fa-instalod {
  --fa: "\e081"; }

.fa-files-pinwheel {
  --fa: "\e69f"; }

.fa-expeditedssl {
  --fa: "\f23e"; }

.fa-sellcast {
  --fa: "\f2da"; }

.fa-square-twitter {
  --fa: "\f081"; }

.fa-twitter-square {
  --fa: "\f081"; }

.fa-r-project {
  --fa: "\f4f7"; }

.fa-delicious {
  --fa: "\f1a5"; }

.fa-freebsd {
  --fa: "\f3a4"; }

.fa-vuejs {
  --fa: "\f41f"; }

.fa-accusoft {
  --fa: "\f369"; }

.fa-ioxhost {
  --fa: "\f208"; }

.fa-fonticons-fi {
  --fa: "\f3a2"; }

.fa-app-store {
  --fa: "\f36f"; }

.fa-cc-mastercard {
  --fa: "\f1f1"; }

.fa-itunes-note {
  --fa: "\f3b5"; }

.fa-golang {
  --fa: "\e40f"; }

.fa-kickstarter {
  --fa: "\f3bb"; }

.fa-square-kickstarter {
  --fa: "\f3bb"; }

.fa-grav {
  --fa: "\f2d6"; }

.fa-weibo {
  --fa: "\f18a"; }

.fa-uncharted {
  --fa: "\e084"; }

.fa-firstdraft {
  --fa: "\f3a1"; }

.fa-square-youtube {
  --fa: "\f431"; }

.fa-youtube-square {
  --fa: "\f431"; }

.fa-wikipedia-w {
  --fa: "\f266"; }

.fa-wpressr {
  --fa: "\f3e4"; }

.fa-rendact {
  --fa: "\f3e4"; }

.fa-angellist {
  --fa: "\f209"; }

.fa-galactic-republic {
  --fa: "\f50c"; }

.fa-nfc-directional {
  --fa: "\e530"; }

.fa-skype {
  --fa: "\f17e"; }

.fa-joget {
  --fa: "\f3b7"; }

.fa-fedora {
  --fa: "\f798"; }

.fa-stripe-s {
  --fa: "\f42a"; }

.fa-meta {
  --fa: "\e49b"; }

.fa-laravel {
  --fa: "\f3bd"; }

.fa-hotjar {
  --fa: "\f3b1"; }

.fa-bluetooth-b {
  --fa: "\f294"; }

.fa-square-letterboxd {
  --fa: "\e62e"; }

.fa-sticker-mule {
  --fa: "\f3f7"; }

.fa-creative-commons-zero {
  --fa: "\f4f3"; }

.fa-hips {
  --fa: "\f452"; }

.fa-css {
  --fa: "\e6a2"; }

.fa-behance {
  --fa: "\f1b4"; }

.fa-reddit {
  --fa: "\f1a1"; }

.fa-discord {
  --fa: "\f392"; }

.fa-chrome {
  --fa: "\f268"; }

.fa-app-store-ios {
  --fa: "\f370"; }

.fa-cc-discover {
  --fa: "\f1f2"; }

.fa-wpbeginner {
  --fa: "\f297"; }

.fa-confluence {
  --fa: "\f78d"; }

.fa-shoelace {
  --fa: "\e60c"; }

.fa-mdb {
  --fa: "\f8ca"; }

.fa-dochub {
  --fa: "\f394"; }

.fa-accessible-icon {
  --fa: "\f368"; }

.fa-ebay {
  --fa: "\f4f4"; }

.fa-amazon {
  --fa: "\f270"; }

.fa-unsplash {
  --fa: "\e07c"; }

.fa-yarn {
  --fa: "\f7e3"; }

.fa-square-steam {
  --fa: "\f1b7"; }

.fa-steam-square {
  --fa: "\f1b7"; }

.fa-500px {
  --fa: "\f26e"; }

.fa-square-vimeo {
  --fa: "\f194"; }

.fa-vimeo-square {
  --fa: "\f194"; }

.fa-asymmetrik {
  --fa: "\f372"; }

.fa-font-awesome {
  --fa: "\f2b4"; }

.fa-font-awesome-flag {
  --fa: "\f2b4"; }

.fa-font-awesome-logo-full {
  --fa: "\f2b4"; }

.fa-gratipay {
  --fa: "\f184"; }

.fa-apple {
  --fa: "\f179"; }

.fa-hive {
  --fa: "\e07f"; }

.fa-gitkraken {
  --fa: "\f3a6"; }

.fa-keybase {
  --fa: "\f4f5"; }

.fa-apple-pay {
  --fa: "\f415"; }

.fa-padlet {
  --fa: "\e4a0"; }

.fa-amazon-pay {
  --fa: "\f42c"; }

.fa-square-github {
  --fa: "\f092"; }

.fa-github-square {
  --fa: "\f092"; }

.fa-stumbleupon {
  --fa: "\f1a4"; }

.fa-fedex {
  --fa: "\f797"; }

.fa-phoenix-framework {
  --fa: "\f3dc"; }

.fa-shopify {
  --fa: "\e057"; }

.fa-neos {
  --fa: "\f612"; }

.fa-square-threads {
  --fa: "\e619"; }

.fa-hackerrank {
  --fa: "\f5f7"; }

.fa-researchgate {
  --fa: "\f4f8"; }

.fa-swift {
  --fa: "\f8e1"; }

.fa-angular {
  --fa: "\f420"; }

.fa-speakap {
  --fa: "\f3f3"; }

.fa-angrycreative {
  --fa: "\f36e"; }

.fa-y-combinator {
  --fa: "\f23b"; }

.fa-empire {
  --fa: "\f1d1"; }

.fa-envira {
  --fa: "\f299"; }

.fa-google-scholar {
  --fa: "\e63b"; }

.fa-square-gitlab {
  --fa: "\e5ae"; }

.fa-gitlab-square {
  --fa: "\e5ae"; }

.fa-studiovinari {
  --fa: "\f3f8"; }

.fa-pied-piper {
  --fa: "\f2ae"; }

.fa-wordpress {
  --fa: "\f19a"; }

.fa-product-hunt {
  --fa: "\f288"; }

.fa-firefox {
  --fa: "\f269"; }

.fa-linode {
  --fa: "\f2b8"; }

.fa-goodreads {
  --fa: "\f3a8"; }

.fa-square-odnoklassniki {
  --fa: "\f264"; }

.fa-odnoklassniki-square {
  --fa: "\f264"; }

.fa-jsfiddle {
  --fa: "\f1cc"; }

.fa-sith {
  --fa: "\f512"; }

.fa-themeisle {
  --fa: "\f2b2"; }

.fa-page4 {
  --fa: "\f3d7"; }

.fa-hashnode {
  --fa: "\e499"; }

.fa-react {
  --fa: "\f41b"; }

.fa-cc-paypal {
  --fa: "\f1f4"; }

.fa-squarespace {
  --fa: "\f5be"; }

.fa-cc-stripe {
  --fa: "\f1f5"; }

.fa-creative-commons-share {
  --fa: "\f4f2"; }

.fa-bitcoin {
  --fa: "\f379"; }

.fa-keycdn {
  --fa: "\f3ba"; }

.fa-opera {
  --fa: "\f26a"; }

.fa-itch-io {
  --fa: "\f83a"; }

.fa-umbraco {
  --fa: "\f8e8"; }

.fa-galactic-senate {
  --fa: "\f50d"; }

.fa-ubuntu {
  --fa: "\f7df"; }

.fa-draft2digital {
  --fa: "\f396"; }

.fa-stripe {
  --fa: "\f429"; }

.fa-houzz {
  --fa: "\f27c"; }

.fa-gg {
  --fa: "\f260"; }

.fa-dhl {
  --fa: "\f790"; }

.fa-square-pinterest {
  --fa: "\f0d3"; }

.fa-pinterest-square {
  --fa: "\f0d3"; }

.fa-xing {
  --fa: "\f168"; }

.fa-blackberry {
  --fa: "\f37b"; }

.fa-creative-commons-pd {
  --fa: "\f4ec"; }

.fa-playstation {
  --fa: "\f3df"; }

.fa-quinscape {
  --fa: "\f459"; }

.fa-less {
  --fa: "\f41d"; }

.fa-blogger-b {
  --fa: "\f37d"; }

.fa-opencart {
  --fa: "\f23d"; }

.fa-vine {
  --fa: "\f1ca"; }

.fa-signal-messenger {
  --fa: "\e663"; }

.fa-paypal {
  --fa: "\f1ed"; }

.fa-gitlab {
  --fa: "\f296"; }

.fa-typo3 {
  --fa: "\f42b"; }

.fa-reddit-alien {
  --fa: "\f281"; }

.fa-yahoo {
  --fa: "\f19e"; }

.fa-dailymotion {
  --fa: "\e052"; }

.fa-affiliatetheme {
  --fa: "\f36b"; }

.fa-pied-piper-pp {
  --fa: "\f1a7"; }

.fa-bootstrap {
  --fa: "\f836"; }

.fa-odnoklassniki {
  --fa: "\f263"; }

.fa-nfc-symbol {
  --fa: "\e531"; }

.fa-mintbit {
  --fa: "\e62f"; }

.fa-ethereum {
  --fa: "\f42e"; }

.fa-speaker-deck {
  --fa: "\f83c"; }

.fa-creative-commons-nc-eu {
  --fa: "\f4e9"; }

.fa-patreon {
  --fa: "\f3d9"; }

.fa-avianex {
  --fa: "\f374"; }

.fa-ello {
  --fa: "\f5f1"; }

.fa-gofore {
  --fa: "\f3a7"; }

.fa-bimobject {
  --fa: "\f378"; }

.fa-brave-reverse {
  --fa: "\e63d"; }

.fa-facebook-f {
  --fa: "\f39e"; }

.fa-square-google-plus {
  --fa: "\f0d4"; }

.fa-google-plus-square {
  --fa: "\f0d4"; }

.fa-web-awesome {
  --fa: "\e682"; }

.fa-mandalorian {
  --fa: "\f50f"; }

.fa-first-order-alt {
  --fa: "\f50a"; }

.fa-osi {
  --fa: "\f41a"; }

.fa-google-wallet {
  --fa: "\f1ee"; }

.fa-d-and-d-beyond {
  --fa: "\f6ca"; }

.fa-periscope {
  --fa: "\f3da"; }

.fa-fulcrum {
  --fa: "\f50b"; }

.fa-cloudscale {
  --fa: "\f383"; }

.fa-forumbee {
  --fa: "\f211"; }

.fa-mizuni {
  --fa: "\f3cc"; }

.fa-schlix {
  --fa: "\f3ea"; }

.fa-square-xing {
  --fa: "\f169"; }

.fa-xing-square {
  --fa: "\f169"; }

.fa-bandcamp {
  --fa: "\f2d5"; }

.fa-wpforms {
  --fa: "\f298"; }

.fa-cloudversify {
  --fa: "\f385"; }

.fa-usps {
  --fa: "\f7e1"; }

.fa-megaport {
  --fa: "\f5a3"; }

.fa-magento {
  --fa: "\f3c4"; }

.fa-spotify {
  --fa: "\f1bc"; }

.fa-optin-monster {
  --fa: "\f23c"; }

.fa-fly {
  --fa: "\f417"; }

.fa-square-bluesky {
  --fa: "\e6a3"; }

.fa-aviato {
  --fa: "\f421"; }

.fa-itunes {
  --fa: "\f3b4"; }

.fa-cuttlefish {
  --fa: "\f38c"; }

.fa-blogger {
  --fa: "\f37c"; }

.fa-flickr {
  --fa: "\f16e"; }

.fa-viber {
  --fa: "\f409"; }

.fa-soundcloud {
  --fa: "\f1be"; }

.fa-digg {
  --fa: "\f1a6"; }

.fa-tencent-weibo {
  --fa: "\f1d5"; }

.fa-letterboxd {
  --fa: "\e62d"; }

.fa-symfony {
  --fa: "\f83d"; }

.fa-maxcdn {
  --fa: "\f136"; }

.fa-etsy {
  --fa: "\f2d7"; }

.fa-facebook-messenger {
  --fa: "\f39f"; }

.fa-audible {
  --fa: "\f373"; }

.fa-think-peaks {
  --fa: "\f731"; }

.fa-bilibili {
  --fa: "\e3d9"; }

.fa-erlang {
  --fa: "\f39d"; }

.fa-x-twitter {
  --fa: "\e61b"; }

.fa-cotton-bureau {
  --fa: "\f89e"; }

.fa-dashcube {
  --fa: "\f210"; }

.fa-42-group {
  --fa: "\e080"; }

.fa-innosoft {
  --fa: "\e080"; }

.fa-stack-exchange {
  --fa: "\f18d"; }

.fa-elementor {
  --fa: "\f430"; }

.fa-square-pied-piper {
  --fa: "\e01e"; }

.fa-pied-piper-square {
  --fa: "\e01e"; }

.fa-creative-commons-nd {
  --fa: "\f4eb"; }

.fa-palfed {
  --fa: "\f3d8"; }

.fa-superpowers {
  --fa: "\f2dd"; }

.fa-resolving {
  --fa: "\f3e7"; }

.fa-xbox {
  --fa: "\f412"; }

.fa-square-web-awesome-stroke {
  --fa: "\e684"; }

.fa-searchengin {
  --fa: "\f3eb"; }

.fa-tiktok {
  --fa: "\e07b"; }

.fa-square-facebook {
  --fa: "\f082"; }

.fa-facebook-square {
  --fa: "\f082"; }

.fa-renren {
  --fa: "\f18b"; }

.fa-linux {
  --fa: "\f17c"; }

.fa-glide {
  --fa: "\f2a5"; }

.fa-linkedin {
  --fa: "\f08c"; }

.fa-hubspot {
  --fa: "\f3b2"; }

.fa-deploydog {
  --fa: "\f38e"; }

.fa-twitch {
  --fa: "\f1e8"; }

.fa-flutter {
  --fa: "\e694"; }

.fa-ravelry {
  --fa: "\f2d9"; }

.fa-mixer {
  --fa: "\e056"; }

.fa-square-lastfm {
  --fa: "\f203"; }

.fa-lastfm-square {
  --fa: "\f203"; }

.fa-vimeo {
  --fa: "\f40a"; }

.fa-mendeley {
  --fa: "\f7b3"; }

.fa-uniregistry {
  --fa: "\f404"; }

.fa-figma {
  --fa: "\f799"; }

.fa-creative-commons-remix {
  --fa: "\f4ee"; }

.fa-cc-amazon-pay {
  --fa: "\f42d"; }

.fa-dropbox {
  --fa: "\f16b"; }

.fa-instagram {
  --fa: "\f16d"; }

.fa-cmplid {
  --fa: "\e360"; }

.fa-upwork {
  --fa: "\e641"; }

.fa-facebook {
  --fa: "\f09a"; }

.fa-gripfire {
  --fa: "\f3ac"; }

.fa-jedi-order {
  --fa: "\f50e"; }

.fa-uikit {
  --fa: "\f403"; }

.fa-fort-awesome-alt {
  --fa: "\f3a3"; }

.fa-phabricator {
  --fa: "\f3db"; }

.fa-ussunnah {
  --fa: "\f407"; }

.fa-earlybirds {
  --fa: "\f39a"; }

.fa-trade-federation {
  --fa: "\f513"; }

.fa-autoprefixer {
  --fa: "\f41c"; }

.fa-whatsapp {
  --fa: "\f232"; }

.fa-square-upwork {
  --fa: "\e67c"; }

.fa-slideshare {
  --fa: "\f1e7"; }

.fa-google-play {
  --fa: "\f3ab"; }

.fa-viadeo {
  --fa: "\f2a9"; }

.fa-line {
  --fa: "\f3c0"; }

.fa-google-drive {
  --fa: "\f3aa"; }

.fa-servicestack {
  --fa: "\f3ec"; }

.fa-simplybuilt {
  --fa: "\f215"; }

.fa-bitbucket {
  --fa: "\f171"; }

.fa-imdb {
  --fa: "\f2d8"; }

.fa-deezer {
  --fa: "\e077"; }

.fa-raspberry-pi {
  --fa: "\f7bb"; }

.fa-jira {
  --fa: "\f7b1"; }

.fa-docker {
  --fa: "\f395"; }

.fa-screenpal {
  --fa: "\e570"; }

.fa-bluetooth {
  --fa: "\f293"; }

.fa-gitter {
  --fa: "\f426"; }

.fa-d-and-d {
  --fa: "\f38d"; }

.fa-microblog {
  --fa: "\e01a"; }

.fa-cc-diners-club {
  --fa: "\f24c"; }

.fa-gg-circle {
  --fa: "\f261"; }

.fa-pied-piper-hat {
  --fa: "\f4e5"; }

.fa-kickstarter-k {
  --fa: "\f3bc"; }

.fa-yandex {
  --fa: "\f413"; }

.fa-readme {
  --fa: "\f4d5"; }

.fa-html5 {
  --fa: "\f13b"; }

.fa-sellsy {
  --fa: "\f213"; }

.fa-square-web-awesome {
  --fa: "\e683"; }

.fa-sass {
  --fa: "\f41e"; }

.fa-wirsindhandwerk {
  --fa: "\e2d0"; }

.fa-wsh {
  --fa: "\e2d0"; }

.fa-buromobelexperte {
  --fa: "\f37f"; }

.fa-salesforce {
  --fa: "\f83b"; }

.fa-octopus-deploy {
  --fa: "\e082"; }

.fa-medapps {
  --fa: "\f3c6"; }

.fa-ns8 {
  --fa: "\f3d5"; }

.fa-pinterest-p {
  --fa: "\f231"; }

.fa-apper {
  --fa: "\f371"; }

.fa-fort-awesome {
  --fa: "\f286"; }

.fa-waze {
  --fa: "\f83f"; }

.fa-bluesky {
  --fa: "\e671"; }

.fa-cc-jcb {
  --fa: "\f24b"; }

.fa-snapchat {
  --fa: "\f2ab"; }

.fa-snapchat-ghost {
  --fa: "\f2ab"; }

.fa-fantasy-flight-games {
  --fa: "\f6dc"; }

.fa-rust {
  --fa: "\e07a"; }

.fa-wix {
  --fa: "\f5cf"; }

.fa-square-behance {
  --fa: "\f1b5"; }

.fa-behance-square {
  --fa: "\f1b5"; }

.fa-supple {
  --fa: "\f3f9"; }

.fa-webflow {
  --fa: "\e65c"; }

.fa-rebel {
  --fa: "\f1d0"; }

.fa-css3 {
  --fa: "\f13c"; }

.fa-staylinked {
  --fa: "\f3f5"; }

.fa-kaggle {
  --fa: "\f5fa"; }

.fa-space-awesome {
  --fa: "\e5ac"; }

.fa-deviantart {
  --fa: "\f1bd"; }

.fa-cpanel {
  --fa: "\f388"; }

.fa-goodreads-g {
  --fa: "\f3a9"; }

.fa-square-git {
  --fa: "\f1d2"; }

.fa-git-square {
  --fa: "\f1d2"; }

.fa-square-tumblr {
  --fa: "\f174"; }

.fa-tumblr-square {
  --fa: "\f174"; }

.fa-trello {
  --fa: "\f181"; }

.fa-creative-commons-nc-jp {
  --fa: "\f4ea"; }

.fa-get-pocket {
  --fa: "\f265"; }

.fa-perbyte {
  --fa: "\e083"; }

.fa-grunt {
  --fa: "\f3ad"; }

.fa-weebly {
  --fa: "\f5cc"; }

.fa-connectdevelop {
  --fa: "\f20e"; }

.fa-leanpub {
  --fa: "\f212"; }

.fa-black-tie {
  --fa: "\f27e"; }

.fa-themeco {
  --fa: "\f5c6"; }

.fa-python {
  --fa: "\f3e2"; }

.fa-android {
  --fa: "\f17b"; }

.fa-bots {
  --fa: "\e340"; }

.fa-free-code-camp {
  --fa: "\f2c5"; }

.fa-hornbill {
  --fa: "\f592"; }

.fa-js {
  --fa: "\f3b8"; }

.fa-ideal {
  --fa: "\e013"; }

.fa-git {
  --fa: "\f1d3"; }

.fa-dev {
  --fa: "\f6cc"; }

.fa-sketch {
  --fa: "\f7c6"; }

.fa-yandex-international {
  --fa: "\f414"; }

.fa-cc-amex {
  --fa: "\f1f3"; }

.fa-uber {
  --fa: "\f402"; }

.fa-github {
  --fa: "\f09b"; }

.fa-php {
  --fa: "\f457"; }

.fa-alipay {
  --fa: "\f642"; }

.fa-youtube {
  --fa: "\f167"; }

.fa-skyatlas {
  --fa: "\f216"; }

.fa-firefox-browser {
  --fa: "\e007"; }

.fa-replyd {
  --fa: "\f3e6"; }

.fa-suse {
  --fa: "\f7d6"; }

.fa-jenkins {
  --fa: "\f3b6"; }

.fa-twitter {
  --fa: "\f099"; }

.fa-rockrms {
  --fa: "\f3e9"; }

.fa-pinterest {
  --fa: "\f0d2"; }

.fa-buffer {
  --fa: "\f837"; }

.fa-npm {
  --fa: "\f3d4"; }

.fa-yammer {
  --fa: "\f840"; }

.fa-btc {
  --fa: "\f15a"; }

.fa-dribbble {
  --fa: "\f17d"; }

.fa-stumbleupon-circle {
  --fa: "\f1a3"; }

.fa-internet-explorer {
  --fa: "\f26b"; }

.fa-stubber {
  --fa: "\e5c7"; }

.fa-telegram {
  --fa: "\f2c6"; }

.fa-telegram-plane {
  --fa: "\f2c6"; }

.fa-old-republic {
  --fa: "\f510"; }

.fa-odysee {
  --fa: "\e5c6"; }

.fa-square-whatsapp {
  --fa: "\f40c"; }

.fa-whatsapp-square {
  --fa: "\f40c"; }

.fa-node-js {
  --fa: "\f3d3"; }

.fa-edge-legacy {
  --fa: "\e078"; }

.fa-slack {
  --fa: "\f198"; }

.fa-slack-hash {
  --fa: "\f198"; }

.fa-medrt {
  --fa: "\f3c8"; }

.fa-usb {
  --fa: "\f287"; }

.fa-tumblr {
  --fa: "\f173"; }

.fa-vaadin {
  --fa: "\f408"; }

.fa-quora {
  --fa: "\f2c4"; }

.fa-square-x-twitter {
  --fa: "\e61a"; }

.fa-reacteurope {
  --fa: "\f75d"; }

.fa-medium {
  --fa: "\f23a"; }

.fa-medium-m {
  --fa: "\f23a"; }

.fa-amilia {
  --fa: "\f36d"; }

.fa-mixcloud {
  --fa: "\f289"; }

.fa-flipboard {
  --fa: "\f44d"; }

.fa-viacoin {
  --fa: "\f237"; }

.fa-critical-role {
  --fa: "\f6c9"; }

.fa-sitrox {
  --fa: "\e44a"; }

.fa-discourse {
  --fa: "\f393"; }

.fa-joomla {
  --fa: "\f1aa"; }

.fa-mastodon {
  --fa: "\f4f6"; }

.fa-airbnb {
  --fa: "\f834"; }

.fa-wolf-pack-battalion {
  --fa: "\f514"; }

.fa-buy-n-large {
  --fa: "\f8a6"; }

.fa-gulp {
  --fa: "\f3ae"; }

.fa-creative-commons-sampling-plus {
  --fa: "\f4f1"; }

.fa-strava {
  --fa: "\f428"; }

.fa-ember {
  --fa: "\f423"; }

.fa-canadian-maple-leaf {
  --fa: "\f785"; }

.fa-teamspeak {
  --fa: "\f4f9"; }

.fa-pushed {
  --fa: "\f3e1"; }

.fa-wordpress-simple {
  --fa: "\f411"; }

.fa-nutritionix {
  --fa: "\f3d6"; }

.fa-wodu {
  --fa: "\e088"; }

.fa-google-pay {
  --fa: "\e079"; }

.fa-intercom {
  --fa: "\f7af"; }

.fa-zhihu {
  --fa: "\f63f"; }

.fa-korvue {
  --fa: "\f42f"; }

.fa-pix {
  --fa: "\e43a"; }

.fa-steam-symbol {
  --fa: "\f3f6"; }

body {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 1rem; }

.animate {
  animation-duration: 0.3s;
  -webkit-animation-duration: 0.3s;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both; }

@keyframes slideIn {
  0% {
    transform: translateY(-1rem);
    opacity: 0; }
  100% {
    transform: translateY(0rem);
    opacity: 1; }
  0% {
    transform: translateY(-1rem);
    opacity: 0; } }

.slideIn {
  -webkit-animation-name: slideIn;
  animation-name: slideIn; }

.image-10 img, .image-10 .content-page-header .header-image.img-gray video, .content-page-header .header-image.img-gray .image-10 video {
  opacity: 0.1; }

.image-20 img, .image-20 .content-page-header .header-image.img-gray video, .content-page-header .header-image.img-gray .image-20 video {
  opacity: 0.2; }

.image-30 img, .image-30 .content-page-header .header-image.img-gray video, .content-page-header .header-image.img-gray .image-30 video {
  opacity: 0.3; }

.image-40 img, .image-40 .content-page-header .header-image.img-gray video, .content-page-header .header-image.img-gray .image-40 video {
  opacity: 0.4; }

.image-50 img, .image-50 .content-page-header .header-image.img-gray video, .content-page-header .header-image.img-gray .image-50 video {
  opacity: 0.5; }

.image-60 img, .image-60 .content-page-header .header-image.img-gray video, .content-page-header .header-image.img-gray .image-60 video {
  opacity: 0.6; }

.image-70 img, .image-70 .content-page-header .header-image.img-gray video, .content-page-header .header-image.img-gray .image-70 video {
  opacity: 0.7; }

.image-80 img, .image-80 .content-page-header .header-image.img-gray video, .content-page-header .header-image.img-gray .image-80 video {
  opacity: 0.8; }

.image-90 img, .image-90 .content-page-header .header-image.img-gray video, .content-page-header .header-image.img-gray .image-90 video {
  opacity: 0.9; }

.image-100 img, .image-100 .content-page-header .header-image.img-gray video, .content-page-header .header-image.img-gray .image-100 video {
  opacity: 1; }

.bg-true-black {
  background-color: #000000; }

.txt-true-black {
  color: #000000; }
  .txt-true-black h1, .txt-true-black h2, .txt-true-black h3, .txt-true-black h4, .txt-true-black h5, .txt-true-black h6, .txt-true-black p, .txt-true-black span, .txt-true-black em, .txt-true-black sup {
    color: #000000; }

.btn-true-black .fq-btn {
  color: #000000; }
  .btn-true-black .fq-btn:after {
    background-color: #000000; }

.btn-bg-true-black .fq-btn {
  background-color: #000000; }
  .btn-bg-true-black .fq-btn:hover {
    background-color: #333333; }

.bg-true-black-overlay {
  background-color: rgba(0, 0, 0, 0.9); }

.bg-true-white {
  background-color: #ffffff; }

.txt-true-white {
  color: #ffffff; }
  .txt-true-white h1, .txt-true-white h2, .txt-true-white h3, .txt-true-white h4, .txt-true-white h5, .txt-true-white h6, .txt-true-white p, .txt-true-white span, .txt-true-white em, .txt-true-white sup {
    color: #ffffff; }

.btn-true-white .fq-btn {
  color: #ffffff; }
  .btn-true-white .fq-btn:after {
    background-color: #ffffff; }

.btn-bg-true-white .fq-btn {
  background-color: #ffffff; }
  .btn-bg-true-white .fq-btn:hover {
    background-color: white; }

.bg-true-white-overlay {
  background-color: rgba(255, 255, 255, 0.9); }

.bg-black {
  background-color: #111111; }

.txt-black {
  color: #111111; }
  .txt-black h1, .txt-black h2, .txt-black h3, .txt-black h4, .txt-black h5, .txt-black h6, .txt-black p, .txt-black span, .txt-black em, .txt-black sup {
    color: #111111; }

.btn-black .fq-btn {
  color: #111111; }
  .btn-black .fq-btn:after {
    background-color: #111111; }

.btn-bg-black .fq-btn {
  background-color: #111111; }
  .btn-bg-black .fq-btn:hover {
    background-color: #444444; }

.bg-black-overlay {
  background-color: rgba(17, 17, 17, 0.9); }

.bg-earth {
  background-color: #85BD5C; }

.txt-earth {
  color: #85BD5C; }
  .txt-earth h1, .txt-earth h2, .txt-earth h3, .txt-earth h4, .txt-earth h5, .txt-earth h6, .txt-earth p, .txt-earth span, .txt-earth em, .txt-earth sup {
    color: #85BD5C; }

.btn-earth .fq-btn {
  color: #85BD5C; }
  .btn-earth .fq-btn:after {
    background-color: #85BD5C; }

.btn-bg-earth .fq-btn {
  background-color: #85BD5C; }
  .btn-bg-earth .fq-btn:hover {
    background-color: #bbdaa5; }

.bg-earth-overlay {
  background-color: rgba(133, 189, 92, 0.9); }

.bg-catalyst {
  background-color: #F1AD4A; }

.txt-catalyst {
  color: #F1AD4A; }
  .txt-catalyst h1, .txt-catalyst h2, .txt-catalyst h3, .txt-catalyst h4, .txt-catalyst h5, .txt-catalyst h6, .txt-catalyst p, .txt-catalyst span, .txt-catalyst em, .txt-catalyst sup {
    color: #F1AD4A; }

.btn-catalyst .fq-btn {
  color: #F1AD4A; }
  .btn-catalyst .fq-btn:after {
    background-color: #F1AD4A; }

.btn-bg-catalyst .fq-btn {
  background-color: #F1AD4A; }
  .btn-bg-catalyst .fq-btn:hover {
    background-color: #f8d8a9; }

.bg-catalyst-overlay {
  background-color: rgba(241, 173, 74, 0.9); }

.bg-pioneer {
  background-color: #1EC4C0; }

.txt-pioneer {
  color: #1EC4C0; }
  .txt-pioneer h1, .txt-pioneer h2, .txt-pioneer h3, .txt-pioneer h4, .txt-pioneer h5, .txt-pioneer h6, .txt-pioneer p, .txt-pioneer span, .txt-pioneer em, .txt-pioneer sup {
    color: #1EC4C0; }

.btn-pioneer .fq-btn {
  color: #1EC4C0; }
  .btn-pioneer .fq-btn:after {
    background-color: #1EC4C0; }

.btn-bg-pioneer .fq-btn {
  background-color: #1EC4C0; }
  .btn-bg-pioneer .fq-btn:hover {
    background-color: #61e7e4; }

.bg-pioneer-overlay {
  background-color: rgba(30, 196, 192, 0.9); }

.bg-rebel {
  background-color: #0F78AD; }

.txt-rebel {
  color: #0F78AD; }
  .txt-rebel h1, .txt-rebel h2, .txt-rebel h3, .txt-rebel h4, .txt-rebel h5, .txt-rebel h6, .txt-rebel p, .txt-rebel span, .txt-rebel em, .txt-rebel sup {
    color: #0F78AD; }

.btn-rebel .fq-btn {
  color: #0F78AD; }
  .btn-rebel .fq-btn:after {
    background-color: #0F78AD; }

.btn-bg-rebel .fq-btn {
  background-color: #0F78AD; }
  .btn-bg-rebel .fq-btn:hover {
    background-color: #35afed; }

.bg-rebel-overlay {
  background-color: rgba(15, 120, 173, 0.9); }

.bg-white {
  background-color: #F7F4F2; }

.txt-white {
  color: #F7F4F2; }
  .txt-white h1, .txt-white h2, .txt-white h3, .txt-white h4, .txt-white h5, .txt-white h6, .txt-white p, .txt-white span, .txt-white em, .txt-white sup {
    color: #F7F4F2; }

.btn-white .fq-btn {
  color: #F7F4F2; }
  .btn-white .fq-btn:after {
    background-color: #F7F4F2; }

.btn-bg-white .fq-btn {
  background-color: #F7F4F2; }
  .btn-bg-white .fq-btn:hover {
    background-color: white; }

.bg-white-overlay {
  background-color: rgba(247, 244, 242, 0.9); }

.bg-off-white {
  background-color: #F7F4F2; }

.txt-off-white {
  color: #F7F4F2; }
  .txt-off-white h1, .txt-off-white h2, .txt-off-white h3, .txt-off-white h4, .txt-off-white h5, .txt-off-white h6, .txt-off-white p, .txt-off-white span, .txt-off-white em, .txt-off-white sup {
    color: #F7F4F2; }

.btn-off-white .fq-btn {
  color: #F7F4F2; }
  .btn-off-white .fq-btn:after {
    background-color: #F7F4F2; }

.btn-bg-off-white .fq-btn {
  background-color: #F7F4F2; }
  .btn-bg-off-white .fq-btn:hover {
    background-color: white; }

.bg-off-white-overlay {
  background-color: rgba(247, 244, 242, 0.9); }

.bg-canvas {
  background-color: #EBEBEB; }

.txt-canvas {
  color: #EBEBEB; }
  .txt-canvas h1, .txt-canvas h2, .txt-canvas h3, .txt-canvas h4, .txt-canvas h5, .txt-canvas h6, .txt-canvas p, .txt-canvas span, .txt-canvas em, .txt-canvas sup {
    color: #EBEBEB; }

.btn-canvas .fq-btn {
  color: #EBEBEB; }
  .btn-canvas .fq-btn:after {
    background-color: #EBEBEB; }

.btn-bg-canvas .fq-btn {
  background-color: #EBEBEB; }
  .btn-bg-canvas .fq-btn:hover {
    background-color: white; }

.bg-canvas-overlay {
  background-color: rgba(235, 235, 235, 0.9); }

.bg-heritage {
  background-color: #1C344E; }

.txt-heritage {
  color: #1C344E; }
  .txt-heritage h1, .txt-heritage h2, .txt-heritage h3, .txt-heritage h4, .txt-heritage h5, .txt-heritage h6, .txt-heritage p, .txt-heritage span, .txt-heritage em, .txt-heritage sup {
    color: #1C344E; }

.btn-heritage .fq-btn {
  color: #1C344E; }
  .btn-heritage .fq-btn:after {
    background-color: #1C344E; }

.btn-bg-heritage .fq-btn {
  background-color: #1C344E; }
  .btn-bg-heritage .fq-btn:hover {
    background-color: #376699; }

.bg-heritage-overlay {
  background-color: rgba(28, 52, 78, 0.9); }

.bg-heritage-light {
  background-color: #235175; }

.txt-heritage-light {
  color: #235175; }
  .txt-heritage-light h1, .txt-heritage-light h2, .txt-heritage-light h3, .txt-heritage-light h4, .txt-heritage-light h5, .txt-heritage-light h6, .txt-heritage-light p, .txt-heritage-light span, .txt-heritage-light em, .txt-heritage-light sup {
    color: #235175; }

.btn-heritage-light .fq-btn {
  color: #235175; }
  .btn-heritage-light .fq-btn:after {
    background-color: #235175; }

.btn-bg-heritage-light .fq-btn {
  background-color: #235175; }
  .btn-bg-heritage-light .fq-btn:hover {
    background-color: #3a87c4; }

.bg-heritage-light-overlay {
  background-color: rgba(35, 81, 117, 0.9); }

.bg-violet {
  background-color: #223777; }

.txt-violet {
  color: #223777; }
  .txt-violet h1, .txt-violet h2, .txt-violet h3, .txt-violet h4, .txt-violet h5, .txt-violet h6, .txt-violet p, .txt-violet span, .txt-violet em, .txt-violet sup {
    color: #223777; }

.btn-violet .fq-btn {
  color: #223777; }
  .btn-violet .fq-btn:after {
    background-color: #223777; }

.btn-bg-violet .fq-btn {
  background-color: #223777; }
  .btn-bg-violet .fq-btn:hover {
    background-color: #395cc6; }

.bg-violet-overlay {
  background-color: rgba(34, 55, 119, 0.9); }

.bg-text {
  background-color: #7D7D7D; }

.txt-text {
  color: #7D7D7D; }
  .txt-text h1, .txt-text h2, .txt-text h3, .txt-text h4, .txt-text h5, .txt-text h6, .txt-text p, .txt-text span, .txt-text em, .txt-text sup {
    color: #7D7D7D; }

.btn-text .fq-btn {
  color: #7D7D7D; }
  .btn-text .fq-btn:after {
    background-color: #7D7D7D; }

.btn-bg-text .fq-btn {
  background-color: #7D7D7D; }
  .btn-bg-text .fq-btn:hover {
    background-color: #b0b0b0; }

.bg-text-overlay {
  background-color: rgba(125, 125, 125, 0.9); }

.bg-light_gray {
  background-color: #D9D9D9; }

.txt-light_gray {
  color: #D9D9D9; }
  .txt-light_gray h1, .txt-light_gray h2, .txt-light_gray h3, .txt-light_gray h4, .txt-light_gray h5, .txt-light_gray h6, .txt-light_gray p, .txt-light_gray span, .txt-light_gray em, .txt-light_gray sup {
    color: #D9D9D9; }

.btn-light_gray .fq-btn {
  color: #D9D9D9; }
  .btn-light_gray .fq-btn:after {
    background-color: #D9D9D9; }

.btn-bg-light_gray .fq-btn {
  background-color: #D9D9D9; }
  .btn-bg-light_gray .fq-btn:hover {
    background-color: white; }

.bg-light_gray-overlay {
  background-color: rgba(217, 217, 217, 0.9); }

.bg-light_gray_start {
  background-color: #E7E7E7; }

.txt-light_gray_start {
  color: #E7E7E7; }
  .txt-light_gray_start h1, .txt-light_gray_start h2, .txt-light_gray_start h3, .txt-light_gray_start h4, .txt-light_gray_start h5, .txt-light_gray_start h6, .txt-light_gray_start p, .txt-light_gray_start span, .txt-light_gray_start em, .txt-light_gray_start sup {
    color: #E7E7E7; }

.btn-light_gray_start .fq-btn {
  color: #E7E7E7; }
  .btn-light_gray_start .fq-btn:after {
    background-color: #E7E7E7; }

.btn-bg-light_gray_start .fq-btn {
  background-color: #E7E7E7; }
  .btn-bg-light_gray_start .fq-btn:hover {
    background-color: white; }

.bg-light_gray_start-overlay {
  background-color: rgba(231, 231, 231, 0.9); }

.bg-light-grade {
  background: linear-gradient(180deg, #E7E7E7, #F7F4F2); }

.bg-gray-to-white {
  background: linear-gradient(180deg, #EBEBEB, #fff); }

.bg-silver-gradient {
  background: linear-gradient(180deg, #E7E7E7 0%, #ffffff 25%); }

body {
  background-color: #ffffff;
  margin-top: 80px; }

.color-default {
  background-color: var(--bs-primary); }

.fq-text-primary {
  color: rgba(var(--fq-text-primary-rgb), var(--bs-text-opacity)) !important; }

.wcag {
  display: grid;
  grid-template-columns: 50% 50%;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  font-size: 2rem;
  line-height: 1.1em;
  letter-spacing: -0.04em; }
  .wcag div {
    padding: 1rem; }
    .wcag div p {
      font-family: "Roboto", sans-serif;
      font-weight: 400;
      font-size: 1.125rem; }

.fq-btn {
  --btn-orange: #F1AD4A;
  --btn-orange-dark: #c38d3d;
  --btn-blue: blue;
  --btn-border-radius: 2rem;
  --btn-text-color: #fff;
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  margin: 1rem 0;
  cursor: pointer;
  transition: background-color 200ms; }

.fq-btn-video {
  background-color: var(--btn-orange);
  color: var(--btn-text-color);
  border-radius: var(--btn-border-radius);
  padding: 1.5rem; }
  .fq-btn-video:hover {
    background-color: var(--btn-orange-dark); }

.fq-btn-cta {
  color: #fff;
  width: fit-content;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  font-size: 1.5rem; }
  .fq-btn-cta:hover:after {
    transform: translateY(2px); }
  .fq-btn-cta:after {
    content: "";
    display: block;
    height: 1px;
    background-color: #fff;
    transition: transform 100ms ease-in-out; }

.module-text {
  position: absolute;
  height: auto;
  top: 50%;
  transform: translateY(-50%);
  width: 100%; }

.module-background img, .module-background .content-page-header .header-image.img-gray video, .content-page-header .header-image.img-gray .module-background video {
  width: 100%;
  height: auto; }

/* footer */
footer {
  background-color: var(--fq-color-heritage);
  color: var(--fq-color-off-white); }

.inn {
  position: sticky;
  top: 0;
  z-index: 10; }

@keyframes spinner {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(-360deg); } }

@-webkit-keyframes spinner {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(-360deg); } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@-webkit-keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes statementScroll {
  0% {
    transform: translateY(80px);
    opacity: 0; }
  5% {
    transform: translateY(-10px);
    opacity: 1; }
  45% {
    transform: translateY(-10px);
    opacity: 1; }
  48% {
    transform: translateY(-10px);
    opacity: 0; }
  50% {
    transform: translateY(-80px);
    opacity: 1; }
  95% {
    transform: translateY(-80px);
    opacity: 1; }
  98% {
    transform: translateY(-80px);
    opacity: 0; }
  100% {
    transform: translateY(-160px);
    opacity: 1; } }

@-webkit-keyframes statementScroll {
  0% {
    transform: translateY(80px);
    opacity: 0; }
  5% {
    transform: translateY(-10px);
    opacity: 1; }
  45% {
    transform: translateY(-10px);
    opacity: 1; }
  48% {
    transform: translateY(-10px);
    opacity: 0; }
  50% {
    transform: translateY(-80px);
    opacity: 1; }
  95% {
    transform: translateY(-80px);
    opacity: 1; }
  98% {
    transform: translateY(-80px);
    opacity: 0; }
  100% {
    transform: translateY(-160px);
    opacity: 1; } }

@keyframes colorPop {
  0% {
    filter: grayscale(100%);
    opacity: 0.3; }
  20% {
    filter: grayscale(0%);
    opacity: 0.7; }
  80% {
    filter: grayscale(0%);
    opacity: 0.7; }
  100% {
    filter: grayscale(100%);
    opacity: 0.3; } }

@-webkit-keyframes colorPop {
  0% {
    filter: grayscale(100%);
    opacity: 0.3; }
  20% {
    filter: grayscale(0%);
    opacity: 0.7; }
  80% {
    filter: grayscale(0%);
    opacity: 0.7; }
  100% {
    filter: grayscale(100%);
    opacity: 0.3; } }

@keyframes colorIn {
  0% {
    filter: grayscale(100%);
    opacity: 0.3; }
  100% {
    filter: grayscale(0%);
    opacity: 0.6; } }

@-webkit-keyframes colorIn {
  0% {
    filter: grayscale(100%);
    opacity: 0.3; }
  100% {
    filter: grayscale(0%);
    opacity: 0.6; } }

.cash {
  color: #85BD5C; }

header .dropdown-menu {
  --bs-dropdown-link-active-bg: #0F78AD; }

header .navbar {
  --bs-navbar-padding-x: 0;
  --bs-navbar-padding-y: 0;
  --bs-navbar-active-color: #1C344E;
  --bs-navbar-hover-color: #1C344E;
  --bs-navbar-color: #1C344E;
  --bs-navbar-active-color-mobile: #fff;
  --bs-navbar-hover-color-mobile: #fff;
  --bs-navbar-color-mobile: #fff;
  --bs-navbar-nav-link-padding-x: 1rem;
  --bs-nav-link-font-size: 1.125rem;
  --bs-nav-link-font-size-sm: 0.75rem;
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'><path stroke='%231c344e' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/></svg>");
  --bs-navbar-toggler-border-color: #1C344E;
  transition: background-color 500ms ease;
  padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
  background-color: var(--fq-color-true-white);
  height: 5rem; }
  header .navbar .navbar-brand img, header .navbar .navbar-brand .content-page-header .header-image.img-gray video, .content-page-header .header-image.img-gray header .navbar .navbar-brand video {
    max-width: 213px;
    height: auto; }
  @media (min-width: 992px) and (max-width: 1210px) {
    header .navbar {
      --bs-nav-link-font-size: 1rem;
      --bs-navbar-nav-link-padding-x: .5rem; }
      header .navbar .navbar-brand img, header .navbar .navbar-brand .content-page-header .header-image.img-gray video, .content-page-header .header-image.img-gray header .navbar .navbar-brand video {
        max-width: 150px; } }
  header .navbar .fq-header-search {
    font-size: 0.75rem; }
  header .navbar .toggler-alt {
    background-image: var(--bs-navbar-toggler-icon-alt); }
  header .navbar .navbar-toggler-icon {
    visibility: visible;
    transition: background-image 300ms ease-out, visibility 0ms linear 250ms; }
  header .navbar .btn-search {
    --bs-btn-bg: rgba(0, 0, 0, 0);
    --bs-btn-border-width: 0; }
  @media (max-width: 991.98px) {
    header .navbar .navbar-flex {
      flex-direction: column-reverse;
      align-items: flex-start;
      transition: all .3s;
      display: flex; }
    header .navbar.fq-mobile-open {
      background-color: var(--fq-color-heritage); }
    header .navbar.fq-mobile-closed {
      background-color: rgba(255, 255, 255, 0); }
    header .navbar .navbar-nav .nav-link {
      color: var(--bs-navbar-color-mobile); }
    header .navbar .fq-mobile-header-menu {
      background-color: var(--fq-color-heritage);
      margin-right: calc(-.5* var(--bs-gutter-x));
      margin-left: calc(-.5* var(--bs-gutter-x));
      padding: 0 1rem; }
      header .navbar .fq-mobile-header-menu.collapse ul.navbar-nav li :not(.dropdown-toggle)::after {
        opacity: 0; }
      header .navbar .fq-mobile-header-menu.collapse.show ul.navbar-nav li a:not(.dropdown-toggle)::after {
        opacity: 1; }
      header .navbar .fq-mobile-header-menu ul.navbar-nav {
        width: 100%; }
        header .navbar .fq-mobile-header-menu ul.navbar-nav li {
          width: 100%;
          margin-bottom: 0.5rem; }
          header .navbar .fq-mobile-header-menu ul.navbar-nav li.dropdown {
            position: static; }
            header .navbar .fq-mobile-header-menu ul.navbar-nav li.dropdown .dropdown-menu {
              background-color: #235175; }
              header .navbar .fq-mobile-header-menu ul.navbar-nav li.dropdown .dropdown-menu .dropdown-item {
                color: #fff; }
                header .navbar .fq-mobile-header-menu ul.navbar-nav li.dropdown .dropdown-menu .dropdown-item:after {
                  right: 1.5rem; }
                header .navbar .fq-mobile-header-menu ul.navbar-nav li.dropdown .dropdown-menu .dropdown-item:focus {
                  background: none; }
                header .navbar .fq-mobile-header-menu ul.navbar-nav li.dropdown .dropdown-menu .dropdown-item:active {
                  background-color: #0F78AD; }
                header .navbar .fq-mobile-header-menu ul.navbar-nav li.dropdown .dropdown-menu .dropdown-item:hover {
                  background-color: #1C344E; }
                header .navbar .fq-mobile-header-menu ul.navbar-nav li.dropdown .dropdown-menu .dropdown-item span {
                  display: none; }
          header .navbar .fq-mobile-header-menu ul.navbar-nav li a {
            display: block;
            text-transform: uppercase;
            font-family: var(--fq-font-text); }
            header .navbar .fq-mobile-header-menu ul.navbar-nav li a.dropdown-toggle::after {
              display: inline-block;
              position: absolute;
              right: 1rem;
              content: "";
              font-family: bootstrap-icons !important;
              font-style: normal;
              font-weight: 400 !important;
              font-variant: normal;
              text-transform: none;
              line-height: 1;
              vertical-align: -.125em;
              -webkit-font-smoothing: antialiased;
              -moz-osx-font-smoothing: grayscale;
              transform: rotate(0deg);
              transition: transform 200ms;
              border: 0 none; }
            header .navbar .fq-mobile-header-menu ul.navbar-nav li a.dropdown-toggle.show::after {
              content: "";
              font-family: bootstrap-icons !important;
              font-style: normal;
              font-weight: 400 !important;
              font-variant: normal;
              text-transform: none;
              line-height: 1;
              vertical-align: -.125em;
              -webkit-font-smoothing: antialiased;
              -moz-osx-font-smoothing: grayscale;
              transform: rotate(180deg);
              transition: transform 200ms;
              border: 0 none; }
            header .navbar .fq-mobile-header-menu ul.navbar-nav li a:not(.dropdown-toggle)::after {
              content: "\f231";
              display: inline-block;
              font-family: bootstrap-icons !important;
              font-style: normal;
              font-weight: 400 !important;
              font-variant: normal;
              text-transform: none;
              line-height: 1;
              vertical-align: -.125em;
              -webkit-font-smoothing: antialiased;
              -moz-osx-font-smoothing: grayscale;
              position: absolute;
              right: 1rem;
              opacity: 0;
              transition: all 100ms ease;
              transition-delay: 30ms; } }

header .navbar .nav-item a {
  font-family: var(--fq-font-menu);
  text-transform: uppercase;
  font-weight: 500;
  font-size: 1.125rem; }
  @media (min-width: 992px) and (max-width: 1199.98px) {
    header .navbar .nav-item a {
      font-size: 1rem; } }

@media (max-width: 991.98px) {
  header .navbar-brand {
    height: 80px;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center; }
  header .fq-header-search {
    width: 100%;
    padding: 2rem 0; }
  header .fq-header-search-wrap {
    background-color: var(--fq-color-heritage-light);
    border-radius: 5px;
    width: 100%; }
    header .fq-header-search-wrap button {
      background: none;
      border: none;
      font-weight: 700; }
      header .fq-header-search-wrap button i {
        color: #1C344E; }
    header .fq-header-search-wrap .form-control {
      width: 85%;
      display: inline-block;
      background-color: var(--fq-color-heritage-light);
      border: 0 none;
      color: #fff; }
      header .fq-header-search-wrap .form-control::placeholder {
        color: #fff; } }

@media (min-width: 992px) {
  header .dropdown-menu[data-bs-popper] {
    top: 58px;
    background-color: #eee;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-top: 0; }
    header .dropdown-menu[data-bs-popper].dropdown-brands {
      display: grid;
      grid-template-columns: 1fr 1fr; }
      header .dropdown-menu[data-bs-popper].dropdown-brands li a span {
        font-family: "Oswald", sans-serif;
        font-weight: 300;
        font-size: 1rem;
        text-transform: none;
        display: block; }
    header .dropdown-menu[data-bs-popper].dropdown-one-column {
      grid-template-columns: 1fr; }
  header .dropdown-toggle.show::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
    transform: rotate(180deg); }
  header .fq-mobile-header-menu .navbar-flex {
    display: inherit; }
  header .fq-header-search-wrap input {
    max-width: 130px;
    padding: .375rem .5rem; }
    header .fq-header-search-wrap input::placeholder {
      color: #ccc; }
  header .fq-header-search-wrap button {
    background: none;
    border: none;
    font-weight: 700; }
    header .fq-header-search-wrap button i {
      color: #1C344E;
      font-size: 1.2rem; } }

footer {
  --bs-nav-link-font-size-sm: 1rem;
  --bs-navbar-nav-link-padding-x-sm: 0.25rem; }
  footer .navbar {
    --bs-navbar-active-color:#fff;
    --bs-navbar-hover-color:#fff;
    --bs-navbar-color: #fff;
    --bs-navbar-hover-color: #fff;
    --bs-navbar-nav-link-padding-x: 1rem;
    --bs-nav-link-font-size: 1.125rem;
    --bs-nav-link-font-size-sm: 0.75rem;
    --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23ffffff' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    --bs-navbar-toggler-border-color: #fff;
    transition: background-color 500ms ease; }
    footer .navbar > .container-fluid {
      justify-content: flex-end; }
  footer .nav-disclaimer {
    --bs-navbar-nav-link-padding-x: 0.75rem;
    justify-content: flex-end; }
    footer .nav-disclaimer .nav-item a {
      font-family: var(--fq-font-text);
      font-size: var(--bs-nav-link-font-size-sm);
      font-weight: 400;
      text-decoration: underline; }
  footer .navbar:not(.nav-disclaimer) .nav-item a {
    font-family: var(--fq-font-menu);
    text-transform: uppercase;
    font-weight: 500;
    font-size: 1rem; }
  footer .navbar:not(.nav-disclaimer) .nav-item:last-child a {
    padding-right: 0; }
  footer .offcanvas {
    --bs-offcanvas-bg: var(--fq-color-heritage);
    --bs-offcanvas-height: auto;
    bottom: 150px; }
  footer .fq-copy {
    font-size: 0.75rem; }
  @media (max-width: 767px) {
    footer .fq-logo {
      display: flex;
      justify-content: center; }
    footer .fq-copy {
      text-align: center; } }
  @media (max-width: 991.98px) {
    footer .nav-disclaimer .navbar-nav {
      flex-wrap: wrap;
      flex-direction: row;
      justify-content: center; }
      footer .nav-disclaimer .navbar-nav .nav-link {
        padding: 0.25em 0.5em; }
    footer .nav-footer .nav-link {
      font-size: var(--bs-nav-link-font-size-sm);
      padding-left: var(--bs-navbar-nav-link-padding-x-sm) !important;
      padding-right: var(--bs-navbar-nav-link-padding-x-sm) !important; } }
  footer .customer-support {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 1rem;
    margin-bottom: .5rem; }
    footer .customer-support h4, footer .customer-support h5 {
      font-size: 1rem; }
    footer .customer-support a {
      color: #fff;
      text-decoration: none;
      opacity: .75; }
      footer .customer-support a:hover {
        text-decoration: underline; }
    @media (max-width: 767px) {
      footer .customer-support {
        text-align: center; } }
  footer .fq-social-icons .fq-social-description {
    margin-bottom: 0.5rem; }
  footer .fq-social-icons .social-list {
    list-style: none;
    padding: 0; }
    footer .fq-social-icons .social-list li {
      display: inline-block;
      margin-right: 6px;
      text-align: center; }
      footer .fq-social-icons .social-list li a {
        height: 50px;
        width: 50px;
        background-color: #fff;
        border-radius: 50%;
        display: inline-block;
        text-decoration: none; }
        footer .fq-social-icons .social-list li a i {
          font-size: 1.5625rem;
          line-height: 50px;
          color: #1C344E; }
  @media (max-width: 767px) {
    footer .fq-social-icons .fq-social-description {
      text-align: center; }
    footer .fq-social-icons .social-list {
      display: flex;
      justify-content: center; } }

.fq-mobile-wrapper {
  position: relative; }

.fq-mobile {
  background-color: var(--fq-color-heritage);
  width: 100vw;
  margin-right: calc(-.5* var(--bs-gutter-x));
  margin-left: calc(-.5* var(--bs-gutter-x));
  /* Animate transforms, opacity, and visibility changes */
  transition: transform 250ms ease-out, opacity 250ms ease-out, visibility 0ms linear 250ms;
  /* delay visibility hiding to avoid jumpy effect */ }
  .fq-mobile > div {
    padding: 2rem 1.5rem; }
  .fq-mobile ul {
    padding-left: 1.5rem; }
    .fq-mobile ul li {
      width: 100%;
      margin-bottom: 0.5rem; }
      .fq-mobile ul li a {
        display: block;
        text-transform: uppercase;
        font-family: var(--fq-font-text); }
        .fq-mobile ul li a::after {
          content: "\f231";
          display: inline-block;
          font-family: bootstrap-icons !important;
          font-style: normal;
          font-weight: 400 !important;
          font-variant: normal;
          text-transform: none;
          line-height: 1;
          vertical-align: -.125em;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          position: absolute;
          right: 1rem; }

.hidemenu {
  opacity: 0;
  visibility: hidden;
  transform: scaleY(0); }

.showmenu {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
  transition-delay: 0s; }

.fq-search-wrap {
  background-color: var(--fq-color-heritage-light);
  border-radius: 5px;
  width: 100%; }
  .fq-search-wrap button {
    background: none;
    border: none;
    color: #fff;
    font-weight: 700; }
  .fq-search-wrap .form-control {
    width: 85%;
    display: inline-block;
    background-color: var(--fq-color-heritage-light);
    border: 0 none;
    color: #fff; }
    .fq-search-wrap .form-control::placeholder {
      color: #fff; }

.fq-navbar {
  --bs-navbar-nav-link-padding-x: 0.5rem;
  --bs-navbar-toggler-padding-y: 0.25rem;
  --bs-navbar-toggler-padding-x: 0.75rem;
  --bs-navbar-toggler-font-size: 1.25rem;
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1.0%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  --bs-navbar-toggler-border-color: rgba(255,255,255,1);
  --bs-navbar-toggler-border-radius: var(--bs-border-radius);
  --bs-navbar-toggler-focus-width: 0.25rem;
  --bs-navbar-toggler-transition: background-color 0.15s ease-in-out;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x); }
  .fq-navbar .navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    background-image: var(--bs-navbar-toggler-icon-bg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%; }
  .fq-navbar .fq-navbar-toggler {
    padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
    font-size: var(--bs-navbar-toggler-font-size);
    line-height: 1;
    color: var(--bs-navbar-color);
    background-color: transparent;
    border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
    border-radius: var(--bs-navbar-toggler-border-radius);
    transition: var(--bs-navbar-toggler-transition); }
  .fq-navbar .fq-menu-active {
    background-color: rgba(255, 255, 255, 0.5); }

@media (min-width: 1640px) {
  .container-xxxl {
    max-width: var(--container-xxxl); } }

.container-xxxl {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-right: auto;
  margin-left: auto; }

.fq-video-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 99999;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease-in-out; }

.fq-video-section {
  position: relative;
  width: 100%;
  min-height: 100vh;
  height: auto;
  background-color: #efefef;
  transition: background-color 1s ease-in-out;
  z-index: 5; }
  .fq-video-section.shade {
    background-color: #0F78AD; }
    .fq-video-section.shade.bg-true-black-overlay {
      background-color: black; }
    .fq-video-section.shade.bg-true-white-overlay {
      background-color: white; }
    .fq-video-section.shade.bg-black-overlay {
      background-color: #111111; }
    .fq-video-section.shade.bg-earth-overlay {
      background-color: #85bd5c; }
    .fq-video-section.shade.bg-catalyst-overlay {
      background-color: #f1ad4a; }
    .fq-video-section.shade.bg-pioneer-overlay {
      background-color: #1ec4c0; }
    .fq-video-section.shade.bg-rebel-overlay {
      background-color: #0f78ad; }
    .fq-video-section.shade.bg-white-overlay {
      background-color: #f7f4f2; }
    .fq-video-section.shade.bg-off-white-overlay {
      background-color: #f7f4f2; }
    .fq-video-section.shade.bg-canvas-overlay {
      background-color: #ebebeb; }
    .fq-video-section.shade.bg-heritage-overlay {
      background-color: #1c344e; }
    .fq-video-section.shade.bg-heritage-light-overlay {
      background-color: #235175; }
    .fq-video-section.shade.bg-violet-overlay {
      background-color: #223777; }
    .fq-video-section.shade.bg-text-overlay {
      background-color: #7d7d7d; }
    .fq-video-section.shade.bg-light_gray-overlay {
      background-color: #d9d9d9; }
    .fq-video-section.shade.bg-light_gray_start-overlay {
      background-color: #e7e7e7; }
  .fq-video-section .dim {
    opacity: 0.3; }

.fq-video-wrapper {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  opacity: 1;
  transition: opacity 1s ease-in-out, filter 1s ease-in-out; }

.fq-video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  min-width: 100vw;
  min-height: 100vh;
  transform: translate(-50%, -50%);
  z-index: 1; }
  .fq-video .video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    min-width: 100vw;
    min-height: 100vh;
    transform: translate(-50%, -50%);
    z-index: 1; }
  .fq-video img, .fq-video .content-page-header .header-image.img-gray video, .content-page-header .header-image.img-gray .fq-video video,
  .fq-video video {
    object-fit: cover;
    /* Fills container by cropping edges */
    height: 100%;
    /* Fill container’s height */
    width: 100%;
    /* Fill container’s width */ }
  .fq-video .video-js {
    height: 100vh;
    min-height: 100vh; }
    .fq-video .video-js video {
      object-fit: cover;
      /* Fills container by cropping edges */
      height: 100%;
      /* Fill container’s height */
      width: 100%;
      /* Fill container’s width */ }
    .fq-video .video-js .vjs-poster {
      height: 100%;
      width: 100%;
      background-size: cover; }
    .fq-video .video-js.bc-player-default_default {
      width: 100%; }

.other-section {
  background-color: lightblue;
  border-bottom: 2px dotted dodgerblue;
  height: 400px;
  width: 100vw; }

.fq-intro {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  z-index: 5; }

.hero-content {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  padding: 150px 50px 50px;
  z-index: 2;
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100vh;
  justify-content: center; }
  @media (max-width: 414px) {
    .hero-content {
      padding: 150px 20px 120px; } }
  @media (min-width: 768px) {
    .hero-content {
      max-width: 75%; } }
  .hero-content.hide {
    opacity: 0; }
    @media (max-width: 414px) {
      .hero-content.hide {
        opacity: 1; } }
  .hero-content sup {
    font-size: 1rem;
    top: -40px;
    left: 10px; }
    @media (min-width: 768px) {
      .hero-content sup {
        top: -110px; } }
  .hero-content i {
    color: #fff; }
  .hero-content p {
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 1.5rem; }
    @media (min-width: 992px) {
      .hero-content p {
        max-width: 60%; } }
    .hero-content p:last-of-type {
      text-transform: uppercase;
      font-family: "Oswald", sans-serif;
      font-weight: 500;
      font-size: 1.25rem; }
  .hero-content h1 {
    position: relative;
    margin: 0;
    color: #fff;
    font-size: 4rem;
    text-transform: uppercase;
    font-family: var(--fq-font-display);
    font-weight: 600;
    letter-spacing: -2px;
    text-shadow: #333 2px 3px 5px; }
    @media (min-width: 768px) {
      .hero-content h1 {
        font-size: 9.375rem; } }
    .hero-content h1 > span {
      color: #fefefe;
      font-family: 'Oswald', Georgia, serif;
      font-size: 220px;
      text-transform: uppercase;
      letter-spacing: -0.02em;
      font-weight: 500;
      line-height: 0.9em;
      display: block;
      height: 205px;
      padding-top: 205px;
      opacity: 0;
      overflow: hidden;
      transition: padding-top 1s cubic-bezier(0.04, 0.59, 0.08, 0.95), opacity 1s cubic-bezier(0.04, 0.59, 0.08, 0.95); }
      .hero-content h1 > span.show {
        padding-top: 0;
        opacity: 1; }
      .hero-content h1 > span#make {
        transition-delay: 0.2s; }
      .hero-content h1 > span#things {
        transition-delay: 0.4s; }
      .hero-content h1 > span#better {
        transition-delay: 0.6s; }

.fq-secondary {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  height: 110vh;
  z-index: 10; }
  .fq-secondary:before {
    content: '';
    display: inline-block;
    /* margin-right: -0.25em; */
    background-color: red;
    width: 5px; }

.fq-secondary-content {
  color: #F7F4F2;
  position: relative;
  display: inline-block;
  margin: 0 auto;
  top: 0;
  padding-bottom: 20vh;
  transform: translateY(60px);
  transition: filter 1s ease-in-out, opacity 1s ease-in-out, transform 1s ease-in-out; }
  @media (min-width: 768px) {
    .fq-secondary-content {
      opacity: 0;
      filter: blur(5px); } }
  .fq-secondary-content sup {
    font-size: 2rem;
    top: -150px; }
  .fq-secondary-content h2 {
    position: relative;
    margin: 0;
    color: #fff;
    font-size: 9.375rem;
    text-transform: uppercase;
    font-family: var(--fq-font-display);
    font-weight: 600;
    letter-spacing: -2px;
    text-shadow: #333 2px 3px 5px; }
    .fq-secondary-content h2 ~ div {
      position: relative;
      z-index: 1;
      transition: opacity 200ms, filter 200ms;
      transition-delay: 1s; }
    .fq-secondary-content h2 > span {
      color: #fefefe;
      font-family: 'Oswald', Georgia, serif;
      font-size: 6rem;
      text-transform: uppercase;
      letter-spacing: -0.02em;
      font-weight: 500;
      line-height: 0.9em;
      display: block;
      transition: padding-top 1s cubic-bezier(0.04, 0.59, 0.08, 0.95), opacity 1s cubic-bezier(0.04, 0.59, 0.08, 0.95); }
      @media (min-width: 768px) {
        .fq-secondary-content h2 > span {
          font-size: 220px;
          height: 205px; } }
      .fq-secondary-content h2 > span.hide {
        opacity: 0; }
      .fq-secondary-content h2 > span#make {
        transition-delay: 0.2s; }
      .fq-secondary-content h2 > span#things {
        transition-delay: 0.4s; }
      .fq-secondary-content h2 > span#better {
        transition-delay: 0.6s; }

.blur-in {
  filter: blur(0px);
  opacity: 1;
  transform: translateY(0px); }

.blur-out {
  filter: blur(5px);
  opacity: 0 !important; }

div.videoOverlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 99999;
  opacity: 0;
  display: none;
  visibility: hidden;
  transition: opacity 0.5s ease-in-out; }
  div.videoOverlay .v-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 1280px;
    max-height: 720px !important;
    width: 100%;
    padding: 2rem; }
  div.videoOverlay > iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
    @media (max-width: 991.98px) {
      div.videoOverlay > iframe {
        width: 100%;
        height: auto; } }
  div.videoOverlay > div.exit {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    background-image: url("/~/media/Project/Corporate/2025/icon-x.svg");
    background-size: contain;
    cursor: pointer; }
  div.videoOverlay.show {
    opacity: 1;
    visibility: visible;
    display: block; }

.fq-flex-large-icon-grid {
  --fq-grid-background: linear-gradient(180deg, #EBEBEB, #fff);
  background: var(--fq-grid-background);
  padding-top: 2.5rem;
  padding-bottom: 2.5rem; }
  .fq-flex-large-icon-grid h2 {
    font-family: "Oswald", sans-serif;
    font-weight: 600;
    font-size: 5rem;
    line-height: 1.1em;
    letter-spacing: -0.04em;
    margin-bottom: 1.5rem; }
  .fq-flex-large-icon-grid h3 {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 1.4;
    margin-bottom: 1.5rem; }
  .fq-flex-large-icon-grid h4 {
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    font-size: 1.5rem; }
  .fq-flex-large-icon-grid p {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 1.125rem; }
  .fq-flex-large-icon-grid .fq-info-grid-description {
    text-align: center;
    padding: 0 4rem; }
  .fq-flex-large-icon-grid .fq-grid-icon {
    margin-bottom: 1rem; }
  .fq-flex-large-icon-grid .fq-btn {
    font-family: "Oswald", sans-serif;
    font-weight: 500;
    font-size: 1.25rem;
    border-radius: 2rem;
    color: #fff;
    padding: 1.5rem;
    margin: 1rem 0; }
  @media (max-width: 767px) {
    .fq-flex-large-icon-grid {
      background: #fff;
      padding-bottom: 2rem; }
      .fq-flex-large-icon-grid .fq-info-grid-description {
        padding: 1.5rem 0; }
      .fq-flex-large-icon-grid .fq-grid-icon img, .fq-flex-large-icon-grid .fq-grid-icon .content-page-header .header-image.img-gray video, .content-page-header .header-image.img-gray .fq-flex-large-icon-grid .fq-grid-icon video {
        margin: 0 auto; }
      .fq-flex-large-icon-grid h2,
      .fq-flex-large-icon-grid h3,
      .fq-flex-large-icon-grid h4 {
        text-align: center; }
      .fq-flex-large-icon-grid h2 {
        font-family: "Oswald", sans-serif;
        font-weight: 600;
        font-size: 2rem;
        line-height: 1.1em;
        letter-spacing: -0.04em; }
      .fq-flex-large-icon-grid h3 {
        font-family: "Roboto", sans-serif;
        font-weight: 400;
        font-size: 1.5rem; } }
  .fq-flex-large-icon-grid .fq-info-grid-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    .fq-flex-large-icon-grid .fq-info-grid-box .fq-grid-box {
      padding: 1rem;
      text-align: center; }
    .fq-flex-large-icon-grid .fq-info-grid-box.slick-slider {
      background: var(--fq-grid-background);
      border-radius: 2.5rem;
      box-shadow: #ccc 3px 3px 8px; }
      .fq-flex-large-icon-grid .fq-info-grid-box.slick-slider.slick-dotted {
        margin-bottom: 0; }
  @media (min-width: 768px) {
    .fq-flex-large-icon-grid .fq-grid-2 > div {
      flex-basis: 50%; }
    .fq-flex-large-icon-grid .fq-grid-3 > div {
      flex-basis: 33.333%; }
    .fq-flex-large-icon-grid .fq-grid-4 > div {
      flex-basis: 25%; } }
  .fq-flex-large-icon-grid .slick-dots {
    position: static;
    padding-bottom: 1rem; }
    .fq-flex-large-icon-grid .slick-dots li {
      margin: 0 1px; }
      .fq-flex-large-icon-grid .slick-dots li button:before {
        content: " ";
        opacity: 1;
        background: #fff;
        border-radius: 20px;
        border: 1px solid var(--fq-color-heritage); }
      .fq-flex-large-icon-grid .slick-dots li.slick-active button:before {
        content: " ";
        opacity: 1;
        background: var(--fq-color-heritage); }

.fq-callout-with-seperator {
  position: relative;
  background-color: rgba(27, 52, 78, 1);
  padding: 2rem 0; }
  .fq-callout-with-seperator .callout-video {
    width: 100%;
    height: 100%; }
    .fq-callout-with-seperator .callout-video video, .fq-callout-with-seperator .callout-video img, .fq-callout-with-seperator .callout-video .content-page-header .header-image.img-gray video, .content-page-header .header-image.img-gray .fq-callout-with-seperator .callout-video video {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: bottom;
      display: block; }
  .fq-callout-with-seperator .callout-text {
    color: #fff;
    text-align: center;
    margin: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    .fq-callout-with-seperator .callout-text .upper-block {
      max-width: 820px;
      margin: 0 auto;
      padding: 0 2rem; }
      .fq-callout-with-seperator .callout-text .upper-block h2, .fq-callout-with-seperator .callout-text .upper-block h3, .fq-callout-with-seperator .callout-text .upper-block h4, .fq-callout-with-seperator .callout-text .upper-block h5, .fq-callout-with-seperator .callout-text .upper-block h6 {
        font-family: "Oswald", sans-serif;
        font-weight: 600;
        font-size: 5rem;
        line-height: 1.1em;
        letter-spacing: -0.04em; }
        @media (max-width: 991.98px) {
          .fq-callout-with-seperator .callout-text .upper-block h2, .fq-callout-with-seperator .callout-text .upper-block h3, .fq-callout-with-seperator .callout-text .upper-block h4, .fq-callout-with-seperator .callout-text .upper-block h5, .fq-callout-with-seperator .callout-text .upper-block h6 {
            font-family: "Oswald", sans-serif;
            font-weight: 600;
            font-size: 2rem;
            line-height: 1.1em;
            letter-spacing: -0.04em; } }
      .fq-callout-with-seperator .callout-text .upper-block p {
        font-family: "Roboto", sans-serif;
        font-weight: 400;
        font-size: 1.5rem; }
        @media (max-width: 991.98px) {
          .fq-callout-with-seperator .callout-text .upper-block p {
            font-family: "Roboto", sans-serif;
            font-weight: 400;
            font-size: 1rem; } }
    .fq-callout-with-seperator .callout-text .lower-block {
      font-family: "Roboto", sans-serif;
      font-weight: 400;
      font-size: 1rem;
      max-width: 1600px;
      margin: 0 auto; }
      @media (min-width: 992px) {
        .fq-callout-with-seperator .callout-text .lower-block {
          max-width: 50vw; } }
    .fq-callout-with-seperator .callout-text .callout-cards {
      grid-template-columns: repeat(4, 1fr);
      gap: 2rem;
      display: grid;
      max-width: var(--container-xxxl);
      margin: 0 auto; }
      .fq-callout-with-seperator .callout-text .callout-cards.callout-count-1 {
        grid-template-columns: repeat(1, 1fr); }
      .fq-callout-with-seperator .callout-text .callout-cards.callout-count-2 {
        grid-template-columns: repeat(2, 1fr); }
      .fq-callout-with-seperator .callout-text .callout-cards.callout-count-3 {
        grid-template-columns: repeat(3, 1fr); }
      .fq-callout-with-seperator .callout-text .callout-cards.callout-count-4 {
        grid-template-columns: repeat(4, 1fr); }
      .fq-callout-with-seperator .callout-text .callout-cards.callout-count-5 {
        grid-template-columns: repeat(5, 1fr); }
      .fq-callout-with-seperator .callout-text .callout-cards.callout-count-6 {
        grid-template-columns: repeat(6, 1fr); }
      @media (max-width: 991.98px) {
        .fq-callout-with-seperator .callout-text .callout-cards {
          grid-template-columns: repeat(2, 1fr);
          padding: 2rem; } }
      @media (max-width: 991.98px) {
        .fq-callout-with-seperator .callout-text .callout-cards .callout-card {
          text-align: left; } }
      .fq-callout-with-seperator .callout-text .callout-cards .callout-card > div {
        margin-bottom: 2rem; }
      .fq-callout-with-seperator .callout-text .callout-cards .callout-card img, .fq-callout-with-seperator .callout-text .callout-cards .callout-card .content-page-header .header-image.img-gray video, .content-page-header .header-image.img-gray .fq-callout-with-seperator .callout-text .callout-cards .callout-card video {
        max-height: 65px;
        max-width: 100%;
        height: auto; }
      .fq-callout-with-seperator .callout-text .callout-cards .callout-card a {
        color: #1EC4C0; }

.fq-callout-with-linked-images {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem; }
  .fq-callout-with-linked-images .text-callout {
    padding: 2rem;
    text-align: center; }
    @media (min-width: 992px) {
      .fq-callout-with-linked-images .text-callout {
        max-width: 65vw;
        margin: 0 auto; } }
  .fq-callout-with-linked-images h2 {
    font-family: "Oswald", sans-serif;
    font-weight: 600;
    font-size: 5rem;
    line-height: 1.1em;
    letter-spacing: -0.04em;
    margin-bottom: 2rem; }
  .fq-callout-with-linked-images h3 {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 1.4; }
  .fq-callout-with-linked-images h4 {
    font-family: "Oswald", sans-serif;
    font-weight: 600;
    font-size: 1.25rem;
    line-height: 1.1em;
    letter-spacing: -0.04em; }
  .fq-callout-with-linked-images p {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 1.125rem; }
  .fq-callout-with-linked-images .fq-callout-grid-description {
    text-align: center;
    padding: 0 6rem; }
  .fq-callout-with-linked-images .fq-grid-icon {
    margin-bottom: 1rem; }
    .fq-callout-with-linked-images .fq-grid-icon img, .fq-callout-with-linked-images .fq-grid-icon .content-page-header .header-image.img-gray video, .content-page-header .header-image.img-gray .fq-callout-with-linked-images .fq-grid-icon video {
      width: auto;
      height: auto;
      display: block;
      max-height: 130px;
      margin: 0 auto; }
      .fq-callout-with-linked-images .fq-grid-icon img ~ span, .fq-callout-with-linked-images .fq-grid-icon .content-page-header .header-image.img-gray video ~ span, .content-page-header .header-image.img-gray .fq-callout-with-linked-images .fq-grid-icon video ~ span {
        display: none; }
    .fq-callout-with-linked-images .fq-grid-icon a {
      text-decoration: none; }
      .fq-callout-with-linked-images .fq-grid-icon a span {
        display: block;
        visibility: hidden;
        opacity: 0;
        padding-top: 0.75rem;
        transition: opacity 200ms ease-in-out;
        font-family: "Roboto", sans-serif;
        font-weight: 500;
        font-size: 1rem; }
      .fq-callout-with-linked-images .fq-grid-icon a:hover span {
        visibility: visible;
        opacity: 1; }
  @media (max-width: 991.98px) {
    .fq-callout-with-linked-images {
      padding-bottom: 2rem; }
      .fq-callout-with-linked-images .fq-callout-grid-description {
        padding: 1.5rem 0; }
      .fq-callout-with-linked-images h2,
      .fq-callout-with-linked-images h3,
      .fq-callout-with-linked-images h4 {
        text-align: center; }
      .fq-callout-with-linked-images h2 {
        font-family: "Oswald", sans-serif;
        font-weight: 600;
        font-size: 3rem;
        line-height: 1.1em;
        letter-spacing: -0.04em; }
      .fq-callout-with-linked-images h3 {
        font-family: "Roboto", sans-serif;
        font-weight: 400;
        font-size: 1.5rem; } }
  .fq-callout-with-linked-images .fq-callout-grid-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 75%;
    margin: 0 auto; }
    @media (max-width: 991.98px) {
      .fq-callout-with-linked-images .fq-callout-grid-box {
        max-width: 100%; } }
    @media (max-width: 414px) {
      .fq-callout-with-linked-images .fq-callout-grid-box {
        flex-direction: column; } }
    .fq-callout-with-linked-images .fq-callout-grid-box .fq-grid-box {
      padding: 1rem;
      text-align: center; }
    .fq-callout-with-linked-images .fq-callout-grid-box.slick-slider {
      background: var(--fq-grid-background);
      border-radius: 2.5rem;
      box-shadow: #ccc 3px 3px 8px; }
      .fq-callout-with-linked-images .fq-callout-grid-box.slick-slider.slick-dotted {
        margin-bottom: 0; }
  @media (min-width: 768px) {
    .fq-callout-with-linked-images .fq-grid-2 > div {
      flex-basis: 50%; }
    .fq-callout-with-linked-images .fq-grid-3 > div {
      flex-basis: 33.333%; }
    .fq-callout-with-linked-images .fq-grid-4 > div {
      flex-basis: 25%; }
    .fq-callout-with-linked-images .fq-grid-auto > div {
      flex-basis: auto; } }

.fq-info-grid {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem; }
  .fq-info-grid h2 {
    font-family: "Oswald", sans-serif;
    font-weight: 600;
    font-size: 5rem;
    line-height: 1.1em;
    letter-spacing: -0.04em;
    margin-bottom: 1.5rem; }
  .fq-info-grid h3 {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 1.5rem; }
  .fq-info-grid h4 {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 1.75rem; }
  .fq-info-grid p {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 1.125rem; }
  .fq-info-grid .fq-grid-icon {
    margin-bottom: 0.5rem; }
    .fq-info-grid .fq-grid-icon img, .fq-info-grid .fq-grid-icon .content-page-header .header-image.img-gray video, .content-page-header .header-image.img-gray .fq-info-grid .fq-grid-icon video {
      max-width: 40px;
      height: auto; }
  .fq-info-grid .fq-info-grid-description {
    text-align: center;
    padding: 0 6rem;
    margin-bottom: 1.5rem; }
  @media (max-width: 767px) {
    .fq-info-grid {
      background: #fff;
      padding-bottom: 2rem; }
      .fq-info-grid .fq-info-grid-description {
        padding: 1.5rem 0; }
      .fq-info-grid .fq-grid-icon img, .fq-info-grid .fq-grid-icon .content-page-header .header-image.img-gray video, .content-page-header .header-image.img-gray .fq-info-grid .fq-grid-icon video {
        margin: 0 auto; }
      .fq-info-grid h2, .fq-info-grid h3, .fq-info-grid h4 {
        text-align: center; }
      .fq-info-grid h2 {
        font-family: "Oswald", sans-serif;
        font-weight: 600;
        font-size: 2rem;
        line-height: 1.1em;
        letter-spacing: -0.04em; }
      .fq-info-grid h3 {
        font-family: "Roboto", sans-serif;
        font-weight: 400;
        font-size: 1.5rem; } }
  .fq-info-grid .fq-info-grid-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    column-gap: 2rem; }
    .fq-info-grid .fq-info-grid-box.fq-grid-4 {
      justify-content: flex-start; }
    @media (max-width: 767px) {
      .fq-info-grid .fq-info-grid-box .fq-grid-box {
        padding: 1rem; } }
    .fq-info-grid .fq-info-grid-box .fq-grid-box:nth-child(-n + 3) {
      margin-bottom: 2rem; }
    .fq-info-grid .fq-info-grid-box.slick-slider {
      background: var(--fq-grid-background);
      border-radius: 2.5rem;
      box-shadow: #ccc 3px 3px 8px; }
      .fq-info-grid .fq-info-grid-box.slick-slider.slick-dotted {
        margin-bottom: 0; }
  @media (min-width: 768px) {
    .fq-info-grid .fq-grid-2 > div {
      flex-basis: 47%; }
    .fq-info-grid .fq-grid-3 > div {
      flex-basis: 30%; }
    .fq-info-grid .fq-grid-4 > div {
      flex-basis: 23%; } }
  .fq-info-grid .slick-dots {
    position: static;
    padding-bottom: 1rem; }
    .fq-info-grid .slick-dots li {
      margin: 0 1px; }
      .fq-info-grid .slick-dots li button:before {
        content: " ";
        opacity: 1;
        background: #fff;
        border-radius: 20px;
        border: 1px solid var(--fq-color-heritage); }
      .fq-info-grid .slick-dots li.slick-active button:before {
        content: " ";
        opacity: 1;
        background: var(--fq-color-heritage); }

div.pageNav {
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 999;
  opacity: 0;
  transition: opacity 0.1s ease-in-out; }
  @media (max-width: 991.98px) {
    div.pageNav {
      display: none; } }
  div.pageNav.show {
    opacity: 1; }
  div.pageNav > ul {
    position: relative;
    margin: 0;
    list-style: none;
    padding: 20px 10px 20px 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: .3rem; }
    div.pageNav > ul.link-white li {
      color: #0F78AD;
      padding: 6px 20px 6px 0; }
      div.pageNav > ul.link-white li:before {
        background-color: #0F78AD;
        border: 1px solid #F7F4F2; }
    div.pageNav > ul.link-dark li {
      color: #0F78AD; }
      div.pageNav > ul.link-dark li:before {
        background-color: #0F78AD;
        border: 1px solid #F7F4F2; }
    div.pageNav > ul a {
      text-decoration: none;
      display: block;
      width: fit-content;
      margin-bottom: .25rem; }
    div.pageNav > ul li {
      position: relative;
      margin: 0;
      padding: 6px 20px 6px 5px;
      list-style: none;
      color: #F7F4F2;
      text-align: right; }
      div.pageNav > ul li div.sectionName {
        font-family: "Oswald", sans-serif;
        font-weight: 600;
        font-size: 18px;
        line-height: 1.1em;
        letter-spacing: -0.04em;
        position: relative;
        opacity: 0;
        padding-left: 1rem;
        padding-right: .5rem; }
      div.pageNav > ul li:before {
        content: '';
        position: absolute;
        top: 50%;
        right: 10px;
        width: 7px;
        height: 7px;
        border-radius: 50%;
        transform: translateY(-50%);
        background-color: #F7F4F2; }
    div.pageNav > ul li:hover {
      cursor: pointer;
      background-color: rgba(255, 255, 255, 0.8);
      border-radius: 1.5rem; }
      div.pageNav > ul li:hover div.sectionName {
        opacity: 0.7;
        padding-right: .5rem; }
  div.pageNav ul.tab-1 li.tab-1 {
    background-color: #fff;
    border-radius: 1.5rem;
    box-shadow: 0px 0px 5px 0 rgba(0, 0, 0, 0.2); }
    div.pageNav ul.tab-1 li.tab-1:before {
      right: 10px;
      width: 10px;
      height: 10px; }
    div.pageNav ul.tab-1 li.tab-1 .sectionName {
      opacity: 1;
      transition: opacity 0.1s ease-in-out;
      padding-right: .5rem; }
    div.pageNav ul.tab-1 li.tab-1:hover .sectionName {
      opacity: inherit; }
  div.pageNav ul.tab-2 li.tab-2 {
    background-color: #fff;
    border-radius: 1.5rem;
    box-shadow: 0px 0px 5px 0 rgba(0, 0, 0, 0.2); }
    div.pageNav ul.tab-2 li.tab-2:before {
      right: 10px;
      width: 10px;
      height: 10px; }
    div.pageNav ul.tab-2 li.tab-2 .sectionName {
      opacity: 1;
      transition: opacity 0.1s ease-in-out;
      padding-right: .5rem; }
    div.pageNav ul.tab-2 li.tab-2:hover .sectionName {
      opacity: inherit; }
  div.pageNav ul.tab-3 li.tab-3 {
    background-color: #fff;
    border-radius: 1.5rem;
    box-shadow: 0px 0px 5px 0 rgba(0, 0, 0, 0.2); }
    div.pageNav ul.tab-3 li.tab-3:before {
      right: 10px;
      width: 10px;
      height: 10px; }
    div.pageNav ul.tab-3 li.tab-3 .sectionName {
      opacity: 1;
      transition: opacity 0.1s ease-in-out;
      padding-right: .5rem; }
    div.pageNav ul.tab-3 li.tab-3:hover .sectionName {
      opacity: inherit; }
  div.pageNav ul.tab-4 li.tab-4 {
    background-color: #fff;
    border-radius: 1.5rem;
    box-shadow: 0px 0px 5px 0 rgba(0, 0, 0, 0.2); }
    div.pageNav ul.tab-4 li.tab-4:before {
      right: 10px;
      width: 10px;
      height: 10px; }
    div.pageNav ul.tab-4 li.tab-4 .sectionName {
      opacity: 1;
      transition: opacity 0.1s ease-in-out;
      padding-right: .5rem; }
    div.pageNav ul.tab-4 li.tab-4:hover .sectionName {
      opacity: inherit; }
  div.pageNav ul.tab-5 li.tab-5 {
    background-color: #fff;
    border-radius: 1.5rem;
    box-shadow: 0px 0px 5px 0 rgba(0, 0, 0, 0.2); }
    div.pageNav ul.tab-5 li.tab-5:before {
      right: 10px;
      width: 10px;
      height: 10px; }
    div.pageNav ul.tab-5 li.tab-5 .sectionName {
      opacity: 1;
      transition: opacity 0.1s ease-in-out;
      padding-right: .5rem; }
    div.pageNav ul.tab-5 li.tab-5:hover .sectionName {
      opacity: inherit; }
  div.pageNav ul.tab-6 li.tab-6 {
    background-color: #fff;
    border-radius: 1.5rem;
    box-shadow: 0px 0px 5px 0 rgba(0, 0, 0, 0.2); }
    div.pageNav ul.tab-6 li.tab-6:before {
      right: 10px;
      width: 10px;
      height: 10px; }
    div.pageNav ul.tab-6 li.tab-6 .sectionName {
      opacity: 1;
      transition: opacity 0.1s ease-in-out;
      padding-right: .5rem; }
    div.pageNav ul.tab-6 li.tab-6:hover .sectionName {
      opacity: inherit; }
  div.pageNav ul.tab-7 li.tab-7 {
    background-color: #fff;
    border-radius: 1.5rem;
    box-shadow: 0px 0px 5px 0 rgba(0, 0, 0, 0.2); }
    div.pageNav ul.tab-7 li.tab-7:before {
      right: 10px;
      width: 10px;
      height: 10px; }
    div.pageNav ul.tab-7 li.tab-7 .sectionName {
      opacity: 1;
      transition: opacity 0.1s ease-in-out;
      padding-right: .5rem; }
    div.pageNav ul.tab-7 li.tab-7:hover .sectionName {
      opacity: inherit; }
  div.pageNav ul.tab-8 li.tab-8 {
    background-color: #fff;
    border-radius: 1.5rem;
    box-shadow: 0px 0px 5px 0 rgba(0, 0, 0, 0.2); }
    div.pageNav ul.tab-8 li.tab-8:before {
      right: 10px;
      width: 10px;
      height: 10px; }
    div.pageNav ul.tab-8 li.tab-8 .sectionName {
      opacity: 1;
      transition: opacity 0.1s ease-in-out;
      padding-right: .5rem; }
    div.pageNav ul.tab-8 li.tab-8:hover .sectionName {
      opacity: inherit; }
  div.pageNav ul.tab-9 li.tab-9 {
    background-color: #fff;
    border-radius: 1.5rem;
    box-shadow: 0px 0px 5px 0 rgba(0, 0, 0, 0.2); }
    div.pageNav ul.tab-9 li.tab-9:before {
      right: 10px;
      width: 10px;
      height: 10px; }
    div.pageNav ul.tab-9 li.tab-9 .sectionName {
      opacity: 1;
      transition: opacity 0.1s ease-in-out;
      padding-right: .5rem; }
    div.pageNav ul.tab-9 li.tab-9:hover .sectionName {
      opacity: inherit; }
  div.pageNav ul.tab-10 li.tab-10 {
    background-color: #fff;
    border-radius: 1.5rem;
    box-shadow: 0px 0px 5px 0 rgba(0, 0, 0, 0.2); }
    div.pageNav ul.tab-10 li.tab-10:before {
      right: 10px;
      width: 10px;
      height: 10px; }
    div.pageNav ul.tab-10 li.tab-10 .sectionName {
      opacity: 1;
      transition: opacity 0.1s ease-in-out;
      padding-right: .5rem; }
    div.pageNav ul.tab-10 li.tab-10:hover .sectionName {
      opacity: inherit; }

.fq-parallax-hero {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 930px; }
  @media (max-width: 991.98px) {
    .fq-parallax-hero {
      min-height: 100%;
      height: 100%; } }
  .fq-parallax-hero .px-background {
    width: 100%;
    height: 100%; }
    @media (max-width: 991.98px) {
      .fq-parallax-hero .px-background {
        min-height: 50vh; }
        .fq-parallax-hero .px-background img, .fq-parallax-hero .px-background .content-page-header .header-image.img-gray video, .content-page-header .header-image.img-gray .fq-parallax-hero .px-background video {
          min-height: 50vh; } }
    .fq-parallax-hero .px-background img, .fq-parallax-hero .px-background .content-page-header .header-image.img-gray video, .content-page-header .header-image.img-gray .fq-parallax-hero .px-background video {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: bottom;
      display: block;
      aspect-ratio: 16 / 9; }
      .fq-parallax-hero .px-background img.gray, .fq-parallax-hero .px-background .content-page-header .header-image.img-gray video.gray, .content-page-header .header-image.img-gray .fq-parallax-hero .px-background video.gray {
        filter: grayscale(1); }
  .fq-parallax-hero .px-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    height: 100%;
    min-width: 100%;
    min-height: 100vh;
    z-index: 1;
    mix-blend-mode: color;
    background-color: #42E6FF; }
    @media (max-width: 991.98px) {
      .fq-parallax-hero .px-overlay {
        min-height: auto; } }
  .fq-parallax-hero .px-text {
    position: absolute;
    top: 20%;
    left: 0;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100vh;
    z-index: 2;
    color: #ffffff; }
    @media (max-width: 991.98px) {
      .fq-parallax-hero .px-text {
        top: 5%;
        min-height: auto; } }
  .fq-parallax-hero .px-foreground {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-width: 100%;
    z-index: 3; }
    .fq-parallax-hero .px-foreground img, .fq-parallax-hero .px-foreground .content-page-header .header-image.img-gray video, .content-page-header .header-image.img-gray .fq-parallax-hero .px-foreground video {
      display: block;
      height: auto;
      max-width: 100%;
      position: absolute;
      bottom: 0;
      right: 0; }
  .fq-parallax-hero .grid-container {
    display: grid;
    grid-template-rows: auto auto;
    /* Two rows */
    grid-template-columns: 50% 50%;
    /* Two equal columns */
    width: 100%;
    /* Grid spans the full width of the h1 */
    row-gap: 3rem; }
    @media (max-width: 991.98px) {
      .fq-parallax-hero .grid-container {
        grid-template-columns: 100%;
        row-gap: 0.5rem; } }
    .fq-parallax-hero .grid-container h1 {
      font-family: "Oswald", sans-serif;
      font-weight: 500;
      font-size: 8.75rem;
      line-height: 1.1em;
      letter-spacing: -0.04em;
      text-transform: uppercase;
      grid-column: 1 / span 2;
      /* Span the full width of both columns */
      grid-row: 1;
      /* Place in the first row */
      text-align: center;
      /* Center the text horizontally */ }
      @media (max-width: 991.98px) {
        .fq-parallax-hero .grid-container h1 {
          grid-column: 1 / span 1;
          font-size: 2rem; } }
    .fq-parallax-hero .grid-container h2 {
      font-family: "Roboto", sans-serif;
      font-weight: 400;
      font-size: 1.875rem;
      grid-column: 2;
      /* Place in the second column */
      grid-row: 2;
      /* Place in the second row */ }
      @media (max-width: 991.98px) {
        .fq-parallax-hero .grid-container h2 {
          grid-column: 1;
          text-align: center;
          font-size: 1rem;
          padding: 0 2rem; } }

section.outside {
  position: relative;
  width: 100%;
  z-index: 4;
  background: #42e6ff;
  background: linear-gradient(0deg, #42e6ff 0%, #0f78ad 90%); }
  section.outside.bg-true-black {
    background: #000000; }
  section.outside.txt-true-black {
    color: #000000; }
    section.outside.txt-true-black .betterProducts h1, section.outside.txt-true-black .betterProducts h2, section.outside.txt-true-black .betterProducts h3, section.outside.txt-true-black .betterProducts h4, section.outside.txt-true-black .betterProducts h5, section.outside.txt-true-black .betterProducts h6, section.outside.txt-true-black .betterProducts p, section.outside.txt-true-black .betterProducts span, section.outside.txt-true-black .betterProducts em, section.outside.txt-true-black .betterProducts sup {
      color: #000000; }
  section.outside.btn-true-black .betterProducts p .fq-btn {
    color: #000000;
    border-bottom-color: #000000; }
    section.outside.btn-true-black .betterProducts p .fq-btn:after {
      background-color: #000000; }
  section.outside.bg-true-white {
    background: #ffffff; }
  section.outside.txt-true-white {
    color: #ffffff; }
    section.outside.txt-true-white .betterProducts h1, section.outside.txt-true-white .betterProducts h2, section.outside.txt-true-white .betterProducts h3, section.outside.txt-true-white .betterProducts h4, section.outside.txt-true-white .betterProducts h5, section.outside.txt-true-white .betterProducts h6, section.outside.txt-true-white .betterProducts p, section.outside.txt-true-white .betterProducts span, section.outside.txt-true-white .betterProducts em, section.outside.txt-true-white .betterProducts sup {
      color: #ffffff; }
  section.outside.btn-true-white .betterProducts p .fq-btn {
    color: #ffffff;
    border-bottom-color: #ffffff; }
    section.outside.btn-true-white .betterProducts p .fq-btn:after {
      background-color: #ffffff; }
  section.outside.bg-black {
    background: #111111; }
  section.outside.txt-black {
    color: #111111; }
    section.outside.txt-black .betterProducts h1, section.outside.txt-black .betterProducts h2, section.outside.txt-black .betterProducts h3, section.outside.txt-black .betterProducts h4, section.outside.txt-black .betterProducts h5, section.outside.txt-black .betterProducts h6, section.outside.txt-black .betterProducts p, section.outside.txt-black .betterProducts span, section.outside.txt-black .betterProducts em, section.outside.txt-black .betterProducts sup {
      color: #111111; }
  section.outside.btn-black .betterProducts p .fq-btn {
    color: #111111;
    border-bottom-color: #111111; }
    section.outside.btn-black .betterProducts p .fq-btn:after {
      background-color: #111111; }
  section.outside.bg-earth {
    background: #85BD5C; }
  section.outside.txt-earth {
    color: #85BD5C; }
    section.outside.txt-earth .betterProducts h1, section.outside.txt-earth .betterProducts h2, section.outside.txt-earth .betterProducts h3, section.outside.txt-earth .betterProducts h4, section.outside.txt-earth .betterProducts h5, section.outside.txt-earth .betterProducts h6, section.outside.txt-earth .betterProducts p, section.outside.txt-earth .betterProducts span, section.outside.txt-earth .betterProducts em, section.outside.txt-earth .betterProducts sup {
      color: #85BD5C; }
  section.outside.btn-earth .betterProducts p .fq-btn {
    color: #85BD5C;
    border-bottom-color: #85BD5C; }
    section.outside.btn-earth .betterProducts p .fq-btn:after {
      background-color: #85BD5C; }
  section.outside.bg-catalyst {
    background: #F1AD4A; }
  section.outside.txt-catalyst {
    color: #F1AD4A; }
    section.outside.txt-catalyst .betterProducts h1, section.outside.txt-catalyst .betterProducts h2, section.outside.txt-catalyst .betterProducts h3, section.outside.txt-catalyst .betterProducts h4, section.outside.txt-catalyst .betterProducts h5, section.outside.txt-catalyst .betterProducts h6, section.outside.txt-catalyst .betterProducts p, section.outside.txt-catalyst .betterProducts span, section.outside.txt-catalyst .betterProducts em, section.outside.txt-catalyst .betterProducts sup {
      color: #F1AD4A; }
  section.outside.btn-catalyst .betterProducts p .fq-btn {
    color: #F1AD4A;
    border-bottom-color: #F1AD4A; }
    section.outside.btn-catalyst .betterProducts p .fq-btn:after {
      background-color: #F1AD4A; }
  section.outside.bg-pioneer {
    background: #1EC4C0; }
  section.outside.txt-pioneer {
    color: #1EC4C0; }
    section.outside.txt-pioneer .betterProducts h1, section.outside.txt-pioneer .betterProducts h2, section.outside.txt-pioneer .betterProducts h3, section.outside.txt-pioneer .betterProducts h4, section.outside.txt-pioneer .betterProducts h5, section.outside.txt-pioneer .betterProducts h6, section.outside.txt-pioneer .betterProducts p, section.outside.txt-pioneer .betterProducts span, section.outside.txt-pioneer .betterProducts em, section.outside.txt-pioneer .betterProducts sup {
      color: #1EC4C0; }
  section.outside.btn-pioneer .betterProducts p .fq-btn {
    color: #1EC4C0;
    border-bottom-color: #1EC4C0; }
    section.outside.btn-pioneer .betterProducts p .fq-btn:after {
      background-color: #1EC4C0; }
  section.outside.bg-rebel {
    background: #0F78AD; }
  section.outside.txt-rebel {
    color: #0F78AD; }
    section.outside.txt-rebel .betterProducts h1, section.outside.txt-rebel .betterProducts h2, section.outside.txt-rebel .betterProducts h3, section.outside.txt-rebel .betterProducts h4, section.outside.txt-rebel .betterProducts h5, section.outside.txt-rebel .betterProducts h6, section.outside.txt-rebel .betterProducts p, section.outside.txt-rebel .betterProducts span, section.outside.txt-rebel .betterProducts em, section.outside.txt-rebel .betterProducts sup {
      color: #0F78AD; }
  section.outside.btn-rebel .betterProducts p .fq-btn {
    color: #0F78AD;
    border-bottom-color: #0F78AD; }
    section.outside.btn-rebel .betterProducts p .fq-btn:after {
      background-color: #0F78AD; }
  section.outside.bg-white {
    background: #F7F4F2; }
  section.outside.txt-white {
    color: #F7F4F2; }
    section.outside.txt-white .betterProducts h1, section.outside.txt-white .betterProducts h2, section.outside.txt-white .betterProducts h3, section.outside.txt-white .betterProducts h4, section.outside.txt-white .betterProducts h5, section.outside.txt-white .betterProducts h6, section.outside.txt-white .betterProducts p, section.outside.txt-white .betterProducts span, section.outside.txt-white .betterProducts em, section.outside.txt-white .betterProducts sup {
      color: #F7F4F2; }
  section.outside.btn-white .betterProducts p .fq-btn {
    color: #F7F4F2;
    border-bottom-color: #F7F4F2; }
    section.outside.btn-white .betterProducts p .fq-btn:after {
      background-color: #F7F4F2; }
  section.outside.bg-off-white {
    background: #F7F4F2; }
  section.outside.txt-off-white {
    color: #F7F4F2; }
    section.outside.txt-off-white .betterProducts h1, section.outside.txt-off-white .betterProducts h2, section.outside.txt-off-white .betterProducts h3, section.outside.txt-off-white .betterProducts h4, section.outside.txt-off-white .betterProducts h5, section.outside.txt-off-white .betterProducts h6, section.outside.txt-off-white .betterProducts p, section.outside.txt-off-white .betterProducts span, section.outside.txt-off-white .betterProducts em, section.outside.txt-off-white .betterProducts sup {
      color: #F7F4F2; }
  section.outside.btn-off-white .betterProducts p .fq-btn {
    color: #F7F4F2;
    border-bottom-color: #F7F4F2; }
    section.outside.btn-off-white .betterProducts p .fq-btn:after {
      background-color: #F7F4F2; }
  section.outside.bg-canvas {
    background: #EBEBEB; }
  section.outside.txt-canvas {
    color: #EBEBEB; }
    section.outside.txt-canvas .betterProducts h1, section.outside.txt-canvas .betterProducts h2, section.outside.txt-canvas .betterProducts h3, section.outside.txt-canvas .betterProducts h4, section.outside.txt-canvas .betterProducts h5, section.outside.txt-canvas .betterProducts h6, section.outside.txt-canvas .betterProducts p, section.outside.txt-canvas .betterProducts span, section.outside.txt-canvas .betterProducts em, section.outside.txt-canvas .betterProducts sup {
      color: #EBEBEB; }
  section.outside.btn-canvas .betterProducts p .fq-btn {
    color: #EBEBEB;
    border-bottom-color: #EBEBEB; }
    section.outside.btn-canvas .betterProducts p .fq-btn:after {
      background-color: #EBEBEB; }
  section.outside.bg-heritage {
    background: #1C344E; }
  section.outside.txt-heritage {
    color: #1C344E; }
    section.outside.txt-heritage .betterProducts h1, section.outside.txt-heritage .betterProducts h2, section.outside.txt-heritage .betterProducts h3, section.outside.txt-heritage .betterProducts h4, section.outside.txt-heritage .betterProducts h5, section.outside.txt-heritage .betterProducts h6, section.outside.txt-heritage .betterProducts p, section.outside.txt-heritage .betterProducts span, section.outside.txt-heritage .betterProducts em, section.outside.txt-heritage .betterProducts sup {
      color: #1C344E; }
  section.outside.btn-heritage .betterProducts p .fq-btn {
    color: #1C344E;
    border-bottom-color: #1C344E; }
    section.outside.btn-heritage .betterProducts p .fq-btn:after {
      background-color: #1C344E; }
  section.outside.bg-heritage-light {
    background: #235175; }
  section.outside.txt-heritage-light {
    color: #235175; }
    section.outside.txt-heritage-light .betterProducts h1, section.outside.txt-heritage-light .betterProducts h2, section.outside.txt-heritage-light .betterProducts h3, section.outside.txt-heritage-light .betterProducts h4, section.outside.txt-heritage-light .betterProducts h5, section.outside.txt-heritage-light .betterProducts h6, section.outside.txt-heritage-light .betterProducts p, section.outside.txt-heritage-light .betterProducts span, section.outside.txt-heritage-light .betterProducts em, section.outside.txt-heritage-light .betterProducts sup {
      color: #235175; }
  section.outside.btn-heritage-light .betterProducts p .fq-btn {
    color: #235175;
    border-bottom-color: #235175; }
    section.outside.btn-heritage-light .betterProducts p .fq-btn:after {
      background-color: #235175; }
  section.outside.bg-violet {
    background: #223777; }
  section.outside.txt-violet {
    color: #223777; }
    section.outside.txt-violet .betterProducts h1, section.outside.txt-violet .betterProducts h2, section.outside.txt-violet .betterProducts h3, section.outside.txt-violet .betterProducts h4, section.outside.txt-violet .betterProducts h5, section.outside.txt-violet .betterProducts h6, section.outside.txt-violet .betterProducts p, section.outside.txt-violet .betterProducts span, section.outside.txt-violet .betterProducts em, section.outside.txt-violet .betterProducts sup {
      color: #223777; }
  section.outside.btn-violet .betterProducts p .fq-btn {
    color: #223777;
    border-bottom-color: #223777; }
    section.outside.btn-violet .betterProducts p .fq-btn:after {
      background-color: #223777; }
  section.outside.bg-text {
    background: #7D7D7D; }
  section.outside.txt-text {
    color: #7D7D7D; }
    section.outside.txt-text .betterProducts h1, section.outside.txt-text .betterProducts h2, section.outside.txt-text .betterProducts h3, section.outside.txt-text .betterProducts h4, section.outside.txt-text .betterProducts h5, section.outside.txt-text .betterProducts h6, section.outside.txt-text .betterProducts p, section.outside.txt-text .betterProducts span, section.outside.txt-text .betterProducts em, section.outside.txt-text .betterProducts sup {
      color: #7D7D7D; }
  section.outside.btn-text .betterProducts p .fq-btn {
    color: #7D7D7D;
    border-bottom-color: #7D7D7D; }
    section.outside.btn-text .betterProducts p .fq-btn:after {
      background-color: #7D7D7D; }
  section.outside.bg-light_gray {
    background: #D9D9D9; }
  section.outside.txt-light_gray {
    color: #D9D9D9; }
    section.outside.txt-light_gray .betterProducts h1, section.outside.txt-light_gray .betterProducts h2, section.outside.txt-light_gray .betterProducts h3, section.outside.txt-light_gray .betterProducts h4, section.outside.txt-light_gray .betterProducts h5, section.outside.txt-light_gray .betterProducts h6, section.outside.txt-light_gray .betterProducts p, section.outside.txt-light_gray .betterProducts span, section.outside.txt-light_gray .betterProducts em, section.outside.txt-light_gray .betterProducts sup {
      color: #D9D9D9; }
  section.outside.btn-light_gray .betterProducts p .fq-btn {
    color: #D9D9D9;
    border-bottom-color: #D9D9D9; }
    section.outside.btn-light_gray .betterProducts p .fq-btn:after {
      background-color: #D9D9D9; }
  section.outside.bg-light_gray_start {
    background: #E7E7E7; }
  section.outside.txt-light_gray_start {
    color: #E7E7E7; }
    section.outside.txt-light_gray_start .betterProducts h1, section.outside.txt-light_gray_start .betterProducts h2, section.outside.txt-light_gray_start .betterProducts h3, section.outside.txt-light_gray_start .betterProducts h4, section.outside.txt-light_gray_start .betterProducts h5, section.outside.txt-light_gray_start .betterProducts h6, section.outside.txt-light_gray_start .betterProducts p, section.outside.txt-light_gray_start .betterProducts span, section.outside.txt-light_gray_start .betterProducts em, section.outside.txt-light_gray_start .betterProducts sup {
      color: #E7E7E7; }
  section.outside.btn-light_gray_start .betterProducts p .fq-btn {
    color: #E7E7E7;
    border-bottom-color: #E7E7E7; }
    section.outside.btn-light_gray_start .betterProducts p .fq-btn:after {
      background-color: #E7E7E7; }
  section.outside .trees {
    position: sticky;
    top: 0;
    width: 100%;
    height: 100vh;
    min-height: 800px;
    overflow: hidden;
    z-index: 10;
    pointer-events: none; }
    section.outside .trees > img, section.outside .content-page-header .header-image.img-gray .trees > video, .content-page-header .header-image.img-gray section.outside .trees > video {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: auto; }
    section.outside .trees div#treeTrigger {
      position: absolute;
      top: 50vh;
      height: 1px;
      z-index: -1; }
  @media (max-width: 991.98px) {
    section.outside .trees > img, section.outside .content-page-header .header-image.img-gray .trees > video, .content-page-header .header-image.img-gray section.outside .trees > video {
      bottom: 0;
      height: 40%;
      width: 100%;
      left: unset;
      object-fit: cover; } }
  section.outside .betterProducts {
    position: relative;
    width: 100%;
    margin-top: -43vh;
    padding: 150px 0; }
    section.outside .betterProducts h2 {
      font-family: "Oswald", sans-serif;
      font-weight: 600;
      font-size: 5rem;
      line-height: 1.1em;
      letter-spacing: -0.04em;
      text-align: center;
      margin: 20px auto;
      text-transform: none;
      color: #fff; }
      @media (max-width: 991.98px) {
        section.outside .betterProducts h2 {
          font-size: 3rem; } }
    section.outside .betterProducts p {
      font-family: "Roboto", sans-serif;
      font-weight: 400;
      font-size: 1.25rem;
      max-width: 650px;
      margin: 20px auto;
      text-align: center;
      color: #fff; }
      @media (max-width: 991.98px) {
        section.outside .betterProducts p {
          padding: 0 1rem; } }
      section.outside .betterProducts p button, section.outside .betterProducts p .fq-btn {
        font-family: "Oswald", sans-serif;
        font-weight: 600;
        font-size: 24px;
        line-height: 1.1em;
        letter-spacing: -0.04em;
        position: relative;
        border: 0;
        padding: 10px 0;
        display: block;
        margin: 20px auto;
        width: fit-content;
        outline: none;
        background-color: transparent;
        color: #fefefe;
        border-bottom: 2px solid #fefefe;
        transition: color 0.2s ease-in-out, border 0.2s ease-in-out; }
        section.outside .betterProducts p button:hover, section.outside .betterProducts p .fq-btn:hover {
          cursor: pointer;
          border-color: #0F78AD; }
  section.outside div.stats {
    position: relative;
    width: 100%;
    z-index: 20;
    height: 80vh; }
    section.outside div.stats div.statOne {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 33%;
      height: 0;
      background-color: #85BD5C;
      transition: height 0.7s ease-in-out; }
    section.outside div.stats div.statTwo {
      position: absolute;
      bottom: 0;
      left: 33%;
      width: 34%;
      height: 0;
      background-color: #0F78AD;
      transition: height 1.5s ease-in-out; }
    section.outside div.stats div.statThree {
      position: absolute;
      bottom: 0;
      right: 0;
      width: 33%;
      height: 0;
      background-color: #F1AD4A;
      transition: height 1.1s ease-in-out; }
    section.outside div.stats div.statOne,
    section.outside div.stats div.statTwo,
    section.outside div.stats div.statThree {
      padding-bottom: 10vh; }
      section.outside div.stats div.statOne:before,
      section.outside div.stats div.statTwo:before,
      section.outside div.stats div.statThree:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        margin-right: -0.25em;
        /* Adjusts for spacing */ }
      section.outside div.stats div.statOne div.stat-content,
      section.outside div.stats div.statTwo div.stat-content,
      section.outside div.stats div.statThree div.stat-content {
        position: relative;
        width: 100%;
        display: inline-block;
        vertical-align: bottom;
        padding-bottom: 0;
        text-align: center;
        opacity: 0;
        transition: opacity 1s ease-in-out; }
        section.outside div.stats div.statOne div.stat-content div.stat-icon,
        section.outside div.stats div.statTwo div.stat-content div.stat-icon,
        section.outside div.stats div.statThree div.stat-content div.stat-icon {
          position: relative;
          width: 150px;
          margin: 10px auto; }
          section.outside div.stats div.statOne div.stat-content div.stat-icon > img, section.outside div.stats div.statOne div.stat-content .content-page-header .header-image.img-gray div.stat-icon > video, .content-page-header .header-image.img-gray section.outside div.stats div.statOne div.stat-content div.stat-icon > video,
          section.outside div.stats div.statTwo div.stat-content div.stat-icon > img,
          section.outside div.stats div.statTwo div.stat-content .content-page-header .header-image.img-gray div.stat-icon > video,
          .content-page-header .header-image.img-gray section.outside div.stats div.statTwo div.stat-content div.stat-icon > video,
          section.outside div.stats div.statThree div.stat-content div.stat-icon > img,
          section.outside div.stats div.statThree div.stat-content .content-page-header .header-image.img-gray div.stat-icon > video,
          .content-page-header .header-image.img-gray section.outside div.stats div.statThree div.stat-content div.stat-icon > video {
            width: 100%;
            height: auto; }
        section.outside div.stats div.statOne div.stat-content div.stat-number,
        section.outside div.stats div.statTwo div.stat-content div.stat-number,
        section.outside div.stats div.statThree div.stat-content div.stat-number {
          font-family: "Oswald", sans-serif;
          font-weight: 600;
          font-size: 140px;
          line-height: 1.1em;
          letter-spacing: -0.04em;
          margin: 10px auto; }
        section.outside div.stats div.statOne div.stat-content div.stat-text,
        section.outside div.stats div.statTwo div.stat-content div.stat-text,
        section.outside div.stats div.statThree div.stat-content div.stat-text {
          font-family: "Roboto", sans-serif;
          font-weight: 400;
          font-size: 20px;
          margin: 10px auto;
          height: 80px; }
      section.outside div.stats div.statOne.expand,
      section.outside div.stats div.statTwo.expand,
      section.outside div.stats div.statThree.expand {
        height: 100vh; }
        section.outside div.stats div.statOne.expand div.stat-content,
        section.outside div.stats div.statTwo.expand div.stat-content,
        section.outside div.stats div.statThree.expand div.stat-content {
          opacity: 1; }
    section.outside div.stats #statTrigger {
      position: absolute;
      top: 20%;
      height: 1px;
      z-index: -1; }

section.impactStats {
  position: relative;
  width: 100%;
  min-height: 70vh;
  background-color: #fff; }
  section.impactStats div.stats {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 20; }
    section.impactStats div.stats div.statOne {
      position: absolute;
      top: 0;
      left: 0;
      width: 33%;
      height: 45vh;
      background-color: #85BD5C; }
    section.impactStats div.stats div.statTwo {
      position: absolute;
      top: 0;
      left: 33%;
      width: 34%;
      height: 30vh;
      background-color: #0F78AD;
      transition: height 1.5s ease-in-out; }
    section.impactStats div.stats div.statThree {
      position: absolute;
      top: 0;
      right: 0;
      width: 33%;
      height: 60vh;
      background-color: #F1AD4A;
      transition: height 1.1s ease-in-out; }

.brands {
  position: relative;
  width: 100%;
  padding: 150px 0 0 0;
  z-index: 15; }
  .brands #brandsTrigger {
    position: absolute;
    top: 50%;
    height: 1px;
    z-index: -1; }
  .brands #brandBlurb {
    position: relative;
    width: 100%;
    margin: 0 auto;
    max-width: 650px;
    filter: blur(5px);
    opacity: 0;
    transform: translateY(20px);
    transition: filter 1s ease-in-out, opacity 1s ease-in-out, transform 1s ease-in-out; }
    .brands #brandBlurb.blurIn {
      filter: blur(0px);
      opacity: 1;
      transform: translateY(0px); }
    .brands #brandBlurb h2 {
      font-family: "Oswald", sans-serif;
      font-weight: 600;
      font-size: 70px;
      line-height: 1.1em;
      letter-spacing: -0.04em;
      position: relative;
      width: 100%;
      margin: 0;
      text-align: center;
      z-index: 30; }
    .brands #brandBlurb p {
      font-family: "Roboto", sans-serif;
      font-weight: 400;
      font-size: 20px;
      margin: 15px auto;
      text-align: center; }
      @media (max-width: 991.98px) {
        .brands #brandBlurb p {
          max-width: 75vw; } }
  .brands button {
    font-family: "Oswald", sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 1.1em;
    letter-spacing: -0.04em;
    position: relative;
    border: 0;
    padding: 10px 0;
    display: block;
    margin: 20px auto;
    outline: none;
    background-color: transparent;
    color: #fefefe;
    border-bottom: 2px solid #fefefe;
    transition: color 0.2s ease-in-out, border 0.2s ease-in-out; }
    .brands button:hover {
      cursor: pointer;
      border-color: #0F78AD; }
  .brands div.brandCarousel {
    position: relative;
    width: 100%;
    padding: 0 0 80px 0;
    margin: 0 auto;
    white-space: nowrap;
    overflow-x: hidden; }
    .brands div.brandCarousel div.brandToggle {
      position: absolute;
      bottom: 1.5rem;
      left: 50%;
      transform: translateX(-50%); }
      .brands div.brandCarousel div.brandToggle > div {
        position: relative;
        width: 50px;
        height: 50px;
        margin: 0 5px;
        display: inline-block;
        vertical-align: middle; }
        .brands div.brandCarousel div.brandToggle > div > img, .brands div.brandCarousel .content-page-header .header-image.img-gray div.brandToggle > div > video, .content-page-header .header-image.img-gray .brands div.brandCarousel div.brandToggle > div > video {
          width: 100%;
          height: auto; }
      .brands div.brandCarousel div.brandToggle.left #brandLeft {
        opacity: 0.3; }
      .brands div.brandCarousel div.brandToggle.right #brandRight {
        opacity: 0.3; }
    .brands div.brandCarousel div.brandContainer {
      position: relative;
      display: inline-block;
      left: 50%;
      width: auto;
      transform: translateX(-50%);
      transition: transform 1s ease-in-out; }
      .brands div.brandCarousel div.brandContainer.left {
        transform: translateX(-20%); }
      .brands div.brandCarousel div.brandContainer.right {
        transform: translateX(-80%); }
      .brands div.brandCarousel div.brandContainer div.brand {
        display: inline-block;
        position: relative;
        width: clamp(350px, 50vw, 510px);
        padding: 30px 65px 0 65px;
        vertical-align: middle;
        opacity: 0;
        transition: opacity 1s ease-in-out; }
        @media (max-width: 991.98px) {
          .brands div.brandCarousel div.brandContainer div.brand {
            padding: 30px 1.5rem 0 1.5rem; } }
        .brands div.brandCarousel div.brandContainer div.brand.show {
          opacity: 1; }
        .brands div.brandCarousel div.brandContainer div.brand .logoBlock {
          display: block;
          position: relative;
          width: 100%;
          height: 0;
          padding-bottom: 100%;
          border-radius: 50%;
          background-color: #fff;
          transition: transform 0.2s ease-in-out; }
          .brands div.brandCarousel div.brandContainer div.brand .logoBlock > img, .brands div.brandCarousel div.brandContainer div.brand .content-page-header .header-image.img-gray .logoBlock > video, .content-page-header .header-image.img-gray .brands div.brandCarousel div.brandContainer div.brand .logoBlock > video {
            position: absolute;
            top: 50%;
            left: 50%;
            width: 90%;
            height: auto;
            transform: translate(-50%, -50%);
            transition: width 0.2s ease-in-out, filter 0.2s ease-in-out, opacity 0.2s ease-in-out; }
        .brands div.brandCarousel div.brandContainer div.brand div.brandName {
          position: relative;
          width: 100%;
          padding: 20px 0 0 0;
          opacity: 0;
          transform: translateY(-30px);
          transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out; }
          .brands div.brandCarousel div.brandContainer div.brand div.brandName h4 {
            font-family: "Oswald", sans-serif;
            font-weight: 600;
            font-size: 26px;
            line-height: 1.1em;
            letter-spacing: -0.04em;
            margin: 0 auto;
            text-align: center;
            color: #fff; }
          .brands div.brandCarousel div.brandContainer div.brand div.brandName p {
            font-family: "Roboto", sans-serif;
            font-weight: 400;
            font-size: 1.5rem;
            text-align: center;
            margin: 5px auto;
            color: #fff; }
        .brands div.brandCarousel div.brandContainer div.brand.select a.logoBlock {
          cursor: pointer; }
          .brands div.brandCarousel div.brandContainer div.brand.select a.logoBlock > img, .brands div.brandCarousel div.brandContainer div.brand.select .content-page-header .header-image.img-gray a.logoBlock > video, .content-page-header .header-image.img-gray .brands div.brandCarousel div.brandContainer div.brand.select a.logoBlock > video {
            width: 95%; }
        .brands div.brandCarousel div.brandContainer div.brand.select div.brandName {
          transform: translateY(-8px);
          opacity: 1; }
        .brands div.brandCarousel div.brandContainer div.brand.deselect a.logoBlock {
          transform: scale(0.97); }
          .brands div.brandCarousel div.brandContainer div.brand.deselect a.logoBlock > img, .brands div.brandCarousel div.brandContainer div.brand.deselect .content-page-header .header-image.img-gray a.logoBlock > video, .content-page-header .header-image.img-gray .brands div.brandCarousel div.brandContainer div.brand.deselect a.logoBlock > video {
            filter: grayscale(100%);
            opacity: 0.7; }
  .brands div.productLine {
    position: relative;
    width: 100%;
    max-width: 1600px;
    padding: 0 100px;
    margin: 0 auto; }
    .brands div.productLine div.brand {
      display: inline-block;
      position: relative;
      width: 16.666%;
      padding: 30px 20px 0 20px;
      vertical-align: middle;
      opacity: 0;
      transition: opacity 1s ease-in-out; }
      .brands div.productLine div.brand.show {
        opacity: 1; }
      .brands div.productLine div.brand a.logoBlock {
        position: relative;
        width: 100%;
        height: 0;
        padding-bottom: 100%;
        border-radius: 50%;
        background-color: #fff;
        transition: transform 0.2s ease-in-out; }
        .brands div.productLine div.brand a.logoBlock > img, .brands div.productLine div.brand .content-page-header .header-image.img-gray a.logoBlock > video, .content-page-header .header-image.img-gray .brands div.productLine div.brand a.logoBlock > video {
          position: absolute;
          top: 50%;
          left: 50%;
          width: 90%;
          height: auto;
          transform: translate(-50%, -50%);
          transition: width 0.2s ease-in-out, filter 0.2s ease-in-out, opacity 0.2s ease-in-out; }
      .brands div.productLine div.brand div.brandName {
        position: relative;
        width: 100%;
        padding: 20px 0 0 0;
        opacity: 0;
        transform: translateY(-30px);
        transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out; }
        .brands div.productLine div.brand div.brandName h4 {
          font-family: "Oswald", sans-serif;
          font-weight: 600;
          font-size: 26px;
          line-height: 1.1em;
          letter-spacing: -0.04em;
          margin: 0 auto;
          text-align: center; }
        .brands div.productLine div.brand div.brandName p {
          font-family: "Roboto", sans-serif;
          font-weight: 400;
          font-size: 16px;
          text-align: center;
          margin: 5px auto; }
      .brands div.productLine div.brand.select a.logoBlock {
        cursor: pointer; }
        .brands div.productLine div.brand.select a.logoBlock > img, .brands div.productLine div.brand.select .content-page-header .header-image.img-gray a.logoBlock > video, .content-page-header .header-image.img-gray .brands div.productLine div.brand.select a.logoBlock > video {
          width: 95%; }
      .brands div.productLine div.brand.select div.brandName {
        transform: translateY(0px);
        opacity: 1; }
      .brands div.productLine div.brand.deselect a.logoBlock {
        transform: scale(0.97); }
        .brands div.productLine div.brand.deselect a.logoBlock > img, .brands div.productLine div.brand.deselect .content-page-header .header-image.img-gray a.logoBlock > video, .content-page-header .header-image.img-gray .brands div.productLine div.brand.deselect a.logoBlock > video {
          filter: grayscale(100%);
          opacity: 0.7; }
  .brands div.productGroup {
    position: relative;
    width: 100%;
    max-width: 1400px;
    height: 580px;
    margin: 0 auto; }
    .brands div.productGroup div#plenty {
      position: absolute;
      top: 0;
      left: 50%;
      width: 400px;
      transform: translateX(-50%);
      z-index: 2; }
    .brands div.productGroup div#cuties {
      position: absolute;
      top: 200px;
      left: 50%;
      width: 210px;
      transform: translateX(-360px);
      z-index: 3; }
    .brands div.productGroup div#prevail {
      position: absolute;
      top: 225px;
      left: 50%;
      width: 270px;
      transform: translateX(140px);
      z-index: 4; }
    .brands div.productGroup div#incognito {
      position: absolute;
      top: 265px;
      left: 50%;
      width: 280px;
      transform: translateX(-250px);
      z-index: 5; }
    .brands div.productGroup div#panda {
      position: absolute;
      top: 200px;
      left: 50%;
      width: 225px;
      transform: translateX(-70px);
      z-index: 6; }
    .brands div.productGroup div {
      opacity: 0;
      transition: filter 0.2s ease-in-out, margin-top 0.2s ease-in-out, opacity 1s ease-in-out; }
      .brands div.productGroup div.deselect {
        filter: grayscale(100%); }
      .brands div.productGroup div.select {
        cursor: pointer;
        margin-top: -10px; }
      .brands div.productGroup div.show {
        opacity: 1; }
      .brands div.productGroup div img, .brands div.productGroup div .content-page-header .header-image.img-gray video, .content-page-header .header-image.img-gray .brands div.productGroup div video {
        width: 100%;
        height: auto; }
    .brands div.productGroup div#productName {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      opacity: 0;
      transition: opacity 0.2s ease-in-out; }
      .brands div.productGroup div#productName h4 {
        font-family: "Oswald", sans-serif;
        font-weight: 600;
        font-size: 40px;
        line-height: 1.1em;
        letter-spacing: -0.04em;
        margin: 0 auto;
        text-align: center; }
      .brands div.productGroup div#productName p {
        font-family: "Roboto", sans-serif;
        font-weight: 400;
        font-size: 16px;
        text-align: center;
        margin: 10px auto; }
      .brands div.productGroup div#productName.plenty {
        opacity: 1; }
        .brands div.productGroup div#productName.plenty h4:before {
          content: 'Plenty'; }
        .brands div.productGroup div#productName.plenty p:before {
          content: 'Paper Towels'; }
      .brands div.productGroup div#productName.panda {
        opacity: 1; }
        .brands div.productGroup div#productName.panda h4:before {
          content: 'Panda'; }
        .brands div.productGroup div#productName.panda p:before {
          content: 'Bath Tissue'; }
      .brands div.productGroup div#productName.prevail {
        opacity: 1; }
        .brands div.productGroup div#productName.prevail h4:before {
          content: 'Prevail'; }
        .brands div.productGroup div#productName.prevail p:before {
          content: 'Adult Incontinence'; }
      .brands div.productGroup div#productName.incognito {
        opacity: 1; }
        .brands div.productGroup div#productName.incognito h4:before {
          content: 'Incognito'; }
        .brands div.productGroup div#productName.incognito p:before {
          content: 'Period Care'; }
      .brands div.productGroup div#productName.cuties {
        opacity: 1; }
        .brands div.productGroup div#productName.cuties h4:before {
          content: 'Cuties'; }
        .brands div.productGroup div#productName.cuties p:before {
          content: 'Baby Care'; }

section.newsroom {
  position: relative;
  width: 100%;
  padding: 100px 50px;
  color: #1C344E;
  background: white;
  background: linear-gradient(0deg, white 50%, #ebebeb 100%);
  z-index: 15; }
  @media (max-width: 991.98px) {
    section.newsroom {
      padding: 1rem 0; } }
  section.newsroom #newsTrigger {
    position: absolute;
    top: 50%;
    height: 1px;
    z-index: -1; }
  section.newsroom div#newsBlurb {
    position: relative;
    padding: 1rem;
    width: 100%;
    margin: 0 auto;
    filter: blur(5px);
    opacity: 0;
    transform: translateY(20px);
    transition: filter 1s ease-in-out, opacity 1s ease-in-out, transform 1s ease-in-out; }
    section.newsroom div#newsBlurb.blurIn {
      transform: translateY(0px);
      filter: blur(0px);
      opacity: 1; }
    section.newsroom div#newsBlurb h2 {
      font-family: "Oswald", sans-serif;
      font-weight: 600;
      font-size: 70px;
      line-height: 1.1em;
      letter-spacing: -0.04em;
      position: relative;
      width: 100%;
      max-width: 1400px;
      padding: 0 20px;
      margin: 0 auto;
      text-align: left;
      z-index: 30; }
    section.newsroom div#newsBlurb div.latestNews {
      position: relative;
      width: 100%;
      max-width: 1400px;
      margin: 20px auto;
      display: flex;
      flex-direction: column;
      flex-wrap: wrap; }
      section.newsroom div#newsBlurb div.latestNews > article {
        display: inline-block;
        padding: 20px;
        vertical-align: top;
        flex: 1 1 auto; }
        section.newsroom div#newsBlurb div.latestNews > article div.featureImage {
          position: relative;
          width: 100%;
          padding-bottom: 56.25%;
          background-color: #ccc;
          overflow: hidden;
          aspect-ratio: 4 / 2.5; }
          section.newsroom div#newsBlurb div.latestNews > article div.featureImage img, section.newsroom div#newsBlurb div.latestNews > article div.featureImage .content-page-header .header-image.img-gray video, .content-page-header .header-image.img-gray section.newsroom div#newsBlurb div.latestNews > article div.featureImage video {
            position: absolute;
            top: 50%;
            left: 50%;
            width: 100%;
            height: auto;
            transform: translate(-50%, -50%);
            transition: width 0.5s ease-in-out; }
          @media (min-width: 992px) {
            section.newsroom div#newsBlurb div.latestNews > article div.featureImage {
              position: relative;
              aspect-ratio: 4 / 2.5; }
              section.newsroom div#newsBlurb div.latestNews > article div.featureImage img, section.newsroom div#newsBlurb div.latestNews > article div.featureImage .content-page-header .header-image.img-gray video, .content-page-header .header-image.img-gray section.newsroom div#newsBlurb div.latestNews > article div.featureImage video {
                width: 100%;
                height: 100%;
                object-fit: cover;
                object-position: center;
                position: absolute;
                top: 0;
                left: 0;
                transform: none; } }
        section.newsroom div#newsBlurb div.latestNews > article div.headline {
          position: relative;
          width: 100%;
          padding: 10px 0; }
          section.newsroom div#newsBlurb div.latestNews > article div.headline span.date {
            font-family: "Roboto", sans-serif;
            font-weight: 700;
            font-size: 12px;
            text-transform: uppercase;
            display: block;
            text-align: left;
            margin: 5px 0; }
          section.newsroom div#newsBlurb div.latestNews > article div.headline span.title {
            font-family: "Oswald", sans-serif;
            font-weight: 600;
            font-size: 26px;
            line-height: 1.1em;
            letter-spacing: -0.04em;
            display: block;
            text-align: left;
            margin: 5px 0;
            transition: color 0.2s ease-in-out; }
            section.newsroom div#newsBlurb div.latestNews > article div.headline span.title a {
              color: #1C344E;
              text-decoration: none; }
              section.newsroom div#newsBlurb div.latestNews > article div.headline span.title a:hover {
                text-decoration: underline; }
          section.newsroom div#newsBlurb div.latestNews > article div.headline span.cta {
            font-family: "Roboto", sans-serif;
            font-weight: 700;
            font-size: 12px;
            text-transform: uppercase;
            display: block;
            text-align: left;
            margin: 5px 0;
            color: #0F78AD;
            padding: 1rem 0; }
            section.newsroom div#newsBlurb div.latestNews > article div.headline span.cta a {
              text-decoration: none;
              color: #0F78AD; }
              section.newsroom div#newsBlurb div.latestNews > article div.headline span.cta a:hover {
                text-decoration: underline; }
        section.newsroom div#newsBlurb div.latestNews > article:hover div.featureImage img, section.newsroom div#newsBlurb div.latestNews > article:hover div.featureImage .content-page-header .header-image.img-gray video, .content-page-header .header-image.img-gray section.newsroom div#newsBlurb div.latestNews > article:hover div.featureImage video {
          width: 105%; }
      section.newsroom div#newsBlurb div.latestNews button, section.newsroom div#newsBlurb div.latestNews .fq-btn-news {
        font-family: "Oswald", sans-serif;
        font-weight: 500;
        font-size: 1.25rem;
        line-height: 1.1em;
        letter-spacing: -0.04em;
        color: #1C344E;
        width: fit-content;
        position: relative;
        line-height: 0.9em;
        border: 0;
        padding: 10px 0;
        display: block;
        margin: 20px;
        outline: none;
        background-color: transparent;
        border-bottom: 2px solid #1C344E;
        transition: color 0.2s ease-in-out, border 0.2s ease-in-out; }
        section.newsroom div#newsBlurb div.latestNews button:hover, section.newsroom div#newsBlurb div.latestNews .fq-btn-news:hover {
          cursor: pointer;
          border-color: #0F78AD; }
      @media (min-width: 992px) {
        section.newsroom div#newsBlurb div.latestNews {
          flex-direction: row;
          flex-wrap: wrap; }
          section.newsroom div#newsBlurb div.latestNews > article {
            flex: 1 0 33.333%; } }
    section.newsroom div#newsBlurb p {
      font-family: "Roboto", sans-serif;
      font-weight: 400;
      font-size: 20px;
      margin: 15px auto;
      text-align: center; }

.news-list {
  background-color: #ffffff; }
  .news-list .news-list-ui {
    display: flex;
    margin-top: 2rem; }
    @media (max-width: 991.98px) {
      .news-list .news-list-ui {
        flex-direction: column; } }
    .news-list .news-list-ui .news-left {
      flex: 1 1 25%;
      padding-right: 1.5rem;
      padding-top: 1rem; }
      @media (max-width: 991.98px) {
        .news-list .news-list-ui .news-left {
          padding-right: 0; } }
      .news-list .news-list-ui .news-left .accordion {
        --bs-accordion-border-radius:0;
        --bs-accordion-active-bg:#fff;
        --bs-accordion-inner-border-radius: 0;
        --bs-accordion-border-color: #fff;
        --bs-accordion-btn-padding-x: 0;
        --bs-accordion-btn-padding-y: 1.5rem;
        --bs-accordion-active-color: #44444F;
        --bs-accordion-btn-icon-width: 1rem; }
      .news-list .news-list-ui .news-left h3 {
        font-family: "Roboto", sans-serif;
        font-weight: 500;
        font-size: 1rem;
        color: #44444F; }
      .news-list .news-list-ui .news-left > h3:first-child {
        font-family: "Oswald", sans-serif;
        font-weight: 600;
        font-size: 1rem;
        line-height: 1.1em;
        letter-spacing: -0.04em;
        text-transform: uppercase; }
      .news-list .news-list-ui .news-left ul {
        list-style: none;
        padding: 0; }
        .news-list .news-list-ui .news-left ul li {
          font-family: "Roboto", sans-serif;
          font-weight: 400;
          font-size: 1rem;
          position: relative;
          padding-bottom: .5rem;
          display: flex;
          align-items: flex-start; }
          .news-list .news-list-ui .news-left ul li a {
            text-decoration: none;
            color: #44444F; }
          .news-list .news-list-ui .news-left ul li input[type="checkbox"] {
            margin-top: .3em; }
          .news-list .news-list-ui .news-left ul li label {
            padding-left: 0.25em;
            margin-right: 2rem;
            line-height: 23px;
            min-height: 23px; }
          .news-list .news-list-ui .news-left ul li span {
            display: block;
            background-color: #F1F1F5;
            color: #696974;
            font-size: 0.75rem;
            text-align: center;
            border-radius: 1rem;
            padding: .25rem;
            position: absolute;
            top: 0;
            right: 0;
            min-width: 2rem; }
    .news-list .news-list-ui .news-right {
      flex: 1 1 75%; }
      .news-list .news-list-ui .news-right .news-search {
        padding: 1rem 0;
        position: relative;
        height: 60px; }
        .news-list .news-list-ui .news-right .news-search input {
          padding: 1rem;
          border-radius: 1.75rem;
          border: 1px solid #0f78AD;
          background-color: rgba(15, 120, 174, 0.14);
          width: 100%;
          position: absolute;
          padding-left: 1.5rem;
          z-index: 2;
          top: 0; }
          .news-list .news-list-ui .news-right .news-search input::placeholder {
            color: #0F78AD;
            font-family: "Oswald", sans-serif;
            font-weight: 400;
            font-size: 1rem;
            line-height: 1.1em;
            letter-spacing: -0.04em; }
        .news-list .news-list-ui .news-right .news-search button {
          position: absolute;
          z-index: 3;
          right: 31px;
          top: 15px;
          border: 0 none;
          background: none;
          color: #0F78AD; }
          .news-list .news-list-ui .news-right .news-search button i {
            font-size: 1.5rem; }
      .news-list .news-list-ui .news-right .news-utilities {
        padding: 2rem 0 1.25rem;
        display: flex;
        justify-content: space-between;
        font-family: "Oswald", sans-serif;
        font-weight: 600;
        font-size: 1rem;
        line-height: 1.1em;
        letter-spacing: -0.04em;
        text-transform: uppercase; }
        @media (max-width: 991.98px) {
          .news-list .news-list-ui .news-right .news-utilities div:nth-child(2) {
            display: none; } }
        .news-list .news-list-ui .news-right .news-utilities div:first-child {
          display: flex;
          align-items: center;
          gap: .5rem; }
        .news-list .news-list-ui .news-right .news-utilities button {
          border: 0;
          background: none;
          padding: 0; }
          .news-list .news-list-ui .news-right .news-utilities button i {
            font-size: 1.75rem; }
  .news-list .news-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem; }
    .news-list .news-grid.display-list {
      display: block; }
    .news-list .news-grid article {
      flex: 0 1 calc(33.333% - 1rem); }
      .news-list .news-grid article.news-list a {
        font-family: "Oswald", sans-serif;
        font-weight: 600;
        font-size: 1.25rem;
        line-height: 1.1em;
        letter-spacing: -0.04em;
        color: #707070;
        text-decoration: none; }
      .news-list .news-grid article .news-img {
        border-radius: 1rem;
        overflow: hidden; }
        .news-list .news-grid article .news-img.news-img-border {
          border: 1px solid #1C344E; }
        .news-list .news-grid article .news-img img, .news-list .news-grid article .news-img .content-page-header .header-image.img-gray video, .content-page-header .header-image.img-gray .news-list .news-grid article .news-img video {
          max-width: 100%;
          height: auto;
          display: block; }
      @media (min-width: 992px) {
        .news-list .news-grid article .news-img {
          border-radius: 1rem;
          overflow: hidden;
          aspect-ratio: 560 /373;
          position: relative; }
          .news-list .news-grid article .news-img img, .news-list .news-grid article .news-img .content-page-header .header-image.img-gray video, .content-page-header .header-image.img-gray .news-list .news-grid article .news-img video {
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center;
            position: absolute;
            top: 0;
            left: 0; } }
      .news-list .news-grid article .news-badge {
        display: inline-block;
        background-color: var(--fq-news-badge);
        padding: .2rem 1rem;
        border-radius: 1rem;
        margin: 1rem 0;
        font-family: "Roboto", sans-serif;
        font-weight: 400;
        font-size: 0.8rem;
        color: #272727; }
      .news-list .news-grid article .news-date {
        font-family: "Roboto", sans-serif;
        font-weight: 400;
        font-size: 0.75rem;
        color: #888;
        margin-bottom: 1rem; }
      .news-list .news-grid article h2, .news-list .news-grid article h3, .news-list .news-grid article h4 {
        font-family: "Oswald", sans-serif;
        font-weight: 500;
        font-size: 1.25rem;
        line-height: 1.2;
        letter-spacing: -0.04em;
        color: #707070;
        margin-bottom: .75rem; }
        .news-list .news-grid article h2 a, .news-list .news-grid article h3 a, .news-list .news-grid article h4 a {
          color: #707070;
          text-decoration: none; }
          .news-list .news-grid article h2 a:hover, .news-list .news-grid article h3 a:hover, .news-list .news-grid article h4 a:hover {
            text-decoration: underline; }
      .news-list .news-grid article .news-desc {
        font-family: "Roboto", sans-serif;
        font-weight: 400;
        font-size: 1rem;
        color: #707070; }
      .news-list .news-grid article .fq-btn {
        font-family: "Oswald", sans-serif;
        font-weight: 500;
        font-size: 1rem;
        color: #000;
        text-decoration: underline;
        text-transform: none; }
        .news-list .news-grid article .fq-btn:hover {
          color: #666; }
    @media (max-width: 991.98px) {
      .news-list .news-grid {
        flex-direction: column; } }

section.people {
  position: relative;
  width: 100%;
  background-color: #1EC4C0; }
  @media (max-width: 991.98px) {
    section.people {
      padding-top: 1.5rem; } }
  @media (max-width: 575.98px) {
    section.people {
      min-height: 100vh; } }
  @media (max-width: 1024px) {
    section.people {
      min-height: 100vh; } }
  section.people div.personToggle {
    position: absolute;
    bottom: 20px;
    right: 150px;
    z-index: 10; }
    @media (max-width: 991.98px) {
      section.people div.personToggle {
        bottom: 95px;
        right: unset;
        width: 100%;
        display: flex;
        justify-content: space-between;
        padding: 0 1.25rem; } }
    section.people div.personToggle > div {
      position: relative;
      display: inline-block;
      vertical-align: middle;
      padding: 5px;
      opacity: 1;
      transition: opacity 0.2s ease-in-out; }
      section.people div.personToggle > div > img, section.people .content-page-header .header-image.img-gray div.personToggle > div > video, .content-page-header .header-image.img-gray section.people div.personToggle > div > video {
        width: 40px;
        height: 40px;
        cursor: pointer; }
    section.people div.personToggle.content-1 > div#personLeft {
      opacity: 0.1; }
    section.people div.personToggle.content-3 > div#personRight {
      opacity: 0.1; }
  section.people .fq-btn {
    font-family: "Oswald", sans-serif;
    font-weight: 500;
    font-size: 1.25rem;
    text-decoration: none;
    text-transform: uppercase; }
    section.people .fq-btn:hover:after {
      transform: translateY(2px); }
    section.people .fq-btn:after {
      content: "";
      display: block;
      height: 1px;
      transition: transform 100ms ease-in-out; }
  section.people div.quotePeople {
    position: relative;
    width: 100%;
    height: 800px;
    background-color: #ffffff;
    padding-top: 30px;
    overflow: hidden; }
    @media (max-width: 991.98px) {
      section.people div.quotePeople {
        padding-top: 0; } }
    @media (max-width: 575.98px) {
      section.people div.quotePeople {
        min-height: 100vh; } }
    @media (max-width: 1024px) {
      section.people div.quotePeople {
        min-height: 100vh; } }
    section.people div.quotePeople div#quoteTrigger {
      position: absolute;
      top: 50vh;
      height: 1px;
      z-index: -1; }
    section.people div.quotePeople div.textBacking {
      position: absolute;
      top: 0;
      left: 0;
      width: 43%;
      height: 100%;
      background-color: #ffffff;
      z-index: 2; }
      @media (max-width: 991.98px) {
        section.people div.quotePeople div.textBacking {
          display: none; } }
      section.people div.quotePeople div.textBacking:after {
        content: '';
        position: absolute;
        left: 100%;
        width: 150px;
        height: 100%;
        background: white;
        background: linear-gradient(90deg, white 0%, rgba(255, 255, 255, 0) 100%); }
    section.people div.quotePeople div.quoteContainer {
      position: relative;
      width: 100%;
      height: 100%;
      max-width: 1400px;
      margin: 0 auto; }
      @media (max-width: 991.98px) {
        section.people div.quotePeople div.quoteContainer {
          height: auto; } }
      section.people div.quotePeople div.quoteContainer div.pmip {
        position: absolute;
        top: 0;
        left: 0;
        width: 50%;
        height: 100%;
        color: #222;
        z-index: 10; }
        @media (max-width: 991.98px) {
          section.people div.quotePeople div.quoteContainer div.pmip {
            width: 100%; } }
        section.people div.quotePeople div.quoteContainer div.pmip div.pmip-content {
          position: relative;
          top: 0;
          padding: 100px 50px 50px 50px;
          max-width: 600px;
          margin: 0 auto;
          filter: blur(5px);
          opacity: 0;
          transition: filter 1s ease-in-out, opacity 1s ease-in-out; }
          section.people div.quotePeople div.quoteContainer div.pmip div.pmip-content.blurIn {
            filter: blur(0px);
            opacity: 1; }
          section.people div.quotePeople div.quoteContainer div.pmip div.pmip-content h2 {
            font-family: "Oswald", sans-serif;
            font-weight: 600;
            font-size: 5rem;
            line-height: 1.1em;
            letter-spacing: -0.04em;
            position: relative;
            text-align: left;
            margin: 10px auto; }
          section.people div.quotePeople div.quoteContainer div.pmip div.pmip-content p {
            font-family: "Roboto", sans-serif;
            font-weight: 400;
            font-size: 20px;
            margin: 25px auto;
            text-align: left;
            padding-right: 50px; }
            section.people div.quotePeople div.quoteContainer div.pmip div.pmip-content p button, section.people div.quotePeople div.quoteContainer div.pmip div.pmip-content p .fq-button-careers {
              font-family: "Oswald", sans-serif;
              font-weight: 600;
              font-size: 24px;
              line-height: 1.1em;
              letter-spacing: -0.04em;
              position: relative;
              text-transform: uppercase;
              border: 0;
              padding: 10px 0;
              display: block;
              margin: 20px 0;
              outline: none;
              background-color: transparent;
              color: #222;
              border-bottom: 2px solid #222;
              transition: color 0.2s ease-in-out, border 0.2s ease-in-out; }
              section.people div.quotePeople div.quoteContainer div.pmip div.pmip-content p button:hover, section.people div.quotePeople div.quoteContainer div.pmip div.pmip-content p .fq-button-careers:hover {
                cursor: pointer;
                border-color: #0F78AD; }
          @media (max-width: 991.98px) {
            section.people div.quotePeople div.quoteContainer div.pmip div.pmip-content {
              padding: 0 2rem 50px 2rem;
              text-align: center; }
              section.people div.quotePeople div.quoteContainer div.pmip div.pmip-content h2 {
                font-size: 2rem;
                text-align: center; }
              section.people div.quotePeople div.quoteContainer div.pmip div.pmip-content p {
                text-align: center;
                padding-right: 0;
                margin-bottom: 0; } }
    section.people div.quotePeople div.personCarousel {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 850px;
      overflow: hidden;
      z-index: 1; }
      @media (max-width: 991.98px) {
        section.people div.quotePeople div.personCarousel {
          top: 15vh; } }
      @media (max-width: 1024px) {
        section.people div.quotePeople div.personCarousel {
          min-height: 100vh; } }
      @media (width: 820px) and (orientation: portrait) {
        section.people div.quotePeople div.personCarousel {
          min-height: 100vh; } }
      section.people div.quotePeople div.personCarousel div.carouselContainer {
        position: relative;
        height: 850px;
        white-space: nowrap;
        transition: transform 1s ease-in-out; }
        section.people div.quotePeople div.personCarousel div.carouselContainer.content-2 {
          transform: translateX(-100vw); }
        section.people div.quotePeople div.personCarousel div.carouselContainer.content-1 {
          transform: translateX(0); }
        section.people div.quotePeople div.personCarousel div.carouselContainer.content-3 {
          transform: translateX(-200vw); }
        @media (max-width: 991.98px) {
          section.people div.quotePeople div.personCarousel div.carouselContainer.content-2 {
            transform: translate(-100vw, 65px); }
          section.people div.quotePeople div.personCarousel div.carouselContainer.content-3 {
            transform: translate(-200vw, 65px); }
          section.people div.quotePeople div.personCarousel div.carouselContainer.content-1 {
            transform: translate(0, 65px); } }
        @media (max-width: 575.98px) {
          section.people div.quotePeople div.personCarousel div.carouselContainer {
            min-height: 100vh; } }
        @media (max-width: 1024px) {
          section.people div.quotePeople div.personCarousel div.carouselContainer {
            min-height: 100vh; } }
        section.people div.quotePeople div.personCarousel div.carouselContainer .read-more {
          padding: .75rem;
          position: absolute;
          bottom: 120px;
          right: 130px;
          z-index: 11; }
          @media (max-width: 991.98px) {
            section.people div.quotePeople div.personCarousel div.carouselContainer .read-more {
              bottom: 215px;
              right: 0; } }
          section.people div.quotePeople div.personCarousel div.carouselContainer .read-more a {
            border-radius: 1rem;
            display: inline-block;
            color: #fff;
            background-color: #000;
            text-decoration: none;
            font-weight: 600;
            padding: .5rem 2rem;
            text-transform: uppercase;
            font-family: "Oswald", sans-serif; }
            section.people div.quotePeople div.personCarousel div.carouselContainer .read-more a:hover {
              background-color: #333; }
        section.people div.quotePeople div.personCarousel div.carouselContainer div.person {
          position: relative;
          display: inline-block;
          width: 100%;
          height: 850px;
          text-align: center;
          vertical-align: bottom; }
          @media (max-width: 575.98px) {
            section.people div.quotePeople div.personCarousel div.carouselContainer div.person {
              min-height: 100vh; } }
          @media (max-width: 1024px) {
            section.people div.quotePeople div.personCarousel div.carouselContainer div.person {
              min-height: 100vh; } }
          @media (width: 820px) and (orientation: portrait) {
            section.people div.quotePeople div.personCarousel div.carouselContainer div.person {
              min-height: 80vh; } }
          section.people div.quotePeople div.personCarousel div.carouselContainer div.person > video.personVid,
          section.people div.quotePeople div.personCarousel div.carouselContainer div.person > div.personVid {
            position: absolute;
            left: 45%;
            bottom: 0;
            width: 700px;
            height: 800px;
            z-index: 1;
            background-color: #fff; }
            section.people div.quotePeople div.personCarousel div.carouselContainer div.person > video.personVid .vjs-poster,
            section.people div.quotePeople div.personCarousel div.carouselContainer div.person > div.personVid .vjs-poster {
              background-color: #fff; }
            @media (max-width: 991.98px) {
              section.people div.quotePeople div.personCarousel div.carouselContainer div.person > video.personVid,
              section.people div.quotePeople div.personCarousel div.carouselContainer div.person > div.personVid {
                left: 0;
                width: 100%; } }
            @media (width: 1024px) and (orientation: landscape) {
              section.people div.quotePeople div.personCarousel div.carouselContainer div.person > video.personVid,
              section.people div.quotePeople div.personCarousel div.carouselContainer div.person > div.personVid {
                left: 35%; } }
          section.people div.quotePeople div.personCarousel div.carouselContainer div.person div.personQuote {
            position: absolute;
            left: 50%;
            top: 150px;
            width: 215px;
            padding: 25px;
            margin-left: 430px;
            white-space: initial;
            min-height: 120px;
            z-index: 10;
            transform: translateY(50px);
            opacity: 0;
            transition: transform 1s ease-in-out, opacity 1s ease-in-out; }
            @media (max-width: 991.98px) {
              section.people div.quotePeople div.personCarousel div.carouselContainer div.person div.personQuote {
                right: 0;
                width: 35vw;
                left: unset;
                padding: .75rem; } }
            @media (min-width: 991.98px) and (max-width: 1374px) {
              section.people div.quotePeople div.personCarousel div.carouselContainer div.person div.personQuote {
                right: 0;
                width: 22vw;
                left: unset; } }
            @media (width: 1024px) and (orientation: landscape) {
              section.people div.quotePeople div.personCarousel div.carouselContainer div.person div.personQuote {
                right: 0;
                width: 25vw;
                left: unset; } }
            section.people div.quotePeople div.personCarousel div.carouselContainer div.person div.personQuote div.theQuote {
              position: relative;
              width: 100%;
              color: #F7F4F2;
              text-align: left; }
              section.people div.quotePeople div.personCarousel div.carouselContainer div.person div.personQuote div.theQuote span {
                display: block;
                color: #F7F4F2; }
              section.people div.quotePeople div.personCarousel div.carouselContainer div.person div.personQuote div.theQuote span.quote {
                font-family: "Roboto", sans-serif;
                font-weight: 400;
                font-size: 22px; }
              section.people div.quotePeople div.personCarousel div.carouselContainer div.person div.personQuote div.theQuote span.name {
                font-family: "Oswald", sans-serif;
                font-weight: 600;
                font-size: 26px;
                line-height: 1.1em;
                letter-spacing: -0.04em;
                margin-top: 10px; }
              section.people div.quotePeople div.personCarousel div.carouselContainer div.person div.personQuote div.theQuote span.title {
                font-family: "Roboto", sans-serif;
                font-weight: 400;
                font-size: 14px; }
                section.people div.quotePeople div.personCarousel div.carouselContainer div.person div.personQuote div.theQuote span.title sup {
                  color: #F7F4F2; }
              @media (max-width: 991.98px) {
                section.people div.quotePeople div.personCarousel div.carouselContainer div.person div.personQuote div.theQuote span.quote {
                  font-size: 1rem;
                  line-height: 1.1; } }
            section.people div.quotePeople div.personCarousel div.carouselContainer div.person div.personQuote:after {
              content: '';
              position: absolute;
              top: 100%;
              right: 0;
              width: 180px;
              height: 180px;
              background-size: contain;
              background-position: right top;
              background-repeat: no-repeat;
              display: block; }
              @media (max-width: 414px) {
                section.people div.quotePeople div.personCarousel div.carouselContainer div.person div.personQuote:after {
                  width: 120px; } }
            section.people div.quotePeople div.personCarousel div.carouselContainer div.person div.personQuote.pioneer {
              background-color: #1EC4C0; }
              section.people div.quotePeople div.personCarousel div.carouselContainer div.person div.personQuote.pioneer:after {
                background-image: url("/~/media/Project/Corporate/2025/quote-tail-pioneer.svg"); }
            section.people div.quotePeople div.personCarousel div.carouselContainer div.person div.personQuote.earth {
              background-color: #85BD5C; }
              section.people div.quotePeople div.personCarousel div.carouselContainer div.person div.personQuote.earth:after {
                background-image: url("/~/media/Project/Corporate/2025/quote-tail-earth.svg"); }
            section.people div.quotePeople div.personCarousel div.carouselContainer div.person div.personQuote.catalyst {
              background-color: #F1AD4A; }
              section.people div.quotePeople div.personCarousel div.carouselContainer div.person div.personQuote.catalyst:after {
                background-image: url("/~/media/Project/Corporate/2025/quote-tail-catalyst.svg"); }
            section.people div.quotePeople div.personCarousel div.carouselContainer div.person div.personQuote.rebel {
              background-color: #0F78AD; }
              section.people div.quotePeople div.personCarousel div.carouselContainer div.person div.personQuote.rebel:after {
                background-image: url("/~/media/Project/Corporate/2025/quote-tail-rebel.svg"); }
            section.people div.quotePeople div.personCarousel div.carouselContainer div.person div.personQuote.show {
              transform: translateY(0);
              opacity: 1; }

.fq-simple-cta {
  position: relative;
  width: 100%;
  overflow: hidden; }
  .fq-simple-cta .cta-overlay-wrap {
    position: relative; }
  .fq-simple-cta .cta-overlay {
    display: none; }
  .fq-simple-cta.simple-cta-overlay .cta-overlay {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(270deg, white 0%, white 40%, rgba(255, 255, 255, 0) 60%);
    pointer-events: none;
    z-index: 1; }
  .fq-simple-cta.simple-cta-text-left .cta-overlay {
    background: linear-gradient(90deg, white 0%, white 40%, rgba(255, 255, 255, 0) 60%); }
  .fq-simple-cta .cta-image {
    position: relative;
    width: 100%;
    height: 100%; }
    .fq-simple-cta .cta-image img, .fq-simple-cta .cta-image .content-page-header .header-image.img-gray video, .content-page-header .header-image.img-gray .fq-simple-cta .cta-image video {
      display: block;
      width: 100%;
      height: auto;
      object-fit: cover; }
    @media (max-width: 991.98px) {
      .fq-simple-cta .cta-image {
        display: none; }
        .fq-simple-cta .cta-image img, .fq-simple-cta .cta-image .content-page-header .header-image.img-gray video, .content-page-header .header-image.img-gray .fq-simple-cta .cta-image video {
          display: none; } }
  .fq-simple-cta.has-opacity-bg .cta-image img, .fq-simple-cta.has-opacity-bg .cta-image .content-page-header .header-image.img-gray video, .content-page-header .header-image.img-gray .fq-simple-cta.has-opacity-bg .cta-image video {
    opacity: .5;
    mix-blend-mode: multiply;
    filter: grayscale(1); }
  .fq-simple-cta .cta-image-top {
    position: absolute;
    left: 50%;
    bottom: 0;
    z-index: 2; }
    .fq-simple-cta .cta-image-top img, .fq-simple-cta .cta-image-top .content-page-header .header-image.img-gray video, .content-page-header .header-image.img-gray .fq-simple-cta .cta-image-top video {
      display: block;
      width: 100%;
      height: auto;
      object-fit: cover; }
    @media (max-width: 991.98px) {
      .fq-simple-cta .cta-image-top {
        display: none; }
        .fq-simple-cta .cta-image-top img, .fq-simple-cta .cta-image-top .content-page-header .header-image.img-gray video, .content-page-header .header-image.img-gray .fq-simple-cta .cta-image-top video {
          display: none; } }
  .fq-simple-cta .cta-text-wrap {
    text-align: center;
    z-index: 2;
    width: 100%;
    max-width: 100%;
    padding: 3rem; }
    .fq-simple-cta .cta-text-wrap h2 {
      font-family: "Oswald", sans-serif;
      font-weight: 600;
      font-size: 2rem;
      line-height: 1.1em;
      letter-spacing: -0.04em;
      margin-bottom: 1rem; }
    .fq-simple-cta .cta-text-wrap p {
      font-family: "Roboto", sans-serif;
      font-weight: 400;
      font-size: 1rem;
      font-size: clamp(1rem, 1.3vw, 1.5rem); }
    .fq-simple-cta .cta-text-wrap .fq-btn {
      font-family: "Oswald", sans-serif;
      font-weight: 500;
      font-size: 1.25rem;
      text-decoration: none;
      text-transform: none; }
      .fq-simple-cta .cta-text-wrap .fq-btn:hover:after {
        transform: translateY(2px); }
      .fq-simple-cta .cta-text-wrap .fq-btn:after {
        content: "";
        display: block;
        height: 1px;
        transition: transform 100ms ease-in-out; }
    @media (min-width: 992px) {
      .fq-simple-cta .cta-text-wrap {
        min-width: 400px;
        position: absolute;
        top: clamp(0%, (100vw - 992px) / 3, 25%);
        left: 50%;
        padding: 0px 5%;
        text-align: left;
        max-width: 42%; }
        .fq-simple-cta .cta-text-wrap h2 {
          font-size: clamp(4.5rem, 7vw, 5rem); } }
  .fq-simple-cta.simple-cta-text-left .cta-text-wrap {
    top: 25%;
    width: 50%; }
    @media (max-width: 991.98px) {
      .fq-simple-cta.simple-cta-text-left .cta-text-wrap {
        width: 100%; } }
    @media (min-width: 992px) {
      .fq-simple-cta.simple-cta-text-left .cta-text-wrap {
        left: calc((100% - 992px ) / 2); } }
    @media (min-width: 1200px) {
      .fq-simple-cta.simple-cta-text-left .cta-text-wrap {
        left: calc((100% - 1200px ) / 2); } }
    @media (min-width: 1400px) {
      .fq-simple-cta.simple-cta-text-left .cta-text-wrap {
        left: calc((100% - 1400px ) / 2); } }
  .fq-simple-cta.cta-legacy .cta-image img, .fq-simple-cta.cta-legacy .cta-image .content-page-header .header-image.img-gray video, .content-page-header .header-image.img-gray .fq-simple-cta.cta-legacy .cta-image video {
    aspect-ratio: unset; }
  @media (min-width: 992px) {
    .fq-simple-cta.cta-legacy .cta-text-wrap {
      top: 50%;
      left: 0%;
      transform: translateY(-50%); } }
  .fq-simple-cta.cta-legacy .cta-text-wrap h2 {
    font-weight: 500; }
  .fq-simple-cta.cta-legacy .cta-text-wrap p {
    font-size: 1.5rem; }
  .fq-simple-cta.cta-legacy .cta-text-wrap .fq-btn {
    font-family: "Oswald", sans-serif;
    font-weight: 500;
    font-size: 1.25rem;
    border-radius: 2rem;
    color: #fff;
    padding: 1.5rem;
    margin: 1rem 0;
    background-color: #F1AD4A;
    text-transform: uppercase; }
    .fq-simple-cta.cta-legacy .cta-text-wrap .fq-btn:hover {
      background-color: white; }

.fq-simple-cta-footer {
  position: relative;
  width: 100%;
  overflow: hidden; }
  .fq-simple-cta-footer.btn-true-black .fq-btn {
    background-color: #000000; }
  .fq-simple-cta-footer.btn-true-black .cta-label {
    color: #000000; }
  .fq-simple-cta-footer.btn-true-white .fq-btn {
    background-color: #ffffff; }
  .fq-simple-cta-footer.btn-true-white .cta-label {
    color: #ffffff; }
  .fq-simple-cta-footer.btn-black .fq-btn {
    background-color: #111111; }
  .fq-simple-cta-footer.btn-black .cta-label {
    color: #111111; }
  .fq-simple-cta-footer.btn-earth .fq-btn {
    background-color: #85BD5C; }
  .fq-simple-cta-footer.btn-earth .cta-label {
    color: #85BD5C; }
  .fq-simple-cta-footer.btn-catalyst .fq-btn {
    background-color: #F1AD4A; }
  .fq-simple-cta-footer.btn-catalyst .cta-label {
    color: #F1AD4A; }
  .fq-simple-cta-footer.btn-pioneer .fq-btn {
    background-color: #1EC4C0; }
  .fq-simple-cta-footer.btn-pioneer .cta-label {
    color: #1EC4C0; }
  .fq-simple-cta-footer.btn-rebel .fq-btn {
    background-color: #0F78AD; }
  .fq-simple-cta-footer.btn-rebel .cta-label {
    color: #0F78AD; }
  .fq-simple-cta-footer.btn-white .fq-btn {
    background-color: #F7F4F2; }
  .fq-simple-cta-footer.btn-white .cta-label {
    color: #F7F4F2; }
  .fq-simple-cta-footer.btn-off-white .fq-btn {
    background-color: #F7F4F2; }
  .fq-simple-cta-footer.btn-off-white .cta-label {
    color: #F7F4F2; }
  .fq-simple-cta-footer.btn-canvas .fq-btn {
    background-color: #EBEBEB; }
  .fq-simple-cta-footer.btn-canvas .cta-label {
    color: #EBEBEB; }
  .fq-simple-cta-footer.btn-heritage .fq-btn {
    background-color: #1C344E; }
  .fq-simple-cta-footer.btn-heritage .cta-label {
    color: #1C344E; }
  .fq-simple-cta-footer.btn-heritage-light .fq-btn {
    background-color: #235175; }
  .fq-simple-cta-footer.btn-heritage-light .cta-label {
    color: #235175; }
  .fq-simple-cta-footer.btn-violet .fq-btn {
    background-color: #223777; }
  .fq-simple-cta-footer.btn-violet .cta-label {
    color: #223777; }
  .fq-simple-cta-footer.btn-text .fq-btn {
    background-color: #7D7D7D; }
  .fq-simple-cta-footer.btn-text .cta-label {
    color: #7D7D7D; }
  .fq-simple-cta-footer.btn-light_gray .fq-btn {
    background-color: #D9D9D9; }
  .fq-simple-cta-footer.btn-light_gray .cta-label {
    color: #D9D9D9; }
  .fq-simple-cta-footer.btn-light_gray_start .fq-btn {
    background-color: #E7E7E7; }
  .fq-simple-cta-footer.btn-light_gray_start .cta-label {
    color: #E7E7E7; }
  .fq-simple-cta-footer .cta-overlay-wrap {
    position: relative; }
  .fq-simple-cta-footer .cta-overlay {
    display: none; }
  .fq-simple-cta-footer.simple-cta-overlay .cta-overlay {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(270deg, white 0%, rgba(255, 255, 255, 0) 60%);
    pointer-events: none;
    z-index: 1; }
  .fq-simple-cta-footer.simple-cta-text-left .cta-overlay {
    background: linear-gradient(90deg, white 0%, rgba(255, 255, 255, 0) 60%); }
  .fq-simple-cta-footer .cta-image {
    position: relative;
    width: 100%;
    height: 100%; }
    .fq-simple-cta-footer .cta-image img, .fq-simple-cta-footer .cta-image .content-page-header .header-image.img-gray video, .content-page-header .header-image.img-gray .fq-simple-cta-footer .cta-image video {
      display: block;
      width: 100%;
      height: auto;
      object-fit: cover; }
  .fq-simple-cta-footer .cta-text-wrap {
    text-align: center;
    z-index: 2;
    width: 100%;
    max-width: 100%;
    padding: 3rem; }
    .fq-simple-cta-footer .cta-text-wrap h2 {
      font-family: "Oswald", sans-serif;
      font-weight: 600;
      font-size: 2rem;
      line-height: 1.1em;
      letter-spacing: -0.04em;
      font-size: clamp(3.5rem, 5vw, 5rem);
      margin-bottom: 1rem; }
    .fq-simple-cta-footer .cta-text-wrap p {
      font-family: "Roboto", sans-serif;
      font-weight: 400;
      font-size: 1rem;
      font-size: clamp(1rem, 1.5vw, 1.5rem); }
    .fq-simple-cta-footer .cta-text-wrap .fq-btn {
      font-family: "Oswald", sans-serif;
      font-weight: 500;
      font-size: 1.25rem;
      border-radius: 2rem;
      color: #fff;
      padding: 1.5rem;
      margin: 1rem 0;
      margin: 2rem 0; }
      .fq-simple-cta-footer .cta-text-wrap .fq-btn:hover {
        background-color: #91b3d8; }
    .fq-simple-cta-footer .cta-text-wrap .cta-label {
      font-family: "Oswald", sans-serif;
      font-weight: 500;
      font-size: 1.5rem;
      line-height: 1.1em;
      letter-spacing: -0.04em;
      text-transform: uppercase;
      padding: 1rem 0; }
    .fq-simple-cta-footer .cta-text-wrap .cta-logos {
      display: flex;
      flex-wrap: wrap;
      gap: 1.5rem; }
      .fq-simple-cta-footer .cta-text-wrap .cta-logos a {
        max-height: 48px;
        display: block;
        position: relative; }
        .fq-simple-cta-footer .cta-text-wrap .cta-logos a span {
          visibility: hidden;
          opacity: 0;
          text-align: center; }
        .fq-simple-cta-footer .cta-text-wrap .cta-logos a img, .fq-simple-cta-footer .cta-text-wrap .cta-logos a .content-page-header .header-image.img-gray video, .content-page-header .header-image.img-gray .fq-simple-cta-footer .cta-text-wrap .cta-logos a video {
          max-height: 48px;
          display: block;
          transition: transform 400ms; }
      .fq-simple-cta-footer .cta-text-wrap .cta-logos img, .fq-simple-cta-footer .cta-text-wrap .cta-logos .content-page-header .header-image.img-gray video, .content-page-header .header-image.img-gray .fq-simple-cta-footer .cta-text-wrap .cta-logos video {
        max-height: 48px;
        display: block; }
        .fq-simple-cta-footer .cta-text-wrap .cta-logos img ~ span, .fq-simple-cta-footer .cta-text-wrap .cta-logos .content-page-header .header-image.img-gray video ~ span, .content-page-header .header-image.img-gray .fq-simple-cta-footer .cta-text-wrap .cta-logos video ~ span {
          display: none; }
      @media (min-width: 992px) and (max-width: 1250px) {
        .fq-simple-cta-footer .cta-text-wrap .cta-logos {
          gap: 1rem; }
          .fq-simple-cta-footer .cta-text-wrap .cta-logos img, .fq-simple-cta-footer .cta-text-wrap .cta-logos .content-page-header .header-image.img-gray video, .content-page-header .header-image.img-gray .fq-simple-cta-footer .cta-text-wrap .cta-logos video {
            max-height: 28px; }
          .fq-simple-cta-footer .cta-text-wrap .cta-logos a {
            max-height: 28px; }
            .fq-simple-cta-footer .cta-text-wrap .cta-logos a img, .fq-simple-cta-footer .cta-text-wrap .cta-logos a .content-page-header .header-image.img-gray video, .content-page-header .header-image.img-gray .fq-simple-cta-footer .cta-text-wrap .cta-logos a video {
              max-height: 28px; } }
    @media (max-width: 991.98px) {
      .fq-simple-cta-footer .cta-text-wrap h2 {
        font-size: 2rem; }
      .fq-simple-cta-footer .cta-text-wrap .cta-logos {
        justify-content: space-around;
        gap: 3rem; } }
    @media (min-width: 992px) {
      .fq-simple-cta-footer .cta-text-wrap {
        min-width: 400px;
        position: absolute;
        top: 2%;
        left: 45%;
        padding: 0 4% 0 5%;
        text-align: left;
        max-width: 50%; } }
    @media (min-width: 1550px) {
      .fq-simple-cta-footer .cta-text-wrap {
        top: 10%; } }
    @media (min-width: 992px) and (max-width: 1350px) {
      .fq-simple-cta-footer .cta-text-wrap p {
        margin-bottom: 0; }
      .fq-simple-cta-footer .cta-text-wrap .cta-label {
        font-size: 1.25rem; }
      .fq-simple-cta-footer .cta-text-wrap .fq-btn {
        margin: 1rem 0 0;
        padding: 1.2rem; } }
  .fq-simple-cta-footer.simple-cta-text-left .cta-text-wrap {
    top: 25%;
    left: 0%; }

.module-cta-with-video {
  position: relative; }
  .module-cta-with-video img, .module-cta-with-video .content-page-header .header-image.img-gray video, .content-page-header .header-image.img-gray .module-cta-with-video video {
    width: 100%; }
  .module-cta-with-video h1 {
    font-family: "Oswald", sans-serif;
    font-weight: 600;
    font-size: clamp(3rem, 10vh, 5rem);
    line-height: 1.1em;
    letter-spacing: -0.04em;
    padding-bottom: 1rem; }
  .module-cta-with-video p {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: clamp(1rem, 5vh, 1.5rem); }
  @media (max-width: 991.98px) {
    .module-cta-with-video {
      height: 90vh; }
      .module-cta-with-video h1 {
        font-size: 2.5rem; }
      .module-cta-with-video p {
        font-size: 1.25rem; } }
  @media (max-width: 414px) {
    .module-cta-with-video {
      height: 130vh; } }
  .module-cta-with-video .cta-video {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center; }
    .module-cta-with-video .cta-video video {
      width: 100%;
      height: auto;
      background-color: initial; }
    .module-cta-with-video .cta-video .video-js {
      width: 100% !important;
      height: 100% !important;
      background: 0 none;
      display: flex;
      flex-direction: column;
      justify-content: center; }
      .module-cta-with-video .cta-video .video-js video {
        height: inherit;
        background: 0 none; }
  .module-cta-with-video .cta-text-block {
    position: relative;
    width: 100%;
    height: 90vh;
    z-index: 15; }
    @media (max-width: 991.98px) {
      .module-cta-with-video .cta-text-block {
        position: absolute;
        z-index: 12;
        top: 0;
        height: 90vh;
        width: 100%; }
        .module-cta-with-video .cta-text-block .cta-text {
          text-align: center; }
        .module-cta-with-video .cta-text-block .cta-video {
          padding: 1rem; } }
    @media (max-width: 414px) {
      .module-cta-with-video .cta-text-block {
        height: 130vh; } }
  .module-cta-with-video .lifestageInfo {
    position: relative;
    width: 100%;
    height: 100vh;
    z-index: 15; }
    .module-cta-with-video .lifestageInfo #lifestageTrigger {
      position: absolute;
      top: 50%;
      height: 1px;
      z-index: -1; }
  .module-cta-with-video .cta-text ~ div {
    height: 100%; }
  .module-cta-with-video .cta-text .fq-btn {
    font-family: "Oswald", sans-serif;
    font-weight: 500;
    font-size: 1.5rem;
    text-decoration: none;
    text-transform: uppercase; }
    .module-cta-with-video .cta-text .fq-btn:hover:after {
      transform: translateY(2px); }
    .module-cta-with-video .cta-text .fq-btn:after {
      content: "";
      display: block;
      height: 1px;
      transition: transform 100ms ease-in-out; }
  @media (min-width: 992px) {
    .module-cta-with-video .cta-text {
      filter: blur(5px);
      opacity: 0;
      transform: translateY(20px);
      transition: filter 1s ease-in-out, opacity 1s ease-in-out, transform 1s ease-in-out; } }
  .module-cta-with-video .blurIn {
    filter: blur(0px);
    opacity: 1;
    transform: translateY(0px); }
  .module-cta-with-video .productsCarousel {
    position: sticky;
    top: 0;
    width: 100%;
    height: 90vh;
    z-index: 10; }
    .module-cta-with-video .productsCarousel > img, .module-cta-with-video .content-page-header .header-image.img-gray .productsCarousel > video, .content-page-header .header-image.img-gray .module-cta-with-video .productsCarousel > video {
      object-fit: cover;
      height: 100%; }
    @media (max-width: 414px) {
      .module-cta-with-video .productsCarousel {
        height: 130vh; } }

.products .product-carousel {
  position: sticky;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 10; }
  .products .product-carousel > img, .products .content-page-header .header-image.img-gray .product-carousel > video, .content-page-header .header-image.img-gray .products .product-carousel > video {
    object-fit: cover;
    height: 100%; }

.products .products-text {
  position: relative;
  width: 100%;
  height: 100vh;
  text-align: center;
  z-index: 15; }

.cta-carousel {
  padding: 5rem 0; }
  .cta-carousel .cta-carousel-text {
    text-align: center;
    width: 50vw;
    margin: 0 auto; }
    @media (max-width: 991.98px) {
      .cta-carousel .cta-carousel-text {
        width: 80vw; } }
    .cta-carousel .cta-carousel-text h1, .cta-carousel .cta-carousel-text h2, .cta-carousel .cta-carousel-text h3 {
      font-family: "Oswald", sans-serif;
      font-weight: 600;
      font-size: 5rem;
      line-height: 1.1em;
      letter-spacing: -0.04em;
      color: #fff;
      margin-bottom: 1.5rem; }
      @media (max-width: 991.98px) {
        .cta-carousel .cta-carousel-text h1, .cta-carousel .cta-carousel-text h2, .cta-carousel .cta-carousel-text h3 {
          font-size: 3rem; } }
    .cta-carousel .cta-carousel-text h4, .cta-carousel .cta-carousel-text h5 {
      color: #fff;
      font-family: "Roboto", sans-serif;
      font-weight: 400;
      font-size: 1.5rem;
      line-height: 1.4; }
  .cta-carousel .cta-carousel-cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 5.875rem;
    width: 100%;
    padding-top: 5rem; }
    .cta-carousel .cta-carousel-cards .carousel-card {
      flex: 0 1 calc(33.333% - $gap_cta_setting);
      position: relative;
      width: 100%;
      max-width: 542px;
      transition: box-shadow 200ms, transform 180ms ease-in; }
      .cta-carousel .cta-carousel-cards .carousel-card:hover {
        box-shadow: 4px 4px 6px rgba(50, 50, 50, 0.4);
        transform: scale(1.02); }
      .cta-carousel .cta-carousel-cards .carousel-card .card-text-box {
        z-index: 15;
        color: #fff;
        width: 100%;
        position: absolute;
        bottom: 0;
        padding: 1rem;
        font-family: "Oswald", sans-serif;
        font-weight: 400;
        font-size: 1.5rem;
        line-height: 1.2;
        letter-spacing: -0.04em; }
      .cta-carousel .cta-carousel-cards .carousel-card .card-image-box {
        width: 100%;
        height: 100%;
        overflow: hidden; }
        .cta-carousel .cta-carousel-cards .carousel-card .card-image-box img, .cta-carousel .cta-carousel-cards .carousel-card .card-image-box .content-page-header .header-image.img-gray video, .content-page-header .header-image.img-gray .cta-carousel .cta-carousel-cards .carousel-card .card-image-box video {
          object-fit: cover;
          object-position: center;
          width: 100%;
          height: auto;
          display: block;
          aspect-ratio: 271 / 207;
          max-width: 542px;
          height: 414px; }
      .cta-carousel .cta-carousel-cards .carousel-card .fq-btn {
        font-family: "Oswald", sans-serif;
        font-weight: 500;
        font-size: 1.25rem;
        color: #fff;
        text-transform: uppercase; }
        .cta-carousel .cta-carousel-cards .carousel-card .fq-btn:hover {
          color: #ccc; }
  .cta-carousel .carousel-directions {
    text-align: center;
    padding-top: 2rem; }
    .cta-carousel .carousel-directions button {
      background: none;
      border: 0 none; }
    @media (max-width: 991.98px) {
      .cta-carousel .carousel-directions {
        display: none; } }
  .cta-carousel .slick-slider .slick-prev:before,
  .cta-carousel .slick-slider .slick-next:before {
    opacity: 1;
    color: #fff;
    font-size: 2.25rem;
    content: ""; }
  .cta-carousel .slick-slider .slick-prev.slick-disabled:before,
  .cta-carousel .slick-slider .slick-next.slick-disabled:before {
    opacity: .25; }
  .cta-carousel .slick-slider .slick-prev:before {
    content: "";
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: 700 !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -.125em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: rotate(0);
    transition: transform 200ms;
    border: 0 none; }
  .cta-carousel .slick-slider .slick-next:before {
    content: "";
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: 700 !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -.125em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: rotate(0);
    transition: transform 200ms;
    border: 0 none; }
  .cta-carousel .slick-slider .slick-slide {
    margin: 0 3rem; }
  .cta-carousel .slick-slider .slick-dots li button:before {
    content: " ";
    opacity: 1;
    border: 1px solid #ffffff;
    background: none;
    border-radius: 20px; }
  .cta-carousel .slick-slider .slick-dots li.slick-active button:before {
    background: #ffffff; }

@media (min-width: 768px) {
  .max-width-50 {
    max-width: 50%; }
  .max-width-55 {
    max-width: 55%; }
  .max-width-60 {
    max-width: 60%; }
  .max-width-65 {
    max-width: 65%; }
  .max-width-70 {
    max-width: 70%; }
  .max-width-75 {
    max-width: 75%; }
  .max-width-80 {
    max-width: 80%; }
  .max-width-85 {
    max-width: 85%; }
  .max-width-90 {
    max-width: 90%; }
  .max-width-95 {
    max-width: 95%; }
  .max-width-100 {
    max-width: 100%; } }

.fq-video-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 99999;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease-in-out; }

.simple-hero {
  position: relative;
  width: 100%;
  min-height: 100vh;
  height: auto;
  transition: background-color 1s ease-in-out;
  z-index: 5; }
  .simple-hero.max-content-width-85 .simple-hero-content {
    max-width: 85vw; }
  @media (max-width: 414px) {
    .simple-hero {
      height: 130vh; }
      .simple-hero .simple-hero-content, .simple-hero .fq-intro {
        height: 130vh !important; } }
  .simple-hero.btn-true-black .fq-btn {
    background-color: #000000; }
  .simple-hero.btn-true-white .fq-btn {
    background-color: #ffffff; }
  .simple-hero.btn-black .fq-btn {
    background-color: #111111; }
  .simple-hero.btn-earth .fq-btn {
    background-color: #85BD5C; }
  .simple-hero.btn-catalyst .fq-btn {
    background-color: #F1AD4A; }
  .simple-hero.btn-pioneer .fq-btn {
    background-color: #1EC4C0; }
  .simple-hero.btn-rebel .fq-btn {
    background-color: #0F78AD; }
  .simple-hero.btn-white .fq-btn {
    background-color: #F7F4F2; }
  .simple-hero.btn-off-white .fq-btn {
    background-color: #F7F4F2; }
  .simple-hero.btn-canvas .fq-btn {
    background-color: #EBEBEB; }
  .simple-hero.btn-heritage .fq-btn {
    background-color: #1C344E; }
  .simple-hero.btn-heritage-light .fq-btn {
    background-color: #235175; }
  .simple-hero.btn-violet .fq-btn {
    background-color: #223777; }
  .simple-hero.btn-text .fq-btn {
    background-color: #7D7D7D; }
  .simple-hero.btn-light_gray .fq-btn {
    background-color: #D9D9D9; }
  .simple-hero.btn-light_gray_start .fq-btn {
    background-color: #E7E7E7; }
  .simple-hero .fq-video-wrapper {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    opacity: 1;
    transition: opacity 1s ease-in-out, filter 1s ease-in-out; }
    .simple-hero .fq-video-wrapper.dim {
      opacity: 0.3;
      filter: grayscale(100%);
      mix-blend-mode: multiply; }
    .simple-hero .fq-video-wrapper .fq-video {
      position: absolute;
      top: 50%;
      left: 50%;
      width: auto;
      height: auto;
      min-width: 100vw;
      min-height: 100vh;
      transform: translate(-50%, -50%);
      z-index: 1; }
      .simple-hero .fq-video-wrapper .fq-video img, .simple-hero .fq-video-wrapper .fq-video .content-page-header .header-image.img-gray video, .content-page-header .header-image.img-gray .simple-hero .fq-video-wrapper .fq-video video,
      .simple-hero .fq-video-wrapper .fq-video video {
        object-fit: cover;
        /* Fills container by cropping edges */
        height: 100%;
        /* Fill container’s height */
        width: 100%;
        /* Fill container’s width */ }
      .simple-hero .fq-video-wrapper .fq-video img, .simple-hero .fq-video-wrapper .fq-video .content-page-header .header-image.img-gray video, .content-page-header .header-image.img-gray .simple-hero .fq-video-wrapper .fq-video video {
        position: absolute; }
      @media (max-width: 991.98px) {
        .simple-hero .fq-video-wrapper .fq-video img, .simple-hero .fq-video-wrapper .fq-video .content-page-header .header-image.img-gray video, .content-page-header .header-image.img-gray .simple-hero .fq-video-wrapper .fq-video video {
          width: 100%;
          height: 100%;
          position: absolute; } }
      .simple-hero .fq-video-wrapper .fq-video .video {
        position: absolute;
        top: 50%;
        left: 50%;
        width: auto;
        height: auto;
        min-width: 100vw;
        min-height: 100vh;
        transform: translate(-50%, -50%);
        z-index: 1; }
      .simple-hero .fq-video-wrapper .fq-video .video-js {
        height: 100vh;
        min-height: 100vh; }
        .simple-hero .fq-video-wrapper .fq-video .video-js video {
          object-fit: cover;
          /* Fills container by cropping edges */
          height: 100%;
          /* Fill container’s height */
          width: 100%;
          /* Fill container’s width */ }
  .simple-hero .fq-intro {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    z-index: 5; }
  .simple-hero .simple-hero-content {
    opacity: 0;
    transform: translateY(20px);
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100vh;
    justify-content: center; }
    @media (max-width: 991.98px) {
      .simple-hero .simple-hero-content {
        width: 75%; } }
    .simple-hero .simple-hero-content .fq-btn {
      font-family: "Oswald", sans-serif;
      font-weight: 500;
      font-size: 1.25rem;
      border-radius: 2rem;
      color: #fff;
      padding: 1.5rem;
      margin: 1rem 0;
      margin-top: 0; }
    .simple-hero .simple-hero-content .fq-line-btn {
      font-family: "Oswald", sans-serif;
      font-weight: 500;
      font-size: 1.25rem;
      color: #ffffff;
      text-decoration: none;
      text-transform: none;
      text-transform: uppercase; }
      .simple-hero .simple-hero-content .fq-line-btn:hover:after {
        transform: translateY(2px); }
      .simple-hero .simple-hero-content .fq-line-btn:after {
        content: "";
        display: block;
        height: 1px;
        background-color: #ffffff;
        transition: transform 100ms ease-in-out; }
    .simple-hero .simple-hero-content.hide {
      opacity: 0; }
    .simple-hero .simple-hero-content sup {
      font-size: 1rem; }
    .simple-hero .simple-hero-content i {
      color: #fff; }
    .simple-hero .simple-hero-content p {
      color: #fff;
      margin: 1.5rem 0;
      font-family: "Roboto", sans-serif;
      font-weight: 300;
      font-size: 1.5rem; }
      @media (min-width: 768px) {
        .simple-hero .simple-hero-content p {
          max-width: 65%; } }
      .simple-hero .simple-hero-content p ~ div {
        margin-top: 0; }
    .simple-hero .simple-hero-content h1 {
      position: relative;
      margin: 0;
      color: #fff;
      font-size: min(10vw, 9.375rem);
      text-transform: uppercase;
      font-family: var(--fq-font-display);
      font-weight: 500;
      letter-spacing: -2px;
      line-height: 90%; }
      .simple-hero .simple-hero-content h1 sup {
        font-size: 1rem;
        top: -40px;
        left: 10px; }
        @media (min-width: 768px) {
          .simple-hero .simple-hero-content h1 sup {
            top: -110px; } }

.flexible-cta-grid {
  background-color: #fff; }
  .flexible-cta-grid .flexible-cta-grid-inner {
    display: grid; }
    @media (max-width: 992px) {
      .flexible-cta-grid .flexible-cta-grid-inner {
        display: block; } }
    .flexible-cta-grid .flexible-cta-grid-inner.grid-columns-1 {
      grid-template-columns: 1fr; }
      @media (max-width: 992px) {
        .flexible-cta-grid .flexible-cta-grid-inner.grid-columns-1 {
          grid-template-columns: 1fr; } }
    .flexible-cta-grid .flexible-cta-grid-inner.grid-columns-2 {
      grid-template-columns: 1fr 1fr; }
      @media (max-width: 992px) {
        .flexible-cta-grid .flexible-cta-grid-inner.grid-columns-2 {
          grid-template-columns: 1fr 1fr; } }
    .flexible-cta-grid .flexible-cta-grid-inner.grid-columns-3 {
      grid-template-columns: 1fr 1fr 1fr; }
      @media (max-width: 992px) {
        .flexible-cta-grid .flexible-cta-grid-inner.grid-columns-3 {
          grid-template-columns: 1fr 1fr; } }
    .flexible-cta-grid .flexible-cta-grid-inner.grid-columns-6 {
      grid-template-columns: repeat(6, 1fr);
      grid-template-rows: min-content min-content; }
      .flexible-cta-grid .flexible-cta-grid-inner.grid-columns-6.cols-2-1 .flexible-grid-block:nth-child(-n + 2) {
        grid-column: span 3;
        grid-row-start: 1;
        grid-row-end: 2; }
      .flexible-cta-grid .flexible-cta-grid-inner.grid-columns-6.cols-2-1 .flexible-grid-block:nth-child(n + 3) {
        grid-column: span 6;
        grid-row-start: 2;
        grid-row-end: 3; }
      .flexible-cta-grid .flexible-cta-grid-inner.grid-columns-6.cols-3-3 .flexible-grid-block:nth-child(-n + 3) {
        grid-area: 1 / span 2 / 2 / auto; }
      .flexible-cta-grid .flexible-cta-grid-inner.grid-columns-6.cols-3-3 .flexible-grid-block:nth-child(n + 4) {
        grid-area: 2 / span 2 / 3 / auto; }
      .flexible-cta-grid .flexible-cta-grid-inner.grid-columns-6.cols-1-1 .flexible-grid-block:nth-child(-n + 1) {
        grid-area: 1 / span 6 / 2 / auto; }
      .flexible-cta-grid .flexible-cta-grid-inner.grid-columns-6.cols-1-1 .flexible-grid-block:nth-child(n + 2) {
        grid-area: 2 / span 6 / 3 / auto; }
  .flexible-cta-grid .flexible-grid-block {
    /* Ensure each grid cell has a defined height */
    /* You could also rely on content or use aspect-ratio, etc. */
    min-height: 400px;
    max-height: 450px;
    position: relative;
    overflow: hidden;
    transform: none; }
    .flexible-cta-grid .flexible-grid-block .grid-image {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 1; }
      .flexible-cta-grid .flexible-grid-block .grid-image img, .flexible-cta-grid .flexible-grid-block .grid-image .content-page-header .header-image.img-gray video, .content-page-header .header-image.img-gray .flexible-cta-grid .flexible-grid-block .grid-image video {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        filter: grayscale(100%);
        mix-blend-mode: multiply;
        opacity: 0.5; }
    .flexible-cta-grid .flexible-grid-block .grid-caption {
      z-index: 15;
      color: #fff;
      position: absolute;
      top: 1rem;
      display: flex;
      flex-direction: column;
      align-items: center;
      width: 100%;
      justify-content: center;
      height: 100%; }
      .flexible-cta-grid .flexible-grid-block .grid-caption .grid-link {
        transform: translateY(0.375rem); }
        .flexible-cta-grid .flexible-grid-block .grid-caption .grid-link a {
          font-family: "Oswald", sans-serif;
          font-weight: 500;
          font-size: 1.25rem;
          color: #ffffff;
          text-decoration: none;
          text-transform: uppercase; }
          .flexible-cta-grid .flexible-grid-block .grid-caption .grid-link a:hover:after {
            transform: translateY(2px); }
          .flexible-cta-grid .flexible-grid-block .grid-caption .grid-link a:after {
            content: "";
            display: block;
            height: 1px;
            background-color: #ffffff;
            transition: transform 100ms ease-in-out; }
      .flexible-cta-grid .flexible-grid-block .grid-caption .line1 {
        font-family: "Roboto", sans-serif;
        font-weight: 700;
        font-size: 1.25rem;
        text-transform: uppercase; }
      .flexible-cta-grid .flexible-grid-block .grid-caption .line2 {
        font-family: "Oswald", sans-serif;
        font-weight: 600;
        font-size: 2rem;
        line-height: 1.1em;
        letter-spacing: -0.04em;
        font-size: clamp(3.5rem, 5vw, 5rem);
        transition: font-size 300ms; }
        @media (max-width: 991.98px) {
          .flexible-cta-grid .flexible-grid-block .grid-caption .line2 {
            font-family: "Oswald", sans-serif;
            font-weight: 600;
            font-size: 2rem;
            line-height: 1.1em;
            letter-spacing: -0.04em; } }
      .flexible-cta-grid .flexible-grid-block .grid-caption .line3 {
        font-family: "Roboto", sans-serif;
        font-weight: 400;
        font-size: 1.5rem;
        padding: 1rem 10%;
        text-align: center; }
        @media (min-width: 992px) {
          .flexible-cta-grid .flexible-grid-block .grid-caption .line3 {
            max-width: 60vw; } }
      .flexible-cta-grid .flexible-grid-block .grid-caption.cta-text-label div:nth-child(3) {
        font-family: "Roboto", sans-serif;
        font-weight: 400;
        font-size: 1rem;
        padding: 1rem 10%;
        text-align: center; }

.sticky-container {
  position: relative;
  height: 200vh;
  background-color: lightgray; }

.sticky-box {
  position: sticky;
  top: 0;
  width: 100vw;
  height: 100vh;
  margin-top: 80px;
  background-color: blue;
  display: flex;
  justify-content: center;
  align-items: center; }

.scroll-content {
  max-height: 80%;
  overflow-y: hidden;
  padding: 20px;
  background-color: white;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  width: 80%; }

.scroll-content p {
  margin-bottom: 1.5rem;
  line-height: 1.6; }

.centered-headline {
  width: 100%;
  position: relative;
  height: 550px;
  overflow: hidden; }
  .centered-headline.headline-780 {
    height: 780px; }
  .centered-headline.headline-100vh {
    height: 100vh; }
  .centered-headline.headline-static-desktop {
    height: auto;
    padding: 2rem 0; }
    .centered-headline.headline-static-desktop .headline-content {
      position: static;
      transform: none !important;
      margin: 0 auto; }
  .centered-headline .headline-video,
  .centered-headline .headline-image {
    width: 100%;
    height: 100%; }
    .centered-headline .headline-video > video, .centered-headline .headline-video img, .centered-headline .headline-video .content-page-header .header-image.img-gray video, .content-page-header .header-image.img-gray .centered-headline .headline-video video,
    .centered-headline .headline-image > video,
    .centered-headline .headline-image img,
    .centered-headline .headline-image .content-page-header .header-image.img-gray video,
    .content-page-header .header-image.img-gray .centered-headline .headline-image video {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: bottom;
      display: block;
      position: absolute; }
    .centered-headline .headline-video .video-js,
    .centered-headline .headline-image .video-js {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: bottom;
      display: block;
      position: absolute;
      background-color: #F7F4F2;
      padding-top: 0; }
      .centered-headline .headline-video .video-js video,
      .centered-headline .headline-image .video-js video {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: bottom; }
      .centered-headline .headline-video .video-js .vjs-poster,
      .centered-headline .headline-image .video-js .vjs-poster {
        background-color: #F7F4F2;
        background-size: cover;
        background-position: bottom; }
    .centered-headline .headline-video img, .centered-headline .headline-video .content-page-header .header-image.img-gray video, .content-page-header .header-image.img-gray .centered-headline .headline-video video,
    .centered-headline .headline-image img,
    .centered-headline .headline-image .content-page-header .header-image.img-gray video,
    .content-page-header .header-image.img-gray .centered-headline .headline-image video {
      transform: translateY(40%);
      object-position: top; }
  .centered-headline .headline-image {
    position: absolute;
    z-index: 10;
    filter: blur(5px);
    opacity: 0;
    transform: translateY(40px);
    transition: filter 1s ease-in-out, opacity 1s ease-in-out, transform 1s ease-in-out; }
    .centered-headline .headline-image.headline-appear {
      transform: translateY(0px);
      filter: blur(0px);
      opacity: 1; }
    .centered-headline .headline-image ~ .headline-content {
      filter: blur(5px);
      opacity: 0;
      transition: filter 400ms ease-in-out, opacity 400ms ease-in-out, transform 400ms ease-in-out;
      transition-delay: 1.2s;
      transform: translate(-50%, 50%); }
      .centered-headline .headline-image ~ .headline-content.headline-appear {
        transform: translate(-50%, -50%);
        filter: blur(0px);
        opacity: 1; }
  .centered-headline.text-top-25 .headline-content {
    top: 25%; }
  .centered-headline .headline-content {
    position: absolute;
    z-index: 5;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #1C344E;
    margin: 0;
    text-align: center;
    width: 70vw; }
    .centered-headline .headline-content h3 {
      font-family: "Oswald", sans-serif;
      font-weight: 600;
      font-size: 2rem;
      line-height: 1.1em;
      letter-spacing: -0.04em;
      font-size: clamp(4rem, 6vw, 5rem); }
      @media (max-width: 991.98px) {
        .centered-headline .headline-content h3 {
          font-size: 3rem; } }
    .centered-headline .headline-content h4 {
      padding-top: 1rem;
      font-family: "Roboto", sans-serif;
      font-weight: 400;
      font-size: 1.5rem;
      max-width: 45vw;
      margin: 0 auto;
      line-height: 1.4; }
      @media (max-width: 767px) {
        .centered-headline .headline-content h4 {
          font-size: 1rem;
          padding-top: 0;
          max-width: 80vw; } }

.content-page-header {
  position: relative;
  height: 530px;
  overflow: hidden; }
  .content-page-header .return-link a {
    color: #fff; }
  .content-page-header.header-short {
    height: 375px; }
  .content-page-header.header-medium {
    height: 530px; }
  .content-page-header.header-tall {
    height: 690px; }
  .content-page-header.header-bottom .header-content {
    transform: translate(-50%, 50%); }
  .content-page-header.header-center .header-content {
    transform: translate(-50%, -50%); }
  .content-page-header.header-top .header-content {
    transform: translate(-50%, -140%); }
  .content-page-header .header-image {
    /* Takes up the full container height */
    width: 100%;
    height: 100%; }
    .content-page-header .header-image img, .content-page-header .header-image.img-gray video, .content-page-header .header-image video {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
      position: absolute; }
    .content-page-header .header-image.video-gray {
      opacity: 0.3;
      filter: grayscale(100%); }
    .content-page-header .header-image.img-gray img, .content-page-header .header-image.img-gray video {
      filter: grayscale(1);
      mix-blend-mode: multiply;
      opacity: 0.3; }
    .content-page-header .header-image.img-gray video {
      opacity: 0.3; }
  .content-page-header .header-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 75vw;
    margin: 0;
    text-align: center;
    color: #fff; }
    .content-page-header .header-content > div {
      margin-bottom: 0.5rem; }
    .content-page-header .header-content h1 {
      font-family: "Oswald", sans-serif;
      font-weight: 600;
      font-size: 5rem;
      line-height: 1.1em;
      letter-spacing: -0.04em;
      text-transform: uppercase;
      margin-bottom: clamp(0.5rem, 10vw, 2rem); }
      @media (max-width: 991.98px) {
        .content-page-header .header-content h1 {
          font-size: 2rem; } }
    .content-page-header .header-content h2 {
      font-family: "Oswald", sans-serif;
      font-weight: 600;
      font-size: 5rem;
      line-height: 1.1em;
      letter-spacing: -0.04em;
      text-transform: uppercase;
      margin-bottom: clamp(0.5rem, 10vw, 2rem); }
      @media (max-width: 991.98px) {
        .content-page-header .header-content h2 {
          font-size: 2rem; } }
    .content-page-header .header-content h3 {
      font-family: "Oswald", sans-serif;
      font-weight: 600;
      font-size: 5rem;
      line-height: 1.1em;
      letter-spacing: -0.04em;
      text-transform: uppercase;
      margin-bottom: clamp(0.5rem, 10vw, 2rem); }
      @media (max-width: 991.98px) {
        .content-page-header .header-content h3 {
          font-size: 2rem; } }
    .content-page-header .header-content h4 {
      font-family: "Oswald", sans-serif;
      font-weight: 600;
      font-size: 5rem;
      line-height: 1.1em;
      letter-spacing: -0.04em;
      text-transform: uppercase;
      margin-bottom: clamp(0.5rem, 10vw, 2rem); }
      @media (max-width: 991.98px) {
        .content-page-header .header-content h4 {
          font-size: 2rem; } }
    .content-page-header .header-content h5 {
      font-family: "Oswald", sans-serif;
      font-weight: 600;
      font-size: 5rem;
      line-height: 1.1em;
      letter-spacing: -0.04em;
      text-transform: uppercase;
      margin-bottom: clamp(0.5rem, 10vw, 2rem); }
      @media (max-width: 991.98px) {
        .content-page-header .header-content h5 {
          font-size: 2rem; } }
    .content-page-header .header-content h6 {
      font-family: "Oswald", sans-serif;
      font-weight: 600;
      font-size: 5rem;
      line-height: 1.1em;
      letter-spacing: -0.04em;
      text-transform: uppercase;
      margin-bottom: clamp(0.5rem, 10vw, 2rem); }
      @media (max-width: 991.98px) {
        .content-page-header .header-content h6 {
          font-size: 2rem; } }
  @media (max-width: 991.98px) {
    .content-page-header {
      height: auto;
      min-height: 40vh; } }
  .content-page-header.content-header-news h1 {
    font-family: "Oswald", sans-serif;
    font-weight: 600;
    font-size: clamp(1.5rem, 6vw, 3.75rem);
    line-height: 1.1em;
    letter-spacing: -0.04em;
    text-transform: none; }
  .content-page-header.content-header-news h2 {
    font-family: "Oswald", sans-serif;
    font-weight: 600;
    font-size: clamp(1.5rem, 6vw, 3.75rem);
    line-height: 1.1em;
    letter-spacing: -0.04em;
    text-transform: none; }
  .content-page-header.content-header-news h3 {
    font-family: "Oswald", sans-serif;
    font-weight: 600;
    font-size: clamp(1.5rem, 6vw, 3.75rem);
    line-height: 1.1em;
    letter-spacing: -0.04em;
    text-transform: none; }
  .content-page-header.content-header-news h4 {
    font-family: "Oswald", sans-serif;
    font-weight: 600;
    font-size: clamp(1.5rem, 6vw, 3.75rem);
    line-height: 1.1em;
    letter-spacing: -0.04em;
    text-transform: none; }
  .content-page-header.content-header-news h5 {
    font-family: "Oswald", sans-serif;
    font-weight: 600;
    font-size: clamp(1.5rem, 6vw, 3.75rem);
    line-height: 1.1em;
    letter-spacing: -0.04em;
    text-transform: none; }
  .content-page-header.content-header-news h6 {
    font-family: "Oswald", sans-serif;
    font-weight: 600;
    font-size: clamp(1.5rem, 6vw, 3.75rem);
    line-height: 1.1em;
    letter-spacing: -0.04em;
    text-transform: none; }
  @media (max-width: 991.98px) {
    .content-page-header.content-header-news .header-content {
      text-align: left;
      padding: 1rem;
      left: 0;
      transform: translate(0%, -50%);
      width: 100vw; } }

.img-scale-1 {
  transform: scale(1.1); }

.img-scale-2 {
  transform: scale(1.2); }

.img-scale-3 {
  transform: scale(1.3); }

.img-scale-4 {
  transform: scale(1.4); }

.img-scale-5 {
  transform: scale(1.5); }

.img-scale-6 {
  transform: scale(1.6); }

.img-scale-7 {
  transform: scale(1.7); }

.img-scale-8 {
  transform: scale(1.8); }

.img-scale-9 {
  transform: scale(1.9); }

.article-content {
  padding-top: 3rem;
  background-color: #fff; }
  @media (max-width: 991.98px) {
    .article-content {
      padding-top: 0; }
      .article-content .return-link {
        padding-top: 0.75rem;
        padding-bottom: 0.75rem; }
        .article-content .return-link a {
          color: #1C344E;
          text-decoration: none; } }
  .article-content article {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 1.0625rem;
    color: #7D7D7D; }
    .article-content article .fq-about {
      font-family: "Oswald", sans-serif;
      font-weight: 400;
      font-size: 1.0625rem; }
    .article-content article .pullquote {
      display: flex;
      align-items: center;
      color: #000;
      padding: .75rem; }
      .article-content article .pullquote > div {
        padding: 1rem;
        flex: 0 1 50%; }
      .article-content article .pullquote img, .article-content article .pullquote .content-page-header .header-image.img-gray video, .content-page-header .header-image.img-gray .article-content article .pullquote video {
        display: block;
        width: 100%;
        height: auto;
        max-width: 250px;
        box-shadow: 4px 4px 4px 4px #ccc; }
        @media (max-width: 991.98px) {
          .article-content article .pullquote img, .article-content article .pullquote .content-page-header .header-image.img-gray video, .content-page-header .header-image.img-gray .article-content article .pullquote video {
            max-width: 100%; } }
      .article-content article .pullquote .pullquote-right {
        font-family: "Oswald", sans-serif;
        font-weight: 400;
        font-size: 1.5rem;
        line-height: 1.1em;
        letter-spacing: -0.04em; }
      @media (max-width: 991.98px) {
        .article-content article .pullquote {
          display: block;
          width: 100%; } }
    .article-content article .article-feedback, .article-content article #feedback-message {
      display: flex;
      gap: .75rem;
      padding: 3rem 0;
      align-items: center;
      color: #1C344E;
      font-weight: 700; }
      .article-content article .article-feedback > div, .article-content article #feedback-message > div {
        margin-right: 1rem; }
      .article-content article .article-feedback button, .article-content article #feedback-message button {
        font-family: "Roboto", sans-serif;
        font-weight: 700;
        font-size: 1rem;
        text-transform: uppercase;
        background-color: #ffffff;
        border-radius: 6px;
        padding: 0.5rem 1rem;
        border: 1px solid #1C344E;
        text-transform: capitalize;
        transition: 0.2s;
        color: #1C344E; }
        .article-content article .article-feedback button:hover, .article-content article #feedback-message button:hover {
          background-color: #1C344E;
          color: #ffffff; }
        .article-content article .article-feedback button:active, .article-content article #feedback-message button:active {
          opacity: 0.75;
          transform: translate(2%, 2%); }

.panel-share > span {
  display: block;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  color: #ccc;
  text-transform: uppercase;
  margin-bottom: 1rem; }

.panel-share .panel-like {
  display: flex;
  gap: 1rem; }

.panel-share a {
  display: block;
  text-decoration: none;
  color: #F7F4F2;
  margin-bottom: 1rem; }
  .panel-share a:hover span {
    color: #1C344E; }
  .panel-share a:hover i {
    background-color: #1C344E; }
  .panel-share a span {
    color: #0F78AD; }
  .panel-share a i {
    display: inline-block;
    font-size: 1.5rem;
    border-radius: 50%;
    background: #0F78AD;
    padding: .5rem;
    width: 3rem;
    height: 3rem;
    line-height: 2rem;
    text-align: center; }

@media (max-width: 991.98px) {
  .panel-share {
    display: flex;
    justify-content: space-evenly;
    padding-top: 1rem; }
    .panel-share > span {
      display: none; }
    .panel-share > a span {
      display: none; } }

.heading-reset .header-content h1,
.heading-reset .header-content h2 {
  text-transform: unset; }

.heading-size-small .header-content h1 {
  font-size: 3.75rem; }

.heading-text-shadow h1 {
  text-shadow: 0 4px 17px rgba(0, 0, 0, 0.6); }

.related-items {
  background-color: #ffffff;
  padding: 5rem 0;
  width: 100%; }
  .related-items.quote-items .slick-slider .slick-list {
    padding: 0 0 3rem 0 !important; }
  .related-items .related-header {
    text-align: center;
    margin: 2rem 0;
    font-family: "Oswald", sans-serif;
    font-weight: 600;
    font-size: 2rem;
    line-height: 1.1em;
    letter-spacing: -0.04em; }
  .related-items .related-footer {
    text-align: center;
    margin: 4rem 0; }
    .related-items .related-footer .fq-btn {
      font-family: "Oswald", sans-serif;
      font-weight: 500;
      font-size: 1.25rem;
      color: #000;
      text-decoration: underline; }
      .related-items .related-footer .fq-btn:hover {
        color: #666; }
  .related-items .related-items-carousel {
    display: flex;
    flex-wrap: wrap;
    gap: 5.875rem;
    width: 100%; }
    .related-items .related-items-carousel article {
      flex: 0 1 calc(33.333% - $gap_setting); }
      .related-items .related-items-carousel article .news-img {
        overflow: hidden;
        box-shadow: 7px 9px 20px #ccc; }
        .related-items .related-items-carousel article .news-img.news-img-border {
          border: 1px solid #1C344E; }
        .related-items .related-items-carousel article .news-img img, .related-items .related-items-carousel article .news-img .content-page-header .header-image.img-gray video, .content-page-header .header-image.img-gray .related-items .related-items-carousel article .news-img video {
          max-width: 100%;
          height: auto;
          display: block; }
      .related-items .related-items-carousel article h2, .related-items .related-items-carousel article h3, .related-items .related-items-carousel article h4 {
        font-family: "Oswald", sans-serif;
        font-weight: 500;
        font-size: 1.25rem;
        line-height: 1.2;
        letter-spacing: -0.04em;
        color: #707070;
        margin-bottom: .75rem;
        margin-top: .75rem; }
        .related-items .related-items-carousel article h2 a, .related-items .related-items-carousel article h3 a, .related-items .related-items-carousel article h4 a {
          color: #707070;
          text-decoration: none; }
          .related-items .related-items-carousel article h2 a:hover, .related-items .related-items-carousel article h3 a:hover, .related-items .related-items-carousel article h4 a:hover {
            text-decoration: underline; }
      .related-items .related-items-carousel article .news-desc {
        font-family: "Roboto", sans-serif;
        font-weight: 400;
        font-size: 1rem;
        color: #707070; }
        .related-items .related-items-carousel article .news-desc .news-location-date {
          font-weight: 700; }
      .related-items .related-items-carousel article .fq-btn {
        font-family: "Oswald", sans-serif;
        font-weight: 500;
        font-size: 1rem;
        color: #000;
        text-decoration: underline;
        text-transform: none; }
        .related-items .related-items-carousel article .fq-btn:hover {
          color: #666; }
    @media (max-width: 991.98px) {
      .related-items .related-items-carousel {
        flex-direction: column; } }
  .related-items .slick-slider .slick-prev:before,
  .related-items .slick-slider .slick-next:before {
    opacity: 1;
    color: #0F78AD;
    font-size: 2.25rem;
    content: ""; }
  .related-items .slick-slider .slick-prev.slick-disabled:before,
  .related-items .slick-slider .slick-next.slick-disabled:before {
    opacity: .25; }
  .related-items .slick-slider .slick-prev:before {
    content: "";
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: 700 !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -.125em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: rotate(0);
    transition: transform 200ms;
    border: 0 none; }
  .related-items .slick-slider .slick-next:before {
    content: "";
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: 700 !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -.125em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: rotate(0);
    transition: transform 200ms;
    border: 0 none; }
  .related-items .slick-slider .slick-slide {
    margin: 0 3rem; }
  .related-items .slick-slider .slick-dots li button:before {
    color: #D9D9D9;
    font-size: 1.5rem;
    opacity: 1; }
  .related-items .slick-slider .slick-dots li.slick-active button:before {
    color: #F1AD4A; }

.fq-two-col {
  padding: 1rem; }
  .fq-two-col .two-col-wrapper {
    display: flex;
    gap: 1rem;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 1rem;
    padding: 3rem 0; }
    .fq-two-col .two-col-wrapper > div {
      flex: 0 1 50%; }
      .fq-two-col .two-col-wrapper > div h1, .fq-two-col .two-col-wrapper > div h2, .fq-two-col .two-col-wrapper > div h3, .fq-two-col .two-col-wrapper > div h4, .fq-two-col .two-col-wrapper > div h5, .fq-two-col .two-col-wrapper > div h6 {
        font-family: "Oswald", sans-serif;
        font-weight: 600;
        font-size: 5rem;
        line-height: 1.1em;
        letter-spacing: -0.04em; }
      .fq-two-col .two-col-wrapper > div img, .fq-two-col .two-col-wrapper > div .content-page-header .header-image.img-gray video, .content-page-header .header-image.img-gray .fq-two-col .two-col-wrapper > div video {
        width: 100%;
        max-width: 497px; }
      .fq-two-col .two-col-wrapper > div p {
        font-size: 1.5rem; }
      .fq-two-col .two-col-wrapper > div ul li {
        font-family: "Roboto", sans-serif;
        font-weight: 700;
        font-size: 1.75rem;
        margin-bottom: 2.5rem;
        position: relative;
        list-style-type: none;
        padding-left: 2.5rem; }
        .fq-two-col .two-col-wrapper > div ul li:before {
          content: " ";
          display: inline-block;
          width: 40px;
          height: 40px;
          background-image: url(-/media/B96400BE18404F00BE356560EB55BDB1.ashx);
          background-repeat: no-repeat;
          background-size: cover;
          background-position: center;
          position: absolute;
          left: -1rem;
          transform: translateY(1px); }
        .fq-two-col .two-col-wrapper > div ul li span {
          font-size: 1.125rem;
          font-weight: 400;
          line-height: normal;
          display: block; }
      @media (max-width: 991.98px) {
        .fq-two-col .two-col-wrapper > div {
          padding: 1rem; }
          .fq-two-col .two-col-wrapper > div h1, .fq-two-col .two-col-wrapper > div h2, .fq-two-col .two-col-wrapper > div h3, .fq-two-col .two-col-wrapper > div h4, .fq-two-col .two-col-wrapper > div h5, .fq-two-col .two-col-wrapper > div h6 {
            font-family: "Oswald", sans-serif;
            font-weight: 600;
            font-size: 3rem;
            line-height: 1.1em;
            letter-spacing: -0.04em; }
          .fq-two-col .two-col-wrapper > div ul {
            padding-left: 0; }
            .fq-two-col .two-col-wrapper > div ul li {
              font-size: 1.25rem; }
              .fq-two-col .two-col-wrapper > div ul li:before {
                transform: scale(0.75); } }
    .fq-two-col .two-col-wrapper.one-column-option > div {
      flex: 0 1 auto; }
    @media (max-width: 991.98px) {
      .fq-two-col .two-col-wrapper {
        gap: 0; } }

.stats-bar .stats {
  display: flex;
  justify-content: space-evenly; }
  .stats-bar .stats figure {
    display: block;
    text-align: center;
    margin: 2rem; }
    .stats-bar .stats figure p {
      font-family: "Oswald", sans-serif;
      font-weight: 600;
      font-size: 4rem;
      line-height: 1.1em;
      letter-spacing: -0.04em;
      text-transform: uppercase; }
    .stats-bar .stats figure figcaption {
      font-family: "Roboto", sans-serif;
      font-weight: 400;
      font-size: 1rem; }

.fixed-behind-previous-DISABLED {
  position: relative;
  margin-top: -100vh;
  width: 100%;
  min-height: 200vh;
  z-index: 3; }
  @media (max-width: 991.98px) {
    .fixed-behind-previous-DISABLED {
      min-height: 100vh;
      margin-top: 0; } }
  .fixed-behind-previous-DISABLED .fixed-inside {
    position: sticky;
    top: 0;
    width: 100%;
    height: 100vh;
    z-index: 10; }
  .fixed-behind-previous-DISABLED .stageCaption {
    position: relative;
    width: 100%;
    height: 100vh;
    text-align: center;
    z-index: 15; }

/* Bulma Grid */
.column {
  display: block;
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
  padding: 0.75rem; }
  .columns.is-mobile > .column.is-narrow {
    flex: none;
    width: unset; }
  .columns.is-mobile > .column.is-full {
    flex: none;
    width: 100%; }
  .columns.is-mobile > .column.is-three-quarters {
    flex: none;
    width: 75%; }
  .columns.is-mobile > .column.is-two-thirds {
    flex: none;
    width: 66.6666%; }
  .columns.is-mobile > .column.is-half {
    flex: none;
    width: 50%; }
  .columns.is-mobile > .column.is-one-third {
    flex: none;
    width: 33.3333%; }
  .columns.is-mobile > .column.is-one-quarter {
    flex: none;
    width: 25%; }
  .columns.is-mobile > .column.is-one-fifth {
    flex: none;
    width: 20%; }
  .columns.is-mobile > .column.is-two-fifths {
    flex: none;
    width: 40%; }
  .columns.is-mobile > .column.is-three-fifths {
    flex: none;
    width: 60%; }
  .columns.is-mobile > .column.is-four-fifths {
    flex: none;
    width: 80%; }
  .columns.is-mobile > .column.is-offset-three-quarters {
    margin-left: 75%; }
  .columns.is-mobile > .column.is-offset-two-thirds {
    margin-left: 66.6666%; }
  .columns.is-mobile > .column.is-offset-half {
    margin-left: 50%; }
  .columns.is-mobile > .column.is-offset-one-third {
    margin-left: 33.3333%; }
  .columns.is-mobile > .column.is-offset-one-quarter {
    margin-left: 25%; }
  .columns.is-mobile > .column.is-offset-one-fifth {
    margin-left: 20%; }
  .columns.is-mobile > .column.is-offset-two-fifths {
    margin-left: 40%; }
  .columns.is-mobile > .column.is-offset-three-fifths {
    margin-left: 60%; }
  .columns.is-mobile > .column.is-offset-four-fifths {
    margin-left: 80%; }
  .columns.is-mobile > .column.is-0 {
    flex: none;
    width: 0%; }
  .columns.is-mobile > .column.is-offset-0 {
    margin-left: 0%; }
  .columns.is-mobile > .column.is-1 {
    flex: none;
    width: 8.33333%; }
  .columns.is-mobile > .column.is-offset-1 {
    margin-left: 8.33333%; }
  .columns.is-mobile > .column.is-2 {
    flex: none;
    width: 16.66667%; }
  .columns.is-mobile > .column.is-offset-2 {
    margin-left: 16.66667%; }
  .columns.is-mobile > .column.is-3 {
    flex: none;
    width: 25%; }
  .columns.is-mobile > .column.is-offset-3 {
    margin-left: 25%; }
  .columns.is-mobile > .column.is-4 {
    flex: none;
    width: 33.33333%; }
  .columns.is-mobile > .column.is-offset-4 {
    margin-left: 33.33333%; }
  .columns.is-mobile > .column.is-5 {
    flex: none;
    width: 41.66667%; }
  .columns.is-mobile > .column.is-offset-5 {
    margin-left: 41.66667%; }
  .columns.is-mobile > .column.is-6 {
    flex: none;
    width: 50%; }
  .columns.is-mobile > .column.is-offset-6 {
    margin-left: 50%; }
  .columns.is-mobile > .column.is-7 {
    flex: none;
    width: 58.33333%; }
  .columns.is-mobile > .column.is-offset-7 {
    margin-left: 58.33333%; }
  .columns.is-mobile > .column.is-8 {
    flex: none;
    width: 66.66667%; }
  .columns.is-mobile > .column.is-offset-8 {
    margin-left: 66.66667%; }
  .columns.is-mobile > .column.is-9 {
    flex: none;
    width: 75%; }
  .columns.is-mobile > .column.is-offset-9 {
    margin-left: 75%; }
  .columns.is-mobile > .column.is-10 {
    flex: none;
    width: 83.33333%; }
  .columns.is-mobile > .column.is-offset-10 {
    margin-left: 83.33333%; }
  .columns.is-mobile > .column.is-11 {
    flex: none;
    width: 91.66667%; }
  .columns.is-mobile > .column.is-offset-11 {
    margin-left: 91.66667%; }
  .columns.is-mobile > .column.is-12 {
    flex: none;
    width: 100%; }
  .columns.is-mobile > .column.is-offset-12 {
    margin-left: 100%; }
  @media screen and (max-width: 768px) {
    .column.is-narrow-mobile {
      flex: none;
      width: unset; }
    .column.is-full-mobile {
      flex: none;
      width: 100%; }
    .column.is-three-quarters-mobile {
      flex: none;
      width: 75%; }
    .column.is-two-thirds-mobile {
      flex: none;
      width: 66.6666%; }
    .column.is-half-mobile {
      flex: none;
      width: 50%; }
    .column.is-one-third-mobile {
      flex: none;
      width: 33.3333%; }
    .column.is-one-quarter-mobile {
      flex: none;
      width: 25%; }
    .column.is-one-fifth-mobile {
      flex: none;
      width: 20%; }
    .column.is-two-fifths-mobile {
      flex: none;
      width: 40%; }
    .column.is-three-fifths-mobile {
      flex: none;
      width: 60%; }
    .column.is-four-fifths-mobile {
      flex: none;
      width: 80%; }
    .column.is-offset-three-quarters-mobile {
      margin-left: 75%; }
    .column.is-offset-two-thirds-mobile {
      margin-left: 66.6666%; }
    .column.is-offset-half-mobile {
      margin-left: 50%; }
    .column.is-offset-one-third-mobile {
      margin-left: 33.3333%; }
    .column.is-offset-one-quarter-mobile {
      margin-left: 25%; }
    .column.is-offset-one-fifth-mobile {
      margin-left: 20%; }
    .column.is-offset-two-fifths-mobile {
      margin-left: 40%; }
    .column.is-offset-three-fifths-mobile {
      margin-left: 60%; }
    .column.is-offset-four-fifths-mobile {
      margin-left: 80%; }
    .column.is-0-mobile {
      flex: none;
      width: 0%; }
    .column.is-offset-0-mobile {
      margin-left: 0%; }
    .column.is-1-mobile {
      flex: none;
      width: 8.33333%; }
    .column.is-offset-1-mobile {
      margin-left: 8.33333%; }
    .column.is-2-mobile {
      flex: none;
      width: 16.66667%; }
    .column.is-offset-2-mobile {
      margin-left: 16.66667%; }
    .column.is-3-mobile {
      flex: none;
      width: 25%; }
    .column.is-offset-3-mobile {
      margin-left: 25%; }
    .column.is-4-mobile {
      flex: none;
      width: 33.33333%; }
    .column.is-offset-4-mobile {
      margin-left: 33.33333%; }
    .column.is-5-mobile {
      flex: none;
      width: 41.66667%; }
    .column.is-offset-5-mobile {
      margin-left: 41.66667%; }
    .column.is-6-mobile {
      flex: none;
      width: 50%; }
    .column.is-offset-6-mobile {
      margin-left: 50%; }
    .column.is-7-mobile {
      flex: none;
      width: 58.33333%; }
    .column.is-offset-7-mobile {
      margin-left: 58.33333%; }
    .column.is-8-mobile {
      flex: none;
      width: 66.66667%; }
    .column.is-offset-8-mobile {
      margin-left: 66.66667%; }
    .column.is-9-mobile {
      flex: none;
      width: 75%; }
    .column.is-offset-9-mobile {
      margin-left: 75%; }
    .column.is-10-mobile {
      flex: none;
      width: 83.33333%; }
    .column.is-offset-10-mobile {
      margin-left: 83.33333%; }
    .column.is-11-mobile {
      flex: none;
      width: 91.66667%; }
    .column.is-offset-11-mobile {
      margin-left: 91.66667%; }
    .column.is-12-mobile {
      flex: none;
      width: 100%; }
    .column.is-offset-12-mobile {
      margin-left: 100%; } }
  @media screen and (min-width: 769px), print {
    .column.is-narrow, .column.is-narrow-tablet {
      flex: none;
      width: unset; }
    .column.is-full, .column.is-full-tablet {
      flex: none;
      width: 100%; }
    .column.is-three-quarters, .column.is-three-quarters-tablet {
      flex: none;
      width: 75%; }
    .column.is-two-thirds, .column.is-two-thirds-tablet {
      flex: none;
      width: 66.6666%; }
    .column.is-half, .column.is-half-tablet {
      flex: none;
      width: 50%; }
    .column.is-one-third, .column.is-one-third-tablet {
      flex: none;
      width: 33.3333%; }
    .column.is-one-quarter, .column.is-one-quarter-tablet {
      flex: none;
      width: 25%; }
    .column.is-one-fifth, .column.is-one-fifth-tablet {
      flex: none;
      width: 20%; }
    .column.is-two-fifths, .column.is-two-fifths-tablet {
      flex: none;
      width: 40%; }
    .column.is-three-fifths, .column.is-three-fifths-tablet {
      flex: none;
      width: 60%; }
    .column.is-four-fifths, .column.is-four-fifths-tablet {
      flex: none;
      width: 80%; }
    .column.is-offset-three-quarters, .column.is-offset-three-quarters-tablet {
      margin-left: 75%; }
    .column.is-offset-two-thirds, .column.is-offset-two-thirds-tablet {
      margin-left: 66.6666%; }
    .column.is-offset-half, .column.is-offset-half-tablet {
      margin-left: 50%; }
    .column.is-offset-one-third, .column.is-offset-one-third-tablet {
      margin-left: 33.3333%; }
    .column.is-offset-one-quarter, .column.is-offset-one-quarter-tablet {
      margin-left: 25%; }
    .column.is-offset-one-fifth, .column.is-offset-one-fifth-tablet {
      margin-left: 20%; }
    .column.is-offset-two-fifths, .column.is-offset-two-fifths-tablet {
      margin-left: 40%; }
    .column.is-offset-three-fifths, .column.is-offset-three-fifths-tablet {
      margin-left: 60%; }
    .column.is-offset-four-fifths, .column.is-offset-four-fifths-tablet {
      margin-left: 80%; }
    .column.is-0, .column.is-0-tablet {
      flex: none;
      width: 0%; }
    .column.is-offset-0, .column.is-offset-0-tablet {
      margin-left: 0%; }
    .column.is-1, .column.is-1-tablet {
      flex: none;
      width: 8.33333%; }
    .column.is-offset-1, .column.is-offset-1-tablet {
      margin-left: 8.33333%; }
    .column.is-2, .column.is-2-tablet {
      flex: none;
      width: 16.66667%; }
    .column.is-offset-2, .column.is-offset-2-tablet {
      margin-left: 16.66667%; }
    .column.is-3, .column.is-3-tablet {
      flex: none;
      width: 25%; }
    .column.is-offset-3, .column.is-offset-3-tablet {
      margin-left: 25%; }
    .column.is-4, .column.is-4-tablet {
      flex: none;
      width: 33.33333%; }
    .column.is-offset-4, .column.is-offset-4-tablet {
      margin-left: 33.33333%; }
    .column.is-5, .column.is-5-tablet {
      flex: none;
      width: 41.66667%; }
    .column.is-offset-5, .column.is-offset-5-tablet {
      margin-left: 41.66667%; }
    .column.is-6, .column.is-6-tablet {
      flex: none;
      width: 50%; }
    .column.is-offset-6, .column.is-offset-6-tablet {
      margin-left: 50%; }
    .column.is-7, .column.is-7-tablet {
      flex: none;
      width: 58.33333%; }
    .column.is-offset-7, .column.is-offset-7-tablet {
      margin-left: 58.33333%; }
    .column.is-8, .column.is-8-tablet {
      flex: none;
      width: 66.66667%; }
    .column.is-offset-8, .column.is-offset-8-tablet {
      margin-left: 66.66667%; }
    .column.is-9, .column.is-9-tablet {
      flex: none;
      width: 75%; }
    .column.is-offset-9, .column.is-offset-9-tablet {
      margin-left: 75%; }
    .column.is-10, .column.is-10-tablet {
      flex: none;
      width: 83.33333%; }
    .column.is-offset-10, .column.is-offset-10-tablet {
      margin-left: 83.33333%; }
    .column.is-11, .column.is-11-tablet {
      flex: none;
      width: 91.66667%; }
    .column.is-offset-11, .column.is-offset-11-tablet {
      margin-left: 91.66667%; }
    .column.is-12, .column.is-12-tablet {
      flex: none;
      width: 100%; }
    .column.is-offset-12, .column.is-offset-12-tablet {
      margin-left: 100%; } }
  @media screen and (max-width: 1023px) {
    .column.is-narrow-touch {
      flex: none;
      width: unset; }
    .column.is-full-touch {
      flex: none;
      width: 100%; }
    .column.is-three-quarters-touch {
      flex: none;
      width: 75%; }
    .column.is-two-thirds-touch {
      flex: none;
      width: 66.6666%; }
    .column.is-half-touch {
      flex: none;
      width: 50%; }
    .column.is-one-third-touch {
      flex: none;
      width: 33.3333%; }
    .column.is-one-quarter-touch {
      flex: none;
      width: 25%; }
    .column.is-one-fifth-touch {
      flex: none;
      width: 20%; }
    .column.is-two-fifths-touch {
      flex: none;
      width: 40%; }
    .column.is-three-fifths-touch {
      flex: none;
      width: 60%; }
    .column.is-four-fifths-touch {
      flex: none;
      width: 80%; }
    .column.is-offset-three-quarters-touch {
      margin-left: 75%; }
    .column.is-offset-two-thirds-touch {
      margin-left: 66.6666%; }
    .column.is-offset-half-touch {
      margin-left: 50%; }
    .column.is-offset-one-third-touch {
      margin-left: 33.3333%; }
    .column.is-offset-one-quarter-touch {
      margin-left: 25%; }
    .column.is-offset-one-fifth-touch {
      margin-left: 20%; }
    .column.is-offset-two-fifths-touch {
      margin-left: 40%; }
    .column.is-offset-three-fifths-touch {
      margin-left: 60%; }
    .column.is-offset-four-fifths-touch {
      margin-left: 80%; }
    .column.is-0-touch {
      flex: none;
      width: 0%; }
    .column.is-offset-0-touch {
      margin-left: 0%; }
    .column.is-1-touch {
      flex: none;
      width: 8.33333%; }
    .column.is-offset-1-touch {
      margin-left: 8.33333%; }
    .column.is-2-touch {
      flex: none;
      width: 16.66667%; }
    .column.is-offset-2-touch {
      margin-left: 16.66667%; }
    .column.is-3-touch {
      flex: none;
      width: 25%; }
    .column.is-offset-3-touch {
      margin-left: 25%; }
    .column.is-4-touch {
      flex: none;
      width: 33.33333%; }
    .column.is-offset-4-touch {
      margin-left: 33.33333%; }
    .column.is-5-touch {
      flex: none;
      width: 41.66667%; }
    .column.is-offset-5-touch {
      margin-left: 41.66667%; }
    .column.is-6-touch {
      flex: none;
      width: 50%; }
    .column.is-offset-6-touch {
      margin-left: 50%; }
    .column.is-7-touch {
      flex: none;
      width: 58.33333%; }
    .column.is-offset-7-touch {
      margin-left: 58.33333%; }
    .column.is-8-touch {
      flex: none;
      width: 66.66667%; }
    .column.is-offset-8-touch {
      margin-left: 66.66667%; }
    .column.is-9-touch {
      flex: none;
      width: 75%; }
    .column.is-offset-9-touch {
      margin-left: 75%; }
    .column.is-10-touch {
      flex: none;
      width: 83.33333%; }
    .column.is-offset-10-touch {
      margin-left: 83.33333%; }
    .column.is-11-touch {
      flex: none;
      width: 91.66667%; }
    .column.is-offset-11-touch {
      margin-left: 91.66667%; }
    .column.is-12-touch {
      flex: none;
      width: 100%; }
    .column.is-offset-12-touch {
      margin-left: 100%; } }
  @media screen and (min-width: 1024px) {
    .column.is-narrow-desktop {
      flex: none;
      width: unset; }
    .column.is-full-desktop {
      flex: none;
      width: 100%; }
    .column.is-three-quarters-desktop {
      flex: none;
      width: 75%; }
    .column.is-two-thirds-desktop {
      flex: none;
      width: 66.6666%; }
    .column.is-half-desktop {
      flex: none;
      width: 50%; }
    .column.is-one-third-desktop {
      flex: none;
      width: 33.3333%; }
    .column.is-one-quarter-desktop {
      flex: none;
      width: 25%; }
    .column.is-one-fifth-desktop {
      flex: none;
      width: 20%; }
    .column.is-two-fifths-desktop {
      flex: none;
      width: 40%; }
    .column.is-three-fifths-desktop {
      flex: none;
      width: 60%; }
    .column.is-four-fifths-desktop {
      flex: none;
      width: 80%; }
    .column.is-offset-three-quarters-desktop {
      margin-left: 75%; }
    .column.is-offset-two-thirds-desktop {
      margin-left: 66.6666%; }
    .column.is-offset-half-desktop {
      margin-left: 50%; }
    .column.is-offset-one-third-desktop {
      margin-left: 33.3333%; }
    .column.is-offset-one-quarter-desktop {
      margin-left: 25%; }
    .column.is-offset-one-fifth-desktop {
      margin-left: 20%; }
    .column.is-offset-two-fifths-desktop {
      margin-left: 40%; }
    .column.is-offset-three-fifths-desktop {
      margin-left: 60%; }
    .column.is-offset-four-fifths-desktop {
      margin-left: 80%; }
    .column.is-0-desktop {
      flex: none;
      width: 0%; }
    .column.is-offset-0-desktop {
      margin-left: 0%; }
    .column.is-1-desktop {
      flex: none;
      width: 8.33333%; }
    .column.is-offset-1-desktop {
      margin-left: 8.33333%; }
    .column.is-2-desktop {
      flex: none;
      width: 16.66667%; }
    .column.is-offset-2-desktop {
      margin-left: 16.66667%; }
    .column.is-3-desktop {
      flex: none;
      width: 25%; }
    .column.is-offset-3-desktop {
      margin-left: 25%; }
    .column.is-4-desktop {
      flex: none;
      width: 33.33333%; }
    .column.is-offset-4-desktop {
      margin-left: 33.33333%; }
    .column.is-5-desktop {
      flex: none;
      width: 41.66667%; }
    .column.is-offset-5-desktop {
      margin-left: 41.66667%; }
    .column.is-6-desktop {
      flex: none;
      width: 50%; }
    .column.is-offset-6-desktop {
      margin-left: 50%; }
    .column.is-7-desktop {
      flex: none;
      width: 58.33333%; }
    .column.is-offset-7-desktop {
      margin-left: 58.33333%; }
    .column.is-8-desktop {
      flex: none;
      width: 66.66667%; }
    .column.is-offset-8-desktop {
      margin-left: 66.66667%; }
    .column.is-9-desktop {
      flex: none;
      width: 75%; }
    .column.is-offset-9-desktop {
      margin-left: 75%; }
    .column.is-10-desktop {
      flex: none;
      width: 83.33333%; }
    .column.is-offset-10-desktop {
      margin-left: 83.33333%; }
    .column.is-11-desktop {
      flex: none;
      width: 91.66667%; }
    .column.is-offset-11-desktop {
      margin-left: 91.66667%; }
    .column.is-12-desktop {
      flex: none;
      width: 100%; }
    .column.is-offset-12-desktop {
      margin-left: 100%; } }
  @media screen and (min-width: 1216px) {
    .column.is-narrow-widescreen {
      flex: none;
      width: unset; }
    .column.is-full-widescreen {
      flex: none;
      width: 100%; }
    .column.is-three-quarters-widescreen {
      flex: none;
      width: 75%; }
    .column.is-two-thirds-widescreen {
      flex: none;
      width: 66.6666%; }
    .column.is-half-widescreen {
      flex: none;
      width: 50%; }
    .column.is-one-third-widescreen {
      flex: none;
      width: 33.3333%; }
    .column.is-one-quarter-widescreen {
      flex: none;
      width: 25%; }
    .column.is-one-fifth-widescreen {
      flex: none;
      width: 20%; }
    .column.is-two-fifths-widescreen {
      flex: none;
      width: 40%; }
    .column.is-three-fifths-widescreen {
      flex: none;
      width: 60%; }
    .column.is-four-fifths-widescreen {
      flex: none;
      width: 80%; }
    .column.is-offset-three-quarters-widescreen {
      margin-left: 75%; }
    .column.is-offset-two-thirds-widescreen {
      margin-left: 66.6666%; }
    .column.is-offset-half-widescreen {
      margin-left: 50%; }
    .column.is-offset-one-third-widescreen {
      margin-left: 33.3333%; }
    .column.is-offset-one-quarter-widescreen {
      margin-left: 25%; }
    .column.is-offset-one-fifth-widescreen {
      margin-left: 20%; }
    .column.is-offset-two-fifths-widescreen {
      margin-left: 40%; }
    .column.is-offset-three-fifths-widescreen {
      margin-left: 60%; }
    .column.is-offset-four-fifths-widescreen {
      margin-left: 80%; }
    .column.is-0-widescreen {
      flex: none;
      width: 0%; }
    .column.is-offset-0-widescreen {
      margin-left: 0%; }
    .column.is-1-widescreen {
      flex: none;
      width: 8.33333%; }
    .column.is-offset-1-widescreen {
      margin-left: 8.33333%; }
    .column.is-2-widescreen {
      flex: none;
      width: 16.66667%; }
    .column.is-offset-2-widescreen {
      margin-left: 16.66667%; }
    .column.is-3-widescreen {
      flex: none;
      width: 25%; }
    .column.is-offset-3-widescreen {
      margin-left: 25%; }
    .column.is-4-widescreen {
      flex: none;
      width: 33.33333%; }
    .column.is-offset-4-widescreen {
      margin-left: 33.33333%; }
    .column.is-5-widescreen {
      flex: none;
      width: 41.66667%; }
    .column.is-offset-5-widescreen {
      margin-left: 41.66667%; }
    .column.is-6-widescreen {
      flex: none;
      width: 50%; }
    .column.is-offset-6-widescreen {
      margin-left: 50%; }
    .column.is-7-widescreen {
      flex: none;
      width: 58.33333%; }
    .column.is-offset-7-widescreen {
      margin-left: 58.33333%; }
    .column.is-8-widescreen {
      flex: none;
      width: 66.66667%; }
    .column.is-offset-8-widescreen {
      margin-left: 66.66667%; }
    .column.is-9-widescreen {
      flex: none;
      width: 75%; }
    .column.is-offset-9-widescreen {
      margin-left: 75%; }
    .column.is-10-widescreen {
      flex: none;
      width: 83.33333%; }
    .column.is-offset-10-widescreen {
      margin-left: 83.33333%; }
    .column.is-11-widescreen {
      flex: none;
      width: 91.66667%; }
    .column.is-offset-11-widescreen {
      margin-left: 91.66667%; }
    .column.is-12-widescreen {
      flex: none;
      width: 100%; }
    .column.is-offset-12-widescreen {
      margin-left: 100%; } }
  @media screen and (min-width: 1408px) {
    .column.is-narrow-fullhd {
      flex: none;
      width: unset; }
    .column.is-full-fullhd {
      flex: none;
      width: 100%; }
    .column.is-three-quarters-fullhd {
      flex: none;
      width: 75%; }
    .column.is-two-thirds-fullhd {
      flex: none;
      width: 66.6666%; }
    .column.is-half-fullhd {
      flex: none;
      width: 50%; }
    .column.is-one-third-fullhd {
      flex: none;
      width: 33.3333%; }
    .column.is-one-quarter-fullhd {
      flex: none;
      width: 25%; }
    .column.is-one-fifth-fullhd {
      flex: none;
      width: 20%; }
    .column.is-two-fifths-fullhd {
      flex: none;
      width: 40%; }
    .column.is-three-fifths-fullhd {
      flex: none;
      width: 60%; }
    .column.is-four-fifths-fullhd {
      flex: none;
      width: 80%; }
    .column.is-offset-three-quarters-fullhd {
      margin-left: 75%; }
    .column.is-offset-two-thirds-fullhd {
      margin-left: 66.6666%; }
    .column.is-offset-half-fullhd {
      margin-left: 50%; }
    .column.is-offset-one-third-fullhd {
      margin-left: 33.3333%; }
    .column.is-offset-one-quarter-fullhd {
      margin-left: 25%; }
    .column.is-offset-one-fifth-fullhd {
      margin-left: 20%; }
    .column.is-offset-two-fifths-fullhd {
      margin-left: 40%; }
    .column.is-offset-three-fifths-fullhd {
      margin-left: 60%; }
    .column.is-offset-four-fifths-fullhd {
      margin-left: 80%; }
    .column.is-0-fullhd {
      flex: none;
      width: 0%; }
    .column.is-offset-0-fullhd {
      margin-left: 0%; }
    .column.is-1-fullhd {
      flex: none;
      width: 8.33333%; }
    .column.is-offset-1-fullhd {
      margin-left: 8.33333%; }
    .column.is-2-fullhd {
      flex: none;
      width: 16.66667%; }
    .column.is-offset-2-fullhd {
      margin-left: 16.66667%; }
    .column.is-3-fullhd {
      flex: none;
      width: 25%; }
    .column.is-offset-3-fullhd {
      margin-left: 25%; }
    .column.is-4-fullhd {
      flex: none;
      width: 33.33333%; }
    .column.is-offset-4-fullhd {
      margin-left: 33.33333%; }
    .column.is-5-fullhd {
      flex: none;
      width: 41.66667%; }
    .column.is-offset-5-fullhd {
      margin-left: 41.66667%; }
    .column.is-6-fullhd {
      flex: none;
      width: 50%; }
    .column.is-offset-6-fullhd {
      margin-left: 50%; }
    .column.is-7-fullhd {
      flex: none;
      width: 58.33333%; }
    .column.is-offset-7-fullhd {
      margin-left: 58.33333%; }
    .column.is-8-fullhd {
      flex: none;
      width: 66.66667%; }
    .column.is-offset-8-fullhd {
      margin-left: 66.66667%; }
    .column.is-9-fullhd {
      flex: none;
      width: 75%; }
    .column.is-offset-9-fullhd {
      margin-left: 75%; }
    .column.is-10-fullhd {
      flex: none;
      width: 83.33333%; }
    .column.is-offset-10-fullhd {
      margin-left: 83.33333%; }
    .column.is-11-fullhd {
      flex: none;
      width: 91.66667%; }
    .column.is-offset-11-fullhd {
      margin-left: 91.66667%; }
    .column.is-12-fullhd {
      flex: none;
      width: 100%; }
    .column.is-offset-12-fullhd {
      margin-left: 100%; } }

.columns {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  margin-top: -0.75rem; }
  .columns:last-child {
    margin-bottom: -0.75rem; }
  .columns:not(:last-child) {
    margin-bottom: calc(1.5rem - 0.75rem); }
  .columns.is-centered {
    justify-content: center; }
  .columns.is-gapless {
    margin-left: 0;
    margin-right: 0;
    margin-top: 0; }
    .columns.is-gapless > .column {
      margin: 0;
      padding: 0 !important; }
    .columns.is-gapless:not(:last-child) {
      margin-bottom: 1.5rem; }
    .columns.is-gapless:last-child {
      margin-bottom: 0; }
  .columns.is-mobile {
    display: flex; }
  .columns.is-multiline {
    flex-wrap: wrap; }
  .columns.is-vcentered {
    align-items: center; }
  @media screen and (min-width: 769px), print {
    .columns:not(.is-desktop) {
      display: flex; } }
  @media screen and (min-width: 1024px) {
    .columns.is-desktop {
      display: flex; } }

.columns.is-variable {
  --columnGap: 0.75rem;
  margin-left: calc(-1 * var(--columnGap));
  margin-right: calc(-1 * var(--columnGap)); }
  .columns.is-variable > .column {
    padding-left: var(--columnGap);
    padding-right: var(--columnGap); }
  .columns.is-variable.is-0 {
    --columnGap: 0rem; }
  @media screen and (max-width: 768px) {
    .columns.is-variable.is-0-mobile {
      --columnGap: 0rem; } }
  @media screen and (min-width: 769px), print {
    .columns.is-variable.is-0-tablet {
      --columnGap: 0rem; } }
  @media screen and (min-width: 769px) and (max-width: 1023px) {
    .columns.is-variable.is-0-tablet-only {
      --columnGap: 0rem; } }
  @media screen and (max-width: 1023px) {
    .columns.is-variable.is-0-touch {
      --columnGap: 0rem; } }
  @media screen and (min-width: 1024px) {
    .columns.is-variable.is-0-desktop {
      --columnGap: 0rem; } }
  @media screen and (min-width: 1024px) and (max-width: 1215px) {
    .columns.is-variable.is-0-desktop-only {
      --columnGap: 0rem; } }
  @media screen and (min-width: 1216px) {
    .columns.is-variable.is-0-widescreen {
      --columnGap: 0rem; } }
  @media screen and (min-width: 1216px) and (max-width: 1407px) {
    .columns.is-variable.is-0-widescreen-only {
      --columnGap: 0rem; } }
  @media screen and (min-width: 1408px) {
    .columns.is-variable.is-0-fullhd {
      --columnGap: 0rem; } }
  .columns.is-variable.is-1 {
    --columnGap: 0.25rem; }
  @media screen and (max-width: 768px) {
    .columns.is-variable.is-1-mobile {
      --columnGap: 0.25rem; } }
  @media screen and (min-width: 769px), print {
    .columns.is-variable.is-1-tablet {
      --columnGap: 0.25rem; } }
  @media screen and (min-width: 769px) and (max-width: 1023px) {
    .columns.is-variable.is-1-tablet-only {
      --columnGap: 0.25rem; } }
  @media screen and (max-width: 1023px) {
    .columns.is-variable.is-1-touch {
      --columnGap: 0.25rem; } }
  @media screen and (min-width: 1024px) {
    .columns.is-variable.is-1-desktop {
      --columnGap: 0.25rem; } }
  @media screen and (min-width: 1024px) and (max-width: 1215px) {
    .columns.is-variable.is-1-desktop-only {
      --columnGap: 0.25rem; } }
  @media screen and (min-width: 1216px) {
    .columns.is-variable.is-1-widescreen {
      --columnGap: 0.25rem; } }
  @media screen and (min-width: 1216px) and (max-width: 1407px) {
    .columns.is-variable.is-1-widescreen-only {
      --columnGap: 0.25rem; } }
  @media screen and (min-width: 1408px) {
    .columns.is-variable.is-1-fullhd {
      --columnGap: 0.25rem; } }
  .columns.is-variable.is-2 {
    --columnGap: 0.5rem; }
  @media screen and (max-width: 768px) {
    .columns.is-variable.is-2-mobile {
      --columnGap: 0.5rem; } }
  @media screen and (min-width: 769px), print {
    .columns.is-variable.is-2-tablet {
      --columnGap: 0.5rem; } }
  @media screen and (min-width: 769px) and (max-width: 1023px) {
    .columns.is-variable.is-2-tablet-only {
      --columnGap: 0.5rem; } }
  @media screen and (max-width: 1023px) {
    .columns.is-variable.is-2-touch {
      --columnGap: 0.5rem; } }
  @media screen and (min-width: 1024px) {
    .columns.is-variable.is-2-desktop {
      --columnGap: 0.5rem; } }
  @media screen and (min-width: 1024px) and (max-width: 1215px) {
    .columns.is-variable.is-2-desktop-only {
      --columnGap: 0.5rem; } }
  @media screen and (min-width: 1216px) {
    .columns.is-variable.is-2-widescreen {
      --columnGap: 0.5rem; } }
  @media screen and (min-width: 1216px) and (max-width: 1407px) {
    .columns.is-variable.is-2-widescreen-only {
      --columnGap: 0.5rem; } }
  @media screen and (min-width: 1408px) {
    .columns.is-variable.is-2-fullhd {
      --columnGap: 0.5rem; } }
  .columns.is-variable.is-3 {
    --columnGap: 0.75rem; }
  @media screen and (max-width: 768px) {
    .columns.is-variable.is-3-mobile {
      --columnGap: 0.75rem; } }
  @media screen and (min-width: 769px), print {
    .columns.is-variable.is-3-tablet {
      --columnGap: 0.75rem; } }
  @media screen and (min-width: 769px) and (max-width: 1023px) {
    .columns.is-variable.is-3-tablet-only {
      --columnGap: 0.75rem; } }
  @media screen and (max-width: 1023px) {
    .columns.is-variable.is-3-touch {
      --columnGap: 0.75rem; } }
  @media screen and (min-width: 1024px) {
    .columns.is-variable.is-3-desktop {
      --columnGap: 0.75rem; } }
  @media screen and (min-width: 1024px) and (max-width: 1215px) {
    .columns.is-variable.is-3-desktop-only {
      --columnGap: 0.75rem; } }
  @media screen and (min-width: 1216px) {
    .columns.is-variable.is-3-widescreen {
      --columnGap: 0.75rem; } }
  @media screen and (min-width: 1216px) and (max-width: 1407px) {
    .columns.is-variable.is-3-widescreen-only {
      --columnGap: 0.75rem; } }
  @media screen and (min-width: 1408px) {
    .columns.is-variable.is-3-fullhd {
      --columnGap: 0.75rem; } }
  .columns.is-variable.is-4 {
    --columnGap: 1rem; }
  @media screen and (max-width: 768px) {
    .columns.is-variable.is-4-mobile {
      --columnGap: 1rem; } }
  @media screen and (min-width: 769px), print {
    .columns.is-variable.is-4-tablet {
      --columnGap: 1rem; } }
  @media screen and (min-width: 769px) and (max-width: 1023px) {
    .columns.is-variable.is-4-tablet-only {
      --columnGap: 1rem; } }
  @media screen and (max-width: 1023px) {
    .columns.is-variable.is-4-touch {
      --columnGap: 1rem; } }
  @media screen and (min-width: 1024px) {
    .columns.is-variable.is-4-desktop {
      --columnGap: 1rem; } }
  @media screen and (min-width: 1024px) and (max-width: 1215px) {
    .columns.is-variable.is-4-desktop-only {
      --columnGap: 1rem; } }
  @media screen and (min-width: 1216px) {
    .columns.is-variable.is-4-widescreen {
      --columnGap: 1rem; } }
  @media screen and (min-width: 1216px) and (max-width: 1407px) {
    .columns.is-variable.is-4-widescreen-only {
      --columnGap: 1rem; } }
  @media screen and (min-width: 1408px) {
    .columns.is-variable.is-4-fullhd {
      --columnGap: 1rem; } }
  .columns.is-variable.is-5 {
    --columnGap: 1.25rem; }
  @media screen and (max-width: 768px) {
    .columns.is-variable.is-5-mobile {
      --columnGap: 1.25rem; } }
  @media screen and (min-width: 769px), print {
    .columns.is-variable.is-5-tablet {
      --columnGap: 1.25rem; } }
  @media screen and (min-width: 769px) and (max-width: 1023px) {
    .columns.is-variable.is-5-tablet-only {
      --columnGap: 1.25rem; } }
  @media screen and (max-width: 1023px) {
    .columns.is-variable.is-5-touch {
      --columnGap: 1.25rem; } }
  @media screen and (min-width: 1024px) {
    .columns.is-variable.is-5-desktop {
      --columnGap: 1.25rem; } }
  @media screen and (min-width: 1024px) and (max-width: 1215px) {
    .columns.is-variable.is-5-desktop-only {
      --columnGap: 1.25rem; } }
  @media screen and (min-width: 1216px) {
    .columns.is-variable.is-5-widescreen {
      --columnGap: 1.25rem; } }
  @media screen and (min-width: 1216px) and (max-width: 1407px) {
    .columns.is-variable.is-5-widescreen-only {
      --columnGap: 1.25rem; } }
  @media screen and (min-width: 1408px) {
    .columns.is-variable.is-5-fullhd {
      --columnGap: 1.25rem; } }
  .columns.is-variable.is-6 {
    --columnGap: 1.5rem; }
  @media screen and (max-width: 768px) {
    .columns.is-variable.is-6-mobile {
      --columnGap: 1.5rem; } }
  @media screen and (min-width: 769px), print {
    .columns.is-variable.is-6-tablet {
      --columnGap: 1.5rem; } }
  @media screen and (min-width: 769px) and (max-width: 1023px) {
    .columns.is-variable.is-6-tablet-only {
      --columnGap: 1.5rem; } }
  @media screen and (max-width: 1023px) {
    .columns.is-variable.is-6-touch {
      --columnGap: 1.5rem; } }
  @media screen and (min-width: 1024px) {
    .columns.is-variable.is-6-desktop {
      --columnGap: 1.5rem; } }
  @media screen and (min-width: 1024px) and (max-width: 1215px) {
    .columns.is-variable.is-6-desktop-only {
      --columnGap: 1.5rem; } }
  @media screen and (min-width: 1216px) {
    .columns.is-variable.is-6-widescreen {
      --columnGap: 1.5rem; } }
  @media screen and (min-width: 1216px) and (max-width: 1407px) {
    .columns.is-variable.is-6-widescreen-only {
      --columnGap: 1.5rem; } }
  @media screen and (min-width: 1408px) {
    .columns.is-variable.is-6-fullhd {
      --columnGap: 1.5rem; } }
  .columns.is-variable.is-7 {
    --columnGap: 1.75rem; }
  @media screen and (max-width: 768px) {
    .columns.is-variable.is-7-mobile {
      --columnGap: 1.75rem; } }
  @media screen and (min-width: 769px), print {
    .columns.is-variable.is-7-tablet {
      --columnGap: 1.75rem; } }
  @media screen and (min-width: 769px) and (max-width: 1023px) {
    .columns.is-variable.is-7-tablet-only {
      --columnGap: 1.75rem; } }
  @media screen and (max-width: 1023px) {
    .columns.is-variable.is-7-touch {
      --columnGap: 1.75rem; } }
  @media screen and (min-width: 1024px) {
    .columns.is-variable.is-7-desktop {
      --columnGap: 1.75rem; } }
  @media screen and (min-width: 1024px) and (max-width: 1215px) {
    .columns.is-variable.is-7-desktop-only {
      --columnGap: 1.75rem; } }
  @media screen and (min-width: 1216px) {
    .columns.is-variable.is-7-widescreen {
      --columnGap: 1.75rem; } }
  @media screen and (min-width: 1216px) and (max-width: 1407px) {
    .columns.is-variable.is-7-widescreen-only {
      --columnGap: 1.75rem; } }
  @media screen and (min-width: 1408px) {
    .columns.is-variable.is-7-fullhd {
      --columnGap: 1.75rem; } }
  .columns.is-variable.is-8 {
    --columnGap: 2rem; }
  @media screen and (max-width: 768px) {
    .columns.is-variable.is-8-mobile {
      --columnGap: 2rem; } }
  @media screen and (min-width: 769px), print {
    .columns.is-variable.is-8-tablet {
      --columnGap: 2rem; } }
  @media screen and (min-width: 769px) and (max-width: 1023px) {
    .columns.is-variable.is-8-tablet-only {
      --columnGap: 2rem; } }
  @media screen and (max-width: 1023px) {
    .columns.is-variable.is-8-touch {
      --columnGap: 2rem; } }
  @media screen and (min-width: 1024px) {
    .columns.is-variable.is-8-desktop {
      --columnGap: 2rem; } }
  @media screen and (min-width: 1024px) and (max-width: 1215px) {
    .columns.is-variable.is-8-desktop-only {
      --columnGap: 2rem; } }
  @media screen and (min-width: 1216px) {
    .columns.is-variable.is-8-widescreen {
      --columnGap: 2rem; } }
  @media screen and (min-width: 1216px) and (max-width: 1407px) {
    .columns.is-variable.is-8-widescreen-only {
      --columnGap: 2rem; } }
  @media screen and (min-width: 1408px) {
    .columns.is-variable.is-8-fullhd {
      --columnGap: 2rem; } }

.tile {
  align-items: stretch;
  display: block;
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
  min-height: min-content; }
  .tile.is-ancestor {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
    margin-top: -0.75rem; }
    .tile.is-ancestor:last-child {
      margin-bottom: -0.75rem; }
    .tile.is-ancestor:not(:last-child) {
      margin-bottom: 0.75rem; }
  .tile.is-child {
    margin: 0 !important; }
  .tile.is-parent {
    padding: 0.75rem; }
  .tile.is-vertical {
    flex-direction: column; }
    .tile.is-vertical > .tile.is-child:not(:last-child) {
      margin-bottom: 1.5rem !important; }
  @media screen and (min-width: 769px), print {
    .tile:not(.is-child) {
      display: flex; }
    .tile.is-1 {
      flex: none;
      width: 8.33333%; }
    .tile.is-2 {
      flex: none;
      width: 16.66667%; }
    .tile.is-3 {
      flex: none;
      width: 25%; }
    .tile.is-4 {
      flex: none;
      width: 33.33333%; }
    .tile.is-5 {
      flex: none;
      width: 41.66667%; }
    .tile.is-6 {
      flex: none;
      width: 50%; }
    .tile.is-7 {
      flex: none;
      width: 58.33333%; }
    .tile.is-8 {
      flex: none;
      width: 66.66667%; }
    .tile.is-9 {
      flex: none;
      width: 75%; }
    .tile.is-10 {
      flex: none;
      width: 83.33333%; }
    .tile.is-11 {
      flex: none;
      width: 91.66667%; }
    .tile.is-12 {
      flex: none;
      width: 100%; } }

.m-pagination {
  padding: 0 20px;
  max-width: 960px;
  margin: 0 auto;
  text-align: left; }
  .m-pagination .pagination-list li {
    justify-content: flex-start;
    font-size: 18px;
    border-radius: 2px;
    cursor: pointer; }
    .m-pagination .pagination-list li a {
      padding: 10px;
      min-width: 1em;
      min-height: 1em;
      color: #1c344e;
      border: 0 none; }
    .m-pagination .pagination-list li.is-current {
      background-color: #1c344e;
      border-color: #1c344e; }
      .m-pagination .pagination-list li.is-current a {
        color: #ffffff; }
      .m-pagination .pagination-list li.is-current:hover {
        background-color: #1c344e; }
    .m-pagination .pagination-list li:hover {
      color: #ffffff;
      background-color: #1c344e; }
      .m-pagination .pagination-list li:hover a {
        color: #ffffff; }
    .m-pagination .pagination-list li:first-child:hover {
      background-color: transparent; }
      .m-pagination .pagination-list li:first-child:hover a {
        color: #1d4f76; }
    .m-pagination .pagination-list li:first-child.disabled {
      display: none; }
    .m-pagination .pagination-list li:first-child a {
      position: relative; }
      .m-pagination .pagination-list li:first-child a:before {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        content: "\f104";
        color: inherit;
        font-size: 36px;
        font-family: FontAwesome; }
    .m-pagination .pagination-list li:first-child:not(.pagination-link) {
      padding-right: 20px; }
    .m-pagination .pagination-list li:last-child:hover {
      background-color: transparent; }
      .m-pagination .pagination-list li:last-child:hover a {
        color: #1d4f76; }
    .m-pagination .pagination-list li:last-child.disabled {
      display: none; }
    .m-pagination .pagination-list li:last-child a {
      position: relative;
      border: 0 none; }
      .m-pagination .pagination-list li:last-child a:before {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        content: "\f105";
        color: inherit;
        font-size: 36px;
        font-family: FontAwesome; }
      .m-pagination .pagination-list li:last-child a:hover {
        color: #1c344e;
        background-color: transparent; }
      .m-pagination .pagination-list li:last-child a:active {
        box-shadow: none; }
    .m-pagination .pagination-list li:last-child:not(.pagination-link) {
      padding-left: 20px; }
  .m-pagination.m-pagination--left .pagination-list {
    justify-content: flex-start; }
  .m-pagination.m-pagination--center .pagination-list {
    justify-content: center; }
  .m-pagination.m-pagination--right .pagination-list {
    justify-content: flex-end; }

.f-locations {
  background-color: #fff;
  flex-wrap: wrap;
  max-width: 1170px;
  margin: 60px auto; }
  .f-locations .anchor {
    text-decoration: none;
    color: #000; }
  .f-locations .column, .f-locations .column.is-full, .f-locations .columns, .f-locations ul {
    margin: 0;
    padding: 0; }
  .f-locations.columns:last-child, .f-locations.columns:not(:last-child) {
    margin: 0 auto; }
  .f-locations > .column:nth-child(1) {
    padding: 0 20px; }
    @media screen and (min-width: 768px) {
      .f-locations > .column:nth-child(1) {
        padding: 0; } }
    .f-locations > .column:nth-child(1) .a-title {
      font-family: "Roboto", sans-serif;
      font-weight: 400;
      font-size: 1.125rem;
      text-align: center;
      margin-bottom: 20px;
      color: #4a4c4c; }
    .f-locations > .column:nth-child(1) .a-dropdown {
      position: relative;
      border-radius: 5px;
      border: 1px solid #b7b7b7;
      margin-bottom: 40px;
      max-width: 600px;
      margin: auto auto 60px auto;
      font-size: 16px; }
      .f-locations > .column:nth-child(1) .a-dropdown:before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        background: #1ec4c0;
        width: 40px;
        height: 100%;
        pointer-events: none; }
      .f-locations > .column:nth-child(1) .a-dropdown:after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 451.847 451.847"><path fill="rgb(255, 255, 255)" d="M225.923,354.706c-8.098,0-16.195-3.092-22.369-9.263L9.27,151.157c-12.359-12.359-12.359-32.397,0-44.751 c12.354-12.354,32.388-12.354,44.748,0l171.905,171.915l171.906-171.909c12.359-12.354,32.391-12.354,44.744,0 c12.365,12.354,12.365,32.392,0,44.751L248.292,345.449C242.115,351.621,234.018,354.706,225.923,354.706z"/></svg>');
        background-repeat: no-repeat;
        background-size: 20px 20px;
        background-position: right 9px top 1.1em;
        width: 100%;
        height: 100%;
        pointer-events: none; }
      @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
        .f-locations > .column:nth-child(1) .a-dropdown {
          background: none;
          padding: 0.5em 0; } }
      .f-locations > .column:nth-child(1) .a-dropdown select {
        width: 100%;
        display: block;
        text-align-last: center;
        font-family: "Roboto", sans-serif;
        font-weight: 400;
        font-size: 1rem;
        padding: 1em 0;
        font-size: inherit;
        color: #b7b7b7;
        outline: none;
        border: none;
        -webkit-appearance: none; }
  .f-locations > .column:nth-child(2) .columns {
    flex-wrap: wrap;
    justify-content: space-between; }
    @media screen and (min-width: 768px) {
      .f-locations > .column:nth-child(2) .columns .column:nth-child(2) .columns .column {
        height: 600px; } }
    .f-locations > .column:nth-child(2) .columns .column:nth-child(2) .columns .column:nth-child(2) {
      height: 600px; }
    .f-locations > .column:nth-child(2) .columns .column:nth-child(2) .columns .column:nth-child(1) {
      display: none;
      overflow: auto; }
      @media screen and (min-width: 768px) {
        .f-locations > .column:nth-child(2) .columns .column:nth-child(2) .columns .column:nth-child(1) {
          display: block; } }
  .f-locations ul,
  .f-locations li {
    list-style: none; }
  .f-locations ul {
    display: flex;
    flex-direction: column; }
  .f-locations .address-type {
    padding: 10px 20px;
    min-width: 160px;
    display: inline-block;
    font-family: "Oswald", sans-serif;
    font-weight: 700;
    font-size: 1.75rem;
    line-height: 1.1em;
    letter-spacing: -0.04em;
    color: #000; }
    .f-locations .address-type.is-active {
      color: #000; }
  .f-locations .address-list {
    padding: 20px;
    border-bottom: solid #a2a6bb;
    border-width: 1px 1px 0 1px;
    cursor: pointer;
    display: none; }
    .f-locations .address-list.active {
      display: block; }
    .f-locations .address-list:hover img, .f-locations .address-list:hover .content-page-header .header-image.img-gray video, .content-page-header .header-image.img-gray .f-locations .address-list:hover video {
      box-shadow: 6px 6px 3px #ccc; }
    .f-locations .address-list:hover .a-title {
      color: #1ec4c0; }
    .f-locations .address-list:last-child {
      border-bottom-width: 1px; }
    .f-locations .address-list img, .f-locations .address-list .content-page-header .header-image.img-gray video, .content-page-header .header-image.img-gray .f-locations .address-list video {
      border-radius: 0.75rem;
      aspect-ratio: 1 / 1;
      transition: box-shadow 200ms; }
    .f-locations .address-list .a-title {
      font-family: "Roboto", sans-serif;
      font-weight: 700;
      font-size: 1rem;
      display: block;
      color: #363737;
      text-align: left;
      margin-bottom: 15px;
      min-height: 38px; }
    .f-locations .address-list .a-description {
      font-family: "Roboto", sans-serif;
      font-weight: 400;
      font-size: 1rem;
      color: #a2a6bb;
      text-align: left;
      font-size: 16px; }
      .f-locations .address-list .a-description ~ div {
        color: #a2a6bb; }
  .f-locations .m-google-map > div {
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 5px 6px 6px #ccc;
    width: 99% !important;
    height: 99% !important; }
  .f-locations .m-google-map .gm-style .gm-style-iw-a {
    width: initial !important; }
  .f-locations .m-google-map .gm-style .gm-style-iw-c {
    background: white; }
  .f-locations .m-google-map .map-infowindow .image-wrapper img, .f-locations .m-google-map .map-infowindow .image-wrapper .content-page-header .header-image.img-gray video, .content-page-header .header-image.img-gray .f-locations .m-google-map .map-infowindow .image-wrapper video {
    border-radius: 1rem; }
  .f-locations .m-google-map .map-infowindow .address {
    padding: 10px 15px; }
    .f-locations .m-google-map .map-infowindow .address h5,
    .f-locations .m-google-map .map-infowindow .address h6 {
      margin: 10px 0;
      font-weight: 500;
      font-size: 12px; }
    .f-locations .m-google-map .map-infowindow .address h4 {
      font-family: "Oswald", sans-serif;
      font-weight: 600;
      font-size: 1.125rem;
      line-height: 1.1em;
      letter-spacing: -0.04em;
      color: #1ec4c0; }
    .f-locations .m-google-map .map-infowindow .address a {
      font-size: 14px;
      color: #337ab7; }
      .f-locations .m-google-map .map-infowindow .address a:hover {
        color: #23527c;
        text-decoration: underline; }

.search-results-wrapper {
  max-width: 1320px;
  margin: 0 auto; }
  .search-results-wrapper .a-subtitle {
    font-size: 1rem; }
  .search-results-wrapper .search-result-title {
    padding: 0.75rem; }

.search-items {
  max-width: 1320px;
  margin: 0 auto; }
  .search-items ~ .column .pagination {
    justify-content: center; }
    .search-items ~ .column .pagination ul {
      display: flex;
      list-style: none; }
      .search-items ~ .column .pagination ul li a {
        text-decoration: none; }
  .search-items .search-result-item {
    margin-bottom: 3rem; }
    .search-items .search-result-item .a-title {
      font-size: 1.25rem;
      font-family: "Roboto", sans-serif;
      font-weight: 500;
      font-size: 1.25rem; }

.ui-menu.ui-autocomplete {
  padding: 1rem;
  border: 0 none !important;
  font-family: "Roboto", sans-serif;
  font-size: 0.875rem;
  border-radius: 0.25rem;
  z-index: 1031;
  border-top: 0 none !important;
  box-shadow: 2px 2px 2px 0 #33333355; }
  @media (max-width: 991.98px) {
    .ui-menu.ui-autocomplete {
      width: 92% !important;
      font-size: 1rem; } }
  .ui-menu.ui-autocomplete .ui-state-active {
    border: 1px solid #fff;
    background: none;
    background-color: rgba(15, 120, 173, 0.1);
    border-radius: 5px;
    font-weight: normal; }
