/*
 * ************************************************************* *
 * Name        : style.less                                      *
 * Description : Stylesheet for mobiBARF.                        *
 * Author      : Adawim UG                                       *
 * ************************************************************* *
 */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
  resize: vertical;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden,
[hidden] {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

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

/*
 * Extends the .sr-only class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

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

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix::before,
.clearfix::after {
  content: " ";
  display: table;
}

.clearfix::after {
  clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}

@media print,
  (-webkit-min-device-pixel-ratio: 1.25),
  (min-resolution: 1.25dppx),
  (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
  *,
  *::before,
  *::after {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]::after {
    content: " (" attr(href) ")";
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]::after,
  a[href^="javascript:"]::after {
    content: "";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /*
   * Printing Tables:
   * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}


/*
 * ************************************************************* *
 * Name        : declarations.less                               *
 * Description : Stylesheet for mobiBARF.                        *
 * Author      : Adawim UG                                       *
 * ************************************************************* *
 */
/* Color system */
/* Font family system */
/* Font size system */
/* Border system */
/* Spacing system */
/*
 * ************************************************************* *
 * Name        : mixins.less                                     *
 * Description : Stylesheet for mobiBARF.                        *
 * Author      : Adawim UG                                       *
 * ************************************************************* *
 */
/* Without Border and Shadow */
/* Without Background and Border */
/* Cutting off the overflowing text */
/* Navbar Order */
/* width @spacer 1-12 steps */
/* Min width @spacer 1-12 steps */
/* Max width @spacer 1-12 steps */
/* Margin @spacer 3-6rem */
/* Padding @spacer 3-6rem */
/* Padding col-sm @spacer 3-6rem */
/* Padding col-md @spacer 3-6rem */
/* Padding col-lg @spacer 3-6rem */
/* Padding col-xl @spacer 3-6rem */
/* Padding col-xxl @spacer 3-6rem */
/*
 * ************************************************************* *
 * Name        : reset.less                                      *
 * Description : Reset styles for mobiBARF.                      *
 * Author      : Adawim UG                                       *
 * ************************************************************* *
 */
body {
  /* Typography */
  font-family: 'Poppins', sans-serif;
  font-size: 1rem !important;
  font-weight: 400 !important;
  /* Bootstrap Components */
  /* Flickity Carousel */
  /* Slim Select */
}
body h1,
body .h1 {
  font-family: 'Ubuntu', sans-serif;
  font-size: 2.25rem;
  font-weight: 500;
  margin: 0 0 0.5rem;
}
body h2,
body .h2 {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.5;
}
body h3,
body .h3 {
  font-size: 1.125rem;
  font-weight: 500;
}
body h4,
body .h4 {
  font-size: 1.25rem;
  font-weight: 600;
}
body h5,
body .h5 {
  font-size: 1.15rem;
  font-weight: 500;
}
body h6,
body .h6 {
  font-size: 1rem;
  font-weight: 600;
}
body p {
  font-size: 1rem;
}
body a {
  color: #be1622;
  text-decoration: none;
}
body a:hover {
  color: #90111a;
}
body a:focus {
  outline: 0;
}
@media (min-width: 576px) {
  body h1 {
    font-size: 2.625rem;
  }
  body h2 {
    font-size: 1.4rem;
  }
}
@media (min-width: 768px) {
  body h1 {
    font-size: 3rem;
    margin: 0 0 1rem;
  }
  body h2 {
    font-size: 1.6rem;
  }
  body h3 {
    font-size: 1.2rem;
  }
  body p,
  body li,
  body a {
    font-size: 0.875rem;
  }
}
@media (min-width: 992px) {
  body h1 {
    font-size: 3.375rem;
  }
  body h2 {
    font-size: 1.8rem;
  }
  body h3 {
    font-size: 1.35rem;
  }
}
@media (min-width: 1200px) {
  body h1 {
    font-size: 3.75rem;
  }
  body h2 {
    font-size: 2rem;
  }
  body h3 {
    font-size: 1.5rem;
  }
  body p,
  body li,
  body a {
    font-size: 1rem;
  }
}
body .navbar .navbar-brand,
body .nav .navbar-brand {
  padding: 0;
}
body .navbar .navbar-nav .nav-link,
body .nav .navbar-nav .nav-link {
  color: #212529;
}
body .navbar .navbar-nav .nav-link:hover,
body .nav .navbar-nav .nav-link:hover,
body .navbar .navbar-nav .nav-link:focus,
body .nav .navbar-nav .nav-link:focus {
  color: #be1622;
}
body .navbar .navbar-nav .navbar-toggler,
body .nav .navbar-nav .navbar-toggler {
  padding: 0;
  color: #212529;
  opacity: 0.5;
}
body .navbar .navbar-nav .navbar-toggler .fa-times,
body .nav .navbar-nav .navbar-toggler .fa-times {
  display: inline-block;
}
body .navbar .navbar-nav .navbar-toggler .fa-bars,
body .nav .navbar-nav .navbar-toggler .fa-bars {
  display: none;
}
body .navbar .navbar-nav .navbar-toggler:focus,
body .nav .navbar-nav .navbar-toggler:focus {
  box-shadow: none;
}
body .navbar .navbar-nav .navbar-toggler.collapsed .fa-bars,
body .nav .navbar-nav .navbar-toggler.collapsed .fa-bars {
  display: inline-block;
}
body .navbar .navbar-nav .navbar-toggler.collapsed .fa-times,
body .nav .navbar-nav .navbar-toggler.collapsed .fa-times {
  display: none;
}
body .btn {
  padding: 0.375rem 1rem;
  border-radius: 50rem;
}
body .btn:focus-visible {
  outline: none;
}
body .btn.btn-icon-only {
  color: #be1622;
}
body .btn.btn-icon-only:hover,
body .btn.btn-icon-only:active,
body .btn.btn-icon-only:focus {
  color: #90111a;
}
body .btn.btn-icon-only:focus {
  border: 0 none;
  box-shadow: none;
}
body .btn-primary {
  background-color: #be1622;
  border-color: #be1622;
}
body .btn-primary:hover,
body .btn-primary:active,
body .btn-primary:focus {
  background-color: #90111a;
  border-color: #90111a;
}
body .btn-primary:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(190, 22, 34, 0.5);
}
body .btn-primary:focus {
  box-shadow: 0 0 0 0.25rem rgba(190, 22, 34, 0.5);
}
body .btn-primary.disabled,
body .btn-primary:disabled {
  background-color: #be1622;
  border-color: #be1622;
}
body .btn-light {
  background-color: #f2f2f2;
  border-color: #f2f2f2;
}
body .btn-light:hover {
  background-color: #d9d9d9;
  border-color: #d9d9d9;
}
body .btn-light.disabled,
body .btn-light:disabled {
  background-color: #f2f2f2;
  border-color: #f2f2f2;
}
body .btn-check + label.btn {
  padding: 0.5rem 1rem;
}
body .btn-check + label.btn.btn-outline-secondary {
  color: unset;
}
body .btn-check:checked + label.btn.btn-outline-secondary,
body .btn-check:active + label.btn.btn-outline-secondary,
body .btn-check:hover + label.btn.btn-outline-secondary {
  color: #ffffff;
}
body .form-check-input {
  border-color: #6c757d;
}
body .form-check-input:checked {
  background-color: #be1622;
  border-color: #be1622;
}
body .form-check-input:focus {
  border-color: rgba(190, 22, 34, 0.3);
  box-shadow: 0 0 0 0.25rem rgba(190, 22, 34, 0.5);
}
body .form-control,
body .form-select {
  border-radius: 50rem;
  border-color: #6c757d;
  background-color: transparent;
  padding: 0.375rem 1rem;
}
body .form-control::placeholder,
body .form-select::placeholder {
  color: rgba(108, 117, 125, 0.5);
}
body .form-control:focus,
body .form-select:focus {
  background-color: transparent;
  border-color: #545b62;
  box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.3);
}
body .form-control::file-selector-button,
body .form-select::file-selector-button {
  padding: 0.625rem 1rem;
  margin-left: -1rem;
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
body .form-control-md {
  padding: 0.5rem 1.25rem;
}
body .form-label {
  font-size: 0.875rem;
  margin-bottom: 0.375rem;
}
body .form-floating.form-floating-md {
  padding: unset;
}
body .form-floating.form-floating-md > .form-control,
body .form-floating.form-floating-md > .form-select {
  padding: 0.5rem 1rem;
  height: calc(2.5rem + 2px);
}
body .form-floating.form-floating-md > .form-control:focus ~ label,
body .form-floating.form-floating-md > .form-select:focus ~ label,
body .form-floating.form-floating-md > .form-control:not(:placeholder-shown) ~ label,
body .form-floating.form-floating-md > .form-select:not(:placeholder-shown) ~ label {
  padding: 0.5rem 1.5rem;
  transform: scale(0.625) translateY(-0.5rem) translateX(0.15rem);
  top: -1.25rem;
}
body .form-floating.form-floating-md > label {
  padding: 0.5rem 1rem;
}
body .input-group > .form-control {
  border-radius: 50rem !important;
}
body textarea.form-control {
  border-radius: 1.3125rem;
}
body .table > :not(caption) > * > * {
  font-size: 0.875rem;
  padding: 0.5rem 1rem;
}
body .table thead th {
  font-size: 1rem;
  font-weight: 600;
  padding: 0.75rem 1rem;
}
body .invalid-feedback {
  font-size: 0.75rem;
  margin-top: 0.125rem;
  margin-left: 0.25rem;
}
body .container {
  width: 96%;
}
body .g-5,
body .gy-5 {
  --bs-gutter-y: 2rem;
}
body .g-5,
body .gy-5 {
  --bs-gutter-x: 2rem;
}
body .g-6,
body .gy-6 {
  --bs-gutter-y: 3rem;
}
body .g-6,
body .gy-6 {
  --bs-gutter-x: 3rem;
}
body .main-carousel.flickity-enabled {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  body .main-carousel.flickity-enabled {
    padding-bottom: 1rem;
  }
}
body .main-carousel.flickity-enabled .flickity-page-dots .dot {
  margin: 0 0.25rem;
  background-color: #be1622;
}
body .ss-main.form-select {
  background-image: none;
  padding: 0.625rem 1rem !important;
  color: #212529;
}
body .ss-main .ss-multi-selected {
  border: 0 none;
  border-radius: unset;
  padding-left: 0;
  min-height: auto;
  height: 100%;
}
body .ss-main .ss-multi-selected .ss-values .ss-value {
  background-color: #be1622;
  padding: 0.125rem 1.125rem 0.175rem 0.625rem;
  margin: 0 0.4rem 0.4rem 0;
}
body .ss-main .ss-multi-selected .ss-values .ss-value .ss-value-delete {
  position: absolute;
  top: 0;
  right: 0.375rem;
  font-size: 0.625rem;
}
body .ss-main .ss-multi-selected .ss-values > .ss-disabled {
  padding: 0;
  margin: 0;
  color: #212529;
}
body .ss-main .ss-multi-selected .ss-add {
  margin: 0.5rem;
}
body .ss-main .ss-multi-selected .ss-add .ss-plus {
  top: -0.125rem;
  background-color: #212529;
}
body .ss-main .ss-multi-selected .ss-add .ss-plus::after {
  top: 0.25rem;
  background-color: #212529;
}
body .ss-main .ss-content {
  border: 0 none;
  border-radius: 0.5rem;
  box-shadow: 0 0 1.25rem 0 rgba(0, 0, 0, 0.2);
  width: calc(100% - 2rem);
}
body .ss-main .ss-content .ss-search {
  padding: 1rem 1rem 0.5rem;
}
body .ss-main .ss-content .ss-search input {
  padding: 0.25rem 0.75rem;
  border-radius: 0.375rem;
  border-color: #6c757d;
  height: auto;
}
body .ss-main .ss-content .ss-search input::placeholder {
  color: #6c757d;
}
body .ss-main .ss-content .ss-search input:focus {
  border-color: #545b62;
  box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.3);
}
body .ss-main .ss-content .ss-list {
  padding: 0.5rem 0;
}
body .ss-main .ss-content .ss-list .ss-option {
  padding: 0.5rem 1rem;
}
body .ss-main .ss-content .ss-list .ss-option:hover,
body .ss-main .ss-content .ss-list .ss-option:focus,
body .ss-main .ss-content .ss-list .ss-option.ss-highlighted {
  background-color: #f2f2f2;
  color: #212529;
}
body .ss-main .ss-content .ss-list .ss-option.ss-disabled:hover,
body .ss-main .ss-content .ss-list .ss-option.ss-disabled:focus {
  background-color: #ffffff;
  color: #dedede;
}
/*
 * ************************************************************* *
 * Name        : mb_colors.less                                  *
 * Description : Stylesheet for mobiBARF.                        *
 * Author      : Adawim UG                                       *
 * ************************************************************* *
 */
