.steam {

    /* 
    * Style Reset for base Element to prevent passed styles from being 
    * applied to the base element and its children.
    */
}
    /* 
    ! tailwindcss v3.2.7 | 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)
*/

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

.steam ::before,
.steam ::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.
*/

.steam 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: open-sans; /* 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.
*/

.steam 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.
*/

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

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

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

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

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

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

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

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

.steam b,
.steam 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.
*/

.steam code,
.steam kbd,
.steam samp,
.steam 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.
*/

.steam small {
  font-size: 80%;
}

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

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

.steam sub {
  bottom: -0.25em;
}

.steam 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.
*/

.steam 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.
*/

.steam button,
.steam input,
.steam optgroup,
.steam select,
.steam 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.
*/

.steam button,
.steam select {
  text-transform: none;
}

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

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

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

.steam :-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)
*/

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

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

.steam progress {
  vertical-align: baseline;
}

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

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

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

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

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

.steam ::-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.
*/

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

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

.steam summary {
  display: list-item;
}

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

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

.steam fieldset {
  margin: 0;
  padding: 0;
}

.steam legend {
  padding: 0;
}

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

/*
Prevent resizing textareas horizontally by default.
*/

.steam 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.
*/

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

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

/*
Set the default cursor for buttons.
*/

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

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

.steam :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.
*/

.steam img,
.steam svg,
.steam video,
.steam canvas,
.steam audio,
.steam iframe,
.steam embed,
.steam 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)
*/

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

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

.steam [hidden] {
  display: none;
}

.steam *, .steam ::before, .steam ::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:  ;
}

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

.steam .container {
    width: 100%;
}

@media (min-width: 640px) {

    .steam .container {
        max-width: 640px;
    }
}

@media (min-width: 768px) {

    .steam .container {
        max-width: 768px;
    }
}

@media (min-width: 1024px) {

    .steam .container {
        max-width: 1024px;
    }
}

@media (min-width: 1280px) {

    .steam .container {
        max-width: 1280px;
    }
}

@media (min-width: 1536px) {

    .steam .container {
        max-width: 1536px;
    }
}

/* hide spin-up/-down buttons for zip input in Chrome, Safari, Edge, Opera */

.steam input.remove-number-input-controls::-webkit-outer-spin-button,
    .steam input.remove-number-input-controls::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }

/* hide spin-up/-down buttons for zip input in Firefox */

.steam input[type='number'].remove-number-input-controls {
        -moz-appearance: textfield;
    }

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

.steam .pointer-events-none {
    pointer-events: none;
}

.steam .pointer-events-auto {
    pointer-events: auto;
}

.steam .invisible {
    visibility: hidden;
}

.steam .fixed {
    position: fixed;
}

.steam .absolute {
    position: absolute;
}

.steam .relative {
    position: relative;
}

.steam .sticky {
    position: sticky;
}

.steam .inset-y-0 {
    top: 0px;
    bottom: 0px;
}

.steam .-bottom-18 {
    bottom: -1.8rem;
}

.steam .-right-1 {
    right: -0.1rem;
}

.steam .-right-13 {
    right: -1.3rem;
}

.steam .-right-6 {
    right: -0.6rem;
}

.steam .-right-8 {
    right: -0.8rem;
}

.steam .-top-1 {
    top: -0.1rem;
}

.steam .-top-14 {
    top: -1.4rem;
}

.steam .-top-15 {
    top: -1.5rem;
}

.steam .-top-23 {
    top: -2.3rem;
}

.steam .-top-5 {
    top: -0.5rem;
}

.steam .-top-8 {
    top: -0.8rem;
}

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

.steam .bottom-12 {
    bottom: 1.2rem;
}

.steam .bottom-2 {
    bottom: 0.2rem;
}

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

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

.steam .left-10 {
    left: 1rem;
}

.steam .left-13 {
    left: 1.3rem;
}

.steam .left-5 {
    left: 0.5rem;
}

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

.steam .right-14 {
    right: 1.4rem;
}

.steam .right-15 {
    right: 1.5rem;
}

.steam .right-19 {
    right: 1.9rem;
}

.steam .right-26 {
    right: 2.6rem;
}

.steam .right-31 {
    right: 3.1rem;
}

.steam .right-5 {
    right: 0.5rem;
}

.steam .right-\[23\.2rem\] {
    right: 23.2rem;
}

.steam .top-0 {
    top: 0px;
}

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

.steam .top-10 {
    top: 1rem;
}

.steam .top-13 {
    top: 1.3rem;
}

.steam .top-14 {
    top: 1.4rem;
}

.steam .top-16 {
    top: 1.6rem;
}

.steam .top-18 {
    top: 1.8rem;
}

.steam .top-33 {
    top: 3.3rem;
}

.steam .top-5 {
    top: 0.5rem;
}

.steam .top-8 {
    top: 0.8rem;
}

.steam .top-\[16\.5rem\] {
    top: 16.5rem;
}

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

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

.steam .order-1 {
    order: 1;
}

.steam .order-2 {
    order: 2;
}

.steam .order-3 {
    order: 3;
}

.steam .order-4 {
    order: 4;
}

.steam .float-right {
    float: right;
}

.steam .m-0 {
    margin: 0px;
}

.steam .m-auto {
    margin: auto;
}

.steam .-mx-12 {
    margin-left: -1.2rem;
    margin-right: -1.2rem;
}

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

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

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

.steam .mx-11 {
    margin-left: 1.1rem;
    margin-right: 1.1rem;
}

.steam .mx-14 {
    margin-left: 1.4rem;
    margin-right: 1.4rem;
}

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

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

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

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

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

.steam .my-34 {
    margin-top: 3.4rem;
    margin-bottom: 3.4rem;
}

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

.steam .my-\[1\.75rem\] {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
}

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

.steam .-mb-1 {
    margin-bottom: -0.1rem;
}

.steam .-mb-2 {
    margin-bottom: -0.2rem;
}

.steam .-ml-12 {
    margin-left: -1.2rem;
}

.steam .-ml-6 {
    margin-left: -0.6rem;
}

.steam .-ml-7 {
    margin-left: -0.7rem;
}

.steam .-mr-10 {
    margin-right: -1rem;
}

.steam .-mr-2 {
    margin-right: -0.2rem;
}

.steam .-mr-5 {
    margin-right: -0.5rem;
}

.steam .-mt-1 {
    margin-top: -0.1rem;
}

.steam .-mt-10 {
    margin-top: -1rem;
}

.steam .-mt-14 {
    margin-top: -1.4rem;
}

.steam .-mt-2 {
    margin-top: -0.2rem;
}

.steam .-mt-33 {
    margin-top: -3.3rem;
}

.steam .-mt-9 {
    margin-top: -0.9rem;
}

.steam .mb-0 {
    margin-bottom: 0px;
}

.steam .mb-1 {
    margin-bottom: 0.1rem;
}

.steam .mb-10 {
    margin-bottom: 1rem;
}

.steam .mb-11 {
    margin-bottom: 1.1rem;
}

.steam .mb-12 {
    margin-bottom: 1.2rem;
}

.steam .mb-13 {
    margin-bottom: 1.3rem;
}

.steam .mb-14 {
    margin-bottom: 1.4rem;
}

.steam .mb-15 {
    margin-bottom: 1.5rem;
}

.steam .mb-16 {
    margin-bottom: 1.6rem;
}

.steam .mb-17 {
    margin-bottom: 1.7rem;
}

.steam .mb-18 {
    margin-bottom: 1.8rem;
}

.steam .mb-2 {
    margin-bottom: 0.2rem;
}

.steam .mb-20 {
    margin-bottom: 2rem;
}

.steam .mb-23 {
    margin-bottom: 2.3rem;
}

.steam .mb-24 {
    margin-bottom: 2.4rem;
}

.steam .mb-25 {
    margin-bottom: 2.5rem;
}

.steam .mb-26 {
    margin-bottom: 2.6rem;
}

.steam .mb-3 {
    margin-bottom: 0.3rem;
}

.steam .mb-30 {
    margin-bottom: 3rem;
}

.steam .mb-35 {
    margin-bottom: 3.5rem;
}

.steam .mb-36 {
    margin-bottom: 3.6rem;
}

.steam .mb-4 {
    margin-bottom: 0.4rem;
}

.steam .mb-40 {
    margin-bottom: 4rem;
}

.steam .mb-5 {
    margin-bottom: 0.5rem;
}

.steam .mb-6 {
    margin-bottom: 0.6rem;
}

.steam .mb-7 {
    margin-bottom: 0.7rem;
}

.steam .mb-8 {
    margin-bottom: 0.8rem;
}

.steam .mb-9 {
    margin-bottom: 0.9rem;
}

.steam .mb-\[3\.339rem\] {
    margin-bottom: 3.339rem;
}

.steam .ml-10 {
    margin-left: 1rem;
}

.steam .ml-12 {
    margin-left: 1.2rem;
}

.steam .ml-13 {
    margin-left: 1.3rem;
}

.steam .ml-16 {
    margin-left: 1.6rem;
}

.steam .ml-3 {
    margin-left: 0.3rem;
}

.steam .ml-5 {
    margin-left: 0.5rem;
}

.steam .ml-6 {
    margin-left: 0.6rem;
}

.steam .ml-8 {
    margin-left: 0.8rem;
}

.steam .ml-9 {
    margin-left: 0.9rem;
}

.steam .ml-\[0\.65rem\] {
    margin-left: 0.65rem;
}

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

.steam .mr-0 {
    margin-right: 0px;
}

.steam .mr-10 {
    margin-right: 1rem;
}

.steam .mr-20 {
    margin-right: 2rem;
}

.steam .mr-3 {
    margin-right: 0.3rem;
}

.steam .mr-5 {
    margin-right: 0.5rem;
}

.steam .mr-6 {
    margin-right: 0.6rem;
}

.steam .mr-7 {
    margin-right: 0.7rem;
}

.steam .mr-8 {
    margin-right: 0.8rem;
}

.steam .mr-9 {
    margin-right: 0.9rem;
}

.steam .mr-\[1\.25rem\] {
    margin-right: 1.25rem;
}

.steam .mr-\[1\.55rem\] {
    margin-right: 1.55rem;
}

.steam .mt-0 {
    margin-top: 0px;
}

.steam .mt-10 {
    margin-top: 1rem;
}

.steam .mt-11 {
    margin-top: 1.1rem;
}

.steam .mt-12 {
    margin-top: 1.2rem;
}

.steam .mt-13 {
    margin-top: 1.3rem;
}

.steam .mt-14 {
    margin-top: 1.4rem;
}

.steam .mt-15 {
    margin-top: 1.5rem;
}

.steam .mt-16 {
    margin-top: 1.6rem;
}

.steam .mt-18 {
    margin-top: 1.8rem;
}

.steam .mt-2 {
    margin-top: 0.2rem;
}

.steam .mt-20 {
    margin-top: 2rem;
}

.steam .mt-21 {
    margin-top: 2.1rem;
}

.steam .mt-24 {
    margin-top: 2.4rem;
}

.steam .mt-25 {
    margin-top: 2.5rem;
}

.steam .mt-26 {
    margin-top: 2.6rem;
}

.steam .mt-3 {
    margin-top: 0.3rem;
}

.steam .mt-34 {
    margin-top: 3.4rem;
}

.steam .mt-36 {
    margin-top: 3.6rem;
}

.steam .mt-4 {
    margin-top: 0.4rem;
}

.steam .mt-43 {
    margin-top: 4.3rem;
}

.steam .mt-5 {
    margin-top: 0.5rem;
}

.steam .mt-59 {
    margin-top: 5.9rem;
}

.steam .mt-6 {
    margin-top: 0.6rem;
}

.steam .mt-8 {
    margin-top: 0.8rem;
}

.steam .mt-9 {
    margin-top: 0.9rem;
}

.steam .mt-\[\.85rem\] {
    margin-top: .85rem;
}

.steam .mt-auto {
    margin-top: auto;
}

.steam .box-border {
    box-sizing: border-box;
}

.steam .block {
    display: block;
}

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

.steam .inline {
    display: inline;
}

.steam .flex {
    display: flex;
}

.steam .inline-flex {
    display: inline-flex;
}

.steam .table {
    display: table;
}

.steam .grid {
    display: grid;
}

.steam .list-item {
    display: list-item;
}

.steam .hidden {
    display: none;
}

.steam .\!h-auto {
    height: auto !important;
}

.steam .h-0 {
    height: 0px;
}

.steam .h-10 {
    height: 1rem;
}

.steam .h-100 {
    height: 10rem;
}

.steam .h-11 {
    height: 1.1rem;
}

.steam .h-12 {
    height: 1.2rem;
}

.steam .h-122 {
    height: 12.2rem;
}

.steam .h-14 {
    height: 1.4rem;
}

.steam .h-16 {
    height: 1.6rem;
}

.steam .h-18 {
    height: 1.8rem;
}

.steam .h-20 {
    height: 2rem;
}

.steam .h-24 {
    height: 2.4rem;
}

.steam .h-25 {
    height: 2.5rem;
}

.steam .h-26 {
    height: 2.6rem;
}

.steam .h-27 {
    height: 2.7rem;
}

.steam .h-28 {
    height: 2.8rem;
}

.steam .h-29 {
    height: 2.9rem;
}

.steam .h-30 {
    height: 3rem;
}

.steam .h-31 {
    height: 3.1rem;
}

.steam .h-32 {
    height: 3.2rem;
}

.steam .h-34 {
    height: 3.4rem;
}

.steam .h-35 {
    height: 3.5rem;
}

.steam .h-36 {
    height: 3.6rem;
}

.steam .h-38 {
    height: 3.8rem;
}

.steam .h-39 {
    height: 3.9rem;
}

.steam .h-4 {
    height: 0.4rem;
}

.steam .h-40 {
    height: 4rem;
}

