*, ::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: var(--gray-200);
  /* 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: var(--font-family-sans);
  /* 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: var(--font-family-mono);
  /* 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: var(--gray-400);
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: var(--gray-400);
  /* 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;
}

[type='text'],input:where(:not([type])),[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: var(--gray-500);
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}

[type='text']:focus, input:where(:not([type])):focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color: #2563eb;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: var(--gray-500);
  opacity: 1;
}

input::placeholder,textarea::placeholder {
  color: var(--gray-500);
  opacity: 1;
}

::-webkit-datetime-edit-fields-wrapper {
  padding: 0;
}

::-webkit-date-and-time-value {
  min-height: 1.5em;
  text-align: inherit;
}

::-webkit-datetime-edit {
  display: inline-flex;
}

::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field {
  padding-top: 0;
  padding-bottom: 0;
}

select {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}

[multiple],[size]:where(select:not([size="1"])) {
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
          print-color-adjust: unset;
}

[type='checkbox'],[type='radio'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: var(--gray-500);
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
}

[type='checkbox'] {
  border-radius: 0px;
}

[type='radio'] {
  border-radius: 100%;
}

[type='checkbox']:focus,[type='radio']:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}

[type='checkbox']:checked,[type='radio']:checked {
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

[type='checkbox']:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}

@media (forced-colors: active)  {
  [type='checkbox']:checked {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

[type='radio']:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}

@media (forced-colors: active)  {
  [type='radio']:checked {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

[type='checkbox']:checked:hover,[type='checkbox']:checked:focus,[type='radio']:checked:hover,[type='radio']:checked:focus {
  border-color: transparent;
  background-color: currentColor;
}

[type='checkbox']:indeterminate {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

@media (forced-colors: active)  {
  [type='checkbox']:indeterminate {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

[type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus {
  border-color: transparent;
  background-color: currentColor;
}

[type='file'] {
  background: unset;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: unset;
  line-height: inherit;
}

[type='file']:focus {
  outline: 1px solid ButtonText;
  outline: 1px auto -webkit-focus-ring-color;
}

h1, .h1 {
  font-size: 1.875rem;
  line-height: 1.3;
}

@media (min-width: 1024px) {
  h1, .h1 {
    font-size: clamp(1.875rem,1.25rem + 1.5625vw,3.125rem);
    line-height: 1.3;
  }
}

h1, .h1 {
  /*// hyphens: auto;*/
}

h2, .h2 {
  font-size: 1.5rem;
  line-height: 1.3;
}

@media (min-width: 1024px) {
  h2, .h2 {
    font-size: 1.875rem;
    line-height: 1.3;
  }
}

h2, .h2 {
  /*// hyphens: auto;*/
}

h3, .h3 {
  font-size: 16px;
  line-height: 1.75;
}

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

h3, .h3 {
  //hyphens: auto;
}

h4, .h4 {
  font-size: 16px;
  line-height: 1.75;
}

@media (min-width: 1024px) {
  h4, .h4 {
    font-size: 16px;
    line-height: 1.75;
  }
}

h4, .h4 {
  //hyphens: auto;
}

h5, .h5 {
  font-size: 16px;
  line-height: 1.75;
}

@media (min-width: 1024px) {
  h5, .h5 {
    font-size: 16px;
    line-height: 1.75;
  }
}

h5, .h5 {
  //hyphens: auto;
}

h6, .h6 {
  font-size: 16px;
  line-height: 1.75;
  //hyphens: auto;
}

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

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

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

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

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

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

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

.aspect-h-1 {
  --tw-aspect-h: 1;
}

.aspect-h-3 {
  --tw-aspect-h: 3;
}

.aspect-h-9 {
  --tw-aspect-h: 9;
}

.aspect-w-1 {
  position: relative;
  padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
  --tw-aspect-w: 1;
}

