@charset "UTF-8";
.container {
  padding-left: 16px !important;
  padding-right: 16px !important;
}

@media (min-width: 1200px) {
  .container {
    padding-left: 100px !important;
    padding-right: 100px !important;
  }
}
@media (min-width: 1900px) {
  .container {
    padding-left: 200px !important;
    padding-right: 200px !important;
  }
}
/*------------------------------------*\
    #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
\*------------------------------------*/
/*------------------------------------*\
    #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
\*------------------------------------*/
/*------------------------------------*\
     #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
 */
/*------------------------------------*\
    #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;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0px;
}

a, button {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

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

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

/**
 * 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
 */
/*------------------------------------*\
    #PARAGRAPHS
\*------------------------------------*/
/**
 * Paragraph Uppercase base styles
 */
.p-up {
  letter-spacing: 2.4px;
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  .p-up {
    letter-spacing: 2.4px;
    text-transform: uppercase;
  }
}

/**
 * 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: 1200px) {
  .p-overline {
    font-size: 16px;
    line-height: var(--font-line-height-xs, 24px); /* 183.333% */
  }
}

.p-overline-m {
  font-family: var(--font-family-body, "Plus Jakarta Sans");
  font-size: var(--font-size-m, 14px);
  font-style: normal;
  font-weight: 600;
  line-height: var(--font-line-height-s, 20px); /* 142.857% */
  letter-spacing: var(--font-spacing-1, 1px);
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .p-overline-m {
    font-size: var(--font-size-m, 16px);
    line-height: var(--font-line-height-s, 24px); /* 150% */
    letter-spacing: var(--font-spacing-1, 1px);
  }
}
@media (min-width: 1200px) {
  .p-overline-m {
    font-size: var(--font-size-m, 20px);
    line-height: var(--font-line-height-s, 32px); /* 160% */
    letter-spacing: var(--font-spacing-1, 1px);
  }
}

.p-overline-s {
  color: var(--Text-primary, #1B3580);
  font-family: var(--font-family-body, "Plus Jakarta Sans");
  font-size: var(--font-size-s, 12px);
  font-style: normal;
  font-weight: 700;
  line-height: var(--font-line-height-xs, 16px); /* 133.333% */
  letter-spacing: var(--font-spacing-1, 1px);
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .p-overline-s {
    font-size: var(--font-size-s, 14px);
    line-height: var(--font-line-height-xs, 20px); /* 142.857% */
    letter-spacing: var(--font-spacing-1, 2px);
  }
}
@media (min-width: 1200px) {
  .p-overline-s {
    font-size: var(--font-size-s, 16px);
    line-height: var(--font-line-height-xs, 24px);
  }
}

.p-overline-xs-l {
  font-family: var(--font-family-body, "Plus Jakarta Sans");
  font-size: var(--font-size-xxs, 10px);
  font-style: normal;
  font-weight: var(--font-weight-light, 200);
  line-height: var(--font-line-height-xs, 16px); /* 160% */
  letter-spacing: var(--font-spacing-2, 2px);
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .p-overline-xs-l {
    font-size: var(--font-size-xxs, 10px);
    line-height: var(--font-line-height-xs, 20px); /* 200% */
    letter-spacing: var(--font-spacing-2, 2px);
  }
}
@media (min-width: 1200px) {
  .p-overline-xs-l {
    font-size: var(--font-size-xxs, 14px);
    font-weight: var(--font-weight-light, 200);
    line-height: var(--font-line-height-xs, 24px); /* 171.429% */
    letter-spacing: var(--font-spacing-2, 2px);
  }
}

.p-overline-xs-r {
  font-family: var(--font-family-body, "Plus Jakarta Sans");
  font-size: var(--font-size-xs, 10px);
  font-style: normal;
  font-weight: var(--font-weight-bold, 600);
  line-height: var(--font-line-height-xs, 16px); /* 160% */
  letter-spacing: var(--font-spacing-1, 1px);
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .p-overline-xs-r {
    font-size: var(--font-size-xs, 12px);
    line-height: var(--font-line-height-xs, 20px); /* 166.667% */
    letter-spacing: var(--font-spacing-1, 1px);
  }
}
@media (min-width: 1200px) {
  .p-overline-xs-r {
    font-size: var(--font-size-xs, 14px);
    line-height: var(--font-line-height-xs, 24px); /* 171.429% */
    letter-spacing: var(--font-spacing-1, 1px);
  }
}

.p-overline-xs-b {
  font-family: var(--font-family-body, "Plus Jakarta Sans");
  font-size: var(--font-size-xs, 10px);
  font-style: normal;
  font-weight: 700;
  line-height: var(--font-line-height-xs, 16px); /* 160% */
  letter-spacing: var(--font-spacing-1, 1px);
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .p-overline-xs-b {
    font-size: var(--font-size-xs, 12px);
    line-height: var(--font-line-height-xs, 20px); /* 166.667% */
    letter-spacing: var(--font-spacing-1, 1px);
  }
}
@media (min-width: 1200px) {
  .p-overline-xs-b {
    font-size: var(--font-size-xs, 14px);
    line-height: var(--font-line-height-xs, 24px); /* 171.429% */
    letter-spacing: var(--font-spacing-1, 1px);
  }
}

/**
 * Paragraph Extra Small base styles
 */
.p-xs {
  font-family: "Plus Jakarta Sans";
  font-size: 10px;
  font-style: normal;
  letter-spacing: var(--font-spacing-0, 0px);
  font-weight: var(--font-weight-light, 400);
}
@media (min-width: 992px) {
  .p-xs {
    font-size: 12px;
    line-height: var(--font-line-height-xs, 16px); /* 133.333% */
  }
}
@media (min-width: 1200px) {
  .p-xs {
    font-size: 14px;
    line-height: var(--font-line-height-xs, 22px); /* 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: 1200px) {
  .p-s {
    font-size: 18px;
    line-height: var(--font-line-height-xs, 24px); /* 137.5% */
  }
  .p-s-brand {
    font-family: "Unbounded";
  }
}

/**
 * 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.fw-bolder {
  font-weight: 600;
}
.p-m-brand {
  font-family: "Unbounded";
  font-size: var(--font-size-m, 14px);
  line-height: var(--font-line-height-s, 20px);
}
@media (min-width: 992px) {
  .p-m {
    font-size: var(--font-size-m, 16px);
    line-height: var(--font-line-height-s, 24px); /* 150% */
  }
  .p-m-brand {
    line-height: var(--font-line-height-s, 24px);
    font-size: var(--font-size-m, 16px);
  }
}
@media (min-width: 1200px) {
  .p-m {
    font-size: 20px;
    line-height: var(--font-line-height-s, 32px); /* 140% */
  }
  .p-m-brand {
    line-height: var(--font-line-height-s, 32px);
    font-size: var(--font-size-m, 20px);
  }
}

/**
 * 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.fw-bolder {
  font-weight: 600;
}
.p-l-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-l {
    font-size: 20px;
    line-height: var(--font-line-height-m, 28px); /* 140% */
  }
  .p-l-brand {
    font-size: var(--font-size-xl, 20px);
    line-height: var(--font-line-height-l, 28px);
    font-weight: 400;
  }
}
@media (min-width: 1200px) {
  .p-l {
    font-size: 28px;
    line-height: var(--font-line-height-m, 34px);
  }
  .p-l-brand {
    font-size: var(--font-size-xl, 28px);
    line-height: var(--font-line-height-l, 34px);
    font-weight: 400;
  }
}

/**
 * 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: 16px;
  line-height: var(--font-line-height-m, 28px);
}
@media (min-width: 992px) {
  .p-xl {
    font-size: 24px;
    line-height: var(--font-line-height-m, 36px);
  }
}
@media (min-width: 1200px) {
  .p-xl {
    font-size: 32px;
    line-height: var(--font-line-height-m, 44px); /* 100% */
  }
}
.p-xl-brand {
  font-family: "Unbounded";
}

/*------------------------------------*\
    #MIXINS
\*------------------------------------*/
/**
 * Body Styles 
 * 1) Prevent Mobile Safari from scaling up text: https://blog.55minutes.com/2012/04/iphone-text-resizing/
 */
/**
 * XL Type Styles
 */
/**
 * XL H1 Heading Styles
 */
/**
 * Large H2 Heading Styles
 */
/**
 * Medium 2 H3 Heading Styles
 */
/**
 * Medium H4 Heading Styles
 */
/**
 * Small 2 H5 Heading Styles
 */
/**
 * Small H6 Heading Styles
 */
/*------------------------------------*\
    #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% */
  }
}

:root {
  --Spacing-xs: 4px;
  --Spacing-s: 8px;
  --Spacing-sm: 10px;
  --Spacing-m: 16px;
  --Spacing-l: 18px;
  --Spacing-xl: 24px;
  --Spacing-2xl: 32px;
  --Spacing-3xl: 40px;
}
@media (min-width: 768px) {
  :root {
    --Spacing-xs: 6px;
  }
}
@media (min-width: 992px) {
  :root {
    --Spacing-xs: 8px;
  }
}
@media (min-width: 1400px) {
  :root {
    --Spacing-xs: 12px;
  }
}
@media (min-width: 768px) {
  :root {
    --Spacing-s: 10px;
  }
}
@media (min-width: 992px) {
  :root {
    --Spacing-s: 12px;
  }
}
@media (min-width: 1400px) {
  :root {
    --Spacing-s: 16px;
  }
}
@media (min-width: 768px) {
  :root {
    --Spacing-sm: 12px;
  }
}
@media (min-width: 992px) {
  :root {
    --Spacing-sm: 16px;
  }
}
@media (min-width: 1400px) {
  :root {
    --Spacing-sm: 24px;
  }
}
@media (min-width: 768px) {
  :root {
    --Spacing-m: 16px;
  }
}
@media (min-width: 992px) {
  :root {
    --Spacing-m: 24px;
  }
}
@media (min-width: 1400px) {
  :root {
    --Spacing-m: 32px;
  }
}
@media (min-width: 768px) {
  :root {
    --Spacing-l: 24px;
  }
}
@media (min-width: 992px) {
  :root {
    --Spacing-l: 32px;
  }
}
@media (min-width: 1400px) {
  :root {
    --Spacing-l: 40px;
  }
}
@media (min-width: 768px) {
  :root {
    --Spacing-xl: 32px;
  }
}
@media (min-width: 992px) {
  :root {
    --Spacing-xl: 48px;
  }
}
@media (min-width: 1400px) {
  :root {
    --Spacing-xl: 56px;
  }
}
@media (min-width: 768px) {
  :root {
    --Spacing-2xl: 48px;
  }
}
@media (min-width: 992px) {
  :root {
    --Spacing-2xl: 56px;
  }
}
@media (min-width: 1400px) {
  :root {
    --Spacing-2xl: 64px;
  }
}
@media (min-width: 768px) {
  :root {
    --Spacing-3xl: 64px;
  }
}
@media (min-width: 992px) {
  :root {
    --Spacing-3xl: 80px;
  }
}
@media (min-width: 1400px) {
  :root {
    --Spacing-3xl: 96px;
  }
}

.gap-xs {
  gap: var(--Spacing-xs);
}

.gap-s {
  gap: var(--Spacing-s);
}

.gap-sm {
  gap: var(--Spacing-sm);
}

.gap-m {
  gap: var(--Spacing-m);
}

.gap-l {
  gap: var(--Spacing-l);
}

.gap-xl {
  gap: var(--Spacing-xl);
}

.gap-2xl {
  gap: var(--Spacing-2xl);
}

.spacing-s {
  padding-top: var(--Spacing-s);
  padding-bottom: var(--Spacing-s);
}

.spacing-xl {
  padding-top: var(--Spacing-xl);
  padding-bottom: var(--Spacing-xl);
}

.spacing-2xl {
  padding-top: var(--Spacing-2xl);
  padding-bottom: var(--Spacing-2xl);
}

.spacing-3xl {
  padding-top: var(--Spacing-3xl);
  padding-bottom: var(--Spacing-3xl);
}

.pb-2xl {
  padding-bottom: var(--Spacing-2xl);
}

.pb-xl {
  padding-bottom: var(--Spacing-xl);
}

.pb-sm {
  padding-bottom: var(--Spacing-sm);
}

.pt-xl {
  padding-top: var(--Spacing-xl);
}

.with-hover {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
.with-hover::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  border-radius: 3px;
  background-color: #1b3580;
  bottom: -3px;
  left: 0;
  transform-origin: right;
  transform: scaleX(0);
  transition: transform 0.25s ease-in-out;
}
.with-hover:hover::before {
  transform-origin: left;
  transform: scaleX(1);
}
.with-hover._white_hover {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
.with-hover._white_hover::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  border-radius: 3px;
  background-color: white;
  bottom: -3px;
  left: 0;
  transform-origin: right;
  transform: scaleX(0);
  transition: transform 0.25s ease-in-out;
}
.with-hover._white_hover:hover::before {
  transform-origin: left;
  transform: scaleX(1);
}

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.4rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 5px;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #6c757d;
}

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.4rem;
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container,
.container-fluid,
.container-xxxl,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 2000px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 2000px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 2000px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 2000px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 100%;
  }
}
@media (min-width: 1980px) {
  .container-xxxl, .container-custom-xl, .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 100%;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xxxl,
.col-xxxl-auto, .col-xxxl-12, .col-xxxl-11, .col-xxxl-10, .col-xxxl-9, .col-xxxl-8, .col-xxxl-7, .col-xxxl-6, .col-xxxl-5, .col-xxxl-4, .col-xxxl-3, .col-xxxl-2, .col-xxxl-1, .col-custom-xl,
.col-custom-xl-auto, .col-custom-xl-12, .col-custom-xl-11, .col-custom-xl-10, .col-custom-xl-9, .col-custom-xl-8, .col-custom-xl-7, .col-custom-xl-6, .col-custom-xl-5, .col-custom-xl-4, .col-custom-xl-3, .col-custom-xl-2, .col-custom-xl-1, .col-xxl,
.col-xxl-auto, .col-xxl-12, .col-xxl-11, .col-xxl-10, .col-xxl-9, .col-xxl-8, .col-xxl-7, .col-xxl-6, .col-xxl-5, .col-xxl-4, .col-xxl-3, .col-xxl-2, .col-xxl-1, .col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-xs-12, .col-11, .col-xs-11, .col-10, .col-xs-10, .col-9, .col-xs-9, .col-8, .col-xs-8, .col-7, .col-xs-7, .col-6, .col-xs-6, .col-5, .col-xs-5, .col-4, .col-xs-4, .col-3, .col-xs-3, .col-2, .col-xs-2, .col-1, .col-xs-1 {
  position: relative;
  width: 100%;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

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

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

.row-cols-3 > * {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

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

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

.row-cols-6 > * {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

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

.col-1, .col-xs-1 {
  flex: 0 0 8.33333333%;
  max-width: 8.33333333%;
}

.col-2, .col-xs-2 {
  flex: 0 0 16.66666667%;
  max-width: 16.66666667%;
}

.col-3, .col-xs-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4, .col-xs-4 {
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}

.col-5, .col-xs-5 {
  flex: 0 0 41.66666667%;
  max-width: 41.66666667%;
}

.col-6, .col-xs-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7, .col-xs-7 {
  flex: 0 0 58.33333333%;
  max-width: 58.33333333%;
}

.col-8, .col-xs-8 {
  flex: 0 0 66.66666667%;
  max-width: 66.66666667%;
}

.col-9, .col-xs-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10, .col-xs-10 {
  flex: 0 0 83.33333333%;
  max-width: 83.33333333%;
}

.col-11, .col-xs-11 {
  flex: 0 0 91.66666667%;
  max-width: 91.66666667%;
}

.col-12, .col-xs-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

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

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .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%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .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%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .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%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .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%;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xxl-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xxl-first {
    order: -1;
  }
  .order-xxl-last {
    order: 13;
  }
  .order-xxl-0 {
    order: 0;
  }
  .order-xxl-1 {
    order: 1;
  }
  .order-xxl-2 {
    order: 2;
  }
  .order-xxl-3 {
    order: 3;
  }
  .order-xxl-4 {
    order: 4;
  }
  .order-xxl-5 {
    order: 5;
  }
  .order-xxl-6 {
    order: 6;
  }
  .order-xxl-7 {
    order: 7;
  }
  .order-xxl-8 {
    order: 8;
  }
  .order-xxl-9 {
    order: 9;
  }
  .order-xxl-10 {
    order: 10;
  }
  .order-xxl-11 {
    order: 11;
  }
  .order-xxl-12 {
    order: 12;
  }
  .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%;
  }
}
@media (min-width: 1900px) {
  .col-custom-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-custom-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-custom-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-custom-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-custom-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-custom-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-custom-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-custom-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-custom-xl-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-custom-xl-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-custom-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-custom-xl-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-custom-xl-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-custom-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-custom-xl-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-custom-xl-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-custom-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-custom-xl-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-custom-xl-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-custom-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-custom-xl-first {
    order: -1;
  }
  .order-custom-xl-last {
    order: 13;
  }
  .order-custom-xl-0 {
    order: 0;
  }
  .order-custom-xl-1 {
    order: 1;
  }
  .order-custom-xl-2 {
    order: 2;
  }
  .order-custom-xl-3 {
    order: 3;
  }
  .order-custom-xl-4 {
    order: 4;
  }
  .order-custom-xl-5 {
    order: 5;
  }
  .order-custom-xl-6 {
    order: 6;
  }
  .order-custom-xl-7 {
    order: 7;
  }
  .order-custom-xl-8 {
    order: 8;
  }
  .order-custom-xl-9 {
    order: 9;
  }
  .order-custom-xl-10 {
    order: 10;
  }
  .order-custom-xl-11 {
    order: 11;
  }
  .order-custom-xl-12 {
    order: 12;
  }
  .offset-custom-xl-0 {
    margin-left: 0;
  }
  .offset-custom-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-custom-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-custom-xl-3 {
    margin-left: 25%;
  }
  .offset-custom-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-custom-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-custom-xl-6 {
    margin-left: 50%;
  }
  .offset-custom-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-custom-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-custom-xl-9 {
    margin-left: 75%;
  }
  .offset-custom-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-custom-xl-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1980px) {
  .col-xxxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xxxl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xxxl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xxxl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xxxl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xxxl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xxxl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xxxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xxxl-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-xxxl-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-xxxl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxxl-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-xxxl-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-xxxl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxxl-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-xxxl-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-xxxl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxxl-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-xxxl-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-xxxl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xxxl-first {
    order: -1;
  }
  .order-xxxl-last {
    order: 13;
  }
  .order-xxxl-0 {
    order: 0;
  }
  .order-xxxl-1 {
    order: 1;
  }
  .order-xxxl-2 {
    order: 2;
  }
  .order-xxxl-3 {
    order: 3;
  }
  .order-xxxl-4 {
    order: 4;
  }
  .order-xxxl-5 {
    order: 5;
  }
  .order-xxxl-6 {
    order: 6;
  }
  .order-xxxl-7 {
    order: 7;
  }
  .order-xxxl-8 {
    order: 8;
  }
  .order-xxxl-9 {
    order: 9;
  }
  .order-xxxl-10 {
    order: 10;
  }
  .order-xxxl-11 {
    order: 11;
  }
  .order-xxxl-12 {
    order: 12;
  }
  .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%;
  }
}
.table {
  width: 100%;
  margin-bottom: 10px;
  color: #000000;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #e7e7e7;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #e7e7e7;
}
.table tbody + tbody {
  border-top: 2px solid #e7e7e7;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #e7e7e7;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #e7e7e7;
}
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  color: #000000;
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #dbd2cf;
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #bcaca6;
}

.table-hover .table-primary:hover {
  background-color: #d0c4c0;
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #d0c4c0;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #e2e2e2;
}
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #cacaca;
}

.table-hover .table-secondary:hover {
  background-color: #d5d5d5;
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #d5d5d5;
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb;
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #8fd19e;
}

.table-hover .table-success:hover {
  background-color: #b1dfbb;
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb;
}
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda;
}

.table-hover .table-info:hover {
  background-color: #abdde5;
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffe3cf;
}
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffcaa5;
}

.table-hover .table-warning:hover {
  background-color: #ffd4b6;
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffd4b6;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb;
}
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ed969e;
}

.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: white;
}
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: white;
}

.table-hover .table-light:hover {
  background-color: #f2f2f2;
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #f2f2f2;
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #d7d7d7;
}
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #b4b4b4;
}

.table-hover .table-dark:hover {
  background-color: #cacaca;
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #cacaca;
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #e7e7e7;
}

.table-dark {
  color: #fff;
  background-color: #343a40;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #454d55;
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1399.98px) {
  .table-responsive-xxl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xxl > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1899.98px) {
  .table-responsive-custom-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-custom-xl > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1979.98px) {
  .table-responsive-xxxl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xxxl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.table-responsive > .table-bordered {
  border: 0;
}

.btn {
  display: inline-block;
  font-weight: 500;
  color: #000000;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.4rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (max-width: 992px) {
  .btn {
    font-size: calc(0.8rem + 0.3225806452vw);
  }
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #000000;
  text-decoration: none;
}
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(127, 96, 83, 0.25);
}
.btn.disabled, .btn:disabled {
  opacity: 0.65;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #7F6053;
  border-color: #7F6053;
}
.btn-primary:hover {
  color: #fff;
  background-color: #684f44;
  border-color: #60493f;
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #684f44;
  border-color: #60493f;
  box-shadow: 0 0 0 0.2rem rgba(146, 120, 109, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #7F6053;
  border-color: #7F6053;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #60493f;
  border-color: #58433a;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(146, 120, 109, 0.5);
}

.btn-secondary {
  color: #212529;
  background-color: #999999;
  border-color: #999999;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #868686;
  border-color: gray;
}
.btn-secondary:focus, .btn-secondary.focus {
  color: #fff;
  background-color: #868686;
  border-color: gray;
  box-shadow: 0 0 0 0.2rem rgba(135, 136, 136, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #212529;
  background-color: #999999;
  border-color: #999999;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: gray;
  border-color: #797979;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(135, 136, 136, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ff9a52;
  border-color: #ff9a52;
}
.btn-warning:hover {
  color: #212529;
  background-color: #ff842c;
  border-color: #ff7c1f;
}
.btn-warning:focus, .btn-warning.focus {
  color: #212529;
  background-color: #ff842c;
  border-color: #ff7c1f;
  box-shadow: 0 0 0 0.2rem rgba(222, 136, 76, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ff9a52;
  border-color: #ff9a52;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #ff7c1f;
  border-color: #ff7512;
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 136, 76, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-light:hover {
  color: #212529;
  background-color: #ececec;
  border-color: #e6e6e6;
}
.btn-light:focus, .btn-light.focus {
  color: #212529;
  background-color: #ececec;
  border-color: #e6e6e6;
  box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #e6e6e6;
  border-color: #dfdfdf;
}
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #6f6f6f;
  border-color: #6f6f6f;
}
.btn-dark:hover {
  color: #fff;
  background-color: #5c5c5c;
  border-color: #565656;
}
.btn-dark:focus, .btn-dark.focus {
  color: #fff;
  background-color: #5c5c5c;
  border-color: #565656;
  box-shadow: 0 0 0 0.2rem rgba(133, 133, 133, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #6f6f6f;
  border-color: #6f6f6f;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #565656;
  border-color: #4f4f4f;
}
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(133, 133, 133, 0.5);
}

.btn-outline-primary {
  color: #7F6053;
  border-color: #7F6053;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #7F6053;
  border-color: #7F6053;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(127, 96, 83, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #7F6053;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #7F6053;
  border-color: #7F6053;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(127, 96, 83, 0.5);
}

.btn-outline-secondary {
  color: #999999;
  border-color: #999999;
}
.btn-outline-secondary:hover {
  color: #212529;
  background-color: #999999;
  border-color: #999999;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(153, 153, 153, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #999999;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #212529;
  background-color: #999999;
  border-color: #999999;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(153, 153, 153, 0.5);
}

.btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #ff9a52;
  border-color: #ff9a52;
}
.btn-outline-warning:hover {
  color: #212529;
  background-color: #ff9a52;
  border-color: #ff9a52;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 154, 82, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ff9a52;
  background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ff9a52;
  border-color: #ff9a52;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 154, 82, 0.5);
}

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
  color: #ffffff;
  border-color: #ffffff;
}
.btn-outline-light:hover {
  color: #212529;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #ffffff;
  background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-outline-dark {
  color: #6f6f6f;
  border-color: #6f6f6f;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #6f6f6f;
  border-color: #6f6f6f;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(111, 111, 111, 0.5);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #6f6f6f;
  background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #6f6f6f;
  border-color: #6f6f6f;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(111, 111, 111, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #7F6053;
  text-decoration: none;
}
.btn-link:hover {
  color: #513d35;
  text-decoration: underline;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 0.875rem 1.25rem;
  font-size: 1.125rem;
  line-height: 1.5;
  border-radius: 0.4rem;
}
@media (max-width: 992px) {
  .btn-lg, .btn-group-lg > .btn {
    font-size: calc(0.825rem + 0.4838709677vw);
  }
}

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: var(--font-size-2xl, 32px);
  line-height: 1.5;
  border-radius: 0.4rem;
}

.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

.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 {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.collapsing.width {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.width {
    transition: none;
  }
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}
.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}
.btn-group-toggle > .btn input[type=radio],
.btn-group-toggle > .btn input[type=checkbox],
.btn-group-toggle > .btn-group > .btn input[type=radio],
.btn-group-toggle > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-link {
  margin-bottom: -1px;
  background-color: transparent;
  border: 1px solid transparent;
  border-top-left-radius: 0.4rem;
  border-top-right-radius: 0.4rem;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: 0.4rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #7F6053;
}

.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 5px 10px;
}
.navbar .container,
.navbar .container-fluid,
.navbar .container-sm,
.navbar .container-md,
.navbar .container-lg,
.navbar .container-xl,
.navbar .container-xxl,
.navbar .container-xxxl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  display: inline-block;
  padding-top: 0.40625rem;
  padding-bottom: 0.40625rem;
  margin-right: 10px;
  font-size: 1.125rem;
  line-height: inherit;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .navbar-brand {
    font-size: calc(0.825rem + 0.4838709677vw);
  }
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.125rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.4rem;
}
@media (max-width: 992px) {
  .navbar-toggler {
    font-size: calc(0.825rem + 0.4838709677vw);
  }
}
.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: 50%/100% 100% no-repeat;
}

.navbar-nav-scroll {
  max-height: 75vh;
  overflow-y: auto;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-xl,
  .navbar-expand-sm > .container-xxl,
  .navbar-expand-sm > .container-xxxl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-xl,
  .navbar-expand-sm > .container-xxl,
  .navbar-expand-sm > .container-xxxl {
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-xl,
  .navbar-expand-md > .container-xxl,
  .navbar-expand-md > .container-xxxl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-xl,
  .navbar-expand-md > .container-xxl,
  .navbar-expand-md > .container-xxxl {
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-xl,
  .navbar-expand-lg > .container-xxl,
  .navbar-expand-lg > .container-xxxl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-xl,
  .navbar-expand-lg > .container-xxl,
  .navbar-expand-lg > .container-xxxl {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-xl,
  .navbar-expand-xl > .container-xxl,
  .navbar-expand-xl > .container-xxxl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-xl,
  .navbar-expand-xl > .container-xxl,
  .navbar-expand-xl > .container-xxxl {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1399.98px) {
  .navbar-expand-xxl > .container,
  .navbar-expand-xxl > .container-fluid,
  .navbar-expand-xxl > .container-sm,
  .navbar-expand-xxl > .container-md,
  .navbar-expand-xxl > .container-lg,
  .navbar-expand-xxl > .container-xl,
  .navbar-expand-xxl > .container-xxl,
  .navbar-expand-xxl > .container-xxxl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1400px) {
  .navbar-expand-xxl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xxl > .container,
  .navbar-expand-xxl > .container-fluid,
  .navbar-expand-xxl > .container-sm,
  .navbar-expand-xxl > .container-md,
  .navbar-expand-xxl > .container-lg,
  .navbar-expand-xxl > .container-xl,
  .navbar-expand-xxl > .container-xxl,
  .navbar-expand-xxl > .container-xxxl {
    flex-wrap: nowrap;
  }
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1899.98px) {
  .navbar-expand-custom-xl > .container,
  .navbar-expand-custom-xl > .container-fluid,
  .navbar-expand-custom-xl > .container-sm,
  .navbar-expand-custom-xl > .container-md,
  .navbar-expand-custom-xl > .container-lg,
  .navbar-expand-custom-xl > .container-xl,
  .navbar-expand-custom-xl > .container-xxl,
  .navbar-expand-custom-xl > .container-xxxl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1900px) {
  .navbar-expand-custom-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-custom-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-custom-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-custom-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-custom-xl > .container,
  .navbar-expand-custom-xl > .container-fluid,
  .navbar-expand-custom-xl > .container-sm,
  .navbar-expand-custom-xl > .container-md,
  .navbar-expand-custom-xl > .container-lg,
  .navbar-expand-custom-xl > .container-xl,
  .navbar-expand-custom-xl > .container-xxl,
  .navbar-expand-custom-xl > .container-xxxl {
    flex-wrap: nowrap;
  }
  .navbar-expand-custom-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-custom-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-custom-xl .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1979.98px) {
  .navbar-expand-xxxl > .container,
  .navbar-expand-xxxl > .container-fluid,
  .navbar-expand-xxxl > .container-sm,
  .navbar-expand-xxxl > .container-md,
  .navbar-expand-xxxl > .container-lg,
  .navbar-expand-xxxl > .container-xl,
  .navbar-expand-xxxl > .container-xxl,
  .navbar-expand-xxxl > .container-xxxl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1980px) {
  .navbar-expand-xxxl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxxl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xxxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxxl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xxxl > .container,
  .navbar-expand-xxxl > .container-fluid,
  .navbar-expand-xxxl > .container-sm,
  .navbar-expand-xxxl > .container-md,
  .navbar-expand-xxxl > .container-lg,
  .navbar-expand-xxxl > .container-xl,
  .navbar-expand-xxxl > .container-xxl,
  .navbar-expand-xxxl > .container-xxxl {
    flex-wrap: nowrap;
  }
  .navbar-expand-xxxl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xxxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xxxl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl,
.navbar-expand > .container-xxl,
.navbar-expand > .container-xxxl {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl,
.navbar-expand > .container-xxl,
.navbar-expand > .container-xxxl {
  flex-wrap: nowrap;
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-text a {
  color: #fff;
}
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 0.0625rem solid rgba(0, 0, 0, 0.125);
  border-radius: 0.4rem;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: 0.3375rem;
  border-top-right-radius: 0.3375rem;
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: 0.3375rem;
  border-bottom-left-radius: 0.3375rem;
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 0.0625rem solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: 0.3375rem 0.3375rem 0 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 0.0625rem solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
  border-radius: 0 0 0.3375rem 0.3375rem;
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  border-radius: 0.3375rem;
}

.card-img,
.card-img-top,
.card-img-bottom {
  flex-shrink: 0;
  width: 100%;
}

.card-img,
.card-img-top {
  border-top-left-radius: 0.3375rem;
  border-top-right-radius: 0.3375rem;
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: 0.3375rem;
  border-bottom-left-radius: 0.3375rem;
}

.card-deck .card {
  margin-bottom: 0.625rem;
}
@media (min-width: 576px) {
  .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -0.625rem;
    margin-left: -0.625rem;
  }
  .card-deck .card {
    flex: 1 0 0%;
    margin-right: 0.625rem;
    margin-bottom: 0;
    margin-left: 0.625rem;
  }
}

.card-group > .card {
  margin-bottom: 0.625rem;
}
@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.card-columns .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .card-columns {
    -moz-column-count: 3;
         column-count: 3;
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.accordion {
  overflow-anchor: none;
}
.accordion > .card {
  overflow: hidden;
}
.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -0.0625rem;
}

@keyframes progress-bar-stripes {
  from {
    background-position: 0.5rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: flex;
  height: 0.5rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0.75rem;
  background-color: #f9f9f9;
  border-radius: 0.4rem;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #7F6053;
  transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 0.5rem 0.5rem;
}

.progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}

.badge {
  display: inline-block;
  padding: 0.3em 0.55em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.4rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .badge {
    transition: none;
  }
}
a.badge:hover, a.badge:focus {
  text-decoration: none;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-primary {
  color: #fff;
  background-color: #7F6053;
}
a.badge-primary:hover, a.badge-primary:focus {
  color: #fff;
  background-color: #60493f;
}
a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(127, 96, 83, 0.5);
}

.badge-secondary {
  color: #212529;
  background-color: #999999;
}
a.badge-secondary:hover, a.badge-secondary:focus {
  color: #212529;
  background-color: gray;
}
a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(153, 153, 153, 0.5);
}

.badge-success {
  color: #fff;
  background-color: #28a745;
}
a.badge-success:hover, a.badge-success:focus {
  color: #fff;
  background-color: #1e7e34;
}
a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}
a.badge-info:hover, a.badge-info:focus {
  color: #fff;
  background-color: #117a8b;
}
a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.badge-warning {
  color: #212529;
  background-color: #ff9a52;
}
a.badge-warning:hover, a.badge-warning:focus {
  color: #212529;
  background-color: #ff7c1f;
}
a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 154, 82, 0.5);
}

.badge-danger {
  color: #fff;
  background-color: #dc3545;
}
a.badge-danger:hover, a.badge-danger:focus {
  color: #fff;
  background-color: #bd2130;
}
a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.badge-light {
  color: #212529;
  background-color: #ffffff;
}
a.badge-light:hover, a.badge-light:focus {
  color: #212529;
  background-color: #e6e6e6;
}
a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.badge-dark {
  color: #fff;
  background-color: #6f6f6f;
}
a.badge-dark:hover, a.badge-dark:focus {
  color: #fff;
  background-color: #565656;
}
a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(111, 111, 111, 0.5);
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.4rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 4rem;
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #42322b;
  background-color: #e5dfdd;
  border-color: #dbd2cf;
}
.alert-primary hr {
  border-top-color: #d0c4c0;
}
.alert-primary .alert-link {
  color: #231b17;
}

.alert-secondary {
  color: #505050;
  background-color: #ebebeb;
  border-color: #e2e2e2;
}
.alert-secondary hr {
  border-top-color: #d5d5d5;
}
.alert-secondary .alert-link {
  color: #373737;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
.alert-success hr {
  border-top-color: #b1dfbb;
}
.alert-success .alert-link {
  color: #0b2e13;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}
.alert-info hr {
  border-top-color: #abdde5;
}
.alert-info .alert-link {
  color: #062c33;
}

.alert-warning {
  color: #85502b;
  background-color: #ffebdc;
  border-color: #ffe3cf;
}
.alert-warning hr {
  border-top-color: #ffd4b6;
}
.alert-warning .alert-link {
  color: #5e391f;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.alert-danger hr {
  border-top-color: #f1b0b7;
}
.alert-danger .alert-link {
  color: #491217;
}

.alert-light {
  color: #858585;
  background-color: white;
  border-color: white;
}
.alert-light hr {
  border-top-color: #f2f2f2;
}
.alert-light .alert-link {
  color: #6c6c6c;
}

.alert-dark {
  color: #3a3a3a;
  background-color: #e2e2e2;
  border-color: #d7d7d7;
}
.alert-dark hr {
  border-top-color: #cacaca;
}
.alert-dark .alert-link {
  color: #212121;
}

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

.media-body {
  flex: 1;
}

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.4rem;
}

.list-group-item-action, .list-group-item-action-dropdown-link, .list-group-item-action-dropdown {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action-dropdown-link:hover, .list-group-item-action-dropdown:hover, .list-group-item-action:focus, .list-group-item-action-dropdown-link:focus, .list-group-item-action-dropdown:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
.list-group-item-action:active, .list-group-item-action-dropdown-link:active, .list-group-item-action-dropdown:active {
  color: #000000;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #7F6053;
  border-color: #7F6053;
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0.4rem;
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.4rem;
  border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0.4rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.4rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0.4rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.4rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0.4rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.4rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0.4rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.4rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1400px) {
  .list-group-horizontal-xxl {
    flex-direction: row;
  }
  .list-group-horizontal-xxl > .list-group-item:first-child {
    border-bottom-left-radius: 0.4rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item:last-child {
    border-top-right-radius: 0.4rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1900px) {
  .list-group-horizontal-custom-xl {
    flex-direction: row;
  }
  .list-group-horizontal-custom-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0.4rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-custom-xl > .list-group-item:last-child {
    border-top-right-radius: 0.4rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-custom-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-custom-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-custom-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1980px) {
  .list-group-horizontal-xxxl {
    flex-direction: row;
  }
  .list-group-horizontal-xxxl > .list-group-item:first-child {
    border-bottom-left-radius: 0.4rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xxxl > .list-group-item:last-child {
    border-top-right-radius: 0.4rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xxxl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xxxl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xxxl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  color: #42322b;
  background-color: #dbd2cf;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action-dropdown-link:hover, .list-group-item-primary.list-group-item-action-dropdown:hover, .list-group-item-primary.list-group-item-action:focus, .list-group-item-primary.list-group-item-action-dropdown-link:focus, .list-group-item-primary.list-group-item-action-dropdown:focus {
  color: #42322b;
  background-color: #d0c4c0;
}
.list-group-item-primary.list-group-item-action.active, .list-group-item-primary.active.list-group-item-action-dropdown-link, .list-group-item-primary.active.list-group-item-action-dropdown {
  color: #fff;
  background-color: #42322b;
  border-color: #42322b;
}

.list-group-item-secondary {
  color: #505050;
  background-color: #e2e2e2;
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action-dropdown-link:hover, .list-group-item-secondary.list-group-item-action-dropdown:hover, .list-group-item-secondary.list-group-item-action:focus, .list-group-item-secondary.list-group-item-action-dropdown-link:focus, .list-group-item-secondary.list-group-item-action-dropdown:focus {
  color: #505050;
  background-color: #d5d5d5;
}
.list-group-item-secondary.list-group-item-action.active, .list-group-item-secondary.active.list-group-item-action-dropdown-link, .list-group-item-secondary.active.list-group-item-action-dropdown {
  color: #fff;
  background-color: #505050;
  border-color: #505050;
}

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action-dropdown-link:hover, .list-group-item-success.list-group-item-action-dropdown:hover, .list-group-item-success.list-group-item-action:focus, .list-group-item-success.list-group-item-action-dropdown-link:focus, .list-group-item-success.list-group-item-action-dropdown:focus {
  color: #155724;
  background-color: #b1dfbb;
}
.list-group-item-success.list-group-item-action.active, .list-group-item-success.active.list-group-item-action-dropdown-link, .list-group-item-success.active.list-group-item-action-dropdown {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action-dropdown-link:hover, .list-group-item-info.list-group-item-action-dropdown:hover, .list-group-item-info.list-group-item-action:focus, .list-group-item-info.list-group-item-action-dropdown-link:focus, .list-group-item-info.list-group-item-action-dropdown:focus {
  color: #0c5460;
  background-color: #abdde5;
}
.list-group-item-info.list-group-item-action.active, .list-group-item-info.active.list-group-item-action-dropdown-link, .list-group-item-info.active.list-group-item-action-dropdown {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}

.list-group-item-warning {
  color: #85502b;
  background-color: #ffe3cf;
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action-dropdown-link:hover, .list-group-item-warning.list-group-item-action-dropdown:hover, .list-group-item-warning.list-group-item-action:focus, .list-group-item-warning.list-group-item-action-dropdown-link:focus, .list-group-item-warning.list-group-item-action-dropdown:focus {
  color: #85502b;
  background-color: #ffd4b6;
}
.list-group-item-warning.list-group-item-action.active, .list-group-item-warning.active.list-group-item-action-dropdown-link, .list-group-item-warning.active.list-group-item-action-dropdown {
  color: #fff;
  background-color: #85502b;
  border-color: #85502b;
}

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action-dropdown-link:hover, .list-group-item-danger.list-group-item-action-dropdown:hover, .list-group-item-danger.list-group-item-action:focus, .list-group-item-danger.list-group-item-action-dropdown-link:focus, .list-group-item-danger.list-group-item-action-dropdown:focus {
  color: #721c24;
  background-color: #f1b0b7;
}
.list-group-item-danger.list-group-item-action.active, .list-group-item-danger.active.list-group-item-action-dropdown-link, .list-group-item-danger.active.list-group-item-action-dropdown {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}

.list-group-item-light {
  color: #858585;
  background-color: white;
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action-dropdown-link:hover, .list-group-item-light.list-group-item-action-dropdown:hover, .list-group-item-light.list-group-item-action:focus, .list-group-item-light.list-group-item-action-dropdown-link:focus, .list-group-item-light.list-group-item-action-dropdown:focus {
  color: #858585;
  background-color: #f2f2f2;
}
.list-group-item-light.list-group-item-action.active, .list-group-item-light.active.list-group-item-action-dropdown-link, .list-group-item-light.active.list-group-item-action-dropdown {
  color: #fff;
  background-color: #858585;
  border-color: #858585;
}

.list-group-item-dark {
  color: #3a3a3a;
  background-color: #d7d7d7;
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action-dropdown-link:hover, .list-group-item-dark.list-group-item-action-dropdown:hover, .list-group-item-dark.list-group-item-action:focus, .list-group-item-dark.list-group-item-action-dropdown-link:focus, .list-group-item-dark.list-group-item-action-dropdown:focus {
  color: #3a3a3a;
  background-color: #cacaca;
}
.list-group-item-dark.list-group-item-action.active, .list-group-item-dark.active.list-group-item-action-dropdown-link, .list-group-item-dark.active.list-group-item-action-dropdown {
  color: #fff;
  background-color: #3a3a3a;
  border-color: #3a3a3a;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
@media (max-width: 992px) {
  .close {
    font-size: calc(0.9rem + 0.9677419355vw);
  }
}
.close:hover {
  color: #000;
  text-decoration: none;
}
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
}

a.close.disabled {
  pointer-events: none;
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  border: 0.25em solid currentcolor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: 0.75s linear infinite spinner-border;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  background-color: currentcolor;
  border-radius: 50%;
  opacity: 0;
  animation: 0.75s linear infinite spinner-grow;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    animation-duration: 1.5s;
  }
}
.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;
}

.bg-primary {
  background-color: #7F6053 !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #60493f !important;
}

.bg-secondary {
  background-color: #999999 !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: gray !important;
}

.bg-success {
  background-color: #28a745 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}

.bg-warning {
  background-color: #ff9a52 !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #ff7c1f !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important;
}

.bg-light {
  background-color: #ffffff !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #e6e6e6 !important;
}

.bg-dark {
  background-color: #6f6f6f !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #565656 !important;
}

.bg-white {
  background-color: #fff !important;
}

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

.border {
  border: 1px solid #e7e7e7 !important;
}

.border-top {
  border-top: 1px solid #e7e7e7 !important;
}

.border-right {
  border-right: 1px solid #e7e7e7 !important;
}

.border-bottom {
  border-bottom: 1px solid #e7e7e7 !important;
}

.border-left {
  border-left: 1px solid #e7e7e7 !important;
}

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

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

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

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

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

.border-primary {
  border-color: #7F6053 !important;
}

.border-secondary {
  border-color: #999999 !important;
}

.border-success {
  border-color: #28a745 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #ff9a52 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #ffffff !important;
}

.border-dark {
  border-color: #6f6f6f !important;
}

.border-white {
  border-color: #fff !important;
}

.rounded-sm {
  border-radius: 0.4rem !important;
}

.rounded {
  border-radius: 0.4rem !important;
}

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

.rounded-right {
  border-top-right-radius: 0.4rem !important;
  border-bottom-right-radius: 0.4rem !important;
}

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

.rounded-left {
  border-top-left-radius: 0.4rem !important;
  border-bottom-left-radius: 0.4rem !important;
}

.rounded-lg {
  border-radius: 0.4rem !important;
}

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

.rounded-pill {
  border-radius: 50rem !important;
}

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

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

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

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

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

.d-block {
  display: block !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;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !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;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !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;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !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;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !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;
  }
}
@media (min-width: 1400px) {
  .d-xxl-none {
    display: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !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;
  }
}
@media (min-width: 1900px) {
  .d-custom-xl-none {
    display: none !important;
  }
  .d-custom-xl-inline {
    display: inline !important;
  }
  .d-custom-xl-inline-block {
    display: inline-block !important;
  }
  .d-custom-xl-block {
    display: block !important;
  }
  .d-custom-xl-table {
    display: table !important;
  }
  .d-custom-xl-table-row {
    display: table-row !important;
  }
  .d-custom-xl-table-cell {
    display: table-cell !important;
  }
  .d-custom-xl-flex {
    display: flex !important;
  }
  .d-custom-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1980px) {
  .d-xxxl-none {
    display: none !important;
  }
  .d-xxxl-inline {
    display: inline !important;
  }
  .d-xxxl-inline-block {
    display: inline-block !important;
  }
  .d-xxxl-block {
    display: block !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;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !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;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.85714286%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.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-wrap {
  flex-wrap: wrap !important;
}

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

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

.flex-fill {
  flex: 1 1 auto !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;
}

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

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

@media (min-width: 576px) {
  .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-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !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;
  }
  .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;
  }
  .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;
  }
}
@media (min-width: 768px) {
  .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-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !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;
  }
  .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;
  }
  .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;
  }
}
@media (min-width: 992px) {
  .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-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !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;
  }
  .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;
  }
  .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;
  }
}
@media (min-width: 1200px) {
  .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-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !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;
  }
  .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;
  }
  .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;
  }
}
@media (min-width: 1400px) {
  .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-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !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;
  }
  .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;
  }
  .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;
  }
}
@media (min-width: 1900px) {
  .flex-custom-xl-row {
    flex-direction: row !important;
  }
  .flex-custom-xl-column {
    flex-direction: column !important;
  }
  .flex-custom-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-custom-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-custom-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-custom-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-custom-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-custom-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-custom-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-custom-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-custom-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-custom-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-custom-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-custom-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-custom-xl-center {
    justify-content: center !important;
  }
  .justify-content-custom-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-custom-xl-around {
    justify-content: space-around !important;
  }
  .align-items-custom-xl-start {
    align-items: flex-start !important;
  }
  .align-items-custom-xl-end {
    align-items: flex-end !important;
  }
  .align-items-custom-xl-center {
    align-items: center !important;
  }
  .align-items-custom-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-custom-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-custom-xl-start {
    align-content: flex-start !important;
  }
  .align-content-custom-xl-end {
    align-content: flex-end !important;
  }
  .align-content-custom-xl-center {
    align-content: center !important;
  }
  .align-content-custom-xl-between {
    align-content: space-between !important;
  }
  .align-content-custom-xl-around {
    align-content: space-around !important;
  }
  .align-content-custom-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-custom-xl-auto {
    align-self: auto !important;
  }
  .align-self-custom-xl-start {
    align-self: flex-start !important;
  }
  .align-self-custom-xl-end {
    align-self: flex-end !important;
  }
  .align-self-custom-xl-center {
    align-self: center !important;
  }
  .align-self-custom-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-custom-xl-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1980px) {
  .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-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xxxl-fill {
    flex: 1 1 auto !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;
  }
  .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;
  }
  .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;
  }
}
.float-left, .float-xs-left {
  float: left !important;
}

.float-right, .float-xs-right {
  float: right !important;
}

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

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
@media (min-width: 1400px) {
  .float-xxl-left {
    float: left !important;
  }
  .float-xxl-right {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
}
@media (min-width: 1900px) {
  .float-custom-xl-left {
    float: left !important;
  }
  .float-custom-xl-right {
    float: right !important;
  }
  .float-custom-xl-none {
    float: none !important;
  }
}
@media (min-width: 1980px) {
  .float-xxxl-left {
    float: left !important;
  }
  .float-xxxl-right {
    float: right !important;
  }
  .float-xxxl-none {
    float: none !important;
  }
}
.user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
          user-select: all !important;
}

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

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

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

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

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

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

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

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-1 {
  margin: 2.5px !important;
}

.mt-1,
.my-1 {
  margin-top: 2.5px !important;
}

.mr-1,
.mx-1 {
  margin-right: 2.5px !important;
}

.mb-1,
.my-1 {
  margin-bottom: 2.5px !important;
}

.ml-1,
.mx-1 {
  margin-left: 2.5px !important;
}

.m-2 {
  margin: 5px !important;
}

.mt-2,
.my-2 {
  margin-top: 5px !important;
}

.mr-2,
.mx-2 {
  margin-right: 5px !important;
}

.mb-2,
.my-2 {
  margin-bottom: 5px !important;
}

.ml-2,
.mx-2 {
  margin-left: 5px !important;
}

.m-3 {
  margin: 10px !important;
}

.mt-3,
.my-3 {
  margin-top: 10px !important;
}

.mr-3,
.mx-3 {
  margin-right: 10px !important;
}

.mb-3,
.my-3 {
  margin-bottom: 10px !important;
}

.ml-3,
.mx-3 {
  margin-left: 10px !important;
}

.m-4 {
  margin: 15px !important;
}

.mt-4,
.my-4 {
  margin-top: 15px !important;
}

.mr-4,
.mx-4 {
  margin-right: 15px !important;
}

.mb-4,
.my-4 {
  margin-bottom: 15px !important;
}

.ml-4,
.mx-4 {
  margin-left: 15px !important;
}

.m-5 {
  margin: 30px !important;
}

.mt-5,
.my-5 {
  margin-top: 30px !important;
}

.mr-5,
.mx-5 {
  margin-right: 30px !important;
}

.mb-5,
.my-5 {
  margin-bottom: 30px !important;
}

.ml-5,
.mx-5 {
  margin-left: 30px !important;
}

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

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

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

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

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

.p-1 {
  padding: 2.5px !important;
}

.pt-1,
.py-1 {
  padding-top: 2.5px !important;
}

.pr-1,
.px-1 {
  padding-right: 2.5px !important;
}

.pb-1,
.py-1 {
  padding-bottom: 2.5px !important;
}

.pl-1,
.px-1 {
  padding-left: 2.5px !important;
}

.p-2 {
  padding: 5px !important;
}

.pt-2,
.py-2 {
  padding-top: 5px !important;
}

.pr-2,
.px-2 {
  padding-right: 5px !important;
}

.pb-2,
.py-2 {
  padding-bottom: 5px !important;
}

.pl-2,
.px-2 {
  padding-left: 5px !important;
}

.p-3 {
  padding: 10px !important;
}

.pt-3,
.py-3 {
  padding-top: 10px !important;
}

.pr-3,
.px-3 {
  padding-right: 10px !important;
}

.pb-3,
.py-3 {
  padding-bottom: 10px !important;
}

.pl-3,
.px-3 {
  padding-left: 10px !important;
}

.p-4 {
  padding: 15px !important;
}

.pt-4,
.py-4 {
  padding-top: 15px !important;
}

.pr-4,
.px-4 {
  padding-right: 15px !important;
}

.pb-4,
.py-4 {
  padding-bottom: 15px !important;
}

.pl-4,
.px-4 {
  padding-left: 15px !important;
}

.p-5 {
  padding: 30px !important;
}

.pt-5,
.py-5 {
  padding-top: 30px !important;
}

.pr-5,
.px-5 {
  padding-right: 30px !important;
}

.pb-5,
.py-5 {
  padding-bottom: 30px !important;
}

.pl-5,
.px-5 {
  padding-left: 30px !important;
}

.m-n1 {
  margin: -2.5px !important;
}

.mt-n1,
.my-n1 {
  margin-top: -2.5px !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -2.5px !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -2.5px !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -2.5px !important;
}

.m-n2 {
  margin: -5px !important;
}

.mt-n2,
.my-n2 {
  margin-top: -5px !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -5px !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -5px !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -5px !important;
}

.m-n3 {
  margin: -10px !important;
}

.mt-n3,
.my-n3 {
  margin-top: -10px !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -10px !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -10px !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -10px !important;
}

.m-n4 {
  margin: -15px !important;
}

.mt-n4,
.my-n4 {
  margin-top: -15px !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -15px !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -15px !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -15px !important;
}

.m-n5 {
  margin: -30px !important;
}

.mt-n5,
.my-n5 {
  margin-top: -30px !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -30px !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -30px !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -30px !important;
}

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

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

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

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

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

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 2.5px !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 2.5px !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 2.5px !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 2.5px !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 2.5px !important;
  }
  .m-sm-2 {
    margin: 5px !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 5px !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 5px !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 5px !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 5px !important;
  }
  .m-sm-3 {
    margin: 10px !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 10px !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 10px !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 10px !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 10px !important;
  }
  .m-sm-4 {
    margin: 15px !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 15px !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 15px !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 15px !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 15px !important;
  }
  .m-sm-5 {
    margin: 30px !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 30px !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 30px !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 30px !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 30px !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 2.5px !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 2.5px !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 2.5px !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 2.5px !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 2.5px !important;
  }
  .p-sm-2 {
    padding: 5px !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 5px !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 5px !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 5px !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 5px !important;
  }
  .p-sm-3 {
    padding: 10px !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 10px !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 10px !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 10px !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 10px !important;
  }
  .p-sm-4 {
    padding: 15px !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 15px !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 15px !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 15px !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 15px !important;
  }
  .p-sm-5 {
    padding: 30px !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 30px !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 30px !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 30px !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 30px !important;
  }
  .m-sm-n1 {
    margin: -2.5px !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -2.5px !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -2.5px !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -2.5px !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -2.5px !important;
  }
  .m-sm-n2 {
    margin: -5px !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -5px !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -5px !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -5px !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -5px !important;
  }
  .m-sm-n3 {
    margin: -10px !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -10px !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -10px !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -10px !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -10px !important;
  }
  .m-sm-n4 {
    margin: -15px !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -15px !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -15px !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -15px !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -15px !important;
  }
  .m-sm-n5 {
    margin: -30px !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -30px !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -30px !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -30px !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -30px !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 2.5px !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 2.5px !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 2.5px !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 2.5px !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 2.5px !important;
  }
  .m-md-2 {
    margin: 5px !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 5px !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 5px !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 5px !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 5px !important;
  }
  .m-md-3 {
    margin: 10px !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 10px !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 10px !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 10px !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 10px !important;
  }
  .m-md-4 {
    margin: 15px !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 15px !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 15px !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 15px !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 15px !important;
  }
  .m-md-5 {
    margin: 30px !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 30px !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 30px !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 30px !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 30px !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 2.5px !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 2.5px !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 2.5px !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 2.5px !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 2.5px !important;
  }
  .p-md-2 {
    padding: 5px !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 5px !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 5px !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 5px !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 5px !important;
  }
  .p-md-3 {
    padding: 10px !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 10px !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 10px !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 10px !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 10px !important;
  }
  .p-md-4 {
    padding: 15px !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 15px !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 15px !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 15px !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 15px !important;
  }
  .p-md-5 {
    padding: 30px !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 30px !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 30px !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 30px !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 30px !important;
  }
  .m-md-n1 {
    margin: -2.5px !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -2.5px !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -2.5px !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -2.5px !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -2.5px !important;
  }
  .m-md-n2 {
    margin: -5px !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -5px !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -5px !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -5px !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -5px !important;
  }
  .m-md-n3 {
    margin: -10px !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -10px !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -10px !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -10px !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -10px !important;
  }
  .m-md-n4 {
    margin: -15px !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -15px !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -15px !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -15px !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -15px !important;
  }
  .m-md-n5 {
    margin: -30px !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -30px !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -30px !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -30px !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -30px !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 2.5px !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 2.5px !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 2.5px !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 2.5px !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 2.5px !important;
  }
  .m-lg-2 {
    margin: 5px !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 5px !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 5px !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 5px !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 5px !important;
  }
  .m-lg-3 {
    margin: 10px !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 10px !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 10px !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 10px !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 10px !important;
  }
  .m-lg-4 {
    margin: 15px !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 15px !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 15px !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 15px !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 15px !important;
  }
  .m-lg-5 {
    margin: 30px !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 30px !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 30px !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 30px !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 30px !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 2.5px !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 2.5px !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 2.5px !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 2.5px !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 2.5px !important;
  }
  .p-lg-2 {
    padding: 5px !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 5px !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 5px !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 5px !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 5px !important;
  }
  .p-lg-3 {
    padding: 10px !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 10px !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 10px !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 10px !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 10px !important;
  }
  .p-lg-4 {
    padding: 15px !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 15px !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 15px !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 15px !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 15px !important;
  }
  .p-lg-5 {
    padding: 30px !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 30px !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 30px !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 30px !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 30px !important;
  }
  .m-lg-n1 {
    margin: -2.5px !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -2.5px !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -2.5px !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -2.5px !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -2.5px !important;
  }
  .m-lg-n2 {
    margin: -5px !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -5px !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -5px !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -5px !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -5px !important;
  }
  .m-lg-n3 {
    margin: -10px !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -10px !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -10px !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -10px !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -10px !important;
  }
  .m-lg-n4 {
    margin: -15px !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -15px !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -15px !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -15px !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -15px !important;
  }
  .m-lg-n5 {
    margin: -30px !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -30px !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -30px !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -30px !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -30px !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 2.5px !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 2.5px !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 2.5px !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 2.5px !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 2.5px !important;
  }
  .m-xl-2 {
    margin: 5px !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 5px !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 5px !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 5px !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 5px !important;
  }
  .m-xl-3 {
    margin: 10px !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 10px !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 10px !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 10px !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 10px !important;
  }
  .m-xl-4 {
    margin: 15px !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 15px !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 15px !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 15px !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 15px !important;
  }
  .m-xl-5 {
    margin: 30px !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 30px !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 30px !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 30px !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 30px !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 2.5px !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 2.5px !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 2.5px !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 2.5px !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 2.5px !important;
  }
  .p-xl-2 {
    padding: 5px !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 5px !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 5px !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 5px !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 5px !important;
  }
  .p-xl-3 {
    padding: 10px !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 10px !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 10px !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 10px !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 10px !important;
  }
  .p-xl-4 {
    padding: 15px !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 15px !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 15px !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 15px !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 15px !important;
  }
  .p-xl-5 {
    padding: 30px !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 30px !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 30px !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 30px !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 30px !important;
  }
  .m-xl-n1 {
    margin: -2.5px !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -2.5px !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -2.5px !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -2.5px !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -2.5px !important;
  }
  .m-xl-n2 {
    margin: -5px !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -5px !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -5px !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -5px !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -5px !important;
  }
  .m-xl-n3 {
    margin: -10px !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -10px !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -10px !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -10px !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -10px !important;
  }
  .m-xl-n4 {
    margin: -15px !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -15px !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -15px !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -15px !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -15px !important;
  }
  .m-xl-n5 {
    margin: -30px !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -30px !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -30px !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -30px !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -30px !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1400px) {
  .m-xxl-0 {
    margin: 0 !important;
  }
  .mt-xxl-0,
  .my-xxl-0 {
    margin-top: 0 !important;
  }
  .mr-xxl-0,
  .mx-xxl-0 {
    margin-right: 0 !important;
  }
  .mb-xxl-0,
  .my-xxl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xxl-0,
  .mx-xxl-0 {
    margin-left: 0 !important;
  }
  .m-xxl-1 {
    margin: 2.5px !important;
  }
  .mt-xxl-1,
  .my-xxl-1 {
    margin-top: 2.5px !important;
  }
  .mr-xxl-1,
  .mx-xxl-1 {
    margin-right: 2.5px !important;
  }
  .mb-xxl-1,
  .my-xxl-1 {
    margin-bottom: 2.5px !important;
  }
  .ml-xxl-1,
  .mx-xxl-1 {
    margin-left: 2.5px !important;
  }
  .m-xxl-2 {
    margin: 5px !important;
  }
  .mt-xxl-2,
  .my-xxl-2 {
    margin-top: 5px !important;
  }
  .mr-xxl-2,
  .mx-xxl-2 {
    margin-right: 5px !important;
  }
  .mb-xxl-2,
  .my-xxl-2 {
    margin-bottom: 5px !important;
  }
  .ml-xxl-2,
  .mx-xxl-2 {
    margin-left: 5px !important;
  }
  .m-xxl-3 {
    margin: 10px !important;
  }
  .mt-xxl-3,
  .my-xxl-3 {
    margin-top: 10px !important;
  }
  .mr-xxl-3,
  .mx-xxl-3 {
    margin-right: 10px !important;
  }
  .mb-xxl-3,
  .my-xxl-3 {
    margin-bottom: 10px !important;
  }
  .ml-xxl-3,
  .mx-xxl-3 {
    margin-left: 10px !important;
  }
  .m-xxl-4 {
    margin: 15px !important;
  }
  .mt-xxl-4,
  .my-xxl-4 {
    margin-top: 15px !important;
  }
  .mr-xxl-4,
  .mx-xxl-4 {
    margin-right: 15px !important;
  }
  .mb-xxl-4,
  .my-xxl-4 {
    margin-bottom: 15px !important;
  }
  .ml-xxl-4,
  .mx-xxl-4 {
    margin-left: 15px !important;
  }
  .m-xxl-5 {
    margin: 30px !important;
  }
  .mt-xxl-5,
  .my-xxl-5 {
    margin-top: 30px !important;
  }
  .mr-xxl-5,
  .mx-xxl-5 {
    margin-right: 30px !important;
  }
  .mb-xxl-5,
  .my-xxl-5 {
    margin-bottom: 30px !important;
  }
  .ml-xxl-5,
  .mx-xxl-5 {
    margin-left: 30px !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .pt-xxl-0,
  .py-xxl-0 {
    padding-top: 0 !important;
  }
  .pr-xxl-0,
  .px-xxl-0 {
    padding-right: 0 !important;
  }
  .pb-xxl-0,
  .py-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xxl-0,
  .px-xxl-0 {
    padding-left: 0 !important;
  }
  .p-xxl-1 {
    padding: 2.5px !important;
  }
  .pt-xxl-1,
  .py-xxl-1 {
    padding-top: 2.5px !important;
  }
  .pr-xxl-1,
  .px-xxl-1 {
    padding-right: 2.5px !important;
  }
  .pb-xxl-1,
  .py-xxl-1 {
    padding-bottom: 2.5px !important;
  }
  .pl-xxl-1,
  .px-xxl-1 {
    padding-left: 2.5px !important;
  }
  .p-xxl-2 {
    padding: 5px !important;
  }
  .pt-xxl-2,
  .py-xxl-2 {
    padding-top: 5px !important;
  }
  .pr-xxl-2,
  .px-xxl-2 {
    padding-right: 5px !important;
  }
  .pb-xxl-2,
  .py-xxl-2 {
    padding-bottom: 5px !important;
  }
  .pl-xxl-2,
  .px-xxl-2 {
    padding-left: 5px !important;
  }
  .p-xxl-3 {
    padding: 10px !important;
  }
  .pt-xxl-3,
  .py-xxl-3 {
    padding-top: 10px !important;
  }
  .pr-xxl-3,
  .px-xxl-3 {
    padding-right: 10px !important;
  }
  .pb-xxl-3,
  .py-xxl-3 {
    padding-bottom: 10px !important;
  }
  .pl-xxl-3,
  .px-xxl-3 {
    padding-left: 10px !important;
  }
  .p-xxl-4 {
    padding: 15px !important;
  }
  .pt-xxl-4,
  .py-xxl-4 {
    padding-top: 15px !important;
  }
  .pr-xxl-4,
  .px-xxl-4 {
    padding-right: 15px !important;
  }
  .pb-xxl-4,
  .py-xxl-4 {
    padding-bottom: 15px !important;
  }
  .pl-xxl-4,
  .px-xxl-4 {
    padding-left: 15px !important;
  }
  .p-xxl-5 {
    padding: 30px !important;
  }
  .pt-xxl-5,
  .py-xxl-5 {
    padding-top: 30px !important;
  }
  .pr-xxl-5,
  .px-xxl-5 {
    padding-right: 30px !important;
  }
  .pb-xxl-5,
  .py-xxl-5 {
    padding-bottom: 30px !important;
  }
  .pl-xxl-5,
  .px-xxl-5 {
    padding-left: 30px !important;
  }
  .m-xxl-n1 {
    margin: -2.5px !important;
  }
  .mt-xxl-n1,
  .my-xxl-n1 {
    margin-top: -2.5px !important;
  }
  .mr-xxl-n1,
  .mx-xxl-n1 {
    margin-right: -2.5px !important;
  }
  .mb-xxl-n1,
  .my-xxl-n1 {
    margin-bottom: -2.5px !important;
  }
  .ml-xxl-n1,
  .mx-xxl-n1 {
    margin-left: -2.5px !important;
  }
  .m-xxl-n2 {
    margin: -5px !important;
  }
  .mt-xxl-n2,
  .my-xxl-n2 {
    margin-top: -5px !important;
  }
  .mr-xxl-n2,
  .mx-xxl-n2 {
    margin-right: -5px !important;
  }
  .mb-xxl-n2,
  .my-xxl-n2 {
    margin-bottom: -5px !important;
  }
  .ml-xxl-n2,
  .mx-xxl-n2 {
    margin-left: -5px !important;
  }
  .m-xxl-n3 {
    margin: -10px !important;
  }
  .mt-xxl-n3,
  .my-xxl-n3 {
    margin-top: -10px !important;
  }
  .mr-xxl-n3,
  .mx-xxl-n3 {
    margin-right: -10px !important;
  }
  .mb-xxl-n3,
  .my-xxl-n3 {
    margin-bottom: -10px !important;
  }
  .ml-xxl-n3,
  .mx-xxl-n3 {
    margin-left: -10px !important;
  }
  .m-xxl-n4 {
    margin: -15px !important;
  }
  .mt-xxl-n4,
  .my-xxl-n4 {
    margin-top: -15px !important;
  }
  .mr-xxl-n4,
  .mx-xxl-n4 {
    margin-right: -15px !important;
  }
  .mb-xxl-n4,
  .my-xxl-n4 {
    margin-bottom: -15px !important;
  }
  .ml-xxl-n4,
  .mx-xxl-n4 {
    margin-left: -15px !important;
  }
  .m-xxl-n5 {
    margin: -30px !important;
  }
  .mt-xxl-n5,
  .my-xxl-n5 {
    margin-top: -30px !important;
  }
  .mr-xxl-n5,
  .mx-xxl-n5 {
    margin-right: -30px !important;
  }
  .mb-xxl-n5,
  .my-xxl-n5 {
    margin-bottom: -30px !important;
  }
  .ml-xxl-n5,
  .mx-xxl-n5 {
    margin-left: -30px !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mt-xxl-auto,
  .my-xxl-auto {
    margin-top: auto !important;
  }
  .mr-xxl-auto,
  .mx-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-auto,
  .my-xxl-auto {
    margin-bottom: auto !important;
  }
  .ml-xxl-auto,
  .mx-xxl-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1900px) {
  .m-custom-xl-0 {
    margin: 0 !important;
  }
  .mt-custom-xl-0,
  .my-custom-xl-0 {
    margin-top: 0 !important;
  }
  .mr-custom-xl-0,
  .mx-custom-xl-0 {
    margin-right: 0 !important;
  }
  .mb-custom-xl-0,
  .my-custom-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-custom-xl-0,
  .mx-custom-xl-0 {
    margin-left: 0 !important;
  }
  .m-custom-xl-1 {
    margin: 2.5px !important;
  }
  .mt-custom-xl-1,
  .my-custom-xl-1 {
    margin-top: 2.5px !important;
  }
  .mr-custom-xl-1,
  .mx-custom-xl-1 {
    margin-right: 2.5px !important;
  }
  .mb-custom-xl-1,
  .my-custom-xl-1 {
    margin-bottom: 2.5px !important;
  }
  .ml-custom-xl-1,
  .mx-custom-xl-1 {
    margin-left: 2.5px !important;
  }
  .m-custom-xl-2 {
    margin: 5px !important;
  }
  .mt-custom-xl-2,
  .my-custom-xl-2 {
    margin-top: 5px !important;
  }
  .mr-custom-xl-2,
  .mx-custom-xl-2 {
    margin-right: 5px !important;
  }
  .mb-custom-xl-2,
  .my-custom-xl-2 {
    margin-bottom: 5px !important;
  }
  .ml-custom-xl-2,
  .mx-custom-xl-2 {
    margin-left: 5px !important;
  }
  .m-custom-xl-3 {
    margin: 10px !important;
  }
  .mt-custom-xl-3,
  .my-custom-xl-3 {
    margin-top: 10px !important;
  }
  .mr-custom-xl-3,
  .mx-custom-xl-3 {
    margin-right: 10px !important;
  }
  .mb-custom-xl-3,
  .my-custom-xl-3 {
    margin-bottom: 10px !important;
  }
  .ml-custom-xl-3,
  .mx-custom-xl-3 {
    margin-left: 10px !important;
  }
  .m-custom-xl-4 {
    margin: 15px !important;
  }
  .mt-custom-xl-4,
  .my-custom-xl-4 {
    margin-top: 15px !important;
  }
  .mr-custom-xl-4,
  .mx-custom-xl-4 {
    margin-right: 15px !important;
  }
  .mb-custom-xl-4,
  .my-custom-xl-4 {
    margin-bottom: 15px !important;
  }
  .ml-custom-xl-4,
  .mx-custom-xl-4 {
    margin-left: 15px !important;
  }
  .m-custom-xl-5 {
    margin: 30px !important;
  }
  .mt-custom-xl-5,
  .my-custom-xl-5 {
    margin-top: 30px !important;
  }
  .mr-custom-xl-5,
  .mx-custom-xl-5 {
    margin-right: 30px !important;
  }
  .mb-custom-xl-5,
  .my-custom-xl-5 {
    margin-bottom: 30px !important;
  }
  .ml-custom-xl-5,
  .mx-custom-xl-5 {
    margin-left: 30px !important;
  }
  .p-custom-xl-0 {
    padding: 0 !important;
  }
  .pt-custom-xl-0,
  .py-custom-xl-0 {
    padding-top: 0 !important;
  }
  .pr-custom-xl-0,
  .px-custom-xl-0 {
    padding-right: 0 !important;
  }
  .pb-custom-xl-0,
  .py-custom-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-custom-xl-0,
  .px-custom-xl-0 {
    padding-left: 0 !important;
  }
  .p-custom-xl-1 {
    padding: 2.5px !important;
  }
  .pt-custom-xl-1,
  .py-custom-xl-1 {
    padding-top: 2.5px !important;
  }
  .pr-custom-xl-1,
  .px-custom-xl-1 {
    padding-right: 2.5px !important;
  }
  .pb-custom-xl-1,
  .py-custom-xl-1 {
    padding-bottom: 2.5px !important;
  }
  .pl-custom-xl-1,
  .px-custom-xl-1 {
    padding-left: 2.5px !important;
  }
  .p-custom-xl-2 {
    padding: 5px !important;
  }
  .pt-custom-xl-2,
  .py-custom-xl-2 {
    padding-top: 5px !important;
  }
  .pr-custom-xl-2,
  .px-custom-xl-2 {
    padding-right: 5px !important;
  }
  .pb-custom-xl-2,
  .py-custom-xl-2 {
    padding-bottom: 5px !important;
  }
  .pl-custom-xl-2,
  .px-custom-xl-2 {
    padding-left: 5px !important;
  }
  .p-custom-xl-3 {
    padding: 10px !important;
  }
  .pt-custom-xl-3,
  .py-custom-xl-3 {
    padding-top: 10px !important;
  }
  .pr-custom-xl-3,
  .px-custom-xl-3 {
    padding-right: 10px !important;
  }
  .pb-custom-xl-3,
  .py-custom-xl-3 {
    padding-bottom: 10px !important;
  }
  .pl-custom-xl-3,
  .px-custom-xl-3 {
    padding-left: 10px !important;
  }
  .p-custom-xl-4 {
    padding: 15px !important;
  }
  .pt-custom-xl-4,
  .py-custom-xl-4 {
    padding-top: 15px !important;
  }
  .pr-custom-xl-4,
  .px-custom-xl-4 {
    padding-right: 15px !important;
  }
  .pb-custom-xl-4,
  .py-custom-xl-4 {
    padding-bottom: 15px !important;
  }
  .pl-custom-xl-4,
  .px-custom-xl-4 {
    padding-left: 15px !important;
  }
  .p-custom-xl-5 {
    padding: 30px !important;
  }
  .pt-custom-xl-5,
  .py-custom-xl-5 {
    padding-top: 30px !important;
  }
  .pr-custom-xl-5,
  .px-custom-xl-5 {
    padding-right: 30px !important;
  }
  .pb-custom-xl-5,
  .py-custom-xl-5 {
    padding-bottom: 30px !important;
  }
  .pl-custom-xl-5,
  .px-custom-xl-5 {
    padding-left: 30px !important;
  }
  .m-custom-xl-n1 {
    margin: -2.5px !important;
  }
  .mt-custom-xl-n1,
  .my-custom-xl-n1 {
    margin-top: -2.5px !important;
  }
  .mr-custom-xl-n1,
  .mx-custom-xl-n1 {
    margin-right: -2.5px !important;
  }
  .mb-custom-xl-n1,
  .my-custom-xl-n1 {
    margin-bottom: -2.5px !important;
  }
  .ml-custom-xl-n1,
  .mx-custom-xl-n1 {
    margin-left: -2.5px !important;
  }
  .m-custom-xl-n2 {
    margin: -5px !important;
  }
  .mt-custom-xl-n2,
  .my-custom-xl-n2 {
    margin-top: -5px !important;
  }
  .mr-custom-xl-n2,
  .mx-custom-xl-n2 {
    margin-right: -5px !important;
  }
  .mb-custom-xl-n2,
  .my-custom-xl-n2 {
    margin-bottom: -5px !important;
  }
  .ml-custom-xl-n2,
  .mx-custom-xl-n2 {
    margin-left: -5px !important;
  }
  .m-custom-xl-n3 {
    margin: -10px !important;
  }
  .mt-custom-xl-n3,
  .my-custom-xl-n3 {
    margin-top: -10px !important;
  }
  .mr-custom-xl-n3,
  .mx-custom-xl-n3 {
    margin-right: -10px !important;
  }
  .mb-custom-xl-n3,
  .my-custom-xl-n3 {
    margin-bottom: -10px !important;
  }
  .ml-custom-xl-n3,
  .mx-custom-xl-n3 {
    margin-left: -10px !important;
  }
  .m-custom-xl-n4 {
    margin: -15px !important;
  }
  .mt-custom-xl-n4,
  .my-custom-xl-n4 {
    margin-top: -15px !important;
  }
  .mr-custom-xl-n4,
  .mx-custom-xl-n4 {
    margin-right: -15px !important;
  }
  .mb-custom-xl-n4,
  .my-custom-xl-n4 {
    margin-bottom: -15px !important;
  }
  .ml-custom-xl-n4,
  .mx-custom-xl-n4 {
    margin-left: -15px !important;
  }
  .m-custom-xl-n5 {
    margin: -30px !important;
  }
  .mt-custom-xl-n5,
  .my-custom-xl-n5 {
    margin-top: -30px !important;
  }
  .mr-custom-xl-n5,
  .mx-custom-xl-n5 {
    margin-right: -30px !important;
  }
  .mb-custom-xl-n5,
  .my-custom-xl-n5 {
    margin-bottom: -30px !important;
  }
  .ml-custom-xl-n5,
  .mx-custom-xl-n5 {
    margin-left: -30px !important;
  }
  .m-custom-xl-auto {
    margin: auto !important;
  }
  .mt-custom-xl-auto,
  .my-custom-xl-auto {
    margin-top: auto !important;
  }
  .mr-custom-xl-auto,
  .mx-custom-xl-auto {
    margin-right: auto !important;
  }
  .mb-custom-xl-auto,
  .my-custom-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-custom-xl-auto,
  .mx-custom-xl-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1980px) {
  .m-xxxl-0 {
    margin: 0 !important;
  }
  .mt-xxxl-0,
  .my-xxxl-0 {
    margin-top: 0 !important;
  }
  .mr-xxxl-0,
  .mx-xxxl-0 {
    margin-right: 0 !important;
  }
  .mb-xxxl-0,
  .my-xxxl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xxxl-0,
  .mx-xxxl-0 {
    margin-left: 0 !important;
  }
  .m-xxxl-1 {
    margin: 2.5px !important;
  }
  .mt-xxxl-1,
  .my-xxxl-1 {
    margin-top: 2.5px !important;
  }
  .mr-xxxl-1,
  .mx-xxxl-1 {
    margin-right: 2.5px !important;
  }
  .mb-xxxl-1,
  .my-xxxl-1 {
    margin-bottom: 2.5px !important;
  }
  .ml-xxxl-1,
  .mx-xxxl-1 {
    margin-left: 2.5px !important;
  }
  .m-xxxl-2 {
    margin: 5px !important;
  }
  .mt-xxxl-2,
  .my-xxxl-2 {
    margin-top: 5px !important;
  }
  .mr-xxxl-2,
  .mx-xxxl-2 {
    margin-right: 5px !important;
  }
  .mb-xxxl-2,
  .my-xxxl-2 {
    margin-bottom: 5px !important;
  }
  .ml-xxxl-2,
  .mx-xxxl-2 {
    margin-left: 5px !important;
  }
  .m-xxxl-3 {
    margin: 10px !important;
  }
  .mt-xxxl-3,
  .my-xxxl-3 {
    margin-top: 10px !important;
  }
  .mr-xxxl-3,
  .mx-xxxl-3 {
    margin-right: 10px !important;
  }
  .mb-xxxl-3,
  .my-xxxl-3 {
    margin-bottom: 10px !important;
  }
  .ml-xxxl-3,
  .mx-xxxl-3 {
    margin-left: 10px !important;
  }
  .m-xxxl-4 {
    margin: 15px !important;
  }
  .mt-xxxl-4,
  .my-xxxl-4 {
    margin-top: 15px !important;
  }
  .mr-xxxl-4,
  .mx-xxxl-4 {
    margin-right: 15px !important;
  }
  .mb-xxxl-4,
  .my-xxxl-4 {
    margin-bottom: 15px !important;
  }
  .ml-xxxl-4,
  .mx-xxxl-4 {
    margin-left: 15px !important;
  }
  .m-xxxl-5 {
    margin: 30px !important;
  }
  .mt-xxxl-5,
  .my-xxxl-5 {
    margin-top: 30px !important;
  }
  .mr-xxxl-5,
  .mx-xxxl-5 {
    margin-right: 30px !important;
  }
  .mb-xxxl-5,
  .my-xxxl-5 {
    margin-bottom: 30px !important;
  }
  .ml-xxxl-5,
  .mx-xxxl-5 {
    margin-left: 30px !important;
  }
  .p-xxxl-0 {
    padding: 0 !important;
  }
  .pt-xxxl-0,
  .py-xxxl-0 {
    padding-top: 0 !important;
  }
  .pr-xxxl-0,
  .px-xxxl-0 {
    padding-right: 0 !important;
  }
  .pb-xxxl-0,
  .py-xxxl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xxxl-0,
  .px-xxxl-0 {
    padding-left: 0 !important;
  }
  .p-xxxl-1 {
    padding: 2.5px !important;
  }
  .pt-xxxl-1,
  .py-xxxl-1 {
    padding-top: 2.5px !important;
  }
  .pr-xxxl-1,
  .px-xxxl-1 {
    padding-right: 2.5px !important;
  }
  .pb-xxxl-1,
  .py-xxxl-1 {
    padding-bottom: 2.5px !important;
  }
  .pl-xxxl-1,
  .px-xxxl-1 {
    padding-left: 2.5px !important;
  }
  .p-xxxl-2 {
    padding: 5px !important;
  }
  .pt-xxxl-2,
  .py-xxxl-2 {
    padding-top: 5px !important;
  }
  .pr-xxxl-2,
  .px-xxxl-2 {
    padding-right: 5px !important;
  }
  .pb-xxxl-2,
  .py-xxxl-2 {
    padding-bottom: 5px !important;
  }
  .pl-xxxl-2,
  .px-xxxl-2 {
    padding-left: 5px !important;
  }
  .p-xxxl-3 {
    padding: 10px !important;
  }
  .pt-xxxl-3,
  .py-xxxl-3 {
    padding-top: 10px !important;
  }
  .pr-xxxl-3,
  .px-xxxl-3 {
    padding-right: 10px !important;
  }
  .pb-xxxl-3,
  .py-xxxl-3 {
    padding-bottom: 10px !important;
  }
  .pl-xxxl-3,
  .px-xxxl-3 {
    padding-left: 10px !important;
  }
  .p-xxxl-4 {
    padding: 15px !important;
  }
  .pt-xxxl-4,
  .py-xxxl-4 {
    padding-top: 15px !important;
  }
  .pr-xxxl-4,
  .px-xxxl-4 {
    padding-right: 15px !important;
  }
  .pb-xxxl-4,
  .py-xxxl-4 {
    padding-bottom: 15px !important;
  }
  .pl-xxxl-4,
  .px-xxxl-4 {
    padding-left: 15px !important;
  }
  .p-xxxl-5 {
    padding: 30px !important;
  }
  .pt-xxxl-5,
  .py-xxxl-5 {
    padding-top: 30px !important;
  }
  .pr-xxxl-5,
  .px-xxxl-5 {
    padding-right: 30px !important;
  }
  .pb-xxxl-5,
  .py-xxxl-5 {
    padding-bottom: 30px !important;
  }
  .pl-xxxl-5,
  .px-xxxl-5 {
    padding-left: 30px !important;
  }
  .m-xxxl-n1 {
    margin: -2.5px !important;
  }
  .mt-xxxl-n1,
  .my-xxxl-n1 {
    margin-top: -2.5px !important;
  }
  .mr-xxxl-n1,
  .mx-xxxl-n1 {
    margin-right: -2.5px !important;
  }
  .mb-xxxl-n1,
  .my-xxxl-n1 {
    margin-bottom: -2.5px !important;
  }
  .ml-xxxl-n1,
  .mx-xxxl-n1 {
    margin-left: -2.5px !important;
  }
  .m-xxxl-n2 {
    margin: -5px !important;
  }
  .mt-xxxl-n2,
  .my-xxxl-n2 {
    margin-top: -5px !important;
  }
  .mr-xxxl-n2,
  .mx-xxxl-n2 {
    margin-right: -5px !important;
  }
  .mb-xxxl-n2,
  .my-xxxl-n2 {
    margin-bottom: -5px !important;
  }
  .ml-xxxl-n2,
  .mx-xxxl-n2 {
    margin-left: -5px !important;
  }
  .m-xxxl-n3 {
    margin: -10px !important;
  }
  .mt-xxxl-n3,
  .my-xxxl-n3 {
    margin-top: -10px !important;
  }
  .mr-xxxl-n3,
  .mx-xxxl-n3 {
    margin-right: -10px !important;
  }
  .mb-xxxl-n3,
  .my-xxxl-n3 {
    margin-bottom: -10px !important;
  }
  .ml-xxxl-n3,
  .mx-xxxl-n3 {
    margin-left: -10px !important;
  }
  .m-xxxl-n4 {
    margin: -15px !important;
  }
  .mt-xxxl-n4,
  .my-xxxl-n4 {
    margin-top: -15px !important;
  }
  .mr-xxxl-n4,
  .mx-xxxl-n4 {
    margin-right: -15px !important;
  }
  .mb-xxxl-n4,
  .my-xxxl-n4 {
    margin-bottom: -15px !important;
  }
  .ml-xxxl-n4,
  .mx-xxxl-n4 {
    margin-left: -15px !important;
  }
  .m-xxxl-n5 {
    margin: -30px !important;
  }
  .mt-xxxl-n5,
  .my-xxxl-n5 {
    margin-top: -30px !important;
  }
  .mr-xxxl-n5,
  .mx-xxxl-n5 {
    margin-right: -30px !important;
  }
  .mb-xxxl-n5,
  .my-xxxl-n5 {
    margin-bottom: -30px !important;
  }
  .ml-xxxl-n5,
  .mx-xxxl-n5 {
    margin-left: -30px !important;
  }
  .m-xxxl-auto {
    margin: auto !important;
  }
  .mt-xxxl-auto,
  .my-xxxl-auto {
    margin-top: auto !important;
  }
  .mr-xxxl-auto,
  .mx-xxxl-auto {
    margin-right: auto !important;
  }
  .mb-xxxl-auto,
  .my-xxxl-auto {
    margin-bottom: auto !important;
  }
  .ml-xxxl-auto,
  .mx-xxxl-auto {
    margin-left: auto !important;
  }
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  .text-xxl-left {
    text-align: left !important;
  }
  .text-xxl-right {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1900px) {
  .text-custom-xl-left {
    text-align: left !important;
  }
  .text-custom-xl-right {
    text-align: right !important;
  }
  .text-custom-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1980px) {
  .text-xxxl-left {
    text-align: left !important;
  }
  .text-xxxl-right {
    text-align: right !important;
  }
  .text-xxxl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

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

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

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

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

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

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

.font-weight-bolder {
  font-weight: 800 !important;
}

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

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #7F6053 !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #513d35 !important;
}

.text-secondary {
  color: #999999 !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #737373 !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover, a.text-success:focus {
  color: #19692c !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important;
}

.text-warning {
  color: #ff9a52 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #ff6d06 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important;
}

.text-light {
  color: #ffffff !important;
}

a.text-light:hover, a.text-light:focus {
  color: #d9d9d9 !important;
}

.text-dark {
  color: #6f6f6f !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: #494949 !important;
}

.text-body {
  color: #000000 !important;
}

.text-muted {
  color: #999999 !important;
}

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

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

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

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

.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}

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

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #e7e7e7;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #e7e7e7;
  }
}
/**
 * Swiper 9.2.4
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: April 21, 2023
 */
@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") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

.swiper,
swiper-container {
  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-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide,
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-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-cube-shadow {
  transform-style: preserve-3d;
}
.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));
}

/* 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-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.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-container: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);
  }
}
.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

: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: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,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}
.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";
}

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

: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;
     -moz-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,
:host(.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;
  /*ADD_HOST*/
}
.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;
}

.cursor-pointer {
  /* stylelint-disable */
  cursor: pointer !important;
  /* stylelint-enable */
}

.font-reset {
  /* stylelint-disable */
  font-size: inherit !important;
  /* stylelint-enable */
}

.line-height-reset {
  /* stylelint-disable */
  line-height: inherit !important;
  /* stylelint-enable */
}

.font-sm {
  font-size: var(--font-size-2xl, 32px);
}

.font-lg {
  font-size: 1.125rem;
}
@media (max-width: 992px) {
  .font-lg {
    font-size: calc(0.825rem + 0.4838709677vw);
  }
}

.font-xs {
  font-size: 0.6875rem;
}

.font-base {
  font-size: 1rem;
}
@media (max-width: 992px) {
  .font-base {
    font-size: calc(0.8rem + 0.3225806452vw);
  }
}

.modal {
  display: none;
}

.dropdown-menu {
  display: none;
}

.toast {
  opacity: 0;
}

body,
html {
  height: 100%;
}

body {
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #343955;
  font-family: var(--font-family-body, "Plus Jakarta Sans");
}

a {
  color: #343955;
}

ul {
  padding-left: 0;
  list-style: none;
}

#login-form input.form-control,
#login-form textarea.form-control, .js-customer-form input.form-control,
.js-customer-form textarea.form-control, .contact-form input.form-control,
.contact-form textarea.form-control, .js-address-form input.form-control,
.js-address-form textarea.form-control, .order-message-form input.form-control,
.order-message-form textarea.form-control {
  border-radius: var(--Radius-round, 1000px);
  border: 1px solid var(--Border-brand-blue-400, #B3C6FF);
  background: var(--Surface-page, #FFF);
  padding: 12px;
}
#login-form input::-moz-placeholder, #login-form textarea::-moz-placeholder, .js-customer-form input::-moz-placeholder, .js-customer-form textarea::-moz-placeholder, .contact-form input::-moz-placeholder, .contact-form textarea::-moz-placeholder, .js-address-form input::-moz-placeholder, .js-address-form textarea::-moz-placeholder, .order-message-form input::-moz-placeholder, .order-message-form textarea::-moz-placeholder {
  color: #999999;
}
#login-form input::placeholder,
#login-form textarea::placeholder, .js-customer-form input::placeholder,
.js-customer-form textarea::placeholder, .contact-form input::placeholder,
.contact-form textarea::placeholder, .js-address-form input::placeholder,
.js-address-form textarea::placeholder, .order-message-form input::placeholder,
.order-message-form textarea::placeholder {
  color: #999999;
}
#login-form input:active::-moz-placeholder, #login-form textarea:active::-moz-placeholder, .js-customer-form input:active::-moz-placeholder, .js-customer-form textarea:active::-moz-placeholder, .contact-form input:active::-moz-placeholder, .contact-form textarea:active::-moz-placeholder, .js-address-form input:active::-moz-placeholder, .js-address-form textarea:active::-moz-placeholder, .order-message-form input:active::-moz-placeholder, .order-message-form textarea:active::-moz-placeholder {
  color: #000000;
}
#login-form input:active::placeholder,
#login-form textarea:active::placeholder, .js-customer-form input:active::placeholder,
.js-customer-form textarea:active::placeholder, .contact-form input:active::placeholder,
.contact-form textarea:active::placeholder, .js-address-form input:active::placeholder,
.js-address-form textarea:active::placeholder, .order-message-form input:active::placeholder,
.order-message-form textarea:active::placeholder {
  color: #000000;
}
#login-form textarea.form-control, .js-customer-form textarea.form-control, .contact-form textarea.form-control, .js-address-form textarea.form-control, .order-message-form textarea.form-control {
  border-radius: var(--Spacing-sm, 24px);
}

input[type=number] {
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
}
input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
          appearance: none;
}

@media (min-width: 1200px) {
  .block-cart-open {
    margin-right: 15px;
  }
}
.block-cart-open {
  overflow: hidden;
}

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

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

.c-text-body {
  color: var(--text-body, #4C4D5D);
}

.c-disabled {
  color: #858585;
}

.c-headline {
  color: #000000;
}

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

.c-body {
  color: #343955;
}

.c-white {
  color: #ffffff !important;
}
.c-white path {
  fill: #ffffff;
}
.c-white:hover path {
  fill: #4D3A33;
}

.c-error {
  color: #c43946;
}

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

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

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

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

.swiper-button-disabled {
  opacity: 0.2;
}

.title-with-svg {
  gap: 8px;
}
.title-with-svg svg {
  width: 48px;
  height: 48px;
}
@media (min-width: 1200px) {
  .title-with-svg svg {
    width: 96px;
    height: 96px;
  }
}
@media (min-width: 576px) {
  .title-with-svg {
    gap: 10px;
  }
}
@media (min-width: 768px) {
  .title-with-svg {
    gap: 24px;
  }
}
@media (min-width: 1400px) {
  .title-with-svg {
    gap: 32px;
  }
}

@font-face {
  font-family: "Unbounded";
  src: url(/themes/dumel/assets//fonts/Unbounded-VariableFont_wght-0314441af1ebbb9eb2eed69bedc053b7.ttf) format("truetype-variations");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Plus Jakarta Sans";
  src: url(/themes/dumel/assets//fonts/PlusJakartaSans-VariableFont_wght-579e77af7932261eff7c5a44ebc64d31.ttf) format("truetype-variations");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Dumel-icon";
  src: url(/themes/dumel/assets//fonts/Dumel-icon-78b31e27afdb5abd8c949e4eed60b37b.eot);
  src: url(/themes/dumel/assets//fonts/Dumel-icon-78b31e27afdb5abd8c949e4eed60b37b.eot#iefix) format("embedded-opentype"), url(/themes/dumel/assets//fonts/Dumel-icon-9a6710f3128448d2ec09e5efa4f3848f.ttf) format("truetype"), url(/themes/dumel/assets//fonts/Dumel-icon-f82039710084e0c048b5300db9b33142.woff) format("woff"), url(/themes/dumel/assets//img-dist/4a0f111960dc72c1b9c692d0f6b82542.svg#Dumel-icon) format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[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-basket:before {
  content: "\e906";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-4 {
  margin: 4px !important;
}

.m-8 {
  margin: 8px !important;
}

.m-10 {
  margin: 10px !important;
}

.m-12 {
  margin: 12px !important;
}

.m-16 {
  margin: 16px !important;
}

.m-18 {
  margin: 18px !important;
}

.m-24 {
  margin: 24px !important;
}

.m-32 {
  margin: 32px !important;
}

.m-40 {
  margin: 40px !important;
}

.m-48 {
  margin: 48px !important;
}

.m-52 {
  margin: 52px !important;
}

.m-64 {
  margin: 64px !important;
}

.m-80 {
  margin: 80px !important;
}

.m-96 {
  margin: 96px !important;
}

.m-128 {
  margin: 128px !important;
}

.m-160 {
  margin: 160px !important;
}

.m-192 {
  margin: 192px !important;
}

.m-200 {
  margin: 200px !important;
}

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

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

.mt-8 {
  margin-top: 8px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-12 {
  margin-top: 12px !important;
}

.mt-16 {
  margin-top: 16px !important;
}

.mt-18 {
  margin-top: 18px !important;
}

.mt-24 {
  margin-top: 24px !important;
}

.mt-32 {
  margin-top: 32px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-48 {
  margin-top: 48px !important;
}

.mt-52 {
  margin-top: 52px !important;
}

.mt-64 {
  margin-top: 64px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mt-96 {
  margin-top: 96px !important;
}

.mt-128 {
  margin-top: 128px !important;
}

.mt-160 {
  margin-top: 160px !important;
}

.mt-192 {
  margin-top: 192px !important;
}

.mt-200 {
  margin-top: 200px !important;
}

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

.mr-4 {
  margin-right: 4px !important;
}

.mr-8 {
  margin-right: 8px !important;
}

.mr-10 {
  margin-right: 10px !important;
}

.mr-12 {
  margin-right: 12px !important;
}

.mr-16 {
  margin-right: 16px !important;
}

.mr-18 {
  margin-right: 18px !important;
}

.mr-24 {
  margin-right: 24px !important;
}

.mr-32 {
  margin-right: 32px !important;
}

.mr-40 {
  margin-right: 40px !important;
}

.mr-48 {
  margin-right: 48px !important;
}

.mr-52 {
  margin-right: 52px !important;
}

.mr-64 {
  margin-right: 64px !important;
}

.mr-80 {
  margin-right: 80px !important;
}

.mr-96 {
  margin-right: 96px !important;
}

.mr-128 {
  margin-right: 128px !important;
}

.mr-160 {
  margin-right: 160px !important;
}

.mr-192 {
  margin-right: 192px !important;
}

.mr-200 {
  margin-right: 200px !important;
}

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

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

.mb-8 {
  margin-bottom: 8px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-12 {
  margin-bottom: 12px !important;
}

.mb-16 {
  margin-bottom: 16px !important;
}

.mb-18 {
  margin-bottom: 18px !important;
}

.mb-24 {
  margin-bottom: 24px !important;
}

.mb-32 {
  margin-bottom: 32px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-48 {
  margin-bottom: 48px !important;
}

.mb-52 {
  margin-bottom: 52px !important;
}

.mb-64 {
  margin-bottom: 64px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.mb-96 {
  margin-bottom: 96px !important;
}

.mb-128 {
  margin-bottom: 128px !important;
}

.mb-160 {
  margin-bottom: 160px !important;
}

.mb-192 {
  margin-bottom: 192px !important;
}

.mb-200 {
  margin-bottom: 200px !important;
}

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

.ml-4 {
  margin-left: 4px !important;
}

.ml-8 {
  margin-left: 8px !important;
}

.ml-10 {
  margin-left: 10px !important;
}

.ml-12 {
  margin-left: 12px !important;
}

.ml-16 {
  margin-left: 16px !important;
}

.ml-18 {
  margin-left: 18px !important;
}

.ml-24 {
  margin-left: 24px !important;
}

.ml-32 {
  margin-left: 32px !important;
}

.ml-40 {
  margin-left: 40px !important;
}

.ml-48 {
  margin-left: 48px !important;
}

.ml-52 {
  margin-left: 52px !important;
}

.ml-64 {
  margin-left: 64px !important;
}

.ml-80 {
  margin-left: 80px !important;
}

.ml-96 {
  margin-left: 96px !important;
}

.ml-128 {
  margin-left: 128px !important;
}

.ml-160 {
  margin-left: 160px !important;
}

.ml-192 {
  margin-left: 192px !important;
}

.ml-200 {
  margin-left: 200px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.p-4 {
  padding: 4px !important;
}

.p-8 {
  padding: 8px !important;
}

.p-10 {
  padding: 10px !important;
}

.p-12 {
  padding: 12px !important;
}

.p-16 {
  padding: 16px !important;
}

.p-18 {
  padding: 18px !important;
}

.p-24 {
  padding: 24px !important;
}

.p-32 {
  padding: 32px !important;
}

.p-40 {
  padding: 40px !important;
}

.p-48 {
  padding: 48px !important;
}

.p-52 {
  padding: 52px !important;
}

.p-64 {
  padding: 64px !important;
}

.p-80 {
  padding: 80px !important;
}

.p-96 {
  padding: 96px !important;
}

.p-128 {
  padding: 128px !important;
}

.p-160 {
  padding: 160px !important;
}

.p-192 {
  padding: 192px !important;
}

.p-200 {
  padding: 200px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pr-4 {
  padding-right: 4px !important;
}

.pr-8 {
  padding-right: 8px !important;
}

.pr-10 {
  padding-right: 10px !important;
}

.pr-12 {
  padding-right: 12px !important;
}

.pr-16 {
  padding-right: 16px !important;
}

.pr-18 {
  padding-right: 18px !important;
}

.pr-24 {
  padding-right: 24px !important;
}

.pr-32 {
  padding-right: 32px !important;
}

.pr-40 {
  padding-right: 40px !important;
}

.pr-48 {
  padding-right: 48px !important;
}

.pr-52 {
  padding-right: 52px !important;
}

.pr-64 {
  padding-right: 64px !important;
}

.pr-80 {
  padding-right: 80px !important;
}

.pr-96 {
  padding-right: 96px !important;
}

.pr-128 {
  padding-right: 128px !important;
}

.pr-160 {
  padding-right: 160px !important;
}

.pr-192 {
  padding-right: 192px !important;
}

.pr-200 {
  padding-right: 200px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pl-4 {
  padding-left: 4px !important;
}

.pl-8 {
  padding-left: 8px !important;
}

.pl-10 {
  padding-left: 10px !important;
}

.pl-12 {
  padding-left: 12px !important;
}

.pl-16 {
  padding-left: 16px !important;
}

.pl-18 {
  padding-left: 18px !important;
}

.pl-24 {
  padding-left: 24px !important;
}

.pl-32 {
  padding-left: 32px !important;
}

.pl-40 {
  padding-left: 40px !important;
}

.pl-48 {
  padding-left: 48px !important;
}

.pl-52 {
  padding-left: 52px !important;
}

.pl-64 {
  padding-left: 64px !important;
}

.pl-80 {
  padding-left: 80px !important;
}

.pl-96 {
  padding-left: 96px !important;
}

.pl-128 {
  padding-left: 128px !important;
}

.pl-160 {
  padding-left: 160px !important;
}

.pl-192 {
  padding-left: 192px !important;
}

.pl-200 {
  padding-left: 200px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-4 {
    margin: 4px !important;
  }
  .m-sm-8 {
    margin: 8px !important;
  }
  .m-sm-10 {
    margin: 10px !important;
  }
  .m-sm-12 {
    margin: 12px !important;
  }
  .m-sm-16 {
    margin: 16px !important;
  }
  .m-sm-18 {
    margin: 18px !important;
  }
  .m-sm-24 {
    margin: 24px !important;
  }
  .m-sm-32 {
    margin: 32px !important;
  }
  .m-sm-40 {
    margin: 40px !important;
  }
  .m-sm-48 {
    margin: 48px !important;
  }
  .m-sm-52 {
    margin: 52px !important;
  }
  .m-sm-64 {
    margin: 64px !important;
  }
  .m-sm-80 {
    margin: 80px !important;
  }
  .m-sm-96 {
    margin: 96px !important;
  }
  .m-sm-128 {
    margin: 128px !important;
  }
  .m-sm-160 {
    margin: 160px !important;
  }
  .m-sm-192 {
    margin: 192px !important;
  }
  .m-sm-200 {
    margin: 200px !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-4 {
    margin: 4px !important;
  }
  .m-md-8 {
    margin: 8px !important;
  }
  .m-md-10 {
    margin: 10px !important;
  }
  .m-md-12 {
    margin: 12px !important;
  }
  .m-md-16 {
    margin: 16px !important;
  }
  .m-md-18 {
    margin: 18px !important;
  }
  .m-md-24 {
    margin: 24px !important;
  }
  .m-md-32 {
    margin: 32px !important;
  }
  .m-md-40 {
    margin: 40px !important;
  }
  .m-md-48 {
    margin: 48px !important;
  }
  .m-md-52 {
    margin: 52px !important;
  }
  .m-md-64 {
    margin: 64px !important;
  }
  .m-md-80 {
    margin: 80px !important;
  }
  .m-md-96 {
    margin: 96px !important;
  }
  .m-md-128 {
    margin: 128px !important;
  }
  .m-md-160 {
    margin: 160px !important;
  }
  .m-md-192 {
    margin: 192px !important;
  }
  .m-md-200 {
    margin: 200px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-4 {
    margin: 4px !important;
  }
  .m-lg-8 {
    margin: 8px !important;
  }
  .m-lg-10 {
    margin: 10px !important;
  }
  .m-lg-12 {
    margin: 12px !important;
  }
  .m-lg-16 {
    margin: 16px !important;
  }
  .m-lg-18 {
    margin: 18px !important;
  }
  .m-lg-24 {
    margin: 24px !important;
  }
  .m-lg-32 {
    margin: 32px !important;
  }
  .m-lg-40 {
    margin: 40px !important;
  }
  .m-lg-48 {
    margin: 48px !important;
  }
  .m-lg-52 {
    margin: 52px !important;
  }
  .m-lg-64 {
    margin: 64px !important;
  }
  .m-lg-80 {
    margin: 80px !important;
  }
  .m-lg-96 {
    margin: 96px !important;
  }
  .m-lg-128 {
    margin: 128px !important;
  }
  .m-lg-160 {
    margin: 160px !important;
  }
  .m-lg-192 {
    margin: 192px !important;
  }
  .m-lg-200 {
    margin: 200px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-4 {
    margin: 4px !important;
  }
  .m-xl-8 {
    margin: 8px !important;
  }
  .m-xl-10 {
    margin: 10px !important;
  }
  .m-xl-12 {
    margin: 12px !important;
  }
  .m-xl-16 {
    margin: 16px !important;
  }
  .m-xl-18 {
    margin: 18px !important;
  }
  .m-xl-24 {
    margin: 24px !important;
  }
  .m-xl-32 {
    margin: 32px !important;
  }
  .m-xl-40 {
    margin: 40px !important;
  }
  .m-xl-48 {
    margin: 48px !important;
  }
  .m-xl-52 {
    margin: 52px !important;
  }
  .m-xl-64 {
    margin: 64px !important;
  }
  .m-xl-80 {
    margin: 80px !important;
  }
  .m-xl-96 {
    margin: 96px !important;
  }
  .m-xl-128 {
    margin: 128px !important;
  }
  .m-xl-160 {
    margin: 160px !important;
  }
  .m-xl-192 {
    margin: 192px !important;
  }
  .m-xl-200 {
    margin: 200px !important;
  }
}
@media (min-width: 1400px) {
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-4 {
    margin: 4px !important;
  }
  .m-xxl-8 {
    margin: 8px !important;
  }
  .m-xxl-10 {
    margin: 10px !important;
  }
  .m-xxl-12 {
    margin: 12px !important;
  }
  .m-xxl-16 {
    margin: 16px !important;
  }
  .m-xxl-18 {
    margin: 18px !important;
  }
  .m-xxl-24 {
    margin: 24px !important;
  }
  .m-xxl-32 {
    margin: 32px !important;
  }
  .m-xxl-40 {
    margin: 40px !important;
  }
  .m-xxl-48 {
    margin: 48px !important;
  }
  .m-xxl-52 {
    margin: 52px !important;
  }
  .m-xxl-64 {
    margin: 64px !important;
  }
  .m-xxl-80 {
    margin: 80px !important;
  }
  .m-xxl-96 {
    margin: 96px !important;
  }
  .m-xxl-128 {
    margin: 128px !important;
  }
  .m-xxl-160 {
    margin: 160px !important;
  }
  .m-xxl-192 {
    margin: 192px !important;
  }
  .m-xxl-200 {
    margin: 200px !important;
  }
}
@media (min-width: 1980px) {
  .m-xxxl-0 {
    margin: 0 !important;
  }
  .m-xxxl-4 {
    margin: 4px !important;
  }
  .m-xxxl-8 {
    margin: 8px !important;
  }
  .m-xxxl-10 {
    margin: 10px !important;
  }
  .m-xxxl-12 {
    margin: 12px !important;
  }
  .m-xxxl-16 {
    margin: 16px !important;
  }
  .m-xxxl-18 {
    margin: 18px !important;
  }
  .m-xxxl-24 {
    margin: 24px !important;
  }
  .m-xxxl-32 {
    margin: 32px !important;
  }
  .m-xxxl-40 {
    margin: 40px !important;
  }
  .m-xxxl-48 {
    margin: 48px !important;
  }
  .m-xxxl-52 {
    margin: 52px !important;
  }
  .m-xxxl-64 {
    margin: 64px !important;
  }
  .m-xxxl-80 {
    margin: 80px !important;
  }
  .m-xxxl-96 {
    margin: 96px !important;
  }
  .m-xxxl-128 {
    margin: 128px !important;
  }
  .m-xxxl-160 {
    margin: 160px !important;
  }
  .m-xxxl-192 {
    margin: 192px !important;
  }
  .m-xxxl-200 {
    margin: 200px !important;
  }
}
@media (min-width: 576px) {
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-4 {
    margin-top: 4px !important;
  }
  .mt-sm-8 {
    margin-top: 8px !important;
  }
  .mt-sm-10 {
    margin-top: 10px !important;
  }
  .mt-sm-12 {
    margin-top: 12px !important;
  }
  .mt-sm-16 {
    margin-top: 16px !important;
  }
  .mt-sm-18 {
    margin-top: 18px !important;
  }
  .mt-sm-24 {
    margin-top: 24px !important;
  }
  .mt-sm-32 {
    margin-top: 32px !important;
  }
  .mt-sm-40 {
    margin-top: 40px !important;
  }
  .mt-sm-48 {
    margin-top: 48px !important;
  }
  .mt-sm-52 {
    margin-top: 52px !important;
  }
  .mt-sm-64 {
    margin-top: 64px !important;
  }
  .mt-sm-80 {
    margin-top: 80px !important;
  }
  .mt-sm-96 {
    margin-top: 96px !important;
  }
  .mt-sm-128 {
    margin-top: 128px !important;
  }
  .mt-sm-160 {
    margin-top: 160px !important;
  }
  .mt-sm-192 {
    margin-top: 192px !important;
  }
  .mt-sm-200 {
    margin-top: 200px !important;
  }
}
@media (min-width: 768px) {
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-4 {
    margin-top: 4px !important;
  }
  .mt-md-8 {
    margin-top: 8px !important;
  }
  .mt-md-10 {
    margin-top: 10px !important;
  }
  .mt-md-12 {
    margin-top: 12px !important;
  }
  .mt-md-16 {
    margin-top: 16px !important;
  }
  .mt-md-18 {
    margin-top: 18px !important;
  }
  .mt-md-24 {
    margin-top: 24px !important;
  }
  .mt-md-32 {
    margin-top: 32px !important;
  }
  .mt-md-40 {
    margin-top: 40px !important;
  }
  .mt-md-48 {
    margin-top: 48px !important;
  }
  .mt-md-52 {
    margin-top: 52px !important;
  }
  .mt-md-64 {
    margin-top: 64px !important;
  }
  .mt-md-80 {
    margin-top: 80px !important;
  }
  .mt-md-96 {
    margin-top: 96px !important;
  }
  .mt-md-128 {
    margin-top: 128px !important;
  }
  .mt-md-160 {
    margin-top: 160px !important;
  }
  .mt-md-192 {
    margin-top: 192px !important;
  }
  .mt-md-200 {
    margin-top: 200px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-4 {
    margin-top: 4px !important;
  }
  .mt-lg-8 {
    margin-top: 8px !important;
  }
  .mt-lg-10 {
    margin-top: 10px !important;
  }
  .mt-lg-12 {
    margin-top: 12px !important;
  }
  .mt-lg-16 {
    margin-top: 16px !important;
  }
  .mt-lg-18 {
    margin-top: 18px !important;
  }
  .mt-lg-24 {
    margin-top: 24px !important;
  }
  .mt-lg-32 {
    margin-top: 32px !important;
  }
  .mt-lg-40 {
    margin-top: 40px !important;
  }
  .mt-lg-48 {
    margin-top: 48px !important;
  }
  .mt-lg-52 {
    margin-top: 52px !important;
  }
  .mt-lg-64 {
    margin-top: 64px !important;
  }
  .mt-lg-80 {
    margin-top: 80px !important;
  }
  .mt-lg-96 {
    margin-top: 96px !important;
  }
  .mt-lg-128 {
    margin-top: 128px !important;
  }
  .mt-lg-160 {
    margin-top: 160px !important;
  }
  .mt-lg-192 {
    margin-top: 192px !important;
  }
  .mt-lg-200 {
    margin-top: 200px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-4 {
    margin-top: 4px !important;
  }
  .mt-xl-8 {
    margin-top: 8px !important;
  }
  .mt-xl-10 {
    margin-top: 10px !important;
  }
  .mt-xl-12 {
    margin-top: 12px !important;
  }
  .mt-xl-16 {
    margin-top: 16px !important;
  }
  .mt-xl-18 {
    margin-top: 18px !important;
  }
  .mt-xl-24 {
    margin-top: 24px !important;
  }
  .mt-xl-32 {
    margin-top: 32px !important;
  }
  .mt-xl-40 {
    margin-top: 40px !important;
  }
  .mt-xl-48 {
    margin-top: 48px !important;
  }
  .mt-xl-52 {
    margin-top: 52px !important;
  }
  .mt-xl-64 {
    margin-top: 64px !important;
  }
  .mt-xl-80 {
    margin-top: 80px !important;
  }
  .mt-xl-96 {
    margin-top: 96px !important;
  }
  .mt-xl-128 {
    margin-top: 128px !important;
  }
  .mt-xl-160 {
    margin-top: 160px !important;
  }
  .mt-xl-192 {
    margin-top: 192px !important;
  }
  .mt-xl-200 {
    margin-top: 200px !important;
  }
}
@media (min-width: 1400px) {
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-4 {
    margin-top: 4px !important;
  }
  .mt-xxl-8 {
    margin-top: 8px !important;
  }
  .mt-xxl-10 {
    margin-top: 10px !important;
  }
  .mt-xxl-12 {
    margin-top: 12px !important;
  }
  .mt-xxl-16 {
    margin-top: 16px !important;
  }
  .mt-xxl-18 {
    margin-top: 18px !important;
  }
  .mt-xxl-24 {
    margin-top: 24px !important;
  }
  .mt-xxl-32 {
    margin-top: 32px !important;
  }
  .mt-xxl-40 {
    margin-top: 40px !important;
  }
  .mt-xxl-48 {
    margin-top: 48px !important;
  }
  .mt-xxl-52 {
    margin-top: 52px !important;
  }
  .mt-xxl-64 {
    margin-top: 64px !important;
  }
  .mt-xxl-80 {
    margin-top: 80px !important;
  }
  .mt-xxl-96 {
    margin-top: 96px !important;
  }
  .mt-xxl-128 {
    margin-top: 128px !important;
  }
  .mt-xxl-160 {
    margin-top: 160px !important;
  }
  .mt-xxl-192 {
    margin-top: 192px !important;
  }
  .mt-xxl-200 {
    margin-top: 200px !important;
  }
}
@media (min-width: 1980px) {
  .mt-xxxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxxl-4 {
    margin-top: 4px !important;
  }
  .mt-xxxl-8 {
    margin-top: 8px !important;
  }
  .mt-xxxl-10 {
    margin-top: 10px !important;
  }
  .mt-xxxl-12 {
    margin-top: 12px !important;
  }
  .mt-xxxl-16 {
    margin-top: 16px !important;
  }
  .mt-xxxl-18 {
    margin-top: 18px !important;
  }
  .mt-xxxl-24 {
    margin-top: 24px !important;
  }
  .mt-xxxl-32 {
    margin-top: 32px !important;
  }
  .mt-xxxl-40 {
    margin-top: 40px !important;
  }
  .mt-xxxl-48 {
    margin-top: 48px !important;
  }
  .mt-xxxl-52 {
    margin-top: 52px !important;
  }
  .mt-xxxl-64 {
    margin-top: 64px !important;
  }
  .mt-xxxl-80 {
    margin-top: 80px !important;
  }
  .mt-xxxl-96 {
    margin-top: 96px !important;
  }
  .mt-xxxl-128 {
    margin-top: 128px !important;
  }
  .mt-xxxl-160 {
    margin-top: 160px !important;
  }
  .mt-xxxl-192 {
    margin-top: 192px !important;
  }
  .mt-xxxl-200 {
    margin-top: 200px !important;
  }
}
@media (min-width: 576px) {
  .mr-sm-0 {
    margin-right: 0 !important;
  }
  .mr-sm-4 {
    margin-right: 4px !important;
  }
  .mr-sm-8 {
    margin-right: 8px !important;
  }
  .mr-sm-10 {
    margin-right: 10px !important;
  }
  .mr-sm-12 {
    margin-right: 12px !important;
  }
  .mr-sm-16 {
    margin-right: 16px !important;
  }
  .mr-sm-18 {
    margin-right: 18px !important;
  }
  .mr-sm-24 {
    margin-right: 24px !important;
  }
  .mr-sm-32 {
    margin-right: 32px !important;
  }
  .mr-sm-40 {
    margin-right: 40px !important;
  }
  .mr-sm-48 {
    margin-right: 48px !important;
  }
  .mr-sm-52 {
    margin-right: 52px !important;
  }
  .mr-sm-64 {
    margin-right: 64px !important;
  }
  .mr-sm-80 {
    margin-right: 80px !important;
  }
  .mr-sm-96 {
    margin-right: 96px !important;
  }
  .mr-sm-128 {
    margin-right: 128px !important;
  }
  .mr-sm-160 {
    margin-right: 160px !important;
  }
  .mr-sm-192 {
    margin-right: 192px !important;
  }
  .mr-sm-200 {
    margin-right: 200px !important;
  }
}
@media (min-width: 768px) {
  .mr-md-0 {
    margin-right: 0 !important;
  }
  .mr-md-4 {
    margin-right: 4px !important;
  }
  .mr-md-8 {
    margin-right: 8px !important;
  }
  .mr-md-10 {
    margin-right: 10px !important;
  }
  .mr-md-12 {
    margin-right: 12px !important;
  }
  .mr-md-16 {
    margin-right: 16px !important;
  }
  .mr-md-18 {
    margin-right: 18px !important;
  }
  .mr-md-24 {
    margin-right: 24px !important;
  }
  .mr-md-32 {
    margin-right: 32px !important;
  }
  .mr-md-40 {
    margin-right: 40px !important;
  }
  .mr-md-48 {
    margin-right: 48px !important;
  }
  .mr-md-52 {
    margin-right: 52px !important;
  }
  .mr-md-64 {
    margin-right: 64px !important;
  }
  .mr-md-80 {
    margin-right: 80px !important;
  }
  .mr-md-96 {
    margin-right: 96px !important;
  }
  .mr-md-128 {
    margin-right: 128px !important;
  }
  .mr-md-160 {
    margin-right: 160px !important;
  }
  .mr-md-192 {
    margin-right: 192px !important;
  }
  .mr-md-200 {
    margin-right: 200px !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-0 {
    margin-right: 0 !important;
  }
  .mr-lg-4 {
    margin-right: 4px !important;
  }
  .mr-lg-8 {
    margin-right: 8px !important;
  }
  .mr-lg-10 {
    margin-right: 10px !important;
  }
  .mr-lg-12 {
    margin-right: 12px !important;
  }
  .mr-lg-16 {
    margin-right: 16px !important;
  }
  .mr-lg-18 {
    margin-right: 18px !important;
  }
  .mr-lg-24 {
    margin-right: 24px !important;
  }
  .mr-lg-32 {
    margin-right: 32px !important;
  }
  .mr-lg-40 {
    margin-right: 40px !important;
  }
  .mr-lg-48 {
    margin-right: 48px !important;
  }
  .mr-lg-52 {
    margin-right: 52px !important;
  }
  .mr-lg-64 {
    margin-right: 64px !important;
  }
  .mr-lg-80 {
    margin-right: 80px !important;
  }
  .mr-lg-96 {
    margin-right: 96px !important;
  }
  .mr-lg-128 {
    margin-right: 128px !important;
  }
  .mr-lg-160 {
    margin-right: 160px !important;
  }
  .mr-lg-192 {
    margin-right: 192px !important;
  }
  .mr-lg-200 {
    margin-right: 200px !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-0 {
    margin-right: 0 !important;
  }
  .mr-xl-4 {
    margin-right: 4px !important;
  }
  .mr-xl-8 {
    margin-right: 8px !important;
  }
  .mr-xl-10 {
    margin-right: 10px !important;
  }
  .mr-xl-12 {
    margin-right: 12px !important;
  }
  .mr-xl-16 {
    margin-right: 16px !important;
  }
  .mr-xl-18 {
    margin-right: 18px !important;
  }
  .mr-xl-24 {
    margin-right: 24px !important;
  }
  .mr-xl-32 {
    margin-right: 32px !important;
  }
  .mr-xl-40 {
    margin-right: 40px !important;
  }
  .mr-xl-48 {
    margin-right: 48px !important;
  }
  .mr-xl-52 {
    margin-right: 52px !important;
  }
  .mr-xl-64 {
    margin-right: 64px !important;
  }
  .mr-xl-80 {
    margin-right: 80px !important;
  }
  .mr-xl-96 {
    margin-right: 96px !important;
  }
  .mr-xl-128 {
    margin-right: 128px !important;
  }
  .mr-xl-160 {
    margin-right: 160px !important;
  }
  .mr-xl-192 {
    margin-right: 192px !important;
  }
  .mr-xl-200 {
    margin-right: 200px !important;
  }
}
@media (min-width: 1400px) {
  .mr-xxl-0 {
    margin-right: 0 !important;
  }
  .mr-xxl-4 {
    margin-right: 4px !important;
  }
  .mr-xxl-8 {
    margin-right: 8px !important;
  }
  .mr-xxl-10 {
    margin-right: 10px !important;
  }
  .mr-xxl-12 {
    margin-right: 12px !important;
  }
  .mr-xxl-16 {
    margin-right: 16px !important;
  }
  .mr-xxl-18 {
    margin-right: 18px !important;
  }
  .mr-xxl-24 {
    margin-right: 24px !important;
  }
  .mr-xxl-32 {
    margin-right: 32px !important;
  }
  .mr-xxl-40 {
    margin-right: 40px !important;
  }
  .mr-xxl-48 {
    margin-right: 48px !important;
  }
  .mr-xxl-52 {
    margin-right: 52px !important;
  }
  .mr-xxl-64 {
    margin-right: 64px !important;
  }
  .mr-xxl-80 {
    margin-right: 80px !important;
  }
  .mr-xxl-96 {
    margin-right: 96px !important;
  }
  .mr-xxl-128 {
    margin-right: 128px !important;
  }
  .mr-xxl-160 {
    margin-right: 160px !important;
  }
  .mr-xxl-192 {
    margin-right: 192px !important;
  }
  .mr-xxl-200 {
    margin-right: 200px !important;
  }
}
@media (min-width: 1980px) {
  .mr-xxxl-0 {
    margin-right: 0 !important;
  }
  .mr-xxxl-4 {
    margin-right: 4px !important;
  }
  .mr-xxxl-8 {
    margin-right: 8px !important;
  }
  .mr-xxxl-10 {
    margin-right: 10px !important;
  }
  .mr-xxxl-12 {
    margin-right: 12px !important;
  }
  .mr-xxxl-16 {
    margin-right: 16px !important;
  }
  .mr-xxxl-18 {
    margin-right: 18px !important;
  }
  .mr-xxxl-24 {
    margin-right: 24px !important;
  }
  .mr-xxxl-32 {
    margin-right: 32px !important;
  }
  .mr-xxxl-40 {
    margin-right: 40px !important;
  }
  .mr-xxxl-48 {
    margin-right: 48px !important;
  }
  .mr-xxxl-52 {
    margin-right: 52px !important;
  }
  .mr-xxxl-64 {
    margin-right: 64px !important;
  }
  .mr-xxxl-80 {
    margin-right: 80px !important;
  }
  .mr-xxxl-96 {
    margin-right: 96px !important;
  }
  .mr-xxxl-128 {
    margin-right: 128px !important;
  }
  .mr-xxxl-160 {
    margin-right: 160px !important;
  }
  .mr-xxxl-192 {
    margin-right: 192px !important;
  }
  .mr-xxxl-200 {
    margin-right: 200px !important;
  }
}
@media (min-width: 576px) {
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-4 {
    margin-bottom: 4px !important;
  }
  .mb-sm-8 {
    margin-bottom: 8px !important;
  }
  .mb-sm-10 {
    margin-bottom: 10px !important;
  }
  .mb-sm-12 {
    margin-bottom: 12px !important;
  }
  .mb-sm-16 {
    margin-bottom: 16px !important;
  }
  .mb-sm-18 {
    margin-bottom: 18px !important;
  }
  .mb-sm-24 {
    margin-bottom: 24px !important;
  }
  .mb-sm-32 {
    margin-bottom: 32px !important;
  }
  .mb-sm-40 {
    margin-bottom: 40px !important;
  }
  .mb-sm-48 {
    margin-bottom: 48px !important;
  }
  .mb-sm-52 {
    margin-bottom: 52px !important;
  }
  .mb-sm-64 {
    margin-bottom: 64px !important;
  }
  .mb-sm-80 {
    margin-bottom: 80px !important;
  }
  .mb-sm-96 {
    margin-bottom: 96px !important;
  }
  .mb-sm-128 {
    margin-bottom: 128px !important;
  }
  .mb-sm-160 {
    margin-bottom: 160px !important;
  }
  .mb-sm-192 {
    margin-bottom: 192px !important;
  }
  .mb-sm-200 {
    margin-bottom: 200px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-4 {
    margin-bottom: 4px !important;
  }
  .mb-md-8 {
    margin-bottom: 8px !important;
  }
  .mb-md-10 {
    margin-bottom: 10px !important;
  }
  .mb-md-12 {
    margin-bottom: 12px !important;
  }
  .mb-md-16 {
    margin-bottom: 16px !important;
  }
  .mb-md-18 {
    margin-bottom: 18px !important;
  }
  .mb-md-24 {
    margin-bottom: 24px !important;
  }
  .mb-md-32 {
    margin-bottom: 32px !important;
  }
  .mb-md-40 {
    margin-bottom: 40px !important;
  }
  .mb-md-48 {
    margin-bottom: 48px !important;
  }
  .mb-md-52 {
    margin-bottom: 52px !important;
  }
  .mb-md-64 {
    margin-bottom: 64px !important;
  }
  .mb-md-80 {
    margin-bottom: 80px !important;
  }
  .mb-md-96 {
    margin-bottom: 96px !important;
  }
  .mb-md-128 {
    margin-bottom: 128px !important;
  }
  .mb-md-160 {
    margin-bottom: 160px !important;
  }
  .mb-md-192 {
    margin-bottom: 192px !important;
  }
  .mb-md-200 {
    margin-bottom: 200px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-4 {
    margin-bottom: 4px !important;
  }
  .mb-lg-8 {
    margin-bottom: 8px !important;
  }
  .mb-lg-10 {
    margin-bottom: 10px !important;
  }
  .mb-lg-12 {
    margin-bottom: 12px !important;
  }
  .mb-lg-16 {
    margin-bottom: 16px !important;
  }
  .mb-lg-18 {
    margin-bottom: 18px !important;
  }
  .mb-lg-24 {
    margin-bottom: 24px !important;
  }
  .mb-lg-32 {
    margin-bottom: 32px !important;
  }
  .mb-lg-40 {
    margin-bottom: 40px !important;
  }
  .mb-lg-48 {
    margin-bottom: 48px !important;
  }
  .mb-lg-52 {
    margin-bottom: 52px !important;
  }
  .mb-lg-64 {
    margin-bottom: 64px !important;
  }
  .mb-lg-80 {
    margin-bottom: 80px !important;
  }
  .mb-lg-96 {
    margin-bottom: 96px !important;
  }
  .mb-lg-128 {
    margin-bottom: 128px !important;
  }
  .mb-lg-160 {
    margin-bottom: 160px !important;
  }
  .mb-lg-192 {
    margin-bottom: 192px !important;
  }
  .mb-lg-200 {
    margin-bottom: 200px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-4 {
    margin-bottom: 4px !important;
  }
  .mb-xl-8 {
    margin-bottom: 8px !important;
  }
  .mb-xl-10 {
    margin-bottom: 10px !important;
  }
  .mb-xl-12 {
    margin-bottom: 12px !important;
  }
  .mb-xl-16 {
    margin-bottom: 16px !important;
  }
  .mb-xl-18 {
    margin-bottom: 18px !important;
  }
  .mb-xl-24 {
    margin-bottom: 24px !important;
  }
  .mb-xl-32 {
    margin-bottom: 32px !important;
  }
  .mb-xl-40 {
    margin-bottom: 40px !important;
  }
  .mb-xl-48 {
    margin-bottom: 48px !important;
  }
  .mb-xl-52 {
    margin-bottom: 52px !important;
  }
  .mb-xl-64 {
    margin-bottom: 64px !important;
  }
  .mb-xl-80 {
    margin-bottom: 80px !important;
  }
  .mb-xl-96 {
    margin-bottom: 96px !important;
  }
  .mb-xl-128 {
    margin-bottom: 128px !important;
  }
  .mb-xl-160 {
    margin-bottom: 160px !important;
  }
  .mb-xl-192 {
    margin-bottom: 192px !important;
  }
  .mb-xl-200 {
    margin-bottom: 200px !important;
  }
}
@media (min-width: 1400px) {
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-4 {
    margin-bottom: 4px !important;
  }
  .mb-xxl-8 {
    margin-bottom: 8px !important;
  }
  .mb-xxl-10 {
    margin-bottom: 10px !important;
  }
  .mb-xxl-12 {
    margin-bottom: 12px !important;
  }
  .mb-xxl-16 {
    margin-bottom: 16px !important;
  }
  .mb-xxl-18 {
    margin-bottom: 18px !important;
  }
  .mb-xxl-24 {
    margin-bottom: 24px !important;
  }
  .mb-xxl-32 {
    margin-bottom: 32px !important;
  }
  .mb-xxl-40 {
    margin-bottom: 40px !important;
  }
  .mb-xxl-48 {
    margin-bottom: 48px !important;
  }
  .mb-xxl-52 {
    margin-bottom: 52px !important;
  }
  .mb-xxl-64 {
    margin-bottom: 64px !important;
  }
  .mb-xxl-80 {
    margin-bottom: 80px !important;
  }
  .mb-xxl-96 {
    margin-bottom: 96px !important;
  }
  .mb-xxl-128 {
    margin-bottom: 128px !important;
  }
  .mb-xxl-160 {
    margin-bottom: 160px !important;
  }
  .mb-xxl-192 {
    margin-bottom: 192px !important;
  }
  .mb-xxl-200 {
    margin-bottom: 200px !important;
  }
}
@media (min-width: 1980px) {
  .mb-xxxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxxl-4 {
    margin-bottom: 4px !important;
  }
  .mb-xxxl-8 {
    margin-bottom: 8px !important;
  }
  .mb-xxxl-10 {
    margin-bottom: 10px !important;
  }
  .mb-xxxl-12 {
    margin-bottom: 12px !important;
  }
  .mb-xxxl-16 {
    margin-bottom: 16px !important;
  }
  .mb-xxxl-18 {
    margin-bottom: 18px !important;
  }
  .mb-xxxl-24 {
    margin-bottom: 24px !important;
  }
  .mb-xxxl-32 {
    margin-bottom: 32px !important;
  }
  .mb-xxxl-40 {
    margin-bottom: 40px !important;
  }
  .mb-xxxl-48 {
    margin-bottom: 48px !important;
  }
  .mb-xxxl-52 {
    margin-bottom: 52px !important;
  }
  .mb-xxxl-64 {
    margin-bottom: 64px !important;
  }
  .mb-xxxl-80 {
    margin-bottom: 80px !important;
  }
  .mb-xxxl-96 {
    margin-bottom: 96px !important;
  }
  .mb-xxxl-128 {
    margin-bottom: 128px !important;
  }
  .mb-xxxl-160 {
    margin-bottom: 160px !important;
  }
  .mb-xxxl-192 {
    margin-bottom: 192px !important;
  }
  .mb-xxxl-200 {
    margin-bottom: 200px !important;
  }
}
@media (min-width: 576px) {
  .ml-sm-0 {
    margin-left: 0 !important;
  }
  .ml-sm-4 {
    margin-left: 4px !important;
  }
  .ml-sm-8 {
    margin-left: 8px !important;
  }
  .ml-sm-10 {
    margin-left: 10px !important;
  }
  .ml-sm-12 {
    margin-left: 12px !important;
  }
  .ml-sm-16 {
    margin-left: 16px !important;
  }
  .ml-sm-18 {
    margin-left: 18px !important;
  }
  .ml-sm-24 {
    margin-left: 24px !important;
  }
  .ml-sm-32 {
    margin-left: 32px !important;
  }
  .ml-sm-40 {
    margin-left: 40px !important;
  }
  .ml-sm-48 {
    margin-left: 48px !important;
  }
  .ml-sm-52 {
    margin-left: 52px !important;
  }
  .ml-sm-64 {
    margin-left: 64px !important;
  }
  .ml-sm-80 {
    margin-left: 80px !important;
  }
  .ml-sm-96 {
    margin-left: 96px !important;
  }
  .ml-sm-128 {
    margin-left: 128px !important;
  }
  .ml-sm-160 {
    margin-left: 160px !important;
  }
  .ml-sm-192 {
    margin-left: 192px !important;
  }
  .ml-sm-200 {
    margin-left: 200px !important;
  }
}
@media (min-width: 768px) {
  .ml-md-0 {
    margin-left: 0 !important;
  }
  .ml-md-4 {
    margin-left: 4px !important;
  }
  .ml-md-8 {
    margin-left: 8px !important;
  }
  .ml-md-10 {
    margin-left: 10px !important;
  }
  .ml-md-12 {
    margin-left: 12px !important;
  }
  .ml-md-16 {
    margin-left: 16px !important;
  }
  .ml-md-18 {
    margin-left: 18px !important;
  }
  .ml-md-24 {
    margin-left: 24px !important;
  }
  .ml-md-32 {
    margin-left: 32px !important;
  }
  .ml-md-40 {
    margin-left: 40px !important;
  }
  .ml-md-48 {
    margin-left: 48px !important;
  }
  .ml-md-52 {
    margin-left: 52px !important;
  }
  .ml-md-64 {
    margin-left: 64px !important;
  }
  .ml-md-80 {
    margin-left: 80px !important;
  }
  .ml-md-96 {
    margin-left: 96px !important;
  }
  .ml-md-128 {
    margin-left: 128px !important;
  }
  .ml-md-160 {
    margin-left: 160px !important;
  }
  .ml-md-192 {
    margin-left: 192px !important;
  }
  .ml-md-200 {
    margin-left: 200px !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-0 {
    margin-left: 0 !important;
  }
  .ml-lg-4 {
    margin-left: 4px !important;
  }
  .ml-lg-8 {
    margin-left: 8px !important;
  }
  .ml-lg-10 {
    margin-left: 10px !important;
  }
  .ml-lg-12 {
    margin-left: 12px !important;
  }
  .ml-lg-16 {
    margin-left: 16px !important;
  }
  .ml-lg-18 {
    margin-left: 18px !important;
  }
  .ml-lg-24 {
    margin-left: 24px !important;
  }
  .ml-lg-32 {
    margin-left: 32px !important;
  }
  .ml-lg-40 {
    margin-left: 40px !important;
  }
  .ml-lg-48 {
    margin-left: 48px !important;
  }
  .ml-lg-52 {
    margin-left: 52px !important;
  }
  .ml-lg-64 {
    margin-left: 64px !important;
  }
  .ml-lg-80 {
    margin-left: 80px !important;
  }
  .ml-lg-96 {
    margin-left: 96px !important;
  }
  .ml-lg-128 {
    margin-left: 128px !important;
  }
  .ml-lg-160 {
    margin-left: 160px !important;
  }
  .ml-lg-192 {
    margin-left: 192px !important;
  }
  .ml-lg-200 {
    margin-left: 200px !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-0 {
    margin-left: 0 !important;
  }
  .ml-xl-4 {
    margin-left: 4px !important;
  }
  .ml-xl-8 {
    margin-left: 8px !important;
  }
  .ml-xl-10 {
    margin-left: 10px !important;
  }
  .ml-xl-12 {
    margin-left: 12px !important;
  }
  .ml-xl-16 {
    margin-left: 16px !important;
  }
  .ml-xl-18 {
    margin-left: 18px !important;
  }
  .ml-xl-24 {
    margin-left: 24px !important;
  }
  .ml-xl-32 {
    margin-left: 32px !important;
  }
  .ml-xl-40 {
    margin-left: 40px !important;
  }
  .ml-xl-48 {
    margin-left: 48px !important;
  }
  .ml-xl-52 {
    margin-left: 52px !important;
  }
  .ml-xl-64 {
    margin-left: 64px !important;
  }
  .ml-xl-80 {
    margin-left: 80px !important;
  }
  .ml-xl-96 {
    margin-left: 96px !important;
  }
  .ml-xl-128 {
    margin-left: 128px !important;
  }
  .ml-xl-160 {
    margin-left: 160px !important;
  }
  .ml-xl-192 {
    margin-left: 192px !important;
  }
  .ml-xl-200 {
    margin-left: 200px !important;
  }
}
@media (min-width: 1400px) {
  .ml-xxl-0 {
    margin-left: 0 !important;
  }
  .ml-xxl-4 {
    margin-left: 4px !important;
  }
  .ml-xxl-8 {
    margin-left: 8px !important;
  }
  .ml-xxl-10 {
    margin-left: 10px !important;
  }
  .ml-xxl-12 {
    margin-left: 12px !important;
  }
  .ml-xxl-16 {
    margin-left: 16px !important;
  }
  .ml-xxl-18 {
    margin-left: 18px !important;
  }
  .ml-xxl-24 {
    margin-left: 24px !important;
  }
  .ml-xxl-32 {
    margin-left: 32px !important;
  }
  .ml-xxl-40 {
    margin-left: 40px !important;
  }
  .ml-xxl-48 {
    margin-left: 48px !important;
  }
  .ml-xxl-52 {
    margin-left: 52px !important;
  }
  .ml-xxl-64 {
    margin-left: 64px !important;
  }
  .ml-xxl-80 {
    margin-left: 80px !important;
  }
  .ml-xxl-96 {
    margin-left: 96px !important;
  }
  .ml-xxl-128 {
    margin-left: 128px !important;
  }
  .ml-xxl-160 {
    margin-left: 160px !important;
  }
  .ml-xxl-192 {
    margin-left: 192px !important;
  }
  .ml-xxl-200 {
    margin-left: 200px !important;
  }
}
@media (min-width: 1980px) {
  .ml-xxxl-0 {
    margin-left: 0 !important;
  }
  .ml-xxxl-4 {
    margin-left: 4px !important;
  }
  .ml-xxxl-8 {
    margin-left: 8px !important;
  }
  .ml-xxxl-10 {
    margin-left: 10px !important;
  }
  .ml-xxxl-12 {
    margin-left: 12px !important;
  }
  .ml-xxxl-16 {
    margin-left: 16px !important;
  }
  .ml-xxxl-18 {
    margin-left: 18px !important;
  }
  .ml-xxxl-24 {
    margin-left: 24px !important;
  }
  .ml-xxxl-32 {
    margin-left: 32px !important;
  }
  .ml-xxxl-40 {
    margin-left: 40px !important;
  }
  .ml-xxxl-48 {
    margin-left: 48px !important;
  }
  .ml-xxxl-52 {
    margin-left: 52px !important;
  }
  .ml-xxxl-64 {
    margin-left: 64px !important;
  }
  .ml-xxxl-80 {
    margin-left: 80px !important;
  }
  .ml-xxxl-96 {
    margin-left: 96px !important;
  }
  .ml-xxxl-128 {
    margin-left: 128px !important;
  }
  .ml-xxxl-160 {
    margin-left: 160px !important;
  }
  .ml-xxxl-192 {
    margin-left: 192px !important;
  }
  .ml-xxxl-200 {
    margin-left: 200px !important;
  }
}
@media (min-width: 576px) {
  .mx-sm-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .mx-sm-4 {
    margin-left: 4px !important;
    margin-right: 4px !important;
  }
  .mx-sm-8 {
    margin-left: 8px !important;
    margin-right: 8px !important;
  }
  .mx-sm-10 {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }
  .mx-sm-12 {
    margin-left: 12px !important;
    margin-right: 12px !important;
  }
  .mx-sm-16 {
    margin-left: 16px !important;
    margin-right: 16px !important;
  }
  .mx-sm-18 {
    margin-left: 18px !important;
    margin-right: 18px !important;
  }
  .mx-sm-24 {
    margin-left: 24px !important;
    margin-right: 24px !important;
  }
  .mx-sm-32 {
    margin-left: 32px !important;
    margin-right: 32px !important;
  }
  .mx-sm-40 {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }
  .mx-sm-48 {
    margin-left: 48px !important;
    margin-right: 48px !important;
  }
  .mx-sm-52 {
    margin-left: 52px !important;
    margin-right: 52px !important;
  }
  .mx-sm-64 {
    margin-left: 64px !important;
    margin-right: 64px !important;
  }
  .mx-sm-80 {
    margin-left: 80px !important;
    margin-right: 80px !important;
  }
  .mx-sm-96 {
    margin-left: 96px !important;
    margin-right: 96px !important;
  }
  .mx-sm-128 {
    margin-left: 128px !important;
    margin-right: 128px !important;
  }
  .mx-sm-160 {
    margin-left: 160px !important;
    margin-right: 160px !important;
  }
  .mx-sm-192 {
    margin-left: 192px !important;
    margin-right: 192px !important;
  }
  .mx-sm-200 {
    margin-left: 200px !important;
    margin-right: 200px !important;
  }
}
@media (min-width: 768px) {
  .mx-md-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .mx-md-4 {
    margin-left: 4px !important;
    margin-right: 4px !important;
  }
  .mx-md-8 {
    margin-left: 8px !important;
    margin-right: 8px !important;
  }
  .mx-md-10 {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }
  .mx-md-12 {
    margin-left: 12px !important;
    margin-right: 12px !important;
  }
  .mx-md-16 {
    margin-left: 16px !important;
    margin-right: 16px !important;
  }
  .mx-md-18 {
    margin-left: 18px !important;
    margin-right: 18px !important;
  }
  .mx-md-24 {
    margin-left: 24px !important;
    margin-right: 24px !important;
  }
  .mx-md-32 {
    margin-left: 32px !important;
    margin-right: 32px !important;
  }
  .mx-md-40 {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }
  .mx-md-48 {
    margin-left: 48px !important;
    margin-right: 48px !important;
  }
  .mx-md-52 {
    margin-left: 52px !important;
    margin-right: 52px !important;
  }
  .mx-md-64 {
    margin-left: 64px !important;
    margin-right: 64px !important;
  }
  .mx-md-80 {
    margin-left: 80px !important;
    margin-right: 80px !important;
  }
  .mx-md-96 {
    margin-left: 96px !important;
    margin-right: 96px !important;
  }
  .mx-md-128 {
    margin-left: 128px !important;
    margin-right: 128px !important;
  }
  .mx-md-160 {
    margin-left: 160px !important;
    margin-right: 160px !important;
  }
  .mx-md-192 {
    margin-left: 192px !important;
    margin-right: 192px !important;
  }
  .mx-md-200 {
    margin-left: 200px !important;
    margin-right: 200px !important;
  }
}
@media (min-width: 992px) {
  .mx-lg-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .mx-lg-4 {
    margin-left: 4px !important;
    margin-right: 4px !important;
  }
  .mx-lg-8 {
    margin-left: 8px !important;
    margin-right: 8px !important;
  }
  .mx-lg-10 {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }
  .mx-lg-12 {
    margin-left: 12px !important;
    margin-right: 12px !important;
  }
  .mx-lg-16 {
    margin-left: 16px !important;
    margin-right: 16px !important;
  }
  .mx-lg-18 {
    margin-left: 18px !important;
    margin-right: 18px !important;
  }
  .mx-lg-24 {
    margin-left: 24px !important;
    margin-right: 24px !important;
  }
  .mx-lg-32 {
    margin-left: 32px !important;
    margin-right: 32px !important;
  }
  .mx-lg-40 {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }
  .mx-lg-48 {
    margin-left: 48px !important;
    margin-right: 48px !important;
  }
  .mx-lg-52 {
    margin-left: 52px !important;
    margin-right: 52px !important;
  }
  .mx-lg-64 {
    margin-left: 64px !important;
    margin-right: 64px !important;
  }
  .mx-lg-80 {
    margin-left: 80px !important;
    margin-right: 80px !important;
  }
  .mx-lg-96 {
    margin-left: 96px !important;
    margin-right: 96px !important;
  }
  .mx-lg-128 {
    margin-left: 128px !important;
    margin-right: 128px !important;
  }
  .mx-lg-160 {
    margin-left: 160px !important;
    margin-right: 160px !important;
  }
  .mx-lg-192 {
    margin-left: 192px !important;
    margin-right: 192px !important;
  }
  .mx-lg-200 {
    margin-left: 200px !important;
    margin-right: 200px !important;
  }
}
@media (min-width: 1200px) {
  .mx-xl-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .mx-xl-4 {
    margin-left: 4px !important;
    margin-right: 4px !important;
  }
  .mx-xl-8 {
    margin-left: 8px !important;
    margin-right: 8px !important;
  }
  .mx-xl-10 {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }
  .mx-xl-12 {
    margin-left: 12px !important;
    margin-right: 12px !important;
  }
  .mx-xl-16 {
    margin-left: 16px !important;
    margin-right: 16px !important;
  }
  .mx-xl-18 {
    margin-left: 18px !important;
    margin-right: 18px !important;
  }
  .mx-xl-24 {
    margin-left: 24px !important;
    margin-right: 24px !important;
  }
  .mx-xl-32 {
    margin-left: 32px !important;
    margin-right: 32px !important;
  }
  .mx-xl-40 {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }
  .mx-xl-48 {
    margin-left: 48px !important;
    margin-right: 48px !important;
  }
  .mx-xl-52 {
    margin-left: 52px !important;
    margin-right: 52px !important;
  }
  .mx-xl-64 {
    margin-left: 64px !important;
    margin-right: 64px !important;
  }
  .mx-xl-80 {
    margin-left: 80px !important;
    margin-right: 80px !important;
  }
  .mx-xl-96 {
    margin-left: 96px !important;
    margin-right: 96px !important;
  }
  .mx-xl-128 {
    margin-left: 128px !important;
    margin-right: 128px !important;
  }
  .mx-xl-160 {
    margin-left: 160px !important;
    margin-right: 160px !important;
  }
  .mx-xl-192 {
    margin-left: 192px !important;
    margin-right: 192px !important;
  }
  .mx-xl-200 {
    margin-left: 200px !important;
    margin-right: 200px !important;
  }
}
@media (min-width: 1400px) {
  .mx-xxl-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .mx-xxl-4 {
    margin-left: 4px !important;
    margin-right: 4px !important;
  }
  .mx-xxl-8 {
    margin-left: 8px !important;
    margin-right: 8px !important;
  }
  .mx-xxl-10 {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }
  .mx-xxl-12 {
    margin-left: 12px !important;
    margin-right: 12px !important;
  }
  .mx-xxl-16 {
    margin-left: 16px !important;
    margin-right: 16px !important;
  }
  .mx-xxl-18 {
    margin-left: 18px !important;
    margin-right: 18px !important;
  }
  .mx-xxl-24 {
    margin-left: 24px !important;
    margin-right: 24px !important;
  }
  .mx-xxl-32 {
    margin-left: 32px !important;
    margin-right: 32px !important;
  }
  .mx-xxl-40 {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }
  .mx-xxl-48 {
    margin-left: 48px !important;
    margin-right: 48px !important;
  }
  .mx-xxl-52 {
    margin-left: 52px !important;
    margin-right: 52px !important;
  }
  .mx-xxl-64 {
    margin-left: 64px !important;
    margin-right: 64px !important;
  }
  .mx-xxl-80 {
    margin-left: 80px !important;
    margin-right: 80px !important;
  }
  .mx-xxl-96 {
    margin-left: 96px !important;
    margin-right: 96px !important;
  }
  .mx-xxl-128 {
    margin-left: 128px !important;
    margin-right: 128px !important;
  }
  .mx-xxl-160 {
    margin-left: 160px !important;
    margin-right: 160px !important;
  }
  .mx-xxl-192 {
    margin-left: 192px !important;
    margin-right: 192px !important;
  }
  .mx-xxl-200 {
    margin-left: 200px !important;
    margin-right: 200px !important;
  }
}
@media (min-width: 1980px) {
  .mx-xxxl-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .mx-xxxl-4 {
    margin-left: 4px !important;
    margin-right: 4px !important;
  }
  .mx-xxxl-8 {
    margin-left: 8px !important;
    margin-right: 8px !important;
  }
  .mx-xxxl-10 {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }
  .mx-xxxl-12 {
    margin-left: 12px !important;
    margin-right: 12px !important;
  }
  .mx-xxxl-16 {
    margin-left: 16px !important;
    margin-right: 16px !important;
  }
  .mx-xxxl-18 {
    margin-left: 18px !important;
    margin-right: 18px !important;
  }
  .mx-xxxl-24 {
    margin-left: 24px !important;
    margin-right: 24px !important;
  }
  .mx-xxxl-32 {
    margin-left: 32px !important;
    margin-right: 32px !important;
  }
  .mx-xxxl-40 {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }
  .mx-xxxl-48 {
    margin-left: 48px !important;
    margin-right: 48px !important;
  }
  .mx-xxxl-52 {
    margin-left: 52px !important;
    margin-right: 52px !important;
  }
  .mx-xxxl-64 {
    margin-left: 64px !important;
    margin-right: 64px !important;
  }
  .mx-xxxl-80 {
    margin-left: 80px !important;
    margin-right: 80px !important;
  }
  .mx-xxxl-96 {
    margin-left: 96px !important;
    margin-right: 96px !important;
  }
  .mx-xxxl-128 {
    margin-left: 128px !important;
    margin-right: 128px !important;
  }
  .mx-xxxl-160 {
    margin-left: 160px !important;
    margin-right: 160px !important;
  }
  .mx-xxxl-192 {
    margin-left: 192px !important;
    margin-right: 192px !important;
  }
  .mx-xxxl-200 {
    margin-left: 200px !important;
    margin-right: 200px !important;
  }
}
@media (min-width: 576px) {
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-4 {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
  }
  .my-sm-8 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }
  .my-sm-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  .my-sm-12 {
    margin-top: 12px !important;
    margin-bottom: 12px !important;
  }
  .my-sm-16 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }
  .my-sm-18 {
    margin-top: 18px !important;
    margin-bottom: 18px !important;
  }
  .my-sm-24 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
  .my-sm-32 {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }
  .my-sm-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  .my-sm-48 {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }
  .my-sm-52 {
    margin-top: 52px !important;
    margin-bottom: 52px !important;
  }
  .my-sm-64 {
    margin-top: 64px !important;
    margin-bottom: 64px !important;
  }
  .my-sm-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
  .my-sm-96 {
    margin-top: 96px !important;
    margin-bottom: 96px !important;
  }
  .my-sm-128 {
    margin-top: 128px !important;
    margin-bottom: 128px !important;
  }
  .my-sm-160 {
    margin-top: 160px !important;
    margin-bottom: 160px !important;
  }
  .my-sm-192 {
    margin-top: 192px !important;
    margin-bottom: 192px !important;
  }
  .my-sm-200 {
    margin-top: 200px !important;
    margin-bottom: 200px !important;
  }
}
@media (min-width: 768px) {
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-4 {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
  }
  .my-md-8 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }
  .my-md-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  .my-md-12 {
    margin-top: 12px !important;
    margin-bottom: 12px !important;
  }
  .my-md-16 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }
  .my-md-18 {
    margin-top: 18px !important;
    margin-bottom: 18px !important;
  }
  .my-md-24 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
  .my-md-32 {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }
  .my-md-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  .my-md-48 {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }
  .my-md-52 {
    margin-top: 52px !important;
    margin-bottom: 52px !important;
  }
  .my-md-64 {
    margin-top: 64px !important;
    margin-bottom: 64px !important;
  }
  .my-md-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
  .my-md-96 {
    margin-top: 96px !important;
    margin-bottom: 96px !important;
  }
  .my-md-128 {
    margin-top: 128px !important;
    margin-bottom: 128px !important;
  }
  .my-md-160 {
    margin-top: 160px !important;
    margin-bottom: 160px !important;
  }
  .my-md-192 {
    margin-top: 192px !important;
    margin-bottom: 192px !important;
  }
  .my-md-200 {
    margin-top: 200px !important;
    margin-bottom: 200px !important;
  }
}
@media (min-width: 992px) {
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-4 {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
  }
  .my-lg-8 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }
  .my-lg-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  .my-lg-12 {
    margin-top: 12px !important;
    margin-bottom: 12px !important;
  }
  .my-lg-16 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }
  .my-lg-18 {
    margin-top: 18px !important;
    margin-bottom: 18px !important;
  }
  .my-lg-24 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
  .my-lg-32 {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }
  .my-lg-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  .my-lg-48 {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }
  .my-lg-52 {
    margin-top: 52px !important;
    margin-bottom: 52px !important;
  }
  .my-lg-64 {
    margin-top: 64px !important;
    margin-bottom: 64px !important;
  }
  .my-lg-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
  .my-lg-96 {
    margin-top: 96px !important;
    margin-bottom: 96px !important;
  }
  .my-lg-128 {
    margin-top: 128px !important;
    margin-bottom: 128px !important;
  }
  .my-lg-160 {
    margin-top: 160px !important;
    margin-bottom: 160px !important;
  }
  .my-lg-192 {
    margin-top: 192px !important;
    margin-bottom: 192px !important;
  }
  .my-lg-200 {
    margin-top: 200px !important;
    margin-bottom: 200px !important;
  }
}
@media (min-width: 1200px) {
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-4 {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
  }
  .my-xl-8 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }
  .my-xl-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  .my-xl-12 {
    margin-top: 12px !important;
    margin-bottom: 12px !important;
  }
  .my-xl-16 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }
  .my-xl-18 {
    margin-top: 18px !important;
    margin-bottom: 18px !important;
  }
  .my-xl-24 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
  .my-xl-32 {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }
  .my-xl-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  .my-xl-48 {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }
  .my-xl-52 {
    margin-top: 52px !important;
    margin-bottom: 52px !important;
  }
  .my-xl-64 {
    margin-top: 64px !important;
    margin-bottom: 64px !important;
  }
  .my-xl-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
  .my-xl-96 {
    margin-top: 96px !important;
    margin-bottom: 96px !important;
  }
  .my-xl-128 {
    margin-top: 128px !important;
    margin-bottom: 128px !important;
  }
  .my-xl-160 {
    margin-top: 160px !important;
    margin-bottom: 160px !important;
  }
  .my-xl-192 {
    margin-top: 192px !important;
    margin-bottom: 192px !important;
  }
  .my-xl-200 {
    margin-top: 200px !important;
    margin-bottom: 200px !important;
  }
}
@media (min-width: 1400px) {
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-4 {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
  }
  .my-xxl-8 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }
  .my-xxl-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  .my-xxl-12 {
    margin-top: 12px !important;
    margin-bottom: 12px !important;
  }
  .my-xxl-16 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }
  .my-xxl-18 {
    margin-top: 18px !important;
    margin-bottom: 18px !important;
  }
  .my-xxl-24 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
  .my-xxl-32 {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }
  .my-xxl-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  .my-xxl-48 {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }
  .my-xxl-52 {
    margin-top: 52px !important;
    margin-bottom: 52px !important;
  }
  .my-xxl-64 {
    margin-top: 64px !important;
    margin-bottom: 64px !important;
  }
  .my-xxl-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
  .my-xxl-96 {
    margin-top: 96px !important;
    margin-bottom: 96px !important;
  }
  .my-xxl-128 {
    margin-top: 128px !important;
    margin-bottom: 128px !important;
  }
  .my-xxl-160 {
    margin-top: 160px !important;
    margin-bottom: 160px !important;
  }
  .my-xxl-192 {
    margin-top: 192px !important;
    margin-bottom: 192px !important;
  }
  .my-xxl-200 {
    margin-top: 200px !important;
    margin-bottom: 200px !important;
  }
}
@media (min-width: 1980px) {
  .my-xxxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxxl-4 {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
  }
  .my-xxxl-8 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }
  .my-xxxl-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  .my-xxxl-12 {
    margin-top: 12px !important;
    margin-bottom: 12px !important;
  }
  .my-xxxl-16 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }
  .my-xxxl-18 {
    margin-top: 18px !important;
    margin-bottom: 18px !important;
  }
  .my-xxxl-24 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
  .my-xxxl-32 {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }
  .my-xxxl-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  .my-xxxl-48 {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }
  .my-xxxl-52 {
    margin-top: 52px !important;
    margin-bottom: 52px !important;
  }
  .my-xxxl-64 {
    margin-top: 64px !important;
    margin-bottom: 64px !important;
  }
  .my-xxxl-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
  .my-xxxl-96 {
    margin-top: 96px !important;
    margin-bottom: 96px !important;
  }
  .my-xxxl-128 {
    margin-top: 128px !important;
    margin-bottom: 128px !important;
  }
  .my-xxxl-160 {
    margin-top: 160px !important;
    margin-bottom: 160px !important;
  }
  .my-xxxl-192 {
    margin-top: 192px !important;
    margin-bottom: 192px !important;
  }
  .my-xxxl-200 {
    margin-top: 200px !important;
    margin-bottom: 200px !important;
  }
}
@media (min-width: 576px) {
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-4 {
    padding: 4px !important;
  }
  .p-sm-8 {
    padding: 8px !important;
  }
  .p-sm-10 {
    padding: 10px !important;
  }
  .p-sm-12 {
    padding: 12px !important;
  }
  .p-sm-16 {
    padding: 16px !important;
  }
  .p-sm-18 {
    padding: 18px !important;
  }
  .p-sm-24 {
    padding: 24px !important;
  }
  .p-sm-32 {
    padding: 32px !important;
  }
  .p-sm-40 {
    padding: 40px !important;
  }
  .p-sm-48 {
    padding: 48px !important;
  }
  .p-sm-52 {
    padding: 52px !important;
  }
  .p-sm-64 {
    padding: 64px !important;
  }
  .p-sm-80 {
    padding: 80px !important;
  }
  .p-sm-96 {
    padding: 96px !important;
  }
  .p-sm-128 {
    padding: 128px !important;
  }
  .p-sm-160 {
    padding: 160px !important;
  }
  .p-sm-192 {
    padding: 192px !important;
  }
  .p-sm-200 {
    padding: 200px !important;
  }
}
@media (min-width: 768px) {
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-4 {
    padding: 4px !important;
  }
  .p-md-8 {
    padding: 8px !important;
  }
  .p-md-10 {
    padding: 10px !important;
  }
  .p-md-12 {
    padding: 12px !important;
  }
  .p-md-16 {
    padding: 16px !important;
  }
  .p-md-18 {
    padding: 18px !important;
  }
  .p-md-24 {
    padding: 24px !important;
  }
  .p-md-32 {
    padding: 32px !important;
  }
  .p-md-40 {
    padding: 40px !important;
  }
  .p-md-48 {
    padding: 48px !important;
  }
  .p-md-52 {
    padding: 52px !important;
  }
  .p-md-64 {
    padding: 64px !important;
  }
  .p-md-80 {
    padding: 80px !important;
  }
  .p-md-96 {
    padding: 96px !important;
  }
  .p-md-128 {
    padding: 128px !important;
  }
  .p-md-160 {
    padding: 160px !important;
  }
  .p-md-192 {
    padding: 192px !important;
  }
  .p-md-200 {
    padding: 200px !important;
  }
}
@media (min-width: 992px) {
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-4 {
    padding: 4px !important;
  }
  .p-lg-8 {
    padding: 8px !important;
  }
  .p-lg-10 {
    padding: 10px !important;
  }
  .p-lg-12 {
    padding: 12px !important;
  }
  .p-lg-16 {
    padding: 16px !important;
  }
  .p-lg-18 {
    padding: 18px !important;
  }
  .p-lg-24 {
    padding: 24px !important;
  }
  .p-lg-32 {
    padding: 32px !important;
  }
  .p-lg-40 {
    padding: 40px !important;
  }
  .p-lg-48 {
    padding: 48px !important;
  }
  .p-lg-52 {
    padding: 52px !important;
  }
  .p-lg-64 {
    padding: 64px !important;
  }
  .p-lg-80 {
    padding: 80px !important;
  }
  .p-lg-96 {
    padding: 96px !important;
  }
  .p-lg-128 {
    padding: 128px !important;
  }
  .p-lg-160 {
    padding: 160px !important;
  }
  .p-lg-192 {
    padding: 192px !important;
  }
  .p-lg-200 {
    padding: 200px !important;
  }
}
@media (min-width: 1200px) {
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-4 {
    padding: 4px !important;
  }
  .p-xl-8 {
    padding: 8px !important;
  }
  .p-xl-10 {
    padding: 10px !important;
  }
  .p-xl-12 {
    padding: 12px !important;
  }
  .p-xl-16 {
    padding: 16px !important;
  }
  .p-xl-18 {
    padding: 18px !important;
  }
  .p-xl-24 {
    padding: 24px !important;
  }
  .p-xl-32 {
    padding: 32px !important;
  }
  .p-xl-40 {
    padding: 40px !important;
  }
  .p-xl-48 {
    padding: 48px !important;
  }
  .p-xl-52 {
    padding: 52px !important;
  }
  .p-xl-64 {
    padding: 64px !important;
  }
  .p-xl-80 {
    padding: 80px !important;
  }
  .p-xl-96 {
    padding: 96px !important;
  }
  .p-xl-128 {
    padding: 128px !important;
  }
  .p-xl-160 {
    padding: 160px !important;
  }
  .p-xl-192 {
    padding: 192px !important;
  }
  .p-xl-200 {
    padding: 200px !important;
  }
}
@media (min-width: 1400px) {
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-4 {
    padding: 4px !important;
  }
  .p-xxl-8 {
    padding: 8px !important;
  }
  .p-xxl-10 {
    padding: 10px !important;
  }
  .p-xxl-12 {
    padding: 12px !important;
  }
  .p-xxl-16 {
    padding: 16px !important;
  }
  .p-xxl-18 {
    padding: 18px !important;
  }
  .p-xxl-24 {
    padding: 24px !important;
  }
  .p-xxl-32 {
    padding: 32px !important;
  }
  .p-xxl-40 {
    padding: 40px !important;
  }
  .p-xxl-48 {
    padding: 48px !important;
  }
  .p-xxl-52 {
    padding: 52px !important;
  }
  .p-xxl-64 {
    padding: 64px !important;
  }
  .p-xxl-80 {
    padding: 80px !important;
  }
  .p-xxl-96 {
    padding: 96px !important;
  }
  .p-xxl-128 {
    padding: 128px !important;
  }
  .p-xxl-160 {
    padding: 160px !important;
  }
  .p-xxl-192 {
    padding: 192px !important;
  }
  .p-xxl-200 {
    padding: 200px !important;
  }
}
@media (min-width: 1980px) {
  .p-xxxl-0 {
    padding: 0 !important;
  }
  .p-xxxl-4 {
    padding: 4px !important;
  }
  .p-xxxl-8 {
    padding: 8px !important;
  }
  .p-xxxl-10 {
    padding: 10px !important;
  }
  .p-xxxl-12 {
    padding: 12px !important;
  }
  .p-xxxl-16 {
    padding: 16px !important;
  }
  .p-xxxl-18 {
    padding: 18px !important;
  }
  .p-xxxl-24 {
    padding: 24px !important;
  }
  .p-xxxl-32 {
    padding: 32px !important;
  }
  .p-xxxl-40 {
    padding: 40px !important;
  }
  .p-xxxl-48 {
    padding: 48px !important;
  }
  .p-xxxl-52 {
    padding: 52px !important;
  }
  .p-xxxl-64 {
    padding: 64px !important;
  }
  .p-xxxl-80 {
    padding: 80px !important;
  }
  .p-xxxl-96 {
    padding: 96px !important;
  }
  .p-xxxl-128 {
    padding: 128px !important;
  }
  .p-xxxl-160 {
    padding: 160px !important;
  }
  .p-xxxl-192 {
    padding: 192px !important;
  }
  .p-xxxl-200 {
    padding: 200px !important;
  }
}
@media (min-width: 576px) {
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-4 {
    padding-top: 4px !important;
  }
  .pt-sm-8 {
    padding-top: 8px !important;
  }
  .pt-sm-10 {
    padding-top: 10px !important;
  }
  .pt-sm-12 {
    padding-top: 12px !important;
  }
  .pt-sm-16 {
    padding-top: 16px !important;
  }
  .pt-sm-18 {
    padding-top: 18px !important;
  }
  .pt-sm-24 {
    padding-top: 24px !important;
  }
  .pt-sm-32 {
    padding-top: 32px !important;
  }
  .pt-sm-40 {
    padding-top: 40px !important;
  }
  .pt-sm-48 {
    padding-top: 48px !important;
  }
  .pt-sm-52 {
    padding-top: 52px !important;
  }
  .pt-sm-64 {
    padding-top: 64px !important;
  }
  .pt-sm-80 {
    padding-top: 80px !important;
  }
  .pt-sm-96 {
    padding-top: 96px !important;
  }
  .pt-sm-128 {
    padding-top: 128px !important;
  }
  .pt-sm-160 {
    padding-top: 160px !important;
  }
  .pt-sm-192 {
    padding-top: 192px !important;
  }
  .pt-sm-200 {
    padding-top: 200px !important;
  }
}
@media (min-width: 768px) {
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-4 {
    padding-top: 4px !important;
  }
  .pt-md-8 {
    padding-top: 8px !important;
  }
  .pt-md-10 {
    padding-top: 10px !important;
  }
  .pt-md-12 {
    padding-top: 12px !important;
  }
  .pt-md-16 {
    padding-top: 16px !important;
  }
  .pt-md-18 {
    padding-top: 18px !important;
  }
  .pt-md-24 {
    padding-top: 24px !important;
  }
  .pt-md-32 {
    padding-top: 32px !important;
  }
  .pt-md-40 {
    padding-top: 40px !important;
  }
  .pt-md-48 {
    padding-top: 48px !important;
  }
  .pt-md-52 {
    padding-top: 52px !important;
  }
  .pt-md-64 {
    padding-top: 64px !important;
  }
  .pt-md-80 {
    padding-top: 80px !important;
  }
  .pt-md-96 {
    padding-top: 96px !important;
  }
  .pt-md-128 {
    padding-top: 128px !important;
  }
  .pt-md-160 {
    padding-top: 160px !important;
  }
  .pt-md-192 {
    padding-top: 192px !important;
  }
  .pt-md-200 {
    padding-top: 200px !important;
  }
}
@media (min-width: 992px) {
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-4 {
    padding-top: 4px !important;
  }
  .pt-lg-8 {
    padding-top: 8px !important;
  }
  .pt-lg-10 {
    padding-top: 10px !important;
  }
  .pt-lg-12 {
    padding-top: 12px !important;
  }
  .pt-lg-16 {
    padding-top: 16px !important;
  }
  .pt-lg-18 {
    padding-top: 18px !important;
  }
  .pt-lg-24 {
    padding-top: 24px !important;
  }
  .pt-lg-32 {
    padding-top: 32px !important;
  }
  .pt-lg-40 {
    padding-top: 40px !important;
  }
  .pt-lg-48 {
    padding-top: 48px !important;
  }
  .pt-lg-52 {
    padding-top: 52px !important;
  }
  .pt-lg-64 {
    padding-top: 64px !important;
  }
  .pt-lg-80 {
    padding-top: 80px !important;
  }
  .pt-lg-96 {
    padding-top: 96px !important;
  }
  .pt-lg-128 {
    padding-top: 128px !important;
  }
  .pt-lg-160 {
    padding-top: 160px !important;
  }
  .pt-lg-192 {
    padding-top: 192px !important;
  }
  .pt-lg-200 {
    padding-top: 200px !important;
  }
}
@media (min-width: 1200px) {
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-4 {
    padding-top: 4px !important;
  }
  .pt-xl-8 {
    padding-top: 8px !important;
  }
  .pt-xl-10 {
    padding-top: 10px !important;
  }
  .pt-xl-12 {
    padding-top: 12px !important;
  }
  .pt-xl-16 {
    padding-top: 16px !important;
  }
  .pt-xl-18 {
    padding-top: 18px !important;
  }
  .pt-xl-24 {
    padding-top: 24px !important;
  }
  .pt-xl-32 {
    padding-top: 32px !important;
  }
  .pt-xl-40 {
    padding-top: 40px !important;
  }
  .pt-xl-48 {
    padding-top: 48px !important;
  }
  .pt-xl-52 {
    padding-top: 52px !important;
  }
  .pt-xl-64 {
    padding-top: 64px !important;
  }
  .pt-xl-80 {
    padding-top: 80px !important;
  }
  .pt-xl-96 {
    padding-top: 96px !important;
  }
  .pt-xl-128 {
    padding-top: 128px !important;
  }
  .pt-xl-160 {
    padding-top: 160px !important;
  }
  .pt-xl-192 {
    padding-top: 192px !important;
  }
  .pt-xl-200 {
    padding-top: 200px !important;
  }
}
@media (min-width: 1400px) {
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-4 {
    padding-top: 4px !important;
  }
  .pt-xxl-8 {
    padding-top: 8px !important;
  }
  .pt-xxl-10 {
    padding-top: 10px !important;
  }
  .pt-xxl-12 {
    padding-top: 12px !important;
  }
  .pt-xxl-16 {
    padding-top: 16px !important;
  }
  .pt-xxl-18 {
    padding-top: 18px !important;
  }
  .pt-xxl-24 {
    padding-top: 24px !important;
  }
  .pt-xxl-32 {
    padding-top: 32px !important;
  }
  .pt-xxl-40 {
    padding-top: 40px !important;
  }
  .pt-xxl-48 {
    padding-top: 48px !important;
  }
  .pt-xxl-52 {
    padding-top: 52px !important;
  }
  .pt-xxl-64 {
    padding-top: 64px !important;
  }
  .pt-xxl-80 {
    padding-top: 80px !important;
  }
  .pt-xxl-96 {
    padding-top: 96px !important;
  }
  .pt-xxl-128 {
    padding-top: 128px !important;
  }
  .pt-xxl-160 {
    padding-top: 160px !important;
  }
  .pt-xxl-192 {
    padding-top: 192px !important;
  }
  .pt-xxl-200 {
    padding-top: 200px !important;
  }
}
@media (min-width: 1980px) {
  .pt-xxxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxxl-4 {
    padding-top: 4px !important;
  }
  .pt-xxxl-8 {
    padding-top: 8px !important;
  }
  .pt-xxxl-10 {
    padding-top: 10px !important;
  }
  .pt-xxxl-12 {
    padding-top: 12px !important;
  }
  .pt-xxxl-16 {
    padding-top: 16px !important;
  }
  .pt-xxxl-18 {
    padding-top: 18px !important;
  }
  .pt-xxxl-24 {
    padding-top: 24px !important;
  }
  .pt-xxxl-32 {
    padding-top: 32px !important;
  }
  .pt-xxxl-40 {
    padding-top: 40px !important;
  }
  .pt-xxxl-48 {
    padding-top: 48px !important;
  }
  .pt-xxxl-52 {
    padding-top: 52px !important;
  }
  .pt-xxxl-64 {
    padding-top: 64px !important;
  }
  .pt-xxxl-80 {
    padding-top: 80px !important;
  }
  .pt-xxxl-96 {
    padding-top: 96px !important;
  }
  .pt-xxxl-128 {
    padding-top: 128px !important;
  }
  .pt-xxxl-160 {
    padding-top: 160px !important;
  }
  .pt-xxxl-192 {
    padding-top: 192px !important;
  }
  .pt-xxxl-200 {
    padding-top: 200px !important;
  }
}
@media (min-width: 576px) {
  .pr-sm-0 {
    padding-right: 0 !important;
  }
  .pr-sm-4 {
    padding-right: 4px !important;
  }
  .pr-sm-8 {
    padding-right: 8px !important;
  }
  .pr-sm-10 {
    padding-right: 10px !important;
  }
  .pr-sm-12 {
    padding-right: 12px !important;
  }
  .pr-sm-16 {
    padding-right: 16px !important;
  }
  .pr-sm-18 {
    padding-right: 18px !important;
  }
  .pr-sm-24 {
    padding-right: 24px !important;
  }
  .pr-sm-32 {
    padding-right: 32px !important;
  }
  .pr-sm-40 {
    padding-right: 40px !important;
  }
  .pr-sm-48 {
    padding-right: 48px !important;
  }
  .pr-sm-52 {
    padding-right: 52px !important;
  }
  .pr-sm-64 {
    padding-right: 64px !important;
  }
  .pr-sm-80 {
    padding-right: 80px !important;
  }
  .pr-sm-96 {
    padding-right: 96px !important;
  }
  .pr-sm-128 {
    padding-right: 128px !important;
  }
  .pr-sm-160 {
    padding-right: 160px !important;
  }
  .pr-sm-192 {
    padding-right: 192px !important;
  }
  .pr-sm-200 {
    padding-right: 200px !important;
  }
}
@media (min-width: 768px) {
  .pr-md-0 {
    padding-right: 0 !important;
  }
  .pr-md-4 {
    padding-right: 4px !important;
  }
  .pr-md-8 {
    padding-right: 8px !important;
  }
  .pr-md-10 {
    padding-right: 10px !important;
  }
  .pr-md-12 {
    padding-right: 12px !important;
  }
  .pr-md-16 {
    padding-right: 16px !important;
  }
  .pr-md-18 {
    padding-right: 18px !important;
  }
  .pr-md-24 {
    padding-right: 24px !important;
  }
  .pr-md-32 {
    padding-right: 32px !important;
  }
  .pr-md-40 {
    padding-right: 40px !important;
  }
  .pr-md-48 {
    padding-right: 48px !important;
  }
  .pr-md-52 {
    padding-right: 52px !important;
  }
  .pr-md-64 {
    padding-right: 64px !important;
  }
  .pr-md-80 {
    padding-right: 80px !important;
  }
  .pr-md-96 {
    padding-right: 96px !important;
  }
  .pr-md-128 {
    padding-right: 128px !important;
  }
  .pr-md-160 {
    padding-right: 160px !important;
  }
  .pr-md-192 {
    padding-right: 192px !important;
  }
  .pr-md-200 {
    padding-right: 200px !important;
  }
}
@media (min-width: 992px) {
  .pr-lg-0 {
    padding-right: 0 !important;
  }
  .pr-lg-4 {
    padding-right: 4px !important;
  }
  .pr-lg-8 {
    padding-right: 8px !important;
  }
  .pr-lg-10 {
    padding-right: 10px !important;
  }
  .pr-lg-12 {
    padding-right: 12px !important;
  }
  .pr-lg-16 {
    padding-right: 16px !important;
  }
  .pr-lg-18 {
    padding-right: 18px !important;
  }
  .pr-lg-24 {
    padding-right: 24px !important;
  }
  .pr-lg-32 {
    padding-right: 32px !important;
  }
  .pr-lg-40 {
    padding-right: 40px !important;
  }
  .pr-lg-48 {
    padding-right: 48px !important;
  }
  .pr-lg-52 {
    padding-right: 52px !important;
  }
  .pr-lg-64 {
    padding-right: 64px !important;
  }
  .pr-lg-80 {
    padding-right: 80px !important;
  }
  .pr-lg-96 {
    padding-right: 96px !important;
  }
  .pr-lg-128 {
    padding-right: 128px !important;
  }
  .pr-lg-160 {
    padding-right: 160px !important;
  }
  .pr-lg-192 {
    padding-right: 192px !important;
  }
  .pr-lg-200 {
    padding-right: 200px !important;
  }
}
@media (min-width: 1200px) {
  .pr-xl-0 {
    padding-right: 0 !important;
  }
  .pr-xl-4 {
    padding-right: 4px !important;
  }
  .pr-xl-8 {
    padding-right: 8px !important;
  }
  .pr-xl-10 {
    padding-right: 10px !important;
  }
  .pr-xl-12 {
    padding-right: 12px !important;
  }
  .pr-xl-16 {
    padding-right: 16px !important;
  }
  .pr-xl-18 {
    padding-right: 18px !important;
  }
  .pr-xl-24 {
    padding-right: 24px !important;
  }
  .pr-xl-32 {
    padding-right: 32px !important;
  }
  .pr-xl-40 {
    padding-right: 40px !important;
  }
  .pr-xl-48 {
    padding-right: 48px !important;
  }
  .pr-xl-52 {
    padding-right: 52px !important;
  }
  .pr-xl-64 {
    padding-right: 64px !important;
  }
  .pr-xl-80 {
    padding-right: 80px !important;
  }
  .pr-xl-96 {
    padding-right: 96px !important;
  }
  .pr-xl-128 {
    padding-right: 128px !important;
  }
  .pr-xl-160 {
    padding-right: 160px !important;
  }
  .pr-xl-192 {
    padding-right: 192px !important;
  }
  .pr-xl-200 {
    padding-right: 200px !important;
  }
}
@media (min-width: 1400px) {
  .pr-xxl-0 {
    padding-right: 0 !important;
  }
  .pr-xxl-4 {
    padding-right: 4px !important;
  }
  .pr-xxl-8 {
    padding-right: 8px !important;
  }
  .pr-xxl-10 {
    padding-right: 10px !important;
  }
  .pr-xxl-12 {
    padding-right: 12px !important;
  }
  .pr-xxl-16 {
    padding-right: 16px !important;
  }
  .pr-xxl-18 {
    padding-right: 18px !important;
  }
  .pr-xxl-24 {
    padding-right: 24px !important;
  }
  .pr-xxl-32 {
    padding-right: 32px !important;
  }
  .pr-xxl-40 {
    padding-right: 40px !important;
  }
  .pr-xxl-48 {
    padding-right: 48px !important;
  }
  .pr-xxl-52 {
    padding-right: 52px !important;
  }
  .pr-xxl-64 {
    padding-right: 64px !important;
  }
  .pr-xxl-80 {
    padding-right: 80px !important;
  }
  .pr-xxl-96 {
    padding-right: 96px !important;
  }
  .pr-xxl-128 {
    padding-right: 128px !important;
  }
  .pr-xxl-160 {
    padding-right: 160px !important;
  }
  .pr-xxl-192 {
    padding-right: 192px !important;
  }
  .pr-xxl-200 {
    padding-right: 200px !important;
  }
}
@media (min-width: 1980px) {
  .pr-xxxl-0 {
    padding-right: 0 !important;
  }
  .pr-xxxl-4 {
    padding-right: 4px !important;
  }
  .pr-xxxl-8 {
    padding-right: 8px !important;
  }
  .pr-xxxl-10 {
    padding-right: 10px !important;
  }
  .pr-xxxl-12 {
    padding-right: 12px !important;
  }
  .pr-xxxl-16 {
    padding-right: 16px !important;
  }
  .pr-xxxl-18 {
    padding-right: 18px !important;
  }
  .pr-xxxl-24 {
    padding-right: 24px !important;
  }
  .pr-xxxl-32 {
    padding-right: 32px !important;
  }
  .pr-xxxl-40 {
    padding-right: 40px !important;
  }
  .pr-xxxl-48 {
    padding-right: 48px !important;
  }
  .pr-xxxl-52 {
    padding-right: 52px !important;
  }
  .pr-xxxl-64 {
    padding-right: 64px !important;
  }
  .pr-xxxl-80 {
    padding-right: 80px !important;
  }
  .pr-xxxl-96 {
    padding-right: 96px !important;
  }
  .pr-xxxl-128 {
    padding-right: 128px !important;
  }
  .pr-xxxl-160 {
    padding-right: 160px !important;
  }
  .pr-xxxl-192 {
    padding-right: 192px !important;
  }
  .pr-xxxl-200 {
    padding-right: 200px !important;
  }
}
@media (min-width: 576px) {
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-4 {
    padding-bottom: 4px !important;
  }
  .pb-sm-8 {
    padding-bottom: 8px !important;
  }
  .pb-sm-10 {
    padding-bottom: 10px !important;
  }
  .pb-sm-12 {
    padding-bottom: 12px !important;
  }
  .pb-sm-16 {
    padding-bottom: 16px !important;
  }
  .pb-sm-18 {
    padding-bottom: 18px !important;
  }
  .pb-sm-24 {
    padding-bottom: 24px !important;
  }
  .pb-sm-32 {
    padding-bottom: 32px !important;
  }
  .pb-sm-40 {
    padding-bottom: 40px !important;
  }
  .pb-sm-48 {
    padding-bottom: 48px !important;
  }
  .pb-sm-52 {
    padding-bottom: 52px !important;
  }
  .pb-sm-64 {
    padding-bottom: 64px !important;
  }
  .pb-sm-80 {
    padding-bottom: 80px !important;
  }
  .pb-sm-96 {
    padding-bottom: 96px !important;
  }
  .pb-sm-128 {
    padding-bottom: 128px !important;
  }
  .pb-sm-160 {
    padding-bottom: 160px !important;
  }
  .pb-sm-192 {
    padding-bottom: 192px !important;
  }
  .pb-sm-200 {
    padding-bottom: 200px !important;
  }
}
@media (min-width: 768px) {
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-4 {
    padding-bottom: 4px !important;
  }
  .pb-md-8 {
    padding-bottom: 8px !important;
  }
  .pb-md-10 {
    padding-bottom: 10px !important;
  }
  .pb-md-12 {
    padding-bottom: 12px !important;
  }
  .pb-md-16 {
    padding-bottom: 16px !important;
  }
  .pb-md-18 {
    padding-bottom: 18px !important;
  }
  .pb-md-24 {
    padding-bottom: 24px !important;
  }
  .pb-md-32 {
    padding-bottom: 32px !important;
  }
  .pb-md-40 {
    padding-bottom: 40px !important;
  }
  .pb-md-48 {
    padding-bottom: 48px !important;
  }
  .pb-md-52 {
    padding-bottom: 52px !important;
  }
  .pb-md-64 {
    padding-bottom: 64px !important;
  }
  .pb-md-80 {
    padding-bottom: 80px !important;
  }
  .pb-md-96 {
    padding-bottom: 96px !important;
  }
  .pb-md-128 {
    padding-bottom: 128px !important;
  }
  .pb-md-160 {
    padding-bottom: 160px !important;
  }
  .pb-md-192 {
    padding-bottom: 192px !important;
  }
  .pb-md-200 {
    padding-bottom: 200px !important;
  }
}
@media (min-width: 992px) {
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-4 {
    padding-bottom: 4px !important;
  }
  .pb-lg-8 {
    padding-bottom: 8px !important;
  }
  .pb-lg-10 {
    padding-bottom: 10px !important;
  }
  .pb-lg-12 {
    padding-bottom: 12px !important;
  }
  .pb-lg-16 {
    padding-bottom: 16px !important;
  }
  .pb-lg-18 {
    padding-bottom: 18px !important;
  }
  .pb-lg-24 {
    padding-bottom: 24px !important;
  }
  .pb-lg-32 {
    padding-bottom: 32px !important;
  }
  .pb-lg-40 {
    padding-bottom: 40px !important;
  }
  .pb-lg-48 {
    padding-bottom: 48px !important;
  }
  .pb-lg-52 {
    padding-bottom: 52px !important;
  }
  .pb-lg-64 {
    padding-bottom: 64px !important;
  }
  .pb-lg-80 {
    padding-bottom: 80px !important;
  }
  .pb-lg-96 {
    padding-bottom: 96px !important;
  }
  .pb-lg-128 {
    padding-bottom: 128px !important;
  }
  .pb-lg-160 {
    padding-bottom: 160px !important;
  }
  .pb-lg-192 {
    padding-bottom: 192px !important;
  }
  .pb-lg-200 {
    padding-bottom: 200px !important;
  }
}
@media (min-width: 1200px) {
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-4 {
    padding-bottom: 4px !important;
  }
  .pb-xl-8 {
    padding-bottom: 8px !important;
  }
  .pb-xl-10 {
    padding-bottom: 10px !important;
  }
  .pb-xl-12 {
    padding-bottom: 12px !important;
  }
  .pb-xl-16 {
    padding-bottom: 16px !important;
  }
  .pb-xl-18 {
    padding-bottom: 18px !important;
  }
  .pb-xl-24 {
    padding-bottom: 24px !important;
  }
  .pb-xl-32 {
    padding-bottom: 32px !important;
  }
  .pb-xl-40 {
    padding-bottom: 40px !important;
  }
  .pb-xl-48 {
    padding-bottom: 48px !important;
  }
  .pb-xl-52 {
    padding-bottom: 52px !important;
  }
  .pb-xl-64 {
    padding-bottom: 64px !important;
  }
  .pb-xl-80 {
    padding-bottom: 80px !important;
  }
  .pb-xl-96 {
    padding-bottom: 96px !important;
  }
  .pb-xl-128 {
    padding-bottom: 128px !important;
  }
  .pb-xl-160 {
    padding-bottom: 160px !important;
  }
  .pb-xl-192 {
    padding-bottom: 192px !important;
  }
  .pb-xl-200 {
    padding-bottom: 200px !important;
  }
}
@media (min-width: 1400px) {
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-4 {
    padding-bottom: 4px !important;
  }
  .pb-xxl-8 {
    padding-bottom: 8px !important;
  }
  .pb-xxl-10 {
    padding-bottom: 10px !important;
  }
  .pb-xxl-12 {
    padding-bottom: 12px !important;
  }
  .pb-xxl-16 {
    padding-bottom: 16px !important;
  }
  .pb-xxl-18 {
    padding-bottom: 18px !important;
  }
  .pb-xxl-24 {
    padding-bottom: 24px !important;
  }
  .pb-xxl-32 {
    padding-bottom: 32px !important;
  }
  .pb-xxl-40 {
    padding-bottom: 40px !important;
  }
  .pb-xxl-48 {
    padding-bottom: 48px !important;
  }
  .pb-xxl-52 {
    padding-bottom: 52px !important;
  }
  .pb-xxl-64 {
    padding-bottom: 64px !important;
  }
  .pb-xxl-80 {
    padding-bottom: 80px !important;
  }
  .pb-xxl-96 {
    padding-bottom: 96px !important;
  }
  .pb-xxl-128 {
    padding-bottom: 128px !important;
  }
  .pb-xxl-160 {
    padding-bottom: 160px !important;
  }
  .pb-xxl-192 {
    padding-bottom: 192px !important;
  }
  .pb-xxl-200 {
    padding-bottom: 200px !important;
  }
}
@media (min-width: 1980px) {
  .pb-xxxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxxl-4 {
    padding-bottom: 4px !important;
  }
  .pb-xxxl-8 {
    padding-bottom: 8px !important;
  }
  .pb-xxxl-10 {
    padding-bottom: 10px !important;
  }
  .pb-xxxl-12 {
    padding-bottom: 12px !important;
  }
  .pb-xxxl-16 {
    padding-bottom: 16px !important;
  }
  .pb-xxxl-18 {
    padding-bottom: 18px !important;
  }
  .pb-xxxl-24 {
    padding-bottom: 24px !important;
  }
  .pb-xxxl-32 {
    padding-bottom: 32px !important;
  }
  .pb-xxxl-40 {
    padding-bottom: 40px !important;
  }
  .pb-xxxl-48 {
    padding-bottom: 48px !important;
  }
  .pb-xxxl-52 {
    padding-bottom: 52px !important;
  }
  .pb-xxxl-64 {
    padding-bottom: 64px !important;
  }
  .pb-xxxl-80 {
    padding-bottom: 80px !important;
  }
  .pb-xxxl-96 {
    padding-bottom: 96px !important;
  }
  .pb-xxxl-128 {
    padding-bottom: 128px !important;
  }
  .pb-xxxl-160 {
    padding-bottom: 160px !important;
  }
  .pb-xxxl-192 {
    padding-bottom: 192px !important;
  }
  .pb-xxxl-200 {
    padding-bottom: 200px !important;
  }
}
@media (min-width: 576px) {
  .pl-sm-0 {
    padding-left: 0 !important;
  }
  .pl-sm-4 {
    padding-left: 4px !important;
  }
  .pl-sm-8 {
    padding-left: 8px !important;
  }
  .pl-sm-10 {
    padding-left: 10px !important;
  }
  .pl-sm-12 {
    padding-left: 12px !important;
  }
  .pl-sm-16 {
    padding-left: 16px !important;
  }
  .pl-sm-18 {
    padding-left: 18px !important;
  }
  .pl-sm-24 {
    padding-left: 24px !important;
  }
  .pl-sm-32 {
    padding-left: 32px !important;
  }
  .pl-sm-40 {
    padding-left: 40px !important;
  }
  .pl-sm-48 {
    padding-left: 48px !important;
  }
  .pl-sm-52 {
    padding-left: 52px !important;
  }
  .pl-sm-64 {
    padding-left: 64px !important;
  }
  .pl-sm-80 {
    padding-left: 80px !important;
  }
  .pl-sm-96 {
    padding-left: 96px !important;
  }
  .pl-sm-128 {
    padding-left: 128px !important;
  }
  .pl-sm-160 {
    padding-left: 160px !important;
  }
  .pl-sm-192 {
    padding-left: 192px !important;
  }
  .pl-sm-200 {
    padding-left: 200px !important;
  }
}
@media (min-width: 768px) {
  .pl-md-0 {
    padding-left: 0 !important;
  }
  .pl-md-4 {
    padding-left: 4px !important;
  }
  .pl-md-8 {
    padding-left: 8px !important;
  }
  .pl-md-10 {
    padding-left: 10px !important;
  }
  .pl-md-12 {
    padding-left: 12px !important;
  }
  .pl-md-16 {
    padding-left: 16px !important;
  }
  .pl-md-18 {
    padding-left: 18px !important;
  }
  .pl-md-24 {
    padding-left: 24px !important;
  }
  .pl-md-32 {
    padding-left: 32px !important;
  }
  .pl-md-40 {
    padding-left: 40px !important;
  }
  .pl-md-48 {
    padding-left: 48px !important;
  }
  .pl-md-52 {
    padding-left: 52px !important;
  }
  .pl-md-64 {
    padding-left: 64px !important;
  }
  .pl-md-80 {
    padding-left: 80px !important;
  }
  .pl-md-96 {
    padding-left: 96px !important;
  }
  .pl-md-128 {
    padding-left: 128px !important;
  }
  .pl-md-160 {
    padding-left: 160px !important;
  }
  .pl-md-192 {
    padding-left: 192px !important;
  }
  .pl-md-200 {
    padding-left: 200px !important;
  }
}
@media (min-width: 992px) {
  .pl-lg-0 {
    padding-left: 0 !important;
  }
  .pl-lg-4 {
    padding-left: 4px !important;
  }
  .pl-lg-8 {
    padding-left: 8px !important;
  }
  .pl-lg-10 {
    padding-left: 10px !important;
  }
  .pl-lg-12 {
    padding-left: 12px !important;
  }
  .pl-lg-16 {
    padding-left: 16px !important;
  }
  .pl-lg-18 {
    padding-left: 18px !important;
  }
  .pl-lg-24 {
    padding-left: 24px !important;
  }
  .pl-lg-32 {
    padding-left: 32px !important;
  }
  .pl-lg-40 {
    padding-left: 40px !important;
  }
  .pl-lg-48 {
    padding-left: 48px !important;
  }
  .pl-lg-52 {
    padding-left: 52px !important;
  }
  .pl-lg-64 {
    padding-left: 64px !important;
  }
  .pl-lg-80 {
    padding-left: 80px !important;
  }
  .pl-lg-96 {
    padding-left: 96px !important;
  }
  .pl-lg-128 {
    padding-left: 128px !important;
  }
  .pl-lg-160 {
    padding-left: 160px !important;
  }
  .pl-lg-192 {
    padding-left: 192px !important;
  }
  .pl-lg-200 {
    padding-left: 200px !important;
  }
}
@media (min-width: 1200px) {
  .pl-xl-0 {
    padding-left: 0 !important;
  }
  .pl-xl-4 {
    padding-left: 4px !important;
  }
  .pl-xl-8 {
    padding-left: 8px !important;
  }
  .pl-xl-10 {
    padding-left: 10px !important;
  }
  .pl-xl-12 {
    padding-left: 12px !important;
  }
  .pl-xl-16 {
    padding-left: 16px !important;
  }
  .pl-xl-18 {
    padding-left: 18px !important;
  }
  .pl-xl-24 {
    padding-left: 24px !important;
  }
  .pl-xl-32 {
    padding-left: 32px !important;
  }
  .pl-xl-40 {
    padding-left: 40px !important;
  }
  .pl-xl-48 {
    padding-left: 48px !important;
  }
  .pl-xl-52 {
    padding-left: 52px !important;
  }
  .pl-xl-64 {
    padding-left: 64px !important;
  }
  .pl-xl-80 {
    padding-left: 80px !important;
  }
  .pl-xl-96 {
    padding-left: 96px !important;
  }
  .pl-xl-128 {
    padding-left: 128px !important;
  }
  .pl-xl-160 {
    padding-left: 160px !important;
  }
  .pl-xl-192 {
    padding-left: 192px !important;
  }
  .pl-xl-200 {
    padding-left: 200px !important;
  }
}
@media (min-width: 1400px) {
  .pl-xxl-0 {
    padding-left: 0 !important;
  }
  .pl-xxl-4 {
    padding-left: 4px !important;
  }
  .pl-xxl-8 {
    padding-left: 8px !important;
  }
  .pl-xxl-10 {
    padding-left: 10px !important;
  }
  .pl-xxl-12 {
    padding-left: 12px !important;
  }
  .pl-xxl-16 {
    padding-left: 16px !important;
  }
  .pl-xxl-18 {
    padding-left: 18px !important;
  }
  .pl-xxl-24 {
    padding-left: 24px !important;
  }
  .pl-xxl-32 {
    padding-left: 32px !important;
  }
  .pl-xxl-40 {
    padding-left: 40px !important;
  }
  .pl-xxl-48 {
    padding-left: 48px !important;
  }
  .pl-xxl-52 {
    padding-left: 52px !important;
  }
  .pl-xxl-64 {
    padding-left: 64px !important;
  }
  .pl-xxl-80 {
    padding-left: 80px !important;
  }
  .pl-xxl-96 {
    padding-left: 96px !important;
  }
  .pl-xxl-128 {
    padding-left: 128px !important;
  }
  .pl-xxl-160 {
    padding-left: 160px !important;
  }
  .pl-xxl-192 {
    padding-left: 192px !important;
  }
  .pl-xxl-200 {
    padding-left: 200px !important;
  }
}
@media (min-width: 1980px) {
  .pl-xxxl-0 {
    padding-left: 0 !important;
  }
  .pl-xxxl-4 {
    padding-left: 4px !important;
  }
  .pl-xxxl-8 {
    padding-left: 8px !important;
  }
  .pl-xxxl-10 {
    padding-left: 10px !important;
  }
  .pl-xxxl-12 {
    padding-left: 12px !important;
  }
  .pl-xxxl-16 {
    padding-left: 16px !important;
  }
  .pl-xxxl-18 {
    padding-left: 18px !important;
  }
  .pl-xxxl-24 {
    padding-left: 24px !important;
  }
  .pl-xxxl-32 {
    padding-left: 32px !important;
  }
  .pl-xxxl-40 {
    padding-left: 40px !important;
  }
  .pl-xxxl-48 {
    padding-left: 48px !important;
  }
  .pl-xxxl-52 {
    padding-left: 52px !important;
  }
  .pl-xxxl-64 {
    padding-left: 64px !important;
  }
  .pl-xxxl-80 {
    padding-left: 80px !important;
  }
  .pl-xxxl-96 {
    padding-left: 96px !important;
  }
  .pl-xxxl-128 {
    padding-left: 128px !important;
  }
  .pl-xxxl-160 {
    padding-left: 160px !important;
  }
  .pl-xxxl-192 {
    padding-left: 192px !important;
  }
  .pl-xxxl-200 {
    padding-left: 200px !important;
  }
}
@media (min-width: 576px) {
  .px-sm-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .px-sm-4 {
    padding-left: 4px !important;
    padding-right: 4px !important;
  }
  .px-sm-8 {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }
  .px-sm-10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .px-sm-12 {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
  .px-sm-16 {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
  .px-sm-18 {
    padding-left: 18px !important;
    padding-right: 18px !important;
  }
  .px-sm-24 {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
  .px-sm-32 {
    padding-left: 32px !important;
    padding-right: 32px !important;
  }
  .px-sm-40 {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
  .px-sm-48 {
    padding-left: 48px !important;
    padding-right: 48px !important;
  }
  .px-sm-52 {
    padding-left: 52px !important;
    padding-right: 52px !important;
  }
  .px-sm-64 {
    padding-left: 64px !important;
    padding-right: 64px !important;
  }
  .px-sm-80 {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }
  .px-sm-96 {
    padding-left: 96px !important;
    padding-right: 96px !important;
  }
  .px-sm-128 {
    padding-left: 128px !important;
    padding-right: 128px !important;
  }
  .px-sm-160 {
    padding-left: 160px !important;
    padding-right: 160px !important;
  }
  .px-sm-192 {
    padding-left: 192px !important;
    padding-right: 192px !important;
  }
  .px-sm-200 {
    padding-left: 200px !important;
    padding-right: 200px !important;
  }
}
@media (min-width: 768px) {
  .px-md-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .px-md-4 {
    padding-left: 4px !important;
    padding-right: 4px !important;
  }
  .px-md-8 {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }
  .px-md-10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .px-md-12 {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
  .px-md-16 {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
  .px-md-18 {
    padding-left: 18px !important;
    padding-right: 18px !important;
  }
  .px-md-24 {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
  .px-md-32 {
    padding-left: 32px !important;
    padding-right: 32px !important;
  }
  .px-md-40 {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
  .px-md-48 {
    padding-left: 48px !important;
    padding-right: 48px !important;
  }
  .px-md-52 {
    padding-left: 52px !important;
    padding-right: 52px !important;
  }
  .px-md-64 {
    padding-left: 64px !important;
    padding-right: 64px !important;
  }
  .px-md-80 {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }
  .px-md-96 {
    padding-left: 96px !important;
    padding-right: 96px !important;
  }
  .px-md-128 {
    padding-left: 128px !important;
    padding-right: 128px !important;
  }
  .px-md-160 {
    padding-left: 160px !important;
    padding-right: 160px !important;
  }
  .px-md-192 {
    padding-left: 192px !important;
    padding-right: 192px !important;
  }
  .px-md-200 {
    padding-left: 200px !important;
    padding-right: 200px !important;
  }
}
@media (min-width: 992px) {
  .px-lg-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .px-lg-4 {
    padding-left: 4px !important;
    padding-right: 4px !important;
  }
  .px-lg-8 {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }
  .px-lg-10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .px-lg-12 {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
  .px-lg-16 {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
  .px-lg-18 {
    padding-left: 18px !important;
    padding-right: 18px !important;
  }
  .px-lg-24 {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
  .px-lg-32 {
    padding-left: 32px !important;
    padding-right: 32px !important;
  }
  .px-lg-40 {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
  .px-lg-48 {
    padding-left: 48px !important;
    padding-right: 48px !important;
  }
  .px-lg-52 {
    padding-left: 52px !important;
    padding-right: 52px !important;
  }
  .px-lg-64 {
    padding-left: 64px !important;
    padding-right: 64px !important;
  }
  .px-lg-80 {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }
  .px-lg-96 {
    padding-left: 96px !important;
    padding-right: 96px !important;
  }
  .px-lg-128 {
    padding-left: 128px !important;
    padding-right: 128px !important;
  }
  .px-lg-160 {
    padding-left: 160px !important;
    padding-right: 160px !important;
  }
  .px-lg-192 {
    padding-left: 192px !important;
    padding-right: 192px !important;
  }
  .px-lg-200 {
    padding-left: 200px !important;
    padding-right: 200px !important;
  }
}
@media (min-width: 1200px) {
  .px-xl-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .px-xl-4 {
    padding-left: 4px !important;
    padding-right: 4px !important;
  }
  .px-xl-8 {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }
  .px-xl-10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .px-xl-12 {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
  .px-xl-16 {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
  .px-xl-18 {
    padding-left: 18px !important;
    padding-right: 18px !important;
  }
  .px-xl-24 {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
  .px-xl-32 {
    padding-left: 32px !important;
    padding-right: 32px !important;
  }
  .px-xl-40 {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
  .px-xl-48 {
    padding-left: 48px !important;
    padding-right: 48px !important;
  }
  .px-xl-52 {
    padding-left: 52px !important;
    padding-right: 52px !important;
  }
  .px-xl-64 {
    padding-left: 64px !important;
    padding-right: 64px !important;
  }
  .px-xl-80 {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }
  .px-xl-96 {
    padding-left: 96px !important;
    padding-right: 96px !important;
  }
  .px-xl-128 {
    padding-left: 128px !important;
    padding-right: 128px !important;
  }
  .px-xl-160 {
    padding-left: 160px !important;
    padding-right: 160px !important;
  }
  .px-xl-192 {
    padding-left: 192px !important;
    padding-right: 192px !important;
  }
  .px-xl-200 {
    padding-left: 200px !important;
    padding-right: 200px !important;
  }
}
@media (min-width: 1400px) {
  .px-xxl-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .px-xxl-4 {
    padding-left: 4px !important;
    padding-right: 4px !important;
  }
  .px-xxl-8 {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }
  .px-xxl-10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .px-xxl-12 {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
  .px-xxl-16 {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
  .px-xxl-18 {
    padding-left: 18px !important;
    padding-right: 18px !important;
  }
  .px-xxl-24 {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
  .px-xxl-32 {
    padding-left: 32px !important;
    padding-right: 32px !important;
  }
  .px-xxl-40 {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
  .px-xxl-48 {
    padding-left: 48px !important;
    padding-right: 48px !important;
  }
  .px-xxl-52 {
    padding-left: 52px !important;
    padding-right: 52px !important;
  }
  .px-xxl-64 {
    padding-left: 64px !important;
    padding-right: 64px !important;
  }
  .px-xxl-80 {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }
  .px-xxl-96 {
    padding-left: 96px !important;
    padding-right: 96px !important;
  }
  .px-xxl-128 {
    padding-left: 128px !important;
    padding-right: 128px !important;
  }
  .px-xxl-160 {
    padding-left: 160px !important;
    padding-right: 160px !important;
  }
  .px-xxl-192 {
    padding-left: 192px !important;
    padding-right: 192px !important;
  }
  .px-xxl-200 {
    padding-left: 200px !important;
    padding-right: 200px !important;
  }
}
@media (min-width: 1980px) {
  .px-xxxl-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .px-xxxl-4 {
    padding-left: 4px !important;
    padding-right: 4px !important;
  }
  .px-xxxl-8 {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }
  .px-xxxl-10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .px-xxxl-12 {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
  .px-xxxl-16 {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
  .px-xxxl-18 {
    padding-left: 18px !important;
    padding-right: 18px !important;
  }
  .px-xxxl-24 {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
  .px-xxxl-32 {
    padding-left: 32px !important;
    padding-right: 32px !important;
  }
  .px-xxxl-40 {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
  .px-xxxl-48 {
    padding-left: 48px !important;
    padding-right: 48px !important;
  }
  .px-xxxl-52 {
    padding-left: 52px !important;
    padding-right: 52px !important;
  }
  .px-xxxl-64 {
    padding-left: 64px !important;
    padding-right: 64px !important;
  }
  .px-xxxl-80 {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }
  .px-xxxl-96 {
    padding-left: 96px !important;
    padding-right: 96px !important;
  }
  .px-xxxl-128 {
    padding-left: 128px !important;
    padding-right: 128px !important;
  }
  .px-xxxl-160 {
    padding-left: 160px !important;
    padding-right: 160px !important;
  }
  .px-xxxl-192 {
    padding-left: 192px !important;
    padding-right: 192px !important;
  }
  .px-xxxl-200 {
    padding-left: 200px !important;
    padding-right: 200px !important;
  }
}
@media (min-width: 576px) {
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-4 {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }
  .py-sm-8 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
  .py-sm-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .py-sm-12 {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }
  .py-sm-16 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
  .py-sm-18 {
    padding-top: 18px !important;
    padding-bottom: 18px !important;
  }
  .py-sm-24 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
  .py-sm-32 {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
  .py-sm-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .py-sm-48 {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }
  .py-sm-52 {
    padding-top: 52px !important;
    padding-bottom: 52px !important;
  }
  .py-sm-64 {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }
  .py-sm-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  .py-sm-96 {
    padding-top: 96px !important;
    padding-bottom: 96px !important;
  }
  .py-sm-128 {
    padding-top: 128px !important;
    padding-bottom: 128px !important;
  }
  .py-sm-160 {
    padding-top: 160px !important;
    padding-bottom: 160px !important;
  }
  .py-sm-192 {
    padding-top: 192px !important;
    padding-bottom: 192px !important;
  }
  .py-sm-200 {
    padding-top: 200px !important;
    padding-bottom: 200px !important;
  }
}
@media (min-width: 768px) {
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-4 {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }
  .py-md-8 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
  .py-md-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .py-md-12 {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }
  .py-md-16 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
  .py-md-18 {
    padding-top: 18px !important;
    padding-bottom: 18px !important;
  }
  .py-md-24 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
  .py-md-32 {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
  .py-md-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .py-md-48 {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }
  .py-md-52 {
    padding-top: 52px !important;
    padding-bottom: 52px !important;
  }
  .py-md-64 {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }
  .py-md-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  .py-md-96 {
    padding-top: 96px !important;
    padding-bottom: 96px !important;
  }
  .py-md-128 {
    padding-top: 128px !important;
    padding-bottom: 128px !important;
  }
  .py-md-160 {
    padding-top: 160px !important;
    padding-bottom: 160px !important;
  }
  .py-md-192 {
    padding-top: 192px !important;
    padding-bottom: 192px !important;
  }
  .py-md-200 {
    padding-top: 200px !important;
    padding-bottom: 200px !important;
  }
}
@media (min-width: 992px) {
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-4 {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }
  .py-lg-8 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
  .py-lg-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .py-lg-12 {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }
  .py-lg-16 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
  .py-lg-18 {
    padding-top: 18px !important;
    padding-bottom: 18px !important;
  }
  .py-lg-24 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
  .py-lg-32 {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
  .py-lg-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .py-lg-48 {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }
  .py-lg-52 {
    padding-top: 52px !important;
    padding-bottom: 52px !important;
  }
  .py-lg-64 {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }
  .py-lg-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  .py-lg-96 {
    padding-top: 96px !important;
    padding-bottom: 96px !important;
  }
  .py-lg-128 {
    padding-top: 128px !important;
    padding-bottom: 128px !important;
  }
  .py-lg-160 {
    padding-top: 160px !important;
    padding-bottom: 160px !important;
  }
  .py-lg-192 {
    padding-top: 192px !important;
    padding-bottom: 192px !important;
  }
  .py-lg-200 {
    padding-top: 200px !important;
    padding-bottom: 200px !important;
  }
}
@media (min-width: 1200px) {
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-4 {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }
  .py-xl-8 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
  .py-xl-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .py-xl-12 {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }
  .py-xl-16 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
  .py-xl-18 {
    padding-top: 18px !important;
    padding-bottom: 18px !important;
  }
  .py-xl-24 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
  .py-xl-32 {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
  .py-xl-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .py-xl-48 {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }
  .py-xl-52 {
    padding-top: 52px !important;
    padding-bottom: 52px !important;
  }
  .py-xl-64 {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }
  .py-xl-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  .py-xl-96 {
    padding-top: 96px !important;
    padding-bottom: 96px !important;
  }
  .py-xl-128 {
    padding-top: 128px !important;
    padding-bottom: 128px !important;
  }
  .py-xl-160 {
    padding-top: 160px !important;
    padding-bottom: 160px !important;
  }
  .py-xl-192 {
    padding-top: 192px !important;
    padding-bottom: 192px !important;
  }
  .py-xl-200 {
    padding-top: 200px !important;
    padding-bottom: 200px !important;
  }
}
@media (min-width: 1400px) {
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-4 {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }
  .py-xxl-8 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
  .py-xxl-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .py-xxl-12 {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }
  .py-xxl-16 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
  .py-xxl-18 {
    padding-top: 18px !important;
    padding-bottom: 18px !important;
  }
  .py-xxl-24 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
  .py-xxl-32 {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
  .py-xxl-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .py-xxl-48 {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }
  .py-xxl-52 {
    padding-top: 52px !important;
    padding-bottom: 52px !important;
  }
  .py-xxl-64 {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }
  .py-xxl-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  .py-xxl-96 {
    padding-top: 96px !important;
    padding-bottom: 96px !important;
  }
  .py-xxl-128 {
    padding-top: 128px !important;
    padding-bottom: 128px !important;
  }
  .py-xxl-160 {
    padding-top: 160px !important;
    padding-bottom: 160px !important;
  }
  .py-xxl-192 {
    padding-top: 192px !important;
    padding-bottom: 192px !important;
  }
  .py-xxl-200 {
    padding-top: 200px !important;
    padding-bottom: 200px !important;
  }
}
@media (min-width: 1980px) {
  .py-xxxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxxl-4 {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }
  .py-xxxl-8 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
  .py-xxxl-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .py-xxxl-12 {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }
  .py-xxxl-16 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
  .py-xxxl-18 {
    padding-top: 18px !important;
    padding-bottom: 18px !important;
  }
  .py-xxxl-24 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
  .py-xxxl-32 {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
  .py-xxxl-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .py-xxxl-48 {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }
  .py-xxxl-52 {
    padding-top: 52px !important;
    padding-bottom: 52px !important;
  }
  .py-xxxl-64 {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }
  .py-xxxl-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  .py-xxxl-96 {
    padding-top: 96px !important;
    padding-bottom: 96px !important;
  }
  .py-xxxl-128 {
    padding-top: 128px !important;
    padding-bottom: 128px !important;
  }
  .py-xxxl-160 {
    padding-top: 160px !important;
    padding-bottom: 160px !important;
  }
  .py-xxxl-192 {
    padding-top: 192px !important;
    padding-bottom: 192px !important;
  }
  .py-xxxl-200 {
    padding-top: 200px !important;
    padding-bottom: 200px !important;
  }
}
.gap-0 {
  gap: 0 !important;
}

.gap-4 {
  gap: 4px !important;
}

.gap-8 {
  gap: 8px !important;
}

.gap-10 {
  gap: 10px !important;
}

.gap-12 {
  gap: 12px !important;
}

.gap-16 {
  gap: 16px !important;
}

.gap-18 {
  gap: 18px !important;
}

.gap-24 {
  gap: 24px !important;
}

.gap-32 {
  gap: 32px !important;
}

.gap-40 {
  gap: 40px !important;
}

.gap-48 {
  gap: 48px !important;
}

.gap-52 {
  gap: 52px !important;
}

.gap-64 {
  gap: 64px !important;
}

.gap-80 {
  gap: 80px !important;
}

.gap-96 {
  gap: 96px !important;
}

.gap-128 {
  gap: 128px !important;
}

.gap-160 {
  gap: 160px !important;
}

.gap-192 {
  gap: 192px !important;
}

.gap-200 {
  gap: 200px !important;
}

@media (min-width: 576px) {
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-4 {
    gap: 4px !important;
  }
  .gap-sm-8 {
    gap: 8px !important;
  }
  .gap-sm-10 {
    gap: 10px !important;
  }
  .gap-sm-12 {
    gap: 12px !important;
  }
  .gap-sm-16 {
    gap: 16px !important;
  }
  .gap-sm-18 {
    gap: 18px !important;
  }
  .gap-sm-24 {
    gap: 24px !important;
  }
  .gap-sm-32 {
    gap: 32px !important;
  }
  .gap-sm-40 {
    gap: 40px !important;
  }
  .gap-sm-48 {
    gap: 48px !important;
  }
  .gap-sm-52 {
    gap: 52px !important;
  }
  .gap-sm-64 {
    gap: 64px !important;
  }
  .gap-sm-80 {
    gap: 80px !important;
  }
  .gap-sm-96 {
    gap: 96px !important;
  }
  .gap-sm-128 {
    gap: 128px !important;
  }
  .gap-sm-160 {
    gap: 160px !important;
  }
  .gap-sm-192 {
    gap: 192px !important;
  }
  .gap-sm-200 {
    gap: 200px !important;
  }
}
@media (min-width: 768px) {
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-4 {
    gap: 4px !important;
  }
  .gap-md-8 {
    gap: 8px !important;
  }
  .gap-md-10 {
    gap: 10px !important;
  }
  .gap-md-12 {
    gap: 12px !important;
  }
  .gap-md-16 {
    gap: 16px !important;
  }
  .gap-md-18 {
    gap: 18px !important;
  }
  .gap-md-24 {
    gap: 24px !important;
  }
  .gap-md-32 {
    gap: 32px !important;
  }
  .gap-md-40 {
    gap: 40px !important;
  }
  .gap-md-48 {
    gap: 48px !important;
  }
  .gap-md-52 {
    gap: 52px !important;
  }
  .gap-md-64 {
    gap: 64px !important;
  }
  .gap-md-80 {
    gap: 80px !important;
  }
  .gap-md-96 {
    gap: 96px !important;
  }
  .gap-md-128 {
    gap: 128px !important;
  }
  .gap-md-160 {
    gap: 160px !important;
  }
  .gap-md-192 {
    gap: 192px !important;
  }
  .gap-md-200 {
    gap: 200px !important;
  }
}
@media (min-width: 992px) {
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-4 {
    gap: 4px !important;
  }
  .gap-lg-8 {
    gap: 8px !important;
  }
  .gap-lg-10 {
    gap: 10px !important;
  }
  .gap-lg-12 {
    gap: 12px !important;
  }
  .gap-lg-16 {
    gap: 16px !important;
  }
  .gap-lg-18 {
    gap: 18px !important;
  }
  .gap-lg-24 {
    gap: 24px !important;
  }
  .gap-lg-32 {
    gap: 32px !important;
  }
  .gap-lg-40 {
    gap: 40px !important;
  }
  .gap-lg-48 {
    gap: 48px !important;
  }
  .gap-lg-52 {
    gap: 52px !important;
  }
  .gap-lg-64 {
    gap: 64px !important;
  }
  .gap-lg-80 {
    gap: 80px !important;
  }
  .gap-lg-96 {
    gap: 96px !important;
  }
  .gap-lg-128 {
    gap: 128px !important;
  }
  .gap-lg-160 {
    gap: 160px !important;
  }
  .gap-lg-192 {
    gap: 192px !important;
  }
  .gap-lg-200 {
    gap: 200px !important;
  }
}
@media (min-width: 1200px) {
  .gap-xl-0 {
    gap: 0 !important;
  }
  .gap-xl-4 {
    gap: 4px !important;
  }
  .gap-xl-8 {
    gap: 8px !important;
  }
  .gap-xl-10 {
    gap: 10px !important;
  }
  .gap-xl-12 {
    gap: 12px !important;
  }
  .gap-xl-16 {
    gap: 16px !important;
  }
  .gap-xl-18 {
    gap: 18px !important;
  }
  .gap-xl-24 {
    gap: 24px !important;
  }
  .gap-xl-32 {
    gap: 32px !important;
  }
  .gap-xl-40 {
    gap: 40px !important;
  }
  .gap-xl-48 {
    gap: 48px !important;
  }
  .gap-xl-52 {
    gap: 52px !important;
  }
  .gap-xl-64 {
    gap: 64px !important;
  }
  .gap-xl-80 {
    gap: 80px !important;
  }
  .gap-xl-96 {
    gap: 96px !important;
  }
  .gap-xl-128 {
    gap: 128px !important;
  }
  .gap-xl-160 {
    gap: 160px !important;
  }
  .gap-xl-192 {
    gap: 192px !important;
  }
  .gap-xl-200 {
    gap: 200px !important;
  }
}
@media (min-width: 1400px) {
  .gap-xxl-0 {
    gap: 0 !important;
  }
  .gap-xxl-4 {
    gap: 4px !important;
  }
  .gap-xxl-8 {
    gap: 8px !important;
  }
  .gap-xxl-10 {
    gap: 10px !important;
  }
  .gap-xxl-12 {
    gap: 12px !important;
  }
  .gap-xxl-16 {
    gap: 16px !important;
  }
  .gap-xxl-18 {
    gap: 18px !important;
  }
  .gap-xxl-24 {
    gap: 24px !important;
  }
  .gap-xxl-32 {
    gap: 32px !important;
  }
  .gap-xxl-40 {
    gap: 40px !important;
  }
  .gap-xxl-48 {
    gap: 48px !important;
  }
  .gap-xxl-52 {
    gap: 52px !important;
  }
  .gap-xxl-64 {
    gap: 64px !important;
  }
  .gap-xxl-80 {
    gap: 80px !important;
  }
  .gap-xxl-96 {
    gap: 96px !important;
  }
  .gap-xxl-128 {
    gap: 128px !important;
  }
  .gap-xxl-160 {
    gap: 160px !important;
  }
  .gap-xxl-192 {
    gap: 192px !important;
  }
  .gap-xxl-200 {
    gap: 200px !important;
  }
}
@media (min-width: 1980px) {
  .gap-xxxl-0 {
    gap: 0 !important;
  }
  .gap-xxxl-4 {
    gap: 4px !important;
  }
  .gap-xxxl-8 {
    gap: 8px !important;
  }
  .gap-xxxl-10 {
    gap: 10px !important;
  }
  .gap-xxxl-12 {
    gap: 12px !important;
  }
  .gap-xxxl-16 {
    gap: 16px !important;
  }
  .gap-xxxl-18 {
    gap: 18px !important;
  }
  .gap-xxxl-24 {
    gap: 24px !important;
  }
  .gap-xxxl-32 {
    gap: 32px !important;
  }
  .gap-xxxl-40 {
    gap: 40px !important;
  }
  .gap-xxxl-48 {
    gap: 48px !important;
  }
  .gap-xxxl-52 {
    gap: 52px !important;
  }
  .gap-xxxl-64 {
    gap: 64px !important;
  }
  .gap-xxxl-80 {
    gap: 80px !important;
  }
  .gap-xxxl-96 {
    gap: 96px !important;
  }
  .gap-xxxl-128 {
    gap: 128px !important;
  }
  .gap-xxxl-160 {
    gap: 160px !important;
  }
  .gap-xxxl-192 {
    gap: 192px !important;
  }
  .gap-xxxl-200 {
    gap: 200px !important;
  }
}
.tag {
  color: var(--text-body, #4C4D5D);
  display: flex;
  flex-wrap: nowrap;
  border-radius: 1000px;
  background: var(--Surface-light-blue, #EDF1FF);
  border: 1px solid var(--Surface-light-blue, #EDF1FF);
  width: -moz-max-content;
  width: max-content;
  align-items: center;
  color: #1b3580;
  gap: 8px;
  transition: 0.3s;
}
.tag-xs {
  padding: var(--Spacing-xs, 4px) var(--Spacing-s, 8px);
}
.tag-s {
  padding: var(--Spacing-s, 8px) var(--gap-m, 16px);
}
.tag:hover {
  border: 1px solid var(--Border-light, #E7E7E7);
  background: var(--Surface-light-blue, #EDF1FF);
  color: var(--Text-primary, #1B3580);
}

.tag-number {
  color: var(--Text-primary, #1B3580);
  border-radius: 1000px;
  background: var(--Surface-page, #FFF);
  width: -moz-max-content;
  width: max-content;
  padding: 0px 8px;
  transition: 0.3s;
  border-radius: var(--Radius-round, 1000px);
}

label:has(input:checked) .tag-number {
  background: var(--Surface-light-blue, #EDF1FF);
  color: var(--Text-secondary, #4971ED);
}

.chip {
  color: #343955;
  border-radius: 1000px;
  background: var(--Surface-page, #FFF);
}
.chip-xs {
  padding: 4px 8px;
}
.chip-xs span {
  padding: 0px 4px;
}
.chip-s {
  padding: 4px 12px;
}
.chip-s span {
  padding: 0px 4px;
}
.chip-m {
  padding: 4px 8px;
}
.chip-m span {
  padding: 0px 4px;
}

.custom-checkbox:last-child {
  padding-bottom: 8px;
}

.custom-checkbox {
  display: flex;
  align-items: baseline;
}

.CheckboxName {
  transition: all 0.3s ease-in-out 0s;
  color: var(--Text-body, #14131C);
  font-family: "Plus Jakarta Sans";
  font-style: normal;
}
.CheckboxWrap {
  margin-bottom: 16px;
  display: flex;
  justify-content: space-between;
}
.CheckboxWrap label {
  display: flex;
  align-items: center;
  width: 100%;
  position: relative;
  justify-content: space-between;
  color: #343434;
  margin-bottom: 10px;
  cursor: pointer;
  transition: all 0.3s ease-in-out 0s;
  margin-bottom: 0px;
}
.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: 50%;
  transform: translateY(-50%);
  box-sizing: border-box;
  left: 0;
  z-index: 0;
  transition: all 0.3s ease-in-out 0s;
  background: var(--surface-page, #FFF);
}
.CheckboxWrap label.label-s {
  padding: 0 0 0 24px;
}
.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: 50%;
  transform: translateY(-50%);
  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 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: 12px;
  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: 50%;
  transform: translateY(-50%);
  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 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: 50%;
  transform: translateY(-50%);
  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="%23343955"/></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: 12px;
  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="%23343955"/></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="%23343955"/></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;
}

.RadioName {
  transition: all 0.3s ease-in-out 0s;
  color: var(--Text-body, #14131C);
  font-family: "Plus Jakarta Sans";
  font-style: normal;
}
.RadioWrap label {
  display: flex;
  align-items: center;
  width: 100%;
  position: relative;
  color: #343434;
  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: 50%;
  transform: translateY(-50%);
  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: 50%;
  transform: translateY(-50%);
  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 {
  font-family: "Plus Jakarta Sans";
  font-size: var(--font-size-m, 12px);
  font-style: normal;
  font-weight: var(--font-weight-regular, 300);
  line-height: var(--font-line-height-s, 12px); /* 150% */
  letter-spacing: var(--font-spacing-0, 0px);
}
.RadioWrap label.label-xs input + span:before {
  box-shadow: inset 0px 0px 0px 1.25px var(--Border-secondary, #C1C1C4);
  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="white"/></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 #343955;
  background: #343955;
}
.RadioWrap label.label-xs input:checked + span {
  color: #343955;
}
.RadioWrap label.label-s {
  padding: 0 0 0 34px;
}
@media (min-width: 1200px) {
  .RadioWrap label.label-s {
    padding: 0 0 0 40px;
  }
}
.RadioWrap label.label-s .RadioName {
  font-family: "Plus Jakarta Sans";
  font-size: var(--font-size-m, 14px);
  font-style: normal;
  font-weight: var(--font-weight-regular, 300);
  line-height: var(--font-line-height-s, 16px); /* 150% */
  letter-spacing: var(--font-spacing-0, 0px);
}
.RadioWrap label.label-s input + span:before {
  box-shadow: inset 0px 0px 0px 1.25px var(--Border-secondary, #C1C1C4);
  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="white"/></svg>');
  top: 50%;
  transform: translateY(-50%);
  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 #343955;
  background: #343955;
}
.RadioWrap label.label-s input:checked + span {
  color: #343955;
}
.RadioWrap label.label-m {
  padding: 0 0 0 28px;
}
.RadioWrap label.label-m .RadioName {
  font-family: "Plus Jakarta Sans";
  font-size: var(--font-size-m, 16px);
  font-style: normal;
  font-weight: var(--font-weight-regular, 300);
  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 1.25px var(--Border-secondary, #C1C1C4);
  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="white"/></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 #343955;
  background: #343955;
}
.RadioWrap label.label-m input:checked + span {
  color: #343955;
}
.RadioWrap label.label-l {
  padding: 0 0 0 32px;
}
.RadioWrap label.label-l .RadioName {
  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);
}
.RadioWrap label.label-l input + span:before {
  box-shadow: inset 0px 0px 0px 1.5px var(--Border-secondary, #C1C1C4);
  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="white"/></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 1.5px #343955;
  background: #343955;
}
.RadioWrap label.label-l input:checked + span {
  color: #343955;
}
.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="%23343955"/></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="white"/></svg>');
}
.RadioWrap label.label-xs:hover input + span:before {
  box-shadow: inset 0px 0px 0px 1.25px #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="%23343955"/></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="white"/></svg>');
}
.RadioWrap label.label-s:hover input + span:before {
  box-shadow: inset 0px 0px 0px 1.25px #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="%23343955"/></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="white"/></svg>');
}
.RadioWrap label.label-m:hover input + span:before {
  box-shadow: inset 0px 0px 0px 1.25px #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="%23343955"/></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="white"/></svg>');
}
.RadioWrap label.label-l:hover input + span:before {
  box-shadow: inset 0px 0px 0px 1.5px #343955;
}

/*------------------------------------*\
    #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: -moz-fit-content;
  width: fit-content;
  transition: 0.3s ease;
  cursor: pointer;
}

/*
 * 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: var(--Spacing-s, 8px) 8px;
  font-weight: 300;
}
@media (min-width: 768px) {
  .c-btn-s {
    padding: 10px 10px;
  }
}
@media (min-width: 992px) {
  .c-btn-s {
    padding: 12px 12px;
  }
}
@media (min-width: 1200px) {
  .c-btn-s {
    padding: 16px 16px;
  }
}
.c-btn-s svg {
  width: 16px;
  height: 16px;
}
.c-btn-s > span {
  padding: 0px 8px;
}
@media (min-width: 768px) {
  .c-btn-s > span {
    padding: 0px 10px;
  }
}
@media (min-width: 992px) {
  .c-btn-s > span {
    padding: 0px 12px;
  }
}
@media (min-width: 1200px) {
  .c-btn-s > span {
    padding: 0px 16px;
  }
}

.c-btn-m {
  gap: 0;
  font-weight: 300;
  padding: 8px var(--Spacing-m, 16px);
}
@media (min-width: 768px) {
  .c-btn-m {
    padding: 10px 16px;
  }
}
@media (min-width: 992px) {
  .c-btn-m {
    padding: 12px 24px;
  }
}
@media (min-width: 1200px) {
  .c-btn-m {
    padding: 16px 32px;
  }
}
.c-btn-m svg {
  width: 20px;
  height: 20px;
}
.c-btn-m .c-btn__inner {
  padding: 0px 8px;
}
.c-btn-m > span {
  padding: 0px 8px;
}
@media (min-width: 768px) {
  .c-btn-m > span {
    padding: 0px 10px;
  }
}
@media (min-width: 992px) {
  .c-btn-m > span {
    padding: 0px 12px;
  }
}
@media (min-width: 1200px) {
  .c-btn-m > span {
    padding: 0px 16px;
  }
}

.c-btn-l {
  padding: var(--Spacing-sm, 10px) var(--Spacing-m, 16px);
  gap: var(--Spacing-xs, 4px);
  font-weight: 300;
  /*	@include media-breakpoint-up(xxxl) {
  		padding: var(--Spacing-m, 16px) var(--Spacing-m, 24px);
      }*/
}
.c-btn-l > span {
  padding: 0 12px;
}

.c-btn-xl {
  padding: var(--Spacing-m, 24px) var(--Spacing-l, 32px);
  gap: var(--Spacing-xs, 8px);
}
.c-btn-xl > span {
  /*padding: 0px var(--Spacing-m, 12px);*/
  padding: 0px 12px;
}

.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;
}
.c-btn-link:target, .c-btn-link:active, .c-btn-link:focus {
  color: #4971ed;
}

/* Typy */
.c-btn-fill, .btn-primary {
  border-radius: var(--Radius-round, 1000px);
  color: #4971ed;
  --blob-height: 0%;
  position: relative;
  /*        &.--normal-hover{
              transition: all 0.4s ease-in-out;
              &:hover{
                  background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), var(--Surface-secondary, #4971ED);
              }
              &:before {
                  display: none;
              }
          }*/
}
@media (min-width: 576px) {
  .c-btn-fill, .btn-primary {
    overflow: hidden;
  }
}
.c-btn-fill:before, .btn-primary: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, .btn-primary span {
  position: relative;
  z-index: 1;
}
.c-btn-fill .char, .btn-primary .char {
  display: inline-block;
  transform-origin: center;
}
.c-btn-fill i, .btn-primary i {
  position: relative;
  z-index: 1;
}
.c-btn-fill:disabled, .btn-primary:disabled {
  opacity: 0.2;
  cursor: not-allowed;
}
.c-btn-fill.--primary, .btn-primary.--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, .btn-primary.--yellow {
  background: #fdcc16;
  color: #1b3580;
}
.c-btn-fill.--navy, .btn-primary.--navy {
  background: var(--Icon-primary, #1B3580);
  color: #fff;
}
.c-btn-fill.--blue, .btn-primary.--blue {
  background: #456DE7;
  border-color: #456DE7;
  color: #1b3580;
}
.c-btn-fill.--pink, .btn-primary.--pink {
  background: #ffcae4;
  color: #1b3580;
}
.c-btn-fill.--white, .btn-primary.--white {
  background: #fff;
  color: #456DE7;
}
.c-btn-fill:hover, .btn-primary:hover {
  color: #ffffff;
}
.c-btn-fill:target, .c-btn-fill:active, .c-btn-fill:focus, .btn-primary:target, .btn-primary:active, .btn-primary:focus {
  color: #ffffff;
}
.c-btn-fill:target:before, .c-btn-fill:active:before, .c-btn-fill:focus:before, .btn-primary:target:before, .btn-primary:active:before, .btn-primary:focus:before {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), var(--Surface-secondary, #4971ED);
}

.c-btn-outline {
  text-wrap: nowrap;
  border-radius: 1000px;
}
.c-btn-outline.--light {
  color: #1b3580;
  border: 1px solid #b3c6ff;
}
.c-btn-outline.--light:hover {
  border: 1px solid #4971ed;
}
.c-btn-outline.--light:target, .c-btn-outline.--light:active, .c-btn-outline.--light:focus {
  color: #ffffff;
  background: #4971ed;
}
.c-btn-outline.--dark {
  color: #1b3580;
  border: 1px solid #1b3580;
}
.c-btn-outline.--dark:hover {
  color: #ffffff;
  background: #1b3580;
}
.c-btn-outline.--dark:target, .c-btn-outline.--dark:active, .c-btn-outline.--dark:focus {
  color: #ffffff;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), var(--Surface-primary, #1B3580);
}
.c-btn-outline.--red {
  color: #c43946;
  border: 1px solid #c43946;
}
.c-btn-outline.--red:hover {
  color: white;
  background: #c43946;
}
.c-btn-outline.--red:target, .c-btn-outline.--red:active, .c-btn-outline.--red:focus {
  color: white;
  background: #c43946;
}
.c-btn-outline.--brand-light-blue {
  color: #9CC5FF;
  border: 1px solid #9CC5FF;
}
.c-btn-outline.--brand-light-blue:hover, .c-btn-outline.--brand-light-blue:target, .c-btn-outline.--brand-light-blue:active, .c-btn-outline.--brand-light-blue:focus {
  color: #1b3580;
  background: #9CC5FF;
  border-color: #9CC5FF;
}

.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: #1b3580;
  color: #ffffff;
}
.c-btn-icon.--primary.--disabled {
  background: #d7d7d7;
  pointer-events: none;
  color: #858585;
}
.c-btn-icon.--primary:hover {
  background: #4971ed;
}
.c-btn-icon.--primary:target, .c-btn-icon.--primary:active, .c-btn-icon.--primary:focus {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), var(--Surface-secondary, #4971ED);
}
.c-btn-icon.--light-blue {
  background: var(--Surface-light-blue, #EDF1FF);
  color: var(--Text-secondary, #456DE7);
}
.c-btn-icon.--secondary {
  background: #fbf8f6;
  color: #1b3580;
}
.c-btn-icon.--secondary:hover {
  color: #ffffff;
  background: #4971ed;
}
.c-btn-icon.--secondary:target, .c-btn-icon.--secondary:active, .c-btn-icon.--secondary:focus {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), var(--Surface-secondary, #4971ED);
}
.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:target, .c-btn-icon.--tertiary:active, .c-btn-icon.--tertiary:focus {
  background: #4971ed;
  color: #ffffff;
}
.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:target, .c-btn-icon.--icon:active, .c-btn-icon.--icon:focus {
  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:target, .c-btn-icon.--shadow:active, .c-btn-icon.--shadow:focus {
  color: #ffffff;
  background: #000000;
}
.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:target, .c-btn-icon.--outline:active, .c-btn-icon.--outline:focus {
  color: #ffffff;
  background: #4971ed;
}
.c-btn-icon.--outline.--disabled {
  border: 2px solid #c2c2c2;
  pointer-events: none;
  color: #858585;
}

.c-btn-icon-s {
  width: 28px;
  height: 28px;
}
@media (min-width: 1200px) {
  .c-btn-icon-s {
    width: 32px;
    height: 32px;
  }
}
@media (min-width: 1980px) {
  .c-btn-icon-s {
    width: 40px;
    height: 40px;
  }
}
.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;
}
@media (min-width: 1980px) {
  .c-btn-icon-l {
    width: 56px;
    height: 56px;
  }
}

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

.c-btn-icon-xxl {
  width: 40px;
  height: 40px;
}
@media (min-width: 992px) {
  .c-btn-icon-xxl {
    width: 62px;
    height: 62px;
  }
}
@media (min-width: 1400px) {
  .c-btn-icon-xxl {
    width: 80px;
    height: 80px;
  }
}

.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: -moz-fit-content;
    width: fit-content;
  }
}
.c-btn-mobile-sm {
  width: 100%;
}
@media (min-width: 576px) {
  .c-btn-mobile-sm {
    width: -moz-fit-content;
    width: fit-content;
  }
}

.nav-pills .nav-link {
  border-radius: 1000px;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #ffffff;
  background: #1b3580;
}

.form-control:focus {
  border: 1px solid var(--Border-light, #E7E7E7);
  outline: 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;
  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) {
  button,
  input,
  select,
  textarea {
    font-size: var(--font-size-m, 16px);
    line-height: var(--font-line-height-s, 24px); /* 150% */
  }
}
@media (min-width: 1980px) {
  button,
  input,
  select,
  textarea {
    font-size: 20px;
    line-height: var(--font-line-height-s, 32px); /* 140% */
  }
}

/**
 * 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;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}

/**
 * Remove webkit appearance styles from these elements
 */
/**
 * Checkbox and radio button base styles
 */
input[type=checkbox],
input[type=radio] {
  width: auto;
  margin-right: 0.3rem;
  border-color: #b3c6ff;
}

/**
 * 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 #b3c6ff;
  padding: 0.5rem;
  background: #fffffe;
  color: #686461;
}
select:focus {
  border-color: inherit;
}

.InputWrap {
  position: relative;
  /*background-color: #fff;*/
}
.InputWrap.text {
  background: transparent;
}
.InputWrap input[type=text],
.InputWrap textarea,
.InputWrap input[type=search],
.InputWrap input[type=search]::-webkit-search-cancel-button,
.InputWrap input[type=search]::-webkit-search-decoration,
.InputWrap input[type=url],
.InputWrap input[type=tel],
.InputWrap input[type=password],
.InputWrap input[type=email] {
  outline: unset;
  -webkit-appearance: none;
  display: flex;
  padding: 16px 50px 16px 16px;
  border-radius: var(--Radius-xs, 4px);
  border: 1px solid #b3c6ff;
  justify-content: space-between;
  align-items: flex-end;
  border-radius: 1000px;
  background: var(--Surface-page, #FFF);
}
.InputWrap--icon input {
  padding: var(--Spacing-m, 16px) var(--Spacing-m, 16px) var(--Spacing-m, 16px) 44px;
}
.InputWrap--icon .InputPlaceholder {
  left: 44px;
}
.InputWrap--textarea .InputPlaceholder {
  top: 16px;
  left: 16px;
}
.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 .InputPlaceholder {
  color: var(--Text-body, #343955);
}
.InputWrap .check {
  opacity: 0;
  transition: 0.3s;
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
}
.InputWrap .InnerInput-wrapper {
  position: relative;
}
.InputWrap .InnerInput svg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 12px;
}
.InputWrap .InnerInput svg path {
  fill: #1B3580;
}
.InputWrap .InnerInput svg.check {
  left: unset;
  right: 16px;
}
.InputWrap.--disabled {
  cursor: no-drop;
}
.InputWrap.--disabled > div {
  pointer-events: none;
}
.InputWrap.--disabled:hover input, .InputWrap.--disabled:hover textarea {
  background: unset;
}
.InputWrap.--disabled input, .InputWrap.--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 {
  color: var(--Text-disabled, #DDD);
}
.InputWrap.--disabled svg path {
  fill: var(--Text-disabled, #DDD);
}
.InputWrap.--focus input, .InputWrap.--focus textarea {
  border: 1px solid var(--Border-body, #343955);
  box-shadow: 0 0 0 1px #343955;
}
.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.--success input, .InputWrap.--success textarea {
  border: 1px solid #b3c6ff;
  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, #EA2424);
  font-family: "Plus Jakarta Sans";
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  position: absolute;
  left: 12px;
  top: 38px;
}
.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);
}
.InputWrap.input-m.InputWrap--icon input {
  padding: var(--Spacing-m, 16px) var(--Spacing-m, 16px) var(--Spacing-m, 16px) 44px;
}
.InputWrap.input-m input, .InputWrap.input-m .select-selected, .InputWrap.input-m .select-options-container .select-option {
  padding: 16px 50px 16px 16px;
}
.InputWrap.input-m input[name=postcode], .InputWrap.input-m .select-selected[name=postcode], .InputWrap.input-m .select-options-container .select-option[name=postcode] {
  padding-right: 16px;
}
.InputWrap.input-s.InputWrap--icon input {
  padding: var(--Spacing-m, 8px) var(--Spacing-m, 12px) var(--Spacing-m, 8px) 40px;
}
.InputWrap.input-s.InputWrap--icon .InputPlaceholder {
  left: 40px;
}
.InputWrap.input-s input:not(.c-btn), .InputWrap.input-s .select-selected, .InputWrap.input-s .select-options-container .select-option {
  padding: 8px 32px 8px 12px;
}
.InputWrap.input-s .InputPlaceholder {
  bottom: 8px;
  left: 12px;
}
.InputWrap.input-s svg {
  width: 20px;
  height: 20px;
}
.InputWrap.input-xs.InputWrap--icon input {
  padding: var(--Spacing-m, 8px) var(--Spacing-m, 12px) var(--Spacing-m, 8px) 40px;
}
.InputWrap.input-xs.InputWrap--icon .InputPlaceholder {
  left: 40px;
}
.InputWrap.input-xs input, .InputWrap.input-xs .select-selected, .InputWrap.input-xs .select-options-container .select-option {
  padding: 8px;
}
.InputWrap.input-xs .InputPlaceholder {
  bottom: 8px;
  left: 15px;
}
.InputWrap.input-xs svg {
  width: 20px;
  height: 20px;
}
.InputUnit {
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
}
.InputPlaceholder {
  color: #858585;
  z-index: 2;
  pointer-events: none;
  width: 228px;
  position: absolute;
  bottom: 16px;
  left: 16px;
  transition: 0.3s;
  overflow: hidden;
  white-space: nowrap;
}
.InputPlaceholder.--focus {
  width: 0;
}
.InputPlaceholder-label {
  color: var(--Text-body, #1D1E1F);
  position: absolute;
  top: -22px;
}
.InputPlaceholder-counter {
  color: #8fa6ec;
  display: inline-block;
}
.InputPlaceholder-hint {
  position: absolute;
  bottom: -24px;
  left: 0;
  color: var(--Text-body, #14131C);
}

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

.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: 16px 44px 16px 16px;
  border-radius: 27.5px;
  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;
}
@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);
}

.InputSearch {
  border-radius: 1000px;
  background: var(--Surface-light-grey, #F9F9F9);
  position: relative;
}
.InputSearch input {
  padding: var(--gap-s, 12px) var(--Spacing-m, 42px) var(--gap-s, 12px) var(--gap-l, 24px);
  border: unset;
}
.InputSearch.--focus {
  box-shadow: 0 0 0 1px var(--Border-light, #E7E7E7) !important;
}
.InputSearch.--focus input {
  box-shadow: none !important;
  border: unset !important;
}
.InputSearch .InputPlaceholder {
  bottom: 12px;
  left: 24px;
}
.InputSearch .searchIcon {
  right: 16px;
  transform: translateY(-50%);
  top: 50%;
  position: absolute;
}

.input-xs .select-selected, .input-xs .select-options-container .select-option {
  padding: 8px;
}

.input-s .select-selected, .input-s .select-options-container .select-option {
  padding: 10px 56px 10px 16px;
}
@media (min-width: 1200px) {
  .input-s .select-selected, .input-s .select-options-container .select-option {
    padding: 12px 56px 12px 24px;
  }
}

.input-m .select-selected, .input-m .select-options-container .select-option {
  padding: 16px 50px 16px 16px;
}

.swiper-button-custom {
  width: auto;
  height: auto;
  margin: 0;
  color: #007bff;
  padding: 9px;
}
.swiper-button-custom::after {
  display: none;
}

:root {
  --swiper-theme-color: #9CC5FF;
  --swiper-pagination-bullet-width: 12px;
  --swiper-pagination-bullet-height: 12px;
}

.swiper-pagination-bullet {
  background-color: var(--swiper-theme-color);
  opacity: 0.32;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active, .swiper-pagination-bullet:hover {
  opacity: 1;
}

.breadcrumb {
  display: flex;
  gap: 6px;
  list-style: none;
  align-items: center;
  overflow-x: auto;
}
.breadcrumb a {
  border-radius: var(--radius-round, 1000px);
  background: var(--Surface-light-grey, #F9F9F9);
  padding: 8px 24px;
  white-space: nowrap;
}
.breadcrumb-separator {
  pointer-events: none;
}
.breadcrumb-home {
  padding: unset !important;
}
.breadcrumb-item {
  white-space: nowrap;
}

.btn-icon {
  font-size: inherit;
  vertical-align: middle;
}

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

.card--secondary {
  border: 0;
}

.card-body + .card-body {
  border-top: 0.0625rem solid rgba(0, 0, 0, 0.125);
}

.card-group-vertical > .card:not(:first-child) {
  border-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.card-group-vertical > .card:not(:last-child) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.icon-collapse[aria-expanded=true] .material-icons {
  font-size: 0;
}
.icon-collapse[aria-expanded=true] .material-icons::before {
  font-size: 24px;
  content: "keyboard_arrow_up";
}
.icon-collapse:hover, .icon-collapse:focus {
  text-decoration: none;
}

.form-label {
  display: block;
  color: #343955;
}

label {
  color: #343955;
}

.list-group-item-action, .list-group-item-action-dropdown-link, .list-group-item-action-dropdown {
  font-weight: 500;
}

.list-group-item-action-dropdown {
  position: relative;
  display: flex;
  justify-content: space-between;
}
.list-group-item-action-dropdown .list-group-item-collapse {
  position: relative;
  z-index: 1;
  width: auto;
  padding: 0;
  margin-left: 10px;
  /* stylelint-disable */
  text-decoration: none !important;
  /* stylelint-enable */
  background: none;
}

.list-group-collapse .list-group-collapse .list-group-item {
  padding-left: 1.875rem;
  font-weight: 400;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-collapse .list-group-collapse .list-group-collapse .list-group-item {
  padding-left: 2.5rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-item-action-dropdown-link {
  padding: 0;
}

/* stylelint-disable declaration-no-important */
.hidden-xs-up {
  display: none !important;
}

@media (max-width: 575.98px) {
  .hidden-xs-down {
    display: none !important;
  }
}

@media (min-width: 576px) {
  .hidden-sm-up {
    display: none !important;
  }
}

@media (max-width: 767.98px) {
  .hidden-sm-down {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .hidden-md-up {
    display: none !important;
  }
}

@media (max-width: 991.98px) {
  .hidden-md-down {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .hidden-lg-up {
    display: none !important;
  }
}

@media (max-width: 1199.98px) {
  .hidden-lg-down {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-xl-up {
    display: none !important;
  }
}

@media (max-width: 1399.98px) {
  .hidden-xl-down {
    display: none !important;
  }
}

@media (min-width: 1400px) {
  .hidden-xxl-up {
    display: none !important;
  }
}

@media (max-width: 1899.98px) {
  .hidden-xxl-down {
    display: none !important;
  }
}

@media (min-width: 1900px) {
  .hidden-custom-xl-up {
    display: none !important;
  }
}

@media (max-width: 1979.98px) {
  .hidden-custom-xl-down {
    display: none !important;
  }
}

@media (min-width: 1980px) {
  .hidden-xxxl-up {
    display: none !important;
  }
}

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

/* stylelint-enable declaration-no-important */
.product-input-group {
  display: flex;
  gap: 8px;
  flex-wrap: nowrap;
  padding: var(--Spacing-s, 8px) var(--Spacing-m, 16px);
  border-radius: var(--Radius-round, 1000px);
  border: 1px solid #b3c6ff;
  background: var(--Surface-page, #FFF);
  width: -moz-fit-content;
  width: fit-content;
  height: 100%;
}

.product-input-group-btn {
  height: 100%;
  display: flex;
  align-items: center;
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
}

.product-input-number {
  width: 40px;
  text-align: center;
  border: unset;
}
.product-input-number::-webkit-outer-spin-button, .product-input-number::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
          appearance: none;
}

.l-footer {
  padding-top: 30px;
  margin-top: auto;
}

.footer-container {
  padding-top: 30px;
  padding-bottom: 5px;
  margin-top: 30px;
  background: #1b3580;
}

#footer_contact_list {
  line-height: 1.4em;
}
#footer_contact_list svg path {
  fill: var(--Icon-secondary, #456DE7);
}

.footer-copyrights {
  border-top: 1px solid var(--Icon-brand-blue, #9CC5FF);
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
}
.footer-copyrights a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.footer-copyrights .c-white:hover path {
  fill: white;
}

a.links-list__link:hover, a.links-list__link:focus, a.links-list__link:hover, a.links-list__link:focus {
  color: #ffffff;
}

a.links-list__link, a.links-list__link, #footer_contact_list a, .footer-copyrights-design a {
  color: #ffffff;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
a.links-list__link::before, a.links-list__link::before, #footer_contact_list a::before, .footer-copyrights-design a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  border-radius: 3px;
  background-color: #ffffff;
  bottom: -3px;
  left: 0;
  transform-origin: right;
  transform: scaleX(0);
  transition: transform 0.25s ease-in-out;
}
a.links-list__link:hover::before, a.links-list__link:hover::before, #footer_contact_list a:hover::before, .footer-copyrights-design a:hover::before {
  transform-origin: left;
  transform: scaleX(1);
}

.contactinfo-wrapper img {
  width: 147px;
}
@media (min-width: 768px) {
  .contactinfo-wrapper img {
    width: 222px;
    height: auto;
  }
}
.footer-icons {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid var(--Icon-brand-blue, #9CC5FF);
}
.footer-payments-icon {
  /*display: inline-flex;*/
}
.footer-payments-icon img {
  width: 63.5px;
  height: auto;
}
.footer-contact-icon {
  padding-top: 3px;
}

.link-list-button a {
  padding: 16px var(--Spacing-m, 32px);
  display: flex;
  gap: var(--Spacing-s, 16px);
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex: 1 1 100%;
  width: 100%;
}
@media (min-width: 992px) {
  .link-list-button a {
    flex: 1 1 calc(50% - 12px);
    max-width: calc(50% - 12px);
  }
}
.link-list-button a span {
  display: flex;
  gap: var(--Spacing-s, 16px);
}
.link-list-button a:last-of-type {
  background-color: #6FDA9A;
  border-color: #6FDA9A;
  color: #1b3580;
}

@media (min-width: 992px) {
  .footer-container .linkblock-box-content {
    max-width: -moz-max-content;
    max-width: max-content;
  }
}

@media (max-width: 1400px) and (min-width: 992px) {
  .footer-container .linkblock-box {
    padding-right: 30px;
    justify-content: flex-end !important;
  }
}
.icon-tiktok:before {
  content: url(/themes/dumel/assets//img-dist/d72cb90a7eadad587ad65c65c908b517.svg);
}

.icon-facebook:before {
  content: url(/themes/dumel/assets//img-dist/c3c4d436a888dd3c38258ad8163121f4.svg);
}

.icon-x:before {
  content: url(/themes/dumel/assets//img-dist/184ad3a98058f47ad7f129093012fa5e.svg);
}

.icon-youtube:before {
  content: url(/themes/dumel/assets//img-dist/02dbf3d129c0d745bba72d55857b5c5b.svg);
}

.icon-instagram:before {
  content: url(/themes/dumel/assets//img-dist/306d1bfa717816f04228bf1f84e4d941.svg);
}

.footer-top > *, #footer_contact_list {
  /*margin: 0 auto;*/
  width: 100%;
}
@media (min-width: 768px) {
  .footer-top > *, #footer_contact_list {
    margin: inherit;
  }
}

.block-social .icon {
  opacity: 0.7;
  transition: 0.6s;
}
.block-social .icon:hover {
  opacity: 1;
  transform: rotateY(360deg);
}
.block-social .order-facebook {
  order: 10;
}
.block-social .order-youtube {
  order: 8;
}
.block-social .order-tiktok {
  order: 6;
}
.block-social .order-instagram {
  order: 4;
}

.footer-left-top {
  grid-area: left-top;
}

.footer-left-bottom {
  grid-area: left-bottom;
}

.footer-right-top {
  grid-area: right-top;
}

.footer-right-bottom {
  grid-area: right-bottom;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-areas: "right-top" "right-bottom" "left-top" "left-bottom";
  row-gap: var(--Spacing-2xl, 32px);
  -moz-column-gap: var(--Spacing-2xl, 32px);
       column-gap: var(--Spacing-2xl, 32px);
  /*    @include media-breakpoint-up(xxxl) {
          grid-template-columns: 5fr 1fr 6fr;
          grid-template-areas:
              "left-top    . right-top"
              "left-bottom . right-bottom";

      }*/
}
@media (min-width: 992px) {
  .footer-grid .footer-left-top, .footer-grid .footer-left-bottom {
    max-width: 513px;
  }
}
@media (min-width: 1400px) {
  .footer-grid .footer-right-top, .footer-grid .footer-right-bottom {
    max-width: 1056px;
    justify-self: end;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .footer-grid {
    grid-template-columns: 3fr 5fr;
    grid-template-areas: "left-top    right-top" "left-bottom right-bottom";
  }
}
@media (min-width: 992px) {
  .footer-grid {
    grid-template-columns: 5fr 7fr;
    grid-template-areas: "left-top     right-top" "left-bottom  right-bottom";
  }
}

/* HEADER STYLES */
.l-header {
  z-index: 99;
}

.header-top {
  background: #fff;
  box-shadow: inset 0 -1px 0 var(--Border-light, #E7E7E7);
}
@media (min-width: 768px) {
  .header-top {
    box-shadow: none;
  }
}
.header-top__row {
  flex-wrap: nowrap;
  align-items: center;
  padding: var(--Spacing-m, 16px);
  height: 72px;
}
@media (min-width: 768px) {
  .header-top__row {
    flex-wrap: wrap;
    height: auto;
    padding: var(--Spacing-m, 16px) 0;
  }
}
@media (min-width: 1980px) {
  .header-top__row {
    padding: 24px 0px;
  }
}
.header-top__link {
  display: block;
  text-decoration: none;
}
@media (min-width: 576px) {
  .header-top__link {
    padding: 0;
  }
}
.header-top__link:hover, .header-top__link:focus {
  text-decoration: none;
}
.header-top__icon-container {
  position: relative;
}
.header-top__icon {
  display: block;
  font-size: 1.625rem;
}
@media (min-width: 576px) {
  .header-top__icon {
    font-size: 2rem;
  }
}
.header-top__badge {
  position: absolute;
  top: -0.5em;
  right: -0.2em;
  width: 2em;
  height: 2em;
  font-size: 0.5rem;
  font-weight: 700;
  line-height: 2em;
  color: #fff;
  text-align: center;
  background: #007bff;
  border-radius: 50%;
}
.header-top__block {
  position: unset;
}
@media (max-width: 767.98px) {
  .header-top__block--search {
    flex-grow: 0;
    padding-right: 0;
    width: 100%;
  }
  .header-top__block--search .js-search-result {
    display: none !important;
  }
}
@media (max-width: 767.98px) {
  .header-top__content {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
  }
}
@media (max-width: 390px) {
  .header-top__content .c-btn-icon-l {
    width: 32px;
    height: 32px;
  }
  .header-top__content i.fs-24 {
    font-size: 17px;
  }
  .header-top__content .header-top__badge {
    width: 13px;
    height: 13px;
    font-size: 10px;
    line-height: 12px;
  }
  .header-top__content .header-top__block--logo {
    padding: 0px;
  }
  .header-top__content .header-top__block--logo img {
    max-height: 36px;
    width: auto;
  }
  .header-top__content .header-top__block--menu-toggle {
    padding: 0px;
  }
}

.mobile-bottom-nav {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 998;
  background: #fff;
  border-top: 1px solid #e7e7e7;
  padding: 6px 0;
  height: 64px;
}
.mobile-bottom-nav .header-top__block.header-top__block--search {
  display: none;
}
@media (min-width: 576px) {
  .mobile-bottom-nav {
    display: none;
  }
}
.mobile-bottom-nav__inner {
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 8px;
}
.mobile-bottom-nav__item {
  /*flex: 1 1 0;*/
  text-align: center;
}
@media (max-width: 767.98px) {
  body {
    padding-bottom: 70px;
  }
  body .header-top.js-header-top,
  body .header-top.js-header-top.is-sticky {
    position: static !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
    inset: auto !important;
    transform: none !important;
    z-index: auto !important;
  }
  body .js-search-input::-moz-placeholder {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  body .js-search-input::placeholder {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

.l-main {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  position: relative;
  overflow: hidden;
}

.container-title {
  padding: 48px 0px;
}

.featured-products .swiper {
  overflow: visible;
}

@media (min-width: 1200px) and (max-width: 1700px) {
  .cards-miniature .c-btn-add-to-cart-action .c-btn-add-to-cart {
    padding: 0px 4px 0px 0px;
  }
}
.cards-miniature {
  position: relative;
}
.cards-miniature-wrapper {
  position: relative;
}
.cards-miniature-wishlist {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 2;
  cursor: pointer;
}
.cards-miniature-wishlist .favorites-wishlist img {
  padding: 12px;
}
.cards-miniature-wishlist .favorites-wishlist--hearthover, .cards-miniature-wishlist .favorites-wishlist--heartfill, .cards-miniature-wishlist .favorites-wishlist--heart {
  padding: 12px;
}
.cards-miniature-wishlist .favorites-wishlist--hearthover, .cards-miniature-wishlist .favorites-wishlist--heartfill {
  display: none;
}
.cards-miniature-wishlist .favorites-wishlist--hearthover {
  margin-top: 2px;
}
.cards-miniature-wishlist .favorites-wishlist:hover .favorites-wishlist--heart {
  display: none;
}
.cards-miniature-wishlist .favorites-wishlist:hover .favorites-wishlist--hearthover {
  display: block;
}
.cards-miniature-wishlist .favorites-wishlist[data-active=true] .favorites-wishlist-add {
  display: none;
}
.cards-miniature-wishlist .favorites-wishlist[data-active=true] .favorites-wishlist-added {
  display: block;
}
.cards-miniature-wishlist .favorites-wishlist[data-active=true] .favorites-wishlist-added .favorites-wishlist--heartfill {
  display: block;
}
.cards-miniature-title {
  margin-bottom: 4px;
  display: block;
  min-height: 2.5em;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* liczba linii */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cards-miniature-inner {
  padding: 12px 12px 0;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.cards-miniature-tags {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 8px;
}
@media (min-width: 992px) {
  .cards-miniature-tags {
    flex-direction: row;
    align-items: center;
  }
}
.cards-miniature-series {
  margin-bottom: 8px;
  display: block;
}
@media (min-width: 1200px) {
  .cards-miniature-series {
    margin-bottom: 12px;
  }
}
@media (min-width: 1980px) {
  .cards-miniature-series {
    margin-bottom: 16px;
  }
}
.cards-miniature-price {
  color: #456DE7;
}
@media (min-width: 576px) {
  .cards-miniature-price {
    color: #1b3580;
  }
}
.cards-miniature-price.--discount .price {
  /*color: var(--Text-error, #C43946);*/
  text-decoration: unset;
}
.cards-miniature-price.--discount .price--regular {
  color: var(--Text-error, #C43946);
  /*color: var(--Text-disabled, #858585);*/
  text-decoration: line-through;
  opacity: 0.8;
}
.cards-miniature-metrics {
  flex-wrap: wrap;
  align-items: center;
  display: flex;
  gap: 6px;
}
.cards-miniature-metrics i {
  padding: 4px;
}
.cards-miniature .c-btn-add-to-cart-action {
  position: absolute;
  bottom: 16px;
  width: calc(100% - 32px);
  right: 16px;
  opacity: 1;
  transition: 0.3s;
  /*        @include media-breakpoint-up(sm) {
              opacity: 0;
              display: none;
          }*/
  /*        &.--yellow {
              background: var(--Surface-brand-yellow, #FDCC16);
              i {
                  color: $primary-800;
              }
              .c-btn-added-to-cart {
                  opacity: 1!important;
                  transform: translate(-100%)!important;
                   display: block !important;
              }
              .icon-basket {
                  opacity: 0!important;
                  display: none;
              }
              .icon-check {
                  opacity: 1!important;
                  display: block !important;
              }
              .c-btn-add-to-cart {
                  opacity: 0!important;
                  transform: translate(-20%)!important;
              }
          }*/
}
.cards-miniature .c-btn-add-to-cart-action:hover {
  width: calc(100% - 32px);
}
@media (min-width: 768px) {
  .cards-miniature .c-btn-add-to-cart-action {
    padding: var(--Spacing-s, 16px) 10px;
    opacity: 0;
    /*display: none;*/
  }
}
@media (min-width: 1200px) {
  .cards-miniature .c-btn-add-to-cart-action {
    display: block;
  }
}
.cards-miniature .c-btn-add-to-cart-action .icon-basket, .cards-miniature .c-btn-add-to-cart-action .icon-check {
  /*          position: absolute;
              top: 50%;
              left: 50%;*/
  /*transform: translate(-50%, -50%);*/
  transition: 0.3s;
}
.cards-miniature .c-btn-add-to-cart-action .icon-check {
  opacity: 0;
  color: #1b3580;
}
.cards-miniature .c-btn-add-to-cart-action .c-btn-add-to-cart {
  white-space: nowrap;
  /*position: absolute;*/
  opacity: 1;
  transition: 0.3s;
  /*            transform: translate(-20%);
              bottom: 25%;*/
}
.cards-miniature .c-btn-add-to-cart-action .c-btn-added-to-cart {
  white-space: nowrap;
  opacity: 0;
  transition: 0.3s;
}
.cards-miniature .c-btn-add-to-cart-action.--yellow {
  background: var(--Surface-brand-yellow, #FDCC16);
}
.cards-miniature .c-btn-add-to-cart-action.--yellow .c-btn-add-to-cart {
  opacity: 0 !important;
  display: none !important;
}
.cards-miniature .c-btn-add-to-cart-action.--yellow .c-btn-added-to-cart {
  opacity: 1 !important;
  display: block !important;
}
.cards-miniature .c-btn-add-to-cart-action.--yellow .icon-basket {
  opacity: 0 !important;
  display: none;
}
.cards-miniature .c-btn-add-to-cart-action.--yellow .icon-check {
  opacity: 1 !important;
  display: block !important;
}
.cards-miniature-image {
  aspect-ratio: 1/1;
  border-radius: var(--Radius-s, 8px);
  position: relative;
}
.cards-miniature-image.--0-6 {
  background: #fbf8f6;
}
.cards-miniature-image:hover .c-btn-add-to-cart-action {
  opacity: 1;
  /*                &:hover {
                      .c-btn-add-to-cart {
                          transform: translateX(-110%);
                          opacity: 0;
                      }
                      .c-btn-added-to-cart {
                          opacity: 1;
                          transform: translateX(-110%);
                      }
                  }*/
}
.cards-miniature-image img {
  width: 100%;
  height: 100%;
  padding: var(--Spacing-m);
  mix-blend-mode: multiply;
}
.cards-miniature-image:hover {
  opacity: 1;
}

@media (min-width: 440px) and (max-width: 767.98px) {
  .cards-miniature button.c-btn-add-to-cart-action {
    width: 32px;
    height: 32px;
    overflow: hidden;
  }
  .cards-miniature button.c-btn-add-to-cart-action span {
    display: none !important;
    opacity: 0;
  }
  .cards-miniature button.c-btn-add-to-cart-action:hover {
    width: 32px;
    height: 32px;
  }
  .cards-miniature button.c-btn-add-to-cart-action.--yellow {
    width: 32px;
    height: 32px;
  }
  .cards-miniature .c-btn-add-to-cart-action.--yellow .c-btn-added-to-cart {
    display: none !important;
  }
}
.product-flags {
  top: 12px;
  left: 12px;
  z-index: 2;
  width: 100%;
  pointer-events: none;
  gap: 8px;
  /*padding-top: var(--Spacing-sm, 10px);*/
}
.product-flags__flag {
  width: -moz-fit-content;
  width: fit-content;
  pointer-events: auto;
}
.close {
  float: unset;
  font-size: unset;
  font-weight: unset;
  line-height: unset;
  color: unset;
  text-shadow: unset;
  opacity: unset;
}

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

.modal-custom-header {
  padding: 16px;
  border-bottom: 1px solid var(--Border-brand-blue-400, #B3C6FF);
  margin-bottom: 16px;
}

.customization-modal .modal-content {
  border: 1px solid #f9f9f9;
  border-radius: 0;
}
.customization-modal .modal-content .modal-body {
  padding-top: 0;
}
.customization-modal .modal-content .modal-body .product-customization-line {
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
  border-bottom: 1px solid #f9f9f9;
}
.customization-modal .modal-content .modal-body .product-customization-line .label {
  font-weight: 600;
  text-align: right;
}
.customization-modal .modal-content .modal-body .product-customization-line:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.star-content {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
}
.star-content .star,
.star-content .star-on,
.star-content .star-hover {
  display: block;
  flex: auto;
  width: 20px;
  height: 20px;
  margin-left: 3px;
  background: url(/themes/dumel/assets//img-dist/cd02100448ff5c9f03ecb5d21d39780c.svg) no-repeat 0 0 transparent;
  background-size: 20px;
}
.star-content .star-on,
.star-content .star-hover {
  background-image: url(/themes/dumel/assets//img-dist/5abfa13681ab260d0c9f154e757fcf2f.svg);
}
.star-content .star-hover {
  cursor: pointer;
}
.small-stars .star-content .star,
.small-stars .star-content .star-on,
.small-stars .star-content .star-hover {
  width: 16px;
  height: 16px;
  margin-left: 2px;
  background-size: 16px;
}

.grade-stars {
  position: relative;
  display: inline-block;
  min-width: 120px;
  height: 20px;
}
.grade-stars.small-stars {
  min-width: 70px;
  height: 16px;
}

.product-list-reviews {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 5px;
  visibility: hidden;
  background: rgba(255, 255, 255, 0.4);
}
.product-list-reviews .grade-stars {
  display: block;
}

.products-list__block {
  padding: 0 0.625rem;
  margin-bottom: var(--Spacing-2xl, 32px);
}
.products-list__block--grid {
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 440px) {
  .products-list__block--grid {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 576px) {
  .products-list__block--grid {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
}
@media (min-width: 768px) {
  .products-list__block--grid {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 992px) {
  .layout-left-column .products-list__block--grid {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
}
@media (min-width: 1400px) {
  .layout-left-column .products-list__block--grid {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media (min-width: 1980px) {
  .layout-left-column .products-list__block--grid {
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (min-width: 768px) {
  .layout-full-width .products-list__block--grid {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
}
@media (min-width: 1200px) {
  .layout-full-width .products-list__block--grid {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
#module-is_favoriteproducts-favorite .products-list__block--grid {
  flex: 0 0 100%;
  max-width: 100%;
  /*          @include media-breakpoint-up(xxl) {
                @include make-col(3);
            }*/
}
@media (min-width: 440px) {
  #module-is_favoriteproducts-favorite .products-list__block--grid {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 576px) {
  #module-is_favoriteproducts-favorite .products-list__block--grid {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
}
@media (min-width: 768px) {
  #module-is_favoriteproducts-favorite .products-list__block--grid {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 1200px) {
  #module-is_favoriteproducts-favorite .products-list__block--grid {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
}
@media (min-width: 1980px) {
  #module-is_favoriteproducts-favorite .products-list__block--grid {
    flex: 0 0 20%;
    max-width: 20%;
  }
}
.products-list__block--list {
  flex: 0 0 100%;
  max-width: 100%;
}

.product-slider {
  margin-right: -5px;
  margin-left: -5px;
}
@media (min-width: 576px) {
  .product-slider {
    margin-right: -10px;
    margin-left: -10px;
  }
}
.product-slider__item {
  padding-right: 5px;
  padding-left: 5px;
}
@media (min-width: 576px) {
  .product-slider__item {
    padding-right: 10px;
    padding-left: 10px;
  }
}

.pagination {
  display: flex;
  flex-wrap: nowrap;
  gap: 20px;
  /*margin-top: 28px;*/
}
.pagination .page-item.active a {
  pointer-events: none;
}

.address__header {
  background-color: transparent;
}
.address__body {
  line-height: 1.75;
}
.address__body address {
  font-style: normal;
  margin: 0;
}
.address.card {
  border-radius: var(--Radius-s, 12px);
  background: var(--Surface-base, #FBF8F6);
  gap: var(--Spacing-m, 32px);
  padding: var(--Spacing-m, 32px);
  border: none;
}
.address__footer {
  display: flex;
  padding: 0;
  background-color: transparent;
  padding-top: var(--Spacing-m, 32px);
  border-color: #d7d7d7;
}
.address__footer a {
  /*@include make-col(6);*/
  padding: 5px;
  color: #000000;
  text-align: center;
  gap: 8px;
  color: #456DE7;
}
.address__footer a:first-child {
  color: #c43946;
}
.address__footer a:hover, .address__footer a:focus {
  text-decoration: none;
  background: #f9f9f9;
}

.js-address-form .form-fields {
  display: grid;
  /* mobile-first – jedna kolumna */
  grid-template-columns: 1fr;
  gap: var(--Spacing-s, 16px) var(--Spacing-m, 32px);
}
.js-address-form .form-group {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .js-address-form {
    /* Alias – cała szerokość */
    /* 1 rząd: Imię | Nazwisko */
    /* Firma, NIP – pełna szerokość pod spodem */
    /* Adres – cała szerokość (jak na screenie szeroka Ulica) */
    /* Uzupełnienie adresu – też cała szerokość,
       jeśli chcesz możesz go ustawić np. obok Adresu,
       ale na screenie go nie ma, więc zostawiamy pod spodem. */
    /* Kod | Miasto – proporcje podobne do screena:
       Kod węższy, Miasto szersze */
    /* Kraj – pełna szerokość */
    /* Telefon – pełna szerokość na dole */
  }
  .js-address-form .form-fields {
    /* 12 kolumn – łatwiej odwzorować szerokości ze screena */
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .js-address-form .form-name-alias {
    grid-column: 1/-1;
  }
  .js-address-form .form-name-firstname {
    grid-column: 1/7;
  }
  .js-address-form .form-name-lastname {
    grid-column: 7/-1;
  }
  .js-address-form .form-name-company,
  .js-address-form .form-name-vat_number {
    grid-column: 1/-1;
  }
  .js-address-form .form-name-address1 {
    grid-column: 1/-1;
  }
  .js-address-form .form-name-address2 {
    grid-column: 1/-1;
  }
  .js-address-form .form-name-postcode {
    grid-column: 1/4;
  }
  .js-address-form .form-name-city {
    grid-column: 4/-1;
  }
  .js-address-form .form-name-id_country {
    grid-column: 1/-1;
  }
  .js-address-form .form-name-phone {
    grid-column: 1/-1;
  }
}
.js-address-form .custom-select {
  width: 100%;
}
.js-address-form .custom-select .select-selected {
  border: 1px solid var(--Border-brand-blue-400, #B3C6FF);
}

.customer-links {
  margin: 0 0 10px;
  position: relative;
}
@media (min-width: 768px) {
  .customer-links {
    margin: 0;
  }
}
.customer-links__toggle {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: var(--Spacing-m, 32px);
  margin-bottom: var(--Spacing-xs, 12px);
  background: #fff;
  border-radius: var(--Radius-md, 8px);
  border: 1px solid #d6dff9;
  cursor: pointer;
  color: #1b3580;
  font-size: 1rem;
}
@media (max-width: 992px) {
  .customer-links__toggle {
    font-size: calc(0.8rem + 0.3225806452vw);
  }
}
.customer-links__toggle:hover, .customer-links__toggle:focus {
  /*      border-color: $primary;
        color: $primary;*/
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
@media (min-width: 768px) {
  .customer-links__toggle {
    display: none;
  }
}
.customer-links__toggle-label {
  flex: 1;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  align-items: center;
  display: flex;
  gap: var(--Spacing-sm, 24px);
  padding: var(--Spacing-m, 16px) var(--Spacing-m, 16px);
}
.customer-links__toggle-icon {
  margin-left: var(--Spacing-sm, 24px);
  transition: transform 0.2s ease;
  font-size: 0.75rem;
}
.customer-links.is-open .customer-links__toggle-icon {
  transform: rotate(180deg);
}
.customer-links .link-item {
  display: flex;
  align-items: center;
  gap: var(--Spacing-sm, 24px);
}
.customer-links .link-item svg {
  width: 24px;
  height: 24px;
}
.customer-links__list {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  z-index: 20;
  margin: 0;
  padding: var(--Spacing-xs, 12px) 0;
  border-radius: var(--Radius-md, 8px);
  background-color: white;
  border: 1px solid var(--Border-light, #E7E7E7);
  flex-direction: column;
  max-height: 20rem;
  overflow-y: auto;
  overflow-x: hidden;
  white-space: normal;
  -webkit-overflow-scrolling: touch;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
@media (min-width: 768px) {
  .customer-links__list {
    border: none;
    margin-bottom: var(--Spacing-m, 32px);
    position: static;
    display: flex;
    flex-wrap: wrap;
    box-shadow: none;
    padding: 0;
    margin-top: 0;
    max-height: none;
    overflow: visible;
    flex-direction: column;
    background: transparent;
    gap: var(--Spacing-xs, 12px);
  }
}
.customer-links__list a:not(.active) svg {
  display: none;
}
.customer-links a:not(.customer-links__logout) {
  display: block;
  flex: 0 0;
  max-width: inherit;
  font-weight: 400;
  color: #1b3580;
  white-space: nowrap;
  padding: var(--Spacing-sm, 12px) var(--Spacing-m, 16px);
  font-size: 1rem;
}
@media (max-width: 992px) {
  .customer-links a:not(.customer-links__logout) {
    font-size: calc(0.8rem + 0.3225806452vw);
  }
}
@media (max-width: 767.98px) {
  .customer-links a:not(.customer-links__logout) {
    white-space: normal;
    flex: 0 0 auto;
  }
}
@media (min-width: 768px) {
  .customer-links a:not(.customer-links__logout) {
    padding: 0 var(--Spacing-null, 0) var(--Spacing-xs, 12px) var(--Spacing-s, 24px);
    white-space: normal;
  }
  .customer-links a:not(.customer-links__logout)#myaccount-link {
    padding-left: 0px;
    padding: var(--Spacing-sm, 24px) var(--Spacing-null, 0);
  }
  .customer-links a:not(.customer-links__logout)#myaccount-link span {
    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% */
    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% */
    font-family: "Unbounded";
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  .customer-links a:not(.customer-links__logout)#myaccount-link span {
    font-size: 20px;
    line-height: var(--font-line-height-m, 28px); /* 140% */
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .customer-links a:not(.customer-links__logout)#myaccount-link span {
    font-size: 28px;
    line-height: var(--font-line-height-m, 34px);
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  .customer-links a:not(.customer-links__logout)#myaccount-link span {
    font-size: 20px;
    line-height: var(--font-line-height-m, 28px); /* 140% */
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .customer-links a:not(.customer-links__logout)#myaccount-link span {
    font-size: 28px;
    line-height: var(--font-line-height-m, 34px);
  }
}
.customer-links a:not(.customer-links__logout):hover, .customer-links a:not(.customer-links__logout):focus {
  color: #007bff;
  text-decoration: none;
  background-color: #f0f0f0;
}
@media (min-width: 768px) {
  .customer-links a:not(.customer-links__logout):hover, .customer-links a:not(.customer-links__logout):focus {
    background-color: transparent;
  }
}
.customer-links a:not(.customer-links__logout) i {
  margin-right: 2.5px;
  color: #007bff;
  font-size: 1.625rem;
}
@media (max-width: 992px) {
  .customer-links a:not(.customer-links__logout) i {
    font-size: calc(0.925rem + 1.1290322581vw);
  }
}
@media (min-width: 768px) {
  .customer-links a:not(.customer-links__logout) i {
    margin-right: 5px;
  }
}
.customer-links a:not(.customer-links__logout).active:not(#myaccount-link) span {
  text-decoration: underline;
  font-weight: var(--font-weight-bold, 600);
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  -webkit-text-decoration-style: solid;
          text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-thickness: 10%; /* 2px */
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.customer-links a:not(.customer-links__logout).active:not(#myaccount-link)::after {
  display: block;
}
.customer-links a:not(.customer-links__logout).active:not(#myaccount-link) i {
  color: inherit;
}
.customer-links__logout {
  text-align: center;
}
.customer-links__logout::after, .customer-links__logout::before {
  display: none;
}

.user-form {
  max-width: 800px;
  margin: 0 auto;
}
.user-form--sm {
  max-width: 600px;
}

.product-table {
  margin: 0;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .product-table__head {
    display: none;
  }
}
.product-table__head th {
  border-top: 0;
}
@media (min-width: 576px) {
  .product-table__row {
    margin-top: -1px;
  }
}
@media (max-width: 767.98px) {
  .product-table tbody {
    display: block;
  }
}

.product-line {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.product-line:last-child {
  border-bottom: 0;
}
.product-line--first {
  border-top: 1px solid #e7e7e7;
}
@media (min-width: 768px) {
  .product-line {
    display: table-row;
    padding: 0;
    padding: 5px 0;
    border-bottom: 1px solid #e7e7e7;
  }
}
.product-line .product-line__cell {
  padding: 5px;
}
@media (min-width: 576px) {
  .product-line .product-line__cell {
    padding: 0.75rem;
    vertical-align: middle;
  }
}
.product-line__qty-input .bootstrap-touchspin {
  margin: 0 auto;
}
.product-line__cell--img {
  width: 7.5rem;
}
@media (max-width: 767.98px) {
  .product-line__cell--img {
    order: -3;
    width: auto;
    flex: 0 0 5.625rem;
    max-width: 5.625rem;
  }
}
@media (max-width: 767.98px) {
  .product-line__cell--prod {
    order: -2;
    flex: 0 0 calc(100% - 5.625rem);
    max-width: calc(100% - 5.625rem);
  }
}
@media (max-width: 767.98px) {
  .product-line__cell--delete {
    order: -1;
    flex: 0 0 2.5rem;
    max-width: 2.5rem;
  }
}
@media (max-width: 767.98px) {
  .product-line__cell--price, .product-line__cell--total, .product-line__cell--qty {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
}
@media (max-width: 767.98px) {
  .product-line__cell--total {
    text-align: right;
  }
}
@media (max-width: 767.98px) {
  .product-line__cell[data-title]::before {
    font-size: 0.6875rem;
    display: block;
    margin: 0 0 2.5px;
    content: attr(data-title);
  }
}
.product-line__price {
  font-size: 1rem;
}
@media (max-width: 992px) {
  .product-line__price {
    font-size: calc(0.8rem + 0.3225806452vw);
  }
}
.product-line__checkbox-block {
  position: static;
}
.product-line__checkbox-block::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  cursor: pointer;
  content: "";
}
@media (max-width: 767.98px) {
  .product-line--return .product-line__cell--checkbox {
    order: -3;
    flex: 0 0 2.5rem;
    max-width: 2.5rem;
  }
  .product-line--return .product-line__cell--img {
    flex: 0 0 4.375rem;
    max-width: 4.375rem;
    padding-left: 0;
  }
  .product-line--return .product-line__cell--prod {
    flex: 0 0 calc(100% - 6.875rem);
    max-width: calc(100% - 6.875rem);
  }
  .product-line--return .product-line__cell--qty, .product-line--return .product-line__cell--price {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 767.98px) {
  .product-line--extended .product-line__cell--price, .product-line--extended .product-line__cell--qty, .product-line--extended .product-line__cell--returned, .product-line--extended .product-line__cell--total {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media (max-width: 575.98px) {
  .product-line--extended .product-line__cell--price, .product-line--extended .product-line__cell--qty, .product-line--extended .product-line__cell--returned, .product-line--extended .product-line__cell--total {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .product-line--extended .product-line__cell--qty {
    text-align: right;
  }
}

.info-box {
  border-bottom: 1px solid var(--Border-700, #858585);
}

#identity-display {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--Spacing-s, 16px) var(--Spacing-m, 32px);
  /* DESKTOP */
}
#identity-display .info-box {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
#identity-display .full-row {
  grid-column: 1/-1;
  display: flex;
  justify-content: flex-end;
  margin-top: 2rem;
}
@media (min-width: 768px) {
  #identity-display {
    grid-template-columns: 1fr 1fr;
    /* Hasło → prawa kolumna */
    /* Pierwsze trzy info-box → lewa kolumna */
  }
  #identity-display .info-box:nth-of-type(4) {
    grid-column: 2;
    grid-row: 1/span 3;
    align-self: start;
  }
  #identity-display .info-box:nth-of-type(1),
  #identity-display .info-box:nth-of-type(2),
  #identity-display .info-box:nth-of-type(3) {
    grid-column: 1;
  }
}

.update-button {
  color: #456DE7;
}

.page-content--identity #customer-form .form-fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-auto-flow: column;
  gap: var(--Spacing-s, 16px) var(--Spacing-m, 32px);
}
.page-content--identity #customer-form .form-fields > .form-group.form-type-checkbox {
  grid-column: 1/-1;
}
.page-content--identity #customer-form .form-fields > .form-group:nth-of-type(1), .page-content--identity #customer-form .form-fields > .form-group:nth-of-type(2), .page-content--identity #customer-form .form-fields > .form-group:nth-of-type(3) {
  grid-column: 1;
}
.page-content--identity #customer-form .form-fields > .form-group.field-password-policy {
  grid-column: 2;
}

.oh-date {
  color: #456DE7;
}

.oh-card-inner {
  border-radius: var(--Radius-s, 12px);
  background: var(--Surface-base, #fbf8f6);
  gap: var(--Spacing-m, 32px);
  padding: var(--Spacing-m, 32px);
  border: none;
}
.oh-card-inner > div {
  flex: 1 1 100%;
}
@media (min-width: 1200px) {
  .oh-card-inner > div {
    flex: 1 1 auto;
  }
}
@media (min-width: 1900px) {
  .oh-card-inner > div {
    flex: 1 1 calc(50% - 24px);
  }
}
.oh-card-inner .oh-thumb-more img {
  opacity: 0.24;
}
.oh-card-inner .oh-thumb-more a span {
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}
@media (min-width: 768px) {
  .oh-card-inner .oh-thumb-more.thumb-1 img {
    opacity: 1;
  }
}
.oh-card-inner .oh-payment {
  width: 100%;
}
@media (min-width: 768px) {
  .oh-card-inner .oh-payment {
    width: auto;
  }
}

.oh-thumb img {
  border-radius: 14px;
  border: 1px solid #B3C6FF;
  background-color: white;
}

.oh-tracking a {
  max-height: 44px;
}

.od-wrapper {
  border-radius: var(--Radius-s, 12px);
  background: var(--Surface-base, #fbf8f6);
  gap: var(--Spacing-m, 32px);
  padding: var(--Spacing-m, 32px);
  border: none;
  background: linear-gradient(180deg, var(--Surface-base, #FBF8F6) 0%, var(--Icon-invert, #FFF) 100%);
  background-size: 100% 100px;
  background-repeat: no-repeat;
}
.od-wrapper .od-product-row:not(:last-of-type) {
  border-bottom: 1px solid #e7e7e7;
}
.od-wrapper .od-product-row {
  flex-wrap: wrap;
}
.od-wrapper .od-product-row .od-product-main {
  flex: 1 0;
}
@media (min-width: 576px) {
  .od-wrapper .od-product-row {
    /*            flex-wrap*/
  }
}

.od-address-body {
  font-style: normal;
}

.order-message-form {
  border-radius: var(--Radius-s, 12px);
  background: var(--Surface-base, #fbf8f6);
  gap: var(--Spacing-m, 32px);
  padding: var(--Spacing-m, 32px);
  border: none;
}

@media (min-width: 1400px) {
  .od-addresses {
    padding-left: calc(72px + var(--Spacing-m));
    padding-right: calc(72px + var(--Spacing-m));
  }
}

.od-bottom a {
  font-weight: bold;
}

.container-customer {
  background: var(--Surface-base, #FBF8F6);
}

.customer-account__img {
  top: -154px;
  right: var(--Spacing-xl);
}

.page-content-customer {
  position: relative;
}
.page-content-customer h1 {
  font-family: "Plus Jakarta Sans";
  font-style: normal;
  font-weight: var(--font-weight-light, 400);
  letter-spacing: var(--font-spacing-0, 0px);
  font-size: 16px;
  line-height: var(--font-line-height-m, 28px);
  text-align: left !important;
}
@media (min-width: 992px) {
  .page-content-customer h1 {
    font-size: 24px;
    line-height: var(--font-line-height-m, 36px);
  }
}
@media (min-width: 1200px) {
  .page-content-customer h1 {
    font-size: 32px;
    line-height: var(--font-line-height-m, 44px); /* 100% */
  }
}
.page-content-customer:not(.page-content--my-account) {
  border-radius: var(--Radius-m, 16px);
  border: 1px solid var(--Border-light, #E7E7E7);
  background: var(--Surface-page, #FFF);
  padding: var(--Spacing-xl, 56px) var(--Spacing-m, 16px);
}
@media (min-width: 576px) {
  .page-content-customer:not(.page-content--my-account) {
    padding: var(--Spacing-xl, 56px);
  }
}
.page-content-customer .links.grid-3 {
  display: grid;
  gap: var(--Spacing-sm, 24px);
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
@media (min-width: 576px) {
  .page-content-customer .links.grid-3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 768px) {
  .page-content-customer .links.grid-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.page-content-customer .links.grid-3 a {
  border-radius: 24px;
  border: 1px solid var(--Surface-light-grey, #F9F9F9);
  background: var(--Icon-invert, #FFF);
  border-radius: 24px;
  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);
  width: 100%;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: var(--Spacing-xl, 56px) var(--Spacing-l, 32px);
  min-height: 180px;
}
@media (min-width: 768px) {
  .page-content-customer .links.grid-3 a {
    min-height: 260px;
  }
}
.page-content-customer .links.grid-3 a span {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: var(--Spacing-m, 32px);
  font-weight: bold;
  font-family: "Plus Jakarta Sans";
  font-style: normal;
  font-weight: var(--font-weight-light, 400);
  letter-spacing: var(--font-spacing-0, 0px);
  font-size: 16px;
  line-height: var(--font-line-height-m, 28px);
}
@media (min-width: 992px) {
  .page-content-customer .links.grid-3 a span {
    font-size: 24px;
    line-height: var(--font-line-height-m, 36px);
  }
}
@media (min-width: 1200px) {
  .page-content-customer .links.grid-3 a span {
    font-size: 32px;
    line-height: var(--font-line-height-m, 44px); /* 100% */
  }
}
.page-content-customer .links.grid-3 a span i {
  display: flex;
  align-items: end;
  justify-content: end;
}
.page-content-customer .links.grid-3 a svg, .page-content-customer .links.grid-3 a i {
  width: 42px;
  height: 42px;
}
@media (min-width: 1980px) {
  .page-content-customer .links.grid-3 a svg, .page-content-customer .links.grid-3 a i {
    width: 64px;
    height: 64px;
  }
}
.page-content-customer header.page-header {
  text-align: left !important;
  padding-bottom: var(--Spacing-xl, 56px);
  margin-bottom: 0px;
}
.page-content-customer .custom-select {
  width: 100%;
}
.page-content-customer .custom-select .select-selected {
  border: 1px solid var(--Border-brand-blue-400, #B3C6FF);
}

@media (min-width: 768px) {
  #module-is_favoriteproducts-favorite .customer-links {
    padding-top: 42px;
  }
}
.page-content--my-account .page-header {
  display: none;
}

#grid-identity-link {
  color: #1B3580;
}

#grid-history-link {
  color: #31CA6D;
}

#grid-favourite-link {
  color: #FF429F;
}

.header-top__badge {
  border-radius: 50%;
  background: var(--Surface-secondary, #4971ED);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  height: 18px;
  line-height: 18px;
  position: absolute;
  right: -0.18px;
  text-align: center;
  top: -0.14px;
  width: 18px;
}

.cart-dropdown {
  position: fixed;
  bottom: 0;
  top: 0;
}
.cart-dropdown__shipping {
  margin-bottom: 24px;
}
@media (min-width: 1200px) {
  .cart-dropdown__shipping {
    margin-bottom: 48px;
  }
}
@media (min-width: 1980px) {
  .cart-dropdown__shipping {
    margin-bottom: 56px;
  }
}
.cart-dropdown__checkout {
  position: relative;
}
.cart-dropdown__content {
  max-width: 485px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 1400px) {
  .cart-dropdown__content {
    max-width: 658px;
  }
}
.cart-dropdown__title {
  border-bottom: 1px solid var(--Border-300, #E7E7E7);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px var(--Spacing-xl, 24px) 18px var(--Spacing-xl, 24px);
}
@media (min-width: 1200px) {
  .cart-dropdown__title {
    padding: 16px var(--Spacing-xl, 32px) 24px var(--Spacing-xl, 32px);
  }
}
@media (min-width: 1980px) {
  .cart-dropdown__title {
    padding: 52px var(--Spacing-xl, 48px) var(--Spacing-m, 24px) var(--Spacing-xl, 48px);
  }
}
.cart-dropdown__products {
  background: var(--Surface-base, #FBF8F6);
  height: 100%;
  padding: var(--Spacing-l, 18px) var(--Spacing-l, 18px) var(--Spacing-2xl, 32px) var(--Spacing-l, 18px);
  overflow-x: hidden;
  overflow-y: auto;
}
@media (min-width: 1200px) {
  .cart-dropdown__products {
    padding: var(--Spacing-l, 32px) var(--Spacing-l, 32px) var(--Spacing-2xl, 56px) var(--Spacing-l, 32px);
  }
}
@media (min-width: 1980px) {
  .cart-dropdown__products {
    padding: var(--Spacing-l, 40px) var(--Spacing-l, 40px) var(--Spacing-2xl, 64px) var(--Spacing-l, 40px);
  }
}
.cart-products {
  /*margin-bottom: 16px;*/
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
  border-bottom: 1px solid #E7E7E7;
}
.cart-products:first-of-type {
  padding-top: 0px;
}
@media (min-width: 1400px) {
  .cart-products {
    padding-top: 32px;
  }
}
.cart-products:last-of-type {
  border-bottom: none;
}
.cart-products__left {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.cart-products__left p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  align-self: stretch;
  overflow: hidden;
}
.cart-products__thumb {
  margin-right: 10px;
  padding: 2px 2.5px;
  background-color: #fff;
  max-width: 101px;
  height: 100px;
  flex: 1 0 101px;
}
@media (min-width: 1200px) {
  .cart-products__thumb {
    margin-right: 12px;
  }
}
@media (min-width: 1980px) {
  .cart-products__thumb {
    max-width: 129px;
    margin-right: 24px;
    flex: 1 0 129px;
    height: 128px;
  }
}
.cart-products__thumb img {
  width: 96px;
  height: 96px;
}
@media (min-width: 1980px) {
  .cart-products__thumb {
    padding: 16px 16.5px;
  }
}
.cart-products__desc {
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  flex-direction: column;
  width: 100%;
}
.cart-products__quantity {
  display: flex;
  margin-top: auto;
  align-items: center;
  gap: 6px;
}
.cart-empty {
  background: var(--Surface-base, #FBF8F6);
  padding: var(--Spacing-xl, 24px) var(--Spacing-l, 18px);
}
@media (min-width: 1200px) {
  .cart-empty {
    padding: var(--Spacing-3xl, 80px) var(--Spacing-xl, 48px);
  }
}
@media (min-width: 1980px) {
  .cart-empty {
    padding: var(--Spacing-xl, 56px) var(--Spacing-l, 40px);
  }
}
.cart-summary {
  margin-top: auto;
  border-bottom: 1px solid var(--Border-300, #E7E7E7);
  padding: var(--Spacing-xl, 24px) var(--Spacing-l, 18px);
}
@media (min-width: 1200px) {
  .cart-summary {
    padding: var(--Spacing-xl, 48px) var(--Spacing-l, 32px);
  }
}
@media (min-width: 1980px) {
  .cart-summary {
    padding: var(--Spacing-xl, 56px) var(--Spacing-l, 40px);
  }
}
.cart-summary-lines {
  display: flex;
  gap: 8px;
  flex-direction: column;
}
.cart-summary-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.shipping-progress-bar {
  background-color: #fff;
  border-radius: 999px;
  height: 4px;
  width: 100%;
  margin-top: 16px;
  overflow: hidden;
}

.product-quantity {
  margin-left: auto;
}

.progress-bar-fill {
  background: linear-gradient(90deg, var(--Icon-brand-yellow, #ffc107) 0%, var(--Yellow-Yellow-700, #EDA500) 100%);
  height: 100%;
  width: 0%;
  border-radius: 999px;
  transition: width 0.3s ease-in-out;
}

.dropdown-menu.show {
  display: block;
}

.blockcart__dropdown.show {
  transform: translate3d(0, 0, 0) !important;
}

.blockcart__dropdown {
  transform: translate3d(120%, 0, 0) !important;
  transition: transform 0.3s !important;
  display: flex !important;
  flex-direction: column;
  height: 100svh;
  position: fixed !important;
  top: 0 !important;
  right: 0 !important;
  left: unset !important;
  overflow-x: hidden;
  max-width: 485px;
  width: 100%;
  border-radius: 0px !important;
  margin-right: 0px !important;
  border: 0px !important;
  margin-top: 0 !important;
  box-shadow: 0px 743px 208px 0px rgba(62, 83, 111, 0), 0px 475px 190px 0px rgba(62, 83, 111, 0.01), 0px 267px 160px 0px rgba(62, 83, 111, 0.05), 0px 119px 119px 0px rgba(62, 83, 111, 0.09), 0px 30px 65px 0px rgba(62, 83, 111, 0.1);
  background-color: #fff;
  z-index: 99;
}
@media (min-width: 1400px) {
  .blockcart__dropdown {
    max-width: 658px;
  }
}

.js-blockcart .dropdown-menu.no-transition {
  transition: none !important;
}

.qty > .input-group {
  display: flex;
  gap: 0px;
  flex-wrap: nowrap;
  padding: 8px 4px;
  border-radius: var(--Radius-round, 1000px);
  border: 1px solid #d7d7d7;
  background: var(--Surface-page, #FFF);
  width: 100%;
  height: 100%;
  justify-content: center;
}
@media (min-width: 576px) {
  .qty > .input-group {
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media (min-width: 768px) {
  .qty > .input-group {
    padding: 4px var(--Spacing-m, 16px);
  }
}
@media (min-width: 1200px) {
  .qty > .input-group {
    padding: 4px var(--Spacing-m, 16px);
  }
}
@media (min-width: 1980px) {
  .qty > .input-group {
    padding: 4px 24px;
  }
}
.qty span:hover .btn-touchspin:before {
  color: #4971ed;
}
.qty input, .qty span, .qty .btn-touchspin {
  height: 20px;
}
.qty span {
  height: 100%;
  display: flex;
  align-items: center;
}
.qty input {
  text-align: center;
  border: unset;
  background-color: unset;
  height: auto;
  padding: 0px;
  width: 32px;
  font-weight: 600;
}
@media (min-width: 768px) {
  .qty input {
    width: 40px;
  }
}

.btn-touchspin {
  position: relative;
  text-indent: -99px;
  overflow: hidden;
  height: 32px;
  aspect-ratio: 1/1;
}
@media (min-width: 768px) {
  .btn-touchspin {
    height: 36px;
  }
}
@media (min-width: 992px) {
  .btn-touchspin {
    height: 40px;
  }
}
@media (min-width: 1200px) {
  .btn-touchspin {
    height: 48px;
  }
}

.bootstrap-touchspin-up:before {
  content: "\e927";
  font-family: "Dumel-icon" !important;
  font-size: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-indent: 0px;
  color: #1b3580;
}

.bootstrap-touchspin-down:before {
  content: "\e923";
  font-family: "Dumel-icon" !important;
  font-size: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-indent: 0px;
  color: #1b3580;
}

.cart-loader {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.5);
}
.cart-loading .cart-loader {
  display: flex;
}

.cart-summary-line {
  display: flex;
  justify-content: space-between;
  font-size: 1rem;
}
@media (max-width: 992px) {
  .cart-summary-line {
    font-size: calc(0.8rem + 0.3225806452vw);
  }
}
.cart-summary-line:not(:last-child) {
  margin-bottom: 5px;
}
.cart-summary-line.cart-total {
  font-size: 1.125rem;
}
@media (max-width: 992px) {
  .cart-summary-line.cart-total {
    font-size: calc(0.825rem + 0.4838709677vw);
  }
}
.cart-summary-line .label {
  margin-right: 5px;
}
.cart-summary-line .value {
  font-weight: 600;
}

.cart-summary-header {
  padding: 16px 0px;
}

.cms-content ol,
.cms-content ul {
  padding-left: 0.75rem;
  list-style: inherit;
  list-style-position: inside;
}
.cms-content ol {
  padding-left: 1.875rem;
  list-style: decimal;
}
.cms-content img {
  max-width: 100%;
  height: auto;
}

.main-menu__item-header {
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  .main-menu__item-header {
    display: block;
  }
}
.main-menu__dropdown {
  margin: -1rem -1rem 10px;
  border-bottom: 1px solid #e7e7e7;
}
@media (min-width: 768px) {
  .main-menu__dropdown {
    position: relative;
    display: flex;
    align-items: center;
    margin: 0;
    border: 0;
  }
}
@media (min-width: 768px) {
  .main-menu__list {
    margin: 0 0 5px;
  }
  .main-menu__list--1 {
    display: flex;
    flex-wrap: wrap;
  }
}
.main-menu__item-link {
  display: block;
  padding: 1rem;
}
@media (min-width: 768px) {
  .main-menu__item-link {
    display: inline-block;
    padding: 0;
  }
}
.main-menu__item-link--top {
  font-size: 1.125rem;
  font-weight: 700;
  color: #000000;
}
@media (max-width: 992px) {
  .main-menu__item-link--top {
    font-size: calc(0.825rem + 0.4838709677vw);
  }
}
.main-menu__item-link--top:hover, .main-menu__item-link--top:focus {
  text-decoration: none;
}
@media (min-width: 768px) {
  .main-menu__item-link--top {
    padding: 10px 15px;
  }
}
.main-menu__item-link--sub {
  color: #000000;
}
@media (min-width: 768px) {
  .main-menu__item-link--sub {
    margin: 0 0 2.5px;
  }
}
.main-menu__item-link--1 {
  font-weight: 700;
}
.main-menu__item-link--2 {
  padding-left: 1.3125rem;
}
@media (min-width: 768px) {
  .main-menu__item-link--2 {
    padding: 0;
  }
}
.main-menu__item-link--3 {
  padding-left: 1.625rem;
}
@media (min-width: 768px) {
  .main-menu__item-link--3 {
    padding-left: 5px;
  }
}
.main-menu__item-link--4 {
  padding-left: 1.9375rem;
}
@media (min-width: 768px) {
  .main-menu__item-link--4 {
    padding-left: 5px;
  }
}
.main-menu__item {
  border-top: 1px solid #e7e7e7;
}
.main-menu__item--top:first-child {
  border: 0;
}
@media (min-width: 768px) {
  .main-menu__item {
    border: 0;
  }
}
@media (min-width: 768px) {
  .main-menu__item--active .main-menu__sub {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
  }
}
@media (min-width: 768px) {
  .main-menu__item--1 {
    flex: 0 0 25%;
    max-width: 25%;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}
.main-menu__sub {
  background: #f8f9fa;
}
@media (min-width: 768px) {
  .main-menu__sub {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 100;
    padding: 15px 15px 10px;
    visibility: hidden;
    background: #fff;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    opacity: 0;
    transition: 0.2s ease-in;
    transform: translateY(5px);
  }
}

.mm_menu_content_title i {
  margin-top: 6px;
}

.mm_menus_li.hover:hover > a > span {
  color: #456DE7;
}

.mm_columns_ul {
  width: 100%;
  width: 100% !important;
  margin-left: unset;
}
.mm_columns_ul a:hover {
  color: #456DE7;
}
.mm_columns_ul .mm_img_content {
  border-radius: var(--Radius-m, 16px);
}
@media (min-width: 768px) {
  .mm_columns_ul .mm_blocks_li[data-id-block="118"] .ets_mm_categories {
    display: grid !important;
    grid-template-rows: repeat(6, auto);
    grid-auto-flow: column;
    grid-auto-columns: max-content;
    gap: 24px;
    -moz-column-gap: 24px;
         column-gap: 24px;
  }
}
@media (min-width: 1900px) {
  .mm_columns_ul {
    width: calc(100% + 200px) !important;
    margin-left: -100px;
  }
}

.main-menu-all-category .mm_columns_ul {
  padding: var(--Spacing-m);
}
.main-menu-all-category .mm_columns_ul.active {
  display: flex !important;
  gap: var(--Spacing-s, 24px);
}
.main-menu-all-category .mm_block_type_image {
  margin-top: 0;
}
@media (min-width: 768px) {
  .main-menu-all-category ul.ets_mm_categories.gap-s {
    gap: var(--Spacing-xs);
  }
}
.main-menu-all-category li.column_size_3:last-of-type .mm_block_type_image {
  margin: 0;
}
.main-menu-all-category li.column_size_3:last-of-type .hidden-block-in-mobile {
  display: none;
}

@media (min-width: 1200px) {
  .main-menu-all-category li.column_size_3 {
    width: 20%;
  }
}
@media (min-width: 1900px) {
  .main-menu-all-category li.column_size_3 {
    width: 13.372%;
  }
  .main-menu-all-category li.column_size_3:last-of-type {
    width: auto;
  }
  .main-menu-all-category li.column_size_3:last-of-type .hidden-block-in-mobile {
    display: block;
  }
  .mm_menus_li.hover:hover .mm_columns_ul.spacing-xl:not(.mm_columns_ul_tab) {
    display: flex;
    flex-direction: column;
    max-height: 730px;
    flex-wrap: wrap;
  }
}
@media (min-width: 768px) {
  .mm_menus_li.hover:hover .mm_columns_ul.spacing-xl:not(.mm_columns_ul_tab),
  .mm_menus_li.menu_hover .mm_columns_ul,
  .click_open_submenu .mm_columns_ul.open,
  .ets_mm_megamenu:not(.scroll_heading) .mm_menus_li.menu_ver_alway_show_sub .mm_columns_ul {
    display: flex !important;
    flex-direction: column;
    max-height: 770px;
    height: auto;
    flex-wrap: wrap;
    gap: var(--Spacing-l, 36px) var(--Spacing-s, 24px);
  }
  .mm_menus_li.flex-row-direction.hover:hover .mm_columns_ul.spacing-xl:not(.mm_columns_ul_tab),
  .mm_menus_li.flex-row-direction.menu_hover .mm_columns_ul,
  .click_open_submenu.flex-row-direction .mm_columns_ul.open,
  .ets_mm_megamenu:not(.scroll_heading) .mm_menus_li.flex-row-direction.menu_ver_alway_show_sub .mm_columns_ul {
    flex-direction: row;
  }
  .mm_menus_li.flex-row-direction.hover:hover .mm_columns_ul.spacing-xl:not(.mm_columns_ul_tab) > li:first-of-type,
  .mm_menus_li.flex-row-direction.menu_hover .mm_columns_ul > li:first-of-type,
  .click_open_submenu.flex-row-direction .mm_columns_ul.open > li:first-of-type,
  .ets_mm_megamenu:not(.scroll_heading) .mm_menus_li.flex-row-direction.menu_ver_alway_show_sub .mm_columns_ul > li:first-of-type {
    margin-right: auto;
  }
}
.ybc-menu-toggle {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.ybc-menu-toggle i {
  display: inline-block;
  will-change: transform, opacity;
}

/* ułóż ikony jedna na drugiej */
.ybc-menu-toggle .icon-close {
  position: absolute;
  opacity: 0;
  transform: rotate(-90deg) scale(0.85);
  pointer-events: none;
  inset: 0;
  color: #456DE7;
}

/* hamburger widoczny */
.ybc-menu-toggle .icon-hamburger {
  opacity: 1;
  transform: rotate(0deg) scale(1);
}

/* gdy menu otwarte (Twoja klasa z JS) */
.ets_mm_megamenu_content:has(.mm_menus_ul.active) .ybc-menu-toggle .icon-hamburger {
  opacity: 0;
  transform: rotate(90deg) scale(0.85);
  pointer-events: none;
}

.ets_mm_megamenu_content:has(.mm_menus_ul.active) .ybc-menu-toggle .icon-close {
  opacity: 1;
  transform: rotate(0deg) scale(1);
  pointer-events: auto;
}

@media (max-width: 767.98px) {
  .mm_columns_ul.mm_columns_only_desktop {
    display: none !important;
  }
  .ets_mm_megamenu.transition_floating .ybc-menu-toggle.opened:before {
    display: none;
  }
  .ets_mm_megamenu.transition_floating .close_menu {
    opacity: 0.6;
    transform: translatex(-100%);
    -webkit-transform: translatex(-100%);
    transition: all 0.35s ease 0s;
    -webkit-transition: all 0.35s ease 0s;
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    box-shadow: inset 0 -1px 0 rgb(231, 231, 231);
    background: white;
    padding: var(--Spacing-m, 16px);
    height: 72px;
  }
  .ets_mm_megamenu.transition_floating .mm_menus_ul.active + .close_menu {
    opacity: 1;
    transform: translateX(0);
    visibility: visible;
  }
  .ets_mm_megamenu.transition_floating .mm_menus_ul {
    height: calc(100dvh - 64px - 72px);
    top: 72px;
  }
  .ets_mm_megamenu.transition_floating .mm_menus_ul.active {
    max-width: 100%;
    height: calc(100dvh - 64px - 72px);
    align-self: stretch;
    top: 72px;
    background-color: white;
  }
  .ets_mm_megamenu.transition_floating .mm_menus_ul.active .ets_mm_url {
    padding: var(--Spacing-s, 8px) var(--Spacing-m, 16px);
    font-weight: 600;
  }
  .ets_mm_megamenu.transition_floating .mm_menus_ul.active .mm_mobile_body {
    margin-top: 8px;
  }
  .ets_mm_megamenu.transition_floating .mm_menus_ul.active .mm_mobile_body .ets_mm_url {
    padding: var(--Spacing-s, 8px) 0;
  }
  .ets_mm_megamenu.transition_floating .mm_menus_ul .mm_columns_ul .ets_mm_url {
    padding: var(--Spacing-s, 8px) 0;
    font-weight: 600;
    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);
  }
  /*.ets_mm_block.mm_block_type_image{ display:none !important; }*/
}
@media (max-width: 767.98px) and (min-width: 992px) {
  .ets_mm_megamenu.transition_floating .mm_menus_ul .mm_columns_ul .ets_mm_url {
    font-size: var(--font-size-m, 16px);
    line-height: var(--font-line-height-s, 24px); /* 150% */
  }
}
@media (max-width: 767.98px) and (min-width: 1200px) {
  .ets_mm_megamenu.transition_floating .mm_menus_ul .mm_columns_ul .ets_mm_url {
    font-size: 20px;
    line-height: var(--font-line-height-s, 32px); /* 140% */
  }
}
@media (max-width: 767.98px) {
  .ets_mm_megamenu.transition_floating .mm_menus_ul .mm_menu_content_title {
    font-weight: bold;
  }
}
@media (max-width: 767.98px) {
  .ets_mm_megamenu.transition_floating .mm_menus_li {
    border: none;
    display: flex;
    align-items: center;
    padding: var(--Spacing-s, 8px) var(--Spacing-null, 0);
    color: #1b3580;
  }
}
@media (max-width: 767.98px) {
  .ets_mm_megamenu.transition_floating .mm_blocks_li {
    margin-bottom: 0;
  }
}
@media (max-width: 767.98px) {
  .ets_mm_megamenu.transition_floating .ets_mm_block.mm_block_type_category {
    margin-top: 0px;
  }
}
@media (max-width: 767.98px) {
  .ets_mm_megamenu.transition_floating .mm_mobile_acc_head {
    padding: var(--Spacing-s, 8px) var(--Spacing-null, 0);
  }
}
@media (max-width: 767.98px) {
  .ets_mm_megamenu.transition_floating .mm_mobile_head {
    display: flex;
    padding: var(--Spacing-s, 8px) var(--Spacing-null, 0);
  }
  .ets_mm_megamenu.transition_floating .mm_mobile_head .mm_mobile_head_title {
    width: 100%;
    font-weight: 600;
    color: #456DE7;
  }
  .ets_mm_megamenu.transition_floating .mm_mobile_head .mm_mobile_head_title a {
    font-size: 14px;
    color: #456DE7;
  }
  .ets_mm_megamenu.transition_floating .mm_mobile_head .mm_mobile_back {
    padding-left: 0px;
  }
}
@media (max-width: 767.98px) {
  .ets_mm_megamenu.transition_floating .mm_mobile_panel {
    padding: var(--Spacing-m, 16px);
  }
}
@media (max-width: 767.98px) {
  .ets_mm_megamenu.transition_floating .mm_mobile_head, .ets_mm_megamenu.transition_floating button.mm_mobile_back {
    color: #456DE7;
  }
}
@media (max-width: 767.98px) {
  .ets_mm_megamenu.transition_floating .btn:hover, .ets_mm_megamenu.transition_floating a:hover {
    color: #456DE7;
  }
}
@media (max-width: 767.98px) {
  .ets_mm_megamenu.transition_floating .btn[aria-expanded=true] {
    color: #456DE7;
  }
}
@media (max-width: 767.98px) {
  .ets_mm_megamenu.transition_floating .arrow:before, .ets_mm_megamenu.transition_floating .arrow:after {
    display: none !important;
  }
}
@media (max-width: 767.98px) {
  .ets_mm_megamenu.transition_floating .mm_mobile_list {
    display: flex;
    flex-direction: column;
    gap: var(--Spacing-s, 8px);
    justify-content: space-between;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    height: calc(100% - 98px);
  }
  .ets_mm_megamenu.transition_floating .mm_mobile_list .mm_mobile_row {
    justify-content: space-between;
    padding: var(--Spacing-s, 8px) var(--Spacing-null, 0);
  }
}
@media (max-width: 767.98px) {
  /* li nie może wypychać wysokości – drill ma być overlay */
  .mm_menus_li > .mm_mobile_drill {
    display: none;
  }
  .mm_menus_li.is-mobile-open > .mm_mobile_drill {
    display: block;
    position: fixed;
    inset: 0;
    z-index: 9999;
    background: #fff;
    overflow: hidden;
  }
  .mm_mobile_drill .mm_mobile_panel {
    height: 100%;
  }
  .mm_mobile_drill .mm_mobile_body {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    height: calc(100% - 98px);
  }
  body.mm-mobile-menu-lock {
    overflow: hidden;
    touch-action: none;
  }
}
@media (max-width: 767.98px) {
  .mm_menus_ul {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    gap: var(--Spacing-s, 8px);
  }
  .mm_menus_li {
    position: relative;
  }
  .mm_mobile_drill {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    transform: translateX(100%);
    pointer-events: none;
    z-index: 20;
  }
  .mm_menus_li.is-mobile-open > .mm_mobile_drill {
    transform: translateX(0);
    pointer-events: auto;
  }
}
#products #main .page-header,
#pagenotfound #main .page-header {
  margin: 2rem 0 3rem;
}
#products #main .page-content,
#pagenotfound #main .page-content {
  margin-bottom: 10rem;
}
#products .page-not-found,
#pagenotfound .page-not-found {
  max-width: 570px;
  padding: 1rem;
  margin: 0 auto;
  font-size: var(--font-size-2xl, 32px);
  color: #999999;
  background: #fff;
}
#products .page-not-found h4,
#pagenotfound .page-not-found h4 {
  margin: 0.5rem 0 1rem;
  font-size: 1rem;
  font-weight: 700;
}
#products .page-not-found .search-widget,
#pagenotfound .page-not-found .search-widget {
  float: none;
}
#products .page-not-found .search-widget input,
#pagenotfound .page-not-found .search-widget input {
  width: 100%;
}

#left-column .block_newsletter {
  padding: 1.563rem 1.25rem;
  margin-bottom: 1.563rem;
}

footer .block_newsletter p {
  text-align: left;
}
footer .block_newsletter .input-group {
  gap: var(--Spacing-m);
  padding: var(--Spacing-xl) 0;
}
footer .block_newsletter input.form-control {
  padding: 16px;
}
@media (min-width: 576px) {
  footer .block_newsletter input[type=email] {
    flex: 1;
  }
}
footer .block_newsletter input.c-btn {
  /*padding: 16px;*/
  width: 100%;
  /*            border:1px solid var(--Surface-secondary, #456DE7);*/
}
@media (min-width: 576px) {
  footer .block_newsletter input.c-btn {
    width: 126px;
  }
}
footer .block_newsletter input.c-btn:disabled {
  opacity: 0.9;
}
footer .block_newsletter .custom-control-label {
  color: white;
}

.homeslider__img {
  background: #f8f9fa;
}
.homeslider__list {
  margin: 0;
}
.homeslider__slider {
  position: relative;
}
.homeslider__caption {
  position: absolute;
  top: 50%;
  left: 80px;
  transform: translateY(-50%);
}
.homeslider__desc * {
  color: #343a40;
}
.homeslider__arrow {
  top: 0;
  bottom: 0;
  padding: 0 10px;
  line-height: 1;
}
.homeslider__arrow > * {
  font-size: 2.5rem;
}
.homeslider__arrow--prev {
  left: 0;
}
.homeslider__arrow--next {
  right: 0;
}

.search-form {
  max-width: 17.5rem;
  margin-left: auto;
}
@media (min-width: 1200px) {
  .search-form {
    max-width: 20rem;
  }
}
.search-form__form-group {
  position: relative;
}
@media (min-width: 768px) {
  .search-result-open .search-form__form-group {
    z-index: 101;
  }
}
.search-form__input {
  height: auto;
  padding: 0 3.5rem 0 1.5rem;
  color: #1b3580;
  border-width: 1px;
  border-radius: 99em;
  background: var(--Surface-light-grey, #F9F9F9);
  border: 1px solid var(--Border-light, #F9F9F9);
  height: 48px;
  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);
}
.search-form__input:focus {
  background: #f8f9fa;
  box-shadow: none;
}
@media (min-width: 992px) {
  .search-form__input {
    font-size: var(--font-size-m, 16px);
    line-height: var(--font-line-height-s, 24px); /* 150% */
  }
}
@media (min-width: 1980px) {
  .search-form__input {
    font-size: 20px;
    line-height: var(--font-line-height-s, 32px); /* 140% */
    height: 56px;
  }
}
.search-form__input::-moz-placeholder {
  color: var(--Text-primary, #1B3580);
  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);
}
.search-form__input::placeholder {
  color: var(--Text-primary, #1B3580);
  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) {
  .search-form__input::-moz-placeholder {
    font-size: var(--font-size-m, 16px);
    line-height: var(--font-line-height-s, 24px); /* 150% */
  }
  .search-form__input::placeholder {
    font-size: var(--font-size-m, 16px);
    line-height: var(--font-line-height-s, 24px); /* 150% */
  }
}
@media (min-width: 1980px) {
  .search-form__input::-moz-placeholder {
    font-size: 20px;
    line-height: var(--font-line-height-s, 32px); /* 140% */
  }
  .search-form__input::placeholder {
    font-size: 20px;
    line-height: var(--font-line-height-s, 32px); /* 140% */
  }
}
.search-form__btn {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0 16px;
  line-height: 1;
  color: #1b3580;
}
@media (min-width: 1980px) {
  .search-form__btn {
    padding: 0 24px;
  }
}

.search-modal .modal-body {
  padding: 0px;
}
#_mobile_search_from {
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 16px;
}
#_mobile_search_from .search-form {
  max-width: unset;
}

.js-search-result {
  margin-top: 16px;
}
@media (min-width: 768px) {
  .js-search-result {
    position: absolute;
    margin-top: unset;
    z-index: 99;
    width: 100%;
    left: 0;
    top: 84px;
    border-top: 1px solid var(--Border-brand-blue-400, #B3C6FF);
    background: var(--Surface-invert, #FFFFFE);
    box-shadow: 0px 84px 24px 0px rgba(87, 91, 102, 0), 0px 54px 22px 0px rgba(87, 91, 102, 0.01), 0px 30px 18px 0px rgba(87, 91, 102, 0.03), 0px 14px 14px 0px rgba(87, 91, 102, 0.04), 0px 3px 7px 0px rgba(87, 91, 102, 0.05);
  }
}
@media (min-width: 1980px) {
  .js-search-result {
    top: 92px;
  }
}

@media (min-width: 768px) {
  .search-result {
    padding: 24px 0px;
  }
}
.search-result__products {
  margin: 0px;
}
.search-result__products .products-list__block {
  padding: 0 5px;
  margin: 0 0 10px;
  flex: 0 0 50%;
  max-width: 50%;
}
@media (min-width: 768px) {
  .search-result__products .products-list__block {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
}
.search-result__bottom {
  /* stylelint-disable */
  position: sticky;
  /* stylelint-enable */
  right: 0;
  bottom: -1rem;
  left: 0;
  z-index: 1;
  padding: 5px 10px;
  margin: 0 -5px;
  background: #fff;
}
@media (min-width: 768px) {
  .search-result__bottom {
    padding: 0;
    margin: 0;
  }
}
.search-result .swiper {
  overflow: unset;
}
@media (min-width: 768px) {
  .search-result .swiper {
    overflow: hidden;
  }
}

.page-loader {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1001;
  display: none;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.5);
}
.page-loader-active .page-loader {
  display: flex;
}

.links-list {
  padding: 0 0 15px;
  margin: 0;
}
@media (min-width: 992px) {
  .links-list {
    padding: 0;
  }
}
.links-list__elem:not(:last-child) {
  margin: 0 0 5px;
}
.links-list__link {
  color: #ffffff;
}
.links-list__link:hover, .links-list__link:focus {
  color: #000000;
}

#content-hook-order-confirmation-footer a.links-list__link, #content-hook-order-confirmation-footer a.links-list__link {
  color: #1b3580;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
#content-hook-order-confirmation-footer a.links-list__link::before, #content-hook-order-confirmation-footer a.links-list__link::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  border-radius: 3px;
  background-color: #1b3580;
  bottom: -3px;
  left: 0;
  transform-origin: right;
  transform: scaleX(0);
  transition: transform 0.25s ease-in-out;
}
#content-hook-order-confirmation-footer a.links-list__link:hover::before, #content-hook-order-confirmation-footer a.links-list__link:hover::before {
  transform-origin: left;
  transform: scaleX(1);
}

img.lazyload:not(.loaded) {
  background: #f9f9f9;
}

.alert-toast-stack {
  position: fixed;
  right: 10px;
  top: 10px;
  width: 15.625rem;
  display: block;
  z-index: 101;
}

.alert-toast {
  font-size: var(--font-size-2xl, 32px);
  margin-bottom: 10px;
  opacity: 0;
  transform: translateX(100%);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  border-radius: 0.4rem;
  transition: 0.4s ease-in-out;
}
.alert-toast__content {
  padding: 5px 10px;
}
.alert-toast.show {
  opacity: 1;
  transform: translateX(0);
}
.alert-toast--info {
  color: #fff;
  background: #007bff;
}
.alert-toast--danger {
  color: #fff;
  background: #dc3545;
}
.alert-toast--warning {
  color: #212529;
  background: #ff9a52;
}
.alert-toast--success {
  color: #fff;
  background: #28a745;
}

.container-full {
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  width: 100vw;
}

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

.category-section {
  /*    background: var(--Gradient, linear-gradient(96deg, #FFFCEF 0.23%, #FFF1F8 28.57%, #F7F2FF 66.19%, #F1F4FF 87.53%));*/
  /*padding: 0 0 40px 0;*/
  /*overflow: hidden;*/
  /*    .img-fluid{
          width: 48px;
          height: 48px;
      }*/
}
.category-section .dm-cat-swiper {
  padding-bottom: 48px;
}
@media (min-width: 576px) {
  .category-section {
    padding-bottom: 40px;
  }
}
@media (min-width: 992px) {
  .category-section {
    padding-bottom: 64px;
    /*        .img-fluid{
                width: 72px;
                height: 72px; 
            }*/
  }
}
@media (min-width: 1400px) {
  .category-section {
    /*padding-bottom: var(--Spacing-6xl, 128px);*/
  }
}
@media (min-width: 1980px) {
  .category-section {
    /*padding-bottom: var(--Spacing-6xl, 128px);*/
  }
}
.category-section .category-section-single {
  display: flex;
  align-items: center;
  gap: var(--Spacing-sm, 24px);
  text-align: left;
  padding: 14px;
  border-radius: 1000px;
  border: 1px solid transparent;
  background: #fff;
  color: var(--Text-primary, #1B3580);
  transition: border-color 0.2s, background-color 0.2s, color 0.2s;
  padding: 12px var(--Spacing-m, 16px);
}
.category-section .category-section-single-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 1071.429px;
  background: var(--Icon-invert, #FFF);
  box-shadow: 0 49px 14px 0 rgba(111, 101, 134, 0), 0 31px 13px 0 rgba(111, 101, 134, 0.01), 0 18px 11px 0 rgba(111, 101, 134, 0.05), 0 8px 8px 0 rgba(111, 101, 134, 0.09), 0 2px 4px 0 rgba(111, 101, 134, 0.1);
}
.category-section .category-section-single-icon svg {
  width: 100%;
  height: 100%;
  padding: 8px;
}
@media (min-width: 992px) {
  .category-section .category-section-single-icon svg {
    padding: 12px;
  }
}
.category-section .category-section-single span {
  color: inherit;
}
@media (min-width: 768px) {
  .category-section .category-section-single {
    padding: var(--Spacing-m, 16px);
  }
}
@media (min-width: 992px) {
  .category-section .category-section-single {
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .category-section .category-section-single {
    gap: 24px;
  }
  .category-section .category-section-single span {
    font-size: 24px;
    line-height: 28px;
  }
}
.category-section .category-section-single.active, .category-section .category-section-single:hover {
  border-color: currentColor;
}
.category-section .category-section-home-box {
  display: grid;
  padding: var(--item-spacing-0, 0) var(--Spacing-null, 0);
  row-gap: 24px;
  -moz-column-gap: 24px;
       column-gap: 24px;
  align-self: stretch;
  grid-template-rows: repeat(10, fit-content(100%));
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
@media (min-width: 576px) {
  .category-section .category-section-home-box {
    grid-template-rows: repeat(6, fit-content(100%));
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-flow: row dense;
  }
  .category-section .category-section-home-box .category-section-single-box {
    grid-column: span 1;
    justify-self: stretch;
    width: 100%;
  }
  .category-section .category-section-home-box .category-section-single-box:nth-child(1), .category-section .category-section-home-box .category-section-single-box:nth-child(4) {
    grid-column: span 2;
  }
}
@media (min-width: 768px) {
  .category-section .category-section-home-box {
    grid-template-rows: repeat(4, fit-content(100%));
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .category-section .category-section-home-box .category-section-single-box:nth-child(1), .category-section .category-section-home-box .category-section-single-box:nth-child(4) {
    grid-column: span 1;
  }
  .category-section .category-section-home-box .category-section-single-box:nth-child(5), .category-section .category-section-home-box .category-section-single-box.category-39 {
    grid-column: span 2;
  }
}
@media (min-width: 992px) {
  .category-section .category-section-home-box .category-section-single-box:nth-child(5) {
    grid-column: span 1;
  }
  .category-section .category-section-home-box .category-section-single-box.category-39, .category-section .category-section-home-box .category-section-single-box:nth-child(5) {
    grid-column: span 2;
  }
}
@media (min-width: 1400px) {
  .category-section .category-section-home-box {
    grid-template-rows: repeat(3, fit-content(100%));
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .category-section .category-section-home-box .category-section-single-box:nth-child(5), .category-section .category-section-home-box .category-section-single-box:nth-child(10) {
    grid-column: span 1;
  }
  .category-section .category-section-home-box .category-section-single-box.category-39, .category-section .category-section-home-box .category-section-single-box:nth-child(3) {
    grid-column: span 2;
  }
}
.category-section .category-section-home-box .category-section-single-box:nth-child(1) .category-section-single {
  width: 100%;
  background: var(--Pink-Pink-100, #FFF5FA);
  color: var(--Pink-Color-700, #FF429F);
  border-color: var(--Pink-Pink-100, #FFF5FA);
}
.category-section .category-section-home-box .category-section-single-box:nth-child(1) .category-section-single svg path,
.category-section .category-section-home-box .category-section-single-box:nth-child(1) .category-section-single svg circle,
.category-section .category-section-home-box .category-section-single-box:nth-child(1) .category-section-single svg rect {
  /*fill: currentColor;*/
  stroke: var(--Pink-Color-700, #FF429F);
}
.category-section .category-section-home-box .category-section-single-box:nth-child(1) .category-section-single:hover, .category-section .category-section-home-box .category-section-single-box:nth-child(1) .category-section-single.active {
  border-color: var(--Pink-Color-700, #FF429F);
}
.category-section .category-section-home-box .category-section-single-box:nth-child(2) .category-section-single {
  width: 100%;
  background: var(--Violet-Color-100, #FAF7FF);
  color: var(--Violet-Color-700, #9253FF);
  border-color: var(--Violet-Color-100, #FAF7FF);
}
.category-section .category-section-home-box .category-section-single-box:nth-child(2) .category-section-single svg path,
.category-section .category-section-home-box .category-section-single-box:nth-child(2) .category-section-single svg circle,
.category-section .category-section-home-box .category-section-single-box:nth-child(2) .category-section-single svg rect {
  /*fill: currentColor;*/
  stroke: var(--Violet-Color-700, #9253FF);
}
.category-section .category-section-home-box .category-section-single-box:nth-child(2) .category-section-single:hover, .category-section .category-section-home-box .category-section-single-box:nth-child(2) .category-section-single.active {
  border-color: var(--Violet-Color-700, #9253FF);
}
.category-section .category-section-home-box .category-section-single-box:nth-child(3) .category-section-single {
  width: 100%;
  background: var(--Green-Green-100, #F3FFF4);
  color: var(--Green-Green-600, #31CA6D);
  border-color: var(--Green-Green-100, #F3FFF4);
}
.category-section .category-section-home-box .category-section-single-box:nth-child(3) .category-section-single svg path,
.category-section .category-section-home-box .category-section-single-box:nth-child(3) .category-section-single svg circle,
.category-section .category-section-home-box .category-section-single-box:nth-child(3) .category-section-single svg rect {
  /*fill: currentColor;*/
  stroke: var(--Green-Green-600, #31CA6D);
}
.category-section .category-section-home-box .category-section-single-box:nth-child(3) .category-section-single:hover, .category-section .category-section-home-box .category-section-single-box:nth-child(3) .category-section-single.active {
  border-color: var(--Green-Green-600, #31CA6D);
}
.category-section .category-section-home-box .category-section-single-box:nth-child(4) .category-section-single {
  width: 100%;
  background: var(--Yellow-Color-100, #FFFCEF);
  color: var(--Yellow-Yellow-700, #EDA500);
  border-color: var(--Yellow-Color-100, #FFFCEF);
}
.category-section .category-section-home-box .category-section-single-box:nth-child(4) .category-section-single svg path,
.category-section .category-section-home-box .category-section-single-box:nth-child(4) .category-section-single svg circle,
.category-section .category-section-home-box .category-section-single-box:nth-child(4) .category-section-single svg rect {
  /*fill: currentColor;*/
  stroke: var(--Yellow-Yellow-700, #EDA500);
}
.category-section .category-section-home-box .category-section-single-box:nth-child(4) .category-section-single:hover, .category-section .category-section-home-box .category-section-single-box:nth-child(4) .category-section-single.active {
  border-color: var(--Yellow-Yellow-700, #EDA500);
}
.category-section .category-section-home-box .category-section-single-box:nth-child(5) .category-section-single {
  width: 100%;
  background: var(--Blue-Color-2, #F4F9FF);
  color: var(--Blue-Blue-700, #2B81FA);
  border-color: var(--Blue-Color-2, #F4F9FF);
}
.category-section .category-section-home-box .category-section-single-box:nth-child(5) .category-section-single svg path,
.category-section .category-section-home-box .category-section-single-box:nth-child(5) .category-section-single svg circle,
.category-section .category-section-home-box .category-section-single-box:nth-child(5) .category-section-single svg rect {
  /*fill: currentColor;*/
  stroke: var(--Blue-Blue-700, #2B81FA);
}
.category-section .category-section-home-box .category-section-single-box:nth-child(5) .category-section-single:hover, .category-section .category-section-home-box .category-section-single-box:nth-child(5) .category-section-single.active {
  border-color: var(--Blue-Blue-700, #2B81FA);
}
.category-section .category-section-home-box .category-section-single-box:nth-child(6) .category-section-single {
  width: 100%;
  background: var(--Pink-Pink-100, #FFF5FA);
  color: var(--Pink-Color-700, #FF429F);
  border-color: var(--Pink-Pink-100, #FFF5FA);
}
.category-section .category-section-home-box .category-section-single-box:nth-child(6) .category-section-single svg path,
.category-section .category-section-home-box .category-section-single-box:nth-child(6) .category-section-single svg circle,
.category-section .category-section-home-box .category-section-single-box:nth-child(6) .category-section-single svg rect {
  /*fill: currentColor;*/
  stroke: var(--Pink-Color-700, #FF429F);
}
.category-section .category-section-home-box .category-section-single-box:nth-child(6) .category-section-single:hover, .category-section .category-section-home-box .category-section-single-box:nth-child(6) .category-section-single.active {
  border-color: var(--Pink-Color-700, #FF429F);
}
.category-section .category-section-home-box .category-section-single-box:nth-child(7) .category-section-single {
  width: 100%;
  background: var(--Green-Green-100, #F3FFF4);
  color: var(--Green-Green-600, #31CA6D);
  border-color: var(--Green-Green-100, #F3FFF4);
}
.category-section .category-section-home-box .category-section-single-box:nth-child(7) .category-section-single svg path,
.category-section .category-section-home-box .category-section-single-box:nth-child(7) .category-section-single svg circle,
.category-section .category-section-home-box .category-section-single-box:nth-child(7) .category-section-single svg rect {
  /*fill: currentColor;*/
  stroke: var(--Green-Green-600, #31CA6D);
}
.category-section .category-section-home-box .category-section-single-box:nth-child(7) .category-section-single:hover, .category-section .category-section-home-box .category-section-single-box:nth-child(7) .category-section-single.active {
  border-color: var(--Green-Green-600, #31CA6D);
}
.category-section .category-section-home-box .category-section-single-box:nth-child(8) .category-section-single {
  width: 100%;
  background: var(--Violet-Color-100, #FAF7FF);
  color: var(--Violet-Color-700, #9253FF);
  border-color: var(--Violet-Color-100, #FAF7FF);
}
.category-section .category-section-home-box .category-section-single-box:nth-child(8) .category-section-single svg path,
.category-section .category-section-home-box .category-section-single-box:nth-child(8) .category-section-single svg circle,
.category-section .category-section-home-box .category-section-single-box:nth-child(8) .category-section-single svg rect {
  /*fill: currentColor;*/
  stroke: var(--Violet-Color-700, #9253FF);
}
.category-section .category-section-home-box .category-section-single-box:nth-child(8) .category-section-single:hover, .category-section .category-section-home-box .category-section-single-box:nth-child(8) .category-section-single.active {
  border-color: var(--Violet-Color-700, #9253FF);
}
.category-section .category-section-home-box .category-section-single-box:nth-child(9) .category-section-single {
  width: 100%;
  background: var(--Blue-Color-2, #F4F9FF);
  color: var(--Blue-Blue-700, #2B81FA);
  border-color: var(--Blue-Color-2, #F4F9FF);
}
.category-section .category-section-home-box .category-section-single-box:nth-child(9) .category-section-single svg path,
.category-section .category-section-home-box .category-section-single-box:nth-child(9) .category-section-single svg circle,
.category-section .category-section-home-box .category-section-single-box:nth-child(9) .category-section-single svg rect {
  /*fill: currentColor;*/
  stroke: var(--Blue-Blue-700, #2B81FA);
}
.category-section .category-section-home-box .category-section-single-box:nth-child(9) .category-section-single:hover, .category-section .category-section-home-box .category-section-single-box:nth-child(9) .category-section-single.active {
  border-color: var(--Blue-Blue-700, #2B81FA);
}
.category-section .category-section-home-box .category-section-single-box:nth-child(10) .category-section-single {
  width: 100%;
  background: var(--Yellow-Color-100, #FFFCEF);
  color: var(--Yellow-Yellow-700, #EDA500);
  border-color: var(--Yellow-Color-100, #FFFCEF);
}
.category-section .category-section-home-box .category-section-single-box:nth-child(10) .category-section-single svg path,
.category-section .category-section-home-box .category-section-single-box:nth-child(10) .category-section-single svg circle,
.category-section .category-section-home-box .category-section-single-box:nth-child(10) .category-section-single svg rect {
  /*fill: currentColor;*/
  stroke: var(--Yellow-Yellow-700, #EDA500);
}
.category-section .category-section-home-box .category-section-single-box:nth-child(10) .category-section-single:hover, .category-section .category-section-home-box .category-section-single-box:nth-child(10) .category-section-single.active {
  border-color: var(--Yellow-Yellow-700, #EDA500);
}

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

.swiper-category .swiper-slide {
  width: 228px !important;
}
@media (min-width: 768px) {
  .swiper-category .swiper-slide {
    width: 292px !important;
  }
}
@media (min-width: 992px) {
  .swiper-category .swiper-slide {
    width: 356px !important;
  }
}

.cards-category {
  aspect-ratio: 171/291;
  width: 100%;
  height: auto;
  border-radius: var(--Radius-s, 8px);
  border-bottom: 10px solid var(--Border-brand-yellow, #FDCC16);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 55.03%, rgba(255, 220, 171, 0.8) 100%);
  position: relative;
  padding: var(--Spacing-l, 18px);
  overflow: hidden;
}
.cards-category a > span {
  padding: 0;
}
@media (min-width: 576px) {
  .cards-category {
    padding: var(--Spacing-l, 24px);
    aspect-ratio: 205/327;
  }
}
@media (min-width: 768px) {
  .cards-category {
    aspect-ratio: 292/521;
    width: 100%;
    height: auto;
  }
}
@media (min-width: 992px) {
  .cards-category {
    aspect-ratio: 356/635;
  }
}
@media (min-width: 1400px) {
  .cards-category {
    width: 100%;
    height: auto;
    padding: var(--Spacing-l, 32px);
    aspect-ratio: 300/535;
  }
}
.cards-category-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.cards-category-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cards-category-bg::after {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  height: 100%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 63.78%, #ECECED 88.82%);
}
.cards-category-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}
.cards-category-desc {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.cards-category-desc span {
  color: var(--text-body, #4C4D5D);
}

.community-section {
  height: auto;
  width: 100%;
  aspect-ratio: 390/507;
  position: relative;
  display: flex;
  align-items: center;
}
@media (min-width: 576px) {
  .community-section {
    aspect-ratio: 744/549;
  }
}
@media (min-width: 992px) {
  .community-section {
    aspect-ratio: 1920/914;
  }
}

.community-section-icon svg {
  width: 64px;
  height: 64px;
}
@media (min-width: 768px) {
  .community-section-icon svg {
    width: 120px;
    height: 120px;
  }
}

.community-section-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.community-section-bg img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  -o-object-position: bottom;
     object-position: bottom;
}
@media (min-width: 576px) {
  .community-section-bg img {
    -o-object-position: center;
       object-position: center;
  }
}

.community-section-wrapper {
  padding-bottom: 13rem;
  padding-top: 16px;
}
@media (min-width: 576px) {
  .community-section-wrapper {
    padding: var(--Spacing-l) 0;
  }
}

.community-section-icon {
  padding-bottom: var(--Spacing-m, 24px);
}

.community-section-description {
  gap: var(--Spacing-m, 24px);
  text-wrap: balance;
  padding-bottom: var(--Spacing-2xl, 56px);
}
.community-section-description .h5, .community-section-description .h3 {
  color: var(--Text-primary, #1B3580);
}

.box-left {
  background: var(--Gradient, linear-gradient(96deg, #FFFCEF 0.23%, #FFF1F8 28.57%, #F7F2FF 66.19%, #F1F4FF 87.53%));
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: var(--Radius-l, 16px);
}

.box-left-image {
  height: 60%;
  width: 100%;
  overflow: hidden;
  border-radius: var(--Radius-l, 16px);
  box-shadow: 0px 32px 9px 0px rgba(141, 42, 120, 0), 0px 21px 8px 0px rgba(141, 42, 120, 0.01), 0px 12px 7px 0px rgba(141, 42, 120, 0.05), 0px 5px 5px 0px rgba(141, 42, 120, 0.09), 0px 1px 3px 0px rgba(141, 42, 120, 0.1);
}

.box-left-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: var(--Radius-l, 16px);
  display: flex;
  aspect-ratio: 358/312;
  -o-object-position: center;
     object-position: center;
}
@media (min-width: 576px) {
  .box-left-image img {
    aspect-ratio: 1/1;
  }
}
@media (min-width: 992px) {
  .box-left-image img {
    aspect-ratio: 608/328;
  }
}
@media (min-width: 1200px) {
  .box-left-image img {
    aspect-ratio: 1068/376;
  }
}

.box-left-content {
  padding: var(--Spacing-l, 18px);
  display: flex;
  flex-direction: column;
  gap: var(--Spacing-xl, 24px);
  color: var(--Text-primary, #1B3580);
}
@media (min-width: 576px) {
  .box-left-content {
    padding: var(--Spacing-l, 24px);
    gap: var(--Spacing-xl, 32px);
  }
}
@media (min-width: 992px) {
  .box-left-content {
    padding: var(--Spacing-l, 48px);
    gap: var(--Spacing-xl, 48px);
  }
}
@media (min-width: 1200px) {
  .box-left-content {
    padding: var(--Spacing-xl, 56px);
    gap: var(--Spacing-xl, 56px);
  }
}

.box-ad {
  border-radius: var(--Radius-m, 16px);
  overflow: hidden;
}
.box-ad.cards-category {
  border-bottom: none;
  padding: var(--Spacing-m, 24px);
}
.box-ad .cards-category-bg:after {
  background: linear-gradient(189deg, rgba(0, 0, 0, 0) 36.35%, rgba(0, 0, 0, 0.5) 57.54%);
}

.box-slider {
  border-radius: var(--Radius-m, 16px);
  background: #FBF8F6;
  overflow: hidden;
  padding: 0px;
  height: 100%;
}
.box-slider .slider-slide-box {
  display: flex;
  background: transparent;
  text-align: left;
  align-items: left;
  justify-content: space-between;
}
.box-slider .box-description {
  display: flex;
  gap: 16px;
  flex-direction: column;
  padding: 18px 18px 0px 18px;
}
@media (min-width: 576px) {
  .box-slider .box-description {
    padding: 24px;
    padding-bottom: 0px;
  }
}
.box-slider .slider-container-box {
  padding-bottom: 20px;
  height: 100%;
}
.box-slider .slider-pagination-container {
  bottom: 22px;
  width: 100%;
  padding-left: 18px;
  padding-right: 18px;
}
.box-slider .slider-pagination-container .slider-pagination-wrapper {
  max-width: 100%;
}
.box-slider .content-slider-boxgift {
  width: 100%;
}

.box-legend {
  display: flex;
  gap: 4px;
  flex-direction: row;
  align-items: center;
}

.box-img {
  text-align: center;
  width: 100%;
  padding-bottom: 24px;
}
.box-img img {
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}

@media (min-width: 576px) {
  .box-side {
    flex: 1 1 0;
    min-width: 0;
  }
}
.product-section-new-wrapper {
  padding-top: var(--Spacing-3xl, 96px);
  padding-bottom: var(--Spacing-3xl, 96px);
}

.product-section-new {
  padding-bottom: var(--Spacing-2xl, 64px);
}
.product-section-new-header svg {
  width: 48px;
  height: 48px;
}
@media (min-width: 992px) {
  .product-section-new-header svg {
    width: 96px;
    height: 96px;
  }
}

@media (min-width: 768px) {
  .pmcs-swiper-wrapper .swiper-slide, .featured-products .swiper-slide {
    width: 205px;
    max-width: 205px;
  }
}
@media (min-width: 992px) {
  .pmcs-swiper-wrapper .swiper-slide, .featured-products .swiper-slide {
    width: 212px;
    max-width: 212px;
  }
}
@media (min-width: 1200px) {
  .pmcs-swiper-wrapper .swiper-slide, .featured-products .swiper-slide {
    width: 259px;
    max-width: 259px;
  }
}
@media (min-width: 1980px) {
  .pmcs-swiper-wrapper .swiper-slide, .featured-products .swiper-slide {
    width: 297px;
    max-width: 297px;
  }
}

#authentication .container-customer, #registration .container-customer {
  position: relative;
  overflow: hidden;
}
#authentication .container-customer .authentication-wrapper, #registration .container-customer .authentication-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--Spacing-3xl, 40px);
  align-self: stretch;
}
@media (min-width: 576px) {
  #authentication .container-customer .authentication-wrapper, #registration .container-customer .authentication-wrapper {
    padding-left: var(--spacing-6-xl-margin, 48px);
    padding-right: var(--spacing-6-xl-margin, 48px);
  }
}
#authentication .container-customer .authentication-wrapper .left-side, #registration .container-customer .authentication-wrapper .left-side {
  display: flex;
  padding: var(--Spacing-m, 16px);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: var(--Spacing-sm, 10px);
  align-self: stretch;
  width: 100%;
}
#authentication .container-customer .authentication-wrapper .right-side, #registration .container-customer .authentication-wrapper .right-side {
  display: flex;
  padding: var(--Spacing-m, 16px) var(--Spacing-s, 8px);
  flex-direction: column;
  align-items: flex-start;
  gap: var(--Spacing-m, 16px);
  align-self: stretch;
}
@media (min-width: 768px) {
  #authentication .container-customer .authentication-wrapper, #registration .container-customer .authentication-wrapper {
    padding-left: var(--Spacing-l);
    padding-right: var(--Spacing-l);
    flex-direction: row;
    gap: var(--Spacing-xl, 40px);
  }
  #authentication .container-customer .authentication-wrapper .left-side,
  #authentication .container-customer .authentication-wrapper .right-side, #registration .container-customer .authentication-wrapper .left-side,
  #registration .container-customer .authentication-wrapper .right-side {
    flex: 1;
    min-width: 0;
  }
}
@media (min-width: 1200px) {
  #authentication .container-customer .authentication-wrapper, #registration .container-customer .authentication-wrapper {
    align-self: stretch;
    gap: var(--Spacing-3xl, 40px);
  }
}
#authentication .user-form__content_bottom, #registration .user-form__content_bottom {
  padding: var(--Spacing-l, 18px) 0px;
}
#authentication .user-form__block_bottom, #registration .user-form__block_bottom {
  padding-top: var(--Spacing-l, 18px);
}

.user-form {
  /*border:none;*/
  border-radius: var(--Radius-s, 8px);
  border: 1px solid var(--Border-invert, #FFF);
  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);
}
.user-form .form-group {
  padding-bottom: 10px;
}

.account-benefits {
  max-width: 360px;
}
@media (max-width: 768px) and (min-width: 576px) {
  .account-benefits {
    margin: var(--Spacing-null, 0) var(--Spacing-7xl, 80px);
    max-width: 360px;
  }
}
@media (min-width: 768px) {
  .account-benefits {
    max-width: unset;
  }
}

.account-benefits__duck {
  bottom: -25px;
  transform: rotate(4.698deg);
  right: 0;
}
@media (min-width: 576px) {
  .account-benefits__duck {
    bottom: -42px;
    right: 44px;
  }
}
@media (min-width: 768px) {
  .account-benefits__duck {
    right: -28px;
    bottom: -62px;
  }
}

div#tc-social-logins {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: var(--Spacing-sm, 10px);
  margin-bottom: var(--Spacing-sm, 10px);
}
div#tc-social-logins #tc-facebook-signin,
div#tc-social-logins #tc-google-signin {
  flex: 1 0 100%;
}
@media (min-width: 576px) {
  div#tc-social-logins {
    flex-direction: row;
    gap: 10px;
  }
  div#tc-social-logins #tc-facebook-signin,
  div#tc-social-logins #tc-google-signin {
    flex: 1 0 49%;
  }
}
@media (min-width: 768px) {
  div#tc-social-logins {
    flex-direction: column;
    gap: 16px;
  }
  div#tc-social-logins #tc-facebook-signin,
  div#tc-social-logins #tc-google-signin {
    flex: 1 0 100%;
  }
}
div#tc-social-logins #tc-facebook-signin,
div#tc-social-logins #tc-google-signin div[role=button][aria-labelledby=button-label] {
  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);
  border-radius: var(--Radius-round, 1000px);
  border: 1px solid var(--Border-brand-blue-400, #B3C6FF);
  background: var(--Surface-page, #FFF);
  padding: 8px !important;
  height: 40px;
  max-height: 40px;
  width: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  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);
  color: #456DE7;
}
@media (min-width: 992px) {
  div#tc-social-logins #tc-facebook-signin,
  div#tc-social-logins #tc-google-signin div[role=button][aria-labelledby=button-label] {
    font-size: var(--font-size-m, 16px);
    line-height: var(--font-line-height-s, 24px); /* 150% */
  }
}
@media (min-width: 1200px) {
  div#tc-social-logins #tc-facebook-signin,
  div#tc-social-logins #tc-google-signin div[role=button][aria-labelledby=button-label] {
    font-size: 20px;
    line-height: var(--font-line-height-s, 32px); /* 140% */
  }
}
div#tc-social-logins #tc-facebook-signin span.social-logo,
div#tc-social-logins #tc-google-signin div[role=button][aria-labelledby=button-label] span.social-logo {
  position: relative;
  top: unset;
  bottom: unset;
  padding: unset;
}
div#tc-social-logins #tc-google-signin div[role=button] div, div#tc-social-logins #tc-google-signin div[role=button] span {
  justify-content: center;
  flex-grow: unset;
}

#tc-social-logins .tc-social-login-btn span.social-logo {
  height: 21px;
}
#tc-social-logins .tc-social-login-btn span.social-logo .facebook-logo {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'><path d='M8.08516 19.1654V10.5628H5.83398V7.46551H8.08516V4.81999C8.08516 2.74112 9.41494 0.832031 12.479 0.832031C13.7196 0.832031 14.637 0.952206 14.637 0.952206L14.5647 3.84458C14.5647 3.84458 13.6291 3.83538 12.6082 3.83538C11.5033 3.83538 11.3262 4.3499 11.3262 5.20389V7.46551H14.6526L14.5078 10.5628H11.3262V19.1654H8.08516Z' fill='%23456DE7'/></svg>") !important;
}

#tc-google-signin svg > * {
  display: none !important;
} /* ukryj pathy */
#tc-google-signin svg {
  width: 19px !important;
  height: 19px !important;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='19' height='19' viewBox='0 0 19 19' fill='none'><path d='M18.3333 9.38105C18.3333 14.6112 14.693 18.3333 9.31694 18.3333C4.16257 18.3333 0 14.2379 0 9.16667C0 4.09543 4.16257 0 9.31694 0C11.8265 0 13.9378 0.905576 15.5646 2.39886L13.0287 4.79771C9.71141 1.64852 3.54269 4.01411 3.54269 9.16667C3.54269 12.3639 6.13866 14.955 9.31694 14.955C13.0061 14.955 14.3887 12.3528 14.6066 11.0037H9.31694V7.85081H18.1868C18.2732 8.32023 18.3333 8.77117 18.3333 9.38105Z' fill='%23456DE7'/></svg>");
  background-repeat: no-repeat;
  background-size: contain;
}

.user-form__content:not(:has(#tc-social-logins)) .with-social-login {
  display: none;
}

.contact-box {
  display: flex;
  flex-direction: column;
  gap: var(--Spacing-2xl, 64px);
}

.contact-form label {
  color: #343955;
}
.contact-form .form-fields {
  display: flex;
  flex-direction: column;
  gap: var(--Spacing-l, 32px);
}
.contact-form input.form-control, .contact-form textarea.form-control {
  padding: var(--Spacing-sm, 24px);
}
.contact-form .form-control-label {
  padding-bottom: var(--Spacing-s, 16px);
}
.contact-form .with-custom-select {
  gap: var(--Spacing-m, 32px);
  padding-bottom: var(--Spacing-s, 16px);
}
.contact-form .with-custom-select .custom-select {
  width: 100%;
}
.contact-form .with-custom-select .custom-select span {
  font-weight: bold;
}
.contact-form .alert-success {
  color: #343955;
  background-color: transparent;
  border: none;
  padding: 0;
}

.contact-notification {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.contact-notification.alert-danger {
  margin-bottom: var(--Spacing-xl);
}
.contact-notification .contact-notification__text {
  z-index: 2;
  flex: 1 1 auto;
  padding-bottom: 80px;
}
.contact-notification .contact-notification__text p span {
  padding-right: 40px;
}
.contact-notification .contact-notification__image {
  width: 100%;
  z-index: 1;
  right: -40px;
}
.contact-notification .contact-notification__image img {
  height: 180px;
  width: auto;
  /*        object-fit: contain;
          object-position: bottom right;
          display: block;*/
}
@media (min-width: 768px) {
  .contact-notification {
    flex-direction: row;
    align-items: center;
    padding: 40px;
  }
  .contact-notification .contact-notification__image {
    width: auto;
    transform: translateY(90px);
    right: -50px;
  }
  .contact-notification .contact-notification__image img {
    height: 290px;
  }
  .contact-notification .contact-notification__text {
    padding-bottom: 0;
  }
  .contact-notification .contact-notification__text p span {
    padding-right: 0px;
  }
}
@media (min-width: 992px) {
  .contact-notification {
    padding: 50px;
  }
  .contact-notification .contact-notification__image img {
    height: 360px;
  }
}
@media (min-width: 1200px) {
  .contact-notification .contact-notification__image img {
    height: 420px;
  }
  .contact-notification .contact-notification__image {
    transform: translateY(120px);
  }
}

.page-content .contact-step .card-body {
  border-radius: var(--Radius-m, 16px);
  border: 1px solid var(--Border-light, #E7E7E7);
  background: var(--Surface-page, #FFF);
  padding: var(--Spacing-s);
}
@media (min-width: 768px) {
  .page-content .contact-step .card-body {
    padding: var(--Spacing-xl, 56px);
  }
}

.page-content #contact-step-1 .card-body {
  padding: var(--Spacing-2xl);
}
@media (min-width: 768px) {
  .page-content #contact-step-1 .card-body {
    padding: var(--Spacing-2xl, 64px);
  }
}

.contact-box-info {
  padding: 0px var(--Spacing-2xl) var(--Spacing-2xl);
}
@media (min-width: 768px) {
  .contact-box-info {
    padding: var(--Spacing-l, 40px) var(--Spacing-2xl, 56px);
  }
}

.contact-step {
  position: relative;
}

#contact-step-1 {
  gap: var(--Spacing-2xl, 64px);
}
@media (min-width: 992px) {
  #contact-step-1 {
    gap: initial;
  }
}

.contact-rich .col-12, .contact-rich .col-xs-12 {
  padding-bottom: var(--Spacing-2xl, 64px);
}
.contact-rich .contact-rich-content > p {
  padding-bottom: var(--Spacing-l);
}
@media (min-width: 768px) {
  .contact-rich .contact-rich-content {
    gap: var(--Spacing-2xl, 64px);
  }
}

.container-customer-padding {
  padding-bottom: 96px !important;
}

.contact-faq-section {
  position: relative;
  padding-bottom: 3rem;
}
.contact-faq-section__toy {
  margin-top: var(--Spacing-xl, 32px);
  text-align: center;
  display: flex;
  position: absolute;
  right: 0;
  bottom: 0px;
  transform: translateY(96px);
  margin-top: 0;
  text-align: right;
}
.contact-faq-section__toy img {
  height: 130px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
  display: inline-block;
}
@media (min-width: 768px) {
  .contact-faq-section__toy img {
    height: 180px;
  }
}
@media (min-width: 1200px) {
  .contact-faq-section__toy img {
    height: auto;
  }
}

#contact-step-1 .contact-faq-section__toy {
  display: none;
}
@media (min-width: 380px) {
  #contact-step-1 .contact-faq-section__toy {
    display: block;
    bottom: -18%;
    top: unset;
    right: -20px;
    transform: none;
  }
  #contact-step-1 .contact-faq-section__toy img {
    height: 180px;
  }
}
@media (min-width: 576px) {
  #contact-step-1 .contact-faq-section__toy {
    bottom: unset;
    top: 3rem;
  }
  #contact-step-1 .contact-faq-section__toy img {
    height: 250px;
  }
}
@media (min-width: 992px) {
  #contact-step-1 .contact-faq-section__toy {
    top: 25%;
  }
}
@media (min-width: 1400px) {
  #contact-step-1 .contact-faq-section__toy {
    top: -20px;
  }
  #contact-step-1 .contact-faq-section__toy img {
    height: 419px;
  }
}
@media (min-width: 1400px) {
  #contact-step-1 .contact-faq-section__toy {
    transform: none;
    right: 4%;
    top: 0px;
  }
  #contact-step-1 .contact-faq-section__toy img {
    height: auto;
  }
}

@media (min-width: 992px) {
  .contact-step .custom-select .select-options-container .select-option {
    font-size: 20px;
    line-height: var(--font-line-height-s, 32px);
  }
}
.faqs_content {
  text-align: left;
}

.faq_content > .title_block {
  margin-bottom: 20px;
  text-transform: uppercase;
}

/* LISTA / SELECT */
.faq_list {
  width: 100%;
  color: #343955;
}

.contact-step .custom-select {
  color: #343955;
}

.faq_list .custom-select .select-options-container .select-option.--active {
  color: black;
  font-weight: 600;
}

/* GRUPY FAQ */
.faq_group_ul {
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
}

.faq_group_ul li {
  border-right: 1px solid #dfdfdf;
  float: left;
  margin: 5px 10px 10px 0;
}

.faq_group_li .faq_nav_link {
  cursor: pointer;
  padding-right: 10px;
  text-transform: uppercase;
}

.faq_group_li.open .faq_nav_link,
.faq_group_li .faq_nav_link:hover {
  color: #2fb5d2;
}

/* TABS / PANELE */
.faq_tab_pane {
  display: none;
}

.faq_tab_pane.open {
  display: block;
}

/* PYTANIA / ODPOWIEDZI */
.ul_question_ul.front_question_ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.ul_question_ul.front_question_ul > li {
  border-bottom: 1px solid var(--Border-300, #e7e7e7);
  float: left;
  width: 100%;
}

.ul_question_ul.front_question_ul > li:hover span.faq_question_name {
  background: var(--Surface-light-grey, #f9f9f9);
}

.faq_question_name {
  cursor: pointer;
  float: left;
  padding: 16px 40px 16px 0px;
  position: relative;
  width: 100%;
}
@media (min-width: 768px) {
  .faq_question_name {
    padding: 16px 40px 16px 16px;
  }
}

.faq_question_name::before,
.faq_list .custom-select:before {
  border-left: 1px solid black;
  border-top: 1px solid black;
  content: "";
  float: right;
  height: 10px;
  margin-right: -17px;
  margin-top: 3px;
  transform: rotate(-135deg);
  width: 10px;
  background: none;
  transition: 0.3s;
}

.faq_list .custom-select:before {
  margin-right: 0;
  right: 24px;
  top: calc(50% - 10px);
}

.faq_question_name.open::before,
.faq_list .custom-select.--show:before {
  margin-top: 9px;
  transform: rotate(45deg);
}

.faq_answer.front_answer {
  border-top: 1px solid var(--Border-300, #e7e7e7);
  display: none;
  float: left;
  padding: 8px 16px;
  width: 100%;
}

.faq_answer.front_answer.open {
  display: block;
}

/* FAQ NA STRONIE PRODUKTU */
#product .faq_list {
  float: none;
  margin: 0;
  padding: 0;
  width: auto;
}

.faq_on_product {
  font-size: 14px;
}

.faq_on_product .title_block {
  margin-bottom: 20px;
  text-align: left;
}

.faq_on_product .faq_list {
  margin-bottom: 0;
}

.faq_on_product .faq_question_li {
  border: 1px solid #dfdfdf;
  margin-bottom: 15px;
  width: 100%;
}

.faq_on_product .faq_answer {
  border-top: 1px solid #dfdfdf;
  color: #999;
  display: none;
  font-style: italic;
  padding: 10px 15px;
}

.faq_on_product .faq_answer.open {
  display: block;
}

/* UKRYCIE STAREJ LISTY GRUP (NAWIGACJA DO JS) */
.faq_group_ul--hidden {
  display: none !important;
}

/* RESPONSYWNOŚĆ */
@media (max-width: 991px) {
  .faq_group_ul li {
    float: none;
    display: inline-block;
    margin-right: 5px;
  }
}
/* BLOK FAQ + CUSTOM SELECT Z DESIGN SYSTEMU */
.faq_content {
  padding: var(--Spacing-xl, 56px) var(--Spacing-l, 40px);
}

.faq_content .custom-select {
  width: 100%;
}

.contact-step .custom-select .select-selected {
  width: 100%;
  border-radius: 0;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom-color: var(--Border-700, #858585);
  font-size: 16px;
  font-weight: bold;
  padding-left: 0px;
}
@media (min-width: 992px) {
  .contact-step .custom-select .select-selected {
    font-size: 20px;
  }
}

.faq_content .custom-select .select-options-container {
  border: none;
}

.contact-step .custom-select .select-options-container .select-option {
  color: #343955;
  border-bottom: 1px solid var(--Border-300, #e7e7e7);
}

.contact-step .custom-select .select-options-container .select-option.--active {
  color: #343955;
  font-weight: bold;
}

.faq_tab_content, .faq_answer {
  overflow: hidden;
}

.bb-widget .buybox-widget {
  border: none;
}
.bb-widget .buybox-widget .bb-product-ad, .bb-widget .buybox-widget .bb-table-footer.bb-table-filters {
  display: none !important;
}
.bb-widget .buybox-widget td.bb-cell {
  padding: 8px 8px 10px;
}
.bb-widget .buybox-widget .bb-cell.bb-price span {
  font-weight: 600;
  color: #A52D25;
}
.bb-widget .buybox-widget .bb-cell a {
  padding: 0px;
}
.bb-widget .buybox-widget .bb-show-more {
  transition: 0.3s ease;
}
.bb-widget .buybox-widget .bb-show-more span {
  border-radius: 16px;
  color: #1b3580 !important;
  border: 1px solid #1b3580 !important;
  background-color: white !important;
}
.bb-widget .buybox-widget .bb-show-more:hover span {
  color: white !important;
  background-color: #1b3580 !important;
}
.bb-widget .buybox-widget .bb-table-content.bb-fade .bb-row:last-child .bb-cell:after {
  display: none;
}
.container {
  padding-left: 16px !important;
  padding-right: 16px !important;
}

@media (min-width: 1200px) {
  .container {
    padding-left: 100px !important;
    padding-right: 100px !important;
  }
}
@media (min-width: 1900px) {
  .container {
    padding-left: 200px !important;
    padding-right: 200px !important;
  }
}
/*------------------------------------*\
    #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
\*------------------------------------*/
/*------------------------------------*\
    #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
\*------------------------------------*/
/*------------------------------------*\
     #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
 */
.favorite-btn {
  /* stylelint-disable */
  /* stylelint-disable */
  /* stylelint-disable */
}
.favorite-btn[data-active=true]:hover, .favorite-btn[data-active=true]:focus, .favorite-btn[data-active=true]:active, .favorite-btn[data-active=true] {
  /* stylelint-enable */
  color: #007bff;
}
.favorite-btn[data-active=true] {
  /* stylelint-enable */
}
.favorite-btn[data-active=true] .favorite-btn__content--add {
  display: none;
}
.favorite-btn[data-active=false] {
  /* stylelint-enable */
}
.favorite-btn[data-active=false] .favorite-btn__content--added {
  display: none;
}

.favorite-checkbox {
  position: absolute;
  z-index: 10;
  top: 0px;
  left: 0px;
  padding: 12px;
}
@media (min-width: 767.98px) {
  .favorite-checkbox {
    padding: 16px;
  }
}
.favorite-checkbox input {
  border-radius: var(--Radius-xs, 6px);
  border: 1.5px solid var(--Border-primary, #1B3580);
  background: var(--Surface-base, #FBF8F6);
  width: 24px;
  height: 24px;
}

/* Stylowanie checkboxa w ulubionych */
.favorite-checkbox-input, .form-check-input {
  width: 18px;
  height: 18px;
  cursor: pointer;
  /* ukrywamy natywne zaznaczenie */
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid #1b3580;
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

input.form-check-input {
  border-radius: var(--Radius-xs, 6px);
  border: 1.5px solid var(--Border-primary, #1B3580);
  background: transparent;
  width: 20px;
  height: 20px;
}

.favorites-select-all-label {
  width: 180px;
}

/* Po zaznaczeniu */
.favorite-checkbox-input:checked, .form-check-input:checked {
  background-color: #1b3580;
  border-color: #1b3580;
}

/* Fajeczka (pseudo-element) */
.favorite-checkbox-input:checked::after, .form-check-input:checked::after {
  content: "";
  width: 10px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  position: absolute;
  top: 1px;
}

.favorites-select-all-text {
  color: #343955;
}

#module-is_favoriteproducts-favorite .product-flags {
  top: 64px;
  display: none !important;
}
#module-is_favoriteproducts-favorite .cards-miniature .c-btn-add-to-cart-action {
  opacity: 1;
  display: block;
}