.steam .h-43 {
    height: 4.3rem;
}

.steam .h-46 {
    height: 4.6rem;
}

.steam .h-48 {
    height: 4.8rem;
}

.steam .h-5 {
    height: 0.5rem;
}

.steam .h-50 {
    height: 5rem;
}

.steam .h-54 {
    height: 5.4rem;
}

.steam .h-57 {
    height: 5.7rem;
}

.steam .h-6 {
    height: 0.6rem;
}

.steam .h-60 {
    height: 6rem;
}

.steam .h-64 {
    height: 6.4rem;
}

.steam .h-8 {
    height: 0.8rem;
}

.steam .h-86 {
    height: 8.6rem;
}

.steam .h-90 {
    height: 9rem;
}

.steam .h-\[1\.85rem\] {
    height: 1.85rem;
}

.steam .h-\[11\.4rem\] {
    height: 11.4rem;
}

.steam .h-\[16\.5rem\] {
    height: 16.5rem;
}

.steam .h-\[17\.4rem\] {
    height: 17.4rem;
}

.steam .h-\[18\.4rem\] {
    height: 18.4rem;
}

.steam .h-\[26\.3rem\] {
    height: 26.3rem;
}

.steam .h-\[3\.1rem\] {
    height: 3.1rem;
}

.steam .h-\[4\.6rem\] {
    height: 4.6rem;
}

.steam .h-\[40\.4rem\] {
    height: 40.4rem;
}

.steam .h-\[56\.5rem\] {
    height: 56.5rem;
}

.steam .h-auto {
    height: auto;
}

.steam .h-fit {
    height: -moz-fit-content;
    height: fit-content;
}

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

.steam .h-max {
    height: -moz-max-content;
    height: max-content;
}

.steam .max-h-25 {
    max-height: 2.5rem;
}

.steam .max-h-250 {
    max-height: 25rem;
}

.steam .max-h-48 {
    max-height: 4.8rem;
}

.steam .max-h-57 {
    max-height: 5.7rem;
}

.steam .max-h-\[12rem\] {
    max-height: 12rem;
}

.steam .max-h-\[16\.9rem\] {
    max-height: 16.9rem;
}

.steam .max-h-\[17rem\] {
    max-height: 17rem;
}

.steam .max-h-\[18\.4rem\] {
    max-height: 18.4rem;
}

.steam .max-h-\[20rem\] {
    max-height: 20rem;
}

.steam .max-h-\[23\.4rem\] {
    max-height: 23.4rem;
}

.steam .max-h-\[9\.8rem\] {
    max-height: 9.8rem;
}

.steam .max-h-\[9\.9rem\] {
    max-height: 9.9rem;
}

.steam .min-h-\[100px\] {
    min-height: 100px;
}

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

.steam .w-0 {
    width: 0px;
}

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

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

.steam .w-10 {
    width: 1rem;
}

.steam .w-100 {
    width: 10rem;
}

.steam .w-11 {
    width: 1.1rem;
}

.steam .w-12 {
    width: 1.2rem;
}

.steam .w-14 {
    width: 1.4rem;
}

.steam .w-16 {
    width: 1.6rem;
}

.steam .w-20 {
    width: 2rem;
}

.steam .w-205 {
    width: 20.5rem;
}

.steam .w-23 {
    width: 2.3rem;
}

.steam .w-24 {
    width: 2.4rem;
}

.steam .w-250 {
    width: 25rem;
}

.steam .w-26 {
    width: 2.6rem;
}

.steam .w-28 {
    width: 2.8rem;
}

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

.steam .w-30 {
    width: 3rem;
}

.steam .w-36 {
    width: 3.6rem;
}

.steam .w-40 {
    width: 4rem;
}

.steam .w-48 {
    width: 4.8rem;
}

.steam .w-5 {
    width: 0.5rem;
}

.steam .w-50 {
    width: 5rem;
}

.steam .w-57 {
    width: 5.7rem;
}

.steam .w-6 {
    width: 0.6rem;
}

.steam .w-60 {
    width: 6rem;
}

.steam .w-64 {
    width: 6.4rem;
}

.steam .w-67 {
    width: 6.7rem;
}

.steam .w-70 {
    width: 7rem;
}

.steam .w-74 {
    width: 7.4rem;
}

.steam .w-82 {
    width: 8.2rem;
}

.steam .w-85 {
    width: 8.5rem;
}

.steam .w-86 {
    width: 8.6rem;
}

.steam .w-88 {
    width: 8.8rem;
}

.steam .w-90 {
    width: 9rem;
}

.steam .w-92 {
    width: 9.2rem;
}

.steam .w-\[0\.925rem\] {
    width: 0.925rem;
}

.steam .w-\[1\.026rem\] {
    width: 1.026rem;
}

.steam .w-\[1\.46rem\] {
    width: 1.46rem;
}

.steam .w-\[10\.4rem\] {
    width: 10.4rem;
}

.steam .w-\[12rem\] {
    width: 12rem;
}

.steam .w-\[13rem\] {
    width: 13rem;
}

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

.steam .w-\[19rem\] {
    width: 19rem;
}

.steam .w-\[20\.026rem\] {
    width: 20.026rem;
}

.steam .w-\[22\.6rem\] {
    width: 22.6rem;
}

.steam .w-\[23\.6rem\] {
    width: 23.6rem;
}

.steam .w-\[25rem\] {
    width: 25rem;
}

.steam .w-\[26\.5rem\] {
    width: 26.5rem;
}

.steam .w-\[28\.4rem\] {
    width: 28.4rem;
}

.steam .w-\[31\.2rem\] {
    width: 31.2rem;
}

.steam .w-\[32\.1rem\] {
    width: 32.1rem;
}

.steam .w-\[41\.335\%\] {
    width: 41.335%;
}

.steam .w-\[43\.36\%\] {
    width: 43.36%;
}

.steam .w-\[70\.9rem\] {
    width: 70.9rem;
}

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

.steam .w-fit {
    width: -moz-fit-content;
    width: fit-content;
}

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

.steam .min-w-0 {
    min-width: 0px;
}

.steam .min-w-\[20\%\] {
    min-width: 20%;
}

.steam .min-w-\[23\.6rem\] {
    min-width: 23.6rem;
}

.steam .min-w-\[30\.5rem\] {
    min-width: 30.5rem;
}

.steam .max-w-\[15rem\] {
    max-width: 15rem;
}

.steam .max-w-\[17rem\] {
    max-width: 17rem;
}

.steam .max-w-\[23\.6rem\] {
    max-width: 23.6rem;
}

.steam .max-w-\[24rem\] {
    max-width: 24rem;
}

.steam .max-w-\[28\.8rem\] {
    max-width: 28.8rem;
}

.steam .max-w-\[30rem\] {
    max-width: 30rem;
}

.steam .max-w-\[31\.2rem\] {
    max-width: 31.2rem;
}

.steam .max-w-\[39rem\] {
    max-width: 39rem;
}

.steam .max-w-\[44rem\] {
    max-width: 44rem;
}

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

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

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

.steam .flex-auto {
    flex: 1 1 auto;
}

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

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

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

.steam .flex-grow-0 {
    flex-grow: 0;
}

.steam .basis-0 {
    flex-basis: 0px;
}

.steam .border-separate {
    border-collapse: separate;
}

.steam .border-spacing-0 {
    --tw-border-spacing-x: 0px;
    --tw-border-spacing-y: 0px;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.steam .-translate-x-1\/2 {
    --tw-translate-x: -50%;
    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));
}

.steam .-translate-y-1\/2 {
    --tw-translate-y: -50%;
    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));
}

.steam .translate-x-full {
    --tw-translate-x: 100%;
    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));
}

.steam .translate-y-full {
    --tw-translate-y: 100%;
    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));
}

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

.steam .rotate-180 {
    --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));
}

.steam .rotate-45 {
    --tw-rotate: 45deg;
    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));
}

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

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

@keyframes autobild-carmarket-dot-blink-1 {

    0% {
        opacity: 0;
    }

    20% {
        opacity: 1;
    }

    70% {
        opacity: 1;
    }

    90% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

.steam .animate-autobild-carmarket-dot-blink-1 {
    animation: autobild-carmarket-dot-blink-1 0.8s linear 0s infinite normal both;
}

@keyframes autobild-carmarket-dot-blink-2 {

    0% {
        opacity: 0;
    }

    20% {
        opacity: 1;
    }

    55% {
        opacity: 1;
    }

    75% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

.steam .animate-autobild-carmarket-dot-blink-2 {
    animation: autobild-carmarket-dot-blink-2 0.8s linear 0.12s infinite normal both;
}

@keyframes autobild-carmarket-dot-blink-3 {

    0% {
        opacity: 0;
    }

    20% {
        opacity: 1;
    }

    40% {
        opacity: 1;
    }

    60% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

.steam .animate-autobild-carmarket-dot-blink-3 {
    animation: autobild-carmarket-dot-blink-3 0.8s linear 0.24s infinite normal both;
}

@keyframes slide-in {

    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(0%);
    }
}

.steam .animate-slide-in {
    animation: slide-in 0.5s forwards;
}

@keyframes slide-out {

    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(100%);
    }
}

.steam .animate-slide-out {
    animation: slide-out 0.5s forwards;
}

@keyframes slide-up {

    0% {
        transform: translateY(100%);
    }

    100% {
        transform: translateY(0%);
    }
}

.steam .animate-slide-up {
    animation: slide-up 1s forwards;
}

.steam .\!cursor-default {
    cursor: default !important;
}

.steam .cursor-default {
    cursor: default;
}

.steam .cursor-not-allowed {
    cursor: not-allowed;
}

.steam .cursor-pointer {
    cursor: pointer;
}

.steam .cursor-text {
    cursor: text;
}

.steam .select-none {
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
}

.steam .resize {
    resize: both;
}

.steam .list-outside {
    list-style-position: outside;
}

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

.steam .list-none {
    list-style-type: none;
}

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

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

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

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

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

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

.steam .place-content-end {
    place-content: end;
}

.steam .place-content-between {
    place-content: space-between;
}

.steam .place-items-end {
    place-items: end;
}

.steam .content-center {
    align-content: center;
}

.steam .content-between {
    align-content: space-between;
}

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

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

.steam .items-stretch {
    align-items: stretch;
}

.steam .justify-start {
    justify-content: flex-start;
}

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

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

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

.steam .justify-evenly {
    justify-content: space-evenly;
}

.steam .justify-items-center {
    justify-items: center;
}

.steam .gap-12 {
    gap: 1.2rem;
}

.steam .gap-23 {
    gap: 2.3rem;
}

.steam .gap-\[unset\] {
    gap: unset;
}

.steam .gap-x-12 {
    -moz-column-gap: 1.2rem;
         column-gap: 1.2rem;
}

.steam .gap-x-16 {
    -moz-column-gap: 1.6rem;
         column-gap: 1.6rem;
}

.steam .gap-x-18 {
    -moz-column-gap: 1.8rem;
         column-gap: 1.8rem;
}

.steam .gap-x-20 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
}

.steam .gap-x-22 {
    -moz-column-gap: 2.2rem;
         column-gap: 2.2rem;
}

.steam .gap-y-10 {
    row-gap: 1rem;
}

.steam .gap-y-12 {
    row-gap: 1.2rem;
}

.steam .gap-y-15 {
    row-gap: 1.5rem;
}

.steam .gap-y-16 {
    row-gap: 1.6rem;
}

.steam .gap-y-18 {
    row-gap: 1.8rem;
}

.steam .gap-y-8 {
    row-gap: 0.8rem;
}

.steam .self-start {
    align-self: flex-start;
}

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

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

.steam .overflow-x-auto {
    overflow-x: auto;
}

.steam .overflow-y-scroll {
    overflow-y: scroll;
}

.steam .overscroll-none {
    overscroll-behavior: none;
}

.steam .overscroll-y-contain {
    overscroll-behavior-y: contain;
}

.steam .truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.steam .overflow-ellipsis {
    text-overflow: ellipsis;
}

.steam .whitespace-nowrap {
    white-space: nowrap;
}

.steam .break-words {
    overflow-wrap: break-word;
}

.steam .break-all {
    word-break: break-all;
}

.steam .rounded-2 {
    border-radius: 0.2rem;
}

.steam .rounded-4 {
    border-radius: 0.4rem;
}

.steam .rounded-8 {
    border-radius: 0.8rem;
}

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

.steam .rounded-none {
    border-radius: 0px;
}

.steam .rounded-b-4 {
    border-bottom-right-radius: 0.4rem;
    border-bottom-left-radius: 0.4rem;
}

.steam .rounded-t-4 {
    border-top-left-radius: 0.4rem;
    border-top-right-radius: 0.4rem;
}

.steam .rounded-bl-4 {
    border-bottom-left-radius: 0.4rem;
}

.steam .rounded-bl-8 {
    border-bottom-left-radius: 0.8rem;
}

.steam .rounded-br-8 {
    border-bottom-right-radius: 0.8rem;
}

.steam .rounded-tl-8 {
    border-top-left-radius: 0.8rem;
}

.steam .rounded-tr-4 {
    border-top-right-radius: 0.4rem;
}

.steam .rounded-tr-8 {
    border-top-right-radius: 0.8rem;
}

.steam .\!border {
    border-width: 1px !important;
}

.steam .border {
    border-width: 1px;
}

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

.steam .border-1 {
    border-width: 0.1rem;
}

.steam .border-18 {
    border-width: 1.8rem;
}

.steam .border-2 {
    border-width: 0.2rem;
}

.steam .border-6 {
    border-width: 0.6rem;
}

.steam .border-x {
    border-left-width: 1px;
    border-right-width: 1px;
}

.steam .border-x-1 {
    border-left-width: 0.1rem;
    border-right-width: 0.1rem;
}

.steam .border-y-1 {
    border-top-width: 0.1rem;
    border-bottom-width: 0.1rem;
}

