/*
! tailwindcss v3.2.4 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
*/

html {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: scoutcond, HelveticaNeue, Helvetica Neue, Helvetica-Neue, Helvetica, Arial, sans-serif;
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
  display: none;
}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

.tw-container {
  width: 100%;
}

@media (min-width: 640px) {
  .tw-container {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .tw-container {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .tw-container {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .tw-container {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  .tw-container {
    max-width: 1536px;
  }
}

.tw-fixed {
  position: fixed;
}

.tw-absolute {
  position: absolute;
}

.tw-relative {
  position: relative;
}

.tw-inset-0 {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.tw-bottom-8 {
  bottom: 2rem;
}

.tw-left-0 {
  left: 0px;
}

.tw-right-0 {
  right: 0px;
}

.-tw-top-1 {
  top: -0.25rem;
}

.tw-top-1 {
  top: 0.25rem;
}

.tw-top-4 {
  top: 1rem;
}

.tw-right-4 {
  right: 1rem;
}

.tw-top-\[-1px\] {
  top: -1px;
}

.tw-bottom-0 {
  bottom: 0px;
}

.tw-bottom-2 {
  bottom: 0.5rem;
}

.tw-left-1\/2 {
  left: 50%;
}

.tw-z-\[600\] {
  z-index: 600;
}

.tw-z-10 {
  z-index: 10;
}

.tw-mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.tw-mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.tw-my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.tw-my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.tw-my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.tw-mb-4 {
  margin-bottom: 1rem;
}

.tw-mt-16 {
  margin-top: 4rem;
}

.tw-mt-4 {
  margin-top: 1rem;
}

.tw-mb-2 {
  margin-bottom: 0.5rem;
}

.tw-mb-8 {
  margin-bottom: 2rem;
}

.tw-ml-1 {
  margin-left: 0.25rem;
}

.tw-mt-3 {
  margin-top: 0.75rem;
}

.tw-ml-2 {
  margin-left: 0.5rem;
}

.tw-mb-12 {
  margin-bottom: 3rem;
}

.tw-mb-1 {
  margin-bottom: 0.25rem;
}

.tw-mt-8 {
  margin-top: 2rem;
}

.tw-block {
  display: block;
}

.tw-inline-block {
  display: inline-block;
}

.tw-flex {
  display: flex;
}

.tw-grid {
  display: grid;
}

.tw-hidden {
  display: none;
}

.tw-h-8 {
  height: 2rem;
}

.tw-h-6 {
  height: 1.5rem;
}

.tw-h-4 {
  height: 1rem;
}

.tw-h-full {
  height: 100%;
}

.tw-h-2\/3 {
  height: 66.666667%;
}

.tw-h-32 {
  height: 8rem;
}

.tw-max-h-\[500px\] {
  max-height: 500px;
}

.tw-min-h-\[85vh\] {
  min-height: 85vh;
}

.tw-min-h-full {
  min-height: 100%;
}

.tw-min-h-\[70px\] {
  min-height: 70px;
}

.tw-w-8 {
  width: 2rem;
}

.tw-w-full {
  width: 100%;
}

.tw-w-6 {
  width: 1.5rem;
}

.tw-w-4 {
  width: 1rem;
}

.tw-w-auto {
  width: auto;
}

.tw-w-1\/2 {
  width: 50%;
}

.tw-w-32 {
  width: 8rem;
}

.tw-max-w-3xl {
  max-width: 48rem;
}

.tw-max-w-full {
  max-width: 100%;
}

.tw-shrink-0 {
  flex-shrink: 0;
}

.tw-basis-1\/4 {
  flex-basis: 25%;
}

.tw-basis-3\/4 {
  flex-basis: 75%;
}

.-tw-rotate-90 {
  --tw-rotate: -90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.tw-rotate-0 {
  --tw-rotate: 0deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.tw-transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.tw-grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.tw-flex-row {
  flex-direction: row;
}

.tw-flex-col {
  flex-direction: column;
}

.tw-items-end {
  align-items: flex-end;
}

.tw-items-center {
  align-items: center;
}

.tw-justify-end {
  justify-content: flex-end;
}

.tw-justify-center {
  justify-content: center;
}

.tw-gap-4 {
  gap: 1rem;
}

.tw-overflow-hidden {
  overflow: hidden;
}

.tw-overflow-y-auto {
  overflow-y: auto;
}

.tw-rounded-lg {
  border-radius: 0.5rem;
}

.tw-rounded-full {
  border-radius: 9999px;
}

.tw-rounded {
  border-radius: 0.25rem;
}

.tw-rounded-tl-lg {
  border-top-left-radius: 0.5rem;
}

.tw-rounded-tr-lg {
  border-top-right-radius: 0.5rem;
}

.tw-border-0 {
  border-width: 0px;
}

.tw-bg-tfg-orange {
  --tw-bg-opacity: 1;
  background-color: rgb(255 163 18 / var(--tw-bg-opacity));
}

.tw-bg-tfg-pink {
  --tw-bg-opacity: 1;
  background-color: rgb(255 56 103 / var(--tw-bg-opacity));
}

.tw-bg-tfg-green {
  --tw-bg-opacity: 1;
  background-color: rgb(41 209 140 / var(--tw-bg-opacity));
}

.tw-bg-tfg-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(0 106 240 / var(--tw-bg-opacity));
}

.tw-bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.tw-bg-tfg-gray {
  --tw-bg-opacity: 1;
  background-color: rgb(77 77 77 / var(--tw-bg-opacity));
}

.tw-bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.tw-bg-tfg-pale {
  --tw-bg-opacity: 1;
  background-color: rgb(240 237 248 / var(--tw-bg-opacity));
}

.tw-bg-gray-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity));
}

.tw-bg-tfg-darkgray {
  --tw-bg-opacity: 1;
  background-color: rgb(53 53 53 / var(--tw-bg-opacity));
}

.tw-bg-opacity-75 {
  --tw-bg-opacity: 0.75;
}

.tw-bg-gradient-to-t {
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}

.tw-from-black {
  --tw-gradient-from: #000;
  --tw-gradient-to: rgb(0 0 0 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.tw-to-transparent {
  --tw-gradient-to: transparent;
}

.tw-fill-tfg-orange {
  fill: #FFA312;
}

.tw-fill-tfg-pink {
  fill: #FF3867;
}

.tw-fill-tfg-green {
  fill: #29D18C;
}

.tw-fill-tfg-blue {
  fill: #006AF0;
}

.tw-fill-white {
  fill: #fff;
}

.tw-fill-black {
  fill: #000;
}

.tw-stroke-white {
  stroke: #fff;
}

.tw-object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.tw-p-2 {
  padding: 0.5rem;
}

.tw-p-4 {
  padding: 1rem;
}

.tw-p-8 {
  padding: 2rem;
}

.tw-py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.tw-px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.tw-py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.tw-px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.tw-py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.tw-px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.tw-px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.tw-py-0\.5 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}

.tw-px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.tw-py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.tw-pb-16 {
  padding-bottom: 4rem;
}

.tw-pt-12 {
  padding-top: 3rem;
}

.tw-pr-8 {
  padding-right: 2rem;
}

.tw-pl-2 {
  padding-left: 0.5rem;
}

.tw-pb-12 {
  padding-bottom: 3rem;
}

.tw-pt-2 {
  padding-top: 0.5rem;
}

.tw-pb-2 {
  padding-bottom: 0.5rem;
}

.tw-pl-4 {
  padding-left: 1rem;
}

.tw-pt-20 {
  padding-top: 5rem;
}

.tw-pr-4 {
  padding-right: 1rem;
}

.tw-pt-8 {
  padding-top: 2rem;
}

.tw-pr-2 {
  padding-right: 0.5rem;
}

.tw-text-left {
  text-align: left;
}

.tw-text-center {
  text-align: center;
}

.tw-text-right {
  text-align: right;
}

.tw-font-alt {
  font-family: Oswald, HelveticaNeue, Helvetica Neue, Helvetica-Neue, Helvetica, Arial, sans-serif;
}

.tw-font-sans {
  font-family: scoutcond, HelveticaNeue, Helvetica Neue, Helvetica-Neue, Helvetica, Arial, sans-serif;
}

.tw-text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.tw-text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.tw-text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.tw-text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

.tw-text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.tw-text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.tw-text-5xl {
  font-size: 3rem;
  line-height: 1;
}

.tw-text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.tw-text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

.tw-font-bold {
  font-weight: 700;
}

.tw-font-normal {
  font-weight: 400;
}

.tw-uppercase {
  text-transform: uppercase;
}

.tw-leading-none {
  line-height: 1;
}

.tw-tracking-wider {
  letter-spacing: 0.05em;
}

.tw-tracking-widest {
  letter-spacing: 0.1em;
}

.tw-text-tfg-orange {
  --tw-text-opacity: 1;
  color: rgb(255 163 18 / var(--tw-text-opacity));
}

.tw-text-tfg-pink {
  --tw-text-opacity: 1;
  color: rgb(255 56 103 / var(--tw-text-opacity));
}

.tw-text-tfg-green {
  --tw-text-opacity: 1;
  color: rgb(41 209 140 / var(--tw-text-opacity));
}

.tw-text-tfg-blue {
  --tw-text-opacity: 1;
  color: rgb(0 106 240 / var(--tw-text-opacity));
}

.tw-text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.tw-text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}

.tw-no-underline {
  text-decoration-line: none;
}

.tw-opacity-30 {
  opacity: 0.3;
}

.tw-opacity-70 {
  opacity: 0.7;
}

.tw-opacity-90 {
  opacity: 0.9;
}

.tw-opacity-50 {
  opacity: 0.5;
}

.tw-shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.tw-transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.tw-transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

/** Plyr **/

/** End Plyr **/

:root {
  --plyr-color-main: #006af0;
  --plyr-video-control-color: #fff;
}

.plyr--video.plyr--paused .plyr__control--overlaid,
.plyr--video.plyr--stopped .plyr__control--overlaid {
  --tw-bg-opacity: 1;
  background-color: rgb(0 106 240 / var(--tw-bg-opacity));
}

p {
  margin: 0.85em 0;
}

.splide {
  height: 100%;
  max-width: 100%;
}

.splide video {
  aspect-ratio: 16 / 9;
  width: 100%;
  max-width: 100%;
}

/** Flywheel **/

.flywheel {
  position: relative;
  width: 319px;
  margin: 0 auto;
}

.flywheel--text {
  font-size: 11px;
  line-height: 1.1;
  display: block;
  color: #777;
  transform: translateY(0);
  transition:
        color 0.5s,
        transform 0.5s;
}

.flywheel img {
  max-width: 100%;
  height: auto;
}

.flywheel--bg {
  position: relative;
  z-index: 0;
}

.flywheel--point {
  position: absolute;
  width: 22%;
  top: 0;
  left: 0;
  color: #010101;
  text-align: center;
  cursor: pointer;
}

.flywheel--hover {
  display: block;
  opacity: 0;
  background: #326feb;
  color: #fff;
  padding: 10px;
  position: relative;
  top: -22px;
  width: 250%;
  left: -75%;
  z-index: 19;
  transform: translateY(10px);
  transition:
        opacity 0.5s,
        transform 0.5s;
  font-size: 13px;
  line-height: 1.5;
}

.flywheel--point-2 .flywheel--hover,
.flywheel--point-5 .flywheel--hover {
  left: 0;
}

.flywheel--point-3 .flywheel--hover,
.flywheel--point-4 .flywheel--hover {
  left: -140%;
}

.flywheel--point:hover .flywheel--hover {
  opacity: 1;
  transform: translateY(-5px);
}

.flywheel--point:hover .flywheel--text {
  color: #010101;
  transform: translateY(-5px);
}

.flywheel--point:hover .flywheel--pulse {
  transform: translateY(5px);
}

.flywheel--pulse {
  margin: 10px auto;
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #326feb;
  cursor: pointer;
  transform: translateY(0px);
  transition: transform 0.5s;
  box-shadow: 0 0 0 rgba(78, 139, 237, 0.4);
  animation: pulse 2s infinite;
}

.flywheel--pulse:hover {
  animation: none;
}

.flywheel--pulse.flywheel--pulse-white {
  background: #fff;
  animation: pulse-white 2s infinite;
  box-shadow: 0 0 0 rgba(255, 255, 255, 0.4);
}

.flywheel--point-1 {
  top: 4%;
  left: 38.5%;
}

.flywheel--point-2 {
  top: 28%;
  left: 0%;
}

.flywheel--point-3 {
  top: 28%;
  left: 78%;
}

.flywheel--point-4 {
  top: 75%;
  left: 63%;
}

.flywheel--point-5 {
  top: 75%;
  left: 17%;
}

.flywheel--point-centre {
  top: 40.5%;
  left: 39%;
}

.flywheel--point-centre .flywheel--hover {
  border: 1px solid white;
  position: absolute;
  top: 0;
}

@media (min-width: 600px) {
  .flywheel {
    width: 550px;
  }

  .flywheel--text {
    font-size: 16px;
    line-height: 1.2;
  }

  .flywheel--point-1 {
    left: 39%;
  }

  .flywheel--point-2 {
    top: 33%;
    left: 0%;
  }

  .flywheel--point-3 {
    top: 33%;
    left: 77%;
  }

  .flywheel--point-4 {
    top: 77%;
    left: 63%;
  }

  .flywheel--point-5 {
    top: 77%;
    left: 16%;
  }

  .flywheel--point-centre {
    top: 43.5%;
    left: 39%;
  }

  .flywheel--hover {
    position: relative;
    top: -22px;
    width: 130%;
    left: -15%;
    font-size: 13px;
    line-height: 1.5;
  }

  .flywheel--point-2 .flywheel--hover,
    .flywheel--point-5 .flywheel--hover {
    left: -15%;
  }

  .flywheel--point-3 .flywheel--hover,
    .flywheel--point-4 .flywheel--hover {
    left: -15%;
  }
}

@media (min-width: 1028px) {
  .flywheel {
    width: 680px;
  }

  .flywheel--text {
    font-size: 20px;
    line-height: 1.1;
  }

  .flywheel--pulse {
    width: 22px;
    height: 22px;
  }

  .flywheel--point-2 {
    top: 31%;
    left: 0%;
  }

  .flywheel--point-3 {
    top: 31%;
    left: 77%;
  }

  .flywheel--hover {
    width: 100%;
    left: 0;
    top: -40px;
  }

  .flywheel--point-2 .flywheel--hover,
    .flywheel--point-5 .flywheel--hover {
    left: 0;
  }

  .flywheel--point-3 .flywheel--hover,
    .flywheel--point-4 .flywheel--hover {
    left: 0;
  }
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(78, 139, 237, 0.4);
  }

  70% {
    box-shadow: 0 0 0 10px rgba(78, 139, 237, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(78, 139, 237, 0);
  }
}

@keyframes pulse-white {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }

  70% {
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

#top.avia-blank #wrap_all {
  vertical-align: top;
}

#top div .avia-gallery img {
  border-style: none;
}

.page-id-304 .avia-tooltip {
  display: none !important;
}

#ie-type {
  min-height: 220px;
  font-size: 30px;
  color: #fff !important;
}

#fullwidthsection .container {
  width: 100% !important;
  max-width: none !important;
  padding: 0 20px !important;
}

