/*! tailwindcss v2.2.7 | MIT License | https://tailwindcss.com */

/*! modern-normalize v1.1.0 | MIT License | https://github.com/sindresorhus/modern-normalize */

/*
Document
========
*/

/**
Use a better box model (opinionated).
*/

*,
::before,
::after {
    box-sizing: border-box;
}
audio {
    width: 150px;
    height: 25px;
}

/**
Use a more readable tab size (opinionated).
*/

html {
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
}

/**
1. Correct the line height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
*/

html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/*
Sections
========
*/

/**
Remove the margin in all browsers.
*/

body {
    margin: 0;
}

/**
Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
*/

body {
    font-family: system-ui, -apple-system,
        /* Firefox supports this but not yet `system-ui` */ "Segoe UI", Roboto,
        Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
}

/*
Grouping content
================
*/

/**
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)
*/

hr {
    height: 0;
    /* 1 */
    color: inherit;
    /* 2 */
}

/*
Text-level semantics
====================
*/

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

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

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

b,
strong {
    font-weight: bolder;
}

/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
    font-family: ui-monospace, SFMono-Regular, Consolas, "Liberation Mono",
        Menlo, 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;
}

/*
Tabular data
============
*/

/**
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)
*/

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

/*
Forms
=====
*/

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

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

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

button,
select {
    /* 1 */
    text-transform: none;
}

/**
Correct the inability to style clickable types in iOS and Safari.
*/

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

/**
Remove the inner border and padding in Firefox.
*/

::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
Restore the focus styles unset by the previous rule.
*/

:-moz-focusring {
    outline: 1px dotted ButtonText;
}

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

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

/**
Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
*/

legend {
    padding: 0;
}

/**
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 */
}

/*
Interactive
===========
*/

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

summary {
    display: list-item;
}

/**
 * Manually forked from SUIT CSS Base: https://github.com/suitcss/base
 * A thin layer on top of normalize.css that provides a starting point more
 * suitable for web applications.
 */

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

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

button {
    background-color: transparent;
    background-image: none;
}

fieldset {
    margin: 0;
    padding: 0;
}

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

/**
 * Tailwind custom reset styles
 */

/**
 * 1. Use the user's configured `sans` font-family (with Tailwind's default
 *    sans-serif font stack as a fallback) as a sane default.
 * 2. Use Tailwind's default "normal" line-height so the user isn't forced
 *    to override it to ensure consistency even when using the default theme.
 */

html {
    font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,
        "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif,
        "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",
        "Noto Color Emoji";
    /* 1 */
    line-height: 1.5;
    /* 2 */
}

/**
 * Inherit font-family and line-height from `html` so users can set them as
 * a class directly on the `html` element.
 */

body {
    font-family: inherit;
    line-height: inherit;
}

/**
 * 1. Prevent padding and border from affecting element width.
 *
 *    We used to set this in the html element and inherit from
 *    the parent element for everything else. This caused issues
 *    in shadow-dom-enhanced elements like <details> where the content
 *    is wrapped by a div with box-sizing set to `content-box`.
 *
 *    https://github.com/mozdevs/cssremedy/issues/4
 *
 *
 * 2. Allow adding a border to an element by just adding a border-width.
 *
 *    By default, the way the browser specifies that an element should have no
 *    border is by setting it's border-style to `none` in the user-agent
 *    stylesheet.
 *
 *    In order to easily add borders to elements by just setting the `border-width`
 *    property, we change the default border-style for all elements to `solid`, and
 *    use border-width to hide them instead. This way our `border` utilities only
 *    need to set the `border-width` property instead of the entire `border`
 *    shorthand, making our border utilities much more straightforward to compose.
 *
 *    https://github.com/tailwindcss/tailwindcss/pull/116
 */

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

/*
 * Ensure horizontal rules are visible by default
 */

hr {
    border-top-width: 1px;
}

/**
 * Undo the `border-style: none` reset that Normalize applies to images so that
 * our `border-{width}` utilities have the expected effect.
 *
 * The Normalize reset is unnecessary for us since we default the border-width
 * to 0 on all elements.
 *
 * https://github.com/tailwindcss/tailwindcss/issues/362
 */

img {
    border-style: solid;
}

textarea {
    resize: vertical;
}

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

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    opacity: 1;
    color: #9ca3af;
}

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

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

table {
    border-collapse: collapse;
}

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;
}

/**
 * Reset form element properties that are easy to forget to
 * style explicitly so you don't inadvertently introduce
 * styles that deviate from your design system. These styles
 * supplement a partial reset that is already applied by
 * normalize.css.
 */

button,
input,
optgroup,
select,
textarea {
    padding: 0;
    line-height: inherit;
    color: inherit;
}

/**
 * Use the configured 'mono' font family for elements that
 * are expected to be rendered with a monospace font, falling
 * back to the system monospace stack if there is no configured
 * 'mono' font family.
 */

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

/**
 * 1. Make replaced elements `display: block` by default as that's
 *    the behavior you want almost all of the time. Inspired by
 *    CSS Remedy, with `svg` added as well.
 *
 *    https://github.com/mozdevs/cssremedy/issues/14
 * 
 * 2. Add `vertical-align: middle` to align replaced elements more
 *    sensibly by default when overriding `display` by adding a
 *    utility like `inline`.
 *
 *    This can trigger a poorly considered linting error in some
 *    tools but is included by design.
 * 
 *    https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210
 */

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;
}

/**
 * Ensure the default browser behavior of the `hidden` attribute.
 */

[hidden] {
    display: none;
}

*,
::before,
::after {
    --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-transform: translateX(var(--tw-translate-x))
        translateY(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-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-blur: var(--tw-empty, /*!*/ /*!*/);
    --tw-brightness: var(--tw-empty, /*!*/ /*!*/);
    --tw-contrast: var(--tw-empty, /*!*/ /*!*/);
    --tw-grayscale: var(--tw-empty, /*!*/ /*!*/);
    --tw-hue-rotate: var(--tw-empty, /*!*/ /*!*/);
    --tw-invert: var(--tw-empty, /*!*/ /*!*/);
    --tw-saturate: var(--tw-empty, /*!*/ /*!*/);
    --tw-sepia: var(--tw-empty, /*!*/ /*!*/);
    --tw-drop-shadow: var(--tw-empty, /*!*/ /*!*/);
    --tw-filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast)
        var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert)
        var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

@font-face {
    font-family: "Inter";

    font-style: normal;

    font-weight: 100;

    src: url("../fonts/Inter/inter-v3-latin-100.woff2") format("woff2"),
        url("../fonts/Inter/inter-v3-latin-100.woff") format("woff");
}

@font-face {
    font-family: "Inter";

    font-style: normal;

    font-weight: 200;

    src: url("../fonts/Inter/inter-v3-latin-200.woff2") format("woff2"),
        url("../fonts/Inter/inter-v3-latin-200.woff") format("woff");
}

@font-face {
    font-family: "Inter";

    font-style: normal;

    font-weight: 300;

    src: url("../fonts/Inter/inter-v3-latin-300.woff2") format("woff2"),
        url("../fonts/Inter/inter-v3-latin-300.woff") format("woff");
}