.steam .border-b {
    border-bottom-width: 1px;
}

.steam .border-b-1 {
    border-bottom-width: 0.1rem;
}

.steam .border-l {
    border-left-width: 1px;
}

.steam .border-l-24 {
    border-left-width: 2.4rem;
}

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

.steam .border-r-1 {
    border-right-width: 0.1rem;
}

.steam .border-r-24 {
    border-right-width: 2.4rem;
}

.steam .border-t {
    border-top-width: 1px;
}

.steam .border-t-1 {
    border-top-width: 0.1rem;
}

.steam .border-t-20 {
    border-top-width: 2rem;
}

.steam .border-solid {
    border-style: solid;
}

.steam .border-none {
    border-style: none;
}

.steam .\!border-raven-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(206 212 218 / var(--tw-border-opacity)) !important;
}

.steam .border-amazon-400 {
    --tw-border-opacity: 1;
    border-color: rgb(254 189 105 / var(--tw-border-opacity));
}

.steam .border-raven-100 {
    --tw-border-opacity: 1;
    border-color: rgb(206 212 218 / var(--tw-border-opacity));
}

.steam .border-raven-400 {
    --tw-border-opacity: 1;
    border-color: rgb(70 76 83 / var(--tw-border-opacity));
}

.steam .border-raven-50 {
    --tw-border-opacity: 1;
    border-color: rgb(233 232 232 / var(--tw-border-opacity));
}

.steam .border-red-500 {
    --tw-border-opacity: 1;
    border-color: rgb(220 35 28 / var(--tw-border-opacity));
}

.steam .border-tarmac-200 {
    --tw-border-opacity: 1;
    border-color: rgb(148 148 148 / var(--tw-border-opacity));
}

.steam .border-tarmac-500 {
    --tw-border-opacity: 1;
    border-color: rgb(51 51 51 / var(--tw-border-opacity));
}

.steam .border-tarmac-75 {
    --tw-border-opacity: 1;
    border-color: rgb(227 227 227 / var(--tw-border-opacity));
}

.steam .border-transparent {
    border-color: transparent;
}

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

.steam .border-b-tarmac-25 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(248 248 248 / var(--tw-border-opacity));
}

.steam .border-b-tarmac-75 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(227 227 227 / var(--tw-border-opacity));
}

.steam .border-l-transparent {
    border-left-color: transparent;
}

.steam .border-r-transparent {
    border-right-color: transparent;
}

.steam .border-t-tarmac-50 {
    --tw-border-opacity: 1;
    border-top-color: rgb(244 244 244 / var(--tw-border-opacity));
}

.steam .border-t-tarmac-75 {
    --tw-border-opacity: 1;
    border-top-color: rgb(227 227 227 / var(--tw-border-opacity));
}

.steam .border-t-white {
    --tw-border-opacity: 1;
    border-top-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.steam .border-opacity-25 {
    --tw-border-opacity: 0.25;
}

.steam .\!bg-raven-10 {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(245 245 245 / var(--tw-bg-opacity)) !important;
}

.steam .\!bg-red-light-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(240 0 0 / var(--tw-bg-opacity)) !important;
}

.steam .bg-\[\#0059b2\] {
    --tw-bg-opacity: 1;
    background-color: rgb(0 89 178 / var(--tw-bg-opacity));
}

.steam .bg-\[\#0b66fa\] {
    --tw-bg-opacity: 1;
    background-color: rgb(11 102 250 / var(--tw-bg-opacity));
}

.steam .bg-\[\#1166A8\] {
    --tw-bg-opacity: 1;
    background-color: rgb(17 102 168 / var(--tw-bg-opacity));
}

.steam .bg-\[\#27AE60\] {
    --tw-bg-opacity: 1;
    background-color: rgb(39 174 96 / var(--tw-bg-opacity));
}

.steam .bg-\[\#38a614\] {
    --tw-bg-opacity: 1;
    background-color: rgb(56 166 20 / var(--tw-bg-opacity));
}

.steam .bg-\[\#949494\] {
    --tw-bg-opacity: 1;
    background-color: rgb(148 148 148 / var(--tw-bg-opacity));
}

.steam .bg-\[\#991289\] {
    --tw-bg-opacity: 1;
    background-color: rgb(153 18 137 / var(--tw-bg-opacity));
}

.steam .bg-\[\#994200\] {
    --tw-bg-opacity: 1;
    background-color: rgb(153 66 0 / var(--tw-bg-opacity));
}

.steam .bg-\[\#A2C23E\] {
    --tw-bg-opacity: 1;
    background-color: rgb(162 194 62 / var(--tw-bg-opacity));
}

.steam .bg-\[\#EDEDED\] {
    --tw-bg-opacity: 1;
    background-color: rgb(237 237 237 / var(--tw-bg-opacity));
}

.steam .bg-\[\#F5F200\] {
    --tw-bg-opacity: 1;
    background-color: rgb(245 242 0 / var(--tw-bg-opacity));
}

.steam .bg-\[\#FDB813\] {
    --tw-bg-opacity: 1;
    background-color: rgb(253 184 19 / var(--tw-bg-opacity));
}

.steam .bg-\[\#c4c4c4\] {
    --tw-bg-opacity: 1;
    background-color: rgb(196 196 196 / var(--tw-bg-opacity));
}

.steam .bg-\[\#d91a2a\] {
    --tw-bg-opacity: 1;
    background-color: rgb(217 26 42 / var(--tw-bg-opacity));
}

.steam .bg-\[\#db9d5d\] {
    --tw-bg-opacity: 1;
    background-color: rgb(219 157 93 / var(--tw-bg-opacity));
}

.steam .bg-\[\#dbAf6e\] {
    --tw-bg-opacity: 1;
    background-color: rgb(219 175 110 / var(--tw-bg-opacity));
}

.steam .bg-\[\#e8c84a\] {
    --tw-bg-opacity: 1;
    background-color: rgb(232 200 74 / var(--tw-bg-opacity));
}

.steam .bg-\[\#f7c81e\] {
    --tw-bg-opacity: 1;
    background-color: rgb(247 200 30 / var(--tw-bg-opacity));
}

.steam .bg-\[\#ff7500\] {
    --tw-bg-opacity: 1;
    background-color: rgb(255 117 0 / var(--tw-bg-opacity));
}

.steam .bg-\[rgba\(51\2c 51\2c 51\2c 0\.8\)\] {
    background-color: rgba(51,51,51,0.8);
}

.steam .bg-amazon-400 {
    --tw-bg-opacity: 1;
    background-color: rgb(254 189 105 / var(--tw-bg-opacity));
}

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

.steam .bg-black\/\[0\.7\] {
    background-color: rgb(0 0 0 / 0.7);
}

.steam .bg-gras-1 {
    --tw-bg-opacity: 1;
    background-color: rgb(39 174 96 / var(--tw-bg-opacity));
}

.steam .bg-heycar-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(0 41 55 / var(--tw-bg-opacity));
}

.steam .bg-hunting-green-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(2 126 63 / var(--tw-bg-opacity));
}

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

.steam .bg-raven-10 {
    --tw-bg-opacity: 1;
    background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}

.steam .bg-raven-25 {
    --tw-bg-opacity: 1;
    background-color: rgb(238 238 238 / var(--tw-bg-opacity));
}

.steam .bg-raven-300 {
    --tw-bg-opacity: 1;
    background-color: rgb(123 130 138 / var(--tw-bg-opacity));
}

.steam .bg-raven-400 {
    --tw-bg-opacity: 1;
    background-color: rgb(70 76 83 / var(--tw-bg-opacity));
}

.steam .bg-raven-5 {
    --tw-bg-opacity: 1;
    background-color: rgb(250 250 250 / var(--tw-bg-opacity));
}

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

.steam .bg-red-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(220 35 28 / var(--tw-bg-opacity));
}

.steam .bg-red-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(203 0 0 / var(--tw-bg-opacity));
}

.steam .bg-red-light-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(240 0 0 / var(--tw-bg-opacity));
}

.steam .bg-sunny-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(253 208 3 / var(--tw-bg-opacity));
}

.steam .bg-tarmac-25 {
    --tw-bg-opacity: 1;
    background-color: rgb(248 248 248 / var(--tw-bg-opacity));
}

.steam .bg-tarmac-300 {
    --tw-bg-opacity: 1;
    background-color: rgb(82 82 82 / var(--tw-bg-opacity));
}

.steam .bg-tarmac-400 {
    --tw-bg-opacity: 1;
    background-color: rgb(62 62 62 / var(--tw-bg-opacity));
}

.steam .bg-tarmac-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(51 51 51 / var(--tw-bg-opacity));
}

.steam .bg-tarmac-75 {
    --tw-bg-opacity: 1;
    background-color: rgb(227 227 227 / var(--tw-bg-opacity));
}

.steam .bg-transparent {
    background-color: transparent;
}

.steam .bg-verivox-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(253 138 2 / var(--tw-bg-opacity));
}

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

.steam .bg-opacity-\[0\.6\] {
    --tw-bg-opacity: 0.6;
}

