﻿@charset "UTF-8";
/**
* Theme Name: Dare 
* Theme URI: Dare Back To School
* Author: My Brother Darryl
* Author URI: http://www.mybrotherdarryl.com
* Version: 0.0.1
* License: Attribution-NonCommercial-NoDerivatives 4.0 International
*  
* This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License.
*/
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap");
ol, ul {
  padding-left: 1.3rem !important;
}

/*!
* 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.
*/
/**** COMBINED FREE -BRANDS.CSS -FONTAWESOME.CSS AND SOLID.CSS ******/
:root, :host {
  --fa-style-family-brands: "Font Awesome 6 Brands";
  --fa-font-brands: normal 400 1em/1 "Font Awesome 6 Brands";
  --fa-style-family-classic: "Font Awesome 6 Free";
  --fa-font-solid: normal 900 1em/1 "Font Awesome 6 Free";
}

@font-face {
  font-family: "Font Awesome 6 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../lib/webfonts/fa-brands-400.woff2") format("woff2"), url("../lib/webfonts/fa-brands-400.ttf") format("truetype");
}
@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("../lib/webfonts/fa-solid-900.woff2") format("woff2"), url("../lib/webfonts/fa-solid-900.ttf") format("truetype");
}
.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: "0";
}

.fa-1 {
  --fa: "1";
}

.fa-2 {
  --fa: "2";
}

.fa-3 {
  --fa: "3";
}

.fa-4 {
  --fa: "4";
}

.fa-5 {
  --fa: "5";
}

.fa-6 {
  --fa: "6";
}

.fa-7 {
  --fa: "7";
}

.fa-8 {
  --fa: "8";
}

.fa-9 {
  --fa: "9";
}

.fa-fill-drip {
  --fa: "";
}

.fa-arrows-to-circle {
  --fa: "";
}

.fa-circle-chevron-right {
  --fa: "";
}

.fa-chevron-circle-right {
  --fa: "";
}

.fa-at {
  --fa: "@";
}

.fa-trash-can {
  --fa: "";
}

.fa-trash-alt {
  --fa: "";
}

.fa-text-height {
  --fa: "";
}

.fa-user-xmark {
  --fa: "";
}

.fa-user-times {
  --fa: "";
}

.fa-stethoscope {
  --fa: "";
}

.fa-message {
  --fa: "";
}

.fa-comment-alt {
  --fa: "";
}

.fa-info {
  --fa: "";
}

.fa-down-left-and-up-right-to-center {
  --fa: "";
}

.fa-compress-alt {
  --fa: "";
}

.fa-explosion {
  --fa: "";
}

.fa-file-lines {
  --fa: "";
}

.fa-file-alt {
  --fa: "";
}

.fa-file-text {
  --fa: "";
}

.fa-wave-square {
  --fa: "";
}

.fa-ring {
  --fa: "";
}

.fa-building-un {
  --fa: "";
}

.fa-dice-three {
  --fa: "";
}

.fa-calendar-days {
  --fa: "";
}

.fa-calendar-alt {
  --fa: "";
}

.fa-anchor-circle-check {
  --fa: "";
}

.fa-building-circle-arrow-right {
  --fa: "";
}

.fa-volleyball {
  --fa: "";
}

.fa-volleyball-ball {
  --fa: "";
}

.fa-arrows-up-to-line {
  --fa: "";
}

.fa-sort-down {
  --fa: "";
}

.fa-sort-desc {
  --fa: "";
}

.fa-circle-minus {
  --fa: "";
}

.fa-minus-circle {
  --fa: "";
}

.fa-door-open {
  --fa: "";
}

.fa-right-from-bracket {
  --fa: "";
}

.fa-sign-out-alt {
  --fa: "";
}

.fa-atom {
  --fa: "";
}

.fa-soap {
  --fa: "";
}

.fa-icons {
  --fa: "";
}

.fa-heart-music-camera-bolt {
  --fa: "";
}

.fa-microphone-lines-slash {
  --fa: "";
}

.fa-microphone-alt-slash {
  --fa: "";
}

.fa-bridge-circle-check {
  --fa: "";
}

.fa-pump-medical {
  --fa: "";
}

.fa-fingerprint {
  --fa: "";
}

.fa-hand-point-right {
  --fa: "";
}

.fa-magnifying-glass-location {
  --fa: "";
}

.fa-search-location {
  --fa: "";
}

.fa-forward-step {
  --fa: "";
}

.fa-step-forward {
  --fa: "";
}

.fa-face-smile-beam {
  --fa: "";
}

.fa-smile-beam {
  --fa: "";
}

.fa-flag-checkered {
  --fa: "";
}

.fa-football {
  --fa: "";
}

.fa-football-ball {
  --fa: "";
}

.fa-school-circle-exclamation {
  --fa: "";
}

.fa-crop {
  --fa: "";
}

.fa-angles-down {
  --fa: "";
}

.fa-angle-double-down {
  --fa: "";
}

.fa-users-rectangle {
  --fa: "";
}

.fa-people-roof {
  --fa: "";
}

.fa-people-line {
  --fa: "";
}

.fa-beer-mug-empty {
  --fa: "";
}

.fa-beer {
  --fa: "";
}

.fa-diagram-predecessor {
  --fa: "";
}

.fa-arrow-up-long {
  --fa: "";
}

.fa-long-arrow-up {
  --fa: "";
}

.fa-fire-flame-simple {
  --fa: "";
}

.fa-burn {
  --fa: "";
}

.fa-person {
  --fa: "";
}

.fa-male {
  --fa: "";
}

.fa-laptop {
  --fa: "";
}

.fa-file-csv {
  --fa: "";
}

.fa-menorah {
  --fa: "";
}

.fa-truck-plane {
  --fa: "";
}

.fa-record-vinyl {
  --fa: "";
}

.fa-face-grin-stars {
  --fa: "";
}

.fa-grin-stars {
  --fa: "";
}

.fa-bong {
  --fa: "";
}

.fa-spaghetti-monster-flying {
  --fa: "";
}

.fa-pastafarianism {
  --fa: "";
}

.fa-arrow-down-up-across-line {
  --fa: "";
}

.fa-spoon {
  --fa: "";
}

.fa-utensil-spoon {
  --fa: "";
}

.fa-jar-wheat {
  --fa: "";
}

.fa-envelopes-bulk {
  --fa: "";
}

.fa-mail-bulk {
  --fa: "";
}

.fa-file-circle-exclamation {
  --fa: "";
}

.fa-circle-h {
  --fa: "";
}

.fa-hospital-symbol {
  --fa: "";
}

.fa-pager {
  --fa: "";
}

.fa-address-book {
  --fa: "";
}

.fa-contact-book {
  --fa: "";
}

.fa-strikethrough {
  --fa: "";
}

.fa-k {
  --fa: "K";
}

.fa-landmark-flag {
  --fa: "";
}

.fa-pencil {
  --fa: "";
}

.fa-pencil-alt {
  --fa: "";
}

.fa-backward {
  --fa: "";
}

.fa-caret-right {
  --fa: "";
}

.fa-comments {
  --fa: "";
}

.fa-paste {
  --fa: "";
}

.fa-file-clipboard {
  --fa: "";
}

.fa-code-pull-request {
  --fa: "";
}

.fa-clipboard-list {
  --fa: "";
}

.fa-truck-ramp-box {
  --fa: "";
}

.fa-truck-loading {
  --fa: "";
}

.fa-user-check {
  --fa: "";
}

.fa-vial-virus {
  --fa: "";
}

.fa-sheet-plastic {
  --fa: "";
}

.fa-blog {
  --fa: "";
}

.fa-user-ninja {
  --fa: "";
}

.fa-person-arrow-up-from-line {
  --fa: "";
}

.fa-scroll-torah {
  --fa: "";
}

.fa-torah {
  --fa: "";
}

.fa-broom-ball {
  --fa: "";
}

.fa-quidditch {
  --fa: "";
}

.fa-quidditch-broom-ball {
  --fa: "";
}

.fa-toggle-off {
  --fa: "";
}

.fa-box-archive {
  --fa: "";
}

.fa-archive {
  --fa: "";
}

.fa-person-drowning {
  --fa: "";
}

.fa-arrow-down-9-1 {
  --fa: "";
}

.fa-sort-numeric-desc {
  --fa: "";
}

.fa-sort-numeric-down-alt {
  --fa: "";
}

.fa-face-grin-tongue-squint {
  --fa: "";
}

.fa-grin-tongue-squint {
  --fa: "";
}

.fa-spray-can {
  --fa: "";
}

.fa-truck-monster {
  --fa: "";
}

.fa-w {
  --fa: "W";
}

.fa-earth-africa {
  --fa: "";
}

.fa-globe-africa {
  --fa: "";
}

.fa-rainbow {
  --fa: "";
}

.fa-circle-notch {
  --fa: "";
}

.fa-tablet-screen-button {
  --fa: "";
}

.fa-tablet-alt {
  --fa: "";
}

.fa-paw {
  --fa: "";
}

.fa-cloud {
  --fa: "";
}

.fa-trowel-bricks {
  --fa: "";
}

.fa-face-flushed {
  --fa: "";
}

.fa-flushed {
  --fa: "";
}

.fa-hospital-user {
  --fa: "";
}

.fa-tent-arrow-left-right {
  --fa: "";
}

.fa-gavel {
  --fa: "";
}

.fa-legal {
  --fa: "";
}

.fa-binoculars {
  --fa: "";
}

.fa-microphone-slash {
  --fa: "";
}

.fa-box-tissue {
  --fa: "";
}

.fa-motorcycle {
  --fa: "";
}

.fa-bell-concierge {
  --fa: "";
}

.fa-concierge-bell {
  --fa: "";
}

.fa-pen-ruler {
  --fa: "";
}

.fa-pencil-ruler {
  --fa: "";
}

.fa-people-arrows {
  --fa: "";
}

.fa-people-arrows-left-right {
  --fa: "";
}

.fa-mars-and-venus-burst {
  --fa: "";
}

.fa-square-caret-right {
  --fa: "";
}

.fa-caret-square-right {
  --fa: "";
}

.fa-scissors {
  --fa: "";
}

.fa-cut {
  --fa: "";
}

.fa-sun-plant-wilt {
  --fa: "";
}

.fa-toilets-portable {
  --fa: "";
}

.fa-hockey-puck {
  --fa: "";
}

.fa-table {
  --fa: "";
}

.fa-magnifying-glass-arrow-right {
  --fa: "";
}

.fa-tachograph-digital {
  --fa: "";
}

.fa-digital-tachograph {
  --fa: "";
}

.fa-users-slash {
  --fa: "";
}

.fa-clover {
  --fa: "";
}

.fa-reply {
  --fa: "";
}

.fa-mail-reply {
  --fa: "";
}

.fa-star-and-crescent {
  --fa: "";
}

.fa-house-fire {
  --fa: "";
}

.fa-square-minus {
  --fa: "";
}

.fa-minus-square {
  --fa: "";
}

.fa-helicopter {
  --fa: "";
}

.fa-compass {
  --fa: "";
}

.fa-square-caret-down {
  --fa: "";
}

.fa-caret-square-down {
  --fa: "";
}

.fa-file-circle-question {
  --fa: "";
}

.fa-laptop-code {
  --fa: "";
}

.fa-swatchbook {
  --fa: "";
}

.fa-prescription-bottle {
  --fa: "";
}

.fa-bars {
  --fa: "";
}

.fa-navicon {
  --fa: "";
}

.fa-people-group {
  --fa: "";
}

.fa-hourglass-end {
  --fa: "";
}

.fa-hourglass-3 {
  --fa: "";
}

.fa-heart-crack {
  --fa: "";
}

.fa-heart-broken {
  --fa: "";
}

.fa-square-up-right {
  --fa: "";
}

.fa-external-link-square-alt {
  --fa: "";
}

.fa-face-kiss-beam {
  --fa: "";
}

.fa-kiss-beam {
  --fa: "";
}

.fa-film {
  --fa: "";
}

.fa-ruler-horizontal {
  --fa: "";
}

.fa-people-robbery {
  --fa: "";
}

.fa-lightbulb {
  --fa: "";
}

.fa-caret-left {
  --fa: "";
}

.fa-circle-exclamation {
  --fa: "";
}

.fa-exclamation-circle {
  --fa: "";
}

.fa-school-circle-xmark {
  --fa: "";
}

.fa-arrow-right-from-bracket {
  --fa: "";
}

.fa-sign-out {
  --fa: "";
}

.fa-circle-chevron-down {
  --fa: "";
}

.fa-chevron-circle-down {
  --fa: "";
}

.fa-unlock-keyhole {
  --fa: "";
}

.fa-unlock-alt {
  --fa: "";
}

.fa-cloud-showers-heavy {
  --fa: "";
}

.fa-headphones-simple {
  --fa: "";
}

.fa-headphones-alt {
  --fa: "";
}

.fa-sitemap {
  --fa: "";
}

.fa-circle-dollar-to-slot {
  --fa: "";
}

.fa-donate {
  --fa: "";
}

.fa-memory {
  --fa: "";
}

.fa-road-spikes {
  --fa: "";
}

.fa-fire-burner {
  --fa: "";
}

.fa-flag {
  --fa: "";
}

.fa-hanukiah {
  --fa: "";
}

.fa-feather {
  --fa: "";
}

.fa-volume-low {
  --fa: "";
}

.fa-volume-down {
  --fa: "";
}

.fa-comment-slash {
  --fa: "";
}

.fa-cloud-sun-rain {
  --fa: "";
}

.fa-compress {
  --fa: "";
}

.fa-wheat-awn {
  --fa: "";
}

.fa-wheat-alt {
  --fa: "";
}

.fa-ankh {
  --fa: "";
}

.fa-hands-holding-child {
  --fa: "";
}

.fa-asterisk {
  --fa: "*";
}

.fa-square-check {
  --fa: "";
}

.fa-check-square {
  --fa: "";
}

.fa-peseta-sign {
  --fa: "";
}

.fa-heading {
  --fa: "";
}

.fa-header {
  --fa: "";
}

.fa-ghost {
  --fa: "";
}

.fa-list {
  --fa: "";
}

.fa-list-squares {
  --fa: "";
}

.fa-square-phone-flip {
  --fa: "";
}

.fa-phone-square-alt {
  --fa: "";
}

.fa-cart-plus {
  --fa: "";
}

.fa-gamepad {
  --fa: "";
}

.fa-circle-dot {
  --fa: "";
}

.fa-dot-circle {
  --fa: "";
}

.fa-face-dizzy {
  --fa: "";
}

.fa-dizzy {
  --fa: "";
}

.fa-egg {
  --fa: "";
}

.fa-house-medical-circle-xmark {
  --fa: "";
}

.fa-campground {
  --fa: "";
}

.fa-folder-plus {
  --fa: "";
}

.fa-futbol {
  --fa: "";
}

.fa-futbol-ball {
  --fa: "";
}

.fa-soccer-ball {
  --fa: "";
}

.fa-paintbrush {
  --fa: "";
}

.fa-paint-brush {
  --fa: "";
}

.fa-lock {
  --fa: "";
}

.fa-gas-pump {
  --fa: "";
}

.fa-hot-tub-person {
  --fa: "";
}

.fa-hot-tub {
  --fa: "";
}

.fa-map-location {
  --fa: "";
}

.fa-map-marked {
  --fa: "";
}

.fa-house-flood-water {
  --fa: "";
}

.fa-tree {
  --fa: "";
}

.fa-bridge-lock {
  --fa: "";
}

.fa-sack-dollar {
  --fa: "";
}

.fa-pen-to-square {
  --fa: "";
}

.fa-edit {
  --fa: "";
}

.fa-car-side {
  --fa: "";
}

.fa-share-nodes {
  --fa: "";
}

.fa-share-alt {
  --fa: "";
}

.fa-heart-circle-minus {
  --fa: "";
}

.fa-hourglass-half {
  --fa: "";
}

.fa-hourglass-2 {
  --fa: "";
}

.fa-microscope {
  --fa: "";
}

.fa-sink {
  --fa: "";
}

.fa-bag-shopping {
  --fa: "";
}

.fa-shopping-bag {
  --fa: "";
}

.fa-arrow-down-z-a {
  --fa: "";
}

.fa-sort-alpha-desc {
  --fa: "";
}

.fa-sort-alpha-down-alt {
  --fa: "";
}

.fa-mitten {
  --fa: "";
}

.fa-person-rays {
  --fa: "";
}

.fa-users {
  --fa: "";
}

.fa-eye-slash {
  --fa: "";
}

.fa-flask-vial {
  --fa: "";
}

.fa-hand {
  --fa: "";
}

.fa-hand-paper {
  --fa: "";
}

.fa-om {
  --fa: "";
}

.fa-worm {
  --fa: "";
}

.fa-house-circle-xmark {
  --fa: "";
}

.fa-plug {
  --fa: "";
}

.fa-chevron-up {
  --fa: "";
}

.fa-hand-spock {
  --fa: "";
}

.fa-stopwatch {
  --fa: "";
}

.fa-face-kiss {
  --fa: "";
}

.fa-kiss {
  --fa: "";
}

.fa-bridge-circle-xmark {
  --fa: "";
}

.fa-face-grin-tongue {
  --fa: "";
}

.fa-grin-tongue {
  --fa: "";
}

.fa-chess-bishop {
  --fa: "";
}

.fa-face-grin-wink {
  --fa: "";
}

.fa-grin-wink {
  --fa: "";
}

.fa-ear-deaf {
  --fa: "";
}

.fa-deaf {
  --fa: "";
}

.fa-deafness {
  --fa: "";
}

.fa-hard-of-hearing {
  --fa: "";
}

.fa-road-circle-check {
  --fa: "";
}

.fa-dice-five {
  --fa: "";
}

.fa-square-rss {
  --fa: "";
}

.fa-rss-square {
  --fa: "";
}

.fa-land-mine-on {
  --fa: "";
}

.fa-i-cursor {
  --fa: "";
}

.fa-stamp {
  --fa: "";
}

.fa-stairs {
  --fa: "";
}

.fa-i {
  --fa: "I";
}

.fa-hryvnia-sign {
  --fa: "";
}

.fa-hryvnia {
  --fa: "";
}

.fa-pills {
  --fa: "";
}

.fa-face-grin-wide {
  --fa: "";
}

.fa-grin-alt {
  --fa: "";
}

.fa-tooth {
  --fa: "";
}

.fa-v {
  --fa: "V";
}

.fa-bangladeshi-taka-sign {
  --fa: "";
}

.fa-bicycle {
  --fa: "";
}

.fa-staff-snake {
  --fa: "";
}

.fa-rod-asclepius {
  --fa: "";
}

.fa-rod-snake {
  --fa: "";
}

.fa-staff-aesculapius {
  --fa: "";
}

.fa-head-side-cough-slash {
  --fa: "";
}

.fa-truck-medical {
  --fa: "";
}

.fa-ambulance {
  --fa: "";
}

.fa-wheat-awn-circle-exclamation {
  --fa: "";
}

.fa-snowman {
  --fa: "";
}

.fa-mortar-pestle {
  --fa: "";
}

.fa-road-barrier {
  --fa: "";
}

.fa-school {
  --fa: "";
}

.fa-igloo {
  --fa: "";
}

.fa-joint {
  --fa: "";
}

.fa-angle-right {
  --fa: "";
}

.fa-horse {
  --fa: "";
}

.fa-q {
  --fa: "Q";
}

.fa-g {
  --fa: "G";
}

.fa-notes-medical {
  --fa: "";
}

.fa-temperature-half {
  --fa: "";
}

.fa-temperature-2 {
  --fa: "";
}

.fa-thermometer-2 {
  --fa: "";
}

.fa-thermometer-half {
  --fa: "";
}

.fa-dong-sign {
  --fa: "";
}

.fa-capsules {
  --fa: "";
}

.fa-poo-storm {
  --fa: "";
}

.fa-poo-bolt {
  --fa: "";
}

.fa-face-frown-open {
  --fa: "";
}

.fa-frown-open {
  --fa: "";
}

.fa-hand-point-up {
  --fa: "";
}

.fa-money-bill {
  --fa: "";
}

.fa-bookmark {
  --fa: "";
}

.fa-align-justify {
  --fa: "";
}

.fa-umbrella-beach {
  --fa: "";
}

.fa-helmet-un {
  --fa: "";
}

.fa-bullseye {
  --fa: "";
}

.fa-bacon {
  --fa: "";
}

.fa-hand-point-down {
  --fa: "";
}

.fa-arrow-up-from-bracket {
  --fa: "";
}

.fa-folder {
  --fa: "";
}

.fa-folder-blank {
  --fa: "";
}

.fa-file-waveform {
  --fa: "";
}

.fa-file-medical-alt {
  --fa: "";
}

.fa-radiation {
  --fa: "";
}

.fa-chart-simple {
  --fa: "";
}

.fa-mars-stroke {
  --fa: "";
}

.fa-vial {
  --fa: "";
}

.fa-gauge {
  --fa: "";
}

.fa-dashboard {
  --fa: "";
}

.fa-gauge-med {
  --fa: "";
}

.fa-tachometer-alt-average {
  --fa: "";
}

.fa-wand-magic-sparkles {
  --fa: "";
}

.fa-magic-wand-sparkles {
  --fa: "";
}

.fa-e {
  --fa: "E";
}

.fa-pen-clip {
  --fa: "";
}

.fa-pen-alt {
  --fa: "";
}

.fa-bridge-circle-exclamation {
  --fa: "";
}

.fa-user {
  --fa: "";
}

.fa-school-circle-check {
  --fa: "";
}

.fa-dumpster {
  --fa: "";
}

.fa-van-shuttle {
  --fa: "";
}

.fa-shuttle-van {
  --fa: "";
}

.fa-building-user {
  --fa: "";
}

.fa-square-caret-left {
  --fa: "";
}

.fa-caret-square-left {
  --fa: "";
}

.fa-highlighter {
  --fa: "";
}

.fa-key {
  --fa: "";
}

.fa-bullhorn {
  --fa: "";
}

.fa-globe {
  --fa: "";
}

.fa-synagogue {
  --fa: "";
}

.fa-person-half-dress {
  --fa: "";
}

.fa-road-bridge {
  --fa: "";
}

.fa-location-arrow {
  --fa: "";
}

.fa-c {
  --fa: "C";
}

.fa-tablet-button {
  --fa: "";
}

.fa-building-lock {
  --fa: "";
}

.fa-pizza-slice {
  --fa: "";
}

.fa-money-bill-wave {
  --fa: "";
}

.fa-chart-area {
  --fa: "";
}

.fa-area-chart {
  --fa: "";
}

.fa-house-flag {
  --fa: "";
}

.fa-person-circle-minus {
  --fa: "";
}

.fa-ban {
  --fa: "";
}

.fa-cancel {
  --fa: "";
}

.fa-camera-rotate {
  --fa: "";
}

.fa-spray-can-sparkles {
  --fa: "";
}

.fa-air-freshener {
  --fa: "";
}

.fa-star {
  --fa: "";
}

.fa-repeat {
  --fa: "";
}

.fa-cross {
  --fa: "";
}

.fa-box {
  --fa: "";
}

.fa-venus-mars {
  --fa: "";
}

.fa-arrow-pointer {
  --fa: "";
}

.fa-mouse-pointer {
  --fa: "";
}

.fa-maximize {
  --fa: "";
}

.fa-expand-arrows-alt {
  --fa: "";
}

.fa-charging-station {
  --fa: "";
}

.fa-shapes {
  --fa: "";
}

.fa-triangle-circle-square {
  --fa: "";
}

.fa-shuffle {
  --fa: "";
}

.fa-random {
  --fa: "";
}

.fa-person-running {
  --fa: "";
}

.fa-running {
  --fa: "";
}

.fa-mobile-retro {
  --fa: "";
}

.fa-grip-lines-vertical {
  --fa: "";
}

.fa-spider {
  --fa: "";
}

.fa-hands-bound {
  --fa: "";
}

.fa-file-invoice-dollar {
  --fa: "";
}

.fa-plane-circle-exclamation {
  --fa: "";
}

.fa-x-ray {
  --fa: "";
}

.fa-spell-check {
  --fa: "";
}

.fa-slash {
  --fa: "";
}

.fa-computer-mouse {
  --fa: "";
}

.fa-mouse {
  --fa: "";
}

.fa-arrow-right-to-bracket {
  --fa: "";
}

.fa-sign-in {
  --fa: "";
}

.fa-shop-slash {
  --fa: "";
}

.fa-store-alt-slash {
  --fa: "";
}

.fa-server {
  --fa: "";
}

.fa-virus-covid-slash {
  --fa: "";
}

.fa-shop-lock {
  --fa: "";
}

.fa-hourglass-start {
  --fa: "";
}

.fa-hourglass-1 {
  --fa: "";
}

.fa-blender-phone {
  --fa: "";
}

.fa-building-wheat {
  --fa: "";
}

.fa-person-breastfeeding {
  --fa: "";
}

.fa-right-to-bracket {
  --fa: "";
}

.fa-sign-in-alt {
  --fa: "";
}

.fa-venus {
  --fa: "";
}

.fa-passport {
  --fa: "";
}

.fa-thumbtack-slash {
  --fa: "";
}

.fa-thumb-tack-slash {
  --fa: "";
}

.fa-heart-pulse {
  --fa: "";
}

.fa-heartbeat {
  --fa: "";
}

.fa-people-carry-box {
  --fa: "";
}

.fa-people-carry {
  --fa: "";
}

.fa-temperature-high {
  --fa: "";
}

.fa-microchip {
  --fa: "";
}

.fa-crown {
  --fa: "";
}

.fa-weight-hanging {
  --fa: "";
}

.fa-xmarks-lines {
  --fa: "";
}

.fa-file-prescription {
  --fa: "";
}

.fa-weight-scale {
  --fa: "";
}

.fa-weight {
  --fa: "";
}

.fa-user-group {
  --fa: "";
}

.fa-user-friends {
  --fa: "";
}

.fa-arrow-up-a-z {
  --fa: "";
}

.fa-sort-alpha-up {
  --fa: "";
}

.fa-chess-knight {
  --fa: "";
}

.fa-face-laugh-squint {
  --fa: "";
}

.fa-laugh-squint {
  --fa: "";
}

.fa-wheelchair {
  --fa: "";
}

.fa-circle-arrow-up {
  --fa: "";
}

.fa-arrow-circle-up {
  --fa: "";
}

.fa-toggle-on {
  --fa: "";
}

.fa-person-walking {
  --fa: "";
}

.fa-walking {
  --fa: "";
}

.fa-l {
  --fa: "L";
}

.fa-fire {
  --fa: "";
}

.fa-bed-pulse {
  --fa: "";
}

.fa-procedures {
  --fa: "";
}

.fa-shuttle-space {
  --fa: "";
}

.fa-space-shuttle {
  --fa: "";
}

.fa-face-laugh {
  --fa: "";
}

.fa-laugh {
  --fa: "";
}

.fa-folder-open {
  --fa: "";
}

.fa-heart-circle-plus {
  --fa: "";
}

.fa-code-fork {
  --fa: "";
}

.fa-city {
  --fa: "";
}

.fa-microphone-lines {
  --fa: "";
}

.fa-microphone-alt {
  --fa: "";
}

.fa-pepper-hot {
  --fa: "";
}

.fa-unlock {
  --fa: "";
}

.fa-colon-sign {
  --fa: "";
}

.fa-headset {
  --fa: "";
}

