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

.noUi-target,
.noUi-target * {
  box-sizing: border-box;
  /* stylelint-disable */
  touch-action: none;
  /* stylelint-enable */
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: none;
}

.js-input-range-slider-container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 12px;
}

.noUi-base,
.noUi-connects {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
}

/* Wrapper for all connect elements.
  */
.noUi-connects {
  z-index: 0;
  overflow: hidden;
  border-radius: 0.4rem;
}

.noUi-connect,
.noUi-origin {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  transform-origin: 0 0;
  will-change: transform;
  transform-style: preserve-3d;
  transform-style: flat;
}

.noUi-connect {
  width: 100%;
  height: 100%;
  background: var(--Icon-secondary, #456DE7);
  border-radius: 50px;
}

.noUi-origin {
  width: 10%;
  height: 10%;
}

/* Give origins 0 height/width so they don't interfere with clicking the
  * connect elements.
  */
.noUi-vertical .noUi-origin {
  width: 0;
}

.noUi-horizontal .noUi-origin {
  height: 0;
}

.noUi-touch-area {
  width: 100%;
  height: 100%;
}

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  transition: transform 0.3s;
}

/* Offset direction
*/
.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
  right: auto;
  left: 0;
}

.noUi-state-drag * {
  /* stylelint-disable */
  cursor: inherit !important;
  /* stylelint-enable */
}

/* Slider size and handle placement;
  */
.noUi-horizontal {
  height: 8px;
  margin: 0 7px;
}

.noUi-handle {
  position: absolute;
  cursor: default;
  box-shadow: -7px 37px 10px 0px rgba(192, 202, 222, 0), -4px 23px 10px 0px rgba(192, 202, 222, 0.01), -2px 13px 8px 0px rgba(192, 202, 222, 0.05), -1px 6px 6px 0px rgba(192, 202, 222, 0.09), 0px 1px 3px 0px rgba(192, 202, 222, 0.1);
  background: #ffffff;
  border: 2px solid #456de7;
  box-sizing: content-box;
  border-radius: 50%;
  outline: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.noUi-horizontal .noUi-handle {
  top: 0px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.noUi-horizontal .noUi-handle-lower {
  right: -18px;
}

.noUi-horizontal .noUi-handle-upper {
  right: -5px;
}

.noUi-vertical {
  width: 8px;
  margin: 8px 0;
}

.noUi-vertical .noUi-handle {
  top: -8px;
  right: -4px;
  width: 16px;
  height: 16px;
}

/* Styling;
  * Giving the connect element a border radius causes issues with using transform: scale
  */
.noUi-target {
  position: relative;
  border-radius: var(--Radius-round, 1000px);
  background: var(--Surface-light-blue, #EDF1FF);
  height: 24px;
}

/* Handles and cursors;
  */
.noUi-draggable {
  cursor: ew-resize;
}

.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}

/* Disabled state;
  */
[disabled] .noUi-connect {
  background: #f9f9f9;
}

[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
  cursor: not-allowed;
}

/* Base;
 *
 */
.noUi-pips,
.noUi-pips * {
  box-sizing: border-box;
}

.noUi-pips {
  position: absolute;
  color: #999;
}

/* Values;
  *
  */
.noUi-value {
  position: absolute;
  text-align: center;
  white-space: nowrap;
}

.noUi-value-sub {
  font-size: 10px;
  color: #ccc;
}

/* Markings;
  *
  */
.noUi-marker {
  position: absolute;
  background: #ccc;
}

.noUi-marker-sub {
  background: #aaa;
}

.noUi-marker-large {
  background: #aaa;
}

/* Horizontal layout;
  *
  */
.noUi-pips-horizontal {
  top: 100%;
  left: 0;
  width: 100%;
  height: 80px;
  padding: 10px 0;
}

.noUi-value-horizontal {
  transform: translate(-50%, 50%);
}
.noUi-rtl .noUi-value-horizontal {
  transform: translate(50%, 50%);
}

.noUi-marker-horizontal.noUi-marker {
  width: 2px;
  height: 5px;
  margin-left: -1px;
}

.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}

.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}