@font-face {
    font-family: "Inter";

    font-style: normal;

    font-weight: 400;

    src: url("../fonts/Inter/inter-v3-latin-regular.woff2") format("woff2"),
        url("../fonts/Inter/inter-v3-latin-regular.woff") format("woff");
}

@font-face {
    font-family: "Inter";

    font-style: normal;

    font-weight: 500;

    src: url("../fonts/Inter/inter-v3-latin-500.woff2") format("woff2"),
        url("../fonts/Inter/inter-v3-latin-500.woff") format("woff");
}

@font-face {
    font-family: "Inter";

    font-style: normal;

    font-weight: 600;

    src: url("../fonts/Inter/inter-v3-latin-600.woff2") format("woff2"),
        url("../fonts/Inter/inter-v3-latin-600.woff") format("woff");
}

@font-face {
    font-family: "Inter";

    font-style: normal;

    font-weight: 700;

    src: url("../fonts/Inter/inter-v3-latin-700.woff2") format("woff2"),
        url("../fonts/Inter/inter-v3-latin-700.woff") format("woff");
}

@font-face {
    font-family: "Inter";

    font-style: normal;

    font-weight: 800;

    src: url("../fonts/Inter/inter-v3-latin-800.woff2") format("woff2"),
        url("../fonts/Inter/inter-v3-latin-800.woff") format("woff");
}

@font-face {
    font-family: "Inter";

    font-style: normal;

    font-weight: 900;

    src: url("../fonts/Inter/inter-v3-latin-900.woff2") format("woff2"),
        url("../fonts/Inter/inter-v3-latin-900.woff") format("woff");
}

/* @font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/Roboto/roboto-v29-regular.woff2') format('woff2'),
	   url('../fonts/Roboto/roboto-v29-regular.woff') format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/Open_Sans/open-sans-v26-latin-regular.woff2') format('woff2'),
       url('../fonts/Open_Sans/open-sans-v26-latin-regular.woff') format('woff');
} */

.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;
}

.static {
    position: static;
}

.fixed {
    position: fixed;
}

.absolute {
    position: absolute;
}

.relative {
    position: relative;
}

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

.top-\[8vh\] {
    top: 8vh;
}

.top-2 {
    top: 0.5rem;
}

.right-2 {
    right: 0.5rem;
}

.top-0 {
    top: 0px;
}

.left-0 {
    left: 0px;
}

.-right-2 {
    right: -0.5rem;
}

.bottom-4 {
    bottom: 1rem;
}

.right-4 {
    right: 1rem;
}

.-top-12 {
    top: -3rem;
}

.right-0 {
    right: 0px;
}

.right-\[20px\] {
    right: 20px;
}

.-top-8 {
    top: -2rem;
}

.bottom-\[5\%\] {
    bottom: 5%;
}

.right-\[5\%\] {
    right: 5%;
}

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

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

.bottom-0 {
    bottom: 0px;
}

.left-8 {
    left: 2rem;
}

.top-5 {
    top: 1.25rem;
}

.-top-3 {
    top: -0.75rem;
}

.right-12 {
    right: 3rem;
}

.top-12 {
    top: 3rem;
}

.right-3 {
    right: 0.75rem;
}

.z-50 {
    z-index: 50;
}

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

.z-20 {
    z-index: 20;
}

.z-30 {
    z-index: 30;
}

.order-2 {
    order: 2;
}

.order-1 {
    order: 1;
}

.order-4 {
    order: 4;
}

.order-3 {
    order: 3;
}

.col-span-2 {
    grid-column: span 2 / span 2;
}

.col-start-1 {
    grid-column-start: 1;
}

.col-start-2 {
    grid-column-start: 2;
}

.row-span-2 {
    grid-row: span 2 / span 2;
}

.row-start-1 {
    grid-row-start: 1;
}

.row-start-3 {
    grid-row-start: 3;
}

.row-start-2 {
    grid-row-start: 2;
}

.row-start-5 {
    grid-row-start: 5;
}

.row-start-4 {
    grid-row-start: 4;
}

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

.my-auto {
    margin-top: auto;
    margin-bottom: auto;
}

.my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
}

.mx-\[10vw\] {
    margin-left: 10vw;
    margin-right: 10vw;
}

.my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
}

.mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
}

.my-3 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
}

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

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

.mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
}

.my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
}

.my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

.-mx-5 {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
}

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

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

.mx-0 {
    margin-left: 0px;
    margin-right: 0px;
}

.ml-auto {
    margin-left: auto;
}

.mr-auto {
    margin-right: auto;
}

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

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

.mt-6 {
    margin-top: 1.5rem;
}

.mb-32 {
    margin-bottom: 8rem;
}

.mb-3 {
    margin-bottom: 0.75rem;
}

.mt-2 {
    margin-top: 0.5rem;
}

.mt-1 {
    margin-top: 0.25rem;
}

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

.mt-10 {
    margin-top: 2.5rem;
}

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

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

.mt-\[3vw\] {
    margin-top: 3vw;
}

.mb-\[7\%\] {
    margin-bottom: 7%;
}

.mt-5 {
    margin-top: 1.25rem;
}

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

.mb-6 {
    margin-bottom: 1.5rem;
}

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

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

.ml-8 {
    margin-left: 2rem;
}

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

.ml-6 {
    margin-left: 1.5rem;
}

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

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

.ml-4 {
    margin-left: 1rem;
}

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

.mb-5 {
    margin-bottom: 1.25rem;
}

.-mt-2 {
    margin-top: -0.5rem;
}

.mr-3 {
    margin-right: 0.75rem;
}

.mt-\[25vh\] {
    margin-top: 25vh;
}

.mb-\[0\.75rem\] {
    margin-bottom: 0.75rem;
}

.mt-\[0\.25rem\] {
    margin-top: 0.25rem;
}

.mb-\[0\.25rem\] {
    margin-bottom: 0.25rem;
}

.mt-\[0\.75rem\] {
    margin-top: 0.75rem;
}

.ml-3 {
    margin-left: 0.75rem;
}

.mb-\[3\%\] {
    margin-bottom: 3%;
}

.mt-\[3\%\] {
    margin-top: 3%;
}

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

.mr-2 {
    margin-right: 0.5rem;
}

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

.mr-6 {
    margin-right: 1.5rem;
}

.box-content {
    box-sizing: content-box;
}

.block {
    display: block;
}

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

.inline {
    display: inline;
}

.flex {
    display: flex;
}

.table {
    display: table;
}

.grid {
    display: grid;
}

.hidden {
    display: none;
}

.h-full {
    height: 100%;
}

.h-6 {
    height: 1.5rem;
}

.h-\[120px\] {
    height: 120px;
}

.h-5 {
    height: 1.25rem;
}

.h-4 {
    height: 1rem;
}

.h-\[100\%\] {
    height: 100%;
}

.h-8 {
    height: 2rem;
}

.h-7 {
    height: 1.75rem;
}

.h-10 {
    height: 2.5rem;
}

.h-12 {
    height: 3rem;
}

.h-\[60px\] {
    height: 60px;
}

.h-\[45px\] {
    height: 45px;
}

.max-h-\[80vh\] {
    max-height: 80vh;
}

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

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

.min-h-screen {
    min-height: 100vh;
}

.min-h-\[12vw\] {
    min-height: 12vw;
}

