@font-face {
    font-family: 'Museo Sans Cyrl';
    src: url('../../resources/fonts/MuseoSansCyrl-700.woff2') format('woff2'),
    url('../../resources/fonts/MuseoSansCyrl-700.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Museo Sans Cyrl';
    src: url('../../resources/fonts/MuseoSansCyrl-500.woff2') format('woff2'),
    url('../../resources/fonts/MuseoSansCyrl-500.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Museo Sans Cyrl';
    src: url('../../resources/fonts/MuseoSansCyrl-300.woff2') format('woff2'),
    url('../../resources/fonts/MuseoSansCyrl-300.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

/*
! tailwindcss v3.4.1 | 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: Museo Sans Cyrl, Trebuchet MS, Arial, Helvetica, Circe, Calibri, Segoe UI, system-ui, sans-serif; /* 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 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
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] {
  display: none;
}

*, ::before, ::after {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x:  ;
    --tw-pan-y:  ;
    --tw-pinch-zoom:  ;
    --tw-scroll-snap-strictness: proximity;
    --tw-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:  ;
}

::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:  ;
}
.container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 1440px) {

    .container {
        max-width: 1440px;
    }
}
.form-input,.form-textarea,.form-select,.form-multiselect {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background-color: #fff;
    border-color: #6b7280;
    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;
}
.form-input:focus, .form-textarea:focus, .form-select:focus, .form-multiselect: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;
}
.form-input::-moz-placeholder, .form-textarea::-moz-placeholder {
    color: #6b7280;
    opacity: 1;
}
.form-input::placeholder,.form-textarea::placeholder {
    color: #6b7280;
    opacity: 1;
}
.form-input::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
}
.form-input::-webkit-date-and-time-value {
    min-height: 1.5em;
    text-align: inherit;
}
.form-input::-webkit-datetime-edit {
    display: inline-flex;
}
.form-input::-webkit-datetime-edit,.form-input::-webkit-datetime-edit-year-field,.form-input::-webkit-datetime-edit-month-field,.form-input::-webkit-datetime-edit-day-field,.form-input::-webkit-datetime-edit-hour-field,.form-input::-webkit-datetime-edit-minute-field,.form-input::-webkit-datetime-edit-second-field,.form-input::-webkit-datetime-edit-millisecond-field,.form-input::-webkit-datetime-edit-meridiem-field {
    padding-top: 0;
    padding-bottom: 0;
}
/* Ссылка с эффектом */
.underline-fill {
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
    transition-property: background-position;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    transition-timing-function: linear;
        background-image: linear-gradient(to top, currentColor 0%, currentColor 50%, transparent 50%, transparent 100%);
        background-position: 0 0;
        background-size: 100% 200%;
}
.underline-fill:hover,
    .underline-fill:focus {
        background-position: 0 100%;
    }
.underline-fill:hover .underline,
    .underline-fill:focus .underline {
    transition-property: color,text-decoration-color;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
        text-decoration-color: transparent;
}
.underline-fill:hover span,
    .underline-fill:focus span {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}
/* Кнопки */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    border-radius: 9999px;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(55 71 79 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(55 71 79 / var(--tw-bg-opacity));
    padding: 1rem;
    text-align: center;
    font-family: Museo Sans Cyrl, Trebuchet MS, Arial, Helvetica, Circe, Calibri, Segoe UI, system-ui, sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.5;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
}
.btn:focus {
    --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(4px + 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);
    --tw-ring-color: rgb(55 71 79 / 0.5);
}
@media (min-width: 768px) {

    .btn {
        padding: 1.25rem;
        font-size: 24px;
    }
}
.btn-outline-primary {
    --tw-border-opacity: 1;
    border-color: rgb(37 99 235 / var(--tw-border-opacity));
    --tw-text-opacity: 1;
    color: rgb(37 99 235 / var(--tw-text-opacity));
}
.btn-outline-primary:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(37 99 235 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}
.btn-outline-primary.btn-active {
    --tw-border-opacity: 1;
    border-color: rgb(37 99 235 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(37 99 235 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}
.btn-outline-primary.btn-active:hover {
    --tw-border-opacity: 1;
    border-color: rgb(29 78 216 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(29 78 216 / var(--tw-bg-opacity));
}
.btn-xs {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
}
/* Компоненты форм */
.invalid-tooltip {
    display: block;
    --tw-text-opacity: 1;
    color: rgb(239 68 68 / var(--tw-text-opacity));
}
.invalid-tooltip.invalid-tooltip-floating {
    pointer-events: none;
    position: relative;
    left: -0.5rem;
    float: left;
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
    margin-left: 1rem;
    display: block;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}
@media (min-width: 768px) {

    .invalid-tooltip.invalid-tooltip-floating {
        margin-left: 1.25rem;
    }
}
.form-label.form-label-floating {
    pointer-events: none;
    position: absolute;
    top: 50%;
    left: -0.5rem;
    margin-left: 1rem;
    --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));
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    font-size: 18px;
    opacity: 0;
    transition-property: top;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
@media (min-width: 768px) {

    .form-label.form-label-floating {
        margin-left: 1.25rem;
        font-size: 20px;
    }
}
.form-label.form-label-floating.has-value {
    top: 0px;
    opacity: 1;
}
.form-locked input[type="submit"] {
    pointer-events: none;
    opacity: 0.5;
}
.form-locked button {
    pointer-events: none;
    opacity: 0.5;
}
/* @tailwindcss/forms */
/*
    [type='text']
    [type='email']
    [type='url']
    [type='password']
    [type='number']
    [type='date']
    [type='datetime-local']
    [type='month']
    [type='search']
    [type='tel']
    [type='time']
    [type='week']
     */
.form-input {
    border-radius: 0.5rem;
    --tw-border-opacity: 1;
    border-color: rgb(196 196 196 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    padding: 18px;
    padding-right: 0px;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.5;
    --tw-text-opacity: 1;
    color: rgb(55 71 79 / var(--tw-text-opacity));
    outline: 2px solid transparent;
    outline-offset: 2px;
}
.form-input:focus {
    --tw-border-opacity: 1;
    border-color: rgb(55 71 79 / var(--tw-border-opacity));
    --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(4px + 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);
    --tw-ring-color: rgb(55 71 79 / 0.5);
}
@media (min-width: 768px) {

    .form-input {
        font-size: 20px;
    }
}
.form-input:-moz-placeholder-shown {
    font-weight: 300;
}
.form-input:placeholder-shown {
    font-weight: 300;
}
.form-input.is-invalid {
    --tw-border-opacity: 1;
    border-color: rgb(239 68 68 / var(--tw-border-opacity));
}
.form-input.is-invalid:focus {
    --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(4px + 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);
    --tw-ring-color: rgb(239 68 68 / 0.5);
}
.form-locked .form-input {
    pointer-events: none;
    opacity: 0.5;
}
/*
     textarea
     */
.form-textarea.is-invalid {
    --tw-border-opacity: 1;
    border-color: rgb(239 68 68 / var(--tw-border-opacity));
}
.form-textarea.is-invalid:focus {
    --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(4px + 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);
    --tw-ring-color: rgb(239 68 68 / 0.5);
}
.form-locked .form-textarea {
    pointer-events: none;
    opacity: 0.5;
}
/*
    select
    */
.form-select.is-invalid {
    --tw-border-opacity: 1;
    border-color: rgb(239 68 68 / var(--tw-border-opacity));
}
.form-select.is-invalid:focus {
    --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(4px + 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);
    --tw-ring-color: rgb(239 68 68 / 0.5);
}
.form-locked .form-select {
    pointer-events: none;
    opacity: 0.5;
}
/*
    select[multiple]
    */
.form-multiselect.is-invalid {
    --tw-border-opacity: 1;
    border-color: rgb(239 68 68 / var(--tw-border-opacity));
}
.form-multiselect.is-invalid:focus {
    --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(4px + 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);
    --tw-ring-color: rgb(239 68 68 / 0.5);
}
.form-locked .form-multiselect {
    pointer-events: none;
    opacity: 0.5;
}
/*
    [type='checkbox']
     */
.form-locked .form-checkbox {
    pointer-events: none;
    opacity: 0.5;
}
/*
    [type='radio']
    */
.form-locked .form-radio {
    pointer-events: none;
    opacity: 0.5;
}
/*
     Стили редактора
     */
.editor-content *:first-child {
    margin-top: 0px !important;
}
.editor-content *:last-child {
    margin-bottom: 0px !important;
}
.editor-content {
    font-size: 18px;
}
@media (min-width: 768px) {

    .editor-content {
        font-size: 20px;
    }
}
.editor-content p {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}
.editor-content ul {
    display: flex;
    list-style-type: disc;
    flex-direction: column;
    row-gap: 0.625rem;
    text-wrap: balance;
    padding-left: 20px;
    line-height: 1.4;
}
.editor-content em {
    display: inline-flex;
    border-radius: 0.375rem;
    --tw-bg-opacity: 1;
    background-color: rgb(55 71 79 / var(--tw-bg-opacity));
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
    vertical-align: middle;
    font-size: 10px;
    font-weight: 300;
    text-transform: uppercase;
    font-style: normal;
    letter-spacing: .16em;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}
.pointer-events-none {
    pointer-events: none;
}
.pointer-events-auto {
    pointer-events: auto;
}
.collapse {
    visibility: collapse;
}
.fixed {
    position: fixed;
}
.absolute {
    position: absolute;
}
.relative {
    position: relative;
}
.sticky {
    position: sticky;
}
.inset-0 {
    inset: 0px;
}
.-bottom-px {
    bottom: -1px;
}
.bottom-1 {
    bottom: 0.25rem;
}
.bottom-5 {
    bottom: 1.25rem;
}
.left-0 {
    left: 0px;
}
.left-1 {
    left: 0.25rem;
}
.right-0 {
    right: 0px;
}
.top-0 {
    top: 0px;
}
.top-2 {
    top: 0.5rem;
}
.top-2\.5 {
    top: 0.625rem;
}
.top-\[55\%\] {
    top: 55%;
}
.z-10 {
    z-index: 10;
}
.z-\[1040\] {
    z-index: 1040;
}
.z-\[1060\] {
    z-index: 1060;
}
.z-\[2000\] {
    z-index: 2000;
}
.order-first {
    order: -9999;
}
.order-last {
    order: 9999;
}
.col-span-1 {
    grid-column: span 1 / span 1;
}
.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-8 {
    grid-column: span 8 / span 8;
}
.col-start-7 {
    grid-column-start: 7;
}
.-m-8 {
    margin: -2rem;
}
.-mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
}
.-mx-2\.5 {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
}
.my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
}
.my-\[160px\] {
    margin-top: 160px;
    margin-bottom: 160px;
}
.my-\[60px\] {
    margin-top: 60px;
    margin-bottom: 60px;
}
.-ml-\[30vw\] {
    margin-left: -30vw;
}
.-mr-\[70vw\] {
    margin-right: -70vw;
}
.-mt-1 {
    margin-top: -0.25rem;
}
.mb-12 {
    margin-bottom: 3rem;
}
.mb-4 {
    margin-bottom: 1rem;
}
.mb-5 {
    margin-bottom: 1.25rem;
}
.mb-7 {
    margin-bottom: 1.75rem;
}
.mb-\[-1\.4rem\] {
    margin-bottom: -1.4rem;
}
.mb-\[-50vw\] {
    margin-bottom: -50vw;
}
.mb-\[-67\%\] {
    margin-bottom: -67%;
}
.mb-\[100px\] {
    margin-bottom: 100px;
}
.mb-\[28px\] {
    margin-bottom: 28px;
}
.mb-\[60px\] {
    margin-bottom: 60px;
}
.mb-\[72px\] {
    margin-bottom: 72px;
}
.ml-\[100\%\] {
    margin-left: 100%;
}
.ml-\[2\%\] {
    margin-left: 2%;
}
.ml-auto {
    margin-left: auto;
}
.mt-1 {
    margin-top: 0.25rem;
}
.mt-1\.5 {
    margin-top: 0.375rem;
}
.mt-10 {
    margin-top: 2.5rem;
}
.mt-4 {
    margin-top: 1rem;
}
.mt-\[100px\] {
    margin-top: 100px;
}
.mt-\[160px\] {
    margin-top: 160px;
}
.block {
    display: block;
}
.flex {
    display: flex;
}
.inline-flex {
    display: inline-flex;
}
.grid {
    display: grid;
}
.hidden {
    display: none;
}
.aspect-\[1600\/1035\] {
    aspect-ratio: 1600/1035;
}
.aspect-\[3\/2\] {
    aspect-ratio: 3/2;
}
.aspect-\[4\/1\] {
    aspect-ratio: 4/1;
}
.aspect-\[5\/6\] {
    aspect-ratio: 5/6;
}
.aspect-\[7\/5\] {
    aspect-ratio: 7/5;
}
.aspect-square {
    aspect-ratio: 1 / 1;
}
.h-12 {
    height: 3rem;
}
.h-3 {
    height: 0.75rem;
}
.h-\[300px\] {
    height: 300px;
}
.h-full {
    height: 100%;
}
.h-px {
    height: 1px;
}
.min-h-full {
    min-height: 100%;
}
.min-h-svh {
    min-height: 100svh;
}
.w-12 {
    width: 3rem;
}
.w-3 {
    width: 0.75rem;
}
.w-8 {
    width: 2rem;
}
.w-\[350vw\] {
    width: 350vw;
}
.w-full {
    width: 100%;
}
.max-w-64 {
    max-width: 16rem;
}
.flex-auto {
    flex: 1 1 auto;
}
.grow {
    flex-grow: 1;
}
.origin-top {
    transform-origin: top;
}
.-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-x-full {
    --tw-translate-x: -100%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-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));
}
.-rotate-90 {
    --tw-rotate: -90deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-100 {
    --tw-scale-x: 1;
    --tw-scale-y: 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));
}
.scale-90 {
    --tw-scale-x: .9;
    --tw-scale-y: .9;
    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));
}
.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));
}
.cursor-move-x {
    cursor: url(../../resources/images/cursors/move-x.svg), move;
}
.cursor-pointer {
    cursor: pointer;
}
.resize {
    resize: both;
}
.grid-flow-dense {
    grid-auto-flow: dense;
}
.grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-12 {
    grid-template-columns: repeat(12, 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));
}
.flex-col {
    flex-direction: column;
}
.flex-wrap {
    flex-wrap: wrap;
}
.items-end {
    align-items: flex-end;
}
.items-center {
    align-items: center;
}
.items-stretch {
    align-items: stretch;
}
.justify-end {
    justify-content: flex-end;
}
.justify-center {
    justify-content: center;
}
.justify-between {
    justify-content: space-between;
}
.gap-1 {
    gap: 0.25rem;
}
.gap-4 {
    gap: 1rem;
}
.gap-5 {
    gap: 1.25rem;
}
.gap-6 {
    gap: 1.5rem;
}
.gap-7 {
    gap: 1.75rem;
}
.gap-8 {
    gap: 2rem;
}
.gap-\[60px\] {
    gap: 60px;
}
.gap-x-5 {
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
}
.gap-y-20 {
    row-gap: 5rem;
}
.gap-y-7 {
    row-gap: 1.75rem;
}
.gap-y-8 {
    row-gap: 2rem;
}
.gap-y-\[60px\] {
    row-gap: 60px;
}
.overflow-hidden {
    overflow: hidden;
}
.\!overflow-visible {
    overflow: visible !important;
}
.overflow-y-auto {
    overflow-y: auto;
}
.overflow-x-hidden {
    overflow-x: hidden;
}
.text-nowrap {
    text-wrap: nowrap;
}
.text-balance {
    text-wrap: balance;
}
.text-pretty {
    text-wrap: pretty;
}
.rounded-\[24px\] {
    border-radius: 24px;
}
.rounded-\[8px\] {
    border-radius: 8px;
}
.rounded-full {
    border-radius: 9999px;
}
.rounded-lg {
    border-radius: 0.5rem;
}
.rounded-md {
    border-radius: 0.375rem;
}
.border-b {
    border-bottom-width: 1px;
}
.border-t {
    border-top-width: 1px;
}
.border-stone-300 {
    --tw-border-opacity: 1;
    border-color: rgb(196 196 196 / var(--tw-border-opacity));
}
.bg-\[red\] {
    --tw-bg-opacity: 1;
    background-color: rgb(255 0 0 / var(--tw-bg-opacity));
}
.bg-blue-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(37 99 235 / var(--tw-bg-opacity));
}
.bg-gray-300 {
    --tw-bg-opacity: 1;
    background-color: rgb(209 213 219 / var(--tw-bg-opacity));
}
.bg-gray-700 {
    --tw-bg-opacity: 1;
    background-color: rgb(55 71 79 / var(--tw-bg-opacity));
}
.bg-gray-700\/80 {
    background-color: rgb(55 71 79 / 0.8);
}
.bg-red-400 {
    --tw-bg-opacity: 1;
    background-color: rgb(248 113 113 / var(--tw-bg-opacity));
}
.bg-stone-300 {
    --tw-bg-opacity: 1;
    background-color: rgb(196 196 196 / var(--tw-bg-opacity));
}
.bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-zinc-300 {
    --tw-bg-opacity: 1;
    background-color: rgb(217 217 217 / var(--tw-bg-opacity));
}
.bg-contain {
    background-size: contain;
}
.bg-cover {
    background-size: cover;
}
.bg-center {
    background-position: center;
}
.bg-no-repeat {
    background-repeat: no-repeat;
}
.fill-current {
    fill: currentColor;
}
.\!p-0 {
    padding: 0px !important;
}
.p-1 {
    padding: 0.25rem;
}
.p-1\.5 {
    padding: 0.375rem;
}
.p-4 {
    padding: 1rem;
}
.p-5 {
    padding: 1.25rem;
}
.p-8 {
    padding: 2rem;
}
.p-\[7px\] {
    padding: 7px;
}
.px-0 {
    padding-left: 0px;
    padding-right: 0px;
}
.px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}
.px-2\.5 {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
}
.px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
}
.px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}
.py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
.py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
}
.pb-10 {
    padding-bottom: 2.5rem;
}
.pb-4 {
    padding-bottom: 1rem;
}
.pb-6 {
    padding-bottom: 1.5rem;
}
.pb-\[40px\] {
    padding-bottom: 40px;
}
.pb-\[60px\] {
    padding-bottom: 60px;
}
.pl-0 {
    padding-left: 0px;
}
.pl-0\.5 {
    padding-left: 0.125rem;
}
.pl-4 {
    padding-left: 1rem;
}
.pr-10 {
    padding-right: 2.5rem;
}
.pt-12 {
    padding-top: 3rem;
}
.pt-2 {
    padding-top: 0.5rem;
}
.pt-2\.5 {
    padding-top: 0.625rem;
}
.pt-\[100px\] {
    padding-top: 100px;
}
.pt-\[54px\] {
    padding-top: 54px;
}
.text-center {
    text-align: center;
}
.text-right {
    text-align: right;
}
.font-sans {
    font-family: Museo Sans Cyrl, Trebuchet MS, Arial, Helvetica, Circe, Calibri, Segoe UI, system-ui, sans-serif;
}
.text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
}
.text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
}
.text-\[15\.5vw\] {
    font-size: 15.5vw;
}
.text-\[16px\] {
    font-size: 16px;
}
.text-\[18px\] {
    font-size: 18px;
}
.text-\[32px\] {
    font-size: 32px;
}
.text-\[34px\] {
    font-size: 34px;
}
.text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
}
.text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
}
.font-bold {
    font-weight: 700;
}
.font-light {
    font-weight: 300;
}
.font-medium {
    font-weight: 500;
}
.leading-120 {
    line-height: 1.2;
}
.leading-140 {
    line-height: 1.4;
}
.leading-90 {
    line-height: .9;
}
.leading-none {
    line-height: 1;
}
.tracking-\[-\.36px\] {
    letter-spacing: -.36px;
}
.tracking-\[-\.8px\] {
    letter-spacing: -.8px;
}
.tracking-\[-1\.28px\] {
    letter-spacing: -1.28px;
}
.tracking-\[-1\.4px\] {
    letter-spacing: -1.4px;
}
.tracking-\[-2\.4px\] {
    letter-spacing: -2.4px;
}
.text-black {
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-gray-700 {
    --tw-text-opacity: 1;
    color: rgb(55 71 79 / var(--tw-text-opacity));
}
.text-red-500 {
    --tw-text-opacity: 1;
    color: rgb(239 68 68 / var(--tw-text-opacity));
}
.text-stone-300 {
    --tw-text-opacity: 1;
    color: rgb(196 196 196 / var(--tw-text-opacity));
}
.text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}
.underline {
    text-decoration-line: underline;
}
.decoration-1 {
    text-decoration-thickness: 1px;
}
.decoration-\[3px\] {
    text-decoration-thickness: 3px;
}
.underline-offset-2 {
    text-underline-offset: 2px;
}
.underline-offset-\[5px\] {
    text-underline-offset: 5px;
}
.antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.opacity-0 {
    opacity: 0;
}
.opacity-10 {
    opacity: 0.1;
}
.opacity-100 {
    opacity: 1;
}
.opacity-50 {
    opacity: 0.5;
}
.shadow {
    --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px 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-lg {
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px 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 {
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
.transition-\[padding\] {
    transition-property: padding;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
.transition-all {
    transition-property: all;
    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;
}
.transition-transform {
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
.duration-300 {
    transition-duration: 300ms;
}
.duration-500 {
    transition-duration: 500ms;
}
.ease-in {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

[x-cloak] { display: none !important; }

.lenis.lenis-smooth [data-lenis-prevent] {
    overscroll-behavior: contain;
}

@media (min-width: 375px) {

    .xs\:btn-active.btn-outline-primary {
        --tw-border-opacity: 1;
        border-color: rgb(37 99 235 / var(--tw-border-opacity));
        --tw-bg-opacity: 1;
        background-color: rgb(37 99 235 / var(--tw-bg-opacity));
        --tw-text-opacity: 1;
        color: rgb(255 255 255 / var(--tw-text-opacity));
    }

    .xs\:btn-active.btn-outline-primary:hover {
        --tw-border-opacity: 1;
        border-color: rgb(29 78 216 / var(--tw-border-opacity));
        --tw-bg-opacity: 1;
        background-color: rgb(29 78 216 / var(--tw-bg-opacity));
    }
}

@media (min-width: 640px) {

    .sm\:btn-active.btn-outline-primary {
        --tw-border-opacity: 1;
        border-color: rgb(37 99 235 / var(--tw-border-opacity));
        --tw-bg-opacity: 1;
        background-color: rgb(37 99 235 / var(--tw-bg-opacity));
        --tw-text-opacity: 1;
        color: rgb(255 255 255 / var(--tw-text-opacity));
    }

    .sm\:btn-active.btn-outline-primary:hover {
        --tw-border-opacity: 1;
        border-color: rgb(29 78 216 / var(--tw-border-opacity));
        --tw-bg-opacity: 1;
        background-color: rgb(29 78 216 / var(--tw-bg-opacity));
    }
}

@media (min-width: 768px) {

    .md\:btn-active.btn-outline-primary {
        --tw-border-opacity: 1;
        border-color: rgb(37 99 235 / var(--tw-border-opacity));
        --tw-bg-opacity: 1;
        background-color: rgb(37 99 235 / var(--tw-bg-opacity));
        --tw-text-opacity: 1;
        color: rgb(255 255 255 / var(--tw-text-opacity));
    }

    .md\:btn-active.btn-outline-primary:hover {
        --tw-border-opacity: 1;
        border-color: rgb(29 78 216 / var(--tw-border-opacity));
        --tw-bg-opacity: 1;
        background-color: rgb(29 78 216 / var(--tw-bg-opacity));
    }
}

@media (min-width: 1024px) {

    .lg\:btn-active.btn-outline-primary {
        --tw-border-opacity: 1;
        border-color: rgb(37 99 235 / var(--tw-border-opacity));
        --tw-bg-opacity: 1;
        background-color: rgb(37 99 235 / var(--tw-bg-opacity));
        --tw-text-opacity: 1;
        color: rgb(255 255 255 / var(--tw-text-opacity));
    }

    .lg\:btn-active.btn-outline-primary:hover {
        --tw-border-opacity: 1;
        border-color: rgb(29 78 216 / var(--tw-border-opacity));
        --tw-bg-opacity: 1;
        background-color: rgb(29 78 216 / var(--tw-bg-opacity));
    }
}

@media (min-width: 1280px) {

    .xl\:btn-active.btn-outline-primary {
        --tw-border-opacity: 1;
        border-color: rgb(37 99 235 / var(--tw-border-opacity));
        --tw-bg-opacity: 1;
        background-color: rgb(37 99 235 / var(--tw-bg-opacity));
        --tw-text-opacity: 1;
        color: rgb(255 255 255 / var(--tw-text-opacity));
    }

    .xl\:btn-active.btn-outline-primary:hover {
        --tw-border-opacity: 1;
        border-color: rgb(29 78 216 / var(--tw-border-opacity));
        --tw-bg-opacity: 1;
        background-color: rgb(29 78 216 / var(--tw-bg-opacity));
    }
}

@media (min-width: 1536px) {

    .\32xl\:btn-active.btn-outline-primary {
        --tw-border-opacity: 1;
        border-color: rgb(37 99 235 / var(--tw-border-opacity));
        --tw-bg-opacity: 1;
        background-color: rgb(37 99 235 / var(--tw-bg-opacity));
        --tw-text-opacity: 1;
        color: rgb(255 255 255 / var(--tw-text-opacity));
    }

    .\32xl\:btn-active.btn-outline-primary:hover {
        --tw-border-opacity: 1;
        border-color: rgb(29 78 216 / var(--tw-border-opacity));
        --tw-bg-opacity: 1;
        background-color: rgb(29 78 216 / var(--tw-bg-opacity));
    }
}

.after\:absolute::after {
    content: var(--tw-content);
    position: absolute;
}

.after\:inset-0::after {
    content: var(--tw-content);
    inset: 0px;
}

.after\:z-50::after {
    content: var(--tw-content);
    z-index: 50;
}

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

.group:hover .group-hover\:pl-5 {
    padding-left: 1.25rem;
}

html.touch .touch\:hidden {
    display: none;
}

html.no-touch .no-touch\:text-gray-700 {
    --tw-text-opacity: 1;
    color: rgb(55 71 79 / var(--tw-text-opacity));
}

html.no-touch .no-touch\:text-stone-300 {
    --tw-text-opacity: 1;
    color: rgb(196 196 196 / var(--tw-text-opacity));
}

html.no-touch .no-touch\:transition-transform {
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

html.no-touch .no-touch\:duration-500 {
    transition-duration: 500ms;
}

html.no-touch .no-touch\:ease-in {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

html.no-touch .group:hover .no-touch\:group-hover\:translate-x-full {
    --tw-translate-x: 100%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

html.no-touch .group:hover .no-touch\:group-hover\:text-stone-300 {
    --tw-text-opacity: 1;
    color: rgb(196 196 196 / var(--tw-text-opacity));
}

html.has-modal .has-modal\:\!overflow-hidden {
    overflow: hidden !important;
}

.has-modal\:\!overflow-hidden.has-modal {
    overflow: hidden !important;
}

@media (prefers-reduced-motion: no-preference) {

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

@media (min-width: 375px) {

    .xs\:block {
        display: block;
    }
}

@media (min-width: 640px) {

    .sm\:float-right {
        float: right;
    }

    .sm\:ml-0 {
        margin-left: 0px;
    }

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

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

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

@media (min-width: 768px) {

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

    .md\:order-first {
        order: -9999;
    }

    .md\:order-last {
        order: 9999;
    }

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

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

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

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

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

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

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

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

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

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

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

    .md\:col-start-7 {
        grid-column-start: 7;
    }

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

    .md\:mx-\[-30\%\] {
        margin-left: -30%;
        margin-right: -30%;
    }

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

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

    .md\:mb-7 {
        margin-bottom: 1.75rem;
    }

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

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

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

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

    .md\:block {
        display: block;
    }

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

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

    .md\:grid {
        display: grid;
    }

    .md\:hidden {
        display: none;
    }

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

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

    .md\:h-auto {
        height: auto;
    }

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

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

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

    .md\:gap-\[52px\] {
        gap: 52px;
    }

    .md\:gap-x-20 {
        -moz-column-gap: 5rem;
             column-gap: 5rem;
    }

    .md\:p-10 {
        padding: 2.5rem;
    }

    .md\:p-5 {
        padding: 1.25rem;
    }

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

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

    .md\:pl-5 {
        padding-left: 1.25rem;
    }

    .md\:pr-10 {
        padding-right: 2.5rem;
    }

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

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

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

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

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

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

    .md\:leading-90 {
        line-height: .9;
    }

    .md\:tracking-\[-\.8px\] {
        letter-spacing: -.8px;
    }

    .md\:tracking-\[-3\.76px\;\] {
        letter-spacing: -3.76px;;
    }

    .md\:tracking-\[-3\.76px\] {
        letter-spacing: -3.76px;
    }

    .md\:text-stone-300 {
        --tw-text-opacity: 1;
        color: rgb(196 196 196 / var(--tw-text-opacity));
    }

    .md\:hover\:bg-gray-700:hover {
        --tw-bg-opacity: 1;
        background-color: rgb(55 71 79 / var(--tw-bg-opacity));
    }

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

    .group:hover .md\:group-hover\:z-20 {
        z-index: 20;
    }

    .group:hover .md\:group-hover\:pr-5 {
        padding-right: 1.25rem;
    }

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

    .group:hover .md\:group-hover\:drop-shadow-\[0_5px_5px_\#37474F\] {
        --tw-drop-shadow: drop-shadow(0 5px 5px #37474F);
        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);
    }
}

@media (min-width: 1024px) {

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

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

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

    .lg\:-mx-20 {
        margin-left: -5rem;
        margin-right: -5rem;
    }

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

    .lg\:my-20 {
        margin-top: 5rem;
        margin-bottom: 5rem;
    }

    .lg\:my-\[160px\] {
        margin-top: 160px;
        margin-bottom: 160px;
    }

    .lg\:my-\[240px\] {
        margin-top: 240px;
        margin-bottom: 240px;
    }

    .lg\:my-\[80px\] {
        margin-top: 80px;
        margin-bottom: 80px;
    }

    .lg\:mb-7 {
        margin-bottom: 1.75rem;
    }

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

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

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

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

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

    .lg\:grid {
        display: grid;
    }

    .lg\:h-4 {
        height: 1rem;
    }

    .lg\:w-4 {
        width: 1rem;
    }

    .lg\:max-w-80 {
        max-width: 20rem;
    }

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

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

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

    .lg\:gap-\[60px\] {
        gap: 60px;
    }

    .lg\:gap-\[72px\] {
        gap: 72px;
    }

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

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

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

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

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

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

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

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

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

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

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

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

    .lg\:leading-120 {
        line-height: 1.2;
    }

    .lg\:tracking-\[-\.8px\] {
        letter-spacing: -.8px;
    }

    .lg\:tracking-\[-2\.4px\] {
        letter-spacing: -2.4px;
    }
}

@media (min-width: 1280px) {

    .xl\:top-5 {
        top: 1.25rem;
    }

    .xl\:-mx-14 {
        margin-left: -3.5rem;
        margin-right: -3.5rem;
    }

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

    .xl\:-mr-10 {
        margin-right: -2.5rem;
    }

    .xl\:ml-0 {
        margin-left: 0px;
    }

    .xl\:mr-0 {
        margin-right: 0px;
    }

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

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

    .xl\:\!translate-x-0 {
        --tw-translate-x: 0px !important;
        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)) !important;
    }

    .xl\:px-14 {
        padding-left: 3.5rem;
        padding-right: 3.5rem;
    }

    .xl\:px-20 {
        padding-left: 5rem;
        padding-right: 5rem;
    }

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

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

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

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

.\[\&_\.swiper-slide\]\:\!w-\[calc\(100vw-60px\)\] .swiper-slide {
    width: calc(100vw - 60px) !important;
}

.\[\&_\.swiper-slide\]\:px-2\.5 .swiper-slide {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
}

@media (min-width: 768px) {

    .md\:\[\&_\.swiper-slide\]\:\!w-\[calc\(33\.3333\%\)\] .swiper-slide {
        width: calc(33.3333%) !important;
    }

    .md\:\[\&_\.swiper-slide\]\:\!w-\[calc\(41\.66\%\)\] .swiper-slide {
        width: calc(41.66%) !important;
    }
}

.\[\&_li\+li\]\:-mt-px li+li {
    margin-top: -1px;
}

.\[\&_li\:nth-child\(odd\)\]\:col-span-2 li:nth-child(odd) {
    grid-column: span 2 / span 2;
}

.\[\&_li\]\:col-span-4 li {
    grid-column: span 4 / span 4;
}

.\[\&_strong\]\:font-bold strong {
    font-weight: 700;
}

.\[\&_svg\]\:h-auto svg {
    height: auto;
}

.\[\&_svg\]\:w-10 svg {
    width: 2.5rem;
}

.\[\&_svg\]\:w-\[34px\] svg {
    width: 34px;
}

.\[\&_svg\]\:w-\[70px\] svg {
    width: 70px;
}

@media (min-width: 1024px) {

    .\[\&_svg\]\:lg\:w-\[60px\] svg {
        width: 60px;
    }
}