/* Vertical layout;
  *
  */
.noUi-pips-vertical {
  top: 0;
  left: 100%;
  height: 100%;
  padding: 0 10px;
}

.noUi-value-vertical {
  padding-left: 25px;
  transform: translate(0, -50%);
}
.noUi-rtl .noUi-value-vertical {
  transform: translate(0, 50%);
}

.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}

.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}

.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}

.noUi-tooltip {
  position: absolute;
  display: block;
  padding: 1px 5px;
  font-size: 12px;
  font-weight: 600;
  color: #000000;
  text-align: center;
  white-space: nowrap;
  background: #fff;
  border: 1px solid #e7e7e7;
  border-radius: 0.4rem;
}

.noUi-horizontal .noUi-tooltip {
  bottom: 120%;
  left: 50%;
  transform: translate(-50%, 0);
}

.noUi-vertical .noUi-tooltip {
  top: 50%;
  right: 120%;
  transform: translate(0, -50%);
}

.noUi-horizontal .noUi-origin > .noUi-tooltip {
  bottom: 10px;
  left: auto;
  transform: translate(50%, 0);
}

.noUi-vertical .noUi-origin > .noUi-tooltip {
  top: auto;
  right: 28px;
  transform: translate(0, -18px);
}

.display-toggle__link {
  width: 1.7em;
  height: 1.7em;
  font-size: 1.125rem;
  line-height: 1.7em;
  color: #000000;
  text-align: center;
  background: #f8f9fa;
  border-radius: 50%;
}
.display-toggle__link:hover, .display-toggle__link:focus {
  color: #000000;
  background: #f9f9f9;
}
.display-toggle__link.active {
  color: #fff;
  background: #007bff;
}
.display-toggle__icon {
  font-size: inherit;
  line-height: inherit;
}

.card-active-filters-body {
  display: flex;
  gap: 8px;
  align-items: center;
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.card-active-filters-body::-webkit-scrollbar {
  display: none;
}
.card-active-filters-body a,
.card-active-filters-body button,
.card-active-filters-body .clear-all-wrapper {
  flex: 0 0 auto;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .card-active-filters-body {
    flex-wrap: wrap;
    overflow-x: visible;
    overflow-y: visible;
  }
}
.card-active-filters a,
.card-active-filters .clear-all-wrapper span {
  line-height: var(--font-line-height-s, 20px);
}

.hidden-md-up.text-xs-right.up {
  display: none;
}

.listing-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 24px;
  flex-wrap: wrap;
  gap: 8px;
  row-gap: 24px;
}
.listing-top .listing-filters:has(.card-active-filters) {
  order: 3;
  overflow-x: auto;
  display: block;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.listing-top .listing-filters:has(.card-active-filters)::-webkit-scrollbar {
  display: none;
}
@media (min-width: 768px) {
  .listing-top .listing-filters:has(.card-active-filters) {
    order: unset;
  }
}
@media (min-width: 768px) {
  .listing-top {
    flex-wrap: nowrap;
  }
  .listing-top * > div {
    flex: 1;
  }
  .listing-top * > div:first-of-type {
    flex: none;
  }
}
.listing-top #js-product-list-top .col-auto {
  padding-right: 0px;
}
@media (min-width: 768px) {
  .listing-top #js-product-list-top .col-auto {
    padding-right: 0.625rem;
  }
}