body .text-primary {
  color: #be1622 !important;
}
body .text-secondary {
  color: #eae4d9 !important;
}
body .text-light {
  color: #f2f2f2 !important;
}
body .text-success {
  color: #28A745 !important;
}
body .bg-primary {
  background-color: #be1622 !important;
}
body .bg-secondary {
  background-color: #eae4d9 !important;
}
body .bg-light {
  background-color: #f2f2f2 !important;
}
body .bg-success {
  background-color: #28A745 !important;
}
body .border-primary {
  border-color: #be1622 !important;
}
body .border-secondary {
  border-color: #eae4d9 !important;
}
body .border-light {
  border-color: #f2f2f2 !important;
}
/*
 * ************************************************************* *
 * Name        : mb_colors.less                                  *
 * Description : Stylesheet for mobiBARF.                        *
 * Author      : Adawim UG                                       *
 * ************************************************************* *
 */
body .text-larger {
  font-size: 1.25rem !important;
}
body .text-large {
  font-size: 1.15rem !important;
}
body .text-base {
  font-size: 1rem !important;
}
body .text-small {
  font-size: 0.875rem !important;
}
body .text-smaller {
  font-size: 0.75rem !important;
}
body .text-extrasmall {
  font-size: 0.625rem !important;
}
body .text-normal {
  font-weight: 400;
}
body .text-medium {
  font-weight: 500;
}
body .text-semibold {
  font-weight: 600;
}
body .text-bold {
  font-weight: 700;
}
body .text-shadow {
  text-shadow: 0 0 0.5rem #212529;
}
/*
 * ************************************************************* *
 * Name        : mb_article.less                                 *
 * Description : Stylesheet for mobiBARF.                        *
 * Author      : Adawim UG                                       *
 * ************************************************************* *
 */