.fa-store-slash {
  --fa: "";
}

.fa-road-circle-xmark {
  --fa: "";
}

.fa-user-minus {
  --fa: "";
}

.fa-mars-stroke-up {
  --fa: "";
}

.fa-mars-stroke-v {
  --fa: "";
}

.fa-champagne-glasses {
  --fa: "";
}

.fa-glass-cheers {
  --fa: "";
}

.fa-clipboard {
  --fa: "";
}

.fa-house-circle-exclamation {
  --fa: "";
}

.fa-file-arrow-up {
  --fa: "";
}

.fa-file-upload {
  --fa: "";
}

.fa-wifi {
  --fa: "";
}

.fa-wifi-3 {
  --fa: "";
}

.fa-wifi-strong {
  --fa: "";
}

.fa-bath {
  --fa: "";
}

.fa-bathtub {
  --fa: "";
}

.fa-underline {
  --fa: "";
}

.fa-user-pen {
  --fa: "";
}

.fa-user-edit {
  --fa: "";
}

.fa-signature {
  --fa: "";
}

.fa-stroopwafel {
  --fa: "";
}

.fa-bold {
  --fa: "";
}

.fa-anchor-lock {
  --fa: "";
}

.fa-building-ngo {
  --fa: "";
}

.fa-manat-sign {
  --fa: "";
}

.fa-not-equal {
  --fa: "";
}

.fa-border-top-left {
  --fa: "";
}

.fa-border-style {
  --fa: "";
}

.fa-map-location-dot {
  --fa: "";
}

.fa-map-marked-alt {
  --fa: "";
}

.fa-jedi {
  --fa: "";
}

.fa-square-poll-vertical {
  --fa: "";
}

.fa-poll {
  --fa: "";
}

.fa-mug-hot {
  --fa: "";
}

.fa-car-battery {
  --fa: "";
}

.fa-battery-car {
  --fa: "";
}

.fa-gift {
  --fa: "";
}

.fa-dice-two {
  --fa: "";
}

.fa-chess-queen {
  --fa: "";
}

.fa-glasses {
  --fa: "";
}

.fa-chess-board {
  --fa: "";
}

.fa-building-circle-check {
  --fa: "";
}

.fa-person-chalkboard {
  --fa: "";
}

.fa-mars-stroke-right {
  --fa: "";
}

.fa-mars-stroke-h {
  --fa: "";
}

.fa-hand-back-fist {
  --fa: "";
}

.fa-hand-rock {
  --fa: "";
}

.fa-square-caret-up {
  --fa: "";
}

.fa-caret-square-up {
  --fa: "";
}

.fa-cloud-showers-water {
  --fa: "";
}

.fa-chart-bar {
  --fa: "";
}

.fa-bar-chart {
  --fa: "";
}

.fa-hands-bubbles {
  --fa: "";
}

.fa-hands-wash {
  --fa: "";
}

.fa-less-than-equal {
  --fa: "";
}

.fa-train {
  --fa: "";
}

.fa-eye-low-vision {
  --fa: "";
}

.fa-low-vision {
  --fa: "";
}

.fa-crow {
  --fa: "";
}

.fa-sailboat {
  --fa: "";
}

.fa-window-restore {
  --fa: "";
}

.fa-square-plus {
  --fa: "";
}

.fa-plus-square {
  --fa: "";
}

.fa-torii-gate {
  --fa: "";
}

.fa-frog {
  --fa: "";
}

.fa-bucket {
  --fa: "";
}

.fa-image {
  --fa: "";
}

.fa-microphone {
  --fa: "";
}

.fa-cow {
  --fa: "";
}

.fa-caret-up {
  --fa: "";
}

.fa-screwdriver {
  --fa: "";
}

.fa-folder-closed {
  --fa: "";
}

.fa-house-tsunami {
  --fa: "";
}

.fa-square-nfi {
  --fa: "";
}

.fa-arrow-up-from-ground-water {
  --fa: "";
}

.fa-martini-glass {
  --fa: "";
}

.fa-glass-martini-alt {
  --fa: "";
}

.fa-square-binary {
  --fa: "";
}

.fa-rotate-left {
  --fa: "";
}

.fa-rotate-back {
  --fa: "";
}

.fa-rotate-backward {
  --fa: "";
}

.fa-undo-alt {
  --fa: "";
}

.fa-table-columns {
  --fa: "";
}

.fa-columns {
  --fa: "";
}

.fa-lemon {
  --fa: "";
}

.fa-head-side-mask {
  --fa: "";
}

.fa-handshake {
  --fa: "";
}

.fa-gem {
  --fa: "";
}

.fa-dolly {
  --fa: "";
}

.fa-dolly-box {
  --fa: "";
}

.fa-smoking {
  --fa: "";
}

.fa-minimize {
  --fa: "";
}

.fa-compress-arrows-alt {
  --fa: "";
}

.fa-monument {
  --fa: "";
}

.fa-snowplow {
  --fa: "";
}

.fa-angles-right {
  --fa: "";
}

.fa-angle-double-right {
  --fa: "";
}

.fa-cannabis {
  --fa: "";
}

.fa-circle-play {
  --fa: "";
}

.fa-play-circle {
  --fa: "";
}

.fa-tablets {
  --fa: "";
}

.fa-ethernet {
  --fa: "";
}

.fa-euro-sign {
  --fa: "";
}

.fa-eur {
  --fa: "";
}

.fa-euro {
  --fa: "";
}

.fa-chair {
  --fa: "";
}

.fa-circle-check {
  --fa: "";
}

.fa-check-circle {
  --fa: "";
}

.fa-circle-stop {
  --fa: "";
}

.fa-stop-circle {
  --fa: "";
}

.fa-compass-drafting {
  --fa: "";
}

.fa-drafting-compass {
  --fa: "";
}

.fa-plate-wheat {
  --fa: "";
}

.fa-icicles {
  --fa: "";
}

.fa-person-shelter {
  --fa: "";
}

.fa-neuter {
  --fa: "";
}

.fa-id-badge {
  --fa: "";
}

.fa-marker {
  --fa: "";
}

.fa-face-laugh-beam {
  --fa: "";
}

.fa-laugh-beam {
  --fa: "";
}

.fa-helicopter-symbol {
  --fa: "";
}

.fa-universal-access {
  --fa: "";
}

.fa-circle-chevron-up {
  --fa: "";
}

.fa-chevron-circle-up {
  --fa: "";
}

.fa-lari-sign {
  --fa: "";
}

.fa-volcano {
  --fa: "";
}

.fa-person-walking-dashed-line-arrow-right {
  --fa: "";
}

.fa-sterling-sign {
  --fa: "";
}

.fa-gbp {
  --fa: "";
}

.fa-pound-sign {
  --fa: "";
}

.fa-viruses {
  --fa: "";
}

.fa-square-person-confined {
  --fa: "";
}

.fa-user-tie {
  --fa: "";
}

.fa-arrow-down-long {
  --fa: "";
}

.fa-long-arrow-down {
  --fa: "";
}

.fa-tent-arrow-down-to-line {
  --fa: "";
}

.fa-certificate {
  --fa: "";
}

.fa-reply-all {
  --fa: "";
}

.fa-mail-reply-all {
  --fa: "";
}

.fa-suitcase {
  --fa: "";
}

.fa-person-skating {
  --fa: "";
}

.fa-skating {
  --fa: "";
}

.fa-filter-circle-dollar {
  --fa: "";
}

.fa-funnel-dollar {
  --fa: "";
}

.fa-camera-retro {
  --fa: "";
}

.fa-circle-arrow-down {
  --fa: "";
}

.fa-arrow-circle-down {
  --fa: "";
}

.fa-file-import {
  --fa: "";
}

.fa-arrow-right-to-file {
  --fa: "";
}

.fa-square-arrow-up-right {
  --fa: "";
}

.fa-external-link-square {
  --fa: "";
}

.fa-box-open {
  --fa: "";
}

.fa-scroll {
  --fa: "";
}

.fa-spa {
  --fa: "";
}

.fa-location-pin-lock {
  --fa: "";
}

.fa-pause {
  --fa: "";
}

.fa-hill-avalanche {
  --fa: "";
}

.fa-temperature-empty {
  --fa: "";
}

.fa-temperature-0 {
  --fa: "";
}

.fa-thermometer-0 {
  --fa: "";
}

.fa-thermometer-empty {
  --fa: "";
}

.fa-bomb {
  --fa: "";
}

.fa-registered {
  --fa: "";
}

.fa-address-card {
  --fa: "";
}

.fa-contact-card {
  --fa: "";
}

.fa-vcard {
  --fa: "";
}

.fa-scale-unbalanced-flip {
  --fa: "";
}

.fa-balance-scale-right {
  --fa: "";
}

.fa-subscript {
  --fa: "";
}

.fa-diamond-turn-right {
  --fa: "";
}

.fa-directions {
  --fa: "";
}

.fa-burst {
  --fa: "";
}

.fa-house-laptop {
  --fa: "";
}

.fa-laptop-house {
  --fa: "";
}

.fa-face-tired {
  --fa: "";
}

.fa-tired {
  --fa: "";
}

.fa-money-bills {
  --fa: "";
}

.fa-smog {
  --fa: "";
}

.fa-crutch {
  --fa: "";
}

.fa-cloud-arrow-up {
  --fa: "";
}

.fa-cloud-upload {
  --fa: "";
}

.fa-cloud-upload-alt {
  --fa: "";
}

.fa-palette {
  --fa: "";
}

.fa-arrows-turn-right {
  --fa: "";
}

.fa-vest {
  --fa: "";
}

.fa-ferry {
  --fa: "";
}

.fa-arrows-down-to-people {
  --fa: "";
}

.fa-seedling {
  --fa: "";
}

.fa-sprout {
  --fa: "";
}

.fa-left-right {
  --fa: "";
}

.fa-arrows-alt-h {
  --fa: "";
}

.fa-boxes-packing {
  --fa: "";
}

.fa-circle-arrow-left {
  --fa: "";
}

.fa-arrow-circle-left {
  --fa: "";
}

.fa-group-arrows-rotate {
  --fa: "";
}

.fa-bowl-food {
  --fa: "";
}

.fa-candy-cane {
  --fa: "";
}

.fa-arrow-down-wide-short {
  --fa: "";
}

.fa-sort-amount-asc {
  --fa: "";
}

.fa-sort-amount-down {
  --fa: "";
}

.fa-cloud-bolt {
  --fa: "";
}

.fa-thunderstorm {
  --fa: "";
}

.fa-text-slash {
  --fa: "";
}

.fa-remove-format {
  --fa: "";
}

.fa-face-smile-wink {
  --fa: "";
}

.fa-smile-wink {
  --fa: "";
}

.fa-file-word {
  --fa: "";
}

.fa-file-powerpoint {
  --fa: "";
}

.fa-arrows-left-right {
  --fa: "";
}

.fa-arrows-h {
  --fa: "";
}

.fa-house-lock {
  --fa: "";
}

.fa-cloud-arrow-down {
  --fa: "";
}

.fa-cloud-download {
  --fa: "";
}

.fa-cloud-download-alt {
  --fa: "";
}

.fa-children {
  --fa: "";
}

.fa-chalkboard {
  --fa: "";
}

.fa-blackboard {
  --fa: "";
}

.fa-user-large-slash {
  --fa: "";
}

.fa-user-alt-slash {
  --fa: "";
}

.fa-envelope-open {
  --fa: "";
}

.fa-handshake-simple-slash {
  --fa: "";
}

.fa-handshake-alt-slash {
  --fa: "";
}

.fa-mattress-pillow {
  --fa: "";
}

.fa-guarani-sign {
  --fa: "";
}

.fa-arrows-rotate {
  --fa: "";
}

.fa-refresh {
  --fa: "";
}

.fa-sync {
  --fa: "";
}

.fa-fire-extinguisher {
  --fa: "";
}

.fa-cruzeiro-sign {
  --fa: "";
}

.fa-greater-than-equal {
  --fa: "";
}

.fa-shield-halved {
  --fa: "";
}

.fa-shield-alt {
  --fa: "";
}

.fa-book-atlas {
  --fa: "";
}

.fa-atlas {
  --fa: "";
}

.fa-virus {
  --fa: "";
}

.fa-envelope-circle-check {
  --fa: "";
}

.fa-layer-group {
  --fa: "";
}

.fa-arrows-to-dot {
  --fa: "";
}

.fa-archway {
  --fa: "";
}

.fa-heart-circle-check {
  --fa: "";
}

.fa-house-chimney-crack {
  --fa: "";
}

.fa-house-damage {
  --fa: "";
}

.fa-file-zipper {
  --fa: "";
}

.fa-file-archive {
  --fa: "";
}

.fa-square {
  --fa: "";
}

.fa-martini-glass-empty {
  --fa: "";
}

.fa-glass-martini {
  --fa: "";
}

.fa-couch {
  --fa: "";
}

.fa-cedi-sign {
  --fa: "";
}

.fa-italic {
  --fa: "";
}

.fa-table-cells-column-lock {
  --fa: "";
}

.fa-church {
  --fa: "";
}

.fa-comments-dollar {
  --fa: "";
}

.fa-democrat {
  --fa: "";
}

.fa-z {
  --fa: "Z";
}

.fa-person-skiing {
  --fa: "";
}

.fa-skiing {
  --fa: "";
}

.fa-road-lock {
  --fa: "";
}

.fa-a {
  --fa: "A";
}

.fa-temperature-arrow-down {
  --fa: "";
}

.fa-temperature-down {
  --fa: "";
}

.fa-feather-pointed {
  --fa: "";
}

.fa-feather-alt {
  --fa: "";
}

.fa-p {
  --fa: "P";
}

.fa-snowflake {
  --fa: "";
}

.fa-newspaper {
  --fa: "";
}

.fa-rectangle-ad {
  --fa: "";
}

.fa-ad {
  --fa: "";
}

.fa-circle-arrow-right {
  --fa: "";
}

.fa-arrow-circle-right {
  --fa: "";
}

.fa-filter-circle-xmark {
  --fa: "";
}

.fa-locust {
  --fa: "";
}

.fa-sort {
  --fa: "";
}

.fa-unsorted {
  --fa: "";
}

.fa-list-ol {
  --fa: "";
}

.fa-list-1-2 {
  --fa: "";
}

.fa-list-numeric {
  --fa: "";
}

.fa-person-dress-burst {
  --fa: "";
}

.fa-money-check-dollar {
  --fa: "";
}

.fa-money-check-alt {
  --fa: "";
}

.fa-vector-square {
  --fa: "";
}

.fa-bread-slice {
  --fa: "";
}

.fa-language {
  --fa: "";
}

.fa-face-kiss-wink-heart {
  --fa: "";
}

.fa-kiss-wink-heart {
  --fa: "";
}

.fa-filter {
  --fa: "";
}

.fa-question {
  --fa: "?";
}

.fa-file-signature {
  --fa: "";
}

.fa-up-down-left-right {
  --fa: "";
}

.fa-arrows-alt {
  --fa: "";
}

.fa-house-chimney-user {
  --fa: "";
}

.fa-hand-holding-heart {
  --fa: "";
}

.fa-puzzle-piece {
  --fa: "";
}

.fa-money-check {
  --fa: "";
}

.fa-star-half-stroke {
  --fa: "";
}

.fa-star-half-alt {
  --fa: "";
}

.fa-code {
  --fa: "";
}

.fa-whiskey-glass {
  --fa: "";
}

.fa-glass-whiskey {
  --fa: "";
}

.fa-building-circle-exclamation {
  --fa: "";
}

.fa-magnifying-glass-chart {
  --fa: "";
}

.fa-arrow-up-right-from-square {
  --fa: "";
}

.fa-external-link {
  --fa: "";
}

.fa-cubes-stacked {
  --fa: "";
}

.fa-won-sign {
  --fa: "";
}

.fa-krw {
  --fa: "";
}

.fa-won {
  --fa: "";
}

.fa-virus-covid {
  --fa: "";
}

.fa-austral-sign {
  --fa: "";
}

.fa-f {
  --fa: "F";
}

.fa-leaf {
  --fa: "";
}

.fa-road {
  --fa: "";
}

.fa-taxi {
  --fa: "";
}

.fa-cab {
  --fa: "";
}

.fa-person-circle-plus {
  --fa: "";
}

.fa-chart-pie {
  --fa: "";
}

.fa-pie-chart {
  --fa: "";
}

.fa-bolt-lightning {
  --fa: "";
}

.fa-sack-xmark {
  --fa: "";
}

.fa-file-excel {
  --fa: "";
}

.fa-file-contract {
  --fa: "";
}

.fa-fish-fins {
  --fa: "";
}

.fa-building-flag {
  --fa: "";
}

.fa-face-grin-beam {
  --fa: "";
}

.fa-grin-beam {
  --fa: "";
}

.fa-object-ungroup {
  --fa: "";
}

.fa-poop {
  --fa: "";
}

.fa-location-pin {
  --fa: "";
}

.fa-map-marker {
  --fa: "";
}

.fa-kaaba {
  --fa: "";
}

.fa-toilet-paper {
  --fa: "";
}

.fa-helmet-safety {
  --fa: "";
}

.fa-hard-hat {
  --fa: "";
}

.fa-hat-hard {
  --fa: "";
}

.fa-eject {
  --fa: "";
}

.fa-circle-right {
  --fa: "";
}

.fa-arrow-alt-circle-right {
  --fa: "";
}

.fa-plane-circle-check {
  --fa: "";
}

.fa-face-rolling-eyes {
  --fa: "";
}

.fa-meh-rolling-eyes {
  --fa: "";
}

.fa-object-group {
  --fa: "";
}

.fa-chart-line {
  --fa: "";
}

.fa-line-chart {
  --fa: "";
}

.fa-mask-ventilator {
  --fa: "";
}

.fa-arrow-right {
  --fa: "";
}

.fa-signs-post {
  --fa: "";
}

.fa-map-signs {
  --fa: "";
}

.fa-cash-register {
  --fa: "";
}

.fa-person-circle-question {
  --fa: "";
}

.fa-h {
  --fa: "H";
}

.fa-tarp {
  --fa: "";
}

.fa-screwdriver-wrench {
  --fa: "";
}

.fa-tools {
  --fa: "";
}

.fa-arrows-to-eye {
  --fa: "";
}

.fa-plug-circle-bolt {
  --fa: "";
}

.fa-heart {
  --fa: "";
}

.fa-mars-and-venus {
  --fa: "";
}

.fa-house-user {
  --fa: "";
}

.fa-home-user {
  --fa: "";
}

.fa-dumpster-fire {
  --fa: "";
}

.fa-house-crack {
  --fa: "";
}

.fa-martini-glass-citrus {
  --fa: "";
}

.fa-cocktail {
  --fa: "";
}

.fa-face-surprise {
  --fa: "";
}

.fa-surprise {
  --fa: "";
}

.fa-bottle-water {
  --fa: "";
}

.fa-circle-pause {
  --fa: "";
}

.fa-pause-circle {
  --fa: "";
}

.fa-toilet-paper-slash {
  --fa: "";
}

.fa-apple-whole {
  --fa: "";
}

.fa-apple-alt {
  --fa: "";
}

.fa-kitchen-set {
  --fa: "";
}

.fa-r {
  --fa: "R";
}

.fa-temperature-quarter {
  --fa: "";
}

.fa-temperature-1 {
  --fa: "";
}

.fa-thermometer-1 {
  --fa: "";
}

.fa-thermometer-quarter {
  --fa: "";
}

.fa-cube {
  --fa: "";
}

.fa-bitcoin-sign {
  --fa: "";
}

.fa-shield-dog {
  --fa: "";
}

.fa-solar-panel {
  --fa: "";
}

.fa-lock-open {
  --fa: "";
}

.fa-elevator {
  --fa: "";
}

.fa-money-bill-transfer {
  --fa: "";
}

.fa-money-bill-trend-up {
  --fa: "";
}

.fa-house-flood-water-circle-arrow-right {
  --fa: "";
}

.fa-square-poll-horizontal {
  --fa: "";
}

.fa-poll-h {
  --fa: "";
}

.fa-circle {
  --fa: "";
}

.fa-backward-fast {
  --fa: "";
}

.fa-fast-backward {
  --fa: "";
}

.fa-recycle {
  --fa: "";
}

.fa-user-astronaut {
  --fa: "";
}

.fa-plane-slash {
  --fa: "";
}

.fa-trademark {
  --fa: "";
}

.fa-basketball {
  --fa: "";
}

.fa-basketball-ball {
  --fa: "";
}

.fa-satellite-dish {
  --fa: "";
}

.fa-circle-up {
  --fa: "";
}

.fa-arrow-alt-circle-up {
  --fa: "";
}

.fa-mobile-screen-button {
  --fa: "";
}

.fa-mobile-alt {
  --fa: "";
}

.fa-volume-high {
  --fa: "";
}

.fa-volume-up {
  --fa: "";
}

.fa-users-rays {
  --fa: "";
}

.fa-wallet {
  --fa: "";
}

.fa-clipboard-check {
  --fa: "";
}

.fa-file-audio {
  --fa: "";
}

.fa-burger {
  --fa: "";
}

.fa-hamburger {
  --fa: "";
}

.fa-wrench {
  --fa: "";
}

.fa-bugs {
  --fa: "";
}

.fa-rupee-sign {
  --fa: "";
}

.fa-rupee {
  --fa: "";
}

.fa-file-image {
  --fa: "";
}

.fa-circle-question {
  --fa: "";
}

.fa-question-circle {
  --fa: "";
}

.fa-plane-departure {
  --fa: "";
}

.fa-handshake-slash {
  --fa: "";
}

.fa-book-bookmark {
  --fa: "";
}

.fa-code-branch {
  --fa: "";
}

.fa-hat-cowboy {
  --fa: "";
}

.fa-bridge {
  --fa: "";
}

.fa-phone-flip {
  --fa: "";
}

.fa-phone-alt {
  --fa: "";
}

.fa-truck-front {
  --fa: "";
}

.fa-cat {
  --fa: "";
}

.fa-anchor-circle-exclamation {
  --fa: "";
}

.fa-truck-field {
  --fa: "";
}

.fa-route {
  --fa: "";
}

.fa-clipboard-question {
  --fa: "";
}

.fa-panorama {
  --fa: "";
}

.fa-comment-medical {
  --fa: "";
}

.fa-teeth-open {
  --fa: "";
}

.fa-file-circle-minus {
  --fa: "";
}

.fa-tags {
  --fa: "";
}

.fa-wine-glass {
  --fa: "";
}

.fa-forward-fast {
  --fa: "";
}

.fa-fast-forward {
  --fa: "";
}

.fa-face-meh-blank {
  --fa: "";
}

.fa-meh-blank {
  --fa: "";
}

.fa-square-parking {
  --fa: "";
}

.fa-parking {
  --fa: "";
}

.fa-house-signal {
  --fa: "";
}

.fa-bars-progress {
  --fa: "";
}

.fa-tasks-alt {
  --fa: "";
}

.fa-faucet-drip {
  --fa: "";
}

.fa-cart-flatbed {
  --fa: "";
}

.fa-dolly-flatbed {
  --fa: "";
}

.fa-ban-smoking {
  --fa: "";
}

.fa-smoking-ban {
  --fa: "";
}

.fa-terminal {
  --fa: "";
}

.fa-mobile-button {
  --fa: "";
}

.fa-house-medical-flag {
  --fa: "";
}

.fa-basket-shopping {
  --fa: "";
}

.fa-shopping-basket {
  --fa: "";
}

.fa-tape {
  --fa: "";
}

.fa-bus-simple {
  --fa: "";
}

.fa-bus-alt {
  --fa: "";
}

.fa-eye {
  --fa: "";
}

.fa-face-sad-cry {
  --fa: "";
}

.fa-sad-cry {
  --fa: "";
}

.fa-audio-description {
  --fa: "";
}

.fa-person-military-to-person {
  --fa: "";
}

.fa-file-shield {
  --fa: "";
}

.fa-user-slash {
  --fa: "";
}

.fa-pen {
  --fa: "";
}

.fa-tower-observation {
  --fa: "";
}

.fa-file-code {
  --fa: "";
}

.fa-signal {
  --fa: "";
}

.fa-signal-5 {
  --fa: "";
}

.fa-signal-perfect {
  --fa: "";
}

.fa-bus {
  --fa: "";
}

.fa-heart-circle-xmark {
  --fa: "";
}

.fa-house-chimney {
  --fa: "";
}

.fa-home-lg {
  --fa: "";
}

.fa-window-maximize {
  --fa: "";
}

.fa-face-frown {
  --fa: "";
}

.fa-frown {
  --fa: "";
}

.fa-prescription {
  --fa: "";
}

.fa-shop {
  --fa: "";
}

.fa-store-alt {
  --fa: "";
}

.fa-floppy-disk {
  --fa: "";
}

.fa-save {
  --fa: "";
}

.fa-vihara {
  --fa: "";
}

.fa-scale-unbalanced {
  --fa: "";
}

.fa-balance-scale-left {
  --fa: "";
}

.fa-sort-up {
  --fa: "";
}

.fa-sort-asc {
  --fa: "";
}

.fa-comment-dots {
  --fa: "";
}

.fa-commenting {
  --fa: "";
}

.fa-plant-wilt {
  --fa: "";
}

.fa-diamond {
  --fa: "";
}

.fa-face-grin-squint {
  --fa: "";
}

.fa-grin-squint {
  --fa: "";
}

.fa-hand-holding-dollar {
  --fa: "";
}

.fa-hand-holding-usd {
  --fa: "";
}

.fa-chart-diagram {
  --fa: "";
}

.fa-bacterium {
  --fa: "";
}

.fa-hand-pointer {
  --fa: "";
}

.fa-drum-steelpan {
  --fa: "";
}

.fa-hand-scissors {
  --fa: "";
}

.fa-hands-praying {
  --fa: "";
}

.fa-praying-hands {
  --fa: "";
}

.fa-arrow-rotate-right {
  --fa: "";
}

.fa-arrow-right-rotate {
  --fa: "";
}

.fa-arrow-rotate-forward {
  --fa: "";
}

.fa-redo {
  --fa: "";
}

.fa-biohazard {
  --fa: "";
}

.fa-location-crosshairs {
  --fa: "";
}

.fa-location {
  --fa: "";
}

.fa-mars-double {
  --fa: "";
}

.fa-child-dress {
  --fa: "";
}

.fa-users-between-lines {
  --fa: "";
}

.fa-lungs-virus {
  --fa: "";
}

.fa-face-grin-tears {
  --fa: "";
}

.fa-grin-tears {
  --fa: "";
}

.fa-phone {
  --fa: "";
}

.fa-calendar-xmark {
  --fa: "";
}

.fa-calendar-times {
  --fa: "";
}

.fa-child-reaching {
  --fa: "";
}

.fa-head-side-virus {
  --fa: "";
}

.fa-user-gear {
  --fa: "";
}

.fa-user-cog {
  --fa: "";
}

.fa-arrow-up-1-9 {
  --fa: "";
}

.fa-sort-numeric-up {
  --fa: "";
}

.fa-door-closed {
  --fa: "";
}

.fa-shield-virus {
  --fa: "";
}

.fa-dice-six {
  --fa: "";
}

.fa-mosquito-net {
  --fa: "";
}

.fa-file-fragment {
  --fa: "";
}

.fa-bridge-water {
  --fa: "";
}

.fa-person-booth {
  --fa: "";
}