.aspect-w-1 > * {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.aspect-w-16 {
  position: relative;
  padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
  --tw-aspect-w: 16;
}

.aspect-w-16 > * {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.aspect-w-4 {
  position: relative;
  padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
  --tw-aspect-w: 4;
}

.aspect-w-4 > * {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.text-right div[class*="cms-link"] {
  text-align: right !important;
  justify-content: flex-end;
}

.text-left div[class*="cms-link"] {
  text-align: left !important;
  justify-content: flex-start;
}

.text-center div[class*="cms-link"] {
  text-align: center !important;
  justify-content: center;
}

.\!fixed {
  position: fixed !important;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.bottom-0 {
  bottom: 0px;
}

.end-0 {
  inset-inline-end: 0px;
}

.left-4 {
  left: 1rem;
}

.right-4 {
  right: 1rem;
}

.top-0 {
  top: 0px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.my-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}

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

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

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

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

.me-\[10px\] {
  margin-inline-end: 10px;
}

.me-\[50px\] {
  margin-inline-end: 50px;
}

.me-\[6px\] {
  margin-inline-end: 6px;
}

.ms-0 {
  margin-inline-start: 0px;
}

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

.block {
  display: block;
}

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.\!hidden {
  display: none !important;
}

.hidden {
  display: none;
}

.aspect-\[1\/1\] {
  aspect-ratio: 1/1;
}

.aspect-\[11\/20\] {
  aspect-ratio: 11/20;
}

.aspect-\[16\/9\] {
  aspect-ratio: 16/9;
}

.aspect-\[2\/3\] {
  aspect-ratio: 2/3;
}

.aspect-\[20\/11\] {
  aspect-ratio: 20/11;
}

.aspect-\[21\/9\] {
  aspect-ratio: 21/9;
}

.aspect-\[24\/7\] {
  aspect-ratio: 24/7;
}

.aspect-\[3\/2\] {
  aspect-ratio: 3/2;
}

.aspect-\[3\/4\] {
  aspect-ratio: 3/4;
}

.aspect-\[4\/3\] {
  aspect-ratio: 4/3;
}

.aspect-\[7\/24\] {
  aspect-ratio: 7/24;
}

.aspect-\[9\/16\] {
  aspect-ratio: 9/16;
}

.aspect-\[9\/21\] {
  aspect-ratio: 9/21;
}

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

.h-1 {
  height: 0.25rem;
}

.h-12 {
  height: 3rem;
}

.h-16 {
  height: 4rem;
}

.h-2 {
  height: 0.5rem;
}

.h-24 {
  height: 6rem;
}

.h-3 {
  height: 0.75rem;
}

.h-4 {
  height: 1rem;
}

.h-6 {
  height: 1.5rem;
}

.h-8 {
  height: 2rem;
}

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

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

.h-full {
  height: 100%;
}

.max-h-12 {
  max-height: 3rem;
}

.\!w-1\/12 {
  width: 8.333333% !important;
}

.\!w-10\/12 {
  width: 83.333333% !important;
}

.\!w-11\/12 {
  width: 91.666667% !important;
}

.\!w-2\/12 {
  width: 16.666667% !important;
}

.\!w-3\/12 {
  width: 25% !important;
}

.\!w-4\/12 {
  width: 33.333333% !important;
}

.\!w-5\/12 {
  width: 41.666667% !important;
}

.\!w-6\/12 {
  width: 50% !important;
}

.\!w-7\/12 {
  width: 58.333333% !important;
}

.\!w-8\/12 {
  width: 66.666667% !important;
}

.\!w-9\/12 {
  width: 75% !important;
}

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

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

.w-1\/5 {
  width: 20%;
}

.w-1\/6 {
  width: 16.666667%;
}

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

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

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

.w-6 {
  width: 1.5rem;
}

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

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

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

.w-full {
  width: 100%;
}

.max-w-2xl {
  max-width: 42rem;
}

.max-w-md {
  max-width: 28rem;
}

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

.flex-\[1\] {
  flex: 1;
}

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

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

.auto-cols-max {
  grid-auto-columns: max-content;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gap-5 {
  gap: 1.25rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-\[1\.4vw\] {
  gap: 1.4vw;
}

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

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

.overflow-hidden {
  overflow: hidden;
}

.\!overflow-y-auto {
  overflow-y: auto !important;
}

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

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

.rounded {
  border-radius: 0.25rem;
}

.border {
  border-width: 1px;
}

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

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

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

.border-white {
  border-color: var(--white);
}

.bg-accent {
  background-color: var(--accent);
}

.bg-black {
  background-color: var(--black);
}

.bg-primary {
  background-color: var(--primary);
}

.bg-secondary {
  background-color: var(--secondary);
}

.bg-secondary-300 {
  background-color: var(--secondary-300);
}

.bg-secondary-400 {
  background-color: var(--secondary-400);
}

.bg-secondary-500 {
  background-color: var(--secondary-500);
}

.bg-secondary-600 {
  background-color: var(--secondary-600);
}

.bg-transparent {
  background-color: var(--transparent);
}

.bg-white {
  background-color: var(--white);
}

.fill-inherit {
  fill: inherit;
}

.p-2 {
  padding: 0.5rem;
}

.p-4 {
  padding: 1rem;
}

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

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

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

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

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

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

.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-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

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

.\!pb-0 {
  padding-bottom: 0px !important;
}

.\!pt-0 {
  padding-top: 0px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.pr-24 {
  padding-right: 6rem;
}

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

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

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

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

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

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

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

.text-lg {
  font-size: 16px;
  line-height: 1.75;
}

.text-xs {
  font-size: 16px;
  line-height: 1.75;
}

.leading-snug {
  line-height: 1.375;
}

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

.text-accent {
  color: var(--accent);
}

.text-black {
  color: var(--black);
}

.text-error-100 {
  color: var(--error);
}

.text-ocean-green {
  color: var(--ocean-green);
}

.text-primary {
  color: var(--primary);
}

.text-secondary {
  color: var(--secondary);
}

.text-secondary-300 {
  color: var(--secondary-300);
}

.text-secondary-400 {
  color: var(--secondary-400);
}

.text-secondary-500 {
  color: var(--secondary-500);
}

.text-secondary-600 {
  color: var(--secondary-600);
}

.text-white {
  color: var(--white);
}

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

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

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

.cms-block {
  margin-bottom: 2rem;
}

.cms-block.p-block {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.cms-block.mb-default {
  margin-bottom: 2rem;
}

.cms-block.mb-small {
  margin-bottom: 1rem;
}

.cms-block.mb-big {
  margin-bottom: 3rem;
}

.cms-block.mb-0 {
  margin-bottom: 0;
}

.cms-block iframe {
  width: 100%;
  height: 100%;
}

.cms-block.no-topspace-next + .p-container {
  padding-top: 0;
}

@media (min-width: 1280px) {
  .cms-block {
    margin-bottom: 4rem;
  }

  .cms-block.p-block {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .cms-block.mb-default {
    margin-bottom: 4rem;
  }

  .cms-block.mb-small {
    margin-bottom: 2rem;
  }

  .cms-block.mb-big {
    margin-bottom: 6rem;
  }
}

.has-breadcrumb .cms-block:first-child.slider,
        .has-breadcrumb .cms-block:first-child.video,
        .has-breadcrumb .cms-block:first-child.youtube {
  margin-bottom: 0;
}

.has-breadcrumb .cms-block:first-child.breadcrumbs {
  margin-top: 2.5rem;
}

body {
  padding: 3rem;
}

.image.col-full {
  grid-column: doc;
  width: 100%;
}

.image.col-icon picture, .image.col-s picture {
  background: transparent !important;
}

@media (max-width: 768px) {
  .image {
    grid-column: span 6 / span 6;
  }
}

@media (min-width: 768px) {
  .image.col-l {
    grid-column: span 12 / span 12;
    grid-column-start: 1;
  }

  .image.col-m {
    grid-column: span 10 / span 10;
    grid-column-start: 2;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .image.col-icon,
        .image.col-s {
    grid-column: span 8 / span 8;
    grid-column-start: 3;
  }
}

@media (min-width: 1024px) {
  .image.col-icon,
        .image.col-s {
    grid-column: span 6 / span 6;
    grid-column-start: 4;
  }
}

:root {
  --placeholder-svg: var(--primary-500);
  --animation-duration: 500ms;
  --base-font-size: 14px;
  --bg-backdrop: rgb(51,40,40,0.75);
  --black: #212121;
  --white: #ffffff;
  --badge-color: var(--primary);
  --badge-bg: var(--secondary);
  --rolex: #006039;
  --green: #466155;
  --ocean-green: #396405;
  --brown: #452C1E;
  --black-strong: #000;
  --dark-grey: #767676;
  --grey: rgba(212, 212, 212, 0.3);
  --beige: #F4EFEA;
  --light-beige: #F9F7F4;
  --bg-gradient: linear-gradient(to right, #686658, #97917f);
  --error: rgb(190, 1, 0);
  --green-hover: #61BD94;
  --accent: #486a8d;
  --transparent: transparent;
  --rolex-hover: rgb(48, 149, 103);
  --gray-tudor: rgb(239, 239, 239);
  --tudor-gray: rgb(239, 239, 239);
  --tudor-red: rgb(190, 1, 0);
  --font-family-sans: 'Quicksand Variable', sans-serif;
  --font-family-slab: 'Quicksand Variable', sans-serif;
  --font-family-mono: 'Quicksand Variable', sans-serif;
  --font-family-serif: Georgia, sans-serif;
  --outer-margin: 7vw;
  --grid-col-num: 6;
  --grid-gap: 6px;
  --md: "768px";
  --lg: "1024px";
}

@media (min-width: 768px) {
  :root {
    --outer-margin: 8vw;
    --grid-col-num: 12;
    --grid-gap: 8px;
  }
}

@media (min-width: 1024px) {
  :root {
    --grid-col-num: 12;
  }
}

h1, .h1 {
  padding-bottom: 20px;
  font-size: clamp(1.875rem, 1.25rem + 1.5625vw, 3.125rem);
  line-height: 1.2;
  font-weight: 700;
  color: var(--brown);
  margin-bottom: 0 !important;
  font-family: var(--font-family-sans) !important;
  hyphens: none !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  -moz-hyphens: none !important;
  -ms-hyphens: none !important;
  -webkit-hyphens: none !important;
  font-feature-settings: normal !important;
  -webkit-font-feature-settings: normal !important;
  -moz-font-feature-settings: normal !important;
  -ms-font-feature-settings: normal !important;
}

h2, .h2, .hl-36 {
  padding-bottom: 20px;
  font-size: clamp(1.5rem, .935vw + 1.129rem, 2.25rem);
  line-height: 1.25;
  font-weight: 700;
  color: var(--brown);
}

#rlx .push.grid h2,#rlx .push.grid  .h2,#rlx .push.grid  .hl-36 {
  color: var(--brown);
}

h2, .h2, .hl-36 {
  margin-bottom: 0 !important;
  font-family: var(--font-family-sans) !important;
  hyphens: none !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  -moz-hyphens: none !important;
  -ms-hyphens: none !important;
  -webkit-hyphens: none !important;
  font-feature-settings: normal !important;
  -webkit-font-feature-settings: normal !important;
  -moz-font-feature-settings: normal !important;
  -ms-font-feature-settings: normal !important;
}

h3, .h3 {
  padding-bottom: 20px;
  font-size: clamp(1.375rem, 1.25rem + .3125vw, 1.625rem);
  line-height: 1.3;
  font-weight: 700;
  color: var(--brown);
  margin-bottom: 0 !important;
  font-family: var(--font-family-sans) !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  hyphens: none !important;
  -moz-hyphens: none !important;
  -ms-hyphens: none !important;
  -webkit-hyphens: none !important;
  font-feature-settings: normal !important;
  -webkit-font-feature-settings: normal !important;
  -moz-font-feature-settings: normal !important;
  -ms-font-feature-settings: normal !important;
}

h4, .h4, .hl-24 {
  padding-bottom: 20px;
  font-size: clamp(1.25rem, .8725rem + 1.25vw, 1.5rem);
  line-height: 1.1;
  font-weight: 700;
  color: var(--brown);
  margin-bottom: 0 !important;
  font-family: var(--font-family-sans) !important;
  hyphens: none !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  -moz-hyphens: none !important;
  -ms-hyphens: none !important;
  -webkit-hyphens: none !important;
  font-feature-settings: normal !important;
  -webkit-font-feature-settings: normal !important;
  -moz-font-feature-settings: normal !important;
  -ms-font-feature-settings: normal !important;
}

.hl-16 {
  padding-bottom: 0px;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 700;
  color: var(--brown);
  margin-bottom: 0 !important;
  font-family: var(--font-family-sans) !important;
  hyphens: none !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  -moz-hyphens: none !important;
  -ms-hyphens: none !important;
  -webkit-hyphens: none !important;
  font-feature-settings: normal !important;
  -webkit-font-feature-settings: normal !important;
  -moz-font-feature-settings: normal !important;
  -ms-font-feature-settings: normal !important;
}

p, .txt {
  padding-bottom: 5px;
  font-size: clamp(1.125rem, 1.0625rem + .1563vw, 1.25rem);
  line-height: 1.6;
  color: var(--black);
  margin-bottom: 0 !important;
  font-family: var(--font-family-sans) !important;
  hyphens: none !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  -moz-hyphens: none !important;
  -ms-hyphens: none !important;
  -webkit-hyphens: none !important;
  font-feature-settings: normal !important;
  -webkit-font-feature-settings: normal !important;
  -moz-font-feature-settings: normal !important;
  -ms-font-feature-settings: normal !important;
}

h1.quote, h2.quote, h3.quote {
  font-weight: 400;
  color: var(--black);
  font-family: var(--font-family-serif) !important;
  hyphens: none !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  -moz-hyphens: none !important;
  -ms-hyphens: none !important;
  -webkit-hyphens: none !important;
  font-feature-settings: normal !important;
  -webkit-font-feature-settings: normal !important;
  -moz-font-feature-settings: normal !important;
  -ms-font-feature-settings: normal !important;
}

.text {
  font-size: clamp(1.125rem, 1.0625rem + .1563vw, 1.25rem);
  line-height: 1.6;
}

.grid-inner .text {
  padding-left: 20px;
  padding-right: 20px;
}

picture {
  display: block;
  width: 100%;
  height: auto;
}

picture.bg-transparent {
  background-color: transparent !important;
  background-image: none !important;
}

picture.img-icon img {
  width: auto !important;
}

img.lazy {
  opacity: 0;
}

img.lazy.loaded {
  transition: opacity .5s linear 0.2s;
  opacity: 1 !important;
}

.item figure {
  overflow: hidden;
  position: relative;
}

.item picture {
  transition: all .3s ease;
}

.item:hover picture {
  transform: scale(1.05);
  -ms-transform: scale(1.05);
  /* IE 9 */
  -moz-transform: scale(1.05);
  /* Firefox */
  -webkit-transform: scale(1.05);
  /* Safari and Chrome */
  -o-transform: scale(1.05);
  /* Opera */
}

.loader {
  height: 54px;
  width: 54px;
  animation: zoom-in-out 1s linear infinite;
  scale: 0.9;
}

.loader:after {
  border: 2px solid transparent;
  //border-top: 2px solid var(--green);
  border-bottom: 2px solid var(--green);
  border-radius: 50%;
  display: inline-block;
  content: " ";
  height: 54px;
  width: 54px;
  animation: spin 1s linear infinite;
}

@keyframes zoom-in-out {
  0% {
    transform: scale(0.9);
  }

  50% {
    transform: scale(1.0);
  }

  100% {
    transform: scale(0.9);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.hairline {
  margin-top: 40px;
  margin-bottom: 40px;
  display: block;
  height: 1px;
  background: var(--brown);
  opacity: 0.2;
}

.overline {
  font-size: clamp(.75rem, .625rem + .3125vw, 1rem);
  line-height: 1.375;
  font-weight: 700;
  color: var(--brown);
  text-decoration-line: none;
  text-decoration: none !important;
}

.overline.text-white {
  color: var(--white) !important;
}

.block {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  margin-top: 0;
}

img.lazy {
  opacity: 0;
}

img.lazy.loaded {
  transition: opacity .5s linear 0.2s;
  opacity: 1 !important;
}

.btn {
  margin-bottom: 1rem;
  display: inline-block;
  width: 100%;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-family: var(--font-family-sans);
  font-size: 16px;
  line-height: 1.75;
  text-transform: uppercase;
  text-decoration-line: none;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.cms-headline .headline.btn {
  text-transform: none;
}

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

.btn:focus-visible {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

@media (min-width: 768px) {
  .btn {
    width: auto;
  }
}

.btn.small {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-size: 16px;
  line-height: 1.75;
}

.btn-hidden {
  padding: 0 !important;
  margin: 0 !important;
  line-height: 0 !important;
}

.btn + .btn {
  /*// @apply ml-4;*/
}

.btn.btn-extern {
  /*// add some style if needed*/
}

.btn.btn-mx-l {
  margin-bottom: 2rem;
}

.btn[class*="w-full"] {
  width: 100% !important;
}

.cms-link {
  /*// @apply space-y-4 md:space-y-0 md:space-x-8;*/
  margin: 0px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 1rem;
}

.cms-link .btn {
  margin: 0;
}

.btn-disabled {
  pointer-events: none;
  opacity: .65;
}

.btn-custom div[class*="cms-link"] {
  text-align: center;
  justify-content: center;
}

.btn-custom {
  background-color: var(--primary);
  text-align: center;
  color: var(--white);
}

.overline.btn-custom {
  color: var(--white);
}

.cms-headline.btn-custom {
  text-align: center;
}

.btn-custom > .text-divider span:after,.btn-custom .text-divider span:after {
  left: 50%;
  transform: translate(-50%, 0.75em);
}

.btn-custom:hover {
  background-color: var(--primary-900);
}

.btn-primary div[class*="cms-link"] {
  text-align: center;
  justify-content: center;
}

.btn-primary {
  background-color: var(--primary);
  text-align: center;
  color: var(--white);
}

.overline.btn-primary {
  color: var(--white);
}

.cms-headline.btn-primary {
  text-align: center;
}

.btn-primary > .text-divider span:after,.btn-primary .text-divider span:after {
  left: 50%;
  transform: translate(-50%, 0.75em);
}

.btn-primary:hover {
  background-color: var(--primary-900);
}

.btn-secondary div[class*="cms-link"] {
  text-align: center;
  justify-content: center;
}

.btn-secondary {
  background-color: var(--secondary);
  text-align: center;
  color: var(--white);
}

.overline.btn-secondary {
  color: var(--white);
}

.cms-headline.btn-secondary {
  text-align: center;
}

.btn-secondary > .text-divider span:after,.btn-secondary .text-divider span:after {
  left: 50%;
  transform: translate(-50%, 0.75em);
}

.btn-secondary:hover {
  background-color: var(--secondary-900);
}

.btn-primary-outline div[class*="cms-link"] {
  text-align: center;
  justify-content: center;
}

.btn-primary-outline {
  border-width: 1px;
  border-color: var(--primary);
  text-align: center;
  color: var(--primary);
}

.cms-headline.btn-primary-outline {
  text-align: center;
}

.btn-primary-outline > .text-divider span:after,.btn-primary-outline .text-divider span:after {
  left: 50%;
  transform: translate(-50%, 0.75em);
}

.btn-primary-outline:hover {
  border-color: var(--secondary);
  background-color: var(--secondary);
}

.btn-overlay div[class*="cms-link"] {
  text-align: center;
  justify-content: center;
}

.btn-overlay {
  border-width: 1px;
  border-color: var(--primary);
  text-align: center;
  color: var(--primary);
}

.cms-headline.btn-overlay {
  text-align: center;
}

.btn-overlay > .text-divider span:after,.btn-overlay .text-divider span:after {
  left: 50%;
  transform: translate(-50%, 0.75em);
}

.btn-overlay:hover {
  border-color: var(--secondary);
  background-color: var(--secondary);
}

.btn-close-modal div[class*="cms-link"] {
  text-align: center;
  justify-content: center;
}

.btn-close-modal {
  border-width: 1px;
  border-color: var(--primary);
  text-align: center;
  color: var(--primary);
}

.cms-headline.btn-close-modal {
  text-align: center;
}

.btn-close-modal > .text-divider span:after,.btn-close-modal .text-divider span:after {
  left: 50%;
  transform: translate(-50%, 0.75em);
}

.btn-close-modal:hover {
  border-color: var(--secondary);
  background-color: var(--secondary);
}

.btn-secondary-outline div[class*="cms-link"] {
  text-align: center;
  justify-content: center;
}

.btn-secondary-outline {
  border-width: 1px;
  border-color: var(--secondary);
  text-align: center;
  color: var(--secondary);
}

.cms-headline.btn-secondary-outline {
  text-align: center;
}

.btn-secondary-outline > .text-divider span:after,.btn-secondary-outline .text-divider span:after {
  left: 50%;
  transform: translate(-50%, 0.75em);
}

.btn-secondary-outline:hover {
  background-color: var(--secondary);
  color: var(--primary);
}

.btn-link div[class*="cms-link"] {
  text-align: left;
  justify-content: flex-start;
}

.btn-link {
  padding-left: 0px;
  padding-right: 0px;
  text-align: left;
  text-transform: none;
  color: var(--primary);
}

.cms-headline.btn-link {
  text-align: left;
}

.btn-link > .text-divider span:after {
  left: 0;
  transform: translate(0, 0.75em);
}

.btn-link:hover {
  color: var(--primary-500);
}

.btn-secondary-link div[class*="cms-link"] {
  text-align: left;
  justify-content: flex-start;
}

.btn-secondary-link {
  padding-left: 0px;
  padding-right: 0px;
  text-align: left;
  text-transform: none;
  color: var(--secondary);
}

.cms-headline.btn-secondary-link {
  text-align: left;
}

.btn-secondary-link > .text-divider span:after {
  left: 0;
  transform: translate(0, 0.75em);
}

.btn-secondary-link:hover {
  color: var(--secondary-500);
}

.btn-rolex {
  border-radius: 9999px;
  background-color: var(--rolex);
  padding-left: 2rem;
  padding-right: 2rem;
  text-transform: none;
  color: var(--white);
}

.overline.btn-rolex {
  color: var(--white);
}

.btn-rolex:hover {
  background-color: var(--rolex-hover);
}

.btn-tudor {
  background-color: var(--tudor-red);
  border-color: var(--tudor-red);
  color: var(--white);
}

.btn-tudor:hover {
  background-color: var(--black);
  border-color: var(--black);
  color: var(--white);
}

.btn-addtocart div[class*="cms-link"] {
  text-align: center;
  justify-content: center;
}

.btn-addtocart {
  margin-left: 0px;
  margin-right: 0px;
  background-color: var(--primary);
  text-align: center;
  color: var(--secondary);
}

.cms-headline.btn-addtocart {
  text-align: center;
}

.btn-addtocart > .text-divider span:after,.btn-addtocart .text-divider span:after {
  left: 50%;
  transform: translate(-50%, 0.75em);
}

.btn-addtocart:hover {
  background-color: var(--secondary);
  color: var(--primary);
}

.btn-product-secondary {
  margin-left: 0px;
  margin-right: 0px;
  background-color: var(--secondary-200);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-decoration-line: none;
}

.btn-product-secondary:hover {
  background-color: var(--secondary-800);
}

.btn-nk-error {
}

.btn-tertiary div[class*="cms-link"] {
  text-align: center;
  justify-content: center;
}

.btn-tertiary {
  display: inline-block;
  border-width: 1px;
  border-color: var(--primary);
  background-color: var(--white);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
  font-family: var(--font-family-sans);
  font-size: 16px;
  line-height: 1.75;
  text-transform: uppercase;
  color: var(--primary);
}

.cms-headline.btn-tertiary {
  text-align: center;
}

.cms-headline .headline.btn-tertiary {
  text-transform: none;
}

.btn-tertiary > .text-divider span:after,.btn-tertiary .text-divider span:after {
  left: 50%;
  transform: translate(-50%, 0.75em);
}

.btn-quartery div[class*="cms-link"] {
  text-align: center;
  justify-content: center;
}

.btn-quartery {
  display: inline-block;
  border-width: 1px;
  border-color: var(--accent);
  background-color: var(--white);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
  font-family: var(--font-family-sans);
  font-size: 16px;
  line-height: 1.75;
  text-transform: uppercase;
  color: var(--accent);
}

.cms-headline.btn-quartery {
  text-align: center;
}

.cms-headline .headline.btn-quartery {
  text-transform: none;
}

.btn-quartery > .text-divider span:after,.btn-quartery .text-divider span:after {
  left: 50%;
  transform: translate(-50%, 0.75em);
}

.btn-quinary div[class*="cms-link"] {
  text-align: center;
  justify-content: center;
}

.btn-quinary {
  display: inline-block;
  border-width: 1px;
  border-color: var(--white);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
  font-family: var(--font-family-sans);
  font-size: 16px;
  line-height: 1.75;
  text-transform: uppercase;
  color: var(--white);
}

.overline.btn-quinary {
  color: var(--white);
}

.cms-headline.btn-quinary {
  text-align: center;
}

.cms-headline .headline.btn-quinary {
  text-transform: none;
}

.btn-quinary > .text-divider span:after,.btn-quinary .text-divider span:after {
  left: 50%;
  transform: translate(-50%, 0.75em);
}

.streched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0)
}

body {
  font-size: 16px;
  line-height: 1.75;
}

a {
  text-decoration-line: underline;
}

a:hover {
  text-decoration-line: none;
}

a:focus-visible, a:focus {
  outline: none !important;
}

a .overline-text,
    a .headline,
    a .subheadline {
  text-decoration: none;
}

a:hover .overline-text,
        a:hover .headline,
        a:hover .subheadline {
  text-decoration: none;
}

.cms-headline {
  margin-bottom: 1rem;
}

.cms-headline.text-left {
  text-align: left !important;
}

.cms-headline.text-center {
  text-align: center !important;
}

.cms-headline.text-right {
  text-align: right !important;
}

.cms-headline .overline-text {
  font-size: 16px;
  line-height: 1.75;
  text-transform: uppercase;
  color: var(--secondary);
}

.cms-headline .headline.font-sans {
  text-transform: none;
}

.cms-headline .headline.font-serif {
  text-transform: uppercase;
}

.cms-headline .subheadline {
  text-transform: none;
}

.cms-headline p {
  padding-bottom: 0;
}

.cms-headline .text-highlight {
  color: var(--secondary);
}

.cms-headline .text-divider {
  margin-bottom: 0.8em;
  position: relative;
}

.cms-headline .text-divider span {
  display: block;
}

.cms-headline .text-divider span:after {
  content: ' ';
  display: block;
  width: 50%;
  left: 50%;
  transform: translate(-50%, 0.75em);
  max-width: 175px;
  position: absolute;
  height: 1px;
  bottom: 0.2em;
  margin-bottom: 10px;
  background-color: var(--secondary);
}

.intro-text {
  margin-bottom: 2rem;
}

.cms-block > div > .cms-headline .headline {
  text-transform: uppercase;
}

.text-center > .text-divider span:after, .text-center .text-divider span:after {
  left: 50%;
  transform: translate(-50%, 0.75em);
}

.text-left > .text-divider span:after {
  left: 0;
  transform: translate(0, 0.75em);
}

.text-right > .text-divider span:after {
  left: auto;
  right: 0;
  transform: translate(0, 0.75em);
}

.cms-link {
  margin-top: 1.25rem;
}

.p-container .container > .cms-link {
  margin-top: 0;
}

.copytext {
  font-size: 16px;
  line-height: 1.75;
}

p {
  padding-bottom: 0.5rem;
}

.intro-text .max-w-prose {
  max-width: 65ch !important;
}

b, strong {
  font-weight: bold;
}

html {
  /*// font-size: 16px;*/
  line-height: 1.75em;
  scroll-behavior: smooth;
}

body {
  font-weight: 300;
  color: var(--black);
  background-color: var(--body-bg);
  padding-top: 172px;
}

body.rolex {
  padding-top: 3rem;
}

.hidden-important {
  display: none !important;
}

[v-cloak] {
  display: none;
}

.divider .small {
  max-width: 65ch;
  margin-left: auto;
  margin-right: auto;
}

.divider .minimal {
  margin-left: auto;
  margin-right: auto;
  width: 8rem;
}

#navbar a {
  text-decoration-line: none;
}

@media (min-width: 1024px) {
  body {
    padding-top: 172px;
  }
}

@media (min-width: 1280px) {
  body {
    padding-top: 213px;
  }
}

a {
  -webkit-tap-highlight-color: transparent !important;
  -webkit-touch-callout: none !important;
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  user-select: none !important;
  outline: none !important;
}

a .icon:hover,
button .icon:hover {
  opacity: 0.6;
}

figure {
  position: relative;
}

figure figcaption {
  position: absolute;
  bottom: 0;
  padding: 0.5em;
  background: #ffffff;
  opacity: 0.85;
  width: 100%;
  font-size: 13px;
  line-height: 1.25;
}

.img-objectfit {
  width: 100%;
  max-width: none;
  height: 100%;
  max-height: none;
  -o-object-fit: cover;
     object-fit: cover;
}

svg {
  display: inline-block;
}

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

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

.figure-objectfit {
  width: 100%;
  height: 100%;
}

.figure-objectfit picture {
  width: 100%;
  height: 100%;
}

.figure-objectfit img {
  @extend .img-objectfit;
}

/*// background: #fff;*/

a figure img {
  opacity: 1;
  filter: grayscale(0);
  transition: .3s ease-in-out;
}

a figure:hover img {
  webkit-filter: grayscale(50%);
  filter: grayscale(50%);
  opacity: .5;
}

.img-hover {
  cursor: pointer;
}

.img-hover picture {
  position: relative;
}

.img-hover picture img {
  background: #ffffff;
  opacity: 1;
  filter: grayscale(0);
  transition: .3s ease-in-out;
}

.img-hover:hover picture img {
  filter: grayscale(50%);
  opacity: .5;
}

.bg-custom-1 {
  background: var(--primary);
  background: transparent linear-gradient(140deg, var(--primary-800) 0%, var(--primary) 100%) 0% 0% no-repeat padding-box;
  opacity: 1;
}

.bg-custom-2 {
  background: var(--primary);
  background: transparent linear-gradient(315deg, var(--primary-800) 0%, var(--primary) 100%) 0% 0% no-repeat padding-box;
  opacity: 1;
}

.bg-custom-3 {
  background: var(--primary);
  background: radial-gradient(circle, var(--primary-800) 10%, var(--primary) 75%);
  opacity: 1;
}

.toolbar-info {
  position: relative;
}

.toolbar-info img {
  border-width: 2px;
  border-style: dashed;
  --tw-border-opacity: 1;
  border-color: rgb(79 70 229 / var(--tw-border-opacity, 1));
}

.toolbar-info-box div[class*="cms-link"] {
  text-align: left;
  justify-content: flex-start;
}

.toolbar-info-box {
  position: absolute;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(79 70 229 / var(--tw-bg-opacity, 1));
  text-align: left;
  color: var(--white);
}

.overline.toolbar-info-box {
  color: var(--white);
}

.cms-headline.toolbar-info-box {
  text-align: left;
}

.toolbar-info-box > .text-divider span:after {
  left: 0;
  transform: translate(0, 0.75em);
}

.toolbar-info-box {
  padding: 0.5em 1em;
  left: 0;
  bottom: 0;
  display: none;
}

.toolbar-info .toolbar-info-box {
  display: block;
  z-index: 100;
}

.juw-collapse {
  display: block;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.85s cubic-bezier(0, 1, 0, 1);
}

.juw-collapse.show {
  max-height: 99em;
  transition: max-height 0.85s ease-in-out;
}

.chevron::after {
  border-color: var(--gray-700);
  border-style: solid;
  border-width: 1px 1px 0 0;
  content: '';
  display: inline-block;
  height: 0.65em;
  left: 0.15em;
  position: relative;
  top: 0.15em;
  transform: rotate(-45deg);
  vertical-align: top;
  width: 0.65em;
  transition: all 0.45s ease-in-out;
}

.chevron.chevron-right::after {
  left: 0;
  transform: rotate(45deg);
}

.chevron.chevron-down::after {
  top: 0;
  transform: rotate(135deg);
}

.chevron.chevron-left::after {
  left: 0.25em;
  transform: rotate(-135deg);
}

.juw-collapse-show::after, .alp-collapse-show::after {
  transform: rotate(135deg);
}

.juw-collapse-show.chevron-down::after, .alp-collapse-show.chevron-down::after {
  transform: rotate(-45deg);
}

.alp-collapse-btn {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  border-color: var(--gray-200);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
  padding-right: 1rem;
  cursor: pointer;
}

.alp-collapse-content {
  border-top-width: 1px;
  border-color: var(--gray-200);
}

.alp-collapse-content-body {
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.alp-collapse {
  border-bottom-width: 1px;
  border-color: var(--gray-200);
}

.alp-mobile-collapse {
  border-bottom-width: 1px;
  border-color: var(--gray-200);
}

.alp-mobile-collapse .alp-collapse-btn .headline {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 0.5rem;
}

@media (min-width: 1024px) {
  .alp-mobile-collapse {
    border: none
  }

  .alp-mobile-collapse .alp-collapse-btn {
    cursor: default;
    border: none;
  }

  .alp-mobile-collapse .alp-collapse-btn:after {
    display: none;
  }

  .alp-mobile-collapse .alp-collapse-content{
    border: none;
    display: block !important;
    height: auto !important;
    overflow: auto !important;
  }
}

:root {
  --balloon-border-radius: 2px;
  --balloon-color: rgba(16, 16, 16, 0.95);
  --balloon-text-color: #fff;
  --balloon-font-size: 12px;
  --balloon-move: 4px;
}

button[aria-label][data-balloon-pos] {
  overflow: visible;
}

[aria-label][data-balloon-pos] {
  position: relative;
  cursor: pointer;
}

[aria-label][data-balloon-pos]:after {
  opacity: 0;
  pointer-events: none;
  transition: all 0.18s ease-out 0.18s;
  text-indent: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-weight: normal;
  font-style: normal;
  text-shadow: none;
  font-size: var(--balloon-font-size);
  background: var(--balloon-color);
  border-radius: 2px;
  color: var(--balloon-text-color);
  border-radius: var(--balloon-border-radius);
  content: attr(aria-label);
  padding: .5em 1em;
  position: absolute;
  white-space: nowrap;
  z-index: 10;
}

[aria-label][data-balloon-pos]:before {
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top-color: var(--balloon-color);
  opacity: 0;
  pointer-events: none;
  transition: all 0.18s ease-out 0.18s;
  content: "";
  position: absolute;
  z-index: 10;
}

[aria-label][data-balloon-pos]:hover:before, [aria-label][data-balloon-pos]:hover:after, [aria-label][data-balloon-pos][data-balloon-visible]:before, [aria-label][data-balloon-pos][data-balloon-visible]:after, [aria-label][data-balloon-pos]:not([data-balloon-nofocus]):focus:before, [aria-label][data-balloon-pos]:not([data-balloon-nofocus]):focus:after {
  opacity: 1;
  pointer-events: none;
}

[aria-label][data-balloon-pos].font-awesome:after {
  font-family: FontAwesome, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

[aria-label][data-balloon-pos][data-balloon-break]:after {
  white-space: pre;
}

[aria-label][data-balloon-pos][data-balloon-break][data-balloon-length]:after {
  white-space: pre-line;
  word-break: break-word;
}

[aria-label][data-balloon-pos][data-balloon-blunt]:before, [aria-label][data-balloon-pos][data-balloon-blunt]:after {
  transition: none;
}

[aria-label][data-balloon-pos][data-balloon-pos="up"]:hover:after, [aria-label][data-balloon-pos][data-balloon-pos="up"][data-balloon-visible]:after, [aria-label][data-balloon-pos][data-balloon-pos="down"]:hover:after, [aria-label][data-balloon-pos][data-balloon-pos="down"][data-balloon-visible]:after {
  transform: translate(-50%, 0);
}

[aria-label][data-balloon-pos][data-balloon-pos="up"]:hover:before, [aria-label][data-balloon-pos][data-balloon-pos="up"][data-balloon-visible]:before, [aria-label][data-balloon-pos][data-balloon-pos="down"]:hover:before, [aria-label][data-balloon-pos][data-balloon-pos="down"][data-balloon-visible]:before {
  transform: translate(-50%, 0);
}

[aria-label][data-balloon-pos][data-balloon-pos*="-left"]:after {
  left: 0;
}

[aria-label][data-balloon-pos][data-balloon-pos*="-left"]:before {
  left: 5px;
}

[aria-label][data-balloon-pos][data-balloon-pos*="-right"]:after {
  right: 0;
}

[aria-label][data-balloon-pos][data-balloon-pos*="-right"]:before {
  right: 5px;
}

[aria-label][data-balloon-pos][data-balloon-pos*="-left"]:hover:after, [aria-label][data-balloon-pos][data-balloon-pos*="-left"][data-balloon-visible]:after, [aria-label][data-balloon-pos][data-balloon-pos*="-right"]:hover:after, [aria-label][data-balloon-pos][data-balloon-pos*="-right"][data-balloon-visible]:after {
  transform: translate(0, 0);
}

[aria-label][data-balloon-pos][data-balloon-pos*="-left"]:hover:before, [aria-label][data-balloon-pos][data-balloon-pos*="-left"][data-balloon-visible]:before, [aria-label][data-balloon-pos][data-balloon-pos*="-right"]:hover:before, [aria-label][data-balloon-pos][data-balloon-pos*="-right"][data-balloon-visible]:before {
  transform: translate(0, 0);
}

[aria-label][data-balloon-pos][data-balloon-pos^="up"]:before, [aria-label][data-balloon-pos][data-balloon-pos^="up"]:after {
  bottom: 100%;
  transform-origin: top;
  transform: translate(0, var(--balloon-move));
}

[aria-label][data-balloon-pos][data-balloon-pos^="up"]:after {
  margin-bottom: 10px;
}

[aria-label][data-balloon-pos][data-balloon-pos="up"]:before, [aria-label][data-balloon-pos][data-balloon-pos="up"]:after {
  left: 50%;
  transform: translate(-50%, var(--balloon-move));
}

[aria-label][data-balloon-pos][data-balloon-pos^="down"]:before, [aria-label][data-balloon-pos][data-balloon-pos^="down"]:after {
  top: 100%;
  transform: translate(0, calc(var(--balloon-move) * -1));
}

[aria-label][data-balloon-pos][data-balloon-pos^="down"]:after {
  margin-top: 10px;
}

[aria-label][data-balloon-pos][data-balloon-pos^="down"]:before {
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-bottom-color: var(--balloon-color);
}

[aria-label][data-balloon-pos][data-balloon-pos="down"]:after, [aria-label][data-balloon-pos][data-balloon-pos="down"]:before {
  left: 50%;
  transform: translate(-50%, calc(var(--balloon-move) * -1));
}

[aria-label][data-balloon-pos][data-balloon-pos="left"]:hover:after, [aria-label][data-balloon-pos][data-balloon-pos="left"][data-balloon-visible]:after, [aria-label][data-balloon-pos][data-balloon-pos="right"]:hover:after, [aria-label][data-balloon-pos][data-balloon-pos="right"][data-balloon-visible]:after {
  transform: translate(0, -50%);
}

[aria-label][data-balloon-pos][data-balloon-pos="left"]:hover:before, [aria-label][data-balloon-pos][data-balloon-pos="left"][data-balloon-visible]:before, [aria-label][data-balloon-pos][data-balloon-pos="right"]:hover:before, [aria-label][data-balloon-pos][data-balloon-pos="right"][data-balloon-visible]:before {
  transform: translate(0, -50%);
}

[aria-label][data-balloon-pos][data-balloon-pos="left"]:after, [aria-label][data-balloon-pos][data-balloon-pos="left"]:before {
  right: 100%;
  top: 50%;
  transform: translate(var(--balloon-move), -50%);
}

[aria-label][data-balloon-pos][data-balloon-pos="left"]:after {
  margin-right: 10px;
}

[aria-label][data-balloon-pos][data-balloon-pos="left"]:before {
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-left-color: var(--balloon-color);
}

[aria-label][data-balloon-pos][data-balloon-pos="right"]:after, [aria-label][data-balloon-pos][data-balloon-pos="right"]:before {
  left: 100%;
  top: 50%;
  transform: translate(calc(var(--balloon-move) * -1), -50%);
}

[aria-label][data-balloon-pos][data-balloon-pos="right"]:after {
  margin-left: 10px;
}

[aria-label][data-balloon-pos][data-balloon-pos="right"]:before {
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-right-color: var(--balloon-color);
}

[aria-label][data-balloon-pos][data-balloon-length]:after {
  white-space: normal;
}

[aria-label][data-balloon-pos][data-balloon-length="small"]:after {
  width: 80px;
}

[aria-label][data-balloon-pos][data-balloon-length="medium"]:after {
  width: 150px;
}

[aria-label][data-balloon-pos][data-balloon-length="large"]:after {
  width: 260px;
}

[aria-label][data-balloon-pos][data-balloon-length="xlarge"]:after {
  width: 380px;
}

@media screen and (max-width: 768px) {
  [aria-label][data-balloon-pos][data-balloon-length="xlarge"]:after {
    width: 90vw;
  }
}

[aria-label][data-balloon-pos][data-balloon-length="fit"]:after {
  width: 100%;
}

header {
  position: relative;
  display: flex;
  height: 80px;
  align-items: center;
  color: var(--white);
}

header.overline {
  color: var(--white);
}

@media (min-width: 640px) {
  header {
    height: 100px;
  }
}

@media (min-width: 1024px) {
  header {
    height: 110px;
  }
}

header {
  z-index: 45;
  background: var(--bg-gradient);
}

header .logo {
  margin-right: auto;
}

header .logo,
    header .menu-mobile-toggle {
  z-index: 1;
}

header .dropdown-link-container > a {
  margin-left: 20px;
}

header li {
  font-size: 14px;
  line-height: 1.3;
}

header li.active,
        header li :hover {
  color: var(--ocean-green);
}

header li a {
  text-decoration-line: none;
}

#menu {
  position: relative;
  z-index: 20;
  display: flex;
  height: 100%;
  width: 100%;
  flex: 1;
  align-items: center;
  justify-content: flex-end;
  justify-content: space-between;
  padding-left: 8vw;
  padding-right: 8vw;
}

#menu .menu-dropdown-container {
  padding-left: 8vw;
  padding-right: 8vw;
  padding-top: 8vw;
  padding-bottom: 8vw;
  z-index: 0;
  /*/ / opacity: 0;*/
  /*/ / transition: transform 0.2 s, opacity 0.2 s;*/
}

#menu .menu-mobile-toggle {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 22px;
  width: 22px;
}

#menu .menu-mobile-toggle .bar {
  height: 3px;
  width: 100%;
  border-radius: 3px;
  background-color: var(--beige);
  transition: all 300ms ease-in-out;
}

#menu .menu-mobile-toggle:hover {
  cursor: pointer;
}

@media (min-width: 1200px) {
  header {
    padding-left: 8vw;
    padding-right: 8vw;
  }

  #menu .menu-dropdown-container li {
    font-size: clamp(0.875rem, 0.175rem + 0.6667vw, 1rem);
  }

  #menu .menu-mobile-toggle {
    display: none;
  }
}

@media (max-width: 1200px) {
  #menu .menu-dropdown-container {
    position: absolute;
    top: 80px;
    left: 0;
    right: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    transform: translateY(-100%);
    background: var(--bg-gradient);
  }

  #menu li {
    font-size: clamp(1.375rem, 1.25rem + .3125vw, 1.625rem);
    line-height: 1.3;
    padding-bottom: clamp(10px, 4vw, 20px);
    transform: translateX(-50%);
    opacity: 0;
  }

  #menu.open .menu-dropdown-container, #menu.opening .menu-dropdown-container {
    transform: translateY(0);
    transition: transform 0.4s ease-in-out;
  }

  #menu.open .menu-dropdown-container li, #menu.opening .menu-dropdown-container li {
    opacity: 1;
    transform: translateX(0);
    transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
  }

  #menu.open .menu-dropdown-container li:nth-child(1), #menu.opening .menu-dropdown-container li:nth-child(1) {
    transition-delay: 0.35s;
  }

  #menu.open .menu-dropdown-container li:nth-child(2), #menu.opening .menu-dropdown-container li:nth-child(2) {
    transition-delay: 0.45s;
  }

  #menu.open .menu-mobile-icon, #menu.opening .menu-mobile-icon {
    transform: rotate(180deg);
    transition: transform 0.4s ease-in-out;
  }

  #menu.open .menu-mobile-toggle .bar:nth-of-type(1), #menu.opening .menu-mobile-toggle .bar:nth-of-type(1) {
    transition: all 300ms ease-in-out;
    transform: rotate(45deg);
    transform-origin: top left;
    width: 28px;
  }

  #menu.open .menu-mobile-toggle .bar:nth-of-type(2), #menu.opening .menu-mobile-toggle .bar:nth-of-type(2) {
    transition: all 100ms ease-in-out;
    transform-origin: center;
    width: 0;
  }

  #menu.open .menu-mobile-toggle .bar:nth-of-type(3), #menu.opening .menu-mobile-toggle .bar:nth-of-type(3) {
    transition: all 300ms ease-in-out;
    transform: rotate(-45deg);
    transform-origin: bottom left;
    width: 28px;
  }

  #menu.closing .menu-dropdown-container {
    transform: translateY(-100%);
    transition: transform 0.2s ease-in-out 0.4s;
    /*@for $i from 1 through 8 {*/
    /*    li:nth-child(#{(8 - $i)}) {*/
    /*        transition-delay: #{($i * 0.02)}s;*/
    /*    }*/
    /*}*/
  }

  #menu.closing .menu-dropdown-container li {
    opacity: 0;
    transform: translateX(-50%);
    transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
  }

  #menu.closing .menu-mobile-icon {
    transform: rotate(0);
    transition: transform 0.4s ease-in-out 0.2s;
  }
}