#media_sort_items {
  overflow: hidden;
  display: flex;
  justify-content: center;
}

#media_sort_items a {
  border: 2px solid #326feb;
  color: #326feb;
  font-family: "scout", "HelveticaNeue", "Helvetica Neue", "Helvetica-Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
  padding: 3px 20px;
  text-transform: uppercase;
  display: inline-flex;
  margin: 20px 0;
  text-decoration: none;
}

#media_sort_items a.active {
  background-color: #326feb;
  color: white;
}

#media_sort_items a:first-child {
  border-left: 2px solid #326feb;
}

#media_sort_items.white a {
  border: 2px solid white;
  color: white;
}

#media_sort_items.white a:first-child {
  border-left: 2px solid white;
}

#media_sort_items.white a.active {
  background-color: white;
  color: #326feb;
}

.tl-wrapper {
  margin: 20px auto;
  overflow: hidden;
  clear: both;
  width: 100%;
}

.tl-wrapper .tl-block {
  width: 50%;
}

.tl-wrapper .tl-block.block-right {
  float: right;
  width: 45%;
  text-align: right;
}

/** Ranking **/

.accordion-title.has-detail {
  cursor: pointer;
}

.accordion-title .arrow {
  display: none;
}

.accordion-title.has-detail .arrow {
  position: relative;
  display: block;
}