.fa-text-width {
  --fa: "";
}

.fa-hat-wizard {
  --fa: "";
}

.fa-pen-fancy {
  --fa: "";
}

.fa-person-digging {
  --fa: "";
}

.fa-digging {
  --fa: "";
}

.fa-trash {
  --fa: "";
}

.fa-gauge-simple {
  --fa: "";
}

.fa-gauge-simple-med {
  --fa: "";
}

.fa-tachometer-average {
  --fa: "";
}

.fa-book-medical {
  --fa: "";
}

.fa-poo {
  --fa: "";
}

.fa-quote-right {
  --fa: "";
}

.fa-quote-right-alt {
  --fa: "";
}

.fa-shirt {
  --fa: "";
}

.fa-t-shirt {
  --fa: "";
}

.fa-tshirt {
  --fa: "";
}

.fa-cubes {
  --fa: "";
}

.fa-divide {
  --fa: "";
}

.fa-tenge-sign {
  --fa: "";
}

.fa-tenge {
  --fa: "";
}

.fa-headphones {
  --fa: "";
}

.fa-hands-holding {
  --fa: "";
}

.fa-hands-clapping {
  --fa: "";
}

.fa-republican {
  --fa: "";
}

.fa-arrow-left {
  --fa: "";
}

.fa-person-circle-xmark {
  --fa: "";
}

.fa-ruler {
  --fa: "";
}

.fa-align-left {
  --fa: "";
}

.fa-dice-d6 {
  --fa: "";
}

.fa-restroom {
  --fa: "";
}

.fa-j {
  --fa: "J";
}

.fa-users-viewfinder {
  --fa: "";
}

.fa-file-video {
  --fa: "";
}

.fa-up-right-from-square {
  --fa: "";
}

.fa-external-link-alt {
  --fa: "";
}

.fa-table-cells {
  --fa: "";
}

.fa-th {
  --fa: "";
}

.fa-file-pdf {
  --fa: "";
}

.fa-book-bible {
  --fa: "";
}

.fa-bible {
  --fa: "";
}

.fa-o {
  --fa: "O";
}

.fa-suitcase-medical {
  --fa: "";
}

.fa-medkit {
  --fa: "";
}

.fa-user-secret {
  --fa: "";
}

.fa-otter {
  --fa: "";
}

.fa-person-dress {
  --fa: "";
}

.fa-female {
  --fa: "";
}

.fa-comment-dollar {
  --fa: "";
}

.fa-business-time {
  --fa: "";
}

.fa-briefcase-clock {
  --fa: "";
}

.fa-table-cells-large {
  --fa: "";
}

.fa-th-large {
  --fa: "";
}

.fa-book-tanakh {
  --fa: "";
}

.fa-tanakh {
  --fa: "";
}

.fa-phone-volume {
  --fa: "";
}

.fa-volume-control-phone {
  --fa: "";
}

.fa-hat-cowboy-side {
  --fa: "";
}

.fa-clipboard-user {
  --fa: "";
}

.fa-child {
  --fa: "";
}

.fa-lira-sign {
  --fa: "";
}

.fa-satellite {
  --fa: "";
}

.fa-plane-lock {
  --fa: "";
}

.fa-tag {
  --fa: "";
}

.fa-comment {
  --fa: "";
}

.fa-cake-candles {
  --fa: "";
}

.fa-birthday-cake {
  --fa: "";
}

.fa-cake {
  --fa: "";
}

.fa-envelope {
  --fa: "";
}

.fa-angles-up {
  --fa: "";
}

.fa-angle-double-up {
  --fa: "";
}

.fa-paperclip {
  --fa: "";
}

.fa-arrow-right-to-city {
  --fa: "";
}

.fa-ribbon {
  --fa: "";
}

.fa-lungs {
  --fa: "";
}

.fa-arrow-up-9-1 {
  --fa: "";
}

.fa-sort-numeric-up-alt {
  --fa: "";
}

.fa-litecoin-sign {
  --fa: "";
}

.fa-border-none {
  --fa: "";
}

.fa-circle-nodes {
  --fa: "";
}

.fa-parachute-box {
  --fa: "";
}

.fa-indent {
  --fa: "";
}

.fa-truck-field-un {
  --fa: "";
}

.fa-hourglass {
  --fa: "";
}

.fa-hourglass-empty {
  --fa: "";
}

.fa-mountain {
  --fa: "";
}

.fa-user-doctor {
  --fa: "";
}

.fa-user-md {
  --fa: "";
}

.fa-circle-info {
  --fa: "";
}

.fa-info-circle {
  --fa: "";
}

.fa-cloud-meatball {
  --fa: "";
}

.fa-camera {
  --fa: "";
}

.fa-camera-alt {
  --fa: "";
}

.fa-square-virus {
  --fa: "";
}

.fa-meteor {
  --fa: "";
}

.fa-car-on {
  --fa: "";
}

.fa-sleigh {
  --fa: "";
}

.fa-arrow-down-1-9 {
  --fa: "";
}

.fa-sort-numeric-asc {
  --fa: "";
}

.fa-sort-numeric-down {
  --fa: "";
}

.fa-hand-holding-droplet {
  --fa: "";
}

.fa-hand-holding-water {
  --fa: "";
}

.fa-water {
  --fa: "";
}

.fa-calendar-check {
  --fa: "";
}

.fa-braille {
  --fa: "";
}

.fa-prescription-bottle-medical {
  --fa: "";
}

.fa-prescription-bottle-alt {
  --fa: "";
}

.fa-landmark {
  --fa: "";
}

.fa-truck {
  --fa: "";
}

.fa-crosshairs {
  --fa: "";
}

.fa-person-cane {
  --fa: "";
}

.fa-tent {
  --fa: "";
}

.fa-vest-patches {
  --fa: "";
}

.fa-check-double {
  --fa: "";
}

.fa-arrow-down-a-z {
  --fa: "";
}

.fa-sort-alpha-asc {
  --fa: "";
}

.fa-sort-alpha-down {
  --fa: "";
}

.fa-money-bill-wheat {
  --fa: "";
}

.fa-cookie {
  --fa: "";
}

.fa-arrow-rotate-left {
  --fa: "";
}

.fa-arrow-left-rotate {
  --fa: "";
}

.fa-arrow-rotate-back {
  --fa: "";
}

.fa-arrow-rotate-backward {
  --fa: "";
}

.fa-undo {
  --fa: "";
}

.fa-hard-drive {
  --fa: "";
}

.fa-hdd {
  --fa: "";
}

.fa-face-grin-squint-tears {
  --fa: "";
}

.fa-grin-squint-tears {
  --fa: "";
}

.fa-dumbbell {
  --fa: "";
}

.fa-rectangle-list {
  --fa: "";
}

.fa-list-alt {
  --fa: "";
}

.fa-tarp-droplet {
  --fa: "";
}

.fa-house-medical-circle-check {
  --fa: "";
}

.fa-person-skiing-nordic {
  --fa: "";
}

.fa-skiing-nordic {
  --fa: "";
}

.fa-calendar-plus {
  --fa: "";
}

.fa-plane-arrival {
  --fa: "";
}

.fa-circle-left {
  --fa: "";
}

.fa-arrow-alt-circle-left {
  --fa: "";
}

.fa-train-subway {
  --fa: "";
}

.fa-subway {
  --fa: "";
}

.fa-chart-gantt {
  --fa: "";
}

.fa-indian-rupee-sign {
  --fa: "";
}

.fa-indian-rupee {
  --fa: "";
}

.fa-inr {
  --fa: "";
}

.fa-crop-simple {
  --fa: "";
}

.fa-crop-alt {
  --fa: "";
}

.fa-money-bill-1 {
  --fa: "";
}

.fa-money-bill-alt {
  --fa: "";
}

.fa-left-long {
  --fa: "";
}

.fa-long-arrow-alt-left {
  --fa: "";
}

.fa-dna {
  --fa: "";
}

.fa-virus-slash {
  --fa: "";
}

.fa-minus {
  --fa: "";
}

.fa-subtract {
  --fa: "";
}

.fa-chess {
  --fa: "";
}

.fa-arrow-left-long {
  --fa: "";
}

.fa-long-arrow-left {
  --fa: "";
}

.fa-plug-circle-check {
  --fa: "";
}

.fa-street-view {
  --fa: "";
}

.fa-franc-sign {
  --fa: "";
}

.fa-volume-off {
  --fa: "";
}

.fa-hands-asl-interpreting {
  --fa: "";
}

.fa-american-sign-language-interpreting {
  --fa: "";
}

.fa-asl-interpreting {
  --fa: "";
}

.fa-hands-american-sign-language-interpreting {
  --fa: "";
}

.fa-gear {
  --fa: "";
}

.fa-cog {
  --fa: "";
}

.fa-droplet-slash {
  --fa: "";
}

.fa-tint-slash {
  --fa: "";
}

.fa-mosque {
  --fa: "";
}

.fa-mosquito {
  --fa: "";
}

.fa-star-of-david {
  --fa: "";
}

.fa-person-military-rifle {
  --fa: "";
}

.fa-cart-shopping {
  --fa: "";
}

.fa-shopping-cart {
  --fa: "";
}

.fa-vials {
  --fa: "";
}

.fa-plug-circle-plus {
  --fa: "";
}

.fa-place-of-worship {
  --fa: "";
}

.fa-grip-vertical {
  --fa: "";
}

.fa-hexagon-nodes {
  --fa: "";
}

.fa-arrow-turn-up {
  --fa: "";
}

.fa-level-up {
  --fa: "";
}

.fa-u {
  --fa: "U";
}

.fa-square-root-variable {
  --fa: "";
}

.fa-square-root-alt {
  --fa: "";
}

.fa-clock {
  --fa: "";
}

.fa-clock-four {
  --fa: "";
}

.fa-backward-step {
  --fa: "";
}

.fa-step-backward {
  --fa: "";
}

.fa-pallet {
  --fa: "";
}

.fa-faucet {
  --fa: "";
}

.fa-baseball-bat-ball {
  --fa: "";
}

.fa-s {
  --fa: "S";
}

.fa-timeline {
  --fa: "";
}

.fa-keyboard {
  --fa: "";
}

.fa-caret-down {
  --fa: "";
}

.fa-house-chimney-medical {
  --fa: "";
}

.fa-clinic-medical {
  --fa: "";
}

.fa-temperature-three-quarters {
  --fa: "";
}

.fa-temperature-3 {
  --fa: "";
}

.fa-thermometer-3 {
  --fa: "";
}

.fa-thermometer-three-quarters {
  --fa: "";
}

.fa-mobile-screen {
  --fa: "";
}

.fa-mobile-android-alt {
  --fa: "";
}

.fa-plane-up {
  --fa: "";
}

.fa-piggy-bank {
  --fa: "";
}

.fa-battery-half {
  --fa: "";
}

.fa-battery-3 {
  --fa: "";
}

.fa-mountain-city {
  --fa: "";
}

.fa-coins {
  --fa: "";
}

.fa-khanda {
  --fa: "";
}

.fa-sliders {
  --fa: "";
}

.fa-sliders-h {
  --fa: "";
}

.fa-folder-tree {
  --fa: "";
}

.fa-network-wired {
  --fa: "";
}

.fa-map-pin {
  --fa: "";
}

.fa-hamsa {
  --fa: "";
}

.fa-cent-sign {
  --fa: "";
}

.fa-flask {
  --fa: "";
}

.fa-person-pregnant {
  --fa: "";
}

.fa-wand-sparkles {
  --fa: "";
}

.fa-ellipsis-vertical {
  --fa: "";
}

.fa-ellipsis-v {
  --fa: "";
}

.fa-ticket {
  --fa: "";
}

.fa-power-off {
  --fa: "";
}

.fa-right-long {
  --fa: "";
}

.fa-long-arrow-alt-right {
  --fa: "";
}

.fa-flag-usa {
  --fa: "";
}

.fa-laptop-file {
  --fa: "";
}

.fa-tty {
  --fa: "";
}

.fa-teletype {
  --fa: "";
}

.fa-diagram-next {
  --fa: "";
}

.fa-person-rifle {
  --fa: "";
}

.fa-house-medical-circle-exclamation {
  --fa: "";
}

.fa-closed-captioning {
  --fa: "";
}

.fa-person-hiking {
  --fa: "";
}

.fa-hiking {
  --fa: "";
}

.fa-venus-double {
  --fa: "";
}

.fa-images {
  --fa: "";
}

.fa-calculator {
  --fa: "";
}

.fa-people-pulling {
  --fa: "";
}

.fa-n {
  --fa: "N";
}

.fa-cable-car {
  --fa: "";
}

.fa-tram {
  --fa: "";
}

.fa-cloud-rain {
  --fa: "";
}

.fa-building-circle-xmark {
  --fa: "";
}

.fa-ship {
  --fa: "";
}

.fa-arrows-down-to-line {
  --fa: "";
}

.fa-download {
  --fa: "";
}

.fa-face-grin {
  --fa: "";
}

.fa-grin {
  --fa: "";
}

.fa-delete-left {
  --fa: "";
}

.fa-backspace {
  --fa: "";
}

.fa-eye-dropper {
  --fa: "";
}

.fa-eye-dropper-empty {
  --fa: "";
}

.fa-eyedropper {
  --fa: "";
}

.fa-file-circle-check {
  --fa: "";
}

.fa-forward {
  --fa: "";
}

.fa-mobile {
  --fa: "";
}

.fa-mobile-android {
  --fa: "";
}

.fa-mobile-phone {
  --fa: "";
}

.fa-face-meh {
  --fa: "";
}

.fa-meh {
  --fa: "";
}

.fa-align-center {
  --fa: "";
}

.fa-book-skull {
  --fa: "";
}

.fa-book-dead {
  --fa: "";
}

.fa-id-card {
  --fa: "";
}

.fa-drivers-license {
  --fa: "";
}

.fa-outdent {
  --fa: "";
}

.fa-dedent {
  --fa: "";
}

.fa-heart-circle-exclamation {
  --fa: "";
}

.fa-house {
  --fa: "";
}

.fa-home {
  --fa: "";
}

.fa-home-alt {
  --fa: "";
}

.fa-home-lg-alt {
  --fa: "";
}

.fa-calendar-week {
  --fa: "";
}

.fa-laptop-medical {
  --fa: "";
}

.fa-b {
  --fa: "B";
}

.fa-file-medical {
  --fa: "";
}

.fa-dice-one {
  --fa: "";
}

.fa-kiwi-bird {
  --fa: "";
}

.fa-arrow-right-arrow-left {
  --fa: "";
}

.fa-exchange {
  --fa: "";
}

.fa-rotate-right {
  --fa: "";
}

.fa-redo-alt {
  --fa: "";
}

.fa-rotate-forward {
  --fa: "";
}

.fa-utensils {
  --fa: "";
}

.fa-cutlery {
  --fa: "";
}

.fa-arrow-up-wide-short {
  --fa: "";
}

.fa-sort-amount-up {
  --fa: "";
}

.fa-mill-sign {
  --fa: "";
}

.fa-bowl-rice {
  --fa: "";
}

.fa-skull {
  --fa: "";
}

.fa-tower-broadcast {
  --fa: "";
}

.fa-broadcast-tower {
  --fa: "";
}

.fa-truck-pickup {
  --fa: "";
}

.fa-up-long {
  --fa: "";
}

.fa-long-arrow-alt-up {
  --fa: "";
}

.fa-stop {
  --fa: "";
}

.fa-code-merge {
  --fa: "";
}

.fa-upload {
  --fa: "";
}

.fa-hurricane {
  --fa: "";
}

.fa-mound {
  --fa: "";
}

.fa-toilet-portable {
  --fa: "";
}

.fa-compact-disc {
  --fa: "";
}

.fa-file-arrow-down {
  --fa: "";
}

.fa-file-download {
  --fa: "";
}

.fa-caravan {
  --fa: "";
}

.fa-shield-cat {
  --fa: "";
}

.fa-bolt {
  --fa: "";
}

.fa-zap {
  --fa: "";
}

.fa-glass-water {
  --fa: "";
}

.fa-oil-well {
  --fa: "";
}

.fa-vault {
  --fa: "";
}

.fa-mars {
  --fa: "";
}

.fa-toilet {
  --fa: "";
}

.fa-plane-circle-xmark {
  --fa: "";
}

.fa-yen-sign {
  --fa: "";
}

.fa-cny {
  --fa: "";
}

.fa-jpy {
  --fa: "";
}

.fa-rmb {
  --fa: "";
}

.fa-yen {
  --fa: "";
}

.fa-ruble-sign {
  --fa: "";
}

.fa-rouble {
  --fa: "";
}

.fa-rub {
  --fa: "";
}

.fa-ruble {
  --fa: "";
}

.fa-sun {
  --fa: "";
}

.fa-guitar {
  --fa: "";
}

.fa-face-laugh-wink {
  --fa: "";
}

.fa-laugh-wink {
  --fa: "";
}

.fa-horse-head {
  --fa: "";
}

.fa-bore-hole {
  --fa: "";
}

.fa-industry {
  --fa: "";
}

.fa-circle-down {
  --fa: "";
}

.fa-arrow-alt-circle-down {
  --fa: "";
}

.fa-arrows-turn-to-dots {
  --fa: "";
}

.fa-florin-sign {
  --fa: "";
}

.fa-arrow-down-short-wide {
  --fa: "";
}

.fa-sort-amount-desc {
  --fa: "";
}

.fa-sort-amount-down-alt {
  --fa: "";
}

.fa-less-than {
  --fa: "<";
}

.fa-angle-down {
  --fa: "";
}

.fa-car-tunnel {
  --fa: "";
}

.fa-head-side-cough {
  --fa: "";
}

.fa-grip-lines {
  --fa: "";
}

.fa-thumbs-down {
  --fa: "";
}

.fa-user-lock {
  --fa: "";
}

.fa-arrow-right-long {
  --fa: "";
}

.fa-long-arrow-right {
  --fa: "";
}

.fa-anchor-circle-xmark {
  --fa: "";
}

.fa-ellipsis {
  --fa: "";
}

.fa-ellipsis-h {
  --fa: "";
}

.fa-chess-pawn {
  --fa: "";
}

.fa-kit-medical {
  --fa: "";
}

.fa-first-aid {
  --fa: "";
}

.fa-person-through-window {
  --fa: "";
}

.fa-toolbox {
  --fa: "";
}

.fa-hands-holding-circle {
  --fa: "";
}

.fa-bug {
  --fa: "";
}

.fa-credit-card {
  --fa: "";
}

.fa-credit-card-alt {
  --fa: "";
}

.fa-car {
  --fa: "";
}

.fa-automobile {
  --fa: "";
}

.fa-hand-holding-hand {
  --fa: "";
}

.fa-book-open-reader {
  --fa: "";
}

.fa-book-reader {
  --fa: "";
}

.fa-mountain-sun {
  --fa: "";
}

.fa-arrows-left-right-to-line {
  --fa: "";
}

.fa-dice-d20 {
  --fa: "";
}

.fa-truck-droplet {
  --fa: "";
}

.fa-file-circle-xmark {
  --fa: "";
}

.fa-temperature-arrow-up {
  --fa: "";
}

.fa-temperature-up {
  --fa: "";
}

.fa-medal {
  --fa: "";
}

.fa-bed {
  --fa: "";
}

.fa-square-h {
  --fa: "";
}

.fa-h-square {
  --fa: "";
}

.fa-podcast {
  --fa: "";
}

.fa-temperature-full {
  --fa: "";
}

.fa-temperature-4 {
  --fa: "";
}

.fa-thermometer-4 {
  --fa: "";
}

.fa-thermometer-full {
  --fa: "";
}

.fa-bell {
  --fa: "";
}

.fa-superscript {
  --fa: "";
}

.fa-plug-circle-xmark {
  --fa: "";
}

.fa-star-of-life {
  --fa: "";
}

.fa-phone-slash {
  --fa: "";
}

.fa-paint-roller {
  --fa: "";
}

.fa-handshake-angle {
  --fa: "";
}

.fa-hands-helping {
  --fa: "";
}

.fa-location-dot {
  --fa: "";
}

.fa-map-marker-alt {
  --fa: "";
}

.fa-file {
  --fa: "";
}

.fa-greater-than {
  --fa: ">";
}

.fa-person-swimming {
  --fa: "";
}

.fa-swimmer {
  --fa: "";
}

.fa-arrow-down {
  --fa: "";
}

.fa-droplet {
  --fa: "";
}

.fa-tint {
  --fa: "";
}

.fa-eraser {
  --fa: "";
}

.fa-earth-americas {
  --fa: "";
}

.fa-earth {
  --fa: "";
}

.fa-earth-america {
  --fa: "";
}

.fa-globe-americas {
  --fa: "";
}

.fa-person-burst {
  --fa: "";
}

.fa-dove {
  --fa: "";
}

.fa-battery-empty {
  --fa: "";
}

.fa-battery-0 {
  --fa: "";
}

.fa-socks {
  --fa: "";
}

.fa-inbox {
  --fa: "";
}

.fa-section {
  --fa: "";
}

.fa-gauge-high {
  --fa: "";
}

.fa-tachometer-alt {
  --fa: "";
}

.fa-tachometer-alt-fast {
  --fa: "";
}

.fa-envelope-open-text {
  --fa: "";
}

.fa-hospital {
  --fa: "";
}

.fa-hospital-alt {
  --fa: "";
}

.fa-hospital-wide {
  --fa: "";
}

.fa-wine-bottle {
  --fa: "";
}

.fa-chess-rook {
  --fa: "";
}

.fa-bars-staggered {
  --fa: "";
}

.fa-reorder {
  --fa: "";
}

.fa-stream {
  --fa: "";
}

.fa-dharmachakra {
  --fa: "";
}

.fa-hotdog {
  --fa: "";
}

.fa-person-walking-with-cane {
  --fa: "";
}

.fa-blind {
  --fa: "";
}

.fa-drum {
  --fa: "";
}

.fa-ice-cream {
  --fa: "";
}

.fa-heart-circle-bolt {
  --fa: "";
}

.fa-fax {
  --fa: "";
}

.fa-paragraph {
  --fa: "";
}

.fa-check-to-slot {
  --fa: "";
}

.fa-vote-yea {
  --fa: "";
}

.fa-star-half {
  --fa: "";
}

.fa-boxes-stacked {
  --fa: "";
}

.fa-boxes {
  --fa: "";
}

.fa-boxes-alt {
  --fa: "";
}

.fa-link {
  --fa: "";
}

.fa-chain {
  --fa: "";
}

.fa-ear-listen {
  --fa: "";
}

.fa-assistive-listening-systems {
  --fa: "";
}

.fa-tree-city {
  --fa: "";
}

.fa-play {
  --fa: "";
}

.fa-font {
  --fa: "";
}

.fa-table-cells-row-lock {
  --fa: "";
}

.fa-rupiah-sign {
  --fa: "";
}

.fa-magnifying-glass {
  --fa: "";
}

.fa-search {
  --fa: "";
}

.fa-table-tennis-paddle-ball {
  --fa: "";
}

.fa-ping-pong-paddle-ball {
  --fa: "";
}

.fa-table-tennis {
  --fa: "";
}

.fa-person-dots-from-line {
  --fa: "";
}

.fa-diagnoses {
  --fa: "";
}

.fa-trash-can-arrow-up {
  --fa: "";
}

.fa-trash-restore-alt {
  --fa: "";
}

.fa-naira-sign {
  --fa: "";
}

.fa-cart-arrow-down {
  --fa: "";
}

.fa-walkie-talkie {
  --fa: "";
}

.fa-file-pen {
  --fa: "";
}

.fa-file-edit {
  --fa: "";
}

.fa-receipt {
  --fa: "";
}

.fa-square-pen {
  --fa: "";
}

.fa-pen-square {
  --fa: "";
}

.fa-pencil-square {
  --fa: "";
}

.fa-suitcase-rolling {
  --fa: "";
}

.fa-person-circle-exclamation {
  --fa: "";
}

.fa-chevron-down {
  --fa: "";
}

.fa-battery-full {
  --fa: "";
}

.fa-battery {
  --fa: "";
}

.fa-battery-5 {
  --fa: "";
}

.fa-skull-crossbones {
  --fa: "";
}

.fa-code-compare {
  --fa: "";
}

.fa-list-ul {
  --fa: "";
}

.fa-list-dots {
  --fa: "";
}

.fa-school-lock {
  --fa: "";
}

.fa-tower-cell {
  --fa: "";
}

.fa-down-long {
  --fa: "";
}

.fa-long-arrow-alt-down {
  --fa: "";
}

.fa-ranking-star {
  --fa: "";
}

.fa-chess-king {
  --fa: "";
}

.fa-person-harassing {
  --fa: "";
}

.fa-brazilian-real-sign {
  --fa: "";
}

.fa-landmark-dome {
  --fa: "";
}

.fa-landmark-alt {
  --fa: "";
}

.fa-arrow-up {
  --fa: "";
}

.fa-tv {
  --fa: "";
}

.fa-television {
  --fa: "";
}

.fa-tv-alt {
  --fa: "";
}

.fa-shrimp {
  --fa: "";
}

.fa-list-check {
  --fa: "";
}

.fa-tasks {
  --fa: "";
}

.fa-jug-detergent {
  --fa: "";
}

.fa-circle-user {
  --fa: "";
}

.fa-user-circle {
  --fa: "";
}

.fa-user-shield {
  --fa: "";
}

.fa-wind {
  --fa: "";
}

.fa-car-burst {
  --fa: "";
}

.fa-car-crash {
  --fa: "";
}

.fa-y {
  --fa: "Y";
}

.fa-person-snowboarding {
  --fa: "";
}

.fa-snowboarding {
  --fa: "";
}

.fa-truck-fast {
  --fa: "";
}

.fa-shipping-fast {
  --fa: "";
}

.fa-fish {
  --fa: "";
}

.fa-user-graduate {
  --fa: "";
}

.fa-circle-half-stroke {
  --fa: "";
}

.fa-adjust {
  --fa: "";
}

.fa-clapperboard {
  --fa: "";
}

.fa-circle-radiation {
  --fa: "";
}

.fa-radiation-alt {
  --fa: "";
}

.fa-baseball {
  --fa: "";
}

.fa-baseball-ball {
  --fa: "";
}

.fa-jet-fighter-up {
  --fa: "";
}

.fa-diagram-project {
  --fa: "";
}

.fa-project-diagram {
  --fa: "";
}

.fa-copy {
  --fa: "";
}

.fa-volume-xmark {
  --fa: "";
}

.fa-volume-mute {
  --fa: "";
}

.fa-volume-times {
  --fa: "";
}

.fa-hand-sparkles {
  --fa: "";
}

.fa-grip {
  --fa: "";
}

.fa-grip-horizontal {
  --fa: "";
}

.fa-share-from-square {
  --fa: "";
}

.fa-share-square {
  --fa: "";
}

.fa-child-combatant {
  --fa: "";
}

.fa-child-rifle {
  --fa: "";
}

.fa-gun {
  --fa: "";
}

.fa-square-phone {
  --fa: "";
}

.fa-phone-square {
  --fa: "";
}

.fa-plus {
  --fa: "+";
}

.fa-add {
  --fa: "+";
}

.fa-expand {
  --fa: "";
}

.fa-computer {
  --fa: "";
}

.fa-xmark {
  --fa: "";
}

.fa-close {
  --fa: "";
}

.fa-multiply {
  --fa: "";
}

.fa-remove {
  --fa: "";
}