.w-full {
    width: 100%;
}

.w-\[90\%\] {
    width: 90%;
}

.w-6 {
    width: 1.5rem;
}

.w-\[80\%\] {
    width: 80%;
}

.w-5 {
    width: 1.25rem;
}

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

.w-\[60\%\] {
    width: 60%;
}

.w-\[40\%\] {
    width: 40%;
}

.w-\[70\%\] {
    width: 70%;
}

.w-8 {
    width: 2rem;
}

.w-\[200px\] {
    width: 200px;
}

.w-\[35vw\] {
    width: 35vw;
}

.w-max {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}

.w-7 {
    width: 1.75rem;
}

.w-10 {
    width: 2.5rem;
}

.w-\[15\%\] {
    width: 15%;
}

.w-4 {
    width: 1rem;
}

.w-5\/6 {
    width: 83.333333%;
}

.w-\[50px\] {
    width: 50px;
}

.w-\[100px\] {
    width: 100px;
}

.w-screen {
    width: 100vw;
}

.min-w-\[80vw\] {
    min-width: 80vw;
}

.max-w-\[1200px\] {
    max-width: 1200px;
}

.max-w-\[80vw\] {
    max-width: 80vw;
}

.max-w-\[80\%\] {
    max-width: 80%;
}

.max-w-\[400px\] {
    max-width: 400px;
}

.max-w-\[320px\] {
    max-width: 320px;
}

.max-w-\[500px\] {
    max-width: 500px;
}

.max-w-\[1000px\] {
    max-width: 1000px;
}

.max-w-\[800px\] {
    max-width: 800px;
}

.max-w-\[650px\] {
    max-width: 650px;
}

.max-w-\[300px\] {
    max-width: 300px;
}

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

.max-w-\[80px\] {
    max-width: 80px;
}

.max-w-\[600px\] {
    max-width: 600px;
}

.max-w-\[60\%\] {
    max-width: 60%;
}

.max-w-screen-xl {
    max-width: 1280px;
}

.max-w-sm {
    max-width: 24rem;
}

.flex-none {
    flex: none;
}

.flex-1 {
    flex: 1 1 0%;
}

.flex-grow {
    flex-grow: 1;
}

.-translate-y-4 {
    --tw-translate-y: -1rem;
    transform: var(--tw-transform);
}

.-translate-y-1\/2 {
    --tw-translate-y: -50%;
    transform: var(--tw-transform);
}

.-translate-x-1\/2 {
    --tw-translate-x: -50%;
    transform: var(--tw-transform);
}

.translate-x-full {
    --tw-translate-x: 100%;
    transform: var(--tw-transform);
}

.translate-x-0 {
    --tw-translate-x: 0;
    transform: var(--tw-transform);
}

.-translate-y-5 {
    --tw-translate-y: -1.25rem;
    transform: var(--tw-transform);
}

.translate-y-2 {
    --tw-translate-y: 0.5rem;
    transform: var(--tw-transform);
}

.scale-y-0 {
    --tw-scale-y: 0;
    transform: var(--tw-transform);
}

.transform {
    transform: var(--tw-transform);
}

.cursor-pointer {
    cursor: pointer;
}

.resize {
    resize: both;
}

.list-disc {
    list-style-type: disc;
}

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

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

.grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr));
}

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

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

.flex-wrap {
    flex-wrap: wrap;
}

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

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

.justify-between {
    justify-content: space-between;
}

.items-start {
    align-items: start;
}

.gap-4 {
    gap: 1rem;
}

.gap-2 {
    gap: 0.5rem;
}

.gap-5 {
    gap: 1.25rem;
}

.gap-1 {
    gap: 0.25rem;
}

.gap-3 {
    gap: 0.75rem;
}

.gap-\[2\%\] {
    gap: 2%;
}

.gap-8 {
    gap: 2rem;
}

.gap-x-\[10vw\] {
    -moz-column-gap: 10vw;
    column-gap: 10vw;
}

.gap-y-8 {
    row-gap: 2rem;
}

.gap-x-\[8vw\] {
    -moz-column-gap: 8vw;
    column-gap: 8vw;
}

.gap-x-3 {
    -moz-column-gap: 0.75rem;
    column-gap: 0.75rem;
}

.space-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

.space-x-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.justify-self-center {
    justify-self: center;
}

.overflow-hidden {
    overflow: hidden;
}

.overflow-visible {
    overflow: visible;
}

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

.rounded-md {
    border-radius: 0.375rem;
}

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

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

.rounded {
    border-radius: 0.25rem;
}

.rounded-br-3xl {
    border-bottom-right-radius: 1.5rem;
}

.border {
    border-width: 1px;
}

.border-2 {
    border-width: 2px;
}

.border-4 {
    border-width: 4px;
}

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

.border-l-\[8vw\] {
    border-left-width: 8vw;
}

.border-l-\[6vw\] {
    border-left-width: 6vw;
}

.border-b-8 {
    border-bottom-width: 8px;
}

.border-b-4 {
    border-bottom-width: 4px;
}

.border-t-4 {
    border-top-width: 4px;
}

.border-l-\[3vw\] {
    border-left-width: 3vw;
}

.border-r {
    border-right-width: 1px;
}

.border-t-2 {
    border-top-width: 2px;
}

.border-gray-300 {
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
}

.border-rev {
    --tw-border-opacity: 1;
    border-color: rgba(0, 32, 88, var(--tw-border-opacity));
}

.border-gray-900\/10 {
    border-color: rgba(17, 24, 39, 0.1);
}

.border-rev-900 {
    --tw-border-opacity: 1;
    border-color: rgba(0, 40, 85, var(--tw-border-opacity));
}

.border-\[\#5a7491\] {
    --tw-border-opacity: 1;
    border-color: rgba(90, 116, 145, var(--tw-border-opacity));
}

.border-blue-900 {
    --tw-border-opacity: 1;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity));
}

.border-\[\#C6C6C6\] {
    --tw-border-opacity: 1;
    border-color: rgba(198, 198, 198, var(--tw-border-opacity));
}

.border-white {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}

.bg-gray-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
}

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

.bg-\[\#caab0f\] {
    --tw-bg-opacity: 1;
    background-color: rgba(202, 171, 15, var(--tw-bg-opacity));
}

.bg-rev-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 40, 85, var(--tw-bg-opacity));
}

.bg-\[\#74a4c2\] {
    --tw-bg-opacity: 1;
    background-color: rgba(116, 164, 194, var(--tw-bg-opacity));
}

.bg-rev {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 32, 88, var(--tw-bg-opacity));
}

.bg-\[\#24304B\] {
    --tw-bg-opacity: 1;
    background-color: rgba(36, 48, 75, var(--tw-bg-opacity));
}

.bg-gray-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
}

.bg-green-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
}

.bg-\[\#002855\] {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 40, 85, var(--tw-bg-opacity));
}

.bg-gray-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
}

.bg-gray-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
}

.bg-gray-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
}

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

.bg-opacity-25 {
    --tw-bg-opacity: 0.25;
}

.fill-current {
    fill: currentColor;
}

.object-contain {
    -o-object-fit: contain;
    object-fit: contain;
}

.p-4 {
    padding: 1rem;
}