.accordion-title .arrow {
  --tw-rotate: -90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.accordion-title .accordion-detail {
  display: none;
}

.accordion-title.active .accordion-detail {
  display: flex;
}

.accordion-title.active .arrow {
  left: -0.5rem;
  --tw-rotate: 0deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.ranking {
}

.ranking .counter {
  display: none;
}

.ranking .detail {
  display: none;
}

.ranking:hover .detail {
  display: block;
}

.rankings-form-modal {
  display: none;
}

.rankings-form-modal.active {
  display: block;
}

.footer-form {
  font-family: scoutcond, HelveticaNeue, Helvetica Neue, Helvetica-Neue, Helvetica, Arial, sans-serif;
}

.footer-form legend,
.footer-form label,
#top .footer-form legend,
#top .footer-form label,
.rankings-form legend,
.rankings-form label,
#top .rankings-form legend,
#top .rankings-form label {
  width: 100%;
  text-align: left;
  font-size: 1.25rem;
  line-height: 1.75rem;
  text-transform: uppercase;
}

.footer-form input,
.footer-form input[type="text"],
.footer-form select,
#top .footer-form input,
#top .footer-form input[type="text"],
#top .footer-form select,
#top .footer-form textarea,
.rankings-form-modal input,
.rankings-form-modal input[type="text"],
.rankings-form-modal select,
#top .rankings-form-modal input,
#top .rankings-form-modal input[type="text"],
#top .rankings-form-modal select,
#top .rankings-form-modal textarea {
  font-family: Oswald, HelveticaNeue, Helvetica Neue, Helvetica-Neue, Helvetica, Arial, sans-serif;
}