.fa-times {
  --fa: "";
}

.fa-arrows-up-down-left-right {
  --fa: "";
}

.fa-arrows {
  --fa: "";
}

.fa-chalkboard-user {
  --fa: "";
}

.fa-chalkboard-teacher {
  --fa: "";
}

.fa-peso-sign {
  --fa: "";
}

.fa-building-shield {
  --fa: "";
}

.fa-baby {
  --fa: "";
}

.fa-users-line {
  --fa: "";
}

.fa-quote-left {
  --fa: "";
}

.fa-quote-left-alt {
  --fa: "";
}

.fa-tractor {
  --fa: "";
}

.fa-trash-arrow-up {
  --fa: "";
}

.fa-trash-restore {
  --fa: "";
}

.fa-arrow-down-up-lock {
  --fa: "";
}

.fa-lines-leaning {
  --fa: "";
}

.fa-ruler-combined {
  --fa: "";
}

.fa-copyright {
  --fa: "";
}

.fa-equals {
  --fa: "=";
}

.fa-blender {
  --fa: "";
}

.fa-teeth {
  --fa: "";
}

.fa-shekel-sign {
  --fa: "";
}

.fa-ils {
  --fa: "";
}

.fa-shekel {
  --fa: "";
}

.fa-sheqel {
  --fa: "";
}

.fa-sheqel-sign {
  --fa: "";
}

.fa-map {
  --fa: "";
}

.fa-rocket {
  --fa: "";
}

.fa-photo-film {
  --fa: "";
}

.fa-photo-video {
  --fa: "";
}

.fa-folder-minus {
  --fa: "";
}

.fa-hexagon-nodes-bolt {
  --fa: "";
}

.fa-store {
  --fa: "";
}

.fa-arrow-trend-up {
  --fa: "";
}

.fa-plug-circle-minus {
  --fa: "";
}

.fa-sign-hanging {
  --fa: "";
}

.fa-sign {
  --fa: "";
}

.fa-bezier-curve {
  --fa: "";
}

.fa-bell-slash {
  --fa: "";
}

.fa-tablet {
  --fa: "";
}

.fa-tablet-android {
  --fa: "";
}

.fa-school-flag {
  --fa: "";
}

.fa-fill {
  --fa: "";
}

.fa-angle-up {
  --fa: "";
}

.fa-drumstick-bite {
  --fa: "";
}

.fa-holly-berry {
  --fa: "";
}

.fa-chevron-left {
  --fa: "";
}

.fa-bacteria {
  --fa: "";
}

.fa-hand-lizard {
  --fa: "";
}

.fa-notdef {
  --fa: "";
}

.fa-disease {
  --fa: "";
}

.fa-briefcase-medical {
  --fa: "";
}

.fa-genderless {
  --fa: "";
}

.fa-chevron-right {
  --fa: "";
}

.fa-retweet {
  --fa: "";
}

.fa-car-rear {
  --fa: "";
}

.fa-car-alt {
  --fa: "";
}

.fa-pump-soap {
  --fa: "";
}

.fa-video-slash {
  --fa: "";
}

.fa-battery-quarter {
  --fa: "";
}

.fa-battery-2 {
  --fa: "";
}

.fa-radio {
  --fa: "";
}

.fa-baby-carriage {
  --fa: "";
}

.fa-carriage-baby {
  --fa: "";
}

.fa-traffic-light {
  --fa: "";
}

.fa-thermometer {
  --fa: "";
}

.fa-vr-cardboard {
  --fa: "";
}

.fa-hand-middle-finger {
  --fa: "";
}

.fa-percent {
  --fa: "%";
}

.fa-percentage {
  --fa: "%";
}

.fa-truck-moving {
  --fa: "";
}

.fa-glass-water-droplet {
  --fa: "";
}

.fa-display {
  --fa: "";
}

.fa-face-smile {
  --fa: "";
}

.fa-smile {
  --fa: "";
}

.fa-thumbtack {
  --fa: "";
}

.fa-thumb-tack {
  --fa: "";
}

.fa-trophy {
  --fa: "";
}

.fa-person-praying {
  --fa: "";
}

.fa-pray {
  --fa: "";
}

.fa-hammer {
  --fa: "";
}

.fa-hand-peace {
  --fa: "";
}

.fa-rotate {
  --fa: "";
}

.fa-sync-alt {
  --fa: "";
}

.fa-spinner {
  --fa: "";
}

.fa-robot {
  --fa: "";
}

.fa-peace {
  --fa: "";
}

.fa-gears {
  --fa: "";
}

.fa-cogs {
  --fa: "";
}

.fa-warehouse {
  --fa: "";
}

.fa-arrow-up-right-dots {
  --fa: "";
}

.fa-splotch {
  --fa: "";
}

.fa-face-grin-hearts {
  --fa: "";
}

.fa-grin-hearts {
  --fa: "";
}

.fa-dice-four {
  --fa: "";
}

.fa-sim-card {
  --fa: "";
}

.fa-transgender {
  --fa: "";
}

.fa-transgender-alt {
  --fa: "";
}

.fa-mercury {
  --fa: "";
}

.fa-arrow-turn-down {
  --fa: "";
}

.fa-level-down {
  --fa: "";
}

.fa-person-falling-burst {
  --fa: "";
}

.fa-award {
  --fa: "";
}

.fa-ticket-simple {
  --fa: "";
}

.fa-ticket-alt {
  --fa: "";
}

.fa-building {
  --fa: "";
}

.fa-angles-left {
  --fa: "";
}

.fa-angle-double-left {
  --fa: "";
}

.fa-qrcode {
  --fa: "";
}

.fa-clock-rotate-left {
  --fa: "";
}

.fa-history {
  --fa: "";
}

.fa-face-grin-beam-sweat {
  --fa: "";
}

.fa-grin-beam-sweat {
  --fa: "";
}

.fa-file-export {
  --fa: "";
}

.fa-arrow-right-from-file {
  --fa: "";
}

.fa-shield {
  --fa: "";
}

.fa-shield-blank {
  --fa: "";
}

.fa-arrow-up-short-wide {
  --fa: "";
}

.fa-sort-amount-up-alt {
  --fa: "";
}

.fa-comment-nodes {
  --fa: "";
}

.fa-house-medical {
  --fa: "";
}

.fa-golf-ball-tee {
  --fa: "";
}

.fa-golf-ball {
  --fa: "";
}

.fa-circle-chevron-left {
  --fa: "";
}

.fa-chevron-circle-left {
  --fa: "";
}

.fa-house-chimney-window {
  --fa: "";
}

.fa-pen-nib {
  --fa: "";
}

.fa-tent-arrow-turn-left {
  --fa: "";
}

.fa-tents {
  --fa: "";
}

.fa-wand-magic {
  --fa: "";
}

.fa-magic {
  --fa: "";
}

.fa-dog {
  --fa: "";
}

.fa-carrot {
  --fa: "";
}

.fa-moon {
  --fa: "";
}

.fa-wine-glass-empty {
  --fa: "";
}

.fa-wine-glass-alt {
  --fa: "";
}

.fa-cheese {
  --fa: "";
}

.fa-yin-yang {
  --fa: "";
}

.fa-music {
  --fa: "";
}

.fa-code-commit {
  --fa: "";
}

.fa-temperature-low {
  --fa: "";
}

.fa-person-biking {
  --fa: "";
}

.fa-biking {
  --fa: "";
}

.fa-broom {
  --fa: "";
}

.fa-shield-heart {
  --fa: "";
}

.fa-gopuram {
  --fa: "";
}

.fa-earth-oceania {
  --fa: "";
}

.fa-globe-oceania {
  --fa: "";
}

.fa-square-xmark {
  --fa: "";
}

.fa-times-square {
  --fa: "";
}

.fa-xmark-square {
  --fa: "";
}

.fa-hashtag {
  --fa: "#";
}

.fa-up-right-and-down-left-from-center {
  --fa: "";
}

.fa-expand-alt {
  --fa: "";
}

.fa-oil-can {
  --fa: "";
}

.fa-t {
  --fa: "T";
}

.fa-hippo {
  --fa: "";
}

.fa-chart-column {
  --fa: "";
}

.fa-infinity {
  --fa: "";
}

.fa-vial-circle-check {
  --fa: "";
}

.fa-person-arrow-down-to-line {
  --fa: "";
}

.fa-voicemail {
  --fa: "";
}

.fa-fan {
  --fa: "";
}

.fa-person-walking-luggage {
  --fa: "";
}

.fa-up-down {
  --fa: "";
}

.fa-arrows-alt-v {
  --fa: "";
}

.fa-cloud-moon-rain {
  --fa: "";
}

.fa-calendar {
  --fa: "";
}

.fa-trailer {
  --fa: "";
}

.fa-bahai {
  --fa: "";
}

.fa-haykal {
  --fa: "";
}

.fa-sd-card {
  --fa: "";
}

.fa-dragon {
  --fa: "";
}

.fa-shoe-prints {
  --fa: "";
}

.fa-circle-plus {
  --fa: "";
}

.fa-plus-circle {
  --fa: "";
}

.fa-face-grin-tongue-wink {
  --fa: "";
}

.fa-grin-tongue-wink {
  --fa: "";
}

.fa-hand-holding {
  --fa: "";
}

.fa-plug-circle-exclamation {
  --fa: "";
}

.fa-link-slash {
  --fa: "";
}

.fa-chain-broken {
  --fa: "";
}

.fa-chain-slash {
  --fa: "";
}

.fa-unlink {
  --fa: "";
}

.fa-clone {
  --fa: "";
}

.fa-person-walking-arrow-loop-left {
  --fa: "";
}

.fa-arrow-up-z-a {
  --fa: "";
}

.fa-sort-alpha-up-alt {
  --fa: "";
}

.fa-fire-flame-curved {
  --fa: "";
}

.fa-fire-alt {
  --fa: "";
}

.fa-tornado {
  --fa: "";
}

.fa-file-circle-plus {
  --fa: "";
}

.fa-book-quran {
  --fa: "";
}

.fa-quran {
  --fa: "";
}

.fa-anchor {
  --fa: "";
}

.fa-border-all {
  --fa: "";
}

.fa-face-angry {
  --fa: "";
}

.fa-angry {
  --fa: "";
}

.fa-cookie-bite {
  --fa: "";
}

.fa-arrow-trend-down {
  --fa: "";
}

.fa-rss {
  --fa: "";
}

.fa-feed {
  --fa: "";
}

.fa-draw-polygon {
  --fa: "";
}

.fa-scale-balanced {
  --fa: "";
}

.fa-balance-scale {
  --fa: "";
}

.fa-gauge-simple-high {
  --fa: "";
}

.fa-tachometer {
  --fa: "";
}

.fa-tachometer-fast {
  --fa: "";
}

.fa-shower {
  --fa: "";
}

.fa-desktop {
  --fa: "";
}

.fa-desktop-alt {
  --fa: "";
}

.fa-m {
  --fa: "M";
}

.fa-table-list {
  --fa: "";
}

.fa-th-list {
  --fa: "";
}

.fa-comment-sms {
  --fa: "";
}

.fa-sms {
  --fa: "";
}

.fa-book {
  --fa: "";
}

.fa-user-plus {
  --fa: "";
}

.fa-check {
  --fa: "";
}

.fa-battery-three-quarters {
  --fa: "";
}

.fa-battery-4 {
  --fa: "";
}

.fa-house-circle-check {
  --fa: "";
}

.fa-angle-left {
  --fa: "";
}

.fa-diagram-successor {
  --fa: "";
}

.fa-truck-arrow-right {
  --fa: "";
}

.fa-arrows-split-up-and-left {
  --fa: "";
}

.fa-hand-fist {
  --fa: "";
}

.fa-fist-raised {
  --fa: "";
}

.fa-cloud-moon {
  --fa: "";
}

.fa-briefcase {
  --fa: "";
}

.fa-person-falling {
  --fa: "";
}

.fa-image-portrait {
  --fa: "";
}

.fa-portrait {
  --fa: "";
}

.fa-user-tag {
  --fa: "";
}

.fa-rug {
  --fa: "";
}

.fa-earth-europe {
  --fa: "";
}

.fa-globe-europe {
  --fa: "";
}

.fa-cart-flatbed-suitcase {
  --fa: "";
}

.fa-luggage-cart {
  --fa: "";
}

.fa-rectangle-xmark {
  --fa: "";
}

.fa-rectangle-times {
  --fa: "";
}

.fa-times-rectangle {
  --fa: "";
}

.fa-window-close {
  --fa: "";
}

.fa-baht-sign {
  --fa: "";
}

.fa-book-open {
  --fa: "";
}

.fa-book-journal-whills {
  --fa: "";
}

.fa-journal-whills {
  --fa: "";
}

.fa-handcuffs {
  --fa: "";
}

.fa-triangle-exclamation {
  --fa: "";
}

.fa-exclamation-triangle {
  --fa: "";
}

.fa-warning {
  --fa: "";
}

.fa-database {
  --fa: "";
}

.fa-share {
  --fa: "";
}

.fa-mail-forward {
  --fa: "";
}

.fa-bottle-droplet {
  --fa: "";
}

.fa-mask-face {
  --fa: "";
}

.fa-hill-rockslide {
  --fa: "";
}

.fa-right-left {
  --fa: "";
}

.fa-exchange-alt {
  --fa: "";
}

.fa-paper-plane {
  --fa: "";
}

.fa-road-circle-exclamation {
  --fa: "";
}

.fa-dungeon {
  --fa: "";
}

.fa-align-right {
  --fa: "";
}

.fa-money-bill-1-wave {
  --fa: "";
}

.fa-money-bill-wave-alt {
  --fa: "";
}

.fa-life-ring {
  --fa: "";
}

.fa-hands {
  --fa: "";
}

.fa-sign-language {
  --fa: "";
}

.fa-signing {
  --fa: "";
}

.fa-calendar-day {
  --fa: "";
}

.fa-water-ladder {
  --fa: "";
}

.fa-ladder-water {
  --fa: "";
}

.fa-swimming-pool {
  --fa: "";
}

.fa-arrows-up-down {
  --fa: "";
}

.fa-arrows-v {
  --fa: "";
}

.fa-face-grimace {
  --fa: "";
}

.fa-grimace {
  --fa: "";
}

.fa-wheelchair-move {
  --fa: "";
}

.fa-wheelchair-alt {
  --fa: "";
}

.fa-turn-down {
  --fa: "";
}

.fa-level-down-alt {
  --fa: "";
}

.fa-person-walking-arrow-right {
  --fa: "";
}

.fa-square-envelope {
  --fa: "";
}

.fa-envelope-square {
  --fa: "";
}

.fa-dice {
  --fa: "";
}

.fa-bowling-ball {
  --fa: "";
}

.fa-brain {
  --fa: "";
}

.fa-bandage {
  --fa: "";
}

.fa-band-aid {
  --fa: "";
}

.fa-calendar-minus {
  --fa: "";
}

.fa-circle-xmark {
  --fa: "";
}

.fa-times-circle {
  --fa: "";
}

.fa-xmark-circle {
  --fa: "";
}

.fa-gifts {
  --fa: "";
}

.fa-hotel {
  --fa: "";
}

.fa-earth-asia {
  --fa: "";
}

.fa-globe-asia {
  --fa: "";
}

.fa-id-card-clip {
  --fa: "";
}

.fa-id-card-alt {
  --fa: "";
}

.fa-magnifying-glass-plus {
  --fa: "";
}

.fa-search-plus {
  --fa: "";
}

.fa-thumbs-up {
  --fa: "";
}

.fa-user-clock {
  --fa: "";
}

.fa-hand-dots {
  --fa: "";
}

.fa-allergies {
  --fa: "";
}

.fa-file-invoice {
  --fa: "";
}

.fa-window-minimize {
  --fa: "";
}

.fa-mug-saucer {
  --fa: "";
}

.fa-coffee {
  --fa: "";
}

.fa-brush {
  --fa: "";
}

.fa-file-half-dashed {
  --fa: "";
}

.fa-mask {
  --fa: "";
}

.fa-magnifying-glass-minus {
  --fa: "";
}

.fa-search-minus {
  --fa: "";
}

.fa-ruler-vertical {
  --fa: "";
}

.fa-user-large {
  --fa: "";
}

.fa-user-alt {
  --fa: "";
}

.fa-train-tram {
  --fa: "";
}

.fa-user-nurse {
  --fa: "";
}

.fa-syringe {
  --fa: "";
}

.fa-cloud-sun {
  --fa: "";
}

.fa-stopwatch-20 {
  --fa: "";
}

.fa-square-full {
  --fa: "";
}

.fa-magnet {
  --fa: "";
}

.fa-jar {
  --fa: "";
}

.fa-note-sticky {
  --fa: "";
}

.fa-sticky-note {
  --fa: "";
}

.fa-bug-slash {
  --fa: "";
}

.fa-arrow-up-from-water-pump {
  --fa: "";
}

.fa-bone {
  --fa: "";
}

.fa-table-cells-row-unlock {
  --fa: "";
}

.fa-user-injured {
  --fa: "";
}

.fa-face-sad-tear {
  --fa: "";
}

.fa-sad-tear {
  --fa: "";
}

.fa-plane {
  --fa: "";
}

.fa-tent-arrows-down {
  --fa: "";
}

.fa-exclamation {
  --fa: "!";
}

.fa-arrows-spin {
  --fa: "";
}

.fa-print {
  --fa: "";
}

.fa-turkish-lira-sign {
  --fa: "";
}

.fa-try {
  --fa: "";
}

.fa-turkish-lira {
  --fa: "";
}

.fa-dollar-sign {
  --fa: "$";
}

.fa-dollar {
  --fa: "$";
}

.fa-usd {
  --fa: "$";
}

.fa-x {
  --fa: "X";
}

.fa-magnifying-glass-dollar {
  --fa: "";
}

.fa-search-dollar {
  --fa: "";
}

.fa-users-gear {
  --fa: "";
}

.fa-users-cog {
  --fa: "";
}

.fa-person-military-pointing {
  --fa: "";
}

.fa-building-columns {
  --fa: "";
}

.fa-bank {
  --fa: "";
}

.fa-institution {
  --fa: "";
}

.fa-museum {
  --fa: "";
}

.fa-university {
  --fa: "";
}

.fa-umbrella {
  --fa: "";
}

.fa-trowel {
  --fa: "";
}

.fa-d {
  --fa: "D";
}

.fa-stapler {
  --fa: "";
}

.fa-masks-theater {
  --fa: "";
}

.fa-theater-masks {
  --fa: "";
}

.fa-kip-sign {
  --fa: "";
}

.fa-hand-point-left {
  --fa: "";
}

.fa-handshake-simple {
  --fa: "";
}

.fa-handshake-alt {
  --fa: "";
}

.fa-jet-fighter {
  --fa: "";
}

.fa-fighter-jet {
  --fa: "";
}

.fa-square-share-nodes {
  --fa: "";
}

.fa-share-alt-square {
  --fa: "";
}

.fa-barcode {
  --fa: "";
}

.fa-plus-minus {
  --fa: "";
}

.fa-video {
  --fa: "";
}

.fa-video-camera {
  --fa: "";
}

.fa-graduation-cap {
  --fa: "";
}

.fa-mortar-board {
  --fa: "";
}

.fa-hand-holding-medical {
  --fa: "";
}

.fa-person-circle-check {
  --fa: "";
}

.fa-turn-up {
  --fa: "";
}

.fa-level-up-alt {
  --fa: "";
}

.sr-only,
.fa-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.sr-only-focusable:not(:focus),
.fa-sr-only-focusable:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.fab,
.fa-brands {
  font-weight: 400;
  font-family: "Font Awesome 6 Brands";
  font-style: normal;
}

.fas,
.fa-solid {
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
}

.fa-monero {
  --fa: "";
}

.fa-hooli {
  --fa: "";
}

.fa-yelp {
  --fa: "";
}

.fa-cc-visa {
  --fa: "";
}

.fa-lastfm {
  --fa: "";
}

.fa-shopware {
  --fa: "";
}

.fa-creative-commons-nc {
  --fa: "";
}

.fa-aws {
  --fa: "";
}

.fa-redhat {
  --fa: "";
}

.fa-yoast {
  --fa: "";
}

.fa-cloudflare {
  --fa: "";
}

.fa-ups {
  --fa: "";
}

.fa-pixiv {
  --fa: "";
}

.fa-wpexplorer {
  --fa: "";
}

.fa-dyalog {
  --fa: "";
}

.fa-bity {
  --fa: "";
}

.fa-stackpath {
  --fa: "";
}

.fa-buysellads {
  --fa: "";
}

.fa-first-order {
  --fa: "";
}

.fa-modx {
  --fa: "";
}

.fa-guilded {
  --fa: "";
}

.fa-vnv {
  --fa: "";
}

.fa-square-js {
  --fa: "";
}

.fa-js-square {
  --fa: "";
}

.fa-microsoft {
  --fa: "";
}

.fa-qq {
  --fa: "";
}

.fa-orcid {
  --fa: "";
}

.fa-java {
  --fa: "";
}

.fa-invision {
  --fa: "";
}

.fa-creative-commons-pd-alt {
  --fa: "";
}

.fa-centercode {
  --fa: "";
}

.fa-glide-g {
  --fa: "";
}

.fa-drupal {
  --fa: "";
}

.fa-jxl {
  --fa: "";
}

.fa-dart-lang {
  --fa: "";
}

.fa-hire-a-helper {
  --fa: "";
}

.fa-creative-commons-by {
  --fa: "";
}

.fa-unity {
  --fa: "";
}

.fa-whmcs {
  --fa: "";
}

.fa-rocketchat {
  --fa: "";
}

.fa-vk {
  --fa: "";
}

.fa-untappd {
  --fa: "";
}

.fa-mailchimp {
  --fa: "";
}

.fa-css3-alt {
  --fa: "";
}

.fa-square-reddit {
  --fa: "";
}

.fa-reddit-square {
  --fa: "";
}

.fa-vimeo-v {
  --fa: "";
}

.fa-contao {
  --fa: "";
}

.fa-square-font-awesome {
  --fa: "";
}

.fa-deskpro {
  --fa: "";
}

.fa-brave {
  --fa: "";
}

.fa-sistrix {
  --fa: "";
}

.fa-square-instagram {
  --fa: "";
}

.fa-instagram-square {
  --fa: "";
}

.fa-battle-net {
  --fa: "";
}

.fa-the-red-yeti {
  --fa: "";
}

.fa-square-hacker-news {
  --fa: "";
}

.fa-hacker-news-square {
  --fa: "";
}

.fa-edge {
  --fa: "";
}

.fa-threads {
  --fa: "";
}

.fa-napster {
  --fa: "";
}

.fa-square-snapchat {
  --fa: "";
}

.fa-snapchat-square {
  --fa: "";
}

.fa-google-plus-g {
  --fa: "";
}

.fa-artstation {
  --fa: "";
}

.fa-markdown {
  --fa: "";
}

.fa-sourcetree {
  --fa: "";
}

.fa-google-plus {
  --fa: "";
}

.fa-diaspora {
  --fa: "";
}

.fa-foursquare {
  --fa: "";
}

.fa-stack-overflow {
  --fa: "";
}

.fa-github-alt {
  --fa: "";
}

.fa-phoenix-squadron {
  --fa: "";
}

.fa-pagelines {
  --fa: "";
}

.fa-algolia {
  --fa: "";
}

.fa-red-river {
  --fa: "";
}

.fa-creative-commons-sa {
  --fa: "";
}

.fa-safari {
  --fa: "";
}

.fa-google {
  --fa: "";
}

.fa-square-font-awesome-stroke {
  --fa: "";
}

.fa-font-awesome-alt {
  --fa: "";
}

.fa-atlassian {
  --fa: "";
}

.fa-linkedin-in {
  --fa: "";
}

.fa-digital-ocean {
  --fa: "";
}

.fa-nimblr {
  --fa: "";
}

.fa-chromecast {
  --fa: "";
}

.fa-evernote {
  --fa: "";
}

.fa-hacker-news {
  --fa: "";
}

.fa-creative-commons-sampling {
  --fa: "";
}

.fa-adversal {
  --fa: "";
}

.fa-creative-commons {
  --fa: "";
}

.fa-watchman-monitoring {
  --fa: "";
}

.fa-fonticons {
  --fa: "";
}

.fa-weixin {
  --fa: "";
}

.fa-shirtsinbulk {
  --fa: "";
}

.fa-codepen {
  --fa: "";
}

.fa-git-alt {
  --fa: "";
}

.fa-lyft {
  --fa: "";
}

.fa-rev {
  --fa: "";
}

.fa-windows {
  --fa: "";
}

.fa-wizards-of-the-coast {
  --fa: "";
}

.fa-square-viadeo {
  --fa: "";
}

.fa-viadeo-square {
  --fa: "";
}

.fa-meetup {
  --fa: "";
}

.fa-centos {
  --fa: "";
}

.fa-adn {
  --fa: "";
}

.fa-cloudsmith {
  --fa: "";
}

.fa-opensuse {
  --fa: "";
}

.fa-pied-piper-alt {
  --fa: "";
}

.fa-square-dribbble {
  --fa: "";
}

.fa-dribbble-square {
  --fa: "";
}

.fa-codiepie {
  --fa: "";
}

.fa-node {
  --fa: "";
}

.fa-mix {
  --fa: "";
}

.fa-steam {
  --fa: "";
}

.fa-cc-apple-pay {
  --fa: "";
}

.fa-scribd {
  --fa: "";
}

.fa-debian {
  --fa: "";
}

.fa-openid {
  --fa: "";
}

.fa-instalod {
  --fa: "";
}

.fa-files-pinwheel {
  --fa: "";
}

.fa-expeditedssl {
  --fa: "";
}

.fa-sellcast {
  --fa: "";
}

.fa-square-twitter {
  --fa: "";
}

.fa-twitter-square {
  --fa: "";
}

.fa-r-project {
  --fa: "";
}

.fa-delicious {
  --fa: "";
}

.fa-freebsd {
  --fa: "";
}

.fa-vuejs {
  --fa: "";
}

.fa-accusoft {
  --fa: "";
}

.fa-ioxhost {
  --fa: "";
}

.fa-fonticons-fi {
  --fa: "";
}

.fa-app-store {
  --fa: "";
}

.fa-cc-mastercard {
  --fa: "";
}

.fa-itunes-note {
  --fa: "";
}

.fa-golang {
  --fa: "";
}

.fa-kickstarter {
  --fa: "";
}

.fa-square-kickstarter {
  --fa: "";
}

.fa-grav {
  --fa: "";
}

.fa-weibo {
  --fa: "";
}

.fa-uncharted {
  --fa: "";
}

.fa-firstdraft {
  --fa: "";
}

.fa-square-youtube {
  --fa: "";
}

.fa-youtube-square {
  --fa: "";
}

.fa-wikipedia-w {
  --fa: "";
}

.fa-wpressr {
  --fa: "";
}

.fa-rendact {
  --fa: "";
}

.fa-angellist {
  --fa: "";
}

.fa-galactic-republic {
  --fa: "";
}

.fa-nfc-directional {
  --fa: "";
}

.fa-skype {
  --fa: "";
}

.fa-joget {
  --fa: "";
}

.fa-fedora {
  --fa: "";
}

.fa-stripe-s {
  --fa: "";
}

.fa-meta {
  --fa: "";
}

.fa-laravel {
  --fa: "";
}

.fa-hotjar {
  --fa: "";
}

