@charset "UTF-8";
/*
 * Colors: Base
\* -------------------------------------------------------------------------- */
/*
 * Colors: System color
\* -------------------------------------------------------------------------- */
/*
 * Colors: Overrides
\* -------------------------------------------------------------------------- */
/*
 * Colors: ADN-club
\* -------------------------------------------------------------------------- */
/** System monospace */
/**
 * Returns a rem value from a number of pixels.
 * Its uses 16px as root font-size
 */
/* -- Not on redesign -- */
/* 1025 is used instead of 1024 because touch devices design is not specified */
/* Scrollbars customization */
/**
 * Returns an url encoded SVG with the given color
 * @param {String} $icon - SVG code
 * @param {String} $color - Final color
 * @return {String} URL encoded svg
 */
/* stylelint-disable function-parentheses-newline-inside */
/* stylelint-enable function-parentheses-newline-inside */
/*
 * https://allyjs.io/tutorials/hiding-elements.html#2017-edition-of-visuallyhidden
 */
/* Mixin to use if touch devices design is specified */
/** Vertical scrollbar with custom color & size
*     @include ad-scrollbars(color, size);
*/
/** Horizontal scrollbar with custom color & size
*     @include ad-scrollbars();
*     @include ad-scrollbars-horizontal(color, size);
*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  -webkit-text-decoration: underline;
  text-decoration: underline; /* 2 */
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: rgb(0, 0, 0);
  --secondary: rgb(255, 255, 255);
  --success: rgb(0, 0, 0);
  --info: #17a2b8;
  --warning: rgb(0, 0, 0);
  --danger: rgb(229, 57, 53);
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 375px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 1025px;
  --breakpoint-xl: 1280px;
  --breakpoint-xxl: 1440px;
  --breakpoint-xxxl: 1920px;
  --font-family-sans-serif: "AdFont", sans-serif;
  --font-family-monospace: sfmono-regular, menlo, monaco, consolas, "Liberation Mono", "Courier New", monospace;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1, .h1 {
  font-size: 2.5rem;
}

h2, .h2 {
  font-size: 2rem;
}

h3, .h3 {
  font-size: 1.75rem;
}

h4, .h4 {
  font-size: 1.5rem;
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 0.875em;
  font-weight: 400;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.blockquote-footer {
  display: block;
  font-size: 0.875em;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "\2014 ";
}

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

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

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  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.2rem;
}
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;
}

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

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

.table-bordered {
  border: 1px solid #dee2e6;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}
.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: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: rgb(183.6, 183.6, 183.6);
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: rgb(122.4, 122.4, 122.4);
}

.table-hover .table-primary:hover {
  background-color: rgb(170.85, 170.85, 170.85);
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: rgb(170.85, 170.85, 170.85);
}

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

.table-hover .table-secondary:hover {
  background-color: rgb(242.25, 242.25, 242.25);
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: rgb(242.25, 242.25, 242.25);
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: rgb(183.6, 183.6, 183.6);
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: rgb(122.4, 122.4, 122.4);
}

.table-hover .table-success:hover {
  background-color: rgb(170.85, 170.85, 170.85);
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: rgb(170.85, 170.85, 170.85);
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: rgb(190.04, 228.96, 235.12);
}
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: rgb(134.36, 206.64, 218.08);
}

.table-hover .table-info:hover {
  background-color: rgb(170.5152475248, 221.1332673267, 229.1447524752);
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: rgb(170.5152475248, 221.1332673267, 229.1447524752);
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: rgb(183.6, 183.6, 183.6);
}
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: rgb(122.4, 122.4, 122.4);
}

.table-hover .table-warning:hover {
  background-color: rgb(170.85, 170.85, 170.85);
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: rgb(170.85, 170.85, 170.85);
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: rgb(247.72, 199.56, 198.44);
}
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: rgb(241.48, 152.04, 149.96);
}

.table-hover .table-danger:hover {
  background-color: rgb(244.8121052632, 177.4152631579, 175.8478947368);
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: rgb(244.8121052632, 177.4152631579, 175.8478947368);
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: rgb(253.04, 253.32, 253.6);
}
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: rgb(251.36, 251.88, 252.4);
}

.table-hover .table-light:hover {
  background-color: rgb(238.165, 240.57, 242.975);
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: rgb(238.165, 240.57, 242.975);
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: rgb(198.16, 199.84, 201.52);
}
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: rgb(149.44, 152.56, 155.68);
}

.table-hover .table-dark:hover {
  background-color: rgb(185.0216751269, 187.09, 189.1583248731);
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: rgb(185.0216751269, 187.09, 189.1583248731);
}

.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: rgb(69.1465517241, 77.125, 85.1034482759);
}
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #343a40;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: rgb(69.1465517241, 77.125, 85.1034482759);
}
.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: 374.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: 1024.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: 1279.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: 1439.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: 1919.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;
}

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

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 375px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1025px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1280px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1440px) {
  .dropdown-menu-xxl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xxl-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1920px) {
  .dropdown-menu-xxxl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xxxl-right {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^=top], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left] {
  right: auto;
  bottom: auto;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: rgb(21.6283783784, 24.25, 26.8716216216);
  -webkit-text-decoration: none;
  text-decoration: none;
  background-color: #e9ecef;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  -webkit-text-decoration: none;
  text-decoration: none;
  background-color: #007bff;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}

.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.5625rem;
  padding-left: 0.5625rem;
}
.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.75rem;
  padding-left: 0.75rem;
}

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

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}
.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .custom-file {
  display: flex;
  align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group:not(.has-validation) > .form-control:not(:last-child),
.input-group:not(.has-validation) > .custom-select:not(:last-child),
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label,
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > .form-control:nth-last-child(n+3),
.input-group.has-validation > .custom-select:nth-last-child(n+3),
.input-group.has-validation > .custom-file:nth-last-child(n+3) .custom-file-label,
.input-group.has-validation > .custom-file:nth-last-child(n+3) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: flex;
}
.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}
.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.input-group-text input[type=radio],
.input-group-text input[type=checkbox] {
  margin-top: 0;
}

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px);
}

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px);
}

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem;
}

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .input-group-text,
.input-group.has-validation > .input-group-append:nth-last-child(n+3) > .btn,
.input-group.has-validation > .input-group-append:nth-last-child(n+3) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.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: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.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 {
  -webkit-text-decoration: none;
  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: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

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

.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: calc(0.25rem - 1px);
}

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

.card-img,
.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

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

.card-group > .card {
  margin-bottom: 15px;
}
@media (min-width: 375px) {
  .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: 375px) {
  .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: -1px;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  -webkit-text-decoration: none;
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #6c757d;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.page-link:hover {
  z-index: 2;
  color: rgb(0, 86.1, 178.5);
  -webkit-text-decoration: none;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  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 {
  -webkit-text-decoration: none;
  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: rgb(0, 0, 0);
}
a.badge-primary:hover, a.badge-primary:focus {
  color: #fff;
  background-color: black;
}
a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}

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

.badge-success {
  color: #fff;
  background-color: rgb(0, 0, 0);
}
a.badge-success:hover, a.badge-success:focus {
  color: #fff;
  background-color: black;
}
a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}
a.badge-info:hover, a.badge-info:focus {
  color: #fff;
  background-color: rgb(17.3333333333, 122.0869565217, 138.6666666667);
}
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: #fff;
  background-color: rgb(0, 0, 0);
}
a.badge-warning:hover, a.badge-warning:focus {
  color: #fff;
  background-color: black;
}
a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}

.badge-danger {
  color: #fff;
  background-color: rgb(229, 57, 53);
}
a.badge-danger:hover, a.badge-danger:focus {
  color: #fff;
  background-color: rgb(204.6578947368, 30.3947368421, 26.3421052632);
}
a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(229, 57, 53, 0.5);
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}
a.badge-light:hover, a.badge-light:focus {
  color: #212529;
  background-color: rgb(218.25, 223.5, 228.75);
}
a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.badge-dark {
  color: #fff;
  background-color: #343a40;
}
a.badge-dark:hover, a.badge-dark:focus {
  color: #fff;
  background-color: rgb(29.1379310345, 32.5, 35.8620689655);
}
a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}
@media (min-width: 375px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

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

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  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: 1rem 1rem;
}

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

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

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  -webkit-text-decoration: none;
  text-decoration: none;
  background-color: #f8f9fa;
}
.list-group-item-action:active {
  color: #212529;
  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: #007bff;
  border-color: #007bff;
}
.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.25rem;
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  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: 375px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    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.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    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: 1025px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    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: 1280px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    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: 1440px) {
  .list-group-horizontal-xxl {
    flex-direction: row;
  }
  .list-group-horizontal-xxl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    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: 1920px) {
  .list-group-horizontal-xxxl {
    flex-direction: row;
  }
  .list-group-horizontal-xxxl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xxxl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    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: black;
  background-color: rgb(183.6, 183.6, 183.6);
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: black;
  background-color: rgb(170.85, 170.85, 170.85);
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: black;
  border-color: black;
}

.list-group-item-secondary {
  color: rgb(132.6, 132.6, 132.6);
  background-color: white;
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: rgb(132.6, 132.6, 132.6);
  background-color: rgb(242.25, 242.25, 242.25);
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: rgb(132.6, 132.6, 132.6);
  border-color: rgb(132.6, 132.6, 132.6);
}

.list-group-item-success {
  color: black;
  background-color: rgb(183.6, 183.6, 183.6);
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: black;
  background-color: rgb(170.85, 170.85, 170.85);
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: black;
  border-color: black;
}

.list-group-item-info {
  color: rgb(11.96, 84.24, 95.68);
  background-color: rgb(190.04, 228.96, 235.12);
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: rgb(11.96, 84.24, 95.68);
  background-color: rgb(170.5152475248, 221.1332673267, 229.1447524752);
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: rgb(11.96, 84.24, 95.68);
  border-color: rgb(11.96, 84.24, 95.68);
}

.list-group-item-warning {
  color: black;
  background-color: rgb(183.6, 183.6, 183.6);
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: black;
  background-color: rgb(170.85, 170.85, 170.85);
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: black;
  border-color: black;
}

.list-group-item-danger {
  color: rgb(119.08, 29.64, 27.56);
  background-color: rgb(247.72, 199.56, 198.44);
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: rgb(119.08, 29.64, 27.56);
  background-color: rgb(244.8121052632, 177.4152631579, 175.8478947368);
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: rgb(119.08, 29.64, 27.56);
  border-color: rgb(119.08, 29.64, 27.56);
}

.list-group-item-light {
  color: rgb(128.96, 129.48, 130);
  background-color: rgb(253.04, 253.32, 253.6);
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: rgb(128.96, 129.48, 130);
  background-color: rgb(238.165, 240.57, 242.975);
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: rgb(128.96, 129.48, 130);
  border-color: rgb(128.96, 129.48, 130);
}

.list-group-item-dark {
  color: rgb(27.04, 30.16, 33.28);
  background-color: rgb(198.16, 199.84, 201.52);
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: rgb(27.04, 30.16, 33.28);
  background-color: rgb(185.0216751269, 187.09, 189.1583248731);
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: rgb(27.04, 30.16, 33.28);
  border-color: rgb(27.04, 30.16, 33.28);
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
.close:hover {
  color: #000;
  -webkit-text-decoration: none;
  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;
}

.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: -moz-min-content;
  height: min-content;
  content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
  margin: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 375px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: -moz-min-content;
    height: min-content;
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 1025px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1280px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "AdFont", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^=top] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^=top] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^=bottom] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "AdFont", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}
.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top, .bs-popover-auto[x-placement^=top] {
  margin-bottom: 0.5rem;
}
.bs-popover-top > .arrow, .bs-popover-auto[x-placement^=top] > .arrow {
  bottom: calc(-0.5rem - 1px);
}
.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^=top] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^=top] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

.bs-popover-right, .bs-popover-auto[x-placement^=right] {
  margin-left: 0.5rem;
}
.bs-popover-right > .arrow, .bs-popover-auto[x-placement^=right] > .arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^=right] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^=right] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.bs-popover-bottom, .bs-popover-auto[x-placement^=bottom] {
  margin-top: 0.5rem;
}
.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^=bottom] > .arrow {
  top: calc(-0.5rem - 1px);
}
.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^=bottom] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^=bottom] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid rgb(247.35, 247.35, 247.35);
}

.bs-popover-left, .bs-popover-auto[x-placement^=left] {
  margin-right: 0.5rem;
}
.bs-popover-left > .arrow, .bs-popover-auto[x-placement^=left] > .arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^=left] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^=left] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  background-color: rgb(247.35, 247.35, 247.35);
  border-bottom: 1px solid rgb(234.6, 234.6, 234.6);
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  -webkit-text-decoration: none;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: 50%/100% 100% no-repeat;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

.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: rgb(0, 0, 0);
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: black;
}

.bg-secondary {
  background-color: rgb(255, 255, 255);
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: rgb(229.5, 229.5, 229.5);
}

.bg-success {
  background-color: rgb(0, 0, 0);
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: black;
}

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

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: rgb(17.3333333333, 122.0869565217, 138.6666666667);
}

.bg-warning {
  background-color: rgb(0, 0, 0);
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: black;
}

.bg-danger {
  background-color: rgb(229, 57, 53);
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: rgb(204.6578947368, 30.3947368421, 26.3421052632);
}

.bg-light {
  background-color: #f8f9fa;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: rgb(218.25, 223.5, 228.75);
}

.bg-dark {
  background-color: #343a40;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: rgb(29.1379310345, 32.5, 35.8620689655);
}

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

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

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

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

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

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

.border-left {
  border-left: 1px solid #dee2e6 !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: rgb(0, 0, 0) !important;
}

.border-secondary {
  border-color: rgb(255, 255, 255) !important;
}

.border-success {
  border-color: rgb(0, 0, 0) !important;
}

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

.border-warning {
  border-color: rgb(0, 0, 0) !important;
}

.border-danger {
  border-color: rgb(229, 57, 53) !important;
}

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

.border-dark {
  border-color: #343a40 !important;
}

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

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

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

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

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

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

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

.rounded-lg {
  border-radius: 0.3rem !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: 375px) {
  .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: 1025px) {
  .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: 1280px) {
  .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: 1440px) {
  .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: 1920px) {
  .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: 375px) {
  .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: 1025px) {
  .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: 1280px) {
  .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: 1440px) {
  .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: 1920px) {
  .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: left !important;
}

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

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

@media (min-width: 375px) {
  .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: 1025px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1280px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
@media (min-width: 1440px) {
  .float-xxl-left {
    float: left !important;
  }
  .float-xxl-right {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
}
@media (min-width: 1920px) {
  .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: -webkit-sticky !important;
  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: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    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: 0.25rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ml-5,
.mx-5 {
  margin-left: 3rem !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: 0.25rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

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

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

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

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

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

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

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

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !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: 375px) {
  .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: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !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: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !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: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !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: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !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: 1025px) {
  .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: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !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: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !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: 1280px) {
  .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: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !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: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !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: 1440px) {
  .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: 0.25rem !important;
  }
  .mt-xxl-1,
  .my-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xxl-1,
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xxl-1,
  .my-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xxl-1,
  .mx-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .mt-xxl-2,
  .my-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xxl-2,
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xxl-2,
  .my-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xxl-2,
  .mx-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .mt-xxl-3,
  .my-xxl-3 {
    margin-top: 1rem !important;
  }
  .mr-xxl-3,
  .mx-xxl-3 {
    margin-right: 1rem !important;
  }
  .mb-xxl-3,
  .my-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xxl-3,
  .mx-xxl-3 {
    margin-left: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .mt-xxl-4,
  .my-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xxl-4,
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xxl-4,
  .my-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xxl-4,
  .mx-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .mt-xxl-5,
  .my-xxl-5 {
    margin-top: 3rem !important;
  }
  .mr-xxl-5,
  .mx-xxl-5 {
    margin-right: 3rem !important;
  }
  .mb-xxl-5,
  .my-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xxl-5,
  .mx-xxl-5 {
    margin-left: 3rem !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: 0.25rem !important;
  }
  .pt-xxl-1,
  .py-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xxl-1,
  .px-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xxl-1,
  .py-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xxl-1,
  .px-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .pt-xxl-2,
  .py-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xxl-2,
  .px-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xxl-2,
  .py-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xxl-2,
  .px-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .pt-xxl-3,
  .py-xxl-3 {
    padding-top: 1rem !important;
  }
  .pr-xxl-3,
  .px-xxl-3 {
    padding-right: 1rem !important;
  }
  .pb-xxl-3,
  .py-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xxl-3,
  .px-xxl-3 {
    padding-left: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .pt-xxl-4,
  .py-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xxl-4,
  .px-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xxl-4,
  .py-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xxl-4,
  .px-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .pt-xxl-5,
  .py-xxl-5 {
    padding-top: 3rem !important;
  }
  .pr-xxl-5,
  .px-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-5,
  .py-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xxl-5,
  .px-xxl-5 {
    padding-left: 3rem !important;
  }
  .m-xxl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xxl-n1,
  .my-xxl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xxl-n1,
  .mx-xxl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xxl-n1,
  .my-xxl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xxl-n1,
  .mx-xxl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xxl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xxl-n2,
  .my-xxl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xxl-n2,
  .mx-xxl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xxl-n2,
  .my-xxl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xxl-n2,
  .mx-xxl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xxl-n3 {
    margin: -1rem !important;
  }
  .mt-xxl-n3,
  .my-xxl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xxl-n3,
  .mx-xxl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xxl-n3,
  .my-xxl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xxl-n3,
  .mx-xxl-n3 {
    margin-left: -1rem !important;
  }
  .m-xxl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xxl-n4,
  .my-xxl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xxl-n4,
  .mx-xxl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xxl-n4,
  .my-xxl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xxl-n4,
  .mx-xxl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xxl-n5 {
    margin: -3rem !important;
  }
  .mt-xxl-n5,
  .my-xxl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xxl-n5,
  .mx-xxl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xxl-n5,
  .my-xxl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xxl-n5,
  .mx-xxl-n5 {
    margin-left: -3rem !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: 1920px) {
  .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: 0.25rem !important;
  }
  .mt-xxxl-1,
  .my-xxxl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xxxl-1,
  .mx-xxxl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xxxl-1,
  .my-xxxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xxxl-1,
  .mx-xxxl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xxxl-2 {
    margin: 0.5rem !important;
  }
  .mt-xxxl-2,
  .my-xxxl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xxxl-2,
  .mx-xxxl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xxxl-2,
  .my-xxxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xxxl-2,
  .mx-xxxl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xxxl-3 {
    margin: 1rem !important;
  }
  .mt-xxxl-3,
  .my-xxxl-3 {
    margin-top: 1rem !important;
  }
  .mr-xxxl-3,
  .mx-xxxl-3 {
    margin-right: 1rem !important;
  }
  .mb-xxxl-3,
  .my-xxxl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xxxl-3,
  .mx-xxxl-3 {
    margin-left: 1rem !important;
  }
  .m-xxxl-4 {
    margin: 1.5rem !important;
  }
  .mt-xxxl-4,
  .my-xxxl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xxxl-4,
  .mx-xxxl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xxxl-4,
  .my-xxxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xxxl-4,
  .mx-xxxl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xxxl-5 {
    margin: 3rem !important;
  }
  .mt-xxxl-5,
  .my-xxxl-5 {
    margin-top: 3rem !important;
  }
  .mr-xxxl-5,
  .mx-xxxl-5 {
    margin-right: 3rem !important;
  }
  .mb-xxxl-5,
  .my-xxxl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xxxl-5,
  .mx-xxxl-5 {
    margin-left: 3rem !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: 0.25rem !important;
  }
  .pt-xxxl-1,
  .py-xxxl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xxxl-1,
  .px-xxxl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xxxl-1,
  .py-xxxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xxxl-1,
  .px-xxxl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xxxl-2 {
    padding: 0.5rem !important;
  }
  .pt-xxxl-2,
  .py-xxxl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xxxl-2,
  .px-xxxl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xxxl-2,
  .py-xxxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xxxl-2,
  .px-xxxl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xxxl-3 {
    padding: 1rem !important;
  }
  .pt-xxxl-3,
  .py-xxxl-3 {
    padding-top: 1rem !important;
  }
  .pr-xxxl-3,
  .px-xxxl-3 {
    padding-right: 1rem !important;
  }
  .pb-xxxl-3,
  .py-xxxl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xxxl-3,
  .px-xxxl-3 {
    padding-left: 1rem !important;
  }
  .p-xxxl-4 {
    padding: 1.5rem !important;
  }
  .pt-xxxl-4,
  .py-xxxl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xxxl-4,
  .px-xxxl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xxxl-4,
  .py-xxxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xxxl-4,
  .px-xxxl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xxxl-5 {
    padding: 3rem !important;
  }
  .pt-xxxl-5,
  .py-xxxl-5 {
    padding-top: 3rem !important;
  }
  .pr-xxxl-5,
  .px-xxxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxxl-5,
  .py-xxxl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xxxl-5,
  .px-xxxl-5 {
    padding-left: 3rem !important;
  }
  .m-xxxl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xxxl-n1,
  .my-xxxl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xxxl-n1,
  .mx-xxxl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xxxl-n1,
  .my-xxxl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xxxl-n1,
  .mx-xxxl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xxxl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xxxl-n2,
  .my-xxxl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xxxl-n2,
  .mx-xxxl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xxxl-n2,
  .my-xxxl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xxxl-n2,
  .mx-xxxl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xxxl-n3 {
    margin: -1rem !important;
  }
  .mt-xxxl-n3,
  .my-xxxl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xxxl-n3,
  .mx-xxxl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xxxl-n3,
  .my-xxxl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xxxl-n3,
  .mx-xxxl-n3 {
    margin-left: -1rem !important;
  }
  .m-xxxl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xxxl-n4,
  .my-xxxl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xxxl-n4,
  .mx-xxxl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xxxl-n4,
  .my-xxxl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xxxl-n4,
  .mx-xxxl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xxxl-n5 {
    margin: -3rem !important;
  }
  .mt-xxxl-n5,
  .my-xxxl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xxxl-n5,
  .mx-xxxl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xxxl-n5,
  .my-xxxl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xxxl-n5,
  .mx-xxxl-n5 {
    margin-left: -3rem !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: 375px) {
  .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: 1025px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1280px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1440px) {
  .text-xxl-left {
    text-align: left !important;
  }
  .text-xxl-right {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1920px) {
  .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: lighter !important;
}

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

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

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

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

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

.text-primary {
  color: rgb(0, 0, 0) !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: black !important;
}

.text-secondary {
  color: rgb(255, 255, 255) !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: rgb(216.75, 216.75, 216.75) !important;
}

.text-success {
  color: rgb(0, 0, 0) !important;
}

a.text-success:hover, a.text-success:focus {
  color: black !important;
}

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

a.text-info:hover, a.text-info:focus {
  color: rgb(14.5, 102.1304347826, 116) !important;
}

.text-warning {
  color: rgb(0, 0, 0) !important;
}

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

.text-danger {
  color: rgb(229, 57, 53) !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: rgb(182.0657894737, 27.0394736842, 23.4342105263) !important;
}

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

a.text-light:hover, a.text-light:focus {
  color: rgb(203.375, 210.75, 218.125) !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: rgb(17.7068965517, 19.75, 21.7931034483) !important;
}

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

.text-muted {
  color: #6c757d !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 {
  -webkit-text-decoration: none !important;
  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) {
    -webkit-text-decoration: underline;
    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: #dee2e6;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}
.flash-messages-container {
  position: fixed;
  top: 1rem;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 0;
  padding: 0 1rem;
}

.flash-messages-container > .alert {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 1rem;
}

@media screen and (max-width: 1024px) {
  .flash-messages-container > .alert {
    width: 100%;
  }
}
@font-face {
  font-weight: 400;
  font-family: "swiper-icons";
  font-style: normal;
  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");
}
:root {
  --swiper-theme-color: #007aff;
  --swiper-navigation-size: 44px;
}

.swiper-container {
  position: relative;
  /* Fix of Webkit flickering */
  z-index: 1;
  margin-right: auto;
  margin-left: auto;
  padding: 0;
  overflow: hidden;
  list-style: none;
}

.swiper-wrapper {
  position: relative;
  z-index: 1;
  display: flex;
  box-sizing: content-box;
  width: 100%;
  transition-property: transform;
}

.swiper-slide {
  position: relative;
  flex-shrink: 0;
  width: 100%;
  transition-property: transform;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0, 0, 0);
}

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  flex-direction: column;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  margin: 0 auto;
  transition-timing-function: ease-out;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

/* 3D Effects */
.swiper-container-3d {
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-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-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

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

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.35s ease-in-out;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  cursor: auto;
  opacity: 0;
  pointer-events: none;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  letter-spacing: 0;
  text-transform: none !important;
}

.swiper-button-prev {
  right: auto;
  left: 10px;
}

.swiper-button-next {
  right: 10px;
  left: auto;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
  opacity: 0.7;
  transition: opacity 0.35s ease-in-out;
}

.swiper-container-rtl .swiper-button-next {
  right: auto;
  left: 10px;
}

.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-container-initialized .swiper-button-prev:not(.swiper-button-disabled),
.swiper-container-initialized .swiper-button-next:not(.swiper-button-disabled) {
  opacity: 1;
  transition: opacity 0.35s ease-in-out;
}

.swiper-button-next::after {
  width: 1rem;
  height: 1rem;
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><path fill-rule="evenodd" clip-rule="evenodd" d="M16.5 8.5l-16 8V.5z" fill="rgb(255, 255, 255)"/></svg>');
  background-size: 1rem;
  content: "";
}

.swiper-button-prev::after {
  width: 1rem;
  height: 1rem;
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><path fill-rule="evenodd" clip-rule="evenodd" d="M.5 8.5l16-8v16z" fill="rgb(255, 255, 255)"/></svg>');
  background-size: 1rem;
  content: "";
}

.swiper-container-rtl .swiper-button-prev::after {
  content: "next";
}

.swiper-container-rtl .swiper-button-next::after {
  content: "prev";
}

.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
  --swiper-navigation-color: #fff;
}

.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
  --swiper-navigation-color: #000;
}

.swiper-button-arrow-prev,
.swiper-button-arrow-next {
  transform: translateY(-50%);
}
.swiper-button-arrow-prev::after,
.swiper-button-arrow-next::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.75rem;
  height: 1.375rem;
  background-repeat: no-repeat;
  background-size: 2rem;
  transform: translate(-50%, -50%);
}
.swiper-button-arrow-prev--small,
.swiper-button-arrow-next--small {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
.swiper-button-arrow-prev--small::after,
.swiper-button-arrow-next--small::after {
  width: 0.5rem;
  height: 1rem;
  background-size: 1.75rem;
}

.swiper-button-arrow-prev::after {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="22" height="22"><path fill-rule="evenodd" fill="rgb(0, 0, 0)" d="M7 .707l-5.01 5.01 5.008 5.01-.707.706-5.008-5.009-.002.002-.707-.707.002-.002-.002-.001.707-.707.002.001L6.293 0 7 .707z"/></svg>');
}

.swiper-button-arrow-next::after {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="22" height="22"><path fill-rule="evenodd" fill="rgb(0, 0, 0)" d="M0 10.726l5.01-5.01L.002.707.709 0l5.008 5.01.002-.003.707.707-.002.002.002.002-.707.707-.002-.002-5.01 5.01L0 10.726z"/></svg>');
}

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

.swiper-pagination {
  position: relative;
  z-index: 10;
  margin-bottom: 1rem;
  text-align: center;
  transform: translate3d(0, 0, 0);
  transition: 300ms all;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-progressbar,
.swiper-pagination-custom,
.swiper-pagination-bullets {
  right: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 300px;
  margin-right: auto;
  margin-left: auto;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullet {
  flex: none;
  width: 0.5rem;
  max-width: none;
  max-width: initial;
  height: 0.5rem;
  margin-right: 0.5rem;
  background: transparent;
  border-color: rgb(0, 0, 0);
  border-style: solid;
  border-width: 1px;
  border-radius: 50%;
}
.swiper-pagination-bullet:last-child {
  margin-right: 0;
}
.swiper-pagination-bullet:only-child {
  visibility: hidden;
}

.swiper-pagination-bullet-active {
  background-color: rgb(0, 0, 0);
}

/* stylelint-disable no-descending-specificity */
.swiper-pagination.swiper-pagination-over-image {
  position: absolute;
  bottom: 0;
}
.swiper-pagination.swiper-pagination-over-image .swiper-pagination-bullet {
  border-color: rgb(117, 117, 117);
}
.swiper-pagination.swiper-pagination-over-image .swiper-pagination-bullet-active {
  background-color: rgb(117, 117, 117);
}

.swiper-pagination.light-mode .swiper-pagination-bullet {
  border-color: rgb(255, 255, 255);
}
.swiper-pagination.light-mode .swiper-pagination-bullet-active {
  background-color: rgb(255, 255, 255);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  position: relative;
  transform: scale(0.33);
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: rgb(0, 0, 0);
}

.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-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  bottom: 50%;
  flex-direction: column;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: 1rem;
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  margin: 0 0 0.5rem 0;
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet-active {
  background-color: rgb(117, 117, 117);
}

.swiper-container-vertical .swiper-pagination-bullet:last-child {
  margin-bottom: 0;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  width: 8px;
  transform: translateY(-50%);
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  white-space: nowrap;
  transform: translateX(-50%);
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* stylelint-enable no-descending-specificity */
/* Progress */
.swiper-pagination-progressbar {
  position: relative;
  margin-right: 0;
  margin-left: auto;
  background: rgb(224, 224, 224);
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0, 0, 0);
  transform: scale(0);
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
}

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
}

.swiper-pagination-white {
  --swiper-pagination-color: #fff;
}

.swiper-pagination-black {
  --swiper-pagination-color: #000;
}

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

/* Scrollbar */
.swiper-scrollbar {
  position: relative;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  touch-action: none;
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  bottom: 3px;
  left: 1%;
  z-index: 50;
  width: 98%;
  height: 1px;
  background: rgb(245, 245, 245);
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  top: 1%;
  right: 3px;
  z-index: 50;
  width: 5px;
  height: 3px;
  background: transparent;
}

.swiper-scrollbar-drag {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.swiper-container-vertical .swiper-scrollbar-drag {
  background: rgb(158, 158, 158);
}

.swiper-container-horizontal .swiper-scrollbar-drag {
  background: rgb(0, 0, 0);
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

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

.swiper-zoom-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  box-sizing: border-box;
  width: 42px;
  height: 42px;
  margin-top: -21px;
  margin-left: -21px;
  border: 4px solid #007aff;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-top-color: transparent;
  border-radius: 50%;
  transform-origin: 50%;
  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 {
  100% {
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1000;
  opacity: 0;
  pointer-events: none;
}

/* stylelint-disable no-descending-specificity */
.swiper-container-fade .swiper-slide {
  transition-property: opacity;
  pointer-events: none;
}

/* stylelint-enable no-descending-specificity */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

/* stylelint-disable no-descending-specificity */
.swiper-container-cube .swiper-slide {
  z-index: 1;
  width: 100%;
  height: 100%;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  visibility: hidden;
  pointer-events: none;
}

/* stylelint-enable no-descending-specificity */
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}

/* stylelint-disable no-descending-specificity */
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  visibility: visible;
  pointer-events: auto;
}

/* stylelint-enable no-descending-specificity */
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  filter: blur(50px);
}

.swiper-container-flip {
  overflow: visible;
}

/* stylelint-disable no-descending-specificity */
.swiper-container-flip .swiper-slide {
  z-index: 1;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  pointer-events: none;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

/* stylelint-enable no-descending-specificity */
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.swiper-slide .swiper-slide-caption {
  margin-left: 10%;
  opacity: 0;
}
.swiper-slide .swiper-slide-caption__subtitle {
  margin-left: 1rem;
}

.swiper-slide-active .swiper-slide-caption {
  margin-left: 0;
  opacity: 1;
  transition: margin-left 0.7s ease-in-out, opacity 0.7s ease-in-out;
}
.swiper-slide-active .swiper-slide-caption__subtitle {
  margin-left: 0;
  transition: margin-left 0.7s ease-in-out;
}

.pull-left-xs {
  float: left;
}

.pull-right-xs {
  float: right;
}

@media (min-width: 375px) and (max-width: 767.98px) {
  .pull-left-sm {
    float: left;
  }
  .pull-right-sm {
    float: right;
  }
}
@media (min-width: 768px) and (max-width: 1024.98px) {
  .pull-left-md {
    float: left;
  }
  .pull-right-md {
    float: right;
  }
}
@media (min-width: 1025px) and (max-width: 1279.98px) {
  .pull-left-lg {
    float: left;
  }
  .pull-right-lg {
    float: right;
  }
}
@media (min-width: 1280px) and (max-width: 1439.98px) {
  .pull-left-xl {
    float: left;
  }
  .pull-right-xl {
    float: right;
  }
}
@media (min-width: 1440px) and (max-width: 1919.98px) {
  .pull-left-xxl {
    float: left;
  }
  .pull-right-xxl {
    float: right;
  }
}
@media (min-width: 1920px) {
  .pull-left-xxxl {
    float: left;
  }
  .pull-right-xxxl {
    float: right;
  }
}
@media (max-width: 374.98px) {
  .hidden-xs-down {
    display: none !important;
  }
}

@media (max-width: 767.98px) {
  .hidden-sm-down {
    display: none !important;
  }
}

@media (max-width: 1024.98px) {
  .hidden-md-down {
    display: none !important;
  }
}

@media (max-width: 1279.98px) {
  .hidden-lg-down {
    display: none !important;
  }
}

@media (max-width: 1439.98px) {
  .hidden-xl-down {
    display: none !important;
  }
}

@media (max-width: 1919.98px) {
  .hidden-xxl-down {
    display: none !important;
  }
}

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

.row.equal-height > [class^=col] {
  display: flex;
}

.fib, .fi {
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

.fi {
  position: relative;
  display: inline-block;
  width: 1.333333em;
  line-height: 1em;
}
.fi:before {
  content: " ";
}
.fi.fis {
  width: 1em;
}

.fi-xx {
  background-image: url(../fonts/flags/4x3/xx.svg);
}
.fi-xx.fis {
  background-image: url(../fonts/flags/1x1/xx.svg);
}

.fi-ad {
  background-image: url(../fonts/flags/4x3/ad.svg);
}
.fi-ad.fis {
  background-image: url(../fonts/flags/1x1/ad.svg);
}

.fi-ae {
  background-image: url(../fonts/flags/4x3/ae.svg);
}
.fi-ae.fis {
  background-image: url(../fonts/flags/1x1/ae.svg);
}

.fi-af {
  background-image: url(../fonts/flags/4x3/af.svg);
}
.fi-af.fis {
  background-image: url(../fonts/flags/1x1/af.svg);
}

.fi-ag {
  background-image: url(../fonts/flags/4x3/ag.svg);
}
.fi-ag.fis {
  background-image: url(../fonts/flags/1x1/ag.svg);
}

.fi-ai {
  background-image: url(../fonts/flags/4x3/ai.svg);
}
.fi-ai.fis {
  background-image: url(../fonts/flags/1x1/ai.svg);
}

.fi-al {
  background-image: url(../fonts/flags/4x3/al.svg);
}
.fi-al.fis {
  background-image: url(../fonts/flags/1x1/al.svg);
}

.fi-am {
  background-image: url(../fonts/flags/4x3/am.svg);
}
.fi-am.fis {
  background-image: url(../fonts/flags/1x1/am.svg);
}

.fi-ao {
  background-image: url(../fonts/flags/4x3/ao.svg);
}
.fi-ao.fis {
  background-image: url(../fonts/flags/1x1/ao.svg);
}

.fi-aq {
  background-image: url(../fonts/flags/4x3/aq.svg);
}
.fi-aq.fis {
  background-image: url(../fonts/flags/1x1/aq.svg);
}

.fi-ar {
  background-image: url(../fonts/flags/4x3/ar.svg);
}
.fi-ar.fis {
  background-image: url(../fonts/flags/1x1/ar.svg);
}

.fi-as {
  background-image: url(../fonts/flags/4x3/as.svg);
}
.fi-as.fis {
  background-image: url(../fonts/flags/1x1/as.svg);
}

.fi-at {
  background-image: url(../fonts/flags/4x3/at.svg);
}
.fi-at.fis {
  background-image: url(../fonts/flags/1x1/at.svg);
}

.fi-au {
  background-image: url(../fonts/flags/4x3/au.svg);
}
.fi-au.fis {
  background-image: url(../fonts/flags/1x1/au.svg);
}

.fi-aw {
  background-image: url(../fonts/flags/4x3/aw.svg);
}
.fi-aw.fis {
  background-image: url(../fonts/flags/1x1/aw.svg);
}

.fi-ax {
  background-image: url(../fonts/flags/4x3/ax.svg);
}
.fi-ax.fis {
  background-image: url(../fonts/flags/1x1/ax.svg);
}

.fi-az {
  background-image: url(../fonts/flags/4x3/az.svg);
}
.fi-az.fis {
  background-image: url(../fonts/flags/1x1/az.svg);
}

.fi-ba {
  background-image: url(../fonts/flags/4x3/ba.svg);
}
.fi-ba.fis {
  background-image: url(../fonts/flags/1x1/ba.svg);
}

.fi-bb {
  background-image: url(../fonts/flags/4x3/bb.svg);
}
.fi-bb.fis {
  background-image: url(../fonts/flags/1x1/bb.svg);
}

.fi-bd {
  background-image: url(../fonts/flags/4x3/bd.svg);
}
.fi-bd.fis {
  background-image: url(../fonts/flags/1x1/bd.svg);
}

.fi-be {
  background-image: url(../fonts/flags/4x3/be.svg);
}
.fi-be.fis {
  background-image: url(../fonts/flags/1x1/be.svg);
}

.fi-bf {
  background-image: url(../fonts/flags/4x3/bf.svg);
}
.fi-bf.fis {
  background-image: url(../fonts/flags/1x1/bf.svg);
}

.fi-bg {
  background-image: url(../fonts/flags/4x3/bg.svg);
}
.fi-bg.fis {
  background-image: url(../fonts/flags/1x1/bg.svg);
}

.fi-bh {
  background-image: url(../fonts/flags/4x3/bh.svg);
}
.fi-bh.fis {
  background-image: url(../fonts/flags/1x1/bh.svg);
}

.fi-bi {
  background-image: url(../fonts/flags/4x3/bi.svg);
}
.fi-bi.fis {
  background-image: url(../fonts/flags/1x1/bi.svg);
}

.fi-bj {
  background-image: url(../fonts/flags/4x3/bj.svg);
}
.fi-bj.fis {
  background-image: url(../fonts/flags/1x1/bj.svg);
}

.fi-bl {
  background-image: url(../fonts/flags/4x3/bl.svg);
}
.fi-bl.fis {
  background-image: url(../fonts/flags/1x1/bl.svg);
}

.fi-bm {
  background-image: url(../fonts/flags/4x3/bm.svg);
}
.fi-bm.fis {
  background-image: url(../fonts/flags/1x1/bm.svg);
}

.fi-bn {
  background-image: url(../fonts/flags/4x3/bn.svg);
}
.fi-bn.fis {
  background-image: url(../fonts/flags/1x1/bn.svg);
}

.fi-bo {
  background-image: url(../fonts/flags/4x3/bo.svg);
}
.fi-bo.fis {
  background-image: url(../fonts/flags/1x1/bo.svg);
}

.fi-bq {
  background-image: url(../fonts/flags/4x3/bq.svg);
}
.fi-bq.fis {
  background-image: url(../fonts/flags/1x1/bq.svg);
}

.fi-br {
  background-image: url(../fonts/flags/4x3/br.svg);
}
.fi-br.fis {
  background-image: url(../fonts/flags/1x1/br.svg);
}

.fi-bs {
  background-image: url(../fonts/flags/4x3/bs.svg);
}
.fi-bs.fis {
  background-image: url(../fonts/flags/1x1/bs.svg);
}

.fi-bt {
  background-image: url(../fonts/flags/4x3/bt.svg);
}
.fi-bt.fis {
  background-image: url(../fonts/flags/1x1/bt.svg);
}

.fi-bv {
  background-image: url(../fonts/flags/4x3/bv.svg);
}
.fi-bv.fis {
  background-image: url(../fonts/flags/1x1/bv.svg);
}

.fi-bw {
  background-image: url(../fonts/flags/4x3/bw.svg);
}
.fi-bw.fis {
  background-image: url(../fonts/flags/1x1/bw.svg);
}

.fi-by {
  background-image: url(../fonts/flags/4x3/by.svg);
}
.fi-by.fis {
  background-image: url(../fonts/flags/1x1/by.svg);
}

.fi-bz {
  background-image: url(../fonts/flags/4x3/bz.svg);
}
.fi-bz.fis {
  background-image: url(../fonts/flags/1x1/bz.svg);
}

.fi-ca {
  background-image: url(../fonts/flags/4x3/ca.svg);
}
.fi-ca.fis {
  background-image: url(../fonts/flags/1x1/ca.svg);
}

.fi-cc {
  background-image: url(../fonts/flags/4x3/cc.svg);
}
.fi-cc.fis {
  background-image: url(../fonts/flags/1x1/cc.svg);
}

.fi-cd {
  background-image: url(../fonts/flags/4x3/cd.svg);
}
.fi-cd.fis {
  background-image: url(../fonts/flags/1x1/cd.svg);
}

.fi-cf {
  background-image: url(../fonts/flags/4x3/cf.svg);
}
.fi-cf.fis {
  background-image: url(../fonts/flags/1x1/cf.svg);
}

.fi-cg {
  background-image: url(../fonts/flags/4x3/cg.svg);
}
.fi-cg.fis {
  background-image: url(../fonts/flags/1x1/cg.svg);
}

.fi-ch {
  background-image: url(../fonts/flags/4x3/ch.svg);
}
.fi-ch.fis {
  background-image: url(../fonts/flags/1x1/ch.svg);
}

.fi-ci {
  background-image: url(../fonts/flags/4x3/ci.svg);
}
.fi-ci.fis {
  background-image: url(../fonts/flags/1x1/ci.svg);
}

.fi-ck {
  background-image: url(../fonts/flags/4x3/ck.svg);
}
.fi-ck.fis {
  background-image: url(../fonts/flags/1x1/ck.svg);
}

.fi-cl {
  background-image: url(../fonts/flags/4x3/cl.svg);
}
.fi-cl.fis {
  background-image: url(../fonts/flags/1x1/cl.svg);
}

.fi-cm {
  background-image: url(../fonts/flags/4x3/cm.svg);
}
.fi-cm.fis {
  background-image: url(../fonts/flags/1x1/cm.svg);
}

.fi-cn {
  background-image: url(../fonts/flags/4x3/cn.svg);
}
.fi-cn.fis {
  background-image: url(../fonts/flags/1x1/cn.svg);
}

.fi-co {
  background-image: url(../fonts/flags/4x3/co.svg);
}
.fi-co.fis {
  background-image: url(../fonts/flags/1x1/co.svg);
}

.fi-cr {
  background-image: url(../fonts/flags/4x3/cr.svg);
}
.fi-cr.fis {
  background-image: url(../fonts/flags/1x1/cr.svg);
}

.fi-cu {
  background-image: url(../fonts/flags/4x3/cu.svg);
}
.fi-cu.fis {
  background-image: url(../fonts/flags/1x1/cu.svg);
}

.fi-cv {
  background-image: url(../fonts/flags/4x3/cv.svg);
}
.fi-cv.fis {
  background-image: url(../fonts/flags/1x1/cv.svg);
}

.fi-cw {
  background-image: url(../fonts/flags/4x3/cw.svg);
}
.fi-cw.fis {
  background-image: url(../fonts/flags/1x1/cw.svg);
}

.fi-cx {
  background-image: url(../fonts/flags/4x3/cx.svg);
}
.fi-cx.fis {
  background-image: url(../fonts/flags/1x1/cx.svg);
}

.fi-cy {
  background-image: url(../fonts/flags/4x3/cy.svg);
}
.fi-cy.fis {
  background-image: url(../fonts/flags/1x1/cy.svg);
}

.fi-cz {
  background-image: url(../fonts/flags/4x3/cz.svg);
}
.fi-cz.fis {
  background-image: url(../fonts/flags/1x1/cz.svg);
}

.fi-de {
  background-image: url(../fonts/flags/4x3/de.svg);
}
.fi-de.fis {
  background-image: url(../fonts/flags/1x1/de.svg);
}

.fi-dj {
  background-image: url(../fonts/flags/4x3/dj.svg);
}
.fi-dj.fis {
  background-image: url(../fonts/flags/1x1/dj.svg);
}

.fi-dk {
  background-image: url(../fonts/flags/4x3/dk.svg);
}
.fi-dk.fis {
  background-image: url(../fonts/flags/1x1/dk.svg);
}

.fi-dm {
  background-image: url(../fonts/flags/4x3/dm.svg);
}
.fi-dm.fis {
  background-image: url(../fonts/flags/1x1/dm.svg);
}

.fi-do {
  background-image: url(../fonts/flags/4x3/do.svg);
}
.fi-do.fis {
  background-image: url(../fonts/flags/1x1/do.svg);
}

.fi-dz {
  background-image: url(../fonts/flags/4x3/dz.svg);
}
.fi-dz.fis {
  background-image: url(../fonts/flags/1x1/dz.svg);
}

.fi-ec {
  background-image: url(../fonts/flags/4x3/ec.svg);
}
.fi-ec.fis {
  background-image: url(../fonts/flags/1x1/ec.svg);
}

.fi-ee {
  background-image: url(../fonts/flags/4x3/ee.svg);
}
.fi-ee.fis {
  background-image: url(../fonts/flags/1x1/ee.svg);
}

.fi-eg {
  background-image: url(../fonts/flags/4x3/eg.svg);
}
.fi-eg.fis {
  background-image: url(../fonts/flags/1x1/eg.svg);
}

.fi-eh {
  background-image: url(../fonts/flags/4x3/eh.svg);
}
.fi-eh.fis {
  background-image: url(../fonts/flags/1x1/eh.svg);
}

.fi-er {
  background-image: url(../fonts/flags/4x3/er.svg);
}
.fi-er.fis {
  background-image: url(../fonts/flags/1x1/er.svg);
}

.fi-es {
  background-image: url(../fonts/flags/4x3/es.svg);
}
.fi-es.fis {
  background-image: url(../fonts/flags/1x1/es.svg);
}

.fi-et {
  background-image: url(../fonts/flags/4x3/et.svg);
}
.fi-et.fis {
  background-image: url(../fonts/flags/1x1/et.svg);
}

.fi-fi {
  background-image: url(../fonts/flags/4x3/fi.svg);
}
.fi-fi.fis {
  background-image: url(../fonts/flags/1x1/fi.svg);
}

.fi-fj {
  background-image: url(../fonts/flags/4x3/fj.svg);
}
.fi-fj.fis {
  background-image: url(../fonts/flags/1x1/fj.svg);
}

.fi-fk {
  background-image: url(../fonts/flags/4x3/fk.svg);
}
.fi-fk.fis {
  background-image: url(../fonts/flags/1x1/fk.svg);
}

.fi-fm {
  background-image: url(../fonts/flags/4x3/fm.svg);
}
.fi-fm.fis {
  background-image: url(../fonts/flags/1x1/fm.svg);
}

.fi-fo {
  background-image: url(../fonts/flags/4x3/fo.svg);
}
.fi-fo.fis {
  background-image: url(../fonts/flags/1x1/fo.svg);
}

.fi-fr {
  background-image: url(../fonts/flags/4x3/fr.svg);
}
.fi-fr.fis {
  background-image: url(../fonts/flags/1x1/fr.svg);
}

.fi-ga {
  background-image: url(../fonts/flags/4x3/ga.svg);
}
.fi-ga.fis {
  background-image: url(../fonts/flags/1x1/ga.svg);
}

.fi-gb {
  background-image: url(../fonts/flags/4x3/gb.svg);
}
.fi-gb.fis {
  background-image: url(../fonts/flags/1x1/gb.svg);
}

.fi-gd {
  background-image: url(../fonts/flags/4x3/gd.svg);
}
.fi-gd.fis {
  background-image: url(../fonts/flags/1x1/gd.svg);
}

.fi-ge {
  background-image: url(../fonts/flags/4x3/ge.svg);
}
.fi-ge.fis {
  background-image: url(../fonts/flags/1x1/ge.svg);
}

.fi-gf {
  background-image: url(../fonts/flags/4x3/gf.svg);
}
.fi-gf.fis {
  background-image: url(../fonts/flags/1x1/gf.svg);
}

.fi-gg {
  background-image: url(../fonts/flags/4x3/gg.svg);
}
.fi-gg.fis {
  background-image: url(../fonts/flags/1x1/gg.svg);
}

.fi-gh {
  background-image: url(../fonts/flags/4x3/gh.svg);
}
.fi-gh.fis {
  background-image: url(../fonts/flags/1x1/gh.svg);
}

.fi-gi {
  background-image: url(../fonts/flags/4x3/gi.svg);
}
.fi-gi.fis {
  background-image: url(../fonts/flags/1x1/gi.svg);
}

.fi-gl {
  background-image: url(../fonts/flags/4x3/gl.svg);
}
.fi-gl.fis {
  background-image: url(../fonts/flags/1x1/gl.svg);
}

.fi-gm {
  background-image: url(../fonts/flags/4x3/gm.svg);
}
.fi-gm.fis {
  background-image: url(../fonts/flags/1x1/gm.svg);
}

.fi-gn {
  background-image: url(../fonts/flags/4x3/gn.svg);
}
.fi-gn.fis {
  background-image: url(../fonts/flags/1x1/gn.svg);
}

.fi-gp {
  background-image: url(../fonts/flags/4x3/gp.svg);
}
.fi-gp.fis {
  background-image: url(../fonts/flags/1x1/gp.svg);
}

.fi-gq {
  background-image: url(../fonts/flags/4x3/gq.svg);
}
.fi-gq.fis {
  background-image: url(../fonts/flags/1x1/gq.svg);
}

.fi-gr {
  background-image: url(../fonts/flags/4x3/gr.svg);
}
.fi-gr.fis {
  background-image: url(../fonts/flags/1x1/gr.svg);
}

.fi-gs {
  background-image: url(../fonts/flags/4x3/gs.svg);
}
.fi-gs.fis {
  background-image: url(../fonts/flags/1x1/gs.svg);
}

.fi-gt {
  background-image: url(../fonts/flags/4x3/gt.svg);
}
.fi-gt.fis {
  background-image: url(../fonts/flags/1x1/gt.svg);
}

.fi-gu {
  background-image: url(../fonts/flags/4x3/gu.svg);
}
.fi-gu.fis {
  background-image: url(../fonts/flags/1x1/gu.svg);
}

.fi-gw {
  background-image: url(../fonts/flags/4x3/gw.svg);
}
.fi-gw.fis {
  background-image: url(../fonts/flags/1x1/gw.svg);
}

.fi-gy {
  background-image: url(../fonts/flags/4x3/gy.svg);
}
.fi-gy.fis {
  background-image: url(../fonts/flags/1x1/gy.svg);
}

.fi-hk {
  background-image: url(../fonts/flags/4x3/hk.svg);
}
.fi-hk.fis {
  background-image: url(../fonts/flags/1x1/hk.svg);
}

.fi-hm {
  background-image: url(../fonts/flags/4x3/hm.svg);
}
.fi-hm.fis {
  background-image: url(../fonts/flags/1x1/hm.svg);
}

.fi-hn {
  background-image: url(../fonts/flags/4x3/hn.svg);
}
.fi-hn.fis {
  background-image: url(../fonts/flags/1x1/hn.svg);
}

.fi-hr {
  background-image: url(../fonts/flags/4x3/hr.svg);
}
.fi-hr.fis {
  background-image: url(../fonts/flags/1x1/hr.svg);
}

.fi-ht {
  background-image: url(../fonts/flags/4x3/ht.svg);
}
.fi-ht.fis {
  background-image: url(../fonts/flags/1x1/ht.svg);
}

.fi-hu {
  background-image: url(../fonts/flags/4x3/hu.svg);
}
.fi-hu.fis {
  background-image: url(../fonts/flags/1x1/hu.svg);
}

.fi-id {
  background-image: url(../fonts/flags/4x3/id.svg);
}
.fi-id.fis {
  background-image: url(../fonts/flags/1x1/id.svg);
}

.fi-ie {
  background-image: url(../fonts/flags/4x3/ie.svg);
}
.fi-ie.fis {
  background-image: url(../fonts/flags/1x1/ie.svg);
}

.fi-il {
  background-image: url(../fonts/flags/4x3/il.svg);
}
.fi-il.fis {
  background-image: url(../fonts/flags/1x1/il.svg);
}

.fi-im {
  background-image: url(../fonts/flags/4x3/im.svg);
}
.fi-im.fis {
  background-image: url(../fonts/flags/1x1/im.svg);
}

.fi-in {
  background-image: url(../fonts/flags/4x3/in.svg);
}
.fi-in.fis {
  background-image: url(../fonts/flags/1x1/in.svg);
}

.fi-io {
  background-image: url(../fonts/flags/4x3/io.svg);
}
.fi-io.fis {
  background-image: url(../fonts/flags/1x1/io.svg);
}

.fi-iq {
  background-image: url(../fonts/flags/4x3/iq.svg);
}
.fi-iq.fis {
  background-image: url(../fonts/flags/1x1/iq.svg);
}

.fi-ir {
  background-image: url(../fonts/flags/4x3/ir.svg);
}
.fi-ir.fis {
  background-image: url(../fonts/flags/1x1/ir.svg);
}

.fi-is {
  background-image: url(../fonts/flags/4x3/is.svg);
}
.fi-is.fis {
  background-image: url(../fonts/flags/1x1/is.svg);
}

.fi-it {
  background-image: url(../fonts/flags/4x3/it.svg);
}
.fi-it.fis {
  background-image: url(../fonts/flags/1x1/it.svg);
}

.fi-je {
  background-image: url(../fonts/flags/4x3/je.svg);
}
.fi-je.fis {
  background-image: url(../fonts/flags/1x1/je.svg);
}

.fi-jm {
  background-image: url(../fonts/flags/4x3/jm.svg);
}
.fi-jm.fis {
  background-image: url(../fonts/flags/1x1/jm.svg);
}

.fi-jo {
  background-image: url(../fonts/flags/4x3/jo.svg);
}
.fi-jo.fis {
  background-image: url(../fonts/flags/1x1/jo.svg);
}

.fi-jp {
  background-image: url(../fonts/flags/4x3/jp.svg);
}
.fi-jp.fis {
  background-image: url(../fonts/flags/1x1/jp.svg);
}

.fi-ke {
  background-image: url(../fonts/flags/4x3/ke.svg);
}
.fi-ke.fis {
  background-image: url(../fonts/flags/1x1/ke.svg);
}

.fi-kg {
  background-image: url(../fonts/flags/4x3/kg.svg);
}
.fi-kg.fis {
  background-image: url(../fonts/flags/1x1/kg.svg);
}

.fi-kh {
  background-image: url(../fonts/flags/4x3/kh.svg);
}
.fi-kh.fis {
  background-image: url(../fonts/flags/1x1/kh.svg);
}

.fi-ki {
  background-image: url(../fonts/flags/4x3/ki.svg);
}
.fi-ki.fis {
  background-image: url(../fonts/flags/1x1/ki.svg);
}

.fi-km {
  background-image: url(../fonts/flags/4x3/km.svg);
}
.fi-km.fis {
  background-image: url(../fonts/flags/1x1/km.svg);
}

.fi-kn {
  background-image: url(../fonts/flags/4x3/kn.svg);
}
.fi-kn.fis {
  background-image: url(../fonts/flags/1x1/kn.svg);
}

.fi-kp {
  background-image: url(../fonts/flags/4x3/kp.svg);
}
.fi-kp.fis {
  background-image: url(../fonts/flags/1x1/kp.svg);
}

.fi-kr {
  background-image: url(../fonts/flags/4x3/kr.svg);
}
.fi-kr.fis {
  background-image: url(../fonts/flags/1x1/kr.svg);
}

.fi-kw {
  background-image: url(../fonts/flags/4x3/kw.svg);
}
.fi-kw.fis {
  background-image: url(../fonts/flags/1x1/kw.svg);
}

.fi-ky {
  background-image: url(../fonts/flags/4x3/ky.svg);
}
.fi-ky.fis {
  background-image: url(../fonts/flags/1x1/ky.svg);
}

.fi-kz {
  background-image: url(../fonts/flags/4x3/kz.svg);
}
.fi-kz.fis {
  background-image: url(../fonts/flags/1x1/kz.svg);
}

.fi-la {
  background-image: url(../fonts/flags/4x3/la.svg);
}
.fi-la.fis {
  background-image: url(../fonts/flags/1x1/la.svg);
}

.fi-lb {
  background-image: url(../fonts/flags/4x3/lb.svg);
}
.fi-lb.fis {
  background-image: url(../fonts/flags/1x1/lb.svg);
}

.fi-lc {
  background-image: url(../fonts/flags/4x3/lc.svg);
}
.fi-lc.fis {
  background-image: url(../fonts/flags/1x1/lc.svg);
}

.fi-li {
  background-image: url(../fonts/flags/4x3/li.svg);
}
.fi-li.fis {
  background-image: url(../fonts/flags/1x1/li.svg);
}

.fi-lk {
  background-image: url(../fonts/flags/4x3/lk.svg);
}
.fi-lk.fis {
  background-image: url(../fonts/flags/1x1/lk.svg);
}

.fi-lr {
  background-image: url(../fonts/flags/4x3/lr.svg);
}
.fi-lr.fis {
  background-image: url(../fonts/flags/1x1/lr.svg);
}

.fi-ls {
  background-image: url(../fonts/flags/4x3/ls.svg);
}
.fi-ls.fis {
  background-image: url(../fonts/flags/1x1/ls.svg);
}

.fi-lt {
  background-image: url(../fonts/flags/4x3/lt.svg);
}
.fi-lt.fis {
  background-image: url(../fonts/flags/1x1/lt.svg);
}

.fi-lu {
  background-image: url(../fonts/flags/4x3/lu.svg);
}
.fi-lu.fis {
  background-image: url(../fonts/flags/1x1/lu.svg);
}

.fi-lv {
  background-image: url(../fonts/flags/4x3/lv.svg);
}
.fi-lv.fis {
  background-image: url(../fonts/flags/1x1/lv.svg);
}

.fi-ly {
  background-image: url(../fonts/flags/4x3/ly.svg);
}
.fi-ly.fis {
  background-image: url(../fonts/flags/1x1/ly.svg);
}

.fi-ma {
  background-image: url(../fonts/flags/4x3/ma.svg);
}
.fi-ma.fis {
  background-image: url(../fonts/flags/1x1/ma.svg);
}

.fi-mc {
  background-image: url(../fonts/flags/4x3/mc.svg);
}
.fi-mc.fis {
  background-image: url(../fonts/flags/1x1/mc.svg);
}

.fi-md {
  background-image: url(../fonts/flags/4x3/md.svg);
}
.fi-md.fis {
  background-image: url(../fonts/flags/1x1/md.svg);
}

.fi-me {
  background-image: url(../fonts/flags/4x3/me.svg);
}
.fi-me.fis {
  background-image: url(../fonts/flags/1x1/me.svg);
}

.fi-mf {
  background-image: url(../fonts/flags/4x3/mf.svg);
}
.fi-mf.fis {
  background-image: url(../fonts/flags/1x1/mf.svg);
}

.fi-mg {
  background-image: url(../fonts/flags/4x3/mg.svg);
}
.fi-mg.fis {
  background-image: url(../fonts/flags/1x1/mg.svg);
}

.fi-mh {
  background-image: url(../fonts/flags/4x3/mh.svg);
}
.fi-mh.fis {
  background-image: url(../fonts/flags/1x1/mh.svg);
}

.fi-mk {
  background-image: url(../fonts/flags/4x3/mk.svg);
}
.fi-mk.fis {
  background-image: url(../fonts/flags/1x1/mk.svg);
}

.fi-ml {
  background-image: url(../fonts/flags/4x3/ml.svg);
}
.fi-ml.fis {
  background-image: url(../fonts/flags/1x1/ml.svg);
}

.fi-mm {
  background-image: url(../fonts/flags/4x3/mm.svg);
}
.fi-mm.fis {
  background-image: url(../fonts/flags/1x1/mm.svg);
}

.fi-mn {
  background-image: url(../fonts/flags/4x3/mn.svg);
}
.fi-mn.fis {
  background-image: url(../fonts/flags/1x1/mn.svg);
}

.fi-mo {
  background-image: url(../fonts/flags/4x3/mo.svg);
}
.fi-mo.fis {
  background-image: url(../fonts/flags/1x1/mo.svg);
}

.fi-mp {
  background-image: url(../fonts/flags/4x3/mp.svg);
}
.fi-mp.fis {
  background-image: url(../fonts/flags/1x1/mp.svg);
}

.fi-mq {
  background-image: url(../fonts/flags/4x3/mq.svg);
}
.fi-mq.fis {
  background-image: url(../fonts/flags/1x1/mq.svg);
}

.fi-mr {
  background-image: url(../fonts/flags/4x3/mr.svg);
}
.fi-mr.fis {
  background-image: url(../fonts/flags/1x1/mr.svg);
}

.fi-ms {
  background-image: url(../fonts/flags/4x3/ms.svg);
}
.fi-ms.fis {
  background-image: url(../fonts/flags/1x1/ms.svg);
}

.fi-mt {
  background-image: url(../fonts/flags/4x3/mt.svg);
}
.fi-mt.fis {
  background-image: url(../fonts/flags/1x1/mt.svg);
}

.fi-mu {
  background-image: url(../fonts/flags/4x3/mu.svg);
}
.fi-mu.fis {
  background-image: url(../fonts/flags/1x1/mu.svg);
}

.fi-mv {
  background-image: url(../fonts/flags/4x3/mv.svg);
}
.fi-mv.fis {
  background-image: url(../fonts/flags/1x1/mv.svg);
}

.fi-mw {
  background-image: url(../fonts/flags/4x3/mw.svg);
}
.fi-mw.fis {
  background-image: url(../fonts/flags/1x1/mw.svg);
}

.fi-mx {
  background-image: url(../fonts/flags/4x3/mx.svg);
}
.fi-mx.fis {
  background-image: url(../fonts/flags/1x1/mx.svg);
}

.fi-my {
  background-image: url(../fonts/flags/4x3/my.svg);
}
.fi-my.fis {
  background-image: url(../fonts/flags/1x1/my.svg);
}

.fi-mz {
  background-image: url(../fonts/flags/4x3/mz.svg);
}
.fi-mz.fis {
  background-image: url(../fonts/flags/1x1/mz.svg);
}

.fi-na {
  background-image: url(../fonts/flags/4x3/na.svg);
}
.fi-na.fis {
  background-image: url(../fonts/flags/1x1/na.svg);
}

.fi-nc {
  background-image: url(../fonts/flags/4x3/nc.svg);
}
.fi-nc.fis {
  background-image: url(../fonts/flags/1x1/nc.svg);
}

.fi-ne {
  background-image: url(../fonts/flags/4x3/ne.svg);
}
.fi-ne.fis {
  background-image: url(../fonts/flags/1x1/ne.svg);
}

.fi-nf {
  background-image: url(../fonts/flags/4x3/nf.svg);
}
.fi-nf.fis {
  background-image: url(../fonts/flags/1x1/nf.svg);
}

.fi-ng {
  background-image: url(../fonts/flags/4x3/ng.svg);
}
.fi-ng.fis {
  background-image: url(../fonts/flags/1x1/ng.svg);
}

.fi-ni {
  background-image: url(../fonts/flags/4x3/ni.svg);
}
.fi-ni.fis {
  background-image: url(../fonts/flags/1x1/ni.svg);
}

.fi-nl {
  background-image: url(../fonts/flags/4x3/nl.svg);
}
.fi-nl.fis {
  background-image: url(../fonts/flags/1x1/nl.svg);
}

.fi-no {
  background-image: url(../fonts/flags/4x3/no.svg);
}
.fi-no.fis {
  background-image: url(../fonts/flags/1x1/no.svg);
}

.fi-np {
  background-image: url(../fonts/flags/4x3/np.svg);
}
.fi-np.fis {
  background-image: url(../fonts/flags/1x1/np.svg);
}

.fi-nr {
  background-image: url(../fonts/flags/4x3/nr.svg);
}
.fi-nr.fis {
  background-image: url(../fonts/flags/1x1/nr.svg);
}

.fi-nu {
  background-image: url(../fonts/flags/4x3/nu.svg);
}
.fi-nu.fis {
  background-image: url(../fonts/flags/1x1/nu.svg);
}

.fi-nz {
  background-image: url(../fonts/flags/4x3/nz.svg);
}
.fi-nz.fis {
  background-image: url(../fonts/flags/1x1/nz.svg);
}

.fi-om {
  background-image: url(../fonts/flags/4x3/om.svg);
}
.fi-om.fis {
  background-image: url(../fonts/flags/1x1/om.svg);
}

.fi-pa {
  background-image: url(../fonts/flags/4x3/pa.svg);
}
.fi-pa.fis {
  background-image: url(../fonts/flags/1x1/pa.svg);
}

.fi-pe {
  background-image: url(../fonts/flags/4x3/pe.svg);
}
.fi-pe.fis {
  background-image: url(../fonts/flags/1x1/pe.svg);
}

.fi-pf {
  background-image: url(../fonts/flags/4x3/pf.svg);
}
.fi-pf.fis {
  background-image: url(../fonts/flags/1x1/pf.svg);
}

.fi-pg {
  background-image: url(../fonts/flags/4x3/pg.svg);
}
.fi-pg.fis {
  background-image: url(../fonts/flags/1x1/pg.svg);
}

.fi-ph {
  background-image: url(../fonts/flags/4x3/ph.svg);
}
.fi-ph.fis {
  background-image: url(../fonts/flags/1x1/ph.svg);
}

.fi-pk {
  background-image: url(../fonts/flags/4x3/pk.svg);
}
.fi-pk.fis {
  background-image: url(../fonts/flags/1x1/pk.svg);
}

.fi-pl {
  background-image: url(../fonts/flags/4x3/pl.svg);
}
.fi-pl.fis {
  background-image: url(../fonts/flags/1x1/pl.svg);
}

.fi-pm {
  background-image: url(../fonts/flags/4x3/pm.svg);
}
.fi-pm.fis {
  background-image: url(../fonts/flags/1x1/pm.svg);
}

.fi-pn {
  background-image: url(../fonts/flags/4x3/pn.svg);
}
.fi-pn.fis {
  background-image: url(../fonts/flags/1x1/pn.svg);
}

.fi-pr {
  background-image: url(../fonts/flags/4x3/pr.svg);
}
.fi-pr.fis {
  background-image: url(../fonts/flags/1x1/pr.svg);
}

.fi-ps {
  background-image: url(../fonts/flags/4x3/ps.svg);
}
.fi-ps.fis {
  background-image: url(../fonts/flags/1x1/ps.svg);
}

.fi-pt {
  background-image: url(../fonts/flags/4x3/pt.svg);
}
.fi-pt.fis {
  background-image: url(../fonts/flags/1x1/pt.svg);
}

.fi-pw {
  background-image: url(../fonts/flags/4x3/pw.svg);
}
.fi-pw.fis {
  background-image: url(../fonts/flags/1x1/pw.svg);
}

.fi-py {
  background-image: url(../fonts/flags/4x3/py.svg);
}
.fi-py.fis {
  background-image: url(../fonts/flags/1x1/py.svg);
}

.fi-qa {
  background-image: url(../fonts/flags/4x3/qa.svg);
}
.fi-qa.fis {
  background-image: url(../fonts/flags/1x1/qa.svg);
}

.fi-re {
  background-image: url(../fonts/flags/4x3/re.svg);
}
.fi-re.fis {
  background-image: url(../fonts/flags/1x1/re.svg);
}

.fi-ro {
  background-image: url(../fonts/flags/4x3/ro.svg);
}
.fi-ro.fis {
  background-image: url(../fonts/flags/1x1/ro.svg);
}

.fi-rs {
  background-image: url(../fonts/flags/4x3/rs.svg);
}
.fi-rs.fis {
  background-image: url(../fonts/flags/1x1/rs.svg);
}

.fi-ru {
  background-image: url(../fonts/flags/4x3/ru.svg);
}
.fi-ru.fis {
  background-image: url(../fonts/flags/1x1/ru.svg);
}

.fi-rw {
  background-image: url(../fonts/flags/4x3/rw.svg);
}
.fi-rw.fis {
  background-image: url(../fonts/flags/1x1/rw.svg);
}

.fi-sa {
  background-image: url(../fonts/flags/4x3/sa.svg);
}
.fi-sa.fis {
  background-image: url(../fonts/flags/1x1/sa.svg);
}

.fi-sb {
  background-image: url(../fonts/flags/4x3/sb.svg);
}
.fi-sb.fis {
  background-image: url(../fonts/flags/1x1/sb.svg);
}

.fi-sc {
  background-image: url(../fonts/flags/4x3/sc.svg);
}
.fi-sc.fis {
  background-image: url(../fonts/flags/1x1/sc.svg);
}

.fi-sd {
  background-image: url(../fonts/flags/4x3/sd.svg);
}
.fi-sd.fis {
  background-image: url(../fonts/flags/1x1/sd.svg);
}

.fi-se {
  background-image: url(../fonts/flags/4x3/se.svg);
}
.fi-se.fis {
  background-image: url(../fonts/flags/1x1/se.svg);
}

.fi-sg {
  background-image: url(../fonts/flags/4x3/sg.svg);
}
.fi-sg.fis {
  background-image: url(../fonts/flags/1x1/sg.svg);
}

.fi-sh {
  background-image: url(../fonts/flags/4x3/sh.svg);
}
.fi-sh.fis {
  background-image: url(../fonts/flags/1x1/sh.svg);
}

.fi-si {
  background-image: url(../fonts/flags/4x3/si.svg);
}
.fi-si.fis {
  background-image: url(../fonts/flags/1x1/si.svg);
}

.fi-sj {
  background-image: url(../fonts/flags/4x3/sj.svg);
}
.fi-sj.fis {
  background-image: url(../fonts/flags/1x1/sj.svg);
}

.fi-sk {
  background-image: url(../fonts/flags/4x3/sk.svg);
}
.fi-sk.fis {
  background-image: url(../fonts/flags/1x1/sk.svg);
}

.fi-sl {
  background-image: url(../fonts/flags/4x3/sl.svg);
}
.fi-sl.fis {
  background-image: url(../fonts/flags/1x1/sl.svg);
}

.fi-sm {
  background-image: url(../fonts/flags/4x3/sm.svg);
}
.fi-sm.fis {
  background-image: url(../fonts/flags/1x1/sm.svg);
}

.fi-sn {
  background-image: url(../fonts/flags/4x3/sn.svg);
}
.fi-sn.fis {
  background-image: url(../fonts/flags/1x1/sn.svg);
}

.fi-so {
  background-image: url(../fonts/flags/4x3/so.svg);
}
.fi-so.fis {
  background-image: url(../fonts/flags/1x1/so.svg);
}

.fi-sr {
  background-image: url(../fonts/flags/4x3/sr.svg);
}
.fi-sr.fis {
  background-image: url(../fonts/flags/1x1/sr.svg);
}

.fi-ss {
  background-image: url(../fonts/flags/4x3/ss.svg);
}
.fi-ss.fis {
  background-image: url(../fonts/flags/1x1/ss.svg);
}

.fi-st {
  background-image: url(../fonts/flags/4x3/st.svg);
}
.fi-st.fis {
  background-image: url(../fonts/flags/1x1/st.svg);
}

.fi-sv {
  background-image: url(../fonts/flags/4x3/sv.svg);
}
.fi-sv.fis {
  background-image: url(../fonts/flags/1x1/sv.svg);
}

.fi-sx {
  background-image: url(../fonts/flags/4x3/sx.svg);
}
.fi-sx.fis {
  background-image: url(../fonts/flags/1x1/sx.svg);
}

.fi-sy {
  background-image: url(../fonts/flags/4x3/sy.svg);
}
.fi-sy.fis {
  background-image: url(../fonts/flags/1x1/sy.svg);
}

.fi-sz {
  background-image: url(../fonts/flags/4x3/sz.svg);
}
.fi-sz.fis {
  background-image: url(../fonts/flags/1x1/sz.svg);
}

.fi-tc {
  background-image: url(../fonts/flags/4x3/tc.svg);
}
.fi-tc.fis {
  background-image: url(../fonts/flags/1x1/tc.svg);
}

.fi-td {
  background-image: url(../fonts/flags/4x3/td.svg);
}
.fi-td.fis {
  background-image: url(../fonts/flags/1x1/td.svg);
}

.fi-tf {
  background-image: url(../fonts/flags/4x3/tf.svg);
}
.fi-tf.fis {
  background-image: url(../fonts/flags/1x1/tf.svg);
}

.fi-tg {
  background-image: url(../fonts/flags/4x3/tg.svg);
}
.fi-tg.fis {
  background-image: url(../fonts/flags/1x1/tg.svg);
}

.fi-th {
  background-image: url(../fonts/flags/4x3/th.svg);
}
.fi-th.fis {
  background-image: url(../fonts/flags/1x1/th.svg);
}

.fi-tj {
  background-image: url(../fonts/flags/4x3/tj.svg);
}
.fi-tj.fis {
  background-image: url(../fonts/flags/1x1/tj.svg);
}

.fi-tk {
  background-image: url(../fonts/flags/4x3/tk.svg);
}
.fi-tk.fis {
  background-image: url(../fonts/flags/1x1/tk.svg);
}

.fi-tl {
  background-image: url(../fonts/flags/4x3/tl.svg);
}
.fi-tl.fis {
  background-image: url(../fonts/flags/1x1/tl.svg);
}

.fi-tm {
  background-image: url(../fonts/flags/4x3/tm.svg);
}
.fi-tm.fis {
  background-image: url(../fonts/flags/1x1/tm.svg);
}

.fi-tn {
  background-image: url(../fonts/flags/4x3/tn.svg);
}
.fi-tn.fis {
  background-image: url(../fonts/flags/1x1/tn.svg);
}

.fi-to {
  background-image: url(../fonts/flags/4x3/to.svg);
}
.fi-to.fis {
  background-image: url(../fonts/flags/1x1/to.svg);
}

.fi-tr {
  background-image: url(../fonts/flags/4x3/tr.svg);
}
.fi-tr.fis {
  background-image: url(../fonts/flags/1x1/tr.svg);
}

.fi-tt {
  background-image: url(../fonts/flags/4x3/tt.svg);
}
.fi-tt.fis {
  background-image: url(../fonts/flags/1x1/tt.svg);
}

.fi-tv {
  background-image: url(../fonts/flags/4x3/tv.svg);
}
.fi-tv.fis {
  background-image: url(../fonts/flags/1x1/tv.svg);
}

.fi-tw {
  background-image: url(../fonts/flags/4x3/tw.svg);
}
.fi-tw.fis {
  background-image: url(../fonts/flags/1x1/tw.svg);
}

.fi-tz {
  background-image: url(../fonts/flags/4x3/tz.svg);
}
.fi-tz.fis {
  background-image: url(../fonts/flags/1x1/tz.svg);
}

.fi-ua {
  background-image: url(../fonts/flags/4x3/ua.svg);
}
.fi-ua.fis {
  background-image: url(../fonts/flags/1x1/ua.svg);
}

.fi-ug {
  background-image: url(../fonts/flags/4x3/ug.svg);
}
.fi-ug.fis {
  background-image: url(../fonts/flags/1x1/ug.svg);
}

.fi-um {
  background-image: url(../fonts/flags/4x3/um.svg);
}
.fi-um.fis {
  background-image: url(../fonts/flags/1x1/um.svg);
}

.fi-us {
  background-image: url(../fonts/flags/4x3/us.svg);
}
.fi-us.fis {
  background-image: url(../fonts/flags/1x1/us.svg);
}

.fi-uy {
  background-image: url(../fonts/flags/4x3/uy.svg);
}
.fi-uy.fis {
  background-image: url(../fonts/flags/1x1/uy.svg);
}

.fi-uz {
  background-image: url(../fonts/flags/4x3/uz.svg);
}
.fi-uz.fis {
  background-image: url(../fonts/flags/1x1/uz.svg);
}

.fi-va {
  background-image: url(../fonts/flags/4x3/va.svg);
}
.fi-va.fis {
  background-image: url(../fonts/flags/1x1/va.svg);
}

.fi-vc {
  background-image: url(../fonts/flags/4x3/vc.svg);
}
.fi-vc.fis {
  background-image: url(../fonts/flags/1x1/vc.svg);
}

.fi-ve {
  background-image: url(../fonts/flags/4x3/ve.svg);
}
.fi-ve.fis {
  background-image: url(../fonts/flags/1x1/ve.svg);
}

.fi-vg {
  background-image: url(../fonts/flags/4x3/vg.svg);
}
.fi-vg.fis {
  background-image: url(../fonts/flags/1x1/vg.svg);
}

.fi-vi {
  background-image: url(../fonts/flags/4x3/vi.svg);
}
.fi-vi.fis {
  background-image: url(../fonts/flags/1x1/vi.svg);
}

.fi-vn {
  background-image: url(../fonts/flags/4x3/vn.svg);
}
.fi-vn.fis {
  background-image: url(../fonts/flags/1x1/vn.svg);
}

.fi-vu {
  background-image: url(../fonts/flags/4x3/vu.svg);
}
.fi-vu.fis {
  background-image: url(../fonts/flags/1x1/vu.svg);
}

.fi-wf {
  background-image: url(../fonts/flags/4x3/wf.svg);
}
.fi-wf.fis {
  background-image: url(../fonts/flags/1x1/wf.svg);
}

.fi-ws {
  background-image: url(../fonts/flags/4x3/ws.svg);
}
.fi-ws.fis {
  background-image: url(../fonts/flags/1x1/ws.svg);
}

.fi-ye {
  background-image: url(../fonts/flags/4x3/ye.svg);
}
.fi-ye.fis {
  background-image: url(../fonts/flags/1x1/ye.svg);
}

.fi-yt {
  background-image: url(../fonts/flags/4x3/yt.svg);
}
.fi-yt.fis {
  background-image: url(../fonts/flags/1x1/yt.svg);
}

.fi-za {
  background-image: url(../fonts/flags/4x3/za.svg);
}
.fi-za.fis {
  background-image: url(../fonts/flags/1x1/za.svg);
}

.fi-zm {
  background-image: url(../fonts/flags/4x3/zm.svg);
}
.fi-zm.fis {
  background-image: url(../fonts/flags/1x1/zm.svg);
}

.fi-zw {
  background-image: url(../fonts/flags/4x3/zw.svg);
}
.fi-zw.fis {
  background-image: url(../fonts/flags/1x1/zw.svg);
}

.fi-arab {
  background-image: url(../fonts/flags/4x3/arab.svg);
}
.fi-arab.fis {
  background-image: url(../fonts/flags/1x1/arab.svg);
}

.fi-cefta {
  background-image: url(../fonts/flags/4x3/cefta.svg);
}
.fi-cefta.fis {
  background-image: url(../fonts/flags/1x1/cefta.svg);
}

.fi-cp {
  background-image: url(../fonts/flags/4x3/cp.svg);
}
.fi-cp.fis {
  background-image: url(../fonts/flags/1x1/cp.svg);
}

.fi-dg {
  background-image: url(../fonts/flags/4x3/dg.svg);
}
.fi-dg.fis {
  background-image: url(../fonts/flags/1x1/dg.svg);
}

.fi-eac {
  background-image: url(../fonts/flags/4x3/eac.svg);
}
.fi-eac.fis {
  background-image: url(../fonts/flags/1x1/eac.svg);
}

.fi-es-ct {
  background-image: url(../fonts/flags/4x3/es-ct.svg);
}
.fi-es-ct.fis {
  background-image: url(../fonts/flags/1x1/es-ct.svg);
}

.fi-es-ga {
  background-image: url(../fonts/flags/4x3/es-ga.svg);
}
.fi-es-ga.fis {
  background-image: url(../fonts/flags/1x1/es-ga.svg);
}

.fi-es-pv {
  background-image: url(../fonts/flags/4x3/es-pv.svg);
}
.fi-es-pv.fis {
  background-image: url(../fonts/flags/1x1/es-pv.svg);
}

.fi-eu {
  background-image: url(../fonts/flags/4x3/eu.svg);
}
.fi-eu.fis {
  background-image: url(../fonts/flags/1x1/eu.svg);
}

.fi-gb-eng {
  background-image: url(../fonts/flags/4x3/gb-eng.svg);
}
.fi-gb-eng.fis {
  background-image: url(../fonts/flags/1x1/gb-eng.svg);
}

.fi-gb-nir {
  background-image: url(../fonts/flags/4x3/gb-nir.svg);
}
.fi-gb-nir.fis {
  background-image: url(../fonts/flags/1x1/gb-nir.svg);
}

.fi-gb-sct {
  background-image: url(../fonts/flags/4x3/gb-sct.svg);
}
.fi-gb-sct.fis {
  background-image: url(../fonts/flags/1x1/gb-sct.svg);
}

.fi-gb-wls {
  background-image: url(../fonts/flags/4x3/gb-wls.svg);
}
.fi-gb-wls.fis {
  background-image: url(../fonts/flags/1x1/gb-wls.svg);
}

.fi-ic {
  background-image: url(../fonts/flags/4x3/ic.svg);
}
.fi-ic.fis {
  background-image: url(../fonts/flags/1x1/ic.svg);
}

.fi-pc {
  background-image: url(../fonts/flags/4x3/pc.svg);
}
.fi-pc.fis {
  background-image: url(../fonts/flags/1x1/pc.svg);
}

.fi-sh-ac {
  background-image: url(../fonts/flags/4x3/sh-ac.svg);
}
.fi-sh-ac.fis {
  background-image: url(../fonts/flags/1x1/sh-ac.svg);
}

.fi-sh-hl {
  background-image: url(../fonts/flags/4x3/sh-hl.svg);
}
.fi-sh-hl.fis {
  background-image: url(../fonts/flags/1x1/sh-hl.svg);
}

.fi-sh-ta {
  background-image: url(../fonts/flags/4x3/sh-ta.svg);
}
.fi-sh-ta.fis {
  background-image: url(../fonts/flags/1x1/sh-ta.svg);
}

.fi-un {
  background-image: url(../fonts/flags/4x3/un.svg);
}
.fi-un.fis {
  background-image: url(../fonts/flags/1x1/un.svg);
}

.fi-xk {
  background-image: url(../fonts/flags/4x3/xk.svg);
}
.fi-xk.fis {
  background-image: url(../fonts/flags/1x1/xk.svg);
}

.notify {
  position: fixed;
  top: 0;
}

.price {
  color: #222;
}
.price .strike-through {
  -webkit-text-decoration: line-through;
  text-decoration: line-through;
  color: #999;
  margin-right: 0.938rem;
}
.price .starting,
.price .range,
.price .sales {
  font-weight: bold;
}
.price .tiered {
  color: #222;
}
.price .tiered table {
  border-top: 1px solid #ccc;
  margin: 0 auto;
}
.price .tiered table tr:nth-child(odd) {
  background-color: #eee;
}
.price .tiered td,
.price .tiered span.price {
  font-size: 0.875rem;
  font-weight: bold;
}
.price .tiered td {
  padding: 0.313rem;
}
.price .tiered td.quantity {
  font-weight: normal;
  text-align: right;
}
.price .tiered td.value {
  text-align: left;
}
.price .tiered .table-header {
  font-size: 1.125rem;
  padding: 0.313rem;
}
.price .tiered .column-header {
  font-size: 1rem;
  padding: 0.313rem;
  font-weight: normal;
}
.price .tiered .column-header.quantity {
  text-align: right;
}

.form-nav .nav-tabs .nav-link {
  color: #333;
}

.nav-tabs .nav-link.active {
  background-color: transparent;
}

.form-nav .nav-tabs .nav-link.active,
.form-nav .nav-tabs .nav-link.active:focus,
.form-nav .nav-tabs .nav-link.active:hover {
  background-color: #fff;
  color: #333;
}

@media (min-width: 1025px) {
  .form-nav .nav-item > .nav-link {
    color: #333;
  }
}
.container .breadcrumb {
  border-radius: 0;
  border-bottom: 1px solid #ccc;
}

html {
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

body {
  font-family: "AdFont", sans-serif;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  color: rgb(0, 0, 0);
  font-weight: 400;
  overflow-y: auto;
  /* W3C Working Draft */
  scrollbar-color: rgb(158, 158, 158) transparent; /* stylelint-disable-line property-no-unknown */
  /* Internet Explorer */
  scrollbar-face-color: rgb(158, 158, 158);
  scrollbar-track-color: transparent;
  /* Firefox */
  scrollbar-width: thin;
  margin: 0;
  background-color: rgb(255, 255, 255);
}
body::-webkit-scrollbar-thumb {
  background-color: rgb(158, 158, 158);
  border-radius: 1.5px;
}
body::-webkit-scrollbar-track {
  background-color: transparent;
}
body::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}
body::-webkit-scrollbar:horizontal {
  width: 1px;
  height: 1px;
}
body::-webkit-scrollbar-thumb:horizontal {
  background-color: rgb(0, 0, 0);
  border-radius: 1.5px;
}
body::-webkit-scrollbar-track:horizontal {
  background-color: rgb(245, 245, 245);
}
@supports (scrollbar-width: auto) {
  body {
    scrollbar-color: auto; /* Chrome +121 */
  }
}
@supports (scrollbar-width: auto) {
  body {
    scrollbar-width: auto; /* Chrome +121 */
  }
}

img {
  max-width: 100%;
}

button:focus {
  outline: none;
  box-shadow: none;
}

svg {
  fill: currentColor;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "AdFont", sans-serif;
}

.sprite-icons {
  display: none;
}

.lazyload,
.lazyloading {
  opacity: 0;
}

.lazyloaded {
  opacity: 1;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

/*
 * https://allyjs.io/tutorials/hiding-elements.html#2017-edition-of-visuallyhidden
 */
.visually-hidden:not(:focus):not(:active) {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  white-space: nowrap;
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(100%);
          clip-path: inset(100%);
}

.transition-opacity {
  opacity: 1;
  transition: opacity 0.35s ease-in-out;
}
.transition-opacity:hover {
  opacity: 0.7;
  transition: opacity 0.35s ease-in-out;
}
.transition-opacity--hidden, .transition-opacity.is-hidden {
  opacity: 0;
  transition: opacity 0.55s ease-in-out;
}

.transition-scrolling-text {
  overflow: hidden;
  white-space: nowrap;
}
.transition-scrolling-text__inner {
  position: relative;
  display: table;
  transform: translate3d(-25%, 0, 0) translate3d(20vw, 0, 0);
  transition: transform 0.35s ease-in-out;
  animation: marquee 5s linear infinite;
}
@media (min-width: 1025px) {
  .transition-scrolling-text__inner {
    animation-duration: 10s;
  }
}
.transition-scrolling-text:hover > * {
  transition: transform 0.35s ease-in-out;
  animation-play-state: paused;
}

@keyframes marquee {
  0% {
    transform: translate3d(-25%, 0, 0) translate3d(20vw, 0, 0);
  }
  100% {
    transform: translate3d(-50%, 0, 0) translate3d(20vw, 0, 0);
  }
}
/* Remote fonts */
@font-face {
  font-weight: 100;
  font-family: "AdFont";
  font-style: normal;
  src: local('AdFont'),  url("../fonts/AdolfoDominguez-Thin.woff2") format("woff2"), url("../fonts/AdolfoDominguez-Thin.woff") format("woff"), url("../fonts/AdolfoDominguez-Thin.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-weight: 300;
  font-family: "AdFont";
  font-style: normal;
  src: local('AdFont'),  url("../fonts/AdolfoDominguez-Light.woff2") format("woff2"), url("../fonts/AdolfoDominguez-Light.woff") format("woff"), url("../fonts/AdolfoDominguez-Light.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-weight: 400;
  font-family: "AdFont";
  font-style: normal;
  src: local('AdFont'),  url("../fonts/AdolfoDominguez-Regular.woff2") format("woff2"), url("../fonts/AdolfoDominguez-Regular.woff") format("woff"), url("../fonts/AdolfoDominguez-Regular.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-weight: 600;
  font-family: "AdFont";
  font-style: normal;
  src: local('AdFont'),  url("../fonts/AdolfoDominguez-SemiBold.woff2") format("woff2"), url("../fonts/AdolfoDominguez-SemiBold.woff") format("woff"), url("../fonts/AdolfoDominguez-SemiBold.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-weight: 700;
  font-family: "AdFont";
  font-style: normal;
  src: local('AdFont'),  url("../fonts/AdolfoDominguez-Bold.woff2") format("woff2"), url("../fonts/AdolfoDominguez-Bold.woff") format("woff"), url("../fonts/AdolfoDominguez-Bold.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-weight: 100;
  font-family: "AdFont-Italic";
  font-style: italic;
  src: local('AdFont-Italic'),  url("../fonts/AdolfoDominguez-ThinItalic.woff2") format("woff2"), url("../fonts/AdolfoDominguez-ThinItalic.woff") format("woff"), url("../fonts/AdolfoDominguez-ThinItalic.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-weight: 300;
  font-family: "AdFont-Italic";
  font-style: italic;
  src: local('AdFont-Italic'),  url("../fonts/AdolfoDominguez-LightItalic.woff2") format("woff2"), url("../fonts/AdolfoDominguez-LightItalic.woff") format("woff"), url("../fonts/AdolfoDominguez-LightItalic.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-weight: 400;
  font-family: "AdFont-Italic";
  font-style: italic;
  src: local('AdFont-Italic'),  url("../fonts/AdolfoDominguez-RegularItalic.woff2") format("woff2"), url("../fonts/AdolfoDominguez-RegularItalic.woff") format("woff"), url("../fonts/AdolfoDominguez-RegularItalic.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-weight: 600;
  font-family: "AdFont-Italic";
  font-style: italic;
  src: local('AdFont-Italic'),  url("../fonts/AdolfoDominguez-SemiBoldItalic.woff2") format("woff2"), url("../fonts/AdolfoDominguez-SemiBoldItalic.woff") format("woff"), url("../fonts/AdolfoDominguez-SemiBoldItalic.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-weight: 700;
  font-family: "AdFont-Italic";
  font-style: italic;
  src: local('AdFont-Italic'),  url("../fonts/AdolfoDominguez-BoldItalic.woff2") format("woff2"), url("../fonts/AdolfoDominguez-BoldItalic.woff") format("woff"), url("../fonts/AdolfoDominguez-BoldItalic.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-weight: 400;
  font-family: "Minion";
  font-style: normal;
  src: local('Minion'),  url("../fonts/MinionPro-Regular.woff2") format("woff2"), url("../fonts/MinionPro-Regular.woff") format("woff"), url("../fonts/MinionPro-Regular.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-weight: 600;
  font-family: "Galiza";
  font-style: normal;
  src: local('Galiza'),  url("../fonts/AdolfoDominguezGaliza-SemiBold.woff2") format("woff2"), url("../fonts/AdolfoDominguezGaliza-SemiBold.woff") format("woff"), url("../fonts/AdolfoDominguezGaliza-SemiBold.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-weight: 700;
  font-family: "Galiza";
  font-style: normal;
  src: local('Galiza'),  url("../fonts/AdolfoDominguezGaliza-Bold.woff2") format("woff2"), url("../fonts/AdolfoDominguezGaliza-Bold.woff") format("woff"), url("../fonts/AdolfoDominguezGaliza-Bold.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-weight: 300;
  font-family: "Galiza";
  font-style: normal;
  src: local('Galiza'),  url("../fonts/AdolfoDominguezGaliza-Light.woff2") format("woff2"), url("../fonts/AdolfoDominguezGaliza-Light.woff") format("woff"), url("../fonts/AdolfoDominguezGaliza-Light.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-weight: 400;
  font-family: "Galiza";
  font-style: normal;
  src: local('Galiza'),  url("../fonts/AdolfoDominguezGaliza-Regular.woff2") format("woff2"), url("../fonts/AdolfoDominguezGaliza-Regular.woff") format("woff"), url("../fonts/AdolfoDominguezGaliza-Regular.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-weight: 100;
  font-family: "Galiza";
  font-style: normal;
  src: local('Galiza'),  url("../fonts/AdolfoDominguezGaliza-Thin.woff2") format("woff2"), url("../fonts/AdolfoDominguezGaliza-Thin.woff") format("woff"), url("../fonts/AdolfoDominguezGaliza-Thin.ttf") format("truetype");
  font-display: swap;
}
.main-menu {
  position: fixed;
  top: 0;
  bottom: 0;
  display: none;
  width: 100%;
  background-color: rgb(255, 255, 255);
}
@media (max-width: 1024px) {
  .main-menu {
    z-index: 1100;
  }
}
@media (min-width: 1025px) {
  .main-menu {
    bottom: inherit;
    padding: 0;
    background-color: transparent;
  }
}
.main-menu.in {
  display: block;
}
.main-menu .close-menu button,
.main-menu .close-button button {
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.main-menu--home {
  background-color: rgb(255, 255, 255);
}
@media (min-width: 1025px) {
  .main-menu--home {
    display: block;
  }
}
.main-menu li > .close-menu {
  position: absolute;
  top: 0;
  cursor: pointer;
}
.main-menu__navbar {
  z-index: 1035;
  display: flex;
  flex-direction: column;
  justify-content: inherit;
  height: 100%;
}
.main-menu .dropdown-toggle {
  position: relative;
}
.main-menu .dropdown-toggle::after {
  display: none;
}

.menu-group {
  flex: 1 1 auto;
  width: 100%;
  height: calc(100% - 50px);
}
@media (min-width: 1025px) {
  .menu-group {
    overflow: inherit;
  }
}

.menu-group-fixed {
  z-index: 1020;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 3.375rem;
  padding: 0 1.5rem;
  font-size: 0.75rem;
}
@media (min-width: 1025px) {
  .menu-group-fixed {
    display: none;
  }
}

.dropdown-third-level {
  display: none;
  padding-left: 1rem;
}
@media (min-width: 1025px) {
  .dropdown-third-level {
    padding-bottom: 2.5rem;
    padding-left: 0;
  }
}
.dropdown-third-level--mobile {
  padding-bottom: 1rem;
  padding-left: 2rem;
}

.dropdown-sublevel {
  font-family: "AdFont", sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.5;
  color: rgb(0, 0, 0);
  font-weight: 600;
  display: none;
  padding-bottom: 1.5rem;
  padding-left: 1rem;
}

.dropdown {
  position: static;
  position: initial;
}
.dropdown--second-level.show .dropdown-third-level--mobile {
  display: block;
}
@media (min-width: 1025px) {
  .dropdown--second-level.show .dropdown-third-level--mobile {
    display: none;
  }
}
.dropdown--sublevel.show .dropdown-sublevel {
  display: block;
}

.dropdown-menu {
  overflow-y: auto;
  /* W3C Working Draft */
  scrollbar-color: rgb(158, 158, 158) transparent; /* stylelint-disable-line property-no-unknown */
  /* Internet Explorer */
  scrollbar-face-color: rgb(158, 158, 158);
  scrollbar-track-color: transparent;
  /* Firefox */
  scrollbar-width: thin;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  display: none;
  min-width: 456px;
  margin: 0;
  padding: 0 1.5rem;
  overflow-y: auto;
  border-style: none;
  border-radius: 0;
  cursor: default;
  transition: transform 0.2s linear;
}
.dropdown-menu::-webkit-scrollbar-thumb {
  background-color: rgb(158, 158, 158);
  border-radius: 1.5px;
}
.dropdown-menu::-webkit-scrollbar-track {
  background-color: transparent;
}
.dropdown-menu::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}
.dropdown-menu::-webkit-scrollbar:horizontal {
  width: 1px;
  height: 1px;
}
.dropdown-menu::-webkit-scrollbar-thumb:horizontal {
  background-color: rgb(0, 0, 0);
  border-radius: 1.5px;
}
.dropdown-menu::-webkit-scrollbar-track:horizontal {
  background-color: rgb(245, 245, 245);
}
@supports (scrollbar-width: auto) {
  .dropdown-menu {
    scrollbar-color: auto; /* Chrome +121 */
  }
}
@supports (scrollbar-width: auto) {
  .dropdown-menu {
    scrollbar-width: auto; /* Chrome +121 */
  }
}
@media (min-width: 1025px) {
  .dropdown-menu {
    top: -4.5rem;
    right: inherit;
    z-index: -2;
    padding: 0 0 0 3rem;
    overflow: inherit;
    box-shadow: none;
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
  }
  .dropdown-menu.show {
    z-index: -1;
    opacity: 1;
  }
  .child-is-opened .dropdown-menu > * {
    opacity: 0;
    transition: opacity 0.35s ease-in-out;
  }
  .child-is-opened .dropdown-menu.show {
    transition: none;
  }
  .child-is-opened .dropdown-menu.show > * {
    opacity: 1;
    transition: opacity 0.35s ease-in-out;
  }
}
.child-is-opened .dropdown-menu {
  display: block;
}
.dropdown-menu__wrapper {
  padding-top: 1.5rem;
}
@media (min-width: 1025px) {
  .dropdown-menu__wrapper {
    position: relative;
    display: flex;
    padding: 1.5rem 0 0;
  }
}
.dropdown-menu__container {
  padding: 0;
  list-style-type: none;
}
@media (min-width: 1025px) {
  .dropdown-menu__container {
    overflow-y: auto;
    /* W3C Working Draft */
    scrollbar-color: rgb(158, 158, 158) transparent; /* stylelint-disable-line property-no-unknown */
    /* Internet Explorer */
    scrollbar-face-color: rgb(158, 158, 158);
    scrollbar-track-color: transparent;
    /* Firefox */
    scrollbar-width: thin;
    display: inline-block;
    flex-grow: 1;
    min-width: 180px;
    padding-right: 2rem;
    padding-bottom: 3rem;
    overflow-y: auto;
  }
  .dropdown-menu__container::-webkit-scrollbar-thumb {
    background-color: rgb(158, 158, 158);
    border-radius: 1.5px;
  }
  .dropdown-menu__container::-webkit-scrollbar-track {
    background-color: transparent;
  }
  .dropdown-menu__container::-webkit-scrollbar {
    width: 3px;
    height: 3px;
  }
  .dropdown-menu__container::-webkit-scrollbar:horizontal {
    width: 1px;
    height: 1px;
  }
  .dropdown-menu__container::-webkit-scrollbar-thumb:horizontal {
    background-color: rgb(0, 0, 0);
    border-radius: 1.5px;
  }
  .dropdown-menu__container::-webkit-scrollbar-track:horizontal {
    background-color: rgb(245, 245, 245);
  }
  @supports (scrollbar-width: auto) {
    .dropdown-menu__container {
      scrollbar-color: auto; /* Chrome +121 */
    }
  }
  @supports (scrollbar-width: auto) {
    .dropdown-menu__container {
      scrollbar-width: auto; /* Chrome +121 */
    }
  }
  .dropdown-menu__container:first-child {
    margin-right: 0.5rem;
    padding-right: 1rem;
  }
}
.dropdown-menu__container--third-level {
  display: none;
}

.dropdown-item {
  padding: 0;
  white-space: inherit;
}
.dropdown-item:hover, .dropdown-item:active, .dropdown-item.active {
  background: none;
}
.dropdown-item:focus {
  background: none;
  outline: 0;
}
.dropdown-item--featured + .dropdown-item--not-featured, .dropdown-item--not-featured + .dropdown-item--featured {
  margin-top: 1rem;
}
.dropdown-item .link {
  font-family: "AdFont", sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.5;
  font-weight: 600;
}
@media (min-width: 1025px) {
  .dropdown-item .link {
    font-size: 1rem;
  }
}
.dropdown-item .link.is-active {
  font-weight: 700;
}

.dropdown-link {
  display: block;
  padding: 0.75rem 0;
  white-space: normal;
  text-transform: uppercase;
}
@media (min-width: 1025px) {
  .dropdown-link {
    padding: 0.5rem 0;
  }
}
.dropdown-link:focus {
  outline: 0;
}
.dropdown-link--small {
  text-transform: none;
}
.dropdown--second-level.is-selected > .dropdown-link {
  font-weight: 700;
}
.dropdown--sublevel.is-selected > .dropdown-link {
  font-weight: 700;
}

.dropdown-link-special-phrase {
  position: relative;
  top: -5px;
  display: inline-block;
  margin-left: 0.125rem;
}
.dropdown-link-special-phrase.tag {
  margin-left: 0;
  padding-top: 0;
  padding-left: 0;
}

.menu-wishlist-link {
  font-family: "AdFont", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.37;
  color: rgb(0, 0, 0);
  font-weight: 600;
  text-transform: uppercase;
}

@keyframes dropdown-in-opacity {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes dropdown-out-opacity {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media (min-width: 1025px) {
  .adn-inverted {
    /* stylelint-disable selector-max-compound-selectors */
  }
  .adn-inverted .menu-group,
  .adn-inverted .dropdown-menu,
  .adn-inverted .dropdown-item,
  .adn-inverted .dropdown-item .link {
    color: rgb(255, 255, 255);
    background-color: rgb(0, 0, 0);
  }
  .adn-inverted .navbar-nav .nav-link:hover,
  .adn-inverted .navbar-nav .nav-link:focus {
    color: rgb(255, 255, 255);
  }
  .adn-inverted .navbar-nav .nav-item.show .nav-link,
  .adn-inverted .navbar-nav .nav-item.is-selected .nav-link {
    color: rgb(255, 255, 255) !important;
    border-color: rgb(255, 255, 255) !important;
  }
}

.page-header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1100;
  background-color: rgb(255, 255, 255);
  transition: background-color, opacity 0.35s linear;
}
.page-header__transparent {
  background-color: transparent;
}
@media (max-width: 767px) {
  .page-header__pdp--transparent {
    background-color: transparent;
  }
}
@media (max-width: 767px) {
  .page-header__pdp--transparent .logo-home {
    opacity: 0;
    pointer-events: none;
  }
}
@media (max-width: 767px) {
  .page-header__pdp--transparent .logo-home--show {
    opacity: 1;
    pointer-events: initial;
  }
}

.header {
  position: relative;
  z-index: 1065;
}
@media (max-width: 767px) {
  .page-header__pdp--transparent .header {
    background-color: transparent;
  }
}
.header.adn-club {
  color: rgb(255, 255, 255);
  background-color: rgb(0, 0, 0);
}
.header.adn-club.inverted {
  color: rgb(0, 0, 0);
  background-color: rgb(255, 255, 255);
}
.header .adn-inverted {
  filter: invert(1);
}
.header .adn-inverted.menu-opened {
  filter: invert(0);
}
@media (max-width: 1024px) {
  .header .adn-minicart-inverted {
    filter: invert(1);
  }
  .header .adn-minicart-inverted.menu-opened {
    filter: invert(0);
  }
}
.header.adn-general {
  background-color: rgb(0, 0, 0);
}

.minicart--disabled {
  pointer-events: none;
}
.minicart .minicart-total {
  position: relative;
  padding: 0;
  line-height: 0;
}
.keyfocus .minicart .minicart-total:focus, .keyfocus .minicart .minicart-total:focus-visible {
  outline: 1px solid rgb(117, 117, 117);
  outline-offset: 0px;
}
.minicart .minicart-link:hover {
  -webkit-text-decoration: none;
  text-decoration: none;
}
.minicart .minicart-quantity {
  position: absolute;
  top: 9px;
  left: 50%;
  display: inline-block;
  font-size: 0.5625rem;
  font-family: sans-serif;
  line-height: 0.5625rem;
  text-align: center;
  transform: translateX(-50%);
}

.navbar-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 3.25rem;
}
@media (min-width: 1025px) {
  .navbar-header {
    height: 4.5rem;
  }
}
.navbar-header__menu, .navbar-header__goback {
  display: inline-flex;
  width: 1.875rem;
  height: 1.875rem;
  margin-right: 1rem;
  padding: 0;
  background-color: transparent;
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 22 22"><path d="M3.001 15h16l-1-1h-15zm0-7.999V8h16l-1-1z" fill="rgb(0, 0, 0)" fill-rule="evenodd"/></svg>');
  background-repeat: no-repeat;
  background-size: 1.875rem;
  border-style: none;
  cursor: pointer;
}
@media (min-width: 375px) {
  .navbar-header__menu, .navbar-header__goback {
    margin-right: auto;
  }
}
@media (min-width: 1025px) {
  .navbar-header__menu, .navbar-header__goback {
    margin-right: 1.5rem;
  }
}
.navbar-header__menu.is-opened, .navbar-header__goback.is-opened {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 22 22"><path d="M12.262 12.968l5.9 5.901.707-.707-6.607-6.608zm5.901-9.836l-7.161 7.161-7.161-7.161-.707.707L10.295 11l-7.161 7.162.707.707L18.87 3.839z" fill="rgb(0, 0, 0)" fill-rule="evenodd"/></svg>');
}
@media (min-width: 1025px) {
  .navbar-header__menu--d-lg-none, .navbar-header__goback--d-lg-none {
    display: none;
  }
}
.navbar-header__logo {
  width: 10.625rem;
  margin: 0 auto 0 0;
}
@media (min-width: 375px) {
  .navbar-header__logo {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0;
    transform: translate(-50%, -50%);
  }
}
@media (min-width: 1025px) {
  .navbar-header__logo {
    position: relative;
    top: inherit;
    left: inherit;
    width: 15.625rem;
    margin-right: 2.5rem;
    transform: translate(0);
  }
  .checkout-page .navbar-header__logo {
    margin: 0 auto 0 0;
  }
}
@media (min-width: 1280px) {
  .navbar-header__logo {
    margin: 0 auto 0 0;
  }
}
.navbar-header__logo img {
  vertical-align: middle;
}
.navbar-header__logo.ad img {
  filter: invert(1);
}
.navbar-header__logo.ad.inverted img {
  filter: invert(0);
}
.navbar-header__right-item {
  display: inline-flex;
  margin-left: 1rem;
}
@media (min-width: 375px) {
  .navbar-header__right-item {
    margin-left: 1.5rem;
  }
}
@media (min-width: 768px) {
  .navbar-header__right-item {
    margin-left: 2rem;
  }
}
@media (min-width: 1025px) {
  .navbar-header__search {
    width: 23%;
    max-width: 15rem;
    margin: 0 auto;
  }
}
@media (min-width: 1280px) {
  .navbar-header__search {
    width: inherit;
  }
}
@media (min-width: 1025px) {
  .navbar-header__account {
    margin-left: 2.5rem;
  }
}
.navbar-header .wishlist-icon,
.navbar-header .search-icon,
.navbar-header .cart-icon,
.navbar-header .minicart-total,
.navbar-header .user-icon {
  width: 1.375rem;
  height: 1.375rem;
}
.navbar-header .menu-icon {
  width: 1.875rem;
  height: 1.875rem;
}
.navbar-header__account, .navbar-header__help, .navbar-header__wishlist {
  display: none;
}
@media (min-width: 1025px) {
  .navbar-header__account, .navbar-header__help, .navbar-header__wishlist {
    display: inline-block;
  }
}
@media (min-width: 1025px) {
  .navbar-header__wishlist-link {
    vertical-align: middle;
  }
}
.navbar-header__help {
  font-family: "AdFont", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
  font-weight: 600;
  text-transform: uppercase;
}
@media (min-width: 1025px) {
  .navbar-header__help {
    font-size: 0.75rem;
  }
}

.navbar-header--nomenu .navbar-header__logo.adn-general img {
  filter: invert(100%);
}
.navbar-header--nomenu .navbar-header__goback {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 22 22" fill="none" ><path fill-rule="evenodd" clip-rule="evenodd" d="M4 11l4.225 4L9 14.267 5.55 11 9 7.733 8.225 7 4 11z" fill="rgb(0, 0, 0)"/><path d="M16 17h1V5h-1v12z" fill="rgb(0, 0, 0)"/><path fill-rule="evenodd" clip-rule="evenodd" d="M5 10.5h8v1H5v-1z" fill="rgb(0, 0, 0)"/></svg>');
}
.navbar-header--nomenu .navbar-header__goback.adn-general {
  background-color: rgb(255, 255, 255);
  filter: invert(100%);
}

.page-header--onlylogo {
  background-color: transparent;
}
.page-header--onlylogo .header,
.page-header--onlylogo .navbar-header {
  background-color: transparent;
}

.user--login .user__link, .user--register .user__link {
  vertical-align: middle;
}

.user-message {
  font-family: "AdFont", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.37;
  color: rgb(0, 0, 0);
  font-weight: 600;
  text-transform: uppercase;
}
@media (min-width: 1025px) {
  .user-message {
    font-family: "AdFont", sans-serif;
    font-size: 0.875rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.5;
    font-weight: 600;
  }
}
@media (min-width: 1025px) and (min-width: 1025px) {
  .user-message {
    font-size: 0.75rem;
  }
}

.header-banner {
  position: relative;
  z-index: 1030;
}
.header-banner .html-slot-container {
  font-family: "AdFont", sans-serif;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  color: rgb(0, 0, 0);
  font-weight: 400;
  position: relative;
  padding-top: 0.3125rem;
  padding-right: calc(1rem + 0.625rem + 1rem);
  padding-bottom: 0.3125rem;
  padding-left: 1rem;
  overflow: hidden;
  color: rgb(255, 255, 255);
  white-space: nowrap;
  text-align: center;
  text-overflow: ellipsis;
  background-color: rgb(0, 0, 0);
}
@media (min-width: 1025px) {
  .header-banner .html-slot-container {
    padding-right: calc(2.5rem + 0.625rem + 2.5rem);
    padding-left: 2.5rem;
  }
}
.header-banner .close {
  opacity: 1;
}
.header-banner .close-button-icon {
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1070;
  width: 0.625rem;
  height: 0.625rem;
  margin-right: 1rem;
  padding: 0;
  background-color: transparent;
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 22 22"><path d="M12.262 12.968l5.9 5.901.707-.707-6.607-6.608zm5.901-9.836l-7.161 7.161-7.161-7.161-.707.707L10.295 11l-7.161 7.162.707.707L18.87 3.839z" fill="rgb(255, 255, 255)" fill-rule="evenodd"/></svg>');
  background-repeat: no-repeat;
  background-size: 0.625rem;
  border-style: none;
  transform: translateY(-50%);
  cursor: pointer;
}
@media (min-width: 1025px) {
  .header-banner .close-button-icon {
    margin-right: 2.5rem;
  }
}
.header-banner.adn-general {
  color: rgb(255, 255, 255);
  background-color: rgb(0, 0, 0);
}

.slide-up {
  transition-timing-function: ease-in;
  transition-duration: 0.5s;
}
.slide-up.hide {
  max-height: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}

.dropdown-country-selector {
  margin-top: -0.0625em;
}

.cookie-warning-messaging.cookie-warning {
  position: fixed;
  bottom: 0;
  z-index: 1030;
  display: none;
  width: 100%;
  background-color: rgb(255, 255, 255);
  opacity: 0.9;
}

.valid-cookie-warning {
  font-family: "AdFont", sans-serif;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  color: rgb(0, 0, 0);
  font-weight: 400;
  margin: 0;
  padding: 1.5rem 1rem;
  background-color: rgb(255, 255, 255);
  border: 0;
  border-radius: 0;
}
@media (min-width: 768px) {
  .valid-cookie-warning {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 90%;
    margin: 1.5rem auto;
    padding: 0;
  }
}
@media (min-width: 1440px) {
  .valid-cookie-warning {
    width: 80%;
    max-width: 1500px;
  }
}
.valid-cookie-warning .tracking-modal-header {
  padding: 0 0 1rem;
}
.valid-cookie-warning .consent-tracking-body {
  text-align: justify;
}
.valid-cookie-warning .alert-warning-text {
  margin: 0;
}
@media (min-width: 768px) {
  .valid-cookie-warning .alert-warning-text {
    width: 80%;
    padding-right: 2rem;
  }
}
.valid-cookie-warning .btn-container {
  display: flex;
  justify-content: flex-end;
}
.valid-cookie-warning .btn {
  width: 190px;
  margin-top: 1.5rem;
}
@media (min-width: 768px) {
  .valid-cookie-warning .btn {
    margin-top: 0;
  }
}
.valid-cookie-warning p {
  margin-top: 0;
  margin-bottom: 0.2em;
}
@media (min-width: 768px) {
  .valid-cookie-warning p {
    padding-right: 2em;
  }
}
.valid-cookie-warning p:last-child {
  margin: 0;
}

/*
 * Colors: Base
\* -------------------------------------------------------------------------- */
/*
 * Colors: System color
\* -------------------------------------------------------------------------- */
/*
 * Colors: Overrides
\* -------------------------------------------------------------------------- */
/*
 * Colors: ADN-club
\* -------------------------------------------------------------------------- */
/** System monospace */
/**
 * Returns a rem value from a number of pixels.
 * Its uses 16px as root font-size
 */
/* -- Not on redesign -- */
/* 1025 is used instead of 1024 because touch devices design is not specified */
/* Scrollbars customization */
/**
 * Returns an url encoded SVG with the given color
 * @param {String} $icon - SVG code
 * @param {String} $color - Final color
 * @return {String} URL encoded svg
 */
/* stylelint-disable function-parentheses-newline-inside */
/* stylelint-enable function-parentheses-newline-inside */
/*
 * https://allyjs.io/tutorials/hiding-elements.html#2017-edition-of-visuallyhidden
 */
/* Mixin to use if touch devices design is specified */
/** Vertical scrollbar with custom color & size
*     @include ad-scrollbars(color, size);
*/
/** Horizontal scrollbar with custom color & size
*     @include ad-scrollbars();
*     @include ad-scrollbars-horizontal(color, size);
*/
.footer {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  padding-right: 1rem;
  padding-bottom: 2.5rem;
  padding-left: 1rem;
}
@media (min-width: 1025px) {
  .footer {
    padding-right: 2.5rem;
    padding-bottom: 2.5rem;
    padding-left: 2.5rem;
  }
}
.footer.adn {
  color: rgb(255, 255, 255);
  background-color: rgb(0, 0, 0);
}
.footer.adn .title,
.footer.adn .newsletter-legal-text .legal-label {
  color: rgb(255, 255, 255);
}
.footer.adn .btn-primary.subscribe-email {
  background: rgb(0, 0, 0);
  border-color: rgb(255, 255, 255);
}
.footer.adn .btn-primary.subscribe-email:disabled {
  background-color: rgb(158, 158, 158);
  border-color: rgb(158, 158, 158);
}
.footer.adn .form-control {
  color: rgb(255, 255, 255);
  background-color: rgb(0, 0, 0);
}
.footer.adn .social-link,
.footer.adn .bcorp-link,
.footer.adn .collapsible-md.collapsible--footer .title::after {
  filter: invert(1);
}
.footer.adn .collapsible--footer .collapsible__link,
.footer.adn .collapsible__content.content,
.footer.adn .block-country__button {
  color: rgb(255, 255, 255);
}
.footer.adn .collapsible-md.collapsible--footer .title {
  color: rgb(255, 255, 255);
  background-color: rgb(0, 0, 0);
}
.footer .newsletter__header.adn .newsletter__notice-wrapper,
.footer .newsletter__header.adn .newsletter__title {
  color: rgb(255, 255, 255);
}
.footer__newsletter, .footer__links {
  flex-basis: 100%;
}
.footer__discount-message {
  margin: 0 0 3.5rem;
}
@media (min-width: 1025px) {
  .footer__discount-message {
    margin: 0 0 6.25rem;
  }
}
.footer__links {
  margin-top: 2rem;
  margin-bottom: 1.5rem;
}
@media (min-width: 1025px) {
  .footer__links {
    display: grid;
    grid-column-gap: 0.5rem;
    grid-template-areas: "help about-us legal payments" "help about-us legal social" "help about-us legal bcorp";
    grid-template-rows: 1fr 1fr auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    align-items: baseline;
    justify-content: space-between;
    margin-bottom: 2rem;
  }
  .footer__links .help-footer {
    grid-area: help;
  }
  .footer__links .aboutus-footer {
    grid-area: about-us;
  }
  .footer__links .legal-footer {
    grid-area: legal;
  }
  .footer__links .payment-methods {
    grid-area: payments;
  }
  .footer__links .social-links {
    grid-area: social;
  }
  .footer__links .bcorp {
    grid-area: bcorp;
  }
}
@media (min-width: 1025px){
  .footer__links .help-footer {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
  }
  .footer__links .aboutus-footer {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 3;
  }
  .footer__links .legal-footer {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 5;
  }
  .footer__links .payment-methods {
    -ms-grid-row: 1;
    -ms-grid-column: 7;
  }
  .footer__links .social-links {
    -ms-grid-row: 2;
    -ms-grid-column: 7;
  }
  .footer__links .bcorp {
    -ms-grid-row: 3;
    -ms-grid-column: 7;
  }
}
@media (min-width: 1360px) {
  .footer__links {
    grid-column-gap: 1rem;
  }
}
.footer__newsletter {
  margin-top: 3rem;
  margin-bottom: 1rem;
}
@media (min-width: 1025px) {
  .footer__newsletter {
    margin-bottom: 2.5rem;
  }
}
.footer__newsletter .newsletter-radiobuttons {
  margin-left: -0.25rem;
}
.footer .content {
  font-size: 0.875rem;
}
.footer .title {
  font-family: "AdFont", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.37;
  color: rgb(0, 0, 0);
  font-weight: 600;
  margin: 0;
  padding: 0.75rem 0;
}
.footer .footer-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
}

.collapsible--footer .collapsible__button {
  background-color: transparent;
  border: 0;
}
.collapsible--footer .collapsible__content {
  display: block;
  font-size: 0.75rem;
}
.collapsible--footer .collapsible__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 1025px) {
  .collapsible--footer .collapsible__list {
    margin-top: 0.25rem;
  }
}
.collapsible--footer .collapsible__list-item + .collapsible__list-item {
  margin-top: 0.5rem;
}
@media (min-width: 1025px) {
  .collapsible--footer .collapsible__list-item + .collapsible__list-item {
    margin-top: 0;
  }
}
.collapsible--footer .collapsible__link {
  font-family: "AdFont", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
  display: inline-block;
  padding: 0.5rem 0;
}
@media (min-width: 1025px) {
  .collapsible--footer .collapsible__link {
    font-size: 0.75rem;
  }
}

.payment-methods__content,
.social-links__content {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.5rem;
}

.payment-methods__content {
  margin-top: 0.75rem;
  margin-right: -0.5rem;
}
.payment-methods__item {
  width: 2.25rem;
  height: 1.375rem;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  margin-left: 0.5rem;
  vertical-align: middle;
}
.payment-methods__item--klarna {
  width: 3.375rem;
}
.payment-methods__item--mercadopago {
  width: 3.5rem;
}

.social-links__content {
  margin-bottom: 1rem;
}
@media (min-width: 1025px) {
  .social-links__content {
    margin-top: -0.25rem;
    margin-bottom: 0;
    margin-bottom: initial;
    margin-left: -0.25rem;
  }
}
.social-links .social-link {
  display: inline-block;
  padding: 0.3125rem;
}
@media (min-width: 1025px) {
  .social-links .social-link {
    padding: 0.25rem;
  }
}
.social-links .svg-icon {
  width: 2rem;
  height: 2rem;
  vertical-align: middle;
}
@media (min-width: 1025px) {
  .social-links .svg-icon {
    width: 1.375rem;
    height: 1.375rem;
  }
}

.bcorp .bcorp-link {
  padding-left: 0.25rem;
}
.bcorp .svg-icon {
  width: 3.125rem;
  height: 5.3125rem;
  vertical-align: middle;
}

.block-country__button {
  font-family: "AdFont", sans-serif;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  color: rgb(0, 0, 0);
  font-weight: 600;
  display: inline-flex;
  padding: 0.5rem 0;
  background-color: transparent;
  border: 0;
  cursor: pointer;
}
.block-country__language::before {
  margin-right: 0.125rem;
  margin-left: 0.125rem;
  content: "|";
}

.copyright-notice {
  font-family: "AdFont", sans-serif;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  color: rgb(0, 0, 0);
  font-weight: 600;
  flex-grow: 1;
  color: rgb(117, 117, 117);
  text-align: right;
}

.back-to-top {
  margin: 0.1em 0.313em;
  padding: 0;
  background-color: transparent;
  border: 0;
}
.back-to-top .fa-arrow-up {
  color: rgba(0, 0, 0, 0.7);
}
.back-to-top .fa-circle {
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.form-control {
  font-family: "AdFont", sans-serif;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  color: rgb(0, 0, 0);
  font-weight: 400;
  position: relative;
  display: block;
  width: 100%;
  padding: 0.5rem 0;
  background-color: rgb(255, 255, 255);
  border: 0;
  border-bottom: 1px solid rgb(224, 224, 224);
  filter: none;
  transition: all 0.3s ease-in-out;
}
.keyfocus .form-control:focus, .keyfocus .form-control:focus-visible {
  outline: 1px solid rgb(117, 117, 117);
  outline-offset: 0px;
}
.form-control.adn-general {
  color: rgb(255, 255, 255);
  background-color: rgb(0, 0, 0);
  box-shadow: 0 0 0 1000px #000 inset !important;
  -webkit-text-fill-color: rgb(255, 255, 255) !important;
}
.form-control.adn-general:hover {
  color: rgb(255, 255, 255);
}
.form-control[type=password] {
  letter-spacing: 2px;
}
.form-control[type=date] {
  height: 3.0625rem;
}
.form-control:hover {
  border-bottom: 1px solid rgb(0, 0, 0);
}
.form-control:focus {
  border-bottom: 1px solid rgb(0, 0, 0);
  outline: none;
}
.form-control::-moz-placeholder {
  color: rgb(117, 117, 117);
  font-weight: 300;
}
.form-control::placeholder {
  color: rgb(117, 117, 117);
  font-weight: 300;
}
.form-control:disabled, .form-control[readonly] {
  opacity: 0.5;
}

.state-option-disable {
  display: none;
}

/* Change autocomplete styles in WebKit */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  box-shadow: 0 0 0 1000px #fff inset;
  -webkit-appearance: none;
          appearance: none;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

/* stylelint-disable selector-no-qualifying-type */
select.form-control,
.fake-select__button {
  font-family: "AdFont", sans-serif;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  color: rgb(0, 0, 0);
  font-weight: 400;
  padding-top: 1.357em;
  padding-right: calc(0.5rem + 1.375rem);
  padding-bottom: 0.5rem;
  padding-left: 0;
  overflow: hidden;
  color: rgb(0, 0, 0);
  text-align: left;
  text-overflow: ellipsis;
  background-color: rgb(255, 255, 255);
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 22 22" fill="none"><path d="M5.70711 8L10.717 13.01L15.7263 8.00158L16.4334 8.70869L11.424 13.717L11.4262 13.7191L10.7191 14.4262L10.717 14.424L10.7159 14.4262L10.0088 13.7191L10.01 13.717L5 8.70711L5.70711 8Z" fill="rgb(0, 0, 0)"/></svg>');
  background-repeat: no-repeat;
  background-position: calc(100% - 0.25rem) 1.125rem;
  background-size: 1.375rem;
  border-bottom: 1px solid rgb(224, 224, 224);
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
select.form-control::after,
.fake-select__button::after {
  display: block;
  clear: both;
  content: "";
}

select.form-control--secondary {
  padding-top: 0;
  padding-bottom: 0;
  background-position-y: -0.0625rem;
  border-bottom: 0;
}
select.form-control--secondary:hover, select.form-control--secondary:focus {
  border-bottom: 0;
}
select.form-control--small {
  background-position: calc(100% - 0.1875rem);
  background-size: 1rem;
}
select.form-control:focus {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 22 22" fill="none"><path d="M15.7264 14.4262L10.7165 9.4162L5.70713 14.4246L5.00002 13.7175L10.0095 8.7092L10.0073 8.70711L10.7144 8L10.7165 8.0022L10.7175 8L11.4246 8.70711L11.4235 8.7092L16.4335 13.7191L15.7264 14.4262Z" fill="rgb(0, 0, 0)"/></svg>');
  border-top-color: rgb(224, 224, 224);
  border-right-color: rgb(224, 224, 224);
  border-bottom-color: rgb(0, 0, 0);
  border-left-color: rgb(224, 224, 224);
  outline: none;
}
select.form-control:hover {
  border-bottom-color: rgb(0, 0, 0);
}
select.form-control::-ms-expand {
  display: none;
}
select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
select.form-control[size], select.form-control[multiple] {
  height: auto;
}

/* stylelint-enable selector-no-qualifying-type */
textarea.form-control { /* stylelint-disable-line selector-no-qualifying-type */
  height: auto;
  padding: 19px 5px 6px;
  border-bottom: 1px solid rgb(224, 224, 224);
}
textarea.form-control:focus {
  border-bottom-color: rgb(0, 0, 0);
}

.form-control-plaintext {
  display: block;
  width: 100%;
  margin-bottom: 0;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  color: #212529;
  line-height: 1.5;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.reverse-name-order {
  display: flex;
  flex-direction: column-reverse;
}

.form-group {
  font-family: "AdFont", sans-serif;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  color: rgb(0, 0, 0);
  font-weight: 400;
  position: relative;
  position: relative;
  margin-bottom: 0.5rem;
}
.form-group .form-control {
  padding-top: 1.357em;
  /* stylelint-disable-next-line order/order */
  /**
   * Isolated because of Firefox does not support it and crashes without
   * applying the declaration block for other selectors.
   */
  /**
   * IE11 support
   */
  /* stylelint-disable-next-line selector-no-vendor-prefix */
  /**
   * Isolated because of IE11 does not support it and crashes without
   * applying the declaration block for other selectors.
   */
}
.form-group .form-control + .form-control-label {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 100%;
  line-height: 1.357em;
  transform: translateY(1.357em);
  transform-origin: left;
  transition: transform 0.5s ease-in-out;
}
.form-group .form-control + .form-control-label::before {
  transition: inherit;
}
.form-group .form-control:not([blank]) + .form-control-label, .form-group .form-control:focus + .form-control-label {
  transform: translateY(0) scale(0.85);
}
.form-group .form-control:not(:blank) + .form-control-label, .form-group .form-control:focus + .form-control-label {
  transform: translateY(0) scale(0.85);
}
.form-group .form-control:not([blank]) + .form-control-label::before, .form-group .form-control:focus + .form-control-label::before {
  transform: scale(0.77);
}
.form-group .form-control:not(:blank) + .form-control-label::before, .form-group .form-control:focus + .form-control-label::before {
  transform: scale(0.77);
}
.form-group .form-control:-webkit-autofill + .form-control-label {
  transform: translateY(0) scale(0.85);
}
.form-group .form-control:-webkit-autofill + .form-control-label::before {
  transform: scale(0.77);
}
.form-group .form-control:-moz-placeholder + .form-control-label {
  transform: translateY(0) scale(0.85);
}
.form-group .form-control:placeholder-shown + .form-control-label {
  transform: translateY(0) scale(0.85);
}
.form-group .form-control:-moz-placeholder + .form-control-label::before {
  transform: scale(0.77);
}
.form-group .form-control:placeholder-shown + .form-control-label::before {
  transform: scale(0.77);
}
.form-group.force-filled .form-control + .form-control-label {
  transform: translateY(0) scale(0.85);
}
.form-group.force-filled .form-control + .form-control-label::before {
  transform: scale(0.77);
}
.form-group textarea.form-control + .form-control-label {
  top: 3px;
  left: 5px;
}
.form-group .form-control-label {
  font-family: "AdFont", sans-serif;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  color: rgb(0, 0, 0);
  font-weight: 400;
  display: flex;
  color: rgb(117, 117, 117);
}
.form-group .form-control-label.adn-general {
  color: rgb(255, 255, 255);
}
.form-group--with-eye-icon::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 1.375rem;
  height: 1.375rem;
  margin-top: auto;
  margin-bottom: auto;
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="22" height="22" viewBox="0 0 22 22"><path fill-rule="evenodd" clip-rule="evenodd" d="M10.9896 12.4777C10.1746 12.4777 9.51062 11.8147 9.51062 10.9997C9.51062 10.1857 10.1746 9.5217 10.9896 9.5217C11.8036 9.5217 12.4676 10.1857 12.4676 10.9997C12.4676 11.8147 11.8036 12.4777 10.9896 12.4777ZM10.9896 8.5217C9.62262 8.5217 8.51062 9.6337 8.51062 10.9997C8.51062 12.3667 9.62262 13.4777 10.9896 13.4777C12.3556 13.4777 13.4676 12.3667 13.4676 10.9997C13.4676 9.6337 12.3556 8.5217 10.9896 8.5217Z"/><path fill-rule="evenodd" clip-rule="evenodd" d="M10.9984 14.9982C7.0174 14.9982 4.6814 11.8992 4.0864 10.9982C4.6794 10.0962 7.0034 7.0002 10.9984 7.0002C14.9794 7.0002 17.3154 10.0992 17.9094 10.9992C17.3164 11.9022 14.9924 14.9982 10.9984 14.9982ZM18.0074 9.4552L19.2584 8.2042L18.5514 7.4972L17.3294 8.7182C16.7564 8.1502 16.0284 7.5562 15.1444 7.0682L15.9184 5.4162L15.0134 4.9922L14.2414 6.6382C13.4344 6.3062 12.5224 6.0732 11.5024 6.0152V4.2602H10.5024V6.0142C9.4814 6.0712 8.5694 6.3042 7.7614 6.6352L6.9914 4.9922L6.0864 5.4162L6.8574 7.0652C5.9734 7.5522 5.2454 8.1462 4.6714 8.7142L3.4534 7.4972L2.7464 8.2042L3.9934 9.4502C3.4064 10.1482 3.0974 10.6922 3.0614 10.7562L2.9264 10.9992L3.0614 11.2422C3.1694 11.4362 5.7644 15.9982 10.9984 15.9982C16.2314 15.9982 18.8274 11.4362 18.9354 11.2422L19.0694 10.9992L18.9354 10.7562C18.8994 10.6922 18.5904 10.1502 18.0074 9.4552Z"/></svg>');
  background-repeat: no-repeat;
  background-size: 1.375rem;
  content: "";
}
.form-group.is-valid:not(:has(select))::after {
  position: absolute;
  top: 1.375rem;
  right: 0;
  width: 1.375rem;
  height: 1.375rem;
  content: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 22 22"><path fill="rgb(0, 0, 0)" fill-rule="evenodd" d="M9.857 14.068L6 10.211l.707-.707 3.149 3.149L15.495 7l.708.706z"/></svg>');
}
.form-group.is-filled:not(.is-focused):hover {
  /* TODO: Too much selectors, improve forms mixin */
}
.form-group.is-filled:not(.is-focused):hover:not(.no-edit-icon)::after {
  position: absolute;
  top: 1.375rem;
  right: 0;
  width: 1.375rem;
  height: 1.375rem;
  content: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 14 14" fill="none" ><path fill-rule="evenodd" clip-rule="evenodd" d="M1 13L1.70588 9.47059L10.1765 1L13 3.82353L4.52941 12.2941L1 13Z" stroke="black" stroke-linecap="square"/></svg>');
}
.form-group.is-filled:not(.is-focused):hover .form-control {
  border-bottom: 1px solid rgb(0, 0, 0);
}
.form-group .helper-text {
  font-family: "AdFont", sans-serif;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  color: rgb(0, 0, 0);
  font-weight: 400;
  position: absolute;
  display: none;
  color: rgb(117, 117, 117);
  transition: all 0.2s ease-in-out;
}
.form-group:focus-within .helper-text, .form-group.is-filled.is-focused .helper-text {
  display: block;
}
@media (max-width: 479px) {
  .form-group:focus-within .password-helper-text, .form-group.is-filled.is-focused .password-helper-text {
    position: relative;
    display: block;
    margin-bottom: -18px;
  }
}

.form-group.form-group--textarea .form-control-label {
  margin-left: 5px;
}
.form-group.form-group--textarea:focus-within .form-control-label, .form-group.form-group--textarea.is-filled .form-control-label {
  transform: translateY(5px);
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.col-form-label {
  font-size: inherit;
  margin-bottom: 0;
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  line-height: 1.5;
}

.col-form-label-lg {
  font-size: 1.25rem;
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  line-height: 1.5;
}

.col-form-label-sm {
  font-size: 0.875rem;
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  line-height: 1.5;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.form-row > .col,
.form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-submit {
  margin-top: 1.5rem;
}

.invalid-feedback {
  display: block;
  min-height: 1.125rem;
  color: rgb(229, 57, 53);
  font-size: 0.75rem;
  letter-spacing: 0.5px;
}

.form-control.is-invalid ~ .invalid-feedback {
  display: block;
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
@media (min-width: 375px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
  .form-inline .custom-control-label.adn-general {
    color: rgb(255, 255, 255);
  }
}
.form-inline .form-check {
  width: 100%;
}

.custom-control-input.checkbox {
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

[type=checkbox],
[type=radio] {
  display: flex;
  align-items: center;
  align-self: flex-start;
  justify-content: center;
  width: 0.875rem;
  height: 0.875rem;
  margin-right: 1rem;
  vertical-align: top;
  background-color: rgb(255, 255, 255);
  border: 1px solid rgb(0, 0, 0);
  outline: none;
  box-shadow: none;
  cursor: pointer;
  transition: all 0.35s ease-in-out;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
[type=checkbox].adn-general,
[type=radio].adn-general {
  background-color: rgb(0, 0, 0);
  border: 1px solid rgb(255, 255, 255);
}
[type=checkbox]::before,
[type=radio]::before {
  opacity: 0;
  content: "";
}
[type=checkbox]:disabled + label,
[type=radio]:disabled + label {
  color: rgb(117, 117, 117);
  cursor: auto;
  cursor: initial;
}

.keyfocus [type=checkbox] {
  position: relative;
}
.keyfocus [type=checkbox]:focus::after, .keyfocus [type=checkbox]:focus-visible::after {
  position: absolute;
  top: -0.25rem;
  right: -0.25rem;
  bottom: -0.25rem;
  left: -0.25rem;
  border: 1px solid rgb(117, 117, 117);
  border-radius: 0;
  content: "";
}
[type=checkbox]:disabled {
  border-color: rgb(158, 158, 158);
  cursor: auto;
  cursor: initial;
}
[type=checkbox]:disabled::before {
  background-color: rgb(158, 158, 158);
}
[type=checkbox]:checked {
  background-color: rgb(0, 0, 0);
  transition: all 0.35s ease-in-out;
}
[type=checkbox]:checked::before {
  width: 0.875rem;
  height: 0.875rem;
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 22 22"><path fill="rgb(255, 255, 255)" fill-rule="evenodd" d="M9.857 14.068L6 10.211l.707-.707 3.149 3.149L15.495 7l.708.706z"/></svg>');
  background-size: 0.875rem;
  opacity: 1;
  content: "";
}
[type=checkbox]:checked:disabled {
  border-color: rgb(158, 158, 158);
  cursor: auto;
  cursor: initial;
}

[type=radio] {
  border-radius: 50%;
}
.keyfocus [type=radio] {
  position: relative;
}
.keyfocus [type=radio]:focus::after, .keyfocus [type=radio]:focus-visible::after {
  position: absolute;
  top: -0.25rem;
  right: -0.25rem;
  bottom: -0.25rem;
  left: -0.25rem;
  border: 1px solid rgb(117, 117, 117);
  border-radius: 0;
  content: "";
  border-radius: 50%;
}
[type=radio]:disabled {
  border-color: rgb(158, 158, 158);
  cursor: auto;
  cursor: initial;
}
[type=radio]:disabled::before {
  background-color: rgb(158, 158, 158);
}
[type=radio]:checked {
  border-color: rgb(0, 0, 0);
  transition: all 0.35s ease-in-out;
}
[type=radio]:checked::before {
  width: 0.625rem;
  height: 0.625rem;
  background-color: rgb(0, 0, 0);
  border-radius: 50%;
  opacity: 1;
  content: "";
}
[type=radio]:checked:disabled {
  border-color: rgb(158, 158, 158);
  cursor: auto;
  cursor: initial;
}

::-webkit-calendar-picker-indicator {
  width: 1.375rem;
  height: 1.375rem;
  margin-left: 0.5rem;
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 22 22" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M18 5H4V18H18V5ZM17 6V17H5V6H17Z" fill="rgb(0, 0, 0)"/><path d="M18 5H4V8H18V5Z" fill="rgb(0, 0, 0)"/><path fill-rule="evenodd" clip-rule="evenodd" d="M7.5 3V5H6.5V3H7.5Z" fill="rgb(0, 0, 0)"/><path fill-rule="evenodd" clip-rule="evenodd" d="M15.5 3V5H14.5V3H15.5Z" fill="rgb(0, 0, 0)"/></svg>');
  background-size: 1.375rem;
  cursor: pointer;
}

.radio--as-checkbox {
  width: 1.875rem;
  height: 1.875rem;
  border-radius: 0;
}
.keyfocus .radio--as-checkbox {
  position: relative;
}
.keyfocus .radio--as-checkbox:focus::after, .keyfocus .radio--as-checkbox:focus-visible::after {
  position: absolute;
  top: -0.25rem;
  right: -0.25rem;
  bottom: -0.25rem;
  left: -0.25rem;
  border: 1px solid rgb(117, 117, 117);
  border-radius: 0;
  content: "";
}
.radio--as-checkbox:checked::before {
  width: 1.875rem;
  height: 1.875rem;
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 22 22"><path fill="rgb(255, 255, 255)" fill-rule="evenodd" d="M9.857 14.068L6 10.211l.707-.707 3.149 3.149L15.495 7l.708.706z"/></svg>');
  background-size: 1.875rem;
  border-radius: 0;
}

.form-check {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 1.5rem;
}

.form-check-label {
  flex-grow: 1;
  margin-bottom: 0;
}
.form-check-label > a {
  font-size: inherit;
}

.privacy-policy,
.general-consent {
  flex-direction: row;
  flex-wrap: wrap;
}
.privacy-policy.adn-general,
.general-consent.adn-general {
  background-color: rgb(0, 0, 0);
}
.privacy-policy .form-check-label,
.general-consent .form-check-label {
  flex: 1 0 80%;
}
.privacy-policy .form-check-label.adn-general,
.general-consent .form-check-label.adn-general {
  color: rgb(255, 255, 255);
}
.privacy-policy .invalid-feedback,
.general-consent .invalid-feedback {
  flex: 1 0 100%;
}

.form-check-input {
  position: relative;
  flex-shrink: 0;
  margin-top: 0;
}
.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

.form-check-inline {
  display: inline-flex;
  align-items: center;
  margin-right: 0.75rem;
  padding-left: 0;
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.custom-control {
  display: flex;
  align-items: center;
  margin: 0;
}
.custom-control-input {
  position: relative;
  flex-shrink: 0;
}
.custom-control-label {
  font-family: "AdFont", sans-serif;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  color: rgb(0, 0, 0);
  font-weight: 600;
  flex-grow: 1;
  align-self: flex-end;
  text-align: left;
  cursor: pointer;
}
.custom-control-label--small, .custom-control-label--small > a {
  font-family: "AdFont", sans-serif;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  color: rgb(0, 0, 0);
  font-weight: 400;
}
.custom-control-label.adn-general {
  color: rgb(255, 255, 255);
}
.custom-control-required-error.checkbox {
  border-color: rgb(229, 57, 53);
}
.custom-control--radio + .custom-control--radio {
  margin-top: 1rem;
}

.custom-toggle {
  position: relative;
  display: inline-block;
}
.custom-toggle__input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.custom-toggle__input:checked + label {
  background: rgb(255, 255, 255);
  border-color: rgb(0, 0, 0);
  transition: all 0.3s ease;
}
.custom-toggle__input:checked + label::before {
  background: rgb(0, 0, 0);
  border-color: rgb(0, 0, 0);
  transform: translateX(17px);
  transition: all 0.3s ease;
}
.custom-toggle__label {
  position: relative;
  display: inline-block;
  width: 34px;
  height: 14px;
  background: rgb(255, 255, 255);
  border: 1px solid rgb(158, 158, 158);
  border-radius: 50px;
  transform-origin: 20% center;
  cursor: pointer;
  transition: all 0.3s ease;
}
.custom-toggle__label::before {
  position: absolute;
  top: -4px;
  left: -2px;
  display: block;
  width: 20px;
  height: 20px;
  background: rgb(255, 255, 255);
  border: 1px solid rgb(158, 158, 158);
  border-radius: 2em;
  transition: all 0.3s ease;
  content: "";
}

/*
 * Colors: Base
\* -------------------------------------------------------------------------- */
/*
 * Colors: System color
\* -------------------------------------------------------------------------- */
/*
 * Colors: Overrides
\* -------------------------------------------------------------------------- */
/*
 * Colors: ADN-club
\* -------------------------------------------------------------------------- */
/** System monospace */
/**
 * Returns a rem value from a number of pixels.
 * Its uses 16px as root font-size
 */
/* -- Not on redesign -- */
/* 1025 is used instead of 1024 because touch devices design is not specified */
/* Scrollbars customization */
/**
 * Returns an url encoded SVG with the given color
 * @param {String} $icon - SVG code
 * @param {String} $color - Final color
 * @return {String} URL encoded svg
 */
/* stylelint-disable function-parentheses-newline-inside */
/* stylelint-enable function-parentheses-newline-inside */
/*
 * https://allyjs.io/tutorials/hiding-elements.html#2017-edition-of-visuallyhidden
 */
/* Mixin to use if touch devices design is specified */
/** Vertical scrollbar with custom color & size
*     @include ad-scrollbars(color, size);
*/
/** Horizontal scrollbar with custom color & size
*     @include ad-scrollbars();
*     @include ad-scrollbars-horizontal(color, size);
*/
.recommendations {
  margin-bottom: 3rem;
}
@media (min-width: 1025px) {
  .recommendations {
    margin-bottom: 3.5rem;
  }
}
.recommendations--grid .recommendations__wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-row-gap: 2rem;
  row-gap: 2rem;
  grid-column-gap: 0.5rem;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}
@media (min-width: 768px) {
  .recommendations--grid .recommendations__wrapper {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    row-gap: 4rem;
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
}
.recommendations__title {
  font-family: "AdFont", sans-serif;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5;
  color: rgb(0, 0, 0);
  margin-top: 0;
  margin-bottom: 1rem;
  padding-right: 1rem;
  text-align: left;
  text-transform: uppercase;
}
@media (min-width: 1025px) {
  .recommendations__title {
    font-size: 1.375rem;
    line-height: 1.27;
  }
}
@media (min-width: 768px) {
  .recommendations__title {
    padding-right: 2rem;
  }
}
@media (min-width: 1025px) {
  .recommendations__title {
    margin-bottom: 1.5rem;
    padding-right: 3rem;
  }
}
.recommendations__pagination {
  display: none;
}
@media (max-width: 767px) {
  .recommendations__pagination {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
.recommendations__slide-item {
  width: 16.666%;
  min-width: 225px;
}
@media (min-width: 1025px) {
  .recommendations__slide-item {
    min-width: 295px;
  }
}
.recommendations__slide-item:last-child {
  margin-right: 1rem;
}
@media (min-width: 768px) {
  .recommendations__slide-item:last-child {
    margin-right: 2rem;
  }
}
@media (min-width: 1025px) {
  .recommendations__slide-item:last-child {
    margin-right: 3rem;
  }
}
@media (max-width: 767px) {
  .recommendations .image-container a {
    cursor: grab;
  }
}
@media (max-width: 767px) {
  .recommendations .tile-image__pic {
    pointer-events: none;
  }
}

.swiper-container .pdp-link {
  font-size: 1rem;
}
@media (min-width: 480px) {
  .swiper-container .pdp-link {
    font-size: 0.75rem;
  }
}
@media (min-width: 1025px) {
  .swiper-container .pdp-link {
    font-size: 0.875rem;
  }
}

.popover-minicart {
  position: fixed;
  top: 4.5rem;
  right: -423px;
  left: auto;
  z-index: 1100;
  width: 423px;
  max-width: none;
  height: calc(100vh - 4.5rem);
  border: 0;
  border-radius: 0;
  transition: right 0.5s linear;
}
@media (max-width: 767px) {
  .popover-minicart {
    display: none;
  }
}
.popover-minicart.show {
  right: 0;
}
.popover-minicart .container {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding-right: 0;
  padding-right: initial;
  padding-left: 0;
  padding-left: initial;
}
.popover-minicart .minicart-header {
  position: relative;
  justify-content: center;
  margin: 0 0 3rem;
  margin-bottom: 0;
  letter-spacing: 1px;
}
.popover-minicart .minicart-title {
  font-family: "AdFont", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.37;
  color: rgb(0, 0, 0);
  font-weight: 600;
  width: 100%;
  text-transform: uppercase;
}
.popover-minicart .nav-item:only-child .nav-link {
  border-bottom: 0;
}
.popover-minicart .close {
  display: block;
  float: none;
  width: auto;
  margin-right: 0;
  margin-left: auto;
  padding: 0.5rem 0.5rem 0;
  color: rgb(0, 0, 0);
  line-height: 0;
  cursor: pointer;
  opacity: 1;
}
.popover-minicart .close:hover {
  color: rgb(117, 117, 117);
}
.popover-minicart .close-icon {
  width: 1.375rem;
  height: 1.375rem;
  color: rgb(0, 0, 0);
  opacity: 1;
}
.popover-minicart .remove-line-item-lg {
  display: none;
}
.popover-minicart .minicart-body {
  overflow-y: auto;
  /* W3C Working Draft */
  scrollbar-color: rgb(158, 158, 158) transparent; /* stylelint-disable-line property-no-unknown */
  /* Internet Explorer */
  scrollbar-face-color: rgb(158, 158, 158);
  scrollbar-track-color: transparent;
  /* Firefox */
  scrollbar-width: thin;
  flex-grow: 1;
  flex-shrink: 1;
  margin: 1.5rem 0.5rem 0 1.5rem;
  padding-right: 0.5rem;
  overflow-x: hidden;
  overflow-y: auto;
}
.popover-minicart .minicart-body::-webkit-scrollbar-thumb {
  background-color: rgb(158, 158, 158);
  border-radius: 1.5px;
}
.popover-minicart .minicart-body::-webkit-scrollbar-track {
  background-color: transparent;
}
.popover-minicart .minicart-body::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}
.popover-minicart .minicart-body::-webkit-scrollbar:horizontal {
  width: 1px;
  height: 1px;
}
.popover-minicart .minicart-body::-webkit-scrollbar-thumb:horizontal {
  background-color: rgb(0, 0, 0);
  border-radius: 1.5px;
}
.popover-minicart .minicart-body::-webkit-scrollbar-track:horizontal {
  background-color: rgb(245, 245, 245);
}
@supports (scrollbar-width: auto) {
  .popover-minicart .minicart-body {
    scrollbar-color: auto; /* Chrome +121 */
  }
}
@supports (scrollbar-width: auto) {
  .popover-minicart .minicart-body {
    scrollbar-width: auto; /* Chrome +121 */
  }
}
.popover-minicart .card-body {
  padding: 0;
}
.popover-minicart .alert-dismissible .close {
  padding: 1rem;
}
.popover-minicart .no-stock-alert {
  margin-bottom: 1.5rem;
}

.minicart-footer {
  margin: 0 1rem 1rem;
  border-top: 1px solid rgb(224, 224, 224);
}
.minicart-footer .footer-buttons {
  margin-top: 0.5rem;
}

.minicart-recommendations .recommendations {
  margin-top: 1.5rem;
  margin-bottom: 0.75rem;
  margin-left: 1.5rem;
}
.minicart-recommendations .recommendations__title {
  font-family: "AdFont", sans-serif;
  font-style: normal;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.5;
  width: 50%;
  margin-bottom: 0.5rem;
  padding-right: 0;
}
.minicart-recommendations .recommendations__slide-item {
  width: 8.5625rem;
  min-width: 0;
  min-width: initial;
}
.minicart-recommendations .recommendations__slide-item:last-child {
  margin-right: 0;
}
.minicart-recommendations .recommendations__swiper-scrollbar {
  height: 1px;
  margin-top: 0.5rem;
  background: rgb(245, 245, 245);
}
.minicart-recommendations .tile-body__header,
.minicart-recommendations .product-sizes__header,
.minicart-recommendations .color-swatches,
.minicart-recommendations .price .list,
.minicart-recommendations .price .old,
.minicart-recommendations .price .discount,
.minicart-recommendations .tile-body__tag,
.minicart-recommendations .manual-tag {
  display: none;
}

.cart-empty {
  max-width: 520px;
  margin-top: 1rem;
  margin-bottom: 5rem;
}
@media (min-width: 1025px) {
  .cart-empty {
    margin-top: 0;
  }
}
@media (min-width: 1440px) {
  .cart-empty {
    margin-bottom: 12.5rem;
  }
}
.cart-empty .empty-cart-msg {
  font-family: "AdFont", sans-serif;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  color: rgb(0, 0, 0);
  font-weight: 600;
  padding-bottom: 2rem;
  color: rgb(0, 0, 0);
}
.cart-empty .view-reserved-btn {
  margin-top: 3rem;
}
.cart-empty .view-reserved-btn.disabled {
  pointer-events: none;
}

@media (min-width: 768px) {
  .hide-link-med {
    display: none;
  }
}

@media (max-width: 767px) {
  .hide-no-link {
    display: none;
  }
}

.empty-cart-message,
.empty-cart-alert {
  position: fixed;
  top: 25%;
  left: 50%;
  z-index: 1070;
  transform: translate(-50%, -50%);
}

.minicart-error .valid-cart-message {
  padding: 1rem;
}
.minicart-error .delete {
  margin-right: 1rem;
  vertical-align: middle;
}

.not-available {
  opacity: 0.5;
}

.minicart--no-footer .minicart-footer {
  display: none;
}

.saveforlater-tabcontent {
  padding-bottom: 2rem;
}

/* Sticky footer styles */
html,
body,
.page {
  min-height: 100vh;
}

.page {
  display: flex;
  flex-direction: column;
}

.adn-general {
  background-color: rgb(0, 0, 0);
}

/* stylelint-disable selector-max-id */
#maincontent { /* [1] */
  flex: 1 0 auto;
}

/* stylelint-enable selector-max-id */
/* End sticky footer styles */
.alert {
  position: relative;
  margin-bottom: 1rem;
  padding: 0.75rem 1.25rem;
  border: 1px solid transparent;
}

.alert-heading {
  color: inherit;
}

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

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

.alert-primary {
  background-color: rgb(255, 255, 255);
  font-family: "AdFont", sans-serif;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  color: rgb(0, 0, 0);
  font-weight: 400;
  color: rgb(0, 0, 0);
  border: 1px solid rgb(0, 0, 0);
}

.alert-secondary {
  background-color: rgb(255, 255, 255);
  font-family: "AdFont", sans-serif;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  color: rgb(0, 0, 0);
  font-weight: 400;
  color: rgb(255, 255, 255);
  border: 1px solid rgb(255, 255, 255);
}

.alert-success {
  background-color: rgb(255, 255, 255);
  font-family: "AdFont", sans-serif;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  color: rgb(0, 0, 0);
  font-weight: 400;
  color: rgb(0, 0, 0);
  border: 1px solid rgb(0, 0, 0);
}

.alert-info {
  background-color: rgb(255, 255, 255);
  font-family: "AdFont", sans-serif;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  color: rgb(0, 0, 0);
  font-weight: 400;
  color: #17a2b8;
  border: 1px solid #17a2b8;
}

.alert-warning {
  background-color: rgb(255, 255, 255);
  font-family: "AdFont", sans-serif;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  color: rgb(0, 0, 0);
  font-weight: 400;
  color: rgb(0, 0, 0);
  border: 1px solid rgb(0, 0, 0);
}

.alert-danger {
  background-color: rgb(255, 255, 255);
  font-family: "AdFont", sans-serif;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  color: rgb(0, 0, 0);
  font-weight: 400;
  color: rgb(229, 57, 53);
  border: 1px solid rgb(229, 57, 53);
}

.alert-light {
  background-color: rgb(255, 255, 255);
  font-family: "AdFont", sans-serif;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  color: rgb(0, 0, 0);
  font-weight: 400;
  color: #f8f9fa;
  border: 1px solid #f8f9fa;
}

.alert-dark {
  background-color: rgb(255, 255, 255);
  font-family: "AdFont", sans-serif;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  color: rgb(0, 0, 0);
  font-weight: 400;
  color: #343a40;
  border: 1px solid #343a40;
}

/*
 * Grid is a Bootstrap component
 * Custom styles
 * -------------------------------------------------------------------------- */
.container,
.container-fluid {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}
@media (min-width: 768px) {
  .container,
  .container-fluid {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
@media (min-width: 1025px) {
  .container,
  .container-fluid {
    padding-right: 3rem;
    padding-left: 3rem;
  }
}
.container .container,
.container .container-fluid,
.container-fluid .container,
.container-fluid .container-fluid {
  padding-right: 0;
  padding-right: initial;
  padding-left: 0;
  padding-left: initial;
}

.container-limited {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}
@media (min-width: 768px) {
  .container-limited {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
@media (min-width: 1025px) {
  .container-limited {
    padding-right: 3rem;
    padding-left: 3rem;
  }
}
@media (min-width: 375px) {
  .container-limited {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-limited {
    max-width: 720px;
  }
}
@media (min-width: 1025px) {
  .container-limited {
    max-width: 960px;
  }
}
@media (min-width: 1280px) {
  .container-limited {
    max-width: 1140px;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -1rem;
  margin-left: -1rem;
}

.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-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-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
}

.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 {
  flex: 0 0 8.33333333%;
  max-width: 8.33333333%;
}

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

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

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

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

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

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

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

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

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

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

.col-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: 375px) {
  .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: 1025px) {
  .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: 1280px) {
  .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: 1440px) {
  .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: 1920px) {
  .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%;
  }
}
/*
 * Navbar is a Bootstrap component
 * Custom styles
 * -------------------------------------------------------------------------- */
.nav {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-end;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.nav-link,
.nav-link-custom {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link:hover, .nav-link:focus,
.nav-link-custom:hover,
.nav-link-custom:focus {
  -webkit-text-decoration: none;
  text-decoration: none;
}
.nav-link:focus,
.nav-link-custom:focus {
  outline: none;
}
.nav-link.disabled,
.nav-link-custom.disabled {
  color: rgb(224, 224, 224);
  cursor: default;
  pointer-events: none;
}

/*
<ul class="nav nav-tabs" role="tablist">
  <li class="nav-item" role="presentation">
    <a
        class="nav-link active"
        href=""
        role="tab"
        tabindex="0">
    </a>
</li>
*/
.nav-tabs,
.nav-tabs-custom {
  margin-top: 0;
  margin-bottom: 0;
  overflow: hidden;
  white-space: nowrap;
}
.nav-tabs .nav-item,
.nav-tabs .nav-item-custom,
.nav-tabs-custom .nav-item,
.nav-tabs-custom .nav-item-custom {
  overflow: hidden;
  white-space: nowrap;
}
.nav-tabs .nav-link,
.nav-tabs .nav-link-custom,
.nav-tabs-custom .nav-link,
.nav-tabs-custom .nav-link-custom {
  font-family: "AdFont", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.37;
  color: rgb(0, 0, 0);
  font-weight: 600;
  width: 100%;
  align-content: center;
  justify-content: center;
  place-content: center;
  padding: 0.75rem;
  overflow: hidden;
  color: rgb(117, 117, 117);
  white-space: nowrap;
  text-transform: uppercase;
  text-overflow: ellipsis;
  border-bottom: 1px solid rgb(224, 224, 224);
}
.keyfocus .nav-tabs .nav-link:focus, .keyfocus .nav-tabs .nav-link:focus-visible,
.keyfocus .nav-tabs .nav-link-custom:focus,
.keyfocus .nav-tabs .nav-link-custom:focus-visible,
.keyfocus .nav-tabs-custom .nav-link:focus,
.keyfocus .nav-tabs-custom .nav-link:focus-visible,
.keyfocus .nav-tabs-custom .nav-link-custom:focus,
.keyfocus .nav-tabs-custom .nav-link-custom:focus-visible {
  outline: 1px solid rgb(117, 117, 117);
  outline-offset: -1px;
}
.nav-tabs .nav-link:hover,
.nav-tabs .nav-link-custom:hover,
.nav-tabs-custom .nav-link:hover,
.nav-tabs-custom .nav-link-custom:hover {
  color: rgb(0, 0, 0);
}
.nav-tabs .nav-link.adn-general,
.nav-tabs .nav-link-custom.adn-general,
.nav-tabs-custom .nav-link.adn-general,
.nav-tabs-custom .nav-link-custom.adn-general {
  color: rgb(117, 117, 117);
  border-bottom: 1px solid rgb(117, 117, 117);
}
.nav-tabs .nav-link.adn-general:hover,
.nav-tabs .nav-link-custom.adn-general:hover,
.nav-tabs-custom .nav-link.adn-general:hover,
.nav-tabs-custom .nav-link-custom.adn-general:hover {
  color: rgb(255, 255, 255);
}
.nav-tabs .nav-link.disabled,
.nav-tabs .nav-link-custom.disabled,
.nav-tabs-custom .nav-link.disabled,
.nav-tabs-custom .nav-link-custom.disabled {
  color: rgb(224, 224, 224);
  border-color: rgb(224, 224, 224);
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-link-custom.active,
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-item-custom.show .nav-link-custom,
.nav-tabs-custom .nav-link.active,
.nav-tabs-custom .nav-link-custom.active,
.nav-tabs-custom .nav-item.show .nav-link,
.nav-tabs-custom .nav-item-custom.show .nav-link-custom {
  color: rgb(0, 0, 0);
  border-color: rgb(0, 0, 0);
  cursor: auto;
  cursor: initial;
}
.nav-tabs .nav-link.active.adn-general,
.nav-tabs .nav-link-custom.active.adn-general,
.nav-tabs .nav-item.show .nav-link.adn-general,
.nav-tabs .nav-item-custom.show .nav-link-custom.adn-general,
.nav-tabs-custom .nav-link.active.adn-general,
.nav-tabs-custom .nav-link-custom.active.adn-general,
.nav-tabs-custom .nav-item.show .nav-link.adn-general,
.nav-tabs-custom .nav-item-custom.show .nav-link-custom.adn-general {
  color: rgb(255, 255, 255);
  border-color: rgb(255, 255, 255);
}

/*
<ul class="nav nav-tabs" role="tablist">
  <li class="nav-item" role="presentation">
    <a class="nav-link active link-icon">
      <svg class="xxx-icon"><use xlink:href="#xxxIcon"></use></svg>
      <span>tab text</span>
    </a>
</li>
*/
/* stylelint-disable no-descending-specificity */
.nav-pills .nav-link {
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
}

/* stylelint-enable no-descending-specificity */
.nav-fill .nav-item,
.nav-fill .nav-item-custom {
  flex: 1 1 0;
  text-align: center;
}

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

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

.nav-as-link {
  /* stylelint-disable no-descending-specificity */
  /* stylelint-enable no-descending-specificity */
}
.nav-as-link .nav-link {
  font-family: "AdFont", sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0;
  -webkit-text-decoration: underline;
  text-decoration: underline;
  color: rgb(0, 0, 0);
  font-weight: 600;
  padding: 0;
  color: rgb(158, 158, 158);
  text-transform: inherit;
  -webkit-text-decoration: none;
  text-decoration: none;
  border-bottom: 0;
  border-bottom: initial;
}
.nav-as-link .nav-link.active {
  color: rgb(0, 0, 0);
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
.nav-as-link .nav-link:hover {
  color: rgb(0, 0, 0);
}
.nav-as-link .nav-link--always-active {
  color: rgb(0, 0, 0);
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

/*
 * Navbar is a Bootstrap component
 * Custom styles
 * -------------------------------------------------------------------------- */
/*
 * 1. Remove margins that appear after removing _reboot.scss
 */
.navbar-nav {
  position: relative;
  margin-top: 0; /* [1] */
  margin-bottom: 0; /* [1] */
}
@media (min-width: 1025px) {
  .navbar-nav {
    padding-right: 3rem;
    padding-left: 3rem;
  }
}
.navbar-nav .nav-item {
  width: 100%;
  cursor: pointer;
}
@media (min-width: 1025px) {
  .navbar-nav .nav-item {
    width: inherit;
    margin-right: 3rem;
  }
  .navbar-nav .nav-item:hover {
    color: rgb(0, 0, 0);
  }
}
.navbar-nav .nav-link {
  font-family: "AdFont", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.37;
  color: rgb(0, 0, 0);
  font-weight: 600;
  padding: 0.75rem 1rem;
  color: rgb(117, 117, 117);
  text-align: center;
  text-transform: uppercase;
  border-bottom: 1px solid rgb(224, 224, 224);
}
@media (min-width: 1025px) {
  .navbar-nav .nav-link {
    font-family: "AdFont", sans-serif;
    font-size: 0.875rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.5;
    font-weight: 600;
    padding: 0 0 1rem;
    text-align: left;
    border-bottom-style: none;
  }
}
@media (min-width: 1025px) and (min-width: 1025px) {
  .navbar-nav .nav-link {
    font-size: 0.75rem;
  }
}
.navbar-nav .nav-link:hover, .navbar-nav .nav-link:focus {
  color: rgb(0, 0, 0);
  outline: none;
  box-shadow: none;
}
.navbar-nav .nav-item.show .nav-link,
.navbar-nav .nav-item.is-selected .nav-link {
  color: rgb(0, 0, 0);
  border-color: rgb(0, 0, 0);
  cursor: default;
}
@media (min-width: 1025px) {
  .child-is-opened .navbar-nav .nav-item.show .nav-link,
  .child-is-opened .navbar-nav .nav-item.is-selected .nav-link {
    -webkit-text-decoration: underline;
    text-decoration: underline;
  }
}

/*
 * Card is a Bootstrap component
 * Custom styles
 * --------------------------------------------------------------------------
*/
/* stylelint-disable max-nesting-depth */
.card {
  border: 0;
  border-radius: 0;
}
.card > .list-group:first-child .list-group-item:first-child {
  border-radius: 0;
}
.card > .list-group:last-child .list-group-item:last-child {
  border-radius: 0;
}

/*
 * Modal is a Bootstrap component
 * Custom styles
 * --------------------------------------------------------------------------
*/
.modal-open {
  padding-right: 3px !important;
}

.modal {
  overflow-y: auto;
  /* W3C Working Draft */
  scrollbar-color: rgb(158, 158, 158) transparent; /* stylelint-disable-line property-no-unknown */
  /* Internet Explorer */
  scrollbar-face-color: rgb(158, 158, 158);
  scrollbar-track-color: transparent;
  /* Firefox */
  scrollbar-width: thin;
  z-index: 1350;
}
.modal::-webkit-scrollbar-thumb {
  background-color: rgb(158, 158, 158);
  border-radius: 1.5px;
}
.modal::-webkit-scrollbar-track {
  background-color: transparent;
}
.modal::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}
.modal::-webkit-scrollbar:horizontal {
  width: 1px;
  height: 1px;
}
.modal::-webkit-scrollbar-thumb:horizontal {
  background-color: rgb(0, 0, 0);
  border-radius: 1.5px;
}
.modal::-webkit-scrollbar-track:horizontal {
  background-color: rgb(245, 245, 245);
}
@supports (scrollbar-width: auto) {
  .modal {
    scrollbar-color: auto; /* Chrome +121 */
  }
}
@supports (scrollbar-width: auto) {
  .modal {
    scrollbar-width: auto; /* Chrome +121 */
  }
}
.modal-open .modal {
  padding-right: 0 !important;
}
@media (min-width: 480px) {
  .modal-open .modal {
    padding-right: 3px !important;
  }
}

.modal-dialog {
  max-width: calc(528px + 2rem * 2);
  padding: 0 1rem;
}
@media (max-width: 479px) {
  .modal-dialog {
    padding: 0 1rem;
  }
  .modal-dialog:not(.always-centered) {
    padding: 0;
  }
}
@media (min-width: 768px) {
  .modal-dialog {
    max-width: calc(528px + 2rem * 2);
    padding: 0 2rem;
  }
}
@media (min-width: 1025px) {
  .modal-dialog {
    max-width: calc(528px + 3rem * 2);
    padding: 0 3rem;
  }
}
.modal .modal-dialog, .modal.show .modal-dialog, .modal.fade .modal-dialog {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100vh;
  margin: 0;
}
@media (min-width: 480px) {
  .modal .modal-dialog, .modal.show .modal-dialog, .modal.fade .modal-dialog {
    top: 50%;
    height: auto;
    max-height: 90vh;
    margin: 0 auto;
    transform: translateY(-50%);
  }
}
.modal .modal-dialog.always-centered, .modal.show .modal-dialog.always-centered, .modal.fade .modal-dialog.always-centered {
  top: 50%;
  height: auto;
  max-height: 90vh;
  margin: 0 auto;
  transform: translateY(-50%);
}

.modal-header {
  display: flex;
  flex-direction: column;
  flex-grow: 0;
  padding: 0;
  border-bottom: 0;
}
.modal-header .close {
  position: absolute;
  top: 0.125rem;
  right: 0;
  z-index: 1;
  margin: 0;
  padding: 0.75rem;
  line-height: 0;
  cursor: pointer;
}
.keyfocus .modal-header .close:focus, .keyfocus .modal-header .close:focus-visible {
  outline: 1px solid rgb(117, 117, 117);
  outline-offset: -5px;
}
@media (min-width: 1025px) {
  .modal-header .close {
    top: 0.75rem;
    right: 0.75rem;
  }
}
.modal-header .close-icon {
  width: 1.375rem;
  height: 1.375rem;
}
.modal-header--big {
  justify-content: center;
  font-weight: 600;
  font-size: 1.375rem;
}

.modal-content {
  min-height: 100%;
  padding: 4rem 1rem 2rem;
  text-align: left;
  border-style: none;
  border-radius: 0;
}
@media (min-width: 480px) {
  .modal-content {
    padding: 4rem 2.5rem 2.5rem;
  }
}
.modal-content--no-close {
  padding: 2rem 1rem;
}
@media (min-width: 480px) {
  .modal-content--no-close {
    padding: 2.5rem;
  }
}

.modal-title {
  font-family: "AdFont", sans-serif;
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.27;
  color: rgb(0, 0, 0);
  display: block;
  margin: 0 0 1.5rem;
  text-transform: uppercase;
}

.modal-subtitle {
  font-family: "AdFont", sans-serif;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  color: rgb(0, 0, 0);
  font-weight: 600;
  display: block;
  margin: 1.5rem 0 1rem;
  text-transform: uppercase;
}

.modal-body {
  font-family: "AdFont", sans-serif;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  color: rgb(0, 0, 0);
  font-weight: 400;
  flex-grow: 0;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 0;
}
.modal-body > :first-child {
  margin-top: 0;
}

.modal-footer {
  flex-direction: column-reverse;
  flex-grow: 1;
  margin: 2.5rem 0 0;
  padding: 0;
  border-top: 0;
}
@media (min-width: 1025px) {
  .modal-footer {
    margin-top: 3rem;
  }
}
.modal-footer > :not(:first-child),
.modal-footer > :not(:last-child) {
  margin-right: 0;
  margin-left: 0;
}
.modal-footer > *:not(:first-child) {
  margin-bottom: 1rem;
}

.modal-item-to-remove {
  font-family: "AdFont", sans-serif;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  color: rgb(0, 0, 0);
  font-weight: 600;
  margin-top: 2.5rem;
  margin-bottom: 0;
  text-transform: uppercase;
}

.country-selector-dialog .form-group {
  width: 100%;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .country-selector-dialog .form-group:first-child {
    padding-right: 1rem;
  }
}
.country-selector-dialog .form-control {
  padding-top: 1rem;
}
@media (min-width: 768px) {
  .country-selector-dialog .country-selector-form {
    display: flex;
    justify-content: space-between;
  }
}

.modal-backdrop {
  z-index: 1340;
}
.modal-backdrop.show {
  opacity: 0.1;
}
.modal-backdrop--light {
  background-color: rgb(255, 255, 255);
}
.modal-backdrop--light.show {
  opacity: 0.4;
}
.modal-backdrop--dark {
  background-color: rgb(0, 0, 0);
}
.modal-backdrop--dark.show {
  opacity: 0.1;
}
.modal-backdrop--none {
  background-color: transparent;
}

.modal-background {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  display: none;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.1;
}

/**
    <div class="bottom-bar">
        <div class="bottom-bar__element">
        <div class="bottom-bar__element">
    </div>
*/
.bottom-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1350;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-right: 1rem;
  padding-bottom: 1rem;
  padding-left: 1rem;
  background-color: rgb(255, 255, 255);
  box-shadow: 0 -2px 4px 0 rgba(0, 0, 0, 0.05);
}
@media (min-width: 1025px) {
  .bottom-bar {
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    padding-top: 1rem;
    padding-bottom: 2rem;
  }
}
@media (min-width: 1280px) {
  .bottom-bar {
    padding-right: 7.5rem;
    padding-left: 7.5rem;
  }
}
.bottom-bar__element {
  width: 100%;
}
@media (min-width: 1025px) {
  .bottom-bar__element {
    max-width: 448px;
  }
}
.bottom-bar__element + .bottom-bar__element {
  margin-top: 0.5rem;
  margin-left: 0;
}
@media (min-width: 1025px) {
  .bottom-bar__element + .bottom-bar__element {
    margin-top: 0;
    margin-left: 0.5rem;
  }
}

/*
 <button class="btn btn-primary btn--inverted"></button>
*/
.btn {
  font-family: "AdFont", sans-serif;
  font-style: normal;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.5;
  text-align: center;
  text-transform: uppercase;
  -webkit-text-decoration: none;
  text-decoration: none;
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 1rem;
  border-style: solid;
  border-width: 1px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.keyfocus .btn:focus, .keyfocus .btn:focus-visible {
  outline: 1px solid rgb(117, 117, 117);
  outline-offset: 4px;
}
.btn:hover {
  transition: all 0.3s ease-in-out;
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}
.btn:focus {
  outline: none;
  box-shadow: none;
}
.btn.disabled, .btn:disabled {
  cursor: default;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}
.btn--small {
  padding: 0.5rem 1rem;
}
.btn.btn-large {
  padding: 1rem 4rem;
}

/*
* Buttons inherited from SFRA and bootstrap naming
*/
.btn-primary,
.btn--primary {
  color: rgb(255, 255, 255);
  background-color: rgb(0, 0, 0);
  border-color: rgb(0, 0, 0);
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus,
.btn--primary:hover,
.btn--primary:active,
.btn--primary:focus {
  color: rgb(255, 255, 255);
  background-color: rgb(33, 33, 33);
  border-color: rgb(33, 33, 33);
}
.btn-primary.adn-general,
.btn--primary.adn-general {
  border-color: rgb(255, 255, 255);
}
.btn-primary.adn-general-inicio,
.btn--primary.adn-general-inicio {
  color: rgb(0, 0, 0);
  background-color: rgb(255, 255, 255);
  border-color: rgb(0, 0, 0);
}
.btn-primary.adn-general-inicio:hover, .btn-primary.adn-general-inicio:active, .btn-primary.adn-general-inicio:focus,
.btn--primary.adn-general-inicio:hover,
.btn--primary.adn-general-inicio:active,
.btn--primary.adn-general-inicio:focus {
  color: rgb(42, 43, 46);
  background-color: rgb(0, 0, 0);
  border-color: rgb(42, 43, 46);
}
.btn-primary.adn-general-inicio.disabled, .btn-primary.adn-general-inicio:disabled,
.btn--primary.adn-general-inicio.disabled,
.btn--primary.adn-general-inicio:disabled {
  color: rgb(42, 43, 46);
  background-color: rgb(0, 0, 0);
  border-color: rgb(42, 43, 46);
}
.btn-primary.disabled, .btn-primary:disabled,
.btn--primary.disabled,
.btn--primary:disabled {
  background-color: rgb(158, 158, 158);
  border-color: rgb(158, 158, 158);
}

.btn--primary.btn--inverted,
.btn-primary.btn--inverted {
  color: rgb(0, 0, 0);
  background-color: rgb(255, 255, 255);
  border-color: rgb(255, 255, 255);
}
.btn--primary.btn--inverted.adn-general,
.btn-primary.btn--inverted.adn-general {
  filter: invert(100%);
}
.btn--primary.btn--inverted:hover,
.btn-primary.btn--inverted:hover {
  color: rgb(0, 0, 0);
  background-color: rgb(224, 224, 224);
  border-color: rgb(224, 224, 224);
}
.btn--primary.btn--inverted.disabled, .btn--primary.btn--inverted:disabled,
.btn-primary.btn--inverted.disabled,
.btn-primary.btn--inverted:disabled {
  background-color: rgb(42, 43, 46);
  border-color: rgb(42, 43, 46);
}

.btn-secondary,
.btn--secondary,
.btn-outline-primary {
  color: rgb(0, 0, 0);
  background-color: rgb(255, 255, 255);
  border-color: rgb(0, 0, 0);
}
.btn-secondary.adn-general,
.btn--secondary.adn-general,
.btn-outline-primary.adn-general {
  filter: invert(100%);
}
.btn-secondary.disabled, .btn-secondary:disabled,
.btn--secondary.disabled,
.btn--secondary:disabled,
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: rgb(117, 117, 117);
  border-color: rgb(158, 158, 158);
}
.btn-secondary:hover, .btn-secondary:active, .btn-secondary:focus,
.btn--secondary:hover,
.btn--secondary:active,
.btn--secondary:focus,
.btn-outline-primary:hover,
.btn-outline-primary:active,
.btn-outline-primary:focus {
  color: rgb(33, 33, 33);
  border-color: rgb(33, 33, 33);
}
.btn-secondary--filter,
.btn--secondary--filter,
.btn-outline-primary--filter {
  padding: 0.375rem 0.5rem;
  background-color: transparent;
}
.btn-secondary--small,
.btn--secondary--small,
.btn-outline-primary--small {
  padding: 0.375rem 0.5rem;
}

.btn-secondary.btn--inverted,
.btn--secondary.btn--inverted {
  color: rgb(255, 255, 255);
  background-color: rgb(0, 0, 0);
  border-color: rgb(255, 255, 255);
}
.btn-secondary.btn--inverted:hover,
.btn--secondary.btn--inverted:hover {
  color: rgb(0, 0, 0);
  background-color: rgb(255, 255, 255);
  border-color: rgb(255, 255, 255);
}
.btn-secondary.btn--inverted.disabled, .btn-secondary.btn--inverted:disabled,
.btn--secondary.btn--inverted.disabled,
.btn--secondary.btn--inverted:disabled {
  color: rgb(42, 43, 46);
  border-color: rgb(42, 43, 46);
}

.remove-btn {
  background-color: transparent;
  border: 0;
}

.btn-tertiary {
  color: rgb(0, 0, 0);
  background-color: rgb(255, 255, 255);
  border-color: rgb(255, 255, 255);
}
.btn-tertiary:hover, .btn-tertiary:active, .btn-tertiary:focus {
  color: rgb(33, 33, 33);
}
.btn-tertiary:disabled {
  color: rgb(117, 117, 117);
}

.btn-fab {
  font-family: "AdFont", sans-serif;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  color: rgb(0, 0, 0);
  font-weight: 600;
  color: rgb(0, 0, 0);
  background-color: rgb(255, 255, 255);
  border-style: none;
  border-radius: 50%;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.btn-fab:hover, .btn-fab:active, .btn-fab:focus {
  color: rgb(33, 33, 33);
}
.btn-fab:disabled {
  color: rgb(117, 117, 117);
}
.btn-fab--mini {
  font-family: "AdFont", sans-serif;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  color: rgb(0, 0, 0);
  font-weight: 600;
}

.btn-add-to-cart {
  padding: 0.5rem;
  text-align: inherit;
  background-color: inherit;
  border-style: none;
  display: inline-flex;
  align-items: center;
  color: rgb(0, 0, 0);
  cursor: pointer;
}
.keyfocus .btn-add-to-cart:focus, .keyfocus .btn-add-to-cart:focus-visible {
  outline: 1px solid rgb(117, 117, 117);
  outline-offset: 0px;
}
.btn-add-to-cart:disabled {
  color: rgb(158, 158, 158);
}
.btn-add-to-cart:hover, .btn-add-to-cart:active, .keyfocus .btn-add-to-cart:focus {
  color: rgb(33, 33, 33);
}
.btn-add-to-cart svg {
  z-index: 1;
  width: 1.125rem;
  height: 1.125rem;
}
.btn-add-to-cart::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 1.375rem;
  height: 1.375rem;
  margin: auto;
  background-color: rgb(245, 245, 245);
  border-radius: 50%;
  content: "";
}

.btn-simple {
  width: auto;
  padding: 0;
  color: rgb(0, 0, 0);
  background-color: rgb(255, 255, 255);
  border-style: none;
}
.btn-simple:hover, .btn-simple:active, .btn-simple:focus {
  color: rgb(33, 33, 33);
}
.btn-simple:disabled {
  color: rgb(117, 117, 117);
}
.btn-simple--medium {
  font-family: "AdFont", sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.5;
  color: rgb(0, 0, 0);
  font-weight: 600;
}
.btn-simple--big {
  font-family: "AdFont", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.37;
  color: rgb(0, 0, 0);
  font-weight: 600;
}

.btn-icon {
  align-items: center;
}
.btn-icon .btn-icon__icon {
  width: 1.375rem;
  height: 1.375rem;
}
.btn-icon > * {
  vertical-align: middle;
}
.btn-icon .btn-icon__text {
  line-height: 1;
}

/* collapsible-group sample [1]
  No additional styles
  <div class="collapsible-group">
    <div class="collapsible-xl">
      ...
    </div>
  </div>
 */
/* collapsible-group--list sample [2]
  <div class="collapsible-group collapsible-group--list">
    <ul>
      <li>
        <div class="collapsible-xl">
          ...
        </div>
      </li>
    </ul>
  </div>
 */
@media (max-width: 374.98px) {
  .collapsible-group--list { /* [2] */ }
  .collapsible-group--list li:last-child .collapsible-xs {
    border-bottom: 1px solid rgb(224, 224, 224);
  }
  .collapsible-group--list .collapsible-xs {
    border-top: 1px solid rgb(224, 224, 224);
  }
  .collapsible-xs {
    padding: 0;
    border: 0;
  }
  .collapsible-xs .title {
    font-family: "AdFont", sans-serif;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0;
    color: rgb(0, 0, 0);
    font-weight: 600;
    position: relative;
    display: block;
    width: 100%;
    padding-top: 0.75rem;
    padding-right: calc(0.5rem + 1.375rem + 0.5rem);
    padding-bottom: 0.75rem;
    padding-left: 0;
    overflow: hidden;
    color: rgb(0, 0, 0);
    white-space: nowrap;
    text-align: left;
    text-transform: inherit;
    text-overflow: ellipsis;
    background-color: rgb(255, 255, 255);
    border: 0;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
  }
  .collapsible-xs .title::after {
    display: block;
    clear: both;
    content: "";
  }
  .keyfocus .collapsible-xs .title:focus, .keyfocus .collapsible-xs .title:focus-visible {
    outline: 1px solid rgb(117, 117, 117);
    outline-offset: -1px;
  }
}
@media (max-width: 374.98px) and (min-width: 1025px) {
  .collapsible-xs .title {
    padding-right: calc(0.5rem + 0.5rem + 0.5rem);
  }
}
@media (max-width: 374.98px) {
  .collapsible-xs .title::after {
    position: absolute;
    top: 50%;
    right: 0.5rem;
    width: 1.375rem;
    height: 1.375rem;
    background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 22 22" fill="none"><path d="M5.70711 8L10.717 13.01L15.7263 8.00158L16.4334 8.70869L11.424 13.717L11.4262 13.7191L10.7191 14.4262L10.717 14.424L10.7159 14.4262L10.0088 13.7191L10.01 13.717L5 8.70711L5.70711 8Z" fill="rgb(0, 0, 0)"/></svg>');
    background-repeat: no-repeat;
    background-size: 1.375rem;
    transform: translateY(-50%);
    content: "";
  }
  .collapsible-xs .content,
  .collapsible-xs .card-body {
    font-family: "AdFont", sans-serif;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0;
    color: rgb(0, 0, 0);
    font-weight: 400;
    display: none;
    margin-top: 0.5rem;
  }
  .collapsible-xs .content > :first-child,
  .collapsible-xs .card-body > :first-child {
    margin-top: 0;
  }
  .collapsible-xs .content > :last-child,
  .collapsible-xs .card-body > :last-child {
    margin-bottom: 0;
  }
  .collapsible-xs.active .title {
    transition: all 0.3s ease-in-out;
  }
  .collapsible-xs.active .title::after {
    background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 22 22" fill="none"><path d="M15.7264 14.4262L10.7165 9.4162L5.70713 14.4246L5.00002 13.7175L10.0095 8.7092L10.0073 8.70711L10.7144 8L10.7165 8.0022L10.7175 8L11.4246 8.70711L11.4235 8.7092L16.4335 13.7191L15.7264 14.4262Z" fill="rgb(0, 0, 0)"/></svg>');
  }
  .collapsible-xs.collapsible--footer .title {
    font-family: "AdFont", sans-serif;
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.37;
    color: rgb(0, 0, 0);
    font-weight: 600;
    padding: 0.75rem 0;
  }
  .collapsible-xs.collapsible--footer .title::after {
    display: block;
    clear: both;
    content: "";
  }
}
@media (max-width: 374.98px) and (min-width: 1025px) {
  .collapsible-xs.collapsible--footer .title {
    padding: 0;
    cursor: auto;
    cursor: initial;
  }
}
@media (max-width: 374.98px) {
  .collapsible-xs.collapsible--footer .title::after {
    right: 0;
  }
}
@media (max-width: 374.98px) and (min-width: 1025px) {
  .collapsible-xs.collapsible--footer .title::after {
    display: none;
  }
}
@media (max-width: 374.98px) {
  .collapsible-xs.collapsible--footer .content,
  .collapsible-xs.collapsible--footer .card-body {
    display: none;
    margin-top: 0;
    margin-bottom: 1.5rem;
    padding: 0;
  }
}
@media (max-width: 374.98px) and (min-width: 1025px) {
  .collapsible-xs.collapsible--footer .content,
  .collapsible-xs.collapsible--footer .card-body {
    display: block;
    margin-top: 1rem;
  }
}
@media (max-width: 374.98px) {
  .collapsible-xs.collapsible--small .title {
    padding-top: 0.5rem;
    padding-right: calc(1.375rem + 0.25rem);
    padding-bottom: 0;
  }
  .collapsible-xs.collapsible--small .title::after {
    top: auto;
    top: initial;
    right: 0;
    bottom: 0.125rem;
    background-position: center;
    background-size: 1rem;
    transform: none;
    transform: initial;
  }
  .collapsible-xs.collapsible--medium {
    margin-bottom: 0.75rem;
  }
  .collapsible-xs.collapsible--medium .title {
    font-family: "AdFont", sans-serif;
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0;
    color: rgb(0, 0, 0);
    font-weight: 600;
    padding-top: 0.75rem;
    padding-right: calc(1.375rem + 0.25rem);
    padding-bottom: 0;
  }
  .collapsible-xs.collapsible--medium .title::after {
    top: auto;
    top: initial;
    right: 0;
    bottom: 0;
    background-position: center;
    background-size: 1rem;
    transform: none;
    transform: initial;
  }
}
@media (max-width: 767.98px) {
  .collapsible-group--list { /* [2] */ }
  .collapsible-group--list li:last-child .collapsible-sm {
    border-bottom: 1px solid rgb(224, 224, 224);
  }
  .collapsible-group--list .collapsible-sm {
    border-top: 1px solid rgb(224, 224, 224);
  }
  .collapsible-sm {
    padding: 0;
    border: 0;
  }
  .collapsible-sm .title {
    font-family: "AdFont", sans-serif;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0;
    color: rgb(0, 0, 0);
    font-weight: 600;
    position: relative;
    display: block;
    width: 100%;
    padding-top: 0.75rem;
    padding-right: calc(0.5rem + 1.375rem + 0.5rem);
    padding-bottom: 0.75rem;
    padding-left: 0;
    overflow: hidden;
    color: rgb(0, 0, 0);
    white-space: nowrap;
    text-align: left;
    text-transform: inherit;
    text-overflow: ellipsis;
    background-color: rgb(255, 255, 255);
    border: 0;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
  }
  .collapsible-sm .title::after {
    display: block;
    clear: both;
    content: "";
  }
  .keyfocus .collapsible-sm .title:focus, .keyfocus .collapsible-sm .title:focus-visible {
    outline: 1px solid rgb(117, 117, 117);
    outline-offset: -1px;
  }
}
@media (max-width: 767.98px) and (min-width: 1025px) {
  .collapsible-sm .title {
    padding-right: calc(0.5rem + 0.5rem + 0.5rem);
  }
}
@media (max-width: 767.98px) {
  .collapsible-sm .title::after {
    position: absolute;
    top: 50%;
    right: 0.5rem;
    width: 1.375rem;
    height: 1.375rem;
    background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 22 22" fill="none"><path d="M5.70711 8L10.717 13.01L15.7263 8.00158L16.4334 8.70869L11.424 13.717L11.4262 13.7191L10.7191 14.4262L10.717 14.424L10.7159 14.4262L10.0088 13.7191L10.01 13.717L5 8.70711L5.70711 8Z" fill="rgb(0, 0, 0)"/></svg>');
    background-repeat: no-repeat;
    background-size: 1.375rem;
    transform: translateY(-50%);
    content: "";
  }
  .collapsible-sm .content,
  .collapsible-sm .card-body {
    font-family: "AdFont", sans-serif;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0;
    color: rgb(0, 0, 0);
    font-weight: 400;
    display: none;
    margin-top: 0.5rem;
  }
  .collapsible-sm .content > :first-child,
  .collapsible-sm .card-body > :first-child {
    margin-top: 0;
  }
  .collapsible-sm .content > :last-child,
  .collapsible-sm .card-body > :last-child {
    margin-bottom: 0;
  }
  .collapsible-sm.active .title {
    transition: all 0.3s ease-in-out;
  }
  .collapsible-sm.active .title::after {
    background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 22 22" fill="none"><path d="M15.7264 14.4262L10.7165 9.4162L5.70713 14.4246L5.00002 13.7175L10.0095 8.7092L10.0073 8.70711L10.7144 8L10.7165 8.0022L10.7175 8L11.4246 8.70711L11.4235 8.7092L16.4335 13.7191L15.7264 14.4262Z" fill="rgb(0, 0, 0)"/></svg>');
  }
  .collapsible-sm.collapsible--footer .title {
    font-family: "AdFont", sans-serif;
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.37;
    color: rgb(0, 0, 0);
    font-weight: 600;
    padding: 0.75rem 0;
  }
  .collapsible-sm.collapsible--footer .title::after {
    display: block;
    clear: both;
    content: "";
  }
}
@media (max-width: 767.98px) and (min-width: 1025px) {
  .collapsible-sm.collapsible--footer .title {
    padding: 0;
    cursor: auto;
    cursor: initial;
  }
}
@media (max-width: 767.98px) {
  .collapsible-sm.collapsible--footer .title::after {
    right: 0;
  }
}
@media (max-width: 767.98px) and (min-width: 1025px) {
  .collapsible-sm.collapsible--footer .title::after {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .collapsible-sm.collapsible--footer .content,
  .collapsible-sm.collapsible--footer .card-body {
    display: none;
    margin-top: 0;
    margin-bottom: 1.5rem;
    padding: 0;
  }
}
@media (max-width: 767.98px) and (min-width: 1025px) {
  .collapsible-sm.collapsible--footer .content,
  .collapsible-sm.collapsible--footer .card-body {
    display: block;
    margin-top: 1rem;
  }
}
@media (max-width: 767.98px) {
  .collapsible-sm.collapsible--small .title {
    padding-top: 0.5rem;
    padding-right: calc(1.375rem + 0.25rem);
    padding-bottom: 0;
  }
  .collapsible-sm.collapsible--small .title::after {
    top: auto;
    top: initial;
    right: 0;
    bottom: 0.125rem;
    background-position: center;
    background-size: 1rem;
    transform: none;
    transform: initial;
  }
  .collapsible-sm.collapsible--medium {
    margin-bottom: 0.75rem;
  }
  .collapsible-sm.collapsible--medium .title {
    font-family: "AdFont", sans-serif;
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0;
    color: rgb(0, 0, 0);
    font-weight: 600;
    padding-top: 0.75rem;
    padding-right: calc(1.375rem + 0.25rem);
    padding-bottom: 0;
  }
  .collapsible-sm.collapsible--medium .title::after {
    top: auto;
    top: initial;
    right: 0;
    bottom: 0;
    background-position: center;
    background-size: 1rem;
    transform: none;
    transform: initial;
  }
}
@media (max-width: 1024.98px) {
  .collapsible-group--list { /* [2] */ }
  .collapsible-group--list li:last-child .collapsible-md {
    border-bottom: 1px solid rgb(224, 224, 224);
  }
  .collapsible-group--list .collapsible-md {
    border-top: 1px solid rgb(224, 224, 224);
  }
  .collapsible-md {
    padding: 0;
    border: 0;
  }
  .collapsible-md .title {
    font-family: "AdFont", sans-serif;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0;
    color: rgb(0, 0, 0);
    font-weight: 600;
    position: relative;
    display: block;
    width: 100%;
    padding-top: 0.75rem;
    padding-right: calc(0.5rem + 1.375rem + 0.5rem);
    padding-bottom: 0.75rem;
    padding-left: 0;
    overflow: hidden;
    color: rgb(0, 0, 0);
    white-space: nowrap;
    text-align: left;
    text-transform: inherit;
    text-overflow: ellipsis;
    background-color: rgb(255, 255, 255);
    border: 0;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
  }
  .collapsible-md .title::after {
    display: block;
    clear: both;
    content: "";
  }
  .keyfocus .collapsible-md .title:focus, .keyfocus .collapsible-md .title:focus-visible {
    outline: 1px solid rgb(117, 117, 117);
    outline-offset: -1px;
  }
}
@media (max-width: 1024.98px) and (min-width: 1025px) {
  .collapsible-md .title {
    padding-right: calc(0.5rem + 0.5rem + 0.5rem);
  }
}
@media (max-width: 1024.98px) {
  .collapsible-md .title::after {
    position: absolute;
    top: 50%;
    right: 0.5rem;
    width: 1.375rem;
    height: 1.375rem;
    background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 22 22" fill="none"><path d="M5.70711 8L10.717 13.01L15.7263 8.00158L16.4334 8.70869L11.424 13.717L11.4262 13.7191L10.7191 14.4262L10.717 14.424L10.7159 14.4262L10.0088 13.7191L10.01 13.717L5 8.70711L5.70711 8Z" fill="rgb(0, 0, 0)"/></svg>');
    background-repeat: no-repeat;
    background-size: 1.375rem;
    transform: translateY(-50%);
    content: "";
  }
  .collapsible-md .content,
  .collapsible-md .card-body {
    font-family: "AdFont", sans-serif;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0;
    color: rgb(0, 0, 0);
    font-weight: 400;
    display: none;
    margin-top: 0.5rem;
  }
  .collapsible-md .content > :first-child,
  .collapsible-md .card-body > :first-child {
    margin-top: 0;
  }
  .collapsible-md .content > :last-child,
  .collapsible-md .card-body > :last-child {
    margin-bottom: 0;
  }
  .collapsible-md.active .title {
    transition: all 0.3s ease-in-out;
  }
  .collapsible-md.active .title::after {
    background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 22 22" fill="none"><path d="M15.7264 14.4262L10.7165 9.4162L5.70713 14.4246L5.00002 13.7175L10.0095 8.7092L10.0073 8.70711L10.7144 8L10.7165 8.0022L10.7175 8L11.4246 8.70711L11.4235 8.7092L16.4335 13.7191L15.7264 14.4262Z" fill="rgb(0, 0, 0)"/></svg>');
  }
  .collapsible-md.collapsible--footer .title {
    font-family: "AdFont", sans-serif;
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.37;
    color: rgb(0, 0, 0);
    font-weight: 600;
    padding: 0.75rem 0;
  }
  .collapsible-md.collapsible--footer .title::after {
    display: block;
    clear: both;
    content: "";
  }
}
@media (max-width: 1024.98px) and (min-width: 1025px) {
  .collapsible-md.collapsible--footer .title {
    padding: 0;
    cursor: auto;
    cursor: initial;
  }
}
@media (max-width: 1024.98px) {
  .collapsible-md.collapsible--footer .title::after {
    right: 0;
  }
}
@media (max-width: 1024.98px) and (min-width: 1025px) {
  .collapsible-md.collapsible--footer .title::after {
    display: none;
  }
}
@media (max-width: 1024.98px) {
  .collapsible-md.collapsible--footer .content,
  .collapsible-md.collapsible--footer .card-body {
    display: none;
    margin-top: 0;
    margin-bottom: 1.5rem;
    padding: 0;
  }
}
@media (max-width: 1024.98px) and (min-width: 1025px) {
  .collapsible-md.collapsible--footer .content,
  .collapsible-md.collapsible--footer .card-body {
    display: block;
    margin-top: 1rem;
  }
}
@media (max-width: 1024.98px) {
  .collapsible-md.collapsible--small .title {
    padding-top: 0.5rem;
    padding-right: calc(1.375rem + 0.25rem);
    padding-bottom: 0;
  }
  .collapsible-md.collapsible--small .title::after {
    top: auto;
    top: initial;
    right: 0;
    bottom: 0.125rem;
    background-position: center;
    background-size: 1rem;
    transform: none;
    transform: initial;
  }
  .collapsible-md.collapsible--medium {
    margin-bottom: 0.75rem;
  }
  .collapsible-md.collapsible--medium .title {
    font-family: "AdFont", sans-serif;
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0;
    color: rgb(0, 0, 0);
    font-weight: 600;
    padding-top: 0.75rem;
    padding-right: calc(1.375rem + 0.25rem);
    padding-bottom: 0;
  }
  .collapsible-md.collapsible--medium .title::after {
    top: auto;
    top: initial;
    right: 0;
    bottom: 0;
    background-position: center;
    background-size: 1rem;
    transform: none;
    transform: initial;
  }
}
@media (max-width: 1279.98px) {
  .collapsible-group--list { /* [2] */ }
  .collapsible-group--list li:last-child .collapsible-lg {
    border-bottom: 1px solid rgb(224, 224, 224);
  }
  .collapsible-group--list .collapsible-lg {
    border-top: 1px solid rgb(224, 224, 224);
  }
  .collapsible-lg {
    padding: 0;
    border: 0;
  }
  .collapsible-lg .title {
    font-family: "AdFont", sans-serif;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0;
    color: rgb(0, 0, 0);
    font-weight: 600;
    position: relative;
    display: block;
    width: 100%;
    padding-top: 0.75rem;
    padding-right: calc(0.5rem + 1.375rem + 0.5rem);
    padding-bottom: 0.75rem;
    padding-left: 0;
    overflow: hidden;
    color: rgb(0, 0, 0);
    white-space: nowrap;
    text-align: left;
    text-transform: inherit;
    text-overflow: ellipsis;
    background-color: rgb(255, 255, 255);
    border: 0;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
  }
  .collapsible-lg .title::after {
    display: block;
    clear: both;
    content: "";
  }
  .keyfocus .collapsible-lg .title:focus, .keyfocus .collapsible-lg .title:focus-visible {
    outline: 1px solid rgb(117, 117, 117);
    outline-offset: -1px;
  }
}
@media (max-width: 1279.98px) and (min-width: 1025px) {
  .collapsible-lg .title {
    padding-right: calc(0.5rem + 0.5rem + 0.5rem);
  }
}
@media (max-width: 1279.98px) {
  .collapsible-lg .title::after {
    position: absolute;
    top: 50%;
    right: 0.5rem;
    width: 1.375rem;
    height: 1.375rem;
    background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 22 22" fill="none"><path d="M5.70711 8L10.717 13.01L15.7263 8.00158L16.4334 8.70869L11.424 13.717L11.4262 13.7191L10.7191 14.4262L10.717 14.424L10.7159 14.4262L10.0088 13.7191L10.01 13.717L5 8.70711L5.70711 8Z" fill="rgb(0, 0, 0)"/></svg>');
    background-repeat: no-repeat;
    background-size: 1.375rem;
    transform: translateY(-50%);
    content: "";
  }
  .collapsible-lg .content,
  .collapsible-lg .card-body {
    font-family: "AdFont", sans-serif;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0;
    color: rgb(0, 0, 0);
    font-weight: 400;
    display: none;
    margin-top: 0.5rem;
  }
  .collapsible-lg .content > :first-child,
  .collapsible-lg .card-body > :first-child {
    margin-top: 0;
  }
  .collapsible-lg .content > :last-child,
  .collapsible-lg .card-body > :last-child {
    margin-bottom: 0;
  }
  .collapsible-lg.active .title {
    transition: all 0.3s ease-in-out;
  }
  .collapsible-lg.active .title::after {
    background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 22 22" fill="none"><path d="M15.7264 14.4262L10.7165 9.4162L5.70713 14.4246L5.00002 13.7175L10.0095 8.7092L10.0073 8.70711L10.7144 8L10.7165 8.0022L10.7175 8L11.4246 8.70711L11.4235 8.7092L16.4335 13.7191L15.7264 14.4262Z" fill="rgb(0, 0, 0)"/></svg>');
  }
  .collapsible-lg.collapsible--footer .title {
    font-family: "AdFont", sans-serif;
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.37;
    color: rgb(0, 0, 0);
    font-weight: 600;
    padding: 0.75rem 0;
  }
  .collapsible-lg.collapsible--footer .title::after {
    display: block;
    clear: both;
    content: "";
  }
}
@media (max-width: 1279.98px) and (min-width: 1025px) {
  .collapsible-lg.collapsible--footer .title {
    padding: 0;
    cursor: auto;
    cursor: initial;
  }
}
@media (max-width: 1279.98px) {
  .collapsible-lg.collapsible--footer .title::after {
    right: 0;
  }
}
@media (max-width: 1279.98px) and (min-width: 1025px) {
  .collapsible-lg.collapsible--footer .title::after {
    display: none;
  }
}
@media (max-width: 1279.98px) {
  .collapsible-lg.collapsible--footer .content,
  .collapsible-lg.collapsible--footer .card-body {
    display: none;
    margin-top: 0;
    margin-bottom: 1.5rem;
    padding: 0;
  }
}
@media (max-width: 1279.98px) and (min-width: 1025px) {
  .collapsible-lg.collapsible--footer .content,
  .collapsible-lg.collapsible--footer .card-body {
    display: block;
    margin-top: 1rem;
  }
}
@media (max-width: 1279.98px) {
  .collapsible-lg.collapsible--small .title {
    padding-top: 0.5rem;
    padding-right: calc(1.375rem + 0.25rem);
    padding-bottom: 0;
  }
  .collapsible-lg.collapsible--small .title::after {
    top: auto;
    top: initial;
    right: 0;
    bottom: 0.125rem;
    background-position: center;
    background-size: 1rem;
    transform: none;
    transform: initial;
  }
  .collapsible-lg.collapsible--medium {
    margin-bottom: 0.75rem;
  }
  .collapsible-lg.collapsible--medium .title {
    font-family: "AdFont", sans-serif;
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0;
    color: rgb(0, 0, 0);
    font-weight: 600;
    padding-top: 0.75rem;
    padding-right: calc(1.375rem + 0.25rem);
    padding-bottom: 0;
  }
  .collapsible-lg.collapsible--medium .title::after {
    top: auto;
    top: initial;
    right: 0;
    bottom: 0;
    background-position: center;
    background-size: 1rem;
    transform: none;
    transform: initial;
  }
}
@media (max-width: 1439.98px) {
  .collapsible-group--list { /* [2] */ }
  .collapsible-group--list li:last-child .collapsible-xl {
    border-bottom: 1px solid rgb(224, 224, 224);
  }
  .collapsible-group--list .collapsible-xl {
    border-top: 1px solid rgb(224, 224, 224);
  }
  .collapsible-xl {
    padding: 0;
    border: 0;
  }
  .collapsible-xl .title {
    font-family: "AdFont", sans-serif;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0;
    color: rgb(0, 0, 0);
    font-weight: 600;
    position: relative;
    display: block;
    width: 100%;
    padding-top: 0.75rem;
    padding-right: calc(0.5rem + 1.375rem + 0.5rem);
    padding-bottom: 0.75rem;
    padding-left: 0;
    overflow: hidden;
    color: rgb(0, 0, 0);
    white-space: nowrap;
    text-align: left;
    text-transform: inherit;
    text-overflow: ellipsis;
    background-color: rgb(255, 255, 255);
    border: 0;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
  }
  .collapsible-xl .title::after {
    display: block;
    clear: both;
    content: "";
  }
  .keyfocus .collapsible-xl .title:focus, .keyfocus .collapsible-xl .title:focus-visible {
    outline: 1px solid rgb(117, 117, 117);
    outline-offset: -1px;
  }
}
@media (max-width: 1439.98px) and (min-width: 1025px) {
  .collapsible-xl .title {
    padding-right: calc(0.5rem + 0.5rem + 0.5rem);
  }
}
@media (max-width: 1439.98px) {
  .collapsible-xl .title::after {
    position: absolute;
    top: 50%;
    right: 0.5rem;
    width: 1.375rem;
    height: 1.375rem;
    background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 22 22" fill="none"><path d="M5.70711 8L10.717 13.01L15.7263 8.00158L16.4334 8.70869L11.424 13.717L11.4262 13.7191L10.7191 14.4262L10.717 14.424L10.7159 14.4262L10.0088 13.7191L10.01 13.717L5 8.70711L5.70711 8Z" fill="rgb(0, 0, 0)"/></svg>');
    background-repeat: no-repeat;
    background-size: 1.375rem;
    transform: translateY(-50%);
    content: "";
  }
  .collapsible-xl .content,
  .collapsible-xl .card-body {
    font-family: "AdFont", sans-serif;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0;
    color: rgb(0, 0, 0);
    font-weight: 400;
    display: none;
    margin-top: 0.5rem;
  }
  .collapsible-xl .content > :first-child,
  .collapsible-xl .card-body > :first-child {
    margin-top: 0;
  }
  .collapsible-xl .content > :last-child,
  .collapsible-xl .card-body > :last-child {
    margin-bottom: 0;
  }
  .collapsible-xl.active .title {
    transition: all 0.3s ease-in-out;
  }
  .collapsible-xl.active .title::after {
    background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 22 22" fill="none"><path d="M15.7264 14.4262L10.7165 9.4162L5.70713 14.4246L5.00002 13.7175L10.0095 8.7092L10.0073 8.70711L10.7144 8L10.7165 8.0022L10.7175 8L11.4246 8.70711L11.4235 8.7092L16.4335 13.7191L15.7264 14.4262Z" fill="rgb(0, 0, 0)"/></svg>');
  }
  .collapsible-xl.collapsible--footer .title {
    font-family: "AdFont", sans-serif;
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.37;
    color: rgb(0, 0, 0);
    font-weight: 600;
    padding: 0.75rem 0;
  }
  .collapsible-xl.collapsible--footer .title::after {
    display: block;
    clear: both;
    content: "";
  }
}
@media (max-width: 1439.98px) and (min-width: 1025px) {
  .collapsible-xl.collapsible--footer .title {
    padding: 0;
    cursor: auto;
    cursor: initial;
  }
}
@media (max-width: 1439.98px) {
  .collapsible-xl.collapsible--footer .title::after {
    right: 0;
  }
}
@media (max-width: 1439.98px) and (min-width: 1025px) {
  .collapsible-xl.collapsible--footer .title::after {
    display: none;
  }
}
@media (max-width: 1439.98px) {
  .collapsible-xl.collapsible--footer .content,
  .collapsible-xl.collapsible--footer .card-body {
    display: none;
    margin-top: 0;
    margin-bottom: 1.5rem;
    padding: 0;
  }
}
@media (max-width: 1439.98px) and (min-width: 1025px) {
  .collapsible-xl.collapsible--footer .content,
  .collapsible-xl.collapsible--footer .card-body {
    display: block;
    margin-top: 1rem;
  }
}
@media (max-width: 1439.98px) {
  .collapsible-xl.collapsible--small .title {
    padding-top: 0.5rem;
    padding-right: calc(1.375rem + 0.25rem);
    padding-bottom: 0;
  }
  .collapsible-xl.collapsible--small .title::after {
    top: auto;
    top: initial;
    right: 0;
    bottom: 0.125rem;
    background-position: center;
    background-size: 1rem;
    transform: none;
    transform: initial;
  }
  .collapsible-xl.collapsible--medium {
    margin-bottom: 0.75rem;
  }
  .collapsible-xl.collapsible--medium .title {
    font-family: "AdFont", sans-serif;
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0;
    color: rgb(0, 0, 0);
    font-weight: 600;
    padding-top: 0.75rem;
    padding-right: calc(1.375rem + 0.25rem);
    padding-bottom: 0;
  }
  .collapsible-xl.collapsible--medium .title::after {
    top: auto;
    top: initial;
    right: 0;
    bottom: 0;
    background-position: center;
    background-size: 1rem;
    transform: none;
    transform: initial;
  }
}
@media (max-width: 1919.98px) {
  .collapsible-group--list { /* [2] */ }
  .collapsible-group--list li:last-child .collapsible-xxl {
    border-bottom: 1px solid rgb(224, 224, 224);
  }
  .collapsible-group--list .collapsible-xxl {
    border-top: 1px solid rgb(224, 224, 224);
  }
  .collapsible-xxl {
    padding: 0;
    border: 0;
  }
  .collapsible-xxl .title {
    font-family: "AdFont", sans-serif;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0;
    color: rgb(0, 0, 0);
    font-weight: 600;
    position: relative;
    display: block;
    width: 100%;
    padding-top: 0.75rem;
    padding-right: calc(0.5rem + 1.375rem + 0.5rem);
    padding-bottom: 0.75rem;
    padding-left: 0;
    overflow: hidden;
    color: rgb(0, 0, 0);
    white-space: nowrap;
    text-align: left;
    text-transform: inherit;
    text-overflow: ellipsis;
    background-color: rgb(255, 255, 255);
    border: 0;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
  }
  .collapsible-xxl .title::after {
    display: block;
    clear: both;
    content: "";
  }
  .keyfocus .collapsible-xxl .title:focus, .keyfocus .collapsible-xxl .title:focus-visible {
    outline: 1px solid rgb(117, 117, 117);
    outline-offset: -1px;
  }
}
@media (max-width: 1919.98px) and (min-width: 1025px) {
  .collapsible-xxl .title {
    padding-right: calc(0.5rem + 0.5rem + 0.5rem);
  }
}
@media (max-width: 1919.98px) {
  .collapsible-xxl .title::after {
    position: absolute;
    top: 50%;
    right: 0.5rem;
    width: 1.375rem;
    height: 1.375rem;
    background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 22 22" fill="none"><path d="M5.70711 8L10.717 13.01L15.7263 8.00158L16.4334 8.70869L11.424 13.717L11.4262 13.7191L10.7191 14.4262L10.717 14.424L10.7159 14.4262L10.0088 13.7191L10.01 13.717L5 8.70711L5.70711 8Z" fill="rgb(0, 0, 0)"/></svg>');
    background-repeat: no-repeat;
    background-size: 1.375rem;
    transform: translateY(-50%);
    content: "";
  }
  .collapsible-xxl .content,
  .collapsible-xxl .card-body {
    font-family: "AdFont", sans-serif;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0;
    color: rgb(0, 0, 0);
    font-weight: 400;
    display: none;
    margin-top: 0.5rem;
  }
  .collapsible-xxl .content > :first-child,
  .collapsible-xxl .card-body > :first-child {
    margin-top: 0;
  }
  .collapsible-xxl .content > :last-child,
  .collapsible-xxl .card-body > :last-child {
    margin-bottom: 0;
  }
  .collapsible-xxl.active .title {
    transition: all 0.3s ease-in-out;
  }
  .collapsible-xxl.active .title::after {
    background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 22 22" fill="none"><path d="M15.7264 14.4262L10.7165 9.4162L5.70713 14.4246L5.00002 13.7175L10.0095 8.7092L10.0073 8.70711L10.7144 8L10.7165 8.0022L10.7175 8L11.4246 8.70711L11.4235 8.7092L16.4335 13.7191L15.7264 14.4262Z" fill="rgb(0, 0, 0)"/></svg>');
  }
  .collapsible-xxl.collapsible--footer .title {
    font-family: "AdFont", sans-serif;
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.37;
    color: rgb(0, 0, 0);
    font-weight: 600;
    padding: 0.75rem 0;
  }
  .collapsible-xxl.collapsible--footer .title::after {
    display: block;
    clear: both;
    content: "";
  }
}
@media (max-width: 1919.98px) and (min-width: 1025px) {
  .collapsible-xxl.collapsible--footer .title {
    padding: 0;
    cursor: auto;
    cursor: initial;
  }
}
@media (max-width: 1919.98px) {
  .collapsible-xxl.collapsible--footer .title::after {
    right: 0;
  }
}
@media (max-width: 1919.98px) and (min-width: 1025px) {
  .collapsible-xxl.collapsible--footer .title::after {
    display: none;
  }
}
@media (max-width: 1919.98px) {
  .collapsible-xxl.collapsible--footer .content,
  .collapsible-xxl.collapsible--footer .card-body {
    display: none;
    margin-top: 0;
    margin-bottom: 1.5rem;
    padding: 0;
  }
}
@media (max-width: 1919.98px) and (min-width: 1025px) {
  .collapsible-xxl.collapsible--footer .content,
  .collapsible-xxl.collapsible--footer .card-body {
    display: block;
    margin-top: 1rem;
  }
}
@media (max-width: 1919.98px) {
  .collapsible-xxl.collapsible--small .title {
    padding-top: 0.5rem;
    padding-right: calc(1.375rem + 0.25rem);
    padding-bottom: 0;
  }
  .collapsible-xxl.collapsible--small .title::after {
    top: auto;
    top: initial;
    right: 0;
    bottom: 0.125rem;
    background-position: center;
    background-size: 1rem;
    transform: none;
    transform: initial;
  }
  .collapsible-xxl.collapsible--medium {
    margin-bottom: 0.75rem;
  }
  .collapsible-xxl.collapsible--medium .title {
    font-family: "AdFont", sans-serif;
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0;
    color: rgb(0, 0, 0);
    font-weight: 600;
    padding-top: 0.75rem;
    padding-right: calc(1.375rem + 0.25rem);
    padding-bottom: 0;
  }
  .collapsible-xxl.collapsible--medium .title::after {
    top: auto;
    top: initial;
    right: 0;
    bottom: 0;
    background-position: center;
    background-size: 1rem;
    transform: none;
    transform: initial;
  }
}
.collapsible-group--list { /* [2] */ }
.collapsible-group--list li:last-child .collapsible-xxxl {
  border-bottom: 1px solid rgb(224, 224, 224);
}
.collapsible-group--list .collapsible-xxxl {
  border-top: 1px solid rgb(224, 224, 224);
}

.collapsible-xxxl {
  padding: 0;
  border: 0;
}
.collapsible-xxxl .title {
  font-family: "AdFont", sans-serif;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  color: rgb(0, 0, 0);
  font-weight: 600;
  position: relative;
  display: block;
  width: 100%;
  padding-top: 0.75rem;
  padding-right: calc(0.5rem + 1.375rem + 0.5rem);
  padding-bottom: 0.75rem;
  padding-left: 0;
  overflow: hidden;
  color: rgb(0, 0, 0);
  white-space: nowrap;
  text-align: left;
  text-transform: inherit;
  text-overflow: ellipsis;
  background-color: rgb(255, 255, 255);
  border: 0;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.collapsible-xxxl .title::after {
  display: block;
  clear: both;
  content: "";
}
.keyfocus .collapsible-xxxl .title:focus, .keyfocus .collapsible-xxxl .title:focus-visible {
  outline: 1px solid rgb(117, 117, 117);
  outline-offset: -1px;
}
@media (min-width: 1025px) {
  .collapsible-xxxl .title {
    padding-right: calc(0.5rem + 0.5rem + 0.5rem);
  }
}
.collapsible-xxxl .title::after {
  position: absolute;
  top: 50%;
  right: 0.5rem;
  width: 1.375rem;
  height: 1.375rem;
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 22 22" fill="none"><path d="M5.70711 8L10.717 13.01L15.7263 8.00158L16.4334 8.70869L11.424 13.717L11.4262 13.7191L10.7191 14.4262L10.717 14.424L10.7159 14.4262L10.0088 13.7191L10.01 13.717L5 8.70711L5.70711 8Z" fill="rgb(0, 0, 0)"/></svg>');
  background-repeat: no-repeat;
  background-size: 1.375rem;
  transform: translateY(-50%);
  content: "";
}
.collapsible-xxxl .content,
.collapsible-xxxl .card-body {
  font-family: "AdFont", sans-serif;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  color: rgb(0, 0, 0);
  font-weight: 400;
  display: none;
  margin-top: 0.5rem;
}
.collapsible-xxxl .content > :first-child,
.collapsible-xxxl .card-body > :first-child {
  margin-top: 0;
}
.collapsible-xxxl .content > :last-child,
.collapsible-xxxl .card-body > :last-child {
  margin-bottom: 0;
}
.collapsible-xxxl.active .title {
  transition: all 0.3s ease-in-out;
}
.collapsible-xxxl.active .title::after {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 22 22" fill="none"><path d="M15.7264 14.4262L10.7165 9.4162L5.70713 14.4246L5.00002 13.7175L10.0095 8.7092L10.0073 8.70711L10.7144 8L10.7165 8.0022L10.7175 8L11.4246 8.70711L11.4235 8.7092L16.4335 13.7191L15.7264 14.4262Z" fill="rgb(0, 0, 0)"/></svg>');
}
.collapsible-xxxl.collapsible--footer .title {
  font-family: "AdFont", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.37;
  color: rgb(0, 0, 0);
  font-weight: 600;
  padding: 0.75rem 0;
}
.collapsible-xxxl.collapsible--footer .title::after {
  display: block;
  clear: both;
  content: "";
}
@media (min-width: 1025px) {
  .collapsible-xxxl.collapsible--footer .title {
    padding: 0;
    cursor: auto;
    cursor: initial;
  }
}
.collapsible-xxxl.collapsible--footer .title::after {
  right: 0;
}
@media (min-width: 1025px) {
  .collapsible-xxxl.collapsible--footer .title::after {
    display: none;
  }
}
.collapsible-xxxl.collapsible--footer .content,
.collapsible-xxxl.collapsible--footer .card-body {
  display: none;
  margin-top: 0;
  margin-bottom: 1.5rem;
  padding: 0;
}
@media (min-width: 1025px) {
  .collapsible-xxxl.collapsible--footer .content,
  .collapsible-xxxl.collapsible--footer .card-body {
    display: block;
    margin-top: 1rem;
  }
}
.collapsible-xxxl.collapsible--small .title {
  padding-top: 0.5rem;
  padding-right: calc(1.375rem + 0.25rem);
  padding-bottom: 0;
}
.collapsible-xxxl.collapsible--small .title::after {
  top: auto;
  top: initial;
  right: 0;
  bottom: 0.125rem;
  background-position: center;
  background-size: 1rem;
  transform: none;
  transform: initial;
}
.collapsible-xxxl.collapsible--medium {
  margin-bottom: 0.75rem;
}
.collapsible-xxxl.collapsible--medium .title {
  font-family: "AdFont", sans-serif;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  color: rgb(0, 0, 0);
  font-weight: 600;
  padding-top: 0.75rem;
  padding-right: calc(1.375rem + 0.25rem);
  padding-bottom: 0;
}
.collapsible-xxxl.collapsible--medium .title::after {
  top: auto;
  top: initial;
  right: 0;
  bottom: 0;
  background-position: center;
  background-size: 1rem;
  transform: none;
  transform: initial;
}

.country-selector-modal {
  display: block;
  visibility: hidden;
}
.country-selector-modal--show {
  visibility: visible;
}

.dynamic-banner-modal {
  position: fixed;
  z-index: 1350;
  display: none;
  align-items: center;
  background-color: rgb(255, 255, 255);
}
@media (min-width: 480px) {
  .dynamic-banner-modal {
    right: 1rem;
    bottom: 1rem;
    border-radius: 10px;
  }
}
.dynamic-banner-modal--show {
  display: flex;
}
.dynamic-banner-modal[data-stage="1"]:has(.dynamic-banner-modal__block--one img), .dynamic-banner-modal:has(.dynamic-banner-modal__custom-content img) {
  background-color: transparent;
}
.dynamic-banner-modal .close {
  position: absolute;
  padding: 0.3125rem;
  line-height: 0;
  cursor: pointer;
}
.dynamic-banner-modal .close-icon {
  width: 1rem;
  height: 1rem;
}
.dynamic-banner-modal__content {
  width: 100%;
  height: 100%;
}
.dynamic-banner-modal__content--show-one .dynamic-banner-modal__block {
  display: none;
}
.dynamic-banner-modal__content--show-one .dynamic-banner-modal__block--one {
  display: block;
}
.dynamic-banner-modal__content--show-two .dynamic-banner-modal__block {
  display: none;
}
.dynamic-banner-modal__content--show-two .dynamic-banner-modal__block--two {
  display: block;
}
.dynamic-banner-modal__content--show-three .dynamic-banner-modal__block {
  display: none;
}
.dynamic-banner-modal__content--show-three .dynamic-banner-modal__block--three {
  display: block;
}
.dynamic-banner-modal__content--show-three-success .dynamic-banner-modal__block-three-success {
  display: block;
}
.dynamic-banner-modal__content--show-three-success .dynamic-banner-modal__block-three-error {
  display: none;
}
.dynamic-banner-modal__content--show-three-error .dynamic-banner-modal__block-three-error {
  display: block;
}
.dynamic-banner-modal__content--show-three-error .dynamic-banner-modal__block-three-success {
  display: none;
}
.dynamic-banner-modal__block {
  display: none;
}
.dynamic-banner-modal__block .content-asset,
.dynamic-banner-modal__block .dynamic-banner-modal__text-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.dynamic-banner-modal__custom-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.dynamic-banner-modal__custom-content .dynamic-banner-modal__text-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.dynamic-banner-modal__block--one .dynamic-banner-modal__button, .dynamic-banner-modal__custom-content .dynamic-banner-modal__button {
  height: 2.625rem;
  padding: 0.75rem;
}
.dynamic-banner-modal__block--two .content-asset + .newsletter__form {
  margin-top: 1rem;
}
.dynamic-banner-modal__background-image {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.dynamic-banner-modal__title {
  margin: 0;
  text-align: center;
}
.dynamic-banner-modal__text {
  font-family: "AdFont", sans-serif;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  color: rgb(0, 0, 0);
  font-weight: 400;
  width: 100%;
  margin: 0;
  text-align: center;
}
.dynamic-banner-modal__highlighted-text {
  font-weight: 700;
}
.dynamic-banner-modal__button {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0;
}
.dynamic-banner-modal .content-asset {
  width: 100%;
  height: 100%;
}
.dynamic-banner-modal .newsletter-container {
  margin-bottom: 0;
}
.dynamic-banner-modal .newsletter-subscribe-button {
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
}
.dynamic-banner-modal .newsletter-legal-text {
  padding-top: 0;
  /* More specificity needed to override newsletter.scss styles */
}
.dynamic-banner-modal .newsletter-legal-text .invalid-feedback {
  width: 100%;
}
.dynamic-banner-modal .newsletter-legal-text .newsletter-subscribe-button {
  margin-top: 1rem;
}

.dynamic-banner-modal--version1 {
  right: 0;
  bottom: 0;
  width: 100%;
  min-height: 23.25rem;
  border-radius: 10px 10px 0 0;
  box-shadow: 0 -4px 4px rgba(0, 0, 0, 0.25);
}
@media (min-width: 480px) {
  .dynamic-banner-modal--version1 {
    width: 23.4375rem;
    border-radius: 10px;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  }
}
.dynamic-banner-modal--version1 .close {
  top: 0.5rem;
  right: 0.5rem;
}
.dynamic-banner-modal--version1 .dynamic-banner-modal__block--one .dynamic-banner-modal__title,
.dynamic-banner-modal--version1 .dynamic-banner-modal__custom-content .dynamic-banner-modal__title {
  font-family: "AdFont", sans-serif;
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: 0;
  color: rgb(0, 0, 0);
  margin: 0 1rem;
}
.dynamic-banner-modal--version1 .dynamic-banner-modal__block--one .dynamic-banner-modal__title + .dynamic-banner-modal__text,
.dynamic-banner-modal--version1 .dynamic-banner-modal__custom-content .dynamic-banner-modal__title + .dynamic-banner-modal__text {
  margin-top: 1.3125rem;
}
.dynamic-banner-modal--version1 .dynamic-banner-modal__block--one .dynamic-banner-modal__text,
.dynamic-banner-modal--version1 .dynamic-banner-modal__custom-content .dynamic-banner-modal__text {
  width: 17.5rem;
}
.dynamic-banner-modal--version1 .dynamic-banner-modal__block--one .dynamic-banner-modal__button,
.dynamic-banner-modal--version1 .dynamic-banner-modal__custom-content .dynamic-banner-modal__button {
  width: 9.125rem;
}
.dynamic-banner-modal--version1 .dynamic-banner-modal__block--two {
  width: calc(100% - 1rem - 1rem);
  margin: 0 1rem;
}
.dynamic-banner-modal--version1 .dynamic-banner-modal__block--two .dynamic-banner-modal__title + .dynamic-banner-modal__text {
  margin-top: 0.5rem;
}
.dynamic-banner-modal--version1 .dynamic-banner-modal__block--two .dynamic-banner-modal__title {
  font-family: "AdFont", sans-serif;
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.27;
  color: rgb(0, 0, 0);
}
.dynamic-banner-modal--version1 .dynamic-banner-modal__block--two .newsletter-legal-text {
  padding-top: 1.125rem;
}
.dynamic-banner-modal--version1 .dynamic-banner-modal__block--three {
  width: calc(100% - 1rem - 1rem);
  margin-right: 1rem;
  margin-left: 1rem;
}
.dynamic-banner-modal--version1 .dynamic-banner-modal__block--three .dynamic-banner-modal__title {
  font-family: "AdFont", sans-serif;
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: 0;
  color: rgb(0, 0, 0);
}
.dynamic-banner-modal--version1 .dynamic-banner-modal__text + .dynamic-banner-modal__button,
.dynamic-banner-modal--version1 .dynamic-banner-modal__text-container + .dynamic-banner-modal__button {
  margin-top: 2rem;
}
.dynamic-banner-modal--version1 .dynamic-banner-modal__button,
.dynamic-banner-modal--version1 .newsletter-subscribe-button {
  min-width: 9.125rem;
}
.dynamic-banner-modal--version1 .dynamic-banner-modal__background-image {
  border-radius: 10px 10px 0 0;
}
@media (min-width: 480px) {
  .dynamic-banner-modal--version1 .dynamic-banner-modal__background-image {
    border-radius: 10px;
  }
}

.dynamic-banner-modal--version2 {
  right: 1.125rem;
  bottom: 1.125rem;
  width: calc(100% - 1.125rem - 1.125rem);
  min-height: 2.625rem;
  padding: 1rem;
  border-radius: 10px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
@media (min-width: 480px) {
  .dynamic-banner-modal--version2 {
    width: 21.375rem;
  }
}
.dynamic-banner-modal--version2 .close {
  top: 0.25rem;
  right: 0.25rem;
}
.dynamic-banner-modal--version2 .dynamic-banner-modal__custom-content {
  display: grid;
  grid-template: 1fr/auto 6.75rem;
  justify-content: normal;
  grid-column-gap: 0.5rem;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}
.dynamic-banner-modal--version2 .dynamic-banner-modal__block--one,
.dynamic-banner-modal--version2 .dynamic-banner-modal__custom-content {
  padding-right: 1rem;
}
.dynamic-banner-modal--version2 .dynamic-banner-modal__block--one .content-asset,
.dynamic-banner-modal--version2 .dynamic-banner-modal__custom-content .content-asset {
  display: grid;
  grid-template: 1fr/auto 6.75rem;
  justify-content: normal;
  grid-column-gap: 0.5rem;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}
.dynamic-banner-modal--version2 .dynamic-banner-modal__block--one .dynamic-banner-modal__title,
.dynamic-banner-modal--version2 .dynamic-banner-modal__block--one .dynamic-banner-modal__text,
.dynamic-banner-modal--version2 .dynamic-banner-modal__custom-content .dynamic-banner-modal__title,
.dynamic-banner-modal--version2 .dynamic-banner-modal__custom-content .dynamic-banner-modal__text {
  grid-column-start: 1;
}
.dynamic-banner-modal--version2 .dynamic-banner-modal__block--one .dynamic-banner-modal__button,
.dynamic-banner-modal--version2 .dynamic-banner-modal__custom-content .dynamic-banner-modal__button {
  grid-column-start: 2;
}
.dynamic-banner-modal--version2 .dynamic-banner-modal__block--two {
  width: 100%;
  margin: 0;
}
.dynamic-banner-modal--version2 .dynamic-banner-modal__block--two .dynamic-banner-modal__title + .dynamic-banner-modal__text {
  margin-top: 0.25rem;
}
.dynamic-banner-modal--version2 .dynamic-banner-modal__block--three .dynamic-banner-modal__text + .dynamic-banner-modal__button {
  margin-top: 1rem;
}
.dynamic-banner-modal--version2 .dynamic-banner-modal__title {
  font-family: "AdFont", sans-serif;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5;
  color: rgb(0, 0, 0);
  font-weight: 700;
}
@media (min-width: 1025px) {
  .dynamic-banner-modal--version2 .dynamic-banner-modal__title {
    font-size: 1rem;
    line-height: 1.37;
  }
}
.dynamic-banner-modal--version2 .dynamic-banner-modal__button,
.dynamic-banner-modal--version2 .newsletter-subscribe-button {
  min-width: 6.75rem;
}
.dynamic-banner-modal--version2 .dynamic-banner-modal__background-image {
  border-radius: 10px;
}

/**
 * Ellipsed text at defined line number, with 'show more'/'show less' button
 *
  <div class="ellipsed-text">
      <p class="ellipsed-text__text ellipsed-text__line-clamp-2">
      </p>
      <button class="link link-primary ellipsed-text__link ellipsed-text__show-more">
          Show more
      </button>
      <button class="link link-primary ellipsed-text__link ellipsed-text__show-less">
          Show less
      </button>
  </div>
 *
**/
.ellipsed-text__line-clamp-2 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.ellipsed-text__line-clamp-4 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.ellipsed-text__show-less {
  display: none;
}
.ellipsed-text__show-all .ellipsed-text__text {
  -webkit-line-clamp: unset;
}
.ellipsed-text__show-all .ellipsed-text__show-more {
  display: none;
}
.ellipsed-text__show-all .ellipsed-text__show-less {
  display: block;
}

/**
 * Fake selector for customized styles. Keeps the original <select> to maintain the
    original functionality or form management

    Add also .fake-select__button to select selector
     (app_ad_core/cartridges/app_ad_core/cartridge/client/default/scss/ad/components/forms/_form-control.scss)

    Example: login phone prefix.

  <div class="fake-select">
    <select
        type="text"
        class="fake-select__original-select"
    >
        <option></option>
        [...]
    </select>

    <isset name="optionsIterator" value="${pdict.profileForm.login.phonePrefixes.phonePrefix.options}" scope="page" />
    <isinclude template="components/fakeSelect"/>
  </div>
 *
**/
.fake-select__original-select {
  display: none;
}
.fake-select__button {
  width: 100%;
  border-top: 0;
  border-right: 0;
  border-left: 0;
}
.fake-select__button[aria-expanded=true] {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 22 22" fill="none"><path d="M15.7264 14.4262L10.7165 9.4162L5.70713 14.4246L5.00002 13.7175L10.0095 8.7092L10.0073 8.70711L10.7144 8L10.7165 8.0022L10.7175 8L11.4246 8.70711L11.4235 8.7092L16.4335 13.7191L15.7264 14.4262Z" fill="rgb(0, 0, 0)"/></svg>');
}
.fake-select__list {
  overflow-y: auto;
  /* W3C Working Draft */
  scrollbar-color: rgb(158, 158, 158) transparent; /* stylelint-disable-line property-no-unknown */
  /* Internet Explorer */
  scrollbar-face-color: rgb(158, 158, 158);
  scrollbar-track-color: transparent;
  /* Firefox */
  scrollbar-width: thin;
  position: absolute;
  z-index: 1;
  width: 5.4375rem;
  max-height: 21.875rem;
  background-color: rgb(255, 255, 255);
  border: 1px solid rgb(70, 71, 76);
}
.fake-select__list::-webkit-scrollbar-thumb {
  background-color: rgb(158, 158, 158);
  border-radius: 1.5px;
}
.fake-select__list::-webkit-scrollbar-track {
  background-color: transparent;
}
.fake-select__list::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}
.fake-select__list::-webkit-scrollbar:horizontal {
  width: 1px;
  height: 1px;
}
.fake-select__list::-webkit-scrollbar-thumb:horizontal {
  background-color: rgb(0, 0, 0);
  border-radius: 1.5px;
}
.fake-select__list::-webkit-scrollbar-track:horizontal {
  background-color: rgb(245, 245, 245);
}
@supports (scrollbar-width: auto) {
  .fake-select__list {
    scrollbar-color: auto; /* Chrome +121 */
  }
}
@supports (scrollbar-width: auto) {
  .fake-select__list {
    scrollbar-width: auto; /* Chrome +121 */
  }
}
.fake-select__item {
  padding-top: 2px;
  padding-bottom: 2px;
  cursor: pointer;
}
.fake-select .form-control-label {
  z-index: 2;
}

.floating-navigation {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
  display: none;
}
@media (min-width: 1025px) {
  .floating-navigation {
    position: absolute;
    top: 0;
    bottom: inherit;
    left: inherit;
  }
}
@media (min-width: 1360px) {
  .floating-navigation {
    right: 50%;
    transform: translateX(50%);
  }
}
@media (max-width: 1024px) {
  .floating-navigation__wrapper {
    background-color: rgb(255, 255, 255);
  }
}
@media (min-width: 1025px) {
  .floating-navigation__wrapper {
    padding-right: 1rem;
  }
}
@media (min-width: 1025px) and (min-width: 768px) {
  .floating-navigation__wrapper {
    padding-right: 2rem;
  }
}
@media (min-width: 1025px) and (min-width: 1025px) {
  .floating-navigation__wrapper {
    padding-right: 3rem;
  }
}
@media (min-width: 1360px) {
  .floating-navigation__wrapper {
    padding-right: 0;
  }
}
.floating-navigation__list {
  overflow-y: auto;
  /* W3C Working Draft */
  scrollbar-color: rgb(158, 158, 158) transparent; /* stylelint-disable-line property-no-unknown */
  /* Internet Explorer */
  scrollbar-face-color: rgb(158, 158, 158);
  scrollbar-track-color: transparent;
  /* Firefox */
  scrollbar-width: thin;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  width: auto;
  margin: 0;
  padding: 0;
  overflow-x: auto;
  overflow-y: hidden;
  list-style: none;
}
.floating-navigation__list::-webkit-scrollbar-thumb {
  background-color: rgb(158, 158, 158);
  border-radius: 1.5px;
}
.floating-navigation__list::-webkit-scrollbar-track {
  background-color: transparent;
}
.floating-navigation__list::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}
.floating-navigation__list::-webkit-scrollbar:horizontal {
  width: 1px;
  height: 1px;
}
.floating-navigation__list::-webkit-scrollbar-thumb:horizontal {
  background-color: rgb(0, 0, 0);
  border-radius: 1.5px;
}
.floating-navigation__list::-webkit-scrollbar-track:horizontal {
  background-color: rgb(245, 245, 245);
}
@supports (scrollbar-width: auto) {
  .floating-navigation__list {
    scrollbar-color: auto; /* Chrome +121 */
  }
}
@supports (scrollbar-width: auto) {
  .floating-navigation__list {
    scrollbar-width: auto; /* Chrome +121 */
  }
}
@media (min-width: 1025px) {
  .floating-navigation__list {
    justify-content: center;
    margin: 0 -0.75rem;
    padding: 0;
  }
}
.floating-navigation-item {
  display: flex;
  margin: 0;
  list-style-type: none;
}
.floating-navigation-item__link {
  font-family: "AdFont", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
  font-weight: 600;
  display: block;
  padding: 0.75rem 1rem;
  white-space: nowrap;
  text-transform: uppercase;
  /* stylelint-disable selector-class-pattern */
  /* stylelint-disable max-nesting-depth */
  /* stylelint-enable selector-class-pattern */
}
@media (min-width: 1025px) {
  .floating-navigation-item__link {
    font-size: 0.75rem;
  }
}
@media (min-width: 1025px) {
  .floating-navigation-item__link {
    padding: 0 0.75rem 1rem;
  }
}
.floating-navigation-item__link.isSelected {
  color: rgb(0, 0, 0);
  background-color: rgb(255, 255, 255);
}
.floating-navigation-item__link.isSelected.white-version {
  color: rgb(255, 255, 255);
  background-color: rgb(0, 0, 0);
}
.floating-navigation-item__link:hover {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.sticky-floating-navigation,
.floating-plp-navigation {
  position: -webkit-sticky;
  position: sticky;
  top: 3.25rem;
  z-index: 1020;
  display: flex;
  justify-content: space-between;
  min-height: 2.5rem;
  margin-bottom: 0.5rem;
  background-color: rgb(255, 255, 255);
  transition: background-color 0.35s linear;
}
@media (min-width: 1025px) {
  .sticky-floating-navigation,
  .floating-plp-navigation {
    top: 4.5rem;
    justify-content: flex-end;
    min-height: 2.9375rem;
  }
}

.sticky-floating-navigation--transparent,
.floating-plp-navigation--transparent {
  background-color: transparent;
}

.sticky-floating-navigation__wrapper,
.floating-plp-navigation__wrapper {
  flex-grow: 1;
  min-height: inherit;
  margin: auto;
  overflow-x: auto;
}
@media (max-width: 767px) {
  .sticky-floating-navigation__wrapper,
  .floating-plp-navigation__wrapper {
    overflow: -moz-scrollbars-none;
    list-style: none;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .sticky-floating-navigation__wrapper::-webkit-scrollbar,
  .floating-plp-navigation__wrapper::-webkit-scrollbar {
    display: none;
  }
}
@media (min-width: 768px) {
  .sticky-floating-navigation__wrapper,
  .floating-plp-navigation__wrapper {
    overflow-y: auto;
    /* W3C Working Draft */
    scrollbar-color: rgb(158, 158, 158) transparent; /* stylelint-disable-line property-no-unknown */
    /* Internet Explorer */
    scrollbar-face-color: rgb(158, 158, 158);
    scrollbar-track-color: transparent;
    /* Firefox */
    scrollbar-width: thin;
    overflow-y: hidden;
  }
  .sticky-floating-navigation__wrapper::-webkit-scrollbar-thumb,
  .floating-plp-navigation__wrapper::-webkit-scrollbar-thumb {
    background-color: rgb(158, 158, 158);
    border-radius: 1.5px;
  }
  .sticky-floating-navigation__wrapper::-webkit-scrollbar-track,
  .floating-plp-navigation__wrapper::-webkit-scrollbar-track {
    background-color: transparent;
  }
  .sticky-floating-navigation__wrapper::-webkit-scrollbar,
  .floating-plp-navigation__wrapper::-webkit-scrollbar {
    width: 3px;
    height: 3px;
  }
  .sticky-floating-navigation__wrapper::-webkit-scrollbar:horizontal,
  .floating-plp-navigation__wrapper::-webkit-scrollbar:horizontal {
    width: 1px;
    height: 1px;
  }
  .sticky-floating-navigation__wrapper::-webkit-scrollbar-thumb:horizontal,
  .floating-plp-navigation__wrapper::-webkit-scrollbar-thumb:horizontal {
    background-color: rgb(0, 0, 0);
    border-radius: 1.5px;
  }
  .sticky-floating-navigation__wrapper::-webkit-scrollbar-track:horizontal,
  .floating-plp-navigation__wrapper::-webkit-scrollbar-track:horizontal {
    background-color: rgb(245, 245, 245);
  }
  @supports (scrollbar-width: auto) {
    .sticky-floating-navigation__wrapper,
    .floating-plp-navigation__wrapper {
      scrollbar-color: auto; /* Chrome +121 */
    }
  }
  @supports (scrollbar-width: auto) {
    .sticky-floating-navigation__wrapper,
    .floating-plp-navigation__wrapper {
      scrollbar-width: auto; /* Chrome +121 */
    }
  }
  .sticky-floating-navigation__wrapper::-webkit-scrollbar:horizontal,
  .floating-plp-navigation__wrapper::-webkit-scrollbar:horizontal {
    width: 1px;
    height: 1px;
  }
  .sticky-floating-navigation__wrapper::-webkit-scrollbar-thumb:horizontal,
  .floating-plp-navigation__wrapper::-webkit-scrollbar-thumb:horizontal {
    background-color: rgb(224, 224, 224);
    border-radius: 1.5px;
  }
  .sticky-floating-navigation__wrapper::-webkit-scrollbar-track:horizontal,
  .floating-plp-navigation__wrapper::-webkit-scrollbar-track:horizontal {
    background-color: rgb(245, 245, 245);
  }
}
@media (min-width: 1025px) {
  .sticky-floating-navigation__wrapper,
  .floating-plp-navigation__wrapper {
    position: absolute;
    left: 50%;
    max-width: 65%;
    transform: translateX(-50%);
  }
}

.sticky-floating-navigation__list,
.floating-plp-navigation__list {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  width: auto;
  margin: 0 0 -0.75rem;
  padding: 0;
}
@media (min-width: 1025px) {
  .sticky-floating-navigation__list,
  .floating-plp-navigation__list {
    margin-left: 0;
  }
}

.sticky-floating-navigation-item,
.floating-plp-navigation-item {
  display: flex;
  margin: 0;
}

.sticky-floating-navigation-item__link,
.floating-plp-navigation-item__link {
  font-family: "AdFont", sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.5;
  color: rgb(0, 0, 0);
  font-weight: 600;
  display: block;
  padding: 0.59375rem 0.75rem;
  color: rgb(117, 117, 117);
  white-space: nowrap;
}
@media (min-width: 1025px) {
  .sticky-floating-navigation-item__link,
  .floating-plp-navigation-item__link {
    padding-top: 0.8125rem;
    padding-bottom: 0.8125rem;
  }
}
.sticky-floating-navigation-item__link:hover,
.floating-plp-navigation-item__link:hover {
  color: rgb(0, 0, 0);
  font-weight: 700;
}

.sticky-floating-navigation-item__name,
.floating-plp-navigation-item__name {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
}

.floating-plp-navigation .switch-btn-wrapper {
  margin: auto 0 auto 1rem;
}
.floating-plp-navigation__wrapper.adn-list {
  z-index: 1100;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: auto;
  height: 5rem;
  margin-bottom: 0.3rem;
  padding-left: 7rem;
  background-color: rgb(0, 0, 0);
}
@media (min-width: 1025px) {
  .floating-plp-navigation__wrapper.adn-list {
    position: absolute;
    left: 50%;
    max-width: 100%;
    transform: translateX(-50%);
  }
}
@media (max-width: 1279px) {
  .floating-plp-navigation__wrapper.adn-list {
    position: absolute;
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100vw;
    height: 4rem;
    margin-top: 3rem;
  }
}
.floating-plp-navigation__wrapper.adn-list .info-link {
  position: absolute;
  top: 2.2rem;
  left: 19rem;
  display: none;
  color: rgb(255, 255, 255);
  font-weight: 300;
}
.floating-plp-navigation__wrapper.adn-list .info-link.club {
  left: 24.8rem;
}
.floating-plp-navigation__wrapper.adn-list .info-link.club__pt {
  left: 28.4rem;
}
.floating-plp-navigation__wrapper.adn-list .info-link.premium {
  left: 17rem;
}
.floating-plp-navigation__wrapper.adn-list .info-link.box {
  left: 30.9rem;
}
.floating-plp-navigation__wrapper.adn-list .info-link.rent {
  left: 36.5rem;
}
.floating-plp-navigation__wrapper.adn-list .info-link.play {
  left: 34.8rem;
}
.floating-plp-navigation__wrapper.adn-list .info-link.live {
  left: 42.4rem;
}
.floating-plp-navigation__wrapper.adn-list::-webkit-scrollbar {
  display: none;
}
@media (max-width: 1024px) {
  .floating-plp-navigation__wrapper.adn-list.hidden {
    display: none;
  }
}
.floating-plp-navigation__list {
  list-style: none;
}
.floating-plp-navigation-item {
  list-style-type: none;
}
.floating-plp-navigation-item__link.selected {
  color: rgb(0, 0, 0);
  font-weight: 700;
}
.floating-plp-navigation-item__link_adn {
  display: block;
  padding-top: 0;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  white-space: nowrap;
}
@media (min-width: 1025px) {
  .floating-plp-navigation-item__link_adn {
    margin-top: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 1rem;
  }
}
@media (max-width: 1279px) {
  .floating-plp-navigation-item__link_adn {
    padding-top: 0.8rem;
    padding-bottom: 0.5rem;
  }
}
.floating-plp-navigation-item__name_adn {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0.15rem;
  color: rgb(255, 255, 255);
  font-weight: 200;
  font-size: inherit;
  line-height: inherit;
}
@media (max-width: 1279px) {
  .floating-plp-navigation-item__name_adn {
    margin-bottom: 0.5rem;
  }
}
.floating-plp-navigation-item__name_adn:hover, .floating-plp-navigation-item__name_adn.selected {
  width: -moz-fit-content;
  width: fit-content;
  color: rgb(0, 0, 0);
  background-color: rgb(255, 255, 255);
}
@media (min-width: 1360px) {
  .floating-plp-navigation-item__name_adn:hover ~ .info-link {
    display: block;
  }
}
.floating-plp-navigation-item .floating-nav-back-button {
  position: relative;
  bottom: -0.22rem;
  left: -2rem;
  width: 1.4rem;
  height: 1.4rem;
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 22 22" fill="none" ><path fill-rule="evenodd" clip-rule="evenodd" d="M4 11l4.225 4L9 14.267 5.55 11 9 7.733 8.225 7 4 11z" fill="rgb(255, 255, 255)"/><path d="M16 17h1V5h-1v12z" fill="rgb(255, 255, 255)"/><path fill-rule="evenodd" clip-rule="evenodd" d="M5 10.5h8v1H5v-1z" fill="rgb(255, 255, 255)"/></svg>');
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}
@media (max-width: 1274px) {
  .floating-plp-navigation-item .floating-nav-back-button {
    bottom: -0.37rem;
  }
}
@media (max-width: 1023px) {
  .floating-plp-navigation-item .floating-nav-back-button {
    display: none;
  }
}

.site-search {
  padding-right: 1rem;
  padding-left: 1rem;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  display: none;
  padding-bottom: 0.75rem;
  background-color: rgb(255, 255, 255);
}
@media (min-width: 768px) {
  .site-search {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
@media (min-width: 1025px) {
  .site-search {
    padding-right: 3rem;
    padding-left: 3rem;
  }
}
.site-search form {
  position: relative;
}
.site-search .reset-button {
  position: absolute;
  top: 50%;
  right: 0;
  width: 1.375rem;
  height: 1.375rem;
  padding: 0;
  background-color: transparent;
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 22 22"><path d="M12.262 12.968l5.9 5.901.707-.707-6.607-6.608zm5.901-9.836l-7.161 7.161-7.161-7.161-.707.707L10.295 11l-7.161 7.162.707.707L18.87 3.839z" fill="rgb(0, 0, 0)" fill-rule="evenodd"/></svg>');
  background-repeat: no-repeat;
  background-size: 1.375rem;
  border-style: none;
  transform: translateY(-50%);
  cursor: pointer;
}
.site-search .search-field {
  padding: 0 1.5rem 0 0;
  font-size: 1.375rem;
  border-bottom-style: none;
}
@media (min-width: 768px) {
  .site-search .search-field {
    font-size: 2rem;
  }
}
@media (min-width: 1025px) {
  .site-search .search-field {
    font-size: 2.5rem;
  }
}

.search__toggler {
  position: relative;
  width: 100%;
}
@media (min-width: 1280px) {
  .search__toggler {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 15rem;
    padding: 0;
    background-color: transparent;
    transform: translate(-50%, -50%);
  }
}

.search-toggler__button {
  width: 1.375rem;
  height: 1.375rem;
  padding: 0;
  color: rgb(0, 0, 0);
  vertical-align: middle;
  background: none;
  border-style: none;
  cursor: pointer;
}
@media (min-width: 1025px) {
  .search-toggler__button {
    position: absolute;
    top: 6px;
    left: 0;
  }
}
.search-toggler__input {
  display: none;
}
@media (min-width: 1025px) {
  .search-toggler__input {
    display: block;
    padding-left: 2rem;
    text-transform: uppercase;
    background-color: transparent;
    border-bottom: 1px solid rgb(0, 0, 0);
  }
}
.search-toggler__input::-moz-placeholder {
  font-family: "AdFont", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
  font-weight: 600;
  color: rgb(0, 0, 0);
}
.search-toggler__input::placeholder {
  font-family: "AdFont", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
  font-weight: 600;
  color: rgb(0, 0, 0);
}
@media (min-width: 1025px) {
  .search-toggler__input::-moz-placeholder {
    font-size: 0.75rem;
  }
  .search-toggler__input::placeholder {
    font-size: 0.75rem;
  }
}

.suggestions-wrapper {
  position: relative;
}

.suggestions {
  position: fixed;
  right: 0;
  z-index: 3;
  display: block;
  display: flex;
  width: 100%;
  height: 100%;
  background-color: rgb(255, 255, 255);
}
.suggestions .container {
  padding-right: 1rem;
  padding-left: 1rem;
  list-style-type: none;
}
@media (min-width: 768px) {
  .suggestions .container {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
@media (min-width: 1025px) {
  .suggestions .container {
    padding-right: 3rem;
    padding-left: 3rem;
  }
}
.suggestions .header {
  font-family: "AdFont", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.37;
  color: rgb(0, 0, 0);
  font-weight: 600;
  padding: 1.5rem 0 1rem 0;
}
@media (min-width: 1025px) {
  .suggestions .header {
    font-size: 0.875rem;
  }
}
@media (min-width: 1025px) {
  .suggestions .header:first-child {
    border-top: 1px solid rgb(224, 224, 224);
  }
}
.suggestions .items {
  padding-bottom: 1.5rem;
  border-bottom: 1px solid rgb(224, 224, 224);
}
.suggestions .item:not(:first-child) {
  margin-top: 0.5rem;
}
.suggestions .item.prod-item {
  margin-top: 0;
  margin-bottom: 1.5rem;
}
@media (min-width: 1025px) {
  .suggestions .item.prod-item {
    margin-bottom: 4rem;
  }
}
.suggestions .prod-item:nth-child(5),
.suggestions .prod-item:nth-child(6) {
  display: none;
}
@media (min-width: 768px) {
  .suggestions .prod-item:nth-child(5),
  .suggestions .prod-item:nth-child(6) {
    display: block;
  }
}
.suggestions .item .name {
  overflow: hidden;
  font-size: 0.875rem;
  text-overflow: ellipsis;
}
@media (min-width: 1025px) {
  .suggestions .item .name {
    font-size: 1rem;
  }
}
.suggestions .product-name {
  display: block;
  padding-right: 0.5rem;
  font-weight: 600;
}
.suggestions .category-parent-icon {
  width: 0.5rem;
  height: 0.5rem;
  margin-bottom: 0.25rem;
  vertical-align: middle;
  fill: rgb(70, 71, 76);
}
.suggestions .selected {
  background-color: rgb(224, 224, 224);
}
.suggestions .term {
  font-family: "AdFont", sans-serif;
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.09;
  color: rgb(0, 0, 0);
  font-weight: normal;
  text-transform: none;
}
@media (min-width: 1025px) {
  .suggestions .term {
    font-size: 2rem;
    line-height: 1.12;
  }
}

.suggestions-header {
  width: 100%;
}
@media (min-width: 1025px) {
  .suggestions-header .items {
    padding-bottom: 0;
    border-bottom: 0;
  }
}

.suggestions-block {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1025px) {
  .suggestions-block {
    flex-direction: row-reverse;
    padding-top: 1.5rem;
  }
}
.suggestions-block-products {
  flex: 1;
}
@media (min-width: 1025px) {
  .suggestions-block-products {
    max-width: 1500px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 3rem;
  }
  .suggestions-block-products .header {
    display: none;
  }
}
@media (min-width: 1025px) {
  .suggestions-block-info {
    width: 25%;
    max-width: 300px;
  }
}

.suggestions-block-products > .items {
  margin-right: -0.25rem;
  margin-left: -0.25rem;
}
.suggestions-block-products > .items > .prod-item {
  padding-top: 0.25rem;
  padding-right: 0.25rem;
  padding-left: 0.25rem;
}
.suggestions-block-products > .items img {
  width: 100%;
}

.more-below {
  position: fixed;
  top: calc(100vh - 3rem);
  right: 2rem;
  z-index: 1070;
  display: none;
  width: 2rem;
  height: 2rem;
  background: rgb(255, 255, 255);
  border: 0.063em solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  box-shadow: 0 1px 7px rgba(0, 0, 0, 0.3);
}
.more-below::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.375rem;
  height: 1.375rem;
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 22 22" fill="none"><path d="M5.70711 8L10.717 13.01L15.7263 8.00158L16.4334 8.70869L11.424 13.717L11.4262 13.7191L10.7191 14.4262L10.717 14.424L10.7159 14.4262L10.0088 13.7191L10.01 13.717L5 8.70711L5.70711 8Z" fill="rgb(0, 0, 0)"/></svg>');
  background-repeat: no-repeat;
  background-size: 1.375rem;
  transform: translate(-50%, -50%);
  content: "";
}

a,
.link {
  font-family: "AdFont", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0;
  -webkit-text-decoration: underline;
  text-decoration: underline;
  color: rgb(0, 0, 0);
  font-weight: 400;
  -webkit-text-decoration: none;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.keyfocus a:focus, .keyfocus a:focus-visible,
.keyfocus .link:focus,
.keyfocus .link:focus-visible {
  outline: 1px solid rgb(117, 117, 117);
  outline-offset: 0px;
}
a:hover,
.link:hover {
  color: rgb(33, 33, 33);
  -webkit-text-decoration: none;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

/* Some buttons like the Tertiary Button can be made with link classes
** <button class="link link--partial-underline link-primary"></button>
*/
/* stylelint-disable-next-line selector-no-qualifying-type */
button.link {
  padding: 0;
  text-align: inherit;
  background-color: inherit;
  border-style: none;
}

.link--partial-underline {
  position: relative;
  line-height: normal;
}
.link--partial-underline::after {
  position: absolute;
  right: 0;
  bottom: 2px;
  left: 0;
  max-width: 8px;
  height: 1px;
  background-color: currentColor;
  transition: all 0.3s ease-in-out;
  content: "";
}
.link--partial-underline:hover::after {
  max-width: 100%;
  background-color: currentColor;
  transition: all 0.3s ease-in-out;
}

.link-primary {
  font-family: "AdFont", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0;
  -webkit-text-decoration: underline;
  text-decoration: underline;
  color: rgb(0, 0, 0);
  font-weight: 400;
}
.link-primary::after {
  bottom: -1px;
  height: 2px;
}

.link-primary--semibold {
  font-weight: 600;
}

.link-underline,
.link-underline:hover {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.link-small {
  font-family: "AdFont", sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0;
  -webkit-text-decoration: underline;
  text-decoration: underline;
  color: rgb(0, 0, 0);
  font-weight: 600;
}
.link-small.adn-general {
  color: rgb(255, 255, 255);
}
.link-small:hover {
  color: rgb(33, 33, 33);
}

.link-navigation {
  font-family: "AdFont", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.37;
  color: rgb(0, 0, 0);
  font-weight: 600;
  position: relative;
  padding-left: 1rem;
  text-transform: uppercase;
}
.link-navigation:hover {
  color: rgb(33, 33, 33);
}
.link-navigation::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 0.75rem;
  height: 0.75rem;
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 22 22"><path fill="rgb(0, 0, 0)" fill-rule="evenodd" d="M13.843 18.685L6 10.843 13.843 3l.707.707-7.136 7.136 7.136 7.135z"/></svg>');
  background-repeat: no-repeat;
  background-size: 0.75rem;
  transform: translateY(-50%);
  content: "";
}

.link-filter {
  font-family: "AdFont", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.37;
  color: rgb(0, 0, 0);
  font-weight: 600;
  position: relative;
  text-transform: uppercase;
}
.link-filter:hover {
  color: rgb(117, 117, 117);
}
.link-filter::before {
  position: absolute;
  top: 50%;
  right: 0;
  width: 0.75rem;
  height: 0.75rem;
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 22 22"><path fill="rgb(0, 0, 0)" fill-rule="evenodd" d="M13.843 18.685L6 10.843 13.843 3l.707.707-7.136 7.136 7.136 7.135z"/></svg>');
  background-repeat: no-repeat;
  background-size: 0.75rem;
  transform: translateY(-50%) rotate(180deg);
  content: "";
}

.link--left-line::before {
  position: relative;
  right: 0;
  display: inline-block;
  width: 0;
  height: 2px;
  background-color: currentColor;
  transform-origin: left;
  transition: width 0.35s ease-in-out;
  content: "";
}
.link--left-line:hover {
  color: rgb(0, 0, 0);
  font-weight: 600;
}
.link--left-line:hover::before {
  width: 10px;
  margin-right: 2px;
  transition: width 0.35s ease-in-out;
}

/*
 "link-icon--*" classes depend on ".link-icon" class
 <a class="link-icon link-icon--left"></a>
 */
.link-icon {
  display: inline-flex;
  align-items: center;
}
.link-icon svg {
  width: 1.375rem;
  height: 1.375rem;
}
.link-icon > * {
  vertical-align: middle;
}
.link-icon span {
  margin-left: 0.5rem;
  padding-top: 1px;
  line-height: 1;
}

.link-navigation-close {
  font-family: "AdFont", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.37;
  color: rgb(0, 0, 0);
  font-weight: 600;
  position: relative;
  padding: 1rem 1rem 1rem 0;
  text-transform: uppercase;
}
.link-navigation-close:hover {
  color: rgb(117, 117, 117);
}
.link-navigation-close::after {
  position: absolute;
  top: 50%;
  right: 0.1875rem;
  width: 1rem;
  height: 1rem;
  padding-bottom: 1rem;
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 22 22"><path d="M12.262 12.968l5.9 5.901.707-.707-6.607-6.608zm5.901-9.836l-7.161 7.161-7.161-7.161-.707.707L10.295 11l-7.161 7.162.707.707L18.87 3.839z" fill="rgb(0, 0, 0)" fill-rule="evenodd"/></svg>');
  background-repeat: no-repeat;
  background-size: 1rem;
  transform: translateY(-50%);
  content: "";
}

.list--check-style {
  padding: 0;
}
.list--check-style li {
  display: flex;
  margin-bottom: 1rem;
  list-style: none;
  /* stylelint-disable selector-no-qualifying-type */
}
.list--check-style li::before {
  display: inline-block;
  flex-grow: 0;
  flex-shrink: 0;
  width: 1.375rem;
  height: 1.375rem;
  margin-right: 1rem;
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 22 22"><path fill="rgb(0, 0, 0)" fill-rule="evenodd" d="M9.857 14.068L6 10.211l.707-.707 3.149 3.149L15.495 7l.708.706z"/></svg>');
  background-repeat: no-repeat;
  background-position: center -1px;
  content: "";
}
.list--check-style li.adn-general {
  display: flex;
  margin-bottom: 1rem;
  color: rgb(255, 255, 255);
  list-style: none;
  background-color: rgb(0, 0, 0);
}
.list--check-style li.adn-general::before {
  display: inline-block;
  flex-grow: 0;
  flex-shrink: 0;
  width: 1.375rem;
  height: 1.375rem;
  margin-right: 1rem;
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 22 22"><path fill="rgb(255, 255, 255)" fill-rule="evenodd" d="M9.857 14.068L6 10.211l.707-.707 3.149 3.149L15.495 7l.708.706z"/></svg>');
  background-repeat: no-repeat;
  background-position: center -1px;
  content: "";
}

.table {
  width: auto;
  margin-bottom: 0;
  padding: 0.5rem 1rem;
  color: rgb(0, 0, 0);
  border: 1px solid rgb(224, 224, 224);
  border-collapse: collapse;
}
.table th,
.table td {
  text-align: center;
}
.table tbody td,
.table thead th {
  font-weight: inherit;
  text-align: center;
  border: 1px solid rgb(224, 224, 224);
}

/*
 * Colors: Base
\* -------------------------------------------------------------------------- */
/*
 * Colors: System color
\* -------------------------------------------------------------------------- */
/*
 * Colors: Overrides
\* -------------------------------------------------------------------------- */
/*
 * Colors: ADN-club
\* -------------------------------------------------------------------------- */
/** System monospace */
/**
 * Returns a rem value from a number of pixels.
 * Its uses 16px as root font-size
 */
/* -- Not on redesign -- */
/* 1025 is used instead of 1024 because touch devices design is not specified */
/* Scrollbars customization */
/**
 * Returns an url encoded SVG with the given color
 * @param {String} $icon - SVG code
 * @param {String} $color - Final color
 * @return {String} URL encoded svg
 */
/* stylelint-disable function-parentheses-newline-inside */
/* stylelint-enable function-parentheses-newline-inside */
/*
 * https://allyjs.io/tutorials/hiding-elements.html#2017-edition-of-visuallyhidden
 */
/* Mixin to use if touch devices design is specified */
/** Vertical scrollbar with custom color & size
*     @include ad-scrollbars(color, size);
*/
/** Horizontal scrollbar with custom color & size
*     @include ad-scrollbars();
*     @include ad-scrollbars-horizontal(color, size);
*/
.attribute {
  margin-top: 0.938em;
}
.attribute label {
  display: block;
}

@media (max-width: 374.98px) {
  .primary-images {
    margin: 0;
    padding: 0;
  }
}

del + .sales {
  color: rgb(229, 57, 53);
}

.discount-wrapper {
  display: inline-block;
}
.discount-wrapper .value {
  white-space: normal;
}
.discount-wrapper .sales {
  color: rgb(229, 57, 53);
}

.price {
  display: flex;
  align-items: center;
  min-height: calc(0.875rem + 0.25rem * 2);
}
.price .sales {
  font-weight: inherit;
}
.price .strike-through {
  color: rgb(0, 0, 0);
}
.price .discount {
  margin-left: 0.3125rem;
  white-space: nowrap;
}
.price .discount::before {
  margin-right: -2px;
  content: "-";
}
.price del {
  -webkit-text-decoration: none;
  text-decoration: none;
}

.prices-add-to-cart-actions {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 50;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
}
@media (max-width: 374.98px) {
  .prices-add-to-cart-actions {
    background-color: rgba(255, 255, 255, 0.95);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  }
}
@media (min-width: 375px) {
  .prices-add-to-cart-actions {
    position: static;
    padding: 0 0.9375em;
  }
}
.prices-add-to-cart-actions .price {
  text-align: center;
}

.prices {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  text-align: center;
}

.add-to-wishlist-messages,
.remove-from-wishlist-messages,
.wishlist-error-search,
.product-details-error {
  position: fixed;
  top: 25%;
  left: 50%;
  z-index: 1070;
  transform: translate(-50%, -50%);
}

.add-to-cart-messages {
  position: fixed;
  top: 25%;
  left: 50%;
  z-index: 1070;
  transform: translate(-50%, -50%);
  z-index: 1500;
}
.product-detail .add-to-cart-messages--alert-success {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: inherit;
  transform: translate(0, -100%);
}

.add-to-basket-alert {
  padding: 1em;
  animation: fade 5s linear forwards;
  text-align: center;
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.add-to-basket-alert.show {
  display: block;
}
.product-detail .add-to-basket-alert.alert-success {
  font-family: "AdFont", sans-serif;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  color: rgb(0, 0, 0);
  display: flex;
  justify-content: space-between;
  margin: 0;
  color: rgb(255, 255, 255);
  text-align: left;
  background-color: rgb(0, 0, 0);
}

.add-to-basket-link {
  font-family: "AdFont", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
  font-weight: 600;
  margin-left: 0.5rem;
  color: rgb(255, 255, 255);
  line-height: 1;
  text-transform: uppercase;
}
@media (min-width: 1025px) {
  .add-to-basket-link {
    font-size: 0.75rem;
  }
}
.add-to-basket-link:hover {
  color: rgb(255, 255, 255);
}

.simple-quantity {
  margin-top: 1em;
}

.main-attributes {
  margin-top: 1em;
}

.availability {
  margin-top: 1.071em;
}

.bundle-item {
  padding-bottom: 1em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.bundle-item:last-child {
  border-bottom-style: none;
}

.container.product-detail {
  margin-top: 2em;
  margin-bottom: 2em;
}
@media (max-width: 374.98px) {
  .container.product-detail {
    margin-top: 0;
    margin-bottom: 0;
  }
}

.product-option:not(:first-child) {
  margin-top: 1.071em;
}

.discount-message {
  font-family: "AdFont", sans-serif;
  font-size: 0.6875rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.27;
  letter-spacing: 0;
  color: rgb(0, 0, 0);
  font-weight: 400;
  color: rgb(117, 117, 117);
}

.product-info {
  padding: 0 1rem;
  background-color: rgb(255, 255, 255);
}
@media (max-width: 767px) {
  .product-info {
    position: relative;
    z-index: 4;
    margin-top: -95px;
  }
}
@media (min-width: 768px) {
  .product-info {
    margin-top: 0;
    padding-right: 0;
    padding-left: 2.5%;
  }
}
@media (min-width: 1440px) {
  .product-info {
    padding-right: 8.33%;
    padding-left: 0;
  }
}
.bundle-detail-page .product-info {
  position: -webkit-sticky;
  position: sticky;
  margin-top: 0;
}
@media (max-width: 767px) {
  .bundle-detail-page .product-info {
    bottom: 0;
  }
}
@media (min-width: 768px) {
  .bundle-detail-page .product-info {
    padding-left: 0;
  }
}
.product-info__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 768px) {
  .product-detail-page .product-info__wrapper {
    position: -webkit-sticky;
    position: sticky;
    top: 3.25rem;
  }
}
@media (min-width: 1025px) {
  .product-detail-page .product-info__wrapper {
    top: 4.5rem;
  }
}
@media (min-width: 768px) {
  .product-info__section + .product-info__section {
    margin-top: 1.5rem;
  }
}
.product-info__primary-section {
  display: grid;
  grid-template-areas: "productName actions" "productPrice actions";
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  grid-column-gap: 1.5rem;
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}
@media (min-width: 768px) {
  .product-info__primary-section {
    display: block;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
@media (min-width: 768px) {
  .product-info__actions, .product-info__bundle-actions {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .product-info__bundle-actions {
    margin-top: 1.5rem;
  }
}
.product-info__buttons {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 3;
  grid-area: actions;
}
@media (min-width: 768px) {
  .product-info__buttons {
    display: flex;
    align-items: center;
    margin-top: 2rem;
  }
}
.product-info__name {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  font-family: "AdFont", sans-serif;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  color: rgb(0, 0, 0);
  font-weight: 600;
  grid-area: productName;
  margin: 0 0 0.3125rem 0;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .product-info__name {
    font-family: "AdFont", sans-serif;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.5;
    color: rgb(0, 0, 0);
  }
}
@media (min-width: 768px) and (min-width: 1025px) {
  .product-info__name {
    font-size: 1.375rem;
    line-height: 1.27;
  }
}
.product-info__price {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  grid-area: productPrice;
  align-items: baseline;
}
.product-info__price .price {
  font-family: "AdFont", sans-serif;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  color: rgb(0, 0, 0);
  font-weight: 600;
}
@media (min-width: 768px) {
  .product-info__price .price {
    font-family: "AdFont", sans-serif;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.5;
    color: rgb(0, 0, 0);
  }
}
@media (min-width: 768px) and (min-width: 1025px) {
  .product-info__price .price {
    font-size: 1rem;
    line-height: 1.37;
  }
}
.product-info__wishlist {
  position: absolute;
  top: 1rem;
  right: 1rem;
  display: inline-flex;
}
@media (min-width: 768px) {
  .product-info__wishlist {
    position: static;
    margin-left: 1rem;
  }
}
.product-info__collapsibles {
  padding: 0;
  border-style: none;
}
.product-info__sizes-info {
  margin: 0;
  background: rgb(255, 255, 255);
  transition: bottom 0.35s linear;
}
@media (max-width: 767px) {
  .product-info__sizes-info {
    position: fixed;
    right: 0;
    bottom: -100%;
    left: 0;
    z-index: 10;
    padding-bottom: 0;
    border-style: none;
  }
}
@media (min-width: 768px) {
  .product-info__sizes-info {
    position: relative;
    display: block;
    margin-top: 1.5rem;
  }
}
.product-info__quantity {
  display: none;
}
.product-info__quantity label {
  font-family: "AdFont", sans-serif;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  color: rgb(0, 0, 0);
  display: block;
  margin-bottom: 0.75rem;
}
.product-info__last-stock {
  margin-top: 0.5rem;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .product-info__last-stock {
    display: none;
  }
}
.product-info__chart {
  display: flex;
  justify-content: space-around;
  margin: 0;
  padding: 0.875rem 1.5rem 0.8125rem;
  text-align: center;
}
@media (min-width: 768px) {
  .product-info__chart {
    justify-content: space-between;
    padding: 0.3125rem 0 0;
    text-align: left;
    border-top: 1px solid rgb(224, 224, 224);
  }
}
.product-info__chart .link {
  font-weight: 400;
  word-break: keep-all;
}

.adn-premium-tag {
  display: none;
  margin-left: 0.25rem;
}
@media (min-width: 1025px) {
  .adn-premium-tag {
    margin-left: 0.5rem;
  }
}
.adn-premium-tag__value, .adn-premium-tag__link {
  font-family: "AdFont", sans-serif;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  color: rgb(0, 0, 0);
  align-items: center;
  margin-top: 0.3125rem;
  color: rgb(117, 117, 117);
  line-height: 1.75;
}
@media (min-width: 1025px) {
  .adn-premium-tag__value, .adn-premium-tag__link {
    font-size: 1rem;
    line-height: 1.37;
  }
}
.product-info-pdp .adn-premium-tag {
  display: block;
}

.product-sizes__selector {
  margin: 0;
  padding: 0;
  list-style: none;
  outline: none;
}
.product-sizes__selector--adnGift .disabled--unavailable {
  -webkit-text-decoration: none;
  text-decoration: none;
}
.product-sizes__selector--adnGift .selected.disabled--unavailable {
  color: rgb(255, 255, 255);
  background-color: rgb(0, 0, 0);
  border-color: rgb(0, 0, 0);
}
.product-sizes__label {
  font-family: "AdFont", sans-serif;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  color: rgb(0, 0, 0);
  font-weight: 600;
  display: block;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
}
.shop-the-look-card .product-sizes__label {
  display: none;
}
.product-sizes__header {
  position: relative;
  min-height: 3rem;
  margin: 0;
  padding: 0.875rem 1.5rem 0.8125rem;
}
@media (min-width: 768px) {
  .product-sizes__header {
    display: flex;
    justify-content: flex-end;
    min-height: inherit;
    padding: 0;
    border-bottom: 1px solid rgb(224, 224, 224);
  }
  .bundle-item .product-sizes__header {
    flex-direction: column;
    border-bottom: 0;
  }
  .bundle-item .product-sizes__header span:last-of-type {
    border-bottom: 1px solid rgb(224, 224, 224);
  }
}
.product-sizes__model-info {
  font-family: "AdFont", sans-serif;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  color: rgb(0, 0, 0);
  font-weight: 400;
  display: block;
  text-align: center;
}
@media (min-width: 768px) {
  .product-sizes__model-info {
    padding-bottom: 0.25rem;
    text-align: left;
  }
  .bundle-item .product-sizes__model-info, .shop-the-look-card .product-sizes__model-info {
    padding: 0.375rem 0.5rem 0.3125rem;
  }
}
.product-sizes__model-info--size {
  white-space: nowrap;
}
.product-sizes__fit-info {
  font-family: "AdFont", sans-serif;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  color: rgb(0, 0, 0);
  font-weight: 400;
  display: block;
  margin-left: auto;
  text-align: center;
}
@media (min-width: 768px) {
  .product-sizes__fit-info {
    padding-bottom: 0.25rem;
    font-size: 0.875rem;
    text-align: right;
  }
  .bundle-item .product-sizes__fit-info {
    margin-left: 0;
    padding: 0 0.5rem 0.3125rem;
  }
}
.product-sizes__close {
  position: absolute;
  top: 0.75rem;
  right: 1rem;
  width: 1rem;
  height: 1rem;
  cursor: pointer;
}
@media (min-width: 768px) {
  .product-sizes__close {
    display: none;
  }
}
.product-sizes__close .close-icon {
  width: 1rem;
  height: 1rem;
}
.product-sizes__option {
  font-family: "AdFont", sans-serif;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  color: rgb(0, 0, 0);
  font-weight: 400;
  position: relative;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 0.875rem 0.25rem 0.8125rem;
  cursor: pointer;
}
@media (min-width: 768px) {
  .product-sizes__option {
    justify-content: flex-start;
  }
  .bundle-item .product-sizes__option, .shop-the-look-card .product-sizes__option, .product-tile .product-sizes__option {
    padding: 0.3125rem 1rem 0.3125rem;
  }
}
@media (min-width: 1025px) {
  .product-sizes__option {
    padding: 0.3125rem 0.5rem 0.3125rem;
  }
}
.product-sizes__option.disabled--unavailable {
  color: rgb(117, 117, 117);
  cursor: default;
}
.product-sizes__option:not(.disabled--unavailable).selected, .product-sizes__option:not(.disabled--unavailable):focus, .product-sizes__option:not(.disabled--unavailable):hover {
  background-color: rgb(245, 245, 245);
}
@media (max-width: 767px) {
  .product-sizes__option:not(.product-sizes__option--show-selection):not(.disabled--unavailable).selected {
    background-color: transparent;
  }
}
@media (min-width: 768px) {
  .product-sizes__value {
    min-width: 2rem;
  }
}
.product-sizes__error {
  display: none;
  margin-top: 0.5rem;
}

.stock-alert-modal-link,
.product-info__last-units {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translateX(calc(100% + 1rem)) translateY(-50%);
}
@media (min-width: 768px) {
  .stock-alert-modal-link,
  .product-info__last-units {
    position: relative;
    right: 0;
    left: 1rem;
    transform: none;
  }
}
.bundle-item__sizes-info .stock-alert-modal-link,
.bundle-item__sizes-info .product-info__last-units {
  display: none;
}

.product,
.grid-banner {
  height: 100%;
}
.product-grid .product,
.product-grid .grid-banner {
  margin-bottom: 2rem;
  padding-bottom: 0;
}
@media (min-width: 1025px) {
  .product-grid .product,
  .product-grid .grid-banner {
    margin-bottom: 4rem;
  }
}

.product-tile {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  margin-bottom: 0;
  overflow: hidden;
  border: 0;
}
.product-tile__sizes-info {
  display: none;
}
@media (min-width: 768px) {
  .product-tile__sizes-info {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    display: block;
    margin-top: 0;
    overflow-y: auto;
    transition: top 0.35s linear;
  }
}

.product-tile-cloned-sizes .product-tile__sizes-info {
  position: fixed;
  top: auto;
  top: initial;
  bottom: -100%;
  z-index: 1350;
  display: block;
  max-height: 85vh;
  overflow-y: auto;
  transition: bottom 0.35s linear;
}
@media (min-width: 768px) {
  .product-tile-cloned-sizes .product-tile__sizes-info {
    right: inherit;
    left: inherit;
  }
}
.product-tile-cloned-sizes .product-tile__sizes-info.no-transition {
  transition: none;
}

.pd-slider__wrapper .product-tile__sizes-info {
  display: none;
}

.tile-body {
  z-index: 1000;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: flex-start;
  padding-top: 0.25rem;
  background-color: rgb(255, 255, 255);
}
.product-grid .tile-body {
  padding-left: 1rem;
}
.tile-body__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.tile-body__wishlist {
  margin-right: 0.5rem;
}
@media (min-width: 480px) {
  .tile-body__wishlist {
    margin-right: 0;
  }
}
.pd-slider__wrapper .tile-body__wishlist {
  margin-right: 0;
}
.tile-body__description {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
.tile-body__tag {
  text-transform: uppercase;
}
.tile-body__tag + .tile-body__add-to-cart {
  margin-top: 0.25rem;
}
@media (min-width: 1025px) {
  .tile-body__tag + .tile-body__add-to-cart {
    margin-top: 0.5rem;
  }
}
.tile-body .color-swatches {
  top: 0;
  flex-basis: 100%;
  flex-shrink: 0;
  margin-top: 0.25rem;
}
@media (min-width: 1025px) {
  .tile-body .color-swatches {
    flex-basis: initial;
  }
}
.tile-body .price {
  font-family: "AdFont", sans-serif;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  color: rgb(0, 0, 0);
  font-weight: 600;
  flex-basis: 100%;
  flex-grow: 1;
  margin-top: 0.25rem;
  margin-bottom: 0;
  font-size: 0.75rem;
}
@media (min-width: 1025px) {
  .tile-body .price {
    font-size: 0.875rem;
    line-height: 1.75;
  }
}
@media (min-width: 1025px) {
  .tile-body .price {
    flex-basis: auto;
    font-size: 0.875rem;
  }
}
.tile-body .range {
  font-weight: inherit;
}
.tile-body .coming-soon-tile {
  text-align: center;
}
.tile-body .image-container {
  position: relative;
  overflow: auto;
}
.tile-body .image-container a {
  display: block;
}

.tile-image__link {
  display: block;
  background-color: rgb(255, 255, 255);
}
.tile-image__pic, .tile-image__video {
  position: relative;
  display: block;
}
.tile-image__pic::before, .tile-image__video::before {
  display: block;
  width: 0;
  padding-bottom: 122.2222222222%;
  content: "";
}
.tile-image__pic > img, .tile-image__video > img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  aspect-ratio: 0.8181818182;
}
.tile-image__pic .placeholder, .tile-image__video .placeholder {
  -o-object-fit: contain;
     object-fit: contain;
}
.tile-image__video {
  width: 100%;
  max-width: 100%;
}
.tile-image__hover {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  display: none;
  transition: opacity 0.35s ease-in-out;
}
.tile-image__hover .tile-image, .tile-image__hover .tile-video {
  opacity: 0;
}

.show-image-hover .tile-image__hover,
.show-image-hover .tile-video__hover {
  display: block;
  /* stylelint-disable-next-line max-nesting-depth */
}
.show-image-hover .tile-image__hover .tile-image.lazyloaded,
.show-image-hover .tile-image__hover .tile-video.lazyloaded,
.show-image-hover .tile-video__hover .tile-image.lazyloaded,
.show-image-hover .tile-video__hover .tile-video.lazyloaded {
  opacity: 1;
}

.tile-top-content {
  position: relative;
}
.tile-top-content__manual-tag {
  position: absolute;
  bottom: 0.5rem;
  left: 0.5rem;
  max-width: calc(100% - 65px);
  margin: 0;
}
.tile-top-content__add-to-cart {
  position: absolute;
  top: 0;
  right: 0;
}

.pdp-link .link {
  font-family: "AdFont", sans-serif;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  color: rgb(0, 0, 0);
  font-weight: 600;
  -webkit-text-decoration: none;
  text-decoration: none;
}
@media (min-width: 1025px) {
  .pdp-link .link {
    font-size: 0.875rem;
    line-height: 1.75;
  }
}

.product-tile-images-slider__swiper-container {
  z-index: 0;
}
.product-tile-images-slider .swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: auto;
  left: initial;
  transform: none;
  transform: initial;
}
.product-tile-images-slider__pagination {
  position: absolute;
  right: 0.25rem;
  bottom: 0.5rem;
  z-index: 10;
  display: block;
  margin-right: 0;
  margin-right: initial;
  margin-left: 0;
  margin-left: initial;
  overflow: hidden;
  font-size: 0;
  text-align: center;
  transition: 0.3s opacity;
}
@media (min-width: 1025px) {
  .product-tile-images-slider__pagination {
    display: none;
  }
}
.product-tile-images-slider__pagination .swiper-pagination-bullet {
  position: relative;
  display: inline-block;
  margin-right: 0.1875rem;
  border-color: rgb(117, 117, 117);
  /* stylelint-disable-next-line max-nesting-depth */
}
.product-tile-images-slider__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: rgb(117, 117, 117);
}
.product-tile-images-slider__swiper-button-prev, .product-tile-images-slider__swiper-button-next {
  padding: 1.5rem;
}
.product-tile-images-slider__swiper-button-prev {
  left: 0;
}
.product-tile-images-slider__swiper-button-next {
  right: 0;
}
.product-tile-images-slider__swiper-button-prev::after, .product-tile-images-slider__swiper-button-next::after {
  width: 0.4375rem;
  height: 0.75rem;
  background-size: 1.375rem;
}

.product-grid .product-tile-images-slider {
  /* stylelint-disable-next-line selector-max-compound-selectors */
}
@media (min-width: 320px) and (max-width: 1024px) {
  .product-grid .product-tile-images-slider__swiper-button-prev, .product-grid .product-tile-images-slider__swiper-button-next {
    display: none;
  }
}
.product-grid .product-tile-images-slider .swiper-container-initialized .swiper-button-prev:not(.swiper-button-disabled),
.product-grid .product-tile-images-slider .swiper-container-initialized .swiper-button-next:not(.swiper-button-disabled) {
  opacity: 0;
  transition: opacity 0.35s ease-in-out;
}
.product-grid .product-tile-images-slider:hover {
  /* stylelint-disable-next-line selector-max-compound-selectors */
}
.product-grid .product-tile-images-slider:hover .swiper-container-initialized .swiper-button-prev:not(.swiper-button-disabled),
.product-grid .product-tile-images-slider:hover .swiper-container-initialized .swiper-button-next:not(.swiper-button-disabled) {
  opacity: 1;
}

/**
  See cartTotals.isml as example
*/
.price-totals__row {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.price-totals__total {
  font-family: "AdFont", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.37;
  color: rgb(0, 0, 0);
  font-weight: 700;
  text-transform: uppercase;
}
.price-totals__label, .price-totals__value {
  font-family: "AdFont", sans-serif;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  color: rgb(0, 0, 0);
  margin: 0;
}
.price-totals__label {
  font-weight: 400;
}
.price-totals__value {
  font-weight: 600;
}
.price-totals__tax-msg {
  font-family: "AdFont", sans-serif;
  font-size: 0.6875rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.27;
  letter-spacing: 0;
  color: rgb(0, 0, 0);
  font-weight: 400;
  margin: 0;
  color: rgb(117, 117, 117);
}

/**
  Component Redemptions and Coupons
  See components/redemptionsAndCoupons.isml
*/
.redemptions-coupons {
  padding-bottom: 0.75rem;
  border-bottom: 1px solid rgb(224, 224, 224);
}
.redemptions-coupons.active {
  padding-bottom: 0;
}
.redemptions-coupons__title.title {
  margin-bottom: 0;
  text-transform: uppercase;
}
.redemptions-coupons .content {
  margin-top: 0;
}
.redemptions-coupons__item {
  margin-bottom: 0;
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgb(224, 224, 224);
}
.redemptions-coupons__item:last-of-type {
  border-bottom: 0;
  border-bottom: initial;
}
.redemptions-coupons__item--coupon {
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
}
.redemptions-coupons__label {
  display: flex;
  flex-direction: row;
  flex-grow: 1;
  color: rgb(117, 117, 117);
}
.redemptions-coupons__input {
  align-self: initial;
}
.redemptions-coupons__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-right: 0.5rem;
}
.redemptions-coupons__name, .redemptions-coupons__value, .redemptions-coupons__value--remaining {
  font-family: "AdFont", sans-serif;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  color: rgb(0, 0, 0);
  font-weight: 600;
}
.redemptions-coupons__name {
  text-transform: uppercase;
}
.redemptions-coupons__subtitle {
  font-family: "AdFont", sans-serif;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  color: rgb(0, 0, 0);
  font-weight: 400;
  color: rgb(117, 117, 117);
  line-height: 1.37;
  white-space: nowrap;
}
.redemptions-coupons__value, .redemptions-coupons__value--remaining {
  display: block;
  align-self: center;
  margin-left: auto;
}
.redemptions-coupons__submit-btn {
  margin-top: 0.5rem;
}

.promo-code-form {
  max-width: 150px;
}

.remove-coupon {
  background: transparent;
  border: 0;
  cursor: pointer;
}
.remove-coupon .close-icon {
  width: 1rem;
  height: 1rem;
}

.coupon-feedback {
  padding: 0.5rem;
  border: 1px solid rgb(224, 224, 224);
}

.coupon-promotion-relationship {
  display: none;
  margin-bottom: 0;
  padding-left: 1rem;
  font-size: 0.813em;
}

.coupon-applied,
.coupon-not-applied {
  padding-left: 0.5rem;
}

.coupon-applied {
  color: rgb(56, 142, 60);
}

.coupon-not-applied {
  color: rgb(229, 57, 53);
}

.applied-promotion-discount {
  float: right;
  color: rgb(56, 142, 60);
}

.added-to-cart-modal {
  position: fixed;
  top: auto;
  bottom: -18.0625rem;
  left: 0;
  z-index: 1100;
  width: 100%;
  height: 18.0625rem;
  max-height: none;
  background-color: rgb(255, 255, 255);
  border: 0;
  border-radius: 0;
  transition: bottom 0.5s linear;
}
@media (min-width: 768px) {
  .added-to-cart-modal {
    top: 0;
    right: -423px;
    bottom: auto;
    left: auto;
    width: 423px;
    max-width: none;
    height: 100vh;
    padding: 1.5rem;
    transition: right 0.5s linear;
  }
}
.added-to-cart-modal--show {
  bottom: 0;
}
@media (min-width: 768px) {
  .added-to-cart-modal--show {
    right: 0;
  }
}
.added-to-cart-modal__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 2rem;
  padding: 0 1rem;
  background-color: rgb(0, 0, 0);
}
@media (min-width: 768px) {
  .added-to-cart-modal__header {
    height: 2.375rem;
    padding-right: 0.5rem;
  }
}
.added-to-cart-modal .close {
  cursor: pointer;
}
.added-to-cart-modal .close-icon {
  width: 1rem;
  height: 1rem;
  color: rgb(255, 255, 255);
}
.added-to-cart-modal__message {
  margin: 0;
  color: rgb(255, 255, 255);
  line-height: 1.5;
}
.added-to-cart-modal__header-cart-link {
  width: auto;
  padding: 0;
  border: 0;
}
@media (min-width: 768px) {
  .added-to-cart-modal__header-cart-link {
    display: none;
  }
}
.added-to-cart-modal__body {
  margin: 1rem;
}
@media (min-width: 768px) {
  .added-to-cart-modal__body {
    margin: 1.5rem;
  }
}
.added-to-cart-modal__line-item-container {
  display: none;
}
@media (min-width: 768px) {
  .added-to-cart-modal__line-item-container {
    display: block;
  }
}
.added-to-cart-modal__discount-message {
  display: none;
}
@media (min-width: 768px) {
  .added-to-cart-modal__discount-message {
    display: block;
    margin: 0.5rem 0 0 0;
  }
}
.added-to-cart-modal__body-cart-link {
  display: none;
}
@media (min-width: 768px) {
  .added-to-cart-modal__body-cart-link {
    display: inline-block;
    margin: 1.5rem 0;
  }
}
.added-to-cart-modal .qty-card-quantity-count {
  display: none;
}
.added-to-cart-modal .product-card-attributes__ref {
  margin-bottom: 1rem;
}
.added-to-cart-modal__slider-container, .added-to-cart-modal__cart-recommendations {
  margin-right: -1rem;
}
@media (min-width: 768px) {
  .added-to-cart-modal__slider-container, .added-to-cart-modal__cart-recommendations {
    margin-right: -1.5rem;
  }
}
.added-to-cart-modal__slider-container .recommendations__title, .added-to-cart-modal__cart-recommendations .recommendations__title {
  margin-bottom: 0.5rem;
  font-size: 0.75rem;
}
.added-to-cart-modal__slider-container .tile-body__header,
.added-to-cart-modal__slider-container .color-swatches,
.added-to-cart-modal__slider-container .price .list,
.added-to-cart-modal__slider-container .price .discount,
.added-to-cart-modal__slider-container .tile-body__tag,
.added-to-cart-modal__slider-container .manual-tag, .added-to-cart-modal__cart-recommendations .tile-body__header,
.added-to-cart-modal__cart-recommendations .color-swatches,
.added-to-cart-modal__cart-recommendations .price .list,
.added-to-cart-modal__cart-recommendations .price .discount,
.added-to-cart-modal__cart-recommendations .tile-body__tag,
.added-to-cart-modal__cart-recommendations .manual-tag {
  display: none;
}
.added-to-cart-modal__slider-container .recommendations__slide-item, .added-to-cart-modal__cart-recommendations .recommendations__slide-item {
  width: auto;
  min-width: 137px;
  height: 100%;
}

.quick-view-dialog,
.choose-bonus-product-dialog {
  max-width: 1025px;
}
.quick-view-dialog .selectable-bonus-product-line-item,
.choose-bonus-product-dialog .selectable-bonus-product-line-item {
  margin-top: 0.2em;
  margin-bottom: 0.2em;
  padding-top: 0.3em;
  padding-bottom: 0.3em;
}
.quick-view-dialog .full-pdp-link,
.choose-bonus-product-dialog .full-pdp-link {
  color: #007bff;
}
.quick-view-dialog .close,
.choose-bonus-product-dialog .close {
  font-size: 2rem;
  line-height: 1.5rem;
}
.quick-view-dialog .swatch-circle,
.choose-bonus-product-dialog .swatch-circle {
  display: inline-block;
  box-sizing: border-box;
  width: 1.125rem;
  height: 1.125rem;
  margin: 0.125rem;
  font-size: 0;
  line-height: 0;
  border: solid 1px transparent;
  border-radius: 50%;
  cursor: pointer;
}
.quick-view-dialog .swatch-circle.selected, .quick-view-dialog .swatch-circle.color-image,
.choose-bonus-product-dialog .swatch-circle.selected,
.choose-bonus-product-dialog .swatch-circle.color-image {
  border: 1px solid rgb(0, 0, 0);
  transition: border-color 0.35s ease-in-out, background-color 0.35s ease-in-out;
}
.quick-view-dialog .swatch-circle.selected,
.choose-bonus-product-dialog .swatch-circle.selected {
  cursor: default;
}
.quick-view-dialog .swatch-circle img,
.choose-bonus-product-dialog .swatch-circle img {
  display: block;
  width: 0.75rem;
  max-width: none;
  height: 0.75rem;
  max-height: 0.75rem;
  margin: 0.125rem;
  border-radius: 50%;
}
.quick-view-dialog .modal-content,
.choose-bonus-product-dialog .modal-content {
  padding: 0;
}
.quick-view-dialog .modal-header,
.choose-bonus-product-dialog .modal-header {
  z-index: 9;
  padding: 0;
}
.quick-view-dialog .modal-footer,
.choose-bonus-product-dialog .modal-footer {
  display: none;
}
.quick-view-dialog .modal-body,
.choose-bonus-product-dialog .modal-body {
  text-align: left;
}
.quick-view-dialog .promotions,
.choose-bonus-product-dialog .promotions {
  color: #dc3545;
  text-align: left;
}
@media (max-width: 767.98px) {
  .quick-view-dialog .bonus-summary,
  .choose-bonus-product-dialog .bonus-summary {
    font-size: 0.625em;
  }
}
@media (max-width: 767.98px) {
  .quick-view-dialog .bonus-product-name,
  .choose-bonus-product-dialog .bonus-product-name {
    padding: 0;
  }
}
.quick-view-dialog .pre-cart-products,
.choose-bonus-product-dialog .pre-cart-products {
  margin-right: 0.125em;
}
.quick-view-dialog .product-detail,
.choose-bonus-product-dialog .product-detail {
  padding: 0;
}
.quick-view-dialog .product-images-container,
.choose-bonus-product-dialog .product-images-container {
  max-height: 640px;
  padding: 0;
  line-height: 0;
}
@media (max-width: 767px) {
  .quick-view-dialog .product-images-slider,
  .choose-bonus-product-dialog .product-images-slider {
    /* stylelint-disable-next-line selector-max-compound-selectors */
  }
  .quick-view-dialog .product-images-slider .swiper-container-horizontal > .swiper-pagination-bullets,
  .choose-bonus-product-dialog .product-images-slider .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 0.75rem;
  }
}
.quick-view-dialog .product-images-slider__slide img, .quick-view-dialog .product-images-slider__slide video,
.choose-bonus-product-dialog .product-images-slider__slide img,
.choose-bonus-product-dialog .product-images-slider__slide video {
  height: 100%;
  max-height: 640px;
  -o-object-fit: cover;
     object-fit: cover;
}
.quick-view-dialog .product-images-slider__slide:not(.video-slide),
.choose-bonus-product-dialog .product-images-slider__slide:not(.video-slide) {
  cursor: default;
}

.product-quickview__main {
  margin: 0;
}
.product-quickview .product-info {
  overflow-y: auto;
  /* W3C Working Draft */
  scrollbar-color: rgb(158, 158, 158) transparent; /* stylelint-disable-line property-no-unknown */
  /* Internet Explorer */
  scrollbar-face-color: rgb(158, 158, 158);
  scrollbar-track-color: transparent;
  /* Firefox */
  scrollbar-width: thin;
  padding: 1rem;
  overflow-y: auto;
}
.product-quickview .product-info::-webkit-scrollbar-thumb {
  background-color: rgb(158, 158, 158);
  border-radius: 1.5px;
}
.product-quickview .product-info::-webkit-scrollbar-track {
  background-color: transparent;
}
.product-quickview .product-info::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}
.product-quickview .product-info::-webkit-scrollbar:horizontal {
  width: 1px;
  height: 1px;
}
.product-quickview .product-info::-webkit-scrollbar-thumb:horizontal {
  background-color: rgb(0, 0, 0);
  border-radius: 1.5px;
}
.product-quickview .product-info::-webkit-scrollbar-track:horizontal {
  background-color: rgb(245, 245, 245);
}
@supports (scrollbar-width: auto) {
  .product-quickview .product-info {
    scrollbar-color: auto; /* Chrome +121 */
  }
}
@supports (scrollbar-width: auto) {
  .product-quickview .product-info {
    scrollbar-width: auto; /* Chrome +121 */
  }
}
@media (max-width: 767px) {
  .product-quickview .product-info {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .product-quickview .product-info {
    max-height: 640px;
    padding: 0;
  }
}
@media (min-width: 768px) {
  .product-quickview .product-info__wrapper {
    padding: 0 3.5rem 2rem;
  }
}
.pd-shop-the-look-modal .product-quickview .product-info__wrapper {
  padding-top: 2rem;
}
@media (min-width: 768px) {
  .pd-shop-the-look-modal .product-quickview .product-info__wrapper {
    padding-top: 3rem;
  }
}
@media (max-width: 767px) {
  .product-quickview .product-info__primary-section {
    margin-top: 0;
  }
}
.product-quickview .product-info__quantity {
  display: block;
  padding-bottom: 0;
  border-bottom-style: none;
}
.product-quickview .product-info__actions {
  margin-bottom: 1.5rem;
  padding-bottom: 0;
}
@media (max-width: 767px) {
  .product-quickview .product-info__actions {
    position: relative;
    max-height: inherit;
    box-shadow: none;
  }
}
.product-quickview .product-info__colors {
  margin-top: auto;
}
@media (max-width: 767px) {
  .product-quickview .product-info__sizes-info {
    position: relative;
    top: inherit;
    right: inherit;
    left: inherit;
    margin: 1.5rem 0 0;
  }
}
.product-quickview .cart-and-ipay {
  display: block;
}
.product-quickview .product-sizes__header {
  min-height: inherit;
  margin: 0;
  padding: 0;
}
.product-quickview .product-sizes__close {
  display: none;
}
.product-quickview .product-sizes__option {
  justify-content: flex-start;
}

.swatch-circle-beige {
  width: 1.875rem;
  height: 1.875rem;
  background-color: #f5f5dc;
  border-radius: 0.9375rem;
  position: relative;
  display: block;
}
.swatch-circle-beige.disabled {
  opacity: 0.2;
}

.swatch-filter-beige {
  width: 1.875rem;
  height: 1.875rem;
  background-color: #f5f5dc;
  border-radius: 0.9375rem;
  position: relative;
  display: block;
  background-color: #f5f5dc;
}
.swatch-filter-beige.disabled {
  opacity: 0.2;
}

.swatch-circle-black {
  width: 1.875rem;
  height: 1.875rem;
  background-color: rgb(0, 0, 0);
  border-radius: 0.9375rem;
  position: relative;
  display: block;
}
.swatch-circle-black.disabled {
  opacity: 0.2;
}

.swatch-filter-black {
  width: 1.875rem;
  height: 1.875rem;
  background-color: rgb(0, 0, 0);
  border-radius: 0.9375rem;
  position: relative;
  display: block;
  background-color: rgb(0, 0, 0);
}
.swatch-filter-black.disabled {
  opacity: 0.2;
}

.swatch-circle-blue {
  width: 1.875rem;
  height: 1.875rem;
  background-color: #4385eb;
  border-radius: 0.9375rem;
  position: relative;
  display: block;
}
.swatch-circle-blue.disabled {
  opacity: 0.2;
}

.swatch-filter-blue {
  width: 1.875rem;
  height: 1.875rem;
  background-color: #4385eb;
  border-radius: 0.9375rem;
  position: relative;
  display: block;
  background-color: #4385eb;
}
.swatch-filter-blue.disabled {
  opacity: 0.2;
}

.swatch-circle-brown {
  width: 1.875rem;
  height: 1.875rem;
  background-color: #ce7942;
  border-radius: 0.9375rem;
  position: relative;
  display: block;
}
.swatch-circle-brown.disabled {
  opacity: 0.2;
}

.swatch-filter-brown {
  width: 1.875rem;
  height: 1.875rem;
  background-color: #ce7942;
  border-radius: 0.9375rem;
  position: relative;
  display: block;
  background-color: #ce7942;
}
.swatch-filter-brown.disabled {
  opacity: 0.2;
}

.swatch-circle-green {
  width: 1.875rem;
  height: 1.875rem;
  background-color: rgb(56, 142, 60);
  border-radius: 0.9375rem;
  position: relative;
  display: block;
}
.swatch-circle-green.disabled {
  opacity: 0.2;
}

.swatch-filter-green {
  width: 1.875rem;
  height: 1.875rem;
  background-color: rgb(56, 142, 60);
  border-radius: 0.9375rem;
  position: relative;
  display: block;
  background-color: rgb(56, 142, 60);
}
.swatch-filter-green.disabled {
  opacity: 0.2;
}

.swatch-circle-grey {
  width: 1.875rem;
  height: 1.875rem;
  background-color: #939aa3;
  border-radius: 0.9375rem;
  position: relative;
  display: block;
}
.swatch-circle-grey.disabled {
  opacity: 0.2;
}

.swatch-filter-grey {
  width: 1.875rem;
  height: 1.875rem;
  background-color: #939aa3;
  border-radius: 0.9375rem;
  position: relative;
  display: block;
  background-color: #939aa3;
}
.swatch-filter-grey.disabled {
  opacity: 0.2;
}

.swatch-circle-navy {
  width: 1.875rem;
  height: 1.875rem;
  background-color: #000080;
  border-radius: 0.9375rem;
  position: relative;
  display: block;
}
.swatch-circle-navy.disabled {
  opacity: 0.2;
}

.swatch-filter-navy {
  width: 1.875rem;
  height: 1.875rem;
  background-color: #000080;
  border-radius: 0.9375rem;
  position: relative;
  display: block;
  background-color: #000080;
}
.swatch-filter-navy.disabled {
  opacity: 0.2;
}

.swatch-circle-orange {
  width: 1.875rem;
  height: 1.875rem;
  background-color: #ffa500;
  border-radius: 0.9375rem;
  position: relative;
  display: block;
}
.swatch-circle-orange.disabled {
  opacity: 0.2;
}

.swatch-filter-orange {
  width: 1.875rem;
  height: 1.875rem;
  background-color: #ffa500;
  border-radius: 0.9375rem;
  position: relative;
  display: block;
  background-color: #ffa500;
}
.swatch-filter-orange.disabled {
  opacity: 0.2;
}

.swatch-circle-pink {
  width: 1.875rem;
  height: 1.875rem;
  background-color: #fe249a;
  border-radius: 0.9375rem;
  position: relative;
  display: block;
}
.swatch-circle-pink.disabled {
  opacity: 0.2;
}

.swatch-filter-pink {
  width: 1.875rem;
  height: 1.875rem;
  background-color: #fe249a;
  border-radius: 0.9375rem;
  position: relative;
  display: block;
  background-color: #fe249a;
}
.swatch-filter-pink.disabled {
  opacity: 0.2;
}

.swatch-circle-purple {
  width: 1.875rem;
  height: 1.875rem;
  background-color: #800080;
  border-radius: 0.9375rem;
  position: relative;
  display: block;
}
.swatch-circle-purple.disabled {
  opacity: 0.2;
}

.swatch-filter-purple {
  width: 1.875rem;
  height: 1.875rem;
  background-color: #800080;
  border-radius: 0.9375rem;
  position: relative;
  display: block;
  background-color: #800080;
}
.swatch-filter-purple.disabled {
  opacity: 0.2;
}

.swatch-circle-red {
  width: 1.875rem;
  height: 1.875rem;
  background-color: rgb(229, 57, 53);
  border-radius: 0.9375rem;
  position: relative;
  display: block;
}
.swatch-circle-red.disabled {
  opacity: 0.2;
}

.swatch-filter-red {
  width: 1.875rem;
  height: 1.875rem;
  background-color: rgb(229, 57, 53);
  border-radius: 0.9375rem;
  position: relative;
  display: block;
  background-color: rgb(229, 57, 53);
}
.swatch-filter-red.disabled {
  opacity: 0.2;
}

.swatch-circle-white {
  width: 1.875rem;
  height: 1.875rem;
  background-color: rgb(255, 255, 255);
  border-radius: 0.9375rem;
  position: relative;
  display: block;
}
.swatch-circle-white.disabled {
  opacity: 0.2;
}

.swatch-filter-white {
  width: 1.875rem;
  height: 1.875rem;
  background-color: rgb(255, 255, 255);
  border-radius: 0.9375rem;
  position: relative;
  display: block;
  background-color: rgb(255, 255, 255);
}
.swatch-filter-white.disabled {
  opacity: 0.2;
}

.swatch-circle-yellow {
  width: 1.875rem;
  height: 1.875rem;
  background-color: #ffc400;
  border-radius: 0.9375rem;
  position: relative;
  display: block;
}
.swatch-circle-yellow.disabled {
  opacity: 0.2;
}

.swatch-filter-yellow {
  width: 1.875rem;
  height: 1.875rem;
  background-color: #ffc400;
  border-radius: 0.9375rem;
  position: relative;
  display: block;
  background-color: #ffc400;
}
.swatch-filter-yellow.disabled {
  opacity: 0.2;
}

.swatch-circle-other {
  width: 1.875rem;
  height: 1.875rem;
  background-color: none;
  border-radius: 0.9375rem;
  position: relative;
  display: block;
}
.swatch-circle-other.disabled {
  opacity: 0.2;
}

.swatch-filter-other {
  width: 1.875rem;
  height: 1.875rem;
  background-color: none;
  border-radius: 0.9375rem;
  position: relative;
  display: block;
  background-color: none;
}
.swatch-filter-other.disabled {
  opacity: 0.2;
}

.swatch-circle-miscellaneous,
.swatch-circle-various {
  position: relative;
  display: block;
  background: linear-gradient(0deg, rgb(130, 30, 145) 0, rgb(130, 30, 145) 25%, rgb(237, 209, 52) 25%, rgb(255, 255, 0) 50%, rgb(237, 209, 52) 50%, #59ba00 50%, #59ba00 76%, #111 76%, #111 100%), linear-gradient(0deg, rgb(14, 92, 209) 0, rgb(14, 92, 209) 50%, rgb(226, 11, 11) 50%, rgb(226, 11, 11) 100%);
  background-repeat: repeat;
  transform: rotate(35deg);
}
.swatch-circle-miscellaneous.disabled,
.swatch-circle-various.disabled {
  opacity: 0.2;
}
.swatch-circle-miscellaneous.selected::after,
.swatch-circle-various.selected::after {
  transform: rotate(-35deg);
}

.swatch-circle {
  display: inline-block;
  box-sizing: border-box;
  width: 1.125rem;
  height: 1.125rem;
  margin: 0.125rem;
  font-size: 0;
  line-height: 0;
  border: solid 1px transparent;
  border-radius: 50%;
  cursor: pointer;
}
.swatch-circle.selected, .swatch-circle.color-image {
  border: 1px solid rgb(0, 0, 0);
  transition: border-color 0.35s ease-in-out, background-color 0.35s ease-in-out;
}
.swatch-circle.selected {
  cursor: default;
}
.swatch-circle img {
  display: block;
  width: 0.75rem;
  max-width: none;
  height: 0.75rem;
  max-height: 0.75rem;
  margin: 0.125rem;
  border-radius: 50%;
}
.swatch-circle.selected::after {
  transform: rotate(-35deg);
}

.swatch-square {
  font-family: "AdFont", sans-serif;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  color: rgb(0, 0, 0);
  font-weight: 400;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: normal;
  background-position: center;
  background-size: cover;
  border: 1px solid transparent;
  cursor: pointer;
  transition: border-color 0.35s ease-in-out, background-color 0.35s ease-in-out;
  width: 0.625rem;
  height: 0.625rem;
  background-color: #fff;
  border: 0;
}
.swatch-square.disabled, .swatch-square.disabled--unavailable {
  color: rgb(70, 71, 76);
  -webkit-text-decoration: line-through;
  text-decoration: line-through;
}
.swatch-square.disabled {
  cursor: default;
}
.swatch-square--text {
  width: 2.75rem;
  height: 1.875rem;
  color: rgb(117, 117, 117);
  background-color: rgb(245, 245, 245);
  border-color: transparent;
  border-radius: 28px;
}
.swatch-square--text::before {
  display: none;
}
.swatch-square--text:not(.disabled):hover {
  border-color: rgb(0, 0, 0);
  transition: border-color 0.35s ease-in-out;
}
.swatch-square--text.selected {
  color: rgb(0, 0, 0);
  background-color: rgb(255, 255, 255);
  border-color: rgb(0, 0, 0);
}
.swatch-square--text.selected.disabled--unavailable {
  color: rgb(117, 117, 117);
  background-color: rgb(255, 255, 255);
  border-color: rgb(0, 0, 0);
}
.swatch-square--text.disabled, .swatch-square--text.disabled--unavailable {
  color: rgb(117, 117, 117);
}
@media (min-width: 1025px) {
  .swatch-square {
    width: 1rem;
    height: 1rem;
  }
}

.swatch-rectangular {
  font-family: "AdFont", sans-serif;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  color: rgb(0, 0, 0);
  font-weight: 400;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: normal;
  background-position: center;
  background-size: cover;
  border: 1px solid transparent;
  cursor: pointer;
  transition: border-color 0.35s ease-in-out, background-color 0.35s ease-in-out;
  width: 5.1875rem;
  height: 7.1875rem;
  background-color: #fff;
}
.swatch-rectangular.disabled, .swatch-rectangular.disabled--unavailable {
  color: rgb(70, 71, 76);
  -webkit-text-decoration: line-through;
  text-decoration: line-through;
}
.swatch-rectangular.disabled {
  cursor: default;
}
.swatch-rectangular--text {
  width: 2.75rem;
  height: 1.875rem;
  color: rgb(117, 117, 117);
  background-color: rgb(245, 245, 245);
  border-color: transparent;
  border-radius: 28px;
}
.swatch-rectangular--text::before {
  display: none;
}
.swatch-rectangular--text:not(.disabled):hover {
  border-color: rgb(0, 0, 0);
  transition: border-color 0.35s ease-in-out;
}
.swatch-rectangular--text.selected {
  color: rgb(0, 0, 0);
  background-color: rgb(255, 255, 255);
  border-color: rgb(0, 0, 0);
}
.swatch-rectangular--text.selected.disabled--unavailable {
  color: rgb(117, 117, 117);
  background-color: rgb(255, 255, 255);
  border-color: rgb(0, 0, 0);
}
.swatch-rectangular--text.disabled, .swatch-rectangular--text.disabled--unavailable {
  color: rgb(117, 117, 117);
}

.swatch-filter {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  border: 1px solid transparent;
  border-radius: 28px;
}
.swatch-filter--price {
  padding: 0;
}
.swatch-filter--price.selected::before, .swatch-filter--price.checked::before {
  background-image: none;
}
.swatch-filter--color {
  width: 1.125rem;
  height: 1.125rem;
  margin-right: 0.5rem;
}
.swatch-filter--color.swatch-circle-white, .swatch-filter--color.swatch-circle-white.selected, .swatch-filter--color.swatch-circle-other, .swatch-filter--color.swatch-circle-other.selected {
  border: 1px solid rgb(224, 224, 224);
}
.swatch-filter--color.light-text::after, .swatch-filter--color.dark-text::after {
  position: absolute;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
  transition: opacity 0.35s ease-in-out;
  content: "";
}
.swatch-filter--color.selected.light-text::after {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 22 22"><path fill="rgb(255, 255, 255)" fill-rule="evenodd" d="M9.857 14.068L6 10.211l.707-.707 3.149 3.149L15.495 7l.708.706z"/></svg>');
  transition: border-color 0.35s ease-in-out, background-color 0.35s ease-in-out;
}
.swatch-filter--color.selected.dark-text::after {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 22 22"><path fill="rgb(0, 0, 0)" fill-rule="evenodd" d="M9.857 14.068L6 10.211l.707-.707 3.149 3.149L15.495 7l.708.706z"/></svg>');
  transition: border-color 0.35s ease-in-out, background-color 0.35s ease-in-out;
}

.swatch-more {
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: -0.25rem;
  background-color: rgba(250, 250, 250, 0.3);
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="22" height="22" viewBox="0 0 22 22"><path fill-rule="evenodd" clip-rule="evenodd" d="M10.5 10.5H7V11.5H10.5V15H11.5V7H10.5V10.5Z" fill="rgb(0, 0, 0)"/><path fill-rule="evenodd" clip-rule="evenodd" d="M12.5 10.5L12 11.5H15V10.5H12.5Z" fill="rgb(0, 0, 0)"/></svg>');
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
}

.color-swatches {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.color-swatches__link {
  display: inline-block;
  margin-right: 1rem;
  padding: 0;
  font-size: 0;
  line-height: 0;
  -webkit-text-decoration: none;
  text-decoration: none;
  background: none;
  border-style: none;
}
.color-swatches__link:last-child {
  margin: 0;
}

.product-card {
  position: relative;
  width: 100%;
  max-width: 600px;
  margin-top: 0;
  margin-bottom: 1rem;
  padding: 0;
  overflow: hidden;
  border-top: 0;
  border-radius: 0;
}
.product-card__content {
  display: flex;
  flex: 1;
  flex-direction: row;
  align-items: flex-start;
  width: 100%;
}
.product-card__image {
  position: relative;
  flex-shrink: 0;
  width: 49%;
  margin-right: 0;
}
.product-summary .product-card__image {
  width: auto;
}
@media (min-width: 1025px) {
  .product-card--cart .product-card__image {
    width: 37%;
  }
}
.product-card--minicart .product-card__image, .product-card--sfl .product-card__image {
  width: 44%;
}
.product-card__attributes {
  position: relative;
  display: flex;
  flex: 1;
  flex-direction: column;
  align-self: normal;
  max-width: 51%;
  padding-left: 0.5rem;
}
@media (min-width: 1025px) {
  .product-card--cart .product-card__attributes {
    max-width: 63%;
  }
}
.product-card--minicart .product-card__attributes, .product-card--sfl .product-card__attributes {
  max-width: 56%;
}
.product-card__details {
  display: flex;
  align-items: center;
  height: 1.375rem;
  margin-bottom: 0.5rem;
}
.product-card__actions {
  display: flex;
  justify-content: space-between;
  margin-top: auto;
}
.product-card__actions > :last-child {
  margin-left: auto;
}
.product-card__tracking {
  font-family: "AdFont", sans-serif;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  color: rgb(0, 0, 0);
  font-weight: 600;
  margin-bottom: 0.5rem;
}
@media (min-width: 1025px) {
  .product-card__tracking {
    font-size: 0.875rem;
    line-height: 1.75;
  }
}
.product-card .line-item-quantity .custom-select {
  display: block;
  width: calc(1.375rem + 1.375rem + 0.5rem);
  min-height: 1.375rem;
  line-height: 1;
  text-align: center;
}
.product-card--wishlist {
  margin-bottom: 4rem;
}
.product-card--wishlist .product-card__content {
  margin-bottom: 0;
  padding-bottom: 2rem;
}
@media (min-width: 1025px) {
  .product-card--wishlist .product-card__content {
    padding-bottom: 3rem;
  }
}
.product-card--wishlist .product-card__wishlist-hide {
  width: 100%;
  margin-top: 1rem;
  padding-right: 1.5rem;
}
.product-card--wishlist .product-card__details {
  flex-direction: column;
  align-items: flex-start;
  height: auto;
}
.product-card--wishlist .quantity-form-wishlist {
  display: flex;
  align-items: center;
}
.product-card--wishlist:last-child {
  margin-bottom: 0;
  border-bottom-style: none;
}
.product-card--wishlist:last-child .product-card__actions {
  margin-bottom: 0;
}
.product-card--account-wishlist .product-card__details {
  margin-top: 1rem;
}
.product-card--account-wishlist .product-card__content {
  padding-bottom: 0;
}
.product-card--without-button:last-child {
  margin-bottom: 0;
  border-bottom-style: none;
}
.product-card--without-button:last-child .product-card__content {
  margin-bottom: 0;
}
.product-card--gift-wrap .product-card__details,
.product-card--gift-wrap .line-item-quantity {
  display: none;
}
.product-card.is-returned {
  opacity: 0.5;
}
.product-card .out-of-stock-msg {
  position: absolute;
  bottom: 0;
  width: 100%;
  color: rgb(255, 255, 255);
  font-size: 0.75rem;
  text-align: center;
  background-color: rgb(0, 0, 0);
}

.product-image {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}
.product-image::before {
  display: block;
  width: 0;
  padding-bottom: 122.2222222222%;
  content: "";
}
.product-image > img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  aspect-ratio: 0.8181818182;
}
.product-image .placeholder {
  -o-object-fit: contain;
     object-fit: contain;
}

.product-card__image--small {
  max-width: 166px;
}

.product-card-attributes__header {
  display: block;
  margin-bottom: 0.5rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.product-card-attributes__price {
  margin-bottom: 0.5rem;
}
.product-card-attributes__price .price {
  font-family: "AdFont", sans-serif;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  color: rgb(0, 0, 0);
  font-weight: 400;
}
@media (min-width: 1025px) {
  .product-card-attributes__price .price {
    font-size: 0.875rem;
    line-height: 1.75;
  }
}
.product-card-attributes__ref {
  margin-bottom: 1rem;
}
@media (min-width: 1025px) {
  .product-card-attributes__ref {
    margin-bottom: 0.5rem;
  }
}
.product-card--minicart .product-card-attributes__ref {
  margin-bottom: 1rem;
}
.product-card-attributes__details {
  display: flex;
  line-height: 1;
  text-align: center;
  vertical-align: middle;
}
.product-card-attributes__details--inline {
  display: inline-block;
  margin-right: 0.5rem;
}
.product-card-attributes__details--inline:last-child {
  margin-right: 0;
}
@media (min-width: 1025px) {
  .product-card-attributes__details--desktop-block {
    width: 100%;
    text-align: left;
  }
}
.product-card-attributes__details--block {
  width: 100%;
  text-align: left;
}
.product-card-attributes__label {
  font-family: "AdFont", sans-serif;
  font-style: normal;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.5;
  font-weight: 400;
  color: rgb(117, 117, 117);
}

.line-item-name,
.line-item-name a {
  font-family: "AdFont", sans-serif;
  font-style: normal;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.5;
  font-weight: 400;
  text-transform: uppercase;
}
.product-card--cart .line-item-name, .product-card--order-details .line-item-name, .product-card--adn .line-item-name,
.product-card--cart .line-item-name a,
.product-card--order-details .line-item-name a,
.product-card--adn .line-item-name a {
  font-family: "AdFont", sans-serif;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  color: rgb(0, 0, 0);
}
@media (min-width: 1025px) {
  .product-card--cart .line-item-name, .product-card--order-details .line-item-name, .product-card--adn .line-item-name,
  .product-card--cart .line-item-name a,
  .product-card--order-details .line-item-name a,
  .product-card--adn .line-item-name a {
    font-size: 0.875rem;
    line-height: 1.75;
  }
}

.line-item-attributes-value,
.color-text {
  font-family: "AdFont", sans-serif;
  font-style: normal;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.5;
  font-weight: 400;
  min-width: 1.375rem;
  padding-top: 2px;
  line-height: 1;
}
.product-card--cart .line-item-attributes-value, .product-card--order-details .line-item-attributes-value, .product-card--adn .line-item-attributes-value,
.product-card--cart .color-text,
.product-card--order-details .color-text,
.product-card--adn .color-text {
  font-family: "AdFont", sans-serif;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  color: rgb(0, 0, 0);
}
@media (min-width: 1025px) {
  .product-card--cart .line-item-attributes-value, .product-card--order-details .line-item-attributes-value, .product-card--adn .line-item-attributes-value,
  .product-card--cart .color-text,
  .product-card--order-details .color-text,
  .product-card--adn .color-text {
    font-size: 0.875rem;
    line-height: 1.75;
  }
}

.remove-product {
  width: auto;
  padding: 0;
  color: rgb(0, 0, 0);
  line-height: 0;
  /* @include desktop() {
    width: 100%;
  } */
}

.remove-product:hover {
  color: rgb(70, 71, 76);
}

.delete,
.edit-icon,
.product-edit {
  width: 1.375rem;
  height: 1.375rem;
}

.edit-icon {
  color: transparent;
}

.color-image {
  display: inline-block;
  box-sizing: border-box;
  width: 1.125rem;
  height: 1.125rem;
  margin: 0.125rem;
  font-size: 0;
  line-height: 0;
  border: solid 1px transparent;
  border-radius: 50%;
  cursor: pointer;
}
.color-image.selected, .color-image.color-image {
  border: 1px solid rgb(0, 0, 0);
  transition: border-color 0.35s ease-in-out, background-color 0.35s ease-in-out;
}
.color-image.selected {
  cursor: default;
}
.color-image img {
  display: block;
  width: 0.75rem;
  max-width: none;
  height: 0.75rem;
  max-height: 0.75rem;
  margin: 0.125rem;
  border-radius: 50%;
}
.color-image__no-image img {
  display: none;
}
.color-image__no-image::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 1.875rem;
  height: 1.875rem;
  border: 1px solid rgb(224, 224, 224);
  border-radius: 50%;
  content: "";
}

.product-card__additional-info {
  display: none;
}
.product-card--cart .product-card__additional-info, .product-card--order-details .product-card__additional-info, .product-card--adn .product-card__additional-info, .product-card--checkout .product-card__additional-info {
  display: block;
}
.product-card__additional-info .line-item-price-info,
.product-card__additional-info .line-item-total-price-amount,
.product-card__additional-info .price,
.product-card__additional-info .line-item-promo-info,
.product-card__additional-info .promo-callout {
  display: inline-block;
}
.product-card__additional-info > * {
  min-height: 18px;
  line-height: 1;
}
.product-card__additional-info .line-item-price-info {
  margin: 0;
}
.product-card__additional-info .price,
.product-card__additional-info .promo-callout {
  font-family: "AdFont", sans-serif;
  font-style: normal;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.5;
  font-weight: 400;
}
.product-card__additional-info .line-item-promo {
  display: flex;
}
.product-card__additional-info .promo-callout {
  margin-left: 0.125rem;
  overflow-x: hidden;
  text-wrap: nowrap;
  text-overflow: ellipsis;
}
.product-card__additional-info .line-item-total-price-amount {
  color: rgb(0, 0, 0);
}

.price .strike-through {
  display: inline-block;
  margin-right: 0.3125rem;
}
.price .strike-through + .line-item-total-price-amount {
  display: inline-block;
  color: rgb(229, 57, 53);
}

.price .strike-through.non-adjusted-price {
  display: none;
}
.price .strike-through.non-adjusted-price + .line-item-total-price-amount {
  color: rgb(0, 0, 0);
}

/* PRODUCT BUNDLES */
.bundle-card-collapsible {
  display: none;
  transform: translateY(0);
  transition: all 0.3s ease-in-out;
}
@media (min-width: 1025px) {
  .bundle-card-collapsible {
    display: block;
  }
}
.bundle-card-collapsible.active {
  transform: translateY(calc(-1.375rem - 0.5rem));
}
.bundle-card-collapsible .title {
  font-family: "AdFont", sans-serif;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  color: rgb(0, 0, 0);
  width: -moz-fit-content;
  width: fit-content;
  padding-top: 0;
  padding-right: calc(0.5rem + 1.375rem + 0.5rem);
  padding-bottom: 0;
}
@media (min-width: 1025px) {
  .bundle-card-collapsible .title {
    font-size: 0.875rem;
    line-height: 1.75;
  }
}
.bundle-card-collapsible .content {
  font-family: "AdFont", sans-serif;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  color: rgb(0, 0, 0);
  max-width: 65%;
  margin-top: 0;
}
@media (min-width: 1025px) {
  .bundle-card-collapsible .content {
    font-size: 0.875rem;
    line-height: 1.75;
  }
}
.bundle-card-collapsible .line-item-header,
.bundle-card-collapsible .product-card__details {
  margin-bottom: 0;
}
.bundle-card-collapsible .qty-card-quantity-count {
  display: none;
}
.bundle-card-collapsible .bundled-line-item {
  display: block;
}
.bundle-card-collapsible .bundled-line-item .line-item-name {
  text-transform: none;
}

.page-title {
  font-family: "AdFont", sans-serif;
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.09;
  color: rgb(0, 0, 0);
  display: block;
  text-align: center;
  text-transform: uppercase;
  background-color: transparent;
  background-color: initial;
}
@media (min-width: 1025px) {
  .page-title {
    font-size: 2rem;
    line-height: 1.12;
  }
}

.page-subtitle {
  font-family: "AdFont", sans-serif;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  color: rgb(0, 0, 0);
  display: block;
  width: 75%;
  max-width: 400px;
  margin: auto;
  color: rgb(0, 0, 0);
  text-align: center;
}
.page-subtitle__link {
  color: inherit;
}

.hero {
  margin-top: 1rem;
}

.veil {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  text-align: center;
}
.veil .underlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(245, 245, 245);
  opacity: 0.3;
}

.loader {
  position: fixed;
  display: block;
  width: 100%;
  height: 1.875rem;
  margin-top: 25%;
  margin-right: auto;
  margin-left: auto;
}
.loader__element-level {
  position: relative;
  top: 50%;
  margin-top: 0;
  transform: translateY(-50%);
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1030;
  width: 100%;
  height: 100%;
  background-color: rgb(0, 0, 0);
  opacity: 0.1;
}

/* 20/16 */
.info-icon {
  position: absolute;
  top: 1.875rem;
  right: 0;
  z-index: 2;
}
.info-icon .info-icon-svg {
  width: 1.375rem;
  height: 1.375rem;
}

.tooltip {
  position: absolute;
  right: -0.625em;
  bottom: 100%;
  width: 15rem;
  margin-left: 4px;
  padding: 0.312rem;
  color: #fff;
  font-size: 0.928rem;
  background-color: rgb(117, 117, 117);
  border-radius: 0.25rem;
  transform: translate(0, -0.625em);
  animation: fade-in 0.5s linear forwards;
}
@media (min-width: 1025px) {
  .tooltip {
    right: 0;
    left: 50%;
    transform: translate(-50%, -0.625em);
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.tooltip::before {
  position: absolute;
  bottom: -1.25em;
  left: 0;
  display: block;
  width: 100%;
  height: 1.25em; /* 20/16 */
  content: " ";
}
.tooltip::after {
  position: absolute;
  right: 0.625em;
  bottom: -0.625em;
  width: 0;
  height: 0;
  margin-left: -13px;
  border-top: solid rgb(117, 117, 117) 0.625em;
  border-right: solid transparent 0.625em; /* 10/16 */
  border-left: solid transparent 0.625em; /* 10/16 */
  content: " ";
}
@media (min-width: 1025px) {
  .tooltip::after {
    left: 50%;
  }
}

.font-family-galiza {
  font-family: "Galiza" !important;
  letter-spacing: inherit !important;
}
.font-family-galiza--1 {
  font-feature-settings: "ss01";
}
.font-family-galiza--2 {
  font-feature-settings: "ss02";
}

/* Classes used in Page Designer */
.galiza-1 {
  font-family: "Galiza" !important;
  letter-spacing: inherit !important;
  font-feature-settings: "ss01";
}

.galiza-2 {
  font-family: "Galiza" !important;
  letter-spacing: inherit !important;
  font-feature-settings: "ss02";
}

.grey-text {
  color: rgb(70, 71, 76);
}

.semibold-text {
  font-weight: 600;
}

.bold-text {
  font-weight: 700;
}

.underlined-text {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.section-title {
  font-family: "AdFont", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.37;
  color: rgb(0, 0, 0);
  font-weight: 600;
}

.section-subtitle {
  font-family: "AdFont", sans-serif;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5;
  color: rgb(0, 0, 0);
}
@media (min-width: 1025px) {
  .section-subtitle {
    font-size: 1.375rem;
    line-height: 1.27;
  }
}

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

.add-to-wish-list.btn {
  width: 1.375rem;
  height: 1.375rem;
  padding: 0;
  background-color: inherit;
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 22 22"><path d="M17.5 4.1c-.9-.8-2.1-1.2-3.2-1.1-1.2.1-2.3.6-3.1 1.5l-.2.2-.2-.2C10 3.6 9 3.1 7.8 3c-1.2-.1-2.4.3-3.3 1.1-1.8 1.6-2 4.4-.4 6.4 2.3 2.8 6.5 7.9 6.5 8l.4.5.6-.8s-4.9-6-6.8-8.3c-1.2-1.6-1.1-3.7.3-5 .7-.6 1.5-.9 2.4-.9h.2c.9.1 1.8.5 2.4 1.2l.9 1 .9-1c.6-.7 1.5-1.1 2.4-1.2.9-.1 1.8.2 2.5.9 1.4 1.3 1.6 3.4.3 5-1.5 1.9-3.9 4.8-5.4 6.5H13c1.4-1.7 3.5-4.2 4.8-5.9 1.7-2 1.5-4.7-.3-6.4" fill-rule="evenodd" clip-rule="evenodd"/></svg>');
  background-repeat: no-repeat;
  background-size: 1.375rem;
  border-style: none;
}
@media (min-width: 768px) {
  .add-to-wish-list.btn {
    opacity: 1;
    transition: opacity 0.35s ease-in-out;
  }
  .add-to-wish-list.btn:hover {
    opacity: 0.7;
    transition: opacity 0.35s ease-in-out;
  }
}
.add-to-wish-list.is-added {
  background-image: url("../images/hearth-black.png");
}

.newsletter__header {
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
.newsletter__title {
  font-family: "AdFont", sans-serif;
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.09;
  color: rgb(0, 0, 0);
  display: block;
  margin-bottom: 1.5rem;
}
@media (min-width: 1025px) {
  .newsletter__title {
    font-size: 2rem;
    line-height: 1.12;
  }
}
.newsletter__notice-wrapper {
  font-family: "AdFont", sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.5;
  color: rgb(0, 0, 0);
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 1.5rem;
}
.newsletter__form {
  max-width: 350px;
  margin-right: auto;
  margin-left: auto;
}

.newsletter-legal-text {
  flex-direction: row;
  flex-wrap: wrap;
  padding-top: 1rem;
  font-size: 0.75rem;
}
.newsletter-legal-text.show-on-change {
  display: none;
}
.newsletter-legal-text .newsletter-checkbox {
  min-width: 1rem;
}
.newsletter-legal-text .legal-label {
  font-family: "AdFont", sans-serif;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  color: rgb(0, 0, 0);
  width: 80%;
}
.newsletter-legal-text .invalid-feedback {
  display: none;
}
.newsletter-legal-text .newsletter-subscribe-button {
  margin-top: 1.5rem;
}

.newsletter-country-selector {
  display: flex;
  width: 100%;
}
.newsletter-country-selector .form-group {
  width: 100%;
  padding-right: 0.5rem;
}
.newsletter-country-selector .form-group.is-filled .form-control-label::before {
  display: none;
}

.email-signup-message {
  position: fixed;
  top: 25%;
  left: 50%;
  z-index: 1070;
  transform: translate(-50%, -50%);
}

.email-signup-alert {
  padding: 1em;
  animation: fade 5s linear forwards;
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.email-signup-alert.show {
  display: block;
}

.newsletter-modal .modal-content {
  padding: 1.5rem;
}
@media (min-width: 480px) {
  .newsletter-modal .modal-content {
    padding: 3rem;
  }
}
.newsletter-modal .newsletter-radiobuttons {
  text-align: left;
}
.newsletter-modal .newsletter-container .title {
  display: none;
}

@media (min-width: 768px) {
  .newsletter-container {
    margin-bottom: 0;
  }
}
.newsletter-container__label {
  z-index: 3;
}

/*
* TAGS
*/
.tag {
  font-family: "AdFont", sans-serif;
  font-size: 0.6875rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.27;
  letter-spacing: 0;
  color: rgb(0, 0, 0);
  display: inline-block;
  padding: 0.25rem;
  text-transform: uppercase;
  vertical-align: middle;
}
.tag--light {
  color: rgb(0, 0, 0);
  background-color: rgb(255, 255, 255);
}
.tag--dark {
  color: rgb(255, 255, 255);
  background-color: rgb(0, 0, 0);
}
.tag--framed {
  border: 1px solid rgb(0, 0, 0);
}
.tag--state {
  font-family: "AdFont", sans-serif;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  color: rgb(0, 0, 0);
  font-weight: 600;
  padding: 0;
  color: rgb(117, 117, 117);
}
@media (min-width: 1025px) {
  .tag--state {
    font-size: 0.875rem;
    line-height: 1.75;
  }
}

.manual-tag {
  font-family: "AdFont", sans-serif;
  font-size: 0.6875rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.27;
  letter-spacing: 0;
  color: rgb(0, 0, 0);
  padding: 0.1875rem 0.25rem 0.125rem;
  background-color: rgb(245, 245, 245);
}
.manual-tag__text {
  color: rgb(117, 117, 117);
}

.product-tag {
  font-family: "AdFont", sans-serif;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  color: rgb(0, 0, 0);
  font-weight: 600;
  display: flex;
  align-items: center;
  min-height: 1.125rem;
  margin-top: 0.3125rem;
  color: rgb(117, 117, 117);
  line-height: 1;
}
@media (min-width: 1025px) {
  .product-tag {
    font-size: 0.875rem;
    line-height: 1.75;
  }
}
@media (min-width: 1025px) {
  .product-tag {
    min-height: 1.3125rem;
    line-height: 1;
  }
}

/*
* Static messages
* When used with a Content-slot, it ust have html tags and classes
* <span class="static-message">
*
* For now used only in Checkout, contentslot id=checkout-notice.
*/
.static-message {
  font-family: "AdFont", sans-serif;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  color: rgb(0, 0, 0);
  font-weight: 400;
  display: block;
  padding: 1rem;
  text-align: left;
  background-color: rgb(245, 245, 245);
}

/**
* Steppers show progress through a sequence of logical, numbered steps.
*
* Two forms, vertical and  horizontal
*/
/**
  <div class="stepper stepper-horizontal">
    <button class="stepper-horizontal__button stepper__button stepper__button--current btn btn-tertiary">
      ${Resource.msg('...)}
    </button>
    <svg class="svg-icon stepper-horizontal__connector stepper__connector>
      <use xlink:href="#arrowRightBigIcon"></use>
    </svg>
    <button class="stepper-horizontal__button stepper__button btn btn-tertiary"></button>
      [...]
  </div>
*/
.stepper__button--current {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.stepper-horizontal {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: -1rem;
  margin-left: -1rem;
  border-bottom: 1px solid rgb(224, 224, 224);
  counter-reset: step-counter;
}
@media (min-width: 768px) {
  .stepper-horizontal {
    justify-content: left;
    margin-right: 0;
    margin-left: 0;
  }
}
.stepper-horizontal__button {
  font-family: "AdFont", sans-serif;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  color: rgb(0, 0, 0);
  font-weight: 600;
  display: inline-block;
  width: auto;
  padding: 0.9375rem 0;
  text-transform: uppercase;
  border: 0;
  counter-increment: step-counter;
}
@media (min-width: 1025px) {
  .stepper-horizontal__button {
    font-size: 0.875rem;
    line-height: 1.75;
  }
}
@media (min-width: 768px) {
  .stepper-horizontal__button {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
}
.stepper-horizontal__button::before {
  content: counter(step-counter) ". ";
}
.stepper-horizontal__connector {
  width: 1.375rem;
  height: 1.375rem;
  vertical-align: middle;
}
.stepper-horizontal__connector.disabled {
  color: rgb(117, 117, 117);
}
.stepper-horizontal__button + .stepper-horizontal__connector {
  margin-left: 1.5rem;
}
.stepper-horizontal__connector + .stepper-horizontal__button {
  margin-left: 1.5rem;
}

.stepper-info {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 0;
  padding: 0;
}
.stepper-info__item {
  position: relative;
  flex: 1;
  color: rgb(158, 158, 158);
  text-align: center;
  list-style-type: none;
}
.stepper-info__item.active {
  color: rgb(0, 0, 0);
}
.stepper-info__item::before {
  position: relative;
  z-index: 1;
  display: block;
  width: 0.625rem;
  height: 0.625rem;
  margin: 0 auto 0.75rem;
  text-align: center;
  background-color: rgb(158, 158, 158);
  border-radius: 50%;
  content: "";
}
.stepper-info__item.active::before {
  background-color: rgb(0, 0, 0);
}
.stepper-info__item.active::after {
  background-color: rgb(0, 0, 0);
}
.stepper-info__item::after {
  position: absolute;
  top: 0.25rem;
  right: 50%;
  width: 100%;
  height: 1px;
  background-color: rgb(158, 158, 158);
  content: "";
}
.stepper-info__item:first-child {
  text-align: left;
}
.stepper-info__item:first-child::before {
  margin-left: 0;
}
.stepper-info__item:first-child::after {
  content: none;
}
.stepper-info__item:nth-child(2)::after {
  width: 150%;
}
.stepper-info__item:last-child {
  text-align: right;
}
.stepper-info__item:last-child::before {
  margin-right: 0;
}
.stepper-info__item:last-child::after {
  right: 0;
  width: 150%;
}

/*
 * Colors: Base
\* -------------------------------------------------------------------------- */
/*
 * Colors: System color
\* -------------------------------------------------------------------------- */
/*
 * Colors: Overrides
\* -------------------------------------------------------------------------- */
/*
 * Colors: ADN-club
\* -------------------------------------------------------------------------- */
/** System monospace */
/**
 * Returns a rem value from a number of pixels.
 * Its uses 16px as root font-size
 */
/* -- Not on redesign -- */
/* 1025 is used instead of 1024 because touch devices design is not specified */
/* Scrollbars customization */
/**
 * Returns an url encoded SVG with the given color
 * @param {String} $icon - SVG code
 * @param {String} $color - Final color
 * @return {String} URL encoded svg
 */
/* stylelint-disable function-parentheses-newline-inside */
/* stylelint-enable function-parentheses-newline-inside */
/*
 * https://allyjs.io/tutorials/hiding-elements.html#2017-edition-of-visuallyhidden
 */
/* Mixin to use if touch devices design is specified */
/** Vertical scrollbar with custom color & size
*     @include ad-scrollbars(color, size);
*/
/** Horizontal scrollbar with custom color & size
*     @include ad-scrollbars();
*     @include ad-scrollbars-horizontal(color, size);
*/
.size-chart .modal-dialog {
  max-width: 1200px;
}
.size-chart .modal-content {
  overflow-y: auto;
  /* W3C Working Draft */
  scrollbar-color: rgb(158, 158, 158) transparent; /* stylelint-disable-line property-no-unknown */
  /* Internet Explorer */
  scrollbar-face-color: rgb(158, 158, 158);
  scrollbar-track-color: transparent;
  /* Firefox */
  scrollbar-width: thin;
  max-height: inherit;
  overflow-y: scroll;
}
.size-chart .modal-content::-webkit-scrollbar-thumb {
  background-color: rgb(158, 158, 158);
  border-radius: 1.5px;
}
.size-chart .modal-content::-webkit-scrollbar-track {
  background-color: transparent;
}
.size-chart .modal-content::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}
.size-chart .modal-content::-webkit-scrollbar:horizontal {
  width: 1px;
  height: 1px;
}
.size-chart .modal-content::-webkit-scrollbar-thumb:horizontal {
  background-color: rgb(0, 0, 0);
  border-radius: 1.5px;
}
.size-chart .modal-content::-webkit-scrollbar-track:horizontal {
  background-color: rgb(245, 245, 245);
}
@supports (scrollbar-width: auto) {
  .size-chart .modal-content {
    scrollbar-color: auto; /* Chrome +121 */
  }
}
@supports (scrollbar-width: auto) {
  .size-chart .modal-content {
    scrollbar-width: auto; /* Chrome +121 */
  }
}
.size-chart__nav {
  position: relative;
  width: auto;
  margin-bottom: 1rem;
}
.size-chart .nav-item:nth-child(2) {
  margin-left: 3rem;
}
.size-chart .nav-item:last-child {
  margin-left: auto;
  font-weight: 400;
}
.size-chart__body {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .size-chart__body {
    flex-direction: row;
  }
}
.size-chart__content-wrapper {
  position: relative;
  margin-top: 1.5rem;
}
@media (min-width: 768px) {
  .size-chart__content-wrapper {
    width: 65%;
    margin-top: 0;
    padding-left: 3rem;
  }
}
.size-chart__tab-pane {
  overflow-y: auto;
  /* W3C Working Draft */
  scrollbar-color: rgb(158, 158, 158) transparent; /* stylelint-disable-line property-no-unknown */
  /* Internet Explorer */
  scrollbar-face-color: rgb(158, 158, 158);
  scrollbar-track-color: transparent;
  /* Firefox */
  scrollbar-width: thin;
  overflow-x: auto;
}
.size-chart__tab-pane::-webkit-scrollbar-thumb {
  background-color: rgb(158, 158, 158);
  border-radius: 1.5px;
}
.size-chart__tab-pane::-webkit-scrollbar-track {
  background-color: transparent;
}
.size-chart__tab-pane::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}
.size-chart__tab-pane::-webkit-scrollbar:horizontal {
  width: 1px;
  height: 1px;
}
.size-chart__tab-pane::-webkit-scrollbar-thumb:horizontal {
  background-color: rgb(0, 0, 0);
  border-radius: 1.5px;
}
.size-chart__tab-pane::-webkit-scrollbar-track:horizontal {
  background-color: rgb(245, 245, 245);
}
@supports (scrollbar-width: auto) {
  .size-chart__tab-pane {
    scrollbar-color: auto; /* Chrome +121 */
  }
}
@supports (scrollbar-width: auto) {
  .size-chart__tab-pane {
    scrollbar-width: auto; /* Chrome +121 */
  }
}
.size-chart__tab-pane::-webkit-scrollbar:horizontal {
  width: 3px;
  height: 3px;
}
.size-chart__tab-pane::-webkit-scrollbar-thumb:horizontal {
  background-color: rgb(224, 224, 224);
  border-radius: 1.5px;
}
.size-chart__tab-pane::-webkit-scrollbar-track:horizontal {
  background-color: rgb(245, 245, 245);
}
.size-chart__image {
  align-self: center;
  width: 100%;
  max-width: 343px;
  height: 100%;
  max-height: 339px;
}
@media (min-width: 768px) {
  .size-chart__image {
    flex-shrink: 0;
    width: 35%;
  }
}
.size-chart__picture, .size-chart-picture__image {
  display: block;
  max-height: inherit;
  margin-right: auto;
  margin-left: auto;
}
.size-chart__footer {
  margin-top: 1rem;
  margin-right: auto;
  font-size: 0.75rem;
  font-style: italic;
}

.equivalences-link .equivalences-text--active {
  display: none;
}
.equivalences-link.active .equivalences-text {
  display: none;
}
.equivalences-link.active .equivalences-text--active {
  display: block;
  cursor: pointer;
}

.equivalences-title {
  position: absolute;
  left: 0;
  line-height: 1;
  text-transform: uppercase;
}

/* Table */
.size-table {
  margin-bottom: 1.5rem;
}
.size-table th {
  background-color: rgb(245, 245, 245);
}
.size-table th,
.size-table td {
  width: 83px;
  max-width: 83px;
  height: 40px;
  padding-top: 8px;
  padding-bottom: 8px;
}
.size-table th:first-of-type,
.size-table td:first-of-type {
  font-weight: 600;
  text-align: left;
}
.size-table.equivalences-table td:nth-child(2) {
  font-weight: 600;
}
.size-table.equivalences-table .table__column--small {
  width: 41px;
}

.stock-alert-modal__text {
  margin-bottom: 1.5rem;
}
.stock-alert-modal .invalid-feedback-button {
  padding-top: 1rem;
}

.stockalert-submit-message {
  position: fixed;
  top: 25%;
  left: 50%;
  z-index: 1070;
  transform: translate(-50%, -50%);
}

/** Klarna widget in PDP, Cart and Minicart */
.kosm-pdp {
  margin-bottom: 1.5rem;
}

.kosm-minicart {
  padding: 0;
}

.abandoned-cart-modal .modal-dialog {
  max-width: 900px;
}
.abandoned-cart-modal__content {
  padding: 0;
}
.abandoned-cart-modal__body {
  display: flex;
  flex-direction: row;
}
.abandoned-cart-modal__image {
  display: none;
  flex-grow: 1;
  width: auto;
  min-width: 40%;
  height: auto;
  min-height: 100%;
}
@media (min-width: 768px) {
  .abandoned-cart-modal__image {
    display: block;
  }
}
@media (min-width: 1025px) {
  .abandoned-cart-modal__image {
    min-width: 45%;
  }
}
.abandoned-cart-modal .product-image {
  height: 100%;
}
.abandoned-cart-modal__info {
  flex-grow: 1;
  width: auto;
  padding: 4rem 1rem 2rem;
}
@media (min-width: 1025px) {
  .abandoned-cart-modal__info {
    padding-right: 4rem;
    padding-left: 2rem;
  }
}
.abandoned-cart-modal__subtitle {
  margin-bottom: 1rem;
}
.abandoned-cart-modal__links {
  display: flex;
  justify-content: space-between;
  margin-top: 1rem;
}

.abandoned-cart-modal--consent-modal .modal-dialog {
  position: fixed;
  bottom: 0;
  z-index: 1350;
  display: block;
  width: 100%;
  margin-bottom: 0;
  padding: 0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  visibility: hidden;
}
@media (min-width: 768px) {
  .abandoned-cart-modal--consent-modal .modal-dialog {
    top: 10%;
    right: 1rem;
    bottom: auto;
    bottom: initial;
    max-width: 520px;
  }
}
.abandoned-cart-modal--consent-modal.show .modal-dialog {
  visibility: visible;
}
.abandoned-cart-modal--consent-modal .abandoned-cart-modal__info {
  padding-bottom: 2rem;
}
.abandoned-cart-modal--consent-modal .abandoned-cart-modal__title {
  margin-bottom: 0;
  font-size: 0.875rem;
}
@media (min-width: 768px) {
  .abandoned-cart-modal--consent-modal .abandoned-cart-modal__title {
    margin-bottom: 1rem;
  }
}
.abandoned-cart-modal--consent-modal .abandoned-cart-modal__subtitle {
  margin-bottom: 0;
}
.abandoned-cart-modal--consent-modal .abandoned-cart-modal__links {
  align-items: baseline;
}
@media (min-width: 768px) {
  .abandoned-cart-modal--consent-modal .abandoned-cart-modal__links {
    flex-direction: column;
  }
}
.abandoned-cart-modal--consent-modal .form-submit {
  width: 50%;
  margin-top: 0;
}
@media (min-width: 768px) {
  .abandoned-cart-modal--consent-modal .form-submit {
    width: 100%;
    margin-bottom: 1rem;
  }
}

/* Used hacks that we would want to remove :_( */
/* SFRA Base Styles */
/* From components/common */
.hide-order-discount {
  display: none;
}

.hide-shipping-discount {
  display: none;
}

.order-discount {
  color: rgb(56, 142, 60);
}

.shipping-discount {
  color: rgb(56, 142, 60);
}

.error-messaging {
  position: fixed;
  top: 0;
  z-index: 1;
  width: 100%;
}

.skip {
  position: absolute;
  top: -4.2em;
  left: 0;
  padding: 1em 1.5em;
  overflow: hidden;
  background: #fff;
  transition: all 0.2s ease-in-out;
}
.skip:active, .skip:focus, .skip:hover {
  top: 0;
  left: 0;
  z-index: 10000000;
  width: auto;
  height: auto;
  background: #fff;
  transition: all 0.2s ease-in-out;
}

.card-header-custom {
  margin-bottom: 0;
  font-size: 1.5rem;
}

/* END From components/common */
.image-aspect-ratio--mobile-8-9 {
  position: relative;
  display: block;
}
.image-aspect-ratio--mobile-8-9::before {
  display: block;
  width: 0;
  padding-bottom: 112.5%;
  content: "";
}
.image-aspect-ratio--mobile-8-9 > img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  aspect-ratio: 0.8888888889;
}
.image-aspect-ratio--mobile-9-8 {
  position: relative;
  display: block;
}
.image-aspect-ratio--mobile-9-8::before {
  display: block;
  width: 0;
  padding-bottom: 88.8888888889%;
  content: "";
}
.image-aspect-ratio--mobile-9-8 > img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  aspect-ratio: 1.125;
}
.image-aspect-ratio--mobile-9-11 {
  position: relative;
  display: block;
}
.image-aspect-ratio--mobile-9-11::before {
  display: block;
  width: 0;
  padding-bottom: 122.2222222222%;
  content: "";
}
.image-aspect-ratio--mobile-9-11 > img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  aspect-ratio: 0.8181818182;
}
.image-aspect-ratio--mobile-11-9 {
  position: relative;
  display: block;
}
.image-aspect-ratio--mobile-11-9::before {
  display: block;
  width: 0;
  padding-bottom: 81.8181818182%;
  content: "";
}
.image-aspect-ratio--mobile-11-9 > img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  aspect-ratio: 1.2222222222;
}
.image-aspect-ratio--mobile-1-1 {
  position: relative;
  display: block;
}
.image-aspect-ratio--mobile-1-1::before {
  display: block;
  width: 0;
  padding-bottom: 100%;
  content: "";
}
.image-aspect-ratio--mobile-1-1 > img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  aspect-ratio: 1;
}
.image-aspect-ratio--mobile-9-16 {
  position: relative;
  display: block;
}
.image-aspect-ratio--mobile-9-16::before {
  display: block;
  width: 0;
  padding-bottom: 177.7777777778%;
  content: "";
}
.image-aspect-ratio--mobile-9-16 > img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  aspect-ratio: 0.5625;
}
.image-aspect-ratio--mobile-16-9 {
  position: relative;
  display: block;
}
.image-aspect-ratio--mobile-16-9::before {
  display: block;
  width: 0;
  padding-bottom: 56.25%;
  content: "";
}
.image-aspect-ratio--mobile-16-9 > img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  aspect-ratio: 1.7777777778;
}
.image-aspect-ratio--mobile-47-20 {
  position: relative;
  display: block;
}
.image-aspect-ratio--mobile-47-20::before {
  display: block;
  width: 0;
  padding-bottom: 42.5531914894%;
  content: "";
}
.image-aspect-ratio--mobile-47-20 > img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  aspect-ratio: 2.35;
}
@media (min-width: 768px) {
  .image-aspect-ratio--desktop-8-9 {
    position: relative;
    display: block;
  }
  .image-aspect-ratio--desktop-8-9::before {
    display: block;
    width: 0;
    padding-bottom: 112.5%;
    content: "";
  }
  .image-aspect-ratio--desktop-8-9 > img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
    aspect-ratio: 0.8888888889;
  }
}
@media (min-width: 768px) {
  .image-aspect-ratio--desktop-9-8 {
    position: relative;
    display: block;
  }
  .image-aspect-ratio--desktop-9-8::before {
    display: block;
    width: 0;
    padding-bottom: 88.8888888889%;
    content: "";
  }
  .image-aspect-ratio--desktop-9-8 > img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
    aspect-ratio: 1.125;
  }
}
@media (min-width: 768px) {
  .image-aspect-ratio--desktop-9-11 {
    position: relative;
    display: block;
  }
  .image-aspect-ratio--desktop-9-11::before {
    display: block;
    width: 0;
    padding-bottom: 122.2222222222%;
    content: "";
  }
  .image-aspect-ratio--desktop-9-11 > img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
    aspect-ratio: 0.8181818182;
  }
}
@media (min-width: 768px) {
  .image-aspect-ratio--desktop-11-9 {
    position: relative;
    display: block;
  }
  .image-aspect-ratio--desktop-11-9::before {
    display: block;
    width: 0;
    padding-bottom: 81.8181818182%;
    content: "";
  }
  .image-aspect-ratio--desktop-11-9 > img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
    aspect-ratio: 1.2222222222;
  }
}
@media (min-width: 768px) {
  .image-aspect-ratio--desktop-1-1 {
    position: relative;
    display: block;
  }
  .image-aspect-ratio--desktop-1-1::before {
    display: block;
    width: 0;
    padding-bottom: 100%;
    content: "";
  }
  .image-aspect-ratio--desktop-1-1 > img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
    aspect-ratio: 1;
  }
}
@media (min-width: 768px) {
  .image-aspect-ratio--desktop-9-16 {
    position: relative;
    display: block;
  }
  .image-aspect-ratio--desktop-9-16::before {
    display: block;
    width: 0;
    padding-bottom: 177.7777777778%;
    content: "";
  }
  .image-aspect-ratio--desktop-9-16 > img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
    aspect-ratio: 0.5625;
  }
}
@media (min-width: 768px) {
  .image-aspect-ratio--desktop-16-9 {
    position: relative;
    display: block;
  }
  .image-aspect-ratio--desktop-16-9::before {
    display: block;
    width: 0;
    padding-bottom: 56.25%;
    content: "";
  }
  .image-aspect-ratio--desktop-16-9 > img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
    aspect-ratio: 1.7777777778;
  }
}
@media (min-width: 768px) {
  .image-aspect-ratio--desktop-47-20 {
    position: relative;
    display: block;
  }
  .image-aspect-ratio--desktop-47-20::before {
    display: block;
    width: 0;
    padding-bottom: 42.5531914894%;
    content: "";
  }
  .image-aspect-ratio--desktop-47-20 > img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
    aspect-ratio: 2.35;
  }
}

/* Remove button appearance */
.u-btn-clean {
  background-color: inherit;
  border: 0;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-tap-highlight-color: transparent;
}

.max-width-350 {
  max-width: 350px;
}

.max-width-450 {
  max-width: 450px;
}

.max-width-550 {
  max-width: 550px;
}

.max-width-768 {
  max-width: 768px;
}

.max-width-1025 {
  max-width: 1025px;
}

.max-width-1200 {
  max-width: 1200px;
}

.max-width-1500 {
  max-width: 1500px;
}

.max-width-1920 {
  max-width: 1920px;
}

.max-width-2400 {
  max-width: 2400px;
}

.col-posx--left {
  margin-right: auto !important;
  margin-left: 0 !important;
}
.col-posx--right {
  margin-right: 0 !important;
  margin-left: auto !important;
}
.col-posx--center {
  margin-right: auto !important;
  margin-left: auto !important;
}

.col-posy--top {
  margin-top: 0 !important;
  margin-bottom: auto !important;
}
.col-posy--bottom {
  margin-top: auto !important;
  margin-bottom: 0 !important;
}
.col-posy--center {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.u-theme-dark {
  color: rgb(255, 255, 255);
  background-color: rgb(0, 0, 0);
}
.u-theme-dark .form-control:focus {
  border-color: rgb(224, 224, 224);
}
.u-theme-dark [type=checkbox]:checked,
.u-theme-dark [type=radio]:checked {
  border-color: rgb(255, 255, 255);
}
.u-theme-dark [type=radio]::before {
  background-color: rgb(255, 255, 255);
}
.u-theme-dark .btn-primary {
  border-color: rgb(255, 255, 255);
}
.u-theme-dark a,
.u-theme-dark .link {
  color: rgb(255, 255, 255);
}
.u-theme-dark input {
  color: rgb(255, 255, 255);
  background-color: rgb(0, 0, 0);
  border-color: rgb(117, 117, 117);
}
.u-theme-dark label {
  color: rgb(255, 255, 255);
}
.u-theme-dark [class*=collapsible-] .title {
  color: rgb(255, 255, 255);
  background-color: transparent;
}
.u-theme-dark [class*=collapsible-] .title::after {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 22 22" fill="none"><path d="M5.70711 8L10.717 13.01L15.7263 8.00158L16.4334 8.70869L11.424 13.717L11.4262 13.7191L10.7191 14.4262L10.717 14.424L10.7159 14.4262L10.0088 13.7191L10.01 13.717L5 8.70711L5.70711 8Z" fill="rgb(255, 255, 255)"/></svg>');
}
.u-theme-dark [class*=collapsible-].active .title::after {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 22 22" fill="none"><path d="M15.7264 14.4262L10.7165 9.4162L5.70713 14.4246L5.00002 13.7175L10.0095 8.7092L10.0073 8.70711L10.7144 8L10.7165 8.0022L10.7175 8L11.4246 8.70711L11.4235 8.7092L16.4335 13.7191L15.7264 14.4262Z" fill="rgb(255, 255, 255)"/></svg>');
}

.adn-general .card-header-custom {
  color: rgb(255, 255, 255);
  background-color: rgb(0, 0, 0);
}
.adn-general .register-link {
  border-color: rgb(255, 255, 255);
}

.u-visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden;
  border: 0 !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}

.u-show-in-device {
  display: none;
}

@media (max-width: 767px) {
  .u-show-in-device--mobile {
    display: block;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .u-show-in-device--tablet {
    display: block;
  }
}

@media (min-width: 1025px) {
  .u-show-in-device--desktop {
    display: block;
  }
}

.u-stop-page-scroll {
  overflow: hidden;
}

.article-page-title {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
  max-width: 1200px;
  margin-bottom: 0;
  text-align: left;
}
@media (min-width: 768px) {
  .article-page-title {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
@media (min-width: 1025px) {
  .article-page-title {
    padding-right: 3rem;
    padding-left: 3rem;
  }
}
.article-page-title--single-column {
  max-width: 768px;
}

.article-page-content {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
  max-width: 1200px;
  margin-top: 0.5rem;
  margin-bottom: 6.25rem;
}
@media (min-width: 768px) {
  .article-page-content {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
@media (min-width: 1025px) {
  .article-page-content {
    padding-right: 3rem;
    padding-left: 3rem;
  }
}
@media (min-width: 1025px) {
  .article-page-content {
    display: flex;
    justify-content: center;
    margin-top: 1.5rem;
  }
}
.article-page-content.single-column {
  max-width: 768px;
}
.article-page-content .ordered-list-article {
  list-style: none;
  counter-reset: list-counter;
}
.article-page-content .list-item {
  counter-increment: list-counter;
}
.article-page-content .list-title {
  font-weight: 600;
}
.article-page-content .subtitle {
  color: rgb(0, 0, 0);
  font-weight: 600;
}
.article-page-content .list-item::before {
  font-weight: 600;
  content: counter(list-counter) ". ";
}
.article-page-content .letter-list {
  list-style-type: lower-latin;
}
.article-page-content .letter-list li + li {
  margin-top: 1rem;
}
.article-page-content .no-decoration-list {
  list-style-type: none;
}
.article-page-content .list-content {
  margin-top: 1.5rem;
}
.article-page-content .paragraph-title {
  display: block;
  font-weight: 600;
}
.article-page-content [class*=collapsible-] .title {
  text-transform: uppercase;
}

.error-page-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url("../images/error/landing-error-mobile.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 768px) {
  .error-page-content {
    background-image: url("../images/error/landing-error-Desktop.jpg");
  }
}
.error-page-content--maintenance {
  background-image: none;
}
.error-page-content .error-dialog,
.error-page-content .maintenance-dialog {
  position: relative;
  top: 50%;
  left: 50%;
  padding: 2.5rem 1rem;
  background-color: rgb(255, 255, 255);
  transform: translate(-50%, -50%);
  opacity: 0.92;
}
@media (min-width: 768px) {
  .error-page-content .error-dialog,
  .error-page-content .maintenance-dialog {
    max-width: 528px;
    padding: 2.5rem;
  }
}
.error-page-content .maintenance-dialog {
  position: absolute;
  width: calc(100% - 2rem);
}
@media (min-width: 768px) {
  .error-page-content .maintenance-dialog {
    width: 528px;
  }
}
.error-page-content .error-title,
.error-page-content .maintenance-title {
  font-family: "AdFont", sans-serif;
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.27;
  color: rgb(0, 0, 0);
  margin-top: 0;
  margin-bottom: 1.5rem;
  text-align: left;
  text-transform: uppercase;
}
.error-page-content .error-message,
.error-page-content .maintenance-message {
  font-family: "AdFont", sans-serif;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  color: rgb(0, 0, 0);
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 0;
  text-align: left;
}
.error-page-content .error-message {
  margin-bottom: 1.5rem;
}
.error-page-content .maintenance-image {
  position: fixed;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 480px) {
  .error-page-content .maintenance-image {
    height: 100vh;
  }
}

.error-unassigned-category {
  margin-bottom: auto;
  color: rgb(229, 57, 53);
}

.work-with-us {
  padding-right: 1rem;
  padding-left: 1rem;
  margin-bottom: 2.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (min-width: 768px) {
  .work-with-us {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
@media (min-width: 1025px) {
  .work-with-us {
    padding-right: 3rem;
    padding-left: 3rem;
  }
}
@media (min-width: 768px) {
  .work-with-us {
    margin-bottom: 5rem;
  }
}
@media (min-width: 1025px) {
  .work-with-us {
    margin-bottom: 7.5rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
.work-with-us__picture img {
  width: 100%;
}
.work-with-us .secondary-title {
  font-family: "AdFont", sans-serif;
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.09;
  color: rgb(0, 0, 0);
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
@media (min-width: 1025px) {
  .work-with-us .secondary-title {
    font-size: 2rem;
    line-height: 1.12;
  }
}
@media (min-width: 1440px) {
  .work-with-us .secondary-title {
    margin-top: 4rem;
  }
}
.work-with-us__text {
  max-width: 450px;
  margin: 0 auto;
  padding: 0 1rem;
}
@media (min-width: 480px) {
  .work-with-us__text {
    padding: 0;
  }
}
.work-with-us__button-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 2rem;
}
@media (min-width: 480px) {
  .work-with-us__button-container {
    flex-direction: row;
    justify-content: space-between;
    max-width: 450px;
    margin: 2rem auto 0 auto;
    padding: 0 1rem;
  }
}
.work-with-us__btn {
  margin: 0 0 0.75rem;
}
@media (min-width: 480px) {
  .work-with-us__btn:first-child {
    margin-right: 0.75rem;
  }
  .work-with-us__btn:last-child {
    margin-left: 0.75rem;
  }
}

.heritage {
  max-width: 1920px;
  margin: auto;
}
.heritage__page-title {
  margin-bottom: 5%;
}
.heritage .text-align-left {
  text-align: left;
}
.heritage .text-align-center {
  text-align: center;
}
.heritage__title.page-title {
  margin-top: 0;
  line-height: 1;
}
@media (min-width: 1440px) {
  .heritage__title.page-title {
    font-size: 5rem;
  }
}
.heritage__subtitle {
  font-family: "AdFont", sans-serif;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5;
  color: rgb(0, 0, 0);
  color: rgb(0, 0, 0);
}
@media (min-width: 1025px) {
  .heritage__subtitle {
    font-size: 1.375rem;
    line-height: 1.27;
  }
}
@media (min-width: 1440px) {
  .heritage__subtitle {
    font-size: 1.375rem;
  }
}
.heritage__block {
  display: flex;
  flex-direction: column;
  width: 85%;
  margin: 12% auto;
}
@media (min-width: 768px) {
  .heritage__block {
    flex-direction: row;
    margin: 9% auto;
  }
}
.heritage__block--right {
  justify-content: flex-end;
}
.heritage__block--center {
  flex-direction: column;
  align-items: center;
}
@media (min-width: 768px) {
  .heritage__picture {
    width: 38%;
  }
}
@media (min-width: 768px) {
  .heritage__text {
    width: 45%;
    padding: 0 5%;
  }
}
.heritage__text--center {
  padding-bottom: 5%;
}
.heritage .international-text {
  width: 100%;
}
.heritage .international-subtitle {
  width: 100%;
  margin: auto;
}
@media (min-width: 480px) {
  .heritage .international-subtitle {
    width: 80%;
  }
}
@media (min-width: 768px) {
  .heritage .international-subtitle {
    width: 50%;
  }
}

/*# sourceMappingURL=global.css.map*/