#rlx .breadcrumb {
  position: relative;
  display: flex;
  align-items: center;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--white);
}

.overline#rlx .breadcrumb {
  color: var(--white);
}

@media (min-width: 1280px) {
  #rlx .breadcrumb {
    padding-left: 8vw;
    padding-right: 8vw;
  }
}

#rlx .breadcrumb {
  z-index: 44;
  background: var(--bg-gradient);
}

#rlx .breadcrumb li {
  font-size: 14px;
  line-height: 1.3;
}

#rlx .breadcrumb li.active,
            #rlx .breadcrumb li :hover {
  color: var(--ocean-green);
}

#rlx .breadcrumb li a {
  text-decoration-line: none;
}

#rlx .breadcrumb li svg {
  fill: var(--white);
  color: var(--white);
}

.overline#rlx .breadcrumb li svg {
  color: var(--white);
}

footer {
  position: relative;
  z-index: 10;
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: #0b3e27 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(11 62 39 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #197149 var(--tw-gradient-to-position);
  font-size: clamp(1rem, .9375rem + .1563vw, 1.125rem);
  line-height: 1.3;
  color: var(--white);
}

footer.overline {
  color: var(--white);
}

footer {
  min-height: 200px;
  background: var(--bg-gradient);
}

.grid {
  padding-left: 8vw;
  padding-right: 8vw;
  padding-top: 10vh;
  padding-bottom: 2vh;
}