.fa-bluetooth-b {
  --fa: "";
}

.fa-square-letterboxd {
  --fa: "";
}

.fa-sticker-mule {
  --fa: "";
}

.fa-creative-commons-zero {
  --fa: "";
}

.fa-hips {
  --fa: "";
}

.fa-css {
  --fa: "";
}

.fa-behance {
  --fa: "";
}

.fa-reddit {
  --fa: "";
}

.fa-discord {
  --fa: "";
}

.fa-chrome {
  --fa: "";
}

.fa-app-store-ios {
  --fa: "";
}

.fa-cc-discover {
  --fa: "";
}

.fa-wpbeginner {
  --fa: "";
}

.fa-confluence {
  --fa: "";
}

.fa-shoelace {
  --fa: "";
}

.fa-mdb {
  --fa: "";
}

.fa-dochub {
  --fa: "";
}

.fa-accessible-icon {
  --fa: "";
}

.fa-ebay {
  --fa: "";
}

.fa-amazon {
  --fa: "";
}

.fa-unsplash {
  --fa: "";
}

.fa-yarn {
  --fa: "";
}

.fa-square-steam {
  --fa: "";
}

.fa-steam-square {
  --fa: "";
}

.fa-500px {
  --fa: "";
}

.fa-square-vimeo {
  --fa: "";
}

.fa-vimeo-square {
  --fa: "";
}

.fa-asymmetrik {
  --fa: "";
}

.fa-font-awesome {
  --fa: "";
}

.fa-font-awesome-flag {
  --fa: "";
}

.fa-font-awesome-logo-full {
  --fa: "";
}

.fa-gratipay {
  --fa: "";
}

.fa-apple {
  --fa: "";
}

.fa-hive {
  --fa: "";
}

.fa-gitkraken {
  --fa: "";
}

.fa-keybase {
  --fa: "";
}

.fa-apple-pay {
  --fa: "";
}

.fa-padlet {
  --fa: "";
}

.fa-amazon-pay {
  --fa: "";
}

.fa-square-github {
  --fa: "";
}

.fa-github-square {
  --fa: "";
}

.fa-stumbleupon {
  --fa: "";
}

.fa-fedex {
  --fa: "";
}

.fa-phoenix-framework {
  --fa: "";
}

.fa-shopify {
  --fa: "";
}

.fa-neos {
  --fa: "";
}

.fa-square-threads {
  --fa: "";
}

.fa-hackerrank {
  --fa: "";
}

.fa-researchgate {
  --fa: "";
}

.fa-swift {
  --fa: "";
}

.fa-angular {
  --fa: "";
}

.fa-speakap {
  --fa: "";
}

.fa-angrycreative {
  --fa: "";
}

.fa-y-combinator {
  --fa: "";
}

.fa-empire {
  --fa: "";
}

.fa-envira {
  --fa: "";
}

.fa-google-scholar {
  --fa: "";
}

.fa-square-gitlab {
  --fa: "";
}

.fa-gitlab-square {
  --fa: "";
}

.fa-studiovinari {
  --fa: "";
}

.fa-pied-piper {
  --fa: "";
}

.fa-wordpress {
  --fa: "";
}

.fa-product-hunt {
  --fa: "";
}

.fa-firefox {
  --fa: "";
}

.fa-linode {
  --fa: "";
}

.fa-goodreads {
  --fa: "";
}

.fa-square-odnoklassniki {
  --fa: "";
}

.fa-odnoklassniki-square {
  --fa: "";
}

.fa-jsfiddle {
  --fa: "";
}

.fa-sith {
  --fa: "";
}

.fa-themeisle {
  --fa: "";
}

.fa-page4 {
  --fa: "";
}

.fa-hashnode {
  --fa: "";
}

.fa-react {
  --fa: "";
}

.fa-cc-paypal {
  --fa: "";
}

.fa-squarespace {
  --fa: "";
}

.fa-cc-stripe {
  --fa: "";
}

.fa-creative-commons-share {
  --fa: "";
}

.fa-bitcoin {
  --fa: "";
}

.fa-keycdn {
  --fa: "";
}

.fa-opera {
  --fa: "";
}

.fa-itch-io {
  --fa: "";
}

.fa-umbraco {
  --fa: "";
}

.fa-galactic-senate {
  --fa: "";
}

.fa-ubuntu {
  --fa: "";
}

.fa-draft2digital {
  --fa: "";
}

.fa-stripe {
  --fa: "";
}

.fa-houzz {
  --fa: "";
}

.fa-gg {
  --fa: "";
}

.fa-dhl {
  --fa: "";
}

.fa-square-pinterest {
  --fa: "";
}

.fa-pinterest-square {
  --fa: "";
}

.fa-xing {
  --fa: "";
}

.fa-blackberry {
  --fa: "";
}

.fa-creative-commons-pd {
  --fa: "";
}

.fa-playstation {
  --fa: "";
}

.fa-quinscape {
  --fa: "";
}

.fa-less {
  --fa: "";
}

.fa-blogger-b {
  --fa: "";
}

.fa-opencart {
  --fa: "";
}

.fa-vine {
  --fa: "";
}

.fa-signal-messenger {
  --fa: "";
}

.fa-paypal {
  --fa: "";
}

.fa-gitlab {
  --fa: "";
}

.fa-typo3 {
  --fa: "";
}

.fa-reddit-alien {
  --fa: "";
}

.fa-yahoo {
  --fa: "";
}

.fa-dailymotion {
  --fa: "";
}

.fa-affiliatetheme {
  --fa: "";
}

.fa-pied-piper-pp {
  --fa: "";
}

.fa-bootstrap {
  --fa: "";
}

.fa-odnoklassniki {
  --fa: "";
}

.fa-nfc-symbol {
  --fa: "";
}

.fa-mintbit {
  --fa: "";
}

.fa-ethereum {
  --fa: "";
}

.fa-speaker-deck {
  --fa: "";
}

.fa-creative-commons-nc-eu {
  --fa: "";
}

.fa-patreon {
  --fa: "";
}

.fa-avianex {
  --fa: "";
}

.fa-ello {
  --fa: "";
}

.fa-gofore {
  --fa: "";
}

.fa-bimobject {
  --fa: "";
}

.fa-brave-reverse {
  --fa: "";
}

.fa-facebook-f {
  --fa: "";
}

.fa-square-google-plus {
  --fa: "";
}

.fa-google-plus-square {
  --fa: "";
}

.fa-web-awesome {
  --fa: "";
}

.fa-mandalorian {
  --fa: "";
}

.fa-first-order-alt {
  --fa: "";
}

.fa-osi {
  --fa: "";
}

.fa-google-wallet {
  --fa: "";
}

.fa-d-and-d-beyond {
  --fa: "";
}

.fa-periscope {
  --fa: "";
}

.fa-fulcrum {
  --fa: "";
}

.fa-cloudscale {
  --fa: "";
}

.fa-forumbee {
  --fa: "";
}

.fa-mizuni {
  --fa: "";
}

.fa-schlix {
  --fa: "";
}

.fa-square-xing {
  --fa: "";
}

.fa-xing-square {
  --fa: "";
}

.fa-bandcamp {
  --fa: "";
}

.fa-wpforms {
  --fa: "";
}

.fa-cloudversify {
  --fa: "";
}

.fa-usps {
  --fa: "";
}

.fa-megaport {
  --fa: "";
}

.fa-magento {
  --fa: "";
}

.fa-spotify {
  --fa: "";
}

.fa-optin-monster {
  --fa: "";
}

.fa-fly {
  --fa: "";
}

.fa-square-bluesky {
  --fa: "";
}

.fa-aviato {
  --fa: "";
}

.fa-itunes {
  --fa: "";
}

.fa-cuttlefish {
  --fa: "";
}

.fa-blogger {
  --fa: "";
}

.fa-flickr {
  --fa: "";
}

.fa-viber {
  --fa: "";
}

.fa-soundcloud {
  --fa: "";
}

.fa-digg {
  --fa: "";
}

.fa-tencent-weibo {
  --fa: "";
}

.fa-letterboxd {
  --fa: "";
}

.fa-symfony {
  --fa: "";
}

.fa-maxcdn {
  --fa: "";
}

.fa-etsy {
  --fa: "";
}

.fa-facebook-messenger {
  --fa: "";
}

.fa-audible {
  --fa: "";
}

.fa-think-peaks {
  --fa: "";
}

.fa-bilibili {
  --fa: "";
}

.fa-erlang {
  --fa: "";
}

.fa-x-twitter {
  --fa: "";
}

.fa-cotton-bureau {
  --fa: "";
}

.fa-dashcube {
  --fa: "";
}

.fa-42-group {
  --fa: "";
}

.fa-innosoft {
  --fa: "";
}

.fa-stack-exchange {
  --fa: "";
}

.fa-elementor {
  --fa: "";
}

.fa-square-pied-piper {
  --fa: "";
}

.fa-pied-piper-square {
  --fa: "";
}

.fa-creative-commons-nd {
  --fa: "";
}

.fa-palfed {
  --fa: "";
}

.fa-superpowers {
  --fa: "";
}

.fa-resolving {
  --fa: "";
}

.fa-xbox {
  --fa: "";
}

.fa-square-web-awesome-stroke {
  --fa: "";
}

.fa-searchengin {
  --fa: "";
}

.fa-tiktok {
  --fa: "";
}

.fa-square-facebook {
  --fa: "";
}

.fa-facebook-square {
  --fa: "";
}

.fa-renren {
  --fa: "";
}

.fa-linux {
  --fa: "";
}

.fa-glide {
  --fa: "";
}

.fa-linkedin {
  --fa: "";
}

.fa-hubspot {
  --fa: "";
}

.fa-deploydog {
  --fa: "";
}

.fa-twitch {
  --fa: "";
}

.fa-flutter {
  --fa: "";
}

.fa-ravelry {
  --fa: "";
}

.fa-mixer {
  --fa: "";
}

.fa-square-lastfm {
  --fa: "";
}

.fa-lastfm-square {
  --fa: "";
}

.fa-vimeo {
  --fa: "";
}

.fa-mendeley {
  --fa: "";
}

.fa-uniregistry {
  --fa: "";
}

.fa-figma {
  --fa: "";
}

.fa-creative-commons-remix {
  --fa: "";
}

.fa-cc-amazon-pay {
  --fa: "";
}

.fa-dropbox {
  --fa: "";
}

.fa-instagram {
  --fa: "";
}

.fa-cmplid {
  --fa: "";
}

.fa-upwork {
  --fa: "";
}

.fa-facebook {
  --fa: "";
}

.fa-gripfire {
  --fa: "";
}

.fa-jedi-order {
  --fa: "";
}

.fa-uikit {
  --fa: "";
}

.fa-fort-awesome-alt {
  --fa: "";
}

.fa-phabricator {
  --fa: "";
}

.fa-ussunnah {
  --fa: "";
}

.fa-earlybirds {
  --fa: "";
}

.fa-trade-federation {
  --fa: "";
}

.fa-autoprefixer {
  --fa: "";
}

.fa-whatsapp {
  --fa: "";
}

.fa-square-upwork {
  --fa: "";
}

.fa-slideshare {
  --fa: "";
}

.fa-google-play {
  --fa: "";
}

.fa-viadeo {
  --fa: "";
}

.fa-line {
  --fa: "";
}

.fa-google-drive {
  --fa: "";
}

.fa-servicestack {
  --fa: "";
}

.fa-simplybuilt {
  --fa: "";
}

.fa-bitbucket {
  --fa: "";
}

.fa-imdb {
  --fa: "";
}

.fa-deezer {
  --fa: "";
}

.fa-raspberry-pi {
  --fa: "";
}

.fa-jira {
  --fa: "";
}

.fa-docker {
  --fa: "";
}

.fa-screenpal {
  --fa: "";
}

.fa-bluetooth {
  --fa: "";
}

.fa-gitter {
  --fa: "";
}

.fa-d-and-d {
  --fa: "";
}

.fa-microblog {
  --fa: "";
}

.fa-cc-diners-club {
  --fa: "";
}

.fa-gg-circle {
  --fa: "";
}

.fa-pied-piper-hat {
  --fa: "";
}

.fa-kickstarter-k {
  --fa: "";
}

.fa-yandex {
  --fa: "";
}

.fa-readme {
  --fa: "";
}

.fa-html5 {
  --fa: "";
}

.fa-sellsy {
  --fa: "";
}

.fa-square-web-awesome {
  --fa: "";
}

.fa-sass {
  --fa: "";
}

.fa-wirsindhandwerk {
  --fa: "";
}

.fa-wsh {
  --fa: "";
}

.fa-buromobelexperte {
  --fa: "";
}

.fa-salesforce {
  --fa: "";
}

.fa-octopus-deploy {
  --fa: "";
}

.fa-medapps {
  --fa: "";
}

.fa-ns8 {
  --fa: "";
}

.fa-pinterest-p {
  --fa: "";
}

.fa-apper {
  --fa: "";
}

.fa-fort-awesome {
  --fa: "";
}

.fa-waze {
  --fa: "";
}

.fa-bluesky {
  --fa: "";
}

.fa-cc-jcb {
  --fa: "";
}

.fa-snapchat {
  --fa: "";
}

.fa-snapchat-ghost {
  --fa: "";
}

.fa-fantasy-flight-games {
  --fa: "";
}

.fa-rust {
  --fa: "";
}

.fa-wix {
  --fa: "";
}

.fa-square-behance {
  --fa: "";
}

.fa-behance-square {
  --fa: "";
}

.fa-supple {
  --fa: "";
}

.fa-webflow {
  --fa: "";
}

.fa-rebel {
  --fa: "";
}

.fa-css3 {
  --fa: "";
}

.fa-staylinked {
  --fa: "";
}

.fa-kaggle {
  --fa: "";
}

.fa-space-awesome {
  --fa: "";
}

.fa-deviantart {
  --fa: "";
}

.fa-cpanel {
  --fa: "";
}

.fa-goodreads-g {
  --fa: "";
}

.fa-square-git {
  --fa: "";
}

.fa-git-square {
  --fa: "";
}

.fa-square-tumblr {
  --fa: "";
}

.fa-tumblr-square {
  --fa: "";
}

.fa-trello {
  --fa: "";
}

.fa-creative-commons-nc-jp {
  --fa: "";
}

.fa-get-pocket {
  --fa: "";
}

.fa-perbyte {
  --fa: "";
}

.fa-grunt {
  --fa: "";
}

.fa-weebly {
  --fa: "";
}

.fa-connectdevelop {
  --fa: "";
}

.fa-leanpub {
  --fa: "";
}

.fa-black-tie {
  --fa: "";
}

.fa-themeco {
  --fa: "";
}

.fa-python {
  --fa: "";
}

.fa-android {
  --fa: "";
}

.fa-bots {
  --fa: "";
}

.fa-free-code-camp {
  --fa: "";
}

.fa-hornbill {
  --fa: "";
}

.fa-js {
  --fa: "";
}

.fa-ideal {
  --fa: "";
}

.fa-git {
  --fa: "";
}

.fa-dev {
  --fa: "";
}

.fa-sketch {
  --fa: "";
}

.fa-yandex-international {
  --fa: "";
}

.fa-cc-amex {
  --fa: "";
}

.fa-uber {
  --fa: "";
}

.fa-github {
  --fa: "";
}

.fa-php {
  --fa: "";
}

.fa-alipay {
  --fa: "";
}

.fa-youtube {
  --fa: "";
}

.fa-skyatlas {
  --fa: "";
}

.fa-firefox-browser {
  --fa: "";
}

.fa-replyd {
  --fa: "";
}

.fa-suse {
  --fa: "";
}

.fa-jenkins {
  --fa: "";
}

.fa-twitter {
  --fa: "";
}

.fa-rockrms {
  --fa: "";
}

.fa-pinterest {
  --fa: "";
}

.fa-buffer {
  --fa: "";
}

.fa-npm {
  --fa: "";
}

.fa-yammer {
  --fa: "";
}

.fa-btc {
  --fa: "";
}

.fa-dribbble {
  --fa: "";
}

.fa-stumbleupon-circle {
  --fa: "";
}

.fa-internet-explorer {
  --fa: "";
}

.fa-stubber {
  --fa: "";
}

.fa-telegram {
  --fa: "";
}

.fa-telegram-plane {
  --fa: "";
}

.fa-old-republic {
  --fa: "";
}

.fa-odysee {
  --fa: "";
}

.fa-square-whatsapp {
  --fa: "";
}

.fa-whatsapp-square {
  --fa: "";
}

.fa-node-js {
  --fa: "";
}

.fa-edge-legacy {
  --fa: "";
}

.fa-slack {
  --fa: "";
}

.fa-slack-hash {
  --fa: "";
}

.fa-medrt {
  --fa: "";
}

.fa-usb {
  --fa: "";
}

.fa-tumblr {
  --fa: "";
}

.fa-vaadin {
  --fa: "";
}

.fa-quora {
  --fa: "";
}

.fa-square-x-twitter {
  --fa: "";
}

.fa-reacteurope {
  --fa: "";
}

.fa-medium {
  --fa: "";
}

.fa-medium-m {
  --fa: "";
}

.fa-amilia {
  --fa: "";
}

.fa-mixcloud {
  --fa: "";
}

.fa-flipboard {
  --fa: "";
}

.fa-viacoin {
  --fa: "";
}

.fa-critical-role {
  --fa: "";
}

.fa-sitrox {
  --fa: "";
}

.fa-discourse {
  --fa: "";
}

.fa-joomla {
  --fa: "";
}

.fa-mastodon {
  --fa: "";
}

.fa-airbnb {
  --fa: "";
}

.fa-wolf-pack-battalion {
  --fa: "";
}

.fa-buy-n-large {
  --fa: "";
}

.fa-gulp {
  --fa: "";
}

.fa-creative-commons-sampling-plus {
  --fa: "";
}

.fa-strava {
  --fa: "";
}

.fa-ember {
  --fa: "";
}

.fa-canadian-maple-leaf {
  --fa: "";
}

.fa-teamspeak {
  --fa: "";
}

.fa-pushed {
  --fa: "";
}

.fa-wordpress-simple {
  --fa: "";
}

.fa-nutritionix {
  --fa: "";
}

.fa-wodu {
  --fa: "";
}

.fa-google-pay {
  --fa: "";
}

.fa-intercom {
  --fa: "";
}

.fa-zhihu {
  --fa: "";
}

.fa-korvue {
  --fa: "";
}

.fa-pix {
  --fa: "";
}

.fa-steam-symbol {
  --fa: "";
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: unset !important;
  }
}
/************ CONTAINER DEBUGGER *************/
/* * {
    outline: 1px solid green;
} */
.red {
  color: #AFE1F2;
}

.yellow {
  color: #FFEE00;
}

.white {
  color: white;
}

.warning {
  color: #D80811;
}

.pink {
  color: #C31EDC;
}

.dkpinkbkg {
  background-color: #C40076;
}

.purple {
  color: #8A199C;
}

.topgradient {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ce0d16+0,d80811+100 */
  background: #ce0d16; /* Old browsers */
  background: -moz-linear-gradient(top, #ce0d16 0%, #d80811 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ce0d16 0%, #d80811 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ce0d16 0%, #d80811 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ce0d16", endColorstr="#d80811",GradientType=0 ); /* IE6-9 */
}

.homebluebkg {
  background: transparent radial-gradient(closest-side at 50% 50%, var(--unnamed-color-4a3291) 0%, var(--unnamed-color-4a3291) 46%, #251949 100%) 0% 0% no-repeat padding-box;
  background: transparent radial-gradient(closest-side at 50% 50%, #4A3291 0%, #4A3291 46%, #251949 150%) 0% 0% no-repeat padding-box;
  opacity: 1;
  display: block;
  position: relative;
}

/** temporary MACHO font for staging site checks**/
/***@import url("https://use.typekit.net/zbf5rbr.css");**/
.primaryFont {
  font-family: "macho", sans-serif;
}

.secondaryFont {
  font-family: Verdana, Geneva, sans-serif;
}

.verdana {
  font-family: Verdana, Geneva, sans-serif;
}

.tk-macho {
  font-family: "macho", sans-serif;
}

.fw-reg {
  font-weight: 400;
}

.fw-semibold.semibold {
  font-weight: 600;
}

.fw-bold, .bold {
  font-weight: 700;
}

.fw-exbold, .extrabold {
  font-weight: 800;
}

.fw-black {
  font-weight: 900;
}

strong {
  font-weight: 700;
}

/**********************************
********* TEXT SHADOWS ************
****************************/
.text-shadow-1 {
  text-shadow: -2px 3px 14px rgba(93, 0, 123, 0.75);
}

.text-shadow-title {
  text-shadow: 0px 1px 14px rgba(0, 0, 0, 0.4);
}

.text-shadow-paragraph {
  text-shadow: 0px 0px 14px rgba(0, 0, 0, 0.4);
}

h1, h2, h3, h4, h5 {
  font-family: "macho", sans-serif;
  color: white;
}

p, ul, li {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 16px;
}
p a, ul a, li a {
  color: inherit;
  text-decoration: underline;
}
p a:hover, p a:focus, ul a:hover, ul a:focus, li a:hover, li a:focus {
  color: white;
  text-decoration: none;
  border-bottom: 2px solid white;
  margin-bottom: -2px;
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: underline;
}
a:not([href]):not([class]):hover, a:not([href]):not([class]):focus, a:not([href]):not([class]):hover:hover, a:not([href]):not([class]):hover:focus {
  color: white;
  text-decoration: none;
  border-bottom: 2px solid white;
}

@media screen and (min-width: 768px) {
  .dsktp {
    display: block !important;
  }
}
@media screen and (max-width: 767px) {
  .dsktp {
    display: none !important;
  }
}

@media screen and (min-width: 992px) {
  .dsktpLg {
    display: block;
  }
}
@media screen and (max-width: 991px) {
  .dsktpLg {
    display: none;
  }
}

@media screen and (min-width: 992px) {
  .dsktpMd {
    display: none;
  }
}
@media screen and (min-width: 991px) and (max-width: 768px) {
  .dsktpMd {
    display: block;
  }
}
@media screen and (max-width: 767.5px) {
  .dsktpMd {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .mble {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .mble {
    display: block !important;
  }
}

.small {
  font-size: 12px;
  line-height: 1rem;
}

.nounderline {
  text-decoration: none;
}

/************************************************
******************** FONT SIZES *****************
************************************************/
.fs-100 {
  font-size: 6.25rem;
}

.fs-100-os {
  font-size: 4.8rem;
}
@media screen and (max-width: 576px) {
  .fs-100-os {
    font-size: 3.8rem;
  }
}

.fs-95-os {
  font-size: 5.8rem;
}
@media screen and (max-width: 576px) {
  .fs-95-os {
    font-size: 4rem;
  }
}

.fs-65 {
  font-size: 4.063rem;
}
@media screen and (max-width: 576px) {
  .fs-65 {
    font-size: 3.5rem;
  }
}

.frlang .fs-65 {
  font-size: 4.063rem;
}
@media screen and (max-width: 576px) {
  .frlang .fs-65 {
    font-size: 2.9rem;
  }
}

.fs-56 {
  font-size: 3.5rem;
}
@media screen and (max-width: 568px) {
  .fs-56 {
    font-size: 2.5rem;
  }
}

.fs-53 {
  font-size: 3.313rem;
}
@media screen and (max-width: 1199px) {
  .fs-53 {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 768px) {
  .fs-53 {
    font-size: 2.5rem;
  }
}

.fs-46 {
  font-size: 2.875rem;
}

.fs-45 {
  font-size: 2.813rem;
}

.fs-45-os {
  font-size: 2.1rem;
}
@media screen and (max-width: 576px) {
  .fs-45-os {
    font-size: 2rem;
  }
}

.fs-40 {
  font-size: 2.5rem;
}

.fs-40-os {
  font-size: 2.1rem;
}

.fs-36 {
  font-size: 2.25rem;
}
.fs-36 sup {
  top: -0.8rem;
}
@media screen and (max-width: 576px) {
  .fs-36.mblesmall {
    font-size: 1.875rem;
  }
}

.french .fs-36 {
  font-size: 2.25rem;
}
@media screen and (max-width: 568px) {
  .french .fs-36 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 400px) {
  .french .fs-36 {
    font-size: 1.8rem;
  }
}

.fs-35 {
  font-size: 2.188rem;
}

.fs-32 {
  font-size: 2rem;
}

.fs-32-os {
  font-size: 1.66rem;
}

.fs-30 {
  font-size: 1.875rem;
}

.fs-28 {
  font-size: 1.75rem;
}

.fs-26 {
  font-size: 1.625rem;
}

.fs-25 {
  font-size: 1.563rem;
}

.fs-24 {
  font-size: 1.5rem;
}

.fs-26-os {
  font-size: 1.3rem;
}

.fs-26-2os {
  font-size: 1.29rem;
}

.fs-23 {
  font-size: 1.438rem;
}

.fs-22 {
  font-size: 1.375rem;
}

.fs-21 {
  font-size: 1.313rem;
}

.fs-20 {
  font-size: 1.25rem;
}

.fs-18 {
  font-size: 1.05rem;
}

.fs-17 {
  font-size: 1.063rem !important;
}

.fs-16 {
  font-size: 1rem;
}

.fs-15 {
  font-size: 0.938rem;
}

.fs-14 {
  font-size: 0.875rem;
}

/**************LETTER SPACING************/
.cs-58 {
  letter-spacing: -0.06em;
}

.cs-50 {
  letter-spacing: -0.02em;
}

.cs-60 {
  letter-spacing: -0.06em;
}

/************************************************
******************** LINE HEIGHT *****************
************************************************/
.lh-1-3 {
  line-height: 1.3;
}

.lh-1-2 {
  line-height: 1.2;
}

.lh-58 {
  line-height: 58px;
}

.lh-52 {
  line-height: 52px;
}
.lh-52.french {
  line-height: 1.1em;
}

.lh-25 {
  line-height: 25px;
}

.lh-26 {
  line-height: 26px;
}

.lh-19 {
  line-height: 19px;
}
@media screen and (max-width: 568px) {
  .lh-19 {
    line-height: 1.5rem;
  }
}

.lh-17 {
  line-height: 17px;
}
@media screen and (max-width: 568px) {
  .lh-17 {
    line-height: 1.5rem;
  }
}

.lh-1 {
  line-height: 1rem !important;
}

/************************************************
******************** SPACING *****************
************************************************/
.pt75 {
  padding-top: 75px;
}

.pt-55 {
  padding-top: 55px;
}
@media screen and (max-width: 767px) {
  .pt-55 {
    padding-top: 20px;
  }
}

/************************************************
******************** NEGATIVE SPACING *****************
************************************************/
.mt-n2 {
  margin-top: -1.5rem;
}

@media screen and (min-width: 993px) {
  .dsktplg {
    display: block;
  }
}
@media screen and (max-width: 992px) {
  .dsktplg {
    display: none;
  }
}

@media screen and (min-width: 993px) {
  .mblelg {
    display: none;
  }
}
@media screen and (max-width: 992px) {
  .mblelg {
    display: block;
  }
}

.lh-n {
  line-height: normal;
}

.zindex-bannertop {
  z-index: 5;
}

/*******Mobile menu styles*********/
@media screen and (min-width: 992px) {
  .nav-container {
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    visibility: hidden;
    -webkit-transition: visibility 0s 0.7s;
    -moz-transition: visibility 0s 0.7s;
    transition: visibility 0s 0.7s;
  }
}
@media screen and (max-width: 991px) {
  #header .desktop-menu {
    display: none;
  }
  #header .header-nav-trigger {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    height: 54px;
    width: 54px;
    background-color: transparent;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    -webkit-transition: -webkit-transform 0.9s;
    -moz-transition: -moz-transform 0.9s;
    transition: transform 0.9s;
    z-index: 1001;
  }
  #header .header-nav-trigger .header-nav-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 22px;
    height: 3px;
    transition: background-color 0.5s ease;
    background-color: #fff;
  }
  #header .header-nav-trigger .header-nav-icon::before, #header .header-nav-trigger .header-nav-icon::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: inherit;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform 0.5s, width 0.5s, top 0.3s;
    -moz-transition: -moz-transform 0.5s, width 0.5s, top 0.3s;
    transition: transform 0.5s, width 0.5s, top 0.3s;
  }
  #header .header-nav-trigger .header-nav-icon::before {
    -webkit-transform-origin: right top;
    -moz-transform-origin: right top;
    -ms-transform-origin: right top;
    -o-transform-origin: right top;
    transform-origin: right top;
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    -o-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  #header .header-nav-trigger .header-nav-icon::after {
    -webkit-transform-origin: right bottom;
    -moz-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    -o-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translateY(6px);
    -moz-transform: translateY(6px);
    -ms-transform: translateY(6px);
    -o-transform: translateY(6px);
    transform: translateY(6px);
  }
  #header a {
    color: #fff;
    text-decoration: none;
    font-size: 1.5rem;
    line-height: 1em;
  }
  .nav-container {
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    visibility: hidden;
    -webkit-transition: visibility 0s 0.7s;
    -moz-transition: visibility 0s 0.7s;
    transition: visibility 0s 0.7s;
  }
  .nav-container .nav-wrapper {
    height: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding: 110px 0 40px 0;
    background-color: #5C007B;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.7s;
    -moz-transition: -moz-transform 0.7s;
    transition: transform 0.7s;
    -webkit-transition-timing-function: cubic-bezier(0.86, 0.01, 0.77, 0.78);
    -moz-transition-timing-function: cubic-bezier(0.86, 0.01, 0.77, 0.78);
    transition-timing-function: cubic-bezier(0.86, 0.01, 0.77, 0.78);
  }
  .nav-container .nav-wrapper ul {
    padding-left: 0 !important;
  }
  .nav-container .nav-wrapper ul, .nav-container .nav-wrapper li {
    list-style: none;
    margin: 0;
    padding: 0;
    display: block;
    font-family: "macho", sans-serif;
  }
  .nav-container .nav-wrapper .nav-menu li {
    padding: 0 5%;
    margin: 0 0;
    text-transform: uppercase;
    display: block;
    border-top: 1px solid white;
    font-size: 19px;
    line-height: 35px;
  }
  .nav-container .nav-wrapper .nav-menu li:nth-child(1), .nav-container .nav-wrapper .nav-menu li:nth-child(2), .nav-container .nav-wrapper .nav-menu li:nth-child(3), .nav-container .nav-wrapper .nav-menu li:nth-child(4) {
    font-size: 19px;
    line-height: 35px;
  }
  .nav-container .nav-wrapper .nav-menu li:first-of-type {
    border-top: none;
  }
  .nav-container .nav-wrapper .nav-menu li a {
    padding: 0;
    color: #fff;
    text-decoration: none;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .nav-container .nav-wrapper .nav-menu li a:hover, .nav-container .nav-wrapper .nav-menu li a:focus {
    border-bottom: 0px;
  }
  .nav-is-open #header .header-nav-trigger {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  .nav-is-open #header .header-nav-trigger .header-nav-icon {
    background-color: white;
    transition: background-color 0.5s ease;
  }
  .nav-is-open #header .header-nav-trigger .header-nav-icon::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 50%;
    transform-origin: right top;
    transition: transform 0.5s 0.5s, width 0.5s 0.5s;
  }
  .nav-is-open #header .header-nav-trigger .header-nav-icon::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 50%;
    transform-origin: right bottom;
    transition: transform 0.5s 0.5s, width 0.5s 0.5s;
  }
  .nav-is-open .nav-container {
    visibility: visible;
    -webkit-transition: visibility 0s 0s;
    -moz-transition: visibility 0s 0s;
    transition: visibility 0s 0s;
  }
  .nav-is-open .nav-container .nav-wrapper {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-transform: transition(transform 0.5s);
    -moz-transform: transition(transform 0.5s);
    -ms-transform: transition(transform 0.5s);
    -o-transform: transition(transform 0.5s);
    transform: transition(transform 0.5s);
    -webkit-transition-timing-function: cubic-bezier(0.82, 0.01, 0.77, 0.78);
    -moz-transition-timing-function: cubic-bezier(0.82, 0.01, 0.77, 0.78);
    transition-timing-function: cubic-bezier(0.82, 0.01, 0.77, 0.7);
  }
}
@media screen and (min-width: 992px) {
  #header .desktop-menu {
    display: block;
  }
  #header .header-nav-trigger {
    display: none;
  }
}
/******** RULES *********/
#rulesModal .modal-content {
  background-color: #8A199C;
  border: none !important;
}
#rulesModal .modal-content .modal-header {
  border-bottom: 0px;
  background-color: #5C007B;
  align-items: start;
}
#rulesModal .modal-content .modal-header .btn-close {
  background-color: white;
  min-width: 24px;
  width: 24px;
  height: 24px;
  display: block;
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  #rulesModal .modal-content .modal-header h2.fs-36 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 991.5px) and (min-width: 768px) {
  #rulesModal .modal-content .modal-header h2.fs-36 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767.5px) {
  #rulesModal .modal-content .modal-header h2.fs-36 {
    font-size: 1.5rem;
  }
}
#rulesModal .modal-content .modal-body {
  background-color: #8A199C;
  border-radius: 10px;
  padding: 2.5rem;
  padding-top: 0 !important;
}
@media screen and (max-width: 768px) {
  #rulesModal .modal-content .modal-body {
    padding: 0 15px 25px 15px !important;
  }
}
#rulesModal .modal-content .modal-body h1, #rulesModal .modal-content .modal-body h2, #rulesModal .modal-content .modal-body h3, #rulesModal .modal-content .modal-body h4, #rulesModal .modal-content .modal-body p, #rulesModal .modal-content .modal-body ul, #rulesModal .modal-content .modal-body li {
  color: white;
}
#rulesModal .modal-content .modal-body h1 {
  font-family: "macho", sans-serif;
}
#rulesModal .modal-content .modal-body h2 {
  font-family: "macho", sans-serif;
  margin-top: 0px;
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  #rulesModal .modal-content .modal-body h2.fs-24 {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 991.5px) and (min-width: 768px) {
  #rulesModal .modal-content .modal-body h2.fs-24 {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 767.5px) {
  #rulesModal .modal-content .modal-body h2.fs-24 {
    font-size: 1.1rem;
  }
}
#rulesModal .modal-content .modal-body h2, #rulesModal .modal-content .modal-body h3, #rulesModal .modal-content .modal-body h4 {
  margin-top: 10px;
}
#rulesModal .modal-content .modal-body p, #rulesModal .modal-content .modal-body ul, #rulesModal .modal-content .modal-body li {
  font-family: Verdana, Geneva, sans-serif;
}
#rulesModal .modal-content .modal-body p a, #rulesModal .modal-content .modal-body ul a, #rulesModal .modal-content .modal-body li a {
  color: white;
  text-decoration: underline;
}
#rulesModal .modal-content .modal-body p a:focus, #rulesModal .modal-content .modal-body p a:hover, #rulesModal .modal-content .modal-body ul a:focus, #rulesModal .modal-content .modal-body ul a:hover, #rulesModal .modal-content .modal-body li a:focus, #rulesModal .modal-content .modal-body li a:hover {
  color: white;
  text-decoration: none;
  border-bottom: 2px solid white;
}
@media screen and (max-width: 567px) {
  #rulesModal .modal-content .modal-body p, #rulesModal .modal-content .modal-body ul, #rulesModal .modal-content .modal-body li {
    font-size: 0.9rem !important;
  }
}
#rulesModal .modal-content .modal-body ol > li {
  padding-bottom: 15px;
}
#rulesModal .modal-content .modal-body ol > li a {
  word-wrap: break-word;
}
#rulesModal .modal-content .modal-body ol > li > ol {
  padding-top: 15px;
}