body .mb-article-img {
  width: 6rem;
  height: 4.8rem;
  object-fit: cover;
}
body .mb-article-description {
  flex-grow: 1;
  font-size: 0.875rem;
  padding-bottom: 0;
}
body .mb-article-detail {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
body .mb-article-title,
body .mb-article-text,
body .mb-article-packing-unit,
body .mb-article-price {
  display: block;
}
body .mb-article-title {
  font-weight: 600;
}
body .mb-article-price {
  font-size: 1rem;
  font-weight: 500;
  min-width: 3.75rem;
}
body .mb-btn-icon-only-delete {
  color: #be1622;
}
body .mb-btn-icon-only-delete:hover {
  color: #90111a;
}
body .mb-btn-icon-only-delete:focus {
  outline: 0;
}
/*
 * ************************************************************* *
 * Name        : mb_steps.less                                   *
 * Description : Stylesheet for mobiBARF.                        *
 * Author      : Adawim UG                                       *
 * ************************************************************* *
 */
body .mb-step {
  position: relative;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-right: calc(1.5rem / -2);
  margin-left: calc(1.5rem / -2);
}
body .mb-step .mb-step-item {
  display: flex;
  flex-direction: column;
  flex: 1;
  max-width: 100%;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
body .mb-step .mb-step-item .mb-step-content-wrapper {
  position: relative;
  display: block;
  width: 100%;
  text-align: center;
}
body .mb-step .mb-step-item .mb-step-content-wrapper .mb-step-icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  width: 2.375rem;
  height: 2.375rem;
  border-radius: 50%;
  border: 2px solid #cccccc;
  margin: 0 1rem 0.75rem;
  color: #8C8C8C;
}
body .mb-step .mb-step-item .mb-step-content-wrapper .mb-step-icon::after {
  position: absolute;
  top: 1.3125rem;
  left: calc(50% + 2.5rem);
  width: calc(100% - 3.5rem);
  border-top: 2px solid #cccccc;
  content: "";
}
body .mb-step .mb-step-item .mb-step-content-wrapper .mb-step-icon.active {
  color: #ffffff;
  background-color: #be1622;
  border-color: #be1622;
}
body .mb-step .mb-step-item .mb-step-content-wrapper .mb-step-icon.active + .mb-step-content {
  color: #be1622;
}
body .mb-step .mb-step-item .mb-step-content-wrapper .mb-step-icon.completed {
  border: 0 none;
  background-color: rgba(190, 22, 34, 0.3);
}
body .mb-step .mb-step-item .mb-step-content-wrapper .mb-step-icon.completed + .mb-step-content {
  color: #be1622;
}
body .mb-step .mb-step-item .mb-step-content-wrapper .mb-step-icon.completed > span {
  display: none;
}
body .mb-step .mb-step-item .mb-step-content-wrapper .mb-step-icon.completed::before {
  color: #be1622;
  font-family: 'Font Awesome 5 Pro', sans-serif;
  content: "\f00c";
}
body .mb-step .mb-step-item .mb-step-content-wrapper .mb-step-icon.completed::after {
  border-top-color: #be1622;
}
body .mb-step .mb-step-item .mb-step-content-wrapper .mb-step-content {
  display: flex;
  align-items: center;
  font-size: 0.75rem;
  color: #8C8C8C;
  justify-content: center;
}
body .mb-step .mb-step-item:last-child {
  margin-bottom: 0;
}
body .mb-step .mb-step-item:last-child .mb-step-icon::after {
  border-top: 0 none;
}
@media (max-width: 400px) {
  body .mb-step .mb-step-item {
    padding-right: 0.25rem;
    padding-left: 0.25rem;
  }
  body .mb-step .mb-step-item .mb-step-content-wrapper .mb-step-icon {
    width: 2rem;
    height: 2rem;
    font-size: 0.875rem;
    margin-bottom: 0;
  }
  body .mb-step .mb-step-item .mb-step-content-wrapper .mb-step-icon::after {
    top: 1rem;
    left: calc(50% + 1.75rem);
    width: calc(100% - 3rem);
  }
  body .mb-step .mb-step-item .mb-step-content-wrapper .mb-step-content {
    display: none;
  }
}
/*
 * ************************************************************* *
 * Name        : mb_style.less                                   *
 * Description : Stylesheet for mobiBARF.                        *
 * Author      : Adawim UG                                       *
 * ************************************************************* *
 */
/*
  Media break points:

	@media (min-width: 576px) {} - Grid system col-sm

	@media (min-width: 768px) {} - Grid system col-md

	@media (min-width: 992px) {} - Grid system col-lg

	@media (min-width: 1200px) {} - Grid system col-xl

	@media (min-width: 1400px) {} - Grid system col-xxl
*/
body {
  /* Navbar */
  /* Main */
  /* Footer */
  /* Components */
}
body .mb-navbar-wrapper {
  background-color: #ffffff;
  box-shadow: 0px 1rem 2rem rgba(0, 0, 0, 0.035);
}
body .mb-navbar-wrapper .navbar {
  height: 4.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
body .mb-navbar-wrapper .navbar .navbar-brand {
  order: 10;
}
body .mb-navbar-wrapper .navbar .navbar-collapse {
  order: 20;
}
body .mb-navbar-wrapper .navbar .mb-navbar-tools {
  order: 30;
}
@media (max-width: 992px) {
  body .mb-navbar-wrapper .navbar .navbar-brand {
    order: 10;
  }
  body .mb-navbar-wrapper .navbar .navbar-collapse {
    order: 30;
  }
  body .mb-navbar-wrapper .navbar .mb-navbar-tools {
    order: 20;
  }
  body .mb-navbar-wrapper .navbar .mb-navbar-tools .mb-cart-link {
    order: 10;
  }
  body .mb-navbar-wrapper .navbar .mb-navbar-tools .navbar-toggler {
    order: 20;
  }
}
body .mb-navbar-wrapper .navbar .nav-link {
  position: relative;
  font-size: 1rem;
}
body .mb-navbar-wrapper .navbar .nav-link.active {
  color: #be1622;
}
body .mb-navbar-wrapper .navbar .nav-link .mb-link-advanced-border {
  display: none;
}
@media (min-width: 992px) {
  body .mb-navbar-wrapper .navbar .nav-link .mb-link-advanced {
    padding: 0.125rem 0.75rem;
    background-color: #eae4d9;
    border-radius: 50rem;
  }
  body .mb-navbar-wrapper .navbar .nav-link .mb-link-advanced-border {
    display: block;
    padding: 0.115rem 0.7rem;
    border: 1px solid #be1622;
    border-radius: 50rem;
    color: transparent;
    position: absolute;
    top: 0.225rem;
    left: 0.3rem;
  }
}
body .mb-navbar-wrapper .navbar .mb-navbar-tools {
  display: flex;
}
@media (max-width: 991px) {
  body .mb-navbar-wrapper .navbar .container {
    width: 100%;
    max-width: unset;
    margin: 0;
    padding: 0;
  }
  body .mb-navbar-wrapper .navbar .container .navbar-brand {
    margin-left: 4%;
  }
  body .mb-navbar-wrapper .navbar .container .mb-navbar-tools {
    margin-right: 4%;
  }
  body .mb-navbar-wrapper .navbar .container .mb-navbar-tools .navbar-toggler {
    display: flex;
    justify-content: flex-end;
    min-width: 1.25rem;
    padding: 0;
    color: #212529;
  }
  body .mb-navbar-wrapper .navbar .container .mb-navbar-tools .navbar-toggler:focus {
    box-shadow: none;
  }
  body .mb-navbar-wrapper .navbar .container .navbar-collapse {
    background-color: #f2f2f2;
    margin-top: 0.75rem;
  }
  body .mb-navbar-wrapper .navbar .container .navbar-collapse .navbar-nav {
    margin: 1rem 4%;
  }
  body .mb-navbar-wrapper .navbar .container .navbar-collapse + .mb-navbar-tools .navbar-toggler .fa-bars {
    display: block;
  }
  body .mb-navbar-wrapper .navbar .container .navbar-collapse + .mb-navbar-tools .navbar-toggler .fa-times {
    display: none;
  }
  body .mb-navbar-wrapper .navbar .container .navbar-collapse.show + .mb-navbar-tools .navbar-toggler .fa-bars {
    display: none;
  }
  body .mb-navbar-wrapper .navbar .container .navbar-collapse.show + .mb-navbar-tools .navbar-toggler .fa-times {
    display: block;
  }
}
body .mb-navbar-wrapper .mb-cart-link {
  position: relative;
}
body .mb-navbar-wrapper .mb-cart-link .badge {
  transform: scale(0.8) translate(-70%, -50%) !important;
  font-weight: 500;
}
body .mb-navbar-wrapper .mb-mini-cart {
  position: absolute;
  top: 3.5rem;
  right: 0.5rem;
  width: 23.75rem;
  padding: 1.5rem 1.25rem;
  border-radius: 0.5rem;
  background-color: #ffffff;
  box-shadow: 0 0 1.25rem 0 rgba(0, 0, 0, 0.2);
}
body .mb-navbar-wrapper .mb-mini-cart .mb-mini-cart-list {
  list-style: none;
  padding-left: 0;
  max-height: 50vh;
  overflow: scroll;
}
body .mb-navbar-wrapper .mb-mini-cart .mb-mini-cart-list .mb-mini-cart-item {
  color: #212529;
  display: flex;
  justify-content: space-between;
  margin-bottom: 1rem;
}
body .mb-navbar-wrapper .mb-mini-cart .mb-mini-cart-list .mb-mini-cart-item .mb-article-description {
  font-size: 0.75rem;
}
body .mb-navbar-wrapper .mb-mini-cart .mb-mini-cart-list .mb-mini-cart-item .mb-article-title,
body .mb-navbar-wrapper .mb-mini-cart .mb-mini-cart-list .mb-mini-cart-item .mb-article-text,
body .mb-navbar-wrapper .mb-mini-cart .mb-mini-cart-list .mb-mini-cart-item .mb-article-packing-unit {
  max-width: 9.5rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
body .mb-navbar-wrapper .mb-mini-cart .mb-mini-cart-list .mb-mini-cart-item .mb-article-quantity {
  font-size: 0.75rem;
  line-height: 1.5rem;
}
@media (max-width: 400px) {
  body .mb-navbar-wrapper .mb-mini-cart {
    width: 96vw;
  }
}
@media (min-width: 992px) {
  body .mb-navbar-wrapper .mb-mini-cart {
    right: calc((100% - 960px) / 2);
  }
}
@media (min-width: 1200px) {
  body .mb-navbar-wrapper .mb-mini-cart {
    right: calc((100% - 1140px) / 2);
  }
}
@media (min-width: 1400px) {
  body .mb-navbar-wrapper .mb-mini-cart {
    right: calc((100% - 1320px) / 2);
  }
}
body .mb-main-wrapper {
  margin-top: 4.5rem;
}
body .mb-main-wrapper.mb-home .mb-home-cover {
  background-image: url('../img/header/mb-wave-1-bg.svg'), url("../img/header/Header_NOR_20220825_TK2_2370-Neu.jpg");
}
body .mb-main-wrapper.mb-barf .mb-barf-cover {
  background-image: url('../img/header/mb-wave-3-bg.svg'), url("../img/header/Header_NOR_20220825_TK2_3116-Neu.jpg");
}
body .mb-main-wrapper.mb-about .mb-about-cover {
  background-image: url('../img/header/mb-wave-2-bg.svg'), url("../img/header/Header_NOR_20220825_TK2_2235-2-2.jpg");
}
@media (min-width: 1400px) {
  body .mb-main-wrapper.mb-about .mb-about-cover {
    height: 42rem;
    background-position: center 35rem, center center;
  }
}
body .mb-main-wrapper.mb-consulting .mb-consulting-cover {
  background-image: url('../img/header/mb-wave-1-bg.svg'), url("../img/header/Header_NOR_20221005_TK2_7673-2.jpg");
}
body .mb-main-wrapper.mb-delivery .mb-delivery-cover {
  background-image: url('../img/header/mb-wave-2-bg.svg'), url("../img/header/Header_NOR_20220825_TK2_3828-Neu.jpg");
}
@media (min-width: 1400px) {
  body .mb-main-wrapper.mb-delivery .mb-delivery-cover {
    height: 42rem;
    background-position: center 35rem, center center;
  }
}
body .mb-main-wrapper.mb-contact .mb-contact-cover {
  background-image: url('../img/header/mb-wave-3-bg.svg'), url("../img/header/Header_NOR_20221005_TK1_7062-Neu.jpg");
}
body .mb-main-wrapper.mb-contact .mb-contact-map-container {
  position: relative;
}
body .mb-main-wrapper.mb-contact .mb-contact-map-copyright-info {
  background-color: rgba(217, 217, 217, 0.8);
  color: #4d4d4d;
  font-size: 0.625rem;
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 0.25rem;
  border-top-left-radius: 2px;
}
body .mb-main-wrapper.mb-shop .mb-category .mb-category-item:last-child .mb-category-link,
body .mb-main-wrapper.mb-shop .mb-tag .mb-category-item:last-child .mb-category-link,
body .mb-main-wrapper.mb-shop .mb-category .mb-tag-item:last-child .mb-category-link,
body .mb-main-wrapper.mb-shop .mb-tag .mb-tag-item:last-child .mb-category-link,
body .mb-main-wrapper.mb-shop .mb-category .mb-category-item:last-child .mb-tag-link,
body .mb-main-wrapper.mb-shop .mb-tag .mb-category-item:last-child .mb-tag-link,
body .mb-main-wrapper.mb-shop .mb-category .mb-tag-item:last-child .mb-tag-link,
body .mb-main-wrapper.mb-shop .mb-tag .mb-tag-item:last-child .mb-tag-link {
  margin-right: 0;
}
body .mb-main-wrapper.mb-shop .mb-category .mb-category-item .mb-category-link,
body .mb-main-wrapper.mb-shop .mb-tag .mb-category-item .mb-category-link,
body .mb-main-wrapper.mb-shop .mb-category .mb-tag-item .mb-category-link,
body .mb-main-wrapper.mb-shop .mb-tag .mb-tag-item .mb-category-link,
body .mb-main-wrapper.mb-shop .mb-category .mb-category-item .mb-tag-link,
body .mb-main-wrapper.mb-shop .mb-tag .mb-category-item .mb-tag-link,
body .mb-main-wrapper.mb-shop .mb-category .mb-tag-item .mb-tag-link,
body .mb-main-wrapper.mb-shop .mb-tag .mb-tag-item .mb-tag-link {
  box-shadow: inset 0 0 0 1px #8C8C8C;
  border-radius: 50rem;
  margin-right: 1rem;
  margin-bottom: 1rem;
  padding: 0.375rem 1rem;
  color: #212529;
}
body .mb-main-wrapper.mb-shop .mb-category .mb-category-item .mb-category-link:hover,
body .mb-main-wrapper.mb-shop .mb-tag .mb-category-item .mb-category-link:hover,
body .mb-main-wrapper.mb-shop .mb-category .mb-tag-item .mb-category-link:hover,
body .mb-main-wrapper.mb-shop .mb-tag .mb-tag-item .mb-category-link:hover,
body .mb-main-wrapper.mb-shop .mb-category .mb-category-item .mb-tag-link:hover,
body .mb-main-wrapper.mb-shop .mb-tag .mb-category-item .mb-tag-link:hover,
body .mb-main-wrapper.mb-shop .mb-category .mb-tag-item .mb-tag-link:hover,
body .mb-main-wrapper.mb-shop .mb-tag .mb-tag-item .mb-tag-link:hover,
body .mb-main-wrapper.mb-shop .mb-category .mb-category-item .mb-category-link:focus,
body .mb-main-wrapper.mb-shop .mb-tag .mb-category-item .mb-category-link:focus,
body .mb-main-wrapper.mb-shop .mb-category .mb-tag-item .mb-category-link:focus,
body .mb-main-wrapper.mb-shop .mb-tag .mb-tag-item .mb-category-link:focus,
body .mb-main-wrapper.mb-shop .mb-category .mb-category-item .mb-tag-link:focus,
body .mb-main-wrapper.mb-shop .mb-tag .mb-category-item .mb-tag-link:focus,
body .mb-main-wrapper.mb-shop .mb-category .mb-tag-item .mb-tag-link:focus,
body .mb-main-wrapper.mb-shop .mb-tag .mb-tag-item .mb-tag-link:focus {
  box-shadow: inset 0 0 0 2px #be1622;
}
@media (max-width: 575px) {
  body .mb-main-wrapper.mb-shop .mb-category .mb-category-item .mb-category-link,
  body .mb-main-wrapper.mb-shop .mb-tag .mb-category-item .mb-category-link,
  body .mb-main-wrapper.mb-shop .mb-category .mb-tag-item .mb-category-link,
  body .mb-main-wrapper.mb-shop .mb-tag .mb-tag-item .mb-category-link,
  body .mb-main-wrapper.mb-shop .mb-category .mb-category-item .mb-tag-link,
  body .mb-main-wrapper.mb-shop .mb-tag .mb-category-item .mb-tag-link,
  body .mb-main-wrapper.mb-shop .mb-category .mb-tag-item .mb-tag-link,
  body .mb-main-wrapper.mb-shop .mb-tag .mb-tag-item .mb-tag-link {
    margin-right: 0.5rem;
    margin-bottom: 0.5rem;
  }
}
@media (max-width: 767px) {
  body .mb-main-wrapper.mb-shop .mb-category .mb-category-item .mb-category-link,
  body .mb-main-wrapper.mb-shop .mb-tag .mb-category-item .mb-category-link,
  body .mb-main-wrapper.mb-shop .mb-category .mb-tag-item .mb-category-link,
  body .mb-main-wrapper.mb-shop .mb-tag .mb-tag-item .mb-category-link,
  body .mb-main-wrapper.mb-shop .mb-category .mb-category-item .mb-tag-link,
  body .mb-main-wrapper.mb-shop .mb-tag .mb-category-item .mb-tag-link,
  body .mb-main-wrapper.mb-shop .mb-category .mb-tag-item .mb-tag-link,
  body .mb-main-wrapper.mb-shop .mb-tag .mb-tag-item .mb-tag-link {
    margin-right: 0.75rem;
    margin-bottom: 0.75rem;
    padding: 0.275rem 0.75rem;
    font-size: 0.875rem;
  }
}
body .mb-main-wrapper.mb-shop .mb-article-list .mb-article {
  padding-bottom: 2rem;
}
body .mb-main-wrapper.mb-shop .mb-article-list .mb-article .mb-article-img {
  width: 100%;
  height: 17rem;
}
@media (min-width: 576px) {
  body .mb-main-wrapper.mb-shop .mb-article-list .mb-article .mb-article-img {
    height: 12.3rem;
  }
}
@media (min-width: 768px) {
  body .mb-main-wrapper.mb-shop .mb-article-list .mb-article .mb-article-img {
    height: 16.8rem;
  }
}
@media (min-width: 992px) {
  body .mb-main-wrapper.mb-shop .mb-article-list .mb-article .mb-article-img {
    height: 14.8rem;
  }
}
@media (min-width: 1200px) {
  body .mb-main-wrapper.mb-shop .mb-article-list .mb-article .mb-article-img {
    height: 13rem;
  }
}
@media (min-width: 1400px) {
  body .mb-main-wrapper.mb-shop .mb-article-list .mb-article .mb-article-img {
    height: 12rem;
  }
}
body .mb-main-wrapper.mb-shop .mb-article-list .mb-article .mb-article-footer {
  display: flex;
}
body .mb-main-wrapper.mb-shop .mb-article-list .mb-article .card {
  border: 0 none;
}
@media (min-width: 1400px) {
  body .mb-main-wrapper.mb-shop .mb-article-list .mb-article.col-xxl-3 {
    width: 20%;
  }
}
body .mb-main-wrapper.mb-shop .mb-article-list .mb-article:last-child {
  padding-bottom: 0;
}
body .mb-main-wrapper.mb-cart .mb-cart-content .mb-cart-item {
  border-top: 1px solid #b3b3b3;
}
body .mb-main-wrapper.mb-cart .mb-cart-content .mb-cart-item:last-child {
  border-bottom: 1px solid #b3b3b3;
}
body .mb-main-wrapper.mb-cart .mb-cart-content .mb-cart-article {
  display: flex;
  align-items: center;
}
body .mb-main-wrapper.mb-cart .mb-cart-content .mb-cart-article .mb-cart-img {
  padding: 1rem;
}
body .mb-main-wrapper.mb-cart .mb-cart-content .mb-cart-article .mb-cart-body {
  display: block;
  padding: 1rem;
}
@media (max-width: 400px) {
  body .mb-main-wrapper.mb-cart .mb-cart-content .mb-cart-article .mb-cart-body {
    padding: 1rem 0.25rem;
  }
  body .mb-main-wrapper.mb-cart .mb-cart-content .mb-cart-article .mb-cart-body .mb-article-title {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  body .mb-main-wrapper.mb-cart .mb-cart-content .mb-cart-article .mb-cart-body {
    display: flex;
    align-items: center;
    flex-grow: 1;
  }
}
body .mb-main-wrapper.mb-privacy h2,
body .mb-main-wrapper.mb-imprint h2,
body .mb-main-wrapper.mb-privacy h3,
body .mb-main-wrapper.mb-imprint h3 {
  margin-top: 0.5rem;
  font-weight: 400;
}
body .mb-main-wrapper.mb-privacy h3,
body .mb-main-wrapper.mb-imprint h3 {
  font-size: 1rem;
}
body .mb-main-wrapper.mb-privacy strong,
body .mb-main-wrapper.mb-imprint strong {
  font-weight: 600;
}
body .mb-main-wrapper.mb-privacy p,
body .mb-main-wrapper.mb-imprint p,
body .mb-main-wrapper.mb-privacy li,
body .mb-main-wrapper.mb-imprint li {
  font-size: 0.75rem;
}
body .mb-main-wrapper.mb-privacy ul,
body .mb-main-wrapper.mb-imprint ul {
  padding-left: 0.75rem;
}
@media (min-width: 768px) {
  body .mb-main-wrapper.mb-privacy h2,
  body .mb-main-wrapper.mb-imprint h2 {
    margin-top: 1rem;
  }
  body .mb-main-wrapper.mb-privacy h3,
  body .mb-main-wrapper.mb-imprint h3 {
    font-size: 1.15rem;
  }
  body .mb-main-wrapper.mb-privacy p,
  body .mb-main-wrapper.mb-imprint p,
  body .mb-main-wrapper.mb-privacy li,
  body .mb-main-wrapper.mb-imprint li {
    font-size: 0.875rem;
  }
}
@media (min-width: 1200px) {
  body .mb-main-wrapper.mb-privacy h2,
  body .mb-main-wrapper.mb-imprint h2 {
    margin-top: 2rem;
  }
  body .mb-main-wrapper.mb-privacy h3,
  body .mb-main-wrapper.mb-imprint h3 {
    margin-top: 1rem;
    font-size: 1.5rem;
  }
  body .mb-main-wrapper.mb-privacy p,
  body .mb-main-wrapper.mb-imprint p,
  body .mb-main-wrapper.mb-privacy li,
  body .mb-main-wrapper.mb-imprint li {
    font-size: 1rem;
  }
}
body .mb-main-wrapper .mb-cover {
  height: 25rem;
  background-size: 100%, cover;
  background-position: center 23rem, center center;
  background-repeat: no-repeat, no-repeat;
}
@media (min-width: 768px) {
  body .mb-main-wrapper .mb-cover {
    height: 27rem;
    background-position: center 23.75rem, center center;
  }
}
@media (min-width: 992px) {
  body .mb-main-wrapper .mb-cover {
    height: 28rem;
    background-position: center 24rem, center center;
  }
}
@media (min-width: 1200px) {
  body .mb-main-wrapper .mb-cover {
    height: 28.5rem;
    background-position: center 23.5rem, center center;
  }
}
@media (min-width: 1400px) {
  body .mb-main-wrapper .mb-cover {
    height: 39rem;
    background-position: center 32rem, center center;
  }
}
body .mb-main-wrapper .mb-graphic {
  text-align: center;
  margin-bottom: 2.5rem;
}
body .mb-main-wrapper .mb-graphic img {
  height: 10rem;
}
@media (min-width: 768px) {
  body .mb-main-wrapper .mb-graphic img {
    height: 12rem;
  }
}
@media (min-width: 992px) {
  body .mb-main-wrapper .mb-graphic {
    margin-bottom: 0;
  }
  body .mb-main-wrapper .mb-graphic img {
    height: 18rem;
  }
}
@media (min-width: 1200px) {
  body .mb-main-wrapper .mb-graphic img {
    height: 23rem;
  }
}
@media (min-width: 1600px) {
  body .mb-main-wrapper .mb-graphic {
    text-align: left;
  }
  body .mb-main-wrapper .mb-graphic img {
    height: 26rem;
  }
}
body .mb-main-wrapper .mb-widget .mb-widget-header {
  display: flex;
  justify-content: center;
  margin-bottom: 2.5rem;
}
body .mb-main-wrapper .mb-widget .mb-widget-header img {
  height: 8rem;
  object-fit: cover;
}
body .mb-main-wrapper .mb-admin-article-edit .mb-article-img-edit {
  position: relative;
  width: 15rem;
}
body .mb-main-wrapper .mb-admin-article-edit .mb-article-img-edit .mb-article-img {
  width: 100%;
  height: 12rem;
  object-fit: cover;
  border-radius: 1rem;
}
body .mb-main-wrapper .mb-admin-article-edit .mb-article-img-edit label {
  content: "Artikelbild";
  position: absolute;
  top: -1.5rem;
  left: 0.2rem;
  transform: scale(0.625);
  opacity: 0.65;
}
body .mb-main-wrapper .mb-admin-article-edit .mb-article-img-edit .mb-btn-icon-only-delete {
  position: absolute;
  right: 0.25rem;
  bottom: 0.25rem;
  border-radius: 1rem;
  padding: 0.375rem 0.75rem;
  background-color: #be1622;
  color: #ffffff;
}
body .mb-quote {
  padding: 0 1rem 0.5rem;
  border-left: 0.35rem solid #be1622;
  margin-bottom: 0;
}
body .mb-quote .blockquote {
  font-style: italic;
}
body .mb-quote .blockquote > p::before {
  font-family: 'Font Awesome 5 Pro', sans-serif;
  font-weight: 900;
  content: "\f10d";
  font-size: 1.25rem;
  color: #be1622;
  margin-right: 0.5rem;
  vertical-align: 0.0625rem;
}
body .mb-quote .blockquote-footer {
  margin: 0;
}
body .mb-list {
  padding-left: 0;
  list-style: none;
}
body .mb-list .mb-list-item-paw {
  display: flex;
}
body .mb-list .mb-list-item-paw::before {
  font-family: 'Font Awesome 5 Pro', sans-serif;
  font-weight: 300;
  content: "\f1b0";
  color: #be1622;
  margin-right: 0.375rem;
}
body .mb-tooltip > .tooltip-inner {
  color: #ffffff;
  text-align: left;
}
body .mb-growl-message {
  width: 21.5rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.2);
  border-radius: 0.5rem;
  display: flex;
  position: absolute;
  top: 5.5rem;
  right: -22.5rem;
  transition: right 1000ms;
}
body .mb-growl-message.show {
  right: 1.25rem;
}
body .mb-dropdown-menu {
  border-radius: 0.5rem !important;
  box-shadow: 0 0 1.25rem 0 rgba(0, 0, 0, 0.2);
  margin: 0;
  padding: 0;
  background-color: #ffffff;
  position: relative;
  z-index: 3;
}
body .mb-dropdown-menu .mb-dropdown-item {
  list-style: none;
}
body .mb-dropdown-menu .mb-dropdown-item:first-child {
  margin-top: 0.5rem;
  padding-top: 0.5rem;
}
body .mb-dropdown-menu .mb-dropdown-item:last-child {
  padding-bottom: 0.5rem;
}
body .mb-dropdown-menu .mb-dropdown-item .mb-dropdown-link {
  display: block;
  padding: 0.5rem 1rem;
  color: #212529;
}
body .mb-dropdown-menu .mb-dropdown-item .mb-dropdown-link:hover,
body .mb-dropdown-menu .mb-dropdown-item .mb-dropdown-link:focus {
  background-color: #f2f2f2;
}
body .mb-number-input-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  border-radius: 50rem;
  border: 1px solid #6c757d;
  /* Hide Spin-Button for Chrome, Safari, Edge, Opera */
  /* Hide Spin-Button for Firefox */
}
body .mb-number-input-wrapper.mb-state-focus {
  border-color: #545b62;
  box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.3);
}
body .mb-number-input-wrapper .mb-number-input.form-control {
  width: 1.25rem;
  border: none;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
body .mb-number-input-wrapper .mb-number-input.form-control:focus {
  box-shadow: none;
}
body .mb-number-input-wrapper .mb-number-input-change-btn {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
body .mb-number-input-wrapper .mb-number-input-change-btn.minus {
  padding-left: 0.75rem;
  padding-right: 0.25rem;
}
body .mb-number-input-wrapper .mb-number-input-change-btn.plus {
  padding-left: 0.25rem;
  padding-right: 0.75rem;
}
body .mb-number-input-wrapper input::-webkit-outer-spin-button,
body .mb-number-input-wrapper input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
body .mb-number-input-wrapper input[type=number] {
  -moz-appearance: textfield;
}
.w-12 {
  width: 100%;
}
.w-11 {
  width: 91.66666667%;
}
.w-10 {
  width: 83.33333333%;
}
.w-9 {
  width: 75%;
}
.w-8 {
  width: 66.66666667%;
}
.w-7 {
  width: 58.33333333%;
}
.w-6 {
  width: 50%;
}
.w-5 {
  width: 41.66666667%;
}
.w-4 {
  width: 33.33333333%;
}
.w-3 {
  width: 25%;
}
.w-2 {
  width: 16.66666667%;
}
.w-1 {
  width: 8.33333333%;
}
.w-0 {
  width: 0%;
}
.min-w-12 {
  min-width: 100%;
}
.min-w-11 {
  min-width: 91.66666667%;
}
.min-w-10 {
  min-width: 83.33333333%;
}
.min-w-9 {
  min-width: 75%;
}
.min-w-8 {
  min-width: 66.66666667%;
}
.min-w-7 {
  min-width: 58.33333333%;
}
.min-w-6 {
  min-width: 50%;
}
.min-w-5 {
  min-width: 41.66666667%;
}
.min-w-4 {
  min-width: 33.33333333%;
}
.min-w-3 {
  min-width: 25%;
}
.min-w-2 {
  min-width: 16.66666667%;
}
.min-w-1 {
  min-width: 8.33333333%;
}
.min-w-0 {
  min-width: 0%;
}
.max-w-12 {
  max-width: 100%;
}
.max-w-11 {
  max-width: 91.66666667%;
}
.max-w-10 {
  max-width: 83.33333333%;
}
.max-w-9 {
  max-width: 75%;
}
.max-w-8 {
  max-width: 66.66666667%;
}
.max-w-7 {
  max-width: 58.33333333%;
}
.max-w-6 {
  max-width: 50%;
}
.max-w-5 {
  max-width: 41.66666667%;
}
.max-w-4 {
  max-width: 33.33333333%;
}
.max-w-3 {
  max-width: 25%;
}
.max-w-2 {
  max-width: 16.66666667%;
}
.max-w-1 {
  max-width: 8.33333333%;
}
.max-w-0 {
  max-width: 0%;
}
.mt-12 {
  margin-top: 6.5rem !important;
}
.me-12 {
  margin-right: 6.5rem !important;
}
.mb-12 {
  margin-bottom: 6.5rem !important;
}
.ms-12 {
  margin-left: 6.5rem !important;
}
.my-12 {
  margin-top: 6.5rem !important;
  margin-bottom: 6.5rem !important;
}
.mx-12 {
  margin-left: 6.5rem !important;
  margin-right: 6.5rem !important;
}
.m-12 {
  margin: 6.5rem !important;
}
@media (min-width: 576px) {
  .mt-sm-12 {
    margin-top: 6.5rem !important;
  }
  .me-sm-12 {
    margin-right: 6.5rem !important;
  }
  .mb-sm-12 {
    margin-bottom: 6.5rem !important;
  }
  .ms-sm-12 {
    margin-left: 6.5rem !important;
  }
  .my-sm-12 {
    margin-top: 6.5rem !important;
    margin-bottom: 6.5rem !important;
  }
  .mx-sm-12 {
    margin-left: 6.5rem !important;
    margin-right: 6.5rem !important;
  }
  .m-sm-12 {
    margin: 6.5rem !important;
  }
}
@media (min-width: 768px) {
  .mt-md-12 {
    margin-top: 6.5rem !important;
  }
  .me-md-12 {
    margin-right: 6.5rem !important;
  }
  .mb-md-12 {
    margin-bottom: 6.5rem !important;
  }
  .ms-md-12 {
    margin-left: 6.5rem !important;
  }
  .my-md-12 {
    margin-top: 6.5rem !important;
    margin-bottom: 6.5rem !important;
  }
  .mx-md-12 {
    margin-left: 6.5rem !important;
    margin-right: 6.5rem !important;
  }
  .m-md-12 {
    margin: 6.5rem !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-12 {
    margin-top: 6.5rem !important;
  }
  .me-lg-12 {
    margin-right: 6.5rem !important;
  }
  .mb-lg-12 {
    margin-bottom: 6.5rem !important;
  }
  .ms-lg-12 {
    margin-left: 6.5rem !important;
  }
  .my-lg-12 {
    margin-top: 6.5rem !important;
    margin-bottom: 6.5rem !important;
  }
  .mx-lg-12 {
    margin-left: 6.5rem !important;
    margin-right: 6.5rem !important;
  }
  .m-lg-12 {
    margin: 6.5rem !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-12 {
    margin-top: 6.5rem !important;
  }
  .me-xl-12 {
    margin-right: 6.5rem !important;
  }
  .mb-xl-12 {
    margin-bottom: 6.5rem !important;
  }
  .ms-xl-12 {
    margin-left: 6.5rem !important;
  }
  .my-xl-12 {
    margin-top: 6.5rem !important;
    margin-bottom: 6.5rem !important;
  }
  .mx-xl-12 {
    margin-left: 6.5rem !important;
    margin-right: 6.5rem !important;
  }
  .m-xl-12 {
    margin: 6.5rem !important;
  }
}
@media (min-width: 1400px) {
  .mt-xxl-12 {
    margin-top: 6.5rem !important;
  }
  .me-xxl-12 {
    margin-right: 6.5rem !important;
  }
  .mb-xxl-12 {
    margin-bottom: 6.5rem !important;
  }
  .ms-xxl-12 {
    margin-left: 6.5rem !important;
  }
  .my-xxl-12 {
    margin-top: 6.5rem !important;
    margin-bottom: 6.5rem !important;
  }
  .mx-xxl-12 {
    margin-left: 6.5rem !important;
    margin-right: 6.5rem !important;
  }
  .m-xxl-12 {
    margin: 6.5rem !important;
  }
}
.mt-11 {
  margin-top: 6rem !important;
}
.me-11 {
  margin-right: 6rem !important;
}
.mb-11 {
  margin-bottom: 6rem !important;
}
.ms-11 {
  margin-left: 6rem !important;
}
.my-11 {
  margin-top: 6rem !important;
  margin-bottom: 6rem !important;
}
.mx-11 {
  margin-left: 6rem !important;
  margin-right: 6rem !important;
}
.m-11 {
  margin: 6rem !important;
}
@media (min-width: 576px) {
  .mt-sm-11 {
    margin-top: 6rem !important;
  }
  .me-sm-11 {
    margin-right: 6rem !important;
  }
  .mb-sm-11 {
    margin-bottom: 6rem !important;
  }
  .ms-sm-11 {
    margin-left: 6rem !important;
  }
  .my-sm-11 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .mx-sm-11 {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }
  .m-sm-11 {
    margin: 6rem !important;
  }
}
@media (min-width: 768px) {
  .mt-md-11 {
    margin-top: 6rem !important;
  }
  .me-md-11 {
    margin-right: 6rem !important;
  }
  .mb-md-11 {
    margin-bottom: 6rem !important;
  }
  .ms-md-11 {
    margin-left: 6rem !important;
  }
  .my-md-11 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .mx-md-11 {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }
  .m-md-11 {
    margin: 6rem !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-11 {
    margin-top: 6rem !important;
  }
  .me-lg-11 {
    margin-right: 6rem !important;
  }
  .mb-lg-11 {
    margin-bottom: 6rem !important;
  }
  .ms-lg-11 {
    margin-left: 6rem !important;
  }
  .my-lg-11 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .mx-lg-11 {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }
  .m-lg-11 {
    margin: 6rem !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-11 {
    margin-top: 6rem !important;
  }
  .me-xl-11 {
    margin-right: 6rem !important;
  }
  .mb-xl-11 {
    margin-bottom: 6rem !important;
  }
  .ms-xl-11 {
    margin-left: 6rem !important;
  }
  .my-xl-11 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .mx-xl-11 {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }
  .m-xl-11 {
    margin: 6rem !important;
  }
}
@media (min-width: 1400px) {
  .mt-xxl-11 {
    margin-top: 6rem !important;
  }
  .me-xxl-11 {
    margin-right: 6rem !important;
  }
  .mb-xxl-11 {
    margin-bottom: 6rem !important;
  }
  .ms-xxl-11 {
    margin-left: 6rem !important;
  }
  .my-xxl-11 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .mx-xxl-11 {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }
  .m-xxl-11 {
    margin: 6rem !important;
  }
}
.mt-10 {
  margin-top: 5.5rem !important;
}
.me-10 {
  margin-right: 5.5rem !important;
}
.mb-10 {
  margin-bottom: 5.5rem !important;
}
.ms-10 {
  margin-left: 5.5rem !important;
}
.my-10 {
  margin-top: 5.5rem !important;
  margin-bottom: 5.5rem !important;
}
.mx-10 {
  margin-left: 5.5rem !important;
  margin-right: 5.5rem !important;
}
.m-10 {
  margin: 5.5rem !important;
}
@media (min-width: 576px) {
  .mt-sm-10 {
    margin-top: 5.5rem !important;
  }
  .me-sm-10 {
    margin-right: 5.5rem !important;
  }
  .mb-sm-10 {
    margin-bottom: 5.5rem !important;
  }
  .ms-sm-10 {
    margin-left: 5.5rem !important;
  }
  .my-sm-10 {
    margin-top: 5.5rem !important;
    margin-bottom: 5.5rem !important;
  }
  .mx-sm-10 {
    margin-left: 5.5rem !important;
    margin-right: 5.5rem !important;
  }
  .m-sm-10 {
    margin: 5.5rem !important;
  }
}
@media (min-width: 768px) {
  .mt-md-10 {
    margin-top: 5.5rem !important;
  }
  .me-md-10 {
    margin-right: 5.5rem !important;
  }
  .mb-md-10 {
    margin-bottom: 5.5rem !important;
  }
  .ms-md-10 {
    margin-left: 5.5rem !important;
  }
  .my-md-10 {
    margin-top: 5.5rem !important;
    margin-bottom: 5.5rem !important;
  }
  .mx-md-10 {
    margin-left: 5.5rem !important;
    margin-right: 5.5rem !important;
  }
  .m-md-10 {
    margin: 5.5rem !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-10 {
    margin-top: 5.5rem !important;
  }
  .me-lg-10 {
    margin-right: 5.5rem !important;
  }
  .mb-lg-10 {
    margin-bottom: 5.5rem !important;
  }
  .ms-lg-10 {
    margin-left: 5.5rem !important;
  }
  .my-lg-10 {
    margin-top: 5.5rem !important;
    margin-bottom: 5.5rem !important;
  }
  .mx-lg-10 {
    margin-left: 5.5rem !important;
    margin-right: 5.5rem !important;
  }
  .m-lg-10 {
    margin: 5.5rem !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-10 {
    margin-top: 5.5rem !important;
  }
  .me-xl-10 {
    margin-right: 5.5rem !important;
  }
  .mb-xl-10 {
    margin-bottom: 5.5rem !important;
  }
  .ms-xl-10 {
    margin-left: 5.5rem !important;
  }
  .my-xl-10 {
    margin-top: 5.5rem !important;
    margin-bottom: 5.5rem !important;
  }
  .mx-xl-10 {
    margin-left: 5.5rem !important;
    margin-right: 5.5rem !important;
  }
  .m-xl-10 {
    margin: 5.5rem !important;
  }
}
@media (min-width: 1400px) {
  .mt-xxl-10 {
    margin-top: 5.5rem !important;
  }
  .me-xxl-10 {
    margin-right: 5.5rem !important;
  }
  .mb-xxl-10 {
    margin-bottom: 5.5rem !important;
  }
  .ms-xxl-10 {
    margin-left: 5.5rem !important;
  }
  .my-xxl-10 {
    margin-top: 5.5rem !important;
    margin-bottom: 5.5rem !important;
  }
  .mx-xxl-10 {
    margin-left: 5.5rem !important;
    margin-right: 5.5rem !important;
  }
  .m-xxl-10 {
    margin: 5.5rem !important;
  }
}
.mt-9 {
  margin-top: 5rem !important;
}
.me-9 {
  margin-right: 5rem !important;
}
.mb-9 {
  margin-bottom: 5rem !important;
}
.ms-9 {
  margin-left: 5rem !important;
}
.my-9 {
  margin-top: 5rem !important;
  margin-bottom: 5rem !important;
}
.mx-9 {
  margin-left: 5rem !important;
  margin-right: 5rem !important;
}
.m-9 {
  margin: 5rem !important;
}
@media (min-width: 576px) {
  .mt-sm-9 {
    margin-top: 5rem !important;
  }
  .me-sm-9 {
    margin-right: 5rem !important;
  }
  .mb-sm-9 {
    margin-bottom: 5rem !important;
  }
  .ms-sm-9 {
    margin-left: 5rem !important;
  }
  .my-sm-9 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .mx-sm-9 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }
  .m-sm-9 {
    margin: 5rem !important;
  }
}
@media (min-width: 768px) {
  .mt-md-9 {
    margin-top: 5rem !important;
  }
  .me-md-9 {
    margin-right: 5rem !important;
  }
  .mb-md-9 {
    margin-bottom: 5rem !important;
  }
  .ms-md-9 {
    margin-left: 5rem !important;
  }
  .my-md-9 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .mx-md-9 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }
  .m-md-9 {
    margin: 5rem !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-9 {
    margin-top: 5rem !important;
  }
  .me-lg-9 {
    margin-right: 5rem !important;
  }
  .mb-lg-9 {
    margin-bottom: 5rem !important;
  }
  .ms-lg-9 {
    margin-left: 5rem !important;
  }
  .my-lg-9 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .mx-lg-9 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }
  .m-lg-9 {
    margin: 5rem !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-9 {
    margin-top: 5rem !important;
  }
  .me-xl-9 {
    margin-right: 5rem !important;
  }
  .mb-xl-9 {
    margin-bottom: 5rem !important;
  }
  .ms-xl-9 {
    margin-left: 5rem !important;
  }
  .my-xl-9 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .mx-xl-9 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }
  .m-xl-9 {
    margin: 5rem !important;
  }
}
@media (min-width: 1400px) {
  .mt-xxl-9 {
    margin-top: 5rem !important;
  }
  .me-xxl-9 {
    margin-right: 5rem !important;
  }
  .mb-xxl-9 {
    margin-bottom: 5rem !important;
  }
  .ms-xxl-9 {
    margin-left: 5rem !important;
  }
  .my-xxl-9 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .mx-xxl-9 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }
  .m-xxl-9 {
    margin: 5rem !important;
  }
}
.mt-8 {
  margin-top: 4.5rem !important;
}
.me-8 {
  margin-right: 4.5rem !important;
}
.mb-8 {
  margin-bottom: 4.5rem !important;
}
.ms-8 {
  margin-left: 4.5rem !important;
}
.my-8 {
  margin-top: 4.5rem !important;
  margin-bottom: 4.5rem !important;
}
.mx-8 {
  margin-left: 4.5rem !important;
  margin-right: 4.5rem !important;
}
.m-8 {
  margin: 4.5rem !important;
}
@media (min-width: 576px) {
  .mt-sm-8 {
    margin-top: 4.5rem !important;
  }
  .me-sm-8 {
    margin-right: 4.5rem !important;
  }
  .mb-sm-8 {
    margin-bottom: 4.5rem !important;
  }
  .ms-sm-8 {
    margin-left: 4.5rem !important;
  }
  .my-sm-8 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .mx-sm-8 {
    margin-left: 4.5rem !important;
    margin-right: 4.5rem !important;
  }
  .m-sm-8 {
    margin: 4.5rem !important;
  }
}
@media (min-width: 768px) {
  .mt-md-8 {
    margin-top: 4.5rem !important;
  }
  .me-md-8 {
    margin-right: 4.5rem !important;
  }
  .mb-md-8 {
    margin-bottom: 4.5rem !important;
  }
  .ms-md-8 {
    margin-left: 4.5rem !important;
  }
  .my-md-8 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .mx-md-8 {
    margin-left: 4.5rem !important;
    margin-right: 4.5rem !important;
  }
  .m-md-8 {
    margin: 4.5rem !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-8 {
    margin-top: 4.5rem !important;
  }
  .me-lg-8 {
    margin-right: 4.5rem !important;
  }
  .mb-lg-8 {
    margin-bottom: 4.5rem !important;
  }
  .ms-lg-8 {
    margin-left: 4.5rem !important;
  }
  .my-lg-8 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .mx-lg-8 {
    margin-left: 4.5rem !important;
    margin-right: 4.5rem !important;
  }
  .m-lg-8 {
    margin: 4.5rem !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-8 {
    margin-top: 4.5rem !important;
  }
  .me-xl-8 {
    margin-right: 4.5rem !important;
  }
  .mb-xl-8 {
    margin-bottom: 4.5rem !important;
  }
  .ms-xl-8 {
    margin-left: 4.5rem !important;
  }
  .my-xl-8 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .mx-xl-8 {
    margin-left: 4.5rem !important;
    margin-right: 4.5rem !important;
  }
  .m-xl-8 {
    margin: 4.5rem !important;
  }
}
@media (min-width: 1400px) {
  .mt-xxl-8 {
    margin-top: 4.5rem !important;
  }
  .me-xxl-8 {
    margin-right: 4.5rem !important;
  }
  .mb-xxl-8 {
    margin-bottom: 4.5rem !important;
  }
  .ms-xxl-8 {
    margin-left: 4.5rem !important;
  }
  .my-xxl-8 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .mx-xxl-8 {
    margin-left: 4.5rem !important;
    margin-right: 4.5rem !important;
  }
  .m-xxl-8 {
    margin: 4.5rem !important;
  }
}
.mt-7 {
  margin-top: 4rem !important;
}
.me-7 {
  margin-right: 4rem !important;
}
.mb-7 {
  margin-bottom: 4rem !important;
}
.ms-7 {
  margin-left: 4rem !important;
}
.my-7 {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}
.mx-7 {
  margin-left: 4rem !important;
  margin-right: 4rem !important;
}
.m-7 {
  margin: 4rem !important;
}
@media (min-width: 576px) {
  .mt-sm-7 {
    margin-top: 4rem !important;
  }
  .me-sm-7 {
    margin-right: 4rem !important;
  }
  .mb-sm-7 {
    margin-bottom: 4rem !important;
  }
  .ms-sm-7 {
    margin-left: 4rem !important;
  }
  .my-sm-7 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .mx-sm-7 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }
  .m-sm-7 {
    margin: 4rem !important;
  }
}
@media (min-width: 768px) {
  .mt-md-7 {
    margin-top: 4rem !important;
  }
  .me-md-7 {
    margin-right: 4rem !important;
  }
  .mb-md-7 {
    margin-bottom: 4rem !important;
  }
  .ms-md-7 {
    margin-left: 4rem !important;
  }
  .my-md-7 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .mx-md-7 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }
  .m-md-7 {
    margin: 4rem !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-7 {
    margin-top: 4rem !important;
  }
  .me-lg-7 {
    margin-right: 4rem !important;
  }
  .mb-lg-7 {
    margin-bottom: 4rem !important;
  }
  .ms-lg-7 {
    margin-left: 4rem !important;
  }
  .my-lg-7 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .mx-lg-7 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }
  .m-lg-7 {
    margin: 4rem !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-7 {
    margin-top: 4rem !important;
  }
  .me-xl-7 {
    margin-right: 4rem !important;
  }
  .mb-xl-7 {
    margin-bottom: 4rem !important;
  }
  .ms-xl-7 {
    margin-left: 4rem !important;
  }
  .my-xl-7 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .mx-xl-7 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }
  .m-xl-7 {
    margin: 4rem !important;
  }
}
@media (min-width: 1400px) {
  .mt-xxl-7 {
    margin-top: 4rem !important;
  }
  .me-xxl-7 {
    margin-right: 4rem !important;
  }
  .mb-xxl-7 {
    margin-bottom: 4rem !important;
  }
  .ms-xxl-7 {
    margin-left: 4rem !important;
  }
  .my-xxl-7 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .mx-xxl-7 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }
  .m-xxl-7 {
    margin: 4rem !important;
  }
}
.mt-6 {
  margin-top: 3.5rem !important;
}
.me-6 {
  margin-right: 3.5rem !important;
}
.mb-6 {
  margin-bottom: 3.5rem !important;
}
.ms-6 {
  margin-left: 3.5rem !important;
}
.my-6 {
  margin-top: 3.5rem !important;
  margin-bottom: 3.5rem !important;
}
.mx-6 {
  margin-left: 3.5rem !important;
  margin-right: 3.5rem !important;
}
.m-6 {
  margin: 3.5rem !important;
}
@media (min-width: 576px) {
  .mt-sm-6 {
    margin-top: 3.5rem !important;
  }
  .me-sm-6 {
    margin-right: 3.5rem !important;
  }
  .mb-sm-6 {
    margin-bottom: 3.5rem !important;
  }
  .ms-sm-6 {
    margin-left: 3.5rem !important;
  }
  .my-sm-6 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  .mx-sm-6 {
    margin-left: 3.5rem !important;
    margin-right: 3.5rem !important;
  }
  .m-sm-6 {
    margin: 3.5rem !important;
  }
}
@media (min-width: 768px) {
  .mt-md-6 {
    margin-top: 3.5rem !important;
  }
  .me-md-6 {
    margin-right: 3.5rem !important;
  }
  .mb-md-6 {
    margin-bottom: 3.5rem !important;
  }
  .ms-md-6 {
    margin-left: 3.5rem !important;
  }
  .my-md-6 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  .mx-md-6 {
    margin-left: 3.5rem !important;
    margin-right: 3.5rem !important;
  }
  .m-md-6 {
    margin: 3.5rem !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-6 {
    margin-top: 3.5rem !important;
  }
  .me-lg-6 {
    margin-right: 3.5rem !important;
  }
  .mb-lg-6 {
    margin-bottom: 3.5rem !important;
  }
  .ms-lg-6 {
    margin-left: 3.5rem !important;
  }
  .my-lg-6 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  .mx-lg-6 {
    margin-left: 3.5rem !important;
    margin-right: 3.5rem !important;
  }
  .m-lg-6 {
    margin: 3.5rem !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-6 {
    margin-top: 3.5rem !important;
  }
  .me-xl-6 {
    margin-right: 3.5rem !important;
  }
  .mb-xl-6 {
    margin-bottom: 3.5rem !important;
  }
  .ms-xl-6 {
    margin-left: 3.5rem !important;
  }
  .my-xl-6 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  .mx-xl-6 {
    margin-left: 3.5rem !important;
    margin-right: 3.5rem !important;
  }
  .m-xl-6 {
    margin: 3.5rem !important;
  }
}
@media (min-width: 1400px) {
  .mt-xxl-6 {
    margin-top: 3.5rem !important;
  }
  .me-xxl-6 {
    margin-right: 3.5rem !important;
  }
  .mb-xxl-6 {
    margin-bottom: 3.5rem !important;
  }
  .ms-xxl-6 {
    margin-left: 3.5rem !important;
  }
  .my-xxl-6 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  .mx-xxl-6 {
    margin-left: 3.5rem !important;
    margin-right: 3.5rem !important;
  }
  .m-xxl-6 {
    margin: 3.5rem !important;
  }
}
.pt-12 {
  padding-top: 6.5rem !important;
}
.pe-12 {
  padding-right: 6.5rem !important;
}
.pb-12 {
  padding-bottom: 6.5rem !important;
}
.ps-12 {
  padding-left: 6.5rem !important;
}
.py-12 {
  padding-top: 6.5rem !important;
  padding-bottom: 6.5rem !important;
}
.px-12 {
  padding-left: 6.5rem !important;
  padding-right: 6.5rem !important;
}
.p-12 {
  padding: 6.5rem !important;
}
.pt-11 {
  padding-top: 6rem !important;
}
.pe-11 {
  padding-right: 6rem !important;
}
.pb-11 {
  padding-bottom: 6rem !important;
}
.ps-11 {
  padding-left: 6rem !important;
}
.py-11 {
  padding-top: 6rem !important;
  padding-bottom: 6rem !important;
}
.px-11 {
  padding-left: 6rem !important;
  padding-right: 6rem !important;
}
.p-11 {
  padding: 6rem !important;
}
.pt-10 {
  padding-top: 5.5rem !important;
}
.pe-10 {
  padding-right: 5.5rem !important;
}
.pb-10 {
  padding-bottom: 5.5rem !important;
}
.ps-10 {
  padding-left: 5.5rem !important;
}
.py-10 {
  padding-top: 5.5rem !important;
  padding-bottom: 5.5rem !important;
}
.px-10 {
  padding-left: 5.5rem !important;
  padding-right: 5.5rem !important;
}
.p-10 {
  padding: 5.5rem !important;
}
.pt-9 {
  padding-top: 5rem !important;
}
.pe-9 {
  padding-right: 5rem !important;
}
.pb-9 {
  padding-bottom: 5rem !important;
}
.ps-9 {
  padding-left: 5rem !important;
}
.py-9 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}
.px-9 {
  padding-left: 5rem !important;
  padding-right: 5rem !important;
}
.p-9 {
  padding: 5rem !important;
}
.pt-8 {
  padding-top: 4.5rem !important;
}
.pe-8 {
  padding-right: 4.5rem !important;
}
.pb-8 {
  padding-bottom: 4.5rem !important;
}
.ps-8 {
  padding-left: 4.5rem !important;
}
.py-8 {
  padding-top: 4.5rem !important;
  padding-bottom: 4.5rem !important;
}
.px-8 {
  padding-left: 4.5rem !important;
  padding-right: 4.5rem !important;
}
.p-8 {
  padding: 4.5rem !important;
}
.pt-7 {
  padding-top: 4rem !important;
}
.pe-7 {
  padding-right: 4rem !important;
}
.pb-7 {
  padding-bottom: 4rem !important;
}
.ps-7 {
  padding-left: 4rem !important;
}
.py-7 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}
.px-7 {
  padding-left: 4rem !important;
  padding-right: 4rem !important;
}
.p-7 {
  padding: 4rem !important;
}
.pt-6 {
  padding-top: 3.5rem !important;
}
.pe-6 {
  padding-right: 3.5rem !important;
}
.pb-6 {
  padding-bottom: 3.5rem !important;
}
.ps-6 {
  padding-left: 3.5rem !important;
}
.py-6 {
  padding-top: 3.5rem !important;
  padding-bottom: 3.5rem !important;
}
.px-6 {
  padding-left: 3.5rem !important;
  padding-right: 3.5rem !important;
}
.p-6 {
  padding: 3.5rem !important;
}
@media (min-width: 576px) {
  .pt-sm-12 {
    padding-top: 6.5rem !important;
  }
  .pe-sm-12 {
    padding-right: 6.5rem !important;
  }
  .pb-sm-12 {
    padding-bottom: 6.5rem !important;
  }
  .ps-sm-12 {
    padding-left: 6.5rem !important;
  }
  .py-sm-12 {
    padding-top: 6.5rem !important;
    padding-bottom: 6.5rem !important;
  }
  .px-sm-12 {
    padding-left: 6.5rem !important;
    padding-right: 6.5rem !important;
  }
  .p-sm-12 {
    padding: 6.5rem !important;
  }
}
@media (min-width: 576px) {
  .pt-sm-11 {
    padding-top: 6rem !important;
  }
  .pe-sm-11 {
    padding-right: 6rem !important;
  }
  .pb-sm-11 {
    padding-bottom: 6rem !important;
  }
  .ps-sm-11 {
    padding-left: 6rem !important;
  }
  .py-sm-11 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .px-sm-11 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }
  .p-sm-11 {
    padding: 6rem !important;
  }
}
@media (min-width: 576px) {
  .pt-sm-10 {
    padding-top: 5.5rem !important;
  }
  .pe-sm-10 {
    padding-right: 5.5rem !important;
  }
  .pb-sm-10 {
    padding-bottom: 5.5rem !important;
  }
  .ps-sm-10 {
    padding-left: 5.5rem !important;
  }
  .py-sm-10 {
    padding-top: 5.5rem !important;
    padding-bottom: 5.5rem !important;
  }
  .px-sm-10 {
    padding-left: 5.5rem !important;
    padding-right: 5.5rem !important;
  }
  .p-sm-10 {
    padding: 5.5rem !important;
  }
}
@media (min-width: 576px) {
  .pt-sm-9 {
    padding-top: 5rem !important;
  }
  .pe-sm-9 {
    padding-right: 5rem !important;
  }
  .pb-sm-9 {
    padding-bottom: 5rem !important;
  }
  .ps-sm-9 {
    padding-left: 5rem !important;
  }
  .py-sm-9 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .px-sm-9 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
  .p-sm-9 {
    padding: 5rem !important;
  }
}
@media (min-width: 576px) {
  .pt-sm-8 {
    padding-top: 4.5rem !important;
  }
  .pe-sm-8 {
    padding-right: 4.5rem !important;
  }
  .pb-sm-8 {
    padding-bottom: 4.5rem !important;
  }
  .ps-sm-8 {
    padding-left: 4.5rem !important;
  }
  .py-sm-8 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .px-sm-8 {
    padding-left: 4.5rem !important;
    padding-right: 4.5rem !important;
  }
  .p-sm-8 {
    padding: 4.5rem !important;
  }
}
@media (min-width: 576px) {
  .pt-sm-7 {
    padding-top: 4rem !important;
  }
  .pe-sm-7 {
    padding-right: 4rem !important;
  }
  .pb-sm-7 {
    padding-bottom: 4rem !important;
  }
  .ps-sm-7 {
    padding-left: 4rem !important;
  }
  .py-sm-7 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .px-sm-7 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
  .p-sm-7 {
    padding: 4rem !important;
  }
}
@media (min-width: 576px) {
  .pt-sm-6 {
    padding-top: 3.5rem !important;
  }
  .pe-sm-6 {
    padding-right: 3.5rem !important;
  }
  .pb-sm-6 {
    padding-bottom: 3.5rem !important;
  }
  .ps-sm-6 {
    padding-left: 3.5rem !important;
  }
  .py-sm-6 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  .px-sm-6 {
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important;
  }
  .p-sm-6 {
    padding: 3.5rem !important;
  }
}
@media (min-width: 768px) {
  .pt-md-12 {
    padding-top: 6.5rem !important;
  }
  .pe-md-12 {
    padding-right: 6.5rem !important;
  }
  .pb-md-12 {
    padding-bottom: 6.5rem !important;
  }
  .ps-md-12 {
    padding-left: 6.5rem !important;
  }
  .py-md-12 {
    padding-top: 6.5rem !important;
    padding-bottom: 6.5rem !important;
  }
  .px-md-12 {
    padding-left: 6.5rem !important;
    padding-right: 6.5rem !important;
  }
  .p-md-12 {
    padding: 6.5rem !important;
  }
}
@media (min-width: 768px) {
  .pt-md-11 {
    padding-top: 6rem !important;
  }
  .pe-md-11 {
    padding-right: 6rem !important;
  }
  .pb-md-11 {
    padding-bottom: 6rem !important;
  }
  .ps-md-11 {
    padding-left: 6rem !important;
  }
  .py-md-11 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .px-md-11 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }
  .p-md-11 {
    padding: 6rem !important;
  }
}
@media (min-width: 768px) {
  .pt-md-10 {
    padding-top: 5.5rem !important;
  }
  .pe-md-10 {
    padding-right: 5.5rem !important;
  }
  .pb-md-10 {
    padding-bottom: 5.5rem !important;
  }
  .ps-md-10 {
    padding-left: 5.5rem !important;
  }
  .py-md-10 {
    padding-top: 5.5rem !important;
    padding-bottom: 5.5rem !important;
  }
  .px-md-10 {
    padding-left: 5.5rem !important;
    padding-right: 5.5rem !important;
  }
  .p-md-10 {
    padding: 5.5rem !important;
  }
}
@media (min-width: 768px) {
  .pt-md-9 {
    padding-top: 5rem !important;
  }
  .pe-md-9 {
    padding-right: 5rem !important;
  }
  .pb-md-9 {
    padding-bottom: 5rem !important;
  }
  .ps-md-9 {
    padding-left: 5rem !important;
  }
  .py-md-9 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .px-md-9 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
  .p-md-9 {
    padding: 5rem !important;
  }
}
@media (min-width: 768px) {
  .pt-md-8 {
    padding-top: 4.5rem !important;
  }
  .pe-md-8 {
    padding-right: 4.5rem !important;
  }
  .pb-md-8 {
    padding-bottom: 4.5rem !important;
  }
  .ps-md-8 {
    padding-left: 4.5rem !important;
  }
  .py-md-8 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .px-md-8 {
    padding-left: 4.5rem !important;
    padding-right: 4.5rem !important;
  }
  .p-md-8 {
    padding: 4.5rem !important;
  }
}
@media (min-width: 768px) {
  .pt-md-7 {
    padding-top: 4rem !important;
  }
  .pe-md-7 {
    padding-right: 4rem !important;
  }
  .pb-md-7 {
    padding-bottom: 4rem !important;
  }
  .ps-md-7 {
    padding-left: 4rem !important;
  }
  .py-md-7 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .px-md-7 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
  .p-md-7 {
    padding: 4rem !important;
  }
}
@media (min-width: 768px) {
  .pt-md-6 {
    padding-top: 3.5rem !important;
  }
  .pe-md-6 {
    padding-right: 3.5rem !important;
  }
  .pb-md-6 {
    padding-bottom: 3.5rem !important;
  }
  .ps-md-6 {
    padding-left: 3.5rem !important;
  }
  .py-md-6 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  .px-md-6 {
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important;
  }
  .p-md-6 {
    padding: 3.5rem !important;
  }
}
@media (min-width: 992px) {
  .pt-lg-12 {
    padding-top: 6.5rem !important;
  }
  .pe-lg-12 {
    padding-right: 6.5rem !important;
  }
  .pb-lg-12 {
    padding-bottom: 6.5rem !important;
  }
  .ps-lg-12 {
    padding-left: 6.5rem !important;
  }
  .py-lg-12 {
    padding-top: 6.5rem !important;
    padding-bottom: 6.5rem !important;
  }
  .px-lg-12 {
    padding-left: 6.5rem !important;
    padding-right: 6.5rem !important;
  }
  .p-lg-12 {
    padding: 6.5rem !important;
  }
}
@media (min-width: 992px) {
  .pt-lg-11 {
    padding-top: 6rem !important;
  }
  .pe-lg-11 {
    padding-right: 6rem !important;
  }
  .pb-lg-11 {
    padding-bottom: 6rem !important;
  }
  .ps-lg-11 {
    padding-left: 6rem !important;
  }
  .py-lg-11 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .px-lg-11 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }
  .p-lg-11 {
    padding: 6rem !important;
  }
}
@media (min-width: 992px) {
  .pt-lg-10 {
    padding-top: 5.5rem !important;
  }
  .pe-lg-10 {
    padding-right: 5.5rem !important;
  }
  .pb-lg-10 {
    padding-bottom: 5.5rem !important;
  }
  .ps-lg-10 {
    padding-left: 5.5rem !important;
  }
  .py-lg-10 {
    padding-top: 5.5rem !important;
    padding-bottom: 5.5rem !important;
  }
  .px-lg-10 {
    padding-left: 5.5rem !important;
    padding-right: 5.5rem !important;
  }
  .p-lg-10 {
    padding: 5.5rem !important;
  }
}
@media (min-width: 992px) {
  .pt-lg-9 {
    padding-top: 5rem !important;
  }
  .pe-lg-9 {
    padding-right: 5rem !important;
  }
  .pb-lg-9 {
    padding-bottom: 5rem !important;
  }
  .ps-lg-9 {
    padding-left: 5rem !important;
  }
  .py-lg-9 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .px-lg-9 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
  .p-lg-9 {
    padding: 5rem !important;
  }
}
@media (min-width: 992px) {
  .pt-lg-8 {
    padding-top: 4.5rem !important;
  }
  .pe-lg-8 {
    padding-right: 4.5rem !important;
  }
  .pb-lg-8 {
    padding-bottom: 4.5rem !important;
  }
  .ps-lg-8 {
    padding-left: 4.5rem !important;
  }
  .py-lg-8 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .px-lg-8 {
    padding-left: 4.5rem !important;
    padding-right: 4.5rem !important;
  }
  .p-lg-8 {
    padding: 4.5rem !important;
  }
}
@media (min-width: 992px) {
  .pt-lg-7 {
    padding-top: 4rem !important;
  }
  .pe-lg-7 {
    padding-right: 4rem !important;
  }
  .pb-lg-7 {
    padding-bottom: 4rem !important;
  }
  .ps-lg-7 {
    padding-left: 4rem !important;
  }
  .py-lg-7 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .px-lg-7 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
  .p-lg-7 {
    padding: 4rem !important;
  }
}
@media (min-width: 992px) {
  .pt-lg-6 {
    padding-top: 3.5rem !important;
  }
  .pe-lg-6 {
    padding-right: 3.5rem !important;
  }
  .pb-lg-6 {
    padding-bottom: 3.5rem !important;
  }
  .ps-lg-6 {
    padding-left: 3.5rem !important;
  }
  .py-lg-6 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  .px-lg-6 {
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important;
  }
  .p-lg-6 {
    padding: 3.5rem !important;
  }
}
@media (min-width: 1200px) {
  .pt-xl-12 {
    padding-top: 6.5rem !important;
  }
  .pe-xl-12 {
    padding-right: 6.5rem !important;
  }
  .pb-xl-12 {
    padding-bottom: 6.5rem !important;
  }
  .ps-xl-12 {
    padding-left: 6.5rem !important;
  }
  .py-xl-12 {
    padding-top: 6.5rem !important;
    padding-bottom: 6.5rem !important;
  }
  .px-xl-12 {
    padding-left: 6.5rem !important;
    padding-right: 6.5rem !important;
  }
  .p-xl-12 {
    padding: 6.5rem !important;
  }
}
@media (min-width: 1200px) {
  .pt-xl-11 {
    padding-top: 6rem !important;
  }
  .pe-xl-11 {
    padding-right: 6rem !important;
  }
  .pb-xl-11 {
    padding-bottom: 6rem !important;
  }
  .ps-xl-11 {
    padding-left: 6rem !important;
  }
  .py-xl-11 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .px-xl-11 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }
  .p-xl-11 {
    padding: 6rem !important;
  }
}
@media (min-width: 1200px) {
  .pt-xl-10 {
    padding-top: 5.5rem !important;
  }
  .pe-xl-10 {
    padding-right: 5.5rem !important;
  }
  .pb-xl-10 {
    padding-bottom: 5.5rem !important;
  }
  .ps-xl-10 {
    padding-left: 5.5rem !important;
  }
  .py-xl-10 {
    padding-top: 5.5rem !important;
    padding-bottom: 5.5rem !important;
  }
  .px-xl-10 {
    padding-left: 5.5rem !important;
    padding-right: 5.5rem !important;
  }
  .p-xl-10 {
    padding: 5.5rem !important;
  }
}
@media (min-width: 1200px) {
  .pt-xl-9 {
    padding-top: 5rem !important;
  }
  .pe-xl-9 {
    padding-right: 5rem !important;
  }
  .pb-xl-9 {
    padding-bottom: 5rem !important;
  }
  .ps-xl-9 {
    padding-left: 5rem !important;
  }
  .py-xl-9 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .px-xl-9 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
  .p-xl-9 {
    padding: 5rem !important;
  }
}
@media (min-width: 1200px) {
  .pt-xl-8 {
    padding-top: 4.5rem !important;
  }
  .pe-xl-8 {
    padding-right: 4.5rem !important;
  }
  .pb-xl-8 {
    padding-bottom: 4.5rem !important;
  }
  .ps-xl-8 {
    padding-left: 4.5rem !important;
  }
  .py-xl-8 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .px-xl-8 {
    padding-left: 4.5rem !important;
    padding-right: 4.5rem !important;
  }
  .p-xl-8 {
    padding: 4.5rem !important;
  }
}
@media (min-width: 1200px) {
  .pt-xl-7 {
    padding-top: 4rem !important;
  }
  .pe-xl-7 {
    padding-right: 4rem !important;
  }
  .pb-xl-7 {
    padding-bottom: 4rem !important;
  }
  .ps-xl-7 {
    padding-left: 4rem !important;
  }
  .py-xl-7 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .px-xl-7 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
  .p-xl-7 {
    padding: 4rem !important;
  }
}
@media (min-width: 1200px) {
  .pt-xl-6 {
    padding-top: 3.5rem !important;
  }
  .pe-xl-6 {
    padding-right: 3.5rem !important;
  }
  .pb-xl-6 {
    padding-bottom: 3.5rem !important;
  }
  .ps-xl-6 {
    padding-left: 3.5rem !important;
  }
  .py-xl-6 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  .px-xl-6 {
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important;
  }
  .p-xl-6 {
    padding: 3.5rem !important;
  }
}
@media (min-width: 1400px) {
  .pt-xxl-12 {
    padding-top: 6.5rem !important;
  }
  .pe-xxl-12 {
    padding-right: 6.5rem !important;
  }
  .pb-xxl-12 {
    padding-bottom: 6.5rem !important;
  }
  .ps-xxl-12 {
    padding-left: 6.5rem !important;
  }
  .py-xxl-12 {
    padding-top: 6.5rem !important;
    padding-bottom: 6.5rem !important;
  }
  .px-xxl-12 {
    padding-left: 6.5rem !important;
    padding-right: 6.5rem !important;
  }
  .p-xxl-12 {
    padding: 6.5rem !important;
  }
}
@media (min-width: 1400px) {
  .pt-xxl-11 {
    padding-top: 6rem !important;
  }
  .pe-xxl-11 {
    padding-right: 6rem !important;
  }
  .pb-xxl-11 {
    padding-bottom: 6rem !important;
  }
  .ps-xxl-11 {
    padding-left: 6rem !important;
  }
  .py-xxl-11 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .px-xxl-11 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }
  .p-xxl-11 {
    padding: 6rem !important;
  }
}
@media (min-width: 1400px) {
  .pt-xxl-10 {
    padding-top: 5.5rem !important;
  }
  .pe-xxl-10 {
    padding-right: 5.5rem !important;
  }
  .pb-xxl-10 {
    padding-bottom: 5.5rem !important;
  }
  .ps-xxl-10 {
    padding-left: 5.5rem !important;
  }
  .py-xxl-10 {
    padding-top: 5.5rem !important;
    padding-bottom: 5.5rem !important;
  }
  .px-xxl-10 {
    padding-left: 5.5rem !important;
    padding-right: 5.5rem !important;
  }
  .p-xxl-10 {
    padding: 5.5rem !important;
  }
}
@media (min-width: 1400px) {
  .pt-xxl-9 {
    padding-top: 5rem !important;
  }
  .pe-xxl-9 {
    padding-right: 5rem !important;
  }
  .pb-xxl-9 {
    padding-bottom: 5rem !important;
  }
  .ps-xxl-9 {
    padding-left: 5rem !important;
  }
  .py-xxl-9 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .px-xxl-9 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
  .p-xxl-9 {
    padding: 5rem !important;
  }
}
@media (min-width: 1400px) {
  .pt-xxl-8 {
    padding-top: 4.5rem !important;
  }
  .pe-xxl-8 {
    padding-right: 4.5rem !important;
  }
  .pb-xxl-8 {
    padding-bottom: 4.5rem !important;
  }
  .ps-xxl-8 {
    padding-left: 4.5rem !important;
  }
  .py-xxl-8 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .px-xxl-8 {
    padding-left: 4.5rem !important;
    padding-right: 4.5rem !important;
  }
  .p-xxl-8 {
    padding: 4.5rem !important;
  }
}
@media (min-width: 1400px) {
  .pt-xxl-7 {
    padding-top: 4rem !important;
  }
  .pe-xxl-7 {
    padding-right: 4rem !important;
  }
  .pb-xxl-7 {
    padding-bottom: 4rem !important;
  }
  .ps-xxl-7 {
    padding-left: 4rem !important;
  }
  .py-xxl-7 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .px-xxl-7 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
  .p-xxl-7 {
    padding: 4rem !important;
  }
}
@media (min-width: 1400px) {
  .pt-xxl-6 {
    padding-top: 3.5rem !important;
  }
  .pe-xxl-6 {
    padding-right: 3.5rem !important;
  }
  .pb-xxl-6 {
    padding-bottom: 3.5rem !important;
  }
  .ps-xxl-6 {
    padding-left: 3.5rem !important;
  }
  .py-xxl-6 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  .px-xxl-6 {
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important;
  }
  .p-xxl-6 {
    padding: 3.5rem !important;
  }
}
/*# sourceMappingURL=style.css.map */