@charset "UTF-8";
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___  (R)
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __|
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

    preload-variables.scss
    ======================================
    Set theme default variables for "storefront:hot-proxy".

    Info: Loaded via theme.json (1.)
*/
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___  (R)
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __|
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

    ThemeWare: SCSS-Functions
    ==================================================

*/
/*
 +-+-+ +-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 |b|y| |T|C|-|I|n|n|o|v|a|t|i|o|n|s|
 +-+-+ +-+-+-+-+-+-+-+-+-+-+-+-+-+-+
*/
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___  (R)
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __|
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

    overrides.scss
    ======================================
    Contains all overrides of bootstrap and shopware default variables.

    Please note: Bootstrap uses rem values (e.g. font-size)! Convert px-values if neccessary.

    Info: Loaded via theme.json (2.)
*/
/*
Basic styles
==================================================
Contains the imports to all basic styles.

The file organization follows the 7-1 pattern architecture
https://sass-guidelin.es/#the-7-1-pattern
*/
/*
 * Variables, Mixins, Functions
 * ---------------------------- */
/*
Bootstrap variables
==================================================
Contains all overrides of bootstrap default variables.

https://getbootstrap.com/docs/5.2/customize/sass/#variable-defaults
*/
/*
Skin variables
==================================================
Contains the imports to all variables that the Shopware skin uses.
*/
/*
Bootstrap variables
==================================================
Contains all overrides of bootstrap default variables.

https://getbootstrap.com/docs/5.2/customize/sass/#variable-defaults
*/
/*
Custom variables
==================================================
Contains custom non bootstrap variables.
*/
/*
Custom variables
==================================================
Contains custom non bootstrap variables.
*/
/* mixin for multiline */
/*
Helper function to check for active feature flags.
==================================================
The `$sw-features` variable contains a SCSS map of the current feature config.
The variable is injected automatically via ThemeCompiler.php and webpack.config.js.

Example:
@if feature('FEATURE_NEXT_1234') {
    // ...
}
*/
/*
 * Skin variables
 * ---------- */
/*
 * Vendors
 * ------- */
/*
Bootstrap
==================================================
Import of bootstrap vendor.

https://getbootstrap.com/docs/5.2/getting-started/introduction
*/
/*!
   * Bootstrap  v5.2.2 (https://getbootstrap.com/)
   * Copyright 2011-2022 The Bootstrap Authors
   * Copyright 2011-2022 Twitter, Inc.
   * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
   */
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #798490;
  --bs-gray-dark: #4a545b;
  --bs-gray-100: #f9f9f9;
  --bs-gray-200: #eee;
  --bs-gray-300: #bcc1c7;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #798490;
  --bs-gray-700: #495057;
  --bs-gray-800: #4a545b;
  --bs-gray-900: #212529;
  --bs-primary: #691448;
  --bs-secondary: #691448;
  --bs-success: #2ecc71;
  --bs-info: #4aa3df;
  --bs-warning: #f1c40f;
  --bs-danger: #e74c3c;
  --bs-light: #f9f9f9;
  --bs-dark: #4a545b;
  --bs-primary-rgb: 105, 20, 72;
  --bs-secondary-rgb: 105, 20, 72;
  --bs-success-rgb: 46, 204, 113;
  --bs-info-rgb: 74, 163, 223;
  --bs-warning-rgb: 241, 196, 15;
  --bs-danger-rgb: 231, 76, 60;
  --bs-light-rgb: 249, 249, 249;
  --bs-dark-rgb: 74, 84, 91;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 0, 0, 0;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: Montserrat, sans-serif;
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #000;
  --bs-body-bg: #ffffff;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #C2C2c2;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 2px;
  --bs-border-radius-sm: 2px;
  --bs-border-radius-lg: 2px;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-2xl: 2rem;
  --bs-border-radius-pill: 50rem;
  --bs-link-color: #691448;
  --bs-link-hover-color: #54103a;
  --bs-code-color: #d63384;
  --bs-highlight-bg: #fff3cd;
}
*, *::before, *::after {
  box-sizing: border-box;
}
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: 1px solid;
  opacity: 0.25;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  color: #691448;
}
h1, .h1 {
  font-size: calc(1.35rem + 1.2vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.25rem;
  }
}
h2, .h2 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 1.75rem;
  }
}
h3, .h3 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.5rem;
  }
}
h4, .h4 {
  font-size: 1.25rem;
}
h5, .h5 {
  font-size: 1rem;
}
h6, .h6 {
  font-size: 0.875rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
abbr[title] {
  text-decoration: underline dotted;
  cursor: help;
  text-decoration-skip-ink: none;
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
ol, ul {
  padding-left: 2rem;
}
ol, ul, dl {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol ol, ul ul, ol ul, ul ol {
  margin-bottom: 0;
}
dt {
  font-weight: 600;
}
dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
b, strong {
  font-weight: bolder;
}
small, .small {
  font-size: 0.875em;
}
mark, .mark {
  padding: 0.1875em;
  background-color: var(--bs-highlight-bg);
}
sub, sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  color: var(--bs-link-color);
  text-decoration: none;
}
a:hover {
  color: var(--bs-link-hover-color);
  text-decoration: underline;
}
a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}
pre, code, kbd, samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
}
pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}
code {
  font-size: 0.875em;
  color: var(--bs-code-color);
  word-wrap: break-word;
}
a > code {
  color: inherit;
}
kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.875em;
  color: var(--bs-body-bg);
  background-color: var(--bs-body-color);
  border-radius: 2px;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
}
figure {
  margin: 0 0 1rem;
}
img, svg {
  vertical-align: middle;
}
table {
  caption-side: bottom;
  border-collapse: collapse;
}
caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #798490;
  text-align: left;
}
th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}
thead, tbody, tfoot, tr, td, th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}
label {
  display: inline-block;
}
button {
  border-radius: 0;
}
button:focus:not(:focus-visible) {
  outline: 0;
}
input, button, select, optgroup, textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button, select {
  text-transform: none;
}
[role="button"] {
  cursor: pointer;
}
select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}
[list]:not([type="date"]):not([type="datetime-local"]):not([type="month"]):not([type="week"]):not([type="time"])::-webkit-calendar-picker-indicator {
  display: none !important;
}
button, [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
}
button:not(:disabled), [type="button"]:not(:disabled), [type="reset"]:not(:disabled), [type="submit"]:not(:disabled) {
  cursor: pointer;
}
::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
textarea {
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}
::-webkit-datetime-edit-fields-wrapper, ::-webkit-datetime-edit-text, ::-webkit-datetime-edit-minute, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-year-field {
  padding: 0;
}
::-webkit-inner-spin-button {
  height: auto;
}
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}
/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-color-swatch-wrapper {
  padding: 0;
}
::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
iframe {
  border: 0;
}
summary {
  display: list-item;
  cursor: pointer;
}
progress {
  vertical-align: baseline;
}
[hidden] {
  display: none !important;
}
.lead {
  font-size: 1.25rem;
  font-weight: 300;
}
.display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-1 {
    font-size: 5rem;
  }
}
.display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-2 {
    font-size: 4.5rem;
  }
}
.display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-3 {
    font-size: 4rem;
  }
}
.display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-4 {
    font-size: 3.5rem;
  }
}
.display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}
.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-6 {
    font-size: 2.5rem;
  }
}
.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: 0.875em;
  text-transform: uppercase;
}
.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote > :last-child {
  margin-bottom: 0;
}
.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #798490;
}
.blockquote-footer::before {
  content: "— ";
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.img-thumbnail {
  padding: 0.25rem;
  background-color: #ffffff;
  border: 1px solid var(--bs-border-color);
  border-radius: 2px;
  max-width: 100%;
  height: auto;
}
.figure {
  display: inline-block;
}
.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}
.figure-caption {
  font-size: 0.875em;
  color: #798490;
}
.container, .cms-section .boxed, .container-fluid, .container-xs {
  --bs-gutter-x: 40px;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-right: auto;
  margin-left: auto;
}
.container, .cms-section .boxed {
  max-width: 1400px;
}
.row, .account-content, .is-act-cartpage .checkout .checkout-container, .is-act-checkoutregisterpage .checkout .checkout-container, .is-act-confirmpage .checkout .checkout-container, .is-ctl-accountorder .checkout .checkout-container, .is-act-finishpage .checkout .checkout-container, body.is-act-confirmpage .checkout .checkout-container {
  --bs-gutter-x: 40px;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-.5 * var(--bs-gutter-x));
  margin-left: calc(-.5 * var(--bs-gutter-x));
}
.row > *, .account-content > *, .is-act-cartpage .checkout .checkout-container > *, .is-act-checkoutregisterpage .checkout .checkout-container > *, .is-act-confirmpage .checkout .checkout-container > *, .is-ctl-accountorder .checkout .checkout-container > *, .is-act-finishpage .checkout .checkout-container > *, body.is-act-confirmpage .checkout .checkout-container > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-gutter-y);
}
.col, .is-act-confirmpage .checkout .checkout-aside, .is-ctl-accountorder .checkout .checkout-aside, .is-act-finishpage .checkout .checkout-aside {
  flex: 1 0 0%;
}
.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}
.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}
.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}
.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%;
}
.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}
.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}
.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%;
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
}
.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}
.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}
.col-3 {
  flex: 0 0 auto;
  width: 25%;
}
.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}
.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}
.col-6 {
  flex: 0 0 auto;
  width: 50%;
}
.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}
.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}
.col-9 {
  flex: 0 0 auto;
  width: 75%;
}
.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}
.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}
.col-12 {
  flex: 0 0 auto;
  width: 100%;
}
.offset-1 {
  margin-left: 8.33333333%;
}
.offset-2 {
  margin-left: 16.66666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.33333333%;
}
.offset-5 {
  margin-left: 41.66666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.33333333%;
}
.offset-8 {
  margin-left: 66.66666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.33333333%;
}
.offset-11 {
  margin-left: 91.66666667%;
}
.g-0, .gx-0 {
  --bs-gutter-x: 0;
}
.g-0, .gy-0 {
  --bs-gutter-y: 0;
}
.g-1, .gx-1 {
  --bs-gutter-x: 0.25rem;
}
.g-1, .gy-1 {
  --bs-gutter-y: 0.25rem;
}
.g-2, .gx-2 {
  --bs-gutter-x: 0.5rem;
}
.g-2, .gy-2 {
  --bs-gutter-y: 0.5rem;
}
.g-3, .gx-3 {
  --bs-gutter-x: 1rem;
}
.g-3, .gy-3 {
  --bs-gutter-y: 1rem;
}
.g-4, .gx-4 {
  --bs-gutter-x: 1.5rem;
}
.g-4, .gy-4 {
  --bs-gutter-y: 1.5rem;
}
.g-5, .gx-5 {
  --bs-gutter-x: 3rem;
}
.g-5, .gy-5 {
  --bs-gutter-y: 3rem;
}
@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6, .is-act-confirmpage .checkout .checkout-additional, .is-ctl-accountorder .checkout .checkout-additional {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7, .is-act-finishpage .checkout .checkout-additional, .is-act-finishpage .checkout .checkout-aside {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5, .is-act-finishpage .checkout .checkout-aside {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0, .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0, .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1, .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1, .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2, .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2, .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3, .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-3, .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-4, .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-4, .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-5, .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-5, .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4, .is-act-checkoutregisterpage .checkout .checkout-aside {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5, .is-act-cartpage .checkout .checkout-aside, body.is-act-confirmpage .checkout .checkout-aside {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6, .is-act-confirmpage .checkout .checkout-aside, .is-ctl-accountorder .checkout .checkout-aside, .is-act-finishpage .checkout .checkout-additional, .is-act-finishpage .checkout .checkout-aside {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6, .is-act-confirmpage .checkout .checkout-aside, .is-ctl-accountorder .checkout .checkout-aside, .is-act-finishpage .checkout .checkout-aside {
    margin-left: 50%;
  }
  .offset-md-7, .is-act-cartpage .checkout .checkout-aside, body.is-act-confirmpage .checkout .checkout-aside {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0, .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0, .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1, .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1, .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2, .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2, .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3, .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3, .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4, .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-4, .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-5, .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .g-md-5, .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3, .account-content .account-content-aside {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4, .is-act-cartpage .checkout .checkout-aside, .is-act-confirmpage .checkout .checkout-additional, .is-ctl-accountorder .checkout .checkout-additional, .is-act-confirmpage .checkout .checkout-aside, .is-ctl-accountorder .checkout .checkout-aside, .is-act-finishpage .checkout .checkout-additional, .is-act-finishpage .checkout .checkout-aside, body.is-act-confirmpage .checkout .checkout-aside {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6, .is-act-finishpage .checkout .checkout-additional {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8, .is-act-cartpage .checkout .checkout-main, .is-act-checkoutregisterpage .checkout .checkout-main, .is-act-confirmpage .checkout .checkout-main, .is-ctl-accountorder .checkout .checkout-main, .is-act-finishpage .checkout .checkout-main, body.is-act-confirmpage .checkout .checkout-main, body.is-act-confirmpage .checkout .checkout-additional {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9, .account-content .account-content-main {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0, .is-act-cartpage .checkout .checkout-aside, body.is-act-confirmpage .checkout .checkout-main, body.is-act-confirmpage .checkout .checkout-additional, body.is-act-confirmpage .checkout .checkout-aside {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2, .is-act-confirmpage .checkout .checkout-main, .is-ctl-accountorder .checkout .checkout-main, .is-act-confirmpage .checkout .checkout-additional, .is-ctl-accountorder .checkout .checkout-additional, .is-act-finishpage .checkout .checkout-main, .is-act-finishpage .checkout .checkout-additional {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0, .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0, .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1, .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1, .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2, .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2, .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3, .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-3, .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-4, .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-4, .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-5, .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5, .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2, .account-content .account-content-aside {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4, .is-act-cartpage .checkout .checkout-aside, body.is-act-confirmpage .checkout .checkout-aside {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9, .account-content .account-content-main {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1, .account-content .account-content-main {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0, .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0, .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1, .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1, .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2, .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2, .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3, .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-3, .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-4, .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-4, .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-5, .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-5, .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0, .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0, .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1, .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxl-1, .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-2, .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-2, .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-3, .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-3, .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-4, .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-4, .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-5, .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-5, .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
.table {
  --bs-table-color: #333333;
  --bs-table-bg: transparent;
  --bs-table-border-color: #eeeeee;
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: #333333;
  --bs-table-striped-bg: #f9f9f9;
  --bs-table-active-color: #333333;
  --bs-table-active-bg: rgba(0, 0, 0, 0.075);
  --bs-table-hover-color: #333333;
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: var(--bs-table-color);
  vertical-align: top;
  border-color: var(--bs-table-border-color);
}
.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}
.table > tbody {
  vertical-align: inherit;
}
.table > thead {
  vertical-align: bottom;
}
.table-group-divider {
  border-top: 2px solid currentcolor;
}
.caption-top {
  caption-side: top;
}
.table-sm > :not(caption) > * > * {
  padding: 0.25rem 0.25rem;
}
.table-bordered > :not(caption) > * {
  border-width: 1px 0;
}
.table-bordered > :not(caption) > * > * {
  border-width: 0 1px;
}
.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}
.table-borderless > :not(:first-child) {
  border-top-width: 0;
}
.table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-accent-bg: var(--bs-table-striped-bg);
  color: var(--bs-table-striped-color);
}
.table-striped-columns > :not(caption) > tr > :nth-child(even) {
  --bs-table-accent-bg: var(--bs-table-striped-bg);
  color: var(--bs-table-striped-color);
}
.table-active {
  --bs-table-accent-bg: var(--bs-table-active-bg);
  color: var(--bs-table-active-color);
}
.table-hover > tbody > tr:hover > * {
  --bs-table-accent-bg: var(--bs-table-hover-bg);
  color: var(--bs-table-hover-color);
}
.table-primary {
  --bs-table-color: #000;
  --bs-table-bg: #e1d0da;
  --bs-table-border-color: #cbbbc4;
  --bs-table-striped-bg: #d6c6cf;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #cbbbc4;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #d0c0ca;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.table-secondary {
  --bs-table-color: #000;
  --bs-table-bg: #e1d0da;
  --bs-table-border-color: #cbbbc4;
  --bs-table-striped-bg: #d6c6cf;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #cbbbc4;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #d0c0ca;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.table-success {
  --bs-table-color: #000;
  --bs-table-bg: #d5f5e3;
  --bs-table-border-color: #c0ddcc;
  --bs-table-striped-bg: #cae9d8;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #c0ddcc;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #c5e3d2;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.table-info {
  --bs-table-color: #000;
  --bs-table-bg: #dbedf9;
  --bs-table-border-color: #c5d5e0;
  --bs-table-striped-bg: #d0e1ed;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #c5d5e0;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #cbdbe6;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.table-warning {
  --bs-table-color: #000;
  --bs-table-bg: #fcf3cf;
  --bs-table-border-color: #e3dbba;
  --bs-table-striped-bg: #efe7c5;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e3dbba;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e9e1bf;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.table-danger {
  --bs-table-color: #000;
  --bs-table-bg: #fadbd8;
  --bs-table-border-color: #e1c5c2;
  --bs-table-striped-bg: #eed0cd;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e1c5c2;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e7cbc8;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.table-light {
  --bs-table-color: #000;
  --bs-table-bg: #f9f9f9;
  --bs-table-border-color: #e0e0e0;
  --bs-table-striped-bg: #ededed;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e0e0e0;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e6e6e6;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.table-dark {
  --bs-table-color: #fff;
  --bs-table-bg: #4a545b;
  --bs-table-border-color: #5c656b;
  --bs-table-striped-bg: #535d63;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #5c656b;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #586167;
  --bs-table-hover-color: #fff;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
@media (max-width: 575.98px) {
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1399.98px) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.form-label {
  margin-bottom: 3px;
}
.col-form-label {
  padding-top: calc(0.5625rem + 1px);
  padding-bottom: calc(0.5625rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}
.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1rem;
}
.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.75rem;
}
.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #798490;
}
.form-control {
  display: block;
  width: 100%;
  padding: 0.5625rem 0.5625rem;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.5;
  color: #222222;
  background-color: #fafafa;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  appearance: none;
  border-radius: 2px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control[type="file"] {
  overflow: hidden;
}
.form-control[type="file"]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control:focus {
  color: #691448;
  background-color: #e7e7e7;
  border-color: #691448;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(105, 20, 72, 0.25);
}
.form-control::-webkit-date-and-time-value {
  height: 1.5em;
}
.form-control::placeholder {
  color: #8e8e8e;
  opacity: 1;
}
.form-control:disabled {
  background-color: #eee;
  opacity: 1;
}
.form-control::file-selector-button {
  padding: 0.5625rem 0.5625rem;
  margin: -0.5625rem -0.5625rem;
  margin-inline-end: 0.5625rem;
  color: #222222;
  background-color: #eee;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  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) {
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #e2e2e2;
}
.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.5625rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: #000;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext:focus {
  outline: 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}
.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.75rem;
  border-radius: 2px;
}
.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
}
.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1rem;
  border-radius: 2px;
}
.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}
textarea.form-control {
  min-height: calc(1.5em + 1.125rem + 2px);
}
textarea.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px);
}
textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
}
.form-control-color {
  width: 3rem;
  height: calc(1.5em + 1.125rem + 2px);
  padding: 0.5625rem;
}
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control-color::-moz-color-swatch {
  border: 0 !important;
  border-radius: 2px;
}
.form-control-color::-webkit-color-swatch {
  border-radius: 2px;
}
.form-control-color.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
}
.form-control-color.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
}
.form-select {
  display: block;
  width: 100%;
  padding: 0.5625rem 1.6875rem 0.5625rem 0.5625rem;
  -moz-padding-start: calc(0.5625rem - 3px);
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.5;
  color: #222222;
  background-color: #fafafa;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%234a545b' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.5625rem center;
  background-size: 16px 12px;
  border: 1px solid #cccccc;
  border-radius: 2px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-select {
    transition: none;
  }
}
.form-select:focus {
  border-color: #691448;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(105, 20, 72, 0.25);
}
.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 0.5625rem;
  background-image: none;
}
.form-select:disabled {
  background-color: #eee;
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #222222;
}
.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.75rem;
  border-radius: 2px;
}
.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1rem;
  border-radius: 2px;
}
.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  margin-bottom: 0.125rem;
}
.form-check .form-check-input {
  float: left;
  margin-left: -1.5rem;
}
.form-check-reverse {
  padding-right: 1.5rem;
  padding-left: 0;
  text-align: right;
}
.form-check-reverse .form-check-input {
  float: right;
  margin-right: -1.5rem;
  margin-left: 0;
}
.form-check-input {
  width: 1rem;
  height: 1rem;
  margin-top: 0.25rem;
  vertical-align: top;
  background-color: #fafafa;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid #C2C2c2;
  appearance: none;
  print-color-adjust: exact;
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-check-input {
    transition: none;
  }
}
.form-check-input[type="checkbox"] {
  border-radius: 0.25em;
}
.form-check-input[type="radio"] {
  border-radius: 50%;
}
.form-check-input:active {
  filter: brightness(90%);
}
.form-check-input:focus {
  border-color: #691448;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(105, 20, 72, 0.25);
}
.form-check-input:checked {
  background-color: #691448;
  border-color: #691448;
}
.form-check-input:checked[type="checkbox"] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type="radio"] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.form-check-input[type="checkbox"]:indeterminate {
  background-color: #691448;
  border-color: #691448;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  cursor: default;
  opacity: 0.5;
}
.form-switch {
  padding-left: 2.5em;
}
.form-switch .form-check-input {
  width: 2em;
  margin-left: -2.5em;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  background-position: left center;
  border-radius: 2em;
  transition: background-position 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-switch .form-check-input {
    transition: none;
  }
}
.form-switch .form-check-input:focus {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23691448'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
  background-position: right center;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.form-switch.form-check-reverse {
  padding-right: 2.5em;
  padding-left: 0;
}
.form-switch.form-check-reverse .form-check-input {
  margin-right: -2.5em;
  margin-left: 0;
}
.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}
.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.btn-check[disabled] + .btn, .btn-check:disabled + .btn {
  pointer-events: none;
  filter: none;
  opacity: 1;
}
.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  background-color: transparent;
  appearance: none;
}
.form-range:focus {
  outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.25rem rgba(105, 20, 72, 0.25);
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.25rem rgba(105, 20, 72, 0.25);
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #691448;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    transition: none;
  }
}
.form-range::-webkit-slider-thumb:active {
  background-color: #d2b9c8;
}
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #bcc1c7;
  border-color: transparent;
  border-radius: 1rem;
}
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #691448;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    transition: none;
  }
}
.form-range::-moz-range-thumb:active {
  background-color: #d2b9c8;
}
.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #bcc1c7;
  border-color: transparent;
  border-radius: 1rem;
}
.form-range:disabled {
  pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.form-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}
.form-floating {
  position: relative;
}
.form-floating > .form-control, .form-floating > .form-control-plaintext, .form-floating > .form-select {
  height: calc(3.5rem + 2px);
  line-height: 1.25;
}
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 1rem 0.5625rem;
  overflow: hidden;
  text-align: start;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
  border: 1px solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-floating > label {
    transition: none;
  }
}
.form-floating > .form-control, .form-floating > .form-control-plaintext {
  padding: 1rem 0.5625rem;
}
.form-floating > .form-control::placeholder, .form-floating > .form-control-plaintext::placeholder {
  color: transparent;
}
.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown), .form-floating > .form-control-plaintext:focus, .form-floating > .form-control-plaintext:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:-webkit-autofill, .form-floating > .form-control-plaintext:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:focus ~ label, .form-floating > .form-control:not(:placeholder-shown) ~ label, .form-floating > .form-control-plaintext ~ label, .form-floating > .form-select ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:-webkit-autofill ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control-plaintext ~ label {
  border-width: 1px 0;
}
.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control, .input-group > .form-select, .input-group > .form-floating {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.input-group > .form-control:focus, .input-group > .form-select:focus, .input-group > .form-floating:focus-within {
  z-index: 5;
}
.input-group .btn {
  position: relative;
  z-index: 2;
}
.input-group .btn:focus {
  z-index: 5;
}
.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.5625rem 0.5625rem;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.5;
  color: #222222;
  text-align: center;
  white-space: nowrap;
  background-color: #eee;
  border: 1px solid #cccccc;
  border-radius: 2px;
}
.input-group-lg > .form-control, .input-group-lg > .form-select, .input-group-lg > .input-group-text, .input-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1rem;
  border-radius: 2px;
}
.input-group-sm > .form-control, .input-group-sm > .form-select, .input-group-sm > .input-group-text, .input-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.75rem;
  border-radius: 2px;
}
.input-group-lg > .form-select, .input-group-sm > .form-select {
  padding-right: 2.25rem;
}
.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating), .input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n + 3), .input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control, .input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > :nth-last-child(n + 3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating), .input-group.has-validation > .dropdown-toggle:nth-last-child(n + 4), .input-group.has-validation > .form-floating:nth-last-child(n + 3) > .form-control, .input-group.has-validation > .form-floating:nth-last-child(n + 3) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .form-floating:not(:first-child) > .form-control, .input-group > .form-floating:not(:first-child) > .form-select {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #2ecc71;
}
.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.75rem;
  color: #000;
  background-color: rgba(46, 204, 113, 0.9);
  border-radius: 2px;
}
.was-validated :valid ~ .valid-feedback, .was-validated :valid ~ .valid-tooltip, .is-valid ~ .valid-feedback, .is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #2ecc71;
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #2ecc71;
  box-shadow: 0 0 0 0.25rem rgba(46, 204, 113, 0.25);
}
.was-validated .form-select:valid, .form-select.is-valid {
  border-color: #2ecc71;
}
.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
  border-color: #2ecc71;
  box-shadow: 0 0 0 0.25rem rgba(46, 204, 113, 0.25);
}
.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: #2ecc71;
}
.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
  background-color: #2ecc71;
}
.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(46, 204, 113, 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #2ecc71;
}
.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: 0.5em;
}
.was-validated .input-group > .form-control:not(:focus):valid, .input-group > .form-control:not(:focus).is-valid, .was-validated .input-group > .form-select:not(:focus):valid, .input-group > .form-select:not(:focus).is-valid, .was-validated .input-group > .form-floating:not(:focus-within):valid, .input-group > .form-floating:not(:focus-within).is-valid {
  z-index: 3;
}
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #e74c3c;
}
.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.75rem;
  color: #000;
  background-color: rgba(231, 76, 60, 0.9);
  border-radius: 2px;
}
.was-validated :invalid ~ .invalid-feedback, .was-validated :invalid ~ .invalid-tooltip, .is-invalid ~ .invalid-feedback, .is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #e74c3c;
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #e74c3c;
  box-shadow: 0 0 0 0.25rem rgba(231, 76, 60, 0.25);
}
.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: #e74c3c;
}
.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
  border-color: #e74c3c;
  box-shadow: 0 0 0 0.25rem rgba(231, 76, 60, 0.25);
}
.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: #e74c3c;
}
.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
  background-color: #e74c3c;
}
.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(231, 76, 60, 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #e74c3c;
}
.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: 0.5em;
}
.was-validated .input-group > .form-control:not(:focus):invalid, .input-group > .form-control:not(:focus).is-invalid, .was-validated .input-group > .form-select:not(:focus):invalid, .input-group > .form-select:not(:focus).is-invalid, .was-validated .input-group > .form-floating:not(:focus-within):invalid, .input-group > .form-floating:not(:focus-within).is-invalid {
  z-index: 4;
}
.btn {
  --bs-btn-padding-x: 12px;
  --bs-btn-padding-y: 2px;
  --bs-btn-font-family: ;
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 600;
  --bs-btn-line-height: 34px;
  --bs-btn-color: #000;
  --bs-btn-bg: transparent;
  --bs-btn-border-width: 1px;
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: 2px;
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  --bs-btn-disabled-opacity: 1;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  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) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: var(--bs-btn-hover-color);
  text-decoration: none;
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
}
.btn-check + .btn:hover {
  color: var(--bs-btn-color);
  background-color: var(--bs-btn-bg);
  border-color: var(--bs-btn-border-color);
}
.btn:focus-visible {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:focus-visible + .btn {
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:checked + .btn, :not(.btn-check) + .btn:active, .btn:first-child:active, .btn.active, .btn.show {
  color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color);
}
.btn-check:checked + .btn:focus-visible, :not(.btn-check) + .btn:active:focus-visible, .btn:first-child:active:focus-visible, .btn.active:focus-visible, .btn.show:focus-visible {
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn:disabled, .btn.disabled, fieldset:disabled .btn {
  color: var(--bs-btn-disabled-color);
  pointer-events: none;
  background-color: var(--bs-btn-disabled-bg);
  border-color: var(--bs-btn-disabled-border-color);
  opacity: var(--bs-btn-disabled-opacity);
}
.btn-primary, .address-editor-select:not(.collapsed), .address-editor-edit:not(.collapsed), .address-editor-create:not(.collapsed) {
  --bs-btn-color: #fff;
  --bs-btn-bg: #691448;
  --bs-btn-border-color: #691448;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #59113d;
  --bs-btn-hover-border-color: #54103a;
  --bs-btn-focus-shadow-rgb: 128, 55, 99;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #54103a;
  --bs-btn-active-border-color: #4f0f36;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #691448;
  --bs-btn-disabled-border-color: #691448;
}
.btn-secondary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #691448;
  --bs-btn-border-color: #691448;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #59113d;
  --bs-btn-hover-border-color: #54103a;
  --bs-btn-focus-shadow-rgb: 128, 55, 99;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #54103a;
  --bs-btn-active-border-color: #4f0f36;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #691448;
  --bs-btn-disabled-border-color: #691448;
}
.btn-success {
  --bs-btn-color: #000;
  --bs-btn-bg: #2ecc71;
  --bs-btn-border-color: #2ecc71;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #4dd486;
  --bs-btn-hover-border-color: #43d17f;
  --bs-btn-focus-shadow-rgb: 39, 173, 96;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #58d68d;
  --bs-btn-active-border-color: #43d17f;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #2ecc71;
  --bs-btn-disabled-border-color: #2ecc71;
}
.btn-info {
  --bs-btn-color: #000;
  --bs-btn-bg: #4aa3df;
  --bs-btn-border-color: #4aa3df;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #65b1e4;
  --bs-btn-hover-border-color: #5cace2;
  --bs-btn-focus-shadow-rgb: 63, 139, 190;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #6eb5e5;
  --bs-btn-active-border-color: #5cace2;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #4aa3df;
  --bs-btn-disabled-border-color: #4aa3df;
}
.btn-warning {
  --bs-btn-color: #000;
  --bs-btn-bg: #f1c40f;
  --bs-btn-border-color: #f1c40f;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #f3cd33;
  --bs-btn-hover-border-color: #f2ca27;
  --bs-btn-focus-shadow-rgb: 205, 167, 13;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #f4d03f;
  --bs-btn-active-border-color: #f2ca27;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #f1c40f;
  --bs-btn-disabled-border-color: #f1c40f;
}
.btn-danger {
  --bs-btn-color: #000;
  --bs-btn-bg: #e74c3c;
  --bs-btn-border-color: #e74c3c;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #eb6759;
  --bs-btn-hover-border-color: #e95e50;
  --bs-btn-focus-shadow-rgb: 196, 65, 51;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ec7063;
  --bs-btn-active-border-color: #e95e50;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #e74c3c;
  --bs-btn-disabled-border-color: #e74c3c;
}
.btn-light {
  --bs-btn-color: #000;
  --bs-btn-bg: #f9f9f9;
  --bs-btn-border-color: #f9f9f9;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #d4d4d4;
  --bs-btn-hover-border-color: #c7c7c7;
  --bs-btn-focus-shadow-rgb: 212, 212, 212;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #c7c7c7;
  --bs-btn-active-border-color: #bbb;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #f9f9f9;
  --bs-btn-disabled-border-color: #f9f9f9;
}
.btn-dark {
  --bs-btn-color: #fff;
  --bs-btn-bg: #4a545b;
  --bs-btn-border-color: #4a545b;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #656e74;
  --bs-btn-hover-border-color: #5c656b;
  --bs-btn-focus-shadow-rgb: 101, 110, 116;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #6e767c;
  --bs-btn-active-border-color: #5c656b;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #4a545b;
  --bs-btn-disabled-border-color: #4a545b;
}
.btn-outline-primary {
  --bs-btn-color: #691448;
  --bs-btn-border-color: #691448;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #691448;
  --bs-btn-hover-border-color: #691448;
  --bs-btn-focus-shadow-rgb: 105, 20, 72;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #691448;
  --bs-btn-active-border-color: #691448;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #691448;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #691448;
  --bs-gradient: none;
}
.btn-outline-secondary {
  --bs-btn-color: #691448;
  --bs-btn-border-color: #691448;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #691448;
  --bs-btn-hover-border-color: #691448;
  --bs-btn-focus-shadow-rgb: 105, 20, 72;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #691448;
  --bs-btn-active-border-color: #691448;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #691448;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #691448;
  --bs-gradient: none;
}
.btn-outline-success {
  --bs-btn-color: #2ecc71;
  --bs-btn-border-color: #2ecc71;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #2ecc71;
  --bs-btn-hover-border-color: #2ecc71;
  --bs-btn-focus-shadow-rgb: 46, 204, 113;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #2ecc71;
  --bs-btn-active-border-color: #2ecc71;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #2ecc71;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #2ecc71;
  --bs-gradient: none;
}
.btn-outline-info {
  --bs-btn-color: #4aa3df;
  --bs-btn-border-color: #4aa3df;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #4aa3df;
  --bs-btn-hover-border-color: #4aa3df;
  --bs-btn-focus-shadow-rgb: 74, 163, 223;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #4aa3df;
  --bs-btn-active-border-color: #4aa3df;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #4aa3df;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #4aa3df;
  --bs-gradient: none;
}
.btn-outline-warning {
  --bs-btn-color: #f1c40f;
  --bs-btn-border-color: #f1c40f;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #f1c40f;
  --bs-btn-hover-border-color: #f1c40f;
  --bs-btn-focus-shadow-rgb: 241, 196, 15;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #f1c40f;
  --bs-btn-active-border-color: #f1c40f;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #f1c40f;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #f1c40f;
  --bs-gradient: none;
}
.btn-outline-danger {
  --bs-btn-color: #e74c3c;
  --bs-btn-border-color: #e74c3c;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #e74c3c;
  --bs-btn-hover-border-color: #e74c3c;
  --bs-btn-focus-shadow-rgb: 231, 76, 60;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #e74c3c;
  --bs-btn-active-border-color: #e74c3c;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #e74c3c;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #e74c3c;
  --bs-gradient: none;
}
.btn-outline-light {
  --bs-btn-color: #f9f9f9;
  --bs-btn-border-color: #f9f9f9;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #f9f9f9;
  --bs-btn-hover-border-color: #f9f9f9;
  --bs-btn-focus-shadow-rgb: 249, 249, 249;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #f9f9f9;
  --bs-btn-active-border-color: #f9f9f9;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #f9f9f9;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #f9f9f9;
  --bs-gradient: none;
}
.btn-outline-dark {
  --bs-btn-color: #4a545b;
  --bs-btn-border-color: #4a545b;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #4a545b;
  --bs-btn-hover-border-color: #4a545b;
  --bs-btn-focus-shadow-rgb: 74, 84, 91;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #4a545b;
  --bs-btn-active-border-color: #4a545b;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #4a545b;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #4a545b;
  --bs-gradient: none;
}
.btn-link {
  --bs-btn-font-weight: 400;
  --bs-btn-color: var(--bs-link-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: var(--bs-link-hover-color);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-active-color: var(--bs-link-hover-color);
  --bs-btn-active-border-color: transparent;
  --bs-btn-disabled-color: #bcc1c7;
  --bs-btn-disabled-border-color: transparent;
  --bs-btn-box-shadow: none;
  --bs-btn-focus-shadow-rgb: 128, 55, 99;
  text-decoration: none;
}
.btn-link:hover, .btn-link:focus-visible {
  text-decoration: underline;
}
.btn-link:focus-visible {
  color: var(--bs-btn-color);
}
.btn-link:hover {
  color: var(--bs-btn-hover-color);
}
.btn-lg, .btn-group-lg > .btn, .btn-buy, .product-action .btn-light {
  --bs-btn-padding-y: 2px;
  --bs-btn-padding-x: 12px;
  --bs-btn-font-size: 1rem;
  --bs-btn-border-radius: 2px;
}
.btn-sm, .btn-group-sm > .btn {
  --bs-btn-padding-y: 2px;
  --bs-btn-padding-x: 12px;
  --bs-btn-font-size: 0.875rem;
  --bs-btn-border-radius: 2px;
}
.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}
.collapse:not(.show) {
  display: none;
}
.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.collapse-horizontal {
    transition: none;
  }
}
.dropup, .dropend, .dropdown, .dropstart, .dropup-center, .dropdown-center {
  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 {
  --bs-dropdown-zindex: 1000;
  --bs-dropdown-min-width: 10rem;
  --bs-dropdown-padding-x: 0;
  --bs-dropdown-padding-y: 0.5rem;
  --bs-dropdown-spacer: 0.125rem;
  --bs-dropdown-font-size: 1rem;
  --bs-dropdown-color: #000;
  --bs-dropdown-bg: #fff;
  --bs-dropdown-border-color: #C2C2c2;
  --bs-dropdown-border-radius: 2px;
  --bs-dropdown-border-width: 1px;
  --bs-dropdown-inner-border-radius: calc(2px - 1px);
  --bs-dropdown-divider-bg: #C2C2c2;
  --bs-dropdown-divider-margin-y: 0.5rem;
  --bs-dropdown-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-dropdown-link-color: #212529;
  --bs-dropdown-link-hover-color: #1e2125;
  --bs-dropdown-link-hover-bg: #eee;
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #691448;
  --bs-dropdown-link-disabled-color: #adb5bd;
  --bs-dropdown-item-padding-x: 1rem;
  --bs-dropdown-item-padding-y: 0.25rem;
  --bs-dropdown-header-color: #798490;
  --bs-dropdown-header-padding-x: 1rem;
  --bs-dropdown-header-padding-y: 0.5rem;
  position: absolute;
  z-index: var(--bs-dropdown-zindex);
  display: none;
  min-width: var(--bs-dropdown-min-width);
  padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
  margin: 0;
  font-size: var(--bs-dropdown-font-size);
  color: var(--bs-dropdown-color);
  text-align: left;
  list-style: none;
  background-color: var(--bs-dropdown-bg);
  background-clip: padding-box;
  border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
  border-radius: var(--bs-dropdown-border-radius);
}
.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: var(--bs-dropdown-spacer);
}
.dropdown-menu-start {
  --bs-position: start;
}
.dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0;
}
.dropdown-menu-end {
  --bs-position: end;
}
.dropdown-menu-end[data-bs-popper] {
  right: 0;
  left: auto;
}
@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start;
  }
  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-end {
    --bs-position: end;
  }
  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start;
  }
  .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-end {
    --bs-position: end;
  }
  .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    --bs-position: start;
  }
  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-end {
    --bs-position: end;
  }
  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start;
  }
  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-end {
    --bs-position: end;
  }
  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1400px) {
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }
  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xxl-end {
    --bs-position: end;
  }
  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: var(--bs-dropdown-spacer);
}
.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;
}
.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: var(--bs-dropdown-spacer);
}
.dropend .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;
}
.dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropend .dropdown-toggle::after {
  vertical-align: 0;
}
.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: var(--bs-dropdown-spacer);
}
.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropstart .dropdown-toggle::after {
  display: none;
}
.dropstart .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;
}
.dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle::before {
  vertical-align: 0;
}
.dropdown-divider {
  height: 0;
  margin: var(--bs-dropdown-divider-margin-y) 0;
  overflow: hidden;
  border-top: 1px solid var(--bs-dropdown-divider-bg);
  opacity: 1;
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  clear: both;
  font-weight: 400;
  color: var(--bs-dropdown-link-color);
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: var(--bs-dropdown-link-hover-color);
  text-decoration: none;
  background-color: var(--bs-dropdown-link-hover-bg);
}
.dropdown-item.active, .dropdown-item:active {
  color: var(--bs-dropdown-link-active-color);
  text-decoration: none;
  background-color: var(--bs-dropdown-link-active-bg);
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: var(--bs-dropdown-link-disabled-color);
  pointer-events: none;
  background-color: transparent;
}
.dropdown-menu.show {
  display: block;
}
.dropdown-header {
  display: block;
  padding: var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);
  margin-bottom: 0;
  font-size: 0.75rem;
  color: var(--bs-dropdown-header-color);
  white-space: nowrap;
}
.dropdown-item-text {
  display: block;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  color: var(--bs-dropdown-link-color);
}
.dropdown-menu-dark {
  --bs-dropdown-color: #bcc1c7;
  --bs-dropdown-bg: #4a545b;
  --bs-dropdown-border-color: #C2C2c2;
  --bs-dropdown-box-shadow: ;
  --bs-dropdown-link-color: #bcc1c7;
  --bs-dropdown-link-hover-color: #fff;
  --bs-dropdown-divider-bg: #C2C2c2;
  --bs-dropdown-link-hover-bg: rgba(255, 255, 255, 0.15);
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #691448;
  --bs-dropdown-link-disabled-color: #adb5bd;
  --bs-dropdown-header-color: #adb5bd;
}
.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-check:checked + .btn, .btn-group > .btn-check:focus + .btn, .btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active, .btn-group-vertical > .btn-check:checked + .btn, .btn-group-vertical > .btn-check:focus + .btn, .btn-group-vertical > .btn:hover, .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 {
  border-radius: 2px;
}
.btn-group > :not(.btn-check:first-child) + .btn, .btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle), .btn-group > .btn.dropdown-toggle-split:first-child, .btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:nth-child(n + 3), .btn-group > :not(.btn-check) + .btn, .btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.dropdown-toggle-split {
  padding-right: 9px;
  padding-left: 9px;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropend .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle-split::before {
  margin-right: 0;
}
.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 9px;
  padding-left: 9px;
}
.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split, .btn-buy + .dropdown-toggle-split, .product-action .btn-light + .dropdown-toggle-split {
  padding-right: 9px;
  padding-left: 9px;
}
.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 ~ .btn, .btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav {
  --bs-nav-link-padding-x: 1rem;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-link-color);
  --bs-nav-link-hover-color: var(--bs-link-hover-color);
  --bs-nav-link-disabled-color: #798490;
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav-link {
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: var(--bs-nav-link-font-size);
  font-weight: var(--bs-nav-link-font-weight);
  color: var(--bs-nav-link-color);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}
.nav-link:hover, .nav-link:focus {
  color: var(--bs-nav-link-hover-color);
  text-decoration: none;
}
.nav-link.disabled {
  color: var(--bs-nav-link-disabled-color);
  pointer-events: none;
  cursor: default;
}
.nav-tabs {
  --bs-nav-tabs-border-width: 1px;
  --bs-nav-tabs-border-color: #bcc1c7;
  --bs-nav-tabs-border-radius: 2px;
  --bs-nav-tabs-link-hover-border-color: #eee #eee #bcc1c7;
  --bs-nav-tabs-link-active-color: #495057;
  --bs-nav-tabs-link-active-bg: #ffffff;
  --bs-nav-tabs-link-active-border-color: #bcc1c7 #bcc1c7 #ffffff;
  border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color);
}
.nav-tabs .nav-link {
  margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
  background: none;
  border: var(--bs-nav-tabs-border-width) solid transparent;
  border-top-left-radius: var(--bs-nav-tabs-border-radius);
  border-top-right-radius: var(--bs-nav-tabs-border-radius);
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: var(--bs-nav-tabs-link-hover-border-color);
}
.nav-tabs .nav-link.disabled, .nav-tabs .nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
  color: var(--bs-nav-tabs-link-active-color);
  background-color: var(--bs-nav-tabs-link-active-bg);
  border-color: var(--bs-nav-tabs-link-active-border-color);
}
.nav-tabs .dropdown-menu {
  margin-top: calc(-1 * var(--bs-nav-tabs-border-width));
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav-pills {
  --bs-nav-pills-border-radius: 2px;
  --bs-nav-pills-link-active-color: #fff;
  --bs-nav-pills-link-active-bg: #691448;
}
.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: var(--bs-nav-pills-border-radius);
}
.nav-pills .nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  background-color: transparent;
  border-color: transparent;
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: var(--bs-nav-pills-link-active-color);
  background-color: var(--bs-nav-pills-link-active-bg);
}
.nav-fill > .nav-link, .nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}
.nav-justified > .nav-link, .nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}
.nav-fill .nav-item .nav-link, .nav-justified .nav-item .nav-link {
  width: 100%;
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.navbar {
  --bs-navbar-padding-x: 0;
  --bs-navbar-padding-y: 0.5rem;
  --bs-navbar-color: rgba(0, 0, 0, 0.55);
  --bs-navbar-hover-color: rgba(0, 0, 0, 0.7);
  --bs-navbar-disabled-color: rgba(0, 0, 0, 0.3);
  --bs-navbar-active-color: rgba(0, 0, 0, 0.9);
  --bs-navbar-brand-padding-y: 0.5rem;
  --bs-navbar-brand-margin-end: 1rem;
  --bs-navbar-brand-font-size: 1rem;
  --bs-navbar-brand-color: rgba(0, 0, 0, 0.9);
  --bs-navbar-brand-hover-color: rgba(0, 0, 0, 0.9);
  --bs-navbar-nav-link-padding-x: 0.5rem;
  --bs-navbar-toggler-padding-y: 0.25rem;
  --bs-navbar-toggler-padding-x: 0.75rem;
  --bs-navbar-toggler-font-size: 1rem;
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  --bs-navbar-toggler-border-color: rgba(0, 0, 0, 0.1);
  --bs-navbar-toggler-border-radius: 2px;
  --bs-navbar-toggler-focus-width: 0.25rem;
  --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
}
.navbar > .container, .cms-section .navbar > .boxed, .navbar > .container-fluid, .navbar > .container-xs {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  padding-top: var(--bs-navbar-brand-padding-y);
  padding-bottom: var(--bs-navbar-brand-padding-y);
  margin-right: var(--bs-navbar-brand-margin-end);
  font-size: var(--bs-navbar-brand-font-size);
  color: var(--bs-navbar-brand-color);
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  color: var(--bs-navbar-brand-hover-color);
  text-decoration: none;
}
.navbar-nav {
  --bs-nav-link-padding-x: 0;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-navbar-color);
  --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
  --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .show > .nav-link, .navbar-nav .nav-link.active {
  color: var(--bs-navbar-active-color);
}
.navbar-nav .dropdown-menu {
  position: static;
}
.navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-navbar-color);
}
.navbar-text a, .navbar-text a:hover, .navbar-text a:focus {
  color: var(--bs-navbar-active-color);
}
.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}
.navbar-toggler {
  padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
  font-size: var(--bs-navbar-toggler-font-size);
  line-height: 1;
  color: var(--bs-navbar-color);
  background-color: transparent;
  border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
  border-radius: var(--bs-navbar-toggler-border-radius);
  transition: var(--bs-navbar-toggler-transition);
}
@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    transition: none;
  }
}
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width);
}
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-image: var(--bs-navbar-toggler-icon-bg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
.navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto;
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  .navbar-expand-sm .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-sm .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-sm .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
  .navbar-expand-md .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-md .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-md .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  .navbar-expand-lg .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-lg .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-lg .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-xl .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-xl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1400px) {
  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xxl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-xxl .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-xxl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: var(--bs-navbar-nav-link-padding-x);
  padding-left: var(--bs-navbar-nav-link-padding-x);
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-expand .offcanvas {
  position: static;
  z-index: auto;
  flex-grow: 1;
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
  background-color: transparent !important;
  border: 0 !important;
  transform: none !important;
  transition: none;
}
.navbar-expand .offcanvas .offcanvas-header {
  display: none;
}
.navbar-expand .offcanvas .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0;
  overflow-y: visible;
}
.navbar-dark {
  --bs-navbar-color: rgba(255, 255, 255, 0.55);
  --bs-navbar-hover-color: rgba(255, 255, 255, 0.75);
  --bs-navbar-disabled-color: rgba(255, 255, 255, 0.25);
  --bs-navbar-active-color: #fff;
  --bs-navbar-brand-color: #fff;
  --bs-navbar-brand-hover-color: #fff;
  --bs-navbar-toggler-border-color: rgba(255, 255, 255, 0.1);
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.card {
  --bs-card-spacer-y: 0;
  --bs-card-spacer-x: 0;
  --bs-card-title-spacer-y: 0.5rem;
  --bs-card-border-width: 1px;
  --bs-card-border-color: transparent;
  --bs-card-border-radius: 2px;
  --bs-card-box-shadow: ;
  --bs-card-inner-border-radius: calc(2px - 1px);
  --bs-card-cap-padding-y: 0;
  --bs-card-cap-padding-x: 0;
  --bs-card-cap-bg: rgba(0, 0, 0, 0.03);
  --bs-card-cap-color: ;
  --bs-card-height: ;
  --bs-card-color: ;
  --bs-card-bg: transparent;
  --bs-card-img-overlay-padding: 1rem;
  --bs-card-group-margin: 20px;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: var(--bs-card-height);
  word-wrap: break-word;
  background-color: var(--bs-card-bg);
  background-clip: border-box;
  border: var(--bs-card-border-width) solid var(--bs-card-border-color);
  border-radius: var(--bs-card-border-radius);
}
.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: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}
.card > .card-header + .list-group, .card > .list-group + .card-footer {
  border-top: 0;
}
.card-body {
  flex: 1 1 auto;
  padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
  color: var(--bs-card-color);
}
.card-title {
  margin-bottom: var(--bs-card-title-spacer-y);
}
.card-subtitle {
  margin-top: calc(-.5 * var(--bs-card-title-spacer-y));
  margin-bottom: 0;
}
.card-text:last-child {
  margin-bottom: 0;
}
.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: var(--bs-card-spacer-x);
}
.card-header {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  margin-bottom: 0;
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color);
}
.card-header:first-child {
  border-radius: var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0;
}
.card-footer {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-top: var(--bs-card-border-width) solid var(--bs-card-border-color);
}
.card-footer:last-child {
  border-radius: 0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius);
}
.card-header-tabs {
  margin-right: calc(-.5 * var(--bs-card-cap-padding-x));
  margin-bottom: calc(-1 * var(--bs-card-cap-padding-y));
  margin-left: calc(-.5 * var(--bs-card-cap-padding-x));
  border-bottom: 0;
}
.card-header-tabs .nav-link.active {
  background-color: var(--bs-card-bg);
  border-bottom-color: var(--bs-card-bg);
}
.card-header-pills {
  margin-right: calc(-.5 * var(--bs-card-cap-padding-x));
  margin-left: calc(-.5 * var(--bs-card-cap-padding-x));
}
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: var(--bs-card-img-overlay-padding);
  border-radius: var(--bs-card-inner-border-radius);
}
.card-img, .card-img-top, .card-img-bottom {
  width: 100%;
}
.card-img, .card-img-top {
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}
.card-img, .card-img-bottom {
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}
.card-group > .card {
  margin-bottom: var(--bs-card-group-margin);
}
@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top, .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom, .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top, .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom, .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}
.accordion {
  --bs-accordion-color: #000;
  --bs-accordion-bg: #ffffff;
  --bs-accordion-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, border-radius 0.15s ease;
  --bs-accordion-border-color: var(--bs-border-color);
  --bs-accordion-border-width: 1px;
  --bs-accordion-border-radius: 2px;
  --bs-accordion-inner-border-radius: calc(2px - 1px);
  --bs-accordion-btn-padding-x: 1.25rem;
  --bs-accordion-btn-padding-y: 1rem;
  --bs-accordion-btn-color: #000;
  --bs-accordion-btn-bg: var(--bs-accordion-bg);
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --bs-accordion-btn-icon-width: 1.25rem;
  --bs-accordion-btn-icon-transform: rotate(-180deg);
  --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%235f1241'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --bs-accordion-btn-focus-border-color: #691448;
  --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(105, 20, 72, 0.25);
  --bs-accordion-body-padding-x: 1.25rem;
  --bs-accordion-body-padding-y: 1rem;
  --bs-accordion-active-color: #5f1241;
  --bs-accordion-active-bg: #f0e8ed;
}
.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
  font-size: 1rem;
  color: var(--bs-accordion-btn-color);
  text-align: left;
  background-color: var(--bs-accordion-btn-bg);
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: var(--bs-accordion-transition);
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    transition: none;
  }
}
.accordion-button:not(.collapsed) {
  color: var(--bs-accordion-active-color);
  background-color: var(--bs-accordion-active-bg);
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}
.accordion-button:not(.collapsed)::after {
  background-image: var(--bs-accordion-btn-active-icon);
  transform: var(--bs-accordion-btn-icon-transform);
}
.accordion-button::after {
  flex-shrink: 0;
  width: var(--bs-accordion-btn-icon-width);
  height: var(--bs-accordion-btn-icon-width);
  margin-left: auto;
  content: "";
  background-image: var(--bs-accordion-btn-icon);
  background-repeat: no-repeat;
  background-size: var(--bs-accordion-btn-icon-width);
  transition: var(--bs-accordion-btn-icon-transition);
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
    transition: none;
  }
}
.accordion-button:hover {
  z-index: 2;
}
.accordion-button:focus {
  z-index: 3;
  border-color: var(--bs-accordion-btn-focus-border-color);
  outline: 0;
  box-shadow: var(--bs-accordion-btn-focus-box-shadow);
}
.accordion-header {
  margin-bottom: 0;
}
.accordion-item {
  color: var(--bs-accordion-color);
  background-color: var(--bs-accordion-bg);
  border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
}
.accordion-item:first-of-type {
  border-top-left-radius: var(--bs-accordion-border-radius);
  border-top-right-radius: var(--bs-accordion-border-radius);
}
.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: var(--bs-accordion-inner-border-radius);
  border-top-right-radius: var(--bs-accordion-inner-border-radius);
}
.accordion-item:not(:first-of-type) {
  border-top: 0;
}
.accordion-item:last-of-type {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}
.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
  border-bottom-left-radius: var(--bs-accordion-inner-border-radius);
}
.accordion-item:last-of-type .accordion-collapse {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}
.accordion-body {
  padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
}
.accordion-flush .accordion-collapse {
  border-width: 0;
}
.accordion-flush .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.accordion-flush .accordion-item:first-child {
  border-top: 0;
}
.accordion-flush .accordion-item:last-child {
  border-bottom: 0;
}
.accordion-flush .accordion-item .accordion-button, .accordion-flush .accordion-item .accordion-button.collapsed {
  border-radius: 0;
}
.breadcrumb {
  --bs-breadcrumb-padding-x: 0;
  --bs-breadcrumb-padding-y: 0;
  --bs-breadcrumb-margin-bottom: 1rem;
  --bs-breadcrumb-bg: transparent;
  --bs-breadcrumb-border-radius: 0;
  --bs-breadcrumb-divider-color: #798490;
  --bs-breadcrumb-item-padding-x: 0.5rem;
  --bs-breadcrumb-item-active-color: #798490;
  display: flex;
  flex-wrap: wrap;
  padding: var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);
  margin-bottom: var(--bs-breadcrumb-margin-bottom);
  font-size: var(--bs-breadcrumb-font-size);
  list-style: none;
  background-color: var(--bs-breadcrumb-bg);
  border-radius: var(--bs-breadcrumb-border-radius);
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: var(--bs-breadcrumb-item-padding-x);
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: var(--bs-breadcrumb-item-padding-x);
  color: var(--bs-breadcrumb-divider-color);
  content: var(--bs-breadcrumb-divider, "/") /* rtl: var(--bs-breadcrumb-divider, "/") */;
}
.breadcrumb-item.active {
  color: var(--bs-breadcrumb-item-active-color);
}
.pagination {
  --bs-pagination-padding-x: 0.75rem;
  --bs-pagination-padding-y: 0.595rem;
  --bs-pagination-font-size: 1rem;
  --bs-pagination-color: #691448;
  --bs-pagination-bg: #ffffff;
  --bs-pagination-border-width: 0;
  --bs-pagination-border-color: #bcc1c7;
  --bs-pagination-border-radius: 2px;
  --bs-pagination-hover-color: #29081c;
  --bs-pagination-hover-bg: #eeeeee;
  --bs-pagination-hover-border-color: #bcc1c7;
  --bs-pagination-focus-color: var(--bs-link-hover-color);
  --bs-pagination-focus-bg: #eee;
  --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(105, 20, 72, 0.25);
  --bs-pagination-active-color: #ffffff;
  --bs-pagination-active-bg: #691448;
  --bs-pagination-active-border-color: #691448;
  --bs-pagination-disabled-color: #798490;
  --bs-pagination-disabled-bg: #eeeeee;
  --bs-pagination-disabled-border-color: #bcc1c7;
  display: flex;
  padding-left: 0;
  list-style: none;
}
.page-link {
  position: relative;
  display: block;
  padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
  font-size: var(--bs-pagination-font-size);
  color: var(--bs-pagination-color);
  background-color: var(--bs-pagination-bg);
  border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
  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) {
  .page-link {
    transition: none;
  }
}
.page-link:hover {
  z-index: 2;
  color: var(--bs-pagination-hover-color);
  text-decoration: none;
  background-color: var(--bs-pagination-hover-bg);
  border-color: var(--bs-pagination-hover-border-color);
}
.page-link:focus {
  z-index: 3;
  color: var(--bs-pagination-focus-color);
  background-color: var(--bs-pagination-focus-bg);
  outline: 0;
  box-shadow: var(--bs-pagination-focus-box-shadow);
}
.page-link.active, .active > .page-link {
  z-index: 3;
  color: var(--bs-pagination-active-color);
  background-color: var(--bs-pagination-active-bg);
  border-color: var(--bs-pagination-active-border-color);
}
.page-link.disabled, .disabled > .page-link {
  color: var(--bs-pagination-disabled-color);
  pointer-events: none;
  background-color: var(--bs-pagination-disabled-bg);
  border-color: var(--bs-pagination-disabled-border-color);
}
.page-item:not(:first-child) .page-link {
  margin-left: 0;
}
.page-item:first-child .page-link {
  border-top-left-radius: var(--bs-pagination-border-radius);
  border-bottom-left-radius: var(--bs-pagination-border-radius);
}
.page-item:last-child .page-link {
  border-top-right-radius: var(--bs-pagination-border-radius);
  border-bottom-right-radius: var(--bs-pagination-border-radius);
}
.pagination-lg {
  --bs-pagination-padding-x: 1.5rem;
  --bs-pagination-padding-y: 0.75rem;
  --bs-pagination-font-size: 1rem;
  --bs-pagination-border-radius: 2px;
}
.pagination-sm {
  --bs-pagination-padding-x: 0.5rem;
  --bs-pagination-padding-y: 0.25rem;
  --bs-pagination-font-size: 0.75rem;
  --bs-pagination-border-radius: 2px;
}
.badge {
  --bs-badge-padding-x: 5px;
  --bs-badge-padding-y: 0;
  --bs-badge-font-size: 0.75rem;
  --bs-badge-font-weight: 600;
  --bs-badge-color: #fff;
  --bs-badge-border-radius: 50px;
  display: inline-block;
  padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
  font-size: var(--bs-badge-font-size);
  font-weight: var(--bs-badge-font-weight);
  line-height: 1;
  color: var(--bs-badge-color);
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: var(--bs-badge-border-radius);
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.alert {
  --bs-alert-bg: transparent;
  --bs-alert-padding-x: 0;
  --bs-alert-padding-y: 0;
  --bs-alert-margin-bottom: 1rem;
  --bs-alert-color: inherit;
  --bs-alert-border-color: transparent;
  --bs-alert-border: 0 solid var(--bs-alert-border-color);
  --bs-alert-border-radius: 2px;
  position: relative;
  padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
  margin-bottom: var(--bs-alert-margin-bottom);
  color: var(--bs-alert-color);
  background-color: var(--bs-alert-bg);
  border: var(--bs-alert-border);
  border-radius: var(--bs-alert-border-radius);
}
.alert-heading {
  color: inherit;
}
.alert-link {
  font-weight: 600;
}
.alert-dismissible {
  padding-right: 0;
}
.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 0 0;
}
.alert-primary {
  --bs-alert-color: #3f0c2b;
  --bs-alert-bg: #e1d0da;
  --bs-alert-border-color: #d2b9c8;
}
.alert-primary .alert-link {
  color: #320a22;
}
.alert-secondary {
  --bs-alert-color: #3f0c2b;
  --bs-alert-bg: #e1d0da;
  --bs-alert-border-color: #d2b9c8;
}
.alert-secondary .alert-link {
  color: #320a22;
}
.alert-success {
  --bs-alert-color: #1c7a44;
  --bs-alert-bg: #d5f5e3;
  --bs-alert-border-color: #c0f0d4;
}
.alert-success .alert-link {
  color: #166236;
}
.alert-info {
  --bs-alert-color: #2c6286;
  --bs-alert-bg: #dbedf9;
  --bs-alert-border-color: #c9e3f5;
}
.alert-info .alert-link {
  color: #234e6b;
}
.alert-warning {
  --bs-alert-color: #604e06;
  --bs-alert-bg: #fcf3cf;
  --bs-alert-border-color: #fbedb7;
}
.alert-warning .alert-link {
  color: #4d3e05;
}
.alert-danger {
  --bs-alert-color: #8b2e24;
  --bs-alert-bg: #fadbd8;
  --bs-alert-border-color: #f8c9c5;
}
.alert-danger .alert-link {
  color: #6f251d;
}
.alert-light {
  --bs-alert-color: #646464;
  --bs-alert-bg: #fefefe;
  --bs-alert-border-color: #fdfdfd;
}
.alert-light .alert-link {
  color: #505050;
}
.alert-dark {
  --bs-alert-color: #2c3237;
  --bs-alert-bg: #dbddde;
  --bs-alert-border-color: #c9ccce;
}
.alert-dark .alert-link {
  color: #23282c;
}
@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}
.progress {
  --bs-progress-height: 1rem;
  --bs-progress-font-size: 0.75rem;
  --bs-progress-bg: #eee;
  --bs-progress-border-radius: 2px;
  --bs-progress-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-progress-bar-color: #fff;
  --bs-progress-bar-bg: #691448;
  --bs-progress-bar-transition: width 0.6s ease;
  display: flex;
  height: var(--bs-progress-height);
  overflow: hidden;
  font-size: var(--bs-progress-font-size);
  background-color: var(--bs-progress-bg);
  border-radius: var(--bs-progress-border-radius);
}
.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: var(--bs-progress-bar-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--bs-progress-bar-bg);
  transition: var(--bs-progress-bar-transition);
}
@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: var(--bs-progress-height) var(--bs-progress-height);
}
.progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}
.list-group {
  --bs-list-group-color: #212529;
  --bs-list-group-bg: #fff;
  --bs-list-group-border-color: rgba(0, 0, 0, 0.125);
  --bs-list-group-border-width: 1px;
  --bs-list-group-border-radius: 2px;
  --bs-list-group-item-padding-x: 1rem;
  --bs-list-group-item-padding-y: 0.5rem;
  --bs-list-group-action-color: #495057;
  --bs-list-group-action-hover-color: #495057;
  --bs-list-group-action-hover-bg: #f9f9f9;
  --bs-list-group-action-active-color: #000;
  --bs-list-group-action-active-bg: #eee;
  --bs-list-group-disabled-color: #798490;
  --bs-list-group-disabled-bg: #fff;
  --bs-list-group-active-color: #fff;
  --bs-list-group-active-bg: #691448;
  --bs-list-group-active-border-color: #691448;
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: var(--bs-list-group-border-radius);
}
.list-group-numbered {
  list-style-type: none;
  counter-reset: section;
}
.list-group-numbered > .list-group-item::before {
  content: counters(section, ".") ". ";
  counter-increment: section;
}
.list-group-item-action {
  width: 100%;
  color: var(--bs-list-group-action-color);
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: var(--bs-list-group-action-hover-color);
  text-decoration: none;
  background-color: var(--bs-list-group-action-hover-bg);
}
.list-group-item-action:active {
  color: var(--bs-list-group-action-active-color);
  background-color: var(--bs-list-group-action-active-bg);
}
.list-group-item {
  position: relative;
  display: block;
  padding: var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);
  color: var(--bs-list-group-color);
  background-color: var(--bs-list-group-bg);
  border: var(--bs-list-group-border-width) solid var(--bs-list-group-border-color);
}
.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: var(--bs-list-group-disabled-color);
  pointer-events: none;
  background-color: var(--bs-list-group-disabled-bg);
}
.list-group-item.active {
  z-index: 2;
  color: var(--bs-list-group-active-color);
  background-color: var(--bs-list-group-active-bg);
  border-color: var(--bs-list-group-active-border-color);
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: calc(-1 * var(--bs-list-group-border-width));
  border-top-width: var(--bs-list-group-border-width);
}
.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child:not(:last-child) {
  border-bottom-left-radius: var(--bs-list-group-border-radius);
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child:not(:first-child) {
  border-top-right-radius: var(--bs-list-group-border-radius);
  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: var(--bs-list-group-border-width);
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: calc(-1 * var(--bs-list-group-border-width));
  border-left-width: var(--bs-list-group-border-width);
}
@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    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: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    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: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    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: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    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: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 1400px) {
  .list-group-horizontal-xxl {
    flex-direction: row;
  }
  .list-group-horizontal-xxl > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    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: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 var(--bs-list-group-border-width);
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}
.list-group-item-primary {
  color: #3f0c2b;
  background-color: #e1d0da;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #3f0c2b;
  background-color: #cbbbc4;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #3f0c2b;
  border-color: #3f0c2b;
}
.list-group-item-secondary {
  color: #3f0c2b;
  background-color: #e1d0da;
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #3f0c2b;
  background-color: #cbbbc4;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #3f0c2b;
  border-color: #3f0c2b;
}
.list-group-item-success {
  color: #1c7a44;
  background-color: #d5f5e3;
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #1c7a44;
  background-color: #c0ddcc;
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #1c7a44;
  border-color: #1c7a44;
}
.list-group-item-info {
  color: #2c6286;
  background-color: #dbedf9;
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #2c6286;
  background-color: #c5d5e0;
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #2c6286;
  border-color: #2c6286;
}
.list-group-item-warning {
  color: #604e06;
  background-color: #fcf3cf;
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #604e06;
  background-color: #e3dbba;
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #604e06;
  border-color: #604e06;
}
.list-group-item-danger {
  color: #8b2e24;
  background-color: #fadbd8;
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #8b2e24;
  background-color: #e1c5c2;
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #8b2e24;
  border-color: #8b2e24;
}
.list-group-item-light {
  color: #646464;
  background-color: #fefefe;
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #646464;
  background-color: #e5e5e5;
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #646464;
  border-color: #646464;
}
.list-group-item-dark {
  color: #2c3237;
  background-color: #dbddde;
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #2c3237;
  background-color: #c5c7c8;
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #2c3237;
  border-color: #2c3237;
}
.btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: #000;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center / 1em auto no-repeat;
  border: 0;
  border-radius: 2px;
  opacity: 0.5;
}
.btn-close:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}
.btn-close:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(105, 20, 72, 0.25);
  opacity: 1;
}
.btn-close:disabled, .btn-close.disabled {
  pointer-events: none;
  user-select: none;
  opacity: 0.25;
}
.btn-close-white {
  filter: invert(1) grayscale(100%) brightness(200%);
}
.toast {
  --bs-toast-zindex: 1090;
  --bs-toast-padding-x: 0.75rem;
  --bs-toast-padding-y: 0.5rem;
  --bs-toast-spacing: 40px;
  --bs-toast-max-width: 350px;
  --bs-toast-font-size: 0.875rem;
  --bs-toast-color: ;
  --bs-toast-bg: rgba(255, 255, 255, 0.85);
  --bs-toast-border-width: 1px;
  --bs-toast-border-color: var(--bs-border-color-translucent);
  --bs-toast-border-radius: 2px;
  --bs-toast-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-toast-header-color: #798490;
  --bs-toast-header-bg: rgba(255, 255, 255, 0.85);
  --bs-toast-header-border-color: rgba(0, 0, 0, 0.05);
  width: var(--bs-toast-max-width);
  max-width: 100%;
  font-size: var(--bs-toast-font-size);
  color: var(--bs-toast-color);
  pointer-events: auto;
  background-color: var(--bs-toast-bg);
  background-clip: padding-box;
  border: var(--bs-toast-border-width) solid var(--bs-toast-border-color);
  box-shadow: var(--bs-toast-box-shadow);
  border-radius: var(--bs-toast-border-radius);
}
.toast.showing {
  opacity: 0;
}
.toast:not(.show) {
  display: none;
}
.toast-container {
  --bs-toast-zindex: 1090;
  position: absolute;
  z-index: var(--bs-toast-zindex);
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}
.toast-container > :not(:last-child) {
  margin-bottom: var(--bs-toast-spacing);
}
.toast-header {
  display: flex;
  align-items: center;
  padding: var(--bs-toast-padding-y) var(--bs-toast-padding-x);
  color: var(--bs-toast-header-color);
  background-color: var(--bs-toast-header-bg);
  background-clip: padding-box;
  border-bottom: var(--bs-toast-border-width) solid var(--bs-toast-header-border-color);
  border-top-left-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
  border-top-right-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
}
.toast-header .btn-close {
  margin-right: calc(-.5 * var(--bs-toast-padding-x));
  margin-left: var(--bs-toast-padding-x);
}
.toast-body {
  padding: var(--bs-toast-padding-x);
  word-wrap: break-word;
}
.modal {
  --bs-modal-zindex: 1055;
  --bs-modal-width: 500px;
  --bs-modal-padding: 1rem;
  --bs-modal-margin: 0.5rem;
  --bs-modal-color: ;
  --bs-modal-bg: #fff;
  --bs-modal-border-color: var(--bs-border-color-translucent);
  --bs-modal-border-width: 0;
  --bs-modal-border-radius: 2px;
  --bs-modal-box-shadow: 0 43px 43px -6px rgba(0, 0, 0, 0.2);
  --bs-modal-inner-border-radius: calc(2px - 0);
  --bs-modal-header-padding-x: 10px;
  --bs-modal-header-padding-y: 10px;
  --bs-modal-header-padding: 10px 10px;
  --bs-modal-header-border-color: var(--bs-border-color);
  --bs-modal-header-border-width: 0;
  --bs-modal-title-line-height: 1.5;
  --bs-modal-footer-gap: 0.5rem;
  --bs-modal-footer-bg: ;
  --bs-modal-footer-border-color: var(--bs-border-color);
  --bs-modal-footer-border-width: 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-modal-zindex);
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: var(--bs-modal-margin);
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: opacity 0.45s cubic-bezier(0.3, 0, 0.15, 1), visibility 0.45s linear;
  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 {
  height: calc(100% - var(--bs-modal-margin) * 2);
}
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}
.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - var(--bs-modal-margin) * 2);
}
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  color: var(--bs-modal-color);
  pointer-events: auto;
  background-color: var(--bs-modal-bg);
  background-clip: padding-box;
  border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
  border-radius: var(--bs-modal-border-radius);
  outline: 0;
}
.modal-backdrop {
  --bs-backdrop-zindex: 1050;
  --bs-backdrop-bg: rgba(0, 0, 0, 0.5);
  --bs-backdrop-opacity: 0.5;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-backdrop-zindex);
  width: 100vw;
  height: 100vh;
  background-color: var(--bs-backdrop-bg);
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: var(--bs-backdrop-opacity);
}
.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-modal-header-padding);
  border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
  border-top-left-radius: var(--bs-modal-inner-border-radius);
  border-top-right-radius: var(--bs-modal-inner-border-radius);
}
.modal-header .btn-close {
  padding: calc(var(--bs-modal-header-padding-y) * .5) calc(var(--bs-modal-header-padding-x) * .5);
  margin: calc(-.5 * var(--bs-modal-header-padding-y)) calc(-.5 * var(--bs-modal-header-padding-x)) calc(-.5 * var(--bs-modal-header-padding-y)) auto;
}
.modal-title {
  margin-bottom: 0;
  line-height: var(--bs-modal-title-line-height);
}
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: var(--bs-modal-padding);
}
.modal-footer {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * .5);
  background-color: var(--bs-modal-footer-bg);
  border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
  border-bottom-right-radius: var(--bs-modal-inner-border-radius);
  border-bottom-left-radius: var(--bs-modal-inner-border-radius);
}
.modal-footer > * {
  margin: calc(var(--bs-modal-footer-gap) * .5);
}
@media (min-width: 576px) {
  .modal {
    --bs-modal-margin: 1.75rem;
    --bs-modal-box-shadow: 0 43px 43px -6px rgba(0, 0, 0, 0.2);
  }
  .modal-dialog {
    max-width: var(--bs-modal-width);
    margin-right: auto;
    margin-left: auto;
  }
  .modal-sm {
    --bs-modal-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg, .address-editor-modal .modal-dialog, .quickview-modal .modal-dialog, .subscription-edit-shipping-address-modal .modal-dialog, .subscription-edit-billing-address-modal .modal-dialog, .modal-xl {
    --bs-modal-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    --bs-modal-width: 1140px;
  }
}
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal-fullscreen .modal-header, .modal-fullscreen .modal-footer {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}
@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-header, .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header, .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header, .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-header, .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-header, .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
}
.tooltip {
  --bs-tooltip-zindex: 1080;
  --bs-tooltip-max-width: 200px;
  --bs-tooltip-padding-x: 0.5rem;
  --bs-tooltip-padding-y: 0.25rem;
  --bs-tooltip-margin: ;
  --bs-tooltip-font-size: 0.75rem;
  --bs-tooltip-color: #fff;
  --bs-tooltip-bg: #000;
  --bs-tooltip-border-radius: 2px;
  --bs-tooltip-opacity: 0.9;
  --bs-tooltip-arrow-width: 0.8rem;
  --bs-tooltip-arrow-height: 0.4rem;
  z-index: var(--bs-tooltip-zindex);
  display: block;
  padding: var(--bs-tooltip-arrow-height);
  margin: var(--bs-tooltip-margin);
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-tooltip-font-size);
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: var(--bs-tooltip-opacity);
}
.tooltip .tooltip-arrow {
  display: block;
  width: var(--bs-tooltip-arrow-width);
  height: var(--bs-tooltip-arrow-height);
}
.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow {
  bottom: 0;
}
.bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before {
  top: -1px;
  border-width: var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * .5) 0;
  border-top-color: var(--bs-tooltip-bg);
}
/* rtl:begin:ignore */
.bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow {
  left: 0;
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}
.bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before {
  right: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * .5) 0;
  border-right-color: var(--bs-tooltip-bg);
}
/* rtl:end:ignore */
.bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow {
  top: 0;
}
.bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height);
  border-bottom-color: var(--bs-tooltip-bg);
}
/* rtl:begin:ignore */
.bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow {
  right: 0;
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}
.bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before {
  left: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * .5) 0 calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height);
  border-left-color: var(--bs-tooltip-bg);
}
/* rtl:end:ignore */
.tooltip-inner {
  max-width: var(--bs-tooltip-max-width);
  padding: var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);
  color: var(--bs-tooltip-color);
  text-align: center;
  background-color: var(--bs-tooltip-bg);
  border-radius: var(--bs-tooltip-border-radius);
}
.popover {
  --bs-popover-zindex: 1070;
  --bs-popover-max-width: 276px;
  --bs-popover-font-size: 0.75rem;
  --bs-popover-bg: #fff;
  --bs-popover-border-width: 1px;
  --bs-popover-border-color: var(--bs-border-color-translucent);
  --bs-popover-border-radius: 2px;
  --bs-popover-inner-border-radius: calc(2px - 1px);
  --bs-popover-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-popover-header-padding-x: 1rem;
  --bs-popover-header-padding-y: 0.5rem;
  --bs-popover-header-font-size: 1rem;
  --bs-popover-header-color: #691448;
  --bs-popover-header-bg: #f0f0f0;
  --bs-popover-body-padding-x: 1rem;
  --bs-popover-body-padding-y: 1rem;
  --bs-popover-body-color: #000;
  --bs-popover-arrow-width: 1rem;
  --bs-popover-arrow-height: 0.5rem;
  --bs-popover-arrow-border: var(--bs-popover-border-color);
  z-index: var(--bs-popover-zindex);
  display: block;
  max-width: var(--bs-popover-max-width);
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-popover-font-size);
  word-wrap: break-word;
  background-color: var(--bs-popover-bg);
  background-clip: padding-box;
  border: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-radius: var(--bs-popover-border-radius);
}
.popover .popover-arrow {
  display: block;
  width: var(--bs-popover-arrow-width);
  height: var(--bs-popover-arrow-height);
}
.popover .popover-arrow::before, .popover .popover-arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
  border-width: 0;
}
.bs-popover-top > .popover-arrow, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow {
  bottom: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::before, .bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::after {
  border-width: var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * .5) 0;
}
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::before {
  bottom: 0;
  border-top-color: var(--bs-popover-arrow-border);
}
.bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::after {
  bottom: var(--bs-popover-border-width);
  border-top-color: var(--bs-popover-bg);
}
/* rtl:begin:ignore */
.bs-popover-end > .popover-arrow, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow {
  left: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width);
}
.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::before, .bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::after {
  border-width: calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * .5) 0;
}
.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::before {
  left: 0;
  border-right-color: var(--bs-popover-arrow-border);
}
.bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::after {
  left: var(--bs-popover-border-width);
  border-right-color: var(--bs-popover-bg);
}
/* rtl:end:ignore */
.bs-popover-bottom > .popover-arrow, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow {
  top: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::before, .bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::after {
  border-width: 0 calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height);
}
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::before {
  top: 0;
  border-bottom-color: var(--bs-popover-arrow-border);
}
.bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::after {
  top: var(--bs-popover-border-width);
  border-bottom-color: var(--bs-popover-bg);
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[data-popper-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: var(--bs-popover-arrow-width);
  margin-left: calc(-.5 * var(--bs-popover-arrow-width));
  content: "";
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-header-bg);
}
/* rtl:begin:ignore */
.bs-popover-start > .popover-arrow, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow {
  right: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width);
}
.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::before, .bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::after {
  border-width: calc(var(--bs-popover-arrow-width) * .5) 0 calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height);
}
.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::before {
  right: 0;
  border-left-color: var(--bs-popover-arrow-border);
}
.bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::after {
  right: var(--bs-popover-border-width);
  border-left-color: var(--bs-popover-bg);
}
/* rtl:end:ignore */
.popover-header {
  padding: var(--bs-popover-header-padding-y) var(--bs-popover-header-padding-x);
  margin-bottom: 0;
  font-size: var(--bs-popover-header-font-size);
  color: var(--bs-popover-header-color);
  background-color: var(--bs-popover-header-bg);
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-top-left-radius: var(--bs-popover-inner-border-radius);
  border-top-right-radius: var(--bs-popover-inner-border-radius);
}
.popover-header:empty {
  display: none;
}
.popover-body {
  padding: var(--bs-popover-body-padding-y) var(--bs-popover-body-padding-x);
  color: var(--bs-popover-body-color);
}
.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%;
  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;
}
/* rtl:begin:ignore */
.carousel-item-next:not(.carousel-item-start), .active.carousel-item-end {
  transform: translateX(100%);
}
.carousel-item-prev:not(.carousel-item-end), .active.carousel-item-start {
  transform: translateX(-100%);
}
/* rtl:end:ignore */
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active, .carousel-fade .carousel-item-next.carousel-item-start, .carousel-fade .carousel-item-prev.carousel-item-end {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-start, .carousel-fade .active.carousel-item-end {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-start, .carousel-fade .active.carousel-item-end {
    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;
  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: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}
/* rtl:options: {
  "autoRename": true,
  "stringMap":[ {
    "name"    : "prev-next",
    "search"  : "prev",
    "replace" : "next"
  } ]
} */
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  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 [data-bs-target] {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
}
.carousel-dark .carousel-control-prev-icon, .carousel-dark .carousel-control-next-icon {
  filter: invert(1) grayscale(100);
}
.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #000;
}
.carousel-dark .carousel-caption {
  color: #000;
}
.spinner-grow, .spinner-border, .loader {
  display: inline-block;
  width: var(--bs-spinner-width);
  height: var(--bs-spinner-height);
  vertical-align: var(--bs-spinner-vertical-align);
  border-radius: 50%;
  animation: var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name);
}
@keyframes spinner-border {
  to {
    transform: rotate(360deg) /* rtl:ignore */;
  }
}
.spinner-border, .loader {
  --bs-spinner-width: 26px;
  --bs-spinner-height: 26px;
  --bs-spinner-vertical-align: -0.125em;
  --bs-spinner-border-width: 2px;
  --bs-spinner-animation-speed: 0.75s;
  --bs-spinner-animation-name: spinner-border;
  border: var(--bs-spinner-border-width) solid currentcolor;
  border-right-color: transparent;
}
.spinner-border-sm {
  --bs-spinner-width: 1rem;
  --bs-spinner-height: 1rem;
  --bs-spinner-border-width: 0.2em;
}
@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.spinner-grow {
  --bs-spinner-width: 26px;
  --bs-spinner-height: 26px;
  --bs-spinner-vertical-align: -0.125em;
  --bs-spinner-animation-speed: 0.75s;
  --bs-spinner-animation-name: spinner-grow;
  background-color: currentcolor;
  opacity: 0;
}
.spinner-grow-sm {
  --bs-spinner-width: 1rem;
  --bs-spinner-height: 1rem;
}
@media (prefers-reduced-motion: reduce) {
  .spinner-border, .loader, .spinner-grow {
    --bs-spinner-animation-speed: 1.5s;
  }
}
.offcanvas-sm, .offcanvas-md, .offcanvas-lg, .offcanvas-xl, .offcanvas-xxl, .offcanvas {
  --bs-offcanvas-zindex: 1045;
  --bs-offcanvas-width: 400px;
  --bs-offcanvas-height: 30vh;
  --bs-offcanvas-padding-x: 20px;
  --bs-offcanvas-padding-y: 20px;
  --bs-offcanvas-color: ;
  --bs-offcanvas-bg: #fff;
  --bs-offcanvas-border-width: 0;
  --bs-offcanvas-border-color: transparent;
  --bs-offcanvas-box-shadow: 0 43px 43px -6px rgba(0, 0, 0, 0.2);
}
@media (max-width: 575.98px) {
  .offcanvas-sm {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: transform 0.3s ease-in-out;
  }
  .offcanvas-sm.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-sm.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-sm.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-sm.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-sm.showing, .offcanvas-sm.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-sm.showing, .offcanvas-sm.hiding, .offcanvas-sm.show {
    visibility: visible;
  }
}
@media (max-width: 575.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-sm {
    transition: none;
  }
}
@media (min-width: 576px) {
  .offcanvas-sm {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-sm .offcanvas-header {
    display: none;
  }
  .offcanvas-sm .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}
@media (max-width: 767.98px) {
  .offcanvas-md {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: transform 0.3s ease-in-out;
  }
  .offcanvas-md.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-md.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-md.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-md.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-md.showing, .offcanvas-md.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-md.showing, .offcanvas-md.hiding, .offcanvas-md.show {
    visibility: visible;
  }
}
@media (max-width: 767.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-md {
    transition: none;
  }
}
@media (min-width: 768px) {
  .offcanvas-md {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-md .offcanvas-header {
    display: none;
  }
  .offcanvas-md .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}
@media (max-width: 991.98px) {
  .offcanvas-lg {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: transform 0.3s ease-in-out;
  }
  .offcanvas-lg.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-lg.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-lg.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-lg.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-lg.showing, .offcanvas-lg.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-lg.showing, .offcanvas-lg.hiding, .offcanvas-lg.show {
    visibility: visible;
  }
}
@media (max-width: 991.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-lg {
    transition: none;
  }
}
@media (min-width: 992px) {
  .offcanvas-lg {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-lg .offcanvas-header {
    display: none;
  }
  .offcanvas-lg .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}
@media (max-width: 1199.98px) {
  .offcanvas-xl {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: transform 0.3s ease-in-out;
  }
  .offcanvas-xl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-xl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-xl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-xl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-xl.showing, .offcanvas-xl.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-xl.showing, .offcanvas-xl.hiding, .offcanvas-xl.show {
    visibility: visible;
  }
}
@media (max-width: 1199.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-xl {
    transition: none;
  }
}
@media (min-width: 1200px) {
  .offcanvas-xl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-xl .offcanvas-header {
    display: none;
  }
  .offcanvas-xl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}
@media (max-width: 1399.98px) {
  .offcanvas-xxl {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: transform 0.3s ease-in-out;
  }
  .offcanvas-xxl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-xxl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-xxl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-xxl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-xxl.showing, .offcanvas-xxl.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-xxl.showing, .offcanvas-xxl.hiding, .offcanvas-xxl.show {
    visibility: visible;
  }
}
@media (max-width: 1399.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-xxl {
    transition: none;
  }
}
@media (min-width: 1400px) {
  .offcanvas-xxl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-xxl .offcanvas-header {
    display: none;
  }
  .offcanvas-xxl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}
.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: var(--bs-offcanvas-zindex);
  display: flex;
  flex-direction: column;
  max-width: 100%;
  color: var(--bs-offcanvas-color);
  visibility: hidden;
  background-color: var(--bs-offcanvas-bg);
  background-clip: padding-box;
  outline: 0;
  transition: transform 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .offcanvas {
    transition: none;
  }
}
.offcanvas.offcanvas-start {
  top: 0;
  left: 0;
  width: var(--bs-offcanvas-width);
  border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(-100%);
}
.offcanvas.offcanvas-end {
  top: 0;
  right: 0;
  width: var(--bs-offcanvas-width);
  border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(100%);
}
.offcanvas.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(-100%);
}
.offcanvas.offcanvas-bottom {
  right: 0;
  left: 0;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(100%);
}
.offcanvas.showing, .offcanvas.show:not(.hiding) {
  transform: none;
}
.offcanvas.showing, .offcanvas.hiding, .offcanvas.show {
  visibility: visible;
}
.offcanvas-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
}
.offcanvas-backdrop.fade {
  opacity: 0;
}
.offcanvas-backdrop.show {
  opacity: 1;
}
.offcanvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
}
.offcanvas-header .btn-close {
  padding: calc(var(--bs-offcanvas-padding-y) * .5) calc(var(--bs-offcanvas-padding-x) * .5);
  margin-top: calc(-.5 * var(--bs-offcanvas-padding-y));
  margin-right: calc(-.5 * var(--bs-offcanvas-padding-x));
  margin-bottom: calc(-.5 * var(--bs-offcanvas-padding-y));
}
.offcanvas-title {
  margin-bottom: 0;
  line-height: 1.5;
}
.offcanvas-body {
  flex-grow: 1;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
  overflow-y: auto;
}
.placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentcolor;
  opacity: 0.5;
}
.placeholder.btn::before {
  display: inline-block;
  content: "";
}
.placeholder-xs {
  min-height: 0.6em;
}
.placeholder-sm {
  min-height: 0.8em;
}
.placeholder-lg {
  min-height: 1.2em;
}
.placeholder-glow .placeholder {
  animation: placeholder-glow 2s ease-in-out infinite;
}
@keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}
.placeholder-wave {
  mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
  mask-size: 200% 100%;
  animation: placeholder-wave 2s linear infinite;
}
@keyframes placeholder-wave {
  100% {
    mask-position: -200% 0%;
  }
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.text-bg-primary {
  color: #fff !important;
  background-color: rgba(105, 20, 72, var(--bs-bg-opacity, 1)) !important;
}
.text-bg-secondary {
  color: #fff !important;
  background-color: rgba(105, 20, 72, var(--bs-bg-opacity, 1)) !important;
}
.text-bg-success {
  color: #000 !important;
  background-color: rgba(46, 204, 113, var(--bs-bg-opacity, 1)) !important;
}
.text-bg-info {
  color: #000 !important;
  background-color: rgba(74, 163, 223, var(--bs-bg-opacity, 1)) !important;
}
.text-bg-warning {
  color: #000 !important;
  background-color: rgba(241, 196, 15, var(--bs-bg-opacity, 1)) !important;
}
.text-bg-danger {
  color: #000 !important;
  background-color: rgba(231, 76, 60, var(--bs-bg-opacity, 1)) !important;
}
.text-bg-light {
  color: #000 !important;
  background-color: rgba(249, 249, 249, var(--bs-bg-opacity, 1)) !important;
}
.text-bg-dark {
  color: #fff !important;
  background-color: rgba(74, 84, 91, var(--bs-bg-opacity, 1)) !important;
}
.link-primary {
  color: #691448 !important;
}
.link-primary:hover, .link-primary:focus {
  color: #54103a !important;
}
.link-secondary {
  color: #691448 !important;
}
.link-secondary:hover, .link-secondary:focus {
  color: #54103a !important;
}
.link-success {
  color: #2ecc71 !important;
}
.link-success:hover, .link-success:focus {
  color: #58d68d !important;
}
.link-info {
  color: #4aa3df !important;
}
.link-info:hover, .link-info:focus {
  color: #6eb5e5 !important;
}
.link-warning {
  color: #f1c40f !important;
}
.link-warning:hover, .link-warning:focus {
  color: #f4d03f !important;
}
.link-danger {
  color: #e74c3c !important;
}
.link-danger:hover, .link-danger:focus {
  color: #ec7063 !important;
}
.link-light {
  color: #f9f9f9 !important;
}
.link-light:hover, .link-light:focus {
  color: #fafafa !important;
}
.link-dark {
  color: #4a545b !important;
}
.link-dark:hover, .link-dark:focus {
  color: #3b4349 !important;
}
.ratio {
  position: relative;
  width: 100%;
}
.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}
.ratio-4x3 {
  --bs-aspect-ratio: calc(3 / 4 * 100%);
}
.ratio-16x9 {
  --bs-aspect-ratio: calc(9 / 16 * 100%);
}
.ratio-21x9 {
  --bs-aspect-ratio: calc(9 / 21 * 100%);
}
.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;
}
.sticky-top, .offcanvas .offcanvas-footer {
  position: sticky;
  top: 0;
  z-index: 1020;
}
.sticky-bottom {
  position: sticky;
  bottom: 0;
  z-index: 1020;
}
@media (min-width: 576px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-sm-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-md-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-lg-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xxl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
.hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}
.vstack {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-self: stretch;
}
.visually-hidden, .visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.vr {
  display: inline-block;
  align-self: stretch;
  width: 1px;
  min-height: 1em;
  background-color: currentcolor;
  opacity: 0.25;
}
.align-baseline {
  vertical-align: baseline !important;
}
.align-top {
  vertical-align: top !important;
}
.align-middle {
  vertical-align: middle !important;
}
.align-bottom {
  vertical-align: bottom !important;
}
.align-text-bottom {
  vertical-align: text-bottom !important;
}
.align-text-top {
  vertical-align: text-top !important;
}
.float-start {
  float: left !important;
}
.float-end {
  float: right !important;
}
.float-none {
  float: none !important;
}
.opacity-0 {
  opacity: 0 !important;
}
.opacity-25 {
  opacity: 0.25 !important;
}
.opacity-50 {
  opacity: 0.5 !important;
}
.opacity-75 {
  opacity: 0.75 !important;
}
.opacity-100 {
  opacity: 1 !important;
}
.overflow-auto {
  overflow: auto !important;
}
.overflow-hidden {
  overflow: hidden !important;
}
.overflow-visible {
  overflow: visible !important;
}
.overflow-scroll {
  overflow: scroll !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-grid {
  display: grid !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: flex !important;
}
.d-inline-flex {
  display: inline-flex !important;
}
.d-none, .is-act-checkoutregisterpage .checkout .checkout-aside {
  display: none !important;
}
.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
.shadow-none {
  box-shadow: none !important;
}
.position-static {
  position: static !important;
}
.position-relative {
  position: relative !important;
}
.position-absolute {
  position: absolute !important;
}
.position-fixed {
  position: fixed !important;
}
.position-sticky {
  position: sticky !important;
}
.top-0 {
  top: 0 !important;
}
.top-50 {
  top: 50% !important;
}
.top-100 {
  top: 100% !important;
}
.bottom-0 {
  bottom: 0 !important;
}
.bottom-50 {
  bottom: 50% !important;
}
.bottom-100 {
  bottom: 100% !important;
}
.start-0 {
  left: 0 !important;
}
.start-50 {
  left: 50% !important;
}
.start-100 {
  left: 100% !important;
}
.end-0 {
  right: 0 !important;
}
.end-50 {
  right: 50% !important;
}
.end-100 {
  right: 100% !important;
}
.translate-middle {
  transform: translate(-50%, -50%) !important;
}
.translate-middle-x {
  transform: translateX(-50%) !important;
}
.translate-middle-y {
  transform: translateY(-50%) !important;
}
.border {
  border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.border-0 {
  border: 0 !important;
}
.border-top {
  border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.border-top-0 {
  border-top: 0 !important;
}
.border-end {
  border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.border-end-0 {
  border-right: 0 !important;
}
.border-bottom {
  border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.border-bottom-0 {
  border-bottom: 0 !important;
}
.border-start {
  border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.border-start-0 {
  border-left: 0 !important;
}
.border-primary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important;
}
.border-secondary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important;
}
.border-success {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important;
}
.border-info {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important;
}
.border-warning {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important;
}
.border-danger {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important;
}
.border-light {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important;
}
.border-dark {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important;
}
.border-white {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important;
}
.border-1 {
  --bs-border-width: 1px;
}
.border-2 {
  --bs-border-width: 2px;
}
.border-3 {
  --bs-border-width: 3px;
}
.border-4 {
  --bs-border-width: 4px;
}
.border-5 {
  --bs-border-width: 5px;
}
.border-opacity-10 {
  --bs-border-opacity: 0.1;
}
.border-opacity-25 {
  --bs-border-opacity: 0.25;
}
.border-opacity-50 {
  --bs-border-opacity: 0.5;
}
.border-opacity-75 {
  --bs-border-opacity: 0.75;
}
.border-opacity-100 {
  --bs-border-opacity: 1;
}
.w-25 {
  width: 25% !important;
}
.w-50 {
  width: 50% !important;
}
.w-75 {
  width: 75% !important;
}
.w-100 {
  width: 100% !important;
}
.w-auto {
  width: auto !important;
}
.mw-100 {
  max-width: 100% !important;
}
.vw-100 {
  width: 100vw !important;
}
.min-vw-100 {
  min-width: 100vw !important;
}
.h-25 {
  height: 25% !important;
}
.h-50 {
  height: 50% !important;
}
.h-75 {
  height: 75% !important;
}
.h-100 {
  height: 100% !important;
}
.h-auto {
  height: auto !important;
}
.mh-100 {
  max-height: 100% !important;
}
.vh-100 {
  height: 100vh !important;
}
.min-vh-100 {
  min-height: 100vh !important;
}
.flex-fill {
  flex: 1 1 auto !important;
}
.flex-row {
  flex-direction: row !important;
}
.flex-column {
  flex-direction: column !important;
}
.flex-row-reverse {
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  flex-direction: column-reverse !important;
}
.flex-grow-0 {
  flex-grow: 0 !important;
}
.flex-grow-1 {
  flex-grow: 1 !important;
}
.flex-shrink-0 {
  flex-shrink: 0 !important;
}
.flex-shrink-1 {
  flex-shrink: 1 !important;
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.flex-nowrap {
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.justify-content-start {
  justify-content: flex-start !important;
}
.justify-content-end {
  justify-content: flex-end !important;
}
.justify-content-center {
  justify-content: center !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.justify-content-around {
  justify-content: space-around !important;
}
.justify-content-evenly {
  justify-content: space-evenly !important;
}
.align-items-start {
  align-items: flex-start !important;
}
.align-items-end {
  align-items: flex-end !important;
}
.align-items-center {
  align-items: center !important;
}
.align-items-baseline {
  align-items: baseline !important;
}
.align-items-stretch {
  align-items: stretch !important;
}
.align-content-start {
  align-content: flex-start !important;
}
.align-content-end {
  align-content: flex-end !important;
}
.align-content-center {
  align-content: center !important;
}
.align-content-between {
  align-content: space-between !important;
}
.align-content-around {
  align-content: space-around !important;
}
.align-content-stretch {
  align-content: stretch !important;
}
.align-self-auto {
  align-self: auto !important;
}
.align-self-start {
  align-self: flex-start !important;
}
.align-self-end {
  align-self: flex-end !important;
}
.align-self-center {
  align-self: center !important;
}
.align-self-baseline {
  align-self: baseline !important;
}
.align-self-stretch {
  align-self: stretch !important;
}
.order-first {
  order: -1 !important;
}
.order-0 {
  order: 0 !important;
}
.order-1 {
  order: 1 !important;
}
.order-2 {
  order: 2 !important;
}
.order-3 {
  order: 3 !important;
}
.order-4 {
  order: 4 !important;
}
.order-5 {
  order: 5 !important;
}
.order-last {
  order: 6 !important;
}
.m-0 {
  margin: 0 !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.m-5 {
  margin: 3rem !important;
}
.m-auto {
  margin: auto !important;
}
.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}
.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}
.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}
.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}
.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}
.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}
.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}
.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}
.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}
.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}
.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.mt-1 {
  margin-top: 0.25rem !important;
}
.mt-2 {
  margin-top: 0.5rem !important;
}
.mt-3 {
  margin-top: 1rem !important;
}
.mt-4 {
  margin-top: 1.5rem !important;
}
.mt-5 {
  margin-top: 3rem !important;
}
.mt-auto {
  margin-top: auto !important;
}
.me-0 {
  margin-right: 0 !important;
}
.me-1 {
  margin-right: 0.25rem !important;
}
.me-2 {
  margin-right: 0.5rem !important;
}
.me-3 {
  margin-right: 1rem !important;
}
.me-4 {
  margin-right: 1.5rem !important;
}
.me-5 {
  margin-right: 3rem !important;
}
.me-auto {
  margin-right: auto !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-1 {
  margin-bottom: 0.25rem !important;
}
.mb-2 {
  margin-bottom: 0.5rem !important;
}
.mb-3 {
  margin-bottom: 1rem !important;
}
.mb-4 {
  margin-bottom: 1.5rem !important;
}
.mb-5 {
  margin-bottom: 3rem !important;
}
.mb-auto {
  margin-bottom: auto !important;
}
.ms-0 {
  margin-left: 0 !important;
}
.ms-1 {
  margin-left: 0.25rem !important;
}
.ms-2 {
  margin-left: 0.5rem !important;
}
.ms-3 {
  margin-left: 1rem !important;
}
.ms-4 {
  margin-left: 1.5rem !important;
}
.ms-5 {
  margin-left: 3rem !important;
}
.ms-auto {
  margin-left: auto !important;
}
.p-0 {
  padding: 0 !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.p-5 {
  padding: 3rem !important;
}
.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}
.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}
.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}
.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}
.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}
.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}
.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}
.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
.pt-0 {
  padding-top: 0 !important;
}
.pt-1 {
  padding-top: 0.25rem !important;
}
.pt-2 {
  padding-top: 0.5rem !important;
}
.pt-3 {
  padding-top: 1rem !important;
}
.pt-4 {
  padding-top: 1.5rem !important;
}
.pt-5 {
  padding-top: 3rem !important;
}
.pe-0 {
  padding-right: 0 !important;
}
.pe-1 {
  padding-right: 0.25rem !important;
}
.pe-2 {
  padding-right: 0.5rem !important;
}
.pe-3 {
  padding-right: 1rem !important;
}
.pe-4 {
  padding-right: 1.5rem !important;
}
.pe-5 {
  padding-right: 3rem !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pb-1 {
  padding-bottom: 0.25rem !important;
}
.pb-2 {
  padding-bottom: 0.5rem !important;
}
.pb-3 {
  padding-bottom: 1rem !important;
}
.pb-4 {
  padding-bottom: 1.5rem !important;
}
.pb-5 {
  padding-bottom: 3rem !important;
}
.ps-0 {
  padding-left: 0 !important;
}
.ps-1 {
  padding-left: 0.25rem !important;
}
.ps-2 {
  padding-left: 0.5rem !important;
}
.ps-3 {
  padding-left: 1rem !important;
}
.ps-4 {
  padding-left: 1.5rem !important;
}
.ps-5 {
  padding-left: 3rem !important;
}
.gap-0 {
  gap: 0 !important;
}
.gap-1 {
  gap: 0.25rem !important;
}
.gap-2 {
  gap: 0.5rem !important;
}
.gap-3 {
  gap: 1rem !important;
}
.gap-4 {
  gap: 1.5rem !important;
}
.gap-5 {
  gap: 3rem !important;
}
.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}
.fs-1 {
  font-size: calc(1.35rem + 1.2vw) !important;
}
.fs-2 {
  font-size: calc(1.3rem + 0.6vw) !important;
}
.fs-3 {
  font-size: calc(1.275rem + 0.3vw) !important;
}
.fs-4 {
  font-size: 1.25rem !important;
}
.fs-5 {
  font-size: 1rem !important;
}
.fs-6 {
  font-size: 0.875rem !important;
}
.fst-italic {
  font-style: italic !important;
}
.fst-normal {
  font-style: normal !important;
}
.fw-light {
  font-weight: 400 !important;
}
.fw-lighter {
  font-weight: lighter !important;
}
.fw-normal {
  font-weight: 400 !important;
}
.fw-bold {
  font-weight: 600 !important;
}
.fw-semibold {
  font-weight: 600 !important;
}
.fw-bolder {
  font-weight: bolder !important;
}
.lh-1 {
  line-height: 1 !important;
}
.lh-sm {
  line-height: 1.25 !important;
}
.lh-base {
  line-height: 1.5 !important;
}
.lh-lg {
  line-height: 2 !important;
}
.text-start {
  text-align: left !important;
}
.text-end {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
.text-decoration-none {
  text-decoration: none !important;
}
.text-decoration-underline {
  text-decoration: underline !important;
}
.text-decoration-line-through {
  text-decoration: line-through !important;
}
.text-lowercase {
  text-transform: lowercase !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-capitalize {
  text-transform: capitalize !important;
}
.text-wrap {
  white-space: normal !important;
}
.text-nowrap {
  white-space: nowrap !important;
}
/* rtl:begin:remove */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}
/* rtl:end:remove */
.text-primary, .loader {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}
.text-secondary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}
.text-success {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}
.text-info {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}
.text-warning {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}
.text-danger {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}
.text-light {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}
.text-dark {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}
.text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}
.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}
.text-body {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}
.text-muted {
  --bs-text-opacity: 1;
  color: #798490 !important;
}
.text-black-50 {
  --bs-text-opacity: 1;
  color: rgba(0, 0, 0, 0.5) !important;
}
.text-white-50 {
  --bs-text-opacity: 1;
  color: rgba(255, 255, 255, 0.5) !important;
}
.text-reset {
  --bs-text-opacity: 1;
  color: inherit !important;
}
.text-opacity-25 {
  --bs-text-opacity: 0.25;
}
.text-opacity-50 {
  --bs-text-opacity: 0.5;
}
.text-opacity-75 {
  --bs-text-opacity: 0.75;
}
.text-opacity-100 {
  --bs-text-opacity: 1;
}
.bg-primary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}
.bg-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
}
.bg-success {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
}
.bg-info {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}
.bg-warning {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
}
.bg-danger {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}
.bg-light, .order-detail-table-footer {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}
.bg-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}
.bg-black {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}
.bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}
.bg-body {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
}
.bg-transparent {
  --bs-bg-opacity: 1;
  background-color: transparent !important;
}
.bg-opacity-10 {
  --bs-bg-opacity: 0.1;
}
.bg-opacity-25 {
  --bs-bg-opacity: 0.25;
}
.bg-opacity-50 {
  --bs-bg-opacity: 0.5;
}
.bg-opacity-75 {
  --bs-bg-opacity: 0.75;
}
.bg-opacity-100 {
  --bs-bg-opacity: 1;
}
.bg-gradient {
  background-image: var(--bs-gradient) !important;
}
.user-select-all {
  user-select: all !important;
}
.user-select-auto {
  user-select: auto !important;
}
.user-select-none {
  user-select: none !important;
}
.pe-none {
  pointer-events: none !important;
}
.pe-auto {
  pointer-events: auto !important;
}
.rounded {
  border-radius: var(--bs-border-radius) !important;
}
.rounded-0 {
  border-radius: 0 !important;
}
.rounded-1 {
  border-radius: var(--bs-border-radius-sm) !important;
}
.rounded-2 {
  border-radius: var(--bs-border-radius) !important;
}
.rounded-3 {
  border-radius: var(--bs-border-radius-lg) !important;
}
.rounded-4 {
  border-radius: var(--bs-border-radius-xl) !important;
}
.rounded-5 {
  border-radius: var(--bs-border-radius-2xl) !important;
}
.rounded-circle {
  border-radius: 50% !important;
}
.rounded-pill {
  border-radius: var(--bs-border-radius-pill) !important;
}
.rounded-top {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}
.rounded-end {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}
.rounded-bottom {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}
.rounded-start {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}
.visible {
  visibility: visible !important;
}
.invisible {
  visibility: hidden !important;
}
@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }
  .float-sm-end {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-1 {
    gap: 0.25rem !important;
  }
  .gap-sm-2 {
    gap: 0.5rem !important;
  }
  .gap-sm-3 {
    gap: 1rem !important;
  }
  .gap-sm-4 {
    gap: 1.5rem !important;
  }
  .gap-sm-5 {
    gap: 3rem !important;
  }
  .text-sm-start {
    text-align: left !important;
  }
  .text-sm-end {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }
  .float-md-end {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-1 {
    gap: 0.25rem !important;
  }
  .gap-md-2 {
    gap: 0.5rem !important;
  }
  .gap-md-3 {
    gap: 1rem !important;
  }
  .gap-md-4 {
    gap: 1.5rem !important;
  }
  .gap-md-5 {
    gap: 3rem !important;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }
  .float-lg-end {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block, .is-act-checkoutregisterpage .checkout .checkout-aside {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-1 {
    gap: 0.25rem !important;
  }
  .gap-lg-2 {
    gap: 0.5rem !important;
  }
  .gap-lg-3 {
    gap: 1rem !important;
  }
  .gap-lg-4 {
    gap: 1.5rem !important;
  }
  .gap-lg-5 {
    gap: 3rem !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important;
  }
  .float-xl-end {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
  .gap-xl-0 {
    gap: 0 !important;
  }
  .gap-xl-1 {
    gap: 0.25rem !important;
  }
  .gap-xl-2 {
    gap: 0.5rem !important;
  }
  .gap-xl-3 {
    gap: 1rem !important;
  }
  .gap-xl-4 {
    gap: 1.5rem !important;
  }
  .gap-xl-5 {
    gap: 3rem !important;
  }
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  .float-xxl-start {
    float: left !important;
  }
  .float-xxl-end {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
  .gap-xxl-0 {
    gap: 0 !important;
  }
  .gap-xxl-1 {
    gap: 0.25rem !important;
  }
  .gap-xxl-2 {
    gap: 0.5rem !important;
  }
  .gap-xxl-3 {
    gap: 1rem !important;
  }
  .gap-xxl-4 {
    gap: 1.5rem !important;
  }
  .gap-xxl-5 {
    gap: 3rem !important;
  }
  .text-xxl-start {
    text-align: left !important;
  }
  .text-xxl-end {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.25rem !important;
  }
  .fs-2 {
    font-size: 1.75rem !important;
  }
  .fs-3 {
    font-size: 1.5rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}
/*
Tiny slider
==================================================
Import of Tiny slider vendor.

https://github.com/ganlanyuan/tiny-slider
*/
.tns-outer {
  padding: 0 !important;
}
.tns-outer [hidden] {
  display: none !important;
}
.tns-outer [aria-controls], .tns-outer [data-action] {
  cursor: pointer;
}
.tns-slider {
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  transition: all 0s;
}
.tns-slider > .tns-item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.tns-horizontal.tns-subpixel {
  white-space: nowrap;
}
.tns-horizontal.tns-subpixel > .tns-item {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
}
.tns-horizontal.tns-no-subpixel:after {
  content: "";
  display: table;
  clear: both;
}
.tns-horizontal.tns-no-subpixel > .tns-item {
  float: left;
}
.tns-horizontal.tns-carousel.tns-no-subpixel > .tns-item {
  margin-right: -100%;
}
.tns-no-calc {
  position: relative;
  left: 0;
}
.tns-gallery {
  position: relative;
  left: 0;
  min-height: 1px;
}
.tns-gallery > .tns-item {
  position: absolute;
  left: -100%;
  -webkit-transition: transform 0s, opacity 0s;
  -moz-transition: transform 0s, opacity 0s;
  transition: transform 0s, opacity 0s;
}
.tns-gallery > .tns-slide-active {
  position: relative;
  left: auto !important;
}
.tns-gallery > .tns-moving {
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}
.tns-autowidth {
  display: inline-block;
}
.tns-lazy-img {
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  transition: opacity 0.6s;
  opacity: 0.6;
}
.tns-lazy-img.tns-complete {
  opacity: 1;
}
.tns-ah {
  -webkit-transition: height 0s;
  -moz-transition: height 0s;
  transition: height 0s;
}
.tns-ovh {
  overflow: hidden;
}
.tns-visually-hidden {
  position: absolute;
  left: -10000em;
}
.tns-transparent {
  opacity: 0;
  visibility: hidden;
}
.tns-fadeIn {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 0;
}
.tns-normal, .tns-fadeOut {
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1;
}
.tns-vpfix {
  white-space: nowrap;
}
.tns-vpfix > div, .tns-vpfix > li {
  display: inline-block;
}
.tns-t-subp2 {
  margin: 0 auto;
  width: 310px;
  position: relative;
  height: 10px;
  overflow: hidden;
}
.tns-t-ct {
  width: 2333.3333333333%;
  width: -webkit-calc(100% * 70 / 3);
  width: -moz-calc(100% * 70 / 3);
  width: calc(100% * 70 / 3);
  position: absolute;
  right: 0;
}
.tns-t-ct:after {
  content: "";
  display: table;
  clear: both;
}
.tns-t-ct > div {
  width: 1.4285714286%;
  width: -webkit-calc(100% / 70);
  width: -moz-calc(100% / 70);
  width: calc(100% / 70);
  height: 10px;
  float: left;
}
/*
Datepicker
==================================================
Import of flatpickr vendor.

https://flatpickr.js.org/getting-started/
*/
.flatpickr-calendar {
  background: transparent;
  opacity: 0;
  display: none;
  text-align: center;
  visibility: hidden;
  padding: 0;
  -webkit-animation: none;
  animation: none;
  direction: ltr;
  border: 0;
  font-size: 14px;
  line-height: 24px;
  border-radius: 5px;
  position: absolute;
  width: 307.875px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  background: #fff;
  -webkit-box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08);
  box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08);
}
.flatpickr-calendar.open, .flatpickr-calendar.inline {
  opacity: 1;
  max-height: 640px;
  visibility: visible;
}
.flatpickr-calendar.open {
  display: inline-block;
  z-index: 99999;
}
.flatpickr-calendar.animate.open {
  -webkit-animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
  animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.flatpickr-calendar.inline {
  display: block;
  position: relative;
  top: 2px;
}
.flatpickr-calendar.static {
  position: absolute;
  top: calc(100% + 2px);
}
.flatpickr-calendar.static.open {
  z-index: 999;
  display: block;
}
.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7) {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1) {
  -webkit-box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
  box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}
.flatpickr-calendar .hasWeeks .dayContainer, .flatpickr-calendar .hasTime .dayContainer {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.flatpickr-calendar .hasWeeks .dayContainer {
  border-left: 0;
}
.flatpickr-calendar.hasTime .flatpickr-time {
  height: 40px;
  border-top: 1px solid #e6e6e6;
}
.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
  height: auto;
}
.flatpickr-calendar:before, .flatpickr-calendar:after {
  position: absolute;
  display: block;
  pointer-events: none;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  left: 22px;
}
.flatpickr-calendar.rightMost:before, .flatpickr-calendar.arrowRight:before, .flatpickr-calendar.rightMost:after, .flatpickr-calendar.arrowRight:after {
  left: auto;
  right: 22px;
}
.flatpickr-calendar.arrowCenter:before, .flatpickr-calendar.arrowCenter:after {
  left: 50%;
  right: 50%;
}
.flatpickr-calendar:before {
  border-width: 5px;
  margin: 0 -5px;
}
.flatpickr-calendar:after {
  border-width: 4px;
  margin: 0 -4px;
}
.flatpickr-calendar.arrowTop:before, .flatpickr-calendar.arrowTop:after {
  bottom: 100%;
}
.flatpickr-calendar.arrowTop:before {
  border-bottom-color: #e6e6e6;
}
.flatpickr-calendar.arrowTop:after {
  border-bottom-color: #fff;
}
.flatpickr-calendar.arrowBottom:before, .flatpickr-calendar.arrowBottom:after {
  top: 100%;
}
.flatpickr-calendar.arrowBottom:before {
  border-top-color: #e6e6e6;
}
.flatpickr-calendar.arrowBottom:after {
  border-top-color: #fff;
}
.flatpickr-calendar:focus {
  outline: 0;
}
.flatpickr-wrapper {
  position: relative;
  display: inline-block;
}
.flatpickr-months {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.flatpickr-months .flatpickr-month {
  background: transparent;
  color: rgba(0, 0, 0, 0.9);
  fill: rgba(0, 0, 0, 0.9);
  height: 34px;
  line-height: 1;
  text-align: center;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.flatpickr-months .flatpickr-prev-month, .flatpickr-months .flatpickr-next-month {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  height: 34px;
  padding: 10px;
  z-index: 3;
  color: rgba(0, 0, 0, 0.9);
  fill: rgba(0, 0, 0, 0.9);
}
.flatpickr-months .flatpickr-prev-month.flatpickr-disabled, .flatpickr-months .flatpickr-next-month.flatpickr-disabled {
  display: none;
}
.flatpickr-months .flatpickr-prev-month i, .flatpickr-months .flatpickr-next-month i {
  position: relative;
}
.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month, .flatpickr-months .flatpickr-next-month.flatpickr-prev-month {
  /*
      /*rtl:begin:ignore*/
  left: 0;
}
/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month.flatpickr-next-month, .flatpickr-months .flatpickr-next-month.flatpickr-next-month {
  /*
      /*rtl:begin:ignore*/
  right: 0;
}
/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month:hover, .flatpickr-months .flatpickr-next-month:hover {
  color: #959ea9;
}
.flatpickr-months .flatpickr-prev-month:hover svg, .flatpickr-months .flatpickr-next-month:hover svg {
  fill: #f64747;
}
.flatpickr-months .flatpickr-prev-month svg, .flatpickr-months .flatpickr-next-month svg {
  width: 14px;
  height: 14px;
}
.flatpickr-months .flatpickr-prev-month svg path, .flatpickr-months .flatpickr-next-month svg path {
  -webkit-transition: fill 0.1s;
  transition: fill 0.1s;
  fill: inherit;
}
.numInputWrapper {
  position: relative;
  height: auto;
}
.numInputWrapper input, .numInputWrapper span {
  display: inline-block;
}
.numInputWrapper input {
  width: 100%;
}
.numInputWrapper input::-ms-clear {
  display: none;
}
.numInputWrapper input::-webkit-outer-spin-button, .numInputWrapper input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}
.numInputWrapper span {
  position: absolute;
  right: 0;
  width: 14px;
  padding: 0 4px 0 2px;
  height: 50%;
  line-height: 50%;
  opacity: 0;
  cursor: pointer;
  border: 1px solid rgba(57, 57, 57, 0.15);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.numInputWrapper span:hover {
  background: rgba(0, 0, 0, 0.1);
}
.numInputWrapper span:active {
  background: rgba(0, 0, 0, 0.2);
}
.numInputWrapper span:after {
  display: block;
  content: "";
  position: absolute;
}
.numInputWrapper span.arrowUp {
  top: 0;
  border-bottom: 0;
}
.numInputWrapper span.arrowUp:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid rgba(57, 57, 57, 0.6);
  top: 26%;
}
.numInputWrapper span.arrowDown {
  top: 50%;
}
.numInputWrapper span.arrowDown:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(57, 57, 57, 0.6);
  top: 40%;
}
.numInputWrapper span svg {
  width: inherit;
  height: auto;
}
.numInputWrapper span svg path {
  fill: rgba(0, 0, 0, 0.5);
}
.numInputWrapper:hover {
  background: rgba(0, 0, 0, 0.05);
}
.numInputWrapper:hover span {
  opacity: 1;
}
.flatpickr-current-month {
  font-size: 135%;
  line-height: inherit;
  font-weight: 300;
  color: inherit;
  position: absolute;
  width: 75%;
  left: 12.5%;
  padding: 7.48px 0 0 0;
  line-height: 1;
  height: 34px;
  display: inline-block;
  text-align: center;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.flatpickr-current-month span.cur-month {
  font-family: inherit;
  font-weight: 700;
  color: inherit;
  display: inline-block;
  margin-left: 0.5ch;
  padding: 0;
}
.flatpickr-current-month span.cur-month:hover {
  background: rgba(0, 0, 0, 0.05);
}
.flatpickr-current-month .numInputWrapper {
  width: 6ch;
  width: 7ch \0 ;
  display: inline-block;
}
.flatpickr-current-month .numInputWrapper span.arrowUp:after {
  border-bottom-color: rgba(0, 0, 0, 0.9);
}
.flatpickr-current-month .numInputWrapper span.arrowDown:after {
  border-top-color: rgba(0, 0, 0, 0.9);
}
.flatpickr-current-month input.cur-year {
  background: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  cursor: text;
  padding: 0 0 0 0.5ch;
  margin: 0;
  display: inline-block;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  line-height: inherit;
  height: auto;
  border: 0;
  border-radius: 0;
  vertical-align: initial;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}
.flatpickr-current-month input.cur-year:focus {
  outline: 0;
}
.flatpickr-current-month input.cur-year[disabled], .flatpickr-current-month input.cur-year[disabled]:hover {
  font-size: 100%;
  color: rgba(0, 0, 0, 0.5);
  background: transparent;
  pointer-events: none;
}
.flatpickr-current-month .flatpickr-monthDropdown-months {
  appearance: menulist;
  background: transparent;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  height: auto;
  line-height: inherit;
  margin: -1px 0 0 0;
  outline: none;
  padding: 0 0 0 0.5ch;
  position: relative;
  vertical-align: initial;
  -webkit-box-sizing: border-box;
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  width: auto;
}
.flatpickr-current-month .flatpickr-monthDropdown-months:focus, .flatpickr-current-month .flatpickr-monthDropdown-months:active {
  outline: none;
}
.flatpickr-current-month .flatpickr-monthDropdown-months:hover {
  background: rgba(0, 0, 0, 0.05);
}
.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
  background-color: transparent;
  outline: none;
  padding: 0;
}
.flatpickr-weekdays {
  background: transparent;
  text-align: center;
  overflow: hidden;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 28px;
}
.flatpickr-weekdays .flatpickr-weekdaycontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
span.flatpickr-weekday {
  cursor: default;
  font-size: 90%;
  background: transparent;
  color: rgba(0, 0, 0, 0.54);
  line-height: 1;
  margin: 0;
  text-align: center;
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: bolder;
}
.dayContainer, .flatpickr-weeks {
  padding: 1px 0 0 0;
}
.flatpickr-days {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 307.875px;
}
.flatpickr-days:focus {
  outline: 0;
}
.dayContainer {
  padding: 0;
  outline: 0;
  text-align: left;
  width: 307.875px;
  min-width: 307.875px;
  max-width: 307.875px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.dayContainer + .dayContainer {
  -webkit-box-shadow: -1px 0 0 #e6e6e6;
  box-shadow: -1px 0 0 #e6e6e6;
}
.flatpickr-day {
  background: none;
  border: 1px solid transparent;
  border-radius: 150px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #393939;
  cursor: pointer;
  font-weight: 400;
  width: 14.2857143%;
  -webkit-flex-basis: 14.2857143%;
  -ms-flex-preferred-size: 14.2857143%;
  flex-basis: 14.2857143%;
  max-width: 39px;
  height: 39px;
  line-height: 39px;
  margin: 0;
  display: inline-block;
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.flatpickr-day.inRange, .flatpickr-day.prevMonthDay.inRange, .flatpickr-day.nextMonthDay.inRange, .flatpickr-day.today.inRange, .flatpickr-day.prevMonthDay.today.inRange, .flatpickr-day.nextMonthDay.today.inRange, .flatpickr-day:hover, .flatpickr-day.prevMonthDay:hover, .flatpickr-day.nextMonthDay:hover, .flatpickr-day:focus, .flatpickr-day.prevMonthDay:focus, .flatpickr-day.nextMonthDay:focus {
  cursor: pointer;
  outline: 0;
  background: #e6e6e6;
  border-color: #e6e6e6;
}
.flatpickr-day.today {
  border-color: #959ea9;
}
.flatpickr-day.today:hover, .flatpickr-day.today:focus {
  border-color: #959ea9;
  background: #959ea9;
  color: #fff;
}
.flatpickr-day.selected, .flatpickr-day.startRange, .flatpickr-day.endRange, .flatpickr-day.selected.inRange, .flatpickr-day.startRange.inRange, .flatpickr-day.endRange.inRange, .flatpickr-day.selected:focus, .flatpickr-day.startRange:focus, .flatpickr-day.endRange:focus, .flatpickr-day.selected:hover, .flatpickr-day.startRange:hover, .flatpickr-day.endRange:hover, .flatpickr-day.selected.prevMonthDay, .flatpickr-day.startRange.prevMonthDay, .flatpickr-day.endRange.prevMonthDay, .flatpickr-day.selected.nextMonthDay, .flatpickr-day.startRange.nextMonthDay, .flatpickr-day.endRange.nextMonthDay {
  background: #569ff7;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  border-color: #569ff7;
}
.flatpickr-day.selected.startRange, .flatpickr-day.startRange.startRange, .flatpickr-day.endRange.startRange {
  border-radius: 50px 0 0 50px;
}
.flatpickr-day.selected.endRange, .flatpickr-day.startRange.endRange, .flatpickr-day.endRange.endRange {
  border-radius: 0 50px 50px 0;
}
.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)), .flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)), .flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
  -webkit-box-shadow: -10px 0 0 #569ff7;
  box-shadow: -10px 0 0 #569ff7;
}
.flatpickr-day.selected.startRange.endRange, .flatpickr-day.startRange.startRange.endRange, .flatpickr-day.endRange.startRange.endRange {
  border-radius: 50px;
}
.flatpickr-day.inRange {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
  box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}
.flatpickr-day.flatpickr-disabled, .flatpickr-day.flatpickr-disabled:hover, .flatpickr-day.prevMonthDay, .flatpickr-day.nextMonthDay, .flatpickr-day.notAllowed, .flatpickr-day.notAllowed.prevMonthDay, .flatpickr-day.notAllowed.nextMonthDay {
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  border-color: transparent;
  cursor: default;
}
.flatpickr-day.flatpickr-disabled, .flatpickr-day.flatpickr-disabled:hover {
  cursor: not-allowed;
  color: rgba(57, 57, 57, 0.1);
}
.flatpickr-day.week.selected {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
  box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
}
.flatpickr-day.hidden {
  visibility: hidden;
}
.rangeMode .flatpickr-day {
  margin-top: 1px;
}
.flatpickr-weekwrapper {
  float: left;
}
.flatpickr-weekwrapper .flatpickr-weeks {
  padding: 0 12px;
  -webkit-box-shadow: 1px 0 0 #e6e6e6;
  box-shadow: 1px 0 0 #e6e6e6;
}
.flatpickr-weekwrapper .flatpickr-weekday {
  float: none;
  width: 100%;
  line-height: 28px;
}
.flatpickr-weekwrapper span.flatpickr-day, .flatpickr-weekwrapper span.flatpickr-day:hover {
  display: block;
  width: 100%;
  max-width: none;
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  cursor: default;
  border: none;
}
.flatpickr-innerContainer {
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
.flatpickr-rContainer {
  display: inline-block;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.flatpickr-time {
  text-align: center;
  outline: 0;
  display: block;
  height: 0;
  line-height: 40px;
  max-height: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.flatpickr-time:after {
  content: "";
  display: table;
  clear: both;
}
.flatpickr-time .numInputWrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 40%;
  height: 40px;
  float: left;
}
.flatpickr-time .numInputWrapper span.arrowUp:after {
  border-bottom-color: #393939;
}
.flatpickr-time .numInputWrapper span.arrowDown:after {
  border-top-color: #393939;
}
.flatpickr-time.hasSeconds .numInputWrapper {
  width: 26%;
}
.flatpickr-time.time24hr .numInputWrapper {
  width: 49%;
}
.flatpickr-time input {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  border-radius: 0;
  text-align: center;
  margin: 0;
  padding: 0;
  height: inherit;
  line-height: inherit;
  color: #393939;
  font-size: 14px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}
.flatpickr-time input.flatpickr-hour {
  font-weight: bold;
}
.flatpickr-time input.flatpickr-minute, .flatpickr-time input.flatpickr-second {
  font-weight: 400;
}
.flatpickr-time input:focus {
  outline: 0;
  border: 0;
}
.flatpickr-time .flatpickr-time-separator, .flatpickr-time .flatpickr-am-pm {
  height: inherit;
  float: left;
  line-height: inherit;
  color: #393939;
  font-weight: bold;
  width: 2%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}
.flatpickr-time .flatpickr-am-pm {
  outline: 0;
  width: 18%;
  cursor: pointer;
  text-align: center;
  font-weight: 400;
}
.flatpickr-time input:hover, .flatpickr-time .flatpickr-am-pm:hover, .flatpickr-time input:focus, .flatpickr-time .flatpickr-am-pm:focus {
  background: #eee;
}
.flatpickr-input[readonly] {
  cursor: pointer;
}
@-webkit-keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/*
 * Base stuff
 * ---------- */
/*
Base
==================================================
Contains global base styles for all pages
*/
html {
  /* stylelint-disable selector-class-pattern -- allow BEM here as it is a generated class name from the administration
     * sw-text-editor component adds a column selector to configure the width of table columns
     * this must no be shown in the storefront as it breaks table layouts
     */
  /* stylelint-enable selector-class-pattern */
}
html.no-scroll {
  position: relative;
  overflow: hidden;
}
html::before {
  position: absolute;
  top: -100%;
  font-size: 0;
}
@media (max-width: 575.98px) {
  html::before {
    content: "xs";
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  html::before {
    content: "sm";
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  html::before {
    content: "md";
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  html::before {
    content: "lg";
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  html::before {
    content: "xl";
  }
}
@media (min-width: 1400px) {
  html::before {
    content: "xxl";
  }
}
html .sw-text-editor-table .sw-text-editor-table__col {
  border: 1px solid #000;
  padding: 8px;
  text-align: left;
}
html .sw-text-editor-table .sw-text-editor-table__col-selector {
  display: none;
}
html .sw-text-editor-table__head td {
  background: #eee;
}
/*
Reboot
==================================================
Reboot styles using only element selectors.

https://getbootstrap.com/docs/5.2/content/reboot
*/
input[type=search]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}
input[type=search]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}
input[type=search]::-webkit-search-decoration, input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-results-button, input[type=search]::-webkit-search-results-decoration {
  display: none;
}
/*
 * Components
 * ---------- */
/*
Alert
==============================================
Custom styling for bootstrap alert component.

https://getbootstrap.com/docs/5.2/components/alerts
*/
.alert-has-icon {
  display: flex;
  align-items: center;
}
.alert-has-icon .alert-content-container {
  padding-left: 1rem;
}
.alert-list {
  padding-left: 20px;
  margin-bottom: 0;
}
/*
Card
==============================================
Custom styling for bootstrap card component.

https://getbootstrap.com/docs/5.2/components/card
*/
.card-title {
  color: #691448;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
}
.card-col {
  margin-bottom: 1rem;
  display: flex;
}
.card-col .card {
  width: 100%;
}
.card-col .card-body {
  display: flex;
  flex-direction: column;
}
.card-actions {
  align-items: flex-start;
  margin-top: auto;
}
/*
Sidebar category navigation
==============================================
Styling for category navigation component.
*/
.category-navigation {
  list-style: none;
  margin: 0;
  padding-left: 20px;
}
.category-navigation.level-0 > .category-navigation-entry {
  border-bottom: 1px solid #C2C2c2;
}
.category-navigation.level-0 {
  padding-left: 0;
  font-size: 16px;
}
.category-navigation.level-1 {
  font-size: 14px;
}
.category-navigation.level-2 {
  font-size: 12px;
}
.category-navigation-entry {
  margin: 0;
  padding: 0;
}
.category-navigation-link {
  display: block;
  padding: 8px 20px;
  font-weight: 400;
  color: #000;
}
.category-navigation-link:hover {
  text-decoration: none;
}
.category-navigation-link.is-active {
  color: #691448;
  font-weight: 600;
}
.category-navigation-link.in-path {
  font-weight: 600;
}
/*
Backdrop
==============================================
Custom styling for backdrop used by bootstrap modal und custom offcanvas component.

https://getbootstrap.com/docs/5.2/components/modal
*/
.modal-backdrop {
  opacity: 0;
  transition: opacity 0.45s cubic-bezier(0.3, 0, 0.15, 1), visibility 0.45s linear;
}
@media (prefers-reduced-motion: reduce) {
  .modal-backdrop {
    transition: none;
  }
}
.modal-backdrop.modal-backdrop-open {
  opacity: 1;
}
.modal-backdrop > .loader {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -1rem;
  margin-top: -1rem;
}
/*
Base slider
==============================================
Styling for base slider component.
Contains minimal styling for a slider with arrow and/or dot navigation.
based on: https://github.com/ganlanyuan/tiny-slider
*/
.base-slider {
  position: relative;
  overflow: hidden;
}
.base-slider .tns-nav, .base-slider .base-slider-dots {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  margin: 10px 0;
}
.base-slider .tns-nav .base-slider-dot, .base-slider .tns-nav button, .base-slider .base-slider-dots .base-slider-dot, .base-slider .base-slider-dots button {
  background-color: #bcc1c7;
  border: 0;
  height: 8px;
  width: 8px;
  padding: 8px;
  border-radius: 50%;
  margin: 0 8px;
}
.base-slider .tns-nav .base-slider-dot:hover, .base-slider .tns-nav .base-slider-dot.tns-nav-active, .base-slider .tns-nav button:hover, .base-slider .tns-nav button.tns-nav-active, .base-slider .base-slider-dots .base-slider-dot:hover, .base-slider .base-slider-dots .base-slider-dot.tns-nav-active, .base-slider .base-slider-dots button:hover, .base-slider .base-slider-dots button.tns-nav-active {
  background-color: #798490;
}
.base-slider .tns-nav .base-slider-dot:focus, .base-slider .tns-nav button:focus, .base-slider .base-slider-dots .base-slider-dot:focus, .base-slider .base-slider-dots button:focus {
  outline: none;
}
.base-slider.has-dots-outside {
  margin-bottom: 35px;
}
.base-slider.has-dots-outside .tns-nav, .base-slider.has-dots-outside .base-slider-dots {
  bottom: auto;
}
.base-slider.has-nav-outside {
  padding-left: 25px;
  padding-right: 25px;
}
.base-slider .tns-ovh {
  overflow: visible;
}
.base-slider-controls {
  margin-bottom: 0;
}
.base-slider-controls-prev, .base-slider-controls-next {
  display: block;
  width: 30px;
  height: 65px;
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #798490;
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.5);
  line-height: 68px;
  opacity: 0.5;
  transition: opacity 0.15s ease;
  cursor: pointer;
  padding: 0;
}
.base-slider-controls-prev:hover, .base-slider-controls-next:hover {
  border-color: rgba(105, 20, 72, 0.5);
  color: #691448;
  opacity: 1;
}
.base-slider-controls-prev.is-nav-prev-outside, .base-slider-controls-prev.is-nav-next-outside, .base-slider-controls-next.is-nav-prev-outside, .base-slider-controls-next.is-nav-next-outside {
  border: 0;
  background-color: rgba(255, 255, 255, 0.8);
}
.base-slider-controls-prev[disabled], .base-slider-controls-next[disabled] {
  opacity: 0.2;
  cursor: default;
}
.base-slider-controls-prev {
  border-radius: 0 2px 2px 0;
}
.base-slider-controls-prev.is-nav-prev-outside {
  border-radius: 2px 0 0 2px;
}
.base-slider-controls-next {
  border-radius: 2px 0 0 2px;
}
.base-slider-controls-next.is-nav-next-outside {
  border-radius: 0 2px 2px 0;
}
@media (min-width: 768px) {
  .base-slider .tns-nav .base-slider-dot, .base-slider .tns-nav button, .base-slider .base-slider-dots .base-slider-dot, .base-slider .base-slider-dots button {
    margin: 0 5px;
  }
  .base-slider .tns-nav.hide-dots, .base-slider .base-slider-dots.hide-dots {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .base-slider .tns-nav, .base-slider .base-slider-dots {
    width: 55%;
    text-align: center;
  }
  .base-slider .tns-nav.hide-dots, .base-slider .tns-nav.hide-dots-mobile, .base-slider .base-slider-dots.hide-dots, .base-slider .base-slider-dots.hide-dots-mobile {
    display: none;
  }
}
/*
Image slider
==============================================
Styling for image slider component.
Displays images in a reusable slider component.
based on "base-slider" component and "tiny-slider" (https://github.com/ganlanyuan/tiny-slider)
*/
.image-slider.has-nav-outside .image-slider-item-container {
  padding: 0 25px;
}
.image-slider-container {
  position: relative;
  height: 100%;
}
.image-slider-container .image-slider-image {
  display: block;
  width: 100%;
}
.image-slider-container .image-slider-item {
  display: grid;
  max-width: 100%;
  position: relative;
}
.image-slider-container .image-slider-item.is-not-first {
  display: none;
}
.image-slider-container .image-slider-item.is-cover {
  height: 100%;
}
.image-slider-container .image-slider-item.is-cover .image-slider-image {
  object-fit: cover;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.image-slider-container .image-slider-link {
  display: block;
}
.js-slider-initialized .image-slider-item.is-not-first {
  display: block;
}
.image-slider-controls-prev.is-nav-prev-inside {
  left: 0;
}
.image-slider-controls-prev.is-nav-prev-outside {
  left: 0;
}
.image-slider-controls-next.is-nav-next-inside {
  right: 0;
}
.image-slider-controls-next.is-nav-next-outside {
  right: 0;
}
@media (min-width: 768px) {
  .image-slider-controls-prev.is-nav-prev-outside {
    left: -5px;
  }
  .image-slider-controls-next.is-nav-next-outside {
    right: -5px;
  }
}
/*
Product slider
==============================================
Styling for product slider component.
Displays product-boxes in a reusable slider component.
based on "base-slider" component and "tiny-slider" (https://github.com/ganlanyuan/tiny-slider)
*/
.product-slider.has-border {
  border: 1px solid #C2C2c2;
  border-radius: 2px;
}
.product-slider.has-border {
  padding: 25px;
}
.product-slider.has-nav {
  padding-left: 20px;
  padding-right: 20px;
}
.product-slider.has-border.has-nav {
  padding-left: 40px;
  padding-right: 40px;
}
.product-slider-container {
  padding-bottom: 1px;
}
.product-slider-controls-prev, .product-slider-controls-next {
  border: 0;
  background: none;
}
.product-slider-controls-prev {
  left: -10px;
}
.product-slider-controls-prev.has-border {
  left: 0;
}
.product-slider-controls-next {
  right: -10px;
}
.product-slider-controls-next.has-border {
  right: 0;
}
/*
Gallery slider
==============================================
Styling for gallery slider component.
Displays images in a slider gallery with thumbnail navigation.
based on "base-slider" component and "tiny-slider" (https://github.com/ganlanyuan/tiny-slider)
*/
.gallery-slider {
  width: 99.9%;
}
.gallery-slider.has-nav-outside .gallery-slider-item-container {
  padding: 0 25px;
}
.gallery-slider-row {
  margin-bottom: 1rem;
}
.gallery-slider-row.is-loading {
  height: 430px;
  overflow: hidden;
}
.gallery-slider-row.is-single-image {
  justify-content: center;
}
.gallery-slider-single-image {
  display: flex;
  align-items: center;
  justify-content: center;
}
.gallery-slider-container {
  position: relative;
  height: 100%;
}
.gallery-slider-container .gallery-slider-image {
  display: block;
}
.gallery-slider-item, .gallery-slider-single-image {
  position: relative;
  backface-visibility: hidden;
  cursor: default;
  display: block;
  height: 100%;
  max-width: 100%;
}
.gallery-slider-item.is-cover, .gallery-slider-item.is-contain, .gallery-slider-single-image.is-cover, .gallery-slider-single-image.is-contain {
  height: 100%;
}
.gallery-slider-item.is-cover .gallery-slider-image, .gallery-slider-item.is-contain .gallery-slider-image, .gallery-slider-single-image.is-cover .gallery-slider-image, .gallery-slider-single-image.is-contain .gallery-slider-image {
  object-fit: cover;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0 auto;
}
.gallery-slider-item.is-cover .gallery-slider-image, .gallery-slider-single-image.is-cover .gallery-slider-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.gallery-slider-item.is-contain .gallery-slider-image, .gallery-slider-single-image.is-contain .gallery-slider-image {
  margin: auto;
  object-fit: contain;
}
.gallery-slider-controls-prev {
  left: 0;
}
.gallery-slider-controls-prev.is-nav-prev-outside {
  left: 0;
}
.gallery-slider-controls-next {
  right: 0;
}
.gallery-slider-controls-next.is-nav-next-outside {
  right: 0;
}
.gallery-slider-thumbnails-container {
  position: relative;
}
.gallery-slider-thumbnails-container .tns-inner {
  display: flex;
  justify-content: center;
}
.gallery-slider-thumbnails-container.is-underneath .tns-inner {
  display: block;
}
.gallery-slider-thumbnails-container.is-underneath .tns-outer {
  margin: 0 30px;
}
.gallery-slider-thumbnails-container.hide-thumbs {
  display: none;
}
.gallery-slider-thumbnails-col .gallery-slider-thumbnails-controls-prev, .gallery-slider-thumbnails-col .gallery-slider-thumbnails-controls-next {
  border: 0;
  background: none;
  height: 30px;
  width: 65px;
  line-height: normal;
}
.gallery-slider-thumbnails-col.is-left {
  padding-right: 0;
}
.gallery-slider-thumbnails-col.is-left .gallery-slider-thumbnails-controls-prev {
  top: -30px;
}
.gallery-slider-thumbnails-col.is-left .gallery-slider-thumbnails-controls-next {
  bottom: -20px;
  top: auto;
}
.gallery-slider-thumbnails-col.is-left .gallery-slider-thumbnails-controls-prev, .gallery-slider-thumbnails-col.is-left .gallery-slider-thumbnails-controls-next {
  left: 50%;
  transform: translateX(-50%);
}
.gallery-slider-thumbnails-col.is-underneath .gallery-slider-thumbnails-controls-prev {
  left: -25px;
}
.gallery-slider-thumbnails-col.is-underneath .gallery-slider-thumbnails-controls-next {
  right: -25px;
}
.gallery-slider-thumbnails-col.is-underneath .gallery-slider-thumbnails-controls-prev, .gallery-slider-thumbnails-col.is-underneath .gallery-slider-thumbnails-controls-next {
  transform: translateY(-30%);
}
.gallery-slider-modal-controls {
  z-index: 10;
}
.gallery-slider-modal-controls .gallery-slider-thumbnails-controls-prev {
  left: 0;
}
.gallery-slider-modal-controls .gallery-slider-thumbnails-controls-next {
  right: 0;
}
.gallery-slider-thumbnails.is-underneath {
  display: flex;
  margin-top: 1rem;
}
.gallery-slider-thumbnails.is-underneath .gallery-slider-thumbnails-item {
  width: auto;
}
.gallery-slider-thumbnails-item {
  cursor: pointer;
  height: 75px;
  width: 75px;
}
.gallery-slider-thumbnails-item.tns-nav-active .gallery-slider-thumbnails-item-inner {
  border-color: #691448;
}
.gallery-slider-thumbnails-item-inner {
  border: 1px solid #C2C2c2;
  border-radius: 2px;
  width: 100%;
  height: 100%;
  padding: 0.25rem;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.gallery-slider-thumbnails-image, .gallery-slider-image {
  flex: 0 0 auto;
  max-height: 100%;
  max-width: 100%;
}
.gallery-slider-thumbnails-controls {
  display: none;
  margin: 0;
}
@media (max-width: 575.98px) {
  .gallery-slider-item.is-cover, .gallery-slider-item.is-contain {
    min-height: 225px !important;
  }
}
@media (max-width: 767.98px) {
  .gallery-slider-single-image.is-cover, .gallery-slider-single-image.is-contain {
    min-height: 225px !important;
  }
}
@media (min-width: 768px) {
  .gallery-slider-row {
    justify-content: center;
  }
  .gallery-slider-thumbnails-controls {
    display: block;
  }
  .gallery-slider-thumbnails-col.is-left .gallery-slider-thumbnails-item {
    margin-bottom: 0 !important;
    padding-bottom: 10px;
  }
}
/*
Magnifier
==============================================
Styling for magnifier component.
Displays a lens over a single image or gallery slider and shows the magnified version of the image.
*/
.magnifier-overlay, .magnifier-zoom-image {
  background-clip: padding-box;
  opacity: 0;
  animation: magnifyLensFade 0.5s forwards;
  pointer-events: none;
  z-index: 1100;
}
.magnifier-overlay {
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  position: absolute;
  background: rgba(255, 255, 255, 0.4);
  border: 1px solid #C2C2c2;
}
.magnifier-zoom-image {
  width: 100%;
  height: 100%;
  position: absolute;
  background-repeat: no-repeat;
  background-position: 0 0;
  top: 0;
  left: 0;
}
@keyframes magnifyLensFade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*
Zoom modal
==============================================
Styling for zoom modal component.
Displays a single image or a gallery slider in a zoom modal with zoom functions.
*/
.zoom-modal-wrapper {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}
.modal.zoom-modal {
  overflow: hidden;
}
.modal.zoom-modal .zoom-modal-actions, .modal.zoom-modal .btn-close {
  position: absolute;
  top: 0;
  opacity: 1;
  z-index: 1051;
  margin: 15px;
}
.modal.zoom-modal .zoom-modal-actions {
  left: 0;
}
.modal.zoom-modal .btn-close {
  right: 0;
}
.modal.zoom-modal .modal-dialog .modal-content, .modal.zoom-modal .modal-dialog .modal-body {
  padding: 0;
  overflow: hidden;
}
.modal.zoom-modal .modal-footer {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 0 1rem;
  justify-content: center;
  background-color: #fff;
  margin: 0 30px;
}
.modal.zoom-modal .gallery-slider {
  top: 0;
  bottom: 0;
  position: absolute;
  height: auto;
  width: 100%;
}
.modal.zoom-modal .gallery-slider-thumbnails {
  margin: 0 auto;
}
.modal.zoom-modal .gallery-slider-controls-next {
  right: 0;
}
.modal.zoom-modal .gallery-slider-controls-prev {
  left: 0;
}
.modal.zoom-modal .gallery-slider-thumbnails-item {
  width: auto;
}
.modal.zoom-modal .gallery-slider-thumbnails-controls-next {
  right: -30px;
}
.modal.zoom-modal .gallery-slider-thumbnails-controls-prev {
  left: -30px;
}
.modal.zoom-modal .image-zoom-container {
  height: 100%;
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
}
.modal.zoom-modal .image-zoom-container > * {
  position: relative;
}
.modal.zoom-modal .image-zoom-btn.disabled {
  opacity: 0.3;
}
@media (min-width: 768px) {
  .modal.zoom-modal .gallery-slider {
    bottom: 100px;
  }
  .modal.zoom-modal .modal-footer {
    display: flex;
  }
}
/*
OffCanvas
==============================================
Move page content like the navigation menu in a sliding OffCanvas menu.
The sliding direction can be left or right.

@see https://getbootstrap.com/docs/5.2/components/offcanvas
*/
.offcanvas {
  transition: all 0.45s cubic-bezier(0.3, 0, 0.15, 1);
}
.offcanvas.offcanvas-start .offcanvas-close {
  align-items: center;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}
.offcanvas.offcanvas-bottom {
  --bs-offcanvas-height: 90%;
  border-radius: 8px 8px 0 0;
}
.offcanvas.is-fullwidth {
  width: 100%;
}
.offcanvas .offcanvas-header {
  --bs-offcanvas-padding-y: 0;
  --bs-offcanvas-padding-x: 0;
  background-color: #fff;
}
.offcanvas .offcanvas-header .offcanvas-title {
  font-size: 24px;
  font-weight: 600;
}
.offcanvas .offcanvas-footer {
  bottom: 0;
  top: auto;
}
.offcanvas .offcanvas-close {
  width: 100%;
  border-radius: 0;
  font-weight: 400;
  padding: 0.5rem 1rem;
  text-align: left;
}
.offcanvas .offcanvas-close:focus {
  box-shadow: none;
}
.offcanvas .offcanvas-close, .offcanvas .offcanvas-close .icon {
  color: #798490;
}
.offcanvas > .loader, .offcanvas .offcanvas-body > .loader {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -1rem;
  margin-top: -1rem;
}
@media (max-width: 420px) {
  .offcanvas.offcanvas-end, .offcanvas.offcanvas-start {
    width: calc(100% - 20px);
  }
}
/*
Product box
==============================================
Styling for productbox component.
*/
.product-box {
  height: 100%;
}
.product-variant-characteristics {
  min-height: 3em;
}
.product-variant-characteristics .product-variant-characteristics-text {
  overflow: hidden;
  line-height: 1.5em;
  height: 3em;
  text-align: justify;
  margin-right: -1em;
  padding-right: 1em;
  max-width: 95%;
  /* stylelint-disable */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /* stylelint-enable */
  line-clamp: 2;
  text-overflow: ellipsis;
  font-size: 0.75rem;
}
.product-variant-characteristics .product-variant-characteristics-option {
  font-weight: 600;
}
.product-image-wrapper {
  height: 200px;
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 180px;
  margin-bottom: 15px;
  position: relative;
}
.product-image-link {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-image-link.is-cover {
  align-items: flex-start;
}
.product-image {
  display: block;
  max-width: 100%;
  max-height: 200px;
}
.product-image.is-standard, .product-image.is-cover, .product-image.is-contain {
  width: 100%;
  height: 100%;
}
.product-image.is-cover {
  object-fit: cover;
}
.product-image.is-contain {
  object-fit: contain;
}
.product-image.is-standard {
  object-fit: scale-down;
}
.product-image-placeholder {
  max-width: 180px;
  height: 100%;
}
.product-rating {
  margin-bottom: 10px;
  height: 25px;
}
/* stylelint-disable value-no-vendor-prefix, property-no-vendor-prefix */
.product-name {
  color: #691448;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  height: 44px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  text-decoration: none;
}
.product-name:hover {
  color: var(--text-color-brand-primary);
  text-decoration: none;
}
.product-description {
  height: 54px;
  margin-top: 10px;
  font-size: 14px;
  line-height: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
/* stylelint-enable value-no-vendor-prefix, property-no-vendor-prefix */
.product-price-info {
  margin-top: 10px;
}
.product-price-info .product-advanced-list-price-wrapper {
  font-weight: 400;
}
.product-price-unit {
  height: 36px;
  font-size: 14px;
  line-height: 18px;
  overflow: hidden;
}
.product-unit-label {
  font-weight: 600;
}
.product-cheapest-price {
  min-height: 20px;
  font-size: 0.75rem;
  line-height: 20px;
  margin-bottom: 32px;
}
.product-cheapest-price .product-cheapest-price-price {
  font-weight: 600;
}
.product-cheapest-price.with-regulation-price, .product-cheapest-price.with-list-price {
  margin-bottom: 6px;
}
.product-cheapest-price.with-from-price {
  margin-bottom: 5px;
}
.product-price {
  color: #691448;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
  overflow: hidden;
}
.product-price.with-list-price {
  color: #e52427;
}
.product-price .list-price {
  color: #691448;
  font-weight: 400;
  padding-left: 5px;
  font-size: 12px;
}
.product-price .list-price .list-price-price {
  text-decoration: line-through;
}
.product-price .regulation-price {
  color: #691448;
  font-weight: 400;
  padding-left: 5px;
  font-size: 12px;
  padding-left: 0;
}
.product-price .list-price-no-line-through .list-price-price {
  text-decoration: none;
}
.product-price .strikeprice-text {
  color: #691448;
  font-weight: 400;
  padding-left: 5px;
  font-size: 12px;
}
.product-action {
  margin-top: 20px;
}
.product-badges {
  position: absolute;
  top: 30px;
  left: -1px;
  z-index: 10;
}
.product-badges .badge {
  padding: 0 8px;
  height: 32px;
  margin: 0 0 8px;
  line-height: 32px;
  font-weight: 600;
  color: #fff;
  border-radius: 0 3px 3px 0;
  border-color: transparent;
  font-size: 18px;
  letter-spacing: 0;
}
.product-box.box-image .product-image-wrapper {
  height: 332px;
}
.product-box.box-image .product-image {
  max-height: 332px;
}
.product-box.box-image .product-image.is-standard {
  height: 100%;
  object-fit: cover;
}
.product-price-wrapper {
  font-size: 18px;
}
/*
Loader
==============================================
Defines the loader icon
*/
/*
Element loader
==============================================
Element loader can be applied to any element.
*/
.has-element-loader {
  z-index: 15;
  pointer-events: none;
  position: relative;
}
.element-loader-backdrop {
  opacity: 0;
  transition: opacity 0.45s cubic-bezier(0.3, 0, 0.15, 1), visibility 0.45s linear;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 11px 7px rgba(255, 255, 255, 0.5);
  z-index: 15;
}
.element-loader-backdrop.element-loader-backdrop-open {
  opacity: 1;
}
.element-loader-backdrop > .loader {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -1rem;
  margin-top: -1rem;
}
/*
Skeleton screen
==============================================
Skeleton screen for reloading product-listing with subtle shimmer effect
*/
@keyframes skeletonShimmer {
  0% {
    background-position: -500px 0;
  }
  100% {
    background-position: 500px 0;
  }
}
.has-element-loader .cms-element-product-listing .product-badges, .has-element-loader .cms-element-product-listing .product-image-link, .has-element-loader .cms-element-product-listing .product-review-rating {
  display: none;
}
.has-element-loader .cms-element-product-listing .product-image-wrapper, .has-element-loader .cms-element-product-listing .product-rating, .has-element-loader .cms-element-product-listing .product-name, .has-element-loader .cms-element-product-listing .product-variant-characteristics, .has-element-loader .cms-element-product-listing .product-description, .has-element-loader .cms-element-product-listing .product-price-unit, .has-element-loader .cms-element-product-listing .product-cheapest-price-price, .has-element-loader .cms-element-product-listing .product-price {
  border-radius: 2px;
  color: transparent;
  animation: skeletonShimmer 1.5s linear 0s infinite normal forwards running;
  background: linear-gradient(to right, #bcc1c7 8%, #f9f9f9 18%, #bcc1c7 28%);
  background-size: 800px 100px;
}
.has-element-loader .cms-element-product-listing .product-rating {
  width: 50%;
}
.has-element-loader .cms-element-product-listing .product-name {
  width: 75%;
}
.has-element-loader .cms-element-product-listing .product-price {
  width: 35%;
}
.has-element-loader .cms-element-product-listing .product-wishlist-info-item {
  border-radius: 2px;
  color: transparent;
  animation: skeletonShimmer 1.5s linear 0s infinite normal forwards running;
  background: linear-gradient(to right, #bcc1c7 8%, #f9f9f9 18%, #bcc1c7 28%);
  background-size: 800px 100px;
}
.has-element-loader .cms-element-product-listing .product-wishlist-info-status {
  display: none;
}
.has-element-loader .cms-element-product-listing .product-variant-characteristics-text, .has-element-loader .cms-element-product-listing .product-wishlist-remove {
  display: none;
}
/*
Modal
==============================================
Custom styling for bootstrap modal component.

https://getbootstrap.com/docs/5.2/components/modal
*/
.modal .modal-header.only-close {
  border-bottom-color: transparent;
}
.modal .modal-close:focus {
  outline: 0;
}
.modal.is-fullscreen .modal-dialog, .modal.is-fullscreen .modal-content {
  width: 100%;
  height: 100%;
  min-height: 100%;
  position: absolute;
  max-width: 100%;
  top: 0;
  left: 0;
  margin: 0;
  overflow-y: scroll;
  box-shadow: none;
}
.modal.is-fullscreen .modal-dialog, .modal.is-fullscreen .modal-content, .modal.is-fullscreen .modal-header, .modal.is-fullscreen .modal-body, .modal.is-fullscreen .modal-footer {
  border-radius: 0;
}
/*
Language flags
==================================================
Displays a country flag the size of 14px x 11px used for language selections purposes.

inspired by: https://github.com/dhanishgajjar/css-flags

en-GB: we need to use svg for en-GB, cause it's smaller than the CSS-Version
*/
.language-flag {
  display: inline-block;
  height: 12px;
  width: 16px;
  border: 1px solid #adb5bd;
  margin-top: 1px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
}
.language-flag.country-de {
  background-image: linear-gradient(to bottom, #000 33%, #f00 33%, #f00 66%, #fc0 66%);
}
.language-flag.country-gb {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGlkPSJmbGFnLWljb24tY3NzLWdiIiB2aWV3Qm94PSIwIDAgNjQwIDQ4MCI+CiAgPHBhdGggZmlsbD0iIzAxMjE2OSIgZD0iTTAgMGg2NDB2NDgwSDB6Ii8+CiAgPHBhdGggZmlsbD0iI0ZGRiIgZD0iTTc1IDBsMjQ0IDE4MUw1NjIgMGg3OHY2Mkw0MDAgMjQxbDI0MCAxNzh2NjFoLTgwTDMyMCAzMDEgODEgNDgwSDB2LTYwbDIzOS0xNzhMMCA2NFYwaDc1eiIvPgogIDxwYXRoIGZpbGw9IiNDODEwMkUiIGQ9Ik00MjQgMjgxbDIxNiAxNTl2NDBMMzY5IDI4MWg1NXptLTE4NCAyMGw2IDM1TDU0IDQ4MEgwbDI0MC0xNzl6TTY0MCAwdjNMMzkxIDE5MWwyLTQ0TDU5MCAwaDUwek0wIDBsMjM5IDE3NmgtNjBMMCA0MlYweiIvPgogIDxwYXRoIGZpbGw9IiNGRkYiIGQ9Ik0yNDEgMHY0ODBoMTYwVjBIMjQxek0wIDE2MHYxNjBoNjQwVjE2MEgweiIvPgogIDxwYXRoIGZpbGw9IiNDODEwMkUiIGQ9Ik0wIDE5M3Y5Nmg2NDB2LTk2SDB6TTI3MyAwdjQ4MGg5NlYwaC05NnoiLz4KPC9zdmc+Cg==");
}
/*
Icons
==============================================
Basic styling for icon component plus helper classes for sizing and colors.
Credit: https://github.com/FortAwesome/Font-Awesome
*/
.icon {
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-self: center;
  font-size: inherit;
  overflow: visible;
  color: #4a545b;
}
.icon > svg {
  width: 100%;
  height: 100%;
  top: 0.25em;
  position: relative;
  fill: currentColor;
}
.icon > svg path, .icon > svg use {
  fill: currentColor;
}
.icon-primary {
  color: var(--text-color-brand-primary);
}
.icon-secondary {
  color: #691448;
}
.icon-success {
  color: #2ecc71;
}
.icon-info {
  color: #4aa3df;
}
.icon-warning {
  color: #f1c40f;
}
.icon-danger {
  color: #e74c3c;
}
.icon-light {
  color: #eee;
}
.icon-dark {
  color: #4a545b;
}
.icon-review {
  color: #fedc70;
}
.icon-fluid {
  width: 100%;
  height: 100%;
}
.icon-lg {
  width: 29.3333333333px;
  height: 29.3333333333px;
}
.icon-sm, .navigation-offcanvas-link-icon .loader {
  width: 19.25px;
  height: 19.25px;
}
.icon-xs {
  width: 16.5px;
  height: 16.5px;
}
.icon-1x {
  width: 22px;
  height: 22px;
}
.icon-2x {
  width: 44px;
  height: 44px;
}
.icon-3x {
  width: 66px;
  height: 66px;
}
.icon-4x {
  width: 88px;
  height: 88px;
}
.icon-5x {
  width: 110px;
  height: 110px;
}
.icon-6x {
  width: 132px;
  height: 132px;
}
.icon-7x {
  width: 154px;
  height: 154px;
}
.icon-8x {
  width: 176px;
  height: 176px;
}
.icon-9x {
  width: 198px;
  height: 198px;
}
.icon-10x {
  width: 220px;
  height: 220px;
}
.icon-rotate-90 svg {
  filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}
.icon-rotate-180 svg {
  filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}
.icon-rotate-270 svg {
  filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}
.icon-flip-horizontal svg {
  filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}
.icon-flip-vertical svg {
  filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1);
}
.icon-flip-both svg, .icon-flip-horizontal.icon-flip-vertical svg {
  filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(-1, -1);
}
:root .icon-rotate-90 svg, :root .icon-rotate-180 svg, :root .icon-rotate-270 svg, :root .icon-flip-horizontal svg, :root .icon-flip-vertical svg, :root .icon-flip-both svg {
  filter: none;
}
.alert-primary .icon {
  color: #691448;
}
.alert-secondary .icon {
  color: #691448;
}
.alert-success .icon {
  color: #2ecc71;
}
.alert-info .icon {
  color: #4aa3df;
}
.alert-warning .icon {
  color: #f1c40f;
}
.alert-danger .icon {
  color: #e74c3c;
}
.alert-light .icon {
  color: #f9f9f9;
}
.alert-dark .icon {
  color: #4a545b;
}
.btn-primary .icon, .address-editor-select:not(.collapsed) .icon, .address-editor-edit:not(.collapsed) .icon, .address-editor-create:not(.collapsed) .icon {
  color: #fff;
}
.btn-secondary .icon {
  color: #fff;
}
.btn-success .icon {
  color: #000;
}
.btn-info .icon {
  color: #000;
}
.btn-warning .icon {
  color: #000;
}
.btn-danger .icon {
  color: #000;
}
.btn-light .icon {
  color: #000;
}
.btn-dark .icon {
  color: #fff;
}
.btn .icon > svg {
  top: 6px;
}
.pagination .icon {
  width: 13px;
  height: 13px;
}
.pagination .icon > svg {
  top: 2px;
}
.is-left .offcanvas-close svg, .offcanvas-start .offcanvas-close svg {
  top: 0;
}
.is-right .offcanvas-close svg {
  top: 0.3rem;
}
.navigation-offcanvas-link-icon .icon > svg {
  top: 0;
}
/*
Pagination
==============================================
Custom styling for bootstrap pagination component.

https://getbootstrap.com/docs/5.2/components/pagination
*/
.pagination {
  margin-bottom: 0;
}
.pagination .page-link {
  cursor: pointer;
  margin-bottom: 0;
}
/*
CMS sections
==============================================
General styling for cms sections
*/
.cms-section {
  overflow: hidden;
}
.cms-section.bg-image {
  background-repeat: no-repeat;
  background-position: 50%;
}
.cms-section .cms-section-sidebar {
  display: flex;
}
@media (max-width: 767.98px) {
  .cms-section-sidebar-mobile-wrap {
    flex-direction: column;
  }
  .cms-section-sidebar-mobile-hidden .cms-section-sidebar-sidebar-content {
    display: none;
  }
}
/*
CMS blocks
==============================================
General styling for cms blocks and
specific styling for elements dependent on their parent block
*/
.cms-block {
  overflow: hidden;
}
.cms-block.bg-image {
  position: relative;
  background-repeat: no-repeat;
  background-position: 50%;
}
.cms-block .cms-block-background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: none;
}
.cms-block .cms-block-background.media-mode--contain {
  object-fit: contain;
}
.cms-block .cms-block-background.media-mode--cover {
  object-fit: cover;
}
.cms-block .cms-block-container .cms-block-container-row {
  flex-direction: row;
}
.cms-block-center-text .cms-element-text {
  padding: 30px;
}
.cms-block-image-three-cover .row, .cms-block-image-three-cover .account-content, .cms-block-image-three-cover .is-act-cartpage .checkout .checkout-container, .is-act-cartpage .checkout .cms-block-image-three-cover .checkout-container, .cms-block-image-three-cover .is-act-checkoutregisterpage .checkout .checkout-container, .is-act-checkoutregisterpage .checkout .cms-block-image-three-cover .checkout-container, .cms-block-image-three-cover .is-act-confirmpage .checkout .checkout-container, .is-act-confirmpage .checkout .cms-block-image-three-cover .checkout-container, .cms-block-image-three-cover .is-ctl-accountorder .checkout .checkout-container, .is-ctl-accountorder .checkout .cms-block-image-three-cover .checkout-container, .cms-block-image-three-cover .is-act-finishpage .checkout .checkout-container, .is-act-finishpage .checkout .cms-block-image-three-cover .checkout-container, .cms-block-image-three-cover body.is-act-confirmpage .checkout .checkout-container, body.is-act-confirmpage .checkout .cms-block-image-three-cover .checkout-container {
  margin: 0;
}
.cms-block-image-three-cover [class^=col-] {
  padding: 0;
}
.cms-block-image-text-bubble .cms-element-image .cms-image-container, .cms-block-image-bubble-row .cms-element-image .cms-image-container {
  height: 300px;
  width: 300px;
  margin: auto;
  border-radius: 50%;
  background-clip: padding-box;
  overflow: hidden;
}
.cms-block-image-highlight-row .cms-element-image {
  border: 12px solid #fff;
}
.cms-block-image-text-bubble .cms-element-text, .cms-block-image-text-row .cms-element-text {
  padding-top: 20px;
}
.cms-block-image-text-gallery .image-text-gallery-card {
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
}
.cms-block-image-text-gallery .cms-element-text {
  padding: 20px;
}
.cms-block-text-on-image .cms-element-text {
  padding: 30px;
  align-items: center;
  min-height: 240px;
}
.cms-block-image-text-cover .cms-element-text {
  padding-top: 30px;
}
.cms-block-image-simple-grid .left-top {
  margin-bottom: 40px;
}
.cms-block-image-simple-grid .right {
  height: 100%;
}
@media (min-width: 992px) {
  .cms-block-container .cms-block-container-row.has--sidebar {
    flex-direction: column;
  }
  .cms-block-container .cms-block-container-row.has--sidebar > div {
    flex-basis: auto;
    flex-grow: 1;
    max-width: 100%;
  }
}
@media (max-width: 767.98px) {
  .cms-block-image-text-gallery .cms-row > :not(:last-child), .cms-block-image-two-column .cms-row > :not(:last-child), .cms-block-image-three-column .cms-row > :not(:last-child), .cms-block-image-four-column .cms-row > :not(:last-child), .cms-block-image-bubble-row .cms-row > :not(:last-child), .cms-block-image-highlight-row .cms-row > :not(:last-child) {
    margin-bottom: 40px;
  }
  .cms-block-image-text .cms-row > :first-child, .cms-block-image-text-cover .cms-row > :first-child {
    margin-bottom: 40px;
  }
  .cms-block-image-simple-grid .left-bottom {
    margin-bottom: 40px;
  }
}
.cms-block-sidebar-filter {
  overflow: visible;
  /*
    The filter's col is set to "initial" because the "boundary" option
    of the filter panel bootstrap dropdown is not working otherwise.
    The "boundary" option sets the dropdown container to "static" to
    be able to "break out" of "overflow: hidden". But this interferes
    with position "relative" on surrounding columns.
    */
}
.cms-block-sidebar-filter .col-12 {
  position: initial;
}
.cms-element-product-name {
  display: inline-block;
}
.cms-element-manufacturer-logo .cms-image-link {
  height: 100%;
}
.cms-element-manufacturer-logo .cms-image-container.is-standard img {
  max-width: 200px;
  max-height: 70px;
}
/*
CMS elements
==============================================
General styling for cms elements
*/
.cms-element-image {
  position: relative;
  height: 100%;
}
.cms-element-image .cms-image {
  display: block;
  max-width: 100%;
}
.cms-element-image .cms-image-container {
  display: block;
  max-width: 100%;
  position: relative;
}
.cms-element-image .cms-image-container.is-cover {
  object-fit: contain;
  height: 100%;
}
.cms-element-image .cms-image-container.is-cover .cms-image {
  object-fit: cover;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cms-element-image .cms-image-container.is-cover .cms-image, .cms-element-image .cms-image-container.is-stretch .cms-image {
  width: 100%;
}
.cms-element-image .cms-image-link {
  display: block;
}
.cms-element-youtube-video {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cms-element-youtube-video.is--streched {
  height: 100%;
}
.cms-element-youtube-video::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: calc((9 / 16) * 100%);
}
.cms-element-youtube-video__video, .cms-element-youtube-video__placeholder {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 0 none;
}
.cms-element-youtube-video__placeholder img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cms-element-youtube-video__backdrop {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.cms-element-youtube-video__backdrop > div {
  background: rgba(255, 255, 255, 0.5);
  padding: 1rem;
}
.cms-element-vimeo-video {
  position: relative;
  width: 100%;
}
.cms-element-vimeo-video::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%;
}
.cms-element-vimeo-video__video, .cms-element-vimeo-video__placeholder {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 0 none;
}
.cms-element-vimeo-video__placeholder img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cms-element-vimeo-video__backdrop {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.cms-element-vimeo-video__backdrop > div {
  background: rgba(255, 255, 255, 0.5);
  padding: 1rem;
}
.cms-element-product-listing .cms-listing-col {
  margin-bottom: 1.5rem;
}
.cms-element-product-listing-actions {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.cms-element-product-listing-actions .sorting {
  margin-left: auto;
}
.cms-element-buy-box, .cms-element-product-box {
  width: 100%;
}
.cms-element-product-slider .cms-element-title {
  font-size: 1rem;
  font-weight: 600;
  color: #691448;
}
.cms-element-product-slider.has-border .cms-element-title {
  margin-top: 0.5rem;
}
.cms-element-text, .cms-element-image, .cms-element-product-box, .cms-element-buy-box, .cms-element-product-slider, .cms-element-image-slider, .cms-element-product-description-reviews, .cms-element-image-gallery {
  word-break: break-word;
}
.cms-element-text.has-vertical-alignment, .cms-element-image.has-vertical-alignment, .cms-element-product-box.has-vertical-alignment, .cms-element-buy-box.has-vertical-alignment, .cms-element-product-slider.has-vertical-alignment, .cms-element-image-slider.has-vertical-alignment, .cms-element-product-description-reviews.has-vertical-alignment, .cms-element-image-gallery.has-vertical-alignment {
  display: flex;
  height: 100%;
}
.cms-element-image-gallery .js-magnifier-zoom-image-container .magnifier-overlay {
  display: none;
}
@media (max-width: 991.98px) {
  .cms-element-product-listing-actions {
    flex-wrap: wrap;
    justify-content: center;
  }
  .cms-element-product-listing-actions .sorting {
    width: 100%;
    margin-top: 5px;
    margin-left: 0;
  }
}
div.card-tabs .cms-card-header {
  padding-left: 0;
  padding-right: 0;
}
.cms-element-text {
  position: relative;
}
.confirm-message {
  padding: 10% 20%;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
}
.confirm-message div.alert {
  margin-top: 1em;
}
.confirm-alert {
  padding: 1em 1em 3em;
}
@media (max-width: 767.98px) {
  .confirm-message {
    padding: 10% 0;
  }
}
/*
Form
==============================================
Custom styling for bootstrap forms.

https://getbootstrap.com/docs/5.2/forms/overview
*/
.was-validated .custom-control-input:valid ~ .custom-control-label.no-validation {
  color: inherit;
}
.was-validated .custom-control-input:valid ~ .custom-control-label.no-validation::before {
  border-color: inherit;
}
.required-fields {
  margin-bottom: 1rem;
}
.forms-boolean {
  display: block;
  border: 1px solid #C2C2c2;
  padding: 0 36px;
  margin: 12px 0;
  height: 40px;
  border-radius: 3px;
  cursor: pointer;
}
.forms-boolean.is-active {
  border-color: #691448;
}
.forms-boolean:hover {
  border-color: #691448;
  color: #691448;
}
.forms-boolean-label {
  cursor: pointer;
  height: 38px;
  line-height: 38px;
  width: 100%;
}
.forms-boolean-label::before, .forms-boolean-label::after {
  top: 11px;
}
/*
Address editor
==============================================
Custom styling for an address modal which allows the user to create and edit addresses.

based on: https://getbootstrap.com/docs/5.2/components/modal
*/
.address-editor-select, .address-editor-edit, .address-editor-create {
  cursor: pointer;
}
.address-editor-select {
  margin-bottom: 1rem;
}
.address-editor-list-wrapper, .address-editor-create-address-wrapper {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.address-editor-card {
  padding-top: 1rem;
}
.address-editor-card:not(:last-child) {
  padding-bottom: 1rem;
  border-bottom: 1px solid #C2C2c2;
}
@media (min-width: 768px) {
  .address-editor-select {
    margin-bottom: 0;
  }
}
.sorting {
  display: inline-block;
  width: 260px;
}
/*
Delivery status
==============================================
Shows the delivery status for products e.g. on detail page.
*/
.delivery-status-indicator {
  border-radius: 100%;
  background-clip: padding-box;
  display: inline-block;
  height: 10px;
  line-height: 10px;
  margin-right: 5px;
  position: relative;
  width: 10px;
}
.quickview-minimal-top, .quickview-minimal-image {
  margin-bottom: 1rem;
}
.quickview-minimal-product-manufacturer-logo {
  width: 100%;
}
@media (min-width: 768px) {
  .quickview-minimal-top {
    margin-bottom: 1.5rem;
  }
}
/*
Payment method
==============================================
Custom styling for payment form used e.g. on account and checkout pages.
*/
.payment-method-description > p {
  color: #C2C2c2;
}
.payment-method-image {
  max-height: 24px;
  max-width: 100%;
  margin-right: 0.25rem;
  margin-left: 0.25rem;
  float: right;
}
/*
Shipping method
==============================================
Custom styling for shipping form used e.g. on account and checkout pages.
*/
.shipping-method-description > p {
  color: #C2C2c2;
}
.shipping-method-image {
  max-height: 24px;
  max-width: 100%;
  margin-right: 0.25rem;
  margin-left: 0.25rem;
  float: right;
}
/*
Filter panel
==============================================
Styling for filter panel component.
This file contains the generic styling for all filter items.
*/
.filter-panel {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  margin-bottom: 8px;
}
.icon.icon-filter-panel-item-toggle {
  margin-left: 8px;
}
.icon.icon-filter-panel-item-toggle > svg {
  top: 4px;
}
.filter-panel-items-container {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  margin-bottom: 8px;
  width: 100%;
}
.filter-panel-item {
  margin-right: 12px;
  margin-bottom: 12px;
}
.filter-panel-item .filter-panel-item-toggle {
  border: 1px solid #C2C2c2;
  font-weight: 400;
}
.filter-panel-item-toggle.show {
  color: #691448;
  border-color: #691448;
}
.filter-panel-item-toggle.show .icon-filter-panel-item-toggle svg {
  color: #691448;
  transform: rotate(180deg);
}
.filter-panel-item-dropdown {
  min-width: 240px;
  max-height: 200px;
  overflow: auto;
  padding: 13px 0;
}
.filter-panel-submit {
  height: 40px;
  margin-bottom: 12px;
  border: 1px solid #691448;
  background-color: #fff;
  color: #4a545b;
}
.filter-active {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  align-items: center;
  padding: 2px 35px 2px 14px;
  border-radius: 50px;
  height: 32px;
  line-height: 26px;
  border: 1px solid #C2C2c2;
  margin-right: 6px;
  margin-bottom: 8px;
  vertical-align: top;
  position: relative;
  max-width: 245px;
}
.filter-active-preview {
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 4px;
  border: 1px solid #C2C2c2;
  margin-right: 8px;
  background-position: center center;
  background-size: cover;
  vertical-align: text-bottom;
}
.filter-active-remove {
  padding: 0 12px;
  margin: 0;
  line-height: 1;
  border: 0 none;
  font-weight: 600;
  color: #4a545b;
  font-size: 16px;
  background-color: transparent;
  appearance: none;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  height: 100%;
  bottom: 0;
  width: 35px;
  text-align: left;
}
.filter-active-remove:focus {
  outline: none;
}
.filter-active-remove:hover {
  color: #691448;
}
.btn.filter-reset-all {
  display: inline-block;
  border-radius: 50px;
  height: 32px;
  line-height: 26px;
  font-weight: 400;
  vertical-align: top;
  margin-right: 8px;
}
.is--sidebar .filter-panel, .is--sidebar .filter-panel-items-container {
  display: block;
}
.is--sidebar .filter-panel-item-dropdown {
  min-width: 100%;
  border: 1px solid #691448;
  border-top: 0;
  border-radius: 0 0 4px 4px;
}
.is--sidebar .filter-panel-item {
  margin-right: 0;
  width: 100%;
}
.is--sidebar .filter-panel-item-toggle {
  text-align: left;
  display: flex;
}
.is--sidebar .filter-panel-item-toggle[aria-expanded="true"] {
  color: #691448;
  border-color: #691448;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: 0 none;
}
.is--sidebar .filter-panel-item-toggle[aria-expanded="true"] svg {
  color: #691448;
  transform: rotate(180deg);
}
.is--sidebar .icon-filter-panel-item-toggle {
  margin-left: auto;
}
.is--sidebar .icon-filter-panel-item-toggle > svg {
  top: 0;
}
.is-loading .filter-panel-item-toggle, .is-loading .filter-active, .is-loading .filter-reset-all, .is-loading .filter-boolean, .is-loading .filter-panel-submit {
  pointer-events: none;
  opacity: 0.6;
}
.btn.filter-panel-wrapper-toggle {
  display: none;
  width: 100%;
  padding: 6px;
}
.btn.filter-panel-wrapper-toggle .icon {
  color: #691448;
  width: 20px;
  height: 20px;
  margin-right: 6px;
}
.btn.filter-panel-wrapper-toggle:hover {
  background-color: #eee;
  color: #691448;
}
.filter-panel-offcanvas-only {
  display: none;
}
.filter-panel-offcanvas-header {
  height: 80px;
  align-items: center;
  padding: 25px;
  display: none;
}
.filter-panel-offcanvas-title {
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 600;
  color: #691448;
}
.filter-panel-offcanvas-close {
  cursor: pointer;
  margin-left: auto;
}
@media (max-width: 991.98px) {
  .btn.filter-panel-wrapper-toggle {
    display: block;
  }
  .filter-panel-wrapper {
    display: none;
  }
}
.offcanvas-filter {
  overflow: hidden;
}
.offcanvas-filter .filter-panel-offcanvas-close {
  display: block;
}
.offcanvas-filter .filter-panel {
  height: calc(100% - 80px);
  overflow-y: auto;
  width: 100%;
  padding: 0 25px 25px;
}
.offcanvas-filter .filter-panel-offcanvas-header {
  display: flex;
}
.offcanvas-filter .filter-panel-offcanvas-only {
  display: inherit;
}
/*
Filter multi select
==============================================
Styling for multi select filter item.
This filter item should only be used inside a filter panel.
*/
.filter-multi-select .filter-panel-item-toggle.disabled {
  cursor: default;
}
.filter-multi-select-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.filter-multi-select-list-item {
  padding: 5px 15px;
}
.filter-multi-select-list-item.disabled {
  opacity: 0.3;
}
.filter-multi-select-list-item.disabled .filter-multi-select-item-label {
  cursor: default;
}
.filter-multi-select-item-label {
  cursor: pointer;
  margin-bottom: 0;
  padding: 0 10px;
  width: 100%;
}
.filter-multi-select-count {
  margin-left: 3px;
}
/*
Filter property select
==============================================
Styling for property select filter item.
This filter item should only be used inside a filter panel.
*/
.filter-property-select-list-item {
  display: flex;
  align-items: center;
}
.filter-property-select-preview {
  width: 32px;
  height: 32px;
  display: inline-block;
  border-radius: 4px;
  border: 1px solid #C2C2c2;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 90 90'%3E%3Cpath fill='%23cdd5db' d='M0 0h30v30H0zM30 30h30v30H30zM60 0h30v30H60zM60 60h30v30H60zM0 60h30v30H0z'/%3E%3C/svg%3E");
  background-position: center center;
  background-size: cover;
  position: relative;
  flex-shrink: 0;
}
.filter-property-select-preview-checkmark {
  width: 20px;
  height: 20px;
  background-color: #798490;
  position: absolute;
  border: 1px solid #fff;
  border-radius: 50%;
  top: -4px;
  right: -4px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.15s ease-in-out;
  opacity: 0;
  transform: translateY(-5px);
}
.filter-property-select-preview-checkmark .icon {
  width: 10px;
  height: 10px;
  color: #fff;
}
.filter-property-select-preview-checkmark .icon svg {
  top: 0;
}
.filter-property-select-checkbox {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  appearance: none;
  opacity: 0;
}
.filter-property-select-checkbox:checked ~ .filter-property-select-preview-checkmark {
  transform: translateY(0);
  opacity: 1;
}
/*
Filter boolean
==============================================
Styling for boolean filter item.
This filter item should only be used inside a filter panel.
*/
.filter-boolean {
  display: inline-block;
  border: 1px solid #C2C2c2;
  padding-left: 12px;
  padding-right: 12px;
  height: 40px;
  border-radius: 2px;
  cursor: pointer;
}
.filter-boolean.is-active {
  border-color: #691448;
}
.filter-boolean:hover {
  border-color: #691448;
  color: #691448;
}
.filter-boolean.disabled {
  cursor: default;
  background: #eee;
  border-color: #eee;
}
.filter-boolean.disabled .filter-boolean-label {
  color: #bcc1c7;
  cursor: default;
}
.filter-boolean-input {
  margin-top: 11px;
}
.filter-boolean-label {
  cursor: pointer;
  height: 38px;
  line-height: 38px;
  width: 100%;
}
/*
Filter range
==============================================
Styling for range filter item.
This filter item should only be used inside a filter panel.
*/
.filter-range-dropdown {
  padding: 0;
  overflow: hidden;
}
.filter-range-container {
  display: flex;
  align-items: flex-end;
  padding: 16px;
}
.filter-range-error {
  padding: 0 16px 16px;
  font-size: 13px;
  color: #e74c3c;
}
.filter-range-min, .filter-range-max {
  width: calc(50% - 14px);
  margin-bottom: 0;
  font-size: 11px;
  position: relative;
}
.min-input, .max-input {
  margin-bottom: 0;
  height: 28px;
  padding: 6px 10px;
  appearance: none;
}
.min-input::-webkit-inner-spin-button, .min-input::-webkit-outer-spin-button, .max-input::-webkit-inner-spin-button, .max-input::-webkit-outer-spin-button {
  appearance: none;
  margin: 0;
}
.filter-range-unit {
  position: absolute;
  bottom: 1px;
  right: 1px;
  height: 26px;
  line-height: 26px;
  font-size: 14px;
  padding: 0 10px;
  background-color: #fff;
  border-radius: 2px;
}
.filter-range-divider {
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  font-weight: 600;
}
/*
Filter rating select
==============================================
Styling for rating select filter item.
This filter item should only be used inside a filter panel.
*/
.filter-rating-select-radio {
  appearance: none;
  opacity: 0;
}
.filter-rating-select-radio:checked ~ .filter-rating-select-item-checkmark {
  transform: translateY(2px);
  opacity: 1;
}
.filter-rating-select-item-label {
  cursor: pointer;
  display: flex;
  align-items: center;
}
.filter-rating-select-item-label .product-review-rating {
  margin-right: 8px;
  display: inline-block;
  margin-top: 3px;
}
.filter-rating-select-item-label:hover .icon-review {
  color: #fed03d;
}
.filter-rating-select-item-label:hover .filter-rating-select-item-label-text {
  color: #691448;
  font-weight: 600;
}
.filter-rating-select-list-item {
  display: flex;
  position: relative;
  margin-left: 16px;
}
.filter-rating-select-list-item .filter-rating-select-item-label {
  margin-bottom: 5px;
}
.filter-rating-select-list-item:last-child.filter-rating-select-item-label {
  margin-bottom: 0;
}
.filter-rating-select-list-item.disabled {
  opacity: 0.3;
}
.filter-rating-select-list-item.disabled .icon-review {
  color: #bcc1c7;
}
.filter-rating-select-list-item.disabled .filter-rating-select-item-label {
  cursor: default;
}
.filter-rating-select-list-item.disabled:hover .filter-rating-select-item-label-text {
  color: #000;
  font-weight: 400;
}
.filter-rating-select-item-checkmark {
  width: 20px;
  height: 20px;
  background-color: #798490;
  position: absolute;
  border: 1px solid #fff;
  border-radius: 50%;
  top: -8px;
  left: -8px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.15s ease-in-out;
  opacity: 0;
  transform: translateY(-7px);
}
.filter-rating-select-item-checkmark .icon {
  width: 10px;
  height: 10px;
  color: #fff;
}
.filter-rating-select-item-checkmark .icon svg {
  top: 0;
}
.filter-multi-select-rating .filter-panel-item-dropdown {
  padding-bottom: 6px;
}
.swag-ellipsis-total-span, .swag-ellipsis-span {
  word-break: break-word;
}
.product-feature-list-list {
  list-style: none;
  padding-left: unset;
}
.product-feature-feature {
  font-size: 0.75rem;
}
.product-feature-value {
  font-weight: 600;
}
/*
Notification dot
==============================================
Styling for notification dot component.
*/
.notification-dot {
  background-color: #bcc1c7;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
}
.notification-dot.notification-dot-primary {
  background-color: #691448;
}
.notification-dot.notification-dot-secondary {
  background-color: #691448;
}
.notification-dot.notification-dot-success {
  background-color: #2ecc71;
}
.notification-dot.notification-dot-danger {
  background-color: #e74c3c;
}
.notification-dot.notification-dot-warning {
  background-color: #f1c40f;
}
.notification-dot.notification-dot-info {
  background-color: #4aa3df;
}
.notification-dot.notification-dot-light {
  background-color: #f9f9f9;
}
.notification-dot.notification-dot-dark {
  background-color: #4a545b;
}
/*
Product box for wishlist
==============================================
Styling for productbox component.
*/
.product-wishlist {
  margin-top: 10px;
}
.product-wishlist .icon-wishlist {
  width: 20px;
  height: 20px;
}
.product-wishlist .icon-wishlist svg {
  top: 0;
}
.product-wishlist-not-added .icon-wishlist-added, .product-wishlist-not-added .text-wishlist-remove {
  display: none;
}
.product-wishlist-not-added .icon-wishlist-not-added, .product-wishlist-not-added .text-wishlist-not-added {
  display: inline-flex;
}
.product-wishlist-not-added .icon-wishlist-not-added {
  animation: pulse 0.5s alternate;
}
.product-wishlist-added .icon-wishlist-added, .product-wishlist-added .text-wishlist-remove {
  display: inline-flex;
}
.product-wishlist-added .icon-wishlist-added {
  animation: pulse 0.5s alternate;
}
.product-wishlist-added .icon-wishlist-not-added, .product-wishlist-added .text-wishlist-not-added {
  display: none;
}
.product-wishlist-action-circle {
  height: 40px;
  width: 40px;
  background: #f9f9f9;
  border-radius: 50%;
  border-style: none;
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  padding: 10px;
}
.product-wishlist-action-circle::before {
  content: "";
  position: absolute;
  width: 120%;
  height: 120%;
  left: calc(50% - 24px);
  top: calc(50% - 24px);
}
.product-wishlist-action-circle:focus {
  outline: none;
}
.product-wishlist-action {
  background: transparent;
  border-style: none;
  padding: 0;
  display: inline-flex;
}
.product-wishlist-action:focus {
  outline: none;
}
.product-wishlist-btn {
  height: 40px;
  width: 40px;
}
.product-wishlist-btn-remove {
  z-index: 10;
  position: absolute;
  background: #f9f9f9;
  border-radius: 50%;
  border-style: none;
  right: 25px;
  top: 25px;
  padding: 0;
}
.product-wishlist-btn-remove:focus {
  outline: none;
}
.product-wishlist .icon-wishlist {
  width: 20px;
  height: 20px;
}
.product-wishlist .icon-wishlist svg {
  top: 0;
}
.product-wishlist .icon-wishlist-remove {
  color: #4a545b;
}
.product-wishlist-btn-content {
  text-decoration: underline;
}
.product-wishlist-btn-content-md {
  margin-left: 8px;
  font-size: 14px;
}
.product-wishlist-btn-content-sm {
  margin-left: 6px;
  font-size: 12px;
}
.product-wishlist-btn-content-disabled {
  display: none;
}
.product-wishlist-btn-content-active {
  display: inline-flex;
}
.product-wishlist-info {
  /* stylelint-disable value-no-vendor-prefix, property-no-vendor-prefix */
}
.product-wishlist-info-item {
  min-height: 2em;
  font-size: 0.75rem;
}
.product-wishlist-info-text {
  font-weight: 600;
}
.product-wishlist-info-manufacturer {
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product-wishlist-info .product-variant-characteristics-text {
  text-transform: capitalize;
}
@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.2);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.quantity-selector-group .quantity-selector-group-input {
  -moz-appearance: textfield;
  text-align: center;
  border-left: 0;
  border-right: 0;
  padding-left: 0;
  padding-right: 0;
}
.quantity-selector-group .quantity-selector-group-input::-webkit-outer-spin-button, .quantity-selector-group .quantity-selector-group-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.quantity-selector-group .btn {
  border: 1px solid #C2C2c2;
}
.quantity-selector-group .btn.btn-plus {
  border-left: 0;
}
.quantity-selector-group .btn.btn-minus {
  border-right: 0;
}
.quantity-selector-group .btn:active {
  border-color: #C2C2c2;
}
.quantity-selector-group .btn svg {
  top: 4px;
}
.swag-fade-container-shrinked {
  height: 3em;
}
.swag-fade-container-collapsed {
  height: auto;
}
.swag-fade-container {
  position: relative;
  overflow: hidden;
}
.swag-fading-link-more, .swag-fading-link-less {
  color: #691448;
  text-align: right;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 4.5em;
  height: 1.5em;
}
.swag-fading-link-more {
  background: linear-gradient(90deg, transparent, #f9f9f9 60%);
}
.swag-fade-link-hidden {
  display: none;
}
.basic-captcha-content-image {
  width: 85%;
}
.basic-captcha-content-image img {
  border: 1px solid #C2C2c2;
  border-radius: 2px;
  width: 100%;
}
.basic-captcha-content-code {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.25em;
  max-width: 440px;
}
.basic-captcha-content-refresh-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column-reverse;
  height: 42px;
  align-self: flex-end;
  border-color: #C2C2c2;
}
.basic-captcha-content-refresh-icon.btn .icon > svg {
  top: 0;
}
.basic-captcha-content-refresh-icon:hover {
  cursor: pointer;
  border-color: #691448;
  background-color: #fff;
}
.basic-captcha-content-refresh-icon:hover .icon.icon-arrow-switch {
  color: #691448;
}
.line-item {
  margin-bottom: 1rem;
}
.line-item.is-discount .line-item-total-price {
  color: #2ecc71;
}
.line-item-info {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-gutter-y);
  flex: 0 0 auto;
  width: 83.33333333%;
}
@media (min-width: 768px) {
  .line-item-info {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
}
.line-item-details {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-gutter-y);
  flex: 0 0 auto;
  width: 100%;
}
@media (min-width: 576px) {
  .line-item-details {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
}
@media (min-width: 768px) {
  .line-item-details {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
}
.line-item-quantity {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-gutter-y);
  flex: 0 0 auto;
  width: 100%;
}
@media (min-width: 576px) {
  .line-item-quantity {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
}
@media (min-width: 768px) {
  .line-item-quantity {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
}
.line-item-quantity-label {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-gutter-y);
  flex: 0 0 auto;
  width: 50%;
}
@media (min-width: 576px) {
  .line-item-quantity-label {
    flex: 0 0 auto;
    width: 100%;
  }
}
.line-item-quantity-select-wrapper {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-gutter-y);
  flex: 0 0 auto;
  width: 50%;
}
@media (min-width: 576px) {
  .line-item-quantity-select-wrapper {
    flex: 0 0 auto;
    width: 100%;
  }
}
.line-item-unit-price {
  flex: 0 0 auto;
  width: 100%;
}
@media (min-width: 576px) {
  .line-item-unit-price {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
}
@media (min-width: 768px) {
  .line-item-unit-price {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
}
.line-item-tax-price {
  flex: 0 0 auto;
  width: 100%;
}
@media (min-width: 576px) {
  .line-item-tax-price {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
}
@media (min-width: 768px) {
  .line-item-tax-price {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
}
.line-item-total-price {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-gutter-y);
  flex: 0 0 auto;
  width: 100%;
}
@media (min-width: 576px) {
  .line-item-total-price {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
}
@media (min-width: 768px) {
  .line-item-total-price {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
}
.line-item-remove {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-gutter-y);
  flex: 0 0 auto;
  width: 16.66666667%;
}
@media (min-width: 768px) {
  .line-item-remove {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
}
.is-offcanvas .line-item-info {
  flex: 0 0 auto;
  width: 83.33333333%;
}
.is-offcanvas .line-item-details {
  flex: 0 0 auto;
  width: 100%;
}
.is-offcanvas .line-item-quantity {
  flex: 0 0 auto;
  width: 100%;
}
.is-offcanvas .line-item-quantity-label {
  flex: 0 0 auto;
  width: 58.33333333%;
}
.is-offcanvas .line-item-quantity-select-wrapper {
  flex: 0 0 auto;
  width: 41.66666667%;
}
.is-offcanvas .line-item-unit-price {
  flex: 0 0 auto;
  width: 100%;
}
.is-offcanvas .line-item-tax-price {
  flex: 0 0 auto;
  width: 100%;
}
.is-offcanvas .line-item-total-price {
  flex: 0 0 auto;
  width: 100%;
}
.is-offcanvas .line-item-remove {
  flex: 0 0 auto;
  width: 16.66666667%;
}
.is-offcanvas .line-item-details-container {
  padding-left: 0;
}
@media (min-width: 768px) {
  .no-remove-button .line-item-info {
    flex: 0 0 auto;
    width: 50%;
  }
}
.line-item.is-order {
  margin-left: 20px;
  margin-right: 20px;
}
.line-item.is-order .line-item-children .line-item {
  margin-left: 0;
  margin-right: 0;
}
.line-item-info, .line-item-details, .line-item-quantity, .line-item-unit-price, .line-item-total-price, .line-item-tax-price, .line-item-remove {
  padding-right: 0.25rem;
  padding-left: 0.25rem;
}
.line-item-discount-icon, .line-item-icon {
  text-align: center;
  height: 100%;
}
.line-item-discount-icon .icon, .line-item-icon .icon {
  height: 100%;
}
.line-item-discount-icon .icon > svg, .line-item-icon .icon > svg {
  top: 0;
}
.line-item-discount .line-item-icon .icon, .line-item-promotion .line-item-icon .icon {
  color: #2ecc71;
}
.line-item-container .line-item-icon .icon {
  color: #691448;
}
.line-item-nested-icon {
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  display: flex;
  margin: 0 auto;
  width: 65px;
  height: 65px;
}
.line-item-nested-icon .icon > svg {
  top: 0;
}
.line-item-info {
  order: 1;
}
.line-item-quantity {
  order: 3;
}
.line-item-quantity-container.disabled {
  background-color: #eee;
  border: 1px solid #798490;
}
.line-item-quantity-container.disabled .icon {
  color: #bcc1c7;
}
.line-item-quantity-container.disabled input {
  background-color: #eee;
  color: #798490;
  border: 0;
}
.line-item-unit-price, .line-item-tax-price {
  order: 5;
}
.line-item-total-price {
  order: 4;
}
.line-item-remove {
  order: 2;
  text-align: right;
}
.line-item-img-container {
  text-align: center;
  width: 70px;
}
.line-item-img-link {
  display: block;
}
.line-item-img {
  width: 100%;
  height: 70px;
  object-fit: contain;
}
.line-item-info {
  margin-bottom: 1rem;
}
.line-item-total-price {
  font-weight: 600;
}
.line-item-total-price, .line-item-tax-price {
  justify-content: space-between;
  display: flex;
}
.line-item-total-price {
  justify-content: flex-end;
}
.line-item-tax-price {
  justify-content: flex-end;
}
@media (max-width: 575.98px) {
  .line-item-tax-price, .line-item-unit-price {
    font-size: 0.75rem;
    font-style: italic;
  }
}
.line-item-unit-price {
  display: none;
}
@media (min-width: 576px) {
  .line-item-unit-price {
    display: flex;
    justify-content: flex-end;
  }
}
.line-item-unit-price.is-shown {
  display: flex;
  justify-content: flex-end;
}
.is-offcanvas .line-item-unit-price {
  display: none;
  font-size: 0.75rem;
  font-style: italic;
}
.is-offcanvas .line-item-unit-price.is-shown {
  display: flex;
  justify-content: flex-end;
}
.line-item-quantity-label, .line-item-unit-price-label, .line-item-total-price-label, .line-item-tax-price-label {
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.line-item-quantity-row {
  align-items: center;
  margin-bottom: 0.5rem;
}
.line-item-quantity {
  margin-bottom: 0.5rem;
}
.line-item-details {
  padding-top: 8px;
}
.line-item-details-characteristics {
  margin: 0.5rem 0;
  font-size: 0.75rem;
}
.line-item-details-characteristics .line-item-details-characteristics-option {
  font-weight: 600;
}
.line-item-variants {
  margin-bottom: 0.5rem;
}
.line-item-variants-properties {
  display: flex;
}
.line-item-variants-properties-name {
  margin-right: 0.5rem;
}
@media (min-width: 576px) {
  .is-default .line-item-quantity-container, .is-order .line-item-quantity-container {
    margin-left: auto;
  }
  .is-default .line-item-quantity-row, .is-order .line-item-quantity-row {
    align-items: normal;
    margin-bottom: 0;
  }
  .is-default .line-item-quantity, .is-order .line-item-quantity {
    flex-direction: column;
    display: flex;
  }
  .is-default .line-item-unit-price, .is-default .line-item-total-price, .is-default .line-item-tax-price, .is-order .line-item-unit-price, .is-order .line-item-total-price, .is-order .line-item-tax-price {
    text-align: right;
  }
  .is-default .line-item-unit-price, .is-default .line-item-total-price, .is-default .line-item-tax-price, .is-order .line-item-unit-price, .is-order .line-item-total-price, .is-order .line-item-tax-price {
    justify-content: normal;
    flex-direction: column;
  }
  .is-default .line-item-tax-price, .is-order .line-item-tax-price {
    order: 4;
  }
  .is-default .line-item-total-price, .is-order .line-item-total-price {
    order: 5;
  }
}
@media (min-width: 768px) {
  .is-default .line-item-info, .is-default .line-item-quantity, .is-default .line-item-unit-price, .is-default .line-item-total-price, .is-default .line-item-tax-price, .is-default .line-item-remove, .is-order .line-item-info, .is-order .line-item-quantity, .is-order .line-item-unit-price, .is-order .line-item-total-price, .is-order .line-item-tax-price, .is-order .line-item-remove {
    order: 0;
  }
  .is-default .line-item-info, .is-order .line-item-info {
    margin-bottom: 0;
  }
  .is-default .line-item-quantity-label, .is-default .line-item-unit-price-label, .is-default .line-item-total-price-label, .is-default .line-item-tax-price-label, .is-order .line-item-quantity-label, .is-order .line-item-unit-price-label, .is-order .line-item-total-price-label, .is-order .line-item-tax-price-label {
    display: none;
  }
}
.line-item-children {
  background-color: #f9f9f9;
  font-size: 0.75rem;
  width: 100%;
  padding: 10px 20px;
  order: 10;
  margin-top: 10px;
  flex-shrink: initial;
}
.line-item-children .line-item-children-elements {
  padding: 12px 0 0;
}
.line-item-children .line-item-headline {
  padding: 0;
  font-weight: 600;
}
.line-item-children .line-item-change-button {
  width: fit-content;
  margin: 0 12px;
  font-size: 12px;
  text-decoration: underline;
  background-color: transparent;
  border-style: none;
}
.line-item-children .line-item-change-button:focus {
  outline: none;
}
.line-item-children .line-item-collapse {
  margin: 0;
}
.line-item-children .line-item-collapse-container, .line-item-children .line-item-child-label {
  padding: 0;
}
.line-item-children .line-item-child-label {
  position: relative;
}
.line-item-children .line-item-collapse-icon-container {
  padding: 0;
  text-align: right;
}
.line-item-children .line-item-collapse-button, .line-item-children .line-item-child-remove-icon {
  background-color: transparent;
  border-style: none;
}
.line-item-children .line-item-collapse-button:focus, .line-item-children .line-item-child-remove-icon:focus {
  outline: none;
}
.line-item-children .line-item-collapse-button > .line-item-collapse-icon {
  transform: rotate(180deg);
  transition: all 0.2s ease-out;
}
.line-item-children .line-item-collapse-button.collapsed > .line-item-collapse-icon {
  transform: rotate(0deg);
}
.line-item-children .line-item-children-element {
  margin: 0;
  padding: 8px 4px 0;
}
.line-item-children .line-item-children-element > .nesting-level-0 {
  list-style: none;
}
.line-item-children .line-item-children-element:last-child, .line-item-children .line-item-children-element-divider:last-child {
  border-style: none;
}
.line-item-children .line-item-child-label-bullet {
  display: list-item;
}
.line-item-children .line-item-child-total-price {
  padding: 0;
  text-align: right;
  font-weight: 600;
}
.line-item-children .line-item-child-remove-icon-container {
  padding: 0;
  text-align: right;
}
.line-item-children .line-item-children-element-divider {
  border-top: 1px solid #C2C2c2;
  margin: 1rem 0;
}
@media (min-width: 768px) {
  .line-item-children.nesting-level-1 {
    margin-left: 96px;
  }
}
@media (min-width: 992px) {
  .line-item-children.nesting-level-1 {
    margin-left: 4px;
  }
}
@media (min-width: 1200px) {
  .line-item-children.nesting-level-1 {
    margin-left: 96px;
  }
}
.is-offcanvas .line-item-children {
  margin-left: 0;
  padding-left: 12px;
  padding-right: 12px;
}
.line-item-children {
  font-size: 0.75rem;
}
.line-item-children.nesting-level-2 {
  background-color: #f0f0f0;
}
.line-item-children.nesting-level-3 {
  background-color: #ebebeb;
}
.line-item-children .line-item-details-container {
  padding-left: 0;
}
.line-item-children .line-item-headline-text {
  font-weight: normal;
}
.line-item-children .line-item-collapse {
  align-items: center;
}
.line-item {
  margin: 0;
  padding: 10px 0;
  border-bottom: 1px solid #C2C2c2;
}
.line-item:last-child {
  border-bottom: 0;
}
.line-item-nested-icon {
  background-color: #798490;
}
.line-item-img {
  padding: 0.25rem;
  border: 1px solid #C2C2c2;
  border-radius: 2px;
}
.line-item-ordernumber {
  margin-bottom: 0.5rem;
  font-size: 0.75rem;
}
.line-item-delivery-date {
  font-size: 0.75rem;
}
.line-item-variants {
  font-size: 0.75rem;
}
.line-item-variants-properties-name {
  font-weight: 600;
}
.line-item-label {
  color: #000;
  font-weight: 600;
}
a.line-item-label:hover {
  color: #691448;
  text-decoration: none;
}
.line-item-quantity-label, .line-item-unit-price-label, .line-item-total-price-label, .line-item-tax-price-label {
  color: #4a545b;
}
.line-item-total-price-value {
  text-align: right;
}
.line-item-unit-price-label {
  display: none;
}
.line-item-tax-price-label {
  display: inline;
  font-weight: normal;
  margin-right: 5px;
}
.line-item-total-price-label {
  display: none;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .line-item-unit-price-label {
    display: block;
  }
}
@media (min-width: 576px) {
  .line-item-unit-price-value-descriptor {
    display: none;
  }
  .line-item-total-price-label {
    display: block;
  }
  .line-item-tax-price-label {
    display: block;
    font-weight: bold;
    margin-right: 0;
  }
}
.is-offcanvas .line-item-unit-price-label {
  display: none;
}
.is-offcanvas .line-item-total-price-label {
  display: none;
}
.is-offcanvas .line-item-unit-price-value-descriptor {
  display: inline;
}
@media (min-width: 768px) {
  .line-item-details-container {
    padding-left: 1rem;
  }
}
.line-item-characteristics {
  margin: 0.5rem 0;
  font-size: 0.75rem;
}
.line-item-characteristics .line-item-characteristics-option {
  font-weight: 600;
}
@media (max-width: 767.98px) {
  .hidden-mobile {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .hidden-tablet {
    display: none;
  }
}
@media (min-width: 992px) {
  .hidden-desktop {
    display: none;
  }
}
/*
 * Layout-related sections
 * ----------------------- */
/*
Container
==============================================
Additional styling for bootstrap container layout.

https://getbootstrap.com/docs/5.2/layout/containers
*/
.container-main {
  padding: 20px 0;
  min-height: 200px;
}
@media (min-width: 1200px) {
  .container-main {
    min-height: 700px;
  }
}
/*
Top bar
==================================================
Contains styles for the top bar located at the top of the page.
The top bar contains the language switcher, the currency switcher and the service menu.
*/
.top-bar-nav {
  display: flex;
  justify-content: flex-end;
  min-height: 10px;
}
.top-bar-nav-item {
  display: flex;
  align-items: center;
  margin-right: 1rem;
}
.top-bar-nav-item:last-child {
  margin-right: 0;
}
.top-bar-nav-text {
  display: none;
}
.top-bar-list-label {
  display: inline-block;
  width: 100%;
  margin-bottom: 0;
}
.top-bar-list-radio {
  position: absolute;
  clip: rect(0 0 0 0);
  pointer-events: none;
}
.top-bar-list-icon {
  margin-right: 0.5rem;
}
@media (min-width: 768px) {
  .top-bar-nav-text {
    display: inline;
  }
}
/*
Header
==================================================
Contains custom styles for the header at the top of the page.
The header contains the shop logo, the search form and various actions like the offcanvas cart button.
*/
.header-row {
  padding: 0.5rem 0;
}
.header-logo-col {
  margin: 1rem 0;
}
.header-logo-main {
  text-align: center;
  display: block;
}
.header-logo-main-link {
  width: 100%;
}
.header-logo-picture {
  display: block;
  max-width: 300px;
  min-width: 200px;
  margin: auto;
}
.header-search {
  margin: 0.5rem 0;
}
.header-search-form {
  position: relative;
}
.header-search-btn .loader ~ .header-search-icon {
  display: none;
}
.header-cart-total {
  display: none;
}
.header-cart .header-cart-badge, .header-wishlist .header-wishlist-badge {
  position: absolute;
  right: -0.25rem;
}
.header-actions-btn {
  position: relative;
}
@media (min-width: 576px) {
  .header-row {
    padding-bottom: 1rem;
  }
  .header-logo-col {
    padding-bottom: 0.5rem;
  }
  .header-search-col .collapse:not(.show) {
    display: block;
  }
  .header-search {
    max-width: 400px;
    margin: auto;
  }
  .header-cart-total {
    display: inline-block;
    margin-left: 0.5rem;
  }
}
@media (min-width: 992px) {
  .header-logo-col {
    margin: 0;
  }
}
/*
Header minimal
==================================================
Contains custom styles for the minimal header which is used on checkout pages.
*/
.header-minimal {
  background: #fff;
  border-bottom: 1px solid var(--text-color-brand-primary);
}
.header-minimal.fixed-top {
  position: static;
}
.header-minimal-row {
  justify-content: space-between;
  align-items: center;
}
.header-minimal-contact {
  display: none;
}
.header-minimal-back-to-shop {
  display: flex;
  justify-content: flex-end;
}
.header-minimal-back-to-shop-button {
  color: #000;
}
.header-minimal-logo {
  display: flex;
  align-items: center;
  margin-bottom: 0.25rem;
}
.header-minimal-home {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.header-minimal-home-btn {
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (min-width: 768px) {
  .header-minimal-contact {
    display: block;
  }
  .header-minimal-logo, .header-minimal-switch {
    margin-bottom: 0;
  }
}
/*
Footer
==================================================
Contains custom styles for the footer located at the bottom of the page.
*/
.footer-column-content-inner {
  padding-bottom: 1rem;
}
.footer-column-headline {
  padding: 0.5rem 0;
  display: flex;
  justify-content: space-between;
}
.footer-column-headline .footer-minus-icon {
  display: none;
}
.footer-column-headline.show .footer-plus-icon {
  display: none;
}
.footer-column-headline.show .footer-minus-icon {
  display: block;
}
.footer-column-toggle {
  pointer-events: none;
}
.footer-link-item {
  padding: 0.5rem 0;
}
.footer-bottom {
  padding: 1rem;
}
.footer-bottom > .container, .cms-section .footer-bottom > .boxed {
  padding: 0;
}
.footer-vat, .footer-copyright, .footer-service-menu-list {
  text-align: center;
}
.footer-service-menu-list {
  padding: 1rem 0;
}
.footer-service-menu-list:empty {
  padding: 0;
  margin: 0;
}
.footer-service-menu-item {
  display: inline-block;
}
.footer-service-menu-link {
  padding: 5px 0;
  display: inline-block;
}
.footer-logos {
  padding: 1rem;
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  width: 100%;
  flex-wrap: wrap;
}
.footer-logo {
  margin-right: 1.5rem;
  margin-bottom: 0.5rem;
}
.footer-logo:last-child {
  margin-right: 0;
}
.footer-logo-image {
  max-height: 35px;
  max-width: 100px;
}
@media (min-width: 768px) {
  .footer-columns {
    padding-bottom: 20px;
  }
  .footer-column-headline {
    padding: 3rem 0 0.5rem 0;
  }
  .footer-column-toggle {
    display: none;
  }
  .footer-column-content.collapse {
    display: block;
  }
}
/*
Main navigation
==============================================
Custom styling for main navigation on larger screens.

Based on bootstrap nav:
https://getbootstrap.com/docs/5.2/components/navs-tabs
*/
.main-navigation {
  display: none;
}
@media (min-width: 992px) {
  .main-navigation {
    display: inherit;
  }
}
/*
Navigation flyout
==============================================
Custom styling for navigation flyout which opens on hover over the main navigation.
*/
.navigation-flyouts {
  position: absolute;
  z-index: 750;
  height: 0;
  width: 100%;
}
.navigation-flyout {
  width: 100%;
  box-shadow: 0 43px 43px -6px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  pointer-events: none;
  position: absolute;
  display: none;
  height: 0;
}
.navigation-flyout.is-open {
  pointer-events: all;
  display: block;
  height: auto;
}
.navigation-flyout-content {
  padding-bottom: 60px;
}
.navigation-flyout-close {
  padding: 10px 0 10px 10px;
  cursor: pointer;
}
.navigation-flyout-teaser-image-container {
  display: block;
  max-width: 100%;
  height: 250px;
}
.navigation-flyout-teaser-image {
  object-fit: cover;
  display: block;
  max-width: 100%;
  width: 100%;
  height: 100%;
}
/*
Navigation offcanvas
==============================================
Custom styling for navigation offcanvas which replaces main navigation on smaller screens.
Based on custom offcanvas component.
*/
.navigation-offcanvas {
  --bs-offcanvas-padding-x: 0;
  --bs-offcanvas-padding-y: 0;
  overflow-x: hidden;
}
.navigation-offcanvas-container {
  position: relative;
}
.navigation-offcanvas-overlay.has-transition {
  transition: left 0.5s ease-in;
}
.navigation-offcanvas-placeholder, .navigation-offcanvas-overlay {
  width: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
}
.navigation-offcanvas-actions .top-bar-nav-item {
  padding: 0 1rem;
}
.navigation-offcanvas-actions .top-bar-nav-name {
  display: inline;
}
.navigation-offcanvas-headline {
  padding: 20px 1rem 1rem;
}
.navigation-offcanvas-link-icon {
  display: inline-flex;
}
.navigation-offcanvas-link {
  transition: color 0.45s cubic-bezier(0.3, 0, 0.15, 1);
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 12px 1rem;
}
@media (prefers-reduced-motion: reduce) {
  .navigation-offcanvas-link {
    transition: none;
  }
}
.navigation-offcanvas-link.is-home-link, .navigation-offcanvas-link.is-back-link {
  justify-content: flex-start;
}
.navigation-offcanvas-link.is-home-link .navigation-offcanvas-link-icon, .navigation-offcanvas-link.is-back-link .navigation-offcanvas-link-icon {
  margin-right: 0.5rem;
}
/*
Offcanvas cart
==============================================
Extends the basic offcanvas component with additional cart styles.
*/
.offcanvas-cart .alert {
  margin-top: 1rem;
}
.offcanvas-cart .cart-item {
  padding: 1rem 0;
  position: relative;
}
.offcanvas-cart .cart-item.is-empty {
  padding-top: 0;
  border-bottom: 0;
}
.offcanvas-cart .cart-item.is-nested, .offcanvas-cart .cart-item.is-child {
  padding-left: 1rem;
}
.offcanvas-cart .cart-item.is-nested .cart-item-img {
  background: none;
  border: 0;
}
.offcanvas-cart .cart-item.is-discount .cart-item-price {
  color: #2ecc71;
}
.offcanvas-cart .cart-item-img {
  height: 75px;
  width: 75px;
}
.offcanvas-cart .cart-item-img-link {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  width: 100%;
}
.offcanvas-cart .cart-item-img-link .cart-item-img-source {
  flex: 0 0 auto;
  width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.offcanvas-cart .cart-item-details {
  margin-bottom: 1rem;
  word-break: break-word;
}
.offcanvas-cart .cart-item-details-container .cart-item-details {
  margin-right: 58px;
}
.offcanvas-cart .cart-item-children {
  margin-left: 4px;
  margin-right: 4px;
  width: 100%;
}
.offcanvas-cart .cart-item-remove {
  position: absolute;
  right: 0;
}
.offcanvas-cart .cart-quantity-price {
  justify-content: space-between;
  display: flex;
  align-items: center;
  min-height: 50px;
}
.offcanvas-cart .cart-item-price {
  font-weight: 600;
  margin-left: 1rem;
  text-align: right;
}
.offcanvas-cart .cart-item-price .cart-item-reference-price {
  color: #333;
  display: inline-block;
  line-height: 0.85rem;
}
.offcanvas-cart-items, .offcanvas-summary {
  margin: 1rem 0;
}
.offcanvas-cart-items {
  border-bottom: 1px solid #C2C2c2;
}
.offcanvas-summary-list {
  margin-bottom: 0;
}
.offcanvas-cart-promotion-form {
  margin-bottom: 1rem;
}
.offcanvas-summary .js-toggle-shipping-selection {
  text-decoration: underline;
  font-size: 90%;
  cursor: pointer;
}
.offcanvas-summary .offcanvas-shipping-preference {
  transition: max-height 0.3s ease, opacity 0.3s ease, margin 0.3s ease;
  max-height: 100px;
  height: auto;
  visibility: visible;
  opacity: 1;
}
.offcanvas-summary .offcanvas-shipping-preference--hidden {
  max-height: 0;
  visibility: hidden;
  opacity: 0;
  margin: 0 !important;
}
.offcanvas-summary .summary-value, .offcanvas-summary .shipping-value {
  text-align: right;
}
@media (max-width: 575.98px) {
  .cart-offcanvas .cart-item-price {
    order: 4;
  }
}
/*
Account menu
==================================================
Contains custom styles for the account menu which opens via click/touch on the avatar icon in the header section.
The menu opens on smaller viewports inside an offcanvas and on larger viewports inside a bootstrap dropdown.
*/
.account-menu-header {
  border-bottom: 1px solid #C2C2c2;
  font-size: 1rem;
  font-weight: 600;
  padding: 0.5rem 0;
  color: #691448;
}
.account-menu-register {
  text-align: center;
}
.account-menu-login {
  padding: 1rem 0;
  border-bottom: 1px solid #C2C2c2;
  margin-bottom: 0.25rem;
}
.account-menu-login-button {
  width: 100%;
  margin-bottom: 0.5rem;
}
.account-menu-dropdown {
  padding: 0.5rem 1rem;
  min-width: 200px;
}
.account-menu-offcanvas .account-menu-inner, .account-menu-dropdown .account-menu-inner {
  border: 0;
}
.account-menu-offcanvas .account-aside-item, .account-menu-dropdown .account-aside-item {
  padding: 0.5rem 0;
}
.account-menu-offcanvas .account-aside-footer, .account-menu-dropdown .account-aside-footer {
  background: none;
  padding: 0.25rem 0;
}
@media (min-width: 576px) {
  .account-menu .offcanvas-close {
    display: none;
  }
  .account-menu .offcanvas-body {
    padding: 0;
  }
}
/*
Search suggest
==================================================
Contains styles for the search suggest popover in the shop header.
*/
.search-suggest-container {
  position: absolute;
  top: 55px;
  left: 0;
  list-style: none;
  touch-action: manipulation;
  background: #fff;
  padding: 1rem;
  border: 1px solid #C2C2c2;
  width: 100%;
  z-index: 1000;
  box-shadow: 0 10px 25px -15px #000;
}
.search-suggest-container::after {
  transform: rotate(135deg);
  width: 12px;
  height: 12px;
  top: -7px;
  content: "";
  display: block;
  position: absolute;
  background: #fff;
  left: 48%;
  border: 1px solid #C2C2c2;
  border-top: 0 none;
  border-right: 0 none;
}
.search-suggest-product.is-active .search-suggest-product-link {
  color: #691448;
}
.search-suggest-product-link:hover, .search-suggest-total-link:hover {
  text-decoration: none;
}
.search-suggest-product-link {
  display: block;
  padding: 0.5rem 0;
}
.search-suggest-product-name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.search-suggest-product-price {
  text-align: right;
}
.search-suggest-product-list-price, .search-suggest-product-reference-price {
  color: #798490;
  text-align: right;
  display: block;
}
.search-suggest-product-image-container {
  width: 35px;
  height: 35px;
  margin: 0 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.search-suggest-product-image {
  max-width: 35px;
  max-height: 35px;
  display: block;
}
.search-suggest-total {
  padding: 0.5rem;
}
.search-suggest-no-result {
  text-align: center;
}
@media (min-width: 768px) {
  .search-suggest-container {
    width: 500px;
    left: 50%;
    transform: translateX(-50%);
  }
}
/*
Cookie permission
==============================================
Shows a cookie permission alert at the bottom of the page.
*/
.cookie-permission-container {
  display: none;
  border-top: 1px solid #C2C2c2;
  background: #fff;
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  text-align: center;
  padding: 0.5rem;
  font-size: 0.75rem;
  z-index: 1100;
}
.cookie-permission-content {
  margin-bottom: 0.5rem;
}
.cookie-permission-content a {
  display: inline-block;
}
.cookie-permission-actions {
  gap: 0.5rem;
}
@media (min-width: 768px) {
  .cookie-permission-content {
    text-align: left;
    margin-bottom: 0;
  }
}
/*
    Cookie configuration
    ==============================================
    Offcanvas containing a list of cookies which need to be manually selected by the user.
*/
.offcanvas-cookie-description, .offcanvas-cookie-list {
  margin-bottom: 32px;
  border-bottom: 1px solid #C2C2c2;
}
.offcanvas-cookie-list {
  padding-bottom: 32px;
}
.offcanvas-cookie-group {
  margin: 12px 0;
}
.offcanvas-cookie-group input ~ label {
  user-select: none;
}
.offcanvas-cookie-group input:not([disabled]) ~ label {
  cursor: pointer;
}
.offcanvas-cookie-entries {
  position: relative;
}
.offcanvas-cookie-entries .icon {
  position: absolute;
  transform: translateY(-100%);
  top: -4px;
  right: 0;
  cursor: pointer;
  user-select: none;
}
.offcanvas-cookie-entries svg {
  transform-origin: center center;
  transition: transform 0.3s ease;
}
.offcanvas-cookie-entries > p, .offcanvas-cookie-entries .offcanvas-cookie-entry {
  padding: 0 8px 0 24px;
  height: 0;
  opacity: 0;
  transition: opacity 0.3s ease, padding-top 0.3s ease;
  margin: 0;
  visibility: hidden;
  overflow: hidden;
}
.offcanvas-cookie-entries > p > p, .offcanvas-cookie-entries .offcanvas-cookie-entry > p {
  margin: 8px 0;
}
.offcanvas-cookie-entries .offcanvas-cookie-entry {
  margin-left: 24px;
  overflow: visible;
}
.offcanvas-cookie-entries .offcanvas-cookie-entry.custom-control, .offcanvas-cookie-entries .offcanvas-cookie-entry.form-check {
  min-height: unset;
}
.offcanvas-cookie-entries--active svg {
  transform: rotate(90deg);
}
.offcanvas-cookie-entries--active > p, .offcanvas-cookie-entries--active .offcanvas-cookie-entry {
  height: auto;
  opacity: 1;
  padding-top: 8px;
  visibility: visible;
}
/*
Scroll up
==============================================
Shows a scroll up button at the bottom right of the page.
*/
.scroll-up-button {
  bottom: 1.5rem;
  cursor: pointer;
  opacity: 0;
  position: fixed;
  right: 1.5rem;
  transform: scale(0);
  transition: 0.45s cubic-bezier(0.3, 0, 0.15, 1);
  visibility: hidden;
  z-index: 700;
}
.scroll-up-button.is-visible {
  opacity: 1;
  transform: scale(1);
  visibility: visible;
}
.grecaptcha-badge {
  visibility: hidden;
  opacity: 0;
}
.grecaptcha-v2-container iframe.has-error {
  border: 1px solid #dc3545;
  border-radius: 3px;
}
/*
 * Page-specific styles
 * -------------------- */
.product-detail-headline {
  margin-bottom: 3rem;
}
.product-detail-content {
  margin-bottom: 1.5rem;
}
.product-detail-content .product-breadcrumb {
  padding: 0;
  margin: 1rem 0;
}
.product-detail-name-container {
  display: flex;
  align-items: center;
}
.product-detail-name-container .product-detail-variant-characteristics {
  padding-left: 0.5rem;
  font-size: 1rem;
  font-weight: 600;
  color: #adb5bd;
}
.product-detail-buy {
  margin-bottom: 1rem;
}
.product-detail-price {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  .product-detail-price {
    font-size: 1.75rem;
  }
}
.product-detail-price-unit {
  font-size: 0.75rem;
}
.product-detail-tax {
  font-size: 1rem;
}
.product-detail-delivery-information {
  margin-bottom: 1.5rem;
}
.product-detail-form-container {
  margin-bottom: 1rem;
}
.product-detail-ordernumber-container {
  margin-bottom: 1rem;
}
.product-block-prices-grid thead {
  background-color: #f9f9f9;
}
.product-block-prices-grid th {
  font-weight: 400;
}
.product-block-prices-grid td {
  font-weight: 600;
}
.product-block-prices-grid .product-block-prices-cell {
  border: 0 none;
  padding: 10px 0 10px 16px;
  line-height: 20px;
}
.product-block-prices-grid .product-block-prices-cell.product-block-prices-cell-thin {
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 22px;
}
.product-block-prices-grid .product-block-prices-body .product-block-prices-row {
  border-top: 1px solid #eee;
}
.product-block-prices-grid .product-block-prices-body .product-block-prices-row:first-of-type {
  border-top: 0 none;
}
.product-detail-configurator-group {
  margin-bottom: 1rem;
}
.product-detail-configurator-group-title {
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.product-detail-configurator-options {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.product-detail-configurator-option {
  display: inline-flex;
  margin-right: 0.5rem;
}
.product-detail-configurator-option-input {
  display: none;
}
.product-detail-configurator-option-input + .product-detail-configurator-option-label {
  align-items: center;
  cursor: pointer;
  border: 1px solid #4a545b;
  border-radius: 2px;
  box-shadow: inset 3px 3px 0 #fff, inset -3px -3px 0 #fff;
  background-color: #fff;
  display: inline-flex;
  justify-content: center;
  height: 60px;
  min-width: 60px;
  opacity: 0.35;
  padding: 3px;
  margin-bottom: 0.5rem;
  transition: border-color 0.45s cubic-bezier(0.3, 0, 0.15, 1), background-color 0.45s cubic-bezier(0.3, 0, 0.15, 1);
}
.product-detail-configurator-option-input + .product-detail-configurator-option-label.is-display-text {
  box-shadow: none;
  height: auto;
  padding: 5px 10px;
}
.product-detail-configurator-option-input.is-combinable + .product-detail-configurator-option-label {
  opacity: 1;
  border: 1px solid #C2C2c2;
}
.product-detail-configurator-option-input:checked + .product-detail-configurator-option-label {
  border: 1px solid #691448;
}
.product-detail-configurator-option-input:checked + .product-detail-configurator-option-label.is-display-text {
  background-color: #691448;
  color: #fff;
}
.product-detail-configurator-option-input.is-combinable + .product-detail-configurator-option-label:hover, .product-detail-configurator-option-input.is-combinable + .product-detail-configurator-option-label:active, .product-detail-configurator-option-input.is-combinable + .product-detail-configurator-option-label:focus, .product-detail-configurator-option-input + .product-detail-configurator-option-label:hover, .product-detail-configurator-option-input + .product-detail-configurator-option-label:active, .product-detail-configurator-option-input + .product-detail-configurator-option-label:focus {
  border: 1px solid #691448;
}
.product-detail-configurator-option-image {
  height: 100%;
}
.product-detail-tabs-content {
  display: none;
}
.product-detail-tabs-content .offcanvas-body {
  overflow: initial;
  padding: 0;
}
.product-detail-description-text {
  margin-bottom: 1.5rem;
}
@media (min-width: 576px) {
  .product-detail-tabs-content {
    display: block;
  }
  .product-detail-tabs .offcanvas-close, .product-detail-tab-navigation-icon, .product-detail-tab-preview {
    display: none;
  }
}
@media screen and (max-width: 575px) {
  .product-detail-tab-preview {
    flex-basis: 100%;
  }
}
.product-detail-review-widget {
  margin-bottom: 1rem;
  z-index: 1;
}
.product-detail-reviews {
  margin-bottom: 1rem;
}
.product-detail-reviews .icon svg {
  top: 2px;
}
.product-detail-review-teaser-btn .product-detail-review-teaser-hide {
  display: none;
}
.product-detail-review-teaser-btn.collapsed .product-detail-review-teaser-show {
  display: none;
}
.product-detail-review-teaser-btn.collapsed .product-detail-review-teaser-hide {
  display: block;
}
.product-review-rating {
  margin-right: 1rem;
}
.product-detail-review-item-points {
  margin-bottom: 0.5rem;
}
.product-detail-review-item-content {
  word-break: break-word;
}
.product-detail-review-form-radio {
  display: none;
}
.product-detail-review-form-rating-input {
  display: flex;
  align-items: center;
}
.product-review-point svg {
  top: 0;
}
.product-review-point, .point-container {
  display: inline-block;
  position: relative;
}
.point-rating {
  display: block;
  top: 0;
  left: 0;
}
.point-rating.point-blank .icon {
  color: #eee;
}
.point-partial {
  position: absolute;
}
.product-detail-review-form-rating-text {
  margin-left: 0.5rem;
  margin-bottom: 0;
}
.product-detail-review-form-star {
  margin-right: 10px;
}
.product-detail-review-login .login-card .card-body {
  padding-top: 0;
}
.product-detail-review-language {
  margin-bottom: 1rem;
}
.product-detail-review-sortby-label {
  margin-right: 0.25rem;
}
.product-detail-review-cancel {
  margin-right: 5px;
}
.offcanvas .product-detail-review-widget {
  position: static;
}
.offcanvas .product-detail-review-form-rating-input .product-review-point {
  margin-right: 0.5rem;
}
@media (min-width: 768px) {
  .product-detail-review-widget {
    margin-bottom: 0;
  }
  .product-detail-review-sortby-form {
    justify-content: flex-end;
  }
  .product-detail-review-language {
    margin-bottom: 0;
  }
  .product-detail-review-item-points {
    padding-right: 0;
    margin-bottom: 0;
  }
  .product-detail-review-item-title {
    padding-left: 0;
  }
  .product-detail-review-form-star {
    margin-right: 5px;
  }
}
.account-recover-password-info {
  margin-bottom: 1rem;
}
.account-guest-auth-info {
  margin-bottom: 1rem;
}
.account-welcome {
  padding-top: 1rem;
  margin-bottom: 1.5rem;
}
.account-breadcrumb {
  margin-bottom: 1.5rem;
}
.account-item-children {
  background-color: #f9f9f9;
  order: 10;
  margin: 12px 0;
  padding: 16px;
}
.account-item-children .nesting-level-1 {
  margin-left: 27px;
}
.account-item-children .nesting-level-2 {
  margin-left: 45px;
}
.account-item-children .nesting-level-3 {
  margin-left: 63px;
}
.account-item-children .nesting-level-4 {
  margin-left: 81px;
}
.account-item-children .nesting-level-5 {
  margin-left: 99px;
}
.account-item-children .nesting-level-6 {
  margin-left: 117px;
}
.account-item-children .nesting-level-7 {
  margin-left: 135px;
}
.account-item-children .nesting-level-8 {
  margin-left: 153px;
}
.account-item-children .nesting-level-9 {
  margin-left: 171px;
}
.account-item-children .nesting-level-10 {
  margin-left: 189px;
}
.account-item-children .account-item-children-elements {
  padding: 12px 0 0;
}
.account-item-children .account-item-headline {
  padding: 0;
  font-weight: 600;
}
.account-item-children .account-item-collapse {
  margin: 0;
}
.account-item-children .account-item-collapse-container, .account-item-children .account-item-child-label {
  padding: 0;
}
.account-item-children .account-item-collapse-icon-container {
  padding: 0;
  text-align: right;
}
.account-item-children .account-item-collapse-button {
  background-color: transparent;
  border-style: none;
}
.account-item-children .account-item-collapse-button:focus {
  outline: none;
}
.account-item-children .account-item-collapse-button > .account-item-collapse-icon {
  transform: rotate(180deg);
  transition: all 0.2s ease-out;
}
.account-item-children .account-item-collapse-button.collapsed > .account-item-collapse-icon {
  transform: rotate(0deg);
}
.account-item-children .account-item-children-element {
  margin: 0;
  padding: 8px 4px 0;
}
.account-item-children .account-item-children-element > .nesting-level-0 {
  list-style: none;
}
.account-item-children .account-item-children-element:last-child {
  border-style: none;
}
.account-item-children .account-item-child-label-bullet {
  display: list-item;
}
.account-item-children .account-item-children-element-divider:last-child {
  display: none;
}
.account-item-children .account-item-child-total-price {
  padding: 0;
  text-align: right;
  font-weight: 600;
}
.account-item-children .account-item-children-element-divider {
  border-top: 1px solid #C2C2c2;
  margin: 1rem 0;
}
@media (max-width: 991.98px) {
  .account-content-aside {
    display: none;
  }
}
@media (min-width: 1200px) {
  .account-item-children {
    margin: 0 30px 12px 96px;
  }
}
.account .account-aside-list-group {
  flex-direction: row;
  overflow-x: auto;
  overflow-y: hidden;
}
.account-aside {
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .account-aside {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .account .account-aside-list-group {
    flex-direction: column;
    overflow: visible;
  }
}
.account-overview-card {
  margin-bottom: 3rem;
}
.register-personal {
  margin-bottom: 1rem;
}
.register-address {
  margin-bottom: 3rem;
}
.register-different-shipping {
  margin-bottom: 1rem;
}
.register-shipping {
  padding-top: 1.5rem;
}
.register-form .privacy-notice {
  margin-bottom: 1rem;
}
.login-card {
  margin-bottom: 1rem;
}
.login-advantages {
  display: none;
}
.login-password-recover {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .login-advantages {
    display: block;
  }
}
.address-card-title {
  margin-bottom: 1.5rem;
}
.address-actions-defaults {
  margin-bottom: 0.5rem;
}
.address-list {
  padding-top: 1.5rem;
}
.address-card {
  margin-bottom: 2.5rem;
}
.address-action-set-default {
  line-height: 1.5rem;
}
.address-action-delete {
  margin-left: 0.5rem;
}
.address-action-create {
  margin-bottom: 1.5rem;
}
.account-profile-personal {
  margin-bottom: 3rem;
}
.account-profile-credentials {
  margin-bottom: 1.5rem;
}
.order-table {
  margin-bottom: 1.5rem;
  border: 1px solid #C2C2c2;
  position: relative;
}
.order-table .order-item-detail {
  border-top: 0 none;
}
.order-table .order-detail-content {
  border-top: 1px solid #C2C2c2;
  padding: 0;
  box-shadow: none;
}
.order-table-header {
  display: none;
}
.order-table-header :first-child {
  position: relative;
}
.order-hide-btn .order-hide-btn-text {
  display: block;
}
.order-hide-btn .order-view-btn-text {
  display: none;
}
.order-hide-btn.collapsed .order-hide-btn-text {
  display: none;
}
.order-hide-btn.collapsed .order-view-btn-text {
  display: block;
}
.order-table-header:last-of-type, .order-wrapper:last-of-type {
  border-bottom: 0;
}
.order-table-header, .order-item-header {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.order-table-header, .order-item-header {
  padding-left: 20px;
  padding-right: 20px;
}
.order-table-header-heading, .order-table-header-order-status, .order-table-header-context-menu {
  display: inline-block;
}
.order-table-header-heading {
  max-width: 290px;
}
.order-table-header-order-status {
  font-weight: 600;
}
.order-table-header-context-menu-wrapper {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
}
.order-table-header-context-menu-wrapper, .order-table-header-heading {
  margin-top: 0.5rem;
}
.order-table-header-context-menu {
  float: right;
  border: 1px solid #C2C2c2;
  border-radius: 2px;
  width: 35px;
  height: 35px;
  padding: 0;
}
.order-table-header-context-menu::after {
  display: none;
}
.order-table-header-context-menu .icon {
  position: relative;
  margin: 5px;
}
.order-table-header-context-menu .icon > svg {
  color: #000;
  position: absolute;
  top: 0;
  left: 0;
}
.order-table-header-context-menu-content {
  padding-left: 10px;
  padding-right: 10px;
}
.order-table-header-context-menu-content-link {
  display: block;
  border: 0 none;
  padding: 0;
  width: 100%;
  color: #000;
  background: none;
  cursor: pointer;
  text-align: left;
}
.order-table-header-context-menu-content-link:hover {
  text-decoration: none;
  color: #691448;
}
.order-table-header-context-menu-content-link:active {
  outline: none;
}
.order-table-header-order-number {
  display: block;
  font-weight: 400;
  margin-bottom: 1.5rem;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.order-table-header-order-number .order-table-header-label {
  display: inline;
}
.order-table-header-order-table-body, .order-table-header-order-table-header {
  padding-left: 0;
  padding-right: 0;
}
.order-table-header-order-table-body {
  border-top: 1px solid #C2C2c2;
  font-weight: 400;
}
.order-table-header-order-table-body .order-table-header-order-table-body-cell[class*="col-"] {
  margin-top: 10px;
}
.order-table-header-order-table-body .order-table-header-order-table-body-cell[class*="col-"]:first-of-type {
  padding-left: 0;
}
.order-table-header-order-table-body .order-table-header-order-table-body-cell[class*="col-"]:last-of-type {
  padding-right: 0;
}
.order-table-header-order-table-header {
  font-weight: 600;
}
.order-table-header-order-table-header .order-table-header-order-table-header-cell[class*="col-"] {
  margin-bottom: 10px;
}
.order-table-header-order-table-header .order-table-header-order-table-header-cell[class*="col-"]:first-of-type {
  padding-left: 0;
}
.order-table-header-order-table-header .order-table-header-order-table-header-cell[class*="col-"]:last-of-type {
  padding-right: 0;
}
.order-table-header-order-table {
  width: 100%;
}
.order-table-header-label {
  display: none;
}
.payment-control input, .payment-control label {
  cursor: pointer;
}
.order-item {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.order-item-actions {
  text-align: center;
}
.order-item-label {
  float: left;
  width: 50%;
}
.order-item-value {
  width: 50%;
}
.order-table-header-context-menu-indicator {
  position: absolute;
  top: -3px;
  right: 7px;
}
.order-item-status-badge {
  /*
     * Set colors of the order status badge according to the order state.
     * The stylelint rule `selector-class-pattern` is disabled.
     * The technicalName of the order state includes underscores.
     */
  /* stylelint-disable selector-class-pattern */
  /* stylelint-enable selector-class-pattern */
}
.order-item-status-badge.order-item-status-badge-open, .order-item-status-badge.order-item-status-badge-in_progress {
  background-color: #4aa3df;
  color: #fff;
}
.order-item-status-badge.order-item-status-badge-completed {
  background-color: #2ecc71;
  color: #fff;
}
.order-item-status-badge.order-item-status-badge-failed, .order-item-status-badge.order-item-status-badge-cancelled {
  background-color: #e74c3c;
  color: #fff;
}
.order-item-status-badge .icon {
  color: currentColor;
}
.order-item-status-badge .icon svg {
  top: 5px;
}
@media (min-width: 768px) {
  .order-table-header {
    display: block;
  }
  .order-table-header, .order-item-header {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .order-item {
    padding-top: 0;
    padding-bottom: 0;
  }
  .order-item-actions {
    text-align: right;
  }
}
@media (max-width: 575.98px) {
  .order-table-header-order-table-header {
    display: none;
  }
  .order-table-header-order-table-body {
    border-top: 0;
  }
  .order-table-header-label {
    display: inline;
  }
  .order-table-header-order-number {
    margin-bottom: 0;
  }
  .order-table-header-label {
    display: block;
    float: left;
    width: 50%;
  }
  .order-table-body-value {
    width: 50%;
  }
  .order-table-header-order-status {
    margin-top: 0;
    margin-bottom: 1rem;
  }
  .order-table-header-context-menu-wrapper {
    top: 0.5rem;
    right: 1rem;
  }
  .order-table-header-context-menu-indicator {
    top: -3px;
    right: -3px;
  }
}
.edit-order {
  padding-top: 70px;
  display: flex;
  justify-content: center;
}
.edit-order-container {
  max-width: 895px;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
}
.edit-order-tos-checkbox, .edit-order-tos-label {
  cursor: pointer;
}
.edit-order-cancel-order-modal-toggle-btn {
  margin-top: 1rem;
}
.edit-order-checkout-aside {
  width: 50%;
  margin-left: 50%;
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 991.98px) {
  .edit-order {
    padding-top: 0;
  }
  .edit-order-checkout-aside {
    width: 100%;
    margin-left: 0;
  }
}
.order-detail-content {
  border-top: 1px solid #C2C2c2;
}
.order-detail-content-header {
  display: none;
}
.document-detail-content-header {
  display: block;
  border-bottom: 1px solid #bcc1c7;
  padding-bottom: 0.5rem;
}
.download-detail-content-header {
  display: block;
  border-bottom: 1px solid #bcc1c7;
  padding-bottom: 0.5rem;
}
.order-detail-content-header, .order-item-detail-footer {
  padding-left: 10px;
  padding-right: 10px;
}
.order-detail-content-body.has-element-loader {
  min-height: 70px;
  display: flex;
}
.order-detail-content-body .element-loader-backdrop {
  box-shadow: none;
}
.order-detail-content-header, .order-detail-content-row {
  margin-right: 20px;
  margin-left: 20px;
}
.order-detail-content-row {
  font-weight: 400;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.order-detail-content-row .document-item {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.order-detail-content-row .order-item:last-of-type, .order-detail-content-row .document-item:last-of-type {
  padding-right: 0;
}
.order-detail-content-row .order-item:first-of-type, .order-detail-content-row .document-item:first-of-type {
  padding-left: 0;
}
.order-detail-content-row .download-item {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.order-detail-content-row .download-item:last-of-type {
  padding-right: 0;
}
.order-detail-content-row .download-item:first-of-type {
  padding-left: 0;
}
@media (max-width: 991.98px) {
  .order-item, .document-item {
    padding-left: 0;
    padding-right: 0;
  }
}
.order-item-detail-list-item {
  margin-bottom: 1rem;
}
.order-item-detail-list-item-divider {
  border-top: 1px solid #C2C2c2;
  margin: 1rem 20px;
}
.order-item-detail-list-item:last-of-type .order-detail-content-row {
  border-bottom: 0 none;
}
.order-item-detail-list-item.is-discount .cart-item-total-price {
  color: #2ecc71;
}
.order-item-discount-icon {
  text-align: center;
}
.order-item-total {
  font-weight: 600;
}
.order-item-nested-icon {
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  display: flex;
  margin: 0 auto;
  width: 50px;
  height: 50px;
}
.order-item-nested-icon .icon > svg {
  top: 0;
}
.order-item-reorder {
  display: flex;
  justify-content: center;
}
.order-item-detail-footer {
  padding: 1rem;
}
.order-item-detail-footer dl dt.col, .order-item-detail-footer dl .is-act-confirmpage .checkout dt.checkout-aside, .is-act-confirmpage .checkout .order-item-detail-footer dl dt.checkout-aside, .order-item-detail-footer dl .is-ctl-accountorder .checkout dt.checkout-aside, .is-ctl-accountorder .checkout .order-item-detail-footer dl dt.checkout-aside, .order-item-detail-footer dl .is-act-finishpage .checkout dt.checkout-aside, .is-act-finishpage .checkout .order-item-detail-footer dl dt.checkout-aside, .order-item-detail-footer dl dt[class*="col-"] {
  margin-bottom: 0.5rem;
  padding-right: 0.5rem;
}
.order-item-detail-labels {
  margin-bottom: 0;
}
.order-item-detail-labels-value {
  font-weight: 400;
}
.order-detail-content-header {
  padding-left: 0;
  padding-right: 0;
}
.order-item-detail-summary, .order-item-detail-summary dd:last-child {
  margin-bottom: 0;
}
.order-detail-comment {
  border-top: 0;
  display: block;
  padding-top: 0;
  padding-bottom: 1rem;
}
.card-title.order-detail-comment-title {
  margin-bottom: 0;
  padding: 1rem;
}
.order-detail-comment-body {
  padding: 1rem;
}
.order-detail-comment-value {
  margin-bottom: 0;
}
.order-item-variants-properties {
  display: flex;
}
.order-item-variants-properties-name {
  margin-right: 0.5rem;
}
.order-detail-form {
  float: right;
}
.document-item-view-file {
  text-align: right;
}
.download-item-download-file {
  text-align: right;
}
.order-download-row {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.order-item-detail-footnote {
  background-color: #f9f9f9;
  padding: 0 1rem 1rem;
}
@media (min-width: 768px) {
  .order-detail-content-header {
    display: block;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .order-item-label {
    display: none;
  }
  .order-detail-content-header {
    border-bottom: 1px solid #bcc1c7;
  }
  .order-detail-content {
    border-top: 0;
  }
  .order-header-price, .order-item-price, .order-header-total, .order-item-total, .order-header-actions {
    text-align: right;
  }
  .order-header-quantity, .order-item-quantity {
    text-align: center;
  }
  .order-item-reorder {
    justify-content: flex-end;
  }
  .order-item-detail-summary dt, .order-item-detail-summary dd {
    text-align: right;
  }
  .document-item-view-file-icon-btn {
    display: none;
  }
  .download-item-view-file-icon-btn {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .document-header-date {
    display: none;
  }
  .document-item-view-file-text-btn {
    display: none;
  }
  .download-header-date {
    display: none;
  }
  .download-item-view-file-text-btn {
    display: none;
  }
}
.checkout-container {
  margin-bottom: 1.5rem;
}
.checkout-product-table {
  margin-bottom: 1.5rem;
}
.checkout-confirm-tos-checkbox, .checkout-confirm-tos-label {
  cursor: pointer;
}
.is-ctl-checkout .footer-minimal .footer-service-menu-list, .is-act-checkoutregisterpage .footer-minimal .footer-service-menu-list {
  display: block;
}
.checkout-aside-summary-label {
  font-weight: 400;
}
.checkout-aside-summary-list.display-rounded .checkout-aside-summary-total {
  font-weight: 400;
  font-size: 1rem;
}
.checkout-aside-summary-total {
  font-size: 1rem;
  font-weight: 600;
  padding-top: 13px;
  border-top: 1px solid #C2C2c2;
  margin-top: 5px;
}
.checkout-aside-summary-total-rounded {
  font-size: 1rem;
  font-weight: 600;
}
.checkout-aside-summary-label.summary-net, .checkout-aside-summary-value.summary-net {
  margin-top: 10px;
}
.checkout-aside-summary-header {
  margin-bottom: 20px;
}
.checkout-aside-summary-total {
  font-size: 1rem;
  font-weight: 600;
}
.checkout-aside-summary-value {
  text-align: right;
}
.checkout-aside-product-header {
  margin-bottom: 1.5rem;
}
.checkout-aside-item {
  margin-bottom: 1rem;
}
.checkout-aside-item .checkout-aside-item-title {
  font-weight: 600;
  margin-bottom: 0.25rem;
}
.checkout-aside-item .checkout-aside-item-characteristics {
  margin-bottom: 0.25rem;
}
.checkout-aside-item .checkout-aside-item-characteristics .checkout-aside-item-characteristics-option {
  font-weight: 600;
}
.checkout-aside-item .checkout-aside-item-link-quantity {
  margin-bottom: 0.25rem;
}
.checkout-aside-item-price {
  font-weight: 600;
  text-align: right;
}
.checkout-aside-action {
  margin-top: 1rem;
}
.checkout-aside-add-code {
  margin-top: 1rem;
}
.cart-aside-item-children {
  background-color: #f9f9f9;
  width: 100%;
  margin-top: 0.5rem;
  padding: 16px 16px 10px;
  order: 10;
}
.cart-aside-item-children .nesting-level-1 {
  margin-left: 27px;
}
.cart-aside-item-children .nesting-level-2 {
  margin-left: 45px;
}
.cart-aside-item-children .nesting-level-3 {
  margin-left: 63px;
}
.cart-aside-item-children .nesting-level-4 {
  margin-left: 81px;
}
.cart-aside-item-children .nesting-level-5 {
  margin-left: 99px;
}
.cart-aside-item-children .nesting-level-6 {
  margin-left: 117px;
}
.cart-aside-item-children .nesting-level-7 {
  margin-left: 135px;
}
.cart-aside-item-children .nesting-level-8 {
  margin-left: 153px;
}
.cart-aside-item-children .nesting-level-9 {
  margin-left: 171px;
}
.cart-aside-item-children .nesting-level-10 {
  margin-left: 189px;
}
.cart-aside-item-children .cart-aside-item-children-elements {
  padding: 12px 0 0;
}
.cart-aside-item-children .cart-aside-item-headline {
  padding: 0;
  font-weight: 600;
}
.cart-aside-item-children .cart-aside-item-change-button {
  width: fit-content;
  margin: 0 12px;
  font-size: 12px;
  text-decoration: underline;
  background-color: transparent;
  border-style: none;
}
.cart-aside-item-children .cart-aside-item-change-button:focus {
  outline: none;
}
.cart-aside-item-children .cart-aside-item-collapse {
  margin: 0;
}
.cart-aside-item-children .cart-aside-item-collapse-container, .cart-aside-item-children .cart-aside-item-child-label {
  padding: 0;
}
.cart-aside-item-children .cart-aside-item-collapse-icon-container {
  padding: 0;
  text-align: right;
}
.cart-aside-item-children .cart-aside-item-collapse-button {
  background-color: transparent;
  border-style: none;
}
.cart-aside-item-children .cart-aside-item-collapse-button:focus {
  outline: none;
}
.cart-aside-item-children .cart-aside-item-collapse-button > .cart-aside-item-collapse-icon {
  transform: rotate(180deg);
  transition: all 0.2s ease-out;
}
.cart-aside-item-children .cart-aside-item-collapse-button.collapsed > .cart-aside-item-collapse-icon {
  transform: rotate(0deg);
}
.cart-aside-item-children .cart-aside-item-children-element {
  margin: 0;
  padding: 8px 4px 0;
}
.cart-aside-item-children .cart-aside-item-children-element > .nesting-level-0 {
  list-style: none;
}
.cart-aside-item-children .cart-aside-item-children-element:last-child, .cart-aside-item-children .cart-aside-item-children-element-divider:last-child {
  border-style: none;
}
.cart-aside-item-children .cart-aside-item-child-label-bullet {
  display: list-item;
}
.cart-aside-item-children .cart-aside-item-child-total-price {
  padding: 0;
  text-align: right;
  font-weight: 600;
}
.cart-aside-item-children .cart-aside-item-children-element-divider {
  border-top: 1px solid #C2C2c2;
  margin: 1rem 0;
}
.is-act-cartpage .checkout .checkout-main {
  margin-bottom: 1.5rem;
}
.is-act-cartpage .checkout .checkout-aside-container {
  position: sticky;
  top: 0;
  z-index: 1;
}
.cart-main-header {
  margin-bottom: 1.5rem;
}
.cart-table-header {
  display: none;
}
.cart-header-unit-price, .cart-header-total-price, .cart-header-tax-price {
  text-align: right;
}
.cart-header-quantity {
  text-align: center;
}
.cart-header-row, .cart-item-row, .line-item-row {
  margin-right: -0.25rem;
  margin-left: -0.25rem;
}
.cart-header-row > .col, .is-act-confirmpage .checkout .cart-header-row > .checkout-aside, .is-ctl-accountorder .checkout .cart-header-row > .checkout-aside, .is-act-finishpage .checkout .cart-header-row > .checkout-aside, .cart-header-row > [class*="col-"], .cart-item-row > .col, .is-act-confirmpage .checkout .cart-item-row > .checkout-aside, .is-ctl-accountorder .checkout .cart-item-row > .checkout-aside, .is-act-finishpage .checkout .cart-item-row > .checkout-aside, .cart-item-row > [class*="col-"], .line-item-row > .col, .is-act-confirmpage .checkout .line-item-row > .checkout-aside, .is-ctl-accountorder .checkout .line-item-row > .checkout-aside, .is-act-finishpage .checkout .line-item-row > .checkout-aside, .line-item-row > [class*="col-"] {
  padding-right: 0.25rem;
  padding-left: 0.25rem;
}
.cart-add-product-container {
  margin-bottom: 1rem;
}
.cart-shipping-costs-container {
  align-self: center;
}
.cart-shipping-costs-btn {
  padding-left: 0;
  margin: 1px 0;
}
@media (min-width: 768px) {
  .cart-table-header {
    display: block;
  }
  .cart-add-product {
    max-width: 250px;
  }
  .cart-add-product-container {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .cart-table-header {
    display: block;
  }
}
.is-act-checkoutregisterpage .checkout {
  padding-top: 70px;
}
.is-act-checkoutregisterpage .checkout .checkout-main {
  margin-bottom: 1.5rem;
}
.register-guest-control {
  margin-bottom: 1rem;
}
.register-login-collapse-toogle {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .is-act-checkoutregisterpage .checkout .checkout-main {
    margin-bottom: 0;
  }
}
.is-act-confirmpage .checkout, .is-ctl-accountorder .checkout {
  padding-top: 70px;
}
.is-act-confirmpage .checkout .checkout-additional, .is-ctl-accountorder .checkout .checkout-additional {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.is-act-confirmpage .checkout .checkout-aside-no-offset, .is-ctl-accountorder .checkout .checkout-aside-no-offset {
  margin-left: 0;
}
.confirm-main-header, .confirm-tos, .confirm-address, .confirm-payment-shipping, .confirm-payment, .confirm-product {
  margin-bottom: 1.5rem;
}
.confirm-payment-current, .confirm-shipping-current {
  margin-bottom: 3rem;
}
.confirm-payment-current.is-invalid, .confirm-shipping-current.is-invalid {
  color: #e74c3c;
}
.confirm-method-tooltip {
  margin-left: 0.25rem;
}
.payment-method-label, .shipping-method-label {
  width: 100%;
}
.payment-method-label .payment-method-description, .payment-method-label .shipping-method-description, .shipping-method-label .payment-method-description, .shipping-method-label .shipping-method-description {
  width: 66%;
}
.confirm-checkout-collapse-trigger {
  text-underline: #691448;
}
.confirm-checkout-collapse-trigger:hover {
  cursor: pointer;
}
.confirm-checkout-collapse-trigger .icon-confirm-checkout-chevron {
  height: 1.375rem;
}
.confirm-checkout-collapse-trigger .icon-confirm-checkout-chevron > svg {
  color: #691448;
  transition: transform 0.2s ease-in-out;
}
.is-act-finishpage .checkout {
  padding-top: 70px;
}
.is-act-finishpage .checkout .checkout-additional {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.is-act-finishpage .checkout .checkout-aside-no-offset {
  margin-left: 0;
}
.finish-content {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 6rem;
}
.finish-ordernumber {
  font-size: 1rem;
  font-weight: 700;
}
.finish-teaser {
  text-align: center;
}
.finish-header {
  margin-bottom: 1.5rem;
  text-align: center;
}
.finish-ordernumber {
  text-align: center;
}
.finish-order-subtitle {
  text-align: center;
}
.finish-change-payment-wrapper {
  text-align: center;
}
.finish-action {
  text-align: center;
  margin-bottom: 3rem;
}
.finish-info {
  margin-bottom: 3rem;
}
.breadcrumb.cms-breadcrumb {
  padding-left: 20px;
  padding-right: 20px;
}
.contact-headline {
  margin-bottom: 1.5rem;
}
.contact-content {
  margin: 0 auto;
}
.newsletter-headline {
  margin-bottom: 1rem;
}
.newsletter-content {
  margin: 0 auto;
}
.search-page .filter-panel-wrapper-toggle {
  margin-bottom: 1rem;
}
.search-headline {
  text-align: center;
  margin-bottom: 1.5rem;
}
.wishlist-headline {
  margin: 0;
  height: 155px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wishlist-listing-col {
  margin-top: 86px;
}
.wishlist-listing-col .wishlist-listing-empty {
  height: 250px;
  width: 100%;
}
.wishlist-listing-col .wishlist-listing-header {
  font-weight: bold;
  color: #691448;
}
.wishlist-listing-col .wishlist-listing-description {
  font-size: 14px;
  line-height: 20px;
}
@media (min-width: 768px) {
  .wishlist-listing-header {
    margin-top: 53px;
    font-size: 36px;
    line-height: 40px;
  }
  .wishlist-listing-empty {
    max-height: 200px;
  }
}
@media (max-width: 767.98px) {
  .wishlist-listing-empty {
    max-height: 120px;
  }
  .wishlist-listing-header {
    margin-top: 48px;
    font-size: 23px;
    line-height: 34px;
  }
}
/*
Shopware skin
==================================================
Contains the imports to all Shopware skin styles.

The file organization follows the 7-1 pattern architecture
https://sass-guidelin.es/#the-7-1-pattern
*/
/*
 * Vendors
 * ------- */
/*
Inter typeface family
==================================================
Import of Inter font vendor.

https://rsms.me/inter/
*/
@supports not (font-variation-settings: normal) {
  @font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-display: fallback;
    src: url("../../515e32fbbc7e4885af870b7264bf3b3e/assets/font/Inter-Regular.woff2") format("woff2"), url("../../515e32fbbc7e4885af870b7264bf3b3e/assets/font/Inter-Regular.woff") format("woff");
  }
  @font-face {
    font-family: "Inter";
    font-style: italic;
    font-weight: 400;
    font-display: fallback;
    src: url("../../515e32fbbc7e4885af870b7264bf3b3e/assets/font/Inter-Italic.woff2") format("woff2"), url("../../515e32fbbc7e4885af870b7264bf3b3e/assets/font/Inter-Italic.woff") format("woff");
  }
  @font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 600;
    font-display: fallback;
    src: url("../../515e32fbbc7e4885af870b7264bf3b3e/assets/font/Inter-SemiBold.woff2") format("woff2"), url("../../515e32fbbc7e4885af870b7264bf3b3e/assets/font/Inter-SemiBold.woff") format("woff");
  }
  @font-face {
    font-family: "Inter";
    font-style: italic;
    font-weight: 600;
    font-display: fallback;
    src: url("../../515e32fbbc7e4885af870b7264bf3b3e/assets/font/Inter-SemiBoldItalic.woff2") format("woff2"), url("../../515e32fbbc7e4885af870b7264bf3b3e/assets/font/Inter-SemiBoldItalic.woff") format("woff");
  }
  @font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 700;
    font-display: fallback;
    src: url("../../515e32fbbc7e4885af870b7264bf3b3e/assets/font/Inter-Bold.woff2") format("woff2"), url("../../515e32fbbc7e4885af870b7264bf3b3e/assets/font/Inter-Bold.woff") format("woff");
  }
  @font-face {
    font-family: "Inter";
    font-style: italic;
    font-weight: 700;
    font-display: fallback;
    src: url("../../515e32fbbc7e4885af870b7264bf3b3e/assets/font/Inter-BoldItalic.woff2") format("woff2"), url("../../515e32fbbc7e4885af870b7264bf3b3e/assets/font/Inter-BoldItalic.woff") format("woff");
  }
}
@supports (font-variation-settings: normal) {
  @font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400 700;
    font-display: fallback;
    src: url("../../515e32fbbc7e4885af870b7264bf3b3e/assets/font/Inter-roman.cyrillic-ext.var.woff2") format("woff2 supports variations"), url("../../515e32fbbc7e4885af870b7264bf3b3e/assets/font/Inter-roman.cyrillic-ext.var.woff2") format("woff2-variations");
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
  }
  @font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400 700;
    font-display: fallback;
    src: url("../../515e32fbbc7e4885af870b7264bf3b3e/assets/font/Inter-roman.cyrillic.var.woff2") format("woff2 supports variations"), url("../../515e32fbbc7e4885af870b7264bf3b3e/assets/font/Inter-roman.cyrillic.var.woff2") format("woff2-variations");
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
  }
  @font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400 700;
    font-display: fallback;
    src: url("../../515e32fbbc7e4885af870b7264bf3b3e/assets/font/Inter-roman.greek-ext.var.woff2") format("woff2 supports variations"), url("../../515e32fbbc7e4885af870b7264bf3b3e/assets/font/Inter-roman.greek-ext.var.woff2") format("woff2-variations");
    unicode-range: U+1F00-1FFF;
  }
  @font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400 700;
    font-display: fallback;
    src: url("../../515e32fbbc7e4885af870b7264bf3b3e/assets/font/Inter-roman.greek.var.woff2") format("woff2 supports variations"), url("../../515e32fbbc7e4885af870b7264bf3b3e/assets/font/Inter-roman.greek.var.woff2") format("woff2-variations");
    unicode-range: U+0370-03FF;
  }
  @font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400 700;
    font-display: fallback;
    src: url("../../515e32fbbc7e4885af870b7264bf3b3e/assets/font/Inter-roman.vietnamese.var.woff2") format("woff2 supports variations"), url("../../515e32fbbc7e4885af870b7264bf3b3e/assets/font/Inter-roman.vietnamese.var.woff2") format("woff2-variations");
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
  }
  @font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400 700;
    font-display: fallback;
    src: url("../../515e32fbbc7e4885af870b7264bf3b3e/assets/font/Inter-roman.latin-ext.var.woff2") format("woff2 supports variations"), url("../../515e32fbbc7e4885af870b7264bf3b3e/assets/font/Inter-roman.latin-ext.var.woff2") format("woff2-variations");
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }
  @font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400 700;
    font-display: fallback;
    src: url("../../515e32fbbc7e4885af870b7264bf3b3e/assets/font/Inter-roman.latin.var.woff2") format("woff2 supports variations"), url("../../515e32fbbc7e4885af870b7264bf3b3e/assets/font/Inter-roman.latin.var.woff2") format("woff2-variations");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
  @font-face {
    font-family: "Inter";
    font-style: italic;
    font-weight: 400 700;
    font-display: fallback;
    src: url("../../515e32fbbc7e4885af870b7264bf3b3e/assets/font/Inter-italic.cyrillic-ext.var.woff2") format("woff2 supports variations"), url("../../515e32fbbc7e4885af870b7264bf3b3e/assets/font/Inter-italic.cyrillic-ext.var.woff2") format("woff2-variations");
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
  }
  @font-face {
    font-family: "Inter";
    font-style: italic;
    font-weight: 400 700;
    font-display: fallback;
    src: url("../../515e32fbbc7e4885af870b7264bf3b3e/assets/font/Inter-italic.cyrillic.var.woff2") format("woff2 supports variations"), url("../../515e32fbbc7e4885af870b7264bf3b3e/assets/font/Inter-italic.cyrillic.var.woff2") format("woff2-variations");
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
  }
  @font-face {
    font-family: "Inter";
    font-style: italic;
    font-weight: 400 700;
    font-display: fallback;
    src: url("../../515e32fbbc7e4885af870b7264bf3b3e/assets/font/Inter-italic.greek-ext.var.woff2") format("woff2 supports variations"), url("../../515e32fbbc7e4885af870b7264bf3b3e/assets/font/Inter-italic.greek-ext.var.woff2") format("woff2-variations");
    unicode-range: U+1F00-1FFF;
  }
  @font-face {
    font-family: "Inter";
    font-style: italic;
    font-weight: 400 700;
    font-display: fallback;
    src: url("../../515e32fbbc7e4885af870b7264bf3b3e/assets/font/Inter-italic.greek.var.woff2") format("woff2 supports variations"), url("../../515e32fbbc7e4885af870b7264bf3b3e/assets/font/Inter-italic.greek.var.woff2") format("woff2-variations");
    unicode-range: U+0370-03FF;
  }
  @font-face {
    font-family: "Inter";
    font-style: italic;
    font-weight: 400 700;
    font-display: fallback;
    src: url("../../515e32fbbc7e4885af870b7264bf3b3e/assets/font/Inter-italic.vietnamese.var.woff2") format("woff2 supports variations"), url("../../515e32fbbc7e4885af870b7264bf3b3e/assets/font/Inter-italic.vietnamese.var.woff2") format("woff2-variations");
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
  }
  @font-face {
    font-family: "Inter";
    font-style: italic;
    font-weight: 400 700;
    font-display: fallback;
    src: url("../../515e32fbbc7e4885af870b7264bf3b3e/assets/font/Inter-italic.latin-ext.var.woff2") format("woff2 supports variations"), url("../../515e32fbbc7e4885af870b7264bf3b3e/assets/font/Inter-italic.latin-ext.var.woff2") format("woff2-variations");
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }
  @font-face {
    font-family: "Inter";
    font-style: italic;
    font-weight: 400 700;
    font-display: fallback;
    src: url("../../515e32fbbc7e4885af870b7264bf3b3e/assets/font/Inter-italic.latin.var.woff2") format("woff2 supports variations"), url("../../515e32fbbc7e4885af870b7264bf3b3e/assets/font/Inter-italic.latin.var.woff2") format("woff2-variations");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
}
body {
  font-feature-settings: "cv02" 1, "cv03" 1, "cv04" 1;
}
/*
 * Variables, Mixins, Functions
 * ---------------------------- */
/*
 * Base stuff
 * ---------- */
/*
Base
==================================================
Contains global base styles for all pages
*/
body {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}
main {
  flex-grow: 1;
}
/*
Typography
==============================================
Custom styling for bootstrap typography.

https://getbootstrap.com/docs/5.2/content/typography
*/
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  margin-bottom: 10px;
}
h1, .h1 {
  line-height: 40px;
}
h2, .h2 {
  line-height: 34px;
}
h3, .h3 {
  line-height: 33px;
}
h4, .h4 {
  line-height: 24px;
}
h5, .h5 {
  line-height: 21px;
}
h6, .h6 {
  line-height: 20px;
}
/*
 * Components
 * ---------- */
/*
Alert
==============================================
Custom skin styling for bootstrap alert component.

https://getbootstrap.com/docs/5.2/components/alerts
*/
.alert .icon {
  margin: 0.5rem;
  flex: 0 0 auto;
}
.alert .icon svg {
  top: 0;
}
.alert-has-icon {
  align-items: normal;
}
.alert-content-container {
  padding: 0.5rem;
  flex-grow: 1;
}
.alert-primary {
  background-color: #691448;
}
.alert-primary .alert-content-container {
  background-color: #e1d0da;
  color: #691448;
}
.alert-primary .icon {
  color: #fff;
}
.alert-secondary {
  background-color: #691448;
}
.alert-secondary .alert-content-container {
  background-color: #e1d0da;
  color: #691448;
}
.alert-secondary .icon {
  color: #fff;
}
.alert-success {
  background-color: #2ecc71;
}
.alert-success .alert-content-container {
  background-color: #d5f5e3;
  color: #2ecc71;
}
.alert-success .icon {
  color: #fff;
}
.alert-info {
  background-color: #4aa3df;
}
.alert-info .alert-content-container {
  background-color: #dbedf9;
  color: #4aa3df;
}
.alert-info .icon {
  color: #fff;
}
.alert-warning {
  background-color: #f1c40f;
}
.alert-warning .alert-content-container {
  background-color: #fcf3cf;
  color: #f1c40f;
}
.alert-warning .icon {
  color: #fff;
}
.alert-danger {
  background-color: #e74c3c;
}
.alert-danger .alert-content-container {
  background-color: #fadbd8;
  color: #e74c3c;
}
.alert-danger .icon {
  color: #fff;
}
.alert-light {
  background-color: #f9f9f9;
}
.alert-light .alert-content-container {
  background-color: #fefefe;
  color: #f9f9f9;
}
.alert-light .icon {
  color: #fff;
}
.alert-dark {
  background-color: #4a545b;
}
.alert-dark .alert-content-container {
  background-color: #dbddde;
  color: #4a545b;
}
.alert-dark .icon {
  color: #fff;
}
/*
Badge
==============================================
Custom skin styling for bootstrap badge component.

https://getbootstrap.com/docs/5.2/components/badge/
*/
.badge {
  border: 0;
  box-sizing: content-box;
  height: 20px;
  line-height: 20px;
  margin: 0 5px;
  min-width: 10px;
}
.badge-lg {
  height: 28px;
  line-height: 28px;
  padding: 0 10px;
}
/*
Breadcrumb
==============================================
Custom skin styling for bootstrap breadcrumb component.

https://getbootstrap.com/docs/5.2/components/breadcrumb
*/
.breadcrumb svg {
  height: 1rem;
  width: auto;
  top: 3px;
}
.breadcrumb .breadcrumb-container {
  display: flex;
}
.breadcrumb .breadcrumb-placeholder {
  margin: 0 0.5rem;
}
.breadcrumb a {
  color: #000;
  font-size: 1rem;
}
.breadcrumb a:hover {
  color: #691448;
  text-decoration: none;
}
.breadcrumb a.is-active {
  color: #691448;
  font-weight: bolder;
}
/*
Button
==============================================
Custom skin styling for bootstrap button component.

https://getbootstrap.com/docs/5.2/components/buttons
*/
.btn {
  --bs-btn-disabled-color: #bcc1c7;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.btn-buy {
  --bs-btn-color: #ffffff;
  --bs-btn-bg: #691448;
  --bs-btn-border-color: #691448;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #59113d;
  --bs-btn-hover-border-color: #54103a;
  --bs-btn-focus-shadow-rgb: 128, 55, 99;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #54103a;
  --bs-btn-active-border-color: #4f0f36;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #691448;
  --bs-btn-disabled-border-color: #691448;
}
.btn-buy.disabled, .btn-buy:disabled {
  opacity: 1;
  background: #eee;
  border-color: #eee;
  color: #bcc1c7;
}
.btn-link {
  --bs-btn-font-weight: 600;
}
/*
Card
==============================================
Custom skin styling for bootstrap card component.

https://getbootstrap.com/docs/5.2/components/card
*/
.card-title {
  border-bottom: 1px solid #C2C2c2;
  padding-bottom: 10px;
}
/*
Custom Select
==============================================
Custom skin styling for bootstrap custom select menu.

https://getbootstrap.com/docs/5.2/forms/select
*/
.custom-select {
  cursor: pointer;
}
.custom-select:invalid {
  color: #8e8e8e;
}
.custom-select:hover {
  border-color: #691448;
  color: #691448;
}
/*
Form
==============================================
Custom skin styling for bootstrap forms.

https://getbootstrap.com/docs/5.2/forms/overview
*/
.form-group {
  margin-bottom: 20px;
}
/*
Modal
==============================================
Custom skin styling for bootstrap modal component.

https://getbootstrap.com/docs/5.2/components/modal
*/
.modal-content {
  box-shadow: var(--bs-modal-box-shadow);
}
.modal-content .modal-title {
  margin: 0;
  line-height: 1.5;
}
/*
Product box
==============================================
Styling for productbox component.
*/
.product-box {
  border-color: #C2C2c2;
  background-color: #fff;
}
.product-box .card-body {
  --bs-card-spacer-y: 1rem;
  --bs-card-spacer-x: 1rem;
}
.product-name {
  font-weight: 600;
}
.product-price {
  color: #691448;
}
/*
Tab Menu
==============================================
Custom skin styling for bootstrap card with included tab navigation.

https://getbootstrap.com/docs/5.2/components/card/#navigation
*/
.card-tabs {
  --bs-card-border-width: 0;
}
.card-tabs .card-header {
  --bs-card-cap-bg: none;
  --bs-card-cap-padding-x: 10px;
}
.card-tabs .nav-item {
  margin-right: 10px;
}
.card-tabs .nav-link {
  --bs-nav-link-padding-x: 0;
  --bs-nav-link-padding-y: 5px;
  --bs-nav-link-color: #000;
  --bs-nav-tabs-border-width: 0;
  --bs-nav-tabs-border-radius: 0;
  --bs-nav-tabs-link-hover-border-color: #691448;
  --bs-nav-link-hover-color: #691448;
  --bs-nav-tabs-link-active-color: #000;
  --bs-nav-tabs-link-active-border-color: #691448;
  border-bottom: 2px solid #C2C2c2;
}
.card-tabs .nav-link.active, .card-tabs .nav-link:hover {
  background-image: none;
}
.card-tabs .nav-link .product-cross-selling-tab-navigation {
  padding: 0;
}
.card-tabs .nav-link:hover {
  background-color: #ccc;
}
.card-tabs .card-body {
  padding-top: 30px;
}
/*
CMS blocks
==============================================
Skin styling for cms blocks and
specific skin styling for elements dependent on their parent block
*/
.cms-block-text-hero .cms-element-text hr {
  max-width: 160px;
  margin-left: auto;
  margin-right: auto;
  border: 2px solid #e9edf0;
}
/*
CMS elements
==============================================
Skin styling for cms elements
*/
.cms-element-product-listing .cms-listing-row {
  margin-right: -15px;
  margin-left: -15px;
}
.cms-element-product-listing .cms-listing-col {
  padding-right: 15px;
  padding-left: 15px;
}
.cms-element-product-listing .cms-listing-col {
  margin-bottom: 30px;
}
.cms-element-text blockquote {
  font-size: 1rem;
  font-style: italic;
  line-height: 24px;
  margin-top: 16px;
  margin-left: 20px;
  position: relative;
}
.cms-element-text blockquote::before {
  content: '"';
  font-size: 40px;
  line-height: 16px;
  color: #9aa7be;
  position: absolute;
  top: 10px;
  left: -24px;
}
.quickview-minimal-product-name {
  color: #691448;
}
.quickview-minimal-product-name:hover {
  text-decoration: none;
}
.quickview-minimal-product-number {
  font-size: 0.75rem;
}
.quickview-minimal-footer-heading {
  border-bottom: 1px solid #C2C2c2;
}
.pagination .page-link {
  line-height: 1.5;
  text-align: center;
}
@media (min-width: 576px) {
  .pagination .page-link {
    min-width: 40px;
  }
}
.pagination .page-link .icon {
  color: inherit;
}
/*
 * Layout-related sections
 * ----------------------- */
/*
Top bar
==================================================
Contains skin styles for the top bar located at the top of the page.
The top bar contains e.g. the language switcher, the currency switcher and the service menu.
*/
.top-bar-nav-btn.btn {
  color: #000;
  font-weight: 400;
  padding: 0;
  border: 0 none;
}
.top-bar-nav-btn.btn:hover, .top-bar-nav-btn.btn:hover .icon {
  color: #691448;
}
.top-bar-nav-btn.btn:focus {
  box-shadow: none;
}
.dropdown.show .top-bar-nav-btn, .dropdown.show .top-bar-nav-btn .icon {
  color: #691448;
}
.top-bar-list-item {
  color: #000;
}
.top-bar-list-item.is-checked {
  color: #691448;
}
.top-bar-list-item:hover {
  color: #691448;
  background: transparent;
  text-decoration: none;
}
.top-bar-list-item:hover .top-bar-list-label {
  cursor: pointer;
}
/*
Header
==================================================
Contains custom skin styles for the header at the top of the page.
The header contains the shop logo, the search form and various actions like the offcanvas cart button.
*/
.header-search-btn {
  background: #fafafa;
  border: 1px solid #cccccc;
  border-left: 0;
}
.header-search-btn:hover {
  border-color: #cccccc;
}
.header-search-btn:hover .icon {
  color: #691448;
}
.header-search-btn:focus {
  box-shadow: none;
}
.header-search-btn.btn:disabled {
  background: #fafafa;
  border-color: #C2C2c2;
  display: flex;
  align-items: center;
}
.header-search-input {
  border-right: 0;
}
.header-search-input:focus, .header-search-input:focus ~ .header-search-btn {
  border-color: #691448;
}
.header-actions-btn, .header-actions-btn:active, .header-actions-btn:hover {
  background: none;
  border: 0 none;
}
.header-actions-btn:hover, .header-actions-btn:hover .icon {
  color: #691448;
}
.header-actions-btn:focus {
  box-shadow: none;
}
.header-cart-total {
  color: #691448;
  font-size: 1rem;
}
@media (min-width: 576px) {
  .header-cart-badge {
    display: none;
  }
}
/*
Footer
==================================================
Contains custom skin styles for the footer located at the bottom of the page.
*/
.footer-main {
  border-top: 1px solid #C2C2c2;
}
.footer-column {
  border-bottom: 1px solid #C2C2c2;
}
.footer-column-headline {
  color: #691448;
  font-size: 1rem;
  font-weight: 600;
}
.footer-link, .footer-contact-hotline a {
  color: #000;
}
.footer-link:hover, .footer-contact-hotline a:hover {
  color: #691448;
  text-decoration: none;
}
.footer-contact-hotline a {
  display: block;
  margin: 1rem 0 0.5rem;
  font-size: 1rem;
  font-weight: 600;
}
.footer-bottom {
  background: #f9f9f9;
}
.footer-service-menu-item {
  padding-right: 1rem;
  font-weight: 600;
}
.footer-service-menu-item:last-child {
  padding-right: 0;
}
.footer-service-menu-link {
  color: inherit;
}
@media (min-width: 768px) {
  .footer-column {
    border: 0;
  }
  .footer-link-item {
    padding: 2px 0;
  }
}
/*
Main navigation
==============================================
Custom styling for main navigation on larger screens.

Based on bootstrap nav:
https://getbootstrap.com/docs/5.2/components/navs-tabs
*/
.main-navigation-menu {
  font-size: 1rem;
}
@media (min-width: 768px) {
  .main-navigation-link {
    color: #000;
    padding-left: 0;
    padding-right: 32px;
  }
  .main-navigation-link .main-navigation-link-text {
    border-bottom: 2px solid transparent;
    padding-bottom: 3px;
  }
  .main-navigation-link:hover, .main-navigation-link.is-open {
    color: #691448;
  }
  .main-navigation-link.active {
    color: #4a545b;
    font-weight: 600;
  }
  .main-navigation-link.active .main-navigation-link-text {
    border-color: #691448;
  }
}
/*
Navigation flyout
==============================================
Custom skin styling for navigation flyout which opens on hover over the main navigation.
*/
.navigation-flyout-categories:not(.is-level-0) {
  margin-left: 20px;
}
.navigation-flyout-categories.is-level-0 > .navigation-flyout-col {
  margin-bottom: 30px;
  position: relative;
}
.navigation-flyout-categories.is-level-0 > .navigation-flyout-col::before {
  border-left: 1px solid #C2C2c2;
  content: "";
  height: 100%;
  left: 15px;
  position: absolute;
  top: 0;
}
.navigation-flyout-categories.is-level-0 > .navigation-flyout-col.col-3:nth-child(4n+1), .navigation-flyout-categories.is-level-0 > .navigation-flyout-col.col-4:nth-child(3n+1) {
  border-left: 0;
}
.navigation-flyout-link {
  transition: padding 0.25s cubic-bezier(0, 0.77, 0.33, 1);
  color: #000;
  font-size: 1rem;
  margin: 0 1rem;
  padding: 0.25rem 0;
}
@media (prefers-reduced-motion: reduce) {
  .navigation-flyout-link {
    transition: none;
  }
}
.navigation-flyout-link.is-level-0 {
  font-weight: 600;
}
.navigation-flyout-link.is-level-2 {
  font-size: 1rem;
  padding: 0.125rem 0;
}
.navigation-flyout-link:hover {
  color: #691448;
  padding-left: 5px;
}
.navigation-flyout-link.active {
  color: #691448;
  font-weight: 600;
}
.navigation-flyout-bar {
  align-items: center;
  padding: 20px 0;
}
.navigation-flyout-category-link {
  font-weight: 600;
  font-size: 1rem;
}
/*
Navigation offcanvas
==============================================
Custom skin styling for navigation offcanvas which replaces main navigation on smaller screens.
Based on custom offcanvas component.
*/
.navigation-offcanvas-headline {
  font-weight: 600;
  color: #691448;
}
.navigation-offcanvas-list-item {
  background-color: #fff;
  border-top: 1px solid #bcc1c7;
}
.navigation-offcanvas-list-item:last-child {
  border-bottom: 1px solid #bcc1c7;
}
.navigation-offcanvas-link {
  color: #000;
}
.navigation-offcanvas-link.is-home-link, .navigation-offcanvas-link.is-home-link .icon {
  color: #691448;
}
.navigation-offcanvas-link.is-back-link {
  border-top: 1px solid #bcc1c7;
  font-weight: 600;
  color: #691448;
}
.navigation-offcanvas-link.is-current-category {
  color: #691448;
  font-weight: 600;
}
/*
Offcanvas cart
==============================================
Custom skin styling for the cart offcanvas.
*/
.offcanvas-cart-header-count {
  color: #798490;
  font-weight: 600;
}
.offcanvas-cart-tax {
  color: #798490;
}
/*
Search suggest
==================================================
Contains custom skin styles for the search suggest popover in the shop header.
*/
.search-suggest-product {
  border-bottom: 1px solid #C2C2c2;
}
.search-suggest-product:last-child {
  border-bottom: 0;
}
.search-suggest-product-link {
  color: #000;
}
.search-suggest-product-link:hover {
  color: #691448;
}
/*
 * Page-specific styles
 * -------------------- */
.product-detail-name {
  color: #691448;
}
.product-detail-manufacturer-logo {
  max-width: 200px;
  max-height: 70px;
}
.product-detail-price {
  color: #691448;
  margin-bottom: 0;
  font-weight: 600;
  vertical-align: middle;
}
.product-detail-price.with-list-price {
  color: #e74c3c;
  display: inline-block;
}
.product-detail-price.with-regulation-price {
  display: inline-block;
}
.product-detail-price.with-advanced-list-price {
  color: #e74c3c;
  font-size: 1rem;
  display: inline-block;
}
.product-detail-price.with-advanced-list-price {
  color: #e52427;
  font-size: 1rem;
  display: inline-block;
}
.list-price-badge {
  display: inline-block;
  background: #e74c3c;
  color: #fff;
  text-align: center;
  border-radius: 3px;
  line-height: 32px;
  height: 32px;
  width: 32px;
  font-size: 18px;
  font-weight: 600;
  vertical-align: middle;
  margin-bottom: 8px;
  margin-left: 5px;
  margin-right: 6px;
}
.product-detail-regulation-price-wrapper, .product-detail-list-price-wrapper {
  color: #691448;
  font-weight: 400;
  font-size: 12px;
  display: inline-block;
  height: 26px;
  vertical-align: bottom;
}
@media (max-width: 991.98px) {
  .product-detail-regulation-price-wrapper, .product-detail-list-price-wrapper {
    height: 22px;
  }
}
.product-detail-regulation-price-wrapper .list-price-price, .product-detail-list-price-wrapper .list-price-price {
  text-decoration: line-through;
}
.product-detail-advanced-regulation-price-wrapper, .product-detail-advanced-list-price-wrapper {
  color: #691448;
  font-weight: 400;
  font-size: 12px;
  vertical-align: bottom;
  display: block;
  padding-left: 0;
}
.product-detail-advanced-regulation-price-wrapper .list-price-price, .product-detail-advanced-list-price-wrapper .list-price-price {
  text-decoration: line-through;
}
.product-detail-advanced-regulation-price-wrapper.with-list-price, .product-detail-advanced-list-price-wrapper.with-list-price {
  padding-left: 0;
}
.product-detail-advanced-regulation-price-wrapper-no-line-through .list-price-price, .product-detail-advanced-list-price-wrapper-no-line-through .list-price-price {
  text-decoration: none;
}
@media (min-width: 576px) {
  .product-detail-advanced-list-price-wrapper {
    display: inline-block;
    padding-left: 8px;
  }
}
@media (min-width: 992px) {
  .product-detail-advanced-list-price-wrapper {
    display: block;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .product-detail-advanced-list-price-wrapper {
    display: inline-block;
    padding-left: 8px;
  }
}
.product-detail-ordernumber-label {
  font-weight: 600;
}
.product-detail-quantity-select {
  height: 100%;
}
.product-detail-tabs {
  margin-bottom: 1.5rem;
}
.product-detail-tabs .product-detail-tab-navigation {
  padding: 0;
}
.product-detail-tab-navigation-list {
  flex-direction: column;
  padding-bottom: 5px;
}
.product-detail-properties-table th, .product-detail-properties-table td {
  border: 0;
}
.product-detail-tab-preview {
  font-weight: 400;
  margin-top: 0.5rem;
}
.product-detail-tab-preview-more {
  color: #691448;
  font-weight: 600;
}
@media (max-width: 575.98px) {
  .product-detail-tabs .product-detail-tab-navigation-link {
    background: none;
    border: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    font-weight: 600;
    word-wrap: normal;
  }
}
@media (min-width: 576px) {
  .product-detail-tabs {
    margin-bottom: 0;
  }
  .product-detail-tab-navigation-list {
    border: 0;
    flex-direction: row;
    padding-bottom: 0;
  }
}
.product-detail-review-widget {
  top: 20px;
}
.product-detail-review-progressbar-container {
  height: 14px;
  margin-top: 4px;
}
.product-detail-review-progressbar-bar {
  background-color: #fedc70;
}
.product-detail-review-item {
  border-bottom: 1px solid #C2C2c2;
  margin-bottom: 10px;
}
.product-detail-review-item-date {
  color: #798490;
}
.product-detail-review-item-verify {
  text-align: right;
}
.product-detail-review-item-likebox {
  text-align: right;
}
.product-detail-review-form-star.is-active .icon {
  color: #fedc70;
}
.product-detail-review-form-star .icon:hover {
  cursor: pointer;
}
@media (min-width: 768px) {
  .product-detail-review-rating {
    display: flex;
  }
  .product-detail-review-form-footer {
    display: flex;
  }
  .product-detail-review-form-footer .product-detail-review-form-actions {
    margin-left: auto;
  }
}
@media (max-width: 575.98px) {
  .product-detail-cross-selling .product-detail-tabs-content {
    display: block;
  }
  .product-detail-cross-selling .product-cross-selling-tab-navigation {
    display: none;
  }
  .product-detail-cross-selling .tab-pane {
    margin-top: 1.5rem;
    display: block;
    opacity: 1;
  }
  .product-detail-cross-selling .tab-pane .cms-element-title {
    display: block;
  }
  .product-detail-cross-selling .tab-pane .cms-element-title-paragraph {
    margin: 0;
  }
}
.product-detail-cross-selling .card {
  margin-top: 1.5rem;
}
.product-detail-cross-selling .cms-element-title {
  display: none;
}
.account-aside-header {
  background: none;
  color: #691448;
  font-weight: 600;
}
.account-aside-item {
  border: 0;
}
.account-aside-item.is-active {
  color: #691448;
  background: #fff;
  font-weight: 600;
}
.account-aside-item:hover {
  color: #691448;
  background: #fff;
}
.account-aside-footer {
  background: none;
  margin-top: 1px;
  border-top: 1px solid #C2C2c2;
}
.account-aside-btn {
  line-height: normal;
  padding: 3px 0;
}
.account-guest-abort {
  border-top: 0;
}
@media (min-width: 768px) {
  .register-submit {
    text-align: right;
  }
}
.address-action-set-default {
  padding-left: 0;
  text-align: left;
}
.account-profile-mail-label {
  font-weight: 600;
}
.account-profile-change {
  font-weight: 600;
  font-size: 0.75rem;
}
.order-item-status-badge {
  margin: 10px 0;
}
@media (max-width: 575.98px) {
  .order-item-status-badge {
    margin-top: 0;
  }
}
.order-table-header .row, .order-table-header .account-content, .order-table-header .is-act-cartpage .checkout .checkout-container, .is-act-cartpage .checkout .order-table-header .checkout-container, .order-table-header .is-act-checkoutregisterpage .checkout .checkout-container, .is-act-checkoutregisterpage .checkout .order-table-header .checkout-container, .order-table-header .is-act-confirmpage .checkout .checkout-container, .is-act-confirmpage .checkout .order-table-header .checkout-container, .order-table-header .is-ctl-accountorder .checkout .checkout-container, .is-ctl-accountorder .checkout .order-table-header .checkout-container, .order-table-header .is-act-finishpage .checkout .checkout-container, .is-act-finishpage .checkout .order-table-header .checkout-container, .order-table-header body.is-act-confirmpage .checkout .checkout-container, body.is-act-confirmpage .checkout .order-table-header .checkout-container, .order-item-header .row, .order-item-header .account-content, .order-item-header .is-act-cartpage .checkout .checkout-container, .is-act-cartpage .checkout .order-item-header .checkout-container, .order-item-header .is-act-checkoutregisterpage .checkout .checkout-container, .is-act-checkoutregisterpage .checkout .order-item-header .checkout-container, .order-item-header .is-act-confirmpage .checkout .checkout-container, .is-act-confirmpage .checkout .order-item-header .checkout-container, .order-item-header .is-ctl-accountorder .checkout .checkout-container, .is-ctl-accountorder .checkout .order-item-header .checkout-container, .order-item-header .is-act-finishpage .checkout .checkout-container, .is-act-finishpage .checkout .order-item-header .checkout-container, .order-item-header body.is-act-confirmpage .checkout .checkout-container, body.is-act-confirmpage .checkout .order-item-header .checkout-container, .order-detail-content-header .row, .order-detail-content-header .account-content, .order-detail-content-header .is-act-cartpage .checkout .checkout-container, .is-act-cartpage .checkout .order-detail-content-header .checkout-container, .order-detail-content-header .is-act-checkoutregisterpage .checkout .checkout-container, .is-act-checkoutregisterpage .checkout .order-detail-content-header .checkout-container, .order-detail-content-header .is-act-confirmpage .checkout .checkout-container, .is-act-confirmpage .checkout .order-detail-content-header .checkout-container, .order-detail-content-header .is-ctl-accountorder .checkout .checkout-container, .is-ctl-accountorder .checkout .order-detail-content-header .checkout-container, .order-detail-content-header .is-act-finishpage .checkout .checkout-container, .is-act-finishpage .checkout .order-detail-content-header .checkout-container, .order-detail-content-header body.is-act-confirmpage .checkout .checkout-container, body.is-act-confirmpage .checkout .order-detail-content-header .checkout-container {
  margin-right: 0;
  margin-left: 0;
}
.order-table-header .row > .col, .order-table-header .account-content > .col, .order-table-header .is-act-confirmpage .checkout .account-content > .checkout-aside, .is-act-confirmpage .checkout .order-table-header .account-content > .checkout-aside, .order-table-header .is-ctl-accountorder .checkout .account-content > .checkout-aside, .is-ctl-accountorder .checkout .order-table-header .account-content > .checkout-aside, .order-table-header .is-act-finishpage .checkout .account-content > .checkout-aside, .is-act-finishpage .checkout .order-table-header .account-content > .checkout-aside, .order-table-header .is-act-cartpage .checkout .checkout-container > .col, .order-table-header .is-act-cartpage .checkout .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .is-act-confirmpage .checkout .order-table-header .is-act-cartpage .checkout .checkout-container > .checkout-aside, .order-table-header .is-act-cartpage .checkout .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .is-ctl-accountorder .checkout .order-table-header .is-act-cartpage .checkout .checkout-container > .checkout-aside, .order-table-header .is-act-cartpage .checkout .is-act-finishpage .checkout .checkout-container > .checkout-aside, .is-act-finishpage .checkout .order-table-header .is-act-cartpage .checkout .checkout-container > .checkout-aside, .is-act-cartpage .checkout .order-table-header .checkout-container > .col, .order-table-header .is-act-checkoutregisterpage .checkout .checkout-container > .col, .order-table-header .is-act-checkoutregisterpage .checkout .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .is-act-confirmpage .checkout .order-table-header .is-act-checkoutregisterpage .checkout .checkout-container > .checkout-aside, .order-table-header .is-act-checkoutregisterpage .checkout .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .is-ctl-accountorder .checkout .order-table-header .is-act-checkoutregisterpage .checkout .checkout-container > .checkout-aside, .order-table-header .is-act-checkoutregisterpage .checkout .is-act-finishpage .checkout .checkout-container > .checkout-aside, .is-act-finishpage .checkout .order-table-header .is-act-checkoutregisterpage .checkout .checkout-container > .checkout-aside, .is-act-checkoutregisterpage .checkout .order-table-header .checkout-container > .col, .order-table-header .is-act-confirmpage .checkout .checkout-container > .col, .order-table-header .is-act-confirmpage .checkout .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .is-act-confirmpage .checkout .order-table-header .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .order-table-header .is-act-confirmpage .checkout .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .is-ctl-accountorder .checkout .order-table-header .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .order-table-header .is-act-confirmpage .checkout .is-act-finishpage .checkout .checkout-container > .checkout-aside, .is-act-finishpage .checkout .order-table-header .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .is-act-confirmpage .checkout .order-table-header .checkout-container > .col, .order-table-header .is-ctl-accountorder .checkout .checkout-container > .col, .order-table-header .is-ctl-accountorder .checkout .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .is-act-confirmpage .checkout .order-table-header .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .order-table-header .is-ctl-accountorder .checkout .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .is-ctl-accountorder .checkout .order-table-header .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .order-table-header .is-ctl-accountorder .checkout .is-act-finishpage .checkout .checkout-container > .checkout-aside, .is-act-finishpage .checkout .order-table-header .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .is-ctl-accountorder .checkout .order-table-header .checkout-container > .col, .order-table-header .is-act-finishpage .checkout .checkout-container > .col, .order-table-header .is-act-finishpage .checkout .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .is-act-confirmpage .checkout .order-table-header .is-act-finishpage .checkout .checkout-container > .checkout-aside, .order-table-header .is-act-finishpage .checkout .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .is-ctl-accountorder .checkout .order-table-header .is-act-finishpage .checkout .checkout-container > .checkout-aside, .order-table-header .is-act-finishpage .checkout .is-act-finishpage .checkout .checkout-container > .checkout-aside, .is-act-finishpage .checkout .order-table-header .is-act-finishpage .checkout .checkout-container > .checkout-aside, .is-act-finishpage .checkout .order-table-header .checkout-container > .col, .order-table-header body.is-act-confirmpage .checkout .checkout-container > .col, .order-table-header body.is-act-confirmpage .checkout .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .is-act-confirmpage .checkout .order-table-header body.is-act-confirmpage .checkout .checkout-container > .checkout-aside, .order-table-header body.is-act-confirmpage .checkout .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .is-ctl-accountorder .checkout .order-table-header body.is-act-confirmpage .checkout .checkout-container > .checkout-aside, .order-table-header body.is-act-confirmpage .checkout .is-act-finishpage .checkout .checkout-container > .checkout-aside, .is-act-finishpage .checkout .order-table-header body.is-act-confirmpage .checkout .checkout-container > .checkout-aside, body.is-act-confirmpage .checkout .order-table-header .checkout-container > .col, .order-table-header .is-act-confirmpage .checkout .row > .checkout-aside, .order-table-header .is-act-confirmpage .checkout .is-act-cartpage .checkout .checkout-container > .checkout-aside, .is-act-cartpage .checkout .order-table-header .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .order-table-header .is-act-confirmpage .checkout .is-act-checkoutregisterpage .checkout .checkout-container > .checkout-aside, .is-act-checkoutregisterpage .checkout .order-table-header .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .order-table-header .is-act-confirmpage .checkout body.is-act-confirmpage .checkout .checkout-container > .checkout-aside, body.is-act-confirmpage .checkout .order-table-header .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .is-act-confirmpage .checkout .order-table-header .row > .checkout-aside, .order-table-header .is-ctl-accountorder .checkout .row > .checkout-aside, .order-table-header .is-ctl-accountorder .checkout .is-act-cartpage .checkout .checkout-container > .checkout-aside, .is-act-cartpage .checkout .order-table-header .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .order-table-header .is-ctl-accountorder .checkout .is-act-checkoutregisterpage .checkout .checkout-container > .checkout-aside, .is-act-checkoutregisterpage .checkout .order-table-header .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .order-table-header .is-ctl-accountorder .checkout body.is-act-confirmpage .checkout .checkout-container > .checkout-aside, body.is-act-confirmpage .checkout .order-table-header .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .is-ctl-accountorder .checkout .order-table-header .row > .checkout-aside, .order-table-header .is-act-finishpage .checkout .row > .checkout-aside, .order-table-header .is-act-finishpage .checkout .is-act-cartpage .checkout .checkout-container > .checkout-aside, .is-act-cartpage .checkout .order-table-header .is-act-finishpage .checkout .checkout-container > .checkout-aside, .order-table-header .is-act-finishpage .checkout .is-act-checkoutregisterpage .checkout .checkout-container > .checkout-aside, .is-act-checkoutregisterpage .checkout .order-table-header .is-act-finishpage .checkout .checkout-container > .checkout-aside, .order-table-header .is-act-finishpage .checkout body.is-act-confirmpage .checkout .checkout-container > .checkout-aside, body.is-act-confirmpage .checkout .order-table-header .is-act-finishpage .checkout .checkout-container > .checkout-aside, .is-act-finishpage .checkout .order-table-header .row > .checkout-aside, .order-table-header .row > [class*="col-"], .order-table-header .account-content > [class*="col-"], .order-table-header .is-act-cartpage .checkout .checkout-container > [class*="col-"], .is-act-cartpage .checkout .order-table-header .checkout-container > [class*="col-"], .order-table-header .is-act-checkoutregisterpage .checkout .checkout-container > [class*="col-"], .is-act-checkoutregisterpage .checkout .order-table-header .checkout-container > [class*="col-"], .order-table-header .is-act-confirmpage .checkout .checkout-container > [class*="col-"], .is-act-confirmpage .checkout .order-table-header .checkout-container > [class*="col-"], .order-table-header .is-ctl-accountorder .checkout .checkout-container > [class*="col-"], .is-ctl-accountorder .checkout .order-table-header .checkout-container > [class*="col-"], .order-table-header .is-act-finishpage .checkout .checkout-container > [class*="col-"], .is-act-finishpage .checkout .order-table-header .checkout-container > [class*="col-"], .order-table-header body.is-act-confirmpage .checkout .checkout-container > [class*="col-"], body.is-act-confirmpage .checkout .order-table-header .checkout-container > [class*="col-"], .order-item-header .row > .col, .order-item-header .account-content > .col, .order-item-header .is-act-confirmpage .checkout .account-content > .checkout-aside, .is-act-confirmpage .checkout .order-item-header .account-content > .checkout-aside, .order-item-header .is-ctl-accountorder .checkout .account-content > .checkout-aside, .is-ctl-accountorder .checkout .order-item-header .account-content > .checkout-aside, .order-item-header .is-act-finishpage .checkout .account-content > .checkout-aside, .is-act-finishpage .checkout .order-item-header .account-content > .checkout-aside, .order-item-header .is-act-cartpage .checkout .checkout-container > .col, .order-item-header .is-act-cartpage .checkout .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .is-act-confirmpage .checkout .order-item-header .is-act-cartpage .checkout .checkout-container > .checkout-aside, .order-item-header .is-act-cartpage .checkout .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .is-ctl-accountorder .checkout .order-item-header .is-act-cartpage .checkout .checkout-container > .checkout-aside, .order-item-header .is-act-cartpage .checkout .is-act-finishpage .checkout .checkout-container > .checkout-aside, .is-act-finishpage .checkout .order-item-header .is-act-cartpage .checkout .checkout-container > .checkout-aside, .is-act-cartpage .checkout .order-item-header .checkout-container > .col, .order-item-header .is-act-checkoutregisterpage .checkout .checkout-container > .col, .order-item-header .is-act-checkoutregisterpage .checkout .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .is-act-confirmpage .checkout .order-item-header .is-act-checkoutregisterpage .checkout .checkout-container > .checkout-aside, .order-item-header .is-act-checkoutregisterpage .checkout .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .is-ctl-accountorder .checkout .order-item-header .is-act-checkoutregisterpage .checkout .checkout-container > .checkout-aside, .order-item-header .is-act-checkoutregisterpage .checkout .is-act-finishpage .checkout .checkout-container > .checkout-aside, .is-act-finishpage .checkout .order-item-header .is-act-checkoutregisterpage .checkout .checkout-container > .checkout-aside, .is-act-checkoutregisterpage .checkout .order-item-header .checkout-container > .col, .order-item-header .is-act-confirmpage .checkout .checkout-container > .col, .order-item-header .is-act-confirmpage .checkout .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .is-act-confirmpage .checkout .order-item-header .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .order-item-header .is-act-confirmpage .checkout .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .is-ctl-accountorder .checkout .order-item-header .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .order-item-header .is-act-confirmpage .checkout .is-act-finishpage .checkout .checkout-container > .checkout-aside, .is-act-finishpage .checkout .order-item-header .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .is-act-confirmpage .checkout .order-item-header .checkout-container > .col, .order-item-header .is-ctl-accountorder .checkout .checkout-container > .col, .order-item-header .is-ctl-accountorder .checkout .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .is-act-confirmpage .checkout .order-item-header .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .order-item-header .is-ctl-accountorder .checkout .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .is-ctl-accountorder .checkout .order-item-header .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .order-item-header .is-ctl-accountorder .checkout .is-act-finishpage .checkout .checkout-container > .checkout-aside, .is-act-finishpage .checkout .order-item-header .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .is-ctl-accountorder .checkout .order-item-header .checkout-container > .col, .order-item-header .is-act-finishpage .checkout .checkout-container > .col, .order-item-header .is-act-finishpage .checkout .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .is-act-confirmpage .checkout .order-item-header .is-act-finishpage .checkout .checkout-container > .checkout-aside, .order-item-header .is-act-finishpage .checkout .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .is-ctl-accountorder .checkout .order-item-header .is-act-finishpage .checkout .checkout-container > .checkout-aside, .order-item-header .is-act-finishpage .checkout .is-act-finishpage .checkout .checkout-container > .checkout-aside, .is-act-finishpage .checkout .order-item-header .is-act-finishpage .checkout .checkout-container > .checkout-aside, .is-act-finishpage .checkout .order-item-header .checkout-container > .col, .order-item-header body.is-act-confirmpage .checkout .checkout-container > .col, .order-item-header body.is-act-confirmpage .checkout .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .is-act-confirmpage .checkout .order-item-header body.is-act-confirmpage .checkout .checkout-container > .checkout-aside, .order-item-header body.is-act-confirmpage .checkout .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .is-ctl-accountorder .checkout .order-item-header body.is-act-confirmpage .checkout .checkout-container > .checkout-aside, .order-item-header body.is-act-confirmpage .checkout .is-act-finishpage .checkout .checkout-container > .checkout-aside, .is-act-finishpage .checkout .order-item-header body.is-act-confirmpage .checkout .checkout-container > .checkout-aside, body.is-act-confirmpage .checkout .order-item-header .checkout-container > .col, .order-item-header .is-act-confirmpage .checkout .row > .checkout-aside, .order-item-header .is-act-confirmpage .checkout .is-act-cartpage .checkout .checkout-container > .checkout-aside, .is-act-cartpage .checkout .order-item-header .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .order-item-header .is-act-confirmpage .checkout .is-act-checkoutregisterpage .checkout .checkout-container > .checkout-aside, .is-act-checkoutregisterpage .checkout .order-item-header .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .order-item-header .is-act-confirmpage .checkout body.is-act-confirmpage .checkout .checkout-container > .checkout-aside, body.is-act-confirmpage .checkout .order-item-header .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .is-act-confirmpage .checkout .order-item-header .row > .checkout-aside, .order-item-header .is-ctl-accountorder .checkout .row > .checkout-aside, .order-item-header .is-ctl-accountorder .checkout .is-act-cartpage .checkout .checkout-container > .checkout-aside, .is-act-cartpage .checkout .order-item-header .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .order-item-header .is-ctl-accountorder .checkout .is-act-checkoutregisterpage .checkout .checkout-container > .checkout-aside, .is-act-checkoutregisterpage .checkout .order-item-header .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .order-item-header .is-ctl-accountorder .checkout body.is-act-confirmpage .checkout .checkout-container > .checkout-aside, body.is-act-confirmpage .checkout .order-item-header .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .is-ctl-accountorder .checkout .order-item-header .row > .checkout-aside, .order-item-header .is-act-finishpage .checkout .row > .checkout-aside, .order-item-header .is-act-finishpage .checkout .is-act-cartpage .checkout .checkout-container > .checkout-aside, .is-act-cartpage .checkout .order-item-header .is-act-finishpage .checkout .checkout-container > .checkout-aside, .order-item-header .is-act-finishpage .checkout .is-act-checkoutregisterpage .checkout .checkout-container > .checkout-aside, .is-act-checkoutregisterpage .checkout .order-item-header .is-act-finishpage .checkout .checkout-container > .checkout-aside, .order-item-header .is-act-finishpage .checkout body.is-act-confirmpage .checkout .checkout-container > .checkout-aside, body.is-act-confirmpage .checkout .order-item-header .is-act-finishpage .checkout .checkout-container > .checkout-aside, .is-act-finishpage .checkout .order-item-header .row > .checkout-aside, .order-item-header .row > [class*="col-"], .order-item-header .account-content > [class*="col-"], .order-item-header .is-act-cartpage .checkout .checkout-container > [class*="col-"], .is-act-cartpage .checkout .order-item-header .checkout-container > [class*="col-"], .order-item-header .is-act-checkoutregisterpage .checkout .checkout-container > [class*="col-"], .is-act-checkoutregisterpage .checkout .order-item-header .checkout-container > [class*="col-"], .order-item-header .is-act-confirmpage .checkout .checkout-container > [class*="col-"], .is-act-confirmpage .checkout .order-item-header .checkout-container > [class*="col-"], .order-item-header .is-ctl-accountorder .checkout .checkout-container > [class*="col-"], .is-ctl-accountorder .checkout .order-item-header .checkout-container > [class*="col-"], .order-item-header .is-act-finishpage .checkout .checkout-container > [class*="col-"], .is-act-finishpage .checkout .order-item-header .checkout-container > [class*="col-"], .order-item-header body.is-act-confirmpage .checkout .checkout-container > [class*="col-"], body.is-act-confirmpage .checkout .order-item-header .checkout-container > [class*="col-"], .order-detail-content-header .row > .col, .order-detail-content-header .account-content > .col, .order-detail-content-header .is-act-confirmpage .checkout .account-content > .checkout-aside, .is-act-confirmpage .checkout .order-detail-content-header .account-content > .checkout-aside, .order-detail-content-header .is-ctl-accountorder .checkout .account-content > .checkout-aside, .is-ctl-accountorder .checkout .order-detail-content-header .account-content > .checkout-aside, .order-detail-content-header .is-act-finishpage .checkout .account-content > .checkout-aside, .is-act-finishpage .checkout .order-detail-content-header .account-content > .checkout-aside, .order-detail-content-header .is-act-cartpage .checkout .checkout-container > .col, .order-detail-content-header .is-act-cartpage .checkout .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .is-act-confirmpage .checkout .order-detail-content-header .is-act-cartpage .checkout .checkout-container > .checkout-aside, .order-detail-content-header .is-act-cartpage .checkout .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .is-ctl-accountorder .checkout .order-detail-content-header .is-act-cartpage .checkout .checkout-container > .checkout-aside, .order-detail-content-header .is-act-cartpage .checkout .is-act-finishpage .checkout .checkout-container > .checkout-aside, .is-act-finishpage .checkout .order-detail-content-header .is-act-cartpage .checkout .checkout-container > .checkout-aside, .is-act-cartpage .checkout .order-detail-content-header .checkout-container > .col, .order-detail-content-header .is-act-checkoutregisterpage .checkout .checkout-container > .col, .order-detail-content-header .is-act-checkoutregisterpage .checkout .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .is-act-confirmpage .checkout .order-detail-content-header .is-act-checkoutregisterpage .checkout .checkout-container > .checkout-aside, .order-detail-content-header .is-act-checkoutregisterpage .checkout .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .is-ctl-accountorder .checkout .order-detail-content-header .is-act-checkoutregisterpage .checkout .checkout-container > .checkout-aside, .order-detail-content-header .is-act-checkoutregisterpage .checkout .is-act-finishpage .checkout .checkout-container > .checkout-aside, .is-act-finishpage .checkout .order-detail-content-header .is-act-checkoutregisterpage .checkout .checkout-container > .checkout-aside, .is-act-checkoutregisterpage .checkout .order-detail-content-header .checkout-container > .col, .order-detail-content-header .is-act-confirmpage .checkout .checkout-container > .col, .order-detail-content-header .is-act-confirmpage .checkout .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .is-act-confirmpage .checkout .order-detail-content-header .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .order-detail-content-header .is-act-confirmpage .checkout .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .is-ctl-accountorder .checkout .order-detail-content-header .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .order-detail-content-header .is-act-confirmpage .checkout .is-act-finishpage .checkout .checkout-container > .checkout-aside, .is-act-finishpage .checkout .order-detail-content-header .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .is-act-confirmpage .checkout .order-detail-content-header .checkout-container > .col, .order-detail-content-header .is-ctl-accountorder .checkout .checkout-container > .col, .order-detail-content-header .is-ctl-accountorder .checkout .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .is-act-confirmpage .checkout .order-detail-content-header .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .order-detail-content-header .is-ctl-accountorder .checkout .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .is-ctl-accountorder .checkout .order-detail-content-header .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .order-detail-content-header .is-ctl-accountorder .checkout .is-act-finishpage .checkout .checkout-container > .checkout-aside, .is-act-finishpage .checkout .order-detail-content-header .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .is-ctl-accountorder .checkout .order-detail-content-header .checkout-container > .col, .order-detail-content-header .is-act-finishpage .checkout .checkout-container > .col, .order-detail-content-header .is-act-finishpage .checkout .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .is-act-confirmpage .checkout .order-detail-content-header .is-act-finishpage .checkout .checkout-container > .checkout-aside, .order-detail-content-header .is-act-finishpage .checkout .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .is-ctl-accountorder .checkout .order-detail-content-header .is-act-finishpage .checkout .checkout-container > .checkout-aside, .order-detail-content-header .is-act-finishpage .checkout .is-act-finishpage .checkout .checkout-container > .checkout-aside, .is-act-finishpage .checkout .order-detail-content-header .is-act-finishpage .checkout .checkout-container > .checkout-aside, .is-act-finishpage .checkout .order-detail-content-header .checkout-container > .col, .order-detail-content-header body.is-act-confirmpage .checkout .checkout-container > .col, .order-detail-content-header body.is-act-confirmpage .checkout .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .is-act-confirmpage .checkout .order-detail-content-header body.is-act-confirmpage .checkout .checkout-container > .checkout-aside, .order-detail-content-header body.is-act-confirmpage .checkout .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .is-ctl-accountorder .checkout .order-detail-content-header body.is-act-confirmpage .checkout .checkout-container > .checkout-aside, .order-detail-content-header body.is-act-confirmpage .checkout .is-act-finishpage .checkout .checkout-container > .checkout-aside, .is-act-finishpage .checkout .order-detail-content-header body.is-act-confirmpage .checkout .checkout-container > .checkout-aside, body.is-act-confirmpage .checkout .order-detail-content-header .checkout-container > .col, .order-detail-content-header .is-act-confirmpage .checkout .row > .checkout-aside, .order-detail-content-header .is-act-confirmpage .checkout .is-act-cartpage .checkout .checkout-container > .checkout-aside, .is-act-cartpage .checkout .order-detail-content-header .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .order-detail-content-header .is-act-confirmpage .checkout .is-act-checkoutregisterpage .checkout .checkout-container > .checkout-aside, .is-act-checkoutregisterpage .checkout .order-detail-content-header .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .order-detail-content-header .is-act-confirmpage .checkout body.is-act-confirmpage .checkout .checkout-container > .checkout-aside, body.is-act-confirmpage .checkout .order-detail-content-header .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .is-act-confirmpage .checkout .order-detail-content-header .row > .checkout-aside, .order-detail-content-header .is-ctl-accountorder .checkout .row > .checkout-aside, .order-detail-content-header .is-ctl-accountorder .checkout .is-act-cartpage .checkout .checkout-container > .checkout-aside, .is-act-cartpage .checkout .order-detail-content-header .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .order-detail-content-header .is-ctl-accountorder .checkout .is-act-checkoutregisterpage .checkout .checkout-container > .checkout-aside, .is-act-checkoutregisterpage .checkout .order-detail-content-header .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .order-detail-content-header .is-ctl-accountorder .checkout body.is-act-confirmpage .checkout .checkout-container > .checkout-aside, body.is-act-confirmpage .checkout .order-detail-content-header .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .is-ctl-accountorder .checkout .order-detail-content-header .row > .checkout-aside, .order-detail-content-header .is-act-finishpage .checkout .row > .checkout-aside, .order-detail-content-header .is-act-finishpage .checkout .is-act-cartpage .checkout .checkout-container > .checkout-aside, .is-act-cartpage .checkout .order-detail-content-header .is-act-finishpage .checkout .checkout-container > .checkout-aside, .order-detail-content-header .is-act-finishpage .checkout .is-act-checkoutregisterpage .checkout .checkout-container > .checkout-aside, .is-act-checkoutregisterpage .checkout .order-detail-content-header .is-act-finishpage .checkout .checkout-container > .checkout-aside, .order-detail-content-header .is-act-finishpage .checkout body.is-act-confirmpage .checkout .checkout-container > .checkout-aside, body.is-act-confirmpage .checkout .order-detail-content-header .is-act-finishpage .checkout .checkout-container > .checkout-aside, .is-act-finishpage .checkout .order-detail-content-header .row > .checkout-aside, .order-detail-content-header .row > [class*="col-"], .order-detail-content-header .account-content > [class*="col-"], .order-detail-content-header .is-act-cartpage .checkout .checkout-container > [class*="col-"], .is-act-cartpage .checkout .order-detail-content-header .checkout-container > [class*="col-"], .order-detail-content-header .is-act-checkoutregisterpage .checkout .checkout-container > [class*="col-"], .is-act-checkoutregisterpage .checkout .order-detail-content-header .checkout-container > [class*="col-"], .order-detail-content-header .is-act-confirmpage .checkout .checkout-container > [class*="col-"], .is-act-confirmpage .checkout .order-detail-content-header .checkout-container > [class*="col-"], .order-detail-content-header .is-ctl-accountorder .checkout .checkout-container > [class*="col-"], .is-ctl-accountorder .checkout .order-detail-content-header .checkout-container > [class*="col-"], .order-detail-content-header .is-act-finishpage .checkout .checkout-container > [class*="col-"], .is-act-finishpage .checkout .order-detail-content-header .checkout-container > [class*="col-"], .order-detail-content-header body.is-act-confirmpage .checkout .checkout-container > [class*="col-"], body.is-act-confirmpage .checkout .order-detail-content-header .checkout-container > [class*="col-"] {
  padding-right: 10px;
  padding-left: 10px;
}
@media (max-width: 575.98px) {
  .order-table-header .row > .col, .order-table-header .account-content > .col, .order-table-header .is-act-confirmpage .checkout .account-content > .checkout-aside, .is-act-confirmpage .checkout .order-table-header .account-content > .checkout-aside, .order-table-header .is-ctl-accountorder .checkout .account-content > .checkout-aside, .is-ctl-accountorder .checkout .order-table-header .account-content > .checkout-aside, .order-table-header .is-act-finishpage .checkout .account-content > .checkout-aside, .is-act-finishpage .checkout .order-table-header .account-content > .checkout-aside, .order-table-header .is-act-cartpage .checkout .checkout-container > .col, .order-table-header .is-act-cartpage .checkout .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .is-act-confirmpage .checkout .order-table-header .is-act-cartpage .checkout .checkout-container > .checkout-aside, .order-table-header .is-act-cartpage .checkout .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .is-ctl-accountorder .checkout .order-table-header .is-act-cartpage .checkout .checkout-container > .checkout-aside, .order-table-header .is-act-cartpage .checkout .is-act-finishpage .checkout .checkout-container > .checkout-aside, .is-act-finishpage .checkout .order-table-header .is-act-cartpage .checkout .checkout-container > .checkout-aside, .is-act-cartpage .checkout .order-table-header .checkout-container > .col, .order-table-header .is-act-checkoutregisterpage .checkout .checkout-container > .col, .order-table-header .is-act-checkoutregisterpage .checkout .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .is-act-confirmpage .checkout .order-table-header .is-act-checkoutregisterpage .checkout .checkout-container > .checkout-aside, .order-table-header .is-act-checkoutregisterpage .checkout .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .is-ctl-accountorder .checkout .order-table-header .is-act-checkoutregisterpage .checkout .checkout-container > .checkout-aside, .order-table-header .is-act-checkoutregisterpage .checkout .is-act-finishpage .checkout .checkout-container > .checkout-aside, .is-act-finishpage .checkout .order-table-header .is-act-checkoutregisterpage .checkout .checkout-container > .checkout-aside, .is-act-checkoutregisterpage .checkout .order-table-header .checkout-container > .col, .order-table-header .is-act-confirmpage .checkout .checkout-container > .col, .order-table-header .is-act-confirmpage .checkout .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .is-act-confirmpage .checkout .order-table-header .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .order-table-header .is-act-confirmpage .checkout .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .is-ctl-accountorder .checkout .order-table-header .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .order-table-header .is-act-confirmpage .checkout .is-act-finishpage .checkout .checkout-container > .checkout-aside, .is-act-finishpage .checkout .order-table-header .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .is-act-confirmpage .checkout .order-table-header .checkout-container > .col, .order-table-header .is-ctl-accountorder .checkout .checkout-container > .col, .order-table-header .is-ctl-accountorder .checkout .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .is-act-confirmpage .checkout .order-table-header .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .order-table-header .is-ctl-accountorder .checkout .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .is-ctl-accountorder .checkout .order-table-header .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .order-table-header .is-ctl-accountorder .checkout .is-act-finishpage .checkout .checkout-container > .checkout-aside, .is-act-finishpage .checkout .order-table-header .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .is-ctl-accountorder .checkout .order-table-header .checkout-container > .col, .order-table-header .is-act-finishpage .checkout .checkout-container > .col, .order-table-header .is-act-finishpage .checkout .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .is-act-confirmpage .checkout .order-table-header .is-act-finishpage .checkout .checkout-container > .checkout-aside, .order-table-header .is-act-finishpage .checkout .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .is-ctl-accountorder .checkout .order-table-header .is-act-finishpage .checkout .checkout-container > .checkout-aside, .order-table-header .is-act-finishpage .checkout .is-act-finishpage .checkout .checkout-container > .checkout-aside, .is-act-finishpage .checkout .order-table-header .is-act-finishpage .checkout .checkout-container > .checkout-aside, .is-act-finishpage .checkout .order-table-header .checkout-container > .col, .order-table-header body.is-act-confirmpage .checkout .checkout-container > .col, .order-table-header body.is-act-confirmpage .checkout .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .is-act-confirmpage .checkout .order-table-header body.is-act-confirmpage .checkout .checkout-container > .checkout-aside, .order-table-header body.is-act-confirmpage .checkout .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .is-ctl-accountorder .checkout .order-table-header body.is-act-confirmpage .checkout .checkout-container > .checkout-aside, .order-table-header body.is-act-confirmpage .checkout .is-act-finishpage .checkout .checkout-container > .checkout-aside, .is-act-finishpage .checkout .order-table-header body.is-act-confirmpage .checkout .checkout-container > .checkout-aside, body.is-act-confirmpage .checkout .order-table-header .checkout-container > .col, .order-table-header .is-act-confirmpage .checkout .row > .checkout-aside, .order-table-header .is-act-confirmpage .checkout .is-act-cartpage .checkout .checkout-container > .checkout-aside, .is-act-cartpage .checkout .order-table-header .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .order-table-header .is-act-confirmpage .checkout .is-act-checkoutregisterpage .checkout .checkout-container > .checkout-aside, .is-act-checkoutregisterpage .checkout .order-table-header .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .order-table-header .is-act-confirmpage .checkout body.is-act-confirmpage .checkout .checkout-container > .checkout-aside, body.is-act-confirmpage .checkout .order-table-header .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .is-act-confirmpage .checkout .order-table-header .row > .checkout-aside, .order-table-header .is-ctl-accountorder .checkout .row > .checkout-aside, .order-table-header .is-ctl-accountorder .checkout .is-act-cartpage .checkout .checkout-container > .checkout-aside, .is-act-cartpage .checkout .order-table-header .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .order-table-header .is-ctl-accountorder .checkout .is-act-checkoutregisterpage .checkout .checkout-container > .checkout-aside, .is-act-checkoutregisterpage .checkout .order-table-header .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .order-table-header .is-ctl-accountorder .checkout body.is-act-confirmpage .checkout .checkout-container > .checkout-aside, body.is-act-confirmpage .checkout .order-table-header .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .is-ctl-accountorder .checkout .order-table-header .row > .checkout-aside, .order-table-header .is-act-finishpage .checkout .row > .checkout-aside, .order-table-header .is-act-finishpage .checkout .is-act-cartpage .checkout .checkout-container > .checkout-aside, .is-act-cartpage .checkout .order-table-header .is-act-finishpage .checkout .checkout-container > .checkout-aside, .order-table-header .is-act-finishpage .checkout .is-act-checkoutregisterpage .checkout .checkout-container > .checkout-aside, .is-act-checkoutregisterpage .checkout .order-table-header .is-act-finishpage .checkout .checkout-container > .checkout-aside, .order-table-header .is-act-finishpage .checkout body.is-act-confirmpage .checkout .checkout-container > .checkout-aside, body.is-act-confirmpage .checkout .order-table-header .is-act-finishpage .checkout .checkout-container > .checkout-aside, .is-act-finishpage .checkout .order-table-header .row > .checkout-aside, .order-table-header .row > [class*="col-"], .order-table-header .account-content > [class*="col-"], .order-table-header .is-act-cartpage .checkout .checkout-container > [class*="col-"], .is-act-cartpage .checkout .order-table-header .checkout-container > [class*="col-"], .order-table-header .is-act-checkoutregisterpage .checkout .checkout-container > [class*="col-"], .is-act-checkoutregisterpage .checkout .order-table-header .checkout-container > [class*="col-"], .order-table-header .is-act-confirmpage .checkout .checkout-container > [class*="col-"], .is-act-confirmpage .checkout .order-table-header .checkout-container > [class*="col-"], .order-table-header .is-ctl-accountorder .checkout .checkout-container > [class*="col-"], .is-ctl-accountorder .checkout .order-table-header .checkout-container > [class*="col-"], .order-table-header .is-act-finishpage .checkout .checkout-container > [class*="col-"], .is-act-finishpage .checkout .order-table-header .checkout-container > [class*="col-"], .order-table-header body.is-act-confirmpage .checkout .checkout-container > [class*="col-"], body.is-act-confirmpage .checkout .order-table-header .checkout-container > [class*="col-"], .order-item-header .row > .col, .order-item-header .account-content > .col, .order-item-header .is-act-confirmpage .checkout .account-content > .checkout-aside, .is-act-confirmpage .checkout .order-item-header .account-content > .checkout-aside, .order-item-header .is-ctl-accountorder .checkout .account-content > .checkout-aside, .is-ctl-accountorder .checkout .order-item-header .account-content > .checkout-aside, .order-item-header .is-act-finishpage .checkout .account-content > .checkout-aside, .is-act-finishpage .checkout .order-item-header .account-content > .checkout-aside, .order-item-header .is-act-cartpage .checkout .checkout-container > .col, .order-item-header .is-act-cartpage .checkout .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .is-act-confirmpage .checkout .order-item-header .is-act-cartpage .checkout .checkout-container > .checkout-aside, .order-item-header .is-act-cartpage .checkout .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .is-ctl-accountorder .checkout .order-item-header .is-act-cartpage .checkout .checkout-container > .checkout-aside, .order-item-header .is-act-cartpage .checkout .is-act-finishpage .checkout .checkout-container > .checkout-aside, .is-act-finishpage .checkout .order-item-header .is-act-cartpage .checkout .checkout-container > .checkout-aside, .is-act-cartpage .checkout .order-item-header .checkout-container > .col, .order-item-header .is-act-checkoutregisterpage .checkout .checkout-container > .col, .order-item-header .is-act-checkoutregisterpage .checkout .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .is-act-confirmpage .checkout .order-item-header .is-act-checkoutregisterpage .checkout .checkout-container > .checkout-aside, .order-item-header .is-act-checkoutregisterpage .checkout .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .is-ctl-accountorder .checkout .order-item-header .is-act-checkoutregisterpage .checkout .checkout-container > .checkout-aside, .order-item-header .is-act-checkoutregisterpage .checkout .is-act-finishpage .checkout .checkout-container > .checkout-aside, .is-act-finishpage .checkout .order-item-header .is-act-checkoutregisterpage .checkout .checkout-container > .checkout-aside, .is-act-checkoutregisterpage .checkout .order-item-header .checkout-container > .col, .order-item-header .is-act-confirmpage .checkout .checkout-container > .col, .order-item-header .is-act-confirmpage .checkout .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .is-act-confirmpage .checkout .order-item-header .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .order-item-header .is-act-confirmpage .checkout .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .is-ctl-accountorder .checkout .order-item-header .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .order-item-header .is-act-confirmpage .checkout .is-act-finishpage .checkout .checkout-container > .checkout-aside, .is-act-finishpage .checkout .order-item-header .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .is-act-confirmpage .checkout .order-item-header .checkout-container > .col, .order-item-header .is-ctl-accountorder .checkout .checkout-container > .col, .order-item-header .is-ctl-accountorder .checkout .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .is-act-confirmpage .checkout .order-item-header .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .order-item-header .is-ctl-accountorder .checkout .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .is-ctl-accountorder .checkout .order-item-header .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .order-item-header .is-ctl-accountorder .checkout .is-act-finishpage .checkout .checkout-container > .checkout-aside, .is-act-finishpage .checkout .order-item-header .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .is-ctl-accountorder .checkout .order-item-header .checkout-container > .col, .order-item-header .is-act-finishpage .checkout .checkout-container > .col, .order-item-header .is-act-finishpage .checkout .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .is-act-confirmpage .checkout .order-item-header .is-act-finishpage .checkout .checkout-container > .checkout-aside, .order-item-header .is-act-finishpage .checkout .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .is-ctl-accountorder .checkout .order-item-header .is-act-finishpage .checkout .checkout-container > .checkout-aside, .order-item-header .is-act-finishpage .checkout .is-act-finishpage .checkout .checkout-container > .checkout-aside, .is-act-finishpage .checkout .order-item-header .is-act-finishpage .checkout .checkout-container > .checkout-aside, .is-act-finishpage .checkout .order-item-header .checkout-container > .col, .order-item-header body.is-act-confirmpage .checkout .checkout-container > .col, .order-item-header body.is-act-confirmpage .checkout .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .is-act-confirmpage .checkout .order-item-header body.is-act-confirmpage .checkout .checkout-container > .checkout-aside, .order-item-header body.is-act-confirmpage .checkout .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .is-ctl-accountorder .checkout .order-item-header body.is-act-confirmpage .checkout .checkout-container > .checkout-aside, .order-item-header body.is-act-confirmpage .checkout .is-act-finishpage .checkout .checkout-container > .checkout-aside, .is-act-finishpage .checkout .order-item-header body.is-act-confirmpage .checkout .checkout-container > .checkout-aside, body.is-act-confirmpage .checkout .order-item-header .checkout-container > .col, .order-item-header .is-act-confirmpage .checkout .row > .checkout-aside, .order-item-header .is-act-confirmpage .checkout .is-act-cartpage .checkout .checkout-container > .checkout-aside, .is-act-cartpage .checkout .order-item-header .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .order-item-header .is-act-confirmpage .checkout .is-act-checkoutregisterpage .checkout .checkout-container > .checkout-aside, .is-act-checkoutregisterpage .checkout .order-item-header .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .order-item-header .is-act-confirmpage .checkout body.is-act-confirmpage .checkout .checkout-container > .checkout-aside, body.is-act-confirmpage .checkout .order-item-header .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .is-act-confirmpage .checkout .order-item-header .row > .checkout-aside, .order-item-header .is-ctl-accountorder .checkout .row > .checkout-aside, .order-item-header .is-ctl-accountorder .checkout .is-act-cartpage .checkout .checkout-container > .checkout-aside, .is-act-cartpage .checkout .order-item-header .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .order-item-header .is-ctl-accountorder .checkout .is-act-checkoutregisterpage .checkout .checkout-container > .checkout-aside, .is-act-checkoutregisterpage .checkout .order-item-header .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .order-item-header .is-ctl-accountorder .checkout body.is-act-confirmpage .checkout .checkout-container > .checkout-aside, body.is-act-confirmpage .checkout .order-item-header .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .is-ctl-accountorder .checkout .order-item-header .row > .checkout-aside, .order-item-header .is-act-finishpage .checkout .row > .checkout-aside, .order-item-header .is-act-finishpage .checkout .is-act-cartpage .checkout .checkout-container > .checkout-aside, .is-act-cartpage .checkout .order-item-header .is-act-finishpage .checkout .checkout-container > .checkout-aside, .order-item-header .is-act-finishpage .checkout .is-act-checkoutregisterpage .checkout .checkout-container > .checkout-aside, .is-act-checkoutregisterpage .checkout .order-item-header .is-act-finishpage .checkout .checkout-container > .checkout-aside, .order-item-header .is-act-finishpage .checkout body.is-act-confirmpage .checkout .checkout-container > .checkout-aside, body.is-act-confirmpage .checkout .order-item-header .is-act-finishpage .checkout .checkout-container > .checkout-aside, .is-act-finishpage .checkout .order-item-header .row > .checkout-aside, .order-item-header .row > [class*="col-"], .order-item-header .account-content > [class*="col-"], .order-item-header .is-act-cartpage .checkout .checkout-container > [class*="col-"], .is-act-cartpage .checkout .order-item-header .checkout-container > [class*="col-"], .order-item-header .is-act-checkoutregisterpage .checkout .checkout-container > [class*="col-"], .is-act-checkoutregisterpage .checkout .order-item-header .checkout-container > [class*="col-"], .order-item-header .is-act-confirmpage .checkout .checkout-container > [class*="col-"], .is-act-confirmpage .checkout .order-item-header .checkout-container > [class*="col-"], .order-item-header .is-ctl-accountorder .checkout .checkout-container > [class*="col-"], .is-ctl-accountorder .checkout .order-item-header .checkout-container > [class*="col-"], .order-item-header .is-act-finishpage .checkout .checkout-container > [class*="col-"], .is-act-finishpage .checkout .order-item-header .checkout-container > [class*="col-"], .order-item-header body.is-act-confirmpage .checkout .checkout-container > [class*="col-"], body.is-act-confirmpage .checkout .order-item-header .checkout-container > [class*="col-"], .order-detail-content-header .row > .col, .order-detail-content-header .account-content > .col, .order-detail-content-header .is-act-confirmpage .checkout .account-content > .checkout-aside, .is-act-confirmpage .checkout .order-detail-content-header .account-content > .checkout-aside, .order-detail-content-header .is-ctl-accountorder .checkout .account-content > .checkout-aside, .is-ctl-accountorder .checkout .order-detail-content-header .account-content > .checkout-aside, .order-detail-content-header .is-act-finishpage .checkout .account-content > .checkout-aside, .is-act-finishpage .checkout .order-detail-content-header .account-content > .checkout-aside, .order-detail-content-header .is-act-cartpage .checkout .checkout-container > .col, .order-detail-content-header .is-act-cartpage .checkout .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .is-act-confirmpage .checkout .order-detail-content-header .is-act-cartpage .checkout .checkout-container > .checkout-aside, .order-detail-content-header .is-act-cartpage .checkout .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .is-ctl-accountorder .checkout .order-detail-content-header .is-act-cartpage .checkout .checkout-container > .checkout-aside, .order-detail-content-header .is-act-cartpage .checkout .is-act-finishpage .checkout .checkout-container > .checkout-aside, .is-act-finishpage .checkout .order-detail-content-header .is-act-cartpage .checkout .checkout-container > .checkout-aside, .is-act-cartpage .checkout .order-detail-content-header .checkout-container > .col, .order-detail-content-header .is-act-checkoutregisterpage .checkout .checkout-container > .col, .order-detail-content-header .is-act-checkoutregisterpage .checkout .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .is-act-confirmpage .checkout .order-detail-content-header .is-act-checkoutregisterpage .checkout .checkout-container > .checkout-aside, .order-detail-content-header .is-act-checkoutregisterpage .checkout .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .is-ctl-accountorder .checkout .order-detail-content-header .is-act-checkoutregisterpage .checkout .checkout-container > .checkout-aside, .order-detail-content-header .is-act-checkoutregisterpage .checkout .is-act-finishpage .checkout .checkout-container > .checkout-aside, .is-act-finishpage .checkout .order-detail-content-header .is-act-checkoutregisterpage .checkout .checkout-container > .checkout-aside, .is-act-checkoutregisterpage .checkout .order-detail-content-header .checkout-container > .col, .order-detail-content-header .is-act-confirmpage .checkout .checkout-container > .col, .order-detail-content-header .is-act-confirmpage .checkout .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .is-act-confirmpage .checkout .order-detail-content-header .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .order-detail-content-header .is-act-confirmpage .checkout .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .is-ctl-accountorder .checkout .order-detail-content-header .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .order-detail-content-header .is-act-confirmpage .checkout .is-act-finishpage .checkout .checkout-container > .checkout-aside, .is-act-finishpage .checkout .order-detail-content-header .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .is-act-confirmpage .checkout .order-detail-content-header .checkout-container > .col, .order-detail-content-header .is-ctl-accountorder .checkout .checkout-container > .col, .order-detail-content-header .is-ctl-accountorder .checkout .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .is-act-confirmpage .checkout .order-detail-content-header .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .order-detail-content-header .is-ctl-accountorder .checkout .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .is-ctl-accountorder .checkout .order-detail-content-header .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .order-detail-content-header .is-ctl-accountorder .checkout .is-act-finishpage .checkout .checkout-container > .checkout-aside, .is-act-finishpage .checkout .order-detail-content-header .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .is-ctl-accountorder .checkout .order-detail-content-header .checkout-container > .col, .order-detail-content-header .is-act-finishpage .checkout .checkout-container > .col, .order-detail-content-header .is-act-finishpage .checkout .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .is-act-confirmpage .checkout .order-detail-content-header .is-act-finishpage .checkout .checkout-container > .checkout-aside, .order-detail-content-header .is-act-finishpage .checkout .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .is-ctl-accountorder .checkout .order-detail-content-header .is-act-finishpage .checkout .checkout-container > .checkout-aside, .order-detail-content-header .is-act-finishpage .checkout .is-act-finishpage .checkout .checkout-container > .checkout-aside, .is-act-finishpage .checkout .order-detail-content-header .is-act-finishpage .checkout .checkout-container > .checkout-aside, .is-act-finishpage .checkout .order-detail-content-header .checkout-container > .col, .order-detail-content-header body.is-act-confirmpage .checkout .checkout-container > .col, .order-detail-content-header body.is-act-confirmpage .checkout .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .is-act-confirmpage .checkout .order-detail-content-header body.is-act-confirmpage .checkout .checkout-container > .checkout-aside, .order-detail-content-header body.is-act-confirmpage .checkout .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .is-ctl-accountorder .checkout .order-detail-content-header body.is-act-confirmpage .checkout .checkout-container > .checkout-aside, .order-detail-content-header body.is-act-confirmpage .checkout .is-act-finishpage .checkout .checkout-container > .checkout-aside, .is-act-finishpage .checkout .order-detail-content-header body.is-act-confirmpage .checkout .checkout-container > .checkout-aside, body.is-act-confirmpage .checkout .order-detail-content-header .checkout-container > .col, .order-detail-content-header .is-act-confirmpage .checkout .row > .checkout-aside, .order-detail-content-header .is-act-confirmpage .checkout .is-act-cartpage .checkout .checkout-container > .checkout-aside, .is-act-cartpage .checkout .order-detail-content-header .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .order-detail-content-header .is-act-confirmpage .checkout .is-act-checkoutregisterpage .checkout .checkout-container > .checkout-aside, .is-act-checkoutregisterpage .checkout .order-detail-content-header .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .order-detail-content-header .is-act-confirmpage .checkout body.is-act-confirmpage .checkout .checkout-container > .checkout-aside, body.is-act-confirmpage .checkout .order-detail-content-header .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .is-act-confirmpage .checkout .order-detail-content-header .row > .checkout-aside, .order-detail-content-header .is-ctl-accountorder .checkout .row > .checkout-aside, .order-detail-content-header .is-ctl-accountorder .checkout .is-act-cartpage .checkout .checkout-container > .checkout-aside, .is-act-cartpage .checkout .order-detail-content-header .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .order-detail-content-header .is-ctl-accountorder .checkout .is-act-checkoutregisterpage .checkout .checkout-container > .checkout-aside, .is-act-checkoutregisterpage .checkout .order-detail-content-header .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .order-detail-content-header .is-ctl-accountorder .checkout body.is-act-confirmpage .checkout .checkout-container > .checkout-aside, body.is-act-confirmpage .checkout .order-detail-content-header .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .is-ctl-accountorder .checkout .order-detail-content-header .row > .checkout-aside, .order-detail-content-header .is-act-finishpage .checkout .row > .checkout-aside, .order-detail-content-header .is-act-finishpage .checkout .is-act-cartpage .checkout .checkout-container > .checkout-aside, .is-act-cartpage .checkout .order-detail-content-header .is-act-finishpage .checkout .checkout-container > .checkout-aside, .order-detail-content-header .is-act-finishpage .checkout .is-act-checkoutregisterpage .checkout .checkout-container > .checkout-aside, .is-act-checkoutregisterpage .checkout .order-detail-content-header .is-act-finishpage .checkout .checkout-container > .checkout-aside, .order-detail-content-header .is-act-finishpage .checkout body.is-act-confirmpage .checkout .checkout-container > .checkout-aside, body.is-act-confirmpage .checkout .order-detail-content-header .is-act-finishpage .checkout .checkout-container > .checkout-aside, .is-act-finishpage .checkout .order-detail-content-header .row > .checkout-aside, .order-detail-content-header .row > [class*="col-"], .order-detail-content-header .account-content > [class*="col-"], .order-detail-content-header .is-act-cartpage .checkout .checkout-container > [class*="col-"], .is-act-cartpage .checkout .order-detail-content-header .checkout-container > [class*="col-"], .order-detail-content-header .is-act-checkoutregisterpage .checkout .checkout-container > [class*="col-"], .is-act-checkoutregisterpage .checkout .order-detail-content-header .checkout-container > [class*="col-"], .order-detail-content-header .is-act-confirmpage .checkout .checkout-container > [class*="col-"], .is-act-confirmpage .checkout .order-detail-content-header .checkout-container > [class*="col-"], .order-detail-content-header .is-ctl-accountorder .checkout .checkout-container > [class*="col-"], .is-ctl-accountorder .checkout .order-detail-content-header .checkout-container > [class*="col-"], .order-detail-content-header .is-act-finishpage .checkout .checkout-container > [class*="col-"], .is-act-finishpage .checkout .order-detail-content-header .checkout-container > [class*="col-"], .order-detail-content-header body.is-act-confirmpage .checkout .checkout-container > [class*="col-"], body.is-act-confirmpage .checkout .order-detail-content-header .checkout-container > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
  }
}
.order-table-header {
  font-weight: 600;
}
.order-item-header .row > .order-table-header-heading, .order-item-header .account-content > .order-table-header-heading, .order-item-header .is-act-cartpage .checkout .checkout-container > .order-table-header-heading, .is-act-cartpage .checkout .order-item-header .checkout-container > .order-table-header-heading, .order-item-header .is-act-checkoutregisterpage .checkout .checkout-container > .order-table-header-heading, .is-act-checkoutregisterpage .checkout .order-item-header .checkout-container > .order-table-header-heading, .order-item-header .is-act-confirmpage .checkout .checkout-container > .order-table-header-heading, .is-act-confirmpage .checkout .order-item-header .checkout-container > .order-table-header-heading, .order-item-header .is-ctl-accountorder .checkout .checkout-container > .order-table-header-heading, .is-ctl-accountorder .checkout .order-item-header .checkout-container > .order-table-header-heading, .order-item-header .is-act-finishpage .checkout .checkout-container > .order-table-header-heading, .is-act-finishpage .checkout .order-item-header .checkout-container > .order-table-header-heading, .order-item-header body.is-act-confirmpage .checkout .checkout-container > .order-table-header-heading, body.is-act-confirmpage .checkout .order-item-header .checkout-container > .order-table-header-heading, .order-item-header .row > .order-table-header-order-number, .order-item-header .account-content > .order-table-header-order-number, .order-item-header .is-act-cartpage .checkout .checkout-container > .order-table-header-order-number, .is-act-cartpage .checkout .order-item-header .checkout-container > .order-table-header-order-number, .order-item-header .is-act-checkoutregisterpage .checkout .checkout-container > .order-table-header-order-number, .is-act-checkoutregisterpage .checkout .order-item-header .checkout-container > .order-table-header-order-number, .order-item-header .is-act-confirmpage .checkout .checkout-container > .order-table-header-order-number, .is-act-confirmpage .checkout .order-item-header .checkout-container > .order-table-header-order-number, .order-item-header .is-ctl-accountorder .checkout .checkout-container > .order-table-header-order-number, .is-ctl-accountorder .checkout .order-item-header .checkout-container > .order-table-header-order-number, .order-item-header .is-act-finishpage .checkout .checkout-container > .order-table-header-order-number, .is-act-finishpage .checkout .order-item-header .checkout-container > .order-table-header-order-number, .order-item-header body.is-act-confirmpage .checkout .checkout-container > .order-table-header-order-number, body.is-act-confirmpage .checkout .order-item-header .checkout-container > .order-table-header-order-number {
  padding-right: 0;
  padding-left: 0;
}
.order-item-name {
  color: #4a545b;
}
.order-detail-content-header {
  margin-top: 1rem;
  font-weight: 600;
}
.order-detail-content-header .order-detail-content-header-cell[class*="col-"]:first-of-type {
  padding-left: 0;
}
.order-detail-content-header .order-detail-content-header-cell[class*="col-"]:last-of-type {
  padding-right: 0;
}
.order-item-product-name {
  color: #691448;
}
.order-item-product-name:hover {
  color: #691448;
  text-decoration: none;
}
.order-item-product-name strong {
  font-weight: 600;
}
@media (min-width: 768px) {
  .order-item-product-image .product-image-link {
    justify-content: normal;
  }
  .order-item-product-image img {
    max-width: 100px;
  }
}
.order-item-number-value {
  font-weight: 600;
}
.order-pseudo-price-value {
  text-decoration: line-through;
}
.order-item-detail-list-item {
  margin: 0;
}
.order-item-detail-list-item.is-child {
  background-color: #f9f9f9;
}
.order-item-nested-icon {
  background-color: #798490;
}
.order-item-detail-footer {
  background-color: #f9f9f9;
}
.order-item-detail-summary dd {
  font-weight: 600;
}
.order-price-unit {
  font-size: 0.75rem;
}
.order-item-variants {
  font-size: 0.75rem;
}
.order-item-variants-properties-name {
  font-weight: 600;
}
.checkout-aside-summary {
  background-color: #f9f9f9;
}
.checkout-aside-summary, .checkout-aside-products {
  padding: 1rem;
}
@media (max-width: 767.98px) {
  .cart-table {
    border: 0;
  }
  .cart-table-body {
    padding: 0;
  }
}
.contact-action {
  display: flex;
  justify-content: flex-end;
}
.newsletter-action {
  display: flex;
  justify-content: flex-end;
}
footer.footer-main {
  border-top: 0;
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #F9FAFB;
}
footer.footer-main .min-footer-container.container, footer.footer-main .cms-section .min-footer-container.boxed, .cms-section footer.footer-main .min-footer-container.boxed {
  max-width: 1400px;
  margin: 0 auto;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 575.98px) {
  footer.footer-main {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
footer.footer-main ul.minimal-footer {
  margin-bottom: 0;
  padding: 0;
}
footer.footer-main ul.minimal-footer li {
  display: inline-block;
}
@media (max-width: 575.98px) {
  footer.footer-main ul.minimal-footer li {
    padding: 0;
  }
}
footer.footer-main ul.minimal-footer li a {
  display: inline-block;
  font-weight: 400;
  font-size: 20px;
  line-height: 31px;
  padding: 16px 40px;
}
@media (max-width: 575.98px) {
  footer.footer-main ul.minimal-footer li a {
    font-size: 16px;
    line-height: 36px;
    padding: 5px 10px;
  }
}
.footer-logo-img {
  max-height: 63px;
  width: auto;
}
@media (max-width: 575.98px) {
  .footer-logo-img {
    max-height: 26px;
  }
}
.mollie-components-credit-card {
  max-width: 465px;
}
.mollie-components-credit-card label {
  display: block;
  font-weight: bold;
  margin-top: 10px;
}
.mollie-components-credit-card .block-group {
  display: block;
  position: relative;
}
.mollie-components-credit-card .block-group:after {
  clear: both;
  content: "";
  display: block;
}
.mollie-components-credit-card .block-group .b1 {
  width: 48%;
  float: left;
  position: relative;
}
.mollie-components-credit-card .block-group .b2 {
  width: 48%;
  float: right;
}
.mollie-components-credit-card .intro-text {
  margin-top: 10px;
}
.mollie-components-credit-card .tag-line {
  margin-top: 10px;
}
.mollie-components-credit-card .tag-line .logo {
  display: inline-block;
  margin-top: -8px;
  max-width: 50px;
}
.mollie-components-credit-card .error-message {
  color: #ff233a;
  margin-bottom: 5px;
}
.mollie-components-credit-card .input--field.mollie {
  border-radius: 3px;
  min-height: 34px;
  margin-bottom: 5px;
  background: #fff;
  color: #262626;
  text-align: left;
  box-shadow: inset 0 0 0 0 transparent, 0 1px 1px 0 rgba(0, 0, 0, 0.1), 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(0, 0, 0, 0.05);
  transition: all 0.05s ease;
}
.mollie-components-credit-card .input--field.mollie.is-focused {
  box-shadow: inset 0 0 0 2px #07f, 0 1px 1px 0 rgba(0, 0, 0, 0.1), 0 2px 6px 0 rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(0, 0, 0, 0.05);
}
.mollie-components-credit-card .input--field.mollie.error {
  background-color: #fff0f0;
  box-shadow: 0 0 0 1px #f33, 0 1px 1px 0 rgba(0, 0, 0, 0.1), 0 2px 6px 0 rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(0, 0, 0, 0.05);
}
.mollie-components-credit-card .input--field.mollie:active {
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1), 0 2px 6px 0 rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(0, 0, 0, 0.05);
  border: 2px solid #07f;
}
.mollie-components-credit-card .block-group .mollie-credit-card-custom-checkbox label {
  font-weight: 400;
}
.mollie-components-credit-card .block-group .mollie-credit-card-custom-checkbox .custom-control-label::before {
  border-radius: 5px;
}
@supports (-webkit-appearance: -apple-pay-button) {
  .only-support-apple-pay {
    display: block !important;
  }
  .apple-pay-button-with-text {
    display: inline-block;
    -webkit-appearance: -apple-pay-button;
    -apple-pay-button-type: buy;
  }
  .apple-pay-button-with-text > * {
    display: none;
  }
  .apple-pay-button-black-with-text {
    -apple-pay-button-style: black;
  }
  .apple-pay-button-white-with-text {
    -apple-pay-button-style: white;
  }
  .apple-pay-button-white-with-line-with-text {
    -apple-pay-button-style: white-outline;
  }
}
@supports not (-webkit-appearance: -apple-pay-button) {
  .apple-pay-button-with-text {
    --apple-pay-scale: 1;
    /* (height / 32) */
    display: inline-flex;
    justify-content: center;
    font-size: 12px;
    border-radius: 5px;
    padding: 0px;
    box-sizing: border-box;
    min-width: 200px;
    min-height: 32px;
    max-height: 64px;
  }
  .apple-pay-button-black-with-text {
    background-color: black;
    color: white;
  }
  .apple-pay-button-white-with-text {
    background-color: white;
    color: black;
  }
  .apple-pay-button-white-with-line-with-text {
    background-color: white;
    color: black;
    border: 0.5px solid black;
  }
  .apple-pay-button-with-text.apple-pay-button-black-with-text > .logo {
    background-image: -webkit-named-image(apple-pay-logo-white);
    background-color: black;
  }
  .apple-pay-button-with-text.apple-pay-button-white-with-text > .logo {
    background-image: -webkit-named-image(apple-pay-logo-black);
    background-color: white;
  }
  .apple-pay-button-with-text.apple-pay-button-white-with-line-with-text > .logo {
    background-image: -webkit-named-image(apple-pay-logo-black);
    background-color: white;
  }
  .apple-pay-button-with-text > .text {
    font-family: -apple-system;
    font-size: calc(1em * var(--apple-pay-scale));
    font-weight: 300;
    align-self: center;
    margin-right: calc(2px * var(--apple-pay-scale));
  }
  .apple-pay-button-with-text > .logo {
    width: calc(35px * var(--scale));
    height: 100%;
    background-size: 100% 60%;
    background-repeat: no-repeat;
    background-position: 0 50%;
    margin-left: calc(2px * var(--apple-pay-scale));
    border: none;
  }
}
.modal-content .payment-method-label {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.modal-content .mollie-ideal-issuer {
  margin-top: 15px;
}
.modal-content .mollie-pos-terminals {
  margin-top: 15px;
}
.modal-content .payment-method-description {
  order: -1;
}
.confirm-payment .mollie-ideal-issuer {
  margin-top: 15px;
}
.confirm-payment .mollie-ideal-issuer .custom-select:invalid {
  border: 1px solid red;
}
.confirm-payment .mollie-pos-terminals {
  margin-top: 15px;
}
.confirm-payment .mollie-pos-terminals .custom-select:invalid {
  border: 1px solid red;
}
.account-payment .payment-method-description {
  order: -1;
}
.order-table-header-heading.heading-mollie-subscriptions {
  max-width: 350px;
}
.order-item-status-badge.order-item-status-badge-active {
  background-color: #26b6cf;
  color: #fff;
  margin: 10px 0;
}
.order-item-status-badge.order-item-status-badge-canceled {
  background-color: #ffb100;
  color: #fff;
  margin: 10px 0;
}
.order-item-status-badge.order-item-status-badge-paused {
  background-color: #707070;
  color: #fff;
  margin: 10px 0;
}
.order-item-status-badge.order-item-status-badge-skipped {
  background-color: #ffb100;
  color: #fff;
  margin: 10px 0;
}
.order-item-status-badge.order-item-status-badge-resumed {
  background-color: #26b6cf;
  color: #fff;
  margin: 10px 0;
}
.order-table-header-description {
  padding: 0 !important;
  display: block;
  font-weight: 400;
  margin-bottom: 1.5rem;
  width: 100%;
}
.subscription-toggle-button-wrapper {
  padding: 0 !important;
}
.subscription-hide-btn {
  margin-bottom: 25px;
  float: right;
}
.subscription-hide-btn .subscription-hide-btn-text {
  display: block;
}
.subscription-hide-btn .subscription-view-btn-text {
  display: none;
}
.subscription-hide-btn.collapsed .subscription-hide-btn-text {
  display: none;
}
.subscription-hide-btn.collapsed .subscription-view-btn-text {
  display: block;
}
.subscription-item-detail {
  padding: 0 !important;
}
.btn-mollie-subscription-cancel {
  color: #e60909;
}
.mollie-credit-card-mandate-manage {
  margin-top: 50px;
  margin-bottom: 50px;
}
.mollie-credit-card-mandate-list .mollie-credit-card-mandate:last-child {
  margin-bottom: 15px;
}
.mollie-credit-card-mandate-remove-modal .modal-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.mollie-credit-card-mandate-remove-modal .modal-body p {
  margin-bottom: 8px;
  font-weight: 700;
}
.mollie-credit-card-mandate {
  margin-bottom: 25px;
}
.mollie-credit-card-mandate .mollie-credit-card-mandate-radio {
  margin-top: 13px;
}
.mollie-credit-card-mandate .mollie-credit-card-mandate-label {
  margin-bottom: 0;
}
.mollie-credit-card-mandate .mollie-credit-card-mandate-actions-item {
  margin-top: 4px;
  display: flex;
  column-gap: 8px;
  align-items: center;
  cursor: pointer;
}
.mollie-credit-card-mandate .mollie-credit-card-mandate-actions-item svg {
  top: 0;
}
.mollie-credit-card-mandate .mollie-credit-card-mandate-actions-item .mollie-credit-card-mandate-actions-item-text {
  color: #691448;
}
.mollie-credit-card-mandate .mollie-credit-card-mandate-actions-item:hover .mollie-credit-card-mandate-actions-item-text {
  color: #54103a;
}
.mollie-credit-card-mandate .mollie-credit-card-mandate-title {
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
}
.mollie-credit-card-mandate .mollie-credit-card-mandate-full-view {
  position: relative;
  padding: 12px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 210px;
  height: 95px;
  border-radius: 8px;
  background-color: #691448;
  margin-top: 12px;
}
.mollie-credit-card-mandate .mollie-credit-card-mandate-full-view .mollie-credit-card-mandate-full-view-card-type {
  color: #fff;
  margin: 0;
  font-size: 20px;
  line-height: 20px;
}
.mollie-credit-card-mandate .mollie-credit-card-mandate-full-view .mollie-credit-card-mandate-full-view-card-info {
  display: flex;
  flex-direction: column;
}
.mollie-credit-card-mandate .mollie-credit-card-mandate-full-view .mollie-credit-card-mandate-full-view-card-info .mollie-credit-card-mandate-full-view-card-number {
  color: #fff;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 4px;
}
.mollie-credit-card-mandate .mollie-credit-card-mandate-full-view .mollie-credit-card-mandate-full-view-card-info .mollie-credit-card-mandate-full-view-card-holder-name {
  color: #fff;
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
}
.mollie-credit-card-mandate .mollie-credit-card-mandate-compact-view-card-holder-name {
  color: #bcc1c7;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  display: block;
}
.weedesign-noindex-plugin {
  display: none;
}
/*
    overrides.scss
    ======================================
    Override some defined variables or functions defined by Shopware or Boostrap.

    Please note: Bootstrap uses rem values (e.g. font-size)! Convert px-values if neccessary.
*/
/*
    overrides.scss
    ======================================
    Override some defined variables or functions defined by Shopware or Boostrap.

    Please note: Bootstrap uses rem values (e.g. font-size)! Convert px-values if neccessary.
*/
/*
 * Assets path
 * ---------------------------- */
/*
    Custom Variables

    Variables should follow the `$component-state-property-size` formula for
    consistent naming. Ex: $nav-link-disabled-color and $modal-content-box-shadow-xs.
*/
@media (min-width: 576px) {
  .max-w-sm-5 {
    max-width: 5rem;
  }
}
@media (min-width: 768px) {
  .max-w-md-5 {
    max-width: 5rem;
  }
}
@media (min-width: 991px) {
  .max-w-lg-5 {
    max-width: 5rem;
  }
}
@media (min-width: 1200px) {
  .max-w-xl-5 {
    max-width: 5rem;
  }
}
@media (min-width: 1440px) {
  .max-w-xxl-5 {
    max-width: 5rem;
  }
}
@media (min-width: 1600px) {
  .max-w-xxxl-5 {
    max-width: 5rem;
  }
}
@media (min-width: 1920px) {
  .max-w-xxxxl-5 {
    max-width: 5rem;
  }
}
@media (min-width: 576px) {
  .max-w-sm-6 {
    max-width: 6rem;
  }
}
@media (min-width: 768px) {
  .max-w-md-6 {
    max-width: 6rem;
  }
}
@media (min-width: 991px) {
  .max-w-lg-6 {
    max-width: 6rem;
  }
}
@media (min-width: 1200px) {
  .max-w-xl-6 {
    max-width: 6rem;
  }
}
@media (min-width: 1440px) {
  .max-w-xxl-6 {
    max-width: 6rem;
  }
}
@media (min-width: 1600px) {
  .max-w-xxxl-6 {
    max-width: 6rem;
  }
}
@media (min-width: 1920px) {
  .max-w-xxxxl-6 {
    max-width: 6rem;
  }
}
@media (min-width: 576px) {
  .max-w-sm-7 {
    max-width: 7rem;
  }
}
@media (min-width: 768px) {
  .max-w-md-7 {
    max-width: 7rem;
  }
}
@media (min-width: 991px) {
  .max-w-lg-7 {
    max-width: 7rem;
  }
}
@media (min-width: 1200px) {
  .max-w-xl-7 {
    max-width: 7rem;
  }
}
@media (min-width: 1440px) {
  .max-w-xxl-7 {
    max-width: 7rem;
  }
}
@media (min-width: 1600px) {
  .max-w-xxxl-7 {
    max-width: 7rem;
  }
}
@media (min-width: 1920px) {
  .max-w-xxxxl-7 {
    max-width: 7rem;
  }
}
@media (min-width: 576px) {
  .max-w-sm-8 {
    max-width: 8rem;
  }
}
@media (min-width: 768px) {
  .max-w-md-8 {
    max-width: 8rem;
  }
}
@media (min-width: 991px) {
  .max-w-lg-8 {
    max-width: 8rem;
  }
}
@media (min-width: 1200px) {
  .max-w-xl-8 {
    max-width: 8rem;
  }
}
@media (min-width: 1440px) {
  .max-w-xxl-8 {
    max-width: 8rem;
  }
}
@media (min-width: 1600px) {
  .max-w-xxxl-8 {
    max-width: 8rem;
  }
}
@media (min-width: 1920px) {
  .max-w-xxxxl-8 {
    max-width: 8rem;
  }
}
@media (min-width: 576px) {
  .max-w-sm-9 {
    max-width: 9rem;
  }
}
@media (min-width: 768px) {
  .max-w-md-9 {
    max-width: 9rem;
  }
}
@media (min-width: 991px) {
  .max-w-lg-9 {
    max-width: 9rem;
  }
}
@media (min-width: 1200px) {
  .max-w-xl-9 {
    max-width: 9rem;
  }
}
@media (min-width: 1440px) {
  .max-w-xxl-9 {
    max-width: 9rem;
  }
}
@media (min-width: 1600px) {
  .max-w-xxxl-9 {
    max-width: 9rem;
  }
}
@media (min-width: 1920px) {
  .max-w-xxxxl-9 {
    max-width: 9rem;
  }
}
@media (min-width: 576px) {
  .max-w-sm-10 {
    max-width: 10rem;
  }
}
@media (min-width: 768px) {
  .max-w-md-10 {
    max-width: 10rem;
  }
}
@media (min-width: 991px) {
  .max-w-lg-10 {
    max-width: 10rem;
  }
}
@media (min-width: 1200px) {
  .max-w-xl-10 {
    max-width: 10rem;
  }
}
@media (min-width: 1440px) {
  .max-w-xxl-10 {
    max-width: 10rem;
  }
}
@media (min-width: 1600px) {
  .max-w-xxxl-10 {
    max-width: 10rem;
  }
}
@media (min-width: 1920px) {
  .max-w-xxxxl-10 {
    max-width: 10rem;
  }
}
@media (min-width: 576px) {
  .max-w-sm-11 {
    max-width: 11rem;
  }
}
@media (min-width: 768px) {
  .max-w-md-11 {
    max-width: 11rem;
  }
}
@media (min-width: 991px) {
  .max-w-lg-11 {
    max-width: 11rem;
  }
}
@media (min-width: 1200px) {
  .max-w-xl-11 {
    max-width: 11rem;
  }
}
@media (min-width: 1440px) {
  .max-w-xxl-11 {
    max-width: 11rem;
  }
}
@media (min-width: 1600px) {
  .max-w-xxxl-11 {
    max-width: 11rem;
  }
}
@media (min-width: 1920px) {
  .max-w-xxxxl-11 {
    max-width: 11rem;
  }
}
@media (min-width: 576px) {
  .max-w-sm-12 {
    max-width: 12rem;
  }
}
@media (min-width: 768px) {
  .max-w-md-12 {
    max-width: 12rem;
  }
}
@media (min-width: 991px) {
  .max-w-lg-12 {
    max-width: 12rem;
  }
}
@media (min-width: 1200px) {
  .max-w-xl-12 {
    max-width: 12rem;
  }
}
@media (min-width: 1440px) {
  .max-w-xxl-12 {
    max-width: 12rem;
  }
}
@media (min-width: 1600px) {
  .max-w-xxxl-12 {
    max-width: 12rem;
  }
}
@media (min-width: 1920px) {
  .max-w-xxxxl-12 {
    max-width: 12rem;
  }
}
@media (min-width: 576px) {
  .max-w-sm-13 {
    max-width: 13rem;
  }
}
@media (min-width: 768px) {
  .max-w-md-13 {
    max-width: 13rem;
  }
}
@media (min-width: 991px) {
  .max-w-lg-13 {
    max-width: 13rem;
  }
}
@media (min-width: 1200px) {
  .max-w-xl-13 {
    max-width: 13rem;
  }
}
@media (min-width: 1440px) {
  .max-w-xxl-13 {
    max-width: 13rem;
  }
}
@media (min-width: 1600px) {
  .max-w-xxxl-13 {
    max-width: 13rem;
  }
}
@media (min-width: 1920px) {
  .max-w-xxxxl-13 {
    max-width: 13rem;
  }
}
@media (min-width: 576px) {
  .max-w-sm-14 {
    max-width: 14rem;
  }
}
@media (min-width: 768px) {
  .max-w-md-14 {
    max-width: 14rem;
  }
}
@media (min-width: 991px) {
  .max-w-lg-14 {
    max-width: 14rem;
  }
}
@media (min-width: 1200px) {
  .max-w-xl-14 {
    max-width: 14rem;
  }
}
@media (min-width: 1440px) {
  .max-w-xxl-14 {
    max-width: 14rem;
  }
}
@media (min-width: 1600px) {
  .max-w-xxxl-14 {
    max-width: 14rem;
  }
}
@media (min-width: 1920px) {
  .max-w-xxxxl-14 {
    max-width: 14rem;
  }
}
@media (min-width: 576px) {
  .max-w-sm-15 {
    max-width: 15rem;
  }
}
@media (min-width: 768px) {
  .max-w-md-15 {
    max-width: 15rem;
  }
}
@media (min-width: 991px) {
  .max-w-lg-15 {
    max-width: 15rem;
  }
}
@media (min-width: 1200px) {
  .max-w-xl-15 {
    max-width: 15rem;
  }
}
@media (min-width: 1440px) {
  .max-w-xxl-15 {
    max-width: 15rem;
  }
}
@media (min-width: 1600px) {
  .max-w-xxxl-15 {
    max-width: 15rem;
  }
}
@media (min-width: 1920px) {
  .max-w-xxxxl-15 {
    max-width: 15rem;
  }
}
@media (min-width: 576px) {
  .max-w-sm-16 {
    max-width: 16rem;
  }
}
@media (min-width: 768px) {
  .max-w-md-16 {
    max-width: 16rem;
  }
}
@media (min-width: 991px) {
  .max-w-lg-16 {
    max-width: 16rem;
  }
}
@media (min-width: 1200px) {
  .max-w-xl-16 {
    max-width: 16rem;
  }
}
@media (min-width: 1440px) {
  .max-w-xxl-16 {
    max-width: 16rem;
  }
}
@media (min-width: 1600px) {
  .max-w-xxxl-16 {
    max-width: 16rem;
  }
}
@media (min-width: 1920px) {
  .max-w-xxxxl-16 {
    max-width: 16rem;
  }
}
@media (min-width: 576px) {
  .max-w-sm-17 {
    max-width: 17rem;
  }
}
@media (min-width: 768px) {
  .max-w-md-17 {
    max-width: 17rem;
  }
}
@media (min-width: 991px) {
  .max-w-lg-17 {
    max-width: 17rem;
  }
}
@media (min-width: 1200px) {
  .max-w-xl-17 {
    max-width: 17rem;
  }
}
@media (min-width: 1440px) {
  .max-w-xxl-17 {
    max-width: 17rem;
  }
}
@media (min-width: 1600px) {
  .max-w-xxxl-17 {
    max-width: 17rem;
  }
}
@media (min-width: 1920px) {
  .max-w-xxxxl-17 {
    max-width: 17rem;
  }
}
@media (min-width: 576px) {
  .max-w-sm-18 {
    max-width: 18rem;
  }
}
@media (min-width: 768px) {
  .max-w-md-18 {
    max-width: 18rem;
  }
}
@media (min-width: 991px) {
  .max-w-lg-18 {
    max-width: 18rem;
  }
}
@media (min-width: 1200px) {
  .max-w-xl-18 {
    max-width: 18rem;
  }
}
@media (min-width: 1440px) {
  .max-w-xxl-18 {
    max-width: 18rem;
  }
}
@media (min-width: 1600px) {
  .max-w-xxxl-18 {
    max-width: 18rem;
  }
}
@media (min-width: 1920px) {
  .max-w-xxxxl-18 {
    max-width: 18rem;
  }
}
@media (min-width: 576px) {
  .max-w-sm-19 {
    max-width: 19rem;
  }
}
@media (min-width: 768px) {
  .max-w-md-19 {
    max-width: 19rem;
  }
}
@media (min-width: 991px) {
  .max-w-lg-19 {
    max-width: 19rem;
  }
}
@media (min-width: 1200px) {
  .max-w-xl-19 {
    max-width: 19rem;
  }
}
@media (min-width: 1440px) {
  .max-w-xxl-19 {
    max-width: 19rem;
  }
}
@media (min-width: 1600px) {
  .max-w-xxxl-19 {
    max-width: 19rem;
  }
}
@media (min-width: 1920px) {
  .max-w-xxxxl-19 {
    max-width: 19rem;
  }
}
@media (min-width: 576px) {
  .max-w-sm-20 {
    max-width: 20rem;
  }
}
@media (min-width: 768px) {
  .max-w-md-20 {
    max-width: 20rem;
  }
}
@media (min-width: 991px) {
  .max-w-lg-20 {
    max-width: 20rem;
  }
}
@media (min-width: 1200px) {
  .max-w-xl-20 {
    max-width: 20rem;
  }
}
@media (min-width: 1440px) {
  .max-w-xxl-20 {
    max-width: 20rem;
  }
}
@media (min-width: 1600px) {
  .max-w-xxxl-20 {
    max-width: 20rem;
  }
}
@media (min-width: 1920px) {
  .max-w-xxxxl-20 {
    max-width: 20rem;
  }
}
@media (min-width: 576px) {
  .max-w-sm-21 {
    max-width: 21rem;
  }
}
@media (min-width: 768px) {
  .max-w-md-21 {
    max-width: 21rem;
  }
}
@media (min-width: 991px) {
  .max-w-lg-21 {
    max-width: 21rem;
  }
}
@media (min-width: 1200px) {
  .max-w-xl-21 {
    max-width: 21rem;
  }
}
@media (min-width: 1440px) {
  .max-w-xxl-21 {
    max-width: 21rem;
  }
}
@media (min-width: 1600px) {
  .max-w-xxxl-21 {
    max-width: 21rem;
  }
}
@media (min-width: 1920px) {
  .max-w-xxxxl-21 {
    max-width: 21rem;
  }
}
@media (min-width: 576px) {
  .max-w-sm-22 {
    max-width: 22rem;
  }
}
@media (min-width: 768px) {
  .max-w-md-22 {
    max-width: 22rem;
  }
}
@media (min-width: 991px) {
  .max-w-lg-22 {
    max-width: 22rem;
  }
}
@media (min-width: 1200px) {
  .max-w-xl-22 {
    max-width: 22rem;
  }
}
@media (min-width: 1440px) {
  .max-w-xxl-22 {
    max-width: 22rem;
  }
}
@media (min-width: 1600px) {
  .max-w-xxxl-22 {
    max-width: 22rem;
  }
}
@media (min-width: 1920px) {
  .max-w-xxxxl-22 {
    max-width: 22rem;
  }
}
@media (min-width: 576px) {
  .max-w-sm-23 {
    max-width: 23rem;
  }
}
@media (min-width: 768px) {
  .max-w-md-23 {
    max-width: 23rem;
  }
}
@media (min-width: 991px) {
  .max-w-lg-23 {
    max-width: 23rem;
  }
}
@media (min-width: 1200px) {
  .max-w-xl-23 {
    max-width: 23rem;
  }
}
@media (min-width: 1440px) {
  .max-w-xxl-23 {
    max-width: 23rem;
  }
}
@media (min-width: 1600px) {
  .max-w-xxxl-23 {
    max-width: 23rem;
  }
}
@media (min-width: 1920px) {
  .max-w-xxxxl-23 {
    max-width: 23rem;
  }
}
@media (min-width: 576px) {
  .max-w-sm-24 {
    max-width: 24rem;
  }
}
@media (min-width: 768px) {
  .max-w-md-24 {
    max-width: 24rem;
  }
}
@media (min-width: 991px) {
  .max-w-lg-24 {
    max-width: 24rem;
  }
}
@media (min-width: 1200px) {
  .max-w-xl-24 {
    max-width: 24rem;
  }
}
@media (min-width: 1440px) {
  .max-w-xxl-24 {
    max-width: 24rem;
  }
}
@media (min-width: 1600px) {
  .max-w-xxxl-24 {
    max-width: 24rem;
  }
}
@media (min-width: 1920px) {
  .max-w-xxxxl-24 {
    max-width: 24rem;
  }
}
@media (min-width: 576px) {
  .max-w-sm-25 {
    max-width: 25rem;
  }
}
@media (min-width: 768px) {
  .max-w-md-25 {
    max-width: 25rem;
  }
}
@media (min-width: 991px) {
  .max-w-lg-25 {
    max-width: 25rem;
  }
}
@media (min-width: 1200px) {
  .max-w-xl-25 {
    max-width: 25rem;
  }
}
@media (min-width: 1440px) {
  .max-w-xxl-25 {
    max-width: 25rem;
  }
}
@media (min-width: 1600px) {
  .max-w-xxxl-25 {
    max-width: 25rem;
  }
}
@media (min-width: 1920px) {
  .max-w-xxxxl-25 {
    max-width: 25rem;
  }
}
@media (min-width: 576px) {
  .max-w-sm-26 {
    max-width: 26rem;
  }
}
@media (min-width: 768px) {
  .max-w-md-26 {
    max-width: 26rem;
  }
}
@media (min-width: 991px) {
  .max-w-lg-26 {
    max-width: 26rem;
  }
}
@media (min-width: 1200px) {
  .max-w-xl-26 {
    max-width: 26rem;
  }
}
@media (min-width: 1440px) {
  .max-w-xxl-26 {
    max-width: 26rem;
  }
}
@media (min-width: 1600px) {
  .max-w-xxxl-26 {
    max-width: 26rem;
  }
}
@media (min-width: 1920px) {
  .max-w-xxxxl-26 {
    max-width: 26rem;
  }
}
@media (min-width: 576px) {
  .max-w-sm-27 {
    max-width: 27rem;
  }
}
@media (min-width: 768px) {
  .max-w-md-27 {
    max-width: 27rem;
  }
}
@media (min-width: 991px) {
  .max-w-lg-27 {
    max-width: 27rem;
  }
}
@media (min-width: 1200px) {
  .max-w-xl-27 {
    max-width: 27rem;
  }
}
@media (min-width: 1440px) {
  .max-w-xxl-27 {
    max-width: 27rem;
  }
}
@media (min-width: 1600px) {
  .max-w-xxxl-27 {
    max-width: 27rem;
  }
}
@media (min-width: 1920px) {
  .max-w-xxxxl-27 {
    max-width: 27rem;
  }
}
@media (min-width: 576px) {
  .max-w-sm-28 {
    max-width: 28rem;
  }
}
@media (min-width: 768px) {
  .max-w-md-28 {
    max-width: 28rem;
  }
}
@media (min-width: 991px) {
  .max-w-lg-28 {
    max-width: 28rem;
  }
}
@media (min-width: 1200px) {
  .max-w-xl-28 {
    max-width: 28rem;
  }
}
@media (min-width: 1440px) {
  .max-w-xxl-28 {
    max-width: 28rem;
  }
}
@media (min-width: 1600px) {
  .max-w-xxxl-28 {
    max-width: 28rem;
  }
}
@media (min-width: 1920px) {
  .max-w-xxxxl-28 {
    max-width: 28rem;
  }
}
@media (min-width: 576px) {
  .max-w-sm-29 {
    max-width: 29rem;
  }
}
@media (min-width: 768px) {
  .max-w-md-29 {
    max-width: 29rem;
  }
}
@media (min-width: 991px) {
  .max-w-lg-29 {
    max-width: 29rem;
  }
}
@media (min-width: 1200px) {
  .max-w-xl-29 {
    max-width: 29rem;
  }
}
@media (min-width: 1440px) {
  .max-w-xxl-29 {
    max-width: 29rem;
  }
}
@media (min-width: 1600px) {
  .max-w-xxxl-29 {
    max-width: 29rem;
  }
}
@media (min-width: 1920px) {
  .max-w-xxxxl-29 {
    max-width: 29rem;
  }
}
@media (min-width: 576px) {
  .max-w-sm-30 {
    max-width: 30rem;
  }
}
@media (min-width: 768px) {
  .max-w-md-30 {
    max-width: 30rem;
  }
}
@media (min-width: 991px) {
  .max-w-lg-30 {
    max-width: 30rem;
  }
}
@media (min-width: 1200px) {
  .max-w-xl-30 {
    max-width: 30rem;
  }
}
@media (min-width: 1440px) {
  .max-w-xxl-30 {
    max-width: 30rem;
  }
}
@media (min-width: 1600px) {
  .max-w-xxxl-30 {
    max-width: 30rem;
  }
}
@media (min-width: 1920px) {
  .max-w-xxxxl-30 {
    max-width: 30rem;
  }
}
@media (min-width: 576px) {
  .max-w-sm-31 {
    max-width: 31rem;
  }
}
@media (min-width: 768px) {
  .max-w-md-31 {
    max-width: 31rem;
  }
}
@media (min-width: 991px) {
  .max-w-lg-31 {
    max-width: 31rem;
  }
}
@media (min-width: 1200px) {
  .max-w-xl-31 {
    max-width: 31rem;
  }
}
@media (min-width: 1440px) {
  .max-w-xxl-31 {
    max-width: 31rem;
  }
}
@media (min-width: 1600px) {
  .max-w-xxxl-31 {
    max-width: 31rem;
  }
}
@media (min-width: 1920px) {
  .max-w-xxxxl-31 {
    max-width: 31rem;
  }
}
@media (min-width: 576px) {
  .max-w-sm-32 {
    max-width: 32rem;
  }
}
@media (min-width: 768px) {
  .max-w-md-32 {
    max-width: 32rem;
  }
}
@media (min-width: 991px) {
  .max-w-lg-32 {
    max-width: 32rem;
  }
}
@media (min-width: 1200px) {
  .max-w-xl-32 {
    max-width: 32rem;
  }
}
@media (min-width: 1440px) {
  .max-w-xxl-32 {
    max-width: 32rem;
  }
}
@media (min-width: 1600px) {
  .max-w-xxxl-32 {
    max-width: 32rem;
  }
}
@media (min-width: 1920px) {
  .max-w-xxxxl-32 {
    max-width: 32rem;
  }
}
@media (min-width: 576px) {
  .max-w-sm-33 {
    max-width: 33rem;
  }
}
@media (min-width: 768px) {
  .max-w-md-33 {
    max-width: 33rem;
  }
}
@media (min-width: 991px) {
  .max-w-lg-33 {
    max-width: 33rem;
  }
}
@media (min-width: 1200px) {
  .max-w-xl-33 {
    max-width: 33rem;
  }
}
@media (min-width: 1440px) {
  .max-w-xxl-33 {
    max-width: 33rem;
  }
}
@media (min-width: 1600px) {
  .max-w-xxxl-33 {
    max-width: 33rem;
  }
}
@media (min-width: 1920px) {
  .max-w-xxxxl-33 {
    max-width: 33rem;
  }
}
@media (min-width: 576px) {
  .max-w-sm-34 {
    max-width: 34rem;
  }
}
@media (min-width: 768px) {
  .max-w-md-34 {
    max-width: 34rem;
  }
}
@media (min-width: 991px) {
  .max-w-lg-34 {
    max-width: 34rem;
  }
}
@media (min-width: 1200px) {
  .max-w-xl-34 {
    max-width: 34rem;
  }
}
@media (min-width: 1440px) {
  .max-w-xxl-34 {
    max-width: 34rem;
  }
}
@media (min-width: 1600px) {
  .max-w-xxxl-34 {
    max-width: 34rem;
  }
}
@media (min-width: 1920px) {
  .max-w-xxxxl-34 {
    max-width: 34rem;
  }
}
@media (min-width: 576px) {
  .max-w-sm-35 {
    max-width: 35rem;
  }
}
@media (min-width: 768px) {
  .max-w-md-35 {
    max-width: 35rem;
  }
}
@media (min-width: 991px) {
  .max-w-lg-35 {
    max-width: 35rem;
  }
}
@media (min-width: 1200px) {
  .max-w-xl-35 {
    max-width: 35rem;
  }
}
@media (min-width: 1440px) {
  .max-w-xxl-35 {
    max-width: 35rem;
  }
}
@media (min-width: 1600px) {
  .max-w-xxxl-35 {
    max-width: 35rem;
  }
}
@media (min-width: 1920px) {
  .max-w-xxxxl-35 {
    max-width: 35rem;
  }
}
@media (min-width: 576px) {
  .max-w-sm-36 {
    max-width: 36rem;
  }
}
@media (min-width: 768px) {
  .max-w-md-36 {
    max-width: 36rem;
  }
}
@media (min-width: 991px) {
  .max-w-lg-36 {
    max-width: 36rem;
  }
}
@media (min-width: 1200px) {
  .max-w-xl-36 {
    max-width: 36rem;
  }
}
@media (min-width: 1440px) {
  .max-w-xxl-36 {
    max-width: 36rem;
  }
}
@media (min-width: 1600px) {
  .max-w-xxxl-36 {
    max-width: 36rem;
  }
}
@media (min-width: 1920px) {
  .max-w-xxxxl-36 {
    max-width: 36rem;
  }
}
@media (min-width: 576px) {
  .max-w-sm-37 {
    max-width: 37rem;
  }
}
@media (min-width: 768px) {
  .max-w-md-37 {
    max-width: 37rem;
  }
}
@media (min-width: 991px) {
  .max-w-lg-37 {
    max-width: 37rem;
  }
}
@media (min-width: 1200px) {
  .max-w-xl-37 {
    max-width: 37rem;
  }
}
@media (min-width: 1440px) {
  .max-w-xxl-37 {
    max-width: 37rem;
  }
}
@media (min-width: 1600px) {
  .max-w-xxxl-37 {
    max-width: 37rem;
  }
}
@media (min-width: 1920px) {
  .max-w-xxxxl-37 {
    max-width: 37rem;
  }
}
@media (min-width: 576px) {
  .max-w-sm-38 {
    max-width: 38rem;
  }
}
@media (min-width: 768px) {
  .max-w-md-38 {
    max-width: 38rem;
  }
}
@media (min-width: 991px) {
  .max-w-lg-38 {
    max-width: 38rem;
  }
}
@media (min-width: 1200px) {
  .max-w-xl-38 {
    max-width: 38rem;
  }
}
@media (min-width: 1440px) {
  .max-w-xxl-38 {
    max-width: 38rem;
  }
}
@media (min-width: 1600px) {
  .max-w-xxxl-38 {
    max-width: 38rem;
  }
}
@media (min-width: 1920px) {
  .max-w-xxxxl-38 {
    max-width: 38rem;
  }
}
@media (min-width: 576px) {
  .max-w-sm-39 {
    max-width: 39rem;
  }
}
@media (min-width: 768px) {
  .max-w-md-39 {
    max-width: 39rem;
  }
}
@media (min-width: 991px) {
  .max-w-lg-39 {
    max-width: 39rem;
  }
}
@media (min-width: 1200px) {
  .max-w-xl-39 {
    max-width: 39rem;
  }
}
@media (min-width: 1440px) {
  .max-w-xxl-39 {
    max-width: 39rem;
  }
}
@media (min-width: 1600px) {
  .max-w-xxxl-39 {
    max-width: 39rem;
  }
}
@media (min-width: 1920px) {
  .max-w-xxxxl-39 {
    max-width: 39rem;
  }
}
@media (min-width: 576px) {
  .max-w-sm-40 {
    max-width: 40rem;
  }
}
@media (min-width: 768px) {
  .max-w-md-40 {
    max-width: 40rem;
  }
}
@media (min-width: 991px) {
  .max-w-lg-40 {
    max-width: 40rem;
  }
}
@media (min-width: 1200px) {
  .max-w-xl-40 {
    max-width: 40rem;
  }
}
@media (min-width: 1440px) {
  .max-w-xxl-40 {
    max-width: 40rem;
  }
}
@media (min-width: 1600px) {
  .max-w-xxxl-40 {
    max-width: 40rem;
  }
}
@media (min-width: 1920px) {
  .max-w-xxxxl-40 {
    max-width: 40rem;
  }
}
@media (min-width: 576px) {
  .max-w-sm-41 {
    max-width: 41rem;
  }
}
@media (min-width: 768px) {
  .max-w-md-41 {
    max-width: 41rem;
  }
}
@media (min-width: 991px) {
  .max-w-lg-41 {
    max-width: 41rem;
  }
}
@media (min-width: 1200px) {
  .max-w-xl-41 {
    max-width: 41rem;
  }
}
@media (min-width: 1440px) {
  .max-w-xxl-41 {
    max-width: 41rem;
  }
}
@media (min-width: 1600px) {
  .max-w-xxxl-41 {
    max-width: 41rem;
  }
}
@media (min-width: 1920px) {
  .max-w-xxxxl-41 {
    max-width: 41rem;
  }
}
@media (min-width: 576px) {
  .max-w-sm-42 {
    max-width: 42rem;
  }
}
@media (min-width: 768px) {
  .max-w-md-42 {
    max-width: 42rem;
  }
}
@media (min-width: 991px) {
  .max-w-lg-42 {
    max-width: 42rem;
  }
}
@media (min-width: 1200px) {
  .max-w-xl-42 {
    max-width: 42rem;
  }
}
@media (min-width: 1440px) {
  .max-w-xxl-42 {
    max-width: 42rem;
  }
}
@media (min-width: 1600px) {
  .max-w-xxxl-42 {
    max-width: 42rem;
  }
}
@media (min-width: 1920px) {
  .max-w-xxxxl-42 {
    max-width: 42rem;
  }
}
@media (min-width: 576px) {
  .max-w-sm-43 {
    max-width: 43rem;
  }
}
@media (min-width: 768px) {
  .max-w-md-43 {
    max-width: 43rem;
  }
}
@media (min-width: 991px) {
  .max-w-lg-43 {
    max-width: 43rem;
  }
}
@media (min-width: 1200px) {
  .max-w-xl-43 {
    max-width: 43rem;
  }
}
@media (min-width: 1440px) {
  .max-w-xxl-43 {
    max-width: 43rem;
  }
}
@media (min-width: 1600px) {
  .max-w-xxxl-43 {
    max-width: 43rem;
  }
}
@media (min-width: 1920px) {
  .max-w-xxxxl-43 {
    max-width: 43rem;
  }
}
@media (min-width: 576px) {
  .max-w-sm-44 {
    max-width: 44rem;
  }
}
@media (min-width: 768px) {
  .max-w-md-44 {
    max-width: 44rem;
  }
}
@media (min-width: 991px) {
  .max-w-lg-44 {
    max-width: 44rem;
  }
}
@media (min-width: 1200px) {
  .max-w-xl-44 {
    max-width: 44rem;
  }
}
@media (min-width: 1440px) {
  .max-w-xxl-44 {
    max-width: 44rem;
  }
}
@media (min-width: 1600px) {
  .max-w-xxxl-44 {
    max-width: 44rem;
  }
}
@media (min-width: 1920px) {
  .max-w-xxxxl-44 {
    max-width: 44rem;
  }
}
@media (min-width: 576px) {
  .max-w-sm-45 {
    max-width: 45rem;
  }
}
@media (min-width: 768px) {
  .max-w-md-45 {
    max-width: 45rem;
  }
}
@media (min-width: 991px) {
  .max-w-lg-45 {
    max-width: 45rem;
  }
}
@media (min-width: 1200px) {
  .max-w-xl-45 {
    max-width: 45rem;
  }
}
@media (min-width: 1440px) {
  .max-w-xxl-45 {
    max-width: 45rem;
  }
}
@media (min-width: 1600px) {
  .max-w-xxxl-45 {
    max-width: 45rem;
  }
}
@media (min-width: 1920px) {
  .max-w-xxxxl-45 {
    max-width: 45rem;
  }
}
@media (min-width: 576px) {
  .max-w-sm-46 {
    max-width: 46rem;
  }
}
@media (min-width: 768px) {
  .max-w-md-46 {
    max-width: 46rem;
  }
}
@media (min-width: 991px) {
  .max-w-lg-46 {
    max-width: 46rem;
  }
}
@media (min-width: 1200px) {
  .max-w-xl-46 {
    max-width: 46rem;
  }
}
@media (min-width: 1440px) {
  .max-w-xxl-46 {
    max-width: 46rem;
  }
}
@media (min-width: 1600px) {
  .max-w-xxxl-46 {
    max-width: 46rem;
  }
}
@media (min-width: 1920px) {
  .max-w-xxxxl-46 {
    max-width: 46rem;
  }
}
@media (min-width: 576px) {
  .max-w-sm-47 {
    max-width: 47rem;
  }
}
@media (min-width: 768px) {
  .max-w-md-47 {
    max-width: 47rem;
  }
}
@media (min-width: 991px) {
  .max-w-lg-47 {
    max-width: 47rem;
  }
}
@media (min-width: 1200px) {
  .max-w-xl-47 {
    max-width: 47rem;
  }
}
@media (min-width: 1440px) {
  .max-w-xxl-47 {
    max-width: 47rem;
  }
}
@media (min-width: 1600px) {
  .max-w-xxxl-47 {
    max-width: 47rem;
  }
}
@media (min-width: 1920px) {
  .max-w-xxxxl-47 {
    max-width: 47rem;
  }
}
@media (min-width: 576px) {
  .max-w-sm-48 {
    max-width: 48rem;
  }
}
@media (min-width: 768px) {
  .max-w-md-48 {
    max-width: 48rem;
  }
}
@media (min-width: 991px) {
  .max-w-lg-48 {
    max-width: 48rem;
  }
}
@media (min-width: 1200px) {
  .max-w-xl-48 {
    max-width: 48rem;
  }
}
@media (min-width: 1440px) {
  .max-w-xxl-48 {
    max-width: 48rem;
  }
}
@media (min-width: 1600px) {
  .max-w-xxxl-48 {
    max-width: 48rem;
  }
}
@media (min-width: 1920px) {
  .max-w-xxxxl-48 {
    max-width: 48rem;
  }
}
@media (min-width: 576px) {
  .max-w-sm-49 {
    max-width: 49rem;
  }
}
@media (min-width: 768px) {
  .max-w-md-49 {
    max-width: 49rem;
  }
}
@media (min-width: 991px) {
  .max-w-lg-49 {
    max-width: 49rem;
  }
}
@media (min-width: 1200px) {
  .max-w-xl-49 {
    max-width: 49rem;
  }
}
@media (min-width: 1440px) {
  .max-w-xxl-49 {
    max-width: 49rem;
  }
}
@media (min-width: 1600px) {
  .max-w-xxxl-49 {
    max-width: 49rem;
  }
}
@media (min-width: 1920px) {
  .max-w-xxxxl-49 {
    max-width: 49rem;
  }
}
@media (min-width: 576px) {
  .max-w-sm-50 {
    max-width: 50rem;
  }
}
@media (min-width: 768px) {
  .max-w-md-50 {
    max-width: 50rem;
  }
}
@media (min-width: 991px) {
  .max-w-lg-50 {
    max-width: 50rem;
  }
}
@media (min-width: 1200px) {
  .max-w-xl-50 {
    max-width: 50rem;
  }
}
@media (min-width: 1440px) {
  .max-w-xxl-50 {
    max-width: 50rem;
  }
}
@media (min-width: 1600px) {
  .max-w-xxxl-50 {
    max-width: 50rem;
  }
}
@media (min-width: 1920px) {
  .max-w-xxxxl-50 {
    max-width: 50rem;
  }
}
@media (min-width: 576px) {
  .max-w-sm-51 {
    max-width: 51rem;
  }
}
@media (min-width: 768px) {
  .max-w-md-51 {
    max-width: 51rem;
  }
}
@media (min-width: 991px) {
  .max-w-lg-51 {
    max-width: 51rem;
  }
}
@media (min-width: 1200px) {
  .max-w-xl-51 {
    max-width: 51rem;
  }
}
@media (min-width: 1440px) {
  .max-w-xxl-51 {
    max-width: 51rem;
  }
}
@media (min-width: 1600px) {
  .max-w-xxxl-51 {
    max-width: 51rem;
  }
}
@media (min-width: 1920px) {
  .max-w-xxxxl-51 {
    max-width: 51rem;
  }
}
@media (min-width: 576px) {
  .max-w-sm-52 {
    max-width: 52rem;
  }
}
@media (min-width: 768px) {
  .max-w-md-52 {
    max-width: 52rem;
  }
}
@media (min-width: 991px) {
  .max-w-lg-52 {
    max-width: 52rem;
  }
}
@media (min-width: 1200px) {
  .max-w-xl-52 {
    max-width: 52rem;
  }
}
@media (min-width: 1440px) {
  .max-w-xxl-52 {
    max-width: 52rem;
  }
}
@media (min-width: 1600px) {
  .max-w-xxxl-52 {
    max-width: 52rem;
  }
}
@media (min-width: 1920px) {
  .max-w-xxxxl-52 {
    max-width: 52rem;
  }
}
@media (min-width: 576px) {
  .max-w-sm-53 {
    max-width: 53rem;
  }
}
@media (min-width: 768px) {
  .max-w-md-53 {
    max-width: 53rem;
  }
}
@media (min-width: 991px) {
  .max-w-lg-53 {
    max-width: 53rem;
  }
}
@media (min-width: 1200px) {
  .max-w-xl-53 {
    max-width: 53rem;
  }
}
@media (min-width: 1440px) {
  .max-w-xxl-53 {
    max-width: 53rem;
  }
}
@media (min-width: 1600px) {
  .max-w-xxxl-53 {
    max-width: 53rem;
  }
}
@media (min-width: 1920px) {
  .max-w-xxxxl-53 {
    max-width: 53rem;
  }
}
@media (min-width: 576px) {
  .max-w-sm-54 {
    max-width: 54rem;
  }
}
@media (min-width: 768px) {
  .max-w-md-54 {
    max-width: 54rem;
  }
}
@media (min-width: 991px) {
  .max-w-lg-54 {
    max-width: 54rem;
  }
}
@media (min-width: 1200px) {
  .max-w-xl-54 {
    max-width: 54rem;
  }
}
@media (min-width: 1440px) {
  .max-w-xxl-54 {
    max-width: 54rem;
  }
}
@media (min-width: 1600px) {
  .max-w-xxxl-54 {
    max-width: 54rem;
  }
}
@media (min-width: 1920px) {
  .max-w-xxxxl-54 {
    max-width: 54rem;
  }
}
@media (min-width: 576px) {
  .max-w-sm-55 {
    max-width: 55rem;
  }
}
@media (min-width: 768px) {
  .max-w-md-55 {
    max-width: 55rem;
  }
}
@media (min-width: 991px) {
  .max-w-lg-55 {
    max-width: 55rem;
  }
}
@media (min-width: 1200px) {
  .max-w-xl-55 {
    max-width: 55rem;
  }
}
@media (min-width: 1440px) {
  .max-w-xxl-55 {
    max-width: 55rem;
  }
}
@media (min-width: 1600px) {
  .max-w-xxxl-55 {
    max-width: 55rem;
  }
}
@media (min-width: 1920px) {
  .max-w-xxxxl-55 {
    max-width: 55rem;
  }
}
@media (min-width: 576px) {
  .max-w-sm-56 {
    max-width: 56rem;
  }
}
@media (min-width: 768px) {
  .max-w-md-56 {
    max-width: 56rem;
  }
}
@media (min-width: 991px) {
  .max-w-lg-56 {
    max-width: 56rem;
  }
}
@media (min-width: 1200px) {
  .max-w-xl-56 {
    max-width: 56rem;
  }
}
@media (min-width: 1440px) {
  .max-w-xxl-56 {
    max-width: 56rem;
  }
}
@media (min-width: 1600px) {
  .max-w-xxxl-56 {
    max-width: 56rem;
  }
}
@media (min-width: 1920px) {
  .max-w-xxxxl-56 {
    max-width: 56rem;
  }
}
@media (min-width: 576px) {
  .max-w-sm-57 {
    max-width: 57rem;
  }
}
@media (min-width: 768px) {
  .max-w-md-57 {
    max-width: 57rem;
  }
}
@media (min-width: 991px) {
  .max-w-lg-57 {
    max-width: 57rem;
  }
}
@media (min-width: 1200px) {
  .max-w-xl-57 {
    max-width: 57rem;
  }
}
@media (min-width: 1440px) {
  .max-w-xxl-57 {
    max-width: 57rem;
  }
}
@media (min-width: 1600px) {
  .max-w-xxxl-57 {
    max-width: 57rem;
  }
}
@media (min-width: 1920px) {
  .max-w-xxxxl-57 {
    max-width: 57rem;
  }
}
@media (min-width: 576px) {
  .max-w-sm-58 {
    max-width: 58rem;
  }
}
@media (min-width: 768px) {
  .max-w-md-58 {
    max-width: 58rem;
  }
}
@media (min-width: 991px) {
  .max-w-lg-58 {
    max-width: 58rem;
  }
}
@media (min-width: 1200px) {
  .max-w-xl-58 {
    max-width: 58rem;
  }
}
@media (min-width: 1440px) {
  .max-w-xxl-58 {
    max-width: 58rem;
  }
}
@media (min-width: 1600px) {
  .max-w-xxxl-58 {
    max-width: 58rem;
  }
}
@media (min-width: 1920px) {
  .max-w-xxxxl-58 {
    max-width: 58rem;
  }
}
@media (min-width: 576px) {
  .max-w-sm-59 {
    max-width: 59rem;
  }
}
@media (min-width: 768px) {
  .max-w-md-59 {
    max-width: 59rem;
  }
}
@media (min-width: 991px) {
  .max-w-lg-59 {
    max-width: 59rem;
  }
}
@media (min-width: 1200px) {
  .max-w-xl-59 {
    max-width: 59rem;
  }
}
@media (min-width: 1440px) {
  .max-w-xxl-59 {
    max-width: 59rem;
  }
}
@media (min-width: 1600px) {
  .max-w-xxxl-59 {
    max-width: 59rem;
  }
}
@media (min-width: 1920px) {
  .max-w-xxxxl-59 {
    max-width: 59rem;
  }
}
@media (min-width: 576px) {
  .max-w-sm-60 {
    max-width: 60rem;
  }
}
@media (min-width: 768px) {
  .max-w-md-60 {
    max-width: 60rem;
  }
}
@media (min-width: 991px) {
  .max-w-lg-60 {
    max-width: 60rem;
  }
}
@media (min-width: 1200px) {
  .max-w-xl-60 {
    max-width: 60rem;
  }
}
@media (min-width: 1440px) {
  .max-w-xxl-60 {
    max-width: 60rem;
  }
}
@media (min-width: 1600px) {
  .max-w-xxxl-60 {
    max-width: 60rem;
  }
}
@media (min-width: 1920px) {
  .max-w-xxxxl-60 {
    max-width: 60rem;
  }
}
@media (min-width: 576px) {
  .max-w-sm-61 {
    max-width: 61rem;
  }
}
@media (min-width: 768px) {
  .max-w-md-61 {
    max-width: 61rem;
  }
}
@media (min-width: 991px) {
  .max-w-lg-61 {
    max-width: 61rem;
  }
}
@media (min-width: 1200px) {
  .max-w-xl-61 {
    max-width: 61rem;
  }
}
@media (min-width: 1440px) {
  .max-w-xxl-61 {
    max-width: 61rem;
  }
}
@media (min-width: 1600px) {
  .max-w-xxxl-61 {
    max-width: 61rem;
  }
}
@media (min-width: 1920px) {
  .max-w-xxxxl-61 {
    max-width: 61rem;
  }
}
@media (min-width: 576px) {
  .max-w-sm-62 {
    max-width: 62rem;
  }
}
@media (min-width: 768px) {
  .max-w-md-62 {
    max-width: 62rem;
  }
}
@media (min-width: 991px) {
  .max-w-lg-62 {
    max-width: 62rem;
  }
}
@media (min-width: 1200px) {
  .max-w-xl-62 {
    max-width: 62rem;
  }
}
@media (min-width: 1440px) {
  .max-w-xxl-62 {
    max-width: 62rem;
  }
}
@media (min-width: 1600px) {
  .max-w-xxxl-62 {
    max-width: 62rem;
  }
}
@media (min-width: 1920px) {
  .max-w-xxxxl-62 {
    max-width: 62rem;
  }
}
@media (min-width: 576px) {
  .max-w-sm-63 {
    max-width: 63rem;
  }
}
@media (min-width: 768px) {
  .max-w-md-63 {
    max-width: 63rem;
  }
}
@media (min-width: 991px) {
  .max-w-lg-63 {
    max-width: 63rem;
  }
}
@media (min-width: 1200px) {
  .max-w-xl-63 {
    max-width: 63rem;
  }
}
@media (min-width: 1440px) {
  .max-w-xxl-63 {
    max-width: 63rem;
  }
}
@media (min-width: 1600px) {
  .max-w-xxxl-63 {
    max-width: 63rem;
  }
}
@media (min-width: 1920px) {
  .max-w-xxxxl-63 {
    max-width: 63rem;
  }
}
@media (min-width: 576px) {
  .max-w-sm-64 {
    max-width: 64rem;
  }
}
@media (min-width: 768px) {
  .max-w-md-64 {
    max-width: 64rem;
  }
}
@media (min-width: 991px) {
  .max-w-lg-64 {
    max-width: 64rem;
  }
}
@media (min-width: 1200px) {
  .max-w-xl-64 {
    max-width: 64rem;
  }
}
@media (min-width: 1440px) {
  .max-w-xxl-64 {
    max-width: 64rem;
  }
}
@media (min-width: 1600px) {
  .max-w-xxxl-64 {
    max-width: 64rem;
  }
}
@media (min-width: 1920px) {
  .max-w-xxxxl-64 {
    max-width: 64rem;
  }
}
@media (min-width: 576px) {
  .max-w-sm-65 {
    max-width: 65rem;
  }
}
@media (min-width: 768px) {
  .max-w-md-65 {
    max-width: 65rem;
  }
}
@media (min-width: 991px) {
  .max-w-lg-65 {
    max-width: 65rem;
  }
}
@media (min-width: 1200px) {
  .max-w-xl-65 {
    max-width: 65rem;
  }
}
@media (min-width: 1440px) {
  .max-w-xxl-65 {
    max-width: 65rem;
  }
}
@media (min-width: 1600px) {
  .max-w-xxxl-65 {
    max-width: 65rem;
  }
}
@media (min-width: 1920px) {
  .max-w-xxxxl-65 {
    max-width: 65rem;
  }
}
@media (min-width: 576px) {
  .max-w-sm-66 {
    max-width: 66rem;
  }
}
@media (min-width: 768px) {
  .max-w-md-66 {
    max-width: 66rem;
  }
}
@media (min-width: 991px) {
  .max-w-lg-66 {
    max-width: 66rem;
  }
}
@media (min-width: 1200px) {
  .max-w-xl-66 {
    max-width: 66rem;
  }
}
@media (min-width: 1440px) {
  .max-w-xxl-66 {
    max-width: 66rem;
  }
}
@media (min-width: 1600px) {
  .max-w-xxxl-66 {
    max-width: 66rem;
  }
}
@media (min-width: 1920px) {
  .max-w-xxxxl-66 {
    max-width: 66rem;
  }
}
@media (min-width: 576px) {
  .max-w-sm-67 {
    max-width: 67rem;
  }
}
@media (min-width: 768px) {
  .max-w-md-67 {
    max-width: 67rem;
  }
}
@media (min-width: 991px) {
  .max-w-lg-67 {
    max-width: 67rem;
  }
}
@media (min-width: 1200px) {
  .max-w-xl-67 {
    max-width: 67rem;
  }
}
@media (min-width: 1440px) {
  .max-w-xxl-67 {
    max-width: 67rem;
  }
}
@media (min-width: 1600px) {
  .max-w-xxxl-67 {
    max-width: 67rem;
  }
}
@media (min-width: 1920px) {
  .max-w-xxxxl-67 {
    max-width: 67rem;
  }
}
@media (min-width: 576px) {
  .max-w-sm-68 {
    max-width: 68rem;
  }
}
@media (min-width: 768px) {
  .max-w-md-68 {
    max-width: 68rem;
  }
}
@media (min-width: 991px) {
  .max-w-lg-68 {
    max-width: 68rem;
  }
}
@media (min-width: 1200px) {
  .max-w-xl-68 {
    max-width: 68rem;
  }
}
@media (min-width: 1440px) {
  .max-w-xxl-68 {
    max-width: 68rem;
  }
}
@media (min-width: 1600px) {
  .max-w-xxxl-68 {
    max-width: 68rem;
  }
}
@media (min-width: 1920px) {
  .max-w-xxxxl-68 {
    max-width: 68rem;
  }
}
@media (min-width: 576px) {
  .max-w-sm-69 {
    max-width: 69rem;
  }
}
@media (min-width: 768px) {
  .max-w-md-69 {
    max-width: 69rem;
  }
}
@media (min-width: 991px) {
  .max-w-lg-69 {
    max-width: 69rem;
  }
}
@media (min-width: 1200px) {
  .max-w-xl-69 {
    max-width: 69rem;
  }
}
@media (min-width: 1440px) {
  .max-w-xxl-69 {
    max-width: 69rem;
  }
}
@media (min-width: 1600px) {
  .max-w-xxxl-69 {
    max-width: 69rem;
  }
}
@media (min-width: 1920px) {
  .max-w-xxxxl-69 {
    max-width: 69rem;
  }
}
@media (min-width: 576px) {
  .max-w-sm-70 {
    max-width: 70rem;
  }
}
@media (min-width: 768px) {
  .max-w-md-70 {
    max-width: 70rem;
  }
}
@media (min-width: 991px) {
  .max-w-lg-70 {
    max-width: 70rem;
  }
}
@media (min-width: 1200px) {
  .max-w-xl-70 {
    max-width: 70rem;
  }
}
@media (min-width: 1440px) {
  .max-w-xxl-70 {
    max-width: 70rem;
  }
}
@media (min-width: 1600px) {
  .max-w-xxxl-70 {
    max-width: 70rem;
  }
}
@media (min-width: 1920px) {
  .max-w-xxxxl-70 {
    max-width: 70rem;
  }
}
@media (min-width: 576px) {
  .max-w-sm-71 {
    max-width: 71rem;
  }
}
@media (min-width: 768px) {
  .max-w-md-71 {
    max-width: 71rem;
  }
}
@media (min-width: 991px) {
  .max-w-lg-71 {
    max-width: 71rem;
  }
}
@media (min-width: 1200px) {
  .max-w-xl-71 {
    max-width: 71rem;
  }
}
@media (min-width: 1440px) {
  .max-w-xxl-71 {
    max-width: 71rem;
  }
}
@media (min-width: 1600px) {
  .max-w-xxxl-71 {
    max-width: 71rem;
  }
}
@media (min-width: 1920px) {
  .max-w-xxxxl-71 {
    max-width: 71rem;
  }
}
@media (min-width: 576px) {
  .max-w-sm-72 {
    max-width: 72rem;
  }
}
@media (min-width: 768px) {
  .max-w-md-72 {
    max-width: 72rem;
  }
}
@media (min-width: 991px) {
  .max-w-lg-72 {
    max-width: 72rem;
  }
}
@media (min-width: 1200px) {
  .max-w-xl-72 {
    max-width: 72rem;
  }
}
@media (min-width: 1440px) {
  .max-w-xxl-72 {
    max-width: 72rem;
  }
}
@media (min-width: 1600px) {
  .max-w-xxxl-72 {
    max-width: 72rem;
  }
}
@media (min-width: 1920px) {
  .max-w-xxxxl-72 {
    max-width: 72rem;
  }
}
@media (min-width: 576px) {
  .max-w-sm-73 {
    max-width: 73rem;
  }
}
@media (min-width: 768px) {
  .max-w-md-73 {
    max-width: 73rem;
  }
}
@media (min-width: 991px) {
  .max-w-lg-73 {
    max-width: 73rem;
  }
}
@media (min-width: 1200px) {
  .max-w-xl-73 {
    max-width: 73rem;
  }
}
@media (min-width: 1440px) {
  .max-w-xxl-73 {
    max-width: 73rem;
  }
}
@media (min-width: 1600px) {
  .max-w-xxxl-73 {
    max-width: 73rem;
  }
}
@media (min-width: 1920px) {
  .max-w-xxxxl-73 {
    max-width: 73rem;
  }
}
@media (min-width: 576px) {
  .max-w-sm-74 {
    max-width: 74rem;
  }
}
@media (min-width: 768px) {
  .max-w-md-74 {
    max-width: 74rem;
  }
}
@media (min-width: 991px) {
  .max-w-lg-74 {
    max-width: 74rem;
  }
}
@media (min-width: 1200px) {
  .max-w-xl-74 {
    max-width: 74rem;
  }
}
@media (min-width: 1440px) {
  .max-w-xxl-74 {
    max-width: 74rem;
  }
}
@media (min-width: 1600px) {
  .max-w-xxxl-74 {
    max-width: 74rem;
  }
}
@media (min-width: 1920px) {
  .max-w-xxxxl-74 {
    max-width: 74rem;
  }
}
@media (min-width: 576px) {
  .max-w-sm-75 {
    max-width: 75rem;
  }
}
@media (min-width: 768px) {
  .max-w-md-75 {
    max-width: 75rem;
  }
}
@media (min-width: 991px) {
  .max-w-lg-75 {
    max-width: 75rem;
  }
}
@media (min-width: 1200px) {
  .max-w-xl-75 {
    max-width: 75rem;
  }
}
@media (min-width: 1440px) {
  .max-w-xxl-75 {
    max-width: 75rem;
  }
}
@media (min-width: 1600px) {
  .max-w-xxxl-75 {
    max-width: 75rem;
  }
}
@media (min-width: 1920px) {
  .max-w-xxxxl-75 {
    max-width: 75rem;
  }
}
@media (min-width: 576px) {
  .max-w-sm-76 {
    max-width: 76rem;
  }
}
@media (min-width: 768px) {
  .max-w-md-76 {
    max-width: 76rem;
  }
}
@media (min-width: 991px) {
  .max-w-lg-76 {
    max-width: 76rem;
  }
}
@media (min-width: 1200px) {
  .max-w-xl-76 {
    max-width: 76rem;
  }
}
@media (min-width: 1440px) {
  .max-w-xxl-76 {
    max-width: 76rem;
  }
}
@media (min-width: 1600px) {
  .max-w-xxxl-76 {
    max-width: 76rem;
  }
}
@media (min-width: 1920px) {
  .max-w-xxxxl-76 {
    max-width: 76rem;
  }
}
@media (min-width: 576px) {
  .max-w-sm-77 {
    max-width: 77rem;
  }
}
@media (min-width: 768px) {
  .max-w-md-77 {
    max-width: 77rem;
  }
}
@media (min-width: 991px) {
  .max-w-lg-77 {
    max-width: 77rem;
  }
}
@media (min-width: 1200px) {
  .max-w-xl-77 {
    max-width: 77rem;
  }
}
@media (min-width: 1440px) {
  .max-w-xxl-77 {
    max-width: 77rem;
  }
}
@media (min-width: 1600px) {
  .max-w-xxxl-77 {
    max-width: 77rem;
  }
}
@media (min-width: 1920px) {
  .max-w-xxxxl-77 {
    max-width: 77rem;
  }
}
@media (min-width: 576px) {
  .max-w-sm-78 {
    max-width: 78rem;
  }
}
@media (min-width: 768px) {
  .max-w-md-78 {
    max-width: 78rem;
  }
}
@media (min-width: 991px) {
  .max-w-lg-78 {
    max-width: 78rem;
  }
}
@media (min-width: 1200px) {
  .max-w-xl-78 {
    max-width: 78rem;
  }
}
@media (min-width: 1440px) {
  .max-w-xxl-78 {
    max-width: 78rem;
  }
}
@media (min-width: 1600px) {
  .max-w-xxxl-78 {
    max-width: 78rem;
  }
}
@media (min-width: 1920px) {
  .max-w-xxxxl-78 {
    max-width: 78rem;
  }
}
@media (min-width: 576px) {
  .max-w-sm-79 {
    max-width: 79rem;
  }
}
@media (min-width: 768px) {
  .max-w-md-79 {
    max-width: 79rem;
  }
}
@media (min-width: 991px) {
  .max-w-lg-79 {
    max-width: 79rem;
  }
}
@media (min-width: 1200px) {
  .max-w-xl-79 {
    max-width: 79rem;
  }
}
@media (min-width: 1440px) {
  .max-w-xxl-79 {
    max-width: 79rem;
  }
}
@media (min-width: 1600px) {
  .max-w-xxxl-79 {
    max-width: 79rem;
  }
}
@media (min-width: 1920px) {
  .max-w-xxxxl-79 {
    max-width: 79rem;
  }
}
@media (min-width: 576px) {
  .max-w-sm-80 {
    max-width: 80rem;
  }
}
@media (min-width: 768px) {
  .max-w-md-80 {
    max-width: 80rem;
  }
}
@media (min-width: 991px) {
  .max-w-lg-80 {
    max-width: 80rem;
  }
}
@media (min-width: 1200px) {
  .max-w-xl-80 {
    max-width: 80rem;
  }
}
@media (min-width: 1440px) {
  .max-w-xxl-80 {
    max-width: 80rem;
  }
}
@media (min-width: 1600px) {
  .max-w-xxxl-80 {
    max-width: 80rem;
  }
}
@media (min-width: 1920px) {
  .max-w-xxxxl-80 {
    max-width: 80rem;
  }
}
@media (min-width: 576px) {
  .max-w-sm-81 {
    max-width: 81rem;
  }
}
@media (min-width: 768px) {
  .max-w-md-81 {
    max-width: 81rem;
  }
}
@media (min-width: 991px) {
  .max-w-lg-81 {
    max-width: 81rem;
  }
}
@media (min-width: 1200px) {
  .max-w-xl-81 {
    max-width: 81rem;
  }
}
@media (min-width: 1440px) {
  .max-w-xxl-81 {
    max-width: 81rem;
  }
}
@media (min-width: 1600px) {
  .max-w-xxxl-81 {
    max-width: 81rem;
  }
}
@media (min-width: 1920px) {
  .max-w-xxxxl-81 {
    max-width: 81rem;
  }
}
@media (min-width: 576px) {
  .max-w-sm-82 {
    max-width: 82rem;
  }
}
@media (min-width: 768px) {
  .max-w-md-82 {
    max-width: 82rem;
  }
}
@media (min-width: 991px) {
  .max-w-lg-82 {
    max-width: 82rem;
  }
}
@media (min-width: 1200px) {
  .max-w-xl-82 {
    max-width: 82rem;
  }
}
@media (min-width: 1440px) {
  .max-w-xxl-82 {
    max-width: 82rem;
  }
}
@media (min-width: 1600px) {
  .max-w-xxxl-82 {
    max-width: 82rem;
  }
}
@media (min-width: 1920px) {
  .max-w-xxxxl-82 {
    max-width: 82rem;
  }
}
@media (min-width: 576px) {
  .max-w-sm-83 {
    max-width: 83rem;
  }
}
@media (min-width: 768px) {
  .max-w-md-83 {
    max-width: 83rem;
  }
}
@media (min-width: 991px) {
  .max-w-lg-83 {
    max-width: 83rem;
  }
}
@media (min-width: 1200px) {
  .max-w-xl-83 {
    max-width: 83rem;
  }
}
@media (min-width: 1440px) {
  .max-w-xxl-83 {
    max-width: 83rem;
  }
}
@media (min-width: 1600px) {
  .max-w-xxxl-83 {
    max-width: 83rem;
  }
}
@media (min-width: 1920px) {
  .max-w-xxxxl-83 {
    max-width: 83rem;
  }
}
@media (min-width: 576px) {
  .max-w-sm-84 {
    max-width: 84rem;
  }
}
@media (min-width: 768px) {
  .max-w-md-84 {
    max-width: 84rem;
  }
}
@media (min-width: 991px) {
  .max-w-lg-84 {
    max-width: 84rem;
  }
}
@media (min-width: 1200px) {
  .max-w-xl-84 {
    max-width: 84rem;
  }
}
@media (min-width: 1440px) {
  .max-w-xxl-84 {
    max-width: 84rem;
  }
}
@media (min-width: 1600px) {
  .max-w-xxxl-84 {
    max-width: 84rem;
  }
}
@media (min-width: 1920px) {
  .max-w-xxxxl-84 {
    max-width: 84rem;
  }
}
@media (min-width: 576px) {
  .max-w-sm-85 {
    max-width: 85rem;
  }
}
@media (min-width: 768px) {
  .max-w-md-85 {
    max-width: 85rem;
  }
}
@media (min-width: 991px) {
  .max-w-lg-85 {
    max-width: 85rem;
  }
}
@media (min-width: 1200px) {
  .max-w-xl-85 {
    max-width: 85rem;
  }
}
@media (min-width: 1440px) {
  .max-w-xxl-85 {
    max-width: 85rem;
  }
}
@media (min-width: 1600px) {
  .max-w-xxxl-85 {
    max-width: 85rem;
  }
}
@media (min-width: 1920px) {
  .max-w-xxxxl-85 {
    max-width: 85rem;
  }
}
@media (min-width: 576px) {
  .max-w-sm-86 {
    max-width: 86rem;
  }
}
@media (min-width: 768px) {
  .max-w-md-86 {
    max-width: 86rem;
  }
}
@media (min-width: 991px) {
  .max-w-lg-86 {
    max-width: 86rem;
  }
}
@media (min-width: 1200px) {
  .max-w-xl-86 {
    max-width: 86rem;
  }
}
@media (min-width: 1440px) {
  .max-w-xxl-86 {
    max-width: 86rem;
  }
}
@media (min-width: 1600px) {
  .max-w-xxxl-86 {
    max-width: 86rem;
  }
}
@media (min-width: 1920px) {
  .max-w-xxxxl-86 {
    max-width: 86rem;
  }
}
@media (min-width: 576px) {
  .max-w-sm-87 {
    max-width: 87rem;
  }
}
@media (min-width: 768px) {
  .max-w-md-87 {
    max-width: 87rem;
  }
}
@media (min-width: 991px) {
  .max-w-lg-87 {
    max-width: 87rem;
  }
}
@media (min-width: 1200px) {
  .max-w-xl-87 {
    max-width: 87rem;
  }
}
@media (min-width: 1440px) {
  .max-w-xxl-87 {
    max-width: 87rem;
  }
}
@media (min-width: 1600px) {
  .max-w-xxxl-87 {
    max-width: 87rem;
  }
}
@media (min-width: 1920px) {
  .max-w-xxxxl-87 {
    max-width: 87rem;
  }
}
@media (min-width: 576px) {
  .max-w-sm-88 {
    max-width: 88rem;
  }
}
@media (min-width: 768px) {
  .max-w-md-88 {
    max-width: 88rem;
  }
}
@media (min-width: 991px) {
  .max-w-lg-88 {
    max-width: 88rem;
  }
}
@media (min-width: 1200px) {
  .max-w-xl-88 {
    max-width: 88rem;
  }
}
@media (min-width: 1440px) {
  .max-w-xxl-88 {
    max-width: 88rem;
  }
}
@media (min-width: 1600px) {
  .max-w-xxxl-88 {
    max-width: 88rem;
  }
}
@media (min-width: 1920px) {
  .max-w-xxxxl-88 {
    max-width: 88rem;
  }
}
@media (min-width: 576px) {
  .max-w-sm-89 {
    max-width: 89rem;
  }
}
@media (min-width: 768px) {
  .max-w-md-89 {
    max-width: 89rem;
  }
}
@media (min-width: 991px) {
  .max-w-lg-89 {
    max-width: 89rem;
  }
}
@media (min-width: 1200px) {
  .max-w-xl-89 {
    max-width: 89rem;
  }
}
@media (min-width: 1440px) {
  .max-w-xxl-89 {
    max-width: 89rem;
  }
}
@media (min-width: 1600px) {
  .max-w-xxxl-89 {
    max-width: 89rem;
  }
}
@media (min-width: 1920px) {
  .max-w-xxxxl-89 {
    max-width: 89rem;
  }
}
@media (min-width: 576px) {
  .max-w-sm-90 {
    max-width: 90rem;
  }
}
@media (min-width: 768px) {
  .max-w-md-90 {
    max-width: 90rem;
  }
}
@media (min-width: 991px) {
  .max-w-lg-90 {
    max-width: 90rem;
  }
}
@media (min-width: 1200px) {
  .max-w-xl-90 {
    max-width: 90rem;
  }
}
@media (min-width: 1440px) {
  .max-w-xxl-90 {
    max-width: 90rem;
  }
}
@media (min-width: 1600px) {
  .max-w-xxxl-90 {
    max-width: 90rem;
  }
}
@media (min-width: 1920px) {
  .max-w-xxxxl-90 {
    max-width: 90rem;
  }
}
@media (min-width: 576px) {
  .max-w-sm-91 {
    max-width: 91rem;
  }
}
@media (min-width: 768px) {
  .max-w-md-91 {
    max-width: 91rem;
  }
}
@media (min-width: 991px) {
  .max-w-lg-91 {
    max-width: 91rem;
  }
}
@media (min-width: 1200px) {
  .max-w-xl-91 {
    max-width: 91rem;
  }
}
@media (min-width: 1440px) {
  .max-w-xxl-91 {
    max-width: 91rem;
  }
}
@media (min-width: 1600px) {
  .max-w-xxxl-91 {
    max-width: 91rem;
  }
}
@media (min-width: 1920px) {
  .max-w-xxxxl-91 {
    max-width: 91rem;
  }
}
@media (min-width: 576px) {
  .max-w-sm-92 {
    max-width: 92rem;
  }
}
@media (min-width: 768px) {
  .max-w-md-92 {
    max-width: 92rem;
  }
}
@media (min-width: 991px) {
  .max-w-lg-92 {
    max-width: 92rem;
  }
}
@media (min-width: 1200px) {
  .max-w-xl-92 {
    max-width: 92rem;
  }
}
@media (min-width: 1440px) {
  .max-w-xxl-92 {
    max-width: 92rem;
  }
}
@media (min-width: 1600px) {
  .max-w-xxxl-92 {
    max-width: 92rem;
  }
}
@media (min-width: 1920px) {
  .max-w-xxxxl-92 {
    max-width: 92rem;
  }
}
@media (min-width: 576px) {
  .max-w-sm-93 {
    max-width: 93rem;
  }
}
@media (min-width: 768px) {
  .max-w-md-93 {
    max-width: 93rem;
  }
}
@media (min-width: 991px) {
  .max-w-lg-93 {
    max-width: 93rem;
  }
}
@media (min-width: 1200px) {
  .max-w-xl-93 {
    max-width: 93rem;
  }
}
@media (min-width: 1440px) {
  .max-w-xxl-93 {
    max-width: 93rem;
  }
}
@media (min-width: 1600px) {
  .max-w-xxxl-93 {
    max-width: 93rem;
  }
}
@media (min-width: 1920px) {
  .max-w-xxxxl-93 {
    max-width: 93rem;
  }
}
@media (min-width: 576px) {
  .max-w-sm-94 {
    max-width: 94rem;
  }
}
@media (min-width: 768px) {
  .max-w-md-94 {
    max-width: 94rem;
  }
}
@media (min-width: 991px) {
  .max-w-lg-94 {
    max-width: 94rem;
  }
}
@media (min-width: 1200px) {
  .max-w-xl-94 {
    max-width: 94rem;
  }
}
@media (min-width: 1440px) {
  .max-w-xxl-94 {
    max-width: 94rem;
  }
}
@media (min-width: 1600px) {
  .max-w-xxxl-94 {
    max-width: 94rem;
  }
}
@media (min-width: 1920px) {
  .max-w-xxxxl-94 {
    max-width: 94rem;
  }
}
@media (min-width: 576px) {
  .max-w-sm-95 {
    max-width: 95rem;
  }
}
@media (min-width: 768px) {
  .max-w-md-95 {
    max-width: 95rem;
  }
}
@media (min-width: 991px) {
  .max-w-lg-95 {
    max-width: 95rem;
  }
}
@media (min-width: 1200px) {
  .max-w-xl-95 {
    max-width: 95rem;
  }
}
@media (min-width: 1440px) {
  .max-w-xxl-95 {
    max-width: 95rem;
  }
}
@media (min-width: 1600px) {
  .max-w-xxxl-95 {
    max-width: 95rem;
  }
}
@media (min-width: 1920px) {
  .max-w-xxxxl-95 {
    max-width: 95rem;
  }
}
@media (min-width: 576px) {
  .max-w-sm-96 {
    max-width: 96rem;
  }
}
@media (min-width: 768px) {
  .max-w-md-96 {
    max-width: 96rem;
  }
}
@media (min-width: 991px) {
  .max-w-lg-96 {
    max-width: 96rem;
  }
}
@media (min-width: 1200px) {
  .max-w-xl-96 {
    max-width: 96rem;
  }
}
@media (min-width: 1440px) {
  .max-w-xxl-96 {
    max-width: 96rem;
  }
}
@media (min-width: 1600px) {
  .max-w-xxxl-96 {
    max-width: 96rem;
  }
}
@media (min-width: 1920px) {
  .max-w-xxxxl-96 {
    max-width: 96rem;
  }
}
@media (min-width: 576px) {
  .max-w-sm-97 {
    max-width: 97rem;
  }
}
@media (min-width: 768px) {
  .max-w-md-97 {
    max-width: 97rem;
  }
}
@media (min-width: 991px) {
  .max-w-lg-97 {
    max-width: 97rem;
  }
}
@media (min-width: 1200px) {
  .max-w-xl-97 {
    max-width: 97rem;
  }
}
@media (min-width: 1440px) {
  .max-w-xxl-97 {
    max-width: 97rem;
  }
}
@media (min-width: 1600px) {
  .max-w-xxxl-97 {
    max-width: 97rem;
  }
}
@media (min-width: 1920px) {
  .max-w-xxxxl-97 {
    max-width: 97rem;
  }
}
@media (min-width: 576px) {
  .max-w-sm-98 {
    max-width: 98rem;
  }
}
@media (min-width: 768px) {
  .max-w-md-98 {
    max-width: 98rem;
  }
}
@media (min-width: 991px) {
  .max-w-lg-98 {
    max-width: 98rem;
  }
}
@media (min-width: 1200px) {
  .max-w-xl-98 {
    max-width: 98rem;
  }
}
@media (min-width: 1440px) {
  .max-w-xxl-98 {
    max-width: 98rem;
  }
}
@media (min-width: 1600px) {
  .max-w-xxxl-98 {
    max-width: 98rem;
  }
}
@media (min-width: 1920px) {
  .max-w-xxxxl-98 {
    max-width: 98rem;
  }
}
@media (min-width: 576px) {
  .max-w-sm-99 {
    max-width: 99rem;
  }
}
@media (min-width: 768px) {
  .max-w-md-99 {
    max-width: 99rem;
  }
}
@media (min-width: 991px) {
  .max-w-lg-99 {
    max-width: 99rem;
  }
}
@media (min-width: 1200px) {
  .max-w-xl-99 {
    max-width: 99rem;
  }
}
@media (min-width: 1440px) {
  .max-w-xxl-99 {
    max-width: 99rem;
  }
}
@media (min-width: 1600px) {
  .max-w-xxxl-99 {
    max-width: 99rem;
  }
}
@media (min-width: 1920px) {
  .max-w-xxxxl-99 {
    max-width: 99rem;
  }
}
@media (min-width: 576px) {
  .max-w-sm-100 {
    max-width: 100rem;
  }
}
@media (min-width: 768px) {
  .max-w-md-100 {
    max-width: 100rem;
  }
}
@media (min-width: 991px) {
  .max-w-lg-100 {
    max-width: 100rem;
  }
}
@media (min-width: 1200px) {
  .max-w-xl-100 {
    max-width: 100rem;
  }
}
@media (min-width: 1440px) {
  .max-w-xxl-100 {
    max-width: 100rem;
  }
}
@media (min-width: 1600px) {
  .max-w-xxxl-100 {
    max-width: 100rem;
  }
}
@media (min-width: 1920px) {
  .max-w-xxxxl-100 {
    max-width: 100rem;
  }
}
@media (min-width: 576px) {
  .max-w-sm-none {
    max-width: none;
  }
}
@media (min-width: 768px) {
  .max-w-md-none {
    max-width: none;
  }
}
@media (min-width: 991px) {
  .max-w-lg-none {
    max-width: none;
  }
}
@media (min-width: 1200px) {
  .max-w-xl-none {
    max-width: none;
  }
}
@media (min-width: 1440px) {
  .max-w-xxl-none {
    max-width: none;
  }
}
@media (min-width: 1600px) {
  .max-w-xxxl-none {
    max-width: none;
  }
}
@media (min-width: 1920px) {
  .max-w-xxxxl-none {
    max-width: none;
  }
}
/*
 * Distances
 * -------------------------------------------------------- */
.distance-0 {
  margin-bottom: 0px !important;
}
@media (min-width: 576px) {
  .distance-sm-0 {
    margin-bottom: 0px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-0 {
    margin-bottom: 0px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-0 {
    margin-bottom: 0px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-0 {
    margin-bottom: 0px !important;
  }
}
.distance-1 {
  margin-bottom: 1px !important;
}
@media (min-width: 576px) {
  .distance-sm-1 {
    margin-bottom: 1px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-1 {
    margin-bottom: 1px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-1 {
    margin-bottom: 1px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-1 {
    margin-bottom: 1px !important;
  }
}
.distance-2 {
  margin-bottom: 2px !important;
}
@media (min-width: 576px) {
  .distance-sm-2 {
    margin-bottom: 2px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-2 {
    margin-bottom: 2px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-2 {
    margin-bottom: 2px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-2 {
    margin-bottom: 2px !important;
  }
}
.distance-3 {
  margin-bottom: 3px !important;
}
@media (min-width: 576px) {
  .distance-sm-3 {
    margin-bottom: 3px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-3 {
    margin-bottom: 3px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-3 {
    margin-bottom: 3px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-3 {
    margin-bottom: 3px !important;
  }
}
.distance-4 {
  margin-bottom: 4px !important;
}
@media (min-width: 576px) {
  .distance-sm-4 {
    margin-bottom: 4px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-4 {
    margin-bottom: 4px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-4 {
    margin-bottom: 4px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-4 {
    margin-bottom: 4px !important;
  }
}
.distance-5 {
  margin-bottom: 5px !important;
}
@media (min-width: 576px) {
  .distance-sm-5 {
    margin-bottom: 5px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-5 {
    margin-bottom: 5px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-5 {
    margin-bottom: 5px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-5 {
    margin-bottom: 5px !important;
  }
}
.distance-6 {
  margin-bottom: 6px !important;
}
@media (min-width: 576px) {
  .distance-sm-6 {
    margin-bottom: 6px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-6 {
    margin-bottom: 6px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-6 {
    margin-bottom: 6px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-6 {
    margin-bottom: 6px !important;
  }
}
.distance-7 {
  margin-bottom: 7px !important;
}
@media (min-width: 576px) {
  .distance-sm-7 {
    margin-bottom: 7px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-7 {
    margin-bottom: 7px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-7 {
    margin-bottom: 7px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-7 {
    margin-bottom: 7px !important;
  }
}
.distance-8 {
  margin-bottom: 8px !important;
}
@media (min-width: 576px) {
  .distance-sm-8 {
    margin-bottom: 8px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-8 {
    margin-bottom: 8px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-8 {
    margin-bottom: 8px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-8 {
    margin-bottom: 8px !important;
  }
}
.distance-9 {
  margin-bottom: 9px !important;
}
@media (min-width: 576px) {
  .distance-sm-9 {
    margin-bottom: 9px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-9 {
    margin-bottom: 9px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-9 {
    margin-bottom: 9px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-9 {
    margin-bottom: 9px !important;
  }
}
.distance-10 {
  margin-bottom: 10px !important;
}
@media (min-width: 576px) {
  .distance-sm-10 {
    margin-bottom: 10px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-10 {
    margin-bottom: 10px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-10 {
    margin-bottom: 10px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-10 {
    margin-bottom: 10px !important;
  }
}
.distance-11 {
  margin-bottom: 11px !important;
}
@media (min-width: 576px) {
  .distance-sm-11 {
    margin-bottom: 11px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-11 {
    margin-bottom: 11px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-11 {
    margin-bottom: 11px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-11 {
    margin-bottom: 11px !important;
  }
}
.distance-12 {
  margin-bottom: 12px !important;
}
@media (min-width: 576px) {
  .distance-sm-12 {
    margin-bottom: 12px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-12 {
    margin-bottom: 12px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-12 {
    margin-bottom: 12px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-12 {
    margin-bottom: 12px !important;
  }
}
.distance-13 {
  margin-bottom: 13px !important;
}
@media (min-width: 576px) {
  .distance-sm-13 {
    margin-bottom: 13px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-13 {
    margin-bottom: 13px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-13 {
    margin-bottom: 13px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-13 {
    margin-bottom: 13px !important;
  }
}
.distance-14 {
  margin-bottom: 14px !important;
}
@media (min-width: 576px) {
  .distance-sm-14 {
    margin-bottom: 14px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-14 {
    margin-bottom: 14px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-14 {
    margin-bottom: 14px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-14 {
    margin-bottom: 14px !important;
  }
}
.distance-15 {
  margin-bottom: 15px !important;
}
@media (min-width: 576px) {
  .distance-sm-15 {
    margin-bottom: 15px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-15 {
    margin-bottom: 15px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-15 {
    margin-bottom: 15px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-15 {
    margin-bottom: 15px !important;
  }
}
.distance-16 {
  margin-bottom: 16px !important;
}
@media (min-width: 576px) {
  .distance-sm-16 {
    margin-bottom: 16px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-16 {
    margin-bottom: 16px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-16 {
    margin-bottom: 16px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-16 {
    margin-bottom: 16px !important;
  }
}
.distance-17 {
  margin-bottom: 17px !important;
}
@media (min-width: 576px) {
  .distance-sm-17 {
    margin-bottom: 17px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-17 {
    margin-bottom: 17px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-17 {
    margin-bottom: 17px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-17 {
    margin-bottom: 17px !important;
  }
}
.distance-18 {
  margin-bottom: 18px !important;
}
@media (min-width: 576px) {
  .distance-sm-18 {
    margin-bottom: 18px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-18 {
    margin-bottom: 18px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-18 {
    margin-bottom: 18px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-18 {
    margin-bottom: 18px !important;
  }
}
.distance-19 {
  margin-bottom: 19px !important;
}
@media (min-width: 576px) {
  .distance-sm-19 {
    margin-bottom: 19px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-19 {
    margin-bottom: 19px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-19 {
    margin-bottom: 19px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-19 {
    margin-bottom: 19px !important;
  }
}
.distance-20 {
  margin-bottom: 20px !important;
}
@media (min-width: 576px) {
  .distance-sm-20 {
    margin-bottom: 20px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-20 {
    margin-bottom: 20px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-20 {
    margin-bottom: 20px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-20 {
    margin-bottom: 20px !important;
  }
}
.distance-21 {
  margin-bottom: 21px !important;
}
@media (min-width: 576px) {
  .distance-sm-21 {
    margin-bottom: 21px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-21 {
    margin-bottom: 21px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-21 {
    margin-bottom: 21px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-21 {
    margin-bottom: 21px !important;
  }
}
.distance-22 {
  margin-bottom: 22px !important;
}
@media (min-width: 576px) {
  .distance-sm-22 {
    margin-bottom: 22px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-22 {
    margin-bottom: 22px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-22 {
    margin-bottom: 22px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-22 {
    margin-bottom: 22px !important;
  }
}
.distance-23 {
  margin-bottom: 23px !important;
}
@media (min-width: 576px) {
  .distance-sm-23 {
    margin-bottom: 23px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-23 {
    margin-bottom: 23px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-23 {
    margin-bottom: 23px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-23 {
    margin-bottom: 23px !important;
  }
}
.distance-24 {
  margin-bottom: 24px !important;
}
@media (min-width: 576px) {
  .distance-sm-24 {
    margin-bottom: 24px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-24 {
    margin-bottom: 24px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-24 {
    margin-bottom: 24px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-24 {
    margin-bottom: 24px !important;
  }
}
.distance-25 {
  margin-bottom: 25px !important;
}
@media (min-width: 576px) {
  .distance-sm-25 {
    margin-bottom: 25px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-25 {
    margin-bottom: 25px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-25 {
    margin-bottom: 25px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-25 {
    margin-bottom: 25px !important;
  }
}
.distance-26 {
  margin-bottom: 26px !important;
}
@media (min-width: 576px) {
  .distance-sm-26 {
    margin-bottom: 26px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-26 {
    margin-bottom: 26px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-26 {
    margin-bottom: 26px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-26 {
    margin-bottom: 26px !important;
  }
}
.distance-27 {
  margin-bottom: 27px !important;
}
@media (min-width: 576px) {
  .distance-sm-27 {
    margin-bottom: 27px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-27 {
    margin-bottom: 27px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-27 {
    margin-bottom: 27px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-27 {
    margin-bottom: 27px !important;
  }
}
.distance-28 {
  margin-bottom: 28px !important;
}
@media (min-width: 576px) {
  .distance-sm-28 {
    margin-bottom: 28px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-28 {
    margin-bottom: 28px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-28 {
    margin-bottom: 28px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-28 {
    margin-bottom: 28px !important;
  }
}
.distance-29 {
  margin-bottom: 29px !important;
}
@media (min-width: 576px) {
  .distance-sm-29 {
    margin-bottom: 29px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-29 {
    margin-bottom: 29px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-29 {
    margin-bottom: 29px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-29 {
    margin-bottom: 29px !important;
  }
}
.distance-30 {
  margin-bottom: 30px !important;
}
@media (min-width: 576px) {
  .distance-sm-30 {
    margin-bottom: 30px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-30 {
    margin-bottom: 30px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-30 {
    margin-bottom: 30px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-30 {
    margin-bottom: 30px !important;
  }
}
.distance-31 {
  margin-bottom: 31px !important;
}
@media (min-width: 576px) {
  .distance-sm-31 {
    margin-bottom: 31px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-31 {
    margin-bottom: 31px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-31 {
    margin-bottom: 31px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-31 {
    margin-bottom: 31px !important;
  }
}
.distance-32 {
  margin-bottom: 32px !important;
}
@media (min-width: 576px) {
  .distance-sm-32 {
    margin-bottom: 32px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-32 {
    margin-bottom: 32px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-32 {
    margin-bottom: 32px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-32 {
    margin-bottom: 32px !important;
  }
}
.distance-33 {
  margin-bottom: 33px !important;
}
@media (min-width: 576px) {
  .distance-sm-33 {
    margin-bottom: 33px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-33 {
    margin-bottom: 33px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-33 {
    margin-bottom: 33px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-33 {
    margin-bottom: 33px !important;
  }
}
.distance-34 {
  margin-bottom: 34px !important;
}
@media (min-width: 576px) {
  .distance-sm-34 {
    margin-bottom: 34px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-34 {
    margin-bottom: 34px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-34 {
    margin-bottom: 34px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-34 {
    margin-bottom: 34px !important;
  }
}
.distance-35 {
  margin-bottom: 35px !important;
}
@media (min-width: 576px) {
  .distance-sm-35 {
    margin-bottom: 35px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-35 {
    margin-bottom: 35px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-35 {
    margin-bottom: 35px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-35 {
    margin-bottom: 35px !important;
  }
}
.distance-36 {
  margin-bottom: 36px !important;
}
@media (min-width: 576px) {
  .distance-sm-36 {
    margin-bottom: 36px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-36 {
    margin-bottom: 36px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-36 {
    margin-bottom: 36px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-36 {
    margin-bottom: 36px !important;
  }
}
.distance-37 {
  margin-bottom: 37px !important;
}
@media (min-width: 576px) {
  .distance-sm-37 {
    margin-bottom: 37px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-37 {
    margin-bottom: 37px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-37 {
    margin-bottom: 37px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-37 {
    margin-bottom: 37px !important;
  }
}
.distance-38 {
  margin-bottom: 38px !important;
}
@media (min-width: 576px) {
  .distance-sm-38 {
    margin-bottom: 38px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-38 {
    margin-bottom: 38px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-38 {
    margin-bottom: 38px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-38 {
    margin-bottom: 38px !important;
  }
}
.distance-39 {
  margin-bottom: 39px !important;
}
@media (min-width: 576px) {
  .distance-sm-39 {
    margin-bottom: 39px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-39 {
    margin-bottom: 39px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-39 {
    margin-bottom: 39px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-39 {
    margin-bottom: 39px !important;
  }
}
.distance-40 {
  margin-bottom: 40px !important;
}
@media (min-width: 576px) {
  .distance-sm-40 {
    margin-bottom: 40px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-40 {
    margin-bottom: 40px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-40 {
    margin-bottom: 40px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-40 {
    margin-bottom: 40px !important;
  }
}
.distance-41 {
  margin-bottom: 41px !important;
}
@media (min-width: 576px) {
  .distance-sm-41 {
    margin-bottom: 41px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-41 {
    margin-bottom: 41px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-41 {
    margin-bottom: 41px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-41 {
    margin-bottom: 41px !important;
  }
}
.distance-42 {
  margin-bottom: 42px !important;
}
@media (min-width: 576px) {
  .distance-sm-42 {
    margin-bottom: 42px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-42 {
    margin-bottom: 42px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-42 {
    margin-bottom: 42px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-42 {
    margin-bottom: 42px !important;
  }
}
.distance-43 {
  margin-bottom: 43px !important;
}
@media (min-width: 576px) {
  .distance-sm-43 {
    margin-bottom: 43px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-43 {
    margin-bottom: 43px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-43 {
    margin-bottom: 43px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-43 {
    margin-bottom: 43px !important;
  }
}
.distance-44 {
  margin-bottom: 44px !important;
}
@media (min-width: 576px) {
  .distance-sm-44 {
    margin-bottom: 44px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-44 {
    margin-bottom: 44px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-44 {
    margin-bottom: 44px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-44 {
    margin-bottom: 44px !important;
  }
}
.distance-45 {
  margin-bottom: 45px !important;
}
@media (min-width: 576px) {
  .distance-sm-45 {
    margin-bottom: 45px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-45 {
    margin-bottom: 45px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-45 {
    margin-bottom: 45px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-45 {
    margin-bottom: 45px !important;
  }
}
.distance-46 {
  margin-bottom: 46px !important;
}
@media (min-width: 576px) {
  .distance-sm-46 {
    margin-bottom: 46px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-46 {
    margin-bottom: 46px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-46 {
    margin-bottom: 46px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-46 {
    margin-bottom: 46px !important;
  }
}
.distance-47 {
  margin-bottom: 47px !important;
}
@media (min-width: 576px) {
  .distance-sm-47 {
    margin-bottom: 47px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-47 {
    margin-bottom: 47px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-47 {
    margin-bottom: 47px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-47 {
    margin-bottom: 47px !important;
  }
}
.distance-48 {
  margin-bottom: 48px !important;
}
@media (min-width: 576px) {
  .distance-sm-48 {
    margin-bottom: 48px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-48 {
    margin-bottom: 48px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-48 {
    margin-bottom: 48px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-48 {
    margin-bottom: 48px !important;
  }
}
.distance-49 {
  margin-bottom: 49px !important;
}
@media (min-width: 576px) {
  .distance-sm-49 {
    margin-bottom: 49px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-49 {
    margin-bottom: 49px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-49 {
    margin-bottom: 49px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-49 {
    margin-bottom: 49px !important;
  }
}
.distance-50 {
  margin-bottom: 50px !important;
}
@media (min-width: 576px) {
  .distance-sm-50 {
    margin-bottom: 50px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-50 {
    margin-bottom: 50px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-50 {
    margin-bottom: 50px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-50 {
    margin-bottom: 50px !important;
  }
}
.distance-51 {
  margin-bottom: 51px !important;
}
@media (min-width: 576px) {
  .distance-sm-51 {
    margin-bottom: 51px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-51 {
    margin-bottom: 51px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-51 {
    margin-bottom: 51px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-51 {
    margin-bottom: 51px !important;
  }
}
.distance-52 {
  margin-bottom: 52px !important;
}
@media (min-width: 576px) {
  .distance-sm-52 {
    margin-bottom: 52px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-52 {
    margin-bottom: 52px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-52 {
    margin-bottom: 52px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-52 {
    margin-bottom: 52px !important;
  }
}
.distance-53 {
  margin-bottom: 53px !important;
}
@media (min-width: 576px) {
  .distance-sm-53 {
    margin-bottom: 53px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-53 {
    margin-bottom: 53px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-53 {
    margin-bottom: 53px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-53 {
    margin-bottom: 53px !important;
  }
}
.distance-54 {
  margin-bottom: 54px !important;
}
@media (min-width: 576px) {
  .distance-sm-54 {
    margin-bottom: 54px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-54 {
    margin-bottom: 54px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-54 {
    margin-bottom: 54px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-54 {
    margin-bottom: 54px !important;
  }
}
.distance-55 {
  margin-bottom: 55px !important;
}
@media (min-width: 576px) {
  .distance-sm-55 {
    margin-bottom: 55px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-55 {
    margin-bottom: 55px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-55 {
    margin-bottom: 55px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-55 {
    margin-bottom: 55px !important;
  }
}
.distance-56 {
  margin-bottom: 56px !important;
}
@media (min-width: 576px) {
  .distance-sm-56 {
    margin-bottom: 56px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-56 {
    margin-bottom: 56px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-56 {
    margin-bottom: 56px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-56 {
    margin-bottom: 56px !important;
  }
}
.distance-57 {
  margin-bottom: 57px !important;
}
@media (min-width: 576px) {
  .distance-sm-57 {
    margin-bottom: 57px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-57 {
    margin-bottom: 57px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-57 {
    margin-bottom: 57px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-57 {
    margin-bottom: 57px !important;
  }
}
.distance-58 {
  margin-bottom: 58px !important;
}
@media (min-width: 576px) {
  .distance-sm-58 {
    margin-bottom: 58px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-58 {
    margin-bottom: 58px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-58 {
    margin-bottom: 58px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-58 {
    margin-bottom: 58px !important;
  }
}
.distance-59 {
  margin-bottom: 59px !important;
}
@media (min-width: 576px) {
  .distance-sm-59 {
    margin-bottom: 59px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-59 {
    margin-bottom: 59px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-59 {
    margin-bottom: 59px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-59 {
    margin-bottom: 59px !important;
  }
}
.distance-60 {
  margin-bottom: 60px !important;
}
@media (min-width: 576px) {
  .distance-sm-60 {
    margin-bottom: 60px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-60 {
    margin-bottom: 60px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-60 {
    margin-bottom: 60px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-60 {
    margin-bottom: 60px !important;
  }
}
.distance-61 {
  margin-bottom: 61px !important;
}
@media (min-width: 576px) {
  .distance-sm-61 {
    margin-bottom: 61px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-61 {
    margin-bottom: 61px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-61 {
    margin-bottom: 61px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-61 {
    margin-bottom: 61px !important;
  }
}
.distance-62 {
  margin-bottom: 62px !important;
}
@media (min-width: 576px) {
  .distance-sm-62 {
    margin-bottom: 62px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-62 {
    margin-bottom: 62px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-62 {
    margin-bottom: 62px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-62 {
    margin-bottom: 62px !important;
  }
}
.distance-63 {
  margin-bottom: 63px !important;
}
@media (min-width: 576px) {
  .distance-sm-63 {
    margin-bottom: 63px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-63 {
    margin-bottom: 63px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-63 {
    margin-bottom: 63px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-63 {
    margin-bottom: 63px !important;
  }
}
.distance-64 {
  margin-bottom: 64px !important;
}
@media (min-width: 576px) {
  .distance-sm-64 {
    margin-bottom: 64px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-64 {
    margin-bottom: 64px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-64 {
    margin-bottom: 64px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-64 {
    margin-bottom: 64px !important;
  }
}
.distance-65 {
  margin-bottom: 65px !important;
}
@media (min-width: 576px) {
  .distance-sm-65 {
    margin-bottom: 65px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-65 {
    margin-bottom: 65px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-65 {
    margin-bottom: 65px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-65 {
    margin-bottom: 65px !important;
  }
}
.distance-66 {
  margin-bottom: 66px !important;
}
@media (min-width: 576px) {
  .distance-sm-66 {
    margin-bottom: 66px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-66 {
    margin-bottom: 66px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-66 {
    margin-bottom: 66px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-66 {
    margin-bottom: 66px !important;
  }
}
.distance-67 {
  margin-bottom: 67px !important;
}
@media (min-width: 576px) {
  .distance-sm-67 {
    margin-bottom: 67px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-67 {
    margin-bottom: 67px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-67 {
    margin-bottom: 67px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-67 {
    margin-bottom: 67px !important;
  }
}
.distance-68 {
  margin-bottom: 68px !important;
}
@media (min-width: 576px) {
  .distance-sm-68 {
    margin-bottom: 68px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-68 {
    margin-bottom: 68px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-68 {
    margin-bottom: 68px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-68 {
    margin-bottom: 68px !important;
  }
}
.distance-69 {
  margin-bottom: 69px !important;
}
@media (min-width: 576px) {
  .distance-sm-69 {
    margin-bottom: 69px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-69 {
    margin-bottom: 69px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-69 {
    margin-bottom: 69px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-69 {
    margin-bottom: 69px !important;
  }
}
.distance-70 {
  margin-bottom: 70px !important;
}
@media (min-width: 576px) {
  .distance-sm-70 {
    margin-bottom: 70px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-70 {
    margin-bottom: 70px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-70 {
    margin-bottom: 70px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-70 {
    margin-bottom: 70px !important;
  }
}
.distance-71 {
  margin-bottom: 71px !important;
}
@media (min-width: 576px) {
  .distance-sm-71 {
    margin-bottom: 71px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-71 {
    margin-bottom: 71px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-71 {
    margin-bottom: 71px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-71 {
    margin-bottom: 71px !important;
  }
}
.distance-72 {
  margin-bottom: 72px !important;
}
@media (min-width: 576px) {
  .distance-sm-72 {
    margin-bottom: 72px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-72 {
    margin-bottom: 72px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-72 {
    margin-bottom: 72px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-72 {
    margin-bottom: 72px !important;
  }
}
.distance-73 {
  margin-bottom: 73px !important;
}
@media (min-width: 576px) {
  .distance-sm-73 {
    margin-bottom: 73px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-73 {
    margin-bottom: 73px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-73 {
    margin-bottom: 73px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-73 {
    margin-bottom: 73px !important;
  }
}
.distance-74 {
  margin-bottom: 74px !important;
}
@media (min-width: 576px) {
  .distance-sm-74 {
    margin-bottom: 74px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-74 {
    margin-bottom: 74px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-74 {
    margin-bottom: 74px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-74 {
    margin-bottom: 74px !important;
  }
}
.distance-75 {
  margin-bottom: 75px !important;
}
@media (min-width: 576px) {
  .distance-sm-75 {
    margin-bottom: 75px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-75 {
    margin-bottom: 75px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-75 {
    margin-bottom: 75px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-75 {
    margin-bottom: 75px !important;
  }
}
.distance-76 {
  margin-bottom: 76px !important;
}
@media (min-width: 576px) {
  .distance-sm-76 {
    margin-bottom: 76px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-76 {
    margin-bottom: 76px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-76 {
    margin-bottom: 76px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-76 {
    margin-bottom: 76px !important;
  }
}
.distance-77 {
  margin-bottom: 77px !important;
}
@media (min-width: 576px) {
  .distance-sm-77 {
    margin-bottom: 77px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-77 {
    margin-bottom: 77px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-77 {
    margin-bottom: 77px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-77 {
    margin-bottom: 77px !important;
  }
}
.distance-78 {
  margin-bottom: 78px !important;
}
@media (min-width: 576px) {
  .distance-sm-78 {
    margin-bottom: 78px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-78 {
    margin-bottom: 78px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-78 {
    margin-bottom: 78px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-78 {
    margin-bottom: 78px !important;
  }
}
.distance-79 {
  margin-bottom: 79px !important;
}
@media (min-width: 576px) {
  .distance-sm-79 {
    margin-bottom: 79px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-79 {
    margin-bottom: 79px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-79 {
    margin-bottom: 79px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-79 {
    margin-bottom: 79px !important;
  }
}
.distance-80 {
  margin-bottom: 80px !important;
}
@media (min-width: 576px) {
  .distance-sm-80 {
    margin-bottom: 80px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-80 {
    margin-bottom: 80px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-80 {
    margin-bottom: 80px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-80 {
    margin-bottom: 80px !important;
  }
}
.distance-81 {
  margin-bottom: 81px !important;
}
@media (min-width: 576px) {
  .distance-sm-81 {
    margin-bottom: 81px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-81 {
    margin-bottom: 81px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-81 {
    margin-bottom: 81px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-81 {
    margin-bottom: 81px !important;
  }
}
.distance-82 {
  margin-bottom: 82px !important;
}
@media (min-width: 576px) {
  .distance-sm-82 {
    margin-bottom: 82px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-82 {
    margin-bottom: 82px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-82 {
    margin-bottom: 82px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-82 {
    margin-bottom: 82px !important;
  }
}
.distance-83 {
  margin-bottom: 83px !important;
}
@media (min-width: 576px) {
  .distance-sm-83 {
    margin-bottom: 83px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-83 {
    margin-bottom: 83px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-83 {
    margin-bottom: 83px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-83 {
    margin-bottom: 83px !important;
  }
}
.distance-84 {
  margin-bottom: 84px !important;
}
@media (min-width: 576px) {
  .distance-sm-84 {
    margin-bottom: 84px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-84 {
    margin-bottom: 84px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-84 {
    margin-bottom: 84px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-84 {
    margin-bottom: 84px !important;
  }
}
.distance-85 {
  margin-bottom: 85px !important;
}
@media (min-width: 576px) {
  .distance-sm-85 {
    margin-bottom: 85px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-85 {
    margin-bottom: 85px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-85 {
    margin-bottom: 85px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-85 {
    margin-bottom: 85px !important;
  }
}
.distance-86 {
  margin-bottom: 86px !important;
}
@media (min-width: 576px) {
  .distance-sm-86 {
    margin-bottom: 86px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-86 {
    margin-bottom: 86px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-86 {
    margin-bottom: 86px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-86 {
    margin-bottom: 86px !important;
  }
}
.distance-87 {
  margin-bottom: 87px !important;
}
@media (min-width: 576px) {
  .distance-sm-87 {
    margin-bottom: 87px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-87 {
    margin-bottom: 87px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-87 {
    margin-bottom: 87px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-87 {
    margin-bottom: 87px !important;
  }
}
.distance-88 {
  margin-bottom: 88px !important;
}
@media (min-width: 576px) {
  .distance-sm-88 {
    margin-bottom: 88px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-88 {
    margin-bottom: 88px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-88 {
    margin-bottom: 88px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-88 {
    margin-bottom: 88px !important;
  }
}
.distance-89 {
  margin-bottom: 89px !important;
}
@media (min-width: 576px) {
  .distance-sm-89 {
    margin-bottom: 89px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-89 {
    margin-bottom: 89px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-89 {
    margin-bottom: 89px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-89 {
    margin-bottom: 89px !important;
  }
}
.distance-90 {
  margin-bottom: 90px !important;
}
@media (min-width: 576px) {
  .distance-sm-90 {
    margin-bottom: 90px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-90 {
    margin-bottom: 90px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-90 {
    margin-bottom: 90px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-90 {
    margin-bottom: 90px !important;
  }
}
.distance-91 {
  margin-bottom: 91px !important;
}
@media (min-width: 576px) {
  .distance-sm-91 {
    margin-bottom: 91px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-91 {
    margin-bottom: 91px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-91 {
    margin-bottom: 91px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-91 {
    margin-bottom: 91px !important;
  }
}
.distance-92 {
  margin-bottom: 92px !important;
}
@media (min-width: 576px) {
  .distance-sm-92 {
    margin-bottom: 92px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-92 {
    margin-bottom: 92px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-92 {
    margin-bottom: 92px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-92 {
    margin-bottom: 92px !important;
  }
}
.distance-93 {
  margin-bottom: 93px !important;
}
@media (min-width: 576px) {
  .distance-sm-93 {
    margin-bottom: 93px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-93 {
    margin-bottom: 93px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-93 {
    margin-bottom: 93px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-93 {
    margin-bottom: 93px !important;
  }
}
.distance-94 {
  margin-bottom: 94px !important;
}
@media (min-width: 576px) {
  .distance-sm-94 {
    margin-bottom: 94px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-94 {
    margin-bottom: 94px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-94 {
    margin-bottom: 94px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-94 {
    margin-bottom: 94px !important;
  }
}
.distance-95 {
  margin-bottom: 95px !important;
}
@media (min-width: 576px) {
  .distance-sm-95 {
    margin-bottom: 95px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-95 {
    margin-bottom: 95px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-95 {
    margin-bottom: 95px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-95 {
    margin-bottom: 95px !important;
  }
}
.distance-96 {
  margin-bottom: 96px !important;
}
@media (min-width: 576px) {
  .distance-sm-96 {
    margin-bottom: 96px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-96 {
    margin-bottom: 96px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-96 {
    margin-bottom: 96px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-96 {
    margin-bottom: 96px !important;
  }
}
.distance-97 {
  margin-bottom: 97px !important;
}
@media (min-width: 576px) {
  .distance-sm-97 {
    margin-bottom: 97px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-97 {
    margin-bottom: 97px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-97 {
    margin-bottom: 97px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-97 {
    margin-bottom: 97px !important;
  }
}
.distance-98 {
  margin-bottom: 98px !important;
}
@media (min-width: 576px) {
  .distance-sm-98 {
    margin-bottom: 98px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-98 {
    margin-bottom: 98px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-98 {
    margin-bottom: 98px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-98 {
    margin-bottom: 98px !important;
  }
}
.distance-99 {
  margin-bottom: 99px !important;
}
@media (min-width: 576px) {
  .distance-sm-99 {
    margin-bottom: 99px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-99 {
    margin-bottom: 99px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-99 {
    margin-bottom: 99px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-99 {
    margin-bottom: 99px !important;
  }
}
.distance-100 {
  margin-bottom: 100px !important;
}
@media (min-width: 576px) {
  .distance-sm-100 {
    margin-bottom: 100px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-100 {
    margin-bottom: 100px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-100 {
    margin-bottom: 100px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-100 {
    margin-bottom: 100px !important;
  }
}
.distance-101 {
  margin-bottom: 101px !important;
}
@media (min-width: 576px) {
  .distance-sm-101 {
    margin-bottom: 101px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-101 {
    margin-bottom: 101px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-101 {
    margin-bottom: 101px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-101 {
    margin-bottom: 101px !important;
  }
}
.distance-102 {
  margin-bottom: 102px !important;
}
@media (min-width: 576px) {
  .distance-sm-102 {
    margin-bottom: 102px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-102 {
    margin-bottom: 102px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-102 {
    margin-bottom: 102px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-102 {
    margin-bottom: 102px !important;
  }
}
.distance-103 {
  margin-bottom: 103px !important;
}
@media (min-width: 576px) {
  .distance-sm-103 {
    margin-bottom: 103px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-103 {
    margin-bottom: 103px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-103 {
    margin-bottom: 103px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-103 {
    margin-bottom: 103px !important;
  }
}
.distance-104 {
  margin-bottom: 104px !important;
}
@media (min-width: 576px) {
  .distance-sm-104 {
    margin-bottom: 104px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-104 {
    margin-bottom: 104px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-104 {
    margin-bottom: 104px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-104 {
    margin-bottom: 104px !important;
  }
}
.distance-105 {
  margin-bottom: 105px !important;
}
@media (min-width: 576px) {
  .distance-sm-105 {
    margin-bottom: 105px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-105 {
    margin-bottom: 105px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-105 {
    margin-bottom: 105px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-105 {
    margin-bottom: 105px !important;
  }
}
.distance-106 {
  margin-bottom: 106px !important;
}
@media (min-width: 576px) {
  .distance-sm-106 {
    margin-bottom: 106px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-106 {
    margin-bottom: 106px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-106 {
    margin-bottom: 106px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-106 {
    margin-bottom: 106px !important;
  }
}
.distance-107 {
  margin-bottom: 107px !important;
}
@media (min-width: 576px) {
  .distance-sm-107 {
    margin-bottom: 107px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-107 {
    margin-bottom: 107px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-107 {
    margin-bottom: 107px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-107 {
    margin-bottom: 107px !important;
  }
}
.distance-108 {
  margin-bottom: 108px !important;
}
@media (min-width: 576px) {
  .distance-sm-108 {
    margin-bottom: 108px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-108 {
    margin-bottom: 108px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-108 {
    margin-bottom: 108px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-108 {
    margin-bottom: 108px !important;
  }
}
.distance-109 {
  margin-bottom: 109px !important;
}
@media (min-width: 576px) {
  .distance-sm-109 {
    margin-bottom: 109px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-109 {
    margin-bottom: 109px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-109 {
    margin-bottom: 109px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-109 {
    margin-bottom: 109px !important;
  }
}
.distance-110 {
  margin-bottom: 110px !important;
}
@media (min-width: 576px) {
  .distance-sm-110 {
    margin-bottom: 110px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-110 {
    margin-bottom: 110px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-110 {
    margin-bottom: 110px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-110 {
    margin-bottom: 110px !important;
  }
}
.distance-111 {
  margin-bottom: 111px !important;
}
@media (min-width: 576px) {
  .distance-sm-111 {
    margin-bottom: 111px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-111 {
    margin-bottom: 111px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-111 {
    margin-bottom: 111px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-111 {
    margin-bottom: 111px !important;
  }
}
.distance-112 {
  margin-bottom: 112px !important;
}
@media (min-width: 576px) {
  .distance-sm-112 {
    margin-bottom: 112px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-112 {
    margin-bottom: 112px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-112 {
    margin-bottom: 112px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-112 {
    margin-bottom: 112px !important;
  }
}
.distance-113 {
  margin-bottom: 113px !important;
}
@media (min-width: 576px) {
  .distance-sm-113 {
    margin-bottom: 113px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-113 {
    margin-bottom: 113px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-113 {
    margin-bottom: 113px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-113 {
    margin-bottom: 113px !important;
  }
}
.distance-114 {
  margin-bottom: 114px !important;
}
@media (min-width: 576px) {
  .distance-sm-114 {
    margin-bottom: 114px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-114 {
    margin-bottom: 114px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-114 {
    margin-bottom: 114px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-114 {
    margin-bottom: 114px !important;
  }
}
.distance-115 {
  margin-bottom: 115px !important;
}
@media (min-width: 576px) {
  .distance-sm-115 {
    margin-bottom: 115px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-115 {
    margin-bottom: 115px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-115 {
    margin-bottom: 115px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-115 {
    margin-bottom: 115px !important;
  }
}
.distance-116 {
  margin-bottom: 116px !important;
}
@media (min-width: 576px) {
  .distance-sm-116 {
    margin-bottom: 116px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-116 {
    margin-bottom: 116px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-116 {
    margin-bottom: 116px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-116 {
    margin-bottom: 116px !important;
  }
}
.distance-117 {
  margin-bottom: 117px !important;
}
@media (min-width: 576px) {
  .distance-sm-117 {
    margin-bottom: 117px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-117 {
    margin-bottom: 117px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-117 {
    margin-bottom: 117px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-117 {
    margin-bottom: 117px !important;
  }
}
.distance-118 {
  margin-bottom: 118px !important;
}
@media (min-width: 576px) {
  .distance-sm-118 {
    margin-bottom: 118px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-118 {
    margin-bottom: 118px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-118 {
    margin-bottom: 118px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-118 {
    margin-bottom: 118px !important;
  }
}
.distance-119 {
  margin-bottom: 119px !important;
}
@media (min-width: 576px) {
  .distance-sm-119 {
    margin-bottom: 119px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-119 {
    margin-bottom: 119px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-119 {
    margin-bottom: 119px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-119 {
    margin-bottom: 119px !important;
  }
}
.distance-120 {
  margin-bottom: 120px !important;
}
@media (min-width: 576px) {
  .distance-sm-120 {
    margin-bottom: 120px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-120 {
    margin-bottom: 120px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-120 {
    margin-bottom: 120px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-120 {
    margin-bottom: 120px !important;
  }
}
.distance-121 {
  margin-bottom: 121px !important;
}
@media (min-width: 576px) {
  .distance-sm-121 {
    margin-bottom: 121px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-121 {
    margin-bottom: 121px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-121 {
    margin-bottom: 121px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-121 {
    margin-bottom: 121px !important;
  }
}
.distance-122 {
  margin-bottom: 122px !important;
}
@media (min-width: 576px) {
  .distance-sm-122 {
    margin-bottom: 122px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-122 {
    margin-bottom: 122px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-122 {
    margin-bottom: 122px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-122 {
    margin-bottom: 122px !important;
  }
}
.distance-123 {
  margin-bottom: 123px !important;
}
@media (min-width: 576px) {
  .distance-sm-123 {
    margin-bottom: 123px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-123 {
    margin-bottom: 123px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-123 {
    margin-bottom: 123px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-123 {
    margin-bottom: 123px !important;
  }
}
.distance-124 {
  margin-bottom: 124px !important;
}
@media (min-width: 576px) {
  .distance-sm-124 {
    margin-bottom: 124px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-124 {
    margin-bottom: 124px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-124 {
    margin-bottom: 124px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-124 {
    margin-bottom: 124px !important;
  }
}
.distance-125 {
  margin-bottom: 125px !important;
}
@media (min-width: 576px) {
  .distance-sm-125 {
    margin-bottom: 125px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-125 {
    margin-bottom: 125px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-125 {
    margin-bottom: 125px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-125 {
    margin-bottom: 125px !important;
  }
}
.distance-126 {
  margin-bottom: 126px !important;
}
@media (min-width: 576px) {
  .distance-sm-126 {
    margin-bottom: 126px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-126 {
    margin-bottom: 126px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-126 {
    margin-bottom: 126px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-126 {
    margin-bottom: 126px !important;
  }
}
.distance-127 {
  margin-bottom: 127px !important;
}
@media (min-width: 576px) {
  .distance-sm-127 {
    margin-bottom: 127px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-127 {
    margin-bottom: 127px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-127 {
    margin-bottom: 127px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-127 {
    margin-bottom: 127px !important;
  }
}
.distance-128 {
  margin-bottom: 128px !important;
}
@media (min-width: 576px) {
  .distance-sm-128 {
    margin-bottom: 128px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-128 {
    margin-bottom: 128px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-128 {
    margin-bottom: 128px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-128 {
    margin-bottom: 128px !important;
  }
}
.distance-129 {
  margin-bottom: 129px !important;
}
@media (min-width: 576px) {
  .distance-sm-129 {
    margin-bottom: 129px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-129 {
    margin-bottom: 129px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-129 {
    margin-bottom: 129px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-129 {
    margin-bottom: 129px !important;
  }
}
.distance-130 {
  margin-bottom: 130px !important;
}
@media (min-width: 576px) {
  .distance-sm-130 {
    margin-bottom: 130px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-130 {
    margin-bottom: 130px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-130 {
    margin-bottom: 130px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-130 {
    margin-bottom: 130px !important;
  }
}
.distance-131 {
  margin-bottom: 131px !important;
}
@media (min-width: 576px) {
  .distance-sm-131 {
    margin-bottom: 131px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-131 {
    margin-bottom: 131px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-131 {
    margin-bottom: 131px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-131 {
    margin-bottom: 131px !important;
  }
}
.distance-132 {
  margin-bottom: 132px !important;
}
@media (min-width: 576px) {
  .distance-sm-132 {
    margin-bottom: 132px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-132 {
    margin-bottom: 132px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-132 {
    margin-bottom: 132px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-132 {
    margin-bottom: 132px !important;
  }
}
.distance-133 {
  margin-bottom: 133px !important;
}
@media (min-width: 576px) {
  .distance-sm-133 {
    margin-bottom: 133px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-133 {
    margin-bottom: 133px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-133 {
    margin-bottom: 133px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-133 {
    margin-bottom: 133px !important;
  }
}
.distance-134 {
  margin-bottom: 134px !important;
}
@media (min-width: 576px) {
  .distance-sm-134 {
    margin-bottom: 134px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-134 {
    margin-bottom: 134px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-134 {
    margin-bottom: 134px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-134 {
    margin-bottom: 134px !important;
  }
}
.distance-135 {
  margin-bottom: 135px !important;
}
@media (min-width: 576px) {
  .distance-sm-135 {
    margin-bottom: 135px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-135 {
    margin-bottom: 135px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-135 {
    margin-bottom: 135px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-135 {
    margin-bottom: 135px !important;
  }
}
.distance-136 {
  margin-bottom: 136px !important;
}
@media (min-width: 576px) {
  .distance-sm-136 {
    margin-bottom: 136px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-136 {
    margin-bottom: 136px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-136 {
    margin-bottom: 136px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-136 {
    margin-bottom: 136px !important;
  }
}
.distance-137 {
  margin-bottom: 137px !important;
}
@media (min-width: 576px) {
  .distance-sm-137 {
    margin-bottom: 137px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-137 {
    margin-bottom: 137px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-137 {
    margin-bottom: 137px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-137 {
    margin-bottom: 137px !important;
  }
}
.distance-138 {
  margin-bottom: 138px !important;
}
@media (min-width: 576px) {
  .distance-sm-138 {
    margin-bottom: 138px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-138 {
    margin-bottom: 138px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-138 {
    margin-bottom: 138px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-138 {
    margin-bottom: 138px !important;
  }
}
.distance-139 {
  margin-bottom: 139px !important;
}
@media (min-width: 576px) {
  .distance-sm-139 {
    margin-bottom: 139px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-139 {
    margin-bottom: 139px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-139 {
    margin-bottom: 139px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-139 {
    margin-bottom: 139px !important;
  }
}
.distance-140 {
  margin-bottom: 140px !important;
}
@media (min-width: 576px) {
  .distance-sm-140 {
    margin-bottom: 140px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-140 {
    margin-bottom: 140px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-140 {
    margin-bottom: 140px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-140 {
    margin-bottom: 140px !important;
  }
}
.distance-141 {
  margin-bottom: 141px !important;
}
@media (min-width: 576px) {
  .distance-sm-141 {
    margin-bottom: 141px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-141 {
    margin-bottom: 141px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-141 {
    margin-bottom: 141px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-141 {
    margin-bottom: 141px !important;
  }
}
.distance-142 {
  margin-bottom: 142px !important;
}
@media (min-width: 576px) {
  .distance-sm-142 {
    margin-bottom: 142px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-142 {
    margin-bottom: 142px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-142 {
    margin-bottom: 142px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-142 {
    margin-bottom: 142px !important;
  }
}
.distance-143 {
  margin-bottom: 143px !important;
}
@media (min-width: 576px) {
  .distance-sm-143 {
    margin-bottom: 143px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-143 {
    margin-bottom: 143px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-143 {
    margin-bottom: 143px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-143 {
    margin-bottom: 143px !important;
  }
}
.distance-144 {
  margin-bottom: 144px !important;
}
@media (min-width: 576px) {
  .distance-sm-144 {
    margin-bottom: 144px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-144 {
    margin-bottom: 144px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-144 {
    margin-bottom: 144px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-144 {
    margin-bottom: 144px !important;
  }
}
.distance-145 {
  margin-bottom: 145px !important;
}
@media (min-width: 576px) {
  .distance-sm-145 {
    margin-bottom: 145px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-145 {
    margin-bottom: 145px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-145 {
    margin-bottom: 145px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-145 {
    margin-bottom: 145px !important;
  }
}
.distance-146 {
  margin-bottom: 146px !important;
}
@media (min-width: 576px) {
  .distance-sm-146 {
    margin-bottom: 146px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-146 {
    margin-bottom: 146px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-146 {
    margin-bottom: 146px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-146 {
    margin-bottom: 146px !important;
  }
}
.distance-147 {
  margin-bottom: 147px !important;
}
@media (min-width: 576px) {
  .distance-sm-147 {
    margin-bottom: 147px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-147 {
    margin-bottom: 147px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-147 {
    margin-bottom: 147px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-147 {
    margin-bottom: 147px !important;
  }
}
.distance-148 {
  margin-bottom: 148px !important;
}
@media (min-width: 576px) {
  .distance-sm-148 {
    margin-bottom: 148px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-148 {
    margin-bottom: 148px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-148 {
    margin-bottom: 148px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-148 {
    margin-bottom: 148px !important;
  }
}
.distance-149 {
  margin-bottom: 149px !important;
}
@media (min-width: 576px) {
  .distance-sm-149 {
    margin-bottom: 149px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-149 {
    margin-bottom: 149px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-149 {
    margin-bottom: 149px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-149 {
    margin-bottom: 149px !important;
  }
}
.distance-150 {
  margin-bottom: 150px !important;
}
@media (min-width: 576px) {
  .distance-sm-150 {
    margin-bottom: 150px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-150 {
    margin-bottom: 150px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-150 {
    margin-bottom: 150px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-150 {
    margin-bottom: 150px !important;
  }
}
.distance-151 {
  margin-bottom: 151px !important;
}
@media (min-width: 576px) {
  .distance-sm-151 {
    margin-bottom: 151px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-151 {
    margin-bottom: 151px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-151 {
    margin-bottom: 151px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-151 {
    margin-bottom: 151px !important;
  }
}
.distance-152 {
  margin-bottom: 152px !important;
}
@media (min-width: 576px) {
  .distance-sm-152 {
    margin-bottom: 152px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-152 {
    margin-bottom: 152px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-152 {
    margin-bottom: 152px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-152 {
    margin-bottom: 152px !important;
  }
}
.distance-153 {
  margin-bottom: 153px !important;
}
@media (min-width: 576px) {
  .distance-sm-153 {
    margin-bottom: 153px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-153 {
    margin-bottom: 153px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-153 {
    margin-bottom: 153px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-153 {
    margin-bottom: 153px !important;
  }
}
.distance-154 {
  margin-bottom: 154px !important;
}
@media (min-width: 576px) {
  .distance-sm-154 {
    margin-bottom: 154px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-154 {
    margin-bottom: 154px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-154 {
    margin-bottom: 154px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-154 {
    margin-bottom: 154px !important;
  }
}
.distance-155 {
  margin-bottom: 155px !important;
}
@media (min-width: 576px) {
  .distance-sm-155 {
    margin-bottom: 155px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-155 {
    margin-bottom: 155px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-155 {
    margin-bottom: 155px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-155 {
    margin-bottom: 155px !important;
  }
}
.distance-156 {
  margin-bottom: 156px !important;
}
@media (min-width: 576px) {
  .distance-sm-156 {
    margin-bottom: 156px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-156 {
    margin-bottom: 156px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-156 {
    margin-bottom: 156px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-156 {
    margin-bottom: 156px !important;
  }
}
.distance-157 {
  margin-bottom: 157px !important;
}
@media (min-width: 576px) {
  .distance-sm-157 {
    margin-bottom: 157px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-157 {
    margin-bottom: 157px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-157 {
    margin-bottom: 157px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-157 {
    margin-bottom: 157px !important;
  }
}
.distance-158 {
  margin-bottom: 158px !important;
}
@media (min-width: 576px) {
  .distance-sm-158 {
    margin-bottom: 158px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-158 {
    margin-bottom: 158px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-158 {
    margin-bottom: 158px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-158 {
    margin-bottom: 158px !important;
  }
}
.distance-159 {
  margin-bottom: 159px !important;
}
@media (min-width: 576px) {
  .distance-sm-159 {
    margin-bottom: 159px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-159 {
    margin-bottom: 159px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-159 {
    margin-bottom: 159px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-159 {
    margin-bottom: 159px !important;
  }
}
.distance-160 {
  margin-bottom: 160px !important;
}
@media (min-width: 576px) {
  .distance-sm-160 {
    margin-bottom: 160px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-160 {
    margin-bottom: 160px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-160 {
    margin-bottom: 160px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-160 {
    margin-bottom: 160px !important;
  }
}
.distance-161 {
  margin-bottom: 161px !important;
}
@media (min-width: 576px) {
  .distance-sm-161 {
    margin-bottom: 161px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-161 {
    margin-bottom: 161px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-161 {
    margin-bottom: 161px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-161 {
    margin-bottom: 161px !important;
  }
}
.distance-162 {
  margin-bottom: 162px !important;
}
@media (min-width: 576px) {
  .distance-sm-162 {
    margin-bottom: 162px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-162 {
    margin-bottom: 162px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-162 {
    margin-bottom: 162px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-162 {
    margin-bottom: 162px !important;
  }
}
.distance-163 {
  margin-bottom: 163px !important;
}
@media (min-width: 576px) {
  .distance-sm-163 {
    margin-bottom: 163px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-163 {
    margin-bottom: 163px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-163 {
    margin-bottom: 163px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-163 {
    margin-bottom: 163px !important;
  }
}
.distance-164 {
  margin-bottom: 164px !important;
}
@media (min-width: 576px) {
  .distance-sm-164 {
    margin-bottom: 164px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-164 {
    margin-bottom: 164px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-164 {
    margin-bottom: 164px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-164 {
    margin-bottom: 164px !important;
  }
}
.distance-165 {
  margin-bottom: 165px !important;
}
@media (min-width: 576px) {
  .distance-sm-165 {
    margin-bottom: 165px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-165 {
    margin-bottom: 165px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-165 {
    margin-bottom: 165px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-165 {
    margin-bottom: 165px !important;
  }
}
.distance-166 {
  margin-bottom: 166px !important;
}
@media (min-width: 576px) {
  .distance-sm-166 {
    margin-bottom: 166px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-166 {
    margin-bottom: 166px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-166 {
    margin-bottom: 166px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-166 {
    margin-bottom: 166px !important;
  }
}
.distance-167 {
  margin-bottom: 167px !important;
}
@media (min-width: 576px) {
  .distance-sm-167 {
    margin-bottom: 167px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-167 {
    margin-bottom: 167px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-167 {
    margin-bottom: 167px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-167 {
    margin-bottom: 167px !important;
  }
}
.distance-168 {
  margin-bottom: 168px !important;
}
@media (min-width: 576px) {
  .distance-sm-168 {
    margin-bottom: 168px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-168 {
    margin-bottom: 168px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-168 {
    margin-bottom: 168px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-168 {
    margin-bottom: 168px !important;
  }
}
.distance-169 {
  margin-bottom: 169px !important;
}
@media (min-width: 576px) {
  .distance-sm-169 {
    margin-bottom: 169px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-169 {
    margin-bottom: 169px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-169 {
    margin-bottom: 169px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-169 {
    margin-bottom: 169px !important;
  }
}
.distance-170 {
  margin-bottom: 170px !important;
}
@media (min-width: 576px) {
  .distance-sm-170 {
    margin-bottom: 170px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-170 {
    margin-bottom: 170px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-170 {
    margin-bottom: 170px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-170 {
    margin-bottom: 170px !important;
  }
}
.distance-171 {
  margin-bottom: 171px !important;
}
@media (min-width: 576px) {
  .distance-sm-171 {
    margin-bottom: 171px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-171 {
    margin-bottom: 171px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-171 {
    margin-bottom: 171px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-171 {
    margin-bottom: 171px !important;
  }
}
.distance-172 {
  margin-bottom: 172px !important;
}
@media (min-width: 576px) {
  .distance-sm-172 {
    margin-bottom: 172px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-172 {
    margin-bottom: 172px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-172 {
    margin-bottom: 172px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-172 {
    margin-bottom: 172px !important;
  }
}
.distance-173 {
  margin-bottom: 173px !important;
}
@media (min-width: 576px) {
  .distance-sm-173 {
    margin-bottom: 173px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-173 {
    margin-bottom: 173px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-173 {
    margin-bottom: 173px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-173 {
    margin-bottom: 173px !important;
  }
}
.distance-174 {
  margin-bottom: 174px !important;
}
@media (min-width: 576px) {
  .distance-sm-174 {
    margin-bottom: 174px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-174 {
    margin-bottom: 174px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-174 {
    margin-bottom: 174px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-174 {
    margin-bottom: 174px !important;
  }
}
.distance-175 {
  margin-bottom: 175px !important;
}
@media (min-width: 576px) {
  .distance-sm-175 {
    margin-bottom: 175px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-175 {
    margin-bottom: 175px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-175 {
    margin-bottom: 175px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-175 {
    margin-bottom: 175px !important;
  }
}
.distance-176 {
  margin-bottom: 176px !important;
}
@media (min-width: 576px) {
  .distance-sm-176 {
    margin-bottom: 176px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-176 {
    margin-bottom: 176px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-176 {
    margin-bottom: 176px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-176 {
    margin-bottom: 176px !important;
  }
}
.distance-177 {
  margin-bottom: 177px !important;
}
@media (min-width: 576px) {
  .distance-sm-177 {
    margin-bottom: 177px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-177 {
    margin-bottom: 177px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-177 {
    margin-bottom: 177px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-177 {
    margin-bottom: 177px !important;
  }
}
.distance-178 {
  margin-bottom: 178px !important;
}
@media (min-width: 576px) {
  .distance-sm-178 {
    margin-bottom: 178px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-178 {
    margin-bottom: 178px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-178 {
    margin-bottom: 178px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-178 {
    margin-bottom: 178px !important;
  }
}
.distance-179 {
  margin-bottom: 179px !important;
}
@media (min-width: 576px) {
  .distance-sm-179 {
    margin-bottom: 179px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-179 {
    margin-bottom: 179px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-179 {
    margin-bottom: 179px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-179 {
    margin-bottom: 179px !important;
  }
}
.distance-180 {
  margin-bottom: 180px !important;
}
@media (min-width: 576px) {
  .distance-sm-180 {
    margin-bottom: 180px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-180 {
    margin-bottom: 180px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-180 {
    margin-bottom: 180px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-180 {
    margin-bottom: 180px !important;
  }
}
.distance-181 {
  margin-bottom: 181px !important;
}
@media (min-width: 576px) {
  .distance-sm-181 {
    margin-bottom: 181px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-181 {
    margin-bottom: 181px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-181 {
    margin-bottom: 181px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-181 {
    margin-bottom: 181px !important;
  }
}
.distance-182 {
  margin-bottom: 182px !important;
}
@media (min-width: 576px) {
  .distance-sm-182 {
    margin-bottom: 182px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-182 {
    margin-bottom: 182px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-182 {
    margin-bottom: 182px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-182 {
    margin-bottom: 182px !important;
  }
}
.distance-183 {
  margin-bottom: 183px !important;
}
@media (min-width: 576px) {
  .distance-sm-183 {
    margin-bottom: 183px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-183 {
    margin-bottom: 183px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-183 {
    margin-bottom: 183px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-183 {
    margin-bottom: 183px !important;
  }
}
.distance-184 {
  margin-bottom: 184px !important;
}
@media (min-width: 576px) {
  .distance-sm-184 {
    margin-bottom: 184px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-184 {
    margin-bottom: 184px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-184 {
    margin-bottom: 184px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-184 {
    margin-bottom: 184px !important;
  }
}
.distance-185 {
  margin-bottom: 185px !important;
}
@media (min-width: 576px) {
  .distance-sm-185 {
    margin-bottom: 185px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-185 {
    margin-bottom: 185px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-185 {
    margin-bottom: 185px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-185 {
    margin-bottom: 185px !important;
  }
}
.distance-186 {
  margin-bottom: 186px !important;
}
@media (min-width: 576px) {
  .distance-sm-186 {
    margin-bottom: 186px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-186 {
    margin-bottom: 186px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-186 {
    margin-bottom: 186px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-186 {
    margin-bottom: 186px !important;
  }
}
.distance-187 {
  margin-bottom: 187px !important;
}
@media (min-width: 576px) {
  .distance-sm-187 {
    margin-bottom: 187px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-187 {
    margin-bottom: 187px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-187 {
    margin-bottom: 187px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-187 {
    margin-bottom: 187px !important;
  }
}
.distance-188 {
  margin-bottom: 188px !important;
}
@media (min-width: 576px) {
  .distance-sm-188 {
    margin-bottom: 188px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-188 {
    margin-bottom: 188px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-188 {
    margin-bottom: 188px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-188 {
    margin-bottom: 188px !important;
  }
}
.distance-189 {
  margin-bottom: 189px !important;
}
@media (min-width: 576px) {
  .distance-sm-189 {
    margin-bottom: 189px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-189 {
    margin-bottom: 189px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-189 {
    margin-bottom: 189px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-189 {
    margin-bottom: 189px !important;
  }
}
.distance-190 {
  margin-bottom: 190px !important;
}
@media (min-width: 576px) {
  .distance-sm-190 {
    margin-bottom: 190px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-190 {
    margin-bottom: 190px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-190 {
    margin-bottom: 190px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-190 {
    margin-bottom: 190px !important;
  }
}
.distance-191 {
  margin-bottom: 191px !important;
}
@media (min-width: 576px) {
  .distance-sm-191 {
    margin-bottom: 191px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-191 {
    margin-bottom: 191px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-191 {
    margin-bottom: 191px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-191 {
    margin-bottom: 191px !important;
  }
}
.distance-192 {
  margin-bottom: 192px !important;
}
@media (min-width: 576px) {
  .distance-sm-192 {
    margin-bottom: 192px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-192 {
    margin-bottom: 192px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-192 {
    margin-bottom: 192px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-192 {
    margin-bottom: 192px !important;
  }
}
.distance-193 {
  margin-bottom: 193px !important;
}
@media (min-width: 576px) {
  .distance-sm-193 {
    margin-bottom: 193px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-193 {
    margin-bottom: 193px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-193 {
    margin-bottom: 193px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-193 {
    margin-bottom: 193px !important;
  }
}
.distance-194 {
  margin-bottom: 194px !important;
}
@media (min-width: 576px) {
  .distance-sm-194 {
    margin-bottom: 194px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-194 {
    margin-bottom: 194px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-194 {
    margin-bottom: 194px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-194 {
    margin-bottom: 194px !important;
  }
}
.distance-195 {
  margin-bottom: 195px !important;
}
@media (min-width: 576px) {
  .distance-sm-195 {
    margin-bottom: 195px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-195 {
    margin-bottom: 195px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-195 {
    margin-bottom: 195px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-195 {
    margin-bottom: 195px !important;
  }
}
.distance-196 {
  margin-bottom: 196px !important;
}
@media (min-width: 576px) {
  .distance-sm-196 {
    margin-bottom: 196px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-196 {
    margin-bottom: 196px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-196 {
    margin-bottom: 196px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-196 {
    margin-bottom: 196px !important;
  }
}
.distance-197 {
  margin-bottom: 197px !important;
}
@media (min-width: 576px) {
  .distance-sm-197 {
    margin-bottom: 197px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-197 {
    margin-bottom: 197px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-197 {
    margin-bottom: 197px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-197 {
    margin-bottom: 197px !important;
  }
}
.distance-198 {
  margin-bottom: 198px !important;
}
@media (min-width: 576px) {
  .distance-sm-198 {
    margin-bottom: 198px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-198 {
    margin-bottom: 198px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-198 {
    margin-bottom: 198px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-198 {
    margin-bottom: 198px !important;
  }
}
.distance-199 {
  margin-bottom: 199px !important;
}
@media (min-width: 576px) {
  .distance-sm-199 {
    margin-bottom: 199px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-199 {
    margin-bottom: 199px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-199 {
    margin-bottom: 199px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-199 {
    margin-bottom: 199px !important;
  }
}
.distance-200 {
  margin-bottom: 200px !important;
}
@media (min-width: 576px) {
  .distance-sm-200 {
    margin-bottom: 200px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-200 {
    margin-bottom: 200px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-200 {
    margin-bottom: 200px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-200 {
    margin-bottom: 200px !important;
  }
}
.distance-201 {
  margin-bottom: 201px !important;
}
@media (min-width: 576px) {
  .distance-sm-201 {
    margin-bottom: 201px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-201 {
    margin-bottom: 201px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-201 {
    margin-bottom: 201px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-201 {
    margin-bottom: 201px !important;
  }
}
.distance-202 {
  margin-bottom: 202px !important;
}
@media (min-width: 576px) {
  .distance-sm-202 {
    margin-bottom: 202px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-202 {
    margin-bottom: 202px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-202 {
    margin-bottom: 202px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-202 {
    margin-bottom: 202px !important;
  }
}
.distance-203 {
  margin-bottom: 203px !important;
}
@media (min-width: 576px) {
  .distance-sm-203 {
    margin-bottom: 203px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-203 {
    margin-bottom: 203px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-203 {
    margin-bottom: 203px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-203 {
    margin-bottom: 203px !important;
  }
}
.distance-204 {
  margin-bottom: 204px !important;
}
@media (min-width: 576px) {
  .distance-sm-204 {
    margin-bottom: 204px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-204 {
    margin-bottom: 204px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-204 {
    margin-bottom: 204px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-204 {
    margin-bottom: 204px !important;
  }
}
.distance-205 {
  margin-bottom: 205px !important;
}
@media (min-width: 576px) {
  .distance-sm-205 {
    margin-bottom: 205px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-205 {
    margin-bottom: 205px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-205 {
    margin-bottom: 205px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-205 {
    margin-bottom: 205px !important;
  }
}
.distance-206 {
  margin-bottom: 206px !important;
}
@media (min-width: 576px) {
  .distance-sm-206 {
    margin-bottom: 206px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-206 {
    margin-bottom: 206px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-206 {
    margin-bottom: 206px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-206 {
    margin-bottom: 206px !important;
  }
}
.distance-207 {
  margin-bottom: 207px !important;
}
@media (min-width: 576px) {
  .distance-sm-207 {
    margin-bottom: 207px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-207 {
    margin-bottom: 207px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-207 {
    margin-bottom: 207px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-207 {
    margin-bottom: 207px !important;
  }
}
.distance-208 {
  margin-bottom: 208px !important;
}
@media (min-width: 576px) {
  .distance-sm-208 {
    margin-bottom: 208px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-208 {
    margin-bottom: 208px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-208 {
    margin-bottom: 208px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-208 {
    margin-bottom: 208px !important;
  }
}
.distance-209 {
  margin-bottom: 209px !important;
}
@media (min-width: 576px) {
  .distance-sm-209 {
    margin-bottom: 209px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-209 {
    margin-bottom: 209px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-209 {
    margin-bottom: 209px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-209 {
    margin-bottom: 209px !important;
  }
}
.distance-210 {
  margin-bottom: 210px !important;
}
@media (min-width: 576px) {
  .distance-sm-210 {
    margin-bottom: 210px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-210 {
    margin-bottom: 210px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-210 {
    margin-bottom: 210px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-210 {
    margin-bottom: 210px !important;
  }
}
.distance-211 {
  margin-bottom: 211px !important;
}
@media (min-width: 576px) {
  .distance-sm-211 {
    margin-bottom: 211px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-211 {
    margin-bottom: 211px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-211 {
    margin-bottom: 211px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-211 {
    margin-bottom: 211px !important;
  }
}
.distance-212 {
  margin-bottom: 212px !important;
}
@media (min-width: 576px) {
  .distance-sm-212 {
    margin-bottom: 212px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-212 {
    margin-bottom: 212px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-212 {
    margin-bottom: 212px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-212 {
    margin-bottom: 212px !important;
  }
}
.distance-213 {
  margin-bottom: 213px !important;
}
@media (min-width: 576px) {
  .distance-sm-213 {
    margin-bottom: 213px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-213 {
    margin-bottom: 213px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-213 {
    margin-bottom: 213px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-213 {
    margin-bottom: 213px !important;
  }
}
.distance-214 {
  margin-bottom: 214px !important;
}
@media (min-width: 576px) {
  .distance-sm-214 {
    margin-bottom: 214px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-214 {
    margin-bottom: 214px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-214 {
    margin-bottom: 214px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-214 {
    margin-bottom: 214px !important;
  }
}
.distance-215 {
  margin-bottom: 215px !important;
}
@media (min-width: 576px) {
  .distance-sm-215 {
    margin-bottom: 215px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-215 {
    margin-bottom: 215px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-215 {
    margin-bottom: 215px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-215 {
    margin-bottom: 215px !important;
  }
}
.distance-216 {
  margin-bottom: 216px !important;
}
@media (min-width: 576px) {
  .distance-sm-216 {
    margin-bottom: 216px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-216 {
    margin-bottom: 216px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-216 {
    margin-bottom: 216px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-216 {
    margin-bottom: 216px !important;
  }
}
.distance-217 {
  margin-bottom: 217px !important;
}
@media (min-width: 576px) {
  .distance-sm-217 {
    margin-bottom: 217px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-217 {
    margin-bottom: 217px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-217 {
    margin-bottom: 217px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-217 {
    margin-bottom: 217px !important;
  }
}
.distance-218 {
  margin-bottom: 218px !important;
}
@media (min-width: 576px) {
  .distance-sm-218 {
    margin-bottom: 218px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-218 {
    margin-bottom: 218px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-218 {
    margin-bottom: 218px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-218 {
    margin-bottom: 218px !important;
  }
}
.distance-219 {
  margin-bottom: 219px !important;
}
@media (min-width: 576px) {
  .distance-sm-219 {
    margin-bottom: 219px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-219 {
    margin-bottom: 219px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-219 {
    margin-bottom: 219px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-219 {
    margin-bottom: 219px !important;
  }
}
.distance-220 {
  margin-bottom: 220px !important;
}
@media (min-width: 576px) {
  .distance-sm-220 {
    margin-bottom: 220px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-220 {
    margin-bottom: 220px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-220 {
    margin-bottom: 220px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-220 {
    margin-bottom: 220px !important;
  }
}
.distance-221 {
  margin-bottom: 221px !important;
}
@media (min-width: 576px) {
  .distance-sm-221 {
    margin-bottom: 221px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-221 {
    margin-bottom: 221px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-221 {
    margin-bottom: 221px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-221 {
    margin-bottom: 221px !important;
  }
}
.distance-222 {
  margin-bottom: 222px !important;
}
@media (min-width: 576px) {
  .distance-sm-222 {
    margin-bottom: 222px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-222 {
    margin-bottom: 222px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-222 {
    margin-bottom: 222px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-222 {
    margin-bottom: 222px !important;
  }
}
.distance-223 {
  margin-bottom: 223px !important;
}
@media (min-width: 576px) {
  .distance-sm-223 {
    margin-bottom: 223px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-223 {
    margin-bottom: 223px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-223 {
    margin-bottom: 223px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-223 {
    margin-bottom: 223px !important;
  }
}
.distance-224 {
  margin-bottom: 224px !important;
}
@media (min-width: 576px) {
  .distance-sm-224 {
    margin-bottom: 224px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-224 {
    margin-bottom: 224px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-224 {
    margin-bottom: 224px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-224 {
    margin-bottom: 224px !important;
  }
}
.distance-225 {
  margin-bottom: 225px !important;
}
@media (min-width: 576px) {
  .distance-sm-225 {
    margin-bottom: 225px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-225 {
    margin-bottom: 225px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-225 {
    margin-bottom: 225px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-225 {
    margin-bottom: 225px !important;
  }
}
.distance-226 {
  margin-bottom: 226px !important;
}
@media (min-width: 576px) {
  .distance-sm-226 {
    margin-bottom: 226px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-226 {
    margin-bottom: 226px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-226 {
    margin-bottom: 226px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-226 {
    margin-bottom: 226px !important;
  }
}
.distance-227 {
  margin-bottom: 227px !important;
}
@media (min-width: 576px) {
  .distance-sm-227 {
    margin-bottom: 227px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-227 {
    margin-bottom: 227px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-227 {
    margin-bottom: 227px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-227 {
    margin-bottom: 227px !important;
  }
}
.distance-228 {
  margin-bottom: 228px !important;
}
@media (min-width: 576px) {
  .distance-sm-228 {
    margin-bottom: 228px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-228 {
    margin-bottom: 228px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-228 {
    margin-bottom: 228px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-228 {
    margin-bottom: 228px !important;
  }
}
.distance-229 {
  margin-bottom: 229px !important;
}
@media (min-width: 576px) {
  .distance-sm-229 {
    margin-bottom: 229px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-229 {
    margin-bottom: 229px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-229 {
    margin-bottom: 229px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-229 {
    margin-bottom: 229px !important;
  }
}
.distance-230 {
  margin-bottom: 230px !important;
}
@media (min-width: 576px) {
  .distance-sm-230 {
    margin-bottom: 230px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-230 {
    margin-bottom: 230px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-230 {
    margin-bottom: 230px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-230 {
    margin-bottom: 230px !important;
  }
}
.distance-231 {
  margin-bottom: 231px !important;
}
@media (min-width: 576px) {
  .distance-sm-231 {
    margin-bottom: 231px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-231 {
    margin-bottom: 231px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-231 {
    margin-bottom: 231px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-231 {
    margin-bottom: 231px !important;
  }
}
.distance-232 {
  margin-bottom: 232px !important;
}
@media (min-width: 576px) {
  .distance-sm-232 {
    margin-bottom: 232px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-232 {
    margin-bottom: 232px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-232 {
    margin-bottom: 232px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-232 {
    margin-bottom: 232px !important;
  }
}
.distance-233 {
  margin-bottom: 233px !important;
}
@media (min-width: 576px) {
  .distance-sm-233 {
    margin-bottom: 233px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-233 {
    margin-bottom: 233px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-233 {
    margin-bottom: 233px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-233 {
    margin-bottom: 233px !important;
  }
}
.distance-234 {
  margin-bottom: 234px !important;
}
@media (min-width: 576px) {
  .distance-sm-234 {
    margin-bottom: 234px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-234 {
    margin-bottom: 234px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-234 {
    margin-bottom: 234px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-234 {
    margin-bottom: 234px !important;
  }
}
.distance-235 {
  margin-bottom: 235px !important;
}
@media (min-width: 576px) {
  .distance-sm-235 {
    margin-bottom: 235px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-235 {
    margin-bottom: 235px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-235 {
    margin-bottom: 235px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-235 {
    margin-bottom: 235px !important;
  }
}
.distance-236 {
  margin-bottom: 236px !important;
}
@media (min-width: 576px) {
  .distance-sm-236 {
    margin-bottom: 236px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-236 {
    margin-bottom: 236px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-236 {
    margin-bottom: 236px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-236 {
    margin-bottom: 236px !important;
  }
}
.distance-237 {
  margin-bottom: 237px !important;
}
@media (min-width: 576px) {
  .distance-sm-237 {
    margin-bottom: 237px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-237 {
    margin-bottom: 237px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-237 {
    margin-bottom: 237px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-237 {
    margin-bottom: 237px !important;
  }
}
.distance-238 {
  margin-bottom: 238px !important;
}
@media (min-width: 576px) {
  .distance-sm-238 {
    margin-bottom: 238px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-238 {
    margin-bottom: 238px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-238 {
    margin-bottom: 238px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-238 {
    margin-bottom: 238px !important;
  }
}
.distance-239 {
  margin-bottom: 239px !important;
}
@media (min-width: 576px) {
  .distance-sm-239 {
    margin-bottom: 239px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-239 {
    margin-bottom: 239px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-239 {
    margin-bottom: 239px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-239 {
    margin-bottom: 239px !important;
  }
}
.distance-240 {
  margin-bottom: 240px !important;
}
@media (min-width: 576px) {
  .distance-sm-240 {
    margin-bottom: 240px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-240 {
    margin-bottom: 240px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-240 {
    margin-bottom: 240px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-240 {
    margin-bottom: 240px !important;
  }
}
.distance-241 {
  margin-bottom: 241px !important;
}
@media (min-width: 576px) {
  .distance-sm-241 {
    margin-bottom: 241px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-241 {
    margin-bottom: 241px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-241 {
    margin-bottom: 241px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-241 {
    margin-bottom: 241px !important;
  }
}
.distance-242 {
  margin-bottom: 242px !important;
}
@media (min-width: 576px) {
  .distance-sm-242 {
    margin-bottom: 242px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-242 {
    margin-bottom: 242px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-242 {
    margin-bottom: 242px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-242 {
    margin-bottom: 242px !important;
  }
}
.distance-243 {
  margin-bottom: 243px !important;
}
@media (min-width: 576px) {
  .distance-sm-243 {
    margin-bottom: 243px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-243 {
    margin-bottom: 243px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-243 {
    margin-bottom: 243px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-243 {
    margin-bottom: 243px !important;
  }
}
.distance-244 {
  margin-bottom: 244px !important;
}
@media (min-width: 576px) {
  .distance-sm-244 {
    margin-bottom: 244px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-244 {
    margin-bottom: 244px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-244 {
    margin-bottom: 244px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-244 {
    margin-bottom: 244px !important;
  }
}
.distance-245 {
  margin-bottom: 245px !important;
}
@media (min-width: 576px) {
  .distance-sm-245 {
    margin-bottom: 245px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-245 {
    margin-bottom: 245px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-245 {
    margin-bottom: 245px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-245 {
    margin-bottom: 245px !important;
  }
}
.distance-246 {
  margin-bottom: 246px !important;
}
@media (min-width: 576px) {
  .distance-sm-246 {
    margin-bottom: 246px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-246 {
    margin-bottom: 246px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-246 {
    margin-bottom: 246px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-246 {
    margin-bottom: 246px !important;
  }
}
.distance-247 {
  margin-bottom: 247px !important;
}
@media (min-width: 576px) {
  .distance-sm-247 {
    margin-bottom: 247px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-247 {
    margin-bottom: 247px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-247 {
    margin-bottom: 247px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-247 {
    margin-bottom: 247px !important;
  }
}
.distance-248 {
  margin-bottom: 248px !important;
}
@media (min-width: 576px) {
  .distance-sm-248 {
    margin-bottom: 248px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-248 {
    margin-bottom: 248px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-248 {
    margin-bottom: 248px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-248 {
    margin-bottom: 248px !important;
  }
}
.distance-249 {
  margin-bottom: 249px !important;
}
@media (min-width: 576px) {
  .distance-sm-249 {
    margin-bottom: 249px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-249 {
    margin-bottom: 249px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-249 {
    margin-bottom: 249px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-249 {
    margin-bottom: 249px !important;
  }
}
.distance-250 {
  margin-bottom: 250px !important;
}
@media (min-width: 576px) {
  .distance-sm-250 {
    margin-bottom: 250px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-250 {
    margin-bottom: 250px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-250 {
    margin-bottom: 250px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-250 {
    margin-bottom: 250px !important;
  }
}
.distance-251 {
  margin-bottom: 251px !important;
}
@media (min-width: 576px) {
  .distance-sm-251 {
    margin-bottom: 251px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-251 {
    margin-bottom: 251px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-251 {
    margin-bottom: 251px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-251 {
    margin-bottom: 251px !important;
  }
}
.distance-252 {
  margin-bottom: 252px !important;
}
@media (min-width: 576px) {
  .distance-sm-252 {
    margin-bottom: 252px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-252 {
    margin-bottom: 252px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-252 {
    margin-bottom: 252px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-252 {
    margin-bottom: 252px !important;
  }
}
.distance-253 {
  margin-bottom: 253px !important;
}
@media (min-width: 576px) {
  .distance-sm-253 {
    margin-bottom: 253px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-253 {
    margin-bottom: 253px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-253 {
    margin-bottom: 253px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-253 {
    margin-bottom: 253px !important;
  }
}
.distance-254 {
  margin-bottom: 254px !important;
}
@media (min-width: 576px) {
  .distance-sm-254 {
    margin-bottom: 254px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-254 {
    margin-bottom: 254px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-254 {
    margin-bottom: 254px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-254 {
    margin-bottom: 254px !important;
  }
}
.distance-255 {
  margin-bottom: 255px !important;
}
@media (min-width: 576px) {
  .distance-sm-255 {
    margin-bottom: 255px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-255 {
    margin-bottom: 255px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-255 {
    margin-bottom: 255px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-255 {
    margin-bottom: 255px !important;
  }
}
.distance-256 {
  margin-bottom: 256px !important;
}
@media (min-width: 576px) {
  .distance-sm-256 {
    margin-bottom: 256px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-256 {
    margin-bottom: 256px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-256 {
    margin-bottom: 256px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-256 {
    margin-bottom: 256px !important;
  }
}
.distance-257 {
  margin-bottom: 257px !important;
}
@media (min-width: 576px) {
  .distance-sm-257 {
    margin-bottom: 257px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-257 {
    margin-bottom: 257px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-257 {
    margin-bottom: 257px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-257 {
    margin-bottom: 257px !important;
  }
}
.distance-258 {
  margin-bottom: 258px !important;
}
@media (min-width: 576px) {
  .distance-sm-258 {
    margin-bottom: 258px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-258 {
    margin-bottom: 258px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-258 {
    margin-bottom: 258px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-258 {
    margin-bottom: 258px !important;
  }
}
.distance-259 {
  margin-bottom: 259px !important;
}
@media (min-width: 576px) {
  .distance-sm-259 {
    margin-bottom: 259px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-259 {
    margin-bottom: 259px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-259 {
    margin-bottom: 259px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-259 {
    margin-bottom: 259px !important;
  }
}
.distance-260 {
  margin-bottom: 260px !important;
}
@media (min-width: 576px) {
  .distance-sm-260 {
    margin-bottom: 260px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-260 {
    margin-bottom: 260px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-260 {
    margin-bottom: 260px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-260 {
    margin-bottom: 260px !important;
  }
}
.distance-261 {
  margin-bottom: 261px !important;
}
@media (min-width: 576px) {
  .distance-sm-261 {
    margin-bottom: 261px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-261 {
    margin-bottom: 261px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-261 {
    margin-bottom: 261px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-261 {
    margin-bottom: 261px !important;
  }
}
.distance-262 {
  margin-bottom: 262px !important;
}
@media (min-width: 576px) {
  .distance-sm-262 {
    margin-bottom: 262px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-262 {
    margin-bottom: 262px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-262 {
    margin-bottom: 262px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-262 {
    margin-bottom: 262px !important;
  }
}
.distance-263 {
  margin-bottom: 263px !important;
}
@media (min-width: 576px) {
  .distance-sm-263 {
    margin-bottom: 263px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-263 {
    margin-bottom: 263px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-263 {
    margin-bottom: 263px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-263 {
    margin-bottom: 263px !important;
  }
}
.distance-264 {
  margin-bottom: 264px !important;
}
@media (min-width: 576px) {
  .distance-sm-264 {
    margin-bottom: 264px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-264 {
    margin-bottom: 264px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-264 {
    margin-bottom: 264px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-264 {
    margin-bottom: 264px !important;
  }
}
.distance-265 {
  margin-bottom: 265px !important;
}
@media (min-width: 576px) {
  .distance-sm-265 {
    margin-bottom: 265px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-265 {
    margin-bottom: 265px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-265 {
    margin-bottom: 265px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-265 {
    margin-bottom: 265px !important;
  }
}
.distance-266 {
  margin-bottom: 266px !important;
}
@media (min-width: 576px) {
  .distance-sm-266 {
    margin-bottom: 266px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-266 {
    margin-bottom: 266px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-266 {
    margin-bottom: 266px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-266 {
    margin-bottom: 266px !important;
  }
}
.distance-267 {
  margin-bottom: 267px !important;
}
@media (min-width: 576px) {
  .distance-sm-267 {
    margin-bottom: 267px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-267 {
    margin-bottom: 267px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-267 {
    margin-bottom: 267px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-267 {
    margin-bottom: 267px !important;
  }
}
.distance-268 {
  margin-bottom: 268px !important;
}
@media (min-width: 576px) {
  .distance-sm-268 {
    margin-bottom: 268px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-268 {
    margin-bottom: 268px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-268 {
    margin-bottom: 268px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-268 {
    margin-bottom: 268px !important;
  }
}
.distance-269 {
  margin-bottom: 269px !important;
}
@media (min-width: 576px) {
  .distance-sm-269 {
    margin-bottom: 269px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-269 {
    margin-bottom: 269px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-269 {
    margin-bottom: 269px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-269 {
    margin-bottom: 269px !important;
  }
}
.distance-270 {
  margin-bottom: 270px !important;
}
@media (min-width: 576px) {
  .distance-sm-270 {
    margin-bottom: 270px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-270 {
    margin-bottom: 270px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-270 {
    margin-bottom: 270px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-270 {
    margin-bottom: 270px !important;
  }
}
.distance-271 {
  margin-bottom: 271px !important;
}
@media (min-width: 576px) {
  .distance-sm-271 {
    margin-bottom: 271px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-271 {
    margin-bottom: 271px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-271 {
    margin-bottom: 271px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-271 {
    margin-bottom: 271px !important;
  }
}
.distance-272 {
  margin-bottom: 272px !important;
}
@media (min-width: 576px) {
  .distance-sm-272 {
    margin-bottom: 272px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-272 {
    margin-bottom: 272px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-272 {
    margin-bottom: 272px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-272 {
    margin-bottom: 272px !important;
  }
}
.distance-273 {
  margin-bottom: 273px !important;
}
@media (min-width: 576px) {
  .distance-sm-273 {
    margin-bottom: 273px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-273 {
    margin-bottom: 273px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-273 {
    margin-bottom: 273px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-273 {
    margin-bottom: 273px !important;
  }
}
.distance-274 {
  margin-bottom: 274px !important;
}
@media (min-width: 576px) {
  .distance-sm-274 {
    margin-bottom: 274px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-274 {
    margin-bottom: 274px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-274 {
    margin-bottom: 274px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-274 {
    margin-bottom: 274px !important;
  }
}
.distance-275 {
  margin-bottom: 275px !important;
}
@media (min-width: 576px) {
  .distance-sm-275 {
    margin-bottom: 275px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-275 {
    margin-bottom: 275px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-275 {
    margin-bottom: 275px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-275 {
    margin-bottom: 275px !important;
  }
}
.distance-276 {
  margin-bottom: 276px !important;
}
@media (min-width: 576px) {
  .distance-sm-276 {
    margin-bottom: 276px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-276 {
    margin-bottom: 276px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-276 {
    margin-bottom: 276px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-276 {
    margin-bottom: 276px !important;
  }
}
.distance-277 {
  margin-bottom: 277px !important;
}
@media (min-width: 576px) {
  .distance-sm-277 {
    margin-bottom: 277px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-277 {
    margin-bottom: 277px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-277 {
    margin-bottom: 277px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-277 {
    margin-bottom: 277px !important;
  }
}
.distance-278 {
  margin-bottom: 278px !important;
}
@media (min-width: 576px) {
  .distance-sm-278 {
    margin-bottom: 278px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-278 {
    margin-bottom: 278px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-278 {
    margin-bottom: 278px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-278 {
    margin-bottom: 278px !important;
  }
}
.distance-279 {
  margin-bottom: 279px !important;
}
@media (min-width: 576px) {
  .distance-sm-279 {
    margin-bottom: 279px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-279 {
    margin-bottom: 279px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-279 {
    margin-bottom: 279px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-279 {
    margin-bottom: 279px !important;
  }
}
.distance-280 {
  margin-bottom: 280px !important;
}
@media (min-width: 576px) {
  .distance-sm-280 {
    margin-bottom: 280px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-280 {
    margin-bottom: 280px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-280 {
    margin-bottom: 280px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-280 {
    margin-bottom: 280px !important;
  }
}
.distance-281 {
  margin-bottom: 281px !important;
}
@media (min-width: 576px) {
  .distance-sm-281 {
    margin-bottom: 281px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-281 {
    margin-bottom: 281px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-281 {
    margin-bottom: 281px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-281 {
    margin-bottom: 281px !important;
  }
}
.distance-282 {
  margin-bottom: 282px !important;
}
@media (min-width: 576px) {
  .distance-sm-282 {
    margin-bottom: 282px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-282 {
    margin-bottom: 282px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-282 {
    margin-bottom: 282px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-282 {
    margin-bottom: 282px !important;
  }
}
.distance-283 {
  margin-bottom: 283px !important;
}
@media (min-width: 576px) {
  .distance-sm-283 {
    margin-bottom: 283px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-283 {
    margin-bottom: 283px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-283 {
    margin-bottom: 283px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-283 {
    margin-bottom: 283px !important;
  }
}
.distance-284 {
  margin-bottom: 284px !important;
}
@media (min-width: 576px) {
  .distance-sm-284 {
    margin-bottom: 284px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-284 {
    margin-bottom: 284px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-284 {
    margin-bottom: 284px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-284 {
    margin-bottom: 284px !important;
  }
}
.distance-285 {
  margin-bottom: 285px !important;
}
@media (min-width: 576px) {
  .distance-sm-285 {
    margin-bottom: 285px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-285 {
    margin-bottom: 285px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-285 {
    margin-bottom: 285px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-285 {
    margin-bottom: 285px !important;
  }
}
.distance-286 {
  margin-bottom: 286px !important;
}
@media (min-width: 576px) {
  .distance-sm-286 {
    margin-bottom: 286px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-286 {
    margin-bottom: 286px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-286 {
    margin-bottom: 286px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-286 {
    margin-bottom: 286px !important;
  }
}
.distance-287 {
  margin-bottom: 287px !important;
}
@media (min-width: 576px) {
  .distance-sm-287 {
    margin-bottom: 287px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-287 {
    margin-bottom: 287px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-287 {
    margin-bottom: 287px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-287 {
    margin-bottom: 287px !important;
  }
}
.distance-288 {
  margin-bottom: 288px !important;
}
@media (min-width: 576px) {
  .distance-sm-288 {
    margin-bottom: 288px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-288 {
    margin-bottom: 288px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-288 {
    margin-bottom: 288px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-288 {
    margin-bottom: 288px !important;
  }
}
.distance-289 {
  margin-bottom: 289px !important;
}
@media (min-width: 576px) {
  .distance-sm-289 {
    margin-bottom: 289px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-289 {
    margin-bottom: 289px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-289 {
    margin-bottom: 289px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-289 {
    margin-bottom: 289px !important;
  }
}
.distance-290 {
  margin-bottom: 290px !important;
}
@media (min-width: 576px) {
  .distance-sm-290 {
    margin-bottom: 290px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-290 {
    margin-bottom: 290px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-290 {
    margin-bottom: 290px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-290 {
    margin-bottom: 290px !important;
  }
}
.distance-291 {
  margin-bottom: 291px !important;
}
@media (min-width: 576px) {
  .distance-sm-291 {
    margin-bottom: 291px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-291 {
    margin-bottom: 291px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-291 {
    margin-bottom: 291px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-291 {
    margin-bottom: 291px !important;
  }
}
.distance-292 {
  margin-bottom: 292px !important;
}
@media (min-width: 576px) {
  .distance-sm-292 {
    margin-bottom: 292px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-292 {
    margin-bottom: 292px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-292 {
    margin-bottom: 292px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-292 {
    margin-bottom: 292px !important;
  }
}
.distance-293 {
  margin-bottom: 293px !important;
}
@media (min-width: 576px) {
  .distance-sm-293 {
    margin-bottom: 293px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-293 {
    margin-bottom: 293px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-293 {
    margin-bottom: 293px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-293 {
    margin-bottom: 293px !important;
  }
}
.distance-294 {
  margin-bottom: 294px !important;
}
@media (min-width: 576px) {
  .distance-sm-294 {
    margin-bottom: 294px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-294 {
    margin-bottom: 294px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-294 {
    margin-bottom: 294px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-294 {
    margin-bottom: 294px !important;
  }
}
.distance-295 {
  margin-bottom: 295px !important;
}
@media (min-width: 576px) {
  .distance-sm-295 {
    margin-bottom: 295px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-295 {
    margin-bottom: 295px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-295 {
    margin-bottom: 295px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-295 {
    margin-bottom: 295px !important;
  }
}
.distance-296 {
  margin-bottom: 296px !important;
}
@media (min-width: 576px) {
  .distance-sm-296 {
    margin-bottom: 296px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-296 {
    margin-bottom: 296px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-296 {
    margin-bottom: 296px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-296 {
    margin-bottom: 296px !important;
  }
}
.distance-297 {
  margin-bottom: 297px !important;
}
@media (min-width: 576px) {
  .distance-sm-297 {
    margin-bottom: 297px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-297 {
    margin-bottom: 297px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-297 {
    margin-bottom: 297px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-297 {
    margin-bottom: 297px !important;
  }
}
.distance-298 {
  margin-bottom: 298px !important;
}
@media (min-width: 576px) {
  .distance-sm-298 {
    margin-bottom: 298px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-298 {
    margin-bottom: 298px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-298 {
    margin-bottom: 298px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-298 {
    margin-bottom: 298px !important;
  }
}
.distance-299 {
  margin-bottom: 299px !important;
}
@media (min-width: 576px) {
  .distance-sm-299 {
    margin-bottom: 299px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-299 {
    margin-bottom: 299px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-299 {
    margin-bottom: 299px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-299 {
    margin-bottom: 299px !important;
  }
}
.distance-300 {
  margin-bottom: 300px !important;
}
@media (min-width: 576px) {
  .distance-sm-300 {
    margin-bottom: 300px !important;
  }
}
@media (min-width: 991px) {
  .distance-lg-300 {
    margin-bottom: 300px !important;
  }
}
@media (min-width: 1440px) {
  .distance-xxl-300 {
    margin-bottom: 300px !important;
  }
}
@media (min-width: 1920px) {
  .distance-xxxxl-300 {
    margin-bottom: 300px !important;
  }
}
/*
 * Padding
 * -------------------------------------------------------- */
.pad-y-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.pad-t-0 {
  padding-top: 0px !important;
}
.pad-b-0 {
  padding-bottom: 0px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .pad-t-sm-0 {
    padding-top: 0px !important;
  }
  .pad-b-sm-0 {
    padding-bottom: 0px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .pad-t-lg-0 {
    padding-top: 0px !important;
  }
  .pad-b-lg-0 {
    padding-bottom: 0px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .pad-t-xxl-0 {
    padding-top: 0px !important;
  }
  .pad-b-xxl-0 {
    padding-bottom: 0px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .pad-t-xxxxl-0 {
    padding-top: 0px !important;
  }
  .pad-b-xxxxl-0 {
    padding-bottom: 0px !important;
  }
}
.pad-y-1 {
  padding-top: 1px !important;
  padding-bottom: 1px !important;
}
.pad-t-1 {
  padding-top: 1px !important;
}
.pad-b-1 {
  padding-bottom: 1px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-1 {
    padding-top: 1px !important;
    padding-bottom: 1px !important;
  }
  .pad-t-sm-1 {
    padding-top: 1px !important;
  }
  .pad-b-sm-1 {
    padding-bottom: 1px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-1 {
    padding-top: 1px !important;
    padding-bottom: 1px !important;
  }
  .pad-t-lg-1 {
    padding-top: 1px !important;
  }
  .pad-b-lg-1 {
    padding-bottom: 1px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-1 {
    padding-top: 1px !important;
    padding-bottom: 1px !important;
  }
  .pad-t-xxl-1 {
    padding-top: 1px !important;
  }
  .pad-b-xxl-1 {
    padding-bottom: 1px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-1 {
    padding-top: 1px !important;
    padding-bottom: 1px !important;
  }
  .pad-t-xxxxl-1 {
    padding-top: 1px !important;
  }
  .pad-b-xxxxl-1 {
    padding-bottom: 1px !important;
  }
}
.pad-y-2 {
  padding-top: 2px !important;
  padding-bottom: 2px !important;
}
.pad-t-2 {
  padding-top: 2px !important;
}
.pad-b-2 {
  padding-bottom: 2px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-2 {
    padding-top: 2px !important;
    padding-bottom: 2px !important;
  }
  .pad-t-sm-2 {
    padding-top: 2px !important;
  }
  .pad-b-sm-2 {
    padding-bottom: 2px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-2 {
    padding-top: 2px !important;
    padding-bottom: 2px !important;
  }
  .pad-t-lg-2 {
    padding-top: 2px !important;
  }
  .pad-b-lg-2 {
    padding-bottom: 2px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-2 {
    padding-top: 2px !important;
    padding-bottom: 2px !important;
  }
  .pad-t-xxl-2 {
    padding-top: 2px !important;
  }
  .pad-b-xxl-2 {
    padding-bottom: 2px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-2 {
    padding-top: 2px !important;
    padding-bottom: 2px !important;
  }
  .pad-t-xxxxl-2 {
    padding-top: 2px !important;
  }
  .pad-b-xxxxl-2 {
    padding-bottom: 2px !important;
  }
}
.pad-y-3 {
  padding-top: 3px !important;
  padding-bottom: 3px !important;
}
.pad-t-3 {
  padding-top: 3px !important;
}
.pad-b-3 {
  padding-bottom: 3px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-3 {
    padding-top: 3px !important;
    padding-bottom: 3px !important;
  }
  .pad-t-sm-3 {
    padding-top: 3px !important;
  }
  .pad-b-sm-3 {
    padding-bottom: 3px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-3 {
    padding-top: 3px !important;
    padding-bottom: 3px !important;
  }
  .pad-t-lg-3 {
    padding-top: 3px !important;
  }
  .pad-b-lg-3 {
    padding-bottom: 3px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-3 {
    padding-top: 3px !important;
    padding-bottom: 3px !important;
  }
  .pad-t-xxl-3 {
    padding-top: 3px !important;
  }
  .pad-b-xxl-3 {
    padding-bottom: 3px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-3 {
    padding-top: 3px !important;
    padding-bottom: 3px !important;
  }
  .pad-t-xxxxl-3 {
    padding-top: 3px !important;
  }
  .pad-b-xxxxl-3 {
    padding-bottom: 3px !important;
  }
}
.pad-y-4 {
  padding-top: 4px !important;
  padding-bottom: 4px !important;
}
.pad-t-4 {
  padding-top: 4px !important;
}
.pad-b-4 {
  padding-bottom: 4px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-4 {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }
  .pad-t-sm-4 {
    padding-top: 4px !important;
  }
  .pad-b-sm-4 {
    padding-bottom: 4px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-4 {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }
  .pad-t-lg-4 {
    padding-top: 4px !important;
  }
  .pad-b-lg-4 {
    padding-bottom: 4px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-4 {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }
  .pad-t-xxl-4 {
    padding-top: 4px !important;
  }
  .pad-b-xxl-4 {
    padding-bottom: 4px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-4 {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }
  .pad-t-xxxxl-4 {
    padding-top: 4px !important;
  }
  .pad-b-xxxxl-4 {
    padding-bottom: 4px !important;
  }
}
.pad-y-5 {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}
.pad-t-5 {
  padding-top: 5px !important;
}
.pad-b-5 {
  padding-bottom: 5px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }
  .pad-t-sm-5 {
    padding-top: 5px !important;
  }
  .pad-b-sm-5 {
    padding-bottom: 5px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }
  .pad-t-lg-5 {
    padding-top: 5px !important;
  }
  .pad-b-lg-5 {
    padding-bottom: 5px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }
  .pad-t-xxl-5 {
    padding-top: 5px !important;
  }
  .pad-b-xxl-5 {
    padding-bottom: 5px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }
  .pad-t-xxxxl-5 {
    padding-top: 5px !important;
  }
  .pad-b-xxxxl-5 {
    padding-bottom: 5px !important;
  }
}
.pad-y-6 {
  padding-top: 6px !important;
  padding-bottom: 6px !important;
}
.pad-t-6 {
  padding-top: 6px !important;
}
.pad-b-6 {
  padding-bottom: 6px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-6 {
    padding-top: 6px !important;
    padding-bottom: 6px !important;
  }
  .pad-t-sm-6 {
    padding-top: 6px !important;
  }
  .pad-b-sm-6 {
    padding-bottom: 6px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-6 {
    padding-top: 6px !important;
    padding-bottom: 6px !important;
  }
  .pad-t-lg-6 {
    padding-top: 6px !important;
  }
  .pad-b-lg-6 {
    padding-bottom: 6px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-6 {
    padding-top: 6px !important;
    padding-bottom: 6px !important;
  }
  .pad-t-xxl-6 {
    padding-top: 6px !important;
  }
  .pad-b-xxl-6 {
    padding-bottom: 6px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-6 {
    padding-top: 6px !important;
    padding-bottom: 6px !important;
  }
  .pad-t-xxxxl-6 {
    padding-top: 6px !important;
  }
  .pad-b-xxxxl-6 {
    padding-bottom: 6px !important;
  }
}
.pad-y-7 {
  padding-top: 7px !important;
  padding-bottom: 7px !important;
}
.pad-t-7 {
  padding-top: 7px !important;
}
.pad-b-7 {
  padding-bottom: 7px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-7 {
    padding-top: 7px !important;
    padding-bottom: 7px !important;
  }
  .pad-t-sm-7 {
    padding-top: 7px !important;
  }
  .pad-b-sm-7 {
    padding-bottom: 7px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-7 {
    padding-top: 7px !important;
    padding-bottom: 7px !important;
  }
  .pad-t-lg-7 {
    padding-top: 7px !important;
  }
  .pad-b-lg-7 {
    padding-bottom: 7px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-7 {
    padding-top: 7px !important;
    padding-bottom: 7px !important;
  }
  .pad-t-xxl-7 {
    padding-top: 7px !important;
  }
  .pad-b-xxl-7 {
    padding-bottom: 7px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-7 {
    padding-top: 7px !important;
    padding-bottom: 7px !important;
  }
  .pad-t-xxxxl-7 {
    padding-top: 7px !important;
  }
  .pad-b-xxxxl-7 {
    padding-bottom: 7px !important;
  }
}
.pad-y-8 {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}
.pad-t-8 {
  padding-top: 8px !important;
}
.pad-b-8 {
  padding-bottom: 8px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-8 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
  .pad-t-sm-8 {
    padding-top: 8px !important;
  }
  .pad-b-sm-8 {
    padding-bottom: 8px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-8 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
  .pad-t-lg-8 {
    padding-top: 8px !important;
  }
  .pad-b-lg-8 {
    padding-bottom: 8px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-8 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
  .pad-t-xxl-8 {
    padding-top: 8px !important;
  }
  .pad-b-xxl-8 {
    padding-bottom: 8px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-8 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
  .pad-t-xxxxl-8 {
    padding-top: 8px !important;
  }
  .pad-b-xxxxl-8 {
    padding-bottom: 8px !important;
  }
}
.pad-y-9 {
  padding-top: 9px !important;
  padding-bottom: 9px !important;
}
.pad-t-9 {
  padding-top: 9px !important;
}
.pad-b-9 {
  padding-bottom: 9px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-9 {
    padding-top: 9px !important;
    padding-bottom: 9px !important;
  }
  .pad-t-sm-9 {
    padding-top: 9px !important;
  }
  .pad-b-sm-9 {
    padding-bottom: 9px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-9 {
    padding-top: 9px !important;
    padding-bottom: 9px !important;
  }
  .pad-t-lg-9 {
    padding-top: 9px !important;
  }
  .pad-b-lg-9 {
    padding-bottom: 9px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-9 {
    padding-top: 9px !important;
    padding-bottom: 9px !important;
  }
  .pad-t-xxl-9 {
    padding-top: 9px !important;
  }
  .pad-b-xxl-9 {
    padding-bottom: 9px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-9 {
    padding-top: 9px !important;
    padding-bottom: 9px !important;
  }
  .pad-t-xxxxl-9 {
    padding-top: 9px !important;
  }
  .pad-b-xxxxl-9 {
    padding-bottom: 9px !important;
  }
}
.pad-y-10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.pad-t-10 {
  padding-top: 10px !important;
}
.pad-b-10 {
  padding-bottom: 10px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .pad-t-sm-10 {
    padding-top: 10px !important;
  }
  .pad-b-sm-10 {
    padding-bottom: 10px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .pad-t-lg-10 {
    padding-top: 10px !important;
  }
  .pad-b-lg-10 {
    padding-bottom: 10px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .pad-t-xxl-10 {
    padding-top: 10px !important;
  }
  .pad-b-xxl-10 {
    padding-bottom: 10px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .pad-t-xxxxl-10 {
    padding-top: 10px !important;
  }
  .pad-b-xxxxl-10 {
    padding-bottom: 10px !important;
  }
}
.pad-y-11 {
  padding-top: 11px !important;
  padding-bottom: 11px !important;
}
.pad-t-11 {
  padding-top: 11px !important;
}
.pad-b-11 {
  padding-bottom: 11px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-11 {
    padding-top: 11px !important;
    padding-bottom: 11px !important;
  }
  .pad-t-sm-11 {
    padding-top: 11px !important;
  }
  .pad-b-sm-11 {
    padding-bottom: 11px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-11 {
    padding-top: 11px !important;
    padding-bottom: 11px !important;
  }
  .pad-t-lg-11 {
    padding-top: 11px !important;
  }
  .pad-b-lg-11 {
    padding-bottom: 11px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-11 {
    padding-top: 11px !important;
    padding-bottom: 11px !important;
  }
  .pad-t-xxl-11 {
    padding-top: 11px !important;
  }
  .pad-b-xxl-11 {
    padding-bottom: 11px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-11 {
    padding-top: 11px !important;
    padding-bottom: 11px !important;
  }
  .pad-t-xxxxl-11 {
    padding-top: 11px !important;
  }
  .pad-b-xxxxl-11 {
    padding-bottom: 11px !important;
  }
}
.pad-y-12 {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}
.pad-t-12 {
  padding-top: 12px !important;
}
.pad-b-12 {
  padding-bottom: 12px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-12 {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }
  .pad-t-sm-12 {
    padding-top: 12px !important;
  }
  .pad-b-sm-12 {
    padding-bottom: 12px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-12 {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }
  .pad-t-lg-12 {
    padding-top: 12px !important;
  }
  .pad-b-lg-12 {
    padding-bottom: 12px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-12 {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }
  .pad-t-xxl-12 {
    padding-top: 12px !important;
  }
  .pad-b-xxl-12 {
    padding-bottom: 12px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-12 {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }
  .pad-t-xxxxl-12 {
    padding-top: 12px !important;
  }
  .pad-b-xxxxl-12 {
    padding-bottom: 12px !important;
  }
}
.pad-y-13 {
  padding-top: 13px !important;
  padding-bottom: 13px !important;
}
.pad-t-13 {
  padding-top: 13px !important;
}
.pad-b-13 {
  padding-bottom: 13px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-13 {
    padding-top: 13px !important;
    padding-bottom: 13px !important;
  }
  .pad-t-sm-13 {
    padding-top: 13px !important;
  }
  .pad-b-sm-13 {
    padding-bottom: 13px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-13 {
    padding-top: 13px !important;
    padding-bottom: 13px !important;
  }
  .pad-t-lg-13 {
    padding-top: 13px !important;
  }
  .pad-b-lg-13 {
    padding-bottom: 13px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-13 {
    padding-top: 13px !important;
    padding-bottom: 13px !important;
  }
  .pad-t-xxl-13 {
    padding-top: 13px !important;
  }
  .pad-b-xxl-13 {
    padding-bottom: 13px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-13 {
    padding-top: 13px !important;
    padding-bottom: 13px !important;
  }
  .pad-t-xxxxl-13 {
    padding-top: 13px !important;
  }
  .pad-b-xxxxl-13 {
    padding-bottom: 13px !important;
  }
}
.pad-y-14 {
  padding-top: 14px !important;
  padding-bottom: 14px !important;
}
.pad-t-14 {
  padding-top: 14px !important;
}
.pad-b-14 {
  padding-bottom: 14px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-14 {
    padding-top: 14px !important;
    padding-bottom: 14px !important;
  }
  .pad-t-sm-14 {
    padding-top: 14px !important;
  }
  .pad-b-sm-14 {
    padding-bottom: 14px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-14 {
    padding-top: 14px !important;
    padding-bottom: 14px !important;
  }
  .pad-t-lg-14 {
    padding-top: 14px !important;
  }
  .pad-b-lg-14 {
    padding-bottom: 14px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-14 {
    padding-top: 14px !important;
    padding-bottom: 14px !important;
  }
  .pad-t-xxl-14 {
    padding-top: 14px !important;
  }
  .pad-b-xxl-14 {
    padding-bottom: 14px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-14 {
    padding-top: 14px !important;
    padding-bottom: 14px !important;
  }
  .pad-t-xxxxl-14 {
    padding-top: 14px !important;
  }
  .pad-b-xxxxl-14 {
    padding-bottom: 14px !important;
  }
}
.pad-y-15 {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}
.pad-t-15 {
  padding-top: 15px !important;
}
.pad-b-15 {
  padding-bottom: 15px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
  .pad-t-sm-15 {
    padding-top: 15px !important;
  }
  .pad-b-sm-15 {
    padding-bottom: 15px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
  .pad-t-lg-15 {
    padding-top: 15px !important;
  }
  .pad-b-lg-15 {
    padding-bottom: 15px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
  .pad-t-xxl-15 {
    padding-top: 15px !important;
  }
  .pad-b-xxl-15 {
    padding-bottom: 15px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
  .pad-t-xxxxl-15 {
    padding-top: 15px !important;
  }
  .pad-b-xxxxl-15 {
    padding-bottom: 15px !important;
  }
}
.pad-y-16 {
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}
.pad-t-16 {
  padding-top: 16px !important;
}
.pad-b-16 {
  padding-bottom: 16px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-16 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
  .pad-t-sm-16 {
    padding-top: 16px !important;
  }
  .pad-b-sm-16 {
    padding-bottom: 16px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-16 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
  .pad-t-lg-16 {
    padding-top: 16px !important;
  }
  .pad-b-lg-16 {
    padding-bottom: 16px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-16 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
  .pad-t-xxl-16 {
    padding-top: 16px !important;
  }
  .pad-b-xxl-16 {
    padding-bottom: 16px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-16 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
  .pad-t-xxxxl-16 {
    padding-top: 16px !important;
  }
  .pad-b-xxxxl-16 {
    padding-bottom: 16px !important;
  }
}
.pad-y-17 {
  padding-top: 17px !important;
  padding-bottom: 17px !important;
}
.pad-t-17 {
  padding-top: 17px !important;
}
.pad-b-17 {
  padding-bottom: 17px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-17 {
    padding-top: 17px !important;
    padding-bottom: 17px !important;
  }
  .pad-t-sm-17 {
    padding-top: 17px !important;
  }
  .pad-b-sm-17 {
    padding-bottom: 17px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-17 {
    padding-top: 17px !important;
    padding-bottom: 17px !important;
  }
  .pad-t-lg-17 {
    padding-top: 17px !important;
  }
  .pad-b-lg-17 {
    padding-bottom: 17px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-17 {
    padding-top: 17px !important;
    padding-bottom: 17px !important;
  }
  .pad-t-xxl-17 {
    padding-top: 17px !important;
  }
  .pad-b-xxl-17 {
    padding-bottom: 17px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-17 {
    padding-top: 17px !important;
    padding-bottom: 17px !important;
  }
  .pad-t-xxxxl-17 {
    padding-top: 17px !important;
  }
  .pad-b-xxxxl-17 {
    padding-bottom: 17px !important;
  }
}
.pad-y-18 {
  padding-top: 18px !important;
  padding-bottom: 18px !important;
}
.pad-t-18 {
  padding-top: 18px !important;
}
.pad-b-18 {
  padding-bottom: 18px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-18 {
    padding-top: 18px !important;
    padding-bottom: 18px !important;
  }
  .pad-t-sm-18 {
    padding-top: 18px !important;
  }
  .pad-b-sm-18 {
    padding-bottom: 18px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-18 {
    padding-top: 18px !important;
    padding-bottom: 18px !important;
  }
  .pad-t-lg-18 {
    padding-top: 18px !important;
  }
  .pad-b-lg-18 {
    padding-bottom: 18px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-18 {
    padding-top: 18px !important;
    padding-bottom: 18px !important;
  }
  .pad-t-xxl-18 {
    padding-top: 18px !important;
  }
  .pad-b-xxl-18 {
    padding-bottom: 18px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-18 {
    padding-top: 18px !important;
    padding-bottom: 18px !important;
  }
  .pad-t-xxxxl-18 {
    padding-top: 18px !important;
  }
  .pad-b-xxxxl-18 {
    padding-bottom: 18px !important;
  }
}
.pad-y-19 {
  padding-top: 19px !important;
  padding-bottom: 19px !important;
}
.pad-t-19 {
  padding-top: 19px !important;
}
.pad-b-19 {
  padding-bottom: 19px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-19 {
    padding-top: 19px !important;
    padding-bottom: 19px !important;
  }
  .pad-t-sm-19 {
    padding-top: 19px !important;
  }
  .pad-b-sm-19 {
    padding-bottom: 19px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-19 {
    padding-top: 19px !important;
    padding-bottom: 19px !important;
  }
  .pad-t-lg-19 {
    padding-top: 19px !important;
  }
  .pad-b-lg-19 {
    padding-bottom: 19px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-19 {
    padding-top: 19px !important;
    padding-bottom: 19px !important;
  }
  .pad-t-xxl-19 {
    padding-top: 19px !important;
  }
  .pad-b-xxl-19 {
    padding-bottom: 19px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-19 {
    padding-top: 19px !important;
    padding-bottom: 19px !important;
  }
  .pad-t-xxxxl-19 {
    padding-top: 19px !important;
  }
  .pad-b-xxxxl-19 {
    padding-bottom: 19px !important;
  }
}
.pad-y-20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
.pad-t-20 {
  padding-top: 20px !important;
}
.pad-b-20 {
  padding-bottom: 20px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .pad-t-sm-20 {
    padding-top: 20px !important;
  }
  .pad-b-sm-20 {
    padding-bottom: 20px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .pad-t-lg-20 {
    padding-top: 20px !important;
  }
  .pad-b-lg-20 {
    padding-bottom: 20px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .pad-t-xxl-20 {
    padding-top: 20px !important;
  }
  .pad-b-xxl-20 {
    padding-bottom: 20px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .pad-t-xxxxl-20 {
    padding-top: 20px !important;
  }
  .pad-b-xxxxl-20 {
    padding-bottom: 20px !important;
  }
}
.pad-y-21 {
  padding-top: 21px !important;
  padding-bottom: 21px !important;
}
.pad-t-21 {
  padding-top: 21px !important;
}
.pad-b-21 {
  padding-bottom: 21px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-21 {
    padding-top: 21px !important;
    padding-bottom: 21px !important;
  }
  .pad-t-sm-21 {
    padding-top: 21px !important;
  }
  .pad-b-sm-21 {
    padding-bottom: 21px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-21 {
    padding-top: 21px !important;
    padding-bottom: 21px !important;
  }
  .pad-t-lg-21 {
    padding-top: 21px !important;
  }
  .pad-b-lg-21 {
    padding-bottom: 21px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-21 {
    padding-top: 21px !important;
    padding-bottom: 21px !important;
  }
  .pad-t-xxl-21 {
    padding-top: 21px !important;
  }
  .pad-b-xxl-21 {
    padding-bottom: 21px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-21 {
    padding-top: 21px !important;
    padding-bottom: 21px !important;
  }
  .pad-t-xxxxl-21 {
    padding-top: 21px !important;
  }
  .pad-b-xxxxl-21 {
    padding-bottom: 21px !important;
  }
}
.pad-y-22 {
  padding-top: 22px !important;
  padding-bottom: 22px !important;
}
.pad-t-22 {
  padding-top: 22px !important;
}
.pad-b-22 {
  padding-bottom: 22px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-22 {
    padding-top: 22px !important;
    padding-bottom: 22px !important;
  }
  .pad-t-sm-22 {
    padding-top: 22px !important;
  }
  .pad-b-sm-22 {
    padding-bottom: 22px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-22 {
    padding-top: 22px !important;
    padding-bottom: 22px !important;
  }
  .pad-t-lg-22 {
    padding-top: 22px !important;
  }
  .pad-b-lg-22 {
    padding-bottom: 22px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-22 {
    padding-top: 22px !important;
    padding-bottom: 22px !important;
  }
  .pad-t-xxl-22 {
    padding-top: 22px !important;
  }
  .pad-b-xxl-22 {
    padding-bottom: 22px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-22 {
    padding-top: 22px !important;
    padding-bottom: 22px !important;
  }
  .pad-t-xxxxl-22 {
    padding-top: 22px !important;
  }
  .pad-b-xxxxl-22 {
    padding-bottom: 22px !important;
  }
}
.pad-y-23 {
  padding-top: 23px !important;
  padding-bottom: 23px !important;
}
.pad-t-23 {
  padding-top: 23px !important;
}
.pad-b-23 {
  padding-bottom: 23px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-23 {
    padding-top: 23px !important;
    padding-bottom: 23px !important;
  }
  .pad-t-sm-23 {
    padding-top: 23px !important;
  }
  .pad-b-sm-23 {
    padding-bottom: 23px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-23 {
    padding-top: 23px !important;
    padding-bottom: 23px !important;
  }
  .pad-t-lg-23 {
    padding-top: 23px !important;
  }
  .pad-b-lg-23 {
    padding-bottom: 23px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-23 {
    padding-top: 23px !important;
    padding-bottom: 23px !important;
  }
  .pad-t-xxl-23 {
    padding-top: 23px !important;
  }
  .pad-b-xxl-23 {
    padding-bottom: 23px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-23 {
    padding-top: 23px !important;
    padding-bottom: 23px !important;
  }
  .pad-t-xxxxl-23 {
    padding-top: 23px !important;
  }
  .pad-b-xxxxl-23 {
    padding-bottom: 23px !important;
  }
}
.pad-y-24 {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}
.pad-t-24 {
  padding-top: 24px !important;
}
.pad-b-24 {
  padding-bottom: 24px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-24 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
  .pad-t-sm-24 {
    padding-top: 24px !important;
  }
  .pad-b-sm-24 {
    padding-bottom: 24px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-24 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
  .pad-t-lg-24 {
    padding-top: 24px !important;
  }
  .pad-b-lg-24 {
    padding-bottom: 24px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-24 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
  .pad-t-xxl-24 {
    padding-top: 24px !important;
  }
  .pad-b-xxl-24 {
    padding-bottom: 24px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-24 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
  .pad-t-xxxxl-24 {
    padding-top: 24px !important;
  }
  .pad-b-xxxxl-24 {
    padding-bottom: 24px !important;
  }
}
.pad-y-25 {
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}
.pad-t-25 {
  padding-top: 25px !important;
}
.pad-b-25 {
  padding-bottom: 25px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }
  .pad-t-sm-25 {
    padding-top: 25px !important;
  }
  .pad-b-sm-25 {
    padding-bottom: 25px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }
  .pad-t-lg-25 {
    padding-top: 25px !important;
  }
  .pad-b-lg-25 {
    padding-bottom: 25px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }
  .pad-t-xxl-25 {
    padding-top: 25px !important;
  }
  .pad-b-xxl-25 {
    padding-bottom: 25px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }
  .pad-t-xxxxl-25 {
    padding-top: 25px !important;
  }
  .pad-b-xxxxl-25 {
    padding-bottom: 25px !important;
  }
}
.pad-y-26 {
  padding-top: 26px !important;
  padding-bottom: 26px !important;
}
.pad-t-26 {
  padding-top: 26px !important;
}
.pad-b-26 {
  padding-bottom: 26px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-26 {
    padding-top: 26px !important;
    padding-bottom: 26px !important;
  }
  .pad-t-sm-26 {
    padding-top: 26px !important;
  }
  .pad-b-sm-26 {
    padding-bottom: 26px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-26 {
    padding-top: 26px !important;
    padding-bottom: 26px !important;
  }
  .pad-t-lg-26 {
    padding-top: 26px !important;
  }
  .pad-b-lg-26 {
    padding-bottom: 26px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-26 {
    padding-top: 26px !important;
    padding-bottom: 26px !important;
  }
  .pad-t-xxl-26 {
    padding-top: 26px !important;
  }
  .pad-b-xxl-26 {
    padding-bottom: 26px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-26 {
    padding-top: 26px !important;
    padding-bottom: 26px !important;
  }
  .pad-t-xxxxl-26 {
    padding-top: 26px !important;
  }
  .pad-b-xxxxl-26 {
    padding-bottom: 26px !important;
  }
}
.pad-y-27 {
  padding-top: 27px !important;
  padding-bottom: 27px !important;
}
.pad-t-27 {
  padding-top: 27px !important;
}
.pad-b-27 {
  padding-bottom: 27px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-27 {
    padding-top: 27px !important;
    padding-bottom: 27px !important;
  }
  .pad-t-sm-27 {
    padding-top: 27px !important;
  }
  .pad-b-sm-27 {
    padding-bottom: 27px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-27 {
    padding-top: 27px !important;
    padding-bottom: 27px !important;
  }
  .pad-t-lg-27 {
    padding-top: 27px !important;
  }
  .pad-b-lg-27 {
    padding-bottom: 27px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-27 {
    padding-top: 27px !important;
    padding-bottom: 27px !important;
  }
  .pad-t-xxl-27 {
    padding-top: 27px !important;
  }
  .pad-b-xxl-27 {
    padding-bottom: 27px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-27 {
    padding-top: 27px !important;
    padding-bottom: 27px !important;
  }
  .pad-t-xxxxl-27 {
    padding-top: 27px !important;
  }
  .pad-b-xxxxl-27 {
    padding-bottom: 27px !important;
  }
}
.pad-y-28 {
  padding-top: 28px !important;
  padding-bottom: 28px !important;
}
.pad-t-28 {
  padding-top: 28px !important;
}
.pad-b-28 {
  padding-bottom: 28px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-28 {
    padding-top: 28px !important;
    padding-bottom: 28px !important;
  }
  .pad-t-sm-28 {
    padding-top: 28px !important;
  }
  .pad-b-sm-28 {
    padding-bottom: 28px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-28 {
    padding-top: 28px !important;
    padding-bottom: 28px !important;
  }
  .pad-t-lg-28 {
    padding-top: 28px !important;
  }
  .pad-b-lg-28 {
    padding-bottom: 28px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-28 {
    padding-top: 28px !important;
    padding-bottom: 28px !important;
  }
  .pad-t-xxl-28 {
    padding-top: 28px !important;
  }
  .pad-b-xxl-28 {
    padding-bottom: 28px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-28 {
    padding-top: 28px !important;
    padding-bottom: 28px !important;
  }
  .pad-t-xxxxl-28 {
    padding-top: 28px !important;
  }
  .pad-b-xxxxl-28 {
    padding-bottom: 28px !important;
  }
}
.pad-y-29 {
  padding-top: 29px !important;
  padding-bottom: 29px !important;
}
.pad-t-29 {
  padding-top: 29px !important;
}
.pad-b-29 {
  padding-bottom: 29px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-29 {
    padding-top: 29px !important;
    padding-bottom: 29px !important;
  }
  .pad-t-sm-29 {
    padding-top: 29px !important;
  }
  .pad-b-sm-29 {
    padding-bottom: 29px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-29 {
    padding-top: 29px !important;
    padding-bottom: 29px !important;
  }
  .pad-t-lg-29 {
    padding-top: 29px !important;
  }
  .pad-b-lg-29 {
    padding-bottom: 29px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-29 {
    padding-top: 29px !important;
    padding-bottom: 29px !important;
  }
  .pad-t-xxl-29 {
    padding-top: 29px !important;
  }
  .pad-b-xxl-29 {
    padding-bottom: 29px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-29 {
    padding-top: 29px !important;
    padding-bottom: 29px !important;
  }
  .pad-t-xxxxl-29 {
    padding-top: 29px !important;
  }
  .pad-b-xxxxl-29 {
    padding-bottom: 29px !important;
  }
}
.pad-y-30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}
.pad-t-30 {
  padding-top: 30px !important;
}
.pad-b-30 {
  padding-bottom: 30px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .pad-t-sm-30 {
    padding-top: 30px !important;
  }
  .pad-b-sm-30 {
    padding-bottom: 30px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .pad-t-lg-30 {
    padding-top: 30px !important;
  }
  .pad-b-lg-30 {
    padding-bottom: 30px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .pad-t-xxl-30 {
    padding-top: 30px !important;
  }
  .pad-b-xxl-30 {
    padding-bottom: 30px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .pad-t-xxxxl-30 {
    padding-top: 30px !important;
  }
  .pad-b-xxxxl-30 {
    padding-bottom: 30px !important;
  }
}
.pad-y-31 {
  padding-top: 31px !important;
  padding-bottom: 31px !important;
}
.pad-t-31 {
  padding-top: 31px !important;
}
.pad-b-31 {
  padding-bottom: 31px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-31 {
    padding-top: 31px !important;
    padding-bottom: 31px !important;
  }
  .pad-t-sm-31 {
    padding-top: 31px !important;
  }
  .pad-b-sm-31 {
    padding-bottom: 31px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-31 {
    padding-top: 31px !important;
    padding-bottom: 31px !important;
  }
  .pad-t-lg-31 {
    padding-top: 31px !important;
  }
  .pad-b-lg-31 {
    padding-bottom: 31px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-31 {
    padding-top: 31px !important;
    padding-bottom: 31px !important;
  }
  .pad-t-xxl-31 {
    padding-top: 31px !important;
  }
  .pad-b-xxl-31 {
    padding-bottom: 31px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-31 {
    padding-top: 31px !important;
    padding-bottom: 31px !important;
  }
  .pad-t-xxxxl-31 {
    padding-top: 31px !important;
  }
  .pad-b-xxxxl-31 {
    padding-bottom: 31px !important;
  }
}
.pad-y-32 {
  padding-top: 32px !important;
  padding-bottom: 32px !important;
}
.pad-t-32 {
  padding-top: 32px !important;
}
.pad-b-32 {
  padding-bottom: 32px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-32 {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
  .pad-t-sm-32 {
    padding-top: 32px !important;
  }
  .pad-b-sm-32 {
    padding-bottom: 32px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-32 {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
  .pad-t-lg-32 {
    padding-top: 32px !important;
  }
  .pad-b-lg-32 {
    padding-bottom: 32px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-32 {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
  .pad-t-xxl-32 {
    padding-top: 32px !important;
  }
  .pad-b-xxl-32 {
    padding-bottom: 32px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-32 {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
  .pad-t-xxxxl-32 {
    padding-top: 32px !important;
  }
  .pad-b-xxxxl-32 {
    padding-bottom: 32px !important;
  }
}
.pad-y-33 {
  padding-top: 33px !important;
  padding-bottom: 33px !important;
}
.pad-t-33 {
  padding-top: 33px !important;
}
.pad-b-33 {
  padding-bottom: 33px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-33 {
    padding-top: 33px !important;
    padding-bottom: 33px !important;
  }
  .pad-t-sm-33 {
    padding-top: 33px !important;
  }
  .pad-b-sm-33 {
    padding-bottom: 33px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-33 {
    padding-top: 33px !important;
    padding-bottom: 33px !important;
  }
  .pad-t-lg-33 {
    padding-top: 33px !important;
  }
  .pad-b-lg-33 {
    padding-bottom: 33px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-33 {
    padding-top: 33px !important;
    padding-bottom: 33px !important;
  }
  .pad-t-xxl-33 {
    padding-top: 33px !important;
  }
  .pad-b-xxl-33 {
    padding-bottom: 33px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-33 {
    padding-top: 33px !important;
    padding-bottom: 33px !important;
  }
  .pad-t-xxxxl-33 {
    padding-top: 33px !important;
  }
  .pad-b-xxxxl-33 {
    padding-bottom: 33px !important;
  }
}
.pad-y-34 {
  padding-top: 34px !important;
  padding-bottom: 34px !important;
}
.pad-t-34 {
  padding-top: 34px !important;
}
.pad-b-34 {
  padding-bottom: 34px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-34 {
    padding-top: 34px !important;
    padding-bottom: 34px !important;
  }
  .pad-t-sm-34 {
    padding-top: 34px !important;
  }
  .pad-b-sm-34 {
    padding-bottom: 34px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-34 {
    padding-top: 34px !important;
    padding-bottom: 34px !important;
  }
  .pad-t-lg-34 {
    padding-top: 34px !important;
  }
  .pad-b-lg-34 {
    padding-bottom: 34px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-34 {
    padding-top: 34px !important;
    padding-bottom: 34px !important;
  }
  .pad-t-xxl-34 {
    padding-top: 34px !important;
  }
  .pad-b-xxl-34 {
    padding-bottom: 34px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-34 {
    padding-top: 34px !important;
    padding-bottom: 34px !important;
  }
  .pad-t-xxxxl-34 {
    padding-top: 34px !important;
  }
  .pad-b-xxxxl-34 {
    padding-bottom: 34px !important;
  }
}
.pad-y-35 {
  padding-top: 35px !important;
  padding-bottom: 35px !important;
}
.pad-t-35 {
  padding-top: 35px !important;
}
.pad-b-35 {
  padding-bottom: 35px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-35 {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
  }
  .pad-t-sm-35 {
    padding-top: 35px !important;
  }
  .pad-b-sm-35 {
    padding-bottom: 35px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-35 {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
  }
  .pad-t-lg-35 {
    padding-top: 35px !important;
  }
  .pad-b-lg-35 {
    padding-bottom: 35px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-35 {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
  }
  .pad-t-xxl-35 {
    padding-top: 35px !important;
  }
  .pad-b-xxl-35 {
    padding-bottom: 35px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-35 {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
  }
  .pad-t-xxxxl-35 {
    padding-top: 35px !important;
  }
  .pad-b-xxxxl-35 {
    padding-bottom: 35px !important;
  }
}
.pad-y-36 {
  padding-top: 36px !important;
  padding-bottom: 36px !important;
}
.pad-t-36 {
  padding-top: 36px !important;
}
.pad-b-36 {
  padding-bottom: 36px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-36 {
    padding-top: 36px !important;
    padding-bottom: 36px !important;
  }
  .pad-t-sm-36 {
    padding-top: 36px !important;
  }
  .pad-b-sm-36 {
    padding-bottom: 36px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-36 {
    padding-top: 36px !important;
    padding-bottom: 36px !important;
  }
  .pad-t-lg-36 {
    padding-top: 36px !important;
  }
  .pad-b-lg-36 {
    padding-bottom: 36px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-36 {
    padding-top: 36px !important;
    padding-bottom: 36px !important;
  }
  .pad-t-xxl-36 {
    padding-top: 36px !important;
  }
  .pad-b-xxl-36 {
    padding-bottom: 36px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-36 {
    padding-top: 36px !important;
    padding-bottom: 36px !important;
  }
  .pad-t-xxxxl-36 {
    padding-top: 36px !important;
  }
  .pad-b-xxxxl-36 {
    padding-bottom: 36px !important;
  }
}
.pad-y-37 {
  padding-top: 37px !important;
  padding-bottom: 37px !important;
}
.pad-t-37 {
  padding-top: 37px !important;
}
.pad-b-37 {
  padding-bottom: 37px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-37 {
    padding-top: 37px !important;
    padding-bottom: 37px !important;
  }
  .pad-t-sm-37 {
    padding-top: 37px !important;
  }
  .pad-b-sm-37 {
    padding-bottom: 37px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-37 {
    padding-top: 37px !important;
    padding-bottom: 37px !important;
  }
  .pad-t-lg-37 {
    padding-top: 37px !important;
  }
  .pad-b-lg-37 {
    padding-bottom: 37px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-37 {
    padding-top: 37px !important;
    padding-bottom: 37px !important;
  }
  .pad-t-xxl-37 {
    padding-top: 37px !important;
  }
  .pad-b-xxl-37 {
    padding-bottom: 37px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-37 {
    padding-top: 37px !important;
    padding-bottom: 37px !important;
  }
  .pad-t-xxxxl-37 {
    padding-top: 37px !important;
  }
  .pad-b-xxxxl-37 {
    padding-bottom: 37px !important;
  }
}
.pad-y-38 {
  padding-top: 38px !important;
  padding-bottom: 38px !important;
}
.pad-t-38 {
  padding-top: 38px !important;
}
.pad-b-38 {
  padding-bottom: 38px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-38 {
    padding-top: 38px !important;
    padding-bottom: 38px !important;
  }
  .pad-t-sm-38 {
    padding-top: 38px !important;
  }
  .pad-b-sm-38 {
    padding-bottom: 38px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-38 {
    padding-top: 38px !important;
    padding-bottom: 38px !important;
  }
  .pad-t-lg-38 {
    padding-top: 38px !important;
  }
  .pad-b-lg-38 {
    padding-bottom: 38px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-38 {
    padding-top: 38px !important;
    padding-bottom: 38px !important;
  }
  .pad-t-xxl-38 {
    padding-top: 38px !important;
  }
  .pad-b-xxl-38 {
    padding-bottom: 38px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-38 {
    padding-top: 38px !important;
    padding-bottom: 38px !important;
  }
  .pad-t-xxxxl-38 {
    padding-top: 38px !important;
  }
  .pad-b-xxxxl-38 {
    padding-bottom: 38px !important;
  }
}
.pad-y-39 {
  padding-top: 39px !important;
  padding-bottom: 39px !important;
}
.pad-t-39 {
  padding-top: 39px !important;
}
.pad-b-39 {
  padding-bottom: 39px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-39 {
    padding-top: 39px !important;
    padding-bottom: 39px !important;
  }
  .pad-t-sm-39 {
    padding-top: 39px !important;
  }
  .pad-b-sm-39 {
    padding-bottom: 39px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-39 {
    padding-top: 39px !important;
    padding-bottom: 39px !important;
  }
  .pad-t-lg-39 {
    padding-top: 39px !important;
  }
  .pad-b-lg-39 {
    padding-bottom: 39px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-39 {
    padding-top: 39px !important;
    padding-bottom: 39px !important;
  }
  .pad-t-xxl-39 {
    padding-top: 39px !important;
  }
  .pad-b-xxl-39 {
    padding-bottom: 39px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-39 {
    padding-top: 39px !important;
    padding-bottom: 39px !important;
  }
  .pad-t-xxxxl-39 {
    padding-top: 39px !important;
  }
  .pad-b-xxxxl-39 {
    padding-bottom: 39px !important;
  }
}
.pad-y-40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}
.pad-t-40 {
  padding-top: 40px !important;
}
.pad-b-40 {
  padding-bottom: 40px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .pad-t-sm-40 {
    padding-top: 40px !important;
  }
  .pad-b-sm-40 {
    padding-bottom: 40px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .pad-t-lg-40 {
    padding-top: 40px !important;
  }
  .pad-b-lg-40 {
    padding-bottom: 40px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .pad-t-xxl-40 {
    padding-top: 40px !important;
  }
  .pad-b-xxl-40 {
    padding-bottom: 40px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .pad-t-xxxxl-40 {
    padding-top: 40px !important;
  }
  .pad-b-xxxxl-40 {
    padding-bottom: 40px !important;
  }
}
.pad-y-41 {
  padding-top: 41px !important;
  padding-bottom: 41px !important;
}
.pad-t-41 {
  padding-top: 41px !important;
}
.pad-b-41 {
  padding-bottom: 41px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-41 {
    padding-top: 41px !important;
    padding-bottom: 41px !important;
  }
  .pad-t-sm-41 {
    padding-top: 41px !important;
  }
  .pad-b-sm-41 {
    padding-bottom: 41px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-41 {
    padding-top: 41px !important;
    padding-bottom: 41px !important;
  }
  .pad-t-lg-41 {
    padding-top: 41px !important;
  }
  .pad-b-lg-41 {
    padding-bottom: 41px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-41 {
    padding-top: 41px !important;
    padding-bottom: 41px !important;
  }
  .pad-t-xxl-41 {
    padding-top: 41px !important;
  }
  .pad-b-xxl-41 {
    padding-bottom: 41px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-41 {
    padding-top: 41px !important;
    padding-bottom: 41px !important;
  }
  .pad-t-xxxxl-41 {
    padding-top: 41px !important;
  }
  .pad-b-xxxxl-41 {
    padding-bottom: 41px !important;
  }
}
.pad-y-42 {
  padding-top: 42px !important;
  padding-bottom: 42px !important;
}
.pad-t-42 {
  padding-top: 42px !important;
}
.pad-b-42 {
  padding-bottom: 42px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-42 {
    padding-top: 42px !important;
    padding-bottom: 42px !important;
  }
  .pad-t-sm-42 {
    padding-top: 42px !important;
  }
  .pad-b-sm-42 {
    padding-bottom: 42px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-42 {
    padding-top: 42px !important;
    padding-bottom: 42px !important;
  }
  .pad-t-lg-42 {
    padding-top: 42px !important;
  }
  .pad-b-lg-42 {
    padding-bottom: 42px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-42 {
    padding-top: 42px !important;
    padding-bottom: 42px !important;
  }
  .pad-t-xxl-42 {
    padding-top: 42px !important;
  }
  .pad-b-xxl-42 {
    padding-bottom: 42px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-42 {
    padding-top: 42px !important;
    padding-bottom: 42px !important;
  }
  .pad-t-xxxxl-42 {
    padding-top: 42px !important;
  }
  .pad-b-xxxxl-42 {
    padding-bottom: 42px !important;
  }
}
.pad-y-43 {
  padding-top: 43px !important;
  padding-bottom: 43px !important;
}
.pad-t-43 {
  padding-top: 43px !important;
}
.pad-b-43 {
  padding-bottom: 43px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-43 {
    padding-top: 43px !important;
    padding-bottom: 43px !important;
  }
  .pad-t-sm-43 {
    padding-top: 43px !important;
  }
  .pad-b-sm-43 {
    padding-bottom: 43px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-43 {
    padding-top: 43px !important;
    padding-bottom: 43px !important;
  }
  .pad-t-lg-43 {
    padding-top: 43px !important;
  }
  .pad-b-lg-43 {
    padding-bottom: 43px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-43 {
    padding-top: 43px !important;
    padding-bottom: 43px !important;
  }
  .pad-t-xxl-43 {
    padding-top: 43px !important;
  }
  .pad-b-xxl-43 {
    padding-bottom: 43px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-43 {
    padding-top: 43px !important;
    padding-bottom: 43px !important;
  }
  .pad-t-xxxxl-43 {
    padding-top: 43px !important;
  }
  .pad-b-xxxxl-43 {
    padding-bottom: 43px !important;
  }
}
.pad-y-44 {
  padding-top: 44px !important;
  padding-bottom: 44px !important;
}
.pad-t-44 {
  padding-top: 44px !important;
}
.pad-b-44 {
  padding-bottom: 44px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-44 {
    padding-top: 44px !important;
    padding-bottom: 44px !important;
  }
  .pad-t-sm-44 {
    padding-top: 44px !important;
  }
  .pad-b-sm-44 {
    padding-bottom: 44px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-44 {
    padding-top: 44px !important;
    padding-bottom: 44px !important;
  }
  .pad-t-lg-44 {
    padding-top: 44px !important;
  }
  .pad-b-lg-44 {
    padding-bottom: 44px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-44 {
    padding-top: 44px !important;
    padding-bottom: 44px !important;
  }
  .pad-t-xxl-44 {
    padding-top: 44px !important;
  }
  .pad-b-xxl-44 {
    padding-bottom: 44px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-44 {
    padding-top: 44px !important;
    padding-bottom: 44px !important;
  }
  .pad-t-xxxxl-44 {
    padding-top: 44px !important;
  }
  .pad-b-xxxxl-44 {
    padding-bottom: 44px !important;
  }
}
.pad-y-45 {
  padding-top: 45px !important;
  padding-bottom: 45px !important;
}
.pad-t-45 {
  padding-top: 45px !important;
}
.pad-b-45 {
  padding-bottom: 45px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-45 {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }
  .pad-t-sm-45 {
    padding-top: 45px !important;
  }
  .pad-b-sm-45 {
    padding-bottom: 45px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-45 {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }
  .pad-t-lg-45 {
    padding-top: 45px !important;
  }
  .pad-b-lg-45 {
    padding-bottom: 45px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-45 {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }
  .pad-t-xxl-45 {
    padding-top: 45px !important;
  }
  .pad-b-xxl-45 {
    padding-bottom: 45px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-45 {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }
  .pad-t-xxxxl-45 {
    padding-top: 45px !important;
  }
  .pad-b-xxxxl-45 {
    padding-bottom: 45px !important;
  }
}
.pad-y-46 {
  padding-top: 46px !important;
  padding-bottom: 46px !important;
}
.pad-t-46 {
  padding-top: 46px !important;
}
.pad-b-46 {
  padding-bottom: 46px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-46 {
    padding-top: 46px !important;
    padding-bottom: 46px !important;
  }
  .pad-t-sm-46 {
    padding-top: 46px !important;
  }
  .pad-b-sm-46 {
    padding-bottom: 46px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-46 {
    padding-top: 46px !important;
    padding-bottom: 46px !important;
  }
  .pad-t-lg-46 {
    padding-top: 46px !important;
  }
  .pad-b-lg-46 {
    padding-bottom: 46px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-46 {
    padding-top: 46px !important;
    padding-bottom: 46px !important;
  }
  .pad-t-xxl-46 {
    padding-top: 46px !important;
  }
  .pad-b-xxl-46 {
    padding-bottom: 46px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-46 {
    padding-top: 46px !important;
    padding-bottom: 46px !important;
  }
  .pad-t-xxxxl-46 {
    padding-top: 46px !important;
  }
  .pad-b-xxxxl-46 {
    padding-bottom: 46px !important;
  }
}
.pad-y-47 {
  padding-top: 47px !important;
  padding-bottom: 47px !important;
}
.pad-t-47 {
  padding-top: 47px !important;
}
.pad-b-47 {
  padding-bottom: 47px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-47 {
    padding-top: 47px !important;
    padding-bottom: 47px !important;
  }
  .pad-t-sm-47 {
    padding-top: 47px !important;
  }
  .pad-b-sm-47 {
    padding-bottom: 47px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-47 {
    padding-top: 47px !important;
    padding-bottom: 47px !important;
  }
  .pad-t-lg-47 {
    padding-top: 47px !important;
  }
  .pad-b-lg-47 {
    padding-bottom: 47px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-47 {
    padding-top: 47px !important;
    padding-bottom: 47px !important;
  }
  .pad-t-xxl-47 {
    padding-top: 47px !important;
  }
  .pad-b-xxl-47 {
    padding-bottom: 47px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-47 {
    padding-top: 47px !important;
    padding-bottom: 47px !important;
  }
  .pad-t-xxxxl-47 {
    padding-top: 47px !important;
  }
  .pad-b-xxxxl-47 {
    padding-bottom: 47px !important;
  }
}
.pad-y-48 {
  padding-top: 48px !important;
  padding-bottom: 48px !important;
}
.pad-t-48 {
  padding-top: 48px !important;
}
.pad-b-48 {
  padding-bottom: 48px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-48 {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }
  .pad-t-sm-48 {
    padding-top: 48px !important;
  }
  .pad-b-sm-48 {
    padding-bottom: 48px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-48 {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }
  .pad-t-lg-48 {
    padding-top: 48px !important;
  }
  .pad-b-lg-48 {
    padding-bottom: 48px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-48 {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }
  .pad-t-xxl-48 {
    padding-top: 48px !important;
  }
  .pad-b-xxl-48 {
    padding-bottom: 48px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-48 {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }
  .pad-t-xxxxl-48 {
    padding-top: 48px !important;
  }
  .pad-b-xxxxl-48 {
    padding-bottom: 48px !important;
  }
}
.pad-y-49 {
  padding-top: 49px !important;
  padding-bottom: 49px !important;
}
.pad-t-49 {
  padding-top: 49px !important;
}
.pad-b-49 {
  padding-bottom: 49px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-49 {
    padding-top: 49px !important;
    padding-bottom: 49px !important;
  }
  .pad-t-sm-49 {
    padding-top: 49px !important;
  }
  .pad-b-sm-49 {
    padding-bottom: 49px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-49 {
    padding-top: 49px !important;
    padding-bottom: 49px !important;
  }
  .pad-t-lg-49 {
    padding-top: 49px !important;
  }
  .pad-b-lg-49 {
    padding-bottom: 49px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-49 {
    padding-top: 49px !important;
    padding-bottom: 49px !important;
  }
  .pad-t-xxl-49 {
    padding-top: 49px !important;
  }
  .pad-b-xxl-49 {
    padding-bottom: 49px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-49 {
    padding-top: 49px !important;
    padding-bottom: 49px !important;
  }
  .pad-t-xxxxl-49 {
    padding-top: 49px !important;
  }
  .pad-b-xxxxl-49 {
    padding-bottom: 49px !important;
  }
}
.pad-y-50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}
.pad-t-50 {
  padding-top: 50px !important;
}
.pad-b-50 {
  padding-bottom: 50px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  .pad-t-sm-50 {
    padding-top: 50px !important;
  }
  .pad-b-sm-50 {
    padding-bottom: 50px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  .pad-t-lg-50 {
    padding-top: 50px !important;
  }
  .pad-b-lg-50 {
    padding-bottom: 50px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  .pad-t-xxl-50 {
    padding-top: 50px !important;
  }
  .pad-b-xxl-50 {
    padding-bottom: 50px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  .pad-t-xxxxl-50 {
    padding-top: 50px !important;
  }
  .pad-b-xxxxl-50 {
    padding-bottom: 50px !important;
  }
}
.pad-y-51 {
  padding-top: 51px !important;
  padding-bottom: 51px !important;
}
.pad-t-51 {
  padding-top: 51px !important;
}
.pad-b-51 {
  padding-bottom: 51px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-51 {
    padding-top: 51px !important;
    padding-bottom: 51px !important;
  }
  .pad-t-sm-51 {
    padding-top: 51px !important;
  }
  .pad-b-sm-51 {
    padding-bottom: 51px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-51 {
    padding-top: 51px !important;
    padding-bottom: 51px !important;
  }
  .pad-t-lg-51 {
    padding-top: 51px !important;
  }
  .pad-b-lg-51 {
    padding-bottom: 51px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-51 {
    padding-top: 51px !important;
    padding-bottom: 51px !important;
  }
  .pad-t-xxl-51 {
    padding-top: 51px !important;
  }
  .pad-b-xxl-51 {
    padding-bottom: 51px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-51 {
    padding-top: 51px !important;
    padding-bottom: 51px !important;
  }
  .pad-t-xxxxl-51 {
    padding-top: 51px !important;
  }
  .pad-b-xxxxl-51 {
    padding-bottom: 51px !important;
  }
}
.pad-y-52 {
  padding-top: 52px !important;
  padding-bottom: 52px !important;
}
.pad-t-52 {
  padding-top: 52px !important;
}
.pad-b-52 {
  padding-bottom: 52px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-52 {
    padding-top: 52px !important;
    padding-bottom: 52px !important;
  }
  .pad-t-sm-52 {
    padding-top: 52px !important;
  }
  .pad-b-sm-52 {
    padding-bottom: 52px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-52 {
    padding-top: 52px !important;
    padding-bottom: 52px !important;
  }
  .pad-t-lg-52 {
    padding-top: 52px !important;
  }
  .pad-b-lg-52 {
    padding-bottom: 52px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-52 {
    padding-top: 52px !important;
    padding-bottom: 52px !important;
  }
  .pad-t-xxl-52 {
    padding-top: 52px !important;
  }
  .pad-b-xxl-52 {
    padding-bottom: 52px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-52 {
    padding-top: 52px !important;
    padding-bottom: 52px !important;
  }
  .pad-t-xxxxl-52 {
    padding-top: 52px !important;
  }
  .pad-b-xxxxl-52 {
    padding-bottom: 52px !important;
  }
}
.pad-y-53 {
  padding-top: 53px !important;
  padding-bottom: 53px !important;
}
.pad-t-53 {
  padding-top: 53px !important;
}
.pad-b-53 {
  padding-bottom: 53px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-53 {
    padding-top: 53px !important;
    padding-bottom: 53px !important;
  }
  .pad-t-sm-53 {
    padding-top: 53px !important;
  }
  .pad-b-sm-53 {
    padding-bottom: 53px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-53 {
    padding-top: 53px !important;
    padding-bottom: 53px !important;
  }
  .pad-t-lg-53 {
    padding-top: 53px !important;
  }
  .pad-b-lg-53 {
    padding-bottom: 53px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-53 {
    padding-top: 53px !important;
    padding-bottom: 53px !important;
  }
  .pad-t-xxl-53 {
    padding-top: 53px !important;
  }
  .pad-b-xxl-53 {
    padding-bottom: 53px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-53 {
    padding-top: 53px !important;
    padding-bottom: 53px !important;
  }
  .pad-t-xxxxl-53 {
    padding-top: 53px !important;
  }
  .pad-b-xxxxl-53 {
    padding-bottom: 53px !important;
  }
}
.pad-y-54 {
  padding-top: 54px !important;
  padding-bottom: 54px !important;
}
.pad-t-54 {
  padding-top: 54px !important;
}
.pad-b-54 {
  padding-bottom: 54px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-54 {
    padding-top: 54px !important;
    padding-bottom: 54px !important;
  }
  .pad-t-sm-54 {
    padding-top: 54px !important;
  }
  .pad-b-sm-54 {
    padding-bottom: 54px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-54 {
    padding-top: 54px !important;
    padding-bottom: 54px !important;
  }
  .pad-t-lg-54 {
    padding-top: 54px !important;
  }
  .pad-b-lg-54 {
    padding-bottom: 54px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-54 {
    padding-top: 54px !important;
    padding-bottom: 54px !important;
  }
  .pad-t-xxl-54 {
    padding-top: 54px !important;
  }
  .pad-b-xxl-54 {
    padding-bottom: 54px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-54 {
    padding-top: 54px !important;
    padding-bottom: 54px !important;
  }
  .pad-t-xxxxl-54 {
    padding-top: 54px !important;
  }
  .pad-b-xxxxl-54 {
    padding-bottom: 54px !important;
  }
}
.pad-y-55 {
  padding-top: 55px !important;
  padding-bottom: 55px !important;
}
.pad-t-55 {
  padding-top: 55px !important;
}
.pad-b-55 {
  padding-bottom: 55px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-55 {
    padding-top: 55px !important;
    padding-bottom: 55px !important;
  }
  .pad-t-sm-55 {
    padding-top: 55px !important;
  }
  .pad-b-sm-55 {
    padding-bottom: 55px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-55 {
    padding-top: 55px !important;
    padding-bottom: 55px !important;
  }
  .pad-t-lg-55 {
    padding-top: 55px !important;
  }
  .pad-b-lg-55 {
    padding-bottom: 55px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-55 {
    padding-top: 55px !important;
    padding-bottom: 55px !important;
  }
  .pad-t-xxl-55 {
    padding-top: 55px !important;
  }
  .pad-b-xxl-55 {
    padding-bottom: 55px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-55 {
    padding-top: 55px !important;
    padding-bottom: 55px !important;
  }
  .pad-t-xxxxl-55 {
    padding-top: 55px !important;
  }
  .pad-b-xxxxl-55 {
    padding-bottom: 55px !important;
  }
}
.pad-y-56 {
  padding-top: 56px !important;
  padding-bottom: 56px !important;
}
.pad-t-56 {
  padding-top: 56px !important;
}
.pad-b-56 {
  padding-bottom: 56px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-56 {
    padding-top: 56px !important;
    padding-bottom: 56px !important;
  }
  .pad-t-sm-56 {
    padding-top: 56px !important;
  }
  .pad-b-sm-56 {
    padding-bottom: 56px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-56 {
    padding-top: 56px !important;
    padding-bottom: 56px !important;
  }
  .pad-t-lg-56 {
    padding-top: 56px !important;
  }
  .pad-b-lg-56 {
    padding-bottom: 56px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-56 {
    padding-top: 56px !important;
    padding-bottom: 56px !important;
  }
  .pad-t-xxl-56 {
    padding-top: 56px !important;
  }
  .pad-b-xxl-56 {
    padding-bottom: 56px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-56 {
    padding-top: 56px !important;
    padding-bottom: 56px !important;
  }
  .pad-t-xxxxl-56 {
    padding-top: 56px !important;
  }
  .pad-b-xxxxl-56 {
    padding-bottom: 56px !important;
  }
}
.pad-y-57 {
  padding-top: 57px !important;
  padding-bottom: 57px !important;
}
.pad-t-57 {
  padding-top: 57px !important;
}
.pad-b-57 {
  padding-bottom: 57px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-57 {
    padding-top: 57px !important;
    padding-bottom: 57px !important;
  }
  .pad-t-sm-57 {
    padding-top: 57px !important;
  }
  .pad-b-sm-57 {
    padding-bottom: 57px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-57 {
    padding-top: 57px !important;
    padding-bottom: 57px !important;
  }
  .pad-t-lg-57 {
    padding-top: 57px !important;
  }
  .pad-b-lg-57 {
    padding-bottom: 57px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-57 {
    padding-top: 57px !important;
    padding-bottom: 57px !important;
  }
  .pad-t-xxl-57 {
    padding-top: 57px !important;
  }
  .pad-b-xxl-57 {
    padding-bottom: 57px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-57 {
    padding-top: 57px !important;
    padding-bottom: 57px !important;
  }
  .pad-t-xxxxl-57 {
    padding-top: 57px !important;
  }
  .pad-b-xxxxl-57 {
    padding-bottom: 57px !important;
  }
}
.pad-y-58 {
  padding-top: 58px !important;
  padding-bottom: 58px !important;
}
.pad-t-58 {
  padding-top: 58px !important;
}
.pad-b-58 {
  padding-bottom: 58px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-58 {
    padding-top: 58px !important;
    padding-bottom: 58px !important;
  }
  .pad-t-sm-58 {
    padding-top: 58px !important;
  }
  .pad-b-sm-58 {
    padding-bottom: 58px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-58 {
    padding-top: 58px !important;
    padding-bottom: 58px !important;
  }
  .pad-t-lg-58 {
    padding-top: 58px !important;
  }
  .pad-b-lg-58 {
    padding-bottom: 58px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-58 {
    padding-top: 58px !important;
    padding-bottom: 58px !important;
  }
  .pad-t-xxl-58 {
    padding-top: 58px !important;
  }
  .pad-b-xxl-58 {
    padding-bottom: 58px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-58 {
    padding-top: 58px !important;
    padding-bottom: 58px !important;
  }
  .pad-t-xxxxl-58 {
    padding-top: 58px !important;
  }
  .pad-b-xxxxl-58 {
    padding-bottom: 58px !important;
  }
}
.pad-y-59 {
  padding-top: 59px !important;
  padding-bottom: 59px !important;
}
.pad-t-59 {
  padding-top: 59px !important;
}
.pad-b-59 {
  padding-bottom: 59px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-59 {
    padding-top: 59px !important;
    padding-bottom: 59px !important;
  }
  .pad-t-sm-59 {
    padding-top: 59px !important;
  }
  .pad-b-sm-59 {
    padding-bottom: 59px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-59 {
    padding-top: 59px !important;
    padding-bottom: 59px !important;
  }
  .pad-t-lg-59 {
    padding-top: 59px !important;
  }
  .pad-b-lg-59 {
    padding-bottom: 59px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-59 {
    padding-top: 59px !important;
    padding-bottom: 59px !important;
  }
  .pad-t-xxl-59 {
    padding-top: 59px !important;
  }
  .pad-b-xxl-59 {
    padding-bottom: 59px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-59 {
    padding-top: 59px !important;
    padding-bottom: 59px !important;
  }
  .pad-t-xxxxl-59 {
    padding-top: 59px !important;
  }
  .pad-b-xxxxl-59 {
    padding-bottom: 59px !important;
  }
}
.pad-y-60 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}
.pad-t-60 {
  padding-top: 60px !important;
}
.pad-b-60 {
  padding-bottom: 60px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .pad-t-sm-60 {
    padding-top: 60px !important;
  }
  .pad-b-sm-60 {
    padding-bottom: 60px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .pad-t-lg-60 {
    padding-top: 60px !important;
  }
  .pad-b-lg-60 {
    padding-bottom: 60px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .pad-t-xxl-60 {
    padding-top: 60px !important;
  }
  .pad-b-xxl-60 {
    padding-bottom: 60px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .pad-t-xxxxl-60 {
    padding-top: 60px !important;
  }
  .pad-b-xxxxl-60 {
    padding-bottom: 60px !important;
  }
}
.pad-y-61 {
  padding-top: 61px !important;
  padding-bottom: 61px !important;
}
.pad-t-61 {
  padding-top: 61px !important;
}
.pad-b-61 {
  padding-bottom: 61px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-61 {
    padding-top: 61px !important;
    padding-bottom: 61px !important;
  }
  .pad-t-sm-61 {
    padding-top: 61px !important;
  }
  .pad-b-sm-61 {
    padding-bottom: 61px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-61 {
    padding-top: 61px !important;
    padding-bottom: 61px !important;
  }
  .pad-t-lg-61 {
    padding-top: 61px !important;
  }
  .pad-b-lg-61 {
    padding-bottom: 61px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-61 {
    padding-top: 61px !important;
    padding-bottom: 61px !important;
  }
  .pad-t-xxl-61 {
    padding-top: 61px !important;
  }
  .pad-b-xxl-61 {
    padding-bottom: 61px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-61 {
    padding-top: 61px !important;
    padding-bottom: 61px !important;
  }
  .pad-t-xxxxl-61 {
    padding-top: 61px !important;
  }
  .pad-b-xxxxl-61 {
    padding-bottom: 61px !important;
  }
}
.pad-y-62 {
  padding-top: 62px !important;
  padding-bottom: 62px !important;
}
.pad-t-62 {
  padding-top: 62px !important;
}
.pad-b-62 {
  padding-bottom: 62px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-62 {
    padding-top: 62px !important;
    padding-bottom: 62px !important;
  }
  .pad-t-sm-62 {
    padding-top: 62px !important;
  }
  .pad-b-sm-62 {
    padding-bottom: 62px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-62 {
    padding-top: 62px !important;
    padding-bottom: 62px !important;
  }
  .pad-t-lg-62 {
    padding-top: 62px !important;
  }
  .pad-b-lg-62 {
    padding-bottom: 62px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-62 {
    padding-top: 62px !important;
    padding-bottom: 62px !important;
  }
  .pad-t-xxl-62 {
    padding-top: 62px !important;
  }
  .pad-b-xxl-62 {
    padding-bottom: 62px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-62 {
    padding-top: 62px !important;
    padding-bottom: 62px !important;
  }
  .pad-t-xxxxl-62 {
    padding-top: 62px !important;
  }
  .pad-b-xxxxl-62 {
    padding-bottom: 62px !important;
  }
}
.pad-y-63 {
  padding-top: 63px !important;
  padding-bottom: 63px !important;
}
.pad-t-63 {
  padding-top: 63px !important;
}
.pad-b-63 {
  padding-bottom: 63px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-63 {
    padding-top: 63px !important;
    padding-bottom: 63px !important;
  }
  .pad-t-sm-63 {
    padding-top: 63px !important;
  }
  .pad-b-sm-63 {
    padding-bottom: 63px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-63 {
    padding-top: 63px !important;
    padding-bottom: 63px !important;
  }
  .pad-t-lg-63 {
    padding-top: 63px !important;
  }
  .pad-b-lg-63 {
    padding-bottom: 63px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-63 {
    padding-top: 63px !important;
    padding-bottom: 63px !important;
  }
  .pad-t-xxl-63 {
    padding-top: 63px !important;
  }
  .pad-b-xxl-63 {
    padding-bottom: 63px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-63 {
    padding-top: 63px !important;
    padding-bottom: 63px !important;
  }
  .pad-t-xxxxl-63 {
    padding-top: 63px !important;
  }
  .pad-b-xxxxl-63 {
    padding-bottom: 63px !important;
  }
}
.pad-y-64 {
  padding-top: 64px !important;
  padding-bottom: 64px !important;
}
.pad-t-64 {
  padding-top: 64px !important;
}
.pad-b-64 {
  padding-bottom: 64px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-64 {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }
  .pad-t-sm-64 {
    padding-top: 64px !important;
  }
  .pad-b-sm-64 {
    padding-bottom: 64px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-64 {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }
  .pad-t-lg-64 {
    padding-top: 64px !important;
  }
  .pad-b-lg-64 {
    padding-bottom: 64px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-64 {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }
  .pad-t-xxl-64 {
    padding-top: 64px !important;
  }
  .pad-b-xxl-64 {
    padding-bottom: 64px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-64 {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }
  .pad-t-xxxxl-64 {
    padding-top: 64px !important;
  }
  .pad-b-xxxxl-64 {
    padding-bottom: 64px !important;
  }
}
.pad-y-65 {
  padding-top: 65px !important;
  padding-bottom: 65px !important;
}
.pad-t-65 {
  padding-top: 65px !important;
}
.pad-b-65 {
  padding-bottom: 65px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-65 {
    padding-top: 65px !important;
    padding-bottom: 65px !important;
  }
  .pad-t-sm-65 {
    padding-top: 65px !important;
  }
  .pad-b-sm-65 {
    padding-bottom: 65px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-65 {
    padding-top: 65px !important;
    padding-bottom: 65px !important;
  }
  .pad-t-lg-65 {
    padding-top: 65px !important;
  }
  .pad-b-lg-65 {
    padding-bottom: 65px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-65 {
    padding-top: 65px !important;
    padding-bottom: 65px !important;
  }
  .pad-t-xxl-65 {
    padding-top: 65px !important;
  }
  .pad-b-xxl-65 {
    padding-bottom: 65px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-65 {
    padding-top: 65px !important;
    padding-bottom: 65px !important;
  }
  .pad-t-xxxxl-65 {
    padding-top: 65px !important;
  }
  .pad-b-xxxxl-65 {
    padding-bottom: 65px !important;
  }
}
.pad-y-66 {
  padding-top: 66px !important;
  padding-bottom: 66px !important;
}
.pad-t-66 {
  padding-top: 66px !important;
}
.pad-b-66 {
  padding-bottom: 66px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-66 {
    padding-top: 66px !important;
    padding-bottom: 66px !important;
  }
  .pad-t-sm-66 {
    padding-top: 66px !important;
  }
  .pad-b-sm-66 {
    padding-bottom: 66px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-66 {
    padding-top: 66px !important;
    padding-bottom: 66px !important;
  }
  .pad-t-lg-66 {
    padding-top: 66px !important;
  }
  .pad-b-lg-66 {
    padding-bottom: 66px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-66 {
    padding-top: 66px !important;
    padding-bottom: 66px !important;
  }
  .pad-t-xxl-66 {
    padding-top: 66px !important;
  }
  .pad-b-xxl-66 {
    padding-bottom: 66px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-66 {
    padding-top: 66px !important;
    padding-bottom: 66px !important;
  }
  .pad-t-xxxxl-66 {
    padding-top: 66px !important;
  }
  .pad-b-xxxxl-66 {
    padding-bottom: 66px !important;
  }
}
.pad-y-67 {
  padding-top: 67px !important;
  padding-bottom: 67px !important;
}
.pad-t-67 {
  padding-top: 67px !important;
}
.pad-b-67 {
  padding-bottom: 67px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-67 {
    padding-top: 67px !important;
    padding-bottom: 67px !important;
  }
  .pad-t-sm-67 {
    padding-top: 67px !important;
  }
  .pad-b-sm-67 {
    padding-bottom: 67px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-67 {
    padding-top: 67px !important;
    padding-bottom: 67px !important;
  }
  .pad-t-lg-67 {
    padding-top: 67px !important;
  }
  .pad-b-lg-67 {
    padding-bottom: 67px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-67 {
    padding-top: 67px !important;
    padding-bottom: 67px !important;
  }
  .pad-t-xxl-67 {
    padding-top: 67px !important;
  }
  .pad-b-xxl-67 {
    padding-bottom: 67px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-67 {
    padding-top: 67px !important;
    padding-bottom: 67px !important;
  }
  .pad-t-xxxxl-67 {
    padding-top: 67px !important;
  }
  .pad-b-xxxxl-67 {
    padding-bottom: 67px !important;
  }
}
.pad-y-68 {
  padding-top: 68px !important;
  padding-bottom: 68px !important;
}
.pad-t-68 {
  padding-top: 68px !important;
}
.pad-b-68 {
  padding-bottom: 68px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-68 {
    padding-top: 68px !important;
    padding-bottom: 68px !important;
  }
  .pad-t-sm-68 {
    padding-top: 68px !important;
  }
  .pad-b-sm-68 {
    padding-bottom: 68px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-68 {
    padding-top: 68px !important;
    padding-bottom: 68px !important;
  }
  .pad-t-lg-68 {
    padding-top: 68px !important;
  }
  .pad-b-lg-68 {
    padding-bottom: 68px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-68 {
    padding-top: 68px !important;
    padding-bottom: 68px !important;
  }
  .pad-t-xxl-68 {
    padding-top: 68px !important;
  }
  .pad-b-xxl-68 {
    padding-bottom: 68px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-68 {
    padding-top: 68px !important;
    padding-bottom: 68px !important;
  }
  .pad-t-xxxxl-68 {
    padding-top: 68px !important;
  }
  .pad-b-xxxxl-68 {
    padding-bottom: 68px !important;
  }
}
.pad-y-69 {
  padding-top: 69px !important;
  padding-bottom: 69px !important;
}
.pad-t-69 {
  padding-top: 69px !important;
}
.pad-b-69 {
  padding-bottom: 69px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-69 {
    padding-top: 69px !important;
    padding-bottom: 69px !important;
  }
  .pad-t-sm-69 {
    padding-top: 69px !important;
  }
  .pad-b-sm-69 {
    padding-bottom: 69px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-69 {
    padding-top: 69px !important;
    padding-bottom: 69px !important;
  }
  .pad-t-lg-69 {
    padding-top: 69px !important;
  }
  .pad-b-lg-69 {
    padding-bottom: 69px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-69 {
    padding-top: 69px !important;
    padding-bottom: 69px !important;
  }
  .pad-t-xxl-69 {
    padding-top: 69px !important;
  }
  .pad-b-xxl-69 {
    padding-bottom: 69px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-69 {
    padding-top: 69px !important;
    padding-bottom: 69px !important;
  }
  .pad-t-xxxxl-69 {
    padding-top: 69px !important;
  }
  .pad-b-xxxxl-69 {
    padding-bottom: 69px !important;
  }
}
.pad-y-70 {
  padding-top: 70px !important;
  padding-bottom: 70px !important;
}
.pad-t-70 {
  padding-top: 70px !important;
}
.pad-b-70 {
  padding-bottom: 70px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-70 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
  .pad-t-sm-70 {
    padding-top: 70px !important;
  }
  .pad-b-sm-70 {
    padding-bottom: 70px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-70 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
  .pad-t-lg-70 {
    padding-top: 70px !important;
  }
  .pad-b-lg-70 {
    padding-bottom: 70px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-70 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
  .pad-t-xxl-70 {
    padding-top: 70px !important;
  }
  .pad-b-xxl-70 {
    padding-bottom: 70px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-70 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
  .pad-t-xxxxl-70 {
    padding-top: 70px !important;
  }
  .pad-b-xxxxl-70 {
    padding-bottom: 70px !important;
  }
}
.pad-y-71 {
  padding-top: 71px !important;
  padding-bottom: 71px !important;
}
.pad-t-71 {
  padding-top: 71px !important;
}
.pad-b-71 {
  padding-bottom: 71px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-71 {
    padding-top: 71px !important;
    padding-bottom: 71px !important;
  }
  .pad-t-sm-71 {
    padding-top: 71px !important;
  }
  .pad-b-sm-71 {
    padding-bottom: 71px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-71 {
    padding-top: 71px !important;
    padding-bottom: 71px !important;
  }
  .pad-t-lg-71 {
    padding-top: 71px !important;
  }
  .pad-b-lg-71 {
    padding-bottom: 71px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-71 {
    padding-top: 71px !important;
    padding-bottom: 71px !important;
  }
  .pad-t-xxl-71 {
    padding-top: 71px !important;
  }
  .pad-b-xxl-71 {
    padding-bottom: 71px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-71 {
    padding-top: 71px !important;
    padding-bottom: 71px !important;
  }
  .pad-t-xxxxl-71 {
    padding-top: 71px !important;
  }
  .pad-b-xxxxl-71 {
    padding-bottom: 71px !important;
  }
}
.pad-y-72 {
  padding-top: 72px !important;
  padding-bottom: 72px !important;
}
.pad-t-72 {
  padding-top: 72px !important;
}
.pad-b-72 {
  padding-bottom: 72px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-72 {
    padding-top: 72px !important;
    padding-bottom: 72px !important;
  }
  .pad-t-sm-72 {
    padding-top: 72px !important;
  }
  .pad-b-sm-72 {
    padding-bottom: 72px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-72 {
    padding-top: 72px !important;
    padding-bottom: 72px !important;
  }
  .pad-t-lg-72 {
    padding-top: 72px !important;
  }
  .pad-b-lg-72 {
    padding-bottom: 72px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-72 {
    padding-top: 72px !important;
    padding-bottom: 72px !important;
  }
  .pad-t-xxl-72 {
    padding-top: 72px !important;
  }
  .pad-b-xxl-72 {
    padding-bottom: 72px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-72 {
    padding-top: 72px !important;
    padding-bottom: 72px !important;
  }
  .pad-t-xxxxl-72 {
    padding-top: 72px !important;
  }
  .pad-b-xxxxl-72 {
    padding-bottom: 72px !important;
  }
}
.pad-y-73 {
  padding-top: 73px !important;
  padding-bottom: 73px !important;
}
.pad-t-73 {
  padding-top: 73px !important;
}
.pad-b-73 {
  padding-bottom: 73px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-73 {
    padding-top: 73px !important;
    padding-bottom: 73px !important;
  }
  .pad-t-sm-73 {
    padding-top: 73px !important;
  }
  .pad-b-sm-73 {
    padding-bottom: 73px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-73 {
    padding-top: 73px !important;
    padding-bottom: 73px !important;
  }
  .pad-t-lg-73 {
    padding-top: 73px !important;
  }
  .pad-b-lg-73 {
    padding-bottom: 73px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-73 {
    padding-top: 73px !important;
    padding-bottom: 73px !important;
  }
  .pad-t-xxl-73 {
    padding-top: 73px !important;
  }
  .pad-b-xxl-73 {
    padding-bottom: 73px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-73 {
    padding-top: 73px !important;
    padding-bottom: 73px !important;
  }
  .pad-t-xxxxl-73 {
    padding-top: 73px !important;
  }
  .pad-b-xxxxl-73 {
    padding-bottom: 73px !important;
  }
}
.pad-y-74 {
  padding-top: 74px !important;
  padding-bottom: 74px !important;
}
.pad-t-74 {
  padding-top: 74px !important;
}
.pad-b-74 {
  padding-bottom: 74px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-74 {
    padding-top: 74px !important;
    padding-bottom: 74px !important;
  }
  .pad-t-sm-74 {
    padding-top: 74px !important;
  }
  .pad-b-sm-74 {
    padding-bottom: 74px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-74 {
    padding-top: 74px !important;
    padding-bottom: 74px !important;
  }
  .pad-t-lg-74 {
    padding-top: 74px !important;
  }
  .pad-b-lg-74 {
    padding-bottom: 74px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-74 {
    padding-top: 74px !important;
    padding-bottom: 74px !important;
  }
  .pad-t-xxl-74 {
    padding-top: 74px !important;
  }
  .pad-b-xxl-74 {
    padding-bottom: 74px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-74 {
    padding-top: 74px !important;
    padding-bottom: 74px !important;
  }
  .pad-t-xxxxl-74 {
    padding-top: 74px !important;
  }
  .pad-b-xxxxl-74 {
    padding-bottom: 74px !important;
  }
}
.pad-y-75 {
  padding-top: 75px !important;
  padding-bottom: 75px !important;
}
.pad-t-75 {
  padding-top: 75px !important;
}
.pad-b-75 {
  padding-bottom: 75px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-75 {
    padding-top: 75px !important;
    padding-bottom: 75px !important;
  }
  .pad-t-sm-75 {
    padding-top: 75px !important;
  }
  .pad-b-sm-75 {
    padding-bottom: 75px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-75 {
    padding-top: 75px !important;
    padding-bottom: 75px !important;
  }
  .pad-t-lg-75 {
    padding-top: 75px !important;
  }
  .pad-b-lg-75 {
    padding-bottom: 75px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-75 {
    padding-top: 75px !important;
    padding-bottom: 75px !important;
  }
  .pad-t-xxl-75 {
    padding-top: 75px !important;
  }
  .pad-b-xxl-75 {
    padding-bottom: 75px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-75 {
    padding-top: 75px !important;
    padding-bottom: 75px !important;
  }
  .pad-t-xxxxl-75 {
    padding-top: 75px !important;
  }
  .pad-b-xxxxl-75 {
    padding-bottom: 75px !important;
  }
}
.pad-y-76 {
  padding-top: 76px !important;
  padding-bottom: 76px !important;
}
.pad-t-76 {
  padding-top: 76px !important;
}
.pad-b-76 {
  padding-bottom: 76px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-76 {
    padding-top: 76px !important;
    padding-bottom: 76px !important;
  }
  .pad-t-sm-76 {
    padding-top: 76px !important;
  }
  .pad-b-sm-76 {
    padding-bottom: 76px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-76 {
    padding-top: 76px !important;
    padding-bottom: 76px !important;
  }
  .pad-t-lg-76 {
    padding-top: 76px !important;
  }
  .pad-b-lg-76 {
    padding-bottom: 76px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-76 {
    padding-top: 76px !important;
    padding-bottom: 76px !important;
  }
  .pad-t-xxl-76 {
    padding-top: 76px !important;
  }
  .pad-b-xxl-76 {
    padding-bottom: 76px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-76 {
    padding-top: 76px !important;
    padding-bottom: 76px !important;
  }
  .pad-t-xxxxl-76 {
    padding-top: 76px !important;
  }
  .pad-b-xxxxl-76 {
    padding-bottom: 76px !important;
  }
}
.pad-y-77 {
  padding-top: 77px !important;
  padding-bottom: 77px !important;
}
.pad-t-77 {
  padding-top: 77px !important;
}
.pad-b-77 {
  padding-bottom: 77px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-77 {
    padding-top: 77px !important;
    padding-bottom: 77px !important;
  }
  .pad-t-sm-77 {
    padding-top: 77px !important;
  }
  .pad-b-sm-77 {
    padding-bottom: 77px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-77 {
    padding-top: 77px !important;
    padding-bottom: 77px !important;
  }
  .pad-t-lg-77 {
    padding-top: 77px !important;
  }
  .pad-b-lg-77 {
    padding-bottom: 77px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-77 {
    padding-top: 77px !important;
    padding-bottom: 77px !important;
  }
  .pad-t-xxl-77 {
    padding-top: 77px !important;
  }
  .pad-b-xxl-77 {
    padding-bottom: 77px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-77 {
    padding-top: 77px !important;
    padding-bottom: 77px !important;
  }
  .pad-t-xxxxl-77 {
    padding-top: 77px !important;
  }
  .pad-b-xxxxl-77 {
    padding-bottom: 77px !important;
  }
}
.pad-y-78 {
  padding-top: 78px !important;
  padding-bottom: 78px !important;
}
.pad-t-78 {
  padding-top: 78px !important;
}
.pad-b-78 {
  padding-bottom: 78px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-78 {
    padding-top: 78px !important;
    padding-bottom: 78px !important;
  }
  .pad-t-sm-78 {
    padding-top: 78px !important;
  }
  .pad-b-sm-78 {
    padding-bottom: 78px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-78 {
    padding-top: 78px !important;
    padding-bottom: 78px !important;
  }
  .pad-t-lg-78 {
    padding-top: 78px !important;
  }
  .pad-b-lg-78 {
    padding-bottom: 78px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-78 {
    padding-top: 78px !important;
    padding-bottom: 78px !important;
  }
  .pad-t-xxl-78 {
    padding-top: 78px !important;
  }
  .pad-b-xxl-78 {
    padding-bottom: 78px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-78 {
    padding-top: 78px !important;
    padding-bottom: 78px !important;
  }
  .pad-t-xxxxl-78 {
    padding-top: 78px !important;
  }
  .pad-b-xxxxl-78 {
    padding-bottom: 78px !important;
  }
}
.pad-y-79 {
  padding-top: 79px !important;
  padding-bottom: 79px !important;
}
.pad-t-79 {
  padding-top: 79px !important;
}
.pad-b-79 {
  padding-bottom: 79px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-79 {
    padding-top: 79px !important;
    padding-bottom: 79px !important;
  }
  .pad-t-sm-79 {
    padding-top: 79px !important;
  }
  .pad-b-sm-79 {
    padding-bottom: 79px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-79 {
    padding-top: 79px !important;
    padding-bottom: 79px !important;
  }
  .pad-t-lg-79 {
    padding-top: 79px !important;
  }
  .pad-b-lg-79 {
    padding-bottom: 79px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-79 {
    padding-top: 79px !important;
    padding-bottom: 79px !important;
  }
  .pad-t-xxl-79 {
    padding-top: 79px !important;
  }
  .pad-b-xxl-79 {
    padding-bottom: 79px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-79 {
    padding-top: 79px !important;
    padding-bottom: 79px !important;
  }
  .pad-t-xxxxl-79 {
    padding-top: 79px !important;
  }
  .pad-b-xxxxl-79 {
    padding-bottom: 79px !important;
  }
}
.pad-y-80 {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}
.pad-t-80 {
  padding-top: 80px !important;
}
.pad-b-80 {
  padding-bottom: 80px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  .pad-t-sm-80 {
    padding-top: 80px !important;
  }
  .pad-b-sm-80 {
    padding-bottom: 80px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  .pad-t-lg-80 {
    padding-top: 80px !important;
  }
  .pad-b-lg-80 {
    padding-bottom: 80px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  .pad-t-xxl-80 {
    padding-top: 80px !important;
  }
  .pad-b-xxl-80 {
    padding-bottom: 80px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  .pad-t-xxxxl-80 {
    padding-top: 80px !important;
  }
  .pad-b-xxxxl-80 {
    padding-bottom: 80px !important;
  }
}
.pad-y-81 {
  padding-top: 81px !important;
  padding-bottom: 81px !important;
}
.pad-t-81 {
  padding-top: 81px !important;
}
.pad-b-81 {
  padding-bottom: 81px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-81 {
    padding-top: 81px !important;
    padding-bottom: 81px !important;
  }
  .pad-t-sm-81 {
    padding-top: 81px !important;
  }
  .pad-b-sm-81 {
    padding-bottom: 81px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-81 {
    padding-top: 81px !important;
    padding-bottom: 81px !important;
  }
  .pad-t-lg-81 {
    padding-top: 81px !important;
  }
  .pad-b-lg-81 {
    padding-bottom: 81px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-81 {
    padding-top: 81px !important;
    padding-bottom: 81px !important;
  }
  .pad-t-xxl-81 {
    padding-top: 81px !important;
  }
  .pad-b-xxl-81 {
    padding-bottom: 81px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-81 {
    padding-top: 81px !important;
    padding-bottom: 81px !important;
  }
  .pad-t-xxxxl-81 {
    padding-top: 81px !important;
  }
  .pad-b-xxxxl-81 {
    padding-bottom: 81px !important;
  }
}
.pad-y-82 {
  padding-top: 82px !important;
  padding-bottom: 82px !important;
}
.pad-t-82 {
  padding-top: 82px !important;
}
.pad-b-82 {
  padding-bottom: 82px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-82 {
    padding-top: 82px !important;
    padding-bottom: 82px !important;
  }
  .pad-t-sm-82 {
    padding-top: 82px !important;
  }
  .pad-b-sm-82 {
    padding-bottom: 82px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-82 {
    padding-top: 82px !important;
    padding-bottom: 82px !important;
  }
  .pad-t-lg-82 {
    padding-top: 82px !important;
  }
  .pad-b-lg-82 {
    padding-bottom: 82px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-82 {
    padding-top: 82px !important;
    padding-bottom: 82px !important;
  }
  .pad-t-xxl-82 {
    padding-top: 82px !important;
  }
  .pad-b-xxl-82 {
    padding-bottom: 82px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-82 {
    padding-top: 82px !important;
    padding-bottom: 82px !important;
  }
  .pad-t-xxxxl-82 {
    padding-top: 82px !important;
  }
  .pad-b-xxxxl-82 {
    padding-bottom: 82px !important;
  }
}
.pad-y-83 {
  padding-top: 83px !important;
  padding-bottom: 83px !important;
}
.pad-t-83 {
  padding-top: 83px !important;
}
.pad-b-83 {
  padding-bottom: 83px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-83 {
    padding-top: 83px !important;
    padding-bottom: 83px !important;
  }
  .pad-t-sm-83 {
    padding-top: 83px !important;
  }
  .pad-b-sm-83 {
    padding-bottom: 83px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-83 {
    padding-top: 83px !important;
    padding-bottom: 83px !important;
  }
  .pad-t-lg-83 {
    padding-top: 83px !important;
  }
  .pad-b-lg-83 {
    padding-bottom: 83px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-83 {
    padding-top: 83px !important;
    padding-bottom: 83px !important;
  }
  .pad-t-xxl-83 {
    padding-top: 83px !important;
  }
  .pad-b-xxl-83 {
    padding-bottom: 83px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-83 {
    padding-top: 83px !important;
    padding-bottom: 83px !important;
  }
  .pad-t-xxxxl-83 {
    padding-top: 83px !important;
  }
  .pad-b-xxxxl-83 {
    padding-bottom: 83px !important;
  }
}
.pad-y-84 {
  padding-top: 84px !important;
  padding-bottom: 84px !important;
}
.pad-t-84 {
  padding-top: 84px !important;
}
.pad-b-84 {
  padding-bottom: 84px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-84 {
    padding-top: 84px !important;
    padding-bottom: 84px !important;
  }
  .pad-t-sm-84 {
    padding-top: 84px !important;
  }
  .pad-b-sm-84 {
    padding-bottom: 84px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-84 {
    padding-top: 84px !important;
    padding-bottom: 84px !important;
  }
  .pad-t-lg-84 {
    padding-top: 84px !important;
  }
  .pad-b-lg-84 {
    padding-bottom: 84px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-84 {
    padding-top: 84px !important;
    padding-bottom: 84px !important;
  }
  .pad-t-xxl-84 {
    padding-top: 84px !important;
  }
  .pad-b-xxl-84 {
    padding-bottom: 84px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-84 {
    padding-top: 84px !important;
    padding-bottom: 84px !important;
  }
  .pad-t-xxxxl-84 {
    padding-top: 84px !important;
  }
  .pad-b-xxxxl-84 {
    padding-bottom: 84px !important;
  }
}
.pad-y-85 {
  padding-top: 85px !important;
  padding-bottom: 85px !important;
}
.pad-t-85 {
  padding-top: 85px !important;
}
.pad-b-85 {
  padding-bottom: 85px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-85 {
    padding-top: 85px !important;
    padding-bottom: 85px !important;
  }
  .pad-t-sm-85 {
    padding-top: 85px !important;
  }
  .pad-b-sm-85 {
    padding-bottom: 85px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-85 {
    padding-top: 85px !important;
    padding-bottom: 85px !important;
  }
  .pad-t-lg-85 {
    padding-top: 85px !important;
  }
  .pad-b-lg-85 {
    padding-bottom: 85px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-85 {
    padding-top: 85px !important;
    padding-bottom: 85px !important;
  }
  .pad-t-xxl-85 {
    padding-top: 85px !important;
  }
  .pad-b-xxl-85 {
    padding-bottom: 85px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-85 {
    padding-top: 85px !important;
    padding-bottom: 85px !important;
  }
  .pad-t-xxxxl-85 {
    padding-top: 85px !important;
  }
  .pad-b-xxxxl-85 {
    padding-bottom: 85px !important;
  }
}
.pad-y-86 {
  padding-top: 86px !important;
  padding-bottom: 86px !important;
}
.pad-t-86 {
  padding-top: 86px !important;
}
.pad-b-86 {
  padding-bottom: 86px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-86 {
    padding-top: 86px !important;
    padding-bottom: 86px !important;
  }
  .pad-t-sm-86 {
    padding-top: 86px !important;
  }
  .pad-b-sm-86 {
    padding-bottom: 86px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-86 {
    padding-top: 86px !important;
    padding-bottom: 86px !important;
  }
  .pad-t-lg-86 {
    padding-top: 86px !important;
  }
  .pad-b-lg-86 {
    padding-bottom: 86px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-86 {
    padding-top: 86px !important;
    padding-bottom: 86px !important;
  }
  .pad-t-xxl-86 {
    padding-top: 86px !important;
  }
  .pad-b-xxl-86 {
    padding-bottom: 86px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-86 {
    padding-top: 86px !important;
    padding-bottom: 86px !important;
  }
  .pad-t-xxxxl-86 {
    padding-top: 86px !important;
  }
  .pad-b-xxxxl-86 {
    padding-bottom: 86px !important;
  }
}
.pad-y-87 {
  padding-top: 87px !important;
  padding-bottom: 87px !important;
}
.pad-t-87 {
  padding-top: 87px !important;
}
.pad-b-87 {
  padding-bottom: 87px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-87 {
    padding-top: 87px !important;
    padding-bottom: 87px !important;
  }
  .pad-t-sm-87 {
    padding-top: 87px !important;
  }
  .pad-b-sm-87 {
    padding-bottom: 87px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-87 {
    padding-top: 87px !important;
    padding-bottom: 87px !important;
  }
  .pad-t-lg-87 {
    padding-top: 87px !important;
  }
  .pad-b-lg-87 {
    padding-bottom: 87px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-87 {
    padding-top: 87px !important;
    padding-bottom: 87px !important;
  }
  .pad-t-xxl-87 {
    padding-top: 87px !important;
  }
  .pad-b-xxl-87 {
    padding-bottom: 87px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-87 {
    padding-top: 87px !important;
    padding-bottom: 87px !important;
  }
  .pad-t-xxxxl-87 {
    padding-top: 87px !important;
  }
  .pad-b-xxxxl-87 {
    padding-bottom: 87px !important;
  }
}
.pad-y-88 {
  padding-top: 88px !important;
  padding-bottom: 88px !important;
}
.pad-t-88 {
  padding-top: 88px !important;
}
.pad-b-88 {
  padding-bottom: 88px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-88 {
    padding-top: 88px !important;
    padding-bottom: 88px !important;
  }
  .pad-t-sm-88 {
    padding-top: 88px !important;
  }
  .pad-b-sm-88 {
    padding-bottom: 88px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-88 {
    padding-top: 88px !important;
    padding-bottom: 88px !important;
  }
  .pad-t-lg-88 {
    padding-top: 88px !important;
  }
  .pad-b-lg-88 {
    padding-bottom: 88px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-88 {
    padding-top: 88px !important;
    padding-bottom: 88px !important;
  }
  .pad-t-xxl-88 {
    padding-top: 88px !important;
  }
  .pad-b-xxl-88 {
    padding-bottom: 88px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-88 {
    padding-top: 88px !important;
    padding-bottom: 88px !important;
  }
  .pad-t-xxxxl-88 {
    padding-top: 88px !important;
  }
  .pad-b-xxxxl-88 {
    padding-bottom: 88px !important;
  }
}
.pad-y-89 {
  padding-top: 89px !important;
  padding-bottom: 89px !important;
}
.pad-t-89 {
  padding-top: 89px !important;
}
.pad-b-89 {
  padding-bottom: 89px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-89 {
    padding-top: 89px !important;
    padding-bottom: 89px !important;
  }
  .pad-t-sm-89 {
    padding-top: 89px !important;
  }
  .pad-b-sm-89 {
    padding-bottom: 89px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-89 {
    padding-top: 89px !important;
    padding-bottom: 89px !important;
  }
  .pad-t-lg-89 {
    padding-top: 89px !important;
  }
  .pad-b-lg-89 {
    padding-bottom: 89px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-89 {
    padding-top: 89px !important;
    padding-bottom: 89px !important;
  }
  .pad-t-xxl-89 {
    padding-top: 89px !important;
  }
  .pad-b-xxl-89 {
    padding-bottom: 89px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-89 {
    padding-top: 89px !important;
    padding-bottom: 89px !important;
  }
  .pad-t-xxxxl-89 {
    padding-top: 89px !important;
  }
  .pad-b-xxxxl-89 {
    padding-bottom: 89px !important;
  }
}
.pad-y-90 {
  padding-top: 90px !important;
  padding-bottom: 90px !important;
}
.pad-t-90 {
  padding-top: 90px !important;
}
.pad-b-90 {
  padding-bottom: 90px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-90 {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }
  .pad-t-sm-90 {
    padding-top: 90px !important;
  }
  .pad-b-sm-90 {
    padding-bottom: 90px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-90 {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }
  .pad-t-lg-90 {
    padding-top: 90px !important;
  }
  .pad-b-lg-90 {
    padding-bottom: 90px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-90 {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }
  .pad-t-xxl-90 {
    padding-top: 90px !important;
  }
  .pad-b-xxl-90 {
    padding-bottom: 90px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-90 {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }
  .pad-t-xxxxl-90 {
    padding-top: 90px !important;
  }
  .pad-b-xxxxl-90 {
    padding-bottom: 90px !important;
  }
}
.pad-y-91 {
  padding-top: 91px !important;
  padding-bottom: 91px !important;
}
.pad-t-91 {
  padding-top: 91px !important;
}
.pad-b-91 {
  padding-bottom: 91px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-91 {
    padding-top: 91px !important;
    padding-bottom: 91px !important;
  }
  .pad-t-sm-91 {
    padding-top: 91px !important;
  }
  .pad-b-sm-91 {
    padding-bottom: 91px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-91 {
    padding-top: 91px !important;
    padding-bottom: 91px !important;
  }
  .pad-t-lg-91 {
    padding-top: 91px !important;
  }
  .pad-b-lg-91 {
    padding-bottom: 91px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-91 {
    padding-top: 91px !important;
    padding-bottom: 91px !important;
  }
  .pad-t-xxl-91 {
    padding-top: 91px !important;
  }
  .pad-b-xxl-91 {
    padding-bottom: 91px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-91 {
    padding-top: 91px !important;
    padding-bottom: 91px !important;
  }
  .pad-t-xxxxl-91 {
    padding-top: 91px !important;
  }
  .pad-b-xxxxl-91 {
    padding-bottom: 91px !important;
  }
}
.pad-y-92 {
  padding-top: 92px !important;
  padding-bottom: 92px !important;
}
.pad-t-92 {
  padding-top: 92px !important;
}
.pad-b-92 {
  padding-bottom: 92px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-92 {
    padding-top: 92px !important;
    padding-bottom: 92px !important;
  }
  .pad-t-sm-92 {
    padding-top: 92px !important;
  }
  .pad-b-sm-92 {
    padding-bottom: 92px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-92 {
    padding-top: 92px !important;
    padding-bottom: 92px !important;
  }
  .pad-t-lg-92 {
    padding-top: 92px !important;
  }
  .pad-b-lg-92 {
    padding-bottom: 92px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-92 {
    padding-top: 92px !important;
    padding-bottom: 92px !important;
  }
  .pad-t-xxl-92 {
    padding-top: 92px !important;
  }
  .pad-b-xxl-92 {
    padding-bottom: 92px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-92 {
    padding-top: 92px !important;
    padding-bottom: 92px !important;
  }
  .pad-t-xxxxl-92 {
    padding-top: 92px !important;
  }
  .pad-b-xxxxl-92 {
    padding-bottom: 92px !important;
  }
}
.pad-y-93 {
  padding-top: 93px !important;
  padding-bottom: 93px !important;
}
.pad-t-93 {
  padding-top: 93px !important;
}
.pad-b-93 {
  padding-bottom: 93px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-93 {
    padding-top: 93px !important;
    padding-bottom: 93px !important;
  }
  .pad-t-sm-93 {
    padding-top: 93px !important;
  }
  .pad-b-sm-93 {
    padding-bottom: 93px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-93 {
    padding-top: 93px !important;
    padding-bottom: 93px !important;
  }
  .pad-t-lg-93 {
    padding-top: 93px !important;
  }
  .pad-b-lg-93 {
    padding-bottom: 93px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-93 {
    padding-top: 93px !important;
    padding-bottom: 93px !important;
  }
  .pad-t-xxl-93 {
    padding-top: 93px !important;
  }
  .pad-b-xxl-93 {
    padding-bottom: 93px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-93 {
    padding-top: 93px !important;
    padding-bottom: 93px !important;
  }
  .pad-t-xxxxl-93 {
    padding-top: 93px !important;
  }
  .pad-b-xxxxl-93 {
    padding-bottom: 93px !important;
  }
}
.pad-y-94 {
  padding-top: 94px !important;
  padding-bottom: 94px !important;
}
.pad-t-94 {
  padding-top: 94px !important;
}
.pad-b-94 {
  padding-bottom: 94px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-94 {
    padding-top: 94px !important;
    padding-bottom: 94px !important;
  }
  .pad-t-sm-94 {
    padding-top: 94px !important;
  }
  .pad-b-sm-94 {
    padding-bottom: 94px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-94 {
    padding-top: 94px !important;
    padding-bottom: 94px !important;
  }
  .pad-t-lg-94 {
    padding-top: 94px !important;
  }
  .pad-b-lg-94 {
    padding-bottom: 94px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-94 {
    padding-top: 94px !important;
    padding-bottom: 94px !important;
  }
  .pad-t-xxl-94 {
    padding-top: 94px !important;
  }
  .pad-b-xxl-94 {
    padding-bottom: 94px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-94 {
    padding-top: 94px !important;
    padding-bottom: 94px !important;
  }
  .pad-t-xxxxl-94 {
    padding-top: 94px !important;
  }
  .pad-b-xxxxl-94 {
    padding-bottom: 94px !important;
  }
}
.pad-y-95 {
  padding-top: 95px !important;
  padding-bottom: 95px !important;
}
.pad-t-95 {
  padding-top: 95px !important;
}
.pad-b-95 {
  padding-bottom: 95px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-95 {
    padding-top: 95px !important;
    padding-bottom: 95px !important;
  }
  .pad-t-sm-95 {
    padding-top: 95px !important;
  }
  .pad-b-sm-95 {
    padding-bottom: 95px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-95 {
    padding-top: 95px !important;
    padding-bottom: 95px !important;
  }
  .pad-t-lg-95 {
    padding-top: 95px !important;
  }
  .pad-b-lg-95 {
    padding-bottom: 95px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-95 {
    padding-top: 95px !important;
    padding-bottom: 95px !important;
  }
  .pad-t-xxl-95 {
    padding-top: 95px !important;
  }
  .pad-b-xxl-95 {
    padding-bottom: 95px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-95 {
    padding-top: 95px !important;
    padding-bottom: 95px !important;
  }
  .pad-t-xxxxl-95 {
    padding-top: 95px !important;
  }
  .pad-b-xxxxl-95 {
    padding-bottom: 95px !important;
  }
}
.pad-y-96 {
  padding-top: 96px !important;
  padding-bottom: 96px !important;
}
.pad-t-96 {
  padding-top: 96px !important;
}
.pad-b-96 {
  padding-bottom: 96px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-96 {
    padding-top: 96px !important;
    padding-bottom: 96px !important;
  }
  .pad-t-sm-96 {
    padding-top: 96px !important;
  }
  .pad-b-sm-96 {
    padding-bottom: 96px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-96 {
    padding-top: 96px !important;
    padding-bottom: 96px !important;
  }
  .pad-t-lg-96 {
    padding-top: 96px !important;
  }
  .pad-b-lg-96 {
    padding-bottom: 96px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-96 {
    padding-top: 96px !important;
    padding-bottom: 96px !important;
  }
  .pad-t-xxl-96 {
    padding-top: 96px !important;
  }
  .pad-b-xxl-96 {
    padding-bottom: 96px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-96 {
    padding-top: 96px !important;
    padding-bottom: 96px !important;
  }
  .pad-t-xxxxl-96 {
    padding-top: 96px !important;
  }
  .pad-b-xxxxl-96 {
    padding-bottom: 96px !important;
  }
}
.pad-y-97 {
  padding-top: 97px !important;
  padding-bottom: 97px !important;
}
.pad-t-97 {
  padding-top: 97px !important;
}
.pad-b-97 {
  padding-bottom: 97px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-97 {
    padding-top: 97px !important;
    padding-bottom: 97px !important;
  }
  .pad-t-sm-97 {
    padding-top: 97px !important;
  }
  .pad-b-sm-97 {
    padding-bottom: 97px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-97 {
    padding-top: 97px !important;
    padding-bottom: 97px !important;
  }
  .pad-t-lg-97 {
    padding-top: 97px !important;
  }
  .pad-b-lg-97 {
    padding-bottom: 97px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-97 {
    padding-top: 97px !important;
    padding-bottom: 97px !important;
  }
  .pad-t-xxl-97 {
    padding-top: 97px !important;
  }
  .pad-b-xxl-97 {
    padding-bottom: 97px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-97 {
    padding-top: 97px !important;
    padding-bottom: 97px !important;
  }
  .pad-t-xxxxl-97 {
    padding-top: 97px !important;
  }
  .pad-b-xxxxl-97 {
    padding-bottom: 97px !important;
  }
}
.pad-y-98 {
  padding-top: 98px !important;
  padding-bottom: 98px !important;
}
.pad-t-98 {
  padding-top: 98px !important;
}
.pad-b-98 {
  padding-bottom: 98px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-98 {
    padding-top: 98px !important;
    padding-bottom: 98px !important;
  }
  .pad-t-sm-98 {
    padding-top: 98px !important;
  }
  .pad-b-sm-98 {
    padding-bottom: 98px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-98 {
    padding-top: 98px !important;
    padding-bottom: 98px !important;
  }
  .pad-t-lg-98 {
    padding-top: 98px !important;
  }
  .pad-b-lg-98 {
    padding-bottom: 98px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-98 {
    padding-top: 98px !important;
    padding-bottom: 98px !important;
  }
  .pad-t-xxl-98 {
    padding-top: 98px !important;
  }
  .pad-b-xxl-98 {
    padding-bottom: 98px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-98 {
    padding-top: 98px !important;
    padding-bottom: 98px !important;
  }
  .pad-t-xxxxl-98 {
    padding-top: 98px !important;
  }
  .pad-b-xxxxl-98 {
    padding-bottom: 98px !important;
  }
}
.pad-y-99 {
  padding-top: 99px !important;
  padding-bottom: 99px !important;
}
.pad-t-99 {
  padding-top: 99px !important;
}
.pad-b-99 {
  padding-bottom: 99px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-99 {
    padding-top: 99px !important;
    padding-bottom: 99px !important;
  }
  .pad-t-sm-99 {
    padding-top: 99px !important;
  }
  .pad-b-sm-99 {
    padding-bottom: 99px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-99 {
    padding-top: 99px !important;
    padding-bottom: 99px !important;
  }
  .pad-t-lg-99 {
    padding-top: 99px !important;
  }
  .pad-b-lg-99 {
    padding-bottom: 99px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-99 {
    padding-top: 99px !important;
    padding-bottom: 99px !important;
  }
  .pad-t-xxl-99 {
    padding-top: 99px !important;
  }
  .pad-b-xxl-99 {
    padding-bottom: 99px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-99 {
    padding-top: 99px !important;
    padding-bottom: 99px !important;
  }
  .pad-t-xxxxl-99 {
    padding-top: 99px !important;
  }
  .pad-b-xxxxl-99 {
    padding-bottom: 99px !important;
  }
}
.pad-y-100 {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}
.pad-t-100 {
  padding-top: 100px !important;
}
.pad-b-100 {
  padding-bottom: 100px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
  .pad-t-sm-100 {
    padding-top: 100px !important;
  }
  .pad-b-sm-100 {
    padding-bottom: 100px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
  .pad-t-lg-100 {
    padding-top: 100px !important;
  }
  .pad-b-lg-100 {
    padding-bottom: 100px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
  .pad-t-xxl-100 {
    padding-top: 100px !important;
  }
  .pad-b-xxl-100 {
    padding-bottom: 100px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
  .pad-t-xxxxl-100 {
    padding-top: 100px !important;
  }
  .pad-b-xxxxl-100 {
    padding-bottom: 100px !important;
  }
}
.pad-y-101 {
  padding-top: 101px !important;
  padding-bottom: 101px !important;
}
.pad-t-101 {
  padding-top: 101px !important;
}
.pad-b-101 {
  padding-bottom: 101px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-101 {
    padding-top: 101px !important;
    padding-bottom: 101px !important;
  }
  .pad-t-sm-101 {
    padding-top: 101px !important;
  }
  .pad-b-sm-101 {
    padding-bottom: 101px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-101 {
    padding-top: 101px !important;
    padding-bottom: 101px !important;
  }
  .pad-t-lg-101 {
    padding-top: 101px !important;
  }
  .pad-b-lg-101 {
    padding-bottom: 101px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-101 {
    padding-top: 101px !important;
    padding-bottom: 101px !important;
  }
  .pad-t-xxl-101 {
    padding-top: 101px !important;
  }
  .pad-b-xxl-101 {
    padding-bottom: 101px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-101 {
    padding-top: 101px !important;
    padding-bottom: 101px !important;
  }
  .pad-t-xxxxl-101 {
    padding-top: 101px !important;
  }
  .pad-b-xxxxl-101 {
    padding-bottom: 101px !important;
  }
}
.pad-y-102 {
  padding-top: 102px !important;
  padding-bottom: 102px !important;
}
.pad-t-102 {
  padding-top: 102px !important;
}
.pad-b-102 {
  padding-bottom: 102px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-102 {
    padding-top: 102px !important;
    padding-bottom: 102px !important;
  }
  .pad-t-sm-102 {
    padding-top: 102px !important;
  }
  .pad-b-sm-102 {
    padding-bottom: 102px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-102 {
    padding-top: 102px !important;
    padding-bottom: 102px !important;
  }
  .pad-t-lg-102 {
    padding-top: 102px !important;
  }
  .pad-b-lg-102 {
    padding-bottom: 102px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-102 {
    padding-top: 102px !important;
    padding-bottom: 102px !important;
  }
  .pad-t-xxl-102 {
    padding-top: 102px !important;
  }
  .pad-b-xxl-102 {
    padding-bottom: 102px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-102 {
    padding-top: 102px !important;
    padding-bottom: 102px !important;
  }
  .pad-t-xxxxl-102 {
    padding-top: 102px !important;
  }
  .pad-b-xxxxl-102 {
    padding-bottom: 102px !important;
  }
}
.pad-y-103 {
  padding-top: 103px !important;
  padding-bottom: 103px !important;
}
.pad-t-103 {
  padding-top: 103px !important;
}
.pad-b-103 {
  padding-bottom: 103px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-103 {
    padding-top: 103px !important;
    padding-bottom: 103px !important;
  }
  .pad-t-sm-103 {
    padding-top: 103px !important;
  }
  .pad-b-sm-103 {
    padding-bottom: 103px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-103 {
    padding-top: 103px !important;
    padding-bottom: 103px !important;
  }
  .pad-t-lg-103 {
    padding-top: 103px !important;
  }
  .pad-b-lg-103 {
    padding-bottom: 103px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-103 {
    padding-top: 103px !important;
    padding-bottom: 103px !important;
  }
  .pad-t-xxl-103 {
    padding-top: 103px !important;
  }
  .pad-b-xxl-103 {
    padding-bottom: 103px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-103 {
    padding-top: 103px !important;
    padding-bottom: 103px !important;
  }
  .pad-t-xxxxl-103 {
    padding-top: 103px !important;
  }
  .pad-b-xxxxl-103 {
    padding-bottom: 103px !important;
  }
}
.pad-y-104 {
  padding-top: 104px !important;
  padding-bottom: 104px !important;
}
.pad-t-104 {
  padding-top: 104px !important;
}
.pad-b-104 {
  padding-bottom: 104px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-104 {
    padding-top: 104px !important;
    padding-bottom: 104px !important;
  }
  .pad-t-sm-104 {
    padding-top: 104px !important;
  }
  .pad-b-sm-104 {
    padding-bottom: 104px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-104 {
    padding-top: 104px !important;
    padding-bottom: 104px !important;
  }
  .pad-t-lg-104 {
    padding-top: 104px !important;
  }
  .pad-b-lg-104 {
    padding-bottom: 104px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-104 {
    padding-top: 104px !important;
    padding-bottom: 104px !important;
  }
  .pad-t-xxl-104 {
    padding-top: 104px !important;
  }
  .pad-b-xxl-104 {
    padding-bottom: 104px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-104 {
    padding-top: 104px !important;
    padding-bottom: 104px !important;
  }
  .pad-t-xxxxl-104 {
    padding-top: 104px !important;
  }
  .pad-b-xxxxl-104 {
    padding-bottom: 104px !important;
  }
}
.pad-y-105 {
  padding-top: 105px !important;
  padding-bottom: 105px !important;
}
.pad-t-105 {
  padding-top: 105px !important;
}
.pad-b-105 {
  padding-bottom: 105px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-105 {
    padding-top: 105px !important;
    padding-bottom: 105px !important;
  }
  .pad-t-sm-105 {
    padding-top: 105px !important;
  }
  .pad-b-sm-105 {
    padding-bottom: 105px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-105 {
    padding-top: 105px !important;
    padding-bottom: 105px !important;
  }
  .pad-t-lg-105 {
    padding-top: 105px !important;
  }
  .pad-b-lg-105 {
    padding-bottom: 105px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-105 {
    padding-top: 105px !important;
    padding-bottom: 105px !important;
  }
  .pad-t-xxl-105 {
    padding-top: 105px !important;
  }
  .pad-b-xxl-105 {
    padding-bottom: 105px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-105 {
    padding-top: 105px !important;
    padding-bottom: 105px !important;
  }
  .pad-t-xxxxl-105 {
    padding-top: 105px !important;
  }
  .pad-b-xxxxl-105 {
    padding-bottom: 105px !important;
  }
}
.pad-y-106 {
  padding-top: 106px !important;
  padding-bottom: 106px !important;
}
.pad-t-106 {
  padding-top: 106px !important;
}
.pad-b-106 {
  padding-bottom: 106px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-106 {
    padding-top: 106px !important;
    padding-bottom: 106px !important;
  }
  .pad-t-sm-106 {
    padding-top: 106px !important;
  }
  .pad-b-sm-106 {
    padding-bottom: 106px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-106 {
    padding-top: 106px !important;
    padding-bottom: 106px !important;
  }
  .pad-t-lg-106 {
    padding-top: 106px !important;
  }
  .pad-b-lg-106 {
    padding-bottom: 106px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-106 {
    padding-top: 106px !important;
    padding-bottom: 106px !important;
  }
  .pad-t-xxl-106 {
    padding-top: 106px !important;
  }
  .pad-b-xxl-106 {
    padding-bottom: 106px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-106 {
    padding-top: 106px !important;
    padding-bottom: 106px !important;
  }
  .pad-t-xxxxl-106 {
    padding-top: 106px !important;
  }
  .pad-b-xxxxl-106 {
    padding-bottom: 106px !important;
  }
}
.pad-y-107 {
  padding-top: 107px !important;
  padding-bottom: 107px !important;
}
.pad-t-107 {
  padding-top: 107px !important;
}
.pad-b-107 {
  padding-bottom: 107px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-107 {
    padding-top: 107px !important;
    padding-bottom: 107px !important;
  }
  .pad-t-sm-107 {
    padding-top: 107px !important;
  }
  .pad-b-sm-107 {
    padding-bottom: 107px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-107 {
    padding-top: 107px !important;
    padding-bottom: 107px !important;
  }
  .pad-t-lg-107 {
    padding-top: 107px !important;
  }
  .pad-b-lg-107 {
    padding-bottom: 107px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-107 {
    padding-top: 107px !important;
    padding-bottom: 107px !important;
  }
  .pad-t-xxl-107 {
    padding-top: 107px !important;
  }
  .pad-b-xxl-107 {
    padding-bottom: 107px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-107 {
    padding-top: 107px !important;
    padding-bottom: 107px !important;
  }
  .pad-t-xxxxl-107 {
    padding-top: 107px !important;
  }
  .pad-b-xxxxl-107 {
    padding-bottom: 107px !important;
  }
}
.pad-y-108 {
  padding-top: 108px !important;
  padding-bottom: 108px !important;
}
.pad-t-108 {
  padding-top: 108px !important;
}
.pad-b-108 {
  padding-bottom: 108px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-108 {
    padding-top: 108px !important;
    padding-bottom: 108px !important;
  }
  .pad-t-sm-108 {
    padding-top: 108px !important;
  }
  .pad-b-sm-108 {
    padding-bottom: 108px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-108 {
    padding-top: 108px !important;
    padding-bottom: 108px !important;
  }
  .pad-t-lg-108 {
    padding-top: 108px !important;
  }
  .pad-b-lg-108 {
    padding-bottom: 108px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-108 {
    padding-top: 108px !important;
    padding-bottom: 108px !important;
  }
  .pad-t-xxl-108 {
    padding-top: 108px !important;
  }
  .pad-b-xxl-108 {
    padding-bottom: 108px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-108 {
    padding-top: 108px !important;
    padding-bottom: 108px !important;
  }
  .pad-t-xxxxl-108 {
    padding-top: 108px !important;
  }
  .pad-b-xxxxl-108 {
    padding-bottom: 108px !important;
  }
}
.pad-y-109 {
  padding-top: 109px !important;
  padding-bottom: 109px !important;
}
.pad-t-109 {
  padding-top: 109px !important;
}
.pad-b-109 {
  padding-bottom: 109px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-109 {
    padding-top: 109px !important;
    padding-bottom: 109px !important;
  }
  .pad-t-sm-109 {
    padding-top: 109px !important;
  }
  .pad-b-sm-109 {
    padding-bottom: 109px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-109 {
    padding-top: 109px !important;
    padding-bottom: 109px !important;
  }
  .pad-t-lg-109 {
    padding-top: 109px !important;
  }
  .pad-b-lg-109 {
    padding-bottom: 109px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-109 {
    padding-top: 109px !important;
    padding-bottom: 109px !important;
  }
  .pad-t-xxl-109 {
    padding-top: 109px !important;
  }
  .pad-b-xxl-109 {
    padding-bottom: 109px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-109 {
    padding-top: 109px !important;
    padding-bottom: 109px !important;
  }
  .pad-t-xxxxl-109 {
    padding-top: 109px !important;
  }
  .pad-b-xxxxl-109 {
    padding-bottom: 109px !important;
  }
}
.pad-y-110 {
  padding-top: 110px !important;
  padding-bottom: 110px !important;
}
.pad-t-110 {
  padding-top: 110px !important;
}
.pad-b-110 {
  padding-bottom: 110px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-110 {
    padding-top: 110px !important;
    padding-bottom: 110px !important;
  }
  .pad-t-sm-110 {
    padding-top: 110px !important;
  }
  .pad-b-sm-110 {
    padding-bottom: 110px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-110 {
    padding-top: 110px !important;
    padding-bottom: 110px !important;
  }
  .pad-t-lg-110 {
    padding-top: 110px !important;
  }
  .pad-b-lg-110 {
    padding-bottom: 110px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-110 {
    padding-top: 110px !important;
    padding-bottom: 110px !important;
  }
  .pad-t-xxl-110 {
    padding-top: 110px !important;
  }
  .pad-b-xxl-110 {
    padding-bottom: 110px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-110 {
    padding-top: 110px !important;
    padding-bottom: 110px !important;
  }
  .pad-t-xxxxl-110 {
    padding-top: 110px !important;
  }
  .pad-b-xxxxl-110 {
    padding-bottom: 110px !important;
  }
}
.pad-y-111 {
  padding-top: 111px !important;
  padding-bottom: 111px !important;
}
.pad-t-111 {
  padding-top: 111px !important;
}
.pad-b-111 {
  padding-bottom: 111px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-111 {
    padding-top: 111px !important;
    padding-bottom: 111px !important;
  }
  .pad-t-sm-111 {
    padding-top: 111px !important;
  }
  .pad-b-sm-111 {
    padding-bottom: 111px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-111 {
    padding-top: 111px !important;
    padding-bottom: 111px !important;
  }
  .pad-t-lg-111 {
    padding-top: 111px !important;
  }
  .pad-b-lg-111 {
    padding-bottom: 111px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-111 {
    padding-top: 111px !important;
    padding-bottom: 111px !important;
  }
  .pad-t-xxl-111 {
    padding-top: 111px !important;
  }
  .pad-b-xxl-111 {
    padding-bottom: 111px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-111 {
    padding-top: 111px !important;
    padding-bottom: 111px !important;
  }
  .pad-t-xxxxl-111 {
    padding-top: 111px !important;
  }
  .pad-b-xxxxl-111 {
    padding-bottom: 111px !important;
  }
}
.pad-y-112 {
  padding-top: 112px !important;
  padding-bottom: 112px !important;
}
.pad-t-112 {
  padding-top: 112px !important;
}
.pad-b-112 {
  padding-bottom: 112px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-112 {
    padding-top: 112px !important;
    padding-bottom: 112px !important;
  }
  .pad-t-sm-112 {
    padding-top: 112px !important;
  }
  .pad-b-sm-112 {
    padding-bottom: 112px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-112 {
    padding-top: 112px !important;
    padding-bottom: 112px !important;
  }
  .pad-t-lg-112 {
    padding-top: 112px !important;
  }
  .pad-b-lg-112 {
    padding-bottom: 112px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-112 {
    padding-top: 112px !important;
    padding-bottom: 112px !important;
  }
  .pad-t-xxl-112 {
    padding-top: 112px !important;
  }
  .pad-b-xxl-112 {
    padding-bottom: 112px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-112 {
    padding-top: 112px !important;
    padding-bottom: 112px !important;
  }
  .pad-t-xxxxl-112 {
    padding-top: 112px !important;
  }
  .pad-b-xxxxl-112 {
    padding-bottom: 112px !important;
  }
}
.pad-y-113 {
  padding-top: 113px !important;
  padding-bottom: 113px !important;
}
.pad-t-113 {
  padding-top: 113px !important;
}
.pad-b-113 {
  padding-bottom: 113px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-113 {
    padding-top: 113px !important;
    padding-bottom: 113px !important;
  }
  .pad-t-sm-113 {
    padding-top: 113px !important;
  }
  .pad-b-sm-113 {
    padding-bottom: 113px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-113 {
    padding-top: 113px !important;
    padding-bottom: 113px !important;
  }
  .pad-t-lg-113 {
    padding-top: 113px !important;
  }
  .pad-b-lg-113 {
    padding-bottom: 113px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-113 {
    padding-top: 113px !important;
    padding-bottom: 113px !important;
  }
  .pad-t-xxl-113 {
    padding-top: 113px !important;
  }
  .pad-b-xxl-113 {
    padding-bottom: 113px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-113 {
    padding-top: 113px !important;
    padding-bottom: 113px !important;
  }
  .pad-t-xxxxl-113 {
    padding-top: 113px !important;
  }
  .pad-b-xxxxl-113 {
    padding-bottom: 113px !important;
  }
}
.pad-y-114 {
  padding-top: 114px !important;
  padding-bottom: 114px !important;
}
.pad-t-114 {
  padding-top: 114px !important;
}
.pad-b-114 {
  padding-bottom: 114px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-114 {
    padding-top: 114px !important;
    padding-bottom: 114px !important;
  }
  .pad-t-sm-114 {
    padding-top: 114px !important;
  }
  .pad-b-sm-114 {
    padding-bottom: 114px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-114 {
    padding-top: 114px !important;
    padding-bottom: 114px !important;
  }
  .pad-t-lg-114 {
    padding-top: 114px !important;
  }
  .pad-b-lg-114 {
    padding-bottom: 114px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-114 {
    padding-top: 114px !important;
    padding-bottom: 114px !important;
  }
  .pad-t-xxl-114 {
    padding-top: 114px !important;
  }
  .pad-b-xxl-114 {
    padding-bottom: 114px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-114 {
    padding-top: 114px !important;
    padding-bottom: 114px !important;
  }
  .pad-t-xxxxl-114 {
    padding-top: 114px !important;
  }
  .pad-b-xxxxl-114 {
    padding-bottom: 114px !important;
  }
}
.pad-y-115 {
  padding-top: 115px !important;
  padding-bottom: 115px !important;
}
.pad-t-115 {
  padding-top: 115px !important;
}
.pad-b-115 {
  padding-bottom: 115px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-115 {
    padding-top: 115px !important;
    padding-bottom: 115px !important;
  }
  .pad-t-sm-115 {
    padding-top: 115px !important;
  }
  .pad-b-sm-115 {
    padding-bottom: 115px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-115 {
    padding-top: 115px !important;
    padding-bottom: 115px !important;
  }
  .pad-t-lg-115 {
    padding-top: 115px !important;
  }
  .pad-b-lg-115 {
    padding-bottom: 115px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-115 {
    padding-top: 115px !important;
    padding-bottom: 115px !important;
  }
  .pad-t-xxl-115 {
    padding-top: 115px !important;
  }
  .pad-b-xxl-115 {
    padding-bottom: 115px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-115 {
    padding-top: 115px !important;
    padding-bottom: 115px !important;
  }
  .pad-t-xxxxl-115 {
    padding-top: 115px !important;
  }
  .pad-b-xxxxl-115 {
    padding-bottom: 115px !important;
  }
}
.pad-y-116 {
  padding-top: 116px !important;
  padding-bottom: 116px !important;
}
.pad-t-116 {
  padding-top: 116px !important;
}
.pad-b-116 {
  padding-bottom: 116px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-116 {
    padding-top: 116px !important;
    padding-bottom: 116px !important;
  }
  .pad-t-sm-116 {
    padding-top: 116px !important;
  }
  .pad-b-sm-116 {
    padding-bottom: 116px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-116 {
    padding-top: 116px !important;
    padding-bottom: 116px !important;
  }
  .pad-t-lg-116 {
    padding-top: 116px !important;
  }
  .pad-b-lg-116 {
    padding-bottom: 116px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-116 {
    padding-top: 116px !important;
    padding-bottom: 116px !important;
  }
  .pad-t-xxl-116 {
    padding-top: 116px !important;
  }
  .pad-b-xxl-116 {
    padding-bottom: 116px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-116 {
    padding-top: 116px !important;
    padding-bottom: 116px !important;
  }
  .pad-t-xxxxl-116 {
    padding-top: 116px !important;
  }
  .pad-b-xxxxl-116 {
    padding-bottom: 116px !important;
  }
}
.pad-y-117 {
  padding-top: 117px !important;
  padding-bottom: 117px !important;
}
.pad-t-117 {
  padding-top: 117px !important;
}
.pad-b-117 {
  padding-bottom: 117px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-117 {
    padding-top: 117px !important;
    padding-bottom: 117px !important;
  }
  .pad-t-sm-117 {
    padding-top: 117px !important;
  }
  .pad-b-sm-117 {
    padding-bottom: 117px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-117 {
    padding-top: 117px !important;
    padding-bottom: 117px !important;
  }
  .pad-t-lg-117 {
    padding-top: 117px !important;
  }
  .pad-b-lg-117 {
    padding-bottom: 117px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-117 {
    padding-top: 117px !important;
    padding-bottom: 117px !important;
  }
  .pad-t-xxl-117 {
    padding-top: 117px !important;
  }
  .pad-b-xxl-117 {
    padding-bottom: 117px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-117 {
    padding-top: 117px !important;
    padding-bottom: 117px !important;
  }
  .pad-t-xxxxl-117 {
    padding-top: 117px !important;
  }
  .pad-b-xxxxl-117 {
    padding-bottom: 117px !important;
  }
}
.pad-y-118 {
  padding-top: 118px !important;
  padding-bottom: 118px !important;
}
.pad-t-118 {
  padding-top: 118px !important;
}
.pad-b-118 {
  padding-bottom: 118px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-118 {
    padding-top: 118px !important;
    padding-bottom: 118px !important;
  }
  .pad-t-sm-118 {
    padding-top: 118px !important;
  }
  .pad-b-sm-118 {
    padding-bottom: 118px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-118 {
    padding-top: 118px !important;
    padding-bottom: 118px !important;
  }
  .pad-t-lg-118 {
    padding-top: 118px !important;
  }
  .pad-b-lg-118 {
    padding-bottom: 118px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-118 {
    padding-top: 118px !important;
    padding-bottom: 118px !important;
  }
  .pad-t-xxl-118 {
    padding-top: 118px !important;
  }
  .pad-b-xxl-118 {
    padding-bottom: 118px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-118 {
    padding-top: 118px !important;
    padding-bottom: 118px !important;
  }
  .pad-t-xxxxl-118 {
    padding-top: 118px !important;
  }
  .pad-b-xxxxl-118 {
    padding-bottom: 118px !important;
  }
}
.pad-y-119 {
  padding-top: 119px !important;
  padding-bottom: 119px !important;
}
.pad-t-119 {
  padding-top: 119px !important;
}
.pad-b-119 {
  padding-bottom: 119px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-119 {
    padding-top: 119px !important;
    padding-bottom: 119px !important;
  }
  .pad-t-sm-119 {
    padding-top: 119px !important;
  }
  .pad-b-sm-119 {
    padding-bottom: 119px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-119 {
    padding-top: 119px !important;
    padding-bottom: 119px !important;
  }
  .pad-t-lg-119 {
    padding-top: 119px !important;
  }
  .pad-b-lg-119 {
    padding-bottom: 119px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-119 {
    padding-top: 119px !important;
    padding-bottom: 119px !important;
  }
  .pad-t-xxl-119 {
    padding-top: 119px !important;
  }
  .pad-b-xxl-119 {
    padding-bottom: 119px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-119 {
    padding-top: 119px !important;
    padding-bottom: 119px !important;
  }
  .pad-t-xxxxl-119 {
    padding-top: 119px !important;
  }
  .pad-b-xxxxl-119 {
    padding-bottom: 119px !important;
  }
}
.pad-y-120 {
  padding-top: 120px !important;
  padding-bottom: 120px !important;
}
.pad-t-120 {
  padding-top: 120px !important;
}
.pad-b-120 {
  padding-bottom: 120px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-120 {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }
  .pad-t-sm-120 {
    padding-top: 120px !important;
  }
  .pad-b-sm-120 {
    padding-bottom: 120px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-120 {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }
  .pad-t-lg-120 {
    padding-top: 120px !important;
  }
  .pad-b-lg-120 {
    padding-bottom: 120px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-120 {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }
  .pad-t-xxl-120 {
    padding-top: 120px !important;
  }
  .pad-b-xxl-120 {
    padding-bottom: 120px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-120 {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }
  .pad-t-xxxxl-120 {
    padding-top: 120px !important;
  }
  .pad-b-xxxxl-120 {
    padding-bottom: 120px !important;
  }
}
.pad-y-121 {
  padding-top: 121px !important;
  padding-bottom: 121px !important;
}
.pad-t-121 {
  padding-top: 121px !important;
}
.pad-b-121 {
  padding-bottom: 121px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-121 {
    padding-top: 121px !important;
    padding-bottom: 121px !important;
  }
  .pad-t-sm-121 {
    padding-top: 121px !important;
  }
  .pad-b-sm-121 {
    padding-bottom: 121px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-121 {
    padding-top: 121px !important;
    padding-bottom: 121px !important;
  }
  .pad-t-lg-121 {
    padding-top: 121px !important;
  }
  .pad-b-lg-121 {
    padding-bottom: 121px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-121 {
    padding-top: 121px !important;
    padding-bottom: 121px !important;
  }
  .pad-t-xxl-121 {
    padding-top: 121px !important;
  }
  .pad-b-xxl-121 {
    padding-bottom: 121px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-121 {
    padding-top: 121px !important;
    padding-bottom: 121px !important;
  }
  .pad-t-xxxxl-121 {
    padding-top: 121px !important;
  }
  .pad-b-xxxxl-121 {
    padding-bottom: 121px !important;
  }
}
.pad-y-122 {
  padding-top: 122px !important;
  padding-bottom: 122px !important;
}
.pad-t-122 {
  padding-top: 122px !important;
}
.pad-b-122 {
  padding-bottom: 122px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-122 {
    padding-top: 122px !important;
    padding-bottom: 122px !important;
  }
  .pad-t-sm-122 {
    padding-top: 122px !important;
  }
  .pad-b-sm-122 {
    padding-bottom: 122px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-122 {
    padding-top: 122px !important;
    padding-bottom: 122px !important;
  }
  .pad-t-lg-122 {
    padding-top: 122px !important;
  }
  .pad-b-lg-122 {
    padding-bottom: 122px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-122 {
    padding-top: 122px !important;
    padding-bottom: 122px !important;
  }
  .pad-t-xxl-122 {
    padding-top: 122px !important;
  }
  .pad-b-xxl-122 {
    padding-bottom: 122px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-122 {
    padding-top: 122px !important;
    padding-bottom: 122px !important;
  }
  .pad-t-xxxxl-122 {
    padding-top: 122px !important;
  }
  .pad-b-xxxxl-122 {
    padding-bottom: 122px !important;
  }
}
.pad-y-123 {
  padding-top: 123px !important;
  padding-bottom: 123px !important;
}
.pad-t-123 {
  padding-top: 123px !important;
}
.pad-b-123 {
  padding-bottom: 123px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-123 {
    padding-top: 123px !important;
    padding-bottom: 123px !important;
  }
  .pad-t-sm-123 {
    padding-top: 123px !important;
  }
  .pad-b-sm-123 {
    padding-bottom: 123px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-123 {
    padding-top: 123px !important;
    padding-bottom: 123px !important;
  }
  .pad-t-lg-123 {
    padding-top: 123px !important;
  }
  .pad-b-lg-123 {
    padding-bottom: 123px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-123 {
    padding-top: 123px !important;
    padding-bottom: 123px !important;
  }
  .pad-t-xxl-123 {
    padding-top: 123px !important;
  }
  .pad-b-xxl-123 {
    padding-bottom: 123px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-123 {
    padding-top: 123px !important;
    padding-bottom: 123px !important;
  }
  .pad-t-xxxxl-123 {
    padding-top: 123px !important;
  }
  .pad-b-xxxxl-123 {
    padding-bottom: 123px !important;
  }
}
.pad-y-124 {
  padding-top: 124px !important;
  padding-bottom: 124px !important;
}
.pad-t-124 {
  padding-top: 124px !important;
}
.pad-b-124 {
  padding-bottom: 124px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-124 {
    padding-top: 124px !important;
    padding-bottom: 124px !important;
  }
  .pad-t-sm-124 {
    padding-top: 124px !important;
  }
  .pad-b-sm-124 {
    padding-bottom: 124px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-124 {
    padding-top: 124px !important;
    padding-bottom: 124px !important;
  }
  .pad-t-lg-124 {
    padding-top: 124px !important;
  }
  .pad-b-lg-124 {
    padding-bottom: 124px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-124 {
    padding-top: 124px !important;
    padding-bottom: 124px !important;
  }
  .pad-t-xxl-124 {
    padding-top: 124px !important;
  }
  .pad-b-xxl-124 {
    padding-bottom: 124px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-124 {
    padding-top: 124px !important;
    padding-bottom: 124px !important;
  }
  .pad-t-xxxxl-124 {
    padding-top: 124px !important;
  }
  .pad-b-xxxxl-124 {
    padding-bottom: 124px !important;
  }
}
.pad-y-125 {
  padding-top: 125px !important;
  padding-bottom: 125px !important;
}
.pad-t-125 {
  padding-top: 125px !important;
}
.pad-b-125 {
  padding-bottom: 125px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-125 {
    padding-top: 125px !important;
    padding-bottom: 125px !important;
  }
  .pad-t-sm-125 {
    padding-top: 125px !important;
  }
  .pad-b-sm-125 {
    padding-bottom: 125px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-125 {
    padding-top: 125px !important;
    padding-bottom: 125px !important;
  }
  .pad-t-lg-125 {
    padding-top: 125px !important;
  }
  .pad-b-lg-125 {
    padding-bottom: 125px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-125 {
    padding-top: 125px !important;
    padding-bottom: 125px !important;
  }
  .pad-t-xxl-125 {
    padding-top: 125px !important;
  }
  .pad-b-xxl-125 {
    padding-bottom: 125px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-125 {
    padding-top: 125px !important;
    padding-bottom: 125px !important;
  }
  .pad-t-xxxxl-125 {
    padding-top: 125px !important;
  }
  .pad-b-xxxxl-125 {
    padding-bottom: 125px !important;
  }
}
.pad-y-126 {
  padding-top: 126px !important;
  padding-bottom: 126px !important;
}
.pad-t-126 {
  padding-top: 126px !important;
}
.pad-b-126 {
  padding-bottom: 126px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-126 {
    padding-top: 126px !important;
    padding-bottom: 126px !important;
  }
  .pad-t-sm-126 {
    padding-top: 126px !important;
  }
  .pad-b-sm-126 {
    padding-bottom: 126px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-126 {
    padding-top: 126px !important;
    padding-bottom: 126px !important;
  }
  .pad-t-lg-126 {
    padding-top: 126px !important;
  }
  .pad-b-lg-126 {
    padding-bottom: 126px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-126 {
    padding-top: 126px !important;
    padding-bottom: 126px !important;
  }
  .pad-t-xxl-126 {
    padding-top: 126px !important;
  }
  .pad-b-xxl-126 {
    padding-bottom: 126px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-126 {
    padding-top: 126px !important;
    padding-bottom: 126px !important;
  }
  .pad-t-xxxxl-126 {
    padding-top: 126px !important;
  }
  .pad-b-xxxxl-126 {
    padding-bottom: 126px !important;
  }
}
.pad-y-127 {
  padding-top: 127px !important;
  padding-bottom: 127px !important;
}
.pad-t-127 {
  padding-top: 127px !important;
}
.pad-b-127 {
  padding-bottom: 127px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-127 {
    padding-top: 127px !important;
    padding-bottom: 127px !important;
  }
  .pad-t-sm-127 {
    padding-top: 127px !important;
  }
  .pad-b-sm-127 {
    padding-bottom: 127px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-127 {
    padding-top: 127px !important;
    padding-bottom: 127px !important;
  }
  .pad-t-lg-127 {
    padding-top: 127px !important;
  }
  .pad-b-lg-127 {
    padding-bottom: 127px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-127 {
    padding-top: 127px !important;
    padding-bottom: 127px !important;
  }
  .pad-t-xxl-127 {
    padding-top: 127px !important;
  }
  .pad-b-xxl-127 {
    padding-bottom: 127px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-127 {
    padding-top: 127px !important;
    padding-bottom: 127px !important;
  }
  .pad-t-xxxxl-127 {
    padding-top: 127px !important;
  }
  .pad-b-xxxxl-127 {
    padding-bottom: 127px !important;
  }
}
.pad-y-128 {
  padding-top: 128px !important;
  padding-bottom: 128px !important;
}
.pad-t-128 {
  padding-top: 128px !important;
}
.pad-b-128 {
  padding-bottom: 128px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-128 {
    padding-top: 128px !important;
    padding-bottom: 128px !important;
  }
  .pad-t-sm-128 {
    padding-top: 128px !important;
  }
  .pad-b-sm-128 {
    padding-bottom: 128px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-128 {
    padding-top: 128px !important;
    padding-bottom: 128px !important;
  }
  .pad-t-lg-128 {
    padding-top: 128px !important;
  }
  .pad-b-lg-128 {
    padding-bottom: 128px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-128 {
    padding-top: 128px !important;
    padding-bottom: 128px !important;
  }
  .pad-t-xxl-128 {
    padding-top: 128px !important;
  }
  .pad-b-xxl-128 {
    padding-bottom: 128px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-128 {
    padding-top: 128px !important;
    padding-bottom: 128px !important;
  }
  .pad-t-xxxxl-128 {
    padding-top: 128px !important;
  }
  .pad-b-xxxxl-128 {
    padding-bottom: 128px !important;
  }
}
.pad-y-129 {
  padding-top: 129px !important;
  padding-bottom: 129px !important;
}
.pad-t-129 {
  padding-top: 129px !important;
}
.pad-b-129 {
  padding-bottom: 129px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-129 {
    padding-top: 129px !important;
    padding-bottom: 129px !important;
  }
  .pad-t-sm-129 {
    padding-top: 129px !important;
  }
  .pad-b-sm-129 {
    padding-bottom: 129px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-129 {
    padding-top: 129px !important;
    padding-bottom: 129px !important;
  }
  .pad-t-lg-129 {
    padding-top: 129px !important;
  }
  .pad-b-lg-129 {
    padding-bottom: 129px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-129 {
    padding-top: 129px !important;
    padding-bottom: 129px !important;
  }
  .pad-t-xxl-129 {
    padding-top: 129px !important;
  }
  .pad-b-xxl-129 {
    padding-bottom: 129px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-129 {
    padding-top: 129px !important;
    padding-bottom: 129px !important;
  }
  .pad-t-xxxxl-129 {
    padding-top: 129px !important;
  }
  .pad-b-xxxxl-129 {
    padding-bottom: 129px !important;
  }
}
.pad-y-130 {
  padding-top: 130px !important;
  padding-bottom: 130px !important;
}
.pad-t-130 {
  padding-top: 130px !important;
}
.pad-b-130 {
  padding-bottom: 130px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-130 {
    padding-top: 130px !important;
    padding-bottom: 130px !important;
  }
  .pad-t-sm-130 {
    padding-top: 130px !important;
  }
  .pad-b-sm-130 {
    padding-bottom: 130px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-130 {
    padding-top: 130px !important;
    padding-bottom: 130px !important;
  }
  .pad-t-lg-130 {
    padding-top: 130px !important;
  }
  .pad-b-lg-130 {
    padding-bottom: 130px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-130 {
    padding-top: 130px !important;
    padding-bottom: 130px !important;
  }
  .pad-t-xxl-130 {
    padding-top: 130px !important;
  }
  .pad-b-xxl-130 {
    padding-bottom: 130px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-130 {
    padding-top: 130px !important;
    padding-bottom: 130px !important;
  }
  .pad-t-xxxxl-130 {
    padding-top: 130px !important;
  }
  .pad-b-xxxxl-130 {
    padding-bottom: 130px !important;
  }
}
.pad-y-131 {
  padding-top: 131px !important;
  padding-bottom: 131px !important;
}
.pad-t-131 {
  padding-top: 131px !important;
}
.pad-b-131 {
  padding-bottom: 131px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-131 {
    padding-top: 131px !important;
    padding-bottom: 131px !important;
  }
  .pad-t-sm-131 {
    padding-top: 131px !important;
  }
  .pad-b-sm-131 {
    padding-bottom: 131px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-131 {
    padding-top: 131px !important;
    padding-bottom: 131px !important;
  }
  .pad-t-lg-131 {
    padding-top: 131px !important;
  }
  .pad-b-lg-131 {
    padding-bottom: 131px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-131 {
    padding-top: 131px !important;
    padding-bottom: 131px !important;
  }
  .pad-t-xxl-131 {
    padding-top: 131px !important;
  }
  .pad-b-xxl-131 {
    padding-bottom: 131px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-131 {
    padding-top: 131px !important;
    padding-bottom: 131px !important;
  }
  .pad-t-xxxxl-131 {
    padding-top: 131px !important;
  }
  .pad-b-xxxxl-131 {
    padding-bottom: 131px !important;
  }
}
.pad-y-132 {
  padding-top: 132px !important;
  padding-bottom: 132px !important;
}
.pad-t-132 {
  padding-top: 132px !important;
}
.pad-b-132 {
  padding-bottom: 132px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-132 {
    padding-top: 132px !important;
    padding-bottom: 132px !important;
  }
  .pad-t-sm-132 {
    padding-top: 132px !important;
  }
  .pad-b-sm-132 {
    padding-bottom: 132px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-132 {
    padding-top: 132px !important;
    padding-bottom: 132px !important;
  }
  .pad-t-lg-132 {
    padding-top: 132px !important;
  }
  .pad-b-lg-132 {
    padding-bottom: 132px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-132 {
    padding-top: 132px !important;
    padding-bottom: 132px !important;
  }
  .pad-t-xxl-132 {
    padding-top: 132px !important;
  }
  .pad-b-xxl-132 {
    padding-bottom: 132px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-132 {
    padding-top: 132px !important;
    padding-bottom: 132px !important;
  }
  .pad-t-xxxxl-132 {
    padding-top: 132px !important;
  }
  .pad-b-xxxxl-132 {
    padding-bottom: 132px !important;
  }
}
.pad-y-133 {
  padding-top: 133px !important;
  padding-bottom: 133px !important;
}
.pad-t-133 {
  padding-top: 133px !important;
}
.pad-b-133 {
  padding-bottom: 133px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-133 {
    padding-top: 133px !important;
    padding-bottom: 133px !important;
  }
  .pad-t-sm-133 {
    padding-top: 133px !important;
  }
  .pad-b-sm-133 {
    padding-bottom: 133px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-133 {
    padding-top: 133px !important;
    padding-bottom: 133px !important;
  }
  .pad-t-lg-133 {
    padding-top: 133px !important;
  }
  .pad-b-lg-133 {
    padding-bottom: 133px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-133 {
    padding-top: 133px !important;
    padding-bottom: 133px !important;
  }
  .pad-t-xxl-133 {
    padding-top: 133px !important;
  }
  .pad-b-xxl-133 {
    padding-bottom: 133px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-133 {
    padding-top: 133px !important;
    padding-bottom: 133px !important;
  }
  .pad-t-xxxxl-133 {
    padding-top: 133px !important;
  }
  .pad-b-xxxxl-133 {
    padding-bottom: 133px !important;
  }
}
.pad-y-134 {
  padding-top: 134px !important;
  padding-bottom: 134px !important;
}
.pad-t-134 {
  padding-top: 134px !important;
}
.pad-b-134 {
  padding-bottom: 134px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-134 {
    padding-top: 134px !important;
    padding-bottom: 134px !important;
  }
  .pad-t-sm-134 {
    padding-top: 134px !important;
  }
  .pad-b-sm-134 {
    padding-bottom: 134px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-134 {
    padding-top: 134px !important;
    padding-bottom: 134px !important;
  }
  .pad-t-lg-134 {
    padding-top: 134px !important;
  }
  .pad-b-lg-134 {
    padding-bottom: 134px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-134 {
    padding-top: 134px !important;
    padding-bottom: 134px !important;
  }
  .pad-t-xxl-134 {
    padding-top: 134px !important;
  }
  .pad-b-xxl-134 {
    padding-bottom: 134px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-134 {
    padding-top: 134px !important;
    padding-bottom: 134px !important;
  }
  .pad-t-xxxxl-134 {
    padding-top: 134px !important;
  }
  .pad-b-xxxxl-134 {
    padding-bottom: 134px !important;
  }
}
.pad-y-135 {
  padding-top: 135px !important;
  padding-bottom: 135px !important;
}
.pad-t-135 {
  padding-top: 135px !important;
}
.pad-b-135 {
  padding-bottom: 135px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-135 {
    padding-top: 135px !important;
    padding-bottom: 135px !important;
  }
  .pad-t-sm-135 {
    padding-top: 135px !important;
  }
  .pad-b-sm-135 {
    padding-bottom: 135px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-135 {
    padding-top: 135px !important;
    padding-bottom: 135px !important;
  }
  .pad-t-lg-135 {
    padding-top: 135px !important;
  }
  .pad-b-lg-135 {
    padding-bottom: 135px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-135 {
    padding-top: 135px !important;
    padding-bottom: 135px !important;
  }
  .pad-t-xxl-135 {
    padding-top: 135px !important;
  }
  .pad-b-xxl-135 {
    padding-bottom: 135px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-135 {
    padding-top: 135px !important;
    padding-bottom: 135px !important;
  }
  .pad-t-xxxxl-135 {
    padding-top: 135px !important;
  }
  .pad-b-xxxxl-135 {
    padding-bottom: 135px !important;
  }
}
.pad-y-136 {
  padding-top: 136px !important;
  padding-bottom: 136px !important;
}
.pad-t-136 {
  padding-top: 136px !important;
}
.pad-b-136 {
  padding-bottom: 136px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-136 {
    padding-top: 136px !important;
    padding-bottom: 136px !important;
  }
  .pad-t-sm-136 {
    padding-top: 136px !important;
  }
  .pad-b-sm-136 {
    padding-bottom: 136px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-136 {
    padding-top: 136px !important;
    padding-bottom: 136px !important;
  }
  .pad-t-lg-136 {
    padding-top: 136px !important;
  }
  .pad-b-lg-136 {
    padding-bottom: 136px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-136 {
    padding-top: 136px !important;
    padding-bottom: 136px !important;
  }
  .pad-t-xxl-136 {
    padding-top: 136px !important;
  }
  .pad-b-xxl-136 {
    padding-bottom: 136px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-136 {
    padding-top: 136px !important;
    padding-bottom: 136px !important;
  }
  .pad-t-xxxxl-136 {
    padding-top: 136px !important;
  }
  .pad-b-xxxxl-136 {
    padding-bottom: 136px !important;
  }
}
.pad-y-137 {
  padding-top: 137px !important;
  padding-bottom: 137px !important;
}
.pad-t-137 {
  padding-top: 137px !important;
}
.pad-b-137 {
  padding-bottom: 137px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-137 {
    padding-top: 137px !important;
    padding-bottom: 137px !important;
  }
  .pad-t-sm-137 {
    padding-top: 137px !important;
  }
  .pad-b-sm-137 {
    padding-bottom: 137px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-137 {
    padding-top: 137px !important;
    padding-bottom: 137px !important;
  }
  .pad-t-lg-137 {
    padding-top: 137px !important;
  }
  .pad-b-lg-137 {
    padding-bottom: 137px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-137 {
    padding-top: 137px !important;
    padding-bottom: 137px !important;
  }
  .pad-t-xxl-137 {
    padding-top: 137px !important;
  }
  .pad-b-xxl-137 {
    padding-bottom: 137px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-137 {
    padding-top: 137px !important;
    padding-bottom: 137px !important;
  }
  .pad-t-xxxxl-137 {
    padding-top: 137px !important;
  }
  .pad-b-xxxxl-137 {
    padding-bottom: 137px !important;
  }
}
.pad-y-138 {
  padding-top: 138px !important;
  padding-bottom: 138px !important;
}
.pad-t-138 {
  padding-top: 138px !important;
}
.pad-b-138 {
  padding-bottom: 138px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-138 {
    padding-top: 138px !important;
    padding-bottom: 138px !important;
  }
  .pad-t-sm-138 {
    padding-top: 138px !important;
  }
  .pad-b-sm-138 {
    padding-bottom: 138px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-138 {
    padding-top: 138px !important;
    padding-bottom: 138px !important;
  }
  .pad-t-lg-138 {
    padding-top: 138px !important;
  }
  .pad-b-lg-138 {
    padding-bottom: 138px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-138 {
    padding-top: 138px !important;
    padding-bottom: 138px !important;
  }
  .pad-t-xxl-138 {
    padding-top: 138px !important;
  }
  .pad-b-xxl-138 {
    padding-bottom: 138px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-138 {
    padding-top: 138px !important;
    padding-bottom: 138px !important;
  }
  .pad-t-xxxxl-138 {
    padding-top: 138px !important;
  }
  .pad-b-xxxxl-138 {
    padding-bottom: 138px !important;
  }
}
.pad-y-139 {
  padding-top: 139px !important;
  padding-bottom: 139px !important;
}
.pad-t-139 {
  padding-top: 139px !important;
}
.pad-b-139 {
  padding-bottom: 139px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-139 {
    padding-top: 139px !important;
    padding-bottom: 139px !important;
  }
  .pad-t-sm-139 {
    padding-top: 139px !important;
  }
  .pad-b-sm-139 {
    padding-bottom: 139px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-139 {
    padding-top: 139px !important;
    padding-bottom: 139px !important;
  }
  .pad-t-lg-139 {
    padding-top: 139px !important;
  }
  .pad-b-lg-139 {
    padding-bottom: 139px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-139 {
    padding-top: 139px !important;
    padding-bottom: 139px !important;
  }
  .pad-t-xxl-139 {
    padding-top: 139px !important;
  }
  .pad-b-xxl-139 {
    padding-bottom: 139px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-139 {
    padding-top: 139px !important;
    padding-bottom: 139px !important;
  }
  .pad-t-xxxxl-139 {
    padding-top: 139px !important;
  }
  .pad-b-xxxxl-139 {
    padding-bottom: 139px !important;
  }
}
.pad-y-140 {
  padding-top: 140px !important;
  padding-bottom: 140px !important;
}
.pad-t-140 {
  padding-top: 140px !important;
}
.pad-b-140 {
  padding-bottom: 140px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-140 {
    padding-top: 140px !important;
    padding-bottom: 140px !important;
  }
  .pad-t-sm-140 {
    padding-top: 140px !important;
  }
  .pad-b-sm-140 {
    padding-bottom: 140px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-140 {
    padding-top: 140px !important;
    padding-bottom: 140px !important;
  }
  .pad-t-lg-140 {
    padding-top: 140px !important;
  }
  .pad-b-lg-140 {
    padding-bottom: 140px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-140 {
    padding-top: 140px !important;
    padding-bottom: 140px !important;
  }
  .pad-t-xxl-140 {
    padding-top: 140px !important;
  }
  .pad-b-xxl-140 {
    padding-bottom: 140px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-140 {
    padding-top: 140px !important;
    padding-bottom: 140px !important;
  }
  .pad-t-xxxxl-140 {
    padding-top: 140px !important;
  }
  .pad-b-xxxxl-140 {
    padding-bottom: 140px !important;
  }
}
.pad-y-141 {
  padding-top: 141px !important;
  padding-bottom: 141px !important;
}
.pad-t-141 {
  padding-top: 141px !important;
}
.pad-b-141 {
  padding-bottom: 141px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-141 {
    padding-top: 141px !important;
    padding-bottom: 141px !important;
  }
  .pad-t-sm-141 {
    padding-top: 141px !important;
  }
  .pad-b-sm-141 {
    padding-bottom: 141px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-141 {
    padding-top: 141px !important;
    padding-bottom: 141px !important;
  }
  .pad-t-lg-141 {
    padding-top: 141px !important;
  }
  .pad-b-lg-141 {
    padding-bottom: 141px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-141 {
    padding-top: 141px !important;
    padding-bottom: 141px !important;
  }
  .pad-t-xxl-141 {
    padding-top: 141px !important;
  }
  .pad-b-xxl-141 {
    padding-bottom: 141px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-141 {
    padding-top: 141px !important;
    padding-bottom: 141px !important;
  }
  .pad-t-xxxxl-141 {
    padding-top: 141px !important;
  }
  .pad-b-xxxxl-141 {
    padding-bottom: 141px !important;
  }
}
.pad-y-142 {
  padding-top: 142px !important;
  padding-bottom: 142px !important;
}
.pad-t-142 {
  padding-top: 142px !important;
}
.pad-b-142 {
  padding-bottom: 142px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-142 {
    padding-top: 142px !important;
    padding-bottom: 142px !important;
  }
  .pad-t-sm-142 {
    padding-top: 142px !important;
  }
  .pad-b-sm-142 {
    padding-bottom: 142px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-142 {
    padding-top: 142px !important;
    padding-bottom: 142px !important;
  }
  .pad-t-lg-142 {
    padding-top: 142px !important;
  }
  .pad-b-lg-142 {
    padding-bottom: 142px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-142 {
    padding-top: 142px !important;
    padding-bottom: 142px !important;
  }
  .pad-t-xxl-142 {
    padding-top: 142px !important;
  }
  .pad-b-xxl-142 {
    padding-bottom: 142px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-142 {
    padding-top: 142px !important;
    padding-bottom: 142px !important;
  }
  .pad-t-xxxxl-142 {
    padding-top: 142px !important;
  }
  .pad-b-xxxxl-142 {
    padding-bottom: 142px !important;
  }
}
.pad-y-143 {
  padding-top: 143px !important;
  padding-bottom: 143px !important;
}
.pad-t-143 {
  padding-top: 143px !important;
}
.pad-b-143 {
  padding-bottom: 143px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-143 {
    padding-top: 143px !important;
    padding-bottom: 143px !important;
  }
  .pad-t-sm-143 {
    padding-top: 143px !important;
  }
  .pad-b-sm-143 {
    padding-bottom: 143px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-143 {
    padding-top: 143px !important;
    padding-bottom: 143px !important;
  }
  .pad-t-lg-143 {
    padding-top: 143px !important;
  }
  .pad-b-lg-143 {
    padding-bottom: 143px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-143 {
    padding-top: 143px !important;
    padding-bottom: 143px !important;
  }
  .pad-t-xxl-143 {
    padding-top: 143px !important;
  }
  .pad-b-xxl-143 {
    padding-bottom: 143px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-143 {
    padding-top: 143px !important;
    padding-bottom: 143px !important;
  }
  .pad-t-xxxxl-143 {
    padding-top: 143px !important;
  }
  .pad-b-xxxxl-143 {
    padding-bottom: 143px !important;
  }
}
.pad-y-144 {
  padding-top: 144px !important;
  padding-bottom: 144px !important;
}
.pad-t-144 {
  padding-top: 144px !important;
}
.pad-b-144 {
  padding-bottom: 144px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-144 {
    padding-top: 144px !important;
    padding-bottom: 144px !important;
  }
  .pad-t-sm-144 {
    padding-top: 144px !important;
  }
  .pad-b-sm-144 {
    padding-bottom: 144px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-144 {
    padding-top: 144px !important;
    padding-bottom: 144px !important;
  }
  .pad-t-lg-144 {
    padding-top: 144px !important;
  }
  .pad-b-lg-144 {
    padding-bottom: 144px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-144 {
    padding-top: 144px !important;
    padding-bottom: 144px !important;
  }
  .pad-t-xxl-144 {
    padding-top: 144px !important;
  }
  .pad-b-xxl-144 {
    padding-bottom: 144px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-144 {
    padding-top: 144px !important;
    padding-bottom: 144px !important;
  }
  .pad-t-xxxxl-144 {
    padding-top: 144px !important;
  }
  .pad-b-xxxxl-144 {
    padding-bottom: 144px !important;
  }
}
.pad-y-145 {
  padding-top: 145px !important;
  padding-bottom: 145px !important;
}
.pad-t-145 {
  padding-top: 145px !important;
}
.pad-b-145 {
  padding-bottom: 145px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-145 {
    padding-top: 145px !important;
    padding-bottom: 145px !important;
  }
  .pad-t-sm-145 {
    padding-top: 145px !important;
  }
  .pad-b-sm-145 {
    padding-bottom: 145px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-145 {
    padding-top: 145px !important;
    padding-bottom: 145px !important;
  }
  .pad-t-lg-145 {
    padding-top: 145px !important;
  }
  .pad-b-lg-145 {
    padding-bottom: 145px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-145 {
    padding-top: 145px !important;
    padding-bottom: 145px !important;
  }
  .pad-t-xxl-145 {
    padding-top: 145px !important;
  }
  .pad-b-xxl-145 {
    padding-bottom: 145px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-145 {
    padding-top: 145px !important;
    padding-bottom: 145px !important;
  }
  .pad-t-xxxxl-145 {
    padding-top: 145px !important;
  }
  .pad-b-xxxxl-145 {
    padding-bottom: 145px !important;
  }
}
.pad-y-146 {
  padding-top: 146px !important;
  padding-bottom: 146px !important;
}
.pad-t-146 {
  padding-top: 146px !important;
}
.pad-b-146 {
  padding-bottom: 146px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-146 {
    padding-top: 146px !important;
    padding-bottom: 146px !important;
  }
  .pad-t-sm-146 {
    padding-top: 146px !important;
  }
  .pad-b-sm-146 {
    padding-bottom: 146px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-146 {
    padding-top: 146px !important;
    padding-bottom: 146px !important;
  }
  .pad-t-lg-146 {
    padding-top: 146px !important;
  }
  .pad-b-lg-146 {
    padding-bottom: 146px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-146 {
    padding-top: 146px !important;
    padding-bottom: 146px !important;
  }
  .pad-t-xxl-146 {
    padding-top: 146px !important;
  }
  .pad-b-xxl-146 {
    padding-bottom: 146px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-146 {
    padding-top: 146px !important;
    padding-bottom: 146px !important;
  }
  .pad-t-xxxxl-146 {
    padding-top: 146px !important;
  }
  .pad-b-xxxxl-146 {
    padding-bottom: 146px !important;
  }
}
.pad-y-147 {
  padding-top: 147px !important;
  padding-bottom: 147px !important;
}
.pad-t-147 {
  padding-top: 147px !important;
}
.pad-b-147 {
  padding-bottom: 147px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-147 {
    padding-top: 147px !important;
    padding-bottom: 147px !important;
  }
  .pad-t-sm-147 {
    padding-top: 147px !important;
  }
  .pad-b-sm-147 {
    padding-bottom: 147px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-147 {
    padding-top: 147px !important;
    padding-bottom: 147px !important;
  }
  .pad-t-lg-147 {
    padding-top: 147px !important;
  }
  .pad-b-lg-147 {
    padding-bottom: 147px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-147 {
    padding-top: 147px !important;
    padding-bottom: 147px !important;
  }
  .pad-t-xxl-147 {
    padding-top: 147px !important;
  }
  .pad-b-xxl-147 {
    padding-bottom: 147px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-147 {
    padding-top: 147px !important;
    padding-bottom: 147px !important;
  }
  .pad-t-xxxxl-147 {
    padding-top: 147px !important;
  }
  .pad-b-xxxxl-147 {
    padding-bottom: 147px !important;
  }
}
.pad-y-148 {
  padding-top: 148px !important;
  padding-bottom: 148px !important;
}
.pad-t-148 {
  padding-top: 148px !important;
}
.pad-b-148 {
  padding-bottom: 148px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-148 {
    padding-top: 148px !important;
    padding-bottom: 148px !important;
  }
  .pad-t-sm-148 {
    padding-top: 148px !important;
  }
  .pad-b-sm-148 {
    padding-bottom: 148px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-148 {
    padding-top: 148px !important;
    padding-bottom: 148px !important;
  }
  .pad-t-lg-148 {
    padding-top: 148px !important;
  }
  .pad-b-lg-148 {
    padding-bottom: 148px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-148 {
    padding-top: 148px !important;
    padding-bottom: 148px !important;
  }
  .pad-t-xxl-148 {
    padding-top: 148px !important;
  }
  .pad-b-xxl-148 {
    padding-bottom: 148px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-148 {
    padding-top: 148px !important;
    padding-bottom: 148px !important;
  }
  .pad-t-xxxxl-148 {
    padding-top: 148px !important;
  }
  .pad-b-xxxxl-148 {
    padding-bottom: 148px !important;
  }
}
.pad-y-149 {
  padding-top: 149px !important;
  padding-bottom: 149px !important;
}
.pad-t-149 {
  padding-top: 149px !important;
}
.pad-b-149 {
  padding-bottom: 149px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-149 {
    padding-top: 149px !important;
    padding-bottom: 149px !important;
  }
  .pad-t-sm-149 {
    padding-top: 149px !important;
  }
  .pad-b-sm-149 {
    padding-bottom: 149px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-149 {
    padding-top: 149px !important;
    padding-bottom: 149px !important;
  }
  .pad-t-lg-149 {
    padding-top: 149px !important;
  }
  .pad-b-lg-149 {
    padding-bottom: 149px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-149 {
    padding-top: 149px !important;
    padding-bottom: 149px !important;
  }
  .pad-t-xxl-149 {
    padding-top: 149px !important;
  }
  .pad-b-xxl-149 {
    padding-bottom: 149px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-149 {
    padding-top: 149px !important;
    padding-bottom: 149px !important;
  }
  .pad-t-xxxxl-149 {
    padding-top: 149px !important;
  }
  .pad-b-xxxxl-149 {
    padding-bottom: 149px !important;
  }
}
.pad-y-150 {
  padding-top: 150px !important;
  padding-bottom: 150px !important;
}
.pad-t-150 {
  padding-top: 150px !important;
}
.pad-b-150 {
  padding-bottom: 150px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-150 {
    padding-top: 150px !important;
    padding-bottom: 150px !important;
  }
  .pad-t-sm-150 {
    padding-top: 150px !important;
  }
  .pad-b-sm-150 {
    padding-bottom: 150px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-150 {
    padding-top: 150px !important;
    padding-bottom: 150px !important;
  }
  .pad-t-lg-150 {
    padding-top: 150px !important;
  }
  .pad-b-lg-150 {
    padding-bottom: 150px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-150 {
    padding-top: 150px !important;
    padding-bottom: 150px !important;
  }
  .pad-t-xxl-150 {
    padding-top: 150px !important;
  }
  .pad-b-xxl-150 {
    padding-bottom: 150px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-150 {
    padding-top: 150px !important;
    padding-bottom: 150px !important;
  }
  .pad-t-xxxxl-150 {
    padding-top: 150px !important;
  }
  .pad-b-xxxxl-150 {
    padding-bottom: 150px !important;
  }
}
.pad-y-151 {
  padding-top: 151px !important;
  padding-bottom: 151px !important;
}
.pad-t-151 {
  padding-top: 151px !important;
}
.pad-b-151 {
  padding-bottom: 151px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-151 {
    padding-top: 151px !important;
    padding-bottom: 151px !important;
  }
  .pad-t-sm-151 {
    padding-top: 151px !important;
  }
  .pad-b-sm-151 {
    padding-bottom: 151px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-151 {
    padding-top: 151px !important;
    padding-bottom: 151px !important;
  }
  .pad-t-lg-151 {
    padding-top: 151px !important;
  }
  .pad-b-lg-151 {
    padding-bottom: 151px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-151 {
    padding-top: 151px !important;
    padding-bottom: 151px !important;
  }
  .pad-t-xxl-151 {
    padding-top: 151px !important;
  }
  .pad-b-xxl-151 {
    padding-bottom: 151px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-151 {
    padding-top: 151px !important;
    padding-bottom: 151px !important;
  }
  .pad-t-xxxxl-151 {
    padding-top: 151px !important;
  }
  .pad-b-xxxxl-151 {
    padding-bottom: 151px !important;
  }
}
.pad-y-152 {
  padding-top: 152px !important;
  padding-bottom: 152px !important;
}
.pad-t-152 {
  padding-top: 152px !important;
}
.pad-b-152 {
  padding-bottom: 152px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-152 {
    padding-top: 152px !important;
    padding-bottom: 152px !important;
  }
  .pad-t-sm-152 {
    padding-top: 152px !important;
  }
  .pad-b-sm-152 {
    padding-bottom: 152px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-152 {
    padding-top: 152px !important;
    padding-bottom: 152px !important;
  }
  .pad-t-lg-152 {
    padding-top: 152px !important;
  }
  .pad-b-lg-152 {
    padding-bottom: 152px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-152 {
    padding-top: 152px !important;
    padding-bottom: 152px !important;
  }
  .pad-t-xxl-152 {
    padding-top: 152px !important;
  }
  .pad-b-xxl-152 {
    padding-bottom: 152px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-152 {
    padding-top: 152px !important;
    padding-bottom: 152px !important;
  }
  .pad-t-xxxxl-152 {
    padding-top: 152px !important;
  }
  .pad-b-xxxxl-152 {
    padding-bottom: 152px !important;
  }
}
.pad-y-153 {
  padding-top: 153px !important;
  padding-bottom: 153px !important;
}
.pad-t-153 {
  padding-top: 153px !important;
}
.pad-b-153 {
  padding-bottom: 153px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-153 {
    padding-top: 153px !important;
    padding-bottom: 153px !important;
  }
  .pad-t-sm-153 {
    padding-top: 153px !important;
  }
  .pad-b-sm-153 {
    padding-bottom: 153px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-153 {
    padding-top: 153px !important;
    padding-bottom: 153px !important;
  }
  .pad-t-lg-153 {
    padding-top: 153px !important;
  }
  .pad-b-lg-153 {
    padding-bottom: 153px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-153 {
    padding-top: 153px !important;
    padding-bottom: 153px !important;
  }
  .pad-t-xxl-153 {
    padding-top: 153px !important;
  }
  .pad-b-xxl-153 {
    padding-bottom: 153px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-153 {
    padding-top: 153px !important;
    padding-bottom: 153px !important;
  }
  .pad-t-xxxxl-153 {
    padding-top: 153px !important;
  }
  .pad-b-xxxxl-153 {
    padding-bottom: 153px !important;
  }
}
.pad-y-154 {
  padding-top: 154px !important;
  padding-bottom: 154px !important;
}
.pad-t-154 {
  padding-top: 154px !important;
}
.pad-b-154 {
  padding-bottom: 154px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-154 {
    padding-top: 154px !important;
    padding-bottom: 154px !important;
  }
  .pad-t-sm-154 {
    padding-top: 154px !important;
  }
  .pad-b-sm-154 {
    padding-bottom: 154px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-154 {
    padding-top: 154px !important;
    padding-bottom: 154px !important;
  }
  .pad-t-lg-154 {
    padding-top: 154px !important;
  }
  .pad-b-lg-154 {
    padding-bottom: 154px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-154 {
    padding-top: 154px !important;
    padding-bottom: 154px !important;
  }
  .pad-t-xxl-154 {
    padding-top: 154px !important;
  }
  .pad-b-xxl-154 {
    padding-bottom: 154px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-154 {
    padding-top: 154px !important;
    padding-bottom: 154px !important;
  }
  .pad-t-xxxxl-154 {
    padding-top: 154px !important;
  }
  .pad-b-xxxxl-154 {
    padding-bottom: 154px !important;
  }
}
.pad-y-155 {
  padding-top: 155px !important;
  padding-bottom: 155px !important;
}
.pad-t-155 {
  padding-top: 155px !important;
}
.pad-b-155 {
  padding-bottom: 155px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-155 {
    padding-top: 155px !important;
    padding-bottom: 155px !important;
  }
  .pad-t-sm-155 {
    padding-top: 155px !important;
  }
  .pad-b-sm-155 {
    padding-bottom: 155px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-155 {
    padding-top: 155px !important;
    padding-bottom: 155px !important;
  }
  .pad-t-lg-155 {
    padding-top: 155px !important;
  }
  .pad-b-lg-155 {
    padding-bottom: 155px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-155 {
    padding-top: 155px !important;
    padding-bottom: 155px !important;
  }
  .pad-t-xxl-155 {
    padding-top: 155px !important;
  }
  .pad-b-xxl-155 {
    padding-bottom: 155px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-155 {
    padding-top: 155px !important;
    padding-bottom: 155px !important;
  }
  .pad-t-xxxxl-155 {
    padding-top: 155px !important;
  }
  .pad-b-xxxxl-155 {
    padding-bottom: 155px !important;
  }
}
.pad-y-156 {
  padding-top: 156px !important;
  padding-bottom: 156px !important;
}
.pad-t-156 {
  padding-top: 156px !important;
}
.pad-b-156 {
  padding-bottom: 156px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-156 {
    padding-top: 156px !important;
    padding-bottom: 156px !important;
  }
  .pad-t-sm-156 {
    padding-top: 156px !important;
  }
  .pad-b-sm-156 {
    padding-bottom: 156px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-156 {
    padding-top: 156px !important;
    padding-bottom: 156px !important;
  }
  .pad-t-lg-156 {
    padding-top: 156px !important;
  }
  .pad-b-lg-156 {
    padding-bottom: 156px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-156 {
    padding-top: 156px !important;
    padding-bottom: 156px !important;
  }
  .pad-t-xxl-156 {
    padding-top: 156px !important;
  }
  .pad-b-xxl-156 {
    padding-bottom: 156px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-156 {
    padding-top: 156px !important;
    padding-bottom: 156px !important;
  }
  .pad-t-xxxxl-156 {
    padding-top: 156px !important;
  }
  .pad-b-xxxxl-156 {
    padding-bottom: 156px !important;
  }
}
.pad-y-157 {
  padding-top: 157px !important;
  padding-bottom: 157px !important;
}
.pad-t-157 {
  padding-top: 157px !important;
}
.pad-b-157 {
  padding-bottom: 157px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-157 {
    padding-top: 157px !important;
    padding-bottom: 157px !important;
  }
  .pad-t-sm-157 {
    padding-top: 157px !important;
  }
  .pad-b-sm-157 {
    padding-bottom: 157px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-157 {
    padding-top: 157px !important;
    padding-bottom: 157px !important;
  }
  .pad-t-lg-157 {
    padding-top: 157px !important;
  }
  .pad-b-lg-157 {
    padding-bottom: 157px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-157 {
    padding-top: 157px !important;
    padding-bottom: 157px !important;
  }
  .pad-t-xxl-157 {
    padding-top: 157px !important;
  }
  .pad-b-xxl-157 {
    padding-bottom: 157px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-157 {
    padding-top: 157px !important;
    padding-bottom: 157px !important;
  }
  .pad-t-xxxxl-157 {
    padding-top: 157px !important;
  }
  .pad-b-xxxxl-157 {
    padding-bottom: 157px !important;
  }
}
.pad-y-158 {
  padding-top: 158px !important;
  padding-bottom: 158px !important;
}
.pad-t-158 {
  padding-top: 158px !important;
}
.pad-b-158 {
  padding-bottom: 158px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-158 {
    padding-top: 158px !important;
    padding-bottom: 158px !important;
  }
  .pad-t-sm-158 {
    padding-top: 158px !important;
  }
  .pad-b-sm-158 {
    padding-bottom: 158px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-158 {
    padding-top: 158px !important;
    padding-bottom: 158px !important;
  }
  .pad-t-lg-158 {
    padding-top: 158px !important;
  }
  .pad-b-lg-158 {
    padding-bottom: 158px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-158 {
    padding-top: 158px !important;
    padding-bottom: 158px !important;
  }
  .pad-t-xxl-158 {
    padding-top: 158px !important;
  }
  .pad-b-xxl-158 {
    padding-bottom: 158px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-158 {
    padding-top: 158px !important;
    padding-bottom: 158px !important;
  }
  .pad-t-xxxxl-158 {
    padding-top: 158px !important;
  }
  .pad-b-xxxxl-158 {
    padding-bottom: 158px !important;
  }
}
.pad-y-159 {
  padding-top: 159px !important;
  padding-bottom: 159px !important;
}
.pad-t-159 {
  padding-top: 159px !important;
}
.pad-b-159 {
  padding-bottom: 159px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-159 {
    padding-top: 159px !important;
    padding-bottom: 159px !important;
  }
  .pad-t-sm-159 {
    padding-top: 159px !important;
  }
  .pad-b-sm-159 {
    padding-bottom: 159px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-159 {
    padding-top: 159px !important;
    padding-bottom: 159px !important;
  }
  .pad-t-lg-159 {
    padding-top: 159px !important;
  }
  .pad-b-lg-159 {
    padding-bottom: 159px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-159 {
    padding-top: 159px !important;
    padding-bottom: 159px !important;
  }
  .pad-t-xxl-159 {
    padding-top: 159px !important;
  }
  .pad-b-xxl-159 {
    padding-bottom: 159px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-159 {
    padding-top: 159px !important;
    padding-bottom: 159px !important;
  }
  .pad-t-xxxxl-159 {
    padding-top: 159px !important;
  }
  .pad-b-xxxxl-159 {
    padding-bottom: 159px !important;
  }
}
.pad-y-160 {
  padding-top: 160px !important;
  padding-bottom: 160px !important;
}
.pad-t-160 {
  padding-top: 160px !important;
}
.pad-b-160 {
  padding-bottom: 160px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-160 {
    padding-top: 160px !important;
    padding-bottom: 160px !important;
  }
  .pad-t-sm-160 {
    padding-top: 160px !important;
  }
  .pad-b-sm-160 {
    padding-bottom: 160px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-160 {
    padding-top: 160px !important;
    padding-bottom: 160px !important;
  }
  .pad-t-lg-160 {
    padding-top: 160px !important;
  }
  .pad-b-lg-160 {
    padding-bottom: 160px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-160 {
    padding-top: 160px !important;
    padding-bottom: 160px !important;
  }
  .pad-t-xxl-160 {
    padding-top: 160px !important;
  }
  .pad-b-xxl-160 {
    padding-bottom: 160px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-160 {
    padding-top: 160px !important;
    padding-bottom: 160px !important;
  }
  .pad-t-xxxxl-160 {
    padding-top: 160px !important;
  }
  .pad-b-xxxxl-160 {
    padding-bottom: 160px !important;
  }
}
.pad-y-161 {
  padding-top: 161px !important;
  padding-bottom: 161px !important;
}
.pad-t-161 {
  padding-top: 161px !important;
}
.pad-b-161 {
  padding-bottom: 161px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-161 {
    padding-top: 161px !important;
    padding-bottom: 161px !important;
  }
  .pad-t-sm-161 {
    padding-top: 161px !important;
  }
  .pad-b-sm-161 {
    padding-bottom: 161px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-161 {
    padding-top: 161px !important;
    padding-bottom: 161px !important;
  }
  .pad-t-lg-161 {
    padding-top: 161px !important;
  }
  .pad-b-lg-161 {
    padding-bottom: 161px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-161 {
    padding-top: 161px !important;
    padding-bottom: 161px !important;
  }
  .pad-t-xxl-161 {
    padding-top: 161px !important;
  }
  .pad-b-xxl-161 {
    padding-bottom: 161px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-161 {
    padding-top: 161px !important;
    padding-bottom: 161px !important;
  }
  .pad-t-xxxxl-161 {
    padding-top: 161px !important;
  }
  .pad-b-xxxxl-161 {
    padding-bottom: 161px !important;
  }
}
.pad-y-162 {
  padding-top: 162px !important;
  padding-bottom: 162px !important;
}
.pad-t-162 {
  padding-top: 162px !important;
}
.pad-b-162 {
  padding-bottom: 162px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-162 {
    padding-top: 162px !important;
    padding-bottom: 162px !important;
  }
  .pad-t-sm-162 {
    padding-top: 162px !important;
  }
  .pad-b-sm-162 {
    padding-bottom: 162px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-162 {
    padding-top: 162px !important;
    padding-bottom: 162px !important;
  }
  .pad-t-lg-162 {
    padding-top: 162px !important;
  }
  .pad-b-lg-162 {
    padding-bottom: 162px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-162 {
    padding-top: 162px !important;
    padding-bottom: 162px !important;
  }
  .pad-t-xxl-162 {
    padding-top: 162px !important;
  }
  .pad-b-xxl-162 {
    padding-bottom: 162px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-162 {
    padding-top: 162px !important;
    padding-bottom: 162px !important;
  }
  .pad-t-xxxxl-162 {
    padding-top: 162px !important;
  }
  .pad-b-xxxxl-162 {
    padding-bottom: 162px !important;
  }
}
.pad-y-163 {
  padding-top: 163px !important;
  padding-bottom: 163px !important;
}
.pad-t-163 {
  padding-top: 163px !important;
}
.pad-b-163 {
  padding-bottom: 163px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-163 {
    padding-top: 163px !important;
    padding-bottom: 163px !important;
  }
  .pad-t-sm-163 {
    padding-top: 163px !important;
  }
  .pad-b-sm-163 {
    padding-bottom: 163px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-163 {
    padding-top: 163px !important;
    padding-bottom: 163px !important;
  }
  .pad-t-lg-163 {
    padding-top: 163px !important;
  }
  .pad-b-lg-163 {
    padding-bottom: 163px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-163 {
    padding-top: 163px !important;
    padding-bottom: 163px !important;
  }
  .pad-t-xxl-163 {
    padding-top: 163px !important;
  }
  .pad-b-xxl-163 {
    padding-bottom: 163px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-163 {
    padding-top: 163px !important;
    padding-bottom: 163px !important;
  }
  .pad-t-xxxxl-163 {
    padding-top: 163px !important;
  }
  .pad-b-xxxxl-163 {
    padding-bottom: 163px !important;
  }
}
.pad-y-164 {
  padding-top: 164px !important;
  padding-bottom: 164px !important;
}
.pad-t-164 {
  padding-top: 164px !important;
}
.pad-b-164 {
  padding-bottom: 164px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-164 {
    padding-top: 164px !important;
    padding-bottom: 164px !important;
  }
  .pad-t-sm-164 {
    padding-top: 164px !important;
  }
  .pad-b-sm-164 {
    padding-bottom: 164px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-164 {
    padding-top: 164px !important;
    padding-bottom: 164px !important;
  }
  .pad-t-lg-164 {
    padding-top: 164px !important;
  }
  .pad-b-lg-164 {
    padding-bottom: 164px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-164 {
    padding-top: 164px !important;
    padding-bottom: 164px !important;
  }
  .pad-t-xxl-164 {
    padding-top: 164px !important;
  }
  .pad-b-xxl-164 {
    padding-bottom: 164px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-164 {
    padding-top: 164px !important;
    padding-bottom: 164px !important;
  }
  .pad-t-xxxxl-164 {
    padding-top: 164px !important;
  }
  .pad-b-xxxxl-164 {
    padding-bottom: 164px !important;
  }
}
.pad-y-165 {
  padding-top: 165px !important;
  padding-bottom: 165px !important;
}
.pad-t-165 {
  padding-top: 165px !important;
}
.pad-b-165 {
  padding-bottom: 165px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-165 {
    padding-top: 165px !important;
    padding-bottom: 165px !important;
  }
  .pad-t-sm-165 {
    padding-top: 165px !important;
  }
  .pad-b-sm-165 {
    padding-bottom: 165px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-165 {
    padding-top: 165px !important;
    padding-bottom: 165px !important;
  }
  .pad-t-lg-165 {
    padding-top: 165px !important;
  }
  .pad-b-lg-165 {
    padding-bottom: 165px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-165 {
    padding-top: 165px !important;
    padding-bottom: 165px !important;
  }
  .pad-t-xxl-165 {
    padding-top: 165px !important;
  }
  .pad-b-xxl-165 {
    padding-bottom: 165px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-165 {
    padding-top: 165px !important;
    padding-bottom: 165px !important;
  }
  .pad-t-xxxxl-165 {
    padding-top: 165px !important;
  }
  .pad-b-xxxxl-165 {
    padding-bottom: 165px !important;
  }
}
.pad-y-166 {
  padding-top: 166px !important;
  padding-bottom: 166px !important;
}
.pad-t-166 {
  padding-top: 166px !important;
}
.pad-b-166 {
  padding-bottom: 166px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-166 {
    padding-top: 166px !important;
    padding-bottom: 166px !important;
  }
  .pad-t-sm-166 {
    padding-top: 166px !important;
  }
  .pad-b-sm-166 {
    padding-bottom: 166px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-166 {
    padding-top: 166px !important;
    padding-bottom: 166px !important;
  }
  .pad-t-lg-166 {
    padding-top: 166px !important;
  }
  .pad-b-lg-166 {
    padding-bottom: 166px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-166 {
    padding-top: 166px !important;
    padding-bottom: 166px !important;
  }
  .pad-t-xxl-166 {
    padding-top: 166px !important;
  }
  .pad-b-xxl-166 {
    padding-bottom: 166px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-166 {
    padding-top: 166px !important;
    padding-bottom: 166px !important;
  }
  .pad-t-xxxxl-166 {
    padding-top: 166px !important;
  }
  .pad-b-xxxxl-166 {
    padding-bottom: 166px !important;
  }
}
.pad-y-167 {
  padding-top: 167px !important;
  padding-bottom: 167px !important;
}
.pad-t-167 {
  padding-top: 167px !important;
}
.pad-b-167 {
  padding-bottom: 167px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-167 {
    padding-top: 167px !important;
    padding-bottom: 167px !important;
  }
  .pad-t-sm-167 {
    padding-top: 167px !important;
  }
  .pad-b-sm-167 {
    padding-bottom: 167px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-167 {
    padding-top: 167px !important;
    padding-bottom: 167px !important;
  }
  .pad-t-lg-167 {
    padding-top: 167px !important;
  }
  .pad-b-lg-167 {
    padding-bottom: 167px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-167 {
    padding-top: 167px !important;
    padding-bottom: 167px !important;
  }
  .pad-t-xxl-167 {
    padding-top: 167px !important;
  }
  .pad-b-xxl-167 {
    padding-bottom: 167px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-167 {
    padding-top: 167px !important;
    padding-bottom: 167px !important;
  }
  .pad-t-xxxxl-167 {
    padding-top: 167px !important;
  }
  .pad-b-xxxxl-167 {
    padding-bottom: 167px !important;
  }
}
.pad-y-168 {
  padding-top: 168px !important;
  padding-bottom: 168px !important;
}
.pad-t-168 {
  padding-top: 168px !important;
}
.pad-b-168 {
  padding-bottom: 168px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-168 {
    padding-top: 168px !important;
    padding-bottom: 168px !important;
  }
  .pad-t-sm-168 {
    padding-top: 168px !important;
  }
  .pad-b-sm-168 {
    padding-bottom: 168px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-168 {
    padding-top: 168px !important;
    padding-bottom: 168px !important;
  }
  .pad-t-lg-168 {
    padding-top: 168px !important;
  }
  .pad-b-lg-168 {
    padding-bottom: 168px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-168 {
    padding-top: 168px !important;
    padding-bottom: 168px !important;
  }
  .pad-t-xxl-168 {
    padding-top: 168px !important;
  }
  .pad-b-xxl-168 {
    padding-bottom: 168px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-168 {
    padding-top: 168px !important;
    padding-bottom: 168px !important;
  }
  .pad-t-xxxxl-168 {
    padding-top: 168px !important;
  }
  .pad-b-xxxxl-168 {
    padding-bottom: 168px !important;
  }
}
.pad-y-169 {
  padding-top: 169px !important;
  padding-bottom: 169px !important;
}
.pad-t-169 {
  padding-top: 169px !important;
}
.pad-b-169 {
  padding-bottom: 169px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-169 {
    padding-top: 169px !important;
    padding-bottom: 169px !important;
  }
  .pad-t-sm-169 {
    padding-top: 169px !important;
  }
  .pad-b-sm-169 {
    padding-bottom: 169px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-169 {
    padding-top: 169px !important;
    padding-bottom: 169px !important;
  }
  .pad-t-lg-169 {
    padding-top: 169px !important;
  }
  .pad-b-lg-169 {
    padding-bottom: 169px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-169 {
    padding-top: 169px !important;
    padding-bottom: 169px !important;
  }
  .pad-t-xxl-169 {
    padding-top: 169px !important;
  }
  .pad-b-xxl-169 {
    padding-bottom: 169px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-169 {
    padding-top: 169px !important;
    padding-bottom: 169px !important;
  }
  .pad-t-xxxxl-169 {
    padding-top: 169px !important;
  }
  .pad-b-xxxxl-169 {
    padding-bottom: 169px !important;
  }
}
.pad-y-170 {
  padding-top: 170px !important;
  padding-bottom: 170px !important;
}
.pad-t-170 {
  padding-top: 170px !important;
}
.pad-b-170 {
  padding-bottom: 170px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-170 {
    padding-top: 170px !important;
    padding-bottom: 170px !important;
  }
  .pad-t-sm-170 {
    padding-top: 170px !important;
  }
  .pad-b-sm-170 {
    padding-bottom: 170px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-170 {
    padding-top: 170px !important;
    padding-bottom: 170px !important;
  }
  .pad-t-lg-170 {
    padding-top: 170px !important;
  }
  .pad-b-lg-170 {
    padding-bottom: 170px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-170 {
    padding-top: 170px !important;
    padding-bottom: 170px !important;
  }
  .pad-t-xxl-170 {
    padding-top: 170px !important;
  }
  .pad-b-xxl-170 {
    padding-bottom: 170px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-170 {
    padding-top: 170px !important;
    padding-bottom: 170px !important;
  }
  .pad-t-xxxxl-170 {
    padding-top: 170px !important;
  }
  .pad-b-xxxxl-170 {
    padding-bottom: 170px !important;
  }
}
.pad-y-171 {
  padding-top: 171px !important;
  padding-bottom: 171px !important;
}
.pad-t-171 {
  padding-top: 171px !important;
}
.pad-b-171 {
  padding-bottom: 171px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-171 {
    padding-top: 171px !important;
    padding-bottom: 171px !important;
  }
  .pad-t-sm-171 {
    padding-top: 171px !important;
  }
  .pad-b-sm-171 {
    padding-bottom: 171px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-171 {
    padding-top: 171px !important;
    padding-bottom: 171px !important;
  }
  .pad-t-lg-171 {
    padding-top: 171px !important;
  }
  .pad-b-lg-171 {
    padding-bottom: 171px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-171 {
    padding-top: 171px !important;
    padding-bottom: 171px !important;
  }
  .pad-t-xxl-171 {
    padding-top: 171px !important;
  }
  .pad-b-xxl-171 {
    padding-bottom: 171px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-171 {
    padding-top: 171px !important;
    padding-bottom: 171px !important;
  }
  .pad-t-xxxxl-171 {
    padding-top: 171px !important;
  }
  .pad-b-xxxxl-171 {
    padding-bottom: 171px !important;
  }
}
.pad-y-172 {
  padding-top: 172px !important;
  padding-bottom: 172px !important;
}
.pad-t-172 {
  padding-top: 172px !important;
}
.pad-b-172 {
  padding-bottom: 172px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-172 {
    padding-top: 172px !important;
    padding-bottom: 172px !important;
  }
  .pad-t-sm-172 {
    padding-top: 172px !important;
  }
  .pad-b-sm-172 {
    padding-bottom: 172px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-172 {
    padding-top: 172px !important;
    padding-bottom: 172px !important;
  }
  .pad-t-lg-172 {
    padding-top: 172px !important;
  }
  .pad-b-lg-172 {
    padding-bottom: 172px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-172 {
    padding-top: 172px !important;
    padding-bottom: 172px !important;
  }
  .pad-t-xxl-172 {
    padding-top: 172px !important;
  }
  .pad-b-xxl-172 {
    padding-bottom: 172px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-172 {
    padding-top: 172px !important;
    padding-bottom: 172px !important;
  }
  .pad-t-xxxxl-172 {
    padding-top: 172px !important;
  }
  .pad-b-xxxxl-172 {
    padding-bottom: 172px !important;
  }
}
.pad-y-173 {
  padding-top: 173px !important;
  padding-bottom: 173px !important;
}
.pad-t-173 {
  padding-top: 173px !important;
}
.pad-b-173 {
  padding-bottom: 173px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-173 {
    padding-top: 173px !important;
    padding-bottom: 173px !important;
  }
  .pad-t-sm-173 {
    padding-top: 173px !important;
  }
  .pad-b-sm-173 {
    padding-bottom: 173px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-173 {
    padding-top: 173px !important;
    padding-bottom: 173px !important;
  }
  .pad-t-lg-173 {
    padding-top: 173px !important;
  }
  .pad-b-lg-173 {
    padding-bottom: 173px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-173 {
    padding-top: 173px !important;
    padding-bottom: 173px !important;
  }
  .pad-t-xxl-173 {
    padding-top: 173px !important;
  }
  .pad-b-xxl-173 {
    padding-bottom: 173px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-173 {
    padding-top: 173px !important;
    padding-bottom: 173px !important;
  }
  .pad-t-xxxxl-173 {
    padding-top: 173px !important;
  }
  .pad-b-xxxxl-173 {
    padding-bottom: 173px !important;
  }
}
.pad-y-174 {
  padding-top: 174px !important;
  padding-bottom: 174px !important;
}
.pad-t-174 {
  padding-top: 174px !important;
}
.pad-b-174 {
  padding-bottom: 174px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-174 {
    padding-top: 174px !important;
    padding-bottom: 174px !important;
  }
  .pad-t-sm-174 {
    padding-top: 174px !important;
  }
  .pad-b-sm-174 {
    padding-bottom: 174px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-174 {
    padding-top: 174px !important;
    padding-bottom: 174px !important;
  }
  .pad-t-lg-174 {
    padding-top: 174px !important;
  }
  .pad-b-lg-174 {
    padding-bottom: 174px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-174 {
    padding-top: 174px !important;
    padding-bottom: 174px !important;
  }
  .pad-t-xxl-174 {
    padding-top: 174px !important;
  }
  .pad-b-xxl-174 {
    padding-bottom: 174px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-174 {
    padding-top: 174px !important;
    padding-bottom: 174px !important;
  }
  .pad-t-xxxxl-174 {
    padding-top: 174px !important;
  }
  .pad-b-xxxxl-174 {
    padding-bottom: 174px !important;
  }
}
.pad-y-175 {
  padding-top: 175px !important;
  padding-bottom: 175px !important;
}
.pad-t-175 {
  padding-top: 175px !important;
}
.pad-b-175 {
  padding-bottom: 175px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-175 {
    padding-top: 175px !important;
    padding-bottom: 175px !important;
  }
  .pad-t-sm-175 {
    padding-top: 175px !important;
  }
  .pad-b-sm-175 {
    padding-bottom: 175px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-175 {
    padding-top: 175px !important;
    padding-bottom: 175px !important;
  }
  .pad-t-lg-175 {
    padding-top: 175px !important;
  }
  .pad-b-lg-175 {
    padding-bottom: 175px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-175 {
    padding-top: 175px !important;
    padding-bottom: 175px !important;
  }
  .pad-t-xxl-175 {
    padding-top: 175px !important;
  }
  .pad-b-xxl-175 {
    padding-bottom: 175px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-175 {
    padding-top: 175px !important;
    padding-bottom: 175px !important;
  }
  .pad-t-xxxxl-175 {
    padding-top: 175px !important;
  }
  .pad-b-xxxxl-175 {
    padding-bottom: 175px !important;
  }
}
.pad-y-176 {
  padding-top: 176px !important;
  padding-bottom: 176px !important;
}
.pad-t-176 {
  padding-top: 176px !important;
}
.pad-b-176 {
  padding-bottom: 176px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-176 {
    padding-top: 176px !important;
    padding-bottom: 176px !important;
  }
  .pad-t-sm-176 {
    padding-top: 176px !important;
  }
  .pad-b-sm-176 {
    padding-bottom: 176px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-176 {
    padding-top: 176px !important;
    padding-bottom: 176px !important;
  }
  .pad-t-lg-176 {
    padding-top: 176px !important;
  }
  .pad-b-lg-176 {
    padding-bottom: 176px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-176 {
    padding-top: 176px !important;
    padding-bottom: 176px !important;
  }
  .pad-t-xxl-176 {
    padding-top: 176px !important;
  }
  .pad-b-xxl-176 {
    padding-bottom: 176px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-176 {
    padding-top: 176px !important;
    padding-bottom: 176px !important;
  }
  .pad-t-xxxxl-176 {
    padding-top: 176px !important;
  }
  .pad-b-xxxxl-176 {
    padding-bottom: 176px !important;
  }
}
.pad-y-177 {
  padding-top: 177px !important;
  padding-bottom: 177px !important;
}
.pad-t-177 {
  padding-top: 177px !important;
}
.pad-b-177 {
  padding-bottom: 177px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-177 {
    padding-top: 177px !important;
    padding-bottom: 177px !important;
  }
  .pad-t-sm-177 {
    padding-top: 177px !important;
  }
  .pad-b-sm-177 {
    padding-bottom: 177px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-177 {
    padding-top: 177px !important;
    padding-bottom: 177px !important;
  }
  .pad-t-lg-177 {
    padding-top: 177px !important;
  }
  .pad-b-lg-177 {
    padding-bottom: 177px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-177 {
    padding-top: 177px !important;
    padding-bottom: 177px !important;
  }
  .pad-t-xxl-177 {
    padding-top: 177px !important;
  }
  .pad-b-xxl-177 {
    padding-bottom: 177px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-177 {
    padding-top: 177px !important;
    padding-bottom: 177px !important;
  }
  .pad-t-xxxxl-177 {
    padding-top: 177px !important;
  }
  .pad-b-xxxxl-177 {
    padding-bottom: 177px !important;
  }
}
.pad-y-178 {
  padding-top: 178px !important;
  padding-bottom: 178px !important;
}
.pad-t-178 {
  padding-top: 178px !important;
}
.pad-b-178 {
  padding-bottom: 178px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-178 {
    padding-top: 178px !important;
    padding-bottom: 178px !important;
  }
  .pad-t-sm-178 {
    padding-top: 178px !important;
  }
  .pad-b-sm-178 {
    padding-bottom: 178px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-178 {
    padding-top: 178px !important;
    padding-bottom: 178px !important;
  }
  .pad-t-lg-178 {
    padding-top: 178px !important;
  }
  .pad-b-lg-178 {
    padding-bottom: 178px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-178 {
    padding-top: 178px !important;
    padding-bottom: 178px !important;
  }
  .pad-t-xxl-178 {
    padding-top: 178px !important;
  }
  .pad-b-xxl-178 {
    padding-bottom: 178px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-178 {
    padding-top: 178px !important;
    padding-bottom: 178px !important;
  }
  .pad-t-xxxxl-178 {
    padding-top: 178px !important;
  }
  .pad-b-xxxxl-178 {
    padding-bottom: 178px !important;
  }
}
.pad-y-179 {
  padding-top: 179px !important;
  padding-bottom: 179px !important;
}
.pad-t-179 {
  padding-top: 179px !important;
}
.pad-b-179 {
  padding-bottom: 179px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-179 {
    padding-top: 179px !important;
    padding-bottom: 179px !important;
  }
  .pad-t-sm-179 {
    padding-top: 179px !important;
  }
  .pad-b-sm-179 {
    padding-bottom: 179px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-179 {
    padding-top: 179px !important;
    padding-bottom: 179px !important;
  }
  .pad-t-lg-179 {
    padding-top: 179px !important;
  }
  .pad-b-lg-179 {
    padding-bottom: 179px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-179 {
    padding-top: 179px !important;
    padding-bottom: 179px !important;
  }
  .pad-t-xxl-179 {
    padding-top: 179px !important;
  }
  .pad-b-xxl-179 {
    padding-bottom: 179px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-179 {
    padding-top: 179px !important;
    padding-bottom: 179px !important;
  }
  .pad-t-xxxxl-179 {
    padding-top: 179px !important;
  }
  .pad-b-xxxxl-179 {
    padding-bottom: 179px !important;
  }
}
.pad-y-180 {
  padding-top: 180px !important;
  padding-bottom: 180px !important;
}
.pad-t-180 {
  padding-top: 180px !important;
}
.pad-b-180 {
  padding-bottom: 180px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-180 {
    padding-top: 180px !important;
    padding-bottom: 180px !important;
  }
  .pad-t-sm-180 {
    padding-top: 180px !important;
  }
  .pad-b-sm-180 {
    padding-bottom: 180px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-180 {
    padding-top: 180px !important;
    padding-bottom: 180px !important;
  }
  .pad-t-lg-180 {
    padding-top: 180px !important;
  }
  .pad-b-lg-180 {
    padding-bottom: 180px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-180 {
    padding-top: 180px !important;
    padding-bottom: 180px !important;
  }
  .pad-t-xxl-180 {
    padding-top: 180px !important;
  }
  .pad-b-xxl-180 {
    padding-bottom: 180px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-180 {
    padding-top: 180px !important;
    padding-bottom: 180px !important;
  }
  .pad-t-xxxxl-180 {
    padding-top: 180px !important;
  }
  .pad-b-xxxxl-180 {
    padding-bottom: 180px !important;
  }
}
.pad-y-181 {
  padding-top: 181px !important;
  padding-bottom: 181px !important;
}
.pad-t-181 {
  padding-top: 181px !important;
}
.pad-b-181 {
  padding-bottom: 181px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-181 {
    padding-top: 181px !important;
    padding-bottom: 181px !important;
  }
  .pad-t-sm-181 {
    padding-top: 181px !important;
  }
  .pad-b-sm-181 {
    padding-bottom: 181px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-181 {
    padding-top: 181px !important;
    padding-bottom: 181px !important;
  }
  .pad-t-lg-181 {
    padding-top: 181px !important;
  }
  .pad-b-lg-181 {
    padding-bottom: 181px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-181 {
    padding-top: 181px !important;
    padding-bottom: 181px !important;
  }
  .pad-t-xxl-181 {
    padding-top: 181px !important;
  }
  .pad-b-xxl-181 {
    padding-bottom: 181px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-181 {
    padding-top: 181px !important;
    padding-bottom: 181px !important;
  }
  .pad-t-xxxxl-181 {
    padding-top: 181px !important;
  }
  .pad-b-xxxxl-181 {
    padding-bottom: 181px !important;
  }
}
.pad-y-182 {
  padding-top: 182px !important;
  padding-bottom: 182px !important;
}
.pad-t-182 {
  padding-top: 182px !important;
}
.pad-b-182 {
  padding-bottom: 182px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-182 {
    padding-top: 182px !important;
    padding-bottom: 182px !important;
  }
  .pad-t-sm-182 {
    padding-top: 182px !important;
  }
  .pad-b-sm-182 {
    padding-bottom: 182px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-182 {
    padding-top: 182px !important;
    padding-bottom: 182px !important;
  }
  .pad-t-lg-182 {
    padding-top: 182px !important;
  }
  .pad-b-lg-182 {
    padding-bottom: 182px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-182 {
    padding-top: 182px !important;
    padding-bottom: 182px !important;
  }
  .pad-t-xxl-182 {
    padding-top: 182px !important;
  }
  .pad-b-xxl-182 {
    padding-bottom: 182px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-182 {
    padding-top: 182px !important;
    padding-bottom: 182px !important;
  }
  .pad-t-xxxxl-182 {
    padding-top: 182px !important;
  }
  .pad-b-xxxxl-182 {
    padding-bottom: 182px !important;
  }
}
.pad-y-183 {
  padding-top: 183px !important;
  padding-bottom: 183px !important;
}
.pad-t-183 {
  padding-top: 183px !important;
}
.pad-b-183 {
  padding-bottom: 183px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-183 {
    padding-top: 183px !important;
    padding-bottom: 183px !important;
  }
  .pad-t-sm-183 {
    padding-top: 183px !important;
  }
  .pad-b-sm-183 {
    padding-bottom: 183px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-183 {
    padding-top: 183px !important;
    padding-bottom: 183px !important;
  }
  .pad-t-lg-183 {
    padding-top: 183px !important;
  }
  .pad-b-lg-183 {
    padding-bottom: 183px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-183 {
    padding-top: 183px !important;
    padding-bottom: 183px !important;
  }
  .pad-t-xxl-183 {
    padding-top: 183px !important;
  }
  .pad-b-xxl-183 {
    padding-bottom: 183px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-183 {
    padding-top: 183px !important;
    padding-bottom: 183px !important;
  }
  .pad-t-xxxxl-183 {
    padding-top: 183px !important;
  }
  .pad-b-xxxxl-183 {
    padding-bottom: 183px !important;
  }
}
.pad-y-184 {
  padding-top: 184px !important;
  padding-bottom: 184px !important;
}
.pad-t-184 {
  padding-top: 184px !important;
}
.pad-b-184 {
  padding-bottom: 184px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-184 {
    padding-top: 184px !important;
    padding-bottom: 184px !important;
  }
  .pad-t-sm-184 {
    padding-top: 184px !important;
  }
  .pad-b-sm-184 {
    padding-bottom: 184px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-184 {
    padding-top: 184px !important;
    padding-bottom: 184px !important;
  }
  .pad-t-lg-184 {
    padding-top: 184px !important;
  }
  .pad-b-lg-184 {
    padding-bottom: 184px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-184 {
    padding-top: 184px !important;
    padding-bottom: 184px !important;
  }
  .pad-t-xxl-184 {
    padding-top: 184px !important;
  }
  .pad-b-xxl-184 {
    padding-bottom: 184px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-184 {
    padding-top: 184px !important;
    padding-bottom: 184px !important;
  }
  .pad-t-xxxxl-184 {
    padding-top: 184px !important;
  }
  .pad-b-xxxxl-184 {
    padding-bottom: 184px !important;
  }
}
.pad-y-185 {
  padding-top: 185px !important;
  padding-bottom: 185px !important;
}
.pad-t-185 {
  padding-top: 185px !important;
}
.pad-b-185 {
  padding-bottom: 185px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-185 {
    padding-top: 185px !important;
    padding-bottom: 185px !important;
  }
  .pad-t-sm-185 {
    padding-top: 185px !important;
  }
  .pad-b-sm-185 {
    padding-bottom: 185px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-185 {
    padding-top: 185px !important;
    padding-bottom: 185px !important;
  }
  .pad-t-lg-185 {
    padding-top: 185px !important;
  }
  .pad-b-lg-185 {
    padding-bottom: 185px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-185 {
    padding-top: 185px !important;
    padding-bottom: 185px !important;
  }
  .pad-t-xxl-185 {
    padding-top: 185px !important;
  }
  .pad-b-xxl-185 {
    padding-bottom: 185px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-185 {
    padding-top: 185px !important;
    padding-bottom: 185px !important;
  }
  .pad-t-xxxxl-185 {
    padding-top: 185px !important;
  }
  .pad-b-xxxxl-185 {
    padding-bottom: 185px !important;
  }
}
.pad-y-186 {
  padding-top: 186px !important;
  padding-bottom: 186px !important;
}
.pad-t-186 {
  padding-top: 186px !important;
}
.pad-b-186 {
  padding-bottom: 186px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-186 {
    padding-top: 186px !important;
    padding-bottom: 186px !important;
  }
  .pad-t-sm-186 {
    padding-top: 186px !important;
  }
  .pad-b-sm-186 {
    padding-bottom: 186px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-186 {
    padding-top: 186px !important;
    padding-bottom: 186px !important;
  }
  .pad-t-lg-186 {
    padding-top: 186px !important;
  }
  .pad-b-lg-186 {
    padding-bottom: 186px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-186 {
    padding-top: 186px !important;
    padding-bottom: 186px !important;
  }
  .pad-t-xxl-186 {
    padding-top: 186px !important;
  }
  .pad-b-xxl-186 {
    padding-bottom: 186px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-186 {
    padding-top: 186px !important;
    padding-bottom: 186px !important;
  }
  .pad-t-xxxxl-186 {
    padding-top: 186px !important;
  }
  .pad-b-xxxxl-186 {
    padding-bottom: 186px !important;
  }
}
.pad-y-187 {
  padding-top: 187px !important;
  padding-bottom: 187px !important;
}
.pad-t-187 {
  padding-top: 187px !important;
}
.pad-b-187 {
  padding-bottom: 187px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-187 {
    padding-top: 187px !important;
    padding-bottom: 187px !important;
  }
  .pad-t-sm-187 {
    padding-top: 187px !important;
  }
  .pad-b-sm-187 {
    padding-bottom: 187px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-187 {
    padding-top: 187px !important;
    padding-bottom: 187px !important;
  }
  .pad-t-lg-187 {
    padding-top: 187px !important;
  }
  .pad-b-lg-187 {
    padding-bottom: 187px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-187 {
    padding-top: 187px !important;
    padding-bottom: 187px !important;
  }
  .pad-t-xxl-187 {
    padding-top: 187px !important;
  }
  .pad-b-xxl-187 {
    padding-bottom: 187px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-187 {
    padding-top: 187px !important;
    padding-bottom: 187px !important;
  }
  .pad-t-xxxxl-187 {
    padding-top: 187px !important;
  }
  .pad-b-xxxxl-187 {
    padding-bottom: 187px !important;
  }
}
.pad-y-188 {
  padding-top: 188px !important;
  padding-bottom: 188px !important;
}
.pad-t-188 {
  padding-top: 188px !important;
}
.pad-b-188 {
  padding-bottom: 188px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-188 {
    padding-top: 188px !important;
    padding-bottom: 188px !important;
  }
  .pad-t-sm-188 {
    padding-top: 188px !important;
  }
  .pad-b-sm-188 {
    padding-bottom: 188px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-188 {
    padding-top: 188px !important;
    padding-bottom: 188px !important;
  }
  .pad-t-lg-188 {
    padding-top: 188px !important;
  }
  .pad-b-lg-188 {
    padding-bottom: 188px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-188 {
    padding-top: 188px !important;
    padding-bottom: 188px !important;
  }
  .pad-t-xxl-188 {
    padding-top: 188px !important;
  }
  .pad-b-xxl-188 {
    padding-bottom: 188px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-188 {
    padding-top: 188px !important;
    padding-bottom: 188px !important;
  }
  .pad-t-xxxxl-188 {
    padding-top: 188px !important;
  }
  .pad-b-xxxxl-188 {
    padding-bottom: 188px !important;
  }
}
.pad-y-189 {
  padding-top: 189px !important;
  padding-bottom: 189px !important;
}
.pad-t-189 {
  padding-top: 189px !important;
}
.pad-b-189 {
  padding-bottom: 189px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-189 {
    padding-top: 189px !important;
    padding-bottom: 189px !important;
  }
  .pad-t-sm-189 {
    padding-top: 189px !important;
  }
  .pad-b-sm-189 {
    padding-bottom: 189px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-189 {
    padding-top: 189px !important;
    padding-bottom: 189px !important;
  }
  .pad-t-lg-189 {
    padding-top: 189px !important;
  }
  .pad-b-lg-189 {
    padding-bottom: 189px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-189 {
    padding-top: 189px !important;
    padding-bottom: 189px !important;
  }
  .pad-t-xxl-189 {
    padding-top: 189px !important;
  }
  .pad-b-xxl-189 {
    padding-bottom: 189px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-189 {
    padding-top: 189px !important;
    padding-bottom: 189px !important;
  }
  .pad-t-xxxxl-189 {
    padding-top: 189px !important;
  }
  .pad-b-xxxxl-189 {
    padding-bottom: 189px !important;
  }
}
.pad-y-190 {
  padding-top: 190px !important;
  padding-bottom: 190px !important;
}
.pad-t-190 {
  padding-top: 190px !important;
}
.pad-b-190 {
  padding-bottom: 190px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-190 {
    padding-top: 190px !important;
    padding-bottom: 190px !important;
  }
  .pad-t-sm-190 {
    padding-top: 190px !important;
  }
  .pad-b-sm-190 {
    padding-bottom: 190px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-190 {
    padding-top: 190px !important;
    padding-bottom: 190px !important;
  }
  .pad-t-lg-190 {
    padding-top: 190px !important;
  }
  .pad-b-lg-190 {
    padding-bottom: 190px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-190 {
    padding-top: 190px !important;
    padding-bottom: 190px !important;
  }
  .pad-t-xxl-190 {
    padding-top: 190px !important;
  }
  .pad-b-xxl-190 {
    padding-bottom: 190px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-190 {
    padding-top: 190px !important;
    padding-bottom: 190px !important;
  }
  .pad-t-xxxxl-190 {
    padding-top: 190px !important;
  }
  .pad-b-xxxxl-190 {
    padding-bottom: 190px !important;
  }
}
.pad-y-191 {
  padding-top: 191px !important;
  padding-bottom: 191px !important;
}
.pad-t-191 {
  padding-top: 191px !important;
}
.pad-b-191 {
  padding-bottom: 191px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-191 {
    padding-top: 191px !important;
    padding-bottom: 191px !important;
  }
  .pad-t-sm-191 {
    padding-top: 191px !important;
  }
  .pad-b-sm-191 {
    padding-bottom: 191px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-191 {
    padding-top: 191px !important;
    padding-bottom: 191px !important;
  }
  .pad-t-lg-191 {
    padding-top: 191px !important;
  }
  .pad-b-lg-191 {
    padding-bottom: 191px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-191 {
    padding-top: 191px !important;
    padding-bottom: 191px !important;
  }
  .pad-t-xxl-191 {
    padding-top: 191px !important;
  }
  .pad-b-xxl-191 {
    padding-bottom: 191px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-191 {
    padding-top: 191px !important;
    padding-bottom: 191px !important;
  }
  .pad-t-xxxxl-191 {
    padding-top: 191px !important;
  }
  .pad-b-xxxxl-191 {
    padding-bottom: 191px !important;
  }
}
.pad-y-192 {
  padding-top: 192px !important;
  padding-bottom: 192px !important;
}
.pad-t-192 {
  padding-top: 192px !important;
}
.pad-b-192 {
  padding-bottom: 192px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-192 {
    padding-top: 192px !important;
    padding-bottom: 192px !important;
  }
  .pad-t-sm-192 {
    padding-top: 192px !important;
  }
  .pad-b-sm-192 {
    padding-bottom: 192px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-192 {
    padding-top: 192px !important;
    padding-bottom: 192px !important;
  }
  .pad-t-lg-192 {
    padding-top: 192px !important;
  }
  .pad-b-lg-192 {
    padding-bottom: 192px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-192 {
    padding-top: 192px !important;
    padding-bottom: 192px !important;
  }
  .pad-t-xxl-192 {
    padding-top: 192px !important;
  }
  .pad-b-xxl-192 {
    padding-bottom: 192px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-192 {
    padding-top: 192px !important;
    padding-bottom: 192px !important;
  }
  .pad-t-xxxxl-192 {
    padding-top: 192px !important;
  }
  .pad-b-xxxxl-192 {
    padding-bottom: 192px !important;
  }
}
.pad-y-193 {
  padding-top: 193px !important;
  padding-bottom: 193px !important;
}
.pad-t-193 {
  padding-top: 193px !important;
}
.pad-b-193 {
  padding-bottom: 193px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-193 {
    padding-top: 193px !important;
    padding-bottom: 193px !important;
  }
  .pad-t-sm-193 {
    padding-top: 193px !important;
  }
  .pad-b-sm-193 {
    padding-bottom: 193px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-193 {
    padding-top: 193px !important;
    padding-bottom: 193px !important;
  }
  .pad-t-lg-193 {
    padding-top: 193px !important;
  }
  .pad-b-lg-193 {
    padding-bottom: 193px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-193 {
    padding-top: 193px !important;
    padding-bottom: 193px !important;
  }
  .pad-t-xxl-193 {
    padding-top: 193px !important;
  }
  .pad-b-xxl-193 {
    padding-bottom: 193px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-193 {
    padding-top: 193px !important;
    padding-bottom: 193px !important;
  }
  .pad-t-xxxxl-193 {
    padding-top: 193px !important;
  }
  .pad-b-xxxxl-193 {
    padding-bottom: 193px !important;
  }
}
.pad-y-194 {
  padding-top: 194px !important;
  padding-bottom: 194px !important;
}
.pad-t-194 {
  padding-top: 194px !important;
}
.pad-b-194 {
  padding-bottom: 194px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-194 {
    padding-top: 194px !important;
    padding-bottom: 194px !important;
  }
  .pad-t-sm-194 {
    padding-top: 194px !important;
  }
  .pad-b-sm-194 {
    padding-bottom: 194px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-194 {
    padding-top: 194px !important;
    padding-bottom: 194px !important;
  }
  .pad-t-lg-194 {
    padding-top: 194px !important;
  }
  .pad-b-lg-194 {
    padding-bottom: 194px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-194 {
    padding-top: 194px !important;
    padding-bottom: 194px !important;
  }
  .pad-t-xxl-194 {
    padding-top: 194px !important;
  }
  .pad-b-xxl-194 {
    padding-bottom: 194px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-194 {
    padding-top: 194px !important;
    padding-bottom: 194px !important;
  }
  .pad-t-xxxxl-194 {
    padding-top: 194px !important;
  }
  .pad-b-xxxxl-194 {
    padding-bottom: 194px !important;
  }
}
.pad-y-195 {
  padding-top: 195px !important;
  padding-bottom: 195px !important;
}
.pad-t-195 {
  padding-top: 195px !important;
}
.pad-b-195 {
  padding-bottom: 195px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-195 {
    padding-top: 195px !important;
    padding-bottom: 195px !important;
  }
  .pad-t-sm-195 {
    padding-top: 195px !important;
  }
  .pad-b-sm-195 {
    padding-bottom: 195px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-195 {
    padding-top: 195px !important;
    padding-bottom: 195px !important;
  }
  .pad-t-lg-195 {
    padding-top: 195px !important;
  }
  .pad-b-lg-195 {
    padding-bottom: 195px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-195 {
    padding-top: 195px !important;
    padding-bottom: 195px !important;
  }
  .pad-t-xxl-195 {
    padding-top: 195px !important;
  }
  .pad-b-xxl-195 {
    padding-bottom: 195px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-195 {
    padding-top: 195px !important;
    padding-bottom: 195px !important;
  }
  .pad-t-xxxxl-195 {
    padding-top: 195px !important;
  }
  .pad-b-xxxxl-195 {
    padding-bottom: 195px !important;
  }
}
.pad-y-196 {
  padding-top: 196px !important;
  padding-bottom: 196px !important;
}
.pad-t-196 {
  padding-top: 196px !important;
}
.pad-b-196 {
  padding-bottom: 196px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-196 {
    padding-top: 196px !important;
    padding-bottom: 196px !important;
  }
  .pad-t-sm-196 {
    padding-top: 196px !important;
  }
  .pad-b-sm-196 {
    padding-bottom: 196px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-196 {
    padding-top: 196px !important;
    padding-bottom: 196px !important;
  }
  .pad-t-lg-196 {
    padding-top: 196px !important;
  }
  .pad-b-lg-196 {
    padding-bottom: 196px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-196 {
    padding-top: 196px !important;
    padding-bottom: 196px !important;
  }
  .pad-t-xxl-196 {
    padding-top: 196px !important;
  }
  .pad-b-xxl-196 {
    padding-bottom: 196px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-196 {
    padding-top: 196px !important;
    padding-bottom: 196px !important;
  }
  .pad-t-xxxxl-196 {
    padding-top: 196px !important;
  }
  .pad-b-xxxxl-196 {
    padding-bottom: 196px !important;
  }
}
.pad-y-197 {
  padding-top: 197px !important;
  padding-bottom: 197px !important;
}
.pad-t-197 {
  padding-top: 197px !important;
}
.pad-b-197 {
  padding-bottom: 197px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-197 {
    padding-top: 197px !important;
    padding-bottom: 197px !important;
  }
  .pad-t-sm-197 {
    padding-top: 197px !important;
  }
  .pad-b-sm-197 {
    padding-bottom: 197px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-197 {
    padding-top: 197px !important;
    padding-bottom: 197px !important;
  }
  .pad-t-lg-197 {
    padding-top: 197px !important;
  }
  .pad-b-lg-197 {
    padding-bottom: 197px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-197 {
    padding-top: 197px !important;
    padding-bottom: 197px !important;
  }
  .pad-t-xxl-197 {
    padding-top: 197px !important;
  }
  .pad-b-xxl-197 {
    padding-bottom: 197px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-197 {
    padding-top: 197px !important;
    padding-bottom: 197px !important;
  }
  .pad-t-xxxxl-197 {
    padding-top: 197px !important;
  }
  .pad-b-xxxxl-197 {
    padding-bottom: 197px !important;
  }
}
.pad-y-198 {
  padding-top: 198px !important;
  padding-bottom: 198px !important;
}
.pad-t-198 {
  padding-top: 198px !important;
}
.pad-b-198 {
  padding-bottom: 198px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-198 {
    padding-top: 198px !important;
    padding-bottom: 198px !important;
  }
  .pad-t-sm-198 {
    padding-top: 198px !important;
  }
  .pad-b-sm-198 {
    padding-bottom: 198px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-198 {
    padding-top: 198px !important;
    padding-bottom: 198px !important;
  }
  .pad-t-lg-198 {
    padding-top: 198px !important;
  }
  .pad-b-lg-198 {
    padding-bottom: 198px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-198 {
    padding-top: 198px !important;
    padding-bottom: 198px !important;
  }
  .pad-t-xxl-198 {
    padding-top: 198px !important;
  }
  .pad-b-xxl-198 {
    padding-bottom: 198px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-198 {
    padding-top: 198px !important;
    padding-bottom: 198px !important;
  }
  .pad-t-xxxxl-198 {
    padding-top: 198px !important;
  }
  .pad-b-xxxxl-198 {
    padding-bottom: 198px !important;
  }
}
.pad-y-199 {
  padding-top: 199px !important;
  padding-bottom: 199px !important;
}
.pad-t-199 {
  padding-top: 199px !important;
}
.pad-b-199 {
  padding-bottom: 199px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-199 {
    padding-top: 199px !important;
    padding-bottom: 199px !important;
  }
  .pad-t-sm-199 {
    padding-top: 199px !important;
  }
  .pad-b-sm-199 {
    padding-bottom: 199px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-199 {
    padding-top: 199px !important;
    padding-bottom: 199px !important;
  }
  .pad-t-lg-199 {
    padding-top: 199px !important;
  }
  .pad-b-lg-199 {
    padding-bottom: 199px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-199 {
    padding-top: 199px !important;
    padding-bottom: 199px !important;
  }
  .pad-t-xxl-199 {
    padding-top: 199px !important;
  }
  .pad-b-xxl-199 {
    padding-bottom: 199px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-199 {
    padding-top: 199px !important;
    padding-bottom: 199px !important;
  }
  .pad-t-xxxxl-199 {
    padding-top: 199px !important;
  }
  .pad-b-xxxxl-199 {
    padding-bottom: 199px !important;
  }
}
.pad-y-200 {
  padding-top: 200px !important;
  padding-bottom: 200px !important;
}
.pad-t-200 {
  padding-top: 200px !important;
}
.pad-b-200 {
  padding-bottom: 200px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-200 {
    padding-top: 200px !important;
    padding-bottom: 200px !important;
  }
  .pad-t-sm-200 {
    padding-top: 200px !important;
  }
  .pad-b-sm-200 {
    padding-bottom: 200px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-200 {
    padding-top: 200px !important;
    padding-bottom: 200px !important;
  }
  .pad-t-lg-200 {
    padding-top: 200px !important;
  }
  .pad-b-lg-200 {
    padding-bottom: 200px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-200 {
    padding-top: 200px !important;
    padding-bottom: 200px !important;
  }
  .pad-t-xxl-200 {
    padding-top: 200px !important;
  }
  .pad-b-xxl-200 {
    padding-bottom: 200px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-200 {
    padding-top: 200px !important;
    padding-bottom: 200px !important;
  }
  .pad-t-xxxxl-200 {
    padding-top: 200px !important;
  }
  .pad-b-xxxxl-200 {
    padding-bottom: 200px !important;
  }
}
.pad-y-201 {
  padding-top: 201px !important;
  padding-bottom: 201px !important;
}
.pad-t-201 {
  padding-top: 201px !important;
}
.pad-b-201 {
  padding-bottom: 201px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-201 {
    padding-top: 201px !important;
    padding-bottom: 201px !important;
  }
  .pad-t-sm-201 {
    padding-top: 201px !important;
  }
  .pad-b-sm-201 {
    padding-bottom: 201px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-201 {
    padding-top: 201px !important;
    padding-bottom: 201px !important;
  }
  .pad-t-lg-201 {
    padding-top: 201px !important;
  }
  .pad-b-lg-201 {
    padding-bottom: 201px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-201 {
    padding-top: 201px !important;
    padding-bottom: 201px !important;
  }
  .pad-t-xxl-201 {
    padding-top: 201px !important;
  }
  .pad-b-xxl-201 {
    padding-bottom: 201px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-201 {
    padding-top: 201px !important;
    padding-bottom: 201px !important;
  }
  .pad-t-xxxxl-201 {
    padding-top: 201px !important;
  }
  .pad-b-xxxxl-201 {
    padding-bottom: 201px !important;
  }
}
.pad-y-202 {
  padding-top: 202px !important;
  padding-bottom: 202px !important;
}
.pad-t-202 {
  padding-top: 202px !important;
}
.pad-b-202 {
  padding-bottom: 202px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-202 {
    padding-top: 202px !important;
    padding-bottom: 202px !important;
  }
  .pad-t-sm-202 {
    padding-top: 202px !important;
  }
  .pad-b-sm-202 {
    padding-bottom: 202px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-202 {
    padding-top: 202px !important;
    padding-bottom: 202px !important;
  }
  .pad-t-lg-202 {
    padding-top: 202px !important;
  }
  .pad-b-lg-202 {
    padding-bottom: 202px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-202 {
    padding-top: 202px !important;
    padding-bottom: 202px !important;
  }
  .pad-t-xxl-202 {
    padding-top: 202px !important;
  }
  .pad-b-xxl-202 {
    padding-bottom: 202px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-202 {
    padding-top: 202px !important;
    padding-bottom: 202px !important;
  }
  .pad-t-xxxxl-202 {
    padding-top: 202px !important;
  }
  .pad-b-xxxxl-202 {
    padding-bottom: 202px !important;
  }
}
.pad-y-203 {
  padding-top: 203px !important;
  padding-bottom: 203px !important;
}
.pad-t-203 {
  padding-top: 203px !important;
}
.pad-b-203 {
  padding-bottom: 203px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-203 {
    padding-top: 203px !important;
    padding-bottom: 203px !important;
  }
  .pad-t-sm-203 {
    padding-top: 203px !important;
  }
  .pad-b-sm-203 {
    padding-bottom: 203px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-203 {
    padding-top: 203px !important;
    padding-bottom: 203px !important;
  }
  .pad-t-lg-203 {
    padding-top: 203px !important;
  }
  .pad-b-lg-203 {
    padding-bottom: 203px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-203 {
    padding-top: 203px !important;
    padding-bottom: 203px !important;
  }
  .pad-t-xxl-203 {
    padding-top: 203px !important;
  }
  .pad-b-xxl-203 {
    padding-bottom: 203px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-203 {
    padding-top: 203px !important;
    padding-bottom: 203px !important;
  }
  .pad-t-xxxxl-203 {
    padding-top: 203px !important;
  }
  .pad-b-xxxxl-203 {
    padding-bottom: 203px !important;
  }
}
.pad-y-204 {
  padding-top: 204px !important;
  padding-bottom: 204px !important;
}
.pad-t-204 {
  padding-top: 204px !important;
}
.pad-b-204 {
  padding-bottom: 204px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-204 {
    padding-top: 204px !important;
    padding-bottom: 204px !important;
  }
  .pad-t-sm-204 {
    padding-top: 204px !important;
  }
  .pad-b-sm-204 {
    padding-bottom: 204px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-204 {
    padding-top: 204px !important;
    padding-bottom: 204px !important;
  }
  .pad-t-lg-204 {
    padding-top: 204px !important;
  }
  .pad-b-lg-204 {
    padding-bottom: 204px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-204 {
    padding-top: 204px !important;
    padding-bottom: 204px !important;
  }
  .pad-t-xxl-204 {
    padding-top: 204px !important;
  }
  .pad-b-xxl-204 {
    padding-bottom: 204px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-204 {
    padding-top: 204px !important;
    padding-bottom: 204px !important;
  }
  .pad-t-xxxxl-204 {
    padding-top: 204px !important;
  }
  .pad-b-xxxxl-204 {
    padding-bottom: 204px !important;
  }
}
.pad-y-205 {
  padding-top: 205px !important;
  padding-bottom: 205px !important;
}
.pad-t-205 {
  padding-top: 205px !important;
}
.pad-b-205 {
  padding-bottom: 205px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-205 {
    padding-top: 205px !important;
    padding-bottom: 205px !important;
  }
  .pad-t-sm-205 {
    padding-top: 205px !important;
  }
  .pad-b-sm-205 {
    padding-bottom: 205px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-205 {
    padding-top: 205px !important;
    padding-bottom: 205px !important;
  }
  .pad-t-lg-205 {
    padding-top: 205px !important;
  }
  .pad-b-lg-205 {
    padding-bottom: 205px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-205 {
    padding-top: 205px !important;
    padding-bottom: 205px !important;
  }
  .pad-t-xxl-205 {
    padding-top: 205px !important;
  }
  .pad-b-xxl-205 {
    padding-bottom: 205px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-205 {
    padding-top: 205px !important;
    padding-bottom: 205px !important;
  }
  .pad-t-xxxxl-205 {
    padding-top: 205px !important;
  }
  .pad-b-xxxxl-205 {
    padding-bottom: 205px !important;
  }
}
.pad-y-206 {
  padding-top: 206px !important;
  padding-bottom: 206px !important;
}
.pad-t-206 {
  padding-top: 206px !important;
}
.pad-b-206 {
  padding-bottom: 206px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-206 {
    padding-top: 206px !important;
    padding-bottom: 206px !important;
  }
  .pad-t-sm-206 {
    padding-top: 206px !important;
  }
  .pad-b-sm-206 {
    padding-bottom: 206px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-206 {
    padding-top: 206px !important;
    padding-bottom: 206px !important;
  }
  .pad-t-lg-206 {
    padding-top: 206px !important;
  }
  .pad-b-lg-206 {
    padding-bottom: 206px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-206 {
    padding-top: 206px !important;
    padding-bottom: 206px !important;
  }
  .pad-t-xxl-206 {
    padding-top: 206px !important;
  }
  .pad-b-xxl-206 {
    padding-bottom: 206px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-206 {
    padding-top: 206px !important;
    padding-bottom: 206px !important;
  }
  .pad-t-xxxxl-206 {
    padding-top: 206px !important;
  }
  .pad-b-xxxxl-206 {
    padding-bottom: 206px !important;
  }
}
.pad-y-207 {
  padding-top: 207px !important;
  padding-bottom: 207px !important;
}
.pad-t-207 {
  padding-top: 207px !important;
}
.pad-b-207 {
  padding-bottom: 207px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-207 {
    padding-top: 207px !important;
    padding-bottom: 207px !important;
  }
  .pad-t-sm-207 {
    padding-top: 207px !important;
  }
  .pad-b-sm-207 {
    padding-bottom: 207px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-207 {
    padding-top: 207px !important;
    padding-bottom: 207px !important;
  }
  .pad-t-lg-207 {
    padding-top: 207px !important;
  }
  .pad-b-lg-207 {
    padding-bottom: 207px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-207 {
    padding-top: 207px !important;
    padding-bottom: 207px !important;
  }
  .pad-t-xxl-207 {
    padding-top: 207px !important;
  }
  .pad-b-xxl-207 {
    padding-bottom: 207px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-207 {
    padding-top: 207px !important;
    padding-bottom: 207px !important;
  }
  .pad-t-xxxxl-207 {
    padding-top: 207px !important;
  }
  .pad-b-xxxxl-207 {
    padding-bottom: 207px !important;
  }
}
.pad-y-208 {
  padding-top: 208px !important;
  padding-bottom: 208px !important;
}
.pad-t-208 {
  padding-top: 208px !important;
}
.pad-b-208 {
  padding-bottom: 208px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-208 {
    padding-top: 208px !important;
    padding-bottom: 208px !important;
  }
  .pad-t-sm-208 {
    padding-top: 208px !important;
  }
  .pad-b-sm-208 {
    padding-bottom: 208px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-208 {
    padding-top: 208px !important;
    padding-bottom: 208px !important;
  }
  .pad-t-lg-208 {
    padding-top: 208px !important;
  }
  .pad-b-lg-208 {
    padding-bottom: 208px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-208 {
    padding-top: 208px !important;
    padding-bottom: 208px !important;
  }
  .pad-t-xxl-208 {
    padding-top: 208px !important;
  }
  .pad-b-xxl-208 {
    padding-bottom: 208px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-208 {
    padding-top: 208px !important;
    padding-bottom: 208px !important;
  }
  .pad-t-xxxxl-208 {
    padding-top: 208px !important;
  }
  .pad-b-xxxxl-208 {
    padding-bottom: 208px !important;
  }
}
.pad-y-209 {
  padding-top: 209px !important;
  padding-bottom: 209px !important;
}
.pad-t-209 {
  padding-top: 209px !important;
}
.pad-b-209 {
  padding-bottom: 209px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-209 {
    padding-top: 209px !important;
    padding-bottom: 209px !important;
  }
  .pad-t-sm-209 {
    padding-top: 209px !important;
  }
  .pad-b-sm-209 {
    padding-bottom: 209px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-209 {
    padding-top: 209px !important;
    padding-bottom: 209px !important;
  }
  .pad-t-lg-209 {
    padding-top: 209px !important;
  }
  .pad-b-lg-209 {
    padding-bottom: 209px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-209 {
    padding-top: 209px !important;
    padding-bottom: 209px !important;
  }
  .pad-t-xxl-209 {
    padding-top: 209px !important;
  }
  .pad-b-xxl-209 {
    padding-bottom: 209px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-209 {
    padding-top: 209px !important;
    padding-bottom: 209px !important;
  }
  .pad-t-xxxxl-209 {
    padding-top: 209px !important;
  }
  .pad-b-xxxxl-209 {
    padding-bottom: 209px !important;
  }
}
.pad-y-210 {
  padding-top: 210px !important;
  padding-bottom: 210px !important;
}
.pad-t-210 {
  padding-top: 210px !important;
}
.pad-b-210 {
  padding-bottom: 210px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-210 {
    padding-top: 210px !important;
    padding-bottom: 210px !important;
  }
  .pad-t-sm-210 {
    padding-top: 210px !important;
  }
  .pad-b-sm-210 {
    padding-bottom: 210px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-210 {
    padding-top: 210px !important;
    padding-bottom: 210px !important;
  }
  .pad-t-lg-210 {
    padding-top: 210px !important;
  }
  .pad-b-lg-210 {
    padding-bottom: 210px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-210 {
    padding-top: 210px !important;
    padding-bottom: 210px !important;
  }
  .pad-t-xxl-210 {
    padding-top: 210px !important;
  }
  .pad-b-xxl-210 {
    padding-bottom: 210px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-210 {
    padding-top: 210px !important;
    padding-bottom: 210px !important;
  }
  .pad-t-xxxxl-210 {
    padding-top: 210px !important;
  }
  .pad-b-xxxxl-210 {
    padding-bottom: 210px !important;
  }
}
.pad-y-211 {
  padding-top: 211px !important;
  padding-bottom: 211px !important;
}
.pad-t-211 {
  padding-top: 211px !important;
}
.pad-b-211 {
  padding-bottom: 211px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-211 {
    padding-top: 211px !important;
    padding-bottom: 211px !important;
  }
  .pad-t-sm-211 {
    padding-top: 211px !important;
  }
  .pad-b-sm-211 {
    padding-bottom: 211px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-211 {
    padding-top: 211px !important;
    padding-bottom: 211px !important;
  }
  .pad-t-lg-211 {
    padding-top: 211px !important;
  }
  .pad-b-lg-211 {
    padding-bottom: 211px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-211 {
    padding-top: 211px !important;
    padding-bottom: 211px !important;
  }
  .pad-t-xxl-211 {
    padding-top: 211px !important;
  }
  .pad-b-xxl-211 {
    padding-bottom: 211px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-211 {
    padding-top: 211px !important;
    padding-bottom: 211px !important;
  }
  .pad-t-xxxxl-211 {
    padding-top: 211px !important;
  }
  .pad-b-xxxxl-211 {
    padding-bottom: 211px !important;
  }
}
.pad-y-212 {
  padding-top: 212px !important;
  padding-bottom: 212px !important;
}
.pad-t-212 {
  padding-top: 212px !important;
}
.pad-b-212 {
  padding-bottom: 212px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-212 {
    padding-top: 212px !important;
    padding-bottom: 212px !important;
  }
  .pad-t-sm-212 {
    padding-top: 212px !important;
  }
  .pad-b-sm-212 {
    padding-bottom: 212px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-212 {
    padding-top: 212px !important;
    padding-bottom: 212px !important;
  }
  .pad-t-lg-212 {
    padding-top: 212px !important;
  }
  .pad-b-lg-212 {
    padding-bottom: 212px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-212 {
    padding-top: 212px !important;
    padding-bottom: 212px !important;
  }
  .pad-t-xxl-212 {
    padding-top: 212px !important;
  }
  .pad-b-xxl-212 {
    padding-bottom: 212px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-212 {
    padding-top: 212px !important;
    padding-bottom: 212px !important;
  }
  .pad-t-xxxxl-212 {
    padding-top: 212px !important;
  }
  .pad-b-xxxxl-212 {
    padding-bottom: 212px !important;
  }
}
.pad-y-213 {
  padding-top: 213px !important;
  padding-bottom: 213px !important;
}
.pad-t-213 {
  padding-top: 213px !important;
}
.pad-b-213 {
  padding-bottom: 213px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-213 {
    padding-top: 213px !important;
    padding-bottom: 213px !important;
  }
  .pad-t-sm-213 {
    padding-top: 213px !important;
  }
  .pad-b-sm-213 {
    padding-bottom: 213px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-213 {
    padding-top: 213px !important;
    padding-bottom: 213px !important;
  }
  .pad-t-lg-213 {
    padding-top: 213px !important;
  }
  .pad-b-lg-213 {
    padding-bottom: 213px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-213 {
    padding-top: 213px !important;
    padding-bottom: 213px !important;
  }
  .pad-t-xxl-213 {
    padding-top: 213px !important;
  }
  .pad-b-xxl-213 {
    padding-bottom: 213px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-213 {
    padding-top: 213px !important;
    padding-bottom: 213px !important;
  }
  .pad-t-xxxxl-213 {
    padding-top: 213px !important;
  }
  .pad-b-xxxxl-213 {
    padding-bottom: 213px !important;
  }
}
.pad-y-214 {
  padding-top: 214px !important;
  padding-bottom: 214px !important;
}
.pad-t-214 {
  padding-top: 214px !important;
}
.pad-b-214 {
  padding-bottom: 214px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-214 {
    padding-top: 214px !important;
    padding-bottom: 214px !important;
  }
  .pad-t-sm-214 {
    padding-top: 214px !important;
  }
  .pad-b-sm-214 {
    padding-bottom: 214px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-214 {
    padding-top: 214px !important;
    padding-bottom: 214px !important;
  }
  .pad-t-lg-214 {
    padding-top: 214px !important;
  }
  .pad-b-lg-214 {
    padding-bottom: 214px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-214 {
    padding-top: 214px !important;
    padding-bottom: 214px !important;
  }
  .pad-t-xxl-214 {
    padding-top: 214px !important;
  }
  .pad-b-xxl-214 {
    padding-bottom: 214px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-214 {
    padding-top: 214px !important;
    padding-bottom: 214px !important;
  }
  .pad-t-xxxxl-214 {
    padding-top: 214px !important;
  }
  .pad-b-xxxxl-214 {
    padding-bottom: 214px !important;
  }
}
.pad-y-215 {
  padding-top: 215px !important;
  padding-bottom: 215px !important;
}
.pad-t-215 {
  padding-top: 215px !important;
}
.pad-b-215 {
  padding-bottom: 215px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-215 {
    padding-top: 215px !important;
    padding-bottom: 215px !important;
  }
  .pad-t-sm-215 {
    padding-top: 215px !important;
  }
  .pad-b-sm-215 {
    padding-bottom: 215px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-215 {
    padding-top: 215px !important;
    padding-bottom: 215px !important;
  }
  .pad-t-lg-215 {
    padding-top: 215px !important;
  }
  .pad-b-lg-215 {
    padding-bottom: 215px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-215 {
    padding-top: 215px !important;
    padding-bottom: 215px !important;
  }
  .pad-t-xxl-215 {
    padding-top: 215px !important;
  }
  .pad-b-xxl-215 {
    padding-bottom: 215px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-215 {
    padding-top: 215px !important;
    padding-bottom: 215px !important;
  }
  .pad-t-xxxxl-215 {
    padding-top: 215px !important;
  }
  .pad-b-xxxxl-215 {
    padding-bottom: 215px !important;
  }
}
.pad-y-216 {
  padding-top: 216px !important;
  padding-bottom: 216px !important;
}
.pad-t-216 {
  padding-top: 216px !important;
}
.pad-b-216 {
  padding-bottom: 216px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-216 {
    padding-top: 216px !important;
    padding-bottom: 216px !important;
  }
  .pad-t-sm-216 {
    padding-top: 216px !important;
  }
  .pad-b-sm-216 {
    padding-bottom: 216px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-216 {
    padding-top: 216px !important;
    padding-bottom: 216px !important;
  }
  .pad-t-lg-216 {
    padding-top: 216px !important;
  }
  .pad-b-lg-216 {
    padding-bottom: 216px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-216 {
    padding-top: 216px !important;
    padding-bottom: 216px !important;
  }
  .pad-t-xxl-216 {
    padding-top: 216px !important;
  }
  .pad-b-xxl-216 {
    padding-bottom: 216px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-216 {
    padding-top: 216px !important;
    padding-bottom: 216px !important;
  }
  .pad-t-xxxxl-216 {
    padding-top: 216px !important;
  }
  .pad-b-xxxxl-216 {
    padding-bottom: 216px !important;
  }
}
.pad-y-217 {
  padding-top: 217px !important;
  padding-bottom: 217px !important;
}
.pad-t-217 {
  padding-top: 217px !important;
}
.pad-b-217 {
  padding-bottom: 217px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-217 {
    padding-top: 217px !important;
    padding-bottom: 217px !important;
  }
  .pad-t-sm-217 {
    padding-top: 217px !important;
  }
  .pad-b-sm-217 {
    padding-bottom: 217px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-217 {
    padding-top: 217px !important;
    padding-bottom: 217px !important;
  }
  .pad-t-lg-217 {
    padding-top: 217px !important;
  }
  .pad-b-lg-217 {
    padding-bottom: 217px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-217 {
    padding-top: 217px !important;
    padding-bottom: 217px !important;
  }
  .pad-t-xxl-217 {
    padding-top: 217px !important;
  }
  .pad-b-xxl-217 {
    padding-bottom: 217px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-217 {
    padding-top: 217px !important;
    padding-bottom: 217px !important;
  }
  .pad-t-xxxxl-217 {
    padding-top: 217px !important;
  }
  .pad-b-xxxxl-217 {
    padding-bottom: 217px !important;
  }
}
.pad-y-218 {
  padding-top: 218px !important;
  padding-bottom: 218px !important;
}
.pad-t-218 {
  padding-top: 218px !important;
}
.pad-b-218 {
  padding-bottom: 218px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-218 {
    padding-top: 218px !important;
    padding-bottom: 218px !important;
  }
  .pad-t-sm-218 {
    padding-top: 218px !important;
  }
  .pad-b-sm-218 {
    padding-bottom: 218px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-218 {
    padding-top: 218px !important;
    padding-bottom: 218px !important;
  }
  .pad-t-lg-218 {
    padding-top: 218px !important;
  }
  .pad-b-lg-218 {
    padding-bottom: 218px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-218 {
    padding-top: 218px !important;
    padding-bottom: 218px !important;
  }
  .pad-t-xxl-218 {
    padding-top: 218px !important;
  }
  .pad-b-xxl-218 {
    padding-bottom: 218px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-218 {
    padding-top: 218px !important;
    padding-bottom: 218px !important;
  }
  .pad-t-xxxxl-218 {
    padding-top: 218px !important;
  }
  .pad-b-xxxxl-218 {
    padding-bottom: 218px !important;
  }
}
.pad-y-219 {
  padding-top: 219px !important;
  padding-bottom: 219px !important;
}
.pad-t-219 {
  padding-top: 219px !important;
}
.pad-b-219 {
  padding-bottom: 219px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-219 {
    padding-top: 219px !important;
    padding-bottom: 219px !important;
  }
  .pad-t-sm-219 {
    padding-top: 219px !important;
  }
  .pad-b-sm-219 {
    padding-bottom: 219px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-219 {
    padding-top: 219px !important;
    padding-bottom: 219px !important;
  }
  .pad-t-lg-219 {
    padding-top: 219px !important;
  }
  .pad-b-lg-219 {
    padding-bottom: 219px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-219 {
    padding-top: 219px !important;
    padding-bottom: 219px !important;
  }
  .pad-t-xxl-219 {
    padding-top: 219px !important;
  }
  .pad-b-xxl-219 {
    padding-bottom: 219px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-219 {
    padding-top: 219px !important;
    padding-bottom: 219px !important;
  }
  .pad-t-xxxxl-219 {
    padding-top: 219px !important;
  }
  .pad-b-xxxxl-219 {
    padding-bottom: 219px !important;
  }
}
.pad-y-220 {
  padding-top: 220px !important;
  padding-bottom: 220px !important;
}
.pad-t-220 {
  padding-top: 220px !important;
}
.pad-b-220 {
  padding-bottom: 220px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-220 {
    padding-top: 220px !important;
    padding-bottom: 220px !important;
  }
  .pad-t-sm-220 {
    padding-top: 220px !important;
  }
  .pad-b-sm-220 {
    padding-bottom: 220px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-220 {
    padding-top: 220px !important;
    padding-bottom: 220px !important;
  }
  .pad-t-lg-220 {
    padding-top: 220px !important;
  }
  .pad-b-lg-220 {
    padding-bottom: 220px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-220 {
    padding-top: 220px !important;
    padding-bottom: 220px !important;
  }
  .pad-t-xxl-220 {
    padding-top: 220px !important;
  }
  .pad-b-xxl-220 {
    padding-bottom: 220px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-220 {
    padding-top: 220px !important;
    padding-bottom: 220px !important;
  }
  .pad-t-xxxxl-220 {
    padding-top: 220px !important;
  }
  .pad-b-xxxxl-220 {
    padding-bottom: 220px !important;
  }
}
.pad-y-221 {
  padding-top: 221px !important;
  padding-bottom: 221px !important;
}
.pad-t-221 {
  padding-top: 221px !important;
}
.pad-b-221 {
  padding-bottom: 221px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-221 {
    padding-top: 221px !important;
    padding-bottom: 221px !important;
  }
  .pad-t-sm-221 {
    padding-top: 221px !important;
  }
  .pad-b-sm-221 {
    padding-bottom: 221px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-221 {
    padding-top: 221px !important;
    padding-bottom: 221px !important;
  }
  .pad-t-lg-221 {
    padding-top: 221px !important;
  }
  .pad-b-lg-221 {
    padding-bottom: 221px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-221 {
    padding-top: 221px !important;
    padding-bottom: 221px !important;
  }
  .pad-t-xxl-221 {
    padding-top: 221px !important;
  }
  .pad-b-xxl-221 {
    padding-bottom: 221px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-221 {
    padding-top: 221px !important;
    padding-bottom: 221px !important;
  }
  .pad-t-xxxxl-221 {
    padding-top: 221px !important;
  }
  .pad-b-xxxxl-221 {
    padding-bottom: 221px !important;
  }
}
.pad-y-222 {
  padding-top: 222px !important;
  padding-bottom: 222px !important;
}
.pad-t-222 {
  padding-top: 222px !important;
}
.pad-b-222 {
  padding-bottom: 222px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-222 {
    padding-top: 222px !important;
    padding-bottom: 222px !important;
  }
  .pad-t-sm-222 {
    padding-top: 222px !important;
  }
  .pad-b-sm-222 {
    padding-bottom: 222px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-222 {
    padding-top: 222px !important;
    padding-bottom: 222px !important;
  }
  .pad-t-lg-222 {
    padding-top: 222px !important;
  }
  .pad-b-lg-222 {
    padding-bottom: 222px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-222 {
    padding-top: 222px !important;
    padding-bottom: 222px !important;
  }
  .pad-t-xxl-222 {
    padding-top: 222px !important;
  }
  .pad-b-xxl-222 {
    padding-bottom: 222px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-222 {
    padding-top: 222px !important;
    padding-bottom: 222px !important;
  }
  .pad-t-xxxxl-222 {
    padding-top: 222px !important;
  }
  .pad-b-xxxxl-222 {
    padding-bottom: 222px !important;
  }
}
.pad-y-223 {
  padding-top: 223px !important;
  padding-bottom: 223px !important;
}
.pad-t-223 {
  padding-top: 223px !important;
}
.pad-b-223 {
  padding-bottom: 223px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-223 {
    padding-top: 223px !important;
    padding-bottom: 223px !important;
  }
  .pad-t-sm-223 {
    padding-top: 223px !important;
  }
  .pad-b-sm-223 {
    padding-bottom: 223px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-223 {
    padding-top: 223px !important;
    padding-bottom: 223px !important;
  }
  .pad-t-lg-223 {
    padding-top: 223px !important;
  }
  .pad-b-lg-223 {
    padding-bottom: 223px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-223 {
    padding-top: 223px !important;
    padding-bottom: 223px !important;
  }
  .pad-t-xxl-223 {
    padding-top: 223px !important;
  }
  .pad-b-xxl-223 {
    padding-bottom: 223px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-223 {
    padding-top: 223px !important;
    padding-bottom: 223px !important;
  }
  .pad-t-xxxxl-223 {
    padding-top: 223px !important;
  }
  .pad-b-xxxxl-223 {
    padding-bottom: 223px !important;
  }
}
.pad-y-224 {
  padding-top: 224px !important;
  padding-bottom: 224px !important;
}
.pad-t-224 {
  padding-top: 224px !important;
}
.pad-b-224 {
  padding-bottom: 224px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-224 {
    padding-top: 224px !important;
    padding-bottom: 224px !important;
  }
  .pad-t-sm-224 {
    padding-top: 224px !important;
  }
  .pad-b-sm-224 {
    padding-bottom: 224px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-224 {
    padding-top: 224px !important;
    padding-bottom: 224px !important;
  }
  .pad-t-lg-224 {
    padding-top: 224px !important;
  }
  .pad-b-lg-224 {
    padding-bottom: 224px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-224 {
    padding-top: 224px !important;
    padding-bottom: 224px !important;
  }
  .pad-t-xxl-224 {
    padding-top: 224px !important;
  }
  .pad-b-xxl-224 {
    padding-bottom: 224px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-224 {
    padding-top: 224px !important;
    padding-bottom: 224px !important;
  }
  .pad-t-xxxxl-224 {
    padding-top: 224px !important;
  }
  .pad-b-xxxxl-224 {
    padding-bottom: 224px !important;
  }
}
.pad-y-225 {
  padding-top: 225px !important;
  padding-bottom: 225px !important;
}
.pad-t-225 {
  padding-top: 225px !important;
}
.pad-b-225 {
  padding-bottom: 225px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-225 {
    padding-top: 225px !important;
    padding-bottom: 225px !important;
  }
  .pad-t-sm-225 {
    padding-top: 225px !important;
  }
  .pad-b-sm-225 {
    padding-bottom: 225px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-225 {
    padding-top: 225px !important;
    padding-bottom: 225px !important;
  }
  .pad-t-lg-225 {
    padding-top: 225px !important;
  }
  .pad-b-lg-225 {
    padding-bottom: 225px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-225 {
    padding-top: 225px !important;
    padding-bottom: 225px !important;
  }
  .pad-t-xxl-225 {
    padding-top: 225px !important;
  }
  .pad-b-xxl-225 {
    padding-bottom: 225px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-225 {
    padding-top: 225px !important;
    padding-bottom: 225px !important;
  }
  .pad-t-xxxxl-225 {
    padding-top: 225px !important;
  }
  .pad-b-xxxxl-225 {
    padding-bottom: 225px !important;
  }
}
.pad-y-226 {
  padding-top: 226px !important;
  padding-bottom: 226px !important;
}
.pad-t-226 {
  padding-top: 226px !important;
}
.pad-b-226 {
  padding-bottom: 226px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-226 {
    padding-top: 226px !important;
    padding-bottom: 226px !important;
  }
  .pad-t-sm-226 {
    padding-top: 226px !important;
  }
  .pad-b-sm-226 {
    padding-bottom: 226px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-226 {
    padding-top: 226px !important;
    padding-bottom: 226px !important;
  }
  .pad-t-lg-226 {
    padding-top: 226px !important;
  }
  .pad-b-lg-226 {
    padding-bottom: 226px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-226 {
    padding-top: 226px !important;
    padding-bottom: 226px !important;
  }
  .pad-t-xxl-226 {
    padding-top: 226px !important;
  }
  .pad-b-xxl-226 {
    padding-bottom: 226px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-226 {
    padding-top: 226px !important;
    padding-bottom: 226px !important;
  }
  .pad-t-xxxxl-226 {
    padding-top: 226px !important;
  }
  .pad-b-xxxxl-226 {
    padding-bottom: 226px !important;
  }
}
.pad-y-227 {
  padding-top: 227px !important;
  padding-bottom: 227px !important;
}
.pad-t-227 {
  padding-top: 227px !important;
}
.pad-b-227 {
  padding-bottom: 227px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-227 {
    padding-top: 227px !important;
    padding-bottom: 227px !important;
  }
  .pad-t-sm-227 {
    padding-top: 227px !important;
  }
  .pad-b-sm-227 {
    padding-bottom: 227px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-227 {
    padding-top: 227px !important;
    padding-bottom: 227px !important;
  }
  .pad-t-lg-227 {
    padding-top: 227px !important;
  }
  .pad-b-lg-227 {
    padding-bottom: 227px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-227 {
    padding-top: 227px !important;
    padding-bottom: 227px !important;
  }
  .pad-t-xxl-227 {
    padding-top: 227px !important;
  }
  .pad-b-xxl-227 {
    padding-bottom: 227px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-227 {
    padding-top: 227px !important;
    padding-bottom: 227px !important;
  }
  .pad-t-xxxxl-227 {
    padding-top: 227px !important;
  }
  .pad-b-xxxxl-227 {
    padding-bottom: 227px !important;
  }
}
.pad-y-228 {
  padding-top: 228px !important;
  padding-bottom: 228px !important;
}
.pad-t-228 {
  padding-top: 228px !important;
}
.pad-b-228 {
  padding-bottom: 228px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-228 {
    padding-top: 228px !important;
    padding-bottom: 228px !important;
  }
  .pad-t-sm-228 {
    padding-top: 228px !important;
  }
  .pad-b-sm-228 {
    padding-bottom: 228px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-228 {
    padding-top: 228px !important;
    padding-bottom: 228px !important;
  }
  .pad-t-lg-228 {
    padding-top: 228px !important;
  }
  .pad-b-lg-228 {
    padding-bottom: 228px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-228 {
    padding-top: 228px !important;
    padding-bottom: 228px !important;
  }
  .pad-t-xxl-228 {
    padding-top: 228px !important;
  }
  .pad-b-xxl-228 {
    padding-bottom: 228px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-228 {
    padding-top: 228px !important;
    padding-bottom: 228px !important;
  }
  .pad-t-xxxxl-228 {
    padding-top: 228px !important;
  }
  .pad-b-xxxxl-228 {
    padding-bottom: 228px !important;
  }
}
.pad-y-229 {
  padding-top: 229px !important;
  padding-bottom: 229px !important;
}
.pad-t-229 {
  padding-top: 229px !important;
}
.pad-b-229 {
  padding-bottom: 229px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-229 {
    padding-top: 229px !important;
    padding-bottom: 229px !important;
  }
  .pad-t-sm-229 {
    padding-top: 229px !important;
  }
  .pad-b-sm-229 {
    padding-bottom: 229px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-229 {
    padding-top: 229px !important;
    padding-bottom: 229px !important;
  }
  .pad-t-lg-229 {
    padding-top: 229px !important;
  }
  .pad-b-lg-229 {
    padding-bottom: 229px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-229 {
    padding-top: 229px !important;
    padding-bottom: 229px !important;
  }
  .pad-t-xxl-229 {
    padding-top: 229px !important;
  }
  .pad-b-xxl-229 {
    padding-bottom: 229px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-229 {
    padding-top: 229px !important;
    padding-bottom: 229px !important;
  }
  .pad-t-xxxxl-229 {
    padding-top: 229px !important;
  }
  .pad-b-xxxxl-229 {
    padding-bottom: 229px !important;
  }
}
.pad-y-230 {
  padding-top: 230px !important;
  padding-bottom: 230px !important;
}
.pad-t-230 {
  padding-top: 230px !important;
}
.pad-b-230 {
  padding-bottom: 230px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-230 {
    padding-top: 230px !important;
    padding-bottom: 230px !important;
  }
  .pad-t-sm-230 {
    padding-top: 230px !important;
  }
  .pad-b-sm-230 {
    padding-bottom: 230px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-230 {
    padding-top: 230px !important;
    padding-bottom: 230px !important;
  }
  .pad-t-lg-230 {
    padding-top: 230px !important;
  }
  .pad-b-lg-230 {
    padding-bottom: 230px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-230 {
    padding-top: 230px !important;
    padding-bottom: 230px !important;
  }
  .pad-t-xxl-230 {
    padding-top: 230px !important;
  }
  .pad-b-xxl-230 {
    padding-bottom: 230px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-230 {
    padding-top: 230px !important;
    padding-bottom: 230px !important;
  }
  .pad-t-xxxxl-230 {
    padding-top: 230px !important;
  }
  .pad-b-xxxxl-230 {
    padding-bottom: 230px !important;
  }
}
.pad-y-231 {
  padding-top: 231px !important;
  padding-bottom: 231px !important;
}
.pad-t-231 {
  padding-top: 231px !important;
}
.pad-b-231 {
  padding-bottom: 231px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-231 {
    padding-top: 231px !important;
    padding-bottom: 231px !important;
  }
  .pad-t-sm-231 {
    padding-top: 231px !important;
  }
  .pad-b-sm-231 {
    padding-bottom: 231px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-231 {
    padding-top: 231px !important;
    padding-bottom: 231px !important;
  }
  .pad-t-lg-231 {
    padding-top: 231px !important;
  }
  .pad-b-lg-231 {
    padding-bottom: 231px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-231 {
    padding-top: 231px !important;
    padding-bottom: 231px !important;
  }
  .pad-t-xxl-231 {
    padding-top: 231px !important;
  }
  .pad-b-xxl-231 {
    padding-bottom: 231px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-231 {
    padding-top: 231px !important;
    padding-bottom: 231px !important;
  }
  .pad-t-xxxxl-231 {
    padding-top: 231px !important;
  }
  .pad-b-xxxxl-231 {
    padding-bottom: 231px !important;
  }
}
.pad-y-232 {
  padding-top: 232px !important;
  padding-bottom: 232px !important;
}
.pad-t-232 {
  padding-top: 232px !important;
}
.pad-b-232 {
  padding-bottom: 232px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-232 {
    padding-top: 232px !important;
    padding-bottom: 232px !important;
  }
  .pad-t-sm-232 {
    padding-top: 232px !important;
  }
  .pad-b-sm-232 {
    padding-bottom: 232px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-232 {
    padding-top: 232px !important;
    padding-bottom: 232px !important;
  }
  .pad-t-lg-232 {
    padding-top: 232px !important;
  }
  .pad-b-lg-232 {
    padding-bottom: 232px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-232 {
    padding-top: 232px !important;
    padding-bottom: 232px !important;
  }
  .pad-t-xxl-232 {
    padding-top: 232px !important;
  }
  .pad-b-xxl-232 {
    padding-bottom: 232px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-232 {
    padding-top: 232px !important;
    padding-bottom: 232px !important;
  }
  .pad-t-xxxxl-232 {
    padding-top: 232px !important;
  }
  .pad-b-xxxxl-232 {
    padding-bottom: 232px !important;
  }
}
.pad-y-233 {
  padding-top: 233px !important;
  padding-bottom: 233px !important;
}
.pad-t-233 {
  padding-top: 233px !important;
}
.pad-b-233 {
  padding-bottom: 233px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-233 {
    padding-top: 233px !important;
    padding-bottom: 233px !important;
  }
  .pad-t-sm-233 {
    padding-top: 233px !important;
  }
  .pad-b-sm-233 {
    padding-bottom: 233px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-233 {
    padding-top: 233px !important;
    padding-bottom: 233px !important;
  }
  .pad-t-lg-233 {
    padding-top: 233px !important;
  }
  .pad-b-lg-233 {
    padding-bottom: 233px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-233 {
    padding-top: 233px !important;
    padding-bottom: 233px !important;
  }
  .pad-t-xxl-233 {
    padding-top: 233px !important;
  }
  .pad-b-xxl-233 {
    padding-bottom: 233px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-233 {
    padding-top: 233px !important;
    padding-bottom: 233px !important;
  }
  .pad-t-xxxxl-233 {
    padding-top: 233px !important;
  }
  .pad-b-xxxxl-233 {
    padding-bottom: 233px !important;
  }
}
.pad-y-234 {
  padding-top: 234px !important;
  padding-bottom: 234px !important;
}
.pad-t-234 {
  padding-top: 234px !important;
}
.pad-b-234 {
  padding-bottom: 234px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-234 {
    padding-top: 234px !important;
    padding-bottom: 234px !important;
  }
  .pad-t-sm-234 {
    padding-top: 234px !important;
  }
  .pad-b-sm-234 {
    padding-bottom: 234px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-234 {
    padding-top: 234px !important;
    padding-bottom: 234px !important;
  }
  .pad-t-lg-234 {
    padding-top: 234px !important;
  }
  .pad-b-lg-234 {
    padding-bottom: 234px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-234 {
    padding-top: 234px !important;
    padding-bottom: 234px !important;
  }
  .pad-t-xxl-234 {
    padding-top: 234px !important;
  }
  .pad-b-xxl-234 {
    padding-bottom: 234px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-234 {
    padding-top: 234px !important;
    padding-bottom: 234px !important;
  }
  .pad-t-xxxxl-234 {
    padding-top: 234px !important;
  }
  .pad-b-xxxxl-234 {
    padding-bottom: 234px !important;
  }
}
.pad-y-235 {
  padding-top: 235px !important;
  padding-bottom: 235px !important;
}
.pad-t-235 {
  padding-top: 235px !important;
}
.pad-b-235 {
  padding-bottom: 235px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-235 {
    padding-top: 235px !important;
    padding-bottom: 235px !important;
  }
  .pad-t-sm-235 {
    padding-top: 235px !important;
  }
  .pad-b-sm-235 {
    padding-bottom: 235px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-235 {
    padding-top: 235px !important;
    padding-bottom: 235px !important;
  }
  .pad-t-lg-235 {
    padding-top: 235px !important;
  }
  .pad-b-lg-235 {
    padding-bottom: 235px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-235 {
    padding-top: 235px !important;
    padding-bottom: 235px !important;
  }
  .pad-t-xxl-235 {
    padding-top: 235px !important;
  }
  .pad-b-xxl-235 {
    padding-bottom: 235px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-235 {
    padding-top: 235px !important;
    padding-bottom: 235px !important;
  }
  .pad-t-xxxxl-235 {
    padding-top: 235px !important;
  }
  .pad-b-xxxxl-235 {
    padding-bottom: 235px !important;
  }
}
.pad-y-236 {
  padding-top: 236px !important;
  padding-bottom: 236px !important;
}
.pad-t-236 {
  padding-top: 236px !important;
}
.pad-b-236 {
  padding-bottom: 236px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-236 {
    padding-top: 236px !important;
    padding-bottom: 236px !important;
  }
  .pad-t-sm-236 {
    padding-top: 236px !important;
  }
  .pad-b-sm-236 {
    padding-bottom: 236px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-236 {
    padding-top: 236px !important;
    padding-bottom: 236px !important;
  }
  .pad-t-lg-236 {
    padding-top: 236px !important;
  }
  .pad-b-lg-236 {
    padding-bottom: 236px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-236 {
    padding-top: 236px !important;
    padding-bottom: 236px !important;
  }
  .pad-t-xxl-236 {
    padding-top: 236px !important;
  }
  .pad-b-xxl-236 {
    padding-bottom: 236px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-236 {
    padding-top: 236px !important;
    padding-bottom: 236px !important;
  }
  .pad-t-xxxxl-236 {
    padding-top: 236px !important;
  }
  .pad-b-xxxxl-236 {
    padding-bottom: 236px !important;
  }
}
.pad-y-237 {
  padding-top: 237px !important;
  padding-bottom: 237px !important;
}
.pad-t-237 {
  padding-top: 237px !important;
}
.pad-b-237 {
  padding-bottom: 237px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-237 {
    padding-top: 237px !important;
    padding-bottom: 237px !important;
  }
  .pad-t-sm-237 {
    padding-top: 237px !important;
  }
  .pad-b-sm-237 {
    padding-bottom: 237px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-237 {
    padding-top: 237px !important;
    padding-bottom: 237px !important;
  }
  .pad-t-lg-237 {
    padding-top: 237px !important;
  }
  .pad-b-lg-237 {
    padding-bottom: 237px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-237 {
    padding-top: 237px !important;
    padding-bottom: 237px !important;
  }
  .pad-t-xxl-237 {
    padding-top: 237px !important;
  }
  .pad-b-xxl-237 {
    padding-bottom: 237px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-237 {
    padding-top: 237px !important;
    padding-bottom: 237px !important;
  }
  .pad-t-xxxxl-237 {
    padding-top: 237px !important;
  }
  .pad-b-xxxxl-237 {
    padding-bottom: 237px !important;
  }
}
.pad-y-238 {
  padding-top: 238px !important;
  padding-bottom: 238px !important;
}
.pad-t-238 {
  padding-top: 238px !important;
}
.pad-b-238 {
  padding-bottom: 238px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-238 {
    padding-top: 238px !important;
    padding-bottom: 238px !important;
  }
  .pad-t-sm-238 {
    padding-top: 238px !important;
  }
  .pad-b-sm-238 {
    padding-bottom: 238px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-238 {
    padding-top: 238px !important;
    padding-bottom: 238px !important;
  }
  .pad-t-lg-238 {
    padding-top: 238px !important;
  }
  .pad-b-lg-238 {
    padding-bottom: 238px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-238 {
    padding-top: 238px !important;
    padding-bottom: 238px !important;
  }
  .pad-t-xxl-238 {
    padding-top: 238px !important;
  }
  .pad-b-xxl-238 {
    padding-bottom: 238px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-238 {
    padding-top: 238px !important;
    padding-bottom: 238px !important;
  }
  .pad-t-xxxxl-238 {
    padding-top: 238px !important;
  }
  .pad-b-xxxxl-238 {
    padding-bottom: 238px !important;
  }
}
.pad-y-239 {
  padding-top: 239px !important;
  padding-bottom: 239px !important;
}
.pad-t-239 {
  padding-top: 239px !important;
}
.pad-b-239 {
  padding-bottom: 239px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-239 {
    padding-top: 239px !important;
    padding-bottom: 239px !important;
  }
  .pad-t-sm-239 {
    padding-top: 239px !important;
  }
  .pad-b-sm-239 {
    padding-bottom: 239px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-239 {
    padding-top: 239px !important;
    padding-bottom: 239px !important;
  }
  .pad-t-lg-239 {
    padding-top: 239px !important;
  }
  .pad-b-lg-239 {
    padding-bottom: 239px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-239 {
    padding-top: 239px !important;
    padding-bottom: 239px !important;
  }
  .pad-t-xxl-239 {
    padding-top: 239px !important;
  }
  .pad-b-xxl-239 {
    padding-bottom: 239px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-239 {
    padding-top: 239px !important;
    padding-bottom: 239px !important;
  }
  .pad-t-xxxxl-239 {
    padding-top: 239px !important;
  }
  .pad-b-xxxxl-239 {
    padding-bottom: 239px !important;
  }
}
.pad-y-240 {
  padding-top: 240px !important;
  padding-bottom: 240px !important;
}
.pad-t-240 {
  padding-top: 240px !important;
}
.pad-b-240 {
  padding-bottom: 240px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-240 {
    padding-top: 240px !important;
    padding-bottom: 240px !important;
  }
  .pad-t-sm-240 {
    padding-top: 240px !important;
  }
  .pad-b-sm-240 {
    padding-bottom: 240px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-240 {
    padding-top: 240px !important;
    padding-bottom: 240px !important;
  }
  .pad-t-lg-240 {
    padding-top: 240px !important;
  }
  .pad-b-lg-240 {
    padding-bottom: 240px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-240 {
    padding-top: 240px !important;
    padding-bottom: 240px !important;
  }
  .pad-t-xxl-240 {
    padding-top: 240px !important;
  }
  .pad-b-xxl-240 {
    padding-bottom: 240px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-240 {
    padding-top: 240px !important;
    padding-bottom: 240px !important;
  }
  .pad-t-xxxxl-240 {
    padding-top: 240px !important;
  }
  .pad-b-xxxxl-240 {
    padding-bottom: 240px !important;
  }
}
.pad-y-241 {
  padding-top: 241px !important;
  padding-bottom: 241px !important;
}
.pad-t-241 {
  padding-top: 241px !important;
}
.pad-b-241 {
  padding-bottom: 241px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-241 {
    padding-top: 241px !important;
    padding-bottom: 241px !important;
  }
  .pad-t-sm-241 {
    padding-top: 241px !important;
  }
  .pad-b-sm-241 {
    padding-bottom: 241px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-241 {
    padding-top: 241px !important;
    padding-bottom: 241px !important;
  }
  .pad-t-lg-241 {
    padding-top: 241px !important;
  }
  .pad-b-lg-241 {
    padding-bottom: 241px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-241 {
    padding-top: 241px !important;
    padding-bottom: 241px !important;
  }
  .pad-t-xxl-241 {
    padding-top: 241px !important;
  }
  .pad-b-xxl-241 {
    padding-bottom: 241px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-241 {
    padding-top: 241px !important;
    padding-bottom: 241px !important;
  }
  .pad-t-xxxxl-241 {
    padding-top: 241px !important;
  }
  .pad-b-xxxxl-241 {
    padding-bottom: 241px !important;
  }
}
.pad-y-242 {
  padding-top: 242px !important;
  padding-bottom: 242px !important;
}
.pad-t-242 {
  padding-top: 242px !important;
}
.pad-b-242 {
  padding-bottom: 242px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-242 {
    padding-top: 242px !important;
    padding-bottom: 242px !important;
  }
  .pad-t-sm-242 {
    padding-top: 242px !important;
  }
  .pad-b-sm-242 {
    padding-bottom: 242px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-242 {
    padding-top: 242px !important;
    padding-bottom: 242px !important;
  }
  .pad-t-lg-242 {
    padding-top: 242px !important;
  }
  .pad-b-lg-242 {
    padding-bottom: 242px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-242 {
    padding-top: 242px !important;
    padding-bottom: 242px !important;
  }
  .pad-t-xxl-242 {
    padding-top: 242px !important;
  }
  .pad-b-xxl-242 {
    padding-bottom: 242px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-242 {
    padding-top: 242px !important;
    padding-bottom: 242px !important;
  }
  .pad-t-xxxxl-242 {
    padding-top: 242px !important;
  }
  .pad-b-xxxxl-242 {
    padding-bottom: 242px !important;
  }
}
.pad-y-243 {
  padding-top: 243px !important;
  padding-bottom: 243px !important;
}
.pad-t-243 {
  padding-top: 243px !important;
}
.pad-b-243 {
  padding-bottom: 243px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-243 {
    padding-top: 243px !important;
    padding-bottom: 243px !important;
  }
  .pad-t-sm-243 {
    padding-top: 243px !important;
  }
  .pad-b-sm-243 {
    padding-bottom: 243px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-243 {
    padding-top: 243px !important;
    padding-bottom: 243px !important;
  }
  .pad-t-lg-243 {
    padding-top: 243px !important;
  }
  .pad-b-lg-243 {
    padding-bottom: 243px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-243 {
    padding-top: 243px !important;
    padding-bottom: 243px !important;
  }
  .pad-t-xxl-243 {
    padding-top: 243px !important;
  }
  .pad-b-xxl-243 {
    padding-bottom: 243px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-243 {
    padding-top: 243px !important;
    padding-bottom: 243px !important;
  }
  .pad-t-xxxxl-243 {
    padding-top: 243px !important;
  }
  .pad-b-xxxxl-243 {
    padding-bottom: 243px !important;
  }
}
.pad-y-244 {
  padding-top: 244px !important;
  padding-bottom: 244px !important;
}
.pad-t-244 {
  padding-top: 244px !important;
}
.pad-b-244 {
  padding-bottom: 244px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-244 {
    padding-top: 244px !important;
    padding-bottom: 244px !important;
  }
  .pad-t-sm-244 {
    padding-top: 244px !important;
  }
  .pad-b-sm-244 {
    padding-bottom: 244px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-244 {
    padding-top: 244px !important;
    padding-bottom: 244px !important;
  }
  .pad-t-lg-244 {
    padding-top: 244px !important;
  }
  .pad-b-lg-244 {
    padding-bottom: 244px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-244 {
    padding-top: 244px !important;
    padding-bottom: 244px !important;
  }
  .pad-t-xxl-244 {
    padding-top: 244px !important;
  }
  .pad-b-xxl-244 {
    padding-bottom: 244px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-244 {
    padding-top: 244px !important;
    padding-bottom: 244px !important;
  }
  .pad-t-xxxxl-244 {
    padding-top: 244px !important;
  }
  .pad-b-xxxxl-244 {
    padding-bottom: 244px !important;
  }
}
.pad-y-245 {
  padding-top: 245px !important;
  padding-bottom: 245px !important;
}
.pad-t-245 {
  padding-top: 245px !important;
}
.pad-b-245 {
  padding-bottom: 245px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-245 {
    padding-top: 245px !important;
    padding-bottom: 245px !important;
  }
  .pad-t-sm-245 {
    padding-top: 245px !important;
  }
  .pad-b-sm-245 {
    padding-bottom: 245px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-245 {
    padding-top: 245px !important;
    padding-bottom: 245px !important;
  }
  .pad-t-lg-245 {
    padding-top: 245px !important;
  }
  .pad-b-lg-245 {
    padding-bottom: 245px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-245 {
    padding-top: 245px !important;
    padding-bottom: 245px !important;
  }
  .pad-t-xxl-245 {
    padding-top: 245px !important;
  }
  .pad-b-xxl-245 {
    padding-bottom: 245px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-245 {
    padding-top: 245px !important;
    padding-bottom: 245px !important;
  }
  .pad-t-xxxxl-245 {
    padding-top: 245px !important;
  }
  .pad-b-xxxxl-245 {
    padding-bottom: 245px !important;
  }
}
.pad-y-246 {
  padding-top: 246px !important;
  padding-bottom: 246px !important;
}
.pad-t-246 {
  padding-top: 246px !important;
}
.pad-b-246 {
  padding-bottom: 246px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-246 {
    padding-top: 246px !important;
    padding-bottom: 246px !important;
  }
  .pad-t-sm-246 {
    padding-top: 246px !important;
  }
  .pad-b-sm-246 {
    padding-bottom: 246px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-246 {
    padding-top: 246px !important;
    padding-bottom: 246px !important;
  }
  .pad-t-lg-246 {
    padding-top: 246px !important;
  }
  .pad-b-lg-246 {
    padding-bottom: 246px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-246 {
    padding-top: 246px !important;
    padding-bottom: 246px !important;
  }
  .pad-t-xxl-246 {
    padding-top: 246px !important;
  }
  .pad-b-xxl-246 {
    padding-bottom: 246px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-246 {
    padding-top: 246px !important;
    padding-bottom: 246px !important;
  }
  .pad-t-xxxxl-246 {
    padding-top: 246px !important;
  }
  .pad-b-xxxxl-246 {
    padding-bottom: 246px !important;
  }
}
.pad-y-247 {
  padding-top: 247px !important;
  padding-bottom: 247px !important;
}
.pad-t-247 {
  padding-top: 247px !important;
}
.pad-b-247 {
  padding-bottom: 247px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-247 {
    padding-top: 247px !important;
    padding-bottom: 247px !important;
  }
  .pad-t-sm-247 {
    padding-top: 247px !important;
  }
  .pad-b-sm-247 {
    padding-bottom: 247px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-247 {
    padding-top: 247px !important;
    padding-bottom: 247px !important;
  }
  .pad-t-lg-247 {
    padding-top: 247px !important;
  }
  .pad-b-lg-247 {
    padding-bottom: 247px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-247 {
    padding-top: 247px !important;
    padding-bottom: 247px !important;
  }
  .pad-t-xxl-247 {
    padding-top: 247px !important;
  }
  .pad-b-xxl-247 {
    padding-bottom: 247px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-247 {
    padding-top: 247px !important;
    padding-bottom: 247px !important;
  }
  .pad-t-xxxxl-247 {
    padding-top: 247px !important;
  }
  .pad-b-xxxxl-247 {
    padding-bottom: 247px !important;
  }
}
.pad-y-248 {
  padding-top: 248px !important;
  padding-bottom: 248px !important;
}
.pad-t-248 {
  padding-top: 248px !important;
}
.pad-b-248 {
  padding-bottom: 248px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-248 {
    padding-top: 248px !important;
    padding-bottom: 248px !important;
  }
  .pad-t-sm-248 {
    padding-top: 248px !important;
  }
  .pad-b-sm-248 {
    padding-bottom: 248px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-248 {
    padding-top: 248px !important;
    padding-bottom: 248px !important;
  }
  .pad-t-lg-248 {
    padding-top: 248px !important;
  }
  .pad-b-lg-248 {
    padding-bottom: 248px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-248 {
    padding-top: 248px !important;
    padding-bottom: 248px !important;
  }
  .pad-t-xxl-248 {
    padding-top: 248px !important;
  }
  .pad-b-xxl-248 {
    padding-bottom: 248px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-248 {
    padding-top: 248px !important;
    padding-bottom: 248px !important;
  }
  .pad-t-xxxxl-248 {
    padding-top: 248px !important;
  }
  .pad-b-xxxxl-248 {
    padding-bottom: 248px !important;
  }
}
.pad-y-249 {
  padding-top: 249px !important;
  padding-bottom: 249px !important;
}
.pad-t-249 {
  padding-top: 249px !important;
}
.pad-b-249 {
  padding-bottom: 249px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-249 {
    padding-top: 249px !important;
    padding-bottom: 249px !important;
  }
  .pad-t-sm-249 {
    padding-top: 249px !important;
  }
  .pad-b-sm-249 {
    padding-bottom: 249px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-249 {
    padding-top: 249px !important;
    padding-bottom: 249px !important;
  }
  .pad-t-lg-249 {
    padding-top: 249px !important;
  }
  .pad-b-lg-249 {
    padding-bottom: 249px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-249 {
    padding-top: 249px !important;
    padding-bottom: 249px !important;
  }
  .pad-t-xxl-249 {
    padding-top: 249px !important;
  }
  .pad-b-xxl-249 {
    padding-bottom: 249px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-249 {
    padding-top: 249px !important;
    padding-bottom: 249px !important;
  }
  .pad-t-xxxxl-249 {
    padding-top: 249px !important;
  }
  .pad-b-xxxxl-249 {
    padding-bottom: 249px !important;
  }
}
.pad-y-250 {
  padding-top: 250px !important;
  padding-bottom: 250px !important;
}
.pad-t-250 {
  padding-top: 250px !important;
}
.pad-b-250 {
  padding-bottom: 250px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-250 {
    padding-top: 250px !important;
    padding-bottom: 250px !important;
  }
  .pad-t-sm-250 {
    padding-top: 250px !important;
  }
  .pad-b-sm-250 {
    padding-bottom: 250px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-250 {
    padding-top: 250px !important;
    padding-bottom: 250px !important;
  }
  .pad-t-lg-250 {
    padding-top: 250px !important;
  }
  .pad-b-lg-250 {
    padding-bottom: 250px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-250 {
    padding-top: 250px !important;
    padding-bottom: 250px !important;
  }
  .pad-t-xxl-250 {
    padding-top: 250px !important;
  }
  .pad-b-xxl-250 {
    padding-bottom: 250px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-250 {
    padding-top: 250px !important;
    padding-bottom: 250px !important;
  }
  .pad-t-xxxxl-250 {
    padding-top: 250px !important;
  }
  .pad-b-xxxxl-250 {
    padding-bottom: 250px !important;
  }
}
.pad-y-251 {
  padding-top: 251px !important;
  padding-bottom: 251px !important;
}
.pad-t-251 {
  padding-top: 251px !important;
}
.pad-b-251 {
  padding-bottom: 251px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-251 {
    padding-top: 251px !important;
    padding-bottom: 251px !important;
  }
  .pad-t-sm-251 {
    padding-top: 251px !important;
  }
  .pad-b-sm-251 {
    padding-bottom: 251px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-251 {
    padding-top: 251px !important;
    padding-bottom: 251px !important;
  }
  .pad-t-lg-251 {
    padding-top: 251px !important;
  }
  .pad-b-lg-251 {
    padding-bottom: 251px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-251 {
    padding-top: 251px !important;
    padding-bottom: 251px !important;
  }
  .pad-t-xxl-251 {
    padding-top: 251px !important;
  }
  .pad-b-xxl-251 {
    padding-bottom: 251px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-251 {
    padding-top: 251px !important;
    padding-bottom: 251px !important;
  }
  .pad-t-xxxxl-251 {
    padding-top: 251px !important;
  }
  .pad-b-xxxxl-251 {
    padding-bottom: 251px !important;
  }
}
.pad-y-252 {
  padding-top: 252px !important;
  padding-bottom: 252px !important;
}
.pad-t-252 {
  padding-top: 252px !important;
}
.pad-b-252 {
  padding-bottom: 252px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-252 {
    padding-top: 252px !important;
    padding-bottom: 252px !important;
  }
  .pad-t-sm-252 {
    padding-top: 252px !important;
  }
  .pad-b-sm-252 {
    padding-bottom: 252px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-252 {
    padding-top: 252px !important;
    padding-bottom: 252px !important;
  }
  .pad-t-lg-252 {
    padding-top: 252px !important;
  }
  .pad-b-lg-252 {
    padding-bottom: 252px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-252 {
    padding-top: 252px !important;
    padding-bottom: 252px !important;
  }
  .pad-t-xxl-252 {
    padding-top: 252px !important;
  }
  .pad-b-xxl-252 {
    padding-bottom: 252px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-252 {
    padding-top: 252px !important;
    padding-bottom: 252px !important;
  }
  .pad-t-xxxxl-252 {
    padding-top: 252px !important;
  }
  .pad-b-xxxxl-252 {
    padding-bottom: 252px !important;
  }
}
.pad-y-253 {
  padding-top: 253px !important;
  padding-bottom: 253px !important;
}
.pad-t-253 {
  padding-top: 253px !important;
}
.pad-b-253 {
  padding-bottom: 253px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-253 {
    padding-top: 253px !important;
    padding-bottom: 253px !important;
  }
  .pad-t-sm-253 {
    padding-top: 253px !important;
  }
  .pad-b-sm-253 {
    padding-bottom: 253px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-253 {
    padding-top: 253px !important;
    padding-bottom: 253px !important;
  }
  .pad-t-lg-253 {
    padding-top: 253px !important;
  }
  .pad-b-lg-253 {
    padding-bottom: 253px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-253 {
    padding-top: 253px !important;
    padding-bottom: 253px !important;
  }
  .pad-t-xxl-253 {
    padding-top: 253px !important;
  }
  .pad-b-xxl-253 {
    padding-bottom: 253px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-253 {
    padding-top: 253px !important;
    padding-bottom: 253px !important;
  }
  .pad-t-xxxxl-253 {
    padding-top: 253px !important;
  }
  .pad-b-xxxxl-253 {
    padding-bottom: 253px !important;
  }
}
.pad-y-254 {
  padding-top: 254px !important;
  padding-bottom: 254px !important;
}
.pad-t-254 {
  padding-top: 254px !important;
}
.pad-b-254 {
  padding-bottom: 254px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-254 {
    padding-top: 254px !important;
    padding-bottom: 254px !important;
  }
  .pad-t-sm-254 {
    padding-top: 254px !important;
  }
  .pad-b-sm-254 {
    padding-bottom: 254px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-254 {
    padding-top: 254px !important;
    padding-bottom: 254px !important;
  }
  .pad-t-lg-254 {
    padding-top: 254px !important;
  }
  .pad-b-lg-254 {
    padding-bottom: 254px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-254 {
    padding-top: 254px !important;
    padding-bottom: 254px !important;
  }
  .pad-t-xxl-254 {
    padding-top: 254px !important;
  }
  .pad-b-xxl-254 {
    padding-bottom: 254px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-254 {
    padding-top: 254px !important;
    padding-bottom: 254px !important;
  }
  .pad-t-xxxxl-254 {
    padding-top: 254px !important;
  }
  .pad-b-xxxxl-254 {
    padding-bottom: 254px !important;
  }
}
.pad-y-255 {
  padding-top: 255px !important;
  padding-bottom: 255px !important;
}
.pad-t-255 {
  padding-top: 255px !important;
}
.pad-b-255 {
  padding-bottom: 255px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-255 {
    padding-top: 255px !important;
    padding-bottom: 255px !important;
  }
  .pad-t-sm-255 {
    padding-top: 255px !important;
  }
  .pad-b-sm-255 {
    padding-bottom: 255px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-255 {
    padding-top: 255px !important;
    padding-bottom: 255px !important;
  }
  .pad-t-lg-255 {
    padding-top: 255px !important;
  }
  .pad-b-lg-255 {
    padding-bottom: 255px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-255 {
    padding-top: 255px !important;
    padding-bottom: 255px !important;
  }
  .pad-t-xxl-255 {
    padding-top: 255px !important;
  }
  .pad-b-xxl-255 {
    padding-bottom: 255px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-255 {
    padding-top: 255px !important;
    padding-bottom: 255px !important;
  }
  .pad-t-xxxxl-255 {
    padding-top: 255px !important;
  }
  .pad-b-xxxxl-255 {
    padding-bottom: 255px !important;
  }
}
.pad-y-256 {
  padding-top: 256px !important;
  padding-bottom: 256px !important;
}
.pad-t-256 {
  padding-top: 256px !important;
}
.pad-b-256 {
  padding-bottom: 256px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-256 {
    padding-top: 256px !important;
    padding-bottom: 256px !important;
  }
  .pad-t-sm-256 {
    padding-top: 256px !important;
  }
  .pad-b-sm-256 {
    padding-bottom: 256px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-256 {
    padding-top: 256px !important;
    padding-bottom: 256px !important;
  }
  .pad-t-lg-256 {
    padding-top: 256px !important;
  }
  .pad-b-lg-256 {
    padding-bottom: 256px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-256 {
    padding-top: 256px !important;
    padding-bottom: 256px !important;
  }
  .pad-t-xxl-256 {
    padding-top: 256px !important;
  }
  .pad-b-xxl-256 {
    padding-bottom: 256px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-256 {
    padding-top: 256px !important;
    padding-bottom: 256px !important;
  }
  .pad-t-xxxxl-256 {
    padding-top: 256px !important;
  }
  .pad-b-xxxxl-256 {
    padding-bottom: 256px !important;
  }
}
.pad-y-257 {
  padding-top: 257px !important;
  padding-bottom: 257px !important;
}
.pad-t-257 {
  padding-top: 257px !important;
}
.pad-b-257 {
  padding-bottom: 257px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-257 {
    padding-top: 257px !important;
    padding-bottom: 257px !important;
  }
  .pad-t-sm-257 {
    padding-top: 257px !important;
  }
  .pad-b-sm-257 {
    padding-bottom: 257px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-257 {
    padding-top: 257px !important;
    padding-bottom: 257px !important;
  }
  .pad-t-lg-257 {
    padding-top: 257px !important;
  }
  .pad-b-lg-257 {
    padding-bottom: 257px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-257 {
    padding-top: 257px !important;
    padding-bottom: 257px !important;
  }
  .pad-t-xxl-257 {
    padding-top: 257px !important;
  }
  .pad-b-xxl-257 {
    padding-bottom: 257px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-257 {
    padding-top: 257px !important;
    padding-bottom: 257px !important;
  }
  .pad-t-xxxxl-257 {
    padding-top: 257px !important;
  }
  .pad-b-xxxxl-257 {
    padding-bottom: 257px !important;
  }
}
.pad-y-258 {
  padding-top: 258px !important;
  padding-bottom: 258px !important;
}
.pad-t-258 {
  padding-top: 258px !important;
}
.pad-b-258 {
  padding-bottom: 258px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-258 {
    padding-top: 258px !important;
    padding-bottom: 258px !important;
  }
  .pad-t-sm-258 {
    padding-top: 258px !important;
  }
  .pad-b-sm-258 {
    padding-bottom: 258px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-258 {
    padding-top: 258px !important;
    padding-bottom: 258px !important;
  }
  .pad-t-lg-258 {
    padding-top: 258px !important;
  }
  .pad-b-lg-258 {
    padding-bottom: 258px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-258 {
    padding-top: 258px !important;
    padding-bottom: 258px !important;
  }
  .pad-t-xxl-258 {
    padding-top: 258px !important;
  }
  .pad-b-xxl-258 {
    padding-bottom: 258px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-258 {
    padding-top: 258px !important;
    padding-bottom: 258px !important;
  }
  .pad-t-xxxxl-258 {
    padding-top: 258px !important;
  }
  .pad-b-xxxxl-258 {
    padding-bottom: 258px !important;
  }
}
.pad-y-259 {
  padding-top: 259px !important;
  padding-bottom: 259px !important;
}
.pad-t-259 {
  padding-top: 259px !important;
}
.pad-b-259 {
  padding-bottom: 259px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-259 {
    padding-top: 259px !important;
    padding-bottom: 259px !important;
  }
  .pad-t-sm-259 {
    padding-top: 259px !important;
  }
  .pad-b-sm-259 {
    padding-bottom: 259px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-259 {
    padding-top: 259px !important;
    padding-bottom: 259px !important;
  }
  .pad-t-lg-259 {
    padding-top: 259px !important;
  }
  .pad-b-lg-259 {
    padding-bottom: 259px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-259 {
    padding-top: 259px !important;
    padding-bottom: 259px !important;
  }
  .pad-t-xxl-259 {
    padding-top: 259px !important;
  }
  .pad-b-xxl-259 {
    padding-bottom: 259px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-259 {
    padding-top: 259px !important;
    padding-bottom: 259px !important;
  }
  .pad-t-xxxxl-259 {
    padding-top: 259px !important;
  }
  .pad-b-xxxxl-259 {
    padding-bottom: 259px !important;
  }
}
.pad-y-260 {
  padding-top: 260px !important;
  padding-bottom: 260px !important;
}
.pad-t-260 {
  padding-top: 260px !important;
}
.pad-b-260 {
  padding-bottom: 260px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-260 {
    padding-top: 260px !important;
    padding-bottom: 260px !important;
  }
  .pad-t-sm-260 {
    padding-top: 260px !important;
  }
  .pad-b-sm-260 {
    padding-bottom: 260px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-260 {
    padding-top: 260px !important;
    padding-bottom: 260px !important;
  }
  .pad-t-lg-260 {
    padding-top: 260px !important;
  }
  .pad-b-lg-260 {
    padding-bottom: 260px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-260 {
    padding-top: 260px !important;
    padding-bottom: 260px !important;
  }
  .pad-t-xxl-260 {
    padding-top: 260px !important;
  }
  .pad-b-xxl-260 {
    padding-bottom: 260px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-260 {
    padding-top: 260px !important;
    padding-bottom: 260px !important;
  }
  .pad-t-xxxxl-260 {
    padding-top: 260px !important;
  }
  .pad-b-xxxxl-260 {
    padding-bottom: 260px !important;
  }
}
.pad-y-261 {
  padding-top: 261px !important;
  padding-bottom: 261px !important;
}
.pad-t-261 {
  padding-top: 261px !important;
}
.pad-b-261 {
  padding-bottom: 261px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-261 {
    padding-top: 261px !important;
    padding-bottom: 261px !important;
  }
  .pad-t-sm-261 {
    padding-top: 261px !important;
  }
  .pad-b-sm-261 {
    padding-bottom: 261px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-261 {
    padding-top: 261px !important;
    padding-bottom: 261px !important;
  }
  .pad-t-lg-261 {
    padding-top: 261px !important;
  }
  .pad-b-lg-261 {
    padding-bottom: 261px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-261 {
    padding-top: 261px !important;
    padding-bottom: 261px !important;
  }
  .pad-t-xxl-261 {
    padding-top: 261px !important;
  }
  .pad-b-xxl-261 {
    padding-bottom: 261px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-261 {
    padding-top: 261px !important;
    padding-bottom: 261px !important;
  }
  .pad-t-xxxxl-261 {
    padding-top: 261px !important;
  }
  .pad-b-xxxxl-261 {
    padding-bottom: 261px !important;
  }
}
.pad-y-262 {
  padding-top: 262px !important;
  padding-bottom: 262px !important;
}
.pad-t-262 {
  padding-top: 262px !important;
}
.pad-b-262 {
  padding-bottom: 262px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-262 {
    padding-top: 262px !important;
    padding-bottom: 262px !important;
  }
  .pad-t-sm-262 {
    padding-top: 262px !important;
  }
  .pad-b-sm-262 {
    padding-bottom: 262px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-262 {
    padding-top: 262px !important;
    padding-bottom: 262px !important;
  }
  .pad-t-lg-262 {
    padding-top: 262px !important;
  }
  .pad-b-lg-262 {
    padding-bottom: 262px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-262 {
    padding-top: 262px !important;
    padding-bottom: 262px !important;
  }
  .pad-t-xxl-262 {
    padding-top: 262px !important;
  }
  .pad-b-xxl-262 {
    padding-bottom: 262px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-262 {
    padding-top: 262px !important;
    padding-bottom: 262px !important;
  }
  .pad-t-xxxxl-262 {
    padding-top: 262px !important;
  }
  .pad-b-xxxxl-262 {
    padding-bottom: 262px !important;
  }
}
.pad-y-263 {
  padding-top: 263px !important;
  padding-bottom: 263px !important;
}
.pad-t-263 {
  padding-top: 263px !important;
}
.pad-b-263 {
  padding-bottom: 263px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-263 {
    padding-top: 263px !important;
    padding-bottom: 263px !important;
  }
  .pad-t-sm-263 {
    padding-top: 263px !important;
  }
  .pad-b-sm-263 {
    padding-bottom: 263px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-263 {
    padding-top: 263px !important;
    padding-bottom: 263px !important;
  }
  .pad-t-lg-263 {
    padding-top: 263px !important;
  }
  .pad-b-lg-263 {
    padding-bottom: 263px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-263 {
    padding-top: 263px !important;
    padding-bottom: 263px !important;
  }
  .pad-t-xxl-263 {
    padding-top: 263px !important;
  }
  .pad-b-xxl-263 {
    padding-bottom: 263px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-263 {
    padding-top: 263px !important;
    padding-bottom: 263px !important;
  }
  .pad-t-xxxxl-263 {
    padding-top: 263px !important;
  }
  .pad-b-xxxxl-263 {
    padding-bottom: 263px !important;
  }
}
.pad-y-264 {
  padding-top: 264px !important;
  padding-bottom: 264px !important;
}
.pad-t-264 {
  padding-top: 264px !important;
}
.pad-b-264 {
  padding-bottom: 264px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-264 {
    padding-top: 264px !important;
    padding-bottom: 264px !important;
  }
  .pad-t-sm-264 {
    padding-top: 264px !important;
  }
  .pad-b-sm-264 {
    padding-bottom: 264px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-264 {
    padding-top: 264px !important;
    padding-bottom: 264px !important;
  }
  .pad-t-lg-264 {
    padding-top: 264px !important;
  }
  .pad-b-lg-264 {
    padding-bottom: 264px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-264 {
    padding-top: 264px !important;
    padding-bottom: 264px !important;
  }
  .pad-t-xxl-264 {
    padding-top: 264px !important;
  }
  .pad-b-xxl-264 {
    padding-bottom: 264px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-264 {
    padding-top: 264px !important;
    padding-bottom: 264px !important;
  }
  .pad-t-xxxxl-264 {
    padding-top: 264px !important;
  }
  .pad-b-xxxxl-264 {
    padding-bottom: 264px !important;
  }
}
.pad-y-265 {
  padding-top: 265px !important;
  padding-bottom: 265px !important;
}
.pad-t-265 {
  padding-top: 265px !important;
}
.pad-b-265 {
  padding-bottom: 265px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-265 {
    padding-top: 265px !important;
    padding-bottom: 265px !important;
  }
  .pad-t-sm-265 {
    padding-top: 265px !important;
  }
  .pad-b-sm-265 {
    padding-bottom: 265px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-265 {
    padding-top: 265px !important;
    padding-bottom: 265px !important;
  }
  .pad-t-lg-265 {
    padding-top: 265px !important;
  }
  .pad-b-lg-265 {
    padding-bottom: 265px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-265 {
    padding-top: 265px !important;
    padding-bottom: 265px !important;
  }
  .pad-t-xxl-265 {
    padding-top: 265px !important;
  }
  .pad-b-xxl-265 {
    padding-bottom: 265px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-265 {
    padding-top: 265px !important;
    padding-bottom: 265px !important;
  }
  .pad-t-xxxxl-265 {
    padding-top: 265px !important;
  }
  .pad-b-xxxxl-265 {
    padding-bottom: 265px !important;
  }
}
.pad-y-266 {
  padding-top: 266px !important;
  padding-bottom: 266px !important;
}
.pad-t-266 {
  padding-top: 266px !important;
}
.pad-b-266 {
  padding-bottom: 266px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-266 {
    padding-top: 266px !important;
    padding-bottom: 266px !important;
  }
  .pad-t-sm-266 {
    padding-top: 266px !important;
  }
  .pad-b-sm-266 {
    padding-bottom: 266px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-266 {
    padding-top: 266px !important;
    padding-bottom: 266px !important;
  }
  .pad-t-lg-266 {
    padding-top: 266px !important;
  }
  .pad-b-lg-266 {
    padding-bottom: 266px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-266 {
    padding-top: 266px !important;
    padding-bottom: 266px !important;
  }
  .pad-t-xxl-266 {
    padding-top: 266px !important;
  }
  .pad-b-xxl-266 {
    padding-bottom: 266px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-266 {
    padding-top: 266px !important;
    padding-bottom: 266px !important;
  }
  .pad-t-xxxxl-266 {
    padding-top: 266px !important;
  }
  .pad-b-xxxxl-266 {
    padding-bottom: 266px !important;
  }
}
.pad-y-267 {
  padding-top: 267px !important;
  padding-bottom: 267px !important;
}
.pad-t-267 {
  padding-top: 267px !important;
}
.pad-b-267 {
  padding-bottom: 267px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-267 {
    padding-top: 267px !important;
    padding-bottom: 267px !important;
  }
  .pad-t-sm-267 {
    padding-top: 267px !important;
  }
  .pad-b-sm-267 {
    padding-bottom: 267px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-267 {
    padding-top: 267px !important;
    padding-bottom: 267px !important;
  }
  .pad-t-lg-267 {
    padding-top: 267px !important;
  }
  .pad-b-lg-267 {
    padding-bottom: 267px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-267 {
    padding-top: 267px !important;
    padding-bottom: 267px !important;
  }
  .pad-t-xxl-267 {
    padding-top: 267px !important;
  }
  .pad-b-xxl-267 {
    padding-bottom: 267px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-267 {
    padding-top: 267px !important;
    padding-bottom: 267px !important;
  }
  .pad-t-xxxxl-267 {
    padding-top: 267px !important;
  }
  .pad-b-xxxxl-267 {
    padding-bottom: 267px !important;
  }
}
.pad-y-268 {
  padding-top: 268px !important;
  padding-bottom: 268px !important;
}
.pad-t-268 {
  padding-top: 268px !important;
}
.pad-b-268 {
  padding-bottom: 268px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-268 {
    padding-top: 268px !important;
    padding-bottom: 268px !important;
  }
  .pad-t-sm-268 {
    padding-top: 268px !important;
  }
  .pad-b-sm-268 {
    padding-bottom: 268px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-268 {
    padding-top: 268px !important;
    padding-bottom: 268px !important;
  }
  .pad-t-lg-268 {
    padding-top: 268px !important;
  }
  .pad-b-lg-268 {
    padding-bottom: 268px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-268 {
    padding-top: 268px !important;
    padding-bottom: 268px !important;
  }
  .pad-t-xxl-268 {
    padding-top: 268px !important;
  }
  .pad-b-xxl-268 {
    padding-bottom: 268px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-268 {
    padding-top: 268px !important;
    padding-bottom: 268px !important;
  }
  .pad-t-xxxxl-268 {
    padding-top: 268px !important;
  }
  .pad-b-xxxxl-268 {
    padding-bottom: 268px !important;
  }
}
.pad-y-269 {
  padding-top: 269px !important;
  padding-bottom: 269px !important;
}
.pad-t-269 {
  padding-top: 269px !important;
}
.pad-b-269 {
  padding-bottom: 269px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-269 {
    padding-top: 269px !important;
    padding-bottom: 269px !important;
  }
  .pad-t-sm-269 {
    padding-top: 269px !important;
  }
  .pad-b-sm-269 {
    padding-bottom: 269px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-269 {
    padding-top: 269px !important;
    padding-bottom: 269px !important;
  }
  .pad-t-lg-269 {
    padding-top: 269px !important;
  }
  .pad-b-lg-269 {
    padding-bottom: 269px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-269 {
    padding-top: 269px !important;
    padding-bottom: 269px !important;
  }
  .pad-t-xxl-269 {
    padding-top: 269px !important;
  }
  .pad-b-xxl-269 {
    padding-bottom: 269px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-269 {
    padding-top: 269px !important;
    padding-bottom: 269px !important;
  }
  .pad-t-xxxxl-269 {
    padding-top: 269px !important;
  }
  .pad-b-xxxxl-269 {
    padding-bottom: 269px !important;
  }
}
.pad-y-270 {
  padding-top: 270px !important;
  padding-bottom: 270px !important;
}
.pad-t-270 {
  padding-top: 270px !important;
}
.pad-b-270 {
  padding-bottom: 270px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-270 {
    padding-top: 270px !important;
    padding-bottom: 270px !important;
  }
  .pad-t-sm-270 {
    padding-top: 270px !important;
  }
  .pad-b-sm-270 {
    padding-bottom: 270px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-270 {
    padding-top: 270px !important;
    padding-bottom: 270px !important;
  }
  .pad-t-lg-270 {
    padding-top: 270px !important;
  }
  .pad-b-lg-270 {
    padding-bottom: 270px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-270 {
    padding-top: 270px !important;
    padding-bottom: 270px !important;
  }
  .pad-t-xxl-270 {
    padding-top: 270px !important;
  }
  .pad-b-xxl-270 {
    padding-bottom: 270px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-270 {
    padding-top: 270px !important;
    padding-bottom: 270px !important;
  }
  .pad-t-xxxxl-270 {
    padding-top: 270px !important;
  }
  .pad-b-xxxxl-270 {
    padding-bottom: 270px !important;
  }
}
.pad-y-271 {
  padding-top: 271px !important;
  padding-bottom: 271px !important;
}
.pad-t-271 {
  padding-top: 271px !important;
}
.pad-b-271 {
  padding-bottom: 271px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-271 {
    padding-top: 271px !important;
    padding-bottom: 271px !important;
  }
  .pad-t-sm-271 {
    padding-top: 271px !important;
  }
  .pad-b-sm-271 {
    padding-bottom: 271px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-271 {
    padding-top: 271px !important;
    padding-bottom: 271px !important;
  }
  .pad-t-lg-271 {
    padding-top: 271px !important;
  }
  .pad-b-lg-271 {
    padding-bottom: 271px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-271 {
    padding-top: 271px !important;
    padding-bottom: 271px !important;
  }
  .pad-t-xxl-271 {
    padding-top: 271px !important;
  }
  .pad-b-xxl-271 {
    padding-bottom: 271px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-271 {
    padding-top: 271px !important;
    padding-bottom: 271px !important;
  }
  .pad-t-xxxxl-271 {
    padding-top: 271px !important;
  }
  .pad-b-xxxxl-271 {
    padding-bottom: 271px !important;
  }
}
.pad-y-272 {
  padding-top: 272px !important;
  padding-bottom: 272px !important;
}
.pad-t-272 {
  padding-top: 272px !important;
}
.pad-b-272 {
  padding-bottom: 272px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-272 {
    padding-top: 272px !important;
    padding-bottom: 272px !important;
  }
  .pad-t-sm-272 {
    padding-top: 272px !important;
  }
  .pad-b-sm-272 {
    padding-bottom: 272px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-272 {
    padding-top: 272px !important;
    padding-bottom: 272px !important;
  }
  .pad-t-lg-272 {
    padding-top: 272px !important;
  }
  .pad-b-lg-272 {
    padding-bottom: 272px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-272 {
    padding-top: 272px !important;
    padding-bottom: 272px !important;
  }
  .pad-t-xxl-272 {
    padding-top: 272px !important;
  }
  .pad-b-xxl-272 {
    padding-bottom: 272px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-272 {
    padding-top: 272px !important;
    padding-bottom: 272px !important;
  }
  .pad-t-xxxxl-272 {
    padding-top: 272px !important;
  }
  .pad-b-xxxxl-272 {
    padding-bottom: 272px !important;
  }
}
.pad-y-273 {
  padding-top: 273px !important;
  padding-bottom: 273px !important;
}
.pad-t-273 {
  padding-top: 273px !important;
}
.pad-b-273 {
  padding-bottom: 273px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-273 {
    padding-top: 273px !important;
    padding-bottom: 273px !important;
  }
  .pad-t-sm-273 {
    padding-top: 273px !important;
  }
  .pad-b-sm-273 {
    padding-bottom: 273px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-273 {
    padding-top: 273px !important;
    padding-bottom: 273px !important;
  }
  .pad-t-lg-273 {
    padding-top: 273px !important;
  }
  .pad-b-lg-273 {
    padding-bottom: 273px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-273 {
    padding-top: 273px !important;
    padding-bottom: 273px !important;
  }
  .pad-t-xxl-273 {
    padding-top: 273px !important;
  }
  .pad-b-xxl-273 {
    padding-bottom: 273px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-273 {
    padding-top: 273px !important;
    padding-bottom: 273px !important;
  }
  .pad-t-xxxxl-273 {
    padding-top: 273px !important;
  }
  .pad-b-xxxxl-273 {
    padding-bottom: 273px !important;
  }
}
.pad-y-274 {
  padding-top: 274px !important;
  padding-bottom: 274px !important;
}
.pad-t-274 {
  padding-top: 274px !important;
}
.pad-b-274 {
  padding-bottom: 274px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-274 {
    padding-top: 274px !important;
    padding-bottom: 274px !important;
  }
  .pad-t-sm-274 {
    padding-top: 274px !important;
  }
  .pad-b-sm-274 {
    padding-bottom: 274px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-274 {
    padding-top: 274px !important;
    padding-bottom: 274px !important;
  }
  .pad-t-lg-274 {
    padding-top: 274px !important;
  }
  .pad-b-lg-274 {
    padding-bottom: 274px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-274 {
    padding-top: 274px !important;
    padding-bottom: 274px !important;
  }
  .pad-t-xxl-274 {
    padding-top: 274px !important;
  }
  .pad-b-xxl-274 {
    padding-bottom: 274px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-274 {
    padding-top: 274px !important;
    padding-bottom: 274px !important;
  }
  .pad-t-xxxxl-274 {
    padding-top: 274px !important;
  }
  .pad-b-xxxxl-274 {
    padding-bottom: 274px !important;
  }
}
.pad-y-275 {
  padding-top: 275px !important;
  padding-bottom: 275px !important;
}
.pad-t-275 {
  padding-top: 275px !important;
}
.pad-b-275 {
  padding-bottom: 275px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-275 {
    padding-top: 275px !important;
    padding-bottom: 275px !important;
  }
  .pad-t-sm-275 {
    padding-top: 275px !important;
  }
  .pad-b-sm-275 {
    padding-bottom: 275px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-275 {
    padding-top: 275px !important;
    padding-bottom: 275px !important;
  }
  .pad-t-lg-275 {
    padding-top: 275px !important;
  }
  .pad-b-lg-275 {
    padding-bottom: 275px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-275 {
    padding-top: 275px !important;
    padding-bottom: 275px !important;
  }
  .pad-t-xxl-275 {
    padding-top: 275px !important;
  }
  .pad-b-xxl-275 {
    padding-bottom: 275px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-275 {
    padding-top: 275px !important;
    padding-bottom: 275px !important;
  }
  .pad-t-xxxxl-275 {
    padding-top: 275px !important;
  }
  .pad-b-xxxxl-275 {
    padding-bottom: 275px !important;
  }
}
.pad-y-276 {
  padding-top: 276px !important;
  padding-bottom: 276px !important;
}
.pad-t-276 {
  padding-top: 276px !important;
}
.pad-b-276 {
  padding-bottom: 276px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-276 {
    padding-top: 276px !important;
    padding-bottom: 276px !important;
  }
  .pad-t-sm-276 {
    padding-top: 276px !important;
  }
  .pad-b-sm-276 {
    padding-bottom: 276px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-276 {
    padding-top: 276px !important;
    padding-bottom: 276px !important;
  }
  .pad-t-lg-276 {
    padding-top: 276px !important;
  }
  .pad-b-lg-276 {
    padding-bottom: 276px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-276 {
    padding-top: 276px !important;
    padding-bottom: 276px !important;
  }
  .pad-t-xxl-276 {
    padding-top: 276px !important;
  }
  .pad-b-xxl-276 {
    padding-bottom: 276px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-276 {
    padding-top: 276px !important;
    padding-bottom: 276px !important;
  }
  .pad-t-xxxxl-276 {
    padding-top: 276px !important;
  }
  .pad-b-xxxxl-276 {
    padding-bottom: 276px !important;
  }
}
.pad-y-277 {
  padding-top: 277px !important;
  padding-bottom: 277px !important;
}
.pad-t-277 {
  padding-top: 277px !important;
}
.pad-b-277 {
  padding-bottom: 277px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-277 {
    padding-top: 277px !important;
    padding-bottom: 277px !important;
  }
  .pad-t-sm-277 {
    padding-top: 277px !important;
  }
  .pad-b-sm-277 {
    padding-bottom: 277px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-277 {
    padding-top: 277px !important;
    padding-bottom: 277px !important;
  }
  .pad-t-lg-277 {
    padding-top: 277px !important;
  }
  .pad-b-lg-277 {
    padding-bottom: 277px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-277 {
    padding-top: 277px !important;
    padding-bottom: 277px !important;
  }
  .pad-t-xxl-277 {
    padding-top: 277px !important;
  }
  .pad-b-xxl-277 {
    padding-bottom: 277px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-277 {
    padding-top: 277px !important;
    padding-bottom: 277px !important;
  }
  .pad-t-xxxxl-277 {
    padding-top: 277px !important;
  }
  .pad-b-xxxxl-277 {
    padding-bottom: 277px !important;
  }
}
.pad-y-278 {
  padding-top: 278px !important;
  padding-bottom: 278px !important;
}
.pad-t-278 {
  padding-top: 278px !important;
}
.pad-b-278 {
  padding-bottom: 278px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-278 {
    padding-top: 278px !important;
    padding-bottom: 278px !important;
  }
  .pad-t-sm-278 {
    padding-top: 278px !important;
  }
  .pad-b-sm-278 {
    padding-bottom: 278px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-278 {
    padding-top: 278px !important;
    padding-bottom: 278px !important;
  }
  .pad-t-lg-278 {
    padding-top: 278px !important;
  }
  .pad-b-lg-278 {
    padding-bottom: 278px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-278 {
    padding-top: 278px !important;
    padding-bottom: 278px !important;
  }
  .pad-t-xxl-278 {
    padding-top: 278px !important;
  }
  .pad-b-xxl-278 {
    padding-bottom: 278px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-278 {
    padding-top: 278px !important;
    padding-bottom: 278px !important;
  }
  .pad-t-xxxxl-278 {
    padding-top: 278px !important;
  }
  .pad-b-xxxxl-278 {
    padding-bottom: 278px !important;
  }
}
.pad-y-279 {
  padding-top: 279px !important;
  padding-bottom: 279px !important;
}
.pad-t-279 {
  padding-top: 279px !important;
}
.pad-b-279 {
  padding-bottom: 279px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-279 {
    padding-top: 279px !important;
    padding-bottom: 279px !important;
  }
  .pad-t-sm-279 {
    padding-top: 279px !important;
  }
  .pad-b-sm-279 {
    padding-bottom: 279px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-279 {
    padding-top: 279px !important;
    padding-bottom: 279px !important;
  }
  .pad-t-lg-279 {
    padding-top: 279px !important;
  }
  .pad-b-lg-279 {
    padding-bottom: 279px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-279 {
    padding-top: 279px !important;
    padding-bottom: 279px !important;
  }
  .pad-t-xxl-279 {
    padding-top: 279px !important;
  }
  .pad-b-xxl-279 {
    padding-bottom: 279px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-279 {
    padding-top: 279px !important;
    padding-bottom: 279px !important;
  }
  .pad-t-xxxxl-279 {
    padding-top: 279px !important;
  }
  .pad-b-xxxxl-279 {
    padding-bottom: 279px !important;
  }
}
.pad-y-280 {
  padding-top: 280px !important;
  padding-bottom: 280px !important;
}
.pad-t-280 {
  padding-top: 280px !important;
}
.pad-b-280 {
  padding-bottom: 280px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-280 {
    padding-top: 280px !important;
    padding-bottom: 280px !important;
  }
  .pad-t-sm-280 {
    padding-top: 280px !important;
  }
  .pad-b-sm-280 {
    padding-bottom: 280px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-280 {
    padding-top: 280px !important;
    padding-bottom: 280px !important;
  }
  .pad-t-lg-280 {
    padding-top: 280px !important;
  }
  .pad-b-lg-280 {
    padding-bottom: 280px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-280 {
    padding-top: 280px !important;
    padding-bottom: 280px !important;
  }
  .pad-t-xxl-280 {
    padding-top: 280px !important;
  }
  .pad-b-xxl-280 {
    padding-bottom: 280px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-280 {
    padding-top: 280px !important;
    padding-bottom: 280px !important;
  }
  .pad-t-xxxxl-280 {
    padding-top: 280px !important;
  }
  .pad-b-xxxxl-280 {
    padding-bottom: 280px !important;
  }
}
.pad-y-281 {
  padding-top: 281px !important;
  padding-bottom: 281px !important;
}
.pad-t-281 {
  padding-top: 281px !important;
}
.pad-b-281 {
  padding-bottom: 281px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-281 {
    padding-top: 281px !important;
    padding-bottom: 281px !important;
  }
  .pad-t-sm-281 {
    padding-top: 281px !important;
  }
  .pad-b-sm-281 {
    padding-bottom: 281px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-281 {
    padding-top: 281px !important;
    padding-bottom: 281px !important;
  }
  .pad-t-lg-281 {
    padding-top: 281px !important;
  }
  .pad-b-lg-281 {
    padding-bottom: 281px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-281 {
    padding-top: 281px !important;
    padding-bottom: 281px !important;
  }
  .pad-t-xxl-281 {
    padding-top: 281px !important;
  }
  .pad-b-xxl-281 {
    padding-bottom: 281px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-281 {
    padding-top: 281px !important;
    padding-bottom: 281px !important;
  }
  .pad-t-xxxxl-281 {
    padding-top: 281px !important;
  }
  .pad-b-xxxxl-281 {
    padding-bottom: 281px !important;
  }
}
.pad-y-282 {
  padding-top: 282px !important;
  padding-bottom: 282px !important;
}
.pad-t-282 {
  padding-top: 282px !important;
}
.pad-b-282 {
  padding-bottom: 282px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-282 {
    padding-top: 282px !important;
    padding-bottom: 282px !important;
  }
  .pad-t-sm-282 {
    padding-top: 282px !important;
  }
  .pad-b-sm-282 {
    padding-bottom: 282px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-282 {
    padding-top: 282px !important;
    padding-bottom: 282px !important;
  }
  .pad-t-lg-282 {
    padding-top: 282px !important;
  }
  .pad-b-lg-282 {
    padding-bottom: 282px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-282 {
    padding-top: 282px !important;
    padding-bottom: 282px !important;
  }
  .pad-t-xxl-282 {
    padding-top: 282px !important;
  }
  .pad-b-xxl-282 {
    padding-bottom: 282px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-282 {
    padding-top: 282px !important;
    padding-bottom: 282px !important;
  }
  .pad-t-xxxxl-282 {
    padding-top: 282px !important;
  }
  .pad-b-xxxxl-282 {
    padding-bottom: 282px !important;
  }
}
.pad-y-283 {
  padding-top: 283px !important;
  padding-bottom: 283px !important;
}
.pad-t-283 {
  padding-top: 283px !important;
}
.pad-b-283 {
  padding-bottom: 283px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-283 {
    padding-top: 283px !important;
    padding-bottom: 283px !important;
  }
  .pad-t-sm-283 {
    padding-top: 283px !important;
  }
  .pad-b-sm-283 {
    padding-bottom: 283px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-283 {
    padding-top: 283px !important;
    padding-bottom: 283px !important;
  }
  .pad-t-lg-283 {
    padding-top: 283px !important;
  }
  .pad-b-lg-283 {
    padding-bottom: 283px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-283 {
    padding-top: 283px !important;
    padding-bottom: 283px !important;
  }
  .pad-t-xxl-283 {
    padding-top: 283px !important;
  }
  .pad-b-xxl-283 {
    padding-bottom: 283px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-283 {
    padding-top: 283px !important;
    padding-bottom: 283px !important;
  }
  .pad-t-xxxxl-283 {
    padding-top: 283px !important;
  }
  .pad-b-xxxxl-283 {
    padding-bottom: 283px !important;
  }
}
.pad-y-284 {
  padding-top: 284px !important;
  padding-bottom: 284px !important;
}
.pad-t-284 {
  padding-top: 284px !important;
}
.pad-b-284 {
  padding-bottom: 284px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-284 {
    padding-top: 284px !important;
    padding-bottom: 284px !important;
  }
  .pad-t-sm-284 {
    padding-top: 284px !important;
  }
  .pad-b-sm-284 {
    padding-bottom: 284px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-284 {
    padding-top: 284px !important;
    padding-bottom: 284px !important;
  }
  .pad-t-lg-284 {
    padding-top: 284px !important;
  }
  .pad-b-lg-284 {
    padding-bottom: 284px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-284 {
    padding-top: 284px !important;
    padding-bottom: 284px !important;
  }
  .pad-t-xxl-284 {
    padding-top: 284px !important;
  }
  .pad-b-xxl-284 {
    padding-bottom: 284px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-284 {
    padding-top: 284px !important;
    padding-bottom: 284px !important;
  }
  .pad-t-xxxxl-284 {
    padding-top: 284px !important;
  }
  .pad-b-xxxxl-284 {
    padding-bottom: 284px !important;
  }
}
.pad-y-285 {
  padding-top: 285px !important;
  padding-bottom: 285px !important;
}
.pad-t-285 {
  padding-top: 285px !important;
}
.pad-b-285 {
  padding-bottom: 285px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-285 {
    padding-top: 285px !important;
    padding-bottom: 285px !important;
  }
  .pad-t-sm-285 {
    padding-top: 285px !important;
  }
  .pad-b-sm-285 {
    padding-bottom: 285px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-285 {
    padding-top: 285px !important;
    padding-bottom: 285px !important;
  }
  .pad-t-lg-285 {
    padding-top: 285px !important;
  }
  .pad-b-lg-285 {
    padding-bottom: 285px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-285 {
    padding-top: 285px !important;
    padding-bottom: 285px !important;
  }
  .pad-t-xxl-285 {
    padding-top: 285px !important;
  }
  .pad-b-xxl-285 {
    padding-bottom: 285px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-285 {
    padding-top: 285px !important;
    padding-bottom: 285px !important;
  }
  .pad-t-xxxxl-285 {
    padding-top: 285px !important;
  }
  .pad-b-xxxxl-285 {
    padding-bottom: 285px !important;
  }
}
.pad-y-286 {
  padding-top: 286px !important;
  padding-bottom: 286px !important;
}
.pad-t-286 {
  padding-top: 286px !important;
}
.pad-b-286 {
  padding-bottom: 286px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-286 {
    padding-top: 286px !important;
    padding-bottom: 286px !important;
  }
  .pad-t-sm-286 {
    padding-top: 286px !important;
  }
  .pad-b-sm-286 {
    padding-bottom: 286px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-286 {
    padding-top: 286px !important;
    padding-bottom: 286px !important;
  }
  .pad-t-lg-286 {
    padding-top: 286px !important;
  }
  .pad-b-lg-286 {
    padding-bottom: 286px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-286 {
    padding-top: 286px !important;
    padding-bottom: 286px !important;
  }
  .pad-t-xxl-286 {
    padding-top: 286px !important;
  }
  .pad-b-xxl-286 {
    padding-bottom: 286px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-286 {
    padding-top: 286px !important;
    padding-bottom: 286px !important;
  }
  .pad-t-xxxxl-286 {
    padding-top: 286px !important;
  }
  .pad-b-xxxxl-286 {
    padding-bottom: 286px !important;
  }
}
.pad-y-287 {
  padding-top: 287px !important;
  padding-bottom: 287px !important;
}
.pad-t-287 {
  padding-top: 287px !important;
}
.pad-b-287 {
  padding-bottom: 287px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-287 {
    padding-top: 287px !important;
    padding-bottom: 287px !important;
  }
  .pad-t-sm-287 {
    padding-top: 287px !important;
  }
  .pad-b-sm-287 {
    padding-bottom: 287px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-287 {
    padding-top: 287px !important;
    padding-bottom: 287px !important;
  }
  .pad-t-lg-287 {
    padding-top: 287px !important;
  }
  .pad-b-lg-287 {
    padding-bottom: 287px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-287 {
    padding-top: 287px !important;
    padding-bottom: 287px !important;
  }
  .pad-t-xxl-287 {
    padding-top: 287px !important;
  }
  .pad-b-xxl-287 {
    padding-bottom: 287px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-287 {
    padding-top: 287px !important;
    padding-bottom: 287px !important;
  }
  .pad-t-xxxxl-287 {
    padding-top: 287px !important;
  }
  .pad-b-xxxxl-287 {
    padding-bottom: 287px !important;
  }
}
.pad-y-288 {
  padding-top: 288px !important;
  padding-bottom: 288px !important;
}
.pad-t-288 {
  padding-top: 288px !important;
}
.pad-b-288 {
  padding-bottom: 288px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-288 {
    padding-top: 288px !important;
    padding-bottom: 288px !important;
  }
  .pad-t-sm-288 {
    padding-top: 288px !important;
  }
  .pad-b-sm-288 {
    padding-bottom: 288px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-288 {
    padding-top: 288px !important;
    padding-bottom: 288px !important;
  }
  .pad-t-lg-288 {
    padding-top: 288px !important;
  }
  .pad-b-lg-288 {
    padding-bottom: 288px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-288 {
    padding-top: 288px !important;
    padding-bottom: 288px !important;
  }
  .pad-t-xxl-288 {
    padding-top: 288px !important;
  }
  .pad-b-xxl-288 {
    padding-bottom: 288px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-288 {
    padding-top: 288px !important;
    padding-bottom: 288px !important;
  }
  .pad-t-xxxxl-288 {
    padding-top: 288px !important;
  }
  .pad-b-xxxxl-288 {
    padding-bottom: 288px !important;
  }
}
.pad-y-289 {
  padding-top: 289px !important;
  padding-bottom: 289px !important;
}
.pad-t-289 {
  padding-top: 289px !important;
}
.pad-b-289 {
  padding-bottom: 289px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-289 {
    padding-top: 289px !important;
    padding-bottom: 289px !important;
  }
  .pad-t-sm-289 {
    padding-top: 289px !important;
  }
  .pad-b-sm-289 {
    padding-bottom: 289px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-289 {
    padding-top: 289px !important;
    padding-bottom: 289px !important;
  }
  .pad-t-lg-289 {
    padding-top: 289px !important;
  }
  .pad-b-lg-289 {
    padding-bottom: 289px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-289 {
    padding-top: 289px !important;
    padding-bottom: 289px !important;
  }
  .pad-t-xxl-289 {
    padding-top: 289px !important;
  }
  .pad-b-xxl-289 {
    padding-bottom: 289px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-289 {
    padding-top: 289px !important;
    padding-bottom: 289px !important;
  }
  .pad-t-xxxxl-289 {
    padding-top: 289px !important;
  }
  .pad-b-xxxxl-289 {
    padding-bottom: 289px !important;
  }
}
.pad-y-290 {
  padding-top: 290px !important;
  padding-bottom: 290px !important;
}
.pad-t-290 {
  padding-top: 290px !important;
}
.pad-b-290 {
  padding-bottom: 290px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-290 {
    padding-top: 290px !important;
    padding-bottom: 290px !important;
  }
  .pad-t-sm-290 {
    padding-top: 290px !important;
  }
  .pad-b-sm-290 {
    padding-bottom: 290px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-290 {
    padding-top: 290px !important;
    padding-bottom: 290px !important;
  }
  .pad-t-lg-290 {
    padding-top: 290px !important;
  }
  .pad-b-lg-290 {
    padding-bottom: 290px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-290 {
    padding-top: 290px !important;
    padding-bottom: 290px !important;
  }
  .pad-t-xxl-290 {
    padding-top: 290px !important;
  }
  .pad-b-xxl-290 {
    padding-bottom: 290px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-290 {
    padding-top: 290px !important;
    padding-bottom: 290px !important;
  }
  .pad-t-xxxxl-290 {
    padding-top: 290px !important;
  }
  .pad-b-xxxxl-290 {
    padding-bottom: 290px !important;
  }
}
.pad-y-291 {
  padding-top: 291px !important;
  padding-bottom: 291px !important;
}
.pad-t-291 {
  padding-top: 291px !important;
}
.pad-b-291 {
  padding-bottom: 291px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-291 {
    padding-top: 291px !important;
    padding-bottom: 291px !important;
  }
  .pad-t-sm-291 {
    padding-top: 291px !important;
  }
  .pad-b-sm-291 {
    padding-bottom: 291px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-291 {
    padding-top: 291px !important;
    padding-bottom: 291px !important;
  }
  .pad-t-lg-291 {
    padding-top: 291px !important;
  }
  .pad-b-lg-291 {
    padding-bottom: 291px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-291 {
    padding-top: 291px !important;
    padding-bottom: 291px !important;
  }
  .pad-t-xxl-291 {
    padding-top: 291px !important;
  }
  .pad-b-xxl-291 {
    padding-bottom: 291px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-291 {
    padding-top: 291px !important;
    padding-bottom: 291px !important;
  }
  .pad-t-xxxxl-291 {
    padding-top: 291px !important;
  }
  .pad-b-xxxxl-291 {
    padding-bottom: 291px !important;
  }
}
.pad-y-292 {
  padding-top: 292px !important;
  padding-bottom: 292px !important;
}
.pad-t-292 {
  padding-top: 292px !important;
}
.pad-b-292 {
  padding-bottom: 292px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-292 {
    padding-top: 292px !important;
    padding-bottom: 292px !important;
  }
  .pad-t-sm-292 {
    padding-top: 292px !important;
  }
  .pad-b-sm-292 {
    padding-bottom: 292px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-292 {
    padding-top: 292px !important;
    padding-bottom: 292px !important;
  }
  .pad-t-lg-292 {
    padding-top: 292px !important;
  }
  .pad-b-lg-292 {
    padding-bottom: 292px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-292 {
    padding-top: 292px !important;
    padding-bottom: 292px !important;
  }
  .pad-t-xxl-292 {
    padding-top: 292px !important;
  }
  .pad-b-xxl-292 {
    padding-bottom: 292px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-292 {
    padding-top: 292px !important;
    padding-bottom: 292px !important;
  }
  .pad-t-xxxxl-292 {
    padding-top: 292px !important;
  }
  .pad-b-xxxxl-292 {
    padding-bottom: 292px !important;
  }
}
.pad-y-293 {
  padding-top: 293px !important;
  padding-bottom: 293px !important;
}
.pad-t-293 {
  padding-top: 293px !important;
}
.pad-b-293 {
  padding-bottom: 293px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-293 {
    padding-top: 293px !important;
    padding-bottom: 293px !important;
  }
  .pad-t-sm-293 {
    padding-top: 293px !important;
  }
  .pad-b-sm-293 {
    padding-bottom: 293px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-293 {
    padding-top: 293px !important;
    padding-bottom: 293px !important;
  }
  .pad-t-lg-293 {
    padding-top: 293px !important;
  }
  .pad-b-lg-293 {
    padding-bottom: 293px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-293 {
    padding-top: 293px !important;
    padding-bottom: 293px !important;
  }
  .pad-t-xxl-293 {
    padding-top: 293px !important;
  }
  .pad-b-xxl-293 {
    padding-bottom: 293px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-293 {
    padding-top: 293px !important;
    padding-bottom: 293px !important;
  }
  .pad-t-xxxxl-293 {
    padding-top: 293px !important;
  }
  .pad-b-xxxxl-293 {
    padding-bottom: 293px !important;
  }
}
.pad-y-294 {
  padding-top: 294px !important;
  padding-bottom: 294px !important;
}
.pad-t-294 {
  padding-top: 294px !important;
}
.pad-b-294 {
  padding-bottom: 294px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-294 {
    padding-top: 294px !important;
    padding-bottom: 294px !important;
  }
  .pad-t-sm-294 {
    padding-top: 294px !important;
  }
  .pad-b-sm-294 {
    padding-bottom: 294px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-294 {
    padding-top: 294px !important;
    padding-bottom: 294px !important;
  }
  .pad-t-lg-294 {
    padding-top: 294px !important;
  }
  .pad-b-lg-294 {
    padding-bottom: 294px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-294 {
    padding-top: 294px !important;
    padding-bottom: 294px !important;
  }
  .pad-t-xxl-294 {
    padding-top: 294px !important;
  }
  .pad-b-xxl-294 {
    padding-bottom: 294px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-294 {
    padding-top: 294px !important;
    padding-bottom: 294px !important;
  }
  .pad-t-xxxxl-294 {
    padding-top: 294px !important;
  }
  .pad-b-xxxxl-294 {
    padding-bottom: 294px !important;
  }
}
.pad-y-295 {
  padding-top: 295px !important;
  padding-bottom: 295px !important;
}
.pad-t-295 {
  padding-top: 295px !important;
}
.pad-b-295 {
  padding-bottom: 295px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-295 {
    padding-top: 295px !important;
    padding-bottom: 295px !important;
  }
  .pad-t-sm-295 {
    padding-top: 295px !important;
  }
  .pad-b-sm-295 {
    padding-bottom: 295px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-295 {
    padding-top: 295px !important;
    padding-bottom: 295px !important;
  }
  .pad-t-lg-295 {
    padding-top: 295px !important;
  }
  .pad-b-lg-295 {
    padding-bottom: 295px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-295 {
    padding-top: 295px !important;
    padding-bottom: 295px !important;
  }
  .pad-t-xxl-295 {
    padding-top: 295px !important;
  }
  .pad-b-xxl-295 {
    padding-bottom: 295px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-295 {
    padding-top: 295px !important;
    padding-bottom: 295px !important;
  }
  .pad-t-xxxxl-295 {
    padding-top: 295px !important;
  }
  .pad-b-xxxxl-295 {
    padding-bottom: 295px !important;
  }
}
.pad-y-296 {
  padding-top: 296px !important;
  padding-bottom: 296px !important;
}
.pad-t-296 {
  padding-top: 296px !important;
}
.pad-b-296 {
  padding-bottom: 296px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-296 {
    padding-top: 296px !important;
    padding-bottom: 296px !important;
  }
  .pad-t-sm-296 {
    padding-top: 296px !important;
  }
  .pad-b-sm-296 {
    padding-bottom: 296px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-296 {
    padding-top: 296px !important;
    padding-bottom: 296px !important;
  }
  .pad-t-lg-296 {
    padding-top: 296px !important;
  }
  .pad-b-lg-296 {
    padding-bottom: 296px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-296 {
    padding-top: 296px !important;
    padding-bottom: 296px !important;
  }
  .pad-t-xxl-296 {
    padding-top: 296px !important;
  }
  .pad-b-xxl-296 {
    padding-bottom: 296px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-296 {
    padding-top: 296px !important;
    padding-bottom: 296px !important;
  }
  .pad-t-xxxxl-296 {
    padding-top: 296px !important;
  }
  .pad-b-xxxxl-296 {
    padding-bottom: 296px !important;
  }
}
.pad-y-297 {
  padding-top: 297px !important;
  padding-bottom: 297px !important;
}
.pad-t-297 {
  padding-top: 297px !important;
}
.pad-b-297 {
  padding-bottom: 297px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-297 {
    padding-top: 297px !important;
    padding-bottom: 297px !important;
  }
  .pad-t-sm-297 {
    padding-top: 297px !important;
  }
  .pad-b-sm-297 {
    padding-bottom: 297px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-297 {
    padding-top: 297px !important;
    padding-bottom: 297px !important;
  }
  .pad-t-lg-297 {
    padding-top: 297px !important;
  }
  .pad-b-lg-297 {
    padding-bottom: 297px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-297 {
    padding-top: 297px !important;
    padding-bottom: 297px !important;
  }
  .pad-t-xxl-297 {
    padding-top: 297px !important;
  }
  .pad-b-xxl-297 {
    padding-bottom: 297px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-297 {
    padding-top: 297px !important;
    padding-bottom: 297px !important;
  }
  .pad-t-xxxxl-297 {
    padding-top: 297px !important;
  }
  .pad-b-xxxxl-297 {
    padding-bottom: 297px !important;
  }
}
.pad-y-298 {
  padding-top: 298px !important;
  padding-bottom: 298px !important;
}
.pad-t-298 {
  padding-top: 298px !important;
}
.pad-b-298 {
  padding-bottom: 298px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-298 {
    padding-top: 298px !important;
    padding-bottom: 298px !important;
  }
  .pad-t-sm-298 {
    padding-top: 298px !important;
  }
  .pad-b-sm-298 {
    padding-bottom: 298px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-298 {
    padding-top: 298px !important;
    padding-bottom: 298px !important;
  }
  .pad-t-lg-298 {
    padding-top: 298px !important;
  }
  .pad-b-lg-298 {
    padding-bottom: 298px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-298 {
    padding-top: 298px !important;
    padding-bottom: 298px !important;
  }
  .pad-t-xxl-298 {
    padding-top: 298px !important;
  }
  .pad-b-xxl-298 {
    padding-bottom: 298px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-298 {
    padding-top: 298px !important;
    padding-bottom: 298px !important;
  }
  .pad-t-xxxxl-298 {
    padding-top: 298px !important;
  }
  .pad-b-xxxxl-298 {
    padding-bottom: 298px !important;
  }
}
.pad-y-299 {
  padding-top: 299px !important;
  padding-bottom: 299px !important;
}
.pad-t-299 {
  padding-top: 299px !important;
}
.pad-b-299 {
  padding-bottom: 299px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-299 {
    padding-top: 299px !important;
    padding-bottom: 299px !important;
  }
  .pad-t-sm-299 {
    padding-top: 299px !important;
  }
  .pad-b-sm-299 {
    padding-bottom: 299px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-299 {
    padding-top: 299px !important;
    padding-bottom: 299px !important;
  }
  .pad-t-lg-299 {
    padding-top: 299px !important;
  }
  .pad-b-lg-299 {
    padding-bottom: 299px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-299 {
    padding-top: 299px !important;
    padding-bottom: 299px !important;
  }
  .pad-t-xxl-299 {
    padding-top: 299px !important;
  }
  .pad-b-xxl-299 {
    padding-bottom: 299px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-299 {
    padding-top: 299px !important;
    padding-bottom: 299px !important;
  }
  .pad-t-xxxxl-299 {
    padding-top: 299px !important;
  }
  .pad-b-xxxxl-299 {
    padding-bottom: 299px !important;
  }
}
.pad-y-300 {
  padding-top: 300px !important;
  padding-bottom: 300px !important;
}
.pad-t-300 {
  padding-top: 300px !important;
}
.pad-b-300 {
  padding-bottom: 300px !important;
}
@media (min-width: 576px) {
  .pad-y-sm-300 {
    padding-top: 300px !important;
    padding-bottom: 300px !important;
  }
  .pad-t-sm-300 {
    padding-top: 300px !important;
  }
  .pad-b-sm-300 {
    padding-bottom: 300px !important;
  }
}
@media (min-width: 991px) {
  .pad-y-lg-300 {
    padding-top: 300px !important;
    padding-bottom: 300px !important;
  }
  .pad-t-lg-300 {
    padding-top: 300px !important;
  }
  .pad-b-lg-300 {
    padding-bottom: 300px !important;
  }
}
@media (min-width: 1440px) {
  .pad-y-xxl-300 {
    padding-top: 300px !important;
    padding-bottom: 300px !important;
  }
  .pad-t-xxl-300 {
    padding-top: 300px !important;
  }
  .pad-b-xxl-300 {
    padding-bottom: 300px !important;
  }
}
@media (min-width: 1920px) {
  .pad-y-xxxxl-300 {
    padding-top: 300px !important;
    padding-bottom: 300px !important;
  }
  .pad-t-xxxxl-300 {
    padding-top: 300px !important;
  }
  .pad-b-xxxxl-300 {
    padding-bottom: 300px !important;
  }
}
/*
 * Margin
 * -------------------------------------------------------- */
.mrg-y-0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}
.mrg-t-0 {
  margin-top: 0px !important;
}
.mrg-b-0 {
  margin-bottom: 0px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .mrg-t-sm-0 {
    margin-top: 0px !important;
  }
  .mrg-b-sm-0 {
    margin-bottom: 0px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .mrg-t-lg-0 {
    margin-top: 0px !important;
  }
  .mrg-b-lg-0 {
    margin-bottom: 0px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .mrg-t-xxl-0 {
    margin-top: 0px !important;
  }
  .mrg-b-xxl-0 {
    margin-bottom: 0px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .mrg-t-xxxxl-0 {
    margin-top: 0px !important;
  }
  .mrg-b-xxxxl-0 {
    margin-bottom: 0px !important;
  }
}
.mrg-y-1 {
  margin-top: 1px !important;
  margin-bottom: 1px !important;
}
.mrg-t-1 {
  margin-top: 1px !important;
}
.mrg-b-1 {
  margin-bottom: 1px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-1 {
    margin-top: 1px !important;
    margin-bottom: 1px !important;
  }
  .mrg-t-sm-1 {
    margin-top: 1px !important;
  }
  .mrg-b-sm-1 {
    margin-bottom: 1px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-1 {
    margin-top: 1px !important;
    margin-bottom: 1px !important;
  }
  .mrg-t-lg-1 {
    margin-top: 1px !important;
  }
  .mrg-b-lg-1 {
    margin-bottom: 1px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-1 {
    margin-top: 1px !important;
    margin-bottom: 1px !important;
  }
  .mrg-t-xxl-1 {
    margin-top: 1px !important;
  }
  .mrg-b-xxl-1 {
    margin-bottom: 1px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-1 {
    margin-top: 1px !important;
    margin-bottom: 1px !important;
  }
  .mrg-t-xxxxl-1 {
    margin-top: 1px !important;
  }
  .mrg-b-xxxxl-1 {
    margin-bottom: 1px !important;
  }
}
.mrg-y-2 {
  margin-top: 2px !important;
  margin-bottom: 2px !important;
}
.mrg-t-2 {
  margin-top: 2px !important;
}
.mrg-b-2 {
  margin-bottom: 2px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-2 {
    margin-top: 2px !important;
    margin-bottom: 2px !important;
  }
  .mrg-t-sm-2 {
    margin-top: 2px !important;
  }
  .mrg-b-sm-2 {
    margin-bottom: 2px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-2 {
    margin-top: 2px !important;
    margin-bottom: 2px !important;
  }
  .mrg-t-lg-2 {
    margin-top: 2px !important;
  }
  .mrg-b-lg-2 {
    margin-bottom: 2px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-2 {
    margin-top: 2px !important;
    margin-bottom: 2px !important;
  }
  .mrg-t-xxl-2 {
    margin-top: 2px !important;
  }
  .mrg-b-xxl-2 {
    margin-bottom: 2px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-2 {
    margin-top: 2px !important;
    margin-bottom: 2px !important;
  }
  .mrg-t-xxxxl-2 {
    margin-top: 2px !important;
  }
  .mrg-b-xxxxl-2 {
    margin-bottom: 2px !important;
  }
}
.mrg-y-3 {
  margin-top: 3px !important;
  margin-bottom: 3px !important;
}
.mrg-t-3 {
  margin-top: 3px !important;
}
.mrg-b-3 {
  margin-bottom: 3px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-3 {
    margin-top: 3px !important;
    margin-bottom: 3px !important;
  }
  .mrg-t-sm-3 {
    margin-top: 3px !important;
  }
  .mrg-b-sm-3 {
    margin-bottom: 3px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-3 {
    margin-top: 3px !important;
    margin-bottom: 3px !important;
  }
  .mrg-t-lg-3 {
    margin-top: 3px !important;
  }
  .mrg-b-lg-3 {
    margin-bottom: 3px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-3 {
    margin-top: 3px !important;
    margin-bottom: 3px !important;
  }
  .mrg-t-xxl-3 {
    margin-top: 3px !important;
  }
  .mrg-b-xxl-3 {
    margin-bottom: 3px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-3 {
    margin-top: 3px !important;
    margin-bottom: 3px !important;
  }
  .mrg-t-xxxxl-3 {
    margin-top: 3px !important;
  }
  .mrg-b-xxxxl-3 {
    margin-bottom: 3px !important;
  }
}
.mrg-y-4 {
  margin-top: 4px !important;
  margin-bottom: 4px !important;
}
.mrg-t-4 {
  margin-top: 4px !important;
}
.mrg-b-4 {
  margin-bottom: 4px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-4 {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
  }
  .mrg-t-sm-4 {
    margin-top: 4px !important;
  }
  .mrg-b-sm-4 {
    margin-bottom: 4px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-4 {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
  }
  .mrg-t-lg-4 {
    margin-top: 4px !important;
  }
  .mrg-b-lg-4 {
    margin-bottom: 4px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-4 {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
  }
  .mrg-t-xxl-4 {
    margin-top: 4px !important;
  }
  .mrg-b-xxl-4 {
    margin-bottom: 4px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-4 {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
  }
  .mrg-t-xxxxl-4 {
    margin-top: 4px !important;
  }
  .mrg-b-xxxxl-4 {
    margin-bottom: 4px !important;
  }
}
.mrg-y-5 {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}
.mrg-t-5 {
  margin-top: 5px !important;
}
.mrg-b-5 {
  margin-bottom: 5px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }
  .mrg-t-sm-5 {
    margin-top: 5px !important;
  }
  .mrg-b-sm-5 {
    margin-bottom: 5px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }
  .mrg-t-lg-5 {
    margin-top: 5px !important;
  }
  .mrg-b-lg-5 {
    margin-bottom: 5px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }
  .mrg-t-xxl-5 {
    margin-top: 5px !important;
  }
  .mrg-b-xxl-5 {
    margin-bottom: 5px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }
  .mrg-t-xxxxl-5 {
    margin-top: 5px !important;
  }
  .mrg-b-xxxxl-5 {
    margin-bottom: 5px !important;
  }
}
.mrg-y-6 {
  margin-top: 6px !important;
  margin-bottom: 6px !important;
}
.mrg-t-6 {
  margin-top: 6px !important;
}
.mrg-b-6 {
  margin-bottom: 6px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-6 {
    margin-top: 6px !important;
    margin-bottom: 6px !important;
  }
  .mrg-t-sm-6 {
    margin-top: 6px !important;
  }
  .mrg-b-sm-6 {
    margin-bottom: 6px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-6 {
    margin-top: 6px !important;
    margin-bottom: 6px !important;
  }
  .mrg-t-lg-6 {
    margin-top: 6px !important;
  }
  .mrg-b-lg-6 {
    margin-bottom: 6px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-6 {
    margin-top: 6px !important;
    margin-bottom: 6px !important;
  }
  .mrg-t-xxl-6 {
    margin-top: 6px !important;
  }
  .mrg-b-xxl-6 {
    margin-bottom: 6px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-6 {
    margin-top: 6px !important;
    margin-bottom: 6px !important;
  }
  .mrg-t-xxxxl-6 {
    margin-top: 6px !important;
  }
  .mrg-b-xxxxl-6 {
    margin-bottom: 6px !important;
  }
}
.mrg-y-7 {
  margin-top: 7px !important;
  margin-bottom: 7px !important;
}
.mrg-t-7 {
  margin-top: 7px !important;
}
.mrg-b-7 {
  margin-bottom: 7px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-7 {
    margin-top: 7px !important;
    margin-bottom: 7px !important;
  }
  .mrg-t-sm-7 {
    margin-top: 7px !important;
  }
  .mrg-b-sm-7 {
    margin-bottom: 7px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-7 {
    margin-top: 7px !important;
    margin-bottom: 7px !important;
  }
  .mrg-t-lg-7 {
    margin-top: 7px !important;
  }
  .mrg-b-lg-7 {
    margin-bottom: 7px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-7 {
    margin-top: 7px !important;
    margin-bottom: 7px !important;
  }
  .mrg-t-xxl-7 {
    margin-top: 7px !important;
  }
  .mrg-b-xxl-7 {
    margin-bottom: 7px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-7 {
    margin-top: 7px !important;
    margin-bottom: 7px !important;
  }
  .mrg-t-xxxxl-7 {
    margin-top: 7px !important;
  }
  .mrg-b-xxxxl-7 {
    margin-bottom: 7px !important;
  }
}
.mrg-y-8 {
  margin-top: 8px !important;
  margin-bottom: 8px !important;
}
.mrg-t-8 {
  margin-top: 8px !important;
}
.mrg-b-8 {
  margin-bottom: 8px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-8 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }
  .mrg-t-sm-8 {
    margin-top: 8px !important;
  }
  .mrg-b-sm-8 {
    margin-bottom: 8px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-8 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }
  .mrg-t-lg-8 {
    margin-top: 8px !important;
  }
  .mrg-b-lg-8 {
    margin-bottom: 8px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-8 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }
  .mrg-t-xxl-8 {
    margin-top: 8px !important;
  }
  .mrg-b-xxl-8 {
    margin-bottom: 8px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-8 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }
  .mrg-t-xxxxl-8 {
    margin-top: 8px !important;
  }
  .mrg-b-xxxxl-8 {
    margin-bottom: 8px !important;
  }
}
.mrg-y-9 {
  margin-top: 9px !important;
  margin-bottom: 9px !important;
}
.mrg-t-9 {
  margin-top: 9px !important;
}
.mrg-b-9 {
  margin-bottom: 9px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-9 {
    margin-top: 9px !important;
    margin-bottom: 9px !important;
  }
  .mrg-t-sm-9 {
    margin-top: 9px !important;
  }
  .mrg-b-sm-9 {
    margin-bottom: 9px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-9 {
    margin-top: 9px !important;
    margin-bottom: 9px !important;
  }
  .mrg-t-lg-9 {
    margin-top: 9px !important;
  }
  .mrg-b-lg-9 {
    margin-bottom: 9px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-9 {
    margin-top: 9px !important;
    margin-bottom: 9px !important;
  }
  .mrg-t-xxl-9 {
    margin-top: 9px !important;
  }
  .mrg-b-xxl-9 {
    margin-bottom: 9px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-9 {
    margin-top: 9px !important;
    margin-bottom: 9px !important;
  }
  .mrg-t-xxxxl-9 {
    margin-top: 9px !important;
  }
  .mrg-b-xxxxl-9 {
    margin-bottom: 9px !important;
  }
}
.mrg-y-10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}
.mrg-t-10 {
  margin-top: 10px !important;
}
.mrg-b-10 {
  margin-bottom: 10px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  .mrg-t-sm-10 {
    margin-top: 10px !important;
  }
  .mrg-b-sm-10 {
    margin-bottom: 10px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  .mrg-t-lg-10 {
    margin-top: 10px !important;
  }
  .mrg-b-lg-10 {
    margin-bottom: 10px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  .mrg-t-xxl-10 {
    margin-top: 10px !important;
  }
  .mrg-b-xxl-10 {
    margin-bottom: 10px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  .mrg-t-xxxxl-10 {
    margin-top: 10px !important;
  }
  .mrg-b-xxxxl-10 {
    margin-bottom: 10px !important;
  }
}
.mrg-y-11 {
  margin-top: 11px !important;
  margin-bottom: 11px !important;
}
.mrg-t-11 {
  margin-top: 11px !important;
}
.mrg-b-11 {
  margin-bottom: 11px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-11 {
    margin-top: 11px !important;
    margin-bottom: 11px !important;
  }
  .mrg-t-sm-11 {
    margin-top: 11px !important;
  }
  .mrg-b-sm-11 {
    margin-bottom: 11px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-11 {
    margin-top: 11px !important;
    margin-bottom: 11px !important;
  }
  .mrg-t-lg-11 {
    margin-top: 11px !important;
  }
  .mrg-b-lg-11 {
    margin-bottom: 11px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-11 {
    margin-top: 11px !important;
    margin-bottom: 11px !important;
  }
  .mrg-t-xxl-11 {
    margin-top: 11px !important;
  }
  .mrg-b-xxl-11 {
    margin-bottom: 11px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-11 {
    margin-top: 11px !important;
    margin-bottom: 11px !important;
  }
  .mrg-t-xxxxl-11 {
    margin-top: 11px !important;
  }
  .mrg-b-xxxxl-11 {
    margin-bottom: 11px !important;
  }
}
.mrg-y-12 {
  margin-top: 12px !important;
  margin-bottom: 12px !important;
}
.mrg-t-12 {
  margin-top: 12px !important;
}
.mrg-b-12 {
  margin-bottom: 12px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-12 {
    margin-top: 12px !important;
    margin-bottom: 12px !important;
  }
  .mrg-t-sm-12 {
    margin-top: 12px !important;
  }
  .mrg-b-sm-12 {
    margin-bottom: 12px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-12 {
    margin-top: 12px !important;
    margin-bottom: 12px !important;
  }
  .mrg-t-lg-12 {
    margin-top: 12px !important;
  }
  .mrg-b-lg-12 {
    margin-bottom: 12px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-12 {
    margin-top: 12px !important;
    margin-bottom: 12px !important;
  }
  .mrg-t-xxl-12 {
    margin-top: 12px !important;
  }
  .mrg-b-xxl-12 {
    margin-bottom: 12px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-12 {
    margin-top: 12px !important;
    margin-bottom: 12px !important;
  }
  .mrg-t-xxxxl-12 {
    margin-top: 12px !important;
  }
  .mrg-b-xxxxl-12 {
    margin-bottom: 12px !important;
  }
}
.mrg-y-13 {
  margin-top: 13px !important;
  margin-bottom: 13px !important;
}
.mrg-t-13 {
  margin-top: 13px !important;
}
.mrg-b-13 {
  margin-bottom: 13px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-13 {
    margin-top: 13px !important;
    margin-bottom: 13px !important;
  }
  .mrg-t-sm-13 {
    margin-top: 13px !important;
  }
  .mrg-b-sm-13 {
    margin-bottom: 13px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-13 {
    margin-top: 13px !important;
    margin-bottom: 13px !important;
  }
  .mrg-t-lg-13 {
    margin-top: 13px !important;
  }
  .mrg-b-lg-13 {
    margin-bottom: 13px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-13 {
    margin-top: 13px !important;
    margin-bottom: 13px !important;
  }
  .mrg-t-xxl-13 {
    margin-top: 13px !important;
  }
  .mrg-b-xxl-13 {
    margin-bottom: 13px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-13 {
    margin-top: 13px !important;
    margin-bottom: 13px !important;
  }
  .mrg-t-xxxxl-13 {
    margin-top: 13px !important;
  }
  .mrg-b-xxxxl-13 {
    margin-bottom: 13px !important;
  }
}
.mrg-y-14 {
  margin-top: 14px !important;
  margin-bottom: 14px !important;
}
.mrg-t-14 {
  margin-top: 14px !important;
}
.mrg-b-14 {
  margin-bottom: 14px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-14 {
    margin-top: 14px !important;
    margin-bottom: 14px !important;
  }
  .mrg-t-sm-14 {
    margin-top: 14px !important;
  }
  .mrg-b-sm-14 {
    margin-bottom: 14px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-14 {
    margin-top: 14px !important;
    margin-bottom: 14px !important;
  }
  .mrg-t-lg-14 {
    margin-top: 14px !important;
  }
  .mrg-b-lg-14 {
    margin-bottom: 14px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-14 {
    margin-top: 14px !important;
    margin-bottom: 14px !important;
  }
  .mrg-t-xxl-14 {
    margin-top: 14px !important;
  }
  .mrg-b-xxl-14 {
    margin-bottom: 14px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-14 {
    margin-top: 14px !important;
    margin-bottom: 14px !important;
  }
  .mrg-t-xxxxl-14 {
    margin-top: 14px !important;
  }
  .mrg-b-xxxxl-14 {
    margin-bottom: 14px !important;
  }
}
.mrg-y-15 {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}
.mrg-t-15 {
  margin-top: 15px !important;
}
.mrg-b-15 {
  margin-bottom: 15px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }
  .mrg-t-sm-15 {
    margin-top: 15px !important;
  }
  .mrg-b-sm-15 {
    margin-bottom: 15px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }
  .mrg-t-lg-15 {
    margin-top: 15px !important;
  }
  .mrg-b-lg-15 {
    margin-bottom: 15px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }
  .mrg-t-xxl-15 {
    margin-top: 15px !important;
  }
  .mrg-b-xxl-15 {
    margin-bottom: 15px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }
  .mrg-t-xxxxl-15 {
    margin-top: 15px !important;
  }
  .mrg-b-xxxxl-15 {
    margin-bottom: 15px !important;
  }
}
.mrg-y-16 {
  margin-top: 16px !important;
  margin-bottom: 16px !important;
}
.mrg-t-16 {
  margin-top: 16px !important;
}
.mrg-b-16 {
  margin-bottom: 16px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-16 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }
  .mrg-t-sm-16 {
    margin-top: 16px !important;
  }
  .mrg-b-sm-16 {
    margin-bottom: 16px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-16 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }
  .mrg-t-lg-16 {
    margin-top: 16px !important;
  }
  .mrg-b-lg-16 {
    margin-bottom: 16px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-16 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }
  .mrg-t-xxl-16 {
    margin-top: 16px !important;
  }
  .mrg-b-xxl-16 {
    margin-bottom: 16px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-16 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }
  .mrg-t-xxxxl-16 {
    margin-top: 16px !important;
  }
  .mrg-b-xxxxl-16 {
    margin-bottom: 16px !important;
  }
}
.mrg-y-17 {
  margin-top: 17px !important;
  margin-bottom: 17px !important;
}
.mrg-t-17 {
  margin-top: 17px !important;
}
.mrg-b-17 {
  margin-bottom: 17px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-17 {
    margin-top: 17px !important;
    margin-bottom: 17px !important;
  }
  .mrg-t-sm-17 {
    margin-top: 17px !important;
  }
  .mrg-b-sm-17 {
    margin-bottom: 17px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-17 {
    margin-top: 17px !important;
    margin-bottom: 17px !important;
  }
  .mrg-t-lg-17 {
    margin-top: 17px !important;
  }
  .mrg-b-lg-17 {
    margin-bottom: 17px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-17 {
    margin-top: 17px !important;
    margin-bottom: 17px !important;
  }
  .mrg-t-xxl-17 {
    margin-top: 17px !important;
  }
  .mrg-b-xxl-17 {
    margin-bottom: 17px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-17 {
    margin-top: 17px !important;
    margin-bottom: 17px !important;
  }
  .mrg-t-xxxxl-17 {
    margin-top: 17px !important;
  }
  .mrg-b-xxxxl-17 {
    margin-bottom: 17px !important;
  }
}
.mrg-y-18 {
  margin-top: 18px !important;
  margin-bottom: 18px !important;
}
.mrg-t-18 {
  margin-top: 18px !important;
}
.mrg-b-18 {
  margin-bottom: 18px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-18 {
    margin-top: 18px !important;
    margin-bottom: 18px !important;
  }
  .mrg-t-sm-18 {
    margin-top: 18px !important;
  }
  .mrg-b-sm-18 {
    margin-bottom: 18px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-18 {
    margin-top: 18px !important;
    margin-bottom: 18px !important;
  }
  .mrg-t-lg-18 {
    margin-top: 18px !important;
  }
  .mrg-b-lg-18 {
    margin-bottom: 18px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-18 {
    margin-top: 18px !important;
    margin-bottom: 18px !important;
  }
  .mrg-t-xxl-18 {
    margin-top: 18px !important;
  }
  .mrg-b-xxl-18 {
    margin-bottom: 18px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-18 {
    margin-top: 18px !important;
    margin-bottom: 18px !important;
  }
  .mrg-t-xxxxl-18 {
    margin-top: 18px !important;
  }
  .mrg-b-xxxxl-18 {
    margin-bottom: 18px !important;
  }
}
.mrg-y-19 {
  margin-top: 19px !important;
  margin-bottom: 19px !important;
}
.mrg-t-19 {
  margin-top: 19px !important;
}
.mrg-b-19 {
  margin-bottom: 19px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-19 {
    margin-top: 19px !important;
    margin-bottom: 19px !important;
  }
  .mrg-t-sm-19 {
    margin-top: 19px !important;
  }
  .mrg-b-sm-19 {
    margin-bottom: 19px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-19 {
    margin-top: 19px !important;
    margin-bottom: 19px !important;
  }
  .mrg-t-lg-19 {
    margin-top: 19px !important;
  }
  .mrg-b-lg-19 {
    margin-bottom: 19px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-19 {
    margin-top: 19px !important;
    margin-bottom: 19px !important;
  }
  .mrg-t-xxl-19 {
    margin-top: 19px !important;
  }
  .mrg-b-xxl-19 {
    margin-bottom: 19px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-19 {
    margin-top: 19px !important;
    margin-bottom: 19px !important;
  }
  .mrg-t-xxxxl-19 {
    margin-top: 19px !important;
  }
  .mrg-b-xxxxl-19 {
    margin-bottom: 19px !important;
  }
}
.mrg-y-20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}
.mrg-t-20 {
  margin-top: 20px !important;
}
.mrg-b-20 {
  margin-bottom: 20px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .mrg-t-sm-20 {
    margin-top: 20px !important;
  }
  .mrg-b-sm-20 {
    margin-bottom: 20px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .mrg-t-lg-20 {
    margin-top: 20px !important;
  }
  .mrg-b-lg-20 {
    margin-bottom: 20px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .mrg-t-xxl-20 {
    margin-top: 20px !important;
  }
  .mrg-b-xxl-20 {
    margin-bottom: 20px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .mrg-t-xxxxl-20 {
    margin-top: 20px !important;
  }
  .mrg-b-xxxxl-20 {
    margin-bottom: 20px !important;
  }
}
.mrg-y-21 {
  margin-top: 21px !important;
  margin-bottom: 21px !important;
}
.mrg-t-21 {
  margin-top: 21px !important;
}
.mrg-b-21 {
  margin-bottom: 21px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-21 {
    margin-top: 21px !important;
    margin-bottom: 21px !important;
  }
  .mrg-t-sm-21 {
    margin-top: 21px !important;
  }
  .mrg-b-sm-21 {
    margin-bottom: 21px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-21 {
    margin-top: 21px !important;
    margin-bottom: 21px !important;
  }
  .mrg-t-lg-21 {
    margin-top: 21px !important;
  }
  .mrg-b-lg-21 {
    margin-bottom: 21px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-21 {
    margin-top: 21px !important;
    margin-bottom: 21px !important;
  }
  .mrg-t-xxl-21 {
    margin-top: 21px !important;
  }
  .mrg-b-xxl-21 {
    margin-bottom: 21px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-21 {
    margin-top: 21px !important;
    margin-bottom: 21px !important;
  }
  .mrg-t-xxxxl-21 {
    margin-top: 21px !important;
  }
  .mrg-b-xxxxl-21 {
    margin-bottom: 21px !important;
  }
}
.mrg-y-22 {
  margin-top: 22px !important;
  margin-bottom: 22px !important;
}
.mrg-t-22 {
  margin-top: 22px !important;
}
.mrg-b-22 {
  margin-bottom: 22px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-22 {
    margin-top: 22px !important;
    margin-bottom: 22px !important;
  }
  .mrg-t-sm-22 {
    margin-top: 22px !important;
  }
  .mrg-b-sm-22 {
    margin-bottom: 22px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-22 {
    margin-top: 22px !important;
    margin-bottom: 22px !important;
  }
  .mrg-t-lg-22 {
    margin-top: 22px !important;
  }
  .mrg-b-lg-22 {
    margin-bottom: 22px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-22 {
    margin-top: 22px !important;
    margin-bottom: 22px !important;
  }
  .mrg-t-xxl-22 {
    margin-top: 22px !important;
  }
  .mrg-b-xxl-22 {
    margin-bottom: 22px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-22 {
    margin-top: 22px !important;
    margin-bottom: 22px !important;
  }
  .mrg-t-xxxxl-22 {
    margin-top: 22px !important;
  }
  .mrg-b-xxxxl-22 {
    margin-bottom: 22px !important;
  }
}
.mrg-y-23 {
  margin-top: 23px !important;
  margin-bottom: 23px !important;
}
.mrg-t-23 {
  margin-top: 23px !important;
}
.mrg-b-23 {
  margin-bottom: 23px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-23 {
    margin-top: 23px !important;
    margin-bottom: 23px !important;
  }
  .mrg-t-sm-23 {
    margin-top: 23px !important;
  }
  .mrg-b-sm-23 {
    margin-bottom: 23px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-23 {
    margin-top: 23px !important;
    margin-bottom: 23px !important;
  }
  .mrg-t-lg-23 {
    margin-top: 23px !important;
  }
  .mrg-b-lg-23 {
    margin-bottom: 23px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-23 {
    margin-top: 23px !important;
    margin-bottom: 23px !important;
  }
  .mrg-t-xxl-23 {
    margin-top: 23px !important;
  }
  .mrg-b-xxl-23 {
    margin-bottom: 23px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-23 {
    margin-top: 23px !important;
    margin-bottom: 23px !important;
  }
  .mrg-t-xxxxl-23 {
    margin-top: 23px !important;
  }
  .mrg-b-xxxxl-23 {
    margin-bottom: 23px !important;
  }
}
.mrg-y-24 {
  margin-top: 24px !important;
  margin-bottom: 24px !important;
}
.mrg-t-24 {
  margin-top: 24px !important;
}
.mrg-b-24 {
  margin-bottom: 24px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-24 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
  .mrg-t-sm-24 {
    margin-top: 24px !important;
  }
  .mrg-b-sm-24 {
    margin-bottom: 24px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-24 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
  .mrg-t-lg-24 {
    margin-top: 24px !important;
  }
  .mrg-b-lg-24 {
    margin-bottom: 24px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-24 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
  .mrg-t-xxl-24 {
    margin-top: 24px !important;
  }
  .mrg-b-xxl-24 {
    margin-bottom: 24px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-24 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
  .mrg-t-xxxxl-24 {
    margin-top: 24px !important;
  }
  .mrg-b-xxxxl-24 {
    margin-bottom: 24px !important;
  }
}
.mrg-y-25 {
  margin-top: 25px !important;
  margin-bottom: 25px !important;
}
.mrg-t-25 {
  margin-top: 25px !important;
}
.mrg-b-25 {
  margin-bottom: 25px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
  }
  .mrg-t-sm-25 {
    margin-top: 25px !important;
  }
  .mrg-b-sm-25 {
    margin-bottom: 25px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
  }
  .mrg-t-lg-25 {
    margin-top: 25px !important;
  }
  .mrg-b-lg-25 {
    margin-bottom: 25px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
  }
  .mrg-t-xxl-25 {
    margin-top: 25px !important;
  }
  .mrg-b-xxl-25 {
    margin-bottom: 25px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
  }
  .mrg-t-xxxxl-25 {
    margin-top: 25px !important;
  }
  .mrg-b-xxxxl-25 {
    margin-bottom: 25px !important;
  }
}
.mrg-y-26 {
  margin-top: 26px !important;
  margin-bottom: 26px !important;
}
.mrg-t-26 {
  margin-top: 26px !important;
}
.mrg-b-26 {
  margin-bottom: 26px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-26 {
    margin-top: 26px !important;
    margin-bottom: 26px !important;
  }
  .mrg-t-sm-26 {
    margin-top: 26px !important;
  }
  .mrg-b-sm-26 {
    margin-bottom: 26px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-26 {
    margin-top: 26px !important;
    margin-bottom: 26px !important;
  }
  .mrg-t-lg-26 {
    margin-top: 26px !important;
  }
  .mrg-b-lg-26 {
    margin-bottom: 26px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-26 {
    margin-top: 26px !important;
    margin-bottom: 26px !important;
  }
  .mrg-t-xxl-26 {
    margin-top: 26px !important;
  }
  .mrg-b-xxl-26 {
    margin-bottom: 26px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-26 {
    margin-top: 26px !important;
    margin-bottom: 26px !important;
  }
  .mrg-t-xxxxl-26 {
    margin-top: 26px !important;
  }
  .mrg-b-xxxxl-26 {
    margin-bottom: 26px !important;
  }
}
.mrg-y-27 {
  margin-top: 27px !important;
  margin-bottom: 27px !important;
}
.mrg-t-27 {
  margin-top: 27px !important;
}
.mrg-b-27 {
  margin-bottom: 27px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-27 {
    margin-top: 27px !important;
    margin-bottom: 27px !important;
  }
  .mrg-t-sm-27 {
    margin-top: 27px !important;
  }
  .mrg-b-sm-27 {
    margin-bottom: 27px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-27 {
    margin-top: 27px !important;
    margin-bottom: 27px !important;
  }
  .mrg-t-lg-27 {
    margin-top: 27px !important;
  }
  .mrg-b-lg-27 {
    margin-bottom: 27px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-27 {
    margin-top: 27px !important;
    margin-bottom: 27px !important;
  }
  .mrg-t-xxl-27 {
    margin-top: 27px !important;
  }
  .mrg-b-xxl-27 {
    margin-bottom: 27px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-27 {
    margin-top: 27px !important;
    margin-bottom: 27px !important;
  }
  .mrg-t-xxxxl-27 {
    margin-top: 27px !important;
  }
  .mrg-b-xxxxl-27 {
    margin-bottom: 27px !important;
  }
}
.mrg-y-28 {
  margin-top: 28px !important;
  margin-bottom: 28px !important;
}
.mrg-t-28 {
  margin-top: 28px !important;
}
.mrg-b-28 {
  margin-bottom: 28px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-28 {
    margin-top: 28px !important;
    margin-bottom: 28px !important;
  }
  .mrg-t-sm-28 {
    margin-top: 28px !important;
  }
  .mrg-b-sm-28 {
    margin-bottom: 28px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-28 {
    margin-top: 28px !important;
    margin-bottom: 28px !important;
  }
  .mrg-t-lg-28 {
    margin-top: 28px !important;
  }
  .mrg-b-lg-28 {
    margin-bottom: 28px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-28 {
    margin-top: 28px !important;
    margin-bottom: 28px !important;
  }
  .mrg-t-xxl-28 {
    margin-top: 28px !important;
  }
  .mrg-b-xxl-28 {
    margin-bottom: 28px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-28 {
    margin-top: 28px !important;
    margin-bottom: 28px !important;
  }
  .mrg-t-xxxxl-28 {
    margin-top: 28px !important;
  }
  .mrg-b-xxxxl-28 {
    margin-bottom: 28px !important;
  }
}
.mrg-y-29 {
  margin-top: 29px !important;
  margin-bottom: 29px !important;
}
.mrg-t-29 {
  margin-top: 29px !important;
}
.mrg-b-29 {
  margin-bottom: 29px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-29 {
    margin-top: 29px !important;
    margin-bottom: 29px !important;
  }
  .mrg-t-sm-29 {
    margin-top: 29px !important;
  }
  .mrg-b-sm-29 {
    margin-bottom: 29px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-29 {
    margin-top: 29px !important;
    margin-bottom: 29px !important;
  }
  .mrg-t-lg-29 {
    margin-top: 29px !important;
  }
  .mrg-b-lg-29 {
    margin-bottom: 29px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-29 {
    margin-top: 29px !important;
    margin-bottom: 29px !important;
  }
  .mrg-t-xxl-29 {
    margin-top: 29px !important;
  }
  .mrg-b-xxl-29 {
    margin-bottom: 29px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-29 {
    margin-top: 29px !important;
    margin-bottom: 29px !important;
  }
  .mrg-t-xxxxl-29 {
    margin-top: 29px !important;
  }
  .mrg-b-xxxxl-29 {
    margin-bottom: 29px !important;
  }
}
.mrg-y-30 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}
.mrg-t-30 {
  margin-top: 30px !important;
}
.mrg-b-30 {
  margin-bottom: 30px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
  .mrg-t-sm-30 {
    margin-top: 30px !important;
  }
  .mrg-b-sm-30 {
    margin-bottom: 30px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
  .mrg-t-lg-30 {
    margin-top: 30px !important;
  }
  .mrg-b-lg-30 {
    margin-bottom: 30px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
  .mrg-t-xxl-30 {
    margin-top: 30px !important;
  }
  .mrg-b-xxl-30 {
    margin-bottom: 30px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
  .mrg-t-xxxxl-30 {
    margin-top: 30px !important;
  }
  .mrg-b-xxxxl-30 {
    margin-bottom: 30px !important;
  }
}
.mrg-y-31 {
  margin-top: 31px !important;
  margin-bottom: 31px !important;
}
.mrg-t-31 {
  margin-top: 31px !important;
}
.mrg-b-31 {
  margin-bottom: 31px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-31 {
    margin-top: 31px !important;
    margin-bottom: 31px !important;
  }
  .mrg-t-sm-31 {
    margin-top: 31px !important;
  }
  .mrg-b-sm-31 {
    margin-bottom: 31px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-31 {
    margin-top: 31px !important;
    margin-bottom: 31px !important;
  }
  .mrg-t-lg-31 {
    margin-top: 31px !important;
  }
  .mrg-b-lg-31 {
    margin-bottom: 31px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-31 {
    margin-top: 31px !important;
    margin-bottom: 31px !important;
  }
  .mrg-t-xxl-31 {
    margin-top: 31px !important;
  }
  .mrg-b-xxl-31 {
    margin-bottom: 31px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-31 {
    margin-top: 31px !important;
    margin-bottom: 31px !important;
  }
  .mrg-t-xxxxl-31 {
    margin-top: 31px !important;
  }
  .mrg-b-xxxxl-31 {
    margin-bottom: 31px !important;
  }
}
.mrg-y-32 {
  margin-top: 32px !important;
  margin-bottom: 32px !important;
}
.mrg-t-32 {
  margin-top: 32px !important;
}
.mrg-b-32 {
  margin-bottom: 32px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-32 {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }
  .mrg-t-sm-32 {
    margin-top: 32px !important;
  }
  .mrg-b-sm-32 {
    margin-bottom: 32px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-32 {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }
  .mrg-t-lg-32 {
    margin-top: 32px !important;
  }
  .mrg-b-lg-32 {
    margin-bottom: 32px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-32 {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }
  .mrg-t-xxl-32 {
    margin-top: 32px !important;
  }
  .mrg-b-xxl-32 {
    margin-bottom: 32px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-32 {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }
  .mrg-t-xxxxl-32 {
    margin-top: 32px !important;
  }
  .mrg-b-xxxxl-32 {
    margin-bottom: 32px !important;
  }
}
.mrg-y-33 {
  margin-top: 33px !important;
  margin-bottom: 33px !important;
}
.mrg-t-33 {
  margin-top: 33px !important;
}
.mrg-b-33 {
  margin-bottom: 33px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-33 {
    margin-top: 33px !important;
    margin-bottom: 33px !important;
  }
  .mrg-t-sm-33 {
    margin-top: 33px !important;
  }
  .mrg-b-sm-33 {
    margin-bottom: 33px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-33 {
    margin-top: 33px !important;
    margin-bottom: 33px !important;
  }
  .mrg-t-lg-33 {
    margin-top: 33px !important;
  }
  .mrg-b-lg-33 {
    margin-bottom: 33px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-33 {
    margin-top: 33px !important;
    margin-bottom: 33px !important;
  }
  .mrg-t-xxl-33 {
    margin-top: 33px !important;
  }
  .mrg-b-xxl-33 {
    margin-bottom: 33px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-33 {
    margin-top: 33px !important;
    margin-bottom: 33px !important;
  }
  .mrg-t-xxxxl-33 {
    margin-top: 33px !important;
  }
  .mrg-b-xxxxl-33 {
    margin-bottom: 33px !important;
  }
}
.mrg-y-34 {
  margin-top: 34px !important;
  margin-bottom: 34px !important;
}
.mrg-t-34 {
  margin-top: 34px !important;
}
.mrg-b-34 {
  margin-bottom: 34px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-34 {
    margin-top: 34px !important;
    margin-bottom: 34px !important;
  }
  .mrg-t-sm-34 {
    margin-top: 34px !important;
  }
  .mrg-b-sm-34 {
    margin-bottom: 34px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-34 {
    margin-top: 34px !important;
    margin-bottom: 34px !important;
  }
  .mrg-t-lg-34 {
    margin-top: 34px !important;
  }
  .mrg-b-lg-34 {
    margin-bottom: 34px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-34 {
    margin-top: 34px !important;
    margin-bottom: 34px !important;
  }
  .mrg-t-xxl-34 {
    margin-top: 34px !important;
  }
  .mrg-b-xxl-34 {
    margin-bottom: 34px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-34 {
    margin-top: 34px !important;
    margin-bottom: 34px !important;
  }
  .mrg-t-xxxxl-34 {
    margin-top: 34px !important;
  }
  .mrg-b-xxxxl-34 {
    margin-bottom: 34px !important;
  }
}
.mrg-y-35 {
  margin-top: 35px !important;
  margin-bottom: 35px !important;
}
.mrg-t-35 {
  margin-top: 35px !important;
}
.mrg-b-35 {
  margin-bottom: 35px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-35 {
    margin-top: 35px !important;
    margin-bottom: 35px !important;
  }
  .mrg-t-sm-35 {
    margin-top: 35px !important;
  }
  .mrg-b-sm-35 {
    margin-bottom: 35px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-35 {
    margin-top: 35px !important;
    margin-bottom: 35px !important;
  }
  .mrg-t-lg-35 {
    margin-top: 35px !important;
  }
  .mrg-b-lg-35 {
    margin-bottom: 35px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-35 {
    margin-top: 35px !important;
    margin-bottom: 35px !important;
  }
  .mrg-t-xxl-35 {
    margin-top: 35px !important;
  }
  .mrg-b-xxl-35 {
    margin-bottom: 35px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-35 {
    margin-top: 35px !important;
    margin-bottom: 35px !important;
  }
  .mrg-t-xxxxl-35 {
    margin-top: 35px !important;
  }
  .mrg-b-xxxxl-35 {
    margin-bottom: 35px !important;
  }
}
.mrg-y-36 {
  margin-top: 36px !important;
  margin-bottom: 36px !important;
}
.mrg-t-36 {
  margin-top: 36px !important;
}
.mrg-b-36 {
  margin-bottom: 36px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-36 {
    margin-top: 36px !important;
    margin-bottom: 36px !important;
  }
  .mrg-t-sm-36 {
    margin-top: 36px !important;
  }
  .mrg-b-sm-36 {
    margin-bottom: 36px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-36 {
    margin-top: 36px !important;
    margin-bottom: 36px !important;
  }
  .mrg-t-lg-36 {
    margin-top: 36px !important;
  }
  .mrg-b-lg-36 {
    margin-bottom: 36px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-36 {
    margin-top: 36px !important;
    margin-bottom: 36px !important;
  }
  .mrg-t-xxl-36 {
    margin-top: 36px !important;
  }
  .mrg-b-xxl-36 {
    margin-bottom: 36px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-36 {
    margin-top: 36px !important;
    margin-bottom: 36px !important;
  }
  .mrg-t-xxxxl-36 {
    margin-top: 36px !important;
  }
  .mrg-b-xxxxl-36 {
    margin-bottom: 36px !important;
  }
}
.mrg-y-37 {
  margin-top: 37px !important;
  margin-bottom: 37px !important;
}
.mrg-t-37 {
  margin-top: 37px !important;
}
.mrg-b-37 {
  margin-bottom: 37px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-37 {
    margin-top: 37px !important;
    margin-bottom: 37px !important;
  }
  .mrg-t-sm-37 {
    margin-top: 37px !important;
  }
  .mrg-b-sm-37 {
    margin-bottom: 37px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-37 {
    margin-top: 37px !important;
    margin-bottom: 37px !important;
  }
  .mrg-t-lg-37 {
    margin-top: 37px !important;
  }
  .mrg-b-lg-37 {
    margin-bottom: 37px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-37 {
    margin-top: 37px !important;
    margin-bottom: 37px !important;
  }
  .mrg-t-xxl-37 {
    margin-top: 37px !important;
  }
  .mrg-b-xxl-37 {
    margin-bottom: 37px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-37 {
    margin-top: 37px !important;
    margin-bottom: 37px !important;
  }
  .mrg-t-xxxxl-37 {
    margin-top: 37px !important;
  }
  .mrg-b-xxxxl-37 {
    margin-bottom: 37px !important;
  }
}
.mrg-y-38 {
  margin-top: 38px !important;
  margin-bottom: 38px !important;
}
.mrg-t-38 {
  margin-top: 38px !important;
}
.mrg-b-38 {
  margin-bottom: 38px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-38 {
    margin-top: 38px !important;
    margin-bottom: 38px !important;
  }
  .mrg-t-sm-38 {
    margin-top: 38px !important;
  }
  .mrg-b-sm-38 {
    margin-bottom: 38px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-38 {
    margin-top: 38px !important;
    margin-bottom: 38px !important;
  }
  .mrg-t-lg-38 {
    margin-top: 38px !important;
  }
  .mrg-b-lg-38 {
    margin-bottom: 38px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-38 {
    margin-top: 38px !important;
    margin-bottom: 38px !important;
  }
  .mrg-t-xxl-38 {
    margin-top: 38px !important;
  }
  .mrg-b-xxl-38 {
    margin-bottom: 38px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-38 {
    margin-top: 38px !important;
    margin-bottom: 38px !important;
  }
  .mrg-t-xxxxl-38 {
    margin-top: 38px !important;
  }
  .mrg-b-xxxxl-38 {
    margin-bottom: 38px !important;
  }
}
.mrg-y-39 {
  margin-top: 39px !important;
  margin-bottom: 39px !important;
}
.mrg-t-39 {
  margin-top: 39px !important;
}
.mrg-b-39 {
  margin-bottom: 39px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-39 {
    margin-top: 39px !important;
    margin-bottom: 39px !important;
  }
  .mrg-t-sm-39 {
    margin-top: 39px !important;
  }
  .mrg-b-sm-39 {
    margin-bottom: 39px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-39 {
    margin-top: 39px !important;
    margin-bottom: 39px !important;
  }
  .mrg-t-lg-39 {
    margin-top: 39px !important;
  }
  .mrg-b-lg-39 {
    margin-bottom: 39px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-39 {
    margin-top: 39px !important;
    margin-bottom: 39px !important;
  }
  .mrg-t-xxl-39 {
    margin-top: 39px !important;
  }
  .mrg-b-xxl-39 {
    margin-bottom: 39px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-39 {
    margin-top: 39px !important;
    margin-bottom: 39px !important;
  }
  .mrg-t-xxxxl-39 {
    margin-top: 39px !important;
  }
  .mrg-b-xxxxl-39 {
    margin-bottom: 39px !important;
  }
}
.mrg-y-40 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}
.mrg-t-40 {
  margin-top: 40px !important;
}
.mrg-b-40 {
  margin-bottom: 40px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  .mrg-t-sm-40 {
    margin-top: 40px !important;
  }
  .mrg-b-sm-40 {
    margin-bottom: 40px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  .mrg-t-lg-40 {
    margin-top: 40px !important;
  }
  .mrg-b-lg-40 {
    margin-bottom: 40px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  .mrg-t-xxl-40 {
    margin-top: 40px !important;
  }
  .mrg-b-xxl-40 {
    margin-bottom: 40px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  .mrg-t-xxxxl-40 {
    margin-top: 40px !important;
  }
  .mrg-b-xxxxl-40 {
    margin-bottom: 40px !important;
  }
}
.mrg-y-41 {
  margin-top: 41px !important;
  margin-bottom: 41px !important;
}
.mrg-t-41 {
  margin-top: 41px !important;
}
.mrg-b-41 {
  margin-bottom: 41px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-41 {
    margin-top: 41px !important;
    margin-bottom: 41px !important;
  }
  .mrg-t-sm-41 {
    margin-top: 41px !important;
  }
  .mrg-b-sm-41 {
    margin-bottom: 41px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-41 {
    margin-top: 41px !important;
    margin-bottom: 41px !important;
  }
  .mrg-t-lg-41 {
    margin-top: 41px !important;
  }
  .mrg-b-lg-41 {
    margin-bottom: 41px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-41 {
    margin-top: 41px !important;
    margin-bottom: 41px !important;
  }
  .mrg-t-xxl-41 {
    margin-top: 41px !important;
  }
  .mrg-b-xxl-41 {
    margin-bottom: 41px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-41 {
    margin-top: 41px !important;
    margin-bottom: 41px !important;
  }
  .mrg-t-xxxxl-41 {
    margin-top: 41px !important;
  }
  .mrg-b-xxxxl-41 {
    margin-bottom: 41px !important;
  }
}
.mrg-y-42 {
  margin-top: 42px !important;
  margin-bottom: 42px !important;
}
.mrg-t-42 {
  margin-top: 42px !important;
}
.mrg-b-42 {
  margin-bottom: 42px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-42 {
    margin-top: 42px !important;
    margin-bottom: 42px !important;
  }
  .mrg-t-sm-42 {
    margin-top: 42px !important;
  }
  .mrg-b-sm-42 {
    margin-bottom: 42px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-42 {
    margin-top: 42px !important;
    margin-bottom: 42px !important;
  }
  .mrg-t-lg-42 {
    margin-top: 42px !important;
  }
  .mrg-b-lg-42 {
    margin-bottom: 42px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-42 {
    margin-top: 42px !important;
    margin-bottom: 42px !important;
  }
  .mrg-t-xxl-42 {
    margin-top: 42px !important;
  }
  .mrg-b-xxl-42 {
    margin-bottom: 42px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-42 {
    margin-top: 42px !important;
    margin-bottom: 42px !important;
  }
  .mrg-t-xxxxl-42 {
    margin-top: 42px !important;
  }
  .mrg-b-xxxxl-42 {
    margin-bottom: 42px !important;
  }
}
.mrg-y-43 {
  margin-top: 43px !important;
  margin-bottom: 43px !important;
}
.mrg-t-43 {
  margin-top: 43px !important;
}
.mrg-b-43 {
  margin-bottom: 43px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-43 {
    margin-top: 43px !important;
    margin-bottom: 43px !important;
  }
  .mrg-t-sm-43 {
    margin-top: 43px !important;
  }
  .mrg-b-sm-43 {
    margin-bottom: 43px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-43 {
    margin-top: 43px !important;
    margin-bottom: 43px !important;
  }
  .mrg-t-lg-43 {
    margin-top: 43px !important;
  }
  .mrg-b-lg-43 {
    margin-bottom: 43px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-43 {
    margin-top: 43px !important;
    margin-bottom: 43px !important;
  }
  .mrg-t-xxl-43 {
    margin-top: 43px !important;
  }
  .mrg-b-xxl-43 {
    margin-bottom: 43px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-43 {
    margin-top: 43px !important;
    margin-bottom: 43px !important;
  }
  .mrg-t-xxxxl-43 {
    margin-top: 43px !important;
  }
  .mrg-b-xxxxl-43 {
    margin-bottom: 43px !important;
  }
}
.mrg-y-44 {
  margin-top: 44px !important;
  margin-bottom: 44px !important;
}
.mrg-t-44 {
  margin-top: 44px !important;
}
.mrg-b-44 {
  margin-bottom: 44px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-44 {
    margin-top: 44px !important;
    margin-bottom: 44px !important;
  }
  .mrg-t-sm-44 {
    margin-top: 44px !important;
  }
  .mrg-b-sm-44 {
    margin-bottom: 44px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-44 {
    margin-top: 44px !important;
    margin-bottom: 44px !important;
  }
  .mrg-t-lg-44 {
    margin-top: 44px !important;
  }
  .mrg-b-lg-44 {
    margin-bottom: 44px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-44 {
    margin-top: 44px !important;
    margin-bottom: 44px !important;
  }
  .mrg-t-xxl-44 {
    margin-top: 44px !important;
  }
  .mrg-b-xxl-44 {
    margin-bottom: 44px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-44 {
    margin-top: 44px !important;
    margin-bottom: 44px !important;
  }
  .mrg-t-xxxxl-44 {
    margin-top: 44px !important;
  }
  .mrg-b-xxxxl-44 {
    margin-bottom: 44px !important;
  }
}
.mrg-y-45 {
  margin-top: 45px !important;
  margin-bottom: 45px !important;
}
.mrg-t-45 {
  margin-top: 45px !important;
}
.mrg-b-45 {
  margin-bottom: 45px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-45 {
    margin-top: 45px !important;
    margin-bottom: 45px !important;
  }
  .mrg-t-sm-45 {
    margin-top: 45px !important;
  }
  .mrg-b-sm-45 {
    margin-bottom: 45px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-45 {
    margin-top: 45px !important;
    margin-bottom: 45px !important;
  }
  .mrg-t-lg-45 {
    margin-top: 45px !important;
  }
  .mrg-b-lg-45 {
    margin-bottom: 45px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-45 {
    margin-top: 45px !important;
    margin-bottom: 45px !important;
  }
  .mrg-t-xxl-45 {
    margin-top: 45px !important;
  }
  .mrg-b-xxl-45 {
    margin-bottom: 45px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-45 {
    margin-top: 45px !important;
    margin-bottom: 45px !important;
  }
  .mrg-t-xxxxl-45 {
    margin-top: 45px !important;
  }
  .mrg-b-xxxxl-45 {
    margin-bottom: 45px !important;
  }
}
.mrg-y-46 {
  margin-top: 46px !important;
  margin-bottom: 46px !important;
}
.mrg-t-46 {
  margin-top: 46px !important;
}
.mrg-b-46 {
  margin-bottom: 46px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-46 {
    margin-top: 46px !important;
    margin-bottom: 46px !important;
  }
  .mrg-t-sm-46 {
    margin-top: 46px !important;
  }
  .mrg-b-sm-46 {
    margin-bottom: 46px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-46 {
    margin-top: 46px !important;
    margin-bottom: 46px !important;
  }
  .mrg-t-lg-46 {
    margin-top: 46px !important;
  }
  .mrg-b-lg-46 {
    margin-bottom: 46px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-46 {
    margin-top: 46px !important;
    margin-bottom: 46px !important;
  }
  .mrg-t-xxl-46 {
    margin-top: 46px !important;
  }
  .mrg-b-xxl-46 {
    margin-bottom: 46px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-46 {
    margin-top: 46px !important;
    margin-bottom: 46px !important;
  }
  .mrg-t-xxxxl-46 {
    margin-top: 46px !important;
  }
  .mrg-b-xxxxl-46 {
    margin-bottom: 46px !important;
  }
}
.mrg-y-47 {
  margin-top: 47px !important;
  margin-bottom: 47px !important;
}
.mrg-t-47 {
  margin-top: 47px !important;
}
.mrg-b-47 {
  margin-bottom: 47px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-47 {
    margin-top: 47px !important;
    margin-bottom: 47px !important;
  }
  .mrg-t-sm-47 {
    margin-top: 47px !important;
  }
  .mrg-b-sm-47 {
    margin-bottom: 47px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-47 {
    margin-top: 47px !important;
    margin-bottom: 47px !important;
  }
  .mrg-t-lg-47 {
    margin-top: 47px !important;
  }
  .mrg-b-lg-47 {
    margin-bottom: 47px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-47 {
    margin-top: 47px !important;
    margin-bottom: 47px !important;
  }
  .mrg-t-xxl-47 {
    margin-top: 47px !important;
  }
  .mrg-b-xxl-47 {
    margin-bottom: 47px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-47 {
    margin-top: 47px !important;
    margin-bottom: 47px !important;
  }
  .mrg-t-xxxxl-47 {
    margin-top: 47px !important;
  }
  .mrg-b-xxxxl-47 {
    margin-bottom: 47px !important;
  }
}
.mrg-y-48 {
  margin-top: 48px !important;
  margin-bottom: 48px !important;
}
.mrg-t-48 {
  margin-top: 48px !important;
}
.mrg-b-48 {
  margin-bottom: 48px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-48 {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }
  .mrg-t-sm-48 {
    margin-top: 48px !important;
  }
  .mrg-b-sm-48 {
    margin-bottom: 48px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-48 {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }
  .mrg-t-lg-48 {
    margin-top: 48px !important;
  }
  .mrg-b-lg-48 {
    margin-bottom: 48px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-48 {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }
  .mrg-t-xxl-48 {
    margin-top: 48px !important;
  }
  .mrg-b-xxl-48 {
    margin-bottom: 48px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-48 {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }
  .mrg-t-xxxxl-48 {
    margin-top: 48px !important;
  }
  .mrg-b-xxxxl-48 {
    margin-bottom: 48px !important;
  }
}
.mrg-y-49 {
  margin-top: 49px !important;
  margin-bottom: 49px !important;
}
.mrg-t-49 {
  margin-top: 49px !important;
}
.mrg-b-49 {
  margin-bottom: 49px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-49 {
    margin-top: 49px !important;
    margin-bottom: 49px !important;
  }
  .mrg-t-sm-49 {
    margin-top: 49px !important;
  }
  .mrg-b-sm-49 {
    margin-bottom: 49px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-49 {
    margin-top: 49px !important;
    margin-bottom: 49px !important;
  }
  .mrg-t-lg-49 {
    margin-top: 49px !important;
  }
  .mrg-b-lg-49 {
    margin-bottom: 49px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-49 {
    margin-top: 49px !important;
    margin-bottom: 49px !important;
  }
  .mrg-t-xxl-49 {
    margin-top: 49px !important;
  }
  .mrg-b-xxl-49 {
    margin-bottom: 49px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-49 {
    margin-top: 49px !important;
    margin-bottom: 49px !important;
  }
  .mrg-t-xxxxl-49 {
    margin-top: 49px !important;
  }
  .mrg-b-xxxxl-49 {
    margin-bottom: 49px !important;
  }
}
.mrg-y-50 {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}
.mrg-t-50 {
  margin-top: 50px !important;
}
.mrg-b-50 {
  margin-bottom: 50px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }
  .mrg-t-sm-50 {
    margin-top: 50px !important;
  }
  .mrg-b-sm-50 {
    margin-bottom: 50px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }
  .mrg-t-lg-50 {
    margin-top: 50px !important;
  }
  .mrg-b-lg-50 {
    margin-bottom: 50px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }
  .mrg-t-xxl-50 {
    margin-top: 50px !important;
  }
  .mrg-b-xxl-50 {
    margin-bottom: 50px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }
  .mrg-t-xxxxl-50 {
    margin-top: 50px !important;
  }
  .mrg-b-xxxxl-50 {
    margin-bottom: 50px !important;
  }
}
.mrg-y-51 {
  margin-top: 51px !important;
  margin-bottom: 51px !important;
}
.mrg-t-51 {
  margin-top: 51px !important;
}
.mrg-b-51 {
  margin-bottom: 51px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-51 {
    margin-top: 51px !important;
    margin-bottom: 51px !important;
  }
  .mrg-t-sm-51 {
    margin-top: 51px !important;
  }
  .mrg-b-sm-51 {
    margin-bottom: 51px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-51 {
    margin-top: 51px !important;
    margin-bottom: 51px !important;
  }
  .mrg-t-lg-51 {
    margin-top: 51px !important;
  }
  .mrg-b-lg-51 {
    margin-bottom: 51px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-51 {
    margin-top: 51px !important;
    margin-bottom: 51px !important;
  }
  .mrg-t-xxl-51 {
    margin-top: 51px !important;
  }
  .mrg-b-xxl-51 {
    margin-bottom: 51px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-51 {
    margin-top: 51px !important;
    margin-bottom: 51px !important;
  }
  .mrg-t-xxxxl-51 {
    margin-top: 51px !important;
  }
  .mrg-b-xxxxl-51 {
    margin-bottom: 51px !important;
  }
}
.mrg-y-52 {
  margin-top: 52px !important;
  margin-bottom: 52px !important;
}
.mrg-t-52 {
  margin-top: 52px !important;
}
.mrg-b-52 {
  margin-bottom: 52px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-52 {
    margin-top: 52px !important;
    margin-bottom: 52px !important;
  }
  .mrg-t-sm-52 {
    margin-top: 52px !important;
  }
  .mrg-b-sm-52 {
    margin-bottom: 52px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-52 {
    margin-top: 52px !important;
    margin-bottom: 52px !important;
  }
  .mrg-t-lg-52 {
    margin-top: 52px !important;
  }
  .mrg-b-lg-52 {
    margin-bottom: 52px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-52 {
    margin-top: 52px !important;
    margin-bottom: 52px !important;
  }
  .mrg-t-xxl-52 {
    margin-top: 52px !important;
  }
  .mrg-b-xxl-52 {
    margin-bottom: 52px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-52 {
    margin-top: 52px !important;
    margin-bottom: 52px !important;
  }
  .mrg-t-xxxxl-52 {
    margin-top: 52px !important;
  }
  .mrg-b-xxxxl-52 {
    margin-bottom: 52px !important;
  }
}
.mrg-y-53 {
  margin-top: 53px !important;
  margin-bottom: 53px !important;
}
.mrg-t-53 {
  margin-top: 53px !important;
}
.mrg-b-53 {
  margin-bottom: 53px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-53 {
    margin-top: 53px !important;
    margin-bottom: 53px !important;
  }
  .mrg-t-sm-53 {
    margin-top: 53px !important;
  }
  .mrg-b-sm-53 {
    margin-bottom: 53px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-53 {
    margin-top: 53px !important;
    margin-bottom: 53px !important;
  }
  .mrg-t-lg-53 {
    margin-top: 53px !important;
  }
  .mrg-b-lg-53 {
    margin-bottom: 53px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-53 {
    margin-top: 53px !important;
    margin-bottom: 53px !important;
  }
  .mrg-t-xxl-53 {
    margin-top: 53px !important;
  }
  .mrg-b-xxl-53 {
    margin-bottom: 53px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-53 {
    margin-top: 53px !important;
    margin-bottom: 53px !important;
  }
  .mrg-t-xxxxl-53 {
    margin-top: 53px !important;
  }
  .mrg-b-xxxxl-53 {
    margin-bottom: 53px !important;
  }
}
.mrg-y-54 {
  margin-top: 54px !important;
  margin-bottom: 54px !important;
}
.mrg-t-54 {
  margin-top: 54px !important;
}
.mrg-b-54 {
  margin-bottom: 54px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-54 {
    margin-top: 54px !important;
    margin-bottom: 54px !important;
  }
  .mrg-t-sm-54 {
    margin-top: 54px !important;
  }
  .mrg-b-sm-54 {
    margin-bottom: 54px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-54 {
    margin-top: 54px !important;
    margin-bottom: 54px !important;
  }
  .mrg-t-lg-54 {
    margin-top: 54px !important;
  }
  .mrg-b-lg-54 {
    margin-bottom: 54px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-54 {
    margin-top: 54px !important;
    margin-bottom: 54px !important;
  }
  .mrg-t-xxl-54 {
    margin-top: 54px !important;
  }
  .mrg-b-xxl-54 {
    margin-bottom: 54px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-54 {
    margin-top: 54px !important;
    margin-bottom: 54px !important;
  }
  .mrg-t-xxxxl-54 {
    margin-top: 54px !important;
  }
  .mrg-b-xxxxl-54 {
    margin-bottom: 54px !important;
  }
}
.mrg-y-55 {
  margin-top: 55px !important;
  margin-bottom: 55px !important;
}
.mrg-t-55 {
  margin-top: 55px !important;
}
.mrg-b-55 {
  margin-bottom: 55px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-55 {
    margin-top: 55px !important;
    margin-bottom: 55px !important;
  }
  .mrg-t-sm-55 {
    margin-top: 55px !important;
  }
  .mrg-b-sm-55 {
    margin-bottom: 55px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-55 {
    margin-top: 55px !important;
    margin-bottom: 55px !important;
  }
  .mrg-t-lg-55 {
    margin-top: 55px !important;
  }
  .mrg-b-lg-55 {
    margin-bottom: 55px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-55 {
    margin-top: 55px !important;
    margin-bottom: 55px !important;
  }
  .mrg-t-xxl-55 {
    margin-top: 55px !important;
  }
  .mrg-b-xxl-55 {
    margin-bottom: 55px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-55 {
    margin-top: 55px !important;
    margin-bottom: 55px !important;
  }
  .mrg-t-xxxxl-55 {
    margin-top: 55px !important;
  }
  .mrg-b-xxxxl-55 {
    margin-bottom: 55px !important;
  }
}
.mrg-y-56 {
  margin-top: 56px !important;
  margin-bottom: 56px !important;
}
.mrg-t-56 {
  margin-top: 56px !important;
}
.mrg-b-56 {
  margin-bottom: 56px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-56 {
    margin-top: 56px !important;
    margin-bottom: 56px !important;
  }
  .mrg-t-sm-56 {
    margin-top: 56px !important;
  }
  .mrg-b-sm-56 {
    margin-bottom: 56px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-56 {
    margin-top: 56px !important;
    margin-bottom: 56px !important;
  }
  .mrg-t-lg-56 {
    margin-top: 56px !important;
  }
  .mrg-b-lg-56 {
    margin-bottom: 56px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-56 {
    margin-top: 56px !important;
    margin-bottom: 56px !important;
  }
  .mrg-t-xxl-56 {
    margin-top: 56px !important;
  }
  .mrg-b-xxl-56 {
    margin-bottom: 56px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-56 {
    margin-top: 56px !important;
    margin-bottom: 56px !important;
  }
  .mrg-t-xxxxl-56 {
    margin-top: 56px !important;
  }
  .mrg-b-xxxxl-56 {
    margin-bottom: 56px !important;
  }
}
.mrg-y-57 {
  margin-top: 57px !important;
  margin-bottom: 57px !important;
}
.mrg-t-57 {
  margin-top: 57px !important;
}
.mrg-b-57 {
  margin-bottom: 57px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-57 {
    margin-top: 57px !important;
    margin-bottom: 57px !important;
  }
  .mrg-t-sm-57 {
    margin-top: 57px !important;
  }
  .mrg-b-sm-57 {
    margin-bottom: 57px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-57 {
    margin-top: 57px !important;
    margin-bottom: 57px !important;
  }
  .mrg-t-lg-57 {
    margin-top: 57px !important;
  }
  .mrg-b-lg-57 {
    margin-bottom: 57px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-57 {
    margin-top: 57px !important;
    margin-bottom: 57px !important;
  }
  .mrg-t-xxl-57 {
    margin-top: 57px !important;
  }
  .mrg-b-xxl-57 {
    margin-bottom: 57px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-57 {
    margin-top: 57px !important;
    margin-bottom: 57px !important;
  }
  .mrg-t-xxxxl-57 {
    margin-top: 57px !important;
  }
  .mrg-b-xxxxl-57 {
    margin-bottom: 57px !important;
  }
}
.mrg-y-58 {
  margin-top: 58px !important;
  margin-bottom: 58px !important;
}
.mrg-t-58 {
  margin-top: 58px !important;
}
.mrg-b-58 {
  margin-bottom: 58px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-58 {
    margin-top: 58px !important;
    margin-bottom: 58px !important;
  }
  .mrg-t-sm-58 {
    margin-top: 58px !important;
  }
  .mrg-b-sm-58 {
    margin-bottom: 58px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-58 {
    margin-top: 58px !important;
    margin-bottom: 58px !important;
  }
  .mrg-t-lg-58 {
    margin-top: 58px !important;
  }
  .mrg-b-lg-58 {
    margin-bottom: 58px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-58 {
    margin-top: 58px !important;
    margin-bottom: 58px !important;
  }
  .mrg-t-xxl-58 {
    margin-top: 58px !important;
  }
  .mrg-b-xxl-58 {
    margin-bottom: 58px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-58 {
    margin-top: 58px !important;
    margin-bottom: 58px !important;
  }
  .mrg-t-xxxxl-58 {
    margin-top: 58px !important;
  }
  .mrg-b-xxxxl-58 {
    margin-bottom: 58px !important;
  }
}
.mrg-y-59 {
  margin-top: 59px !important;
  margin-bottom: 59px !important;
}
.mrg-t-59 {
  margin-top: 59px !important;
}
.mrg-b-59 {
  margin-bottom: 59px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-59 {
    margin-top: 59px !important;
    margin-bottom: 59px !important;
  }
  .mrg-t-sm-59 {
    margin-top: 59px !important;
  }
  .mrg-b-sm-59 {
    margin-bottom: 59px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-59 {
    margin-top: 59px !important;
    margin-bottom: 59px !important;
  }
  .mrg-t-lg-59 {
    margin-top: 59px !important;
  }
  .mrg-b-lg-59 {
    margin-bottom: 59px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-59 {
    margin-top: 59px !important;
    margin-bottom: 59px !important;
  }
  .mrg-t-xxl-59 {
    margin-top: 59px !important;
  }
  .mrg-b-xxl-59 {
    margin-bottom: 59px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-59 {
    margin-top: 59px !important;
    margin-bottom: 59px !important;
  }
  .mrg-t-xxxxl-59 {
    margin-top: 59px !important;
  }
  .mrg-b-xxxxl-59 {
    margin-bottom: 59px !important;
  }
}
.mrg-y-60 {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}
.mrg-t-60 {
  margin-top: 60px !important;
}
.mrg-b-60 {
  margin-bottom: 60px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
  .mrg-t-sm-60 {
    margin-top: 60px !important;
  }
  .mrg-b-sm-60 {
    margin-bottom: 60px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
  .mrg-t-lg-60 {
    margin-top: 60px !important;
  }
  .mrg-b-lg-60 {
    margin-bottom: 60px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
  .mrg-t-xxl-60 {
    margin-top: 60px !important;
  }
  .mrg-b-xxl-60 {
    margin-bottom: 60px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
  .mrg-t-xxxxl-60 {
    margin-top: 60px !important;
  }
  .mrg-b-xxxxl-60 {
    margin-bottom: 60px !important;
  }
}
.mrg-y-61 {
  margin-top: 61px !important;
  margin-bottom: 61px !important;
}
.mrg-t-61 {
  margin-top: 61px !important;
}
.mrg-b-61 {
  margin-bottom: 61px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-61 {
    margin-top: 61px !important;
    margin-bottom: 61px !important;
  }
  .mrg-t-sm-61 {
    margin-top: 61px !important;
  }
  .mrg-b-sm-61 {
    margin-bottom: 61px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-61 {
    margin-top: 61px !important;
    margin-bottom: 61px !important;
  }
  .mrg-t-lg-61 {
    margin-top: 61px !important;
  }
  .mrg-b-lg-61 {
    margin-bottom: 61px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-61 {
    margin-top: 61px !important;
    margin-bottom: 61px !important;
  }
  .mrg-t-xxl-61 {
    margin-top: 61px !important;
  }
  .mrg-b-xxl-61 {
    margin-bottom: 61px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-61 {
    margin-top: 61px !important;
    margin-bottom: 61px !important;
  }
  .mrg-t-xxxxl-61 {
    margin-top: 61px !important;
  }
  .mrg-b-xxxxl-61 {
    margin-bottom: 61px !important;
  }
}
.mrg-y-62 {
  margin-top: 62px !important;
  margin-bottom: 62px !important;
}
.mrg-t-62 {
  margin-top: 62px !important;
}
.mrg-b-62 {
  margin-bottom: 62px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-62 {
    margin-top: 62px !important;
    margin-bottom: 62px !important;
  }
  .mrg-t-sm-62 {
    margin-top: 62px !important;
  }
  .mrg-b-sm-62 {
    margin-bottom: 62px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-62 {
    margin-top: 62px !important;
    margin-bottom: 62px !important;
  }
  .mrg-t-lg-62 {
    margin-top: 62px !important;
  }
  .mrg-b-lg-62 {
    margin-bottom: 62px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-62 {
    margin-top: 62px !important;
    margin-bottom: 62px !important;
  }
  .mrg-t-xxl-62 {
    margin-top: 62px !important;
  }
  .mrg-b-xxl-62 {
    margin-bottom: 62px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-62 {
    margin-top: 62px !important;
    margin-bottom: 62px !important;
  }
  .mrg-t-xxxxl-62 {
    margin-top: 62px !important;
  }
  .mrg-b-xxxxl-62 {
    margin-bottom: 62px !important;
  }
}
.mrg-y-63 {
  margin-top: 63px !important;
  margin-bottom: 63px !important;
}
.mrg-t-63 {
  margin-top: 63px !important;
}
.mrg-b-63 {
  margin-bottom: 63px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-63 {
    margin-top: 63px !important;
    margin-bottom: 63px !important;
  }
  .mrg-t-sm-63 {
    margin-top: 63px !important;
  }
  .mrg-b-sm-63 {
    margin-bottom: 63px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-63 {
    margin-top: 63px !important;
    margin-bottom: 63px !important;
  }
  .mrg-t-lg-63 {
    margin-top: 63px !important;
  }
  .mrg-b-lg-63 {
    margin-bottom: 63px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-63 {
    margin-top: 63px !important;
    margin-bottom: 63px !important;
  }
  .mrg-t-xxl-63 {
    margin-top: 63px !important;
  }
  .mrg-b-xxl-63 {
    margin-bottom: 63px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-63 {
    margin-top: 63px !important;
    margin-bottom: 63px !important;
  }
  .mrg-t-xxxxl-63 {
    margin-top: 63px !important;
  }
  .mrg-b-xxxxl-63 {
    margin-bottom: 63px !important;
  }
}
.mrg-y-64 {
  margin-top: 64px !important;
  margin-bottom: 64px !important;
}
.mrg-t-64 {
  margin-top: 64px !important;
}
.mrg-b-64 {
  margin-bottom: 64px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-64 {
    margin-top: 64px !important;
    margin-bottom: 64px !important;
  }
  .mrg-t-sm-64 {
    margin-top: 64px !important;
  }
  .mrg-b-sm-64 {
    margin-bottom: 64px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-64 {
    margin-top: 64px !important;
    margin-bottom: 64px !important;
  }
  .mrg-t-lg-64 {
    margin-top: 64px !important;
  }
  .mrg-b-lg-64 {
    margin-bottom: 64px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-64 {
    margin-top: 64px !important;
    margin-bottom: 64px !important;
  }
  .mrg-t-xxl-64 {
    margin-top: 64px !important;
  }
  .mrg-b-xxl-64 {
    margin-bottom: 64px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-64 {
    margin-top: 64px !important;
    margin-bottom: 64px !important;
  }
  .mrg-t-xxxxl-64 {
    margin-top: 64px !important;
  }
  .mrg-b-xxxxl-64 {
    margin-bottom: 64px !important;
  }
}
.mrg-y-65 {
  margin-top: 65px !important;
  margin-bottom: 65px !important;
}
.mrg-t-65 {
  margin-top: 65px !important;
}
.mrg-b-65 {
  margin-bottom: 65px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-65 {
    margin-top: 65px !important;
    margin-bottom: 65px !important;
  }
  .mrg-t-sm-65 {
    margin-top: 65px !important;
  }
  .mrg-b-sm-65 {
    margin-bottom: 65px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-65 {
    margin-top: 65px !important;
    margin-bottom: 65px !important;
  }
  .mrg-t-lg-65 {
    margin-top: 65px !important;
  }
  .mrg-b-lg-65 {
    margin-bottom: 65px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-65 {
    margin-top: 65px !important;
    margin-bottom: 65px !important;
  }
  .mrg-t-xxl-65 {
    margin-top: 65px !important;
  }
  .mrg-b-xxl-65 {
    margin-bottom: 65px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-65 {
    margin-top: 65px !important;
    margin-bottom: 65px !important;
  }
  .mrg-t-xxxxl-65 {
    margin-top: 65px !important;
  }
  .mrg-b-xxxxl-65 {
    margin-bottom: 65px !important;
  }
}
.mrg-y-66 {
  margin-top: 66px !important;
  margin-bottom: 66px !important;
}
.mrg-t-66 {
  margin-top: 66px !important;
}
.mrg-b-66 {
  margin-bottom: 66px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-66 {
    margin-top: 66px !important;
    margin-bottom: 66px !important;
  }
  .mrg-t-sm-66 {
    margin-top: 66px !important;
  }
  .mrg-b-sm-66 {
    margin-bottom: 66px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-66 {
    margin-top: 66px !important;
    margin-bottom: 66px !important;
  }
  .mrg-t-lg-66 {
    margin-top: 66px !important;
  }
  .mrg-b-lg-66 {
    margin-bottom: 66px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-66 {
    margin-top: 66px !important;
    margin-bottom: 66px !important;
  }
  .mrg-t-xxl-66 {
    margin-top: 66px !important;
  }
  .mrg-b-xxl-66 {
    margin-bottom: 66px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-66 {
    margin-top: 66px !important;
    margin-bottom: 66px !important;
  }
  .mrg-t-xxxxl-66 {
    margin-top: 66px !important;
  }
  .mrg-b-xxxxl-66 {
    margin-bottom: 66px !important;
  }
}
.mrg-y-67 {
  margin-top: 67px !important;
  margin-bottom: 67px !important;
}
.mrg-t-67 {
  margin-top: 67px !important;
}
.mrg-b-67 {
  margin-bottom: 67px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-67 {
    margin-top: 67px !important;
    margin-bottom: 67px !important;
  }
  .mrg-t-sm-67 {
    margin-top: 67px !important;
  }
  .mrg-b-sm-67 {
    margin-bottom: 67px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-67 {
    margin-top: 67px !important;
    margin-bottom: 67px !important;
  }
  .mrg-t-lg-67 {
    margin-top: 67px !important;
  }
  .mrg-b-lg-67 {
    margin-bottom: 67px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-67 {
    margin-top: 67px !important;
    margin-bottom: 67px !important;
  }
  .mrg-t-xxl-67 {
    margin-top: 67px !important;
  }
  .mrg-b-xxl-67 {
    margin-bottom: 67px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-67 {
    margin-top: 67px !important;
    margin-bottom: 67px !important;
  }
  .mrg-t-xxxxl-67 {
    margin-top: 67px !important;
  }
  .mrg-b-xxxxl-67 {
    margin-bottom: 67px !important;
  }
}
.mrg-y-68 {
  margin-top: 68px !important;
  margin-bottom: 68px !important;
}
.mrg-t-68 {
  margin-top: 68px !important;
}
.mrg-b-68 {
  margin-bottom: 68px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-68 {
    margin-top: 68px !important;
    margin-bottom: 68px !important;
  }
  .mrg-t-sm-68 {
    margin-top: 68px !important;
  }
  .mrg-b-sm-68 {
    margin-bottom: 68px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-68 {
    margin-top: 68px !important;
    margin-bottom: 68px !important;
  }
  .mrg-t-lg-68 {
    margin-top: 68px !important;
  }
  .mrg-b-lg-68 {
    margin-bottom: 68px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-68 {
    margin-top: 68px !important;
    margin-bottom: 68px !important;
  }
  .mrg-t-xxl-68 {
    margin-top: 68px !important;
  }
  .mrg-b-xxl-68 {
    margin-bottom: 68px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-68 {
    margin-top: 68px !important;
    margin-bottom: 68px !important;
  }
  .mrg-t-xxxxl-68 {
    margin-top: 68px !important;
  }
  .mrg-b-xxxxl-68 {
    margin-bottom: 68px !important;
  }
}
.mrg-y-69 {
  margin-top: 69px !important;
  margin-bottom: 69px !important;
}
.mrg-t-69 {
  margin-top: 69px !important;
}
.mrg-b-69 {
  margin-bottom: 69px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-69 {
    margin-top: 69px !important;
    margin-bottom: 69px !important;
  }
  .mrg-t-sm-69 {
    margin-top: 69px !important;
  }
  .mrg-b-sm-69 {
    margin-bottom: 69px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-69 {
    margin-top: 69px !important;
    margin-bottom: 69px !important;
  }
  .mrg-t-lg-69 {
    margin-top: 69px !important;
  }
  .mrg-b-lg-69 {
    margin-bottom: 69px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-69 {
    margin-top: 69px !important;
    margin-bottom: 69px !important;
  }
  .mrg-t-xxl-69 {
    margin-top: 69px !important;
  }
  .mrg-b-xxl-69 {
    margin-bottom: 69px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-69 {
    margin-top: 69px !important;
    margin-bottom: 69px !important;
  }
  .mrg-t-xxxxl-69 {
    margin-top: 69px !important;
  }
  .mrg-b-xxxxl-69 {
    margin-bottom: 69px !important;
  }
}
.mrg-y-70 {
  margin-top: 70px !important;
  margin-bottom: 70px !important;
}
.mrg-t-70 {
  margin-top: 70px !important;
}
.mrg-b-70 {
  margin-bottom: 70px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-70 {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
  }
  .mrg-t-sm-70 {
    margin-top: 70px !important;
  }
  .mrg-b-sm-70 {
    margin-bottom: 70px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-70 {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
  }
  .mrg-t-lg-70 {
    margin-top: 70px !important;
  }
  .mrg-b-lg-70 {
    margin-bottom: 70px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-70 {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
  }
  .mrg-t-xxl-70 {
    margin-top: 70px !important;
  }
  .mrg-b-xxl-70 {
    margin-bottom: 70px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-70 {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
  }
  .mrg-t-xxxxl-70 {
    margin-top: 70px !important;
  }
  .mrg-b-xxxxl-70 {
    margin-bottom: 70px !important;
  }
}
.mrg-y-71 {
  margin-top: 71px !important;
  margin-bottom: 71px !important;
}
.mrg-t-71 {
  margin-top: 71px !important;
}
.mrg-b-71 {
  margin-bottom: 71px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-71 {
    margin-top: 71px !important;
    margin-bottom: 71px !important;
  }
  .mrg-t-sm-71 {
    margin-top: 71px !important;
  }
  .mrg-b-sm-71 {
    margin-bottom: 71px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-71 {
    margin-top: 71px !important;
    margin-bottom: 71px !important;
  }
  .mrg-t-lg-71 {
    margin-top: 71px !important;
  }
  .mrg-b-lg-71 {
    margin-bottom: 71px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-71 {
    margin-top: 71px !important;
    margin-bottom: 71px !important;
  }
  .mrg-t-xxl-71 {
    margin-top: 71px !important;
  }
  .mrg-b-xxl-71 {
    margin-bottom: 71px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-71 {
    margin-top: 71px !important;
    margin-bottom: 71px !important;
  }
  .mrg-t-xxxxl-71 {
    margin-top: 71px !important;
  }
  .mrg-b-xxxxl-71 {
    margin-bottom: 71px !important;
  }
}
.mrg-y-72 {
  margin-top: 72px !important;
  margin-bottom: 72px !important;
}
.mrg-t-72 {
  margin-top: 72px !important;
}
.mrg-b-72 {
  margin-bottom: 72px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-72 {
    margin-top: 72px !important;
    margin-bottom: 72px !important;
  }
  .mrg-t-sm-72 {
    margin-top: 72px !important;
  }
  .mrg-b-sm-72 {
    margin-bottom: 72px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-72 {
    margin-top: 72px !important;
    margin-bottom: 72px !important;
  }
  .mrg-t-lg-72 {
    margin-top: 72px !important;
  }
  .mrg-b-lg-72 {
    margin-bottom: 72px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-72 {
    margin-top: 72px !important;
    margin-bottom: 72px !important;
  }
  .mrg-t-xxl-72 {
    margin-top: 72px !important;
  }
  .mrg-b-xxl-72 {
    margin-bottom: 72px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-72 {
    margin-top: 72px !important;
    margin-bottom: 72px !important;
  }
  .mrg-t-xxxxl-72 {
    margin-top: 72px !important;
  }
  .mrg-b-xxxxl-72 {
    margin-bottom: 72px !important;
  }
}
.mrg-y-73 {
  margin-top: 73px !important;
  margin-bottom: 73px !important;
}
.mrg-t-73 {
  margin-top: 73px !important;
}
.mrg-b-73 {
  margin-bottom: 73px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-73 {
    margin-top: 73px !important;
    margin-bottom: 73px !important;
  }
  .mrg-t-sm-73 {
    margin-top: 73px !important;
  }
  .mrg-b-sm-73 {
    margin-bottom: 73px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-73 {
    margin-top: 73px !important;
    margin-bottom: 73px !important;
  }
  .mrg-t-lg-73 {
    margin-top: 73px !important;
  }
  .mrg-b-lg-73 {
    margin-bottom: 73px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-73 {
    margin-top: 73px !important;
    margin-bottom: 73px !important;
  }
  .mrg-t-xxl-73 {
    margin-top: 73px !important;
  }
  .mrg-b-xxl-73 {
    margin-bottom: 73px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-73 {
    margin-top: 73px !important;
    margin-bottom: 73px !important;
  }
  .mrg-t-xxxxl-73 {
    margin-top: 73px !important;
  }
  .mrg-b-xxxxl-73 {
    margin-bottom: 73px !important;
  }
}
.mrg-y-74 {
  margin-top: 74px !important;
  margin-bottom: 74px !important;
}
.mrg-t-74 {
  margin-top: 74px !important;
}
.mrg-b-74 {
  margin-bottom: 74px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-74 {
    margin-top: 74px !important;
    margin-bottom: 74px !important;
  }
  .mrg-t-sm-74 {
    margin-top: 74px !important;
  }
  .mrg-b-sm-74 {
    margin-bottom: 74px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-74 {
    margin-top: 74px !important;
    margin-bottom: 74px !important;
  }
  .mrg-t-lg-74 {
    margin-top: 74px !important;
  }
  .mrg-b-lg-74 {
    margin-bottom: 74px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-74 {
    margin-top: 74px !important;
    margin-bottom: 74px !important;
  }
  .mrg-t-xxl-74 {
    margin-top: 74px !important;
  }
  .mrg-b-xxl-74 {
    margin-bottom: 74px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-74 {
    margin-top: 74px !important;
    margin-bottom: 74px !important;
  }
  .mrg-t-xxxxl-74 {
    margin-top: 74px !important;
  }
  .mrg-b-xxxxl-74 {
    margin-bottom: 74px !important;
  }
}
.mrg-y-75 {
  margin-top: 75px !important;
  margin-bottom: 75px !important;
}
.mrg-t-75 {
  margin-top: 75px !important;
}
.mrg-b-75 {
  margin-bottom: 75px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-75 {
    margin-top: 75px !important;
    margin-bottom: 75px !important;
  }
  .mrg-t-sm-75 {
    margin-top: 75px !important;
  }
  .mrg-b-sm-75 {
    margin-bottom: 75px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-75 {
    margin-top: 75px !important;
    margin-bottom: 75px !important;
  }
  .mrg-t-lg-75 {
    margin-top: 75px !important;
  }
  .mrg-b-lg-75 {
    margin-bottom: 75px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-75 {
    margin-top: 75px !important;
    margin-bottom: 75px !important;
  }
  .mrg-t-xxl-75 {
    margin-top: 75px !important;
  }
  .mrg-b-xxl-75 {
    margin-bottom: 75px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-75 {
    margin-top: 75px !important;
    margin-bottom: 75px !important;
  }
  .mrg-t-xxxxl-75 {
    margin-top: 75px !important;
  }
  .mrg-b-xxxxl-75 {
    margin-bottom: 75px !important;
  }
}
.mrg-y-76 {
  margin-top: 76px !important;
  margin-bottom: 76px !important;
}
.mrg-t-76 {
  margin-top: 76px !important;
}
.mrg-b-76 {
  margin-bottom: 76px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-76 {
    margin-top: 76px !important;
    margin-bottom: 76px !important;
  }
  .mrg-t-sm-76 {
    margin-top: 76px !important;
  }
  .mrg-b-sm-76 {
    margin-bottom: 76px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-76 {
    margin-top: 76px !important;
    margin-bottom: 76px !important;
  }
  .mrg-t-lg-76 {
    margin-top: 76px !important;
  }
  .mrg-b-lg-76 {
    margin-bottom: 76px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-76 {
    margin-top: 76px !important;
    margin-bottom: 76px !important;
  }
  .mrg-t-xxl-76 {
    margin-top: 76px !important;
  }
  .mrg-b-xxl-76 {
    margin-bottom: 76px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-76 {
    margin-top: 76px !important;
    margin-bottom: 76px !important;
  }
  .mrg-t-xxxxl-76 {
    margin-top: 76px !important;
  }
  .mrg-b-xxxxl-76 {
    margin-bottom: 76px !important;
  }
}
.mrg-y-77 {
  margin-top: 77px !important;
  margin-bottom: 77px !important;
}
.mrg-t-77 {
  margin-top: 77px !important;
}
.mrg-b-77 {
  margin-bottom: 77px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-77 {
    margin-top: 77px !important;
    margin-bottom: 77px !important;
  }
  .mrg-t-sm-77 {
    margin-top: 77px !important;
  }
  .mrg-b-sm-77 {
    margin-bottom: 77px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-77 {
    margin-top: 77px !important;
    margin-bottom: 77px !important;
  }
  .mrg-t-lg-77 {
    margin-top: 77px !important;
  }
  .mrg-b-lg-77 {
    margin-bottom: 77px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-77 {
    margin-top: 77px !important;
    margin-bottom: 77px !important;
  }
  .mrg-t-xxl-77 {
    margin-top: 77px !important;
  }
  .mrg-b-xxl-77 {
    margin-bottom: 77px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-77 {
    margin-top: 77px !important;
    margin-bottom: 77px !important;
  }
  .mrg-t-xxxxl-77 {
    margin-top: 77px !important;
  }
  .mrg-b-xxxxl-77 {
    margin-bottom: 77px !important;
  }
}
.mrg-y-78 {
  margin-top: 78px !important;
  margin-bottom: 78px !important;
}
.mrg-t-78 {
  margin-top: 78px !important;
}
.mrg-b-78 {
  margin-bottom: 78px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-78 {
    margin-top: 78px !important;
    margin-bottom: 78px !important;
  }
  .mrg-t-sm-78 {
    margin-top: 78px !important;
  }
  .mrg-b-sm-78 {
    margin-bottom: 78px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-78 {
    margin-top: 78px !important;
    margin-bottom: 78px !important;
  }
  .mrg-t-lg-78 {
    margin-top: 78px !important;
  }
  .mrg-b-lg-78 {
    margin-bottom: 78px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-78 {
    margin-top: 78px !important;
    margin-bottom: 78px !important;
  }
  .mrg-t-xxl-78 {
    margin-top: 78px !important;
  }
  .mrg-b-xxl-78 {
    margin-bottom: 78px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-78 {
    margin-top: 78px !important;
    margin-bottom: 78px !important;
  }
  .mrg-t-xxxxl-78 {
    margin-top: 78px !important;
  }
  .mrg-b-xxxxl-78 {
    margin-bottom: 78px !important;
  }
}
.mrg-y-79 {
  margin-top: 79px !important;
  margin-bottom: 79px !important;
}
.mrg-t-79 {
  margin-top: 79px !important;
}
.mrg-b-79 {
  margin-bottom: 79px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-79 {
    margin-top: 79px !important;
    margin-bottom: 79px !important;
  }
  .mrg-t-sm-79 {
    margin-top: 79px !important;
  }
  .mrg-b-sm-79 {
    margin-bottom: 79px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-79 {
    margin-top: 79px !important;
    margin-bottom: 79px !important;
  }
  .mrg-t-lg-79 {
    margin-top: 79px !important;
  }
  .mrg-b-lg-79 {
    margin-bottom: 79px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-79 {
    margin-top: 79px !important;
    margin-bottom: 79px !important;
  }
  .mrg-t-xxl-79 {
    margin-top: 79px !important;
  }
  .mrg-b-xxl-79 {
    margin-bottom: 79px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-79 {
    margin-top: 79px !important;
    margin-bottom: 79px !important;
  }
  .mrg-t-xxxxl-79 {
    margin-top: 79px !important;
  }
  .mrg-b-xxxxl-79 {
    margin-bottom: 79px !important;
  }
}
.mrg-y-80 {
  margin-top: 80px !important;
  margin-bottom: 80px !important;
}
.mrg-t-80 {
  margin-top: 80px !important;
}
.mrg-b-80 {
  margin-bottom: 80px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
  .mrg-t-sm-80 {
    margin-top: 80px !important;
  }
  .mrg-b-sm-80 {
    margin-bottom: 80px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
  .mrg-t-lg-80 {
    margin-top: 80px !important;
  }
  .mrg-b-lg-80 {
    margin-bottom: 80px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
  .mrg-t-xxl-80 {
    margin-top: 80px !important;
  }
  .mrg-b-xxl-80 {
    margin-bottom: 80px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
  .mrg-t-xxxxl-80 {
    margin-top: 80px !important;
  }
  .mrg-b-xxxxl-80 {
    margin-bottom: 80px !important;
  }
}
.mrg-y-81 {
  margin-top: 81px !important;
  margin-bottom: 81px !important;
}
.mrg-t-81 {
  margin-top: 81px !important;
}
.mrg-b-81 {
  margin-bottom: 81px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-81 {
    margin-top: 81px !important;
    margin-bottom: 81px !important;
  }
  .mrg-t-sm-81 {
    margin-top: 81px !important;
  }
  .mrg-b-sm-81 {
    margin-bottom: 81px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-81 {
    margin-top: 81px !important;
    margin-bottom: 81px !important;
  }
  .mrg-t-lg-81 {
    margin-top: 81px !important;
  }
  .mrg-b-lg-81 {
    margin-bottom: 81px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-81 {
    margin-top: 81px !important;
    margin-bottom: 81px !important;
  }
  .mrg-t-xxl-81 {
    margin-top: 81px !important;
  }
  .mrg-b-xxl-81 {
    margin-bottom: 81px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-81 {
    margin-top: 81px !important;
    margin-bottom: 81px !important;
  }
  .mrg-t-xxxxl-81 {
    margin-top: 81px !important;
  }
  .mrg-b-xxxxl-81 {
    margin-bottom: 81px !important;
  }
}
.mrg-y-82 {
  margin-top: 82px !important;
  margin-bottom: 82px !important;
}
.mrg-t-82 {
  margin-top: 82px !important;
}
.mrg-b-82 {
  margin-bottom: 82px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-82 {
    margin-top: 82px !important;
    margin-bottom: 82px !important;
  }
  .mrg-t-sm-82 {
    margin-top: 82px !important;
  }
  .mrg-b-sm-82 {
    margin-bottom: 82px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-82 {
    margin-top: 82px !important;
    margin-bottom: 82px !important;
  }
  .mrg-t-lg-82 {
    margin-top: 82px !important;
  }
  .mrg-b-lg-82 {
    margin-bottom: 82px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-82 {
    margin-top: 82px !important;
    margin-bottom: 82px !important;
  }
  .mrg-t-xxl-82 {
    margin-top: 82px !important;
  }
  .mrg-b-xxl-82 {
    margin-bottom: 82px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-82 {
    margin-top: 82px !important;
    margin-bottom: 82px !important;
  }
  .mrg-t-xxxxl-82 {
    margin-top: 82px !important;
  }
  .mrg-b-xxxxl-82 {
    margin-bottom: 82px !important;
  }
}
.mrg-y-83 {
  margin-top: 83px !important;
  margin-bottom: 83px !important;
}
.mrg-t-83 {
  margin-top: 83px !important;
}
.mrg-b-83 {
  margin-bottom: 83px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-83 {
    margin-top: 83px !important;
    margin-bottom: 83px !important;
  }
  .mrg-t-sm-83 {
    margin-top: 83px !important;
  }
  .mrg-b-sm-83 {
    margin-bottom: 83px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-83 {
    margin-top: 83px !important;
    margin-bottom: 83px !important;
  }
  .mrg-t-lg-83 {
    margin-top: 83px !important;
  }
  .mrg-b-lg-83 {
    margin-bottom: 83px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-83 {
    margin-top: 83px !important;
    margin-bottom: 83px !important;
  }
  .mrg-t-xxl-83 {
    margin-top: 83px !important;
  }
  .mrg-b-xxl-83 {
    margin-bottom: 83px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-83 {
    margin-top: 83px !important;
    margin-bottom: 83px !important;
  }
  .mrg-t-xxxxl-83 {
    margin-top: 83px !important;
  }
  .mrg-b-xxxxl-83 {
    margin-bottom: 83px !important;
  }
}
.mrg-y-84 {
  margin-top: 84px !important;
  margin-bottom: 84px !important;
}
.mrg-t-84 {
  margin-top: 84px !important;
}
.mrg-b-84 {
  margin-bottom: 84px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-84 {
    margin-top: 84px !important;
    margin-bottom: 84px !important;
  }
  .mrg-t-sm-84 {
    margin-top: 84px !important;
  }
  .mrg-b-sm-84 {
    margin-bottom: 84px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-84 {
    margin-top: 84px !important;
    margin-bottom: 84px !important;
  }
  .mrg-t-lg-84 {
    margin-top: 84px !important;
  }
  .mrg-b-lg-84 {
    margin-bottom: 84px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-84 {
    margin-top: 84px !important;
    margin-bottom: 84px !important;
  }
  .mrg-t-xxl-84 {
    margin-top: 84px !important;
  }
  .mrg-b-xxl-84 {
    margin-bottom: 84px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-84 {
    margin-top: 84px !important;
    margin-bottom: 84px !important;
  }
  .mrg-t-xxxxl-84 {
    margin-top: 84px !important;
  }
  .mrg-b-xxxxl-84 {
    margin-bottom: 84px !important;
  }
}
.mrg-y-85 {
  margin-top: 85px !important;
  margin-bottom: 85px !important;
}
.mrg-t-85 {
  margin-top: 85px !important;
}
.mrg-b-85 {
  margin-bottom: 85px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-85 {
    margin-top: 85px !important;
    margin-bottom: 85px !important;
  }
  .mrg-t-sm-85 {
    margin-top: 85px !important;
  }
  .mrg-b-sm-85 {
    margin-bottom: 85px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-85 {
    margin-top: 85px !important;
    margin-bottom: 85px !important;
  }
  .mrg-t-lg-85 {
    margin-top: 85px !important;
  }
  .mrg-b-lg-85 {
    margin-bottom: 85px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-85 {
    margin-top: 85px !important;
    margin-bottom: 85px !important;
  }
  .mrg-t-xxl-85 {
    margin-top: 85px !important;
  }
  .mrg-b-xxl-85 {
    margin-bottom: 85px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-85 {
    margin-top: 85px !important;
    margin-bottom: 85px !important;
  }
  .mrg-t-xxxxl-85 {
    margin-top: 85px !important;
  }
  .mrg-b-xxxxl-85 {
    margin-bottom: 85px !important;
  }
}
.mrg-y-86 {
  margin-top: 86px !important;
  margin-bottom: 86px !important;
}
.mrg-t-86 {
  margin-top: 86px !important;
}
.mrg-b-86 {
  margin-bottom: 86px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-86 {
    margin-top: 86px !important;
    margin-bottom: 86px !important;
  }
  .mrg-t-sm-86 {
    margin-top: 86px !important;
  }
  .mrg-b-sm-86 {
    margin-bottom: 86px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-86 {
    margin-top: 86px !important;
    margin-bottom: 86px !important;
  }
  .mrg-t-lg-86 {
    margin-top: 86px !important;
  }
  .mrg-b-lg-86 {
    margin-bottom: 86px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-86 {
    margin-top: 86px !important;
    margin-bottom: 86px !important;
  }
  .mrg-t-xxl-86 {
    margin-top: 86px !important;
  }
  .mrg-b-xxl-86 {
    margin-bottom: 86px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-86 {
    margin-top: 86px !important;
    margin-bottom: 86px !important;
  }
  .mrg-t-xxxxl-86 {
    margin-top: 86px !important;
  }
  .mrg-b-xxxxl-86 {
    margin-bottom: 86px !important;
  }
}
.mrg-y-87 {
  margin-top: 87px !important;
  margin-bottom: 87px !important;
}
.mrg-t-87 {
  margin-top: 87px !important;
}
.mrg-b-87 {
  margin-bottom: 87px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-87 {
    margin-top: 87px !important;
    margin-bottom: 87px !important;
  }
  .mrg-t-sm-87 {
    margin-top: 87px !important;
  }
  .mrg-b-sm-87 {
    margin-bottom: 87px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-87 {
    margin-top: 87px !important;
    margin-bottom: 87px !important;
  }
  .mrg-t-lg-87 {
    margin-top: 87px !important;
  }
  .mrg-b-lg-87 {
    margin-bottom: 87px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-87 {
    margin-top: 87px !important;
    margin-bottom: 87px !important;
  }
  .mrg-t-xxl-87 {
    margin-top: 87px !important;
  }
  .mrg-b-xxl-87 {
    margin-bottom: 87px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-87 {
    margin-top: 87px !important;
    margin-bottom: 87px !important;
  }
  .mrg-t-xxxxl-87 {
    margin-top: 87px !important;
  }
  .mrg-b-xxxxl-87 {
    margin-bottom: 87px !important;
  }
}
.mrg-y-88 {
  margin-top: 88px !important;
  margin-bottom: 88px !important;
}
.mrg-t-88 {
  margin-top: 88px !important;
}
.mrg-b-88 {
  margin-bottom: 88px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-88 {
    margin-top: 88px !important;
    margin-bottom: 88px !important;
  }
  .mrg-t-sm-88 {
    margin-top: 88px !important;
  }
  .mrg-b-sm-88 {
    margin-bottom: 88px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-88 {
    margin-top: 88px !important;
    margin-bottom: 88px !important;
  }
  .mrg-t-lg-88 {
    margin-top: 88px !important;
  }
  .mrg-b-lg-88 {
    margin-bottom: 88px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-88 {
    margin-top: 88px !important;
    margin-bottom: 88px !important;
  }
  .mrg-t-xxl-88 {
    margin-top: 88px !important;
  }
  .mrg-b-xxl-88 {
    margin-bottom: 88px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-88 {
    margin-top: 88px !important;
    margin-bottom: 88px !important;
  }
  .mrg-t-xxxxl-88 {
    margin-top: 88px !important;
  }
  .mrg-b-xxxxl-88 {
    margin-bottom: 88px !important;
  }
}
.mrg-y-89 {
  margin-top: 89px !important;
  margin-bottom: 89px !important;
}
.mrg-t-89 {
  margin-top: 89px !important;
}
.mrg-b-89 {
  margin-bottom: 89px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-89 {
    margin-top: 89px !important;
    margin-bottom: 89px !important;
  }
  .mrg-t-sm-89 {
    margin-top: 89px !important;
  }
  .mrg-b-sm-89 {
    margin-bottom: 89px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-89 {
    margin-top: 89px !important;
    margin-bottom: 89px !important;
  }
  .mrg-t-lg-89 {
    margin-top: 89px !important;
  }
  .mrg-b-lg-89 {
    margin-bottom: 89px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-89 {
    margin-top: 89px !important;
    margin-bottom: 89px !important;
  }
  .mrg-t-xxl-89 {
    margin-top: 89px !important;
  }
  .mrg-b-xxl-89 {
    margin-bottom: 89px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-89 {
    margin-top: 89px !important;
    margin-bottom: 89px !important;
  }
  .mrg-t-xxxxl-89 {
    margin-top: 89px !important;
  }
  .mrg-b-xxxxl-89 {
    margin-bottom: 89px !important;
  }
}
.mrg-y-90 {
  margin-top: 90px !important;
  margin-bottom: 90px !important;
}
.mrg-t-90 {
  margin-top: 90px !important;
}
.mrg-b-90 {
  margin-bottom: 90px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-90 {
    margin-top: 90px !important;
    margin-bottom: 90px !important;
  }
  .mrg-t-sm-90 {
    margin-top: 90px !important;
  }
  .mrg-b-sm-90 {
    margin-bottom: 90px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-90 {
    margin-top: 90px !important;
    margin-bottom: 90px !important;
  }
  .mrg-t-lg-90 {
    margin-top: 90px !important;
  }
  .mrg-b-lg-90 {
    margin-bottom: 90px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-90 {
    margin-top: 90px !important;
    margin-bottom: 90px !important;
  }
  .mrg-t-xxl-90 {
    margin-top: 90px !important;
  }
  .mrg-b-xxl-90 {
    margin-bottom: 90px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-90 {
    margin-top: 90px !important;
    margin-bottom: 90px !important;
  }
  .mrg-t-xxxxl-90 {
    margin-top: 90px !important;
  }
  .mrg-b-xxxxl-90 {
    margin-bottom: 90px !important;
  }
}
.mrg-y-91 {
  margin-top: 91px !important;
  margin-bottom: 91px !important;
}
.mrg-t-91 {
  margin-top: 91px !important;
}
.mrg-b-91 {
  margin-bottom: 91px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-91 {
    margin-top: 91px !important;
    margin-bottom: 91px !important;
  }
  .mrg-t-sm-91 {
    margin-top: 91px !important;
  }
  .mrg-b-sm-91 {
    margin-bottom: 91px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-91 {
    margin-top: 91px !important;
    margin-bottom: 91px !important;
  }
  .mrg-t-lg-91 {
    margin-top: 91px !important;
  }
  .mrg-b-lg-91 {
    margin-bottom: 91px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-91 {
    margin-top: 91px !important;
    margin-bottom: 91px !important;
  }
  .mrg-t-xxl-91 {
    margin-top: 91px !important;
  }
  .mrg-b-xxl-91 {
    margin-bottom: 91px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-91 {
    margin-top: 91px !important;
    margin-bottom: 91px !important;
  }
  .mrg-t-xxxxl-91 {
    margin-top: 91px !important;
  }
  .mrg-b-xxxxl-91 {
    margin-bottom: 91px !important;
  }
}
.mrg-y-92 {
  margin-top: 92px !important;
  margin-bottom: 92px !important;
}
.mrg-t-92 {
  margin-top: 92px !important;
}
.mrg-b-92 {
  margin-bottom: 92px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-92 {
    margin-top: 92px !important;
    margin-bottom: 92px !important;
  }
  .mrg-t-sm-92 {
    margin-top: 92px !important;
  }
  .mrg-b-sm-92 {
    margin-bottom: 92px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-92 {
    margin-top: 92px !important;
    margin-bottom: 92px !important;
  }
  .mrg-t-lg-92 {
    margin-top: 92px !important;
  }
  .mrg-b-lg-92 {
    margin-bottom: 92px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-92 {
    margin-top: 92px !important;
    margin-bottom: 92px !important;
  }
  .mrg-t-xxl-92 {
    margin-top: 92px !important;
  }
  .mrg-b-xxl-92 {
    margin-bottom: 92px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-92 {
    margin-top: 92px !important;
    margin-bottom: 92px !important;
  }
  .mrg-t-xxxxl-92 {
    margin-top: 92px !important;
  }
  .mrg-b-xxxxl-92 {
    margin-bottom: 92px !important;
  }
}
.mrg-y-93 {
  margin-top: 93px !important;
  margin-bottom: 93px !important;
}
.mrg-t-93 {
  margin-top: 93px !important;
}
.mrg-b-93 {
  margin-bottom: 93px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-93 {
    margin-top: 93px !important;
    margin-bottom: 93px !important;
  }
  .mrg-t-sm-93 {
    margin-top: 93px !important;
  }
  .mrg-b-sm-93 {
    margin-bottom: 93px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-93 {
    margin-top: 93px !important;
    margin-bottom: 93px !important;
  }
  .mrg-t-lg-93 {
    margin-top: 93px !important;
  }
  .mrg-b-lg-93 {
    margin-bottom: 93px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-93 {
    margin-top: 93px !important;
    margin-bottom: 93px !important;
  }
  .mrg-t-xxl-93 {
    margin-top: 93px !important;
  }
  .mrg-b-xxl-93 {
    margin-bottom: 93px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-93 {
    margin-top: 93px !important;
    margin-bottom: 93px !important;
  }
  .mrg-t-xxxxl-93 {
    margin-top: 93px !important;
  }
  .mrg-b-xxxxl-93 {
    margin-bottom: 93px !important;
  }
}
.mrg-y-94 {
  margin-top: 94px !important;
  margin-bottom: 94px !important;
}
.mrg-t-94 {
  margin-top: 94px !important;
}
.mrg-b-94 {
  margin-bottom: 94px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-94 {
    margin-top: 94px !important;
    margin-bottom: 94px !important;
  }
  .mrg-t-sm-94 {
    margin-top: 94px !important;
  }
  .mrg-b-sm-94 {
    margin-bottom: 94px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-94 {
    margin-top: 94px !important;
    margin-bottom: 94px !important;
  }
  .mrg-t-lg-94 {
    margin-top: 94px !important;
  }
  .mrg-b-lg-94 {
    margin-bottom: 94px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-94 {
    margin-top: 94px !important;
    margin-bottom: 94px !important;
  }
  .mrg-t-xxl-94 {
    margin-top: 94px !important;
  }
  .mrg-b-xxl-94 {
    margin-bottom: 94px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-94 {
    margin-top: 94px !important;
    margin-bottom: 94px !important;
  }
  .mrg-t-xxxxl-94 {
    margin-top: 94px !important;
  }
  .mrg-b-xxxxl-94 {
    margin-bottom: 94px !important;
  }
}
.mrg-y-95 {
  margin-top: 95px !important;
  margin-bottom: 95px !important;
}
.mrg-t-95 {
  margin-top: 95px !important;
}
.mrg-b-95 {
  margin-bottom: 95px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-95 {
    margin-top: 95px !important;
    margin-bottom: 95px !important;
  }
  .mrg-t-sm-95 {
    margin-top: 95px !important;
  }
  .mrg-b-sm-95 {
    margin-bottom: 95px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-95 {
    margin-top: 95px !important;
    margin-bottom: 95px !important;
  }
  .mrg-t-lg-95 {
    margin-top: 95px !important;
  }
  .mrg-b-lg-95 {
    margin-bottom: 95px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-95 {
    margin-top: 95px !important;
    margin-bottom: 95px !important;
  }
  .mrg-t-xxl-95 {
    margin-top: 95px !important;
  }
  .mrg-b-xxl-95 {
    margin-bottom: 95px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-95 {
    margin-top: 95px !important;
    margin-bottom: 95px !important;
  }
  .mrg-t-xxxxl-95 {
    margin-top: 95px !important;
  }
  .mrg-b-xxxxl-95 {
    margin-bottom: 95px !important;
  }
}
.mrg-y-96 {
  margin-top: 96px !important;
  margin-bottom: 96px !important;
}
.mrg-t-96 {
  margin-top: 96px !important;
}
.mrg-b-96 {
  margin-bottom: 96px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-96 {
    margin-top: 96px !important;
    margin-bottom: 96px !important;
  }
  .mrg-t-sm-96 {
    margin-top: 96px !important;
  }
  .mrg-b-sm-96 {
    margin-bottom: 96px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-96 {
    margin-top: 96px !important;
    margin-bottom: 96px !important;
  }
  .mrg-t-lg-96 {
    margin-top: 96px !important;
  }
  .mrg-b-lg-96 {
    margin-bottom: 96px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-96 {
    margin-top: 96px !important;
    margin-bottom: 96px !important;
  }
  .mrg-t-xxl-96 {
    margin-top: 96px !important;
  }
  .mrg-b-xxl-96 {
    margin-bottom: 96px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-96 {
    margin-top: 96px !important;
    margin-bottom: 96px !important;
  }
  .mrg-t-xxxxl-96 {
    margin-top: 96px !important;
  }
  .mrg-b-xxxxl-96 {
    margin-bottom: 96px !important;
  }
}
.mrg-y-97 {
  margin-top: 97px !important;
  margin-bottom: 97px !important;
}
.mrg-t-97 {
  margin-top: 97px !important;
}
.mrg-b-97 {
  margin-bottom: 97px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-97 {
    margin-top: 97px !important;
    margin-bottom: 97px !important;
  }
  .mrg-t-sm-97 {
    margin-top: 97px !important;
  }
  .mrg-b-sm-97 {
    margin-bottom: 97px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-97 {
    margin-top: 97px !important;
    margin-bottom: 97px !important;
  }
  .mrg-t-lg-97 {
    margin-top: 97px !important;
  }
  .mrg-b-lg-97 {
    margin-bottom: 97px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-97 {
    margin-top: 97px !important;
    margin-bottom: 97px !important;
  }
  .mrg-t-xxl-97 {
    margin-top: 97px !important;
  }
  .mrg-b-xxl-97 {
    margin-bottom: 97px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-97 {
    margin-top: 97px !important;
    margin-bottom: 97px !important;
  }
  .mrg-t-xxxxl-97 {
    margin-top: 97px !important;
  }
  .mrg-b-xxxxl-97 {
    margin-bottom: 97px !important;
  }
}
.mrg-y-98 {
  margin-top: 98px !important;
  margin-bottom: 98px !important;
}
.mrg-t-98 {
  margin-top: 98px !important;
}
.mrg-b-98 {
  margin-bottom: 98px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-98 {
    margin-top: 98px !important;
    margin-bottom: 98px !important;
  }
  .mrg-t-sm-98 {
    margin-top: 98px !important;
  }
  .mrg-b-sm-98 {
    margin-bottom: 98px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-98 {
    margin-top: 98px !important;
    margin-bottom: 98px !important;
  }
  .mrg-t-lg-98 {
    margin-top: 98px !important;
  }
  .mrg-b-lg-98 {
    margin-bottom: 98px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-98 {
    margin-top: 98px !important;
    margin-bottom: 98px !important;
  }
  .mrg-t-xxl-98 {
    margin-top: 98px !important;
  }
  .mrg-b-xxl-98 {
    margin-bottom: 98px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-98 {
    margin-top: 98px !important;
    margin-bottom: 98px !important;
  }
  .mrg-t-xxxxl-98 {
    margin-top: 98px !important;
  }
  .mrg-b-xxxxl-98 {
    margin-bottom: 98px !important;
  }
}
.mrg-y-99 {
  margin-top: 99px !important;
  margin-bottom: 99px !important;
}
.mrg-t-99 {
  margin-top: 99px !important;
}
.mrg-b-99 {
  margin-bottom: 99px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-99 {
    margin-top: 99px !important;
    margin-bottom: 99px !important;
  }
  .mrg-t-sm-99 {
    margin-top: 99px !important;
  }
  .mrg-b-sm-99 {
    margin-bottom: 99px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-99 {
    margin-top: 99px !important;
    margin-bottom: 99px !important;
  }
  .mrg-t-lg-99 {
    margin-top: 99px !important;
  }
  .mrg-b-lg-99 {
    margin-bottom: 99px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-99 {
    margin-top: 99px !important;
    margin-bottom: 99px !important;
  }
  .mrg-t-xxl-99 {
    margin-top: 99px !important;
  }
  .mrg-b-xxl-99 {
    margin-bottom: 99px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-99 {
    margin-top: 99px !important;
    margin-bottom: 99px !important;
  }
  .mrg-t-xxxxl-99 {
    margin-top: 99px !important;
  }
  .mrg-b-xxxxl-99 {
    margin-bottom: 99px !important;
  }
}
.mrg-y-100 {
  margin-top: 100px !important;
  margin-bottom: 100px !important;
}
.mrg-t-100 {
  margin-top: 100px !important;
}
.mrg-b-100 {
  margin-bottom: 100px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }
  .mrg-t-sm-100 {
    margin-top: 100px !important;
  }
  .mrg-b-sm-100 {
    margin-bottom: 100px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }
  .mrg-t-lg-100 {
    margin-top: 100px !important;
  }
  .mrg-b-lg-100 {
    margin-bottom: 100px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }
  .mrg-t-xxl-100 {
    margin-top: 100px !important;
  }
  .mrg-b-xxl-100 {
    margin-bottom: 100px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }
  .mrg-t-xxxxl-100 {
    margin-top: 100px !important;
  }
  .mrg-b-xxxxl-100 {
    margin-bottom: 100px !important;
  }
}
.mrg-y-101 {
  margin-top: 101px !important;
  margin-bottom: 101px !important;
}
.mrg-t-101 {
  margin-top: 101px !important;
}
.mrg-b-101 {
  margin-bottom: 101px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-101 {
    margin-top: 101px !important;
    margin-bottom: 101px !important;
  }
  .mrg-t-sm-101 {
    margin-top: 101px !important;
  }
  .mrg-b-sm-101 {
    margin-bottom: 101px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-101 {
    margin-top: 101px !important;
    margin-bottom: 101px !important;
  }
  .mrg-t-lg-101 {
    margin-top: 101px !important;
  }
  .mrg-b-lg-101 {
    margin-bottom: 101px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-101 {
    margin-top: 101px !important;
    margin-bottom: 101px !important;
  }
  .mrg-t-xxl-101 {
    margin-top: 101px !important;
  }
  .mrg-b-xxl-101 {
    margin-bottom: 101px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-101 {
    margin-top: 101px !important;
    margin-bottom: 101px !important;
  }
  .mrg-t-xxxxl-101 {
    margin-top: 101px !important;
  }
  .mrg-b-xxxxl-101 {
    margin-bottom: 101px !important;
  }
}
.mrg-y-102 {
  margin-top: 102px !important;
  margin-bottom: 102px !important;
}
.mrg-t-102 {
  margin-top: 102px !important;
}
.mrg-b-102 {
  margin-bottom: 102px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-102 {
    margin-top: 102px !important;
    margin-bottom: 102px !important;
  }
  .mrg-t-sm-102 {
    margin-top: 102px !important;
  }
  .mrg-b-sm-102 {
    margin-bottom: 102px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-102 {
    margin-top: 102px !important;
    margin-bottom: 102px !important;
  }
  .mrg-t-lg-102 {
    margin-top: 102px !important;
  }
  .mrg-b-lg-102 {
    margin-bottom: 102px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-102 {
    margin-top: 102px !important;
    margin-bottom: 102px !important;
  }
  .mrg-t-xxl-102 {
    margin-top: 102px !important;
  }
  .mrg-b-xxl-102 {
    margin-bottom: 102px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-102 {
    margin-top: 102px !important;
    margin-bottom: 102px !important;
  }
  .mrg-t-xxxxl-102 {
    margin-top: 102px !important;
  }
  .mrg-b-xxxxl-102 {
    margin-bottom: 102px !important;
  }
}
.mrg-y-103 {
  margin-top: 103px !important;
  margin-bottom: 103px !important;
}
.mrg-t-103 {
  margin-top: 103px !important;
}
.mrg-b-103 {
  margin-bottom: 103px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-103 {
    margin-top: 103px !important;
    margin-bottom: 103px !important;
  }
  .mrg-t-sm-103 {
    margin-top: 103px !important;
  }
  .mrg-b-sm-103 {
    margin-bottom: 103px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-103 {
    margin-top: 103px !important;
    margin-bottom: 103px !important;
  }
  .mrg-t-lg-103 {
    margin-top: 103px !important;
  }
  .mrg-b-lg-103 {
    margin-bottom: 103px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-103 {
    margin-top: 103px !important;
    margin-bottom: 103px !important;
  }
  .mrg-t-xxl-103 {
    margin-top: 103px !important;
  }
  .mrg-b-xxl-103 {
    margin-bottom: 103px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-103 {
    margin-top: 103px !important;
    margin-bottom: 103px !important;
  }
  .mrg-t-xxxxl-103 {
    margin-top: 103px !important;
  }
  .mrg-b-xxxxl-103 {
    margin-bottom: 103px !important;
  }
}
.mrg-y-104 {
  margin-top: 104px !important;
  margin-bottom: 104px !important;
}
.mrg-t-104 {
  margin-top: 104px !important;
}
.mrg-b-104 {
  margin-bottom: 104px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-104 {
    margin-top: 104px !important;
    margin-bottom: 104px !important;
  }
  .mrg-t-sm-104 {
    margin-top: 104px !important;
  }
  .mrg-b-sm-104 {
    margin-bottom: 104px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-104 {
    margin-top: 104px !important;
    margin-bottom: 104px !important;
  }
  .mrg-t-lg-104 {
    margin-top: 104px !important;
  }
  .mrg-b-lg-104 {
    margin-bottom: 104px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-104 {
    margin-top: 104px !important;
    margin-bottom: 104px !important;
  }
  .mrg-t-xxl-104 {
    margin-top: 104px !important;
  }
  .mrg-b-xxl-104 {
    margin-bottom: 104px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-104 {
    margin-top: 104px !important;
    margin-bottom: 104px !important;
  }
  .mrg-t-xxxxl-104 {
    margin-top: 104px !important;
  }
  .mrg-b-xxxxl-104 {
    margin-bottom: 104px !important;
  }
}
.mrg-y-105 {
  margin-top: 105px !important;
  margin-bottom: 105px !important;
}
.mrg-t-105 {
  margin-top: 105px !important;
}
.mrg-b-105 {
  margin-bottom: 105px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-105 {
    margin-top: 105px !important;
    margin-bottom: 105px !important;
  }
  .mrg-t-sm-105 {
    margin-top: 105px !important;
  }
  .mrg-b-sm-105 {
    margin-bottom: 105px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-105 {
    margin-top: 105px !important;
    margin-bottom: 105px !important;
  }
  .mrg-t-lg-105 {
    margin-top: 105px !important;
  }
  .mrg-b-lg-105 {
    margin-bottom: 105px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-105 {
    margin-top: 105px !important;
    margin-bottom: 105px !important;
  }
  .mrg-t-xxl-105 {
    margin-top: 105px !important;
  }
  .mrg-b-xxl-105 {
    margin-bottom: 105px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-105 {
    margin-top: 105px !important;
    margin-bottom: 105px !important;
  }
  .mrg-t-xxxxl-105 {
    margin-top: 105px !important;
  }
  .mrg-b-xxxxl-105 {
    margin-bottom: 105px !important;
  }
}
.mrg-y-106 {
  margin-top: 106px !important;
  margin-bottom: 106px !important;
}
.mrg-t-106 {
  margin-top: 106px !important;
}
.mrg-b-106 {
  margin-bottom: 106px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-106 {
    margin-top: 106px !important;
    margin-bottom: 106px !important;
  }
  .mrg-t-sm-106 {
    margin-top: 106px !important;
  }
  .mrg-b-sm-106 {
    margin-bottom: 106px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-106 {
    margin-top: 106px !important;
    margin-bottom: 106px !important;
  }
  .mrg-t-lg-106 {
    margin-top: 106px !important;
  }
  .mrg-b-lg-106 {
    margin-bottom: 106px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-106 {
    margin-top: 106px !important;
    margin-bottom: 106px !important;
  }
  .mrg-t-xxl-106 {
    margin-top: 106px !important;
  }
  .mrg-b-xxl-106 {
    margin-bottom: 106px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-106 {
    margin-top: 106px !important;
    margin-bottom: 106px !important;
  }
  .mrg-t-xxxxl-106 {
    margin-top: 106px !important;
  }
  .mrg-b-xxxxl-106 {
    margin-bottom: 106px !important;
  }
}
.mrg-y-107 {
  margin-top: 107px !important;
  margin-bottom: 107px !important;
}
.mrg-t-107 {
  margin-top: 107px !important;
}
.mrg-b-107 {
  margin-bottom: 107px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-107 {
    margin-top: 107px !important;
    margin-bottom: 107px !important;
  }
  .mrg-t-sm-107 {
    margin-top: 107px !important;
  }
  .mrg-b-sm-107 {
    margin-bottom: 107px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-107 {
    margin-top: 107px !important;
    margin-bottom: 107px !important;
  }
  .mrg-t-lg-107 {
    margin-top: 107px !important;
  }
  .mrg-b-lg-107 {
    margin-bottom: 107px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-107 {
    margin-top: 107px !important;
    margin-bottom: 107px !important;
  }
  .mrg-t-xxl-107 {
    margin-top: 107px !important;
  }
  .mrg-b-xxl-107 {
    margin-bottom: 107px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-107 {
    margin-top: 107px !important;
    margin-bottom: 107px !important;
  }
  .mrg-t-xxxxl-107 {
    margin-top: 107px !important;
  }
  .mrg-b-xxxxl-107 {
    margin-bottom: 107px !important;
  }
}
.mrg-y-108 {
  margin-top: 108px !important;
  margin-bottom: 108px !important;
}
.mrg-t-108 {
  margin-top: 108px !important;
}
.mrg-b-108 {
  margin-bottom: 108px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-108 {
    margin-top: 108px !important;
    margin-bottom: 108px !important;
  }
  .mrg-t-sm-108 {
    margin-top: 108px !important;
  }
  .mrg-b-sm-108 {
    margin-bottom: 108px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-108 {
    margin-top: 108px !important;
    margin-bottom: 108px !important;
  }
  .mrg-t-lg-108 {
    margin-top: 108px !important;
  }
  .mrg-b-lg-108 {
    margin-bottom: 108px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-108 {
    margin-top: 108px !important;
    margin-bottom: 108px !important;
  }
  .mrg-t-xxl-108 {
    margin-top: 108px !important;
  }
  .mrg-b-xxl-108 {
    margin-bottom: 108px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-108 {
    margin-top: 108px !important;
    margin-bottom: 108px !important;
  }
  .mrg-t-xxxxl-108 {
    margin-top: 108px !important;
  }
  .mrg-b-xxxxl-108 {
    margin-bottom: 108px !important;
  }
}
.mrg-y-109 {
  margin-top: 109px !important;
  margin-bottom: 109px !important;
}
.mrg-t-109 {
  margin-top: 109px !important;
}
.mrg-b-109 {
  margin-bottom: 109px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-109 {
    margin-top: 109px !important;
    margin-bottom: 109px !important;
  }
  .mrg-t-sm-109 {
    margin-top: 109px !important;
  }
  .mrg-b-sm-109 {
    margin-bottom: 109px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-109 {
    margin-top: 109px !important;
    margin-bottom: 109px !important;
  }
  .mrg-t-lg-109 {
    margin-top: 109px !important;
  }
  .mrg-b-lg-109 {
    margin-bottom: 109px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-109 {
    margin-top: 109px !important;
    margin-bottom: 109px !important;
  }
  .mrg-t-xxl-109 {
    margin-top: 109px !important;
  }
  .mrg-b-xxl-109 {
    margin-bottom: 109px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-109 {
    margin-top: 109px !important;
    margin-bottom: 109px !important;
  }
  .mrg-t-xxxxl-109 {
    margin-top: 109px !important;
  }
  .mrg-b-xxxxl-109 {
    margin-bottom: 109px !important;
  }
}
.mrg-y-110 {
  margin-top: 110px !important;
  margin-bottom: 110px !important;
}
.mrg-t-110 {
  margin-top: 110px !important;
}
.mrg-b-110 {
  margin-bottom: 110px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-110 {
    margin-top: 110px !important;
    margin-bottom: 110px !important;
  }
  .mrg-t-sm-110 {
    margin-top: 110px !important;
  }
  .mrg-b-sm-110 {
    margin-bottom: 110px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-110 {
    margin-top: 110px !important;
    margin-bottom: 110px !important;
  }
  .mrg-t-lg-110 {
    margin-top: 110px !important;
  }
  .mrg-b-lg-110 {
    margin-bottom: 110px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-110 {
    margin-top: 110px !important;
    margin-bottom: 110px !important;
  }
  .mrg-t-xxl-110 {
    margin-top: 110px !important;
  }
  .mrg-b-xxl-110 {
    margin-bottom: 110px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-110 {
    margin-top: 110px !important;
    margin-bottom: 110px !important;
  }
  .mrg-t-xxxxl-110 {
    margin-top: 110px !important;
  }
  .mrg-b-xxxxl-110 {
    margin-bottom: 110px !important;
  }
}
.mrg-y-111 {
  margin-top: 111px !important;
  margin-bottom: 111px !important;
}
.mrg-t-111 {
  margin-top: 111px !important;
}
.mrg-b-111 {
  margin-bottom: 111px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-111 {
    margin-top: 111px !important;
    margin-bottom: 111px !important;
  }
  .mrg-t-sm-111 {
    margin-top: 111px !important;
  }
  .mrg-b-sm-111 {
    margin-bottom: 111px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-111 {
    margin-top: 111px !important;
    margin-bottom: 111px !important;
  }
  .mrg-t-lg-111 {
    margin-top: 111px !important;
  }
  .mrg-b-lg-111 {
    margin-bottom: 111px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-111 {
    margin-top: 111px !important;
    margin-bottom: 111px !important;
  }
  .mrg-t-xxl-111 {
    margin-top: 111px !important;
  }
  .mrg-b-xxl-111 {
    margin-bottom: 111px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-111 {
    margin-top: 111px !important;
    margin-bottom: 111px !important;
  }
  .mrg-t-xxxxl-111 {
    margin-top: 111px !important;
  }
  .mrg-b-xxxxl-111 {
    margin-bottom: 111px !important;
  }
}
.mrg-y-112 {
  margin-top: 112px !important;
  margin-bottom: 112px !important;
}
.mrg-t-112 {
  margin-top: 112px !important;
}
.mrg-b-112 {
  margin-bottom: 112px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-112 {
    margin-top: 112px !important;
    margin-bottom: 112px !important;
  }
  .mrg-t-sm-112 {
    margin-top: 112px !important;
  }
  .mrg-b-sm-112 {
    margin-bottom: 112px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-112 {
    margin-top: 112px !important;
    margin-bottom: 112px !important;
  }
  .mrg-t-lg-112 {
    margin-top: 112px !important;
  }
  .mrg-b-lg-112 {
    margin-bottom: 112px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-112 {
    margin-top: 112px !important;
    margin-bottom: 112px !important;
  }
  .mrg-t-xxl-112 {
    margin-top: 112px !important;
  }
  .mrg-b-xxl-112 {
    margin-bottom: 112px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-112 {
    margin-top: 112px !important;
    margin-bottom: 112px !important;
  }
  .mrg-t-xxxxl-112 {
    margin-top: 112px !important;
  }
  .mrg-b-xxxxl-112 {
    margin-bottom: 112px !important;
  }
}
.mrg-y-113 {
  margin-top: 113px !important;
  margin-bottom: 113px !important;
}
.mrg-t-113 {
  margin-top: 113px !important;
}
.mrg-b-113 {
  margin-bottom: 113px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-113 {
    margin-top: 113px !important;
    margin-bottom: 113px !important;
  }
  .mrg-t-sm-113 {
    margin-top: 113px !important;
  }
  .mrg-b-sm-113 {
    margin-bottom: 113px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-113 {
    margin-top: 113px !important;
    margin-bottom: 113px !important;
  }
  .mrg-t-lg-113 {
    margin-top: 113px !important;
  }
  .mrg-b-lg-113 {
    margin-bottom: 113px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-113 {
    margin-top: 113px !important;
    margin-bottom: 113px !important;
  }
  .mrg-t-xxl-113 {
    margin-top: 113px !important;
  }
  .mrg-b-xxl-113 {
    margin-bottom: 113px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-113 {
    margin-top: 113px !important;
    margin-bottom: 113px !important;
  }
  .mrg-t-xxxxl-113 {
    margin-top: 113px !important;
  }
  .mrg-b-xxxxl-113 {
    margin-bottom: 113px !important;
  }
}
.mrg-y-114 {
  margin-top: 114px !important;
  margin-bottom: 114px !important;
}
.mrg-t-114 {
  margin-top: 114px !important;
}
.mrg-b-114 {
  margin-bottom: 114px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-114 {
    margin-top: 114px !important;
    margin-bottom: 114px !important;
  }
  .mrg-t-sm-114 {
    margin-top: 114px !important;
  }
  .mrg-b-sm-114 {
    margin-bottom: 114px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-114 {
    margin-top: 114px !important;
    margin-bottom: 114px !important;
  }
  .mrg-t-lg-114 {
    margin-top: 114px !important;
  }
  .mrg-b-lg-114 {
    margin-bottom: 114px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-114 {
    margin-top: 114px !important;
    margin-bottom: 114px !important;
  }
  .mrg-t-xxl-114 {
    margin-top: 114px !important;
  }
  .mrg-b-xxl-114 {
    margin-bottom: 114px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-114 {
    margin-top: 114px !important;
    margin-bottom: 114px !important;
  }
  .mrg-t-xxxxl-114 {
    margin-top: 114px !important;
  }
  .mrg-b-xxxxl-114 {
    margin-bottom: 114px !important;
  }
}
.mrg-y-115 {
  margin-top: 115px !important;
  margin-bottom: 115px !important;
}
.mrg-t-115 {
  margin-top: 115px !important;
}
.mrg-b-115 {
  margin-bottom: 115px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-115 {
    margin-top: 115px !important;
    margin-bottom: 115px !important;
  }
  .mrg-t-sm-115 {
    margin-top: 115px !important;
  }
  .mrg-b-sm-115 {
    margin-bottom: 115px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-115 {
    margin-top: 115px !important;
    margin-bottom: 115px !important;
  }
  .mrg-t-lg-115 {
    margin-top: 115px !important;
  }
  .mrg-b-lg-115 {
    margin-bottom: 115px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-115 {
    margin-top: 115px !important;
    margin-bottom: 115px !important;
  }
  .mrg-t-xxl-115 {
    margin-top: 115px !important;
  }
  .mrg-b-xxl-115 {
    margin-bottom: 115px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-115 {
    margin-top: 115px !important;
    margin-bottom: 115px !important;
  }
  .mrg-t-xxxxl-115 {
    margin-top: 115px !important;
  }
  .mrg-b-xxxxl-115 {
    margin-bottom: 115px !important;
  }
}
.mrg-y-116 {
  margin-top: 116px !important;
  margin-bottom: 116px !important;
}
.mrg-t-116 {
  margin-top: 116px !important;
}
.mrg-b-116 {
  margin-bottom: 116px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-116 {
    margin-top: 116px !important;
    margin-bottom: 116px !important;
  }
  .mrg-t-sm-116 {
    margin-top: 116px !important;
  }
  .mrg-b-sm-116 {
    margin-bottom: 116px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-116 {
    margin-top: 116px !important;
    margin-bottom: 116px !important;
  }
  .mrg-t-lg-116 {
    margin-top: 116px !important;
  }
  .mrg-b-lg-116 {
    margin-bottom: 116px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-116 {
    margin-top: 116px !important;
    margin-bottom: 116px !important;
  }
  .mrg-t-xxl-116 {
    margin-top: 116px !important;
  }
  .mrg-b-xxl-116 {
    margin-bottom: 116px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-116 {
    margin-top: 116px !important;
    margin-bottom: 116px !important;
  }
  .mrg-t-xxxxl-116 {
    margin-top: 116px !important;
  }
  .mrg-b-xxxxl-116 {
    margin-bottom: 116px !important;
  }
}
.mrg-y-117 {
  margin-top: 117px !important;
  margin-bottom: 117px !important;
}
.mrg-t-117 {
  margin-top: 117px !important;
}
.mrg-b-117 {
  margin-bottom: 117px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-117 {
    margin-top: 117px !important;
    margin-bottom: 117px !important;
  }
  .mrg-t-sm-117 {
    margin-top: 117px !important;
  }
  .mrg-b-sm-117 {
    margin-bottom: 117px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-117 {
    margin-top: 117px !important;
    margin-bottom: 117px !important;
  }
  .mrg-t-lg-117 {
    margin-top: 117px !important;
  }
  .mrg-b-lg-117 {
    margin-bottom: 117px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-117 {
    margin-top: 117px !important;
    margin-bottom: 117px !important;
  }
  .mrg-t-xxl-117 {
    margin-top: 117px !important;
  }
  .mrg-b-xxl-117 {
    margin-bottom: 117px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-117 {
    margin-top: 117px !important;
    margin-bottom: 117px !important;
  }
  .mrg-t-xxxxl-117 {
    margin-top: 117px !important;
  }
  .mrg-b-xxxxl-117 {
    margin-bottom: 117px !important;
  }
}
.mrg-y-118 {
  margin-top: 118px !important;
  margin-bottom: 118px !important;
}
.mrg-t-118 {
  margin-top: 118px !important;
}
.mrg-b-118 {
  margin-bottom: 118px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-118 {
    margin-top: 118px !important;
    margin-bottom: 118px !important;
  }
  .mrg-t-sm-118 {
    margin-top: 118px !important;
  }
  .mrg-b-sm-118 {
    margin-bottom: 118px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-118 {
    margin-top: 118px !important;
    margin-bottom: 118px !important;
  }
  .mrg-t-lg-118 {
    margin-top: 118px !important;
  }
  .mrg-b-lg-118 {
    margin-bottom: 118px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-118 {
    margin-top: 118px !important;
    margin-bottom: 118px !important;
  }
  .mrg-t-xxl-118 {
    margin-top: 118px !important;
  }
  .mrg-b-xxl-118 {
    margin-bottom: 118px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-118 {
    margin-top: 118px !important;
    margin-bottom: 118px !important;
  }
  .mrg-t-xxxxl-118 {
    margin-top: 118px !important;
  }
  .mrg-b-xxxxl-118 {
    margin-bottom: 118px !important;
  }
}
.mrg-y-119 {
  margin-top: 119px !important;
  margin-bottom: 119px !important;
}
.mrg-t-119 {
  margin-top: 119px !important;
}
.mrg-b-119 {
  margin-bottom: 119px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-119 {
    margin-top: 119px !important;
    margin-bottom: 119px !important;
  }
  .mrg-t-sm-119 {
    margin-top: 119px !important;
  }
  .mrg-b-sm-119 {
    margin-bottom: 119px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-119 {
    margin-top: 119px !important;
    margin-bottom: 119px !important;
  }
  .mrg-t-lg-119 {
    margin-top: 119px !important;
  }
  .mrg-b-lg-119 {
    margin-bottom: 119px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-119 {
    margin-top: 119px !important;
    margin-bottom: 119px !important;
  }
  .mrg-t-xxl-119 {
    margin-top: 119px !important;
  }
  .mrg-b-xxl-119 {
    margin-bottom: 119px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-119 {
    margin-top: 119px !important;
    margin-bottom: 119px !important;
  }
  .mrg-t-xxxxl-119 {
    margin-top: 119px !important;
  }
  .mrg-b-xxxxl-119 {
    margin-bottom: 119px !important;
  }
}
.mrg-y-120 {
  margin-top: 120px !important;
  margin-bottom: 120px !important;
}
.mrg-t-120 {
  margin-top: 120px !important;
}
.mrg-b-120 {
  margin-bottom: 120px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-120 {
    margin-top: 120px !important;
    margin-bottom: 120px !important;
  }
  .mrg-t-sm-120 {
    margin-top: 120px !important;
  }
  .mrg-b-sm-120 {
    margin-bottom: 120px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-120 {
    margin-top: 120px !important;
    margin-bottom: 120px !important;
  }
  .mrg-t-lg-120 {
    margin-top: 120px !important;
  }
  .mrg-b-lg-120 {
    margin-bottom: 120px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-120 {
    margin-top: 120px !important;
    margin-bottom: 120px !important;
  }
  .mrg-t-xxl-120 {
    margin-top: 120px !important;
  }
  .mrg-b-xxl-120 {
    margin-bottom: 120px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-120 {
    margin-top: 120px !important;
    margin-bottom: 120px !important;
  }
  .mrg-t-xxxxl-120 {
    margin-top: 120px !important;
  }
  .mrg-b-xxxxl-120 {
    margin-bottom: 120px !important;
  }
}
.mrg-y-121 {
  margin-top: 121px !important;
  margin-bottom: 121px !important;
}
.mrg-t-121 {
  margin-top: 121px !important;
}
.mrg-b-121 {
  margin-bottom: 121px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-121 {
    margin-top: 121px !important;
    margin-bottom: 121px !important;
  }
  .mrg-t-sm-121 {
    margin-top: 121px !important;
  }
  .mrg-b-sm-121 {
    margin-bottom: 121px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-121 {
    margin-top: 121px !important;
    margin-bottom: 121px !important;
  }
  .mrg-t-lg-121 {
    margin-top: 121px !important;
  }
  .mrg-b-lg-121 {
    margin-bottom: 121px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-121 {
    margin-top: 121px !important;
    margin-bottom: 121px !important;
  }
  .mrg-t-xxl-121 {
    margin-top: 121px !important;
  }
  .mrg-b-xxl-121 {
    margin-bottom: 121px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-121 {
    margin-top: 121px !important;
    margin-bottom: 121px !important;
  }
  .mrg-t-xxxxl-121 {
    margin-top: 121px !important;
  }
  .mrg-b-xxxxl-121 {
    margin-bottom: 121px !important;
  }
}
.mrg-y-122 {
  margin-top: 122px !important;
  margin-bottom: 122px !important;
}
.mrg-t-122 {
  margin-top: 122px !important;
}
.mrg-b-122 {
  margin-bottom: 122px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-122 {
    margin-top: 122px !important;
    margin-bottom: 122px !important;
  }
  .mrg-t-sm-122 {
    margin-top: 122px !important;
  }
  .mrg-b-sm-122 {
    margin-bottom: 122px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-122 {
    margin-top: 122px !important;
    margin-bottom: 122px !important;
  }
  .mrg-t-lg-122 {
    margin-top: 122px !important;
  }
  .mrg-b-lg-122 {
    margin-bottom: 122px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-122 {
    margin-top: 122px !important;
    margin-bottom: 122px !important;
  }
  .mrg-t-xxl-122 {
    margin-top: 122px !important;
  }
  .mrg-b-xxl-122 {
    margin-bottom: 122px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-122 {
    margin-top: 122px !important;
    margin-bottom: 122px !important;
  }
  .mrg-t-xxxxl-122 {
    margin-top: 122px !important;
  }
  .mrg-b-xxxxl-122 {
    margin-bottom: 122px !important;
  }
}
.mrg-y-123 {
  margin-top: 123px !important;
  margin-bottom: 123px !important;
}
.mrg-t-123 {
  margin-top: 123px !important;
}
.mrg-b-123 {
  margin-bottom: 123px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-123 {
    margin-top: 123px !important;
    margin-bottom: 123px !important;
  }
  .mrg-t-sm-123 {
    margin-top: 123px !important;
  }
  .mrg-b-sm-123 {
    margin-bottom: 123px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-123 {
    margin-top: 123px !important;
    margin-bottom: 123px !important;
  }
  .mrg-t-lg-123 {
    margin-top: 123px !important;
  }
  .mrg-b-lg-123 {
    margin-bottom: 123px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-123 {
    margin-top: 123px !important;
    margin-bottom: 123px !important;
  }
  .mrg-t-xxl-123 {
    margin-top: 123px !important;
  }
  .mrg-b-xxl-123 {
    margin-bottom: 123px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-123 {
    margin-top: 123px !important;
    margin-bottom: 123px !important;
  }
  .mrg-t-xxxxl-123 {
    margin-top: 123px !important;
  }
  .mrg-b-xxxxl-123 {
    margin-bottom: 123px !important;
  }
}
.mrg-y-124 {
  margin-top: 124px !important;
  margin-bottom: 124px !important;
}
.mrg-t-124 {
  margin-top: 124px !important;
}
.mrg-b-124 {
  margin-bottom: 124px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-124 {
    margin-top: 124px !important;
    margin-bottom: 124px !important;
  }
  .mrg-t-sm-124 {
    margin-top: 124px !important;
  }
  .mrg-b-sm-124 {
    margin-bottom: 124px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-124 {
    margin-top: 124px !important;
    margin-bottom: 124px !important;
  }
  .mrg-t-lg-124 {
    margin-top: 124px !important;
  }
  .mrg-b-lg-124 {
    margin-bottom: 124px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-124 {
    margin-top: 124px !important;
    margin-bottom: 124px !important;
  }
  .mrg-t-xxl-124 {
    margin-top: 124px !important;
  }
  .mrg-b-xxl-124 {
    margin-bottom: 124px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-124 {
    margin-top: 124px !important;
    margin-bottom: 124px !important;
  }
  .mrg-t-xxxxl-124 {
    margin-top: 124px !important;
  }
  .mrg-b-xxxxl-124 {
    margin-bottom: 124px !important;
  }
}
.mrg-y-125 {
  margin-top: 125px !important;
  margin-bottom: 125px !important;
}
.mrg-t-125 {
  margin-top: 125px !important;
}
.mrg-b-125 {
  margin-bottom: 125px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-125 {
    margin-top: 125px !important;
    margin-bottom: 125px !important;
  }
  .mrg-t-sm-125 {
    margin-top: 125px !important;
  }
  .mrg-b-sm-125 {
    margin-bottom: 125px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-125 {
    margin-top: 125px !important;
    margin-bottom: 125px !important;
  }
  .mrg-t-lg-125 {
    margin-top: 125px !important;
  }
  .mrg-b-lg-125 {
    margin-bottom: 125px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-125 {
    margin-top: 125px !important;
    margin-bottom: 125px !important;
  }
  .mrg-t-xxl-125 {
    margin-top: 125px !important;
  }
  .mrg-b-xxl-125 {
    margin-bottom: 125px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-125 {
    margin-top: 125px !important;
    margin-bottom: 125px !important;
  }
  .mrg-t-xxxxl-125 {
    margin-top: 125px !important;
  }
  .mrg-b-xxxxl-125 {
    margin-bottom: 125px !important;
  }
}
.mrg-y-126 {
  margin-top: 126px !important;
  margin-bottom: 126px !important;
}
.mrg-t-126 {
  margin-top: 126px !important;
}
.mrg-b-126 {
  margin-bottom: 126px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-126 {
    margin-top: 126px !important;
    margin-bottom: 126px !important;
  }
  .mrg-t-sm-126 {
    margin-top: 126px !important;
  }
  .mrg-b-sm-126 {
    margin-bottom: 126px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-126 {
    margin-top: 126px !important;
    margin-bottom: 126px !important;
  }
  .mrg-t-lg-126 {
    margin-top: 126px !important;
  }
  .mrg-b-lg-126 {
    margin-bottom: 126px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-126 {
    margin-top: 126px !important;
    margin-bottom: 126px !important;
  }
  .mrg-t-xxl-126 {
    margin-top: 126px !important;
  }
  .mrg-b-xxl-126 {
    margin-bottom: 126px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-126 {
    margin-top: 126px !important;
    margin-bottom: 126px !important;
  }
  .mrg-t-xxxxl-126 {
    margin-top: 126px !important;
  }
  .mrg-b-xxxxl-126 {
    margin-bottom: 126px !important;
  }
}
.mrg-y-127 {
  margin-top: 127px !important;
  margin-bottom: 127px !important;
}
.mrg-t-127 {
  margin-top: 127px !important;
}
.mrg-b-127 {
  margin-bottom: 127px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-127 {
    margin-top: 127px !important;
    margin-bottom: 127px !important;
  }
  .mrg-t-sm-127 {
    margin-top: 127px !important;
  }
  .mrg-b-sm-127 {
    margin-bottom: 127px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-127 {
    margin-top: 127px !important;
    margin-bottom: 127px !important;
  }
  .mrg-t-lg-127 {
    margin-top: 127px !important;
  }
  .mrg-b-lg-127 {
    margin-bottom: 127px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-127 {
    margin-top: 127px !important;
    margin-bottom: 127px !important;
  }
  .mrg-t-xxl-127 {
    margin-top: 127px !important;
  }
  .mrg-b-xxl-127 {
    margin-bottom: 127px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-127 {
    margin-top: 127px !important;
    margin-bottom: 127px !important;
  }
  .mrg-t-xxxxl-127 {
    margin-top: 127px !important;
  }
  .mrg-b-xxxxl-127 {
    margin-bottom: 127px !important;
  }
}
.mrg-y-128 {
  margin-top: 128px !important;
  margin-bottom: 128px !important;
}
.mrg-t-128 {
  margin-top: 128px !important;
}
.mrg-b-128 {
  margin-bottom: 128px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-128 {
    margin-top: 128px !important;
    margin-bottom: 128px !important;
  }
  .mrg-t-sm-128 {
    margin-top: 128px !important;
  }
  .mrg-b-sm-128 {
    margin-bottom: 128px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-128 {
    margin-top: 128px !important;
    margin-bottom: 128px !important;
  }
  .mrg-t-lg-128 {
    margin-top: 128px !important;
  }
  .mrg-b-lg-128 {
    margin-bottom: 128px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-128 {
    margin-top: 128px !important;
    margin-bottom: 128px !important;
  }
  .mrg-t-xxl-128 {
    margin-top: 128px !important;
  }
  .mrg-b-xxl-128 {
    margin-bottom: 128px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-128 {
    margin-top: 128px !important;
    margin-bottom: 128px !important;
  }
  .mrg-t-xxxxl-128 {
    margin-top: 128px !important;
  }
  .mrg-b-xxxxl-128 {
    margin-bottom: 128px !important;
  }
}
.mrg-y-129 {
  margin-top: 129px !important;
  margin-bottom: 129px !important;
}
.mrg-t-129 {
  margin-top: 129px !important;
}
.mrg-b-129 {
  margin-bottom: 129px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-129 {
    margin-top: 129px !important;
    margin-bottom: 129px !important;
  }
  .mrg-t-sm-129 {
    margin-top: 129px !important;
  }
  .mrg-b-sm-129 {
    margin-bottom: 129px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-129 {
    margin-top: 129px !important;
    margin-bottom: 129px !important;
  }
  .mrg-t-lg-129 {
    margin-top: 129px !important;
  }
  .mrg-b-lg-129 {
    margin-bottom: 129px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-129 {
    margin-top: 129px !important;
    margin-bottom: 129px !important;
  }
  .mrg-t-xxl-129 {
    margin-top: 129px !important;
  }
  .mrg-b-xxl-129 {
    margin-bottom: 129px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-129 {
    margin-top: 129px !important;
    margin-bottom: 129px !important;
  }
  .mrg-t-xxxxl-129 {
    margin-top: 129px !important;
  }
  .mrg-b-xxxxl-129 {
    margin-bottom: 129px !important;
  }
}
.mrg-y-130 {
  margin-top: 130px !important;
  margin-bottom: 130px !important;
}
.mrg-t-130 {
  margin-top: 130px !important;
}
.mrg-b-130 {
  margin-bottom: 130px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-130 {
    margin-top: 130px !important;
    margin-bottom: 130px !important;
  }
  .mrg-t-sm-130 {
    margin-top: 130px !important;
  }
  .mrg-b-sm-130 {
    margin-bottom: 130px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-130 {
    margin-top: 130px !important;
    margin-bottom: 130px !important;
  }
  .mrg-t-lg-130 {
    margin-top: 130px !important;
  }
  .mrg-b-lg-130 {
    margin-bottom: 130px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-130 {
    margin-top: 130px !important;
    margin-bottom: 130px !important;
  }
  .mrg-t-xxl-130 {
    margin-top: 130px !important;
  }
  .mrg-b-xxl-130 {
    margin-bottom: 130px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-130 {
    margin-top: 130px !important;
    margin-bottom: 130px !important;
  }
  .mrg-t-xxxxl-130 {
    margin-top: 130px !important;
  }
  .mrg-b-xxxxl-130 {
    margin-bottom: 130px !important;
  }
}
.mrg-y-131 {
  margin-top: 131px !important;
  margin-bottom: 131px !important;
}
.mrg-t-131 {
  margin-top: 131px !important;
}
.mrg-b-131 {
  margin-bottom: 131px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-131 {
    margin-top: 131px !important;
    margin-bottom: 131px !important;
  }
  .mrg-t-sm-131 {
    margin-top: 131px !important;
  }
  .mrg-b-sm-131 {
    margin-bottom: 131px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-131 {
    margin-top: 131px !important;
    margin-bottom: 131px !important;
  }
  .mrg-t-lg-131 {
    margin-top: 131px !important;
  }
  .mrg-b-lg-131 {
    margin-bottom: 131px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-131 {
    margin-top: 131px !important;
    margin-bottom: 131px !important;
  }
  .mrg-t-xxl-131 {
    margin-top: 131px !important;
  }
  .mrg-b-xxl-131 {
    margin-bottom: 131px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-131 {
    margin-top: 131px !important;
    margin-bottom: 131px !important;
  }
  .mrg-t-xxxxl-131 {
    margin-top: 131px !important;
  }
  .mrg-b-xxxxl-131 {
    margin-bottom: 131px !important;
  }
}
.mrg-y-132 {
  margin-top: 132px !important;
  margin-bottom: 132px !important;
}
.mrg-t-132 {
  margin-top: 132px !important;
}
.mrg-b-132 {
  margin-bottom: 132px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-132 {
    margin-top: 132px !important;
    margin-bottom: 132px !important;
  }
  .mrg-t-sm-132 {
    margin-top: 132px !important;
  }
  .mrg-b-sm-132 {
    margin-bottom: 132px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-132 {
    margin-top: 132px !important;
    margin-bottom: 132px !important;
  }
  .mrg-t-lg-132 {
    margin-top: 132px !important;
  }
  .mrg-b-lg-132 {
    margin-bottom: 132px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-132 {
    margin-top: 132px !important;
    margin-bottom: 132px !important;
  }
  .mrg-t-xxl-132 {
    margin-top: 132px !important;
  }
  .mrg-b-xxl-132 {
    margin-bottom: 132px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-132 {
    margin-top: 132px !important;
    margin-bottom: 132px !important;
  }
  .mrg-t-xxxxl-132 {
    margin-top: 132px !important;
  }
  .mrg-b-xxxxl-132 {
    margin-bottom: 132px !important;
  }
}
.mrg-y-133 {
  margin-top: 133px !important;
  margin-bottom: 133px !important;
}
.mrg-t-133 {
  margin-top: 133px !important;
}
.mrg-b-133 {
  margin-bottom: 133px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-133 {
    margin-top: 133px !important;
    margin-bottom: 133px !important;
  }
  .mrg-t-sm-133 {
    margin-top: 133px !important;
  }
  .mrg-b-sm-133 {
    margin-bottom: 133px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-133 {
    margin-top: 133px !important;
    margin-bottom: 133px !important;
  }
  .mrg-t-lg-133 {
    margin-top: 133px !important;
  }
  .mrg-b-lg-133 {
    margin-bottom: 133px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-133 {
    margin-top: 133px !important;
    margin-bottom: 133px !important;
  }
  .mrg-t-xxl-133 {
    margin-top: 133px !important;
  }
  .mrg-b-xxl-133 {
    margin-bottom: 133px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-133 {
    margin-top: 133px !important;
    margin-bottom: 133px !important;
  }
  .mrg-t-xxxxl-133 {
    margin-top: 133px !important;
  }
  .mrg-b-xxxxl-133 {
    margin-bottom: 133px !important;
  }
}
.mrg-y-134 {
  margin-top: 134px !important;
  margin-bottom: 134px !important;
}
.mrg-t-134 {
  margin-top: 134px !important;
}
.mrg-b-134 {
  margin-bottom: 134px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-134 {
    margin-top: 134px !important;
    margin-bottom: 134px !important;
  }
  .mrg-t-sm-134 {
    margin-top: 134px !important;
  }
  .mrg-b-sm-134 {
    margin-bottom: 134px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-134 {
    margin-top: 134px !important;
    margin-bottom: 134px !important;
  }
  .mrg-t-lg-134 {
    margin-top: 134px !important;
  }
  .mrg-b-lg-134 {
    margin-bottom: 134px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-134 {
    margin-top: 134px !important;
    margin-bottom: 134px !important;
  }
  .mrg-t-xxl-134 {
    margin-top: 134px !important;
  }
  .mrg-b-xxl-134 {
    margin-bottom: 134px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-134 {
    margin-top: 134px !important;
    margin-bottom: 134px !important;
  }
  .mrg-t-xxxxl-134 {
    margin-top: 134px !important;
  }
  .mrg-b-xxxxl-134 {
    margin-bottom: 134px !important;
  }
}
.mrg-y-135 {
  margin-top: 135px !important;
  margin-bottom: 135px !important;
}
.mrg-t-135 {
  margin-top: 135px !important;
}
.mrg-b-135 {
  margin-bottom: 135px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-135 {
    margin-top: 135px !important;
    margin-bottom: 135px !important;
  }
  .mrg-t-sm-135 {
    margin-top: 135px !important;
  }
  .mrg-b-sm-135 {
    margin-bottom: 135px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-135 {
    margin-top: 135px !important;
    margin-bottom: 135px !important;
  }
  .mrg-t-lg-135 {
    margin-top: 135px !important;
  }
  .mrg-b-lg-135 {
    margin-bottom: 135px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-135 {
    margin-top: 135px !important;
    margin-bottom: 135px !important;
  }
  .mrg-t-xxl-135 {
    margin-top: 135px !important;
  }
  .mrg-b-xxl-135 {
    margin-bottom: 135px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-135 {
    margin-top: 135px !important;
    margin-bottom: 135px !important;
  }
  .mrg-t-xxxxl-135 {
    margin-top: 135px !important;
  }
  .mrg-b-xxxxl-135 {
    margin-bottom: 135px !important;
  }
}
.mrg-y-136 {
  margin-top: 136px !important;
  margin-bottom: 136px !important;
}
.mrg-t-136 {
  margin-top: 136px !important;
}
.mrg-b-136 {
  margin-bottom: 136px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-136 {
    margin-top: 136px !important;
    margin-bottom: 136px !important;
  }
  .mrg-t-sm-136 {
    margin-top: 136px !important;
  }
  .mrg-b-sm-136 {
    margin-bottom: 136px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-136 {
    margin-top: 136px !important;
    margin-bottom: 136px !important;
  }
  .mrg-t-lg-136 {
    margin-top: 136px !important;
  }
  .mrg-b-lg-136 {
    margin-bottom: 136px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-136 {
    margin-top: 136px !important;
    margin-bottom: 136px !important;
  }
  .mrg-t-xxl-136 {
    margin-top: 136px !important;
  }
  .mrg-b-xxl-136 {
    margin-bottom: 136px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-136 {
    margin-top: 136px !important;
    margin-bottom: 136px !important;
  }
  .mrg-t-xxxxl-136 {
    margin-top: 136px !important;
  }
  .mrg-b-xxxxl-136 {
    margin-bottom: 136px !important;
  }
}
.mrg-y-137 {
  margin-top: 137px !important;
  margin-bottom: 137px !important;
}
.mrg-t-137 {
  margin-top: 137px !important;
}
.mrg-b-137 {
  margin-bottom: 137px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-137 {
    margin-top: 137px !important;
    margin-bottom: 137px !important;
  }
  .mrg-t-sm-137 {
    margin-top: 137px !important;
  }
  .mrg-b-sm-137 {
    margin-bottom: 137px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-137 {
    margin-top: 137px !important;
    margin-bottom: 137px !important;
  }
  .mrg-t-lg-137 {
    margin-top: 137px !important;
  }
  .mrg-b-lg-137 {
    margin-bottom: 137px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-137 {
    margin-top: 137px !important;
    margin-bottom: 137px !important;
  }
  .mrg-t-xxl-137 {
    margin-top: 137px !important;
  }
  .mrg-b-xxl-137 {
    margin-bottom: 137px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-137 {
    margin-top: 137px !important;
    margin-bottom: 137px !important;
  }
  .mrg-t-xxxxl-137 {
    margin-top: 137px !important;
  }
  .mrg-b-xxxxl-137 {
    margin-bottom: 137px !important;
  }
}
.mrg-y-138 {
  margin-top: 138px !important;
  margin-bottom: 138px !important;
}
.mrg-t-138 {
  margin-top: 138px !important;
}
.mrg-b-138 {
  margin-bottom: 138px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-138 {
    margin-top: 138px !important;
    margin-bottom: 138px !important;
  }
  .mrg-t-sm-138 {
    margin-top: 138px !important;
  }
  .mrg-b-sm-138 {
    margin-bottom: 138px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-138 {
    margin-top: 138px !important;
    margin-bottom: 138px !important;
  }
  .mrg-t-lg-138 {
    margin-top: 138px !important;
  }
  .mrg-b-lg-138 {
    margin-bottom: 138px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-138 {
    margin-top: 138px !important;
    margin-bottom: 138px !important;
  }
  .mrg-t-xxl-138 {
    margin-top: 138px !important;
  }
  .mrg-b-xxl-138 {
    margin-bottom: 138px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-138 {
    margin-top: 138px !important;
    margin-bottom: 138px !important;
  }
  .mrg-t-xxxxl-138 {
    margin-top: 138px !important;
  }
  .mrg-b-xxxxl-138 {
    margin-bottom: 138px !important;
  }
}
.mrg-y-139 {
  margin-top: 139px !important;
  margin-bottom: 139px !important;
}
.mrg-t-139 {
  margin-top: 139px !important;
}
.mrg-b-139 {
  margin-bottom: 139px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-139 {
    margin-top: 139px !important;
    margin-bottom: 139px !important;
  }
  .mrg-t-sm-139 {
    margin-top: 139px !important;
  }
  .mrg-b-sm-139 {
    margin-bottom: 139px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-139 {
    margin-top: 139px !important;
    margin-bottom: 139px !important;
  }
  .mrg-t-lg-139 {
    margin-top: 139px !important;
  }
  .mrg-b-lg-139 {
    margin-bottom: 139px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-139 {
    margin-top: 139px !important;
    margin-bottom: 139px !important;
  }
  .mrg-t-xxl-139 {
    margin-top: 139px !important;
  }
  .mrg-b-xxl-139 {
    margin-bottom: 139px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-139 {
    margin-top: 139px !important;
    margin-bottom: 139px !important;
  }
  .mrg-t-xxxxl-139 {
    margin-top: 139px !important;
  }
  .mrg-b-xxxxl-139 {
    margin-bottom: 139px !important;
  }
}
.mrg-y-140 {
  margin-top: 140px !important;
  margin-bottom: 140px !important;
}
.mrg-t-140 {
  margin-top: 140px !important;
}
.mrg-b-140 {
  margin-bottom: 140px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-140 {
    margin-top: 140px !important;
    margin-bottom: 140px !important;
  }
  .mrg-t-sm-140 {
    margin-top: 140px !important;
  }
  .mrg-b-sm-140 {
    margin-bottom: 140px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-140 {
    margin-top: 140px !important;
    margin-bottom: 140px !important;
  }
  .mrg-t-lg-140 {
    margin-top: 140px !important;
  }
  .mrg-b-lg-140 {
    margin-bottom: 140px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-140 {
    margin-top: 140px !important;
    margin-bottom: 140px !important;
  }
  .mrg-t-xxl-140 {
    margin-top: 140px !important;
  }
  .mrg-b-xxl-140 {
    margin-bottom: 140px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-140 {
    margin-top: 140px !important;
    margin-bottom: 140px !important;
  }
  .mrg-t-xxxxl-140 {
    margin-top: 140px !important;
  }
  .mrg-b-xxxxl-140 {
    margin-bottom: 140px !important;
  }
}
.mrg-y-141 {
  margin-top: 141px !important;
  margin-bottom: 141px !important;
}
.mrg-t-141 {
  margin-top: 141px !important;
}
.mrg-b-141 {
  margin-bottom: 141px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-141 {
    margin-top: 141px !important;
    margin-bottom: 141px !important;
  }
  .mrg-t-sm-141 {
    margin-top: 141px !important;
  }
  .mrg-b-sm-141 {
    margin-bottom: 141px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-141 {
    margin-top: 141px !important;
    margin-bottom: 141px !important;
  }
  .mrg-t-lg-141 {
    margin-top: 141px !important;
  }
  .mrg-b-lg-141 {
    margin-bottom: 141px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-141 {
    margin-top: 141px !important;
    margin-bottom: 141px !important;
  }
  .mrg-t-xxl-141 {
    margin-top: 141px !important;
  }
  .mrg-b-xxl-141 {
    margin-bottom: 141px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-141 {
    margin-top: 141px !important;
    margin-bottom: 141px !important;
  }
  .mrg-t-xxxxl-141 {
    margin-top: 141px !important;
  }
  .mrg-b-xxxxl-141 {
    margin-bottom: 141px !important;
  }
}
.mrg-y-142 {
  margin-top: 142px !important;
  margin-bottom: 142px !important;
}
.mrg-t-142 {
  margin-top: 142px !important;
}
.mrg-b-142 {
  margin-bottom: 142px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-142 {
    margin-top: 142px !important;
    margin-bottom: 142px !important;
  }
  .mrg-t-sm-142 {
    margin-top: 142px !important;
  }
  .mrg-b-sm-142 {
    margin-bottom: 142px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-142 {
    margin-top: 142px !important;
    margin-bottom: 142px !important;
  }
  .mrg-t-lg-142 {
    margin-top: 142px !important;
  }
  .mrg-b-lg-142 {
    margin-bottom: 142px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-142 {
    margin-top: 142px !important;
    margin-bottom: 142px !important;
  }
  .mrg-t-xxl-142 {
    margin-top: 142px !important;
  }
  .mrg-b-xxl-142 {
    margin-bottom: 142px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-142 {
    margin-top: 142px !important;
    margin-bottom: 142px !important;
  }
  .mrg-t-xxxxl-142 {
    margin-top: 142px !important;
  }
  .mrg-b-xxxxl-142 {
    margin-bottom: 142px !important;
  }
}
.mrg-y-143 {
  margin-top: 143px !important;
  margin-bottom: 143px !important;
}
.mrg-t-143 {
  margin-top: 143px !important;
}
.mrg-b-143 {
  margin-bottom: 143px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-143 {
    margin-top: 143px !important;
    margin-bottom: 143px !important;
  }
  .mrg-t-sm-143 {
    margin-top: 143px !important;
  }
  .mrg-b-sm-143 {
    margin-bottom: 143px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-143 {
    margin-top: 143px !important;
    margin-bottom: 143px !important;
  }
  .mrg-t-lg-143 {
    margin-top: 143px !important;
  }
  .mrg-b-lg-143 {
    margin-bottom: 143px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-143 {
    margin-top: 143px !important;
    margin-bottom: 143px !important;
  }
  .mrg-t-xxl-143 {
    margin-top: 143px !important;
  }
  .mrg-b-xxl-143 {
    margin-bottom: 143px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-143 {
    margin-top: 143px !important;
    margin-bottom: 143px !important;
  }
  .mrg-t-xxxxl-143 {
    margin-top: 143px !important;
  }
  .mrg-b-xxxxl-143 {
    margin-bottom: 143px !important;
  }
}
.mrg-y-144 {
  margin-top: 144px !important;
  margin-bottom: 144px !important;
}
.mrg-t-144 {
  margin-top: 144px !important;
}
.mrg-b-144 {
  margin-bottom: 144px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-144 {
    margin-top: 144px !important;
    margin-bottom: 144px !important;
  }
  .mrg-t-sm-144 {
    margin-top: 144px !important;
  }
  .mrg-b-sm-144 {
    margin-bottom: 144px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-144 {
    margin-top: 144px !important;
    margin-bottom: 144px !important;
  }
  .mrg-t-lg-144 {
    margin-top: 144px !important;
  }
  .mrg-b-lg-144 {
    margin-bottom: 144px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-144 {
    margin-top: 144px !important;
    margin-bottom: 144px !important;
  }
  .mrg-t-xxl-144 {
    margin-top: 144px !important;
  }
  .mrg-b-xxl-144 {
    margin-bottom: 144px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-144 {
    margin-top: 144px !important;
    margin-bottom: 144px !important;
  }
  .mrg-t-xxxxl-144 {
    margin-top: 144px !important;
  }
  .mrg-b-xxxxl-144 {
    margin-bottom: 144px !important;
  }
}
.mrg-y-145 {
  margin-top: 145px !important;
  margin-bottom: 145px !important;
}
.mrg-t-145 {
  margin-top: 145px !important;
}
.mrg-b-145 {
  margin-bottom: 145px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-145 {
    margin-top: 145px !important;
    margin-bottom: 145px !important;
  }
  .mrg-t-sm-145 {
    margin-top: 145px !important;
  }
  .mrg-b-sm-145 {
    margin-bottom: 145px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-145 {
    margin-top: 145px !important;
    margin-bottom: 145px !important;
  }
  .mrg-t-lg-145 {
    margin-top: 145px !important;
  }
  .mrg-b-lg-145 {
    margin-bottom: 145px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-145 {
    margin-top: 145px !important;
    margin-bottom: 145px !important;
  }
  .mrg-t-xxl-145 {
    margin-top: 145px !important;
  }
  .mrg-b-xxl-145 {
    margin-bottom: 145px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-145 {
    margin-top: 145px !important;
    margin-bottom: 145px !important;
  }
  .mrg-t-xxxxl-145 {
    margin-top: 145px !important;
  }
  .mrg-b-xxxxl-145 {
    margin-bottom: 145px !important;
  }
}
.mrg-y-146 {
  margin-top: 146px !important;
  margin-bottom: 146px !important;
}
.mrg-t-146 {
  margin-top: 146px !important;
}
.mrg-b-146 {
  margin-bottom: 146px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-146 {
    margin-top: 146px !important;
    margin-bottom: 146px !important;
  }
  .mrg-t-sm-146 {
    margin-top: 146px !important;
  }
  .mrg-b-sm-146 {
    margin-bottom: 146px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-146 {
    margin-top: 146px !important;
    margin-bottom: 146px !important;
  }
  .mrg-t-lg-146 {
    margin-top: 146px !important;
  }
  .mrg-b-lg-146 {
    margin-bottom: 146px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-146 {
    margin-top: 146px !important;
    margin-bottom: 146px !important;
  }
  .mrg-t-xxl-146 {
    margin-top: 146px !important;
  }
  .mrg-b-xxl-146 {
    margin-bottom: 146px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-146 {
    margin-top: 146px !important;
    margin-bottom: 146px !important;
  }
  .mrg-t-xxxxl-146 {
    margin-top: 146px !important;
  }
  .mrg-b-xxxxl-146 {
    margin-bottom: 146px !important;
  }
}
.mrg-y-147 {
  margin-top: 147px !important;
  margin-bottom: 147px !important;
}
.mrg-t-147 {
  margin-top: 147px !important;
}
.mrg-b-147 {
  margin-bottom: 147px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-147 {
    margin-top: 147px !important;
    margin-bottom: 147px !important;
  }
  .mrg-t-sm-147 {
    margin-top: 147px !important;
  }
  .mrg-b-sm-147 {
    margin-bottom: 147px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-147 {
    margin-top: 147px !important;
    margin-bottom: 147px !important;
  }
  .mrg-t-lg-147 {
    margin-top: 147px !important;
  }
  .mrg-b-lg-147 {
    margin-bottom: 147px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-147 {
    margin-top: 147px !important;
    margin-bottom: 147px !important;
  }
  .mrg-t-xxl-147 {
    margin-top: 147px !important;
  }
  .mrg-b-xxl-147 {
    margin-bottom: 147px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-147 {
    margin-top: 147px !important;
    margin-bottom: 147px !important;
  }
  .mrg-t-xxxxl-147 {
    margin-top: 147px !important;
  }
  .mrg-b-xxxxl-147 {
    margin-bottom: 147px !important;
  }
}
.mrg-y-148 {
  margin-top: 148px !important;
  margin-bottom: 148px !important;
}
.mrg-t-148 {
  margin-top: 148px !important;
}
.mrg-b-148 {
  margin-bottom: 148px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-148 {
    margin-top: 148px !important;
    margin-bottom: 148px !important;
  }
  .mrg-t-sm-148 {
    margin-top: 148px !important;
  }
  .mrg-b-sm-148 {
    margin-bottom: 148px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-148 {
    margin-top: 148px !important;
    margin-bottom: 148px !important;
  }
  .mrg-t-lg-148 {
    margin-top: 148px !important;
  }
  .mrg-b-lg-148 {
    margin-bottom: 148px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-148 {
    margin-top: 148px !important;
    margin-bottom: 148px !important;
  }
  .mrg-t-xxl-148 {
    margin-top: 148px !important;
  }
  .mrg-b-xxl-148 {
    margin-bottom: 148px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-148 {
    margin-top: 148px !important;
    margin-bottom: 148px !important;
  }
  .mrg-t-xxxxl-148 {
    margin-top: 148px !important;
  }
  .mrg-b-xxxxl-148 {
    margin-bottom: 148px !important;
  }
}
.mrg-y-149 {
  margin-top: 149px !important;
  margin-bottom: 149px !important;
}
.mrg-t-149 {
  margin-top: 149px !important;
}
.mrg-b-149 {
  margin-bottom: 149px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-149 {
    margin-top: 149px !important;
    margin-bottom: 149px !important;
  }
  .mrg-t-sm-149 {
    margin-top: 149px !important;
  }
  .mrg-b-sm-149 {
    margin-bottom: 149px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-149 {
    margin-top: 149px !important;
    margin-bottom: 149px !important;
  }
  .mrg-t-lg-149 {
    margin-top: 149px !important;
  }
  .mrg-b-lg-149 {
    margin-bottom: 149px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-149 {
    margin-top: 149px !important;
    margin-bottom: 149px !important;
  }
  .mrg-t-xxl-149 {
    margin-top: 149px !important;
  }
  .mrg-b-xxl-149 {
    margin-bottom: 149px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-149 {
    margin-top: 149px !important;
    margin-bottom: 149px !important;
  }
  .mrg-t-xxxxl-149 {
    margin-top: 149px !important;
  }
  .mrg-b-xxxxl-149 {
    margin-bottom: 149px !important;
  }
}
.mrg-y-150 {
  margin-top: 150px !important;
  margin-bottom: 150px !important;
}
.mrg-t-150 {
  margin-top: 150px !important;
}
.mrg-b-150 {
  margin-bottom: 150px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-150 {
    margin-top: 150px !important;
    margin-bottom: 150px !important;
  }
  .mrg-t-sm-150 {
    margin-top: 150px !important;
  }
  .mrg-b-sm-150 {
    margin-bottom: 150px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-150 {
    margin-top: 150px !important;
    margin-bottom: 150px !important;
  }
  .mrg-t-lg-150 {
    margin-top: 150px !important;
  }
  .mrg-b-lg-150 {
    margin-bottom: 150px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-150 {
    margin-top: 150px !important;
    margin-bottom: 150px !important;
  }
  .mrg-t-xxl-150 {
    margin-top: 150px !important;
  }
  .mrg-b-xxl-150 {
    margin-bottom: 150px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-150 {
    margin-top: 150px !important;
    margin-bottom: 150px !important;
  }
  .mrg-t-xxxxl-150 {
    margin-top: 150px !important;
  }
  .mrg-b-xxxxl-150 {
    margin-bottom: 150px !important;
  }
}
.mrg-y-151 {
  margin-top: 151px !important;
  margin-bottom: 151px !important;
}
.mrg-t-151 {
  margin-top: 151px !important;
}
.mrg-b-151 {
  margin-bottom: 151px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-151 {
    margin-top: 151px !important;
    margin-bottom: 151px !important;
  }
  .mrg-t-sm-151 {
    margin-top: 151px !important;
  }
  .mrg-b-sm-151 {
    margin-bottom: 151px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-151 {
    margin-top: 151px !important;
    margin-bottom: 151px !important;
  }
  .mrg-t-lg-151 {
    margin-top: 151px !important;
  }
  .mrg-b-lg-151 {
    margin-bottom: 151px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-151 {
    margin-top: 151px !important;
    margin-bottom: 151px !important;
  }
  .mrg-t-xxl-151 {
    margin-top: 151px !important;
  }
  .mrg-b-xxl-151 {
    margin-bottom: 151px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-151 {
    margin-top: 151px !important;
    margin-bottom: 151px !important;
  }
  .mrg-t-xxxxl-151 {
    margin-top: 151px !important;
  }
  .mrg-b-xxxxl-151 {
    margin-bottom: 151px !important;
  }
}
.mrg-y-152 {
  margin-top: 152px !important;
  margin-bottom: 152px !important;
}
.mrg-t-152 {
  margin-top: 152px !important;
}
.mrg-b-152 {
  margin-bottom: 152px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-152 {
    margin-top: 152px !important;
    margin-bottom: 152px !important;
  }
  .mrg-t-sm-152 {
    margin-top: 152px !important;
  }
  .mrg-b-sm-152 {
    margin-bottom: 152px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-152 {
    margin-top: 152px !important;
    margin-bottom: 152px !important;
  }
  .mrg-t-lg-152 {
    margin-top: 152px !important;
  }
  .mrg-b-lg-152 {
    margin-bottom: 152px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-152 {
    margin-top: 152px !important;
    margin-bottom: 152px !important;
  }
  .mrg-t-xxl-152 {
    margin-top: 152px !important;
  }
  .mrg-b-xxl-152 {
    margin-bottom: 152px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-152 {
    margin-top: 152px !important;
    margin-bottom: 152px !important;
  }
  .mrg-t-xxxxl-152 {
    margin-top: 152px !important;
  }
  .mrg-b-xxxxl-152 {
    margin-bottom: 152px !important;
  }
}
.mrg-y-153 {
  margin-top: 153px !important;
  margin-bottom: 153px !important;
}
.mrg-t-153 {
  margin-top: 153px !important;
}
.mrg-b-153 {
  margin-bottom: 153px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-153 {
    margin-top: 153px !important;
    margin-bottom: 153px !important;
  }
  .mrg-t-sm-153 {
    margin-top: 153px !important;
  }
  .mrg-b-sm-153 {
    margin-bottom: 153px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-153 {
    margin-top: 153px !important;
    margin-bottom: 153px !important;
  }
  .mrg-t-lg-153 {
    margin-top: 153px !important;
  }
  .mrg-b-lg-153 {
    margin-bottom: 153px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-153 {
    margin-top: 153px !important;
    margin-bottom: 153px !important;
  }
  .mrg-t-xxl-153 {
    margin-top: 153px !important;
  }
  .mrg-b-xxl-153 {
    margin-bottom: 153px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-153 {
    margin-top: 153px !important;
    margin-bottom: 153px !important;
  }
  .mrg-t-xxxxl-153 {
    margin-top: 153px !important;
  }
  .mrg-b-xxxxl-153 {
    margin-bottom: 153px !important;
  }
}
.mrg-y-154 {
  margin-top: 154px !important;
  margin-bottom: 154px !important;
}
.mrg-t-154 {
  margin-top: 154px !important;
}
.mrg-b-154 {
  margin-bottom: 154px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-154 {
    margin-top: 154px !important;
    margin-bottom: 154px !important;
  }
  .mrg-t-sm-154 {
    margin-top: 154px !important;
  }
  .mrg-b-sm-154 {
    margin-bottom: 154px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-154 {
    margin-top: 154px !important;
    margin-bottom: 154px !important;
  }
  .mrg-t-lg-154 {
    margin-top: 154px !important;
  }
  .mrg-b-lg-154 {
    margin-bottom: 154px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-154 {
    margin-top: 154px !important;
    margin-bottom: 154px !important;
  }
  .mrg-t-xxl-154 {
    margin-top: 154px !important;
  }
  .mrg-b-xxl-154 {
    margin-bottom: 154px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-154 {
    margin-top: 154px !important;
    margin-bottom: 154px !important;
  }
  .mrg-t-xxxxl-154 {
    margin-top: 154px !important;
  }
  .mrg-b-xxxxl-154 {
    margin-bottom: 154px !important;
  }
}
.mrg-y-155 {
  margin-top: 155px !important;
  margin-bottom: 155px !important;
}
.mrg-t-155 {
  margin-top: 155px !important;
}
.mrg-b-155 {
  margin-bottom: 155px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-155 {
    margin-top: 155px !important;
    margin-bottom: 155px !important;
  }
  .mrg-t-sm-155 {
    margin-top: 155px !important;
  }
  .mrg-b-sm-155 {
    margin-bottom: 155px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-155 {
    margin-top: 155px !important;
    margin-bottom: 155px !important;
  }
  .mrg-t-lg-155 {
    margin-top: 155px !important;
  }
  .mrg-b-lg-155 {
    margin-bottom: 155px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-155 {
    margin-top: 155px !important;
    margin-bottom: 155px !important;
  }
  .mrg-t-xxl-155 {
    margin-top: 155px !important;
  }
  .mrg-b-xxl-155 {
    margin-bottom: 155px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-155 {
    margin-top: 155px !important;
    margin-bottom: 155px !important;
  }
  .mrg-t-xxxxl-155 {
    margin-top: 155px !important;
  }
  .mrg-b-xxxxl-155 {
    margin-bottom: 155px !important;
  }
}
.mrg-y-156 {
  margin-top: 156px !important;
  margin-bottom: 156px !important;
}
.mrg-t-156 {
  margin-top: 156px !important;
}
.mrg-b-156 {
  margin-bottom: 156px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-156 {
    margin-top: 156px !important;
    margin-bottom: 156px !important;
  }
  .mrg-t-sm-156 {
    margin-top: 156px !important;
  }
  .mrg-b-sm-156 {
    margin-bottom: 156px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-156 {
    margin-top: 156px !important;
    margin-bottom: 156px !important;
  }
  .mrg-t-lg-156 {
    margin-top: 156px !important;
  }
  .mrg-b-lg-156 {
    margin-bottom: 156px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-156 {
    margin-top: 156px !important;
    margin-bottom: 156px !important;
  }
  .mrg-t-xxl-156 {
    margin-top: 156px !important;
  }
  .mrg-b-xxl-156 {
    margin-bottom: 156px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-156 {
    margin-top: 156px !important;
    margin-bottom: 156px !important;
  }
  .mrg-t-xxxxl-156 {
    margin-top: 156px !important;
  }
  .mrg-b-xxxxl-156 {
    margin-bottom: 156px !important;
  }
}
.mrg-y-157 {
  margin-top: 157px !important;
  margin-bottom: 157px !important;
}
.mrg-t-157 {
  margin-top: 157px !important;
}
.mrg-b-157 {
  margin-bottom: 157px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-157 {
    margin-top: 157px !important;
    margin-bottom: 157px !important;
  }
  .mrg-t-sm-157 {
    margin-top: 157px !important;
  }
  .mrg-b-sm-157 {
    margin-bottom: 157px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-157 {
    margin-top: 157px !important;
    margin-bottom: 157px !important;
  }
  .mrg-t-lg-157 {
    margin-top: 157px !important;
  }
  .mrg-b-lg-157 {
    margin-bottom: 157px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-157 {
    margin-top: 157px !important;
    margin-bottom: 157px !important;
  }
  .mrg-t-xxl-157 {
    margin-top: 157px !important;
  }
  .mrg-b-xxl-157 {
    margin-bottom: 157px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-157 {
    margin-top: 157px !important;
    margin-bottom: 157px !important;
  }
  .mrg-t-xxxxl-157 {
    margin-top: 157px !important;
  }
  .mrg-b-xxxxl-157 {
    margin-bottom: 157px !important;
  }
}
.mrg-y-158 {
  margin-top: 158px !important;
  margin-bottom: 158px !important;
}
.mrg-t-158 {
  margin-top: 158px !important;
}
.mrg-b-158 {
  margin-bottom: 158px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-158 {
    margin-top: 158px !important;
    margin-bottom: 158px !important;
  }
  .mrg-t-sm-158 {
    margin-top: 158px !important;
  }
  .mrg-b-sm-158 {
    margin-bottom: 158px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-158 {
    margin-top: 158px !important;
    margin-bottom: 158px !important;
  }
  .mrg-t-lg-158 {
    margin-top: 158px !important;
  }
  .mrg-b-lg-158 {
    margin-bottom: 158px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-158 {
    margin-top: 158px !important;
    margin-bottom: 158px !important;
  }
  .mrg-t-xxl-158 {
    margin-top: 158px !important;
  }
  .mrg-b-xxl-158 {
    margin-bottom: 158px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-158 {
    margin-top: 158px !important;
    margin-bottom: 158px !important;
  }
  .mrg-t-xxxxl-158 {
    margin-top: 158px !important;
  }
  .mrg-b-xxxxl-158 {
    margin-bottom: 158px !important;
  }
}
.mrg-y-159 {
  margin-top: 159px !important;
  margin-bottom: 159px !important;
}
.mrg-t-159 {
  margin-top: 159px !important;
}
.mrg-b-159 {
  margin-bottom: 159px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-159 {
    margin-top: 159px !important;
    margin-bottom: 159px !important;
  }
  .mrg-t-sm-159 {
    margin-top: 159px !important;
  }
  .mrg-b-sm-159 {
    margin-bottom: 159px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-159 {
    margin-top: 159px !important;
    margin-bottom: 159px !important;
  }
  .mrg-t-lg-159 {
    margin-top: 159px !important;
  }
  .mrg-b-lg-159 {
    margin-bottom: 159px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-159 {
    margin-top: 159px !important;
    margin-bottom: 159px !important;
  }
  .mrg-t-xxl-159 {
    margin-top: 159px !important;
  }
  .mrg-b-xxl-159 {
    margin-bottom: 159px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-159 {
    margin-top: 159px !important;
    margin-bottom: 159px !important;
  }
  .mrg-t-xxxxl-159 {
    margin-top: 159px !important;
  }
  .mrg-b-xxxxl-159 {
    margin-bottom: 159px !important;
  }
}
.mrg-y-160 {
  margin-top: 160px !important;
  margin-bottom: 160px !important;
}
.mrg-t-160 {
  margin-top: 160px !important;
}
.mrg-b-160 {
  margin-bottom: 160px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-160 {
    margin-top: 160px !important;
    margin-bottom: 160px !important;
  }
  .mrg-t-sm-160 {
    margin-top: 160px !important;
  }
  .mrg-b-sm-160 {
    margin-bottom: 160px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-160 {
    margin-top: 160px !important;
    margin-bottom: 160px !important;
  }
  .mrg-t-lg-160 {
    margin-top: 160px !important;
  }
  .mrg-b-lg-160 {
    margin-bottom: 160px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-160 {
    margin-top: 160px !important;
    margin-bottom: 160px !important;
  }
  .mrg-t-xxl-160 {
    margin-top: 160px !important;
  }
  .mrg-b-xxl-160 {
    margin-bottom: 160px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-160 {
    margin-top: 160px !important;
    margin-bottom: 160px !important;
  }
  .mrg-t-xxxxl-160 {
    margin-top: 160px !important;
  }
  .mrg-b-xxxxl-160 {
    margin-bottom: 160px !important;
  }
}
.mrg-y-161 {
  margin-top: 161px !important;
  margin-bottom: 161px !important;
}
.mrg-t-161 {
  margin-top: 161px !important;
}
.mrg-b-161 {
  margin-bottom: 161px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-161 {
    margin-top: 161px !important;
    margin-bottom: 161px !important;
  }
  .mrg-t-sm-161 {
    margin-top: 161px !important;
  }
  .mrg-b-sm-161 {
    margin-bottom: 161px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-161 {
    margin-top: 161px !important;
    margin-bottom: 161px !important;
  }
  .mrg-t-lg-161 {
    margin-top: 161px !important;
  }
  .mrg-b-lg-161 {
    margin-bottom: 161px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-161 {
    margin-top: 161px !important;
    margin-bottom: 161px !important;
  }
  .mrg-t-xxl-161 {
    margin-top: 161px !important;
  }
  .mrg-b-xxl-161 {
    margin-bottom: 161px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-161 {
    margin-top: 161px !important;
    margin-bottom: 161px !important;
  }
  .mrg-t-xxxxl-161 {
    margin-top: 161px !important;
  }
  .mrg-b-xxxxl-161 {
    margin-bottom: 161px !important;
  }
}
.mrg-y-162 {
  margin-top: 162px !important;
  margin-bottom: 162px !important;
}
.mrg-t-162 {
  margin-top: 162px !important;
}
.mrg-b-162 {
  margin-bottom: 162px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-162 {
    margin-top: 162px !important;
    margin-bottom: 162px !important;
  }
  .mrg-t-sm-162 {
    margin-top: 162px !important;
  }
  .mrg-b-sm-162 {
    margin-bottom: 162px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-162 {
    margin-top: 162px !important;
    margin-bottom: 162px !important;
  }
  .mrg-t-lg-162 {
    margin-top: 162px !important;
  }
  .mrg-b-lg-162 {
    margin-bottom: 162px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-162 {
    margin-top: 162px !important;
    margin-bottom: 162px !important;
  }
  .mrg-t-xxl-162 {
    margin-top: 162px !important;
  }
  .mrg-b-xxl-162 {
    margin-bottom: 162px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-162 {
    margin-top: 162px !important;
    margin-bottom: 162px !important;
  }
  .mrg-t-xxxxl-162 {
    margin-top: 162px !important;
  }
  .mrg-b-xxxxl-162 {
    margin-bottom: 162px !important;
  }
}
.mrg-y-163 {
  margin-top: 163px !important;
  margin-bottom: 163px !important;
}
.mrg-t-163 {
  margin-top: 163px !important;
}
.mrg-b-163 {
  margin-bottom: 163px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-163 {
    margin-top: 163px !important;
    margin-bottom: 163px !important;
  }
  .mrg-t-sm-163 {
    margin-top: 163px !important;
  }
  .mrg-b-sm-163 {
    margin-bottom: 163px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-163 {
    margin-top: 163px !important;
    margin-bottom: 163px !important;
  }
  .mrg-t-lg-163 {
    margin-top: 163px !important;
  }
  .mrg-b-lg-163 {
    margin-bottom: 163px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-163 {
    margin-top: 163px !important;
    margin-bottom: 163px !important;
  }
  .mrg-t-xxl-163 {
    margin-top: 163px !important;
  }
  .mrg-b-xxl-163 {
    margin-bottom: 163px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-163 {
    margin-top: 163px !important;
    margin-bottom: 163px !important;
  }
  .mrg-t-xxxxl-163 {
    margin-top: 163px !important;
  }
  .mrg-b-xxxxl-163 {
    margin-bottom: 163px !important;
  }
}
.mrg-y-164 {
  margin-top: 164px !important;
  margin-bottom: 164px !important;
}
.mrg-t-164 {
  margin-top: 164px !important;
}
.mrg-b-164 {
  margin-bottom: 164px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-164 {
    margin-top: 164px !important;
    margin-bottom: 164px !important;
  }
  .mrg-t-sm-164 {
    margin-top: 164px !important;
  }
  .mrg-b-sm-164 {
    margin-bottom: 164px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-164 {
    margin-top: 164px !important;
    margin-bottom: 164px !important;
  }
  .mrg-t-lg-164 {
    margin-top: 164px !important;
  }
  .mrg-b-lg-164 {
    margin-bottom: 164px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-164 {
    margin-top: 164px !important;
    margin-bottom: 164px !important;
  }
  .mrg-t-xxl-164 {
    margin-top: 164px !important;
  }
  .mrg-b-xxl-164 {
    margin-bottom: 164px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-164 {
    margin-top: 164px !important;
    margin-bottom: 164px !important;
  }
  .mrg-t-xxxxl-164 {
    margin-top: 164px !important;
  }
  .mrg-b-xxxxl-164 {
    margin-bottom: 164px !important;
  }
}
.mrg-y-165 {
  margin-top: 165px !important;
  margin-bottom: 165px !important;
}
.mrg-t-165 {
  margin-top: 165px !important;
}
.mrg-b-165 {
  margin-bottom: 165px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-165 {
    margin-top: 165px !important;
    margin-bottom: 165px !important;
  }
  .mrg-t-sm-165 {
    margin-top: 165px !important;
  }
  .mrg-b-sm-165 {
    margin-bottom: 165px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-165 {
    margin-top: 165px !important;
    margin-bottom: 165px !important;
  }
  .mrg-t-lg-165 {
    margin-top: 165px !important;
  }
  .mrg-b-lg-165 {
    margin-bottom: 165px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-165 {
    margin-top: 165px !important;
    margin-bottom: 165px !important;
  }
  .mrg-t-xxl-165 {
    margin-top: 165px !important;
  }
  .mrg-b-xxl-165 {
    margin-bottom: 165px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-165 {
    margin-top: 165px !important;
    margin-bottom: 165px !important;
  }
  .mrg-t-xxxxl-165 {
    margin-top: 165px !important;
  }
  .mrg-b-xxxxl-165 {
    margin-bottom: 165px !important;
  }
}
.mrg-y-166 {
  margin-top: 166px !important;
  margin-bottom: 166px !important;
}
.mrg-t-166 {
  margin-top: 166px !important;
}
.mrg-b-166 {
  margin-bottom: 166px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-166 {
    margin-top: 166px !important;
    margin-bottom: 166px !important;
  }
  .mrg-t-sm-166 {
    margin-top: 166px !important;
  }
  .mrg-b-sm-166 {
    margin-bottom: 166px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-166 {
    margin-top: 166px !important;
    margin-bottom: 166px !important;
  }
  .mrg-t-lg-166 {
    margin-top: 166px !important;
  }
  .mrg-b-lg-166 {
    margin-bottom: 166px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-166 {
    margin-top: 166px !important;
    margin-bottom: 166px !important;
  }
  .mrg-t-xxl-166 {
    margin-top: 166px !important;
  }
  .mrg-b-xxl-166 {
    margin-bottom: 166px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-166 {
    margin-top: 166px !important;
    margin-bottom: 166px !important;
  }
  .mrg-t-xxxxl-166 {
    margin-top: 166px !important;
  }
  .mrg-b-xxxxl-166 {
    margin-bottom: 166px !important;
  }
}
.mrg-y-167 {
  margin-top: 167px !important;
  margin-bottom: 167px !important;
}
.mrg-t-167 {
  margin-top: 167px !important;
}
.mrg-b-167 {
  margin-bottom: 167px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-167 {
    margin-top: 167px !important;
    margin-bottom: 167px !important;
  }
  .mrg-t-sm-167 {
    margin-top: 167px !important;
  }
  .mrg-b-sm-167 {
    margin-bottom: 167px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-167 {
    margin-top: 167px !important;
    margin-bottom: 167px !important;
  }
  .mrg-t-lg-167 {
    margin-top: 167px !important;
  }
  .mrg-b-lg-167 {
    margin-bottom: 167px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-167 {
    margin-top: 167px !important;
    margin-bottom: 167px !important;
  }
  .mrg-t-xxl-167 {
    margin-top: 167px !important;
  }
  .mrg-b-xxl-167 {
    margin-bottom: 167px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-167 {
    margin-top: 167px !important;
    margin-bottom: 167px !important;
  }
  .mrg-t-xxxxl-167 {
    margin-top: 167px !important;
  }
  .mrg-b-xxxxl-167 {
    margin-bottom: 167px !important;
  }
}
.mrg-y-168 {
  margin-top: 168px !important;
  margin-bottom: 168px !important;
}
.mrg-t-168 {
  margin-top: 168px !important;
}
.mrg-b-168 {
  margin-bottom: 168px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-168 {
    margin-top: 168px !important;
    margin-bottom: 168px !important;
  }
  .mrg-t-sm-168 {
    margin-top: 168px !important;
  }
  .mrg-b-sm-168 {
    margin-bottom: 168px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-168 {
    margin-top: 168px !important;
    margin-bottom: 168px !important;
  }
  .mrg-t-lg-168 {
    margin-top: 168px !important;
  }
  .mrg-b-lg-168 {
    margin-bottom: 168px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-168 {
    margin-top: 168px !important;
    margin-bottom: 168px !important;
  }
  .mrg-t-xxl-168 {
    margin-top: 168px !important;
  }
  .mrg-b-xxl-168 {
    margin-bottom: 168px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-168 {
    margin-top: 168px !important;
    margin-bottom: 168px !important;
  }
  .mrg-t-xxxxl-168 {
    margin-top: 168px !important;
  }
  .mrg-b-xxxxl-168 {
    margin-bottom: 168px !important;
  }
}
.mrg-y-169 {
  margin-top: 169px !important;
  margin-bottom: 169px !important;
}
.mrg-t-169 {
  margin-top: 169px !important;
}
.mrg-b-169 {
  margin-bottom: 169px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-169 {
    margin-top: 169px !important;
    margin-bottom: 169px !important;
  }
  .mrg-t-sm-169 {
    margin-top: 169px !important;
  }
  .mrg-b-sm-169 {
    margin-bottom: 169px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-169 {
    margin-top: 169px !important;
    margin-bottom: 169px !important;
  }
  .mrg-t-lg-169 {
    margin-top: 169px !important;
  }
  .mrg-b-lg-169 {
    margin-bottom: 169px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-169 {
    margin-top: 169px !important;
    margin-bottom: 169px !important;
  }
  .mrg-t-xxl-169 {
    margin-top: 169px !important;
  }
  .mrg-b-xxl-169 {
    margin-bottom: 169px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-169 {
    margin-top: 169px !important;
    margin-bottom: 169px !important;
  }
  .mrg-t-xxxxl-169 {
    margin-top: 169px !important;
  }
  .mrg-b-xxxxl-169 {
    margin-bottom: 169px !important;
  }
}
.mrg-y-170 {
  margin-top: 170px !important;
  margin-bottom: 170px !important;
}
.mrg-t-170 {
  margin-top: 170px !important;
}
.mrg-b-170 {
  margin-bottom: 170px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-170 {
    margin-top: 170px !important;
    margin-bottom: 170px !important;
  }
  .mrg-t-sm-170 {
    margin-top: 170px !important;
  }
  .mrg-b-sm-170 {
    margin-bottom: 170px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-170 {
    margin-top: 170px !important;
    margin-bottom: 170px !important;
  }
  .mrg-t-lg-170 {
    margin-top: 170px !important;
  }
  .mrg-b-lg-170 {
    margin-bottom: 170px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-170 {
    margin-top: 170px !important;
    margin-bottom: 170px !important;
  }
  .mrg-t-xxl-170 {
    margin-top: 170px !important;
  }
  .mrg-b-xxl-170 {
    margin-bottom: 170px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-170 {
    margin-top: 170px !important;
    margin-bottom: 170px !important;
  }
  .mrg-t-xxxxl-170 {
    margin-top: 170px !important;
  }
  .mrg-b-xxxxl-170 {
    margin-bottom: 170px !important;
  }
}
.mrg-y-171 {
  margin-top: 171px !important;
  margin-bottom: 171px !important;
}
.mrg-t-171 {
  margin-top: 171px !important;
}
.mrg-b-171 {
  margin-bottom: 171px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-171 {
    margin-top: 171px !important;
    margin-bottom: 171px !important;
  }
  .mrg-t-sm-171 {
    margin-top: 171px !important;
  }
  .mrg-b-sm-171 {
    margin-bottom: 171px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-171 {
    margin-top: 171px !important;
    margin-bottom: 171px !important;
  }
  .mrg-t-lg-171 {
    margin-top: 171px !important;
  }
  .mrg-b-lg-171 {
    margin-bottom: 171px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-171 {
    margin-top: 171px !important;
    margin-bottom: 171px !important;
  }
  .mrg-t-xxl-171 {
    margin-top: 171px !important;
  }
  .mrg-b-xxl-171 {
    margin-bottom: 171px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-171 {
    margin-top: 171px !important;
    margin-bottom: 171px !important;
  }
  .mrg-t-xxxxl-171 {
    margin-top: 171px !important;
  }
  .mrg-b-xxxxl-171 {
    margin-bottom: 171px !important;
  }
}
.mrg-y-172 {
  margin-top: 172px !important;
  margin-bottom: 172px !important;
}
.mrg-t-172 {
  margin-top: 172px !important;
}
.mrg-b-172 {
  margin-bottom: 172px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-172 {
    margin-top: 172px !important;
    margin-bottom: 172px !important;
  }
  .mrg-t-sm-172 {
    margin-top: 172px !important;
  }
  .mrg-b-sm-172 {
    margin-bottom: 172px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-172 {
    margin-top: 172px !important;
    margin-bottom: 172px !important;
  }
  .mrg-t-lg-172 {
    margin-top: 172px !important;
  }
  .mrg-b-lg-172 {
    margin-bottom: 172px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-172 {
    margin-top: 172px !important;
    margin-bottom: 172px !important;
  }
  .mrg-t-xxl-172 {
    margin-top: 172px !important;
  }
  .mrg-b-xxl-172 {
    margin-bottom: 172px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-172 {
    margin-top: 172px !important;
    margin-bottom: 172px !important;
  }
  .mrg-t-xxxxl-172 {
    margin-top: 172px !important;
  }
  .mrg-b-xxxxl-172 {
    margin-bottom: 172px !important;
  }
}
.mrg-y-173 {
  margin-top: 173px !important;
  margin-bottom: 173px !important;
}
.mrg-t-173 {
  margin-top: 173px !important;
}
.mrg-b-173 {
  margin-bottom: 173px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-173 {
    margin-top: 173px !important;
    margin-bottom: 173px !important;
  }
  .mrg-t-sm-173 {
    margin-top: 173px !important;
  }
  .mrg-b-sm-173 {
    margin-bottom: 173px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-173 {
    margin-top: 173px !important;
    margin-bottom: 173px !important;
  }
  .mrg-t-lg-173 {
    margin-top: 173px !important;
  }
  .mrg-b-lg-173 {
    margin-bottom: 173px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-173 {
    margin-top: 173px !important;
    margin-bottom: 173px !important;
  }
  .mrg-t-xxl-173 {
    margin-top: 173px !important;
  }
  .mrg-b-xxl-173 {
    margin-bottom: 173px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-173 {
    margin-top: 173px !important;
    margin-bottom: 173px !important;
  }
  .mrg-t-xxxxl-173 {
    margin-top: 173px !important;
  }
  .mrg-b-xxxxl-173 {
    margin-bottom: 173px !important;
  }
}
.mrg-y-174 {
  margin-top: 174px !important;
  margin-bottom: 174px !important;
}
.mrg-t-174 {
  margin-top: 174px !important;
}
.mrg-b-174 {
  margin-bottom: 174px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-174 {
    margin-top: 174px !important;
    margin-bottom: 174px !important;
  }
  .mrg-t-sm-174 {
    margin-top: 174px !important;
  }
  .mrg-b-sm-174 {
    margin-bottom: 174px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-174 {
    margin-top: 174px !important;
    margin-bottom: 174px !important;
  }
  .mrg-t-lg-174 {
    margin-top: 174px !important;
  }
  .mrg-b-lg-174 {
    margin-bottom: 174px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-174 {
    margin-top: 174px !important;
    margin-bottom: 174px !important;
  }
  .mrg-t-xxl-174 {
    margin-top: 174px !important;
  }
  .mrg-b-xxl-174 {
    margin-bottom: 174px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-174 {
    margin-top: 174px !important;
    margin-bottom: 174px !important;
  }
  .mrg-t-xxxxl-174 {
    margin-top: 174px !important;
  }
  .mrg-b-xxxxl-174 {
    margin-bottom: 174px !important;
  }
}
.mrg-y-175 {
  margin-top: 175px !important;
  margin-bottom: 175px !important;
}
.mrg-t-175 {
  margin-top: 175px !important;
}
.mrg-b-175 {
  margin-bottom: 175px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-175 {
    margin-top: 175px !important;
    margin-bottom: 175px !important;
  }
  .mrg-t-sm-175 {
    margin-top: 175px !important;
  }
  .mrg-b-sm-175 {
    margin-bottom: 175px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-175 {
    margin-top: 175px !important;
    margin-bottom: 175px !important;
  }
  .mrg-t-lg-175 {
    margin-top: 175px !important;
  }
  .mrg-b-lg-175 {
    margin-bottom: 175px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-175 {
    margin-top: 175px !important;
    margin-bottom: 175px !important;
  }
  .mrg-t-xxl-175 {
    margin-top: 175px !important;
  }
  .mrg-b-xxl-175 {
    margin-bottom: 175px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-175 {
    margin-top: 175px !important;
    margin-bottom: 175px !important;
  }
  .mrg-t-xxxxl-175 {
    margin-top: 175px !important;
  }
  .mrg-b-xxxxl-175 {
    margin-bottom: 175px !important;
  }
}
.mrg-y-176 {
  margin-top: 176px !important;
  margin-bottom: 176px !important;
}
.mrg-t-176 {
  margin-top: 176px !important;
}
.mrg-b-176 {
  margin-bottom: 176px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-176 {
    margin-top: 176px !important;
    margin-bottom: 176px !important;
  }
  .mrg-t-sm-176 {
    margin-top: 176px !important;
  }
  .mrg-b-sm-176 {
    margin-bottom: 176px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-176 {
    margin-top: 176px !important;
    margin-bottom: 176px !important;
  }
  .mrg-t-lg-176 {
    margin-top: 176px !important;
  }
  .mrg-b-lg-176 {
    margin-bottom: 176px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-176 {
    margin-top: 176px !important;
    margin-bottom: 176px !important;
  }
  .mrg-t-xxl-176 {
    margin-top: 176px !important;
  }
  .mrg-b-xxl-176 {
    margin-bottom: 176px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-176 {
    margin-top: 176px !important;
    margin-bottom: 176px !important;
  }
  .mrg-t-xxxxl-176 {
    margin-top: 176px !important;
  }
  .mrg-b-xxxxl-176 {
    margin-bottom: 176px !important;
  }
}
.mrg-y-177 {
  margin-top: 177px !important;
  margin-bottom: 177px !important;
}
.mrg-t-177 {
  margin-top: 177px !important;
}
.mrg-b-177 {
  margin-bottom: 177px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-177 {
    margin-top: 177px !important;
    margin-bottom: 177px !important;
  }
  .mrg-t-sm-177 {
    margin-top: 177px !important;
  }
  .mrg-b-sm-177 {
    margin-bottom: 177px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-177 {
    margin-top: 177px !important;
    margin-bottom: 177px !important;
  }
  .mrg-t-lg-177 {
    margin-top: 177px !important;
  }
  .mrg-b-lg-177 {
    margin-bottom: 177px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-177 {
    margin-top: 177px !important;
    margin-bottom: 177px !important;
  }
  .mrg-t-xxl-177 {
    margin-top: 177px !important;
  }
  .mrg-b-xxl-177 {
    margin-bottom: 177px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-177 {
    margin-top: 177px !important;
    margin-bottom: 177px !important;
  }
  .mrg-t-xxxxl-177 {
    margin-top: 177px !important;
  }
  .mrg-b-xxxxl-177 {
    margin-bottom: 177px !important;
  }
}
.mrg-y-178 {
  margin-top: 178px !important;
  margin-bottom: 178px !important;
}
.mrg-t-178 {
  margin-top: 178px !important;
}
.mrg-b-178 {
  margin-bottom: 178px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-178 {
    margin-top: 178px !important;
    margin-bottom: 178px !important;
  }
  .mrg-t-sm-178 {
    margin-top: 178px !important;
  }
  .mrg-b-sm-178 {
    margin-bottom: 178px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-178 {
    margin-top: 178px !important;
    margin-bottom: 178px !important;
  }
  .mrg-t-lg-178 {
    margin-top: 178px !important;
  }
  .mrg-b-lg-178 {
    margin-bottom: 178px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-178 {
    margin-top: 178px !important;
    margin-bottom: 178px !important;
  }
  .mrg-t-xxl-178 {
    margin-top: 178px !important;
  }
  .mrg-b-xxl-178 {
    margin-bottom: 178px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-178 {
    margin-top: 178px !important;
    margin-bottom: 178px !important;
  }
  .mrg-t-xxxxl-178 {
    margin-top: 178px !important;
  }
  .mrg-b-xxxxl-178 {
    margin-bottom: 178px !important;
  }
}
.mrg-y-179 {
  margin-top: 179px !important;
  margin-bottom: 179px !important;
}
.mrg-t-179 {
  margin-top: 179px !important;
}
.mrg-b-179 {
  margin-bottom: 179px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-179 {
    margin-top: 179px !important;
    margin-bottom: 179px !important;
  }
  .mrg-t-sm-179 {
    margin-top: 179px !important;
  }
  .mrg-b-sm-179 {
    margin-bottom: 179px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-179 {
    margin-top: 179px !important;
    margin-bottom: 179px !important;
  }
  .mrg-t-lg-179 {
    margin-top: 179px !important;
  }
  .mrg-b-lg-179 {
    margin-bottom: 179px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-179 {
    margin-top: 179px !important;
    margin-bottom: 179px !important;
  }
  .mrg-t-xxl-179 {
    margin-top: 179px !important;
  }
  .mrg-b-xxl-179 {
    margin-bottom: 179px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-179 {
    margin-top: 179px !important;
    margin-bottom: 179px !important;
  }
  .mrg-t-xxxxl-179 {
    margin-top: 179px !important;
  }
  .mrg-b-xxxxl-179 {
    margin-bottom: 179px !important;
  }
}
.mrg-y-180 {
  margin-top: 180px !important;
  margin-bottom: 180px !important;
}
.mrg-t-180 {
  margin-top: 180px !important;
}
.mrg-b-180 {
  margin-bottom: 180px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-180 {
    margin-top: 180px !important;
    margin-bottom: 180px !important;
  }
  .mrg-t-sm-180 {
    margin-top: 180px !important;
  }
  .mrg-b-sm-180 {
    margin-bottom: 180px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-180 {
    margin-top: 180px !important;
    margin-bottom: 180px !important;
  }
  .mrg-t-lg-180 {
    margin-top: 180px !important;
  }
  .mrg-b-lg-180 {
    margin-bottom: 180px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-180 {
    margin-top: 180px !important;
    margin-bottom: 180px !important;
  }
  .mrg-t-xxl-180 {
    margin-top: 180px !important;
  }
  .mrg-b-xxl-180 {
    margin-bottom: 180px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-180 {
    margin-top: 180px !important;
    margin-bottom: 180px !important;
  }
  .mrg-t-xxxxl-180 {
    margin-top: 180px !important;
  }
  .mrg-b-xxxxl-180 {
    margin-bottom: 180px !important;
  }
}
.mrg-y-181 {
  margin-top: 181px !important;
  margin-bottom: 181px !important;
}
.mrg-t-181 {
  margin-top: 181px !important;
}
.mrg-b-181 {
  margin-bottom: 181px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-181 {
    margin-top: 181px !important;
    margin-bottom: 181px !important;
  }
  .mrg-t-sm-181 {
    margin-top: 181px !important;
  }
  .mrg-b-sm-181 {
    margin-bottom: 181px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-181 {
    margin-top: 181px !important;
    margin-bottom: 181px !important;
  }
  .mrg-t-lg-181 {
    margin-top: 181px !important;
  }
  .mrg-b-lg-181 {
    margin-bottom: 181px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-181 {
    margin-top: 181px !important;
    margin-bottom: 181px !important;
  }
  .mrg-t-xxl-181 {
    margin-top: 181px !important;
  }
  .mrg-b-xxl-181 {
    margin-bottom: 181px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-181 {
    margin-top: 181px !important;
    margin-bottom: 181px !important;
  }
  .mrg-t-xxxxl-181 {
    margin-top: 181px !important;
  }
  .mrg-b-xxxxl-181 {
    margin-bottom: 181px !important;
  }
}
.mrg-y-182 {
  margin-top: 182px !important;
  margin-bottom: 182px !important;
}
.mrg-t-182 {
  margin-top: 182px !important;
}
.mrg-b-182 {
  margin-bottom: 182px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-182 {
    margin-top: 182px !important;
    margin-bottom: 182px !important;
  }
  .mrg-t-sm-182 {
    margin-top: 182px !important;
  }
  .mrg-b-sm-182 {
    margin-bottom: 182px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-182 {
    margin-top: 182px !important;
    margin-bottom: 182px !important;
  }
  .mrg-t-lg-182 {
    margin-top: 182px !important;
  }
  .mrg-b-lg-182 {
    margin-bottom: 182px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-182 {
    margin-top: 182px !important;
    margin-bottom: 182px !important;
  }
  .mrg-t-xxl-182 {
    margin-top: 182px !important;
  }
  .mrg-b-xxl-182 {
    margin-bottom: 182px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-182 {
    margin-top: 182px !important;
    margin-bottom: 182px !important;
  }
  .mrg-t-xxxxl-182 {
    margin-top: 182px !important;
  }
  .mrg-b-xxxxl-182 {
    margin-bottom: 182px !important;
  }
}
.mrg-y-183 {
  margin-top: 183px !important;
  margin-bottom: 183px !important;
}
.mrg-t-183 {
  margin-top: 183px !important;
}
.mrg-b-183 {
  margin-bottom: 183px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-183 {
    margin-top: 183px !important;
    margin-bottom: 183px !important;
  }
  .mrg-t-sm-183 {
    margin-top: 183px !important;
  }
  .mrg-b-sm-183 {
    margin-bottom: 183px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-183 {
    margin-top: 183px !important;
    margin-bottom: 183px !important;
  }
  .mrg-t-lg-183 {
    margin-top: 183px !important;
  }
  .mrg-b-lg-183 {
    margin-bottom: 183px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-183 {
    margin-top: 183px !important;
    margin-bottom: 183px !important;
  }
  .mrg-t-xxl-183 {
    margin-top: 183px !important;
  }
  .mrg-b-xxl-183 {
    margin-bottom: 183px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-183 {
    margin-top: 183px !important;
    margin-bottom: 183px !important;
  }
  .mrg-t-xxxxl-183 {
    margin-top: 183px !important;
  }
  .mrg-b-xxxxl-183 {
    margin-bottom: 183px !important;
  }
}
.mrg-y-184 {
  margin-top: 184px !important;
  margin-bottom: 184px !important;
}
.mrg-t-184 {
  margin-top: 184px !important;
}
.mrg-b-184 {
  margin-bottom: 184px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-184 {
    margin-top: 184px !important;
    margin-bottom: 184px !important;
  }
  .mrg-t-sm-184 {
    margin-top: 184px !important;
  }
  .mrg-b-sm-184 {
    margin-bottom: 184px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-184 {
    margin-top: 184px !important;
    margin-bottom: 184px !important;
  }
  .mrg-t-lg-184 {
    margin-top: 184px !important;
  }
  .mrg-b-lg-184 {
    margin-bottom: 184px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-184 {
    margin-top: 184px !important;
    margin-bottom: 184px !important;
  }
  .mrg-t-xxl-184 {
    margin-top: 184px !important;
  }
  .mrg-b-xxl-184 {
    margin-bottom: 184px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-184 {
    margin-top: 184px !important;
    margin-bottom: 184px !important;
  }
  .mrg-t-xxxxl-184 {
    margin-top: 184px !important;
  }
  .mrg-b-xxxxl-184 {
    margin-bottom: 184px !important;
  }
}
.mrg-y-185 {
  margin-top: 185px !important;
  margin-bottom: 185px !important;
}
.mrg-t-185 {
  margin-top: 185px !important;
}
.mrg-b-185 {
  margin-bottom: 185px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-185 {
    margin-top: 185px !important;
    margin-bottom: 185px !important;
  }
  .mrg-t-sm-185 {
    margin-top: 185px !important;
  }
  .mrg-b-sm-185 {
    margin-bottom: 185px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-185 {
    margin-top: 185px !important;
    margin-bottom: 185px !important;
  }
  .mrg-t-lg-185 {
    margin-top: 185px !important;
  }
  .mrg-b-lg-185 {
    margin-bottom: 185px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-185 {
    margin-top: 185px !important;
    margin-bottom: 185px !important;
  }
  .mrg-t-xxl-185 {
    margin-top: 185px !important;
  }
  .mrg-b-xxl-185 {
    margin-bottom: 185px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-185 {
    margin-top: 185px !important;
    margin-bottom: 185px !important;
  }
  .mrg-t-xxxxl-185 {
    margin-top: 185px !important;
  }
  .mrg-b-xxxxl-185 {
    margin-bottom: 185px !important;
  }
}
.mrg-y-186 {
  margin-top: 186px !important;
  margin-bottom: 186px !important;
}
.mrg-t-186 {
  margin-top: 186px !important;
}
.mrg-b-186 {
  margin-bottom: 186px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-186 {
    margin-top: 186px !important;
    margin-bottom: 186px !important;
  }
  .mrg-t-sm-186 {
    margin-top: 186px !important;
  }
  .mrg-b-sm-186 {
    margin-bottom: 186px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-186 {
    margin-top: 186px !important;
    margin-bottom: 186px !important;
  }
  .mrg-t-lg-186 {
    margin-top: 186px !important;
  }
  .mrg-b-lg-186 {
    margin-bottom: 186px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-186 {
    margin-top: 186px !important;
    margin-bottom: 186px !important;
  }
  .mrg-t-xxl-186 {
    margin-top: 186px !important;
  }
  .mrg-b-xxl-186 {
    margin-bottom: 186px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-186 {
    margin-top: 186px !important;
    margin-bottom: 186px !important;
  }
  .mrg-t-xxxxl-186 {
    margin-top: 186px !important;
  }
  .mrg-b-xxxxl-186 {
    margin-bottom: 186px !important;
  }
}
.mrg-y-187 {
  margin-top: 187px !important;
  margin-bottom: 187px !important;
}
.mrg-t-187 {
  margin-top: 187px !important;
}
.mrg-b-187 {
  margin-bottom: 187px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-187 {
    margin-top: 187px !important;
    margin-bottom: 187px !important;
  }
  .mrg-t-sm-187 {
    margin-top: 187px !important;
  }
  .mrg-b-sm-187 {
    margin-bottom: 187px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-187 {
    margin-top: 187px !important;
    margin-bottom: 187px !important;
  }
  .mrg-t-lg-187 {
    margin-top: 187px !important;
  }
  .mrg-b-lg-187 {
    margin-bottom: 187px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-187 {
    margin-top: 187px !important;
    margin-bottom: 187px !important;
  }
  .mrg-t-xxl-187 {
    margin-top: 187px !important;
  }
  .mrg-b-xxl-187 {
    margin-bottom: 187px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-187 {
    margin-top: 187px !important;
    margin-bottom: 187px !important;
  }
  .mrg-t-xxxxl-187 {
    margin-top: 187px !important;
  }
  .mrg-b-xxxxl-187 {
    margin-bottom: 187px !important;
  }
}
.mrg-y-188 {
  margin-top: 188px !important;
  margin-bottom: 188px !important;
}
.mrg-t-188 {
  margin-top: 188px !important;
}
.mrg-b-188 {
  margin-bottom: 188px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-188 {
    margin-top: 188px !important;
    margin-bottom: 188px !important;
  }
  .mrg-t-sm-188 {
    margin-top: 188px !important;
  }
  .mrg-b-sm-188 {
    margin-bottom: 188px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-188 {
    margin-top: 188px !important;
    margin-bottom: 188px !important;
  }
  .mrg-t-lg-188 {
    margin-top: 188px !important;
  }
  .mrg-b-lg-188 {
    margin-bottom: 188px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-188 {
    margin-top: 188px !important;
    margin-bottom: 188px !important;
  }
  .mrg-t-xxl-188 {
    margin-top: 188px !important;
  }
  .mrg-b-xxl-188 {
    margin-bottom: 188px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-188 {
    margin-top: 188px !important;
    margin-bottom: 188px !important;
  }
  .mrg-t-xxxxl-188 {
    margin-top: 188px !important;
  }
  .mrg-b-xxxxl-188 {
    margin-bottom: 188px !important;
  }
}
.mrg-y-189 {
  margin-top: 189px !important;
  margin-bottom: 189px !important;
}
.mrg-t-189 {
  margin-top: 189px !important;
}
.mrg-b-189 {
  margin-bottom: 189px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-189 {
    margin-top: 189px !important;
    margin-bottom: 189px !important;
  }
  .mrg-t-sm-189 {
    margin-top: 189px !important;
  }
  .mrg-b-sm-189 {
    margin-bottom: 189px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-189 {
    margin-top: 189px !important;
    margin-bottom: 189px !important;
  }
  .mrg-t-lg-189 {
    margin-top: 189px !important;
  }
  .mrg-b-lg-189 {
    margin-bottom: 189px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-189 {
    margin-top: 189px !important;
    margin-bottom: 189px !important;
  }
  .mrg-t-xxl-189 {
    margin-top: 189px !important;
  }
  .mrg-b-xxl-189 {
    margin-bottom: 189px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-189 {
    margin-top: 189px !important;
    margin-bottom: 189px !important;
  }
  .mrg-t-xxxxl-189 {
    margin-top: 189px !important;
  }
  .mrg-b-xxxxl-189 {
    margin-bottom: 189px !important;
  }
}
.mrg-y-190 {
  margin-top: 190px !important;
  margin-bottom: 190px !important;
}
.mrg-t-190 {
  margin-top: 190px !important;
}
.mrg-b-190 {
  margin-bottom: 190px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-190 {
    margin-top: 190px !important;
    margin-bottom: 190px !important;
  }
  .mrg-t-sm-190 {
    margin-top: 190px !important;
  }
  .mrg-b-sm-190 {
    margin-bottom: 190px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-190 {
    margin-top: 190px !important;
    margin-bottom: 190px !important;
  }
  .mrg-t-lg-190 {
    margin-top: 190px !important;
  }
  .mrg-b-lg-190 {
    margin-bottom: 190px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-190 {
    margin-top: 190px !important;
    margin-bottom: 190px !important;
  }
  .mrg-t-xxl-190 {
    margin-top: 190px !important;
  }
  .mrg-b-xxl-190 {
    margin-bottom: 190px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-190 {
    margin-top: 190px !important;
    margin-bottom: 190px !important;
  }
  .mrg-t-xxxxl-190 {
    margin-top: 190px !important;
  }
  .mrg-b-xxxxl-190 {
    margin-bottom: 190px !important;
  }
}
.mrg-y-191 {
  margin-top: 191px !important;
  margin-bottom: 191px !important;
}
.mrg-t-191 {
  margin-top: 191px !important;
}
.mrg-b-191 {
  margin-bottom: 191px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-191 {
    margin-top: 191px !important;
    margin-bottom: 191px !important;
  }
  .mrg-t-sm-191 {
    margin-top: 191px !important;
  }
  .mrg-b-sm-191 {
    margin-bottom: 191px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-191 {
    margin-top: 191px !important;
    margin-bottom: 191px !important;
  }
  .mrg-t-lg-191 {
    margin-top: 191px !important;
  }
  .mrg-b-lg-191 {
    margin-bottom: 191px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-191 {
    margin-top: 191px !important;
    margin-bottom: 191px !important;
  }
  .mrg-t-xxl-191 {
    margin-top: 191px !important;
  }
  .mrg-b-xxl-191 {
    margin-bottom: 191px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-191 {
    margin-top: 191px !important;
    margin-bottom: 191px !important;
  }
  .mrg-t-xxxxl-191 {
    margin-top: 191px !important;
  }
  .mrg-b-xxxxl-191 {
    margin-bottom: 191px !important;
  }
}
.mrg-y-192 {
  margin-top: 192px !important;
  margin-bottom: 192px !important;
}
.mrg-t-192 {
  margin-top: 192px !important;
}
.mrg-b-192 {
  margin-bottom: 192px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-192 {
    margin-top: 192px !important;
    margin-bottom: 192px !important;
  }
  .mrg-t-sm-192 {
    margin-top: 192px !important;
  }
  .mrg-b-sm-192 {
    margin-bottom: 192px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-192 {
    margin-top: 192px !important;
    margin-bottom: 192px !important;
  }
  .mrg-t-lg-192 {
    margin-top: 192px !important;
  }
  .mrg-b-lg-192 {
    margin-bottom: 192px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-192 {
    margin-top: 192px !important;
    margin-bottom: 192px !important;
  }
  .mrg-t-xxl-192 {
    margin-top: 192px !important;
  }
  .mrg-b-xxl-192 {
    margin-bottom: 192px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-192 {
    margin-top: 192px !important;
    margin-bottom: 192px !important;
  }
  .mrg-t-xxxxl-192 {
    margin-top: 192px !important;
  }
  .mrg-b-xxxxl-192 {
    margin-bottom: 192px !important;
  }
}
.mrg-y-193 {
  margin-top: 193px !important;
  margin-bottom: 193px !important;
}
.mrg-t-193 {
  margin-top: 193px !important;
}
.mrg-b-193 {
  margin-bottom: 193px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-193 {
    margin-top: 193px !important;
    margin-bottom: 193px !important;
  }
  .mrg-t-sm-193 {
    margin-top: 193px !important;
  }
  .mrg-b-sm-193 {
    margin-bottom: 193px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-193 {
    margin-top: 193px !important;
    margin-bottom: 193px !important;
  }
  .mrg-t-lg-193 {
    margin-top: 193px !important;
  }
  .mrg-b-lg-193 {
    margin-bottom: 193px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-193 {
    margin-top: 193px !important;
    margin-bottom: 193px !important;
  }
  .mrg-t-xxl-193 {
    margin-top: 193px !important;
  }
  .mrg-b-xxl-193 {
    margin-bottom: 193px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-193 {
    margin-top: 193px !important;
    margin-bottom: 193px !important;
  }
  .mrg-t-xxxxl-193 {
    margin-top: 193px !important;
  }
  .mrg-b-xxxxl-193 {
    margin-bottom: 193px !important;
  }
}
.mrg-y-194 {
  margin-top: 194px !important;
  margin-bottom: 194px !important;
}
.mrg-t-194 {
  margin-top: 194px !important;
}
.mrg-b-194 {
  margin-bottom: 194px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-194 {
    margin-top: 194px !important;
    margin-bottom: 194px !important;
  }
  .mrg-t-sm-194 {
    margin-top: 194px !important;
  }
  .mrg-b-sm-194 {
    margin-bottom: 194px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-194 {
    margin-top: 194px !important;
    margin-bottom: 194px !important;
  }
  .mrg-t-lg-194 {
    margin-top: 194px !important;
  }
  .mrg-b-lg-194 {
    margin-bottom: 194px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-194 {
    margin-top: 194px !important;
    margin-bottom: 194px !important;
  }
  .mrg-t-xxl-194 {
    margin-top: 194px !important;
  }
  .mrg-b-xxl-194 {
    margin-bottom: 194px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-194 {
    margin-top: 194px !important;
    margin-bottom: 194px !important;
  }
  .mrg-t-xxxxl-194 {
    margin-top: 194px !important;
  }
  .mrg-b-xxxxl-194 {
    margin-bottom: 194px !important;
  }
}
.mrg-y-195 {
  margin-top: 195px !important;
  margin-bottom: 195px !important;
}
.mrg-t-195 {
  margin-top: 195px !important;
}
.mrg-b-195 {
  margin-bottom: 195px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-195 {
    margin-top: 195px !important;
    margin-bottom: 195px !important;
  }
  .mrg-t-sm-195 {
    margin-top: 195px !important;
  }
  .mrg-b-sm-195 {
    margin-bottom: 195px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-195 {
    margin-top: 195px !important;
    margin-bottom: 195px !important;
  }
  .mrg-t-lg-195 {
    margin-top: 195px !important;
  }
  .mrg-b-lg-195 {
    margin-bottom: 195px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-195 {
    margin-top: 195px !important;
    margin-bottom: 195px !important;
  }
  .mrg-t-xxl-195 {
    margin-top: 195px !important;
  }
  .mrg-b-xxl-195 {
    margin-bottom: 195px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-195 {
    margin-top: 195px !important;
    margin-bottom: 195px !important;
  }
  .mrg-t-xxxxl-195 {
    margin-top: 195px !important;
  }
  .mrg-b-xxxxl-195 {
    margin-bottom: 195px !important;
  }
}
.mrg-y-196 {
  margin-top: 196px !important;
  margin-bottom: 196px !important;
}
.mrg-t-196 {
  margin-top: 196px !important;
}
.mrg-b-196 {
  margin-bottom: 196px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-196 {
    margin-top: 196px !important;
    margin-bottom: 196px !important;
  }
  .mrg-t-sm-196 {
    margin-top: 196px !important;
  }
  .mrg-b-sm-196 {
    margin-bottom: 196px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-196 {
    margin-top: 196px !important;
    margin-bottom: 196px !important;
  }
  .mrg-t-lg-196 {
    margin-top: 196px !important;
  }
  .mrg-b-lg-196 {
    margin-bottom: 196px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-196 {
    margin-top: 196px !important;
    margin-bottom: 196px !important;
  }
  .mrg-t-xxl-196 {
    margin-top: 196px !important;
  }
  .mrg-b-xxl-196 {
    margin-bottom: 196px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-196 {
    margin-top: 196px !important;
    margin-bottom: 196px !important;
  }
  .mrg-t-xxxxl-196 {
    margin-top: 196px !important;
  }
  .mrg-b-xxxxl-196 {
    margin-bottom: 196px !important;
  }
}
.mrg-y-197 {
  margin-top: 197px !important;
  margin-bottom: 197px !important;
}
.mrg-t-197 {
  margin-top: 197px !important;
}
.mrg-b-197 {
  margin-bottom: 197px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-197 {
    margin-top: 197px !important;
    margin-bottom: 197px !important;
  }
  .mrg-t-sm-197 {
    margin-top: 197px !important;
  }
  .mrg-b-sm-197 {
    margin-bottom: 197px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-197 {
    margin-top: 197px !important;
    margin-bottom: 197px !important;
  }
  .mrg-t-lg-197 {
    margin-top: 197px !important;
  }
  .mrg-b-lg-197 {
    margin-bottom: 197px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-197 {
    margin-top: 197px !important;
    margin-bottom: 197px !important;
  }
  .mrg-t-xxl-197 {
    margin-top: 197px !important;
  }
  .mrg-b-xxl-197 {
    margin-bottom: 197px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-197 {
    margin-top: 197px !important;
    margin-bottom: 197px !important;
  }
  .mrg-t-xxxxl-197 {
    margin-top: 197px !important;
  }
  .mrg-b-xxxxl-197 {
    margin-bottom: 197px !important;
  }
}
.mrg-y-198 {
  margin-top: 198px !important;
  margin-bottom: 198px !important;
}
.mrg-t-198 {
  margin-top: 198px !important;
}
.mrg-b-198 {
  margin-bottom: 198px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-198 {
    margin-top: 198px !important;
    margin-bottom: 198px !important;
  }
  .mrg-t-sm-198 {
    margin-top: 198px !important;
  }
  .mrg-b-sm-198 {
    margin-bottom: 198px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-198 {
    margin-top: 198px !important;
    margin-bottom: 198px !important;
  }
  .mrg-t-lg-198 {
    margin-top: 198px !important;
  }
  .mrg-b-lg-198 {
    margin-bottom: 198px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-198 {
    margin-top: 198px !important;
    margin-bottom: 198px !important;
  }
  .mrg-t-xxl-198 {
    margin-top: 198px !important;
  }
  .mrg-b-xxl-198 {
    margin-bottom: 198px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-198 {
    margin-top: 198px !important;
    margin-bottom: 198px !important;
  }
  .mrg-t-xxxxl-198 {
    margin-top: 198px !important;
  }
  .mrg-b-xxxxl-198 {
    margin-bottom: 198px !important;
  }
}
.mrg-y-199 {
  margin-top: 199px !important;
  margin-bottom: 199px !important;
}
.mrg-t-199 {
  margin-top: 199px !important;
}
.mrg-b-199 {
  margin-bottom: 199px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-199 {
    margin-top: 199px !important;
    margin-bottom: 199px !important;
  }
  .mrg-t-sm-199 {
    margin-top: 199px !important;
  }
  .mrg-b-sm-199 {
    margin-bottom: 199px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-199 {
    margin-top: 199px !important;
    margin-bottom: 199px !important;
  }
  .mrg-t-lg-199 {
    margin-top: 199px !important;
  }
  .mrg-b-lg-199 {
    margin-bottom: 199px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-199 {
    margin-top: 199px !important;
    margin-bottom: 199px !important;
  }
  .mrg-t-xxl-199 {
    margin-top: 199px !important;
  }
  .mrg-b-xxl-199 {
    margin-bottom: 199px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-199 {
    margin-top: 199px !important;
    margin-bottom: 199px !important;
  }
  .mrg-t-xxxxl-199 {
    margin-top: 199px !important;
  }
  .mrg-b-xxxxl-199 {
    margin-bottom: 199px !important;
  }
}
.mrg-y-200 {
  margin-top: 200px !important;
  margin-bottom: 200px !important;
}
.mrg-t-200 {
  margin-top: 200px !important;
}
.mrg-b-200 {
  margin-bottom: 200px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-200 {
    margin-top: 200px !important;
    margin-bottom: 200px !important;
  }
  .mrg-t-sm-200 {
    margin-top: 200px !important;
  }
  .mrg-b-sm-200 {
    margin-bottom: 200px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-200 {
    margin-top: 200px !important;
    margin-bottom: 200px !important;
  }
  .mrg-t-lg-200 {
    margin-top: 200px !important;
  }
  .mrg-b-lg-200 {
    margin-bottom: 200px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-200 {
    margin-top: 200px !important;
    margin-bottom: 200px !important;
  }
  .mrg-t-xxl-200 {
    margin-top: 200px !important;
  }
  .mrg-b-xxl-200 {
    margin-bottom: 200px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-200 {
    margin-top: 200px !important;
    margin-bottom: 200px !important;
  }
  .mrg-t-xxxxl-200 {
    margin-top: 200px !important;
  }
  .mrg-b-xxxxl-200 {
    margin-bottom: 200px !important;
  }
}
.mrg-y-201 {
  margin-top: 201px !important;
  margin-bottom: 201px !important;
}
.mrg-t-201 {
  margin-top: 201px !important;
}
.mrg-b-201 {
  margin-bottom: 201px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-201 {
    margin-top: 201px !important;
    margin-bottom: 201px !important;
  }
  .mrg-t-sm-201 {
    margin-top: 201px !important;
  }
  .mrg-b-sm-201 {
    margin-bottom: 201px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-201 {
    margin-top: 201px !important;
    margin-bottom: 201px !important;
  }
  .mrg-t-lg-201 {
    margin-top: 201px !important;
  }
  .mrg-b-lg-201 {
    margin-bottom: 201px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-201 {
    margin-top: 201px !important;
    margin-bottom: 201px !important;
  }
  .mrg-t-xxl-201 {
    margin-top: 201px !important;
  }
  .mrg-b-xxl-201 {
    margin-bottom: 201px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-201 {
    margin-top: 201px !important;
    margin-bottom: 201px !important;
  }
  .mrg-t-xxxxl-201 {
    margin-top: 201px !important;
  }
  .mrg-b-xxxxl-201 {
    margin-bottom: 201px !important;
  }
}
.mrg-y-202 {
  margin-top: 202px !important;
  margin-bottom: 202px !important;
}
.mrg-t-202 {
  margin-top: 202px !important;
}
.mrg-b-202 {
  margin-bottom: 202px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-202 {
    margin-top: 202px !important;
    margin-bottom: 202px !important;
  }
  .mrg-t-sm-202 {
    margin-top: 202px !important;
  }
  .mrg-b-sm-202 {
    margin-bottom: 202px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-202 {
    margin-top: 202px !important;
    margin-bottom: 202px !important;
  }
  .mrg-t-lg-202 {
    margin-top: 202px !important;
  }
  .mrg-b-lg-202 {
    margin-bottom: 202px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-202 {
    margin-top: 202px !important;
    margin-bottom: 202px !important;
  }
  .mrg-t-xxl-202 {
    margin-top: 202px !important;
  }
  .mrg-b-xxl-202 {
    margin-bottom: 202px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-202 {
    margin-top: 202px !important;
    margin-bottom: 202px !important;
  }
  .mrg-t-xxxxl-202 {
    margin-top: 202px !important;
  }
  .mrg-b-xxxxl-202 {
    margin-bottom: 202px !important;
  }
}
.mrg-y-203 {
  margin-top: 203px !important;
  margin-bottom: 203px !important;
}
.mrg-t-203 {
  margin-top: 203px !important;
}
.mrg-b-203 {
  margin-bottom: 203px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-203 {
    margin-top: 203px !important;
    margin-bottom: 203px !important;
  }
  .mrg-t-sm-203 {
    margin-top: 203px !important;
  }
  .mrg-b-sm-203 {
    margin-bottom: 203px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-203 {
    margin-top: 203px !important;
    margin-bottom: 203px !important;
  }
  .mrg-t-lg-203 {
    margin-top: 203px !important;
  }
  .mrg-b-lg-203 {
    margin-bottom: 203px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-203 {
    margin-top: 203px !important;
    margin-bottom: 203px !important;
  }
  .mrg-t-xxl-203 {
    margin-top: 203px !important;
  }
  .mrg-b-xxl-203 {
    margin-bottom: 203px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-203 {
    margin-top: 203px !important;
    margin-bottom: 203px !important;
  }
  .mrg-t-xxxxl-203 {
    margin-top: 203px !important;
  }
  .mrg-b-xxxxl-203 {
    margin-bottom: 203px !important;
  }
}
.mrg-y-204 {
  margin-top: 204px !important;
  margin-bottom: 204px !important;
}
.mrg-t-204 {
  margin-top: 204px !important;
}
.mrg-b-204 {
  margin-bottom: 204px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-204 {
    margin-top: 204px !important;
    margin-bottom: 204px !important;
  }
  .mrg-t-sm-204 {
    margin-top: 204px !important;
  }
  .mrg-b-sm-204 {
    margin-bottom: 204px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-204 {
    margin-top: 204px !important;
    margin-bottom: 204px !important;
  }
  .mrg-t-lg-204 {
    margin-top: 204px !important;
  }
  .mrg-b-lg-204 {
    margin-bottom: 204px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-204 {
    margin-top: 204px !important;
    margin-bottom: 204px !important;
  }
  .mrg-t-xxl-204 {
    margin-top: 204px !important;
  }
  .mrg-b-xxl-204 {
    margin-bottom: 204px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-204 {
    margin-top: 204px !important;
    margin-bottom: 204px !important;
  }
  .mrg-t-xxxxl-204 {
    margin-top: 204px !important;
  }
  .mrg-b-xxxxl-204 {
    margin-bottom: 204px !important;
  }
}
.mrg-y-205 {
  margin-top: 205px !important;
  margin-bottom: 205px !important;
}
.mrg-t-205 {
  margin-top: 205px !important;
}
.mrg-b-205 {
  margin-bottom: 205px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-205 {
    margin-top: 205px !important;
    margin-bottom: 205px !important;
  }
  .mrg-t-sm-205 {
    margin-top: 205px !important;
  }
  .mrg-b-sm-205 {
    margin-bottom: 205px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-205 {
    margin-top: 205px !important;
    margin-bottom: 205px !important;
  }
  .mrg-t-lg-205 {
    margin-top: 205px !important;
  }
  .mrg-b-lg-205 {
    margin-bottom: 205px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-205 {
    margin-top: 205px !important;
    margin-bottom: 205px !important;
  }
  .mrg-t-xxl-205 {
    margin-top: 205px !important;
  }
  .mrg-b-xxl-205 {
    margin-bottom: 205px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-205 {
    margin-top: 205px !important;
    margin-bottom: 205px !important;
  }
  .mrg-t-xxxxl-205 {
    margin-top: 205px !important;
  }
  .mrg-b-xxxxl-205 {
    margin-bottom: 205px !important;
  }
}
.mrg-y-206 {
  margin-top: 206px !important;
  margin-bottom: 206px !important;
}
.mrg-t-206 {
  margin-top: 206px !important;
}
.mrg-b-206 {
  margin-bottom: 206px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-206 {
    margin-top: 206px !important;
    margin-bottom: 206px !important;
  }
  .mrg-t-sm-206 {
    margin-top: 206px !important;
  }
  .mrg-b-sm-206 {
    margin-bottom: 206px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-206 {
    margin-top: 206px !important;
    margin-bottom: 206px !important;
  }
  .mrg-t-lg-206 {
    margin-top: 206px !important;
  }
  .mrg-b-lg-206 {
    margin-bottom: 206px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-206 {
    margin-top: 206px !important;
    margin-bottom: 206px !important;
  }
  .mrg-t-xxl-206 {
    margin-top: 206px !important;
  }
  .mrg-b-xxl-206 {
    margin-bottom: 206px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-206 {
    margin-top: 206px !important;
    margin-bottom: 206px !important;
  }
  .mrg-t-xxxxl-206 {
    margin-top: 206px !important;
  }
  .mrg-b-xxxxl-206 {
    margin-bottom: 206px !important;
  }
}
.mrg-y-207 {
  margin-top: 207px !important;
  margin-bottom: 207px !important;
}
.mrg-t-207 {
  margin-top: 207px !important;
}
.mrg-b-207 {
  margin-bottom: 207px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-207 {
    margin-top: 207px !important;
    margin-bottom: 207px !important;
  }
  .mrg-t-sm-207 {
    margin-top: 207px !important;
  }
  .mrg-b-sm-207 {
    margin-bottom: 207px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-207 {
    margin-top: 207px !important;
    margin-bottom: 207px !important;
  }
  .mrg-t-lg-207 {
    margin-top: 207px !important;
  }
  .mrg-b-lg-207 {
    margin-bottom: 207px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-207 {
    margin-top: 207px !important;
    margin-bottom: 207px !important;
  }
  .mrg-t-xxl-207 {
    margin-top: 207px !important;
  }
  .mrg-b-xxl-207 {
    margin-bottom: 207px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-207 {
    margin-top: 207px !important;
    margin-bottom: 207px !important;
  }
  .mrg-t-xxxxl-207 {
    margin-top: 207px !important;
  }
  .mrg-b-xxxxl-207 {
    margin-bottom: 207px !important;
  }
}
.mrg-y-208 {
  margin-top: 208px !important;
  margin-bottom: 208px !important;
}
.mrg-t-208 {
  margin-top: 208px !important;
}
.mrg-b-208 {
  margin-bottom: 208px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-208 {
    margin-top: 208px !important;
    margin-bottom: 208px !important;
  }
  .mrg-t-sm-208 {
    margin-top: 208px !important;
  }
  .mrg-b-sm-208 {
    margin-bottom: 208px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-208 {
    margin-top: 208px !important;
    margin-bottom: 208px !important;
  }
  .mrg-t-lg-208 {
    margin-top: 208px !important;
  }
  .mrg-b-lg-208 {
    margin-bottom: 208px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-208 {
    margin-top: 208px !important;
    margin-bottom: 208px !important;
  }
  .mrg-t-xxl-208 {
    margin-top: 208px !important;
  }
  .mrg-b-xxl-208 {
    margin-bottom: 208px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-208 {
    margin-top: 208px !important;
    margin-bottom: 208px !important;
  }
  .mrg-t-xxxxl-208 {
    margin-top: 208px !important;
  }
  .mrg-b-xxxxl-208 {
    margin-bottom: 208px !important;
  }
}
.mrg-y-209 {
  margin-top: 209px !important;
  margin-bottom: 209px !important;
}
.mrg-t-209 {
  margin-top: 209px !important;
}
.mrg-b-209 {
  margin-bottom: 209px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-209 {
    margin-top: 209px !important;
    margin-bottom: 209px !important;
  }
  .mrg-t-sm-209 {
    margin-top: 209px !important;
  }
  .mrg-b-sm-209 {
    margin-bottom: 209px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-209 {
    margin-top: 209px !important;
    margin-bottom: 209px !important;
  }
  .mrg-t-lg-209 {
    margin-top: 209px !important;
  }
  .mrg-b-lg-209 {
    margin-bottom: 209px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-209 {
    margin-top: 209px !important;
    margin-bottom: 209px !important;
  }
  .mrg-t-xxl-209 {
    margin-top: 209px !important;
  }
  .mrg-b-xxl-209 {
    margin-bottom: 209px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-209 {
    margin-top: 209px !important;
    margin-bottom: 209px !important;
  }
  .mrg-t-xxxxl-209 {
    margin-top: 209px !important;
  }
  .mrg-b-xxxxl-209 {
    margin-bottom: 209px !important;
  }
}
.mrg-y-210 {
  margin-top: 210px !important;
  margin-bottom: 210px !important;
}
.mrg-t-210 {
  margin-top: 210px !important;
}
.mrg-b-210 {
  margin-bottom: 210px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-210 {
    margin-top: 210px !important;
    margin-bottom: 210px !important;
  }
  .mrg-t-sm-210 {
    margin-top: 210px !important;
  }
  .mrg-b-sm-210 {
    margin-bottom: 210px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-210 {
    margin-top: 210px !important;
    margin-bottom: 210px !important;
  }
  .mrg-t-lg-210 {
    margin-top: 210px !important;
  }
  .mrg-b-lg-210 {
    margin-bottom: 210px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-210 {
    margin-top: 210px !important;
    margin-bottom: 210px !important;
  }
  .mrg-t-xxl-210 {
    margin-top: 210px !important;
  }
  .mrg-b-xxl-210 {
    margin-bottom: 210px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-210 {
    margin-top: 210px !important;
    margin-bottom: 210px !important;
  }
  .mrg-t-xxxxl-210 {
    margin-top: 210px !important;
  }
  .mrg-b-xxxxl-210 {
    margin-bottom: 210px !important;
  }
}
.mrg-y-211 {
  margin-top: 211px !important;
  margin-bottom: 211px !important;
}
.mrg-t-211 {
  margin-top: 211px !important;
}
.mrg-b-211 {
  margin-bottom: 211px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-211 {
    margin-top: 211px !important;
    margin-bottom: 211px !important;
  }
  .mrg-t-sm-211 {
    margin-top: 211px !important;
  }
  .mrg-b-sm-211 {
    margin-bottom: 211px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-211 {
    margin-top: 211px !important;
    margin-bottom: 211px !important;
  }
  .mrg-t-lg-211 {
    margin-top: 211px !important;
  }
  .mrg-b-lg-211 {
    margin-bottom: 211px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-211 {
    margin-top: 211px !important;
    margin-bottom: 211px !important;
  }
  .mrg-t-xxl-211 {
    margin-top: 211px !important;
  }
  .mrg-b-xxl-211 {
    margin-bottom: 211px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-211 {
    margin-top: 211px !important;
    margin-bottom: 211px !important;
  }
  .mrg-t-xxxxl-211 {
    margin-top: 211px !important;
  }
  .mrg-b-xxxxl-211 {
    margin-bottom: 211px !important;
  }
}
.mrg-y-212 {
  margin-top: 212px !important;
  margin-bottom: 212px !important;
}
.mrg-t-212 {
  margin-top: 212px !important;
}
.mrg-b-212 {
  margin-bottom: 212px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-212 {
    margin-top: 212px !important;
    margin-bottom: 212px !important;
  }
  .mrg-t-sm-212 {
    margin-top: 212px !important;
  }
  .mrg-b-sm-212 {
    margin-bottom: 212px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-212 {
    margin-top: 212px !important;
    margin-bottom: 212px !important;
  }
  .mrg-t-lg-212 {
    margin-top: 212px !important;
  }
  .mrg-b-lg-212 {
    margin-bottom: 212px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-212 {
    margin-top: 212px !important;
    margin-bottom: 212px !important;
  }
  .mrg-t-xxl-212 {
    margin-top: 212px !important;
  }
  .mrg-b-xxl-212 {
    margin-bottom: 212px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-212 {
    margin-top: 212px !important;
    margin-bottom: 212px !important;
  }
  .mrg-t-xxxxl-212 {
    margin-top: 212px !important;
  }
  .mrg-b-xxxxl-212 {
    margin-bottom: 212px !important;
  }
}
.mrg-y-213 {
  margin-top: 213px !important;
  margin-bottom: 213px !important;
}
.mrg-t-213 {
  margin-top: 213px !important;
}
.mrg-b-213 {
  margin-bottom: 213px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-213 {
    margin-top: 213px !important;
    margin-bottom: 213px !important;
  }
  .mrg-t-sm-213 {
    margin-top: 213px !important;
  }
  .mrg-b-sm-213 {
    margin-bottom: 213px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-213 {
    margin-top: 213px !important;
    margin-bottom: 213px !important;
  }
  .mrg-t-lg-213 {
    margin-top: 213px !important;
  }
  .mrg-b-lg-213 {
    margin-bottom: 213px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-213 {
    margin-top: 213px !important;
    margin-bottom: 213px !important;
  }
  .mrg-t-xxl-213 {
    margin-top: 213px !important;
  }
  .mrg-b-xxl-213 {
    margin-bottom: 213px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-213 {
    margin-top: 213px !important;
    margin-bottom: 213px !important;
  }
  .mrg-t-xxxxl-213 {
    margin-top: 213px !important;
  }
  .mrg-b-xxxxl-213 {
    margin-bottom: 213px !important;
  }
}
.mrg-y-214 {
  margin-top: 214px !important;
  margin-bottom: 214px !important;
}
.mrg-t-214 {
  margin-top: 214px !important;
}
.mrg-b-214 {
  margin-bottom: 214px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-214 {
    margin-top: 214px !important;
    margin-bottom: 214px !important;
  }
  .mrg-t-sm-214 {
    margin-top: 214px !important;
  }
  .mrg-b-sm-214 {
    margin-bottom: 214px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-214 {
    margin-top: 214px !important;
    margin-bottom: 214px !important;
  }
  .mrg-t-lg-214 {
    margin-top: 214px !important;
  }
  .mrg-b-lg-214 {
    margin-bottom: 214px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-214 {
    margin-top: 214px !important;
    margin-bottom: 214px !important;
  }
  .mrg-t-xxl-214 {
    margin-top: 214px !important;
  }
  .mrg-b-xxl-214 {
    margin-bottom: 214px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-214 {
    margin-top: 214px !important;
    margin-bottom: 214px !important;
  }
  .mrg-t-xxxxl-214 {
    margin-top: 214px !important;
  }
  .mrg-b-xxxxl-214 {
    margin-bottom: 214px !important;
  }
}
.mrg-y-215 {
  margin-top: 215px !important;
  margin-bottom: 215px !important;
}
.mrg-t-215 {
  margin-top: 215px !important;
}
.mrg-b-215 {
  margin-bottom: 215px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-215 {
    margin-top: 215px !important;
    margin-bottom: 215px !important;
  }
  .mrg-t-sm-215 {
    margin-top: 215px !important;
  }
  .mrg-b-sm-215 {
    margin-bottom: 215px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-215 {
    margin-top: 215px !important;
    margin-bottom: 215px !important;
  }
  .mrg-t-lg-215 {
    margin-top: 215px !important;
  }
  .mrg-b-lg-215 {
    margin-bottom: 215px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-215 {
    margin-top: 215px !important;
    margin-bottom: 215px !important;
  }
  .mrg-t-xxl-215 {
    margin-top: 215px !important;
  }
  .mrg-b-xxl-215 {
    margin-bottom: 215px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-215 {
    margin-top: 215px !important;
    margin-bottom: 215px !important;
  }
  .mrg-t-xxxxl-215 {
    margin-top: 215px !important;
  }
  .mrg-b-xxxxl-215 {
    margin-bottom: 215px !important;
  }
}
.mrg-y-216 {
  margin-top: 216px !important;
  margin-bottom: 216px !important;
}
.mrg-t-216 {
  margin-top: 216px !important;
}
.mrg-b-216 {
  margin-bottom: 216px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-216 {
    margin-top: 216px !important;
    margin-bottom: 216px !important;
  }
  .mrg-t-sm-216 {
    margin-top: 216px !important;
  }
  .mrg-b-sm-216 {
    margin-bottom: 216px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-216 {
    margin-top: 216px !important;
    margin-bottom: 216px !important;
  }
  .mrg-t-lg-216 {
    margin-top: 216px !important;
  }
  .mrg-b-lg-216 {
    margin-bottom: 216px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-216 {
    margin-top: 216px !important;
    margin-bottom: 216px !important;
  }
  .mrg-t-xxl-216 {
    margin-top: 216px !important;
  }
  .mrg-b-xxl-216 {
    margin-bottom: 216px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-216 {
    margin-top: 216px !important;
    margin-bottom: 216px !important;
  }
  .mrg-t-xxxxl-216 {
    margin-top: 216px !important;
  }
  .mrg-b-xxxxl-216 {
    margin-bottom: 216px !important;
  }
}
.mrg-y-217 {
  margin-top: 217px !important;
  margin-bottom: 217px !important;
}
.mrg-t-217 {
  margin-top: 217px !important;
}
.mrg-b-217 {
  margin-bottom: 217px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-217 {
    margin-top: 217px !important;
    margin-bottom: 217px !important;
  }
  .mrg-t-sm-217 {
    margin-top: 217px !important;
  }
  .mrg-b-sm-217 {
    margin-bottom: 217px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-217 {
    margin-top: 217px !important;
    margin-bottom: 217px !important;
  }
  .mrg-t-lg-217 {
    margin-top: 217px !important;
  }
  .mrg-b-lg-217 {
    margin-bottom: 217px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-217 {
    margin-top: 217px !important;
    margin-bottom: 217px !important;
  }
  .mrg-t-xxl-217 {
    margin-top: 217px !important;
  }
  .mrg-b-xxl-217 {
    margin-bottom: 217px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-217 {
    margin-top: 217px !important;
    margin-bottom: 217px !important;
  }
  .mrg-t-xxxxl-217 {
    margin-top: 217px !important;
  }
  .mrg-b-xxxxl-217 {
    margin-bottom: 217px !important;
  }
}
.mrg-y-218 {
  margin-top: 218px !important;
  margin-bottom: 218px !important;
}
.mrg-t-218 {
  margin-top: 218px !important;
}
.mrg-b-218 {
  margin-bottom: 218px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-218 {
    margin-top: 218px !important;
    margin-bottom: 218px !important;
  }
  .mrg-t-sm-218 {
    margin-top: 218px !important;
  }
  .mrg-b-sm-218 {
    margin-bottom: 218px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-218 {
    margin-top: 218px !important;
    margin-bottom: 218px !important;
  }
  .mrg-t-lg-218 {
    margin-top: 218px !important;
  }
  .mrg-b-lg-218 {
    margin-bottom: 218px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-218 {
    margin-top: 218px !important;
    margin-bottom: 218px !important;
  }
  .mrg-t-xxl-218 {
    margin-top: 218px !important;
  }
  .mrg-b-xxl-218 {
    margin-bottom: 218px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-218 {
    margin-top: 218px !important;
    margin-bottom: 218px !important;
  }
  .mrg-t-xxxxl-218 {
    margin-top: 218px !important;
  }
  .mrg-b-xxxxl-218 {
    margin-bottom: 218px !important;
  }
}
.mrg-y-219 {
  margin-top: 219px !important;
  margin-bottom: 219px !important;
}
.mrg-t-219 {
  margin-top: 219px !important;
}
.mrg-b-219 {
  margin-bottom: 219px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-219 {
    margin-top: 219px !important;
    margin-bottom: 219px !important;
  }
  .mrg-t-sm-219 {
    margin-top: 219px !important;
  }
  .mrg-b-sm-219 {
    margin-bottom: 219px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-219 {
    margin-top: 219px !important;
    margin-bottom: 219px !important;
  }
  .mrg-t-lg-219 {
    margin-top: 219px !important;
  }
  .mrg-b-lg-219 {
    margin-bottom: 219px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-219 {
    margin-top: 219px !important;
    margin-bottom: 219px !important;
  }
  .mrg-t-xxl-219 {
    margin-top: 219px !important;
  }
  .mrg-b-xxl-219 {
    margin-bottom: 219px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-219 {
    margin-top: 219px !important;
    margin-bottom: 219px !important;
  }
  .mrg-t-xxxxl-219 {
    margin-top: 219px !important;
  }
  .mrg-b-xxxxl-219 {
    margin-bottom: 219px !important;
  }
}
.mrg-y-220 {
  margin-top: 220px !important;
  margin-bottom: 220px !important;
}
.mrg-t-220 {
  margin-top: 220px !important;
}
.mrg-b-220 {
  margin-bottom: 220px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-220 {
    margin-top: 220px !important;
    margin-bottom: 220px !important;
  }
  .mrg-t-sm-220 {
    margin-top: 220px !important;
  }
  .mrg-b-sm-220 {
    margin-bottom: 220px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-220 {
    margin-top: 220px !important;
    margin-bottom: 220px !important;
  }
  .mrg-t-lg-220 {
    margin-top: 220px !important;
  }
  .mrg-b-lg-220 {
    margin-bottom: 220px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-220 {
    margin-top: 220px !important;
    margin-bottom: 220px !important;
  }
  .mrg-t-xxl-220 {
    margin-top: 220px !important;
  }
  .mrg-b-xxl-220 {
    margin-bottom: 220px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-220 {
    margin-top: 220px !important;
    margin-bottom: 220px !important;
  }
  .mrg-t-xxxxl-220 {
    margin-top: 220px !important;
  }
  .mrg-b-xxxxl-220 {
    margin-bottom: 220px !important;
  }
}
.mrg-y-221 {
  margin-top: 221px !important;
  margin-bottom: 221px !important;
}
.mrg-t-221 {
  margin-top: 221px !important;
}
.mrg-b-221 {
  margin-bottom: 221px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-221 {
    margin-top: 221px !important;
    margin-bottom: 221px !important;
  }
  .mrg-t-sm-221 {
    margin-top: 221px !important;
  }
  .mrg-b-sm-221 {
    margin-bottom: 221px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-221 {
    margin-top: 221px !important;
    margin-bottom: 221px !important;
  }
  .mrg-t-lg-221 {
    margin-top: 221px !important;
  }
  .mrg-b-lg-221 {
    margin-bottom: 221px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-221 {
    margin-top: 221px !important;
    margin-bottom: 221px !important;
  }
  .mrg-t-xxl-221 {
    margin-top: 221px !important;
  }
  .mrg-b-xxl-221 {
    margin-bottom: 221px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-221 {
    margin-top: 221px !important;
    margin-bottom: 221px !important;
  }
  .mrg-t-xxxxl-221 {
    margin-top: 221px !important;
  }
  .mrg-b-xxxxl-221 {
    margin-bottom: 221px !important;
  }
}
.mrg-y-222 {
  margin-top: 222px !important;
  margin-bottom: 222px !important;
}
.mrg-t-222 {
  margin-top: 222px !important;
}
.mrg-b-222 {
  margin-bottom: 222px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-222 {
    margin-top: 222px !important;
    margin-bottom: 222px !important;
  }
  .mrg-t-sm-222 {
    margin-top: 222px !important;
  }
  .mrg-b-sm-222 {
    margin-bottom: 222px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-222 {
    margin-top: 222px !important;
    margin-bottom: 222px !important;
  }
  .mrg-t-lg-222 {
    margin-top: 222px !important;
  }
  .mrg-b-lg-222 {
    margin-bottom: 222px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-222 {
    margin-top: 222px !important;
    margin-bottom: 222px !important;
  }
  .mrg-t-xxl-222 {
    margin-top: 222px !important;
  }
  .mrg-b-xxl-222 {
    margin-bottom: 222px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-222 {
    margin-top: 222px !important;
    margin-bottom: 222px !important;
  }
  .mrg-t-xxxxl-222 {
    margin-top: 222px !important;
  }
  .mrg-b-xxxxl-222 {
    margin-bottom: 222px !important;
  }
}
.mrg-y-223 {
  margin-top: 223px !important;
  margin-bottom: 223px !important;
}
.mrg-t-223 {
  margin-top: 223px !important;
}
.mrg-b-223 {
  margin-bottom: 223px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-223 {
    margin-top: 223px !important;
    margin-bottom: 223px !important;
  }
  .mrg-t-sm-223 {
    margin-top: 223px !important;
  }
  .mrg-b-sm-223 {
    margin-bottom: 223px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-223 {
    margin-top: 223px !important;
    margin-bottom: 223px !important;
  }
  .mrg-t-lg-223 {
    margin-top: 223px !important;
  }
  .mrg-b-lg-223 {
    margin-bottom: 223px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-223 {
    margin-top: 223px !important;
    margin-bottom: 223px !important;
  }
  .mrg-t-xxl-223 {
    margin-top: 223px !important;
  }
  .mrg-b-xxl-223 {
    margin-bottom: 223px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-223 {
    margin-top: 223px !important;
    margin-bottom: 223px !important;
  }
  .mrg-t-xxxxl-223 {
    margin-top: 223px !important;
  }
  .mrg-b-xxxxl-223 {
    margin-bottom: 223px !important;
  }
}
.mrg-y-224 {
  margin-top: 224px !important;
  margin-bottom: 224px !important;
}
.mrg-t-224 {
  margin-top: 224px !important;
}
.mrg-b-224 {
  margin-bottom: 224px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-224 {
    margin-top: 224px !important;
    margin-bottom: 224px !important;
  }
  .mrg-t-sm-224 {
    margin-top: 224px !important;
  }
  .mrg-b-sm-224 {
    margin-bottom: 224px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-224 {
    margin-top: 224px !important;
    margin-bottom: 224px !important;
  }
  .mrg-t-lg-224 {
    margin-top: 224px !important;
  }
  .mrg-b-lg-224 {
    margin-bottom: 224px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-224 {
    margin-top: 224px !important;
    margin-bottom: 224px !important;
  }
  .mrg-t-xxl-224 {
    margin-top: 224px !important;
  }
  .mrg-b-xxl-224 {
    margin-bottom: 224px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-224 {
    margin-top: 224px !important;
    margin-bottom: 224px !important;
  }
  .mrg-t-xxxxl-224 {
    margin-top: 224px !important;
  }
  .mrg-b-xxxxl-224 {
    margin-bottom: 224px !important;
  }
}
.mrg-y-225 {
  margin-top: 225px !important;
  margin-bottom: 225px !important;
}
.mrg-t-225 {
  margin-top: 225px !important;
}
.mrg-b-225 {
  margin-bottom: 225px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-225 {
    margin-top: 225px !important;
    margin-bottom: 225px !important;
  }
  .mrg-t-sm-225 {
    margin-top: 225px !important;
  }
  .mrg-b-sm-225 {
    margin-bottom: 225px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-225 {
    margin-top: 225px !important;
    margin-bottom: 225px !important;
  }
  .mrg-t-lg-225 {
    margin-top: 225px !important;
  }
  .mrg-b-lg-225 {
    margin-bottom: 225px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-225 {
    margin-top: 225px !important;
    margin-bottom: 225px !important;
  }
  .mrg-t-xxl-225 {
    margin-top: 225px !important;
  }
  .mrg-b-xxl-225 {
    margin-bottom: 225px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-225 {
    margin-top: 225px !important;
    margin-bottom: 225px !important;
  }
  .mrg-t-xxxxl-225 {
    margin-top: 225px !important;
  }
  .mrg-b-xxxxl-225 {
    margin-bottom: 225px !important;
  }
}
.mrg-y-226 {
  margin-top: 226px !important;
  margin-bottom: 226px !important;
}
.mrg-t-226 {
  margin-top: 226px !important;
}
.mrg-b-226 {
  margin-bottom: 226px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-226 {
    margin-top: 226px !important;
    margin-bottom: 226px !important;
  }
  .mrg-t-sm-226 {
    margin-top: 226px !important;
  }
  .mrg-b-sm-226 {
    margin-bottom: 226px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-226 {
    margin-top: 226px !important;
    margin-bottom: 226px !important;
  }
  .mrg-t-lg-226 {
    margin-top: 226px !important;
  }
  .mrg-b-lg-226 {
    margin-bottom: 226px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-226 {
    margin-top: 226px !important;
    margin-bottom: 226px !important;
  }
  .mrg-t-xxl-226 {
    margin-top: 226px !important;
  }
  .mrg-b-xxl-226 {
    margin-bottom: 226px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-226 {
    margin-top: 226px !important;
    margin-bottom: 226px !important;
  }
  .mrg-t-xxxxl-226 {
    margin-top: 226px !important;
  }
  .mrg-b-xxxxl-226 {
    margin-bottom: 226px !important;
  }
}
.mrg-y-227 {
  margin-top: 227px !important;
  margin-bottom: 227px !important;
}
.mrg-t-227 {
  margin-top: 227px !important;
}
.mrg-b-227 {
  margin-bottom: 227px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-227 {
    margin-top: 227px !important;
    margin-bottom: 227px !important;
  }
  .mrg-t-sm-227 {
    margin-top: 227px !important;
  }
  .mrg-b-sm-227 {
    margin-bottom: 227px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-227 {
    margin-top: 227px !important;
    margin-bottom: 227px !important;
  }
  .mrg-t-lg-227 {
    margin-top: 227px !important;
  }
  .mrg-b-lg-227 {
    margin-bottom: 227px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-227 {
    margin-top: 227px !important;
    margin-bottom: 227px !important;
  }
  .mrg-t-xxl-227 {
    margin-top: 227px !important;
  }
  .mrg-b-xxl-227 {
    margin-bottom: 227px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-227 {
    margin-top: 227px !important;
    margin-bottom: 227px !important;
  }
  .mrg-t-xxxxl-227 {
    margin-top: 227px !important;
  }
  .mrg-b-xxxxl-227 {
    margin-bottom: 227px !important;
  }
}
.mrg-y-228 {
  margin-top: 228px !important;
  margin-bottom: 228px !important;
}
.mrg-t-228 {
  margin-top: 228px !important;
}
.mrg-b-228 {
  margin-bottom: 228px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-228 {
    margin-top: 228px !important;
    margin-bottom: 228px !important;
  }
  .mrg-t-sm-228 {
    margin-top: 228px !important;
  }
  .mrg-b-sm-228 {
    margin-bottom: 228px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-228 {
    margin-top: 228px !important;
    margin-bottom: 228px !important;
  }
  .mrg-t-lg-228 {
    margin-top: 228px !important;
  }
  .mrg-b-lg-228 {
    margin-bottom: 228px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-228 {
    margin-top: 228px !important;
    margin-bottom: 228px !important;
  }
  .mrg-t-xxl-228 {
    margin-top: 228px !important;
  }
  .mrg-b-xxl-228 {
    margin-bottom: 228px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-228 {
    margin-top: 228px !important;
    margin-bottom: 228px !important;
  }
  .mrg-t-xxxxl-228 {
    margin-top: 228px !important;
  }
  .mrg-b-xxxxl-228 {
    margin-bottom: 228px !important;
  }
}
.mrg-y-229 {
  margin-top: 229px !important;
  margin-bottom: 229px !important;
}
.mrg-t-229 {
  margin-top: 229px !important;
}
.mrg-b-229 {
  margin-bottom: 229px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-229 {
    margin-top: 229px !important;
    margin-bottom: 229px !important;
  }
  .mrg-t-sm-229 {
    margin-top: 229px !important;
  }
  .mrg-b-sm-229 {
    margin-bottom: 229px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-229 {
    margin-top: 229px !important;
    margin-bottom: 229px !important;
  }
  .mrg-t-lg-229 {
    margin-top: 229px !important;
  }
  .mrg-b-lg-229 {
    margin-bottom: 229px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-229 {
    margin-top: 229px !important;
    margin-bottom: 229px !important;
  }
  .mrg-t-xxl-229 {
    margin-top: 229px !important;
  }
  .mrg-b-xxl-229 {
    margin-bottom: 229px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-229 {
    margin-top: 229px !important;
    margin-bottom: 229px !important;
  }
  .mrg-t-xxxxl-229 {
    margin-top: 229px !important;
  }
  .mrg-b-xxxxl-229 {
    margin-bottom: 229px !important;
  }
}
.mrg-y-230 {
  margin-top: 230px !important;
  margin-bottom: 230px !important;
}
.mrg-t-230 {
  margin-top: 230px !important;
}
.mrg-b-230 {
  margin-bottom: 230px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-230 {
    margin-top: 230px !important;
    margin-bottom: 230px !important;
  }
  .mrg-t-sm-230 {
    margin-top: 230px !important;
  }
  .mrg-b-sm-230 {
    margin-bottom: 230px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-230 {
    margin-top: 230px !important;
    margin-bottom: 230px !important;
  }
  .mrg-t-lg-230 {
    margin-top: 230px !important;
  }
  .mrg-b-lg-230 {
    margin-bottom: 230px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-230 {
    margin-top: 230px !important;
    margin-bottom: 230px !important;
  }
  .mrg-t-xxl-230 {
    margin-top: 230px !important;
  }
  .mrg-b-xxl-230 {
    margin-bottom: 230px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-230 {
    margin-top: 230px !important;
    margin-bottom: 230px !important;
  }
  .mrg-t-xxxxl-230 {
    margin-top: 230px !important;
  }
  .mrg-b-xxxxl-230 {
    margin-bottom: 230px !important;
  }
}
.mrg-y-231 {
  margin-top: 231px !important;
  margin-bottom: 231px !important;
}
.mrg-t-231 {
  margin-top: 231px !important;
}
.mrg-b-231 {
  margin-bottom: 231px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-231 {
    margin-top: 231px !important;
    margin-bottom: 231px !important;
  }
  .mrg-t-sm-231 {
    margin-top: 231px !important;
  }
  .mrg-b-sm-231 {
    margin-bottom: 231px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-231 {
    margin-top: 231px !important;
    margin-bottom: 231px !important;
  }
  .mrg-t-lg-231 {
    margin-top: 231px !important;
  }
  .mrg-b-lg-231 {
    margin-bottom: 231px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-231 {
    margin-top: 231px !important;
    margin-bottom: 231px !important;
  }
  .mrg-t-xxl-231 {
    margin-top: 231px !important;
  }
  .mrg-b-xxl-231 {
    margin-bottom: 231px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-231 {
    margin-top: 231px !important;
    margin-bottom: 231px !important;
  }
  .mrg-t-xxxxl-231 {
    margin-top: 231px !important;
  }
  .mrg-b-xxxxl-231 {
    margin-bottom: 231px !important;
  }
}
.mrg-y-232 {
  margin-top: 232px !important;
  margin-bottom: 232px !important;
}
.mrg-t-232 {
  margin-top: 232px !important;
}
.mrg-b-232 {
  margin-bottom: 232px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-232 {
    margin-top: 232px !important;
    margin-bottom: 232px !important;
  }
  .mrg-t-sm-232 {
    margin-top: 232px !important;
  }
  .mrg-b-sm-232 {
    margin-bottom: 232px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-232 {
    margin-top: 232px !important;
    margin-bottom: 232px !important;
  }
  .mrg-t-lg-232 {
    margin-top: 232px !important;
  }
  .mrg-b-lg-232 {
    margin-bottom: 232px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-232 {
    margin-top: 232px !important;
    margin-bottom: 232px !important;
  }
  .mrg-t-xxl-232 {
    margin-top: 232px !important;
  }
  .mrg-b-xxl-232 {
    margin-bottom: 232px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-232 {
    margin-top: 232px !important;
    margin-bottom: 232px !important;
  }
  .mrg-t-xxxxl-232 {
    margin-top: 232px !important;
  }
  .mrg-b-xxxxl-232 {
    margin-bottom: 232px !important;
  }
}
.mrg-y-233 {
  margin-top: 233px !important;
  margin-bottom: 233px !important;
}
.mrg-t-233 {
  margin-top: 233px !important;
}
.mrg-b-233 {
  margin-bottom: 233px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-233 {
    margin-top: 233px !important;
    margin-bottom: 233px !important;
  }
  .mrg-t-sm-233 {
    margin-top: 233px !important;
  }
  .mrg-b-sm-233 {
    margin-bottom: 233px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-233 {
    margin-top: 233px !important;
    margin-bottom: 233px !important;
  }
  .mrg-t-lg-233 {
    margin-top: 233px !important;
  }
  .mrg-b-lg-233 {
    margin-bottom: 233px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-233 {
    margin-top: 233px !important;
    margin-bottom: 233px !important;
  }
  .mrg-t-xxl-233 {
    margin-top: 233px !important;
  }
  .mrg-b-xxl-233 {
    margin-bottom: 233px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-233 {
    margin-top: 233px !important;
    margin-bottom: 233px !important;
  }
  .mrg-t-xxxxl-233 {
    margin-top: 233px !important;
  }
  .mrg-b-xxxxl-233 {
    margin-bottom: 233px !important;
  }
}
.mrg-y-234 {
  margin-top: 234px !important;
  margin-bottom: 234px !important;
}
.mrg-t-234 {
  margin-top: 234px !important;
}
.mrg-b-234 {
  margin-bottom: 234px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-234 {
    margin-top: 234px !important;
    margin-bottom: 234px !important;
  }
  .mrg-t-sm-234 {
    margin-top: 234px !important;
  }
  .mrg-b-sm-234 {
    margin-bottom: 234px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-234 {
    margin-top: 234px !important;
    margin-bottom: 234px !important;
  }
  .mrg-t-lg-234 {
    margin-top: 234px !important;
  }
  .mrg-b-lg-234 {
    margin-bottom: 234px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-234 {
    margin-top: 234px !important;
    margin-bottom: 234px !important;
  }
  .mrg-t-xxl-234 {
    margin-top: 234px !important;
  }
  .mrg-b-xxl-234 {
    margin-bottom: 234px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-234 {
    margin-top: 234px !important;
    margin-bottom: 234px !important;
  }
  .mrg-t-xxxxl-234 {
    margin-top: 234px !important;
  }
  .mrg-b-xxxxl-234 {
    margin-bottom: 234px !important;
  }
}
.mrg-y-235 {
  margin-top: 235px !important;
  margin-bottom: 235px !important;
}
.mrg-t-235 {
  margin-top: 235px !important;
}
.mrg-b-235 {
  margin-bottom: 235px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-235 {
    margin-top: 235px !important;
    margin-bottom: 235px !important;
  }
  .mrg-t-sm-235 {
    margin-top: 235px !important;
  }
  .mrg-b-sm-235 {
    margin-bottom: 235px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-235 {
    margin-top: 235px !important;
    margin-bottom: 235px !important;
  }
  .mrg-t-lg-235 {
    margin-top: 235px !important;
  }
  .mrg-b-lg-235 {
    margin-bottom: 235px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-235 {
    margin-top: 235px !important;
    margin-bottom: 235px !important;
  }
  .mrg-t-xxl-235 {
    margin-top: 235px !important;
  }
  .mrg-b-xxl-235 {
    margin-bottom: 235px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-235 {
    margin-top: 235px !important;
    margin-bottom: 235px !important;
  }
  .mrg-t-xxxxl-235 {
    margin-top: 235px !important;
  }
  .mrg-b-xxxxl-235 {
    margin-bottom: 235px !important;
  }
}
.mrg-y-236 {
  margin-top: 236px !important;
  margin-bottom: 236px !important;
}
.mrg-t-236 {
  margin-top: 236px !important;
}
.mrg-b-236 {
  margin-bottom: 236px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-236 {
    margin-top: 236px !important;
    margin-bottom: 236px !important;
  }
  .mrg-t-sm-236 {
    margin-top: 236px !important;
  }
  .mrg-b-sm-236 {
    margin-bottom: 236px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-236 {
    margin-top: 236px !important;
    margin-bottom: 236px !important;
  }
  .mrg-t-lg-236 {
    margin-top: 236px !important;
  }
  .mrg-b-lg-236 {
    margin-bottom: 236px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-236 {
    margin-top: 236px !important;
    margin-bottom: 236px !important;
  }
  .mrg-t-xxl-236 {
    margin-top: 236px !important;
  }
  .mrg-b-xxl-236 {
    margin-bottom: 236px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-236 {
    margin-top: 236px !important;
    margin-bottom: 236px !important;
  }
  .mrg-t-xxxxl-236 {
    margin-top: 236px !important;
  }
  .mrg-b-xxxxl-236 {
    margin-bottom: 236px !important;
  }
}
.mrg-y-237 {
  margin-top: 237px !important;
  margin-bottom: 237px !important;
}
.mrg-t-237 {
  margin-top: 237px !important;
}
.mrg-b-237 {
  margin-bottom: 237px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-237 {
    margin-top: 237px !important;
    margin-bottom: 237px !important;
  }
  .mrg-t-sm-237 {
    margin-top: 237px !important;
  }
  .mrg-b-sm-237 {
    margin-bottom: 237px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-237 {
    margin-top: 237px !important;
    margin-bottom: 237px !important;
  }
  .mrg-t-lg-237 {
    margin-top: 237px !important;
  }
  .mrg-b-lg-237 {
    margin-bottom: 237px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-237 {
    margin-top: 237px !important;
    margin-bottom: 237px !important;
  }
  .mrg-t-xxl-237 {
    margin-top: 237px !important;
  }
  .mrg-b-xxl-237 {
    margin-bottom: 237px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-237 {
    margin-top: 237px !important;
    margin-bottom: 237px !important;
  }
  .mrg-t-xxxxl-237 {
    margin-top: 237px !important;
  }
  .mrg-b-xxxxl-237 {
    margin-bottom: 237px !important;
  }
}
.mrg-y-238 {
  margin-top: 238px !important;
  margin-bottom: 238px !important;
}
.mrg-t-238 {
  margin-top: 238px !important;
}
.mrg-b-238 {
  margin-bottom: 238px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-238 {
    margin-top: 238px !important;
    margin-bottom: 238px !important;
  }
  .mrg-t-sm-238 {
    margin-top: 238px !important;
  }
  .mrg-b-sm-238 {
    margin-bottom: 238px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-238 {
    margin-top: 238px !important;
    margin-bottom: 238px !important;
  }
  .mrg-t-lg-238 {
    margin-top: 238px !important;
  }
  .mrg-b-lg-238 {
    margin-bottom: 238px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-238 {
    margin-top: 238px !important;
    margin-bottom: 238px !important;
  }
  .mrg-t-xxl-238 {
    margin-top: 238px !important;
  }
  .mrg-b-xxl-238 {
    margin-bottom: 238px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-238 {
    margin-top: 238px !important;
    margin-bottom: 238px !important;
  }
  .mrg-t-xxxxl-238 {
    margin-top: 238px !important;
  }
  .mrg-b-xxxxl-238 {
    margin-bottom: 238px !important;
  }
}
.mrg-y-239 {
  margin-top: 239px !important;
  margin-bottom: 239px !important;
}
.mrg-t-239 {
  margin-top: 239px !important;
}
.mrg-b-239 {
  margin-bottom: 239px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-239 {
    margin-top: 239px !important;
    margin-bottom: 239px !important;
  }
  .mrg-t-sm-239 {
    margin-top: 239px !important;
  }
  .mrg-b-sm-239 {
    margin-bottom: 239px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-239 {
    margin-top: 239px !important;
    margin-bottom: 239px !important;
  }
  .mrg-t-lg-239 {
    margin-top: 239px !important;
  }
  .mrg-b-lg-239 {
    margin-bottom: 239px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-239 {
    margin-top: 239px !important;
    margin-bottom: 239px !important;
  }
  .mrg-t-xxl-239 {
    margin-top: 239px !important;
  }
  .mrg-b-xxl-239 {
    margin-bottom: 239px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-239 {
    margin-top: 239px !important;
    margin-bottom: 239px !important;
  }
  .mrg-t-xxxxl-239 {
    margin-top: 239px !important;
  }
  .mrg-b-xxxxl-239 {
    margin-bottom: 239px !important;
  }
}
.mrg-y-240 {
  margin-top: 240px !important;
  margin-bottom: 240px !important;
}
.mrg-t-240 {
  margin-top: 240px !important;
}
.mrg-b-240 {
  margin-bottom: 240px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-240 {
    margin-top: 240px !important;
    margin-bottom: 240px !important;
  }
  .mrg-t-sm-240 {
    margin-top: 240px !important;
  }
  .mrg-b-sm-240 {
    margin-bottom: 240px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-240 {
    margin-top: 240px !important;
    margin-bottom: 240px !important;
  }
  .mrg-t-lg-240 {
    margin-top: 240px !important;
  }
  .mrg-b-lg-240 {
    margin-bottom: 240px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-240 {
    margin-top: 240px !important;
    margin-bottom: 240px !important;
  }
  .mrg-t-xxl-240 {
    margin-top: 240px !important;
  }
  .mrg-b-xxl-240 {
    margin-bottom: 240px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-240 {
    margin-top: 240px !important;
    margin-bottom: 240px !important;
  }
  .mrg-t-xxxxl-240 {
    margin-top: 240px !important;
  }
  .mrg-b-xxxxl-240 {
    margin-bottom: 240px !important;
  }
}
.mrg-y-241 {
  margin-top: 241px !important;
  margin-bottom: 241px !important;
}
.mrg-t-241 {
  margin-top: 241px !important;
}
.mrg-b-241 {
  margin-bottom: 241px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-241 {
    margin-top: 241px !important;
    margin-bottom: 241px !important;
  }
  .mrg-t-sm-241 {
    margin-top: 241px !important;
  }
  .mrg-b-sm-241 {
    margin-bottom: 241px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-241 {
    margin-top: 241px !important;
    margin-bottom: 241px !important;
  }
  .mrg-t-lg-241 {
    margin-top: 241px !important;
  }
  .mrg-b-lg-241 {
    margin-bottom: 241px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-241 {
    margin-top: 241px !important;
    margin-bottom: 241px !important;
  }
  .mrg-t-xxl-241 {
    margin-top: 241px !important;
  }
  .mrg-b-xxl-241 {
    margin-bottom: 241px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-241 {
    margin-top: 241px !important;
    margin-bottom: 241px !important;
  }
  .mrg-t-xxxxl-241 {
    margin-top: 241px !important;
  }
  .mrg-b-xxxxl-241 {
    margin-bottom: 241px !important;
  }
}
.mrg-y-242 {
  margin-top: 242px !important;
  margin-bottom: 242px !important;
}
.mrg-t-242 {
  margin-top: 242px !important;
}
.mrg-b-242 {
  margin-bottom: 242px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-242 {
    margin-top: 242px !important;
    margin-bottom: 242px !important;
  }
  .mrg-t-sm-242 {
    margin-top: 242px !important;
  }
  .mrg-b-sm-242 {
    margin-bottom: 242px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-242 {
    margin-top: 242px !important;
    margin-bottom: 242px !important;
  }
  .mrg-t-lg-242 {
    margin-top: 242px !important;
  }
  .mrg-b-lg-242 {
    margin-bottom: 242px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-242 {
    margin-top: 242px !important;
    margin-bottom: 242px !important;
  }
  .mrg-t-xxl-242 {
    margin-top: 242px !important;
  }
  .mrg-b-xxl-242 {
    margin-bottom: 242px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-242 {
    margin-top: 242px !important;
    margin-bottom: 242px !important;
  }
  .mrg-t-xxxxl-242 {
    margin-top: 242px !important;
  }
  .mrg-b-xxxxl-242 {
    margin-bottom: 242px !important;
  }
}
.mrg-y-243 {
  margin-top: 243px !important;
  margin-bottom: 243px !important;
}
.mrg-t-243 {
  margin-top: 243px !important;
}
.mrg-b-243 {
  margin-bottom: 243px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-243 {
    margin-top: 243px !important;
    margin-bottom: 243px !important;
  }
  .mrg-t-sm-243 {
    margin-top: 243px !important;
  }
  .mrg-b-sm-243 {
    margin-bottom: 243px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-243 {
    margin-top: 243px !important;
    margin-bottom: 243px !important;
  }
  .mrg-t-lg-243 {
    margin-top: 243px !important;
  }
  .mrg-b-lg-243 {
    margin-bottom: 243px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-243 {
    margin-top: 243px !important;
    margin-bottom: 243px !important;
  }
  .mrg-t-xxl-243 {
    margin-top: 243px !important;
  }
  .mrg-b-xxl-243 {
    margin-bottom: 243px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-243 {
    margin-top: 243px !important;
    margin-bottom: 243px !important;
  }
  .mrg-t-xxxxl-243 {
    margin-top: 243px !important;
  }
  .mrg-b-xxxxl-243 {
    margin-bottom: 243px !important;
  }
}
.mrg-y-244 {
  margin-top: 244px !important;
  margin-bottom: 244px !important;
}
.mrg-t-244 {
  margin-top: 244px !important;
}
.mrg-b-244 {
  margin-bottom: 244px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-244 {
    margin-top: 244px !important;
    margin-bottom: 244px !important;
  }
  .mrg-t-sm-244 {
    margin-top: 244px !important;
  }
  .mrg-b-sm-244 {
    margin-bottom: 244px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-244 {
    margin-top: 244px !important;
    margin-bottom: 244px !important;
  }
  .mrg-t-lg-244 {
    margin-top: 244px !important;
  }
  .mrg-b-lg-244 {
    margin-bottom: 244px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-244 {
    margin-top: 244px !important;
    margin-bottom: 244px !important;
  }
  .mrg-t-xxl-244 {
    margin-top: 244px !important;
  }
  .mrg-b-xxl-244 {
    margin-bottom: 244px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-244 {
    margin-top: 244px !important;
    margin-bottom: 244px !important;
  }
  .mrg-t-xxxxl-244 {
    margin-top: 244px !important;
  }
  .mrg-b-xxxxl-244 {
    margin-bottom: 244px !important;
  }
}
.mrg-y-245 {
  margin-top: 245px !important;
  margin-bottom: 245px !important;
}
.mrg-t-245 {
  margin-top: 245px !important;
}
.mrg-b-245 {
  margin-bottom: 245px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-245 {
    margin-top: 245px !important;
    margin-bottom: 245px !important;
  }
  .mrg-t-sm-245 {
    margin-top: 245px !important;
  }
  .mrg-b-sm-245 {
    margin-bottom: 245px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-245 {
    margin-top: 245px !important;
    margin-bottom: 245px !important;
  }
  .mrg-t-lg-245 {
    margin-top: 245px !important;
  }
  .mrg-b-lg-245 {
    margin-bottom: 245px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-245 {
    margin-top: 245px !important;
    margin-bottom: 245px !important;
  }
  .mrg-t-xxl-245 {
    margin-top: 245px !important;
  }
  .mrg-b-xxl-245 {
    margin-bottom: 245px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-245 {
    margin-top: 245px !important;
    margin-bottom: 245px !important;
  }
  .mrg-t-xxxxl-245 {
    margin-top: 245px !important;
  }
  .mrg-b-xxxxl-245 {
    margin-bottom: 245px !important;
  }
}
.mrg-y-246 {
  margin-top: 246px !important;
  margin-bottom: 246px !important;
}
.mrg-t-246 {
  margin-top: 246px !important;
}
.mrg-b-246 {
  margin-bottom: 246px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-246 {
    margin-top: 246px !important;
    margin-bottom: 246px !important;
  }
  .mrg-t-sm-246 {
    margin-top: 246px !important;
  }
  .mrg-b-sm-246 {
    margin-bottom: 246px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-246 {
    margin-top: 246px !important;
    margin-bottom: 246px !important;
  }
  .mrg-t-lg-246 {
    margin-top: 246px !important;
  }
  .mrg-b-lg-246 {
    margin-bottom: 246px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-246 {
    margin-top: 246px !important;
    margin-bottom: 246px !important;
  }
  .mrg-t-xxl-246 {
    margin-top: 246px !important;
  }
  .mrg-b-xxl-246 {
    margin-bottom: 246px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-246 {
    margin-top: 246px !important;
    margin-bottom: 246px !important;
  }
  .mrg-t-xxxxl-246 {
    margin-top: 246px !important;
  }
  .mrg-b-xxxxl-246 {
    margin-bottom: 246px !important;
  }
}
.mrg-y-247 {
  margin-top: 247px !important;
  margin-bottom: 247px !important;
}
.mrg-t-247 {
  margin-top: 247px !important;
}
.mrg-b-247 {
  margin-bottom: 247px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-247 {
    margin-top: 247px !important;
    margin-bottom: 247px !important;
  }
  .mrg-t-sm-247 {
    margin-top: 247px !important;
  }
  .mrg-b-sm-247 {
    margin-bottom: 247px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-247 {
    margin-top: 247px !important;
    margin-bottom: 247px !important;
  }
  .mrg-t-lg-247 {
    margin-top: 247px !important;
  }
  .mrg-b-lg-247 {
    margin-bottom: 247px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-247 {
    margin-top: 247px !important;
    margin-bottom: 247px !important;
  }
  .mrg-t-xxl-247 {
    margin-top: 247px !important;
  }
  .mrg-b-xxl-247 {
    margin-bottom: 247px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-247 {
    margin-top: 247px !important;
    margin-bottom: 247px !important;
  }
  .mrg-t-xxxxl-247 {
    margin-top: 247px !important;
  }
  .mrg-b-xxxxl-247 {
    margin-bottom: 247px !important;
  }
}
.mrg-y-248 {
  margin-top: 248px !important;
  margin-bottom: 248px !important;
}
.mrg-t-248 {
  margin-top: 248px !important;
}
.mrg-b-248 {
  margin-bottom: 248px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-248 {
    margin-top: 248px !important;
    margin-bottom: 248px !important;
  }
  .mrg-t-sm-248 {
    margin-top: 248px !important;
  }
  .mrg-b-sm-248 {
    margin-bottom: 248px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-248 {
    margin-top: 248px !important;
    margin-bottom: 248px !important;
  }
  .mrg-t-lg-248 {
    margin-top: 248px !important;
  }
  .mrg-b-lg-248 {
    margin-bottom: 248px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-248 {
    margin-top: 248px !important;
    margin-bottom: 248px !important;
  }
  .mrg-t-xxl-248 {
    margin-top: 248px !important;
  }
  .mrg-b-xxl-248 {
    margin-bottom: 248px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-248 {
    margin-top: 248px !important;
    margin-bottom: 248px !important;
  }
  .mrg-t-xxxxl-248 {
    margin-top: 248px !important;
  }
  .mrg-b-xxxxl-248 {
    margin-bottom: 248px !important;
  }
}
.mrg-y-249 {
  margin-top: 249px !important;
  margin-bottom: 249px !important;
}
.mrg-t-249 {
  margin-top: 249px !important;
}
.mrg-b-249 {
  margin-bottom: 249px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-249 {
    margin-top: 249px !important;
    margin-bottom: 249px !important;
  }
  .mrg-t-sm-249 {
    margin-top: 249px !important;
  }
  .mrg-b-sm-249 {
    margin-bottom: 249px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-249 {
    margin-top: 249px !important;
    margin-bottom: 249px !important;
  }
  .mrg-t-lg-249 {
    margin-top: 249px !important;
  }
  .mrg-b-lg-249 {
    margin-bottom: 249px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-249 {
    margin-top: 249px !important;
    margin-bottom: 249px !important;
  }
  .mrg-t-xxl-249 {
    margin-top: 249px !important;
  }
  .mrg-b-xxl-249 {
    margin-bottom: 249px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-249 {
    margin-top: 249px !important;
    margin-bottom: 249px !important;
  }
  .mrg-t-xxxxl-249 {
    margin-top: 249px !important;
  }
  .mrg-b-xxxxl-249 {
    margin-bottom: 249px !important;
  }
}
.mrg-y-250 {
  margin-top: 250px !important;
  margin-bottom: 250px !important;
}
.mrg-t-250 {
  margin-top: 250px !important;
}
.mrg-b-250 {
  margin-bottom: 250px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-250 {
    margin-top: 250px !important;
    margin-bottom: 250px !important;
  }
  .mrg-t-sm-250 {
    margin-top: 250px !important;
  }
  .mrg-b-sm-250 {
    margin-bottom: 250px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-250 {
    margin-top: 250px !important;
    margin-bottom: 250px !important;
  }
  .mrg-t-lg-250 {
    margin-top: 250px !important;
  }
  .mrg-b-lg-250 {
    margin-bottom: 250px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-250 {
    margin-top: 250px !important;
    margin-bottom: 250px !important;
  }
  .mrg-t-xxl-250 {
    margin-top: 250px !important;
  }
  .mrg-b-xxl-250 {
    margin-bottom: 250px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-250 {
    margin-top: 250px !important;
    margin-bottom: 250px !important;
  }
  .mrg-t-xxxxl-250 {
    margin-top: 250px !important;
  }
  .mrg-b-xxxxl-250 {
    margin-bottom: 250px !important;
  }
}
.mrg-y-251 {
  margin-top: 251px !important;
  margin-bottom: 251px !important;
}
.mrg-t-251 {
  margin-top: 251px !important;
}
.mrg-b-251 {
  margin-bottom: 251px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-251 {
    margin-top: 251px !important;
    margin-bottom: 251px !important;
  }
  .mrg-t-sm-251 {
    margin-top: 251px !important;
  }
  .mrg-b-sm-251 {
    margin-bottom: 251px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-251 {
    margin-top: 251px !important;
    margin-bottom: 251px !important;
  }
  .mrg-t-lg-251 {
    margin-top: 251px !important;
  }
  .mrg-b-lg-251 {
    margin-bottom: 251px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-251 {
    margin-top: 251px !important;
    margin-bottom: 251px !important;
  }
  .mrg-t-xxl-251 {
    margin-top: 251px !important;
  }
  .mrg-b-xxl-251 {
    margin-bottom: 251px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-251 {
    margin-top: 251px !important;
    margin-bottom: 251px !important;
  }
  .mrg-t-xxxxl-251 {
    margin-top: 251px !important;
  }
  .mrg-b-xxxxl-251 {
    margin-bottom: 251px !important;
  }
}
.mrg-y-252 {
  margin-top: 252px !important;
  margin-bottom: 252px !important;
}
.mrg-t-252 {
  margin-top: 252px !important;
}
.mrg-b-252 {
  margin-bottom: 252px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-252 {
    margin-top: 252px !important;
    margin-bottom: 252px !important;
  }
  .mrg-t-sm-252 {
    margin-top: 252px !important;
  }
  .mrg-b-sm-252 {
    margin-bottom: 252px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-252 {
    margin-top: 252px !important;
    margin-bottom: 252px !important;
  }
  .mrg-t-lg-252 {
    margin-top: 252px !important;
  }
  .mrg-b-lg-252 {
    margin-bottom: 252px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-252 {
    margin-top: 252px !important;
    margin-bottom: 252px !important;
  }
  .mrg-t-xxl-252 {
    margin-top: 252px !important;
  }
  .mrg-b-xxl-252 {
    margin-bottom: 252px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-252 {
    margin-top: 252px !important;
    margin-bottom: 252px !important;
  }
  .mrg-t-xxxxl-252 {
    margin-top: 252px !important;
  }
  .mrg-b-xxxxl-252 {
    margin-bottom: 252px !important;
  }
}
.mrg-y-253 {
  margin-top: 253px !important;
  margin-bottom: 253px !important;
}
.mrg-t-253 {
  margin-top: 253px !important;
}
.mrg-b-253 {
  margin-bottom: 253px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-253 {
    margin-top: 253px !important;
    margin-bottom: 253px !important;
  }
  .mrg-t-sm-253 {
    margin-top: 253px !important;
  }
  .mrg-b-sm-253 {
    margin-bottom: 253px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-253 {
    margin-top: 253px !important;
    margin-bottom: 253px !important;
  }
  .mrg-t-lg-253 {
    margin-top: 253px !important;
  }
  .mrg-b-lg-253 {
    margin-bottom: 253px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-253 {
    margin-top: 253px !important;
    margin-bottom: 253px !important;
  }
  .mrg-t-xxl-253 {
    margin-top: 253px !important;
  }
  .mrg-b-xxl-253 {
    margin-bottom: 253px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-253 {
    margin-top: 253px !important;
    margin-bottom: 253px !important;
  }
  .mrg-t-xxxxl-253 {
    margin-top: 253px !important;
  }
  .mrg-b-xxxxl-253 {
    margin-bottom: 253px !important;
  }
}
.mrg-y-254 {
  margin-top: 254px !important;
  margin-bottom: 254px !important;
}
.mrg-t-254 {
  margin-top: 254px !important;
}
.mrg-b-254 {
  margin-bottom: 254px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-254 {
    margin-top: 254px !important;
    margin-bottom: 254px !important;
  }
  .mrg-t-sm-254 {
    margin-top: 254px !important;
  }
  .mrg-b-sm-254 {
    margin-bottom: 254px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-254 {
    margin-top: 254px !important;
    margin-bottom: 254px !important;
  }
  .mrg-t-lg-254 {
    margin-top: 254px !important;
  }
  .mrg-b-lg-254 {
    margin-bottom: 254px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-254 {
    margin-top: 254px !important;
    margin-bottom: 254px !important;
  }
  .mrg-t-xxl-254 {
    margin-top: 254px !important;
  }
  .mrg-b-xxl-254 {
    margin-bottom: 254px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-254 {
    margin-top: 254px !important;
    margin-bottom: 254px !important;
  }
  .mrg-t-xxxxl-254 {
    margin-top: 254px !important;
  }
  .mrg-b-xxxxl-254 {
    margin-bottom: 254px !important;
  }
}
.mrg-y-255 {
  margin-top: 255px !important;
  margin-bottom: 255px !important;
}
.mrg-t-255 {
  margin-top: 255px !important;
}
.mrg-b-255 {
  margin-bottom: 255px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-255 {
    margin-top: 255px !important;
    margin-bottom: 255px !important;
  }
  .mrg-t-sm-255 {
    margin-top: 255px !important;
  }
  .mrg-b-sm-255 {
    margin-bottom: 255px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-255 {
    margin-top: 255px !important;
    margin-bottom: 255px !important;
  }
  .mrg-t-lg-255 {
    margin-top: 255px !important;
  }
  .mrg-b-lg-255 {
    margin-bottom: 255px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-255 {
    margin-top: 255px !important;
    margin-bottom: 255px !important;
  }
  .mrg-t-xxl-255 {
    margin-top: 255px !important;
  }
  .mrg-b-xxl-255 {
    margin-bottom: 255px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-255 {
    margin-top: 255px !important;
    margin-bottom: 255px !important;
  }
  .mrg-t-xxxxl-255 {
    margin-top: 255px !important;
  }
  .mrg-b-xxxxl-255 {
    margin-bottom: 255px !important;
  }
}
.mrg-y-256 {
  margin-top: 256px !important;
  margin-bottom: 256px !important;
}
.mrg-t-256 {
  margin-top: 256px !important;
}
.mrg-b-256 {
  margin-bottom: 256px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-256 {
    margin-top: 256px !important;
    margin-bottom: 256px !important;
  }
  .mrg-t-sm-256 {
    margin-top: 256px !important;
  }
  .mrg-b-sm-256 {
    margin-bottom: 256px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-256 {
    margin-top: 256px !important;
    margin-bottom: 256px !important;
  }
  .mrg-t-lg-256 {
    margin-top: 256px !important;
  }
  .mrg-b-lg-256 {
    margin-bottom: 256px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-256 {
    margin-top: 256px !important;
    margin-bottom: 256px !important;
  }
  .mrg-t-xxl-256 {
    margin-top: 256px !important;
  }
  .mrg-b-xxl-256 {
    margin-bottom: 256px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-256 {
    margin-top: 256px !important;
    margin-bottom: 256px !important;
  }
  .mrg-t-xxxxl-256 {
    margin-top: 256px !important;
  }
  .mrg-b-xxxxl-256 {
    margin-bottom: 256px !important;
  }
}
.mrg-y-257 {
  margin-top: 257px !important;
  margin-bottom: 257px !important;
}
.mrg-t-257 {
  margin-top: 257px !important;
}
.mrg-b-257 {
  margin-bottom: 257px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-257 {
    margin-top: 257px !important;
    margin-bottom: 257px !important;
  }
  .mrg-t-sm-257 {
    margin-top: 257px !important;
  }
  .mrg-b-sm-257 {
    margin-bottom: 257px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-257 {
    margin-top: 257px !important;
    margin-bottom: 257px !important;
  }
  .mrg-t-lg-257 {
    margin-top: 257px !important;
  }
  .mrg-b-lg-257 {
    margin-bottom: 257px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-257 {
    margin-top: 257px !important;
    margin-bottom: 257px !important;
  }
  .mrg-t-xxl-257 {
    margin-top: 257px !important;
  }
  .mrg-b-xxl-257 {
    margin-bottom: 257px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-257 {
    margin-top: 257px !important;
    margin-bottom: 257px !important;
  }
  .mrg-t-xxxxl-257 {
    margin-top: 257px !important;
  }
  .mrg-b-xxxxl-257 {
    margin-bottom: 257px !important;
  }
}
.mrg-y-258 {
  margin-top: 258px !important;
  margin-bottom: 258px !important;
}
.mrg-t-258 {
  margin-top: 258px !important;
}
.mrg-b-258 {
  margin-bottom: 258px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-258 {
    margin-top: 258px !important;
    margin-bottom: 258px !important;
  }
  .mrg-t-sm-258 {
    margin-top: 258px !important;
  }
  .mrg-b-sm-258 {
    margin-bottom: 258px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-258 {
    margin-top: 258px !important;
    margin-bottom: 258px !important;
  }
  .mrg-t-lg-258 {
    margin-top: 258px !important;
  }
  .mrg-b-lg-258 {
    margin-bottom: 258px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-258 {
    margin-top: 258px !important;
    margin-bottom: 258px !important;
  }
  .mrg-t-xxl-258 {
    margin-top: 258px !important;
  }
  .mrg-b-xxl-258 {
    margin-bottom: 258px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-258 {
    margin-top: 258px !important;
    margin-bottom: 258px !important;
  }
  .mrg-t-xxxxl-258 {
    margin-top: 258px !important;
  }
  .mrg-b-xxxxl-258 {
    margin-bottom: 258px !important;
  }
}
.mrg-y-259 {
  margin-top: 259px !important;
  margin-bottom: 259px !important;
}
.mrg-t-259 {
  margin-top: 259px !important;
}
.mrg-b-259 {
  margin-bottom: 259px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-259 {
    margin-top: 259px !important;
    margin-bottom: 259px !important;
  }
  .mrg-t-sm-259 {
    margin-top: 259px !important;
  }
  .mrg-b-sm-259 {
    margin-bottom: 259px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-259 {
    margin-top: 259px !important;
    margin-bottom: 259px !important;
  }
  .mrg-t-lg-259 {
    margin-top: 259px !important;
  }
  .mrg-b-lg-259 {
    margin-bottom: 259px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-259 {
    margin-top: 259px !important;
    margin-bottom: 259px !important;
  }
  .mrg-t-xxl-259 {
    margin-top: 259px !important;
  }
  .mrg-b-xxl-259 {
    margin-bottom: 259px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-259 {
    margin-top: 259px !important;
    margin-bottom: 259px !important;
  }
  .mrg-t-xxxxl-259 {
    margin-top: 259px !important;
  }
  .mrg-b-xxxxl-259 {
    margin-bottom: 259px !important;
  }
}
.mrg-y-260 {
  margin-top: 260px !important;
  margin-bottom: 260px !important;
}
.mrg-t-260 {
  margin-top: 260px !important;
}
.mrg-b-260 {
  margin-bottom: 260px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-260 {
    margin-top: 260px !important;
    margin-bottom: 260px !important;
  }
  .mrg-t-sm-260 {
    margin-top: 260px !important;
  }
  .mrg-b-sm-260 {
    margin-bottom: 260px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-260 {
    margin-top: 260px !important;
    margin-bottom: 260px !important;
  }
  .mrg-t-lg-260 {
    margin-top: 260px !important;
  }
  .mrg-b-lg-260 {
    margin-bottom: 260px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-260 {
    margin-top: 260px !important;
    margin-bottom: 260px !important;
  }
  .mrg-t-xxl-260 {
    margin-top: 260px !important;
  }
  .mrg-b-xxl-260 {
    margin-bottom: 260px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-260 {
    margin-top: 260px !important;
    margin-bottom: 260px !important;
  }
  .mrg-t-xxxxl-260 {
    margin-top: 260px !important;
  }
  .mrg-b-xxxxl-260 {
    margin-bottom: 260px !important;
  }
}
.mrg-y-261 {
  margin-top: 261px !important;
  margin-bottom: 261px !important;
}
.mrg-t-261 {
  margin-top: 261px !important;
}
.mrg-b-261 {
  margin-bottom: 261px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-261 {
    margin-top: 261px !important;
    margin-bottom: 261px !important;
  }
  .mrg-t-sm-261 {
    margin-top: 261px !important;
  }
  .mrg-b-sm-261 {
    margin-bottom: 261px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-261 {
    margin-top: 261px !important;
    margin-bottom: 261px !important;
  }
  .mrg-t-lg-261 {
    margin-top: 261px !important;
  }
  .mrg-b-lg-261 {
    margin-bottom: 261px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-261 {
    margin-top: 261px !important;
    margin-bottom: 261px !important;
  }
  .mrg-t-xxl-261 {
    margin-top: 261px !important;
  }
  .mrg-b-xxl-261 {
    margin-bottom: 261px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-261 {
    margin-top: 261px !important;
    margin-bottom: 261px !important;
  }
  .mrg-t-xxxxl-261 {
    margin-top: 261px !important;
  }
  .mrg-b-xxxxl-261 {
    margin-bottom: 261px !important;
  }
}
.mrg-y-262 {
  margin-top: 262px !important;
  margin-bottom: 262px !important;
}
.mrg-t-262 {
  margin-top: 262px !important;
}
.mrg-b-262 {
  margin-bottom: 262px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-262 {
    margin-top: 262px !important;
    margin-bottom: 262px !important;
  }
  .mrg-t-sm-262 {
    margin-top: 262px !important;
  }
  .mrg-b-sm-262 {
    margin-bottom: 262px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-262 {
    margin-top: 262px !important;
    margin-bottom: 262px !important;
  }
  .mrg-t-lg-262 {
    margin-top: 262px !important;
  }
  .mrg-b-lg-262 {
    margin-bottom: 262px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-262 {
    margin-top: 262px !important;
    margin-bottom: 262px !important;
  }
  .mrg-t-xxl-262 {
    margin-top: 262px !important;
  }
  .mrg-b-xxl-262 {
    margin-bottom: 262px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-262 {
    margin-top: 262px !important;
    margin-bottom: 262px !important;
  }
  .mrg-t-xxxxl-262 {
    margin-top: 262px !important;
  }
  .mrg-b-xxxxl-262 {
    margin-bottom: 262px !important;
  }
}
.mrg-y-263 {
  margin-top: 263px !important;
  margin-bottom: 263px !important;
}
.mrg-t-263 {
  margin-top: 263px !important;
}
.mrg-b-263 {
  margin-bottom: 263px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-263 {
    margin-top: 263px !important;
    margin-bottom: 263px !important;
  }
  .mrg-t-sm-263 {
    margin-top: 263px !important;
  }
  .mrg-b-sm-263 {
    margin-bottom: 263px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-263 {
    margin-top: 263px !important;
    margin-bottom: 263px !important;
  }
  .mrg-t-lg-263 {
    margin-top: 263px !important;
  }
  .mrg-b-lg-263 {
    margin-bottom: 263px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-263 {
    margin-top: 263px !important;
    margin-bottom: 263px !important;
  }
  .mrg-t-xxl-263 {
    margin-top: 263px !important;
  }
  .mrg-b-xxl-263 {
    margin-bottom: 263px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-263 {
    margin-top: 263px !important;
    margin-bottom: 263px !important;
  }
  .mrg-t-xxxxl-263 {
    margin-top: 263px !important;
  }
  .mrg-b-xxxxl-263 {
    margin-bottom: 263px !important;
  }
}
.mrg-y-264 {
  margin-top: 264px !important;
  margin-bottom: 264px !important;
}
.mrg-t-264 {
  margin-top: 264px !important;
}
.mrg-b-264 {
  margin-bottom: 264px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-264 {
    margin-top: 264px !important;
    margin-bottom: 264px !important;
  }
  .mrg-t-sm-264 {
    margin-top: 264px !important;
  }
  .mrg-b-sm-264 {
    margin-bottom: 264px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-264 {
    margin-top: 264px !important;
    margin-bottom: 264px !important;
  }
  .mrg-t-lg-264 {
    margin-top: 264px !important;
  }
  .mrg-b-lg-264 {
    margin-bottom: 264px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-264 {
    margin-top: 264px !important;
    margin-bottom: 264px !important;
  }
  .mrg-t-xxl-264 {
    margin-top: 264px !important;
  }
  .mrg-b-xxl-264 {
    margin-bottom: 264px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-264 {
    margin-top: 264px !important;
    margin-bottom: 264px !important;
  }
  .mrg-t-xxxxl-264 {
    margin-top: 264px !important;
  }
  .mrg-b-xxxxl-264 {
    margin-bottom: 264px !important;
  }
}
.mrg-y-265 {
  margin-top: 265px !important;
  margin-bottom: 265px !important;
}
.mrg-t-265 {
  margin-top: 265px !important;
}
.mrg-b-265 {
  margin-bottom: 265px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-265 {
    margin-top: 265px !important;
    margin-bottom: 265px !important;
  }
  .mrg-t-sm-265 {
    margin-top: 265px !important;
  }
  .mrg-b-sm-265 {
    margin-bottom: 265px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-265 {
    margin-top: 265px !important;
    margin-bottom: 265px !important;
  }
  .mrg-t-lg-265 {
    margin-top: 265px !important;
  }
  .mrg-b-lg-265 {
    margin-bottom: 265px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-265 {
    margin-top: 265px !important;
    margin-bottom: 265px !important;
  }
  .mrg-t-xxl-265 {
    margin-top: 265px !important;
  }
  .mrg-b-xxl-265 {
    margin-bottom: 265px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-265 {
    margin-top: 265px !important;
    margin-bottom: 265px !important;
  }
  .mrg-t-xxxxl-265 {
    margin-top: 265px !important;
  }
  .mrg-b-xxxxl-265 {
    margin-bottom: 265px !important;
  }
}
.mrg-y-266 {
  margin-top: 266px !important;
  margin-bottom: 266px !important;
}
.mrg-t-266 {
  margin-top: 266px !important;
}
.mrg-b-266 {
  margin-bottom: 266px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-266 {
    margin-top: 266px !important;
    margin-bottom: 266px !important;
  }
  .mrg-t-sm-266 {
    margin-top: 266px !important;
  }
  .mrg-b-sm-266 {
    margin-bottom: 266px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-266 {
    margin-top: 266px !important;
    margin-bottom: 266px !important;
  }
  .mrg-t-lg-266 {
    margin-top: 266px !important;
  }
  .mrg-b-lg-266 {
    margin-bottom: 266px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-266 {
    margin-top: 266px !important;
    margin-bottom: 266px !important;
  }
  .mrg-t-xxl-266 {
    margin-top: 266px !important;
  }
  .mrg-b-xxl-266 {
    margin-bottom: 266px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-266 {
    margin-top: 266px !important;
    margin-bottom: 266px !important;
  }
  .mrg-t-xxxxl-266 {
    margin-top: 266px !important;
  }
  .mrg-b-xxxxl-266 {
    margin-bottom: 266px !important;
  }
}
.mrg-y-267 {
  margin-top: 267px !important;
  margin-bottom: 267px !important;
}
.mrg-t-267 {
  margin-top: 267px !important;
}
.mrg-b-267 {
  margin-bottom: 267px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-267 {
    margin-top: 267px !important;
    margin-bottom: 267px !important;
  }
  .mrg-t-sm-267 {
    margin-top: 267px !important;
  }
  .mrg-b-sm-267 {
    margin-bottom: 267px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-267 {
    margin-top: 267px !important;
    margin-bottom: 267px !important;
  }
  .mrg-t-lg-267 {
    margin-top: 267px !important;
  }
  .mrg-b-lg-267 {
    margin-bottom: 267px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-267 {
    margin-top: 267px !important;
    margin-bottom: 267px !important;
  }
  .mrg-t-xxl-267 {
    margin-top: 267px !important;
  }
  .mrg-b-xxl-267 {
    margin-bottom: 267px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-267 {
    margin-top: 267px !important;
    margin-bottom: 267px !important;
  }
  .mrg-t-xxxxl-267 {
    margin-top: 267px !important;
  }
  .mrg-b-xxxxl-267 {
    margin-bottom: 267px !important;
  }
}
.mrg-y-268 {
  margin-top: 268px !important;
  margin-bottom: 268px !important;
}
.mrg-t-268 {
  margin-top: 268px !important;
}
.mrg-b-268 {
  margin-bottom: 268px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-268 {
    margin-top: 268px !important;
    margin-bottom: 268px !important;
  }
  .mrg-t-sm-268 {
    margin-top: 268px !important;
  }
  .mrg-b-sm-268 {
    margin-bottom: 268px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-268 {
    margin-top: 268px !important;
    margin-bottom: 268px !important;
  }
  .mrg-t-lg-268 {
    margin-top: 268px !important;
  }
  .mrg-b-lg-268 {
    margin-bottom: 268px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-268 {
    margin-top: 268px !important;
    margin-bottom: 268px !important;
  }
  .mrg-t-xxl-268 {
    margin-top: 268px !important;
  }
  .mrg-b-xxl-268 {
    margin-bottom: 268px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-268 {
    margin-top: 268px !important;
    margin-bottom: 268px !important;
  }
  .mrg-t-xxxxl-268 {
    margin-top: 268px !important;
  }
  .mrg-b-xxxxl-268 {
    margin-bottom: 268px !important;
  }
}
.mrg-y-269 {
  margin-top: 269px !important;
  margin-bottom: 269px !important;
}
.mrg-t-269 {
  margin-top: 269px !important;
}
.mrg-b-269 {
  margin-bottom: 269px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-269 {
    margin-top: 269px !important;
    margin-bottom: 269px !important;
  }
  .mrg-t-sm-269 {
    margin-top: 269px !important;
  }
  .mrg-b-sm-269 {
    margin-bottom: 269px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-269 {
    margin-top: 269px !important;
    margin-bottom: 269px !important;
  }
  .mrg-t-lg-269 {
    margin-top: 269px !important;
  }
  .mrg-b-lg-269 {
    margin-bottom: 269px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-269 {
    margin-top: 269px !important;
    margin-bottom: 269px !important;
  }
  .mrg-t-xxl-269 {
    margin-top: 269px !important;
  }
  .mrg-b-xxl-269 {
    margin-bottom: 269px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-269 {
    margin-top: 269px !important;
    margin-bottom: 269px !important;
  }
  .mrg-t-xxxxl-269 {
    margin-top: 269px !important;
  }
  .mrg-b-xxxxl-269 {
    margin-bottom: 269px !important;
  }
}
.mrg-y-270 {
  margin-top: 270px !important;
  margin-bottom: 270px !important;
}
.mrg-t-270 {
  margin-top: 270px !important;
}
.mrg-b-270 {
  margin-bottom: 270px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-270 {
    margin-top: 270px !important;
    margin-bottom: 270px !important;
  }
  .mrg-t-sm-270 {
    margin-top: 270px !important;
  }
  .mrg-b-sm-270 {
    margin-bottom: 270px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-270 {
    margin-top: 270px !important;
    margin-bottom: 270px !important;
  }
  .mrg-t-lg-270 {
    margin-top: 270px !important;
  }
  .mrg-b-lg-270 {
    margin-bottom: 270px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-270 {
    margin-top: 270px !important;
    margin-bottom: 270px !important;
  }
  .mrg-t-xxl-270 {
    margin-top: 270px !important;
  }
  .mrg-b-xxl-270 {
    margin-bottom: 270px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-270 {
    margin-top: 270px !important;
    margin-bottom: 270px !important;
  }
  .mrg-t-xxxxl-270 {
    margin-top: 270px !important;
  }
  .mrg-b-xxxxl-270 {
    margin-bottom: 270px !important;
  }
}
.mrg-y-271 {
  margin-top: 271px !important;
  margin-bottom: 271px !important;
}
.mrg-t-271 {
  margin-top: 271px !important;
}
.mrg-b-271 {
  margin-bottom: 271px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-271 {
    margin-top: 271px !important;
    margin-bottom: 271px !important;
  }
  .mrg-t-sm-271 {
    margin-top: 271px !important;
  }
  .mrg-b-sm-271 {
    margin-bottom: 271px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-271 {
    margin-top: 271px !important;
    margin-bottom: 271px !important;
  }
  .mrg-t-lg-271 {
    margin-top: 271px !important;
  }
  .mrg-b-lg-271 {
    margin-bottom: 271px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-271 {
    margin-top: 271px !important;
    margin-bottom: 271px !important;
  }
  .mrg-t-xxl-271 {
    margin-top: 271px !important;
  }
  .mrg-b-xxl-271 {
    margin-bottom: 271px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-271 {
    margin-top: 271px !important;
    margin-bottom: 271px !important;
  }
  .mrg-t-xxxxl-271 {
    margin-top: 271px !important;
  }
  .mrg-b-xxxxl-271 {
    margin-bottom: 271px !important;
  }
}
.mrg-y-272 {
  margin-top: 272px !important;
  margin-bottom: 272px !important;
}
.mrg-t-272 {
  margin-top: 272px !important;
}
.mrg-b-272 {
  margin-bottom: 272px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-272 {
    margin-top: 272px !important;
    margin-bottom: 272px !important;
  }
  .mrg-t-sm-272 {
    margin-top: 272px !important;
  }
  .mrg-b-sm-272 {
    margin-bottom: 272px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-272 {
    margin-top: 272px !important;
    margin-bottom: 272px !important;
  }
  .mrg-t-lg-272 {
    margin-top: 272px !important;
  }
  .mrg-b-lg-272 {
    margin-bottom: 272px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-272 {
    margin-top: 272px !important;
    margin-bottom: 272px !important;
  }
  .mrg-t-xxl-272 {
    margin-top: 272px !important;
  }
  .mrg-b-xxl-272 {
    margin-bottom: 272px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-272 {
    margin-top: 272px !important;
    margin-bottom: 272px !important;
  }
  .mrg-t-xxxxl-272 {
    margin-top: 272px !important;
  }
  .mrg-b-xxxxl-272 {
    margin-bottom: 272px !important;
  }
}
.mrg-y-273 {
  margin-top: 273px !important;
  margin-bottom: 273px !important;
}
.mrg-t-273 {
  margin-top: 273px !important;
}
.mrg-b-273 {
  margin-bottom: 273px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-273 {
    margin-top: 273px !important;
    margin-bottom: 273px !important;
  }
  .mrg-t-sm-273 {
    margin-top: 273px !important;
  }
  .mrg-b-sm-273 {
    margin-bottom: 273px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-273 {
    margin-top: 273px !important;
    margin-bottom: 273px !important;
  }
  .mrg-t-lg-273 {
    margin-top: 273px !important;
  }
  .mrg-b-lg-273 {
    margin-bottom: 273px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-273 {
    margin-top: 273px !important;
    margin-bottom: 273px !important;
  }
  .mrg-t-xxl-273 {
    margin-top: 273px !important;
  }
  .mrg-b-xxl-273 {
    margin-bottom: 273px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-273 {
    margin-top: 273px !important;
    margin-bottom: 273px !important;
  }
  .mrg-t-xxxxl-273 {
    margin-top: 273px !important;
  }
  .mrg-b-xxxxl-273 {
    margin-bottom: 273px !important;
  }
}
.mrg-y-274 {
  margin-top: 274px !important;
  margin-bottom: 274px !important;
}
.mrg-t-274 {
  margin-top: 274px !important;
}
.mrg-b-274 {
  margin-bottom: 274px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-274 {
    margin-top: 274px !important;
    margin-bottom: 274px !important;
  }
  .mrg-t-sm-274 {
    margin-top: 274px !important;
  }
  .mrg-b-sm-274 {
    margin-bottom: 274px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-274 {
    margin-top: 274px !important;
    margin-bottom: 274px !important;
  }
  .mrg-t-lg-274 {
    margin-top: 274px !important;
  }
  .mrg-b-lg-274 {
    margin-bottom: 274px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-274 {
    margin-top: 274px !important;
    margin-bottom: 274px !important;
  }
  .mrg-t-xxl-274 {
    margin-top: 274px !important;
  }
  .mrg-b-xxl-274 {
    margin-bottom: 274px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-274 {
    margin-top: 274px !important;
    margin-bottom: 274px !important;
  }
  .mrg-t-xxxxl-274 {
    margin-top: 274px !important;
  }
  .mrg-b-xxxxl-274 {
    margin-bottom: 274px !important;
  }
}
.mrg-y-275 {
  margin-top: 275px !important;
  margin-bottom: 275px !important;
}
.mrg-t-275 {
  margin-top: 275px !important;
}
.mrg-b-275 {
  margin-bottom: 275px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-275 {
    margin-top: 275px !important;
    margin-bottom: 275px !important;
  }
  .mrg-t-sm-275 {
    margin-top: 275px !important;
  }
  .mrg-b-sm-275 {
    margin-bottom: 275px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-275 {
    margin-top: 275px !important;
    margin-bottom: 275px !important;
  }
  .mrg-t-lg-275 {
    margin-top: 275px !important;
  }
  .mrg-b-lg-275 {
    margin-bottom: 275px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-275 {
    margin-top: 275px !important;
    margin-bottom: 275px !important;
  }
  .mrg-t-xxl-275 {
    margin-top: 275px !important;
  }
  .mrg-b-xxl-275 {
    margin-bottom: 275px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-275 {
    margin-top: 275px !important;
    margin-bottom: 275px !important;
  }
  .mrg-t-xxxxl-275 {
    margin-top: 275px !important;
  }
  .mrg-b-xxxxl-275 {
    margin-bottom: 275px !important;
  }
}
.mrg-y-276 {
  margin-top: 276px !important;
  margin-bottom: 276px !important;
}
.mrg-t-276 {
  margin-top: 276px !important;
}
.mrg-b-276 {
  margin-bottom: 276px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-276 {
    margin-top: 276px !important;
    margin-bottom: 276px !important;
  }
  .mrg-t-sm-276 {
    margin-top: 276px !important;
  }
  .mrg-b-sm-276 {
    margin-bottom: 276px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-276 {
    margin-top: 276px !important;
    margin-bottom: 276px !important;
  }
  .mrg-t-lg-276 {
    margin-top: 276px !important;
  }
  .mrg-b-lg-276 {
    margin-bottom: 276px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-276 {
    margin-top: 276px !important;
    margin-bottom: 276px !important;
  }
  .mrg-t-xxl-276 {
    margin-top: 276px !important;
  }
  .mrg-b-xxl-276 {
    margin-bottom: 276px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-276 {
    margin-top: 276px !important;
    margin-bottom: 276px !important;
  }
  .mrg-t-xxxxl-276 {
    margin-top: 276px !important;
  }
  .mrg-b-xxxxl-276 {
    margin-bottom: 276px !important;
  }
}
.mrg-y-277 {
  margin-top: 277px !important;
  margin-bottom: 277px !important;
}
.mrg-t-277 {
  margin-top: 277px !important;
}
.mrg-b-277 {
  margin-bottom: 277px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-277 {
    margin-top: 277px !important;
    margin-bottom: 277px !important;
  }
  .mrg-t-sm-277 {
    margin-top: 277px !important;
  }
  .mrg-b-sm-277 {
    margin-bottom: 277px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-277 {
    margin-top: 277px !important;
    margin-bottom: 277px !important;
  }
  .mrg-t-lg-277 {
    margin-top: 277px !important;
  }
  .mrg-b-lg-277 {
    margin-bottom: 277px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-277 {
    margin-top: 277px !important;
    margin-bottom: 277px !important;
  }
  .mrg-t-xxl-277 {
    margin-top: 277px !important;
  }
  .mrg-b-xxl-277 {
    margin-bottom: 277px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-277 {
    margin-top: 277px !important;
    margin-bottom: 277px !important;
  }
  .mrg-t-xxxxl-277 {
    margin-top: 277px !important;
  }
  .mrg-b-xxxxl-277 {
    margin-bottom: 277px !important;
  }
}
.mrg-y-278 {
  margin-top: 278px !important;
  margin-bottom: 278px !important;
}
.mrg-t-278 {
  margin-top: 278px !important;
}
.mrg-b-278 {
  margin-bottom: 278px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-278 {
    margin-top: 278px !important;
    margin-bottom: 278px !important;
  }
  .mrg-t-sm-278 {
    margin-top: 278px !important;
  }
  .mrg-b-sm-278 {
    margin-bottom: 278px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-278 {
    margin-top: 278px !important;
    margin-bottom: 278px !important;
  }
  .mrg-t-lg-278 {
    margin-top: 278px !important;
  }
  .mrg-b-lg-278 {
    margin-bottom: 278px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-278 {
    margin-top: 278px !important;
    margin-bottom: 278px !important;
  }
  .mrg-t-xxl-278 {
    margin-top: 278px !important;
  }
  .mrg-b-xxl-278 {
    margin-bottom: 278px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-278 {
    margin-top: 278px !important;
    margin-bottom: 278px !important;
  }
  .mrg-t-xxxxl-278 {
    margin-top: 278px !important;
  }
  .mrg-b-xxxxl-278 {
    margin-bottom: 278px !important;
  }
}
.mrg-y-279 {
  margin-top: 279px !important;
  margin-bottom: 279px !important;
}
.mrg-t-279 {
  margin-top: 279px !important;
}
.mrg-b-279 {
  margin-bottom: 279px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-279 {
    margin-top: 279px !important;
    margin-bottom: 279px !important;
  }
  .mrg-t-sm-279 {
    margin-top: 279px !important;
  }
  .mrg-b-sm-279 {
    margin-bottom: 279px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-279 {
    margin-top: 279px !important;
    margin-bottom: 279px !important;
  }
  .mrg-t-lg-279 {
    margin-top: 279px !important;
  }
  .mrg-b-lg-279 {
    margin-bottom: 279px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-279 {
    margin-top: 279px !important;
    margin-bottom: 279px !important;
  }
  .mrg-t-xxl-279 {
    margin-top: 279px !important;
  }
  .mrg-b-xxl-279 {
    margin-bottom: 279px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-279 {
    margin-top: 279px !important;
    margin-bottom: 279px !important;
  }
  .mrg-t-xxxxl-279 {
    margin-top: 279px !important;
  }
  .mrg-b-xxxxl-279 {
    margin-bottom: 279px !important;
  }
}
.mrg-y-280 {
  margin-top: 280px !important;
  margin-bottom: 280px !important;
}
.mrg-t-280 {
  margin-top: 280px !important;
}
.mrg-b-280 {
  margin-bottom: 280px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-280 {
    margin-top: 280px !important;
    margin-bottom: 280px !important;
  }
  .mrg-t-sm-280 {
    margin-top: 280px !important;
  }
  .mrg-b-sm-280 {
    margin-bottom: 280px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-280 {
    margin-top: 280px !important;
    margin-bottom: 280px !important;
  }
  .mrg-t-lg-280 {
    margin-top: 280px !important;
  }
  .mrg-b-lg-280 {
    margin-bottom: 280px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-280 {
    margin-top: 280px !important;
    margin-bottom: 280px !important;
  }
  .mrg-t-xxl-280 {
    margin-top: 280px !important;
  }
  .mrg-b-xxl-280 {
    margin-bottom: 280px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-280 {
    margin-top: 280px !important;
    margin-bottom: 280px !important;
  }
  .mrg-t-xxxxl-280 {
    margin-top: 280px !important;
  }
  .mrg-b-xxxxl-280 {
    margin-bottom: 280px !important;
  }
}
.mrg-y-281 {
  margin-top: 281px !important;
  margin-bottom: 281px !important;
}
.mrg-t-281 {
  margin-top: 281px !important;
}
.mrg-b-281 {
  margin-bottom: 281px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-281 {
    margin-top: 281px !important;
    margin-bottom: 281px !important;
  }
  .mrg-t-sm-281 {
    margin-top: 281px !important;
  }
  .mrg-b-sm-281 {
    margin-bottom: 281px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-281 {
    margin-top: 281px !important;
    margin-bottom: 281px !important;
  }
  .mrg-t-lg-281 {
    margin-top: 281px !important;
  }
  .mrg-b-lg-281 {
    margin-bottom: 281px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-281 {
    margin-top: 281px !important;
    margin-bottom: 281px !important;
  }
  .mrg-t-xxl-281 {
    margin-top: 281px !important;
  }
  .mrg-b-xxl-281 {
    margin-bottom: 281px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-281 {
    margin-top: 281px !important;
    margin-bottom: 281px !important;
  }
  .mrg-t-xxxxl-281 {
    margin-top: 281px !important;
  }
  .mrg-b-xxxxl-281 {
    margin-bottom: 281px !important;
  }
}
.mrg-y-282 {
  margin-top: 282px !important;
  margin-bottom: 282px !important;
}
.mrg-t-282 {
  margin-top: 282px !important;
}
.mrg-b-282 {
  margin-bottom: 282px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-282 {
    margin-top: 282px !important;
    margin-bottom: 282px !important;
  }
  .mrg-t-sm-282 {
    margin-top: 282px !important;
  }
  .mrg-b-sm-282 {
    margin-bottom: 282px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-282 {
    margin-top: 282px !important;
    margin-bottom: 282px !important;
  }
  .mrg-t-lg-282 {
    margin-top: 282px !important;
  }
  .mrg-b-lg-282 {
    margin-bottom: 282px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-282 {
    margin-top: 282px !important;
    margin-bottom: 282px !important;
  }
  .mrg-t-xxl-282 {
    margin-top: 282px !important;
  }
  .mrg-b-xxl-282 {
    margin-bottom: 282px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-282 {
    margin-top: 282px !important;
    margin-bottom: 282px !important;
  }
  .mrg-t-xxxxl-282 {
    margin-top: 282px !important;
  }
  .mrg-b-xxxxl-282 {
    margin-bottom: 282px !important;
  }
}
.mrg-y-283 {
  margin-top: 283px !important;
  margin-bottom: 283px !important;
}
.mrg-t-283 {
  margin-top: 283px !important;
}
.mrg-b-283 {
  margin-bottom: 283px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-283 {
    margin-top: 283px !important;
    margin-bottom: 283px !important;
  }
  .mrg-t-sm-283 {
    margin-top: 283px !important;
  }
  .mrg-b-sm-283 {
    margin-bottom: 283px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-283 {
    margin-top: 283px !important;
    margin-bottom: 283px !important;
  }
  .mrg-t-lg-283 {
    margin-top: 283px !important;
  }
  .mrg-b-lg-283 {
    margin-bottom: 283px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-283 {
    margin-top: 283px !important;
    margin-bottom: 283px !important;
  }
  .mrg-t-xxl-283 {
    margin-top: 283px !important;
  }
  .mrg-b-xxl-283 {
    margin-bottom: 283px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-283 {
    margin-top: 283px !important;
    margin-bottom: 283px !important;
  }
  .mrg-t-xxxxl-283 {
    margin-top: 283px !important;
  }
  .mrg-b-xxxxl-283 {
    margin-bottom: 283px !important;
  }
}
.mrg-y-284 {
  margin-top: 284px !important;
  margin-bottom: 284px !important;
}
.mrg-t-284 {
  margin-top: 284px !important;
}
.mrg-b-284 {
  margin-bottom: 284px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-284 {
    margin-top: 284px !important;
    margin-bottom: 284px !important;
  }
  .mrg-t-sm-284 {
    margin-top: 284px !important;
  }
  .mrg-b-sm-284 {
    margin-bottom: 284px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-284 {
    margin-top: 284px !important;
    margin-bottom: 284px !important;
  }
  .mrg-t-lg-284 {
    margin-top: 284px !important;
  }
  .mrg-b-lg-284 {
    margin-bottom: 284px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-284 {
    margin-top: 284px !important;
    margin-bottom: 284px !important;
  }
  .mrg-t-xxl-284 {
    margin-top: 284px !important;
  }
  .mrg-b-xxl-284 {
    margin-bottom: 284px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-284 {
    margin-top: 284px !important;
    margin-bottom: 284px !important;
  }
  .mrg-t-xxxxl-284 {
    margin-top: 284px !important;
  }
  .mrg-b-xxxxl-284 {
    margin-bottom: 284px !important;
  }
}
.mrg-y-285 {
  margin-top: 285px !important;
  margin-bottom: 285px !important;
}
.mrg-t-285 {
  margin-top: 285px !important;
}
.mrg-b-285 {
  margin-bottom: 285px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-285 {
    margin-top: 285px !important;
    margin-bottom: 285px !important;
  }
  .mrg-t-sm-285 {
    margin-top: 285px !important;
  }
  .mrg-b-sm-285 {
    margin-bottom: 285px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-285 {
    margin-top: 285px !important;
    margin-bottom: 285px !important;
  }
  .mrg-t-lg-285 {
    margin-top: 285px !important;
  }
  .mrg-b-lg-285 {
    margin-bottom: 285px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-285 {
    margin-top: 285px !important;
    margin-bottom: 285px !important;
  }
  .mrg-t-xxl-285 {
    margin-top: 285px !important;
  }
  .mrg-b-xxl-285 {
    margin-bottom: 285px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-285 {
    margin-top: 285px !important;
    margin-bottom: 285px !important;
  }
  .mrg-t-xxxxl-285 {
    margin-top: 285px !important;
  }
  .mrg-b-xxxxl-285 {
    margin-bottom: 285px !important;
  }
}
.mrg-y-286 {
  margin-top: 286px !important;
  margin-bottom: 286px !important;
}
.mrg-t-286 {
  margin-top: 286px !important;
}
.mrg-b-286 {
  margin-bottom: 286px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-286 {
    margin-top: 286px !important;
    margin-bottom: 286px !important;
  }
  .mrg-t-sm-286 {
    margin-top: 286px !important;
  }
  .mrg-b-sm-286 {
    margin-bottom: 286px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-286 {
    margin-top: 286px !important;
    margin-bottom: 286px !important;
  }
  .mrg-t-lg-286 {
    margin-top: 286px !important;
  }
  .mrg-b-lg-286 {
    margin-bottom: 286px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-286 {
    margin-top: 286px !important;
    margin-bottom: 286px !important;
  }
  .mrg-t-xxl-286 {
    margin-top: 286px !important;
  }
  .mrg-b-xxl-286 {
    margin-bottom: 286px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-286 {
    margin-top: 286px !important;
    margin-bottom: 286px !important;
  }
  .mrg-t-xxxxl-286 {
    margin-top: 286px !important;
  }
  .mrg-b-xxxxl-286 {
    margin-bottom: 286px !important;
  }
}
.mrg-y-287 {
  margin-top: 287px !important;
  margin-bottom: 287px !important;
}
.mrg-t-287 {
  margin-top: 287px !important;
}
.mrg-b-287 {
  margin-bottom: 287px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-287 {
    margin-top: 287px !important;
    margin-bottom: 287px !important;
  }
  .mrg-t-sm-287 {
    margin-top: 287px !important;
  }
  .mrg-b-sm-287 {
    margin-bottom: 287px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-287 {
    margin-top: 287px !important;
    margin-bottom: 287px !important;
  }
  .mrg-t-lg-287 {
    margin-top: 287px !important;
  }
  .mrg-b-lg-287 {
    margin-bottom: 287px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-287 {
    margin-top: 287px !important;
    margin-bottom: 287px !important;
  }
  .mrg-t-xxl-287 {
    margin-top: 287px !important;
  }
  .mrg-b-xxl-287 {
    margin-bottom: 287px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-287 {
    margin-top: 287px !important;
    margin-bottom: 287px !important;
  }
  .mrg-t-xxxxl-287 {
    margin-top: 287px !important;
  }
  .mrg-b-xxxxl-287 {
    margin-bottom: 287px !important;
  }
}
.mrg-y-288 {
  margin-top: 288px !important;
  margin-bottom: 288px !important;
}
.mrg-t-288 {
  margin-top: 288px !important;
}
.mrg-b-288 {
  margin-bottom: 288px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-288 {
    margin-top: 288px !important;
    margin-bottom: 288px !important;
  }
  .mrg-t-sm-288 {
    margin-top: 288px !important;
  }
  .mrg-b-sm-288 {
    margin-bottom: 288px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-288 {
    margin-top: 288px !important;
    margin-bottom: 288px !important;
  }
  .mrg-t-lg-288 {
    margin-top: 288px !important;
  }
  .mrg-b-lg-288 {
    margin-bottom: 288px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-288 {
    margin-top: 288px !important;
    margin-bottom: 288px !important;
  }
  .mrg-t-xxl-288 {
    margin-top: 288px !important;
  }
  .mrg-b-xxl-288 {
    margin-bottom: 288px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-288 {
    margin-top: 288px !important;
    margin-bottom: 288px !important;
  }
  .mrg-t-xxxxl-288 {
    margin-top: 288px !important;
  }
  .mrg-b-xxxxl-288 {
    margin-bottom: 288px !important;
  }
}
.mrg-y-289 {
  margin-top: 289px !important;
  margin-bottom: 289px !important;
}
.mrg-t-289 {
  margin-top: 289px !important;
}
.mrg-b-289 {
  margin-bottom: 289px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-289 {
    margin-top: 289px !important;
    margin-bottom: 289px !important;
  }
  .mrg-t-sm-289 {
    margin-top: 289px !important;
  }
  .mrg-b-sm-289 {
    margin-bottom: 289px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-289 {
    margin-top: 289px !important;
    margin-bottom: 289px !important;
  }
  .mrg-t-lg-289 {
    margin-top: 289px !important;
  }
  .mrg-b-lg-289 {
    margin-bottom: 289px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-289 {
    margin-top: 289px !important;
    margin-bottom: 289px !important;
  }
  .mrg-t-xxl-289 {
    margin-top: 289px !important;
  }
  .mrg-b-xxl-289 {
    margin-bottom: 289px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-289 {
    margin-top: 289px !important;
    margin-bottom: 289px !important;
  }
  .mrg-t-xxxxl-289 {
    margin-top: 289px !important;
  }
  .mrg-b-xxxxl-289 {
    margin-bottom: 289px !important;
  }
}
.mrg-y-290 {
  margin-top: 290px !important;
  margin-bottom: 290px !important;
}
.mrg-t-290 {
  margin-top: 290px !important;
}
.mrg-b-290 {
  margin-bottom: 290px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-290 {
    margin-top: 290px !important;
    margin-bottom: 290px !important;
  }
  .mrg-t-sm-290 {
    margin-top: 290px !important;
  }
  .mrg-b-sm-290 {
    margin-bottom: 290px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-290 {
    margin-top: 290px !important;
    margin-bottom: 290px !important;
  }
  .mrg-t-lg-290 {
    margin-top: 290px !important;
  }
  .mrg-b-lg-290 {
    margin-bottom: 290px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-290 {
    margin-top: 290px !important;
    margin-bottom: 290px !important;
  }
  .mrg-t-xxl-290 {
    margin-top: 290px !important;
  }
  .mrg-b-xxl-290 {
    margin-bottom: 290px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-290 {
    margin-top: 290px !important;
    margin-bottom: 290px !important;
  }
  .mrg-t-xxxxl-290 {
    margin-top: 290px !important;
  }
  .mrg-b-xxxxl-290 {
    margin-bottom: 290px !important;
  }
}
.mrg-y-291 {
  margin-top: 291px !important;
  margin-bottom: 291px !important;
}
.mrg-t-291 {
  margin-top: 291px !important;
}
.mrg-b-291 {
  margin-bottom: 291px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-291 {
    margin-top: 291px !important;
    margin-bottom: 291px !important;
  }
  .mrg-t-sm-291 {
    margin-top: 291px !important;
  }
  .mrg-b-sm-291 {
    margin-bottom: 291px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-291 {
    margin-top: 291px !important;
    margin-bottom: 291px !important;
  }
  .mrg-t-lg-291 {
    margin-top: 291px !important;
  }
  .mrg-b-lg-291 {
    margin-bottom: 291px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-291 {
    margin-top: 291px !important;
    margin-bottom: 291px !important;
  }
  .mrg-t-xxl-291 {
    margin-top: 291px !important;
  }
  .mrg-b-xxl-291 {
    margin-bottom: 291px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-291 {
    margin-top: 291px !important;
    margin-bottom: 291px !important;
  }
  .mrg-t-xxxxl-291 {
    margin-top: 291px !important;
  }
  .mrg-b-xxxxl-291 {
    margin-bottom: 291px !important;
  }
}
.mrg-y-292 {
  margin-top: 292px !important;
  margin-bottom: 292px !important;
}
.mrg-t-292 {
  margin-top: 292px !important;
}
.mrg-b-292 {
  margin-bottom: 292px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-292 {
    margin-top: 292px !important;
    margin-bottom: 292px !important;
  }
  .mrg-t-sm-292 {
    margin-top: 292px !important;
  }
  .mrg-b-sm-292 {
    margin-bottom: 292px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-292 {
    margin-top: 292px !important;
    margin-bottom: 292px !important;
  }
  .mrg-t-lg-292 {
    margin-top: 292px !important;
  }
  .mrg-b-lg-292 {
    margin-bottom: 292px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-292 {
    margin-top: 292px !important;
    margin-bottom: 292px !important;
  }
  .mrg-t-xxl-292 {
    margin-top: 292px !important;
  }
  .mrg-b-xxl-292 {
    margin-bottom: 292px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-292 {
    margin-top: 292px !important;
    margin-bottom: 292px !important;
  }
  .mrg-t-xxxxl-292 {
    margin-top: 292px !important;
  }
  .mrg-b-xxxxl-292 {
    margin-bottom: 292px !important;
  }
}
.mrg-y-293 {
  margin-top: 293px !important;
  margin-bottom: 293px !important;
}
.mrg-t-293 {
  margin-top: 293px !important;
}
.mrg-b-293 {
  margin-bottom: 293px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-293 {
    margin-top: 293px !important;
    margin-bottom: 293px !important;
  }
  .mrg-t-sm-293 {
    margin-top: 293px !important;
  }
  .mrg-b-sm-293 {
    margin-bottom: 293px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-293 {
    margin-top: 293px !important;
    margin-bottom: 293px !important;
  }
  .mrg-t-lg-293 {
    margin-top: 293px !important;
  }
  .mrg-b-lg-293 {
    margin-bottom: 293px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-293 {
    margin-top: 293px !important;
    margin-bottom: 293px !important;
  }
  .mrg-t-xxl-293 {
    margin-top: 293px !important;
  }
  .mrg-b-xxl-293 {
    margin-bottom: 293px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-293 {
    margin-top: 293px !important;
    margin-bottom: 293px !important;
  }
  .mrg-t-xxxxl-293 {
    margin-top: 293px !important;
  }
  .mrg-b-xxxxl-293 {
    margin-bottom: 293px !important;
  }
}
.mrg-y-294 {
  margin-top: 294px !important;
  margin-bottom: 294px !important;
}
.mrg-t-294 {
  margin-top: 294px !important;
}
.mrg-b-294 {
  margin-bottom: 294px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-294 {
    margin-top: 294px !important;
    margin-bottom: 294px !important;
  }
  .mrg-t-sm-294 {
    margin-top: 294px !important;
  }
  .mrg-b-sm-294 {
    margin-bottom: 294px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-294 {
    margin-top: 294px !important;
    margin-bottom: 294px !important;
  }
  .mrg-t-lg-294 {
    margin-top: 294px !important;
  }
  .mrg-b-lg-294 {
    margin-bottom: 294px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-294 {
    margin-top: 294px !important;
    margin-bottom: 294px !important;
  }
  .mrg-t-xxl-294 {
    margin-top: 294px !important;
  }
  .mrg-b-xxl-294 {
    margin-bottom: 294px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-294 {
    margin-top: 294px !important;
    margin-bottom: 294px !important;
  }
  .mrg-t-xxxxl-294 {
    margin-top: 294px !important;
  }
  .mrg-b-xxxxl-294 {
    margin-bottom: 294px !important;
  }
}
.mrg-y-295 {
  margin-top: 295px !important;
  margin-bottom: 295px !important;
}
.mrg-t-295 {
  margin-top: 295px !important;
}
.mrg-b-295 {
  margin-bottom: 295px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-295 {
    margin-top: 295px !important;
    margin-bottom: 295px !important;
  }
  .mrg-t-sm-295 {
    margin-top: 295px !important;
  }
  .mrg-b-sm-295 {
    margin-bottom: 295px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-295 {
    margin-top: 295px !important;
    margin-bottom: 295px !important;
  }
  .mrg-t-lg-295 {
    margin-top: 295px !important;
  }
  .mrg-b-lg-295 {
    margin-bottom: 295px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-295 {
    margin-top: 295px !important;
    margin-bottom: 295px !important;
  }
  .mrg-t-xxl-295 {
    margin-top: 295px !important;
  }
  .mrg-b-xxl-295 {
    margin-bottom: 295px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-295 {
    margin-top: 295px !important;
    margin-bottom: 295px !important;
  }
  .mrg-t-xxxxl-295 {
    margin-top: 295px !important;
  }
  .mrg-b-xxxxl-295 {
    margin-bottom: 295px !important;
  }
}
.mrg-y-296 {
  margin-top: 296px !important;
  margin-bottom: 296px !important;
}
.mrg-t-296 {
  margin-top: 296px !important;
}
.mrg-b-296 {
  margin-bottom: 296px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-296 {
    margin-top: 296px !important;
    margin-bottom: 296px !important;
  }
  .mrg-t-sm-296 {
    margin-top: 296px !important;
  }
  .mrg-b-sm-296 {
    margin-bottom: 296px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-296 {
    margin-top: 296px !important;
    margin-bottom: 296px !important;
  }
  .mrg-t-lg-296 {
    margin-top: 296px !important;
  }
  .mrg-b-lg-296 {
    margin-bottom: 296px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-296 {
    margin-top: 296px !important;
    margin-bottom: 296px !important;
  }
  .mrg-t-xxl-296 {
    margin-top: 296px !important;
  }
  .mrg-b-xxl-296 {
    margin-bottom: 296px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-296 {
    margin-top: 296px !important;
    margin-bottom: 296px !important;
  }
  .mrg-t-xxxxl-296 {
    margin-top: 296px !important;
  }
  .mrg-b-xxxxl-296 {
    margin-bottom: 296px !important;
  }
}
.mrg-y-297 {
  margin-top: 297px !important;
  margin-bottom: 297px !important;
}
.mrg-t-297 {
  margin-top: 297px !important;
}
.mrg-b-297 {
  margin-bottom: 297px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-297 {
    margin-top: 297px !important;
    margin-bottom: 297px !important;
  }
  .mrg-t-sm-297 {
    margin-top: 297px !important;
  }
  .mrg-b-sm-297 {
    margin-bottom: 297px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-297 {
    margin-top: 297px !important;
    margin-bottom: 297px !important;
  }
  .mrg-t-lg-297 {
    margin-top: 297px !important;
  }
  .mrg-b-lg-297 {
    margin-bottom: 297px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-297 {
    margin-top: 297px !important;
    margin-bottom: 297px !important;
  }
  .mrg-t-xxl-297 {
    margin-top: 297px !important;
  }
  .mrg-b-xxl-297 {
    margin-bottom: 297px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-297 {
    margin-top: 297px !important;
    margin-bottom: 297px !important;
  }
  .mrg-t-xxxxl-297 {
    margin-top: 297px !important;
  }
  .mrg-b-xxxxl-297 {
    margin-bottom: 297px !important;
  }
}
.mrg-y-298 {
  margin-top: 298px !important;
  margin-bottom: 298px !important;
}
.mrg-t-298 {
  margin-top: 298px !important;
}
.mrg-b-298 {
  margin-bottom: 298px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-298 {
    margin-top: 298px !important;
    margin-bottom: 298px !important;
  }
  .mrg-t-sm-298 {
    margin-top: 298px !important;
  }
  .mrg-b-sm-298 {
    margin-bottom: 298px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-298 {
    margin-top: 298px !important;
    margin-bottom: 298px !important;
  }
  .mrg-t-lg-298 {
    margin-top: 298px !important;
  }
  .mrg-b-lg-298 {
    margin-bottom: 298px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-298 {
    margin-top: 298px !important;
    margin-bottom: 298px !important;
  }
  .mrg-t-xxl-298 {
    margin-top: 298px !important;
  }
  .mrg-b-xxl-298 {
    margin-bottom: 298px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-298 {
    margin-top: 298px !important;
    margin-bottom: 298px !important;
  }
  .mrg-t-xxxxl-298 {
    margin-top: 298px !important;
  }
  .mrg-b-xxxxl-298 {
    margin-bottom: 298px !important;
  }
}
.mrg-y-299 {
  margin-top: 299px !important;
  margin-bottom: 299px !important;
}
.mrg-t-299 {
  margin-top: 299px !important;
}
.mrg-b-299 {
  margin-bottom: 299px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-299 {
    margin-top: 299px !important;
    margin-bottom: 299px !important;
  }
  .mrg-t-sm-299 {
    margin-top: 299px !important;
  }
  .mrg-b-sm-299 {
    margin-bottom: 299px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-299 {
    margin-top: 299px !important;
    margin-bottom: 299px !important;
  }
  .mrg-t-lg-299 {
    margin-top: 299px !important;
  }
  .mrg-b-lg-299 {
    margin-bottom: 299px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-299 {
    margin-top: 299px !important;
    margin-bottom: 299px !important;
  }
  .mrg-t-xxl-299 {
    margin-top: 299px !important;
  }
  .mrg-b-xxl-299 {
    margin-bottom: 299px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-299 {
    margin-top: 299px !important;
    margin-bottom: 299px !important;
  }
  .mrg-t-xxxxl-299 {
    margin-top: 299px !important;
  }
  .mrg-b-xxxxl-299 {
    margin-bottom: 299px !important;
  }
}
.mrg-y-300 {
  margin-top: 300px !important;
  margin-bottom: 300px !important;
}
.mrg-t-300 {
  margin-top: 300px !important;
}
.mrg-b-300 {
  margin-bottom: 300px !important;
}
@media (min-width: 576px) {
  .mrg-y-sm-300 {
    margin-top: 300px !important;
    margin-bottom: 300px !important;
  }
  .mrg-t-sm-300 {
    margin-top: 300px !important;
  }
  .mrg-b-sm-300 {
    margin-bottom: 300px !important;
  }
}
@media (min-width: 991px) {
  .mrg-y-lg-300 {
    margin-top: 300px !important;
    margin-bottom: 300px !important;
  }
  .mrg-t-lg-300 {
    margin-top: 300px !important;
  }
  .mrg-b-lg-300 {
    margin-bottom: 300px !important;
  }
}
@media (min-width: 1440px) {
  .mrg-y-xxl-300 {
    margin-top: 300px !important;
    margin-bottom: 300px !important;
  }
  .mrg-t-xxl-300 {
    margin-top: 300px !important;
  }
  .mrg-b-xxl-300 {
    margin-bottom: 300px !important;
  }
}
@media (min-width: 1920px) {
  .mrg-y-xxxxl-300 {
    margin-top: 300px !important;
    margin-bottom: 300px !important;
  }
  .mrg-t-xxxxl-300 {
    margin-top: 300px !important;
  }
  .mrg-b-xxxxl-300 {
    margin-bottom: 300px !important;
  }
}
/*
 * Gap
 * -------------------------------------------------------- */
.gap-0 {
  gap: 0px !important;
}
@media (min-width: 576px) {
  .gap-sm-0 {
    gap: 0px !important;
  }
}
@media (min-width: 991px) {
  .gap-lg-0 {
    gap: 0px !important;
  }
}
@media (min-width: 1440px) {
  .gap-xxl-0 {
    gap: 0px !important;
  }
}
@media (min-width: 1920px) {
  .gap-xxxxl-0 {
    gap: 0px !important;
  }
}
.gap-1 {
  gap: 1px !important;
}
@media (min-width: 576px) {
  .gap-sm-1 {
    gap: 1px !important;
  }
}
@media (min-width: 991px) {
  .gap-lg-1 {
    gap: 1px !important;
  }
}
@media (min-width: 1440px) {
  .gap-xxl-1 {
    gap: 1px !important;
  }
}
@media (min-width: 1920px) {
  .gap-xxxxl-1 {
    gap: 1px !important;
  }
}
.gap-2 {
  gap: 2px !important;
}
@media (min-width: 576px) {
  .gap-sm-2 {
    gap: 2px !important;
  }
}
@media (min-width: 991px) {
  .gap-lg-2 {
    gap: 2px !important;
  }
}
@media (min-width: 1440px) {
  .gap-xxl-2 {
    gap: 2px !important;
  }
}
@media (min-width: 1920px) {
  .gap-xxxxl-2 {
    gap: 2px !important;
  }
}
.gap-3 {
  gap: 3px !important;
}
@media (min-width: 576px) {
  .gap-sm-3 {
    gap: 3px !important;
  }
}
@media (min-width: 991px) {
  .gap-lg-3 {
    gap: 3px !important;
  }
}
@media (min-width: 1440px) {
  .gap-xxl-3 {
    gap: 3px !important;
  }
}
@media (min-width: 1920px) {
  .gap-xxxxl-3 {
    gap: 3px !important;
  }
}
.gap-4 {
  gap: 4px !important;
}
@media (min-width: 576px) {
  .gap-sm-4 {
    gap: 4px !important;
  }
}
@media (min-width: 991px) {
  .gap-lg-4 {
    gap: 4px !important;
  }
}
@media (min-width: 1440px) {
  .gap-xxl-4 {
    gap: 4px !important;
  }
}
@media (min-width: 1920px) {
  .gap-xxxxl-4 {
    gap: 4px !important;
  }
}
.gap-5 {
  gap: 5px !important;
}
@media (min-width: 576px) {
  .gap-sm-5 {
    gap: 5px !important;
  }
}
@media (min-width: 991px) {
  .gap-lg-5 {
    gap: 5px !important;
  }
}
@media (min-width: 1440px) {
  .gap-xxl-5 {
    gap: 5px !important;
  }
}
@media (min-width: 1920px) {
  .gap-xxxxl-5 {
    gap: 5px !important;
  }
}
.gap-6 {
  gap: 6px !important;
}
@media (min-width: 576px) {
  .gap-sm-6 {
    gap: 6px !important;
  }
}
@media (min-width: 991px) {
  .gap-lg-6 {
    gap: 6px !important;
  }
}
@media (min-width: 1440px) {
  .gap-xxl-6 {
    gap: 6px !important;
  }
}
@media (min-width: 1920px) {
  .gap-xxxxl-6 {
    gap: 6px !important;
  }
}
.gap-7 {
  gap: 7px !important;
}
@media (min-width: 576px) {
  .gap-sm-7 {
    gap: 7px !important;
  }
}
@media (min-width: 991px) {
  .gap-lg-7 {
    gap: 7px !important;
  }
}
@media (min-width: 1440px) {
  .gap-xxl-7 {
    gap: 7px !important;
  }
}
@media (min-width: 1920px) {
  .gap-xxxxl-7 {
    gap: 7px !important;
  }
}
.gap-8 {
  gap: 8px !important;
}
@media (min-width: 576px) {
  .gap-sm-8 {
    gap: 8px !important;
  }
}
@media (min-width: 991px) {
  .gap-lg-8 {
    gap: 8px !important;
  }
}
@media (min-width: 1440px) {
  .gap-xxl-8 {
    gap: 8px !important;
  }
}
@media (min-width: 1920px) {
  .gap-xxxxl-8 {
    gap: 8px !important;
  }
}
.gap-9 {
  gap: 9px !important;
}
@media (min-width: 576px) {
  .gap-sm-9 {
    gap: 9px !important;
  }
}
@media (min-width: 991px) {
  .gap-lg-9 {
    gap: 9px !important;
  }
}
@media (min-width: 1440px) {
  .gap-xxl-9 {
    gap: 9px !important;
  }
}
@media (min-width: 1920px) {
  .gap-xxxxl-9 {
    gap: 9px !important;
  }
}
.gap-10 {
  gap: 10px !important;
}
@media (min-width: 576px) {
  .gap-sm-10 {
    gap: 10px !important;
  }
}
@media (min-width: 991px) {
  .gap-lg-10 {
    gap: 10px !important;
  }
}
@media (min-width: 1440px) {
  .gap-xxl-10 {
    gap: 10px !important;
  }
}
@media (min-width: 1920px) {
  .gap-xxxxl-10 {
    gap: 10px !important;
  }
}
.gap-11 {
  gap: 11px !important;
}
@media (min-width: 576px) {
  .gap-sm-11 {
    gap: 11px !important;
  }
}
@media (min-width: 991px) {
  .gap-lg-11 {
    gap: 11px !important;
  }
}
@media (min-width: 1440px) {
  .gap-xxl-11 {
    gap: 11px !important;
  }
}
@media (min-width: 1920px) {
  .gap-xxxxl-11 {
    gap: 11px !important;
  }
}
.gap-12 {
  gap: 12px !important;
}
@media (min-width: 576px) {
  .gap-sm-12 {
    gap: 12px !important;
  }
}
@media (min-width: 991px) {
  .gap-lg-12 {
    gap: 12px !important;
  }
}
@media (min-width: 1440px) {
  .gap-xxl-12 {
    gap: 12px !important;
  }
}
@media (min-width: 1920px) {
  .gap-xxxxl-12 {
    gap: 12px !important;
  }
}
.gap-13 {
  gap: 13px !important;
}
@media (min-width: 576px) {
  .gap-sm-13 {
    gap: 13px !important;
  }
}
@media (min-width: 991px) {
  .gap-lg-13 {
    gap: 13px !important;
  }
}
@media (min-width: 1440px) {
  .gap-xxl-13 {
    gap: 13px !important;
  }
}
@media (min-width: 1920px) {
  .gap-xxxxl-13 {
    gap: 13px !important;
  }
}
.gap-14 {
  gap: 14px !important;
}
@media (min-width: 576px) {
  .gap-sm-14 {
    gap: 14px !important;
  }
}
@media (min-width: 991px) {
  .gap-lg-14 {
    gap: 14px !important;
  }
}
@media (min-width: 1440px) {
  .gap-xxl-14 {
    gap: 14px !important;
  }
}
@media (min-width: 1920px) {
  .gap-xxxxl-14 {
    gap: 14px !important;
  }
}
.gap-15 {
  gap: 15px !important;
}
@media (min-width: 576px) {
  .gap-sm-15 {
    gap: 15px !important;
  }
}
@media (min-width: 991px) {
  .gap-lg-15 {
    gap: 15px !important;
  }
}
@media (min-width: 1440px) {
  .gap-xxl-15 {
    gap: 15px !important;
  }
}
@media (min-width: 1920px) {
  .gap-xxxxl-15 {
    gap: 15px !important;
  }
}
.gap-16 {
  gap: 16px !important;
}
@media (min-width: 576px) {
  .gap-sm-16 {
    gap: 16px !important;
  }
}
@media (min-width: 991px) {
  .gap-lg-16 {
    gap: 16px !important;
  }
}
@media (min-width: 1440px) {
  .gap-xxl-16 {
    gap: 16px !important;
  }
}
@media (min-width: 1920px) {
  .gap-xxxxl-16 {
    gap: 16px !important;
  }
}
.gap-17 {
  gap: 17px !important;
}
@media (min-width: 576px) {
  .gap-sm-17 {
    gap: 17px !important;
  }
}
@media (min-width: 991px) {
  .gap-lg-17 {
    gap: 17px !important;
  }
}
@media (min-width: 1440px) {
  .gap-xxl-17 {
    gap: 17px !important;
  }
}
@media (min-width: 1920px) {
  .gap-xxxxl-17 {
    gap: 17px !important;
  }
}
.gap-18 {
  gap: 18px !important;
}
@media (min-width: 576px) {
  .gap-sm-18 {
    gap: 18px !important;
  }
}
@media (min-width: 991px) {
  .gap-lg-18 {
    gap: 18px !important;
  }
}
@media (min-width: 1440px) {
  .gap-xxl-18 {
    gap: 18px !important;
  }
}
@media (min-width: 1920px) {
  .gap-xxxxl-18 {
    gap: 18px !important;
  }
}
.gap-19 {
  gap: 19px !important;
}
@media (min-width: 576px) {
  .gap-sm-19 {
    gap: 19px !important;
  }
}
@media (min-width: 991px) {
  .gap-lg-19 {
    gap: 19px !important;
  }
}
@media (min-width: 1440px) {
  .gap-xxl-19 {
    gap: 19px !important;
  }
}
@media (min-width: 1920px) {
  .gap-xxxxl-19 {
    gap: 19px !important;
  }
}
.gap-20 {
  gap: 20px !important;
}
@media (min-width: 576px) {
  .gap-sm-20 {
    gap: 20px !important;
  }
}
@media (min-width: 991px) {
  .gap-lg-20 {
    gap: 20px !important;
  }
}
@media (min-width: 1440px) {
  .gap-xxl-20 {
    gap: 20px !important;
  }
}
@media (min-width: 1920px) {
  .gap-xxxxl-20 {
    gap: 20px !important;
  }
}
.gap-21 {
  gap: 21px !important;
}
@media (min-width: 576px) {
  .gap-sm-21 {
    gap: 21px !important;
  }
}
@media (min-width: 991px) {
  .gap-lg-21 {
    gap: 21px !important;
  }
}
@media (min-width: 1440px) {
  .gap-xxl-21 {
    gap: 21px !important;
  }
}
@media (min-width: 1920px) {
  .gap-xxxxl-21 {
    gap: 21px !important;
  }
}
.gap-22 {
  gap: 22px !important;
}
@media (min-width: 576px) {
  .gap-sm-22 {
    gap: 22px !important;
  }
}
@media (min-width: 991px) {
  .gap-lg-22 {
    gap: 22px !important;
  }
}
@media (min-width: 1440px) {
  .gap-xxl-22 {
    gap: 22px !important;
  }
}
@media (min-width: 1920px) {
  .gap-xxxxl-22 {
    gap: 22px !important;
  }
}
.gap-23 {
  gap: 23px !important;
}
@media (min-width: 576px) {
  .gap-sm-23 {
    gap: 23px !important;
  }
}
@media (min-width: 991px) {
  .gap-lg-23 {
    gap: 23px !important;
  }
}
@media (min-width: 1440px) {
  .gap-xxl-23 {
    gap: 23px !important;
  }
}
@media (min-width: 1920px) {
  .gap-xxxxl-23 {
    gap: 23px !important;
  }
}
.gap-24 {
  gap: 24px !important;
}
@media (min-width: 576px) {
  .gap-sm-24 {
    gap: 24px !important;
  }
}
@media (min-width: 991px) {
  .gap-lg-24 {
    gap: 24px !important;
  }
}
@media (min-width: 1440px) {
  .gap-xxl-24 {
    gap: 24px !important;
  }
}
@media (min-width: 1920px) {
  .gap-xxxxl-24 {
    gap: 24px !important;
  }
}
.gap-25 {
  gap: 25px !important;
}
@media (min-width: 576px) {
  .gap-sm-25 {
    gap: 25px !important;
  }
}
@media (min-width: 991px) {
  .gap-lg-25 {
    gap: 25px !important;
  }
}
@media (min-width: 1440px) {
  .gap-xxl-25 {
    gap: 25px !important;
  }
}
@media (min-width: 1920px) {
  .gap-xxxxl-25 {
    gap: 25px !important;
  }
}
.gap-26 {
  gap: 26px !important;
}
@media (min-width: 576px) {
  .gap-sm-26 {
    gap: 26px !important;
  }
}
@media (min-width: 991px) {
  .gap-lg-26 {
    gap: 26px !important;
  }
}
@media (min-width: 1440px) {
  .gap-xxl-26 {
    gap: 26px !important;
  }
}
@media (min-width: 1920px) {
  .gap-xxxxl-26 {
    gap: 26px !important;
  }
}
.gap-27 {
  gap: 27px !important;
}
@media (min-width: 576px) {
  .gap-sm-27 {
    gap: 27px !important;
  }
}
@media (min-width: 991px) {
  .gap-lg-27 {
    gap: 27px !important;
  }
}
@media (min-width: 1440px) {
  .gap-xxl-27 {
    gap: 27px !important;
  }
}
@media (min-width: 1920px) {
  .gap-xxxxl-27 {
    gap: 27px !important;
  }
}
.gap-28 {
  gap: 28px !important;
}
@media (min-width: 576px) {
  .gap-sm-28 {
    gap: 28px !important;
  }
}
@media (min-width: 991px) {
  .gap-lg-28 {
    gap: 28px !important;
  }
}
@media (min-width: 1440px) {
  .gap-xxl-28 {
    gap: 28px !important;
  }
}
@media (min-width: 1920px) {
  .gap-xxxxl-28 {
    gap: 28px !important;
  }
}
.gap-29 {
  gap: 29px !important;
}
@media (min-width: 576px) {
  .gap-sm-29 {
    gap: 29px !important;
  }
}
@media (min-width: 991px) {
  .gap-lg-29 {
    gap: 29px !important;
  }
}
@media (min-width: 1440px) {
  .gap-xxl-29 {
    gap: 29px !important;
  }
}
@media (min-width: 1920px) {
  .gap-xxxxl-29 {
    gap: 29px !important;
  }
}
.gap-30 {
  gap: 30px !important;
}
@media (min-width: 576px) {
  .gap-sm-30 {
    gap: 30px !important;
  }
}
@media (min-width: 991px) {
  .gap-lg-30 {
    gap: 30px !important;
  }
}
@media (min-width: 1440px) {
  .gap-xxl-30 {
    gap: 30px !important;
  }
}
@media (min-width: 1920px) {
  .gap-xxxxl-30 {
    gap: 30px !important;
  }
}
.gap-31 {
  gap: 31px !important;
}
@media (min-width: 576px) {
  .gap-sm-31 {
    gap: 31px !important;
  }
}
@media (min-width: 991px) {
  .gap-lg-31 {
    gap: 31px !important;
  }
}
@media (min-width: 1440px) {
  .gap-xxl-31 {
    gap: 31px !important;
  }
}
@media (min-width: 1920px) {
  .gap-xxxxl-31 {
    gap: 31px !important;
  }
}
.gap-32 {
  gap: 32px !important;
}
@media (min-width: 576px) {
  .gap-sm-32 {
    gap: 32px !important;
  }
}
@media (min-width: 991px) {
  .gap-lg-32 {
    gap: 32px !important;
  }
}
@media (min-width: 1440px) {
  .gap-xxl-32 {
    gap: 32px !important;
  }
}
@media (min-width: 1920px) {
  .gap-xxxxl-32 {
    gap: 32px !important;
  }
}
.gap-33 {
  gap: 33px !important;
}
@media (min-width: 576px) {
  .gap-sm-33 {
    gap: 33px !important;
  }
}
@media (min-width: 991px) {
  .gap-lg-33 {
    gap: 33px !important;
  }
}
@media (min-width: 1440px) {
  .gap-xxl-33 {
    gap: 33px !important;
  }
}
@media (min-width: 1920px) {
  .gap-xxxxl-33 {
    gap: 33px !important;
  }
}
.gap-34 {
  gap: 34px !important;
}
@media (min-width: 576px) {
  .gap-sm-34 {
    gap: 34px !important;
  }
}
@media (min-width: 991px) {
  .gap-lg-34 {
    gap: 34px !important;
  }
}
@media (min-width: 1440px) {
  .gap-xxl-34 {
    gap: 34px !important;
  }
}
@media (min-width: 1920px) {
  .gap-xxxxl-34 {
    gap: 34px !important;
  }
}
.gap-35 {
  gap: 35px !important;
}
@media (min-width: 576px) {
  .gap-sm-35 {
    gap: 35px !important;
  }
}
@media (min-width: 991px) {
  .gap-lg-35 {
    gap: 35px !important;
  }
}
@media (min-width: 1440px) {
  .gap-xxl-35 {
    gap: 35px !important;
  }
}
@media (min-width: 1920px) {
  .gap-xxxxl-35 {
    gap: 35px !important;
  }
}
.gap-36 {
  gap: 36px !important;
}
@media (min-width: 576px) {
  .gap-sm-36 {
    gap: 36px !important;
  }
}
@media (min-width: 991px) {
  .gap-lg-36 {
    gap: 36px !important;
  }
}
@media (min-width: 1440px) {
  .gap-xxl-36 {
    gap: 36px !important;
  }
}
@media (min-width: 1920px) {
  .gap-xxxxl-36 {
    gap: 36px !important;
  }
}
.gap-37 {
  gap: 37px !important;
}
@media (min-width: 576px) {
  .gap-sm-37 {
    gap: 37px !important;
  }
}
@media (min-width: 991px) {
  .gap-lg-37 {
    gap: 37px !important;
  }
}
@media (min-width: 1440px) {
  .gap-xxl-37 {
    gap: 37px !important;
  }
}
@media (min-width: 1920px) {
  .gap-xxxxl-37 {
    gap: 37px !important;
  }
}
.gap-38 {
  gap: 38px !important;
}
@media (min-width: 576px) {
  .gap-sm-38 {
    gap: 38px !important;
  }
}
@media (min-width: 991px) {
  .gap-lg-38 {
    gap: 38px !important;
  }
}
@media (min-width: 1440px) {
  .gap-xxl-38 {
    gap: 38px !important;
  }
}
@media (min-width: 1920px) {
  .gap-xxxxl-38 {
    gap: 38px !important;
  }
}
.gap-39 {
  gap: 39px !important;
}
@media (min-width: 576px) {
  .gap-sm-39 {
    gap: 39px !important;
  }
}
@media (min-width: 991px) {
  .gap-lg-39 {
    gap: 39px !important;
  }
}
@media (min-width: 1440px) {
  .gap-xxl-39 {
    gap: 39px !important;
  }
}
@media (min-width: 1920px) {
  .gap-xxxxl-39 {
    gap: 39px !important;
  }
}
.gap-40 {
  gap: 40px !important;
}
@media (min-width: 576px) {
  .gap-sm-40 {
    gap: 40px !important;
  }
}
@media (min-width: 991px) {
  .gap-lg-40 {
    gap: 40px !important;
  }
}
@media (min-width: 1440px) {
  .gap-xxl-40 {
    gap: 40px !important;
  }
}
@media (min-width: 1920px) {
  .gap-xxxxl-40 {
    gap: 40px !important;
  }
}
.gap-41 {
  gap: 41px !important;
}
@media (min-width: 576px) {
  .gap-sm-41 {
    gap: 41px !important;
  }
}
@media (min-width: 991px) {
  .gap-lg-41 {
    gap: 41px !important;
  }
}
@media (min-width: 1440px) {
  .gap-xxl-41 {
    gap: 41px !important;
  }
}
@media (min-width: 1920px) {
  .gap-xxxxl-41 {
    gap: 41px !important;
  }
}
.gap-42 {
  gap: 42px !important;
}
@media (min-width: 576px) {
  .gap-sm-42 {
    gap: 42px !important;
  }
}
@media (min-width: 991px) {
  .gap-lg-42 {
    gap: 42px !important;
  }
}
@media (min-width: 1440px) {
  .gap-xxl-42 {
    gap: 42px !important;
  }
}
@media (min-width: 1920px) {
  .gap-xxxxl-42 {
    gap: 42px !important;
  }
}
.gap-43 {
  gap: 43px !important;
}
@media (min-width: 576px) {
  .gap-sm-43 {
    gap: 43px !important;
  }
}
@media (min-width: 991px) {
  .gap-lg-43 {
    gap: 43px !important;
  }
}
@media (min-width: 1440px) {
  .gap-xxl-43 {
    gap: 43px !important;
  }
}
@media (min-width: 1920px) {
  .gap-xxxxl-43 {
    gap: 43px !important;
  }
}
.gap-44 {
  gap: 44px !important;
}
@media (min-width: 576px) {
  .gap-sm-44 {
    gap: 44px !important;
  }
}
@media (min-width: 991px) {
  .gap-lg-44 {
    gap: 44px !important;
  }
}
@media (min-width: 1440px) {
  .gap-xxl-44 {
    gap: 44px !important;
  }
}
@media (min-width: 1920px) {
  .gap-xxxxl-44 {
    gap: 44px !important;
  }
}
.gap-45 {
  gap: 45px !important;
}
@media (min-width: 576px) {
  .gap-sm-45 {
    gap: 45px !important;
  }
}
@media (min-width: 991px) {
  .gap-lg-45 {
    gap: 45px !important;
  }
}
@media (min-width: 1440px) {
  .gap-xxl-45 {
    gap: 45px !important;
  }
}
@media (min-width: 1920px) {
  .gap-xxxxl-45 {
    gap: 45px !important;
  }
}
.gap-46 {
  gap: 46px !important;
}
@media (min-width: 576px) {
  .gap-sm-46 {
    gap: 46px !important;
  }
}
@media (min-width: 991px) {
  .gap-lg-46 {
    gap: 46px !important;
  }
}
@media (min-width: 1440px) {
  .gap-xxl-46 {
    gap: 46px !important;
  }
}
@media (min-width: 1920px) {
  .gap-xxxxl-46 {
    gap: 46px !important;
  }
}
.gap-47 {
  gap: 47px !important;
}
@media (min-width: 576px) {
  .gap-sm-47 {
    gap: 47px !important;
  }
}
@media (min-width: 991px) {
  .gap-lg-47 {
    gap: 47px !important;
  }
}
@media (min-width: 1440px) {
  .gap-xxl-47 {
    gap: 47px !important;
  }
}
@media (min-width: 1920px) {
  .gap-xxxxl-47 {
    gap: 47px !important;
  }
}
.gap-48 {
  gap: 48px !important;
}
@media (min-width: 576px) {
  .gap-sm-48 {
    gap: 48px !important;
  }
}
@media (min-width: 991px) {
  .gap-lg-48 {
    gap: 48px !important;
  }
}
@media (min-width: 1440px) {
  .gap-xxl-48 {
    gap: 48px !important;
  }
}
@media (min-width: 1920px) {
  .gap-xxxxl-48 {
    gap: 48px !important;
  }
}
.gap-49 {
  gap: 49px !important;
}
@media (min-width: 576px) {
  .gap-sm-49 {
    gap: 49px !important;
  }
}
@media (min-width: 991px) {
  .gap-lg-49 {
    gap: 49px !important;
  }
}
@media (min-width: 1440px) {
  .gap-xxl-49 {
    gap: 49px !important;
  }
}
@media (min-width: 1920px) {
  .gap-xxxxl-49 {
    gap: 49px !important;
  }
}
.gap-50 {
  gap: 50px !important;
}
@media (min-width: 576px) {
  .gap-sm-50 {
    gap: 50px !important;
  }
}
@media (min-width: 991px) {
  .gap-lg-50 {
    gap: 50px !important;
  }
}
@media (min-width: 1440px) {
  .gap-xxl-50 {
    gap: 50px !important;
  }
}
@media (min-width: 1920px) {
  .gap-xxxxl-50 {
    gap: 50px !important;
  }
}
.gap-51 {
  gap: 51px !important;
}
@media (min-width: 576px) {
  .gap-sm-51 {
    gap: 51px !important;
  }
}
@media (min-width: 991px) {
  .gap-lg-51 {
    gap: 51px !important;
  }
}
@media (min-width: 1440px) {
  .gap-xxl-51 {
    gap: 51px !important;
  }
}
@media (min-width: 1920px) {
  .gap-xxxxl-51 {
    gap: 51px !important;
  }
}
.gap-52 {
  gap: 52px !important;
}
@media (min-width: 576px) {
  .gap-sm-52 {
    gap: 52px !important;
  }
}
@media (min-width: 991px) {
  .gap-lg-52 {
    gap: 52px !important;
  }
}
@media (min-width: 1440px) {
  .gap-xxl-52 {
    gap: 52px !important;
  }
}
@media (min-width: 1920px) {
  .gap-xxxxl-52 {
    gap: 52px !important;
  }
}
.gap-53 {
  gap: 53px !important;
}
@media (min-width: 576px) {
  .gap-sm-53 {
    gap: 53px !important;
  }
}
@media (min-width: 991px) {
  .gap-lg-53 {
    gap: 53px !important;
  }
}
@media (min-width: 1440px) {
  .gap-xxl-53 {
    gap: 53px !important;
  }
}
@media (min-width: 1920px) {
  .gap-xxxxl-53 {
    gap: 53px !important;
  }
}
.gap-54 {
  gap: 54px !important;
}
@media (min-width: 576px) {
  .gap-sm-54 {
    gap: 54px !important;
  }
}
@media (min-width: 991px) {
  .gap-lg-54 {
    gap: 54px !important;
  }
}
@media (min-width: 1440px) {
  .gap-xxl-54 {
    gap: 54px !important;
  }
}
@media (min-width: 1920px) {
  .gap-xxxxl-54 {
    gap: 54px !important;
  }
}
.gap-55 {
  gap: 55px !important;
}
@media (min-width: 576px) {
  .gap-sm-55 {
    gap: 55px !important;
  }
}
@media (min-width: 991px) {
  .gap-lg-55 {
    gap: 55px !important;
  }
}
@media (min-width: 1440px) {
  .gap-xxl-55 {
    gap: 55px !important;
  }
}
@media (min-width: 1920px) {
  .gap-xxxxl-55 {
    gap: 55px !important;
  }
}
.gap-56 {
  gap: 56px !important;
}
@media (min-width: 576px) {
  .gap-sm-56 {
    gap: 56px !important;
  }
}
@media (min-width: 991px) {
  .gap-lg-56 {
    gap: 56px !important;
  }
}
@media (min-width: 1440px) {
  .gap-xxl-56 {
    gap: 56px !important;
  }
}
@media (min-width: 1920px) {
  .gap-xxxxl-56 {
    gap: 56px !important;
  }
}
.gap-57 {
  gap: 57px !important;
}
@media (min-width: 576px) {
  .gap-sm-57 {
    gap: 57px !important;
  }
}
@media (min-width: 991px) {
  .gap-lg-57 {
    gap: 57px !important;
  }
}
@media (min-width: 1440px) {
  .gap-xxl-57 {
    gap: 57px !important;
  }
}
@media (min-width: 1920px) {
  .gap-xxxxl-57 {
    gap: 57px !important;
  }
}
.gap-58 {
  gap: 58px !important;
}
@media (min-width: 576px) {
  .gap-sm-58 {
    gap: 58px !important;
  }
}
@media (min-width: 991px) {
  .gap-lg-58 {
    gap: 58px !important;
  }
}
@media (min-width: 1440px) {
  .gap-xxl-58 {
    gap: 58px !important;
  }
}
@media (min-width: 1920px) {
  .gap-xxxxl-58 {
    gap: 58px !important;
  }
}
.gap-59 {
  gap: 59px !important;
}
@media (min-width: 576px) {
  .gap-sm-59 {
    gap: 59px !important;
  }
}
@media (min-width: 991px) {
  .gap-lg-59 {
    gap: 59px !important;
  }
}
@media (min-width: 1440px) {
  .gap-xxl-59 {
    gap: 59px !important;
  }
}
@media (min-width: 1920px) {
  .gap-xxxxl-59 {
    gap: 59px !important;
  }
}
.gap-60 {
  gap: 60px !important;
}
@media (min-width: 576px) {
  .gap-sm-60 {
    gap: 60px !important;
  }
}
@media (min-width: 991px) {
  .gap-lg-60 {
    gap: 60px !important;
  }
}
@media (min-width: 1440px) {
  .gap-xxl-60 {
    gap: 60px !important;
  }
}
@media (min-width: 1920px) {
  .gap-xxxxl-60 {
    gap: 60px !important;
  }
}
.gap-61 {
  gap: 61px !important;
}
@media (min-width: 576px) {
  .gap-sm-61 {
    gap: 61px !important;
  }
}
@media (min-width: 991px) {
  .gap-lg-61 {
    gap: 61px !important;
  }
}
@media (min-width: 1440px) {
  .gap-xxl-61 {
    gap: 61px !important;
  }
}
@media (min-width: 1920px) {
  .gap-xxxxl-61 {
    gap: 61px !important;
  }
}
.gap-62 {
  gap: 62px !important;
}
@media (min-width: 576px) {
  .gap-sm-62 {
    gap: 62px !important;
  }
}
@media (min-width: 991px) {
  .gap-lg-62 {
    gap: 62px !important;
  }
}
@media (min-width: 1440px) {
  .gap-xxl-62 {
    gap: 62px !important;
  }
}
@media (min-width: 1920px) {
  .gap-xxxxl-62 {
    gap: 62px !important;
  }
}
.gap-63 {
  gap: 63px !important;
}
@media (min-width: 576px) {
  .gap-sm-63 {
    gap: 63px !important;
  }
}
@media (min-width: 991px) {
  .gap-lg-63 {
    gap: 63px !important;
  }
}
@media (min-width: 1440px) {
  .gap-xxl-63 {
    gap: 63px !important;
  }
}
@media (min-width: 1920px) {
  .gap-xxxxl-63 {
    gap: 63px !important;
  }
}
.gap-64 {
  gap: 64px !important;
}
@media (min-width: 576px) {
  .gap-sm-64 {
    gap: 64px !important;
  }
}
@media (min-width: 991px) {
  .gap-lg-64 {
    gap: 64px !important;
  }
}
@media (min-width: 1440px) {
  .gap-xxl-64 {
    gap: 64px !important;
  }
}
@media (min-width: 1920px) {
  .gap-xxxxl-64 {
    gap: 64px !important;
  }
}
.gap-65 {
  gap: 65px !important;
}
@media (min-width: 576px) {
  .gap-sm-65 {
    gap: 65px !important;
  }
}
@media (min-width: 991px) {
  .gap-lg-65 {
    gap: 65px !important;
  }
}
@media (min-width: 1440px) {
  .gap-xxl-65 {
    gap: 65px !important;
  }
}
@media (min-width: 1920px) {
  .gap-xxxxl-65 {
    gap: 65px !important;
  }
}
.gap-66 {
  gap: 66px !important;
}
@media (min-width: 576px) {
  .gap-sm-66 {
    gap: 66px !important;
  }
}
@media (min-width: 991px) {
  .gap-lg-66 {
    gap: 66px !important;
  }
}
@media (min-width: 1440px) {
  .gap-xxl-66 {
    gap: 66px !important;
  }
}
@media (min-width: 1920px) {
  .gap-xxxxl-66 {
    gap: 66px !important;
  }
}
.gap-67 {
  gap: 67px !important;
}
@media (min-width: 576px) {
  .gap-sm-67 {
    gap: 67px !important;
  }
}
@media (min-width: 991px) {
  .gap-lg-67 {
    gap: 67px !important;
  }
}
@media (min-width: 1440px) {
  .gap-xxl-67 {
    gap: 67px !important;
  }
}
@media (min-width: 1920px) {
  .gap-xxxxl-67 {
    gap: 67px !important;
  }
}
.gap-68 {
  gap: 68px !important;
}
@media (min-width: 576px) {
  .gap-sm-68 {
    gap: 68px !important;
  }
}
@media (min-width: 991px) {
  .gap-lg-68 {
    gap: 68px !important;
  }
}
@media (min-width: 1440px) {
  .gap-xxl-68 {
    gap: 68px !important;
  }
}
@media (min-width: 1920px) {
  .gap-xxxxl-68 {
    gap: 68px !important;
  }
}
.gap-69 {
  gap: 69px !important;
}
@media (min-width: 576px) {
  .gap-sm-69 {
    gap: 69px !important;
  }
}
@media (min-width: 991px) {
  .gap-lg-69 {
    gap: 69px !important;
  }
}
@media (min-width: 1440px) {
  .gap-xxl-69 {
    gap: 69px !important;
  }
}
@media (min-width: 1920px) {
  .gap-xxxxl-69 {
    gap: 69px !important;
  }
}
.gap-70 {
  gap: 70px !important;
}
@media (min-width: 576px) {
  .gap-sm-70 {
    gap: 70px !important;
  }
}
@media (min-width: 991px) {
  .gap-lg-70 {
    gap: 70px !important;
  }
}
@media (min-width: 1440px) {
  .gap-xxl-70 {
    gap: 70px !important;
  }
}
@media (min-width: 1920px) {
  .gap-xxxxl-70 {
    gap: 70px !important;
  }
}
.gap-71 {
  gap: 71px !important;
}
@media (min-width: 576px) {
  .gap-sm-71 {
    gap: 71px !important;
  }
}
@media (min-width: 991px) {
  .gap-lg-71 {
    gap: 71px !important;
  }
}
@media (min-width: 1440px) {
  .gap-xxl-71 {
    gap: 71px !important;
  }
}
@media (min-width: 1920px) {
  .gap-xxxxl-71 {
    gap: 71px !important;
  }
}
.gap-72 {
  gap: 72px !important;
}
@media (min-width: 576px) {
  .gap-sm-72 {
    gap: 72px !important;
  }
}
@media (min-width: 991px) {
  .gap-lg-72 {
    gap: 72px !important;
  }
}
@media (min-width: 1440px) {
  .gap-xxl-72 {
    gap: 72px !important;
  }
}
@media (min-width: 1920px) {
  .gap-xxxxl-72 {
    gap: 72px !important;
  }
}
.gap-73 {
  gap: 73px !important;
}
@media (min-width: 576px) {
  .gap-sm-73 {
    gap: 73px !important;
  }
}
@media (min-width: 991px) {
  .gap-lg-73 {
    gap: 73px !important;
  }
}
@media (min-width: 1440px) {
  .gap-xxl-73 {
    gap: 73px !important;
  }
}
@media (min-width: 1920px) {
  .gap-xxxxl-73 {
    gap: 73px !important;
  }
}
.gap-74 {
  gap: 74px !important;
}
@media (min-width: 576px) {
  .gap-sm-74 {
    gap: 74px !important;
  }
}
@media (min-width: 991px) {
  .gap-lg-74 {
    gap: 74px !important;
  }
}
@media (min-width: 1440px) {
  .gap-xxl-74 {
    gap: 74px !important;
  }
}
@media (min-width: 1920px) {
  .gap-xxxxl-74 {
    gap: 74px !important;
  }
}
.gap-75 {
  gap: 75px !important;
}
@media (min-width: 576px) {
  .gap-sm-75 {
    gap: 75px !important;
  }
}
@media (min-width: 991px) {
  .gap-lg-75 {
    gap: 75px !important;
  }
}
@media (min-width: 1440px) {
  .gap-xxl-75 {
    gap: 75px !important;
  }
}
@media (min-width: 1920px) {
  .gap-xxxxl-75 {
    gap: 75px !important;
  }
}
.gap-76 {
  gap: 76px !important;
}
@media (min-width: 576px) {
  .gap-sm-76 {
    gap: 76px !important;
  }
}
@media (min-width: 991px) {
  .gap-lg-76 {
    gap: 76px !important;
  }
}
@media (min-width: 1440px) {
  .gap-xxl-76 {
    gap: 76px !important;
  }
}
@media (min-width: 1920px) {
  .gap-xxxxl-76 {
    gap: 76px !important;
  }
}
.gap-77 {
  gap: 77px !important;
}
@media (min-width: 576px) {
  .gap-sm-77 {
    gap: 77px !important;
  }
}
@media (min-width: 991px) {
  .gap-lg-77 {
    gap: 77px !important;
  }
}
@media (min-width: 1440px) {
  .gap-xxl-77 {
    gap: 77px !important;
  }
}
@media (min-width: 1920px) {
  .gap-xxxxl-77 {
    gap: 77px !important;
  }
}
.gap-78 {
  gap: 78px !important;
}
@media (min-width: 576px) {
  .gap-sm-78 {
    gap: 78px !important;
  }
}
@media (min-width: 991px) {
  .gap-lg-78 {
    gap: 78px !important;
  }
}
@media (min-width: 1440px) {
  .gap-xxl-78 {
    gap: 78px !important;
  }
}
@media (min-width: 1920px) {
  .gap-xxxxl-78 {
    gap: 78px !important;
  }
}
.gap-79 {
  gap: 79px !important;
}
@media (min-width: 576px) {
  .gap-sm-79 {
    gap: 79px !important;
  }
}
@media (min-width: 991px) {
  .gap-lg-79 {
    gap: 79px !important;
  }
}
@media (min-width: 1440px) {
  .gap-xxl-79 {
    gap: 79px !important;
  }
}
@media (min-width: 1920px) {
  .gap-xxxxl-79 {
    gap: 79px !important;
  }
}
.gap-80 {
  gap: 80px !important;
}
@media (min-width: 576px) {
  .gap-sm-80 {
    gap: 80px !important;
  }
}
@media (min-width: 991px) {
  .gap-lg-80 {
    gap: 80px !important;
  }
}
@media (min-width: 1440px) {
  .gap-xxl-80 {
    gap: 80px !important;
  }
}
@media (min-width: 1920px) {
  .gap-xxxxl-80 {
    gap: 80px !important;
  }
}
.gap-81 {
  gap: 81px !important;
}
@media (min-width: 576px) {
  .gap-sm-81 {
    gap: 81px !important;
  }
}
@media (min-width: 991px) {
  .gap-lg-81 {
    gap: 81px !important;
  }
}
@media (min-width: 1440px) {
  .gap-xxl-81 {
    gap: 81px !important;
  }
}
@media (min-width: 1920px) {
  .gap-xxxxl-81 {
    gap: 81px !important;
  }
}
.gap-82 {
  gap: 82px !important;
}
@media (min-width: 576px) {
  .gap-sm-82 {
    gap: 82px !important;
  }
}
@media (min-width: 991px) {
  .gap-lg-82 {
    gap: 82px !important;
  }
}
@media (min-width: 1440px) {
  .gap-xxl-82 {
    gap: 82px !important;
  }
}
@media (min-width: 1920px) {
  .gap-xxxxl-82 {
    gap: 82px !important;
  }
}
.gap-83 {
  gap: 83px !important;
}
@media (min-width: 576px) {
  .gap-sm-83 {
    gap: 83px !important;
  }
}
@media (min-width: 991px) {
  .gap-lg-83 {
    gap: 83px !important;
  }
}
@media (min-width: 1440px) {
  .gap-xxl-83 {
    gap: 83px !important;
  }
}
@media (min-width: 1920px) {
  .gap-xxxxl-83 {
    gap: 83px !important;
  }
}
.gap-84 {
  gap: 84px !important;
}
@media (min-width: 576px) {
  .gap-sm-84 {
    gap: 84px !important;
  }
}
@media (min-width: 991px) {
  .gap-lg-84 {
    gap: 84px !important;
  }
}
@media (min-width: 1440px) {
  .gap-xxl-84 {
    gap: 84px !important;
  }
}
@media (min-width: 1920px) {
  .gap-xxxxl-84 {
    gap: 84px !important;
  }
}
.gap-85 {
  gap: 85px !important;
}
@media (min-width: 576px) {
  .gap-sm-85 {
    gap: 85px !important;
  }
}
@media (min-width: 991px) {
  .gap-lg-85 {
    gap: 85px !important;
  }
}
@media (min-width: 1440px) {
  .gap-xxl-85 {
    gap: 85px !important;
  }
}
@media (min-width: 1920px) {
  .gap-xxxxl-85 {
    gap: 85px !important;
  }
}
.gap-86 {
  gap: 86px !important;
}
@media (min-width: 576px) {
  .gap-sm-86 {
    gap: 86px !important;
  }
}
@media (min-width: 991px) {
  .gap-lg-86 {
    gap: 86px !important;
  }
}
@media (min-width: 1440px) {
  .gap-xxl-86 {
    gap: 86px !important;
  }
}
@media (min-width: 1920px) {
  .gap-xxxxl-86 {
    gap: 86px !important;
  }
}
.gap-87 {
  gap: 87px !important;
}
@media (min-width: 576px) {
  .gap-sm-87 {
    gap: 87px !important;
  }
}
@media (min-width: 991px) {
  .gap-lg-87 {
    gap: 87px !important;
  }
}
@media (min-width: 1440px) {
  .gap-xxl-87 {
    gap: 87px !important;
  }
}
@media (min-width: 1920px) {
  .gap-xxxxl-87 {
    gap: 87px !important;
  }
}
.gap-88 {
  gap: 88px !important;
}
@media (min-width: 576px) {
  .gap-sm-88 {
    gap: 88px !important;
  }
}
@media (min-width: 991px) {
  .gap-lg-88 {
    gap: 88px !important;
  }
}
@media (min-width: 1440px) {
  .gap-xxl-88 {
    gap: 88px !important;
  }
}
@media (min-width: 1920px) {
  .gap-xxxxl-88 {
    gap: 88px !important;
  }
}
.gap-89 {
  gap: 89px !important;
}
@media (min-width: 576px) {
  .gap-sm-89 {
    gap: 89px !important;
  }
}
@media (min-width: 991px) {
  .gap-lg-89 {
    gap: 89px !important;
  }
}
@media (min-width: 1440px) {
  .gap-xxl-89 {
    gap: 89px !important;
  }
}
@media (min-width: 1920px) {
  .gap-xxxxl-89 {
    gap: 89px !important;
  }
}
.gap-90 {
  gap: 90px !important;
}
@media (min-width: 576px) {
  .gap-sm-90 {
    gap: 90px !important;
  }
}
@media (min-width: 991px) {
  .gap-lg-90 {
    gap: 90px !important;
  }
}
@media (min-width: 1440px) {
  .gap-xxl-90 {
    gap: 90px !important;
  }
}
@media (min-width: 1920px) {
  .gap-xxxxl-90 {
    gap: 90px !important;
  }
}
.gap-91 {
  gap: 91px !important;
}
@media (min-width: 576px) {
  .gap-sm-91 {
    gap: 91px !important;
  }
}
@media (min-width: 991px) {
  .gap-lg-91 {
    gap: 91px !important;
  }
}
@media (min-width: 1440px) {
  .gap-xxl-91 {
    gap: 91px !important;
  }
}
@media (min-width: 1920px) {
  .gap-xxxxl-91 {
    gap: 91px !important;
  }
}
.gap-92 {
  gap: 92px !important;
}
@media (min-width: 576px) {
  .gap-sm-92 {
    gap: 92px !important;
  }
}
@media (min-width: 991px) {
  .gap-lg-92 {
    gap: 92px !important;
  }
}
@media (min-width: 1440px) {
  .gap-xxl-92 {
    gap: 92px !important;
  }
}
@media (min-width: 1920px) {
  .gap-xxxxl-92 {
    gap: 92px !important;
  }
}
.gap-93 {
  gap: 93px !important;
}
@media (min-width: 576px) {
  .gap-sm-93 {
    gap: 93px !important;
  }
}
@media (min-width: 991px) {
  .gap-lg-93 {
    gap: 93px !important;
  }
}
@media (min-width: 1440px) {
  .gap-xxl-93 {
    gap: 93px !important;
  }
}
@media (min-width: 1920px) {
  .gap-xxxxl-93 {
    gap: 93px !important;
  }
}
.gap-94 {
  gap: 94px !important;
}
@media (min-width: 576px) {
  .gap-sm-94 {
    gap: 94px !important;
  }
}
@media (min-width: 991px) {
  .gap-lg-94 {
    gap: 94px !important;
  }
}
@media (min-width: 1440px) {
  .gap-xxl-94 {
    gap: 94px !important;
  }
}
@media (min-width: 1920px) {
  .gap-xxxxl-94 {
    gap: 94px !important;
  }
}
.gap-95 {
  gap: 95px !important;
}
@media (min-width: 576px) {
  .gap-sm-95 {
    gap: 95px !important;
  }
}
@media (min-width: 991px) {
  .gap-lg-95 {
    gap: 95px !important;
  }
}
@media (min-width: 1440px) {
  .gap-xxl-95 {
    gap: 95px !important;
  }
}
@media (min-width: 1920px) {
  .gap-xxxxl-95 {
    gap: 95px !important;
  }
}
.gap-96 {
  gap: 96px !important;
}
@media (min-width: 576px) {
  .gap-sm-96 {
    gap: 96px !important;
  }
}
@media (min-width: 991px) {
  .gap-lg-96 {
    gap: 96px !important;
  }
}
@media (min-width: 1440px) {
  .gap-xxl-96 {
    gap: 96px !important;
  }
}
@media (min-width: 1920px) {
  .gap-xxxxl-96 {
    gap: 96px !important;
  }
}
.gap-97 {
  gap: 97px !important;
}
@media (min-width: 576px) {
  .gap-sm-97 {
    gap: 97px !important;
  }
}
@media (min-width: 991px) {
  .gap-lg-97 {
    gap: 97px !important;
  }
}
@media (min-width: 1440px) {
  .gap-xxl-97 {
    gap: 97px !important;
  }
}
@media (min-width: 1920px) {
  .gap-xxxxl-97 {
    gap: 97px !important;
  }
}
.gap-98 {
  gap: 98px !important;
}
@media (min-width: 576px) {
  .gap-sm-98 {
    gap: 98px !important;
  }
}
@media (min-width: 991px) {
  .gap-lg-98 {
    gap: 98px !important;
  }
}
@media (min-width: 1440px) {
  .gap-xxl-98 {
    gap: 98px !important;
  }
}
@media (min-width: 1920px) {
  .gap-xxxxl-98 {
    gap: 98px !important;
  }
}
.gap-99 {
  gap: 99px !important;
}
@media (min-width: 576px) {
  .gap-sm-99 {
    gap: 99px !important;
  }
}
@media (min-width: 991px) {
  .gap-lg-99 {
    gap: 99px !important;
  }
}
@media (min-width: 1440px) {
  .gap-xxl-99 {
    gap: 99px !important;
  }
}
@media (min-width: 1920px) {
  .gap-xxxxl-99 {
    gap: 99px !important;
  }
}
.gap-100 {
  gap: 100px !important;
}
@media (min-width: 576px) {
  .gap-sm-100 {
    gap: 100px !important;
  }
}
@media (min-width: 991px) {
  .gap-lg-100 {
    gap: 100px !important;
  }
}
@media (min-width: 1440px) {
  .gap-xxl-100 {
    gap: 100px !important;
  }
}
@media (min-width: 1920px) {
  .gap-xxxxl-100 {
    gap: 100px !important;
  }
}
.gap-101 {
  gap: 101px !important;
}
@media (min-width: 576px) {
  .gap-sm-101 {
    gap: 101px !important;
  }
}
@media (min-width: 991px) {
  .gap-lg-101 {
    gap: 101px !important;
  }
}
@media (min-width: 1440px) {
  .gap-xxl-101 {
    gap: 101px !important;
  }
}
@media (min-width: 1920px) {
  .gap-xxxxl-101 {
    gap: 101px !important;
  }
}
.gap-102 {
  gap: 102px !important;
}
@media (min-width: 576px) {
  .gap-sm-102 {
    gap: 102px !important;
  }
}
@media (min-width: 991px) {
  .gap-lg-102 {
    gap: 102px !important;
  }
}
@media (min-width: 1440px) {
  .gap-xxl-102 {
    gap: 102px !important;
  }
}
@media (min-width: 1920px) {
  .gap-xxxxl-102 {
    gap: 102px !important;
  }
}
.gap-103 {
  gap: 103px !important;
}
@media (min-width: 576px) {
  .gap-sm-103 {
    gap: 103px !important;
  }
}
@media (min-width: 991px) {
  .gap-lg-103 {
    gap: 103px !important;
  }
}
@media (min-width: 1440px) {
  .gap-xxl-103 {
    gap: 103px !important;
  }
}
@media (min-width: 1920px) {
  .gap-xxxxl-103 {
    gap: 103px !important;
  }
}
.gap-104 {
  gap: 104px !important;
}
@media (min-width: 576px) {
  .gap-sm-104 {
    gap: 104px !important;
  }
}
@media (min-width: 991px) {
  .gap-lg-104 {
    gap: 104px !important;
  }
}
@media (min-width: 1440px) {
  .gap-xxl-104 {
    gap: 104px !important;
  }
}
@media (min-width: 1920px) {
  .gap-xxxxl-104 {
    gap: 104px !important;
  }
}
.gap-105 {
  gap: 105px !important;
}
@media (min-width: 576px) {
  .gap-sm-105 {
    gap: 105px !important;
  }
}
@media (min-width: 991px) {
  .gap-lg-105 {
    gap: 105px !important;
  }
}
@media (min-width: 1440px) {
  .gap-xxl-105 {
    gap: 105px !important;
  }
}
@media (min-width: 1920px) {
  .gap-xxxxl-105 {
    gap: 105px !important;
  }
}
.gap-106 {
  gap: 106px !important;
}
@media (min-width: 576px) {
  .gap-sm-106 {
    gap: 106px !important;
  }
}
@media (min-width: 991px) {
  .gap-lg-106 {
    gap: 106px !important;
  }
}
@media (min-width: 1440px) {
  .gap-xxl-106 {
    gap: 106px !important;
  }
}
@media (min-width: 1920px) {
  .gap-xxxxl-106 {
    gap: 106px !important;
  }
}
.gap-107 {
  gap: 107px !important;
}
@media (min-width: 576px) {
  .gap-sm-107 {
    gap: 107px !important;
  }
}
@media (min-width: 991px) {
  .gap-lg-107 {
    gap: 107px !important;
  }
}
@media (min-width: 1440px) {
  .gap-xxl-107 {
    gap: 107px !important;
  }
}
@media (min-width: 1920px) {
  .gap-xxxxl-107 {
    gap: 107px !important;
  }
}
.gap-108 {
  gap: 108px !important;
}
@media (min-width: 576px) {
  .gap-sm-108 {
    gap: 108px !important;
  }
}
@media (min-width: 991px) {
  .gap-lg-108 {
    gap: 108px !important;
  }
}
@media (min-width: 1440px) {
  .gap-xxl-108 {
    gap: 108px !important;
  }
}
@media (min-width: 1920px) {
  .gap-xxxxl-108 {
    gap: 108px !important;
  }
}
.gap-109 {
  gap: 109px !important;
}
@media (min-width: 576px) {
  .gap-sm-109 {
    gap: 109px !important;
  }
}
@media (min-width: 991px) {
  .gap-lg-109 {
    gap: 109px !important;
  }
}
@media (min-width: 1440px) {
  .gap-xxl-109 {
    gap: 109px !important;
  }
}
@media (min-width: 1920px) {
  .gap-xxxxl-109 {
    gap: 109px !important;
  }
}
.gap-110 {
  gap: 110px !important;
}
@media (min-width: 576px) {
  .gap-sm-110 {
    gap: 110px !important;
  }
}
@media (min-width: 991px) {
  .gap-lg-110 {
    gap: 110px !important;
  }
}
@media (min-width: 1440px) {
  .gap-xxl-110 {
    gap: 110px !important;
  }
}
@media (min-width: 1920px) {
  .gap-xxxxl-110 {
    gap: 110px !important;
  }
}
.gap-111 {
  gap: 111px !important;
}
@media (min-width: 576px) {
  .gap-sm-111 {
    gap: 111px !important;
  }
}
@media (min-width: 991px) {
  .gap-lg-111 {
    gap: 111px !important;
  }
}
@media (min-width: 1440px) {
  .gap-xxl-111 {
    gap: 111px !important;
  }
}
@media (min-width: 1920px) {
  .gap-xxxxl-111 {
    gap: 111px !important;
  }
}
.gap-112 {
  gap: 112px !important;
}
@media (min-width: 576px) {
  .gap-sm-112 {
    gap: 112px !important;
  }
}
@media (min-width: 991px) {
  .gap-lg-112 {
    gap: 112px !important;
  }
}
@media (min-width: 1440px) {
  .gap-xxl-112 {
    gap: 112px !important;
  }
}
@media (min-width: 1920px) {
  .gap-xxxxl-112 {
    gap: 112px !important;
  }
}
.gap-113 {
  gap: 113px !important;
}
@media (min-width: 576px) {
  .gap-sm-113 {
    gap: 113px !important;
  }
}
@media (min-width: 991px) {
  .gap-lg-113 {
    gap: 113px !important;
  }
}
@media (min-width: 1440px) {
  .gap-xxl-113 {
    gap: 113px !important;
  }
}
@media (min-width: 1920px) {
  .gap-xxxxl-113 {
    gap: 113px !important;
  }
}
.gap-114 {
  gap: 114px !important;
}
@media (min-width: 576px) {
  .gap-sm-114 {
    gap: 114px !important;
  }
}
@media (min-width: 991px) {
  .gap-lg-114 {
    gap: 114px !important;
  }
}
@media (min-width: 1440px) {
  .gap-xxl-114 {
    gap: 114px !important;
  }
}
@media (min-width: 1920px) {
  .gap-xxxxl-114 {
    gap: 114px !important;
  }
}
.gap-115 {
  gap: 115px !important;
}
@media (min-width: 576px) {
  .gap-sm-115 {
    gap: 115px !important;
  }
}
@media (min-width: 991px) {
  .gap-lg-115 {
    gap: 115px !important;
  }
}
@media (min-width: 1440px) {
  .gap-xxl-115 {
    gap: 115px !important;
  }
}
@media (min-width: 1920px) {
  .gap-xxxxl-115 {
    gap: 115px !important;
  }
}
.gap-116 {
  gap: 116px !important;
}
@media (min-width: 576px) {
  .gap-sm-116 {
    gap: 116px !important;
  }
}
@media (min-width: 991px) {
  .gap-lg-116 {
    gap: 116px !important;
  }
}
@media (min-width: 1440px) {
  .gap-xxl-116 {
    gap: 116px !important;
  }
}
@media (min-width: 1920px) {
  .gap-xxxxl-116 {
    gap: 116px !important;
  }
}
.gap-117 {
  gap: 117px !important;
}
@media (min-width: 576px) {
  .gap-sm-117 {
    gap: 117px !important;
  }
}
@media (min-width: 991px) {
  .gap-lg-117 {
    gap: 117px !important;
  }
}
@media (min-width: 1440px) {
  .gap-xxl-117 {
    gap: 117px !important;
  }
}
@media (min-width: 1920px) {
  .gap-xxxxl-117 {
    gap: 117px !important;
  }
}
.gap-118 {
  gap: 118px !important;
}
@media (min-width: 576px) {
  .gap-sm-118 {
    gap: 118px !important;
  }
}
@media (min-width: 991px) {
  .gap-lg-118 {
    gap: 118px !important;
  }
}
@media (min-width: 1440px) {
  .gap-xxl-118 {
    gap: 118px !important;
  }
}
@media (min-width: 1920px) {
  .gap-xxxxl-118 {
    gap: 118px !important;
  }
}
.gap-119 {
  gap: 119px !important;
}
@media (min-width: 576px) {
  .gap-sm-119 {
    gap: 119px !important;
  }
}
@media (min-width: 991px) {
  .gap-lg-119 {
    gap: 119px !important;
  }
}
@media (min-width: 1440px) {
  .gap-xxl-119 {
    gap: 119px !important;
  }
}
@media (min-width: 1920px) {
  .gap-xxxxl-119 {
    gap: 119px !important;
  }
}
.gap-120 {
  gap: 120px !important;
}
@media (min-width: 576px) {
  .gap-sm-120 {
    gap: 120px !important;
  }
}
@media (min-width: 991px) {
  .gap-lg-120 {
    gap: 120px !important;
  }
}
@media (min-width: 1440px) {
  .gap-xxl-120 {
    gap: 120px !important;
  }
}
@media (min-width: 1920px) {
  .gap-xxxxl-120 {
    gap: 120px !important;
  }
}
.gap-121 {
  gap: 121px !important;
}
@media (min-width: 576px) {
  .gap-sm-121 {
    gap: 121px !important;
  }
}
@media (min-width: 991px) {
  .gap-lg-121 {
    gap: 121px !important;
  }
}
@media (min-width: 1440px) {
  .gap-xxl-121 {
    gap: 121px !important;
  }
}
@media (min-width: 1920px) {
  .gap-xxxxl-121 {
    gap: 121px !important;
  }
}
.gap-122 {
  gap: 122px !important;
}
@media (min-width: 576px) {
  .gap-sm-122 {
    gap: 122px !important;
  }
}
@media (min-width: 991px) {
  .gap-lg-122 {
    gap: 122px !important;
  }
}
@media (min-width: 1440px) {
  .gap-xxl-122 {
    gap: 122px !important;
  }
}
@media (min-width: 1920px) {
  .gap-xxxxl-122 {
    gap: 122px !important;
  }
}
.gap-123 {
  gap: 123px !important;
}
@media (min-width: 576px) {
  .gap-sm-123 {
    gap: 123px !important;
  }
}
@media (min-width: 991px) {
  .gap-lg-123 {
    gap: 123px !important;
  }
}
@media (min-width: 1440px) {
  .gap-xxl-123 {
    gap: 123px !important;
  }
}
@media (min-width: 1920px) {
  .gap-xxxxl-123 {
    gap: 123px !important;
  }
}
.gap-124 {
  gap: 124px !important;
}
@media (min-width: 576px) {
  .gap-sm-124 {
    gap: 124px !important;
  }
}
@media (min-width: 991px) {
  .gap-lg-124 {
    gap: 124px !important;
  }
}
@media (min-width: 1440px) {
  .gap-xxl-124 {
    gap: 124px !important;
  }
}
@media (min-width: 1920px) {
  .gap-xxxxl-124 {
    gap: 124px !important;
  }
}
.gap-125 {
  gap: 125px !important;
}
@media (min-width: 576px) {
  .gap-sm-125 {
    gap: 125px !important;
  }
}
@media (min-width: 991px) {
  .gap-lg-125 {
    gap: 125px !important;
  }
}
@media (min-width: 1440px) {
  .gap-xxl-125 {
    gap: 125px !important;
  }
}
@media (min-width: 1920px) {
  .gap-xxxxl-125 {
    gap: 125px !important;
  }
}
.gap-126 {
  gap: 126px !important;
}
@media (min-width: 576px) {
  .gap-sm-126 {
    gap: 126px !important;
  }
}
@media (min-width: 991px) {
  .gap-lg-126 {
    gap: 126px !important;
  }
}
@media (min-width: 1440px) {
  .gap-xxl-126 {
    gap: 126px !important;
  }
}
@media (min-width: 1920px) {
  .gap-xxxxl-126 {
    gap: 126px !important;
  }
}
.gap-127 {
  gap: 127px !important;
}
@media (min-width: 576px) {
  .gap-sm-127 {
    gap: 127px !important;
  }
}
@media (min-width: 991px) {
  .gap-lg-127 {
    gap: 127px !important;
  }
}
@media (min-width: 1440px) {
  .gap-xxl-127 {
    gap: 127px !important;
  }
}
@media (min-width: 1920px) {
  .gap-xxxxl-127 {
    gap: 127px !important;
  }
}
.gap-128 {
  gap: 128px !important;
}
@media (min-width: 576px) {
  .gap-sm-128 {
    gap: 128px !important;
  }
}
@media (min-width: 991px) {
  .gap-lg-128 {
    gap: 128px !important;
  }
}
@media (min-width: 1440px) {
  .gap-xxl-128 {
    gap: 128px !important;
  }
}
@media (min-width: 1920px) {
  .gap-xxxxl-128 {
    gap: 128px !important;
  }
}
.gap-129 {
  gap: 129px !important;
}
@media (min-width: 576px) {
  .gap-sm-129 {
    gap: 129px !important;
  }
}
@media (min-width: 991px) {
  .gap-lg-129 {
    gap: 129px !important;
  }
}
@media (min-width: 1440px) {
  .gap-xxl-129 {
    gap: 129px !important;
  }
}
@media (min-width: 1920px) {
  .gap-xxxxl-129 {
    gap: 129px !important;
  }
}
.gap-130 {
  gap: 130px !important;
}
@media (min-width: 576px) {
  .gap-sm-130 {
    gap: 130px !important;
  }
}
@media (min-width: 991px) {
  .gap-lg-130 {
    gap: 130px !important;
  }
}
@media (min-width: 1440px) {
  .gap-xxl-130 {
    gap: 130px !important;
  }
}
@media (min-width: 1920px) {
  .gap-xxxxl-130 {
    gap: 130px !important;
  }
}
.gap-131 {
  gap: 131px !important;
}
@media (min-width: 576px) {
  .gap-sm-131 {
    gap: 131px !important;
  }
}
@media (min-width: 991px) {
  .gap-lg-131 {
    gap: 131px !important;
  }
}
@media (min-width: 1440px) {
  .gap-xxl-131 {
    gap: 131px !important;
  }
}
@media (min-width: 1920px) {
  .gap-xxxxl-131 {
    gap: 131px !important;
  }
}
.gap-132 {
  gap: 132px !important;
}
@media (min-width: 576px) {
  .gap-sm-132 {
    gap: 132px !important;
  }
}
@media (min-width: 991px) {
  .gap-lg-132 {
    gap: 132px !important;
  }
}
@media (min-width: 1440px) {
  .gap-xxl-132 {
    gap: 132px !important;
  }
}
@media (min-width: 1920px) {
  .gap-xxxxl-132 {
    gap: 132px !important;
  }
}
.gap-133 {
  gap: 133px !important;
}
@media (min-width: 576px) {
  .gap-sm-133 {
    gap: 133px !important;
  }
}
@media (min-width: 991px) {
  .gap-lg-133 {
    gap: 133px !important;
  }
}
@media (min-width: 1440px) {
  .gap-xxl-133 {
    gap: 133px !important;
  }
}
@media (min-width: 1920px) {
  .gap-xxxxl-133 {
    gap: 133px !important;
  }
}
.gap-134 {
  gap: 134px !important;
}
@media (min-width: 576px) {
  .gap-sm-134 {
    gap: 134px !important;
  }
}
@media (min-width: 991px) {
  .gap-lg-134 {
    gap: 134px !important;
  }
}
@media (min-width: 1440px) {
  .gap-xxl-134 {
    gap: 134px !important;
  }
}
@media (min-width: 1920px) {
  .gap-xxxxl-134 {
    gap: 134px !important;
  }
}
.gap-135 {
  gap: 135px !important;
}
@media (min-width: 576px) {
  .gap-sm-135 {
    gap: 135px !important;
  }
}
@media (min-width: 991px) {
  .gap-lg-135 {
    gap: 135px !important;
  }
}
@media (min-width: 1440px) {
  .gap-xxl-135 {
    gap: 135px !important;
  }
}
@media (min-width: 1920px) {
  .gap-xxxxl-135 {
    gap: 135px !important;
  }
}
.gap-136 {
  gap: 136px !important;
}
@media (min-width: 576px) {
  .gap-sm-136 {
    gap: 136px !important;
  }
}
@media (min-width: 991px) {
  .gap-lg-136 {
    gap: 136px !important;
  }
}
@media (min-width: 1440px) {
  .gap-xxl-136 {
    gap: 136px !important;
  }
}
@media (min-width: 1920px) {
  .gap-xxxxl-136 {
    gap: 136px !important;
  }
}
.gap-137 {
  gap: 137px !important;
}
@media (min-width: 576px) {
  .gap-sm-137 {
    gap: 137px !important;
  }
}
@media (min-width: 991px) {
  .gap-lg-137 {
    gap: 137px !important;
  }
}
@media (min-width: 1440px) {
  .gap-xxl-137 {
    gap: 137px !important;
  }
}
@media (min-width: 1920px) {
  .gap-xxxxl-137 {
    gap: 137px !important;
  }
}
.gap-138 {
  gap: 138px !important;
}
@media (min-width: 576px) {
  .gap-sm-138 {
    gap: 138px !important;
  }
}
@media (min-width: 991px) {
  .gap-lg-138 {
    gap: 138px !important;
  }
}
@media (min-width: 1440px) {
  .gap-xxl-138 {
    gap: 138px !important;
  }
}
@media (min-width: 1920px) {
  .gap-xxxxl-138 {
    gap: 138px !important;
  }
}
.gap-139 {
  gap: 139px !important;
}
@media (min-width: 576px) {
  .gap-sm-139 {
    gap: 139px !important;
  }
}
@media (min-width: 991px) {
  .gap-lg-139 {
    gap: 139px !important;
  }
}
@media (min-width: 1440px) {
  .gap-xxl-139 {
    gap: 139px !important;
  }
}
@media (min-width: 1920px) {
  .gap-xxxxl-139 {
    gap: 139px !important;
  }
}
.gap-140 {
  gap: 140px !important;
}
@media (min-width: 576px) {
  .gap-sm-140 {
    gap: 140px !important;
  }
}
@media (min-width: 991px) {
  .gap-lg-140 {
    gap: 140px !important;
  }
}
@media (min-width: 1440px) {
  .gap-xxl-140 {
    gap: 140px !important;
  }
}
@media (min-width: 1920px) {
  .gap-xxxxl-140 {
    gap: 140px !important;
  }
}
.gap-141 {
  gap: 141px !important;
}
@media (min-width: 576px) {
  .gap-sm-141 {
    gap: 141px !important;
  }
}
@media (min-width: 991px) {
  .gap-lg-141 {
    gap: 141px !important;
  }
}
@media (min-width: 1440px) {
  .gap-xxl-141 {
    gap: 141px !important;
  }
}
@media (min-width: 1920px) {
  .gap-xxxxl-141 {
    gap: 141px !important;
  }
}
.gap-142 {
  gap: 142px !important;
}
@media (min-width: 576px) {
  .gap-sm-142 {
    gap: 142px !important;
  }
}
@media (min-width: 991px) {
  .gap-lg-142 {
    gap: 142px !important;
  }
}
@media (min-width: 1440px) {
  .gap-xxl-142 {
    gap: 142px !important;
  }
}
@media (min-width: 1920px) {
  .gap-xxxxl-142 {
    gap: 142px !important;
  }
}
.gap-143 {
  gap: 143px !important;
}
@media (min-width: 576px) {
  .gap-sm-143 {
    gap: 143px !important;
  }
}
@media (min-width: 991px) {
  .gap-lg-143 {
    gap: 143px !important;
  }
}
@media (min-width: 1440px) {
  .gap-xxl-143 {
    gap: 143px !important;
  }
}
@media (min-width: 1920px) {
  .gap-xxxxl-143 {
    gap: 143px !important;
  }
}
.gap-144 {
  gap: 144px !important;
}
@media (min-width: 576px) {
  .gap-sm-144 {
    gap: 144px !important;
  }
}
@media (min-width: 991px) {
  .gap-lg-144 {
    gap: 144px !important;
  }
}
@media (min-width: 1440px) {
  .gap-xxl-144 {
    gap: 144px !important;
  }
}
@media (min-width: 1920px) {
  .gap-xxxxl-144 {
    gap: 144px !important;
  }
}
.gap-145 {
  gap: 145px !important;
}
@media (min-width: 576px) {
  .gap-sm-145 {
    gap: 145px !important;
  }
}
@media (min-width: 991px) {
  .gap-lg-145 {
    gap: 145px !important;
  }
}
@media (min-width: 1440px) {
  .gap-xxl-145 {
    gap: 145px !important;
  }
}
@media (min-width: 1920px) {
  .gap-xxxxl-145 {
    gap: 145px !important;
  }
}
.gap-146 {
  gap: 146px !important;
}
@media (min-width: 576px) {
  .gap-sm-146 {
    gap: 146px !important;
  }
}
@media (min-width: 991px) {
  .gap-lg-146 {
    gap: 146px !important;
  }
}
@media (min-width: 1440px) {
  .gap-xxl-146 {
    gap: 146px !important;
  }
}
@media (min-width: 1920px) {
  .gap-xxxxl-146 {
    gap: 146px !important;
  }
}
.gap-147 {
  gap: 147px !important;
}
@media (min-width: 576px) {
  .gap-sm-147 {
    gap: 147px !important;
  }
}
@media (min-width: 991px) {
  .gap-lg-147 {
    gap: 147px !important;
  }
}
@media (min-width: 1440px) {
  .gap-xxl-147 {
    gap: 147px !important;
  }
}
@media (min-width: 1920px) {
  .gap-xxxxl-147 {
    gap: 147px !important;
  }
}
.gap-148 {
  gap: 148px !important;
}
@media (min-width: 576px) {
  .gap-sm-148 {
    gap: 148px !important;
  }
}
@media (min-width: 991px) {
  .gap-lg-148 {
    gap: 148px !important;
  }
}
@media (min-width: 1440px) {
  .gap-xxl-148 {
    gap: 148px !important;
  }
}
@media (min-width: 1920px) {
  .gap-xxxxl-148 {
    gap: 148px !important;
  }
}
.gap-149 {
  gap: 149px !important;
}
@media (min-width: 576px) {
  .gap-sm-149 {
    gap: 149px !important;
  }
}
@media (min-width: 991px) {
  .gap-lg-149 {
    gap: 149px !important;
  }
}
@media (min-width: 1440px) {
  .gap-xxl-149 {
    gap: 149px !important;
  }
}
@media (min-width: 1920px) {
  .gap-xxxxl-149 {
    gap: 149px !important;
  }
}
.gap-150 {
  gap: 150px !important;
}
@media (min-width: 576px) {
  .gap-sm-150 {
    gap: 150px !important;
  }
}
@media (min-width: 991px) {
  .gap-lg-150 {
    gap: 150px !important;
  }
}
@media (min-width: 1440px) {
  .gap-xxl-150 {
    gap: 150px !important;
  }
}
@media (min-width: 1920px) {
  .gap-xxxxl-150 {
    gap: 150px !important;
  }
}
.gap-151 {
  gap: 151px !important;
}
@media (min-width: 576px) {
  .gap-sm-151 {
    gap: 151px !important;
  }
}
@media (min-width: 991px) {
  .gap-lg-151 {
    gap: 151px !important;
  }
}
@media (min-width: 1440px) {
  .gap-xxl-151 {
    gap: 151px !important;
  }
}
@media (min-width: 1920px) {
  .gap-xxxxl-151 {
    gap: 151px !important;
  }
}
.gap-152 {
  gap: 152px !important;
}
@media (min-width: 576px) {
  .gap-sm-152 {
    gap: 152px !important;
  }
}
@media (min-width: 991px) {
  .gap-lg-152 {
    gap: 152px !important;
  }
}
@media (min-width: 1440px) {
  .gap-xxl-152 {
    gap: 152px !important;
  }
}
@media (min-width: 1920px) {
  .gap-xxxxl-152 {
    gap: 152px !important;
  }
}
.gap-153 {
  gap: 153px !important;
}
@media (min-width: 576px) {
  .gap-sm-153 {
    gap: 153px !important;
  }
}
@media (min-width: 991px) {
  .gap-lg-153 {
    gap: 153px !important;
  }
}
@media (min-width: 1440px) {
  .gap-xxl-153 {
    gap: 153px !important;
  }
}
@media (min-width: 1920px) {
  .gap-xxxxl-153 {
    gap: 153px !important;
  }
}
.gap-154 {
  gap: 154px !important;
}
@media (min-width: 576px) {
  .gap-sm-154 {
    gap: 154px !important;
  }
}
@media (min-width: 991px) {
  .gap-lg-154 {
    gap: 154px !important;
  }
}
@media (min-width: 1440px) {
  .gap-xxl-154 {
    gap: 154px !important;
  }
}
@media (min-width: 1920px) {
  .gap-xxxxl-154 {
    gap: 154px !important;
  }
}
.gap-155 {
  gap: 155px !important;
}
@media (min-width: 576px) {
  .gap-sm-155 {
    gap: 155px !important;
  }
}
@media (min-width: 991px) {
  .gap-lg-155 {
    gap: 155px !important;
  }
}
@media (min-width: 1440px) {
  .gap-xxl-155 {
    gap: 155px !important;
  }
}
@media (min-width: 1920px) {
  .gap-xxxxl-155 {
    gap: 155px !important;
  }
}
.gap-156 {
  gap: 156px !important;
}
@media (min-width: 576px) {
  .gap-sm-156 {
    gap: 156px !important;
  }
}
@media (min-width: 991px) {
  .gap-lg-156 {
    gap: 156px !important;
  }
}
@media (min-width: 1440px) {
  .gap-xxl-156 {
    gap: 156px !important;
  }
}
@media (min-width: 1920px) {
  .gap-xxxxl-156 {
    gap: 156px !important;
  }
}
.gap-157 {
  gap: 157px !important;
}
@media (min-width: 576px) {
  .gap-sm-157 {
    gap: 157px !important;
  }
}
@media (min-width: 991px) {
  .gap-lg-157 {
    gap: 157px !important;
  }
}
@media (min-width: 1440px) {
  .gap-xxl-157 {
    gap: 157px !important;
  }
}
@media (min-width: 1920px) {
  .gap-xxxxl-157 {
    gap: 157px !important;
  }
}
.gap-158 {
  gap: 158px !important;
}
@media (min-width: 576px) {
  .gap-sm-158 {
    gap: 158px !important;
  }
}
@media (min-width: 991px) {
  .gap-lg-158 {
    gap: 158px !important;
  }
}
@media (min-width: 1440px) {
  .gap-xxl-158 {
    gap: 158px !important;
  }
}
@media (min-width: 1920px) {
  .gap-xxxxl-158 {
    gap: 158px !important;
  }
}
.gap-159 {
  gap: 159px !important;
}
@media (min-width: 576px) {
  .gap-sm-159 {
    gap: 159px !important;
  }
}
@media (min-width: 991px) {
  .gap-lg-159 {
    gap: 159px !important;
  }
}
@media (min-width: 1440px) {
  .gap-xxl-159 {
    gap: 159px !important;
  }
}
@media (min-width: 1920px) {
  .gap-xxxxl-159 {
    gap: 159px !important;
  }
}
.gap-160 {
  gap: 160px !important;
}
@media (min-width: 576px) {
  .gap-sm-160 {
    gap: 160px !important;
  }
}
@media (min-width: 991px) {
  .gap-lg-160 {
    gap: 160px !important;
  }
}
@media (min-width: 1440px) {
  .gap-xxl-160 {
    gap: 160px !important;
  }
}
@media (min-width: 1920px) {
  .gap-xxxxl-160 {
    gap: 160px !important;
  }
}
.gap-161 {
  gap: 161px !important;
}
@media (min-width: 576px) {
  .gap-sm-161 {
    gap: 161px !important;
  }
}
@media (min-width: 991px) {
  .gap-lg-161 {
    gap: 161px !important;
  }
}
@media (min-width: 1440px) {
  .gap-xxl-161 {
    gap: 161px !important;
  }
}
@media (min-width: 1920px) {
  .gap-xxxxl-161 {
    gap: 161px !important;
  }
}
.gap-162 {
  gap: 162px !important;
}
@media (min-width: 576px) {
  .gap-sm-162 {
    gap: 162px !important;
  }
}
@media (min-width: 991px) {
  .gap-lg-162 {
    gap: 162px !important;
  }
}
@media (min-width: 1440px) {
  .gap-xxl-162 {
    gap: 162px !important;
  }
}
@media (min-width: 1920px) {
  .gap-xxxxl-162 {
    gap: 162px !important;
  }
}
.gap-163 {
  gap: 163px !important;
}
@media (min-width: 576px) {
  .gap-sm-163 {
    gap: 163px !important;
  }
}
@media (min-width: 991px) {
  .gap-lg-163 {
    gap: 163px !important;
  }
}
@media (min-width: 1440px) {
  .gap-xxl-163 {
    gap: 163px !important;
  }
}
@media (min-width: 1920px) {
  .gap-xxxxl-163 {
    gap: 163px !important;
  }
}
.gap-164 {
  gap: 164px !important;
}
@media (min-width: 576px) {
  .gap-sm-164 {
    gap: 164px !important;
  }
}
@media (min-width: 991px) {
  .gap-lg-164 {
    gap: 164px !important;
  }
}
@media (min-width: 1440px) {
  .gap-xxl-164 {
    gap: 164px !important;
  }
}
@media (min-width: 1920px) {
  .gap-xxxxl-164 {
    gap: 164px !important;
  }
}
.gap-165 {
  gap: 165px !important;
}
@media (min-width: 576px) {
  .gap-sm-165 {
    gap: 165px !important;
  }
}
@media (min-width: 991px) {
  .gap-lg-165 {
    gap: 165px !important;
  }
}
@media (min-width: 1440px) {
  .gap-xxl-165 {
    gap: 165px !important;
  }
}
@media (min-width: 1920px) {
  .gap-xxxxl-165 {
    gap: 165px !important;
  }
}
.gap-166 {
  gap: 166px !important;
}
@media (min-width: 576px) {
  .gap-sm-166 {
    gap: 166px !important;
  }
}
@media (min-width: 991px) {
  .gap-lg-166 {
    gap: 166px !important;
  }
}
@media (min-width: 1440px) {
  .gap-xxl-166 {
    gap: 166px !important;
  }
}
@media (min-width: 1920px) {
  .gap-xxxxl-166 {
    gap: 166px !important;
  }
}
.gap-167 {
  gap: 167px !important;
}
@media (min-width: 576px) {
  .gap-sm-167 {
    gap: 167px !important;
  }
}
@media (min-width: 991px) {
  .gap-lg-167 {
    gap: 167px !important;
  }
}
@media (min-width: 1440px) {
  .gap-xxl-167 {
    gap: 167px !important;
  }
}
@media (min-width: 1920px) {
  .gap-xxxxl-167 {
    gap: 167px !important;
  }
}
.gap-168 {
  gap: 168px !important;
}
@media (min-width: 576px) {
  .gap-sm-168 {
    gap: 168px !important;
  }
}
@media (min-width: 991px) {
  .gap-lg-168 {
    gap: 168px !important;
  }
}
@media (min-width: 1440px) {
  .gap-xxl-168 {
    gap: 168px !important;
  }
}
@media (min-width: 1920px) {
  .gap-xxxxl-168 {
    gap: 168px !important;
  }
}
.gap-169 {
  gap: 169px !important;
}
@media (min-width: 576px) {
  .gap-sm-169 {
    gap: 169px !important;
  }
}
@media (min-width: 991px) {
  .gap-lg-169 {
    gap: 169px !important;
  }
}
@media (min-width: 1440px) {
  .gap-xxl-169 {
    gap: 169px !important;
  }
}
@media (min-width: 1920px) {
  .gap-xxxxl-169 {
    gap: 169px !important;
  }
}
.gap-170 {
  gap: 170px !important;
}
@media (min-width: 576px) {
  .gap-sm-170 {
    gap: 170px !important;
  }
}
@media (min-width: 991px) {
  .gap-lg-170 {
    gap: 170px !important;
  }
}
@media (min-width: 1440px) {
  .gap-xxl-170 {
    gap: 170px !important;
  }
}
@media (min-width: 1920px) {
  .gap-xxxxl-170 {
    gap: 170px !important;
  }
}
.gap-171 {
  gap: 171px !important;
}
@media (min-width: 576px) {
  .gap-sm-171 {
    gap: 171px !important;
  }
}
@media (min-width: 991px) {
  .gap-lg-171 {
    gap: 171px !important;
  }
}
@media (min-width: 1440px) {
  .gap-xxl-171 {
    gap: 171px !important;
  }
}
@media (min-width: 1920px) {
  .gap-xxxxl-171 {
    gap: 171px !important;
  }
}
.gap-172 {
  gap: 172px !important;
}
@media (min-width: 576px) {
  .gap-sm-172 {
    gap: 172px !important;
  }
}
@media (min-width: 991px) {
  .gap-lg-172 {
    gap: 172px !important;
  }
}
@media (min-width: 1440px) {
  .gap-xxl-172 {
    gap: 172px !important;
  }
}
@media (min-width: 1920px) {
  .gap-xxxxl-172 {
    gap: 172px !important;
  }
}
.gap-173 {
  gap: 173px !important;
}
@media (min-width: 576px) {
  .gap-sm-173 {
    gap: 173px !important;
  }
}
@media (min-width: 991px) {
  .gap-lg-173 {
    gap: 173px !important;
  }
}
@media (min-width: 1440px) {
  .gap-xxl-173 {
    gap: 173px !important;
  }
}
@media (min-width: 1920px) {
  .gap-xxxxl-173 {
    gap: 173px !important;
  }
}
.gap-174 {
  gap: 174px !important;
}
@media (min-width: 576px) {
  .gap-sm-174 {
    gap: 174px !important;
  }
}
@media (min-width: 991px) {
  .gap-lg-174 {
    gap: 174px !important;
  }
}
@media (min-width: 1440px) {
  .gap-xxl-174 {
    gap: 174px !important;
  }
}
@media (min-width: 1920px) {
  .gap-xxxxl-174 {
    gap: 174px !important;
  }
}
.gap-175 {
  gap: 175px !important;
}
@media (min-width: 576px) {
  .gap-sm-175 {
    gap: 175px !important;
  }
}
@media (min-width: 991px) {
  .gap-lg-175 {
    gap: 175px !important;
  }
}
@media (min-width: 1440px) {
  .gap-xxl-175 {
    gap: 175px !important;
  }
}
@media (min-width: 1920px) {
  .gap-xxxxl-175 {
    gap: 175px !important;
  }
}
.gap-176 {
  gap: 176px !important;
}
@media (min-width: 576px) {
  .gap-sm-176 {
    gap: 176px !important;
  }
}
@media (min-width: 991px) {
  .gap-lg-176 {
    gap: 176px !important;
  }
}
@media (min-width: 1440px) {
  .gap-xxl-176 {
    gap: 176px !important;
  }
}
@media (min-width: 1920px) {
  .gap-xxxxl-176 {
    gap: 176px !important;
  }
}
.gap-177 {
  gap: 177px !important;
}
@media (min-width: 576px) {
  .gap-sm-177 {
    gap: 177px !important;
  }
}
@media (min-width: 991px) {
  .gap-lg-177 {
    gap: 177px !important;
  }
}
@media (min-width: 1440px) {
  .gap-xxl-177 {
    gap: 177px !important;
  }
}
@media (min-width: 1920px) {
  .gap-xxxxl-177 {
    gap: 177px !important;
  }
}
.gap-178 {
  gap: 178px !important;
}
@media (min-width: 576px) {
  .gap-sm-178 {
    gap: 178px !important;
  }
}
@media (min-width: 991px) {
  .gap-lg-178 {
    gap: 178px !important;
  }
}
@media (min-width: 1440px) {
  .gap-xxl-178 {
    gap: 178px !important;
  }
}
@media (min-width: 1920px) {
  .gap-xxxxl-178 {
    gap: 178px !important;
  }
}
.gap-179 {
  gap: 179px !important;
}
@media (min-width: 576px) {
  .gap-sm-179 {
    gap: 179px !important;
  }
}
@media (min-width: 991px) {
  .gap-lg-179 {
    gap: 179px !important;
  }
}
@media (min-width: 1440px) {
  .gap-xxl-179 {
    gap: 179px !important;
  }
}
@media (min-width: 1920px) {
  .gap-xxxxl-179 {
    gap: 179px !important;
  }
}
.gap-180 {
  gap: 180px !important;
}
@media (min-width: 576px) {
  .gap-sm-180 {
    gap: 180px !important;
  }
}
@media (min-width: 991px) {
  .gap-lg-180 {
    gap: 180px !important;
  }
}
@media (min-width: 1440px) {
  .gap-xxl-180 {
    gap: 180px !important;
  }
}
@media (min-width: 1920px) {
  .gap-xxxxl-180 {
    gap: 180px !important;
  }
}
.gap-181 {
  gap: 181px !important;
}
@media (min-width: 576px) {
  .gap-sm-181 {
    gap: 181px !important;
  }
}
@media (min-width: 991px) {
  .gap-lg-181 {
    gap: 181px !important;
  }
}
@media (min-width: 1440px) {
  .gap-xxl-181 {
    gap: 181px !important;
  }
}
@media (min-width: 1920px) {
  .gap-xxxxl-181 {
    gap: 181px !important;
  }
}
.gap-182 {
  gap: 182px !important;
}
@media (min-width: 576px) {
  .gap-sm-182 {
    gap: 182px !important;
  }
}
@media (min-width: 991px) {
  .gap-lg-182 {
    gap: 182px !important;
  }
}
@media (min-width: 1440px) {
  .gap-xxl-182 {
    gap: 182px !important;
  }
}
@media (min-width: 1920px) {
  .gap-xxxxl-182 {
    gap: 182px !important;
  }
}
.gap-183 {
  gap: 183px !important;
}
@media (min-width: 576px) {
  .gap-sm-183 {
    gap: 183px !important;
  }
}
@media (min-width: 991px) {
  .gap-lg-183 {
    gap: 183px !important;
  }
}
@media (min-width: 1440px) {
  .gap-xxl-183 {
    gap: 183px !important;
  }
}
@media (min-width: 1920px) {
  .gap-xxxxl-183 {
    gap: 183px !important;
  }
}
.gap-184 {
  gap: 184px !important;
}
@media (min-width: 576px) {
  .gap-sm-184 {
    gap: 184px !important;
  }
}
@media (min-width: 991px) {
  .gap-lg-184 {
    gap: 184px !important;
  }
}
@media (min-width: 1440px) {
  .gap-xxl-184 {
    gap: 184px !important;
  }
}
@media (min-width: 1920px) {
  .gap-xxxxl-184 {
    gap: 184px !important;
  }
}
.gap-185 {
  gap: 185px !important;
}
@media (min-width: 576px) {
  .gap-sm-185 {
    gap: 185px !important;
  }
}
@media (min-width: 991px) {
  .gap-lg-185 {
    gap: 185px !important;
  }
}
@media (min-width: 1440px) {
  .gap-xxl-185 {
    gap: 185px !important;
  }
}
@media (min-width: 1920px) {
  .gap-xxxxl-185 {
    gap: 185px !important;
  }
}
.gap-186 {
  gap: 186px !important;
}
@media (min-width: 576px) {
  .gap-sm-186 {
    gap: 186px !important;
  }
}
@media (min-width: 991px) {
  .gap-lg-186 {
    gap: 186px !important;
  }
}
@media (min-width: 1440px) {
  .gap-xxl-186 {
    gap: 186px !important;
  }
}
@media (min-width: 1920px) {
  .gap-xxxxl-186 {
    gap: 186px !important;
  }
}
.gap-187 {
  gap: 187px !important;
}
@media (min-width: 576px) {
  .gap-sm-187 {
    gap: 187px !important;
  }
}
@media (min-width: 991px) {
  .gap-lg-187 {
    gap: 187px !important;
  }
}
@media (min-width: 1440px) {
  .gap-xxl-187 {
    gap: 187px !important;
  }
}
@media (min-width: 1920px) {
  .gap-xxxxl-187 {
    gap: 187px !important;
  }
}
.gap-188 {
  gap: 188px !important;
}
@media (min-width: 576px) {
  .gap-sm-188 {
    gap: 188px !important;
  }
}
@media (min-width: 991px) {
  .gap-lg-188 {
    gap: 188px !important;
  }
}
@media (min-width: 1440px) {
  .gap-xxl-188 {
    gap: 188px !important;
  }
}
@media (min-width: 1920px) {
  .gap-xxxxl-188 {
    gap: 188px !important;
  }
}
.gap-189 {
  gap: 189px !important;
}
@media (min-width: 576px) {
  .gap-sm-189 {
    gap: 189px !important;
  }
}
@media (min-width: 991px) {
  .gap-lg-189 {
    gap: 189px !important;
  }
}
@media (min-width: 1440px) {
  .gap-xxl-189 {
    gap: 189px !important;
  }
}
@media (min-width: 1920px) {
  .gap-xxxxl-189 {
    gap: 189px !important;
  }
}
.gap-190 {
  gap: 190px !important;
}
@media (min-width: 576px) {
  .gap-sm-190 {
    gap: 190px !important;
  }
}
@media (min-width: 991px) {
  .gap-lg-190 {
    gap: 190px !important;
  }
}
@media (min-width: 1440px) {
  .gap-xxl-190 {
    gap: 190px !important;
  }
}
@media (min-width: 1920px) {
  .gap-xxxxl-190 {
    gap: 190px !important;
  }
}
.gap-191 {
  gap: 191px !important;
}
@media (min-width: 576px) {
  .gap-sm-191 {
    gap: 191px !important;
  }
}
@media (min-width: 991px) {
  .gap-lg-191 {
    gap: 191px !important;
  }
}
@media (min-width: 1440px) {
  .gap-xxl-191 {
    gap: 191px !important;
  }
}
@media (min-width: 1920px) {
  .gap-xxxxl-191 {
    gap: 191px !important;
  }
}
.gap-192 {
  gap: 192px !important;
}
@media (min-width: 576px) {
  .gap-sm-192 {
    gap: 192px !important;
  }
}
@media (min-width: 991px) {
  .gap-lg-192 {
    gap: 192px !important;
  }
}
@media (min-width: 1440px) {
  .gap-xxl-192 {
    gap: 192px !important;
  }
}
@media (min-width: 1920px) {
  .gap-xxxxl-192 {
    gap: 192px !important;
  }
}
.gap-193 {
  gap: 193px !important;
}
@media (min-width: 576px) {
  .gap-sm-193 {
    gap: 193px !important;
  }
}
@media (min-width: 991px) {
  .gap-lg-193 {
    gap: 193px !important;
  }
}
@media (min-width: 1440px) {
  .gap-xxl-193 {
    gap: 193px !important;
  }
}
@media (min-width: 1920px) {
  .gap-xxxxl-193 {
    gap: 193px !important;
  }
}
.gap-194 {
  gap: 194px !important;
}
@media (min-width: 576px) {
  .gap-sm-194 {
    gap: 194px !important;
  }
}
@media (min-width: 991px) {
  .gap-lg-194 {
    gap: 194px !important;
  }
}
@media (min-width: 1440px) {
  .gap-xxl-194 {
    gap: 194px !important;
  }
}
@media (min-width: 1920px) {
  .gap-xxxxl-194 {
    gap: 194px !important;
  }
}
.gap-195 {
  gap: 195px !important;
}
@media (min-width: 576px) {
  .gap-sm-195 {
    gap: 195px !important;
  }
}
@media (min-width: 991px) {
  .gap-lg-195 {
    gap: 195px !important;
  }
}
@media (min-width: 1440px) {
  .gap-xxl-195 {
    gap: 195px !important;
  }
}
@media (min-width: 1920px) {
  .gap-xxxxl-195 {
    gap: 195px !important;
  }
}
.gap-196 {
  gap: 196px !important;
}
@media (min-width: 576px) {
  .gap-sm-196 {
    gap: 196px !important;
  }
}
@media (min-width: 991px) {
  .gap-lg-196 {
    gap: 196px !important;
  }
}
@media (min-width: 1440px) {
  .gap-xxl-196 {
    gap: 196px !important;
  }
}
@media (min-width: 1920px) {
  .gap-xxxxl-196 {
    gap: 196px !important;
  }
}
.gap-197 {
  gap: 197px !important;
}
@media (min-width: 576px) {
  .gap-sm-197 {
    gap: 197px !important;
  }
}
@media (min-width: 991px) {
  .gap-lg-197 {
    gap: 197px !important;
  }
}
@media (min-width: 1440px) {
  .gap-xxl-197 {
    gap: 197px !important;
  }
}
@media (min-width: 1920px) {
  .gap-xxxxl-197 {
    gap: 197px !important;
  }
}
.gap-198 {
  gap: 198px !important;
}
@media (min-width: 576px) {
  .gap-sm-198 {
    gap: 198px !important;
  }
}
@media (min-width: 991px) {
  .gap-lg-198 {
    gap: 198px !important;
  }
}
@media (min-width: 1440px) {
  .gap-xxl-198 {
    gap: 198px !important;
  }
}
@media (min-width: 1920px) {
  .gap-xxxxl-198 {
    gap: 198px !important;
  }
}
.gap-199 {
  gap: 199px !important;
}
@media (min-width: 576px) {
  .gap-sm-199 {
    gap: 199px !important;
  }
}
@media (min-width: 991px) {
  .gap-lg-199 {
    gap: 199px !important;
  }
}
@media (min-width: 1440px) {
  .gap-xxl-199 {
    gap: 199px !important;
  }
}
@media (min-width: 1920px) {
  .gap-xxxxl-199 {
    gap: 199px !important;
  }
}
.gap-200 {
  gap: 200px !important;
}
@media (min-width: 576px) {
  .gap-sm-200 {
    gap: 200px !important;
  }
}
@media (min-width: 991px) {
  .gap-lg-200 {
    gap: 200px !important;
  }
}
@media (min-width: 1440px) {
  .gap-xxl-200 {
    gap: 200px !important;
  }
}
@media (min-width: 1920px) {
  .gap-xxxxl-200 {
    gap: 200px !important;
  }
}
body {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22.4px;
  color: #000;
}
b {
  font-weight: 700;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-family: "Montserrat Medium", sans-serif;
  font-weight: 700;
  letter-spacing: 0.7px;
  color: #000;
}
h1, .h1 {
  font-size: 36px;
  line-height: 42px;
}
@media (min-width: 991px) {
  h1, .h1 {
    font-size: 40px;
    line-height: 77px;
  }
}
h1.text-uppercase, .text-uppercase.h1, .h1.text-uppercase {
  font-size: 64px;
}
h2, .h2 {
  font-size: 30px;
  line-height: 36px;
}
@media (min-width: 991px) {
  h2, .h2 {
    font-size: 35px;
    line-height: 43.2px;
  }
}
h3, .h3 {
  font-size: 26px;
  line-height: 31px;
}
h4, .h4, h5, .h5, h6, .h6 {
  font-size: 16px;
  line-height: 19.2px;
}
.cms-block small, .cms-block .small, .cms-block .overhead {
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #631144;
}
.cms-block-accordion-text {
  padding: 180px 0;
}
@media (min-width: 991px) {
  .cms-block-accordion-text {
    background-image: url("https://greco-test.novogenia.com/bundles/ewnovogeniatheme/static/img/cms/dna-text.png");
    background-repeat: no-repeat;
    background-size: 650px;
    background-position-y: center;
    background-position-x: left;
  }
}
.cms-block-accordion-text h2, .cms-block-accordion-text .h2 {
  font-size: 35px;
  line-height: 42px;
}
.cms-block-card-employees .cms-block-container .cms-block-container-row {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-wrap: unset;
  gap: 20px;
}
@media (min-width: 991px) {
  .cms-block-card-employees .cms-block-container .cms-block-container-row {
    flex-direction: row;
    align-items: stretch;
  }
}
.cms-block-card-employees .cms-block-container .cms-block-container-row > [class*="col-"] {
  background-color: #F9FAFB;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  flex: none;
  flex-direction: column;
  flex: 0 0 calc(100% - 20px);
  max-width: calc(100% - 20px);
}
@media (min-width: 991px) {
  .cms-block-card-employees .cms-block-container .cms-block-container-row > [class*="col-"] {
    flex: 0 0 calc(33.3333333333% - 20px);
    max-width: calc(33.3333333333% - 20px);
  }
}
@media (min-width: 1440px) {
  .cms-block-card-employees .cms-block-container .cms-block-container-row > [class*="col-"] {
    align-items: stretch;
  }
}
.cms-block-card-employees .cms-element-image, .cms-block-card-employees .cms-element-text {
  padding-left: calc(22px - 20px / 2);
  padding-right: calc(22px - 20px / 2);
}
.cms-block-card-employees .cms-element-image {
  padding-top: 20px;
}
.cms-block-card-employees .cms-element-image .cms-image-container {
  border-radius: 8px;
  overflow: hidden;
}
.cms-block-card-employees .cms-element-image .cms-image {
  margin: auto;
}
.cms-block-card-employees .cms-element-text {
  padding-bottom: 20px;
}
.cms-block-card-employees .cms-element-text .text-black {
  font-size: 26px;
  font-weight: 700;
  line-height: 31.2px;
  color: #000;
}
.cms-block-card-employees .cms-element-text .text-muted {
  color: #6B7280;
}
.cms-block-checklist {
  padding: 20px 0 !important;
}
.cms-block-checklist .content {
  background: #F9FAFB;
  padding: 35px 30px;
  margin-bottom: 20px;
  border-radius: 20px;
}
@media (min-width: 991px) {
  .cms-block-checklist .content {
    height: 100%;
  }
}
.cms-block-checklist .content h2, .cms-block-checklist .content .h2, .cms-block-checklist .content h3, .cms-block-checklist .content .h3 {
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  color: #000;
  margin-bottom: 0;
}
.cms-block-checklist .content ul {
  padding: 0;
}
.cms-block-checklist .content ul .list-group-item {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: transparent;
  border: none;
}
.cms-block-checklist .content ul .list-group-item .bp-label {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  text-align: left;
  color: #6B7280;
}
.cms-block-checklist .content ul .list-group-item .icon {
  background: #7C1A59;
  color: #fff;
  width: 20px;
  height: 20px;
  padding: 0.2em;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.cms-block-checklist .content ul .list-group-item .icon > svg {
  top: 0;
}
@media (min-width: 991px) {
  .cms-block-gallery-buybox .cms-block-container-row {
    align-items: center;
  }
}
.cms-block-hero-section .header-logo-picture {
  display: block;
  max-width: 300px;
  margin: 0;
}
.cms-block-hero-section .content p, .cms-block-hero-section .content li, .cms-block-hero-section .content span {
  font-size: 25px;
  line-height: 35px;
}
.cms-block-hero-section .content ul {
  font-size: 20px;
  line-height: 28px;
}
.cms-block-hero-section .content li {
  padding-left: 10px;
}
.cms-block-hero-section .content li::marker {
  font-size: 12px;
}
.cms-block-icon-text .cms-block-container .cms-block-container-row {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-wrap: unset;
  gap: 20px;
}
@media (min-width: 991px) {
  .cms-block-icon-text .cms-block-container .cms-block-container-row {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
  }
}
.cms-block-icon-text .cms-block-container .cms-block-container-row > [class*="col-"] {
  background-color: #F9FAFB;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  flex: none;
  flex-direction: column;
  flex: 0 0 calc(100% - 20px);
  max-width: calc(100% - 20px);
}
@media (min-width: 991px) {
  .cms-block-icon-text .cms-block-container .cms-block-container-row > [class*="col-"] {
    flex: 0 0 calc(50% - 20px);
    max-width: calc(50% - 20px);
  }
}
@media (min-width: 1440px) {
  .cms-block-icon-text .cms-block-container .cms-block-container-row > [class*="col-"] {
    align-items: stretch;
  }
}
.cms-block-info-teaser {
  padding: 60px 20px !important;
}
@media (min-width: 991px) {
  .cms-block-info-teaser {
    padding: 100px 0 !important;
  }
}
.cms-block-info-teaser .row, .cms-block-info-teaser .account-content, .cms-block-info-teaser .is-act-cartpage .checkout .checkout-container, .is-act-cartpage .checkout .cms-block-info-teaser .checkout-container, .cms-block-info-teaser .is-act-checkoutregisterpage .checkout .checkout-container, .is-act-checkoutregisterpage .checkout .cms-block-info-teaser .checkout-container, .cms-block-info-teaser .is-act-confirmpage .checkout .checkout-container, .is-act-confirmpage .checkout .cms-block-info-teaser .checkout-container, .cms-block-info-teaser .is-ctl-accountorder .checkout .checkout-container, .is-ctl-accountorder .checkout .cms-block-info-teaser .checkout-container, .cms-block-info-teaser .is-act-finishpage .checkout .checkout-container, .is-act-finishpage .checkout .cms-block-info-teaser .checkout-container, .cms-block-info-teaser body.is-act-confirmpage .checkout .checkout-container, body.is-act-confirmpage .checkout .cms-block-info-teaser .checkout-container {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.cms-block-info-teaser .row > [class*="col-"], .cms-block-info-teaser .account-content > [class*="col-"], .cms-block-info-teaser .is-act-cartpage .checkout .checkout-container > [class*="col-"], .is-act-cartpage .checkout .cms-block-info-teaser .checkout-container > [class*="col-"], .cms-block-info-teaser .is-act-checkoutregisterpage .checkout .checkout-container > [class*="col-"], .is-act-checkoutregisterpage .checkout .cms-block-info-teaser .checkout-container > [class*="col-"], .cms-block-info-teaser .is-act-confirmpage .checkout .checkout-container > [class*="col-"], .is-act-confirmpage .checkout .cms-block-info-teaser .checkout-container > [class*="col-"], .cms-block-info-teaser .is-ctl-accountorder .checkout .checkout-container > [class*="col-"], .is-ctl-accountorder .checkout .cms-block-info-teaser .checkout-container > [class*="col-"], .cms-block-info-teaser .is-act-finishpage .checkout .checkout-container > [class*="col-"], .is-act-finishpage .checkout .cms-block-info-teaser .checkout-container > [class*="col-"], .cms-block-info-teaser body.is-act-confirmpage .checkout .checkout-container > [class*="col-"], body.is-act-confirmpage .checkout .cms-block-info-teaser .checkout-container > [class*="col-"] {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.cms-block-info-teaser .content {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0;
  gap: 51px;
}
.cms-block-info-teaser .content .d-flex > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.cms-block-info-teaser .content h2, .cms-block-info-teaser .content .h2 {
  color: #fff;
}
.cms-block-info-teaser .content h3, .cms-block-info-teaser .content .h3, .cms-block-info-teaser .content h4, .cms-block-info-teaser .content .h4, .cms-block-info-teaser .content .title {
  text-align: center;
  color: #fff;
}
@media (min-width: 991px) {
  .cms-block-info-teaser .content h3, .cms-block-info-teaser .content .h3, .cms-block-info-teaser .content h4, .cms-block-info-teaser .content .h4, .cms-block-info-teaser .content .title {
    text-align: left;
  }
}
.cms-block-info-teaser .content h3, .cms-block-info-teaser .content .h3 {
  font-size: 25px;
  font-weight: 700;
  line-height: 32px;
}
@media (min-width: 991px) {
  .cms-block-info-teaser .content h3, .cms-block-info-teaser .content .h3 {
    font-size: 45px;
    line-height: 63px;
  }
}
.cms-block-info-teaser .content h4, .cms-block-info-teaser .content .h4 {
  font-size: 20px;
  line-height: 24px;
}
.cms-block-info-teaser .content .title {
  font-size: 30px;
  line-height: 36px;
}
.cms-block-info-teaser .content p {
  color: #fff;
  text-align: center;
}
@media (min-width: 991px) {
  .cms-block-info-teaser .content p {
    text-align: justify;
  }
}
.cms-block-moorl-form-builder {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.cms-block-moorl-form-builder h2, .cms-block-moorl-form-builder .h2 {
  font-size: 1rem;
}
.cms-block-moorl-form-builder .form-label {
  display: none;
}
.cms-block-moorl-form-builder .form-control, .cms-block-moorl-form-builder .custom-select {
  background-color: #F9FAFB;
}
.cms-block-moorl-form-builder .btn {
  width: 100%;
  text-transform: uppercase;
}
.cms-block-product-three-column .product-action {
  display: none !important;
}
@media (min-width: 991px) {
  .cms-block-product-three-column .product-description {
    height: 140px;
  }
}
.cms-block-step-by-step .dash {
  height: 157px;
  margin: 20px 0;
}
.cms-block-step-by-step .dash:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  background: linear-gradient(to top, #bebfc2 50%, #fff 0%);
  background-size: 1px 31px;
  width: 1px;
  height: 100%;
}
.cms-block-teaser-text-image {
  border-radius: 20px !important;
  overflow: hidden !important;
}
.cms-block-teaser-text-image .row, .cms-block-teaser-text-image .account-content, .cms-block-teaser-text-image .is-act-cartpage .checkout .checkout-container, .is-act-cartpage .checkout .cms-block-teaser-text-image .checkout-container, .cms-block-teaser-text-image .is-act-checkoutregisterpage .checkout .checkout-container, .is-act-checkoutregisterpage .checkout .cms-block-teaser-text-image .checkout-container, .cms-block-teaser-text-image .is-act-confirmpage .checkout .checkout-container, .is-act-confirmpage .checkout .cms-block-teaser-text-image .checkout-container, .cms-block-teaser-text-image .is-ctl-accountorder .checkout .checkout-container, .is-ctl-accountorder .checkout .cms-block-teaser-text-image .checkout-container, .cms-block-teaser-text-image .is-act-finishpage .checkout .checkout-container, .is-act-finishpage .checkout .cms-block-teaser-text-image .checkout-container, .cms-block-teaser-text-image body.is-act-confirmpage .checkout .checkout-container, body.is-act-confirmpage .checkout .cms-block-teaser-text-image .checkout-container {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 0;
  gap: 20px;
  flex-wrap: unset;
  margin-right: 0;
  margin-left: 0;
}
.cms-block-teaser-text-image .row > [class*="col-"], .cms-block-teaser-text-image .account-content > [class*="col-"], .cms-block-teaser-text-image .is-act-cartpage .checkout .checkout-container > [class*="col-"], .is-act-cartpage .checkout .cms-block-teaser-text-image .checkout-container > [class*="col-"], .cms-block-teaser-text-image .is-act-checkoutregisterpage .checkout .checkout-container > [class*="col-"], .is-act-checkoutregisterpage .checkout .cms-block-teaser-text-image .checkout-container > [class*="col-"], .cms-block-teaser-text-image .is-act-confirmpage .checkout .checkout-container > [class*="col-"], .is-act-confirmpage .checkout .cms-block-teaser-text-image .checkout-container > [class*="col-"], .cms-block-teaser-text-image .is-ctl-accountorder .checkout .checkout-container > [class*="col-"], .is-ctl-accountorder .checkout .cms-block-teaser-text-image .checkout-container > [class*="col-"], .cms-block-teaser-text-image .is-act-finishpage .checkout .checkout-container > [class*="col-"], .is-act-finishpage .checkout .cms-block-teaser-text-image .checkout-container > [class*="col-"], .cms-block-teaser-text-image body.is-act-confirmpage .checkout .checkout-container > [class*="col-"], body.is-act-confirmpage .checkout .cms-block-teaser-text-image .checkout-container > [class*="col-"] {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0;
  gap: 20px;
  flex: content;
  max-width: none;
  border-radius: 20px;
}
.cms-block-teaser-text-image .cms-element-text {
  padding: 30px 20px 20px;
}
@media (min-width: 991px) {
  .cms-block-teaser-text-image .cms-element-text {
    padding: 0 47px 0 80px;
  }
}
@media (min-width: 1440px) {
  .cms-block-teaser-text-image .cms-element-text {
    padding: 0 50px;
  }
}
.cms-block-teaser-text-image .cms-element-text .text-black {
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  color: #000;
}
.cms-block-teaser-text-image .cms-element-text .text-muted {
  color: #6B7280;
}
.cms-block-teaser-text-image .cms-element-image {
  position: relative;
  height: 258.5px;
}
@media (min-width: 991px) {
  .cms-block-teaser-text-image .cms-element-image {
    height: 100%;
  }
}
@media (min-width: 991px) {
  .cms-block-teaser-text-image .cms-element-image .cms-image-container.is-cover {
    min-height: 349px !important;
  }
}
.cms-block-text-button .text-button-text {
  display: flex;
  justify-content: center;
}
@media (min-width: 991px) {
  .cms-block-text-button .text-button-text {
    justify-content: end;
  }
}
.cms-block-text-button .text-button-button {
  display: flex;
  justify-content: center;
}
@media (min-width: 991px) {
  .cms-block-text-button .text-button-button {
    justify-content: start;
  }
}
.cms-block-text-teaser {
  padding: 20px 0 !important;
}
.cms-block-text-teaser .content {
  padding: 100px 20px 0;
}
.cms-block-text-teaser .content .title {
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.cms-block-text-teaser .content h2, .cms-block-text-teaser .content .h2, .cms-block-text-teaser .content h3, .cms-block-text-teaser .content .h3 {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
.cms-block-text-teaser .content p, .cms-block-text-teaser .content span {
  letter-spacing: 1px;
}
@media (min-width: 991px) {
  .cms-block-text-teaser .content p, .cms-block-text-teaser .content span {
    max-width: 1007px;
    margin-left: auto;
    margin-right: auto;
  }
}
.accordion {
  margin-top: 30px;
  margin-bottom: 19px;
}
.accordion .item {
  background: transparent;
  overflow: visible;
  border: none;
}
.accordion .item .btn-collapse {
  font-size: 22px;
  font-weight: 600;
  line-height: 28px;
  color: #6E0147;
  padding: 20px 0;
  border: 0;
  border-bottom: 1px solid #D9DBE9;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: start;
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 16px;
}
.accordion .item .btn-collapse.collapsed {
  background-image: url('data:image/svg+xml;utf8,<svg width="19" height="19" viewBox="0 0 19 19" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9.56201 1.49121V17.0763" stroke="%2363003F" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M1.66406 9.28418H17.46" stroke="%2363003F" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
.accordion .item .btn-collapse:not(.collapsed) {
  background-image: url('data:image/svg+xml;utf8,<svg width="19" height="3" viewBox="0 0 19 3" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.56104 1.14844H17.357" stroke="%236E0147" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
.accordion .item-content {
  background-color: var(--collapse-content-background-color);
  padding: 15px;
}
.element-icon-text .card {
  padding: 20px 40px;
}
.element-icon-text .card-img-top {
  background-color: #7C1A59;
  border-radius: 50%;
  width: 40px;
  height: 40px;
}
.element-icon-text .card-img-top .card-img {
  height: 17px;
}
.element-icon-text .card-body {
  text-align: center;
  color: #6B7280;
}
.element-img-text {
  padding: 75px 0;
}
.element-img-text .card-img {
  width: auto;
  max-width: 100%;
  margin: 0 auto;
  border-radius: 0;
}
.element-img-text .card-img-top {
  width: 277px;
}
.element-img-text .card-body {
  max-width: 1100px;
  margin: auto;
}
.product-box .btn, .cms-block-button .btn, .cms-block-text-teaser .btn {
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
  padding: 16px 24px;
  border-radius: 5px;
  display: inline-flex;
}
.product-box .btn-primary, .product-box .address-editor-select:not(.collapsed), .product-box .address-editor-edit:not(.collapsed), .product-box .address-editor-create:not(.collapsed), .cms-block-button .btn-primary, .cms-block-button .address-editor-select:not(.collapsed), .cms-block-button .address-editor-edit:not(.collapsed), .cms-block-button .address-editor-create:not(.collapsed), .cms-block-text-teaser .btn-primary, .cms-block-text-teaser .address-editor-select:not(.collapsed), .cms-block-text-teaser .address-editor-edit:not(.collapsed), .cms-block-text-teaser .address-editor-create:not(.collapsed) {
  background-color: #6E0147;
  color: #fff;
  border-color: #6E0147;
}
.product-box .btn-primary:hover, .product-box .address-editor-select:not(.collapsed):hover, .product-box .address-editor-edit:not(.collapsed):hover, .product-box .address-editor-create:not(.collapsed):hover, .cms-block-button .btn-primary:hover, .cms-block-button .address-editor-select:not(.collapsed):hover, .cms-block-button .address-editor-edit:not(.collapsed):hover, .cms-block-button .address-editor-create:not(.collapsed):hover, .cms-block-text-teaser .btn-primary:hover, .cms-block-text-teaser .address-editor-select:not(.collapsed):hover, .cms-block-text-teaser .address-editor-edit:not(.collapsed):hover, .cms-block-text-teaser .address-editor-create:not(.collapsed):hover {
  background-color: #7C1A59;
  border-color: #7C1A59;
}
.product-box .btn-primary:focus, .product-box .address-editor-select:not(.collapsed):focus, .product-box .address-editor-edit:not(.collapsed):focus, .product-box .address-editor-create:not(.collapsed):focus, .cms-block-button .btn-primary:focus, .cms-block-button .address-editor-select:not(.collapsed):focus, .cms-block-button .address-editor-edit:not(.collapsed):focus, .cms-block-button .address-editor-create:not(.collapsed):focus, .cms-block-text-teaser .btn-primary:focus, .cms-block-text-teaser .address-editor-select:not(.collapsed):focus, .cms-block-text-teaser .address-editor-edit:not(.collapsed):focus, .cms-block-text-teaser .address-editor-create:not(.collapsed):focus {
  background-color: #63003F;
  border-color: #63003F;
}
.product-box .btn-primary:disabled, .product-box .address-editor-select:not(.collapsed):disabled, .product-box .address-editor-edit:not(.collapsed):disabled, .product-box .address-editor-create:not(.collapsed):disabled, .cms-block-button .btn-primary:disabled, .cms-block-button .address-editor-select:not(.collapsed):disabled, .cms-block-button .address-editor-edit:not(.collapsed):disabled, .cms-block-button .address-editor-create:not(.collapsed):disabled, .cms-block-text-teaser .btn-primary:disabled, .cms-block-text-teaser .address-editor-select:not(.collapsed):disabled, .cms-block-text-teaser .address-editor-edit:not(.collapsed):disabled, .cms-block-text-teaser .address-editor-create:not(.collapsed):disabled {
  background-color: #F9FAFB;
  color: #bbb;
  border-color: #bbb;
}
.product-box .btn-secondary, .cms-block-button .btn-secondary, .cms-block-text-teaser .btn-secondary {
  background-color: #fff;
  color: #691448;
  border-color: #691448;
}
.product-box .btn-secondary:hover, .cms-block-button .btn-secondary:hover, .cms-block-text-teaser .btn-secondary:hover {
  background-color: #F7F2F5;
}
.product-box .btn-secondary:focus, .cms-block-button .btn-secondary:focus, .cms-block-text-teaser .btn-secondary:focus {
  background-color: #F3EAEF;
}
.product-box .btn-secondary:disabled, .cms-block-button .btn-secondary:disabled, .cms-block-text-teaser .btn-secondary:disabled {
  background-color: #fff;
  color: #E5E7EB;
  border-color: #E5E7EB;
}
.product-box .btn-link, .cms-block-button .btn-link, .cms-block-text-teaser .btn-link {
  background-color: #fff;
  color: #691448;
  border-color: #fff;
}
.product-box .btn-link:hover, .cms-block-button .btn-link:hover, .cms-block-text-teaser .btn-link:hover {
  background-color: #F7F2F5;
  border-color: #F7F2F5;
  text-decoration: none;
}
.product-box .btn-link:focus, .cms-block-button .btn-link:focus, .cms-block-text-teaser .btn-link:focus {
  background-color: #F3EAEF;
  border-color: #F3EAEF;
}
.product-box .btn-link:disabled, .cms-block-button .btn-link:disabled, .cms-block-text-teaser .btn-link:disabled {
  background-color: #fff;
  color: #E5E7EB;
  border-color: #fff;
}
.product-box .btn .icon, .cms-block-button .btn .icon, .cms-block-text-teaser .btn .icon {
  width: 16px;
  height: 16px;
}
.product-box .btn .icon > svg, .cms-block-button .btn .icon > svg, .cms-block-text-teaser .btn .icon > svg {
  top: 0;
}
.product-detail-name {
  font-size: 40px;
  line-height: 48px;
  color: #000;
  margin-bottom: 20px;
}
.product-detail-price {
  font-size: 30px;
  font-weight: 500;
  line-height: 36px;
  margin-bottom: 20px;
}
.product-detail-tax {
  margin-bottom: 50px;
}
.product-detail-tax-link {
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  color: #000;
}
.product-detail-form-container {
  margin-bottom: 0;
}
.product-detail-form-container .btn-buy {
  background-color: #631144;
  font-size: 24px;
  font-weight: 700;
  line-height: 29px;
  color: #FFFFFF;
  border-color: #631144;
  border-radius: 5px;
  padding: 15px 20px;
  width: auto;
}
.payment-method-label, .shipping-method-label {
  width: auto;
}
.payment-method, .shipping-method {
  background: #F9FAFB;
  display: flex;
  align-items: center;
  padding: 4px 16px;
  gap: 16px;
  height: 56px;
  border: 1px solid #E5E7EB;
  border-radius: 5px;
  margin-bottom: 10px;
}
.payment-method .form-group, .shipping-method .form-group {
  margin-bottom: 0;
}
.confirm-shipping {
  display: none;
}
.cms-block {
  overflow-y: hidden;
}
.cms-block .row, .cms-block .account-content, .cms-block .is-act-cartpage .checkout .checkout-container, .is-act-cartpage .checkout .cms-block .checkout-container, .cms-block .is-act-checkoutregisterpage .checkout .checkout-container, .is-act-checkoutregisterpage .checkout .cms-block .checkout-container, .cms-block .is-act-confirmpage .checkout .checkout-container, .is-act-confirmpage .checkout .cms-block .checkout-container, .cms-block .is-ctl-accountorder .checkout .checkout-container, .is-ctl-accountorder .checkout .cms-block .checkout-container, .cms-block .is-act-finishpage .checkout .checkout-container, .is-act-finishpage .checkout .cms-block .checkout-container, .cms-block body.is-act-confirmpage .checkout .checkout-container, body.is-act-confirmpage .checkout .cms-block .checkout-container {
  margin-right: -10px;
  margin-left: -10px;
}
.cms-block .row > [class*="col-"], .cms-block .account-content > [class*="col-"], .cms-block .is-act-cartpage .checkout .checkout-container > [class*="col-"], .is-act-cartpage .checkout .cms-block .checkout-container > [class*="col-"], .cms-block .is-act-checkoutregisterpage .checkout .checkout-container > [class*="col-"], .is-act-checkoutregisterpage .checkout .cms-block .checkout-container > [class*="col-"], .cms-block .is-act-confirmpage .checkout .checkout-container > [class*="col-"], .is-act-confirmpage .checkout .cms-block .checkout-container > [class*="col-"], .cms-block .is-ctl-accountorder .checkout .checkout-container > [class*="col-"], .is-ctl-accountorder .checkout .cms-block .checkout-container > [class*="col-"], .cms-block .is-act-finishpage .checkout .checkout-container > [class*="col-"], .is-act-finishpage .checkout .cms-block .checkout-container > [class*="col-"], .cms-block body.is-act-confirmpage .checkout .checkout-container > [class*="col-"], body.is-act-confirmpage .checkout .cms-block .checkout-container > [class*="col-"] {
  padding-right: 10px;
  padding-left: 10px;
}
.gutter-20 .row, .gutter-20 .account-content, .gutter-20 .is-act-cartpage .checkout .checkout-container, .is-act-cartpage .checkout .gutter-20 .checkout-container, .gutter-20 .is-act-checkoutregisterpage .checkout .checkout-container, .is-act-checkoutregisterpage .checkout .gutter-20 .checkout-container, .gutter-20 .is-act-confirmpage .checkout .checkout-container, .is-act-confirmpage .checkout .gutter-20 .checkout-container, .gutter-20 .is-ctl-accountorder .checkout .checkout-container, .is-ctl-accountorder .checkout .gutter-20 .checkout-container, .gutter-20 .is-act-finishpage .checkout .checkout-container, .is-act-finishpage .checkout .gutter-20 .checkout-container, .gutter-20 body.is-act-confirmpage .checkout .checkout-container, body.is-act-confirmpage .checkout .gutter-20 .checkout-container {
  margin-right: -10px;
  margin-left: -10px;
}
.gutter-20 .row > [class*="col-"], .gutter-20 .account-content > [class*="col-"], .gutter-20 .is-act-cartpage .checkout .checkout-container > [class*="col-"], .is-act-cartpage .checkout .gutter-20 .checkout-container > [class*="col-"], .gutter-20 .is-act-checkoutregisterpage .checkout .checkout-container > [class*="col-"], .is-act-checkoutregisterpage .checkout .gutter-20 .checkout-container > [class*="col-"], .gutter-20 .is-act-confirmpage .checkout .checkout-container > [class*="col-"], .is-act-confirmpage .checkout .gutter-20 .checkout-container > [class*="col-"], .gutter-20 .is-ctl-accountorder .checkout .checkout-container > [class*="col-"], .is-ctl-accountorder .checkout .gutter-20 .checkout-container > [class*="col-"], .gutter-20 .is-act-finishpage .checkout .checkout-container > [class*="col-"], .is-act-finishpage .checkout .gutter-20 .checkout-container > [class*="col-"], .gutter-20 body.is-act-confirmpage .checkout .checkout-container > [class*="col-"], body.is-act-confirmpage .checkout .gutter-20 .checkout-container > [class*="col-"] {
  padding-right: 10px;
  padding-left: 10px;
}
@media (min-width: 768px) {
  .mb-lg-10 {
    margin-bottom: 10rem !important;
  }
}
@media (min-width: 768px) {
  .mb-lg-15 {
    margin-bottom: 15rem !important;
  }
}
.top-0 {
  top: 0;
}
.right-0 {
  right: 0;
}
.bottom-0 {
  bottom: 0;
}
.left-0 {
  left: 0;
}
/*
    CMS sections
    ==============================================
    General styling for cms sections
*/
.cms-page {
  margin-top: 0 !important;
}
.cms-section {
  overflow-y: hidden;
}
.cms-block-moorl-form-builder {
  max-width: 628px;
  margin: auto;
}
.cms-block-moorl-form-builder .form-control, .cms-block-moorl-form-builder .custom-select, .cms-block-moorl-form-builder .custom-control {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  color: #49454F;
  background: #F9FAFB;
  border: 1px solid #E5E7EB;
  border-radius: 5px;
  min-height: 56px;
  margin-bottom: 10px;
  padding-left: 16px;
}
.cms-block-moorl-form-builder .custom-checkbox {
  background-color: #fff;
  border: none;
}
.cms-block-moorl-form-builder .form-row {
  margin-bottom: 10px;
}
.cms-block-moorl-form-builder .form-row h2, .cms-block-moorl-form-builder .form-row .h2 {
  color: #6E0147;
  font-size: 16px;
  line-height: 19.2px;
  font-weight: 700;
  margin-top: 40px;
  margin-bottom: 10px;
}
.cms-block-moorl-form-builder .form-row h7 {
  color: #000;
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
}
.cms-block-moorl-form-builder .custom-control {
  padding-left: 0;
}
.cms-block-moorl-form-builder .custom-radio .custom-control-label::before, .cms-block-moorl-form-builder .custom-checkbox .custom-control-label::before {
  background-color: #fff;
  border: 1px solid #BBB;
}
.cms-block-moorl-form-builder .custom-radio .custom-control-label {
  width: calc(100% - 20px - 16px * 2);
  margin-left: calc(20px + 16px * 2);
}
.cms-block-moorl-form-builder .custom-radio .custom-control-label::before {
  top: 16px;
  left: calc(-20px - 16px);
  width: 20px;
  height: 20px;
}
.cms-block-moorl-form-builder .custom-radio .custom-control-label::after {
  top: 16px;
  left: calc(-20px - 16px);
  width: 20px;
  height: 20px;
}
.cms-block-moorl-form-builder .custom-radio .custom-control-label > div {
  position: absolute;
  top: 16px;
}
.cms-block-moorl-form-builder .custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #6E0147;
  background-color: #fff;
}
.cms-block-moorl-form-builder .custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='4' fill='%236E0147'/%3e%3c/svg%3e");
}
.cms-block-moorl-form-builder .custom-checkbox .custom-control-label {
  width: calc(100% - 20px - 16px * 1);
  margin-left: calc(20px + 16px * 1);
}
.cms-block-moorl-form-builder .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #6E0147;
  background-color: #fff;
}
.cms-block-moorl-form-builder .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%236E0147' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}
.cms-block-moorl-form-builder .btn {
  border-radius: 5px;
}
.cms-listing-col {
  margin-bottom: 53px;
}
.cms-listing-col:last-child {
  flex: 0 0 100%;
  max-width: 100%;
}
.product-box {
  border: none;
  border-radius: 0.938rem;
  margin-bottom: 0;
}
.product-box .card-body {
  padding: 22px 20px 36px;
}
.product-image {
  display: block;
  max-width: 100%;
  max-height: 236px;
}
.product-name {
  font-size: 26px;
  font-weight: 700;
  line-height: 28.5px;
  color: #1F2937;
  margin-bottom: 20px;
}
@media (min-width: 991px) {
  .product-name {
    height: 60px !important;
  }
}
.product-subtitle {
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  text-align: center;
  color: #631144;
  height: 19px;
}
.product-variant-characteristics, .product-cheapest-price, .product-price-unit {
  display: none;
}
.product-description {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  text-align: center;
  color: #6B7280;
  height: 190px;
  display: block;
}
@media (min-width: 991px) {
  .product-description {
    height: 100px;
  }
}
.product-action .btn {
  text-transform: uppercase;
  width: auto;
}
.payment-method-image {
  float: none;
}
.lp-container .content-main {
  margin-top: calc(85px) !important;
}
@media (min-width: 991px) {
  .lp-container .content-main {
    margin-top: calc(105px + 85px) !important;
  }
}
.container, .cms-section .boxed {
  max-width: 1400px;
}
.navigation-flyouts {
  top: 115px !important;
}
footer.footer-main, footer.footer-minimal {
  margin-top: 180px !important;
}
header.header-main {
  background: rgba(255, 255, 255, 0.5) !important;
}
header.header-main .container, header.header-main .cms-section .boxed, .cms-section header.header-main .boxed {
  max-width: 1400px !important;
  margin: auto !important;
}
.twt-is-sticky-header header.header-main {
  background-color: #fff !important;
}
.twt-usp-bar {
  display: none !important;
}
@media (min-width: 991px) {
  .is-act-home header.header-main .nav-main {
    background-color: transparent;
  }
}
@media (min-width: 991px) {
  .is-act-home header.header-main .nav-main:after {
    content: none;
  }
}
.search-container .collapsing, .search-container .collapse.show {
  background-color: rgba(0, 0, 0, 0.5) !important;
}
.is-act-cartpage .checkout-aside-summary .checkout-aside-product-list, .is-act-cartpage .checkout-aside-summary .checkout-aside-summary-list-container, .is-act-cartpage .checkout-aside-products .checkout-aside-product-list, .is-act-cartpage .checkout-aside-products .checkout-aside-summary-list-container {
  border: none;
  border-radius: 0;
}
.is-act-cartpage .checkout-aside-summary {
  margin-top: 0 !important;
  border-radius: 0 !important;
}
.is-act-cartpage .checkout-aside-summary-header {
  text-align: center;
}
.checkout-aside .product-feature-list, .checkout-aside .checkout-aside-item-characteristics {
  display: none;
}
.checkout-aside-products {
  margin-bottom: 50px;
}
.checkout-aside-product-header, .checkout-aside-summary-header {
  font-family: "Montserrat Bold", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
  color: #6E0147;
  text-align: left;
  margin-bottom: 20px;
}
.checkout-aside-summary, .checkout-aside-products {
  background-color: #fff;
  padding: 0;
  border-radius: 0;
}
.checkout-aside-summary .checkout-aside-product-list, .checkout-aside-summary .checkout-aside-summary-list-container, .checkout-aside-products .checkout-aside-product-list, .checkout-aside-products .checkout-aside-summary-list-container {
  background-color: #F9FAFB;
  border: 1px solid #E1E1E4;
  border-radius: 3px;
  padding: 10px 10px;
}
@media (min-width: 768px) {
  .checkout-aside-summary .checkout-aside-product-list, .checkout-aside-summary .checkout-aside-summary-list-container, .checkout-aside-products .checkout-aside-product-list, .checkout-aside-products .checkout-aside-summary-list-container {
    padding: 20px 30px;
  }
}
.checkout-aside-item-image .cart-item-img {
  padding: 0;
  border: none;
  border-radius: 0;
}
.checkout-aside-item-title {
  font-family: "Montserrat Bold", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  color: #000;
}
.checkout-aside-item-link-quantity {
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  color: #BBB;
}
.checkout-aside-item-link-price {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  text-align: right;
  color: #000;
}
.checkout-aside .cart-item {
  padding: 10px 0;
  border-bottom: none;
}
.checkout-aside-summary {
  margin-top: 0;
  border-radius: 0;
}
.checkout-aside-summary-list {
  margin-top: 0;
  margin-bottom: 0;
}
.checkout-aside-products .checkout-aside-product-list .row, .checkout-aside-products .checkout-aside-product-list .account-content, .checkout-aside-products .checkout-aside-product-list .is-act-cartpage .checkout .checkout-container, .is-act-cartpage .checkout .checkout-aside-products .checkout-aside-product-list .checkout-container, .checkout-aside-products .checkout-aside-product-list .is-act-checkoutregisterpage .checkout .checkout-container, .is-act-checkoutregisterpage .checkout .checkout-aside-products .checkout-aside-product-list .checkout-container, .checkout-aside-products .checkout-aside-product-list .is-act-confirmpage .checkout .checkout-container, .is-act-confirmpage .checkout .checkout-aside-products .checkout-aside-product-list .checkout-container, .checkout-aside-products .checkout-aside-product-list .is-ctl-accountorder .checkout .checkout-container, .is-ctl-accountorder .checkout .checkout-aside-products .checkout-aside-product-list .checkout-container, .checkout-aside-products .checkout-aside-product-list .is-act-finishpage .checkout .checkout-container, .is-act-finishpage .checkout .checkout-aside-products .checkout-aside-product-list .checkout-container, .checkout-aside-products .checkout-aside-product-list body.is-act-confirmpage .checkout .checkout-container, body.is-act-confirmpage .checkout .checkout-aside-products .checkout-aside-product-list .checkout-container {
  margin-right: -5px;
  margin-left: -5px;
}
.checkout-aside-products .checkout-aside-product-list .row > [class*="col-"], .checkout-aside-products .checkout-aside-product-list .account-content > [class*="col-"], .checkout-aside-products .checkout-aside-product-list .is-act-cartpage .checkout .checkout-container > [class*="col-"], .is-act-cartpage .checkout .checkout-aside-products .checkout-aside-product-list .checkout-container > [class*="col-"], .checkout-aside-products .checkout-aside-product-list .is-act-checkoutregisterpage .checkout .checkout-container > [class*="col-"], .is-act-checkoutregisterpage .checkout .checkout-aside-products .checkout-aside-product-list .checkout-container > [class*="col-"], .checkout-aside-products .checkout-aside-product-list .is-act-confirmpage .checkout .checkout-container > [class*="col-"], .is-act-confirmpage .checkout .checkout-aside-products .checkout-aside-product-list .checkout-container > [class*="col-"], .checkout-aside-products .checkout-aside-product-list .is-ctl-accountorder .checkout .checkout-container > [class*="col-"], .is-ctl-accountorder .checkout .checkout-aside-products .checkout-aside-product-list .checkout-container > [class*="col-"], .checkout-aside-products .checkout-aside-product-list .is-act-finishpage .checkout .checkout-container > [class*="col-"], .is-act-finishpage .checkout .checkout-aside-products .checkout-aside-product-list .checkout-container > [class*="col-"], .checkout-aside-products .checkout-aside-product-list body.is-act-confirmpage .checkout .checkout-container > [class*="col-"], body.is-act-confirmpage .checkout .checkout-aside-products .checkout-aside-product-list .checkout-container > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}
.checkout-aside-add-code {
  margin-top: 0;
}
.checkout-aside-action {
  background-color: #F9FAFB;
  margin-top: 0;
  padding: 20px 33px 33px;
}
.is-act-cartpage .checkout .checkout-main {
  margin-bottom: 1.5rem;
}
.is-act-cartpage .checkout .checkout-aside-container {
  position: sticky;
  top: 0;
  z-index: 1;
}
@media (min-width: 991px) {
  .cart-main-header {
    margin-bottom: 75px;
  }
}
.cart-table-header {
  padding-bottom: 46px;
  border: none;
}
.cart-table-header > [class*="cart-header-"] {
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  color: #000;
}
.cart-item-img {
  height: 87px;
}
.cart-item-img-link {
  background-color: #F9FAFB;
  border: none;
}
.cart-item-details-characteristics {
  display: none;
}
.cart-item-ordernumber {
  margin-bottom: 0;
}
.cart-item-unit-price, .cart-item-total-price {
  font-family: "Montserrat Black", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
}
.cart-item-remove .btn {
  height: 12px;
  width: 12px;
  padding: 0;
  border-radius: 50%;
  font-size: 4px;
  line-height: 1;
}
.cart-item-remove .btn-light {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.cart-item-remove .btn-light:hover {
  color: #fff;
  background-color: #000;
  border-color: #000;
  opacity: 0.8;
}
.cart-item-remove .btn-light .icon {
  color: #fff;
}
.cart-item-remove .btn .icon-sm, .cart-item-remove .btn .navigation-offcanvas-link-icon .loader, .navigation-offcanvas-link-icon .cart-item-remove .btn .loader {
  width: 8px;
  height: 8px;
}
.cart-item-remove .btn .icon-sm > svg, .cart-item-remove .btn .navigation-offcanvas-link-icon .loader > svg, .navigation-offcanvas-link-icon .cart-item-remove .btn .loader > svg {
  top: 0.4px;
}
@media (min-width: 991px) {
  .is-ctl-checkout .content-main, .is-ctl-register .content-main {
    margin-top: 0 !important;
  }
}
.is-ctl-checkout .content-main .container-main > div, .is-ctl-register .content-main .container-main > div {
  padding: 0 !important;
}
.checkout {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  border: none !important;
  /*
  * Wishlist
  * ------------------------*/
}
.checkout h1, .checkout .h1 {
  font-size: 32px;
  line-height: 38.4px;
}
@media (min-width: 991px) {
  .checkout h1, .checkout .h1 {
    font-size: 54px;
    line-height: 64.8px;
  }
}
.checkout input, .checkout select {
  background: #F9FAFB;
  color: #49454F;
  padding: 4px 16px;
  height: 48px;
  border: 1px solid #E5E7EB;
  border-radius: 5px;
}
.checkout .product-wishlist {
  margin: 0;
}
.checkout .product-wishlist .icon-wishlist {
  width: 15px;
  height: 15px;
}
.mollie-credit-card-mandate {
  margin-bottom: 0;
}
.payment-method, .shipping-method {
  height: auto;
  padding: 18px 16px;
}
.is-act-confirmpage .checkout, .is-ctl-accountorder .checkout {
  padding-top: 70px;
}
.is-act-confirmpage .checkout .checkout-main, .is-ctl-accountorder .checkout .checkout-main {
  margin-left: 0;
}
@media (min-width: 1200px) {
  .is-act-confirmpage .checkout .checkout-main, .is-ctl-accountorder .checkout .checkout-main {
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }
}
.is-act-confirmpage .checkout .checkout-additional, .is-ctl-accountorder .checkout .checkout-additional {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.is-act-confirmpage .checkout .checkout-aside, .is-ctl-accountorder .checkout .checkout-aside {
  margin-left: 0;
}
@media (min-width: 1200px) {
  .is-act-confirmpage .checkout .checkout-aside, .is-ctl-accountorder .checkout .checkout-aside {
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }
}
.is-act-confirmpage .checkout .checkout-aside-no-offset, .is-ctl-accountorder .checkout .checkout-aside-no-offset {
  margin-left: 0;
}
.is-act-confirmpage .checkout-aside-action, .is-ctl-accountorder .checkout-aside-action {
  background-color: #fff;
  margin-top: 0;
  padding: 0;
}
.confirm-address .row > [class*="col-"], .confirm-address .account-content > [class*="col-"], .confirm-address .is-act-cartpage .checkout .checkout-container > [class*="col-"], .is-act-cartpage .checkout .confirm-address .checkout-container > [class*="col-"], .confirm-address .is-act-checkoutregisterpage .checkout .checkout-container > [class*="col-"], .is-act-checkoutregisterpage .checkout .confirm-address .checkout-container > [class*="col-"], .confirm-address .is-act-confirmpage .checkout .checkout-container > [class*="col-"], .is-act-confirmpage .checkout .confirm-address .checkout-container > [class*="col-"], .confirm-address .is-ctl-accountorder .checkout .checkout-container > [class*="col-"], .is-ctl-accountorder .checkout .confirm-address .checkout-container > [class*="col-"], .confirm-address .is-act-finishpage .checkout .checkout-container > [class*="col-"], .is-act-finishpage .checkout .confirm-address .checkout-container > [class*="col-"], .confirm-address body.is-act-confirmpage .checkout .checkout-container > [class*="col-"], body.is-act-confirmpage .checkout .confirm-address .checkout-container > [class*="col-"] {
  flex: 0 0 100% !important;
  max-width: 100% !important;
}
.confirm-address .card-title {
  font-family: "Montserrat Bold", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
  color: #6E0147;
  border-bottom: none;
  padding: 0;
  margin: 0;
}
.confirm-address .card-actions .btn {
  background-color: transparent;
}
.confirm-address .card-actions .btn .icon {
  width: 12.5px;
  height: 12.5px;
  color: #000;
}
.confirm-address .card-actions .btn .icon > svg {
  top: 0;
}
.confirm-payment .card-title, .confirm-shipping .card-title {
  font-family: "Montserrat Bold", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
  color: #6E0147;
  border-bottom: none;
  padding-bottom: 20px;
  margin-bottom: 0;
}
.form-check .form-check-input {
  width: 1rem;
  height: 1rem;
  padding: 0;
}
.is-act-finishpage .checkout {
  padding-top: 70px;
}
.is-act-finishpage .checkout .checkout-main {
  flex: 0 0 100% !important;
  max-width: 100% !important;
  margin-left: 0;
}
@media (min-width: 1200px) {
  .is-act-finishpage .checkout .checkout-main {
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }
}
.is-act-finishpage .checkout .checkout-additional {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.is-act-finishpage .checkout .checkout-aside {
  flex: 0 0 100% !important;
  max-width: 100% !important;
  margin-left: 0;
}
@media (min-width: 1200px) {
  .is-act-finishpage .checkout .checkout-aside {
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }
}
.is-act-finishpage .checkout .checkout-aside .cart-item-details, .is-act-finishpage .checkout .checkout-aside .cart-item-total-price {
  padding-top: 8px;
}
.is-act-finishpage .checkout .checkout-aside .cart-item-total-price {
  font-family: "Montserrat Light", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  text-align: right;
  color: #000;
}
.is-act-finishpage .checkout .checkout-aside .cart-item-quantity {
  font-family: "Montserrat Light", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  color: #BBB;
}
.finish-data {
  background: #F9FAFB;
  padding: 20px 40px;
  border-radius: 20px;
}
.finish-data-info {
  max-width: 800px;
  margin: auto;
}
.finish-data .icon {
  background: #2DD4BF;
  width: 36px;
  height: 36px;
  color: #fff;
  padding: 5px;
  border-radius: 50%;
}
.finish-data .icon > svg {
  top: 0.15em;
}
.finish-content {
  margin-bottom: 0;
}
.finish-info {
  margin-bottom: 3rem;
}
@media (min-width: 768px) {
  .finish-info {
    margin-bottom: 0;
    height: 100%;
  }
}
.finish-info .card-title {
  font-family: "Montserrat Bold", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
  color: #6E0147;
  border-bottom: none;
}
.finish-address-billing .address, .finish-address-shipping .address {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: #000;
}
.is-act-checkoutregisterpage .checkout {
  padding-top: 70px;
}
.is-act-checkoutregisterpage .checkout .checkout-main {
  margin-bottom: 1.5rem;
}
@media (min-width: 1440px) {
  .is-act-checkoutregisterpage .checkout .checkout-main {
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }
}
@media (min-width: 1440px) {
  .is-act-checkoutregisterpage .checkout .checkout-aside {
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }
}
.is-act-checkoutregisterpage .checkout .register-card .card-title {
  font-family: "Montserrat Bold", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
  color: #6E0147;
  border: none;
  margin-top: 30px;
  margin-bottom: 20px;
}
.is-act-checkoutregisterpage .checkout .register-form .form-row > [class*="col-"] {
  flex: 0 0 100%;
  max-width: 100%;
}
.is-act-checkoutregisterpage .checkout .register-form .form-group {
  margin-bottom: 20px;
}
.is-act-checkoutregisterpage .checkout .register-form .form-label {
  font-family: "Montserrat Bold", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  color: #000;
  margin-bottom: 7px;
}
.is-act-checkoutregisterpage .checkout .register-submit .btn {
  width: 100%;
}
@media (min-width: 991px) {
  .is-act-home {
    background-image: url("https://greco-test.novogenia.com/bundles/ewnovogeniatheme/static/img/cms/hexagon-1920.jpg");
    background-repeat: no-repeat;
    background-position-y: -65px;
    background-position-x: right;
  }
}
@media (min-width: 991px) {
  .cms-page-lp {
    background-image: url("https://greco-test.novogenia.com/bundles/ewnovogeniatheme/static/img/cms/hexagon-992.jpg");
    background-repeat: no-repeat;
    background-position-y: top;
    background-position-x: right;
  }
}
@media (min-width: 1440px) {
  .cms-page-lp {
    background-image: url("https://greco-test.novogenia.com/bundles/ewnovogeniatheme/static/img/cms/hexagon-1400.jpg");
  }
}
@media (min-width: 1920px) {
  .cms-page-lp {
    background-image: url("https://greco-test.novogenia.com/bundles/ewnovogeniatheme/static/img/cms/hexagon-1920.jpg");
  }
}
@media (min-width: 991px) {
  .is-ctl-product {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="833" height="1039" viewBox="0 0 833 1039"><path fill="%23F9FAFB" d="M580.339 988.441L820.604 537.84C837.132 506.861 837.132 468.686 820.604 437.704L580.339 -12.9076C563.821 -43.8869 533.296 -62.9756 500.258 -62.9756H19.7321C-13.3039 -62.9756 -43.8288 -43.8869 -60.359 -12.9076L-300.611 437.704C-317.13 468.686 -317.13 506.861 -300.611 537.84L-60.359 988.441C-43.8287 1019.42 -13.3039 1038.51 19.7321 1038.51H500.258C533.296 1038.51 563.821 1019.42 580.339 988.441Z"/></svg>');
    background-repeat: no-repeat;
    background-position-y: top;
    background-position-x: left;
    background-size: 40%;
  }
}
/*
 __          __  _
 \ \        / / | |
  \ \  /\  / /__| |__  ___  ___
   \ \/  \/ / _ \ '_ \/ __|/ _ \
    \  /\  /  __/ |_) \__ \  __/
     \/  \/ \___|_.__/|___/\___|

    Copyright (c) Christian Kilian
    Homepage: www.kilian-shopware-freelancer.com
    ============================================
*/
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  src: url("https://greco-test.novogenia.com/bundles/ewnovogeniatheme/static/font/Montserrat-VariableFont_wght.ttf") format("truetype");
  /* Safari, Android, iOS */
}
@font-face {
  font-family: "Montserrat Regular";
  src: url("https://greco-test.novogenia.com/bundles/ewnovogeniatheme/static/font/Montserrat/Montserrat-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat Black";
  src: url("https://greco-test.novogenia.com/bundles/ewnovogeniatheme/static/font/Montserrat/Montserrat-Black.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat Black Italic";
  src: url("https://greco-test.novogenia.com/bundles/ewnovogeniatheme/static/font/Montserrat/Montserrat-BlackItalic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Montserrat Bold";
  src: url("https://greco-test.novogenia.com/bundles/ewnovogeniatheme/static/font/Montserrat/Montserrat-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat Bold Italic";
  src: url("https://greco-test.novogenia.com/bundles/ewnovogeniatheme/static/font/Montserrat/Montserrat-BoldItalic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Montserrat Extra Bold";
  src: url("https://greco-test.novogenia.com/bundles/ewnovogeniatheme/static/font/Montserrat/Montserrat-ExtraBold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat Extra Bold Italic";
  src: url("https://greco-test.novogenia.com/bundles/ewnovogeniatheme/static/font/Montserrat/Montserrat-ExtraBoldItalic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Montserrat Light";
  src: url("https://greco-test.novogenia.com/bundles/ewnovogeniatheme/static/font/Montserrat/Montserrat-Light.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat Extra Light";
  src: url("https://greco-test.novogenia.com/bundles/ewnovogeniatheme/static/font/Montserrat/Montserrat-ExtraLight.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat Extra Light Italic";
  src: url("https://greco-test.novogenia.com/bundles/ewnovogeniatheme/static/font/Montserrat/Montserrat-ExtraLightItalic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Montserrat Italic";
  src: url("https://greco-test.novogenia.com/bundles/ewnovogeniatheme/static/font/Montserrat/Montserrat-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Montserrat Light Italic";
  src: url("https://greco-test.novogenia.com/bundles/ewnovogeniatheme/static/font/Montserrat/Montserrat-LightItalic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Montserrat Medium";
  src: url("https://greco-test.novogenia.com/bundles/ewnovogeniatheme/static/font/Montserrat/Montserrat-Medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat Medium Italic";
  src: url("https://greco-test.novogenia.com/bundles/ewnovogeniatheme/static/font/Montserrat/Montserrat-MediumItalic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Montserrat SemiBold";
  src: url("https://greco-test.novogenia.com/bundles/ewnovogeniatheme/static/font/Montserrat/Montserrat-SemiBold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat SemiBold Italic";
  src: url("https://greco-test.novogenia.com/bundles/ewnovogeniatheme/static/font/Montserrat/Montserrat-SemiBoldItalic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Montserrat Thin";
  src: url("https://greco-test.novogenia.com/bundles/ewnovogeniatheme/static/font/Montserrat/Montserrat-Thin.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat Thin Italic";
  src: url("https://greco-test.novogenia.com/bundles/ewnovogeniatheme/static/font/Montserrat/Montserrat-ThinItalic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}
.custom-input-group-dc-code {
  margin-bottom: 16px;
}
.tooltip-input .custom-disable {
  pointer-events: none;
}
.tooltip-input .custom-background {
  background-color: #eee;
}
.tooltip-input .custom-color {
  color: #545454;
}
.custom-input-group {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
}
.tooltip-input {
  text-transform: uppercase;
  cursor: not-allowed;
  position: relative;
  text-align: center;
  -webkit-transform: translateZ(0);
  /* webkit flicker fix */
  -webkit-font-smoothing: antialiased;
  /* webkit text rendering fix */
}
.tooltip-input .tooltip {
  text-align: center;
  background: #008490;
  bottom: 100%;
  color: #fff;
  display: block;
  left: 0px;
  margin-bottom: 15px;
  opacity: 0;
  padding: 10px;
  pointer-events: none;
  position: absolute;
  width: 200px;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
}
/* This bridges the gap so you can mouse into the tooltip without it disappearing */
.tooltip-input .tooltip:before {
  bottom: -20px;
  content: " ";
  display: block;
  height: 20px;
  left: 0;
  position: absolute;
  width: 100%;
}
/* CSS Triangles - see Trevor's post */
.tooltip-input .tooltip:after {
  border-left: solid transparent 10px;
  border-right: solid transparent 10px;
  border-top: solid #008490 10px;
  bottom: -10px;
  content: " ";
  height: 0;
  left: 50%;
  margin-left: -13px;
  position: absolute;
  width: 0;
}
.tooltip-input:hover .tooltip {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}
/* IE can just show/hide with no transition */
.lte8 .tooltip-input .tooltip {
  display: none;
}
.lte8 .tooltip-input:hover .tooltip {
  display: block;
}
.invalid {
  border-color: #e74c3c;
}
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___  (R)
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __|
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

    base.scss
    ======================================
    Basic styles - Contains the imports to all ThemeWare® styles.

    Linking to assets: background-image: url("/bundles/swagbasicexampletheme/your-image.png");

    Info: Loaded via theme.json (4.)
*/
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___  (R)
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __|
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

    ThemeWare: Skin variables
    ==================================================
    Imports all variables used by ThemeWare®.
*/
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___  (R)
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __|
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: Bootstrap variables
	==================================================
	Contains bootstrap default variables.

	@TODO: Overrides are stored in ./overrides.scss

	https://getbootstrap.com/docs/5.2/customize/sass/#variable-defaults

	https://github.com/shopware/platform/blob/trunk/src/Storefront/Resources/app/storefront/src/scss/abstract/variables/_bootstrap.scss
	https://github.com/shopware/platform/blob/master/src/Storefront/Resources/app/storefront/src/scss/skin/shopware/abstract/variables/_bootstrap.scss
*/
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___  (R)
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __|
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

    ThemeWare: theme.scss
    ======================================
    Contains ThemeWare® default variables.
*/
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___  (R)
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __|
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

    ThemeWare: Custom variables
    ==================================================
    Contains custom non bootstrap variables.
*/
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___  (R)
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __|
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: SCSS-Mixins
	==================================================

*/
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___  (R)
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __|
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: Bootstrap style '.badge' mixins added (currently overwritten by Showpare)
	==================================================

*/
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___  (R)
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __|
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: Bootstrap style '.label' mixins added (currently missing in Shopware)
	==================================================

*/
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___  (R)
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __|
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: Icon mixins
	==================================================

*/
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __| (R)
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: Base
	==================================================
	Contains global base styles for all pages.
*/
@media (min-width: 1200px) {
  html {
    font-size: 100%;
  }
}
@media (max-width: 1199.98px) {
  html {
    font-size: 90%;
  }
}
@media (max-width: 575.98px) {
  html {
    font-size: 80%;
  }
}
.mt-n2p {
  margin-top: -20px;
}
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __| (R)
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

    ThemeWare: Typography
    ==============================================
    Custom styling for bootstrap typography.
    https://getbootstrap.com/docs/5.2/content/typography
*/
@media (max-width: 575.98px) {
  h1, .h1 {
    line-height: 1.2;
  }
  h2, .h2 {
    line-height: 1.2;
  }
  h3, .h3 {
    line-height: 1.2;
  }
  h4, .h4 {
    line-height: 1.2;
  }
  h5, .h5 {
    line-height: 1.2;
  }
  h6, .h6 {
    line-height: 1.2;
  }
}
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __| (R)
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: root.scss
	==================================================
	Set root information.
*/
:root {
  --twt-breakpoint-xxxs: 0;
  --twt-breakpoint-xxs: 320px;
  --twt-breakpoint-xs: 480px;
  --twt-breakpoint-sm: 576px;
  --twt-breakpoint-md: 768px;
  --twt-breakpoint-lg: 992px;
  --twt-breakpoint-xl: 1200px;
  --twt-breakpoint-xxl: 1440px;
  --twt-breakpoint-xxxl: 1600px;
  --twt-breakpoint-xxxxl: 1920px;
  --twt-bg-blur: 10px;
  --twt-blur: 5px;
  --twt-brightness: 125%;
  --twt-contrast: 125%;
  --twt-grayscale: 100%;
  --twt-opacity: 75%;
  --twt-saturate: 125%;
  --twt-scale: 110%;
  --twt-theme: Modern;
  --twt-version: p211;
}
/*
    _____ _                __      __
   |_   _| |_  ___ _ __  __\ \    / /_ _ _ _ ___  (R)
     | | | ' \/ -_) '  \/ -_) \/\/ / _` | '_/ -_)
     |_| |_||_\___|_|_|_\___|\_/\_/\__,_|_| \___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: Alert
	==============================================
	Custom styling for bootstrap alert component.
	https://getbootstrap.com/docs/5.2/components/alerts

	Origin: Shopware base & skin
*/
/* ThemeWare/Note:
 * Shopware removes the padding and borders of alerts.
 * Bootstrap uses:
	position: relative;
	padding: .75rem 1.25rem;
	margin-bottom: 1rem;
	border: 1px solid transparent;
	border-radius: .25rem;
 */
.alert {
  border-radius: 2px;
  font-size: 15px;
  font-size: 0.9375rem;
}
.alert .alert-content-container {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.content-main > .flashbags > .alert {
  margin-top: 20px;
}
/*
    _____ _                __      __
   |_   _| |_  ___ _ __  __\ \    / /_ _ _ _ ___  (R)
     | | | ' \/ -_) '  \/ -_) \/\/ / _` | '_/ -_)
     |_| |_||_\___|_|_|_\___|\_/\_/\__,_|_| \___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: Sidebar category navigation
	==============================================
	Styling for category navigation component.

	Origin: Shopware base
*/
.category-navigation.level-1 {
  padding-bottom: 0;
}
.category-navigation-link {
  color: #111111;
  background-color: #ffffff;
}
.category-navigation-link:hover {
  color: #691448;
  background-color: #ffffff;
}
.category-navigation-link.is-active {
  color: #691448;
  background-color: #ffffff;
}
.cms-element-category-navigation .category-navigation-box {
  border: 1px solid #eeeeee;
}
.cms-element-category-navigation .category-navigation-box > .category-navigation.level-0 > .category-navigation-entry > .category-navigation-link {
  padding: 7px 13px;
}
.cms-element-category-navigation .category-navigation-box > .category-navigation.level-0 > .category-navigation-entry > .category-navigation.level-1 {
  padding-left: 0;
}
.cms-element-category-navigation .category-navigation-box > .category-navigation.level-0 > .category-navigation-entry > .category-navigation.level-1 > .category-navigation-entry > .category-navigation-link {
  padding: 7px 13px 7px 25px;
}
.category-navigation-box {
  border: 1px solid rgba(238, 238, 238, 0);
  border-radius: 2px;
  background-color: #ffffff;
}
.category-navigation-box .category-navigation.level-0 > .category-navigation-entry:last-of-type {
  border-bottom: none;
}
/*
    _____ _                __      __
   |_   _| |_  ___ _ __  __\ \    / /_ _ _ _ ___  (R)
     | | | ' \/ -_) '  \/ -_) \/\/ / _` | '_/ -_)
     |_| |_||_\___|_|_|_\___|\_/\_/\__,_|_| \___|

    Copyright (c) TC-Innovations GmbH

    ThemeWare: Backdrop
    ==============================================
    Custom styling for backdrop used by bootstrap modal und custom offcanvas component.
    https://getbootstrap.com/docs/5.2/components/modal

    Origin: Shopware base
*/
.modal-backdrop {
  background-color: rgba(0, 0, 0, 0.5);
}
.modal-backdrop.show {
  opacity: 1;
}
/*
    _____ _                __      __
   |_   _| |_  ___ _ __  __\ \    / /_ _ _ _ ___  (R)
     | | | ' \/ -_) '  \/ -_) \/\/ / _` | '_/ -_)
     |_| |_||_\___|_|_|_\___|\_/\_/\__,_|_| \___|

    Copyright (c) TC-Innovations GmbH

    ThemeWare: Base slider
    ==============================================
    Styling for base slider component.
    Contains minimal styling for a slider with arrow and/or dot navigation.
    based on: https://github.com/ganlanyuan/tiny-slider

    Origin: Shopware base
*/
/* ---------------- START: SET SCSS VARS ---------------- */
/* ---------------- END: SET SCSS VARS ---------------- */
.base-slider:not(.gallery-slider):not(.image-slider):not(.product-slider) .base-slider-controls-prev, .base-slider:not(.gallery-slider):not(.image-slider):not(.product-slider) .base-slider-controls-next {
  opacity: 1;
  border-radius: 2px;
  border: none;
  background-color: transparent;
}
.base-slider:not(.gallery-slider):not(.image-slider):not(.product-slider) .base-slider-controls-prev .icon, .base-slider:not(.gallery-slider):not(.image-slider):not(.product-slider) .base-slider-controls-next .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #691448;
}
.base-slider:not(.gallery-slider):not(.image-slider):not(.product-slider) .base-slider-controls-prev:hover, .base-slider:not(.gallery-slider):not(.image-slider):not(.product-slider) .base-slider-controls-next:hover {
  border-color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
}
.base-slider:not(.gallery-slider):not(.image-slider):not(.product-slider) .base-slider-controls-prev:hover .icon, .base-slider:not(.gallery-slider):not(.image-slider):not(.product-slider) .base-slider-controls-next:hover .icon {
  color: #691448;
}
.base-slider-controls-prev:not(.gallery-slider-controls-prev):not(.image-slider-controls-prev):not(.product-slider-controls-prev) .icon > svg {
  top: 0;
  left: -2px;
}
.base-slider-controls-next:not(.gallery-slider-controls-next):not(.image-slider-controls-next):not(.product-slider-controls-next) .icon > svg {
  top: 0;
  right: -1px;
}
@media (min-width: 992px) {
  .base-slider:not(.gallery-slider):not(.image-slider):not(.product-slider) .base-slider-controls {
    opacity: 0;
    transition: opacity 0.2s ease-in;
  }
}
@media (min-width: 992px) {
  .base-slider:not(.gallery-slider):not(.image-slider):not(.product-slider):hover .base-slider-controls {
    opacity: 1;
  }
}
/*.base-slider:not(.gallery-slider):not(.image-slider):not(.product-slider) { // Exclude some elements because they were separately configured*/
.base-slider {
  /*&.has-dots-outside {
    .tns-nav,
    .base-slider-dots {
    }
  }

  &.has-nav-outside {
  }*/
}
.base-slider .tns-nav .base-slider-dot, .base-slider .tns-nav button, .base-slider .base-slider-dots .base-slider-dot, .base-slider .base-slider-dots button {
  margin: 0 8px;
  background-color: #bcc1c7;
}
.base-slider .tns-nav .base-slider-dot:hover, .base-slider .tns-nav .base-slider-dot.tns-nav-active, .base-slider .tns-nav button:hover, .base-slider .tns-nav button.tns-nav-active, .base-slider .base-slider-dots .base-slider-dot:hover, .base-slider .base-slider-dots .base-slider-dot.tns-nav-active, .base-slider .base-slider-dots button:hover, .base-slider .base-slider-dots button.tns-nav-active {
  background-color: #798490;
}
/*@include media-breakpoint-up(md) {
  .base-slider {
    .tns-nav,
    .base-slider-dots {
      .base-slider-dot,
      button {
      }

      &.hide-dots {
      }
    }
  }
}*/
/*@include media-breakpoint-down(md) {
  .base-slider {
    .tns-nav,
    .base-slider-dots {

      &.hide-dots,
      &.hide-dots-mobile {
      }
    }
  }
}*/
/*
    _____ _                __      __
   |_   _| |_  ___ _ __  __\ \    / /_ _ _ _ ___  (R)
     | | | ' \/ -_) '  \/ -_) \/\/ / _` | '_/ -_)
     |_| |_||_\___|_|_|_\___|\_/\_/\__,_|_| \___|

    Copyright (c) TC-Innovations GmbH

    ThemeWare: Image slider
    ==============================================
    Styling for image slider component.
    Displays images in a reusable slider component.
    based on "base-slider" component and "tiny-slider" (https://github.com/ganlanyuan/tiny-slider)

	Origin: Shopware base
*/
/* ---------------- START: SET SCSS VARS ---------------- */
/* ---------------- END: SET SCSS VARS ---------------- */
.image-slider .image-slider-controls-prev, .image-slider .image-slider-controls-next {
  opacity: 1;
  border-radius: 2px;
  border: none;
  background-color: transparent;
}
.image-slider .image-slider-controls-prev .icon, .image-slider .image-slider-controls-next .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #691448;
}
.image-slider .image-slider-controls-prev:hover, .image-slider .image-slider-controls-next:hover {
  border-color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
}
.image-slider .image-slider-controls-prev:hover .icon, .image-slider .image-slider-controls-next:hover .icon {
  color: #691448;
}
.image-slider-controls-prev .icon > svg {
  top: 0;
  left: -2px;
}
.image-slider-controls-next .icon > svg {
  top: 0;
  right: -1px;
}
@media (min-width: 992px) {
  .image-slider .base-slider-controls {
    opacity: 0;
    transition: opacity 0.2s ease-in;
  }
}
@media (min-width: 992px) {
  .image-slider:hover .base-slider-controls {
    opacity: 1;
  }
}
/*
    _____ _                __      __
   |_   _| |_  ___ _ __  __\ \    / /_ _ _ _ ___  (R)
     | | | ' \/ -_) '  \/ -_) \/\/ / _` | '_/ -_)
     |_| |_||_\___|_|_|_\___|\_/\_/\__,_|_| \___|

    Copyright (c) TC-Innovations GmbH

    ThemeWare: Product slider
    ==============================================
    Styling for product slider component.
    Displays product-boxes in a reusable slider component.
    based on "base-slider" component and "tiny-slider" (https://github.com/ganlanyuan/tiny-slider)

	Origin: Shopware base
*/
/* ---------------- START: SET SCSS VARS ---------------- */
/* ---------------- END: SET SCSS VARS ---------------- */
.product-slider .product-slider-controls-prev, .product-slider .product-slider-controls-next {
  opacity: 1;
  width: 45px;
  height: 45px;
  line-height: 45px;
  border-radius: 0;
  border: 1px solid #eeeeee;
  background-color: #eeeeee;
}
.product-slider .product-slider-controls-prev .icon, .product-slider .product-slider-controls-next .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #691448;
}
.product-slider .product-slider-controls-prev:hover, .product-slider .product-slider-controls-next:hover {
  border-color: #d5d5d5;
  background-color: #dbdbdb;
}
.product-slider .product-slider-controls-prev:hover .icon, .product-slider .product-slider-controls-next:hover .icon {
  color: #ffffff;
}
.product-slider-controls-prev .icon > svg {
  top: 0;
  left: -2px;
}
.product-slider-controls-next .icon > svg {
  top: 0;
  right: -1px;
}
@media (min-width: 992px) {
  .product-slider .base-slider-controls {
    opacity: 0;
    transition: opacity 0.2s ease-in;
  }
}
@media (min-width: 992px) {
  .product-slider:hover .base-slider-controls {
    opacity: 1;
  }
}
.cms-element-product-slider .product-slider.has-nav {
  padding-right: 0;
  padding-left: 0;
}
/*
    _____ _                __      __
   |_   _| |_  ___ _ __  __\ \    / /_ _ _ _ ___  (R)
     | | | ' \/ -_) '  \/ -_) \/\/ / _` | '_/ -_)
     |_| |_||_\___|_|_|_\___|\_/\_/\__,_|_| \___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: Gallery slider
	==============================================
	Styling for gallery slider component.
	Displays images in a slider gallery with thumbnail navigation.
	based on "base-slider" component and "tiny-slider" (https://github.com/ganlanyuan/tiny-slider)

	Origin: Shopware base
*/
/* ---------------- START: SET SCSS VARS ---------------- */
/* ---------------- END: SET SCSS VARS ---------------- */
.gallery-slider .gallery-slider-controls-prev, .gallery-slider .gallery-slider-controls-next {
  opacity: 1;
  border-radius: 2px;
  border: none;
  background-color: #ffffff;
}
.gallery-slider .gallery-slider-controls-prev .icon, .gallery-slider .gallery-slider-controls-next .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #691448;
}
.gallery-slider .gallery-slider-controls-prev:hover, .gallery-slider .gallery-slider-controls-next:hover {
  border-color: rgba(0, 0, 0, 0);
  background-color: #ececec;
}
.gallery-slider .gallery-slider-controls-prev:hover .icon, .gallery-slider .gallery-slider-controls-next:hover .icon {
  color: #691448;
}
.gallery-slider-controls-prev .icon > svg {
  top: 0;
  left: -2px;
}
.gallery-slider-controls-next .icon > svg {
  top: 0;
  right: -1px;
}
/*
    _____ _                __      __
   |_   _| |_  ___ _ __  __\ \    / /_ _ _ _ ___  (R)
     | | | ' \/ -_) '  \/ -_) \/\/ / _` | '_/ -_)
     |_| |_||_\___|_|_|_\___|\_/\_/\__,_|_| \___|

    Copyright (c) TC-Innovations GmbH

    ThemeWare: Magnifier
    ==============================================
    Styling for magnifier component.
    Displays a lens over a single image or gallery slider and shows the magnified version of the image.

	Origin: Shopware base
*/
.magnifier-zoom-image {
  max-height: 480px;
}
/*
    _____ _                __      __
   |_   _| |_  ___ _ __  __\ \    / /_ _ _ _ ___  (R)
     | | | ' \/ -_) '  \/ -_) \/\/ / _` | '_/ -_)
     |_| |_||_\___|_|_|_\___|\_/\_/\__,_|_| \___|

    Copyright (c) TC-Innovations GmbH

    ThemeWare: OffCanvas
    ==============================================
    Move page content like the navigation menu in a sliding OffCanvas menu.
    The sliding direction can be left or right.
    @see https://getbootstrap.com/docs/5.2/components/offcanvas

	Origin: Shopware base
*/
.offcanvas .offcanvas-close {
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
/*
    _____ _                __      __
   |_   _| |_  ___ _ __  __\ \    / /_ _ _ _ ___  (R)
     | | | ' \/ -_) '  \/ -_) \/\/ / _` | '_/ -_)
     |_| |_||_\___|_|_|_\___|\_/\_/\__,_|_| \___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: Product box
	==============================================
	Styling for productbox component.

	Origin: Shopware base
*/
.product-box {
  transition: border-color 0.2s ease, background-color 0.2s ease;
  border-color: #F9FAFB;
  background-color: #F9FAFB;
}
.product-box:hover {
  border-color: #F9FAFB;
  background-color: #F9FAFB;
}
.product-box {
  /* @TODO: Add separate configuration for the three box-layouts... */
}
.product-box .product-image-wrapper {
  overflow: hidden;
  border-radius: 2px;
}
.product-box .product-image-wrapper .product-image-link {
  align-items: center;
}
.product-box.box-standard .product-image-wrapper {
  height: 236px;
}
.product-box.box-standard .product-image {
  max-height: 236px;
}
.product-box.box-minimal .product-image-wrapper {
  height: 236px;
}
.product-box.box-minimal .product-image {
  max-height: 236px;
}
.product-box.box-image .product-image-wrapper img.is-cover {
  object-fit: scale-down;
}
.product-box .product-info {
  transition: all 0.25s ease;
}
.product-info {
  position: relative;
  text-align: center;
}
.product-variant-characteristics .product-variant-characteristics-text {
  margin-right: 0;
  padding-right: 0;
  max-width: 100%;
  text-align: center;
}
.product-variant-characteristics .product-variant-characteristics-text::after {
  background: #F9FAFB;
}
.product-variant-characteristics {
  display: none;
}
/*
  _           _____ ___   ___                        _   _
 | |__ _  _  |_   _/ __|_|_ _|_ _  _ _  _____ ____ _| |_(_)___ _    ___
 | '_ \ || |   | || (_|___| ||   \| ' \/ _ \ V / _` |  _| / _ \ ' \(_-<
 |_.__/\_, |   |_| \___| |___|_||_|_||_\___/\_/\__,_|\__|_\___/_||_/__/
	   |__/
*/
.product-price-unit {
  margin-bottom: 0;
}
.product-badges {
  top: 10px;
  left: 5px;
  pointer-events: none;
}
.product-badges .badge {
  font-size: 16px;
  pointer-events: all;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.1);
  border-radius: 10rem;
  padding: 0 10px;
}
.product-badges .badge .icon {
  width: 16px;
  height: 16px;
  opacity: 0.8;
  color: inherit;
}
@media (max-width: 575.98px) {
  .product-badges .badge .icon {
    display: none;
  }
}
.product-badges .badge .icon svg {
  top: 2px;
}
.product-slider-item > .product-box {
  border: none;
}
.point-rating.point-blank .icon {
  color: #bcc1c7;
}
.point-rating .icon-light {
  color: #bcc1c7;
}
.point-rating .icon-review {
  color: #fedc70;
}
.product-detail-review-form-star.is-active .icon {
  color: #fedc70;
}
/*
    _____ _                __      __
   |_   _| |_  ___ _ __  __\ \    / /_ _ _ _ ___  (R)
     | | | ' \/ -_) '  \/ -_) \/\/ / _` | '_/ -_)
     |_| |_||_\___|_|_|_\___|\_/\_/\__,_|_| \___|

    Copyright (c) TC-Innovations GmbH

    ThemeWare: Loader
    ==============================================
    Defines the loader icon

	Origin: Shopware base
*/
.has-element-loader .cms-element-product-listing .twt-product-ordernumber, .has-element-loader .cms-element-product-listing .twt-product-manufacturer {
  border-radius: 2px;
  color: transparent;
  animation: skeletonShimmer 1.5s linear 0s infinite normal forwards running;
  background: linear-gradient(to right, #bcc1c7 8%, #f9f9f9 18%, #bcc1c7 28%);
  background-size: 800px 100px;
}
/*
    _____ _                __      __
   |_   _| |_  ___ _ __  __\ \    / /_ _ _ _ ___  (R)
     | | | ' \/ -_) '  \/ -_) \/\/ / _` | '_/ -_)
     |_| |_||_\___|_|_|_\___|\_/\_/\__,_|_| \___|

    Copyright (c) TC-Innovations GmbH

    ThemeWare: Modal
    ==============================================
    Custom styling for bootstrap modal component.
    https://getbootstrap.com/docs/5.2/components/modal

	Origin: Shopware base & skin
*/
.modal .modal-dialog {
  max-width: 800px;
}
@media (max-width: 767.98px) {
  .js-pseudo-modal .modal-body {
    padding: 8px;
  }
  .js-pseudo-modal .modal-body .boxed {
    padding-right: 8px;
    padding-left: 8px;
  }
}
/* ThemeWare: Reset cms adjustments */
.modal .cms-section-default {
  padding: 0 !important;
}
.modal .cms-block {
  border: none !important;
  border-radius: inherit !important;
  margin-bottom: 0 !important;
}
.modal .cms-block:not(.bg-color) {
  background-color: inherit !important;
}
.modal .cms-block-container {
  padding: 0 10px !important;
}
.modal .twt-cms-animation.cms-block {
  opacity: 1 !important;
  transition: none !important;
}
.modal .twt-cms-animation.cms-block h1:not(.twt-cms-animation), .modal .twt-cms-animation.cms-block .h1:not(.twt-cms-animation), .modal .twt-cms-animation.cms-block h2:not(.twt-cms-animation), .modal .twt-cms-animation.cms-block .h2:not(.twt-cms-animation), .modal .twt-cms-animation.cms-block h3:not(.twt-cms-animation), .modal .twt-cms-animation.cms-block .h3:not(.twt-cms-animation), .modal .twt-cms-animation.cms-block h4:not(.twt-cms-animation), .modal .twt-cms-animation.cms-block .h4:not(.twt-cms-animation), .modal .twt-cms-animation.cms-block h5:not(.twt-cms-animation), .modal .twt-cms-animation.cms-block .h5:not(.twt-cms-animation), .modal .twt-cms-animation.cms-block h6:not(.twt-cms-animation), .modal .twt-cms-animation.cms-block .h6:not(.twt-cms-animation) {
  opacity: 1 !important;
  transition: none !important;
}
/*
    _____ _                __      __
   |_   _| |_  ___ _ __  __\ \    / /_ _ _ _ ___  (R)
     | | | ' \/ -_) '  \/ -_) \/\/ / _` | '_/ -_)
     |_| |_||_\___|_|_|_\___|\_/\_/\__,_|_| \___|

    Copyright (c) TC-Innovations GmbH

    ThemeWare: Pagination
    ==============================================
    Custom styling for bootstrap pagination component.
    https://getbootstrap.com/docs/5.2/components/pagination

	Origin: Shopware base & skin
*/
.pagination {
  flex-wrap: wrap;
}
.pagination .page-item.disabled .page-link {
  background: #eeeeee;
  color: #798490;
}
.pagination .page-item.disabled a {
  color: #798490;
}
.pagination .page-item.active a {
  color: #ffffff;
}
.pagination .page-item:not(.disabled):not(.active) .icon {
  color: #691448;
}
.pagination .page-item:not(.disabled):not(.active).disabled .icon {
  color: #798490;
}
.pagination .page-item:not(.disabled):not(.active).active .icon {
  color: #ffffff;
}
.pagination .page-link {
  margin-top: 3px;
  margin-bottom: 3px;
}
/*
    _____ _                __      __
   |_   _| |_  ___ _ __  __\ \    / /_ _ _ _ ___  (R)
     | | | ' \/ -_) '  \/ -_) \/\/ / _` | '_/ -_)
     |_| |_||_\___|_|_|_\___|\_/\_/\__,_|_| \___|

    Copyright (c) TC-Innovations GmbH

    ThemeWare: CMS blocks
    ==============================================
    General styling for cms blocks and
    specific styling for elements dependent on their parent block

    Origin: Shopware base & skin
*/
/*
    _____ _                __      __
   |_   _| |_  ___ _ __  __\ \    / /_ _ _ _ ___  (R)
     | | | ' \/ -_) '  \/ -_) \/\/ / _` | '_/ -_)
     |_| |_||_\___|_|_|_\___|\_/\_/\__,_|_| \___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: CMS elements
	==============================================
	General styling for cms elements

	Origin: Shopware base & skin
*/
/*
  _           _____ ___   ___                        _   _
 | |__ _  _  |_   _/ __|_|_ _|_ _  _ _  _____ ____ _| |_(_)___ _ _  ___
 | '_ \ || |   | || (_|___| || ' \| ' \/ _ \ V / _` |  _| / _ \ ' \(_-<
 |_.__/\_, |   |_| \___| |___|_||_|_||_\___/\_/\__,_|\__|_\___/_||_/__/
       |__/
*/
.cms-block-image-text .cms-block-container-row {
  align-items: flex-start;
}
.cms-block-image-text .cms-block-container-row .col-md-6 + .col-md-6, .cms-block-image-text .cms-block-container-row .is-act-confirmpage .checkout .checkout-aside + .col-md-6, .cms-block-image-text .cms-block-container-row .is-act-confirmpage .checkout .is-act-confirmpage .checkout .checkout-aside + .checkout-aside, .is-act-confirmpage .checkout .cms-block-image-text .cms-block-container-row .is-act-confirmpage .checkout .checkout-aside + .checkout-aside, .cms-block-image-text .cms-block-container-row .is-act-confirmpage .checkout .is-ctl-accountorder .checkout .checkout-aside + .checkout-aside, .is-ctl-accountorder .checkout .cms-block-image-text .cms-block-container-row .is-act-confirmpage .checkout .checkout-aside + .checkout-aside, .cms-block-image-text .cms-block-container-row .is-act-confirmpage .checkout .is-act-finishpage .checkout .checkout-aside + .checkout-additional, .is-act-finishpage .checkout .cms-block-image-text .cms-block-container-row .is-act-confirmpage .checkout .checkout-aside + .checkout-additional, .cms-block-image-text .cms-block-container-row .is-act-confirmpage .checkout .is-act-finishpage .checkout .checkout-aside + .checkout-aside, .is-act-finishpage .checkout .cms-block-image-text .cms-block-container-row .is-act-confirmpage .checkout .checkout-aside + .checkout-aside, .is-act-confirmpage .checkout .cms-block-image-text .cms-block-container-row .checkout-aside + .col-md-6, .cms-block-image-text .cms-block-container-row .is-ctl-accountorder .checkout .checkout-aside + .col-md-6, .cms-block-image-text .cms-block-container-row .is-ctl-accountorder .checkout .is-act-confirmpage .checkout .checkout-aside + .checkout-aside, .is-act-confirmpage .checkout .cms-block-image-text .cms-block-container-row .is-ctl-accountorder .checkout .checkout-aside + .checkout-aside, .cms-block-image-text .cms-block-container-row .is-ctl-accountorder .checkout .is-ctl-accountorder .checkout .checkout-aside + .checkout-aside, .is-ctl-accountorder .checkout .cms-block-image-text .cms-block-container-row .is-ctl-accountorder .checkout .checkout-aside + .checkout-aside, .cms-block-image-text .cms-block-container-row .is-ctl-accountorder .checkout .is-act-finishpage .checkout .checkout-aside + .checkout-additional, .is-act-finishpage .checkout .cms-block-image-text .cms-block-container-row .is-ctl-accountorder .checkout .checkout-aside + .checkout-additional, .cms-block-image-text .cms-block-container-row .is-ctl-accountorder .checkout .is-act-finishpage .checkout .checkout-aside + .checkout-aside, .is-act-finishpage .checkout .cms-block-image-text .cms-block-container-row .is-ctl-accountorder .checkout .checkout-aside + .checkout-aside, .is-ctl-accountorder .checkout .cms-block-image-text .cms-block-container-row .checkout-aside + .col-md-6, .cms-block-image-text .cms-block-container-row .is-act-finishpage .checkout .checkout-additional + .col-md-6, .cms-block-image-text .cms-block-container-row .is-act-finishpage .checkout .is-act-confirmpage .checkout .checkout-additional + .checkout-aside, .is-act-confirmpage .checkout .cms-block-image-text .cms-block-container-row .is-act-finishpage .checkout .checkout-additional + .checkout-aside, .cms-block-image-text .cms-block-container-row .is-act-finishpage .checkout .is-ctl-accountorder .checkout .checkout-additional + .checkout-aside, .is-ctl-accountorder .checkout .cms-block-image-text .cms-block-container-row .is-act-finishpage .checkout .checkout-additional + .checkout-aside, .cms-block-image-text .cms-block-container-row .is-act-finishpage .checkout .is-act-finishpage .checkout .checkout-additional + .checkout-additional, .is-act-finishpage .checkout .cms-block-image-text .cms-block-container-row .is-act-finishpage .checkout .checkout-additional + .checkout-additional, .cms-block-image-text .cms-block-container-row .is-act-finishpage .checkout .is-act-finishpage .checkout .checkout-additional + .checkout-aside, .is-act-finishpage .checkout .cms-block-image-text .cms-block-container-row .is-act-finishpage .checkout .checkout-additional + .checkout-aside, .is-act-finishpage .checkout .cms-block-image-text .cms-block-container-row .checkout-additional + .col-md-6, .cms-block-image-text .cms-block-container-row .is-act-finishpage .checkout .checkout-aside + .col-md-6, .cms-block-image-text .cms-block-container-row .is-act-finishpage .checkout .is-act-confirmpage .checkout .checkout-aside + .checkout-aside, .is-act-confirmpage .checkout .cms-block-image-text .cms-block-container-row .is-act-finishpage .checkout .checkout-aside + .checkout-aside, .cms-block-image-text .cms-block-container-row .is-act-finishpage .checkout .is-ctl-accountorder .checkout .checkout-aside + .checkout-aside, .is-ctl-accountorder .checkout .cms-block-image-text .cms-block-container-row .is-act-finishpage .checkout .checkout-aside + .checkout-aside, .cms-block-image-text .cms-block-container-row .is-act-finishpage .checkout .is-act-finishpage .checkout .checkout-aside + .checkout-additional, .is-act-finishpage .checkout .cms-block-image-text .cms-block-container-row .is-act-finishpage .checkout .checkout-aside + .checkout-additional, .cms-block-image-text .cms-block-container-row .is-act-finishpage .checkout .is-act-finishpage .checkout .checkout-aside + .checkout-aside, .is-act-finishpage .checkout .cms-block-image-text .cms-block-container-row .is-act-finishpage .checkout .checkout-aside + .checkout-aside, .is-act-finishpage .checkout .cms-block-image-text .cms-block-container-row .checkout-aside + .col-md-6, .cms-block-image-text .cms-block-container-row .is-act-confirmpage .checkout .col-md-6 + .checkout-aside, .cms-block-image-text .cms-block-container-row .is-act-confirmpage .checkout .is-act-finishpage .checkout .checkout-additional + .checkout-aside, .is-act-finishpage .checkout .cms-block-image-text .cms-block-container-row .is-act-confirmpage .checkout .checkout-additional + .checkout-aside, .is-act-confirmpage .checkout .cms-block-image-text .cms-block-container-row .col-md-6 + .checkout-aside, .cms-block-image-text .cms-block-container-row .is-ctl-accountorder .checkout .col-md-6 + .checkout-aside, .cms-block-image-text .cms-block-container-row .is-ctl-accountorder .checkout .is-act-finishpage .checkout .checkout-additional + .checkout-aside, .is-act-finishpage .checkout .cms-block-image-text .cms-block-container-row .is-ctl-accountorder .checkout .checkout-additional + .checkout-aside, .is-ctl-accountorder .checkout .cms-block-image-text .cms-block-container-row .col-md-6 + .checkout-aside, .cms-block-image-text .cms-block-container-row .is-act-finishpage .checkout .col-md-6 + .checkout-additional, .cms-block-image-text .cms-block-container-row .is-act-finishpage .checkout .is-act-confirmpage .checkout .checkout-aside + .checkout-additional, .is-act-confirmpage .checkout .cms-block-image-text .cms-block-container-row .is-act-finishpage .checkout .checkout-aside + .checkout-additional, .cms-block-image-text .cms-block-container-row .is-act-finishpage .checkout .is-ctl-accountorder .checkout .checkout-aside + .checkout-additional, .is-ctl-accountorder .checkout .cms-block-image-text .cms-block-container-row .is-act-finishpage .checkout .checkout-aside + .checkout-additional, .is-act-finishpage .checkout .cms-block-image-text .cms-block-container-row .col-md-6 + .checkout-additional, .cms-block-image-text .cms-block-container-row .is-act-finishpage .checkout .col-md-6 + .checkout-aside, .is-act-finishpage .checkout .cms-block-image-text .cms-block-container-row .col-md-6 + .checkout-aside {
  font-size: 16px;
  font-size: 1rem;
}
@media (min-width: 768px) {
  .cms-block-image-text .cms-block-container-row .col-md-6 + .col-md-6, .cms-block-image-text .cms-block-container-row .is-act-confirmpage .checkout .checkout-aside + .col-md-6, .cms-block-image-text .cms-block-container-row .is-act-confirmpage .checkout .is-act-confirmpage .checkout .checkout-aside + .checkout-aside, .is-act-confirmpage .checkout .cms-block-image-text .cms-block-container-row .is-act-confirmpage .checkout .checkout-aside + .checkout-aside, .cms-block-image-text .cms-block-container-row .is-act-confirmpage .checkout .is-ctl-accountorder .checkout .checkout-aside + .checkout-aside, .is-ctl-accountorder .checkout .cms-block-image-text .cms-block-container-row .is-act-confirmpage .checkout .checkout-aside + .checkout-aside, .cms-block-image-text .cms-block-container-row .is-act-confirmpage .checkout .is-act-finishpage .checkout .checkout-aside + .checkout-additional, .is-act-finishpage .checkout .cms-block-image-text .cms-block-container-row .is-act-confirmpage .checkout .checkout-aside + .checkout-additional, .cms-block-image-text .cms-block-container-row .is-act-confirmpage .checkout .is-act-finishpage .checkout .checkout-aside + .checkout-aside, .is-act-finishpage .checkout .cms-block-image-text .cms-block-container-row .is-act-confirmpage .checkout .checkout-aside + .checkout-aside, .is-act-confirmpage .checkout .cms-block-image-text .cms-block-container-row .checkout-aside + .col-md-6, .cms-block-image-text .cms-block-container-row .is-ctl-accountorder .checkout .checkout-aside + .col-md-6, .cms-block-image-text .cms-block-container-row .is-ctl-accountorder .checkout .is-act-confirmpage .checkout .checkout-aside + .checkout-aside, .is-act-confirmpage .checkout .cms-block-image-text .cms-block-container-row .is-ctl-accountorder .checkout .checkout-aside + .checkout-aside, .cms-block-image-text .cms-block-container-row .is-ctl-accountorder .checkout .is-ctl-accountorder .checkout .checkout-aside + .checkout-aside, .is-ctl-accountorder .checkout .cms-block-image-text .cms-block-container-row .is-ctl-accountorder .checkout .checkout-aside + .checkout-aside, .cms-block-image-text .cms-block-container-row .is-ctl-accountorder .checkout .is-act-finishpage .checkout .checkout-aside + .checkout-additional, .is-act-finishpage .checkout .cms-block-image-text .cms-block-container-row .is-ctl-accountorder .checkout .checkout-aside + .checkout-additional, .cms-block-image-text .cms-block-container-row .is-ctl-accountorder .checkout .is-act-finishpage .checkout .checkout-aside + .checkout-aside, .is-act-finishpage .checkout .cms-block-image-text .cms-block-container-row .is-ctl-accountorder .checkout .checkout-aside + .checkout-aside, .is-ctl-accountorder .checkout .cms-block-image-text .cms-block-container-row .checkout-aside + .col-md-6, .cms-block-image-text .cms-block-container-row .is-act-finishpage .checkout .checkout-additional + .col-md-6, .cms-block-image-text .cms-block-container-row .is-act-finishpage .checkout .is-act-confirmpage .checkout .checkout-additional + .checkout-aside, .is-act-confirmpage .checkout .cms-block-image-text .cms-block-container-row .is-act-finishpage .checkout .checkout-additional + .checkout-aside, .cms-block-image-text .cms-block-container-row .is-act-finishpage .checkout .is-ctl-accountorder .checkout .checkout-additional + .checkout-aside, .is-ctl-accountorder .checkout .cms-block-image-text .cms-block-container-row .is-act-finishpage .checkout .checkout-additional + .checkout-aside, .cms-block-image-text .cms-block-container-row .is-act-finishpage .checkout .is-act-finishpage .checkout .checkout-additional + .checkout-additional, .is-act-finishpage .checkout .cms-block-image-text .cms-block-container-row .is-act-finishpage .checkout .checkout-additional + .checkout-additional, .cms-block-image-text .cms-block-container-row .is-act-finishpage .checkout .is-act-finishpage .checkout .checkout-additional + .checkout-aside, .is-act-finishpage .checkout .cms-block-image-text .cms-block-container-row .is-act-finishpage .checkout .checkout-additional + .checkout-aside, .is-act-finishpage .checkout .cms-block-image-text .cms-block-container-row .checkout-additional + .col-md-6, .cms-block-image-text .cms-block-container-row .is-act-finishpage .checkout .checkout-aside + .col-md-6, .cms-block-image-text .cms-block-container-row .is-act-finishpage .checkout .is-act-confirmpage .checkout .checkout-aside + .checkout-aside, .is-act-confirmpage .checkout .cms-block-image-text .cms-block-container-row .is-act-finishpage .checkout .checkout-aside + .checkout-aside, .cms-block-image-text .cms-block-container-row .is-act-finishpage .checkout .is-ctl-accountorder .checkout .checkout-aside + .checkout-aside, .is-ctl-accountorder .checkout .cms-block-image-text .cms-block-container-row .is-act-finishpage .checkout .checkout-aside + .checkout-aside, .cms-block-image-text .cms-block-container-row .is-act-finishpage .checkout .is-act-finishpage .checkout .checkout-aside + .checkout-additional, .is-act-finishpage .checkout .cms-block-image-text .cms-block-container-row .is-act-finishpage .checkout .checkout-aside + .checkout-additional, .cms-block-image-text .cms-block-container-row .is-act-finishpage .checkout .is-act-finishpage .checkout .checkout-aside + .checkout-aside, .is-act-finishpage .checkout .cms-block-image-text .cms-block-container-row .is-act-finishpage .checkout .checkout-aside + .checkout-aside, .is-act-finishpage .checkout .cms-block-image-text .cms-block-container-row .checkout-aside + .col-md-6, .cms-block-image-text .cms-block-container-row .is-act-confirmpage .checkout .col-md-6 + .checkout-aside, .cms-block-image-text .cms-block-container-row .is-act-confirmpage .checkout .is-act-finishpage .checkout .checkout-additional + .checkout-aside, .is-act-finishpage .checkout .cms-block-image-text .cms-block-container-row .is-act-confirmpage .checkout .checkout-additional + .checkout-aside, .is-act-confirmpage .checkout .cms-block-image-text .cms-block-container-row .col-md-6 + .checkout-aside, .cms-block-image-text .cms-block-container-row .is-ctl-accountorder .checkout .col-md-6 + .checkout-aside, .cms-block-image-text .cms-block-container-row .is-ctl-accountorder .checkout .is-act-finishpage .checkout .checkout-additional + .checkout-aside, .is-act-finishpage .checkout .cms-block-image-text .cms-block-container-row .is-ctl-accountorder .checkout .checkout-additional + .checkout-aside, .is-ctl-accountorder .checkout .cms-block-image-text .cms-block-container-row .col-md-6 + .checkout-aside, .cms-block-image-text .cms-block-container-row .is-act-finishpage .checkout .col-md-6 + .checkout-additional, .cms-block-image-text .cms-block-container-row .is-act-finishpage .checkout .is-act-confirmpage .checkout .checkout-aside + .checkout-additional, .is-act-confirmpage .checkout .cms-block-image-text .cms-block-container-row .is-act-finishpage .checkout .checkout-aside + .checkout-additional, .cms-block-image-text .cms-block-container-row .is-act-finishpage .checkout .is-ctl-accountorder .checkout .checkout-aside + .checkout-additional, .is-ctl-accountorder .checkout .cms-block-image-text .cms-block-container-row .is-act-finishpage .checkout .checkout-aside + .checkout-additional, .is-act-finishpage .checkout .cms-block-image-text .cms-block-container-row .col-md-6 + .checkout-additional, .cms-block-image-text .cms-block-container-row .is-act-finishpage .checkout .col-md-6 + .checkout-aside, .is-act-finishpage .checkout .cms-block-image-text .cms-block-container-row .col-md-6 + .checkout-aside {
    padding-left: 0;
  }
}
@media (max-width: 767.98px) {
  .cms-block-image-text .cms-block-container-row .col-md-6 + .col-md-6, .cms-block-image-text .cms-block-container-row .is-act-confirmpage .checkout .checkout-aside + .col-md-6, .cms-block-image-text .cms-block-container-row .is-act-confirmpage .checkout .is-act-confirmpage .checkout .checkout-aside + .checkout-aside, .is-act-confirmpage .checkout .cms-block-image-text .cms-block-container-row .is-act-confirmpage .checkout .checkout-aside + .checkout-aside, .cms-block-image-text .cms-block-container-row .is-act-confirmpage .checkout .is-ctl-accountorder .checkout .checkout-aside + .checkout-aside, .is-ctl-accountorder .checkout .cms-block-image-text .cms-block-container-row .is-act-confirmpage .checkout .checkout-aside + .checkout-aside, .cms-block-image-text .cms-block-container-row .is-act-confirmpage .checkout .is-act-finishpage .checkout .checkout-aside + .checkout-additional, .is-act-finishpage .checkout .cms-block-image-text .cms-block-container-row .is-act-confirmpage .checkout .checkout-aside + .checkout-additional, .cms-block-image-text .cms-block-container-row .is-act-confirmpage .checkout .is-act-finishpage .checkout .checkout-aside + .checkout-aside, .is-act-finishpage .checkout .cms-block-image-text .cms-block-container-row .is-act-confirmpage .checkout .checkout-aside + .checkout-aside, .is-act-confirmpage .checkout .cms-block-image-text .cms-block-container-row .checkout-aside + .col-md-6, .cms-block-image-text .cms-block-container-row .is-ctl-accountorder .checkout .checkout-aside + .col-md-6, .cms-block-image-text .cms-block-container-row .is-ctl-accountorder .checkout .is-act-confirmpage .checkout .checkout-aside + .checkout-aside, .is-act-confirmpage .checkout .cms-block-image-text .cms-block-container-row .is-ctl-accountorder .checkout .checkout-aside + .checkout-aside, .cms-block-image-text .cms-block-container-row .is-ctl-accountorder .checkout .is-ctl-accountorder .checkout .checkout-aside + .checkout-aside, .is-ctl-accountorder .checkout .cms-block-image-text .cms-block-container-row .is-ctl-accountorder .checkout .checkout-aside + .checkout-aside, .cms-block-image-text .cms-block-container-row .is-ctl-accountorder .checkout .is-act-finishpage .checkout .checkout-aside + .checkout-additional, .is-act-finishpage .checkout .cms-block-image-text .cms-block-container-row .is-ctl-accountorder .checkout .checkout-aside + .checkout-additional, .cms-block-image-text .cms-block-container-row .is-ctl-accountorder .checkout .is-act-finishpage .checkout .checkout-aside + .checkout-aside, .is-act-finishpage .checkout .cms-block-image-text .cms-block-container-row .is-ctl-accountorder .checkout .checkout-aside + .checkout-aside, .is-ctl-accountorder .checkout .cms-block-image-text .cms-block-container-row .checkout-aside + .col-md-6, .cms-block-image-text .cms-block-container-row .is-act-finishpage .checkout .checkout-additional + .col-md-6, .cms-block-image-text .cms-block-container-row .is-act-finishpage .checkout .is-act-confirmpage .checkout .checkout-additional + .checkout-aside, .is-act-confirmpage .checkout .cms-block-image-text .cms-block-container-row .is-act-finishpage .checkout .checkout-additional + .checkout-aside, .cms-block-image-text .cms-block-container-row .is-act-finishpage .checkout .is-ctl-accountorder .checkout .checkout-additional + .checkout-aside, .is-ctl-accountorder .checkout .cms-block-image-text .cms-block-container-row .is-act-finishpage .checkout .checkout-additional + .checkout-aside, .cms-block-image-text .cms-block-container-row .is-act-finishpage .checkout .is-act-finishpage .checkout .checkout-additional + .checkout-additional, .is-act-finishpage .checkout .cms-block-image-text .cms-block-container-row .is-act-finishpage .checkout .checkout-additional + .checkout-additional, .cms-block-image-text .cms-block-container-row .is-act-finishpage .checkout .is-act-finishpage .checkout .checkout-additional + .checkout-aside, .is-act-finishpage .checkout .cms-block-image-text .cms-block-container-row .is-act-finishpage .checkout .checkout-additional + .checkout-aside, .is-act-finishpage .checkout .cms-block-image-text .cms-block-container-row .checkout-additional + .col-md-6, .cms-block-image-text .cms-block-container-row .is-act-finishpage .checkout .checkout-aside + .col-md-6, .cms-block-image-text .cms-block-container-row .is-act-finishpage .checkout .is-act-confirmpage .checkout .checkout-aside + .checkout-aside, .is-act-confirmpage .checkout .cms-block-image-text .cms-block-container-row .is-act-finishpage .checkout .checkout-aside + .checkout-aside, .cms-block-image-text .cms-block-container-row .is-act-finishpage .checkout .is-ctl-accountorder .checkout .checkout-aside + .checkout-aside, .is-ctl-accountorder .checkout .cms-block-image-text .cms-block-container-row .is-act-finishpage .checkout .checkout-aside + .checkout-aside, .cms-block-image-text .cms-block-container-row .is-act-finishpage .checkout .is-act-finishpage .checkout .checkout-aside + .checkout-additional, .is-act-finishpage .checkout .cms-block-image-text .cms-block-container-row .is-act-finishpage .checkout .checkout-aside + .checkout-additional, .cms-block-image-text .cms-block-container-row .is-act-finishpage .checkout .is-act-finishpage .checkout .checkout-aside + .checkout-aside, .is-act-finishpage .checkout .cms-block-image-text .cms-block-container-row .is-act-finishpage .checkout .checkout-aside + .checkout-aside, .is-act-finishpage .checkout .cms-block-image-text .cms-block-container-row .checkout-aside + .col-md-6, .cms-block-image-text .cms-block-container-row .is-act-confirmpage .checkout .col-md-6 + .checkout-aside, .cms-block-image-text .cms-block-container-row .is-act-confirmpage .checkout .is-act-finishpage .checkout .checkout-additional + .checkout-aside, .is-act-finishpage .checkout .cms-block-image-text .cms-block-container-row .is-act-confirmpage .checkout .checkout-additional + .checkout-aside, .is-act-confirmpage .checkout .cms-block-image-text .cms-block-container-row .col-md-6 + .checkout-aside, .cms-block-image-text .cms-block-container-row .is-ctl-accountorder .checkout .col-md-6 + .checkout-aside, .cms-block-image-text .cms-block-container-row .is-ctl-accountorder .checkout .is-act-finishpage .checkout .checkout-additional + .checkout-aside, .is-act-finishpage .checkout .cms-block-image-text .cms-block-container-row .is-ctl-accountorder .checkout .checkout-additional + .checkout-aside, .is-ctl-accountorder .checkout .cms-block-image-text .cms-block-container-row .col-md-6 + .checkout-aside, .cms-block-image-text .cms-block-container-row .is-act-finishpage .checkout .col-md-6 + .checkout-additional, .cms-block-image-text .cms-block-container-row .is-act-finishpage .checkout .is-act-confirmpage .checkout .checkout-aside + .checkout-additional, .is-act-confirmpage .checkout .cms-block-image-text .cms-block-container-row .is-act-finishpage .checkout .checkout-aside + .checkout-additional, .cms-block-image-text .cms-block-container-row .is-act-finishpage .checkout .is-ctl-accountorder .checkout .checkout-aside + .checkout-additional, .is-ctl-accountorder .checkout .cms-block-image-text .cms-block-container-row .is-act-finishpage .checkout .checkout-aside + .checkout-additional, .is-act-finishpage .checkout .cms-block-image-text .cms-block-container-row .col-md-6 + .checkout-additional, .cms-block-image-text .cms-block-container-row .is-act-finishpage .checkout .col-md-6 + .checkout-aside, .is-act-finishpage .checkout .cms-block-image-text .cms-block-container-row .col-md-6 + .checkout-aside {
    margin-bottom: 20px;
  }
}
.cms-block-image-four-column .col-md-3 {
  padding-right: 15px;
  padding-left: 15px;
}
@media (max-width: 479.98px) {
  .cms-row > .cms-block-image-four-column:not(:last-child) {
    margin-bottom: 20px;
  }
}
@media (max-width: 767.98px) {
  .cms-block-text-three-column .cms-element-product-slider {
    margin-top: 10px;
    margin-bottom: 30px;
  }
}
.cms-element-product-slider .product-box .product-image-wrapper {
  background-color: #ffffff;
}
.cms-element-product-listing-actions div.sorting {
  margin-top: 3px;
  margin-bottom: 3px;
}
/*
    _____ _                __      __
   |_   _| |_  ___ _ __  __\ \    / /_ _ _ _ ___  (R)
     | | | ' \/ -_) '  \/ -_) \/\/ / _` | '_/ -_)
     |_| |_||_\___|_|_|_\___|\_/\_/\__,_|_| \___|

    Copyright (c) TC-Innovations GmbH

    ThemeWare: Forms
    ==============================================
    Custom styling for bootstrap forms.
    https://getbootstrap.com/docs/5.2/forms/overview

	Origin: Shopware base
*/
.form-check-input:focus ~ .form-check-label::before {
  box-shadow: none;
  cursor: pointer;
}
.form-check-input:focus ~ .form-check-label::after {
  cursor: pointer;
}
.form-check-input ~ .form-check-label::before {
  box-shadow: none;
  cursor: pointer;
}
.form-check-input ~ .form-check-label::after {
  cursor: pointer;
}
/*
    _____ _                __      __
   |_   _| |_  ___ _ __  __\ \    / /_ _ _ _ ___  (R)
     | | | ' \/ -_) '  \/ -_) \/\/ / _` | '_/ -_)
     |_| |_||_\___|_|_|_\___|\_/\_/\__,_|_| \___|

    Copyright (c) TC-Innovations GmbH

    ThemeWare: Payment method
    ==============================================
    Custom styling for payment form used e.g. on account and checkout pages.

	Origin: Shopware base & skin
*/
.payment-method-description strong {
  font-size: 1rem;
  color: #111111;
}
.payment-method-description p {
  font-size: 0.9rem;
  color: #adb5bd;
}
/*
    _____ _                __      __
   |_   _| |_  ___ _ __  __\ \    / /_ _ _ _ ___  (R)
     | | | ' \/ -_) '  \/ -_) \/\/ / _` | '_/ -_)
     |_| |_||_\___|_|_|_\___|\_/\_/\__,_|_| \___|

    Copyright (c) TC-Innovations GmbH

    ThemeWare: Shipping method
    ==============================================
    Custom styling for shipping form used e.g. on account and checkout pages.

	Origin: Shopware base & skin
*/
.shipping-method-description strong {
  font-size: 1rem;
  color: #111111;
}
.shipping-method-description p {
  font-size: 0.9rem;
  color: #adb5bd;
}
/*
    _____ _                __      __
   |_   _| |_  ___ _ __  __\ \    / /_ _ _ _ ___  (R)
     | | | ' \/ -_) '  \/ -_) \/\/ / _` | '_/ -_)
     |_| |_||_\___|_|_|_\___|\_/\_/\__,_|_| \___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: Filter panel
	==============================================
	Styling for filter panel component.
	This file contains the generic styling for all filter items.

	Origin: Shopware base
*/
.filter-panel .filter-panel-item button {
  /*&.disabled { ... }*/
}
.filter-panel .filter-panel-item button:not(.disabled) {
  color: #333333;
  border-color: #eeeeee;
  background-color: #ffffff;
  box-shadow: none;
}
.filter-panel .filter-panel-item button:not(.disabled):hover {
  opacity: 0.9;
}
.filter-panel .filter-panel-item button .icon.icon-filter-panel-item-toggle svg {
  top: 1px;
  color: #333333;
}
.filter-panel .filter-panel-item.show .filter-panel-item-toggle {
  color: #008490;
  border-color: #008490;
}
.filter-panel .filter-panel-item.show .filter-panel-item-toggle svg {
  color: #008490;
}
.filter-panel .filter-panel-item .dropdown-menu {
  margin-top: -8px;
  background-color: #ffffff;
}
.cms-block-container-row.has--sidebar .filter-panel-wrapper {
  padding-bottom: 20px;
}
.cms-block-container-row.has--sidebar .filter-panel-wrapper .filter-panel-item {
  margin-bottom: -1px;
  position: relative;
}
.cms-block-container-row.has--sidebar .filter-panel-wrapper .filter-active {
  margin-bottom: 3px;
  border-radius: 2px;
}
.cms-block-container-row.has--sidebar .filter-panel-wrapper .filter-reset-all {
  border-radius: 2px;
}
.cms-block-container-row.has--sidebar .filter-panel-wrapper .filter-panel-item-toggle[aria-expanded="true"] {
  border-color: #eeeeee;
}
.cms-block-container-row.has--sidebar .filter-panel-wrapper .filter-panel-item-dropdown {
  border: 1px solid #eeeeee;
  background-color: #ffffff;
}
.cms-block-container-row:not(.has--sidebar) .filter-panel-wrapper {
  padding: 20px 0px 0px 20px;
  background-color: #eeeeee;
}
@media (min-width: 992px) {
  .cms-block-container-row:not(.has--sidebar) .filter-panel-wrapper {
    display: table;
    width: 100%;
    margin-top: -1px;
    margin-bottom: -1px;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
  }
}
.cms-block-container-row:not(.has--sidebar) .filter-panel-wrapper .filter-panel-items-container {
  margin-bottom: 0;
}
.cms-block-container-row:not(.has--sidebar) .filter-panel-wrapper .filter-active {
  border-radius: 2px;
  background-color: #ffffff;
}
.cms-block-container-row:not(.has--sidebar) .filter-panel-wrapper .filter-reset-all {
  border-radius: 2px;
}
/*
  _           _____ ___   ___                        _   _
 | |__ _  _  |_   _/ __|_|_ _|_ _  _ _  _____ ____ _| |_(_)___ _ _  ___
 |  _ \ || |   | || (_|___| || ' \| ' \/ _ \ V / _  |  _| / _ \ ' \(_-<
 |_.__/\_, |   |_| \___| |___|_||_|_||_\___/\_/\__,_|\__|_\___/_||_/__/
       |__/
*/
.offcanvas-filter .filter-active {
  border-radius: 2px;
}
.offcanvas-filter .filter-reset-all {
  border-radius: 2px;
}
/*
    _____ _                __      __
   |_   _| |_  ___ _ __  __\ \    / /_ _ _ _ ___  (R)
     | | | ' \/ -_) '  \/ -_) \/\/ / _` | '_/ -_)
     |_| |_||_\___|_|_|_\___|\_/\_/\__,_|_| \___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: Filter boolean
	==============================================
	Styling for boolean filter item.
	This filter item should only be used inside a filter panel.

	Origin: Shopware base
*/
.filter-boolean.filter-panel-item {
  color: #333333;
  border-color: #eeeeee;
  border-radius: 2px;
  background-color: #ffffff;
  box-shadow: none;
}
.filter-boolean.filter-panel-item:hover {
  opacity: 0.9;
}
/*
    _____ _                __      __
   |_   _| |_  ___ _ __  __\ \    / /_ _ _ _ ___  (R)
     | | | ' \/ -_) '  \/ -_) \/\/ / _` | '_/ -_)
     |_| |_||_\___|_|_|_\___|\_/\_/\__,_|_| \___|

    Copyright (c) TC-Innovations GmbH

    ThemeWare: Product wishlist
    ==============================================
    Styling for productbox component.

	Origin: Shopware base
*/
.product-wishlist {
  margin-bottom: 10px;
}
.product-wishlist .icon-wishlist {
  color: #000;
}
/*
    _____ _                __      __
   |_   _| |_  ___ _ __  __\ \    / /_ _ _ _ ___  (R)
     | | | ' \/ -_) '  \/ -_) \/\/ / _  | '_/ -_)
     |_| |_||_\___|_|_|_\___|\_/\_/\__,_|_| \___|

    Copyright (c) TC-Innovations GmbH

    ThemeWare: Quantity selector
    ==============================================

	Origin: Shopware base
*/
.quantity-selector-group .btn {
  border: 1px solid #cccccc;
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 2px;
  border-left-width: 0;
}
.quantity-selector-group .btn:hover {
  color: #691448;
  border-color: #691448;
}
/*
    _____ _                __      __
   |_   _| |_  ___ _ __  __\ \    / /_ _ _ _ ___  (R)
     | | | ' \/ -_) '  \/ -_) \/\/ / _` | '_/ -_)
     |_| |_||_\___|_|_|_\___|\_/\_/\__,_|_| \___|

    Copyright (c) TC-Innovations GmbH

    ThemeWare: Basic captcha
    ==============================================

    Origin: Shopware base
*/
.basic-captcha {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.basic-captcha-content-code {
  margin-bottom: 0.5rem;
}
.basic-captcha-content-refresh-icon {
  align-self: center;
}
/*
    _____ _                __      __
   |_   _| |_  ___ _ __  __\ \    / /_ _ _ _ ___  (R)
     | | | ' \/ -_) '  \/ -_) \/\/ / _` | '_/ -_)
     |_| |_||_\___|_|_|_\___|\_/\_/\__,_|_| \___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: Line item
	==================================================

	Origin: Shopware base
*/
.line-item-quantity-label {
  line-height: 1;
  margin-bottom: 0;
}
/*
    _____ _                __      __
   |_   _| |_  ___ _ __  __\ \    / /_ _ _ _ ___  (R)
     | | | ' \/ -_) '  \/ -_) \/\/ / _` | '_/ -_)
     |_| |_||_\___|_|_|_\___|\_/\_/\__,_|_| \___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: Breadcrumb
	==============================================
	Custom skin styling for bootstrap breadcrumb component.
	https://getbootstrap.com/docs/5.2/components/breadcrumb

	Origin: Shopware skin
*/
.cms-breadcrumb > nav[aria-label="breadcrumb"], .container-main > nav[aria-label="breadcrumb"] {
  display: flex;
  overflow: hidden;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  padding: 0px 0px;
}
.cms-breadcrumb > nav[aria-label="breadcrumb"] ol.breadcrumb, .container-main > nav[aria-label="breadcrumb"] ol.breadcrumb {
  align-items: center;
  margin: 0;
  padding: 0;
}
s .cms-breadcrumb {
  position: relative;
  z-index: 1;
}
.is-ctl-navigation.is-act-home .breadcrumb {
  display: none;
}
.twt-is-cms-page .breadcrumb {
  display: none;
}
.cms-block-twt-breadcrumb .breadcrumb {
  display: inherit;
}
.twt-is-cms-landingpage .breadcrumb {
  display: none;
}
.cms-block-twt-breadcrumb .breadcrumb {
  display: inherit;
}
.twt-is-cms-product-list .breadcrumb {
  display: none;
}
.cms-block-twt-breadcrumb .breadcrumb {
  display: inherit;
}
.is-ctl-navigation .cms-breadcrumb {
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 0 20px;
}
.is-ctl-navigation .cms-breadcrumb .breadcrumb-inner-container {
  width: 100%;
  max-width: 1400px;
}
.twt-is-cms-product-detail .breadcrumb {
  display: none;
}
.cms-block-twt-breadcrumb .breadcrumb {
  display: inherit;
}
.twt-is-cms-product-detail .cms-breadcrumb {
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 0 20px;
}
.twt-is-cms-product-detail .cms-breadcrumb .breadcrumb-inner-container {
  width: 100%;
  max-width: 1400px;
}
.is-ctl-product:not(.twt-is-cms-product-detail) nav[aria-label="breadcrumb"] {
  display: none;
}
.is-ctl-product:not(.twt-is-cms-product-detail) nav[aria-label="breadcrumb"] {
  margin-top: 10px;
  margin-bottom: 10px;
}
/* ThemeWare: Style ThemeWare elements */
.twt-breadcrumb-further-information {
  font-size: 14px;
  font-size: 0.875rem;
  margin-right: 0.5rem;
}
.twt-breadcrumb-further-information span {
  align-self: center;
  color: #999999;
}
.twt-breadcrumb-home-icon .breadcrumb-title {
  display: none;
}
.twt-breadcrumb-home-icon a .icon {
  transition: opacity 0.25s ease-in-out;
  color: #999999;
}
.twt-breadcrumb-home-icon a:hover .icon {
  opacity: 0.7;
  color: #999999;
}
.twt-breadcrumb-home-icon a.is-active .icon {
  color: #691448;
}
.twt-breadcrumb-home-icon a.is-active:hover .icon {
  opacity: 0.7;
  color: #691448;
}
/* ThemeWare: Style standard elements */
.breadcrumb-placeholder .icon {
  color: #999999;
}
.breadcrumb-placeholder span.text {
  color: #999999;
}
.breadcrumb .icon {
  width: 16px;
  height: 16px;
}
.breadcrumb-item a, .breadcrumb-item div {
  font-size: 14px;
  font-size: 0.875rem;
  color: #999999;
  transition: opacity 0.25s ease-in-out;
}
.breadcrumb-item a:hover, .breadcrumb-item div:hover {
  opacity: 0.7;
  color: #999999;
}
.breadcrumb a.is-active {
  font-weight: 600;
  color: #691448;
}
.breadcrumb a.is-active:hover {
  opacity: 0.7;
  color: #691448;
}
/*
    _____ _                __      __
   |_   _| |_  ___ _ __  __\ \    / /_ _ _ _ ___  (R)
     | | | ' \/ -_) '  \/ -_) \/\/ / _` | '_/ -_)
     |_| |_||_\___|_|_|_\___|\_/\_/\__,_|_| \___|

    Copyright (c) TC-Innovations GmbH

    ThemeWare: Button
    ==============================================
    Custom skin styling for bootstrap button component.
    https://getbootstrap.com/docs/5.2/components/buttons

    Origin: Shopware skin
*/
.btn-buy {
  padding: 2px 12px;
  font-size: 1rem;
  line-height: 38px;
  border-radius: 2px;
}
.btn-buy:hover {
  color: var(--bs-btn-color);
}
.btn {
  overflow: visible;
}
/*
    _____ _                __      __
   |_   _| |_  ___ _ __  __\ \    / /_ _ _ _ ___  (R)
     | | | ' \/ -_) '  \/ -_) \/\/ / _` | '_/ -_)
     |_| |_||_\___|_|_|_\___|\_/\_/\__,_|_| \___|

    Copyright (c) TC-Innovations GmbH

    ThemeWare: Custom Select
    ==============================================
    Custom skin styling for bootstrap custom select menu.
    https://getbootstrap.com/docs/5.2/forms/select

    Origin: Shopware skin
*/
.custom-select, .form-select {
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 2px;
  border-left-width: 0;
  font-family: "Montserrat", sans-serif;
}
.custom-select:hover, .form-select:hover {
  color: #691448;
  border-color: #691448;
}
/*
    _____ _                __      __
   |_   _| |_  ___ _ __  __\ \    / /_ _ _ _ ___  (R)
     | | | ' \/ -_) '  \/ -_) \/\/ / _` | '_/ -_)
     |_| |_||_\___|_|_|_\___|\_/\_/\__,_|_| \___|

    Copyright (c) TC-Innovations GmbH

    ThemeWare: Form
    ==============================================
    Custom skin styling for bootstrap forms.
    https://getbootstrap.com/docs/5.2/forms/overview

	Origin: Shopware skin
*/
.form-label {
  margin-bottom: 1px;
  color: #666666;
  font-size: 12px;
  font-size: 0.75rem;
  font-family: "Montserrat", sans-serif;
}
.form-group {
  margin-bottom: 10px;
}
.form-control {
  min-height: 40px;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 2px;
  border-left-width: 0;
  font-family: "Montserrat", sans-serif;
}
.form-control:hover {
  color: #691448;
  border-color: #691448;
}
.form-control::-moz-placeholder, .form-control::-ms-input-placeholder, .form-control::-webkit-input-placeholder, .form-control::placeholder {
  opacity: 1;
  color: #8e8e8e;
}
input.form-control::-moz-placeholder {
  opacity: 1;
  color: #8e8e8e;
}
/*
    _____ _                __      __
   |_   _| |_  ___ _ __  __\ \    / /_ _ _ _ ___  (R)
     | | | ' \/ -_) '  \/ -_) \/\/ / _` | '_/ -_)
     |_| |_||_\___|_|_|_\___|\_/\_/\__,_|_| \___|

    Copyright (c) TC-Innovations GmbH

    ThemeWare: Tab Menu
    ==============================================
    Custom skin styling for bootstrap card with included tab navigation.
    https://getbootstrap.com/docs/5.2/components/card/#navigation

	Origin: Shopware skin
*/
@media (max-width: 575.98px) {
  .product-detail-tab-navigation-icon .icon {
    width: 16px;
    height: 16px;
  }
}
/*
    Standard/classic product detail pages
    - Fallback product detail pages (not cms pages!)
*/
body:not(.twt-is-cms-product-detail) .card-tabs .card-body {
  padding-top: 20px;
}
body:not(.twt-is-cms-product-detail) .card-tabs .nav-item {
  margin-right: 0;
}
body:not(.twt-is-cms-product-detail) .card-tabs .nav-item .nav-link {
  background-color: #eeeeee;
  color: #333333;
  border-bottom: 2px solid #eeeeee;
}
@media (min-width: 576px) {
  body:not(.twt-is-cms-product-detail) .card-tabs .nav-item .nav-link {
    display: block;
  }
}
@media (max-width: 575.98px) {
  body:not(.twt-is-cms-product-detail) .card-tabs .nav-item .nav-link {
    padding: 10px 10px 10px 13px;
  }
}
@media (min-width: 576px) {
  body:not(.twt-is-cms-product-detail) .card-tabs .nav-item .nav-link {
    padding: 13px 20px 11px 20px;
  }
}
body:not(.twt-is-cms-product-detail) .card-tabs .nav-item .nav-link.active {
  background-color: #691448;
  color: #ffffff;
  border-bottom-color: #691448;
}
body:not(.twt-is-cms-product-detail) .card-tabs .nav-item .nav-link.active span {
  color: #ffffff;
}
body:not(.twt-is-cms-product-detail) .card-tabs .nav-item .nav-link:hover {
  background-color: #f5f5f5;
  color: #111111;
  border-bottom-color: #dcdcdc;
}
body:not(.twt-is-cms-product-detail) .card-tabs .nav-item .nav-link:hover span {
  color: #111111;
}
body:not(.twt-is-cms-product-detail) .card-tabs .nav-item:first-of-type .nav-link {
  border-top-left-radius: 2px;
}
/*
    Shopware 6.4 cms product pages
    - Tab-menu on product pages as CMS element
*/
@media (max-width: 575.98px) {
  body.twt-is-cms-product-detail .cms-section-sidebar .card-tabs .nav-tabs {
    border-bottom: none;
  }
  body.twt-is-cms-product-detail .cms-section-sidebar .card-tabs .nav-tabs .nav-link, body.twt-is-cms-product-detail .cms-section-sidebar .card-tabs .nav-tabs .nav-link:hover {
    margin: 0 0 10px 0;
    padding: 10px;
    border-radius: 2px;
    background-color: rgba(0, 0, 0, 0.05);
  }
}
body.twt-is-cms-product-detail .cms-section-sidebar .card-tabs .card-body {
  padding-top: 20px;
}
@media (max-width: 575.98px) {
  body.twt-is-cms-product-detail div:not(.cms-section-sidebar) .card-tabs .nav-tabs {
    border-bottom: none;
  }
}
body.twt-is-cms-product-detail div:not(.cms-section-sidebar) .card-tabs .card-body {
  padding-top: 20px;
}
body.twt-is-cms-product-detail .card-tabs .nav-item {
  margin-right: 0;
}
body.twt-is-cms-product-detail .card-tabs .nav-item .nav-link {
  background-color: #eeeeee;
  color: #333333;
  border-bottom: 2px solid #eeeeee;
}
@media (min-width: 576px) {
  body.twt-is-cms-product-detail .card-tabs .nav-item .nav-link {
    display: block;
  }
}
@media (max-width: 575.98px) {
  body.twt-is-cms-product-detail .card-tabs .nav-item .nav-link {
    padding: 10px 10px 10px 13px;
  }
}
@media (min-width: 576px) {
  body.twt-is-cms-product-detail .card-tabs .nav-item .nav-link {
    padding: 13px 20px 11px 20px;
  }
}
body.twt-is-cms-product-detail .card-tabs .nav-item .nav-link.active {
  background-color: #691448;
  color: #ffffff;
  border-bottom-color: #691448;
}
body.twt-is-cms-product-detail .card-tabs .nav-item .nav-link.active span {
  color: #ffffff;
}
body.twt-is-cms-product-detail .card-tabs .nav-item .nav-link:hover {
  background-color: #f5f5f5;
  color: #111111;
  border-bottom-color: #dcdcdc;
}
body.twt-is-cms-product-detail .card-tabs .nav-item .nav-link:hover span {
  color: #111111;
}
body.twt-is-cms-product-detail .card-tabs .nav-item:first-of-type .nav-link {
  border-top-left-radius: 2px;
}
/*
    _____ _                __      __
   |_   _| |_  ___ _ __  __\ \    / /_ _ _ _ ___  (R)
     | | | ' \/ -_) '  \/ -_) \/\/ / _` | '_/ -_)
     |_| |_||_\___|_|_|_\___|\_/\_/\__,_|_| \___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: Tables
	==============================================

	Origin: Bootstrap
*/
/*
table,
.table {
	//border-bottom: 1px solid $twt-table-body-border-bottom-color; // @deprecated

	// ThemeWare: Bordered version
	//&.table-bordered {
	//	* {
	//		border-color: $twt-table-border-color; // @deprecated
	//	}
	//}

	// ThemeWare: Head styles
	//&:not(.table-dark) {
	//	thead {
	//		th {
	//			border-bottom-color: $twt-table-head-border-bottom-color; // @deprecated
	//		}
	//	}
	//}
	//thead:not(.thead-dark) {
	//	th {
	//		border-bottom-color: $twt-table-head-border-bottom-color; // @deprecated
	//	}
	//}

	//&.table-dark {
	//	thead {
	//		th {
	//			border-bottom-color: $twt-table-dark-head-border-bottom-color; // @deprecated
	//		}
	//	}
	//}
	//thead.thead-dark {
	//	th {
	//		border-bottom-color: $twt-table-dark-head-border-bottom-color; // @deprecated
	//	}
	//}

	//&.table-light {
	//	thead {
	//		th {
	//			border-bottom-color: $twt-table-head-border-bottom-color; // @deprecated
	//		}
	//	}
	//}
	//thead.thead-light {
	//	th {
	//		border-bottom-color: $twt-table-head-border-bottom-color; // @deprecated
	//	}
	//}

}
*/
.product-detail-price-container table.product-block-prices-table, .product-detail-price-container table.product-block-prices-grid {
  border: none;
  border-radius: 2px;
  width: auto;
}
.product-detail-price-container table.product-block-prices-table thead tr th, .product-detail-price-container table.product-block-prices-grid thead tr th {
  border: none;
  color: #ffffff;
  background-color: #691448;
  padding: 0.25rem 0.25rem;
}
.product-detail-price-container table.product-block-prices-table tbody tr th, .product-detail-price-container table.product-block-prices-table tbody tr td, .product-detail-price-container table.product-block-prices-grid tbody tr th, .product-detail-price-container table.product-block-prices-grid tbody tr td {
  border: none;
  color: #333333;
  background-color: transparent;
  padding: 0.25rem 0.25rem;
}
.product-detail-properties-container table.product-detail-properties-table {
  border-radius: 2px;
  width: auto;
}
.product-detail-properties-container table.product-detail-properties-table tbody tr th, .product-detail-properties-container table.product-detail-properties-table tbody tr td {
  color: #333333;
  background-color: transparent;
  padding: 0.25rem 0.25rem;
}
/*
    _____ _                __      __
   |_   _| |_  ___ _ __  __\ \    / /_ _ _ _ ___  (R)
     | | | ' \/ -_) '  \/ -_) \/\/ / _` | '_/ -_)
     |_| |_||_\___|_|_|_\___|\_/\_/\__,_|_| \___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: Container
	==============================================
	Additional styling for bootstrap container layout.
	https://getbootstrap.com/docs/5.2/layout/containers

	Origin: Shopware base
*/
/* ThemeWare: Container adjustment */
.container-main {
  min-height: 80px;
  padding: 0;
}
@media (min-width: 1200px) {
  .container-main {
    min-height: 80px;
  }
}
.container-main > div:not(.container) {
  border-radius: 2px;
}
@media (max-width: 575.98px) {
  .content-main > .container, .cms-section .content-main > .boxed {
    padding-right: 7px;
    padding-left: 7px;
  }
}
/* ThemeWare: Hide Shopware cloud promotion bar */
.container-main + .promotion-bar-container, .content-main + .promotion-bar-container {
  display: none !important;
}
/*
    _____ _                __      __
   |_   _| |_  ___ _ __  __\ \    / /_ _ _ _ ___  (R)
     | | | ' \/ -_) '  \/ -_) \/\/ / _` | '_/ -_)
     |_| |_||_\___|_|_|_\___|\_/\_/\__,_|_| \___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: Top bar
	==================================================
	Contains styles for the top bar located at the top of the page.
    The top bar contains the language switcher, the currency switcher and the service menu.

	Origin: Shopware base & skin
*/
@media (min-width: 992px) {
  .top-bar {
    background-color: rgba(255, 255, 255, 0);
    /* ThemeWare: Boxed-Layout */
    /*
          _             _______ _____    _____                             _   _
         | |           |__   __/ ____|  |_   _|                           | | (_)
         | |__  _   _     | | | |   _____ | |  _ __  _ __   _____   ____ _| |_ _  ___    __  ___
         | '_ \| | | |    | | | |  |______| | | '_ \| '_ \ / _ \ \ / / _` | __| |/ _ \| '_ \/ __|
         | |_)   |_| |    | | | |____    _| |_| | | | | | | (_) \ V / (_| | |_| | (_) | | | \__ \
         |_.__/ \__, |    |_|  \_____|  |_____|_| |_|_| |_|\___/ \_/ \__,_|\__|_|\___/|_| |_|___/
                 __/ |
                |___/
        */
  }
  .top-bar .top-bar-nav {
    line-height: 30px;
    align-items: center;
    height: 30px;
    padding-right: 20px;
    padding-left: 20px;
    margin-right: auto;
    margin-left: auto;
    justify-content: flex-end;
  }
  .top-bar .top-bar-nav .top-bar-menu-list .top-bar-list-item {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.2;
    margin-right: 10px;
    padding-right: 10px;
    color: #555555;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
  }
  .top-bar .top-bar-nav .top-bar-menu-list .top-bar-list-item:last-of-type {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
  }
  .top-bar .top-bar-nav .top-bar-menu-list .top-bar-list-item:hover {
    color: #691448;
  }
  .top-bar .top-bar-nav .top-bar-nav-btn.btn {
    font-size: 14px;
    font-size: 0.875rem;
    color: #555555;
  }
  .top-bar .top-bar-nav .top-bar-nav-btn.btn .icon {
    display: none;
  }
  .top-bar .top-bar-nav .top-bar-nav-btn.btn:hover {
    color: #691448;
  }
  .top-bar .top-bar-nav .top-bar-nav-btn.btn:hover .icon {
    color: #691448;
  }
  .top-bar-currency:empty, .top-bar-language:empty, .top-bar-service:empty {
    display: none;
  }
  .top-bar-hotline {
    font-size: 0.875rem;
    color: #555555;
  }
  .top-bar-hotline a {
    color: #555555;
  }
  .top-bar-hotline a:hover {
    color: #691448;
  }
  .top-bar .top-bar-hotline {
    display: inline;
  }
  .top-bar .languages-menu .top-bar-nav-text {
    display: inline;
  }
  .top-bar .currencies-menu .top-bar-nav-text {
    display: inline;
  }
  .top-bar .service-menu .top-bar-nav-text {
    display: inline;
  }
}
.languages-menu .top-bar-list-icon {
  margin-right: 0;
}
.languages-menu .top-bar-nav-text {
  margin-left: 0.25rem;
}
.currencies-menu .top-bar-nav-text {
  margin-left: 0.25rem;
}
/*
    _____ _                __      __
   |_   _| |_  ___ _ __  __\ \    / /_ _ _ _ ___  (R)
     | | | ' \/ -_) '  \/ -_) \/\/ / _` | '_/ -_)
     |_| |_||_\___|_|_|_\___|\_/\_/\__,_|_| \___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: Header
	==================================================
	Contains custom styles for the header at the top of the page.
	The header contains the shop logo, the search form and various actions like the offcanvas cart button.

	Origin: Shopware base & skin
*/
/* ThemeWare refactoring:
 * @TODO: Add header-type "default" with minor scss-adjustments
 * @TODO: Add "$twt-header-type-compatibility"-if to exclude all twig-/scss-adjustments
 */
/* --- ThemeWare: Header adjustments ------------------------------ */
header.header-main {
  position: relative;
  align-items: center;
  background-color: #ffffff;
}
@media (min-width: 576px) {
  header.header-main {
    background-color: #ffffff;
  }
}
@media (min-width: 992px) {
  header.header-main {
    margin-top: 0px;
  }
}
/* --- ThemeWare: Header actions adjustments ------------------------------ */
@media (min-width: 1400px) {
  .header-actions-col.col-sm-auto.order-1 {
    background-color: rgba(255, 255, 255, 0);
  }
}
/* --- ThemeWare: Header container adjustments ------------------------------ */
header.header-main .container, header.header-main .cms-section .boxed, .cms-section header.header-main .boxed {
  max-width: inherit;
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0;
}
/* --- ThemeWare: ... ------------------------------ */
header.header-main .header-row {
  margin-right: auto;
  margin-left: auto;
  /* ThemeWare: Phone viewport adjustments */
  /* ThemeWare: Tablet viewport adjustments */
}
@media (max-width: 575.98px) {
  header.header-main .header-row {
    padding: 10px 0;
  }
}
@media (min-width: 576px) {
  header.header-main .header-row {
    padding: 10px 0 10px 0;
  }
}
@media (min-width: 576px) {
  header.header-main .header-row .header-search-col .row, header.header-main .header-row .header-search-col .account-content, header.header-main .header-row .header-search-col .is-act-cartpage .checkout .checkout-container, .is-act-cartpage .checkout header.header-main .header-row .header-search-col .checkout-container, header.header-main .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container, .is-act-checkoutregisterpage .checkout header.header-main .header-row .header-search-col .checkout-container, header.header-main .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container, .is-act-confirmpage .checkout header.header-main .header-row .header-search-col .checkout-container, header.header-main .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container, .is-ctl-accountorder .checkout header.header-main .header-row .header-search-col .checkout-container, header.header-main .header-row .header-search-col .is-act-finishpage .checkout .checkout-container, .is-act-finishpage .checkout header.header-main .header-row .header-search-col .checkout-container, header.header-main .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container, body.is-act-confirmpage .checkout header.header-main .header-row .header-search-col .checkout-container {
    align-items: center;
  }
}
@media (max-width: 575.98px) {
  header.header-main .header-row {
    padding: 0;
  }
  header.header-main .header-row .header-actions-col .header-nav-main-toggle-label {
    display: inline-block;
  }
  header.header-main .header-row .header-search-col {
    background-color: #eef2f5;
  }
  header.header-main .header-row .header-search-col .col, header.header-main .header-row .header-search-col .is-act-confirmpage .checkout .checkout-aside, .is-act-confirmpage .checkout header.header-main .header-row .header-search-col .checkout-aside, header.header-main .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-aside, .is-ctl-accountorder .checkout header.header-main .header-row .header-search-col .checkout-aside, header.header-main .header-row .header-search-col .is-act-finishpage .checkout .checkout-aside, .is-act-finishpage .checkout header.header-main .header-row .header-search-col .checkout-aside {
    padding: 0;
  }
  header.header-main .header-row .header-search-col .col #searchCollapse .header-search, header.header-main .header-row .header-search-col .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search, .is-act-confirmpage .checkout header.header-main .header-row .header-search-col .checkout-aside #searchCollapse .header-search, header.header-main .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search, .is-ctl-accountorder .checkout header.header-main .header-row .header-search-col .checkout-aside #searchCollapse .header-search, header.header-main .header-row .header-search-col .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search, .is-act-finishpage .checkout header.header-main .header-row .header-search-col .checkout-aside #searchCollapse .header-search {
    margin: 0;
    padding: 15px;
  }
  header.header-main .header-row .header-search-col .col #searchCollapse .header-search .input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback), header.header-main .header-row .header-search-col .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback), .is-act-confirmpage .checkout header.header-main .header-row .header-search-col .checkout-aside #searchCollapse .header-search .input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback), header.header-main .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback), .is-ctl-accountorder .checkout header.header-main .header-row .header-search-col .checkout-aside #searchCollapse .header-search .input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback), header.header-main .header-row .header-search-col .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback), .is-act-finishpage .checkout header.header-main .header-row .header-search-col .checkout-aside #searchCollapse .header-search .input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    display: flex;
  }
}
@media (max-width: 991.98px) {
  header.header-main .header-row .header-logo-col {
    margin: 10px 0 10px 0;
  }
}
/* ThemeWare: Logo adjustments */
header.header-main .header-logo-col {
  margin-top: 0;
  padding-bottom: 0;
}
header.header-main .header-logo-col .header-logo-main .header-logo-main-link {
  margin-top: 0px;
  display: inline-block;
}
header.header-main .header-logo-col .header-logo-main .header-logo-main-link img {
  opacity: 1;
}
header.header-main .header-logo-col .header-logo-main .header-logo-main-link img:hover {
  opacity: 0.7;
}
.header-logo-picture {
  min-width: inherit;
  max-width: inherit;
}
.header-logo-main-img {
  width: 100%;
  height: auto;
}
@media (max-width: 575.98px) {
  .header-logo-main-img {
    max-width: 220px;
  }
}
@media (min-width: 576px) {
  .header-logo-main-img {
    max-width: 220px;
  }
}
/* --- ThemeWare: Search adjustments ------------------------------ */
@media (max-width: 991.98px) {
  header.header-main .header-actions-col.col-sm-auto {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
  }
}
@media (min-width: 576px) {
  header.header-main .header-search {
    max-width: 500px;
  }
}
@media (min-width: 1200px) {
  header.header-main .header-search {
    width: 1100px;
  }
}
header.header-main .header-search .header-search-btn {
  background-color: #691448;
  border: 1px solid #691448;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
header.header-main .header-search .header-search-btn .icon {
  color: #ffffff;
}
header.header-main .header-search .header-search-btn .loader {
  color: #ffffff !important;
}
header.header-main .header-search .header-search-btn:hover {
  opacity: 0.8;
}
header.header-main .header-search input.header-search-input {
  border: 1px solid #e4e7ea;
  color: #333333;
  background-color: #ffffff;
}
header.header-main .header-search input.header-search-input:focus {
  border-color: #e4e7ea;
  box-shadow: inset 2px 2px 4px rgba(0, 0, 0, 0.1);
}
header.header-main .header-search input.header-search-input:focus, header.header-main .header-search input.header-search-input:focus ~ .header-search-btn {
  border-color: #691448;
}
header.header-main .search-row {
  margin-right: auto;
  margin-left: auto;
}
header.header-main .search-row #searchCollapse {
  width: 100%;
  background-color: #eef2f5;
}
header.header-main .search-row #searchCollapse .header-search {
  padding: 15px;
}
header.header-main .header-search .header-search-btn {
  min-height: 100%;
}
/*
  _             _____ ____     ___                             _   _
 | |__  _   _  |_   _/ ___|   |_ _|_ __  _ __   _____   ____ _| |_(_) ___  _ __  ___
 | '_ \| | | |   | || |   _____| || '_ \| '_ \ / _ \ \ / / _` | __| |/ _ \| '_ \/ __|
 | |_) | |_| |   | || |__|_____| || | | | | | | (_) \ V / (_| | |_| | (_) | | | \__ \
 |_.__/ \__, |   |_| \____|   |___|_| |_|_| |_|\___/ \_/ \__,_|\__|_|\___/|_| |_|___/
        |___/
*/
/* --- ThemeWare: Header column adjustments ------------------------------ */
header.header-main .header-actions-col, header.header-main .header-search-col {
  /* ThemeWare: Phone viewport adjustments */
  /* ThemeWare: Tablet viewport adjustments */
}
@media (max-width: 575.98px) {
  header.header-main .header-actions-col .header-actions-btn, header.header-main .header-search-col .header-actions-btn {
    color: #333333;
    border: 1px solid rgba(255, 255, 255, 0);
    background-color: rgba(255, 255, 255, 0);
  }
  header.header-main .header-actions-col .header-actions-btn .icon, header.header-main .header-search-col .header-actions-btn .icon {
    transition: color 0.2s ease;
    color: #333333;
  }
  header.header-main .header-actions-col .header-actions-btn:active, header.header-main .header-actions-col .header-actions-btn:hover, header.header-main .header-search-col .header-actions-btn:active, header.header-main .header-search-col .header-actions-btn:hover {
    color: #691448;
    border: 1px solid rgba(255, 255, 255, 0);
    background-color: rgba(255, 255, 255, 0);
  }
  header.header-main .header-actions-col .header-actions-btn:active .icon, header.header-main .header-actions-col .header-actions-btn:hover .icon, header.header-main .header-search-col .header-actions-btn:active .icon, header.header-main .header-search-col .header-actions-btn:hover .icon {
    color: #691448;
  }
  header.header-main .header-actions-col .header-actions-btn.header-cart-btn, header.header-main .header-search-col .header-actions-btn.header-cart-btn {
    color: #333333;
    border: 1px solid rgba(255, 255, 255, 0);
    background-color: rgba(255, 255, 255, 0);
  }
  header.header-main .header-actions-col .header-actions-btn.header-cart-btn .icon, header.header-main .header-search-col .header-actions-btn.header-cart-btn .icon {
    color: #333333;
  }
  header.header-main .header-actions-col .header-actions-btn.header-cart-btn:active, header.header-main .header-actions-col .header-actions-btn.header-cart-btn:hover, header.header-main .header-search-col .header-actions-btn.header-cart-btn:active, header.header-main .header-search-col .header-actions-btn.header-cart-btn:hover {
    color: #691448;
    border: 1px solid rgba(255, 255, 255, 0);
    background-color: rgba(255, 255, 255, 0);
  }
  header.header-main .header-actions-col .header-actions-btn.header-cart-btn:active .icon, header.header-main .header-actions-col .header-actions-btn.header-cart-btn:hover .icon, header.header-main .header-search-col .header-actions-btn.header-cart-btn:active .icon, header.header-main .header-search-col .header-actions-btn.header-cart-btn:hover .icon {
    color: #691448;
  }
  header.header-main .header-actions-col .header-actions-btn.header-cart-btn .header-cart-total, header.header-main .header-search-col .header-actions-btn.header-cart-btn .header-cart-total {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1;
    transition: color 0.2s ease;
    color: #333333;
  }
}
@media (min-width: 576px) {
  header.header-main .header-actions-col .g-0 > [class*="col-"], header.header-main .header-search-col .g-0 > [class*="col-"] {
    margin-left: 10px;
  }
  header.header-main .header-actions-col .header-actions-btn, header.header-main .header-search-col .header-actions-btn {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 35px;
    color: #333333;
    border: 1px solid rgba(255, 255, 255, 0);
    border-radius: 2px;
    background-color: rgba(255, 255, 255, 0);
  }
  header.header-main .header-actions-col .header-actions-btn > span[class$="icon"], header.header-main .header-search-col .header-actions-btn > span[class$="icon"] {
    display: inline-block;
  }
  header.header-main .header-actions-col .header-actions-btn .icon, header.header-main .header-search-col .header-actions-btn .icon {
    display: inline-block;
    width: 24px;
    height: 24px;
    color: #333333;
  }
  header.header-main .header-actions-col .header-actions-btn .icon > svg, header.header-main .header-search-col .header-actions-btn .icon > svg {
    top: 0;
    margin-bottom: 2px;
  }
  header.header-main .header-actions-col .header-actions-btn:active, header.header-main .header-actions-col .header-actions-btn:hover, header.header-main .header-search-col .header-actions-btn:active, header.header-main .header-search-col .header-actions-btn:hover {
    color: #691448;
    border: 1px solid rgba(255, 255, 255, 0);
    background-color: rgba(255, 255, 255, 0);
  }
  header.header-main .header-actions-col .header-actions-btn:active .icon, header.header-main .header-actions-col .header-actions-btn:hover .icon, header.header-main .header-search-col .header-actions-btn:active .icon, header.header-main .header-search-col .header-actions-btn:hover .icon {
    color: #691448;
  }
  header.header-main .header-actions-col .header-actions-btn.header-cart-btn, header.header-main .header-search-col .header-actions-btn.header-cart-btn {
    font-weight: 400;
    color: #333333;
    border: 1px solid rgba(255, 255, 255, 0);
    background-color: rgba(255, 255, 255, 0);
  }
  header.header-main .header-actions-col .header-actions-btn.header-cart-btn .icon, header.header-main .header-search-col .header-actions-btn.header-cart-btn .icon {
    transition: color 0.2s ease;
    color: #333333;
  }
  header.header-main .header-actions-col .header-actions-btn.header-cart-btn:active, header.header-main .header-actions-col .header-actions-btn.header-cart-btn:hover, header.header-main .header-search-col .header-actions-btn.header-cart-btn:active, header.header-main .header-search-col .header-actions-btn.header-cart-btn:hover {
    color: #691448;
    border: 1px solid rgba(255, 255, 255, 0);
    background-color: rgba(255, 255, 255, 0);
  }
  header.header-main .header-actions-col .header-actions-btn.header-cart-btn:active .icon, header.header-main .header-actions-col .header-actions-btn.header-cart-btn:hover .icon, header.header-main .header-search-col .header-actions-btn.header-cart-btn:active .icon, header.header-main .header-search-col .header-actions-btn.header-cart-btn:hover .icon {
    color: #691448;
  }
  header.header-main .header-actions-col .header-actions-btn.header-cart-btn:active .header-cart-total, header.header-main .header-actions-col .header-actions-btn.header-cart-btn:hover .header-cart-total, header.header-main .header-search-col .header-actions-btn.header-cart-btn:active .header-cart-total, header.header-main .header-search-col .header-actions-btn.header-cart-btn:hover .header-cart-total {
    color: #691448;
  }
  header.header-main .header-actions-col .header-actions-btn.header-cart-btn .header-cart-total, header.header-main .header-search-col .header-actions-btn.header-cart-btn .header-cart-total {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1;
    transition: color 0.2s ease;
    color: #333333;
  }
}
header.header-main .header-actions-col .search-toggle-btn:not([aria-expanded="true"]) .icon-search, header.header-main .header-search-col .search-toggle-btn:not([aria-expanded="true"]) .icon-search {
  display: inline-block;
}
@media (max-width: 575.98px) {
  header.header-main .header-actions-col .search-toggle-btn:not([aria-expanded="true"]) .icon-search, header.header-main .header-search-col .search-toggle-btn:not([aria-expanded="true"]) .icon-search {
    display: inline-flex;
  }
}
header.header-main .header-actions-col .search-toggle-btn:not([aria-expanded="true"]) .icon-x, header.header-main .header-search-col .search-toggle-btn:not([aria-expanded="true"]) .icon-x {
  display: none;
}
header.header-main .header-actions-col .search-toggle-btn:not([aria-expanded="false"]) .icon-search, header.header-main .header-search-col .search-toggle-btn:not([aria-expanded="false"]) .icon-search {
  display: none;
}
header.header-main .header-actions-col .search-toggle-btn:not([aria-expanded="false"]) .icon-x, header.header-main .header-search-col .search-toggle-btn:not([aria-expanded="false"]) .icon-x {
  display: inline-block;
}
@media (max-width: 575.98px) {
  header.header-main .header-actions-col .search-toggle-btn:not([aria-expanded="false"]) .icon-x, header.header-main .header-search-col .search-toggle-btn:not([aria-expanded="false"]) .icon-x {
    display: inline-flex;
  }
}
header.header-main .header-actions-col .header-cart-total, header.header-main .header-search-col .header-cart-total {
  display: none;
}
header.header-main .header-actions-col .header-cart-badge, header.header-main .header-search-col .header-cart-badge {
  display: block;
}
/* ThemeWare: Action buttons > show/hide labels */
header.header-main .header-nav-main-toggle-label, header.header-main .header-search-toggle-name, header.header-main .header-account-name, header.header-main .header-wishlist-name {
  display: none;
}
header.header-main .header-cart-name {
  display: none;
}
/*
  _             _____ ____     ___                             _   _
 | |__  _   _  |_   _/ ___|   |_ _|_ __  _ __   _____   ____ _| |_(_) ___  _ __  ___
 | '_ \| | | |   | || |   _____| || '_ \| '_ \ / _ \ \ / / _  | __| |/ _ \| '_ \/ __|
 | |_) | |_| |   | || |__|_____| || | | | | | | (_) \ V / (_| | |_| | (_) | | | \__ \
 |_.__/ \__, |   |_| \____|   |___|_| |_|_| |_|\___/ \_/ \__,_|\__|_|\___/|_| |_|___/
        |___/
*/
/* --- ThemeWare: Fixed mobile header ------------------------------ */
@media (max-width: 575.98px) {
  header.header-main {
    position: sticky;
    z-index: 1020;
    top: 0;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  }
  .search-container {
    position: sticky;
    z-index: 1020;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  }
}
/* Badges on header actions (Cart button + Wishlist button) */
/*
    _____ _                __      __
   |_   _| |_  ___ _ __  __\ \    / /_ _ _ _ ___  (R)
     | | | ' \/ -_) '  \/ -_) \/\/ / _` | '_/ -_)
     |_| |_||_\___|_|_|_\___|\_/\_/\__,_|_| \___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: Header minimal
	==================================================
	Contains custom styles for the minimal header which is used on checkout pages.

	Origin: Shopware base
*/
.header-minimal {
  height: 90px;
  color: #555555;
  background-color: #fafafa;
}
.header-minimal-row {
  height: 90px;
  padding: 5px 0;
}
.header-minimal-row a {
  color: #555555;
}
.header-minimal-row a:hover {
  color: #222222;
}
.header-minimal-logo, .header-minimal-contact, .header-minimal-home {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.header-minimal-logo img {
  width: 140px;
  max-width: none;
  height: auto;
}
.header-minimal-logo .header-logo-shopping-experiences-link {
  display: none;
}
@media (max-width: 991.98px) {
  .header-minimal-contact {
    display: none;
  }
  .header-minimal-back-to-shop {
    flex: 0 0 auto;
    max-width: unset;
    width: auto;
  }
  .header-minimal-back-to-shop {
    flex: 0 0 auto;
    max-width: unset;
    width: auto;
  }
}
@media (max-width: 767.98px) {
  .header-minimal-home {
    display: none;
  }
}
@media (max-width: 479.98px) {
  .header-minimal-back-to-shop .header-minimal-back-to-shop-button {
    width: 48px;
    position: relative;
    overflow: hidden;
  }
  .header-minimal-back-to-shop .header-minimal-back-to-shop-button::after {
    content: "‹";
    display: block;
    position: absolute;
    font-size: 36px;
    padding: 0 5px 0 0;
    width: 48px;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    text-align: center;
    background-color: #ffffff;
  }
}
a.header-minimal-home-btn, a.header-minimal-back-to-shop-button {
  text-decoration: none;
  color: #444444;
  border: 1px solid #e9e9e9;
  background-color: #ffffff;
}
a.header-minimal-home-btn .icon, a.header-minimal-back-to-shop-button .icon {
  transition: color 0.15s ease-in-out;
  color: #444444;
}
a.header-minimal-home-btn:hover, a.header-minimal-back-to-shop-button:hover {
  text-decoration: none;
  color: #666666;
  border-color: #d4d4d4;
  background-color: #f1f1f1;
}
a.header-minimal-home-btn:hover .icon, a.header-minimal-back-to-shop-button:hover .icon {
  color: #666666;
}
/*
    _____ _                __      __
   |_   _| |_  ___ _ __  __\ \    / /_ _ _ _ ___  (R)
     | | | ' \/ -_) '  \/ -_) \/\/ / _` | '_/ -_)
     |_| |_||_\___|_|_|_\___|\_/\_/\__,_|_| \___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: Footer
	==================================================
	Contains custom styles for the footer located at the bottom of the page.

	Origin: Shopware base & skin
*/
/* ThemeWare refactoring:
 * @TODO: Add footer-type "default" with minor scss-adjustments
 * @TODO: Add "$twt-footer-type-compatibility"-if to exclude all twig-/scss-adjustments
 */
/* @TODO: Adjust default footer if possible...
/*
.footer-logo-image {
	//display: inline-block;
	//max-width: inherit;
	height: 35px;
	//max-height: 35px;
	border: 1px solid $twt-widget-payment-logo-border-color;

	@if $twt-widget-payment-logo-corner-type == 2 {
		border-radius: $twt-border-radius-light;
	} @else if $twt-widget-payment-logo-corner-type == 3 {
		border-radius: $twt-border-radius-bold;
	}
}
*/
/* @TODO:
	- Shopware Vererbung prüfen...
	- eigene Klassen in "/themeware" verschieben...
	- Check adjustments with default footer...
	- alles in "@include media-breakpoint-up(md) { // min 768px" packen...
*/
.footer-column div.twt-widget-payment, .footer-column div.twt-widget-paymentshipping, .footer-column div.twt-widget-shipping {
  margin-bottom: 1rem;
}
.footer-contact-form {
  padding-bottom: 1rem;
}
.footer-main {
  font-size: 16px;
  font-size: 1rem;
  padding: 0px 0px 0px 0px;
  color: #333333;
  border-top: none;
  background-color: #ffffff;
}
.footer-main .footer-column-content a {
  color: #333333;
}
.footer-main .footer-column-content a:hover {
  color: #691448;
}
.footer-main .footer-column-content a[href^="tel:"] {
  color: #333333;
}
.footer-main .footer-column-content a[href^="tel:"]:hover {
  color: #292929;
}
.footer-main .container, .footer-main .cms-section .boxed, .cms-section .footer-main .boxed {
  max-width: inherit;
  margin: 0;
  padding: 0;
}
.footer-main .container .footer-columns, .footer-main .cms-section .boxed .footer-columns, .cms-section .footer-main .boxed .footer-columns {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 0;
  border-bottom: none;
  /* Shopware default footer adjustments */
  /* ThemeWare: mittlerer Bereich (= default) */
  /*
              _             _______ _____    _____                             _
             | |           |__   __/ ____|  |_   _|                           | | (_)
             | |__      _     | | | |   ______| |  _ __  _ __   _____   ____ _| |_ _  ___  _ __  ___
             | '_ \| | | |    | | | |  |______| | | '_ \| '_ \ / _ \ \ / / _` | __| |/ _ \| '_ \/ __|
             | |_) | |_| |    | | | |____    _| |_| | | | | | | (_) \ V / (_| | |_| | (_) | | | \__ \
             |_.__/ \__, |    |_|  \_____|  |_____|_| |_|_| |_|\___/ \_/ \__ _|\__|_|\___/|_| |_|___/
                     __/ |
                    |___/
            */
  /* ThemeWare: oberer Bereich */
  /* ThemeWare: unterer Bereich */
  /*
              _             _______ _____    _____                             _   _
             | |           |__   __/ ____|  |_   _|                           | | (_)
             | |__  _   _     | | | |   ______| |  _ __  _ __   _____   ____ _| |_ _  ___  _ __  ___
             |  _ \| | | |    | | | |  |______| | | '_ \| '_ \ /   \ \ / / _` | __| |/ _ \| '_ \/ __|
             | |_) | |_| |    | | | |____    _| |_| | | | | | | (_) \ V / (_| | |_| | (_) | | | \__ \
             |_.__/ \__, |    |_|  \_____|  |_____|_| |_|_| |_|\___/ \_/ \__,_|\__|_|\___/| | |_|___/
                     __/ |
                    |___/
            */
}
@media (min-width: 768px) {
  .footer-main .container .footer-columns .footer-column, .footer-main .cms-section .boxed .footer-columns .footer-column, .cms-section .footer-main .boxed .footer-columns .footer-column {
    padding-bottom: 20px;
  }
  .footer-main .container .footer-columns .footer-column .footer-column-headline, .footer-main .cms-section .boxed .footer-columns .footer-column .footer-column-headline, .cms-section .footer-main .boxed .footer-columns .footer-column .footer-column-headline {
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 600;
    text-transform: none;
    color: #691448;
    display: inline-block;
    padding: 20px 0 10px 0;
    margin: 0;
  }
  .footer-main .container .footer-columns .footer-column .footer-column-headline a, .footer-main .cms-section .boxed .footer-columns .footer-column .footer-column-headline a, .cms-section .footer-main .boxed .footer-columns .footer-column .footer-column-headline a {
    color: #691448;
  }
  .footer-main .container .footer-columns .footer-column .footer-column-headline a:hover, .footer-main .cms-section .boxed .footer-columns .footer-column .footer-column-headline a:hover, .cms-section .footer-main .boxed .footer-columns .footer-column .footer-column-headline a:hover {
    color: #54103a;
  }
}
.footer-main .container .footer-columns#footerColumns, .footer-main .cms-section .boxed .footer-columns#footerColumns, .cms-section .footer-main .boxed .footer-columns#footerColumns {
  justify-content: space-between;
  text-align: left;
  background-color: rgba(0, 0, 0, 0);
  max-width: 1400px;
}
@media (min-width: 768px) {
  .footer-main .container .footer-columns#footerColumns, .footer-main .cms-section .boxed .footer-columns#footerColumns, .cms-section .footer-main .boxed .footer-columns#footerColumns {
    padding: 20px 0px 0px 0px;
  }
}
.footer-main .container .footer-columns#footerColumns .footer-column-content-inner .footer-logo, .footer-main .cms-section .boxed .footer-columns#footerColumns .footer-column-content-inner .footer-logo, .cms-section .footer-main .boxed .footer-columns#footerColumns .footer-column-content-inner .footer-logo {
  margin: 0 10px 10px 0;
}
.footer-main .container .footer-columns#footerColumns .twt-awards-container, .footer-main .cms-section .boxed .footer-columns#footerColumns .twt-awards-container, .cms-section .footer-main .boxed .footer-columns#footerColumns .twt-awards-container {
  justify-content: flex-start;
}
.footer-main .container .footer-columns#footerColumns .twt-awards-container img, .footer-main .cms-section .boxed .footer-columns#footerColumns .twt-awards-container img, .cms-section .footer-main .boxed .footer-columns#footerColumns .twt-awards-container img {
  margin: 0 20px 20px 0;
}
.footer-main .container .footer-columns#footerColumnsTop, .footer-main .cms-section .boxed .footer-columns#footerColumnsTop, .cms-section .footer-main .boxed .footer-columns#footerColumnsTop {
  justify-content: space-around;
  text-align: center;
  color: #ffffff;
  background-color: #691448;
  margin-right: 0;
  margin-left: 0;
}
.footer-main .container .footer-columns#footerColumnsTop a, .footer-main .cms-section .boxed .footer-columns#footerColumnsTop a, .cms-section .footer-main .boxed .footer-columns#footerColumnsTop a {
  color: #ffffff;
}
.footer-main .container .footer-columns#footerColumnsTop a:hover, .footer-main .cms-section .boxed .footer-columns#footerColumnsTop a:hover, .cms-section .footer-main .boxed .footer-columns#footerColumnsTop a:hover {
  color: #eeeeee;
}
@media (min-width: 768px) {
  .footer-main .container .footer-columns#footerColumnsTop, .footer-main .cms-section .boxed .footer-columns#footerColumnsTop, .cms-section .footer-main .boxed .footer-columns#footerColumnsTop {
    padding: 20px 0px 0px 0px;
  }
  .footer-main .container .footer-columns#footerColumnsTop .footer-column-headline, .footer-main .cms-section .boxed .footer-columns#footerColumnsTop .footer-column-headline, .cms-section .footer-main .boxed .footer-columns#footerColumnsTop .footer-column-headline {
    color: #ffffff;
    display: inline-block;
    border-bottom: 2px solid #ffffff;
    padding: 20px 0 0 0;
    margin: 0 0 20px 0;
  }
  .footer-main .container .footer-columns#footerColumnsTop .footer-column-headline a, .footer-main .cms-section .boxed .footer-columns#footerColumnsTop .footer-column-headline a, .cms-section .footer-main .boxed .footer-columns#footerColumnsTop .footer-column-headline a {
    color: #ffffff;
  }
  .footer-main .container .footer-columns#footerColumnsTop .footer-column-headline a:hover, .footer-main .cms-section .boxed .footer-columns#footerColumnsTop .footer-column-headline a:hover, .cms-section .footer-main .boxed .footer-columns#footerColumnsTop .footer-column-headline a:hover {
    color: white;
  }
}
.footer-main .container .footer-columns#footerColumnsTop .footer-column-content-inner, .footer-main .cms-section .boxed .footer-columns#footerColumnsTop .footer-column-content-inner, .cms-section .footer-main .boxed .footer-columns#footerColumnsTop .footer-column-content-inner {
  justify-content: center;
}
.footer-main .container .footer-columns#footerColumnsTop .footer-column-content-inner .footer-logo, .footer-main .cms-section .boxed .footer-columns#footerColumnsTop .footer-column-content-inner .footer-logo, .cms-section .footer-main .boxed .footer-columns#footerColumnsTop .footer-column-content-inner .footer-logo {
  margin: 0 5px 10px 5px;
}
.footer-main .container .footer-columns#footerColumnsTop .twt-awards-container, .footer-main .cms-section .boxed .footer-columns#footerColumnsTop .twt-awards-container, .cms-section .footer-main .boxed .footer-columns#footerColumnsTop .twt-awards-container {
  justify-content: center;
}
.footer-main .container .footer-columns#footerColumnsTop .twt-awards-container img, .footer-main .cms-section .boxed .footer-columns#footerColumnsTop .twt-awards-container img, .cms-section .footer-main .boxed .footer-columns#footerColumnsTop .twt-awards-container img {
  margin: 0 10px 20px 10px;
}
.footer-main .container .footer-columns#footerColumnsBottom, .footer-main .cms-section .boxed .footer-columns#footerColumnsBottom, .cms-section .footer-main .boxed .footer-columns#footerColumnsBottom {
  justify-content: space-around;
  text-align: center;
  color: #333333;
  background-color: #eef2f5;
  max-width: 1400px;
}
@media (min-width: 768px) {
  .footer-main .container .footer-columns#footerColumnsBottom, .footer-main .cms-section .boxed .footer-columns#footerColumnsBottom, .cms-section .footer-main .boxed .footer-columns#footerColumnsBottom {
    border-radius: 2px;
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .footer-main .container .footer-columns#footerColumnsBottom, .footer-main .cms-section .boxed .footer-columns#footerColumnsBottom, .cms-section .footer-main .boxed .footer-columns#footerColumnsBottom {
    margin-top: 20px;
  }
}
@media (min-width: 768px) {
  .footer-main .container .footer-columns#footerColumnsBottom, .footer-main .cms-section .boxed .footer-columns#footerColumnsBottom, .cms-section .footer-main .boxed .footer-columns#footerColumnsBottom {
    padding: 20px 0px 20px 0px;
  }
}
.footer-main .container .footer-columns#footerColumnsBottom a, .footer-main .cms-section .boxed .footer-columns#footerColumnsBottom a, .cms-section .footer-main .boxed .footer-columns#footerColumnsBottom a {
  color: #333333;
  text-decoration: underline;
}
.footer-main .container .footer-columns#footerColumnsBottom a:hover, .footer-main .cms-section .boxed .footer-columns#footerColumnsBottom a:hover, .cms-section .footer-main .boxed .footer-columns#footerColumnsBottom a:hover {
  color: #691448;
  text-decoration: none;
}
@media (min-width: 768px) {
  .footer-main .container .footer-columns#footerColumnsBottom .footer-column-headline, .footer-main .cms-section .boxed .footer-columns#footerColumnsBottom .footer-column-headline, .cms-section .footer-main .boxed .footer-columns#footerColumnsBottom .footer-column-headline {
    color: #691448;
    display: inline-block;
    border-bottom: 2px solid #691448;
    padding: 20px 0 0 0;
    margin: 0 0 20px 0;
  }
  .footer-main .container .footer-columns#footerColumnsBottom .footer-column-headline a, .footer-main .cms-section .boxed .footer-columns#footerColumnsBottom .footer-column-headline a, .cms-section .footer-main .boxed .footer-columns#footerColumnsBottom .footer-column-headline a {
    color: #691448;
  }
  .footer-main .container .footer-columns#footerColumnsBottom .footer-column-headline a:hover, .footer-main .cms-section .boxed .footer-columns#footerColumnsBottom .footer-column-headline a:hover, .cms-section .footer-main .boxed .footer-columns#footerColumnsBottom .footer-column-headline a:hover {
    color: #54103a;
  }
}
.footer-main .container .footer-columns#footerColumnsBottom .footer-column-content-inner, .footer-main .cms-section .boxed .footer-columns#footerColumnsBottom .footer-column-content-inner, .cms-section .footer-main .boxed .footer-columns#footerColumnsBottom .footer-column-content-inner {
  justify-content: center;
}
.footer-main .container .footer-columns#footerColumnsBottom .footer-column-content-inner .footer-logo, .footer-main .cms-section .boxed .footer-columns#footerColumnsBottom .footer-column-content-inner .footer-logo, .cms-section .footer-main .boxed .footer-columns#footerColumnsBottom .footer-column-content-inner .footer-logo {
  margin: 0 5px 10px 5px;
}
.footer-main .container .footer-columns#footerColumnsBottom .twt-awards-container, .footer-main .cms-section .boxed .footer-columns#footerColumnsBottom .twt-awards-container, .cms-section .footer-main .boxed .footer-columns#footerColumnsBottom .twt-awards-container {
  justify-content: center;
}
.footer-main .container .footer-columns#footerColumnsBottom .twt-awards-container img, .footer-main .cms-section .boxed .footer-columns#footerColumnsBottom .twt-awards-container img, .cms-section .footer-main .boxed .footer-columns#footerColumnsBottom .twt-awards-container img {
  margin: 0 10px 20px 10px;
}
.footer-main .container .footer-columns .footer-logos-column .footer-column-content-inner, .footer-main .cms-section .boxed .footer-columns .footer-logos-column .footer-column-content-inner, .cms-section .footer-main .boxed .footer-columns .footer-logos-column .footer-column-content-inner {
  display: flex;
  align-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  padding-bottom: 0;
}
.footer-main .footer-bottom {
  padding: 40px;
  font-size: 14px;
  font-size: 0.875rem;
  color: #666666;
  background-color: rgba(0, 0, 0, 0);
}
.footer-main .footer-bottom a {
  color: #666666;
}
.footer-main .footer-bottom a:hover {
  color: #333333;
}
.footer-main .footer-bottom .footer-service-menu {
  text-align: center;
}
@media (min-width: 768px) {
  .footer-main .footer-bottom .footer-service-menu {
    display: none;
  }
}
.footer-main .footer-bottom .footer-vat p {
  margin-bottom: 0;
}
/*
  _             _______ _____    _____                             _   _
 | |           |__   __/ ____|  |_   _|                           | | (_)
 | |__  _   _     | | | |   ______| |  _ __  _ __   _____   ____ _| |_ _  ___  _ __  ___
 | '_ \| | | |    | | | |  |______| | | '_ \| '_ \ / _ \ \ / / _` | __| |/ _ \| '_ \/ __|
 | |_) | |_| |    | | | |____    _| |_| | | | | | | (_) \ V / (_| | |_| | (_) | | | \__ \
 |_ __/ \__, |    |_|  \_____|  |_____|_| |_|_| |_|\___/ \_/ \__,_|\__|_|\___/|_| |_|___/
         __/ |
        |___/
*/
.footer-service-menu-link {
  padding: 0;
}
/* ThemeWare: Logos footer */
/*
    _____ _                __      __
   |_   _| |_  ___ _ __  __\ \    / /_ _ _ _ ___  (R)
     | | | ' \/ -_) '  \/ -_) \/\/ / _` | '_/ -_)
     |_| |_||_\___|_|_|_\___|\_/\_/\__,_|_| \___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: Main navigation
	==============================================
	Custom styling for main navigation on larger screens.
	Based on bootstrap nav:
	https://getbootstrap.com/docs/5.2/components/navs-tabs

	Origin: Shopware base & skin
*/
@media (min-width: 576px) {
  .nav-main {
    padding-bottom: 0px;
    background-color: #ffffff;
  }
  .nav-main .main-navigation-link {
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 600;
    height: 60px;
    text-transform: none;
  }
  .nav-main .main-navigation-link.home-link {
    color: #333333;
  }
  .nav-main .main-navigation-link.home-link.active {
    color: #691448;
  }
  .nav-main .main-navigation-link.home-link.active .icon {
    color: #691448;
  }
  .nav-main .main-navigation-link.home-link:hover {
    color: #691448;
  }
  .nav-main .main-navigation-link.home-link:hover .icon {
    color: #691448;
  }
  .nav-main .main-navigation-link.home-link .icon {
    color: #333333;
  }
  .nav-main .main-navigation-link:not(.home-link) {
    color: #333333;
  }
  .nav-main .main-navigation-link:not(.home-link).active {
    color: #691448;
  }
  .nav-main .main-navigation-link:not(.home-link).active .icon {
    color: #691448;
  }
  .nav-main .main-navigation-link:not(.home-link):hover {
    color: #691448;
  }
  .nav-main .main-navigation-link:not(.home-link):hover .icon {
    color: #691448;
  }
  .nav-main .main-navigation-link:not(.home-link) .icon {
    color: #333333;
  }
  .nav-main .main-navigation-link.highlighted {
    color: #ef2f3c;
  }
  .nav-main .main-navigation-link.highlighted.active {
    color: #ef2f3c;
  }
  .nav-main .main-navigation-link.highlighted.active .icon {
    color: #ef2f3c;
  }
  .nav-main .main-navigation-link.highlighted:hover {
    color: #feecee;
  }
  .nav-main .main-navigation-link.highlighted:hover .icon {
    color: #feecee;
  }
  .nav-main .main-navigation-link.highlighted .icon {
    color: #ef2f3c;
  }
  .nav-main .main-navigation-link.active {
    font-weight: 600;
  }
  .nav-main .main-navigation-link .icon {
    display: inline-block;
  }
  .nav-main .main-navigation-link .icon > svg {
    top: 0;
    margin-bottom: 2px;
  }
  .nav-main .main-navigation-link {
    line-height: 60px;
    transition: color 0.2s ease, background-color 0.2s ease;
  }
  .nav-main .main-navigation-link:first-of-type {
    margin-left: 0px;
  }
  .nav-main .main-navigation-link.home-link {
    padding: 0 17px;
    background-color: rgba(255, 255, 255, 0);
  }
  .nav-main .main-navigation-link.home-link.active {
    background-color: #ffffff;
  }
  .nav-main .main-navigation-link.home-link:hover {
    background-color: #eef2f5;
  }
  .nav-main .main-navigation-link:not(.home-link) {
    padding: 0 17px;
    background-color: rgba(255, 255, 255, 0);
  }
  .nav-main .main-navigation-link:not(.home-link).active {
    background-color: #ffffff;
  }
  .nav-main .main-navigation-link:not(.home-link):hover {
    background-color: #eef2f5;
  }
  .nav-main .main-navigation-link.highlighted {
    padding: 0 17px;
    background-color: rgba(255, 255, 255, 0);
  }
  .nav-main .main-navigation-link.highlighted.active {
    background-color: #ffffff;
  }
  .nav-main .main-navigation-link.highlighted:hover {
    background-color: #ef2f3c;
  }
  .nav-main .main-navigation-link .icon {
    transition: color 0.2s ease;
  }
  .nav-main .main-navigation-link .main-navigation-link-text {
    border-bottom: 0;
    padding-bottom: 0;
  }
  .nav-main a + div.main-navigation-link {
    margin-left: 0 !important;
  }
  body.is-sticky-nav-main .nav-main .main-navigation-menu {
    justify-content: center;
  }
  body:not(.is-sticky-nav-main) .nav-main .main-navigation-menu {
    justify-content: flex-start;
  }
}
/*
  _             _______ ____     _____                             _   _
 | |           |__   __/ ____|  |_   _|                           | | (_)
 | | _  _   _     | | | |   ______| |  _ __  _ __   _____   ____ _| |_ _  ___  _ __  ___
 | '_ \| | | |    | | | |  |______| | | '_ \|  _ \ / _ \ \ / / _  | __| |/ _ \| '_ \/ __|
 | |_) | |_| |    | | | |____    _| |_| | | | | | | (_) \ V / (_| | |_| | (_) | | | \__ \
 |_.__/ \__, |    |_|  \_____|  |_____|_| |_|_| |_|\___/ \_/ \__,_|\__|_|\___/|_| |_|___/
         __/ |
        |___/
*/
.nav-main div.main-navigation-link {
  cursor: default;
}
/*
    _____ _                __      __
   |_   _| |_  ___ _ __  __\ \    / /_ _ _ _ ___  (R)
     | | | ' \/ -_) '  \/ -_) \/\/ / _` | '_/ -_)
     |_| |_||_\___|_|_|_\___|\_/\_/\__,_|_| \___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: Navigation flyout
	==============================================
	Custom styling for navigation flyout which opens on hover over the main navigation.

	Origin: Shopware base & skin
*/
.navigation-flyouts {
  left: 0;
}
@media (min-width: 768px) {
  .navigation-flyouts {
    left: 0;
    right: 0;
    position: fixed;
  }
  .navigation-flyout {
    background-color: #eef2f5;
  }
  .navigation-flyout.is-open {
    animation: navFyloutFadeIn 0.3s ease-in-out;
  }
  .navigation-flyout .container, .navigation-flyout .cms-section .boxed, .cms-section .navigation-flyout .boxed {
    display: flex;
    flex-direction: column;
  }
  .navigation-flyout-bar {
    order: 2;
  }
  .navigation-flyout-content {
    order: 1;
  }
  .navigation-flyout-content {
    padding-top: 20px;
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }
  .navigation-flyout-close .icon {
    color: #691448;
  }
  .navigation-flyout-close:hover .icon {
    color: #333333;
  }
  .navigation-flyout-teaser-image {
    border-radius: 2px;
  }
  .navigation-flyout-categories .navigation-flyout-categories:not(.is-level-0) {
    margin-left: 20px;
  }
  .navigation-flyout-categories.is-level-0 > .navigation-flyout-col {
    margin-bottom: 10px;
    padding-left: 5px;
  }
  .navigation-flyout-categories.is-level-0 > .navigation-flyout-col::before {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 30px;
    left: 0;
    content: "›";
    color: #691448;
    border-left: none;
  }
  .navigation-flyout-link {
    margin: 0 10px;
    color: #333333;
  }
  .navigation-flyout-link.is-level-0 {
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: normal;
  }
  .navigation-flyout-link.is-level-0 img.navigation-flyout-teaser-image {
    border-radius: 2px;
  }
  .navigation-flyout-link.is-level-1 {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-size: 1rem;
  }
  .navigation-flyout-link:not(.is-level-0):not(.is-level-1) {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-size: 1rem;
  }
  a.navigation-flyout-link:hover {
    color: #691448;
  }
  div.navigation-flyout-link:hover {
    padding-left: 0;
    color: #333333;
  }
  .navigation-flyout-bar {
    margin-top: 20px;
    margin-right: 0;
    margin-bottom: 20px;
    margin-left: 0;
    padding: 0px 0;
    border-radius: 2px;
    background: #e3e8ec;
    margin-bottom: 0 !important;
  }
  .navigation-flyout-category-link .nav-link {
    font-size: 18px;
    font-size: 1.125rem;
    color: #691448;
  }
  .navigation-flyout-category-link .nav-link:hover {
    color: #333333;
  }
}
/*
.navigation-flyout-link {
	&:not(.is-level-0) {
		&:hover {
			padding-left: 0;
		}
	}

	&.is-level-0 {
		&:hover {
		}
	}

	&.is-level-1 {
		&:hover {
		}
	}

	&.is-level-2 {
		&:hover {
		}
	}

	&:hover {
	}
}
*/
/*
    _____ _                __      __
   |_   _| |_  ___ _ __  __\ \    / /_ _ _ _ ___  (R)
     | | | ' \/ -_) '  \/ -_) \/\/ / _` | '_/ -_)
     |_| |_||_\___|_|_|_\___|\_/\_/\__,_|_| \___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: Offcanvas cart
	==============================================
	Extends the basic offcanvas component with additional cart styles.

	Origin: Shopware base & skin

	@deprecated tag:v6.5.0 - Announcement:
	Bootstrap v5 comes with its own OffCanvas component.
	This SCSS file will be adjusted to build up upon Bootstraps OffCanvas styling.

	@see https://getbootstrap.com/docs/5.1/components/offcanvas
*/
.cart-offcanvas .icon-arrow-head-left {
  margin-right: 3px;
}
.cart-offcanvas .icon-arrow-head-left svg {
  top: 4px;
}
.offcanvas-cart-header-count {
  font-weight: 400;
}
.offcanvas-cart-items {
  margin: 15px 0 5px 0;
}
.offcanvas-summary {
  margin: 15px 0 5px 0;
}
.offcanvas-summary .offcanvas-shipping-preference:not(.offcanvas-shipping-preference--hidden) {
  margin: 5px -20px 0 -20px;
  padding: 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  background-color: rgba(0, 0, 0, 0.05);
}
.offcanvas-summary .offcanvas-shipping-preference:not(.offcanvas-shipping-preference--hidden) .custom-select.mt-2, .offcanvas-summary .offcanvas-shipping-preference:not(.offcanvas-shipping-preference--hidden) .form-select.mt-2 {
  margin-top: 0 !important;
}
.offcanvas-summary .offcanvas-shipping-info span {
  line-height: 1.1;
}
.offcanvas-summary .js-toggle-shipping-selection {
  text-decoration: none;
}
.offcanvas-summary .js-toggle-shipping-selection:hover {
  opacity: 0.7;
}
.offcanvas-cart-promotion-form input:first-of-type {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
/*
    _____ _                __      __
   |_   _| |_  ___ _ __  __\ \    / /_ _ _ _ ___  (R)
     | | | ' \/ -_) '  \/ -_) \/\/ / _` | '_/ -_)
     |_| |_||_\___|_|_|_\___|\_/\_/\__,_|_| \___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: Account menu
	==================================================
	Contains custom styles for the account menu which opens via click/touch on the avatar icon in the header section.
	The menu opens on smaller viewports inside an offcanvas and on larger viewports inside a bootstrap dropdown.

	Origin: Shopware base
*/
.account-menu .dropdown .dropdown-menu.account-menu-dropdown .account-menu-header {
  color: #111111;
  border-bottom: 1px solid #e0e0e0;
}
.account-menu .dropdown .dropdown-menu.account-menu-dropdown .account-menu-login {
  padding: 10px 0;
  border-bottom: 1px solid #e0e0e0;
}
.account-menu .dropdown .dropdown-menu.account-menu-dropdown .account-aside-list-group {
  padding: 10px 0;
}
.account-menu .dropdown .dropdown-menu.account-menu-dropdown .account-aside-list-group .list-group-item {
  background: none !important;
}
.account-menu .dropdown .dropdown-menu.account-menu-dropdown .account-aside-list-group .account-aside-item {
  padding: 3px 0;
}
.account-menu .dropdown .dropdown-menu.account-menu-dropdown .account-aside-footer {
  border-top: 1px solid #e0e0e0;
}
.account-menu .dropdown .dropdown-menu.account-menu-dropdown .account-aside-footer.account-guest-abort {
  border-top: none;
  padding-top: 0;
}
/*
    _____ _                __      __
   |_   _| |_  ___ _ __  __\ \    / /_ _ _ _ ___  (R)
     | | | ' \/ -_) '  \/ -_) \/\/ / _` | '_/ -_)
     |_| |_||_\___|_|_|_\___|\_/\_/\__,_|_| \___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: Search suggest
	==================================================
	Contains styles for the search suggest popover in the shop header.

	Origin: Shopware base & skin
*/
@media (max-width: 575.98px) {
  .search-suggest-container {
    overflow-x: scroll;
    height: calc(95vh - 160px);
  }
}
/*
    _____ _                __      __
   |_   _| |_  ___ _ __  __\ \    / /_ _ _ _ ___  (R)
     | | | ' \/ -_) '  \/ -_) \/\/ / _` | '_/ -_)
     |_| |_||_\___|_|_|_\___|\_/\_/\__,_|_| \___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: Cookie permission
	==============================================
	Shows a cookie permission alert at the bottom of the page.

	Origin: Shopware base
*/
/* @Konfiguration:
 * - animation
 * - width/max-width
 * - ..
 */
.cookie-permission-container {
  background-color: #ffffff;
  padding: 10px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  border-top: 1px solid #cccccc;
}
.cookie-permission-container .btn {
  outline: none;
  transition: none;
}
.cookie-permission-container .js-cookie-permission-button {
  display: inline-block;
  padding: 3px 1px;
}
.cookie-permission-container .js-cookie-permission-button .btn {
  color: #000;
  background-color: #C2C2c2;
  border-color: #C2C2c2;
  /*&.btn-secondary {
					color: color-contrast($twt-cookie-permission-deny-btn-background-color);
					background-color: $twt-cookie-permission-deny-btn-background-color;
					border-color: $twt-cookie-permission-deny-btn-background-color;

					&:hover {
						color: color-contrast($twt-cookie-permission-deny-btn-background-color);
						background-color: darken($twt-cookie-permission-deny-btn-background-color, 7.5%);
						border-color: darken($twt-cookie-permission-deny-btn-background-color, 10%);
					}
				}*/
  /*&.btn-outline-danger {
					color: $twt-cookie-permission-deny-btn-background-color;
					background-color: transparent;
					border-color: $twt-cookie-permission-deny-btn-background-color;

					&:hover {
						color: color-contrast($twt-cookie-permission-deny-btn-background-color);
						background-color: $twt-cookie-permission-deny-btn-background-color;
						border-color: $twt-cookie-permission-deny-btn-background-color;
					}
				}*/
}
.cookie-permission-container .js-cookie-permission-button .btn:hover {
  color: #000;
  background-color: #b3b3b3;
  border-color: #afafaf;
}
.cookie-permission-container .js-cookie-configuration-button {
  display: inline-block;
  padding: 3px 1px;
}
.cookie-permission-container .js-cookie-configuration-button .btn {
  color: #fff;
  background-color: #691448;
  border-color: #691448;
}
.cookie-permission-container .js-cookie-configuration-button .btn:hover {
  color: #fff;
  background-color: #611343;
  border-color: #5f1241;
}
.cookie-permission-container .js-cookie-accept-all-button {
  display: inline-block;
  padding: 3px 1px;
}
.cookie-permission-container .js-cookie-accept-all-button .btn {
  color: #fff;
  background-color: #691448;
  border-color: #691448;
}
.cookie-permission-container .js-cookie-accept-all-button .btn:hover {
  color: #fff;
  background-color: #611343;
  border-color: #5f1241;
}
.cookie-permission-content {
  color: #555555;
  /*.col, .col-md-auto {
			padding-left: 0;
			padding-right: 0;
		}*/
}
.cookie-permission-content a {
  color: #555555;
  text-decoration: underline;
}
.cookie-permission-content a:hover {
  text-decoration: none;
  opacity: 0.9;
}
/*
    _____ _                __      __
   |_   _| |_  ___ _ __  __\ \    / /_ _ _ _ ___  (R)
     | | | ' \/ -_) '  \/ -_) \/\/ / _` | '_/ -_)
     |_| |_||_\___|_|_|_\___|\_/\_/\__,_|_| \___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: Cookie configuration
	==============================================
	Offcanvas containing a list of cookies which need to be manually selected by the user.

	Origin: Shopware base
*/
.js-offcanvas-cookie-accept-all {
  width: 100%;
  margin-bottom: 10px;
}
/*
    _____ _                __      __
   |_   _| |_  ___ _ __  __\ \    / /_ _ _ _ ___  (R)
     | | | ' \/ -_) '  \/ -_) \/\/ / _` | '_/ -_)
     |_| |_||_\___|_|_|_\___|\_/\_/\__,_|_| \___|

    Copyright (c) TC-Innovations GmbH

    ThemeWare: Scroll up
    ==============================================
    Shows a scroll up button at the bottom right of the page.

	Origin: Shopware base
*/
.scroll-up-button .btn {
  --bs-btn-color: #ffffff;
  --bs-btn-bg: #691448;
  --bs-btn-border-color: #691448;
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: #691448;
  --bs-btn-hover-border-color: #691448;
  --bs-btn-focus-shadow-rgb: 128, 55, 99;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #54103a;
  --bs-btn-active-border-color: #4f0f36;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #691448;
  --bs-btn-disabled-border-color: #691448;
  width: 45px;
  height: 45px;
  text-overflow: unset;
  box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.3);
}
.scroll-up-button .btn .icon {
  color: #ffffff;
}
.scroll-up-button .btn .icon:hover {
  color: #ffffff;
}
/*
    _____ _                __      __
   |_   _| |_  ___ _ __  __\ \    / /_ _ _ _ ___  (R)
     | | | ' \/ -_) '  \/ -_) \/\/ / _` | '_/ -_)
     |_| |_||_\___|_|_|_\___|\_/\_/\__,_|_| \___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: Dropdown menu
	==================================================

	Origin: Bootstrap
*/
header .dropdown .dropdown-menu {
  font-size: 14px;
  font-size: 0.875rem;
  margin-top: 2px;
  color: #111111;
  border: 1px solid #e0e0e0;
  background-color: #ffffff;
}
header .dropdown .dropdown-menu a:not(.btn) {
  color: #111111;
}
header .dropdown .dropdown-menu a:not(.btn):hover {
  color: #691448;
}
header .dropdown .dropdown-menu a:not(.btn).active, header .dropdown .dropdown-menu a:not(.btn):active {
  background-color: inherit;
}
header .dropdown .dropdown-menu::before {
  position: absolute;
  top: -5px;
  display: block;
  width: 8px;
  height: 8px;
  content: "";
  transform: rotate(135deg);
  border-width: 0 0 1px 1px;
  border-style: solid;
  border-color: #e0e0e0;
  background: #ffffff;
}
header .dropdown .dropdown-menu[data-popper-placement="bottom-end"]::before {
  right: 20px;
}
header .dropdown .dropdown-menu[data-popper-placement="bottom-start"]::before {
  left: 20px;
}
header .dropdown .dropdown-menu .dropdown-item {
  line-height: 1.5;
  color: #111111;
}
header .dropdown .dropdown-menu .dropdown-item:hover {
  color: #691448;
}
header .dropdown .dropdown-menu .dropdown-item.active, header .dropdown .dropdown-menu .dropdown-item:active {
  background-color: inherit;
}
header .dropdown.show .top-bar-nav-btn {
  color: #555555;
}
header .dropdown.show .top-bar-nav-btn .icon {
  color: #555555;
}
.offcanvas .dropdown-menu .dropdown-item.active, .offcanvas .dropdown-menu .dropdown-item:active {
  color: inherit;
  background-color: inherit;
}
/*
    _____ _                __      __
   |_   _| |_  ___ _ __  __\ \    / /_ _ _ _ ___  (R)
     | | | ' \/ -_) '  \/ -_) \/\/ / _` | '_/ -_)
     |_| |_||_\___|_|_|_\___|\_/\_/\__,_|_| \___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: Footer minimal
	==================================================

	Origin: ..
*/
.footer-minimal {
  font-size: 14px;
  font-size: 0.875rem;
  padding: 20px;
  text-align: center;
  color: #b4b4b4;
  background-color: #555555;
}
.footer-minimal a {
  color: #b4b4b4;
}
.footer-minimal a:hover {
  color: #b4b4b4;
}
.footer-minimal .footer-vat p {
  margin-bottom: 0;
}
.footer-minimal .footer-service-menu {
  display: inline-block;
  margin: 0 auto;
  padding: 0 20px;
}
.footer-minimal .footer-service-menu a {
  color: #ffffff;
}
.footer-minimal .footer-service-menu a:hover {
  color: #ffffff;
}
.footer-minimal .footer-service-menu .footer-service-menu-item::after {
  border-color: #ffffff;
}
.footer-minimal .footer-copyright {
  padding-top: 20px;
  border-top: 1px solid #5d5d5d;
}
.footer-minimal .footer-bottom {
  background: none;
}
/*
    _____ _                __      __
   |_   _| |_  ___ _ __  __\ \    / /_ _ _ _ ___  (R)
     | | | ' \/ -_) '  \/ -_) \/\/ / _` | '_/ -_)
     |_| |_||_\___|_|_|_\___|\_/\_/\__,_|_| \___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: Mobile footer
	==================================================

	Origin: ..
*/
/* @TODO:
	- Shopware Vererbung prüfen...
	- "@include media-breakpoint-down(md) { // max 767.98px" entfernen...
*/
@media (max-width: 767.98px) {
  .footer-main .container .footer-columns, .footer-main .cms-section .boxed .footer-columns, .cms-section .footer-main .boxed .footer-columns {
    /* ThemeWare: mittlerer Bereich (= default) */
    /* ThemeWare: oberer Bereich */
    /* ThemeWare: unterer Bereich */
  }
  .footer-main .container .footer-columns .footer-column .footer-column-headline, .footer-main .cms-section .boxed .footer-columns .footer-column .footer-column-headline, .cms-section .footer-main .boxed .footer-columns .footer-column .footer-column-headline {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    cursor: pointer;
    text-transform: none;
    color: #691448;
  }
  .footer-main .container .footer-columns .footer-column .footer-column-headline a, .footer-main .cms-section .boxed .footer-columns .footer-column .footer-column-headline a, .cms-section .footer-main .boxed .footer-columns .footer-column .footer-column-headline a {
    color: #691448;
  }
  .footer-main .container .footer-columns .footer-column .footer-column-headline a:hover, .footer-main .cms-section .boxed .footer-columns .footer-column .footer-column-headline a:hover, .cms-section .footer-main .boxed .footer-columns .footer-column .footer-column-headline a:hover {
    color: #54103a;
  }
  .footer-main .container .footer-columns .footer-column .footer-column-headline .icon, .footer-main .cms-section .boxed .footer-columns .footer-column .footer-column-headline .icon, .cms-section .footer-main .boxed .footer-columns .footer-column .footer-column-headline .icon {
    color: #691448;
  }
  .footer-main .container .footer-columns .footer-column.permanent .footer-column-headline, .footer-main .cms-section .boxed .footer-columns .footer-column.permanent .footer-column-headline, .cms-section .footer-main .boxed .footer-columns .footer-column.permanent .footer-column-headline {
    cursor: auto;
  }
  .footer-main .container .footer-columns#footerColumns .footer-column.last, .footer-main .cms-section .boxed .footer-columns#footerColumns .footer-column.last, .cms-section .footer-main .boxed .footer-columns#footerColumns .footer-column.last {
    border-bottom: none;
  }
  .footer-main .container .footer-columns#footerColumnsTop .footer-column, .footer-main .cms-section .boxed .footer-columns#footerColumnsTop .footer-column, .cms-section .footer-main .boxed .footer-columns#footerColumnsTop .footer-column {
    border-bottom: 1px solid #C2C2c2;
  }
  .footer-main .container .footer-columns#footerColumnsTop .footer-column .footer-column-headline, .footer-main .cms-section .boxed .footer-columns#footerColumnsTop .footer-column .footer-column-headline, .cms-section .footer-main .boxed .footer-columns#footerColumnsTop .footer-column .footer-column-headline {
    cursor: pointer;
    color: #ffffff;
  }
  .footer-main .container .footer-columns#footerColumnsTop .footer-column .footer-column-headline a, .footer-main .cms-section .boxed .footer-columns#footerColumnsTop .footer-column .footer-column-headline a, .cms-section .footer-main .boxed .footer-columns#footerColumnsTop .footer-column .footer-column-headline a {
    color: #ffffff;
  }
  .footer-main .container .footer-columns#footerColumnsTop .footer-column .footer-column-headline a:hover, .footer-main .cms-section .boxed .footer-columns#footerColumnsTop .footer-column .footer-column-headline a:hover, .cms-section .footer-main .boxed .footer-columns#footerColumnsTop .footer-column .footer-column-headline a:hover {
    color: white;
  }
  .footer-main .container .footer-columns#footerColumnsTop .footer-column .footer-column-headline .icon, .footer-main .cms-section .boxed .footer-columns#footerColumnsTop .footer-column .footer-column-headline .icon, .cms-section .footer-main .boxed .footer-columns#footerColumnsTop .footer-column .footer-column-headline .icon {
    color: #ffffff;
  }
  .footer-main .container .footer-columns#footerColumnsTop .footer-column:not(.js-footer-column) .footer-column-headline, .footer-main .cms-section .boxed .footer-columns#footerColumnsTop .footer-column:not(.js-footer-column) .footer-column-headline, .cms-section .footer-main .boxed .footer-columns#footerColumnsTop .footer-column:not(.js-footer-column) .footer-column-headline {
    justify-content: center;
  }
  .footer-main .container .footer-columns#footerColumnsBottom .footer-column, .footer-main .cms-section .boxed .footer-columns#footerColumnsBottom .footer-column, .cms-section .footer-main .boxed .footer-columns#footerColumnsBottom .footer-column {
    border-bottom: 1px solid #C2C2c2;
  }
  .footer-main .container .footer-columns#footerColumnsBottom .footer-column .footer-column-headline, .footer-main .cms-section .boxed .footer-columns#footerColumnsBottom .footer-column .footer-column-headline, .cms-section .footer-main .boxed .footer-columns#footerColumnsBottom .footer-column .footer-column-headline {
    cursor: pointer;
    color: #691448;
  }
  .footer-main .container .footer-columns#footerColumnsBottom .footer-column .footer-column-headline a, .footer-main .cms-section .boxed .footer-columns#footerColumnsBottom .footer-column .footer-column-headline a, .cms-section .footer-main .boxed .footer-columns#footerColumnsBottom .footer-column .footer-column-headline a {
    color: #691448;
  }
  .footer-main .container .footer-columns#footerColumnsBottom .footer-column .footer-column-headline a:hover, .footer-main .cms-section .boxed .footer-columns#footerColumnsBottom .footer-column .footer-column-headline a:hover, .cms-section .footer-main .boxed .footer-columns#footerColumnsBottom .footer-column .footer-column-headline a:hover {
    color: #54103a;
  }
  .footer-main .container .footer-columns#footerColumnsBottom .footer-column .footer-column-headline .icon, .footer-main .cms-section .boxed .footer-columns#footerColumnsBottom .footer-column .footer-column-headline .icon, .cms-section .footer-main .boxed .footer-columns#footerColumnsBottom .footer-column .footer-column-headline .icon {
    color: #691448;
  }
  .footer-main .container .footer-columns#footerColumnsBottom .footer-column:not(.js-footer-column) .footer-column-headline, .footer-main .cms-section .boxed .footer-columns#footerColumnsBottom .footer-column:not(.js-footer-column) .footer-column-headline, .cms-section .footer-main .boxed .footer-columns#footerColumnsBottom .footer-column:not(.js-footer-column) .footer-column-headline {
    justify-content: center;
  }
}
/*
    _____ _                __      __
   |_   _| |_  ___ _ __  __\ \    / /_ _ _ _ ___  (R)
     | | | ' \/ -_) '  \/ -_) \/\/ / _` | '_/ -_)
     |_| |_||_\___|_|_|_\___|\_/\_/\__,_|_| \___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: Product detail
	==================================================

	Origin: Shopware base & skin
*/
body:not(.twt-is-cms-product-detail) .product-detail .product-detail-content {
  margin-bottom: 20px;
  border-radius: 2px;
  background-color: #ffffff;
}
body:not(.twt-is-cms-product-detail) .product-detail .product-detail-content .product-detail-headline {
  margin-bottom: 20px;
}
body:not(.twt-is-cms-product-detail) .product-detail .product-detail-content .product-detail-media .gallery-slider-thumbnails-item-inner {
  border-radius: 2px;
}
@media (min-width: 768px) {
  body:not(.twt-is-cms-product-detail) .product-detail .product-detail-content .product-detail-media .gallery-slider-row {
    margin-bottom: 0;
  }
  body:not(.twt-is-cms-product-detail) .product-detail .product-detail-content .product-detail-media .gallery-slider-row .gallery-slider-col {
    width: 100%;
    order: 1;
  }
  body:not(.twt-is-cms-product-detail) .product-detail .product-detail-content .product-detail-media .gallery-slider-row .gallery-slider-thumbnails-col {
    width: 100%;
    order: 2;
  }
  body:not(.twt-is-cms-product-detail) .product-detail .product-detail-content .product-detail-media .gallery-slider-row .gallery-slider-thumbnails-col .gallery-slider-thumbnails {
    margin-top: 10px;
  }
  body:not(.twt-is-cms-product-detail) .product-detail .product-detail-content .product-detail-media .gallery-slider-row .gallery-slider-thumbnails-col .gallery-slider-thumbnails .gallery-slider-thumbnails-item {
    height: auto;
    max-width: 120px;
  }
}
/*
    __             ____________     ____                             __  _
/ /_  __  __   /_  __/ ____/    /  _/___  ____  ____ _   ______ _/ /_(_)___  ____  _____
/ __ \/ / / /    / / / /  ______ / // __ \/ __ \/ __ \ | / / __  / __/ / __ \/ __ \/ ___/
/ /_/ / /_/ /    / / / /__/_____// // / / / / / / /_/ / |/ / /_/ / /_/ / /_/ / / / (__  )
/_ ___/\__, /    /_/  \____/    /___/_/ /_/_/ /_/\____/|___/\__,_/\__/_/\____/_/ /_/____/
    /____/
*/
.content-main > .container > .container-main > div.product-detail, .cms-section .content-main > .boxed > .container-main > div.product-detail {
  margin: 20px 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .product-detail-buy {
    margin-top: 10px;
  }
}
table.product-block-prices-table, table.product-block-prices-grid {
  margin-bottom: 3px;
}
.product-detail-tax-container .product-detail-tax-link {
  font-size: 12px;
  font-size: 0.75rem;
}
.product-detail-delivery-information {
  margin-bottom: 1.25rem;
}
.product-delivery-information p.delivery-information {
  margin-bottom: 2px;
}
/*
    _____ _                __      __
   |_   _| |_  ___ _ __  __\ \    / /_ _ _ _ ___  (R)
     | | | ' \/ -_) '  \/ -_) \/\/ / _` | '_/ -_)
     |_| |_||_\___|_|_|_\___|\_/\_/\__,_|_| \___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: Product detail/Tabs
	==================================================

	Origin: Shopware base & skin
*/
/*
	Standard/classic product detail pages
	- Fallback product detail pages (not cms pages!)
*/
body:not(.twt-is-cms-product-detail) .product-detail-tabs .product-detail-tab-navigation {
  background-color: #fafafa;
  border-top-left-radius: 4px;
  position: relative;
}
body:not(.twt-is-cms-product-detail) .product-detail-tabs:not(.product-detail-cross-selling) {
  margin-bottom: 20px;
  border-radius: 2px;
  background-color: #ffffff;
}
@media (max-width: 575.98px) {
  body:not(.twt-is-cms-product-detail) .product-detail-tabs .product-detail-tab-navigation {
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
  }
  body:not(.twt-is-cms-product-detail) .product-detail-tabs .product-detail-tab-navigation .product-detail-tab-navigation-list {
    padding-bottom: 0;
    border: 0;
  }
  body:not(.twt-is-cms-product-detail) .product-detail-tabs .product-detail-tab-navigation .product-detail-tab-navigation-list .nav-item:last-of-type a {
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
  }
  body:not(.twt-is-cms-product-detail) .product-detail-tabs:not(.product-detail-cross-selling) {
    padding-bottom: 0;
  }
}
body:not(.twt-is-cms-product-detail) .product-detail-tabs.product-detail-cross-selling {
  border-radius: 2px;
  background-color: #ffffff;
}
body:not(.twt-is-cms-product-detail) .product-detail-tabs.product-detail-cross-selling .card {
  margin-top: 0;
  padding: 0;
}
body:not(.twt-is-cms-product-detail) .product-detail-tabs.product-detail-cross-selling .product-slider.has-nav {
  padding-right: 0;
  padding-left: 0;
}
/*
    __             ____________     ____                             __  _
   / /_  __  __   /_  __/ ____/    /  _/___  ____  ____ _   ______ _/ /_( )___  ____  _____
  / __ \/ / / /    / / / /  ______ / // __ \/ __ \/ __ \ | / / __ `/ __/ / __ \/ __ \/ ___/
 / /_/ / /_/ /    / / / /__/_____// /  / / / / / / /_/ / |/ / /_/ / /_/ / /_/ / / / (_   )
/_.___/\__, /    /_/  \____/    /___/_/ /_/_/ /_/\____/|___/\__,_/\__/_/\____/_/ /_/____/
      /____/
*/
/*
	Shopware 6.4 cms product pages
	- Tabs on product pages as CMS element
*/
.twt-is-cms-product-detail .product-detail-cross-selling .card {
  margin-top: inherit;
}
.twt-is-cms-product-detail .cms-sections .cms-section .boxed > div.cms-block-product-description-reviews .product-detail-tabs-content {
  border: 1px solid rgba(238, 238, 238, 0);
  margin-left: -20px;
  margin-right: -20px;
  padding: 20px;
  background-color: #ffffff;
}
.twt-is-cms-product-detail .cms-sections .cms-section .boxed > div.cms-block-product-description-reviews:not(.bg-color) {
  border: none;
  background-color: transparent;
}
.twt-is-cms-product-detail .cms-sections .cms-section .boxed > div.cms-block-cross-selling .product-detail-tabs-content {
  border: 1px solid rgba(238, 238, 238, 0);
  margin-left: -20px;
  margin-right: -20px;
  padding: 20px;
  background-color: #ffffff;
}
.twt-is-cms-product-detail .cms-sections .cms-section .boxed > div.cms-block-cross-selling:not(.bg-color) {
  border: none;
  background-color: transparent;
}
.twt-is-cms-product-detail .cms-section:not(.cms-section-sidebar) .cms-block-container[style="padding: 20px 0 20px 0;"] {
  padding: 0 20px 20px 20px !important;
}
.twt-is-cms-product-detail .cms-section:not(.cms-section-sidebar) .cms-block-container[style="padding: 20px 0 20px 0;"] .product-detail-description-text {
  margin-bottom: 0;
}
.twt-is-cms-product-detail .cms-section.cms-section-sidebar .cms-block-container[style="padding: 20px 0 20px 0;"] {
  padding: 0 20px 20px 20px !important;
}
.twt-is-cms-product-detail .cms-section.cms-section-sidebar .cms-block-container[style="padding: 20px 0 20px 0;"] .product-detail-description-text {
  margin-bottom: 0;
}
.twt-is-cms-product-detail .card-header {
  padding: 0;
  position: relative;
  background-color: #fafafa;
  margin-left: -20px;
  margin-right: -20px;
  border-top-left-radius: 4px;
}
@media (max-width: 575.98px) {
  .twt-tab-navigation-link {
    font-weight: 600;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    border: 0;
    background: none;
  }
}
/*
    _____ _                __      __
   |_   _| |_  ___ _ __  __\ \    / /_ _ _ _ ___  (R)
     | | | ' \/ -_) '  \/ -_) \/\/ / _` | '_/ -_)
     |_| |_||_\___|_|_|_\___|\_/\_/\__,_|_| \___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: Account
	==================================================

	Origin: Shopware base
*/
.account-content .account-content-aside {
  padding-left: 0;
  border-right: 1px solid #C2C2c2;
}
.account-content .account-content-main {
  margin-right: auto;
  margin-left: auto;
}
.content-main > .container > .container-main > div.account-content, .cms-section .content-main > .boxed > .container-main > div.account-content {
  margin-right: 0;
  margin-left: 0;
}
/*
// ThemeWare:  Account > Payment / Container mobile padding
@include media-breakpoint-down(sm) { // max 575.98px
  .is-ctl-accountpayment,
  .is-act-paymentoverview {}
}
*/
/*
    _____ _                __      __
   |_   _| |_  ___ _ __  __\ \    / /_ _ _ _ ___  (R)
     | | | ' \/ -_) '  \/ -_) \/\/ / _` | '_/ -_)
     |_| |_||_\___|_|_|_\___|\_/\_/\__,_|_| \___|

    Copyright (c) TC-Innovations GmbH

    ThemeWare: Account/Login
    ==================================================

	Origin: Shopware base & skin
*/
@media (max-width: 575.98px) {
  .is-act-loginpage .content-main .container, .is-act-loginpage .content-main .cms-section .boxed, .cms-section .is-act-loginpage .content-main .boxed {
    padding-left: 8px;
    padding-right: 8px;
  }
  .is-act-loginpage .content-main .container .container-main > div:not(.search-page), .is-act-loginpage .content-main .cms-section .boxed .container-main > div:not(.search-page), .cms-section .is-act-loginpage .content-main .boxed .container-main > div:not(.search-page) {
    margin-top: 8px;
    padding: 8px;
  }
  .is-act-loginpage .content-main .container .container-main > div:not(.search-page) .row, .is-act-loginpage .content-main .cms-section .boxed .container-main > div:not(.search-page) .row, .cms-section .is-act-loginpage .content-main .boxed .container-main > div:not(.search-page) .row, .is-act-loginpage .content-main .container .container-main > div:not(.search-page) .account-content, .is-act-loginpage .content-main .container .container-main > div:not(.search-page) .is-act-cartpage .checkout .checkout-container, .is-act-cartpage .checkout .is-act-loginpage .content-main .container .container-main > div:not(.search-page) .checkout-container, .is-act-loginpage .content-main .container .container-main > div:not(.search-page) .is-act-checkoutregisterpage .checkout .checkout-container, .is-act-checkoutregisterpage .checkout .is-act-loginpage .content-main .container .container-main > div:not(.search-page) .checkout-container, .is-act-loginpage .content-main .container .container-main > div:not(.search-page) .is-act-confirmpage .checkout .checkout-container, .is-act-confirmpage .checkout .is-act-loginpage .content-main .container .container-main > div:not(.search-page) .checkout-container, .is-act-loginpage .content-main .container .container-main > div:not(.search-page) .is-ctl-accountorder .checkout .checkout-container, .is-ctl-accountorder .checkout .is-act-loginpage .content-main .container .container-main > div:not(.search-page) .checkout-container, .is-act-loginpage .content-main .container .container-main > div:not(.search-page) .is-act-finishpage .checkout .checkout-container, .is-act-finishpage .checkout .is-act-loginpage .content-main .container .container-main > div:not(.search-page) .checkout-container, .is-act-loginpage .content-main .container .container-main > div:not(.search-page) body.is-act-confirmpage .checkout .checkout-container, body.is-act-confirmpage .checkout .is-act-loginpage .content-main .container .container-main > div:not(.search-page) .checkout-container, .is-act-loginpage .content-main .cms-section .boxed .container-main > div:not(.search-page) .account-content, .is-act-loginpage .content-main .cms-section .boxed .container-main > div:not(.search-page) .is-act-cartpage .checkout .checkout-container, .is-act-cartpage .checkout .is-act-loginpage .content-main .cms-section .boxed .container-main > div:not(.search-page) .checkout-container, .is-act-loginpage .content-main .cms-section .boxed .container-main > div:not(.search-page) .is-act-checkoutregisterpage .checkout .checkout-container, .is-act-checkoutregisterpage .checkout .is-act-loginpage .content-main .cms-section .boxed .container-main > div:not(.search-page) .checkout-container, .is-act-loginpage .content-main .cms-section .boxed .container-main > div:not(.search-page) .is-act-confirmpage .checkout .checkout-container, .is-act-confirmpage .checkout .is-act-loginpage .content-main .cms-section .boxed .container-main > div:not(.search-page) .checkout-container, .is-act-loginpage .content-main .cms-section .boxed .container-main > div:not(.search-page) .is-ctl-accountorder .checkout .checkout-container, .is-ctl-accountorder .checkout .is-act-loginpage .content-main .cms-section .boxed .container-main > div:not(.search-page) .checkout-container, .is-act-loginpage .content-main .cms-section .boxed .container-main > div:not(.search-page) .is-act-finishpage .checkout .checkout-container, .is-act-finishpage .checkout .is-act-loginpage .content-main .cms-section .boxed .container-main > div:not(.search-page) .checkout-container, .is-act-loginpage .content-main .cms-section .boxed .container-main > div:not(.search-page) body.is-act-confirmpage .checkout .checkout-container, body.is-act-confirmpage .checkout .is-act-loginpage .content-main .cms-section .boxed .container-main > div:not(.search-page) .checkout-container {
    margin-right: -8px;
    margin-left: -8px;
  }
  .is-act-loginpage .content-main .container .container-main > div:not(.search-page) .row > div, .is-act-loginpage .content-main .cms-section .boxed .container-main > div:not(.search-page) .row > div, .cms-section .is-act-loginpage .content-main .boxed .container-main > div:not(.search-page) .row > div, .is-act-loginpage .content-main .container .container-main > div:not(.search-page) .account-content > div, .is-act-loginpage .content-main .container .container-main > div:not(.search-page) .is-act-cartpage .checkout .checkout-container > div, .is-act-cartpage .checkout .is-act-loginpage .content-main .container .container-main > div:not(.search-page) .checkout-container > div, .is-act-loginpage .content-main .container .container-main > div:not(.search-page) .is-act-checkoutregisterpage .checkout .checkout-container > div, .is-act-checkoutregisterpage .checkout .is-act-loginpage .content-main .container .container-main > div:not(.search-page) .checkout-container > div, .is-act-loginpage .content-main .container .container-main > div:not(.search-page) .is-act-confirmpage .checkout .checkout-container > div, .is-act-confirmpage .checkout .is-act-loginpage .content-main .container .container-main > div:not(.search-page) .checkout-container > div, .is-act-loginpage .content-main .container .container-main > div:not(.search-page) .is-ctl-accountorder .checkout .checkout-container > div, .is-ctl-accountorder .checkout .is-act-loginpage .content-main .container .container-main > div:not(.search-page) .checkout-container > div, .is-act-loginpage .content-main .container .container-main > div:not(.search-page) .is-act-finishpage .checkout .checkout-container > div, .is-act-finishpage .checkout .is-act-loginpage .content-main .container .container-main > div:not(.search-page) .checkout-container > div, .is-act-loginpage .content-main .container .container-main > div:not(.search-page) body.is-act-confirmpage .checkout .checkout-container > div, body.is-act-confirmpage .checkout .is-act-loginpage .content-main .container .container-main > div:not(.search-page) .checkout-container > div, .is-act-loginpage .content-main .cms-section .boxed .container-main > div:not(.search-page) .account-content > div, .is-act-loginpage .content-main .cms-section .boxed .container-main > div:not(.search-page) .is-act-cartpage .checkout .checkout-container > div, .is-act-cartpage .checkout .is-act-loginpage .content-main .cms-section .boxed .container-main > div:not(.search-page) .checkout-container > div, .is-act-loginpage .content-main .cms-section .boxed .container-main > div:not(.search-page) .is-act-checkoutregisterpage .checkout .checkout-container > div, .is-act-checkoutregisterpage .checkout .is-act-loginpage .content-main .cms-section .boxed .container-main > div:not(.search-page) .checkout-container > div, .is-act-loginpage .content-main .cms-section .boxed .container-main > div:not(.search-page) .is-act-confirmpage .checkout .checkout-container > div, .is-act-confirmpage .checkout .is-act-loginpage .content-main .cms-section .boxed .container-main > div:not(.search-page) .checkout-container > div, .is-act-loginpage .content-main .cms-section .boxed .container-main > div:not(.search-page) .is-ctl-accountorder .checkout .checkout-container > div, .is-ctl-accountorder .checkout .is-act-loginpage .content-main .cms-section .boxed .container-main > div:not(.search-page) .checkout-container > div, .is-act-loginpage .content-main .cms-section .boxed .container-main > div:not(.search-page) .is-act-finishpage .checkout .checkout-container > div, .is-act-finishpage .checkout .is-act-loginpage .content-main .cms-section .boxed .container-main > div:not(.search-page) .checkout-container > div, .is-act-loginpage .content-main .cms-section .boxed .container-main > div:not(.search-page) body.is-act-confirmpage .checkout .checkout-container > div, body.is-act-confirmpage .checkout .is-act-loginpage .content-main .cms-section .boxed .container-main > div:not(.search-page) .checkout-container > div {
    padding-left: 8px;
    padding-right: 8px;
  }
  .is-act-recoveraccountform .content-main .container, .is-act-recoveraccountform .content-main .cms-section .boxed, .cms-section .is-act-recoveraccountform .content-main .boxed {
    padding-left: 8px;
    padding-right: 8px;
  }
  .is-act-recoveraccountform .content-main .container .container-main > div:not(.search-page), .is-act-recoveraccountform .content-main .cms-section .boxed .container-main > div:not(.search-page), .cms-section .is-act-recoveraccountform .content-main .boxed .container-main > div:not(.search-page) {
    margin-left: -8px;
    margin-right: -8px;
  }
  .is-act-recoveraccountform .content-main .container .container-main > div:not(.search-page) > div, .is-act-recoveraccountform .content-main .cms-section .boxed .container-main > div:not(.search-page) > div, .cms-section .is-act-recoveraccountform .content-main .boxed .container-main > div:not(.search-page) > div {
    padding-left: 8px;
    padding-right: 8px;
  }
}
/*
    _____ _                __      __
   |_   _| |_  ___ _ __  __\ \    / /_ _ _ _ ___  (R)
     | | | ' \/ -_) '  \/ -_) \/\/ / _` | '_/ -_)
     |_| |_||_\___|_|_|_\___|\_/\_/\__,_|_| \___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: Checkout/Aside
	==================================================

	Origin: Shopware base & skin
*/
.checkout-aside .checkout-aside-summary {
  margin-top: 20px;
  border-radius: 2px;
}
.checkout-aside .checkout-aside-summary-label:not(.checkout-aside-summary-total) {
  font-size: 0.875rem;
}
.checkout-aside .checkout-aside-summary-label.checkout-aside-summary-total {
  font-size: 1rem;
}
.checkout-aside .checkout-aside-summary-value:not(.checkout-aside-summary-total) {
  font-size: 0.875rem;
}
.checkout-aside .checkout-aside-summary-value.checkout-aside-summary-total {
  font-size: 1rem;
}
.checkout-aside .checkout-aside-add-code input[name="code"] {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.checkout-aside .checkout-aside-item-data {
  font-size: 0.875rem;
}
.product-feature-feature {
  font-size: 0.75rem;
}
/*
    _____ _                __      __
   |_   _| |_  ___ _ __  __\ \    / /_ _ _ _ ___  (R)
     | | | ' \/ -_) '  \/ -_) \/\/ / _` | '_/ -_)
     |_| |_||_\___|_|_|_\___|\_/\_/\__,_|_| \___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: Checkout/Cart
	==================================================

	Origin: Shopware base & skin
*/
.cart-add-product-container input#addProductInput {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.cart-item-details .cart-item-ordernumber {
  font-size: 12px;
  font-size: 0.75rem;
}
@media (max-width: 575.98px) {
  .is-act-cartpage .content-main .container, .is-act-cartpage .content-main .cms-section .boxed, .cms-section .is-act-cartpage .content-main .boxed {
    padding-left: 8px;
    padding-right: 8px;
  }
  .is-act-cartpage .content-main .container .container-main > div:not(.search-page), .is-act-cartpage .content-main .cms-section .boxed .container-main > div:not(.search-page), .cms-section .is-act-cartpage .content-main .boxed .container-main > div:not(.search-page) {
    margin-top: 8px;
  }
  .is-act-cartpage .content-main .container .container-main > div:not(.search-page) .checkout-container, .is-act-cartpage .content-main .cms-section .boxed .container-main > div:not(.search-page) .checkout-container, .cms-section .is-act-cartpage .content-main .boxed .container-main > div:not(.search-page) .checkout-container {
    margin-right: -8px;
    margin-left: -8px;
  }
  .is-act-cartpage .content-main .container .container-main > div:not(.search-page) .checkout-container .checkout-main, .is-act-cartpage .content-main .cms-section .boxed .container-main > div:not(.search-page) .checkout-container .checkout-main, .cms-section .is-act-cartpage .content-main .boxed .container-main > div:not(.search-page) .checkout-container .checkout-main {
    padding-right: 8px;
    padding-left: 8px;
    width: calc(100% - 3px);
  }
  .is-act-cartpage .content-main .container .container-main > div:not(.search-page) .checkout-container .checkout-aside, .is-act-cartpage .content-main .cms-section .boxed .container-main > div:not(.search-page) .checkout-container .checkout-aside, .cms-section .is-act-cartpage .content-main .boxed .container-main > div:not(.search-page) .checkout-container .checkout-aside {
    padding-right: 8px;
    padding-left: 8px;
    width: calc(100% - 3px);
  }
}
body.is-act-cartpage .checkout .checkout-aside-container {
  top: 30px;
}
/*
    _____ _                __      __
   |_   _| |_  ___ _ __  __\ \    / /_ _ _ _ ___  (R)
     | | | ' \/ -_) '  \/ -_) \/\/ / _` | '_/ -_)
     |_| |_||_\___|_|_|_\___|\_/\_/\__,_|_| \___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: Checkout/Register
	==================================================

	Origin: Shopware base
*/
@media (max-width: 575.98px) {
  .is-act-checkoutregisterpage .content-main .container, .is-act-checkoutregisterpage .content-main .cms-section .boxed, .cms-section .is-act-checkoutregisterpage .content-main .boxed {
    padding-left: 8px;
    padding-right: 8px;
  }
  .is-act-checkoutregisterpage .content-main .container .container-main > div:not(.search-page), .is-act-checkoutregisterpage .content-main .cms-section .boxed .container-main > div:not(.search-page), .cms-section .is-act-checkoutregisterpage .content-main .boxed .container-main > div:not(.search-page) {
    margin-top: 8px;
  }
  .is-act-checkoutregisterpage .content-main .container .container-main > div:not(.search-page) .checkout-container, .is-act-checkoutregisterpage .content-main .cms-section .boxed .container-main > div:not(.search-page) .checkout-container, .cms-section .is-act-checkoutregisterpage .content-main .boxed .container-main > div:not(.search-page) .checkout-container {
    margin-right: -8px;
    margin-left: -8px;
  }
  .is-act-checkoutregisterpage .content-main .container .container-main > div:not(.search-page) .checkout-container .checkout-main, .is-act-checkoutregisterpage .content-main .cms-section .boxed .container-main > div:not(.search-page) .checkout-container .checkout-main, .cms-section .is-act-checkoutregisterpage .content-main .boxed .container-main > div:not(.search-page) .checkout-container .checkout-main {
    padding-right: 8px;
    padding-left: 8px;
  }
}
/*
    _____ _                __      __
   |_   _| |_  ___ _ __  __\ \    / /_ _ _ _ ___  (R)
     | | | ' \/ -_) '  \/ -_) \/\/ / _` | '_/ -_)
     |_| |_||_\___|_|_|_\___|\_/\_/\__,_|_| \___|

    Copyright (c) TC-Innovations GmbH

    ThemeWare: Checkout/Confirm
    ==================================================

	Origin: Shopware base & skin
*/
@media (max-width: 575.98px) {
  .is-act-confirmpage .content-main .container, .is-act-confirmpage .content-main .cms-section .boxed, .cms-section .is-act-confirmpage .content-main .boxed, .is-ctl-accountorder .content-main .container, .is-ctl-accountorder .content-main .cms-section .boxed, .cms-section .is-ctl-accountorder .content-main .boxed {
    padding-left: 8px;
    padding-right: 8px;
  }
  .is-act-confirmpage .content-main .container .container-main > div:not(.search-page), .is-act-confirmpage .content-main .cms-section .boxed .container-main > div:not(.search-page), .cms-section .is-act-confirmpage .content-main .boxed .container-main > div:not(.search-page), .is-ctl-accountorder .content-main .container .container-main > div:not(.search-page), .is-ctl-accountorder .content-main .cms-section .boxed .container-main > div:not(.search-page), .cms-section .is-ctl-accountorder .content-main .boxed .container-main > div:not(.search-page) {
    margin-top: 8px;
  }
  .is-act-confirmpage .content-main .container .container-main > div:not(.search-page) .checkout-container, .is-act-confirmpage .content-main .cms-section .boxed .container-main > div:not(.search-page) .checkout-container, .cms-section .is-act-confirmpage .content-main .boxed .container-main > div:not(.search-page) .checkout-container, .is-ctl-accountorder .content-main .container .container-main > div:not(.search-page) .checkout-container, .is-ctl-accountorder .content-main .cms-section .boxed .container-main > div:not(.search-page) .checkout-container, .cms-section .is-ctl-accountorder .content-main .boxed .container-main > div:not(.search-page) .checkout-container {
    margin-right: -8px;
    margin-left: -8px;
  }
  .is-act-confirmpage .content-main .container .container-main > div:not(.search-page) .checkout-container .checkout-main, .is-act-confirmpage .content-main .cms-section .boxed .container-main > div:not(.search-page) .checkout-container .checkout-main, .cms-section .is-act-confirmpage .content-main .boxed .container-main > div:not(.search-page) .checkout-container .checkout-main, .is-ctl-accountorder .content-main .container .container-main > div:not(.search-page) .checkout-container .checkout-main, .is-ctl-accountorder .content-main .cms-section .boxed .container-main > div:not(.search-page) .checkout-container .checkout-main, .cms-section .is-ctl-accountorder .content-main .boxed .container-main > div:not(.search-page) .checkout-container .checkout-main {
    padding-right: 8px;
    padding-left: 8px;
    width: calc(100% - 3px);
  }
  .is-act-confirmpage .content-main .container .container-main > div:not(.search-page) .checkout-container .checkout-aside, .is-act-confirmpage .content-main .cms-section .boxed .container-main > div:not(.search-page) .checkout-container .checkout-aside, .cms-section .is-act-confirmpage .content-main .boxed .container-main > div:not(.search-page) .checkout-container .checkout-aside, .is-ctl-accountorder .content-main .container .container-main > div:not(.search-page) .checkout-container .checkout-aside, .is-ctl-accountorder .content-main .cms-section .boxed .container-main > div:not(.search-page) .checkout-container .checkout-aside, .cms-section .is-ctl-accountorder .content-main .boxed .container-main > div:not(.search-page) .checkout-container .checkout-aside {
    padding-right: 8px;
    padding-left: 8px;
    width: calc(100% - 3px);
  }
}
body.is-act-confirmpage .checkout .checkout-main {
  margin-bottom: 1.5rem;
}
body.is-act-confirmpage .checkout .checkout-additional {
  margin-bottom: 1.5rem;
  order: 2;
}
body.is-act-confirmpage .checkout .checkout-aside {
  order: 1;
}
body.is-act-confirmpage .checkout .checkout-aside-container {
  position: sticky;
  top: 30px;
  z-index: 1;
}
/*
    _____ _                __      __
   |_   _| |_  ___ _ __  __\ \    / /_ _ _ _ ___  (R)
     | | | ' \/ -_) '  \/ -_) \/\/ / _` | '_/ -_)
     |_| |_||_\___|_|_|_\___|\_/\_/\__,_|_| \___|

    Copyright (c) TC-Innovations GmbH

    ThemeWare: Newsletter
    ==================================================

	Origin: Shopware base & skin
*/
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __| (R)
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare
	==================================================

*/
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __| (R)
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: Anchor
	==================================================
    Element to jump to a specific part of a page.
    With a small offset to allow for sticky navigation.

    <div id="#twt-anchor"></div>
*/
.twt-anchor {
  position: absolute;
  margin-top: -80px;
}
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___  (R)
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __|
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare CSS animations
	==================================================

*/
@-webkit-keyframes stickynavFyloutFadeInDown {
  0% {
    -webkit-transform: translateY(-300px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@keyframes stickynavFyloutFadeInDown {
  0% {
    transform: translateY(-300px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes navFyloutFadeInOpacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes floatingWidgetWobbleLeft {
  0% {
    left: -400px;
  }
  50% {
    left: -394px;
  }
  100% {
    left: -400px;
  }
}
@keyframes floatingWidgetWobbleRight {
  0% {
    right: -400px;
  }
  50% {
    right: -396px;
  }
  100% {
    right: -400px;
  }
}
@keyframes navFyloutFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes modalZoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes modalZoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
/*
  _             _____ ____     ___                             _   _
 | |__  _   _  |_   _/ ___|   |_ _|_ __  _ __   _____   ____ _| |_(_) ___  _ __  ___
 | '_ \| | | |   | || |   _____| || '_ \| '_ \ / _ \ \ / / _  | __| |/ _ \| '_ \/ __|
 | |_) | |_| |   | || |__|_____| || | | | | | | (_) \ V / (_| | |_| | (_) | | | \__ \
 |_.__/ \__, |   |_| \____|   |___|_| |_|_| |_|\___/ \_/ \__,_|\__|_|\___/|_| |_|___/
        |___/
*/
.twt-animate {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
/*@if $twt-cms-animations-more == 2 {
  @-webkit-keyframes backOutDown {
    0% {
      -webkit-transform: scale(1);
      transform: scale(1);
      opacity: 1;
    }

    20% {
      -webkit-transform: translateY(0px) scale(0.7);
      transform: translateY(0px) scale(0.7);
      opacity: 0.7;
    }

    100% {
      -webkit-transform: translateY(700px) scale(0.7);
      transform: translateY(700px) scale(0.7);
      opacity: 0.7;
    }
  }
  @keyframes backOutDown {
    0% {
      -webkit-transform: scale(1);
      transform: scale(1);
      opacity: 1;
    }

    20% {
      -webkit-transform: translateY(0px) scale(0.7);
      transform: translateY(0px) scale(0.7);
      opacity: 0.7;
    }

    100% {
      -webkit-transform: translateY(700px) scale(0.7);
      transform: translateY(700px) scale(0.7);
      opacity: 0.7;
    }
  }

  @-webkit-keyframes backOutLeft {
    0% {
      -webkit-transform: scale(1);
      transform: scale(1);
      opacity: 1;
    }

    20% {
      -webkit-transform: translateX(0px) scale(0.7);
      transform: translateX(0px) scale(0.7);
      opacity: 0.7;
    }

    100% {
      -webkit-transform: translateX(-2000px) scale(0.7);
      transform: translateX(-2000px) scale(0.7);
      opacity: 0.7;
    }
  }
  @keyframes backOutLeft {
    0% {
      -webkit-transform: scale(1);
      transform: scale(1);
      opacity: 1;
    }

    20% {
      -webkit-transform: translateX(0px) scale(0.7);
      transform: translateX(0px) scale(0.7);
      opacity: 0.7;
    }

    100% {
      -webkit-transform: translateX(-2000px) scale(0.7);
      transform: translateX(-2000px) scale(0.7);
      opacity: 0.7;
    }
  }

  @-webkit-keyframes backOutRight {
    0% {
      -webkit-transform: scale(1);
      transform: scale(1);
      opacity: 1;
    }

    20% {
      -webkit-transform: translateX(0px) scale(0.7);
      transform: translateX(0px) scale(0.7);
      opacity: 0.7;
    }

    100% {
      -webkit-transform: translateX(2000px) scale(0.7);
      transform: translateX(2000px) scale(0.7);
      opacity: 0.7;
    }
  }
  @keyframes backOutRight {
    0% {
      -webkit-transform: scale(1);
      transform: scale(1);
      opacity: 1;
    }

    20% {
      -webkit-transform: translateX(0px) scale(0.7);
      transform: translateX(0px) scale(0.7);
      opacity: 0.7;
    }

    100% {
      -webkit-transform: translateX(2000px) scale(0.7);
      transform: translateX(2000px) scale(0.7);
      opacity: 0.7;
    }
  }

  @-webkit-keyframes backOutUp {
    0% {
      -webkit-transform: scale(1);
      transform: scale(1);
      opacity: 1;
    }

    20% {
      -webkit-transform: translateY(0px) scale(0.7);
      transform: translateY(0px) scale(0.7);
      opacity: 0.7;
    }

    100% {
      -webkit-transform: translateY(-700px) scale(0.7);
      transform: translateY(-700px) scale(0.7);
      opacity: 0.7;
    }
  }
  @keyframes backOutUp {
    0% {
      -webkit-transform: scale(1);
      transform: scale(1);
      opacity: 1;
    }

    20% {
      -webkit-transform: translateY(0px) scale(0.7);
      transform: translateY(0px) scale(0.7);
      opacity: 0.7;
    }

    100% {
      -webkit-transform: translateY(-700px) scale(0.7);
      transform: translateY(-700px) scale(0.7);
      opacity: 0.7;
    }
  }
}*/
/*
  _             _____ ____     ___                             _   _
 | |__  _   _  |_   _/ ___|   |_ _|_ __  _ __   _____   ____ _| |_(_) ___  _ __   ___
 | '_ \| | | |   | || |   _____| || '_ \| '_ \ / _ \ \ / / _  | __| |/ _ \| ,_ \/ __|
 | |_) | |_| |   | || |__|_____| || | | | | | | (_) \ V / (_| | |_| | (_) | | | \__ \
 |_.__/ \__, |   |_| \____|   |___|_| |_|_| |_|\___/ \_/ \__,_|\__|_|\___/|_| |_|___/
        |___/
*/
/*@if $twt-cms-animations-more == 2 {
  @-webkit-keyframes bounceOut {
    20% {
      -webkit-transform: scale3d(0.9, 0.9, 0.9);
      transform: scale3d(0.9, 0.9, 0.9);
    }

    50%,
    55% {
      opacity: 1;
      -webkit-transform: scale3d(1.1, 1.1, 1.1);
      transform: scale3d(1.1, 1.1, 1.1);
    }

    to {
      opacity: 0;
      -webkit-transform: scale3d(0.3, 0.3, 0.3);
      transform: scale3d(0.3, 0.3, 0.3);
    }
  }
  @keyframes bounceOut {
    20% {
      -webkit-transform: scale3d(0.9, 0.9, 0.9);
      transform: scale3d(0.9, 0.9, 0.9);
    }

    50%,
    55% {
      opacity: 1;
      -webkit-transform: scale3d(1.1, 1.1, 1.1);
      transform: scale3d(1.1, 1.1, 1.1);
    }

    to {
      opacity: 0;
      -webkit-transform: scale3d(0.3, 0.3, 0.3);
      transform: scale3d(0.3, 0.3, 0.3);
    }
  }

  @-webkit-keyframes bounceOutDown {
    20% {
      -webkit-transform: translate3d(0, 10px, 0) scaleY(0.985);
      transform: translate3d(0, 10px, 0) scaleY(0.985);
    }

    40%,
    45% {
      opacity: 1;
      -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
      transform: translate3d(0, -20px, 0) scaleY(0.9);
    }

    to {
      opacity: 0;
      -webkit-transform: translate3d(0, 2000px, 0) scaleY(3);
      transform: translate3d(0, 2000px, 0) scaleY(3);
    }
  }
  @keyframes bounceOutDown {
    20% {
      -webkit-transform: translate3d(0, 10px, 0) scaleY(0.985);
      transform: translate3d(0, 10px, 0) scaleY(0.985);
    }

    40%,
    45% {
      opacity: 1;
      -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
      transform: translate3d(0, -20px, 0) scaleY(0.9);
    }

    to {
      opacity: 0;
      -webkit-transform: translate3d(0, 2000px, 0) scaleY(3);
      transform: translate3d(0, 2000px, 0) scaleY(3);
    }
  }

  @-webkit-keyframes bounceOutLeft {
    20% {
      opacity: 1;
      -webkit-transform: translate3d(20px, 0, 0) scaleX(0.9);
      transform: translate3d(20px, 0, 0) scaleX(0.9);
    }

    to {
      opacity: 0;
      -webkit-transform: translate3d(-2000px, 0, 0) scaleX(2);
      transform: translate3d(-2000px, 0, 0) scaleX(2);
    }
  }
  @keyframes bounceOutLeft {
    20% {
      opacity: 1;
      -webkit-transform: translate3d(20px, 0, 0) scaleX(0.9);
      transform: translate3d(20px, 0, 0) scaleX(0.9);
    }

    to {
      opacity: 0;
      -webkit-transform: translate3d(-2000px, 0, 0) scaleX(2);
      transform: translate3d(-2000px, 0, 0) scaleX(2);
    }
  }

  @-webkit-keyframes bounceOutRight {
    20% {
      opacity: 1;
      -webkit-transform: translate3d(-20px, 0, 0) scaleX(0.9);
      transform: translate3d(-20px, 0, 0) scaleX(0.9);
    }

    to {
      opacity: 0;
      -webkit-transform: translate3d(2000px, 0, 0) scaleX(2);
      transform: translate3d(2000px, 0, 0) scaleX(2);
    }
  }
  @keyframes bounceOutRight {
    20% {
      opacity: 1;
      -webkit-transform: translate3d(-20px, 0, 0) scaleX(0.9);
      transform: translate3d(-20px, 0, 0) scaleX(0.9);
    }

    to {
      opacity: 0;
      -webkit-transform: translate3d(2000px, 0, 0) scaleX(2);
      transform: translate3d(2000px, 0, 0) scaleX(2);
    }
  }

  @-webkit-keyframes bounceOutUp {
    20% {
      -webkit-transform: translate3d(0, -10px, 0) scaleY(0.985);
      transform: translate3d(0, -10px, 0) scaleY(0.985);
    }

    40%,
    45% {
      opacity: 1;
      -webkit-transform: translate3d(0, 20px, 0) scaleY(0.9);
      transform: translate3d(0, 20px, 0) scaleY(0.9);
    }

    to {
      opacity: 0;
      -webkit-transform: translate3d(0, -2000px, 0) scaleY(3);
      transform: translate3d(0, -2000px, 0) scaleY(3);
    }
  }
  @keyframes bounceOutUp {
    20% {
      -webkit-transform: translate3d(0, -10px, 0) scaleY(0.985);
      transform: translate3d(0, -10px, 0) scaleY(0.985);
    }

    40%,
    45% {
      opacity: 1;
      -webkit-transform: translate3d(0, 20px, 0) scaleY(0.9);
      transform: translate3d(0, 20px, 0) scaleY(0.9);
    }

    to {
      opacity: 0;
      -webkit-transform: translate3d(0, -2000px, 0) scaleY(3);
      transform: translate3d(0, -2000px, 0) scaleY(3);
    }
  }
}*/
/*
  _             _____ ____     ___                             _   _
 | |__  _   _  |_   _/ ___|   |_ _|_ __  _ __   _____   ____ _| |_(_) ___  _ __  ___
 | '_ \| | | |   | || |   _____| || '_ \| '_ \ / _ \ \ / / _  | __| |/ _ \|  _ \/ __|
 | |_) | |_| |   | || |__|_____| || | | | | | | (_) \ V / (_| | |_| | (_) | | | \__ \
 |_.__/ \__  |   |_| \____|   |___|_| |_|_| |_|\___/ \_/ \__,_|\__|_|\___/|_| |_|___/
        |___/
*/
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.twt-fade-in:not(.twt-cms-animation) {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.twt-fade-in-down:not(.twt-cms-animation) {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
/*@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}*/
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.twt-fade-in-left:not(.twt-cms-animation) {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
/*@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}*/
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.twt-fade-in-right:not(.twt-cms-animation) {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
/*@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}*/
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.twt-fade-in-up:not(.twt-cms-animation) {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
/*@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}*/
/*
  _             _____ ____     ___                             _   _
 | |__  _   _  |_   _/ ___|   |_ _|_ __  _ __   _____   ____ _| |_(_) ___  _ __   ___
 | '_ \| | | |   | || |   _____| || '_ \| '_ \ / _ \ \ / / _  | __| |/ _ \| ,_ \/ __|
 | |_) | |_| |   | || |__|_____| || | | | | | | (_) \ V / (_| | |_| | (_) | | | \__ \
 |_.__/ \__, |   |_| \____|   |___|_| |_|_| |_|\___/ \_/ \__,_|\__|_|\___/|_| |_|___/
        |___/
*/
/*
  _             _____ ____     ___                             _   _
 | |__  _   _  |_   _/ ___|   |_ _|_ __  _ __   _____   ____ _| |_(_) ___  _ __  ___
 | '_ \| | | |   | || |   _____| || '_ \| '_ \ / _ \ \ / / _  | __| |/ _ \|  _ \/ __|
 | |_) | |_| |   | || |__|_____| || | | | | | | (_) \ V / (_| | |_| | (_) | | | \__ \
 |_.__/ \__, |   |_| \____|   |___|_| |_|_| |_|\___/ \_/ \__,_|\__|_|\___/|_| |_|___/
        |___/
*/
/*@if $twt-cms-animations-more == 2 {
  @-webkit-keyframes rotateOut {
    from {
      opacity: 1;
    }

    to {
      -webkit-transform: rotate3d(0, 0, 1, 200deg);
      transform: rotate3d(0, 0, 1, 200deg);
      opacity: 0;
    }
  }
  @keyframes rotateOut {
    from {
      opacity: 1;
    }

    to {
      -webkit-transform: rotate3d(0, 0, 1, 200deg);
      transform: rotate3d(0, 0, 1, 200deg);
      opacity: 0;
    }
  }

  @-webkit-keyframes rotateOutDownLeft {
    from {
      opacity: 1;
    }

    to {
      -webkit-transform: rotate3d(0, 0, 1, 45deg);
      transform: rotate3d(0, 0, 1, 45deg);
      opacity: 0;
    }
  }
  @keyframes rotateOutDownLeft {
    from {
      opacity: 1;
    }

    to {
      -webkit-transform: rotate3d(0, 0, 1, 45deg);
      transform: rotate3d(0, 0, 1, 45deg);
      opacity: 0;
    }
  }

  @-webkit-keyframes rotateOutDownRight {
    from {
      opacity: 1;
    }

    to {
      -webkit-transform: rotate3d(0, 0, 1, -45deg);
      transform: rotate3d(0, 0, 1, -45deg);
      opacity: 0;
    }
  }
  @keyframes rotateOutDownRight {
    from {
      opacity: 1;
    }

    to {
      -webkit-transform: rotate3d(0, 0, 1, -45deg);
      transform: rotate3d(0, 0, 1, -45deg);
      opacity: 0;
    }
  }

  @-webkit-keyframes rotateOutUpLeft {
    from {
      opacity: 1;
    }

    to {
      -webkit-transform: rotate3d(0, 0, 1, -45deg);
      transform: rotate3d(0, 0, 1, -45deg);
      opacity: 0;
    }
  }
  @keyframes rotateOutUpLeft {
    from {
      opacity: 1;
    }

    to {
      -webkit-transform: rotate3d(0, 0, 1, -45deg);
      transform: rotate3d(0, 0, 1, -45deg);
      opacity: 0;
    }
  }

  @-webkit-keyframes rotateOutUpRight {
    from {
      opacity: 1;
    }

    to {
      -webkit-transform: rotate3d(0, 0, 1, 90deg);
      transform: rotate3d(0, 0, 1, 90deg);
      opacity: 0;
    }
  }
  @keyframes rotateOutUpRight {
    from {
      opacity: 1;
    }

    to {
      -webkit-transform: rotate3d(0, 0, 1, 90deg);
      transform: rotate3d(0, 0, 1, 90deg);
      opacity: 0;
    }
  }
}*/
/*
  _             _____ ____     ___                             _   _
 | |__  _   _  |_   _/ ___|   |_ _|_ __  _ __   _____   ____ _| |_(_) ___  _ __   ___
 | '_ \| | | |   | || |   _____| || '_ \| '_ \ / _ \ \ / / _  | __| |/ _ \| ,_ \/ __|
 | |_) | |_| |   | || |__|_____| || | | | | | | (_) \ V / (_| | |_| | (_) | | | \__ \
 |_.__/ \__, |   |_| \____|   |___|_| |_|_| |_|\___/ \_/ \__,_|\__|_|\___/|_| |_|___/
        |___/
*/
/*
  _             _____ ____     ___                             _   _
 | |__  _   _  |_   _/ ___|   |_ _|_ __  _ __   _____   ____ _| |_(_) ___  _ __  ___
 | '_ \| | | |   | || |   _____| || '_ \| '_ \ / _ \ \ / / _  | __| |/ _ \| '_ \/ __|
 | |_) | |_ | |  | || |__|_____| || | | | | | | (_) \ V / (_| | |_| | (_) | | | \__ \
 |_.__/ \__, |   |_| \____|   |___|_| |_|_| |_|\___/ \_/ \__,_|\__|_|\___/|_| |_|___/
        |___/
*/
@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.twt-zoom-in:not(.twt-cms-animation) {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.twt-zoom-in-down:not(.twt-cms-animation) {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.twt-zoom-in-left:not(.twt-cms-animation) {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.twt-zoom-in-right:not(.twt-cms-animation) {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.twt-zoom-in-up:not(.twt-cms-animation) {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}
/*@if $twt-cms-animations-more == 2 {
  @-webkit-keyframes zoomOut {
    from {
      opacity: 1;
    }

    50% {
      opacity: 0;
      -webkit-transform: scale3d(0.3, 0.3, 0.3);
      transform: scale3d(0.3, 0.3, 0.3);
    }

    to {
      opacity: 0;
    }
  }
  @keyframes zoomOut {
    from {
      opacity: 1;
    }

    50% {
      opacity: 0;
      -webkit-transform: scale3d(0.3, 0.3, 0.3);
      transform: scale3d(0.3, 0.3, 0.3);
    }

    to {
      opacity: 0;
    }
  }

  @-webkit-keyframes zoomOutDown {
    40% {
      opacity: 1;
      -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
      transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
      -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
      animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    to {
      opacity: 0;
      -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
      transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
      -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
      animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
  }
  @keyframes zoomOutDown {
    40% {
      opacity: 1;
      -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
      transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
      -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
      animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    to {
      opacity: 0;
      -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
      transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
      -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
      animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
  }

  @-webkit-keyframes zoomOutLeft {
    40% {
      opacity: 1;
      -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
      transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    }

    to {
      opacity: 0;
      -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
      transform: scale(0.1) translate3d(-2000px, 0, 0);
    }
  }
  @keyframes zoomOutLeft {
    40% {
      opacity: 1;
      -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
      transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    }

    to {
      opacity: 0;
      -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
      transform: scale(0.1) translate3d(-2000px, 0, 0);
    }
  }

  @-webkit-keyframes zoomOutRight {
    40% {
      opacity: 1;
      -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
      transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    }

    to {
      opacity: 0;
      -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
      transform: scale(0.1) translate3d(2000px, 0, 0);
    }
  }
  @keyframes zoomOutRight {
    40% {
      opacity: 1;
      -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
      transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    }

    to {
      opacity: 0;
      -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
      transform: scale(0.1) translate3d(2000px, 0, 0);
    }
  }

  @-webkit-keyframes zoomOutUp {
    40% {
      opacity: 1;
      -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
      transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
      -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
      animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    to {
      opacity: 0;
      -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
      transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
      -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
      animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
  }
  @keyframes zoomOutUp {
    40% {
      opacity: 1;
      -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
      transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
      -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
      animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    to {
      opacity: 0;
      -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
      transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
      -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
      animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
  }
}*/
/*
  _             _____ ____     ___                             _   _
 | |__  _   _  |_   _/ ___|   |_ _|_ __  _ __   _____   ____ _| |_(_) ___  _ __  ___
 | '_ \| | | |   | || |   _____| || '_ \| '_ \ / _ \ \ / / _  | __| |/ _ \| '_ \/ __|
 | |_) | |_ | |  | || |__|_____| || | | | | | | (_) \ V / (_| | |_| | (_) | | | \__ \
 |_.__/ \__, |   |_| \____|   |___|_| |_|_| |_|\___/ \_/ \__,_|\__|_|\___/|_| |_|___/
        |___/
*/
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __| (R)
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare Box shadows
	==================================================

*/
/* @TODO:
     - zur Dokumentation hinzufügen...
 */
.twt-shadow-sm, .twt-shadow-1 {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.1);
}
.twt-shadow, .twt-shadow-2 {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1), 0 3px 6px rgba(0, 0, 0, 0.1);
}
.twt-shadow-lg, .twt-shadow-3 {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1), 0 6px 6px rgba(0, 0, 0, 0.1);
}
.twt-shadow-xl, .twt-shadow-4 {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.1), 0 10px 10px rgba(0, 0, 0, 0.1);
}
.twt-shadow-5 {
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.1), 0 15px 12px rgba(0, 0, 0, 0.1);
}
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___  (R)
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __|
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare Bootstrap 4 fallback styles
	==================================================

*/
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___  (R)
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __|
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

    ThemeWare® fonts
    ==================================================
    Adds 10 fonts used by ThemeWare®

    Charset: latin
    Formats: ttf
    Weights: 300, 400, 500, 600, 700 (if available)
*/
/* Englebert (v17) #804 */
/* Exo 2 (v20) #69 */
/* Montserrat (v25) #4 */
@font-face {
  font-family: "Montserrat";
  src: url("../../515e32fbbc7e4885af870b7264bf3b3e/assets/font/Montserrat/Montserrat-Light.ttf");
  font-style: normal;
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../../515e32fbbc7e4885af870b7264bf3b3e/assets/font/Montserrat/Montserrat-Regular.ttf");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../../515e32fbbc7e4885af870b7264bf3b3e/assets/font/Montserrat/Montserrat-Medium.ttf");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../../515e32fbbc7e4885af870b7264bf3b3e/assets/font/Montserrat/Montserrat-SemiBold.ttf");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../../515e32fbbc7e4885af870b7264bf3b3e/assets/font/Montserrat/Montserrat-Bold.ttf");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}
/* Open Sans (v25) #2 */
/* Oswald (v49) #9 */
/* Roboto (v30) #1 */
/* Roboto Slab (v24) #15 */
/* Source Sans Pro (v21) #7 */
/* Titillium Web (v15) #35 */
/* Ubuntu (v20) #14 */
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___  (R)
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __|
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare SCSS-Iconset
	==================================================
    Credit: https://github.com/FortAwesome/Font-Awesome
    Credit: https://github.com/atisawd/boxicons
*/
/* ThemeWare: Fix some icon spacings */
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___  (R)
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __|
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: Bootstrap custom forms
	==================================================

*/
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___  (R)
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __|
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: Bootstrap style '.badge' added (currently overwritten by Showpare)
	==================================================

*/
.badge-tc-innovations {
  color: #000;
  background-color: #137bc9;
  border-color: #137bc9;
}
.badge-tc-innovations-light {
  color: #0b4a79 !important;
  background-color: #d0e5f4;
  border-color: #b8d7ef;
}
.badge-themeware {
  color: #fff;
  background-color: #0d5a93;
  border-color: #0d5a93;
}
.badge-themeware-light {
  color: #083658 !important;
  background-color: #cfdee9;
  border-color: #b6cedf;
}
.badge-primary {
  color: #fff;
  background-color: #691448;
  border-color: #691448;
}
.badge-primary-light {
  color: #3f0c2b !important;
  background-color: #e1d0da;
  border-color: #d2b9c8;
}
.badge-secondary {
  color: #fff;
  background-color: #691448;
  border-color: #691448;
}
.badge-secondary-light {
  color: #3f0c2b !important;
  background-color: #e1d0da;
  border-color: #d2b9c8;
}
.badge-success {
  color: #000;
  background-color: #2ecc71;
  border-color: #2ecc71;
}
.badge-success-light {
  color: #1c7a44 !important;
  background-color: #d5f5e3;
  border-color: #c0f0d4;
}
.badge-info {
  color: #000;
  background-color: #4aa3df;
  border-color: #4aa3df;
}
.badge-info-light {
  color: #2c6286 !important;
  background-color: #dbedf9;
  border-color: #c9e3f5;
}
.badge-warning {
  color: #000;
  background-color: #f1c40f;
  border-color: #f1c40f;
}
.badge-warning-light {
  color: #917609 !important;
  background-color: #fcf3cf;
  border-color: #fbedb7;
}
.badge-danger {
  color: #000;
  background-color: #e74c3c;
  border-color: #e74c3c;
}
.badge-danger-light {
  color: #8b2e24 !important;
  background-color: #fadbd8;
  border-color: #f8c9c5;
}
.badge-light {
  color: #000;
  background-color: #f9f9f9;
  border-color: #f9f9f9;
}
.badge-light-light {
  color: #959595 !important;
  background-color: #fefefe;
  border-color: #fdfdfd;
}
.badge-dark {
  color: #fff;
  background-color: #4a545b;
  border-color: #4a545b;
}
.badge-dark-light {
  color: #2c3237 !important;
  background-color: #dbddde;
  border-color: #c9ccce;
}
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___  (R)
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __|
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: Alternate buttons
	==================================================

*/
.btn-black {
  --bs-btn-color: #fff;
  --bs-btn-bg: #000;
  --bs-btn-border-color: #000;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: black;
  --bs-btn-hover-border-color: black;
  --bs-btn-focus-shadow-rgb: 38, 38, 38;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: black;
  --bs-btn-active-border-color: black;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #000;
  --bs-btn-disabled-border-color: #000;
}
.btn-gold {
  --bs-btn-color: #000;
  --bs-btn-bg: #ebb35c;
  --bs-btn-border-color: #ebb35c;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #eebe74;
  --bs-btn-hover-border-color: #edbb6c;
  --bs-btn-focus-shadow-rgb: 200, 152, 78;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #efc27d;
  --bs-btn-active-border-color: #edbb6c;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #ebb35c;
  --bs-btn-disabled-border-color: #ebb35c;
}
.btn-silver {
  --bs-btn-color: #000;
  --bs-btn-bg: #c0c0c0;
  --bs-btn-border-color: #c0c0c0;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #c9c9c9;
  --bs-btn-hover-border-color: #c6c6c6;
  --bs-btn-focus-shadow-rgb: 163, 163, 163;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #cdcdcd;
  --bs-btn-active-border-color: #c6c6c6;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #c0c0c0;
  --bs-btn-disabled-border-color: #c0c0c0;
}
.btn-bronze {
  --bs-btn-color: #000;
  --bs-btn-bg: #bf8970;
  --bs-btn-border-color: #bf8970;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #c99b85;
  --bs-btn-hover-border-color: #c5957e;
  --bs-btn-focus-shadow-rgb: 162, 116, 95;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #cca18d;
  --bs-btn-active-border-color: #c5957e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #bf8970;
  --bs-btn-disabled-border-color: #bf8970;
}
.btn-blue {
  --bs-btn-color: #fff;
  --bs-btn-bg: #0d6efd;
  --bs-btn-border-color: #0d6efd;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0b5ed7;
  --bs-btn-hover-border-color: #0a58ca;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0a58ca;
  --bs-btn-active-border-color: #0a53be;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #0d6efd;
  --bs-btn-disabled-border-color: #0d6efd;
}
.btn-indigo {
  --bs-btn-color: #fff;
  --bs-btn-bg: #6610f2;
  --bs-btn-border-color: #6610f2;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #570ece;
  --bs-btn-hover-border-color: #520dc2;
  --bs-btn-focus-shadow-rgb: 125, 52, 244;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #520dc2;
  --bs-btn-active-border-color: #4d0cb6;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #6610f2;
  --bs-btn-disabled-border-color: #6610f2;
}
.btn-purple {
  --bs-btn-color: #fff;
  --bs-btn-bg: #6f42c1;
  --bs-btn-border-color: #6f42c1;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #5e38a4;
  --bs-btn-hover-border-color: #59359a;
  --bs-btn-focus-shadow-rgb: 133, 94, 202;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #59359a;
  --bs-btn-active-border-color: #533291;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #6f42c1;
  --bs-btn-disabled-border-color: #6f42c1;
}
.btn-pink {
  --bs-btn-color: #fff;
  --bs-btn-bg: #d63384;
  --bs-btn-border-color: #d63384;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #b62b70;
  --bs-btn-hover-border-color: #ab296a;
  --bs-btn-focus-shadow-rgb: 220, 82, 150;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #ab296a;
  --bs-btn-active-border-color: #a12663;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #d63384;
  --bs-btn-disabled-border-color: #d63384;
}
.btn-red {
  --bs-btn-color: #fff;
  --bs-btn-bg: #dc3545;
  --bs-btn-border-color: #dc3545;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #bb2d3b;
  --bs-btn-hover-border-color: #b02a37;
  --bs-btn-focus-shadow-rgb: 225, 83, 97;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #b02a37;
  --bs-btn-active-border-color: #a52834;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #dc3545;
  --bs-btn-disabled-border-color: #dc3545;
}
.btn-orange {
  --bs-btn-color: #000;
  --bs-btn-bg: #fd7e14;
  --bs-btn-border-color: #fd7e14;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #fd9137;
  --bs-btn-hover-border-color: #fd8b2c;
  --bs-btn-focus-shadow-rgb: 215, 107, 17;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #fd9843;
  --bs-btn-active-border-color: #fd8b2c;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #fd7e14;
  --bs-btn-disabled-border-color: #fd7e14;
}
.btn-yellow {
  --bs-btn-color: #000;
  --bs-btn-bg: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ffca2c;
  --bs-btn-hover-border-color: #ffc720;
  --bs-btn-focus-shadow-rgb: 217, 164, 6;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ffcd39;
  --bs-btn-active-border-color: #ffc720;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #ffc107;
  --bs-btn-disabled-border-color: #ffc107;
}
.btn-green {
  --bs-btn-color: #fff;
  --bs-btn-bg: #198754;
  --bs-btn-border-color: #198754;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #157347;
  --bs-btn-hover-border-color: #146c43;
  --bs-btn-focus-shadow-rgb: 60, 153, 110;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #146c43;
  --bs-btn-active-border-color: #13653f;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #198754;
  --bs-btn-disabled-border-color: #198754;
}
.btn-teal {
  --bs-btn-color: #000;
  --bs-btn-bg: #20c997;
  --bs-btn-border-color: #20c997;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #41d1a7;
  --bs-btn-hover-border-color: #36cea1;
  --bs-btn-focus-shadow-rgb: 27, 171, 128;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #4dd4ac;
  --bs-btn-active-border-color: #36cea1;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #20c997;
  --bs-btn-disabled-border-color: #20c997;
}
.btn-cyan {
  --bs-btn-color: #000;
  --bs-btn-bg: #0dcaf0;
  --bs-btn-border-color: #0dcaf0;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #31d2f2;
  --bs-btn-hover-border-color: #25cff2;
  --bs-btn-focus-shadow-rgb: 11, 172, 204;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #3dd5f3;
  --bs-btn-active-border-color: #25cff2;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #0dcaf0;
  --bs-btn-disabled-border-color: #0dcaf0;
}
.btn-white {
  --bs-btn-color: #000;
  --bs-btn-bg: #fff;
  --bs-btn-border-color: #fff;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: white;
  --bs-btn-hover-border-color: white;
  --bs-btn-focus-shadow-rgb: 217, 217, 217;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: white;
  --bs-btn-active-border-color: white;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #fff;
  --bs-btn-disabled-border-color: #fff;
}
.btn-gray {
  --bs-btn-color: #000;
  --bs-btn-bg: #798490;
  --bs-btn-border-color: #798490;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #8d96a1;
  --bs-btn-hover-border-color: #86909b;
  --bs-btn-focus-shadow-rgb: 103, 112, 122;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #949da6;
  --bs-btn-active-border-color: #86909b;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #798490;
  --bs-btn-disabled-border-color: #798490;
}
.btn-gray-dark {
  --bs-btn-color: #fff;
  --bs-btn-bg: #4a545b;
  --bs-btn-border-color: #4a545b;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #3f474d;
  --bs-btn-hover-border-color: #3b4349;
  --bs-btn-focus-shadow-rgb: 101, 110, 116;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #3b4349;
  --bs-btn-active-border-color: #383f44;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #4a545b;
  --bs-btn-disabled-border-color: #4a545b;
}
.btn-outline-black {
  --bs-btn-color: #000;
  --bs-btn-border-color: #000;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #000;
  --bs-btn-hover-border-color: #000;
  --bs-btn-focus-shadow-rgb: 0, 0, 0;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #000;
  --bs-btn-active-border-color: #000;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #000;
  --bs-gradient: none;
}
.btn-outline-gold {
  --bs-btn-color: #ebb35c;
  --bs-btn-border-color: #ebb35c;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ebb35c;
  --bs-btn-hover-border-color: #ebb35c;
  --bs-btn-focus-shadow-rgb: 235, 179, 92;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ebb35c;
  --bs-btn-active-border-color: #ebb35c;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ebb35c;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #ebb35c;
  --bs-gradient: none;
}
.btn-outline-silver {
  --bs-btn-color: #c0c0c0;
  --bs-btn-border-color: #c0c0c0;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #c0c0c0;
  --bs-btn-hover-border-color: #c0c0c0;
  --bs-btn-focus-shadow-rgb: 192, 192, 192;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #c0c0c0;
  --bs-btn-active-border-color: #c0c0c0;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #c0c0c0;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #c0c0c0;
  --bs-gradient: none;
}
.btn-outline-bronze {
  --bs-btn-color: #bf8970;
  --bs-btn-border-color: #bf8970;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #bf8970;
  --bs-btn-hover-border-color: #bf8970;
  --bs-btn-focus-shadow-rgb: 191, 137, 112;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #bf8970;
  --bs-btn-active-border-color: #bf8970;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #bf8970;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #bf8970;
  --bs-gradient: none;
}
.btn-outline-blue {
  --bs-btn-color: #0d6efd;
  --bs-btn-border-color: #0d6efd;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0d6efd;
  --bs-btn-hover-border-color: #0d6efd;
  --bs-btn-focus-shadow-rgb: 13, 110, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0d6efd;
  --bs-btn-active-border-color: #0d6efd;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #0d6efd;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #0d6efd;
  --bs-gradient: none;
}
.btn-outline-indigo {
  --bs-btn-color: #6610f2;
  --bs-btn-border-color: #6610f2;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #6610f2;
  --bs-btn-hover-border-color: #6610f2;
  --bs-btn-focus-shadow-rgb: 102, 16, 242;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #6610f2;
  --bs-btn-active-border-color: #6610f2;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #6610f2;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #6610f2;
  --bs-gradient: none;
}
.btn-outline-purple {
  --bs-btn-color: #6f42c1;
  --bs-btn-border-color: #6f42c1;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #6f42c1;
  --bs-btn-hover-border-color: #6f42c1;
  --bs-btn-focus-shadow-rgb: 111, 66, 193;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #6f42c1;
  --bs-btn-active-border-color: #6f42c1;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #6f42c1;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #6f42c1;
  --bs-gradient: none;
}
.btn-outline-pink {
  --bs-btn-color: #d63384;
  --bs-btn-border-color: #d63384;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #d63384;
  --bs-btn-hover-border-color: #d63384;
  --bs-btn-focus-shadow-rgb: 214, 51, 132;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #d63384;
  --bs-btn-active-border-color: #d63384;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #d63384;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #d63384;
  --bs-gradient: none;
}
.btn-outline-red {
  --bs-btn-color: #dc3545;
  --bs-btn-border-color: #dc3545;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #dc3545;
  --bs-btn-hover-border-color: #dc3545;
  --bs-btn-focus-shadow-rgb: 220, 53, 69;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #dc3545;
  --bs-btn-active-border-color: #dc3545;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #dc3545;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #dc3545;
  --bs-gradient: none;
}
.btn-outline-orange {
  --bs-btn-color: #fd7e14;
  --bs-btn-border-color: #fd7e14;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #fd7e14;
  --bs-btn-hover-border-color: #fd7e14;
  --bs-btn-focus-shadow-rgb: 253, 126, 20;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #fd7e14;
  --bs-btn-active-border-color: #fd7e14;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fd7e14;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #fd7e14;
  --bs-gradient: none;
}
.btn-outline-yellow {
  --bs-btn-color: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ffc107;
  --bs-btn-hover-border-color: #ffc107;
  --bs-btn-focus-shadow-rgb: 255, 193, 7;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ffc107;
  --bs-btn-active-border-color: #ffc107;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ffc107;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #ffc107;
  --bs-gradient: none;
}
.btn-outline-green {
  --bs-btn-color: #198754;
  --bs-btn-border-color: #198754;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #198754;
  --bs-btn-hover-border-color: #198754;
  --bs-btn-focus-shadow-rgb: 25, 135, 84;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #198754;
  --bs-btn-active-border-color: #198754;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #198754;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #198754;
  --bs-gradient: none;
}
.btn-outline-teal {
  --bs-btn-color: #20c997;
  --bs-btn-border-color: #20c997;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #20c997;
  --bs-btn-hover-border-color: #20c997;
  --bs-btn-focus-shadow-rgb: 32, 201, 151;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #20c997;
  --bs-btn-active-border-color: #20c997;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #20c997;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #20c997;
  --bs-gradient: none;
}
.btn-outline-cyan {
  --bs-btn-color: #0dcaf0;
  --bs-btn-border-color: #0dcaf0;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #0dcaf0;
  --bs-btn-hover-border-color: #0dcaf0;
  --bs-btn-focus-shadow-rgb: 13, 202, 240;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #0dcaf0;
  --bs-btn-active-border-color: #0dcaf0;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #0dcaf0;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #0dcaf0;
  --bs-gradient: none;
}
.btn-outline-white {
  --bs-btn-color: #fff;
  --bs-btn-border-color: #fff;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #fff;
  --bs-btn-hover-border-color: #fff;
  --bs-btn-focus-shadow-rgb: 255, 255, 255;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #fff;
  --bs-btn-active-border-color: #fff;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #fff;
  --bs-gradient: none;
}
.btn-outline-gray {
  --bs-btn-color: #798490;
  --bs-btn-border-color: #798490;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #798490;
  --bs-btn-hover-border-color: #798490;
  --bs-btn-focus-shadow-rgb: 121, 132, 144;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #798490;
  --bs-btn-active-border-color: #798490;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #798490;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #798490;
  --bs-gradient: none;
}
.btn-outline-gray-dark {
  --bs-btn-color: #4a545b;
  --bs-btn-border-color: #4a545b;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #4a545b;
  --bs-btn-hover-border-color: #4a545b;
  --bs-btn-focus-shadow-rgb: 74, 84, 91;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #4a545b;
  --bs-btn-active-border-color: #4a545b;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #4a545b;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #4a545b;
  --bs-gradient: none;
}
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___  (R)
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __|
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: Flags added
	==================================================

    see https://github.com/shopware/platform/blob/6.4.14.0/src/Storefront/Resources/app/storefront/src/scss/component/_flags.scss
*/
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___  (R)
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __|
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: Flags extended added
	==================================================

    Info: Currently not loaded
*/
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___  (R)
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __|
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: Bootstrap style '.label' added (currently missing in Shopware)
	==================================================

*/
.label {
  font-weight: 400;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  color: #000;
  background-color: transparent;
  font-size: 1rem;
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  border-radius: 3px;
}
.label-tc-innovations {
  color: #000;
  background-color: #137bc9;
  border-color: #137bc9;
}
.label-tc-innovations-light {
  color: #000;
  background-color: #d0e5f4;
  border-color: #b8d7ef;
}
.label-themeware {
  color: #fff;
  background-color: #0d5a93;
  border-color: #0d5a93;
}
.label-themeware-light {
  color: #000;
  background-color: #cfdee9;
  border-color: #b6cedf;
}
.label-primary {
  color: #fff;
  background-color: #691448;
  border-color: #691448;
}
.label-primary-light {
  color: #000;
  background-color: #e1d0da;
  border-color: #d2b9c8;
}
.label-secondary {
  color: #fff;
  background-color: #691448;
  border-color: #691448;
}
.label-secondary-light {
  color: #000;
  background-color: #e1d0da;
  border-color: #d2b9c8;
}
.label-success {
  color: #000;
  background-color: #2ecc71;
  border-color: #2ecc71;
}
.label-success-light {
  color: #000;
  background-color: #d5f5e3;
  border-color: #c0f0d4;
}
.label-info {
  color: #000;
  background-color: #4aa3df;
  border-color: #4aa3df;
}
.label-info-light {
  color: #000;
  background-color: #dbedf9;
  border-color: #c9e3f5;
}
.label-warning {
  color: #000;
  background-color: #f1c40f;
  border-color: #f1c40f;
}
.label-warning-light {
  color: #000;
  background-color: #fcf3cf;
  border-color: #fbedb7;
}
.label-danger {
  color: #000;
  background-color: #e74c3c;
  border-color: #e74c3c;
}
.label-danger-light {
  color: #000;
  background-color: #fadbd8;
  border-color: #f8c9c5;
}
.label-light {
  color: #000;
  background-color: #f9f9f9;
  border-color: #f9f9f9;
}
.label-light-light {
  color: #000;
  background-color: #fefefe;
  border-color: #fdfdfd;
}
.label-dark {
  color: #fff;
  background-color: #4a545b;
  border-color: #4a545b;
}
.label-dark-light {
  color: #000;
  background-color: #dbddde;
  border-color: #c9ccce;
}
/* @deprecated
@each $color, $value in $colors {
  ...
}
*/
.label-lg {
  font-size: 1.25rem;
  padding: 0.5rem 1rem;
  line-height: 1.5;
  border-radius: 3px;
}
.label-sm {
  font-size: 0.875rem;
  padding: 0.25rem 0.5rem;
  line-height: 1.5;
  border-radius: 3px;
}
.label-block {
  display: block;
  width: 100%;
}
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___  (R)
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __|
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: Product box adjustments
	==================================================

*/
.twt-is-topseller {
  display: none !important;
  visibility: hidden !important;
}
.twt-is-crossfade .product-image-link {
  position: relative;
}
.twt-is-crossfade .product-image-link img {
  position: absolute;
  left: 0;
  transition: opacity 0.35s ease-in-out;
}
.twt-is-crossfade .product-image-link img.twt-crossfade-image {
  opacity: 0;
}
.twt-is-crossfade .product-image-link:hover img:not(.twt-crossfade-image) {
  opacity: 0;
}
.twt-is-crossfade .product-image-link:hover img.twt-crossfade-image {
  opacity: 1;
}
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___  (R)
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __|
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: Sidebar adjustments
	==================================================

*/
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___  (R)
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __|
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: HTML tables
	==================================================

*/
@media (max-width: 767.98px) {
  .twt-table-responsive thead {
    display: none;
  }
  .twt-table-responsive tr {
    float: left;
    width: 100%;
    margin-bottom: 2em;
  }
  .twt-table-responsive td {
    float: left;
    width: 100%;
    padding: 0.5rem 0.5rem;
  }
  .twt-table-responsive td::before {
    font-weight: bold;
    float: left;
    width: 20%;
    margin: -0.5rem 0.5rem -0.5rem -0.5rem;
    padding: 0.5rem 0.5rem;
    content: attr(data-label);
    word-wrap: break-word;
    border-right: 2px solid #eeeeee;
  }
}
.twt-table-responsive .table-sm td {
  padding: 0.25rem 0.25rem;
}
.twt-table-responsive .table-sm td::before {
  margin: -0.25rem 0.25rem -0.25rem -0.25rem;
  padding: 0.25rem 0.25rem;
}
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___  (R)
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __|
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: CMS custom classes for the landing page
	==================================================
	see https://service.tc-innovations.de/themeware/sw6/article/2129-themeware-css-klassen-bibliothek-fuer-cms-erlebniswelten
*/
.twt-custom-cms-text-two-column-usp-list .col-md-6:first-child, .twt-custom-cms-text-two-column-usp-list .is-act-confirmpage .checkout .checkout-aside:first-child, .is-act-confirmpage .checkout .twt-custom-cms-text-two-column-usp-list .checkout-aside:first-child, .twt-custom-cms-text-two-column-usp-list .is-ctl-accountorder .checkout .checkout-aside:first-child, .is-ctl-accountorder .checkout .twt-custom-cms-text-two-column-usp-list .checkout-aside:first-child, .twt-custom-cms-text-two-column-usp-list .is-act-finishpage .checkout .checkout-additional:first-child, .is-act-finishpage .checkout .twt-custom-cms-text-two-column-usp-list .checkout-additional:first-child, .twt-custom-cms-text-two-column-usp-list .is-act-finishpage .checkout .checkout-aside:first-child, .is-act-finishpage .checkout .twt-custom-cms-text-two-column-usp-list .checkout-aside:first-child {
  flex: 0 0 auto;
  width: calc(100% - 420px);
  max-width: inherit;
  margin-top: 30px;
  padding-right: 50px;
}
.twt-custom-cms-text-two-column-usp-list .col-md-6:last-child, .twt-custom-cms-text-two-column-usp-list .is-act-confirmpage .checkout .checkout-aside:last-child, .is-act-confirmpage .checkout .twt-custom-cms-text-two-column-usp-list .checkout-aside:last-child, .twt-custom-cms-text-two-column-usp-list .is-ctl-accountorder .checkout .checkout-aside:last-child, .is-ctl-accountorder .checkout .twt-custom-cms-text-two-column-usp-list .checkout-aside:last-child, .twt-custom-cms-text-two-column-usp-list .is-act-finishpage .checkout .checkout-additional:last-child, .is-act-finishpage .checkout .twt-custom-cms-text-two-column-usp-list .checkout-additional:last-child, .twt-custom-cms-text-two-column-usp-list .is-act-finishpage .checkout .checkout-aside:last-child, .is-act-finishpage .checkout .twt-custom-cms-text-two-column-usp-list .checkout-aside:last-child {
  flex: 0 0 auto;
  width: 400px;
  max-width: inherit;
  padding: 30px;
  border-radius: 2px;
  background-color: rgba(0, 0, 0, 0.04);
}
.twt-custom-cms-text-two-column-usp-list .col-md-6:last-child ul, .twt-custom-cms-text-two-column-usp-list .is-act-confirmpage .checkout .checkout-aside:last-child ul, .is-act-confirmpage .checkout .twt-custom-cms-text-two-column-usp-list .checkout-aside:last-child ul, .twt-custom-cms-text-two-column-usp-list .is-ctl-accountorder .checkout .checkout-aside:last-child ul, .is-ctl-accountorder .checkout .twt-custom-cms-text-two-column-usp-list .checkout-aside:last-child ul, .twt-custom-cms-text-two-column-usp-list .is-act-finishpage .checkout .checkout-additional:last-child ul, .is-act-finishpage .checkout .twt-custom-cms-text-two-column-usp-list .checkout-additional:last-child ul, .twt-custom-cms-text-two-column-usp-list .is-act-finishpage .checkout .checkout-aside:last-child ul, .is-act-finishpage .checkout .twt-custom-cms-text-two-column-usp-list .checkout-aside:last-child ul {
  margin: 0 0 0 22px;
  padding: 0;
  list-style: none;
}
.twt-custom-cms-text-two-column-usp-list .col-md-6:last-child ul li, .twt-custom-cms-text-two-column-usp-list .is-act-confirmpage .checkout .checkout-aside:last-child ul li, .is-act-confirmpage .checkout .twt-custom-cms-text-two-column-usp-list .checkout-aside:last-child ul li, .twt-custom-cms-text-two-column-usp-list .is-ctl-accountorder .checkout .checkout-aside:last-child ul li, .is-ctl-accountorder .checkout .twt-custom-cms-text-two-column-usp-list .checkout-aside:last-child ul li, .twt-custom-cms-text-two-column-usp-list .is-act-finishpage .checkout .checkout-additional:last-child ul li, .is-act-finishpage .checkout .twt-custom-cms-text-two-column-usp-list .checkout-additional:last-child ul li, .twt-custom-cms-text-two-column-usp-list .is-act-finishpage .checkout .checkout-aside:last-child ul li, .is-act-finishpage .checkout .twt-custom-cms-text-two-column-usp-list .checkout-aside:last-child ul li {
  position: relative;
  margin-bottom: 4px;
}
.twt-custom-cms-text-two-column-usp-list .col-md-6:last-child ul li::after, .twt-custom-cms-text-two-column-usp-list .is-act-confirmpage .checkout .checkout-aside:last-child ul li::after, .is-act-confirmpage .checkout .twt-custom-cms-text-two-column-usp-list .checkout-aside:last-child ul li::after, .twt-custom-cms-text-two-column-usp-list .is-ctl-accountorder .checkout .checkout-aside:last-child ul li::after, .is-ctl-accountorder .checkout .twt-custom-cms-text-two-column-usp-list .checkout-aside:last-child ul li::after, .twt-custom-cms-text-two-column-usp-list .is-act-finishpage .checkout .checkout-additional:last-child ul li::after, .is-act-finishpage .checkout .twt-custom-cms-text-two-column-usp-list .checkout-additional:last-child ul li::after, .twt-custom-cms-text-two-column-usp-list .is-act-finishpage .checkout .checkout-aside:last-child ul li::after, .is-act-finishpage .checkout .twt-custom-cms-text-two-column-usp-list .checkout-aside:last-child ul li::after {
  position: absolute;
  top: 5px;
  left: -20px;
  display: block;
  width: 12px;
  height: 12px;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%232ecc71' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}
@media (max-width: 991.98px) {
  .twt-custom-cms-text-two-column-usp-list .col-md-6:last-child, .twt-custom-cms-text-two-column-usp-list .is-act-confirmpage .checkout .checkout-aside:last-child, .is-act-confirmpage .checkout .twt-custom-cms-text-two-column-usp-list .checkout-aside:last-child, .twt-custom-cms-text-two-column-usp-list .is-ctl-accountorder .checkout .checkout-aside:last-child, .is-ctl-accountorder .checkout .twt-custom-cms-text-two-column-usp-list .checkout-aside:last-child, .twt-custom-cms-text-two-column-usp-list .is-act-finishpage .checkout .checkout-additional:last-child, .is-act-finishpage .checkout .twt-custom-cms-text-two-column-usp-list .checkout-additional:last-child, .twt-custom-cms-text-two-column-usp-list .is-act-finishpage .checkout .checkout-aside:last-child, .is-act-finishpage .checkout .twt-custom-cms-text-two-column-usp-list .checkout-aside:last-child {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
  }
  .twt-custom-cms-text-two-column-usp-list .col-md-6:first-child, .twt-custom-cms-text-two-column-usp-list .is-act-confirmpage .checkout .checkout-aside:first-child, .is-act-confirmpage .checkout .twt-custom-cms-text-two-column-usp-list .checkout-aside:first-child, .twt-custom-cms-text-two-column-usp-list .is-ctl-accountorder .checkout .checkout-aside:first-child, .is-ctl-accountorder .checkout .twt-custom-cms-text-two-column-usp-list .checkout-aside:first-child, .twt-custom-cms-text-two-column-usp-list .is-act-finishpage .checkout .checkout-additional:first-child, .is-act-finishpage .checkout .twt-custom-cms-text-two-column-usp-list .checkout-additional:first-child, .twt-custom-cms-text-two-column-usp-list .is-act-finishpage .checkout .checkout-aside:first-child, .is-act-finishpage .checkout .twt-custom-cms-text-two-column-usp-list .checkout-aside:first-child {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    padding: 20px;
  }
}
.twt-custom-cms-imagetext-teaser-1, .twt-custom-cms-imagetext-teaser-1.cms-section:not(.pos-0) {
  padding-top: 0;
  padding-bottom: 0;
}
.twt-custom-cms-imagetext-teaser-1 .cms-block-image-text .cms-block-container-row, .twt-custom-cms-imagetext-teaser-1.cms-section:not(.pos-0) .cms-block-image-text .cms-block-container-row {
  align-items: center;
}
.twt-custom-cms-imagetext-teaser-1 .cms-block-image-text .cms-block-container-row p, .twt-custom-cms-imagetext-teaser-1.cms-section:not(.pos-0) .cms-block-image-text .cms-block-container-row p {
  margin-bottom: 0;
  padding-bottom: 0;
}
@media (max-width: 991.98px) {
  .twt-custom-cms-imagetext-teaser-1 .col-md-6, .twt-custom-cms-imagetext-teaser-1 .is-act-confirmpage .checkout .checkout-aside, .is-act-confirmpage .checkout .twt-custom-cms-imagetext-teaser-1 .checkout-aside, .twt-custom-cms-imagetext-teaser-1 .is-ctl-accountorder .checkout .checkout-aside, .is-ctl-accountorder .checkout .twt-custom-cms-imagetext-teaser-1 .checkout-aside, .twt-custom-cms-imagetext-teaser-1 .is-act-finishpage .checkout .checkout-additional, .is-act-finishpage .checkout .twt-custom-cms-imagetext-teaser-1 .checkout-additional, .twt-custom-cms-imagetext-teaser-1 .is-act-finishpage .checkout .checkout-aside, .is-act-finishpage .checkout .twt-custom-cms-imagetext-teaser-1 .checkout-aside, .twt-custom-cms-imagetext-teaser-1.cms-section:not(.pos-0) .col-md-6, .twt-custom-cms-imagetext-teaser-1.cms-section:not(.pos-0) .is-act-confirmpage .checkout .checkout-aside, .is-act-confirmpage .checkout .twt-custom-cms-imagetext-teaser-1.cms-section:not(.pos-0) .checkout-aside, .twt-custom-cms-imagetext-teaser-1.cms-section:not(.pos-0) .is-ctl-accountorder .checkout .checkout-aside, .is-ctl-accountorder .checkout .twt-custom-cms-imagetext-teaser-1.cms-section:not(.pos-0) .checkout-aside, .twt-custom-cms-imagetext-teaser-1.cms-section:not(.pos-0) .is-act-finishpage .checkout .checkout-additional, .is-act-finishpage .checkout .twt-custom-cms-imagetext-teaser-1.cms-section:not(.pos-0) .checkout-additional, .twt-custom-cms-imagetext-teaser-1.cms-section:not(.pos-0) .is-act-finishpage .checkout .checkout-aside, .is-act-finishpage .checkout .twt-custom-cms-imagetext-teaser-1.cms-section:not(.pos-0) .checkout-aside {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
  }
  .twt-custom-cms-imagetext-teaser-1 .col-md-6:last-of-type, .twt-custom-cms-imagetext-teaser-1 .is-act-confirmpage .checkout .checkout-aside:last-of-type, .is-act-confirmpage .checkout .twt-custom-cms-imagetext-teaser-1 .checkout-aside:last-of-type, .twt-custom-cms-imagetext-teaser-1 .is-ctl-accountorder .checkout .checkout-aside:last-of-type, .is-ctl-accountorder .checkout .twt-custom-cms-imagetext-teaser-1 .checkout-aside:last-of-type, .twt-custom-cms-imagetext-teaser-1 .is-act-finishpage .checkout .checkout-additional:last-of-type, .is-act-finishpage .checkout .twt-custom-cms-imagetext-teaser-1 .checkout-additional:last-of-type, .twt-custom-cms-imagetext-teaser-1 .is-act-finishpage .checkout .checkout-aside:last-of-type, .is-act-finishpage .checkout .twt-custom-cms-imagetext-teaser-1 .checkout-aside:last-of-type, .twt-custom-cms-imagetext-teaser-1.cms-section:not(.pos-0) .col-md-6:last-of-type, .twt-custom-cms-imagetext-teaser-1.cms-section:not(.pos-0) .is-act-confirmpage .checkout .checkout-aside:last-of-type, .is-act-confirmpage .checkout .twt-custom-cms-imagetext-teaser-1.cms-section:not(.pos-0) .checkout-aside:last-of-type, .twt-custom-cms-imagetext-teaser-1.cms-section:not(.pos-0) .is-ctl-accountorder .checkout .checkout-aside:last-of-type, .is-ctl-accountorder .checkout .twt-custom-cms-imagetext-teaser-1.cms-section:not(.pos-0) .checkout-aside:last-of-type, .twt-custom-cms-imagetext-teaser-1.cms-section:not(.pos-0) .is-act-finishpage .checkout .checkout-additional:last-of-type, .is-act-finishpage .checkout .twt-custom-cms-imagetext-teaser-1.cms-section:not(.pos-0) .checkout-additional:last-of-type, .twt-custom-cms-imagetext-teaser-1.cms-section:not(.pos-0) .is-act-finishpage .checkout .checkout-aside:last-of-type, .is-act-finishpage .checkout .twt-custom-cms-imagetext-teaser-1.cms-section:not(.pos-0) .checkout-aside:last-of-type {
    padding: 60px 40px;
  }
}
/*
  _           _____ ___   ___                        _   _
 | |__ _  _  |_   _/ __|_|_ _|_ _  _ _  _____ ____ _| |_(_)___ _ _  ___
 | '_ \ || |   | || (_|___| || ' \| ' \/ _ \ V / _` |  _| / _ \ ' \(_-<
 |_.__/\_, |   |_| \___| |___|_||_|_||_\___/\_/\__,_|\__|_\___/_||_/__/
       |__/
*/
.twt-custom-cms-about-photo .cms-block-container {
  margin-bottom: 50px;
  border-radius: 2px;
  background-color: rgba(0, 0, 0, 0.04);
}
.twt-custom-cms-about-photo .cms-block-container .cms-block-container-row {
  align-items: center;
}
.twt-custom-cms-about-photo .cms-block-container .cms-block-container-row .col-md-6:first-child, .twt-custom-cms-about-photo .cms-block-container .cms-block-container-row .is-act-confirmpage .checkout .checkout-aside:first-child, .is-act-confirmpage .checkout .twt-custom-cms-about-photo .cms-block-container .cms-block-container-row .checkout-aside:first-child, .twt-custom-cms-about-photo .cms-block-container .cms-block-container-row .is-ctl-accountorder .checkout .checkout-aside:first-child, .is-ctl-accountorder .checkout .twt-custom-cms-about-photo .cms-block-container .cms-block-container-row .checkout-aside:first-child, .twt-custom-cms-about-photo .cms-block-container .cms-block-container-row .is-act-finishpage .checkout .checkout-additional:first-child, .is-act-finishpage .checkout .twt-custom-cms-about-photo .cms-block-container .cms-block-container-row .checkout-additional:first-child, .twt-custom-cms-about-photo .cms-block-container .cms-block-container-row .is-act-finishpage .checkout .checkout-aside:first-child, .is-act-finishpage .checkout .twt-custom-cms-about-photo .cms-block-container .cms-block-container-row .checkout-aside:first-child, .twt-custom-cms-about-photo .cms-block-container .cms-block-container-row .col-md-4, .twt-custom-cms-about-photo .cms-block-container .cms-block-container-row .is-act-checkoutregisterpage .checkout .checkout-aside, .is-act-checkoutregisterpage .checkout .twt-custom-cms-about-photo .cms-block-container .cms-block-container-row .checkout-aside {
  flex: 0 0 auto;
  width: 380px;
  max-width: inherit;
  padding: 30px 60px 0 60px;
}
.twt-custom-cms-about-photo .cms-block-container .cms-block-container-row .col-md-6:first-child .cms-element-text *:first-of-type, .twt-custom-cms-about-photo .cms-block-container .cms-block-container-row .is-act-confirmpage .checkout .checkout-aside:first-child .cms-element-text *:first-of-type, .is-act-confirmpage .checkout .twt-custom-cms-about-photo .cms-block-container .cms-block-container-row .checkout-aside:first-child .cms-element-text *:first-of-type, .twt-custom-cms-about-photo .cms-block-container .cms-block-container-row .is-ctl-accountorder .checkout .checkout-aside:first-child .cms-element-text *:first-of-type, .is-ctl-accountorder .checkout .twt-custom-cms-about-photo .cms-block-container .cms-block-container-row .checkout-aside:first-child .cms-element-text *:first-of-type, .twt-custom-cms-about-photo .cms-block-container .cms-block-container-row .is-act-finishpage .checkout .checkout-additional:first-child .cms-element-text *:first-of-type, .is-act-finishpage .checkout .twt-custom-cms-about-photo .cms-block-container .cms-block-container-row .checkout-additional:first-child .cms-element-text *:first-of-type, .twt-custom-cms-about-photo .cms-block-container .cms-block-container-row .is-act-finishpage .checkout .checkout-aside:first-child .cms-element-text *:first-of-type, .is-act-finishpage .checkout .twt-custom-cms-about-photo .cms-block-container .cms-block-container-row .checkout-aside:first-child .cms-element-text *:first-of-type, .twt-custom-cms-about-photo .cms-block-container .cms-block-container-row .col-md-4 .cms-element-text *:first-of-type, .twt-custom-cms-about-photo .cms-block-container .cms-block-container-row .is-act-checkoutregisterpage .checkout .checkout-aside .cms-element-text *:first-of-type, .is-act-checkoutregisterpage .checkout .twt-custom-cms-about-photo .cms-block-container .cms-block-container-row .checkout-aside .cms-element-text *:first-of-type {
  margin-top: 0;
  padding-top: 0;
}
.twt-custom-cms-about-photo .cms-block-container .cms-block-container-row .col-md-6:last-child, .twt-custom-cms-about-photo .cms-block-container .cms-block-container-row .is-act-confirmpage .checkout .checkout-aside:last-child, .is-act-confirmpage .checkout .twt-custom-cms-about-photo .cms-block-container .cms-block-container-row .checkout-aside:last-child, .twt-custom-cms-about-photo .cms-block-container .cms-block-container-row .is-ctl-accountorder .checkout .checkout-aside:last-child, .is-ctl-accountorder .checkout .twt-custom-cms-about-photo .cms-block-container .cms-block-container-row .checkout-aside:last-child, .twt-custom-cms-about-photo .cms-block-container .cms-block-container-row .is-act-finishpage .checkout .checkout-additional:last-child, .is-act-finishpage .checkout .twt-custom-cms-about-photo .cms-block-container .cms-block-container-row .checkout-additional:last-child, .twt-custom-cms-about-photo .cms-block-container .cms-block-container-row .is-act-finishpage .checkout .checkout-aside:last-child, .is-act-finishpage .checkout .twt-custom-cms-about-photo .cms-block-container .cms-block-container-row .checkout-aside:last-child, .twt-custom-cms-about-photo .cms-block-container .cms-block-container-row .col-md-8 {
  flex: 0 0 auto;
  width: calc(100% - 400px);
  max-width: inherit;
  margin-top: 10px;
  padding-right: 50px;
}
@media (max-width: 991.98px) {
  .twt-custom-cms-about-photo .cms-block-container .cms-block-container-row .col-md-6:first-child, .twt-custom-cms-about-photo .cms-block-container .cms-block-container-row .is-act-confirmpage .checkout .checkout-aside:first-child, .is-act-confirmpage .checkout .twt-custom-cms-about-photo .cms-block-container .cms-block-container-row .checkout-aside:first-child, .twt-custom-cms-about-photo .cms-block-container .cms-block-container-row .is-ctl-accountorder .checkout .checkout-aside:first-child, .is-ctl-accountorder .checkout .twt-custom-cms-about-photo .cms-block-container .cms-block-container-row .checkout-aside:first-child, .twt-custom-cms-about-photo .cms-block-container .cms-block-container-row .is-act-finishpage .checkout .checkout-additional:first-child, .is-act-finishpage .checkout .twt-custom-cms-about-photo .cms-block-container .cms-block-container-row .checkout-additional:first-child, .twt-custom-cms-about-photo .cms-block-container .cms-block-container-row .is-act-finishpage .checkout .checkout-aside:first-child, .is-act-finishpage .checkout .twt-custom-cms-about-photo .cms-block-container .cms-block-container-row .checkout-aside:first-child, .twt-custom-cms-about-photo .cms-block-container .cms-block-container-row .col-md-4, .twt-custom-cms-about-photo .cms-block-container .cms-block-container-row .is-act-checkoutregisterpage .checkout .checkout-aside, .is-act-checkoutregisterpage .checkout .twt-custom-cms-about-photo .cms-block-container .cms-block-container-row .checkout-aside {
    flex: 0 0 100%;
    order: 2;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 40px 40px 0 40px;
  }
  .twt-custom-cms-about-photo .cms-block-container .cms-block-container-row .col-md-6:first-child img, .twt-custom-cms-about-photo .cms-block-container .cms-block-container-row .is-act-confirmpage .checkout .checkout-aside:first-child img, .is-act-confirmpage .checkout .twt-custom-cms-about-photo .cms-block-container .cms-block-container-row .checkout-aside:first-child img, .twt-custom-cms-about-photo .cms-block-container .cms-block-container-row .is-ctl-accountorder .checkout .checkout-aside:first-child img, .is-ctl-accountorder .checkout .twt-custom-cms-about-photo .cms-block-container .cms-block-container-row .checkout-aside:first-child img, .twt-custom-cms-about-photo .cms-block-container .cms-block-container-row .is-act-finishpage .checkout .checkout-additional:first-child img, .is-act-finishpage .checkout .twt-custom-cms-about-photo .cms-block-container .cms-block-container-row .checkout-additional:first-child img, .twt-custom-cms-about-photo .cms-block-container .cms-block-container-row .is-act-finishpage .checkout .checkout-aside:first-child img, .is-act-finishpage .checkout .twt-custom-cms-about-photo .cms-block-container .cms-block-container-row .checkout-aside:first-child img, .twt-custom-cms-about-photo .cms-block-container .cms-block-container-row .col-md-4 img, .twt-custom-cms-about-photo .cms-block-container .cms-block-container-row .is-act-checkoutregisterpage .checkout .checkout-aside img, .is-act-checkoutregisterpage .checkout .twt-custom-cms-about-photo .cms-block-container .cms-block-container-row .checkout-aside img {
    max-width: 240px;
    height: auto;
  }
  .twt-custom-cms-about-photo .cms-block-container .cms-block-container-row .col-md-6:last-child, .twt-custom-cms-about-photo .cms-block-container .cms-block-container-row .is-act-confirmpage .checkout .checkout-aside:last-child, .is-act-confirmpage .checkout .twt-custom-cms-about-photo .cms-block-container .cms-block-container-row .checkout-aside:last-child, .twt-custom-cms-about-photo .cms-block-container .cms-block-container-row .is-ctl-accountorder .checkout .checkout-aside:last-child, .is-ctl-accountorder .checkout .twt-custom-cms-about-photo .cms-block-container .cms-block-container-row .checkout-aside:last-child, .twt-custom-cms-about-photo .cms-block-container .cms-block-container-row .is-act-finishpage .checkout .checkout-additional:last-child, .is-act-finishpage .checkout .twt-custom-cms-about-photo .cms-block-container .cms-block-container-row .checkout-additional:last-child, .twt-custom-cms-about-photo .cms-block-container .cms-block-container-row .is-act-finishpage .checkout .checkout-aside:last-child, .is-act-finishpage .checkout .twt-custom-cms-about-photo .cms-block-container .cms-block-container-row .checkout-aside:last-child, .twt-custom-cms-about-photo .cms-block-container .cms-block-container-row .col-md-8 {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    padding: 0 40px;
  }
}
.twt-custom-cms-about-photo.dark .cms-block-container {
  background-color: #ffffff;
}
.twt-custom-cms-eq-height .col-md-6 > div, .twt-custom-cms-eq-height .is-act-confirmpage .checkout .checkout-aside > div, .is-act-confirmpage .checkout .twt-custom-cms-eq-height .checkout-aside > div, .twt-custom-cms-eq-height .is-ctl-accountorder .checkout .checkout-aside > div, .is-ctl-accountorder .checkout .twt-custom-cms-eq-height .checkout-aside > div, .twt-custom-cms-eq-height .is-act-finishpage .checkout .checkout-additional > div, .is-act-finishpage .checkout .twt-custom-cms-eq-height .checkout-additional > div, .twt-custom-cms-eq-height .is-act-finishpage .checkout .checkout-aside > div, .is-act-finishpage .checkout .twt-custom-cms-eq-height .checkout-aside > div {
  height: 100%;
}
.twt-cms-boxed-content {
  /*.cms-section-default {
		max-width: $twt-container-max-width;
		margin: auto;
	}

	.cms-block {
		padding: 20px;
	}*/
}
.twt-cms-boxed-content .cms-block {
  max-width: calc(1400 - 40px);
  margin: auto;
}
.twt-cms-block-boxed {
  max-width: calc(1400 - 40px);
  margin: auto;
}
.twt-cms-hide-manufacturer-logo .product-heading-manufacturer-logo-container {
  display: none;
}
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___  (R)
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __|
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: CMS box shadow classes
	==================================================
	see https://service.tc-innovations.de/themeware/sw6/article/2129
*/
.twt-cms-box-shadow-level-1 {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.1);
}
.twt-cms-box-shadow-level-2 {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1), 0 3px 6px rgba(0, 0, 0, 0.1);
}
.twt-cms-box-shadow-level-3 {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1), 0 6px 6px rgba(0, 0, 0, 0.1);
}
.twt-cms-box-shadow-level-4 {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.1), 0 10px 10px rgba(0, 0, 0, 0.1);
}
.twt-cms-box-shadow-level-5 {
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.1), 0 15px 12px rgba(0, 0, 0, 0.1);
}
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___  (R)
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __|
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: CMS column margin-bottom classes
	==================================================

	Info: ThemeWare CSS-Klassen mit welchen die Spaltenabstände (margin-bottom) in CMS-Elementen modifiziert werden können.
*/
/* @TODO:
 * [ ] Grids prüfen...
 */
.twt-cms-col-margin-5 .row, .twt-cms-col-margin-5 .account-content, .twt-cms-col-margin-5 .is-act-cartpage .checkout .checkout-container, .is-act-cartpage .checkout .twt-cms-col-margin-5 .checkout-container, .twt-cms-col-margin-5 .is-act-checkoutregisterpage .checkout .checkout-container, .is-act-checkoutregisterpage .checkout .twt-cms-col-margin-5 .checkout-container, .twt-cms-col-margin-5 .is-act-confirmpage .checkout .checkout-container, .is-act-confirmpage .checkout .twt-cms-col-margin-5 .checkout-container, .twt-cms-col-margin-5 .is-ctl-accountorder .checkout .checkout-container, .is-ctl-accountorder .checkout .twt-cms-col-margin-5 .checkout-container, .twt-cms-col-margin-5 .is-act-finishpage .checkout .checkout-container, .is-act-finishpage .checkout .twt-cms-col-margin-5 .checkout-container, .twt-cms-col-margin-5 body.is-act-confirmpage .checkout .checkout-container, body.is-act-confirmpage .checkout .twt-cms-col-margin-5 .checkout-container {
  margin-bottom: -5px;
}
.twt-cms-col-margin-5 .twt-column {
  margin-bottom: 5px;
}
.twt-cms-col-margin-10 .row, .twt-cms-col-margin-10 .account-content, .twt-cms-col-margin-10 .is-act-cartpage .checkout .checkout-container, .is-act-cartpage .checkout .twt-cms-col-margin-10 .checkout-container, .twt-cms-col-margin-10 .is-act-checkoutregisterpage .checkout .checkout-container, .is-act-checkoutregisterpage .checkout .twt-cms-col-margin-10 .checkout-container, .twt-cms-col-margin-10 .is-act-confirmpage .checkout .checkout-container, .is-act-confirmpage .checkout .twt-cms-col-margin-10 .checkout-container, .twt-cms-col-margin-10 .is-ctl-accountorder .checkout .checkout-container, .is-ctl-accountorder .checkout .twt-cms-col-margin-10 .checkout-container, .twt-cms-col-margin-10 .is-act-finishpage .checkout .checkout-container, .is-act-finishpage .checkout .twt-cms-col-margin-10 .checkout-container, .twt-cms-col-margin-10 body.is-act-confirmpage .checkout .checkout-container, body.is-act-confirmpage .checkout .twt-cms-col-margin-10 .checkout-container {
  margin-bottom: -10px;
}
.twt-cms-col-margin-10 .twt-column {
  margin-bottom: 10px;
}
.twt-cms-col-margin-15 .row, .twt-cms-col-margin-15 .account-content, .twt-cms-col-margin-15 .is-act-cartpage .checkout .checkout-container, .is-act-cartpage .checkout .twt-cms-col-margin-15 .checkout-container, .twt-cms-col-margin-15 .is-act-checkoutregisterpage .checkout .checkout-container, .is-act-checkoutregisterpage .checkout .twt-cms-col-margin-15 .checkout-container, .twt-cms-col-margin-15 .is-act-confirmpage .checkout .checkout-container, .is-act-confirmpage .checkout .twt-cms-col-margin-15 .checkout-container, .twt-cms-col-margin-15 .is-ctl-accountorder .checkout .checkout-container, .is-ctl-accountorder .checkout .twt-cms-col-margin-15 .checkout-container, .twt-cms-col-margin-15 .is-act-finishpage .checkout .checkout-container, .is-act-finishpage .checkout .twt-cms-col-margin-15 .checkout-container, .twt-cms-col-margin-15 body.is-act-confirmpage .checkout .checkout-container, body.is-act-confirmpage .checkout .twt-cms-col-margin-15 .checkout-container {
  margin-bottom: -15px;
}
.twt-cms-col-margin-15 .twt-column {
  margin-bottom: 15px;
}
.twt-cms-col-margin-20 .row, .twt-cms-col-margin-20 .account-content, .twt-cms-col-margin-20 .is-act-cartpage .checkout .checkout-container, .is-act-cartpage .checkout .twt-cms-col-margin-20 .checkout-container, .twt-cms-col-margin-20 .is-act-checkoutregisterpage .checkout .checkout-container, .is-act-checkoutregisterpage .checkout .twt-cms-col-margin-20 .checkout-container, .twt-cms-col-margin-20 .is-act-confirmpage .checkout .checkout-container, .is-act-confirmpage .checkout .twt-cms-col-margin-20 .checkout-container, .twt-cms-col-margin-20 .is-ctl-accountorder .checkout .checkout-container, .is-ctl-accountorder .checkout .twt-cms-col-margin-20 .checkout-container, .twt-cms-col-margin-20 .is-act-finishpage .checkout .checkout-container, .is-act-finishpage .checkout .twt-cms-col-margin-20 .checkout-container, .twt-cms-col-margin-20 body.is-act-confirmpage .checkout .checkout-container, body.is-act-confirmpage .checkout .twt-cms-col-margin-20 .checkout-container {
  margin-bottom: -20px;
}
.twt-cms-col-margin-20 .twt-column {
  margin-bottom: 20px;
}
.twt-cms-col-margin-25 .row, .twt-cms-col-margin-25 .account-content, .twt-cms-col-margin-25 .is-act-cartpage .checkout .checkout-container, .is-act-cartpage .checkout .twt-cms-col-margin-25 .checkout-container, .twt-cms-col-margin-25 .is-act-checkoutregisterpage .checkout .checkout-container, .is-act-checkoutregisterpage .checkout .twt-cms-col-margin-25 .checkout-container, .twt-cms-col-margin-25 .is-act-confirmpage .checkout .checkout-container, .is-act-confirmpage .checkout .twt-cms-col-margin-25 .checkout-container, .twt-cms-col-margin-25 .is-ctl-accountorder .checkout .checkout-container, .is-ctl-accountorder .checkout .twt-cms-col-margin-25 .checkout-container, .twt-cms-col-margin-25 .is-act-finishpage .checkout .checkout-container, .is-act-finishpage .checkout .twt-cms-col-margin-25 .checkout-container, .twt-cms-col-margin-25 body.is-act-confirmpage .checkout .checkout-container, body.is-act-confirmpage .checkout .twt-cms-col-margin-25 .checkout-container {
  margin-bottom: -25px;
}
.twt-cms-col-margin-25 .twt-column {
  margin-bottom: 25px;
}
.twt-cms-col-margin-30 .row, .twt-cms-col-margin-30 .account-content, .twt-cms-col-margin-30 .is-act-cartpage .checkout .checkout-container, .is-act-cartpage .checkout .twt-cms-col-margin-30 .checkout-container, .twt-cms-col-margin-30 .is-act-checkoutregisterpage .checkout .checkout-container, .is-act-checkoutregisterpage .checkout .twt-cms-col-margin-30 .checkout-container, .twt-cms-col-margin-30 .is-act-confirmpage .checkout .checkout-container, .is-act-confirmpage .checkout .twt-cms-col-margin-30 .checkout-container, .twt-cms-col-margin-30 .is-ctl-accountorder .checkout .checkout-container, .is-ctl-accountorder .checkout .twt-cms-col-margin-30 .checkout-container, .twt-cms-col-margin-30 .is-act-finishpage .checkout .checkout-container, .is-act-finishpage .checkout .twt-cms-col-margin-30 .checkout-container, .twt-cms-col-margin-30 body.is-act-confirmpage .checkout .checkout-container, body.is-act-confirmpage .checkout .twt-cms-col-margin-30 .checkout-container {
  margin-bottom: -30px;
}
.twt-cms-col-margin-30 .twt-column {
  margin-bottom: 30px;
}
.twt-cms-col-margin-35 .row, .twt-cms-col-margin-35 .account-content, .twt-cms-col-margin-35 .is-act-cartpage .checkout .checkout-container, .is-act-cartpage .checkout .twt-cms-col-margin-35 .checkout-container, .twt-cms-col-margin-35 .is-act-checkoutregisterpage .checkout .checkout-container, .is-act-checkoutregisterpage .checkout .twt-cms-col-margin-35 .checkout-container, .twt-cms-col-margin-35 .is-act-confirmpage .checkout .checkout-container, .is-act-confirmpage .checkout .twt-cms-col-margin-35 .checkout-container, .twt-cms-col-margin-35 .is-ctl-accountorder .checkout .checkout-container, .is-ctl-accountorder .checkout .twt-cms-col-margin-35 .checkout-container, .twt-cms-col-margin-35 .is-act-finishpage .checkout .checkout-container, .is-act-finishpage .checkout .twt-cms-col-margin-35 .checkout-container, .twt-cms-col-margin-35 body.is-act-confirmpage .checkout .checkout-container, body.is-act-confirmpage .checkout .twt-cms-col-margin-35 .checkout-container {
  margin-bottom: -35px;
}
.twt-cms-col-margin-35 .twt-column {
  margin-bottom: 35px;
}
.twt-cms-col-margin-40 .row, .twt-cms-col-margin-40 .account-content, .twt-cms-col-margin-40 .is-act-cartpage .checkout .checkout-container, .is-act-cartpage .checkout .twt-cms-col-margin-40 .checkout-container, .twt-cms-col-margin-40 .is-act-checkoutregisterpage .checkout .checkout-container, .is-act-checkoutregisterpage .checkout .twt-cms-col-margin-40 .checkout-container, .twt-cms-col-margin-40 .is-act-confirmpage .checkout .checkout-container, .is-act-confirmpage .checkout .twt-cms-col-margin-40 .checkout-container, .twt-cms-col-margin-40 .is-ctl-accountorder .checkout .checkout-container, .is-ctl-accountorder .checkout .twt-cms-col-margin-40 .checkout-container, .twt-cms-col-margin-40 .is-act-finishpage .checkout .checkout-container, .is-act-finishpage .checkout .twt-cms-col-margin-40 .checkout-container, .twt-cms-col-margin-40 body.is-act-confirmpage .checkout .checkout-container, body.is-act-confirmpage .checkout .twt-cms-col-margin-40 .checkout-container {
  margin-bottom: -40px;
}
.twt-cms-col-margin-40 .twt-column {
  margin-bottom: 40px;
}
.twt-cms-col-margin-45 .row, .twt-cms-col-margin-45 .account-content, .twt-cms-col-margin-45 .is-act-cartpage .checkout .checkout-container, .is-act-cartpage .checkout .twt-cms-col-margin-45 .checkout-container, .twt-cms-col-margin-45 .is-act-checkoutregisterpage .checkout .checkout-container, .is-act-checkoutregisterpage .checkout .twt-cms-col-margin-45 .checkout-container, .twt-cms-col-margin-45 .is-act-confirmpage .checkout .checkout-container, .is-act-confirmpage .checkout .twt-cms-col-margin-45 .checkout-container, .twt-cms-col-margin-45 .is-ctl-accountorder .checkout .checkout-container, .is-ctl-accountorder .checkout .twt-cms-col-margin-45 .checkout-container, .twt-cms-col-margin-45 .is-act-finishpage .checkout .checkout-container, .is-act-finishpage .checkout .twt-cms-col-margin-45 .checkout-container, .twt-cms-col-margin-45 body.is-act-confirmpage .checkout .checkout-container, body.is-act-confirmpage .checkout .twt-cms-col-margin-45 .checkout-container {
  margin-bottom: -45px;
}
.twt-cms-col-margin-45 .twt-column {
  margin-bottom: 45px;
}
.twt-cms-col-margin-50 .row, .twt-cms-col-margin-50 .account-content, .twt-cms-col-margin-50 .is-act-cartpage .checkout .checkout-container, .is-act-cartpage .checkout .twt-cms-col-margin-50 .checkout-container, .twt-cms-col-margin-50 .is-act-checkoutregisterpage .checkout .checkout-container, .is-act-checkoutregisterpage .checkout .twt-cms-col-margin-50 .checkout-container, .twt-cms-col-margin-50 .is-act-confirmpage .checkout .checkout-container, .is-act-confirmpage .checkout .twt-cms-col-margin-50 .checkout-container, .twt-cms-col-margin-50 .is-ctl-accountorder .checkout .checkout-container, .is-ctl-accountorder .checkout .twt-cms-col-margin-50 .checkout-container, .twt-cms-col-margin-50 .is-act-finishpage .checkout .checkout-container, .is-act-finishpage .checkout .twt-cms-col-margin-50 .checkout-container, .twt-cms-col-margin-50 body.is-act-confirmpage .checkout .checkout-container, body.is-act-confirmpage .checkout .twt-cms-col-margin-50 .checkout-container {
  margin-bottom: -50px;
}
.twt-cms-col-margin-50 .twt-column {
  margin-bottom: 50px;
}
.twt-cms-col-margin-55 .row, .twt-cms-col-margin-55 .account-content, .twt-cms-col-margin-55 .is-act-cartpage .checkout .checkout-container, .is-act-cartpage .checkout .twt-cms-col-margin-55 .checkout-container, .twt-cms-col-margin-55 .is-act-checkoutregisterpage .checkout .checkout-container, .is-act-checkoutregisterpage .checkout .twt-cms-col-margin-55 .checkout-container, .twt-cms-col-margin-55 .is-act-confirmpage .checkout .checkout-container, .is-act-confirmpage .checkout .twt-cms-col-margin-55 .checkout-container, .twt-cms-col-margin-55 .is-ctl-accountorder .checkout .checkout-container, .is-ctl-accountorder .checkout .twt-cms-col-margin-55 .checkout-container, .twt-cms-col-margin-55 .is-act-finishpage .checkout .checkout-container, .is-act-finishpage .checkout .twt-cms-col-margin-55 .checkout-container, .twt-cms-col-margin-55 body.is-act-confirmpage .checkout .checkout-container, body.is-act-confirmpage .checkout .twt-cms-col-margin-55 .checkout-container {
  margin-bottom: -55px;
}
.twt-cms-col-margin-55 .twt-column {
  margin-bottom: 55px;
}
.twt-cms-col-margin-60 .row, .twt-cms-col-margin-60 .account-content, .twt-cms-col-margin-60 .is-act-cartpage .checkout .checkout-container, .is-act-cartpage .checkout .twt-cms-col-margin-60 .checkout-container, .twt-cms-col-margin-60 .is-act-checkoutregisterpage .checkout .checkout-container, .is-act-checkoutregisterpage .checkout .twt-cms-col-margin-60 .checkout-container, .twt-cms-col-margin-60 .is-act-confirmpage .checkout .checkout-container, .is-act-confirmpage .checkout .twt-cms-col-margin-60 .checkout-container, .twt-cms-col-margin-60 .is-ctl-accountorder .checkout .checkout-container, .is-ctl-accountorder .checkout .twt-cms-col-margin-60 .checkout-container, .twt-cms-col-margin-60 .is-act-finishpage .checkout .checkout-container, .is-act-finishpage .checkout .twt-cms-col-margin-60 .checkout-container, .twt-cms-col-margin-60 body.is-act-confirmpage .checkout .checkout-container, body.is-act-confirmpage .checkout .twt-cms-col-margin-60 .checkout-container {
  margin-bottom: -60px;
}
.twt-cms-col-margin-60 .twt-column {
  margin-bottom: 60px;
}
.twt-cms-col-margin-65 .row, .twt-cms-col-margin-65 .account-content, .twt-cms-col-margin-65 .is-act-cartpage .checkout .checkout-container, .is-act-cartpage .checkout .twt-cms-col-margin-65 .checkout-container, .twt-cms-col-margin-65 .is-act-checkoutregisterpage .checkout .checkout-container, .is-act-checkoutregisterpage .checkout .twt-cms-col-margin-65 .checkout-container, .twt-cms-col-margin-65 .is-act-confirmpage .checkout .checkout-container, .is-act-confirmpage .checkout .twt-cms-col-margin-65 .checkout-container, .twt-cms-col-margin-65 .is-ctl-accountorder .checkout .checkout-container, .is-ctl-accountorder .checkout .twt-cms-col-margin-65 .checkout-container, .twt-cms-col-margin-65 .is-act-finishpage .checkout .checkout-container, .is-act-finishpage .checkout .twt-cms-col-margin-65 .checkout-container, .twt-cms-col-margin-65 body.is-act-confirmpage .checkout .checkout-container, body.is-act-confirmpage .checkout .twt-cms-col-margin-65 .checkout-container {
  margin-bottom: -65px;
}
.twt-cms-col-margin-65 .twt-column {
  margin-bottom: 65px;
}
.twt-cms-col-margin-70 .row, .twt-cms-col-margin-70 .account-content, .twt-cms-col-margin-70 .is-act-cartpage .checkout .checkout-container, .is-act-cartpage .checkout .twt-cms-col-margin-70 .checkout-container, .twt-cms-col-margin-70 .is-act-checkoutregisterpage .checkout .checkout-container, .is-act-checkoutregisterpage .checkout .twt-cms-col-margin-70 .checkout-container, .twt-cms-col-margin-70 .is-act-confirmpage .checkout .checkout-container, .is-act-confirmpage .checkout .twt-cms-col-margin-70 .checkout-container, .twt-cms-col-margin-70 .is-ctl-accountorder .checkout .checkout-container, .is-ctl-accountorder .checkout .twt-cms-col-margin-70 .checkout-container, .twt-cms-col-margin-70 .is-act-finishpage .checkout .checkout-container, .is-act-finishpage .checkout .twt-cms-col-margin-70 .checkout-container, .twt-cms-col-margin-70 body.is-act-confirmpage .checkout .checkout-container, body.is-act-confirmpage .checkout .twt-cms-col-margin-70 .checkout-container {
  margin-bottom: -70px;
}
.twt-cms-col-margin-70 .twt-column {
  margin-bottom: 70px;
}
.twt-cms-col-margin-75 .row, .twt-cms-col-margin-75 .account-content, .twt-cms-col-margin-75 .is-act-cartpage .checkout .checkout-container, .is-act-cartpage .checkout .twt-cms-col-margin-75 .checkout-container, .twt-cms-col-margin-75 .is-act-checkoutregisterpage .checkout .checkout-container, .is-act-checkoutregisterpage .checkout .twt-cms-col-margin-75 .checkout-container, .twt-cms-col-margin-75 .is-act-confirmpage .checkout .checkout-container, .is-act-confirmpage .checkout .twt-cms-col-margin-75 .checkout-container, .twt-cms-col-margin-75 .is-ctl-accountorder .checkout .checkout-container, .is-ctl-accountorder .checkout .twt-cms-col-margin-75 .checkout-container, .twt-cms-col-margin-75 .is-act-finishpage .checkout .checkout-container, .is-act-finishpage .checkout .twt-cms-col-margin-75 .checkout-container, .twt-cms-col-margin-75 body.is-act-confirmpage .checkout .checkout-container, body.is-act-confirmpage .checkout .twt-cms-col-margin-75 .checkout-container {
  margin-bottom: -75px;
}
.twt-cms-col-margin-75 .twt-column {
  margin-bottom: 75px;
}
.twt-cms-col-margin-80 .row, .twt-cms-col-margin-80 .account-content, .twt-cms-col-margin-80 .is-act-cartpage .checkout .checkout-container, .is-act-cartpage .checkout .twt-cms-col-margin-80 .checkout-container, .twt-cms-col-margin-80 .is-act-checkoutregisterpage .checkout .checkout-container, .is-act-checkoutregisterpage .checkout .twt-cms-col-margin-80 .checkout-container, .twt-cms-col-margin-80 .is-act-confirmpage .checkout .checkout-container, .is-act-confirmpage .checkout .twt-cms-col-margin-80 .checkout-container, .twt-cms-col-margin-80 .is-ctl-accountorder .checkout .checkout-container, .is-ctl-accountorder .checkout .twt-cms-col-margin-80 .checkout-container, .twt-cms-col-margin-80 .is-act-finishpage .checkout .checkout-container, .is-act-finishpage .checkout .twt-cms-col-margin-80 .checkout-container, .twt-cms-col-margin-80 body.is-act-confirmpage .checkout .checkout-container, body.is-act-confirmpage .checkout .twt-cms-col-margin-80 .checkout-container {
  margin-bottom: -80px;
}
.twt-cms-col-margin-80 .twt-column {
  margin-bottom: 80px;
}
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___  (R)
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __|
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: CMS column padding-left/-right classes
	==================================================

	Info: ThemeWare CSS-Klassen mit welchen die Spaltenabstände (padding-left/-right) in CMS-Elementen modifiziert werden können.
*/
/* @TODO:
 * [ ] Remove long class names... #v2.1.0
 */
.twt-custom-cms-col-padding-0 .row, .twt-custom-cms-col-padding-0 .account-content, .twt-custom-cms-col-padding-0 .is-act-cartpage .checkout .checkout-container, .is-act-cartpage .checkout .twt-custom-cms-col-padding-0 .checkout-container, .twt-custom-cms-col-padding-0 .is-act-checkoutregisterpage .checkout .checkout-container, .is-act-checkoutregisterpage .checkout .twt-custom-cms-col-padding-0 .checkout-container, .twt-custom-cms-col-padding-0 .is-act-confirmpage .checkout .checkout-container, .is-act-confirmpage .checkout .twt-custom-cms-col-padding-0 .checkout-container, .twt-custom-cms-col-padding-0 .is-ctl-accountorder .checkout .checkout-container, .is-ctl-accountorder .checkout .twt-custom-cms-col-padding-0 .checkout-container, .twt-custom-cms-col-padding-0 .is-act-finishpage .checkout .checkout-container, .is-act-finishpage .checkout .twt-custom-cms-col-padding-0 .checkout-container, .twt-custom-cms-col-padding-0 body.is-act-confirmpage .checkout .checkout-container, body.is-act-confirmpage .checkout .twt-custom-cms-col-padding-0 .checkout-container, .twt-cms-col-padding-0 .row, .twt-cms-col-padding-0 .account-content, .twt-cms-col-padding-0 .is-act-cartpage .checkout .checkout-container, .is-act-cartpage .checkout .twt-cms-col-padding-0 .checkout-container, .twt-cms-col-padding-0 .is-act-checkoutregisterpage .checkout .checkout-container, .is-act-checkoutregisterpage .checkout .twt-cms-col-padding-0 .checkout-container, .twt-cms-col-padding-0 .is-act-confirmpage .checkout .checkout-container, .is-act-confirmpage .checkout .twt-cms-col-padding-0 .checkout-container, .twt-cms-col-padding-0 .is-ctl-accountorder .checkout .checkout-container, .is-ctl-accountorder .checkout .twt-cms-col-padding-0 .checkout-container, .twt-cms-col-padding-0 .is-act-finishpage .checkout .checkout-container, .is-act-finishpage .checkout .twt-cms-col-padding-0 .checkout-container, .twt-cms-col-padding-0 body.is-act-confirmpage .checkout .checkout-container, body.is-act-confirmpage .checkout .twt-cms-col-padding-0 .checkout-container {
  margin-right: 0;
  margin-left: 0;
}
.twt-custom-cms-col-padding-0 div[class*="col-"], .twt-cms-col-padding-0 div[class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.twt-custom-cms-col-padding-0 div[class*="col-"] .left, .twt-custom-cms-col-padding-0 div[class*="col-"] .left-top, .twt-cms-col-padding-0 div[class*="col-"] .left, .twt-cms-col-padding-0 div[class*="col-"] .left-top {
  margin-bottom: 0;
}
.twt-custom-cms-col-padding-0 div[class*="col-"] .right-top, .twt-cms-col-padding-0 div[class*="col-"] .right-top {
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .twt-custom-cms-col-padding-0 .left-bottom, .twt-cms-col-padding-0 .left-bottom {
    margin-bottom: 0 !important;
  }
}
@media (max-width: 767.98px) {
  .twt-custom-cms-col-padding-0[class*="twt-grid-"] .left.column, .twt-cms-col-padding-0[class*="twt-grid-"] .left.column {
    margin-bottom: 0;
    padding-right: 0;
  }
  .twt-custom-cms-col-padding-0[class*="twt-grid-"] .right.column, .twt-cms-col-padding-0[class*="twt-grid-"] .right.column {
    margin-bottom: 0;
    padding-left: 0;
  }
}
.twt-custom-cms-col-padding-5 .row, .twt-custom-cms-col-padding-5 .account-content, .twt-custom-cms-col-padding-5 .is-act-cartpage .checkout .checkout-container, .is-act-cartpage .checkout .twt-custom-cms-col-padding-5 .checkout-container, .twt-custom-cms-col-padding-5 .is-act-checkoutregisterpage .checkout .checkout-container, .is-act-checkoutregisterpage .checkout .twt-custom-cms-col-padding-5 .checkout-container, .twt-custom-cms-col-padding-5 .is-act-confirmpage .checkout .checkout-container, .is-act-confirmpage .checkout .twt-custom-cms-col-padding-5 .checkout-container, .twt-custom-cms-col-padding-5 .is-ctl-accountorder .checkout .checkout-container, .is-ctl-accountorder .checkout .twt-custom-cms-col-padding-5 .checkout-container, .twt-custom-cms-col-padding-5 .is-act-finishpage .checkout .checkout-container, .is-act-finishpage .checkout .twt-custom-cms-col-padding-5 .checkout-container, .twt-custom-cms-col-padding-5 body.is-act-confirmpage .checkout .checkout-container, body.is-act-confirmpage .checkout .twt-custom-cms-col-padding-5 .checkout-container, .twt-cms-col-padding-5 .row, .twt-cms-col-padding-5 .account-content, .twt-cms-col-padding-5 .is-act-cartpage .checkout .checkout-container, .is-act-cartpage .checkout .twt-cms-col-padding-5 .checkout-container, .twt-cms-col-padding-5 .is-act-checkoutregisterpage .checkout .checkout-container, .is-act-checkoutregisterpage .checkout .twt-cms-col-padding-5 .checkout-container, .twt-cms-col-padding-5 .is-act-confirmpage .checkout .checkout-container, .is-act-confirmpage .checkout .twt-cms-col-padding-5 .checkout-container, .twt-cms-col-padding-5 .is-ctl-accountorder .checkout .checkout-container, .is-ctl-accountorder .checkout .twt-cms-col-padding-5 .checkout-container, .twt-cms-col-padding-5 .is-act-finishpage .checkout .checkout-container, .is-act-finishpage .checkout .twt-cms-col-padding-5 .checkout-container, .twt-cms-col-padding-5 body.is-act-confirmpage .checkout .checkout-container, body.is-act-confirmpage .checkout .twt-cms-col-padding-5 .checkout-container {
  margin-right: -5px;
  margin-left: -5px;
}
.twt-custom-cms-col-padding-5 div[class*="col-"], .twt-cms-col-padding-5 div[class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}
.twt-custom-cms-col-padding-5 div[class*="col-"] .left, .twt-custom-cms-col-padding-5 div[class*="col-"] .left-top, .twt-cms-col-padding-5 div[class*="col-"] .left, .twt-cms-col-padding-5 div[class*="col-"] .left-top {
  margin-bottom: 10px;
}
.twt-custom-cms-col-padding-5 div[class*="col-"] .right-top, .twt-cms-col-padding-5 div[class*="col-"] .right-top {
  margin-bottom: 10px;
}
@media (max-width: 767.98px) {
  .twt-custom-cms-col-padding-5 .left-bottom, .twt-cms-col-padding-5 .left-bottom {
    margin-bottom: 10px !important;
  }
}
@media (max-width: 767.98px) {
  .twt-custom-cms-col-padding-5[class*="twt-grid-"] .left.column, .twt-cms-col-padding-5[class*="twt-grid-"] .left.column {
    margin-bottom: 10px;
    padding-right: 5px;
  }
  .twt-custom-cms-col-padding-5[class*="twt-grid-"] .right.column, .twt-cms-col-padding-5[class*="twt-grid-"] .right.column {
    margin-bottom: 10px;
    padding-left: 5px;
  }
}
.twt-custom-cms-col-padding-10 .row, .twt-custom-cms-col-padding-10 .account-content, .twt-custom-cms-col-padding-10 .is-act-cartpage .checkout .checkout-container, .is-act-cartpage .checkout .twt-custom-cms-col-padding-10 .checkout-container, .twt-custom-cms-col-padding-10 .is-act-checkoutregisterpage .checkout .checkout-container, .is-act-checkoutregisterpage .checkout .twt-custom-cms-col-padding-10 .checkout-container, .twt-custom-cms-col-padding-10 .is-act-confirmpage .checkout .checkout-container, .is-act-confirmpage .checkout .twt-custom-cms-col-padding-10 .checkout-container, .twt-custom-cms-col-padding-10 .is-ctl-accountorder .checkout .checkout-container, .is-ctl-accountorder .checkout .twt-custom-cms-col-padding-10 .checkout-container, .twt-custom-cms-col-padding-10 .is-act-finishpage .checkout .checkout-container, .is-act-finishpage .checkout .twt-custom-cms-col-padding-10 .checkout-container, .twt-custom-cms-col-padding-10 body.is-act-confirmpage .checkout .checkout-container, body.is-act-confirmpage .checkout .twt-custom-cms-col-padding-10 .checkout-container, .twt-cms-col-padding-10 .row, .twt-cms-col-padding-10 .account-content, .twt-cms-col-padding-10 .is-act-cartpage .checkout .checkout-container, .is-act-cartpage .checkout .twt-cms-col-padding-10 .checkout-container, .twt-cms-col-padding-10 .is-act-checkoutregisterpage .checkout .checkout-container, .is-act-checkoutregisterpage .checkout .twt-cms-col-padding-10 .checkout-container, .twt-cms-col-padding-10 .is-act-confirmpage .checkout .checkout-container, .is-act-confirmpage .checkout .twt-cms-col-padding-10 .checkout-container, .twt-cms-col-padding-10 .is-ctl-accountorder .checkout .checkout-container, .is-ctl-accountorder .checkout .twt-cms-col-padding-10 .checkout-container, .twt-cms-col-padding-10 .is-act-finishpage .checkout .checkout-container, .is-act-finishpage .checkout .twt-cms-col-padding-10 .checkout-container, .twt-cms-col-padding-10 body.is-act-confirmpage .checkout .checkout-container, body.is-act-confirmpage .checkout .twt-cms-col-padding-10 .checkout-container {
  margin-right: -10px;
  margin-left: -10px;
}
.twt-custom-cms-col-padding-10 div[class*="col-"], .twt-cms-col-padding-10 div[class*="col-"] {
  padding-right: 10px;
  padding-left: 10px;
}
.twt-custom-cms-col-padding-10 div[class*="col-"] .left, .twt-custom-cms-col-padding-10 div[class*="col-"] .left-top, .twt-cms-col-padding-10 div[class*="col-"] .left, .twt-cms-col-padding-10 div[class*="col-"] .left-top {
  margin-bottom: 20px;
}
.twt-custom-cms-col-padding-10 div[class*="col-"] .right-top, .twt-cms-col-padding-10 div[class*="col-"] .right-top {
  margin-bottom: 20px;
}
@media (max-width: 767.98px) {
  .twt-custom-cms-col-padding-10 .left-bottom, .twt-cms-col-padding-10 .left-bottom {
    margin-bottom: 20px !important;
  }
}
@media (max-width: 767.98px) {
  .twt-custom-cms-col-padding-10[class*="twt-grid-"] .left.column, .twt-cms-col-padding-10[class*="twt-grid-"] .left.column {
    margin-bottom: 20px;
    padding-right: 10px;
  }
  .twt-custom-cms-col-padding-10[class*="twt-grid-"] .right.column, .twt-cms-col-padding-10[class*="twt-grid-"] .right.column {
    margin-bottom: 20px;
    padding-left: 10px;
  }
}
.twt-custom-cms-col-padding-15 .row, .twt-custom-cms-col-padding-15 .account-content, .twt-custom-cms-col-padding-15 .is-act-cartpage .checkout .checkout-container, .is-act-cartpage .checkout .twt-custom-cms-col-padding-15 .checkout-container, .twt-custom-cms-col-padding-15 .is-act-checkoutregisterpage .checkout .checkout-container, .is-act-checkoutregisterpage .checkout .twt-custom-cms-col-padding-15 .checkout-container, .twt-custom-cms-col-padding-15 .is-act-confirmpage .checkout .checkout-container, .is-act-confirmpage .checkout .twt-custom-cms-col-padding-15 .checkout-container, .twt-custom-cms-col-padding-15 .is-ctl-accountorder .checkout .checkout-container, .is-ctl-accountorder .checkout .twt-custom-cms-col-padding-15 .checkout-container, .twt-custom-cms-col-padding-15 .is-act-finishpage .checkout .checkout-container, .is-act-finishpage .checkout .twt-custom-cms-col-padding-15 .checkout-container, .twt-custom-cms-col-padding-15 body.is-act-confirmpage .checkout .checkout-container, body.is-act-confirmpage .checkout .twt-custom-cms-col-padding-15 .checkout-container, .twt-cms-col-padding-15 .row, .twt-cms-col-padding-15 .account-content, .twt-cms-col-padding-15 .is-act-cartpage .checkout .checkout-container, .is-act-cartpage .checkout .twt-cms-col-padding-15 .checkout-container, .twt-cms-col-padding-15 .is-act-checkoutregisterpage .checkout .checkout-container, .is-act-checkoutregisterpage .checkout .twt-cms-col-padding-15 .checkout-container, .twt-cms-col-padding-15 .is-act-confirmpage .checkout .checkout-container, .is-act-confirmpage .checkout .twt-cms-col-padding-15 .checkout-container, .twt-cms-col-padding-15 .is-ctl-accountorder .checkout .checkout-container, .is-ctl-accountorder .checkout .twt-cms-col-padding-15 .checkout-container, .twt-cms-col-padding-15 .is-act-finishpage .checkout .checkout-container, .is-act-finishpage .checkout .twt-cms-col-padding-15 .checkout-container, .twt-cms-col-padding-15 body.is-act-confirmpage .checkout .checkout-container, body.is-act-confirmpage .checkout .twt-cms-col-padding-15 .checkout-container {
  margin-right: -15px;
  margin-left: -15px;
}
.twt-custom-cms-col-padding-15 div[class*="col-"], .twt-cms-col-padding-15 div[class*="col-"] {
  padding-right: 15px;
  padding-left: 15px;
}
.twt-custom-cms-col-padding-15 div[class*="col-"] .left, .twt-custom-cms-col-padding-15 div[class*="col-"] .left-top, .twt-cms-col-padding-15 div[class*="col-"] .left, .twt-cms-col-padding-15 div[class*="col-"] .left-top {
  margin-bottom: 30px;
}
.twt-custom-cms-col-padding-15 div[class*="col-"] .right-top, .twt-cms-col-padding-15 div[class*="col-"] .right-top {
  margin-bottom: 30px;
}
@media (max-width: 767.98px) {
  .twt-custom-cms-col-padding-15 .left-bottom, .twt-cms-col-padding-15 .left-bottom {
    margin-bottom: 30px !important;
  }
}
@media (max-width: 767.98px) {
  .twt-custom-cms-col-padding-15[class*="twt-grid-"] .left.column, .twt-cms-col-padding-15[class*="twt-grid-"] .left.column {
    margin-bottom: 30px;
    padding-right: 15px;
  }
  .twt-custom-cms-col-padding-15[class*="twt-grid-"] .right.column, .twt-cms-col-padding-15[class*="twt-grid-"] .right.column {
    margin-bottom: 30px;
    padding-left: 15px;
  }
}
.twt-custom-cms-col-padding-25 .row, .twt-custom-cms-col-padding-25 .account-content, .twt-custom-cms-col-padding-25 .is-act-cartpage .checkout .checkout-container, .is-act-cartpage .checkout .twt-custom-cms-col-padding-25 .checkout-container, .twt-custom-cms-col-padding-25 .is-act-checkoutregisterpage .checkout .checkout-container, .is-act-checkoutregisterpage .checkout .twt-custom-cms-col-padding-25 .checkout-container, .twt-custom-cms-col-padding-25 .is-act-confirmpage .checkout .checkout-container, .is-act-confirmpage .checkout .twt-custom-cms-col-padding-25 .checkout-container, .twt-custom-cms-col-padding-25 .is-ctl-accountorder .checkout .checkout-container, .is-ctl-accountorder .checkout .twt-custom-cms-col-padding-25 .checkout-container, .twt-custom-cms-col-padding-25 .is-act-finishpage .checkout .checkout-container, .is-act-finishpage .checkout .twt-custom-cms-col-padding-25 .checkout-container, .twt-custom-cms-col-padding-25 body.is-act-confirmpage .checkout .checkout-container, body.is-act-confirmpage .checkout .twt-custom-cms-col-padding-25 .checkout-container, .twt-cms-col-padding-25 .row, .twt-cms-col-padding-25 .account-content, .twt-cms-col-padding-25 .is-act-cartpage .checkout .checkout-container, .is-act-cartpage .checkout .twt-cms-col-padding-25 .checkout-container, .twt-cms-col-padding-25 .is-act-checkoutregisterpage .checkout .checkout-container, .is-act-checkoutregisterpage .checkout .twt-cms-col-padding-25 .checkout-container, .twt-cms-col-padding-25 .is-act-confirmpage .checkout .checkout-container, .is-act-confirmpage .checkout .twt-cms-col-padding-25 .checkout-container, .twt-cms-col-padding-25 .is-ctl-accountorder .checkout .checkout-container, .is-ctl-accountorder .checkout .twt-cms-col-padding-25 .checkout-container, .twt-cms-col-padding-25 .is-act-finishpage .checkout .checkout-container, .is-act-finishpage .checkout .twt-cms-col-padding-25 .checkout-container, .twt-cms-col-padding-25 body.is-act-confirmpage .checkout .checkout-container, body.is-act-confirmpage .checkout .twt-cms-col-padding-25 .checkout-container {
  margin-right: -25px;
  margin-left: -25px;
}
.twt-custom-cms-col-padding-25 div[class*="col-"], .twt-cms-col-padding-25 div[class*="col-"] {
  padding-right: 25px;
  padding-left: 25px;
}
.twt-custom-cms-col-padding-25 div[class*="col-"] .left, .twt-custom-cms-col-padding-25 div[class*="col-"] .left-top, .twt-cms-col-padding-25 div[class*="col-"] .left, .twt-cms-col-padding-25 div[class*="col-"] .left-top {
  margin-bottom: 50px;
}
.twt-custom-cms-col-padding-25 div[class*="col-"] .right-top, .twt-cms-col-padding-25 div[class*="col-"] .right-top {
  margin-bottom: 50px;
}
@media (max-width: 767.98px) {
  .twt-custom-cms-col-padding-25 .left-bottom, .twt-cms-col-padding-25 .left-bottom {
    margin-bottom: 50px !important;
  }
}
@media (max-width: 767.98px) {
  .twt-custom-cms-col-padding-25[class*="twt-grid-"] .left.column, .twt-cms-col-padding-25[class*="twt-grid-"] .left.column {
    margin-bottom: 50px;
    padding-right: 25px;
  }
  .twt-custom-cms-col-padding-25[class*="twt-grid-"] .right.column, .twt-cms-col-padding-25[class*="twt-grid-"] .right.column {
    margin-bottom: 50px;
    padding-left: 25px;
  }
}
.twt-custom-cms-col-padding-30 .row, .twt-custom-cms-col-padding-30 .account-content, .twt-custom-cms-col-padding-30 .is-act-cartpage .checkout .checkout-container, .is-act-cartpage .checkout .twt-custom-cms-col-padding-30 .checkout-container, .twt-custom-cms-col-padding-30 .is-act-checkoutregisterpage .checkout .checkout-container, .is-act-checkoutregisterpage .checkout .twt-custom-cms-col-padding-30 .checkout-container, .twt-custom-cms-col-padding-30 .is-act-confirmpage .checkout .checkout-container, .is-act-confirmpage .checkout .twt-custom-cms-col-padding-30 .checkout-container, .twt-custom-cms-col-padding-30 .is-ctl-accountorder .checkout .checkout-container, .is-ctl-accountorder .checkout .twt-custom-cms-col-padding-30 .checkout-container, .twt-custom-cms-col-padding-30 .is-act-finishpage .checkout .checkout-container, .is-act-finishpage .checkout .twt-custom-cms-col-padding-30 .checkout-container, .twt-custom-cms-col-padding-30 body.is-act-confirmpage .checkout .checkout-container, body.is-act-confirmpage .checkout .twt-custom-cms-col-padding-30 .checkout-container, .twt-cms-col-padding-30 .row, .twt-cms-col-padding-30 .account-content, .twt-cms-col-padding-30 .is-act-cartpage .checkout .checkout-container, .is-act-cartpage .checkout .twt-cms-col-padding-30 .checkout-container, .twt-cms-col-padding-30 .is-act-checkoutregisterpage .checkout .checkout-container, .is-act-checkoutregisterpage .checkout .twt-cms-col-padding-30 .checkout-container, .twt-cms-col-padding-30 .is-act-confirmpage .checkout .checkout-container, .is-act-confirmpage .checkout .twt-cms-col-padding-30 .checkout-container, .twt-cms-col-padding-30 .is-ctl-accountorder .checkout .checkout-container, .is-ctl-accountorder .checkout .twt-cms-col-padding-30 .checkout-container, .twt-cms-col-padding-30 .is-act-finishpage .checkout .checkout-container, .is-act-finishpage .checkout .twt-cms-col-padding-30 .checkout-container, .twt-cms-col-padding-30 body.is-act-confirmpage .checkout .checkout-container, body.is-act-confirmpage .checkout .twt-cms-col-padding-30 .checkout-container {
  margin-right: -30px;
  margin-left: -30px;
}
.twt-custom-cms-col-padding-30 div[class*="col-"], .twt-cms-col-padding-30 div[class*="col-"] {
  padding-right: 30px;
  padding-left: 30px;
}
.twt-custom-cms-col-padding-30 div[class*="col-"] .left, .twt-custom-cms-col-padding-30 div[class*="col-"] .left-top, .twt-cms-col-padding-30 div[class*="col-"] .left, .twt-cms-col-padding-30 div[class*="col-"] .left-top {
  margin-bottom: 60px;
}
.twt-custom-cms-col-padding-30 div[class*="col-"] .right-top, .twt-cms-col-padding-30 div[class*="col-"] .right-top {
  margin-bottom: 60px;
}
@media (max-width: 767.98px) {
  .twt-custom-cms-col-padding-30 .left-bottom, .twt-cms-col-padding-30 .left-bottom {
    margin-bottom: 60px !important;
  }
}
@media (max-width: 767.98px) {
  .twt-custom-cms-col-padding-30[class*="twt-grid-"] .left.column, .twt-cms-col-padding-30[class*="twt-grid-"] .left.column {
    margin-bottom: 60px;
    padding-right: 30px;
  }
  .twt-custom-cms-col-padding-30[class*="twt-grid-"] .right.column, .twt-cms-col-padding-30[class*="twt-grid-"] .right.column {
    margin-bottom: 60px;
    padding-left: 30px;
  }
}
.twt-cms-col-padding-35 .row, .twt-cms-col-padding-35 .account-content, .twt-cms-col-padding-35 .is-act-cartpage .checkout .checkout-container, .is-act-cartpage .checkout .twt-cms-col-padding-35 .checkout-container, .twt-cms-col-padding-35 .is-act-checkoutregisterpage .checkout .checkout-container, .is-act-checkoutregisterpage .checkout .twt-cms-col-padding-35 .checkout-container, .twt-cms-col-padding-35 .is-act-confirmpage .checkout .checkout-container, .is-act-confirmpage .checkout .twt-cms-col-padding-35 .checkout-container, .twt-cms-col-padding-35 .is-ctl-accountorder .checkout .checkout-container, .is-ctl-accountorder .checkout .twt-cms-col-padding-35 .checkout-container, .twt-cms-col-padding-35 .is-act-finishpage .checkout .checkout-container, .is-act-finishpage .checkout .twt-cms-col-padding-35 .checkout-container, .twt-cms-col-padding-35 body.is-act-confirmpage .checkout .checkout-container, body.is-act-confirmpage .checkout .twt-cms-col-padding-35 .checkout-container {
  margin-right: -35px;
  margin-left: -35px;
}
.twt-cms-col-padding-35 div[class*="col-"] {
  padding-right: 35px;
  padding-left: 35px;
}
.twt-cms-col-padding-35 div[class*="col-"] .left, .twt-cms-col-padding-35 div[class*="col-"] .left-top {
  margin-bottom: 70px;
}
.twt-cms-col-padding-35 div[class*="col-"] .right-top {
  margin-bottom: 70px;
}
@media (max-width: 767.98px) {
  .twt-cms-col-padding-35 .left-bottom {
    margin-bottom: 70px !important;
  }
}
@media (max-width: 767.98px) {
  .twt-cms-col-padding-35[class*="twt-grid-"] .left.column {
    margin-bottom: 70px;
    padding-right: 35px;
  }
  .twt-cms-col-padding-35[class*="twt-grid-"] .right.column {
    margin-bottom: 70px;
    padding-left: 35px;
  }
}
.twt-cms-col-padding-40 .row, .twt-cms-col-padding-40 .account-content, .twt-cms-col-padding-40 .is-act-cartpage .checkout .checkout-container, .is-act-cartpage .checkout .twt-cms-col-padding-40 .checkout-container, .twt-cms-col-padding-40 .is-act-checkoutregisterpage .checkout .checkout-container, .is-act-checkoutregisterpage .checkout .twt-cms-col-padding-40 .checkout-container, .twt-cms-col-padding-40 .is-act-confirmpage .checkout .checkout-container, .is-act-confirmpage .checkout .twt-cms-col-padding-40 .checkout-container, .twt-cms-col-padding-40 .is-ctl-accountorder .checkout .checkout-container, .is-ctl-accountorder .checkout .twt-cms-col-padding-40 .checkout-container, .twt-cms-col-padding-40 .is-act-finishpage .checkout .checkout-container, .is-act-finishpage .checkout .twt-cms-col-padding-40 .checkout-container, .twt-cms-col-padding-40 body.is-act-confirmpage .checkout .checkout-container, body.is-act-confirmpage .checkout .twt-cms-col-padding-40 .checkout-container {
  margin-right: -40px;
  margin-left: -40px;
}
.twt-cms-col-padding-40 div[class*="col-"] {
  padding-right: 40px;
  padding-left: 40px;
}
.twt-cms-col-padding-40 div[class*="col-"] .left, .twt-cms-col-padding-40 div[class*="col-"] .left-top {
  margin-bottom: 80px;
}
.twt-cms-col-padding-40 div[class*="col-"] .right-top {
  margin-bottom: 80px;
}
@media (max-width: 767.98px) {
  .twt-cms-col-padding-40 .left-bottom {
    margin-bottom: 80px !important;
  }
}
@media (max-width: 767.98px) {
  .twt-cms-col-padding-40[class*="twt-grid-"] .left-top.left {
    margin-bottom: 80px;
    padding-right: 40px;
  }
  .twt-cms-col-padding-40[class*="twt-grid-"] .left-top.right {
    margin-bottom: 80px;
    padding-left: 40px;
  }
}
div[class*="twt-grid"][class*="cms-col-padding"] .left-top.row, div[class*="twt-grid"][class*="cms-col-padding"] .left-top.account-content, div[class*="twt-grid"][class*="cms-col-padding"] .is-act-cartpage .checkout .left-top.checkout-container, .is-act-cartpage .checkout div[class*="twt-grid"][class*="cms-col-padding"] .left-top.checkout-container, div[class*="twt-grid"][class*="cms-col-padding"] .is-act-checkoutregisterpage .checkout .left-top.checkout-container, .is-act-checkoutregisterpage .checkout div[class*="twt-grid"][class*="cms-col-padding"] .left-top.checkout-container, div[class*="twt-grid"][class*="cms-col-padding"] .is-act-confirmpage .checkout .left-top.checkout-container, .is-act-confirmpage .checkout div[class*="twt-grid"][class*="cms-col-padding"] .left-top.checkout-container, div[class*="twt-grid"][class*="cms-col-padding"] .is-ctl-accountorder .checkout .left-top.checkout-container, .is-ctl-accountorder .checkout div[class*="twt-grid"][class*="cms-col-padding"] .left-top.checkout-container, div[class*="twt-grid"][class*="cms-col-padding"] .is-act-finishpage .checkout .left-top.checkout-container, .is-act-finishpage .checkout div[class*="twt-grid"][class*="cms-col-padding"] .left-top.checkout-container, div[class*="twt-grid"][class*="cms-col-padding"] body.is-act-confirmpage .checkout .left-top.checkout-container, body.is-act-confirmpage .checkout div[class*="twt-grid"][class*="cms-col-padding"] .left-top.checkout-container {
  margin-bottom: 0 !important;
}
div[class*="twt-grid"][class*="cms-col-padding"] .right-top.row, div[class*="twt-grid"][class*="cms-col-padding"] .right-top.account-content, div[class*="twt-grid"][class*="cms-col-padding"] .is-act-cartpage .checkout .right-top.checkout-container, .is-act-cartpage .checkout div[class*="twt-grid"][class*="cms-col-padding"] .right-top.checkout-container, div[class*="twt-grid"][class*="cms-col-padding"] .is-act-checkoutregisterpage .checkout .right-top.checkout-container, .is-act-checkoutregisterpage .checkout div[class*="twt-grid"][class*="cms-col-padding"] .right-top.checkout-container, div[class*="twt-grid"][class*="cms-col-padding"] .is-act-confirmpage .checkout .right-top.checkout-container, .is-act-confirmpage .checkout div[class*="twt-grid"][class*="cms-col-padding"] .right-top.checkout-container, div[class*="twt-grid"][class*="cms-col-padding"] .is-ctl-accountorder .checkout .right-top.checkout-container, .is-ctl-accountorder .checkout div[class*="twt-grid"][class*="cms-col-padding"] .right-top.checkout-container, div[class*="twt-grid"][class*="cms-col-padding"] .is-act-finishpage .checkout .right-top.checkout-container, .is-act-finishpage .checkout div[class*="twt-grid"][class*="cms-col-padding"] .right-top.checkout-container, div[class*="twt-grid"][class*="cms-col-padding"] body.is-act-confirmpage .checkout .right-top.checkout-container, body.is-act-confirmpage .checkout div[class*="twt-grid"][class*="cms-col-padding"] .right-top.checkout-container {
  margin-bottom: 0 !important;
}
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___  (R)
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __|
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: CMS font-family classes
	==================================================

*/
.font-family-base, .twt-font-family-base {
  font-family: "Montserrat", sans-serif;
}
.headings-font-family, .twt-font-family-headline {
  font-family: "Montserrat", sans-serif;
}
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___  (R)
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __|
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: CMS headline classes
	==================================================

	Info: ThemeWare CSS-Klassen mit welchen Überschriften in Standard-CMS-Elementen modifiziert werden können.
*/
/* @TODO:
 * [ ] Add configuration
 * [ ] Remove long class names... #v2.1.0
 */
.twt-custom-cms-headline-bath h1, .twt-custom-cms-headline-bath .h1, .twt-custom-cms-headline-bath h2, .twt-custom-cms-headline-bath .h2, .twt-custom-cms-headline-bath h3, .twt-custom-cms-headline-bath .h3, .twt-custom-cms-headline-bath h4, .twt-custom-cms-headline-bath .h4, .twt-custom-cms-headline-bath h5, .twt-custom-cms-headline-bath .h5, .twt-custom-cms-headline-bath h6, .twt-custom-cms-headline-bath .h6, .twt-cms-headline-bath h1, .twt-cms-headline-bath .h1, .twt-cms-headline-bath h2, .twt-cms-headline-bath .h2, .twt-cms-headline-bath h3, .twt-cms-headline-bath .h3, .twt-cms-headline-bath h4, .twt-cms-headline-bath .h4, .twt-cms-headline-bath h5, .twt-cms-headline-bath .h5, .twt-cms-headline-bath h6, .twt-cms-headline-bath .h6 {
  font-weight: 400;
  font-style: normal;
  overflow: hidden;
  margin: 0;
  padding: 0;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #798490;
}
.twt-custom-cms-headline-bath h1::before, .twt-custom-cms-headline-bath .h1::before, .twt-custom-cms-headline-bath h2::before, .twt-custom-cms-headline-bath .h2::before, .twt-custom-cms-headline-bath h3::before, .twt-custom-cms-headline-bath .h3::before, .twt-custom-cms-headline-bath h4::before, .twt-custom-cms-headline-bath .h4::before, .twt-custom-cms-headline-bath h5::before, .twt-custom-cms-headline-bath .h5::before, .twt-custom-cms-headline-bath h6::before, .twt-custom-cms-headline-bath .h6::before, .twt-cms-headline-bath h1::before, .twt-cms-headline-bath .h1::before, .twt-cms-headline-bath h2::before, .twt-cms-headline-bath .h2::before, .twt-cms-headline-bath h3::before, .twt-cms-headline-bath .h3::before, .twt-cms-headline-bath h4::before, .twt-cms-headline-bath .h4::before, .twt-cms-headline-bath h5::before, .twt-cms-headline-bath .h5::before, .twt-cms-headline-bath h6::before, .twt-cms-headline-bath .h6::before {
  position: relative;
  right: 70px;
  bottom: -5px;
  display: inline-block;
  width: 50%;
  height: 1px;
  margin-left: -50%;
  content: "";
  vertical-align: middle;
  border-top: 1px solid #798490;
  background-color: rgba(0, 0, 0, 0);
}
.twt-custom-cms-headline-bath h1::after, .twt-custom-cms-headline-bath .h1::after, .twt-custom-cms-headline-bath h2::after, .twt-custom-cms-headline-bath .h2::after, .twt-custom-cms-headline-bath h3::after, .twt-custom-cms-headline-bath .h3::after, .twt-custom-cms-headline-bath h4::after, .twt-custom-cms-headline-bath .h4::after, .twt-custom-cms-headline-bath h5::after, .twt-custom-cms-headline-bath .h5::after, .twt-custom-cms-headline-bath h6::after, .twt-custom-cms-headline-bath .h6::after, .twt-cms-headline-bath h1::after, .twt-cms-headline-bath .h1::after, .twt-cms-headline-bath h2::after, .twt-cms-headline-bath .h2::after, .twt-cms-headline-bath h3::after, .twt-cms-headline-bath .h3::after, .twt-cms-headline-bath h4::after, .twt-cms-headline-bath .h4::after, .twt-cms-headline-bath h5::after, .twt-cms-headline-bath .h5::after, .twt-cms-headline-bath h6::after, .twt-cms-headline-bath .h6::after {
  position: relative;
  bottom: -5px;
  left: 70px;
  display: inline-block;
  width: 50%;
  height: 1px;
  margin-right: -50%;
  content: "";
  vertical-align: middle;
  border-top: 1px solid #798490;
  background-color: rgba(0, 0, 0, 0);
}
.twt-custom-cms-headline-bath p, .twt-cms-headline-bath p {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  margin-top: 4px;
  text-align: center;
  text-transform: uppercase;
  color: #000;
}
.twt-custom-cms-headline-clean h1, .twt-custom-cms-headline-clean .h1, .twt-custom-cms-headline-clean h2, .twt-custom-cms-headline-clean .h2, .twt-custom-cms-headline-clean h3, .twt-custom-cms-headline-clean .h3, .twt-custom-cms-headline-clean h4, .twt-custom-cms-headline-clean .h4, .twt-custom-cms-headline-clean h5, .twt-custom-cms-headline-clean .h5, .twt-custom-cms-headline-clean h6, .twt-custom-cms-headline-clean .h6, .twt-cms-headline-clean h1, .twt-cms-headline-clean .h1, .twt-cms-headline-clean h2, .twt-cms-headline-clean .h2, .twt-cms-headline-clean h3, .twt-cms-headline-clean .h3, .twt-cms-headline-clean h4, .twt-cms-headline-clean .h4, .twt-cms-headline-clean h5, .twt-cms-headline-clean .h5, .twt-cms-headline-clean h6, .twt-cms-headline-clean .h6 {
  font-style: normal;
  display: block;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: none;
  color: #000;
  text-shadow: 0.07em 0.07em 0 rgba(0, 0, 0, 0.1);
}
.twt-custom-cms-headline-clean h1::before, .twt-custom-cms-headline-clean .h1::before, .twt-custom-cms-headline-clean h2::before, .twt-custom-cms-headline-clean .h2::before, .twt-custom-cms-headline-clean h3::before, .twt-custom-cms-headline-clean .h3::before, .twt-custom-cms-headline-clean h4::before, .twt-custom-cms-headline-clean .h4::before, .twt-custom-cms-headline-clean h5::before, .twt-custom-cms-headline-clean .h5::before, .twt-custom-cms-headline-clean h6::before, .twt-custom-cms-headline-clean .h6::before, .twt-cms-headline-clean h1::before, .twt-cms-headline-clean .h1::before, .twt-cms-headline-clean h2::before, .twt-cms-headline-clean .h2::before, .twt-cms-headline-clean h3::before, .twt-cms-headline-clean .h3::before, .twt-cms-headline-clean h4::before, .twt-cms-headline-clean .h4::before, .twt-cms-headline-clean h5::before, .twt-cms-headline-clean .h5::before, .twt-cms-headline-clean h6::before, .twt-cms-headline-clean .h6::before {
  display: inline-block;
  margin: 0 0.6em;
  content: "      ";
  text-decoration: line-through !important;
  opacity: 0.7;
}
.twt-custom-cms-headline-clean h1::after, .twt-custom-cms-headline-clean .h1::after, .twt-custom-cms-headline-clean h2::after, .twt-custom-cms-headline-clean .h2::after, .twt-custom-cms-headline-clean h3::after, .twt-custom-cms-headline-clean .h3::after, .twt-custom-cms-headline-clean h4::after, .twt-custom-cms-headline-clean .h4::after, .twt-custom-cms-headline-clean h5::after, .twt-custom-cms-headline-clean .h5::after, .twt-custom-cms-headline-clean h6::after, .twt-custom-cms-headline-clean .h6::after, .twt-cms-headline-clean h1::after, .twt-cms-headline-clean .h1::after, .twt-cms-headline-clean h2::after, .twt-cms-headline-clean .h2::after, .twt-cms-headline-clean h3::after, .twt-cms-headline-clean .h3::after, .twt-cms-headline-clean h4::after, .twt-cms-headline-clean .h4::after, .twt-cms-headline-clean h5::after, .twt-cms-headline-clean .h5::after, .twt-cms-headline-clean h6::after, .twt-cms-headline-clean .h6::after {
  display: inline-block;
  margin: 0 0.6em;
  content: "      ";
  text-decoration: line-through !important;
  opacity: 0.7;
}
.twt-custom-cms-headline-clean p, .twt-cms-headline-clean p {
  font-style: italic;
  line-height: 1.5;
  text-align: center;
  text-transform: uppercase;
  color: #798490;
}
.twt-custom-cms-headline-flower h1, .twt-custom-cms-headline-flower .h1, .twt-custom-cms-headline-flower h2, .twt-custom-cms-headline-flower .h2, .twt-custom-cms-headline-flower h3, .twt-custom-cms-headline-flower .h3, .twt-custom-cms-headline-flower h4, .twt-custom-cms-headline-flower .h4, .twt-custom-cms-headline-flower h5, .twt-custom-cms-headline-flower .h5, .twt-custom-cms-headline-flower h6, .twt-custom-cms-headline-flower .h6, .twt-cms-headline-flower h1, .twt-cms-headline-flower .h1, .twt-cms-headline-flower h2, .twt-cms-headline-flower .h2, .twt-cms-headline-flower h3, .twt-cms-headline-flower .h3, .twt-cms-headline-flower h4, .twt-cms-headline-flower .h4, .twt-cms-headline-flower h5, .twt-cms-headline-flower .h5, .twt-cms-headline-flower h6, .twt-cms-headline-flower .h6 {
  font-weight: normal;
  font-style: normal;
  overflow: hidden;
  text-align: center;
  letter-spacing: 1px;
  color: #691448;
}
.twt-custom-cms-headline-flower h1::before, .twt-custom-cms-headline-flower .h1::before, .twt-custom-cms-headline-flower h2::before, .twt-custom-cms-headline-flower .h2::before, .twt-custom-cms-headline-flower h3::before, .twt-custom-cms-headline-flower .h3::before, .twt-custom-cms-headline-flower h4::before, .twt-custom-cms-headline-flower .h4::before, .twt-custom-cms-headline-flower h5::before, .twt-custom-cms-headline-flower .h5::before, .twt-custom-cms-headline-flower h6::before, .twt-custom-cms-headline-flower .h6::before, .twt-cms-headline-flower h1::before, .twt-cms-headline-flower .h1::before, .twt-cms-headline-flower h2::before, .twt-cms-headline-flower .h2::before, .twt-cms-headline-flower h3::before, .twt-cms-headline-flower .h3::before, .twt-cms-headline-flower h4::before, .twt-cms-headline-flower .h4::before, .twt-cms-headline-flower h5::before, .twt-cms-headline-flower .h5::before, .twt-cms-headline-flower h6::before, .twt-cms-headline-flower .h6::before {
  position: relative;
  right: 0.5em;
  display: inline-block;
  width: 50%;
  height: 1px;
  margin-left: -50%;
  content: "";
  vertical-align: middle;
  border-top: 1px dotted #691448;
}
.twt-custom-cms-headline-flower h1::after, .twt-custom-cms-headline-flower .h1::after, .twt-custom-cms-headline-flower h2::after, .twt-custom-cms-headline-flower .h2::after, .twt-custom-cms-headline-flower h3::after, .twt-custom-cms-headline-flower .h3::after, .twt-custom-cms-headline-flower h4::after, .twt-custom-cms-headline-flower .h4::after, .twt-custom-cms-headline-flower h5::after, .twt-custom-cms-headline-flower .h5::after, .twt-custom-cms-headline-flower h6::after, .twt-custom-cms-headline-flower .h6::after, .twt-cms-headline-flower h1::after, .twt-cms-headline-flower .h1::after, .twt-cms-headline-flower h2::after, .twt-cms-headline-flower .h2::after, .twt-cms-headline-flower h3::after, .twt-cms-headline-flower .h3::after, .twt-cms-headline-flower h4::after, .twt-cms-headline-flower .h4::after, .twt-cms-headline-flower h5::after, .twt-cms-headline-flower .h5::after, .twt-cms-headline-flower h6::after, .twt-cms-headline-flower .h6::after {
  position: relative;
  left: 0.5em;
  display: inline-block;
  width: 50%;
  height: 1px;
  margin-right: -50%;
  content: "";
  vertical-align: middle;
  border-top: 1px dotted #691448;
}
.twt-custom-cms-headline-kids h1, .twt-custom-cms-headline-kids .h1, .twt-custom-cms-headline-kids h2, .twt-custom-cms-headline-kids .h2, .twt-custom-cms-headline-kids h3, .twt-custom-cms-headline-kids .h3, .twt-custom-cms-headline-kids h4, .twt-custom-cms-headline-kids .h4, .twt-custom-cms-headline-kids h5, .twt-custom-cms-headline-kids .h5, .twt-custom-cms-headline-kids h6, .twt-custom-cms-headline-kids .h6, .twt-custom-cms-headline-kids .cms-element-title-paragraph, .twt-cms-headline-kids h1, .twt-cms-headline-kids .h1, .twt-cms-headline-kids h2, .twt-cms-headline-kids .h2, .twt-cms-headline-kids h3, .twt-cms-headline-kids .h3, .twt-cms-headline-kids h4, .twt-cms-headline-kids .h4, .twt-cms-headline-kids h5, .twt-cms-headline-kids .h5, .twt-cms-headline-kids h6, .twt-cms-headline-kids .h6, .twt-cms-headline-kids .cms-element-title-paragraph {
  overflow: hidden;
  text-align: center;
}
.twt-custom-cms-headline-kids h1::before, .twt-custom-cms-headline-kids .h1::before, .twt-custom-cms-headline-kids h2::before, .twt-custom-cms-headline-kids .h2::before, .twt-custom-cms-headline-kids h3::before, .twt-custom-cms-headline-kids .h3::before, .twt-custom-cms-headline-kids h4::before, .twt-custom-cms-headline-kids .h4::before, .twt-custom-cms-headline-kids h5::before, .twt-custom-cms-headline-kids .h5::before, .twt-custom-cms-headline-kids h6::before, .twt-custom-cms-headline-kids .h6::before, .twt-custom-cms-headline-kids .cms-element-title-paragraph::before, .twt-cms-headline-kids h1::before, .twt-cms-headline-kids .h1::before, .twt-cms-headline-kids h2::before, .twt-cms-headline-kids .h2::before, .twt-cms-headline-kids h3::before, .twt-cms-headline-kids .h3::before, .twt-cms-headline-kids h4::before, .twt-cms-headline-kids .h4::before, .twt-cms-headline-kids h5::before, .twt-cms-headline-kids .h5::before, .twt-cms-headline-kids h6::before, .twt-cms-headline-kids .h6::before, .twt-cms-headline-kids .cms-element-title-paragraph::before {
  position: relative;
  right: 0.5em;
  display: inline-block;
  width: 50%;
  height: 2px;
  margin-left: -50%;
  content: "";
  vertical-align: middle;
  border-top: 2px dashed #691448;
}
.twt-custom-cms-headline-kids h1::after, .twt-custom-cms-headline-kids .h1::after, .twt-custom-cms-headline-kids h2::after, .twt-custom-cms-headline-kids .h2::after, .twt-custom-cms-headline-kids h3::after, .twt-custom-cms-headline-kids .h3::after, .twt-custom-cms-headline-kids h4::after, .twt-custom-cms-headline-kids .h4::after, .twt-custom-cms-headline-kids h5::after, .twt-custom-cms-headline-kids .h5::after, .twt-custom-cms-headline-kids h6::after, .twt-custom-cms-headline-kids .h6::after, .twt-custom-cms-headline-kids .cms-element-title-paragraph::after, .twt-cms-headline-kids h1::after, .twt-cms-headline-kids .h1::after, .twt-cms-headline-kids h2::after, .twt-cms-headline-kids .h2::after, .twt-cms-headline-kids h3::after, .twt-cms-headline-kids .h3::after, .twt-cms-headline-kids h4::after, .twt-cms-headline-kids .h4::after, .twt-cms-headline-kids h5::after, .twt-cms-headline-kids .h5::after, .twt-cms-headline-kids h6::after, .twt-cms-headline-kids .h6::after, .twt-cms-headline-kids .cms-element-title-paragraph::after {
  position: relative;
  left: 0.5em;
  display: inline-block;
  width: 50%;
  height: 2px;
  margin-right: -50%;
  content: "";
  vertical-align: middle;
  border-top: 2px dashed #691448;
}
.twt-custom-cms-headline-ladieswear h1, .twt-custom-cms-headline-ladieswear .h1, .twt-custom-cms-headline-ladieswear h2, .twt-custom-cms-headline-ladieswear .h2, .twt-custom-cms-headline-ladieswear h3, .twt-custom-cms-headline-ladieswear .h3, .twt-custom-cms-headline-ladieswear h4, .twt-custom-cms-headline-ladieswear .h4, .twt-custom-cms-headline-ladieswear h5, .twt-custom-cms-headline-ladieswear .h5, .twt-custom-cms-headline-ladieswear h6, .twt-custom-cms-headline-ladieswear .h6, .twt-cms-headline-ladieswear h1, .twt-cms-headline-ladieswear .h1, .twt-cms-headline-ladieswear h2, .twt-cms-headline-ladieswear .h2, .twt-cms-headline-ladieswear h3, .twt-cms-headline-ladieswear .h3, .twt-cms-headline-ladieswear h4, .twt-cms-headline-ladieswear .h4, .twt-cms-headline-ladieswear h5, .twt-cms-headline-ladieswear .h5, .twt-cms-headline-ladieswear h6, .twt-cms-headline-ladieswear .h6 {
  font-style: normal;
  display: block;
  text-align: center;
  color: #691448;
  text-shadow: 0.07em 0.07em 0 rgba(0, 0, 0, 0.1);
}
.twt-custom-cms-headline-ladieswear h1::before, .twt-custom-cms-headline-ladieswear .h1::before, .twt-custom-cms-headline-ladieswear h2::before, .twt-custom-cms-headline-ladieswear .h2::before, .twt-custom-cms-headline-ladieswear h3::before, .twt-custom-cms-headline-ladieswear .h3::before, .twt-custom-cms-headline-ladieswear h4::before, .twt-custom-cms-headline-ladieswear .h4::before, .twt-custom-cms-headline-ladieswear h5::before, .twt-custom-cms-headline-ladieswear .h5::before, .twt-custom-cms-headline-ladieswear h6::before, .twt-custom-cms-headline-ladieswear .h6::before, .twt-cms-headline-ladieswear h1::before, .twt-cms-headline-ladieswear .h1::before, .twt-cms-headline-ladieswear h2::before, .twt-cms-headline-ladieswear .h2::before, .twt-cms-headline-ladieswear h3::before, .twt-cms-headline-ladieswear .h3::before, .twt-cms-headline-ladieswear h4::before, .twt-cms-headline-ladieswear .h4::before, .twt-cms-headline-ladieswear h5::before, .twt-cms-headline-ladieswear .h5::before, .twt-cms-headline-ladieswear h6::before, .twt-cms-headline-ladieswear .h6::before {
  display: inline-block;
  margin: 0 20px;
  content: "- - - - -";
  opacity: 0.7;
}
.twt-custom-cms-headline-ladieswear h1::after, .twt-custom-cms-headline-ladieswear .h1::after, .twt-custom-cms-headline-ladieswear h2::after, .twt-custom-cms-headline-ladieswear .h2::after, .twt-custom-cms-headline-ladieswear h3::after, .twt-custom-cms-headline-ladieswear .h3::after, .twt-custom-cms-headline-ladieswear h4::after, .twt-custom-cms-headline-ladieswear .h4::after, .twt-custom-cms-headline-ladieswear h5::after, .twt-custom-cms-headline-ladieswear .h5::after, .twt-custom-cms-headline-ladieswear h6::after, .twt-custom-cms-headline-ladieswear .h6::after, .twt-cms-headline-ladieswear h1::after, .twt-cms-headline-ladieswear .h1::after, .twt-cms-headline-ladieswear h2::after, .twt-cms-headline-ladieswear .h2::after, .twt-cms-headline-ladieswear h3::after, .twt-cms-headline-ladieswear .h3::after, .twt-cms-headline-ladieswear h4::after, .twt-cms-headline-ladieswear .h4::after, .twt-cms-headline-ladieswear h5::after, .twt-cms-headline-ladieswear .h5::after, .twt-cms-headline-ladieswear h6::after, .twt-cms-headline-ladieswear .h6::after {
  display: inline-block;
  margin: 0 20px;
  content: "- - - - -";
  opacity: 0.7;
}
.twt-custom-cms-headline-ladieswear p, .twt-cms-headline-ladieswear p {
  font-style: italic;
  line-height: 1.5;
  text-align: center;
  text-transform: uppercase;
  color: #691448;
}
.twt-custom-cms-headline-plants h1, .twt-custom-cms-headline-plants .h1, .twt-custom-cms-headline-plants h2, .twt-custom-cms-headline-plants .h2, .twt-custom-cms-headline-plants h3, .twt-custom-cms-headline-plants .h3, .twt-custom-cms-headline-plants h4, .twt-custom-cms-headline-plants .h4, .twt-custom-cms-headline-plants h5, .twt-custom-cms-headline-plants .h5, .twt-custom-cms-headline-plants h6, .twt-custom-cms-headline-plants .h6, .twt-cms-headline-plants h1, .twt-cms-headline-plants .h1, .twt-cms-headline-plants h2, .twt-cms-headline-plants .h2, .twt-cms-headline-plants h3, .twt-cms-headline-plants .h3, .twt-cms-headline-plants h4, .twt-cms-headline-plants .h4, .twt-cms-headline-plants h5, .twt-cms-headline-plants .h5, .twt-cms-headline-plants h6, .twt-cms-headline-plants .h6 {
  font-weight: 600;
  font-style: normal;
  overflow: hidden;
  max-width: 1400px;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #000;
}
.twt-custom-cms-headline-plants h1::before, .twt-custom-cms-headline-plants .h1::before, .twt-custom-cms-headline-plants h2::before, .twt-custom-cms-headline-plants .h2::before, .twt-custom-cms-headline-plants h3::before, .twt-custom-cms-headline-plants .h3::before, .twt-custom-cms-headline-plants h4::before, .twt-custom-cms-headline-plants .h4::before, .twt-custom-cms-headline-plants h5::before, .twt-custom-cms-headline-plants .h5::before, .twt-custom-cms-headline-plants h6::before, .twt-custom-cms-headline-plants .h6::before, .twt-cms-headline-plants h1::before, .twt-cms-headline-plants .h1::before, .twt-cms-headline-plants h2::before, .twt-cms-headline-plants .h2::before, .twt-cms-headline-plants h3::before, .twt-cms-headline-plants .h3::before, .twt-cms-headline-plants h4::before, .twt-cms-headline-plants .h4::before, .twt-cms-headline-plants h5::before, .twt-cms-headline-plants .h5::before, .twt-cms-headline-plants h6::before, .twt-cms-headline-plants .h6::before {
  position: relative;
  right: 0.5em;
  display: inline-block;
  width: 50%;
  height: 1px;
  margin-left: -50%;
  content: "";
  vertical-align: middle;
  border-top: 3px double #691448;
}
.twt-custom-cms-headline-plants h1::after, .twt-custom-cms-headline-plants .h1::after, .twt-custom-cms-headline-plants h2::after, .twt-custom-cms-headline-plants .h2::after, .twt-custom-cms-headline-plants h3::after, .twt-custom-cms-headline-plants .h3::after, .twt-custom-cms-headline-plants h4::after, .twt-custom-cms-headline-plants .h4::after, .twt-custom-cms-headline-plants h5::after, .twt-custom-cms-headline-plants .h5::after, .twt-custom-cms-headline-plants h6::after, .twt-custom-cms-headline-plants .h6::after, .twt-cms-headline-plants h1::after, .twt-cms-headline-plants .h1::after, .twt-cms-headline-plants h2::after, .twt-cms-headline-plants .h2::after, .twt-cms-headline-plants h3::after, .twt-cms-headline-plants .h3::after, .twt-cms-headline-plants h4::after, .twt-cms-headline-plants .h4::after, .twt-cms-headline-plants h5::after, .twt-cms-headline-plants .h5::after, .twt-cms-headline-plants h6::after, .twt-cms-headline-plants .h6::after {
  position: relative;
  left: 0.5em;
  display: inline-block;
  width: 50%;
  height: 1px;
  margin-right: -50%;
  content: "";
  vertical-align: middle;
  border-top: 3px double #691448;
}
.twt-custom-cms-headline-classic h1, .twt-custom-cms-headline-classic .h1, .twt-custom-cms-headline-classic h2, .twt-custom-cms-headline-classic .h2, .twt-custom-cms-headline-classic h3, .twt-custom-cms-headline-classic .h3, .twt-custom-cms-headline-classic h4, .twt-custom-cms-headline-classic .h4, .twt-custom-cms-headline-classic h5, .twt-custom-cms-headline-classic .h5, .twt-custom-cms-headline-classic h6, .twt-custom-cms-headline-classic .h6, .twt-cms-headline-classic h1, .twt-cms-headline-classic .h1, .twt-cms-headline-classic h2, .twt-cms-headline-classic .h2, .twt-cms-headline-classic h3, .twt-cms-headline-classic .h3, .twt-cms-headline-classic h4, .twt-cms-headline-classic .h4, .twt-cms-headline-classic h5, .twt-cms-headline-classic .h5, .twt-cms-headline-classic h6, .twt-cms-headline-classic .h6 {
  padding: 0 0 0.625rem 0;
  border-bottom: 1px solid #bcc1c7;
}
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___  (R)
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __|
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: CMS image decoration classes
	==================================================
	see https://service.tc-innovations.de/themeware/sw6/article/2129
*/
.twt-cms-image-border div.cms-image-container, .twt-cms-image-border div.product-image-wrapper, .twt-cms-image-border-1 div.cms-image-container, .twt-cms-image-border-1 div.product-image-wrapper, .twt-cms-image-border-solid div.cms-image-container, .twt-cms-image-border-solid div.product-image-wrapper {
  border: 12px solid #ffffff;
}
.twt-cms-image-border.cms-block-image-text-bubble div.cms-image-container, .twt-cms-image-border-1.cms-block-image-text-bubble div.cms-image-container, .twt-cms-image-border-solid.cms-block-image-text-bubble div.cms-image-container {
  border-radius: 50%;
}
.twt-cms-image-border.cms-block-image-bubble-row div.cms-image-container, .twt-cms-image-border-1.cms-block-image-bubble-row div.cms-image-container, .twt-cms-image-border-solid.cms-block-image-bubble-row div.cms-image-container {
  border-radius: 50%;
}
.twt-cms-image-border-2 div.cms-image-container::before, .twt-cms-image-border-semi div.cms-image-container::before {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  box-shadow: inset 0 0 0 12px rgba(255, 255, 255, 0.6);
  transition: all 0.35s ease-in-out;
  z-index: 1;
}
.twt-cms-image-border-2.cms-block-image-text-bubble div.cms-image-container::before, .twt-cms-image-border-semi.cms-block-image-text-bubble div.cms-image-container::before {
  border-radius: 50%;
}
.twt-cms-image-border-2.cms-block-image-bubble-row div.cms-image-container::before, .twt-cms-image-border-semi.cms-block-image-bubble-row div.cms-image-container::before {
  border-radius: 50%;
}
.twt-cms-image-box-shadow-sm div.cms-image-container, .twt-cms-image-box-shadow-sm div.product-image-wrapper {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}
.twt-cms-image-box-shadow div.cms-image-container, .twt-cms-image-box-shadow div.product-image-wrapper {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
.twt-cms-image-box-shadow-lg div.cms-image-container, .twt-cms-image-box-shadow-lg div.product-image-wrapper {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
}
.twt-cms-image-box-shadow-level-1 div.cms-image-container, .twt-cms-image-box-shadow-level-1 div.product-image-wrapper {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.1);
}
.twt-cms-image-box-shadow-level-2 div.cms-image-container, .twt-cms-image-box-shadow-level-2 div.product-image-wrapper {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1), 0 3px 6px rgba(0, 0, 0, 0.1);
}
.twt-cms-image-box-shadow-level-3 div.cms-image-container, .twt-cms-image-box-shadow-level-3 div.product-image-wrapper {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1), 0 6px 6px rgba(0, 0, 0, 0.1);
}
.twt-cms-image-box-shadow-level-4 div.cms-image-container, .twt-cms-image-box-shadow-level-4 div.product-image-wrapper {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.1), 0 10px 10px rgba(0, 0, 0, 0.1);
}
.twt-cms-image-box-shadow-level-5 div.cms-image-container, .twt-cms-image-box-shadow-level-5 div.product-image-wrapper {
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.1), 0 15px 12px rgba(0, 0, 0, 0.1);
}
.twt-cms-image-rounded div.cms-image-container, .twt-cms-image-rounded div.product-image-wrapper {
  border-radius: 2px;
}
.twt-cms-image-rounded div.cms-image-container img, .twt-cms-image-rounded div.product-image-wrapper img {
  border-radius: 2px;
}
.twt-cms-image-border-radius div.cms-image-container, .twt-cms-image-border-radius div.product-image-wrapper {
  border-radius: 2px;
}
.twt-cms-image-border-radius div.cms-image-container img, .twt-cms-image-border-radius div.product-image-wrapper img {
  border-radius: 2px;
}
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___  (R)
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __|
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: CMS image hover effects
	==================================================

*/
/* @TODO:
 * [ ] vgl. _twt-cms-image-hover-effects.scss
 * [ ] Add styles for different amounts of columns
 */
.twt-cms-image-hover-1 a div.image-slider-item img, .twt-cms-image-hover-1 a div.cms-image-container img, .twt-cms-image-hover-opacity a div.image-slider-item img, .twt-cms-image-hover-opacity a div.cms-image-container img, .twt-cms-image-hover-opacity-in a div.image-slider-item img, .twt-cms-image-hover-opacity-in a div.cms-image-container img {
  transition: all 0.4s ease-in-out;
  filter: opacity(1);
}
.twt-cms-image-hover-1 a:hover div.image-slider-item img, .twt-cms-image-hover-1 a:hover div.cms-image-container img, .twt-cms-image-hover-opacity a:hover div.image-slider-item img, .twt-cms-image-hover-opacity a:hover div.cms-image-container img, .twt-cms-image-hover-opacity-in a:hover div.image-slider-item img, .twt-cms-image-hover-opacity-in a:hover div.cms-image-container img {
  filter: opacity(var(--twt-opacity));
}
.twt-cms-image-hover-1 div.product-image-wrapper a img, .twt-cms-image-hover-opacity div.product-image-wrapper a img, .twt-cms-image-hover-opacity-in div.product-image-wrapper a img {
  transition: all 0.4s ease-in-out;
  filter: opacity(1);
}
.twt-cms-image-hover-1 div.product-image-wrapper a:hover img, .twt-cms-image-hover-opacity div.product-image-wrapper a:hover img, .twt-cms-image-hover-opacity-in div.product-image-wrapper a:hover img {
  filter: opacity(var(--twt-opacity));
}
.twt-cms-image-hover-2 a div.image-slider-item, .twt-cms-image-hover-2 a div.cms-image-container, .twt-cms-image-hover-zoom a div.image-slider-item, .twt-cms-image-hover-zoom a div.cms-image-container, .twt-cms-image-hover-zoom-in a div.image-slider-item, .twt-cms-image-hover-zoom-in a div.cms-image-container {
  overflow: hidden;
}
.twt-cms-image-hover-2 a div.image-slider-item img, .twt-cms-image-hover-2 a div.cms-image-container img, .twt-cms-image-hover-zoom a div.image-slider-item img, .twt-cms-image-hover-zoom a div.cms-image-container img, .twt-cms-image-hover-zoom-in a div.image-slider-item img, .twt-cms-image-hover-zoom-in a div.cms-image-container img {
  transition: transform 0.25s ease-in-out;
}
.twt-cms-image-hover-2 a:hover div.image-slider-item img, .twt-cms-image-hover-2 a:hover div.cms-image-container img, .twt-cms-image-hover-zoom a:hover div.image-slider-item img, .twt-cms-image-hover-zoom a:hover div.cms-image-container img, .twt-cms-image-hover-zoom-in a:hover div.image-slider-item img, .twt-cms-image-hover-zoom-in a:hover div.cms-image-container img {
  transform: perspective(1px) scale(var(--twt-scale));
}
.twt-cms-image-hover-2 div.product-image-wrapper a img, .twt-cms-image-hover-zoom div.product-image-wrapper a img, .twt-cms-image-hover-zoom-in div.product-image-wrapper a img {
  transition: transform 0.25s ease-in-out;
}
.twt-cms-image-hover-2 div.product-image-wrapper a:hover img, .twt-cms-image-hover-zoom div.product-image-wrapper a:hover img, .twt-cms-image-hover-zoom-in div.product-image-wrapper a:hover img {
  transform: perspective(1px) scale(var(--twt-scale));
}
.twt-cms-image-hover-3 a div.image-slider-item, .twt-cms-image-hover-3 a div.cms-image-container, .twt-cms-image-hover-zoom-out a div.image-slider-item, .twt-cms-image-hover-zoom-out a div.cms-image-container {
  overflow: hidden;
}
.twt-cms-image-hover-3 a div.image-slider-item img, .twt-cms-image-hover-3 a div.cms-image-container img, .twt-cms-image-hover-zoom-out a div.image-slider-item img, .twt-cms-image-hover-zoom-out a div.cms-image-container img {
  transition: transform 0.25s ease-in-out;
  transform: perspective(1px) scale(var(--twt-scale));
}
.twt-cms-image-hover-3 a:hover div.image-slider-item img, .twt-cms-image-hover-3 a:hover div.cms-image-container img, .twt-cms-image-hover-zoom-out a:hover div.image-slider-item img, .twt-cms-image-hover-zoom-out a:hover div.cms-image-container img {
  transform: perspective(1px) scale(1);
}
.twt-cms-image-hover-3 div.product-image-wrapper a img, .twt-cms-image-hover-zoom-out div.product-image-wrapper a img {
  transition: transform 0.25s ease-in-out;
  transform: perspective(1px) scale(var(--twt-scale));
}
.twt-cms-image-hover-3 div.product-image-wrapper a:hover img, .twt-cms-image-hover-zoom-out div.product-image-wrapper a:hover img {
  transform: perspective(1px) scale(1);
}
.twt-cms-image-hover-4 a div.image-slider-item, .twt-cms-image-hover-4 a div.cms-image-container, .twt-cms-image-hover-grayscale-out a div.image-slider-item, .twt-cms-image-hover-grayscale-out a div.cms-image-container {
  overflow: hidden;
}
.twt-cms-image-hover-4 a div.image-slider-item img, .twt-cms-image-hover-4 a div.cms-image-container img, .twt-cms-image-hover-grayscale-out a div.image-slider-item img, .twt-cms-image-hover-grayscale-out a div.cms-image-container img {
  transition: all 0.4s ease-in-out;
  filter: grayscale(var(--twt-grayscale));
}
.twt-cms-image-hover-4 a:hover div.image-slider-item img, .twt-cms-image-hover-4 a:hover div.cms-image-container img, .twt-cms-image-hover-grayscale-out a:hover div.image-slider-item img, .twt-cms-image-hover-grayscale-out a:hover div.cms-image-container img {
  filter: grayscale(0);
}
.twt-cms-image-hover-4 div.product-image-wrapper a img, .twt-cms-image-hover-grayscale-out div.product-image-wrapper a img {
  transition: all 0.4s ease-in-out;
  filter: grayscale(var(--twt-grayscale));
}
.twt-cms-image-hover-4 div.product-image-wrapper a:hover img, .twt-cms-image-hover-grayscale-out div.product-image-wrapper a:hover img {
  filter: grayscale(0);
}
.twt-cms-image-hover-5 a div.image-slider-item, .twt-cms-image-hover-5 a div.cms-image-container, .twt-cms-image-hover-gray a div.image-slider-item, .twt-cms-image-hover-gray a div.cms-image-container, .twt-cms-image-hover-grayscale a div.image-slider-item, .twt-cms-image-hover-grayscale a div.cms-image-container, .twt-cms-image-hover-grayscale-in a div.image-slider-item, .twt-cms-image-hover-grayscale-in a div.cms-image-container {
  overflow: hidden;
}
.twt-cms-image-hover-5 a div.image-slider-item img, .twt-cms-image-hover-5 a div.cms-image-container img, .twt-cms-image-hover-gray a div.image-slider-item img, .twt-cms-image-hover-gray a div.cms-image-container img, .twt-cms-image-hover-grayscale a div.image-slider-item img, .twt-cms-image-hover-grayscale a div.cms-image-container img, .twt-cms-image-hover-grayscale-in a div.image-slider-item img, .twt-cms-image-hover-grayscale-in a div.cms-image-container img {
  transition: all 0.4s ease-in-out;
  filter: grayscale(0);
}
.twt-cms-image-hover-5 a:hover div.image-slider-item img, .twt-cms-image-hover-5 a:hover div.cms-image-container img, .twt-cms-image-hover-gray a:hover div.image-slider-item img, .twt-cms-image-hover-gray a:hover div.cms-image-container img, .twt-cms-image-hover-grayscale a:hover div.image-slider-item img, .twt-cms-image-hover-grayscale a:hover div.cms-image-container img, .twt-cms-image-hover-grayscale-in a:hover div.image-slider-item img, .twt-cms-image-hover-grayscale-in a:hover div.cms-image-container img {
  filter: grayscale(var(--twt-grayscale));
}
.twt-cms-image-hover-5 div.product-image-wrapper a img, .twt-cms-image-hover-gray div.product-image-wrapper a img, .twt-cms-image-hover-grayscale div.product-image-wrapper a img, .twt-cms-image-hover-grayscale-in div.product-image-wrapper a img {
  transition: all 0.4s ease-in-out;
  filter: grayscale(0);
}
.twt-cms-image-hover-5 div.product-image-wrapper a:hover img, .twt-cms-image-hover-gray div.product-image-wrapper a:hover img, .twt-cms-image-hover-grayscale div.product-image-wrapper a:hover img, .twt-cms-image-hover-grayscale-in div.product-image-wrapper a:hover img {
  filter: grayscale(var(--twt-grayscale));
}
.twt-cms-image-hover-6 a div.image-slider-item, .twt-cms-image-hover-6 a div.cms-image-container, .twt-cms-image-hover-shine a div.image-slider-item, .twt-cms-image-hover-shine a div.cms-image-container {
  overflow: hidden;
}
.twt-cms-image-hover-6 a div.image-slider-item::before, .twt-cms-image-hover-6 a div.cms-image-container::before, .twt-cms-image-hover-shine a div.image-slider-item::before, .twt-cms-image-hover-shine a div.cms-image-container::before {
  position: absolute;
  z-index: 2;
  top: 0;
  left: -75%;
  display: block;
  width: 50%;
  height: 100%;
  content: "";
  transform: skewX(-25deg);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
}
.twt-cms-image-hover-6 a:hover div.image-slider-item, .twt-cms-image-hover-6 a:hover div.cms-image-container::before, .twt-cms-image-hover-shine a:hover div.image-slider-item, .twt-cms-image-hover-shine a:hover div.cms-image-container::before {
  animation: shine 0.75s;
}
@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
.twt-cms-image-hover-7 a:hover div.image-slider-item img, .twt-cms-image-hover-7 a:hover div.cms-image-container img, .twt-cms-image-hover-7 a:hover div.product-image-wrapper img, .twt-cms-image-hover-flash a:hover div.image-slider-item img, .twt-cms-image-hover-flash a:hover div.cms-image-container img, .twt-cms-image-hover-flash a:hover div.product-image-wrapper img {
  opacity: 1;
  animation: flash 0.75s;
}
.twt-cms-image-hover-7 div.product-image-wrapper a:hover img, .twt-cms-image-hover-flash div.product-image-wrapper a:hover img {
  opacity: 1;
  animation: flash 0.75s;
}
@-webkit-keyframes flash {
  0% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}
@keyframes flash {
  0% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}
.twt-cms-image-hover-8 a div.image-slider-item, .twt-cms-image-hover-8 a div.cms-image-container, .twt-cms-image-hover-rotate-left a div.image-slider-item, .twt-cms-image-hover-rotate-left a div.cms-image-container, .twt-cms-image-hover-rotate-in-left a div.image-slider-item, .twt-cms-image-hover-rotate-in-left a div.cms-image-container {
  overflow: hidden;
}
.twt-cms-image-hover-8 a div.image-slider-item img, .twt-cms-image-hover-8 a div.cms-image-container img, .twt-cms-image-hover-rotate-left a div.image-slider-item img, .twt-cms-image-hover-rotate-left a div.cms-image-container img, .twt-cms-image-hover-rotate-in-left a div.image-slider-item img, .twt-cms-image-hover-rotate-in-left a div.cms-image-container img {
  transform: rotate(12deg) scale(1.35);
  transition: all 0.4s ease-in-out;
}
.twt-cms-image-hover-8 a:hover div.image-slider-item img, .twt-cms-image-hover-8 a:hover div.cms-image-container img, .twt-cms-image-hover-rotate-left a:hover div.image-slider-item img, .twt-cms-image-hover-rotate-left a:hover div.cms-image-container img, .twt-cms-image-hover-rotate-in-left a:hover div.image-slider-item img, .twt-cms-image-hover-rotate-in-left a:hover div.cms-image-container img {
  transform: rotate(0) scale(1);
}
.twt-cms-image-hover-8 div.product-image-wrapper a img, .twt-cms-image-hover-rotate-left div.product-image-wrapper a img, .twt-cms-image-hover-rotate-in-left div.product-image-wrapper a img {
  transform: rotate(12deg) scale(1.35);
  transition: all 0.4s ease-in-out;
}
.twt-cms-image-hover-8 div.product-image-wrapper a:hover img, .twt-cms-image-hover-rotate-left div.product-image-wrapper a:hover img, .twt-cms-image-hover-rotate-in-left div.product-image-wrapper a:hover img {
  transform: rotate(0) scale(1);
}
.twt-cms-image-hover-9 a div.image-slider-item, .twt-cms-image-hover-9 a div.cms-image-container, .twt-cms-image-hover-rotate-right a div.image-slider-item, .twt-cms-image-hover-rotate-right a div.cms-image-container, .twt-cms-image-hover-rotate-in-right a div.image-slider-item, .twt-cms-image-hover-rotate-in-right a div.cms-image-container {
  overflow: hidden;
}
.twt-cms-image-hover-9 a div.image-slider-item img, .twt-cms-image-hover-9 a div.cms-image-container img, .twt-cms-image-hover-rotate-right a div.image-slider-item img, .twt-cms-image-hover-rotate-right a div.cms-image-container img, .twt-cms-image-hover-rotate-in-right a div.image-slider-item img, .twt-cms-image-hover-rotate-in-right a div.cms-image-container img {
  transform: rotate(-12deg) scale(1.4);
  transition: all 0.4s ease-in-out;
}
.twt-cms-image-hover-9 a:hover div.image-slider-item img, .twt-cms-image-hover-9 a:hover div.cms-image-container img, .twt-cms-image-hover-rotate-right a:hover div.image-slider-item img, .twt-cms-image-hover-rotate-right a:hover div.cms-image-container img, .twt-cms-image-hover-rotate-in-right a:hover div.image-slider-item img, .twt-cms-image-hover-rotate-in-right a:hover div.cms-image-container img {
  transform: rotate(0) scale(1);
}
.twt-cms-image-hover-9 div.product-image-wrapper a img, .twt-cms-image-hover-rotate-right div.product-image-wrapper a img, .twt-cms-image-hover-rotate-in-right div.product-image-wrapper a img {
  transform: rotate(-12deg) scale(1.4);
  transition: all 0.4s ease-in-out;
}
.twt-cms-image-hover-9 div.product-image-wrapper a:hover img, .twt-cms-image-hover-rotate-right div.product-image-wrapper a:hover img, .twt-cms-image-hover-rotate-in-right div.product-image-wrapper a:hover img {
  transform: rotate(0) scale(1);
}
.twt-cms-image-hover-10 a div.image-slider-item, .twt-cms-image-hover-10 a div.cms-image-container, .twt-cms-image-hover-rotate a div.image-slider-item, .twt-cms-image-hover-rotate a div.cms-image-container, .twt-cms-image-hover-rotate-out a div.image-slider-item, .twt-cms-image-hover-rotate-out a div.cms-image-container {
  overflow: hidden;
}
.twt-cms-image-hover-10 a div.image-slider-item img, .twt-cms-image-hover-10 a div.cms-image-container img, .twt-cms-image-hover-rotate a div.image-slider-item img, .twt-cms-image-hover-rotate a div.cms-image-container img, .twt-cms-image-hover-rotate-out a div.image-slider-item img, .twt-cms-image-hover-rotate-out a div.cms-image-container img {
  transition: all 0.4s ease-in-out;
  transform: rotate(0) scale(1);
}
.twt-cms-image-hover-10 a:hover div.image-slider-item img, .twt-cms-image-hover-10 a:hover div.cms-image-container img, .twt-cms-image-hover-rotate a:hover div.image-slider-item img, .twt-cms-image-hover-rotate a:hover div.cms-image-container img, .twt-cms-image-hover-rotate-out a:hover div.image-slider-item img, .twt-cms-image-hover-rotate-out a:hover div.cms-image-container img {
  transform: rotate(8deg) scale(1.35);
}
.twt-cms-image-hover-10 div.product-image-wrapper a img, .twt-cms-image-hover-rotate div.product-image-wrapper a img, .twt-cms-image-hover-rotate-out div.product-image-wrapper a img {
  transition: all 0.4s ease-in-out;
  transform: rotate(0) scale(1);
}
.twt-cms-image-hover-10 div.product-image-wrapper a:hover img, .twt-cms-image-hover-rotate div.product-image-wrapper a:hover img, .twt-cms-image-hover-rotate-out div.product-image-wrapper a:hover img {
  transform: rotate(8deg) scale(1.35);
}
.twt-cms-image-hover-11 a div.image-slider-item, .twt-cms-image-hover-11 a div.cms-image-container, .twt-cms-image-hover-blur a div.image-slider-item, .twt-cms-image-hover-blur a div.cms-image-container, .twt-cms-image-hover-blur-in a div.image-slider-item, .twt-cms-image-hover-blur-in a div.cms-image-container {
  overflow: hidden;
}
.twt-cms-image-hover-11 a div.image-slider-item img, .twt-cms-image-hover-11 a div.cms-image-container img, .twt-cms-image-hover-blur a div.image-slider-item img, .twt-cms-image-hover-blur a div.cms-image-container img, .twt-cms-image-hover-blur-in a div.image-slider-item img, .twt-cms-image-hover-blur-in a div.cms-image-container img {
  transition: all 0.4s ease-in-out;
  scale: 1.05;
}
.twt-cms-image-hover-11 a:hover div.image-slider-item img, .twt-cms-image-hover-11 a:hover div.cms-image-container img, .twt-cms-image-hover-blur a:hover div.image-slider-item img, .twt-cms-image-hover-blur a:hover div.cms-image-container img, .twt-cms-image-hover-blur-in a:hover div.image-slider-item img, .twt-cms-image-hover-blur-in a:hover div.cms-image-container img {
  filter: blur(var(--twt-blur));
}
.twt-cms-image-hover-12 a div.image-slider-item, .twt-cms-image-hover-12 a div.cms-image-container, .twt-cms-image-hover-blur-out a div.image-slider-item, .twt-cms-image-hover-blur-out a div.cms-image-container {
  overflow: hidden;
}
.twt-cms-image-hover-12 a div.image-slider-item img, .twt-cms-image-hover-12 a div.cms-image-container img, .twt-cms-image-hover-blur-out a div.image-slider-item img, .twt-cms-image-hover-blur-out a div.cms-image-container img {
  transition: all 0.4s ease-in-out;
  filter: blur(var(--twt-blur));
  scale: 1.05;
}
.twt-cms-image-hover-12 a:hover div.image-slider-item img, .twt-cms-image-hover-12 a:hover div.cms-image-container img, .twt-cms-image-hover-blur-out a:hover div.image-slider-item img, .twt-cms-image-hover-blur-out a:hover div.cms-image-container img {
  filter: blur(0px);
}
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___  (R)
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __|
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: CMS spacing classes
	==================================================
	see _sass-generators/twt-spacing-classes
*/
.cms-page .twt-m-0 {
  margin: 0 !important;
}
.cms-page .twt-mt-0, .cms-page .twt-my-0 {
  margin-top: 0 !important;
}
.cms-page .twt-me-0, .cms-page .twt-mx-0 {
  margin-right: 0 !important;
}
.cms-page .twt-mb-0, .cms-page .twt-my-0 {
  margin-bottom: 0 !important;
}
.cms-page .twt-ms-0, .cms-page .twt-mx-0 {
  margin-left: 0 !important;
}
.cms-page .twt-m-1 {
  margin: 10px !important;
}
.cms-page .twt-mt-1, .cms-page .twt-my-1 {
  margin-top: 10px !important;
}
.cms-page .twt-me-1, .cms-page .twt-mx-1 {
  margin-right: 10px !important;
}
.cms-page .twt-mb-1, .cms-page .twt-my-1 {
  margin-bottom: 10px !important;
}
.cms-page .twt-ms-1, .cms-page .twt-mx-1 {
  margin-left: 10px !important;
}
.cms-page .twt-m-n1 {
  margin: -10px !important;
}
.cms-page .twt-mt-n1, .cms-page .twt-my-n1 {
  margin-top: -10px !important;
}
.cms-page .twt-me-n1, .cms-page .twt-mx-n1 {
  margin-right: -10px !important;
}
.cms-page .twt-mb-n1, .cms-page .twt-my-n1 {
  margin-bottom: -10px !important;
}
.cms-page .twt-ms-n1, .cms-page .twt-mx-n1 {
  margin-left: -10px !important;
}
.cms-page .twt-m-2 {
  margin: 20px !important;
}
.cms-page .twt-mt-2, .cms-page .twt-my-2 {
  margin-top: 20px !important;
}
.cms-page .twt-me-2, .cms-page .twt-mx-2 {
  margin-right: 20px !important;
}
.cms-page .twt-mb-2, .cms-page .twt-my-2 {
  margin-bottom: 20px !important;
}
.cms-page .twt-ms-2, .cms-page .twt-mx-2 {
  margin-left: 20px !important;
}
.cms-page .twt-m-n2 {
  margin: -20px !important;
}
.cms-page .twt-mt-n2, .cms-page .twt-my-n2 {
  margin-top: -20px !important;
}
.cms-page .twt-me-n2, .cms-page .twt-mx-n2 {
  margin-right: -20px !important;
}
.cms-page .twt-mb-n2, .cms-page .twt-my-n2 {
  margin-bottom: -20px !important;
}
.cms-page .twt-ms-n2, .cms-page .twt-mx-n2 {
  margin-left: -20px !important;
}
.cms-page .twt-m-3 {
  margin: 30px !important;
}
.cms-page .twt-mt-3, .cms-page .twt-my-3 {
  margin-top: 30px !important;
}
.cms-page .twt-me-3, .cms-page .twt-mx-3 {
  margin-right: 30px !important;
}
.cms-page .twt-mb-3, .cms-page .twt-my-3 {
  margin-bottom: 30px !important;
}
.cms-page .twt-ms-3, .cms-page .twt-mx-3 {
  margin-left: 30px !important;
}
.cms-page .twt-m-n3 {
  margin: -30px !important;
}
.cms-page .twt-mt-n3, .cms-page .twt-my-n3 {
  margin-top: -30px !important;
}
.cms-page .twt-me-n3, .cms-page .twt-mx-n3 {
  margin-right: -30px !important;
}
.cms-page .twt-mb-n3, .cms-page .twt-my-n3 {
  margin-bottom: -30px !important;
}
.cms-page .twt-ms-n3, .cms-page .twt-mx-n3 {
  margin-left: -30px !important;
}
.cms-page .twt-m-4 {
  margin: 40px !important;
}
.cms-page .twt-mt-4, .cms-page .twt-my-4 {
  margin-top: 40px !important;
}
.cms-page .twt-me-4, .cms-page .twt-mx-4 {
  margin-right: 40px !important;
}
.cms-page .twt-mb-4, .cms-page .twt-my-4 {
  margin-bottom: 40px !important;
}
.cms-page .twt-ms-4, .cms-page .twt-mx-4 {
  margin-left: 40px !important;
}
.cms-page .twt-m-n4 {
  margin: -40px !important;
}
.cms-page .twt-mt-n4, .cms-page .twt-my-n4 {
  margin-top: -40px !important;
}
.cms-page .twt-me-n4, .cms-page .twt-mx-n4 {
  margin-right: -40px !important;
}
.cms-page .twt-mb-n4, .cms-page .twt-my-n4 {
  margin-bottom: -40px !important;
}
.cms-page .twt-ms-n4, .cms-page .twt-mx-n4 {
  margin-left: -40px !important;
}
.cms-page .twt-m-5 {
  margin: 50px !important;
}
.cms-page .twt-mt-5, .cms-page .twt-my-5 {
  margin-top: 50px !important;
}
.cms-page .twt-me-5, .cms-page .twt-mx-5 {
  margin-right: 50px !important;
}
.cms-page .twt-mb-5, .cms-page .twt-my-5 {
  margin-bottom: 50px !important;
}
.cms-page .twt-ms-5, .cms-page .twt-mx-5 {
  margin-left: 50px !important;
}
.cms-page .twt-m-n5 {
  margin: -50px !important;
}
.cms-page .twt-mt-n5, .cms-page .twt-my-n5 {
  margin-top: -50px !important;
}
.cms-page .twt-me-n5, .cms-page .twt-mx-n5 {
  margin-right: -50px !important;
}
.cms-page .twt-mb-n5, .cms-page .twt-my-n5 {
  margin-bottom: -50px !important;
}
.cms-page .twt-ms-n5, .cms-page .twt-mx-n5 {
  margin-left: -50px !important;
}
.cms-page .twt-m-6 {
  margin: 60px !important;
}
.cms-page .twt-mt-6, .cms-page .twt-my-6 {
  margin-top: 60px !important;
}
.cms-page .twt-me-6, .cms-page .twt-mx-6 {
  margin-right: 60px !important;
}
.cms-page .twt-mb-6, .cms-page .twt-my-6 {
  margin-bottom: 60px !important;
}
.cms-page .twt-ms-6, .cms-page .twt-mx-6 {
  margin-left: 60px !important;
}
.cms-page .twt-m-n6 {
  margin: -60px !important;
}
.cms-page .twt-mt-n6, .cms-page .twt-my-n6 {
  margin-top: -60px !important;
}
.cms-page .twt-me-n6, .cms-page .twt-mx-n6 {
  margin-right: -60px !important;
}
.cms-page .twt-mb-n6, .cms-page .twt-my-n6 {
  margin-bottom: -60px !important;
}
.cms-page .twt-ms-n6, .cms-page .twt-mx-n6 {
  margin-left: -60px !important;
}
.cms-page .twt-m-7 {
  margin: 70px !important;
}
.cms-page .twt-mt-7, .cms-page .twt-my-7 {
  margin-top: 70px !important;
}
.cms-page .twt-me-7, .cms-page .twt-mx-7 {
  margin-right: 70px !important;
}
.cms-page .twt-mb-7, .cms-page .twt-my-7 {
  margin-bottom: 70px !important;
}
.cms-page .twt-ms-7, .cms-page .twt-mx-7 {
  margin-left: 70px !important;
}
.cms-page .twt-m-n7 {
  margin: -70px !important;
}
.cms-page .twt-mt-n7, .cms-page .twt-my-n7 {
  margin-top: -70px !important;
}
.cms-page .twt-me-n7, .cms-page .twt-mx-n7 {
  margin-right: -70px !important;
}
.cms-page .twt-mb-n7, .cms-page .twt-my-n7 {
  margin-bottom: -70px !important;
}
.cms-page .twt-ms-n7, .cms-page .twt-mx-n7 {
  margin-left: -70px !important;
}
.cms-page .twt-m-8 {
  margin: 80px !important;
}
.cms-page .twt-mt-8, .cms-page .twt-my-8 {
  margin-top: 80px !important;
}
.cms-page .twt-me-8, .cms-page .twt-mx-8 {
  margin-right: 80px !important;
}
.cms-page .twt-mb-8, .cms-page .twt-my-8 {
  margin-bottom: 80px !important;
}
.cms-page .twt-ms-8, .cms-page .twt-mx-8 {
  margin-left: 80px !important;
}
.cms-page .twt-m-n8 {
  margin: -80px !important;
}
.cms-page .twt-mt-n8, .cms-page .twt-my-n8 {
  margin-top: -80px !important;
}
.cms-page .twt-me-n8, .cms-page .twt-mx-n8 {
  margin-right: -80px !important;
}
.cms-page .twt-mb-n8, .cms-page .twt-my-n8 {
  margin-bottom: -80px !important;
}
.cms-page .twt-ms-n8, .cms-page .twt-mx-n8 {
  margin-left: -80px !important;
}
.cms-page .twt-m-9 {
  margin: 90px !important;
}
.cms-page .twt-mt-9, .cms-page .twt-my-9 {
  margin-top: 90px !important;
}
.cms-page .twt-me-9, .cms-page .twt-mx-9 {
  margin-right: 90px !important;
}
.cms-page .twt-mb-9, .cms-page .twt-my-9 {
  margin-bottom: 90px !important;
}
.cms-page .twt-ms-9, .cms-page .twt-mx-9 {
  margin-left: 90px !important;
}
.cms-page .twt-m-n9 {
  margin: -90px !important;
}
.cms-page .twt-mt-n9, .cms-page .twt-my-n9 {
  margin-top: -90px !important;
}
.cms-page .twt-me-n9, .cms-page .twt-mx-n9 {
  margin-right: -90px !important;
}
.cms-page .twt-mb-n9, .cms-page .twt-my-n9 {
  margin-bottom: -90px !important;
}
.cms-page .twt-ms-n9, .cms-page .twt-mx-n9 {
  margin-left: -90px !important;
}
.cms-page .twt-p-0 {
  padding: 0 !important;
}
.cms-page .twt-pt-0, .cms-page .twt-py-0 {
  padding-top: 0 !important;
}
.cms-page .twt-pe-0, .cms-page .twt-px-0 {
  padding-right: 0 !important;
}
.cms-page .twt-pb-0, .cms-page .twt-py-0 {
  padding-bottom: 0 !important;
}
.cms-page .twt-ps-0, .cms-page .twt-px-0 {
  padding-left: 0 !important;
}
.cms-page .twt-p-1 {
  padding: 10px !important;
}
.cms-page .twt-pt-1, .cms-page .twt-py-1 {
  padding-top: 10px !important;
}
.cms-page .twt-pe-1, .cms-page .twt-px-1 {
  padding-right: 10px !important;
}
.cms-page .twt-pb-1, .cms-page .twt-py-1 {
  padding-bottom: 10px !important;
}
.cms-page .twt-ps-1, .cms-page .twt-px-1 {
  padding-left: 10px !important;
}
.cms-page .twt-p-2 {
  padding: 20px !important;
}
.cms-page .twt-pt-2, .cms-page .twt-py-2 {
  padding-top: 20px !important;
}
.cms-page .twt-pe-2, .cms-page .twt-px-2 {
  padding-right: 20px !important;
}
.cms-page .twt-pb-2, .cms-page .twt-py-2 {
  padding-bottom: 20px !important;
}
.cms-page .twt-ps-2, .cms-page .twt-px-2 {
  padding-left: 20px !important;
}
.cms-page .twt-p-3 {
  padding: 30px !important;
}
.cms-page .twt-pt-3, .cms-page .twt-py-3 {
  padding-top: 30px !important;
}
.cms-page .twt-pe-3, .cms-page .twt-px-3 {
  padding-right: 30px !important;
}
.cms-page .twt-pb-3, .cms-page .twt-py-3 {
  padding-bottom: 30px !important;
}
.cms-page .twt-ps-3, .cms-page .twt-px-3 {
  padding-left: 30px !important;
}
.cms-page .twt-p-4 {
  padding: 40px !important;
}
.cms-page .twt-pt-4, .cms-page .twt-py-4 {
  padding-top: 40px !important;
}
.cms-page .twt-pe-4, .cms-page .twt-px-4 {
  padding-right: 40px !important;
}
.cms-page .twt-pb-4, .cms-page .twt-py-4 {
  padding-bottom: 40px !important;
}
.cms-page .twt-ps-4, .cms-page .twt-px-4 {
  padding-left: 40px !important;
}
.cms-page .twt-p-5 {
  padding: 50px !important;
}
.cms-page .twt-pt-5, .cms-page .twt-py-5 {
  padding-top: 50px !important;
}
.cms-page .twt-pe-5, .cms-page .twt-px-5 {
  padding-right: 50px !important;
}
.cms-page .twt-pb-5, .cms-page .twt-py-5 {
  padding-bottom: 50px !important;
}
.cms-page .twt-ps-5, .cms-page .twt-px-5 {
  padding-left: 50px !important;
}
.cms-page .twt-p-6 {
  padding: 60px !important;
}
.cms-page .twt-pt-6, .cms-page .twt-py-6 {
  padding-top: 60px !important;
}
.cms-page .twt-pe-6, .cms-page .twt-px-6 {
  padding-right: 60px !important;
}
.cms-page .twt-pb-6, .cms-page .twt-py-6 {
  padding-bottom: 60px !important;
}
.cms-page .twt-ps-6, .cms-page .twt-px-6 {
  padding-left: 60px !important;
}
.cms-page .twt-p-7 {
  padding: 70px !important;
}
.cms-page .twt-pt-7, .cms-page .twt-py-7 {
  padding-top: 70px !important;
}
.cms-page .twt-pe-7, .cms-page .twt-px-7 {
  padding-right: 70px !important;
}
.cms-page .twt-pb-7, .cms-page .twt-py-7 {
  padding-bottom: 70px !important;
}
.cms-page .twt-ps-7, .cms-page .twt-px-7 {
  padding-left: 70px !important;
}
.cms-page .twt-p-8 {
  padding: 80px !important;
}
.cms-page .twt-pt-8, .cms-page .twt-py-8 {
  padding-top: 80px !important;
}
.cms-page .twt-pe-8, .cms-page .twt-px-8 {
  padding-right: 80px !important;
}
.cms-page .twt-pb-8, .cms-page .twt-py-8 {
  padding-bottom: 80px !important;
}
.cms-page .twt-ps-8, .cms-page .twt-px-8 {
  padding-left: 80px !important;
}
.cms-page .twt-p-9 {
  padding: 90px !important;
}
.cms-page .twt-pt-9, .cms-page .twt-py-9 {
  padding-top: 90px !important;
}
.cms-page .twt-pe-9, .cms-page .twt-px-9 {
  padding-right: 90px !important;
}
.cms-page .twt-pb-9, .cms-page .twt-py-9 {
  padding-bottom: 90px !important;
}
.cms-page .twt-ps-9, .cms-page .twt-px-9 {
  padding-left: 90px !important;
}
.cms-page .twt-m-auto {
  margin: auto !important;
}
.cms-page .twt-mt-auto, .cms-page .twt-my-auto {
  margin-top: auto !important;
}
.cms-page .twt-me-auto, .cms-page .twt-mx-auto {
  margin-right: auto !important;
}
.cms-page .twt-mb-auto, .cms-page .twt-my-auto {
  margin-bottom: auto !important;
}
.cms-page .twt-ms-auto, .cms-page .twt-mx-auto {
  margin-left: auto !important;
}
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___  (R)
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __|
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

    ThemeWare: _container.scss
    ==================================================

*/
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___  (R)
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __|
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

    ThemeWare "Flyout search"
    ==================================================

*/
.search-container #searchCollapse .header-search {
  margin: 0 auto;
  width: 100%;
}
.search-container #searchCollapse .header-search .header-search-form {
  padding: 15px;
}
@media (min-width: 576px) {
  .search-container #searchCollapse .header-search {
    max-width: 500px;
  }
}
@media (min-width: 1200px) {
  .search-container #searchCollapse .header-search {
    max-width: 1100px;
  }
}
.search-container #searchCollapse .header-search .header-search-btn {
  background-color: #691448;
  border: 1px solid #691448;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.search-container #searchCollapse .header-search .header-search-btn:hover {
  opacity: 0.8;
}
.search-container #searchCollapse .header-search .header-search-btn .icon {
  color: #ffffff;
}
.search-container #searchCollapse .header-search .header-search-btn .loader {
  color: #ffffff !important;
}
.search-container #searchCollapse .header-search input.header-search-input {
  border: 1px solid #e4e7ea;
  color: #333333;
  background-color: #ffffff;
}
.search-container #searchCollapse .header-search input.header-search-input:focus {
  border-color: #e4e7ea;
  box-shadow: inset 2px 2px 4px rgba(0, 0, 0, 0.1);
}
.search-container #searchCollapse .header-search input.header-search-input:focus, .search-container #searchCollapse .header-search input.header-search-input:focus ~ .header-search-btn {
  border-color: #691448;
}
.search-container #searchCollapse.collapsing {
  background-color: #eef2f5;
}
.search-container #searchCollapse.show {
  background-color: #eef2f5;
}
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___  (R)
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __|
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

    ThemeWare: _footer.scss
    ==================================================

*/
.footer-main .twt-element-3 {
  order: 300;
}
.footer-main .twt-element-5 {
  order: 500;
}
.footer-main .twt-element-7 {
  order: 700;
}
.footer-main .twt-element-8 {
  order: 800;
}
.footer-link-item {
  padding: 0.25rem 0;
}
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___  (R)
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __|
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

    ThemeWare "Fullscreen search"
    ==================================================

*/
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___  (R)
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __|
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

    ThemeWare "Global search"
    ==================================================

*/
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___  (R)
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __|
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

    ThemeWare: _header.scss
    ==================================================

*/
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___  (R)
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __|
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

    ThemeWare "Shopping Experiences Header
    ==================================================

*/
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___  (R)
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __|
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

    ThemeWare "Custom header"
    ==================================================

*/
.twt-sticky-header #searchCollapse {
  position: fixed;
}
@media (min-width: 576px) {
  .twt-sticky-header header.header-main {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 16;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.07);
  }
  .twt-sticky-header #searchCollapse {
    position: fixed;
  }
}
#searchCollapse {
  position: relative;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 16;
}
@media (max-width: 1199px) {
  header.header-main .twt-sticky-header-menu-button {
    display: block !important;
  }
  header.header-main .header-row {
    justify-content: space-between;
  }
}
@media (max-width: 420px) {
  header.header-main .header-row .header-logo-col {
    width: 100%;
    padding-right: 10px;
    padding-bottom: 0;
    padding-left: 10px;
  }
  header.header-main .header-row .header-actions-col {
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  header.header-main .header-nav-main-toggle-label {
    display: none !important;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  header.header-main .header-row .header-logo-col {
    padding-left: 20px;
  }
  header.header-main .header-row .header-actions-col {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 768px) {
  header.header-main .header-row {
    padding-right: 20px;
    padding-left: 20px;
  }
  header.header-main .header-row .header-logo-col {
    padding-right: 0;
    padding-left: 0;
  }
  header.header-main .header-row .header-nav-col {
    justify-content: center;
  }
  header.header-main .header-row .header-actions-col {
    padding-right: 0;
    padding-left: 0;
  }
  header.header-main .nav-main .main-navigation * {
    scrollbar-width: auto;
    scrollbar-color: #691448 #fff;
  }
  header.header-main .nav-main .main-navigation *::-webkit-scrollbar {
    width: 10px;
  }
  header.header-main .nav-main .main-navigation *::-webkit-scrollbar-track {
    background: #fff;
  }
  header.header-main .nav-main .main-navigation *::-webkit-scrollbar-thumb {
    background-color: #691448;
    border-radius: 10px;
    border: 5px solid #fff;
  }
  header.header-main .nav-main .main-navigation .main-navigation-menu {
    height: 60px;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  header.header-main .nav-main .main-navigation .main-navigation-menu .main-navigation-link {
    white-space: nowrap;
  }
}
@media (max-width: 991.98px) {
  header.header-main .header-row .header-search-col {
    order: 2;
    flex: 0 0 100% !important;
    max-width: 100% !important;
    width: 100% !important;
  }
  header.header-main .header-row .header-search-col .col, header.header-main .header-row .header-search-col .is-act-confirmpage .checkout .checkout-aside, .is-act-confirmpage .checkout header.header-main .header-row .header-search-col .checkout-aside, header.header-main .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-aside, .is-ctl-accountorder .checkout header.header-main .header-row .header-search-col .checkout-aside, header.header-main .header-row .header-search-col .is-act-finishpage .checkout .checkout-aside, .is-act-finishpage .checkout header.header-main .header-row .header-search-col .checkout-aside {
    padding: 0;
  }
  header.header-main .header-row .header-search-col .col #searchCollapse .header-search, header.header-main .header-row .header-search-col .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search, .is-act-confirmpage .checkout header.header-main .header-row .header-search-col .checkout-aside #searchCollapse .header-search, header.header-main .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search, .is-ctl-accountorder .checkout header.header-main .header-row .header-search-col .checkout-aside #searchCollapse .header-search, header.header-main .header-row .header-search-col .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search, .is-act-finishpage .checkout header.header-main .header-row .header-search-col .checkout-aside #searchCollapse .header-search {
    margin: 0;
    padding: 15px;
    max-width: 100%;
  }
  header.header-main .header-row .header-search-col .row, header.header-main .header-row .header-search-col .account-content, header.header-main .header-row .header-search-col .is-act-cartpage .checkout .checkout-container, .is-act-cartpage .checkout header.header-main .header-row .header-search-col .checkout-container, header.header-main .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container, .is-act-checkoutregisterpage .checkout header.header-main .header-row .header-search-col .checkout-container, header.header-main .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container, .is-act-confirmpage .checkout header.header-main .header-row .header-search-col .checkout-container, header.header-main .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container, .is-ctl-accountorder .checkout header.header-main .header-row .header-search-col .checkout-container, header.header-main .header-row .header-search-col .is-act-finishpage .checkout .checkout-container, .is-act-finishpage .checkout header.header-main .header-row .header-search-col .checkout-container, header.header-main .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container, body.is-act-confirmpage .checkout header.header-main .header-row .header-search-col .checkout-container {
    background-color: #eef2f5;
    margin: 0;
  }
}
@media (max-width: 991.98px) and (min-width: 576px) {
  header.header-main .header-row .header-search-col .row, header.header-main .header-row .header-search-col .account-content, header.header-main .header-row .header-search-col .is-act-cartpage .checkout .checkout-container, .is-act-cartpage .checkout header.header-main .header-row .header-search-col .checkout-container, header.header-main .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container, .is-act-checkoutregisterpage .checkout header.header-main .header-row .header-search-col .checkout-container, header.header-main .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container, .is-act-confirmpage .checkout header.header-main .header-row .header-search-col .checkout-container, header.header-main .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container, .is-ctl-accountorder .checkout header.header-main .header-row .header-search-col .checkout-container, header.header-main .header-row .header-search-col .is-act-finishpage .checkout .checkout-container, .is-act-finishpage .checkout header.header-main .header-row .header-search-col .checkout-container, header.header-main .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container, body.is-act-confirmpage .checkout header.header-main .header-row .header-search-col .checkout-container {
    margin-left: 0;
    margin-right: 0;
    margin-top: 10px;
    margin-bottom: -10px;
  }
}
@media (max-width: 991.98px) and (min-width: 768px) {
  header.header-main .header-row .header-search-col .row, header.header-main .header-row .header-search-col .account-content, header.header-main .header-row .header-search-col .is-act-cartpage .checkout .checkout-container, .is-act-cartpage .checkout header.header-main .header-row .header-search-col .checkout-container, header.header-main .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container, .is-act-checkoutregisterpage .checkout header.header-main .header-row .header-search-col .checkout-container, header.header-main .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container, .is-act-confirmpage .checkout header.header-main .header-row .header-search-col .checkout-container, header.header-main .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container, .is-ctl-accountorder .checkout header.header-main .header-row .header-search-col .checkout-container, header.header-main .header-row .header-search-col .is-act-finishpage .checkout .checkout-container, .is-act-finishpage .checkout header.header-main .header-row .header-search-col .checkout-container, header.header-main .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container, body.is-act-confirmpage .checkout header.header-main .header-row .header-search-col .checkout-container {
    margin-left: -20px;
    margin-right: -20px;
    margin-top: 10px;
    margin-bottom: -10px;
  }
}
@media (min-width: 992px) {
  header.header-main .header-row .header-logo-col {
    padding-right: 20px;
  }
}
@media (min-width: 1200px) {
  header.header-main .header-row .main-navigation {
    width: auto;
    max-width: 100%;
  }
  header.header-main .header-row .header-nav-col {
    display: flex !important;
  }
  header.header-main .nav-main {
    overflow: hidden;
  }
  header.header-main .nav-main:after {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    display: block;
    width: 20px;
    height: 100%;
    content: "";
    background: linear-gradient(to left, #ffffff 0%, transparent 100%);
  }
}
@media (min-width: 421px) and (max-width: 575.98px) {
  header.header-main .header-row {
    /*
                .header-actions-col {
                    padding-left: $twt-basegrid-spacing-sm; // = 10px
                    padding-right: $twt-basegrid-spacing-sm; // = 10px
                }
                */
  }
  header.header-main .header-row .header-logo-col {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  header.header-main .header-row .header-logo-col {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 0;
  }
  header.header-main .header-row .header-actions-col {
    width: 100%;
  }
}
@media (min-width: 576px) and (max-width: 991.98px) {
  header.header-main .header-row .header-logo-col {
    flex: 0 0 auto !important;
    width: auto !important;
    max-width: 100% !important;
    margin: 0;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  header.header-main .header-row .header-actions-col {
    flex: 0 0 auto !important;
    width: auto !important;
    max-width: 100% !important;
    order: 1;
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
@media (max-width: 575.98px) {
  .header-actions-col {
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
  }
}
/*
.navigation-flyout
{
  display: none;
  position: absolute;
}
.navigation-flyout-col
{
  display: none;
  position: absolute;
  transform: translateX(100%);
  right: 0;
  top: 0;
}
.navigation-flyout-link
{
  text-transform:capitalize;
  margin: 0 2px;
  cursor: pointer;
  width: 150px;
}
*/
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __| (R)
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: Checkout
	==================================================

*/
.twt-checkout-header {
  font-size: 24px;
  line-height: 1.5;
  margin-bottom: 10px;
  padding-top: 30px;
  color: #000;
}
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___  (R)
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __|
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

    ThemeWare: Product detail benefits (on product detail page)
    ==================================================

*/
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___  (R)
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __|
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

    ThemeWare: Product detail payment logos (on product detail page)
    ==================================================
    Note: The "Payment logos" are based on our payment logo widget (see widgets/_payment.scss)

*/
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___  (R)
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __|
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

    ThemeWare: Extension > Product detail badges (Badges on product pages)
    ==================================================
    Gerneral badge styling can be found in "scss/component/_product-box.scss"

*/
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __| (R)
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: Product detail
	==================================================

*/
.product-detail-ordernumber-container {
  font-weight: 400;
  margin-bottom: 0;
}
.product-detail-ordernumber-container .product-detail-ordernumber-label {
  font-weight: 600;
  text-transform: none;
}
.twt-product-specifications-section:not(.is-empty) {
  padding-bottom: 0.3125rem;
}
.twt-product-specifications-section:not(.is-empty):last-child {
  padding-bottom: 0;
}
.twt-product-specifications-container {
  font-weight: 400;
  margin-bottom: 0;
}
.twt-product-specifications-container .twt-product-specifications-label {
  font-weight: 600;
  text-transform: none;
}
.product-detail-reviews + .product-detail-delivery-information .twt-product-stock-label {
  margin-top: 1.25rem;
}
.twt-product-video {
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.twt-product-video__video, .twt-product-video__placeholder {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 0 none;
}
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __| (R)
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: Product labels
	==================================================

*/
.twt-product-detail-delivery-information-labels:empty {
  display: none;
}
.twt-product-detail-delivery-information-labels:not(:empty) {
  display: block;
  margin-bottom: 1rem;
}
.twt-product-detail-delivery-information-labels:not(:empty).is-bottom {
  margin-top: 1.5rem;
}
.twt-product-detail-delivery-information-labels p.label {
  font-size: 85%;
  margin: 0;
  display: table;
  margin-bottom: 0.5rem;
}
.twt-product-detail-delivery-information-labels p.label:last-of-type {
  margin-bottom: 0;
}
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___  (R)
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __|
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

    ThemeWare: Sharing links (on detail page)
    ==================================================
    Note: The "Sharing links" are based on our community icons (see widgets/_communitites.scss)

*/
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___  (R)
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __|
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

    ThemeWare: Short description (on detail page)
    ==================================================

*/
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___  (R)
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __|
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: Product detail tabs
    ==================================================

*/
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___  (R)
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __|
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

    ThemeWare: Other pages
    ==================================================
    Theme specific stylings for non-cms pages.

*/
.twt-container-main, .is-ctl-register .content-main .container-main > div, .is-ctl-auth .content-main .container-main > div, .is-ctl-accountprofile .content-main .container-main > div, .is-ctl-address .content-main .container-main > div, .is-ctl-accountpayment .content-main .container-main > div, .is-ctl-accountorder .content-main .container-main > div, .is-ctl-wishlist .content-main .container-main > div, .is-ctl-checkout .content-main .container-main > div, .is-ctl-search .content-main .container-main > div {
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid #eeeeee;
}
@media (max-width: 575.98px) {
  .twt-container-main, .is-ctl-register .content-main .container-main > div, .is-ctl-auth .content-main .container-main > div, .is-ctl-accountprofile .content-main .container-main > div, .is-ctl-address .content-main .container-main > div, .is-ctl-accountpayment .content-main .container-main > div, .is-ctl-accountorder .content-main .container-main > div, .is-ctl-wishlist .content-main .container-main > div, .is-ctl-checkout .content-main .container-main > div, .is-ctl-search .content-main .container-main > div {
    padding: 8px;
  }
}
@media (min-width: 576px) {
  .twt-container-main, .is-ctl-register .content-main .container-main > div, .is-ctl-auth .content-main .container-main > div, .is-ctl-accountprofile .content-main .container-main > div, .is-ctl-address .content-main .container-main > div, .is-ctl-accountpayment .content-main .container-main > div, .is-ctl-accountorder .content-main .container-main > div, .is-ctl-wishlist .content-main .container-main > div, .is-ctl-checkout .content-main .container-main > div, .is-ctl-search .content-main .container-main > div {
    padding: 15px;
  }
}
@media (min-width: 768px) {
  .twt-container-main, .is-ctl-register .content-main .container-main > div, .is-ctl-auth .content-main .container-main > div, .is-ctl-accountprofile .content-main .container-main > div, .is-ctl-address .content-main .container-main > div, .is-ctl-accountpayment .content-main .container-main > div, .is-ctl-accountorder .content-main .container-main > div, .is-ctl-wishlist .content-main .container-main > div, .is-ctl-checkout .content-main .container-main > div, .is-ctl-search .content-main .container-main > div {
    padding: 20px;
  }
}
@media (min-width: 1200px) {
  .twt-container-main, .is-ctl-register .content-main .container-main > div, .is-ctl-auth .content-main .container-main > div, .is-ctl-accountprofile .content-main .container-main > div, .is-ctl-address .content-main .container-main > div, .is-ctl-accountpayment .content-main .container-main > div, .is-ctl-accountorder .content-main .container-main > div, .is-ctl-wishlist .content-main .container-main > div, .is-ctl-checkout .content-main .container-main > div, .is-ctl-search .content-main .container-main > div {
    padding: 30px;
  }
}
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___  (R)
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __|
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

    ThemeWare: Extension > Announcement banner
    ==================================================

*/
/*
    _____ _                __      __
   |_   _| |_  ___ _ __  __\ \    / /_ _ _ _ ___  (R)
     | | | ' \/ -_) '  \/ -_) \/\/ / _` | '_/ -_)
     |_| |_||_\___|_|_|_\___|\_/\_/\__,_|_| \___|

    Copyright (c) TC-Innovations GmbH

    ThemeWare: Extension > Checkout steps
    ==================================================

*/
/* @TODO:
     - zur Dokumentation hinzufügen...
     - Layout "Nebeneinander" hinzufügen...
 */
/* ---------------- START: SET SCSS VARS ---------------- */
/* ---------------- END: SET SCSS VARS ---------------- */
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___  (R)
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __|
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

    ThemeWare: Extension > Custom announcement
    ==================================================

*/
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___  (R)
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __|
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

    ThemeWare: Extension > Floating/slideout widget (formerly Sidebar-Widget)
    ==================================================

*/
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___  (R)
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __|
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

    ThemeWare: Extension > Listing subcategories
    ==================================================
    see also "cms/element/_twt-cms-listing-subcategories.scss"

    - Available as extension: .twt-listing-subcategories
    - Available as cms element: .cms-element-twt-listing-subcategories
*/
.twt-listing-subcategories ul.row, .twt-listing-subcategories ul.account-content, .twt-listing-subcategories .is-act-cartpage .checkout ul.checkout-container, .is-act-cartpage .checkout .twt-listing-subcategories ul.checkout-container, .twt-listing-subcategories .is-act-checkoutregisterpage .checkout ul.checkout-container, .is-act-checkoutregisterpage .checkout .twt-listing-subcategories ul.checkout-container, .twt-listing-subcategories .is-act-confirmpage .checkout ul.checkout-container, .is-act-confirmpage .checkout .twt-listing-subcategories ul.checkout-container, .twt-listing-subcategories .is-ctl-accountorder .checkout ul.checkout-container, .is-ctl-accountorder .checkout .twt-listing-subcategories ul.checkout-container, .twt-listing-subcategories .is-act-finishpage .checkout ul.checkout-container, .is-act-finishpage .checkout .twt-listing-subcategories ul.checkout-container, .twt-listing-subcategories body.is-act-confirmpage .checkout ul.checkout-container, body.is-act-confirmpage .checkout .twt-listing-subcategories ul.checkout-container {
  margin: 0 -5px;
  margin-bottom: -10px;
  padding: 0;
  list-style-type: none;
}
.twt-listing-subcategories li {
  margin-bottom: 10px;
  padding-right: 5px;
  padding-left: 5px;
}
.twt-listing-subcategories a.twt-subcategory-navigation-link {
  font-size: 16px;
  font-size: 1rem;
  font-family: 1;
  font-weight: normal;
  display: flex;
  height: 100%;
  padding: 0.5rem;
  text-decoration: none;
  text-transform: none;
  color: #000;
  border: 1px solid #C2C2c2;
  border-radius: 2px;
  background-color: #ffffff;
}
.twt-listing-subcategories a.twt-subcategory-navigation-link:hover {
  color: #691448;
  border-color: #691448;
  background-color: #ffffff;
}
.twt-listing-subcategories .twt-subcategory-navigation-image-wrapper {
  display: none;
  overflow: hidden;
  background-color: #eef2f5;
}
@media (min-width: 576px) {
  .twt-listing-subcategories .twt-subcategory-navigation-image-wrapper {
    display: block;
  }
}
.twt-listing-subcategories .twt-subcategory-navigation-image-wrapper .twt-subcategory-navigation-image-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.twt-listing-subcategories .twt-subcategory-navigation-image-wrapper .twt-subcategory-navigation-image-container img.twt-subcategory-navigation-image {
  display: block;
}
.twt-listing-subcategories .twt-subcategory-navigation-image-wrapper .twt-subcategory-navigation-image-container.is-standard img.twt-subcategory-navigation-image, .twt-listing-subcategories .twt-subcategory-navigation-image-wrapper .twt-subcategory-navigation-image-container.is-cover img.twt-subcategory-navigation-image, .twt-listing-subcategories .twt-subcategory-navigation-image-wrapper .twt-subcategory-navigation-image-container.is-contain img.twt-subcategory-navigation-image {
  width: 100%;
  height: 100%;
}
.twt-listing-subcategories .twt-subcategory-navigation-image-wrapper .twt-subcategory-navigation-image-container.is-standard img.twt-subcategory-navigation-image {
  object-fit: scale-down;
}
.twt-listing-subcategories .twt-subcategory-navigation-image-wrapper .twt-subcategory-navigation-image-container.is-cover img.twt-subcategory-navigation-image {
  object-fit: cover;
}
.twt-listing-subcategories .twt-subcategory-navigation-image-wrapper .twt-subcategory-navigation-image-container.is-contain img.twt-subcategory-navigation-image {
  object-fit: contain;
}
.twt-listing-subcategories .twt-subcategory-navigation-name {
  overflow: hidden;
}
@media (min-width: 576px) {
  .twt-listing-subcategories .twt-subcategory-navigation-name {
    align-self: center;
  }
}
.twt-listing-subcategories .twt-subcategory-navigation-name .twt-subcategory-navigation-name-label {
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}
.twt-listing-subcategories .twt-subcategory-navigation-name .icon {
  display: block;
  min-width: 16.6px;
  margin-left: auto;
}
@media (min-width: 576px) {
  .twt-listing-subcategories .twt-subcategory-navigation-name .icon {
    display: none;
  }
}
.twt-listing-subcategories .twt-subcategory-navigation-name .icon > svg {
  top: -2px;
}
.twt-listing-subcategories.is-text-below li.no-image a {
  justify-content: center;
}
@media (min-width: 576px) {
  .twt-listing-subcategories.is-text-below li.no-image a {
    align-items: center;
  }
}
.twt-listing-subcategories.is-text-below li:not(.no-image) a {
  flex-direction: column;
}
.twt-listing-subcategories.is-text-below a.twt-subcategory-navigation-link {
  flex-flow: column;
}
.twt-listing-subcategories.is-text-below .twt-subcategory-navigation-image-wrapper {
  margin-bottom: 0.5rem;
}
.twt-listing-subcategories.is-text-below .twt-subcategory-navigation-image-container img.twt-subcategory-navigation-image {
  vertical-align: middle;
}
.twt-listing-subcategories.is-text-below .twt-subcategory-navigation-name {
  display: flex;
}
@media (min-width: 576px) {
  .twt-listing-subcategories.is-text-below .twt-subcategory-navigation-name .twt-subcategory-navigation-name-label {
    text-align: center;
  }
}
.twt-listing-subcategories.is-side-by-side li.no-image .twt-subcategory-navigation-name {
  margin-left: 5px;
}
@media (max-width: 575.98px) {
  .twt-listing-subcategories.is-side-by-side a.twt-subcategory-navigation-link {
    flex-flow: column;
  }
}
.twt-listing-subcategories.is-side-by-side .twt-subcategory-navigation-image-wrapper {
  margin-right: 0.5rem;
}
.twt-listing-subcategories.is-side-by-side .twt-subcategory-navigation-name {
  display: flex;
}
.twt-listing-subcategories.is-image-only li.no-image a {
  justify-content: center;
}
@media (min-width: 576px) {
  .twt-listing-subcategories.is-image-only li.no-image a {
    align-items: center;
  }
}
.twt-listing-subcategories.is-image-only li.no-image .twt-subcategory-navigation-name {
  display: flex !important;
}
@media (max-width: 575.98px) {
  .twt-listing-subcategories.is-image-only a.twt-subcategory-navigation-link {
    flex-flow: column;
  }
}
.twt-listing-subcategories.is-image-only .twt-subcategory-navigation-image-wrapper {
  display: block;
  width: 100%;
}
.twt-listing-subcategories.is-image-only .twt-subcategory-navigation-name {
  display: none;
}
.twt-listing-subcategories.is-text-only a.twt-subcategory-navigation-link {
  flex-flow: column;
}
.twt-listing-subcategories.is-text-only .twt-subcategory-navigation-name {
  display: flex;
  align-self: flex-start;
}
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___  (R)
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __|
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

    ThemeWare: Extension > Slideout communities
    ==================================================
    The configuration is seperated from the widget as this element
    doesn't have any other purpose than showing the communities.
*/
/* ---------------- START: SET SCSS VARS ---------------- */
/* ---------------- END: SET SCSS VARS ---------------- */
/*
.twt-social-proofing {
    .label-bought {
        font-weight: bold;
        color: #fff;
        text-shadow: 0px 0px 2px #000000;

        background: linear-gradient(290deg, #d63384, #0dcaf0, #6610f2);
        background-size: 600% 600%;

        box-shadow: 0 0 2px #fff, 0 0 6px #0dcaf0, 0 0 10px #0dcaf0;

        -webkit-animation: gradient 10s ease infinite, blink .7s infinite alternate;
        animation: gradient 10s ease infinite, blink .7s infinite alternate;
    }
}

@-webkit-keyframes gradient {
    0%{background-position:0% 50%}
    20%{background-position:100% 50%}

    50%{background-position:100% 50%}
    70%{background-position:0% 50%}

    90%{background-position:0% 50%}
}

@keyframes gradient {
    0%{background-position:0% 50%}
    20%{background-position:100% 50%}

    50%{background-position:100% 50%}
    70%{background-position:0% 50%}

    90%{background-position:0% 50%}
}

@-webkit-keyframes blink {
    100% {
        box-shadow: 0 0 3px #fff, 0 0 10px #0dcaf0, 0 0 20px #0dcaf0;
    }
}
@keyframes blink {
    100% {
        box-shadow: 0 0 3px #fff, 0 0 10px #0dcaf0, 0 0 20px #0dcaf0;
    }
}
*/
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___  (R)
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __|
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: Extension > USP bar
	==================================================

*/
/* ---------------- START: SET SCSS VARS ---------------- */
/* ---------------- END: SET SCSS VARS ---------------- */
.twt-usp-bar {
  display: block;
  margin: 0;
  /*****************************
		* Vertical scrolling subtitles
        ******************************/
  /*****************************
        * Vertical scrolling on phones
        ******************************/
  /*

        ,--.               ,--------. ,-----.       ,--.                                         ,--.  ,--.
        |  |-.,--. ,--.    '--.  .--''  .--./ -----.|  |,--,--, ,--,--,  ,---.,--.  ,--.,--,--.,-'  '-.`--' ,---. ,--,--,  ,---.
        | .-. '\  '  /        |  |   |  |    '-----'|  ||      \|      \| .-. |\  `'  /' ,-.  |'-.  .-',--.| .-. ||      \(  .-'
        | `-' | \   '         |  |   '  '--'\       |  ||  ||  ||  ||  |' '-' ' \    / \ '-'  |  |  |  |  |' '-' '|  ||  |.-   `)
         `---'.-'  /          `--'    `-----'       `--'`--''--'`--''--' `---'   `--'   `--`--'  `--'  `--' `---' `--''--'`----'
              `---'
        */
}
.twt-usp-bar .twt-usp-bar-items {
  display: flex;
  align-items: center;
  flex-direction: row;
  height: 100%;
}
@media (max-width: 767.98px) {
  .twt-usp-bar .twt-usp-bar-items {
    justify-content: center;
  }
}
.twt-usp-bar .twt-usp-bar-item {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  display: none;
  align-items: center;
  text-transform: none;
  padding-left: 20px;
  padding-right: 20px;
  min-width: 0;
}
.twt-usp-bar .twt-usp-bar-item.item-1 {
  display: flex;
}
@media (min-width: 576px) {
  .twt-usp-bar .twt-usp-bar-item.item-2 {
    display: flex;
  }
}
@media (min-width: 768px) {
  .twt-usp-bar .twt-usp-bar-item.item-3 {
    display: flex;
  }
}
@media (min-width: 992px) {
  .twt-usp-bar .twt-usp-bar-item.item-4 {
    display: flex;
  }
}
.twt-usp-bar .twt-usp-bar-item.item-5 {
  display: none;
}
@media (min-width: 1400px) {
  .twt-usp-bar .twt-usp-bar-item.item-6 {
    display: flex;
  }
}
.twt-usp-bar .twt-usp-bar-item div.item-icon {
  text-align: center;
}
.twt-usp-bar .twt-usp-bar-item div.item-label {
  width: 100%;
}
.twt-usp-bar .twt-usp-bar-item div.item-label a {
  text-decoration: none;
}
.twt-usp-bar .twt-usp-bar-item div.item-label a:hover {
  text-decoration: underline;
}
.twt-usp-bar.is-header {
  background-color: #eef2f5;
  position: relative;
}
.twt-usp-bar.is-header .twt-usp-bar-container {
  max-width: none;
}
.twt-usp-bar.is-header .twt-usp-bar-item {
  color: #263842;
  flex-direction: row;
}
.twt-usp-bar.is-header .twt-usp-bar-item div.item-label a {
  color: #263842;
}
.twt-usp-bar.is-header .twt-usp-bar-item div.item-label a:hover {
  color: #22323b;
}
.twt-usp-bar.is-header .twt-usp-bar-item span.icon {
  color: #263842;
}
.twt-usp-bar.is-header.has-widget .twt-usp-bar-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 992px) {
  .twt-usp-bar.is-header.has-widget .twt-usp-bar-items {
    justify-content: normal;
  }
}
.twt-usp-bar.is-header.has-widget .twt-usp-bar-items {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.twt-usp-bar.is-header.has-widget .twt-widget {
  padding-left: 20px;
  padding-right: 20px;
}
.twt-usp-bar.is-header.has-widget .twt-widget .top-bar-nav {
  padding: 0;
}
.twt-usp-bar.is-footer {
  background-color: #eef2f5;
  border-top: 1px solid #e5ebf0;
}
.twt-usp-bar.is-footer .twt-usp-bar-container {
  max-width: 1400px;
  margin: 0 auto;
}
.twt-usp-bar.is-footer .twt-usp-bar-item {
  color: #555555;
  flex-direction: column;
}
.twt-usp-bar.is-footer .twt-usp-bar-item div.item-label a {
  color: #555555;
}
.twt-usp-bar.is-footer .twt-usp-bar-item div.item-label a:hover {
  color: #4d4d4d;
}
.twt-usp-bar.is-footer .twt-usp-bar-item span.icon {
  color: #555555;
}
.twt-usp-bar.is-cms {
  margin: 0;
  position: relative;
  height: 40px;
}
.twt-usp-bar.is-cms .container, .twt-usp-bar.is-cms .cms-section .boxed, .cms-section .twt-usp-bar.is-cms .boxed {
  padding: 0;
}
.twt-usp-bar.is-cms .twt-usp-bar-items {
  justify-content: space-around;
}
.twt-usp-bar.is-cms .twt-usp-bar-item {
  color: #263842;
  flex-direction: row;
}
.twt-usp-bar.is-cms .twt-usp-bar-item > div {
  display: inline-block;
}
.twt-usp-bar.is-cms .twt-usp-bar-item div.item-label a {
  color: #263842;
  text-decoration: none;
}
.twt-usp-bar.is-cms .twt-usp-bar-item div.item-label a:hover {
  color: #22323b;
  text-decoration: underline;
}
.twt-usp-bar.is-cms .twt-usp-bar-item span.icon {
  height: 15px;
  width: 15px;
  margin-right: 5px;
  color: #263842;
}
.twt-usp-bar.is-small .twt-usp-bar-container {
  padding: 10px 0;
  height: 40px;
}
@media (max-width: 575.98px) {
  .twt-usp-bar.is-small .twt-usp-bar-items {
    justify-content: space-around;
  }
}
@media (min-width: 576px) {
  .twt-usp-bar.is-small .twt-usp-bar-items {
    justify-content: space-between;
  }
}
.twt-usp-bar.is-small .twt-usp-bar-item > div {
  display: inline-block;
}
.twt-usp-bar.is-small .twt-usp-bar-item span.icon {
  display: flex;
  align-content: center;
  height: 15px;
  width: 15px;
  margin-right: 5px;
}
.twt-usp-bar.is-small .twt-usp-bar-item span.icon svg {
  top: 0;
}
.twt-usp-bar.is-large .twt-usp-bar-container {
  padding: 15px 0;
  height: 110px;
}
@media (max-width: 575.98px) {
  .twt-usp-bar.is-large .twt-usp-bar-items {
    justify-content: space-around;
  }
}
@media (min-width: 576px) {
  .twt-usp-bar.is-large .twt-usp-bar-items {
    justify-content: space-around;
  }
}
.twt-usp-bar.is-large .twt-usp-bar-item > div {
  display: block;
}
.twt-usp-bar.is-large .twt-usp-bar-item span.icon {
  height: 48px;
  width: 48px;
  margin-bottom: 10px;
}
.twt-usp-bar.is-large .twt-usp-bar-item span.icon svg {
  top: 0;
}
.twt-usp-bar.is-large .twt-usp-bar-item div.item-title, .twt-usp-bar.is-large .twt-usp-bar-item div.item-subtitle {
  text-align: center;
}
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___  (R)
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __|
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

    ThemeWare: Extension > Scroll animations
    ==================================================

*/
.twt-cms-animation.cms-block {
  opacity: 0;
  transition: opacity 1.5s ease-in-out;
  animation-duration: 1.5s;
  animation-fill-mode: both;
}
.twt-cms-animation.cms-block.is-visible {
  opacity: 1;
  animation-delay: 0.1s;
  animation-name: fadeIn;
}
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___  (R)
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __|
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: Sidebar elements
	==================================================

*/
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___  (R)
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __|
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

    ThemeWare: Extension > Sidebar widgets
    ==================================================
    Container styling (see 'themeware/widgets/_*.scss' for widget styling)
*/
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___  (R)
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __|
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: Extension > Sticky main navigation
	==================================================

*/
.nav-main {
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s ease;
}
.nav-main.ready:not(.show) #searchCollapse.sticky, .nav-main.ready:not(.show) div.header-cart.sticky[data-offcanvas-cart] {
  display: none;
}
body.is-sticky-nav-main {
  /*

        ,--.               ,--------. ,-----.       ,--.                                         ,--.  ,--.
        |  |-.,--. ,--.    '--.  .--''  .--./,-----.|  |,--,--, ,--,--,  ,---.,--.  ,--.,--,--.,-'  '-.`--' ,---. ,--,--,  ,---.
        | .-. '\  '  /        |  |   |  |    '-----'|  ||      \|      \| .-. |\  `'  /' ,-.  |'-.  .-',--.| .-. ||      \(  .-'
        | `-' | \   '         |  |   '  '--'\       |  ||  ||  ||  ||  |' '-' ' \    / \ '-'  |  |  |  |  |' '-' '|  ||  |.-'  `)
         `---'.-'  /          `--'    `-----'       `--'`--''--'`--''--' `---'   `--'   `--`--'  `--'  `--' `---' `--''--'`----'
              `---'
        */
}
body.is-sticky-nav-main .nav-main {
  position: fixed;
  z-index: 1020;
  top: 0 !important;
  padding-bottom: 0;
  background-color: #ffffff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  width: 100%;
}
body.is-sticky-nav-main .nav-main.ready {
  animation-duration: 0.3s;
  animation-fill-mode: both;
  animation-name: stickynavFyloutFadeInDown;
}
body.is-sticky-nav-main .nav-main .main-navigation-link {
  height: 50px;
  padding: 0 9px;
  line-height: 50px;
}
body.is-sticky-nav-main #sticky-logo {
  float: left;
  display: block !important;
  line-height: 50px;
  margin-right: 20px;
}
body.is-sticky-nav-main #sticky-logo a {
  display: inline-block;
}
body.is-sticky-nav-main #sticky-logo a img {
  display: inline-block;
  width: auto;
  max-width: 120px;
  height: auto;
  max-height: 50px;
}
body.is-sticky-nav-main #sticky-nav-main-toggle {
  float: left;
  display: block !important;
}
body.is-sticky-nav-main #sticky-nav-main-toggle .btn {
  font-size: 14px;
  font-size: 0.875rem;
  margin-right: 20px;
  background-color: #ffffff;
  color: #333333;
  padding: 0 17px;
  line-height: 50px;
  border-radius: 0;
  border: none;
}
body.is-sticky-nav-main #sticky-nav-main-toggle .btn .icon {
  color: #333333;
  width: 18px;
  height: 18px;
  display: inline-block;
  transition: color 0.2s ease;
}
body.is-sticky-nav-main #sticky-nav-main-toggle .btn .icon > svg {
  top: 0;
  margin-bottom: 2px;
}
body.is-sticky-nav-main #sticky-nav-main-toggle .btn:hover {
  background-color: #eef2f5;
  color: #691448;
}
body.is-sticky-nav-main #sticky-nav-main-toggle .btn:hover .icon {
  color: #691448;
}
body.is-sticky-nav-main div.header-cart.sticky[data-offcanvas-cart] {
  float: right;
  display: block !important;
  height: 50px;
  overflow: hidden;
}
body.is-sticky-nav-main div.header-cart.sticky[data-offcanvas-cart] .btn {
  position: relative;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  margin-left: 20px;
  background-color: #ffffff;
  color: #333333;
  padding: 0 17px;
  line-height: 50px;
  border-radius: 0;
  border: none;
  transition: opacity 0.2s ease;
}
body.is-sticky-nav-main div.header-cart.sticky[data-offcanvas-cart] .btn .header-cart-total {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
  transition: color 0.2s ease;
  color: #333333;
}
body.is-sticky-nav-main div.header-cart.sticky[data-offcanvas-cart] .btn .icon {
  color: #333333;
  display: inline-block;
  transition: color 0.2s ease;
}
body.is-sticky-nav-main div.header-cart.sticky[data-offcanvas-cart] .btn .icon > svg {
  top: 0;
  margin-bottom: 2px;
}
body.is-sticky-nav-main div.header-cart.sticky[data-offcanvas-cart] .btn .badge {
  top: 3px;
}
body.is-sticky-nav-main div.header-cart.sticky[data-offcanvas-cart] .btn:hover {
  opacity: 0.8;
}
body.is-sticky-nav-main div.header-cart.sticky[data-offcanvas-cart] .header-cart-total {
  display: none;
}
body.is-sticky-nav-main div.header-cart.sticky[data-offcanvas-cart] .header-cart-badge {
  display: block;
}
body.is-sticky-nav-main div.header-cart.sticky[data-offcanvas-cart] .header-cart-name {
  display: none;
}
body.is-sticky-nav-main #searchCollapse.sticky {
  float: right;
  display: block !important;
}
body.is-sticky-nav-main #searchCollapse.sticky:not(.show) {
  display: block;
  max-width: 500px;
  line-height: 49px;
}
body.is-sticky-nav-main #searchCollapse.sticky:not(.show) .header-search {
  display: inline-block;
}
body.is-sticky-nav-main #searchCollapse.sticky .header-search-btn {
  font-size: 14px;
  font-size: 0.875rem;
  background-color: #ffffff;
  border: 1px solid #e4e7ea;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  height: 40px;
}
body.is-sticky-nav-main #searchCollapse.sticky .header-search-btn .loader {
  color: #691448 !important;
}
body.is-sticky-nav-main #searchCollapse.sticky .header-search-btn:hover {
  opacity: 0.75;
}
body.is-sticky-nav-main #searchCollapse.sticky input.header-search-input {
  font-size: 14px;
  font-size: 0.875rem;
  border: 1px solid #e4e7ea;
  color: #333333;
  background-color: #ffffff;
  height: 40px;
  text-align: center;
}
body.is-sticky-nav-main #searchCollapse.sticky input.header-search-input:focus {
  border-color: #e4e7ea;
  box-shadow: inset 2px 2px 4px rgba(0, 0, 0, 0.1);
}
body.is-sticky-nav-main #searchCollapse.sticky input.header-search-input:focus ~ .header-search-btn {
  border-color: #e4e7ea;
}
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___  (R)
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __|
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: Widget > About
	==================================================

*/
.twt-widget-about p:last-of-type {
  margin-bottom: 0;
}
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___  (R)
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __|
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: Widget > Awards
	==================================================

*/
.twt-widget-awards .twt-awards-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.twt-widget-awards .twt-awards-container img {
  max-width: 100px;
  max-height: none;
}
.cms-section-sidebar-sidebar-content .twt-awards-container img {
  margin: 0 20px 20px 0;
}
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___  (R)
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __|
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: Widget > Benefits
	==================================================

*/
.twt-widget-benefits .twt-usp-bar-item {
  font-size: 16px;
  font-size: 1rem;
}
.twt-widget-benefits .twt-usp-bar-item div {
  display: inline-block;
}
.twt-widget-benefits .twt-usp-bar-item div.item-icon {
  text-align: center;
}
.twt-widget-benefits .twt-usp-bar-item span.icon {
  width: 16px;
  height: 16px;
  margin-right: 5px;
}
.twt-widget-benefits .benefits-list ul {
  margin-left: 25px;
  padding-left: 0;
  list-style-type: none;
}
.twt-widget-benefits .benefits-list li {
  position: relative;
  margin-bottom: 4px;
}
.twt-widget-benefits .benefits-list li .icon {
  line-height: inherit;
  position: absolute;
  top: 1px;
  left: -25px;
  width: 18px;
  text-align: left;
  color: #333333;
}
.twt-widget-benefits .benefits-list li .icon svg {
  top: 0;
  width: auto;
}
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___  (R)
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __|
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: Widget > Communities
	==================================================

*/
.twt-widget-communities ul.twt-communities-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.twt-widget-communities a.twt-communities-link {
  text-decoration: none !important;
}
.twt-widget-communities a.twt-communities-link .icon {
  transition: 0.2s ease-out 0s;
  vertical-align: middle;
  fill: currentColor;
}
.twt-widget-communities a.twt-communities-link .icon svg {
  top: 0;
}
.twt-widget-communities a.twt-communities-link .icon > svg circle, .twt-widget-communities a.twt-communities-link .icon > svg polygon, .twt-widget-communities a.twt-communities-link .icon > svg rect {
  fill: currentColor;
}
.twt-widget-communities a.twt-communities-link .icon .color2 {
  color: #ffffff;
}
.twt-widget-communities.is-cms {
  text-align: center;
}
/*
  _             _____ ____     ___                             _   _
 | |__  _   _  |_   _/ ___|   |_ _|_ __  _ __   _____   ____ _| |_(_) ___  _ __  ___
 | '_ \| | | |   | || |   _____| || '_ \| '_ \ / _ \ \ / / _` | __| |/ _ \| '_ \/ __|
 | |_) | |_| |   | || |__|_____| || | | | | | | (_) \ V / (_| | |_| | (_) | | | \__ \
 |_.__/ \__, |   |_| \____|   |___|_| |_|_| |_|\___/ \_/ \__,_|\__|_|\___/|_| |_|___/
		|___/
*/
.twt-widget-communities:not(.is-slideout):not(.is-sidebar):not(.is-detail):not(.is-usp-bar) ul.twt-communities-list li.twt-communities-item {
  display: inline-block;
}
.twt-widget-communities:not(.is-slideout):not(.is-sidebar):not(.is-detail):not(.is-usp-bar) a.twt-communities-link {
  display: flex;
  align-items: center;
}
.twt-widget-communities:not(.is-slideout):not(.is-sidebar):not(.is-detail):not(.is-usp-bar) a.twt-communities-link .icon {
  width: 45px;
  height: 45px;
}
.twt-widget-communities:not(.is-slideout):not(.is-sidebar):not(.is-detail):not(.is-usp-bar) a.twt-communities-link span.twt-communities-label {
  display: none;
}
.twt-widget-communities:not(.is-slideout):not(.is-sidebar):not(.is-detail):not(.is-usp-bar) a.twt-communities-link:hover {
  text-decoration: underline !important;
}
.twt-widget-communities:not(.is-slideout):not(.is-sidebar):not(.is-detail):not(.is-usp-bar) a.twt-communities-link:hover .icon {
  filter: brightness(85%);
}
.twt-widget-communities:not(.is-slideout):not(.is-sidebar):not(.is-detail):not(.is-usp-bar) a.twt-communities-link.link-blog {
  color: #691448 !important;
}
.twt-widget-communities:not(.is-slideout):not(.is-sidebar):not(.is-detail):not(.is-usp-bar) a.twt-communities-link.link-blog .icon {
  color: #691448;
}
.twt-widget-communities:not(.is-slideout):not(.is-sidebar):not(.is-detail):not(.is-usp-bar) a.twt-communities-link.link-blogger {
  color: #691448 !important;
}
.twt-widget-communities:not(.is-slideout):not(.is-sidebar):not(.is-detail):not(.is-usp-bar) a.twt-communities-link.link-blogger .icon {
  color: #691448;
}
.twt-widget-communities:not(.is-slideout):not(.is-sidebar):not(.is-detail):not(.is-usp-bar) a.twt-communities-link.link-facebook {
  color: #691448 !important;
}
.twt-widget-communities:not(.is-slideout):not(.is-sidebar):not(.is-detail):not(.is-usp-bar) a.twt-communities-link.link-facebook .icon {
  color: #691448;
}
.twt-widget-communities:not(.is-slideout):not(.is-sidebar):not(.is-detail):not(.is-usp-bar) a.twt-communities-link.link-flickr {
  color: #691448 !important;
}
.twt-widget-communities:not(.is-slideout):not(.is-sidebar):not(.is-detail):not(.is-usp-bar) a.twt-communities-link.link-flickr .icon {
  color: #691448;
}
.twt-widget-communities:not(.is-slideout):not(.is-sidebar):not(.is-detail):not(.is-usp-bar) a.twt-communities-link.link-flickr .icon .color3 {
  color: #691448;
}
.twt-widget-communities:not(.is-slideout):not(.is-sidebar):not(.is-detail):not(.is-usp-bar) a.twt-communities-link.link-instagram {
  color: #691448 !important;
}
.twt-widget-communities:not(.is-slideout):not(.is-sidebar):not(.is-detail):not(.is-usp-bar) a.twt-communities-link.link-instagram .icon {
  color: #691448;
}
.twt-widget-communities:not(.is-slideout):not(.is-sidebar):not(.is-detail):not(.is-usp-bar) a.twt-communities-link.link-linkedin {
  color: #691448 !important;
}
.twt-widget-communities:not(.is-slideout):not(.is-sidebar):not(.is-detail):not(.is-usp-bar) a.twt-communities-link.link-linkedin .icon {
  color: #691448;
}
.twt-widget-communities:not(.is-slideout):not(.is-sidebar):not(.is-detail):not(.is-usp-bar) a.twt-communities-link.link-pinterest {
  color: #691448 !important;
}
.twt-widget-communities:not(.is-slideout):not(.is-sidebar):not(.is-detail):not(.is-usp-bar) a.twt-communities-link.link-pinterest .icon {
  color: #691448;
}
.twt-widget-communities:not(.is-slideout):not(.is-sidebar):not(.is-detail):not(.is-usp-bar) a.twt-communities-link.link-tiktok {
  color: #691448 !important;
}
.twt-widget-communities:not(.is-slideout):not(.is-sidebar):not(.is-detail):not(.is-usp-bar) a.twt-communities-link.link-tiktok .icon {
  color: #691448;
}
.twt-widget-communities:not(.is-slideout):not(.is-sidebar):not(.is-detail):not(.is-usp-bar) a.twt-communities-link.link-tiktok .icon .color3 {
  color: #691448;
}
.twt-widget-communities:not(.is-slideout):not(.is-sidebar):not(.is-detail):not(.is-usp-bar) a.twt-communities-link.link-tiktok .icon .color4 {
  color: #691448;
}
.twt-widget-communities:not(.is-slideout):not(.is-sidebar):not(.is-detail):not(.is-usp-bar) a.twt-communities-link.link-twitter {
  color: #691448 !important;
}
.twt-widget-communities:not(.is-slideout):not(.is-sidebar):not(.is-detail):not(.is-usp-bar) a.twt-communities-link.link-twitter .icon {
  color: #691448;
}
.twt-widget-communities:not(.is-slideout):not(.is-sidebar):not(.is-detail):not(.is-usp-bar) a.twt-communities-link.link-x {
  color: #691448 !important;
}
.twt-widget-communities:not(.is-slideout):not(.is-sidebar):not(.is-detail):not(.is-usp-bar) a.twt-communities-link.link-x .icon {
  color: #691448;
}
.twt-widget-communities:not(.is-slideout):not(.is-sidebar):not(.is-detail):not(.is-usp-bar) a.twt-communities-link.link-twitch {
  color: #691448 !important;
}
.twt-widget-communities:not(.is-slideout):not(.is-sidebar):not(.is-detail):not(.is-usp-bar) a.twt-communities-link.link-twitch .icon {
  color: #691448;
}
.twt-widget-communities:not(.is-slideout):not(.is-sidebar):not(.is-detail):not(.is-usp-bar) a.twt-communities-link.link-vimeo {
  color: #691448 !important;
}
.twt-widget-communities:not(.is-slideout):not(.is-sidebar):not(.is-detail):not(.is-usp-bar) a.twt-communities-link.link-vimeo .icon {
  color: #691448;
}
.twt-widget-communities:not(.is-slideout):not(.is-sidebar):not(.is-detail):not(.is-usp-bar) a.twt-communities-link.link-whatsapp {
  color: #691448 !important;
}
.twt-widget-communities:not(.is-slideout):not(.is-sidebar):not(.is-detail):not(.is-usp-bar) a.twt-communities-link.link-whatsapp .icon {
  color: #691448;
}
.twt-widget-communities:not(.is-slideout):not(.is-sidebar):not(.is-detail):not(.is-usp-bar) a.twt-communities-link.link-xing {
  color: #691448 !important;
}
.twt-widget-communities:not(.is-slideout):not(.is-sidebar):not(.is-detail):not(.is-usp-bar) a.twt-communities-link.link-xing .icon {
  color: #691448;
}
.twt-widget-communities:not(.is-slideout):not(.is-sidebar):not(.is-detail):not(.is-usp-bar) a.twt-communities-link.link-xing .icon .color3 {
  color: #691448;
}
.twt-widget-communities:not(.is-slideout):not(.is-sidebar):not(.is-detail):not(.is-usp-bar) a.twt-communities-link.link-youtube {
  color: #691448 !important;
}
.twt-widget-communities:not(.is-slideout):not(.is-sidebar):not(.is-detail):not(.is-usp-bar) a.twt-communities-link.link-youtube .icon {
  color: #691448;
}
.twt-widget-communities:not(.is-slideout):not(.is-sidebar):not(.is-detail):not(.is-usp-bar) a.twt-communities-link.link-website {
  color: #691448 !important;
}
.twt-widget-communities:not(.is-slideout):not(.is-sidebar):not(.is-detail):not(.is-usp-bar) a.twt-communities-link.link-website .icon {
  color: #691448;
}
.twt-widget-communities:not(.is-slideout):not(.is-sidebar):not(.is-detail):not(.is-usp-bar) a.twt-communities-link.link-email {
  color: #691448 !important;
}
.twt-widget-communities:not(.is-slideout):not(.is-sidebar):not(.is-detail):not(.is-usp-bar) a.twt-communities-link.link-email .icon {
  color: #691448;
}
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___  (R)
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __|
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: Widget > Hotline
	==================================================

*/
.twt-widget-hotline a {
  text-decoration: none;
}
.twt-widget-hotline .twt-widget-hotline-content {
  font-size: 16px;
  font-size: 1rem;
  padding-bottom: 1rem;
}
.twt-widget-hotline .twt-widget-hotline-content a {
  font-weight: 600;
  display: block;
  margin: 1rem 0 0.5rem;
}
.twt-widget-hotline .twt-widget-hotline-content a[href^="tel:"] {
  font-size: 20px;
  font-size: 1.25rem;
}
.twt-widget-hotline .twt-widget-hotline-contact-form {
  font-size: 16px;
  font-size: 1rem;
}
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___  (R)
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __|
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: Widget > Location
	==================================================

*/
.twt-widget-location a.btn-route {
  color: #111111;
  border: 1px solid #ffffff;
  background-color: #cccccc;
}
.twt-widget-location a.btn-route .icon {
  width: 16px;
  height: 16px;
  margin-right: 5px;
}
.twt-widget-location a.btn-route .icon > svg {
  top: 3px;
  transition: color 0.15s ease-in-out;
  color: #111111;
}
.twt-widget-location a.btn-route:hover {
  color: #333333;
  border: 1px solid #eeeeee;
  background-color: #dddddd;
}
.twt-widget-location a.btn-route:hover .icon > svg {
  color: #333333;
}
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___  (R)
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __|
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: Widget > Newsletter
	==================================================

*/
.twt-widget-newsletter .confirm-alert {
  font-size: 14px;
  font-size: 0.875rem;
  padding-bottom: 0;
}
.twt-widget-newsletter .confirm-alert .alert {
  margin-top: 10px;
}
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___  (R)
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __|
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: Widget > Payment
	==================================================

*/
.twt-widget-payment .is-payment-logo {
  margin: 0 10px 10px 0;
}
.twt-widget-payment .is-payment-logo, .twt-widget-paymentshipping .is-payment-logo {
  transition: 0.2s ease-out 0s;
  display: block;
  float: left;
}
.twt-widget-payment .is-payment-logo img.footer-logo-image, .twt-widget-paymentshipping .is-payment-logo img.footer-logo-image {
  display: block;
  max-width: inherit;
  height: 45px;
  max-height: 45px;
  border: 1px solid #e9f2f9;
  width: auto;
  border-radius: 2px;
}
.twt-widget-payment .is-payment-logo a:hover img, .twt-widget-paymentshipping .is-payment-logo a:hover img {
  opacity: 0.75;
}
.twt-widget-payment .is-payment-logo.is-fallback-badge, .twt-widget-paymentshipping .is-payment-logo.is-fallback-badge {
  display: inline-flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  height: 45px;
  max-height: 45px;
  border-radius: 2px;
}
.twt-widget-payment .is-payment-logo.is-fallback-badge span, .twt-widget-paymentshipping .is-payment-logo.is-fallback-badge span {
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: 600;
  line-height: 22.5px;
  display: inline-block;
  padding: 10px;
  text-transform: none;
  color: #333333;
  border: 1px solid #e9f2f9;
  background-color: #eef2f5;
}
.twt-widget-payment .is-payment-logo.is-fallback-badge a, .twt-widget-paymentshipping .is-payment-logo.is-fallback-badge a {
  text-decoration: none;
}
.twt-widget-payment .is-payment-logo.is-fallback-badge a:hover, .twt-widget-paymentshipping .is-payment-logo.is-fallback-badge a:hover {
  text-decoration: none;
}
.twt-widget-payment .is-payment-logo.is-fallback-badge a:hover span, .twt-widget-paymentshipping .is-payment-logo.is-fallback-badge a:hover span {
  color: #333333;
  opacity: 0.75;
}
.twt-widget-payment:after, .twt-widget-paymentshipping:after {
  content: "";
  display: table;
  clear: both;
}
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___  (R)
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __|
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: Widget > PaymentShipping
	==================================================

*/
.twt-widget-paymentshipping .is-payment-logo, .twt-widget-paymentshipping .is-shipping-logo {
  margin: 0 10px 10px 0;
}
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___  (R)
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __|
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: Widget > Shipping
	==================================================

*/
.twt-widget-shipping .is-shipping-logo {
  margin: 0 10px 10px 0;
}
.twt-widget-shipping .is-shipping-logo, .twt-widget-paymentshipping .is-shipping-logo {
  transition: 0.2s ease-out 0s;
  display: block;
  float: left;
}
.twt-widget-shipping .is-shipping-logo img.footer-logo-image, .twt-widget-paymentshipping .is-shipping-logo img.footer-logo-image {
  display: block;
  max-width: inherit;
  height: 45px;
  max-height: 45px;
  border: 1px solid #e9f2f9;
  width: auto;
  border-radius: 2px;
}
.twt-widget-shipping .is-shipping-logo a:hover img, .twt-widget-paymentshipping .is-shipping-logo a:hover img {
  opacity: 0.75;
}
.twt-widget-shipping .is-shipping-logo.is-fallback-badge, .twt-widget-paymentshipping .is-shipping-logo.is-fallback-badge {
  display: inline-flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  height: 45px;
  max-height: 45px;
  border-radius: 2px;
}
.twt-widget-shipping .is-shipping-logo.is-fallback-badge span, .twt-widget-paymentshipping .is-shipping-logo.is-fallback-badge span {
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: 600;
  line-height: 22.5px;
  display: inline-block;
  padding: 10px;
  text-transform: none;
  color: #333333;
  border: 1px solid #e9f2f9;
  background-color: #eef2f5;
}
.twt-widget-shipping .is-shipping-logo.is-fallback-badge a, .twt-widget-paymentshipping .is-shipping-logo.is-fallback-badge a {
  text-decoration: none;
}
.twt-widget-shipping .is-shipping-logo.is-fallback-badge a:hover, .twt-widget-paymentshipping .is-shipping-logo.is-fallback-badge a:hover {
  text-decoration: none;
}
.twt-widget-shipping .is-shipping-logo.is-fallback-badge a:hover span, .twt-widget-paymentshipping .is-shipping-logo.is-fallback-badge a:hover span {
  color: #333333;
  opacity: 0.75;
}
.twt-widget-shipping:after, .twt-widget-paymentshipping:after {
  content: "";
  display: table;
  clear: both;
}
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __| (R)
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: CMS backdrop effects
	==================================================

*/
/* @TODO:
 * [ ] Add configuration for effects...
 * [ ] Add performance optimizations
 */
.twt-bg-blur, .twt-bg-blurred {
  backdrop-filter: blur(var(--twt-bg-blur));
}
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __| (R)
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: CMS image effects (for some cms elements)
	==================================================

    Hinweis: Effekte setzen voraus, dass das gesamte CMS-Element anklickbar ist

    - img.cms-image
    - div.twt-bg-image (e.g. Image banner)
*/
/* @TODO:
 * [x] Add configuration for effects
 * [x] Add performance optimizations
 * [x] Make general classes available < defaults in _root.scss
 *      [ ] Add seperate performance if for general classes...
 * [ ] Check image banner...
 */
.twt-image-blur img {
  filter: blur(var(--twt-blur));
  scale: 1.05;
}
.twt-image-brightness img, .twt-image-bright img {
  filter: brightness(var(--twt-brightness));
}
.twt-image-contrast img {
  filter: contrast(var(--twt-contrast));
}
.twt-image-grayscale img, .twt-image-grayscaled img {
  filter: grayscale(var(--twt-grayscale));
}
/*
    .twt-image-hue-rotate {
        //div.twt-bg-image,
        img {
            filter: hue-rotate(45deg);
            // (deg)
        }
    }
    */
/*
    .twt-image-invert,
    .twt-image-inverted {
        //div.twt-bg-image,
        img {
            filter: invert(1);
            // (%)
        }
    }
    */
.twt-image-opacity img, .twt-image-faded img {
  filter: opacity(var(--twt-opacity));
}
.twt-image-saturate img, .twt-image-desaturated img {
  filter: saturate(var(--twt-saturate));
}
/*
    .twt-image-sepia {
        //div.twt-bg-image,
        img {
            //filter: sepia(1);
            filter: sepia(var(--twt-sepia)); // (%)
        }
    }
    */
.twt-image-scale img, .twt-image-scaled img, .twt-image-zoom img, .twt-image-zoomed img {
  transform: perspective(1px) scale(var(--twt-scale));
}
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __| (R)
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: CMS image hover effects (for some cms elements)
	==================================================

    Hinweis: Effekte setzen voraus, dass das gesamte CMS-Element anklickbar ist
*/
/* @TODO:
 * [ ] vgl. _custom-cms-image-hover.scss
 * [x] Add configuration for effects...
 * [x] Make general classes available...
 *      [ ] Add seperate performance if for general classes...
 * [ ] Check image banner...
 */
.twt-image-blur-in a img {
  transition: all 0.4s ease-in-out;
  scale: 1.05;
}
.twt-image-blur-in a:hover img {
  filter: blur(var(--twt-blur));
}
.twt-image-blur-out a img {
  transition: all 0.4s ease-in-out;
  filter: blur(var(--twt-blur));
  scale: 1.05;
}
.twt-image-blur-out a:hover img {
  filter: blur(0px);
}
.twt-image-brightness-in a img {
  transition: all 0.4s ease-in-out;
  filter: brightness(1);
}
.twt-image-brightness-in a:hover img {
  filter: brightness(var(--twt-brightness));
}
.twt-image-brightness-out a img {
  transition: all 0.4s ease-in-out;
  filter: brightness(var(--twt-brightness));
}
.twt-image-brightness-out a:hover img {
  filter: brightness(1);
}
.twt-image-contrast-in a img {
  transition: all 0.4s ease-in-out;
  filter: contrast(1);
}
.twt-image-contrast-in a:hover img {
  filter: contrast(var(--twt-contrast));
}
.twt-image-contrast-out a img {
  transition: all 0.4s ease-in-out;
  filter: contrast(var(--twt-contrast));
}
.twt-image-contrast-out a:hover img {
  filter: contrast(1);
}
.twt-image-grayscale-in a img {
  transition: all 0.4s ease-in-out;
  filter: grayscale(0);
}
.twt-image-grayscale-in a:hover img {
  filter: grayscale(var(--twt-grayscale));
}
.twt-image-grayscale-out a img {
  transition: all 0.4s ease-in-out;
  filter: grayscale(var(--twt-grayscale));
}
.twt-image-grayscale-out a:hover img {
  filter: grayscale(0);
}
.twt-image-opacity-in a img {
  transition: all 0.4s ease-in-out;
  filter: opacity(1);
}
.twt-image-opacity-in a:hover img {
  filter: opacity(var(--twt-opacity));
}
.twt-image-opacity-out a img {
  transition: all 0.4s ease-in-out;
  filter: opacity(var(--twt-opacity));
}
.twt-image-opacity-out a:hover img {
  filter: opacity(1);
}
/*
    .twt-image-fade-in {
        a {
            //div.twt-bg-image,
            img {
                transition: all .4s ease-in-out;
                //opacity: 0.75;
                //filter: opacity(.75);
                filter: opacity(var(--twt-opacity)); // (%)
            }

            &:hover {
                //div.twt-bg-image,
                img {
                    //opacity: 1;
                    filter: opacity(1);
                }
            }
        }
    }

    .twt-image-fade-out {
        a {
            //div.twt-bg-image,
            img {
                transition: all .4s ease-in-out;
                //opacity: 1;
                filter: opacity(1);
            }

            &:hover {
                //div.twt-bg-image,
                img {
                    //opacity: 0.75;
                    //filter: opacity(.75);
                    filter: opacity(var(--twt-opacity)); // (%)
                }
            }
        }
    }
    */
.twt-image-saturate-in a img {
  transition: all 0.4s ease-in-out;
  filter: saturate(1);
}
.twt-image-saturate-in a:hover img {
  filter: saturate(var(--twt-saturate));
}
.twt-image-saturate-out a img {
  transition: all 0.4s ease-in-out;
  filter: saturate(var(--twt-saturate));
}
.twt-image-saturate-out a:hover img {
  filter: saturate(1);
}
/*
    .twt-image-sepia-in {
        a {
            //div.twt-bg-image,
            img {
                transition: all .4s ease-in-out;
                filter: sepia(0);
            }

            &:hover {
                //div.twt-bg-image,
                img {
                    //filter: sepia(1);
                    filter: sepia(var(--twt-sepia)); // (%)
                }
            }
        }
    }

    .twt-image-sepia-out {
        a {
            //div.twt-bg-image,
            img {
                transition: all .4s ease-in-out;
                //filter: sepia(1);
                filter: sepia(var(--twt-sepia)); // (%)
            }

            &:hover {
                //div.twt-bg-image,
                img {
                    filter: sepia(0);
                }
            }
        }
    }
    */
.twt-image-scale a img, .twt-image-scale-in a img, .twt-image-zoom a img, .twt-image-zoom-in a img {
  transition: transform 0.4s ease-in-out;
}
.twt-image-scale a:hover img, .twt-image-scale-in a:hover img, .twt-image-zoom a:hover img, .twt-image-zoom-in a:hover img {
  transform: perspective(1px) scale(var(--twt-scale));
}
.twt-image-scale-out a img, .twt-image-zoom-out a img {
  transition: transform 0.4s ease-in-out;
  transform: perspective(1px) scale(var(--twt-scale));
}
.twt-image-scale-out a:hover img, .twt-image-zoom-out a:hover img {
  transform: perspective(1px) scale(1);
}
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __| (R)
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: CMS overlay animations
	==================================================

*/
/* @TODO:
 * [x] Fix for backdrop-filter: translate3d > top/left/bottom/right
 * [ ] Add configuration for effects...
 * [ ] Add performance optimizations
 */
@-webkit-keyframes cmsOverlaySlideInDown {
  from {
    bottom: 100%;
    visibility: visible;
  }
  to {
    bottom: 0;
  }
}
@keyframes cmsOverlaySlideInDown {
  from {
    bottom: 100%;
    visibility: visible;
  }
  to {
    bottom: 0;
  }
}
@-webkit-keyframes cmsOverlaySlideInLeft {
  from {
    left: 100%;
    visibility: visible;
  }
  to {
    left: 0;
  }
}
@keyframes cmsOverlaySlideInLeft {
  from {
    left: 100%;
    visibility: visible;
  }
  to {
    left: 0;
  }
}
@-webkit-keyframes cmsOverlaySlideInRight {
  from {
    right: 100%;
    visibility: visible;
  }
  to {
    right: 0;
  }
}
@keyframes cmsOverlaySlideInRight {
  from {
    right: 100%;
    visibility: visible;
  }
  to {
    right: 0;
  }
}
@-webkit-keyframes cmsOverlaySlideInUp {
  from {
    top: 100%;
    visibility: visible;
  }
  to {
    top: 0;
  }
}
@keyframes cmsOverlaySlideInUp {
  from {
    top: 100%;
    visibility: visible;
  }
  to {
    top: 0;
  }
}
@-webkit-keyframes cmsOverlayZoomIn {
  from {
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes cmsOverlayZoomIn {
  from {
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___  (R)
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __|
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: CMS element overlay
	==================================================
	see https://service.tc-innovations.de/themeware/sw6/article/2129-themeware-css-klassen-bibliothek-fuer-cms-erlebniswelten
*/
div[class*="twt-custom-cms-element-overlay-"] .cms-section-default {
  position: relative;
}
div[class*="twt-custom-cms-element-overlay-"] .cms-section-default::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  content: "";
  opacity: 0.85;
}
div[class*="twt-custom-cms-element-overlay-"] .cms-section-default .cms-element-text {
  font-weight: 600;
  line-height: 1.2;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.25);
}
div[class*="twt-custom-cms-element-overlay-"] + div {
  position: relative;
}
.twt-custom-cms-element-overlay-primary .cms-section-default::before {
  background: #691448;
}
.twt-custom-cms-element-overlay-primary .cms-section-default .cms-element-text *, .twt-custom-cms-element-overlay-primary .cms-section-default .cms-element-text {
  color: #fff;
}
.twt-custom-cms-element-overlay-secondary .cms-section-default::before {
  background: #691448;
}
.twt-custom-cms-element-overlay-secondary .cms-section-default .cms-element-text *, .twt-custom-cms-element-overlay-secondary .cms-section-default .cms-element-text {
  color: #fff;
}
.twt-custom-cms-element-overlay-success .cms-section-default::before {
  background: #2ecc71;
}
.twt-custom-cms-element-overlay-success .cms-section-default .cms-element-text *, .twt-custom-cms-element-overlay-success .cms-section-default .cms-element-text {
  color: #000;
}
.twt-custom-cms-element-overlay-info .cms-section-default::before {
  background: #4aa3df;
}
.twt-custom-cms-element-overlay-info .cms-section-default .cms-element-text *, .twt-custom-cms-element-overlay-info .cms-section-default .cms-element-text {
  color: #000;
}
.twt-custom-cms-element-overlay-warning .cms-section-default::before {
  background: #f1c40f;
}
.twt-custom-cms-element-overlay-warning .cms-section-default .cms-element-text *, .twt-custom-cms-element-overlay-warning .cms-section-default .cms-element-text {
  color: #000;
}
/*
  _           _____ ___   ___                        _   _
 | |__ _  _  |_   _/ __|_|_ _|_ _  _ _  _____ ____ _| |_(_)___ _ _  ___
 | '_ \ || |   | || (_|___| || ' \| ' \/ _ \ V / _` |  _| / _ \ ' \(_-<
 |_.__/\_, |   |_| \___| |___|_||_|_||_\___/\_/\__,_|\__|_\___/_||_/__/
       |__/
*/
.twt-custom-cms-element-overlay-danger .cms-section-default::before {
  background: #e74c3c;
}
.twt-custom-cms-element-overlay-danger .cms-section-default .cms-element-text *, .twt-custom-cms-element-overlay-danger .cms-section-default .cms-element-text {
  color: #000;
}
.twt-custom-cms-element-overlay-light .cms-section-default::before {
  background: #f9f9f9;
}
.twt-custom-cms-element-overlay-light .cms-section-default .cms-element-text *, .twt-custom-cms-element-overlay-light .cms-section-default .cms-element-text {
  color: #000;
}
.twt-custom-cms-element-overlay-dark .cms-section-default::before {
  background: #4a545b;
}
.twt-custom-cms-element-overlay-dark .cms-section-default .cms-element-text *, .twt-custom-cms-element-overlay-dark .cms-section-default .cms-element-text {
  color: #fff;
}
.twt-custom-cms-element-overlay-white .cms-section-default::before {
  background: #ffffff;
}
.twt-custom-cms-element-overlay-white .cms-section-default .cms-element-text *, .twt-custom-cms-element-overlay-white .cms-section-default .cms-element-text {
  color: #000;
}
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___  (R)
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __|
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: CMS icon boxes
	==================================================

*/
.twt-custom-cms-icon-box-1 {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #691448;
}
.twt-custom-cms-icon-box-1 .content {
  position: relative;
  display: table;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
}
.twt-custom-cms-icon-box-1 .content span.icon {
  font-size: 54px;
  display: table-cell;
  margin: 0;
  padding: 20px 30px;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
}
.twt-custom-cms-icon-box-1 .content span.icon svg {
  top: -6px;
  width: auto;
  height: auto;
}
.twt-custom-cms-icon-box-1 .content p {
  font-family: "Montserrat", sans-serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 35px;
  display: table-cell;
  padding: 20px 40px;
  vertical-align: middle;
  text-transform: uppercase !important;
  color: #fff;
}
.twt-custom-cms-icon-box-1 .content.text-light span.icon, .twt-custom-cms-icon-box-1 .content.text-light p {
  color: #f9f9f9 !important;
}
.twt-custom-cms-icon-box-1 .content.text-dark span.icon, .twt-custom-cms-icon-box-1 .content.text-dark p {
  color: #4a545b !important;
}
.twt-custom-cms-icon-box-1 .content.text-muted span.icon, .twt-custom-cms-icon-box-1 .content.text-muted p {
  color: #798490 !important;
}
.twt-custom-cms-icon-box-1 .content.text-white span.icon, .twt-custom-cms-icon-box-1 .content.text-white p {
  color: #fff !important;
}
.twt-custom-cms-icon-box-1.bg-primary span.icon, .twt-custom-cms-icon-box-1.bg-primary p {
  color: #fff;
}
.twt-custom-cms-icon-box-1.bg-secondary span.icon, .twt-custom-cms-icon-box-1.bg-secondary p {
  color: #fff;
}
.twt-custom-cms-icon-box-1.bg-success span.icon, .twt-custom-cms-icon-box-1.bg-success p {
  color: #000;
}
.twt-custom-cms-icon-box-1.bg-info span.icon, .twt-custom-cms-icon-box-1.bg-info p {
  color: #000;
}
.twt-custom-cms-icon-box-1.bg-warning span.icon, .twt-custom-cms-icon-box-1.bg-warning p {
  color: #000;
}
.twt-custom-cms-icon-box-1.bg-danger span.icon, .twt-custom-cms-icon-box-1.bg-danger p {
  color: #000;
}
.twt-custom-cms-icon-box-1.bg-light span.icon, .twt-custom-cms-icon-box-1.order-detail-table-footer span.icon, .twt-custom-cms-icon-box-1.bg-light p, .twt-custom-cms-icon-box-1.order-detail-table-footer p {
  color: #000;
}
.twt-custom-cms-icon-box-1.bg-dark span.icon, .twt-custom-cms-icon-box-1.bg-dark p {
  color: #fff;
}
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___  (R)
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __|
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: CMS pages
    ==================================================
    Theme specific stylings for cms pages.

*/
/* ---------------- START: SET SCSS VARS ---------------- */
/* ---------------- END: SET SCSS VARS ---------------- */
.cms-section-default.boxed .cms-block:not(.twt-cms-block-reset) {
  border: 1px solid rgba(238, 238, 238, 0);
  border-radius: 2px;
  margin-bottom: 20px;
}
.cms-section-default.boxed .cms-block:not(.twt-cms-block-reset):not(.bg-color) {
  background-color: #ffffff;
}
.twt-is-cms-product-detail .cms-section-default.boxed .cms-block:not(.twt-cms-block-reset).cms-block-product-heading .cms-block-container[style*="padding: 0 0 20px 0"] {
  padding-top: 20px !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
}
.twt-is-cms-product-detail .cms-section-default.boxed .cms-block:not(.twt-cms-block-reset).cms-block-gallery-buybox .cms-block-container[style*="padding: 20px 0 0 0"] {
  padding-bottom: 20px !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
}
.twt-is-cms-product-detail .cms-section-default.boxed .cms-block:not(.twt-cms-block-reset).cms-block-product-description-reviews .cms-block-container[style*="padding: 20px 0 0 0"], .twt-is-cms-product-detail .cms-section-default.boxed .cms-block:not(.twt-cms-block-reset).cms-block-product-description-reviews .cms-block-container[style*="padding: 20px 0 20px"], .twt-is-cms-product-detail .cms-section-default.boxed .cms-block:not(.twt-cms-block-reset).cms-block-product-description-reviews .cms-block-container[style*="padding: 0 0 20px 0"] {
  padding-left: 20px !important;
  padding-right: 20px !important;
}
.twt-is-cms-product-detail .cms-section-default.boxed .cms-block:not(.twt-cms-block-reset).cms-block-cross-selling .cms-block-container:has(:not([style])) {
  padding-left: 20px !important;
  padding-right: 20px !important;
}
.cms-section-sidebar .cms-section-sidebar-sidebar-content {
  background-color: #ffffff;
  border: 1px solid rgba(238, 238, 238, 0);
  border-radius: 2px;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .cms-section-sidebar .cms-section-sidebar-sidebar-content {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: none;
  }
}
.cms-section-sidebar .cms-section-sidebar-main-content {
  background-color: #ffffff;
  border: 1px solid rgba(238, 238, 238, 0);
  border-radius: 2px;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .cms-section-sidebar .cms-section-sidebar-main-content {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left: none;
  }
}
.cms-section-sidebar.twt-cms-reset-padding .cms-section-sidebar-sidebar-content {
  padding-left: 0;
}
@media (max-width: 991.98px) {
  .cms-section-sidebar.twt-cms-reset-padding .cms-section-sidebar-sidebar-content {
    padding-right: 0;
  }
}
.cms-section-sidebar.twt-cms-reset-padding .cms-section-sidebar-main-content {
  padding-left: 0;
  padding-right: 0;
}
body:not(.is-act-home) .cms-page .cms-section {
  overflow: visible;
}
body:not(.is-act-home):not(.twt-shopping-experiences-header) .cms-page {
  margin-top: 20px;
}
/*
  _           _____ ___   ___                        _   _
 | |__ _  _  |_   _/ __|_|_ _|_ _  _ _  _____ ____ _| |_(_)___ _ _  ___
 | '_ \ || |   | || (_|___| || ' \| ' \/ _ \ V / _` |  _| / _ \ ' \(_-<
 |_.__/\_, |   |_| \___| |___|_||_|_||_\___/\_/\__,_|\__|_\___/_||_/__/
       |__/
*/
.twt-cms-block {
  margin-bottom: 20px;
  border: 1px solid rgba(238, 238, 238, 0);
  border-radius: 2px;
  background-color: #ffffff;
}
.twt-cms-block-margin {
  margin-bottom: 20px;
}
.twt-cms-block-border {
  border: 1px solid rgba(238, 238, 238, 0);
}
.twt-cms-block-background, .twt-cms-block-bg {
  background-color: #ffffff;
}
.twt-cms-block-reset-margin {
  margin-bottom: 0 !important;
}
.twt-cms-block-reset-border {
  border: none !important;
}
.twt-cms-block-reset-background, .twt-cms-block-reset-bg {
  background-color: inherit !important;
}
.twt-cms-sidebar-reset-padding.cms-section-sidebar .cms-section-sidebar-sidebar-content {
  padding-left: 0;
}
@media (max-width: 991.98px) {
  .twt-cms-sidebar-reset-padding.cms-section-sidebar .cms-section-sidebar-sidebar-content {
    padding-right: 0;
  }
}
.twt-cms-sidebar-reset-padding.cms-section-sidebar .cms-section-sidebar-main-content {
  padding-left: 0;
  padding-right: 0;
}
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___  (R)
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __|
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: CMS landing pages
    ==================================================
    Theme specific stylings for cms pages.

*/
/* ---------------- START: SET SCSS VARS ---------------- */
/* ---------------- END: SET SCSS VARS ---------------- */
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___  (R)
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __|
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: CMS listing pages
    ==================================================
    Theme specific stylings for cms pages.

*/
/* ---------------- START: SET SCSS VARS ---------------- */
/* ---------------- END: SET SCSS VARS ---------------- */
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___  (R)
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __|
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: CMS product pages
    ==================================================
    Theme specific stylings for cms pages.

*/
/* ---------------- START: SET SCSS VARS ---------------- */
/* ---------------- END: SET SCSS VARS ---------------- */
.twt-is-cms-product-detail {
  /*
    _           _____ ___   ___                        _   _
   | |__ _  _  |_   _/ __|_|_ _|_ _  _ _  _____ ____ _| |_(_)___ _ _  ___
   | '_ \ || |   | || (_|___| || ' \| ' \/ _ \ V / _` |  _| / _ \ ' \(_-<
   |_.__/\_, |   |_| \___| |___|_||_|_||_\___/\_/\__,_|\__|_\___/_||_/__/
         |__/
  */
  /* Containered layout */
  /* Containered layout (with sidebar) > block-styling */
}
.twt-is-cms-product-detail .cms-section-default .cms-block:not(.twt-cms-block-reset).cms-block-product-heading {
  margin-bottom: 0;
  border-bottom: none;
}
.twt-is-cms-product-detail .cms-section-default .cms-block:not(.twt-cms-block-reset).cms-block-gallery-buybox {
  border-top: none;
}
.twt-is-cms-product-detail .cms-section-sidebar .cms-section-sidebar-main-content .cms-block:not(.twt-cms-block-reset).cms-block-product-heading {
  margin-bottom: 0;
  border-bottom: none;
}
.twt-is-cms-product-detail .cms-section-sidebar .cms-section-sidebar-main-content .cms-block:not(.twt-cms-block-reset).cms-block-gallery-buybox {
  border-top: none;
}
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___  (R)
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __|
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: CMS shop pages
    ==================================================
    Theme specific stylings for cms pages.

*/
/* ---------------- START: SET SCSS VARS ---------------- */
/* ---------------- END: SET SCSS VARS ---------------- */
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __| (R)
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: CMS block "Grid .."
	==================================================
    General styling for cms grid blocks
*/
.cms-block-twt-grid-one .left-top {
  margin-bottom: 40px;
}
.cms-block-twt-grid-one .right {
  height: 100%;
}
@media (max-width: 767.98px) {
  .cms-block-twt-grid-one .left-top {
    margin-bottom: 20px;
  }
  .cms-block-twt-grid-one .left-bottom {
    margin-bottom: 20px;
  }
  .cms-block-twt-grid-one .right {
    height: auto;
  }
}
.cms-block-twt-grid-one-swapped .left {
  height: 100%;
}
.cms-block-twt-grid-one-swapped .right-top {
  margin-bottom: 40px;
}
@media (max-width: 767.98px) {
  .cms-block-twt-grid-one-swapped .left {
    height: auto;
    margin-bottom: 20px;
  }
  .cms-block-twt-grid-one-swapped .right-top {
    margin-bottom: 20px;
  }
}
.cms-block-twt-grid-two .left-top {
  margin-bottom: 40px;
}
.cms-block-twt-grid-two .right {
  height: 100%;
}
@media (max-width: 767.98px) {
  .cms-block-twt-grid-two .left-top {
    margin-bottom: 20px;
  }
  .cms-block-twt-grid-two .left-bottom {
    margin-bottom: 20px;
  }
  .cms-block-twt-grid-two .right {
    height: auto;
  }
}
.cms-block-twt-grid-two-swapped .left {
  height: 100%;
}
.cms-block-twt-grid-two-swapped .right-top {
  margin-bottom: 40px;
}
@media (max-width: 767.98px) {
  .cms-block-twt-grid-two-swapped .left {
    height: auto;
    margin-bottom: 20px;
  }
  .cms-block-twt-grid-two-swapped .right-top {
    margin-bottom: 20px;
  }
}
.cms-block-twt-grid-three .left-top {
  margin-bottom: 40px;
}
.cms-block-twt-grid-three .right {
  height: 100%;
}
@media (max-width: 767.98px) {
  .cms-block-twt-grid-three .left-top {
    margin-bottom: 20px;
  }
  .cms-block-twt-grid-three .left-bottom.left {
    margin-bottom: 20px;
  }
  .cms-block-twt-grid-three .left-bottom.right {
    margin-bottom: 20px;
  }
  .cms-block-twt-grid-three .right {
    height: auto;
  }
}
.cms-block-twt-grid-three-swapped .left {
  height: 100%;
}
.cms-block-twt-grid-three-swapped .right-top {
  margin-bottom: 40px;
}
@media (max-width: 767.98px) {
  .cms-block-twt-grid-three-swapped .left {
    height: auto;
    margin-bottom: 20px;
  }
  .cms-block-twt-grid-three-swapped .right-top {
    margin-bottom: 20px;
  }
  .cms-block-twt-grid-three-swapped .right-bottom.left {
    margin-bottom: 20px;
  }
}
.cms-block-twt-grid-four .left-top {
  margin-bottom: 40px;
}
.cms-block-twt-grid-four .right {
  height: 100%;
}
@media (max-width: 767.98px) {
  .cms-block-twt-grid-four .left-top {
    margin-bottom: 20px;
  }
  .cms-block-twt-grid-four .left-bottom.left {
    margin-bottom: 20px;
  }
  .cms-block-twt-grid-four .left-bottom.right {
    margin-bottom: 20px;
  }
  .cms-block-twt-grid-four .right {
    height: auto;
  }
}
.cms-block-twt-grid-four-swapped .left {
  height: 100%;
}
.cms-block-twt-grid-four-swapped .right-top {
  margin-bottom: 40px;
}
@media (max-width: 767.98px) {
  .cms-block-twt-grid-four-swapped .left {
    height: auto;
    margin-bottom: 20px;
  }
  .cms-block-twt-grid-four-swapped .right-top {
    margin-bottom: 20px;
  }
  .cms-block-twt-grid-four-swapped .right-bottom.left {
    margin-bottom: 20px;
  }
}
.cms-block-twt-grid-modern .left-top.row, .cms-block-twt-grid-modern .left-top.account-content, .cms-block-twt-grid-modern .is-act-cartpage .checkout .left-top.checkout-container, .is-act-cartpage .checkout .cms-block-twt-grid-modern .left-top.checkout-container, .cms-block-twt-grid-modern .is-act-checkoutregisterpage .checkout .left-top.checkout-container, .is-act-checkoutregisterpage .checkout .cms-block-twt-grid-modern .left-top.checkout-container, .cms-block-twt-grid-modern .is-act-confirmpage .checkout .left-top.checkout-container, .is-act-confirmpage .checkout .cms-block-twt-grid-modern .left-top.checkout-container, .cms-block-twt-grid-modern .is-ctl-accountorder .checkout .left-top.checkout-container, .is-ctl-accountorder .checkout .cms-block-twt-grid-modern .left-top.checkout-container, .cms-block-twt-grid-modern .is-act-finishpage .checkout .left-top.checkout-container, .is-act-finishpage .checkout .cms-block-twt-grid-modern .left-top.checkout-container, .cms-block-twt-grid-modern body.is-act-confirmpage .checkout .left-top.checkout-container, body.is-act-confirmpage .checkout .cms-block-twt-grid-modern .left-top.checkout-container {
  margin-bottom: 40px;
}
.cms-block-twt-grid-modern .right-top {
  margin-bottom: 40px;
}
@media (max-width: 767.98px) {
  .cms-block-twt-grid-modern .left-top.row, .cms-block-twt-grid-modern .left-top.account-content, .cms-block-twt-grid-modern .is-act-cartpage .checkout .left-top.checkout-container, .is-act-cartpage .checkout .cms-block-twt-grid-modern .left-top.checkout-container, .cms-block-twt-grid-modern .is-act-checkoutregisterpage .checkout .left-top.checkout-container, .is-act-checkoutregisterpage .checkout .cms-block-twt-grid-modern .left-top.checkout-container, .cms-block-twt-grid-modern .is-act-confirmpage .checkout .left-top.checkout-container, .is-act-confirmpage .checkout .cms-block-twt-grid-modern .left-top.checkout-container, .cms-block-twt-grid-modern .is-ctl-accountorder .checkout .left-top.checkout-container, .is-ctl-accountorder .checkout .cms-block-twt-grid-modern .left-top.checkout-container, .cms-block-twt-grid-modern .is-act-finishpage .checkout .left-top.checkout-container, .is-act-finishpage .checkout .cms-block-twt-grid-modern .left-top.checkout-container, .cms-block-twt-grid-modern body.is-act-confirmpage .checkout .left-top.checkout-container, body.is-act-confirmpage .checkout .cms-block-twt-grid-modern .left-top.checkout-container {
    margin-bottom: 0;
  }
  .cms-block-twt-grid-modern .left-top.left {
    margin-bottom: 20px;
    padding-right: 10px;
  }
  .cms-block-twt-grid-modern .left-top.right {
    margin-bottom: 20px;
    padding-left: 10px;
  }
  .cms-block-twt-grid-modern .left-bottom {
    margin-bottom: 20px;
  }
  .cms-block-twt-grid-modern .right-top {
    margin-bottom: 20px;
  }
}
@media (max-width: 575.98px) {
  .cms-block-twt-grid-modern .left-top.left {
    margin-bottom: 20px;
    padding-right: 20px;
  }
  .cms-block-twt-grid-modern .left-top.right {
    margin-bottom: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .cms-block-twt-grid-modern .left-top.right {
    margin-bottom: 20px;
  }
}
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __| (R)
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: CMS block ".. columns"
	==================================================
    General styling for cms column blocks
*/
.twt-cms-col-margin-bottom div[class^="cms-element-"] p:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .twt-cms-col-margin-bottom.cms-block-twt-grid-two-column-component .col-md-6:first-child, .twt-cms-col-margin-bottom.cms-block-twt-grid-two-column-component .is-act-confirmpage .checkout .checkout-aside:first-child, .is-act-confirmpage .checkout .twt-cms-col-margin-bottom.cms-block-twt-grid-two-column-component .checkout-aside:first-child, .twt-cms-col-margin-bottom.cms-block-twt-grid-two-column-component .is-ctl-accountorder .checkout .checkout-aside:first-child, .is-ctl-accountorder .checkout .twt-cms-col-margin-bottom.cms-block-twt-grid-two-column-component .checkout-aside:first-child, .twt-cms-col-margin-bottom.cms-block-twt-grid-two-column-component .is-act-finishpage .checkout .checkout-additional:first-child, .is-act-finishpage .checkout .twt-cms-col-margin-bottom.cms-block-twt-grid-two-column-component .checkout-additional:first-child, .twt-cms-col-margin-bottom.cms-block-twt-grid-two-column-component .is-act-finishpage .checkout .checkout-aside:first-child, .is-act-finishpage .checkout .twt-cms-col-margin-bottom.cms-block-twt-grid-two-column-component .checkout-aside:first-child, .twt-cms-col-margin-bottom.cms-block-twt-grid-two-column .col-md-6:first-child, .twt-cms-col-margin-bottom.cms-block-twt-grid-two-column .is-act-confirmpage .checkout .checkout-aside:first-child, .is-act-confirmpage .checkout .twt-cms-col-margin-bottom.cms-block-twt-grid-two-column .checkout-aside:first-child, .twt-cms-col-margin-bottom.cms-block-twt-grid-two-column .is-ctl-accountorder .checkout .checkout-aside:first-child, .is-ctl-accountorder .checkout .twt-cms-col-margin-bottom.cms-block-twt-grid-two-column .checkout-aside:first-child, .twt-cms-col-margin-bottom.cms-block-twt-grid-two-column .is-act-finishpage .checkout .checkout-additional:first-child, .is-act-finishpage .checkout .twt-cms-col-margin-bottom.cms-block-twt-grid-two-column .checkout-additional:first-child, .twt-cms-col-margin-bottom.cms-block-twt-grid-two-column .is-act-finishpage .checkout .checkout-aside:first-child, .is-act-finishpage .checkout .twt-cms-col-margin-bottom.cms-block-twt-grid-two-column .checkout-aside:first-child {
    margin-bottom: 20px;
  }
}
@media (max-width: 767.98px) {
  .twt-cms-col-margin-bottom.cms-block-twt-grid-two-column-swapped .col-md-6.last, .twt-cms-col-margin-bottom.cms-block-twt-grid-two-column-swapped .is-act-confirmpage .checkout .last.checkout-aside, .is-act-confirmpage .checkout .twt-cms-col-margin-bottom.cms-block-twt-grid-two-column-swapped .last.checkout-aside, .twt-cms-col-margin-bottom.cms-block-twt-grid-two-column-swapped .is-ctl-accountorder .checkout .last.checkout-aside, .is-ctl-accountorder .checkout .twt-cms-col-margin-bottom.cms-block-twt-grid-two-column-swapped .last.checkout-aside, .twt-cms-col-margin-bottom.cms-block-twt-grid-two-column-swapped .is-act-finishpage .checkout .last.checkout-additional, .is-act-finishpage .checkout .twt-cms-col-margin-bottom.cms-block-twt-grid-two-column-swapped .last.checkout-additional, .twt-cms-col-margin-bottom.cms-block-twt-grid-two-column-swapped .is-act-finishpage .checkout .last.checkout-aside, .is-act-finishpage .checkout .twt-cms-col-margin-bottom.cms-block-twt-grid-two-column-swapped .last.checkout-aside {
    margin-bottom: 20px;
  }
}
@media (max-width: 767.98px) {
  .twt-cms-col-margin-bottom.cms-block-twt-grid-two-column-3-9 .col-md-3 {
    margin-bottom: 20px;
  }
}
@media (max-width: 767.98px) {
  .twt-cms-col-margin-bottom.cms-block-twt-grid-two-column-4-8 .col-md-4, .twt-cms-col-margin-bottom.cms-block-twt-grid-two-column-4-8 .is-act-checkoutregisterpage .checkout .checkout-aside, .is-act-checkoutregisterpage .checkout .twt-cms-col-margin-bottom.cms-block-twt-grid-two-column-4-8 .checkout-aside {
    margin-bottom: 20px;
  }
}
@media (max-width: 767.98px) {
  .twt-cms-col-margin-bottom.cms-block-twt-grid-two-column-8-4 .col-md-8 {
    margin-bottom: 20px;
  }
}
@media (max-width: 767.98px) {
  .twt-cms-col-margin-bottom.cms-block-twt-grid-two-column-9-3 .col-md-9 {
    margin-bottom: 20px;
  }
}
@media (max-width: 991.98px) {
  .twt-cms-col-margin-bottom.cms-block-twt-grid-three-column-component .col-12, .twt-cms-col-margin-bottom.cms-block-twt-grid-three-column .col-12 {
    margin-bottom: 20px;
  }
  .twt-cms-col-margin-bottom.cms-block-twt-grid-three-column-component .col-12:last-child, .twt-cms-col-margin-bottom.cms-block-twt-grid-three-column .col-12:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 991.98px) {
  .twt-cms-col-margin-bottom.cms-block-twt-grid-three-column-3-6-3 .col-lg-3.first, .twt-cms-col-margin-bottom.cms-block-twt-grid-three-column-3-6-3 .account-content .first.account-content-aside, .account-content .twt-cms-col-margin-bottom.cms-block-twt-grid-three-column-3-6-3 .first.account-content-aside {
    margin-bottom: 20px;
  }
  .twt-cms-col-margin-bottom.cms-block-twt-grid-three-column-3-6-3 .col-lg-6, .twt-cms-col-margin-bottom.cms-block-twt-grid-three-column-3-6-3 .is-act-finishpage .checkout .checkout-additional, .is-act-finishpage .checkout .twt-cms-col-margin-bottom.cms-block-twt-grid-three-column-3-6-3 .checkout-additional {
    margin-bottom: 20px;
  }
}
@media (max-width: 991.98px) {
  .twt-cms-col-margin-bottom.cms-block-twt-grid-three-column-2-8-2 .col-lg-2.first {
    margin-bottom: 20px;
  }
  .twt-cms-col-margin-bottom.cms-block-twt-grid-three-column-2-8-2 .col-lg-8, .twt-cms-col-margin-bottom.cms-block-twt-grid-three-column-2-8-2 .is-act-cartpage .checkout .checkout-main, .is-act-cartpage .checkout .twt-cms-col-margin-bottom.cms-block-twt-grid-three-column-2-8-2 .checkout-main, .twt-cms-col-margin-bottom.cms-block-twt-grid-three-column-2-8-2 .is-act-checkoutregisterpage .checkout .checkout-main, .is-act-checkoutregisterpage .checkout .twt-cms-col-margin-bottom.cms-block-twt-grid-three-column-2-8-2 .checkout-main, .twt-cms-col-margin-bottom.cms-block-twt-grid-three-column-2-8-2 .is-act-confirmpage .checkout .checkout-main, .is-act-confirmpage .checkout .twt-cms-col-margin-bottom.cms-block-twt-grid-three-column-2-8-2 .checkout-main, .twt-cms-col-margin-bottom.cms-block-twt-grid-three-column-2-8-2 .is-ctl-accountorder .checkout .checkout-main, .is-ctl-accountorder .checkout .twt-cms-col-margin-bottom.cms-block-twt-grid-three-column-2-8-2 .checkout-main, .twt-cms-col-margin-bottom.cms-block-twt-grid-three-column-2-8-2 .is-act-finishpage .checkout .checkout-main, .is-act-finishpage .checkout .twt-cms-col-margin-bottom.cms-block-twt-grid-three-column-2-8-2 .checkout-main, .twt-cms-col-margin-bottom.cms-block-twt-grid-three-column-2-8-2 body.is-act-confirmpage .checkout .checkout-main, body.is-act-confirmpage .checkout .twt-cms-col-margin-bottom.cms-block-twt-grid-three-column-2-8-2 .checkout-main, .twt-cms-col-margin-bottom.cms-block-twt-grid-three-column-2-8-2 body.is-act-confirmpage .checkout .checkout-additional, body.is-act-confirmpage .checkout .twt-cms-col-margin-bottom.cms-block-twt-grid-three-column-2-8-2 .checkout-additional {
    margin-bottom: 20px;
  }
}
@media (max-width: 767.98px) {
  .twt-cms-col-margin-bottom.cms-block-twt-grid-four-column-component .col-12, .twt-cms-col-margin-bottom.cms-block-twt-grid-four-column .col-12 {
    margin-bottom: 20px;
  }
  .twt-cms-col-margin-bottom.cms-block-twt-grid-four-column-component .col-12:last-child, .twt-cms-col-margin-bottom.cms-block-twt-grid-four-column .col-12:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 991.98px) {
  .twt-cms-col-margin-bottom.cms-block-twt-grid-four-column-component .col-12.first, .twt-cms-col-margin-bottom.cms-block-twt-grid-four-column .col-12.first {
    margin-bottom: 20px;
  }
  .twt-cms-col-margin-bottom.cms-block-twt-grid-four-column-component .col-12:nth-child(2), .twt-cms-col-margin-bottom.cms-block-twt-grid-four-column .col-12:nth-child(2) {
    margin-bottom: 20px;
  }
}
@media (max-width: 767.98px) {
  .twt-cms-col-margin-bottom.cms-block-twt-grid-five-column-component .col-12, .twt-cms-col-margin-bottom.cms-block-twt-grid-five-column .col-12 {
    margin-bottom: 20px;
  }
  .twt-cms-col-margin-bottom.cms-block-twt-grid-five-column-component .col-12:last-child, .twt-cms-col-margin-bottom.cms-block-twt-grid-five-column .col-12:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .twt-cms-col-margin-bottom.cms-block-twt-grid-five-column-component .col-12, .twt-cms-col-margin-bottom.cms-block-twt-grid-five-column .col-12 {
    margin-bottom: 20px;
  }
  .twt-cms-col-margin-bottom.cms-block-twt-grid-five-column-component .col-12:last-child, .twt-cms-col-margin-bottom.cms-block-twt-grid-five-column .col-12:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .twt-cms-col-margin-bottom.cms-block-twt-grid-five-column-component .col-12:nth-child(1), .twt-cms-col-margin-bottom.cms-block-twt-grid-five-column .col-12:nth-child(1) {
    margin-bottom: 20px;
  }
  .twt-cms-col-margin-bottom.cms-block-twt-grid-five-column-component .col-12:nth-child(2), .twt-cms-col-margin-bottom.cms-block-twt-grid-five-column .col-12:nth-child(2) {
    margin-bottom: 20px;
  }
  .twt-cms-col-margin-bottom.cms-block-twt-grid-five-column-component .col-12:nth-child(3), .twt-cms-col-margin-bottom.cms-block-twt-grid-five-column .col-12:nth-child(3) {
    margin-bottom: 20px;
  }
}
@media (max-width: 767.98px) {
  .twt-cms-col-margin-bottom.cms-block-twt-grid-six-column-component .col-12, .twt-cms-col-margin-bottom.cms-block-twt-grid-six-column .col-12 {
    margin-bottom: 20px;
  }
  .twt-cms-col-margin-bottom.cms-block-twt-grid-six-column-component .col-12:last-child, .twt-cms-col-margin-bottom.cms-block-twt-grid-six-column .col-12:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .twt-cms-col-margin-bottom.cms-block-twt-grid-six-column-component .col-12, .twt-cms-col-margin-bottom.cms-block-twt-grid-six-column .col-12 {
    margin-bottom: 20px;
  }
  .twt-cms-col-margin-bottom.cms-block-twt-grid-six-column-component .col-12:nth-child(5), .twt-cms-col-margin-bottom.cms-block-twt-grid-six-column .col-12:nth-child(5) {
    margin-bottom: 0;
  }
  .twt-cms-col-margin-bottom.cms-block-twt-grid-six-column-component .col-12:last-child, .twt-cms-col-margin-bottom.cms-block-twt-grid-six-column .col-12:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .twt-cms-col-margin-bottom.cms-block-twt-grid-six-column-component .col-12:nth-child(1), .twt-cms-col-margin-bottom.cms-block-twt-grid-six-column .col-12:nth-child(1) {
    margin-bottom: 20px;
  }
  .twt-cms-col-margin-bottom.cms-block-twt-grid-six-column-component .col-12:nth-child(2), .twt-cms-col-margin-bottom.cms-block-twt-grid-six-column .col-12:nth-child(2) {
    margin-bottom: 20px;
  }
  .twt-cms-col-margin-bottom.cms-block-twt-grid-six-column-component .col-12:nth-child(3), .twt-cms-col-margin-bottom.cms-block-twt-grid-six-column .col-12:nth-child(3) {
    margin-bottom: 20px;
  }
}
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __| (R)
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\__|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: CMS element "Hero slider"
	==================================================

*/
.cms-block-twt-hero-slider-two-slides .alert, .cms-block-twt-hero-slider-three-slides .alert {
  margin: 1rem;
}
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __| (R)
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: CMS elements basic styling
	==================================================

*/
/* @TODO
 * [ ] Add performance configuration to disable styling
 *
 */
div[class^="cms-element-twt-text-teaser"], div.cms-element-twt-button-teaser, div.cms-element-twt-call-to-action, div.cms-element-twt-classic-teaser, div.cms-element-twt-countdown-banner, div.cms-element-twt-countdown-banner-compact, div.cms-element-twt-hero-countdown-headline, div.cms-element-twt-hover-box, div.cms-element-twt-image-teaser, div.cms-element-twt-modern-teaser, div.cms-element-twt-image-banner {
  position: relative;
  display: flex;
  overflow: hidden;
  height: 100%;
}
div[class^="cms-element-twt-text-teaser"] .cms-image-link, div.cms-element-twt-button-teaser .cms-image-link, div.cms-element-twt-call-to-action .cms-image-link, div.cms-element-twt-classic-teaser .cms-image-link, div.cms-element-twt-countdown-banner .cms-image-link, div.cms-element-twt-countdown-banner-compact .cms-image-link, div.cms-element-twt-hero-countdown-headline .cms-image-link, div.cms-element-twt-hover-box .cms-image-link, div.cms-element-twt-image-teaser .cms-image-link, div.cms-element-twt-modern-teaser .cms-image-link, div.cms-element-twt-image-banner .cms-image-link {
  display: block;
  width: 100%;
  height: 100%;
}
div[class^="cms-element-twt-text-teaser"] .cms-image-container, div.cms-element-twt-button-teaser .cms-image-container, div.cms-element-twt-call-to-action .cms-image-container, div.cms-element-twt-classic-teaser .cms-image-container, div.cms-element-twt-countdown-banner .cms-image-container, div.cms-element-twt-countdown-banner-compact .cms-image-container, div.cms-element-twt-hero-countdown-headline .cms-image-container, div.cms-element-twt-hover-box .cms-image-container, div.cms-element-twt-image-teaser .cms-image-container, div.cms-element-twt-modern-teaser .cms-image-container, div.cms-element-twt-image-banner .cms-image-container {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
}
div[class^="cms-element-twt-text-teaser"] .cms-image-container.is-cover, div.cms-element-twt-button-teaser .cms-image-container.is-cover, div.cms-element-twt-call-to-action .cms-image-container.is-cover, div.cms-element-twt-classic-teaser .cms-image-container.is-cover, div.cms-element-twt-countdown-banner .cms-image-container.is-cover, div.cms-element-twt-countdown-banner-compact .cms-image-container.is-cover, div.cms-element-twt-hero-countdown-headline .cms-image-container.is-cover, div.cms-element-twt-hover-box .cms-image-container.is-cover, div.cms-element-twt-image-teaser .cms-image-container.is-cover, div.cms-element-twt-modern-teaser .cms-image-container.is-cover, div.cms-element-twt-image-banner .cms-image-container.is-cover {
  height: 100%;
}
div[class^="cms-element-twt-text-teaser"] .cms-image-container.is-cover .cms-image, div.cms-element-twt-button-teaser .cms-image-container.is-cover .cms-image, div.cms-element-twt-call-to-action .cms-image-container.is-cover .cms-image, div.cms-element-twt-classic-teaser .cms-image-container.is-cover .cms-image, div.cms-element-twt-countdown-banner .cms-image-container.is-cover .cms-image, div.cms-element-twt-countdown-banner-compact .cms-image-container.is-cover .cms-image, div.cms-element-twt-hero-countdown-headline .cms-image-container.is-cover .cms-image, div.cms-element-twt-hover-box .cms-image-container.is-cover .cms-image, div.cms-element-twt-image-teaser .cms-image-container.is-cover .cms-image, div.cms-element-twt-modern-teaser .cms-image-container.is-cover .cms-image, div.cms-element-twt-image-banner .cms-image-container.is-cover .cms-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  object-fit: cover;
}
div[class^="cms-element-twt-text-teaser"] .cms-image-container.is-cover .cms-image, div[class^="cms-element-twt-text-teaser"] .cms-image-container.is-stretch .cms-image, div.cms-element-twt-button-teaser .cms-image-container.is-cover .cms-image, div.cms-element-twt-button-teaser .cms-image-container.is-stretch .cms-image, div.cms-element-twt-call-to-action .cms-image-container.is-cover .cms-image, div.cms-element-twt-call-to-action .cms-image-container.is-stretch .cms-image, div.cms-element-twt-classic-teaser .cms-image-container.is-cover .cms-image, div.cms-element-twt-classic-teaser .cms-image-container.is-stretch .cms-image, div.cms-element-twt-countdown-banner .cms-image-container.is-cover .cms-image, div.cms-element-twt-countdown-banner-compact .cms-image-container.is-cover .cms-image, div.cms-element-twt-countdown-banner .cms-image-container.is-stretch .cms-image, div.cms-element-twt-countdown-banner-compact .cms-image-container.is-stretch .cms-image, div.cms-element-twt-hero-countdown-headline .cms-image-container.is-cover .cms-image, div.cms-element-twt-hero-countdown-headline .cms-image-container.is-stretch .cms-image, div.cms-element-twt-hover-box .cms-image-container.is-cover .cms-image, div.cms-element-twt-hover-box .cms-image-container.is-stretch .cms-image, div.cms-element-twt-image-teaser .cms-image-container.is-cover .cms-image, div.cms-element-twt-image-teaser .cms-image-container.is-stretch .cms-image, div.cms-element-twt-modern-teaser .cms-image-container.is-cover .cms-image, div.cms-element-twt-modern-teaser .cms-image-container.is-stretch .cms-image, div.cms-element-twt-image-banner .cms-image-container.is-cover .cms-image, div.cms-element-twt-image-banner .cms-image-container.is-stretch .cms-image {
  width: 100%;
}
div[class^="cms-element-twt-text-teaser"] .cms-image, div.cms-element-twt-button-teaser .cms-image, div.cms-element-twt-call-to-action .cms-image, div.cms-element-twt-classic-teaser .cms-image, div.cms-element-twt-countdown-banner .cms-image, div.cms-element-twt-countdown-banner-compact .cms-image, div.cms-element-twt-hero-countdown-headline .cms-image, div.cms-element-twt-hover-box .cms-image, div.cms-element-twt-image-teaser .cms-image, div.cms-element-twt-modern-teaser .cms-image, div.cms-element-twt-image-banner .cms-image {
  display: block;
  max-width: 100%;
}
div[class^="cms-element-twt-text-teaser"] .cms-content-container, div.cms-element-twt-button-teaser .cms-content-container, div.cms-element-twt-call-to-action .cms-content-container, div.cms-element-twt-countdown-banner .cms-content-container, div.cms-element-twt-countdown-banner-compact .cms-content-container, div.cms-element-twt-hero-countdown-headline .cms-content-container, div.cms-element-twt-hover-box .cms-content-container, div.cms-element-twt-modern-teaser .cms-content-container {
  font-family: "Montserrat", sans-serif;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 15px;
}
div[class^="cms-element-twt-text-teaser"] .cms-content-container .content, div.cms-element-twt-button-teaser .cms-content-container .content, div.cms-element-twt-call-to-action .cms-content-container .content, div.cms-element-twt-countdown-banner .cms-content-container .content, div.cms-element-twt-countdown-banner-compact .cms-content-container .content, div.cms-element-twt-hero-countdown-headline .cms-content-container .content, div.cms-element-twt-hover-box .cms-content-container .content, div.cms-element-twt-modern-teaser .cms-content-container .content {
  position: relative;
}
div[class^="cms-element-twt-text-teaser"] .color-overlay, div.cms-element-twt-button-teaser .color-overlay, div.cms-element-twt-call-to-action .color-overlay, div.cms-element-twt-call-to-action-slide .color-overlay, div.cms-element-twt-countdown-banner .color-overlay, div.cms-element-twt-countdown-banner-compact .color-overlay, div.cms-element-twt-image-banner .color-overlay, div.cms-element-twt-image-slide div.cms-element-twt-image-teaser .color-overlay, div.cms-element-twt-text-image-slide .color-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (min-width: 576px) {
  div[class^="cms-element-twt-text-teaser"].is-hover .content:not(.fade-out), div[class^="cms-element-twt-text-teaser"].is-hover .overlay:not(.fade-out), div.cms-element-twt-button-teaser.is-hover .content:not(.fade-out), div.cms-element-twt-button-teaser.is-hover .overlay:not(.fade-out), div.cms-element-twt-call-to-action.is-hover .content:not(.fade-out), div.cms-element-twt-call-to-action.is-hover .overlay:not(.fade-out), div.cms-element-twt-image-banner.is-hover .content:not(.fade-out), div.cms-element-twt-image-banner.is-hover .overlay:not(.fade-out) {
    opacity: 0;
  }
  div[class^="cms-element-twt-text-teaser"].is-hover .content.fade-out, div[class^="cms-element-twt-text-teaser"].is-hover .overlay.fade-out, div.cms-element-twt-button-teaser.is-hover .content.fade-out, div.cms-element-twt-button-teaser.is-hover .overlay.fade-out, div.cms-element-twt-call-to-action.is-hover .content.fade-out, div.cms-element-twt-call-to-action.is-hover .overlay.fade-out, div.cms-element-twt-image-banner.is-hover .content.fade-out, div.cms-element-twt-image-banner.is-hover .overlay.fade-out {
    opacity: 1;
  }
  div[class^="cms-element-twt-text-teaser"].is-hover .overlay, div.cms-element-twt-button-teaser.is-hover .overlay, div.cms-element-twt-call-to-action.is-hover .overlay, div.cms-element-twt-image-banner.is-hover .overlay {
    transition: all 0.3s ease-in-out 0.1s;
    animation-duration: 0.3s;
    animation-timing-function: ease-in-out;
    animation-delay: 0.25s;
    animation-fill-mode: both;
  }
  div[class^="cms-element-twt-text-teaser"].is-hover .content, div.cms-element-twt-button-teaser.is-hover .content, div.cms-element-twt-call-to-action.is-hover .content, div.cms-element-twt-image-banner.is-hover .content {
    transition: all 0.25s ease-in-out;
    animation-duration: 0.25s;
    animation-timing-function: ease-in-out;
    animation-fill-mode: both;
  }
  div[class^="cms-element-twt-text-teaser"].is-hover .cms-image-container:hover .cms-content-container .content:not(.fade-out), div[class^="cms-element-twt-text-teaser"].is-hover .cms-image-container:hover .cms-content-container .overlay:not(.fade-out), div.cms-element-twt-button-teaser.is-hover .cms-image-container:hover .cms-content-container .content:not(.fade-out), div.cms-element-twt-button-teaser.is-hover .cms-image-container:hover .cms-content-container .overlay:not(.fade-out), div.cms-element-twt-call-to-action.is-hover .cms-image-container:hover .cms-content-container .content:not(.fade-out), div.cms-element-twt-call-to-action.is-hover .cms-image-container:hover .cms-content-container .overlay:not(.fade-out), div.cms-element-twt-image-banner.is-hover .cms-image-container:hover .cms-content-container .content:not(.fade-out), div.cms-element-twt-image-banner.is-hover .cms-image-container:hover .cms-content-container .overlay:not(.fade-out) {
    opacity: 1;
  }
  div[class^="cms-element-twt-text-teaser"].is-hover .cms-image-container:hover .cms-content-container .content:not(.fade-out).fade-in-up, div[class^="cms-element-twt-text-teaser"].is-hover .cms-image-container:hover .cms-content-container .overlay:not(.fade-out).fade-in-up, div.cms-element-twt-button-teaser.is-hover .cms-image-container:hover .cms-content-container .content:not(.fade-out).fade-in-up, div.cms-element-twt-button-teaser.is-hover .cms-image-container:hover .cms-content-container .overlay:not(.fade-out).fade-in-up, div.cms-element-twt-call-to-action.is-hover .cms-image-container:hover .cms-content-container .content:not(.fade-out).fade-in-up, div.cms-element-twt-call-to-action.is-hover .cms-image-container:hover .cms-content-container .overlay:not(.fade-out).fade-in-up, div.cms-element-twt-image-banner.is-hover .cms-image-container:hover .cms-content-container .content:not(.fade-out).fade-in-up, div.cms-element-twt-image-banner.is-hover .cms-image-container:hover .cms-content-container .overlay:not(.fade-out).fade-in-up {
    animation-name: cmsOverlaySlideInUp;
  }
  div[class^="cms-element-twt-text-teaser"].is-hover .cms-image-container:hover .cms-content-container .content:not(.fade-out).fade-in-right, div[class^="cms-element-twt-text-teaser"].is-hover .cms-image-container:hover .cms-content-container .overlay:not(.fade-out).fade-in-right, div.cms-element-twt-button-teaser.is-hover .cms-image-container:hover .cms-content-container .content:not(.fade-out).fade-in-right, div.cms-element-twt-button-teaser.is-hover .cms-image-container:hover .cms-content-container .overlay:not(.fade-out).fade-in-right, div.cms-element-twt-call-to-action.is-hover .cms-image-container:hover .cms-content-container .content:not(.fade-out).fade-in-right, div.cms-element-twt-call-to-action.is-hover .cms-image-container:hover .cms-content-container .overlay:not(.fade-out).fade-in-right, div.cms-element-twt-image-banner.is-hover .cms-image-container:hover .cms-content-container .content:not(.fade-out).fade-in-right, div.cms-element-twt-image-banner.is-hover .cms-image-container:hover .cms-content-container .overlay:not(.fade-out).fade-in-right {
    animation-name: cmsOverlaySlideInRight;
  }
  div[class^="cms-element-twt-text-teaser"].is-hover .cms-image-container:hover .cms-content-container .content:not(.fade-out).fade-in-down, div[class^="cms-element-twt-text-teaser"].is-hover .cms-image-container:hover .cms-content-container .overlay:not(.fade-out).fade-in-down, div.cms-element-twt-button-teaser.is-hover .cms-image-container:hover .cms-content-container .content:not(.fade-out).fade-in-down, div.cms-element-twt-button-teaser.is-hover .cms-image-container:hover .cms-content-container .overlay:not(.fade-out).fade-in-down, div.cms-element-twt-call-to-action.is-hover .cms-image-container:hover .cms-content-container .content:not(.fade-out).fade-in-down, div.cms-element-twt-call-to-action.is-hover .cms-image-container:hover .cms-content-container .overlay:not(.fade-out).fade-in-down, div.cms-element-twt-image-banner.is-hover .cms-image-container:hover .cms-content-container .content:not(.fade-out).fade-in-down, div.cms-element-twt-image-banner.is-hover .cms-image-container:hover .cms-content-container .overlay:not(.fade-out).fade-in-down {
    animation-name: cmsOverlaySlideInDown;
  }
  div[class^="cms-element-twt-text-teaser"].is-hover .cms-image-container:hover .cms-content-container .content:not(.fade-out).fade-in-left, div[class^="cms-element-twt-text-teaser"].is-hover .cms-image-container:hover .cms-content-container .overlay:not(.fade-out).fade-in-left, div.cms-element-twt-button-teaser.is-hover .cms-image-container:hover .cms-content-container .content:not(.fade-out).fade-in-left, div.cms-element-twt-button-teaser.is-hover .cms-image-container:hover .cms-content-container .overlay:not(.fade-out).fade-in-left, div.cms-element-twt-call-to-action.is-hover .cms-image-container:hover .cms-content-container .content:not(.fade-out).fade-in-left, div.cms-element-twt-call-to-action.is-hover .cms-image-container:hover .cms-content-container .overlay:not(.fade-out).fade-in-left, div.cms-element-twt-image-banner.is-hover .cms-image-container:hover .cms-content-container .content:not(.fade-out).fade-in-left, div.cms-element-twt-image-banner.is-hover .cms-image-container:hover .cms-content-container .overlay:not(.fade-out).fade-in-left {
    animation-name: cmsOverlaySlideInLeft;
  }
  div[class^="cms-element-twt-text-teaser"].is-hover .cms-image-container:hover .cms-content-container .content:not(.fade-out).zoom-in, div[class^="cms-element-twt-text-teaser"].is-hover .cms-image-container:hover .cms-content-container .overlay:not(.fade-out).zoom-in, div.cms-element-twt-button-teaser.is-hover .cms-image-container:hover .cms-content-container .content:not(.fade-out).zoom-in, div.cms-element-twt-button-teaser.is-hover .cms-image-container:hover .cms-content-container .overlay:not(.fade-out).zoom-in, div.cms-element-twt-call-to-action.is-hover .cms-image-container:hover .cms-content-container .content:not(.fade-out).zoom-in, div.cms-element-twt-call-to-action.is-hover .cms-image-container:hover .cms-content-container .overlay:not(.fade-out).zoom-in, div.cms-element-twt-image-banner.is-hover .cms-image-container:hover .cms-content-container .content:not(.fade-out).zoom-in, div.cms-element-twt-image-banner.is-hover .cms-image-container:hover .cms-content-container .overlay:not(.fade-out).zoom-in {
    animation-name: cmsOverlayZoomIn;
  }
  div[class^="cms-element-twt-text-teaser"].is-hover .cms-image-container:hover .cms-content-container .content.fade-out, div[class^="cms-element-twt-text-teaser"].is-hover .cms-image-container:hover .cms-content-container .overlay.fade-out, div.cms-element-twt-button-teaser.is-hover .cms-image-container:hover .cms-content-container .content.fade-out, div.cms-element-twt-button-teaser.is-hover .cms-image-container:hover .cms-content-container .overlay.fade-out, div.cms-element-twt-call-to-action.is-hover .cms-image-container:hover .cms-content-container .content.fade-out, div.cms-element-twt-call-to-action.is-hover .cms-image-container:hover .cms-content-container .overlay.fade-out, div.cms-element-twt-image-banner.is-hover .cms-image-container:hover .cms-content-container .content.fade-out, div.cms-element-twt-image-banner.is-hover .cms-image-container:hover .cms-content-container .overlay.fade-out {
    opacity: 0;
  }
}
a.is-fulllink:hover {
  text-decoration: none;
}
a.is-fulllink a:hover {
  text-decoration: underline;
}
.fit-content a.is-fulllink {
  height: fit-content !important;
}
.fit-content .is-stretch {
  height: fit-content !important;
}
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __| (R)
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: CMS element "Button teaser"
	==================================================

*/
.cms-element-twt-button-teaser .twt-button-teaser-content {
  max-width: 100%;
}
.cms-element-twt-button-teaser .twt-button-teaser-content button, .cms-element-twt-button-teaser .twt-button-teaser-content .btn {
  max-width: 100%;
}
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __| (R)
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: CMS element "Breadcrumb"
	==================================================

*/
.cms-element-twt-breadcrumb {
  display: flex;
}
.cms-element-twt-breadcrumb nav[aria-label="breadcrumb"] {
  display: flex;
  overflow: hidden;
  align-items: center;
}
.cms-element-twt-breadcrumb nav[aria-label="breadcrumb"] ol.breadcrumb {
  align-items: center;
  margin: 0;
  padding: 0;
}
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __| (R)
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: CMS element "Call-to-Action"
	==================================================

*/
.cms-element-twt-call-to-action .twt-call-to-action-content.is-styled {
  padding: 20px;
}
.cms-element-twt-call-to-action .twt-call-to-action-content .headline {
  margin: 0 !important;
  padding: 0 !important;
}
.cms-element-twt-call-to-action .twt-call-to-action-content .headline span {
  display: block;
  margin-bottom: 1rem;
}
.cms-element-twt-call-to-action .twt-call-to-action-content .text p:last-of-type {
  margin-bottom: 0 !important;
}
.cms-element-twt-call-to-action .twt-call-to-action-content .text a {
  color: var(--twt-link-color);
}
.cms-element-twt-call-to-action .twt-call-to-action-content .text a:hover {
  filter: brightness(0.8);
}
.cms-element-twt-call-to-action .twt-call-to-action-content button, .cms-element-twt-call-to-action .twt-call-to-action-content .btn {
  max-width: 100%;
}
.cms-element-twt-call-to-action .twt-call-to-action-link {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.cms-element-twt-call-to-action .twt-call-to-action-btn {
  margin-top: 1rem;
}
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __| (R)
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: CMS element "Classic teaser"
	==================================================

*/
.cms-element-twt-classic-teaser .cms-title-container {
  font-family: "Montserrat", sans-serif;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cms-element-twt-classic-teaser .cms-title-container {
  transition: all 0.25s ease;
}
.cms-element-twt-classic-teaser.is-hover .cms-title-container {
  opacity: 0;
}
.cms-element-twt-classic-teaser.is-hover:hover .cms-title-container {
  opacity: 1;
}
.cms-element-twt-classic-teaser .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #008CBA;
}
@media (min-width: 576px) {
  .cms-element-twt-classic-teaser .overlay {
    transition: all 0.25s ease;
    opacity: 0.9;
  }
}
.cms-element-twt-classic-teaser.is-default .text {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  overflow: hidden;
  width: 100%;
  padding: 10px 15px;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
}
.cms-element-twt-classic-teaser.is-default .text, .cms-element-twt-classic-teaser.is-effect1 .text, .cms-element-twt-classic-teaser.is-effect2 .text, .cms-element-twt-classic-teaser.is-effect3 .text, .cms-element-twt-classic-teaser.is-effect4 .text, .cms-element-twt-classic-teaser.is-effect5 .text, .cms-element-twt-classic-teaser.is-effect7 .text, .cms-element-twt-classic-teaser.is-effect6 .text {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
}
.cms-element-twt-classic-teaser.is-effect1 .text, .cms-element-twt-classic-teaser.is-effect2 .text, .cms-element-twt-classic-teaser.is-effect3 .text, .cms-element-twt-classic-teaser.is-effect4 .text, .cms-element-twt-classic-teaser.is-effect5 .text, .cms-element-twt-classic-teaser.is-effect7 .text, .cms-element-twt-classic-teaser.is-effect6 .text {
  text-align: center;
}
.cms-element-twt-classic-teaser.is-effect1 .text, .cms-element-twt-classic-teaser.is-effect2 .text {
  color: #000000;
  background: rgba(255, 255, 255, 0.7);
}
.cms-element-twt-classic-teaser.is-effect1 .text .icon, .cms-element-twt-classic-teaser.is-effect2 .text .icon {
  color: #000000;
}
.cms-element-twt-classic-teaser.is-effect1 .text, .cms-element-twt-classic-teaser.is-effect4 .text {
  transition: all 0.2s ease-out;
}
.cms-element-twt-classic-teaser.is-effect1 a:hover .text, .cms-element-twt-classic-teaser.is-effect4 a:hover .text {
  height: 75px;
}
.cms-element-twt-classic-teaser.is-effect1 .text, .cms-element-twt-classic-teaser.is-effect2 .text, .cms-element-twt-classic-teaser.is-effect4 .text {
  line-height: 30px;
  width: 100%;
  height: 40px;
  padding: 5px 25px;
}
.cms-element-twt-classic-teaser.is-effect1 .text.text-start, .cms-element-twt-classic-teaser.is-effect1 .text.text-left, .cms-element-twt-classic-teaser.is-effect2 .text.text-start, .cms-element-twt-classic-teaser.is-effect2 .text.text-left, .cms-element-twt-classic-teaser.is-effect4 .text.text-start, .cms-element-twt-classic-teaser.is-effect4 .text.text-left {
  padding: 5px 25px 5px 15px;
}
.cms-element-twt-classic-teaser.is-effect1 .text .icon, .cms-element-twt-classic-teaser.is-effect2 .text .icon, .cms-element-twt-classic-teaser.is-effect4 .text .icon {
  position: absolute;
  right: 5px;
  transition: all 0.5s ease;
  opacity: 0;
}
.cms-element-twt-classic-teaser.is-effect1 a:hover .text .icon, .cms-element-twt-classic-teaser.is-effect2 a:hover .text .icon, .cms-element-twt-classic-teaser.is-effect4 a:hover .text .icon {
  opacity: 1;
}
.cms-element-twt-classic-teaser.is-effect1 .text, .cms-element-twt-classic-teaser.is-effect2 .text, .cms-element-twt-classic-teaser.is-effect3 .text, .cms-element-twt-classic-teaser.is-effect4 .text, .cms-element-twt-classic-teaser.is-effect5 .text, .cms-element-twt-classic-teaser.is-effect6 .text {
  font-size: 18px;
  font-weight: 600;
}
.cms-element-twt-classic-teaser.is-default .text, .cms-element-twt-classic-teaser.is-effect1 .text, .cms-element-twt-classic-teaser.is-effect2 .text, .cms-element-twt-classic-teaser.is-effect3 .text, .cms-element-twt-classic-teaser.is-effect4 .text, .cms-element-twt-classic-teaser.is-effect5 .text, .cms-element-twt-classic-teaser.is-effect6 .text {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.cms-element-twt-classic-teaser.is-effect5 .text, .cms-element-twt-classic-teaser.is-effect6 .text {
  line-height: 25px;
  width: auto;
  height: 35px;
  padding: 5px 15px;
  transition: all 0.2s ease-out;
}
.cms-element-twt-classic-teaser.is-effect5 a:hover .text, .cms-element-twt-classic-teaser.is-effect6 a:hover .text {
  line-height: 30px;
  height: 50px;
  padding: 10px 20px;
}
.cms-element-twt-classic-teaser.is-effect1 a:hover .text {
  background: rgba(255, 255, 255, 0.95);
}
.cms-element-twt-classic-teaser.is-effect2 .text {
  transition: all 0.4s ease-out;
}
.cms-element-twt-classic-teaser.is-effect2 a:hover .text {
  background: white;
}
.cms-element-twt-classic-teaser.is-effect3 .text {
  line-height: 25px;
  width: calc(100% - 60px);
  height: 40px;
  margin: 30px;
  padding: 5px 25px;
  transition: all 0.2s ease-out;
  color: #000000;
  border: 2px solid #691448;
  background: rgba(255, 255, 255, 0.3);
}
.cms-element-twt-classic-teaser.is-effect3 .text.text-start, .cms-element-twt-classic-teaser.is-effect3 .text.text-left {
  padding: 5px 15px;
}
.cms-element-twt-classic-teaser.is-effect3 .text .icon {
  position: absolute;
  right: 5px;
  opacity: 0;
  color: #000000;
}
.cms-element-twt-classic-teaser.is-effect3 a:hover .text {
  line-height: 76px;
  height: 100px;
  background: rgba(255, 255, 255, 0.6);
}
.cms-element-twt-classic-teaser.is-effect3 a:hover .text .icon {
  margin-top: 25px;
  opacity: 1;
}
.cms-element-twt-classic-teaser.is-effect4 .text {
  font-style: italic;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.5);
}
.cms-element-twt-classic-teaser.is-effect4 .text .icon {
  color: #ffffff;
}
.cms-element-twt-classic-teaser.is-effect4 a:hover .text {
  background: rgba(0, 0, 0, 0.7);
}
.cms-element-twt-classic-teaser.is-effect5 .text {
  max-width: calc(100% - 15px);
  margin: 0 0 15px 0;
  text-transform: uppercase;
  color: #ffffff;
  background: #21262c;
}
.cms-element-twt-classic-teaser.is-effect5 a:hover .text {
  color: #fff;
  background: #691448;
}
.cms-element-twt-classic-teaser.is-effect6 .text {
  max-width: 100%;
  margin: 0 0 15px 15px;
  color: #691448;
  background: rgba(255, 255, 255, 0.9);
}
.cms-element-twt-classic-teaser.is-effect6 a:hover .text {
  margin: 0;
  background: #ad7e9a;
}
.cms-element-twt-classic-teaser.is-effect7 .text {
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  width: auto;
  height: auto;
  padding: 15px;
  transition: all 0.2s ease-out;
  color: #000000;
  background: rgba(255, 255, 255, 0.8);
}
.cms-element-twt-classic-teaser.is-effect7 a:hover .text {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.7);
}
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __| (R)
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: CMS element "Countdown banner"
	==================================================

*/
.cms-element-twt-countdown-banner .twt-countdown-banner-container, .cms-element-twt-countdown-banner-compact .twt-countdown-banner-container {
  position: relative !important;
  padding: 30px !important;
}
.cms-element-twt-countdown-banner .twt-countdown-banner-image-container, .cms-element-twt-countdown-banner-compact .twt-countdown-banner-image-container {
  background-repeat: no-repeat;
  background-position: center;
}
.cms-element-twt-countdown-banner .twt-countdown-banner-image-container.is-cover, .cms-element-twt-countdown-banner-compact .twt-countdown-banner-image-container.is-cover {
  background-size: cover;
}
@media (min-width: 768px) {
  .cms-element-twt-countdown-banner .twt-countdown-banner-image-container.is-fixed, .cms-element-twt-countdown-banner-compact .twt-countdown-banner-image-container.is-fixed {
    background-attachment: fixed;
  }
}
.cms-element-twt-countdown-banner .twt-countdown-banner-image-container.is-scroll, .cms-element-twt-countdown-banner-compact .twt-countdown-banner-image-container.is-scroll {
  background-attachment: scroll;
}
@supports (-webkit-overflow-scrolling: touch) {
  .cms-element-twt-countdown-banner .twt-countdown-banner-image-container.is-fixed, .cms-element-twt-countdown-banner-compact .twt-countdown-banner-image-container.is-fixed {
    background-attachment: scroll !important;
  }
}
.cms-element-twt-countdown-banner .twt-countdown-banner-content, .cms-element-twt-countdown-banner-compact .twt-countdown-banner-content {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  text-align: center;
  gap: 0.5rem;
  z-index: 2;
}
.cms-element-twt-countdown-banner .twt-countdown-banner-headline, .cms-element-twt-countdown-banner-compact .twt-countdown-banner-headline {
  line-height: 1;
  margin-bottom: 3px;
}
.cms-element-twt-countdown-banner .twt-countdown-banner-subheadline, .cms-element-twt-countdown-banner-compact .twt-countdown-banner-subheadline {
  font-weight: normal;
  line-height: 1;
  margin-bottom: 0;
}
.cms-element-twt-countdown-banner .twt-countdown-banner-subheadline.h1, .cms-element-twt-countdown-banner-compact .twt-countdown-banner-subheadline.h1 {
  font-size: calc(2.25rem - 3px);
}
.cms-element-twt-countdown-banner .twt-countdown-banner-subheadline.h2, .cms-element-twt-countdown-banner-compact .twt-countdown-banner-subheadline.h2 {
  font-size: calc(1.75rem - 3px);
}
.cms-element-twt-countdown-banner .twt-countdown-banner-subheadline.h3, .cms-element-twt-countdown-banner-compact .twt-countdown-banner-subheadline.h3 {
  font-size: calc(1.5rem - 3px);
}
.cms-element-twt-countdown-banner .twt-countdown-banner-subheadline.h4, .cms-element-twt-countdown-banner-compact .twt-countdown-banner-subheadline.h4 {
  font-size: calc(1.25rem - 3px);
}
.cms-element-twt-countdown-banner .twt-countdown-banner-subheadline.h5, .cms-element-twt-countdown-banner-compact .twt-countdown-banner-subheadline.h5 {
  font-size: calc(1rem - 3px);
}
.cms-element-twt-countdown-banner .twt-countdown-banner-subheadline.h6, .cms-element-twt-countdown-banner-compact .twt-countdown-banner-subheadline.h6 {
  font-size: calc(0.875rem - 3px);
}
.cms-element-twt-countdown-banner .twt-countdown-banner-counter, .cms-element-twt-countdown-banner-compact .twt-countdown-banner-counter {
  display: flex;
  margin: 10px 0;
}
.cms-element-twt-countdown-banner .twt-countdown-banner-counter.is-big-numbers, .cms-element-twt-countdown-banner-compact .twt-countdown-banner-counter.is-big-numbers {
  flex-direction: column;
  gap: 1rem;
  /*
                .twt-countdown-banner-counter-item {
                    position: relative;

                    &:not(:last-child):before,
                    &:not(:last-child):after {
                        content: "";
                        background-color: rgba(255, 255, 255, .3);
                        height: 5px;
                        width: 5px;
                        border-radius: 50%;
                        display: block;
                        position: absolute;
                        right: -1rem;
                    }

                    &:not(:last-child):before {
                        top: 35%;
                    }
                }
                */
}
@media (min-width: 480px) {
  .cms-element-twt-countdown-banner .twt-countdown-banner-counter.is-big-numbers, .cms-element-twt-countdown-banner-compact .twt-countdown-banner-counter.is-big-numbers {
    flex-direction: row;
    gap: 1rem;
  }
}
@media (min-width: 768px) {
  .cms-element-twt-countdown-banner .twt-countdown-banner-counter.is-big-numbers, .cms-element-twt-countdown-banner-compact .twt-countdown-banner-counter.is-big-numbers {
    gap: 1.5rem;
  }
}
@media (min-width: 992px) {
  .cms-element-twt-countdown-banner .twt-countdown-banner-counter.is-big-numbers, .cms-element-twt-countdown-banner-compact .twt-countdown-banner-counter.is-big-numbers {
    gap: 2rem;
  }
}
.cms-element-twt-countdown-banner .twt-countdown-banner-counter.is-big-numbers .twt-countdown-banner-counter-item-number, .cms-element-twt-countdown-banner-compact .twt-countdown-banner-counter.is-big-numbers .twt-countdown-banner-counter-item-number {
  font-size: 4.25rem;
  font-weight: 400;
  line-height: 1;
}
.cms-element-twt-countdown-banner .twt-countdown-banner-counter.is-big-numbers .twt-countdown-banner-counter-item-label, .cms-element-twt-countdown-banner-compact .twt-countdown-banner-counter.is-big-numbers .twt-countdown-banner-counter-item-label {
  font-size: 1.25em;
  font-weight: 400;
  text-transform: uppercase;
}
.cms-element-twt-countdown-banner .twt-countdown-banner-counter.is-colored-numbers, .cms-element-twt-countdown-banner-compact .twt-countdown-banner-counter.is-colored-numbers {
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
.cms-element-twt-countdown-banner .twt-countdown-banner-counter.is-colored-numbers .twt-countdown-banner-counter-item, .cms-element-twt-countdown-banner-compact .twt-countdown-banner-counter.is-colored-numbers .twt-countdown-banner-counter-item {
  min-width: 90px;
  padding: 5px;
}
.cms-element-twt-countdown-banner .twt-countdown-banner-counter.is-colored-numbers .twt-countdown-banner-counter-item-number, .cms-element-twt-countdown-banner-compact .twt-countdown-banner-counter.is-colored-numbers .twt-countdown-banner-counter-item-number {
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 50px;
  width: 100%;
  min-width: 70px;
  min-height: 70px;
  padding: 10px;
  border-radius: 4px;
}
.cms-element-twt-countdown-banner .twt-countdown-banner-counter.is-colored-numbers .twt-countdown-banner-counter-item-label, .cms-element-twt-countdown-banner-compact .twt-countdown-banner-counter.is-colored-numbers .twt-countdown-banner-counter-item-label {
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1;
  margin-top: 5px;
  text-transform: uppercase;
}
.cms-element-twt-countdown-banner .twt-countdown-banner-counter.is-colourful-counters, .cms-element-twt-countdown-banner-compact .twt-countdown-banner-counter.is-colourful-counters {
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
}
.cms-element-twt-countdown-banner .twt-countdown-banner-counter.is-colourful-counters .twt-countdown-banner-counter-item, .cms-element-twt-countdown-banner-compact .twt-countdown-banner-counter.is-colourful-counters .twt-countdown-banner-counter-item {
  min-width: 105px;
  min-height: 90px;
  padding: 10px;
  border-radius: 5px;
}
@media (min-width: 480px) {
  .cms-element-twt-countdown-banner .twt-countdown-banner-counter.is-colourful-counters .twt-countdown-banner-counter-item, .cms-element-twt-countdown-banner-compact .twt-countdown-banner-counter.is-colourful-counters .twt-countdown-banner-counter-item {
    min-width: 115px;
  }
}
@media (min-width: 768px) {
  .cms-element-twt-countdown-banner .twt-countdown-banner-counter.is-colourful-counters .twt-countdown-banner-counter-item, .cms-element-twt-countdown-banner-compact .twt-countdown-banner-counter.is-colourful-counters .twt-countdown-banner-counter-item {
    min-width: 120px;
    padding: 15px;
  }
}
@media (min-width: 992px) {
  .cms-element-twt-countdown-banner .twt-countdown-banner-counter.is-colourful-counters .twt-countdown-banner-counter-item, .cms-element-twt-countdown-banner-compact .twt-countdown-banner-counter.is-colourful-counters .twt-countdown-banner-counter-item {
    min-width: 125px;
  }
}
.cms-element-twt-countdown-banner .twt-countdown-banner-counter.is-colourful-counters .twt-countdown-banner-counter-item-number, .cms-element-twt-countdown-banner-compact .twt-countdown-banner-counter.is-colourful-counters .twt-countdown-banner-counter-item-number {
  font-size: 4rem;
  font-weight: 600;
  line-height: 1;
}
.cms-element-twt-countdown-banner .twt-countdown-banner-counter.is-colourful-counters .twt-countdown-banner-counter-item-label, .cms-element-twt-countdown-banner-compact .twt-countdown-banner-counter.is-colourful-counters .twt-countdown-banner-counter-item-label {
  font-size: 0.7rem;
  font-weight: 400;
  line-height: 1;
  margin-top: 5px;
  padding-left: 5px;
  letter-spacing: 4px;
  text-transform: uppercase;
}
.cms-element-twt-countdown-banner .twt-countdown-banner-counter-item, .cms-element-twt-countdown-banner-compact .twt-countdown-banner-counter-item {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  gap: 0.25rem;
}
@media (min-width: 480px) {
  .cms-element-twt-countdown-banner .twt-countdown-banner-counter-item, .cms-element-twt-countdown-banner-compact .twt-countdown-banner-counter-item {
    gap: 0.5rem;
  }
}
/*
.triangles {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;

    z-index: 1;

    .left {
        position: absolute;
        left: 0;
        height: 100%;
        width: 33.333%;
    }

    .right {
        position: absolute;
        right: 0;
        height: 100%;
        width: 33.333%;
    }

    .triangle {
        position: absolute;
    }

    span {
        position: absolute;
    }
}
*/
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __| (R)
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: CMS element "Countdown banner (Compact)"
	==================================================

*/
.cms-element-twt-countdown-banner-compact.twt-break-all .twt-countdown-banner-content {
  flex-direction: row !important;
}
@media (min-width: 480px) {
  .cms-element-twt-countdown-banner-compact.twt-break-all .twt-countdown-banner-content {
    gap: 1rem;
  }
}
@media (min-width: 768px) {
  .cms-element-twt-countdown-banner-compact.twt-break-all .twt-countdown-banner-content {
    gap: 2rem;
  }
}
@media (min-width: 1200px) {
  .cms-element-twt-countdown-banner-compact.twt-break-all .twt-countdown-banner-content {
    gap: 3rem;
  }
}
.cms-element-twt-countdown-banner-compact.twt-break-all .twt-countdown-banner-text {
  text-align: left;
}
@media (min-width: 480px) {
  .cms-element-twt-countdown-banner-compact.twt-break-xs .twt-countdown-banner-content {
    flex-direction: row !important;
  }
  .cms-element-twt-countdown-banner-compact.twt-break-xs .twt-countdown-banner-text {
    text-align: left;
  }
}
@media (min-width: 480px) {
  .cms-element-twt-countdown-banner-compact.twt-break-xs .twt-countdown-banner-content {
    gap: 1rem;
  }
}
@media (min-width: 768px) {
  .cms-element-twt-countdown-banner-compact.twt-break-xs .twt-countdown-banner-content {
    gap: 2rem;
  }
}
@media (min-width: 1200px) {
  .cms-element-twt-countdown-banner-compact.twt-break-xs .twt-countdown-banner-content {
    gap: 3rem;
  }
}
@media (min-width: 576px) {
  .cms-element-twt-countdown-banner-compact.twt-break-sm .twt-countdown-banner-content {
    flex-direction: row !important;
  }
  .cms-element-twt-countdown-banner-compact.twt-break-sm .twt-countdown-banner-text {
    text-align: left;
  }
}
@media (min-width: 480px) {
  .cms-element-twt-countdown-banner-compact.twt-break-sm .twt-countdown-banner-content {
    gap: 1rem;
  }
}
@media (min-width: 768px) {
  .cms-element-twt-countdown-banner-compact.twt-break-sm .twt-countdown-banner-content {
    gap: 2rem;
  }
}
@media (min-width: 1200px) {
  .cms-element-twt-countdown-banner-compact.twt-break-sm .twt-countdown-banner-content {
    gap: 3rem;
  }
}
@media (min-width: 768px) {
  .cms-element-twt-countdown-banner-compact.twt-break-md .twt-countdown-banner-content {
    flex-direction: row !important;
  }
  .cms-element-twt-countdown-banner-compact.twt-break-md .twt-countdown-banner-text {
    text-align: left;
  }
}
@media (min-width: 768px) {
  .cms-element-twt-countdown-banner-compact.twt-break-md .twt-countdown-banner-content {
    gap: 2rem;
  }
}
@media (min-width: 1200px) {
  .cms-element-twt-countdown-banner-compact.twt-break-md .twt-countdown-banner-content {
    gap: 3rem;
  }
}
@media (min-width: 992px) {
  .cms-element-twt-countdown-banner-compact.twt-break-lg .twt-countdown-banner-content {
    flex-direction: row !important;
  }
  .cms-element-twt-countdown-banner-compact.twt-break-lg .twt-countdown-banner-text {
    text-align: left;
  }
}
@media (min-width: 768px) {
  .cms-element-twt-countdown-banner-compact.twt-break-lg .twt-countdown-banner-content {
    gap: 2rem;
  }
}
@media (min-width: 1200px) {
  .cms-element-twt-countdown-banner-compact.twt-break-lg .twt-countdown-banner-content {
    gap: 3rem;
  }
}
@media (min-width: 1200px) {
  .cms-element-twt-countdown-banner-compact.twt-break-xl .twt-countdown-banner-content {
    flex-direction: row !important;
  }
  .cms-element-twt-countdown-banner-compact.twt-break-xl .twt-countdown-banner-text {
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .cms-element-twt-countdown-banner-compact.twt-break-xl .twt-countdown-banner-content {
    gap: 3rem;
  }
}
@media (min-width: 1440px) {
  .cms-element-twt-countdown-banner-compact.twt-break-xxl .twt-countdown-banner-content {
    flex-direction: row !important;
  }
  .cms-element-twt-countdown-banner-compact.twt-break-xxl .twt-countdown-banner-text {
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .cms-element-twt-countdown-banner-compact.twt-break-xxl .twt-countdown-banner-content {
    gap: 3rem;
  }
}
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __| (R)
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: CMS element "Discount banner"
	==================================================

*/
.cms-element-twt-discount-banner {
  position: relative;
}
.cms-element-twt-discount-banner .twt-discount-banner-content {
  max-width: inherit;
  text-align: center;
}
.cms-element-twt-discount-banner .twt-discount-banner-content .left {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  padding: 6% 6% 3% 6%;
  text-align: center;
  background: var(--bgColor);
}
@media (min-width: 576px) {
  .cms-element-twt-discount-banner .twt-discount-banner-content .left {
    padding: 3%;
  }
}
.cms-element-twt-discount-banner .twt-discount-banner-content .left:after {
  position: absolute;
  z-index: 0;
  bottom: -20px;
  left: 0;
  width: 100%;
  height: 30px;
  content: "";
  background: var(--bgColor);
  clip-path: polygon(-1% 0%, 100% 0, 101% 50%, 50% 100%, 0 50%);
}
@media (min-width: 480px) {
  .cms-element-twt-discount-banner .twt-discount-banner-content .left:after {
    bottom: -40px;
    height: 60px;
  }
}
@media (min-width: 576px) {
  .cms-element-twt-discount-banner .twt-discount-banner-content .left:after {
    top: 0;
    right: -40px;
    bottom: inherit !important;
    left: inherit !important;
    width: 50px !important;
    height: 100% !important;
    clip-path: polygon(0 0, 25% -1%, 100% 50%, 25% 101%, 0% 100%) !important;
  }
}
@media (min-width: 992px) {
  .cms-element-twt-discount-banner .twt-discount-banner-content .left:after {
    right: -60px;
    width: 70px !important;
  }
}
@media (min-width: 1440px) {
  .cms-element-twt-discount-banner .twt-discount-banner-content .left:after {
    right: -80px;
    width: 90px !important;
  }
}
.cms-element-twt-discount-banner .twt-discount-banner-content .right {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  padding: calc(6% + 20px) 6% 6%;
  text-align: center;
  gap: 0.25rem;
}
@media (min-width: 480px) {
  .cms-element-twt-discount-banner .twt-discount-banner-content .right {
    padding-top: calc(6% + 40px);
  }
}
@media (min-width: 576px) {
  .cms-element-twt-discount-banner .twt-discount-banner-content .right {
    padding: 3% 3% 3% calc(3% + 40px);
  }
}
@media (min-width: 992px) {
  .cms-element-twt-discount-banner .twt-discount-banner-content .right {
    padding-left: calc(3% + 60px);
  }
}
@media (min-width: 1440px) {
  .cms-element-twt-discount-banner .twt-discount-banner-content .right {
    padding-left: calc(3% + 80px);
  }
}
.cms-element-twt-discount-banner .twt-discount-banner-content .twt-discount-banner-discount {
  font-size: 11vw;
  font-weight: 600;
  line-height: 1;
  z-index: 1;
  margin-bottom: 0;
  letter-spacing: -1px;
  text-transform: uppercase;
  color: #ffffff;
}
@media (min-width: 576px) {
  .cms-element-twt-discount-banner .twt-discount-banner-content .twt-discount-banner-discount {
    margin-left: 15px;
  }
}
.cms-element-twt-discount-banner .twt-discount-banner-content .twt-discount-banner-title {
  font-size: 5vw;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 0;
  text-transform: uppercase;
  color: #ffffff;
}
.cms-element-twt-discount-banner .twt-discount-banner-content .twt-discount-banner-subtitle {
  font-size: 5vw;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 0;
  text-transform: uppercase;
  color: #ffffff;
}
.cms-element-twt-discount-banner a.cms-image-link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __| (R)
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: CMS element "Hero countdown headline"
	==================================================

*/
.cms-element-twt-hero-countdown-headline .twt-hero-countdown-headline-content {
  text-align: center;
}
.cms-element-twt-hero-countdown-headline .twt-hero-countdown-headline-content .headline {
  font-size: 6vw;
  font-weight: 600;
  line-height: 1;
  margin: 0;
  text-transform: uppercase;
  text-align: center;
}
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __| (R)
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: CMS element "Hero slider"
	==================================================

*/
div[class*="cms-block-twt-hero-slider-"] .alert {
  margin: 0;
}
.twt-hero-slider {
  position: relative;
  overflow: hidden;
}
.twt-hero-slider-item-container.is-boxed {
  max-width: 1400px;
  margin: 0 auto;
}
.twt-hero-slider-slide .twt-hero-slider-item-content {
  padding: 15px 30px 50px 30px;
}
.twt-hero-slider-slide.twt-break-all .twt-hero-slider-item-content.is-styled {
  padding: 10px;
}
@media (min-width: 480px) {
  .twt-hero-slider-slide.twt-break-all .twt-hero-slider-item-content.is-styled {
    padding: 10px;
  }
}
@media (min-width: 576px) {
  .twt-hero-slider-slide.twt-break-all .twt-hero-slider-item-content.is-styled {
    padding: 15px;
  }
}
@media (min-width: 768px) {
  .twt-hero-slider-slide.twt-break-all .twt-hero-slider-item-content.is-styled {
    padding: 15px;
  }
}
@media (min-width: 992px) {
  .twt-hero-slider-slide.twt-break-all .twt-hero-slider-item-content.is-styled {
    padding: 20px;
  }
}
@media (min-width: 1200px) {
  .twt-hero-slider-slide.twt-break-all .twt-hero-slider-item-content.is-styled {
    padding: 25px;
  }
}
@media (min-width: 1440px) {
  .twt-hero-slider-slide.twt-break-all .twt-hero-slider-item-content.is-styled {
    padding: 30px;
  }
}
.twt-hero-slider-slide.twt-break-all .twt-hero-slider-item-content:not(.is-styled) {
  padding: 0;
}
@media (min-width: 480px) {
  .twt-hero-slider-slide.twt-break-xs .twt-hero-slider-item-content.is-styled {
    padding: 10px;
  }
}
@media (min-width: 576px) {
  .twt-hero-slider-slide.twt-break-xs .twt-hero-slider-item-content.is-styled {
    padding: 15px;
  }
}
@media (min-width: 768px) {
  .twt-hero-slider-slide.twt-break-xs .twt-hero-slider-item-content.is-styled {
    padding: 15px;
  }
}
@media (min-width: 992px) {
  .twt-hero-slider-slide.twt-break-xs .twt-hero-slider-item-content.is-styled {
    padding: 20px;
  }
}
@media (min-width: 1200px) {
  .twt-hero-slider-slide.twt-break-xs .twt-hero-slider-item-content.is-styled {
    padding: 25px;
  }
}
@media (min-width: 1440px) {
  .twt-hero-slider-slide.twt-break-xs .twt-hero-slider-item-content.is-styled {
    padding: 30px;
  }
}
@media (min-width: 480px) {
  .twt-hero-slider-slide.twt-break-xs .twt-hero-slider-item-content:not(.is-styled) {
    padding: 0;
  }
}
@media (min-width: 576px) {
  .twt-hero-slider-slide.twt-break-sm .twt-hero-slider-item-content.is-styled {
    padding: 15px;
  }
}
@media (min-width: 768px) {
  .twt-hero-slider-slide.twt-break-sm .twt-hero-slider-item-content.is-styled {
    padding: 15px;
  }
}
@media (min-width: 992px) {
  .twt-hero-slider-slide.twt-break-sm .twt-hero-slider-item-content.is-styled {
    padding: 20px;
  }
}
@media (min-width: 1200px) {
  .twt-hero-slider-slide.twt-break-sm .twt-hero-slider-item-content.is-styled {
    padding: 25px;
  }
}
@media (min-width: 1440px) {
  .twt-hero-slider-slide.twt-break-sm .twt-hero-slider-item-content.is-styled {
    padding: 30px;
  }
}
@media (min-width: 576px) {
  .twt-hero-slider-slide.twt-break-sm .twt-hero-slider-item-content:not(.is-styled) {
    padding: 0;
  }
}
@media (min-width: 768px) {
  .twt-hero-slider-slide.twt-break-md .twt-hero-slider-item-content.is-styled {
    padding: 15px;
  }
}
@media (min-width: 992px) {
  .twt-hero-slider-slide.twt-break-md .twt-hero-slider-item-content.is-styled {
    padding: 20px;
  }
}
@media (min-width: 1200px) {
  .twt-hero-slider-slide.twt-break-md .twt-hero-slider-item-content.is-styled {
    padding: 25px;
  }
}
@media (min-width: 1440px) {
  .twt-hero-slider-slide.twt-break-md .twt-hero-slider-item-content.is-styled {
    padding: 30px;
  }
}
@media (min-width: 768px) {
  .twt-hero-slider-slide.twt-break-md .twt-hero-slider-item-content:not(.is-styled) {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .twt-hero-slider-slide.twt-break-lg .twt-hero-slider-item-content.is-styled {
    padding: 20px;
  }
}
@media (min-width: 1200px) {
  .twt-hero-slider-slide.twt-break-lg .twt-hero-slider-item-content.is-styled {
    padding: 25px;
  }
}
@media (min-width: 1440px) {
  .twt-hero-slider-slide.twt-break-lg .twt-hero-slider-item-content.is-styled {
    padding: 30px;
  }
}
@media (min-width: 992px) {
  .twt-hero-slider-slide.twt-break-lg .twt-hero-slider-item-content:not(.is-styled) {
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .twt-hero-slider-slide.twt-break-xl .twt-hero-slider-item-content.is-styled {
    padding: 25px;
  }
}
@media (min-width: 1440px) {
  .twt-hero-slider-slide.twt-break-xl .twt-hero-slider-item-content.is-styled {
    padding: 30px;
  }
}
@media (min-width: 1200px) {
  .twt-hero-slider-slide.twt-break-xl .twt-hero-slider-item-content:not(.is-styled) {
    padding: 0;
  }
}
@media (min-width: 1440px) {
  .twt-hero-slider-slide.twt-break-xxl .twt-hero-slider-item-content.is-styled {
    padding: 30px;
  }
}
@media (min-width: 1440px) {
  .twt-hero-slider-slide.twt-break-xxl .twt-hero-slider-item-content:not(.is-styled) {
    padding: 0;
  }
}
.twt-hero-slider-item-image-container {
  height: 100%;
  position: relative;
}
.twt-hero-slider-item-image-container .color-overlay {
  z-index: 1;
}
.twt-hero-slider-item-image-container.twt-contain {
  min-height: inherit;
}
.twt-hero-slider-item-image-container.twt-contain img {
  object-fit: contain;
  position: relative;
  top: inherit;
  right: inherit;
  bottom: inherit;
  left: inherit;
  height: 100%;
}
.twt-hero-slider-item-image-container.twt-cover {
  min-height: var(--twt-min-height);
}
.twt-hero-slider-item-image-container.twt-cover img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 480px) {
  .twt-hero-slider-item-image-container.twt-contain-xs {
    min-height: inherit;
  }
  .twt-hero-slider-item-image-container.twt-contain-xs img {
    object-fit: contain;
    position: relative;
    top: inherit;
    right: inherit;
    bottom: inherit;
    left: inherit;
    height: 100%;
  }
}
@media (min-width: 480px) {
  .twt-hero-slider-item-image-container.twt-cover-xs {
    min-height: var(--twt-min-height);
  }
  .twt-hero-slider-item-image-container.twt-cover-xs img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    object-fit: cover;
  }
}
@media (min-width: 576px) {
  .twt-hero-slider-item-image-container.twt-contain-sm {
    min-height: inherit;
  }
  .twt-hero-slider-item-image-container.twt-contain-sm img {
    object-fit: contain;
    position: relative;
    top: inherit;
    right: inherit;
    bottom: inherit;
    left: inherit;
    height: 100%;
  }
}
@media (min-width: 576px) {
  .twt-hero-slider-item-image-container.twt-cover-sm {
    min-height: var(--twt-min-height);
  }
  .twt-hero-slider-item-image-container.twt-cover-sm img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    object-fit: cover;
  }
}
@media (min-width: 768px) {
  .twt-hero-slider-item-image-container.twt-contain-md {
    min-height: inherit;
  }
  .twt-hero-slider-item-image-container.twt-contain-md img {
    object-fit: contain;
    position: relative;
    top: inherit;
    right: inherit;
    bottom: inherit;
    left: inherit;
    height: 100%;
  }
}
@media (min-width: 768px) {
  .twt-hero-slider-item-image-container.twt-cover-md {
    min-height: var(--twt-min-height);
  }
  .twt-hero-slider-item-image-container.twt-cover-md img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    object-fit: cover;
  }
}
@media (min-width: 992px) {
  .twt-hero-slider-item-image-container.twt-contain-lg {
    min-height: inherit;
  }
  .twt-hero-slider-item-image-container.twt-contain-lg img {
    object-fit: contain;
    position: relative;
    top: inherit;
    right: inherit;
    bottom: inherit;
    left: inherit;
    height: 100%;
  }
}
@media (min-width: 992px) {
  .twt-hero-slider-item-image-container.twt-cover-lg {
    min-height: var(--twt-min-height);
  }
  .twt-hero-slider-item-image-container.twt-cover-lg img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    object-fit: cover;
  }
}
@media (min-width: 1200px) {
  .twt-hero-slider-item-image-container.twt-contain-xl {
    min-height: inherit;
  }
  .twt-hero-slider-item-image-container.twt-contain-xl img {
    object-fit: contain;
    position: relative;
    top: inherit;
    right: inherit;
    bottom: inherit;
    left: inherit;
    height: 100%;
  }
}
@media (min-width: 1200px) {
  .twt-hero-slider-item-image-container.twt-cover-xl {
    min-height: var(--twt-min-height);
  }
  .twt-hero-slider-item-image-container.twt-cover-xl img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    object-fit: cover;
  }
}
@media (min-width: 1440px) {
  .twt-hero-slider-item-image-container.twt-contain-xxl {
    min-height: inherit;
  }
  .twt-hero-slider-item-image-container.twt-contain-xxl img {
    object-fit: contain;
    position: relative;
    top: inherit;
    right: inherit;
    bottom: inherit;
    left: inherit;
    height: 100%;
  }
}
@media (min-width: 1440px) {
  .twt-hero-slider-item-image-container.twt-cover-xxl {
    min-height: var(--twt-min-height);
  }
  .twt-hero-slider-item-image-container.twt-cover-xxl img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    object-fit: cover;
  }
}
.twt-hero-slider-item-container {
  z-index: 1;
}
.twt-hero-slider-item-container .twt-hero-slider-item-inside {
  position: relative;
}
.twt-hero-slider-item-container .twt-hero-slider-item-inside .twt-hero-slider-item-content {
  animation-delay: 0.4s;
  background-color: var(--twt-bg-color-2);
}
@media (max-width: 575.98px) {
  .twt-hero-slider-item-container .twt-hero-slider-item-inside .twt-hero-slider-item-content {
    max-width: inherit !important;
    animation: none !important;
  }
}
.twt-hero-slider-item-container .twt-hero-slider-item-inside .twt-hero-slider-item-teaser {
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 5px;
}
.twt-hero-slider-item-container .twt-hero-slider-item-inside .twt-hero-slider-item-headline {
  line-height: 1.2;
  margin-bottom: 15px;
}
.twt-hero-slider-item-container .twt-hero-slider-item-inside .twt-hero-slider-item-text a {
  color: var(--twt-link-color);
}
.twt-hero-slider-item-container .twt-hero-slider-item-inside .twt-hero-slider-item-text a:hover {
  filter: brightness(0.8);
}
.twt-hero-slider-item-container .twt-hero-slider-item-inside .twt-hero-slider-item-text *:last-child {
  margin-bottom: 0 !important;
}
.twt-hero-slider-item-container .twt-hero-slider-item-inside .twt-hero-slider-item-btn {
  margin-top: 1rem;
}
@media (min-width: 480px) {
  .twt-hero-slider-slide.twt-break-xs .twt-hero-slider-item-container {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin-top: 0;
  }
  .twt-hero-slider-slide.twt-break-xs .twt-hero-slider-item-inside {
    display: flex;
    align-items: center;
    height: 100%;
    margin: 0 auto;
    padding: 30px;
  }
  .twt-hero-slider-slide.twt-break-xs .twt-hero-slider-item-content {
    background-color: var(--twt-bg-color);
  }
}
@media (min-width: 576px) {
  .twt-hero-slider-slide.twt-break-sm .twt-hero-slider-item-container {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin-top: 0;
  }
  .twt-hero-slider-slide.twt-break-sm .twt-hero-slider-item-inside {
    display: flex;
    align-items: center;
    height: 100%;
    margin: 0 auto;
    padding: 30px;
  }
  .twt-hero-slider-slide.twt-break-sm .twt-hero-slider-item-content {
    background-color: var(--twt-bg-color);
  }
}
@media (min-width: 768px) {
  .twt-hero-slider-slide.twt-break-md .twt-hero-slider-item-container {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin-top: 0;
  }
  .twt-hero-slider-slide.twt-break-md .twt-hero-slider-item-inside {
    display: flex;
    align-items: center;
    height: 100%;
    margin: 0 auto;
    padding: 30px;
  }
  .twt-hero-slider-slide.twt-break-md .twt-hero-slider-item-content {
    background-color: var(--twt-bg-color);
  }
}
@media (min-width: 992px) {
  .twt-hero-slider-slide.twt-break-lg .twt-hero-slider-item-container {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin-top: 0;
  }
  .twt-hero-slider-slide.twt-break-lg .twt-hero-slider-item-inside {
    display: flex;
    align-items: center;
    height: 100%;
    margin: 0 auto;
    padding: 30px;
  }
  .twt-hero-slider-slide.twt-break-lg .twt-hero-slider-item-content {
    background-color: var(--twt-bg-color);
  }
}
@media (min-width: 1200px) {
  .twt-hero-slider-slide.twt-break-xl .twt-hero-slider-item-container {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin-top: 0;
  }
  .twt-hero-slider-slide.twt-break-xl .twt-hero-slider-item-inside {
    display: flex;
    align-items: center;
    height: 100%;
    margin: 0 auto;
    padding: 30px;
  }
  .twt-hero-slider-slide.twt-break-xl .twt-hero-slider-item-content {
    background-color: var(--twt-bg-color);
  }
}
@media (min-width: 1440px) {
  .twt-hero-slider-slide.twt-break-xl .twt-hero-slider-item-container {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin-top: 0;
  }
  .twt-hero-slider-slide.twt-break-xl .twt-hero-slider-item-inside {
    display: flex;
    align-items: center;
    height: 100%;
    margin: 0 auto;
    padding: 30px;
  }
  .twt-hero-slider-slide.twt-break-xl .twt-hero-slider-item-content {
    background-color: var(--twt-bg-color);
  }
}
.twt-hero-slider-slide.twt-break-all .twt-hero-slider-item-container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin-top: 0;
}
.twt-hero-slider-slide.twt-break-all .twt-hero-slider-item-inside {
  display: flex;
  align-items: center;
  height: 100%;
  margin: 0 auto;
  padding: 30px;
}
.twt-hero-slider-slide.twt-break-all .twt-hero-slider-item-content {
  background-color: var(--twt-bg-color);
}
.twt-hero-slider .image-slider-controls-prev {
  left: -5px;
}
.twt-hero-slider .image-slider-controls-next {
  right: -3px;
}
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __| (R)
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: CMS element "Hover box"
	==================================================

*/
/* @TODO:
 * [ ] Add font styling and sizing
 * [ ] Fix for backdrop-filter ? (translate.. > top/left/bottom/right)
 */
.cms-element-twt-hover-box .cms-image-link {
  width: 100%;
}
.cms-element-twt-hover-box .twt-hover-box-image-container img {
  transition: all 0.4s ease-in-out;
}
.cms-element-twt-hover-box .twt-hover-box-container {
  transition: all 0.4s ease-in-out;
}
.cms-element-twt-hover-box .twt-hover-box-content {
  width: 100%;
}
.cms-element-twt-hover-box .twt-hover-box-content .headline {
  margin: 0 !important;
  padding: 0 !important;
}
.cms-element-twt-hover-box .twt-hover-box-content .headline span {
  display: block;
  margin-bottom: 1rem;
}
.cms-element-twt-hover-box .twt-hover-box-content .text a {
  color: var(--twt-link-color);
}
.cms-element-twt-hover-box .twt-hover-box-content .text a:hover {
  filter: brightness(0.8);
}
@media (min-width: 576px) {
  .cms-element-twt-hover-box.twt-fade-in .twt-hover-box-container {
    opacity: 0;
  }
  .cms-element-twt-hover-box.twt-fade-in .twt-hover-box-image-container:hover .twt-hover-box-container {
    opacity: 1;
  }
  .cms-element-twt-hover-box.twt-fade-out .twt-hover-box-container {
    opacity: 1;
  }
  .cms-element-twt-hover-box.twt-fade-out .twt-hover-box-image-container:hover .twt-hover-box-container {
    opacity: 0;
  }
  .cms-element-twt-hover-box.twt-slide-up .twt-hover-box-container {
    transform: translateY(100.1%);
  }
  .cms-element-twt-hover-box.twt-slide-up .twt-hover-box-image-container:hover .twt-hover-box-container {
    transform: translateY(0);
  }
  .cms-element-twt-hover-box.twt-slide-up-out .twt-hover-box-container {
    transform: translateY(0);
  }
  .cms-element-twt-hover-box.twt-slide-up-out .twt-hover-box-image-container:hover .twt-hover-box-container {
    transform: translateY(-100.1%);
  }
  .cms-element-twt-hover-box.twt-slide-right .twt-hover-box-container {
    transform: translateX(-100.1%);
  }
  .cms-element-twt-hover-box.twt-slide-right .twt-hover-box-image-container:hover .twt-hover-box-container {
    transform: translateX(0);
  }
  .cms-element-twt-hover-box.twt-slide-right-out .twt-hover-box-container {
    transform: translateX(0);
  }
  .cms-element-twt-hover-box.twt-slide-right-out .twt-hover-box-image-container:hover .twt-hover-box-container {
    transform: translateX(100.1%);
  }
  .cms-element-twt-hover-box.twt-slide-down .twt-hover-box-container {
    transform: translateY(-100.1%);
  }
  .cms-element-twt-hover-box.twt-slide-down .twt-hover-box-image-container:hover .twt-hover-box-container {
    transform: translateY(0);
  }
  .cms-element-twt-hover-box.twt-slide-down-out .twt-hover-box-container {
    transform: translateY(0);
  }
  .cms-element-twt-hover-box.twt-slide-down-out .twt-hover-box-image-container:hover .twt-hover-box-container {
    transform: translateY(100.1%);
  }
  .cms-element-twt-hover-box.twt-slide-left .twt-hover-box-container {
    transform: translateX(100.1%);
  }
  .cms-element-twt-hover-box.twt-slide-left .twt-hover-box-image-container:hover .twt-hover-box-container {
    transform: translateX(0);
  }
  .cms-element-twt-hover-box.twt-slide-left-out .twt-hover-box-container {
    transform: translateX(0);
  }
  .cms-element-twt-hover-box.twt-slide-left-out .twt-hover-box-image-container:hover .twt-hover-box-container {
    transform: translateX(-100.1%);
  }
  .cms-element-twt-hover-box.twt-push-up .twt-hover-box-image-container .cms-image {
    transform: translateY(0);
  }
  .cms-element-twt-hover-box.twt-push-up .twt-hover-box-container {
    transform: translateY(100.1%);
  }
  .cms-element-twt-hover-box.twt-push-up .twt-hover-box-image-container:hover img {
    transform: translateY(-100.1%);
  }
  .cms-element-twt-hover-box.twt-push-up .twt-hover-box-image-container:hover .twt-hover-box-container {
    transform: translateY(0);
  }
  .cms-element-twt-hover-box.twt-push-up-out .twt-hover-box-image-container .cms-image {
    transform: translateY(100.1%);
  }
  .cms-element-twt-hover-box.twt-push-up-out .twt-hover-box-container {
    transform: translateY(0);
  }
  .cms-element-twt-hover-box.twt-push-up-out .twt-hover-box-image-container:hover img {
    transform: translateY(0);
  }
  .cms-element-twt-hover-box.twt-push-up-out .twt-hover-box-image-container:hover .twt-hover-box-container {
    transform: translateY(-100.1%);
  }
  .cms-element-twt-hover-box.twt-push-right .twt-hover-box-image-container .cms-image {
    transform: translateX(0);
  }
  .cms-element-twt-hover-box.twt-push-right .twt-hover-box-container {
    transform: translateX(-100.1%);
  }
  .cms-element-twt-hover-box.twt-push-right .twt-hover-box-image-container:hover img {
    transform: translateX(100.1%);
  }
  .cms-element-twt-hover-box.twt-push-right .twt-hover-box-image-container:hover .twt-hover-box-container {
    transform: translateX(0);
  }
  .cms-element-twt-hover-box.twt-push-right-out .twt-hover-box-image-container .cms-image {
    transform: translateX(-100.1%);
  }
  .cms-element-twt-hover-box.twt-push-right-out .twt-hover-box-container {
    transform: translateX(0);
  }
  .cms-element-twt-hover-box.twt-push-right-out .twt-hover-box-image-container:hover img {
    transform: translateX(0);
  }
  .cms-element-twt-hover-box.twt-push-right-out .twt-hover-box-image-container:hover .twt-hover-box-container {
    transform: translateX(100.1%);
  }
  .cms-element-twt-hover-box.twt-push-down .twt-hover-box-image-container .cms-image {
    transform: translateY(0);
  }
  .cms-element-twt-hover-box.twt-push-down .twt-hover-box-container {
    transform: translateY(-100.1%);
  }
  .cms-element-twt-hover-box.twt-push-down .twt-hover-box-image-container:hover img {
    transform: translateY(100.1%);
  }
  .cms-element-twt-hover-box.twt-push-down .twt-hover-box-image-container:hover .twt-hover-box-container {
    transform: translateY(0);
  }
  .cms-element-twt-hover-box.twt-push-down-out .twt-hover-box-image-container .cms-image {
    transform: translateY(-100.1%);
  }
  .cms-element-twt-hover-box.twt-push-down-out .twt-hover-box-container {
    transform: translateY(0);
  }
  .cms-element-twt-hover-box.twt-push-down-out .twt-hover-box-image-container:hover img {
    transform: translateY(0);
  }
  .cms-element-twt-hover-box.twt-push-down-out .twt-hover-box-image-container:hover .twt-hover-box-container {
    transform: translateY(100.1%);
  }
  .cms-element-twt-hover-box.twt-push-left .twt-hover-box-image-container .cms-image {
    transform: translateX(0);
  }
  .cms-element-twt-hover-box.twt-push-left .twt-hover-box-container {
    transform: translateX(100.1%);
  }
  .cms-element-twt-hover-box.twt-push-left .twt-hover-box-image-container:hover img {
    transform: translateX(-100.1%);
  }
  .cms-element-twt-hover-box.twt-push-left .twt-hover-box-image-container:hover .twt-hover-box-container {
    transform: translateX(0);
  }
  .cms-element-twt-hover-box.twt-push-left-out .twt-hover-box-image-container .cms-image {
    transform: translateX(100.1%);
  }
  .cms-element-twt-hover-box.twt-push-left-out .twt-hover-box-container {
    transform: translateX(0);
  }
  .cms-element-twt-hover-box.twt-push-left-out .twt-hover-box-image-container:hover img {
    transform: translateX(0);
  }
  .cms-element-twt-hover-box.twt-push-left-out .twt-hover-box-image-container:hover .twt-hover-box-container {
    transform: translateX(-100.1%);
  }
  .cms-element-twt-hover-box.twt-hinge-up .twt-hover-box-image-container .cms-image {
    transform-origin: 50% 0;
  }
  .cms-element-twt-hover-box.twt-hinge-up .twt-hover-box-container {
    transform: rotateX(90deg);
    transform-origin: 50% 100%;
    opacity: 0;
  }
  .cms-element-twt-hover-box.twt-hinge-up .twt-hover-box-image-container:hover img {
    transform: rotateX(-90deg);
    opacity: 0;
  }
  .cms-element-twt-hover-box.twt-hinge-up .twt-hover-box-image-container:hover .twt-hover-box-container {
    transform: rotateX(0);
    opacity: 1;
  }
  .cms-element-twt-hover-box.twt-hinge-up-out .twt-hover-box-image-container .cms-image {
    transform: rotateX(90deg);
    transform-origin: 50% 100%;
    opacity: 0;
  }
  .cms-element-twt-hover-box.twt-hinge-up-out .twt-hover-box-container {
    transform-origin: 50% 0;
  }
  .cms-element-twt-hover-box.twt-hinge-up-out .twt-hover-box-image-container:hover img {
    transform: rotateX(0);
    opacity: 1;
  }
  .cms-element-twt-hover-box.twt-hinge-up-out .twt-hover-box-image-container:hover .twt-hover-box-container {
    transform: rotateX(-90deg);
    opacity: 0;
  }
  .cms-element-twt-hover-box.twt-hinge-right .twt-hover-box-image-container .cms-image {
    transform-origin: 100% 50%;
  }
  .cms-element-twt-hover-box.twt-hinge-right .twt-hover-box-container {
    transform: rotateY(90deg);
    transform-origin: 0 50%;
    opacity: 0;
  }
  .cms-element-twt-hover-box.twt-hinge-right .twt-hover-box-image-container:hover img {
    transform: rotateY(-90deg);
    opacity: 0;
  }
  .cms-element-twt-hover-box.twt-hinge-right .twt-hover-box-image-container:hover .twt-hover-box-container {
    transform: rotateY(0);
    opacity: 1;
  }
  .cms-element-twt-hover-box.twt-hinge-right-out .twt-hover-box-image-container .cms-image {
    transform: rotateY(90deg);
    transform-origin: 0 50%;
    opacity: 0;
  }
  .cms-element-twt-hover-box.twt-hinge-right-out .twt-hover-box-container {
    transform-origin: 100% 50%;
  }
  .cms-element-twt-hover-box.twt-hinge-right-out .twt-hover-box-image-container:hover img {
    transform: rotateY(0);
    opacity: 1;
  }
  .cms-element-twt-hover-box.twt-hinge-right-out .twt-hover-box-image-container:hover .twt-hover-box-container {
    transform: rotateY(-90deg);
    opacity: 0;
  }
  .cms-element-twt-hover-box.twt-hinge-down .twt-hover-box-image-container .cms-image {
    transform-origin: 50% 100%;
  }
  .cms-element-twt-hover-box.twt-hinge-down .twt-hover-box-container {
    transform: rotateX(-90deg);
    transform-origin: 50% -50%;
    opacity: 0;
  }
  .cms-element-twt-hover-box.twt-hinge-down .twt-hover-box-image-container:hover img {
    transform: rotateX(90deg);
    opacity: 0;
  }
  .cms-element-twt-hover-box.twt-hinge-down .twt-hover-box-image-container:hover .twt-hover-box-container {
    transform: rotateX(0);
    opacity: 1;
  }
  .cms-element-twt-hover-box.twt-hinge-down-out .twt-hover-box-image-container .cms-image {
    transform: rotateX(-90deg);
    transform-origin: 50% -50%;
    opacity: 0;
  }
  .cms-element-twt-hover-box.twt-hinge-down-out .twt-hover-box-container {
    transform-origin: 50% 100%;
  }
  .cms-element-twt-hover-box.twt-hinge-down-out .twt-hover-box-image-container:hover img {
    transform: rotateX(0);
    opacity: 1;
  }
  .cms-element-twt-hover-box.twt-hinge-down-out .twt-hover-box-image-container:hover .twt-hover-box-container {
    transform: rotateX(90deg);
    opacity: 0;
  }
  .cms-element-twt-hover-box.twt-hinge-left .twt-hover-box-image-container .cms-image {
    transform-origin: 0 50%;
  }
  .cms-element-twt-hover-box.twt-hinge-left .twt-hover-box-container {
    transform: rotateY(-90deg);
    transform-origin: 100% 50%;
    opacity: 0;
  }
  .cms-element-twt-hover-box.twt-hinge-left .twt-hover-box-image-container:hover img {
    transform: rotateY(90deg);
    opacity: 0;
  }
  .cms-element-twt-hover-box.twt-hinge-left .twt-hover-box-image-container:hover .twt-hover-box-container {
    transform: rotateY(0);
    opacity: 1;
  }
  .cms-element-twt-hover-box.twt-hinge-left-out .twt-hover-box-image-container .cms-image {
    transform: rotateY(-90deg);
    transform-origin: 100% 50%;
    opacity: 0;
  }
  .cms-element-twt-hover-box.twt-hinge-left-out .twt-hover-box-container {
    transform-origin: 0 50%;
  }
  .cms-element-twt-hover-box.twt-hinge-left-out .twt-hover-box-image-container:hover img {
    transform: rotateY(0);
    opacity: 1;
  }
  .cms-element-twt-hover-box.twt-hinge-left-out .twt-hover-box-image-container:hover .twt-hover-box-container {
    transform: rotateY(90deg);
    opacity: 0;
  }
  .cms-element-twt-hover-box[class*="twt-hinge-"] .twt-hover-box-image-container {
    perspective: 900px;
  }
}
.cms-element-twt-hover-box .content {
  position: relative;
}
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __| (R)
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: CMS element "Image banner"
	==================================================

*/
.cms-element-twt-image-banner .twt-image-banner-image-container {
  background-repeat: no-repeat;
  background-position: center;
}
.cms-element-twt-image-banner .twt-image-banner-image-container.is-cover {
  background-size: cover;
}
@media (min-width: 768px) {
  .cms-element-twt-image-banner .twt-image-banner-image-container.is-fixed {
    background-attachment: fixed;
  }
}
.cms-element-twt-image-banner .twt-image-banner-image-container.is-scroll {
  background-attachment: scroll;
}
@supports (-webkit-overflow-scrolling: touch) {
  .cms-element-twt-image-banner .twt-image-banner-image-container.is-fixed {
    background-attachment: scroll !important;
  }
}
.cms-element-twt-image-banner .twt-image-banner-content.is-styled {
  padding: 20px;
}
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __| (R)
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: CMS element "Image teaser"
	==================================================

*/
.cms-element-twt-image-teaser .twt-image-teaser-content.is-styled {
  padding: 20px;
}
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __| (R)
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: CMS element "Listing subcategories"
	==================================================
    see also "extensions/_listing-subcategories.scss"

    - Available as extension: .twt-listing-subcategories
    - Available as cms element: .cms-element-twt-listing-subcategories
*/
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __| (R)
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: CMS element "Modern teaser"
	==================================================

*/
.cms-element-twt-modern-teaser .twt-modern-teaser-content {
  max-width: 100%;
}
.cms-element-twt-modern-teaser .twt-modern-teaser-text {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.25rem;
  display: inline-block;
  max-width: 100%;
  padding: 10px 12px;
  text-align: left;
  vertical-align: middle;
  border-radius: 2px;
}
.cms-element-twt-modern-teaser p {
  margin-bottom: 0;
}
.cms-element-twt-modern-teaser .text {
  position: relative;
  transition: all 0.25s;
}
.cms-element-twt-modern-teaser .text span:not(.icon) {
  position: relative;
  display: inline-block;
  max-width: 100%;
  transition: all 0.25s ease;
}
.cms-element-twt-modern-teaser .text .icon {
  position: absolute;
  top: 50%;
  right: -20px;
  transition: all 0.25s ease;
  transform: translateY(-50%);
  opacity: 0;
  color: inherit;
}
.cms-element-twt-modern-teaser .text .icon svg {
  top: 1px;
}
@media (min-width: 576px) {
  .cms-element-twt-modern-teaser a:hover .text {
    margin-right: 0;
  }
  .cms-element-twt-modern-teaser a:hover .text span:not(.icon) {
    padding-right: 15px;
  }
  .cms-element-twt-modern-teaser a:hover .text .icon {
    right: 3px;
    opacity: 1;
  }
}
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __| (R)
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: CMS element "Text teaser"
	==================================================

*/
.cms-element-twt-text-teaser .twt-text-teaser-content .text {
  margin-bottom: 0;
}
.cms-element-twt-text-teaser .twt-text-teaser-content .text.twt-shadow-sm {
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2), 0 2px 2px rgba(0, 0, 0, 0.6);
}
.cms-element-twt-text-teaser .twt-text-teaser-content .text.twt-shadow {
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4), 0 2px 4px rgba(0, 0, 0, 0.8);
}
.cms-element-twt-text-teaser .twt-text-teaser-content .text.twt-shadow-lg {
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.8), 0 4px 8px #000000;
}
.cms-element-twt-text-teaser .twt-text-teaser-content p {
  font-size: 20px;
  font-size: 1.25rem;
}
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __| (R)
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: CMS element "Text teaser (decorated)"
	==================================================

*/
.cms-element-twt-text-teaser-decorated .twt-text-teaser-decorated-container {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
.cms-element-twt-text-teaser-decorated .twt-text-teaser-decorated-content .text {
  margin-bottom: 0;
  text-align: left;
}
.cms-element-twt-text-teaser-decorated .twt-text-teaser-decorated-content .text span {
  display: inline;
  padding: 0.5rem;
  box-decoration-break: clone;
}
.cms-element-twt-text-teaser-decorated .twt-text-teaser-decorated-content p {
  font-size: 20px;
  font-size: 1.25rem;
}
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___  (R)
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __|
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: Widget "Footernav" (footer specific styling) (see 'themeware/widgets/_footernav.scss' for general styling)
	==================================================

*/
.footer-column-footernav ul {
  list-style: square;
  padding-left: 17px;
  color: #6e0147;
}
.footer-column-footernav ul li a {
  text-transform: none;
  color: #111111;
}
.footer-column-footernav ul li a:hover {
  color: #6e0147;
}
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___  (R)
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __|
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: Widget "Hotline" (footer specific styling) (see 'themeware/widgets/_hotline.scss' for general styling)
	==================================================

*/
.footer-column-hotline .footer-contact-hotline {
  font-size: 16px;
  font-size: 1rem;
}
.footer-column-hotline .footer-contact-hotline a[href^="tel:"] {
  font-size: 20px;
  font-size: 1.25rem;
}
.footer-column-hotline .footer-contact-form {
  font-size: 16px;
  font-size: 1rem;
}
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___  (R)
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __|
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: Widget "Newsletter" (footer specific styling) (see 'themeware/widgets/_newsletter.scss' for general styling)
	==================================================

*/
.footer-column-newsletter form {
  display: flex;
  align-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
}
.footer-column-newsletter form .row, .footer-column-newsletter form .account-content, .footer-column-newsletter form .is-act-cartpage .checkout .checkout-container, .is-act-cartpage .checkout .footer-column-newsletter form .checkout-container, .footer-column-newsletter form .is-act-checkoutregisterpage .checkout .checkout-container, .is-act-checkoutregisterpage .checkout .footer-column-newsletter form .checkout-container, .footer-column-newsletter form .is-act-confirmpage .checkout .checkout-container, .is-act-confirmpage .checkout .footer-column-newsletter form .checkout-container, .footer-column-newsletter form .is-ctl-accountorder .checkout .checkout-container, .is-ctl-accountorder .checkout .footer-column-newsletter form .checkout-container, .footer-column-newsletter form .is-act-finishpage .checkout .checkout-container, .is-act-finishpage .checkout .footer-column-newsletter form .checkout-container, .footer-column-newsletter form body.is-act-confirmpage .checkout .checkout-container, body.is-act-confirmpage .checkout .footer-column-newsletter form .checkout-container {
  flex-wrap: nowrap;
}
.footer-column-newsletter form .form-content {
  width: 100%;
}
.footer-column-newsletter form .form-content .form-group {
  margin-bottom: 0;
}
.footer-column-newsletter form .form-content label.form-check-label {
  text-align: left;
}
.footer-column-newsletter form .form-content .twt-footer-column-newsletter-privacy > div:not([class]) {
  display: none;
}
.footer-column-newsletter form .form-content .twt-footer-column-newsletter-input-email {
  width: calc(100% - 80px);
  max-width: 320px;
  padding-left: 0;
  padding-right: 0;
}
.footer-column-newsletter form .form-content .twt-footer-column-newsletter-input-email .form-label {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
  border: 0;
}
.footer-column-newsletter form .form-content input#form-email {
  text-align: left;
  color: #333333;
  border-color: #ffffff;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  background-color: #ffffff;
}
.footer-column-newsletter form .form-content button.btn {
  min-width: 80px;
  color: #ffffff;
  border-color: #eeeeee;
  width: auto;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  outline: none;
  background-color: #0e557b;
}
.footer-column-newsletter form .form-content button.btn .icon {
  color: #ffffff;
}
.footer-column-newsletter form .form-content button.btn:hover {
  color: #eeeeee;
  border-color: #ffffff;
  background-color: #6e0147;
}
.footer-column-newsletter form .form-content button.btn:hover .icon {
  color: #eeeeee;
}
.footer-column-newsletter form .form-content button.btn:focus, .footer-column-newsletter form .form-content button.btn.focus {
  box-shadow: none;
}
.footer-column-newsletter form .form-content .privacy-notice {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.2;
  color: inherit;
}
.footer-column-newsletter form .form-content .privacy-notice .form-check-input {
  float: none;
}
.footer-column-newsletter form .form-content .privacy-notice .form-check-label {
  padding-top: 3px;
  padding-bottom: 2px;
}
.footer-column-newsletter form .form-content .form-check-input:focus ~ .form-check-label::before, .footer-column-newsletter form .form-content .form-check-input ~ .form-check-label::before {
  top: 3px;
  box-shadow: none;
}
.footer-column-newsletter form .form-content .form-check-input:focus ~ .form-check-label::after, .footer-column-newsletter form .form-content .form-check-input ~ .form-check-label::after {
  top: 3px;
}
/*
  _             _______ _____    _____                             _   _
 | |           |__   __/ ____|  |_   _|                           | | (_)
 | |__  _   _     | | | |   ______| |  _ __  _ __   _____   ____ _| |_ _  ___  _ __  ___
 | '_ \| | | |    | | | |  |______| | | '_ \| '_ \ / _ \ \ / / _` | __| |/ _ \| '_ \/ __|
 | |_) | |_| |    | | | |____    _| |_| | | | | | | (_) \ V / (_| | |_| | (_) | | | \__ \
 |_ __/ \__, |    |_|  \_____|  |_____|_| |_|_| |_|\___/ \_/ \__,_|\__|_|\___/|_| |_|___/
         __/ |
        |___/
*/
#footerColumns .footer-column-newsletter .basic-captcha .form-label {
  text-align: left;
  color: #333333;
}
#footerColumnsTop .footer-column-newsletter form {
  justify-content: center;
}
#footerColumnsTop .footer-column-newsletter form .form-content .row, #footerColumnsTop .footer-column-newsletter form .form-content .account-content, #footerColumnsTop .footer-column-newsletter form .form-content .is-act-cartpage .checkout .checkout-container, .is-act-cartpage .checkout #footerColumnsTop .footer-column-newsletter form .form-content .checkout-container, #footerColumnsTop .footer-column-newsletter form .form-content .is-act-checkoutregisterpage .checkout .checkout-container, .is-act-checkoutregisterpage .checkout #footerColumnsTop .footer-column-newsletter form .form-content .checkout-container, #footerColumnsTop .footer-column-newsletter form .form-content .is-act-confirmpage .checkout .checkout-container, .is-act-confirmpage .checkout #footerColumnsTop .footer-column-newsletter form .form-content .checkout-container, #footerColumnsTop .footer-column-newsletter form .form-content .is-ctl-accountorder .checkout .checkout-container, .is-ctl-accountorder .checkout #footerColumnsTop .footer-column-newsletter form .form-content .checkout-container, #footerColumnsTop .footer-column-newsletter form .form-content .is-act-finishpage .checkout .checkout-container, .is-act-finishpage .checkout #footerColumnsTop .footer-column-newsletter form .form-content .checkout-container, #footerColumnsTop .footer-column-newsletter form .form-content body.is-act-confirmpage .checkout .checkout-container, body.is-act-confirmpage .checkout #footerColumnsTop .footer-column-newsletter form .form-content .checkout-container {
  justify-content: center;
}
#footerColumnsTop .footer-column-newsletter .basic-captcha {
  justify-content: center;
}
#footerColumnsTop .footer-column-newsletter .basic-captcha .form-label {
  text-align: center;
  color: #ffffff;
}
#footerColumnsBottom .footer-column-newsletter form {
  justify-content: center;
}
#footerColumnsBottom .footer-column-newsletter form .form-content .row, #footerColumnsBottom .footer-column-newsletter form .form-content .account-content, #footerColumnsBottom .footer-column-newsletter form .form-content .is-act-cartpage .checkout .checkout-container, .is-act-cartpage .checkout #footerColumnsBottom .footer-column-newsletter form .form-content .checkout-container, #footerColumnsBottom .footer-column-newsletter form .form-content .is-act-checkoutregisterpage .checkout .checkout-container, .is-act-checkoutregisterpage .checkout #footerColumnsBottom .footer-column-newsletter form .form-content .checkout-container, #footerColumnsBottom .footer-column-newsletter form .form-content .is-act-confirmpage .checkout .checkout-container, .is-act-confirmpage .checkout #footerColumnsBottom .footer-column-newsletter form .form-content .checkout-container, #footerColumnsBottom .footer-column-newsletter form .form-content .is-ctl-accountorder .checkout .checkout-container, .is-ctl-accountorder .checkout #footerColumnsBottom .footer-column-newsletter form .form-content .checkout-container, #footerColumnsBottom .footer-column-newsletter form .form-content .is-act-finishpage .checkout .checkout-container, .is-act-finishpage .checkout #footerColumnsBottom .footer-column-newsletter form .form-content .checkout-container, #footerColumnsBottom .footer-column-newsletter form .form-content body.is-act-confirmpage .checkout .checkout-container, body.is-act-confirmpage .checkout #footerColumnsBottom .footer-column-newsletter form .form-content .checkout-container {
  justify-content: center;
}
#footerColumnsBottom .footer-column-newsletter .basic-captcha {
  justify-content: center;
}
#footerColumnsBottom .footer-column-newsletter .basic-captcha .form-label {
  text-align: center;
  color: #333333;
}
.footer-column-newsletter .basic-captcha {
  margin-right: 0;
  margin-left: 0;
}
.footer-column-newsletter .basic-captcha .form-group.col-md-4, .footer-column-newsletter .basic-captcha .is-act-checkoutregisterpage .checkout .form-group.checkout-aside, .is-act-checkoutregisterpage .checkout .footer-column-newsletter .basic-captcha .form-group.checkout-aside {
  flex: 0 0 100%;
  max-width: 400px;
  padding-right: 0;
  padding-left: 0;
}
.footer-column-newsletter .captcha-google-re-captcha-v2 .grecaptcha-v2-container div {
  width: auto !important;
}
.footer-column-newsletter .captcha-google-re-captcha-v3 .grecaptcha-protection-information {
  font-size: smaller;
}
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __| (R)
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

    ThemeWare: IE11 fixes
    ==================================================
    Contains specific browser fixes which are only applied in IE.
*/
/*html.is-ie {}*/
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __| (R)
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

    ThemeWare: iOS fixes
    ==================================================
    Contains specific browser fixes which are only applied in iOS.
*/
html.is-ios {
  /* Set form inputs to have a font-size of 1rem (16px) or larger
     * to prevent iOS Safari from automatically zooming in when tapped.
     */
}
html.is-ios .form-control:not(.form-control-sm):not(.form-control-lg) {
  font-size: 16px;
}
html.is-ios .form-control.form-control-sm {
  font-size: 14px;
}
html.is-ios .form-control.form-control-lg {
  font-size: 20px;
}
html.is-ios .custom-select.mt-2, html.is-ios .form-select {
  font-size: 16px;
}
/*html.is-iphone {}*/
/*html.is-ipad {}*/