.grid.grid-inner {
  margin-top: 10vh;
  margin-bottom: 10vh;
  margin-left: 8vw;
  margin-right: 8vw;
  padding-left: 0px;
  padding-right: 0px;
}

.grid {
  grid-template-columns:[col] repeat(var(--grid-col-num), [col] minmax(0, 1fr)) [col];
}

.grid-full, .grid {
  display: grid;
  -moz-column-gap: var(--grid-gap);
       column-gap: var(--grid-gap);
}

.grid-full .col-small, .grid .col-small {
  grid-column: span 6 / span 6;
}

@media (min-width: 768px) {
  .grid-full .col-small, .grid .col-small {
    grid-column: span 8 / span 8;
    grid-column-start: 3;
  }
}

@media (min-width: 1024px) {
  .grid-full .col-small, .grid .col-small {
    grid-column: span 6 / span 6;
    grid-column-start: 4;
  }
}

.grid-full .col-small .image, .grid .col-small .image {
  margin-bottom: 30px;
}

.grid-full {
  width: var(--vw100, 100vw);
  grid-template-columns:[doc-start] calc(var(--outer-margin) - var(--grid-gap)) [main-start] repeat(var(--grid-col-num), [col] minmax(0, 1fr)) [col main-end] calc(var(--outer-margin) - var(--grid-gap)) [doc-end]
}

