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

::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-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

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

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

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

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

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

html,
:host {
  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: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
  cursor: default;
}

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

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

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

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

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

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

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

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.inset-0 {
  inset: 0px;
}

.inset-x-0 {
  left: 0px;
  right: 0px;
}

.-bottom-\[2px\] {
  bottom: -2px;
}

.-left-\[8px\] {
  left: -8px;
}

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

.-top-\[2px\] {
  top: -2px;
}

.bottom-0 {
  bottom: 0px;
}

.bottom-5 {
  bottom: 1.25rem;
}

.bottom-\[2px\] {
  bottom: 2px;
}

.bottom-\[calc\(100\%\+8px\)\] {
  bottom: calc(100% + 8px);
}

.left-0 {
  left: 0px;
}

.left-1 {
  left: 0.25rem;
}

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

.left-\[11px\] {
  left: 11px;
}

.left-\[15px\] {
  left: 15px;
}

.left-\[16px\] {
  left: 16px;
}

.left-\[4px\] {
  left: 4px;
}

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

.left-\[6px\] {
  left: 6px;
}

.left-\[7px\] {
  left: 7px;
}

.left-\[calc\(50\%\+181px\)\] {
  left: calc(50% + 181px);
}

.left-\[calc\(50\%\+208px\)\] {
  left: calc(50% + 208px);
}

.left-\[calc\(50\%-705px\)\] {
  left: calc(50% - 705px);
}

.left-auto {
  left: auto;
}

.top-0 {
  top: 0px;
}

.top-2 {
  top: 0.5rem;
}

.top-\[-13px\] {
  top: -13px;
}

.top-\[11px\] {
  top: 11px;
}

.top-\[132px\] {
  top: 132px;
}

.top-\[28px\] {
  top: 28px;
}

.top-\[2px\] {
  top: 2px;
}

.top-\[410px\] {
  top: 410px;
}

.top-\[4px\] {
  top: 4px;
}

.top-\[5px\] {
  top: 5px;
}

.top-\[6px\] {
  top: 6px;
}

.top-auto {
  top: auto;
}

.top-full {
  top: 100%;
}

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

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

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

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

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

.z-\[100\] {
  z-index: 100;
}

.z-\[110\] {
  z-index: 110;
}

.z-\[120\] {
  z-index: 120;
}

.z-\[130\] {
  z-index: 130;
}

.z-\[140\] {
  z-index: 140;
}

.z-\[150\] {
  z-index: 150;
}

.z-\[1\] {
  z-index: 1;
}

.z-\[200\] {
  z-index: 200;
}

.z-\[9999\] {
  z-index: 9999;
}

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

.col-auto {
  grid-column: auto;
}

.col-span-full {
  grid-column: 1 / -1;
}

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

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

.row-auto {
  grid-row: auto;
}

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

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

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

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

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

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

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

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

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

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

.m-0 {
  margin: 0px;
}

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

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

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

.mb-3\.5 {
  margin-bottom: 0.875rem;
}

.mb-\[5px\] {
  margin-bottom: 5px;
}

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

.mr-1 {
  margin-right: 0.25rem;
}

.mr-\[5px\] {
  margin-right: 5px;
}

.mt-0\.5 {
  margin-top: 0.125rem;
}

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

.mt-2\.5 {
  margin-top: 0.625rem;
}

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

.mt-\[-8px\] {
  margin-top: -8px;
}

.mt-\[14px\] {
  margin-top: 14px;
}

.mt-\[18px\] {
  margin-top: 18px;
}

.mt-\[19px\] {
  margin-top: 19px;
}

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

.mt-\[299px\] {
  margin-top: 299px;
}

.mt-\[30px\] {
  margin-top: 30px;
}

.mt-\[5px\] {
  margin-top: 5px;
}

.mt-\[73px\] {
  margin-top: 73px;
}

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

.block {
  display: block;
}

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

.inline {
  display: inline;
}

.flex {
  display: flex;
}

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

.grid {
  display: grid;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
}

.size-10 {
  width: 2.5rem;
  height: 2.5rem;
}

.size-2\.5 {
  width: 0.625rem;
  height: 0.625rem;
}

.size-3 {
  width: 0.75rem;
  height: 0.75rem;
}

.size-3\.5 {
  width: 0.875rem;
  height: 0.875rem;
}

.size-4 {
  width: 1rem;
  height: 1rem;
}

.size-5 {
  width: 1.25rem;
  height: 1.25rem;
}

.size-6 {
  width: 1.5rem;
  height: 1.5rem;
}

.size-7 {
  width: 1.75rem;
  height: 1.75rem;
}

.size-\[105px\] {
  width: 105px;
  height: 105px;
}

.size-\[111px\] {
  width: 111px;
  height: 111px;
}

.size-\[114px\] {
  width: 114px;
  height: 114px;
}

.size-\[117px\] {
  width: 117px;
  height: 117px;
}

.size-\[124px\] {
  width: 124px;
  height: 124px;
}

.size-\[125px\] {
  width: 125px;
  height: 125px;
}

.size-\[14px\] {
  width: 14px;
  height: 14px;
}

.size-\[172px\] {
  width: 172px;
  height: 172px;
}

.size-\[18px\] {
  width: 18px;
  height: 18px;
}

.size-\[204px\] {
  width: 204px;
  height: 204px;
}

.size-\[227px\] {
  width: 227px;
  height: 227px;
}

.size-\[26px\] {
  width: 26px;
  height: 26px;
}

.size-\[300px\] {
  width: 300px;
  height: 300px;
}

.size-\[30px\] {
  width: 30px;
  height: 30px;
}

.size-\[315px\] {
  width: 315px;
  height: 315px;
}

.size-\[5px\] {
  width: 5px;
  height: 5px;
}

.size-\[81px\] {
  width: 81px;
  height: 81px;
}

.size-\[90px\] {
  width: 90px;
  height: 90px;
}

.size-full {
  width: 100%;
  height: 100%;
}

.h-10 {
  height: 2.5rem;
}

.h-11 {
  height: 2.75rem;
}

.h-4 {
  height: 1rem;
}

.h-5 {
  height: 1.25rem;
}

.h-6 {
  height: 1.5rem;
}

.h-7 {
  height: 1.75rem;
}

.h-8 {
  height: 2rem;
}

.h-9 {
  height: 2.25rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.h-px {
  height: 1px;
}

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

.max-h-\[calc\(100vh-2rem\)\] {
  max-height: calc(100vh - 2rem);
}

.max-h-\[min\(712px\2c calc\(100vh-2rem\)\)\] {
  max-height: min(712px,calc(100vh - 2rem));
}

.max-h-\[min\(720px\2c calc\(100vh-2rem\)\)\] {
  max-height: min(720px,calc(100vh - 2rem));
}

.max-h-\[min\(725px\2c calc\(100vh-2rem\)\)\] {
  max-height: min(725px,calc(100vh - 2rem));
}

.max-h-\[min\(856px\2c calc\(100vh-2rem\)\)\] {
  max-height: min(856px,calc(100vh - 2rem));
}

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

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

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

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

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

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

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

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

.w-0\.5 {
  width: 0.125rem;
}

.w-16 {
  width: 4rem;
}

.w-40 {
  width: 10rem;
}

.w-8 {
  width: 2rem;
}

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

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

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

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

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

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

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

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

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

.w-\[2\.5px\] {
  width: 2.5px;
}

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

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

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

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

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

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

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

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

.w-\[3\.5px\] {
  width: 3.5px;
}

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

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

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

.w-\[354\.5px\] {
  width: 354.5px;
}

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

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

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

.w-\[6\.5px\] {
  width: 6.5px;
}

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

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

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

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

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

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

.w-auto {
  width: auto;
}

.w-full {
  width: 100%;
}

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

.w-px {
  width: 1px;
}

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

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

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

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

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

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

.max-w-\[354\.5px\] {
  max-width: 354.5px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.-scale-x-100 {
  --tw-scale-x: -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));
}

.cursor-default {
  cursor: default;
}

.cursor-help {
  cursor: help;
}

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

.cursor-pointer {
  cursor: pointer;
}

.resize-none {
  resize: none;
}

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

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

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

.grid-cols-\[124px_minmax\(0\2c 1fr\)\] {
  grid-template-columns: 124px minmax(0,1fr);
}

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

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

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

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

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

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

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

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

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

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

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

.gap-0 {
  gap: 0px;
}

.gap-1 {
  gap: 0.25rem;
}