@media (max-width: 767.98px) {
  .search-filters {
    border: 0;
    border-radius: 0;
  }
}
.search-filters__input-group {
  width: 100%;
}
.search-filters__header {
  padding: 16px 0px;
}
@media (min-width: 1980px) {
  .search-filters__header {
    padding: 24px 0px;
  }
}
.search-filters .CheckboxWrap {
  color: #1b3580;
  /*padding: var(--Spacing-s, 16px) var(--Spacing-sm, 24px);*/
  padding: var(--Spacing-s, 16px) var(--Spacing-s, 16px) var(--Spacing-s, 16px) var(--Spacing-sm, 24px);
  border-radius: var(--Radius-round, 1000px);
}
.search-filters .CheckboxWrap label.label-m {
  padding-left: 36px;
}
@media (min-width: 1200px) {
  .search-filters .CheckboxWrap label.label-m {
    padding-left: 44px;
  }
}
.search-filters .CheckboxWrap label.label-m input + span:before {
  font-weight: 400;
  border-radius: var(--Radius-xs, 6px);
  border: 1.5px solid #1b3580;
}
.search-filters .CheckboxWrap label.label-m span {
  font-variation-settings: "wght" 400;
  transition: font-variation-settings 0.3s ease;
}
.search-filters .CheckboxWrap label.label-m:hover span {
  font-variation-settings: "wght" 600;
}
.search-filters .CheckboxWrap label.label-m input:checked + span:before {
  background-color: transparent;
}
.search-filters .CheckboxWrap label.label-m input:checked + span:after {
  color: #1b3580;
  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='currentColor'/%3E%3C/svg%3E");
}
.search-filters .CheckboxWrap:has(input:checked) {
  background: var(--Surface-light-blue, #EDF1FF);
  font-weight: 600;
}

.icon-chevron-down {
  display: block;
}

.icon-chevron-up {
  display: none;
}

.icon-collapse[aria-expanded=true] .icon-chevron-down {
  display: none;
}
.icon-collapse[aria-expanded=true] .icon-chevron-up {
  display: block;
}

.icon-collapse[aria-expanded=false] .icon-chevron-down {
  display: block;
}
.icon-collapse[aria-expanded=false] .icon-chevron-up {
  display: none;
}

.list-group-item {
  padding: 0px 16px;
  border: none;
}
@media (min-width: 768px) {
  .list-group-item {
    padding: 0px;
  }
}

.sort-table {
  display: flex;
  gap: 8px;
  align-items: center;
}

.block-category {
  padding: 32px 0px;
  position: relative;
  gap: var(--Spacing-s, 16px);
  display: flex;
}
.block-category.favorites-header {
  padding-bottom: 16px;
}
@media (min-width: 576px) {
  .block-category.favorites-header {
    padding-bottom: 0px;
  }
}
@media (min-width: 768px) {
  .block-category h1.h5 {
    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: 768px) and (min-width: 992px) {
  .block-category h1.h5 {
    font-size: var(--font-size-5xl, 56px);
    line-height: var(--font-line-height-3xl, 64px); /* 114.286% */
  }
}
@media (min-width: 768px) and (min-width: 1980px) {
  .block-category h1.h5 {
    font-size: var(--font-size-5xl, 80px);
    line-height: var(--font-line-height-3xl, 88px); /* 112.5% */
  }
}
@media (min-width: 1200px) {
  .block-category {
    padding: 72px 0px 48px 0;
  }
}
.block-category-images {
  position: absolute;
  right: 0;
  bottom: -20px;
}

.block-category-count {
  color: var(--Text-secondary, #456DE7);
}

.product_list_category {
  background: var(--Gradient, linear-gradient(96deg, #FFFCEF 0.23%, #FFF1F8 28.57%, #F7F2FF 66.19%, #F1F4FF 87.53%));
  padding: 24px 0px;
  margin-bottom: 24px;
}
@media (min-width: 1200px) {
  .product_list_category {
    padding: 32px 0px;
    margin-bottom: 34px;
  }
}
@media (min-width: 1980px) {
  .product_list_category {
    padding: 48px 0px;
    margin-bottom: 48px;
  }
}

@media (max-width: 767.98px) {
  .category-filters {
    border: 0;
    border-radius: 0;
  }
}
.category-filters__block {
  border: 0px !important;
  /*border-bottom: 1px solid var(--Border-light, #E7E7E7)!important;*/
}
.category-filters__header {
  padding: 16px 0px 16px 0px;
}
@media (min-width: 768px) {
  .category-filters__header {
    padding: 0px 0px 24px 0px;
  }
}
@media (min-width: 1980px) {
  .category-filters__header {
    padding: 0px 0px 24px 0px;
  }
}
.category-filters__headcategory {
  padding: var(--Spacing-s, 16px);
  /*padding-right: var(--Spacing-sm, 24px);*/
  border-radius: var(--Radius-round, 1000px);
  font-variation-settings: "wght" 400;
  transition: font-variation-settings 0.3s ease;
}
.category-filters__headcategory:not(.active):hover {
  font-variation-settings: "wght" 600;
}
.category-filters__headcategory.active {
  background: var(--Surface-light-blue, #EDF1FF);
}
.category-filters__collapse {
  display: flex;
  flex-direction: column;
  gap: var(--Spacing-xs, 12px);
}
.category-filters__collapse:has(.list-group-sub .active) > .category-filters__headcategory.active {
  color: white;
  background: var(--Surface-secondary, #456DE7);
}
.category-filters__collapse:has(.list-group-sub .active) > .category-filters__headcategory.active a {
  color: white;
  font-variation-settings: "wght" 400;
  transition: all 0.3s ease;
}
.category-filters__collapse:has(.list-group-sub .active) > .category-filters__headcategory.active a:hover {
  font-variation-settings: "wght" 600;
}
.category-filters__collapse:has(.list-group-sub .active) > .category-filters__headcategory.active a:hover.icon-collapse {
  opacity: 0.8;
}
.category-filters__collapse:has(.list-group-sub .active) > .category-filters__headcategory.active img {
  filter: invert(100%) sepia(100%) saturate(1%) hue-rotate(89deg) brightness(104%) contrast(101%);
}
.category-filters__collapse > *:last-child {
  padding-bottom: 8px;
}
.category-filters__subcategories {
  display: flex;
  flex-direction: column;
  gap: var(--Spacing-xs, 12px);
  margin-left: var(--Spacing-m, 40px);
  padding-left: var(--Spacing-m, 40px);
  border-left: 1px solid var(--Border-brand-blue-400, #B3C6FF);
}
.category-filters__link.active {
  color: var(--Text-secondary, #456DE7);
}
.category-filters__subcategories a {
  color: var(--Text-primary, #1B3580);
  padding: var(--Spacing-s, 16px) var(--Spacing-sm, 24px);
  border-radius: var(--Radius-round, 1000px);
}
.category-filters__subcategories a.active {
  background: var(--Surface-light-blue, #EDF1FF);
}

.icon-plus {
  display: block;
}

.icon-minus {
  display: none;
}

.icon-collapse[aria-expanded=true] .icon-plus {
  display: none;
}
.icon-collapse[aria-expanded=true] .icon-minus {
  display: block;
}

.icon-collapse[aria-expanded=false] .icon-plus {
  display: block;
}
.icon-collapse[aria-expanded=false] .icon-minus {
  display: none;
}

.list-group-item {
  padding: 0px 16px;
  /*border: 1px solid var(--Border-light, #E7E7E7);*/
}
@media (min-width: 768px) {
  .list-group-item {
    padding: 0px;
  }
}

.search-filters__header, .category-filters__header {
  padding-right: var(--Spacing-s, 16px);
}
.search-filters__title, .category-filters__title {
  color: #1b3580;
  font-weight: 600;
}
.search-filters .CheckboxName, .category-filters .CheckboxName {
  color: #1b3580;
}
.search-filters .tag-number, .category-filters .tag-number {
  padding: 0 var(--Spacing-s, 16px);
  line-height: 32px;
}
.search-filters label:has(input:checked) .tag-number, .category-filters label:has(input:checked) .tag-number {
  background-color: white;
  color: #1b3580;
}
.search-filters .CheckboxWrap, .category-filters .CheckboxWrap {
  margin-bottom: var(--Spacing-xs, 12px);
}

.featured-products__title {
  gap: 8px;
}

.featured-products__navigation {
  gap: 10px;
}