.rolex_intro .grid, .rolex_bodytext .grid {
  padding-bottom: 9vh;
}

@media (max-width: 1024px) {
  .grid {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .grid.grid-inner {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .rolex_intro .grid, .rolex_bodytext .grid {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

#rlx .cb label {
  font-size: clamp(.75rem, .625rem + .3125vw, 1rem);
  line-height: 1.375;
  line-height: 1.2em !important;
  padding: 0 0 0 24px !important;
  text-transform: none !important;
  cursor: pointer;
  display: inline-block !important;
  min-height: 18px !important;
  position: relative !important;
  width: 100% !important;
  hyphens: none !important;
  -moz-hyphens: none !important;
  -ms-hyphens: none !important;
  -webkit-hyphens: none !important;
}

#rlx .cb label:before {
  top: 0;
  border: 1px solid #ccc !important;
  content: "";
  height: 18px ;
  left: 0;
  position: absolute;
  width: 18px !important;
  hyphens: none !important;
  -moz-hyphens: none !important;
  -ms-hyphens: none !important;
  -webkit-hyphens: none !important;
}

#rlx .cb label.active {
  background-size: 12px !important;
  hyphens: none !important;
  -moz-hyphens: none !important;
  -ms-hyphens: none !important;
  -webkit-hyphens: none !important;
}

#rlx .cb input {
  height: 1px !important;
  left: 0 !important;
  opacity: 0 !important;
  position: absolute !important;
  top: 0 !important;
  width: 1px !important;
  hyphens: none !important;
  -moz-hyphens: none !important;
  -ms-hyphens: none !important;
  -webkit-hyphens: none !important;
}