.steam .bg-\[linear-gradient\(270deg\2c \#ffffffC7_0\%\2c \#FFFFFF_0\%\2c \#ffffffC7_5\.37\%\2c \#ffffff00_20\.74\%\)\] {
    background-image: linear-gradient(270deg,#ffffffC7 0%,#FFFFFF 0%,#ffffffC7 5.37%,#ffffff00 20.74%);
}

.steam .bg-gradient-to-br {
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}

.steam .from-\[\#000000\] {
    --tw-gradient-from: #000000;
    --tw-gradient-to: rgb(0 0 0 / 0);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.steam .via-\[\#000000\] {
    --tw-gradient-to: rgb(0 0 0 / 0);
    --tw-gradient-stops: var(--tw-gradient-from), #000000, var(--tw-gradient-to);
}

.steam .via-\[\#c4c4c4\] {
    --tw-gradient-to: rgb(196 196 196 / 0);
    --tw-gradient-stops: var(--tw-gradient-from), #c4c4c4, var(--tw-gradient-to);
}

.steam .to-\[\#000000\] {
    --tw-gradient-to: #000000;
}

.steam .bg-no-repeat {
    background-repeat: no-repeat;
}

.steam .\!fill-\[\#1166A8\] {
    fill: #1166A8 !important;
}

.steam .fill-current {
    fill: currentColor;
}

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

.steam .p-0 {
    padding: 0px;
}

.steam .p-10 {
    padding: 1rem;
}

.steam .p-12 {
    padding: 1.2rem;
}

.steam .p-13 {
    padding: 1.3rem;
}

.steam .p-14 {
    padding: 1.4rem;
}

.steam .p-20 {
    padding: 2rem;
}

.steam .px-0 {
    padding-left: 0px;
    padding-right: 0px;
}

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

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

.steam .px-11 {
    padding-left: 1.1rem;
    padding-right: 1.1rem;
}

.steam .px-12 {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
}

.steam .px-14 {
    padding-left: 1.4rem;
    padding-right: 1.4rem;
}

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

.steam .px-16 {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
}

.steam .px-17 {
    padding-left: 1.7rem;
    padding-right: 1.7rem;
}

.steam .px-18 {
    padding-left: 1.8rem;
    padding-right: 1.8rem;
}

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

.steam .px-22 {
    padding-left: 2.2rem;
    padding-right: 2.2rem;
}

.steam .px-23 {
    padding-left: 2.3rem;
    padding-right: 2.3rem;
}

.steam .px-24 {
    padding-left: 2.4rem;
    padding-right: 2.4rem;
}

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

.steam .px-39 {
    padding-left: 3.9rem;
    padding-right: 3.9rem;
}

.steam .px-45 {
    padding-left: 4.5rem;
    padding-right: 4.5rem;
}

.steam .px-48 {
    padding-left: 4.8rem;
    padding-right: 4.8rem;
}

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

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

.steam .px-55 {
    padding-left: 5.5rem;
    padding-right: 5.5rem;
}

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

.steam .px-61 {
    padding-left: 6.1rem;
    padding-right: 6.1rem;
}

.steam .px-65 {
    padding-left: 6.5rem;
    padding-right: 6.5rem;
}

.steam .px-70 {
    padding-left: 7rem;
    padding-right: 7rem;
}

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

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

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

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

.steam .py-12 {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
}

.steam .py-13 {
    padding-top: 1.3rem;
    padding-bottom: 1.3rem;
}

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

.steam .py-19 {
    padding-top: 1.9rem;
    padding-bottom: 1.9rem;
}

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

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

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

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

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

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

.steam .py-7 {
    padding-top: 0.7rem;
    padding-bottom: 0.7rem;
}

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

.steam .py-9 {
    padding-top: 0.9rem;
    padding-bottom: 0.9rem;
}

.steam .py-\[\.1rem\] {
    padding-top: .1rem;
    padding-bottom: .1rem;
}

.steam .pb-0 {
    padding-bottom: 0px;
}

.steam .pb-1 {
    padding-bottom: 0.1rem;
}

.steam .pb-10 {
    padding-bottom: 1rem;
}

.steam .pb-12 {
    padding-bottom: 1.2rem;
}

.steam .pb-13 {
    padding-bottom: 1.3rem;
}

.steam .pb-14 {
    padding-bottom: 1.4rem;
}

.steam .pb-15 {
    padding-bottom: 1.5rem;
}

.steam .pb-16 {
    padding-bottom: 1.6rem;
}

.steam .pb-17 {
    padding-bottom: 1.7rem;
}

.steam .pb-18 {
    padding-bottom: 1.8rem;
}

.steam .pb-19 {
    padding-bottom: 1.9rem;
}

.steam .pb-2 {
    padding-bottom: 0.2rem;
}

.steam .pb-20 {
    padding-bottom: 2rem;
}

.steam .pb-24 {
    padding-bottom: 2.4rem;
}

.steam .pb-3 {
    padding-bottom: 0.3rem;
}

.steam .pb-35 {
    padding-bottom: 3.5rem;
}

.steam .pb-4 {
    padding-bottom: 0.4rem;
}

.steam .pb-6 {
    padding-bottom: 0.6rem;
}

.steam .pb-7 {
    padding-bottom: 0.7rem;
}

.steam .pb-70 {
    padding-bottom: 7rem;
}

.steam .pb-8 {
    padding-bottom: 0.8rem;
}

.steam .pb-80 {
    padding-bottom: 8rem;
}

.steam .pb-\[15rem\] {
    padding-bottom: 15rem;
}

.steam .pl-10 {
    padding-left: 1rem;
}

.steam .pl-11 {
    padding-left: 1.1rem;
}

.steam .pl-12 {
    padding-left: 1.2rem;
}

.steam .pl-13 {
    padding-left: 1.3rem;
}

.steam .pl-15 {
    padding-left: 1.5rem;
}

.steam .pl-20 {
    padding-left: 2rem;
}

.steam .pl-25 {
    padding-left: 2.5rem;
}

.steam .pl-34 {
    padding-left: 3.4rem;
}

.steam .pl-6 {
    padding-left: 0.6rem;
}

.steam .pl-66 {
    padding-left: 6.6rem;
}

.steam .pl-8 {
    padding-left: 0.8rem;
}

.steam .pr-12 {
    padding-right: 1.2rem;
}

.steam .pr-13 {
    padding-right: 1.3rem;
}

.steam .pr-17 {
    padding-right: 1.7rem;
}

.steam .pr-33 {
    padding-right: 3.3rem;
}

.steam .pr-38 {
    padding-right: 3.8rem;
}

.steam .pr-40 {
    padding-right: 4rem;
}

.steam .pr-5 {
    padding-right: 0.5rem;
}

.steam .pr-65 {
    padding-right: 6.5rem;
}

.steam .pr-8 {
    padding-right: 0.8rem;
}

.steam .pt-0 {
    padding-top: 0px;
}

.steam .pt-1 {
    padding-top: 0.1rem;
}

.steam .pt-10 {
    padding-top: 1rem;
}

.steam .pt-11 {
    padding-top: 1.1rem;
}

.steam .pt-12 {
    padding-top: 1.2rem;
}

.steam .pt-13 {
    padding-top: 1.3rem;
}

.steam .pt-14 {
    padding-top: 1.4rem;
}

.steam .pt-15 {
    padding-top: 1.5rem;
}

.steam .pt-16 {
    padding-top: 1.6rem;
}

.steam .pt-18 {
    padding-top: 1.8rem;
}

.steam .pt-19 {
    padding-top: 1.9rem;
}

.steam .pt-2 {
    padding-top: 0.2rem;
}

.steam .pt-3 {
    padding-top: 0.3rem;
}

.steam .pt-31 {
    padding-top: 3.1rem;
}

.steam .pt-46 {
    padding-top: 4.6rem;
}

.steam .pt-6 {
    padding-top: 0.6rem;
}

.steam .pt-8 {
    padding-top: 0.8rem;
}

.steam .pt-9 {
    padding-top: 0.9rem;
}

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

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

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

.steam .text-justify {
    text-align: justify;
}

.steam .align-middle {
    vertical-align: middle;
}

.steam .align-bottom {
    vertical-align: bottom;
}

.steam .font-condensed {
    font-family: proxima-nova-condensed;
}

.steam .font-nova {
    font-family: proxima-nova;
}

.steam .font-sans {
    font-family: open-sans;
}

.steam .font-slab {
    font-family: roboto-slab;
}

.steam .text-10 {
    font-size: 1rem;
}

.steam .text-11 {
    font-size: 1.1rem;
}

.steam .text-12 {
    font-size: 1.2rem;
}

.steam .text-14 {
    font-size: 1.4rem;
}

.steam .text-15 {
    font-size: 1.5rem;
}

.steam .text-16 {
    font-size: 1.6rem;
}

.steam .text-17 {
    font-size: 1.7rem;
}

.steam .text-18 {
    font-size: 1.8rem;
}

.steam .text-20 {
    font-size: 2rem;
}

.steam .text-22 {
    font-size: 2.2rem;
}

.steam .text-23 {
    font-size: 2.3rem;
}

.steam .text-24 {
    font-size: 2.4rem;
}

.steam .text-26 {
    font-size: 2.6rem;
}

.steam .text-28 {
    font-size: 2.8rem;
}

.steam .text-30 {
    font-size: 3rem;
}

.steam .text-32 {
    font-size: 3.2rem;
}

.steam .text-50 {
    font-size: 5rem;
}

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

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

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

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

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

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

.steam .italic {
    font-style: italic;
}

.steam .leading-10 {
    line-height: 1rem;
}

.steam .leading-11 {
    line-height: 1.1rem;
}

.steam .leading-12 {
    line-height: 1.2rem;
}

.steam .leading-13 {
    line-height: 1.3rem;
}

.steam .leading-14 {
    line-height: 1.4rem;
}

.steam .leading-15 {
    line-height: 1.5rem;
}

.steam .leading-16 {
    line-height: 1.6rem;
}

.steam .leading-17 {
    line-height: 1.7rem;
}

.steam .leading-18 {
    line-height: 1.8rem;
}

.steam .leading-19 {
    line-height: 1.9rem;
}

.steam .leading-20 {
    line-height: 2rem;
}

.steam .leading-21 {
    line-height: 2.1rem;
}

.steam .leading-22 {
    line-height: 2.2rem;
}

.steam .leading-24 {
    line-height: 2.4rem;
}

.steam .leading-25 {
    line-height: 2.5rem;
}

.steam .leading-26 {
    line-height: 2.6rem;
}

.steam .leading-27 {
    line-height: 2.7rem;
}

.steam .leading-28 {
    line-height: 2.8rem;
}

.steam .leading-29 {
    line-height: 2.9rem;
}

.steam .leading-30 {
    line-height: 3rem;
}

.steam .leading-32 {
    line-height: 3.2rem;
}

.steam .leading-33 {
    line-height: 3.3rem;
}

.steam .leading-34 {
    line-height: 3.4rem;
}

.steam .leading-35 {
    line-height: 3.5rem;
}

.steam .leading-36 {
    line-height: 3.6rem;
}

.steam .leading-37 {
    line-height: 3.7rem;
}

.steam .leading-38 {
    line-height: 3.8rem;
}

.steam .leading-\[1\.22\] {
    line-height: 1.22;
}

.steam .leading-\[2\.179rem\] {
    line-height: 2.179rem;
}

.steam .leading-\[3\.165rem\] {
    line-height: 3.165rem;
}

.steam .leading-\[3\.268rem\] {
    line-height: 3.268rem;
}

.steam .leading-\[42\.5px\] {
    line-height: 42.5px;
}

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

.steam .tracking-\[0\.05em\] {
    letter-spacing: 0.05em;
}

.steam .tracking-wide {
    letter-spacing: 0.025em;
}

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

.steam .\!text-raven-200 {
    --tw-text-opacity: 1 !important;
    color: rgb(173 174 176 / var(--tw-text-opacity)) !important;
}

.steam .text-\[\#0b66fa\] {
    --tw-text-opacity: 1;
    color: rgb(11 102 250 / var(--tw-text-opacity));
}

.steam .text-\[\#1166A8\] {
    --tw-text-opacity: 1;
    color: rgb(17 102 168 / var(--tw-text-opacity));
}

.steam .text-\[\#1166a8\] {
    --tw-text-opacity: 1;
    color: rgb(17 102 168 / var(--tw-text-opacity));
}

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

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

.steam .text-raven-200 {
    --tw-text-opacity: 1;
    color: rgb(173 174 176 / var(--tw-text-opacity));
}

.steam .text-raven-300 {
    --tw-text-opacity: 1;
    color: rgb(123 130 138 / var(--tw-text-opacity));
}

.steam .text-raven-400 {
    --tw-text-opacity: 1;
    color: rgb(70 76 83 / var(--tw-text-opacity));
}

.steam .text-raven-500 {
    --tw-text-opacity: 1;
    color: rgb(33 37 41 / var(--tw-text-opacity));
}

.steam .text-red-500 {
    --tw-text-opacity: 1;
    color: rgb(220 35 28 / var(--tw-text-opacity));
}

.steam .text-red-light-400 {
    --tw-text-opacity: 1;
    color: rgb(255 0 0 / var(--tw-text-opacity));
}

.steam .text-red-light-500 {
    --tw-text-opacity: 1;
    color: rgb(240 0 0 / var(--tw-text-opacity));
}

.steam .text-tarmac-100 {
    --tw-text-opacity: 1;
    color: rgb(183 183 183 / var(--tw-text-opacity));
}

.steam .text-tarmac-200 {
    --tw-text-opacity: 1;
    color: rgb(148 148 148 / var(--tw-text-opacity));
}

.steam .text-tarmac-400 {
    --tw-text-opacity: 1;
    color: rgb(62 62 62 / var(--tw-text-opacity));
}

.steam .text-tarmac-500 {
    --tw-text-opacity: 1;
    color: rgb(51 51 51 / var(--tw-text-opacity));
}

.steam .text-tarmac-75 {
    --tw-text-opacity: 1;
    color: rgb(227 227 227 / var(--tw-text-opacity));
}

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

.steam .underline {
    text-decoration-line: underline;
}

.steam .line-through {
    text-decoration-line: line-through;
}

.steam .placeholder-tarmac-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(51 51 51 / var(--tw-placeholder-opacity));
}

.steam .placeholder-tarmac-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(51 51 51 / var(--tw-placeholder-opacity));
}

.steam .caret-current {
    caret-color: currentColor;
}

.steam .\!opacity-100 {
    opacity: 1 !important;
}

.steam .opacity-0 {
    opacity: 0;
}

.steam .opacity-100 {
    opacity: 1;
}

.steam .opacity-60 {
    opacity: 0.6;
}

.steam .shadow-\[0_0\.2rem_0\.4rem_0_rgba\(0\2c 0\2c 0\2c 0\.1\)\] {
    --tw-shadow: 0 0.2rem 0.4rem 0 rgba(0,0,0,0.1);
    --tw-shadow-colored: 0 0.2rem 0.4rem 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.steam .shadow-\[0_8px_16px_0_rgba\(0\2c 0\2c 0\2c 0\.1\)\] {
    --tw-shadow: 0 8px 16px 0 rgba(0,0,0,0.1);
    --tw-shadow-colored: 0 8px 16px 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.steam .shadow-\[0_8px_24px_0_rgba\(33\2c 37\2c 41\2c 0\.1\)\] {
    --tw-shadow: 0 8px 24px 0 rgba(33,37,41,0.1);
    --tw-shadow-colored: 0 8px 24px 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

.steam .ring-\[0\.35rem\] {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0.35rem + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.steam .ring-inset {
    --tw-ring-inset: inset;
}

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

.steam .filter {
    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);
}

.steam .transition {
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-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;
}

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

.steam .duration-100 {
    transition-duration: 100ms;
}

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

.steam .line-clamp-2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.steam .line-clamp-3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

/* Add swiper and rippleBtn utils */

.steam .swiper-button-next:after,
    .steam .swiper-button-prev:after {
        display: none;
    }

.steam .swiper-slide {
        height: auto;
    }

.steam .border-spacing-0 {
        border-spacing: 0;
    }

.steam .rippleBtn {
        position: relative;
        overflow: hidden;
    }

.steam .rippleBox {
        position: absolute;
        border-radius: 50%;
        transform: scale(0);
        animation: ripple 600ms linear;
        background-color: rgba(33, 37, 41, 0.15);
    }

@keyframes ripple {
        to {
            transform: scale(4);
            opacity: 0;
        }
    }

/* Tooltip Arrow Styles */

.steam [data-testid='toolTip'][data-popper-placement^='top']
        > div[data-testid='toolTipArrow'] {
        bottom: -0.8rem;
    }

.steam [data-testid='toolTip'][data-popper-placement^='top']
        > div[data-testid='toolTipArrow']::before {
        border-width: 0 0.1rem 0.1rem 0;
    }

.steam [data-testid='toolTip'][data-popper-placement^='bottom']
        > div[data-testid='toolTipArrow'] {
        top: -0.8rem;
    }

.steam [data-testid='toolTip'][data-popper-placement^='bottom']
        > div[data-testid='toolTipArrow']::before {
        border-width: 0.1rem 0 0 0.1rem;
    }

.steam .no-scrollbar {
        overflow: auto;
        /* this will hide the scrollbar in mozilla based browsers */
        overflow: -moz-scrollbars-none;
        scrollbar-width: none;
        /* this will hide the scrollbar in internet explorers */
        -ms-overflow-style: none;
    }

.steam .no-scrollbar::-webkit-scrollbar {
        width: 0 !important;
        display: none;
    }

.steam .placeholder\:font-condensed::-moz-placeholder {
    font-family: proxima-nova-condensed;
}

.steam .placeholder\:font-condensed::placeholder {
    font-family: proxima-nova-condensed;
}

.steam .placeholder\:text-18::-moz-placeholder {
    font-size: 1.8rem;
}

.steam .placeholder\:text-18::placeholder {
    font-size: 1.8rem;
}

.steam .placeholder\:font-normal::-moz-placeholder {
    font-weight: 400;
}

.steam .placeholder\:font-normal::placeholder {
    font-weight: 400;
}

.steam .placeholder\:leading-20::-moz-placeholder {
    line-height: 2rem;
}

.steam .placeholder\:leading-20::placeholder {
    line-height: 2rem;
}

.steam .placeholder\:text-raven-300::-moz-placeholder {
    --tw-text-opacity: 1;
    color: rgb(123 130 138 / var(--tw-text-opacity));
}

.steam .placeholder\:text-raven-300::placeholder {
    --tw-text-opacity: 1;
    color: rgb(123 130 138 / var(--tw-text-opacity));
}

.steam .placeholder\:text-red-500::-moz-placeholder {
    --tw-text-opacity: 1;
    color: rgb(220 35 28 / var(--tw-text-opacity));
}

.steam .placeholder\:text-red-500::placeholder {
    --tw-text-opacity: 1;
    color: rgb(220 35 28 / var(--tw-text-opacity));
}

.steam .before\:visible::before {
    content: var(--tw-content);
    visibility: visible;
}

.steam .before\:absolute::before {
    content: var(--tw-content);
    position: absolute;
}

.steam .before\:bottom-0::before {
    content: var(--tw-content);
    bottom: 0px;
}

.steam .before\:bottom-1\/2::before {
    content: var(--tw-content);
    bottom: 50%;
}

.steam .before\:left-0::before {
    content: var(--tw-content);
    left: 0px;
}

.steam .before\:left-1\/2::before {
    content: var(--tw-content);
    left: 50%;
}

.steam .before\:right-0::before {
    content: var(--tw-content);
    right: 0px;
}

.steam .before\:top-auto::before {
    content: var(--tw-content);
    top: auto;
}

.steam .before\:z-0::before {
    content: var(--tw-content);
    z-index: 0;
}

.steam .before\:z-10::before {
    content: var(--tw-content);
    z-index: 10;
}

.steam .before\:float-none::before {
    content: var(--tw-content);
    float: none;
}

.steam .before\:my-\[-\.1rem\]::before {
    content: var(--tw-content);
    margin-top: -.1rem;
    margin-bottom: -.1rem;
}

.steam .before\:-ml-7::before {
    content: var(--tw-content);
    margin-left: -0.7rem;
}

.steam .before\:box-border::before {
    content: var(--tw-content);
    box-sizing: border-box;
}

.steam .before\:block::before {
    content: var(--tw-content);
    display: block;
}

.steam .before\:inline-block::before {
    content: var(--tw-content);
    display: inline-block;
}

.steam .before\:flex::before {
    content: var(--tw-content);
    display: flex;
}

.steam .before\:h-0::before {
    content: var(--tw-content);
    height: 0px;
}

.steam .before\:h-16::before {
    content: var(--tw-content);
    height: 1.6rem;
}

.steam .before\:h-3::before {
    content: var(--tw-content);
    height: 0.3rem;
}

.steam .before\:h-auto::before {
    content: var(--tw-content);
    height: auto;
}

.steam .before\:w-0::before {
    content: var(--tw-content);
    width: 0px;
}

.steam .before\:w-16::before {
    content: var(--tw-content);
    width: 1.6rem;
}

.steam .before\:w-98::before {
    content: var(--tw-content);
    width: 9.8rem;
}

.steam .before\:min-w-\[9\.8rem\]::before {
    content: var(--tw-content);
    min-width: 9.8rem;
}

.steam .before\:rotate-45::before {
    content: var(--tw-content);
    --tw-rotate: 45deg;
    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));
}

.steam .before\:items-center::before {
    content: var(--tw-content);
    align-items: center;
}

.steam .before\:border-0::before {
    content: var(--tw-content);
    border-width: 0;
}

.steam .before\:border-x-7::before {
    content: var(--tw-content);
    border-left-width: 0.7rem;
    border-right-width: 0.7rem;
}

.steam .before\:border-b-5::before {
    content: var(--tw-content);
    border-bottom-width: 0.5rem;
}

.steam .before\:border-r::before {
    content: var(--tw-content);
    border-right-width: 1px;
}

.steam .before\:border-t::before {
    content: var(--tw-content);
    border-top-width: 1px;
}

.steam .before\:border-t-0::before {
    content: var(--tw-content);
    border-top-width: 0;
}

.steam .before\:border-solid::before {
    content: var(--tw-content);
    border-style: solid;
}

.steam .before\:border-raven-100::before {
    content: var(--tw-content);
    --tw-border-opacity: 1;
    border-color: rgb(206 212 218 / var(--tw-border-opacity));
}

.steam .before\:border-transparent::before {
    content: var(--tw-content);
    border-color: transparent;
}

.steam .before\:border-b-hunting-green-600::before {
    content: var(--tw-content);
    --tw-border-opacity: 1;
    border-bottom-color: rgb(2 126 63 / var(--tw-border-opacity));
}

.steam .before\:border-b-raven-10::before {
    content: var(--tw-content);
    --tw-border-opacity: 1;
    border-bottom-color: rgb(245 245 245 / var(--tw-border-opacity));
}

.steam .before\:border-b-red-600::before {
    content: var(--tw-content);
    --tw-border-opacity: 1;
    border-bottom-color: rgb(203 0 0 / var(--tw-border-opacity));
}

.steam .before\:border-b-sunny-500::before {
    content: var(--tw-content);
    --tw-border-opacity: 1;
    border-bottom-color: rgb(253 208 3 / var(--tw-border-opacity));
}

.steam .before\:bg-raven-0::before {
    content: var(--tw-content);
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.steam .before\:bg-tarmac-300::before {
    content: var(--tw-content);
    --tw-bg-opacity: 1;
    background-color: rgb(82 82 82 / var(--tw-bg-opacity));
}

.steam .before\:p-8::before {
    content: var(--tw-content);
    padding: 0.8rem;
}

.steam .before\:px-8::before {
    content: var(--tw-content);
    padding-left: 0.8rem;
    padding-right: 0.8rem;
}

.steam .before\:px-9::before {
    content: var(--tw-content);
    padding-left: 0.9rem;
    padding-right: 0.9rem;
}

.steam .before\:py-27::before {
    content: var(--tw-content);
    padding-top: 2.7rem;
    padding-bottom: 2.7rem;
}

.steam .before\:py-5::before {
    content: var(--tw-content);
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.steam .before\:py-9::before {
    content: var(--tw-content);
    padding-top: 0.9rem;
    padding-bottom: 0.9rem;
}

.steam .before\:text-left::before {
    content: var(--tw-content);
    text-align: left;
}

.steam .before\:text-14::before {
    content: var(--tw-content);
    font-size: 1.4rem;
}

.steam .before\:font-bold::before {
    content: var(--tw-content);
    font-weight: 700;
}

.steam .before\:leading-22::before {
    content: var(--tw-content);
    line-height: 2.2rem;
}

.steam .before\:text-hunting-green-600::before {
    content: var(--tw-content);
    --tw-text-opacity: 1;
    color: rgb(2 126 63 / var(--tw-text-opacity));
}

.steam .before\:text-red-500::before {
    content: var(--tw-content);
    --tw-text-opacity: 1;
    color: rgb(220 35 28 / var(--tw-text-opacity));
}

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

.steam .before\:content-\[\'\'\]::before {
    --tw-content: '';
    content: var(--tw-content);
}

.steam .before\:content-\[\'\+\'\]::before {
    --tw-content: '+';
    content: var(--tw-content);
}

.steam .before\:content-\[\'-\'\]::before {
    --tw-content: '-';
    content: var(--tw-content);
}

.steam .before\:content-\[attr\(data-label\)\]::before {
    --tw-content: attr(data-label);
    content: var(--tw-content);
}

.steam .last\:mr-0:last-child {
    margin-right: 0px;
}

.steam .last\:rounded-4:last-child {
    border-radius: 0.4rem;
}

.steam .even\:bg-raven-10:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}

.steam .hover\:cursor-default:hover {
    cursor: default;
}

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

.steam .hover\:border-amazon-500:hover {
    --tw-border-opacity: 1;
    border-color: rgb(255 153 0 / var(--tw-border-opacity));
}

.steam .hover\:border-raven-100:hover {
    --tw-border-opacity: 1;
    border-color: rgb(206 212 218 / var(--tw-border-opacity));
}

.steam .hover\:border-raven-400:hover {
    --tw-border-opacity: 1;
    border-color: rgb(70 76 83 / var(--tw-border-opacity));
}

.steam .hover\:border-red-500:hover {
    --tw-border-opacity: 1;
    border-color: rgb(220 35 28 / var(--tw-border-opacity));
}

.steam .hover\:border-red-600:hover {
    --tw-border-opacity: 1;
    border-color: rgb(203 0 0 / var(--tw-border-opacity));
}

.steam .hover\:border-red-light-500:hover {
    --tw-border-opacity: 1;
    border-color: rgb(240 0 0 / var(--tw-border-opacity));
}

.steam .hover\:border-tarmac-100:hover {
    --tw-border-opacity: 1;
    border-color: rgb(183 183 183 / var(--tw-border-opacity));
}

.steam .hover\:bg-\[\#00a4ff\]:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(0 164 255 / var(--tw-bg-opacity));
}

.steam .hover\:bg-\[\#FFFB1A\]:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(255 251 26 / var(--tw-bg-opacity));
}

.steam .hover\:bg-\[\#f5f200\]:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(245 242 0 / var(--tw-bg-opacity));
}

.steam .hover\:bg-amazon-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(255 153 0 / var(--tw-bg-opacity));
}

.steam .hover\:bg-red-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(220 35 28 / var(--tw-bg-opacity));
}

.steam .hover\:bg-red-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(203 0 0 / var(--tw-bg-opacity));
}