.p-1 {
    padding: 0.25rem;
}

.p-3 {
    padding: 0.75rem;
}

.p-8 {
    padding: 2rem;
}

.p-2 {
    padding: 0.5rem;
}

.p-6 {
    padding: 1.5rem;
}

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

.py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

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

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

.py-1\.5 {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
}

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

.py-\[0\.35rem\] {
    padding-top: 0.35rem;
    padding-bottom: 0.35rem;
}

.px-\[3\%\] {
    padding-left: 3%;
    padding-right: 3%;
}

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

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

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

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

.px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
}

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

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

.px-\[5vw\] {
    padding-left: 5vw;
    padding-right: 5vw;
}

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

.pt-4 {
    padding-top: 1rem;
}

.pl-10 {
    padding-left: 2.5rem;
}

.pr-20 {
    padding-right: 5rem;
}

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

.pb-3 {
    padding-bottom: 0.75rem;
}

.pb-\[56\.25\%\] {
    padding-bottom: 56.25%;
}

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

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

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

.pb-4 {
    padding-bottom: 1rem;
}

.pl-3 {
    padding-left: 0.75rem;
}

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

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

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

.pr-\[2\%\] {
    padding-right: 2%;
}

.pr-3 {
    padding-right: 0.75rem;
}

.pl-12 {
    padding-left: 3rem;
}

.pt-\[\.7em\] {
    padding-top: 0.7em;
}

.pt-\[30\%\] {
    padding-top: 30%;
}

.pb-6 {
    padding-bottom: 1.5rem;
}

.pl-1 {
    padding-left: 0.25rem;
}

.pt-14 {
    padding-top: 3.5rem;
}

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

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

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

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

.align-top {
    vertical-align: top;
}

.font-inter {
    font-family: "Inter", "Helvetica", "Arial", sans-serif;
}

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

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

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

.text-\[30vw\] {
    font-size: 30vw;
}

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

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

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

.text-\[1\.9rem\] {
    font-size: 1.9rem;
}

.text-\[1\.5rem\] {
    font-size: 1.5rem;
}

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

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

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

.text-\[1\.2rem\] {
    font-size: 1.2rem;
}

.text-\[6vw\] {
    font-size: 6vw;
}

.text-\[4vw\] {
    font-size: 4vw;
}

.text-\[8vw\] {
    font-size: 8vw;
}

.text-\[10vw\] {
    font-size: 10vw;
}

.text-\[5\.5vw\] {
    font-size: 5.5vw;
}

.text-\[4\.5vw\] {
    font-size: 4.5vw;
}

.text-\[2vw\] {
    font-size: 2vw;
}

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

.font-extrabold {
    font-weight: 800;
}

.font-extralight {
    font-weight: 200;
}

.font-black {
    font-weight: 900;
}

.font-light {
    font-weight: 300;
}

.font-semibold {
    font-weight: 600;
}

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

.uppercase {
    text-transform: uppercase;
}

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

.leading-tight {
    line-height: 1.25;
}

.leading-5 {
    line-height: 1.25rem;
}

.leading-loose {
    line-height: 2;
}

.leading-6 {
    line-height: 1.5rem;
}

.text-gray-600 {
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
}

.text-gray-400 {
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
}

.text-rev-900 {
    --tw-text-opacity: 1;
    color: rgba(0, 40, 85, var(--tw-text-opacity));
}

.text-gray-300 {
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
}

.text-rev {
    --tw-text-opacity: 1;
    color: rgba(0, 32, 88, var(--tw-text-opacity));
}

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

.text-\[\#434343\] {
    --tw-text-opacity: 1;
    color: rgba(67, 67, 67, var(--tw-text-opacity));
}

.text-gray-200 {
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
}

.text-blue-900 {
    --tw-text-opacity: 1;
    color: rgba(30, 58, 138, var(--tw-text-opacity));
}

.text-transparent {
    color: transparent;
}

.text-gray-500 {
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
}

.text-blue-600 {
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
}

.text-rev-gray {
    --tw-text-opacity: 1;
    color: rgba(88, 88, 93, var(--tw-text-opacity));
}

.text-red-500 {
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity));
}

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

.text-green-500 {
    --tw-text-opacity: 1;
    color: rgba(16, 185, 129, var(--tw-text-opacity));
}

.opacity-50 {
    opacity: 0.5;
}

.opacity-25 {
    opacity: 0.25;
}