.swiper-pagination-bullet {
  height: 4px;
  width: 20px;
  border-radius: 0.25rem;
  border-style: none;
  background-color: var(--black);
  background-color: var(--grey);
  padding: 0px;
}

.swiper-pagination-bullet:hover {
  background-color: var(--green);
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 50px;
  background-color: var(--green);
}

.swiper-button-disabled {
  display: none;
}

.button-next,
.button-prev {
  height: 44px;
  width: 44px;
  top: 6vw;
  right: -5vw;
  background: transparent;
  border: none;
}

.button-next .icon, .button-prev .icon {
  height: 100%;
  width: 100%;
}

.button-next .icon circle, .button-prev .icon circle {
  fill: var(--grey) !important;
}

.button-next .icon line, .button-prev .icon line {
  stroke: var(--brown) !important;
}

.button-next .icon:hover circle, .button-prev .icon:hover circle {
  fill: var(--dark-grey) !important;
}

.button-prev {
  left: -5vw;
  rotate: 180deg;
}

.dark .button-next .icon circle, .dark .button-prev .icon circle {
  fill-opacity: 0.5;
}

.dark .button-next .icon line, .dark .button-prev .icon line {
  stroke: var(--white) !important;
}

.dark .button-next .icon:hover circle, .dark .button-prev .icon:hover circle {
  fill-opacity: 0.3;
}