#top .footer-form button[data-label-select="Select All"] {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}

.ranking-switch {
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  text-align: center;
  font-family: scoutcond, HelveticaNeue, Helvetica Neue, Helvetica-Neue, Helvetica, Arial, sans-serif;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}

.ranking-switch.active {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.lead-rank,
.subranking-desc,
.subranking-block {
  display: none;
}

.lead-rank.active,
.subranking-desc.active,
.subranking-block.active {
  display: block;
}

a.subrank-switcher {
  display: flex;
}

.subrank-switcher.active {
  --tw-text-opacity: 1;
  color: rgb(255 56 103 / var(--tw-text-opacity));
  text-decoration-line: none;
}

.tw-colour-green .subrank-switcher.active {
  --tw-text-opacity: 1;
  color: rgb(41 209 140 / var(--tw-text-opacity));
}

.tw-colour-orange .subrank-switcher.active {
  --tw-text-opacity: 1;
  color: rgb(255 163 18 / var(--tw-text-opacity));
}

.tw-colour-blue .subrank-switcher.active {
  --tw-text-opacity: 1;
  color: rgb(0 106 240 / var(--tw-text-opacity));
}

.subrank-switcher svg {
  top: -1px;
  fill: #000;
}

.subrank-switcher.active svg {
  fill: #FF3867;
}

.tw-colour-green .subrank-switcher.active svg {
  fill: #29D18C;
}

.tw-colour-orange .subrank-switcher.active svg {
  fill: #FFA312;
}

.tw-colour-blue .subrank-switcher.active svg {
  fill: #006AF0;
}

.trending-block {
  position: relative;
}

.trending-block .detail {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 10;
  height: 66.666667%;
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
  --tw-gradient-from: #000;
  --tw-gradient-to: rgb(0 0 0 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: transparent;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  opacity: 0.9;
}

.trending-block .detail .title {
}

.trending-block .detail .label,
.trending-block .detail .description,
.trending-block .detail .link {
  display: none;
}

.trending-block:hover .detail .label,
.trending-block:hover .detail .link {
  display: block;
}

@media (min-width: 768px) {
  .trending-block:hover .detail .description {
    display: block;
  }
}

.avia_transform a.trending-block .image-overlay,
.avia_transform a.trending-block:hover .image-overlay {
  display: none !important;
}

.splide__pagination__page {
  --tw-bg-opacity: 1;
  background-color: rgb(203 213 225 / var(--tw-bg-opacity));
}

.splide__pagination__page.is-active {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.splide__arrows {
  position: absolute;
  bottom: 0.5rem;
  left: 50%;
  margin-left: -4rem;
  width: 8rem;
}

.categories-summary p {
  margin-top: 0px;
}

#top #wrap_all .all_colors #video-carousel h3 {
  font-weight: 700;
}

table.ranking-table {
  position: relative;
  margin-bottom: 0.5rem;
  width: 100%;
  border-radius: 0.5rem;
  border-width: 0px;
  text-align: left;
  z-index: 2;
}

table.ranking-table thead {
  --tw-text-opacity: 1;
  color: rgb(77 77 77 / var(--tw-text-opacity));
}

table.ranking-table th,
table.ranking-table td {
  border-style: none;
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

table.ranking-table th {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  font-size: 0.75rem;
  line-height: 1rem;
}

table.ranking-table th:first-child {
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
  padding-left: 0.5rem;
}

table.ranking-table th:last-child {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  padding-right: 0.5rem;
}

table.ranking-table td {
  --tw-bg-opacity: 1;
  background-color: rgb(53 53 53 / var(--tw-bg-opacity));
  font-size: 0.875rem;
  line-height: 1.25rem;
}

@media (min-width: 768px) {
  table.ranking-table td {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media (min-width: 1024px) {
  table.ranking-table td {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

table.ranking-table td:first-child {
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
  padding-left: 0.5rem;
}

table.ranking-table td:last-child {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  padding-right: 0.5rem;
}

table.ranking-table tr.odd td {
  background-color: transparent;
}

table.ranking-table tr.expanded-display {
  display: none;
}

.ranking-table-block.expanded table.ranking-table tr.expanded-display {
  display: table-row;
}

.ranking-table-block.expanded:after {
  content: "";
  z-index: 0;
  position: absolute;
  bottom: 0px;
  left: 0px;
  display: block;
  height: 8rem;
  width: 100%;
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
  --tw-gradient-from: #000;
  --tw-gradient-to: rgb(0 0 0 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: transparent;
}

a.table-request-rankings {
  position: relative;
  z-index: 20;
  font-size: 0.75rem;
  line-height: 1rem;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  text-decoration-line: none;
  opacity: 0.5;
}

a.table-request-rankings:hover {
  text-decoration-line: underline;
}

.ranking-table-block.expanded a.table-request-rankings .request-icon {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.headlines {
  margin-bottom: 1rem;
}

.headlines .headline-copy {
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
  .headlines .headline-copy p {
    display: none;
  }
}

.headlines .headline-copy p:first-child {
  display: block;
}

.headlines.expanded .headline-copy p {
  display: block;
}

.headlines a.expand-headline {
  display: none;
  font-size: 0.875rem;
  line-height: 1.25rem;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .headlines a.expand-headline {
    display: block;
  }
}

.headlines.expanded a.expand-headline {
  display: none;
}

#top select#rk-mobile-nav {
  font-family: Oswald, HelveticaNeue, Helvetica Neue, Helvetica-Neue, Helvetica, Arial, sans-serif;
}

.ranking-last-updated {
  margin: 0.25rem;
  text-align: center;
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

/** .page-template-individual-ranking #header_main {
    @apply tw-border-b-0;
}
.page-template-individual-ranking .header_color .header_bg {
    @apply tw-bg-black tw-text-white;
}
.page-template-individual-ranking .header_color .main_menu ul:first-child > li > a {
    @apply tw-text-white;
} **/

.hover\:tw-underline:hover {
  text-decoration-line: underline;
}

.hover\:tw-no-underline:hover {
  text-decoration-line: none;
}

@media (min-width: 640px) {
  .sm\:tw-my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .sm\:tw-w-full {
    width: 100%;
  }

  .sm\:tw-max-w-4xl {
    max-width: 56rem;
  }

  .sm\:tw-items-center {
    align-items: center;
  }

  .sm\:tw-p-0 {
    padding: 0px;
  }

  .sm\:tw-p-4 {
    padding: 1rem;
  }
}

@media (min-width: 768px) {
  .md\:tw-mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .md\:tw-mb-0 {
    margin-bottom: 0px;
  }

  .md\:tw-mt-12 {
    margin-top: 3rem;
  }

  .md\:tw-block {
    display: block;
  }

  .md\:tw-hidden {
    display: none;
  }

  .md\:tw-min-h-\[18rem\] {
    min-height: 18rem;
  }

  .md\:tw-w-2\/3 {
    width: 66.666667%;
  }

  .md\:tw-w-1\/3 {
    width: 33.333333%;
  }

  .md\:tw-w-1\/2 {
    width: 50%;
  }

  .md\:tw-flex-none {
    flex: none;
  }

  .md\:tw-shrink-0 {
    flex-shrink: 0;
  }

  .md\:tw-grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .md\:tw-flex-row {
    flex-direction: row;
  }

  .md\:tw-p-0 {
    padding: 0px;
  }

  .md\:tw-p-4 {
    padding: 1rem;
  }

  .md\:tw-px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .md\:tw-px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .md\:tw-py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .md\:tw-pr-8 {
    padding-right: 2rem;
  }

  .md\:tw-pl-4 {
    padding-left: 1rem;
  }

  .md\:tw-pr-12 {
    padding-right: 3rem;
  }

  .md\:tw-pt-0 {
    padding-top: 0px;
  }

  .md\:tw-pl-8 {
    padding-left: 2rem;
  }

  .md\:tw-text-left {
    text-align: left;
  }

  .md\:tw-text-7xl {
    font-size: 4rem;
    line-height: 0.85em;
    letter-spacing: 0.05em;
  }

  .md\:tw-text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .lg\:tw-mt-6 {
    margin-top: 1.5rem;
  }

  .lg\:tw-min-h-\[12rem\] {
    min-height: 12rem;
  }

  .lg\:tw-w-1\/2 {
    width: 50%;
  }

  .lg\:tw-w-3\/4 {
    width: 75%;
  }

  .lg\:tw-w-1\/4 {
    width: 25%;
  }

  .lg\:tw-pl-4 {
    padding-left: 1rem;
  }
}

@media (min-width: 1280px) {
  .xl\:tw-mt-8 {
    margin-top: 2rem;
  }

  .xl\:tw-min-h-\[8rem\] {
    min-height: 8rem;
  }

  .xl\:tw-pl-6 {
    padding-left: 1.5rem;
  }
}
