/*!************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./source/css/style.scss ***!
  \************************************************************************************************************************************************************************/
/*------------------------------------*\
    #TABLE OF CONTENTS
\*------------------------------------*/
/**
 * BOOTSTRAP.............................Declarations Bootstrap
 * ABSTRACTS..............................Declarations of Sass variables & mixins
 * BASE...................................Default element styles
 * LAYOUT.................................Layout-specific styles
 * COMPONENTS.............................Component styles
 * UTILITIES..............................Utility classes
 */
/*------------------------------------*\
    #BOOTSTRAP
\*------------------------------------*/
.gs-dev-tools {
  z-index: 99999999;
  top: 0;
}

/*------------------------------------*\
    #VARIABLES
\*------------------------------------*/
/**
 * CONTENTS
 *
 * COLORS
 * Brand Colors...............Globally-available variables and config
 * Neutral Colors.............Grayscale colors, including white and black
 * Utility Colors.............Info, Warning, Error, Success
 *
 * TYPOGRAPHY
 * Font Families..............The fonts used in the design system
 * Sizing.....................Font sizing
 *
 * LAYOUT
 * Max-widths.................Maximum layout container width
 *
 * SPACING
 * Spacing defaults...........Spacing between elements
 *
 * BORDERS
 * Border Width...............Border thicknesses
 * Border Radius..............Border radius definitions
 *
 * ANIMATION
 * Animation Speed............Transition/animation speed variables
 * Animation easing...........Easing variables
 *
 * BREAKPOINTS
 * Breakpoints................Global breakpoint definitions
 */
/*------------------------------------*\
     #COLORS
\*------------------------------------*/
/*------------------------------------*\
    #TYPOGRAPHY
\*------------------------------------*/
/**
 * Font Family
 */
/**
 * Font Sizing Mobile
 */
/**
* Font Sizing Desktop
*/
/**
* Font Sizing HD Desktop
*/
/**
* Font Sizing Paragraph Mobile
*/
/**
* Font Sizing Paragraph
*/
/**
 * Font Sizing Paragraph HD
 */
/*------------------------------------*\
    #LAYOUT
\*------------------------------------*/
/**
 * Max Width
 */
/*------------------------------------*\
    #SPACING
\*------------------------------------*/
/**
 * Spacing and offsets
 */
/*------------------------------------*\
    #BORDERS
\*------------------------------------*/
/**
 * Border widths
 */
/**
 * Border radius
 */
/*------------------------------------*\
    #ANIMATION
\*------------------------------------*/
/**
 * Transition Speed
 */
/**
 * Transition Ease
 */
/*------------------------------------*\
    #BREAKPOINTS
\*------------------------------------*/
/**
 * Breakpoints used in media queries
 */
:root,
[data-bs-theme=light] {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #7F6053;
  --bs-primary-rgb: 127, 96, 83;
  --bs-primary-text-emphasis: #052c65;
  --bs-secondary-text-emphasis: #2b2f32;
  --bs-success-text-emphasis: #0a3622;
  --bs-info-text-emphasis: #055160;
  --bs-warning-text-emphasis: #664d03;
  --bs-danger-text-emphasis: #58151c;
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: #cfe2ff;
  --bs-secondary-bg-subtle: #e2e3e5;
  --bs-success-bg-subtle: #d1e7dd;
  --bs-info-bg-subtle: #cff4fc;
  --bs-warning-bg-subtle: #fff3cd;
  --bs-danger-bg-subtle: #f8d7da;
  --bs-light-bg-subtle: #fcfcfd;
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: #9ec5fe;
  --bs-secondary-border-subtle: #c4c8cb;
  --bs-success-border-subtle: #a3cfbb;
  --bs-info-border-subtle: #9eeaf9;
  --bs-warning-border-subtle: #ffe69c;
  --bs-danger-border-subtle: #f1aeb5;
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb: 33, 37, 41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb: 33, 37, 41;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: inherit;
  --bs-link-color: #0d6efd;
  --bs-link-color-rgb: 13, 110, 253;
  --bs-link-decoration: underline;
  --bs-link-hover-color: #0a58ca;
  --bs-link-hover-color-rgb: 10, 88, 202;
  --bs-code-color: #d63384;
  --bs-highlight-color: #212529;
  --bs-highlight-bg: #fff3cd;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 8px;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
  --bs-form-valid-color: #198754;
  --bs-form-valid-border-color: #198754;
  --bs-form-invalid-color: #dc3545;
  --bs-form-invalid-border-color: #dc3545;
}

[data-bs-theme=dark] {
  color-scheme: dark;
  --bs-body-color: #dee2e6;
  --bs-body-color-rgb: 222, 226, 230;
  --bs-body-bg: #212529;
  --bs-body-bg-rgb: 33, 37, 41;
  --bs-emphasis-color: #fff;
  --bs-emphasis-color-rgb: 255, 255, 255;
  --bs-secondary-color: rgba(222, 226, 230, 0.75);
  --bs-secondary-color-rgb: 222, 226, 230;
  --bs-secondary-bg: #343a40;
  --bs-secondary-bg-rgb: 52, 58, 64;
  --bs-tertiary-color: rgba(222, 226, 230, 0.5);
  --bs-tertiary-color-rgb: 222, 226, 230;
  --bs-tertiary-bg: #2b3035;
  --bs-tertiary-bg-rgb: 43, 48, 53;
  --bs-primary-text-emphasis: #6ea8fe;
  --bs-secondary-text-emphasis: #a7acb1;
  --bs-success-text-emphasis: #75b798;
  --bs-info-text-emphasis: #6edff6;
  --bs-warning-text-emphasis: #ffda6a;
  --bs-danger-text-emphasis: #ea868f;
  --bs-light-text-emphasis: #f8f9fa;
  --bs-dark-text-emphasis: #dee2e6;
  --bs-primary-bg-subtle: #031633;
  --bs-secondary-bg-subtle: #161719;
  --bs-success-bg-subtle: #051b11;
  --bs-info-bg-subtle: #032830;
  --bs-warning-bg-subtle: #332701;
  --bs-danger-bg-subtle: #2c0b0e;
  --bs-light-bg-subtle: #343a40;
  --bs-dark-bg-subtle: #1a1d20;
  --bs-primary-border-subtle: #084298;
  --bs-secondary-border-subtle: #41464b;
  --bs-success-border-subtle: #0f5132;
  --bs-info-border-subtle: #087990;
  --bs-warning-border-subtle: #997404;
  --bs-danger-border-subtle: #842029;
  --bs-light-border-subtle: #495057;
  --bs-dark-border-subtle: #343a40;
  --bs-heading-color: inherit;
  --bs-link-color: #6ea8fe;
  --bs-link-hover-color: #8bb9fe;
  --bs-link-color-rgb: 110, 168, 254;
  --bs-link-hover-color-rgb: 139, 185, 254;
  --bs-code-color: #e685b5;
  --bs-highlight-color: #dee2e6;
  --bs-highlight-bg: #664d03;
  --bs-border-color: #495057;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
  --bs-form-valid-color: #75b798;
  --bs-form-valid-border-color: #75b798;
  --bs-form-invalid-color: #ea868f;
  --bs-form-invalid-border-color: #ea868f;
}

.container,
.container-fluid,
.container-xxxl,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1264px;
  }
}
@media (min-width: 1980px) {
  .container-xxxl, .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1680px;
  }
}
:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px;
  --bs-breakpoint-xxxl: 1980px;
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1980px) {
  .col-xxxl {
    flex: 1 0 0%;
  }
  .row-cols-xxxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxxl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xxxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxxl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxxl-0 {
    margin-left: 0;
  }
  .offset-xxxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxxl-3 {
    margin-left: 25%;
  }
  .offset-xxxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxxl-6 {
    margin-left: 50%;
  }
  .offset-xxxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxxl-9 {
    margin-left: 75%;
  }
  .offset-xxxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxxl-0,
  .gx-xxxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxxl-0,
  .gy-xxxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxxl-1,
  .gx-xxxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxxl-1,
  .gy-xxxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxxl-2,
  .gx-xxxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxxl-2,
  .gy-xxxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxxl-3,
  .gx-xxxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxxl-3,
  .gy-xxxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxxl-4,
  .gx-xxxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxxl-4,
  .gy-xxxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxxl-5,
  .gx-xxxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxxl-5,
  .gy-xxxl-5 {
    --bs-gutter-y: 3rem;
  }
}
.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.collapse-horizontal {
    transition: none;
  }
}

.tooltip {
  --bs-tooltip-zindex: 1080;
  --bs-tooltip-max-width: 200px;
  --bs-tooltip-padding-x: 0.5rem;
  --bs-tooltip-padding-y: 0.25rem;
  --bs-tooltip-margin: ;
  --bs-tooltip-font-size: 0.875rem;
  --bs-tooltip-color: var(--bs-body-bg);
  --bs-tooltip-bg: var(--bs-emphasis-color);
  --bs-tooltip-border-radius: var(--bs-border-radius);
  --bs-tooltip-opacity: 0.9;
  --bs-tooltip-arrow-width: 0.8rem;
  --bs-tooltip-arrow-height: 0.4rem;
  z-index: var(--bs-tooltip-zindex);
  display: block;
  margin: var(--bs-tooltip-margin);
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-tooltip-font-size);
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: var(--bs-tooltip-opacity);
}
.tooltip .tooltip-arrow {
  display: block;
  width: var(--bs-tooltip-arrow-width);
  height: var(--bs-tooltip-arrow-height);
}
.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow {
  bottom: calc(-1 * var(--bs-tooltip-arrow-height));
}
.bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
  top: -1px;
  border-width: var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
  border-top-color: var(--bs-tooltip-bg);
}

/* rtl:begin:ignore */
.bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
  left: calc(-1 * var(--bs-tooltip-arrow-height));
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}
.bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
  right: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
  border-right-color: var(--bs-tooltip-bg);
}

/* rtl:end:ignore */
.bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
  top: calc(-1 * var(--bs-tooltip-arrow-height));
}
.bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);
  border-bottom-color: var(--bs-tooltip-bg);
}

/* rtl:begin:ignore */
.bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
  right: calc(-1 * var(--bs-tooltip-arrow-height));
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}
.bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
  left: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * 0.5) 0 calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);
  border-left-color: var(--bs-tooltip-bg);
}

/* rtl:end:ignore */
.tooltip-inner {
  max-width: var(--bs-tooltip-max-width);
  padding: var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);
  color: var(--bs-tooltip-color);
  text-align: center;
  background-color: var(--bs-tooltip-bg);
  border-radius: var(--bs-tooltip-border-radius);
}

.align-baseline {
  vertical-align: baseline !important;
}

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

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.float-start {
  float: left !important;
}

.float-end {
  float: right !important;
}

.float-none {
  float: none !important;
}

.object-fit-contain {
  object-fit: contain !important;
}

.object-fit-cover {
  object-fit: cover !important;
}

.object-fit-fill {
  object-fit: fill !important;
}

.object-fit-scale {
  object-fit: scale-down !important;
}

.object-fit-none {
  object-fit: none !important;
}

.opacity-0 {
  opacity: 0 !important;
}

.opacity-25 {
  opacity: 0.25 !important;
}

.opacity-50 {
  opacity: 0.5 !important;
}

.opacity-75 {
  opacity: 0.75 !important;
}

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

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

.overflow-hidden {
  overflow: hidden !important;
}

.overflow-visible {
  overflow: visible !important;
}

.overflow-scroll {
  overflow: scroll !important;
}

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

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

.overflow-x-visible {
  overflow-x: visible !important;
}

.overflow-x-scroll {
  overflow-x: scroll !important;
}

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

.overflow-y-hidden {
  overflow-y: hidden !important;
}

.overflow-y-visible {
  overflow-y: visible !important;
}

.overflow-y-scroll {
  overflow-y: scroll !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-grid {
  display: grid !important;
}

.d-inline-grid {
  display: inline-grid !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

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

.shadow {
  box-shadow: var(--bs-box-shadow) !important;
}

.shadow-sm {
  box-shadow: var(--bs-box-shadow-sm) !important;
}

.shadow-lg {
  box-shadow: var(--bs-box-shadow-lg) !important;
}

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

.focus-ring-primary {
  --bs-focus-ring-color: rgba(var(--bs-primary-rgb), var(--bs-focus-ring-opacity));
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

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

.position-sticky {
  position: sticky !important;
}

.top-0 {
  top: 0 !important;
}

.top-50 {
  top: 50% !important;
}

.top-100 {
  top: 100% !important;
}

.bottom-0 {
  bottom: 0 !important;
}

.bottom-50 {
  bottom: 50% !important;
}

.bottom-100 {
  bottom: 100% !important;
}

.start-0 {
  left: 0 !important;
}

.start-50 {
  left: 50% !important;
}

.start-100 {
  left: 100% !important;
}

.end-0 {
  right: 0 !important;
}

.end-50 {
  right: 50% !important;
}

.end-100 {
  right: 100% !important;
}

.translate-middle {
  transform: translate(-50%, -50%) !important;
}

.translate-middle-x {
  transform: translateX(-50%) !important;
}

.translate-middle-y {
  transform: translateY(-50%) !important;
}

.border {
  border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-0 {
  border: 0 !important;
}

.border-top {
  border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-end {
  border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-end-0 {
  border-right: 0 !important;
}

.border-bottom {
  border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-start {
  border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-start-0 {
  border-left: 0 !important;
}

.border-primary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important;
}

.border-black {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-black-rgb), var(--bs-border-opacity)) !important;
}

.border-white {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important;
}

.border-primary-subtle {
  border-color: var(--bs-primary-border-subtle) !important;
}

.border-secondary-subtle {
  border-color: var(--bs-secondary-border-subtle) !important;
}

.border-success-subtle {
  border-color: var(--bs-success-border-subtle) !important;
}

.border-info-subtle {
  border-color: var(--bs-info-border-subtle) !important;
}

.border-warning-subtle {
  border-color: var(--bs-warning-border-subtle) !important;
}

.border-danger-subtle {
  border-color: var(--bs-danger-border-subtle) !important;
}

.border-light-subtle {
  border-color: var(--bs-light-border-subtle) !important;
}

.border-dark-subtle {
  border-color: var(--bs-dark-border-subtle) !important;
}

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

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

.border-3 {
  border-width: 3px !important;
}

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

.border-5 {
  border-width: 5px !important;
}

.border-opacity-10 {
  --bs-border-opacity: 0.1;
}

.border-opacity-25 {
  --bs-border-opacity: 0.25;
}

.border-opacity-50 {
  --bs-border-opacity: 0.5;
}

.border-opacity-75 {
  --bs-border-opacity: 0.75;
}

.border-opacity-100 {
  --bs-border-opacity: 1;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.vw-100 {
  width: 100vw !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

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

.mh-100 {
  max-height: 100% !important;
}

.vh-100 {
  height: 100vh !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

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

.flex-column {
  flex-direction: column !important;
}

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

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

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

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

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

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

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

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

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

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

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

.justify-content-around {
  justify-content: space-around !important;
}

.justify-content-evenly {
  justify-content: space-evenly !important;
}

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

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

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

.align-items-baseline {
  align-items: baseline !important;
}

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

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

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

.align-self-baseline {
  align-self: baseline !important;
}

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

.order-first {
  order: -1 !important;
}

.order-0 {
  order: 0 !important;
}

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.order-last {
  order: 6 !important;
}

.m-0 {
  margin: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

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

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

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

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

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

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

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

.mt-0 {
  margin-top: 0 !important;
}

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

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

.mt-3 {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

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

.me-0 {
  margin-right: 0 !important;
}

.me-1 {
  margin-right: 0.25rem !important;
}

.me-2 {
  margin-right: 0.5rem !important;
}

.me-3 {
  margin-right: 1rem !important;
}

.me-4 {
  margin-right: 1.5rem !important;
}

.me-5 {
  margin-right: 3rem !important;
}

.me-auto {
  margin-right: auto !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

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

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

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ms-0 {
  margin-left: 0 !important;
}

.ms-1 {
  margin-left: 0.25rem !important;
}

.ms-2 {
  margin-left: 0.5rem !important;
}

.ms-3 {
  margin-left: 1rem !important;
}

.ms-4 {
  margin-left: 1.5rem !important;
}

.ms-5 {
  margin-left: 3rem !important;
}

.ms-auto {
  margin-left: auto !important;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

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

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

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

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

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

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

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

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

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

.pt-2 {
  padding-top: 0.5rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pe-0 {
  padding-right: 0 !important;
}

.pe-1 {
  padding-right: 0.25rem !important;
}

.pe-2 {
  padding-right: 0.5rem !important;
}

.pe-3 {
  padding-right: 1rem !important;
}

.pe-4 {
  padding-right: 1.5rem !important;
}

.pe-5 {
  padding-right: 3rem !important;
}

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

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

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

.pb-3 {
  padding-bottom: 1rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.ps-0 {
  padding-left: 0 !important;
}

.ps-1 {
  padding-left: 0.25rem !important;
}

.ps-2 {
  padding-left: 0.5rem !important;
}

.ps-3 {
  padding-left: 1rem !important;
}

.ps-4 {
  padding-left: 1.5rem !important;
}

.ps-5 {
  padding-left: 3rem !important;
}

.row-gap-0 {
  row-gap: 0 !important;
}

.row-gap-1 {
  row-gap: 0.25rem !important;
}

.row-gap-2 {
  row-gap: 0.5rem !important;
}

.row-gap-3 {
  row-gap: 1rem !important;
}

.row-gap-4 {
  row-gap: 1.5rem !important;
}

.row-gap-5 {
  row-gap: 3rem !important;
}

.column-gap-0 {
  column-gap: 0 !important;
}

.column-gap-1 {
  column-gap: 0.25rem !important;
}

.column-gap-2 {
  column-gap: 0.5rem !important;
}

.column-gap-3 {
  column-gap: 1rem !important;
}

.column-gap-4 {
  column-gap: 1.5rem !important;
}

.column-gap-5 {
  column-gap: 3rem !important;
}

.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}

.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}

.fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}

.fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}

.fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}

.fs-5 {
  font-size: 1.25rem !important;
}

.fs-6 {
  font-size: 1rem !important;
}

.fst-italic {
  font-style: italic !important;
}

.fst-normal {
  font-style: normal !important;
}

.fw-lighter {
  font-weight: 200 !important;
}

.fw-light {
  font-weight: 300 !important;
}

.fw-normal {
  font-weight: 400 !important;
}

.fw-medium {
  font-weight: 500 !important;
}

.fw-semibold {
  font-weight: 600 !important;
}

.fw-bold {
  font-weight: 700 !important;
}

.fw-bolder {
  font-weight: 600 !important;
}

.lh-1 {
  line-height: 1 !important;
}

.lh-sm {
  line-height: 1.25 !important;
}

.lh-base {
  line-height: 1.5 !important;
}

.lh-lg {
  line-height: 2 !important;
}

.text-start {
  text-align: left !important;
}

.text-end {
  text-align: right !important;
}

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

.text-decoration-none {
  text-decoration: none !important;
}

.text-decoration-underline {
  text-decoration: underline !important;
}

.text-decoration-line-through {
  text-decoration: line-through !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

/* rtl:begin:remove */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

/* rtl:end:remove */
.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

.text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}

.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}

.text-body {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}

.text-muted {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !important;
}

.text-black-50 {
  --bs-text-opacity: 1;
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  --bs-text-opacity: 1;
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-body-secondary {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !important;
}

.text-body-tertiary {
  --bs-text-opacity: 1;
  color: var(--bs-tertiary-color) !important;
}

.text-body-emphasis {
  --bs-text-opacity: 1;
  color: var(--bs-emphasis-color) !important;
}

.text-reset {
  --bs-text-opacity: 1;
  color: inherit !important;
}

.text-opacity-25 {
  --bs-text-opacity: 0.25;
}

.text-opacity-50 {
  --bs-text-opacity: 0.5;
}

.text-opacity-75 {
  --bs-text-opacity: 0.75;
}

.text-opacity-100 {
  --bs-text-opacity: 1;
}

.text-primary-emphasis {
  color: var(--bs-primary-text-emphasis) !important;
}

.text-secondary-emphasis {
  color: var(--bs-secondary-text-emphasis) !important;
}

.text-success-emphasis {
  color: var(--bs-success-text-emphasis) !important;
}

.text-info-emphasis {
  color: var(--bs-info-text-emphasis) !important;
}

.text-warning-emphasis {
  color: var(--bs-warning-text-emphasis) !important;
}

.text-danger-emphasis {
  color: var(--bs-danger-text-emphasis) !important;
}

.text-light-emphasis {
  color: var(--bs-light-text-emphasis) !important;
}

.text-dark-emphasis {
  color: var(--bs-dark-text-emphasis) !important;
}

.link-opacity-10 {
  --bs-link-opacity: 0.1;
}

.link-opacity-10-hover:hover {
  --bs-link-opacity: 0.1;
}

.link-opacity-25 {
  --bs-link-opacity: 0.25;
}

.link-opacity-25-hover:hover {
  --bs-link-opacity: 0.25;
}

.link-opacity-50 {
  --bs-link-opacity: 0.5;
}

.link-opacity-50-hover:hover {
  --bs-link-opacity: 0.5;
}

.link-opacity-75 {
  --bs-link-opacity: 0.75;
}

.link-opacity-75-hover:hover {
  --bs-link-opacity: 0.75;
}

.link-opacity-100 {
  --bs-link-opacity: 1;
}

.link-opacity-100-hover:hover {
  --bs-link-opacity: 1;
}

.link-offset-1 {
  text-underline-offset: 0.125em !important;
}

.link-offset-1-hover:hover {
  text-underline-offset: 0.125em !important;
}

.link-offset-2 {
  text-underline-offset: 0.25em !important;
}

.link-offset-2-hover:hover {
  text-underline-offset: 0.25em !important;
}

.link-offset-3 {
  text-underline-offset: 0.375em !important;
}

.link-offset-3-hover:hover {
  text-underline-offset: 0.375em !important;
}

.link-underline-primary {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

.link-underline-opacity-0 {
  --bs-link-underline-opacity: 0;
}

.link-underline-opacity-0-hover:hover {
  --bs-link-underline-opacity: 0;
}

.link-underline-opacity-10 {
  --bs-link-underline-opacity: 0.1;
}

.link-underline-opacity-10-hover:hover {
  --bs-link-underline-opacity: 0.1;
}

.link-underline-opacity-25 {
  --bs-link-underline-opacity: 0.25;
}

.link-underline-opacity-25-hover:hover {
  --bs-link-underline-opacity: 0.25;
}

.link-underline-opacity-50 {
  --bs-link-underline-opacity: 0.5;
}

.link-underline-opacity-50-hover:hover {
  --bs-link-underline-opacity: 0.5;
}

.link-underline-opacity-75 {
  --bs-link-underline-opacity: 0.75;
}

.link-underline-opacity-75-hover:hover {
  --bs-link-underline-opacity: 0.75;
}

.link-underline-opacity-100 {
  --bs-link-underline-opacity: 1;
}

.link-underline-opacity-100-hover:hover {
  --bs-link-underline-opacity: 1;
}

.bg-primary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-black {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}

.bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}

.bg-body {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-transparent {
  --bs-bg-opacity: 1;
  background-color: transparent !important;
}

.bg-body-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-body-tertiary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-opacity-10 {
  --bs-bg-opacity: 0.1;
}

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

.bg-opacity-50 {
  --bs-bg-opacity: 0.5;
}

.bg-opacity-75 {
  --bs-bg-opacity: 0.75;
}

.bg-opacity-100 {
  --bs-bg-opacity: 1;
}

.bg-primary-subtle {
  background-color: var(--bs-primary-bg-subtle) !important;
}

.bg-secondary-subtle {
  background-color: var(--bs-secondary-bg-subtle) !important;
}

.bg-success-subtle {
  background-color: var(--bs-success-bg-subtle) !important;
}

.bg-info-subtle {
  background-color: var(--bs-info-bg-subtle) !important;
}

.bg-warning-subtle {
  background-color: var(--bs-warning-bg-subtle) !important;
}

.bg-danger-subtle {
  background-color: var(--bs-danger-bg-subtle) !important;
}

.bg-light-subtle {
  background-color: var(--bs-light-bg-subtle) !important;
}

.bg-dark-subtle {
  background-color: var(--bs-dark-bg-subtle) !important;
}

.bg-gradient {
  background-image: var(--bs-gradient) !important;
}

.user-select-all {
  user-select: all !important;
}

.user-select-auto {
  user-select: auto !important;
}

.user-select-none {
  user-select: none !important;
}

.pe-none {
  pointer-events: none !important;
}

.pe-auto {
  pointer-events: auto !important;
}

.rounded {
  border-radius: var(--bs-border-radius) !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.rounded-1 {
  border-radius: var(--bs-border-radius-sm) !important;
}

.rounded-2 {
  border-radius: var(--bs-border-radius) !important;
}

.rounded-3 {
  border-radius: var(--bs-border-radius-lg) !important;
}

.rounded-4 {
  border-radius: var(--bs-border-radius-xl) !important;
}

.rounded-5 {
  border-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: var(--bs-border-radius-pill) !important;
}

.rounded-top {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}

.rounded-top-0 {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

.rounded-top-1 {
  border-top-left-radius: var(--bs-border-radius-sm) !important;
  border-top-right-radius: var(--bs-border-radius-sm) !important;
}

.rounded-top-2 {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}

.rounded-top-3 {
  border-top-left-radius: var(--bs-border-radius-lg) !important;
  border-top-right-radius: var(--bs-border-radius-lg) !important;
}

.rounded-top-4 {
  border-top-left-radius: var(--bs-border-radius-xl) !important;
  border-top-right-radius: var(--bs-border-radius-xl) !important;
}

.rounded-top-5 {
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-top-circle {
  border-top-left-radius: 50% !important;
  border-top-right-radius: 50% !important;
}

.rounded-top-pill {
  border-top-left-radius: var(--bs-border-radius-pill) !important;
  border-top-right-radius: var(--bs-border-radius-pill) !important;
}

.rounded-end {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}

.rounded-end-0 {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.rounded-end-1 {
  border-top-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
}

.rounded-end-2 {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}

.rounded-end-3 {
  border-top-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
}

.rounded-end-4 {
  border-top-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
}

.rounded-end-5 {
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-end-circle {
  border-top-right-radius: 50% !important;
  border-bottom-right-radius: 50% !important;
}

.rounded-end-pill {
  border-top-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
}

.rounded-bottom {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}

.rounded-bottom-0 {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.rounded-bottom-1 {
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
}

.rounded-bottom-2 {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}

.rounded-bottom-3 {
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
}

.rounded-bottom-4 {
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
}

.rounded-bottom-5 {
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-bottom-circle {
  border-bottom-right-radius: 50% !important;
  border-bottom-left-radius: 50% !important;
}

.rounded-bottom-pill {
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
}

.rounded-start {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}

.rounded-start-0 {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}

.rounded-start-1 {
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
  border-top-left-radius: var(--bs-border-radius-sm) !important;
}

.rounded-start-2 {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}

.rounded-start-3 {
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
  border-top-left-radius: var(--bs-border-radius-lg) !important;
}

.rounded-start-4 {
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
  border-top-left-radius: var(--bs-border-radius-xl) !important;
}

.rounded-start-5 {
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-start-circle {
  border-bottom-left-radius: 50% !important;
  border-top-left-radius: 50% !important;
}

.rounded-start-pill {
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
  border-top-left-radius: var(--bs-border-radius-pill) !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

.z-n1 {
  z-index: -1 !important;
}

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

.z-1 {
  z-index: 1 !important;
}

.z-2 {
  z-index: 2 !important;
}

.z-3 {
  z-index: 3 !important;
}

@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }
  .float-sm-end {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .object-fit-sm-contain {
    object-fit: contain !important;
  }
  .object-fit-sm-cover {
    object-fit: cover !important;
  }
  .object-fit-sm-fill {
    object-fit: fill !important;
  }
  .object-fit-sm-scale {
    object-fit: scale-down !important;
  }
  .object-fit-sm-none {
    object-fit: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-inline-grid {
    display: inline-grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
  .row-gap-sm-0 {
    row-gap: 0 !important;
  }
  .row-gap-sm-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-sm-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-sm-3 {
    row-gap: 1rem !important;
  }
  .row-gap-sm-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-sm-5 {
    row-gap: 3rem !important;
  }
  .column-gap-sm-0 {
    column-gap: 0 !important;
  }
  .column-gap-sm-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-sm-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-sm-3 {
    column-gap: 1rem !important;
  }
  .column-gap-sm-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-sm-5 {
    column-gap: 3rem !important;
  }
  .text-sm-start {
    text-align: left !important;
  }
  .text-sm-end {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }
  .float-md-end {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
  .object-fit-md-contain {
    object-fit: contain !important;
  }
  .object-fit-md-cover {
    object-fit: cover !important;
  }
  .object-fit-md-fill {
    object-fit: fill !important;
  }
  .object-fit-md-scale {
    object-fit: scale-down !important;
  }
  .object-fit-md-none {
    object-fit: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-inline-grid {
    display: inline-grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
  .row-gap-md-0 {
    row-gap: 0 !important;
  }
  .row-gap-md-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-md-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-md-3 {
    row-gap: 1rem !important;
  }
  .row-gap-md-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-md-5 {
    row-gap: 3rem !important;
  }
  .column-gap-md-0 {
    column-gap: 0 !important;
  }
  .column-gap-md-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-md-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-md-3 {
    column-gap: 1rem !important;
  }
  .column-gap-md-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-md-5 {
    column-gap: 3rem !important;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }
  .float-lg-end {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
  .object-fit-lg-contain {
    object-fit: contain !important;
  }
  .object-fit-lg-cover {
    object-fit: cover !important;
  }
  .object-fit-lg-fill {
    object-fit: fill !important;
  }
  .object-fit-lg-scale {
    object-fit: scale-down !important;
  }
  .object-fit-lg-none {
    object-fit: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-inline-grid {
    display: inline-grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
  .row-gap-lg-0 {
    row-gap: 0 !important;
  }
  .row-gap-lg-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-lg-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-lg-3 {
    row-gap: 1rem !important;
  }
  .row-gap-lg-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-lg-5 {
    row-gap: 3rem !important;
  }
  .column-gap-lg-0 {
    column-gap: 0 !important;
  }
  .column-gap-lg-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-lg-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-lg-3 {
    column-gap: 1rem !important;
  }
  .column-gap-lg-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-lg-5 {
    column-gap: 3rem !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important;
  }
  .float-xl-end {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
  .object-fit-xl-contain {
    object-fit: contain !important;
  }
  .object-fit-xl-cover {
    object-fit: cover !important;
  }
  .object-fit-xl-fill {
    object-fit: fill !important;
  }
  .object-fit-xl-scale {
    object-fit: scale-down !important;
  }
  .object-fit-xl-none {
    object-fit: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-inline-grid {
    display: inline-grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
  .row-gap-xl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xl-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-xl-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-xl-3 {
    row-gap: 1rem !important;
  }
  .row-gap-xl-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-xl-5 {
    row-gap: 3rem !important;
  }
  .column-gap-xl-0 {
    column-gap: 0 !important;
  }
  .column-gap-xl-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-xl-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-xl-3 {
    column-gap: 1rem !important;
  }
  .column-gap-xl-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-xl-5 {
    column-gap: 3rem !important;
  }
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  .float-xxl-start {
    float: left !important;
  }
  .float-xxl-end {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
  .object-fit-xxl-contain {
    object-fit: contain !important;
  }
  .object-fit-xxl-cover {
    object-fit: cover !important;
  }
  .object-fit-xxl-fill {
    object-fit: fill !important;
  }
  .object-fit-xxl-scale {
    object-fit: scale-down !important;
  }
  .object-fit-xxl-none {
    object-fit: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-inline-grid {
    display: inline-grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
  .row-gap-xxl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xxl-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-xxl-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-xxl-3 {
    row-gap: 1rem !important;
  }
  .row-gap-xxl-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-xxl-5 {
    row-gap: 3rem !important;
  }
  .column-gap-xxl-0 {
    column-gap: 0 !important;
  }
  .column-gap-xxl-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-xxl-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-xxl-3 {
    column-gap: 1rem !important;
  }
  .column-gap-xxl-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-xxl-5 {
    column-gap: 3rem !important;
  }
  .text-xxl-start {
    text-align: left !important;
  }
  .text-xxl-end {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1980px) {
  .float-xxxl-start {
    float: left !important;
  }
  .float-xxxl-end {
    float: right !important;
  }
  .float-xxxl-none {
    float: none !important;
  }
  .object-fit-xxxl-contain {
    object-fit: contain !important;
  }
  .object-fit-xxxl-cover {
    object-fit: cover !important;
  }
  .object-fit-xxxl-fill {
    object-fit: fill !important;
  }
  .object-fit-xxxl-scale {
    object-fit: scale-down !important;
  }
  .object-fit-xxxl-none {
    object-fit: none !important;
  }
  .d-xxxl-inline {
    display: inline !important;
  }
  .d-xxxl-inline-block {
    display: inline-block !important;
  }
  .d-xxxl-block {
    display: block !important;
  }
  .d-xxxl-grid {
    display: grid !important;
  }
  .d-xxxl-inline-grid {
    display: inline-grid !important;
  }
  .d-xxxl-table {
    display: table !important;
  }
  .d-xxxl-table-row {
    display: table-row !important;
  }
  .d-xxxl-table-cell {
    display: table-cell !important;
  }
  .d-xxxl-flex {
    display: flex !important;
  }
  .d-xxxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxxl-none {
    display: none !important;
  }
  .flex-xxxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxxl-row {
    flex-direction: row !important;
  }
  .flex-xxxl-column {
    flex-direction: column !important;
  }
  .flex-xxxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxxl-center {
    justify-content: center !important;
  }
  .justify-content-xxxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxxl-center {
    align-items: center !important;
  }
  .align-items-xxxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxxl-center {
    align-content: center !important;
  }
  .align-content-xxxl-between {
    align-content: space-between !important;
  }
  .align-content-xxxl-around {
    align-content: space-around !important;
  }
  .align-content-xxxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxxl-auto {
    align-self: auto !important;
  }
  .align-self-xxxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxxl-center {
    align-self: center !important;
  }
  .align-self-xxxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxxl-stretch {
    align-self: stretch !important;
  }
  .order-xxxl-first {
    order: -1 !important;
  }
  .order-xxxl-0 {
    order: 0 !important;
  }
  .order-xxxl-1 {
    order: 1 !important;
  }
  .order-xxxl-2 {
    order: 2 !important;
  }
  .order-xxxl-3 {
    order: 3 !important;
  }
  .order-xxxl-4 {
    order: 4 !important;
  }
  .order-xxxl-5 {
    order: 5 !important;
  }
  .order-xxxl-last {
    order: 6 !important;
  }
  .m-xxxl-0 {
    margin: 0 !important;
  }
  .m-xxxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxxl-3 {
    margin: 1rem !important;
  }
  .m-xxxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxxl-5 {
    margin: 3rem !important;
  }
  .m-xxxl-auto {
    margin: auto !important;
  }
  .mx-xxxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxxl-auto {
    margin-top: auto !important;
  }
  .me-xxxl-0 {
    margin-right: 0 !important;
  }
  .me-xxxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxxl-auto {
    margin-right: auto !important;
  }
  .mb-xxxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxxl-auto {
    margin-left: auto !important;
  }
  .p-xxxl-0 {
    padding: 0 !important;
  }
  .p-xxxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxxl-3 {
    padding: 1rem !important;
  }
  .p-xxxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxxl-5 {
    padding: 3rem !important;
  }
  .px-xxxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xxxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xxxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxxl-5 {
    padding-top: 3rem !important;
  }
  .pe-xxxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxxl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xxxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxxl-5 {
    padding-left: 3rem !important;
  }
  .row-gap-xxxl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xxxl-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-xxxl-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-xxxl-3 {
    row-gap: 1rem !important;
  }
  .row-gap-xxxl-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-xxxl-5 {
    row-gap: 3rem !important;
  }
  .column-gap-xxxl-0 {
    column-gap: 0 !important;
  }
  .column-gap-xxxl-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-xxxl-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-xxxl-3 {
    column-gap: 1rem !important;
  }
  .column-gap-xxxl-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-xxxl-5 {
    column-gap: 3rem !important;
  }
  .text-xxxl-start {
    text-align: left !important;
  }
  .text-xxxl-end {
    text-align: right !important;
  }
  .text-xxxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important;
  }
  .fs-2 {
    font-size: 2rem !important;
  }
  .fs-3 {
    font-size: 1.75rem !important;
  }
  .fs-4 {
    font-size: 1.5rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-inline-grid {
    display: inline-grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}
@font-face {
  font-family: "lg";
  src: url("../fonts/lg.woff2?io9a6k") format("woff2"), url("../fonts/lg.ttf?io9a6k") format("truetype"), url("../fonts/lg.woff?io9a6k") format("woff"), url("../fonts/lg.svg?io9a6k#lg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.lg-icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "lg" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.lg-container {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.lg-next,
.lg-prev {
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1084;
  outline: none;
  border: none;
}

.lg-next.disabled,
.lg-prev.disabled {
  opacity: 0 !important;
  cursor: default;
}

.lg-next:hover:not(.disabled),
.lg-prev:hover:not(.disabled) {
  color: #fff;
}

.lg-single-item .lg-next,
.lg-single-item .lg-prev {
  display: none;
}

.lg-next {
  right: 20px;
}

.lg-next:before {
  content: "\e095";
}

.lg-prev {
  left: 20px;
}

.lg-prev:after {
  content: "\e094";
}

@-webkit-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-moz-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-ms-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@-moz-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@-ms-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
.lg-outer.lg-right-end .lg-object {
  -webkit-animation: lg-right-end 0.3s;
  -o-animation: lg-right-end 0.3s;
  animation: lg-right-end 0.3s;
  position: relative;
}

.lg-outer.lg-left-end .lg-object {
  -webkit-animation: lg-left-end 0.3s;
  -o-animation: lg-left-end 0.3s;
  animation: lg-left-end 0.3s;
  position: relative;
}

.lg-toolbar {
  z-index: 1082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.lg-media-overlap .lg-toolbar {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
}

.lg-toolbar .lg-icon {
  color: #999;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none !important;
  outline: medium none;
  will-change: color;
  -webkit-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
  background: none;
  border: none;
  box-shadow: none;
}

.lg-toolbar .lg-icon.lg-icon-18 {
  font-size: 18px;
}

.lg-toolbar .lg-icon:hover {
  color: #fff;
}

.lg-toolbar .lg-close:after {
  content: "\e070";
}

.lg-toolbar .lg-maximize {
  font-size: 22px;
}

.lg-toolbar .lg-maximize:after {
  content: "\e90a";
}

.lg-toolbar .lg-download:after {
  content: "\e0f2";
}

.lg-sub-html {
  color: #eee;
  font-size: 16px;
  padding: 10px 40px;
  text-align: center;
  z-index: 1080;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-out 0s;
  -o-transition: opacity 0.2s ease-out 0s;
  transition: opacity 0.2s ease-out 0s;
}

.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: bold;
}

.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0;
}

.lg-sub-html a {
  color: inherit;
}

.lg-sub-html a:hover {
  text-decoration: underline;
}

.lg-media-overlap .lg-sub-html {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
}

.lg-item .lg-sub-html {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}

.lg-error-msg {
  font-size: 14px;
  color: #999;
}

.lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  height: 47px;
  vertical-align: middle;
}

.lg-closing .lg-toolbar,
.lg-closing .lg-prev,
.lg-closing .lg-next,
.lg-closing .lg-sub-html {
  opacity: 0;
  -webkit-transition: -webkit-transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear;
  -moz-transition: -moz-transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear;
  -o-transition: -o-transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear;
  transition: transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear;
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-img-wrap,
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-video-cont,
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-media-cont {
  opacity: 0;
  -moz-transform: scale3d(0.5, 0.5, 0.5);
  -o-transform: scale3d(0.5, 0.5, 0.5);
  -ms-transform: scale3d(0.5, 0.5, 0.5);
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  will-change: transform, opacity;
  -webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -moz-transition: -moz-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -o-transition: -o-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-img-wrap,
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-video-cont,
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-media-cont {
  opacity: 1;
  -moz-transform: scale3d(1, 1, 1);
  -o-transform: scale3d(1, 1, 1);
  -ms-transform: scale3d(1, 1, 1);
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

.lg-icon:focus-visible {
  color: #fff;
  border-radius: 3px;
  outline: 1px dashed rgba(255, 255, 255, 0.6);
}

.lg-toolbar .lg-icon:focus-visible {
  border-radius: 8px;
  outline-offset: -5px;
}

.lg-group:after {
  content: "";
  display: table;
  clear: both;
}

.lg-container {
  display: none;
  outline: none;
}

.lg-container.lg-show {
  display: block;
}

.lg-on {
  scroll-behavior: unset;
}

.lg-overlay-open {
  overflow: hidden;
}

.lg-toolbar,
.lg-prev,
.lg-next,
.lg-pager-outer,
.lg-hide-sub-html .lg-sub-html {
  opacity: 0;
  will-change: transform, opacity;
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-show-in .lg-toolbar,
.lg-show-in .lg-prev,
.lg-show-in .lg-next,
.lg-show-in .lg-pager-outer {
  opacity: 1;
}

.lg-show-in.lg-hide-sub-html .lg-sub-html {
  opacity: 1;
}

.lg-show-in .lg-hide-items .lg-prev {
  opacity: 0;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0);
}

.lg-show-in .lg-hide-items .lg-next {
  opacity: 0;
  -webkit-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0);
}

.lg-show-in .lg-hide-items .lg-toolbar {
  opacity: 0;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
}

.lg-show-in .lg-hide-items.lg-hide-sub-html .lg-sub-html {
  opacity: 0;
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
}

.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  text-align: left;
  opacity: 0.001;
  outline: none;
  will-change: auto;
  overflow: hidden;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}

.lg-outer * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.lg-outer.lg-zoom-from-image {
  opacity: 1;
}

.lg-outer.lg-visible {
  opacity: 1;
}

.lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-prev-slide, .lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-next-slide, .lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-current {
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important;
}

.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
  opacity: 1;
}

.lg-outer.lg-grab img.lg-object {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

.lg-outer .lg-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.lg-outer .lg-inner {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  -webkit-transition: opacity 0s;
  -o-transition: opacity 0s;
  transition: opacity 0s;
  white-space: nowrap;
}

.lg-outer .lg-item {
  display: none !important;
}

.lg-outer .lg-item:not(.lg-start-end-progress) {
  background: url("../images/loading.gif") no-repeat scroll center center transparent;
}

.lg-outer.lg-css3 .lg-prev-slide,
.lg-outer.lg-css3 .lg-current,
.lg-outer.lg-css3 .lg-next-slide {
  display: inline-block !important;
}

.lg-outer.lg-css .lg-current {
  display: inline-block !important;
}

.lg-outer .lg-item,
.lg-outer .lg-img-wrap {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
}

.lg-outer .lg-item:before,
.lg-outer .lg-img-wrap:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.lg-outer .lg-img-wrap {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  white-space: nowrap;
  font-size: 0;
}

.lg-outer .lg-item.lg-complete {
  background-image: none;
}

.lg-outer .lg-item.lg-current {
  z-index: 1060;
}

.lg-outer .lg-object {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  position: relative;
}

.lg-outer .lg-empty-html.lg-sub-html,
.lg-outer .lg-empty-html .lg-sub-html {
  display: none;
}

.lg-outer.lg-hide-download .lg-download {
  opacity: 0.75;
  pointer-events: none;
}

.lg-outer .lg-first-slide .lg-dummy-img {
  position: absolute;
  top: 50%;
  left: 50%;
}

.lg-outer.lg-components-open:not(.lg-zoomed) .lg-components {
  -webkit-transform: translate3d(0, 0%, 0);
  transform: translate3d(0, 0%, 0);
  opacity: 1;
}

.lg-outer.lg-components-open:not(.lg-zoomed) .lg-sub-html {
  opacity: 1;
  transition: opacity 0.2s ease-out 0.15s;
}

.lg-outer .lg-media-cont {
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

.lg-outer .lg-media-cont .lg-object {
  width: 100% !important;
  height: 100% !important;
}

.lg-outer .lg-has-iframe .lg-media-cont {
  -webkit-overflow-scrolling: touch;
  overflow: auto;
}

.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: #000;
  opacity: 0;
  will-change: auto;
  -webkit-transition: opacity 333ms ease-in 0s;
  -o-transition: opacity 333ms ease-in 0s;
  transition: opacity 333ms ease-in 0s;
}

.lg-backdrop.in {
  opacity: 1;
}

.lg-css3.lg-no-trans .lg-prev-slide,
.lg-css3.lg-no-trans .lg-next-slide,
.lg-css3.lg-no-trans .lg-current {
  -webkit-transition: none 0s ease 0s !important;
  -moz-transition: none 0s ease 0s !important;
  -o-transition: none 0s ease 0s !important;
  transition: none 0s ease 0s !important;
}

.lg-css3.lg-use-css3 .lg-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lg-css3.lg-fade .lg-item {
  opacity: 0;
}

.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1;
}

.lg-css3.lg-fade .lg-item.lg-prev-slide, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-current {
  -webkit-transition: opacity 0.1s ease 0s;
  -moz-transition: opacity 0.1s ease 0s;
  -o-transition: opacity 0.1s ease 0s;
  transition: opacity 0.1s ease 0s;
}

.lg-css3.lg-use-css3 .lg-item.lg-start-progress {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  -o-transition: -o-transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  transition: transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
}

.lg-css3.lg-use-css3 .lg-item.lg-start-end-progress {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-container {
  display: none;
}

.lg-container.lg-show {
  display: block;
}

.lg-container.lg-dragging-vertical .lg-backdrop {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
}

.lg-container.lg-dragging-vertical .lg-css3 .lg-item.lg-current {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
  opacity: 1;
}

.lg-inline .lg-backdrop,
.lg-inline .lg-outer {
  position: absolute;
}

.lg-inline .lg-backdrop {
  z-index: 1;
}

.lg-inline .lg-outer {
  z-index: 2;
}

.lg-inline .lg-maximize:after {
  content: "\e909";
}

.lg-components {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  will-change: transform;
  -webkit-transition: -webkit-transform 0.35s ease-out 0s;
  -moz-transition: -moz-transform 0.35s ease-out 0s;
  -o-transition: -o-transform 0.35s ease-out 0s;
  transition: transform 0.35s ease-out 0s;
  z-index: 1080;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}

@media (min-width: 1980px) {
  .col-xxxl-1 {
    flex: 0 0 auto;
    width: calc(100% * 1 / 12);
  }
  .col-xxxl-2 {
    flex: 0 0 auto;
    width: calc(100% * 2 / 12);
  }
  .col-xxxl-3 {
    flex: 0 0 auto;
    width: calc(100% * 3 / 12);
  }
  .col-xxxl-4 {
    flex: 0 0 auto;
    width: calc(100% * 4 / 12);
  }
  .col-xxxl-5 {
    flex: 0 0 auto;
    width: calc(100% * 5 / 12);
  }
  .col-xxxl-6 {
    flex: 0 0 auto;
    width: calc(100% * 6 / 12);
  }
  .col-xxxl-7 {
    flex: 0 0 auto;
    width: calc(100% * 7 / 12);
  }
  .col-xxxl-8 {
    flex: 0 0 auto;
    width: calc(100% * 8 / 12);
  }
  .col-xxxl-9 {
    flex: 0 0 auto;
    width: calc(100% * 9 / 12);
  }
  .col-xxxl-10 {
    flex: 0 0 auto;
    width: calc(100% * 10 / 12);
  }
  .col-xxxl-11 {
    flex: 0 0 auto;
    width: calc(100% * 11 / 12);
  }
  .col-xxxl-12 {
    flex: 0 0 auto;
    width: calc(100% * 12 / 12);
  }
}
@media (min-width: 1980px) {
  .offset-xxxl-1 {
    margin-left: calc(100% * 1 / 12);
  }
  .offset-xxxl-2 {
    margin-left: calc(100% * 2 / 12);
  }
  .offset-xxxl-3 {
    margin-left: calc(100% * 3 / 12);
  }
  .offset-xxxl-4 {
    margin-left: calc(100% * 4 / 12);
  }
  .offset-xxxl-5 {
    margin-left: calc(100% * 5 / 12);
  }
  .offset-xxxl-6 {
    margin-left: calc(100% * 6 / 12);
  }
  .offset-xxxl-7 {
    margin-left: calc(100% * 7 / 12);
  }
  .offset-xxxl-8 {
    margin-left: calc(100% * 8 / 12);
  }
  .offset-xxxl-9 {
    margin-left: calc(100% * 9 / 12);
  }
  .offset-xxxl-10 {
    margin-left: calc(100% * 10 / 12);
  }
  .offset-xxxl-11 {
    margin-left: calc(100% * 11 / 12);
  }
  .offset-xxxl-12 {
    margin-left: calc(100% * 12 / 12);
  }
}
@media (min-width: 1980px) {
  .fw-lighter {
    font-weight: 100 !important;
  }
}

/*------------------------------------*\
    #ABSTRACTS
\*------------------------------------*/
@font-face {
  font-family: "Unbounded";
  src: url("../../fonts/Unbounded-VariableFont_wght.ttf") format("truetype-variations");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Plus Jakarta Sans";
  src: url("../../fonts/PlusJakartaSans-VariableFont_wght.ttf") format("truetype-variations");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
/* the-nautigal-regular - latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "The Nautigal";
  font-style: normal;
  font-weight: 400;
  src: url("../../fonts/the-nautigal-v8-latin-ext-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "Dumel-icon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-alert:before {
  content: "\e900";
}

.icon-arrow-down:before {
  content: "\e901";
}

.icon-arrow-left:before {
  content: "\e902";
}

.icon-arrow-right:before {
  content: "\e903";
}

.icon-arrow-up-right:before {
  content: "\e904";
}

.icon-arrow-up:before {
  content: "\e905";
}

.icon-attachment:before {
  content: "\e906";
}

.icon-basket:before {
  content: "\e907";
}

.icon-bullets:before {
  content: "\e908";
}

.icon-camera:before {
  content: "\e909";
}

.icon-check:before {
  content: "\e90a";
}

.icon-chevron-down:before {
  content: "\e90b";
}

.icon-chevron-down-1:before {
  content: "\e90c";
}

.icon-chevron-left:before {
  content: "\e90d";
}

.icon-chevron-left-1:before {
  content: "\e90e";
}

.icon-chevron-right:before {
  content: "\e90f";
}

.icon-chevron-right-1:before {
  content: "\e910";
}

.icon-chevron-up:before {
  content: "\e911";
}

.icon-chevron-up-1:before {
  content: "\e912";
}

.icon-close-2:before {
  content: "\e913";
}

.icon-close:before {
  content: "\e914";
}

.icon-delivery:before {
  content: "\e915";
}

.icon-download:before {
  content: "\e916";
}

.icon-expand:before {
  content: "\e917";
}

.icon-facebook:before {
  content: "\e918";
}

.icon-facebook-1:before {
  content: "\e919";
}

.icon-file:before {
  content: "\e91a";
}

.icon-filter:before {
  content: "\e91b";
}

.icon-Flag:before {
  content: "\e91c";
}

.icon-hamburger:before {
  content: "\e91d";
}

.icon-heart-2:before {
  content: "\e91e";
}

.icon-heart-fill:before {
  content: "\e91f";
}

.icon-heart:before {
  content: "\e920";
}

.icon-Home:before {
  content: "\e921";
}

.icon-info:before {
  content: "\e922";
}

.icon-instagram:before {
  content: "\e923";
}

.icon-linkedin:before {
  content: "\e924";
}

.icon-list:before {
  content: "\e925";
}

.icon-map-pin:before {
  content: "\e926";
}

.icon-minus:before {
  content: "\e927";
}

.icon-password:before {
  content: "\e928";
}

.icon-pause:before {
  content: "\e929";
}

.icon-phone:before {
  content: "\e92a";
}

.icon-plus:before {
  content: "\e92b";
}

.icon-search:before {
  content: "\e92c";
}

.icon-search-1:before {
  content: "\e92d";
}

.icon-share:before {
  content: "\e92e";
}

.icon-time:before {
  content: "\e92f";
}

.icon-trash:before {
  content: "\e930";
}

.icon-user:before {
  content: "\e931";
}

.icon-user-1:before {
  content: "\e932";
}

.icon-WWW:before {
  content: "\e933";
  color: #c2c2c2;
}

.icon-x:before {
  content: "\e934";
}

.icon-youtube:before {
  content: "\e935";
}

/*------------------------------------*\
    #MIXINS
\*------------------------------------*/
/**
 * Body Styles 
 * 1) Prevent Mobile Safari from scaling up text: https://blog.55minutes.com/2012/04/iphone-text-resizing/
 */
/**
 * XL Type Styles
 */
/**
 * XL Heading Styles
 */
/**
 * Large Heading Styles
 */
/**
 * Medium 2 Heading Styles
 */
/**
 * Medium Heading Styles
 */
/**
 * Small 2 Heading Styles
 */
/**
 * Small Heading Styles
 */
/**
 * Paragraph Styles
 */
/**
 * Paragraph Uppercase Styles
 */
/**
 * Paragraph Overline Styles
 */
/**
 * Paragraph p-xs Extra Small Styles
 */
/**
 * Paragraph p-s Small Styles
 */
/**
 * Paragraph p-m Medium Styles
 */
/**
 * Paragraph p-l Large Styles
 */
/**
 * Paragraph p-xl Extra Large Styles
 */
/*------------------------------------*\
    #COLORS
\*------------------------------------*/
/**
 * In this file, we take the literal colors from our palette (defined in variables.scss)
 * and define them against variables that we can utilise anywhere throughout the project.
 */
/*------------------------------------*\
    #GLOBAL TEXT COLOR
\*------------------------------------*/
/**
 * Body text and background colors
 */
/**
 * Highlight colors
 */
/*------------------------------------*\
    #LINKS
\*------------------------------------*/
/*------------------------------------*\
    #BUTTONS Primary
\*------------------------------------*/
/*------------------------------------*\
    #BUTTONS Outline
\*------------------------------------*/
/*------------------------------------*\
    #BUTTONS text
\*------------------------------------*/
/*------------------------------------*\
    #BUTTONS Secondary
\*------------------------------------*/
/*------------------------------------*\
    #FORMS
\*------------------------------------*/
/*------------------------------------*\
    #BASE
\*------------------------------------*/
/*------------------------------------*\
    #RESET
\*------------------------------------*/
/**
 * Border-Box http:/paulirish.com/2012/box-sizing-border-box-ftw/
 */
* {
  box-sizing: border-box;
}

/**
 * 1) Zero out margins and padding for elements
 */
html, body, div, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, ol, ul, li, form, legend, label, table, header, footer, nav, section, figure {
  margin: 0;
  padding: 0;
}

/**
 * 1) Set HTML5 elements to display: block
 */
header, footer, nav, section, article, figure {
  display: block;
}

button {
  border-width: 0px;
  background-color: unset;
}

body #buddypress div, body #buddypress dl, body #buddypress input[type=reset], body #buddypress input[type=search], body #buddypress input[type=submit], body #buddypress li, body #buddypress select, body #buddypress textarea {
  border-radius: initial;
  background-clip: initial;
}

/*------------------------------------*\
    #BODY
\*------------------------------------*/
/**
 * HTML base styles
 * 1) Set the html element's height to at least 100% of the viewport.
 *    This is used to achieve a sticky footer
 */
html {
  min-height: 100vh; /* 1 */
}

/**
 * Body base styles
 * 1) Set the body element's height to at least 100% of the viewport.
 *    This is used to achieve a sticky footer
 */
body {
  min-height: 100vh; /* 1 */
  font-family: "Plus Jakarta Sans";
  font-size: var(--font-size-m, 16px);
  line-height: 1.4;
  -webkit-text-size-adjust: 100%; /* 1 */
  font-family: "Plus Jakarta Sans";
  font-optical-sizing: auto;
  font-weight: 200 900;
  font-style: normal;
  background-color: #fff;
  color: #1b3580;
}

/*------------------------------------*\
    #LINKS
\*------------------------------------*/
/**
 * Link base styles
 */
a {
  color: currentColor;
  text-decoration: none;
  outline: 0;
  transition: color 0.15s ease-out;
}

/*------------------------------------*\
    #LISTS
\*------------------------------------*/
/**
 * 1) List base styles
 */
/**
 * Remove list styles from unordered and ordered lists
 */
ol, ul {
  list-style: none;
}

/*------------------------------------*\
    #FORMS
\*------------------------------------*/
/**
 * 1) Form element base styles
 */
/**
 * Input placeholder text base styles
 */
::-webkit-input-placeholder {
  color: #858585;
}

::-moz-placeholder {
  color: #858585;
}

:-ms-input-placeholder {
  color: #858585;
}

:hover::-webkit-input-placeholder {
  color: var(--text-action, #2E53C2);
}
:hover::-moz-placeholder {
  color: var(--text-action, #2E53C2);
}
:hover:-ms-input-placeholder {
  color: var(--text-action, #2E53C2);
}

/**
 * Fieldset base styles
 */
fieldset {
  border: 0;
  padding: 0;
  margin: 0;
}

/**
 * Legend base styles
 */
legend {
  margin-bottom: 0.25rem;
}

/**
 * Label base styles
 */
label {
  display: block;
  padding-bottom: 0.25rem;
  color: #686461;
}

/**
 * Add font size 100% of form element and margin 0 to these elements
 */
button,
input,
select,
textarea {
  margin: 0;
  font-family: "Plus Jakarta Sans";
  font-size: var(--font-size-l, 20px);
  font-style: normal;
  font-weight: var(--font-weight-regular, 300);
  line-height: var(--font-line-height-m, 28px); /* 140% */
  letter-spacing: var(--font-spacing-0, 0px);
}

/**
 * Text area base styles
 */
textarea {
  outline: unset;
  -webkit-appearance: none;
  display: flex;
  padding: 16px;
  justify-content: space-between;
  align-items: flex-end;
}

/**
 * Input  and text area base styles
 */
input,
textarea {
  border-top: unset;
  border-left: unset;
  border-right: unset;
  width: 100%;
  border: var(--Stroke-s, 1px) solid var(--Border-disabled, #999);
  background: unset;
}
input:focus,
textarea:focus {
  border-color: #686461;
}

/**
 * Remove webkit appearance styles from these elements
 */
input[type=text],
input[type=search],
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=url],
input[type=number],
input[type=email],
input[type=tel] {
  outline: unset;
  -webkit-appearance: none;
  display: flex;
  padding: var(--Spacing-m, 16px) var(--Spacing-m, 16px) var(--Spacing-m, 16px) 48px;
  justify-content: space-between;
  align-items: flex-end;
}

/**
 * Checkbox and radio button base styles
 */
input[type=checkbox],
input[type=radio] {
  width: auto;
  margin-right: 0.3rem;
  border-color: #858585;
}

/**
 * Search input base styles
 */
input[type=search] {
  -webkit-appearance: none;
  border-radius: 0;
}

/**
 * Select
 * 1) Remove default styling
 */
select {
  display: block;
  font-size: var(--font-size-4xl, 48px);
  width: 100%;
  border: 1px solid #858585;
  padding: 0.5rem;
  background: #fffffe;
  color: #686461;
}
select:focus {
  border-color: inherit;
}

.InputWrap {
  position: relative;
  border-radius: var(--Radius-xs, 4px);
}
.InputWrap input {
  background-color: #fff;
}
.InputWrap--noicon input[type=text],
.InputWrap--noicon input[type=search],
.InputWrap--noicon input[type=search]::-webkit-search-cancel-button,
.InputWrap--noicon input[type=search]::-webkit-search-decoration,
.InputWrap--noicon input[type=url],
.InputWrap--noicon input[type=number],
.InputWrap--noicon input[type=email],
.InputWrap--noicon input[type=tel],
.InputWrap--noicon input[type=password] {
  padding: 16px 50px 16px 16px;
}
.InputWrap--noicon .InputPlaceholder {
  left: 16px;
}
.InputWrap-l {
  font-size: 16px;
  font-family: "Plus Jakarta Sans";
  font-style: normal;
  font-weight: var(--font-weight-light, 400);
  letter-spacing: var(--font-spacing-0, 0px);
  line-height: var(--font-line-height-m, 20px); /* 140% */
}
.InputWrap-l input[type=text],
.InputWrap-l input[type=search],
.InputWrap-l input[type=search]::-webkit-search-cancel-button,
.InputWrap-l input[type=search]::-webkit-search-decoration,
.InputWrap-l input[type=url],
.InputWrap-l input[type=number],
.InputWrap-l input[type=email],
.InputWrap-l input[type=tel],
.InputWrap-l input[type=password] {
  padding: var(--Spacing-l, 16px);
}
@media (min-width: 992px) {
  .InputWrap-l {
    font-size: 20px;
    line-height: var(--font-line-height-m, 28px); /* 140% */
  }
}
@media (min-width: 1980px) {
  .InputWrap-l {
    font-size: 28px;
    line-height: var(--font-line-height-m, 34px);
  }
}
.InputWrap-l.--with-label .InputPlaceholder-label {
  padding-bottom: 12px;
}
.InputWrap-m input[type=text],
.InputWrap-m input[type=search],
.InputWrap-m input[type=search]::-webkit-search-cancel-button,
.InputWrap-m input[type=search]::-webkit-search-decoration,
.InputWrap-m input[type=url],
.InputWrap-m input[type=number],
.InputWrap-m input[type=email],
.InputWrap-m input[type=tel],
.InputWrap-m input[type=password] {
  padding: var(--Spacing-m, 12px) var(--Spacing-l, 26px);
}
.InputWrap-m button,
.InputWrap-m input,
.InputWrap-m select,
.InputWrap-m textarea {
  letter-spacing: var(--font-spacing-0, 0px);
  font-family: "Plus Jakarta Sans";
  font-style: normal;
  font-size: 14px;
  line-height: var(--font-line-height-s, 20px); /* 150% */
  font-weight: var(--font-weight-light, 400);
}
@media (min-width: 992px) {
  .InputWrap-m button,
  .InputWrap-m input,
  .InputWrap-m select,
  .InputWrap-m textarea {
    font-size: var(--font-size-m, 16px);
    line-height: var(--font-line-height-s, 24px); /* 150% */
  }
}
@media (min-width: 1980px) {
  .InputWrap-m button,
  .InputWrap-m input,
  .InputWrap-m select,
  .InputWrap-m textarea {
    font-size: 20px;
    line-height: var(--font-line-height-s, 32px); /* 140% */
  }
}
.InputWrap-m.--with-label .InputPlaceholder-label {
  padding-bottom: 8px;
}
.InputWrap-s input[type=text],
.InputWrap-s input[type=search],
.InputWrap-s input[type=search]::-webkit-search-cancel-button,
.InputWrap-s input[type=search]::-webkit-search-decoration,
.InputWrap-s input[type=url],
.InputWrap-s input[type=number],
.InputWrap-s input[type=email],
.InputWrap-s input[type=tel],
.InputWrap-s input[type=password] {
  padding: 8px 10px;
}
.InputWrap-s button,
.InputWrap-s input,
.InputWrap-s select,
.InputWrap-s textarea {
  font-family: "Plus Jakarta Sans";
  font-style: normal;
  line-height: var(--font-line-height-xs, 16px); /* 133.333% */
  font-weight: var(--font-weight-light, 400);
  font-size: 12px;
}
@media (min-width: 992px) {
  .InputWrap-s button,
  .InputWrap-s input,
  .InputWrap-s select,
  .InputWrap-s textarea {
    font-size: 14px;
    line-height: var(--font-line-height-xs, 20px); /* 114.286% */
  }
}
@media (min-width: 1980px) {
  .InputWrap-s button,
  .InputWrap-s input,
  .InputWrap-s select,
  .InputWrap-s textarea {
    font-size: 16px;
    line-height: var(--font-line-height-xs, 24px); /* 137.5% */
  }
}
.InputWrap-s .InputPlaceholder {
  font-family: "Plus Jakarta Sans";
  font-style: normal;
  line-height: var(--font-line-height-xs, 16px); /* 133.333% */
  font-weight: var(--font-weight-light, 400);
  font-size: 12px;
  left: 10px;
}
@media (min-width: 992px) {
  .InputWrap-s .InputPlaceholder {
    font-size: 14px;
    line-height: var(--font-line-height-xs, 20px); /* 114.286% */
  }
}
@media (min-width: 1980px) {
  .InputWrap-s .InputPlaceholder {
    font-size: 16px;
    line-height: var(--font-line-height-xs, 24px); /* 137.5% */
  }
}
.InputWrap-s.--with-label .InputPlaceholder-label {
  padding-bottom: 8px;
  font-family: "Plus Jakarta Sans";
  font-size: 10px;
  line-height: 12px;
  font-style: normal;
  letter-spacing: var(--font-spacing-0, 0px);
  font-weight: var(--font-weight-light, 400);
}
@media (min-width: 992px) {
  .InputWrap-s.--with-label .InputPlaceholder-label {
    font-size: 12px;
    line-height: var(--font-line-height-xs, 16px); /* 133.333% */
  }
}
@media (min-width: 1980px) {
  .InputWrap-s.--with-label .InputPlaceholder-label {
    font-size: 14px;
    line-height: var(--font-line-height-xs, 16px); /* 157.143% */
  }
}
.InputWrap-xs input[type=text],
.InputWrap-xs input[type=search],
.InputWrap-xs input[type=search]::-webkit-search-cancel-button,
.InputWrap-xs input[type=search]::-webkit-search-decoration,
.InputWrap-xs input[type=url],
.InputWrap-xs input[type=number],
.InputWrap-xs input[type=email],
.InputWrap-xs input[type=tel],
.InputWrap-xs input[type=password] {
  padding: var(--Spacing-m, 8px) var(--Spacing-l, 8px);
}
.InputWrap-xs button,
.InputWrap-xs input,
.InputWrap-xs select,
.InputWrap-xs textarea {
  font-family: "Plus Jakarta Sans";
  font-size: 10px;
  line-height: 12px;
  font-style: normal;
  letter-spacing: var(--font-spacing-0, 0px);
  font-weight: var(--font-weight-light, 400);
}
@media (min-width: 992px) {
  .InputWrap-xs button,
  .InputWrap-xs input,
  .InputWrap-xs select,
  .InputWrap-xs textarea {
    font-size: 12px;
    line-height: var(--font-line-height-xs, 16px); /* 133.333% */
  }
}
@media (min-width: 1980px) {
  .InputWrap-xs button,
  .InputWrap-xs input,
  .InputWrap-xs select,
  .InputWrap-xs textarea {
    font-size: 14px;
    line-height: var(--font-line-height-xs, 16px); /* 157.143% */
  }
}
.InputWrap--textarea .InputPlaceholder {
  top: 36px;
  left: 16px;
}
.InputWrap--textarea textarea {
  border-radius: var(--Radius-l, 24px);
  border: 1px solid var(--Icon-disabled, #858585);
  background: var(--Surface-page, #FFF);
  padding: 30px;
}
.InputWrap--tinymce {
  background-color: unset;
  margin-top: -4px;
}
.InputWrap--tinymce .InputPlaceholder-label {
  top: 10px;
}
.InputWrap-wrapper {
  padding: 42px 16px;
  border: 1px solid var(--Border-disabled, #999);
  background: var(--Surface-page, #FFF);
}
.InputWrap:hover input, .InputWrap:hover textarea {
  color: var(--Text-body, #343955);
}
.InputWrap.--line .wpcf7 input, .InputWrap.--line .wpcf7 textarea {
  border-radius: 0px;
  background-color: #fff;
  border: unset;
  border-bottom: var(--Stroke-s, 1px) solid #343955;
}
.InputWrap.--line .wpcf7 input[readonly], .InputWrap.--line .wpcf7 textarea[readonly] {
  background-color: transparent;
  border-bottom: var(--Stroke-s, 1px) solid var(--Border-disabled, #D7D7D7);
}
.InputWrap.--line.--focus input, .InputWrap.--line.--focus textarea {
  box-shadow: unset;
}
.InputWrap.--line.--focus input :focus-visible, .InputWrap.--line.--focus textarea :focus-visible {
  outline: unset;
}
.InputWrap button.input-button {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}
.InputWrap button.input-button svg path {
  fill: #000;
  transition: 0.3s ease;
}
.InputWrap button.input-button:hover svg path {
  fill: #797878;
}
.InputWrap button.input-button.--bottom-right {
  top: unset;
  transform: unset;
  bottom: 16px;
}
.InputWrap .check {
  opacity: 0;
  transition: 0.3s;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.InputWrap .wpcf7-wrapper {
  position: relative;
}
.InputWrap .wpcf7 input, .InputWrap .wpcf7 textarea {
  border-radius: var(--Radius-round, 1000px);
  background-color: #fff;
}
.InputWrap .wpcf7 textarea {
  border-radius: var(--Radius-round, 26px);
}
.InputWrap .wpcf7 svg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.InputWrap .wpcf7 svg path {
  fill: #1B3580;
}
.InputWrap .wpcf7 svg.check {
  left: unset;
  right: 16px;
}
.InputWrap .wpcf7-wrapper {
  position: relative;
}
.InputWrap .wpcf7 svg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 16px;
  transition: 0.3s;
}
.InputWrap .wpcf7 svg.check {
  left: unset;
  right: 16px;
}
.InputWrap.--icon-right-side .InputPlaceholder {
  left: 44px;
}
.InputWrap.--icon-right-side .wpcf7 svg {
  right: unset;
  left: 16px;
}
.InputWrap.--icon-right-side input {
  padding-left: 44px;
}
.InputWrap.--disabled, .InputWrap:has(input:disabled) {
  cursor: no-drop;
}
.InputWrap.--disabled > div, .InputWrap:has(input:disabled) > div {
  pointer-events: none;
}
.InputWrap.--disabled:hover input, .InputWrap.--disabled:hover textarea, .InputWrap:has(input:disabled):hover input, .InputWrap:has(input:disabled):hover textarea {
  background: unset;
}
.InputWrap.--disabled input, .InputWrap.--disabled textarea, .InputWrap:has(input:disabled) input, .InputWrap:has(input:disabled) textarea {
  border: var(--Stroke-s, 1px) solid var(--Border-disabled, #D7D7D7);
  color: var(--Text-disabled, #DDD);
  pointer-events: none;
}
.InputWrap.--disabled .InputPlaceholder, .InputWrap.--disabled .InputPlaceholder-hint, .InputWrap.--disabled .InputPlaceholder-label, .InputWrap:has(input:disabled) .InputPlaceholder, .InputWrap:has(input:disabled) .InputPlaceholder-hint, .InputWrap:has(input:disabled) .InputPlaceholder-label {
  color: var(--Text-disabled, #DDD);
}
.InputWrap.--disabled svg path, .InputWrap:has(input:disabled) svg path {
  fill: var(--Text-disabled, #DDD);
}
.InputWrap.--focus input, .InputWrap.--focus textarea {
  box-shadow: 0 0 0 1px #343955;
}
.InputWrap.--focus input:focus-visible, .InputWrap.--focus textarea:focus-visible {
  outline: none;
}
.InputWrap.--active input, .InputWrap.--active textarea {
  border: 1px solid var(--Border-success, #05A60A);
}
.InputWrap.--active .check {
  opacity: 1;
}
.InputWrap.--active .check path {
  fill: #05A60A;
}
.InputWrap.--active svg path {
  fill: #05A60A;
}
.InputWrap.--active:not(.--icon-right-side) span svg {
  opacity: 0;
  transition: 0.3s;
}
.InputWrap.--success input, .InputWrap.--success textarea {
  border: 1px solid #858585;
  box-shadow: unset;
}
.InputWrap.--error .InputWrap-wrapper {
  border: 1px solid var(--Border-error, #CD0714);
  color: var(--text-error, #EA2424);
}
.InputWrap.--error input, .InputWrap.--error textarea {
  border: 1px solid var(--Border-error, #CD0714);
  box-shadow: 0 0 0 1px #CD0714;
}
.InputWrap.--error.--icon svg {
  opacity: 1;
}
.InputWrap.--error.--icon svg.check {
  opacity: 0;
}
.InputWrap.--error .wp-editor-container {
  border: 1px solid var(--Border-error, #CD0714);
}
.InputWrap.--error .wp-switch-editor {
  border-bottom: 1px solid var(--Border-error, #cd0714);
}
.InputWrap.--error .html-active .switch-html, .InputWrap.--error .tmce-active .switch-tmce {
  border-bottom: var(--Border-error, #CD0714);
}
.InputWrap.--error .custom-select .select-selected {
  color: var(--text-error, #EA2424);
  border: 1px solid var(--Border-error, #CD0714);
}
.InputWrap.--error .custom-select .select-selected svg path {
  fill: var(--text-error, #EA2424);
}
.InputWrap span > span {
  color: var(--text-error, #DA174E);
  font-family: "Plus Jakarta Sans";
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
}
.InputWrap--filter .custom-select:before {
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M4.69442 9.68442C5.00463 9.40993 5.47862 9.43889 5.7531 9.7491L11.9722 17.2983L18.1923 9.74908C18.4667 9.43888 18.9407 9.40994 19.2509 9.68444C19.5611 9.95894 19.5901 10.4329 19.3156 10.7431L12.885 18.5302C12.7707 18.6595 12.6302 18.763 12.4728 18.8339C12.3154 18.9048 12.1448 18.9415 11.9722 18.9415C11.7996 18.9415 11.629 18.9048 11.4716 18.8339C11.3142 18.763 11.1737 18.6595 11.0594 18.5302L4.62973 10.7431C4.35524 10.4329 4.3842 9.9589 4.69442 9.68442Z" fill="%23000"/></svg>');
}
.InputWrap--filter .custom-select .select-selected {
  border: 2px solid var(--Border-tertiary, #1D1E1F);
}
.InputBox {
  position: absolute;
  height: 100%;
  width: calc(100% - 48px);
  pointer-events: none;
}
.InputPlaceholder {
  color: var(--Text-body, #09121B);
  font-family: "Plus Jakarta Sans";
  font-size: var(--font-size-m, 16px);
  font-style: normal;
  font-weight: var(--font-weight-regular, 400);
  line-height: 125%;
  letter-spacing: var(--font-spacing-0, 0px);
  z-index: 2;
  pointer-events: none;
  width: calc(100% - 16px);
  position: absolute;
  left: 24px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
  overflow: hidden;
  white-space: nowrap;
}
.InputPlaceholder.--focus {
  width: 0;
}
.--with-icon .InputPlaceholder {
  width: calc(100% - 48px - 16px);
}
.InputPlaceholder-label {
  display: block;
  color: var(--Text-body, #09121B);
  font-style: normal;
  font-weight: var(--font-weight-regular, 400);
  letter-spacing: var(--font-spacing-0, 0);
  padding-bottom: 8px;
}
.InputPlaceholder-counter {
  color: #8fa6ec;
  display: inline-block;
}
.InputPlaceholder-hint {
  display: block;
  color: var(--Text-body, #14131C);
  font-family: "Plus Jakarta Sans";
  font-size: var(--font-size-xs, 12px);
  font-style: normal;
  font-weight: var(--font-weight-regular, 300);
  line-height: 14px;
  letter-spacing: var(--font-spacing-0, 0px);
}

.custom-select {
  display: inline-block;
  position: relative;
  user-select: none;
  width: 100%;
  z-index: 8;
}
.custom-select:before {
  content: "";
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M4.69442 9.68442C5.00463 9.40993 5.47862 9.43889 5.7531 9.7491L11.9722 17.2983L18.1923 9.74908C18.4667 9.43888 18.9407 9.40994 19.2509 9.68444C19.5611 9.95894 19.5901 10.4329 19.3156 10.7431L12.885 18.5302C12.7707 18.6595 12.6302 18.763 12.4728 18.8339C12.3154 18.9048 12.1448 18.9415 11.9722 18.9415C11.7996 18.9415 11.629 18.9048 11.4716 18.8339C11.3142 18.763 11.1737 18.6595 11.0594 18.5302L4.62973 10.7431C4.35524 10.4329 4.3842 9.9589 4.69442 9.68442Z" fill="%23FE6400"/></svg>');
  width: 24px;
  height: 24px;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
  pointer-events: none;
}
.custom-select .select-selected {
  background: var(--surface-page, #FFF);
  padding: 16px 48px 16px 16px;
  min-width: 180px;
  border: var(--Stroke-s, 1px) solid var(--Border-disabled, #999);
  background-color: white;
  cursor: pointer;
  color: var(--Text-headline, #000);
  font-family: inherit;
  font-size: var(--font-size-l, 20px);
  font-style: normal;
  font-weight: var(--font-weight-regular, 400);
  line-height: var(--font-line-height-m, 28px); /* 140% */
  letter-spacing: var(--font-spacing-0, 0px);
}
.custom-select .select-options-container {
  display: none;
  position: absolute;
  background-color: white;
  border: 1px solid #ccc;
  border-top: none;
  z-index: 1;
  max-height: 200px;
  overflow-y: auto;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.custom-select .select-options-container .select-option {
  padding: var(--gap-s, 12px) var(--gap-l, 24px);
  white-space: nowrap;
  cursor: pointer;
}
.custom-select .select-options-container .select-option:hover {
  background-color: #f0f0f0;
}
.custom-select .select-options-container .select-option.--active {
  color: #8fa6ec;
}
.custom-select.--show:before {
  transform: translateY(-50%) rotate(180deg);
}
.custom-select.--active:before {
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M4.69442 9.68442C5.00463 9.40993 5.47862 9.43889 5.7531 9.7491L11.9722 17.2983L18.1923 9.74908C18.4667 9.43888 18.9407 9.40994 19.2509 9.68444C19.5611 9.95894 19.5901 10.4329 19.3156 10.7431L12.885 18.5302C12.7707 18.6595 12.6302 18.763 12.4728 18.8339C12.3154 18.9048 12.1448 18.9415 11.9722 18.9415C11.7996 18.9415 11.629 18.9048 11.4716 18.8339C11.3142 18.763 11.1737 18.6595 11.0594 18.5302L4.62973 10.7431C4.35524 10.4329 4.3842 9.9589 4.69442 9.68442Z" fill="%2305A60A"/></svg>');
}
.custom-select.--active .select-selected {
  border-color: #05A60A;
}
.custom-select .select-options-container.--show {
  display: block;
}
.custom-select-menu:before {
  background: unset;
}
.custom-select-menu .select-options-container {
  width: initial;
  left: 0;
  transform: unset;
  padding-top: 20px;
  max-height: unset;
  border: unset;
}
.custom-select-menu .custom-select-selected {
  border-color: #fff;
}
.custom-select-menu .custom-select-selected.c-btn-outline--black:hover {
  border-color: #276EFF;
  background: var(--Surface-tertiary, #276EFF);
}
.custom-select-menu .custom-select-selected.c-btn-outline--black:hover span {
  color: #fff;
}
.custom-select-menu .custom-select-selected.c-btn-outline--black:hover svg path {
  fill: #fff;
}
.custom-select-menu a {
  padding: 16px 32px;
  width: 100%;
  min-width: 100%;
  display: block;
  white-space: nowrap;
  color: var(--Text-headline, #000);
  transition: 0.3s;
}
.custom-select-menu a:hover {
  color: #fff;
  background: var(--Surface-tertiary, #276EFF);
}
.custom-select-message:before {
  background: unset;
}
.custom-select-message .select-options-container {
  width: initial;
  left: 0;
  transform: unset;
  padding-top: 20px;
  max-height: unset;
  border: unset;
}
.custom-select-message a {
  padding: 16px 32px;
  width: 100%;
  min-width: 100%;
  display: block;
  white-space: nowrap;
  color: var(--Text-headline, #000);
  transition: 0.3s;
}
.custom-select-message a:hover {
  color: #fff;
  background: var(--Surface-tertiary, #276EFF);
}

body.mobile-portal-open {
  overflow: hidden;
}

.mobile-portal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.42s cubic-bezier(0.22, 1, 0.36, 1);
}
.mobile-portal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(20, 19, 28, 0.32);
  opacity: 0;
  will-change: opacity;
  transition: opacity 0.24s linear;
}
.mobile-portal__sheet {
  position: relative;
  width: 100%;
  max-height: min(85dvh, 720px);
  background: #fff;
  border-radius: 24px 24px 0 0;
  box-shadow: 0 -12px 40px rgba(20, 19, 28, 0.18);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transform: translateY(100%) scale(0.985);
  transform-origin: center bottom;
  transition: transform 0.42s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.42s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform, box-shadow;
}
.mobile-portal__handle {
  position: relative;
  width: 100%;
  height: 24px;
  margin: 0;
  flex-shrink: 0;
  touch-action: none;
  cursor: grab;
}
.mobile-portal__handle::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 10px;
  transform: translateX(-50%);
  width: 40px;
  height: 5px;
  border-radius: 999px;
  background: rgba(20, 19, 28, 0.18);
}
.mobile-portal__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 24px 20px 12px;
  border-bottom: 1px solid rgba(20, 19, 28, 0.08);
}
.mobile-portal__title {
  margin: 0;
  color: var(--Text-headline, #14131C);
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2;
}
.mobile-portal__stage {
  position: relative;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  min-height: 0;
  overflow: hidden;
}
.mobile-portal__layer-preview, .mobile-portal__layer-shadow {
  position: absolute;
  inset: 0;
}
.mobile-portal__layer-preview {
  background: #fff;
  overflow: hidden;
  pointer-events: none;
  opacity: 0;
  transform: scale(0.985);
  transition: opacity 0.24s linear, transform 0.32s cubic-bezier(0.22, 1, 0.36, 1);
}
.mobile-portal__preview-content {
  height: 100%;
  overflow: hidden;
}
.mobile-portal__layer-shadow {
  background: rgba(20, 19, 28, 0.22);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.24s linear;
}
.mobile-portal__layer-content {
  position: relative;
  background: #fff;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  min-height: 0;
  z-index: 1;
}
.mobile-portal__close {
  border: 0;
  background: transparent;
  padding: 0;
  width: 40px;
  height: 40px;
  cursor: pointer;
  font-size: 32px;
  line-height: 1;
  color: var(--Text-headline, #14131C);
}
.mobile-portal__body {
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
  padding: 8px 0 0;
}
.mobile-portal__options {
  display: flex;
  flex-direction: column;
  padding: 0 12px;
}
.mobile-portal__option {
  width: 100%;
  border: 0;
  border-radius: 16px;
  background: transparent;
  color: var(--Text-body, #14131C);
  text-align: left;
  padding: 16px 52px 16px 16px;
  position: relative;
  font-size: 18px;
  line-height: 1.4;
  cursor: pointer;
}
.mobile-portal__option:disabled {
  opacity: 0.35;
  cursor: not-allowed;
}
.mobile-portal__option.--selected {
  background: rgba(39, 110, 255, 0.08);
  color: var(--Text-headline, #14131C);
}
.mobile-portal__option.--selected::after {
  content: "";
  position: absolute;
  right: 18px;
  top: 50%;
  width: 18px;
  height: 10px;
  border-left: 2px solid #05A60A;
  border-bottom: 2px solid #05A60A;
  transform: translateY(-60%) rotate(-45deg);
}
.mobile-portal__footer {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  padding: 16px 16px calc(16px + env(safe-area-inset-bottom));
  border-top: 1px solid rgba(20, 19, 28, 0.08);
  background: #fff;
}
.mobile-portal__cancel, .mobile-portal__confirm {
  min-height: 52px;
  border-radius: 14px;
  border: 1px solid transparent;
  font-size: 16px;
  font-weight: 400;
  cursor: pointer;
}
.mobile-portal__cancel {
  background: #EEF1F8;
  color: var(--Text-headline, #14131C);
}
.mobile-portal__confirm {
  background: #2E53C2;
  color: #fff;
}
.mobile-portal__content {
  padding: 0 16px 24px;
  color: var(--Text-body, #14131C);
  font-size: 16px;
  line-height: 1.5;
}
.mobile-portal__nested {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: flex;
  align-items: flex-end;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.18s linear;
}
.mobile-portal__nested-sheet {
  width: 100%;
  background: #fff;
  border-radius: 24px 24px 0 0;
  box-shadow: 0 -18px 40px rgba(20, 19, 28, 0.16);
  display: flex;
  flex-direction: column;
  max-height: calc(100% - 56px);
  transform: translateY(100%);
  transition: transform 0.34s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}
.mobile-portal__nested-handle {
  position: relative;
  width: 100%;
  height: 24px;
  flex-shrink: 0;
}
.mobile-portal__nested-handle::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 10px;
  transform: translateX(-50%);
  width: 40px;
  height: 5px;
  border-radius: 999px;
  background: rgba(20, 19, 28, 0.18);
}
.mobile-portal__nested-body {
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
  padding: 8px 0 0;
}
.mobile-portal__nested-footer {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  padding: 16px 16px calc(16px + env(safe-area-inset-bottom));
  border-top: 1px solid rgba(20, 19, 28, 0.08);
  background: #fff;
}
.mobile-portal__nested-cancel, .mobile-portal__nested-confirm, .mobile-portal__nested-close {
  font-family: inherit;
}
.mobile-portal__nested-cancel, .mobile-portal__nested-confirm {
  min-height: 52px;
  border-radius: 14px;
  border: 1px solid transparent;
  font-size: 16px;
  font-weight: 400;
  cursor: pointer;
}
.mobile-portal__nested-cancel {
  background: #EEF1F8;
  color: var(--Text-headline, #14131C);
}
.mobile-portal__nested-confirm {
  background: #2E53C2;
  color: #fff;
}
.mobile-portal.--visible, .mobile-portal.--closing {
  pointer-events: auto;
}
.mobile-portal.--visible {
  opacity: 1;
}
.mobile-portal.--visible .mobile-portal__backdrop {
  opacity: 1;
}
.mobile-portal.--visible .mobile-portal__sheet {
  transform: translateY(0) scale(1);
  box-shadow: 0 -18px 48px rgba(20, 19, 28, 0.16);
}
.mobile-portal.--content-mode .mobile-portal__body {
  padding-top: 12px;
  padding-bottom: calc(20px + env(safe-area-inset-bottom));
}
.mobile-portal.--stacked .mobile-portal__layer-preview {
  opacity: 1;
  transform: scale(0.985) translateY(-8px);
}
.mobile-portal.--stacked .mobile-portal__layer-shadow {
  opacity: 1;
}
.mobile-portal.--stacked .mobile-portal__layer-content {
  position: absolute;
  top: 56px;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 24px 24px 0 0;
  box-shadow: 0 -18px 40px rgba(20, 19, 28, 0.16);
  overflow: hidden;
}
.mobile-portal.--nested-visible .mobile-portal__layer-shadow {
  opacity: 1;
}
.mobile-portal.--nested-visible .mobile-portal__nested {
  opacity: 1;
  pointer-events: auto;
  background: rgba(0, 0, 0, 0.2196078431);
}
.mobile-portal.--nested-visible .mobile-portal__nested-sheet {
  transform: translateY(0);
}
.mobile-portal .mobile-portal__layer-content.--entering {
  animation: mobile-portal-layer-in 0.34s cubic-bezier(0.22, 1, 0.36, 1);
}
.mobile-portal.--full-height .mobile-portal__sheet {
  height: 100dvh;
  max-height: 100dvh;
  border-radius: 0;
}
.mobile-portal.--full-height .mobile-portal__body {
  flex: 1 1 auto;
}

@keyframes mobile-portal-layer-in {
  from {
    transform: translateY(100%);
  }
  to {
    transform: translateY(0);
  }
}
@media (min-width: 600px) {
  .mobile-portal {
    display: none;
  }
}
.lg-outer.lg-visible, .lg-backdrop.in {
  z-index: 9999;
}

.sort-table .custom-select {
  width: 156px;
}

@media (min-width: 1980px) {
  .sort-table .custom-select {
    width: 220px;
  }
}
.sort-table .custom-select .select-selected {
  border-radius: 20px;
}

.custom-select {
  display: inline-block;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  width: 100%;
  z-index: 8;
  width: 172px;
  color: #1b3580;
}

@media (min-width: 992px) {
  .custom-select {
    width: 189px;
  }
}
@media (min-width: 1200px) {
  .custom-select {
    width: 240px;
  }
}
.custom-select:before {
  content: "";
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M3.91201 8.07051C4.17052 7.84177 4.56551 7.86591 4.79425 8.12442L9.97684 14.4154L15.1602 8.12439C15.389 7.8659 15.784 7.84178 16.0425 8.07053C16.3009 8.29928 16.3251 8.69427 16.0963 8.95277L10.7375 15.442C10.6422 15.5497 10.5251 15.636 10.394 15.6951C10.2629 15.7542 10.1207 15.7847 9.97683 15.7847C9.83299 15.7847 9.6908 15.7542 9.55966 15.6951C9.42852 15.636 9.31143 15.5497 9.21613 15.442L3.85811 8.95275C3.62937 8.69424 3.6535 8.29925 3.91201 8.07051Z" fill="%231B3580"/></svg>');
  width: 24px;
  height: 24px;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
  pointer-events: none;
}

@media (min-width: 1200px) {
  .custom-select:before {
    right: 24px;
  }
}
.custom-select .select-selected {
  background: var(--surface-page, #FFF);
  padding: 8px 44px 8px 16px;
  border-radius: 18px;
  border: 1px solid var(--Border-light, #E7E7E7);
  background-color: white;
  cursor: pointer;
  font-family: "Plus Jakarta Sans";
  font-style: normal;
  line-height: var(--font-line-height-xs, 16px); /* 133.333% */
  font-weight: var(--font-weight-light, 400);
  font-size: 12px;
  color: var(--Text-primary, #1B3580);
}

@media (min-width: 992px) {
  .custom-select .select-selected {
    font-size: 14px;
    line-height: var(--font-line-height-xs, 20px); /* 114.286% */
  }
}
@media (min-width: 1980px) {
  .custom-select .select-selected {
    font-size: 18px;
    line-height: var(--font-line-height-xs, 24px); /* 137.5% */
  }
}
.custom-select .select-options-container {
  display: none;
  position: absolute;
  background-color: white;
  border: 1px solid var(--Border-light, #E7E7E7);
  border-top: none;
  z-index: 1;
  max-height: 200px;
  overflow-y: auto;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
}

.custom-select .select-options-container .select-option {
  padding: var(--gap-s, 12px) var(--gap-l, 24px);
  white-space: nowrap;
  font-family: "Plus Jakarta Sans";
  font-style: normal;
  line-height: var(--font-line-height-xs, 16px); /* 133.333% */
  font-weight: var(--font-weight-light, 400);
  font-size: 12px;
  cursor: pointer;
}

@media (min-width: 992px) {
  .custom-select .select-options-container .select-option {
    font-size: 14px;
    line-height: var(--font-line-height-xs, 20px); /* 114.286% */
  }
}
@media (min-width: 1980px) {
  .custom-select .select-options-container .select-option {
    font-size: 18px;
    line-height: var(--font-line-height-xs, 24px); /* 137.5% */
  }
}
.custom-select .select-options-container .select-option:hover {
  background-color: #f0f0f0;
}

.custom-select .select-options-container .select-option.--active {
  color: #8fa6ec;
}

.custom-select.--show .select-selected {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.custom-select.--show:before {
  transform: translateY(-50%) rotate(180deg);
}

.custom-select.--active:before {
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M4.69442 9.68442C5.00463 9.40993 5.47862 9.43889 5.7531 9.7491L11.9722 17.2983L18.1923 9.74908C18.4667 9.43888 18.9407 9.40994 19.2509 9.68444C19.5611 9.95894 19.5901 10.4329 19.3156 10.7431L12.885 18.5302C12.7707 18.6595 12.6302 18.763 12.4728 18.8339C12.3154 18.9048 12.1448 18.9415 11.9722 18.9415C11.7996 18.9415 11.629 18.9048 11.4716 18.8339C11.3142 18.763 11.1737 18.6595 11.0594 18.5302L4.62973 10.7431C4.35524 10.4329 4.3842 9.9589 4.69442 9.68442Z" fill="%2305A60A"/></svg>');
}

.custom-select.--active .select-selected {
  border-color: #05A60A;
}

.custom-select .select-options-container.--show {
  display: block;
}

.custom-select-menu:before {
  background: unset;
}

.custom-select-menu .select-options-container {
  width: initial;
  left: 0;
  transform: unset;
  padding-top: 20px;
  max-height: unset;
  border: unset;
}

.custom-select-menu .custom-select-selected {
  border-color: #fff;
}

.custom-select-menu .custom-select-selected.c-btn-outline--black:hover {
  border-color: #276EFF;
  background: var(--Surface-tertiary, #276EFF);
}

.custom-select-menu .custom-select-selected.c-btn-outline--black:hover span {
  color: #fff;
}

.custom-select-menu .custom-select-selected.c-btn-outline--black:hover svg path {
  fill: #fff;
}

.custom-select-menu a {
  padding: 16px 32px;
  width: 100%;
  min-width: 100%;
  display: block;
  white-space: nowrap;
  color: var(--Text-headline, #000);
  transition: 0.3s;
}

.custom-select-menu a:hover {
  color: #fff;
  background: var(--Surface-tertiary, #276EFF);
}

.custom-select-message:before {
  background: unset;
}

.custom-select-message .select-options-container {
  width: initial;
  left: 0;
  transform: unset;
  padding-top: 20px;
  max-height: unset;
  border: unset;
}

.custom-select-message a {
  padding: 16px 32px;
  width: 100%;
  min-width: 100%;
  display: block;
  white-space: nowrap;
  color: var(--Text-headline, #000);
  transition: 0.3s;
}

.custom-select-message a:hover {
  color: #fff;
  background: var(--Surface-tertiary, #276EFF);
}

.toggle-switch {
  position: relative;
  width: 44px;
  height: 24px;
  cursor: pointer;
  flex-shrink: 0;
}
.toggle-switch input {
  opacity: 0;
  width: 0;
  height: 0;
  position: absolute;
}
.toggle-switch .toggle-track {
  position: absolute;
  inset: 0;
  border-radius: 999px;
  background: #d1d5db;
  transition: background 0.25s ease;
}
.toggle-switch .toggle-track::after {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #fff;
  transition: transform 0.25s ease;
  box-shadow: 0 36px 10.667px 0 rgba(0, 0, 0, 0.01), 0 22.667px 9.333px 0 rgba(0, 0, 0, 0.05), 0 2.667px 5.333px 0 rgba(0, 0, 0, 0.26), 0 1.333px 2.667px 0 rgba(0, 0, 0, 0.3);
}
.toggle-switch input:checked + .toggle-track {
  background: #456DE7;
}
.toggle-switch input:checked + .toggle-track::after {
  transform: translateX(20px);
}

.preference-segmented {
  display: inline-grid;
  grid-auto-flow: column;
  gap: 4px;
  border-radius: 999px;
  flex-shrink: 0;
}
.preference-segmented__option {
  position: relative;
  cursor: pointer;
}
.preference-segmented__option input {
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
  pointer-events: none;
}
.preference-segmented__option span {
  min-width: 88px;
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 14px;
  border-radius: 999px;
  color: #1b3580;
  transition: background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
  user-select: none;
}
.preference-segmented__option input:checked + span {
  background: #456de7;
  color: #fff;
  box-shadow: 0 6px 14px rgba(69, 109, 231, 0.22);
}
.preference-segmented__option input:focus-visible + span {
  outline: 2px solid #1b3580;
  outline-offset: 2px;
}

/*------------------------------------*\
    #HEADINGS
\*------------------------------------*/
/**
 * Heading 1 base styles
 */
h1, .h1 {
  display: inline-block;
  letter-spacing: var(--font-spacing--2, -2px);
  font-family: "Unbounded";
  font-style: normal;
  font-size: 64px;
  font-weight: 400;
  line-height: 64px;
}
@media (min-width: 992px) {
  h1, .h1 {
    font-size: var(--font-size-7xl, 80px);
    line-height: var(--font-line-height-5xl, 80px); /* 100% */
  }
}
@media (min-width: 1980px) {
  h1, .h1 {
    font-size: var(--font-size-7xl, 96px);
    line-height: var(--font-line-height-5xl, 96px); /* 100% */
  }
}

/**
 * Heading 2 base styles
 */
h2, .h2 {
  display: inline-block;
  font-size: 48px;
  font-family: "Unbounded";
  font-style: normal;
  letter-spacing: var(--font-spacing--2, -2px);
  line-height: 56px;
  font-weight: 400;
}
@media (min-width: 992px) {
  h2, .h2 {
    font-size: var(--font-size-6xl, 64px);
    line-height: var(--font-line-height-4xl, 72px); /* 112.5% */
  }
}
@media (min-width: 1980px) {
  h2, .h2 {
    font-size: var(--font-size-6xl, 80px);
    line-height: var(--font-line-height-4xl, 80px); /* 100% */
  }
}

/**
 * Heading 3 base styles
 */
h3, .h3 {
  display: inline-block;
  font-family: "Unbounded";
  font-size: 40px;
  font-weight: 400;
  line-height: 48px; /* 114.286% */
  letter-spacing: var(--font-spacing--2, -2px);
  font-style: normal;
}
@media (min-width: 992px) {
  h3, .h3 {
    font-size: var(--font-size-5xl, 56px);
    line-height: var(--font-line-height-3xl, 64px); /* 114.286% */
  }
}
@media (min-width: 1980px) {
  h3, .h3 {
    font-size: var(--font-size-5xl, 80px);
    line-height: var(--font-line-height-3xl, 88px); /* 112.5% */
  }
}

/**
 * Heading 4 base styles
 */
h4, .h4 {
  display: inline-block;
  font-family: "Unbounded";
  letter-spacing: var(--font-spacing--1, -1px);
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 38px;
}
@media (min-width: 992px) {
  h4, .h4 {
    font-size: var(--font-size-4xl, 48px);
    line-height: var(--font-line-height-2xl, 52px); /* 108.333% */
  }
}
@media (min-width: 1980px) {
  h4, .h4 {
    font-size: var(--font-size-4xl, 64px);
    line-height: var(--font-line-height-2xl, 72px); /* 114.286% */
  }
}

/**
 * Heading 5 base styles
 */
h5, .h5 {
  display: inline-block;
  font-family: "Unbounded";
  letter-spacing: var(--font-spacing--1, -1px);
  font-style: normal;
  font-size: 28px;
  font-weight: 400;
  line-height: 32px;
}
@media (min-width: 992px) {
  h5, .h5 {
    font-size: var(--font-size-3xl, 40px);
    line-height: var(--font-line-height-2xl, 44px); /* 130% */
  }
}
@media (min-width: 1980px) {
  h5, .h5 {
    font-size: var(--font-size-3xl, 60px);
    line-height: var(--font-line-height-2xl, 72px); /* 133.333% */
  }
}

/**
 * Heading 6 base styles
 */
h6, .h6 {
  display: inline-block;
  font-family: "Unbounded";
  font-size: 24px;
  font-weight: 400;
  line-height: 28px; /* 112.5% */
  letter-spacing: var(--font-spacing--1, -1px);
  font-style: normal;
}
@media (min-width: 992px) {
  h6, .h6 {
    font-size: var(--font-size-2xl, 32px);
    line-height: var(--font-line-height-l, 36px); /* 112.5% */
  }
}
@media (min-width: 1980px) {
  h6, .h6 {
    font-size: var(--font-size-2xl, 40px);
    line-height: var(--font-line-height-l, 44px); /* 110% */
  }
}

/*------------------------------------*\
    #PARAGRAPHS
\*------------------------------------*/
/**
 * Paragraph Overline base styles
 */
.p-overline {
  font-family: "Plus Jakarta Sans";
  font-size: 10px;
  font-style: normal;
  font-weight: var(--font-weight-light, 600);
  line-height: var(--font-line-height-xs, 16px); /* 160% */
  letter-spacing: var(--font-spacing-2, 4px);
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .p-overline {
    font-size: 12px;
    line-height: var(--font-line-height-xs, 20px); /* 183.333% */
    letter-spacing: var(--font-spacing-2, 2px);
  }
}
@media (min-width: 1980px) {
  .p-overline {
    font-size: 16px;
    line-height: var(--font-line-height-xs, 24px); /* 183.333% */
  }
}

/**
 * Paragraph Extra Small base styles
 */
.p-xs {
  font-family: "Plus Jakarta Sans";
  font-size: 10px;
  line-height: 12px;
  font-style: normal;
  letter-spacing: var(--font-spacing-0, 0px);
  font-weight: var(--font-weight-light, 400);
}
.p-xs-brand {
  font-family: "Unbounded";
}
@media (min-width: 992px) {
  .p-xs {
    font-size: 12px;
    line-height: var(--font-line-height-xs, 16px); /* 133.333% */
  }
}
@media (min-width: 1980px) {
  .p-xs {
    font-size: 14px;
    line-height: var(--font-line-height-xs, 16px); /* 157.143% */
  }
}

/**
 * Paragraph Small base styles
 */
.p-s {
  font-family: "Plus Jakarta Sans";
  font-style: normal;
  line-height: var(--font-line-height-xs, 16px); /* 133.333% */
  font-weight: var(--font-weight-light, 400);
  font-size: 12px;
}
.p-s-brand {
  font-family: "Unbounded";
}
@media (min-width: 992px) {
  .p-s {
    font-size: 14px;
    line-height: var(--font-line-height-xs, 20px); /* 114.286% */
  }
  .p-s-brand {
    font-family: "Unbounded";
  }
}
@media (min-width: 1980px) {
  .p-s {
    font-size: 16px;
    line-height: var(--font-line-height-xs, 24px); /* 137.5% */
  }
}

/**
 * Paragraph Medium base styles
 */
.p-m {
  letter-spacing: var(--font-spacing-0, 0px);
  font-family: "Plus Jakarta Sans";
  font-style: normal;
  font-size: 14px;
  line-height: var(--font-line-height-s, 20px); /* 150% */
  font-weight: var(--font-weight-light, 400);
}
.p-m-brand {
  font-family: "Unbounded";
}
@media (min-width: 992px) {
  .p-m {
    font-size: var(--font-size-m, 16px);
    line-height: var(--font-line-height-s, 24px); /* 150% */
  }
}
@media (min-width: 1980px) {
  .p-m {
    font-size: 20px;
    line-height: var(--font-line-height-s, 32px); /* 140% */
  }
}

/**
 * Paragraph Large base styles
 */
.p-l {
  font-size: 16px;
  font-family: "Plus Jakarta Sans";
  font-style: normal;
  font-weight: var(--font-weight-light, 400);
  letter-spacing: var(--font-spacing-0, 0px);
  line-height: var(--font-line-height-m, 20px); /* 140% */
}
.p-l-brand {
  font-family: "Unbounded";
}
@media (min-width: 992px) {
  .p-l {
    font-size: 20px;
    line-height: var(--font-line-height-m, 28px); /* 140% */
  }
}
@media (min-width: 1980px) {
  .p-l {
    font-size: 28px;
    line-height: var(--font-line-height-m, 34px);
  }
}

/**
 * Paragraph Extra Large base styles
 */
.p-xl {
  font-family: "Plus Jakarta Sans";
  font-style: normal;
  font-weight: var(--font-weight-light, 400);
  letter-spacing: var(--font-spacing-0, 0px);
  font-size: 20px;
  line-height: var(--font-line-height-m, 28px);
}
.p-xl-brand {
  font-family: "Unbounded";
  font-size: var(--font-size-xl, 16px);
  line-height: var(--font-line-height-l, 28px);
  font-weight: 400;
}
@media (min-width: 992px) {
  .p-xl {
    font-size: 24px;
    line-height: var(--font-line-height-m, 36px);
  }
  .p-xl-brand {
    font-size: var(--font-size-xl, 24px);
    line-height: var(--font-line-height-l, 28px);
    font-weight: 400;
  }
}
@media (min-width: 1980px) {
  .p-xl {
    font-size: 32px;
    line-height: var(--font-line-height-m, 44px); /* 100% */
  }
  .p-xl-brand {
    font-size: var(--font-size-xl, 32px);
    line-height: var(--font-line-height-l, 44px);
    font-weight: 400;
  }
}

/*------------------------------------*\
    #BUTTONS
\*------------------------------------*/
/**
 * Button and submit inputs reset
 * 1) These should be styled using c-btn
 */
button {
  cursor: pointer;
}

/**
 *
 * 1) Button or link that has functionality to it
 */
.c-btn {
  font-family: "Plus Jakarta Sans";
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  transition: 0.3s ease;
  cursor: pointer;
}
.c-btn svg {
  position: relative;
}

/*
 * Inner container wrapper
 * 1) Container is direct decendant of <button>, since there's
 *    a bug with applying flexbox directly to a <button>
 * 2) Only needs to be used for buttons containing both icons and text
 */
.c-btn-category {
  display: flex;
  gap: 8px;
  flex-direction: column;
  color: #1b3580;
}
.c-btn-category:hover {
  color: #1b3580;
}
.c-btn-category span {
  font-size: var(--font-size-s, 14px);
  font-style: normal;
  font-weight: 700;
  line-height: var(--font-line-height-xs, 20px); /* 142.857% */
  letter-spacing: var(--font-spacing-1, 2px);
  text-transform: uppercase;
}

/*
 * Button icon
 */
.c-btn__icon {
  width: 1rem;
  height: 1rem;
  fill: #8fa6ec;
  transition: fill 0.15s ease-out;
}

/* Rozmiary */
.c-btn-s {
  padding: 8px;
  font-weight: 300;
}
.c-btn-s svg {
  width: 16px;
  height: 16px;
}
.c-btn-s > span {
  padding: 0px 12px;
}
.c-btn-s.c-btn-text > span {
  padding: 0px;
}

.c-btn-m {
  gap: 0;
  font-weight: 300;
  padding: 12px 24px;
}
.c-btn-m svg {
  width: 20px;
  height: 20px;
}
.c-btn-m .c-btn__inner {
  padding: 0px 8px;
}
.c-btn-m > span {
  padding: 0px 8px;
}
.c-btn-m.c-btn-text > span {
  padding: 0px;
}
@media (min-width: 1980px) {
  .c-btn-m {
    padding: 16px 24px;
  }
  .c-btn-m svg {
    width: 24px;
    height: 24px;
  }
}

.c-btn-l {
  padding: var(--Spacing-m, 16px) var(--Spacing-m, 24px);
  gap: 4px;
  font-weight: 300;
}
.c-btn-l > span {
  padding: 0px var(--Spacing-m, 12px);
}
.c-btn-l.c-btn-text > span {
  padding: 0px;
}
@media (min-width: 1980px) {
  .c-btn-l {
    padding: var(--Spacing-m, 24px) var(--Spacing-m, 32px);
  }
}

.c-btn-xl {
  padding: var(--Spacing-m, 16px) var(--Spacing-l, 24px);
  gap: 4px;
}
.c-btn-xl > span {
  padding: 0px var(--Spacing-m, 12px);
}
.c-btn-xl.c-btn-text > span {
  padding: 0px;
}

.c-btn-link {
  color: #4971ed;
  padding: 0px;
  position: relative;
}
.c-btn-link:before {
  content: "";
  height: 1.7px;
  width: 100%;
  background: #4971ed;
  bottom: 0px;
  position: absolute;
}
.c-btn-link:hover {
  color: #4971ed;
  background: unset;
}

/* Typy */
.c-btn-secondary {
  border-radius: var(--Radius-round, 64px);
  border: 1px solid var(--Border-primary, #1B3580);
  color: var(--Text-primary, #1B3580);
}

.c-btn-fill {
  border-radius: var(--Radius-round, 1000px);
  color: #1b3580;
  overflow: hidden;
  --blob-height: 0%;
  position: relative;
}
.c-btn-fill:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0%;
  background: #4971ed; /* lub np. radial-gradient(...) dla efektu blob */
  border-radius: inherit;
  z-index: 0;
  transition: height 0.25s linear;
  pointer-events: none;
  height: var(--blob-height);
}
.c-btn-fill span {
  position: relative;
  z-index: 1;
}
.c-btn-fill > span {
  flex-wrap: nowrap;
}
.c-btn-fill .char {
  display: inline-block;
  transform-origin: center;
}
.c-btn-fill i {
  position: relative;
  z-index: 1;
}
.c-btn-fill svg path {
  transition: 0.3s ease;
}
.c-btn-fill.--primary {
  box-shadow: 0px 18px 5px 0px rgba(110, 134, 191, 0), 0px 12px 5px 0px rgba(110, 134, 191, 0.01), 0px 7px 4px 0px rgba(110, 134, 191, 0.05), 0px 3px 3px 0px rgba(110, 134, 191, 0.09), 0px 1px 2px 0px rgba(110, 134, 191, 0.1);
  background: #ffffff;
}
.c-btn-fill.--yellow {
  background: #fdcc16;
  color: #1b3580;
}
.c-btn-fill.--yellow:hover svg path {
  fill: #ffffff;
}
.c-btn-fill.--blue {
  background: #456DE7;
  color: #FFF;
}
.c-btn-fill.--pink {
  background: #FF91C7;
  color: #1b3580;
}
.c-btn-fill.--pink:hover svg path {
  fill: #FFF;
}
.c-btn-fill.--white {
  background: #FFF;
  color: #1B3580;
}
.c-btn-fill.--green {
  background: #6FDA9A;
  color: #1b3580;
}
.c-btn-fill.--green:hover svg path {
  fill: #FFF;
}
.c-btn-fill.--dark {
  background: #1B3580;
  color: #FFF;
}
.c-btn-fill.--disabled {
  background: #d7d7d7;
  pointer-events: none;
}
.c-btn-fill:hover {
  color: #ffffff !important;
}

.c-btn-outline {
  text-wrap: nowrap;
  border-radius: 1000px;
}
.c-btn-outline.--light {
  color: #9CC5FF;
  border: 1px solid #9CC5FF;
}
.c-btn-outline.--light:hover {
  border: 1px solid #4971ed;
  color: #ffffff;
}
.c-btn-outline.--dark {
  color: #1b3580;
  border: 1px solid #1b3580;
}
.c-btn-outline.--dark:hover {
  color: #ffffff;
  background: #1b3580;
}
.c-btn-outline.--dark:hover svg path {
  fill: #ffffff;
}
.c-btn-outline.--blue {
  color: #fff;
  background: #1B3580;
  border: 1px solid #1B3580;
}
.c-btn-outline.--blue svg path {
  fill: #fff;
}
.c-btn-outline.--blue:hover {
  background: #456DE7;
  border: 1px solid #456DE7;
}
.c-btn-outline.--red {
  color: #fff;
  background: transparent;
  border: 1px solid #fff;
}
.c-btn-outline.--red:hover {
  background: rgba(255, 255, 255, 0.2392156863);
}

.c-btn-text {
  padding: 0px;
  color: #1b3580;
}
.c-btn-text:hover {
  background: unset;
  color: #1b3580;
}

.c-btn-icon {
  transition: 0.3s;
  border-radius: 1000px;
  align-items: center;
  justify-content: center;
  padding: 0px;
  box-sizing: border-box;
}
.c-btn-icon.--primary {
  background: #4971ed;
  color: #ffffff;
}
.c-btn-icon.--primary.--disabled {
  background: #d7d7d7;
  pointer-events: none;
  color: #858585;
}
.c-btn-icon.--primary:hover {
  background: #1b3580;
}
.c-btn-icon.--yellow {
  background: #fdcc16;
}
.c-btn-icon.--yellow svg path {
  fill: #1b3580;
}
.c-btn-icon.--yellow:hover {
  background: #1b3580;
}
.c-btn-icon.--yellow:hover svg path {
  fill: #ffffff;
}
.c-btn-icon.--secondary {
  background: #fbf8f6;
  color: #1b3580;
}
.c-btn-icon.--secondary:hover {
  color: #ffffff;
  background: #1b3580;
}
.c-btn-icon.--secondary:hover svg path {
  fill: #ffffff;
}
.c-btn-icon.--secondary.--disabled {
  background: #e7e7e7;
  pointer-events: none;
  color: #4971ed;
}
.c-btn-icon.--tertiary {
  background: #f9f9f9;
  color: #1b3580;
}
.c-btn-icon.--tertiary:hover {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.05) 100%), var(--Surface-light-grey, #F9F9F9);
  color: #4971ed;
}
.c-btn-icon.--tertiary.--disabled {
  background: #e7e7e7;
  pointer-events: none;
  color: #4971ed;
}
.c-btn-icon.--icon {
  color: #1b3580;
}
.c-btn-icon.--icon:hover {
  color: #4971ed;
}
.c-btn-icon.--icon.--disabled {
  opacity: 0.5;
  background: #fff;
  pointer-events: none;
}
.c-btn-icon.--shadow {
  color: #000000;
  background: #ffffff;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.05), 0px 1px 5px 0px rgba(0, 0, 0, 0.05), 0px 0px 1px 0px rgba(0, 0, 0, 0.2);
}
.c-btn-icon.--shadow:hover {
  background: #f9f9f9;
}
.c-btn-icon.--shadow.--disabled {
  background: #d7d7d7;
  pointer-events: none;
  color: #ffffff;
}
.c-btn-icon.--outline {
  color: #1b3580;
  border: 1px solid #b3c6ff;
}
.c-btn-icon.--outline:hover {
  border: 1px solid #4971ed;
}
.c-btn-icon.--outline.--disabled {
  border: 2px solid #c2c2c2;
  pointer-events: none;
  color: #858585;
}

.c-btn-icon-s {
  width: 32px;
  height: 32px;
}
.c-btn-icon-s svg {
  width: 16px;
  height: 16px;
}

.c-btn-icon-m {
  width: 44px;
  height: 44px;
}
.c-btn-icon-m svg {
  width: 20px;
  height: 20px;
}

.c-btn-icon-l {
  width: 48px;
  height: 48px;
}

.c-btn-icon-xl {
  width: 48px;
  height: 48px;
}
@media (min-width: 1980px) {
  .c-btn-icon-xl {
    width: 56px;
    height: 56px;
  }
}

.c-btn-text.c-btn-icon-xl {
  width: 40px;
  height: 40px;
}

.c-btn-text.c-btn-icon-l {
  width: 32px;
  height: 32px;
}

.c-btn-text.c-btn-icon-m {
  width: 28px;
  height: 28px;
}

.c-btn-text.c-btn-icon-s {
  width: 24px;
  height: 24px;
}

.c-btn-label {
  transition: 0.3s;
  border: unset;
  padding: var(--gap-s, 12px) var(--gap-m, 16px);
  border-radius: 1000px;
  background: var(--surface-page, #FFF);
  color: var(--text-action, #2E53C2);
  font-family: "Plus Jakarta Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  display: flex;
  gap: 8px;
}
.c-btn-label span {
  padding: 0px 4px;
}
.c-btn-label:hover {
  color: #fff;
  background: #2E53C2;
}
.c-btn-label:hover svg path {
  fill: #fff;
}

.c-btn-mobile {
  width: 100%;
}
@media (min-width: 992px) {
  .c-btn-mobile {
    width: fit-content;
  }
}
.c-btn-mobile-sm {
  width: 100%;
}
@media (min-width: 576px) {
  .c-btn-mobile-sm {
    width: fit-content;
  }
}

/*------------------------------------*\
    #MAIN ELEMENT
\*------------------------------------*/
/**
 * Main element
 */
[role=main] {
  display: block;
  padding: 1rem;
}

.m-auto {
  margin: 0 auto;
}

/*------------------------------------*\
    #MEDIA
\*------------------------------------*/
/**
 * Responsive image styling
 * 1) Allows for images to flex with varying screen size
 */
img {
  max-width: 100%;
  height: auto;
}

/*------------------------------------*\
    #TEXT
\*------------------------------------*/
/**
 * Paragraph base styles
 */
/**
 * Blockquote base styles
 */
.blockquote-body {
  flex: 1;
}
@media (min-width: 768px) {
  .blockquote-container {
    padding: 32px;
  }
}
@media (min-width: 1980px) {
  .blockquote-container {
    padding: 32px;
  }
}

/**
 * Horizontal rule base styles
 */
hr {
  border: 0;
  height: 1px;
  background: #c9c3bf;
  margin: 1rem 0;
}

/**
 * Selection styles
 */
::-moz-selection {
  color: #fffffe;
  background: #b3c6ff; /* Gecko Browsers */
}

::selection {
  color: #fffffe;
  background: #b3c6ff; /* WebKit/Blink Browsers */
}

/**
 * Code base styles
 */
code {
  display: inline-block;
  background: #fbf8f6;
  border: 1px solid #fffffe;
  padding: 0.2rem 0.5rem;
  line-height: 1.2;
  font-size: 0.85rem;
}

/**
 * Preformatted text base styles
 */
pre {
  background: #fbf8f6;
  border: 1px solid #fffffe;
  font-size: var(--font-size-4xl, 48px);
  padding: 1rem;
  overflow-x: auto;
  /**
   * Remove border from code within preformatted text block
   */
}
pre code {
  border: 0;
}

/**
 * Code with languages associated with them
 * 1) Override Prism sysles for code blocks with language
 */
code[class*=language-],
pre[class*=language-] {
  font-family: monospace !important;
}

.c-headline {
  color: #000000;
}

.c-action {
  color: #8fa6ec !important;
}
.c-action svg path {
  fill: #8fa6ec;
}

.c-body {
  color: #1b3580;
}

.c-white {
  color: #ffffff !important;
  stroke: #fff;
}
.c-white path {
  fill: #ffffff !important;
}
.c-white:hover path {
  fill: #a7a7a7;
}

.c-grey {
  color: #858585;
}

.c-blue {
  color: #456DE7;
}

.c-dark {
  color: #343955;
}

.fs-16 {
  font-size: 16px;
}

.fs-24 {
  font-size: 24px;
}

.fs-20 {
  font-size: 20px;
}

/*------------------------------------*\
    #LAYOUT
\*------------------------------------*/
/*------------------------------------*\
    #LAYOUT
\*------------------------------------*/
/**
 *
 * 1) This caps the width of text passages
 *    to achieve a comfortable line length
 */
.l-linelength-container {
  max-width: 36rem;
}

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

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

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

@media screen and (min-width: 768px) {
  .col-12.col-md-66-procent {
    flex: 0 0 auto;
    width: 66.66% !important;
  }
}
@media screen and (min-width: 768px) {
  .col-md-66-procent {
    flex: 0 0 auto;
    width: 66.66% !important;
  }
}
@media screen and (min-width: 992px) {
  .col-md-66-procent.col-lg-6 {
    flex: 0 0 auto;
    width: 50% !important;
  }
}
@media screen and (min-width: 992px) {
  .col-md-66-procent.col-lg-2 {
    flex: 0 0 auto;
    width: 25% !important;
  }
}
@media screen and (min-width: 768px) {
  .col-md-66-procent.col-md-6 {
    flex: 0 0 auto;
    width: 50% !important;
  }
}
@media screen and (min-width: 1200px) {
  .col-md-66-procent.col-xl-16 {
    flex: 0 0 auto;
    width: 100% !important;
  }
}
@media screen and (min-width: 1200px) {
  .col-md-66-procent.col-xl-8 {
    flex: 0 0 auto;
    width: 50% !important;
  }
}
@media screen and (min-width: 1600px) {
  .col-md-66-procent.col-xxl-3 {
    flex: 0 0 auto;
    width: 18.75% !important;
  }
}
@media screen and (min-width: 1600px) {
  .col-md-66-procent.col-xxl-16 {
    flex: 0 0 auto;
    width: 100% !important;
  }
}
@media screen and (min-width: 1600px) {
  .col-md-66-procent.col-xxl-33-procent {
    flex: 0 0 auto;
    width: 66.66% !important;
  }
}
.col-66-procent {
  flex: 0 0 auto;
  width: 66.66% !important;
}

@media screen and (min-width: 768px) {
  .col-66-procent.col-md-8 {
    flex: 0 0 auto;
    width: 50% !important;
  }
}
@media screen and (min-width: 1600px) {
  .col-66-procent.col-xxl-5 {
    flex: 0 0 auto;
    width: 31.25% !important;
  }
}
/*------------------------------------*\
    #UTILITIES
\*------------------------------------*/
/*------------------------------------*\
    #VISIBILITY CLASSES
\*------------------------------------*/
/**
 * Is Hidden
 * 1) Completely remove from the flow and screen readers.
 */
.u-is-hidden {
  display: none !important;
  visibility: hidden !important;
}

/**
 * Is Visibly Hidden
 * 1) Completely remove from the flow but leave available to screen readers.
 */
.u-is-vishidden {
  position: absolute !important;
  overflow: hidden;
  width: 1px;
  height: 1px;
  padding: 0;
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
}

.aspect-ratio-1 {
  aspect-ratio: 1/1;
}
.aspect-ratio-1 img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

@media (min-width: 768px) {
  .aspect-ratio-md-1 {
    aspect-ratio: 1/1;
  }
}
.aspect-ratio-md-1 img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

@media (min-width: 992px) {
  .aspect-ratio-lg-1 {
    aspect-ratio: 1/1;
  }
}
.aspect-ratio-lg-1 img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.x-mobile {
  overflow-x: scroll;
}
@media (min-width: 1200px) {
  .x-mobile {
    overflow-x: unset;
  }
}

/*------------------------------------*\
    #SPACING
\*------------------------------------*/
/**
 * Margin bottom none
 * 1) Force margin bottom of 0
 */
.u-margin-bottom-none {
  margin-bottom: 0 !important;
}

/**
 * Margin bottom small
 * 1) Force margin bottom of $spacing-small variable
 */
.u-margin-bottom-small {
  margin-bottom: 1rem !important;
}

/**
 * Margin bottom
 * 1) Force margin bottom of $spacing variable
 */
.u-margin-bottom {
  margin-bottom: 1rem !important;
}

/**
 * Margin bottom large
 * 1) Force margin bottom of $spacing-large variable
 */
.u-margin-bottom-large {
  margin-bottom: 2rem !important;
}

.u-margin-bottom-large-to-xxl {
  margin-bottom: 2rem !important;
}
@media all and (min-width: 60em) {
  .u-margin-bottom-large-to-xxl {
    margin-bottom: 8rem !important;
  }
}

/**
 * Margin top none
 * 1) Force margin top of 0
 */
.u-margin-top-none {
  margin-top: 0 !important;
}

/**
 * Margin top small
 * 1) Force margin top of $spacing-small variable
 */
.u-margin-top-small {
  margin-top: 1rem !important;
}

/**
 * Margin top
 * 1) Force margin top of $spacing variable
 */
.u-margin-top {
  margin-top: 1rem !important;
}

/**
 * Margin top large
 * 1) Force margin top of $spacing-large variable
 */
.u-margin-top-large {
  margin-top: 2rem !important;
}

.u-margin-top-booking {
  margin-top: 28rem !important;
}

/**
 * Margin right none
 * 1) Force margin right of 0
 */
.u-margin-right-none {
  margin-right: 0 !important;
}

/**
 * Margin right small
 * 1) Force margin right of $spacing-small variable
 */
.u-margin-right-small {
  margin-right: 1rem !important;
}

/**
 * Margin right
 * 1) Force margin right of $spacing variable
 */
.u-margin-right {
  margin-right: 1rem !important;
}

/**
 * Margin right large
 * 1) Force margin right of $spacing-large variable
 */
.u-margin-right-large {
  margin-right: 2rem !important;
}

/**
 * Margin left none
 * 1) Force margin left of 0
 */
.u-margin-left-none {
  margin-left: 0 !important;
}

/**
 * Margin left small
 * 1) Force margin left of $spacing-small variable
 */
.u-margin-left-small {
  margin-left: 1rem !important;
}

/**
 * Margin left
 * 1) Force margin left of $spacing variable
 */
.u-margin-left {
  margin-left: 1rem !important;
}

/**
 * Margin left large
 * 1) Force margin left of $spacing-large variable
 */
.u-margin-left-large {
  margin-left: 2rem !important;
}

/**
 * Center display block contents
 */
.u-margin-center {
  margin: 0 auto !important;
}

/**
 * Padding none
 */
.u-padding-none {
  padding: 0 !important;
}

/**
 * Padding small
 */
.u-padding-small {
  padding: 1rem !important;
}

/**
 * Padding
 */
.u-padding {
  padding: 1rem !important;
}

/**
 * Padding large
 */
.u-padding-large {
  padding: 2rem !important;
}

/**
 * Padding top none
 */
.u-padding-top-none {
  padding-top: 0 !important;
}

/**
 * Padding top small
 */
.u-padding-top-small {
  padding-top: 1rem !important;
}

/**
 * Padding top
 */
.u-padding-top {
  padding-top: 1rem !important;
}

/**
 * Padding top large
 */
.u-padding-top-large {
  padding-top: 2rem !important;
}

/**
 * Padding bottom none
 */
.u-padding-bottom-none {
  padding-bottom: 0 !important;
}

/**
 * Padding bottom small
 */
.u-padding-bottom-small {
  padding-bottom: 1rem !important;
}

/**
 * Padding bottom
 */
.u-padding-bottom {
  padding-bottom: 1rem !important;
}

/**
 * Padding bottom large
 */
.u-padding-bottom-large {
  padding-bottom: 2rem !important;
}

/**
 * Padding right none
 */
.u-padding-right-none {
  padding-right: 0 !important;
}

/**
 * Padding right small
 */
.u-padding-right-small {
  padding-right: 1rem !important;
}

/**
 * Padding right
 */
.u-padding-right {
  padding-right: 1rem !important;
}

/**
 * Padding right large
 */
.u-padding-right-large {
  padding-right: 2rem !important;
}

/**
 * Padding left none
 */
.u-padding-left-none {
  padding-left: 0 !important;
}

/**
 * Padding left small
 */
.u-padding-left-small {
  padding-left: 1rem !important;
}

/**
 * Padding left
 */
.u-padding-left {
  padding-left: 1rem !important;
}

/**
 * Padding left large
 */
.u-padding-left-large {
  padding-left: 2rem !important;
}

.mx-64 {
  margin-top: 64px;
  margin-bottom: 64px;
}

.mx-32 {
  margin-top: 32px;
  margin-bottom: 32px;
}

.row-lg-c-2 > *:nth-child(2n+1) {
  padding-right: calc(var(--bs-gutter-x) * 0.5);
}
@media (min-width: 1980px) {
  .row-lg-c-2 > *:nth-child(2n+1) {
    padding-right: calc(var(--bs-gutter-x) * 1);
  }
}

.row-lg-c-2 > *:nth-child(2n+2) {
  padding-left: calc(var(--bs-gutter-x) * 0.5);
}
@media (min-width: 1980px) {
  .row-lg-c-2 > *:nth-child(2n+2) {
    padding-left: calc(var(--bs-gutter-x) * 1);
  }
}

@media (min-width: 1980px) {
  .row-lg-c-3 > *:nth-child(3n+1) {
    padding-right: calc(var(--bs-gutter-x) * 1);
  }
}

@media (min-width: 1980px) {
  .row-lg-c-3 > *:nth-child(3n+2) {
    padding-left: calc(var(--bs-gutter-x) * 0.75);
    padding-right: calc(var(--bs-gutter-x) * 0.75);
  }
}

@media (min-width: 1980px) {
  .row-lg-c-3 > *:nth-child(3n+3) {
    padding-left: calc(var(--bs-gutter-x) * 1);
  }
}

@media (min-width: 1980px) {
  .row-lg-c-4 > *:nth-child(4n+1) {
    padding-right: calc(var(--bs-gutter-x) * 1);
  }
}

@media (min-width: 1980px) {
  .row-lg-c-4 > *:nth-child(4n+2) {
    padding-left: calc(var(--bs-gutter-x) * 0.75);
    padding-right: calc(var(--bs-gutter-x) * 0.75);
  }
}

@media (min-width: 1980px) {
  .row-lg-c-4 > *:nth-child(4n+3) {
    padding-left: calc(var(--bs-gutter-x) * 0.75);
    padding-right: calc(var(--bs-gutter-x) * 0.75);
  }
}

@media (min-width: 1980px) {
  .row-lg-c-4 > *:nth-child(4n+4) {
    padding-left: calc(var(--bs-gutter-x) * 1);
  }
}

.gap-10 {
  gap: 10px;
}

.r-gap-8 {
  row-gap: 8px;
}

.r-gap-16 {
  row-gap: 16px;
}

.r-gap-24 {
  row-gap: 24px;
}

.r-gap-32 {
  row-gap: 32px;
}

.r-gap-48 {
  row-gap: 48px;
}

.r-gap-64 {
  row-gap: 64px;
}

@media (min-width: 768px) {
  .r-gap-md-48 {
    row-gap: 48px;
  }
}

@media (min-width: 992px) {
  .r-gap-lg-48 {
    row-gap: 48px;
  }
}

@media (min-width: 1980px) {
  .r-gap-xxxl-48 {
    row-gap: 48px;
  }
}

@media (min-width: 1980px) {
  .r-gap-xxxl-96 {
    row-gap: 96px;
  }
}

@media (min-width: 576px) {
  .r-gap-sm-24 {
    row-gap: 24px;
  }
}

.gap-8 {
  gap: 8px;
}

.bb-light {
  border-bottom: var(--Stroke-s, 1px) solid var(--Border-action, #7F6053);
}

.bb-dark {
  border-bottom: var(--Stroke-s, 1px) solid var(--Border-action-hover, #4D3A33);
}

.bb-gray {
  border-bottom: var(--Stroke-s, 1px) solid var(--Border-secondary, #C1C1C4);
}

.bt-menu {
  border-bottom: unset;
}
@media (min-width: 768px) {
  .bt-menu {
    border-top: var(--Stroke-s, 1px) solid rgba(127, 96, 83, 0.25);
  }
}

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

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

.w-100 {
  width: 100% !important;
}

@media (min-width: 768px) {
  .w-md-auto {
    width: auto !important;
  }
}

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

.m-0 {
  margin: 0;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0;
  }
}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0;
  }
}

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0;
  }
}

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0;
  }
}

@media (min-width: 1400px) {
  .m-xxl-0 {
    margin: 0;
  }
}

@media (min-width: 1980px) {
  .m-xxxl-0 {
    margin: 0;
  }
}

.m-4 {
  margin: 4px;
}

@media (min-width: 576px) {
  .m-sm-4 {
    margin: 4px;
  }
}

@media (min-width: 768px) {
  .m-md-4 {
    margin: 4px;
  }
}

@media (min-width: 992px) {
  .m-lg-4 {
    margin: 4px;
  }
}

@media (min-width: 1200px) {
  .m-xl-4 {
    margin: 4px;
  }
}

@media (min-width: 1400px) {
  .m-xxl-4 {
    margin: 4px;
  }
}

@media (min-width: 1980px) {
  .m-xxxl-4 {
    margin: 4px;
  }
}

.m-8 {
  margin: 8px;
}

@media (min-width: 576px) {
  .m-sm-8 {
    margin: 8px;
  }
}

@media (min-width: 768px) {
  .m-md-8 {
    margin: 8px;
  }
}

@media (min-width: 992px) {
  .m-lg-8 {
    margin: 8px;
  }
}

@media (min-width: 1200px) {
  .m-xl-8 {
    margin: 8px;
  }
}

@media (min-width: 1400px) {
  .m-xxl-8 {
    margin: 8px;
  }
}

@media (min-width: 1980px) {
  .m-xxxl-8 {
    margin: 8px;
  }
}

.m-12 {
  margin: 12px;
}

@media (min-width: 576px) {
  .m-sm-12 {
    margin: 12px;
  }
}

@media (min-width: 768px) {
  .m-md-12 {
    margin: 12px;
  }
}

@media (min-width: 992px) {
  .m-lg-12 {
    margin: 12px;
  }
}

@media (min-width: 1200px) {
  .m-xl-12 {
    margin: 12px;
  }
}

@media (min-width: 1400px) {
  .m-xxl-12 {
    margin: 12px;
  }
}

@media (min-width: 1980px) {
  .m-xxxl-12 {
    margin: 12px;
  }
}

.m-16 {
  margin: 16px;
}

@media (min-width: 576px) {
  .m-sm-16 {
    margin: 16px;
  }
}

@media (min-width: 768px) {
  .m-md-16 {
    margin: 16px;
  }
}

@media (min-width: 992px) {
  .m-lg-16 {
    margin: 16px;
  }
}

@media (min-width: 1200px) {
  .m-xl-16 {
    margin: 16px;
  }
}

@media (min-width: 1400px) {
  .m-xxl-16 {
    margin: 16px;
  }
}

@media (min-width: 1980px) {
  .m-xxxl-16 {
    margin: 16px;
  }
}

.m-24 {
  margin: 24px;
}

@media (min-width: 576px) {
  .m-sm-24 {
    margin: 24px;
  }
}

@media (min-width: 768px) {
  .m-md-24 {
    margin: 24px;
  }
}

@media (min-width: 992px) {
  .m-lg-24 {
    margin: 24px;
  }
}

@media (min-width: 1200px) {
  .m-xl-24 {
    margin: 24px;
  }
}

@media (min-width: 1400px) {
  .m-xxl-24 {
    margin: 24px;
  }
}

@media (min-width: 1980px) {
  .m-xxxl-24 {
    margin: 24px;
  }
}

.m-32 {
  margin: 32px;
}

@media (min-width: 576px) {
  .m-sm-32 {
    margin: 32px;
  }
}

@media (min-width: 768px) {
  .m-md-32 {
    margin: 32px;
  }
}

@media (min-width: 992px) {
  .m-lg-32 {
    margin: 32px;
  }
}

@media (min-width: 1200px) {
  .m-xl-32 {
    margin: 32px;
  }
}

@media (min-width: 1400px) {
  .m-xxl-32 {
    margin: 32px;
  }
}

@media (min-width: 1980px) {
  .m-xxxl-32 {
    margin: 32px;
  }
}

.m-40 {
  margin: 40px;
}

@media (min-width: 576px) {
  .m-sm-40 {
    margin: 40px;
  }
}

@media (min-width: 768px) {
  .m-md-40 {
    margin: 40px;
  }
}

@media (min-width: 992px) {
  .m-lg-40 {
    margin: 40px;
  }
}

@media (min-width: 1200px) {
  .m-xl-40 {
    margin: 40px;
  }
}

@media (min-width: 1400px) {
  .m-xxl-40 {
    margin: 40px;
  }
}

@media (min-width: 1980px) {
  .m-xxxl-40 {
    margin: 40px;
  }
}

.m-48 {
  margin: 48px;
}

@media (min-width: 576px) {
  .m-sm-48 {
    margin: 48px;
  }
}

@media (min-width: 768px) {
  .m-md-48 {
    margin: 48px;
  }
}

@media (min-width: 992px) {
  .m-lg-48 {
    margin: 48px;
  }
}

@media (min-width: 1200px) {
  .m-xl-48 {
    margin: 48px;
  }
}

@media (min-width: 1400px) {
  .m-xxl-48 {
    margin: 48px;
  }
}

@media (min-width: 1980px) {
  .m-xxxl-48 {
    margin: 48px;
  }
}

.m-52 {
  margin: 52px;
}

@media (min-width: 576px) {
  .m-sm-52 {
    margin: 52px;
  }
}

@media (min-width: 768px) {
  .m-md-52 {
    margin: 52px;
  }
}

@media (min-width: 992px) {
  .m-lg-52 {
    margin: 52px;
  }
}

@media (min-width: 1200px) {
  .m-xl-52 {
    margin: 52px;
  }
}

@media (min-width: 1400px) {
  .m-xxl-52 {
    margin: 52px;
  }
}

@media (min-width: 1980px) {
  .m-xxxl-52 {
    margin: 52px;
  }
}

.m-64 {
  margin: 64px;
}

@media (min-width: 576px) {
  .m-sm-64 {
    margin: 64px;
  }
}

@media (min-width: 768px) {
  .m-md-64 {
    margin: 64px;
  }
}

@media (min-width: 992px) {
  .m-lg-64 {
    margin: 64px;
  }
}

@media (min-width: 1200px) {
  .m-xl-64 {
    margin: 64px;
  }
}

@media (min-width: 1400px) {
  .m-xxl-64 {
    margin: 64px;
  }
}

@media (min-width: 1980px) {
  .m-xxxl-64 {
    margin: 64px;
  }
}

.m-80 {
  margin: 80px;
}

@media (min-width: 576px) {
  .m-sm-80 {
    margin: 80px;
  }
}

@media (min-width: 768px) {
  .m-md-80 {
    margin: 80px;
  }
}

@media (min-width: 992px) {
  .m-lg-80 {
    margin: 80px;
  }
}

@media (min-width: 1200px) {
  .m-xl-80 {
    margin: 80px;
  }
}

@media (min-width: 1400px) {
  .m-xxl-80 {
    margin: 80px;
  }
}

@media (min-width: 1980px) {
  .m-xxxl-80 {
    margin: 80px;
  }
}

.m-96 {
  margin: 96px;
}

@media (min-width: 576px) {
  .m-sm-96 {
    margin: 96px;
  }
}

@media (min-width: 768px) {
  .m-md-96 {
    margin: 96px;
  }
}

@media (min-width: 992px) {
  .m-lg-96 {
    margin: 96px;
  }
}

@media (min-width: 1200px) {
  .m-xl-96 {
    margin: 96px;
  }
}

@media (min-width: 1400px) {
  .m-xxl-96 {
    margin: 96px;
  }
}

@media (min-width: 1980px) {
  .m-xxxl-96 {
    margin: 96px;
  }
}

.m-128 {
  margin: 128px;
}

@media (min-width: 576px) {
  .m-sm-128 {
    margin: 128px;
  }
}

@media (min-width: 768px) {
  .m-md-128 {
    margin: 128px;
  }
}

@media (min-width: 992px) {
  .m-lg-128 {
    margin: 128px;
  }
}

@media (min-width: 1200px) {
  .m-xl-128 {
    margin: 128px;
  }
}

@media (min-width: 1400px) {
  .m-xxl-128 {
    margin: 128px;
  }
}

@media (min-width: 1980px) {
  .m-xxxl-128 {
    margin: 128px;
  }
}

.m-160 {
  margin: 160px;
}

@media (min-width: 576px) {
  .m-sm-160 {
    margin: 160px;
  }
}

@media (min-width: 768px) {
  .m-md-160 {
    margin: 160px;
  }
}

@media (min-width: 992px) {
  .m-lg-160 {
    margin: 160px;
  }
}

@media (min-width: 1200px) {
  .m-xl-160 {
    margin: 160px;
  }
}

@media (min-width: 1400px) {
  .m-xxl-160 {
    margin: 160px;
  }
}

@media (min-width: 1980px) {
  .m-xxxl-160 {
    margin: 160px;
  }
}

.m-192 {
  margin: 192px;
}

@media (min-width: 576px) {
  .m-sm-192 {
    margin: 192px;
  }
}

@media (min-width: 768px) {
  .m-md-192 {
    margin: 192px;
  }
}

@media (min-width: 992px) {
  .m-lg-192 {
    margin: 192px;
  }
}

@media (min-width: 1200px) {
  .m-xl-192 {
    margin: 192px;
  }
}

@media (min-width: 1400px) {
  .m-xxl-192 {
    margin: 192px;
  }
}

@media (min-width: 1980px) {
  .m-xxxl-192 {
    margin: 192px;
  }
}

.m-200 {
  margin: 200px;
}

@media (min-width: 576px) {
  .m-sm-200 {
    margin: 200px;
  }
}

@media (min-width: 768px) {
  .m-md-200 {
    margin: 200px;
  }
}

@media (min-width: 992px) {
  .m-lg-200 {
    margin: 200px;
  }
}

@media (min-width: 1200px) {
  .m-xl-200 {
    margin: 200px;
  }
}

@media (min-width: 1400px) {
  .m-xxl-200 {
    margin: 200px;
  }
}

@media (min-width: 1980px) {
  .m-xxxl-200 {
    margin: 200px;
  }
}

.m-264 {
  margin: 264px;
}

@media (min-width: 576px) {
  .m-sm-264 {
    margin: 264px;
  }
}

@media (min-width: 768px) {
  .m-md-264 {
    margin: 264px;
  }
}

@media (min-width: 992px) {
  .m-lg-264 {
    margin: 264px;
  }
}

@media (min-width: 1200px) {
  .m-xl-264 {
    margin: 264px;
  }
}

@media (min-width: 1400px) {
  .m-xxl-264 {
    margin: 264px;
  }
}

@media (min-width: 1980px) {
  .m-xxxl-264 {
    margin: 264px;
  }
}

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

@media (min-width: 576px) {
  .mt-sm-0 {
    margin-top: 0;
  }
}

@media (min-width: 768px) {
  .mt-md-0 {
    margin-top: 0;
  }
}

@media (min-width: 992px) {
  .mt-lg-0 {
    margin-top: 0;
  }
}

@media (min-width: 1200px) {
  .mt-xl-0 {
    margin-top: 0;
  }
}

@media (min-width: 1400px) {
  .mt-xxl-0 {
    margin-top: 0;
  }
}

@media (min-width: 1980px) {
  .mt-xxxl-0 {
    margin-top: 0;
  }
}

.mt-4 {
  margin-top: 4px;
}

@media (min-width: 576px) {
  .mt-sm-4 {
    margin-top: 4px;
  }
}

@media (min-width: 768px) {
  .mt-md-4 {
    margin-top: 4px;
  }
}

@media (min-width: 992px) {
  .mt-lg-4 {
    margin-top: 4px;
  }
}

@media (min-width: 1200px) {
  .mt-xl-4 {
    margin-top: 4px;
  }
}

@media (min-width: 1400px) {
  .mt-xxl-4 {
    margin-top: 4px;
  }
}

@media (min-width: 1980px) {
  .mt-xxxl-4 {
    margin-top: 4px;
  }
}

.mt-8 {
  margin-top: 8px;
}

@media (min-width: 576px) {
  .mt-sm-8 {
    margin-top: 8px;
  }
}

@media (min-width: 768px) {
  .mt-md-8 {
    margin-top: 8px;
  }
}

@media (min-width: 992px) {
  .mt-lg-8 {
    margin-top: 8px;
  }
}

@media (min-width: 1200px) {
  .mt-xl-8 {
    margin-top: 8px;
  }
}

@media (min-width: 1400px) {
  .mt-xxl-8 {
    margin-top: 8px;
  }
}

@media (min-width: 1980px) {
  .mt-xxxl-8 {
    margin-top: 8px;
  }
}

.mt-12 {
  margin-top: 12px;
}

@media (min-width: 576px) {
  .mt-sm-12 {
    margin-top: 12px;
  }
}

@media (min-width: 768px) {
  .mt-md-12 {
    margin-top: 12px;
  }
}

@media (min-width: 992px) {
  .mt-lg-12 {
    margin-top: 12px;
  }
}

@media (min-width: 1200px) {
  .mt-xl-12 {
    margin-top: 12px;
  }
}

@media (min-width: 1400px) {
  .mt-xxl-12 {
    margin-top: 12px;
  }
}

@media (min-width: 1980px) {
  .mt-xxxl-12 {
    margin-top: 12px;
  }
}

.mt-16 {
  margin-top: 16px;
}

@media (min-width: 576px) {
  .mt-sm-16 {
    margin-top: 16px;
  }
}

@media (min-width: 768px) {
  .mt-md-16 {
    margin-top: 16px;
  }
}

@media (min-width: 992px) {
  .mt-lg-16 {
    margin-top: 16px;
  }
}

@media (min-width: 1200px) {
  .mt-xl-16 {
    margin-top: 16px;
  }
}

@media (min-width: 1400px) {
  .mt-xxl-16 {
    margin-top: 16px;
  }
}

@media (min-width: 1980px) {
  .mt-xxxl-16 {
    margin-top: 16px;
  }
}

.mt-24 {
  margin-top: 24px;
}

@media (min-width: 576px) {
  .mt-sm-24 {
    margin-top: 24px;
  }
}

@media (min-width: 768px) {
  .mt-md-24 {
    margin-top: 24px;
  }
}

@media (min-width: 992px) {
  .mt-lg-24 {
    margin-top: 24px;
  }
}

@media (min-width: 1200px) {
  .mt-xl-24 {
    margin-top: 24px;
  }
}

@media (min-width: 1400px) {
  .mt-xxl-24 {
    margin-top: 24px;
  }
}

@media (min-width: 1980px) {
  .mt-xxxl-24 {
    margin-top: 24px;
  }
}

.mt-32 {
  margin-top: 32px;
}

@media (min-width: 576px) {
  .mt-sm-32 {
    margin-top: 32px;
  }
}

@media (min-width: 768px) {
  .mt-md-32 {
    margin-top: 32px;
  }
}

@media (min-width: 992px) {
  .mt-lg-32 {
    margin-top: 32px;
  }
}

@media (min-width: 1200px) {
  .mt-xl-32 {
    margin-top: 32px;
  }
}

@media (min-width: 1400px) {
  .mt-xxl-32 {
    margin-top: 32px;
  }
}

@media (min-width: 1980px) {
  .mt-xxxl-32 {
    margin-top: 32px;
  }
}

.mt-40 {
  margin-top: 40px;
}

@media (min-width: 576px) {
  .mt-sm-40 {
    margin-top: 40px;
  }
}

@media (min-width: 768px) {
  .mt-md-40 {
    margin-top: 40px;
  }
}

@media (min-width: 992px) {
  .mt-lg-40 {
    margin-top: 40px;
  }
}

@media (min-width: 1200px) {
  .mt-xl-40 {
    margin-top: 40px;
  }
}

@media (min-width: 1400px) {
  .mt-xxl-40 {
    margin-top: 40px;
  }
}

@media (min-width: 1980px) {
  .mt-xxxl-40 {
    margin-top: 40px;
  }
}

.mt-48 {
  margin-top: 48px;
}

@media (min-width: 576px) {
  .mt-sm-48 {
    margin-top: 48px;
  }
}

@media (min-width: 768px) {
  .mt-md-48 {
    margin-top: 48px;
  }
}

@media (min-width: 992px) {
  .mt-lg-48 {
    margin-top: 48px;
  }
}

@media (min-width: 1200px) {
  .mt-xl-48 {
    margin-top: 48px;
  }
}

@media (min-width: 1400px) {
  .mt-xxl-48 {
    margin-top: 48px;
  }
}

@media (min-width: 1980px) {
  .mt-xxxl-48 {
    margin-top: 48px;
  }
}

.mt-52 {
  margin-top: 52px;
}

@media (min-width: 576px) {
  .mt-sm-52 {
    margin-top: 52px;
  }
}

@media (min-width: 768px) {
  .mt-md-52 {
    margin-top: 52px;
  }
}

@media (min-width: 992px) {
  .mt-lg-52 {
    margin-top: 52px;
  }
}

@media (min-width: 1200px) {
  .mt-xl-52 {
    margin-top: 52px;
  }
}

@media (min-width: 1400px) {
  .mt-xxl-52 {
    margin-top: 52px;
  }
}

@media (min-width: 1980px) {
  .mt-xxxl-52 {
    margin-top: 52px;
  }
}

.mt-64 {
  margin-top: 64px;
}

@media (min-width: 576px) {
  .mt-sm-64 {
    margin-top: 64px;
  }
}

@media (min-width: 768px) {
  .mt-md-64 {
    margin-top: 64px;
  }
}

@media (min-width: 992px) {
  .mt-lg-64 {
    margin-top: 64px;
  }
}

@media (min-width: 1200px) {
  .mt-xl-64 {
    margin-top: 64px;
  }
}

@media (min-width: 1400px) {
  .mt-xxl-64 {
    margin-top: 64px;
  }
}

@media (min-width: 1980px) {
  .mt-xxxl-64 {
    margin-top: 64px;
  }
}

.mt-80 {
  margin-top: 80px;
}

@media (min-width: 576px) {
  .mt-sm-80 {
    margin-top: 80px;
  }
}

@media (min-width: 768px) {
  .mt-md-80 {
    margin-top: 80px;
  }
}

@media (min-width: 992px) {
  .mt-lg-80 {
    margin-top: 80px;
  }
}

@media (min-width: 1200px) {
  .mt-xl-80 {
    margin-top: 80px;
  }
}

@media (min-width: 1400px) {
  .mt-xxl-80 {
    margin-top: 80px;
  }
}

@media (min-width: 1980px) {
  .mt-xxxl-80 {
    margin-top: 80px;
  }
}

.mt-96 {
  margin-top: 96px;
}

@media (min-width: 576px) {
  .mt-sm-96 {
    margin-top: 96px;
  }
}

@media (min-width: 768px) {
  .mt-md-96 {
    margin-top: 96px;
  }
}

@media (min-width: 992px) {
  .mt-lg-96 {
    margin-top: 96px;
  }
}

@media (min-width: 1200px) {
  .mt-xl-96 {
    margin-top: 96px;
  }
}

@media (min-width: 1400px) {
  .mt-xxl-96 {
    margin-top: 96px;
  }
}

@media (min-width: 1980px) {
  .mt-xxxl-96 {
    margin-top: 96px;
  }
}

.mt-128 {
  margin-top: 128px;
}

@media (min-width: 576px) {
  .mt-sm-128 {
    margin-top: 128px;
  }
}

@media (min-width: 768px) {
  .mt-md-128 {
    margin-top: 128px;
  }
}

@media (min-width: 992px) {
  .mt-lg-128 {
    margin-top: 128px;
  }
}

@media (min-width: 1200px) {
  .mt-xl-128 {
    margin-top: 128px;
  }
}

@media (min-width: 1400px) {
  .mt-xxl-128 {
    margin-top: 128px;
  }
}

@media (min-width: 1980px) {
  .mt-xxxl-128 {
    margin-top: 128px;
  }
}

.mt-160 {
  margin-top: 160px;
}

@media (min-width: 576px) {
  .mt-sm-160 {
    margin-top: 160px;
  }
}

@media (min-width: 768px) {
  .mt-md-160 {
    margin-top: 160px;
  }
}

@media (min-width: 992px) {
  .mt-lg-160 {
    margin-top: 160px;
  }
}

@media (min-width: 1200px) {
  .mt-xl-160 {
    margin-top: 160px;
  }
}

@media (min-width: 1400px) {
  .mt-xxl-160 {
    margin-top: 160px;
  }
}

@media (min-width: 1980px) {
  .mt-xxxl-160 {
    margin-top: 160px;
  }
}

.mt-192 {
  margin-top: 192px;
}

@media (min-width: 576px) {
  .mt-sm-192 {
    margin-top: 192px;
  }
}

@media (min-width: 768px) {
  .mt-md-192 {
    margin-top: 192px;
  }
}

@media (min-width: 992px) {
  .mt-lg-192 {
    margin-top: 192px;
  }
}

@media (min-width: 1200px) {
  .mt-xl-192 {
    margin-top: 192px;
  }
}

@media (min-width: 1400px) {
  .mt-xxl-192 {
    margin-top: 192px;
  }
}

@media (min-width: 1980px) {
  .mt-xxxl-192 {
    margin-top: 192px;
  }
}

.mt-200 {
  margin-top: 200px;
}

@media (min-width: 576px) {
  .mt-sm-200 {
    margin-top: 200px;
  }
}

@media (min-width: 768px) {
  .mt-md-200 {
    margin-top: 200px;
  }
}

@media (min-width: 992px) {
  .mt-lg-200 {
    margin-top: 200px;
  }
}

@media (min-width: 1200px) {
  .mt-xl-200 {
    margin-top: 200px;
  }
}

@media (min-width: 1400px) {
  .mt-xxl-200 {
    margin-top: 200px;
  }
}

@media (min-width: 1980px) {
  .mt-xxxl-200 {
    margin-top: 200px;
  }
}

.mt-264 {
  margin-top: 264px;
}

@media (min-width: 576px) {
  .mt-sm-264 {
    margin-top: 264px;
  }
}

@media (min-width: 768px) {
  .mt-md-264 {
    margin-top: 264px;
  }
}

@media (min-width: 992px) {
  .mt-lg-264 {
    margin-top: 264px;
  }
}

@media (min-width: 1200px) {
  .mt-xl-264 {
    margin-top: 264px;
  }
}

@media (min-width: 1400px) {
  .mt-xxl-264 {
    margin-top: 264px;
  }
}

@media (min-width: 1980px) {
  .mt-xxxl-264 {
    margin-top: 264px;
  }
}

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

@media (min-width: 576px) {
  .mr-sm-0 {
    margin-right: 0;
  }
}

@media (min-width: 768px) {
  .mr-md-0 {
    margin-right: 0;
  }
}

@media (min-width: 992px) {
  .mr-lg-0 {
    margin-right: 0;
  }
}

@media (min-width: 1200px) {
  .mr-xl-0 {
    margin-right: 0;
  }
}

@media (min-width: 1400px) {
  .mr-xxl-0 {
    margin-right: 0;
  }
}

@media (min-width: 1980px) {
  .mr-xxxl-0 {
    margin-right: 0;
  }
}

.mr-4 {
  margin-right: 4px;
}

@media (min-width: 576px) {
  .mr-sm-4 {
    margin-right: 4px;
  }
}

@media (min-width: 768px) {
  .mr-md-4 {
    margin-right: 4px;
  }
}

@media (min-width: 992px) {
  .mr-lg-4 {
    margin-right: 4px;
  }
}

@media (min-width: 1200px) {
  .mr-xl-4 {
    margin-right: 4px;
  }
}

@media (min-width: 1400px) {
  .mr-xxl-4 {
    margin-right: 4px;
  }
}

@media (min-width: 1980px) {
  .mr-xxxl-4 {
    margin-right: 4px;
  }
}

.mr-8 {
  margin-right: 8px;
}

@media (min-width: 576px) {
  .mr-sm-8 {
    margin-right: 8px;
  }
}

@media (min-width: 768px) {
  .mr-md-8 {
    margin-right: 8px;
  }
}

@media (min-width: 992px) {
  .mr-lg-8 {
    margin-right: 8px;
  }
}

@media (min-width: 1200px) {
  .mr-xl-8 {
    margin-right: 8px;
  }
}

@media (min-width: 1400px) {
  .mr-xxl-8 {
    margin-right: 8px;
  }
}

@media (min-width: 1980px) {
  .mr-xxxl-8 {
    margin-right: 8px;
  }
}

.mr-12 {
  margin-right: 12px;
}

@media (min-width: 576px) {
  .mr-sm-12 {
    margin-right: 12px;
  }
}

@media (min-width: 768px) {
  .mr-md-12 {
    margin-right: 12px;
  }
}

@media (min-width: 992px) {
  .mr-lg-12 {
    margin-right: 12px;
  }
}

@media (min-width: 1200px) {
  .mr-xl-12 {
    margin-right: 12px;
  }
}

@media (min-width: 1400px) {
  .mr-xxl-12 {
    margin-right: 12px;
  }
}

@media (min-width: 1980px) {
  .mr-xxxl-12 {
    margin-right: 12px;
  }
}

.mr-16 {
  margin-right: 16px;
}

@media (min-width: 576px) {
  .mr-sm-16 {
    margin-right: 16px;
  }
}

@media (min-width: 768px) {
  .mr-md-16 {
    margin-right: 16px;
  }
}

@media (min-width: 992px) {
  .mr-lg-16 {
    margin-right: 16px;
  }
}

@media (min-width: 1200px) {
  .mr-xl-16 {
    margin-right: 16px;
  }
}

@media (min-width: 1400px) {
  .mr-xxl-16 {
    margin-right: 16px;
  }
}

@media (min-width: 1980px) {
  .mr-xxxl-16 {
    margin-right: 16px;
  }
}

.mr-24 {
  margin-right: 24px;
}

@media (min-width: 576px) {
  .mr-sm-24 {
    margin-right: 24px;
  }
}

@media (min-width: 768px) {
  .mr-md-24 {
    margin-right: 24px;
  }
}

@media (min-width: 992px) {
  .mr-lg-24 {
    margin-right: 24px;
  }
}

@media (min-width: 1200px) {
  .mr-xl-24 {
    margin-right: 24px;
  }
}

@media (min-width: 1400px) {
  .mr-xxl-24 {
    margin-right: 24px;
  }
}

@media (min-width: 1980px) {
  .mr-xxxl-24 {
    margin-right: 24px;
  }
}

.mr-32 {
  margin-right: 32px;
}

@media (min-width: 576px) {
  .mr-sm-32 {
    margin-right: 32px;
  }
}

@media (min-width: 768px) {
  .mr-md-32 {
    margin-right: 32px;
  }
}

@media (min-width: 992px) {
  .mr-lg-32 {
    margin-right: 32px;
  }
}

@media (min-width: 1200px) {
  .mr-xl-32 {
    margin-right: 32px;
  }
}

@media (min-width: 1400px) {
  .mr-xxl-32 {
    margin-right: 32px;
  }
}

@media (min-width: 1980px) {
  .mr-xxxl-32 {
    margin-right: 32px;
  }
}

.mr-40 {
  margin-right: 40px;
}

@media (min-width: 576px) {
  .mr-sm-40 {
    margin-right: 40px;
  }
}

@media (min-width: 768px) {
  .mr-md-40 {
    margin-right: 40px;
  }
}

@media (min-width: 992px) {
  .mr-lg-40 {
    margin-right: 40px;
  }
}

@media (min-width: 1200px) {
  .mr-xl-40 {
    margin-right: 40px;
  }
}

@media (min-width: 1400px) {
  .mr-xxl-40 {
    margin-right: 40px;
  }
}

@media (min-width: 1980px) {
  .mr-xxxl-40 {
    margin-right: 40px;
  }
}

.mr-48 {
  margin-right: 48px;
}

@media (min-width: 576px) {
  .mr-sm-48 {
    margin-right: 48px;
  }
}

@media (min-width: 768px) {
  .mr-md-48 {
    margin-right: 48px;
  }
}

@media (min-width: 992px) {
  .mr-lg-48 {
    margin-right: 48px;
  }
}

@media (min-width: 1200px) {
  .mr-xl-48 {
    margin-right: 48px;
  }
}

@media (min-width: 1400px) {
  .mr-xxl-48 {
    margin-right: 48px;
  }
}

@media (min-width: 1980px) {
  .mr-xxxl-48 {
    margin-right: 48px;
  }
}

.mr-52 {
  margin-right: 52px;
}

@media (min-width: 576px) {
  .mr-sm-52 {
    margin-right: 52px;
  }
}

@media (min-width: 768px) {
  .mr-md-52 {
    margin-right: 52px;
  }
}

@media (min-width: 992px) {
  .mr-lg-52 {
    margin-right: 52px;
  }
}

@media (min-width: 1200px) {
  .mr-xl-52 {
    margin-right: 52px;
  }
}

@media (min-width: 1400px) {
  .mr-xxl-52 {
    margin-right: 52px;
  }
}

@media (min-width: 1980px) {
  .mr-xxxl-52 {
    margin-right: 52px;
  }
}

.mr-64 {
  margin-right: 64px;
}

@media (min-width: 576px) {
  .mr-sm-64 {
    margin-right: 64px;
  }
}

@media (min-width: 768px) {
  .mr-md-64 {
    margin-right: 64px;
  }
}

@media (min-width: 992px) {
  .mr-lg-64 {
    margin-right: 64px;
  }
}

@media (min-width: 1200px) {
  .mr-xl-64 {
    margin-right: 64px;
  }
}

@media (min-width: 1400px) {
  .mr-xxl-64 {
    margin-right: 64px;
  }
}

@media (min-width: 1980px) {
  .mr-xxxl-64 {
    margin-right: 64px;
  }
}

.mr-80 {
  margin-right: 80px;
}

@media (min-width: 576px) {
  .mr-sm-80 {
    margin-right: 80px;
  }
}

@media (min-width: 768px) {
  .mr-md-80 {
    margin-right: 80px;
  }
}

@media (min-width: 992px) {
  .mr-lg-80 {
    margin-right: 80px;
  }
}

@media (min-width: 1200px) {
  .mr-xl-80 {
    margin-right: 80px;
  }
}

@media (min-width: 1400px) {
  .mr-xxl-80 {
    margin-right: 80px;
  }
}

@media (min-width: 1980px) {
  .mr-xxxl-80 {
    margin-right: 80px;
  }
}

.mr-96 {
  margin-right: 96px;
}

@media (min-width: 576px) {
  .mr-sm-96 {
    margin-right: 96px;
  }
}

@media (min-width: 768px) {
  .mr-md-96 {
    margin-right: 96px;
  }
}

@media (min-width: 992px) {
  .mr-lg-96 {
    margin-right: 96px;
  }
}

@media (min-width: 1200px) {
  .mr-xl-96 {
    margin-right: 96px;
  }
}

@media (min-width: 1400px) {
  .mr-xxl-96 {
    margin-right: 96px;
  }
}

@media (min-width: 1980px) {
  .mr-xxxl-96 {
    margin-right: 96px;
  }
}

.mr-128 {
  margin-right: 128px;
}

@media (min-width: 576px) {
  .mr-sm-128 {
    margin-right: 128px;
  }
}

@media (min-width: 768px) {
  .mr-md-128 {
    margin-right: 128px;
  }
}

@media (min-width: 992px) {
  .mr-lg-128 {
    margin-right: 128px;
  }
}

@media (min-width: 1200px) {
  .mr-xl-128 {
    margin-right: 128px;
  }
}

@media (min-width: 1400px) {
  .mr-xxl-128 {
    margin-right: 128px;
  }
}

@media (min-width: 1980px) {
  .mr-xxxl-128 {
    margin-right: 128px;
  }
}

.mr-160 {
  margin-right: 160px;
}

@media (min-width: 576px) {
  .mr-sm-160 {
    margin-right: 160px;
  }
}

@media (min-width: 768px) {
  .mr-md-160 {
    margin-right: 160px;
  }
}

@media (min-width: 992px) {
  .mr-lg-160 {
    margin-right: 160px;
  }
}

@media (min-width: 1200px) {
  .mr-xl-160 {
    margin-right: 160px;
  }
}

@media (min-width: 1400px) {
  .mr-xxl-160 {
    margin-right: 160px;
  }
}

@media (min-width: 1980px) {
  .mr-xxxl-160 {
    margin-right: 160px;
  }
}

.mr-192 {
  margin-right: 192px;
}

@media (min-width: 576px) {
  .mr-sm-192 {
    margin-right: 192px;
  }
}

@media (min-width: 768px) {
  .mr-md-192 {
    margin-right: 192px;
  }
}

@media (min-width: 992px) {
  .mr-lg-192 {
    margin-right: 192px;
  }
}

@media (min-width: 1200px) {
  .mr-xl-192 {
    margin-right: 192px;
  }
}

@media (min-width: 1400px) {
  .mr-xxl-192 {
    margin-right: 192px;
  }
}

@media (min-width: 1980px) {
  .mr-xxxl-192 {
    margin-right: 192px;
  }
}

.mr-200 {
  margin-right: 200px;
}

@media (min-width: 576px) {
  .mr-sm-200 {
    margin-right: 200px;
  }
}

@media (min-width: 768px) {
  .mr-md-200 {
    margin-right: 200px;
  }
}

@media (min-width: 992px) {
  .mr-lg-200 {
    margin-right: 200px;
  }
}

@media (min-width: 1200px) {
  .mr-xl-200 {
    margin-right: 200px;
  }
}

@media (min-width: 1400px) {
  .mr-xxl-200 {
    margin-right: 200px;
  }
}

@media (min-width: 1980px) {
  .mr-xxxl-200 {
    margin-right: 200px;
  }
}

.mr-264 {
  margin-right: 264px;
}

@media (min-width: 576px) {
  .mr-sm-264 {
    margin-right: 264px;
  }
}

@media (min-width: 768px) {
  .mr-md-264 {
    margin-right: 264px;
  }
}

@media (min-width: 992px) {
  .mr-lg-264 {
    margin-right: 264px;
  }
}

@media (min-width: 1200px) {
  .mr-xl-264 {
    margin-right: 264px;
  }
}

@media (min-width: 1400px) {
  .mr-xxl-264 {
    margin-right: 264px;
  }
}

@media (min-width: 1980px) {
  .mr-xxxl-264 {
    margin-right: 264px;
  }
}

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

@media (min-width: 576px) {
  .mb-sm-0 {
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  .mb-md-0 {
    margin-bottom: 0;
  }
}

@media (min-width: 992px) {
  .mb-lg-0 {
    margin-bottom: 0;
  }
}

@media (min-width: 1200px) {
  .mb-xl-0 {
    margin-bottom: 0;
  }
}

@media (min-width: 1400px) {
  .mb-xxl-0 {
    margin-bottom: 0;
  }
}

@media (min-width: 1980px) {
  .mb-xxxl-0 {
    margin-bottom: 0;
  }
}

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

@media (min-width: 576px) {
  .mb-sm-4 {
    margin-bottom: 4px;
  }
}

@media (min-width: 768px) {
  .mb-md-4 {
    margin-bottom: 4px;
  }
}

@media (min-width: 992px) {
  .mb-lg-4 {
    margin-bottom: 4px;
  }
}

@media (min-width: 1200px) {
  .mb-xl-4 {
    margin-bottom: 4px;
  }
}

@media (min-width: 1400px) {
  .mb-xxl-4 {
    margin-bottom: 4px;
  }
}

@media (min-width: 1980px) {
  .mb-xxxl-4 {
    margin-bottom: 4px;
  }
}

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

@media (min-width: 576px) {
  .mb-sm-8 {
    margin-bottom: 8px;
  }
}

@media (min-width: 768px) {
  .mb-md-8 {
    margin-bottom: 8px;
  }
}

@media (min-width: 992px) {
  .mb-lg-8 {
    margin-bottom: 8px;
  }
}

@media (min-width: 1200px) {
  .mb-xl-8 {
    margin-bottom: 8px;
  }
}

@media (min-width: 1400px) {
  .mb-xxl-8 {
    margin-bottom: 8px;
  }
}

@media (min-width: 1980px) {
  .mb-xxxl-8 {
    margin-bottom: 8px;
  }
}

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

@media (min-width: 576px) {
  .mb-sm-12 {
    margin-bottom: 12px;
  }
}

@media (min-width: 768px) {
  .mb-md-12 {
    margin-bottom: 12px;
  }
}

@media (min-width: 992px) {
  .mb-lg-12 {
    margin-bottom: 12px;
  }
}

@media (min-width: 1200px) {
  .mb-xl-12 {
    margin-bottom: 12px;
  }
}

@media (min-width: 1400px) {
  .mb-xxl-12 {
    margin-bottom: 12px;
  }
}

@media (min-width: 1980px) {
  .mb-xxxl-12 {
    margin-bottom: 12px;
  }
}

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

@media (min-width: 576px) {
  .mb-sm-16 {
    margin-bottom: 16px;
  }
}

@media (min-width: 768px) {
  .mb-md-16 {
    margin-bottom: 16px;
  }
}

@media (min-width: 992px) {
  .mb-lg-16 {
    margin-bottom: 16px;
  }
}

@media (min-width: 1200px) {
  .mb-xl-16 {
    margin-bottom: 16px;
  }
}

@media (min-width: 1400px) {
  .mb-xxl-16 {
    margin-bottom: 16px;
  }
}

@media (min-width: 1980px) {
  .mb-xxxl-16 {
    margin-bottom: 16px;
  }
}

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

@media (min-width: 576px) {
  .mb-sm-24 {
    margin-bottom: 24px;
  }
}

@media (min-width: 768px) {
  .mb-md-24 {
    margin-bottom: 24px;
  }
}

@media (min-width: 992px) {
  .mb-lg-24 {
    margin-bottom: 24px;
  }
}

@media (min-width: 1200px) {
  .mb-xl-24 {
    margin-bottom: 24px;
  }
}

@media (min-width: 1400px) {
  .mb-xxl-24 {
    margin-bottom: 24px;
  }
}

@media (min-width: 1980px) {
  .mb-xxxl-24 {
    margin-bottom: 24px;
  }
}

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

@media (min-width: 576px) {
  .mb-sm-32 {
    margin-bottom: 32px;
  }
}

@media (min-width: 768px) {
  .mb-md-32 {
    margin-bottom: 32px;
  }
}

@media (min-width: 992px) {
  .mb-lg-32 {
    margin-bottom: 32px;
  }
}

@media (min-width: 1200px) {
  .mb-xl-32 {
    margin-bottom: 32px;
  }
}

@media (min-width: 1400px) {
  .mb-xxl-32 {
    margin-bottom: 32px;
  }
}

@media (min-width: 1980px) {
  .mb-xxxl-32 {
    margin-bottom: 32px;
  }
}

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

@media (min-width: 576px) {
  .mb-sm-40 {
    margin-bottom: 40px;
  }
}

@media (min-width: 768px) {
  .mb-md-40 {
    margin-bottom: 40px;
  }
}

@media (min-width: 992px) {
  .mb-lg-40 {
    margin-bottom: 40px;
  }
}

@media (min-width: 1200px) {
  .mb-xl-40 {
    margin-bottom: 40px;
  }
}

@media (min-width: 1400px) {
  .mb-xxl-40 {
    margin-bottom: 40px;
  }
}

@media (min-width: 1980px) {
  .mb-xxxl-40 {
    margin-bottom: 40px;
  }
}

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

@media (min-width: 576px) {
  .mb-sm-48 {
    margin-bottom: 48px;
  }
}

@media (min-width: 768px) {
  .mb-md-48 {
    margin-bottom: 48px;
  }
}

@media (min-width: 992px) {
  .mb-lg-48 {
    margin-bottom: 48px;
  }
}

@media (min-width: 1200px) {
  .mb-xl-48 {
    margin-bottom: 48px;
  }
}

@media (min-width: 1400px) {
  .mb-xxl-48 {
    margin-bottom: 48px;
  }
}

@media (min-width: 1980px) {
  .mb-xxxl-48 {
    margin-bottom: 48px;
  }
}

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

@media (min-width: 576px) {
  .mb-sm-52 {
    margin-bottom: 52px;
  }
}

@media (min-width: 768px) {
  .mb-md-52 {
    margin-bottom: 52px;
  }
}

@media (min-width: 992px) {
  .mb-lg-52 {
    margin-bottom: 52px;
  }
}

@media (min-width: 1200px) {
  .mb-xl-52 {
    margin-bottom: 52px;
  }
}

@media (min-width: 1400px) {
  .mb-xxl-52 {
    margin-bottom: 52px;
  }
}

@media (min-width: 1980px) {
  .mb-xxxl-52 {
    margin-bottom: 52px;
  }
}

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

@media (min-width: 576px) {
  .mb-sm-64 {
    margin-bottom: 64px;
  }
}

@media (min-width: 768px) {
  .mb-md-64 {
    margin-bottom: 64px;
  }
}

@media (min-width: 992px) {
  .mb-lg-64 {
    margin-bottom: 64px;
  }
}

@media (min-width: 1200px) {
  .mb-xl-64 {
    margin-bottom: 64px;
  }
}

@media (min-width: 1400px) {
  .mb-xxl-64 {
    margin-bottom: 64px;
  }
}

@media (min-width: 1980px) {
  .mb-xxxl-64 {
    margin-bottom: 64px;
  }
}

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

@media (min-width: 576px) {
  .mb-sm-80 {
    margin-bottom: 80px;
  }
}

@media (min-width: 768px) {
  .mb-md-80 {
    margin-bottom: 80px;
  }
}

@media (min-width: 992px) {
  .mb-lg-80 {
    margin-bottom: 80px;
  }
}

@media (min-width: 1200px) {
  .mb-xl-80 {
    margin-bottom: 80px;
  }
}

@media (min-width: 1400px) {
  .mb-xxl-80 {
    margin-bottom: 80px;
  }
}

@media (min-width: 1980px) {
  .mb-xxxl-80 {
    margin-bottom: 80px;
  }
}

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

@media (min-width: 576px) {
  .mb-sm-96 {
    margin-bottom: 96px;
  }
}

@media (min-width: 768px) {
  .mb-md-96 {
    margin-bottom: 96px;
  }
}

@media (min-width: 992px) {
  .mb-lg-96 {
    margin-bottom: 96px;
  }
}

@media (min-width: 1200px) {
  .mb-xl-96 {
    margin-bottom: 96px;
  }
}

@media (min-width: 1400px) {
  .mb-xxl-96 {
    margin-bottom: 96px;
  }
}

@media (min-width: 1980px) {
  .mb-xxxl-96 {
    margin-bottom: 96px;
  }
}

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

@media (min-width: 576px) {
  .mb-sm-128 {
    margin-bottom: 128px;
  }
}

@media (min-width: 768px) {
  .mb-md-128 {
    margin-bottom: 128px;
  }
}

@media (min-width: 992px) {
  .mb-lg-128 {
    margin-bottom: 128px;
  }
}

@media (min-width: 1200px) {
  .mb-xl-128 {
    margin-bottom: 128px;
  }
}

@media (min-width: 1400px) {
  .mb-xxl-128 {
    margin-bottom: 128px;
  }
}

@media (min-width: 1980px) {
  .mb-xxxl-128 {
    margin-bottom: 128px;
  }
}

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

@media (min-width: 576px) {
  .mb-sm-160 {
    margin-bottom: 160px;
  }
}

@media (min-width: 768px) {
  .mb-md-160 {
    margin-bottom: 160px;
  }
}

@media (min-width: 992px) {
  .mb-lg-160 {
    margin-bottom: 160px;
  }
}

@media (min-width: 1200px) {
  .mb-xl-160 {
    margin-bottom: 160px;
  }
}

@media (min-width: 1400px) {
  .mb-xxl-160 {
    margin-bottom: 160px;
  }
}

@media (min-width: 1980px) {
  .mb-xxxl-160 {
    margin-bottom: 160px;
  }
}

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

@media (min-width: 576px) {
  .mb-sm-192 {
    margin-bottom: 192px;
  }
}

@media (min-width: 768px) {
  .mb-md-192 {
    margin-bottom: 192px;
  }
}

@media (min-width: 992px) {
  .mb-lg-192 {
    margin-bottom: 192px;
  }
}

@media (min-width: 1200px) {
  .mb-xl-192 {
    margin-bottom: 192px;
  }
}

@media (min-width: 1400px) {
  .mb-xxl-192 {
    margin-bottom: 192px;
  }
}

@media (min-width: 1980px) {
  .mb-xxxl-192 {
    margin-bottom: 192px;
  }
}

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

@media (min-width: 576px) {
  .mb-sm-200 {
    margin-bottom: 200px;
  }
}

@media (min-width: 768px) {
  .mb-md-200 {
    margin-bottom: 200px;
  }
}

@media (min-width: 992px) {
  .mb-lg-200 {
    margin-bottom: 200px;
  }
}

@media (min-width: 1200px) {
  .mb-xl-200 {
    margin-bottom: 200px;
  }
}

@media (min-width: 1400px) {
  .mb-xxl-200 {
    margin-bottom: 200px;
  }
}

@media (min-width: 1980px) {
  .mb-xxxl-200 {
    margin-bottom: 200px;
  }
}

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

@media (min-width: 576px) {
  .mb-sm-264 {
    margin-bottom: 264px;
  }
}

@media (min-width: 768px) {
  .mb-md-264 {
    margin-bottom: 264px;
  }
}

@media (min-width: 992px) {
  .mb-lg-264 {
    margin-bottom: 264px;
  }
}

@media (min-width: 1200px) {
  .mb-xl-264 {
    margin-bottom: 264px;
  }
}

@media (min-width: 1400px) {
  .mb-xxl-264 {
    margin-bottom: 264px;
  }
}

@media (min-width: 1980px) {
  .mb-xxxl-264 {
    margin-bottom: 264px;
  }
}

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

@media (min-width: 576px) {
  .ml-sm-0 {
    margin-left: 0;
  }
}

@media (min-width: 768px) {
  .ml-md-0 {
    margin-left: 0;
  }
}

@media (min-width: 992px) {
  .ml-lg-0 {
    margin-left: 0;
  }
}

@media (min-width: 1200px) {
  .ml-xl-0 {
    margin-left: 0;
  }
}

@media (min-width: 1400px) {
  .ml-xxl-0 {
    margin-left: 0;
  }
}

@media (min-width: 1980px) {
  .ml-xxxl-0 {
    margin-left: 0;
  }
}

.ml-4 {
  margin-left: 4px;
}

@media (min-width: 576px) {
  .ml-sm-4 {
    margin-left: 4px;
  }
}

@media (min-width: 768px) {
  .ml-md-4 {
    margin-left: 4px;
  }
}

@media (min-width: 992px) {
  .ml-lg-4 {
    margin-left: 4px;
  }
}

@media (min-width: 1200px) {
  .ml-xl-4 {
    margin-left: 4px;
  }
}

@media (min-width: 1400px) {
  .ml-xxl-4 {
    margin-left: 4px;
  }
}

@media (min-width: 1980px) {
  .ml-xxxl-4 {
    margin-left: 4px;
  }
}

.ml-8 {
  margin-left: 8px;
}

@media (min-width: 576px) {
  .ml-sm-8 {
    margin-left: 8px;
  }
}

@media (min-width: 768px) {
  .ml-md-8 {
    margin-left: 8px;
  }
}

@media (min-width: 992px) {
  .ml-lg-8 {
    margin-left: 8px;
  }
}

@media (min-width: 1200px) {
  .ml-xl-8 {
    margin-left: 8px;
  }
}

@media (min-width: 1400px) {
  .ml-xxl-8 {
    margin-left: 8px;
  }
}

@media (min-width: 1980px) {
  .ml-xxxl-8 {
    margin-left: 8px;
  }
}

.ml-12 {
  margin-left: 12px;
}

@media (min-width: 576px) {
  .ml-sm-12 {
    margin-left: 12px;
  }
}

@media (min-width: 768px) {
  .ml-md-12 {
    margin-left: 12px;
  }
}

@media (min-width: 992px) {
  .ml-lg-12 {
    margin-left: 12px;
  }
}

@media (min-width: 1200px) {
  .ml-xl-12 {
    margin-left: 12px;
  }
}

@media (min-width: 1400px) {
  .ml-xxl-12 {
    margin-left: 12px;
  }
}

@media (min-width: 1980px) {
  .ml-xxxl-12 {
    margin-left: 12px;
  }
}

.ml-16 {
  margin-left: 16px;
}

@media (min-width: 576px) {
  .ml-sm-16 {
    margin-left: 16px;
  }
}

@media (min-width: 768px) {
  .ml-md-16 {
    margin-left: 16px;
  }
}

@media (min-width: 992px) {
  .ml-lg-16 {
    margin-left: 16px;
  }
}

@media (min-width: 1200px) {
  .ml-xl-16 {
    margin-left: 16px;
  }
}

@media (min-width: 1400px) {
  .ml-xxl-16 {
    margin-left: 16px;
  }
}

@media (min-width: 1980px) {
  .ml-xxxl-16 {
    margin-left: 16px;
  }
}

.ml-24 {
  margin-left: 24px;
}

@media (min-width: 576px) {
  .ml-sm-24 {
    margin-left: 24px;
  }
}

@media (min-width: 768px) {
  .ml-md-24 {
    margin-left: 24px;
  }
}

@media (min-width: 992px) {
  .ml-lg-24 {
    margin-left: 24px;
  }
}

@media (min-width: 1200px) {
  .ml-xl-24 {
    margin-left: 24px;
  }
}

@media (min-width: 1400px) {
  .ml-xxl-24 {
    margin-left: 24px;
  }
}

@media (min-width: 1980px) {
  .ml-xxxl-24 {
    margin-left: 24px;
  }
}

.ml-32 {
  margin-left: 32px;
}

@media (min-width: 576px) {
  .ml-sm-32 {
    margin-left: 32px;
  }
}

@media (min-width: 768px) {
  .ml-md-32 {
    margin-left: 32px;
  }
}

@media (min-width: 992px) {
  .ml-lg-32 {
    margin-left: 32px;
  }
}

@media (min-width: 1200px) {
  .ml-xl-32 {
    margin-left: 32px;
  }
}

@media (min-width: 1400px) {
  .ml-xxl-32 {
    margin-left: 32px;
  }
}

@media (min-width: 1980px) {
  .ml-xxxl-32 {
    margin-left: 32px;
  }
}

.ml-40 {
  margin-left: 40px;
}

@media (min-width: 576px) {
  .ml-sm-40 {
    margin-left: 40px;
  }
}

@media (min-width: 768px) {
  .ml-md-40 {
    margin-left: 40px;
  }
}

@media (min-width: 992px) {
  .ml-lg-40 {
    margin-left: 40px;
  }
}

@media (min-width: 1200px) {
  .ml-xl-40 {
    margin-left: 40px;
  }
}

@media (min-width: 1400px) {
  .ml-xxl-40 {
    margin-left: 40px;
  }
}

@media (min-width: 1980px) {
  .ml-xxxl-40 {
    margin-left: 40px;
  }
}

.ml-48 {
  margin-left: 48px;
}

@media (min-width: 576px) {
  .ml-sm-48 {
    margin-left: 48px;
  }
}

@media (min-width: 768px) {
  .ml-md-48 {
    margin-left: 48px;
  }
}

@media (min-width: 992px) {
  .ml-lg-48 {
    margin-left: 48px;
  }
}

@media (min-width: 1200px) {
  .ml-xl-48 {
    margin-left: 48px;
  }
}

@media (min-width: 1400px) {
  .ml-xxl-48 {
    margin-left: 48px;
  }
}

@media (min-width: 1980px) {
  .ml-xxxl-48 {
    margin-left: 48px;
  }
}

.ml-52 {
  margin-left: 52px;
}

@media (min-width: 576px) {
  .ml-sm-52 {
    margin-left: 52px;
  }
}

@media (min-width: 768px) {
  .ml-md-52 {
    margin-left: 52px;
  }
}

@media (min-width: 992px) {
  .ml-lg-52 {
    margin-left: 52px;
  }
}

@media (min-width: 1200px) {
  .ml-xl-52 {
    margin-left: 52px;
  }
}

@media (min-width: 1400px) {
  .ml-xxl-52 {
    margin-left: 52px;
  }
}

@media (min-width: 1980px) {
  .ml-xxxl-52 {
    margin-left: 52px;
  }
}

.ml-64 {
  margin-left: 64px;
}

@media (min-width: 576px) {
  .ml-sm-64 {
    margin-left: 64px;
  }
}

@media (min-width: 768px) {
  .ml-md-64 {
    margin-left: 64px;
  }
}

@media (min-width: 992px) {
  .ml-lg-64 {
    margin-left: 64px;
  }
}

@media (min-width: 1200px) {
  .ml-xl-64 {
    margin-left: 64px;
  }
}

@media (min-width: 1400px) {
  .ml-xxl-64 {
    margin-left: 64px;
  }
}

@media (min-width: 1980px) {
  .ml-xxxl-64 {
    margin-left: 64px;
  }
}

.ml-80 {
  margin-left: 80px;
}

@media (min-width: 576px) {
  .ml-sm-80 {
    margin-left: 80px;
  }
}

@media (min-width: 768px) {
  .ml-md-80 {
    margin-left: 80px;
  }
}

@media (min-width: 992px) {
  .ml-lg-80 {
    margin-left: 80px;
  }
}

@media (min-width: 1200px) {
  .ml-xl-80 {
    margin-left: 80px;
  }
}

@media (min-width: 1400px) {
  .ml-xxl-80 {
    margin-left: 80px;
  }
}

@media (min-width: 1980px) {
  .ml-xxxl-80 {
    margin-left: 80px;
  }
}

.ml-96 {
  margin-left: 96px;
}

@media (min-width: 576px) {
  .ml-sm-96 {
    margin-left: 96px;
  }
}

@media (min-width: 768px) {
  .ml-md-96 {
    margin-left: 96px;
  }
}

@media (min-width: 992px) {
  .ml-lg-96 {
    margin-left: 96px;
  }
}

@media (min-width: 1200px) {
  .ml-xl-96 {
    margin-left: 96px;
  }
}

@media (min-width: 1400px) {
  .ml-xxl-96 {
    margin-left: 96px;
  }
}

@media (min-width: 1980px) {
  .ml-xxxl-96 {
    margin-left: 96px;
  }
}

.ml-128 {
  margin-left: 128px;
}

@media (min-width: 576px) {
  .ml-sm-128 {
    margin-left: 128px;
  }
}

@media (min-width: 768px) {
  .ml-md-128 {
    margin-left: 128px;
  }
}

@media (min-width: 992px) {
  .ml-lg-128 {
    margin-left: 128px;
  }
}

@media (min-width: 1200px) {
  .ml-xl-128 {
    margin-left: 128px;
  }
}

@media (min-width: 1400px) {
  .ml-xxl-128 {
    margin-left: 128px;
  }
}

@media (min-width: 1980px) {
  .ml-xxxl-128 {
    margin-left: 128px;
  }
}

.ml-160 {
  margin-left: 160px;
}

@media (min-width: 576px) {
  .ml-sm-160 {
    margin-left: 160px;
  }
}

@media (min-width: 768px) {
  .ml-md-160 {
    margin-left: 160px;
  }
}

@media (min-width: 992px) {
  .ml-lg-160 {
    margin-left: 160px;
  }
}

@media (min-width: 1200px) {
  .ml-xl-160 {
    margin-left: 160px;
  }
}

@media (min-width: 1400px) {
  .ml-xxl-160 {
    margin-left: 160px;
  }
}

@media (min-width: 1980px) {
  .ml-xxxl-160 {
    margin-left: 160px;
  }
}

.ml-192 {
  margin-left: 192px;
}

@media (min-width: 576px) {
  .ml-sm-192 {
    margin-left: 192px;
  }
}

@media (min-width: 768px) {
  .ml-md-192 {
    margin-left: 192px;
  }
}

@media (min-width: 992px) {
  .ml-lg-192 {
    margin-left: 192px;
  }
}

@media (min-width: 1200px) {
  .ml-xl-192 {
    margin-left: 192px;
  }
}

@media (min-width: 1400px) {
  .ml-xxl-192 {
    margin-left: 192px;
  }
}

@media (min-width: 1980px) {
  .ml-xxxl-192 {
    margin-left: 192px;
  }
}

.ml-200 {
  margin-left: 200px;
}

@media (min-width: 576px) {
  .ml-sm-200 {
    margin-left: 200px;
  }
}

@media (min-width: 768px) {
  .ml-md-200 {
    margin-left: 200px;
  }
}

@media (min-width: 992px) {
  .ml-lg-200 {
    margin-left: 200px;
  }
}

@media (min-width: 1200px) {
  .ml-xl-200 {
    margin-left: 200px;
  }
}

@media (min-width: 1400px) {
  .ml-xxl-200 {
    margin-left: 200px;
  }
}

@media (min-width: 1980px) {
  .ml-xxxl-200 {
    margin-left: 200px;
  }
}

.ml-264 {
  margin-left: 264px;
}

@media (min-width: 576px) {
  .ml-sm-264 {
    margin-left: 264px;
  }
}

@media (min-width: 768px) {
  .ml-md-264 {
    margin-left: 264px;
  }
}

@media (min-width: 992px) {
  .ml-lg-264 {
    margin-left: 264px;
  }
}

@media (min-width: 1200px) {
  .ml-xl-264 {
    margin-left: 264px;
  }
}

@media (min-width: 1400px) {
  .ml-xxl-264 {
    margin-left: 264px;
  }
}

@media (min-width: 1980px) {
  .ml-xxxl-264 {
    margin-left: 264px;
  }
}

.p-0 {
  padding: 0;
}

@media (min-width: 576px) {
  .p-sm-0 {
    padding: 0;
  }
}

@media (min-width: 768px) {
  .p-md-0 {
    padding: 0;
  }
}

@media (min-width: 992px) {
  .p-lg-0 {
    padding: 0;
  }
}

@media (min-width: 1200px) {
  .p-xl-0 {
    padding: 0;
  }
}

@media (min-width: 1400px) {
  .p-xxl-0 {
    padding: 0;
  }
}

@media (min-width: 1980px) {
  .p-xxxl-0 {
    padding: 0;
  }
}

.p-4 {
  padding: 4px;
}

@media (min-width: 576px) {
  .p-sm-4 {
    padding: 4px;
  }
}

@media (min-width: 768px) {
  .p-md-4 {
    padding: 4px;
  }
}

@media (min-width: 992px) {
  .p-lg-4 {
    padding: 4px;
  }
}

@media (min-width: 1200px) {
  .p-xl-4 {
    padding: 4px;
  }
}

@media (min-width: 1400px) {
  .p-xxl-4 {
    padding: 4px;
  }
}

@media (min-width: 1980px) {
  .p-xxxl-4 {
    padding: 4px;
  }
}

.p-8 {
  padding: 8px;
}

@media (min-width: 576px) {
  .p-sm-8 {
    padding: 8px;
  }
}

@media (min-width: 768px) {
  .p-md-8 {
    padding: 8px;
  }
}

@media (min-width: 992px) {
  .p-lg-8 {
    padding: 8px;
  }
}

@media (min-width: 1200px) {
  .p-xl-8 {
    padding: 8px;
  }
}

@media (min-width: 1400px) {
  .p-xxl-8 {
    padding: 8px;
  }
}

@media (min-width: 1980px) {
  .p-xxxl-8 {
    padding: 8px;
  }
}

.p-12 {
  padding: 12px;
}

@media (min-width: 576px) {
  .p-sm-12 {
    padding: 12px;
  }
}

@media (min-width: 768px) {
  .p-md-12 {
    padding: 12px;
  }
}

@media (min-width: 992px) {
  .p-lg-12 {
    padding: 12px;
  }
}

@media (min-width: 1200px) {
  .p-xl-12 {
    padding: 12px;
  }
}

@media (min-width: 1400px) {
  .p-xxl-12 {
    padding: 12px;
  }
}

@media (min-width: 1980px) {
  .p-xxxl-12 {
    padding: 12px;
  }
}

.p-16 {
  padding: 16px;
}

@media (min-width: 576px) {
  .p-sm-16 {
    padding: 16px;
  }
}

@media (min-width: 768px) {
  .p-md-16 {
    padding: 16px;
  }
}

@media (min-width: 992px) {
  .p-lg-16 {
    padding: 16px;
  }
}

@media (min-width: 1200px) {
  .p-xl-16 {
    padding: 16px;
  }
}

@media (min-width: 1400px) {
  .p-xxl-16 {
    padding: 16px;
  }
}

@media (min-width: 1980px) {
  .p-xxxl-16 {
    padding: 16px;
  }
}

.p-24 {
  padding: 24px;
}

@media (min-width: 576px) {
  .p-sm-24 {
    padding: 24px;
  }
}

@media (min-width: 768px) {
  .p-md-24 {
    padding: 24px;
  }
}

@media (min-width: 992px) {
  .p-lg-24 {
    padding: 24px;
  }
}

@media (min-width: 1200px) {
  .p-xl-24 {
    padding: 24px;
  }
}

@media (min-width: 1400px) {
  .p-xxl-24 {
    padding: 24px;
  }
}

@media (min-width: 1980px) {
  .p-xxxl-24 {
    padding: 24px;
  }
}

.p-32 {
  padding: 32px;
}

@media (min-width: 576px) {
  .p-sm-32 {
    padding: 32px;
  }
}

@media (min-width: 768px) {
  .p-md-32 {
    padding: 32px;
  }
}

@media (min-width: 992px) {
  .p-lg-32 {
    padding: 32px;
  }
}

@media (min-width: 1200px) {
  .p-xl-32 {
    padding: 32px;
  }
}

@media (min-width: 1400px) {
  .p-xxl-32 {
    padding: 32px;
  }
}

@media (min-width: 1980px) {
  .p-xxxl-32 {
    padding: 32px;
  }
}

.p-40 {
  padding: 40px;
}

@media (min-width: 576px) {
  .p-sm-40 {
    padding: 40px;
  }
}

@media (min-width: 768px) {
  .p-md-40 {
    padding: 40px;
  }
}

@media (min-width: 992px) {
  .p-lg-40 {
    padding: 40px;
  }
}

@media (min-width: 1200px) {
  .p-xl-40 {
    padding: 40px;
  }
}

@media (min-width: 1400px) {
  .p-xxl-40 {
    padding: 40px;
  }
}

@media (min-width: 1980px) {
  .p-xxxl-40 {
    padding: 40px;
  }
}

.p-48 {
  padding: 48px;
}

@media (min-width: 576px) {
  .p-sm-48 {
    padding: 48px;
  }
}

@media (min-width: 768px) {
  .p-md-48 {
    padding: 48px;
  }
}

@media (min-width: 992px) {
  .p-lg-48 {
    padding: 48px;
  }
}

@media (min-width: 1200px) {
  .p-xl-48 {
    padding: 48px;
  }
}

@media (min-width: 1400px) {
  .p-xxl-48 {
    padding: 48px;
  }
}

@media (min-width: 1980px) {
  .p-xxxl-48 {
    padding: 48px;
  }
}

.p-52 {
  padding: 52px;
}

@media (min-width: 576px) {
  .p-sm-52 {
    padding: 52px;
  }
}

@media (min-width: 768px) {
  .p-md-52 {
    padding: 52px;
  }
}

@media (min-width: 992px) {
  .p-lg-52 {
    padding: 52px;
  }
}

@media (min-width: 1200px) {
  .p-xl-52 {
    padding: 52px;
  }
}

@media (min-width: 1400px) {
  .p-xxl-52 {
    padding: 52px;
  }
}

@media (min-width: 1980px) {
  .p-xxxl-52 {
    padding: 52px;
  }
}

.p-64 {
  padding: 64px;
}

@media (min-width: 576px) {
  .p-sm-64 {
    padding: 64px;
  }
}

@media (min-width: 768px) {
  .p-md-64 {
    padding: 64px;
  }
}

@media (min-width: 992px) {
  .p-lg-64 {
    padding: 64px;
  }
}

@media (min-width: 1200px) {
  .p-xl-64 {
    padding: 64px;
  }
}

@media (min-width: 1400px) {
  .p-xxl-64 {
    padding: 64px;
  }
}

@media (min-width: 1980px) {
  .p-xxxl-64 {
    padding: 64px;
  }
}

.p-80 {
  padding: 80px;
}

@media (min-width: 576px) {
  .p-sm-80 {
    padding: 80px;
  }
}

@media (min-width: 768px) {
  .p-md-80 {
    padding: 80px;
  }
}

@media (min-width: 992px) {
  .p-lg-80 {
    padding: 80px;
  }
}

@media (min-width: 1200px) {
  .p-xl-80 {
    padding: 80px;
  }
}

@media (min-width: 1400px) {
  .p-xxl-80 {
    padding: 80px;
  }
}

@media (min-width: 1980px) {
  .p-xxxl-80 {
    padding: 80px;
  }
}

.p-96 {
  padding: 96px;
}

@media (min-width: 576px) {
  .p-sm-96 {
    padding: 96px;
  }
}

@media (min-width: 768px) {
  .p-md-96 {
    padding: 96px;
  }
}

@media (min-width: 992px) {
  .p-lg-96 {
    padding: 96px;
  }
}

@media (min-width: 1200px) {
  .p-xl-96 {
    padding: 96px;
  }
}

@media (min-width: 1400px) {
  .p-xxl-96 {
    padding: 96px;
  }
}

@media (min-width: 1980px) {
  .p-xxxl-96 {
    padding: 96px;
  }
}

.p-128 {
  padding: 128px;
}

@media (min-width: 576px) {
  .p-sm-128 {
    padding: 128px;
  }
}

@media (min-width: 768px) {
  .p-md-128 {
    padding: 128px;
  }
}

@media (min-width: 992px) {
  .p-lg-128 {
    padding: 128px;
  }
}

@media (min-width: 1200px) {
  .p-xl-128 {
    padding: 128px;
  }
}

@media (min-width: 1400px) {
  .p-xxl-128 {
    padding: 128px;
  }
}

@media (min-width: 1980px) {
  .p-xxxl-128 {
    padding: 128px;
  }
}

.p-160 {
  padding: 160px;
}

@media (min-width: 576px) {
  .p-sm-160 {
    padding: 160px;
  }
}

@media (min-width: 768px) {
  .p-md-160 {
    padding: 160px;
  }
}

@media (min-width: 992px) {
  .p-lg-160 {
    padding: 160px;
  }
}

@media (min-width: 1200px) {
  .p-xl-160 {
    padding: 160px;
  }
}

@media (min-width: 1400px) {
  .p-xxl-160 {
    padding: 160px;
  }
}

@media (min-width: 1980px) {
  .p-xxxl-160 {
    padding: 160px;
  }
}

.p-192 {
  padding: 192px;
}

@media (min-width: 576px) {
  .p-sm-192 {
    padding: 192px;
  }
}

@media (min-width: 768px) {
  .p-md-192 {
    padding: 192px;
  }
}

@media (min-width: 992px) {
  .p-lg-192 {
    padding: 192px;
  }
}

@media (min-width: 1200px) {
  .p-xl-192 {
    padding: 192px;
  }
}

@media (min-width: 1400px) {
  .p-xxl-192 {
    padding: 192px;
  }
}

@media (min-width: 1980px) {
  .p-xxxl-192 {
    padding: 192px;
  }
}

.p-200 {
  padding: 200px;
}

@media (min-width: 576px) {
  .p-sm-200 {
    padding: 200px;
  }
}

@media (min-width: 768px) {
  .p-md-200 {
    padding: 200px;
  }
}

@media (min-width: 992px) {
  .p-lg-200 {
    padding: 200px;
  }
}

@media (min-width: 1200px) {
  .p-xl-200 {
    padding: 200px;
  }
}

@media (min-width: 1400px) {
  .p-xxl-200 {
    padding: 200px;
  }
}

@media (min-width: 1980px) {
  .p-xxxl-200 {
    padding: 200px;
  }
}

.p-264 {
  padding: 264px;
}

@media (min-width: 576px) {
  .p-sm-264 {
    padding: 264px;
  }
}

@media (min-width: 768px) {
  .p-md-264 {
    padding: 264px;
  }
}

@media (min-width: 992px) {
  .p-lg-264 {
    padding: 264px;
  }
}

@media (min-width: 1200px) {
  .p-xl-264 {
    padding: 264px;
  }
}

@media (min-width: 1400px) {
  .p-xxl-264 {
    padding: 264px;
  }
}

@media (min-width: 1980px) {
  .p-xxxl-264 {
    padding: 264px;
  }
}

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

@media (min-width: 576px) {
  .pt-sm-0 {
    padding-top: 0;
  }
}

@media (min-width: 768px) {
  .pt-md-0 {
    padding-top: 0;
  }
}

@media (min-width: 992px) {
  .pt-lg-0 {
    padding-top: 0;
  }
}

@media (min-width: 1200px) {
  .pt-xl-0 {
    padding-top: 0;
  }
}

@media (min-width: 1400px) {
  .pt-xxl-0 {
    padding-top: 0;
  }
}

@media (min-width: 1980px) {
  .pt-xxxl-0 {
    padding-top: 0;
  }
}

.pt-4 {
  padding-top: 4px;
}

@media (min-width: 576px) {
  .pt-sm-4 {
    padding-top: 4px;
  }
}

@media (min-width: 768px) {
  .pt-md-4 {
    padding-top: 4px;
  }
}

@media (min-width: 992px) {
  .pt-lg-4 {
    padding-top: 4px;
  }
}

@media (min-width: 1200px) {
  .pt-xl-4 {
    padding-top: 4px;
  }
}

@media (min-width: 1400px) {
  .pt-xxl-4 {
    padding-top: 4px;
  }
}

@media (min-width: 1980px) {
  .pt-xxxl-4 {
    padding-top: 4px;
  }
}

.pt-8 {
  padding-top: 8px;
}

@media (min-width: 576px) {
  .pt-sm-8 {
    padding-top: 8px;
  }
}

@media (min-width: 768px) {
  .pt-md-8 {
    padding-top: 8px;
  }
}

@media (min-width: 992px) {
  .pt-lg-8 {
    padding-top: 8px;
  }
}

@media (min-width: 1200px) {
  .pt-xl-8 {
    padding-top: 8px;
  }
}

@media (min-width: 1400px) {
  .pt-xxl-8 {
    padding-top: 8px;
  }
}

@media (min-width: 1980px) {
  .pt-xxxl-8 {
    padding-top: 8px;
  }
}

.pt-12 {
  padding-top: 12px;
}

@media (min-width: 576px) {
  .pt-sm-12 {
    padding-top: 12px;
  }
}

@media (min-width: 768px) {
  .pt-md-12 {
    padding-top: 12px;
  }
}

@media (min-width: 992px) {
  .pt-lg-12 {
    padding-top: 12px;
  }
}

@media (min-width: 1200px) {
  .pt-xl-12 {
    padding-top: 12px;
  }
}

@media (min-width: 1400px) {
  .pt-xxl-12 {
    padding-top: 12px;
  }
}

@media (min-width: 1980px) {
  .pt-xxxl-12 {
    padding-top: 12px;
  }
}

.pt-16 {
  padding-top: 16px;
}

@media (min-width: 576px) {
  .pt-sm-16 {
    padding-top: 16px;
  }
}

@media (min-width: 768px) {
  .pt-md-16 {
    padding-top: 16px;
  }
}

@media (min-width: 992px) {
  .pt-lg-16 {
    padding-top: 16px;
  }
}

@media (min-width: 1200px) {
  .pt-xl-16 {
    padding-top: 16px;
  }
}

@media (min-width: 1400px) {
  .pt-xxl-16 {
    padding-top: 16px;
  }
}

@media (min-width: 1980px) {
  .pt-xxxl-16 {
    padding-top: 16px;
  }
}

.pt-24 {
  padding-top: 24px;
}

@media (min-width: 576px) {
  .pt-sm-24 {
    padding-top: 24px;
  }
}

@media (min-width: 768px) {
  .pt-md-24 {
    padding-top: 24px;
  }
}

@media (min-width: 992px) {
  .pt-lg-24 {
    padding-top: 24px;
  }
}

@media (min-width: 1200px) {
  .pt-xl-24 {
    padding-top: 24px;
  }
}

@media (min-width: 1400px) {
  .pt-xxl-24 {
    padding-top: 24px;
  }
}

@media (min-width: 1980px) {
  .pt-xxxl-24 {
    padding-top: 24px;
  }
}

.pt-32 {
  padding-top: 32px;
}

@media (min-width: 576px) {
  .pt-sm-32 {
    padding-top: 32px;
  }
}

@media (min-width: 768px) {
  .pt-md-32 {
    padding-top: 32px;
  }
}

@media (min-width: 992px) {
  .pt-lg-32 {
    padding-top: 32px;
  }
}

@media (min-width: 1200px) {
  .pt-xl-32 {
    padding-top: 32px;
  }
}

@media (min-width: 1400px) {
  .pt-xxl-32 {
    padding-top: 32px;
  }
}

@media (min-width: 1980px) {
  .pt-xxxl-32 {
    padding-top: 32px;
  }
}

.pt-40 {
  padding-top: 40px;
}

@media (min-width: 576px) {
  .pt-sm-40 {
    padding-top: 40px;
  }
}

@media (min-width: 768px) {
  .pt-md-40 {
    padding-top: 40px;
  }
}

@media (min-width: 992px) {
  .pt-lg-40 {
    padding-top: 40px;
  }
}

@media (min-width: 1200px) {
  .pt-xl-40 {
    padding-top: 40px;
  }
}

@media (min-width: 1400px) {
  .pt-xxl-40 {
    padding-top: 40px;
  }
}

@media (min-width: 1980px) {
  .pt-xxxl-40 {
    padding-top: 40px;
  }
}

.pt-48 {
  padding-top: 48px;
}

@media (min-width: 576px) {
  .pt-sm-48 {
    padding-top: 48px;
  }
}

@media (min-width: 768px) {
  .pt-md-48 {
    padding-top: 48px;
  }
}

@media (min-width: 992px) {
  .pt-lg-48 {
    padding-top: 48px;
  }
}

@media (min-width: 1200px) {
  .pt-xl-48 {
    padding-top: 48px;
  }
}

@media (min-width: 1400px) {
  .pt-xxl-48 {
    padding-top: 48px;
  }
}

@media (min-width: 1980px) {
  .pt-xxxl-48 {
    padding-top: 48px;
  }
}

.pt-52 {
  padding-top: 52px;
}

@media (min-width: 576px) {
  .pt-sm-52 {
    padding-top: 52px;
  }
}

@media (min-width: 768px) {
  .pt-md-52 {
    padding-top: 52px;
  }
}

@media (min-width: 992px) {
  .pt-lg-52 {
    padding-top: 52px;
  }
}

@media (min-width: 1200px) {
  .pt-xl-52 {
    padding-top: 52px;
  }
}

@media (min-width: 1400px) {
  .pt-xxl-52 {
    padding-top: 52px;
  }
}

@media (min-width: 1980px) {
  .pt-xxxl-52 {
    padding-top: 52px;
  }
}

.pt-64 {
  padding-top: 64px;
}

@media (min-width: 576px) {
  .pt-sm-64 {
    padding-top: 64px;
  }
}

@media (min-width: 768px) {
  .pt-md-64 {
    padding-top: 64px;
  }
}

@media (min-width: 992px) {
  .pt-lg-64 {
    padding-top: 64px;
  }
}

@media (min-width: 1200px) {
  .pt-xl-64 {
    padding-top: 64px;
  }
}

@media (min-width: 1400px) {
  .pt-xxl-64 {
    padding-top: 64px;
  }
}

@media (min-width: 1980px) {
  .pt-xxxl-64 {
    padding-top: 64px;
  }
}

.pt-80 {
  padding-top: 80px;
}

@media (min-width: 576px) {
  .pt-sm-80 {
    padding-top: 80px;
  }
}

@media (min-width: 768px) {
  .pt-md-80 {
    padding-top: 80px;
  }
}

@media (min-width: 992px) {
  .pt-lg-80 {
    padding-top: 80px;
  }
}

@media (min-width: 1200px) {
  .pt-xl-80 {
    padding-top: 80px;
  }
}

@media (min-width: 1400px) {
  .pt-xxl-80 {
    padding-top: 80px;
  }
}

@media (min-width: 1980px) {
  .pt-xxxl-80 {
    padding-top: 80px;
  }
}

.pt-96 {
  padding-top: 96px;
}

@media (min-width: 576px) {
  .pt-sm-96 {
    padding-top: 96px;
  }
}

@media (min-width: 768px) {
  .pt-md-96 {
    padding-top: 96px;
  }
}

@media (min-width: 992px) {
  .pt-lg-96 {
    padding-top: 96px;
  }
}

@media (min-width: 1200px) {
  .pt-xl-96 {
    padding-top: 96px;
  }
}

@media (min-width: 1400px) {
  .pt-xxl-96 {
    padding-top: 96px;
  }
}

@media (min-width: 1980px) {
  .pt-xxxl-96 {
    padding-top: 96px;
  }
}

.pt-128 {
  padding-top: 128px;
}

@media (min-width: 576px) {
  .pt-sm-128 {
    padding-top: 128px;
  }
}

@media (min-width: 768px) {
  .pt-md-128 {
    padding-top: 128px;
  }
}

@media (min-width: 992px) {
  .pt-lg-128 {
    padding-top: 128px;
  }
}

@media (min-width: 1200px) {
  .pt-xl-128 {
    padding-top: 128px;
  }
}

@media (min-width: 1400px) {
  .pt-xxl-128 {
    padding-top: 128px;
  }
}

@media (min-width: 1980px) {
  .pt-xxxl-128 {
    padding-top: 128px;
  }
}

.pt-160 {
  padding-top: 160px;
}

@media (min-width: 576px) {
  .pt-sm-160 {
    padding-top: 160px;
  }
}

@media (min-width: 768px) {
  .pt-md-160 {
    padding-top: 160px;
  }
}

@media (min-width: 992px) {
  .pt-lg-160 {
    padding-top: 160px;
  }
}

@media (min-width: 1200px) {
  .pt-xl-160 {
    padding-top: 160px;
  }
}

@media (min-width: 1400px) {
  .pt-xxl-160 {
    padding-top: 160px;
  }
}

@media (min-width: 1980px) {
  .pt-xxxl-160 {
    padding-top: 160px;
  }
}

.pt-192 {
  padding-top: 192px;
}

@media (min-width: 576px) {
  .pt-sm-192 {
    padding-top: 192px;
  }
}

@media (min-width: 768px) {
  .pt-md-192 {
    padding-top: 192px;
  }
}

@media (min-width: 992px) {
  .pt-lg-192 {
    padding-top: 192px;
  }
}

@media (min-width: 1200px) {
  .pt-xl-192 {
    padding-top: 192px;
  }
}

@media (min-width: 1400px) {
  .pt-xxl-192 {
    padding-top: 192px;
  }
}

@media (min-width: 1980px) {
  .pt-xxxl-192 {
    padding-top: 192px;
  }
}

.pt-200 {
  padding-top: 200px;
}

@media (min-width: 576px) {
  .pt-sm-200 {
    padding-top: 200px;
  }
}

@media (min-width: 768px) {
  .pt-md-200 {
    padding-top: 200px;
  }
}

@media (min-width: 992px) {
  .pt-lg-200 {
    padding-top: 200px;
  }
}

@media (min-width: 1200px) {
  .pt-xl-200 {
    padding-top: 200px;
  }
}

@media (min-width: 1400px) {
  .pt-xxl-200 {
    padding-top: 200px;
  }
}

@media (min-width: 1980px) {
  .pt-xxxl-200 {
    padding-top: 200px;
  }
}

.pt-264 {
  padding-top: 264px;
}

@media (min-width: 576px) {
  .pt-sm-264 {
    padding-top: 264px;
  }
}

@media (min-width: 768px) {
  .pt-md-264 {
    padding-top: 264px;
  }
}

@media (min-width: 992px) {
  .pt-lg-264 {
    padding-top: 264px;
  }
}

@media (min-width: 1200px) {
  .pt-xl-264 {
    padding-top: 264px;
  }
}

@media (min-width: 1400px) {
  .pt-xxl-264 {
    padding-top: 264px;
  }
}

@media (min-width: 1980px) {
  .pt-xxxl-264 {
    padding-top: 264px;
  }
}

.pr-0 {
  padding-right: 0;
}

@media (min-width: 576px) {
  .pr-sm-0 {
    padding-right: 0;
  }
}

@media (min-width: 768px) {
  .pr-md-0 {
    padding-right: 0;
  }
}

@media (min-width: 992px) {
  .pr-lg-0 {
    padding-right: 0;
  }
}

@media (min-width: 1200px) {
  .pr-xl-0 {
    padding-right: 0;
  }
}

@media (min-width: 1400px) {
  .pr-xxl-0 {
    padding-right: 0;
  }
}

@media (min-width: 1980px) {
  .pr-xxxl-0 {
    padding-right: 0;
  }
}

.pr-4 {
  padding-right: 4px;
}

@media (min-width: 576px) {
  .pr-sm-4 {
    padding-right: 4px;
  }
}

@media (min-width: 768px) {
  .pr-md-4 {
    padding-right: 4px;
  }
}

@media (min-width: 992px) {
  .pr-lg-4 {
    padding-right: 4px;
  }
}

@media (min-width: 1200px) {
  .pr-xl-4 {
    padding-right: 4px;
  }
}

@media (min-width: 1400px) {
  .pr-xxl-4 {
    padding-right: 4px;
  }
}

@media (min-width: 1980px) {
  .pr-xxxl-4 {
    padding-right: 4px;
  }
}

.pr-8 {
  padding-right: 8px;
}

@media (min-width: 576px) {
  .pr-sm-8 {
    padding-right: 8px;
  }
}

@media (min-width: 768px) {
  .pr-md-8 {
    padding-right: 8px;
  }
}

@media (min-width: 992px) {
  .pr-lg-8 {
    padding-right: 8px;
  }
}

@media (min-width: 1200px) {
  .pr-xl-8 {
    padding-right: 8px;
  }
}

@media (min-width: 1400px) {
  .pr-xxl-8 {
    padding-right: 8px;
  }
}

@media (min-width: 1980px) {
  .pr-xxxl-8 {
    padding-right: 8px;
  }
}

.pr-12 {
  padding-right: 12px;
}

@media (min-width: 576px) {
  .pr-sm-12 {
    padding-right: 12px;
  }
}

@media (min-width: 768px) {
  .pr-md-12 {
    padding-right: 12px;
  }
}

@media (min-width: 992px) {
  .pr-lg-12 {
    padding-right: 12px;
  }
}

@media (min-width: 1200px) {
  .pr-xl-12 {
    padding-right: 12px;
  }
}

@media (min-width: 1400px) {
  .pr-xxl-12 {
    padding-right: 12px;
  }
}

@media (min-width: 1980px) {
  .pr-xxxl-12 {
    padding-right: 12px;
  }
}

.pr-16 {
  padding-right: 16px;
}

@media (min-width: 576px) {
  .pr-sm-16 {
    padding-right: 16px;
  }
}

@media (min-width: 768px) {
  .pr-md-16 {
    padding-right: 16px;
  }
}

@media (min-width: 992px) {
  .pr-lg-16 {
    padding-right: 16px;
  }
}

@media (min-width: 1200px) {
  .pr-xl-16 {
    padding-right: 16px;
  }
}

@media (min-width: 1400px) {
  .pr-xxl-16 {
    padding-right: 16px;
  }
}

@media (min-width: 1980px) {
  .pr-xxxl-16 {
    padding-right: 16px;
  }
}

.pr-24 {
  padding-right: 24px;
}

@media (min-width: 576px) {
  .pr-sm-24 {
    padding-right: 24px;
  }
}

@media (min-width: 768px) {
  .pr-md-24 {
    padding-right: 24px;
  }
}

@media (min-width: 992px) {
  .pr-lg-24 {
    padding-right: 24px;
  }
}

@media (min-width: 1200px) {
  .pr-xl-24 {
    padding-right: 24px;
  }
}

@media (min-width: 1400px) {
  .pr-xxl-24 {
    padding-right: 24px;
  }
}

@media (min-width: 1980px) {
  .pr-xxxl-24 {
    padding-right: 24px;
  }
}

.pr-32 {
  padding-right: 32px;
}

@media (min-width: 576px) {
  .pr-sm-32 {
    padding-right: 32px;
  }
}

@media (min-width: 768px) {
  .pr-md-32 {
    padding-right: 32px;
  }
}

@media (min-width: 992px) {
  .pr-lg-32 {
    padding-right: 32px;
  }
}

@media (min-width: 1200px) {
  .pr-xl-32 {
    padding-right: 32px;
  }
}

@media (min-width: 1400px) {
  .pr-xxl-32 {
    padding-right: 32px;
  }
}

@media (min-width: 1980px) {
  .pr-xxxl-32 {
    padding-right: 32px;
  }
}

.pr-40 {
  padding-right: 40px;
}

@media (min-width: 576px) {
  .pr-sm-40 {
    padding-right: 40px;
  }
}

@media (min-width: 768px) {
  .pr-md-40 {
    padding-right: 40px;
  }
}

@media (min-width: 992px) {
  .pr-lg-40 {
    padding-right: 40px;
  }
}

@media (min-width: 1200px) {
  .pr-xl-40 {
    padding-right: 40px;
  }
}

@media (min-width: 1400px) {
  .pr-xxl-40 {
    padding-right: 40px;
  }
}

@media (min-width: 1980px) {
  .pr-xxxl-40 {
    padding-right: 40px;
  }
}

.pr-48 {
  padding-right: 48px;
}

@media (min-width: 576px) {
  .pr-sm-48 {
    padding-right: 48px;
  }
}

@media (min-width: 768px) {
  .pr-md-48 {
    padding-right: 48px;
  }
}

@media (min-width: 992px) {
  .pr-lg-48 {
    padding-right: 48px;
  }
}

@media (min-width: 1200px) {
  .pr-xl-48 {
    padding-right: 48px;
  }
}

@media (min-width: 1400px) {
  .pr-xxl-48 {
    padding-right: 48px;
  }
}

@media (min-width: 1980px) {
  .pr-xxxl-48 {
    padding-right: 48px;
  }
}

.pr-52 {
  padding-right: 52px;
}

@media (min-width: 576px) {
  .pr-sm-52 {
    padding-right: 52px;
  }
}

@media (min-width: 768px) {
  .pr-md-52 {
    padding-right: 52px;
  }
}

@media (min-width: 992px) {
  .pr-lg-52 {
    padding-right: 52px;
  }
}

@media (min-width: 1200px) {
  .pr-xl-52 {
    padding-right: 52px;
  }
}

@media (min-width: 1400px) {
  .pr-xxl-52 {
    padding-right: 52px;
  }
}

@media (min-width: 1980px) {
  .pr-xxxl-52 {
    padding-right: 52px;
  }
}

.pr-64 {
  padding-right: 64px;
}

@media (min-width: 576px) {
  .pr-sm-64 {
    padding-right: 64px;
  }
}

@media (min-width: 768px) {
  .pr-md-64 {
    padding-right: 64px;
  }
}

@media (min-width: 992px) {
  .pr-lg-64 {
    padding-right: 64px;
  }
}

@media (min-width: 1200px) {
  .pr-xl-64 {
    padding-right: 64px;
  }
}

@media (min-width: 1400px) {
  .pr-xxl-64 {
    padding-right: 64px;
  }
}

@media (min-width: 1980px) {
  .pr-xxxl-64 {
    padding-right: 64px;
  }
}

.pr-80 {
  padding-right: 80px;
}

@media (min-width: 576px) {
  .pr-sm-80 {
    padding-right: 80px;
  }
}

@media (min-width: 768px) {
  .pr-md-80 {
    padding-right: 80px;
  }
}

@media (min-width: 992px) {
  .pr-lg-80 {
    padding-right: 80px;
  }
}

@media (min-width: 1200px) {
  .pr-xl-80 {
    padding-right: 80px;
  }
}

@media (min-width: 1400px) {
  .pr-xxl-80 {
    padding-right: 80px;
  }
}

@media (min-width: 1980px) {
  .pr-xxxl-80 {
    padding-right: 80px;
  }
}

.pr-96 {
  padding-right: 96px;
}

@media (min-width: 576px) {
  .pr-sm-96 {
    padding-right: 96px;
  }
}

@media (min-width: 768px) {
  .pr-md-96 {
    padding-right: 96px;
  }
}

@media (min-width: 992px) {
  .pr-lg-96 {
    padding-right: 96px;
  }
}

@media (min-width: 1200px) {
  .pr-xl-96 {
    padding-right: 96px;
  }
}

@media (min-width: 1400px) {
  .pr-xxl-96 {
    padding-right: 96px;
  }
}

@media (min-width: 1980px) {
  .pr-xxxl-96 {
    padding-right: 96px;
  }
}

.pr-128 {
  padding-right: 128px;
}

@media (min-width: 576px) {
  .pr-sm-128 {
    padding-right: 128px;
  }
}

@media (min-width: 768px) {
  .pr-md-128 {
    padding-right: 128px;
  }
}

@media (min-width: 992px) {
  .pr-lg-128 {
    padding-right: 128px;
  }
}

@media (min-width: 1200px) {
  .pr-xl-128 {
    padding-right: 128px;
  }
}

@media (min-width: 1400px) {
  .pr-xxl-128 {
    padding-right: 128px;
  }
}

@media (min-width: 1980px) {
  .pr-xxxl-128 {
    padding-right: 128px;
  }
}

.pr-160 {
  padding-right: 160px;
}

@media (min-width: 576px) {
  .pr-sm-160 {
    padding-right: 160px;
  }
}

@media (min-width: 768px) {
  .pr-md-160 {
    padding-right: 160px;
  }
}

@media (min-width: 992px) {
  .pr-lg-160 {
    padding-right: 160px;
  }
}

@media (min-width: 1200px) {
  .pr-xl-160 {
    padding-right: 160px;
  }
}

@media (min-width: 1400px) {
  .pr-xxl-160 {
    padding-right: 160px;
  }
}

@media (min-width: 1980px) {
  .pr-xxxl-160 {
    padding-right: 160px;
  }
}

.pr-192 {
  padding-right: 192px;
}

@media (min-width: 576px) {
  .pr-sm-192 {
    padding-right: 192px;
  }
}

@media (min-width: 768px) {
  .pr-md-192 {
    padding-right: 192px;
  }
}

@media (min-width: 992px) {
  .pr-lg-192 {
    padding-right: 192px;
  }
}

@media (min-width: 1200px) {
  .pr-xl-192 {
    padding-right: 192px;
  }
}

@media (min-width: 1400px) {
  .pr-xxl-192 {
    padding-right: 192px;
  }
}

@media (min-width: 1980px) {
  .pr-xxxl-192 {
    padding-right: 192px;
  }
}

.pr-200 {
  padding-right: 200px;
}

@media (min-width: 576px) {
  .pr-sm-200 {
    padding-right: 200px;
  }
}

@media (min-width: 768px) {
  .pr-md-200 {
    padding-right: 200px;
  }
}

@media (min-width: 992px) {
  .pr-lg-200 {
    padding-right: 200px;
  }
}

@media (min-width: 1200px) {
  .pr-xl-200 {
    padding-right: 200px;
  }
}

@media (min-width: 1400px) {
  .pr-xxl-200 {
    padding-right: 200px;
  }
}

@media (min-width: 1980px) {
  .pr-xxxl-200 {
    padding-right: 200px;
  }
}

.pr-264 {
  padding-right: 264px;
}

@media (min-width: 576px) {
  .pr-sm-264 {
    padding-right: 264px;
  }
}

@media (min-width: 768px) {
  .pr-md-264 {
    padding-right: 264px;
  }
}

@media (min-width: 992px) {
  .pr-lg-264 {
    padding-right: 264px;
  }
}

@media (min-width: 1200px) {
  .pr-xl-264 {
    padding-right: 264px;
  }
}

@media (min-width: 1400px) {
  .pr-xxl-264 {
    padding-right: 264px;
  }
}

@media (min-width: 1980px) {
  .pr-xxxl-264 {
    padding-right: 264px;
  }
}

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

@media (min-width: 576px) {
  .pb-sm-0 {
    padding-bottom: 0;
  }
}

@media (min-width: 768px) {
  .pb-md-0 {
    padding-bottom: 0;
  }
}

@media (min-width: 992px) {
  .pb-lg-0 {
    padding-bottom: 0;
  }
}

@media (min-width: 1200px) {
  .pb-xl-0 {
    padding-bottom: 0;
  }
}

@media (min-width: 1400px) {
  .pb-xxl-0 {
    padding-bottom: 0;
  }
}

@media (min-width: 1980px) {
  .pb-xxxl-0 {
    padding-bottom: 0;
  }
}

.pb-4 {
  padding-bottom: 4px;
}

@media (min-width: 576px) {
  .pb-sm-4 {
    padding-bottom: 4px;
  }
}

@media (min-width: 768px) {
  .pb-md-4 {
    padding-bottom: 4px;
  }
}

@media (min-width: 992px) {
  .pb-lg-4 {
    padding-bottom: 4px;
  }
}

@media (min-width: 1200px) {
  .pb-xl-4 {
    padding-bottom: 4px;
  }
}

@media (min-width: 1400px) {
  .pb-xxl-4 {
    padding-bottom: 4px;
  }
}

@media (min-width: 1980px) {
  .pb-xxxl-4 {
    padding-bottom: 4px;
  }
}

.pb-8 {
  padding-bottom: 8px;
}

@media (min-width: 576px) {
  .pb-sm-8 {
    padding-bottom: 8px;
  }
}

@media (min-width: 768px) {
  .pb-md-8 {
    padding-bottom: 8px;
  }
}

@media (min-width: 992px) {
  .pb-lg-8 {
    padding-bottom: 8px;
  }
}

@media (min-width: 1200px) {
  .pb-xl-8 {
    padding-bottom: 8px;
  }
}

@media (min-width: 1400px) {
  .pb-xxl-8 {
    padding-bottom: 8px;
  }
}

@media (min-width: 1980px) {
  .pb-xxxl-8 {
    padding-bottom: 8px;
  }
}

.pb-12 {
  padding-bottom: 12px;
}

@media (min-width: 576px) {
  .pb-sm-12 {
    padding-bottom: 12px;
  }
}

@media (min-width: 768px) {
  .pb-md-12 {
    padding-bottom: 12px;
  }
}

@media (min-width: 992px) {
  .pb-lg-12 {
    padding-bottom: 12px;
  }
}

@media (min-width: 1200px) {
  .pb-xl-12 {
    padding-bottom: 12px;
  }
}

@media (min-width: 1400px) {
  .pb-xxl-12 {
    padding-bottom: 12px;
  }
}

@media (min-width: 1980px) {
  .pb-xxxl-12 {
    padding-bottom: 12px;
  }
}

.pb-16 {
  padding-bottom: 16px;
}

@media (min-width: 576px) {
  .pb-sm-16 {
    padding-bottom: 16px;
  }
}

@media (min-width: 768px) {
  .pb-md-16 {
    padding-bottom: 16px;
  }
}

@media (min-width: 992px) {
  .pb-lg-16 {
    padding-bottom: 16px;
  }
}

@media (min-width: 1200px) {
  .pb-xl-16 {
    padding-bottom: 16px;
  }
}

@media (min-width: 1400px) {
  .pb-xxl-16 {
    padding-bottom: 16px;
  }
}

@media (min-width: 1980px) {
  .pb-xxxl-16 {
    padding-bottom: 16px;
  }
}

.pb-24 {
  padding-bottom: 24px;
}

@media (min-width: 576px) {
  .pb-sm-24 {
    padding-bottom: 24px;
  }
}

@media (min-width: 768px) {
  .pb-md-24 {
    padding-bottom: 24px;
  }
}

@media (min-width: 992px) {
  .pb-lg-24 {
    padding-bottom: 24px;
  }
}

@media (min-width: 1200px) {
  .pb-xl-24 {
    padding-bottom: 24px;
  }
}

@media (min-width: 1400px) {
  .pb-xxl-24 {
    padding-bottom: 24px;
  }
}

@media (min-width: 1980px) {
  .pb-xxxl-24 {
    padding-bottom: 24px;
  }
}

.pb-32 {
  padding-bottom: 32px;
}

@media (min-width: 576px) {
  .pb-sm-32 {
    padding-bottom: 32px;
  }
}

@media (min-width: 768px) {
  .pb-md-32 {
    padding-bottom: 32px;
  }
}

@media (min-width: 992px) {
  .pb-lg-32 {
    padding-bottom: 32px;
  }
}

@media (min-width: 1200px) {
  .pb-xl-32 {
    padding-bottom: 32px;
  }
}

@media (min-width: 1400px) {
  .pb-xxl-32 {
    padding-bottom: 32px;
  }
}

@media (min-width: 1980px) {
  .pb-xxxl-32 {
    padding-bottom: 32px;
  }
}

.pb-40 {
  padding-bottom: 40px;
}

@media (min-width: 576px) {
  .pb-sm-40 {
    padding-bottom: 40px;
  }
}

@media (min-width: 768px) {
  .pb-md-40 {
    padding-bottom: 40px;
  }
}

@media (min-width: 992px) {
  .pb-lg-40 {
    padding-bottom: 40px;
  }
}

@media (min-width: 1200px) {
  .pb-xl-40 {
    padding-bottom: 40px;
  }
}

@media (min-width: 1400px) {
  .pb-xxl-40 {
    padding-bottom: 40px;
  }
}

@media (min-width: 1980px) {
  .pb-xxxl-40 {
    padding-bottom: 40px;
  }
}

.pb-48 {
  padding-bottom: 48px;
}

@media (min-width: 576px) {
  .pb-sm-48 {
    padding-bottom: 48px;
  }
}

@media (min-width: 768px) {
  .pb-md-48 {
    padding-bottom: 48px;
  }
}

@media (min-width: 992px) {
  .pb-lg-48 {
    padding-bottom: 48px;
  }
}

@media (min-width: 1200px) {
  .pb-xl-48 {
    padding-bottom: 48px;
  }
}

@media (min-width: 1400px) {
  .pb-xxl-48 {
    padding-bottom: 48px;
  }
}

@media (min-width: 1980px) {
  .pb-xxxl-48 {
    padding-bottom: 48px;
  }
}

.pb-52 {
  padding-bottom: 52px;
}

@media (min-width: 576px) {
  .pb-sm-52 {
    padding-bottom: 52px;
  }
}

@media (min-width: 768px) {
  .pb-md-52 {
    padding-bottom: 52px;
  }
}

@media (min-width: 992px) {
  .pb-lg-52 {
    padding-bottom: 52px;
  }
}

@media (min-width: 1200px) {
  .pb-xl-52 {
    padding-bottom: 52px;
  }
}

@media (min-width: 1400px) {
  .pb-xxl-52 {
    padding-bottom: 52px;
  }
}

@media (min-width: 1980px) {
  .pb-xxxl-52 {
    padding-bottom: 52px;
  }
}

.pb-64 {
  padding-bottom: 64px;
}

@media (min-width: 576px) {
  .pb-sm-64 {
    padding-bottom: 64px;
  }
}

@media (min-width: 768px) {
  .pb-md-64 {
    padding-bottom: 64px;
  }
}

@media (min-width: 992px) {
  .pb-lg-64 {
    padding-bottom: 64px;
  }
}

@media (min-width: 1200px) {
  .pb-xl-64 {
    padding-bottom: 64px;
  }
}

@media (min-width: 1400px) {
  .pb-xxl-64 {
    padding-bottom: 64px;
  }
}

@media (min-width: 1980px) {
  .pb-xxxl-64 {
    padding-bottom: 64px;
  }
}

.pb-80 {
  padding-bottom: 80px;
}

@media (min-width: 576px) {
  .pb-sm-80 {
    padding-bottom: 80px;
  }
}

@media (min-width: 768px) {
  .pb-md-80 {
    padding-bottom: 80px;
  }
}

@media (min-width: 992px) {
  .pb-lg-80 {
    padding-bottom: 80px;
  }
}

@media (min-width: 1200px) {
  .pb-xl-80 {
    padding-bottom: 80px;
  }
}

@media (min-width: 1400px) {
  .pb-xxl-80 {
    padding-bottom: 80px;
  }
}

@media (min-width: 1980px) {
  .pb-xxxl-80 {
    padding-bottom: 80px;
  }
}

.pb-96 {
  padding-bottom: 96px;
}

@media (min-width: 576px) {
  .pb-sm-96 {
    padding-bottom: 96px;
  }
}

@media (min-width: 768px) {
  .pb-md-96 {
    padding-bottom: 96px;
  }
}

@media (min-width: 992px) {
  .pb-lg-96 {
    padding-bottom: 96px;
  }
}

@media (min-width: 1200px) {
  .pb-xl-96 {
    padding-bottom: 96px;
  }
}

@media (min-width: 1400px) {
  .pb-xxl-96 {
    padding-bottom: 96px;
  }
}

@media (min-width: 1980px) {
  .pb-xxxl-96 {
    padding-bottom: 96px;
  }
}

.pb-128 {
  padding-bottom: 128px;
}

@media (min-width: 576px) {
  .pb-sm-128 {
    padding-bottom: 128px;
  }
}

@media (min-width: 768px) {
  .pb-md-128 {
    padding-bottom: 128px;
  }
}

@media (min-width: 992px) {
  .pb-lg-128 {
    padding-bottom: 128px;
  }
}

@media (min-width: 1200px) {
  .pb-xl-128 {
    padding-bottom: 128px;
  }
}

@media (min-width: 1400px) {
  .pb-xxl-128 {
    padding-bottom: 128px;
  }
}

@media (min-width: 1980px) {
  .pb-xxxl-128 {
    padding-bottom: 128px;
  }
}

.pb-160 {
  padding-bottom: 160px;
}

@media (min-width: 576px) {
  .pb-sm-160 {
    padding-bottom: 160px;
  }
}

@media (min-width: 768px) {
  .pb-md-160 {
    padding-bottom: 160px;
  }
}

@media (min-width: 992px) {
  .pb-lg-160 {
    padding-bottom: 160px;
  }
}

@media (min-width: 1200px) {
  .pb-xl-160 {
    padding-bottom: 160px;
  }
}

@media (min-width: 1400px) {
  .pb-xxl-160 {
    padding-bottom: 160px;
  }
}

@media (min-width: 1980px) {
  .pb-xxxl-160 {
    padding-bottom: 160px;
  }
}

.pb-192 {
  padding-bottom: 192px;
}

@media (min-width: 576px) {
  .pb-sm-192 {
    padding-bottom: 192px;
  }
}

@media (min-width: 768px) {
  .pb-md-192 {
    padding-bottom: 192px;
  }
}

@media (min-width: 992px) {
  .pb-lg-192 {
    padding-bottom: 192px;
  }
}

@media (min-width: 1200px) {
  .pb-xl-192 {
    padding-bottom: 192px;
  }
}

@media (min-width: 1400px) {
  .pb-xxl-192 {
    padding-bottom: 192px;
  }
}

@media (min-width: 1980px) {
  .pb-xxxl-192 {
    padding-bottom: 192px;
  }
}

.pb-200 {
  padding-bottom: 200px;
}

@media (min-width: 576px) {
  .pb-sm-200 {
    padding-bottom: 200px;
  }
}

@media (min-width: 768px) {
  .pb-md-200 {
    padding-bottom: 200px;
  }
}

@media (min-width: 992px) {
  .pb-lg-200 {
    padding-bottom: 200px;
  }
}

@media (min-width: 1200px) {
  .pb-xl-200 {
    padding-bottom: 200px;
  }
}

@media (min-width: 1400px) {
  .pb-xxl-200 {
    padding-bottom: 200px;
  }
}

@media (min-width: 1980px) {
  .pb-xxxl-200 {
    padding-bottom: 200px;
  }
}

.pb-264 {
  padding-bottom: 264px;
}

@media (min-width: 576px) {
  .pb-sm-264 {
    padding-bottom: 264px;
  }
}

@media (min-width: 768px) {
  .pb-md-264 {
    padding-bottom: 264px;
  }
}

@media (min-width: 992px) {
  .pb-lg-264 {
    padding-bottom: 264px;
  }
}

@media (min-width: 1200px) {
  .pb-xl-264 {
    padding-bottom: 264px;
  }
}

@media (min-width: 1400px) {
  .pb-xxl-264 {
    padding-bottom: 264px;
  }
}

@media (min-width: 1980px) {
  .pb-xxxl-264 {
    padding-bottom: 264px;
  }
}

.pl-0 {
  padding-left: 0;
}

@media (min-width: 576px) {
  .pl-sm-0 {
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .pl-md-0 {
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  .pl-lg-0 {
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  .pl-xl-0 {
    padding-left: 0;
  }
}

@media (min-width: 1400px) {
  .pl-xxl-0 {
    padding-left: 0;
  }
}

@media (min-width: 1980px) {
  .pl-xxxl-0 {
    padding-left: 0;
  }
}

.pl-4 {
  padding-left: 4px;
}

@media (min-width: 576px) {
  .pl-sm-4 {
    padding-left: 4px;
  }
}

@media (min-width: 768px) {
  .pl-md-4 {
    padding-left: 4px;
  }
}

@media (min-width: 992px) {
  .pl-lg-4 {
    padding-left: 4px;
  }
}

@media (min-width: 1200px) {
  .pl-xl-4 {
    padding-left: 4px;
  }
}

@media (min-width: 1400px) {
  .pl-xxl-4 {
    padding-left: 4px;
  }
}

@media (min-width: 1980px) {
  .pl-xxxl-4 {
    padding-left: 4px;
  }
}

.pl-8 {
  padding-left: 8px;
}

@media (min-width: 576px) {
  .pl-sm-8 {
    padding-left: 8px;
  }
}

@media (min-width: 768px) {
  .pl-md-8 {
    padding-left: 8px;
  }
}

@media (min-width: 992px) {
  .pl-lg-8 {
    padding-left: 8px;
  }
}

@media (min-width: 1200px) {
  .pl-xl-8 {
    padding-left: 8px;
  }
}

@media (min-width: 1400px) {
  .pl-xxl-8 {
    padding-left: 8px;
  }
}

@media (min-width: 1980px) {
  .pl-xxxl-8 {
    padding-left: 8px;
  }
}

.pl-12 {
  padding-left: 12px;
}

@media (min-width: 576px) {
  .pl-sm-12 {
    padding-left: 12px;
  }
}

@media (min-width: 768px) {
  .pl-md-12 {
    padding-left: 12px;
  }
}

@media (min-width: 992px) {
  .pl-lg-12 {
    padding-left: 12px;
  }
}

@media (min-width: 1200px) {
  .pl-xl-12 {
    padding-left: 12px;
  }
}

@media (min-width: 1400px) {
  .pl-xxl-12 {
    padding-left: 12px;
  }
}

@media (min-width: 1980px) {
  .pl-xxxl-12 {
    padding-left: 12px;
  }
}

.pl-16 {
  padding-left: 16px;
}

@media (min-width: 576px) {
  .pl-sm-16 {
    padding-left: 16px;
  }
}

@media (min-width: 768px) {
  .pl-md-16 {
    padding-left: 16px;
  }
}

@media (min-width: 992px) {
  .pl-lg-16 {
    padding-left: 16px;
  }
}

@media (min-width: 1200px) {
  .pl-xl-16 {
    padding-left: 16px;
  }
}

@media (min-width: 1400px) {
  .pl-xxl-16 {
    padding-left: 16px;
  }
}

@media (min-width: 1980px) {
  .pl-xxxl-16 {
    padding-left: 16px;
  }
}

.pl-24 {
  padding-left: 24px;
}

@media (min-width: 576px) {
  .pl-sm-24 {
    padding-left: 24px;
  }
}

@media (min-width: 768px) {
  .pl-md-24 {
    padding-left: 24px;
  }
}

@media (min-width: 992px) {
  .pl-lg-24 {
    padding-left: 24px;
  }
}

@media (min-width: 1200px) {
  .pl-xl-24 {
    padding-left: 24px;
  }
}

@media (min-width: 1400px) {
  .pl-xxl-24 {
    padding-left: 24px;
  }
}

@media (min-width: 1980px) {
  .pl-xxxl-24 {
    padding-left: 24px;
  }
}

.pl-32 {
  padding-left: 32px;
}

@media (min-width: 576px) {
  .pl-sm-32 {
    padding-left: 32px;
  }
}

@media (min-width: 768px) {
  .pl-md-32 {
    padding-left: 32px;
  }
}

@media (min-width: 992px) {
  .pl-lg-32 {
    padding-left: 32px;
  }
}

@media (min-width: 1200px) {
  .pl-xl-32 {
    padding-left: 32px;
  }
}

@media (min-width: 1400px) {
  .pl-xxl-32 {
    padding-left: 32px;
  }
}

@media (min-width: 1980px) {
  .pl-xxxl-32 {
    padding-left: 32px;
  }
}

.pl-40 {
  padding-left: 40px;
}

@media (min-width: 576px) {
  .pl-sm-40 {
    padding-left: 40px;
  }
}

@media (min-width: 768px) {
  .pl-md-40 {
    padding-left: 40px;
  }
}

@media (min-width: 992px) {
  .pl-lg-40 {
    padding-left: 40px;
  }
}

@media (min-width: 1200px) {
  .pl-xl-40 {
    padding-left: 40px;
  }
}

@media (min-width: 1400px) {
  .pl-xxl-40 {
    padding-left: 40px;
  }
}

@media (min-width: 1980px) {
  .pl-xxxl-40 {
    padding-left: 40px;
  }
}

.pl-48 {
  padding-left: 48px;
}

@media (min-width: 576px) {
  .pl-sm-48 {
    padding-left: 48px;
  }
}

@media (min-width: 768px) {
  .pl-md-48 {
    padding-left: 48px;
  }
}

@media (min-width: 992px) {
  .pl-lg-48 {
    padding-left: 48px;
  }
}

@media (min-width: 1200px) {
  .pl-xl-48 {
    padding-left: 48px;
  }
}

@media (min-width: 1400px) {
  .pl-xxl-48 {
    padding-left: 48px;
  }
}

@media (min-width: 1980px) {
  .pl-xxxl-48 {
    padding-left: 48px;
  }
}

.pl-52 {
  padding-left: 52px;
}

@media (min-width: 576px) {
  .pl-sm-52 {
    padding-left: 52px;
  }
}

@media (min-width: 768px) {
  .pl-md-52 {
    padding-left: 52px;
  }
}

@media (min-width: 992px) {
  .pl-lg-52 {
    padding-left: 52px;
  }
}

@media (min-width: 1200px) {
  .pl-xl-52 {
    padding-left: 52px;
  }
}

@media (min-width: 1400px) {
  .pl-xxl-52 {
    padding-left: 52px;
  }
}

@media (min-width: 1980px) {
  .pl-xxxl-52 {
    padding-left: 52px;
  }
}

.pl-64 {
  padding-left: 64px;
}

@media (min-width: 576px) {
  .pl-sm-64 {
    padding-left: 64px;
  }
}

@media (min-width: 768px) {
  .pl-md-64 {
    padding-left: 64px;
  }
}

@media (min-width: 992px) {
  .pl-lg-64 {
    padding-left: 64px;
  }
}

@media (min-width: 1200px) {
  .pl-xl-64 {
    padding-left: 64px;
  }
}

@media (min-width: 1400px) {
  .pl-xxl-64 {
    padding-left: 64px;
  }
}

@media (min-width: 1980px) {
  .pl-xxxl-64 {
    padding-left: 64px;
  }
}

.pl-80 {
  padding-left: 80px;
}

@media (min-width: 576px) {
  .pl-sm-80 {
    padding-left: 80px;
  }
}

@media (min-width: 768px) {
  .pl-md-80 {
    padding-left: 80px;
  }
}

@media (min-width: 992px) {
  .pl-lg-80 {
    padding-left: 80px;
  }
}

@media (min-width: 1200px) {
  .pl-xl-80 {
    padding-left: 80px;
  }
}

@media (min-width: 1400px) {
  .pl-xxl-80 {
    padding-left: 80px;
  }
}

@media (min-width: 1980px) {
  .pl-xxxl-80 {
    padding-left: 80px;
  }
}

.pl-96 {
  padding-left: 96px;
}

@media (min-width: 576px) {
  .pl-sm-96 {
    padding-left: 96px;
  }
}

@media (min-width: 768px) {
  .pl-md-96 {
    padding-left: 96px;
  }
}

@media (min-width: 992px) {
  .pl-lg-96 {
    padding-left: 96px;
  }
}

@media (min-width: 1200px) {
  .pl-xl-96 {
    padding-left: 96px;
  }
}

@media (min-width: 1400px) {
  .pl-xxl-96 {
    padding-left: 96px;
  }
}

@media (min-width: 1980px) {
  .pl-xxxl-96 {
    padding-left: 96px;
  }
}

.pl-128 {
  padding-left: 128px;
}

@media (min-width: 576px) {
  .pl-sm-128 {
    padding-left: 128px;
  }
}

@media (min-width: 768px) {
  .pl-md-128 {
    padding-left: 128px;
  }
}

@media (min-width: 992px) {
  .pl-lg-128 {
    padding-left: 128px;
  }
}

@media (min-width: 1200px) {
  .pl-xl-128 {
    padding-left: 128px;
  }
}

@media (min-width: 1400px) {
  .pl-xxl-128 {
    padding-left: 128px;
  }
}

@media (min-width: 1980px) {
  .pl-xxxl-128 {
    padding-left: 128px;
  }
}

.pl-160 {
  padding-left: 160px;
}

@media (min-width: 576px) {
  .pl-sm-160 {
    padding-left: 160px;
  }
}

@media (min-width: 768px) {
  .pl-md-160 {
    padding-left: 160px;
  }
}

@media (min-width: 992px) {
  .pl-lg-160 {
    padding-left: 160px;
  }
}

@media (min-width: 1200px) {
  .pl-xl-160 {
    padding-left: 160px;
  }
}

@media (min-width: 1400px) {
  .pl-xxl-160 {
    padding-left: 160px;
  }
}

@media (min-width: 1980px) {
  .pl-xxxl-160 {
    padding-left: 160px;
  }
}

.pl-192 {
  padding-left: 192px;
}

@media (min-width: 576px) {
  .pl-sm-192 {
    padding-left: 192px;
  }
}

@media (min-width: 768px) {
  .pl-md-192 {
    padding-left: 192px;
  }
}

@media (min-width: 992px) {
  .pl-lg-192 {
    padding-left: 192px;
  }
}

@media (min-width: 1200px) {
  .pl-xl-192 {
    padding-left: 192px;
  }
}

@media (min-width: 1400px) {
  .pl-xxl-192 {
    padding-left: 192px;
  }
}

@media (min-width: 1980px) {
  .pl-xxxl-192 {
    padding-left: 192px;
  }
}

.pl-200 {
  padding-left: 200px;
}

@media (min-width: 576px) {
  .pl-sm-200 {
    padding-left: 200px;
  }
}

@media (min-width: 768px) {
  .pl-md-200 {
    padding-left: 200px;
  }
}

@media (min-width: 992px) {
  .pl-lg-200 {
    padding-left: 200px;
  }
}

@media (min-width: 1200px) {
  .pl-xl-200 {
    padding-left: 200px;
  }
}

@media (min-width: 1400px) {
  .pl-xxl-200 {
    padding-left: 200px;
  }
}

@media (min-width: 1980px) {
  .pl-xxxl-200 {
    padding-left: 200px;
  }
}

.pl-264 {
  padding-left: 264px;
}

@media (min-width: 576px) {
  .pl-sm-264 {
    padding-left: 264px;
  }
}

@media (min-width: 768px) {
  .pl-md-264 {
    padding-left: 264px;
  }
}

@media (min-width: 992px) {
  .pl-lg-264 {
    padding-left: 264px;
  }
}

@media (min-width: 1200px) {
  .pl-xl-264 {
    padding-left: 264px;
  }
}

@media (min-width: 1400px) {
  .pl-xxl-264 {
    padding-left: 264px;
  }
}

@media (min-width: 1980px) {
  .pl-xxxl-264 {
    padding-left: 264px;
  }
}

.gap-0 {
  gap: 0;
}

@media (min-width: 576px) {
  .gap-sm-0 {
    gap: 0;
  }
}

@media (min-width: 768px) {
  .gap-md-0 {
    gap: 0;
  }
}

@media (min-width: 992px) {
  .gap-lg-0 {
    gap: 0;
  }
}

@media (min-width: 1200px) {
  .gap-xl-0 {
    gap: 0;
  }
}

@media (min-width: 1400px) {
  .gap-xxl-0 {
    gap: 0;
  }
}

@media (min-width: 1980px) {
  .gap-xxxl-0 {
    gap: 0;
  }
}

.gap-4 {
  gap: 4px;
}

@media (min-width: 576px) {
  .gap-sm-4 {
    gap: 4px;
  }
}

@media (min-width: 768px) {
  .gap-md-4 {
    gap: 4px;
  }
}

@media (min-width: 992px) {
  .gap-lg-4 {
    gap: 4px;
  }
}

@media (min-width: 1200px) {
  .gap-xl-4 {
    gap: 4px;
  }
}

@media (min-width: 1400px) {
  .gap-xxl-4 {
    gap: 4px;
  }
}

@media (min-width: 1980px) {
  .gap-xxxl-4 {
    gap: 4px;
  }
}

.gap-8 {
  gap: 8px;
}

@media (min-width: 576px) {
  .gap-sm-8 {
    gap: 8px;
  }
}

@media (min-width: 768px) {
  .gap-md-8 {
    gap: 8px;
  }
}

@media (min-width: 992px) {
  .gap-lg-8 {
    gap: 8px;
  }
}

@media (min-width: 1200px) {
  .gap-xl-8 {
    gap: 8px;
  }
}

@media (min-width: 1400px) {
  .gap-xxl-8 {
    gap: 8px;
  }
}

@media (min-width: 1980px) {
  .gap-xxxl-8 {
    gap: 8px;
  }
}

.gap-12 {
  gap: 12px;
}

@media (min-width: 576px) {
  .gap-sm-12 {
    gap: 12px;
  }
}

@media (min-width: 768px) {
  .gap-md-12 {
    gap: 12px;
  }
}

@media (min-width: 992px) {
  .gap-lg-12 {
    gap: 12px;
  }
}

@media (min-width: 1200px) {
  .gap-xl-12 {
    gap: 12px;
  }
}

@media (min-width: 1400px) {
  .gap-xxl-12 {
    gap: 12px;
  }
}

@media (min-width: 1980px) {
  .gap-xxxl-12 {
    gap: 12px;
  }
}

.gap-16 {
  gap: 16px;
}

@media (min-width: 576px) {
  .gap-sm-16 {
    gap: 16px;
  }
}

@media (min-width: 768px) {
  .gap-md-16 {
    gap: 16px;
  }
}

@media (min-width: 992px) {
  .gap-lg-16 {
    gap: 16px;
  }
}

@media (min-width: 1200px) {
  .gap-xl-16 {
    gap: 16px;
  }
}

@media (min-width: 1400px) {
  .gap-xxl-16 {
    gap: 16px;
  }
}

@media (min-width: 1980px) {
  .gap-xxxl-16 {
    gap: 16px;
  }
}

.gap-24 {
  gap: 24px;
}

@media (min-width: 576px) {
  .gap-sm-24 {
    gap: 24px;
  }
}

@media (min-width: 768px) {
  .gap-md-24 {
    gap: 24px;
  }
}

@media (min-width: 992px) {
  .gap-lg-24 {
    gap: 24px;
  }
}

@media (min-width: 1200px) {
  .gap-xl-24 {
    gap: 24px;
  }
}

@media (min-width: 1400px) {
  .gap-xxl-24 {
    gap: 24px;
  }
}

@media (min-width: 1980px) {
  .gap-xxxl-24 {
    gap: 24px;
  }
}

.gap-32 {
  gap: 32px;
}

@media (min-width: 576px) {
  .gap-sm-32 {
    gap: 32px;
  }
}

@media (min-width: 768px) {
  .gap-md-32 {
    gap: 32px;
  }
}

@media (min-width: 992px) {
  .gap-lg-32 {
    gap: 32px;
  }
}

@media (min-width: 1200px) {
  .gap-xl-32 {
    gap: 32px;
  }
}

@media (min-width: 1400px) {
  .gap-xxl-32 {
    gap: 32px;
  }
}

@media (min-width: 1980px) {
  .gap-xxxl-32 {
    gap: 32px;
  }
}

.gap-40 {
  gap: 40px;
}

@media (min-width: 576px) {
  .gap-sm-40 {
    gap: 40px;
  }
}

@media (min-width: 768px) {
  .gap-md-40 {
    gap: 40px;
  }
}

@media (min-width: 992px) {
  .gap-lg-40 {
    gap: 40px;
  }
}

@media (min-width: 1200px) {
  .gap-xl-40 {
    gap: 40px;
  }
}

@media (min-width: 1400px) {
  .gap-xxl-40 {
    gap: 40px;
  }
}

@media (min-width: 1980px) {
  .gap-xxxl-40 {
    gap: 40px;
  }
}

.gap-48 {
  gap: 48px;
}

@media (min-width: 576px) {
  .gap-sm-48 {
    gap: 48px;
  }
}

@media (min-width: 768px) {
  .gap-md-48 {
    gap: 48px;
  }
}

@media (min-width: 992px) {
  .gap-lg-48 {
    gap: 48px;
  }
}

@media (min-width: 1200px) {
  .gap-xl-48 {
    gap: 48px;
  }
}

@media (min-width: 1400px) {
  .gap-xxl-48 {
    gap: 48px;
  }
}

@media (min-width: 1980px) {
  .gap-xxxl-48 {
    gap: 48px;
  }
}

.gap-52 {
  gap: 52px;
}

@media (min-width: 576px) {
  .gap-sm-52 {
    gap: 52px;
  }
}

@media (min-width: 768px) {
  .gap-md-52 {
    gap: 52px;
  }
}

@media (min-width: 992px) {
  .gap-lg-52 {
    gap: 52px;
  }
}

@media (min-width: 1200px) {
  .gap-xl-52 {
    gap: 52px;
  }
}

@media (min-width: 1400px) {
  .gap-xxl-52 {
    gap: 52px;
  }
}

@media (min-width: 1980px) {
  .gap-xxxl-52 {
    gap: 52px;
  }
}

.gap-64 {
  gap: 64px;
}

@media (min-width: 576px) {
  .gap-sm-64 {
    gap: 64px;
  }
}

@media (min-width: 768px) {
  .gap-md-64 {
    gap: 64px;
  }
}

@media (min-width: 992px) {
  .gap-lg-64 {
    gap: 64px;
  }
}

@media (min-width: 1200px) {
  .gap-xl-64 {
    gap: 64px;
  }
}

@media (min-width: 1400px) {
  .gap-xxl-64 {
    gap: 64px;
  }
}

@media (min-width: 1980px) {
  .gap-xxxl-64 {
    gap: 64px;
  }
}

.gap-80 {
  gap: 80px;
}

@media (min-width: 576px) {
  .gap-sm-80 {
    gap: 80px;
  }
}

@media (min-width: 768px) {
  .gap-md-80 {
    gap: 80px;
  }
}

@media (min-width: 992px) {
  .gap-lg-80 {
    gap: 80px;
  }
}

@media (min-width: 1200px) {
  .gap-xl-80 {
    gap: 80px;
  }
}

@media (min-width: 1400px) {
  .gap-xxl-80 {
    gap: 80px;
  }
}

@media (min-width: 1980px) {
  .gap-xxxl-80 {
    gap: 80px;
  }
}

.gap-96 {
  gap: 96px;
}

@media (min-width: 576px) {
  .gap-sm-96 {
    gap: 96px;
  }
}

@media (min-width: 768px) {
  .gap-md-96 {
    gap: 96px;
  }
}

@media (min-width: 992px) {
  .gap-lg-96 {
    gap: 96px;
  }
}

@media (min-width: 1200px) {
  .gap-xl-96 {
    gap: 96px;
  }
}

@media (min-width: 1400px) {
  .gap-xxl-96 {
    gap: 96px;
  }
}

@media (min-width: 1980px) {
  .gap-xxxl-96 {
    gap: 96px;
  }
}

.gap-128 {
  gap: 128px;
}

@media (min-width: 576px) {
  .gap-sm-128 {
    gap: 128px;
  }
}

@media (min-width: 768px) {
  .gap-md-128 {
    gap: 128px;
  }
}

@media (min-width: 992px) {
  .gap-lg-128 {
    gap: 128px;
  }
}

@media (min-width: 1200px) {
  .gap-xl-128 {
    gap: 128px;
  }
}

@media (min-width: 1400px) {
  .gap-xxl-128 {
    gap: 128px;
  }
}

@media (min-width: 1980px) {
  .gap-xxxl-128 {
    gap: 128px;
  }
}

.gap-160 {
  gap: 160px;
}

@media (min-width: 576px) {
  .gap-sm-160 {
    gap: 160px;
  }
}

@media (min-width: 768px) {
  .gap-md-160 {
    gap: 160px;
  }
}

@media (min-width: 992px) {
  .gap-lg-160 {
    gap: 160px;
  }
}

@media (min-width: 1200px) {
  .gap-xl-160 {
    gap: 160px;
  }
}

@media (min-width: 1400px) {
  .gap-xxl-160 {
    gap: 160px;
  }
}

@media (min-width: 1980px) {
  .gap-xxxl-160 {
    gap: 160px;
  }
}

.gap-192 {
  gap: 192px;
}

@media (min-width: 576px) {
  .gap-sm-192 {
    gap: 192px;
  }
}

@media (min-width: 768px) {
  .gap-md-192 {
    gap: 192px;
  }
}

@media (min-width: 992px) {
  .gap-lg-192 {
    gap: 192px;
  }
}

@media (min-width: 1200px) {
  .gap-xl-192 {
    gap: 192px;
  }
}

@media (min-width: 1400px) {
  .gap-xxl-192 {
    gap: 192px;
  }
}

@media (min-width: 1980px) {
  .gap-xxxl-192 {
    gap: 192px;
  }
}

.gap-200 {
  gap: 200px;
}

@media (min-width: 576px) {
  .gap-sm-200 {
    gap: 200px;
  }
}

@media (min-width: 768px) {
  .gap-md-200 {
    gap: 200px;
  }
}

@media (min-width: 992px) {
  .gap-lg-200 {
    gap: 200px;
  }
}

@media (min-width: 1200px) {
  .gap-xl-200 {
    gap: 200px;
  }
}

@media (min-width: 1400px) {
  .gap-xxl-200 {
    gap: 200px;
  }
}

@media (min-width: 1980px) {
  .gap-xxxl-200 {
    gap: 200px;
  }
}

.gap-264 {
  gap: 264px;
}

@media (min-width: 576px) {
  .gap-sm-264 {
    gap: 264px;
  }
}

@media (min-width: 768px) {
  .gap-md-264 {
    gap: 264px;
  }
}

@media (min-width: 992px) {
  .gap-lg-264 {
    gap: 264px;
  }
}

@media (min-width: 1200px) {
  .gap-xl-264 {
    gap: 264px;
  }
}

@media (min-width: 1400px) {
  .gap-xxl-264 {
    gap: 264px;
  }
}

@media (min-width: 1980px) {
  .gap-xxxl-264 {
    gap: 264px;
  }
}

/*------------------------------------*\
    #COMPONENTS
\*------------------------------------*/
/**
 * Swiper 11.1.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2024 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: April 9, 2024
 */
/* FONT_START */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
/* FONT_END */
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}

.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 10px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}

.swiper-button-prev svg,
.swiper-button-next svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform-origin: center;
}

.swiper-rtl .swiper-button-prev svg,
.swiper-rtl .swiper-button-next svg {
  transform: rotate(180deg);
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

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

/* Navigation font start */
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}

/* Navigation font end */
:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Fraction */
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

/* Progress */
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}

.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

:root {
  /*
  --swiper-scrollbar-border-radius: 10px;
  --swiper-scrollbar-top: auto;
  --swiper-scrollbar-bottom: 4px;
  --swiper-scrollbar-left: auto;
  --swiper-scrollbar-right: 4px;
  --swiper-scrollbar-sides-offset: 1%;
  --swiper-scrollbar-bg-color: rgba(0, 0, 0, 0.1);
  --swiper-scrollbar-drag-bg-color: rgba(0, 0, 0, 0.5);
  --swiper-scrollbar-size: 4px;
  */
}

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}

.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-vertical > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-vertical {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

/* Zoom container styles start */
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

/* Zoom container styles end */
.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}

/* a11y */
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

/* Cube slide shadows start */
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Cube slide shadows end */
.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

/* Flip slide shadows start */
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Flip slide shadows end */
.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

/*------------------------------------*\
    #ICON
\*------------------------------------*/
/**
 * 1) Small image that represents functionality
 */
.c-icon {
  height: 16px;
  width: 16px;
  stroke: #000000;
  fill: #000000;
}

.c-icon-size-24 {
  height: 24px;
  width: 24px;
}

.c-icon-size-38 {
  height: 38px;
  width: 38px;
}

.c-icon-size-48 {
  height: 48px;
  width: 48px;
}

.wcpf-layout-item.wcpf-box-style .wcpf-heading-label .box-toggle, .wcpf-field-item.wcpf-box-style .wcpf-heading-label .box-toggle {
  right: 16px;
}

.CheckboxName-s {
  font-size: var(--font-size-s, 14px);
  line-height: var(--font-line-height-xs, 16px); /* 114.286% */
  font-weight: var(--font-weight-regular, 300);
}

.CheckboxName {
  transition: all 0.3s ease-in-out 0s;
  color: var(--Text-body, #14131C);
  font-family: "Plus Jakarta Sans";
  font-style: normal;
}
.CheckboxWrap {
  display: flex;
  justify-content: space-between;
}
.CheckboxWrap label {
  display: flex;
  align-items: center;
  width: 100%;
  position: relative;
  color: #343434;
  margin-bottom: 16px;
  cursor: pointer;
  transition: all 0.3s ease-in-out 0s;
}
.CheckboxWrap label input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
}
.CheckboxWrap label input:disabled {
  cursor: no-drop;
}
.CheckboxWrap label input:disabled + span:before {
  border-color: var(--border-disabled, #878787) !important;
}
.CheckboxWrap label input:disabled + span:after {
  content: unset !important;
}
.CheckboxWrap label input:disabled + span {
  color: var(--text-disabled, #878787) !important;
}
.CheckboxWrap label input + span:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  transition: all 0.3s ease-in-out 0s;
}
.CheckboxWrap label.label-s {
  padding: 0 0 0 24px;
}
.CheckboxWrap label.label-s .CheckboxName {
  font-size: var(--font-size-s, 14px);
  line-height: var(--font-line-height-xs, 16px); /* 114.286% */
  font-weight: var(--font-weight-regular, 300);
}
.CheckboxWrap label.label-s input + span:before {
  border-radius: 1.6px;
  border: 1.2px solid var(--Border-secondary, #C1C1C4);
  width: 16px;
  height: 16px;
}
.CheckboxWrap label.label-s input:checked + span:after {
  font-size: 14px;
  width: 16px;
  height: 16px;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.7841 4.361C13.0265 4.57315 13.0511 4.94167 12.8389 5.18413L7.23895 11.5841C7.13707 11.7006 6.99311 11.7718 6.83875 11.782C6.68438 11.7923 6.53225 11.7409 6.41582 11.639L3.21582 8.839C2.97336 8.62686 2.94879 8.25833 3.16094 8.01587C3.37309 7.77342 3.74162 7.74885 3.98407 7.961L6.74507 10.3769L11.9609 4.41587C12.1731 4.17342 12.5416 4.14885 12.7841 4.361Z' fill='%23fff'/%3E%3C/svg%3E");
}
.CheckboxWrap label.label-s input:checked + span:after {
  top: 0;
  left: 0;
  position: absolute;
  color: #fff;
  transition: all 0.3s ease-in-out 0s;
}
.CheckboxWrap label.label-s input:checked + span:before {
  border-color: #343955;
  background: #343955;
}
.CheckboxWrap label.label-s input:checked + span {
  color: #343955;
}
.CheckboxWrap label.label-m {
  padding: 0 0 0 28px;
}
.CheckboxWrap label.label-m .CheckboxName {
  font-size: var(--font-size-m, 16px);
  font-weight: var(--font-weight-regular, 300);
  line-height: var(--font-line-height-s, 24px); /* 150% */
}
@media (min-width: 1980px) {
  .CheckboxWrap label.label-m .CheckboxName {
    font-size: 16px;
    line-height: var(--font-line-height-xs, 24px); /* 137.5% */
  }
}
.CheckboxWrap label.label-m input + span:before {
  border: 1.5px solid var(--Border-secondary, #C1C1C4);
  width: 20px;
  height: 20px;
  border-radius: var(--Radius-2xs, 2px);
}
.CheckboxWrap label.label-m input:checked + span:after {
  font-size: 16px;
  width: 20px;
  height: 20px;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.9801 5.45124C16.2832 5.71642 16.3139 6.17708 16.0487 6.48015L9.04868 14.4802C8.92134 14.6257 8.74139 14.7147 8.54843 14.7275C8.35547 14.7404 8.16531 14.6761 8.01977 14.5487L4.01977 11.0487C3.7167 10.7836 3.68599 10.3229 3.95117 10.0198C4.21636 9.71676 4.67702 9.68605 4.98009 9.95124L8.43133 12.9711L14.9512 5.51983C15.2164 5.21676 15.677 5.18605 15.9801 5.45124Z' fill='white'/%3E%3C/svg%3E");
}
.CheckboxWrap label.label-m input:checked + span:after {
  top: 0;
  left: 0;
  position: absolute;
  color: #fff;
  transition: all 0.3s ease-in-out 0s;
}
.CheckboxWrap label.label-m input:checked + span:before {
  border-color: #343955;
  background: #343955;
}
.CheckboxWrap label.label-m input:checked + span {
  color: #343955;
}
.CheckboxWrap label.label-l {
  padding: 0 0 0 32px;
}
.CheckboxWrap label.label-l .CheckboxName {
  font-size: var(--font-size-l, 20px);
  line-height: var(--font-line-height-m, 28px); /* 140% */
  font-weight: var(--font-weight-regular, 300);
}
.CheckboxWrap label.label-l input + span:before {
  border: 1.5px solid var(--Border-secondary, #C1C1C4);
  border-radius: var(--Radius-2xs, 2px);
  width: 24px;
  height: 24px;
}
.CheckboxWrap label.label-l input:checked + span:after {
  font-size: 20px;
  width: 24px;
  height: 24px;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M19.1761 6.54152C19.5398 6.85974 19.5766 7.41253 19.2584 7.77622L10.8584 17.3762C10.7056 17.5509 10.4897 17.6576 10.2581 17.6731C10.0266 17.6885 9.79837 17.6113 9.62372 17.4585L4.82372 13.2585C4.46004 12.9403 4.42319 12.3875 4.74141 12.0238C5.05963 11.6602 5.61242 11.6233 5.97611 11.9415L10.1176 15.5653L17.9414 6.62383C18.2596 6.26015 18.8124 6.2233 19.1761 6.54152Z' fill='white'/%3E%3C/svg%3E");
}
.CheckboxWrap label.label-l input:checked + span:after {
  top: 0;
  left: 0;
  position: absolute;
  color: #fff;
  transition: all 0.3s ease-in-out 0s;
}
.CheckboxWrap label.label-l input:checked + span:before {
  border: 1.5px solid #343955;
  background: #343955;
}
.CheckboxWrap label.label-l input:checked + span {
  color: #343955;
}
.CheckboxWrap label:hover input:disabled + span:before {
  border: var(--border-s, 1px) solid var(--border-disabled, #878787);
}
.CheckboxWrap label:hover input:disabled + span:after {
  content: unset;
}
.CheckboxWrap label:hover input + span:before {
  border: var(--border-s, 1px) solid #343955;
}
.CheckboxWrap label:hover input + span:after {
  top: 0;
  left: 0;
  position: absolute;
  transition: all 0.3s ease-in-out 0s;
}
.CheckboxWrap label:hover input:checked + span:after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.7841 4.361C13.0265 4.57315 13.0511 4.94167 12.8389 5.18413L7.23895 11.5841C7.13707 11.7006 6.99311 11.7718 6.83875 11.782C6.68438 11.7923 6.53225 11.7409 6.41582 11.639L3.21582 8.839C2.97336 8.62686 2.94879 8.25833 3.16094 8.01587C3.37309 7.77342 3.74162 7.74885 3.98407 7.961L6.74507 10.3769L11.9609 4.41587C12.1731 4.17342 12.5416 4.14885 12.7841 4.361Z' fill='%23fff'/%3E%3C/svg%3E");
}
.CheckboxWrap label:hover span:before {
  border-color: #343955;
}
.CheckboxWrap label.label-s:hover input + span:after {
  font-size: 14px;
  width: 16px;
  height: 16px;
  content: url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M12.7841 4.36101C13.0265 4.57316 13.0511 4.94169 12.8389 5.18414L7.23895 11.5841C7.13707 11.7006 6.99311 11.7718 6.83875 11.7821C6.68438 11.7923 6.53225 11.7409 6.41582 11.639L3.21582 8.83902C2.97336 8.62687 2.94879 8.25834 3.16094 8.01589C3.37309 7.77343 3.74162 7.74887 3.98407 7.96101L6.74507 10.3769L11.9609 4.41589C12.1731 4.17343 12.5416 4.14887 12.7841 4.36101Z" fill="%23FFF"/></svg>');
}
.CheckboxWrap label.label-s:hover input:checked + span:after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.7841 4.361C13.0265 4.57314 13.0511 4.94167 12.8389 5.18413L7.23895 11.5841C7.13707 11.7006 6.99311 11.7718 6.83875 11.782C6.68438 11.7923 6.53225 11.7409 6.41582 11.639L3.21582 8.839C2.97336 8.62686 2.94879 8.25833 3.16094 8.01587C3.37309 7.77342 3.74162 7.74885 3.98407 7.961L6.74507 10.3769L11.9609 4.41587C12.1731 4.17342 12.5416 4.14885 12.7841 4.361Z' fill='white'/%3E%3C/svg%3E");
}
.CheckboxWrap label.label-m:hover input + span:after {
  font-size: 16px;
  width: 18px;
  height: 18px;
  content: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M15.9798 5.45117C16.2829 5.71636 16.3136 6.17702 16.0484 6.48009L9.04844 14.4801C8.92109 14.6256 8.74115 14.7146 8.54819 14.7275C8.35523 14.7403 8.16506 14.676 8.01952 14.5487L4.01952 11.0487C3.71646 10.7835 3.68575 10.3228 3.95093 10.0198C4.21612 9.7167 4.67678 9.68599 4.97984 9.95117L8.43109 12.971L14.9509 5.51977C15.2161 5.2167 15.6768 5.18599 15.9798 5.45117Z" fill="%23FFF"/></svg>');
}
.CheckboxWrap label.label-m:hover input:checked + span:after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.9801 5.45124C16.2832 5.71642 16.3139 6.17708 16.0487 6.48015L9.04868 14.4802C8.92134 14.6257 8.74139 14.7147 8.54843 14.7275C8.35547 14.7404 8.16531 14.6761 8.01977 14.5487L4.01977 11.0487C3.7167 10.7836 3.68599 10.3229 3.95117 10.0198C4.21636 9.71676 4.67702 9.68605 4.98009 9.95124L8.43133 12.9711L14.9512 5.51983C15.2164 5.21676 15.677 5.18605 15.9801 5.45124Z' fill='white'/%3E%3C/svg%3E");
}
.CheckboxWrap label.label-l:hover input + span:after {
  font-size: 20px;
  width: 23px;
  height: 23px;
  content: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M19.1761 6.54146C19.5398 6.85968 19.5766 7.41247 19.2584 7.77615L10.8584 17.3762C10.7056 17.5508 10.4897 17.6576 10.2581 17.673C10.0266 17.6885 9.79837 17.6113 9.62372 17.4585L4.82372 13.2585C4.46004 12.9402 4.42319 12.3875 4.74141 12.0238C5.05963 11.6601 5.61242 11.6232 5.97611 11.9415L10.1176 15.5653L17.9414 6.62377C18.2596 6.26009 18.8124 6.22324 19.1761 6.54146Z" fill="%23FFF"/></svg>');
}
.CheckboxWrap label.label-l:hover input:checked + span:after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M19.1761 6.54152C19.5398 6.85974 19.5766 7.41253 19.2584 7.77622L10.8584 17.3762C10.7056 17.5509 10.4897 17.6576 10.2581 17.6731C10.0266 17.6885 9.79837 17.6113 9.62372 17.4585L4.82372 13.2585C4.46004 12.9403 4.42319 12.3875 4.74141 12.0238C5.05963 11.6602 5.61242 11.6233 5.97611 11.9415L10.1176 15.5653L17.9414 6.62383C18.2596 6.26015 18.8124 6.2233 19.1761 6.54152Z' fill='white'/%3E%3C/svg%3E");
}
.CheckboxWrap label.label-l:hover input + span:before {
  border-color: #343955;
}

.RadioWrapName-s {
  font-size: var(--font-size-s, 14px);
  line-height: var(--font-line-height-xs, 16px); /* 114.286% */
  font-weight: var(--font-weight-regular, 300);
}

.RadioName {
  transition: all 0.3s ease-in-out 0s;
  color: var(--Text-body, #14131C);
  font-family: "Plus Jakarta Sans";
  font-style: normal;
}
.RadioWrap {
  display: flex;
  justify-content: space-between;
}
.RadioWrap label {
  display: flex;
  align-items: center;
  width: 100%;
  position: relative;
  color: #343434;
  margin-bottom: 16px;
  cursor: pointer;
  transition: all 0.3s ease-in-out 0s;
}
.RadioWrap label span {
  vertical-align: middle;
}
.RadioWrap label input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
}
.RadioWrap label input:disabled {
  cursor: no-drop;
}
.RadioWrap label input:disabled + span:before {
  border-color: var(--border-disabled, #878787) !important;
}
.RadioWrap label input:disabled + span {
  color: var(--text-disabled, #878787) !important;
}
.RadioWrap label input + span:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  transition: all 0.3s ease-in-out 0s;
  background: var(--surface-page, #FFF);
  border-radius: 50%;
}
.RadioWrap label input + span:after {
  top: 0;
  left: 0;
  position: absolute;
  transition: all 0.3s ease-in-out 0s;
}
.RadioWrap label.label-xs {
  padding: 0 0 0 28px;
}
.RadioWrap label.label-xs .RadioName {
  color: var(--Text-body, #2B2B2B);
  font-size: var(--font-size-xs, 12px);
  font-style: normal;
  font-weight: var(--font-weight-book, 325);
  line-height: var(--font-line-height-xs, 16px); /* 133.333% */
  letter-spacing: var(--font-spacing-0, 0px);
}
.RadioWrap label.label-xs input + span:before {
  box-shadow: inset 0px 0px 0px 0.75px #878787;
  width: 12px;
  height: 12px;
}
.RadioWrap label.label-xs input:checked + span:after {
  width: 12px;
  height: 12px;
  display: flex;
  justify-content: center;
  content: url('data:image/svg+xml,<svg width="4" height="12" viewBox="0 0 4 4" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="2" cy="2" r="2" fill="%232255BE"/></svg>');
  top: 0;
  left: 0;
  position: absolute;
  transition: all 0.3s ease-in-out 0s;
}
.RadioWrap label.label-xs input:checked + span:before {
  box-shadow: inset 0px 0px 0px 1.25px #2255BE;
}
.RadioWrap label.label-xs input:checked + span {
  color: #2B2B2B;
}
.RadioWrap label.label-s {
  padding: 0 0 0 24px;
}
.RadioWrap label.label-s .RadioName {
  color: var(--Text-body, #2B2B2B);
  font-size: var(--font-size-s, 14px);
  font-style: normal;
  font-weight: var(--font-weight-book, 325);
  line-height: var(--font-line-height-xs, 16px); /* 114.286% */
  letter-spacing: var(--font-spacing-0, 0px);
}
.RadioWrap label.label-s input + span:before {
  box-shadow: inset 0px 0px 0px 0.75px #878787;
  width: 16px;
  height: 16px;
}
.RadioWrap label.label-s input:checked + span:after {
  width: 16px;
  height: 16px;
  display: flex;
  justify-content: center;
  content: url('data:image/svg+xml,<svg width="6" height="16" viewBox="0 0 6 6" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="3" cy="3" r="3" fill="%232255BE"/></svg>');
  top: 0;
  left: 0;
  position: absolute;
  transition: all 0.3s ease-in-out 0s;
}
.RadioWrap label.label-s input:checked + span:before {
  box-shadow: inset 0px 0px 0px 1.25px #2255BE;
}
.RadioWrap label.label-s input:checked + span {
  color: #2B2B2B;
}
.RadioWrap label.label-m {
  padding: 0 0 0 28px;
}
.RadioWrap label.label-m .RadioName {
  color: var(--Text-body, #2B2B2B);
  font-size: var(--font-size-m, 16px);
  font-style: normal;
  font-weight: var(--font-weight-book, 325);
  line-height: var(--font-line-height-s, 24px); /* 150% */
  letter-spacing: var(--font-spacing-0, 0px);
}
.RadioWrap label.label-m input + span:before {
  box-shadow: inset 0px 0px 0px 0.75px #878787;
  width: 20px;
  height: 20px;
}
.RadioWrap label.label-m input:checked + span:after {
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  content: url('data:image/svg+xml,<svg width="8" height="20" viewBox="0 0 8 8" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="4" cy="4" r="4" fill="%232255BE"/></svg>');
  top: 0;
  left: 0;
  position: absolute;
  transition: all 0.3s ease-in-out 0s;
}
.RadioWrap label.label-m input:checked + span:before {
  box-shadow: inset 0px 0px 0px 1.25px #2255BE;
}
.RadioWrap label.label-m input:checked + span {
  color: #2B2B2B;
}
.RadioWrap label.label-l {
  padding: 0 0 0 32px;
}
.RadioWrap label.label-l .RadioName {
  color: var(--Text-body, #2B2B2B);
  font-size: var(--font-size-l, 20px);
  font-style: normal;
  font-weight: var(--font-weight-book, 400);
  line-height: var(--font-line-height-m, 28px); /* 140% */
  letter-spacing: var(--font-spacing-0, 0px);
}
.RadioWrap label.label-l input + span:before {
  box-shadow: inset 0px 0px 0px 0.75px #878787;
  width: 24px;
  height: 24px;
}
.RadioWrap label.label-l input:checked + span:after {
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  content: url('data:image/svg+xml,<svg width="12" height="24" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="6" cy="6" r="6" fill="%232255BE"/></svg>');
  top: 0;
  left: 0;
  position: absolute;
  transition: all 0.3s ease-in-out 0s;
}
.RadioWrap label.label-l input:checked + span:before {
  box-shadow: inset 0px 0px 0px 0.75px #2255BE;
}
.RadioWrap label.label-l input:checked + span {
  color: #2B2B2B;
}
.RadioWrap label:hover input:disabled + span:before {
  border-color: #343955;
}
.RadioWrap label:hover span:before {
  border-color: #343955;
}
.RadioWrap label.label-xs:hover input + span:after {
  opacity: 1;
  width: 12px;
  height: 12px;
  display: flex;
  justify-content: center;
  content: url('data:image/svg+xml,<svg width="4" height="12" viewBox="0 0 4 4"  fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="2" cy="2" r="2" fill="%23FFF"/></svg>');
}
.RadioWrap label.label-xs:hover input:checked + span:after {
  content: url('data:image/svg+xml,<svg width="4" height="12" viewBox="0 0 4 4" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="2" cy="2" r="2" fill="%23FFF"/></svg>');
}
.RadioWrap label.label-xs:hover input:checked + span:before {
  box-shadow: inset 0px 0px 0px 0.75px #2255BE;
  background: #343955;
}
.RadioWrap label.label-xs:hover input + span:before {
  box-shadow: inset 0px 0px 0px 20px #343955;
}
.RadioWrap label.label-s:hover input + span:after {
  opacity: 1;
  width: 16px;
  height: 16px;
  display: flex;
  justify-content: center;
  content: url('data:image/svg+xml,<svg width="6" height="16" viewBox="0 0 6 6"  fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="3" cy="3" r="3" fill="%23FFF"/></svg>');
}
.RadioWrap label.label-s:hover input:checked + span:after {
  content: url('data:image/svg+xml,<svg width="6" height="16" viewBox="0 0 6 6" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="3" cy="3" r="3" fill="%23FFF"/></svg>');
}
.RadioWrap label.label-s:hover input:checked + span:before {
  box-shadow: inset 0px 0px 0px 0.75px #2255BE;
  background: #343955;
}
.RadioWrap label.label-s:hover input + span:before {
  box-shadow: inset 0px 0px 0px 50px #343955;
}
.RadioWrap label.label-m:hover input + span:after {
  opacity: 1;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  content: url('data:image/svg+xml,<svg width="8" height="20" viewBox="0 0 8 8" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="4" cy="4" r="4" fill="%23FFF"/></svg>');
}
.RadioWrap label.label-m:hover input:checked + span:after {
  content: url('data:image/svg+xml,<svg width="8" height="20" viewBox="0 0 8 8" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="4" cy="4" r="4" fill="%23FFF"/></svg>');
}
.RadioWrap label.label-m:hover input:checked + span:before {
  box-shadow: inset 0px 0px 0px 0.75px #2255BE;
  background: #343955;
}
.RadioWrap label.label-m:hover input + span:before {
  box-shadow: inset 0px 0px 0px 20px #343955;
}
.RadioWrap label.label-l:hover input + span:after {
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  content: url('data:image/svg+xml,<svg width="12" height="24" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="6" cy="6" r="6" fill="%23FFF"/></svg>');
}
.RadioWrap label.label-l:hover input:checked + span:after {
  content: url('data:image/svg+xml,<svg width="12" height="24" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="6" cy="6" r="6" fill="%23FFF"/></svg>');
}
.RadioWrap label.label-l:hover input:checked + span:before {
  box-shadow: inset 0px 0px 0px 0.75px #2255BE;
  background: #343955;
}
.RadioWrap label.label-l:hover input + span:before {
  box-shadow: inset 0px 0px 0px 20px #343955;
}

.pagination {
  display: flex;
  align-items: center;
  gap: 4px;
  justify-content: center;
}
.pagination-item {
  width: 36px;
  height: 36px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #343955;
  flex: 0 0 auto;
  transition: 0.3s ease;
  border: 1px solid var(--Icon-secondary, rgba(69, 110, 231, 0));
}
.pagination-item.disabled {
  cursor: default;
  pointer-events: none;
  opacity: 0.7;
}
.pagination-item.is-active {
  background: #4C6FE7;
  color: #FFF;
}
.pagination-item.is-active:hover {
  background: #4C6FE7;
  color: #FFF;
}
.pagination-item:hover {
  border: 1px solid var(--Icon-secondary, #456DE7);
  color: #456DE7;
}
.pagination-item svg {
  width: 16px;
  height: 16px;
}
.pagination-arrow {
  color: #1B3580;
}

.favorites-wishlist img {
  padding: 12px;
}
.favorites-wishlist--hearthover, .favorites-wishlist--heartfill {
  display: none;
}
.favorites-wishlist:hover .favorites-wishlist--heart {
  display: none;
}
.favorites-wishlist:hover .favorites-wishlist--hearthover {
  display: block;
}
.favorites-wishlist[data-active=true] .favorites-wishlist-add {
  display: none;
}
.favorites-wishlist[data-active=true] .favorites-wishlist-added {
  display: block;
}
.favorites-wishlist[data-active=true] .favorites-wishlist-added .favorites-wishlist--heartfill {
  display: block;
}

.favorite-toggle svg path:nth-child(2) {
  transition: 0.3s ease;
}
.favorite-toggle:hover svg path:nth-child(2) {
  fill: transparent;
}

.chip {
  color: var(--text-body, #4C4D5D);
  padding: 4px 12px;
}

.tag {
  color: var(--text-body, #4C4D5D);
  display: flex;
  flex-wrap: nowrap;
  border-radius: 1000px;
  background: var(--surface-page, #FFF);
  width: max-content;
  align-items: center;
  color: #1b3580;
  gap: 8px;
  transition: 0.3s;
}
.tag-xs {
  padding: var(--Spacing-xs, 4px) var(--Spacing-s, 10px);
}
.tag-s {
  padding: var(--Spacing-s, 8px) var(--gap-m, 16px);
}
.tag:hover {
  background: var(--Surface-light-blue, #EDF1FF);
}

.forumbadge {
  display: flex;
  gap: 4px;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  background-color: #fff;
  padding: 4px 8px;
}
.forumbadge span {
  color: var(--Yellow-Yellow-700, #EDA500);
}

.dumel-rank-badge {
  text-decoration: none;
}
.dumel-rank-badge span {
  color: #fff;
}
.dumel-rank-badge:hover {
  text-decoration: none;
  filter: brightness(0.96);
}

.header-wrapper {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 0px;
}
.header-logo {
  width: 170px;
}
@media (min-width: 768px) {
  .header-logo {
    width: 250px;
  }
}
@media (max-width: 1199.98px) {
  .header-menu {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #fff;
    left: 0;
    top: 0;
    z-index: 9;
    transition: 0.3s ease;
    transform: translateX(-100%);
    visibility: hidden;
  }
  .header-menu.show {
    transform: translateX(0px);
    visibility: visible;
  }
}
.header-menu__mobile-toolbar {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 16px 32px 0;
}
.header-menu__mobile-close {
  color: var(--Text-primary, #1B3580);
}
.header-menu ul {
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding: 32px;
}
@media (min-width: 1200px) {
  .header-menu ul {
    flex-direction: row;
    padding: unset;
  }
}

.mobile-hamburger {
  position: relative;
}
.mobile-hamburger-icon {
  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.mobile-hamburger-icon svg {
  position: absolute;
  inset: 0;
}
.mobile-hamburger-icon-burger {
  opacity: 1;
  transform: rotate(0deg) scale(1);
}

body.mobile-menu-open {
  overflow: hidden;
}

.login-wrap {
  display: flex;
  gap: 18px;
  flex-direction: row;
}
@media (max-width: 1199.98px) {
  .login-wrap {
    position: fixed;
    bottom: 0;
    z-index: 999;
    width: 100%;
    align-items: center;
    justify-content: space-around;
    background: #fff;
    padding: 10px;
    left: 0;
    flex-direction: row-reverse;
    border-top: 1px solid var(--Border-light, #E7E7E7);
  }
}
.login-wrap-item {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: 1000px;
  background: var(--Surface-light-grey, #F9F9F9);
  cursor: pointer;
}
.login-wrap-item-number {
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #456DE7;
  border-radius: 99px;
  font-size: 12px;
  line-height: 12px;
  position: absolute;
  top: 0px;
  right: -8px;
}
.login-wrap-profil img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 1000px;
}

.breadcrump-wrapper {
  padding: 16px 0px;
}
.breadcrump a {
  border-radius: var(--radius-round, 1000px);
  display: flex;
  align-items: center;
}
.breadcrump a:not(:first-child) {
  padding: var(--gap-xs, 8px) var(--gap-l, 24px);
  background: var(--Surface-light-grey, #F9F9F9);
}
.breadcrump-home {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cg clip-path='url(%23clip0_7421_1821)'%3E%3Cpath d='M16 6.33173C15.9998 6.22992 15.9762 6.12952 15.9311 6.03822C15.8861 5.94693 15.8207 5.86717 15.74 5.80507L8.40667 0.138399C8.29009 0.0486603 8.14711 0 8 0C7.85289 0 7.70991 0.0486603 7.59333 0.138399L0.26 5.80507C0.179323 5.86717 0.113943 5.94693 0.0688742 6.03822C0.0238052 6.12952 0.00024472 6.22992 0 6.33173V15.3317C0 15.5085 0.0702379 15.6781 0.195262 15.8031C0.320286 15.9282 0.489856 15.9984 0.666667 15.9984C5.55556 15.9984 10.4444 15.9984 15.3333 15.9984C15.5101 15.9984 15.6797 15.9282 15.8047 15.8031C15.9298 15.6781 16 15.5085 16 15.3317V6.33173ZM14.6667 14.3317C14.6667 14.4201 14.6315 14.5049 14.569 14.5674C14.5065 14.6299 14.4217 14.6651 14.3333 14.6651C10.1111 14.6651 5.88889 14.6651 1.66667 14.6651C1.57826 14.6651 1.49348 14.6299 1.43096 14.5674C1.36845 14.5049 1.33333 14.4201 1.33333 14.3317V6.82507C1.33304 6.77395 1.34428 6.72344 1.36621 6.67727C1.38814 6.6311 1.4202 6.59047 1.46 6.5584L7.79333 1.66507C7.85266 1.61965 7.92529 1.59505 8 1.59505C8.07471 1.59505 8.14734 1.61965 8.20667 1.66507L14.54 6.5584C14.5798 6.59047 14.6119 6.6311 14.6338 6.67727C14.6557 6.72344 14.667 6.77395 14.6667 6.82507V14.3317Z' fill='%234C4D5D'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.5609 10.5021C5.28997 10.1967 4.8231 10.1638 4.51191 10.4306C4.19741 10.7001 4.16099 11.1736 4.43056 11.4881L5 11C4.43056 11.4881 4.43026 11.4877 4.43056 11.4881L4.43178 11.4895L4.43308 11.491L4.43596 11.4943L4.44275 11.502L4.46055 11.5216C4.47431 11.5364 4.49188 11.5547 4.51338 11.576C4.55638 11.6185 4.61515 11.673 4.69063 11.7352C4.84169 11.8596 5.05953 12.0146 5.35119 12.1658C5.93848 12.4703 6.8067 12.75 8 12.75C9.1933 12.75 10.0615 12.4703 10.6488 12.1658C10.9405 12.0146 11.1583 11.8596 11.3094 11.7352C11.3849 11.673 11.4436 11.6185 11.4866 11.576C11.5081 11.5547 11.5257 11.5364 11.5394 11.5216L11.5572 11.502L11.564 11.4943L11.5669 11.491L11.5682 11.4895C11.5685 11.4892 11.5694 11.4881 11 11L11.5694 11.4881C11.839 11.1736 11.8026 10.7001 11.4881 10.4306C11.1769 10.1638 10.71 10.1967 10.4391 10.5021C10.4391 10.5021 10.4391 10.5021 10.4391 10.5021C10.4377 10.5035 10.4352 10.5062 10.4314 10.51C10.4191 10.5221 10.3942 10.5457 10.3558 10.5773C10.2792 10.6404 10.1488 10.7354 9.95833 10.8342C9.58133 11.0297 8.94955 11.25 8 11.25C7.05045 11.25 6.41867 11.0297 6.04167 10.8342C5.85119 10.7354 5.72081 10.6404 5.64419 10.5773C5.60583 10.5457 5.5809 10.5221 5.56865 10.51C5.56484 10.5062 5.56227 10.5035 5.5609 10.5021C5.5609 10.5021 5.5609 10.5021 5.5609 10.5021Z' fill='%234C4D5D'/%3E%3Cpath d='M7 7C7 7.55228 6.55228 8 6 8C5.44772 8 5 7.55228 5 7C5 6.44772 5.44772 6 6 6C6.55228 6 7 6.44772 7 7Z' fill='%234C4D5D'/%3E%3Cpath d='M11 7C11 7.55228 10.5523 8 10 8C9.44772 8 9 7.55228 9 7C9 6.44772 9.44772 6 10 6C10.5523 6 11 6.44772 11 7Z' fill='%234C4D5D'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_7421_1821'%3E%3Crect width='16' height='16' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  width: 32px;
  height: 32px;
}
.breadcrump-wrapper {
  display: flex;
  gap: 0px;
  align-items: center;
  flex-wrap: wrap;
}
.breadcrump-separator {
  padding: 8px;
  display: flex;
}
@media (max-width: 767.98px) {
  .breadcrump-mobile-back {
    background-color: transparent;
  }
}

.hero-wrapper {
  height: 748px;
  width: 100%;
  position: relative;
  border-radius: 64px;
  overflow: hidden;
  padding: 16px;
  padding-top: 32px;
}
@media (min-width: 576px) {
  .hero-wrapper {
    padding: 40px;
  }
}
@media (min-width: 992px) {
  .hero-wrapper {
    border-radius: 96px;
  }
}
@media (min-width: 1980px) {
  .hero-wrapper {
    height: 1000px;
  }
}
@media (min-width: 1200px) {
  .hero-wrapper.--start {
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    z-index: 9;
    border-radius: 0px;
  }
}
.hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hero-bg img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.hero-content {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
  justify-content: center;
  align-items: center;
}
.hero-content .hand {
  color: var(--Text-primary, #1B3580);
  font-family: "The Nautigal";
  font-size: 88.421px;
  font-style: normal;
  font-weight: var(--font-weight-400, 400);
  line-height: 56px; /* 63.333% */
  letter-spacing: var(--font-spacing-0, 0);
  transform: translateY(-11px);
}
@media (min-width: 576px) {
  .hero-content .hand {
    transform: translateY(-7px);
  }
}
.hero-content-title {
  flex-wrap: wrap;
  gap: 16px;
  row-gap: 0px;
  justify-content: center;
}
.hero-content-title .--1 {
  width: 100%;
  text-align: center;
}
@media (min-width: 576px) {
  .hero-content-title .--1 {
    width: fit-content;
  }
}
.hero-text {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.hero-search {
  width: 560px;
  max-width: 100%;
  margin-top: 8px;
}
.hero-search input {
  border-color: transparent !important;
  padding: 16px 24px !important;
  letter-spacing: var(--font-spacing-0, 0px);
  font-family: "Plus Jakarta Sans";
  font-style: normal;
  font-size: 14px;
  line-height: var(--font-line-height-s, 20px); /* 150% */
  font-weight: var(--font-weight-light, 400);
}
@media (min-width: 992px) {
  .hero-search input {
    font-size: var(--font-size-m, 16px);
    line-height: var(--font-line-height-s, 24px); /* 150% */
  }
}
@media (min-width: 1980px) {
  .hero-search input {
    font-size: 20px;
    line-height: var(--font-line-height-s, 32px); /* 140% */
  }
}
.hero-search .InputWrap.--focus input {
  box-shadow: 0 0 0 1px #dadada !important;
}
.hero-search .InputPlaceholder {
  color: var(--Text-primary, #1B3580);
  left: 26px;
}
.hero-search-buttons {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: center;
}
.hero .search-button {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  color: var(--Text-primary, #1B3580);
}
.hero .search-button svg {
  opacity: 1;
}
.hero .search-button svg path {
  fill: currentColor;
}
.hero-login .hero-wrapper {
  height: 270px;
}
@media (min-width: 992px) {
  .hero-login .hero-wrapper {
    height: 304px;
  }
}
.hero-login .hero-content {
  gap: 26px;
}
@media (min-width: 992px) {
  .hero-login .hero-content {
    gap: 40px;
  }
}
.hero-login.--category .hero-wrapper {
  height: auto;
  padding: 24px;
}
.hero-login.--category .hand {
  font-size: 64px;
  line-height: 56px;
}

.information-card {
  padding: 24px 16px;
  border-radius: 16px;
  overflow: hidden;
  border-bottom: var(--Stroke-l, 4px) solid var(--Yellow-Yellow-500, #FDCC16);
  background: var(--Yellow-Color-100, #FFFCEF);
  height: 100%;
  min-height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .information-card {
    aspect-ratio: 1;
  }
}
.information-card.--yellow {
  border-bottom: var(--Stroke-l, 4px) solid var(--Yellow-Yellow-500, #FDCC16);
  background: var(--Yellow-Color-100, #FFFCEF);
}
.information-card.--yellow svg path {
  fill: #FDCC16;
}
.information-card.--green {
  border-bottom: var(--Stroke-l, 4px) solid var(--Green-Green-501, #6FDA9A);
  background: var(--Green-Green-100, #F3FFF4);
}
.information-card.--green svg path {
  fill: #6FDA9A;
}
.information-card.--pink {
  border-bottom: var(--Stroke-l, 4px) solid var(--Pink-Pink-400, #FF91C7);
  background: var(--Pink-Pink-100, #FFF5FA);
}
.information-card.--pink svg path {
  fill: #FF91C7;
}
.information-card.--purple {
  border-bottom: var(--Stroke-l, 4px) solid var(--Violet-Color-400, #A673FF);
  background: var(--Violet-Color-100, #FAF7FF);
}
.information-card.--purple svg path {
  fill: #A673FF;
}
.information-card-wrapper {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
}

.latest-topics .swiper-slide {
  width: 265px !important;
}
@media (min-width: 1200px) {
  .latest-topics .swiper-slide {
    width: auto !important;
  }
}
@media (min-width: 1200px) {
  .latest-topics .swiper-slide.big-col {
    flex: 0 0 auto;
    width: 396px !important;
  }
}
@media (min-width: 1980px) {
  .latest-topics .swiper-slide.big-col {
    width: 430px !important;
  }
}
@media (min-width: 1200px) {
  .latest-topics .swiper-slide.small-col {
    flex: 0 0 auto;
    width: 292px !important;
  }
}
@media (min-width: 1980px) {
  .latest-topics .swiper-slide.small-col {
    width: 320px !important;
  }
}
.latest-topics-card {
  border-radius: var(--Radius-l, 12px);
  overflow: hidden;
  height: 526px;
}
@media (min-width: 1980px) {
  .latest-topics-card {
    height: 700px;
  }
}
.latest-topics-card-bg {
  width: 100%;
  height: 100%;
  position: absolute;
}
.latest-topics-card-bg img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.latest-topics-card-bg:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.8) 15%, rgba(255, 255, 255, 0) 33.11%);
}
.latest-topics-card-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  padding: 16px;
}
.latest-topics-card-first {
  position: relative;
}
.latest-topics-card-first .latest-topics-card-wrapper {
  padding: 24px;
}
.latest-topics-card .tag {
  color: #1B3580;
  border: unset;
}
.latest-topics-card-answers {
  display: flex;
  gap: 4px;
}
.latest-topics-card-answers span {
  color: #343955;
}
.latest-topics-card-avatar {
  width: 64px;
  height: 64px;
  border-radius: 999px !important;
  box-shadow: 0 18.228px 5.063px 0 rgba(110, 134, 191, 0), 0 12.152px 5.063px 0 rgba(110, 134, 191, 0.01), 0 7.089px 4.051px 0 rgba(110, 134, 191, 0.05), 0 3.038px 3.038px 0 rgba(110, 134, 191, 0.09), 0 1.013px 2.025px 0 rgba(110, 134, 191, 0.1) !important;
  border: 3px solid #FFF !important;
  overflow: hidden;
  position: relative;
}
.latest-topics-card-avatar img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}
.latest-topics-card-avatar-bar {
  display: flex;
}
.latest-topics-card-avatar-bar .--small {
  margin-left: -8px;
}
.latest-topics-card-avatar.--small {
  width: 32px;
  height: 32px;
  border: 1.2px solid #FFF !important;
}
.latest-topics-card.--orange {
  background: #FFF9F7;
}
.latest-topics-card.--orange .tag {
  color: #1B3580;
  background: var(--Pending-400, #FFB357);
}
.latest-topics-card.--pink {
  background: var(--Surface-light-grey, #F9F9F9);
}
.latest-topics-card.--pink .tag {
  background: var(--Pink-Color-200, #FFACD4);
}
.latest-topics-card.--green {
  background: var(--Green-Green-100, #F3FFF4);
}
.latest-topics-card.--green .tag {
  background: var(--Green-Green-300, #D2FFE4);
}
.latest-topics-card.--purple {
  background: var(--Violet-Color-100, #FAF7FF);
}
.latest-topics-card.--purple .tag {
  background: var(--Violet-Color-200, #CBAEFF);
}
.latest-topics-card.--blue {
  background: var(--Blue-Color-2, #F4F9FF);
}
.latest-topics-card.--blue .tag {
  background: var(--Blue-Blue-400, #9CC5FF);
}
.latest-topics-card.--yellow {
  background: var(--Yellow-Color-100, #FFFCEF);
}
.latest-topics-card.--yellow .tag {
  background-color: #FDCC16;
}
.latest-topics-arrows {
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: absolute;
  z-index: 9;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}
.latest-topics-arrows .swiper-button-prev, .latest-topics-arrows .swiper-button-next {
  pointer-events: auto;
}
.latest-topics-arrows .swiper-button-prev {
  margin-left: -22px !important;
}
.latest-topics .swiper-button-next:after, .latest-topics .swiper-rtl .swiper-button-prev:after {
  content: unset;
}
.latest-topics .swiper-button-prev:after, .latest-topics .swiper-rtl .swiper-button-next:after {
  content: unset;
}
.latest-topics .swiper-button-disabled {
  opacity: 0;
}
.latest-topics .swiper-button-prev, .latest-topics .swiper-button-next {
  width: 44px;
  height: 44px;
}
.latest-topics .swiper-button-prev svg, .latest-topics .swiper-button-next svg {
  width: 24px;
  height: 24px;
}

.category-card {
  border-radius: var(--Radius-l, 12px);
  background: var(--Surface-base, #FBF8F6);
  padding: 32px;
  gap: 8px;
  height: 100%;
  display: block;
  transition: 0.3s ease;
}
@media (min-width: 768px) {
  .category-card {
    height: 270px;
  }
}
@media (min-width: 1200px) {
  .category-card {
    height: 292px;
  }
}
@media (min-width: 1980px) {
  .category-card {
    height: 316px;
  }
}
.category-card:hover {
  background: var(--Surface-base, #fffdfd);
  box-shadow: 0px 2px 7px #ded9d9;
}
.category-card-header {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.category-card-header h3 {
  text-align: center;
}
.category-card-header-icon {
  flex-shrink: 0;
  width: 60px;
  height: 60px;
}
@media (min-width: 1200px) {
  .category-card-header-icon {
    width: 90px;
    height: 90px;
  }
}
.category-card-wrapper {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  height: 100%;
}
.category-card-desc p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  align-self: stretch;
  overflow: hidden;
  text-align: center;
}

.categories-login .category-card {
  padding: var(--Spacing-m, 16px);
  height: 100%;
}
@media (min-width: 1200px) {
  .categories-login .category-card {
    height: 292px;
  }
}
@media (min-width: 1980px) {
  .categories-login .category-card {
    height: 316px;
    padding: var(--Spacing-m, 16px) 24px;
  }
}
.categories-login .category-card-header {
  flex-direction: row;
  gap: 16px;
}
.categories-login .category-card-header h3 {
  text-align: start;
}
.categories-login .category-card-wrapper {
  justify-content: space-between;
  gap: 16px;
}
.categories-login .category-card-desc p {
  text-align: start;
}
.categories-login .category-card-footer {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.categories-login .category-card-footer svg {
  width: 16px;
  height: auto;
}
@media (min-width: 1980px) {
  .categories-login .category-card-footer svg {
    width: 18px;
    height: auto;
  }
}
.categories-login .category-card .last-answer {
  gap: 4px;
}

.categories--list .category-card {
  height: auto;
}
@media (min-width: 1200px) {
  .categories--list .category-card {
    height: auto;
  }
}
@media (min-width: 1980px) {
  .categories--list .category-card {
    height: auto;
  }
}
.categories--list .category-card-wrapper {
  gap: 18px;
}
@media (min-width: 768px) {
  .categories--list .category-card-wrapper {
    flex-direction: row;
    align-items: center;
  }
}
.categories--list .category-card-header {
  align-items: center;
}
.categories--list .category-card-header-icon {
  width: 44px;
  height: 44px;
}
.categories--list .category-card-desc p {
  -webkit-line-clamp: 2;
}
.categories--list .category-card-footer {
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .categories--list .category-card-footer {
    min-width: 270px;
    align-items: flex-end;
  }
}
.categories--list .category-card .last-answer {
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .categories--list .category-card .last-answer {
    justify-content: flex-end;
  }
}

.logincta {
  padding: 16px;
  height: 360px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  position: relative;
  overflow: hidden;
}
@media (min-width: 576px) {
  .logincta {
    padding: 32px;
  }
}
@media (min-width: 1980px) {
  .logincta {
    height: 420px;
  }
}
.logincta-bg {
  position: absolute;
  width: 100%;
  height: 100%;
}
.logincta-bg img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  opacity: 0.6;
}
.logincta-wrapper {
  display: flex;
  flex-direction: column;
  gap: 40px;
  position: relative;
}

footer {
  padding: var(--Spacing-3xl, 32px) 0 var(--Spacing-m, 24px);
  background: #456DE7;
  color: #FFF;
}
footer a {
  color: #FFF;
}
@media (min-width: 992px) {
  footer {
    padding-top: var(--Spacing-3xl, 80px);
  }
}

.footer-top {
  padding-bottom: var(--Spacing-3xl, 32px);
}
.footer-top > .row:first-child {
  row-gap: var(--Spacing-2xl, 32px);
}
@media (min-width: 992px) {
  .footer-top {
    padding-bottom: var(--Spacing-3xl, 80px);
  }
  .footer-top > .row:first-child {
    row-gap: 0;
  }
}

.footer-brand {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--Spacing-m, 16px);
}
.footer-brand__link {
  display: inline-flex;
  width: fit-content;
}
.footer-brand__logo {
  display: block;
  width: auto;
  max-width: 230px;
  height: 75px;
  object-fit: contain;
  object-position: left center;
}
@media (max-width: 575.98px) {
  .footer-brand__logo {
    max-width: 168px;
    height: auto;
  }
}

.footer-nav {
  row-gap: var(--Spacing-2xl, 32px);
}
.footer-nav__section, .footer-nav__links {
  display: flex;
  flex-direction: column;
}
.footer-nav__section {
  gap: var(--Spacing-m, 16px);
}
.footer-nav__links {
  align-items: flex-start;
  gap: var(--Spacing-sm, 12px);
}

.footer-actions {
  margin-top: var(--Spacing-2xl, 32px);
  row-gap: var(--Spacing-sm, 12px);
}
@media (min-width: 992px) {
  .footer-actions {
    margin-top: var(--Spacing-3xl, 80px);
  }
}

.footer-action-links {
  row-gap: var(--Spacing-sm, 12px);
}

.footer-action {
  width: 100% !important;
  white-space: nowrap;
}
.footer-action__icon {
  display: block;
  flex: 0 0 auto;
}
.footer-action--contact {
  border-color: var(--Icon-invert, #FFF);
  background: var(--Icon-invert, #FFF);
  color: var(--Text-primary, #1B3580);
}
.footer-action--contact::before {
  background: var(--Text-primary, #1B3580);
}
.footer-action--contact path {
  transition: stroke 0.3s ease;
}
.footer-action--contact:hover {
  border-color: var(--Icon-invert, #FFF);
  color: var(--Icon-invert, #FFF) !important;
}
.footer-action--contact:hover path {
  stroke: var(--Icon-invert, #FFF);
}
.footer-action--contact:focus-visible {
  border-color: var(--Icon-invert, #FFF);
  color: var(--Icon-invert, #FFF) !important;
  --blob-height: 100%;
}
.footer-action--contact:focus-visible path {
  stroke: var(--Icon-invert, #FFF);
}
@media (min-width: 992px) {
  .footer-action--contact {
    max-width: 216px;
  }
}

.footer-copyrights {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: var(--Spacing-sm, 12px) var(--Spacing-m, 16px);
  padding: var(--Spacing-m, 16px) 0 0;
  border-top: 1px solid var(--Icon-brand-blue, #9CC5FF);
}
.footer-copyrights .copyright-txt p {
  margin: 0;
}
.footer-copyrights-design {
  grid-column: 1/-1;
}
.footer-copyrights-design a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--Spacing-sm, 12px);
}
.footer-copyrights-design__mark {
  flex: 0 0 auto;
  color: #FFF;
}
@media (min-width: 768px) {
  .footer-copyrights {
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    padding-top: var(--Spacing-xl, 24px);
  }
  .footer-copyrights-design {
    grid-column: auto;
  }
  .footer-copyrights-design a {
    justify-content: flex-end;
    margin-left: auto;
  }
}

.social-icons {
  display: flex;
  gap: var(--Spacing-m, 16px);
  margin: 0;
  padding: 0;
  opacity: 0.7;
  list-style: none;
}
.social-icons > li,
.social-icons a,
.social-icons svg {
  display: block;
  width: 24px;
  height: 24px;
}

.animation-links a {
  position: relative;
  width: fit-content;
}
.animation-links a::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: currentColor;
  content: "";
  transition: width 0.3s ease;
}
.animation-links a:hover::before {
  width: 100%;
}

.category-sidebar {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.category-sidebar-item {
  border: 0;
  border-radius: 1000px;
  background: var(--Yellow-Color-100, #FFFCEF);
  display: flex;
  padding: var(--Spacing-s, 8px) var(--Spacing-m, 16px) var(--Spacing-s, 8px) var(--Spacing-s, 8px);
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  width: 100%;
  text-align: left;
  transition: background-color 0.3s ease;
}
@media (min-width: 1200px) {
  .category-sidebar-item {
    padding: var(--Spacing-s, 8px) var(--Spacing-m, 20px) var(--Spacing-s, 8px) var(--Spacing-s, 8px);
  }
}
.category-sidebar-item.active .category-sidebar-item-dropdown {
  transform: rotate(180deg);
}
.category-sidebar-item-dropdown {
  transition: transform 0.3s ease;
}
.category-sidebar-item-icon {
  border-radius: var(--Radius-round, 64px);
  background: var(--Icon-invert, #FFF);
  display: flex;
  width: 48px;
  height: 48px;
  padding: 12px;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1/1;
}
.category-sidebar-item-count {
  border-radius: var(--radius-round, 1000px);
  background: var(--Surface-invert, #FFFFFE);
  display: flex;
  padding: 4px 8px;
  justify-content: center;
  align-items: flex-start;
}
.category-sidebar-item.--grey {
  background: var(--Surface-base, #FBF8F6);
}
.category-sidebar-item.--yellow {
  background: var(--Yellow-Color-100, #FFFCEF);
}
.category-sidebar-item.--pink {
  background: var(--Pink-Pink-100, #FFF5FA);
}
.category-sidebar-item.--blue {
  background: var(--Blue-Color-2, #F4F9FF);
}
.category-sidebar-item.--purple {
  background: var(--Blue-Color-2, #CBAEFF);
}
.category-sidebar-item.--grey {
  background: var(--Surface-light-grey, #F9F9F9);
}
.category-sidebar-link {
  padding: var(--Spacing-m, 16px) var(--Spacing-xl, 24px);
  border-radius: 1000px;
  text-decoration: none;
  transition: background-color 0.3s ease;
}
.category-sidebar-link:hover {
  background: rgba(27, 53, 128, 0.04);
}
.category-sidebar-link-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  flex: 0 0 auto;
}
.category-sidebar-link-dot.--pink {
  background: #FFACD4;
}
.category-sidebar-link-dot.--purple {
  background: #C5A2FF;
}
.category-sidebar-link-dot.--blue {
  background: #9DC4FF;
}
.category-sidebar-link-dot.--green {
  background: #7BE0A8;
}
.category-sidebar-link-dot.--salmon {
  background: #FFA58F;
}
.category-sidebar-link-dot.--yellow {
  background: #FFC61A;
}
.category-sidebar-link-dot.--orange {
  background: #FFA793;
}
.category-sidebar-link-dot.--lavender {
  background: #C7A8FF;
}
.category-sidebar-link-dot.--light-blue {
  background: #9DC4FF;
}

.recommend-shop {
  position: relative;
}
.recommend-shop .swiper-slide.recommend-shop-slide {
  width: 290px !important;
}
.recommend-shop-heading-icon {
  width: 64px;
  height: 64px;
}
.recommend-shop-arrows {
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: absolute;
  z-index: 9;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}
.recommend-shop-arrows .swiper-button-prev,
.recommend-shop-arrows .swiper-button-next {
  pointer-events: auto;
}
.recommend-shop .swiper-button-next:after,
.recommend-shop .swiper-rtl .swiper-button-prev:after,
.recommend-shop .swiper-button-prev:after,
.recommend-shop .swiper-rtl .swiper-button-next:after {
  content: unset;
}
.recommend-shop .swiper-button-disabled {
  opacity: 0;
}
.recommend-shop .swiper-button-prev,
.recommend-shop .swiper-button-next {
  width: 44px;
  height: 44px;
}
.recommend-shop .swiper-button-prev svg,
.recommend-shop .swiper-button-next svg {
  width: 24px;
  height: 24px;
}

.product-card {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.product-card-image {
  border-radius: var(--Radius-s, 12px);
  background: var(--Surface-base, #FBF8F6);
}
.product-card-content {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.giftbox {
  padding: 24px 18px;
  border-radius: var(--Radius-m, 10px);
  background: var(--Surface-base, #FBF8F6);
  width: fit-content;
}
.giftbox-wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.giftbox-image {
  border-radius: 12px;
  aspect-ratio: 1;
  overflow: hidden;
}
.giftbox-image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.instagram {
  position: relative;
}
.instagram-card {
  width: 220px;
  height: 392px;
  position: relative;
  border-radius: var(--Radius-m, 10px);
  overflow: hidden;
}
.instagram-card img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.instagram .swiper-slide {
  width: 220px !important;
}
.instagram-arrows {
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: absolute;
  z-index: 9;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}
.instagram-arrows .swiper-button-prev,
.instagram-arrows .swiper-button-next {
  pointer-events: auto;
}
.instagram .swiper-button-next:after,
.instagram .swiper-rtl .swiper-button-prev:after {
  content: unset;
}
.instagram .swiper-button-prev:after,
.instagram .swiper-rtl .swiper-button-next:after {
  content: unset;
}
.instagram .swiper-button-disabled {
  opacity: 0;
}
.instagram .swiper-button-prev,
.instagram .swiper-button-next {
  width: 44px;
  height: 44px;
}
.instagram .swiper-button-prev svg,
.instagram .swiper-button-next svg {
  width: 24px;
  height: 24px;
}

.post-card {
  border-radius: 16px !important;
  background: var(--Surface-light-grey, #F9F9F9);
  padding: 16px;
}
.post-card-wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (min-width: 768px) {
  .post-card-content {
    padding-left: 80px;
  }
}
.post-card-header {
  display: flex;
  width: 100%;
  align-items: center;
  flex-direction: column-reverse;
  justify-content: start;
  gap: 4px;
}
.post-card-header > a {
  margin-right: auto;
}
@media (min-width: 576px) {
  .post-card-header {
    flex-direction: row;
    justify-content: space-between;
  }
  .post-card-header > a {
    margin-right: unset;
  }
}
.post-card-header-meta {
  display: flex;
  flex-direction: row;
  gap: 8px;
  width: 100%;
  align-items: center;
}
@media (min-width: 576px) {
  .post-card-header-meta {
    flex-direction: column;
    align-items: end;
    width: fit-content;
  }
}
.post-card-teaser {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  align-self: stretch;
  overflow: hidden;
}
.post-card.--pink {
  background: var(--Surface-light-grey, #F9F9F9);
}
.post-card.--pink .tag {
  background: var(--Pink-Color-200, #FFACD4);
}
.post-card.--green {
  background: var(--Green-Green-100, #F3FFF4);
}
.post-card.--green .tag {
  background: var(--Green-Green-300, #D2FFE4);
}
.post-card.--purple {
  background: var(--Violet-Color-100, #FAF7FF);
}
.post-card.--purple .tag {
  background: var(--Violet-Color-200, #CBAEFF);
}
.post-card.--blue {
  background: var(--Blue-Color-2, #F4F9FF);
}
.post-card.--blue .tag {
  background: var(--Blue-Blue-400, #9CC5FF);
}
.post-card.--orange {
  background: #FFF9F7;
}
.post-card.--orange .tag {
  background: var(--Pending-400, #FFB357);
}
.post-card.--yellow {
  background: var(--Yellow-Color-100, #FFFCEF);
}
.post-card.--yellow .tag {
  background-color: #FDCC16;
}

.category-info {
  padding: 24px;
  border-radius: var(--Radius-s, 8px);
  background: var(--Surface-base, #FBF8F6);
}
.category-info-wrapper {
  gap: 24px;
  display: flex;
}
.category-info-image {
  width: 96px;
  height: 96px;
  flex-shrink: 0;
}
.category-info-content {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.topic-page-header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: var(--Spacing-m, 16px);
  padding: 0;
  margin-bottom: var(--Spacing-m, 16px);
}
.topic-page-header__title {
  display: flex;
  align-items: center;
  gap: var(--Spacing-m, 16px);
  min-width: 0;
  width: 100%;
  justify-content: space-between;
}
.topic-page-header__title h1 {
  margin: 0;
  color: var(--Text-primary, #1B3580);
}
.topic-page-header__title .tag {
  flex-shrink: 0;
}
.topic-page-header.--pink .tag {
  background: var(--Pink-Color-200, #FFACD4);
}
.topic-page-header.--green .tag {
  background: var(--Green-Green-300, #D2FFE4);
}
.topic-page-header.--purple .tag {
  background: var(--Violet-Color-200, #CBAEFF);
}
.topic-page-header.--blue .tag {
  background: var(--Blue-Blue-400, #9CC5FF);
}
.topic-page-header.--orange .tag {
  background: var(--Pending-400, #FFB357);
}
.topic-page-header.--yellow .tag {
  background: #FDCC16;
}
@media (max-width: 575.98px) {
  .topic-page-header {
    padding: 0;
  }
  .topic-page-header__title {
    width: 100%;
  }
  .topic-page-header__title {
    align-items: flex-start;
  }
  .topic-page-header__title h1 {
    flex: 1;
  }
}

.topic-message-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--Spacing-m, 16px);
  padding-top: var(--Spacing-m, 16px);
  padding-left: 16px;
}
@media (min-width: 576px) {
  .topic-message-footer {
    padding-left: 64px;
  }
}
@media (min-width: 1200px) {
  .topic-message-footer {
    padding-left: 80px;
  }
}

.topic-message-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: var(--Spacing-l, 16px);
  color: var(--Text-primary, #1B3580);
}
@media (min-width: 1200px) {
  .topic-message-meta {
    gap: var(--Spacing-l, 32px);
  }
}
.topic-message-meta__item {
  display: inline-flex;
  align-items: center;
  gap: var(--Spacing-xs, 8px);
}
.topic-message-meta .latest-topics-card-avatar-bar {
  padding-left: 0;
}

.topic-message-comment-trigger {
  flex-shrink: 0;
}

@media (max-width: 575.98px) {
  .topic-message-footer {
    align-items: flex-start;
    flex-direction: column;
    padding-left: 0;
  }
  .topic-message-comment-trigger {
    align-self: flex-end;
  }
}
.topic-author-badge {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 3px 8px;
  border-radius: var(--Radius-round, 64px);
  background: var(--Surface-base-black, #000);
  color: var(--Text-invert, #FFF);
  white-space: nowrap;
}

.post-message-date-actions {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: var(--Spacing-xs, 4px);
  flex-shrink: 0;
}

.post-message {
  padding: 18px;
  border-radius: 16px 16px var(--Radius-null, 0) var(--Radius-null, 0);
  border-bottom: var(--Stroke-l, 4px) solid var(--Border-invert, #FFF);
  background: var(--Surface-light-grey, #F9F9F9);
}
.post-message-wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.post-message-wrapper.--lvl-2 {
  padding: 16px;
  position: relative;
}
.post-message-wrapper.--lvl-2::before {
  content: "";
  position: absolute;
  width: 1px;
  height: calc(100% + 30px);
  left: -24px;
  top: -32px;
  background: #858585;
}
@media (min-width: 576px) {
  .post-message-wrapper.--lvl-2::before {
    left: -46px;
  }
}
.post-message-wrapper.--lvl-2 .post-message-author {
  position: relative;
}
.post-message-wrapper.--lvl-2 .post-message-author::before {
  content: "";
  position: absolute;
  width: 22px;
  height: 1px;
  left: -40px;
  top: 32px;
  background: #858585;
}
@media (min-width: 576px) {
  .post-message-wrapper.--lvl-2 .post-message-author::before {
    width: 40px;
    left: -62px;
  }
}
.post-message-wrapper.--lvl-2 .post-message-content {
  padding-left: 0px;
}
@media (min-width: 1200px) {
  .post-message-wrapper.--lvl-2 .post-message-content {
    padding-left: 80px;
  }
}
.post-message-wrapper.--lvl-2:last-of-type::after {
  content: "";
  position: absolute;
  width: 40px;
  height: calc(100% - 34px);
  left: -60px;
  top: 65px;
  background: rgb(249, 249, 249);
}
.post-message-date {
  color: var(--Text-disabled, #858585);
}
@media (max-width: 349px) {
  .post-message-date {
    display: none;
  }
}
.post-message-content {
  padding-top: 10px;
  padding-left: 16px;
}
@media (min-width: 576px) {
  .post-message-content {
    padding-left: 64px;
  }
}
@media (min-width: 1200px) {
  .post-message-content {
    padding-left: 80px;
  }
}
.post-message-content blockquote {
  padding-left: 8px;
  border-left: 2px solid var(--Icon-primary, #1B3580);
}
.post-message-content blockquote .quoteauthor {
  font-family: "Plus Jakarta Sans";
  font-size: 10px;
  line-height: 12px;
  font-style: normal;
  letter-spacing: var(--font-spacing-0, 0px);
  font-weight: var(--font-weight-light, 400);
  font-weight: 700;
  margin-bottom: 8px;
}
@media (min-width: 992px) {
  .post-message-content blockquote .quoteauthor {
    font-size: 12px;
    line-height: var(--font-line-height-xs, 16px); /* 133.333% */
  }
}
@media (min-width: 1980px) {
  .post-message-content blockquote .quoteauthor {
    font-size: 14px;
    line-height: var(--font-line-height-xs, 16px); /* 157.143% */
  }
}
.post-message-content-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: var(--Spacing-m, 16px);
  margin-top: var(--Spacing-m, 16px);
}
.post-message-content-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: var(--Spacing-xs, 4px) var(--Spacing-sm, 10px);
  border: 1px solid var(--Icon-secondary, #456DE7);
  border-radius: var(--Radius-round, 64px);
  color: var(--Text-primary, #1B3580);
  text-decoration: none;
}
.post-message-content-action:hover {
  color: #191970;
}
.post-message-footer {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 8px;
}
@media (min-width: 768px) {
  .post-message-footer {
    flex-direction: row;
  }
}
.post-message-author {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: start;
}
@media (min-width: 768px) {
  .post-message-author {
    align-items: center;
    flex-direction: row;
  }
}
.post-message.--reply {
  border-bottom: unset;
  border-radius: 0px;
  position: relative;
}
.post-message.--reply:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: calc(100% - 36px);
  height: 1px;
  background-color: #D7D7D7;
}
.post-message .latest-topics-card-avatar-bar {
  padding-left: 16px;
}
@media (min-width: 576px) {
  .post-message .latest-topics-card-avatar-bar {
    padding-left: 32px;
  }
}
.post-message.--pink {
  background: var(--Surface-light-grey, #F9F9F9);
}
.post-message.--pink .tag {
  background: var(--Pink-Color-200, #FFACD4);
}
.post-message.--green {
  background: var(--Green-Green-100, #F3FFF4);
}
.post-message.--green .tag {
  background: var(--Green-Green-300, #D2FFE4);
}
.post-message.--purple {
  background: var(--Violet-Color-100, #FAF7FF);
}
.post-message.--purple .tag {
  background: var(--Violet-Color-200, #CBAEFF);
}
.post-message.--blue {
  background: var(--Blue-Color-2, #F4F9FF);
}
.post-message.--blue .tag {
  background: var(--Blue-Blue-400, #9CC5FF);
}
.post-message.--orange {
  background: #FFF9F7;
}
.post-message.--orange .tag {
  background: var(--Pending-400, #FFB357);
}
.post-message.--yellow {
  background: var(--Yellow-Color-100, #FFFCEF);
}
.post-message.--yellow .tag {
  background-color: #FDCC16;
}
.post-message-button {
  padding: 4px 10px;
  border-radius: var(--Radius-round, 64px);
  border: 1px solid var(--Icon-secondary, #456DE7);
  color: var(--Text-primary, #1B3580);
  background-color: transparent;
  transition: 0.3s ease;
  cursor: pointer;
}
@media (min-width: 1980px) {
  .post-message-button {
    padding: 6px 14px;
  }
}
.post-message-button:hover {
  background-color: #456DE7;
  color: #fff;
}
.post-message-button.--red {
  color: #C43946;
  border-color: #C43946;
  width: fit-content;
}
.post-message-button.--red:hover {
  background-color: #fff;
}

.topic-share-modal {
  position: fixed;
  inset: 0;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px 16px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.24s ease;
}
.topic-share-modal.--visible {
  opacity: 1;
  pointer-events: auto;
}
.topic-share-modal.--visible .topic-share-modal__dialog {
  transform: translateY(0) scale(1);
}
.topic-share-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(52, 57, 85, 0.52);
  backdrop-filter: blur(4px);
}
.topic-share-modal__dialog {
  position: relative;
  width: min(100%, 708px);
  background: #FFF;
  box-shadow: 0 30px 60px rgba(52, 57, 85, 0.18);
  transform: translateY(18px) scale(0.98);
  transition: transform 0.24s ease;
  border-radius: 16px;
}
@media (min-width: 1980px) {
  .topic-share-modal__dialog {
    width: min(100%, 740px);
  }
}
.topic-share-modal__header {
  padding: 16px;
  border-bottom: 1px solid var(--Icon-secondary, #456DE7);
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
  align-items: flex-start;
  padding-top: 0px;
}
.topic-share-modal__content {
  padding: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}
@media (min-width: 768px) {
  .topic-share-modal__content {
    padding: var(--Component-line-height, 48px);
  }
}
.topic-share-modal__title {
  margin: 0;
  color: #1B3580;
}
.topic-share-modal__subtitle {
  color: #1B3580;
}
.topic-share-modal__icons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.topic-share-modal__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #456DE7;
  transition: transform 0.2s ease, opacity 0.2s ease;
}
.topic-share-modal__icon:hover {
  transform: translateY(-1px);
  opacity: 0.82;
}
.topic-share-modal__copy {
  width: 100%;
}
.topic-share-modal__copy svg path {
  fill: #fff !important;
}
.topic-share-modal__copy-button {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  justify-content: center;
  z-index: 2;
}
.topic-share-modal .InputWrap .wpcf7 input {
  padding-right: 96px;
  padding-left: 20px;
  border-radius: 1000px;
  border: 1px solid var(--Blue-Blue-400, #9CC5FF) !important;
  background: var(--Surface-page, #FFF);
}

.replies-list {
  border-radius: var(--Radius-l, 12px);
  background: var(--Surface-light-grey, #F9F9F9);
}

.reply-auth-cta {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 40px;
  border-radius: 4px;
  text-align: center;
}
.reply-auth-cta__header {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
}
.reply-auth-cta__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-radius: 4px;
  overflow: hidden;
}
.reply-auth-cta__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 24px;
}
.reply-auth-cta__item + .reply-auth-cta__item {
  border-left: 1px solid rgba(213, 218, 232, 0.65);
}
.reply-auth-cta__item .c-btn {
  width: 100%;
  max-width: 360px;
  margin-top: 12px;
  justify-content: center;
}

@media (max-width: 767.98px) {
  .reply-auth-cta {
    padding: 24px 16px;
  }
  .reply-auth-cta__grid {
    grid-template-columns: 1fr;
  }
  .reply-auth-cta__item + .reply-auth-cta__item {
    border-left: 0;
    border-top: 1px solid rgba(213, 218, 232, 0.65);
  }
}
body.topic-share-modal-open {
  overflow: hidden;
}

.message-more-menu,
.report-modal {
  display: flex;
  flex-direction: column;
  border-radius: 8px !important;
  background: var(--Surface-page, #FFF);
  position: absolute;
  max-height: min(70vh, 480px);
  overflow-x: hidden;
  overflow-y: auto;
  right: 16px;
  z-index: -1;
  opacity: 0;
  transition: 0.3s ease;
  top: 39px;
  box-shadow: -7px 37px 10px 0 rgba(192, 202, 222, 0), -4px 23px 10px 0 rgba(192, 202, 222, 0.01), -2px 13px 8px 0 rgba(192, 202, 222, 0.05), -1px 6px 6px 0 rgba(192, 202, 222, 0.09), 0 1px 3px 0 rgba(192, 202, 222, 0.1);
}
.message-more-menu.--open,
.report-modal.--open {
  z-index: 99;
  opacity: 1;
}

.message-more-menu .post-message-button,
.message-more-menu .dumel-like-button {
  justify-content: flex-start;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #1B3580;
}

.message-more-menu__item,
.report-modal-single {
  padding: var(--Spacing-m, 16px) var(--Spacing-xl, 24px);
  width: 100%;
  min-width: max-content;
  cursor: pointer;
  transition: 0.3s ease;
  text-align: left;
  color: #1B3580;
}
.message-more-menu__item:hover,
.report-modal-single:hover {
  background: var(--Surface-secondary, #456DE7);
  color: #fff;
}

.more-message-button,
.report-message-button {
  cursor: pointer;
  display: flex;
  align-items: center;
  padding: 0px;
}
.more-message-button:hover,
.report-message-button:hover {
  color: #456DE7;
}

.report-submit-modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px 16px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.24s ease;
}
.report-submit-modal.--visible {
  opacity: 1;
  pointer-events: auto;
}
.report-submit-modal.--visible .report-submit-modal__dialog {
  transform: translateY(0) scale(1);
}
.report-submit-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(52, 57, 85, 0.52);
  backdrop-filter: blur(4px);
}
.report-submit-modal__dialog {
  position: relative;
  width: min(100%, 420px);
  background: #FFF;
  box-shadow: 0 30px 60px rgba(52, 57, 85, 0.18);
  transform: translateY(18px) scale(0.98);
  transition: transform 0.24s ease;
  border-radius: 16px;
}
@media (min-width: 1980px) {
  .report-submit-modal__dialog {
    width: min(100%, 592px);
  }
}
.report-submit-modal__content {
  padding: 12px 16px 12px;
}
@media (min-width: 576px) {
  .report-submit-modal__content {
    padding: 48px;
  }
}
.report-submit-modal__close {
  position: absolute;
  top: 16px;
  right: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}
.report-submit-modal__title {
  color: #1B3580;
  margin: 0;
}
.report-submit-modal__subtitle {
  margin: 8px 0 0;
  color: #1B3580;
}
.report-submit-modal__options {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 28px;
}
.report-submit-modal__option {
  display: flex;
  align-items: center;
  gap: 14px;
  cursor: pointer;
}
.report-submit-modal__option input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.report-submit-modal__radio {
  width: 20px;
  height: 20px;
  border-radius: 999px;
  border: 1px solid #858585;
  position: relative;
  flex-shrink: 0;
}
.report-submit-modal__radio::after {
  content: "";
  position: absolute;
  inset: 4px;
  border-radius: 999px;
  background: #1B3580;
  opacity: 0;
  transition: opacity 0.2s ease;
}
.report-submit-modal__header {
  padding: 16px;
  border-bottom: 1px solid var(--Icon-secondary, #456DE7);
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.report-submit-modal__actions {
  margin-top: 34px;
  gap: 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.report-submit-modal__submit {
  min-width: 216px;
  justify-content: center;
}
.report-submit-modal input:checked + .report-submit-modal__radio {
  border-width: 2px;
  border-color: #1B3580;
}
.report-submit-modal input:checked + .report-submit-modal__radio::after {
  opacity: 1;
}

.post-message-wrapper-lvl-2-button {
  display: flex;
  padding-top: 24px;
  gap: 16px;
  align-items: center;
  position: relative;
  transition: opacity 0.24s ease, transform 0.24s ease, max-height 0.24s ease, padding-top 0.24s ease, margin 0.24s ease;
}
.post-message-wrapper-lvl-2-button::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 30px;
  left: -24px;
  top: 7px;
  background: #858585;
}
@media (min-width: 576px) {
  .post-message-wrapper-lvl-2-button::before {
    left: -46px;
    width: 1px;
  }
}
.post-message-wrapper-lvl-2-button::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 1px;
  left: -24px;
  top: 36px;
  background: #858585;
}
@media (min-width: 576px) {
  .post-message-wrapper-lvl-2-button::after {
    left: -45px;
    width: 22px;
  }
}

.post-message-wrapper-lvl-2.--collapsed .post-message-wrapper-lvl-2-stage {
  opacity: 0;
  pointer-events: none;
}
.post-message-wrapper-lvl-2.--expanded .post-message-wrapper-lvl-2-stage {
  opacity: 1;
  pointer-events: auto;
}
.post-message-wrapper-lvl-2.--expanded .post-message-wrapper-lvl-2-button {
  opacity: 0;
  transform: translateY(-8px);
  max-height: 0;
  padding-top: 0;
  margin: 0;
  overflow: hidden;
  pointer-events: none;
}
.post-message-wrapper-lvl-2.--expanded .post-message-wrapper-lvl-2-button::before, .post-message-wrapper-lvl-2.--expanded .post-message-wrapper-lvl-2-button::after {
  opacity: 0;
}
.post-message-wrapper-lvl-2 .reply-wrap {
  overflow: visible;
}
.post-message-wrapper-lvl-2 .post-message-wrapper-lvl-2-stage {
  padding-left: 24px;
  margin-left: -24px;
  opacity: 0;
  transition: height 0.42s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.28s ease;
  will-change: height, opacity;
}
@media (min-width: 576px) {
  .post-message-wrapper-lvl-2 .post-message-wrapper-lvl-2-stage {
    padding-left: 46px;
    margin-left: -46px;
  }
}

.post-message-moderated {
  margin-bottom: 16px;
  border-radius: 12px;
  color: #C43946;
}

.post-message-admin-note-editor {
  margin-bottom: 16px;
  padding: 12px 16px;
  border: 1px solid #d5dae8;
  border-radius: 12px;
  background: #fff;
}

.post-message-admin-note {
  border-radius: 16px;
  border: 1px solid var(--Icon-error, #C43946);
  color: var(--Text-error, #C43946);
  padding: var(--Spacing-xs, 8px) var(--Spacing-sm, 16px);
  width: fit-content;
}

.post-message-admin-note-textarea {
  width: 100%;
  min-height: 110px;
  margin-bottom: 12px;
  padding: 12px 14px;
  border: 1px solid #d5dae8;
  border-radius: 12px;
  resize: vertical;
  color: #1b3580;
}

.post-message-admin-note-textarea:focus {
  outline: none;
  border-color: #1b3580;
  box-shadow: 0 0 0 2px rgba(27, 53, 128, 0.08);
}

.post-message-admin-note-actions {
  display: flex;
  gap: 8px;
  align-items: center;
  flex-wrap: wrap;
}

.post-message-admin-note-message {
  margin: 0;
  color: #1b3580;
}

.report-submit-modal__reason-input {
  width: 100%;
  min-height: 132px;
  padding: 16px;
  border: 1px solid #d5dae8;
  border-radius: 16px;
  background: #fff;
  resize: vertical;
  color: #1b3580;
}

.report-submit-modal__reason-input:focus {
  outline: none;
  border-color: #1b3580;
  box-shadow: 0 0 0 2px rgba(27, 53, 128, 0.08);
}

.js-appeal-decision-open + .post-message-button.--red {
  display: none;
}

.dumel-author-stat {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 3px 8px;
  border: 1px solid #d5dae8;
  border-radius: 64px;
  background: #fff;
  color: #1b3580;
  line-height: 1.2;
}

.dumel-like-button {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.dumel-like-button__count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 20px;
  height: 20px;
  padding: 0 6px;
  border-radius: 64px;
  background: #edf2ff;
  color: #1b3580;
}

.dumel-like-button.is-liked {
  border-color: #1b3580;
  background: #edf2ff;
}

.dumel-like-button.is-disabled {
  cursor: default;
  opacity: 0.72;
}

.appeal-decision-modal__content, .trash-contact-admin-modal__content {
  padding-left: 48px;
  padding-right: 48px;
}
@media (max-width: 575.98px) {
  .appeal-decision-modal__content, .trash-contact-admin-modal__content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.appeal-decision-modal__body, .trash-contact-admin-modal__body {
  margin: 24px auto 0;
  color: #263052;
  padding: 16px;
}
.appeal-decision-modal__body p, .trash-contact-admin-modal__body p {
  margin: 0 0 12px;
}
.appeal-decision-modal__body strong, .trash-contact-admin-modal__body strong {
  font-weight: 700;
}
.appeal-decision-modal__body a, .trash-contact-admin-modal__body a {
  color: #4568ea;
  text-decoration: none;
}
.appeal-decision-modal__footer, .trash-contact-admin-modal__footer {
  padding: var(--Spacing-m, 16px) var(--Spacing-m, 16px) 0 var(--Spacing-m, 16px);
  border-top: 1px solid var(--Icon-secondary, #456DE7);
}
.appeal-decision-modal .report-submit-modal__dialog, .trash-contact-admin-modal .report-submit-modal__dialog {
  width: min(100%, 792px);
}

.wp-bbp_reply_content-editor-container .bbp_reply_content blockquote {
  padding-left: 8px;
  border-left: 2px solid var(--Icon-primary, #1B3580);
}

.topic-ban-info {
  background: var(--Icon-error, #C43946);
  padding: var(--Spacing-l, 18px) var(--Spacing-l, 18px) 32px var(--Spacing-l, 18px);
  border-radius: 0px 0px 24px 24px;
  margin-bottom: 8px;
}
.topic-ban-info .forumbadge {
  background: transparent;
  border: 1px solid var(--Icon-invert, #FFF);
}
.topic-ban-info .forumbadge span {
  color: #fff;
}
.topic-ban-info-wrapper {
  border-left: 2px solid #fff;
  padding-left: 16px;
  margin-left: 8px;
}
@media (min-width: 768px) {
  .topic-ban-info-wrapper {
    padding-left: 48px;
    margin-left: 16px;
  }
}
.topic-ban-info-wrapper .post-message-admin-note {
  border-color: #fff;
  color: #fff;
  border-radius: 6px;
}
.topic-ban-info-wrapper .d-flex.gap-16.r-gap-8 > a:nth-of-type(2) {
  display: none;
}

.help-page {
  background: var(--Surface-page, #FFF);
}

.help-hero {
  min-height: 405px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 64px 0 56px;
}
@media (min-width: 1200px) {
  .help-hero {
    padding: 92px 0 80px;
  }
}
.help-hero__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}
.help-hero__title {
  margin: 0;
  color: var(--Text-primary, #1B3580);
}
.help-hero__lead {
  margin: 0 0 8px;
  color: var(--Text-body, #343955);
}

.help-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  max-width: 720px;
}
.help-tabs__item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  border: 0;
  border-radius: 64px;
  background: rgba(255, 255, 255, 0.72);
  padding: var(--Spacing-xs, 8px) var(--Spacing-sm, 16px);
  color: var(--Text-body, #343955);
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.help-tabs__item:hover, .help-tabs__item.is-active {
  background: var(--Surface-primary, #1B3580);
  color: var(--Text-invert, #FFF);
}
.help-tabs--sticky {
  max-width: none;
  flex-wrap: nowrap;
  overflow-x: auto;
  padding: 12px 0;
  scrollbar-width: none;
}
.help-tabs--sticky::-webkit-scrollbar {
  display: none;
}
.help-tabs--sticky .help-tabs__item {
  flex: 0 0 auto;
  background: var(--Surface-light-grey, #F9F9F9);
}
.help-tabs--sticky .help-tabs__item:hover, .help-tabs--sticky .help-tabs__item.is-active {
  background: var(--Surface-primary, #1B3580);
  color: var(--Text-invert, #FFF);
}

.help-sticky-nav {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 8;
  border-bottom: 1px solid var(--Border-light, #E7E7E7);
  background: var(--Surface-page, #FFF);
  box-shadow: 0 8px 20px rgba(27, 53, 128, 0.08);
  transform: translateY(-100%);
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: transform 0.3s ease, opacity 0.25s ease, visibility 0.3s;
}
.help-sticky-nav.is-visible {
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

.help-faq {
  padding: 52px 0 96px;
}
@media (min-width: 1200px) {
  .help-faq {
    padding: 56px 0 128px;
  }
}
.help-faq__content {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
.help-faq__section {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.help-faq__section-title {
  margin: 0;
  color: var(--Text-primary, #1B3580);
}
.help-faq__list {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.help-faq__item {
  border-bottom: 1px solid var(--Border-300, #D6D6D6);
}
.help-faq__question {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 24px;
  gap: 24px;
  align-items: center;
  width: 100%;
  min-height: 64px;
  border: 0;
  background: transparent;
  padding: 16px;
  color: var(--Text-body, #343955);
  text-align: left;
  cursor: pointer;
}
.help-faq__question span {
  min-width: 0;
}
.help-faq__question[aria-expanded=true] .help-faq__icon--down {
  display: none;
}
.help-faq__question[aria-expanded=true] .help-faq__icon--up {
  display: block;
}
.help-faq__question[aria-expanded=false] .help-faq__icon--down {
  display: block;
}
.help-faq__question[aria-expanded=false] .help-faq__icon--up {
  display: none;
}
.help-faq__icon {
  width: 24px;
  height: 24px;
  color: var(--Icon-base, #000);
}
.help-faq__answer {
  padding: 8px 16px;
  color: var(--Text-body, #343955);
}
.help-faq__answer p {
  margin: 0;
}
.help-faq__answer p + p {
  margin-top: 12px;
}

@media (max-width: 575.98px) {
  .help-hero {
    min-height: auto;
    padding: 48px 0;
  }
  .help-tabs {
    gap: 6px;
  }
  .help-tabs__item {
    min-height: 30px;
  }
  .help-faq {
    padding: 40px 0 72px;
  }
  .help-faq__content {
    gap: 40px;
  }
  .help-faq__question {
    min-height: 58px;
    gap: 16px;
  }
}
.account {
  --account-shadow-01: 0 4px 8px 0 rgba(0, 0, 0, 0.05), 0 1px 5px 0 rgba(0, 0, 0, 0.05), 0 0 1px 0 rgba(0, 0, 0, 0.20);
  --account-blue-shadow: 0 10px 24px rgba(27, 53, 128, 0.10), 0 1px 5px rgba(27, 53, 128, 0.08), 0 0 1px rgba(27, 53, 128, 0.20);
  background: var(--Surface-light-grey, #F9F9F9);
  padding: 40px 0px;
}
.account-avatar {
  border-radius: 999px !important;
  width: 100px;
  height: 100px;
  border: 4px solid #fff;
  filter: drop-shadow(0 2.025px 4.051px rgba(110, 134, 191, 0.1)) drop-shadow(0 6.076px 6.076px rgba(110, 134, 191, 0.09)) drop-shadow(0 14.177px 8.101px rgba(110, 134, 191, 0.05)) drop-shadow(0 24.304px 10.127px rgba(110, 134, 191, 0.01)) drop-shadow(0 36.456px 10.127px rgba(110, 134, 191, 0));
  position: relative;
  overflow: hidden;
}
@media (min-width: 576px) {
  .account-avatar {
    width: 120px;
    height: 120px;
  }
}
@media (min-width: 768px) {
  .account-avatar {
    width: 160px;
    height: 160px;
  }
}
.account-avatar img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.account-avatar-edit {
  position: absolute;
  right: 4px;
  bottom: 4px;
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px !important;
  background: #fff;
  border: 1px solid var(--Border-secondary, #456DE7);
  box-shadow: 0 4px 12px rgba(69, 109, 231, 0.16);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  padding: 0;
  cursor: pointer;
}
.account-avatar-edit:hover {
  transform: scale(1.04);
  box-shadow: 0 6px 16px rgba(69, 109, 231, 0.22);
}
.account-avatar-edit svg {
  width: 18px;
  height: 18px;
}
.account-avatar-modal {
  position: fixed;
  inset: 0;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px 16px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.24s ease;
}
.account-avatar-modal.--visible {
  opacity: 1;
  pointer-events: auto;
}
.account-avatar-modal.--visible .account-avatar-modal__dialog {
  transform: translateY(0) scale(1);
}
.account-avatar-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(52, 57, 85, 0.52);
  backdrop-filter: blur(4px);
}
.account-avatar-modal__dialog {
  position: relative;
  width: min(100%, 760px);
  max-height: min(100vh - 48px, 860px);
  overflow-y: auto;
  background: #FFF;
  box-shadow: 0 30px 60px rgba(52, 57, 85, 0.18);
  transform: translateY(18px) scale(0.98);
  transition: transform 0.24s ease;
}
.account-avatar-modal__content {
  padding: 56px 40px 40px;
}
@media (max-width: 767.98px) {
  .account-avatar-modal__content {
    padding: 48px 24px 24px;
  }
}
.account-avatar-modal__close {
  position: absolute;
  top: 16px;
  right: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}
.account-avatar-modal__title {
  margin: 0;
  color: #1B3580;
}
.account-avatar-modal__body {
  margin-top: 24px;
}
.account-avatar-modal__form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.account-avatar-modal__preview {
  width: 180px;
  height: 180px;
  margin: 0 auto;
  border-radius: 999px !important;
  overflow: hidden;
  border: 4px solid #fff;
  box-shadow: 0 12px 32px rgba(69, 109, 231, 0.12);
}
.account-avatar-modal__preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.account-avatar-modal__hint {
  margin: 0;
  color: #1B3580;
  text-align: center;
}
.account-avatar-modal__fields {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
}
.account-avatar-modal__browse {
  cursor: pointer;
}
.account-avatar-modal__actions {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
}
.account-name {
  display: flex;
  flex-direction: column-reverse;
  gap: 16px;
  align-items: start;
}
@media (min-width: 576px) {
  .account-name {
    flex-direction: row;
    align-items: center;
  }
}
.account-info {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
  align-items: stretch;
  justify-content: space-between;
}
@media (min-width: 992px) {
  .account-info {
    flex-direction: row;
    align-items: center;
    row-gap: 0;
  }
}
.account-info__column {
  display: flex;
  align-items: center;
}
.account-info__identity {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
}
@media (min-width: 576px) {
  .account-info__identity {
    flex-direction: row;
    align-items: center;
    gap: 24px;
  }
}
.account-info__details {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.account-info__name {
  color: var(--Text-primary, #1B3580);
}
.account-info__activity {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.account-info-summary {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  width: 100%;
  overflow: hidden;
  border-radius: 16px !important;
  background: var(--Icon-invert, #FFF);
  box-shadow: var(--account-blue-shadow);
}
.account-info-summary--points-only {
  grid-template-columns: minmax(0, 1fr);
}
.account-info-summary__cell {
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
  gap: 24px;
  padding: var(--Spacing-m, 16px);
  text-align: center;
  margin: 0 auto;
}
.account-info-summary__cell + .account-info-summary__cell {
  border-left: 1px solid var(--Border-brand-blue-400, #B3C6FF);
}
.account-info-summary__cell--points {
  align-items: center;
  text-align: center;
  width: 100%;
}
.account-info-summary__label {
  color: var(--Text-primary, #1B3580);
}
.account-info-summary__rank {
  display: inline-flex;
  align-self: flex-start;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  border-radius: 999px !important;
  background: var(--account-rank-color, #6F7F98);
  padding: var(--Spacing-s, 8px) var(--Spacing-xl, 24px);
  color: var(--Text-invert, #FFF);
  text-align: center;
  margin: 0 auto;
}
.account-info-summary__meta, .account-info-summary__history {
  display: inline-flex;
  align-items: center;
  gap: var(--Spacing-s, 8px);
  color: var(--Text-body, #343955);
  justify-content: center;
}
.account-info-summary__meta strong {
  font-weight: 700;
}
.account-info-summary__arrow {
  flex: 0 0 16px;
  color: var(--Surface-base-black, #000);
}
.account-info-summary__points-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--Spacing-xs, 4px);
}
.account-info-summary__trophy {
  flex: 0 0 32px;
  flex-basis: 40px !important;
}
.account-info-summary__points {
  color: var(--Text-secondary, #456DE7);
}
.account-info-summary__history {
  text-decoration: none;
}
.account-info-summary__history:hover {
  color: var(--Text-primary, #1B3580);
  text-decoration: underline;
  text-underline-offset: 3px;
}
@media (max-width: 575.98px) {
  .account-info-summary__cell {
    padding: 12px 8px;
  }
  .account-info-summary__label, .account-info-summary__history {
    white-space: nowrap;
  }
  .account-info-summary__rank {
    max-width: 100%;
    min-height: 36px;
    overflow: hidden;
    padding: 6px 10px;
    white-space: nowrap;
    font-size: var(--font-size-s, 14px);
    text-overflow: ellipsis;
  }
  .account-info-summary__meta {
    gap: var(--Spacing-xs, 4px);
    overflow: hidden;
    white-space: nowrap;
    font-size: var(--font-size-xs, 12px);
  }
}
.account-menu {
  padding: var(--Spacing-2xl, 32px);
  display: flex;
  flex-direction: column;
  gap: var(--Spacing-xl, 24px);
  border-radius: var(--Radius-l, 12px) !important;
  background: #FFF;
  box-shadow: var(--account-shadow-01);
}
.account-menu-items {
  display: flex;
  flex-direction: column;
}
.account-menu-items > a {
  padding: var(--Spacing-sm, 10px) var(--Spacing-null, 0);
}
.account-menu-items > a.--active {
  color: var(--Text-secondary, #456DE7);
}
.account-menu-items > a:hover {
  color: var(--Text-secondary, #456DE7);
}
.account-menu-mobile-current {
  text-decoration: none;
}
.account-menu-mobile-current:hover {
  color: var(--Text-secondary, #456DE7);
  text-decoration: none;
}
.account-page-info, .account-list, .account-option > form, .account-points-page, .account-public-block, .account-public-section, .account-public-hero {
  border-radius: 16px !important;
  background: var(--Icon-invert, #FFF);
  box-shadow: var(--account-shadow-01);
}
.account-page-info, .account-list, .account-option > form, .account-points-page {
  padding: var(--Spacing-xl, 24px);
}
.account-option > form {
  width: 100%;
}
.account-public-section {
  padding: var(--Spacing-xl, 24px);
}
.account-public-block--embedded, .account-public-block .account-public-section {
  box-shadow: none;
}
.account-option-error {
  display: block;
  margin-top: 8px;
  color: var(--text-error, #DA174E);
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
}
.account-option .InputWrap[data-account-option-field].--editing button.input-button svg path {
  fill: #05A60A;
}
.account-option .InputWrap[data-account-option-field].--error button.input-button svg path {
  fill: #CD0714;
}
.account-option-card {
  height: auto;
  padding-top: 16px;
  border-radius: var(--Radius-s, 12px) !important;
  background: var(--Surface-page, #FFF);
}
@media (min-width: 992px) {
  .account-option-card {
    height: 352px;
    padding-top: unset;
  }
}
.account-option-card-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  justify-content: center;
}
.account-option-card-wrapper span {
  padding: 16px;
}
.account-favorites-card {
  height: auto;
}
.account-favorites-card__item {
  background: var(--Surface-light-grey, #F9F9F9);
}
.account-favorites-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 24px;
  align-items: center;
}
.account-favorites-card .post-card-wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.account-favorites-card .post-card {
  height: auto;
}
.account-favorites-card .post-card-content {
  padding-left: 0;
}
.account-favorites-card .post-card-header-meta {
  align-items: flex-start;
}
@media (min-width: 576px) {
  .account-favorites-card .post-card-header-meta {
    align-items: flex-end;
  }
}
.account-points-page {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.account-points-summary {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
@media (max-width: 575.98px) {
  .account-points-summary {
    grid-template-columns: 1fr;
  }
}
.account-points-summary__item {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 16px;
  border-radius: 16px !important;
  background: var(--Icon-invert, #FFF);
  box-shadow: var(--account-shadow-01);
}
.account-points-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.account-points-row {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 16px;
  border: 1px solid var(--Border-brand-blue-400, #B3C6FF);
  border-radius: 16px !important;
  background: var(--Icon-invert, #FFF);
}
@media (max-width: 575.98px) {
  .account-points-row {
    flex-direction: column;
  }
}
.account-points-row__content {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.account-points-row__meta {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  flex-shrink: 0;
}
.account-points-row__points {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 48px;
  min-height: 32px;
  padding: 4px 10px;
  border-radius: 64px;
  background: #edf2ff;
  color: #1b3580;
}
.account-points-empty {
  padding: 16px;
  border: 1px dashed #d5dae8;
  border-radius: 16px !important;
  background: var(--Icon-invert, #FFF);
}
.account-password-strength {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.account-password-strength[hidden] {
  display: none;
}
.account-password-strength__bar {
  width: 100%;
  height: 8px;
  overflow: hidden;
  border-radius: 999px !important;
  background: var(--Surface-light-blue, #EDF1FF);
}
.account-password-strength__bar span {
  display: block;
  width: 25%;
  height: 100%;
  border-radius: inherit !important;
  background: #CD0714;
  transition: width 0.2s ease, background-color 0.2s ease;
}
.account-password-strength__label {
  color: #1B3580;
}
.account-password-strength.--short .account-password-strength__bar span, .account-password-strength.--bad .account-password-strength__bar span, .account-password-strength.--mismatch .account-password-strength__bar span {
  background: #CD0714;
}
.account-password-strength.--good .account-password-strength__bar span {
  background: #F3A712;
}
.account-password-strength.--strong .account-password-strength__bar span {
  background: #05A60A;
}
.account-list-heading {
  display: flex;
  flex-direction: column;
  gap: 16px;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .account-list-heading {
    flex-direction: row;
    align-items: center;
  }
}
.account-list-settings {
  padding: 8px;
  gap: 8px;
  text-decoration: none;
}
.account-list-settings:hover {
  color: var(--Text-secondary, #456DE7);
}
.account-list-tabs {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--Border-invert, #FFF);
}
.account-list ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: var(--Spacing-s, 8px) 0;
  margin-top: 18px;
  border-radius: var(--Radius-l, 12px) !important;
  background: var(--Surface-page, #FFF);
}
.account-list-item {
  padding: var(--Spacing-s, 8px) var(--Spacing-m, 16px);
}
.account-list-item-date {
  padding-bottom: 10px;
  padding-left: 40px;
  display: flex;
  gap: 8px;
  align-items: center;
}
.account-list-item-look {
  padding: var(--Spacing-s, 8px) var(--gap-m, 16px);
  border: 0;
  background: transparent;
  color: var(--Text-primary, #1B3580);
  cursor: pointer;
}
.account-list-item-delete {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--Text-error, #CD0714);
}
.account-list-item-more {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.account-list-item-more-button {
  border: 0;
  background: transparent;
}
.account-list-item-more-menu {
  right: 0;
  min-width: max-content;
}
.account-list-item-more-menu a {
  text-decoration: none;
}
.account-list-bar {
  display: flex;
  flex-direction: column;
  gap: 8px;
  justify-content: space-between;
  padding: 0 var(--Spacing-m, 16px);
  margin-top: 8px;
}
.account-list-bar .CheckboxWrap label {
  margin-bottom: 0px;
}
@media (min-width: 1200px) {
  .account-list-bar {
    align-items: center;
    flex-direction: row;
  }
}
.account-list-sort {
  display: flex;
  flex-direction: column;
  gap: 8px;
  justify-content: space-between;
  border-bottom: 1px solid var(--Border-invert, #FFF);
  padding-bottom: 16px;
}
@media (min-width: 1200px) {
  .account-list-sort {
    align-items: center;
    flex-direction: row;
  }
}
.account-message-modal {
  position: fixed;
  inset: 0;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px 16px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.24s ease;
}
.account-message-modal.--visible {
  opacity: 1;
  pointer-events: auto;
}
.account-message-modal.--visible .account-message-modal__dialog {
  transform: translateY(0) scale(1);
}
.account-message-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(120, 140, 196, 0.58);
  backdrop-filter: blur(3px);
}
.account-message-modal__dialog {
  position: relative;
  width: min(100%, 614px);
  max-height: min(100vh - 48px, 760px);
  overflow-y: auto;
  border-radius: var(--Radius-l, 12px) !important;
  background: var(--Surface-page, #FFF);
  box-shadow: 0 28px 70px rgba(27, 53, 128, 0.18);
  transform: translateY(18px) scale(0.98);
  transition: transform 0.24s ease;
}
.account-message-modal__content {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 48px;
}
@media (max-width: 767.98px) {
  .account-message-modal__content {
    padding: 40px 24px 28px;
  }
}
.account-message-modal__content a {
  text-decoration: underline;
}
.account-message-modal__date {
  display: block;
}
.account-message-modal__header {
  padding: 16px;
  border-bottom: 1px solid var(--Icon-secondary, #456DE7);
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
  align-items: flex-start;
  padding-top: 0px;
}
.account-message-modal__messages {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 0 var(--Spacing-m, 16px);
}
.account-message-modal__message {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.account-message-modal__message-meta {
  display: flex;
  gap: 8px;
  justify-content: space-between;
  flex-wrap: wrap;
}
.account-message-modal__message-content a {
  text-decoration: underline;
}
.account-message-modal__message-content p:last-child {
  margin-bottom: 0;
}
.account-message-modal__footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  padding: var(--Spacing-m, 16px);
  border-top: 1px solid var(--Border-secondary, #456DE7);
  padding-bottom: 0px;
}
.account-message-modal__footer p {
  width: 100%;
  margin: 0;
}
.account-message-modal-open {
  overflow: hidden;
}
.account-public {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.account-public-hero {
  display: flex;
  gap: 24px;
  padding: 24px;
  border: 1px solid #d5dae8;
  border-radius: 12px !important;
  background: #fff;
}
@media (max-width: 575.98px) {
  .account-public-hero {
    flex-direction: column;
  }
}
.account-public-hero__avatar {
  flex: 0 0 120px;
  width: 120px;
  height: 120px;
  border-radius: 999px !important;
  overflow: hidden;
}
.account-public-hero__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.account-public-hero__body {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
  flex: 1 1 auto;
}
.account-public-hero__name {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}
.account-public-stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 12px;
}
.account-public-stat {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 12px;
  border: 1px solid #d5dae8;
  border-radius: 8px !important;
  background: #f7f9ff;
}
.account-public-layout {
  row-gap: 24px;
}
.account-public-nav {
  align-self: start;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 16px;
  border: 1px solid #d5dae8;
  border-radius: 8px !important;
  background: #fff;
  position: sticky;
  top: 16px;
}
@media (max-width: 767.98px) {
  .account-public-nav {
    position: static;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.account-public-content {
  display: flex;
  flex-direction: column;
  gap: 24px;
  min-width: 0;
}
.account-public-view {
  display: flex;
  flex-direction: column;
}
.account-public-view__title {
  color: #1b3580;
}
.account-public-view__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}
.account-public-view__header a {
  color: #1b3580;
  text-decoration: none;
}
.account-public-view__header a:hover {
  text-decoration: underline;
}
.account-public-view--embedded {
  gap: 10px;
}
.account-public-block {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.account-public-block + .account-public-block {
  margin-top: 8px;
}
.account-public-block__title {
  color: #1b3580;
}
.account-public-group-title {
  display: inline-flex;
  width: max-content;
  margin-bottom: -4px;
  color: #1b3580;
}
.account-public-section {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 20px;
  border: 1px solid #d5dae8;
  border-radius: 8px !important;
  background: #fff;
}
.account-public-section__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
}
.account-public-section__header a {
  color: #1b3580;
  text-decoration: none;
}
.account-public-section__header a:hover {
  text-decoration: underline;
}
.account-public-section--activity {
  padding-top: 18px;
}
.account-public-subsection {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.account-public-subsection + .account-public-subsection {
  padding-top: 16px;
  border-top: 1px solid #e8ecf5;
}
.account-public-subsection__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}
.account-public-subsection__header a {
  color: #1b3580;
  text-decoration: none;
}
.account-public-subsection__header a:hover {
  text-decoration: underline;
}
.account-public-info-row {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 12px 0;
  border-top: 1px solid #e8ecf5;
}
.account-public-info-row:first-of-type {
  border-top: 0;
  padding-top: 0;
}
.account-public-activity-list {
  display: flex;
  flex-direction: column;
}
.account-public-activity-card {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 14px 0;
  border-top: 1px solid #e8ecf5;
}
.account-public-activity-card:first-child {
  border-top: 0;
  padding-top: 0;
}
.account-public-activity-card__avatar {
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
  border-radius: 999px !important;
  overflow: hidden;
}
.account-public-activity-card__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.account-public-activity-card__body {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
  flex: 1 1 auto;
}
.account-public-activity-card__top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
  min-width: 0;
}
@media (max-width: 575.98px) {
  .account-public-activity-card__top {
    flex-direction: column;
    gap: 4px;
  }
}
.account-public-activity-card__main {
  min-width: 0;
}
.account-public-activity-card__title {
  display: block;
  color: #1b3580;
  text-decoration: none;
  line-height: 1.25;
}
.account-public-activity-card__title:hover {
  text-decoration: underline;
}
.account-public-activity-card__date {
  flex: 0 0 auto;
  margin-top: 2px;
  color: #7c8aa5;
  white-space: nowrap;
  text-align: right;
}
.account-public-activity-card__context {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  line-height: 1.3;
}
.account-public-activity-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 14px;
  color: #7c8aa5;
  margin-top: 2px;
}
.account-public-activity-card__excerpt {
  margin: 0;
  line-height: 1.45;
}
.account-public-empty {
  margin: 0;
  padding: 14px;
  border: 1px dashed #d5dae8;
  border-radius: 8px !important;
  background: #f7f9ff;
}
.account-public-pagination {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 8px;
}
.account-public-pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 34px;
  min-height: 34px;
  padding: 6px 10px;
  border: 1px solid #d5dae8;
  border-radius: 6px !important;
  background: #fff;
  color: #1b3580;
  text-decoration: none;
}
.account-public-pagination .current {
  background: #1b3580;
  color: #fff;
}
.account-points-table-wrap {
  width: 100%;
  overflow-x: auto;
  border: 1px solid #d5dae8;
  border-radius: 8px !important;
  background: #fff;
}
.account-points-table {
  width: 100%;
  min-width: 680px;
  border-collapse: collapse;
}
.account-points-table th,
.account-points-table td {
  padding: 8px 12px;
  border-bottom: 1px solid #d5dae8;
  vertical-align: middle;
}
.account-points-table th {
  background: #1b3580;
  color: #fff;
  font-weight: 700;
}
.account-points-table tbody tr:last-child td {
  border-bottom: 0;
}
.account-points-table__points {
  width: 88px;
  text-align: center;
  white-space: nowrap;
  font-weight: 700;
  color: #1b3580;
}
.account-points-table__action {
  min-width: 0;
}
.account-points-table__action a {
  color: #1b3580;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.account-points-table__date {
  width: 170px;
  text-align: right;
  white-space: nowrap;
}
.account-points-pagination {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  margin-top: 12px;
}
@media (max-width: 575.98px) {
  .account-points-pagination {
    align-items: flex-start;
    flex-direction: column;
  }
}
.account-points-pagination__links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 6px;
}
@media (max-width: 575.98px) {
  .account-points-pagination__links {
    justify-content: flex-start;
  }
}
.account-points-pagination__links .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 34px;
  min-height: 34px;
  padding: 6px 10px;
  border: 1px solid #d5dae8;
  border-radius: 6px !important;
  background: #fff;
  color: #1b3580;
  text-decoration: none;
}
.account-points-pagination__links .current {
  background: #1b3580;
  color: #fff;
}
.account-points {
  padding: var(--Spacing-3xl, 40px);
  border-radius: 16px !important;
  background: var(--Icon-invert, #FFF);
  box-shadow: var(--account-shadow-01);
  padding-bottom: 120px;
}
.account-points-info {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  background: transparent;
  color: #1B3580;
  line-height: 0;
}
.account-points-wrapper {
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
}
.account-points-line {
  width: 100%;
}
.account-points-line-shape {
  width: 100%;
  height: 16px;
  background: var(--Surface-light-blue, #EDF1FF);
  border-radius: 16px !important;
  position: relative;
  overflow: hidden;
}
.account-points-line-shape:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: var(--account-points-fill, 16%);
  background-color: #456DE7;
}
.account-points-line-item {
  width: 85px;
  height: 85px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px !important;
  background-color: #6FDA9A;
  position: absolute;
  left: var(--account-threshold-position, 0%);
  top: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.05), 0 1px 5px 0 rgba(0, 0, 0, 0.05), 0 0 1px 0 rgba(0, 0, 0, 0.2);
}
.account-points-line-item-desc {
  position: absolute;
  bottom: -90px;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 8px;
}
.account-points-line-wrapper {
  position: relative;
  padding: 60px 0px;
  width: calc(100% - 40px);
}
@media (max-width: 991.98px) {
  .account-points {
    padding: 24px 20px 64px;
  }
  .account-points-wrapper {
    align-items: flex-start;
    gap: 24px;
  }
  .account-points-line-wrapper {
    width: 100%;
    min-height: 380px;
    padding: 0;
  }
  .account-points-line-shape {
    width: 16px;
    height: 100%;
    min-height: 380px;
    margin-left: 28px;
  }
  .account-points-line-shape:before {
    width: 100%;
    height: var(--account-points-fill, 16%);
  }
  .account-points-line-item {
    left: 36px;
    top: var(--account-threshold-position, 0%);
    width: 72px;
    height: 72px;
  }
  .account-points-line-item img {
    max-width: 36px;
    height: auto;
  }
  .account-points-line-item-desc {
    left: calc(100% + 16px);
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
    width: max-content;
    align-items: flex-start;
  }
  .account-points-line-item-desc .text-center {
    text-align: left !important;
  }
}
.account-delete {
  position: relative;
}
.account-delete-modal {
  position: fixed;
  inset: 0;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px 16px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.24s ease;
}
.account-delete-modal.--visible {
  opacity: 1;
  pointer-events: auto;
}
.account-delete-modal.--visible .account-delete-modal__dialog {
  transform: translateY(0) scale(1);
}
.account-delete-modal__header {
  padding: 16px;
  border-bottom: 1px solid var(--Icon-secondary, #456DE7);
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
  align-items: flex-start;
  padding-top: 0px;
}
.account-delete-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(52, 57, 85, 0.52);
  backdrop-filter: blur(4px);
}
.account-delete-modal__dialog {
  position: relative;
  width: min(100%, 486px);
  background: #FFF;
  box-shadow: 0 30px 60px rgba(52, 57, 85, 0.18);
  transform: translateY(18px) scale(0.98);
  transition: transform 0.24s ease;
  border-radius: 16px !important;
}
@media (min-width: 1980px) {
  .account-delete-modal__dialog {
    width: min(100%, 686px);
  }
}
.account-delete-modal__content {
  padding: 56px 40px 48px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767.98px) {
  .account-delete-modal__content {
    padding: 48px 24px 32px;
  }
}
.account-delete-modal__close {
  position: absolute;
  top: 16px;
  right: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}
.account-delete-modal__title {
  margin: 0;
  color: #1B3580;
}
.account-delete-modal__subtitle {
  color: #1B3580;
}
.account-delete-modal__fields {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 16px;
  padding: 0px 16px;
}
.account-delete-modal__actions {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 24px;
  align-items: center;
}
.account-delete-modal__submit, .account-delete-modal__cancel {
  width: 180px;
  justify-content: center;
}
.account-delete-modal__submit {
  background: #C43946;
  border-color: #C43946;
}
.account-delete-modal__submit:hover {
  background: #b72936;
  border-color: #b72936;
}
.account-delete-modal__cancel {
  border-width: 1px;
}
@media (max-width: 767.98px) {
  .account {
    padding: 32px 0;
  }
  .account-page-info, .account-list, .account-option > form, .account-points-page, .account-public-section {
    padding: var(--Spacing-m, 16px);
  }
  .account-info-summary {
    width: 100%;
  }
}

.account-list {
  padding: var(--Spacing-xl, 24px);
}
.account-list.account-list--notifications {
  padding: 0;
  border-radius: 0 !important;
  background: transparent;
  box-shadow: none;
}
.account-list.account-list--notifications .account-list-heading {
  margin-bottom: var(--Spacing-2xl, 32px);
}
.account-list.account-list--notifications ul {
  gap: 0;
  padding: var(--Spacing-2xl, 32px) 34px;
  border-radius: 20px !important;
}
.account-list.account-list--notifications .account-list-item {
  gap: var(--Spacing-s, 8px);
  padding: 20px 22px;
  border: 0;
  border-radius: 0 !important;
}
.account-list.account-list--notifications .account-list-item + .account-list-item {
  border-top: 1px solid var(--Border-brand-blue-400, #B3C6FF);
}
.account-list.account-list--notifications .account-list-item-row {
  grid-template-columns: 56px minmax(0, 1fr) auto;
  gap: var(--Spacing-xl, 24px);
}
.account-list.account-list--notifications .account-list-item-icon {
  width: 56px;
  height: 56px;
}
.account-list.account-list--notifications .account-list-item-more-button {
  background: transparent;
}
@media (max-width: 767.98px) {
  .account-list.account-list--notifications .account-list-heading {
    margin-bottom: var(--Spacing-xl, 24px);
  }
  .account-list.account-list--notifications ul {
    padding: var(--Spacing-s, 8px) var(--Spacing-m, 16px);
    border-radius: var(--Radius-l, 12px) !important;
  }
  .account-list.account-list--notifications .account-list-item {
    padding: var(--Spacing-m, 16px) 0;
  }
  .account-list.account-list--notifications .account-list-item-row {
    grid-template-columns: 48px minmax(0, 1fr);
    gap: var(--Spacing-m, 16px);
  }
  .account-list.account-list--notifications .account-list-item-icon {
    width: 48px;
    height: 48px;
  }
  .account-list.account-list--notifications .account-list-item-actions {
    grid-column: 2;
  }
}
.account-list-heading {
  margin-bottom: var(--Spacing-xl, 24px);
}
.account-list-heading > span {
  color: var(--Text-primary, #1B3580) !important;
}
.account-list-settings {
  font-weight: var(--font-weight-regular, 400);
}
.account-list ul {
  display: flex;
  flex-direction: column;
  gap: var(--Spacing-m, 16px);
  margin: 0;
  padding: var(--Spacing-xl, 24px);
  list-style: none;
  border-radius: var(--Radius-l, 12px) !important;
  background: var(--Surface-page, #FFF);
  box-shadow: var(--account-shadow-01);
}
.account-list-item {
  display: flex;
  flex-direction: column;
  gap: var(--Spacing-s, 8px);
  padding: var(--Spacing-m, 16px);
  border: 1px solid var(--Border-brand-blue-400, #B3C6FF);
  border-radius: var(--Radius-l, 12px) !important;
  background: var(--Surface-page, #FFF);
}
.account-list-item-date {
  display: flex;
  padding: 0;
  color: var(--Text-body, #343955);
}
.account-list-item-row {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) auto;
  gap: var(--Spacing-m, 16px);
  align-items: center;
}
@media (max-width: 767.98px) {
  .account-list-item-row {
    grid-template-columns: 48px minmax(0, 1fr);
  }
}
.account-list-item-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 999px !important;
  background: var(--Surface-light-grey, #F9F9F9);
  color: var(--Text-primary, #1B3580);
}
.account-list-item-description {
  min-width: 0;
  color: var(--Text-primary, #1B3580);
}
.account-list-item-description strong,
.account-list-item-description a {
  color: inherit;
  font-weight: 700;
  text-decoration: none;
}
.account-list-item.--read .account-list-item-description strong,
.account-list-item.--read .account-list-item-description a,
.account-list-item.--read .account-list-item-description .fw-bold,
.account-list-item.--read .account-list-item-description .fw-bolder {
  font-weight: 400 !important;
}
.account-list-item-actions {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: var(--Spacing-s, 8px);
}
@media (max-width: 767.98px) {
  .account-list-item-actions {
    grid-column: 2;
    justify-content: flex-start;
  }
}
.account-list-item-look {
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--Text-primary, #1B3580);
  font-weight: 400;
  text-decoration: none;
  cursor: pointer;
}
.account-list-item-look:hover {
  color: var(--Text-secondary, #456DE7);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.account-list-item-more-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 0;
  border-radius: 999px !important;
  background: var(--Surface-light-grey, #F9F9F9);
  color: var(--Text-primary, #1B3580);
}
.account-list-item-more-menu {
  display: none;
  right: 0;
  z-index: 10;
}
.account-list-item-more-menu.--open {
  display: flex;
}

.account-notice-detail {
  display: flex;
  flex-direction: column;
  gap: var(--Spacing-xl, 24px);
  padding: var(--Spacing-2xl, 32px);
  border-radius: 20px !important;
  background: var(--Surface-page, #FFF);
  box-shadow: var(--account-shadow-01);
}
.account-notice-detail__back {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  gap: var(--Spacing-s, 8px);
  color: var(--Text-primary, #1B3580);
  text-decoration: none;
}
.account-notice-detail__back:hover {
  color: var(--Text-secondary, #456DE7);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.account-notice-detail__header {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  gap: var(--Spacing-xl, 24px);
  align-items: center;
  padding-bottom: var(--Spacing-xl, 24px);
  border-bottom: 1px solid var(--Border-brand-blue-400, #B3C6FF);
}
.account-notice-detail__date {
  display: block;
  margin-bottom: var(--Spacing-s, 8px);
  color: var(--Text-body, #343955);
}
.account-notice-detail__title {
  margin: 0;
  color: var(--Text-primary, #1B3580);
}
.account-notice-detail__content {
  max-width: 920px;
}
.account-notice-detail__content > :last-child {
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .account-notice-detail {
    gap: var(--Spacing-m, 16px);
    padding: var(--Spacing-m, 16px);
    border-radius: var(--Radius-l, 12px) !important;
  }
  .account-notice-detail__header {
    grid-template-columns: 48px minmax(0, 1fr);
    gap: var(--Spacing-m, 16px);
    padding-bottom: var(--Spacing-m, 16px);
  }
}

.report-modal-single--danger {
  color: var(--Text-error, #CD0714) !important;
}

.account-public-activity-sections {
  display: flex;
  flex-direction: column;
  gap: var(--Spacing-xl, 24px);
}

.account-public-block {
  gap: var(--Spacing-m, 16px);
  padding: var(--Spacing-xl, 24px);
}
.account-public-block__header {
  display: flex;
  align-items: center;
  gap: var(--Spacing-m, 16px);
}
.account-public-block__header h4 {
  color: var(--Text-primary, #1B3580);
}
.account-public-block__header a {
  color: var(--Text-primary, #1B3580);
  font-weight: 400;
  text-decoration: none;
}
.account-public-block__header a:hover {
  color: var(--Text-secondary, #456DE7);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.account-public-section--activity {
  padding: 0;
  border: 0;
  background: transparent;
}

.account-public-activity-list {
  gap: var(--Spacing-m, 16px);
}

.account-public-activity-card {
  gap: var(--Spacing-m, 16px);
  padding: var(--Spacing-m, 16px);
  border: 1px solid var(--Border-brand-blue-400, #B3C6FF);
  border-radius: var(--Radius-l, 12px) !important;
  background: var(--Surface-page, #FFF);
}
.account-public-activity-card + .account-public-activity-card {
  border-top: 1px solid var(--Border-brand-blue-400, #B3C6FF);
}
.account-public-activity-card:first-child {
  padding-top: var(--Spacing-m, 16px);
  border-top: 1px solid var(--Border-brand-blue-400, #B3C6FF);
}
.account-public-activity-card__top {
  align-items: flex-start;
}
.account-public-activity-card__aside {
  display: flex;
  flex: 0 0 auto;
  align-items: flex-start;
  gap: var(--Spacing-m, 16px);
  margin-left: auto;
}
.account-public-activity-card__favorite, .account-public-activity-card__favorite-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}
.account-public-activity-card__favorite-button {
  color: var(--Icon-brand-blue-600, #456DE7);
}
.account-public-activity-card__context {
  margin-bottom: 4px;
  color: var(--Text-primary, #1B3580);
}
.account-public-activity-card__title {
  color: var(--Text-primary, #1B3580);
}
.account-public-activity-card__date, .account-public-activity-card__meta {
  color: var(--Text-body, #343955);
}
@media (max-width: 575.98px) {
  .account-public-activity-card__aside {
    width: 100%;
    justify-content: flex-end;
  }
}

@media (max-width: 767.98px) {
  .account-list:not(.account-list--notifications) {
    padding: var(--Spacing-m, 16px);
  }
  .account-list:not(.account-list--notifications) ul {
    padding: var(--Spacing-m, 16px);
  }
  .account-public-block {
    padding: var(--Spacing-m, 16px);
  }
}
.account-tooltip {
  --bs-tooltip-opacity: 1;
}
.account-tooltip .tooltip-inner {
  max-width: 328px;
  padding: 16px 20px;
  border-radius: 16px !important;
  background: #FFF;
  color: #343955;
  text-align: center;
  box-shadow: 0 84px 24px 0 rgba(87, 91, 102, 0), 0 54px 22px 0 rgba(87, 91, 102, 0.01), 0 30px 18px 0 rgba(87, 91, 102, 0.03), 0 14px 14px 0 rgba(87, 91, 102, 0.04), 0 3px 7px 0 rgba(87, 91, 102, 0.05);
  font-family: "Plus Jakarta Sans";
  font-style: normal;
  line-height: var(--font-line-height-xs, 16px); /* 133.333% */
  font-weight: var(--font-weight-light, 400);
  font-size: 12px;
}
@media (min-width: 992px) {
  .account-tooltip .tooltip-inner {
    font-size: 14px;
    line-height: var(--font-line-height-xs, 20px); /* 114.286% */
  }
}
@media (min-width: 1980px) {
  .account-tooltip .tooltip-inner {
    font-size: 16px;
    line-height: var(--font-line-height-xs, 24px); /* 137.5% */
  }
}
.account-tooltip .tooltip-arrow::before {
  border-top-color: #FFF !important;
  border-bottom-color: #FFF !important;
}
.account-tooltip a {
  color: inherit;
  font-weight: 700;
  text-decoration: underline;
}

body.account-delete-modal-open {
  overflow: hidden;
}

body.account-avatar-modal-open {
  overflow: hidden;
}

@keyframes dumel-post-target-pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(69, 109, 231, 0.34);
    background-color: rgba(237, 242, 255, 0.96);
  }
  50% {
    box-shadow: 0 0 0 8px rgba(69, 109, 231, 0.12);
    background-color: rgb(255, 255, 255);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(69, 109, 231, 0);
    background-color: transparent;
  }
}
.post-message:target,
.post-message-wrapper:target,
.post-message.is-hash-highlighted,
.post-message-wrapper.is-hash-highlighted {
  scroll-margin-top: 96px;
  animation: dumel-post-target-pulse 0.9s ease-in-out 3;
  border-radius: 8px !important;
}

.dumel-points-page {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.dumel-points-hero,
.dumel-points-section,
.dumel-points-auth {
  border: 1px solid #d5dae8;
  border-radius: 8px !important;
  background: #fff;
}

.dumel-points-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 380px);
  gap: 24px;
  align-items: stretch;
  padding: 24px;
}
@media (max-width: 767.98px) {
  .dumel-points-hero {
    grid-template-columns: 1fr;
  }
}
.dumel-points-hero__content {
  min-width: 0;
}

.dumel-points-balance {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
  padding: 20px;
  border: 1px solid #d5dae8;
  border-radius: 8px !important;
  background: #f4f7ff;
}
.dumel-points-balance strong {
  color: #1B3580;
  font-size: 48px;
  line-height: 1;
}
.dumel-points-balance a {
  margin-top: 8px;
  color: #1B3580;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.dumel-points-auth {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 18px;
  padding: 20px;
  background: #f4f7ff;
}
.dumel-points-auth__actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
@media (max-width: 575.98px) {
  .dumel-points-auth__actions {
    grid-template-columns: 1fr;
  }
}

.dumel-points-section {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 24px;
}
.dumel-points-section__header {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.dumel-points-rules {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
@media (max-width: 767.98px) {
  .dumel-points-rules {
    grid-template-columns: 1fr;
  }
}

.dumel-points-rule {
  padding: 18px;
  border: 1px solid #e8ecf5;
  border-radius: 8px !important;
  background: #fbfcff;
}
.dumel-points-rule ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 12px 0 0;
  padding-left: 18px;
}

.dumel-points-table-wrap {
  width: 100%;
  overflow-x: auto;
  border: 1px solid #d5dae8;
  border-radius: 8px !important;
  background: #fff;
}

.dumel-points-table {
  width: 100%;
  min-width: 1040px;
  border-collapse: collapse;
}
.dumel-points-table th,
.dumel-points-table td {
  padding: 10px 12px;
  border-bottom: 1px solid #d5dae8;
  vertical-align: middle;
  color: #1B3580;
}
.dumel-points-table thead th {
  background: #1B3580;
  color: #fff;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
}
.dumel-points-table thead th:first-child {
  text-align: left;
}
.dumel-points-table tbody tr:last-child th,
.dumel-points-table tbody tr:last-child td {
  border-bottom: 0;
}
.dumel-points-table tbody td {
  text-align: center;
  white-space: nowrap;
}
.dumel-points-table__forum {
  width: 30%;
  min-width: 260px;
  padding-left: calc(12px + var(--dumel-points-depth, 0) * 20px) !important;
  text-align: left;
}
.dumel-points-table__forum a {
  color: #1B3580;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.dumel-points-table__group th, .dumel-points-table__group {
  background: #edf2ff;
}
.dumel-points-table__group th {
  padding-left: calc(12px + var(--dumel-points-depth, 0) * 20px) !important;
  color: #1B3580;
  font-weight: 700;
  text-align: left;
}
.dumel-points-table__state {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  padding: 3px 8px;
  border-radius: 999px !important;
  background: #eef1f8;
  color: #66708a;
  font-weight: 700;
}
.dumel-points-table__state.is-enabled {
  background: #e9f8ef;
  color: #147a3f;
}

.dumel-points-empty {
  margin: 0;
  padding: 14px;
  border: 1px dashed #d5dae8;
  border-radius: 8px !important;
  background: #fbfcff;
}

.account-public-nav a {
  color: inherit;
}
.account-public-nav a:hover {
  color: var(--Text-secondary, #456DE7);
}

.dumel-points {
  background: var(--Surface-page, #FFF);
  color: var(--Text-body, #343955);
}
.dumel-points__hero {
  min-height: 405px;
  display: flex;
  align-items: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 72px 0;
}
.dumel-points__title, .dumel-points__lead {
  margin: 0;
}
.dumel-points__title {
  color: var(--Text-primary, #1B3580);
}
.dumel-points__lead {
  margin-top: 24px;
  color: var(--Text-body, #343955);
}
.dumel-points__body {
  padding: 76px 0 96px;
}
.dumel-points__body .row {
  row-gap: 64px;
}

.dumel-points-login,
.dumel-points-table-card {
  border-radius: 8px !important;
  border: 1px solid rgba(27, 53, 128, 0.18);
  background: rgba(255, 255, 255, 0.74);
  box-shadow: 0 18px 44px rgba(27, 53, 128, 0.08);
  backdrop-filter: blur(8px);
}

.account-info-summary--points-page {
  width: 100%;
}
.account-info-summary--points-page .account-info-summary__trophy {
  flex-basis: 24px;
  color: var(--Icon-warning, #F8C51B);
}
.account-info-summary--points-page .account-info-summary__history-icon {
  flex: 0 0 20px;
}

.dumel-points-login {
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: 32px;
}
.dumel-points-login__title, .dumel-points-login__text {
  margin: 0;
}
.dumel-points-login__title {
  color: var(--Text-primary, #1B3580);
}
.dumel-points-login__actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.dumel-points-copy__title, .dumel-points-copy__subtitle, .dumel-points-copy__text {
  margin: 0;
}
.dumel-points-copy__title {
  color: var(--Text-primary, #1B3580);
}
.dumel-points-copy__text {
  margin-top: 24px;
  color: var(--Text-body, #343955);
}
.dumel-points-copy__subtitle {
  margin-top: 20px;
  color: var(--Text-primary, #1B3580);
}
.dumel-points-copy__list {
  margin: 12px 0 0;
  padding-left: 18px;
  list-style: disc;
  color: var(--Text-body, #343955);
}
.dumel-points-copy .dumel-points-rank-badge {
  margin-top: 24px;
}

.dumel-points-table-card {
  padding: 25px var(--Spacing-xl, 24px);
}
.dumel-points-table-card__title {
  margin: 0 0 16px;
  color: var(--Text-primary, #1B3580);
}

.dumel-points-simple-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
  border: 1px solid rgba(69, 109, 231, 0.36);
  border-radius: 8px !important;
  color: var(--Text-primary, #1B3580);
}
.dumel-points-simple-table th,
.dumel-points-simple-table td {
  padding: var(--Spacing-sm, 10px) var(--Spacing-m, 16px);
  border-bottom: 1px solid rgba(69, 109, 231, 0.28);
  vertical-align: middle;
}
.dumel-points-simple-table thead th {
  background: var(--Text-primary, #1B3580);
  color: var(--Text-invert, #FFF);
  font-weight: 400;
  text-align: left;
}
.dumel-points-simple-table th:last-child,
.dumel-points-simple-table td:last-child {
  text-align: right;
}
.dumel-points-simple-table tbody tr:last-child td {
  border-bottom: 0;
}

.dumel-points-rank-badge {
  --dumel-rank-color: #7C8AA5;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  border-radius: 1000px !important;
  background: var(--dumel-rank-color);
  padding: 6px 18px;
  color: #FFF;
  line-height: 1.25;
  text-align: center;
}
.dumel-points-rank-badge--small {
  min-height: 24px;
  padding: 4px 10px;
  line-height: 16px;
}

@media (max-width: 991.98px) {
  .dumel-points__hero {
    min-height: auto;
    padding: 56px 0;
  }
  .dumel-points__intro {
    margin-bottom: 32px;
  }
  .dumel-points__body {
    padding: 56px 0 80px;
  }
  .dumel-points__body .row {
    row-gap: 48px;
  }
}
@media (max-width: 575.98px) {
  .dumel-points-login,
  .dumel-points-table-card {
    padding: var(--Spacing-m, 16px) var(--Spacing-s, 8px);
  }
  .dumel-points-simple-table th,
  .dumel-points-simple-table td {
    padding: var(--Spacing-sm, 10px) var(--Spacing-m, 16px);
  }
}
.popup {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(18, 85, 161, 0.2);
  backdrop-filter: blur(10px);
  padding: 16px;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.popup-login-close {
  position: absolute;
  z-index: 10;
  right: 4px;
  top: 4px;
}
.popup-login-fixed {
  position: relative;
}
.popup-login-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  transform: scale(1.06);
  transition: opacity 0.5s ease 0.05s, transform 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.05s;
}
.popup-login-bg img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.popup-login-wrapper {
  position: relative;
  max-width: 818px;
  width: 100%;
  height: 360px;
  padding: 16px;
  border-radius: 24px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: translateY(24px) scale(0.96);
  transition: opacity 0.4s ease 0.1s, transform 0.6s cubic-bezier(0.22, 1, 0.36, 1) 0.1s;
}
@media (min-width: 768px) {
  .popup-login-wrapper {
    padding: 64px;
    width: 818px;
  }
}
@media (min-width: 1980px) {
  .popup-login-wrapper {
    width: 1200px;
    height: 500px;
  }
}
.popup-login-content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--Spacing-3xl, 40px);
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.35s ease 0.25s, transform 0.5s cubic-bezier(0.22, 1, 0.36, 1) 0.25s;
  transition-delay: 0.3s;
}
.popup.--open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.popup.--open .popup-login-wrapper {
  opacity: 1;
  transform: translateY(0) scale(1);
}
.popup.--open .popup-login-bg {
  opacity: 1;
  transform: scale(1);
}
.popup.--open .popup-login-content {
  opacity: 1;
  transform: translateY(0);
}

.loginpage {
  position: relative;
  padding: 64px 0px;
}
.loginpage input {
  width: 100%;
  border: 1px solid var(--Border-brand-blue-400, #B3C6FF);
  box-shadow: 0 18px 5px 0 rgba(110, 134, 191, 0), 0 12px 5px 0 rgba(110, 134, 191, 0.01), 0 7px 4px 0 rgba(110, 134, 191, 0.05), 0 3px 3px 0 rgba(110, 134, 191, 0.09), 0 1px 2px 0 rgba(110, 134, 191, 0.1);
}
.loginpage input[type=checkbox],
.loginpage input[type=radio] {
  width: auto;
}
.loginpage .InputPlaceholder {
  color: var(--Text-disabled, #858585);
}
.loginpage-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.loginpage-bg img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.loginpage .loginline {
  width: 100%;
  height: 1px;
  background-color: #fff;
}
.loginpage .login-buttons .c-btn-fill.--white {
  color: #456DE7;
}
.loginpage .login-buttons .c-btn-fill.--white svg {
  width: 20px;
  height: 20px;
}
.loginpage .login-buttons .c-btn-fill.--white svg path {
  fill: #456DE7;
}
.loginpage .login-buttons .c-btn-fill.--white span {
  color: #456DE7;
}
.loginpage .login-buttons .c-btn-fill.--white:hover {
  color: #fff;
}
.loginpage .login-buttons .c-btn-fill.--white:hover svg path {
  fill: #fff;
}
.loginpage .login-buttons .c-btn-fill.--white:hover span {
  color: #fff;
}

.login-form {
  border-radius: var(--Radius-s, 8px);
  padding: 16px;
  border: 1px solid #FFF;
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(24px);
}
@media (min-width: 576px) {
  .login-form {
    padding: var(--Spacing-2xl, 32px);
  }
}

.login-form-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}

.login-infobox {
  padding-top: 96px;
}
.login-infobox__context {
  display: flex;
  flex-direction: row;
}
.login-infobox__context p {
  margin: 0;
}
.login-infobox__context svg {
  flex-shrink: 0;
}

.bbp-template-notice {
  width: 100%;
  padding: 14px 16px !important;
  border: 1px solid var(--Border-brand-blue-400, #B3C6FF) !important;
  border-radius: var(--Radius-s, 8px) !important;
  background: rgba(255, 255, 255, 0.72) !important;
  box-shadow: 0 12px 24px rgba(110, 134, 191, 0.14) !important;
  backdrop-filter: blur(16px) !important;
}
.bbp-template-notice p {
  margin: 0 !important;
  color: var(--Text-brand-blue-900, #1B3580) !important;
}
.bbp-template-notice.error {
  border-color: #F2A6A6 !important;
  background: rgba(255, 245, 245, 0.82) !important;
}
.bbp-template-notice.error p {
  color: #B42318 !important;
}

.new-topic-form {
  padding: 18px;
  border-radius: 12px;
}
.new-topic-form-wrap {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.new-topic-form.--pink {
  background: var(--Surface-light-grey, #F9F9F9);
}
.new-topic-form.--pink .tag {
  background: var(--Pink-Color-200, #FFACD4);
}
.new-topic-form.--green {
  background: var(--Green-Green-100, #F3FFF4);
}
.new-topic-form.--green .tag {
  background: var(--Green-Green-300, #D2FFE4);
}
.new-topic-form.--purple {
  background: var(--Violet-Color-100, #FAF7FF);
}
.new-topic-form.--purple .tag {
  background: var(--Violet-Color-200, #CBAEFF);
}
.new-topic-form.--blue {
  background: var(--Blue-Color-2, #F4F9FF);
}
.new-topic-form.--blue .tag {
  background: var(--Blue-Blue-400, #9CC5FF);
}
.new-topic-form.--orange {
  background: #FFF9F7;
}
.new-topic-form.--orange .tag {
  background: var(--Pending-400, #FFB357);
}
.new-topic-form.--yellow {
  background: var(--Yellow-Color-100, #FFFCEF);
}
.new-topic-form.--yellow .tag {
  background-color: #FDCC16;
}

.row {
  --bs-gutter-x: 1rem;
}
@media (min-width: 576px) {
  .row {
    --bs-gutter-x: 1.5rem;
  }
}

.icon-24 {
  width: 24px;
  height: 24px;
}

.post, .page {
  margin: 0 !important;
}

.contact-page {
  padding-bottom: var(--Spacing-3xl, 48px);
}

.contact-page__intro {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--Spacing-s, 8px);
  margin: var(--Spacing-xl, 24px) auto var(--Spacing-2xl, 32px);
  max-width: 720px;
  text-align: center;
}

.contact-page__intro h1,
.contact-page__intro p,
.contact-form h2,
.contact-form p {
  margin: 0;
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: var(--Spacing-xl, 24px);
  border: 1px solid var(--Border-light, #E7E7E7);
}

.contact-form__header {
  padding-bottom: var(--Spacing-m, 16px);
  border-bottom: 1px solid var(--Border-brand-blue-400, #B3C6FF);
}

.contact-form__body {
  display: flex;
  flex-direction: column;
  gap: var(--Spacing-xl, 24px);
}

.contact-form__row {
  display: flex;
  gap: var(--Spacing-xl, 24px);
}

.contact-form .custom-select {
  display: block;
  width: 100%;
}

.contact-form .custom-select .select-selected {
  display: flex;
  align-items: center;
  min-height: 44px;
  padding: var(--Spacing-s, 8px) 48px var(--Spacing-s, 8px) var(--Spacing-s, 8px);
  border: 0;
  border-bottom: var(--Stroke-s, 1px) solid #343955;
  border-radius: 0;
}

.contact-form .custom-select .select-options-container {
  border: 1px solid var(--Border-light, #E7E7E7);
  border-top: 0;
  box-shadow: 0 12px 24px rgba(110, 134, 191, 0.14);
}

.contact-form .custom-select .select-option {
  white-space: normal;
}

.contact-form .InputWrap select {
  min-height: 44px;
  border: 0;
  border-bottom: var(--Stroke-s, 1px) solid #343955;
  border-radius: 0;
  padding: var(--Spacing-s, 8px) 40px var(--Spacing-s, 8px) var(--Spacing-s, 8px);
  background-color: var(--Surface-page, #FFF);
  color: var(--Text-primary, #1B3580);
}

.contact-form__message textarea {
  min-height: 112px;
  resize: vertical;
  padding: var(--Spacing-s, 8px);
  border-radius: 0 !important;
}

.contact-form__privacy {
  padding-top: 0;
  border-top: 0;
}

.contact-form__actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--Spacing-m, 16px);
}

.contact-form__button {
  width: 188px;
  justify-content: center;
}

.contact-form__honeypot {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
}

@media (min-width: 768px) {
  .contact-page {
    padding-bottom: var(--Spacing-5xl, 80px);
  }
  .contact-page__intro {
    margin-top: var(--Spacing-2xl, 32px);
  }
  .contact-form {
    padding: var(--Spacing-2xl, 32px);
    gap: var(--Spacing-xl, 24px);
  }
  .contact-form__body {
    gap: var(--Spacing-xl, 24px);
  }
}
@media (max-width: 767.98px) {
  .contact-form__row,
  .contact-form__actions {
    flex-direction: column;
  }
  .contact-form__button {
    width: 100%;
  }
  .contact-form .custom-select .select-selected {
    min-height: 40px;
  }
}

/*# sourceMappingURL=style.css.map*/