.shadow-sm {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
        var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-xl {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1),
        0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
        var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
        0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
        var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.drop-shadow-lg {
    --tw-drop-shadow: drop-shadow(0 10px 8px rgba(0, 0, 0, 0.04))
        drop-shadow(0 4px 3px rgba(0, 0, 0, 0.1));
    filter: var(--tw-filter);
}

.filter {
    filter: var(--tw-filter);
}

.transition {
    transition-property: background-color, border-color, color, fill, stroke,
        opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: background-color, border-color, color, fill, stroke,
        opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: background-color, border-color, color, fill, stroke,
        opacity, box-shadow, transform, filter, backdrop-filter,
        -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.duration-300 {
    transition-duration: 300ms;
}

.duration-200 {
    transition-duration: 200ms;
}

.ease-out {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

/* Fonts */

/* Typography */

body {
    font-family: "Inter", "Helvetica", "Arial", sans-serif;
    --tw-text-opacity: 1;
    color: rgba(0, 32, 88, var(--tw-text-opacity));
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Inter", "Helvetica", "Arial", sans-serif;
}

.selected {
    --tw-sepia: sepia(100%);
    filter: var(--tw-filter);
}

/* Navigation */

.dropdown-content a:hover .white {
    display: inline;
}

.dropdown-content a:hover .gray {
    display: none;
}

.dropdown-content a:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.dropdown-content a {
    display: block;
    white-space: nowrap;
    padding-right: 2rem;
    line-height: 2;
}

.rev-menu-primary {
    font-weight: 600;
    text-transform: uppercase;
}

.rev-menu-primary:hover {
    --tw-text-opacity: 1;
    color: rgba(0, 32, 88, var(--tw-text-opacity));
}

.dropdown-content {
    position: absolute;
    z-index: 50;
    margin-top: 0.75rem;
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
    overflow: visible;
    --tw-bg-opacity: 1;
    background-color: rgba(0, 32, 88, var(--tw-bg-opacity));
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    padding-left: 1rem;
    font-weight: 600;
    --tw-text-opacity: 1;
    color: rgba(198, 198, 198, var(--tw-text-opacity));
    top: 0;
    transform: translateY(30px);
}

.mobile-menu {
    right: 0;
    min-width: 65vw !important;
}

.top-logo {
    margin-left: 2rem;
}
.search-menu {
    right: 3rem;
}

@media screen and (max-width: 450px) {
    .top-logo {
        margin-left: 0;
    }
    .search-menu {
        right: 0.5rem !important;
    }
}

.mobile-menu-primary {
    display: inline;
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
    cursor: pointer;
    padding-bottom: 0.5rem;
    font-size: 1rem;
    line-height: 1.75rem;
    text-transform: uppercase;
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.mobile-menu-secondary {
    margin-left: 1.25rem;
    margin-top: 0.75rem;
    padding-left: 1rem;
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.mobile-menu-secondary a {
    display: block;
    white-space: nowrap;
    padding-bottom: 0.5rem;
}

.mobile-menu-secondary a img {
    display: inline;
}

.rev-menu,
.rev-menu-click {
    box-sizing: border-box;
}

.rev-menu::after {
    content: " ";
    position: absolute;
    border-width: 10px;
    border-style: solid;
    bottom: 100%;
    left: 10%;
    border-color: transparent transparent #002855 transparent;
}

.rev-menu-click::after {
    content: " ";
    position: absolute;
    border-width: 10px;
    border-style: solid;
    bottom: 100%;
    left: 10%;
    border-color: transparent transparent #002855 transparent;
}

.rev-menu {
    position: absolute;
    left: -0.5rem;
    z-index: 40;
    margin-top: 1rem;
    --tw-translate-y: -2.5rem;
    transform: var(--tw-transform);
    --tw-scale-x: 0;
    --tw-scale-y: 0;
    transform: var(--tw-transform);
    --tw-bg-opacity: 1;
    background-color: rgba(0, 40, 85, var(--tw-bg-opacity));
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-weight: 600;
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
        var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.group:hover .rev-menu {
    --tw-translate-y: 0px;
    transform: var(--tw-transform);
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: var(--tw-transform);
    transition-property: background-color, border-color, color, fill, stroke,
        opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: background-color, border-color, color, fill, stroke,
        opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: background-color, border-color, color, fill, stroke,
        opacity, box-shadow, transform, filter, backdrop-filter,
        -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    transition-duration: 100ms;
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.rev-menu {
    min-width: 15em;
}

.rev-menu-click {
    position: absolute;
    left: -0.5rem;
    z-index: 40;
    margin-top: 1rem;
    --tw-translate-y: -2.5rem;
    transform: var(--tw-transform);
    --tw-scale-x: 0;
    --tw-scale-y: 0;
    transform: var(--tw-transform);
    --tw-bg-opacity: 1;
    background-color: rgba(0, 40, 85, var(--tw-bg-opacity));
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-weight: 600;
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
        var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    min-width: 15em;
}

.rev-menu-clicked {
    --tw-translate-y: 0px;
    transform: var(--tw-transform);
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: var(--tw-transform);
    transition-property: background-color, border-color, color, fill, stroke,
        opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: background-color, border-color, color, fill, stroke,
        opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: background-color, border-color, color, fill, stroke,
        opacity, box-shadow, transform, filter, backdrop-filter,
        -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    transition-duration: 100ms;
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.rev-menu-active {
    font-weight: 600;
    --tw-text-opacity: 1;
    color: rgba(0, 40, 85, var(--tw-text-opacity));
}

.rev-menu-dropdown {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 40, 85, var(--tw-bg-opacity));
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    text-transform: uppercase;
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, var(--tw-text-opacity));
}

.rev-menu-dropdown:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(32, 67, 106, var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgba(243, 244, 246, var(--tw-text-opacity));
}

/* Homepage */

.outline-text {
    -webkit-text-stroke: 2px #cccccc;
    text-stroke: 2px #cccccc;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
    -webkit-text-orientation: mixed;
    text-orientation: mixed;
    /* transform: rotate(-180deg); */
    --tw-rotate: -180deg;
    transform: var(--tw-transform);
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 100;
    color: transparent;
}

.group:hover .outline-text {
    font-weight: 300;
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.group:hover {
    -webkit-text-stroke: unset;
    text-stroke: unset;
}

.vertical-thin {
    -ms-writing-mode: tb-rl;
    writing-mode: tb-rl;
    -webkit-text-orientation: mixed;
    text-orientation: mixed;
    transform: rotate(-180deg);
    font-family: "Inter", "Helvetica", "Arial", sans-serif;
    font-weight: 100;
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
}

.group:hover .vertical-thin {
    font-weight: 300;
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.marketinggrid {
    transform: translate(0px, -7vw);
}

/* FAQ */

.minus::before {
    content: url(../img/minus.svg);
    position: absolute;
    top: 0;
    left: 1em;
}

.plus::before {
    content: url("../img/plus.svg");
    position: absolute;
    @apply: w-8 h-8 text-rev-900;
    left: 1em;
}

.rev-frage {
    font-family: "Inter", "Helvetica", "Arial", sans-serif;
    font-size: 0.875rem;
    line-height: 1.25rem;
}

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

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

.rev-antwort {
    margin-bottom: 1em;
    margin-left: 1em;
    font-size: 0.875rem;
    line-height: 1.25rem;
}

@media (min-width: 768px) {
    .rev-antwort {
        max-width: 80%;
    }

    .rev-antwort {
        font-size: 1rem;
        line-height: 1.5rem;
    }
}

@media (min-width: 1024px) {
    .rev-antwort {
        max-width: 60%;
    }
}

.rev-antwort ul {
    margin-top: 0.5rem;
    list-style-type: disc;
    padding-left: 1rem;
}

.rev-antwort ul li,
ol li {
    margin-top: 0.25rem;
}

.rev-antwort ol {
    margin-top: 0.5rem;
    list-style-type: decimal;
    padding-left: 1.5rem;
}

.rev-antwort p {
    margin-top: 0.6em;
}

/*
    Markdown Content
    Rev CMS
*/

.cms-markdown {
    font-size: 0.875rem;
    line-height: 1.25rem;
    --tw-text-opacity: 1;
    color: rgba(0, 40, 85, var(--tw-text-opacity));
}

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

.cms-markdown h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    line-height: 1.5;
}

.cms-markdown h1 {
    margin-top: 0.8em;
    font-size: 1.4em;
}

@media (min-width: 768px) {
    .cms-markdown h1 {
        font-size: 1.9em;
    }
}

@media (min-width: 1024px) {
    .cms-markdown h1 {
        font-size: 2.3em;
    }
}

.cms-markdown h2 {
    margin-top: 0.5em;
    font-size: 1.4em;
}

@media (min-width: 768px) {
    .cms-markdown h2 {
        font-size: 1.6em;
    }
}

@media (min-width: 1024px) {
    .cms-markdown h2 {
        font-size: 1.8em;
    }
}

.cms-markdown h3 {
    margin-top: 0.4em;
    font-size: 1.35em;
}

@media (min-width: 768px) {
    .cms-markdown h3 {
        font-size: 1.4em;
    }
}

@media (min-width: 1024px) {
    .cms-markdown h3 {
        font-size: 1.6em;
    }
}

.cms-markdown h4 {
    margin-top: 0.8em;
    font-size: 1.4em;
    line-height: 1.35em;
}

.cms-markdown h5 {
    margin-top: 0.8em;
    font-size: 1.25em;
    line-height: 1.3em;
}

.cms-markdown h6 {
    margin-top: 0.8em;
    font-size: 1.15em;
    line-height: 1.25em;
}

.cms-markdown strong {
    font-weight: 600;
}

.cms-markdown p {
    margin-top: 0.6em;
    margin-bottom: 0.6em;
    line-height: 1.25;
}

.cms-markdown ul {
    list-style-position: outside;
    list-style-type: disc;
    line-height: 1.5;
}

.cms-markdown ol {
    list-style-position: outside;
    list-style-type: decimal;
    line-height: 1.5;
}

.cms-markdown p img {
    padding-top: 2em;
    padding-bottom: 2em;
}

.cms-markdown a {
    --tw-text-opacity: 1;
    color: rgba(84, 111, 141, var(--tw-text-opacity));
}

.cms-markdown a:hover {
    font-weight: 600;
}

/* Images */

.thumb-selected {
    --tw-border-opacity: 1;
    border-color: rgba(0, 32, 88, var(--tw-border-opacity));
}

/* Pagination */

.pagination {
    display: inline-flex;
}

.pagination > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1px * var(--tw-space-x-reverse));
    margin-left: calc(-1px * calc(1 - var(--tw-space-x-reverse)));
}

.pagination > li {
    margin-left: 0px;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgba(0, 32, 88, var(--tw-border-opacity));
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    line-height: 1.25;
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
}

.pagination > li:hover {
    cursor: pointer;
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
}

ul.pagination > li:first-of-type {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
}

ul.pagination > li:last-of-type {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
}

/* .pagination > li.active {
        @apply text-rev-500 bg-blue-50 hover:bg-blue-100 hover:text-rev-900;
    } */

.pagination > li.active {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 32, 88, var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.pagination > li.active:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgba(0, 40, 85, var(--tw-text-opacity));
}

/* Product Detail */

.prod_desc > p {
    margin-bottom: 0.5rem;
}

.markdown p {
    margin-top: 0.6em;
    margin-bottom: 0.6em;
    line-height: 1.25;
}

.markdown h3,
.markdown h2,
.markdown h1 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 700;
    text-transform: uppercase;
}

@media (min-width: 768px) {
    .markdown h3,
    .markdown h2,
    .markdown h1 {
        font-size: 1.25rem;
        line-height: 1.75rem;
    }
}

@media (min-width: 1024px) {
    .markdown h3,
    .markdown h2,
    .markdown h1 {
        font-size: 1.5rem;
        line-height: 2rem;
    }
}

/* Cookie Banner */

/* .gdpr-banner {
    @apply fixed bottom-0 z-50 bg-white text-rev border-rev border-t-8;
}
.gdpr-banner__wrapper {
    @apply mx-auto flex items-center;
}
.gdpr-banner__column {
    @apply items-center;
}
gdpr-banner__row + .gdpr-banner__row {
    @apply mt-[0.5rem];
}
.gdpr-banner__column--1 {
    @apply ml-4;
}
.gdpr-banner__column--2 {
    @apply flex ml-[20px];
}
.gdpr-banner__message{
    @apply flex leading-snug;
}
.gdpr-banner__button {
    @apply shadow-lg mx-2 p-2  cursor-pointer rounded font-bold;
}
.gdpr-banner__button--opt-in {
    @apply border-rev border-2 bg-blue-100;

}
.gdpr-banner__button--opt-out {
    @apply bg-rev text-white;

}
.gdpr-banner__dismiss {
    @apply w-5 h-5 static ml-5 font-bold;
} */

.gdpr-banner {
    position: fixed;
    /* padding: 15px; */
    /* color: #fff;
    background-color: #333; */
    bottom: 0;
    z-index: 9999999;
    /* font-display: swap;
    font-style: normal;
    font-weight: 400;
    font-size: 14px; */
    /* @apply bg-gray-50 text-sm border-rev-500 border-t-8 p-8; */
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgba(0, 32, 88, var(--tw-bg-opacity));
    padding: 2rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.gdpr-banner__wrapper {
    overflow: hidden;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

.gdpr-banner__column {
    align-items: center;
}

.gdpr-banner__row + .gdpr-banner__row {
    margin-top: 0.5rem;
}

.gdpr-banner__column--1 {
    flex: 1;
}

.gdpr-banner__column--2 {
    display: flex;
    flex-wrap: wrap;
    margin-left: 20px;
}

.gdpr-banner__message {
    flex: 1;
    line-height: 1.3;
    text-align: left;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

.gdpr-banner__settings a {
    color: inherit;
    border-bottom: 1px solid currentColor;
    display: inline-block;
    padding: 2px 0;
    text-decoration: none;
}

.gdpr-banner__button {
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
    padding: 0.5em 1em;
    cursor: pointer;
    border-radius: 2px;
    border: none;
    font-weight: 700;
}
.zoom-button {
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
    padding: 0.5em 1em;
    cursor: pointer;
    border-radius: 2px;
    border: none;
    font-weight: 700;
}
.zoom-button:disabled,
.zoom-button[disabled] {
    cursor: not-allowed;
    opacity: 50%;
}
.gdpr-banner__button--opt-in {
    /* color: #fff; */
    /* background: #1bb627; */
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgba(0, 32, 88, var(--tw-text-opacity));
}

.gdpr-banner__button--opt-out {
    /* color: #333; */
    background: #c8c8c8;
    --tw-text-opacity: 1;
    color: rgba(0, 32, 88, var(--tw-text-opacity));
}

/* .gdpr-banner__button--dismiss {
    position: static;
    cursor: pointer;
    color: #fff;
    background: inherit;
    line-height: 0;
    font-size: 20px;
    font-weight: bold;
    border: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
} */

.gdpr-banner__dismiss {
    /* width: 20px;
    height: 20px;
    margin-left: 20px;
    z-index: 1000; */
    display: none;
}

/*
@media screen and (min-width: 1340px) {
    .gdpr-banner__dismiss {
        position: absolute;
        right: 30px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
} */

@media screen and (min-width: 450px) {
    .gdpr-banner__button--opt-in {
        margin-left: 20px;
    }

    .gdpr-banner__settings {
        margin: 0 25px;
    }
}

@media screen and (max-width: 510px) {
    .gdpr-banner__button {
        width: 90%;
        line-height: 1.2;
    }

    .gdpr-banner__opt-out,
    .gdpr-banner__opt-in {
        flex: 50%;
    }

    .gdpr-banner__settings {
        flex: 100%;
        margin-bottom: 15px;
        margin-left: 0;
        margin-right: 0;
    }
}

@media screen and (max-width: 560px) {
    .gdpr-banner {
        padding: 10px;
    }

    /* .gdpr-banner__dismiss {
        position: absolute;
        right: 10px;
        top: -13px;
    }

    .gdpr-banner__button--dismiss {
        background: #333;
        height: 26px;
        width: 26px;
        padding-bottom: 1px;
        border: 1px solid #fff;
        border-radius: 50%;
    } */
}

@media screen and (max-width: 300px) {
    .gdpr-banner__button {
        width: 100%;
    }

    .gdpr-banner__opt-out,
    .gdpr-banner__opt-in {
        flex: 100%;
        margin-top: 5px;
    }
}

@media screen and (max-width: 600px) {
    .gdpr-banner__column--2 {
        margin-top: 8px;
    }
}

@media screen and (max-width: 900px) {
    .gdpr-banner {
        text-align: center;
    }

    .gdpr-banner__wrapper {
        display: block;
    }

    .gdpr-banner__settings {
        margin-left: 0;
    }

    .gdpr-banner__column--2 {
        margin-top: 6px;
        margin-left: 0;
        justify-content: center;
    }
}

@media screen and (min-width: 900px) and (max-width: 1200px) {
    .gdpr-banner__column--2 {
        margin-right: 10px;
    }
}

@media screen and (min-width: 1200px) {
    .gdpr-banner__button--dismiss {
        margin-right: 10px;
    }

    .gdpr-banner {
        width: 100%;
    }
}

.checked\:bg-rev:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 32, 88, var(--tw-bg-opacity));
}

.hover\:scale-110:hover {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
    transform: var(--tw-transform);
}

.hover\:scale-105:hover {
    --tw-scale-x: 1.04;
    --tw-scale-y: 1.04;
    transform: var(--tw-transform);
}

.hover\:scale-125:hover {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
    transform: var(--tw-transform);
}

.hover\:cursor-pointer:hover {
    cursor: pointer;
}

.hover\:border-gray-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
}

.hover\:border-rev:hover {
    --tw-border-opacity: 1;
    border-color: rgba(0, 32, 88, var(--tw-border-opacity));
}

.hover\:bg-gray-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
}

.hover\:bg-blue-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
}

.hover\:font-semibold:hover {
    font-weight: 600;
}

.hover\:font-bold:hover {
    font-weight: 700;
}

.hover\:text-gray-300:hover {
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, var(--tw-text-opacity));
}

.hover\:text-white:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.hover\:text-gray-900:hover {
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
}

.hover\:text-gray-500:hover {
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
}

.hover\:text-blue-600:hover {
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
}

.hover\:text-gray-400:hover {
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
}

.hover\:text-rev-900:hover {
    --tw-text-opacity: 1;
    color: rgba(0, 40, 85, var(--tw-text-opacity));
}

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

.hover\:opacity-60:hover {
    opacity: 0.6;
}

.hover\:opacity-70:hover {
    opacity: 0.7;
}

.focus\:border-0:focus {
    border-width: 0px;
}

.focus\:border-gray-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
}