.steam .hover\:bg-red-light-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(255 0 0 / var(--tw-bg-opacity));
}

.steam .hover\:bg-red-light-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(240 0 0 / var(--tw-bg-opacity));
}

.steam .hover\:bg-tarmac-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(51 51 51 / var(--tw-bg-opacity));
}

.steam .hover\:bg-verivox-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(234 116 37 / var(--tw-bg-opacity));
}

.steam .hover\:text-\[\#1A72E8\]:hover {
    --tw-text-opacity: 1;
    color: rgb(26 114 232 / var(--tw-text-opacity));
}

.steam .hover\:text-\[\#1a72e8\]:hover {
    --tw-text-opacity: 1;
    color: rgb(26 114 232 / var(--tw-text-opacity));
}

.steam .hover\:text-\[\#F5F200\]:hover {
    --tw-text-opacity: 1;
    color: rgb(245 242 0 / var(--tw-text-opacity));
}

.steam .hover\:text-raven-0:hover {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

.steam .hover\:text-red-500:hover {
    --tw-text-opacity: 1;
    color: rgb(220 35 28 / var(--tw-text-opacity));
}

.steam .hover\:text-red-600:hover {
    --tw-text-opacity: 1;
    color: rgb(203 0 0 / var(--tw-text-opacity));
}

.steam .hover\:text-red-light-500:hover {
    --tw-text-opacity: 1;
    color: rgb(240 0 0 / var(--tw-text-opacity));
}

.steam .hover\:text-tarmac-200:hover {
    --tw-text-opacity: 1;
    color: rgb(148 148 148 / var(--tw-text-opacity));
}

.steam .hover\:text-tarmac-500:hover {
    --tw-text-opacity: 1;
    color: rgb(51 51 51 / var(--tw-text-opacity));
}

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

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

.steam .hover\:caret-raven-0:hover {
    caret-color: #FFFFFF;
}

.steam .hover\:opacity-80:hover {
    opacity: 0.8;
}

.steam .hover\:shadow-\[0_0\.2rem_0\.4rem_0_rgba\(0\2c 0\2c 0\2c 0\.1\)\]:hover {
    --tw-shadow: 0 0.2rem 0.4rem 0 rgba(0,0,0,0.1);
    --tw-shadow-colored: 0 0.2rem 0.4rem 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.steam .hover\:placeholder\:text-raven-0:hover::-moz-placeholder {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

.steam .hover\:placeholder\:text-raven-0:hover::placeholder {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

.steam .focus\:border-raven-400:focus {
    --tw-border-opacity: 1;
    border-color: rgb(70 76 83 / var(--tw-border-opacity));
}

.steam .focus\:border-tarmac-200:focus {
    --tw-border-opacity: 1;
    border-color: rgb(148 148 148 / var(--tw-border-opacity));
}

.steam .focus\:caret-current:focus {
    caret-color: currentColor;
}

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

.steam .focus\:placeholder\:text-raven-0:focus::-moz-placeholder {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

.steam .focus\:placeholder\:text-raven-0:focus::placeholder {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

.steam .focus-visible\:border-tarmac-200:focus-visible {
    --tw-border-opacity: 1;
    border-color: rgb(148 148 148 / var(--tw-border-opacity));
}

.steam .focus-visible\:ring-1:focus-visible {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.steam .focus-visible\:ring-white:focus-visible {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(255 255 255 / var(--tw-ring-opacity));
}

.steam .focus-visible\:ring-opacity-75:focus-visible {
    --tw-ring-opacity: 0.75;
}

.steam .focus-visible\:ring-offset-1:focus-visible {
    --tw-ring-offset-width: 1px;
}

.steam .focus-visible\:ring-offset-tarmac-100:focus-visible {
    --tw-ring-offset-color: #B7B7B7;
}

.steam .active\:border-raven-400:active {
    --tw-border-opacity: 1;
    border-color: rgb(70 76 83 / var(--tw-border-opacity));
}

.steam .active\:bg-\[\#FFFB1A\]:active {
    --tw-bg-opacity: 1;
    background-color: rgb(255 251 26 / var(--tw-bg-opacity));
}

.steam .active\:caret-current:active {
    caret-color: currentColor;
}

.steam .active\:placeholder\:text-raven-0:active::-moz-placeholder {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

.steam .active\:placeholder\:text-raven-0:active::placeholder {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

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

.steam .group:hover .group-hover\:border-raven-400 {
    --tw-border-opacity: 1;
    border-color: rgb(70 76 83 / var(--tw-border-opacity));
}

.steam .group:hover .group-hover\:bg-tarmac-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(51 51 51 / var(--tw-bg-opacity));
}

.steam .group:hover .group-hover\:fill-red-light-500 {
    fill: #F00000;
}

.steam .group:hover .group-hover\:stroke-red-light-500 {
    stroke: #F00000;
}

.steam .group:hover .group-hover\:text-red-light-500 {
    --tw-text-opacity: 1;
    color: rgb(240 0 0 / var(--tw-text-opacity));
}

.steam .group:hover .group-hover\:filter-none {
    filter: none;
}

@media (min-width: 768px) {

    .steam .md\:absolute {
        position: absolute;
    }
}

@media (min-width: 768px) {

    .steam .md\:relative {
        position: relative;
    }
}

@media (min-width: 768px) {

    .steam .md\:-bottom-26 {
        bottom: -2.6rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:-bottom-6 {
        bottom: -0.6rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:-bottom-7 {
        bottom: -0.7rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:-top-22 {
        top: -2.2rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:bottom-0 {
        bottom: 0px;
    }
}

@media (min-width: 768px) {

    .steam .md\:bottom-14 {
        bottom: 1.4rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:bottom-15 {
        bottom: 1.5rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:left-0 {
        left: 0px;
    }
}

@media (min-width: 768px) {

    .steam .md\:left-10 {
        left: 1rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:left-16 {
        left: 1.6rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:left-\[16\.6rem\] {
        left: 16.6rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:left-auto {
        left: auto;
    }
}

@media (min-width: 768px) {

    .steam .md\:right-0 {
        right: 0px;
    }
}

@media (min-width: 768px) {

    .steam .md\:right-15 {
        right: 1.5rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:right-20 {
        right: 2rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:right-263 {
        right: 26.3rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:right-278 {
        right: 27.8rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:right-3 {
        right: 0.3rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:right-39 {
        right: 3.9rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:right-5 {
        right: 0.5rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:right-7 {
        right: 0.7rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:right-\[21\.5rem\] {
        right: 21.5rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:right-\[22rem\] {
        right: 22rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:right-auto {
        right: auto;
    }
}

@media (min-width: 768px) {

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

@media (min-width: 768px) {

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

@media (min-width: 768px) {

    .steam .md\:top-16 {
        top: 1.6rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:top-20 {
        top: 2rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:top-35 {
        top: 3.5rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:top-6 {
        top: 0.6rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:top-7 {
        top: 0.7rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:top-8 {
        top: 0.8rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:z-0 {
        z-index: 0;
    }
}

@media (min-width: 768px) {

    .steam .md\:z-20 {
        z-index: 20;
    }
}

@media (min-width: 768px) {

    .steam .md\:z-30 {
        z-index: 30;
    }
}

@media (min-width: 768px) {

    .steam .md\:z-40 {
        z-index: 40;
    }
}

@media (min-width: 768px) {

    .steam .md\:z-\[1\] {
        z-index: 1;
    }
}

@media (min-width: 768px) {

    .steam .md\:z-\[2\] {
        z-index: 2;
    }
}

@media (min-width: 768px) {

    .steam .md\:z-auto {
        z-index: auto;
    }
}

@media (min-width: 768px) {

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

@media (min-width: 768px) {

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

@media (min-width: 768px) {

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

@media (min-width: 768px) {

    .steam .md\:float-left {
        float: left;
    }
}

@media (min-width: 768px) {

    .steam .md\:m-0 {
        margin: 0px;
    }
}

@media (min-width: 768px) {

    .steam .md\:-mx-172 {
        margin-left: -17.2rem;
        margin-right: -17.2rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:-mx-\[15\.1rem\] {
        margin-left: -15.1rem;
        margin-right: -15.1rem;
    }
}

@media (min-width: 768px) {

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

@media (min-width: 768px) {

    .steam .md\:mx-10 {
        margin-left: 1rem;
        margin-right: 1rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:mx-\[-15\.1rem\] {
        margin-left: -15.1rem;
        margin-right: -15.1rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:mx-\[-17\.2rem\] {
        margin-left: -17.2rem;
        margin-right: -17.2rem;
    }
}

@media (min-width: 768px) {

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

@media (min-width: 768px) {

    .steam .md\:mx-teaser {
        margin-left: -12.6rem;
        margin-right: -12.6rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:mx-teaser-xl {
        margin-left: -17.2rem;
        margin-right: -17.2rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:my-0 {
        margin-top: 0px;
        margin-bottom: 0px;
    }
}

@media (min-width: 768px) {

    .steam .md\:my-16 {
        margin-top: 1.6rem;
        margin-bottom: 1.6rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:my-40 {
        margin-top: 4rem;
        margin-bottom: 4rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:my-8 {
        margin-top: 0.8rem;
        margin-bottom: 0.8rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:-mb-11 {
        margin-bottom: -1.1rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:-mb-12 {
        margin-bottom: -1.2rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:-mb-2 {
        margin-bottom: -0.2rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:-mb-4 {
        margin-bottom: -0.4rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:-ml-11 {
        margin-left: -1.1rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:-ml-3 {
        margin-left: -0.3rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:-ml-\[49rem\] {
        margin-left: -49rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:-mr-10 {
        margin-right: -1rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:-mr-25 {
        margin-right: -2.5rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:-mr-9 {
        margin-right: -0.9rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:-mt-10 {
        margin-top: -1rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:-mt-11 {
        margin-top: -1.1rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:-mt-16 {
        margin-top: -1.6rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:-mt-23 {
        margin-top: -2.3rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:-mt-9 {
        margin-top: -0.9rem;
    }
}

@media (min-width: 768px) {

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

@media (min-width: 768px) {

    .steam .md\:mb-1 {
        margin-bottom: 0.1rem;
    }
}

@media (min-width: 768px) {

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

@media (min-width: 768px) {

    .steam .md\:mb-11 {
        margin-bottom: 1.1rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:mb-12 {
        margin-bottom: 1.2rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:mb-13 {
        margin-bottom: 1.3rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:mb-14 {
        margin-bottom: 1.4rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:mb-15 {
        margin-bottom: 1.5rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:mb-16 {
        margin-bottom: 1.6rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:mb-18 {
        margin-bottom: 1.8rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:mb-2 {
        margin-bottom: 0.2rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:mb-20 {
        margin-bottom: 2rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:mb-21 {
        margin-bottom: 2.1rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:mb-22 {
        margin-bottom: 2.2rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:mb-24 {
        margin-bottom: 2.4rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:mb-3 {
        margin-bottom: 0.3rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:mb-30 {
        margin-bottom: 3rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:mb-32 {
        margin-bottom: 3.2rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:mb-34 {
        margin-bottom: 3.4rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:mb-4 {
        margin-bottom: 0.4rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:mb-40 {
        margin-bottom: 4rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:mb-5 {
        margin-bottom: 0.5rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:mb-50 {
        margin-bottom: 5rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:mb-6 {
        margin-bottom: 0.6rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:mb-7 {
        margin-bottom: 0.7rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:mb-8 {
        margin-bottom: 0.8rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:mb-9 {
        margin-bottom: 0.9rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:mb-\[-0\.3rem\] {
        margin-bottom: -0.3rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:mb-\[3\.99rem\] {
        margin-bottom: 3.99rem;
    }
}

@media (min-width: 768px) {

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

@media (min-width: 768px) {

    .steam .md\:ml-0 {
        margin-left: 0px;
    }
}

@media (min-width: 768px) {

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

@media (min-width: 768px) {

    .steam .md\:ml-12 {
        margin-left: 1.2rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:ml-15 {
        margin-left: 1.5rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:ml-20 {
        margin-left: 2rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:ml-21 {
        margin-left: 2.1rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:ml-25 {
        margin-left: 2.5rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:ml-30 {
        margin-left: 3rem;
    }
}

@media (min-width: 768px) {

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

@media (min-width: 768px) {

    .steam .md\:ml-44 {
        margin-left: 4.4rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:ml-67 {
        margin-left: 6.7rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:ml-91 {
        margin-left: 9.1rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:ml-\[16\.6rem\] {
        margin-left: 16.6rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:ml-auto {
        margin-left: auto;
    }
}

@media (min-width: 768px) {

    .steam .md\:mr-0 {
        margin-right: 0px;
    }
}

@media (min-width: 768px) {

    .steam .md\:mr-10 {
        margin-right: 1rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:mr-12 {
        margin-right: 1.2rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:mr-14 {
        margin-right: 1.4rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:mr-15 {
        margin-right: 1.5rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:mr-20 {
        margin-right: 2rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:mr-22 {
        margin-right: 2.2rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:mr-28 {
        margin-right: 2.8rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:mr-30 {
        margin-right: 3rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:mr-39 {
        margin-right: 3.9rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:mr-5 {
        margin-right: 0.5rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:mr-81 {
        margin-right: 8.1rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:mr-96 {
        margin-right: 9.6rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:mr-\[1\.55rem\] {
        margin-right: 1.55rem;
    }
}

@media (min-width: 768px) {

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

@media (min-width: 768px) {

    .steam .md\:mt-1 {
        margin-top: 0.1rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:mt-10 {
        margin-top: 1rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:mt-11 {
        margin-top: 1.1rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:mt-12 {
        margin-top: 1.2rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:mt-15 {
        margin-top: 1.5rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:mt-16 {
        margin-top: 1.6rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:mt-17 {
        margin-top: 1.7rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:mt-2 {
        margin-top: 0.2rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:mt-20 {
        margin-top: 2rem;
    }
}

@media (min-width: 768px) {

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

@media (min-width: 768px) {

    .steam .md\:mt-31 {
        margin-top: 3.1rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:mt-32 {
        margin-top: 3.2rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:mt-34 {
        margin-top: 3.4rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:mt-4 {
        margin-top: 0.4rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:mt-40 {
        margin-top: 4rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:mt-41 {
        margin-top: 4.1rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:mt-43 {
        margin-top: 4.3rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:mt-6 {
        margin-top: 0.6rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:mt-\[1\.425rem\] {
        margin-top: 1.425rem;
    }
}

@media (min-width: 768px) {

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

@media (min-width: 768px) {

    .steam .md\:block {
        display: block;
    }
}

@media (min-width: 768px) {

    .steam .md\:inline-block {
        display: inline-block;
    }
}

@media (min-width: 768px) {

    .steam .md\:inline {
        display: inline;
    }
}

@media (min-width: 768px) {

    .steam .md\:flex {
        display: flex;
    }
}

@media (min-width: 768px) {

    .steam .md\:inline-flex {
        display: inline-flex;
    }
}

@media (min-width: 768px) {

    .steam .md\:table-cell {
        display: table-cell;
    }
}

@media (min-width: 768px) {

    .steam .md\:table-row {
        display: table-row;
    }
}

@media (min-width: 768px) {

    .steam .md\:hidden {
        display: none;
    }
}

@media (min-width: 768px) {

    .steam .md\:h-10 {
        height: 1rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:h-100 {
        height: 10rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:h-11 {
        height: 1.1rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:h-12 {
        height: 1.2rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:h-14 {
        height: 1.4rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:h-150 {
        height: 15rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:h-165 {
        height: 16.5rem;
    }
}

@media (min-width: 768px) {

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

@media (min-width: 768px) {

    .steam .md\:h-22 {
        height: 2.2rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:h-24 {
        height: 2.4rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:h-25 {
        height: 2.5rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:h-26 {
        height: 2.6rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:h-28 {
        height: 2.8rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:h-29 {
        height: 2.9rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:h-30 {
        height: 3rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:h-32 {
        height: 3.2rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:h-33 {
        height: 3.3rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:h-36 {
        height: 3.6rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:h-38 {
        height: 3.8rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:h-40 {
        height: 4rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:h-42 {
        height: 4.2rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:h-43 {
        height: 4.3rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:h-47 {
        height: 4.7rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:h-48 {
        height: 4.8rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:h-50 {
        height: 5rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:h-55 {
        height: 5.5rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:h-56 {
        height: 5.6rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:h-57 {
        height: 5.7rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:h-70 {
        height: 7rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:h-75 {
        height: 7.5rem;
    }
}

@media (min-width: 768px) {

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

@media (min-width: 768px) {

    .steam .md\:h-88 {
        height: 8.8rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:h-\[11\.491rem\] {
        height: 11.491rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:h-\[11\.4rem\] {
        height: 11.4rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:h-\[11\.5rem\] {
        height: 11.5rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:h-\[12rem\] {
        height: 12rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:h-\[13\.6rem\] {
        height: 13.6rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:h-\[16\.3rem\] {
        height: 16.3rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:h-\[16\.8rem\] {
        height: 16.8rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:h-\[16\.9rem\] {
        height: 16.9rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:h-\[16rem\] {
        height: 16rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:h-\[2\.05rem\] {
        height: 2.05rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:h-\[22rem\] {
        height: 22rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:h-\[29\.1rem\] {
        height: 29.1rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:h-\[4\.2rem\] {
        height: 4.2rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:h-\[4\.8rem\] {
        height: 4.8rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:h-\[41\.2rem\] {
        height: 41.2rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:h-\[42\.2rem\] {
        height: 42.2rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:h-\[4rem\] {
        height: 4rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:h-\[5\.7rem\] {
        height: 5.7rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:h-\[5rem\] {
        height: 5rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:h-auto {
        height: auto;
    }
}

@media (min-width: 768px) {

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

@media (min-width: 768px) {

    .steam .md\:max-h-30 {
        max-height: 3rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:max-h-44 {
        max-height: 4.4rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:max-h-57 {
        max-height: 5.7rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:max-h-\[11\.4rem\] {
        max-height: 11.4rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:max-h-\[15rem\] {
        max-height: 15rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:max-h-\[16\.9rem\] {
        max-height: 16.9rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:max-h-\[22\.7rem\] {
        max-height: 22.7rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:max-h-\[29\.1rem\] {
        max-height: 29.1rem;
    }
}

@media (min-width: 768px) {

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

@media (min-width: 768px) {

    .steam .md\:min-h-0 {
        min-height: 0px;
    }
}

@media (min-width: 768px) {

    .steam .md\:min-h-\[11\.3rem\] {
        min-height: 11.3rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:min-h-\[11\.4rem\] {
        min-height: 11.4rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:min-h-\[150px\] {
        min-height: 150px;
    }
}

@media (min-width: 768px) {

    .steam .md\:min-h-\[5\.7rem\] {
        min-height: 5.7rem;
    }
}

@media (min-width: 768px) {

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

@media (min-width: 768px) {

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

@media (min-width: 768px) {

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

@media (min-width: 768px) {

    .steam .md\:w-10 {
        width: 1rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:w-100 {
        width: 10rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:w-1010 {
        width: 101rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:w-122 {
        width: 12.2rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:w-14 {
        width: 1.4rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:w-15 {
        width: 1.5rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:w-150 {
        width: 15rem;
    }
}

@media (min-width: 768px) {

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

@media (min-width: 768px) {

    .steam .md\:w-20 {
        width: 2rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:w-22 {
        width: 2.2rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:w-25 {
        width: 2.5rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:w-258 {
        width: 25.8rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:w-30 {
        width: 3rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:w-42 {
        width: 4.2rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:w-47 {
        width: 4.7rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:w-48 {
        width: 4.8rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:w-57 {
        width: 5.7rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:w-666 {
        width: 66.6rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:w-682 {
        width: 68.2rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:w-70 {
        width: 7rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:w-712 {
        width: 71.2rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:w-75 {
        width: 7.5rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:w-8 {
        width: 0.8rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:w-84 {
        width: 8.4rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:w-90 {
        width: 9rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:w-\[1\.025rem\] {
        width: 1.025rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:w-\[1\.488rem\] {
        width: 1.488rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:w-\[10\.1rem\] {
        width: 10.1rem;
    }
}

@media (min-width: 768px) {

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

@media (min-width: 768px) {

    .steam .md\:w-\[101rem\] {
        width: 101rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:w-\[11\.6rem\] {
        width: 11.6rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:w-\[12\.2rem\] {
        width: 12.2rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:w-\[12\.4rem\] {
        width: 12.4rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:w-\[13\.8rem\] {
        width: 13.8rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:w-\[14\.9rem\] {
        width: 14.9rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:w-\[15\.7rem\] {
        width: 15.7rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:w-\[16\.332rem\] {
        width: 16.332rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:w-\[16\.3rem\] {
        width: 16.3rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:w-\[16\.4rem\] {
        width: 16.4rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:w-\[16\.5rem\] {
        width: 16.5rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:w-\[16\.6rem\] {
        width: 16.6rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:w-\[16\.9rem\] {
        width: 16.9rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:w-\[16rem\] {
        width: 16rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:w-\[17\.1rem\] {
        width: 17.1rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:w-\[18\.9rem\] {
        width: 18.9rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:w-\[18rem\] {
        width: 18rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:w-\[19\.5rem\] {
        width: 19.5rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:w-\[19\.8rem\] {
        width: 19.8rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:w-\[20\.4rem\] {
        width: 20.4rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:w-\[20\.788rem\] {
        width: 20.788rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:w-\[20\.8rem\] {
        width: 20.8rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:w-\[20rem\] {
        width: 20rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:w-\[22\.1rem\] {
        width: 22.1rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:w-\[23rem\] {
        width: 23rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:w-\[24\.5rem\] {
        width: 24.5rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:w-\[24rem\] {
        width: 24rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:w-\[25\.288rem\] {
        width: 25.288rem;
    }
}

@media (min-width: 768px) {

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

@media (min-width: 768px) {

    .steam .md\:w-\[26rem\] {
        width: 26rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:w-\[27\.4rem\] {
        width: 27.4rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:w-\[30\.2rem\] {
        width: 30.2rem;
    }
}

@media (min-width: 768px) {

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

@media (min-width: 768px) {

    .steam .md\:w-\[31\.788rem\] {
        width: 31.788rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:w-\[31rem\] {
        width: 31rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:w-\[32\.1rem\] {
        width: 32.1rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:w-\[32\.2rem\] {
        width: 32.2rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:w-\[33\.4rem\] {
        width: 33.4rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:w-\[35\.5rem\] {
        width: 35.5rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:w-\[35\.8rem\] {
        width: 35.8rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:w-\[35rem\] {
        width: 35rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:w-\[37\.8rem\] {
        width: 37.8rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:w-\[38\.25\%\] {
        width: 38.25%;
    }
}

@media (min-width: 768px) {

    .steam .md\:w-\[39\.6rem\] {
        width: 39.6rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:w-\[41rem\] {
        width: 41rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:w-\[42\.7rem\] {
        width: 42.7rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:w-\[44\.8rem\] {
        width: 44.8rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:w-\[46rem\] {
        width: 46rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:w-\[47\.1rem\] {
        width: 47.1rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:w-\[49\.4rem\] {
        width: 49.4rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:w-\[59\.9rem\] {
        width: 59.9rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:w-\[61\.212rem\] {
        width: 61.212rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:w-\[61\.75\%\] {
        width: 61.75%;
    }
}

@media (min-width: 768px) {

    .steam .md\:w-\[64\.6rem\] {
        width: 64.6rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:w-\[64\.9rem\] {
        width: 64.9rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:w-\[65\.212rem\] {
        width: 65.212rem;
    }
}

@media (min-width: 768px) {

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

@media (min-width: 768px) {

    .steam .md\:w-\[69\.8rem\] {
        width: 69.8rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:w-\[70\.8rem\] {
        width: 70.8rem;
    }
}

@media (min-width: 768px) {

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

@media (min-width: 768px) {

    .steam .md\:w-auto {
        width: auto;
    }
}

@media (min-width: 768px) {

    .steam .md\:w-fit {
        width: -moz-fit-content;
        width: fit-content;
    }
}

@media (min-width: 768px) {

    .steam .md\:w-full {
        width: 100%;
    }
}

@media (min-width: 768px) {

    .steam .md\:w-max {
        width: -moz-max-content;
        width: max-content;
    }
}

@media (min-width: 768px) {

    .steam .md\:w-none {
        width: 0px;
    }
}

@media (min-width: 768px) {

    .steam .md\:min-w-0 {
        min-width: 0px;
    }
}

@media (min-width: 768px) {

    .steam .md\:min-w-26 {
        min-width: 2.6rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:min-w-\[16\.6rem\] {
        min-width: 16.6rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:min-w-\[16rem\] {
        min-width: 16rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:min-w-\[17\.1rem\] {
        min-width: 17.1rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:min-w-\[20\.4rem\] {
        min-width: 20.4rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:min-w-\[23\.6rem\] {
        min-width: 23.6rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:min-w-\[26\.4rem\] {
        min-width: 26.4rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:min-w-\[27rem\] {
        min-width: 27rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:min-w-\[35rem\] {
        min-width: 35rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:min-w-\[66\.6rem\] {
        min-width: 66.6rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:max-w-\[101rem\] {
        max-width: 101rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:max-w-\[20\.4rem\] {
        max-width: 20.4rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:max-w-\[22\.4rem\] {
        max-width: 22.4rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:max-w-\[32\.2rem\] {
        max-width: 32.2rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:max-w-\[37rem\] {
        max-width: 37rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:max-w-\[49\.4rem\] {
        max-width: 49.4rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:max-w-\[55rem\] {
        max-width: 55rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:max-w-\[66\.6rem\] {
        max-width: 66.6rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:max-w-\[70\.8rem\] {
        max-width: 70.8rem;
    }
}

@media (min-width: 768px) {

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

@media (min-width: 768px) {

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

@media (min-width: 768px) {

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

@media (min-width: 768px) {

    .steam .md\:grow-0 {
        flex-grow: 0;
    }
}

@media (min-width: 768px) {

    .steam .md\:-translate-y-1\/2 {
        --tw-translate-y: -50%;
        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));
    }
}

@media (min-width: 768px) {

    .steam .md\:translate-x-0 {
        --tw-translate-x: 0px;
        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));
    }
}

@media (min-width: 768px) {

    .steam .md\:animate-none {
        animation: none;
    }
}

@media (min-width: 768px) {

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

@media (min-width: 768px) {

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

@media (min-width: 768px) {

    .steam .md\:flex-col {
        flex-direction: column;
    }
}

@media (min-width: 768px) {

    .steam .md\:flex-wrap {
        flex-wrap: wrap;
    }
}

@media (min-width: 768px) {

    .steam .md\:flex-nowrap {
        flex-wrap: nowrap;
    }
}

@media (min-width: 768px) {

    .steam .md\:place-content-end {
        place-content: end;
    }
}

@media (min-width: 768px) {

    .steam .md\:items-start {
        align-items: flex-start;
    }
}

@media (min-width: 768px) {

    .steam .md\:items-end {
        align-items: flex-end;
    }
}

@media (min-width: 768px) {

    .steam .md\:items-center {
        align-items: center;
    }
}

@media (min-width: 768px) {

    .steam .md\:items-baseline {
        align-items: baseline;
    }
}

@media (min-width: 768px) {

    .steam .md\:justify-start {
        justify-content: flex-start;
    }
}

@media (min-width: 768px) {

    .steam .md\:justify-end {
        justify-content: flex-end;
    }
}

@media (min-width: 768px) {

    .steam .md\:justify-center {
        justify-content: center;
    }
}

@media (min-width: 768px) {

    .steam .md\:justify-between {
        justify-content: space-between;
    }
}

@media (min-width: 768px) {

    .steam .md\:gap-15 {
        gap: 1.5rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:gap-20 {
        gap: 2rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:gap-22 {
        gap: 2.2rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:gap-26 {
        gap: 2.6rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:gap-7 {
        gap: 0.7rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:gap-x-16 {
        -moz-column-gap: 1.6rem;
             column-gap: 1.6rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:gap-x-20 {
        -moz-column-gap: 2rem;
             column-gap: 2rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:gap-x-28 {
        -moz-column-gap: 2.8rem;
             column-gap: 2.8rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:gap-x-30 {
        -moz-column-gap: 3rem;
             column-gap: 3rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:gap-y-2 {
        row-gap: 0.2rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:gap-y-26 {
        row-gap: 2.6rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:gap-y-29 {
        row-gap: 2.9rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:overflow-visible {
        overflow: visible;
    }
}

@media (min-width: 768px) {

    .steam .md\:overflow-y-visible {
        overflow-y: visible;
    }
}

@media (min-width: 768px) {

    .steam .md\:overscroll-auto {
        overscroll-behavior: auto;
    }
}

@media (min-width: 768px) {

    .steam .md\:overscroll-y-auto {
        overscroll-behavior-y: auto;
    }
}

@media (min-width: 768px) {

    .steam .md\:whitespace-normal {
        white-space: normal;
    }
}

@media (min-width: 768px) {

    .steam .md\:break-normal {
        overflow-wrap: normal;
        word-break: normal;
    }
}

@media (min-width: 768px) {

    .steam .md\:rounded-b-4 {
        border-bottom-right-radius: 0.4rem;
        border-bottom-left-radius: 0.4rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:rounded-r-4 {
        border-top-right-radius: 0.4rem;
        border-bottom-right-radius: 0.4rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:rounded-bl-8 {
        border-bottom-left-radius: 0.8rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:rounded-bl-none {
        border-bottom-left-radius: 0px;
    }
}

@media (min-width: 768px) {

    .steam .md\:rounded-br-4 {
        border-bottom-right-radius: 0.4rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:rounded-tl-4 {
        border-top-left-radius: 0.4rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:rounded-tl-8 {
        border-top-left-radius: 0.8rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:rounded-tr-none {
        border-top-right-radius: 0px;
    }
}

@media (min-width: 768px) {

    .steam .md\:border-0 {
        border-width: 0;
    }
}

@media (min-width: 768px) {

    .steam .md\:border-3 {
        border-width: 0.3rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:border-b {
        border-bottom-width: 1px;
    }
}

@media (min-width: 768px) {

    .steam .md\:border-l {
        border-left-width: 1px;
    }
}

@media (min-width: 768px) {

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

@media (min-width: 768px) {

    .steam .md\:border-r-0 {
        border-right-width: 0;
    }
}

@media (min-width: 768px) {

    .steam .md\:border-t-0 {
        border-top-width: 0;
    }
}

@media (min-width: 768px) {

    .steam .md\:border-t-1 {
        border-top-width: 0.1rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:border-none {
        border-style: none;
    }
}

@media (min-width: 768px) {

    .steam .md\:border-raven-100 {
        --tw-border-opacity: 1;
        border-color: rgb(206 212 218 / var(--tw-border-opacity));
    }
}

@media (min-width: 768px) {

    .steam .md\:border-b-raven-100 {
        --tw-border-opacity: 1;
        border-bottom-color: rgb(206 212 218 / var(--tw-border-opacity));
    }
}

@media (min-width: 768px) {

    .steam .md\:border-t-raven-100 {
        --tw-border-opacity: 1;
        border-top-color: rgb(206 212 218 / var(--tw-border-opacity));
    }
}

@media (min-width: 768px) {

    .steam .md\:bg-\[\#1166A8\] {
        --tw-bg-opacity: 1;
        background-color: rgb(17 102 168 / var(--tw-bg-opacity));
    }
}

@media (min-width: 768px) {

    .steam .md\:bg-raven-10 {
        --tw-bg-opacity: 1;
        background-color: rgb(245 245 245 / var(--tw-bg-opacity));
    }
}

@media (min-width: 768px) {

    .steam .md\:bg-red-500\/80 {
        background-color: rgb(220 35 28 / 0.8);
    }
}

@media (min-width: 768px) {

    .steam .md\:bg-tarmac-25 {
        --tw-bg-opacity: 1;
        background-color: rgb(248 248 248 / var(--tw-bg-opacity));
    }
}

@media (min-width: 768px) {

    .steam .md\:bg-tarmac-500 {
        --tw-bg-opacity: 1;
        background-color: rgb(51 51 51 / var(--tw-bg-opacity));
    }
}

@media (min-width: 768px) {

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

@media (min-width: 768px) {

    .steam .md\:\!bg-none {
        background-image: none !important;
    }
}

@media (min-width: 768px) {

    .steam .md\:bg-\[linear-gradient\(270deg\2c \#ffffffC7_0\%\2c \#FFFFFF_0\%\2c \#ffffffC7_5\.37\%\2c \#ffffff00_20\.74\%\)\] {
        background-image: linear-gradient(270deg,#ffffffC7 0%,#FFFFFF 0%,#ffffffC7 5.37%,#ffffff00 20.74%);
    }
}

@media (min-width: 768px) {

    .steam .md\:bg-\[linear-gradient\(90deg\2c \#00000033_0\%\2c \#00000000_51\.06\%\)\] {
        background-image: linear-gradient(90deg,#00000033 0%,#00000000 51.06%);
    }
}

@media (min-width: 768px) {

    .steam .md\:object-contain {
        -o-object-fit: contain;
           object-fit: contain;
    }
}

@media (min-width: 768px) {

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

@media (min-width: 768px) {

    .steam .md\:p-15 {
        padding: 1.5rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:p-19 {
        padding: 1.9rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:p-20 {
        padding: 2rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:p-\[0\] {
        padding: 0;
    }
}

@media (min-width: 768px) {

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

@media (min-width: 768px) {

    .steam .md\:px-10 {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:px-14 {
        padding-left: 1.4rem;
        padding-right: 1.4rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:px-15 {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:px-16 {
        padding-left: 1.6rem;
        padding-right: 1.6rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:px-17 {
        padding-left: 1.7rem;
        padding-right: 1.7rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:px-18 {
        padding-left: 1.8rem;
        padding-right: 1.8rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:px-19 {
        padding-left: 1.9rem;
        padding-right: 1.9rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:px-20 {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:px-27 {
        padding-left: 2.7rem;
        padding-right: 2.7rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:px-28 {
        padding-left: 2.8rem;
        padding-right: 2.8rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:px-29 {
        padding-left: 2.9rem;
        padding-right: 2.9rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:px-30 {
        padding-left: 3rem;
        padding-right: 3rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:px-32 {
        padding-left: 3.2rem;
        padding-right: 3.2rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:px-34 {
        padding-left: 3.4rem;
        padding-right: 3.4rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:px-39 {
        padding-left: 3.9rem;
        padding-right: 3.9rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:px-48 {
        padding-left: 4.8rem;
        padding-right: 4.8rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:px-50 {
        padding-left: 5rem;
        padding-right: 5rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:px-\[2\.75rem\] {
        padding-left: 2.75rem;
        padding-right: 2.75rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:py-0 {
        padding-top: 0px;
        padding-bottom: 0px;
    }
}

@media (min-width: 768px) {

    .steam .md\:py-10 {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:py-12 {
        padding-top: 1.2rem;
        padding-bottom: 1.2rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:py-13 {
        padding-top: 1.3rem;
        padding-bottom: 1.3rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:py-14 {
        padding-top: 1.4rem;
        padding-bottom: 1.4rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:py-15 {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:py-17 {
        padding-top: 1.7rem;
        padding-bottom: 1.7rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:py-18 {
        padding-top: 1.8rem;
        padding-bottom: 1.8rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:py-19 {
        padding-top: 1.9rem;
        padding-bottom: 1.9rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:py-2 {
        padding-top: 0.2rem;
        padding-bottom: 0.2rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:py-22 {
        padding-top: 2.2rem;
        padding-bottom: 2.2rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:py-26 {
        padding-top: 2.6rem;
        padding-bottom: 2.6rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:py-30 {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:py-4 {
        padding-top: 0.4rem;
        padding-bottom: 0.4rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:py-5 {
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:py-6 {
        padding-top: 0.6rem;
        padding-bottom: 0.6rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:py-8 {
        padding-top: 0.8rem;
        padding-bottom: 0.8rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:pb-0 {
        padding-bottom: 0px;
    }
}

@media (min-width: 768px) {

    .steam .md\:pb-1 {
        padding-bottom: 0.1rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:pb-10 {
        padding-bottom: 1rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:pb-12 {
        padding-bottom: 1.2rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:pb-14 {
        padding-bottom: 1.4rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:pb-15 {
        padding-bottom: 1.5rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:pb-19 {
        padding-bottom: 1.9rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:pb-20 {
        padding-bottom: 2rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:pb-24 {
        padding-bottom: 2.4rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:pb-26 {
        padding-bottom: 2.6rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:pb-30 {
        padding-bottom: 3rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:pb-38 {
        padding-bottom: 3.8rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:pb-40 {
        padding-bottom: 4rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:pb-5 {
        padding-bottom: 0.5rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:pb-6 {
        padding-bottom: 0.6rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:pb-9 {
        padding-bottom: 0.9rem;
    }
}

@media (min-width: 768px) {

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

@media (min-width: 768px) {

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

@media (min-width: 768px) {

    .steam .md\:pl-14 {
        padding-left: 1.4rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:pl-15 {
        padding-left: 1.5rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:pl-20 {
        padding-left: 2rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:pl-30 {
        padding-left: 3rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:pl-34 {
        padding-left: 3.4rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:pl-38 {
        padding-left: 3.8rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:pl-46 {
        padding-left: 4.6rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:pl-58 {
        padding-left: 5.8rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:pl-\[\.67rem\] {
        padding-left: .67rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:pl-\[0\.67rem\] {
        padding-left: 0.67rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:pl-\[1\.34rem\] {
        padding-left: 1.34rem;
    }
}

@media (min-width: 768px) {

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

@media (min-width: 768px) {

    .steam .md\:pr-10 {
        padding-right: 1rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:pr-13 {
        padding-right: 1.3rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:pr-15 {
        padding-right: 1.5rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:pr-19 {
        padding-right: 1.9rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:pr-20 {
        padding-right: 2rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:pr-30 {
        padding-right: 3rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:pr-33 {
        padding-right: 3.3rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:pr-37 {
        padding-right: 3.7rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:pr-45 {
        padding-right: 4.5rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:pr-57 {
        padding-right: 5.7rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:pr-9 {
        padding-right: 0.9rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:pr-\[\.67rem\] {
        padding-right: .67rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:pr-\[1\.33rem\] {
        padding-right: 1.33rem;
    }
}

@media (min-width: 768px) {

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

@media (min-width: 768px) {

    .steam .md\:pt-10 {
        padding-top: 1rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:pt-11 {
        padding-top: 1.1rem;
    }
}

@media (min-width: 768px) {

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

@media (min-width: 768px) {

    .steam .md\:pt-14 {
        padding-top: 1.4rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:pt-15 {
        padding-top: 1.5rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:pt-18 {
        padding-top: 1.8rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:pt-19 {
        padding-top: 1.9rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:pt-2 {
        padding-top: 0.2rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:pt-20 {
        padding-top: 2rem;
    }
}

@media (min-width: 768px) {

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

@media (min-width: 768px) {

    .steam .md\:pt-4 {
        padding-top: 0.4rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:pt-6 {
        padding-top: 0.6rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:pt-7 {
        padding-top: 0.7rem;
    }
}

@media (min-width: 768px) {

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

@media (min-width: 768px) {

    .steam .md\:text-center {
        text-align: center;
    }
}

@media (min-width: 768px) {

    .steam .md\:text-right {
        text-align: right;
    }
}

@media (min-width: 768px) {

    .steam .md\:font-sans {
        font-family: open-sans;
    }
}

@media (min-width: 768px) {

    .steam .md\:text-11 {
        font-size: 1.1rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:text-12 {
        font-size: 1.2rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:text-14 {
        font-size: 1.4rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:text-16 {
        font-size: 1.6rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:text-18 {
        font-size: 1.8rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:text-20 {
        font-size: 2rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:text-22 {
        font-size: 2.2rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:text-24 {
        font-size: 2.4rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:text-25 {
        font-size: 2.5rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:text-26 {
        font-size: 2.6rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:text-28 {
        font-size: 2.8rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:text-30 {
        font-size: 3rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:text-32 {
        font-size: 3.2rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:text-36 {
        font-size: 3.6rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:text-50 {
        font-size: 5rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:text-60 {
        font-size: 6rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:font-bold {
        font-weight: 700;
    }
}

@media (min-width: 768px) {

    .steam .md\:font-extrabold {
        font-weight: 800;
    }
}

@media (min-width: 768px) {

    .steam .md\:font-normal {
        font-weight: 400;
    }
}

@media (min-width: 768px) {

    .steam .md\:uppercase {
        text-transform: uppercase;
    }
}

@media (min-width: 768px) {

    .steam .md\:leading-16 {
        line-height: 1.6rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:leading-17 {
        line-height: 1.7rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:leading-18 {
        line-height: 1.8rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:leading-19 {
        line-height: 1.9rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:leading-20 {
        line-height: 2rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:leading-22 {
        line-height: 2.2rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:leading-23 {
        line-height: 2.3rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:leading-24 {
        line-height: 2.4rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:leading-25 {
        line-height: 2.5rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:leading-26 {
        line-height: 2.6rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:leading-28 {
        line-height: 2.8rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:leading-29 {
        line-height: 2.9rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:leading-30 {
        line-height: 3rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:leading-31 {
        line-height: 3.1rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:leading-32 {
        line-height: 3.2rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:leading-33 {
        line-height: 3.3rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:leading-34 {
        line-height: 3.4rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:leading-35 {
        line-height: 3.5rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:leading-36 {
        line-height: 3.6rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:leading-38 {
        line-height: 3.8rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:leading-40 {
        line-height: 4rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:leading-43 {
        line-height: 4.3rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:leading-48 {
        line-height: 4.8rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:leading-60 {
        line-height: 6rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:leading-68 {
        line-height: 6.8rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:leading-73 {
        line-height: 7.3rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:leading-\[2\.2rem\] {
        line-height: 2.2rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:tracking-\[0\.03em\] {
        letter-spacing: 0.03em;
    }
}

@media (min-width: 768px) {

    .steam .md\:tracking-wide {
        letter-spacing: 0.025em;
    }
}

@media (min-width: 768px) {

    .steam .md\:text-raven-0 {
        --tw-text-opacity: 1;
        color: rgb(255 255 255 / var(--tw-text-opacity));
    }
}

@media (min-width: 768px) {

    .steam .md\:text-raven-500 {
        --tw-text-opacity: 1;
        color: rgb(33 37 41 / var(--tw-text-opacity));
    }
}

@media (min-width: 768px) {

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

@media (min-width: 768px) {

    .steam .md\:opacity-0 {
        opacity: 0;
    }
}

@media (min-width: 768px) {

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

@media (min-width: 768px) {

    .steam .md\:duration-300 {
        transition-duration: 300ms;
    }
}

@media (min-width: 768px) {

    .steam .md\:line-clamp-1 {
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
    }
}

@media (min-width: 768px) {

    .steam .md\:line-clamp-3 {
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
    }
}

@media (min-width: 768px) {

    .steam .md\:before\:bottom-0::before {
        content: var(--tw-content);
        bottom: 0px;
    }
}

@media (min-width: 768px) {

    .steam .md\:before\:-ml-9::before {
        content: var(--tw-content);
        margin-left: -0.9rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:before\:hidden::before {
        content: var(--tw-content);
        display: none;
    }
}

@media (min-width: 768px) {

    .steam .md\:before\:border-x-9::before {
        content: var(--tw-content);
        border-left-width: 0.9rem;
        border-right-width: 0.9rem;
    }
}

@media (min-width: 768px) {

    .steam .md\:even\:bg-raven-10:nth-child(even) {
        --tw-bg-opacity: 1;
        background-color: rgb(245 245 245 / var(--tw-bg-opacity));
    }
}

@media (min-width: 768px) {

    .steam .md\:even\:bg-white:nth-child(even) {
        --tw-bg-opacity: 1;
        background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    }
}

@media (min-width: 768px) {

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

@media (min-width: 768px) {

    .steam .md\:hover\:bg-\[\#1166A8\]:hover {
        --tw-bg-opacity: 1;
        background-color: rgb(17 102 168 / var(--tw-bg-opacity));
    }
}

@media (min-width: 768px) {

    .steam .md\:hover\:bg-\[\#4A965F\]:hover {
        --tw-bg-opacity: 1;
        background-color: rgb(74 150 95 / var(--tw-bg-opacity));
    }
}

@media (min-width: 768px) {

    .steam .md\:hover\:shadow-\[0_0\.4rem_1\.3rem_-0\.3rem_\#999\]:hover {
        --tw-shadow: 0 0.4rem 1.3rem -0.3rem #999;
        --tw-shadow-colored: 0 0.4rem 1.3rem -0.3rem var(--tw-shadow-color);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
}

@media (min-width: 768px) {

    .steam .group:hover .md\:group-hover\:scale-110 {
        --tw-scale-x: 1.1;
        --tw-scale-y: 1.1;
        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));
    }
}

@media (min-width: 768px) {

    .steam .group:hover .md\:group-hover\:opacity-100 {
        opacity: 1;
    }
}

.steam .\[\&_\*\]\:fill-current * {
    fill: currentColor;
}

.steam .\[\&_\*\]\:fill-tarmac-400 * {
    fill: #3E3E3E;
}

.steam .\[\&_\*\]\:hover\:fill-white:hover * {
    fill: #FFFFFF;
}

.steam .group:hover .group-hover\:\[\&_\*\]\:fill-tarmac-300 * {
    fill: #525252;
}

.steam {
    font-size: 1.6rem;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    line-height: 1.5;
    padding: 0;
    margin: 0;
    text-align: left;
    display: block;
}

/*# sourceMappingURL=tailwind.css.map*/