@media (max-width: 768px) {
  .button-next,
    .button-prev {
    display: none;
  }
}

@media (max-width: 1024px) {
  .button-prev,
    .button-next {
    right: -7vw;
  }

  .button-prev {
    left: -7vw;
  }
}

/*! purgecss start ignore */

.glightbox-mobile .goverlay,
.goverlay {
  background: rgba(112,110,109, 0.9);
}

.glightbox-clean .gprev, .glightbox-clean .gnext, .glightbox-clean .gclose {
  background-color: transparent;
}

.glightbox-clean .gprev:hover, .glightbox-clean .gnext:hover, .glightbox-clean .gclose:hover {
  background-color: transparent;
}

.gbtn.disabled {
  display: none;
}

.gslide-image {
  background: var(--white);
}

.goverlay {
  background: rgba(255, 255, 255, 0.9);
}

.gslide-image {
  box-shadow: none !important;
}

.gbtn {
  opacity: 0.7;
  width: 50px !important;
  height: 50px !important;
  border-radius: 50% !important;
  background: var(--grey) !important;
}

.gbtn svg {
  width: 100% !important;
  height: 100% !important;
}

.gbtn svg path {
  fill: var(--black) !important;
}

.gbtn:hover {
  opacity: 1;
}

.gcontainer .icon {
  width: auto !important;
}

.glightbox-indicators {
  position: absolute;
  bottom: 20px;
  width: 100%;
}

.glightbox-indicators .swiper-pagination-bullets {
  text-align: center;
}

.glightbox-indicators .swiper-pagination-bullet {
  height: 4px;
  width: 20px;
  border-radius: 0.25rem;
  border-style: none;
  background-color: var(--black);
  background-color: var(--grey);
  padding: 0px;
  display: inline-block;
  /*//&:hover {*/
  /*//    @apply bg-green;*/
}

/*//}*/

.glightbox-indicators .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 50px;
  background-color: var(--green);
}

.glightbox-indicators .swiper-button-disabled {
  display: none;
}

/*! purgecss end ignore */

#rlx .juw-cmp-hint .btn,
        #rlx .juw-cmp-hint p {
  font-size: 12px;
}

#rlx .juw-cmp-hint .btn-primary {
  margin-bottom: 0.5rem;
  padding-left: 14px;
  padding-right: 14px;
}

.accordion {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: clamp(1.25rem, .8725rem + 1.25vw, 1.5rem);
  line-height: 1.1;
  font-weight: 700;
  border-top: 1px solid var(--grey);
  cursor: pointer;
  padding: 18px 0;
  width: 100%;
  text-align: left;
  outline: none;
  transition: 0.4s;
}

.accordion.last + div {
  border-bottom: 1px solid var(--grey);
}

.accordion .rcpo-icon-minus {
  display: none !important;
}

.accordion.active .rcpo-icon-minus {
  display: inline-block !important;
}

.accordion.active .rcpo-icon-plus {
  display: none !important;
}

.panel {
  font-size: clamp(1.125rem, 1.0625rem + .1563vw, 1.25rem);
  line-height: 1.6;
  margin: 0;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.panel .option {
  padding: 4px 0;
}

.panel .option.first {
  padding-top: 0;
}

.panel .option.last {
  padding-bottom: 18px;
}

body.teaser {
  background: var(--green);
}

body.teaser .iframe-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
  overflow: hidden;
}