.focus\:border-rev:focus {
    --tw-border-opacity: 1;
    border-color: rgba(0, 32, 88, var(--tw-border-opacity));
}

.focus\:outline-none:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
}

.group:hover .group-hover\:cursor-pointer {
    cursor: pointer;
}

.group:hover .group-hover\:bg-gray-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-rev-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(84, 111, 141, var(--tw-bg-opacity));
}

.group:hover .group-hover\:text-rev-500 {
    --tw-text-opacity: 1;
    color: rgba(84, 111, 141, var(--tw-text-opacity));
}

.group:hover .group-hover\:shadow-2xl {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
        var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media (min-width: 640px) {
    .sm\:absolute {
        position: absolute;
    }

    .sm\:top-\[20\%\] {
        top: 20%;
    }

    .sm\:bottom-4 {
        bottom: 1rem;
    }

    .sm\:right-4 {
        right: 1rem;
    }

    .sm\:col-start-auto {
        grid-column-start: auto;
    }

    .sm\:col-start-4 {
        grid-column-start: 4;
    }

    .sm\:col-start-2 {
        grid-column-start: 2;
    }

    .sm\:row-span-2 {
        grid-row: span 2 / span 2;
    }

    .sm\:row-start-auto {
        grid-row-start: auto;
    }

    .sm\:row-start-4 {
        grid-row-start: 4;
    }

    .sm\:mt-10 {
        margin-top: 2.5rem;
    }

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

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

    .sm\:mt-0 {
        margin-top: 0px;
    }

    .sm\:mt-20 {
        margin-top: 5rem;
    }

    .sm\:block {
        display: block;
    }

    .sm\:inline-block {
        display: inline-block;
    }

    .sm\:flex {
        display: flex;
    }

    .sm\:hidden {
        display: none;
    }

    .sm\:h-6 {
        height: 1.5rem;
    }

    .sm\:h-\[50\%\] {
        height: 50%;
    }

    .sm\:w-\[40\%\] {
        width: 40%;
    }

    .sm\:w-\[75\%\] {
        width: 75%;
    }

    .sm\:w-\[60\%\] {
        width: 60%;
    }

    .sm\:w-auto {
        width: auto;
    }

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

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

    .sm\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .sm\:gap-4 {
        gap: 1rem;
    }

    .sm\:px-6 {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .sm\:pr-0 {
        padding-right: 0px;
    }

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

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

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

    .sm\:text-\[1\.4rem\] {
        font-size: 1.4rem;
    }

    .sm\:text-\[4\.5vw\] {
        font-size: 4.5vw;
    }
}

@media (min-width: 768px) {
    .md\:absolute {
        position: absolute;
    }

    .md\:top-\[10\%\] {
        top: 10%;
    }

    .md\:top-0 {
        top: 0px;
    }

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

    .md\:right-6 {
        right: 1.5rem;
    }

    .md\:right-\[40px\] {
        right: 40px;
    }

    .md\:top-\[5\%\] {
        top: 5%;
    }

    .md\:left-\[5\%\] {
        left: 5%;
    }

    .md\:order-1 {
        order: 1;
    }

    .md\:order-2 {
        order: 2;
    }

    .md\:order-4 {
        order: 4;
    }

    .md\:order-3 {
        order: 3;
    }

    .md\:mx-8 {
        margin-left: 2rem;
        margin-right: 2rem;
    }

    .md\:mx-0 {
        margin-left: 0px;
        margin-right: 0px;
    }

    .md\:mb-10 {
        margin-bottom: 2.5rem;
    }

    .md\:mt-\[23vh\] {
        margin-top: 23vh;
    }

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

    .md\:mt-0 {
        margin-top: 0px;
    }

    .md\:ml-\[8vw\] {
        margin-left: 8vw;
    }

    .md\:ml-4 {
        margin-left: 1rem;
    }

    .md\:ml-\[1em\] {
        margin-left: 1em;
    }

    .md\:block {
        display: block;
    }

    .md\:inline {
        display: inline;
    }

    .md\:flex {
        display: flex;
    }

    .md\:hidden {
        display: none;
    }

    .md\:h-8 {
        height: 2rem;
    }

    .md\:h-full {
        height: 100%;
    }

    .md\:w-\[70\%\] {
        width: 70%;
    }

    .md\:w-\[80\%\] {
        width: 80%;
    }

    .md\:w-\[30\%\] {
        width: 30%;
    }

    .md\:w-\[65\%\] {
        width: 65%;
    }

    .md\:w-\[280px\] {
        width: 280px;
    }

    .md\:w-\[25vw\] {
        width: 25vw;
    }

    .md\:w-\[60\%\] {
        width: 60%;
    }

    .md\:max-w-\[80\%\] {
        max-width: 80%;
    }

    .md\:max-w-\[600px\] {
        max-width: 600px;
    }

    .md\:max-w-\[580px\] {
        max-width: 580px;
    }

    .md\:max-w-none {
        max-width: none;
    }

    .md\:max-w-\[70\%\] {
        max-width: 70%;
    }

    .md\:flex-grow {
        flex-grow: 1;
    }

    .md\:-translate-y-8 {
        --tw-translate-y: -2rem;
        transform: var(--tw-transform);
    }

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

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

    .md\:gap-4 {
        gap: 1rem;
    }

    .md\:gap-8 {
        gap: 2rem;
    }

    .md\:gap-x-6 {
        -moz-column-gap: 1.5rem;
        column-gap: 1.5rem;
    }

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

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

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

    .md\:pl-\[10vw\] {
        padding-left: 10vw;
    }

    .md\:pl-\[180px\] {
        padding-left: 180px;
    }

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

    .md\:text-\[1\.4rem\] {
        font-size: 1.4rem;
    }

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

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

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

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

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

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

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

    .md\:opacity-100 {
        opacity: 1;
    }
}

@media (min-width: 1024px) {
    .lg\:-top-12 {
        top: -3rem;
    }

    .lg\:right-24 {
        right: 6rem;
    }

    .lg\:right-\[80px\] {
        right: 80px;
    }

    .lg\:mx-auto {
        margin-left: auto;
        margin-right: auto;
    }

    .lg\:-ml-5 {
        margin-left: -1.25rem;
    }

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

    .lg\:mt-5 {
        margin-top: 1.25rem;
    }

    .lg\:mt-\[20vh\] {
        margin-top: 20vh;
    }

    .lg\:mt-24 {
        margin-top: 6rem;
    }

    .lg\:ml-\[10vw\] {
        margin-left: 10vw;
    }

    .lg\:ml-6 {
        margin-left: 1.5rem;
    }

    .lg\:block {
        display: block;
    }

    .lg\:flex {
        display: flex;
    }

    .lg\:hidden {
        display: none;
    }

    .lg\:h-12 {
        height: 3rem;
    }

    .lg\:h-10 {
        height: 2.5rem;
    }

    .lg\:w-\[60\%\] {
        width: 60%;
    }

    .lg\:w-10 {
        width: 2.5rem;
    }

    .lg\:w-\[350px\] {
        width: 350px;
    }

    .lg\:w-\[20vw\] {
        width: 20vw;
    }

    .lg\:w-\[45\%\] {
        width: 45%;
    }

    .lg\:w-auto {
        width: auto;
    }

    .lg\:w-\[70px\] {
        width: 70px;
    }

    .lg\:w-\[120px\] {
        width: 120px;
    }

    .lg\:w-\[50\%\] {
        width: 50%;
    }

    .lg\:max-w-\[50vw\] {
        max-width: 50vw;
    }

    .lg\:max-w-\[80\%\] {
        max-width: 80%;
    }

    .lg\:max-w-\[60vw\] {
        max-width: 60vw;
    }

    .lg\:max-w-\[60\%\] {
        max-width: 60%;
    }

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

    .lg\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .lg\:items-center {
        align-items: center;
    }

    .lg\:space-x-6 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(1.5rem * var(--tw-space-x-reverse));
        margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .lg\:px-8 {
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .lg\:pt-3 {
        padding-top: 0.75rem;
    }

    .lg\:pl-\[15vw\] {
        padding-left: 15vw;
    }

    .lg\:pl-\[200px\] {
        padding-left: 200px;
    }

    .lg\:text-\[2\.8rem\] {
        font-size: 2.8rem;
    }

    .lg\:text-\[4rem\] {
        font-size: 4rem;
    }

    .lg\:text-\[2\.5rem\] {
        font-size: 2.5rem;
    }

    .lg\:text-\[3rem\] {
        font-size: 3rem;
    }

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

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

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

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

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

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

    .lg\:text-\[5vw\] {
        font-size: 5vw;
    }

    .lg\:text-\[3\.5vw\] {
        font-size: 3.5vw;
    }

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

@media (min-width: 1280px) {
    .xl\:mx-\[120px\] {
        margin-left: 120px;
        margin-right: 120px;
    }

    .xl\:max-w-\[50\%\] {
        max-width: 50%;
    }

    .xl\:gap-x-\[120px\] {
        -moz-column-gap: 120px;
        column-gap: 120px;
    }

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

#audio-block {
    position: relative;
}

#audio-block .head {
    padding: 20px 30px;
    cursor: pointer;
    transition: 0.2s ease;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid rgb(0, 40, 85);
}

#audio-block .head:hover .arrow {
    opacity: 1;
}
#audio-block .arrow-animate {
    transform: rotate(-90deg);
    opacity: 1;
}

#audio-block .content {
    display: none;
    padding: 20px 30px;
}
.card {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
}
.video-block {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
}
.video-block iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.product-in-category {
    position: absolute;
    right: 0;
    top: 0;
    width: 25%;
    height: 100%;
    background-color: rgb(0, 40, 85);
}
.product-in-category img {
    position: relative;
    z-index: 3;
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 75%;
}
.product-in-category + span {
    z-index: 3;
}