.gap-1\.5 {
  gap: 0.375rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-2\.5 {
  gap: 0.625rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-\[10px\] {
  gap: 10px;
}

.gap-\[11px\] {
  gap: 11px;
}

.gap-\[13px\] {
  gap: 13px;
}

.gap-\[15px\] {
  gap: 15px;
}

.gap-\[25px\] {
  gap: 25px;
}

.gap-\[30px\] {
  gap: 30px;
}

.gap-\[3px\] {
  gap: 3px;
}

.gap-\[5px\] {
  gap: 5px;
}

.gap-\[7px\] {
  gap: 7px;
}

.gap-\[80px\] {
  gap: 80px;
}

.gap-x-2\.5 {
  -moz-column-gap: 0.625rem;
       column-gap: 0.625rem;
}

.gap-y-\[11px\] {
  row-gap: 11px;
}

.self-stretch {
  align-self: stretch;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-visible {
  overflow: visible;
}

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

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

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

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

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

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

.rounded {
  border-radius: 0.25rem;
}

.rounded-\[10px\] {
  border-radius: 10px;
}

.rounded-\[19px\] {
  border-radius: 19px;
}

.rounded-\[20px\] {
  border-radius: 20px;
}

.rounded-\[2px\] {
  border-radius: 2px;
}

.rounded-\[5px\] {
  border-radius: 5px;
}

.rounded-\[99px\] {
  border-radius: 99px;
}

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

.rounded-sm {
  border-radius: 0.125rem;
}

.rounded-bl-\[9px\] {
  border-bottom-left-radius: 9px;
}

.rounded-br-\[9px\] {
  border-bottom-right-radius: 9px;
}

.rounded-tr-\[9px\] {
  border-top-right-radius: 9px;
}

.border {
  border-width: 1px;
}

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

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

.border-\[0\.62px\] {
  border-width: 0.62px;
}

.border-x-\[6px\] {
  border-left-width: 6px;
  border-right-width: 6px;
}

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

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

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

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

.border-t-\[6px\] {
  border-top-width: 6px;
}

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

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

.border-\[\#2b2b2b\] {
  --tw-border-opacity: 1;
  border-color: rgb(43 43 43 / var(--tw-border-opacity, 1));
}

.border-\[\#2d2d2d\] {
  --tw-border-opacity: 1;
  border-color: rgb(45 45 45 / var(--tw-border-opacity, 1));
}

.border-\[\#313131\] {
  --tw-border-opacity: 1;
  border-color: rgb(49 49 49 / var(--tw-border-opacity, 1));
}

.border-\[\#3c3c3c\] {
  --tw-border-opacity: 1;
  border-color: rgb(60 60 60 / var(--tw-border-opacity, 1));
}

.border-\[\#555\] {
  --tw-border-opacity: 1;
  border-color: rgb(85 85 85 / var(--tw-border-opacity, 1));
}

.border-\[\#626262\] {
  --tw-border-opacity: 1;
  border-color: rgb(98 98 98 / var(--tw-border-opacity, 1));
}

.border-\[\#720000\] {
  --tw-border-opacity: 1;
  border-color: rgb(114 0 0 / var(--tw-border-opacity, 1));
}

.border-\[\#7b0000\] {
  --tw-border-opacity: 1;
  border-color: rgb(123 0 0 / var(--tw-border-opacity, 1));
}

.border-\[\#a00407\] {
  --tw-border-opacity: 1;
  border-color: rgb(160 4 7 / var(--tw-border-opacity, 1));
}

.border-\[\#a40000\] {
  --tw-border-opacity: 1;
  border-color: rgb(164 0 0 / var(--tw-border-opacity, 1));
}

.border-\[\#ba0003\] {
  --tw-border-opacity: 1;
  border-color: rgb(186 0 3 / var(--tw-border-opacity, 1));
}

.border-\[\#ce0003\] {
  --tw-border-opacity: 1;
  border-color: rgb(206 0 3 / var(--tw-border-opacity, 1));
}

.border-\[\#e00004\] {
  --tw-border-opacity: 1;
  border-color: rgb(224 0 4 / var(--tw-border-opacity, 1));
}

.border-\[\#ff0004\] {
  --tw-border-opacity: 1;
  border-color: rgb(255 0 4 / var(--tw-border-opacity, 1));
}

.border-\[\#ff080c\] {
  --tw-border-opacity: 1;
  border-color: rgb(255 8 12 / var(--tw-border-opacity, 1));
}

.border-\[\#ff4245\] {
  --tw-border-opacity: 1;
  border-color: rgb(255 66 69 / var(--tw-border-opacity, 1));
}

.border-\[red\] {
  --tw-border-opacity: 1;
  border-color: rgb(255 0 0 / var(--tw-border-opacity, 1));
}

.border-\[rgba\(241\2c 77\2c 80\2c 0\.35\)\] {
  border-color: rgba(241,77,80,0.35);
}

.border-\[rgba\(250\2c 16\2c 49\2c 0\.35\)\] {
  border-color: rgba(250,16,49,0.35);
}

.border-\[rgba\(250\2c 16\2c 49\2c 0\.8\)\] {
  border-color: rgba(250,16,49,0.8);
}

.border-\[rgba\(255\2c 0\2c 4\2c 0\.55\)\] {
  border-color: rgba(255,0,4,0.55);
}

.border-cbr-green {
  --tw-border-opacity: 1;
  border-color: rgb(52 199 89 / var(--tw-border-opacity, 1));
}

.border-cbr-red {
  --tw-border-opacity: 1;
  border-color: rgb(206 0 3 / var(--tw-border-opacity, 1));
}

.border-cbr-red-dark {
  --tw-border-opacity: 1;
  border-color: rgb(164 0 0 / var(--tw-border-opacity, 1));
}

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

.border-white\/10 {
  border-color: rgb(255 255 255 / 0.1);
}

.border-white\/25 {
  border-color: rgb(255 255 255 / 0.25);
}

.border-x-transparent {
  border-left-color: transparent;
  border-right-color: transparent;
}

.bg-\[\#000\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

.bg-\[\#0f0f0f\] {
  --tw-bg-opacity: 1;
  background-color: rgb(15 15 15 / var(--tw-bg-opacity, 1));
}

.bg-\[\#190506\] {
  --tw-bg-opacity: 1;
  background-color: rgb(25 5 6 / var(--tw-bg-opacity, 1));
}

.bg-\[\#1b1b1b\] {
  --tw-bg-opacity: 1;
  background-color: rgb(27 27 27 / var(--tw-bg-opacity, 1));
}

.bg-\[\#1d1e1f\] {
  --tw-bg-opacity: 1;
  background-color: rgb(29 30 31 / var(--tw-bg-opacity, 1));
}

.bg-\[\#4a4a4a\] {
  --tw-bg-opacity: 1;
  background-color: rgb(74 74 74 / var(--tw-bg-opacity, 1));
}

.bg-\[\#9f0306\] {
  --tw-bg-opacity: 1;
  background-color: rgb(159 3 6 / var(--tw-bg-opacity, 1));
}

.bg-\[\#F14C4F\] {
  --tw-bg-opacity: 1;
  background-color: rgb(241 76 79 / var(--tw-bg-opacity, 1));
}

.bg-\[\#a00407\] {
  --tw-bg-opacity: 1;
  background-color: rgb(160 4 7 / var(--tw-bg-opacity, 1));
}

.bg-\[\#eb0004\] {
  --tw-bg-opacity: 1;
  background-color: rgb(235 0 4 / var(--tw-bg-opacity, 1));
}

.bg-\[\#ff0004\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 0 4 / var(--tw-bg-opacity, 1));
}

.bg-\[rgba\(0\2c 0\2c 0\2c 0\.55\)\] {
  background-color: rgba(0,0,0,0.55);
}

.bg-\[rgba\(0\2c 0\2c 0\2c 0\.69\)\] {
  background-color: rgba(0,0,0,0.69);
}

.bg-\[rgba\(11\2c 11\2c 11\2c 0\.52\)\] {
  background-color: rgba(11,11,11,0.52);
}

.bg-\[rgba\(126\2c 0\2c 2\2c 0\.39\)\] {
  background-color: rgba(126,0,2,0.39);
}

.bg-\[rgba\(147\2c 147\2c 147\2c 0\.26\)\] {
  background-color: rgba(147,147,147,0.26);
}

.bg-\[rgba\(169\2c 0\2c 0\2c 0\.26\)\] {
  background-color: rgba(169,0,0,0.26);
}

.bg-\[rgba\(175\2c 3\2c 5\2c 0\.29\)\] {
  background-color: rgba(175,3,5,0.29);
}

.bg-\[rgba\(175\2c 3\2c 5\2c 0\.9\)\] {
  background-color: rgba(175,3,5,0.9);
}

.bg-\[rgba\(175\2c 3\2c 5\2c 0\.96\)\] {
  background-color: rgba(175,3,5,0.96);
}

.bg-\[rgba\(229\2c 34\2c 34\2c 0\.16\)\] {
  background-color: rgba(229,34,34,0.16);
}

.bg-\[rgba\(241\2c 77\2c 80\2c 0\.25\)\] {
  background-color: rgba(241,77,80,0.25);
}

.bg-\[rgba\(244\2c 13\2c 33\2c 0\.81\)\] {
  background-color: rgba(244,13,33,0.81);
}

.bg-\[rgba\(255\2c 255\2c 255\2c 0\.2\)\] {
  background-color: rgba(255,255,255,0.2);
}

.bg-\[rgba\(29\2c 29\2c 29\2c 0\.9\)\] {
  background-color: rgba(29,29,29,0.9);
}

.bg-\[rgba\(52\2c 199\2c 89\2c 0\.16\)\] {
  background-color: rgba(52,199,89,0.16);
}

.bg-\[rgba\(6\2c 6\2c 6\2c 0\.61\)\] {
  background-color: rgba(6,6,6,0.61);
}

.bg-\[rgba\(8\2c 9\2c 14\2c 0\.84\)\] {
  background-color: rgba(8,9,14,0.84);
}

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

.bg-black\/70 {
  background-color: rgb(0 0 0 / 0.7);
}

.bg-black\/85 {
  background-color: rgb(0 0 0 / 0.85);
}

.bg-black\/90 {
  background-color: rgb(0 0 0 / 0.9);
}

.bg-black\/95 {
  background-color: rgb(0 0 0 / 0.95);
}

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

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

.bg-white\/10 {
  background-color: rgb(255 255 255 / 0.1);
}

.bg-\[radial-gradient\(ellipse_at_top\2c _rgba\(255\2c 20\2c 20\2c 0\.34\)_0\%\2c _rgba\(177\2c 10\2c 10\2c 0\.17\)_50\%\2c _rgba\(99\2c 0\2c 0\2c 0\)_100\%\)\] {
  background-image: radial-gradient(ellipse at top, rgba(255,20,20,0.34) 0%, rgba(177,10,10,0.17) 50%, rgba(99,0,0,0) 100%);
}

.bg-\[url\(\'\.\.\/images\/cbr-con\/bg-section1-mb\.webp\'\)\] {
  background-image: url('../images/cbr-con/bg-section1-mb.webp');
}

.bg-\[url\(\'\.\.\/images\/cbr-con\/bg-section2-mb\.webp\'\)\] {
  background-image: url('../images/cbr-con/bg-section2-mb.webp');
}

.bg-\[url\(\'\.\.\/images\/cbr-con\/bg-section3-xl\.webp\'\)\] {
  background-image: url('../images/cbr-con/bg-section3-xl.webp');
}

.bg-\[url\(\'\.\.\/images\/cbr-con\/bg-section4-xl\.webp\'\)\] {
  background-image: url('../images/cbr-con/bg-section4-xl.webp');
}

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

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

.to-transparent {
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}

.bg-cover {
  background-size: cover;
}

.bg-bottom {
  background-position: bottom;
}

.bg-top {
  background-position: top;
}

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

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

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

.object-left {
  -o-object-position: left;
     object-position: left;
}

.p-0 {
  padding: 0px;
}

.p-2\.5 {
  padding: 0.625rem;
}

.p-4 {
  padding: 1rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-\[11px\] {
  padding: 11px;
}

.p-\[19px\] {
  padding: 19px;
}

.p-\[5px\] {
  padding: 5px;
}

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

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

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

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

.px-2\.5 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

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

.px-3\.5 {
  padding-left: 0.875rem;
  padding-right: 0.875rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

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

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

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

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

.py-\[3px\] {
  padding-top: 3px;
  padding-bottom: 3px;
}

.py-\[5px\] {
  padding-top: 5px;
  padding-bottom: 5px;
}

.py-\[9px\] {
  padding-top: 9px;
  padding-bottom: 9px;
}

.pb-10 {
  padding-bottom: 2.5rem;
}

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

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

.pb-5 {
  padding-bottom: 1.25rem;
}

.pb-8 {
  padding-bottom: 2rem;
}

.pb-\[280px\] {
  padding-bottom: 280px;
}

.pb-\[60px\] {
  padding-bottom: 60px;
}

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

.pl-2\.5 {
  padding-left: 0.625rem;
}

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

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

.pr-2\.5 {
  padding-right: 0.625rem;
}

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

.pt-2\.5 {
  padding-top: 0.625rem;
}

.pt-5 {
  padding-top: 1.25rem;
}

.pt-\[25px\] {
  padding-top: 25px;
}

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

.pt-\[40px\] {
  padding-top: 40px;
}

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

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

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

.font-prompt {
  font-family: Prompt, sans-serif;
}

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

.text-\[11px\] {
  font-size: 11px;
}

.text-\[12px\] {
  font-size: 12px;
}

.text-\[13px\] {
  font-size: 13px;
}

.text-\[14px\] {
  font-size: 14px;
}

.text-\[16px\] {
  font-size: 16px;
}

.text-\[18px\] {
  font-size: 18px;
}

.text-\[23px\] {
  font-size: 23px;
}

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

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

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

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

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

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

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

.font-medium {
  font-weight: 500;
}

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

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

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

.leading-4 {
  line-height: 1rem;
}

.leading-\[1\.4\] {
  line-height: 1.4;
}

.leading-\[12px\] {
  line-height: 12px;
}

.leading-\[13px\] {
  line-height: 13px;
}

.leading-\[14px\] {
  line-height: 14px;
}

.leading-\[16\.398px\] {
  line-height: 16.398px;
}

.leading-\[16px\] {
  line-height: 16px;
}

.leading-\[19\.19px\] {
  line-height: 19.19px;
}

.leading-\[19px\] {
  line-height: 19px;
}

.leading-\[7px\] {
  line-height: 7px;
}

.leading-normal {
  line-height: 1.5;
}

.tracking-\[0\.02em\] {
  letter-spacing: 0.02em;
}

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

.tracking-\[0\.48px\] {
  letter-spacing: 0.48px;
}

.tracking-\[0\.4px\] {
  letter-spacing: 0.4px;
}

.tracking-\[0\.54px\] {
  letter-spacing: 0.54px;
}

.tracking-\[0\.6px\] {
  letter-spacing: 0.6px;
}

.text-\[\#007aff\] {
  --tw-text-opacity: 1;
  color: rgb(0 122 255 / var(--tw-text-opacity, 1));
}

.text-\[\#32ade6\] {
  --tw-text-opacity: 1;
  color: rgb(50 173 230 / var(--tw-text-opacity, 1));
}

.text-\[\#5C5C5C\] {
  --tw-text-opacity: 1;
  color: rgb(92 92 92 / var(--tw-text-opacity, 1));
}

.text-\[\#797979\] {
  --tw-text-opacity: 1;
  color: rgb(121 121 121 / var(--tw-text-opacity, 1));
}

.text-\[\#818181\] {
  --tw-text-opacity: 1;
  color: rgb(129 129 129 / var(--tw-text-opacity, 1));
}

.text-\[\#9a9a9a\] {
  --tw-text-opacity: 1;
  color: rgb(154 154 154 / var(--tw-text-opacity, 1));
}

.text-\[\#9c9c9c\] {
  --tw-text-opacity: 1;
  color: rgb(156 156 156 / var(--tw-text-opacity, 1));
}

.text-\[\#acacac\] {
  --tw-text-opacity: 1;
  color: rgb(172 172 172 / var(--tw-text-opacity, 1));
}

.text-\[\#b4b4b4\] {
  --tw-text-opacity: 1;
  color: rgb(180 180 180 / var(--tw-text-opacity, 1));
}

.text-\[\#cfcfcf\] {
  --tw-text-opacity: 1;
  color: rgb(207 207 207 / var(--tw-text-opacity, 1));
}

.text-\[\#de0004\] {
  --tw-text-opacity: 1;
  color: rgb(222 0 4 / var(--tw-text-opacity, 1));
}

.text-\[\#dedede\] {
  --tw-text-opacity: 1;
  color: rgb(222 222 222 / var(--tw-text-opacity, 1));
}

.text-\[\#e41313\] {
  --tw-text-opacity: 1;
  color: rgb(228 19 19 / var(--tw-text-opacity, 1));
}

.text-\[\#eb4343\] {
  --tw-text-opacity: 1;
  color: rgb(235 67 67 / var(--tw-text-opacity, 1));
}

.text-\[\#f12e2e\] {
  --tw-text-opacity: 1;
  color: rgb(241 46 46 / var(--tw-text-opacity, 1));
}

.text-\[\#f14c4f\] {
  --tw-text-opacity: 1;
  color: rgb(241 76 79 / var(--tw-text-opacity, 1));
}

.text-\[\#fbc6c6\] {
  --tw-text-opacity: 1;
  color: rgb(251 198 198 / var(--tw-text-opacity, 1));
}

.text-\[\#fee\] {
  --tw-text-opacity: 1;
  color: rgb(255 238 238 / var(--tw-text-opacity, 1));
}

.text-\[\#ff3030\] {
  --tw-text-opacity: 1;
  color: rgb(255 48 48 / var(--tw-text-opacity, 1));
}

.text-\[\#ff3636\] {
  --tw-text-opacity: 1;
  color: rgb(255 54 54 / var(--tw-text-opacity, 1));
}

.text-\[\#ff3a3d\] {
  --tw-text-opacity: 1;
  color: rgb(255 58 61 / var(--tw-text-opacity, 1));
}

.text-\[\#ff4a4a\] {
  --tw-text-opacity: 1;
  color: rgb(255 74 74 / var(--tw-text-opacity, 1));
}

.text-\[\#ff4a4d\] {
  --tw-text-opacity: 1;
  color: rgb(255 74 77 / var(--tw-text-opacity, 1));
}

.text-\[\#ff5959\] {
  --tw-text-opacity: 1;
  color: rgb(255 89 89 / var(--tw-text-opacity, 1));
}

.text-\[\#ff6868\] {
  --tw-text-opacity: 1;
  color: rgb(255 104 104 / var(--tw-text-opacity, 1));
}

.text-\[\#ff9292\] {
  --tw-text-opacity: 1;
  color: rgb(255 146 146 / var(--tw-text-opacity, 1));
}

.text-\[\#ffa7a8\] {
  --tw-text-opacity: 1;
  color: rgb(255 167 168 / var(--tw-text-opacity, 1));
}

.text-\[\#ffd16e\] {
  --tw-text-opacity: 1;
  color: rgb(255 209 110 / var(--tw-text-opacity, 1));
}

.text-\[\#ffdda6\] {
  --tw-text-opacity: 1;
  color: rgb(255 221 166 / var(--tw-text-opacity, 1));
}

.text-\[\#ffe3a6\] {
  --tw-text-opacity: 1;
  color: rgb(255 227 166 / var(--tw-text-opacity, 1));
}

.text-\[red\] {
  --tw-text-opacity: 1;
  color: rgb(255 0 0 / var(--tw-text-opacity, 1));
}

.text-cbr-green {
  --tw-text-opacity: 1;
  color: rgb(52 199 89 / var(--tw-text-opacity, 1));
}

.text-cbr-muted {
  --tw-text-opacity: 1;
  color: rgb(180 180 180 / var(--tw-text-opacity, 1));
}

.text-cbr-red-vivid {
  --tw-text-opacity: 1;
  color: rgb(250 16 49 / var(--tw-text-opacity, 1));
}

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

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

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

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.opacity-0 {
  opacity: 0;
}

.opacity-100 {
  opacity: 1;
}

.opacity-80 {
  opacity: 0.8;
}

.shadow-\[0_2px_8px_rgba\(0\2c 0\2c 0\2c 0\.4\)\] {
  --tw-shadow: 0 2px 8px rgba(0,0,0,0.4);
  --tw-shadow-colored: 0 2px 8px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-\[0px_0px_9px_0px_rgba\(246\2c 70\2c 70\2c 0\.33\)\] {
  --tw-shadow: 0px 0px 9px 0px rgba(246,70,70,0.33);
  --tw-shadow-colored: 0px 0px 9px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

.blur {
  --tw-blur: blur(8px);
  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);
}

.backdrop-blur-\[2\.55px\] {
  --tw-backdrop-blur: blur(2.55px);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-blur-\[3\.4px\] {
  --tw-backdrop-blur: blur(3.4px);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-blur-\[7px\] {
  --tw-backdrop-blur: blur(7px);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-filter {
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.transition-\[background-color\2c background-image\] {
  transition-property: background-color,background-image;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

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

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

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

/* Page layout */

.page {
  margin: 0px;
  min-height: 100vh;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  font-family: Prompt, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.page-content {
  width: 100%;
}

/* Visually hidden — bots / screen readers can read; humans do not see */

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

/* Button */

.button {
  display: inline-flex;
  height: 60px;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  font-weight: 500;
  letter-spacing: 0.02em;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.button--primary {
  width: 378px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(206 0 3 / var(--tw-border-opacity, 1));
  background-color: rgba(175,3,5,0.96);
  font-size: 18px;
  line-height: 14px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.button--primary:hover {
  background-color: rgba(200,10,12,0.98);
}

.button--ghost {
  width: 354.5px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(164 0 0 / var(--tw-border-opacity, 1));
  background-image: radial-gradient(ellipse at top, rgba(255,20,20,0.34) 0%, rgba(177,10,10,0.17) 50%, rgba(99,0,0,0) 100%);
  font-size: 18px;
  line-height: 14px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.button--ghost:hover {
  background-color: rgba(164,0,0,0.25);
}

.button--logged-in {
  width: 378px;
  justify-content: space-between;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(206 0 3 / var(--tw-border-opacity, 1));
  background-color: rgba(175,3,5,0.29);
  padding-left: 25px;
  padding-right: 25px;
}

.button__user {
  display: flex;
  align-items: center;
  gap: 5px;
}

.button__user-id {
  white-space: nowrap;
  font-size: 18px;
  font-weight: 500;
  line-height: 14px;
  letter-spacing: 0.02em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.button__edit {
  display: inline-flex;
  width: 18px;
  height: 18px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-width: 0px;
  background-color: transparent;
  padding: 0px;
}

.button__edit-icon {
  display: block;
  width: 18px;
  height: 18px;
}

.button__logout {
  cursor: pointer;
  border-width: 0px;
  background-color: transparent;
  padding: 0px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(255 74 77 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
}

/* Site nav — fixed; mobile (Figma 824:5449), desktop lg+ */

.site-nav {
  position: fixed;
  left: 0px;
  right: 0px;
  top: 0px;
  z-index: 50;
  font-family: Prompt, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.site-nav__bar {
  position: relative;
  z-index: 20;
  display: flex;
  height: 45px;
  align-items: center;
  justify-content: space-between;
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  --tw-gradient-from: #000 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
  padding-left: 10px;
  padding-right: 10px;
  transition-property: background-color,background-image;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

@media (min-width: 1024px) {
  .site-nav__bar {
    height: 75px;
    justify-content: center;
    padding-left: 50px;
    padding-right: 50px;
    --tw-backdrop-blur: blur(4px);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }
}

.site-nav--scrolled .site-nav__bar {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  background-image: none;
}

.site-nav__logo {
  position: relative;
  display: flex;
  width: auto;
  flex-shrink: 0;
  align-items: center;
}

@media (min-width: 1024px) {
  .site-nav__logo {
    width: 280px;
  }
}

.site-nav__logo-image {
  display: block;
  height: 27px;
  width: 75px;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (min-width: 1024px) {
  .site-nav__logo-image {
    height: 52px;
    width: 146px;
  }
}

.site-nav__menu {
  margin: 0px;
  display: none;
  min-width: 0px;
  flex: 1 1 0%;
  list-style-type: none;
  align-items: flex-end;
  justify-content: center;
  gap: 80px;
  padding: 0px;
}

@media (min-width: 1024px) {
  .site-nav__menu {
    display: flex;
  }
}

.site-nav__menu-item {
  margin: 0px;
}

.site-nav__menu-link {
  white-space: nowrap;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
  letter-spacing: 0.05em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.site-nav__menu-link:hover {
  opacity: 0.8;
}

.site-nav__actions {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  gap: 5px;
}

@media (min-width: 1024px) {
  .site-nav__actions {
    width: 290px;
    justify-content: flex-end;
    gap: 0px;
  }
}

.site-nav__login {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(160 4 7 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(160 4 7 / var(--tw-bg-opacity, 1));
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.site-nav__login:hover {
  opacity: 0.9;
}

.site-nav__account {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.site-nav__account-pill {
  display: flex;
  align-items: center;
  gap: 15px;
  border-radius: 9999px;
  border-width: 1px;
  border-color: rgba(250,16,49,0.8);
  background-color: rgba(0,0,0,0.69);
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 3px;
  padding-bottom: 3px;
}

@media (min-width: 1024px) {
  .site-nav__account-pill {
    gap: 1.25rem;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
}

.site-nav__account-user {
  display: flex;
  min-width: 0px;
  align-items: center;
  gap: 5px;
}

.site-nav__account-id {
  white-space: nowrap;
  font-size: 12px;
  font-weight: 400;
  text-transform: capitalize;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px) {
  .site-nav__account-id {
    font-size: 16px;
  }
}

.site-nav__account-edit {
  display: inline-flex;
  width: 1rem;
  height: 1rem;
  flex-shrink: 0;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-width: 0px;
  background-color: transparent;
  padding: 0px;
}

@media (min-width: 1024px) {
  .site-nav__account-edit {
    width: 18px;
    height: 18px;
  }
}

.site-nav__account-edit-icon {
  display: block;
  width: 1rem;
  height: 1rem;
}

@media (min-width: 1024px) {
  .site-nav__account-edit-icon {
    width: 18px;
    height: 18px;
  }
}

.site-nav__account-logout {
  cursor: pointer;
  border-width: 0px;
  background-color: transparent;
  padding: 0px;
  font-size: 12px;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(250 16 49 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
}

@media (min-width: 1024px) {
  .site-nav__account-logout {
    font-size: 16px;
  }
}

.site-nav__toggle {
  display: inline-flex;
  width: 1.5rem;
  height: 1.5rem;
  flex-shrink: 0;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-width: 0px;
  background-color: transparent;
  padding: 0px;
}

@media (min-width: 1024px) {
  .site-nav__toggle {
    display: none;
  }
}

.site-nav__toggle-icon {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
}

.site-nav__panel {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 100%;
  border-top-width: 1px;
  border-color: rgba(250,16,49,0.35);
  background-color: rgb(0 0 0 / 0.95);
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

@media (min-width: 1024px) {
  .site-nav__panel {
    display: none;
  }
}

.site-nav__panel-menu {
  margin: 0px;
  display: flex;
  list-style-type: none;
  flex-direction: column;
  gap: 1rem;
  padding: 0px;
}

.site-nav__panel-item {
  margin: 0px;
}

.site-nav__panel-link {
  display: block;
  white-space: nowrap;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
  letter-spacing: 0.05em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.site-nav__panel-link:hover {
  opacity: 0.8;
}

/* Home section — mobile (Figma 856:5961), md tablet, lg+ desktop */

.home {
  position: relative;
  height: 790px;
  width: 100%;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  background-image: url('../images/cbr-con/bg-section1-mb.webp');
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  font-family: Prompt, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .home {
    height: 940px;
  }
}

@media (min-width: 1024px) {
  .home {
    height: 1080px;
    background-image: url('../images/cbr-con/bg-section1-xl.webp');
  }
}

@media (min-width: 2200px) {
  .home {
    height: 1420px;
  }
}

.home__main {
  position: relative;
  z-index: 10;
  display: flex;
  height: 100%;
  flex-direction: column;
  align-items: center;
}

.home__brand {
  margin-top: 73px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media (min-width: 768px) {
  .home__brand {
    margin-top: 85px;
  }
}

@media (min-width: 1024px) {
  .home__brand {
    margin-top: 98px;
  }
}

.home__brand-logo {
  display: block;
  height: 73px;
  width: 205px;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (min-width: 768px) {
  .home__brand-logo {
    height: 93px;
    width: 260px;
  }
}

@media (min-width: 1024px) {
  .home__brand-logo {
    height: 116px;
    width: 325px;
  }
}

.home__title {
  position: relative;
  margin: 0px;
  margin-top: 299px;
  width: 360px;
}

@media (min-width: 768px) {
  .home__title {
    margin-top: 320px;
    width: 480px;
  }
}

@media (min-width: 1024px) {
  .home__title {
    margin-top: 253px;
    width: 629px;
  }
}

@media (min-width: 2200px) {
  .home__title {
    margin-top: 470px;
  }
}

.home__title-image {
  display: block;
  height: 94px;
  width: 360px;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (min-width: 768px) {
  .home__title-image {
    height: 125px;
    width: 480px;
  }
}

@media (min-width: 1024px) {
  .home__title-image {
    height: 165px;
    width: 629px;
  }
}

.home__lead {
  margin-top: 18px;
  display: flex;
  width: 100%;
  max-width: 344px;
  flex-direction: column;
  align-items: center;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .home__lead {
    margin-top: 1.25rem;
    max-width: 520px;
    font-size: 18px;
  }
}

@media (min-width: 1024px) {
  .home__lead {
    margin-top: 22px;
    width: 827px;
    max-width: none;
    font-size: 20px;
  }
}

.home__lead {
  text-shadow: 0 0 4.06px #000;
}

@media (min-width: 1024px) {
  .home__lead {
    text-shadow: 0 0 6.3px #000;
  }
}

.home__lead-text {
  margin: 0px;
  width: 100%;
}

@media (min-width: 1024px) {
  .home__lead-break {
    display: none;
  }
}

.home__badge {
  margin-top: 14px;
  display: none;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  background-color: rgba(244,13,33,0.81);
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px) {
  .home__badge {
    display: inline-flex;
  }
}

.home__actions {
  margin-top: 19px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
}

@media (min-width: 768px) {
  .home__actions {
    margin-top: 1.5rem;
    gap: 1rem;
  }
}

@media (min-width: 1024px) {
  .home__actions {
    margin-top: 25px;
    gap: 1.25rem;
  }
}

.home__cta-join {
  height: 50px;
  width: 269px;
  font-size: 16px;
  letter-spacing: 0.02em;
}

@media (min-width: 768px) {
  .home__cta-join {
    height: 55px;
    width: 320px;
    font-size: 17px;
  }
}

.home__cta-desktop {
  display: none;
}

@media (min-width: 1024px) {
  .home__cta-desktop {
    display: inline-flex;
  }
}

.home__cta-logged-in {
  display: inline-flex;
  height: 50px;
  width: 280px;
  padding-left: 18px;
  padding-right: 18px;
  font-size: 16px;
  letter-spacing: 0.02em;
}

@media (min-width: 768px) {
  .home__cta-logged-in {
    height: 55px;
    width: 320px;
    padding-left: 22px;
    padding-right: 22px;
    font-size: 17px;
  }
}

@media (min-width: 1024px) {
  .home__cta-logged-in {
    height: 60px;
    width: 378px;
    padding-left: 25px;
    padding-right: 25px;
    font-size: 18px;
  }
}

.home__cta-logged-in .button__user-id {
  font-size: 16px;
}

@media (min-width: 768px) {
  .home__cta-logged-in .button__user-id {
    font-size: 17px;
  }
}

@media (min-width: 1024px) {
  .home__cta-logged-in .button__user-id {
    font-size: 18px;
  }
}

.home__link {
  margin-top: 0.625rem;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.02em;
  --tw-text-opacity: 1;
  color: rgb(180 180 180 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

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

@media (min-width: 768px) {
  .home__link {
    margin-top: 0.875rem;
    font-size: 15px;
  }
}

@media (min-width: 1024px) {
  .home__link {
    margin-top: 13px;
    font-size: 16px;
  }
}

/* Guild List section — Desktop 1920×1326 */

/* Guild List — mobile (Figma 827:5539), tablet md 2-col horizontal cards, desktop lg+ */

.guild-list {
  position: relative;
  height: auto;
  width: 100%;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  padding-bottom: 2.5rem;
  padding-top: 1.25rem;
  font-family: Prompt, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .guild-list {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: 3rem;
    padding-top: 2rem;
  }
}

@media (min-width: 1024px) {
  .guild-list {
    height: 1326px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
  }
}

@media (min-width: 2200px) {
  .guild-list {
    height: 1590px;
  }
}

.guild-list::before {
  content: "";
  position: absolute;
  inset: 0px;
  background-image: url('../images/cbr-con/bg-section2-mb.webp');
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
}

@media (min-width: 1024px) {
  .guild-list::before {
    background-image: url('../images/cbr-con/bg-section2-xl.webp');
  }
}

.guild-list::after {
  content: "";
  position: absolute;
  inset: 0px;
  background: linear-gradient(
    to bottom,
    #000 0%,
    #000 4%,
    rgba(0, 0, 0, 0.85) 10%,
    rgba(0, 0, 0, 0) 37%
  );
}

.guild-list__heading {
  position: relative;
  z-index: 20;
  margin-left: auto;
  margin-right: auto;
  height: 99px;
  width: 100%;
  max-width: 390px;
}

@media (min-width: 768px) {
  .guild-list__heading {
    height: 120px;
    max-width: 560px;
  }
}

@media (min-width: 1024px) {
  .guild-list__heading {
    position: absolute;
    left: 50%;
    top: 50px;
    margin-left: 0px;
    margin-right: 0px;
    height: 163px;
    width: 697px;
    max-width: none;
    --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));
  }
}

.guild-list__heading-image {
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left;
     object-position: left;
}

@media (min-width: 1024px) {
  .guild-list__heading-image {
    -o-object-fit: contain;
       object-fit: contain;
  }
}

.guild-list__mascot {
  pointer-events: none;
  position: absolute;
  left: calc(50% - 705px);
  top: -13px;
  z-index: 10;
  display: none;
  width: 315px;
  height: 315px;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (min-width: 1024px) {
  .guild-list__mascot {
    display: block;
  }
}

.guild-list__panel {
  position: relative;
  z-index: 10;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0.5rem;
  min-height: 0px;
  width: 350px;
  border-width: 1px;
  border-color: rgba(255,0,4,0.55);
  background-color: rgba(0,0,0,0.55);
  --tw-backdrop-blur: blur(7px);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

@media (min-width: 768px) {
  .guild-list__panel {
    margin-top: 1rem;
    width: 560px;
  }
}

@media (min-width: 1024px) {
  .guild-list__panel {
    position: absolute;
    left: 50%;
    top: 238px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    min-height: 1000px;
    width: 1380px;
    --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));
  }
}

.guild-list__panel {
  box-shadow: 0 0 18px rgba(255, 0, 4, 0.28), inset 0 0 24px rgba(255, 0, 4, 0.12);
}

.guild-list__panel-dec-top {
  pointer-events: none;
  position: absolute;
  left: 50%;
  top: 0px;
  z-index: 20;
  height: auto;
  width: 240px;
  --tw-translate-x: -50%;
  --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));
  -o-object-fit: contain;
     object-fit: contain;
}

@media (min-width: 768px) {
  .guild-list__panel-dec-top {
    width: 360px;
  }
}

@media (min-width: 1024px) {
  .guild-list__panel-dec-top {
    top: -42px;
    width: 760px;
    --tw-translate-y: 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));
  }
}

.guild-list__panel-dec-side {
  pointer-events: none;
  position: absolute;
  top: 28px;
  z-index: 20;
  height: 80px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (min-width: 768px) {
  .guild-list__panel-dec-side {
    top: 36px;
    height: 110px;
  }
}

@media (min-width: 1024px) {
  .guild-list__panel-dec-side {
    top: 48px;
    height: 176px;
  }
}

.guild-list__panel-dec-side--left {
  left: -8px;
  --tw-scale-x: -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) {
  .guild-list__panel-dec-side--left {
    left: -12px;
  }
}

@media (min-width: 1024px) {
  .guild-list__panel-dec-side--left {
    left: -22px;
  }
}

.guild-list__panel-dec-side--right {
  right: -8px;
}

@media (min-width: 768px) {
  .guild-list__panel-dec-side--right {
    right: -12px;
  }
}

@media (min-width: 1024px) {
  .guild-list__panel-dec-side--right {
    right: -22px;
  }
}

.guild-list__body {
  position: relative;
  z-index: 10;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  gap: 1.25rem;
  padding-left: 0.875rem;
  padding-right: 0.875rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

@media (min-width: 768px) {
  .guild-list__body {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

@media (min-width: 1024px) {
  .guild-list__body {
    gap: 1.25rem;
    padding-left: 100px;
    padding-right: 100px;
    padding-top: 110px;
    padding-bottom: 110px;
  }
}

.guild-list__toolbar {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: stretch;
  gap: 0.625rem;
}

@media (min-width: 1024px) {
  .guild-list__toolbar {
    flex-direction: row;
    align-items: center;
  }
}

.guild-list__search-row {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 5px;
}

@media (min-width: 1024px) {
  .guild-list__search-row {
    order: 1;
    min-width: 0px;
    flex: 1 1 0%;
    gap: 0.625rem;
  }
}

.guild-list__search {
  display: flex;
  height: 50px;
  min-width: 0px;
  flex: 1 1 0%;
  align-items: center;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(49 49 49 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(15 15 15 / var(--tw-bg-opacity, 1));
}

@media (min-width: 1024px) {
  .guild-list__search {
    height: 60px;
    --tw-border-opacity: 1;
    border-color: rgb(96 0 0 / var(--tw-border-opacity, 1));
  }
}

.guild-list__search-input {
  height: 100%;
  width: 100%;
  border-width: 0px;
  background-color: transparent;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.guild-list__search-input::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(101 101 101 / var(--tw-text-opacity, 1));
}

.guild-list__search-input::placeholder {
  --tw-text-opacity: 1;
  color: rgb(101 101 101 / var(--tw-text-opacity, 1));
}

.guild-list__btn {
  display: inline-flex;
  height: 50px;
  flex-shrink: 0;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-width: 0px;
  font-size: 16px;
  font-weight: 500;
  line-height: 14px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.guild-list__btn:hover {
  opacity: 0.9;
}

@media (min-width: 1024px) {
  .guild-list__btn {
    height: 60px;
  }
}

.guild-list__btn--search {
  width: 110px;
  --tw-bg-opacity: 1;
  background-color: rgb(74 74 74 / var(--tw-bg-opacity, 1));
}

@media (min-width: 1024px) {
  .guild-list__btn--search {
    width: 165px;
  }
}

.guild-list__btn--create {
  width: 100%;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(206 0 3 / var(--tw-border-opacity, 1));
  background-color: rgba(175,3,5,0.96);
}

@media (min-width: 1024px) {
  .guild-list__btn--create {
    order: 2;
    width: 256px;
  }
}

.guild-list__grid {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 0.625rem;
}

@media (min-width: 768px) {
  .guild-list__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
  }
}

@media (min-width: 1024px) {
  .guild-list__grid {
    display: flex;
    width: 1180px;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: space-between;
    -moz-column-gap: 0px;
         column-gap: 0px;
    row-gap: 22px;
  }
}

/* Guild List — empty / no guilds created (Figma 542:1957) */

.guild-list__empty {
  display: flex;
  min-height: 280px;
  width: 100%;
  align-items: center;
  justify-content: center;
}

@media (min-width: 768px) {
  .guild-list__empty {
    min-height: 360px;
  }
}

@media (min-width: 1024px) {
  .guild-list__empty {
    height: 482px;
    min-height: 0px;
    width: 1101px;
  }
}

.guild-list__empty {
  background: radial-gradient(ellipse at center, rgba(9, 9, 9, 0.77) 0%, rgba(0, 0, 0, 0) 100%);
}

.guild-list__empty-text {
  margin: 0px;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .guild-list__empty-text {
    font-size: 18px;
  }
}

@media (min-width: 1024px) {
  .guild-list__empty-text {
    font-size: 22px;
  }
}

.guild-list__pagination {
  margin-top: 0.5rem;
  display: flex;
  width: 100%;
  max-width: 100%;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  overflow-x: auto;
  padding-bottom: 0.5rem;
}

@media (min-width: 768px) {
  .guild-list__pagination {
    gap: 0.5rem;
  }
}

.guild-list__page-nav {
  display: inline-flex;
  width: 1.75rem;
  height: 1.75rem;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-width: 0px;
  background-color: transparent;
  padding: 0px;
}

.guild-list__page-caret {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  -o-object-fit: contain;
     object-fit: contain;
}

.guild-list__page {
  display: inline-flex;
  width: 26px;
  height: 26px;
  flex-shrink: 0;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-width: 0px;
  background-color: transparent;
  padding: 0px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  --tw-text-opacity: 1;
  color: rgb(121 121 121 / var(--tw-text-opacity, 1));
}

.guild-list__page--active {
  --tw-bg-opacity: 1;
  background-color: rgb(159 3 6 / var(--tw-bg-opacity, 1));
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

/* Guild card — horizontal mobile/md, vertical lg+ */

.guild-card {
  position: relative;
  width: 100%;
  overflow: visible;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
}

@media (min-width: 1024px) {
  .guild-card {
    width: 278px;
  }
}

.guild-card {
  background:
    linear-gradient(rgba(4, 4, 4, 0.78), rgba(4, 4, 4, 0.78)) padding-box,
    linear-gradient(-45deg, #ff0004 0%, #393939 10%, #393939 90%, #ff0004 100%) border-box;
}

.guild-card__dec {
  pointer-events: none;
  position: absolute;
  left: 50%;
  z-index: 20;
  display: block;
  height: auto;
  width: 2rem;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (min-width: 768px) {
  .guild-card__dec {
    width: 2.5rem;
  }
}

@media (min-width: 1024px) {
  .guild-card__dec {
    width: 90px;
  }
}

.guild-card__dec--top {
  top: 2px;
  --tw-translate-x: -50%;
  --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));
}

.guild-card__dec--bottom {
  bottom: 2px;
  --tw-translate-x: -50%;
  --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));
}

.guild-card__body {
  position: relative;
  z-index: 10;
  display: flex;
  width: 100%;
  flex-direction: row;
  align-items: flex-start;
  gap: 15px;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

@media (min-width: 768px) {
  .guild-card__body {
    gap: 0.625rem;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }
}

@media (min-width: 1024px) {
  .guild-card__body {
    flex-direction: column;
    align-items: center;
    gap: 9px;
    padding-left: 22px;
    padding-right: 22px;
    padding-bottom: 21px;
    padding-top: 21px;
  }
}

.guild-card__profile {
  position: relative;
  width: 117px;
  height: 117px;
  flex-shrink: 0;
}

@media (min-width: 768px) {
  .guild-card__profile {
    width: 92px;
    height: 92px;
  }
}

@media (min-width: 1024px) {
  .guild-card__profile {
    width: 111px;
    height: 111px;
  }
}

.guild-card__pic {
  position: absolute;
  left: 5px;
  top: 5px;
  z-index: 0;
  width: 105px;
  height: 105px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 768px) {
  .guild-card__pic {
    left: 0.25rem;
    top: 0.25rem;
    width: 84px;
    height: 84px;
  }
}

@media (min-width: 1024px) {
  .guild-card__pic {
    left: 5px;
    top: 5px;
    width: 99px;
    height: 99px;
  }
}

.guild-card__frame {
  pointer-events: none;
  position: absolute;
  inset: 0px;
  z-index: 10;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.guild-card__main {
  display: flex;
  min-width: 0px;
  flex: 1 1 0%;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.75rem;
}

@media (min-width: 768px) {
  .guild-card__main {
    gap: 0.625rem;
  }
}

@media (min-width: 1024px) {
  .guild-card__main {
    width: 100%;
    flex: none;
    align-items: center;
    gap: 9px;
  }
}

.guild-card__info {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.625rem;
}

@media (min-width: 1024px) {
  .guild-card__info {
    align-items: center;
    gap: 0px;
  }
}

.guild-card__name {
  margin: 0px;
  text-align: left;
  font-size: 16px;
  font-weight: 600;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .guild-card__name {
    font-size: 14px;
    line-height: 14px;
  }
}

@media (min-width: 1024px) {
  .guild-card__name {
    margin-bottom: 0.5rem;
    text-align: center;
    font-size: 18px;
    line-height: 17px;
  }
}

.guild-card__leader {
  display: flex;
  height: auto;
  align-items: center;
  justify-content: flex-start;
  gap: 0.25rem;
}

@media (min-width: 1024px) {
  .guild-card__leader {
    margin-bottom: 0.5rem;
    height: 18px;
    justify-content: center;
  }
}

.guild-card__leader-icon {
  display: block;
  width: 0.625rem;
  height: 0.625rem;
  flex-shrink: 0;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (min-width: 768px) {
  .guild-card__leader-icon {
    width: 0.5rem;
    height: 0.5rem;
  }
}

@media (min-width: 1024px) {
  .guild-card__leader-icon {
    width: 14px;
    height: 14px;
  }
}

.guild-card__leader-label {
  white-space: nowrap;
  font-size: 13px;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(154 154 154 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .guild-card__leader-label {
    font-size: 12px;
  }
}

@media (min-width: 1024px) {
  .guild-card__leader-label {
    font-size: 14px;
  }
}

.guild-card__leader-name {
  white-space: nowrap;
  font-size: 13px;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(255 146 146 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .guild-card__leader-name {
    font-size: 12px;
  }
}

@media (min-width: 1024px) {
  .guild-card__leader-name {
    font-size: 14px;
  }
}

.guild-card__meta {
  display: flex;
  width: 100%;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.625rem;
}

@media (min-width: 1024px) {
  .guild-card__meta {
    flex-direction: column;
    align-items: center;
    gap: 0px;
  }
}

.guild-card__status {
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  border-width: 1px;
  border-style: solid;
  padding-left: 11px;
  padding-right: 11px;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 11px;
  font-weight: 600;
  line-height: 14px;
}

@media (min-width: 1024px) {
  .guild-card__status {
    margin-bottom: 15px;
  }
}

.guild-card__status--public {
  --tw-border-opacity: 1;
  border-color: rgb(52 199 89 / var(--tw-border-opacity, 1));
  background-color: rgba(52,199,89,0.16);
  --tw-text-opacity: 1;
  color: rgb(52 199 89 / var(--tw-text-opacity, 1));
}

.guild-card__status--private {
  --tw-border-opacity: 1;
  border-color: rgb(114 0 0 / var(--tw-border-opacity, 1));
  background-color: rgba(229,34,34,0.16);
  --tw-text-opacity: 1;
  color: rgb(255 104 104 / var(--tw-text-opacity, 1));
}

.guild-card__members {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.375rem;
  font-size: 13px;
  font-weight: 400;
}

@media (min-width: 768px) {
  .guild-card__members {
    font-size: 12px;
  }
}

@media (min-width: 1024px) {
  .guild-card__members {
    align-items: flex-start;
    justify-content: center;
    gap: 9px;
    font-size: 14px;
  }
}

.guild-card__members-label {
  --tw-text-opacity: 1;
  color: rgb(154 154 154 / var(--tw-text-opacity, 1));
}

.guild-card__members-value {
  --tw-text-opacity: 1;
  color: rgb(255 227 166 / var(--tw-text-opacity, 1));
}

.guild-card__members-value--full {
  --tw-text-opacity: 1;
  color: rgb(255 104 104 / var(--tw-text-opacity, 1));
}

.guild-card__detail {
  display: inline-flex;
  height: auto;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 99px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(206 0 3 / var(--tw-border-opacity, 1));
  background-color: rgba(175,3,5,0.9);
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.guild-card__detail:hover {
  background-color: rgba(200,10,12,0.95);
}

@media (min-width: 768px) {
  .guild-card__detail {
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 12px;
  }
}

@media (min-width: 1024px) {
  .guild-card__detail {
    height: 2.5rem;
    width: 180px;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 16px;
  }
}

/* Your Guild section — Desktop 1920×787 */

/* Your Guild — mobile (Figma 831:14077), tablet md same layout + real sizes, desktop lg+ */

.your-guild {
  position: relative;
  height: auto;
  width: 100%;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  font-family: Prompt, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .your-guild {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

@media (min-width: 1024px) {
  .your-guild {
    height: 787px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

@media (min-width: 2200px) {
  .your-guild {
    height: 1040px;
  }
}

.your-guild::before {
  content: "";
  position: absolute;
  inset: 0px;
  background-image: url('../images/cbr-con/bg-section3-xl.webp');
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
}

.your-guild__panel {
  position: relative;
  z-index: 10;
  margin-left: auto;
  margin-right: auto;
  min-height: 580px;
  width: 350px;
  padding-bottom: 2rem;
}

@media (min-width: 768px) {
  .your-guild__panel {
    min-height: 720px;
    width: 560px;
    padding-bottom: 2.5rem;
  }
}

@media (min-width: 1024px) {
  .your-guild__panel {
    position: absolute;
    left: 50%;
    top: 83px;
    margin-left: 0px;
    margin-right: 0px;
    height: 593px;
    min-height: 0px;
    width: 983px;
    --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));
    padding-bottom: 0px;
  }
}

.your-guild__frame {
  pointer-events: none;
  position: absolute;
  inset: 0px;
  height: 100%;
  width: 100%;
  -o-object-fit: fill;
     object-fit: fill;
}

.your-guild__frame--mb {
  display: block;
}

@media (min-width: 1024px) {
  .your-guild__frame--mb {
    display: none;
  }
}

.your-guild__frame--xl {
  display: none;
}

@media (min-width: 1024px) {
  .your-guild__frame--xl {
    display: block;
  }
}

.your-guild__body {
  position: relative;
  z-index: 10;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  width: 300px;
  grid-template-columns: 124px minmax(0,1fr);
  align-items: flex-start;
  -moz-column-gap: 0.625rem;
       column-gap: 0.625rem;
  row-gap: 11px;
  padding-top: 40px;
}

@media (min-width: 768px) {
  .your-guild__body {
    width: 480px;
    grid-template-columns: 160px minmax(0,1fr);
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
    row-gap: 0.875rem;
    padding-top: 60px;
  }
}

@media (min-width: 1024px) {
  .your-guild__body {
    margin-left: 0px;
    margin-right: 0px;
    display: flex;
    width: auto;
    grid-template-columns: none;
    -moz-column-gap: 61px;
         column-gap: 61px;
    padding-left: 82px;
    padding-right: 82px;
    padding-top: 50px;
  }
}

.your-guild__main {
  display: contents;
}

@media (min-width: 1024px) {
  .your-guild__main {
    display: flex;
    width: 545px;
    flex-shrink: 0;
    flex-direction: column;
    gap: 25px;
  }
}

.your-guild__top {
  display: contents;
}

@media (min-width: 1024px) {
  .your-guild__top {
    display: flex;
    width: 100%;
    flex-direction: column;
    gap: 5px;
  }
}

.your-guild__aside {
  display: contents;
}

@media (min-width: 1024px) {
  .your-guild__aside {
    display: flex;
    width: 227px;
    flex-shrink: 0;
    flex-direction: column;
    gap: 1.25rem;
  }
}

.your-guild__profile {
  position: relative;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-row-end: 4;
  width: 124px;
  height: 124px;
  flex-shrink: 0;
}

@media (min-width: 768px) {
  .your-guild__profile {
    width: 160px;
    height: 160px;
  }
}

@media (min-width: 1024px) {
  .your-guild__profile {
    grid-row: auto;
    width: 227px;
    height: 227px;
  }
}

.your-guild__profile-pic {
  position: absolute;
  left: 6px;
  top: 6px;
  width: 111px;
  height: 111px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 768px) {
  .your-guild__profile-pic {
    left: 8px;
    top: 8px;
    width: 144px;
    height: 144px;
  }
}

@media (min-width: 1024px) {
  .your-guild__profile-pic {
    left: 11px;
    top: 11px;
    width: 204px;
    height: 204px;
  }
}

.your-guild__profile-frame {
  pointer-events: none;
  position: absolute;
  inset: 0px;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.your-guild__info {
  display: contents;
}

@media (min-width: 1024px) {
  .your-guild__info {
    display: flex;
    width: 100%;
    flex-direction: column;
    gap: 5px;
  }
}

.your-guild__name-row {
  display: contents;
}

@media (min-width: 1024px) {
  .your-guild__name-row {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    gap: 9px;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}

.your-guild__name {
  grid-column-start: 2;
  grid-row-start: 1;
  margin: 0px;
  min-width: 0px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .your-guild__name {
    font-size: 20px;
  }
}

@media (min-width: 1024px) {
  .your-guild__name {
    grid-column: auto;
    grid-row: auto;
    flex: 1 1 0%;
    font-size: 30px;
    letter-spacing: 0.02em;
  }
}

.your-guild__chips {
  grid-column: 1 / -1;
  grid-column-start: 1;
  grid-row-start: 4;
  display: flex;
  width: 100%;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

@media (min-width: 768px) {
  .your-guild__chips {
    gap: 0.5rem;
  }
}

@media (min-width: 1024px) {
  .your-guild__chips {
    grid-column: auto;
    grid-row: auto;
    width: auto;
    justify-content: flex-end;
    gap: 9px;
  }
}

.your-guild__chip {
  display: inline-flex;
  width: 118px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 19px;
  border-width: 1px;
  border-style: solid;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 13px;
  font-weight: 600;
  line-height: 13px;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.your-guild__chip:hover {
  opacity: 0.9;
}

@media (min-width: 768px) {
  .your-guild__chip {
    width: 150px;
    border-radius: 20px;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    font-size: 14px;
    line-height: 14px;
  }
}

@media (min-width: 1024px) {
  .your-guild__chip {
    width: auto;
    border-radius: 20px;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 9px;
    padding-bottom: 9px;
    font-size: 14px;
  }
}

.your-guild__chip--edit {
  --tw-border-opacity: 1;
  border-color: rgb(98 98 98 / var(--tw-border-opacity, 1));
  background-color: rgba(147,147,147,0.26);
  --tw-text-opacity: 1;
  color: rgb(180 180 180 / var(--tw-text-opacity, 1));
}

.your-guild__chip--members {
  --tw-border-opacity: 1;
  border-color: rgb(123 0 0 / var(--tw-border-opacity, 1));
  background-color: rgba(169,0,0,0.26);
  --tw-text-opacity: 1;
  color: rgb(251 198 198 / var(--tw-text-opacity, 1));
}

.your-guild__leader {
  grid-column-start: 2;
  grid-row-start: 2;
  display: flex;
  align-items: center;
  gap: 3px;
}

@media (min-width: 768px) {
  .your-guild__leader {
    gap: 0.25rem;
  }
}

@media (min-width: 1024px) {
  .your-guild__leader {
    grid-column: auto;
    grid-row: auto;
    height: 22px;
    gap: 0.25rem;
  }
}

.your-guild__leader-icon {
  display: block;
  width: 0.75rem;
  height: 0.75rem;
  flex-shrink: 0;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (min-width: 768px) {
  .your-guild__leader-icon {
    width: 14px;
    height: 14px;
  }
}

@media (min-width: 1024px) {
  .your-guild__leader-icon {
    width: 13px;
    height: 13px;
  }
}

.your-guild__leader-label {
  white-space: nowrap;
  font-size: 14px;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(154 154 154 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .your-guild__leader-label {
    font-size: 15px;
  }
}

@media (min-width: 1024px) {
  .your-guild__leader-label {
    font-size: 16px;
  }
}

.your-guild__leader-name {
  white-space: nowrap;
  font-size: 14px;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .your-guild__leader-name {
    font-size: 15px;
  }
}

@media (min-width: 1024px) {
  .your-guild__leader-name {
    font-size: 16px;
  }
}

.your-guild__meta {
  grid-column-start: 2;
  grid-row-start: 3;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
}

@media (min-width: 768px) {
  .your-guild__meta {
    gap: 0.375rem;
  }
}

@media (min-width: 1024px) {
  .your-guild__meta {
    grid-column: auto;
    grid-row: auto;
    width: auto;
    flex-direction: row;
    align-items: flex-start;
    gap: 26px;
  }
}

.your-guild__meta-item {
  display: flex;
  align-items: center;
  gap: 0.375rem;
}

@media (min-width: 768px) {
  .your-guild__meta-item {
    gap: 0.5rem;
  }
}

@media (min-width: 1024px) {
  .your-guild__meta-item {
    gap: 10px;
  }
}

.your-guild__meta-label {
  white-space: nowrap;
  font-size: 14px;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(154 154 154 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .your-guild__meta-label {
    font-size: 15px;
  }
}

@media (min-width: 1024px) {
  .your-guild__meta-label {
    font-size: 16px;
  }
}

.your-guild__meta-value {
  white-space: nowrap;
  font-size: 14px;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .your-guild__meta-value {
    font-size: 15px;
  }
}

@media (min-width: 1024px) {
  .your-guild__meta-value {
    font-size: 16px;
  }
}

.your-guild__status {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 19px;
  border-width: 1px;
  border-style: solid;
  padding-left: 9px;
  padding-right: 9px;
  padding-top: 3px;
  padding-bottom: 3px;
  font-size: 10px;
  font-weight: 600;
  line-height: 13px;
}

@media (min-width: 768px) {
  .your-guild__status {
    border-radius: 20px;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    font-size: 11px;
    line-height: 14px;
  }
}

@media (min-width: 1024px) {
  .your-guild__status {
    padding-left: 11px;
    padding-right: 11px;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    font-size: 11px;
  }
}

.your-guild__status--public {
  --tw-border-opacity: 1;
  border-color: rgb(52 199 89 / var(--tw-border-opacity, 1));
  background-color: rgba(52,199,89,0.16);
  --tw-text-opacity: 1;
  color: rgb(52 199 89 / var(--tw-text-opacity, 1));
}

.your-guild__status--private {
  --tw-border-opacity: 1;
  border-color: rgb(114 0 0 / var(--tw-border-opacity, 1));
  background-color: rgba(229,34,34,0.16);
  --tw-text-opacity: 1;
  color: rgb(255 104 104 / var(--tw-text-opacity, 1));
}

.your-guild__discord {
  grid-column: 1 / -1;
  grid-row-start: 5;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
  text-decoration-line: none;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.your-guild__discord:hover {
  opacity: 0.8;
}

@media (min-width: 768px) {
  .your-guild__discord {
    gap: 0.25rem;
  }
}

@media (min-width: 1024px) {
  .your-guild__discord {
    grid-column: auto;
    grid-row: auto;
    justify-content: flex-start;
    gap: 5px;
  }
}

.your-guild__discord-icon {
  display: block;
  width: 1rem;
  height: 1rem;
  flex-shrink: 0;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (min-width: 768px) {
  .your-guild__discord-icon {
    width: 18px;
    height: 18px;
  }
}

@media (min-width: 1024px) {
  .your-guild__discord-icon {
    width: 1.25rem;
    height: 1.25rem;
  }
}

.your-guild__discord-text {
  white-space: nowrap;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(255 221 166 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .your-guild__discord-text {
    font-size: 15px;
  }
}

@media (min-width: 1024px) {
  .your-guild__discord-text {
    font-size: 16px;
  }
}

.your-guild__intro-top {
  grid-column: 1 / -1;
  grid-row-start: 6;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.375rem;
}

@media (min-width: 768px) {
  .your-guild__intro-top {
    gap: 0.5rem;
  }
}

@media (min-width: 1024px) {
  .your-guild__intro-top {
    grid-row: auto;
    height: 39px;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 0px;
  }
}

.your-guild__ribbon {
  position: relative;
  display: flex;
  height: 27px;
  width: 194px;
  align-items: center;
  border-left-width: 3px;
  --tw-border-opacity: 1;
  border-color: rgb(255 0 4 / var(--tw-border-opacity, 1));
}

@media (min-width: 768px) {
  .your-guild__ribbon {
    height: 32px;
    width: 240px;
  }
}

@media (min-width: 1024px) {
  .your-guild__ribbon {
    height: 39px;
    width: 356px;
  }
}

.your-guild__ribbon {
  background: linear-gradient(to right, rgba(255, 2, 7, 0.44), transparent);
}

.your-guild__ribbon-text {
  padding-left: 0.5rem;
  font-size: 12px;
  font-weight: 500;
  line-height: 7px;
  letter-spacing: 0.02em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .your-guild__ribbon-text {
    padding-left: 0.625rem;
    font-size: 14px;
    line-height: 10px;
  }
}

@media (min-width: 1024px) {
  .your-guild__ribbon-text {
    padding-left: 15px;
    font-size: 16px;
    line-height: 13px;
  }
}

.your-guild__notice {
  display: inline-flex;
  max-width: 100%;
  align-items: center;
  gap: 3px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(52 199 89 / var(--tw-border-opacity, 1));
  background-color: rgba(52,199,89,0.16);
  padding-left: 9px;
  padding-right: 9px;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

@media (min-width: 768px) {
  .your-guild__notice {
    gap: 0.25rem;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }
}

@media (min-width: 1024px) {
  .your-guild__notice {
    gap: 0.25rem;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 11px;
    padding-right: 10px;
  }
}

.your-guild__notice-icon {
  display: block;
  width: 14px;
  height: 14px;
  flex-shrink: 0;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (min-width: 768px) {
  .your-guild__notice-icon {
    width: 15px;
    height: 15px;
  }
}

@media (min-width: 1024px) {
  .your-guild__notice-icon {
    width: 15px;
    height: 15px;
  }
}

.your-guild__notice-text {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(52 199 89 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .your-guild__notice-text {
    font-size: 13px;
  }
}

@media (min-width: 1024px) {
  .your-guild__notice-text {
    white-space: nowrap;
    font-size: 14px;
  }
}

.your-guild__divider {
  grid-column: 1 / -1;
  grid-row-start: 7;
  display: flex;
  width: 100%;
  align-items: center;
}

@media (min-width: 1024px) {
  .your-guild__divider {
    grid-row: auto;
  }
}

.your-guild__divider-cap {
  display: block;
  height: 2px;
  width: 3.5px;
  flex-shrink: 0;
  --tw-bg-opacity: 1;
  background-color: rgb(241 76 79 / var(--tw-bg-opacity, 1));
}

@media (min-width: 768px) {
  .your-guild__divider-cap {
    width: 5px;
  }
}

@media (min-width: 1024px) {
  .your-guild__divider-cap {
    width: 6.5px;
  }
}

.your-guild__divider-line {
  height: 1px;
  min-width: 0px;
  flex: 1 1 0%;
  background-color: rgba(241,77,80,0.25);
}

.your-guild__bio {
  position: relative;
  grid-column: 1 / -1;
  grid-row-start: 8;
  width: 100%;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 66 69 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(25 5 6 / var(--tw-bg-opacity, 1));
  padding: 0.625rem;
}

@media (min-width: 768px) {
  .your-guild__bio {
    padding: 0.875rem;
  }
}

@media (min-width: 1024px) {
  .your-guild__bio {
    grid-row: auto;
    padding: 19px;
  }
}

.your-guild__bio {
  box-shadow: 0 0 2px rgba(249, 11, 15, 0.74), inset 0 0 4px rgba(249, 11, 15, 0.66);
}

@media (min-width: 1024px) {
  .your-guild__bio {
    box-shadow: 0 0 3px rgba(249, 11, 15, 0.74), inset 0 0 7px rgba(249, 11, 15, 0.66);
  }
}

.your-guild__bio-text {
  margin: 0px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .your-guild__bio-text {
    font-size: 13px;
  }
}

@media (min-width: 1024px) {
  .your-guild__bio-text {
    font-size: 14px;
  }
}

.your-guild__invite {
  grid-column: 1 / -1;
  grid-row-start: 9;
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  gap: 0.25rem;
}

@media (min-width: 768px) {
  .your-guild__invite {
    gap: 0.375rem;
  }
}

@media (min-width: 1024px) {
  .your-guild__invite {
    grid-row: auto;
  }
}

.your-guild__invite-label {
  margin: 0px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(222 222 222 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .your-guild__invite-label {
    font-size: 13px;
  }
}

@media (min-width: 1024px) {
  .your-guild__invite-label {
    font-size: 14px;
  }
}

.your-guild__invite-row {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: stretch;
  gap: 0.25rem;
}

@media (min-width: 768px) {
  .your-guild__invite-row {
    gap: 0.375rem;
  }
}

@media (min-width: 1024px) {
  .your-guild__invite-row {
    flex-direction: row;
    align-items: center;
  }
}

.your-guild__invite-field {
  display: flex;
  height: 2.5rem;
  width: 100%;
  min-width: 0px;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(45 45 45 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(29 30 31 / var(--tw-bg-opacity, 1));
  padding-left: 9px;
  padding-right: 9px;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

@media (min-width: 768px) {
  .your-guild__invite-field {
    height: 3rem;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}

@media (min-width: 1024px) {
  .your-guild__invite-field {
    height: 50px;
    flex: 1 1 0%;
    padding: 10px;
  }
}

.your-guild__invite-url {
  min-width: 0px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(255 227 166 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .your-guild__invite-url {
    font-size: 15px;
  }
}

@media (min-width: 1024px) {
  .your-guild__invite-url {
    font-size: 16px;
  }
}

.your-guild__invite-copy {
  display: inline-flex;
  width: 1rem;
  height: 1rem;
  flex-shrink: 0;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-width: 0px;
  background-color: transparent;
  padding: 0px;
}

@media (min-width: 768px) {
  .your-guild__invite-copy {
    width: 1.25rem;
    height: 1.25rem;
  }
}

@media (min-width: 1024px) {
  .your-guild__invite-copy {
    width: 23px;
    height: 23px;
  }
}

.your-guild__invite-copy-icon {
  display: block;
  width: 1rem;
  height: 1rem;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (min-width: 768px) {
  .your-guild__invite-copy-icon {
    width: 1.25rem;
    height: 1.25rem;
  }
}

@media (min-width: 1024px) {
  .your-guild__invite-copy-icon {
    width: 23px;
    height: 23px;
  }
}

.your-guild__share {
  display: inline-flex;
  height: 2.5rem;
  width: 100%;
  flex-shrink: 0;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 8 12 / var(--tw-border-opacity, 1));
  background-color: rgba(175,3,5,0.9);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.your-guild__share:hover {
  background-color: rgba(200,10,12,0.95);
}

@media (min-width: 768px) {
  .your-guild__share {
    height: 3rem;
    font-size: 15px;
  }
}

@media (min-width: 1024px) {
  .your-guild__share {
    height: 50px;
    width: 155px;
    font-size: 16px;
  }
}

.your-guild__mascot {
  pointer-events: none;
  position: absolute;
  left: calc(50% + 208px);
  top: 410px;
  z-index: 20;
  display: none;
  width: 300px;
  height: 300px;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (min-width: 1024px) {
  .your-guild__mascot {
    display: block;
  }
}

/* Your Guild — empty / no-guild (Desktop 784:10403, Mobile 851:9258) */

.your-guild--empty .your-guild__body {
  display: flex;
  width: 300px;
  flex-direction: column;
  align-items: flex-start;
  gap: 11px;
  padding-top: 40px;
}

@media (min-width: 768px) {
  .your-guild--empty .your-guild__body {
    width: 480px;
    gap: 0.875rem;
    padding-top: 60px;
  }
}

@media (min-width: 1024px) {
  .your-guild--empty .your-guild__body {
    width: auto;
    gap: 28px;
    padding-left: 82px;
    padding-right: 82px;
    padding-top: 50px;
  }
}

.your-guild--empty .your-guild__divider {
  grid-column: auto;
  grid-row: auto;
}

@media (min-width: 1024px) {
  .your-guild--empty .your-guild__divider {
    display: none;
  }
}

.your-guild__empty {
  display: flex;
  min-height: 460px;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  background-color: rgba(126,0,2,0.39);
  padding: 19px;
}

@media (min-width: 768px) {
  .your-guild__empty {
    min-height: 560px;
    gap: 1.25rem;
  }
}

@media (min-width: 1024px) {
  .your-guild__empty {
    height: 400px;
    min-height: 0px;
    gap: 10px;
    background-color: rgba(126,0,2,0.56);
  }
}

.your-guild__empty-text {
  margin: 0px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px) {
  .your-guild__empty-text {
    white-space: nowrap;
    font-size: 19px;
    font-weight: 600;
  }

  .your-guild__empty-break {
    display: none;
  }
}

.your-guild--empty .your-guild__mascot {
  position: static;
  left: auto;
  top: auto;
  z-index: auto;
  display: block;
  width: 172px;
  height: 172px;
  flex-shrink: 0;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (min-width: 768px) {
  .your-guild--empty .your-guild__mascot {
    width: 200px;
    height: 200px;
  }
}

@media (min-width: 1024px) {
  .your-guild--empty .your-guild__mascot {
    width: 254px;
    height: 254px;
  }
}

/* Guild Reward section — Desktop 1920×1216 */

/* Guild Reward — mobile (Figma 831:14302), tablet md 2-col, desktop lg+ */

.guild-reward {
  position: relative;
  height: auto;
  width: 100%;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  padding-bottom: 280px;
  font-family: Prompt, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .guild-reward {
    padding-bottom: 300px;
  }
}

@media (min-width: 1024px) {
  .guild-reward {
    height: 1216px;
    padding-bottom: 0px;
  }
}

@media (min-width: 2200px) {
  .guild-reward {
    height: 1590px;
  }
}

.guild-reward::before {
  content: "";
  position: absolute;
  inset: 0px;
  background-image: url('../images/cbr-con/bg-section4-xl.webp');
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
}

.guild-reward__character {
  pointer-events: none;
  position: absolute;
  left: calc(50% + 181px);
  top: 132px;
  z-index: 10;
  display: none;
  height: 1047px;
  width: 749px;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (min-width: 1024px) {
  .guild-reward__character {
    display: block;
  }
}

.guild-reward__mascot {
  pointer-events: none;
  position: absolute;
  bottom: 0px;
  left: 50%;
  z-index: 20;
  height: 321px;
  width: 297px;
  --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));
  -o-object-fit: contain;
     object-fit: contain;
}

@media (min-width: 768px) {
  .guild-reward__mascot {
    height: 360px;
    width: 333px;
  }
}

@media (min-width: 1024px) {
  .guild-reward__mascot {
    bottom: auto;
    left: calc(50% - 755px);
    top: 500px;
    height: 452px;
    width: 419px;
    --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));
  }
}

.guild-reward__content {
  position: relative;
  z-index: 30;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  width: 100%;
  max-width: 390px;
  flex-direction: column;
  align-items: center;
  gap: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

@media (min-width: 768px) {
  .guild-reward__content {
    max-width: 560px;
  }
}

@media (min-width: 1024px) {
  .guild-reward__content {
    position: absolute;
    left: 50%;
    top: 52px;
    margin-left: 0px;
    margin-right: 0px;
    width: 697px;
    max-width: none;
    --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));
    gap: 0.625rem;
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

.guild-reward__intro {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}

@media (min-width: 1024px) {
  .guild-reward__intro {
    gap: 0.625rem;
  }
}

.guild-reward__heading {
  position: relative;
  height: 115px;
  width: 100%;
  max-width: 360px;
}

@media (min-width: 768px) {
  .guild-reward__heading {
    height: auto;
    max-width: 660px;
  }
}

@media (min-width: 1024px) {
  .guild-reward__heading {
    height: 163px;
    width: 697px;
    max-width: none;
  }
}

.guild-reward__heading-image {
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.guild-reward__notice {
  margin: 0px;
  display: inline-flex;
  max-width: 320px;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(224 0 4 / var(--tw-border-opacity, 1));
  padding-left: 33px;
  padding-right: 33px;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px) {
  .guild-reward__notice {
    max-width: none;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-size: 16px;
  }
}

.guild-reward__notice {
  background-image: linear-gradient(90deg, rgba(228, 0, 0, 0.2), rgba(228, 0, 0, 0.2)),
    linear-gradient(180deg, rgba(125, 1, 3, 0) 0%, rgba(86, 17, 18, 0) 0%, rgba(255, 0, 0, 0.56) 90.525%);
  box-shadow: 0 0 35.2px rgba(234, 0, 0, 0.5), inset 0 1px 12px #c70003;
}

@media (min-width: 1024px) {
  .guild-reward__notice-break {
    display: none;
  }
}

.guild-reward__tiers {
  margin-top: 25px;
  display: grid;
  width: auto;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  justify-items: center;
  gap: 1.25rem;
}

@media (min-width: 768px) {
  .guild-reward__tiers {
    margin-top: 30px;
    width: 530px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.25rem;
  }
}

@media (min-width: 1024px) {
  .guild-reward__tiers {
    width: 530px;
    gap: 30px;
  }
}

.reward-card {
  position: relative;
  display: flex;
  width: 219px;
  flex-direction: column;
  align-items: flex-start;
}

@media (min-width: 768px) {
  .reward-card {
    width: 250px;
  }
}

.reward-card__ribbon {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 20;
  height: 1.25rem;
  width: 106px;
}

@media (min-width: 768px) {
  .reward-card__ribbon {
    height: 23px;
    width: 121px;
  }
}

.reward-card__ribbon-bg {
  position: absolute;
  inset: 0px;
  height: 100%;
  width: 100%;
  -o-object-fit: fill;
     object-fit: fill;
}

.reward-card__ribbon-dot {
  position: absolute;
  left: 7px;
  top: 0.5rem;
  z-index: 10;
  width: 5px;
  height: 5px;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (min-width: 768px) {
  .reward-card__ribbon-dot {
    left: 0.5rem;
    top: 9px;
    width: 0.375rem;
    height: 0.375rem;
  }
}

.reward-card__ribbon-text {
  position: absolute;
  left: 15px;
  top: 4px;
  z-index: 10;
  display: flex;
  height: 12px;
  align-items: center;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 12px;
  letter-spacing: 0.05em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .reward-card__ribbon-text {
    left: 17.5px;
    top: 4.84px;
    height: 13px;
    font-size: 14px;
    line-height: 14px;
  }
}

.reward-card__ribbon-text {
  text-shadow: 0 0 4px rgba(255, 255, 255, 0.66);
}

.reward-card--current .reward-card__ribbon-text {
  left: 16px;
}

@media (min-width: 768px) {
  .reward-card--current .reward-card__ribbon-text {
    left: 19px;
  }
}

.reward-card__panel {
  position: relative;
  z-index: 10;
  margin-top: 1.25rem;
  display: flex;
  height: 219px;
  width: 219px;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  border-bottom-right-radius: 9px;
  border-top-right-radius: 9px;
  border-bottom-left-radius: 9px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(186 0 3 / var(--tw-border-opacity, 1));
  padding-top: 0.625rem;
}

@media (min-width: 768px) {
  .reward-card__panel {
    margin-top: 23px;
    height: 250px;
    width: 250px;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    padding-top: 0.75rem;
  }
}

.reward-card__panel {
  background-image: linear-gradient(
    to bottom,
    rgba(125, 1, 3, 0) 0%,
    rgba(167, 22, 24, 0) 0%,
    rgba(83, 3, 3, 0.49) 90.525%
  );
  box-shadow: inset 0 1px 12px #970003;
}

.reward-card--current .reward-card__panel {
  --tw-border-opacity: 1;
  border-color: rgb(224 0 4 / var(--tw-border-opacity, 1));
  background-image: linear-gradient(
    to bottom,
    rgba(125, 1, 3, 0) 0%,
    rgba(86, 17, 18, 0) 0%,
    rgba(255, 0, 0, 0.56) 90.525%
  );
  box-shadow: 0 0 35.2px rgba(234, 0, 0, 0.5), inset 0 1px 12px #c70003;
}

.reward-card__items {
  position: relative;
  z-index: 10;
  height: 127px;
  width: 148px;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (min-width: 768px) {
  .reward-card__items {
    height: 145px;
    width: 169px;
  }
}

.reward-card__items--wide {
  width: 196px;
}

@media (min-width: 768px) {
  .reward-card__items--wide {
    width: 223px;
  }
}

.reward-card__copy {
  position: relative;
  z-index: 10;
  margin-top: auto;
  margin-bottom: 0.875rem;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  gap: 7px;
}

@media (min-width: 768px) {
  .reward-card__copy {
    margin-bottom: 1rem;
    gap: 0.5rem;
  }
}

.reward-card__label {
  margin: 0px;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 12px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .reward-card__label {
    font-size: 14px;
    line-height: 14px;
  }
}

.reward-card__value {
  margin: 0px;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1rem;
  letter-spacing: 0.05em;
  --tw-text-opacity: 1;
  color: rgb(255 209 110 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .reward-card__value {
    font-size: 18px;
    line-height: 18px;
  }
}

.reward-card__view {
  display: inline-flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  gap: 3px;
  border-width: 0px;
  background-color: transparent;
  padding: 0px;
}

.reward-card__view-icon {
  display: block;
  width: 14px;
  height: 14px;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (min-width: 768px) {
  .reward-card__view-icon {
    width: 1rem;
    height: 1rem;
  }
}

.reward-card__view-text {
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
  --tw-text-opacity: 1;
  color: rgb(255 167 168 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .reward-card__view-text {
    font-size: 14px;
    line-height: 14px;
  }
}

.reward-card__badge {
  position: relative;
  z-index: 20;
  margin-top: -8px;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}

.reward-card__badge-text {
  display: inline-flex;
  width: 174px;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  --tw-bg-opacity: 1;
  background-color: rgb(235 0 4 / var(--tw-bg-opacity, 1));
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(255 238 238 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .reward-card__badge-text {
    width: 198px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 14px;
    line-height: 19px;
  }
}

.guild-reward__end {
  margin-top: 0.625rem;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  padding-bottom: 2.5rem;
  padding-top: 25px;
}

@media (min-width: 1024px) {
  .guild-reward__end {
    margin-top: 10px;
    gap: 60px;
    padding-bottom: 50px;
    padding-top: 30px;
  }
}

.guild-reward__legal {
  margin: 0px;
  max-width: 300px;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .guild-reward__legal {
    max-width: 400px;
  }
}

@media (min-width: 1024px) {
  .guild-reward__legal {
    max-width: 510px;
    font-size: 16px;
    line-height: 25px;
  }
}

.guild-reward__legal-link {
  --tw-text-opacity: 1;
  color: rgb(0 122 255 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
}

.guild-reward__tooltip {
  position: relative;
  display: inline-block;
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.guild-reward__tooltip-trigger {
  cursor: help;
  --tw-text-opacity: 1;
  color: rgb(0 122 255 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
}

.guild-reward__tooltip-bubble {
  pointer-events: none;
  position: absolute;
  bottom: calc(100% + 8px);
  left: 50%;
  z-index: 30;
  width: -moz-max-content;
  width: max-content;
  max-width: 240px;
  --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));
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(206 0 3 / var(--tw-border-opacity, 1));
  background-color: rgb(0 0 0 / 0.9);
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  opacity: 0;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (min-width: 1024px) {
  .guild-reward__tooltip-bubble {
    max-width: 260px;
    font-size: 14px;
  }
}

.guild-reward__tooltip-bubble::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  --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));
  border-left-width: 6px;
  border-right-width: 6px;
  border-top-width: 6px;
  border-left-color: transparent;
  border-right-color: transparent;
  --tw-border-opacity: 1;
  border-top-color: rgb(206 0 3 / var(--tw-border-opacity, 1));
}

.guild-reward__tooltip:hover .guild-reward__tooltip-bubble,
.guild-reward__tooltip:focus-within .guild-reward__tooltip-bubble {
  opacity: 1;
}

.guild-reward__actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}

@media (min-width: 1024px) {
  .guild-reward__actions {
    gap: 1.25rem;
  }
}

.guild-reward__cta {
  height: 53px;
  width: 311px;
  font-size: 16px;
}

@media (min-width: 1024px) {
  .guild-reward__cta {
    height: 60px;
    width: 378px;
    font-size: 18px;
  }
}

.guild-reward__more {
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.02em;
  --tw-text-opacity: 1;
  color: rgb(180 180 180 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.guild-reward__more:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px) {
  .guild-reward__more {
    font-size: 16px;
  }
}

/* ========== Sponsors ========== */

.sponsors {
  margin-left: auto;
  margin-right: auto;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  display: flex;
  width: 100%;
  max-width: 400px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 15px;
  background-color: rgba(6,6,6,0.61);
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 5px;
  padding-bottom: 5px;
  --tw-backdrop-blur: blur(2.55px);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

@media (min-width: 768px) {
  .sponsors {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
}

@media (min-width: 1024px) {
  .sponsors {
    max-width: 896px;
    flex-direction: row;
    gap: 25px;
  }
}

.sponsors__label {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 1024px) {
  .sponsors__label {
    flex-shrink: 0;
    border-right-width: 1px;
    border-style: solid;
    --tw-border-opacity: 1;
    border-color: rgb(220 38 38 / var(--tw-border-opacity, 1));
    padding-right: 25px;
  }
}

.sponsors__title {
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 500;
  letter-spacing: 0.4px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.sponsors__logos {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.625rem;
}

@media (min-width: 1024px) {
  .sponsors__logos {
    flex-direction: row;
    gap: 25px;
  }
}

.sponsors__row {
  display: flex;
  align-items: center;
  gap: 25px;
}

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

.sponsors__logo--tkn {
  width: 30px;
  height: 30px;
}

@media (min-width: 1024px) {
  .sponsors__logo--tkn {
    width: 2.5rem;
    height: 2.5rem;
  }
}

.sponsors__logo--honor {
  height: 14px;
  width: 72px;
}

@media (min-width: 1024px) {
  .sponsors__logo--honor {
    height: 1rem;
    width: 83px;
  }
}

.sponsors__logo--ais {
  width: 30px;
  height: 30px;
}

@media (min-width: 1024px) {
  .sponsors__logo--ais {
    width: 2.5rem;
    height: 2.5rem;
  }
}

.sponsors__logo--rog {
  width: 30px;
  height: 30px;
}

@media (min-width: 1024px) {
  .sponsors__logo--rog {
    width: 2.5rem;
    height: 2.5rem;
  }
}

.sponsors__logo--true {
  height: 1rem;
  width: 63px;
}

@media (min-width: 1024px) {
  .sponsors__logo--true {
    height: 22px;
    width: 86px;
  }
}

.sponsors__logo--razer {
  height: 30px;
  width: 88px;
}

@media (min-width: 1024px) {
  .sponsors__logo--razer {
    height: 33px;
    width: 97px;
  }
}

.sponsors__logo--giftgreats {
  height: 30px;
  width: 53px;
}

@media (min-width: 1024px) {
  .sponsors__logo--giftgreats {
    height: 2.5rem;
    width: 70px;
  }
}

.sponsors__logo--tengu {
  height: 30px;
  width: 27px;
}

@media (min-width: 1024px) {
  .sponsors__logo--tengu {
    height: 2.5rem;
    width: 2.25rem;
  }
}

/* ========== Site Footer ========== */

.site-footer {
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  padding-bottom: 60px;
  padding-top: 1.25rem;
}

.site-footer__inner {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  width: 100%;
  max-width: 700px;
  flex-direction: column;
  align-items: center;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

.site-footer__title {
  font-size: 23px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.site-footer__divider-wrap {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.site-footer__divider {
  height: 1px;
  width: 100%;
  max-width: 400px;
  background: linear-gradient(
    90deg,
    rgba(57, 86, 126, 0) 0%,
    #39567e 50%,
    rgba(57, 86, 126, 0) 100%
  );
}

.site-footer__social {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: 30px;
  padding-bottom: 60px;
}

.site-footer__social-link {
  display: flex;
  width: 2.5rem;
  height: 2.5rem;
  align-items: center;
  justify-content: center;
  opacity: 0.8;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.site-footer__social-link:hover {
  opacity: 1;
}

.site-footer__social-link img {
  height: auto;
  max-height: 33px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.site-footer__brands {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
  padding-bottom: 1.25rem;
}

.site-footer__brand {
  height: 1.75rem;
  width: 129px;
  -o-object-fit: contain;
     object-fit: contain;
}

.site-footer__terms {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  gap: 0.625rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 640px) {
  .site-footer__terms {
    gap: 1.25rem;
  }
}

.site-footer__term-link {
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.site-footer__term-link:hover {
  --tw-text-opacity: 1;
  color: rgb(255 246 0 / var(--tw-text-opacity, 1));
}

.site-footer__term-sep {
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.site-footer__copy {
  max-width: 360px;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px) {
  .site-footer__copy {
    max-width: none;
    white-space: nowrap;
  }
}

/* Guild Create Modal — Figma 567:2097 (lg+) / 567:1995 (mobile) */

.guild-create-modal {
  position: fixed;
  inset: 0px;
  z-index: 100;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  font-family: Prompt, sans-serif;
}

@media (min-width: 768px) {
  .guild-create-modal {
    padding: 1.5rem;
  }
}

.guild-create-modal.guild-create-modal--open {
  display: flex;
}

.guild-create-modal__backdrop {
  position: absolute;
  inset: 0px;
  background-color: rgb(0 0 0 / 0.7);
  --tw-backdrop-blur: blur(3.4px);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.guild-create-modal__dialog {
  position: relative;
  z-index: 10;
  display: flex;
  max-height: min(856px,calc(100vh - 2rem));
  width: 100%;
  max-width: 480px;
  flex-direction: column;
  align-items: flex-end;
  overflow: hidden;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  padding-bottom: 2.5rem;
  padding-top: 0.625rem;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

@media (min-width: 1024px) {
  .guild-create-modal__dialog {
    max-height: min(931px,calc(100vh - 3rem));
    max-width: 804px;
    padding-bottom: 1.25rem;
    padding-top: 0.625rem;
  }
}

.guild-create-modal__dialog {
  background:
    linear-gradient(
        117deg,
        rgba(255, 0, 4, 0.25) 5.72%,
        rgba(57, 57, 57, 0.25) 13.22%,
        rgba(57, 57, 57, 0.25) 86.18%,
        rgba(255, 0, 4, 0.25) 110.12%
      )
      padding-box,
    linear-gradient(90deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.9) 100%) padding-box,
    linear-gradient(-45deg, #ff0004 0%, transparent 10%, transparent 90%, #ff0004 100%) border-box;
}

@media (min-width: 1024px) {
  .guild-create-modal__dialog {
    background:
      linear-gradient(
          126.5deg,
          rgba(255, 0, 4, 0.25) 5.72%,
          rgba(57, 57, 57, 0.25) 13.22%,
          rgba(57, 57, 57, 0.25) 86.18%,
          rgba(255, 0, 4, 0.25) 110.12%
        )
        padding-box,
      linear-gradient(90deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.9) 100%) padding-box,
      linear-gradient(-45deg, #ff0004 0%, transparent 10%, transparent 90%, #ff0004 100%) border-box;
  }
}

.guild-create-modal__close {
  position: relative;
  z-index: 20;
  margin-bottom: 0px;
  display: inline-flex;
  width: 1.5rem;
  height: 1.5rem;
  flex-shrink: 0;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-width: 0px;
  background-color: transparent;
  padding: 0px;
}

.guild-create-modal__close-icon {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  -o-object-fit: contain;
     object-fit: contain;
}

.guild-create-modal__title {
  width: 100%;
  flex-shrink: 0;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 14px;
  letter-spacing: 0.48px;
  --tw-text-opacity: 1;
  color: rgb(255 74 74 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px) {
  .guild-create-modal__title {
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 0.54px;
  }
}

.guild-create-modal__form {
  display: flex;
  min-height: 0px;
  width: 100%;
  flex: 1 1 0%;
  flex-direction: column;
  align-items: center;
  gap: 1.25rem;
  padding-left: 30px;
  padding-right: 30px;
}

@media (min-width: 1024px) {
  .guild-create-modal__form {
    gap: 1.25rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-bottom: 1.25rem;
  }
}

.guild-create-modal__scroll {
  display: flex;
  min-height: 0px;
  width: 100%;
  flex: 1 1 0%;
  flex-direction: column;
  gap: 15px;
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 0.25rem;
}

@media (min-width: 1024px) {
  .guild-create-modal__scroll {
    gap: 15px;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

.guild-create-modal__scroll {
  scrollbar-width: thin;
  scrollbar-color: #b81818 #0b0b0b;
}

.guild-create-modal__scroll::-webkit-scrollbar {
  width: 18px;
}

.guild-create-modal__scroll::-webkit-scrollbar-track {
  background: #0b0b0b;
  border-radius: 2px;
}

.guild-create-modal__scroll::-webkit-scrollbar-thumb {
  background: #b81818;
  border-radius: 5px;
  border: 4px solid #0b0b0b;
}

.guild-create-modal__scroll::-webkit-scrollbar-button:single-button:vertical:decrement {
  height: 14px;
  background: #0b0b0b url("../images/cbr-con/icon-scroll-arrow-up.svg") no-repeat center center;
  background-size: 18px 14px;
}

.guild-create-modal__scroll::-webkit-scrollbar-button:single-button:vertical:increment {
  height: 14px;
  background: #0b0b0b url("../images/cbr-con/icon-scroll-arrow-down.svg") no-repeat center center;
  background-size: 18px 14px;
}

.guild-create-modal__upload {
  display: flex;
  width: 100%;
  flex-shrink: 0;
  flex-direction: column;
  align-items: center;
  gap: 0.625rem;
}

.guild-create-modal__upload-box {
  position: relative;
  display: flex;
  width: 114px;
  height: 114px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 2px;
  border-width: 2px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(255 0 0 / var(--tw-border-opacity, 1));
  background-color: rgba(11,11,11,0.52);
  padding: 0px;
}

@media (min-width: 1024px) {
  .guild-create-modal__upload-box {
    width: 104px;
    height: 104px;
  }
}

.guild-create-modal__upload-preview {
  position: absolute;
  inset: 0px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.guild-create-modal__upload-plus {
  position: relative;
  z-index: 1;
  width: 1.5rem;
  height: 1.5rem;
  -o-object-fit: contain;
     object-fit: contain;
}

.guild-create-modal__upload-box:has(.guild-create-modal__upload-preview:not([hidden])) .guild-create-modal__upload-plus {
  display: none;
}

.guild-create-modal__upload-hint {
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(255 89 89 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px) {
  .guild-create-modal__upload-hint {
    font-size: 14px;
  }
}

.guild-create-modal__fields {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 15px;
}

.guild-create-modal__field {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
}

.guild-create-modal__label {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px) {
  .guild-create-modal__label {
    font-size: 16px;
  }
}

.guild-create-modal__label--status {
  flex-shrink: 0;
  font-size: 16px;
}

.guild-create-modal__label-desktop {
  display: none;
}

@media (min-width: 1024px) {
  .guild-create-modal__label-desktop {
    display: inline;
  }
}

.guild-create-modal__label-mobile {
  display: inline;
}

@media (min-width: 1024px) {
  .guild-create-modal__label-mobile {
    display: none;
  }
}

.guild-create-modal__required {
  --tw-text-opacity: 1;
  color: rgb(235 67 67 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px) {
  .guild-create-modal__required--mobile {
    display: none;
  }
}

.guild-create-modal__input {
  width: 100%;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(60 60 60 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(29 30 31 / var(--tw-bg-opacity, 1));
  padding: 1rem;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.guild-create-modal__input::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(101 101 101 / var(--tw-text-opacity, 1));
}

.guild-create-modal__input::placeholder {
  --tw-text-opacity: 1;
  color: rgb(101 101 101 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px) {
  .guild-create-modal__input {
    font-size: 16px;
  }
}

.guild-create-modal__input--readonly {
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.guild-create-modal__textarea {
  height: 81px;
  width: 100%;
  resize: none;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(60 60 60 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(29 30 31 / var(--tw-bg-opacity, 1));
  padding: 11px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.guild-create-modal__textarea::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(101 101 101 / var(--tw-text-opacity, 1));
}

.guild-create-modal__textarea::placeholder {
  --tw-text-opacity: 1;
  color: rgb(101 101 101 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px) {
  .guild-create-modal__textarea {
    height: 113px;
    padding: 1rem;
    font-size: 16px;
  }
}

.guild-create-modal__hint {
  width: 100%;
  font-size: 12px;
  font-weight: 400;
  line-height: 16.398px;
}

.guild-create-modal__hint--error {
  --tw-text-opacity: 1;
  color: rgb(235 67 67 / var(--tw-text-opacity, 1));
}

.guild-create-modal__hint--muted {
  --tw-text-opacity: 1;
  color: rgb(172 172 172 / var(--tw-text-opacity, 1));
}

.guild-create-modal__hint--status {
  font-size: 14px;
  line-height: 16.398px;
}

@media (min-width: 1024px) {
  .guild-create-modal__hint--status {
    font-size: 16px;
    line-height: 1.5;
  }
}

.guild-create-modal__link {
  --tw-text-opacity: 1;
  color: rgb(50 173 230 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
}

.guild-create-modal__counter {
  width: 100%;
  text-align: right;
  font-size: 12px;
  font-weight: 400;
  line-height: 16.398px;
  --tw-text-opacity: 1;
  color: rgb(235 67 67 / var(--tw-text-opacity, 1));
}

.guild-create-modal__field--status {
  gap: 0.5rem;
}

@media (min-width: 1024px) {
  .guild-create-modal__field--status {
    gap: 0.5rem;
  }
}

.guild-create-modal__status-row {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.625rem;
}

@media (min-width: 1024px) {
  .guild-create-modal__status-row {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 1.25rem;
  }
}

.guild-create-modal__status-options {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}

.guild-create-modal__status {
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  overflow: hidden;
  padding: 5px;
}

.guild-create-modal__status-input {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.guild-create-modal__status-box {
  position: relative;
  display: inline-flex;
  width: 1.5rem;
  height: 1.5rem;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
}

.guild-create-modal__status-icon {
  position: absolute;
  inset: 0px;
  width: 1.5rem;
  height: 1.5rem;
  -o-object-fit: contain;
     object-fit: contain;
}

.guild-create-modal__status-icon--checked {
  display: none;
}

.guild-create-modal__status-icon--empty {
  display: block;
}

.guild-create-modal__status:has(.guild-create-modal__status-input:checked) .guild-create-modal__status-icon--checked {
  display: block;
}

.guild-create-modal__status:has(.guild-create-modal__status-input:checked) .guild-create-modal__status-icon--empty {
  display: none;
}

.guild-create-modal__status-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.guild-create-modal__actions {
  display: flex;
  width: 100%;
  flex-shrink: 0;
  flex-direction: column;
  align-items: center;
  padding-top: 30px;
}

@media (min-width: 1024px) {
  .guild-create-modal__actions {
    height: 60px;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 0px;
  }
}

.guild-create-modal__submit {
  display: inline-flex;
  height: 60px;
  width: 100%;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-width: 0.62px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(206 0 3 / var(--tw-border-opacity, 1));
  background-color: rgba(175,3,5,0.9);
  font-size: 16px;
  font-weight: 700;
  line-height: 14px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.guild-create-modal__submit:hover {
  opacity: 0.9;
}

@media (min-width: 1024px) {
  .guild-create-modal__submit {
    font-size: 18px;
  }
}

/* Guild Edit Modal — Figma 698:4023 (mirrors create modal) */

.guild-edit-modal {
  position: fixed;
  inset: 0px;
  z-index: 110;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  font-family: Prompt, sans-serif;
}

@media (min-width: 768px) {
  .guild-edit-modal {
    padding: 1.5rem;
  }
}

.guild-edit-modal.guild-edit-modal--open {
  display: flex;
}

.guild-edit-modal__backdrop {
  position: absolute;
  inset: 0px;
  background-color: rgb(0 0 0 / 0.7);
  --tw-backdrop-blur: blur(3.4px);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.guild-edit-modal__dialog {
  position: relative;
  z-index: 10;
  display: flex;
  max-height: min(856px,calc(100vh - 2rem));
  width: 100%;
  max-width: 480px;
  flex-direction: column;
  align-items: flex-end;
  overflow: hidden;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  padding-bottom: 2.5rem;
  padding-top: 0.625rem;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

@media (min-width: 1024px) {
  .guild-edit-modal__dialog {
    max-height: min(931px,calc(100vh - 3rem));
    max-width: 804px;
    padding-bottom: 1.25rem;
    padding-top: 0.625rem;
  }
}

.guild-edit-modal__dialog {
  background:
    linear-gradient(
        117deg,
        rgba(255, 0, 4, 0.25) 5.72%,
        rgba(57, 57, 57, 0.25) 13.22%,
        rgba(57, 57, 57, 0.25) 86.18%,
        rgba(255, 0, 4, 0.25) 110.12%
      )
      padding-box,
    linear-gradient(90deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.9) 100%) padding-box,
    linear-gradient(-45deg, #ff0004 0%, transparent 10%, transparent 90%, #ff0004 100%) border-box;
}

@media (min-width: 1024px) {
  .guild-edit-modal__dialog {
    background:
      linear-gradient(
          126.5deg,
          rgba(255, 0, 4, 0.25) 5.72%,
          rgba(57, 57, 57, 0.25) 13.22%,
          rgba(57, 57, 57, 0.25) 86.18%,
          rgba(255, 0, 4, 0.25) 110.12%
        )
        padding-box,
      linear-gradient(90deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.9) 100%) padding-box,
      linear-gradient(-45deg, #ff0004 0%, transparent 10%, transparent 90%, #ff0004 100%) border-box;
  }
}

.guild-edit-modal__close {
  position: relative;
  z-index: 20;
  margin-bottom: 0px;
  display: inline-flex;
  width: 1.5rem;
  height: 1.5rem;
  flex-shrink: 0;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-width: 0px;
  background-color: transparent;
  padding: 0px;
}

.guild-edit-modal__close-icon {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  -o-object-fit: contain;
     object-fit: contain;
}

.guild-edit-modal__title {
  width: 100%;
  flex-shrink: 0;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 14px;
  letter-spacing: 0.48px;
  --tw-text-opacity: 1;
  color: rgb(255 74 74 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px) {
  .guild-edit-modal__title {
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 0.54px;
  }
}

.guild-edit-modal__form {
  display: flex;
  min-height: 0px;
  width: 100%;
  flex: 1 1 0%;
  flex-direction: column;
  align-items: center;
  gap: 1.25rem;
  padding-left: 30px;
  padding-right: 30px;
}

@media (min-width: 1024px) {
  .guild-edit-modal__form {
    gap: 1.25rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-bottom: 1.25rem;
  }
}

.guild-edit-modal__scroll {
  display: flex;
  min-height: 0px;
  width: 100%;
  flex: 1 1 0%;
  flex-direction: column;
  gap: 15px;
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 0.25rem;
}

@media (min-width: 1024px) {
  .guild-edit-modal__scroll {
    gap: 15px;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

.guild-edit-modal__scroll {
  scrollbar-width: thin;
  scrollbar-color: #b81818 #0b0b0b;
}

.guild-edit-modal__scroll::-webkit-scrollbar {
  width: 18px;
}

.guild-edit-modal__scroll::-webkit-scrollbar-track {
  background: #0b0b0b;
  border-radius: 2px;
}

.guild-edit-modal__scroll::-webkit-scrollbar-thumb {
  background: #b81818;
  border-radius: 5px;
  border: 4px solid #0b0b0b;
}

.guild-edit-modal__scroll::-webkit-scrollbar-button:single-button:vertical:decrement {
  height: 14px;
  background: #0b0b0b url("../images/cbr-con/icon-scroll-arrow-up.svg") no-repeat center center;
  background-size: 18px 14px;
}

.guild-edit-modal__scroll::-webkit-scrollbar-button:single-button:vertical:increment {
  height: 14px;
  background: #0b0b0b url("../images/cbr-con/icon-scroll-arrow-down.svg") no-repeat center center;
  background-size: 18px 14px;
}

.guild-edit-modal__upload {
  display: flex;
  width: 100%;
  flex-shrink: 0;
  flex-direction: column;
  align-items: center;
  gap: 0.625rem;
}

.guild-edit-modal__upload-box {
  position: relative;
  display: flex;
  width: 114px;
  height: 114px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 2px;
  border-width: 2px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(255 0 0 / var(--tw-border-opacity, 1));
  background-color: rgba(11,11,11,0.52);
  padding: 0px;
}

@media (min-width: 1024px) {
  .guild-edit-modal__upload-box {
    width: 104px;
    height: 104px;
  }
}

.guild-edit-modal__upload-preview {
  position: absolute;
  inset: 0px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.guild-edit-modal__upload-plus {
  position: relative;
  z-index: 1;
  width: 1.5rem;
  height: 1.5rem;
  -o-object-fit: contain;
     object-fit: contain;
}

.guild-edit-modal__upload-box:has(.guild-edit-modal__upload-preview:not([hidden])) .guild-edit-modal__upload-plus {
  display: none;
}

.guild-edit-modal__upload-hint {
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(255 89 89 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px) {
  .guild-edit-modal__upload-hint {
    font-size: 14px;
  }
}

.guild-edit-modal__fields {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 15px;
}

.guild-edit-modal__field {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
}

.guild-edit-modal__label {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px) {
  .guild-edit-modal__label {
    font-size: 16px;
  }
}

.guild-edit-modal__label--status {
  flex-shrink: 0;
  font-size: 16px;
}

.guild-edit-modal__label-desktop {
  display: none;
}

@media (min-width: 1024px) {
  .guild-edit-modal__label-desktop {
    display: inline;
  }
}

.guild-edit-modal__label-mobile {
  display: inline;
}

@media (min-width: 1024px) {
  .guild-edit-modal__label-mobile {
    display: none;
  }
}

.guild-edit-modal__required {
  --tw-text-opacity: 1;
  color: rgb(235 67 67 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px) {
  .guild-edit-modal__required--mobile {
    display: none;
  }
}

.guild-edit-modal__input {
  width: 100%;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(60 60 60 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(29 30 31 / var(--tw-bg-opacity, 1));
  padding: 1rem;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.guild-edit-modal__input::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(101 101 101 / var(--tw-text-opacity, 1));
}

.guild-edit-modal__input::placeholder {
  --tw-text-opacity: 1;
  color: rgb(101 101 101 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px) {
  .guild-edit-modal__input {
    font-size: 16px;
  }
}

.guild-edit-modal__input--readonly {
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(92 92 92 / var(--tw-text-opacity, 1));
}

.guild-edit-modal__textarea {
  min-height: 81px;
  width: 100%;
  resize: none;
  overflow: hidden;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(60 60 60 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(29 30 31 / var(--tw-bg-opacity, 1));
  padding: 11px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.guild-edit-modal__textarea::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(101 101 101 / var(--tw-text-opacity, 1));
}

.guild-edit-modal__textarea::placeholder {
  --tw-text-opacity: 1;
  color: rgb(101 101 101 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px) {
  .guild-edit-modal__textarea {
    min-height: 113px;
    padding: 1rem;
    font-size: 16px;
  }
}

.guild-edit-modal__hint {
  width: 100%;
  font-size: 12px;
  font-weight: 400;
  line-height: 16.398px;
}

.guild-edit-modal__hint--error {
  --tw-text-opacity: 1;
  color: rgb(235 67 67 / var(--tw-text-opacity, 1));
}

.guild-edit-modal__hint--muted {
  --tw-text-opacity: 1;
  color: rgb(172 172 172 / var(--tw-text-opacity, 1));
}

.guild-edit-modal__hint--status {
  font-size: 14px;
  line-height: 16.398px;
}

@media (min-width: 1024px) {
  .guild-edit-modal__hint--status {
    font-size: 16px;
    line-height: 1.5;
  }
}

.guild-edit-modal__link {
  --tw-text-opacity: 1;
  color: rgb(50 173 230 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
}

.guild-edit-modal__counter {
  width: 100%;
  text-align: right;
  font-size: 12px;
  font-weight: 400;
  line-height: 16.398px;
  --tw-text-opacity: 1;
  color: rgb(235 67 67 / var(--tw-text-opacity, 1));
}

.guild-edit-modal__field--status {
  gap: 0.5rem;
}

@media (min-width: 1024px) {
  .guild-edit-modal__field--status {
    gap: 0.5rem;
  }
}

.guild-edit-modal__status-row {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.625rem;
}

@media (min-width: 1024px) {
  .guild-edit-modal__status-row {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 1.25rem;
  }
}

.guild-edit-modal__status-options {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}

.guild-edit-modal__status {
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  overflow: hidden;
  padding: 5px;
}

.guild-edit-modal__status-input {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.guild-edit-modal__status-box {
  position: relative;
  display: inline-flex;
  width: 1.5rem;
  height: 1.5rem;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
}

.guild-edit-modal__status-icon {
  position: absolute;
  inset: 0px;
  width: 1.5rem;
  height: 1.5rem;
  -o-object-fit: contain;
     object-fit: contain;
}

.guild-edit-modal__status-icon--checked {
  display: none;
}

.guild-edit-modal__status-icon--empty {
  display: block;
}

.guild-edit-modal__status:has(.guild-edit-modal__status-input:checked) .guild-edit-modal__status-icon--checked {
  display: block;
}

.guild-edit-modal__status:has(.guild-edit-modal__status-input:checked) .guild-edit-modal__status-icon--empty {
  display: none;
}

.guild-edit-modal__status-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.guild-edit-modal__actions {
  display: flex;
  width: 100%;
  flex-shrink: 0;
  flex-direction: column;
  align-items: center;
  padding-top: 30px;
}

@media (min-width: 1024px) {
  .guild-edit-modal__actions {
    height: 60px;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 0px;
  }
}

.guild-edit-modal__submit {
  display: inline-flex;
  height: 60px;
  width: 100%;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-width: 0.62px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(206 0 3 / var(--tw-border-opacity, 1));
  background-color: rgba(175,3,5,0.9);
  font-size: 16px;
  font-weight: 700;
  line-height: 14px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.guild-edit-modal__submit:hover {
  opacity: 0.9;
}

@media (min-width: 1024px) {
  .guild-edit-modal__submit {
    font-size: 18px;
  }
}

.guild-edit-modal__submit:disabled {
  cursor: not-allowed;
  --tw-border-opacity: 1;
  border-color: rgb(43 43 43 / var(--tw-border-opacity, 1));
  background-color: rgba(29,29,29,0.9);
  --tw-text-opacity: 1;
  color: rgb(156 156 156 / var(--tw-text-opacity, 1));
  opacity: 1;
}

.guild-edit-modal__submit:disabled:hover {
  opacity: 1;
}

/* Guild Save Success Popup — Figma 698:4040 */

.guild-save-success-modal {
  position: fixed;
  inset: 0px;
  z-index: 120;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  font-family: Prompt, sans-serif;
}

@media (min-width: 768px) {
  .guild-save-success-modal {
    padding: 1.5rem;
  }
}

.guild-save-success-modal.guild-save-success-modal--open {
  display: flex;
}

.guild-save-success-modal__backdrop {
  position: absolute;
  inset: 0px;
  background-color: rgb(0 0 0 / 0.7);
  --tw-backdrop-blur: blur(3.4px);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.guild-save-success-modal__dialog {
  position: relative;
  z-index: 10;
  display: flex;
  height: auto;
  max-height: calc(100vh - 2rem);
  min-height: 220px;
  width: 100%;
  max-width: 480px;
  flex-direction: column;
  align-items: flex-end;
  overflow-y: auto;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  padding: 0.625rem;
}

@media (min-width: 768px) {
  .guild-save-success-modal__dialog {
    min-height: 280px;
    max-width: 550px;
  }
}

.guild-save-success-modal__dialog {
  background:
    linear-gradient(
        149.28deg,
        rgba(255, 0, 4, 0.25) 5.72%,
        rgba(57, 57, 57, 0.25) 13.22%,
        rgba(57, 57, 57, 0.25) 86.18%,
        rgba(255, 0, 4, 0.25) 110.12%
      )
      padding-box,
    linear-gradient(90deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.9) 100%) padding-box,
    linear-gradient(-45deg, #ff0004 0%, transparent 10%, transparent 90%, #ff0004 100%) border-box;
}

.guild-save-success-modal__close {
  position: relative;
  z-index: 20;
  display: inline-flex;
  width: 26px;
  height: 26px;
  flex-shrink: 0;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-width: 0px;
  background-color: transparent;
  padding: 0px;
}

.guild-save-success-modal__close-icon {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  -o-object-fit: contain;
     object-fit: contain;
}

.guild-save-success-modal__body {
  position: relative;
  display: flex;
  width: 100%;
  flex: 1 1 0%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
}

.guild-save-success-modal__message {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}

.guild-save-success-modal__icon {
  display: block;
  width: 1.75rem;
  height: 1.75rem;
  -o-object-fit: contain;
     object-fit: contain;
}

.guild-save-success-modal__title {
  margin: 0px;
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.54px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.guild-save-success-modal__dismiss {
  display: inline-flex;
  height: 2.5rem;
  width: 10rem;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 99px;
  border-width: 0.62px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(85 85 85 / var(--tw-border-opacity, 1));
  background-color: transparent;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(207 207 207 / var(--tw-text-opacity, 1));
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.guild-save-success-modal__dismiss:hover {
  opacity: 0.9;
}

/* Guild Create Success Popup — Figma 689:3573 */

.guild-create-success-modal {
  position: fixed;
  inset: 0px;
  z-index: 120;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  font-family: Prompt, sans-serif;
}

@media (min-width: 768px) {
  .guild-create-success-modal {
    padding: 1.5rem;
  }
}

.guild-create-success-modal.guild-create-success-modal--open {
  display: flex;
}

.guild-create-success-modal__backdrop {
  position: absolute;
  inset: 0px;
  background-color: rgb(0 0 0 / 0.7);
  --tw-backdrop-blur: blur(3.4px);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.guild-create-success-modal__dialog {
  position: relative;
  z-index: 10;
  display: flex;
  height: auto;
  max-height: calc(100vh - 2rem);
  min-height: 220px;
  width: 100%;
  max-width: 480px;
  flex-direction: column;
  align-items: flex-end;
  overflow-y: auto;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  padding: 0.625rem;
}

@media (min-width: 768px) {
  .guild-create-success-modal__dialog {
    min-height: 280px;
    max-width: 550px;
  }
}

.guild-create-success-modal__dialog {
  background:
    linear-gradient(
        149.28deg,
        rgba(255, 0, 4, 0.25) 5.72%,
        rgba(57, 57, 57, 0.25) 13.22%,
        rgba(57, 57, 57, 0.25) 86.18%,
        rgba(255, 0, 4, 0.25) 110.12%
      )
      padding-box,
    linear-gradient(90deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.9) 100%) padding-box,
    linear-gradient(-45deg, #ff0004 0%, transparent 10%, transparent 90%, #ff0004 100%) border-box;
}

.guild-create-success-modal__close {
  position: relative;
  z-index: 20;
  display: inline-flex;
  width: 26px;
  height: 26px;
  flex-shrink: 0;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-width: 0px;
  background-color: transparent;
  padding: 0px;
}

.guild-create-success-modal__close-icon {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  -o-object-fit: contain;
     object-fit: contain;
}

.guild-create-success-modal__body {
  position: relative;
  display: flex;
  width: 100%;
  flex: 1 1 0%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
}

.guild-create-success-modal__message {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  text-align: center;
}

.guild-create-success-modal__title {
  margin: 0px;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.54px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.guild-create-success-modal__subtitle {
  margin: 0px;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.48px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.guild-create-success-modal__name {
  --tw-text-opacity: 1;
  color: rgb(255 48 48 / var(--tw-text-opacity, 1));
}

.guild-create-success-modal__actions {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
}

.guild-create-success-modal__dismiss {
  display: inline-flex;
  height: 2.5rem;
  width: 100%;
  max-width: 180px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 99px;
  border-width: 0.62px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(85 85 85 / var(--tw-border-opacity, 1));
  background-color: transparent;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(207 207 207 / var(--tw-text-opacity, 1));
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.guild-create-success-modal__dismiss:hover {
  opacity: 0.9;
}

.guild-create-success-modal__detail {
  display: inline-flex;
  height: 2.5rem;
  width: 100%;
  max-width: 180px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 99px;
  border-width: 0.62px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(206 0 3 / var(--tw-border-opacity, 1));
  background-color: rgba(175,3,5,0.9);
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(207 207 207 / var(--tw-text-opacity, 1));
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.guild-create-success-modal__detail:hover {
  opacity: 0.9;
}

/* Guild Join Confirm Popup — Figma 689:2424 */

.guild-join-confirm-modal {
  position: fixed;
  inset: 0px;
  z-index: 120;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  font-family: Prompt, sans-serif;
}

@media (min-width: 768px) {
  .guild-join-confirm-modal {
    padding: 1.5rem;
  }
}

.guild-join-confirm-modal.guild-join-confirm-modal--open {
  display: flex;
}

.guild-join-confirm-modal__backdrop {
  position: absolute;
  inset: 0px;
  background-color: rgb(0 0 0 / 0.7);
  --tw-backdrop-blur: blur(3.4px);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.guild-join-confirm-modal__dialog {
  position: relative;
  z-index: 10;
  display: flex;
  height: auto;
  max-height: calc(100vh - 2rem);
  min-height: 220px;
  width: 100%;
  max-width: 480px;
  flex-direction: column;
  align-items: flex-end;
  overflow-y: auto;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  padding: 0.625rem;
}

@media (min-width: 768px) {
  .guild-join-confirm-modal__dialog {
    min-height: 280px;
    max-width: 550px;
  }
}

.guild-join-confirm-modal__dialog {
  background:
    linear-gradient(
        149.28deg,
        rgba(255, 0, 4, 0.25) 5.72%,
        rgba(57, 57, 57, 0.25) 13.22%,
        rgba(57, 57, 57, 0.25) 86.18%,
        rgba(255, 0, 4, 0.25) 110.12%
      )
      padding-box,
    linear-gradient(90deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.9) 100%) padding-box,
    linear-gradient(-45deg, #ff0004 0%, transparent 10%, transparent 90%, #ff0004 100%) border-box;
}

.guild-join-confirm-modal__close {
  position: relative;
  z-index: 20;
  display: inline-flex;
  width: 26px;
  height: 26px;
  flex-shrink: 0;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-width: 0px;
  background-color: transparent;
  padding: 0px;
}

.guild-join-confirm-modal__close-icon {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  -o-object-fit: contain;
     object-fit: contain;
}

.guild-join-confirm-modal__body {
  position: relative;
  display: flex;
  width: 100%;
  flex: 1 1 0%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
}

.guild-join-confirm-modal__message {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.625rem;
  text-align: center;
}

.guild-join-confirm-modal__title {
  margin: 0px;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.54px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.guild-join-confirm-modal__subtitle {
  margin: 0px;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.48px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.guild-join-confirm-modal__name {
  --tw-text-opacity: 1;
  color: rgb(255 48 48 / var(--tw-text-opacity, 1));
}

.guild-join-confirm-modal__actions {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
}

.guild-join-confirm-modal__cancel {
  display: inline-flex;
  height: 2.5rem;
  width: 100%;
  max-width: 180px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 99px;
  border-width: 0.62px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(206 0 3 / var(--tw-border-opacity, 1));
  background-color: rgba(175,3,5,0.9);
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.guild-join-confirm-modal__cancel:hover {
  opacity: 0.9;
}

.guild-join-confirm-modal__confirm {
  display: inline-flex;
  height: 2.5rem;
  width: 100%;
  max-width: 180px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 99px;
  border-width: 0.62px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(206 0 3 / var(--tw-border-opacity, 1));
  background-color: transparent;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.guild-join-confirm-modal__confirm:hover {
  opacity: 0.9;
}

/* Guild Join Reconfirm Popup — Figma 845:14651 */

.guild-join-reconfirm-modal {
  position: fixed;
  inset: 0px;
  z-index: 130;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  font-family: Prompt, sans-serif;
}

@media (min-width: 768px) {
  .guild-join-reconfirm-modal {
    padding: 1.5rem;
  }
}

.guild-join-reconfirm-modal.guild-join-reconfirm-modal--open {
  display: flex;
}

.guild-join-reconfirm-modal__backdrop {
  position: absolute;
  inset: 0px;
  background-color: rgb(0 0 0 / 0.7);
  --tw-backdrop-blur: blur(3.4px);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.guild-join-reconfirm-modal__dialog {
  position: relative;
  z-index: 10;
  display: flex;
  height: auto;
  max-height: calc(100vh - 2rem);
  min-height: 220px;
  width: 100%;
  max-width: 480px;
  flex-direction: column;
  align-items: flex-end;
  overflow-y: auto;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  padding: 0.625rem;
}

@media (min-width: 768px) {
  .guild-join-reconfirm-modal__dialog {
    min-height: 280px;
    max-width: 550px;
  }
}

.guild-join-reconfirm-modal__dialog {
  background:
    linear-gradient(
        149.28deg,
        rgba(255, 0, 4, 0.25) 5.72%,
        rgba(57, 57, 57, 0.25) 13.22%,
        rgba(57, 57, 57, 0.25) 86.18%,
        rgba(255, 0, 4, 0.25) 110.12%
      )
      padding-box,
    linear-gradient(90deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.9) 100%) padding-box,
    linear-gradient(-45deg, #ff0004 0%, transparent 10%, transparent 90%, #ff0004 100%) border-box;
}

.guild-join-reconfirm-modal__close {
  position: relative;
  z-index: 20;
  display: inline-flex;
  width: 26px;
  height: 26px;
  flex-shrink: 0;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-width: 0px;
  background-color: transparent;
  padding: 0px;
}

.guild-join-reconfirm-modal__close-icon {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  -o-object-fit: contain;
     object-fit: contain;
}

.guild-join-reconfirm-modal__body {
  position: relative;
  display: flex;
  width: 100%;
  flex: 1 1 0%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
}

.guild-join-reconfirm-modal__message {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.625rem;
  text-align: center;
}

.guild-join-reconfirm-modal__title {
  margin: 0px;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.54px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.guild-join-reconfirm-modal__subtitle {
  margin: 0px;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.48px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.guild-join-reconfirm-modal__name {
  --tw-text-opacity: 1;
  color: rgb(255 48 48 / var(--tw-text-opacity, 1));
}

.guild-join-reconfirm-modal__warning {
  --tw-text-opacity: 1;
  color: rgb(241 46 46 / var(--tw-text-opacity, 1));
}

.guild-join-reconfirm-modal__actions {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
}

.guild-join-reconfirm-modal__cancel {
  display: inline-flex;
  height: 2.5rem;
  width: 100%;
  max-width: 180px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 99px;
  border-width: 0.62px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(206 0 3 / var(--tw-border-opacity, 1));
  background-color: rgba(175,3,5,0.9);
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.guild-join-reconfirm-modal__cancel:hover {
  opacity: 0.9;
}

.guild-join-reconfirm-modal__confirm {
  display: inline-flex;
  height: 2.5rem;
  width: 100%;
  max-width: 180px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 99px;
  border-width: 0.62px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(206 0 3 / var(--tw-border-opacity, 1));
  background-color: transparent;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.guild-join-reconfirm-modal__confirm:hover {
  opacity: 0.9;
}

/* Guild Join Success Popup — Figma 745:3215 */

.guild-join-success-modal {
  position: fixed;
  inset: 0px;
  z-index: 140;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  font-family: Prompt, sans-serif;
}

@media (min-width: 768px) {
  .guild-join-success-modal {
    padding: 1.5rem;
  }
}

.guild-join-success-modal.guild-join-success-modal--open {
  display: flex;
}

.guild-join-success-modal__backdrop {
  position: absolute;
  inset: 0px;
  background-color: rgb(0 0 0 / 0.7);
  --tw-backdrop-blur: blur(3.4px);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.guild-join-success-modal__dialog {
  position: relative;
  z-index: 10;
  display: flex;
  height: auto;
  max-height: calc(100vh - 2rem);
  min-height: 220px;
  width: 100%;
  max-width: 480px;
  flex-direction: column;
  align-items: flex-end;
  overflow-y: auto;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  padding: 0.625rem;
}

@media (min-width: 768px) {
  .guild-join-success-modal__dialog {
    min-height: 280px;
    max-width: 550px;
  }
}

.guild-join-success-modal__dialog {
  background:
    linear-gradient(
        149.28deg,
        rgba(255, 0, 4, 0.25) 5.72%,
        rgba(57, 57, 57, 0.25) 13.22%,
        rgba(57, 57, 57, 0.25) 86.18%,
        rgba(255, 0, 4, 0.25) 110.12%
      )
      padding-box,
    linear-gradient(90deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.9) 100%) padding-box,
    linear-gradient(-45deg, #ff0004 0%, transparent 10%, transparent 90%, #ff0004 100%) border-box;
}

.guild-join-success-modal__close {
  position: relative;
  z-index: 20;
  display: inline-flex;
  width: 26px;
  height: 26px;
  flex-shrink: 0;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-width: 0px;
  background-color: transparent;
  padding: 0px;
}

.guild-join-success-modal__close-icon {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  -o-object-fit: contain;
     object-fit: contain;
}

.guild-join-success-modal__body {
  position: relative;
  display: flex;
  width: 100%;
  flex: 1 1 0%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
}

.guild-join-success-modal__message {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.625rem;
  text-align: center;
}

.guild-join-success-modal__icon {
  display: block;
  width: 1.75rem;
  height: 1.75rem;
  -o-object-fit: contain;
     object-fit: contain;
}

.guild-join-success-modal__title {
  margin: 0px;
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.54px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.guild-join-success-modal__subtitle {
  margin: 0px;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.48px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.guild-join-success-modal__name {
  --tw-text-opacity: 1;
  color: rgb(255 48 48 / var(--tw-text-opacity, 1));
}

.guild-join-success-modal__dismiss {
  display: inline-flex;
  height: 2.5rem;
  width: 100%;
  max-width: 180px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 99px;
  border-width: 0.62px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(85 85 85 / var(--tw-border-opacity, 1));
  background-color: transparent;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(207 207 207 / var(--tw-text-opacity, 1));
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.guild-join-success-modal__dismiss:hover {
  opacity: 0.9;
}

/* Guild Image Picker — Figma 792:11763 */

.guild-image-picker {
  position: absolute;
  inset: 0px;
  z-index: 20;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  font-family: Prompt, sans-serif;
}

@media (min-width: 768px) {
  .guild-image-picker {
    padding: 1.5rem;
  }
}

.guild-image-picker.guild-image-picker--open {
  display: flex;
}

.guild-image-picker__scrim {
  position: absolute;
  inset: 0px;
  background-color: rgb(0 0 0 / 0.5);
}

.guild-image-picker__dialog {
  position: relative;
  z-index: 10;
  display: flex;
  max-height: min(712px,calc(100vh - 2rem));
  width: 100%;
  max-width: 480px;
  flex-direction: column;
  align-items: flex-end;
  overflow: hidden;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  padding: 0.625rem;
}

@media (min-width: 1024px) {
  .guild-image-picker__dialog {
    max-height: min(712px,calc(100vh - 3rem));
    max-width: 731px;
  }
}

.guild-image-picker__dialog {
  background:
    linear-gradient(
        131.34deg,
        rgba(255, 0, 4, 0.25) 5.72%,
        rgba(57, 57, 57, 0.25) 13.22%,
        rgba(57, 57, 57, 0.25) 86.18%,
        rgba(255, 0, 4, 0.25) 110.12%
      )
      padding-box,
    linear-gradient(90deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.9) 100%) padding-box,
    linear-gradient(-45deg, #ff0004 0%, transparent 10%, transparent 90%, #ff0004 100%) border-box;
  backdrop-filter: blur(3.4px);
}

.guild-image-picker__close {
  position: relative;
  z-index: 20;
  margin-bottom: 0px;
  display: inline-flex;
  width: 1.5rem;
  height: 1.5rem;
  flex-shrink: 0;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-width: 0px;
  background-color: transparent;
  padding: 0px;
}

.guild-image-picker__close-icon {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  -o-object-fit: contain;
     object-fit: contain;
}

.guild-image-picker__body {
  display: flex;
  min-height: 0px;
  width: 100%;
  flex: 1 1 0%;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-bottom: 1.25rem;
}

.guild-image-picker__title {
  width: 100%;
  flex-shrink: 0;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.48px;
  --tw-text-opacity: 1;
  color: rgb(255 74 74 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px) {
  .guild-image-picker__title {
    font-size: 18px;
    letter-spacing: 0.54px;
  }
}

.guild-image-picker__grid {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  justify-items: center;
  gap: 10px;
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 0.25rem;
}

@media (min-width: 768px) {
  .guild-image-picker__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 15px;
  }
}

@media (min-width: 1024px) {
  .guild-image-picker__grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 15px;
  }
}

.guild-image-picker__grid {
  scrollbar-width: thin;
  scrollbar-color: #b81818 #0b0b0b;
}

.guild-image-picker__grid::-webkit-scrollbar {
  width: 18px;
}

.guild-image-picker__grid::-webkit-scrollbar-track {
  background: #0b0b0b;
  border-radius: 2px;
}

.guild-image-picker__grid::-webkit-scrollbar-thumb {
  background: #b81818;
  border-radius: 5px;
  border: 4px solid #0b0b0b;
}

.guild-image-picker__grid::-webkit-scrollbar-button:single-button:vertical:decrement {
  height: 14px;
  background: #0b0b0b url("../images/cbr-con/icon-scroll-arrow-up.svg") no-repeat center center;
  background-size: 18px 14px;
}

.guild-image-picker__grid::-webkit-scrollbar-button:single-button:vertical:increment {
  height: 14px;
  background: #0b0b0b url("../images/cbr-con/icon-scroll-arrow-down.svg") no-repeat center center;
  background-size: 18px 14px;
}

.guild-image-picker__item {
  position: relative;
  width: 90px;
  height: 90px;
  cursor: pointer;
  overflow: hidden;
  border-radius: 10px;
  border-width: 2px;
  border-style: solid;
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgb(27 27 27 / var(--tw-bg-opacity, 1));
  padding: 0px;
}

@media (min-width: 768px) {
  .guild-image-picker__item {
    width: 100px;
    height: 100px;
  }
}

@media (min-width: 1024px) {
  .guild-image-picker__item {
    width: 114px;
    height: 114px;
  }
}

.guild-image-picker__item--selected {
  --tw-border-opacity: 1;
  border-color: rgb(160 4 7 / var(--tw-border-opacity, 1));
  box-shadow: inset 0 0 11.8px 0 rgba(255, 0, 0, 0.75);
}

.guild-image-picker__thumb {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.guild-image-picker__actions {
  display: flex;
  width: 100%;
  flex-shrink: 0;
  flex-direction: column;
  align-items: center;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.guild-image-picker__confirm {
  display: inline-flex;
  height: 60px;
  width: 100%;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-width: 0.62px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(206 0 3 / var(--tw-border-opacity, 1));
  background-color: rgba(175,3,5,0.9);
  font-size: 16px;
  font-weight: 700;
  line-height: 14px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.guild-image-picker__confirm:hover {
  opacity: 0.9;
}

@media (min-width: 1024px) {
  .guild-image-picker__confirm {
    font-size: 18px;
  }
}

/* Guild Members Modal — Figma 705:7226 */

.guild-members-modal {
  position: fixed;
  inset: 0px;
  z-index: 110;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  font-family: Prompt, sans-serif;
}

@media (min-width: 768px) {
  .guild-members-modal {
    padding: 1.5rem;
  }
}

.guild-members-modal.guild-members-modal--open {
  display: flex;
}

.guild-members-modal__backdrop {
  position: absolute;
  inset: 0px;
  background-color: rgb(0 0 0 / 0.7);
  --tw-backdrop-blur: blur(3.4px);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.guild-members-modal__dialog {
  position: relative;
  z-index: 10;
  display: flex;
  max-height: min(725px,calc(100vh - 2rem));
  width: 100%;
  max-width: 539px;
  flex-direction: column;
  align-items: flex-end;
  overflow: hidden;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  padding-bottom: 2.5rem;
  padding-top: 0.625rem;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  background:
    linear-gradient(
        117deg,
        rgba(255, 0, 4, 0.25) 5.72%,
        rgba(57, 57, 57, 0.25) 13.22%,
        rgba(57, 57, 57, 0.25) 86.18%,
        rgba(255, 0, 4, 0.25) 110.12%
      )
      padding-box,
    linear-gradient(90deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.9) 100%) padding-box,
    linear-gradient(-45deg, #ff0004 0%, transparent 10%, transparent 90%, #ff0004 100%) border-box;
}

.guild-members-modal__close {
  position: relative;
  z-index: 20;
  margin-bottom: 0px;
  display: inline-flex;
  width: 1.5rem;
  height: 1.5rem;
  flex-shrink: 0;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-width: 0px;
  background-color: transparent;
  padding: 0px;
}

.guild-members-modal__close-icon {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  -o-object-fit: contain;
     object-fit: contain;
}

.guild-members-modal__body {
  display: flex;
  min-height: 0px;
  width: 100%;
  flex: 1 1 0%;
  flex-direction: column;
  align-items: center;
  gap: 0.625rem;
  padding-left: 25px;
  padding-right: 25px;
}

.guild-members-modal__header {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  gap: 0.625rem;
}

.guild-members-modal__profile {
  position: relative;
  width: 125px;
  height: 125px;
  flex-shrink: 0;
}

.guild-members-modal__profile-pic {
  position: absolute;
  left: 5px;
  top: 5px;
  width: 114px;
  height: 114px;
  -o-object-fit: cover;
     object-fit: cover;
}

.guild-members-modal__profile-frame {
  pointer-events: none;
  position: absolute;
  inset: 0px;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.guild-members-modal__info {
  display: flex;
  width: 100%;
  max-width: 383px;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}

.guild-members-modal__title {
  width: 100%;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 19.19px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.guild-members-modal__count {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 0.625rem;
  white-space: nowrap;
  font-size: 1rem;
  line-height: 1.5rem;
}

.guild-members-modal__count-label {
  --tw-text-opacity: 1;
  color: rgb(154 154 154 / var(--tw-text-opacity, 1));
}

.guild-members-modal__count-value {
  --tw-text-opacity: 1;
  color: rgb(255 227 166 / var(--tw-text-opacity, 1));
}

.guild-members-modal__divider {
  display: flex;
  width: 100%;
  max-width: 383px;
  align-items: center;
}

.guild-members-modal__divider-cap {
  display: block;
  height: 2px;
  width: 6.5px;
  flex-shrink: 0;
  --tw-bg-opacity: 1;
  background-color: rgb(241 76 79 / var(--tw-bg-opacity, 1));
}

.guild-members-modal__divider-line {
  height: 1px;
  min-width: 0px;
  flex: 1 1 0%;
  background-color: rgba(241,77,80,0.25);
}

.guild-members-modal__scroll {
  display: flex;
  min-height: 0px;
  width: 100%;
  max-width: 400px;
  flex: 1 1 0%;
  flex-direction: column;
  overflow-y: auto;
  overflow-x: hidden;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-right: 0.25rem;
  scrollbar-width: thin;
  scrollbar-color: #b81818 #0b0b0b;
}

.guild-members-modal__scroll::-webkit-scrollbar {
  width: 18px;
}

.guild-members-modal__scroll::-webkit-scrollbar-track {
  background: #0b0b0b;
  border-radius: 2px;
}

.guild-members-modal__scroll::-webkit-scrollbar-thumb {
  background: #b81818;
  border-radius: 5px;
  border: 4px solid #0b0b0b;
}

.guild-members-modal__scroll::-webkit-scrollbar-button:single-button:vertical:decrement {
  height: 14px;
  background: #0b0b0b url("../images/cbr-con/icon-scroll-arrow-up.svg") no-repeat center center;
  background-size: 18px 14px;
}

.guild-members-modal__scroll::-webkit-scrollbar-button:single-button:vertical:increment {
  height: 14px;
  background: #0b0b0b url("../images/cbr-con/icon-scroll-arrow-down.svg") no-repeat center center;
  background-size: 18px 14px;
}

.guild-members-modal__list {
  margin: 0px;
  display: flex;
  width: 100%;
  list-style-type: none;
  flex-direction: column;
  gap: 5px;
  padding: 0px;
}

.guild-members-modal__row {
  position: relative;
  display: flex;
  width: 100%;
  align-items: flex-start;
  gap: 0.5rem;
  border-bottom-width: 1px;
  border-color: rgba(241,77,80,0.35);
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 0.75rem;
}

.guild-members-modal__row::before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  top: 0px;
  width: 0.125rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 0 4 / var(--tw-bg-opacity, 1));
}

.guild-members-modal__index {
  display: flex;
  width: 25px;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.guild-members-modal__index::after {
  content: "";
  margin-left: auto;
  display: block;
  height: 100%;
  width: 1px;
  background-color: rgba(255,255,255,0.2);
}

.guild-members-modal__member {
  display: flex;
  min-width: 0px;
  flex: 1 1 0%;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
}

.guild-members-modal__name-wrap {
  display: flex;
  align-items: center;
  gap: 0.625rem;
}

.guild-members-modal__crown {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
  -o-object-fit: contain;
     object-fit: contain;
}

.guild-members-modal__name {
  white-space: nowrap;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.guild-members-modal__code-wrap {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  gap: 5px;
}

.guild-members-modal__code {
  width: 81px;
  text-align: right;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 0 0 / var(--tw-text-opacity, 1));
}

.guild-members-modal__copy {
  display: inline-flex;
  width: 1rem;
  height: 1rem;
  flex-shrink: 0;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-width: 0px;
  background-color: transparent;
  padding: 0px;
}

.guild-members-modal__copy-icon {
  display: block;
  width: 1rem;
  height: 1rem;
  -o-object-fit: contain;
     object-fit: contain;
}

.guild-members-modal__actions {
  display: flex;
  width: 100%;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  padding-top: 0px;
}

.guild-members-modal__dismiss {
  display: inline-flex;
  height: 2.5rem;
  width: 10rem;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 99px;
  border-width: 0.62px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(85 85 85 / var(--tw-border-opacity, 1));
  background-color: transparent;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(207 207 207 / var(--tw-text-opacity, 1));
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.guild-members-modal__dismiss:hover {
  opacity: 0.9;
}

/* Guild Detail Modal — Desktop Figma 792:11303 + Mobile layout 851:9737 (owner content) */

.guild-detail-modal {
  position: fixed;
  inset: 0px;
  z-index: 100;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  font-family: Prompt, sans-serif;
}

@media (min-width: 768px) {
  .guild-detail-modal {
    padding: 1.5rem;
  }
}

.guild-detail-modal.guild-detail-modal--open {
  display: flex;
}

.guild-detail-modal__backdrop {
  position: absolute;
  inset: 0px;
  background-color: rgb(0 0 0 / 0.7);
  --tw-backdrop-blur: blur(3.4px);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.guild-detail-modal__dialog {
  position: relative;
  z-index: 10;
  display: flex;
  max-height: min(720px,calc(100vh - 2rem));
  width: 100%;
  max-width: 380px;
  flex-direction: column;
  align-items: center;
  overflow-y: auto;
  overflow-x: hidden;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  padding-bottom: 0.75rem;
  padding-top: 0.25rem;
}

@media (min-width: 768px) {
  .guild-detail-modal__dialog {
    max-width: 520px;
  }
}

@media (min-width: 1024px) {
  .guild-detail-modal__dialog {
    max-height: min(560px,calc(100vh - 3rem));
    max-width: 963px;
    padding-bottom: 2rem;
    padding-top: 0.25rem;
  }
}

.guild-detail-modal__dialog {
  background:
    linear-gradient(rgba(4, 4, 4, 0.92), rgba(4, 4, 4, 0.92)) padding-box,
    linear-gradient(-45deg, #ff0004 0%, transparent 12%, transparent 88%, #ff0004 100%) border-box;
}

.guild-detail-modal__tab {
  pointer-events: none;
  position: absolute;
  left: 50%;
  z-index: 20;
  display: block;
  height: auto;
  width: 4rem;
  flex-shrink: 0;
  --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));
  -o-object-fit: contain;
     object-fit: contain;
}

@media (min-width: 1024px) {
  .guild-detail-modal__tab {
    width: 90px;
  }
}

.guild-detail-modal__tab--top {
  top: -2px;
}

.guild-detail-modal__tab--bottom {
  bottom: -2px;
}

.guild-detail-modal__close {
  position: relative;
  z-index: 20;
  margin-left: auto;
  margin-right: 0.25rem;
  margin-top: 0.125rem;
  display: inline-flex;
  width: 1rem;
  height: 1rem;
  flex-shrink: 0;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-width: 0px;
  background-color: transparent;
  padding: 0px;
}

@media (min-width: 768px) {
  .guild-detail-modal__close {
    width: 1.25rem;
    height: 1.25rem;
  }
}

@media (min-width: 1024px) {
  .guild-detail-modal__close {
    margin-right: 0.375rem;
    width: 26px;
    height: 26px;
  }
}

.guild-detail-modal__close-icon {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.guild-detail-modal__body {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 1.25rem;
  padding-top: 0.625rem;
}

@media (min-width: 1024px) {
  .guild-detail-modal__body {
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 25px;
    padding-top: 0.625rem;
  }
}

.guild-detail-modal__layout {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: stretch;
  gap: 1.25rem;
}

@media (min-width: 1024px) {
  .guild-detail-modal__layout {
    flex-direction: row;
    align-items: flex-start;
    gap: 65px;
  }
}

.guild-detail-modal__main {
  display: flex;
  min-width: 0px;
  flex: 1 1 0%;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.625rem;
}

@media (min-width: 1024px) {
  .guild-detail-modal__main {
    width: 576px;
    flex: none;
    gap: 30px;
  }
}

.guild-detail-modal__top {
  display: flex;
  width: 100%;
  align-items: flex-start;
  gap: 0.625rem;
}

@media (min-width: 1024px) {
  .guild-detail-modal__top {
    gap: 0px;
  }
}

.guild-detail-modal__info {
  display: flex;
  min-width: 0px;
  flex: 1 1 0%;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
}

.guild-detail-modal__profile {
  position: relative;
  flex-shrink: 0;
}

.guild-detail-modal__profile--sm {
  width: 90px;
  height: 90px;
}

@media (min-width: 1024px) {
  .guild-detail-modal__profile--sm {
    display: none;
  }
}

.guild-detail-modal__profile--xl {
  display: none;
  width: 227px;
  height: 227px;
}

@media (min-width: 1024px) {
  .guild-detail-modal__profile--xl {
    display: block;
  }
}

.guild-detail-modal__profile-pic {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
}

.guild-detail-modal__profile--sm .guild-detail-modal__profile-pic {
  left: 4px;
  top: 4px;
  width: 81px;
  height: 81px;
}

.guild-detail-modal__profile--xl .guild-detail-modal__profile-pic {
  left: 11px;
  top: 11px;
  width: 204px;
  height: 204px;
}

.guild-detail-modal__profile-frame {
  pointer-events: none;
  position: absolute;
  inset: 0px;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.guild-detail-modal__aside {
  display: none;
  flex-shrink: 0;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.25rem;
  align-self: stretch;
}

@media (min-width: 1024px) {
  .guild-detail-modal__aside {
    display: flex;
  }
}

.guild-detail-modal__ribbon-row {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5rem;
}

@media (min-width: 1024px) {
  .guild-detail-modal__ribbon-row {
    height: 41px;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 0px;
  }
}

.guild-detail-modal__ribbon {
  position: relative;
  display: flex;
  height: 1rem;
  width: 173px;
  align-items: center;
  border-left-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(255 0 4 / var(--tw-border-opacity, 1));
}

@media (min-width: 1024px) {
  .guild-detail-modal__ribbon {
    height: 41px;
    width: 277px;
    border-left-width: 3px;
  }
}

.guild-detail-modal__ribbon {
  background: linear-gradient(to right, rgba(255, 2, 7, 0.44), transparent);
}

.guild-detail-modal__ribbon-text {
  padding-left: 0.5rem;
  font-size: 10px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.02em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px) {
  .guild-detail-modal__ribbon-text {
    padding-left: 15px;
    font-size: 1rem;
    line-height: 1.5rem;
    line-height: 14px;
  }
}

.guild-detail-modal__notice {
  display: inline-flex;
  max-width: 100%;
  align-items: center;
  gap: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(52 199 89 / var(--tw-border-opacity, 1));
  background-color: rgba(52,199,89,0.16);
  padding-left: 9px;
  padding-right: 9px;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

@media (min-width: 1024px) {
  .guild-detail-modal__notice {
    gap: 5px;
    padding-left: 11px;
    padding-right: 11px;
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }
}

.guild-detail-modal__notice--desktop {
  display: none;
}

@media (min-width: 1024px) {
  .guild-detail-modal__notice--desktop {
    display: inline-flex;
  }
}

.guild-detail-modal__notice--mobile {
  display: inline-flex;
}

@media (min-width: 1024px) {
  .guild-detail-modal__notice--mobile {
    display: none;
  }
}

.guild-detail-modal__notice-icon {
  display: block;
  width: 0.875rem;
  height: 0.875rem;
  flex-shrink: 0;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (min-width: 1024px) {
  .guild-detail-modal__notice-icon {
    width: 1rem;
    height: 1rem;
  }
}

.guild-detail-modal__notice-text {
  font-size: 11px;
  font-weight: 400;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(52 199 89 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px) {
  .guild-detail-modal__notice-text {
    white-space: nowrap;
    font-size: 14px;
  }
}

.guild-detail-modal__name-row {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  padding-top: 3px;
  padding-bottom: 3px;
}

@media (min-width: 1024px) {
  .guild-detail-modal__name-row {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}

.guild-detail-modal__name {
  margin: 0px;
  min-width: 0px;
  flex: 1 1 0%;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.02em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px) {
  .guild-detail-modal__name {
    font-size: 30px;
  }
}

.guild-detail-modal__chips {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  gap: 5px;
}

@media (min-width: 1024px) {
  .guild-detail-modal__chips {
    gap: 0.625rem;
  }
}

.guild-detail-modal__chips--desktop {
  display: none;
}

@media (min-width: 1024px) {
  .guild-detail-modal__chips--desktop {
    display: flex;
  }
}

.guild-detail-modal__chips--mobile {
  display: flex;
  width: 100%;
  justify-content: center;
}

@media (min-width: 1024px) {
  .guild-detail-modal__chips--mobile {
    display: none;
  }
}

.guild-detail-modal__chip {
  display: inline-flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  border-width: 1px;
  border-style: solid;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 12px;
  font-weight: 600;
  line-height: 14px;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.guild-detail-modal__chip:hover {
  opacity: 0.9;
}

@media (min-width: 1024px) {
  .guild-detail-modal__chip {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 9px;
    padding-bottom: 9px;
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

.guild-detail-modal__chip--edit {
  --tw-border-opacity: 1;
  border-color: rgb(98 98 98 / var(--tw-border-opacity, 1));
  background-color: rgba(147,147,147,0.26);
  --tw-text-opacity: 1;
  color: rgb(180 180 180 / var(--tw-text-opacity, 1));
}

.guild-detail-modal__chip--members {
  --tw-border-opacity: 1;
  border-color: rgb(123 0 0 / var(--tw-border-opacity, 1));
  background-color: rgba(169,0,0,0.26);
  --tw-text-opacity: 1;
  color: rgb(251 198 198 / var(--tw-text-opacity, 1));
}

.guild-detail-modal__leader {
  display: flex;
  align-items: center;
  gap: 5px;
}

.guild-detail-modal__leader-icon {
  display: block;
  width: 0.75rem;
  height: 0.75rem;
  flex-shrink: 0;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (min-width: 1024px) {
  .guild-detail-modal__leader-icon {
    width: 0.875rem;
    height: 0.875rem;
  }
}

.guild-detail-modal__leader-label {
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 400;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(154 154 154 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px) {
  .guild-detail-modal__leader-label {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.guild-detail-modal__leader-name {
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 400;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px) {
  .guild-detail-modal__leader-name {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.guild-detail-modal__meta {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
}

@media (min-width: 1024px) {
  .guild-detail-modal__meta {
    gap: 30px;
  }
}

.guild-detail-modal__meta-item {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}

@media (min-width: 1024px) {
  .guild-detail-modal__meta-item {
    gap: 0.625rem;
  }
}

.guild-detail-modal__meta-label {
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 400;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(154 154 154 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px) {
  .guild-detail-modal__meta-label {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.guild-detail-modal__meta-value {
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 400;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px) {
  .guild-detail-modal__meta-value {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.guild-detail-modal__status {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  border-width: 1px;
  border-style: solid;
  padding-left: 9px;
  padding-right: 9px;
  padding-top: 3px;
  padding-bottom: 3px;
  font-size: 10px;
  font-weight: 600;
  line-height: 14px;
}

@media (min-width: 1024px) {
  .guild-detail-modal__status {
    padding-left: 11px;
    padding-right: 11px;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    font-size: 11px;
  }
}

.guild-detail-modal__status--public {
  --tw-border-opacity: 1;
  border-color: rgb(52 199 89 / var(--tw-border-opacity, 1));
  background-color: rgba(52,199,89,0.16);
  --tw-text-opacity: 1;
  color: rgb(52 199 89 / var(--tw-text-opacity, 1));
}

.guild-detail-modal__status--private {
  --tw-border-opacity: 1;
  border-color: rgb(114 0 0 / var(--tw-border-opacity, 1));
  background-color: rgba(229,34,34,0.16);
  --tw-text-opacity: 1;
  color: rgb(255 104 104 / var(--tw-text-opacity, 1));
}

.guild-detail-modal__discord {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  text-decoration-line: none;
}

@media (min-width: 1024px) {
  .guild-detail-modal__discord--mobile {
    display: none;
  }
}

.guild-detail-modal__discord--desktop {
  display: none;
}

@media (min-width: 1024px) {
  .guild-detail-modal__discord--desktop {
    display: inline-flex;
  }
}

.guild-detail-modal__discord-icon {
  display: block;
  width: 0.875rem;
  height: 0.875rem;
  flex-shrink: 0;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (min-width: 1024px) {
  .guild-detail-modal__discord-icon {
    width: 1.25rem;
    height: 1.25rem;
  }
}

.guild-detail-modal__discord-text {
  white-space: nowrap;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(255 221 166 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px) {
  .guild-detail-modal__discord-text {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.guild-detail-modal__divider {
  display: flex;
  width: 100%;
  align-items: center;
}

.guild-detail-modal__divider-cap {
  display: block;
  height: 2px;
  width: 2.5px;
  flex-shrink: 0;
  --tw-bg-opacity: 1;
  background-color: rgb(241 76 79 / var(--tw-bg-opacity, 1));
}

@media (min-width: 1024px) {
  .guild-detail-modal__divider-cap {
    width: 6.5px;
  }
}

.guild-detail-modal__divider-line {
  height: 1px;
  min-width: 0px;
  flex: 1 1 0%;
  background-color: rgba(241,77,80,0.25);
}

.guild-detail-modal__bio {
  position: relative;
  width: 100%;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 66 69 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(25 5 6 / var(--tw-bg-opacity, 1));
  padding: 0.625rem;
}

@media (min-width: 1024px) {
  .guild-detail-modal__bio {
    padding: 1.25rem;
  }
}

.guild-detail-modal__bio {
  box-shadow: 0 0 1.5px rgba(249, 11, 15, 0.74), inset 0 0 3px rgba(249, 11, 15, 0.66);
}

@media (min-width: 1024px) {
  .guild-detail-modal__bio {
    box-shadow: 0 0 3.5px rgba(249, 11, 15, 0.74), inset 0 0 7.4px rgba(249, 11, 15, 0.66);
  }
}

.guild-detail-modal__bio-text {
  margin: 0px;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 400;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px) {
  .guild-detail-modal__bio-text {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

.guild-detail-modal__invite {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  gap: 0.25rem;
}

@media (min-width: 1024px) {
  .guild-detail-modal__invite {
    gap: 5px;
  }
}

.guild-detail-modal__invite-label {
  margin: 0px;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(222 222 222 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px) {
  .guild-detail-modal__invite-label {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

.guild-detail-modal__invite-row {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: stretch;
  gap: 0.375rem;
}

@media (min-width: 1024px) {
  .guild-detail-modal__invite-row {
    flex-direction: row;
    align-items: center;
    gap: 5px;
  }
}

.guild-detail-modal__invite-field {
  display: flex;
  height: 2.75rem;
  width: 100%;
  min-width: 0px;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(45 45 45 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(29 30 31 / var(--tw-bg-opacity, 1));
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

@media (min-width: 1024px) {
  .guild-detail-modal__invite-field {
    height: 46px;
    flex: 1 1 0%;
    padding: 10px;
  }
}

.guild-detail-modal__invite-url {
  min-width: 0px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(255 227 166 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px) {
  .guild-detail-modal__invite-url {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.guild-detail-modal__invite-copy {
  display: inline-flex;
  width: 1.25rem;
  height: 1.25rem;
  flex-shrink: 0;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-width: 0px;
  background-color: transparent;
  padding: 0px;
}

@media (min-width: 1024px) {
  .guild-detail-modal__invite-copy {
    width: 22px;
    height: 22px;
  }
}

.guild-detail-modal__invite-copy-icon {
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (min-width: 1024px) {
  .guild-detail-modal__invite-copy-icon {
    width: 22px;
    height: 22px;
  }
}

.guild-detail-modal__share {
  display: inline-flex;
  height: 2.75rem;
  width: 100%;
  flex-shrink: 0;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 8 12 / var(--tw-border-opacity, 1));
  background-color: rgba(175,3,5,0.9);
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.guild-detail-modal__share:hover {
  background-color: rgba(200,10,12,0.95);
}

@media (min-width: 1024px) {
  .guild-detail-modal__share {
    height: 46px;
    width: 143px;
  }
}

.guild-detail-modal--join .guild-detail-modal__aside {
  justify-content: space-between;
  gap: 0px;
}

.guild-detail-modal--join .guild-detail-modal__main {
  gap: 1.25rem;
}

@media (min-width: 1024px) {
  .guild-detail-modal--join .guild-detail-modal__main {
    gap: 30px;
  }
}

.guild-detail-modal__aside-top {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.25rem;
}

.guild-detail-modal__join {
  display: inline-flex;
  height: 45px;
  width: 100%;
  flex-shrink: 0;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 99px;
  border-width: 0.62px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(206 0 3 / var(--tw-border-opacity, 1));
  background-color: rgba(175,3,5,0.9);
  padding-left: 30px;
  padding-right: 30px;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.guild-detail-modal__join:hover {
  background-color: rgba(200,10,12,0.95);
}

@media (min-width: 1024px) {
  .guild-detail-modal__join {
    height: 50px;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .guild-detail-modal__join--mobile {
    display: none;
  }
}

.guild-detail-modal__join--desktop {
  margin-top: 30px;
  display: none;
  width: 100%;
}

@media (min-width: 1024px) {
  .guild-detail-modal__join--desktop {
    display: inline-flex;
  }
}

.guild-detail-modal__bio-group {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}

.guild-detail-modal__hint {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 5px;
}

.guild-detail-modal__hint-icon {
  display: block;
  width: 1rem;
  height: 1rem;
  flex-shrink: 0;
  -o-object-fit: contain;
     object-fit: contain;
}

.guild-detail-modal__hint-text {
  margin: 0px;
  min-width: 0px;
  flex: 1 1 0%;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 400;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(241 76 79 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px) {
  .guild-detail-modal__hint-text {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

.guild-detail-modal__join--contact,
.guild-detail-modal__join--contact:disabled {
  cursor: default;
  --tw-border-opacity: 1;
  border-color: rgb(43 43 43 / var(--tw-border-opacity, 1));
  background-color: rgba(29,29,29,0.9);
  --tw-text-opacity: 1;
  color: rgb(156 156 156 / var(--tw-text-opacity, 1));
  opacity: 1;
}

.guild-detail-modal__join--contact:hover,
.guild-detail-modal__join--contact:disabled:hover {
  background-color: rgba(29,29,29,0.9);
}

.page--modal-open {
  overflow: hidden;
}

/* DEV Toolbar — fixed bottom mock controls */

.dev-toolbar {
  position: fixed;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 100;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border-top-width: 1px;
  border-color: rgb(255 255 255 / 0.1);
  background-color: rgb(0 0 0 / 0.85);
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  font-family: Prompt, sans-serif;
  --tw-backdrop-blur: blur(4px);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.dev-toolbar__btn {
  display: inline-flex;
  height: 2.25rem;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 0.25rem;
  border-width: 1px;
  border-color: rgb(255 255 255 / 0.25);
  background-color: rgb(255 255 255 / 0.1);
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.dev-toolbar__btn:hover {
  opacity: 0.9;
}

@media (min-width: 768px) {
  .dev-toolbar__btn {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

/* Login Required Popup — Figma 676:15363 */

.login-required-modal {
  position: fixed;
  inset: 0px;
  z-index: 150;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  font-family: Prompt, sans-serif;
}

@media (min-width: 768px) {
  .login-required-modal {
    padding: 1.5rem;
  }
}

.login-required-modal.login-required-modal--open {
  display: flex;
}

.login-required-modal__backdrop {
  position: absolute;
  inset: 0px;
  background-color: rgb(0 0 0 / 0.7);
  --tw-backdrop-blur: blur(3.4px);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.login-required-modal__dialog {
  position: relative;
  z-index: 10;
  display: flex;
  height: auto;
  max-height: calc(100vh - 2rem);
  min-height: 220px;
  width: 100%;
  max-width: 480px;
  flex-direction: column;
  align-items: flex-end;
  overflow-y: auto;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  padding: 11px;
}

@media (min-width: 768px) {
  .login-required-modal__dialog {
    min-height: 280px;
    max-width: 550px;
  }
}

.login-required-modal__dialog {
  background:
    linear-gradient(
        149.28deg,
        rgba(255, 0, 4, 0.25) 5.72%,
        rgba(57, 57, 57, 0.25) 13.22%,
        rgba(57, 57, 57, 0.25) 86.18%,
        rgba(255, 0, 4, 0.25) 110.12%
      )
      padding-box,
    linear-gradient(90deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.9) 100%) padding-box,
    linear-gradient(-45deg, #ff0004 0%, transparent 10%, transparent 90%, #ff0004 100%) border-box;
}

.login-required-modal__close {
  position: relative;
  z-index: 20;
  display: inline-flex;
  width: 26px;
  height: 26px;
  flex-shrink: 0;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-width: 0px;
  background-color: transparent;
  padding: 0px;
}

.login-required-modal__close-icon {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  -o-object-fit: contain;
     object-fit: contain;
}

.login-required-modal__body {
  position: relative;
  display: flex;
  width: 100%;
  flex: 1 1 0%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.login-required-modal__title {
  margin: 0px;
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.6px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

/* Pre-register Required Popup — Figma 676:15459 */

.preregister-required-modal {
  position: fixed;
  inset: 0px;
  z-index: 150;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  font-family: Prompt, sans-serif;
}

@media (min-width: 768px) {
  .preregister-required-modal {
    padding: 1.5rem;
  }
}

.preregister-required-modal.preregister-required-modal--open {
  display: flex;
}

.preregister-required-modal__backdrop {
  position: absolute;
  inset: 0px;
  background-color: rgb(0 0 0 / 0.7);
  --tw-backdrop-blur: blur(3.4px);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.preregister-required-modal__dialog {
  position: relative;
  z-index: 10;
  display: flex;
  height: auto;
  max-height: calc(100vh - 2rem);
  min-height: 220px;
  width: 100%;
  max-width: 480px;
  flex-direction: column;
  align-items: flex-end;
  overflow-y: auto;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  padding: 11px;
}

@media (min-width: 768px) {
  .preregister-required-modal__dialog {
    min-height: 280px;
    max-width: 550px;
  }
}

.preregister-required-modal__dialog {
  background:
    linear-gradient(
        149.28deg,
        rgba(255, 0, 4, 0.25) 5.72%,
        rgba(57, 57, 57, 0.25) 13.22%,
        rgba(57, 57, 57, 0.25) 86.18%,
        rgba(255, 0, 4, 0.25) 110.12%
      )
      padding-box,
    linear-gradient(90deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.9) 100%) padding-box,
    linear-gradient(-45deg, #ff0004 0%, transparent 10%, transparent 90%, #ff0004 100%) border-box;
}

.preregister-required-modal__close {
  position: relative;
  z-index: 20;
  display: inline-flex;
  width: 26px;
  height: 26px;
  flex-shrink: 0;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-width: 0px;
  background-color: transparent;
  padding: 0px;
}

.preregister-required-modal__close-icon {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  -o-object-fit: contain;
     object-fit: contain;
}

.preregister-required-modal__body {
  position: relative;
  display: flex;
  width: 100%;
  flex: 1 1 0%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
}

.preregister-required-modal__message {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  text-align: center;
}

.preregister-required-modal__title {
  margin: 0px;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.54px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.preregister-required-modal__subtitle {
  margin: 0px;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.48px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.preregister-required-modal__cta {
  display: inline-flex;
  height: 60px;
  width: 100%;
  max-width: 354.5px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(164 0 0 / var(--tw-border-opacity, 1));
  background-image: radial-gradient(ellipse at top, rgba(255,20,20,0.34) 0%, rgba(177,10,10,0.17) 50%, rgba(99,0,0,0) 100%);
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 500;
  line-height: 14px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
  --tw-shadow: 0px 0px 9px 0px rgba(246,70,70,0.33);
  --tw-shadow-colored: 0px 0px 9px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.preregister-required-modal__cta:hover {
  opacity: 0.9;
}

/* Red Commander Popup — Figma 734:3091 */

.red-commander-modal {
  position: fixed;
  inset: 0px;
  z-index: 150;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  font-family: Prompt, sans-serif;
}

@media (min-width: 768px) {
  .red-commander-modal {
    padding: 1.5rem;
  }
}

.red-commander-modal.red-commander-modal--open {
  display: flex;
}

.red-commander-modal__backdrop {
  position: absolute;
  inset: 0px;
  background-color: rgb(0 0 0 / 0.7);
  --tw-backdrop-blur: blur(3.4px);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.red-commander-modal__dialog {
  position: relative;
  z-index: 10;
  display: flex;
  height: auto;
  max-height: calc(100vh - 2rem);
  min-height: 260px;
  width: 100%;
  max-width: 480px;
  flex-direction: column;
  align-items: flex-end;
  overflow-y: auto;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  padding: 0.625rem;
}

@media (min-width: 768px) {
  .red-commander-modal__dialog {
    min-height: 280px;
    max-width: 550px;
  }
}

.red-commander-modal__dialog {
  background:
    linear-gradient(
        147.52deg,
        rgba(255, 0, 4, 0.25) 5.72%,
        rgba(57, 57, 57, 0.25) 13.22%,
        rgba(57, 57, 57, 0.25) 86.18%,
        rgba(255, 0, 4, 0.25) 110.12%
      )
      padding-box,
    linear-gradient(90deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.9) 100%) padding-box,
    linear-gradient(-45deg, #ff0004 0%, transparent 10%, transparent 90%, #ff0004 100%) border-box;
}

.red-commander-modal__close {
  position: relative;
  z-index: 20;
  display: inline-flex;
  width: 26px;
  height: 26px;
  flex-shrink: 0;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-width: 0px;
  background-color: transparent;
  padding: 0px;
}

.red-commander-modal__close-icon {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  -o-object-fit: contain;
     object-fit: contain;
}

.red-commander-modal__body {
  position: relative;
  display: flex;
  width: 100%;
  flex: 1 1 0%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.red-commander-modal__message {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.625rem;
  text-align: center;
}

.red-commander-modal__title {
  margin: 0px;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.54px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.red-commander-modal__subtitle {
  margin: 0px;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.48px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.red-commander-modal__accent {
  --tw-text-opacity: 1;
  color: rgb(255 58 61 / var(--tw-text-opacity, 1));
}

.red-commander-modal__actions {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
}

.red-commander-modal__create {
  display: inline-flex;
  height: 2.5rem;
  width: 100%;
  max-width: 180px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 99px;
  border-width: 0.62px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(206 0 3 / var(--tw-border-opacity, 1));
  background-color: transparent;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(222 0 4 / var(--tw-text-opacity, 1));
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.red-commander-modal__create:hover {
  opacity: 0.9;
}

.red-commander-modal__reuse {
  display: inline-flex;
  height: 2.5rem;
  width: 100%;
  max-width: 180px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 99px;
  border-width: 0.62px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(206 0 3 / var(--tw-border-opacity, 1));
  background-color: rgba(175,3,5,0.9);
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.red-commander-modal__reuse:hover {
  opacity: 0.9;
}

/* Red Reuse Phone Popup — Figma 736:3105 */

.red-reuse-phone-modal {
  position: fixed;
  inset: 0px;
  z-index: 150;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  font-family: Prompt, sans-serif;
}

@media (min-width: 768px) {
  .red-reuse-phone-modal {
    padding: 1.5rem;
  }
}

.red-reuse-phone-modal.red-reuse-phone-modal--open {
  display: flex;
}

.red-reuse-phone-modal__backdrop {
  position: absolute;
  inset: 0px;
  background-color: rgb(0 0 0 / 0.7);
  --tw-backdrop-blur: blur(3.4px);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.red-reuse-phone-modal__dialog {
  position: relative;
  z-index: 10;
  display: flex;
  height: auto;
  max-height: calc(100vh - 2rem);
  min-height: 260px;
  width: 100%;
  max-width: 480px;
  flex-direction: column;
  align-items: flex-end;
  overflow-y: auto;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  padding: 0.625rem;
}

@media (min-width: 768px) {
  .red-reuse-phone-modal__dialog {
    min-height: 280px;
    max-width: 550px;
  }
}

.red-reuse-phone-modal__dialog {
  background:
    linear-gradient(
        147.52deg,
        rgba(255, 0, 4, 0.25) 5.72%,
        rgba(57, 57, 57, 0.25) 13.22%,
        rgba(57, 57, 57, 0.25) 86.18%,
        rgba(255, 0, 4, 0.25) 110.12%
      )
      padding-box,
    linear-gradient(90deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.9) 100%) padding-box,
    linear-gradient(-45deg, #ff0004 0%, transparent 10%, transparent 90%, #ff0004 100%) border-box;
}

.red-reuse-phone-modal__close {
  position: relative;
  z-index: 20;
  display: inline-flex;
  width: 26px;
  height: 26px;
  flex-shrink: 0;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-width: 0px;
  background-color: transparent;
  padding: 0px;
}

.red-reuse-phone-modal__close-icon {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  -o-object-fit: contain;
     object-fit: contain;
}

.red-reuse-phone-modal__body {
  position: relative;
  display: flex;
  width: 100%;
  flex: 1 1 0%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.red-reuse-phone-modal__content {
  display: flex;
  width: 100%;
  max-width: 378px;
  flex-direction: column;
  align-items: center;
  gap: 1.25rem;
}

.red-reuse-phone-modal__title {
  margin: 0px;
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.54px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.red-reuse-phone-modal__field {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
}

.red-reuse-phone-modal__input {
  height: 65px;
  width: 100%;
  border-radius: 0.125rem;
  border-width: 0px;
  background-color: rgba(8,9,14,0.84);
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 300;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.red-reuse-phone-modal__input::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(86 86 86 / var(--tw-text-opacity, 1));
}

.red-reuse-phone-modal__input::placeholder {
  --tw-text-opacity: 1;
  color: rgb(86 86 86 / var(--tw-text-opacity, 1));
}

.red-reuse-phone-modal__hint {
  margin: 0px;
  width: 100%;
  font-size: 12px;
  font-weight: 400;
  line-height: 16.398px;
}

.red-reuse-phone-modal__hint--error {
  --tw-text-opacity: 1;
  color: rgb(235 67 67 / var(--tw-text-opacity, 1));
}

.red-reuse-phone-modal__continue {
  display: inline-flex;
  height: 2.5rem;
  width: 100%;
  max-width: 180px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 99px;
  border-width: 0.62px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(206 0 3 / var(--tw-border-opacity, 1));
  background-color: rgba(175,3,5,0.9);
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.red-reuse-phone-modal__continue:hover {
  opacity: 0.9;
}

/* Reward Tier Detail Modal — Figma 776:7574 */

.reward-tier-detail-modal {
  position: fixed;
  inset: 0px;
  z-index: 200;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  font-family: Prompt, sans-serif;
}

@media (min-width: 768px) {
  .reward-tier-detail-modal {
    padding: 1.5rem;
  }
}

.reward-tier-detail-modal.reward-tier-detail-modal--open {
  display: flex;
}

.reward-tier-detail-modal__backdrop {
  position: absolute;
  inset: 0px;
  background-color: rgb(0 0 0 / 0.7);
  --tw-backdrop-blur: blur(3.4px);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.reward-tier-detail-modal__dialog {
  position: relative;
  z-index: 10;
  display: flex;
  height: auto;
  max-height: calc(100vh - 2rem);
  width: 100%;
  max-width: 380px;
  flex-direction: column;
  align-items: flex-end;
  overflow-y: auto;
  overflow-x: hidden;
}

@media (min-width: 768px) {
  .reward-tier-detail-modal__dialog {
    max-width: 560px;
  }
}

@media (min-width: 1024px) {
  .reward-tier-detail-modal__dialog {
    max-width: 650px;
  }
}

.reward-tier-detail-modal__close {
  position: relative;
  z-index: 20;
  margin-bottom: 5px;
  margin-right: 5px;
  margin-top: 5px;
  display: inline-flex;
  width: 1rem;
  height: 1rem;
  flex-shrink: 0;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-width: 0px;
  background-color: transparent;
  padding: 0px;
}

@media (min-width: 768px) {
  .reward-tier-detail-modal__close {
    width: 1.25rem;
    height: 1.25rem;
  }
}

@media (min-width: 1024px) {
  .reward-tier-detail-modal__close {
    width: 26px;
    height: 26px;
  }
}

.reward-tier-detail-modal__close-icon {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.reward-tier-detail-modal__panel {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  padding: 1.25rem;
}

@media (min-width: 768px) {
  .reward-tier-detail-modal__panel {
    gap: 1.25rem;
    padding: 2rem;
  }
}

@media (min-width: 1024px) {
  .reward-tier-detail-modal__panel {
    gap: 1.25rem;
    padding: 41px;
  }
}

.reward-tier-detail-modal__panel {
  background:
    linear-gradient(
        117deg,
        rgba(255, 0, 4, 0.25) 5.72%,
        rgba(57, 57, 57, 0.25) 13.22%,
        rgba(57, 57, 57, 0.25) 86.18%,
        rgba(255, 0, 4, 0.25) 110.12%
      )
      padding-box,
    linear-gradient(90deg, rgba(4, 4, 4, 0.78) 0%, rgba(4, 4, 4, 0.78) 100%) padding-box,
    linear-gradient(-45deg, #ff0004 0%, transparent 10%, transparent 90%, #ff0004 100%) border-box;
}

.reward-tier-detail-modal__header {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  overflow-wrap: break-word;
}

.reward-tier-detail-modal__title {
  margin: 0px;
  width: 100%;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(228 19 19 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .reward-tier-detail-modal__title {
    font-size: 15px;
  }
}

@media (min-width: 1024px) {
  .reward-tier-detail-modal__title {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.reward-tier-detail-modal__subtitle {
  margin: 0px;
  width: 100%;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .reward-tier-detail-modal__subtitle {
    font-size: 15px;
  }
}

@media (min-width: 1024px) {
  .reward-tier-detail-modal__subtitle {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.reward-tier-detail-modal__divider {
  display: flex;
  width: 100%;
  align-items: center;
}

.reward-tier-detail-modal__divider-cap {
  display: block;
  height: 2px;
  width: 3.5px;
  flex-shrink: 0;
  --tw-bg-opacity: 1;
  background-color: rgb(241 76 79 / var(--tw-bg-opacity, 1));
}

@media (min-width: 768px) {
  .reward-tier-detail-modal__divider-cap {
    width: 5px;
  }
}

@media (min-width: 1024px) {
  .reward-tier-detail-modal__divider-cap {
    width: 6.821px;
  }
}

.reward-tier-detail-modal__divider-line {
  height: 1px;
  min-width: 0px;
  flex: 1 1 0%;
  background-color: rgba(241,77,80,0.25);
}

.reward-tier-detail-modal__list {
  margin: 0px;
  display: flex;
  width: 100%;
  list-style-type: none;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.75rem;
  padding: 0px;
}

@media (min-width: 768px) {
  .reward-tier-detail-modal__list {
    gap: 15px;
  }
}

.reward-tier-detail-modal__item {
  display: flex;
  width: 100%;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.75rem;
}

.reward-tier-detail-modal__item-main {
  display: flex;
  min-width: 0px;
  flex: 1 1 0%;
  align-items: flex-start;
  gap: 0.75rem;
}

@media (min-width: 768px) {
  .reward-tier-detail-modal__item-main {
    gap: 15px;
  }
}

.reward-tier-detail-modal__item-icon {
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  flex-shrink: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 768px) {
  .reward-tier-detail-modal__item-icon {
    width: 42px;
    height: 42px;
  }
}

@media (min-width: 1024px) {
  .reward-tier-detail-modal__item-icon {
    width: 45px;
    height: 45px;
  }
}

.reward-tier-detail-modal__item-copy {
  display: flex;
  min-width: 0px;
  flex-direction: column;
  align-items: flex-start;
}

.reward-tier-detail-modal__item-name {
  margin: 0px;
  width: 100%;
  overflow-wrap: break-word;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .reward-tier-detail-modal__item-name {
    font-size: 15px;
  }
}

@media (min-width: 1024px) {
  .reward-tier-detail-modal__item-name {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.reward-tier-detail-modal__item-desc {
  margin: 0px;
  width: 100%;
  overflow-wrap: break-word;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  --tw-text-opacity: 1;
  color: rgb(129 129 129 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .reward-tier-detail-modal__item-desc {
    font-size: 13px;
    line-height: 17px;
  }
}

@media (min-width: 1024px) {
  .reward-tier-detail-modal__item-desc {
    font-size: 0.875rem;
    line-height: 1.25rem;
    line-height: 18px;
  }
}

.reward-tier-detail-modal__item-qty {
  margin: 0px;
  flex-shrink: 0;
  white-space: nowrap;
  text-align: right;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(255 54 54 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .reward-tier-detail-modal__item-qty {
    font-size: 15px;
  }
}

@media (min-width: 1024px) {
  .reward-tier-detail-modal__item-qty {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

/*Klaro Icon*/

.klaro-recall-btn {
  position: fixed;
  bottom: 1.25rem;
  left: 0.25rem;
  z-index: 9999;
  display: inline-flex;
  height: 2rem;
  width: 2rem;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-style: none;
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
  --tw-shadow: 0 2px 8px rgba(0,0,0,0.4);
  --tw-shadow-colored: 0 2px 8px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.klaro-recall-btn:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}

@media (min-width: 768px) {
  .klaro-recall-btn {
    height: 2.5rem;
    width: 2.5rem;
  }
}

.klaro-recall-btn--hidden {
  display: none;
}

.klaro-recall-btn__icon {
  height: 1.5rem;
  width: 1.5rem;
}

.placeholder\:text-\[\#565656\]::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(86 86 86 / var(--tw-text-opacity, 1));
}

.placeholder\:text-\[\#565656\]::placeholder {
  --tw-text-opacity: 1;
  color: rgb(86 86 86 / var(--tw-text-opacity, 1));
}

.placeholder\:text-\[\#656565\]::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(101 101 101 / var(--tw-text-opacity, 1));
}

.placeholder\:text-\[\#656565\]::placeholder {
  --tw-text-opacity: 1;
  color: rgb(101 101 101 / var(--tw-text-opacity, 1));
}

.hover\:bg-\[rgba\(164\2c 0\2c 0\2c 0\.25\)\]:hover {
  background-color: rgba(164,0,0,0.25);
}

.hover\:bg-\[rgba\(200\2c 10\2c 12\2c 0\.95\)\]:hover {
  background-color: rgba(200,10,12,0.95);
}

.hover\:bg-\[rgba\(200\2c 10\2c 12\2c 0\.98\)\]:hover {
  background-color: rgba(200,10,12,0.98);
}

.hover\:bg-\[rgba\(29\2c 29\2c 29\2c 0\.9\)\]:hover {
  background-color: rgba(29,29,29,0.9);
}

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

.hover\:opacity-80:hover {
  opacity: 0.8;
}

.hover\:opacity-90:hover {
  opacity: 0.9;
}

@media (min-width: 768px) {
  .md\:-left-\[12px\] {
    left: -12px;
  }

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

  .md\:left-1 {
    left: 0.25rem;
  }

  .md\:left-2 {
    left: 0.5rem;
  }

  .md\:left-\[17\.5px\] {
    left: 17.5px;
  }

  .md\:left-\[19px\] {
    left: 19px;
  }

  .md\:left-\[8px\] {
    left: 8px;
  }

  .md\:top-1 {
    top: 0.25rem;
  }

  .md\:top-\[36px\] {
    top: 36px;
  }

  .md\:top-\[4\.84px\] {
    top: 4.84px;
  }

  .md\:top-\[8px\] {
    top: 8px;
  }

  .md\:top-\[9px\] {
    top: 9px;
  }

  .md\:my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

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

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

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

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

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

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

  .md\:mt-\[30px\] {
    margin-top: 30px;
  }

  .md\:mt-\[320px\] {
    margin-top: 320px;
  }

  .md\:mt-\[85px\] {
    margin-top: 85px;
  }

  .md\:size-1 {
    width: 0.25rem;
    height: 0.25rem;
  }

  .md\:size-2 {
    width: 0.5rem;
    height: 0.5rem;
  }

  .md\:size-5 {
    width: 1.25rem;
    height: 1.25rem;
  }

  .md\:size-\[100px\] {
    width: 100px;
    height: 100px;
  }

  .md\:size-\[144px\] {
    width: 144px;
    height: 144px;
  }

  .md\:size-\[14px\] {
    width: 14px;
    height: 14px;
  }

  .md\:size-\[15px\] {
    width: 15px;
    height: 15px;
  }

  .md\:size-\[160px\] {
    width: 160px;
    height: 160px;
  }

  .md\:size-\[18px\] {
    width: 18px;
    height: 18px;
  }

  .md\:size-\[200px\] {
    width: 200px;
    height: 200px;
  }

  .md\:size-\[42px\] {
    width: 42px;
    height: 42px;
  }

  .md\:size-\[84px\] {
    width: 84px;
    height: 84px;
  }

  .md\:size-\[92px\] {
    width: 92px;
    height: 92px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:h-auto {
    height: auto;
  }

  .md\:min-h-\[280px\] {
    min-height: 280px;
  }

  .md\:min-h-\[360px\] {
    min-height: 360px;
  }

  .md\:min-h-\[560px\] {
    min-height: 560px;
  }

  .md\:min-h-\[720px\] {
    min-height: 720px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:grid-cols-\[160px_minmax\(0\2c 1fr\)\] {
    grid-template-columns: 160px minmax(0,1fr);
  }

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

  .md\:gap-1\.5 {
    gap: 0.375rem;
  }

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

  .md\:gap-2\.5 {
    gap: 0.625rem;
  }

  .md\:gap-3 {
    gap: 0.75rem;
  }

  .md\:gap-3\.5 {
    gap: 0.875rem;
  }

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

  .md\:gap-5 {
    gap: 1.25rem;
  }

  .md\:gap-\[15px\] {
    gap: 15px;
  }

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

  .md\:gap-y-3\.5 {
    row-gap: 0.875rem;
  }

  .md\:rounded-\[20px\] {
    border-radius: 20px;
  }

  .md\:rounded-bl-\[10px\] {
    border-bottom-left-radius: 10px;
  }

  .md\:rounded-br-\[10px\] {
    border-bottom-right-radius: 10px;
  }

  .md\:rounded-tr-\[10px\] {
    border-top-right-radius: 10px;
  }

  .md\:p-3\.5 {
    padding: 0.875rem;
  }

  .md\:p-8 {
    padding: 2rem;
  }

  .md\:px-2\.5 {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

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

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

  .md\:px-\[22px\] {
    padding-left: 22px;
    padding-right: 22px;
  }

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

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

  .md\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

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

  .md\:py-2\.5 {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

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

  .md\:py-\[5px\] {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .md\:pb-10 {
    padding-bottom: 2.5rem;
  }

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

  .md\:pb-\[300px\] {
    padding-bottom: 300px;
  }

  .md\:pl-2\.5 {
    padding-left: 0.625rem;
  }

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

  .md\:pt-\[60px\] {
    padding-top: 60px;
  }

  .md\:text-\[11px\] {
    font-size: 11px;
  }

  .md\:text-\[12px\] {
    font-size: 12px;
  }

  .md\:text-\[13px\] {
    font-size: 13px;
  }

  .md\:text-\[14px\] {
    font-size: 14px;
  }

  .md\:text-\[15px\] {
    font-size: 15px;
  }

  .md\:text-\[17px\] {
    font-size: 17px;
  }

  .md\:text-\[18px\] {
    font-size: 18px;
  }

  .md\:text-\[20px\] {
    font-size: 20px;
  }

  .md\:leading-\[10px\] {
    line-height: 10px;
  }

  .md\:leading-\[14px\] {
    line-height: 14px;
  }

  .md\:leading-\[17px\] {
    line-height: 17px;
  }

  .md\:leading-\[18px\] {
    line-height: 18px;
  }

  .md\:leading-\[19px\] {
    line-height: 19px;
  }
}

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

  .lg\:-left-\[22px\] {
    left: -22px;
  }

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

  .lg\:-top-\[42px\] {
    top: -42px;
  }

  .lg\:bottom-auto {
    bottom: auto;
  }

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

  .lg\:left-\[11px\] {
    left: 11px;
  }

  .lg\:left-\[5px\] {
    left: 5px;
  }

  .lg\:left-\[calc\(50\%-755px\)\] {
    left: calc(50% - 755px);
  }

  .lg\:top-\[11px\] {
    top: 11px;
  }

  .lg\:top-\[238px\] {
    top: 238px;
  }

  .lg\:top-\[48px\] {
    top: 48px;
  }

  .lg\:top-\[500px\] {
    top: 500px;
  }

  .lg\:top-\[50px\] {
    top: 50px;
  }

  .lg\:top-\[52px\] {
    top: 52px;
  }

  .lg\:top-\[5px\] {
    top: 5px;
  }

  .lg\:top-\[83px\] {
    top: 83px;
  }

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

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

  .lg\:col-auto {
    grid-column: auto;
  }

  .lg\:row-auto {
    grid-row: auto;
  }

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

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

  .lg\:mb-\[15px\] {
    margin-bottom: 15px;
  }

  .lg\:mr-1\.5 {
    margin-right: 0.375rem;
  }

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

  .lg\:mt-\[10px\] {
    margin-top: 10px;
  }

  .lg\:mt-\[13px\] {
    margin-top: 13px;
  }

  .lg\:mt-\[22px\] {
    margin-top: 22px;
  }

  .lg\:mt-\[253px\] {
    margin-top: 253px;
  }

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

  .lg\:mt-\[98px\] {
    margin-top: 98px;
  }

  .lg\:block {
    display: block;
  }

  .lg\:inline {
    display: inline;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:size-3 {
    width: 0.75rem;
    height: 0.75rem;
  }

  .lg\:size-\[104px\] {
    width: 104px;
    height: 104px;
  }

  .lg\:size-\[111px\] {
    width: 111px;
    height: 111px;
  }

  .lg\:size-\[114px\] {
    width: 114px;
    height: 114px;
  }

  .lg\:size-\[13px\] {
    width: 13px;
    height: 13px;
  }

  .lg\:size-\[14px\] {
    width: 14px;
    height: 14px;
  }

  .lg\:size-\[15px\] {
    width: 15px;
    height: 15px;
  }

  .lg\:size-\[18px\] {
    width: 18px;
    height: 18px;
  }

  .lg\:size-\[204px\] {
    width: 204px;
    height: 204px;
  }

  .lg\:size-\[227px\] {
    width: 227px;
    height: 227px;
  }

  .lg\:size-\[22px\] {
    width: 22px;
    height: 22px;
  }

  .lg\:size-\[23px\] {
    width: 23px;
    height: 23px;
  }

  .lg\:size-\[254px\] {
    width: 254px;
    height: 254px;
  }

  .lg\:size-\[26px\] {
    width: 26px;
    height: 26px;
  }

  .lg\:size-\[45px\] {
    width: 45px;
    height: 45px;
  }

  .lg\:size-\[99px\] {
    width: 99px;
    height: 99px;
  }

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

  .lg\:h-4 {
    height: 1rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:max-h-\[min\(560px\2c calc\(100vh-3rem\)\)\] {
    max-height: min(560px,calc(100vh - 3rem));
  }

  .lg\:max-h-\[min\(712px\2c calc\(100vh-3rem\)\)\] {
    max-height: min(712px,calc(100vh - 3rem));
  }

  .lg\:max-h-\[min\(931px\2c calc\(100vh-3rem\)\)\] {
    max-height: min(931px,calc(100vh - 3rem));
  }

  .lg\:min-h-0 {
    min-height: 0px;
  }

  .lg\:min-h-\[1000px\] {
    min-height: 1000px;
  }

  .lg\:min-h-\[113px\] {
    min-height: 113px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:w-\[6\.5px\] {
    width: 6.5px;
  }

  .lg\:w-\[6\.821px\] {
    width: 6.821px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:min-w-0 {
    min-width: 0px;
  }

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

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

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

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

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

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

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

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

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

  .lg\:flex-none {
    flex: none;
  }

  .lg\:shrink-0 {
    flex-shrink: 0;
  }

  .lg\:-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));
  }

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

  .lg\:grid-cols-none {
    grid-template-columns: none;
  }

  .lg\:flex-row {
    flex-direction: row;
  }

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

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

  .lg\:content-start {
    align-content: flex-start;
  }

  .lg\:items-start {
    align-items: flex-start;
  }

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

  .lg\:justify-start {
    justify-content: flex-start;
  }

  .lg\:justify-end {
    justify-content: flex-end;
  }

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

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

  .lg\:gap-1 {
    gap: 0.25rem;
  }

  .lg\:gap-2 {
    gap: 0.5rem;
  }

  .lg\:gap-2\.5 {
    gap: 0.625rem;
  }

  .lg\:gap-5 {
    gap: 1.25rem;
  }

  .lg\:gap-\[10px\] {
    gap: 10px;
  }

  .lg\:gap-\[15px\] {
    gap: 15px;
  }

  .lg\:gap-\[25px\] {
    gap: 25px;
  }

  .lg\:gap-\[26px\] {
    gap: 26px;
  }

  .lg\:gap-\[28px\] {
    gap: 28px;
  }

  .lg\:gap-\[30px\] {
    gap: 30px;
  }

  .lg\:gap-\[5px\] {
    gap: 5px;
  }

  .lg\:gap-\[60px\] {
    gap: 60px;
  }

  .lg\:gap-\[65px\] {
    gap: 65px;
  }

  .lg\:gap-\[9px\] {
    gap: 9px;
  }

  .lg\:gap-x-0 {
    -moz-column-gap: 0px;
         column-gap: 0px;
  }

  .lg\:gap-x-\[61px\] {
    -moz-column-gap: 61px;
         column-gap: 61px;
  }

  .lg\:gap-y-\[22px\] {
    row-gap: 22px;
  }

  .lg\:whitespace-nowrap {
    white-space: nowrap;
  }

  .lg\:rounded-\[20px\] {
    border-radius: 20px;
  }

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

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

  .lg\:border-solid {
    border-style: solid;
  }

  .lg\:border-\[\#600000\] {
    --tw-border-opacity: 1;
    border-color: rgb(96 0 0 / var(--tw-border-opacity, 1));
  }

  .lg\:border-red-600 {
    --tw-border-opacity: 1;
    border-color: rgb(220 38 38 / var(--tw-border-opacity, 1));
  }

  .lg\:bg-\[rgba\(126\2c 0\2c 2\2c 0\.56\)\] {
    background-color: rgba(126,0,2,0.56);
  }

  .lg\:bg-\[url\(\'\.\.\/images\/cbr-con\/bg-section1-xl\.webp\'\)\] {
    background-image: url('../images/cbr-con/bg-section1-xl.webp');
  }

  .lg\:bg-\[url\(\'\.\.\/images\/cbr-con\/bg-section2-xl\.webp\'\)\] {
    background-image: url('../images/cbr-con/bg-section2-xl.webp');
  }

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

  .lg\:p-\[10px\] {
    padding: 10px;
  }

  .lg\:p-\[19px\] {
    padding: 19px;
  }

  .lg\:p-\[41px\] {
    padding: 41px;
  }

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

  .lg\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

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

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

  .lg\:px-\[100px\] {
    padding-left: 100px;
    padding-right: 100px;
  }

  .lg\:px-\[11px\] {
    padding-left: 11px;
    padding-right: 11px;
  }

  .lg\:px-\[15px\] {
    padding-left: 15px;
    padding-right: 15px;
  }

  .lg\:px-\[22px\] {
    padding-left: 22px;
    padding-right: 22px;
  }

  .lg\:px-\[25px\] {
    padding-left: 25px;
    padding-right: 25px;
  }

  .lg\:px-\[50px\] {
    padding-left: 50px;
    padding-right: 50px;
  }

  .lg\:px-\[82px\] {
    padding-left: 82px;
    padding-right: 82px;
  }

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

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

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

  .lg\:py-\[110px\] {
    padding-top: 110px;
    padding-bottom: 110px;
  }

  .lg\:py-\[5px\] {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .lg\:py-\[6px\] {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .lg\:py-\[9px\] {
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .lg\:pb-0 {
    padding-bottom: 0px;
  }

  .lg\:pb-5 {
    padding-bottom: 1.25rem;
  }

  .lg\:pb-8 {
    padding-bottom: 2rem;
  }

  .lg\:pb-\[21px\] {
    padding-bottom: 21px;
  }

  .lg\:pb-\[25px\] {
    padding-bottom: 25px;
  }

  .lg\:pb-\[50px\] {
    padding-bottom: 50px;
  }

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

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

  .lg\:pr-\[10px\] {
    padding-right: 10px;
  }

  .lg\:pr-\[25px\] {
    padding-right: 25px;
  }

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

  .lg\:pt-\[21px\] {
    padding-top: 21px;
  }

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

  .lg\:pt-\[50px\] {
    padding-top: 50px;
  }

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

  .lg\:text-\[11px\] {
    font-size: 11px;
  }

  .lg\:text-\[14px\] {
    font-size: 14px;
  }

  .lg\:text-\[16px\] {
    font-size: 16px;
  }

  .lg\:text-\[18px\] {
    font-size: 18px;
  }

  .lg\:text-\[19px\] {
    font-size: 19px;
  }

  .lg\:text-\[20px\] {
    font-size: 20px;
  }

  .lg\:text-\[22px\] {
    font-size: 22px;
  }

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

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

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

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

  .lg\:leading-\[13px\] {
    line-height: 13px;
  }

  .lg\:leading-\[14px\] {
    line-height: 14px;
  }

  .lg\:leading-\[17px\] {
    line-height: 17px;
  }

  .lg\:leading-\[18px\] {
    line-height: 18px;
  }

  .lg\:leading-\[25px\] {
    line-height: 25px;
  }

  .lg\:leading-normal {
    line-height: 1.5;
  }

  .lg\:tracking-\[0\.02em\] {
    letter-spacing: 0.02em;
  }

  .lg\:tracking-\[0\.54px\] {
    letter-spacing: 0.54px;
  }

  .lg\:backdrop-blur-\[4px\] {
    --tw-backdrop-blur: blur(4px);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }
}

@media (min-width: 2200px) {
  .min-\[2200px\]\:mt-\[470px\] {
    margin-top: 470px;
  }

  .min-\[2200px\]\:h-\[1040px\] {
    height: 1040px;
  }

  .min-\[2200px\]\:h-\[1420px\] {
    height: 1420px;
  }

  .min-\[2200px\]\:h-\[1590px\] {
    height: 1590px;
  }
}