.modal {
  z-index: 100000;
}

/*--------------------------------
Primary style
--------------------------------*/
*, *::after, *::before {
  box-sizing: border-box;
}

body {
  background-color: #8A199C;
}
body.nav-is-open {
  overflow: hidden;
}

a:hover {
  cursor: pointer;
}

main .white a,
main a {
  cursor: pointer;
  color: #fff;
  text-decoration: underline;
}
main .white a:hover, main .white a:active, main .white a:focus,
main a:hover,
main a:active,
main a:focus {
  color: white;
  text-decoration: none;
  border-bottom: 2px solid white;
}

img {
  max-width: 100%;
  height: auto;
  flex-shrink: 0;
}
img.notopmarg {
  margin-top: -8px;
  margin-bottom: 30px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Verdana, Geneva, sans-serif;
}

sup {
  top: -0.8rem;
  left: 0.05rem;
  font-size: 50%;
}
sup.supbig {
  top: -0.8rem;
  left: 0rem;
  font-size: 50%;
}

td > sup {
  top: -0.4rem;
  left: 0.05rem;
  font-size: 60%;
}

@media screen and (min-width: 993px) {
  .mb-n15 {
    margin-bottom: -25px;
  }
}
@media screen and (max-width: 992px) {
  .mb-n15 {
    margin-bottom: -15px;
  }
}

.listlh2 {
  line-height: 2.4rem;
}
@media screen and (max-width: 991px) and (min-width: 401px) {
  .listlh2 {
    line-height: 2.2;
  }
}
@media screen and (max-width: 400px) {
  .listlh2 {
    font-size: 14px;
    line-height: 2.7;
  }
  .listlh2 .proudcan {
    max-width: 80% !important;
  }
}
@media screen and (max-width: 450px) and (min-width: 351px) {
  .listlh2.fr {
    font-size: 14px;
    line-height: 2.7;
  }
  .listlh2.fr .proudcan {
    max-width: 78% !important;
  }
}
@media screen and (max-width: 350px) {
  .listlh2.fr {
    font-size: 12px;
    line-height: 2.7;
  }
  .listlh2.fr .proudcan {
    max-width: 75% !important;
  }
}

@media screen and (min-width: 993px) {
  .thirdl1 {
    font-size: 112px;
    text-shadow: 4px 4px 6px rgba(0, 0, 0, 0.16);
    line-height: normal;
  }
}
@media screen and (max-width: 992px) {
  .thirdl1 {
    font-size: 80px;
    text-shadow: 4px 4px 6px rgba(0, 0, 0, 0.16);
    line-height: normal;
  }
}

@media screen and (min-width: 993px) {
  .thirdl2 {
    font-size: 41px;
    text-shadow: 4px 4px 6px rgba(0, 0, 0, 0.16);
    font-weight: normal;
  }
}
@media screen and (max-width: 992px) {
  .thirdl2 {
    font-size: 31px;
    text-shadow: 4px 4px 6px rgba(0, 0, 0, 0.16);
    font-weight: normal;
  }
}

p {
  font-size: 16px;
  font-family: Verdana, Geneva, sans-serif;
  font-weight: 400;
  margin-bottom: 20px;
}
p strong {
  font-weight: 700;
}
p sup {
  top: -0.4rem;
  left: 0.05rem;
  font-size: 50%;
}

.s {
  font-size: 18px;
}

.lh2 {
  line-height: 1.4;
}

.uppercase {
  text-transform: uppercase;
}

.vbottom {
  padding-bottom: 0px;
  margin-bottom: 0px;
}

img.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 1199px) {
  br.desktop {
    display: none;
  }
}
.legal {
  font-size: 0.875rem;
}

code {
  font-size: 87.5%;
  color: black;
  word-break: break-word;
}

banner {
  overflow: hidden;
}

@media screen and (min-width: 767px) {
  .widenarea {
    width: 130%;
    margin-left: -15%;
    margin-right: -15%;
  }
}
@media screen and (min-width: 768px) {
  .widenarea.french {
    width: 200%;
    margin-left: -50%;
    margin-right: -50%;
  }
}
@media screen and (max-width: 992px) {
  .widenarea.french h1.fs-53 {
    font-size: 2.3rem;
  }
}

/*--------------------------------
HOME BANNER
--------------------------------*/
banner .container {
  z-index: 2;
}
@media screen and (max-width: 767px) {
  banner .text-center img.mble {
    display: inline-block;
  }
}
@media screen and (min-width: 768px) {
  banner .text-center img.dsktp {
    display: inline-block;
  }
}
banner .madeToShare {
  max-width: 350px;
  width: 100%;
  height: auto;
  flex-shrink: 0;
  margin-bottom: 58px;
}
@media screen and (max-width: 767px) {
  banner .madeToShare {
    margin-bottom: 30px;
  }
}
banner .bp-ch-lockup {
  width: 100%;
  margin-top: 25px;
}
banner .home .bp-ch-lockup, banner .registration .bp-ch-lockup {
  width: 100%;
  margin-top: -89px;
}
@media screen and (max-width: 992px) {
  banner .home .bp-ch-lockup, banner .registration .bp-ch-lockup {
    margin-top: -119px;
  }
}

main.registration .corner-tl {
  width: 175px;
  height: 157px;
  background-image: url(../images/halftonecorner.svg);
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: contain;
  mix-blend-mode: overlay;
  transform: rotate(180deg);
  z-index: 1;
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  main.registration .corner-tl {
    background-size: 60%;
  }
}
@media screen and (max-width: 991.5px) and (min-width: 768px) {
  main.registration .corner-tl {
    background-size: 50%;
  }
}
@media screen and (max-width: 767.5px) {
  main.registration .corner-tl {
    width: 108px;
    height: 114px;
  }
}
main.registration .corner-rt {
  background-image: url(../images/halftonecorner.svg);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
  mix-blend-mode: overlay;
  transform: rotate(-90deg);
  width: 175px;
  height: 157px;
  top: 10px;
  right: -7px;
  z-index: 1;
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  main.registration .corner-rt {
    background-size: 60%;
  }
}
@media screen and (max-width: 991.5px) and (min-width: 768px) {
  main.registration .corner-rt {
    background-size: 50%;
  }
}
@media screen and (max-width: 767.5px) {
  main.registration .corner-rt {
    display: none;
  }
}

/********** WIN START AREA HOMEPAGE **********/
.opening {
  margin-bottom: 40px;
}
@media screen and (max-width: 767.5px) {
  .opening {
    margin-bottom: 10px;
  }
}
.opening .image-left {
  background-image: url(../images/trumpet.webp);
  background-position: left center;
  background-size: contain;
  max-width: 269px;
  width: 20%;
  height: 313px;
  background-repeat: no-repeat;
}
@media screen and (max-width: 991.5px) and (min-width: 768px) {
  .opening .image-left {
    width: 13%;
  }
}
@media screen and (max-width: 767.5px) {
  .opening .image-left {
    display: none;
  }
}
.opening .image-right {
  background-image: url(../images/soccer-ball.webp);
  background-position: right center;
  background-size: contain;
  background-repeat: no-repeat;
  max-width: 266px;
  width: 20%;
  height: 341px;
}
@media screen and (max-width: 991.5px) and (min-width: 768px) {
  .opening .image-right {
    width: 13%;
  }
}
@media screen and (max-width: 767.5px) {
  .opening .image-right {
    display: none;
  }
}

/************ BREAKS BLOCK ****************/
.breaksblock {
  background-color: #5D007B;
}
@media screen and (max-width: 991.5px) {
  .breaksblock {
    padding-top: 35px;
    padding-bottom: 35px;
  }
}

/************ COUPON AREA ****************/
@media screen and (max-width: 768px) {
  .couponSectionLg {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .couponSectionLg {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .couponSectionSm {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .couponSectionSm {
    display: block;
  }
}

.listitem {
  display: block;
  margin-left: 0px;
  line-height: 1.5rem;
  padding-bottom: 10px;
  height: 35px;
  font-weight: bold;
}
.listitem .check {
  margin-left: 0px;
  display: inline-block;
  text-align: right;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .listitem .check {
    margin-left: 0px;
    margin-right: 10px;
    padding-right: 0px;
  }
}
.listitem .check.large {
  margin-right: 4px;
}
@media screen and (max-width: 400px) {
  .listitem {
    font-size: 0.8rem;
  }
}

/********************* REGISTRATION START *********************/
#main.registration {
  padding-top: 80px;
}
@media screen and (max-width: 565px) {
  #main.registration {
    padding-top: 50px;
  }
}

/********************* REGISTRATION END *********************/
/********************* CONFIRMATION, OVER, REPEAT, CONTACT START *********************/
#main.start,
#main.repeat {
  padding-top: 35px;
}
#main.start .corner-tl,
#main.repeat .corner-tl {
  width: 175px;
  height: 157px;
  background-image: url(../images/halftonecorner.svg);
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: contain;
  mix-blend-mode: overlay;
  transform: rotate(180deg);
  z-index: 1;
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  #main.start .corner-tl,
  #main.repeat .corner-tl {
    background-size: 60%;
  }
}
@media screen and (max-width: 991.5px) and (min-width: 768px) {
  #main.start .corner-tl,
  #main.repeat .corner-tl {
    background-size: 50%;
  }
}
@media screen and (max-width: 767.5px) {
  #main.start .corner-tl,
  #main.repeat .corner-tl {
    width: 108px;
    height: 114px;
  }
}

#main.home {
  padding-top: 0px;
}
@media screen and (max-width: 565px) {
  #main.home {
    padding-top: 0px;
  }
}

#main.over {
  overflow: hidden;
}
#main.over .dkpinkbkg {
  padding-top: 70px;
}
@media screen and (max-width: 565px) {
  #main.over .dkpinkbkg {
    padding-top: 70px;
  }
}

h1.dropshadow {
  text-shadow: -2px 3px 14px rgba(93, 0, 123, 0.7490196078);
}

h2.dropshadow {
  text-shadow: -2px 3px 14px rgba(93, 0, 123, 0.7490196078);
}

p.dropshadow {
  text-shadow: -2px 3px 14px rgba(93, 0, 123, 0.7490196078);
}