body.teaser .iframe-wrapper iframe {
  width: 100vw;
  height: 56.25vw;
  /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
  min-height: 100vh;
  min-width: 177.77vh;
  /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

section.login input {
  margin-bottom: 0.75rem;
  width: 100%;
  border-radius: 0.25rem;
  border-color: var(--beige);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

section.login input:focus {
  border-color: var(--accent);
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.hero-slider {
  position: relative;
}

.hero-slider .container {
  padding: 0;
}

.hero-slider .cms-headline .headline span,
        .hero-slider .cms-headline .subheadline span {
  font-size: 1.25em;
}

.hero-slider .slide-overlay {
  position: absolute;
  top: 0px;
  bottom: 0px;
  display: flex;
  align-items: center;
  padding: 1.25rem;
}

.hero-slider .slide-overlay .headline, .hero-slider .slide-overlay .subheadline, .hero-slider .slide-overlay .text {
  text-shadow: 0 0 1px rgba(105, 105, 105, 0.6);
}

.hero-slider .slide-overlay.left {
  left: 0px;
  width: 50%;
  justify-content: flex-end;
}

.hero-slider .slide-overlay.left-edge {
  left: 2.5rem;
  justify-content: flex-end;
}

.hero-slider .slide-overlay.right {
  right: 0px;
  width: 50%;
  justify-content: flex-start;
}

.hero-slider .slide-overlay.right-edge {
  right: 2.5rem;
  justify-content: flex-start;
}

.hero-slider .pagination_default {
  display: flex;
}

.hero-slider .navigation_default {
  display: none;
}

@media (min-width: 768px) {
  .hero-slider .navigation_default {
    display: flex;
  }
}

.hero-slider .slide-overlay {
  padding-left: 0px;
  padding-right: 0px;
}

.hero-slider .overline {
  font-size: clamp(1.375rem, 1.25rem + .3125vw, 1.625rem);
  line-height: 1.3;
  font-weight: 700;
  text-decoration-line: none;
}

.hero-slider .title {
  padding-bottom: 20px;
  font-size: clamp(2.25rem, 1.1875rem + 2.6563vw, 4.375rem);
  line-height: 1.18;
  font-weight: 700;
}

.hero-slider .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 40px;
}

.hero-slider .swiper-pagination-bullet {
  height: 4px;
  width: 20px;
  border-radius: 0.25rem;
  border-style: none;
  background-color: var(--black);
  background-color: var(--dark-grey);
  padding: 0px;
}

.hero-slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 50px;
  background-color: var(--black);
}

.hero-slider.dark .swiper-pagination-bullet {
  background-color: var(--white);
}

.hero-slider.dark .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--white);
}

.hero-slider .slide-desktop {
  position: relative;
  display: none;
}

@media (min-width: 768px) {
  .hero-slider .slide-desktop {
    display: block;
  }
}

.hero-slider .slide-mobile {
  display: block;
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  margin-top: 0;
}

@media (min-width: 768px) {
  .hero-slider .slide-mobile {
    display: none;
  }
}

.hero-slider .slide-mobile .slide-overlay-mobile {
  padding-left: 8vw;
  padding-right: 8vw;
  position: absolute;
  bottom: 70px;
}

.hero-slider img {
  width: 100%;
}

@media (min-width: 768px) {
  .hero-slider .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 20px;
  }

  .hero-slider .swiper-pagination-bullet {
    text-decoration-line: none;
  }

  .hero-slider .title {
    margin-bottom: 4px;
  }
}

#rlx .item {
  position: relative;
}

#rlx .item a,
        #rlx .item div {
  text-decoration: none !important;
}

#rlx .item:hover .btn-secondary {
  color: var(--black);
}

#rlx .item:hover .btn-secondary svg path {
  fill: var(--black);
}

#rlx .item :hover .btn {
}

#rlx .push.grid {
  grid-column: main;
}

#rlx .push.grid .text-hl36 {
  color: var(--brown);
}

#rlx .push.grid .item {
  grid-column: span 6 / span 6;
}

#rlx .push.grid .item .txt {
  margin-bottom: 50px;
}

#rlx .push.grid .item:last-child .txt {
  margin-bottom: 0px;
}

.cms-block#rlx .push.grid .item:last-child .txt {
  margin-bottom: 0;
}

@media (min-width: var(--md)) {
  #rlx .grid.push-1 .item {
    grid-column: span 12 / span 12;
  }

  #rlx .grid.push-1 .item .txt {
    width: 80%;
  }

  #rlx .grid.push-2 .item {
    grid-column: span 6 / span 6;
  }

  #rlx .grid.push-2 .item .txt {
    padding-right: 40px;
  }

  #rlx .grid.push-3 .item {
    grid-column: span 4 / span 4;
  }

  #rlx .grid.push-3 .item .txt {
    padding-right: 20px;
  }
}

@media (min-width: var(--lg)) {
  #rlx .push-1 .item .txt {
    width: 50%;
  }
}

.rolex_push .p-container.pt-0 .push {
  padding-top: 0 !important;
}

/*@import "swiper/swiper-bundle.min.css";*/

/*@import "swiper_slider";*/

.keep-exploring a {
  margin-bottom: 20px;
  font-size: clamp(1.125rem, 1.0625rem + .1563vw, 1.25rem);
  font-weight: 700;
  line-height: 1.1;
  color: var(--brown);
  text-decoration-line: none;
}

.keep-exploring figure {
  margin-bottom: 10px;
}

.keep-exploring figure img {
  aspect-ratio: 3 / 2;
}

.keep-exploring .swiper-slide .active a, .keep-exploring .swiper-slide:hover a {
  color: var(--green);
}

svg {
  display: inline-block;
}

input.bg-transparent {
  background: transparent !important;
}

body {
  margin: 0px;
  background-color: var(--light-beige);
  padding: 0px;
  font-size: 14px;
  line-height: 1.3;
  font-family: var(--font-family-sans) !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

.hover\:bg-primary:hover {
  background-color: var(--primary);
}

.group:hover .group-hover\:fill-ocean-green {
  fill: var(--ocean-green);
}

.group:hover .group-hover\:text-ocean-green {
  color: var(--ocean-green);
}

@media not all and (min-width: 1280px) {
  .max-xl\:px-\[8vw\] {
    padding-left: 8vw;
    padding-right: 8vw;
  }
}

@media not all and (min-width: 640px) {
  .max-sm\:hidden {
    display: none;
  }

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

  .first-of-type\:max-sm\:block:first-of-type {
    display: block;
  }
}

@media (min-width: 640px) {
  .sm\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .sm\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .sm\:me-2 {
    margin-inline-end: 0.5rem;
  }

  .sm\:block {
    display: block;
  }

  .sm\:hidden {
    display: none;
  }

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

@media (min-width: 768px) {
  .md\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .md\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .md\:me-\[10px\] {
    margin-inline-end: 10px;
  }

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

  .md\:\!hidden {
    display: none !important;
  }

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

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

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

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

@media (min-width: 1024px) {
  .lg\:col-span-10 {
    grid-column: span 10 / span 10;
  }

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

  .lg\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .lg\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .lg\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .lg\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .lg\:col-span-7 {
    grid-column: span 7 / span 7;
  }

  .lg\:col-span-8 {
    grid-column: span 8 / span 8;
  }

  .lg\:col-span-9 {
    grid-column: span 9 / span 9;
  }

  .lg\:col-start-8 {
    grid-column-start: 8;
  }

  .lg\:\!hidden {
    display: none !important;
  }

  .lg\:basis-1\/2 {
    flex-basis: 50%;
  }

  .lg\:basis-1\/3 {
    flex-basis: 33.333333%;
  }

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

  .lg\:basis-1\/5 {
    flex-basis: 20%;
  }

  .lg\:basis-1\/6 {
    flex-basis: 16.666667%;
  }

  .lg\:basis-auto {
    flex-basis: auto;
  }

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

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

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

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

  .lg\:p-8 {
    padding: 2rem;
  }
}

@media (min-width: 1280px) {
  .xl\:-mb-16 {
    margin-bottom: -4rem;
  }

  .xl\:\!hidden {
    display: none !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .xl\:justify-end {
    justify-content: flex-end;
  }

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

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

@media (min-width: 1536px) {
  .\32xl\:\!hidden {
    display: none !important;
  }

  .\32xl\:gap-\[2vw\] {
    gap: 2vw;
  }
}

.rtl\:rotate-180:where([dir="rtl"], [dir="rtl"] *) {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@media not all and (min-width: 640px) {
  .max-sm\:rtl\:rotate-0:where([dir="rtl"], [dir="rtl"] *) {
    --tw-rotate: 0deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
}