@media (max-width: 500px) {
    .category-banner {
        height: 175px;
        object-fit: cover;
        object-position: right;
    }
}
.category-banner-gradient {
    background: linear-gradient(
        180deg,
        rgba(255, 255, 255, 0) 43%,
        rgba(256, 255, 255, 0.88) 80%,
        rgba(255, 255, 255, 1) 100%
    );
}

.category-content-wrapper .breadcrumbs {
    padding-right: 25%;
}
.product-on-banner {
    right: 0;
    top: 0;
    width: 25%;
    height: 100%;
    background-color: rgba(0, 40, 85);
    display: none;
}
.product-on-banner img {
    position: relative;
    z-index: 3;
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 85%;
}

@media (min-width: 575px) {
    .product-on-banner {
        display: block;
    }
}
.left-blue-bar {
    position: relative;
}
.left-blue-bar .max-w-\[80\%\],
.left-blue-bar h3 {
    margin-left: calc(8% + 1rem);
    margin-right: calc(8% + 1rem);
}
.left-blue-bar::before {
    content: "";
    position: absolute;
    display: block;
    width: 8%;
    top: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 40, 85, 1);
    transition: 0.3s ease-out;
}
.group:hover .letters-square {
    color: #e30917;
    transition: 0.3s ease-out;
}
.letters-square {
    position: absolute;
    inset: 0;
    transform: rotateZ(-90deg) translate(-32.8%, -95%);
    width: 100%;
    color: #002855;
}
.letters-square-big {
    transform: rotateZ(-90deg) translate(-41.3%, -239%);
}
.category-grid a:hover {
    box-shadow: 5px 9px 9px rgba(0, 28, 55, 0.25);
    transition: 0.25s ease-out;
}
.category-grid a:hover .bg-white {
    background: #002855;
    color: #fff;
    border-color: red; /*#caab0f;*/
}
.gallery-thumb {
    width: 80px;
    height: 80px;
    object-fit: cover;
}
.video-thumb img {
    width: 80px;
    height: 80px;
    object-fit: cover;
}
.video-thumb {
    position: relative;
}
.video-thumb::after {
    content: "";
    position: absolute;
    display: block;
    top: 50%;
    left: 55%;
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 18px solid #ffffff;
    border-right: 0;
}
.video-popup {
    position: relative;
    width: 100%;
    max-width: 1200px;
    height: 0;
    padding-bottom: 56.25%;
    margin: 0 auto;
    overflow: hidden;
}
.video-popup video {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-height: 100vh; /* Prevent video from exceeding screen height */
}
.gallery-main-thumb {
    margin-top: 24px;
    width: 350px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    height: 360px;
    overflow: hidden;
}
.gallery-main-thumb img {
    display: block;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
}
.product-nums {
    justify-content: end;
}
.pt-6 {
    padding-top: 1.5rem;
}
.pb-6 {
    padding-bottom: 1.5rem;
}