.dkpinkbkg .socialLinks {
  padding-top: 10px;
}
@media screen and (min-width: 1400px) {
  .dkpinkbkg .socialLinks.body img.brand {
    height: 100px;
  }
}
@media screen and (max-width: 1399px) and (min-width: 1200px) {
  .dkpinkbkg .socialLinks.body img.brand {
    height: 99px;
  }
}
@media screen and (max-width: 565px) {
  .dkpinkbkg .socialLinks.body img.brand {
    max-width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 565px) {
  .dkpinkbkg .socialLinks.body .atlantisCenter {
    height: 106px;
    display: inline-flex;
    align-items: center;
  }
}

/********************* 
    END *********************/
/************ RULES START ****************/
.rulespage {
  padding-top: 80px;
}
.rulespage h1, .rulespage h2, .rulespage h3, .rulespage p, .rulespage ol, .rulespage ul, .rulespage li {
  color: white;
}
.rulespage h1 {
  font-family: "macho", sans-serif;
}
.rulespage p, .rulespage ul, .rulespage li, .rulespage h2, .rulespage h3, .rulespage h4 {
  font-family: Verdana, Geneva, sans-serif;
}
@media screen and (max-width: 567px) {
  .rulespage .french p, .rulespage .french ul, .rulespage .french li {
    font-size: 0.8rem !important;
  }
}
.rulespage h3 {
  margin-top: 45px;
}

/************ RULES END ****************/
/************ CONTACT START ****************/
.contact banner {
  height: unset;
  min-height: unset;
}
.contact banner .productLockup-wglow {
  margin-left: -15%;
  min-width: 133%;
  margin-top: 0%;
}
@media screen and (max-width: 992px) {
  .contact banner .productLockup-wglow {
    display: none;
  }
}
.contact .button_WhiteO-Red {
  padding: 8px 55px;
}
.contact .footerheader-pkg {
  background: -moz-linear-gradient(top, rgba(216, 8, 17, 0) 0%, rgb(216, 8, 17) 60%, rgb(216, 8, 17) 87%, rgb(206, 13, 22) 88%, rgb(216, 8, 17) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(216, 8, 17, 0) 0%, rgb(216, 8, 17) 60%, rgb(216, 8, 17) 87%, rgb(206, 13, 22) 88%, rgb(216, 8, 17) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(216, 8, 17, 0) 0%, rgb(216, 8, 17) 60%, rgb(216, 8, 17) 87%, rgb(206, 13, 22) 88%, rgb(216, 8, 17) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00d80811", endColorstr="#d80811",GradientType=0 ); /* IE6-9 */
}
.contact .footerheader-pkg .footerpkgs {
  margin-bottom: -7%;
}

/************ CONTACT END ****************/
/************ REPEAT START ****************/
/************ REPEAT END ****************/
/************ START START ****************/
@media screen and (min-width: 768px) {
  .start .secretImage {
    margin-bottom: -8%;
  }
}

/************ START END ****************/
/************ OVER START ****************/
.overPage {
  height: unset;
  min-height: unset;
}
.overPage .productLockup-wglow {
  margin-left: -18%;
  min-width: 153%;
  margin-top: -11%;
}
@media screen and (max-width: 992px) {
  .overPage .productLockup-wglow {
    margin-left: 0%;
    min-width: 100%;
    margin-top: -11%;
    margin-bottom: -15%;
    min-width: 200px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }
}

.chapmans-social {
  width: 125px;
  padding-top: 21px;
  height: auto;
  margin-bottom: 10px;
}

/************ OVER END ****************/
.WinLockup-coupon {
  max-width: 80%;
  width: 374px;
  height: auto;
  flex-shrink: 0;
  padding-top: 20px;
}
.coupon-rightcolumn {
  padding-top: 20px;
}
@media screeen and (min-width: 992px) {
  .coupon-rightcolumn {
    padding-right: 14%;
    padding-top: 30px;
    padding-left: 6%;
  }
}
.coupon-rightcolumn .save3text {
  max-width: 353px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1400px) {
  .coupon-rightcolumn .save3text {
    line-height: 1.57;
  }
}
@media screen and (max-width: 1399px) {
  .coupon-rightcolumn .save3text {
    line-height: 1.85;
  }
}

.fr .coupon-rightcolumn {
  padding-top: 30px;
}
.fr .coupon-rightcolumn .save3text {
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1400px) {
  .fr .coupon-rightcolumn .save3text {
    line-height: 1.6;
    padding: 0 1.8rem;
  }
}
@media screen and (max-width: 1399px) {
  .fr .coupon-rightcolumn .save3text {
    line-height: 1.6;
    max-width: unset;
    padding: 0 1.8rem;
  }
}

@media screen and (min-width: 992px) {
  .column-border-right {
    border-right: 1px solid #C40076;
    margin-right: -2%;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .column-border-right {
    border-right: 1px solid #C40076;
    margin-right: -4%;
  }
}

@media screen and (min-width: 1100px) {
  .buysection h2.left.fr,
  .wider15 {
    width: 115%;
  }
}

/**********homepage graphics END **********/
.homepgHead {
  position: relative;
}
.homepgHead .headingTop {
  position: absolute;
  top: 0;
  width: 100%;
}
.homepgHead .headingTop .headtopimg {
  padding-top: 50px;
}
@media screen and (max-width: 767px) {
  .homepgHead .headingTop .headtopimg {
    padding-top: 25px;
  }
}
.homepgHead .headingBottom {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.border-top-1 {
  border-top: 2px solid white;
}

.content {
  position: relative;
  /*color: #ffffff;*/
}
.content.content-form {
  color: #3e3e3e;
}
.content.content-wings {
  padding: 0;
  /*background-color: #000;*/
}
.content ul {
  margin-bottom: 44px;
}
@media screen and (max-width: 767px) {
  .content.bkgltblue {
    padding-bottom: 25px;
  }
}
.content .padtop {
  padding-top: 132px;
}
@media screen and (max-width: 991px) {
  .content .padtop {
    padding-top: 60px;
  }
}
.content .padtopsm {
  padding-top: 113px;
}
@media screen and (max-width: 991px) {
  .content .padtopsm {
    padding-top: 60px;
  }
}
.content .padtopsmtwo {
  padding-top: 100px;
}
@media screen and (max-width: 991px) {
  .content .padtopsmtwo {
    padding-top: 50px;
  }
}
.content .padbot {
  padding-bottom: 65px;
}
@media screen and (max-width: 767px) {
  .content .padbot {
    padding-top: 30px;
  }
}
.content .padbotlg {
  padding-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .content .padbotlg {
    padding-bottom: 30px;
  }
}

img.float {
  float: right;
}
@media screen and (max-width: 767px) {
  img.float {
    float: left !important;
    padding-top: 20px;
  }
}

.max-50 {
  max-width: 50%;
  height: auto;
}

.facebook-contentarea, .instagram-contentarea {
  display: inline-block;
  transition: background-color 200ms linear;
  border-radius: 7px;
}
.facebook-contentarea:hover, .facebook-contentarea:focus, .instagram-contentarea:hover, .instagram-contentarea:focus {
  background-color: #C31EDC;
  border-radius: 7px;
  border-bottom: 0px !important;
  filter: drop-shadow(1px 1px 4px rgba(0, 0, 0, 0.3));
  transition: background-color 200ms linear;
}
.facebook-contentarea img, .instagram-contentarea img {
  margin: 10px;
  width: 30px;
  height: 30px;
}

/**********homepage graphics**********/
@media screen and (min-width: 768px) {
  .pawly-thanktop {
    margin-top: 53px;
  }
}
@media screen and (max-width: 767px) {
  .pawly-thanktop {
    display: none;
    margin-top: 10px;
    max-width: 40%;
    /*display: block;*/
    margin: 0 auto;
  }
}

.broccoli {
  position: relative;
  top: -5px;
}

.carrot {
  position: relative;
  top: -5px;
}

.apple {
  position: relative;
  top: -7px;
}

.grapes {
  position: relative;
  top: -5px;
}

.pumpkin {
  position: relative;
  top: -5px;
}

.mleaf {
  position: relative;
}

@media screen and (min-width: 768px) {
  .content-wbuy {
    max-width: 30%;
  }
}
@media screen and (max-width: 767px) {
  .content-wbuy {
    max-width: 50%;
  }
}

@media screen and (min-width: 768px) {
  .content-wbuy-fr {
    max-width: 19%;
  }
}
@media screen and (max-width: 767px) {
  .content-wbuy-fr {
    max-width: 45%;
  }
}

@media screen and (min-width: 769px) {
  .content-abuy {
    max-width: 19%;
  }
}
@media screen and (max-width: 768px) {
  .content-abuy {
    max-width: 31.5%;
  }
}

@media screen and (min-width: 768px) {
  .content-abuy-fr {
    max-width: 19%;
  }
}
@media screen and (max-width: 767px) {
  .content-abuy-fr {
    max-width: 45%;
  }
}

.buynowSglPk {
  max-width: 360px;
  width: 100%;
  margin: 0 auto;
}

@media screen and (min-width: 1200px) {
  .bplist {
    padding-left: 0px;
  }
}
@media screen and (max-width: 1199px) {
  .bplist {
    padding-left: 0px;
  }
}
@media screen and (max-width: 991px) {
  .bplist {
    padding-top: 10px;
    margin-bottom: 5px;
  }
}

@media screen and (min-width: 769px) {
  .bordercentersocial {
    /*border-left: 2px solid #8a9d58;
        position: absolute;
        top: 20px;
        left: 50%;
        bottom: 50%;*/
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .bordercentersocial {
    display: none;
  }
}

@media screen and (min-width: 993px) {
  .bordercentersocial1 {
    /*border-left: 2px solid white;
        position: absolute;
        top: 20px;
        left: 50%;
        bottom: 50%;*/
    display: none;
  }
}
@media screen and (max-width: 992px) {
  .bordercentersocial1 {
    display: none;
  }
}

@media screen and (min-width: 993px) {
  .bordercentersocial2 {
    /*border-left: 2px solid #8a9d58;
    position: absolute;
    top: 20px;
    left: 66.66%;
    bottom: 50%;*/
    display: none;
  }
}
@media screen and (max-width: 992px) {
  .bordercentersocial2 {
    display: none;
  }
}

@media screen and (min-width: 1200px) {
  .pbvfPaw {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .pbvfPaw {
    padding-left: 4.5rem;
    padding-right: 4.5rem;
  }
}

@media screen and (min-width: 1200px) {
  .pbvfPaw, .mlnssand {
    height: 463px;
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .pbvfPaw, .mlnssand {
    height: 370px;
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 991px) and (min-width: 769px) {
  .pbvfPaw, .mlnssand {
    height: 252px;
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 768px) {
  .pbvfPaw, .mlnssand {
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 768px) {
  .mlnssand {
    padding-top: 35px;
  }
}

.mxh-204 {
  max-height: 204px;
  width: auto;
}

.mxh-102 {
  max-height: 116px;
  width: auto;
  max-width: unset;
}

.french .mxh-102 {
  height: 106px;
  max-height: 106px;
  width: auto;
}

.mxh-108 {
  max-height: 108px;
  width: auto;
  max-width: unset;
}

.mxt-n2 {
  margin-top: -6px;
}

@media screen and (min-width: 768px) {
  .dividercontainer img {
    height: 461px;
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  .dividercontainer {
    display: none;
  }
}

.zindextop {
  z-index: 100;
}

/*--------------------------------
Skip Nav
--------------------------------*/
.skipnav {
  text-align: left;
}

.skipnav a {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
  padding: 10px 20px;
  text-decoration: none;
  color: white !important;
  font-size: 20px;
}

.skipnav a:focus, .skipnav a:active {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1000000;
  width: auto;
  height: auto;
  overflow: visible;
  text-decoration: underline;
  background-color: #000000;
  color: white;
  font-size: 20px;
}

/*--------------------------------
Header Logos
--------------------------------*/
@media screen and (min-width: 768px) {
  #header {
    padding-left: 18px;
    padding-right: 18px;
  }
}
#header .headerLogos .header-bp {
  display: inline-block;
  padding-right: 7px;
}
#header .headerLogos .header-bp .headerBpLogo {
  max-height: 57px;
  width: auto;
}
#header .headerLogos .header-uno {
  display: inline-block;
  padding-left: 7px;
}

/*--------------------------------
Navigation style
--------------------------------*/
@media screen and (max-width: 992px) {
  .nav-primary a.nav-link {
    padding: 2px 10px;
  }
}
@media screen and (min-width: 992px) {
  .nav-primary.nav {
    display: inline;
  }
  .nav-primary.nav a {
    margin: 0;
    display: inline-block;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 1rem;
    font-weight: bold;
    letter-spacing: -0.05em;
    color: #fff;
    text-decoration: none;
  }
  .nav-primary.nav a:hover, .nav-primary.nav a:focus {
    color: #fff;
    border-bottom: 0px;
  }
  .nav-primary.nav a:hover .navbut, .nav-primary.nav a:focus .navbut {
    border-bottom: 2px solid #fff;
  }
  .nav-primary.nav .nav-divider {
    display: none;
    padding: 0px;
    font-family: Verdana, Geneva, sans-serif;
    font-weight: 800;
    color: #fff;
    padding-left: 0px;
    padding-right: 0px;
  }
  .nav-primary.nav img {
    position: relative;
    z-index: 100;
  }
}

.navabove {
  position: relative;
  z-index: 1001;
}

/*--------------------------------
Header style
--------------------------------*/
.headerBackground {
  background-image: url(../images/header-background.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border-bottom: 95px solid #FFEE00;
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .headerBackground {
    border-bottom: 80px solid #FFEE00;
  }
}
@media screen and (max-width: 991.5px) and (min-width: 768px) {
  .headerBackground {
    border-bottom: 55px solid #FFEE00;
  }
}
@media screen and (max-width: 767.5px) {
  .headerBackground {
    background-image: url(../images/header-background-mobile.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    border-bottom: 60px solid #FFEE00;
  }
}
@media screen and (max-width: 767.5px) {
  .headerBackground .start {
    background-image: url(../images/header-background-start-mobile.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    border-bottom: 60px solid #FFEE00;
  }
}
.headerBackground .corner-lb {
  width: 175px;
  height: 157px;
  background-image: url(../images/halftonecorner.svg);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
  mix-blend-mode: overlay;
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
  z-index: 1;
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .headerBackground .corner-lb {
    background-size: 60%;
  }
}
@media screen and (max-width: 991.5px) and (min-width: 768px) {
  .headerBackground .corner-lb {
    background-size: 50%;
  }
}
@media screen and (max-width: 767.5px) {
  .headerBackground .corner-lb {
    display: none;
  }
}
.headerBackground .corner-rt {
  background-image: url(../images/halftonecorner.svg);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
  mix-blend-mode: overlay;
  transform: rotate(-90deg);
  width: 175px;
  height: 157px;
  top: 10px;
  right: -7px;
  z-index: 1;
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .headerBackground .corner-rt {
    background-size: 60%;
  }
}
@media screen and (max-width: 991.5px) and (min-width: 768px) {
  .headerBackground .corner-rt {
    background-size: 50%;
  }
}
@media screen and (max-width: 767.5px) {
  .headerBackground .corner-rt {
    display: none;
  }
}
.headerBackground .corner-rb {
  width: 175px;
  height: 157px;
  background-image: url(../images/halftonecorner.svg);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
  mix-blend-mode: overlay;
  z-index: 1;
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .headerBackground .corner-rb {
    background-size: 60%;
  }
}
@media screen and (max-width: 991.5px) and (min-width: 768px) {
  .headerBackground .corner-rb {
    background-size: 50%;
  }
}
@media screen and (max-width: 767.5px) {
  .headerBackground .corner-rb {
    display: none;
  }
}
.headerBackground .headerBear1 {
  position: relative;
  width: 100%;
  height: auto;
  margin-bottom: -94px;
  margin-top: 15px;
  z-index: 100;
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .headerBackground .headerBear1 {
    margin-bottom: -80px;
  }
}
@media screen and (max-width: 991.5px) and (min-width: 768px) {
  .headerBackground .headerBear1 {
    margin-bottom: -55px;
  }
}
@media screen and (max-width: 767.5px) {
  .headerBackground .headerBear1 {
    margin-bottom: -60px;
    margin-top: 42px;
    padding: 0px 3%;
  }
}
.headerBackground.french .headerBear1:not(.startbear) {
  position: relative;
  width: 100%;
  height: auto;
  margin-bottom: -94px;
  margin-top: 15px;
  z-index: 100;
}
@media screen and (max-width: 1399px) and (min-width: 1200px) {
  .headerBackground.french .headerBear1:not(.startbear) {
    margin-bottom: -120px;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .headerBackground.french .headerBear1:not(.startbear) {
    margin-bottom: -80px;
  }
}
@media screen and (max-width: 991.5px) and (min-width: 768px) {
  .headerBackground.french .headerBear1:not(.startbear) {
    margin-bottom: -55px;
  }
}
@media screen and (max-width: 767.5px) {
  .headerBackground.french .headerBear1:not(.startbear) {
    margin-bottom: -60px;
    margin-top: 42px;
    padding: 0px 3%;
  }
}
.headerBackground .winLockup1 {
  position: relative;
  max-width: 100%;
  width: 430px;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 100;
  padding-bottom: 35px;
}
@media screen and (max-width: 1199.5px) and (min-width: 768px) {
  .headerBackground .winLockup1 {
    padding-left: 13%;
    padding-right: 13%;
  }
}
@media screen and (max-width: 767.5px) {
  .headerBackground .winLockup1 {
    padding-left: 3%;
    padding-right: 3%;
    padding-bottom: 0px;
  }
}
.headerBackground .winLockup-start {
  position: relative;
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
  z-index: 100;
}

.headerBackground2 {
  background-image: url(../images/header-background-flip.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border-bottom: 95px solid #FFEE00;
  /******** THANK YOU HEADER *************/
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .headerBackground2 {
    border-bottom: 80px solid #FFEE00;
  }
}
@media screen and (max-width: 991.5px) and (min-width: 768px) {
  .headerBackground2 {
    border-bottom: 55px solid #FFEE00;
  }
}
@media screen and (max-width: 767.5px) {
  .headerBackground2 {
    background-image: url(../images/header-background-mobile.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    border-bottom: 60px solid #FFEE00;
  }
}
.headerBackground2 .headerBear1 {
  position: relative;
  width: 100%;
  height: auto;
  margin-bottom: -94px;
  margin-top: 15px;
  z-index: 100;
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .headerBackground2 .headerBear1 {
    margin-bottom: -80px;
  }
}
@media screen and (max-width: 991.5px) and (min-width: 768px) {
  .headerBackground2 .headerBear1 {
    margin-bottom: -55px;
  }
}
@media screen and (max-width: 767.5px) {
  .headerBackground2 .headerBear1 {
    margin-bottom: -60px;
    margin-top: 42px;
  }
}
@media screen and (max-width: 767.5px) {
  .headerBackground2 .start {
    background-image: url(../images/header-background-start-mobile.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    border-bottom: 60px solid #FFEE00;
  }
}
.headerBackground2 .corner-lb {
  width: 175px;
  height: 157px;
  background-image: url(../images/halftonecorner.svg);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
  mix-blend-mode: overlay;
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
  z-index: 1;
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .headerBackground2 .corner-lb {
    background-size: 60%;
  }
}
@media screen and (max-width: 991.5px) and (min-width: 768px) {
  .headerBackground2 .corner-lb {
    background-size: 50%;
  }
}
@media screen and (max-width: 767.5px) {
  .headerBackground2 .corner-lb {
    display: none;
  }
}
.headerBackground2 .corner-rt {
  background-image: url(../images/halftonecorner.svg);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
  mix-blend-mode: overlay;
  transform: rotate(-90deg);
  width: 175px;
  height: 157px;
  top: 10px;
  right: -7px;
  z-index: 1;
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .headerBackground2 .corner-rt {
    background-size: 60%;
  }
}
@media screen and (max-width: 991.5px) and (min-width: 768px) {
  .headerBackground2 .corner-rt {
    background-size: 50%;
  }
}
@media screen and (max-width: 767.5px) {
  .headerBackground2 .corner-rt {
    display: none;
  }
}
.headerBackground2 .corner-rb {
  width: 175px;
  height: 157px;
  background-image: url(../images/halftonecorner.svg);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
  mix-blend-mode: overlay;
  z-index: 1;
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .headerBackground2 .corner-rb {
    background-size: 60%;
  }
}
@media screen and (max-width: 991.5px) and (min-width: 768px) {
  .headerBackground2 .corner-rb {
    background-size: 50%;
  }
}
@media screen and (max-width: 767.5px) {
  .headerBackground2 .corner-rb {
    display: none;
  }
}
.headerBackground2 .facebook-share {
  text-decoration: none;
}
.headerBackground2 .facebook-share img {
  max-height: 26px;
  height: 26px;
  width: auto;
  margin-bottom: 4px;
  filter: drop-shadow(-2px 2px 14px #5D007B);
}
@media screen and (max-width: 992px) {
  .headerBackground2 .facebook-share img {
    margin-top: 0px;
  }
}
.headerBackground2 .facebook-share:focus, .headerBackground2 .facebook-share:hover {
  text-decoration: underline;
  color: white;
  border-bottom: 0px;
}
.headerBackground2 .socialLinks img.brand {
  width: 162px;
  max-width: 100%;
  height: auto;
}
.headerBackground2 .socialLinks .instagram-contentarea {
  position: relative;
  z-index: 5;
}
.headerBackground2 .socialLinks .facebook-contentarea {
  position: relative;
  z-index: 5;
}
.headerBackground2 .socialLinks .atlantisShadow {
  position: relative;
  overflow: visible;
}
.headerBackground2 .socialLinks .atlantisShadow::before {
  content: "";
  position: absolute;
  z-index: 0;
  width: 150%;
  margin-left: -25%;
  margin-top: -10%;
  height: 150%;
  background: rgb(76, 190, 214);
  background: radial-gradient(ellipse, rgba(76, 190, 214, 0.8) 25%, rgba(76, 190, 214, 0) 73%);
  overflow: visible;
}
@media screen and (max-width: 1279px) and (min-width: 768px) {
  .headerBackground2 .socialLinks .atlantisShadow::before {
    background: unset;
  }
}
@media screen and (max-width: 767px) {
  .headerBackground2 .socialLinks .atlantisShadow::before {
    background: radial-gradient(ellipse, rgba(76, 190, 214, 0.8) 25%, rgba(76, 190, 214, 0) 73%);
    width: 120%;
    margin-left: -15%;
    margin-top: -10%;
    height: 150%;
  }
}
@media screen and (max-width: 540px) {
  .headerBackground2 .socialLinks .atlantisShadow::before {
    background: radial-gradient(ellipse, rgba(76, 190, 214, 0.8) 25%, rgba(76, 190, 214, 0) 73%);
    width: 150%;
    margin-left: -25%;
    margin-top: -10%;
    height: 150%;
  }
}
.headerBackground2 .socialLinks .atlantisShadow p {
  height: 77px;
}
.headerBackground2 .socialLinks .atlantisShadow p img {
  position: relative;
  z-index: 2;
  width: 100%;
  max-height: 77px;
  height: auto;
}
.headerBackground2.confirmation .widenarea {
  min-width: 140%;
  margin-left: -15%;
  margin-right: -25%;
}
@media screen and (max-width: 1279px) and (min-width: 1200px) {
  .headerBackground2.confirmation .widenarea {
    min-width: 120%;
    margin-left: -5%;
    margin-right: -15%;
  }
  .headerBackground2.confirmation .widenarea .socialCont {
    width: 80%;
    margin-left: 0px;
    margin-right: 0px;
  }
  .headerBackground2.confirmation .widenarea .socialCont .col-xl-auto {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .headerBackground2.confirmation .widenarea {
    min-width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
.headerBackground2.confirmation .widenarea p.pink #confirmationFacebookShareButton {
  text-decoration: none;
  color: #C31EDC;
  position: relative;
  z-index: 5;
}
.headerBackground2.confirmation .widenarea p.pink #confirmationFacebookShareButton:focus, .headerBackground2.confirmation .widenarea p.pink #confirmationFacebookShareButton:hover {
  text-decoration: underline;
}
.headerBackground2.confirmation .widenarea p.pink #confirmationFacebookShareButton:focus img, .headerBackground2.confirmation .widenarea p.pink #confirmationFacebookShareButton:hover img {
  opacity: 0.5;
}
.headerBackground2.confirmation .socialLinks.header .row.socialCont {
  max-width: 590px;
  min-width: 590px;
}
@media screen and (min-width: 1280px) {
  .headerBackground2.confirmation .socialLinks.header .row.socialCont {
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media screen and (max-width: 1279px) {
  .headerBackground2.confirmation .socialLinks.header .row.socialCont {
    max-width: unset;
    min-width: unset;
  }
}
@media screen and (min-width: 1280px) {
  .headerBackground2.confirmation .socialLinks.header .row.socialCont .facebook-contentarea img {
    width: 23px;
    height: 23px;
    margin: 5px 5px 5px 5px;
  }
}
@media screen and (max-width: 1279px) {
  .headerBackground2.confirmation .socialLinks.header .row.socialCont .facebook-contentarea img {
    width: 23px;
    height: 23px;
    margin: 7px 7px 7px 7px;
  }
}
.headerBackground2.confirmation .socialLinks.header .row.socialCont .facebook-contentarea:focus, .headerBackground2.confirmation .socialLinks.header .row.socialCont .facebook-contentarea:hover {
  background-color: white;
  border-radius: 7px;
  border-bottom: 0px !important;
}
@media screen and (min-width: 1280px) {
  .headerBackground2.confirmation .socialLinks.header .row.socialCont .instagram-contentarea img {
    width: 23px;
    height: 23px;
    margin: 5px 5px 5px 5px;
  }
}
@media screen and (max-width: 1279px) {
  .headerBackground2.confirmation .socialLinks.header .row.socialCont .instagram-contentarea img {
    width: 23px;
    height: 23px;
    margin: 7px 7px 7px 7px;
  }
}
.headerBackground2.confirmation .socialLinks.header .row.socialCont .instagram-contentarea:focus, .headerBackground2.confirmation .socialLinks.header .row.socialCont .instagram-contentarea:hover {
  background-color: white;
  border-radius: 7px;
  border-bottom: 0px !important;
}
.headerBackground2.confirmation .socialLinks.header img.brand {
  height: 77px;
  width: auto;
}
.headerBackground2.confirmation .socialLinks.header .facebook-head-icon, .headerBackground2.confirmation .socialLinks.header .instagram-head-icon {
  margin-left: 5px;
  margin-right: 5px;
}
.headerBackground2.confirmation .socialLinks.header .facebook-head-icon img,
.headerBackground2.confirmation .socialLinks.header .instagram-head-icon img {
  width: 20px;
  height: 20px;
}

.header {
  position: relative;
  z-index: 10000;
  min-height: 45px;
}
@media screen and (min-width: 1200px) {
  .header .desktopmenu {
    margin-right: 31px;
  }
}
.header .facebook-head-icon, .header .instagram-head-icon {
  margin-left: 5px;
  margin-right: 5px;
}
.header .facebook-head-icon img,
.header .instagram-head-icon img {
  width: 20px;
  height: 20px;
}
.header .dare-head-icon img {
  width: 50px;
  height: auto;
  margin-left: 5px;
}

/************ BEAR PAWS BUY BLOCK ****************/
@media screen and (max-width: 767px) {
  #bearpawsbuyblock {
    padding-bottom: 30px;
  }
}
#bearpawsbuyblock .corner-tl {
  width: 175px;
  height: 157px;
  background-image: url(../images/halftonecorner.svg);
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: contain;
  mix-blend-mode: overlay;
  transform: rotate(180deg);
  z-index: 1;
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  #bearpawsbuyblock .corner-tl {
    background-size: 60%;
  }
}
@media screen and (max-width: 991.5px) and (min-width: 768px) {
  #bearpawsbuyblock .corner-tl {
    background-size: 50%;
  }
}
@media screen and (max-width: 767.5px) {
  #bearpawsbuyblock .corner-tl {
    width: 108px;
    height: 114px;
  }
}
#bearpawsbuyblock .corner-rb {
  width: 175px;
  height: 157px;
  background-image: url(../images/halftonecorner.svg);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
  mix-blend-mode: overlay;
  z-index: 1;
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  #bearpawsbuyblock .corner-rb {
    background-size: 60%;
  }
}
@media screen and (max-width: 991.5px) and (min-width: 768px) {
  #bearpawsbuyblock .corner-rb {
    background-size: 50%;
  }
}
@media screen and (max-width: 767.5px) {
  #bearpawsbuyblock .corner-rb {
    width: 108px;
    height: 114px;
  }
}
#bearpawsbuyblock .buylinks {
  display: block;
}
#bearpawsbuyblock .buylinks .buylink_Walmart {
  width: 146px;
  height: 37px;
  text-align: center;
  align-content: center;
  margin-bottom: 15px;
  margin-right: auto;
  margin-left: auto;
  filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, 0));
  transition: transform 300ms ease-in-out;
}
@media screen and (max-width: 767px) {
  #bearpawsbuyblock .buylinks .buylink_Walmart {
    width: 200px;
    height: 52px;
    margin-bottom: 0px;
  }
}
#bearpawsbuyblock .buylinks .buylink_Walmart img {
  transition: transform 300ms ease-in-out;
}
#bearpawsbuyblock .buylinks .buylink_Walmart:focus, #bearpawsbuyblock .buylinks .buylink_Walmart:hover {
  filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, 0.69));
  border-bottom: 0px;
}
@media screen and (min-width: 768px) {
  #bearpawsbuyblock .buylinks .buylink_Walmart:focus img, #bearpawsbuyblock .buylinks .buylink_Walmart:hover img {
    width: 98%;
    height: auto;
  }
}
#bearpawsbuyblock .buylinks .buylink_Amazon {
  width: 146px;
  height: 37px;
  text-align: center;
  align-content: center;
  margin-bottom: 15px;
  margin-right: auto;
  margin-left: auto;
  filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, 0));
  transition: transform 300ms ease-in-out;
}
@media screen and (max-width: 767px) {
  #bearpawsbuyblock .buylinks .buylink_Amazon {
    width: 200px;
    height: 52px;
    margin-bottom: 0px;
  }
}
#bearpawsbuyblock .buylinks .buylink_Amazon img {
  transition: transform 300ms ease-in-out;
}
#bearpawsbuyblock .buylinks .buylink_Amazon:focus, #bearpawsbuyblock .buylinks .buylink_Amazon:hover {
  filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, 0.69));
  border-bottom: 0px;
}
@media screen and (min-width: 768px) {
  #bearpawsbuyblock .buylinks .buylink_Amazon:focus img, #bearpawsbuyblock .buylinks .buylink_Amazon:hover img {
    width: 98%;
    height: auto;
  }
}
#bearpawsbuyblock .buylinks .buylink_Loblaws {
  width: 146px;
  height: 37px;
  text-align: center;
  align-content: center;
  margin-bottom: 15px;
  margin-right: auto;
  margin-left: auto;
  filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, 0));
  transition: transform 300ms ease-in-out;
}
@media screen and (max-width: 767px) {
  #bearpawsbuyblock .buylinks .buylink_Loblaws {
    width: 200px;
    height: 52px;
    margin-bottom: 0px;
  }
}
#bearpawsbuyblock .buylinks .buylink_Loblaws img {
  transition: transform 300ms ease-in-out;
}
#bearpawsbuyblock .buylinks .buylink_Loblaws:focus, #bearpawsbuyblock .buylinks .buylink_Loblaws:hover {
  filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, 0.69));
  border-bottom: 0px;
}
@media screen and (min-width: 768px) {
  #bearpawsbuyblock .buylinks .buylink_Loblaws:focus img, #bearpawsbuyblock .buylinks .buylink_Loblaws:hover img {
    width: 98%;
    height: auto;
  }
}

.start #bearpawsbuyblock .corner-rb,
.start #bearpawsbuyblock .corner-tl,
.repeat #bearpawsbuyblock .corner-rb,
.repeat #bearpawsbuyblock .corner-tl {
  display: none;
}

/************ UNO BUY BLOCK ****************/
#unobuyblock {
  background-color: #FFEE00;
}
#unobuyblock .unoProductsImage {
  padding: 0px 16px;
}
@media screen and (max-width: 767.5px) {
  #unobuyblock .unoProductsImage {
    padding: 0 0;
  }
}
#unobuyblock .unoProductsImage2 {
  padding: 0px 42px;
}

/************ DARE SNACK BLOCK ****************/
#snacksblock .corner-tl {
  width: 175px;
  height: 157px;
  background-image: url(../images/halftonecorner.svg);
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: contain;
  mix-blend-mode: overlay;
  transform: rotate(180deg);
  z-index: 1;
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  #snacksblock .corner-tl {
    background-size: 60%;
  }
}
@media screen and (max-width: 991.5px) and (min-width: 768px) {
  #snacksblock .corner-tl {
    background-size: 50%;
  }
}
@media screen and (max-width: 767.5px) {
  #snacksblock .corner-tl {
    display: none;
  }
}
#snacksblock .dareProductsImage {
  padding: 0 5%;
}
@media screen and (max-width: 767.5px) {
  #snacksblock .dareProductsImage {
    padding: 10px 0 0 0;
  }
}
#snacksblock .snackpoints {
  display: block;
  margin-left: 60px;
  margin-right: 60px;
  position: relative;
  padding-bottom: 20px;
}
@media screen and (max-width: 1199px) {
  #snacksblock .snackpoints {
    margin-left: 40px;
    margin-right: 40px;
  }
}
@media screen and (max-width: 991px) {
  #snacksblock .snackpoints {
    margin-left: 40px;
    margin-right: 0px;
  }
}
@media screen and (max-width: 767.5px) {
  #snacksblock .snackpoints {
    margin-left: 0px;
    margin-right: 0px;
  }
}
#snacksblock .snackpoints .snackpoint {
  display: block;
}
#snacksblock .snackpoints .snackpoint .snackpoint-icon {
  display: inline-block;
  width: 39px;
}
#snacksblock .snackpoints .snackpoint .snackpoint-icon img.icon {
  top: 0;
  filter: drop-shadow(2px 1px 8px rgba(0, 0, 0, 0.57));
}
#snacksblock .snackpoints .snackpoint .snackpoint-icon img.icon.mapleLeaf {
  height: 27px;
  width: auto;
}
#snacksblock .snackpoints .snackpoint .snackpoint-icon img.icon.checkmark {
  height: 22px;
  width: auto;
}
#snacksblock .snackpoints .snackpoint .snackpoint-icon img.icon.nopeanut {
  height: 28px;
  width: auto;
}
#snacksblock .snackpoints .snackpoint .snackpoint-text {
  display: inline-block;
}
@media screen and (max-width: 1199px) and (min-width: 768px) {
  #snacksblock .snackpoints .snackpoint .snackpoint-text {
    max-width: 75%;
  }
}
@media screen and (max-width: 767px) {
  #snacksblock .snackpoints .snackpoint .snackpoint-text {
    max-width: 87%;
  }
}
#snacksblock .snackpoints .snackpoint .snackpoint-text p {
  text-transform: uppercase;
  margin: 6px 0;
  font-size: 0.938rem;
}

@media screen and (max-width: 769px) {
  .buytle {
    margin-bottom: -10px;
  }
}

.buynow-darepack {
  margin: 0 auto;
  max-width: 352px;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 500px) {
  .buylinks d-inline-block {
    display: block !important;
  }
}

@media screen and (max-width: 991px) {
  .frlang .buyblock .buynow-products {
    display: none;
  }
}
.frlang .buyblock .buynow-products img {
  margin-left: -15%;
  width: 132%;
  max-width: unset;
  padding-bottom: 0%;
  margin-bottom: -4%;
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .frlang .buyblock .buynow-products img {
    margin-left: -3%;
    width: 122%;
    max-width: unset;
    padding-bottom: 10%;
  }
}

.footer {
  padding-top: 25px;
  padding-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .footer {
    padding-top: 20px;
  }
}
.footer.homefooter {
  width: 100%;
  padding-bottom: 50px;
}
.footer .copyright-wrapper .container {
  padding-top: 12px;
}
.footer a, .footer a:visited, .footer a:active {
  color: white;
  text-decoration: underline;
}
.footer a:hover, .footer a:focus, .footer a:visited:hover, .footer a:visited:focus, .footer a:active:hover, .footer a:active:focus {
  color: white;
  text-decoration: none;
}
.footer a.nounderline, .footer a:visited.nounderline, .footer a:active.nounderline {
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .footer .buynow-footer {
    padding-bottom: 45px;
    text-align: center;
  }
}

/*--------------------------------
FORM GENERAL SETTINGS
--------------------------------*/
.form-control {
  color: black !important;
}
.form-control:focus {
  color: black !important;
  border-color: #999999;
  /*@media (prefers-color-scheme: dark) {
      color: white;
      border-color: $formprimarycolor-dkmode;
  }*/
}

fieldset {
  margin: 0;
  margin-bottom: 44px;
  padding: 0;
  padding: 11px 33px;
  border: 1px solid #757575;
  /*@media (prefers-color-scheme: dark) {
      border: 1px solid $formprimarycolor-dkmode;
  }*/
  border-radius: 9px;
}
@media screen and (max-width: 600px) {
  fieldset.paddingLeftRight-xxl {
    padding-left: 33px;
    padding-right: 33px;
  }
}
@media (max-width: 380px) {
  fieldset {
    padding-left: 17px;
    padding-right: 17px;
  }
}

.mbd-label-sub {
  font-size: 0.875rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-weight: 700;
  display: block;
}

.form-group {
  margin-bottom: 15px;
}
.has-error .form-group {
  margin-bottom: 0;
}

.form-group-default {
  background-color: white;
  position: relative;
  border: 0px;
  border-radius: 9px;
  border: 2px solid #757575;
  /*@media (prefers-color-scheme: dark) {
      background-color: $dkmode-bkcolor;
      border: 2px solid $formprimarycolor-dkmode;
  }*/
  padding-top: 7px;
  padding-right: 12px;
  padding-bottom: 4px;
  padding-left: 12px;
  /*overflow: hidden;*/
  width: 100%;
  transition: background-color 0.2s ease;
}
.form-group-default:focus-within, .form-group-default.focussed {
  border: 2px solid black;
  outline: 2px solid black;
  outline-offset: -2px;
  /*@media (prefers-color-scheme: dark) {
      border: 2px solid #ededed;
      opacity: 1;
  }*/
}
.form-group-default.required::after {
  z-index: 1;
  color: #757575;
  content: "*";
  font-family: Verdana, Geneva, sans-serif;
  font-size: 20px;
  position: absolute;
  right: 12px;
  top: 6px;
}
.form-group-default label {
  margin: 0;
  display: block;
  opacity: 1;
  transition: opacity 0.2s ease;
  color: #757575;
  font-weight: 400;
  font-family: Verdana, Geneva, sans-serif;
}
.form-group-default label:not(.error) {
  font-size: 16px;
  font-weight: 400;
}
.form-group-default .form-control {
  border: 0;
  height: 25px;
  min-height: 25px;
  padding: 0px;
  margin-top: -2px;
  background: 0 0;
  outline: 0;
}
@media screen and (max-width: 991px) {
  .form-group-default .form-control {
    height: 35px;
  }
}
.form-group-default .form-control option {
  height: 30px;
}
.form-group-default textarea.form-control {
  height: unset;
}

.focussed {
  border: 2px solid #999999 !important;
}

.form-control {
  background-color: white;
  background-image: none;
  border: 1px solid rgba(0, 0, 0, 0.07);
  font-family: Verdana, Geneva, sans-serif;
  -webkit-appearance: none;
  color: #999999;
  outline: 0;
  height: 35px;
  padding: 9px 12px;
  line-height: normal;
  font-size: 16px;
  font-weight: 400;
  vertical-align: middle;
  min-height: 35px;
  -webkit-transition: all 0.12s ease;
  transition: all 0.12s ease;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: background 0.2s linear 0s;
  transition: background 0.2s linear 0s;
}
@media screen and (max-width: 991px) {
  .form-control {
    font-size: 16px;
  }
}
.has-success .form-control, .has-error .form-control {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.help-block {
  background: white;
  border-radius: 0 0 2px 2px;
  font-family: arial, helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  margin: 0;
  padding-top: 4px;
  padding-left: 12px;
  padding-bottom: 10px;
}
.has-error .help-block {
  color: #D80811;
  border: 1px solid #D80811;
  border-top: none;
  background-color: #D80811;
  margin-bottom: 10px;
}

.inputhelper {
  font-size: 0.875rem;
  font-weight: 400;
  font-family: Verdana, Geneva, sans-serif;
  padding: 5px 0 0px 13px;
  margin: -15px 0px 15px 0;
  color: white;
}

/*--------------------------------
FORM ERRORS
--------------------------------*/
.has-error input:focus,
.has-error select:focus,
.has-error textarea:focus,
.has-error textarea:active,
.has-error input[type=email]:focus,
.has-error input[type=file]:focus,
.has-error input[type=tel]:focus,
.has-error input[type=text]:focus,
.has-error input[type=radio]:focus,
.has-error input[type=checkbox]:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline: 0 !important;
}

.alert {
  font-size: 16px;
}
.alert.alert-danger {
  border: 1px solid #D80811;
  background-color: #D80811;
  color: #D80811;
  font-family: "macho", sans-serif;
  font-weight: 700;
}

.alert-text, .text-danger {
  color: #D80811 !important;
  margin-top: 5px;
  font-family: Verdana, Geneva, sans-serif;
  font-weight: 800;
  font-size: 14px;
  line-height: 1.5rem;
}

.has-error .boxed-error {
  padding: 12px;
  background-color: white;
  border-radius: 5px;
  border: 1px solid #D80811;
  display: block;
}

#errorTurnstile.boxed-error {
  padding: 12px;
  background-color: white;
  border-radius: 5px;
  border: 1px solid #D80811;
  display: block;
}
#errorTurnstile.boxed-error span {
  background-image: url(../images/circle-exclamation-solid-red.svg);
  background-size: 15px 15px;
  background-repeat: no-repeat;
  background-position: left 0px top 5px;
  display: inline-block;
  padding: 0px 25px;
  border-radius: 5px;
}

.field-validation-error {
  display: block;
  width: 100%;
}

/********************************************** 
********* FORM GROUP DEFAULT ERRORS ***********
**********************************************/
.form-group-default.has-error {
  /*border-color: $warning;*/
  border: 1px solid #D80811;
  /*background-color: $ltred;
  border-radius: 2px;
  font-weight: 800;*/
  color: #D80811;
  background-color: #fff;
}
.form-group-default.has-error label {
  color: #000000;
}

.form-group-default.advanced {
  border-left: 1px solid #E0E0E0;
  border-top: 1px solid #E0E0E0;
  border-right: 1px solid #E0E0E0;
  border-bottom: 1px solid #E0E0E0;
  background-image: url(../../images/circle-exclamation-solid-red.svg);
  background-size: 15px 15px;
  background-repeat: no-repeat;
  background-position: right 30px top -20px;
}
.form-group-default.advanced.has-error {
  border: 2px solid black !important;
  background-image: url(../../images/circle-exclamation-solid-red.svg);
  background-size: 15px 15px;
  background-repeat: no-repeat;
  background-position: right 30px top 8px;
  transition: background 0.7s linear;
}
.form-group-default.advanced.has-error input {
  border-bottom: 1px solid #757575;
  border-radius: 0px;
}

.form-group-age.multiInput.has-error {
  margin-bottom: 27px;
  padding-top: 4px;
  padding-bottom: 4px;
  border-radius: 5px;
  border: 1px solid #D80811 !important;
  transition: border-width 0.5s linear;
}
.form-group-age.multiInput.has-error .row {
  padding-left: 4px;
  padding-right: 4px;
}
.form-group-age.multiInput.has-error .row .col-sm-4 .form-group.form-group-default {
  margin-bottom: 0px;
}
@media screen and (max-width: 768px) {
  .form-group-age.multiInput.has-error .row .col-sm-4 .form-group.form-group-default {
    margin-bottom: 25px;
  }
}
.form-group-age.multiInput.has-error .row .col-sm-4:nth-of-type(3) .form-group.form-group-default {
  margin-bottom: 0px;
}
@media screen and (max-width: 768px) {
  .form-group-age.multiInput.has-error .row .col-sm-4:nth-of-type(3) .form-group.form-group-default {
    margin-bottom: 5px;
  }
}

.form-group-default:focus-within.advanced.has-error {
  border: 2px solid black !important;
}

/************************************ 
********* CHECKBOX ERRORS ***********
************************************/
.checkbox.has-error input[type=checkbox] + label::before {
  border-color: #000000;
  border-width: 2px;
  filter: drop-shadow(2px 2px 5px #000000);
}

.checkbox.has-error .field-validation-error {
  margin-left: 40px;
  margin-top: -15px;
  margin-bottom: 24px;
  width: auto !important;
}
.checkbox.has-error .field-validation-error span {
  background-image: url(../../images/circle-exclamation-solid-red.svg);
  background-size: 15px 15px;
  background-repeat: no-repeat;
  background-position: left 0px top 5px;
  display: inline-block;
  padding: 0px 25px;
  border-radius: 5px;
}

/********************************* 
********* RADIO ERRORS ***********
**********************************/
.radio.has-error input[type=radio] + label::before {
  border-color: #D80811;
  background-color: #D80811;
}

/********************************* 
********* SELECT ERRORS ***********
**********************************/
.provdropdown.has-error .text-danger {
  margin-top: 0px;
}

/********************************* 
********* FIELDSET ERRORS ***********
**********************************/
fieldset,
fieldset#ageSet {
  background: rgba(255, 255, 255, 0);
  transition: background 0.5s ease-in-out;
  padding: 0px;
}
fieldset.has-error,
fieldset#ageSet.has-error {
  background: rgb(255, 255, 255);
  padding: 7px;
  border-radius: 5px;
  border: 1px solid #D80811 !important;
  transition: border-width 0.5s linear;
}
fieldset.has-error .form-group-default,
fieldset#ageSet.has-error .form-group-default {
  margin-bottom: 25px;
}
fieldset.has-error .row.errors,
fieldset#ageSet.has-error .row.errors {
  margin-top: -20px;
}

/*--------------------------------
FORM BUTTONS
--------------------------------*/
.button {
  position: relative;
  display: inline-block;
  background-color: #757575;
  border-radius: 7px;
  color: black;
  cursor: pointer;
  line-height: 1.16;
  outline: none;
  overflow: hidden;
  -webkit-transition-duration: 0.3s; /* Safari */
  transition-duration: 0.3s;
  padding: 7px 20px;
  text-align: center;
  text-decoration: none;
}
.button:hover, .button:active, .button:focus {
  background-color: #999999;
  text-decoration: none;
  transition: all 0.3s;
}
.button .fa, .button .fas {
  /*background-image: url(scss/spinner-solid.svg);
  background-size: 25px 25px;
  background-position: center center;
  background-repeat: no-repeat;*/
}
.button .spinner {
  margin-top: -5px;
  padding-right: 15px;
}
.button .spinner img {
  -webkit-animation: rotation 2s infinite linear;
  vertical-align: unset;
  margin-bottom: -5px;
}
@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}
.button.yellow {
  background-color: #FFEE00;
  font-family: Verdana, Geneva, sans-serif;
  color: #8A199C;
  font-size: 1.25rem;
  font-weight: bold;
  text-transform: uppercase;
  padding: 11px 22px;
  text-decoration: none;
  border: 2px solid #FFEE00;
  border-radius: 4px;
}
.button.yellow.small {
  font-size: 1rem;
  padding: 9px 16px;
}
.button.yellow:hover {
  color: #8A199C;
  background-color: white;
  text-decoration: none;
  border: 2px solid #fff;
  margin-bottom: 0px;
}
.button.yellow:focus {
  color: white;
  background-color: #8A199C;
  text-decoration: none;
  border: 2px solid #FFEE00;
  margin-bottom: 0px;
}
.button.yellow:active {
  color: #8A199C;
  background-color: #FFEE00;
  text-decoration: none;
  border: 2px solid #C31EDC;
  margin-bottom: 0px;
}
.button.red {
  background-color: #E81C2D;
  font-family: Verdana, Geneva, sans-serif;
  color: white;
  font-size: 1rem;
  font-weight: bold;
  text-transform: uppercase;
  padding: 9px 16px;
  text-decoration: none;
  border: 2px solid #E81C2D;
  border-radius: 4px;
}
.button.red:hover {
  color: #8A199C;
  background-color: white;
  text-decoration: none;
  border: 2px solid #fff;
  margin-bottom: 0px;
}
.button.red:focus {
  color: white;
  background-color: #8A199C;
  text-decoration: none;
  border: 2px solid #FFEE00;
  margin-bottom: 0px;
}
.button.red:active {
  color: #8A199C;
  background-color: #FFEE00;
  text-decoration: none;
  border: 2px solid #C31EDC;
  margin-bottom: 0px;
}

a.buttonWhite {
  border-radius: 7px;
  color: black;
  cursor: pointer;
  line-height: 1.16;
  outline: none;
  overflow: hidden;
  -webkit-transition-duration: 0.3s; /* Safari */
  transition-duration: 0.3s;
  background-color: #fff;
  font-family: Verdana, Geneva, sans-serif;
  color: #C31EDC;
  font-size: 1.563rem;
  font-weight: bold;
  text-transform: uppercase;
  padding: 10px 15px;
  text-decoration: none;
  border: 2px solid #fff;
}
a.buttonWhite:hover {
  color: #5C007B;
  text-decoration: none;
  border: 2px solid #fff;
}
a.buttonWhite:focus {
  color: white;
  background-color: #C31EDC;
  text-decoration: none;
  border: 2px solid #FFEE00;
}
a.buttonWhite:active {
  color: #C31EDC;
  background-color: #FFEE00;
  text-decoration: none;
  border: 2px solid #C31EDC;
}

.buttonWhiteTeal {
  border-radius: 7px;
  color: black;
  cursor: pointer;
  line-height: 1.16;
  outline: none;
  overflow: hidden;
  -webkit-transition-duration: 0.3s; /* Safari */
  transition-duration: 0.3s;
  background-color: #fff;
  font-family: Verdana, Geneva, sans-serif;
  color: #107943;
  font-size: 1.563rem;
  font-weight: bold;
  text-transform: uppercase;
  padding: 10px 25px;
  text-decoration: none;
  border: 2px solid #fff;
}
.buttonWhiteTeal:hover {
  color: #5C007B;
  text-decoration: none;
  border: 2px solid #fff;
}
.buttonWhiteTeal:focus {
  color: white;
  background-color: #C31EDC;
  text-decoration: none;
  border: 2px solid #FFEE00;
}
.buttonWhiteTeal:active {
  color: #C31EDC;
  background-color: #FFEE00;
  text-decoration: none;
  border: 2px solid #C31EDC;
}

/*--------------------------------
FORM CHECKBOXES
--------------------------------*/
input[type=checkbox],
input[type=checkbox]:focus,
.has-success input[type=checkbox]:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline: 0 !important;
}

.checkbox {
  margin-bottom: 0px;
  margin-top: 10px;
  min-height: 0;
  padding-left: 0;
}
.checkbox:focus-within label::before {
  border: 2px solid black !important;
  outline: 1px solid;
}
.checkbox .help-block {
  background-color: transparent;
  padding: 0;
}
.checkbox.has-error .help-block {
  border: none;
  background-color: transparent;
  font-size: 14px;
  padding-left: 20px;
}
@media screen and (max-width: 600px) {
  .checkbox.has-error .help-block {
    padding-left: 12px;
  }
}
.checkbox input[type=checkbox] {
  position: absolute;
  left: -999em;
  opacity: 1;
}
.checkbox label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 40px;
  margin-right: 15px;
  min-width: 17px;
  min-height: 48px;
  line-height: 19px;
  margin-bottom: 14px;
  color: white;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  transition: border 0.2s linear 0s, color 0.2s linear 0s;
}
@media screen and (max-width: 767px) {
  .checkbox label {
    font-size: 16px;
    line-height: 1.6;
  }
}
.checkbox label a {
  color: white;
  text-decoration: underline;
}
.checkbox label a:hover, .checkbox label a:focus {
  text-decoration: none;
  border-bottom: 2px solid white;
}
.checkbox label::before {
  -webkit-box-sizing: inherit;
  box-sizing: border-box;
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 10px;
  position: absolute;
  left: 0;
  background-color: #fff;
  top: 1.4px;
  border-radius: 5px;
  transition: border 0.2s linear 0s, color 0.2s linear 0s;
  border: 2px solid #757575;
}
.checkbox label::after {
  border-radius: 15px;
  display: inline-block;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 3.5px;
  top: 0;
  font-size: 11px;
  transition: border 0.2s linear 0s, color 0.2s linear 0s;
}
.checkbox input[type=checkbox]:checked + label::before {
  border-color: white;
  /*border-width: 12px;*/
  background-color: #C31EDC;
}
.checkbox input[type=checkbox]:not(:checked):focus ~ label::before {
  border: 2px solid #757575 !important;
}
.checkbox input[type=checkbox]:checked + label::after {
  content: "";
  background-image: url("../../images/mbd-icon-checkbox_white.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 28px 28px;
  position: absolute;
  display: block;
  transition: opacity 0.2s ease-in-out;
  cursor: pointer;
  z-index: 49;
  left: -3px;
  top: -1.5px;
  margin-top: 0px;
  width: 30px;
  height: 30px;
  opacity: 1;
}

.text-danger.checkbox-error {
  padding-left: 40px;
  margin-top: -15px;
  padding-bottom: 15px;
}

.multi-checkbox {
  margin-bottom: 0px;
  margin-top: 5px;
  min-height: 0;
  padding-left: 0;
}
.multi-checkbox .sgl-checkbox {
  margin-bottom: 10px;
}
.multi-checkbox input[type=checkbox] {
  position: absolute;
  left: -999em;
  opacity: 1;
}
.multi-checkbox label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 25px;
  margin-right: 15px;
  min-width: 17px;
  min-height: 17px;
  font-size: 22px;
  line-height: 1.5;
  margin-bottom: 0;
  color: #fff;
}
.multi-checkbox label::before {
  -webkit-box-sizing: inherit;
  box-sizing: border-box;
  content: "";
  display: inline-block;
  width: 17px;
  height: 17px;
  margin-right: 10px;
  position: absolute;
  left: 0;
  background-color: white;
  border: 1px solid #999999;
}
.multi-checkbox label a {
  color: white;
  text-decoration: underline;
}
.multi-checkbox label a:hover, .multi-checkbox label a:focus {
  text-decoration: none;
  border-bottom: 2px solid white;
}
.multi-checkbox label {
  transition: border 0.2s linear 0s, color 0.2s linear 0s;
}
.multi-checkbox label::before {
  top: 1.4px;
  border-radius: 3px;
  transition: border 0.2s linear 0s, color 0.2s linear 0s;
}
.multi-checkbox label::after {
  border-radius: 3px;
  display: inline-block;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 3.5px;
  top: 0;
  font-size: 11px;
  transition: border 0.2s linear 0s, color 0.2s linear 0s;
}
.multi-checkbox label a {
  color: white;
  text-decoration: underline;
}
.multi-checkbox label a:hover, .multi-checkbox label a:focus {
  text-decoration: none;
  border-bottom: 2px solid white;
}
.multi-checkbox input[type=checkbox]:checked + label::before {
  border-color: #fff;
  border-width: 8.5px;
}
.multi-checkbox input[type=checkbox]:checked + label::after {
  content: "";
  background-image: url("images/mbd-icon-checkbox_white.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 13px 13px;
  position: absolute;
  display: block;
  transition: opacity 0.2s ease-in-out;
  cursor: pointer;
  z-index: 49;
  left: 0.5px;
  top: 2px;
  margin-top: 0px;
  width: 16px;
  height: 16px;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .multi-checkbox input[type=checkbox]:checked + label::after {
    left: 0px;
    top: 2px;
    background-size: 20px 20px;
  }
}
.multi-checkbox.has-error input[type=checkbox] + label::before {
  border-color: #D80811;
  background-color: #fff;
}

/************************************************* 
********* STANDARD DROPDOWNS *********************
*************************************************/
select,
select:focus,
.has-success select:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline: 0 !important;
}

label[for=Input_Province]:after {
  /* content: "\f078 ";
  font-family: "Font Awesome 5 Free";
  color: white;
  position: absolute;
  right: 0;
  top: 18px;
  z-index: 1;
  width: 10%;
  height: 100%;
  pointer-events: none;*/
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select::-ms-expand {
  display: none;
}

select.form-control:not([size]):not([multiple]) {
  height: 25px;
  margin-top: -2px;
  background-image: url(../images/mbd-icon-arrow.svg);
  background-repeat: no-repeat;
  background-position: center right;
  padding: 0 30px 0 10px;
}
@media screen and (max-width: 991px) {
  select.form-control:not([size]):not([multiple]) {
    height: 35px;
  }
}

/************************************************* 
********* CUSTOMIZE SELECT 2 DROPDOWNS ***********
*************************************************/
.select2.select2-container {
  height: 25px;
  margin-top: -2px;
  padding: 0 30px 0 0px;
  width: auto;
  max-width: 100%;
}
@media screen and (max-width: 991px) {
  .select2.select2-container {
    height: 35px;
  }
}
.select2.select2-container.select2-container--default {
  width: 100% !important;
}
.select2.select2-container.select2-container--default.select2-container--open {
  width: 100% !important;
}
.select2.select2-container.select2-container--default .select2-selection--single {
  background-color: rgba(255, 255, 255, 0);
  border: 0px solid #aaa;
}
.select2.select2-container.select2-container--default .select2-selection--single:focus-visible {
  outline: 0px !important;
}
.select2.select2-container.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: none;
  border-style: solid;
  border-width: 0;
  background-image: url(../images/mbd-icon-arrow.svg);
  background-repeat: no-repeat;
  height: 15px;
  width: 18px;
  left: 0%;
  margin-left: 0px;
  margin-top: 0px;
  position: absolute;
  top: 0%;
  -webkit-transition: -webkit-transform 0.8s ease-in-out;
  -ms-transition: -ms-transform 0.8s ease-in-out;
  transition: transform 0.8s ease-in-out;
}
.select2.select2-container.select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-left: 0px;
}
.select2.select2-container.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: none;
  border-style: solid;
  border-width: 0;
  background-image: url(../images/mbd-icon-arrow.svg);
  background-repeat: no-repeat;
  transform: rotate(180deg);
  height: 15px;
  width: 18px;
  left: 0%;
  margin-left: 0px;
  margin-top: 0px;
  position: absolute;
  top: 0%;
  -webkit-transition: -webkit-transform 0.8s ease-in-out;
  -ms-transition: -ms-transform 0.8s ease-in-out;
  transition: transform 0.8s ease-in-out;
}

.select2-container.select2-container--default.select2-container--open .select2-dropdown .select2-results ul.select2-results__options {
  padding-left: 0px !important;
}

.select2-container--open .select2-dropdown--below {
  border-top: 1px solid #aaa;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: 1px solid #aaa;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #5C007B;
  color: white;
}

.select2-results__option--selectable {
  cursor: pointer;
}

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
  color: #757575;
}

/***********************************************************
*********** MULTI SELECT DROPDOWN WITH CHECKBOXES **********
***********************************************************/
.multi-select, .multi-select-plugin {
  display: inline-block;
  position: relative;
  width: 100%;
  outline: 0px;
}
.multi-select:focus, .multi-select:focus-visible, .multi-select-plugin:focus, .multi-select-plugin:focus-visible {
  outline: 0px;
}
.multi-select > span, .multi-select-plugin > span {
  border: none;
  background: none;
  position: relative;
  display: block;
  cursor: default;
  height: 25px;
  margin-top: -2px;
  background-image: url(../images/mbd-icon-arrow.svg);
  background-repeat: no-repeat;
  background-position: center right;
  padding: 0 30px 0 10px;
}
.multi-select > ul, .multi-select-plugin > ul {
  position: absolute;
  list-style: none;
  padding: 0;
  margin: 0;
  left: 0;
  top: 100%;
  min-width: 100%;
  z-index: 1000;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  display: none;
  max-height: 320px;
  overflow-x: hidden;
  overflow-y: auto;
}
.multi-select > ul > li, .multi-select-plugin > ul > li {
  white-space: nowrap;
}
.multi-select > ul > li label input[type=checkbox], .multi-select-plugin > ul > li label input[type=checkbox] {
  width: 15px;
  height: 15px;
  margin-right: 10px;
}
.multi-select > ul > li.selected > label, .multi-select-plugin > ul > li.selected > label {
  background-color: #999999;
}
.multi-select > ul > li.focused > label, .multi-select-plugin > ul > li.focused > label {
  background-color: #999999;
}
.multi-select > ul > li > label, .multi-select-plugin > ul > li > label {
  padding: 0.25em 0.5em;
  display: block;
}
.multi-select > ul > li > label:focus, .multi-select > ul > li > label:hover, .multi-select-plugin > ul > li > label:focus, .multi-select-plugin > ul > li > label:hover {
  background-color: #999999;
}
.multi-select.in > ul, .multi-select-plugin.in > ul {
  display: block;
}
.multi-select-backdrop, .multi-select-plugin-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 900;
}

/*--------------------------------
FORM TEXT INPUTS
--------------------------------*/
input,
textarea,
input[type=email],
input[type=tel],
input[type=text],
input:focus,
textarea:focus,
textarea:active,
input[type=email]:focus,
input[type=tel]:focus,
input[type=text]:focus,
.has-success input:focus,
.has-success textarea:focus,
.has-success textarea:active,
.has-success input[type=email]:focus,
.has-success input[type=tel]:focus,
.has-success input[type=text]:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline: 0 !important;
}

.form-group-default.textarea {
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
}
.form-group-default.textarea textarea {
  border: 0px;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: -5px;
}
.form-group-default.textarea label {
  padding-left: 12px;
}

/******** RULES TABLES ************/
/************ Draw table has no header but UPC table does.  For each row that needs a header on mobile add data header - for example: <td data-header="UPC: ">68200347448</td>
    and for each table header column add scope="col" for example: th scope="col"></th>
***************/
.drawtable,
.upctable,
.prizetable {
  min-width: 100%;
  border: 1px solid grey;
  margin-bottom: 20px;
}
.drawtable th, .drawtable td,
.upctable th,
.upctable td,
.prizetable th,
.prizetable td {
  padding: 0.5rem 1rem;
  color: white;
}
@media screen and (max-width: 992px) {
  .drawtable th, .drawtable tr, .drawtable td,
  .upctable th,
  .upctable tr,
  .upctable td,
  .prizetable th,
  .prizetable tr,
  .prizetable td {
    display: block;
  }
}

@media screen and (max-width: 992px) {
  .upctable th, .upctable tr, .upctable td,
  .prizetable th,
  .prizetable tr,
  .prizetable td {
    display: block;
  }
  .upctable td::before,
  .prizetable td::before {
    content: attr(data-header);
    font-weight: bold;
    display: inline-block;
    width: 100%;
    text-align: left;
    padding-right: 0%;
  }
  .upctable th[scope=col],
  .prizetable th[scope=col] {
    display: none;
  }
}

table, thead, tbody, tfoot, tr, td, th {
  border-collapse: collapse;
}

table > tr:nth-child(even),
tbody tr:nth-child(even) {
  background: rgba(255, 255, 255, 0.05);
}

table > tr:nth-child(odd),
tbody tr:nth-child(odd) {
  box-shadow: 0 -1px rgba(255, 255, 255, 0.1), 0 1px rgba(255, 255, 255, 0.1);
}
