@charset "UTF-8";
.pretitle {
  font-family: var(--pretitle-font);
  font-size: var(--pretitle);
  font-weight: var(--pretitle-fw);
  line-height: 1.5;
  margin-bottom: 0.625rem;
}

.subtitle {
  font-family: var(--subtitle-font);
  font-size: var(--subtitle);
  font-weight: var(--subtitle-fw);
  line-height: 1.5;
  margin-bottom: 0.625rem;
}

.small-text {
  font-size: clamp(15px, 2.33333vw, 16px);
}

.heading,
h1,
h2,
h3,
h4,
h5,
h6,
.is--h1,
.is--h2,
.is--h3,
.is--h4,
.is--h5,
.is--h6 {
  color: var(--default-heading-clr);
  font-family: var(--default-heading-font);
  font-weight: var(--default-heading-fw);
  margin-top: 0;
  margin-bottom: 0.313rem;
}

.small {
  font-size: 12px;
}

.icon.icon-sm > i {
  font-size: 16px;
}

.icon.icon-md > i {
  font-size: 20px;
}

.icon.icon-lg > i {
  font-size: 24px;
}

.icon.icon-xl > i {
  font-size: 30px;
}

.icon.icon-xxl > i {
  font-size: 65px;
}

/* HTML Elements 
--------------------------------------- */
body {
  color: var(--body-text-clr);
  font-weight: var(--body-fw);
  font-family: var(--default-text-font);
  font-size: var(--body-fs);
  text-rendering: optimizeLegibility;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: var(--body-lh);
}

p {
  color: var(--body-text-clr);
  font-weight: var(--body-fw);
  font-family: var(--default-text-font);
  font-size: var(--body-fs);
  line-height: var(--body-lh);
  margin-bottom: 0.938rem;
  margin-top: 0;
}

.preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
}

img {
  width: 100%;
  height: auto;
}

svg {
  fill: currentColor;
}

img,
svg {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
}

/* Generic 
--------------------------------------- */
.overflow-hidden {
  overflow: hidden;
}

.lock-body-scroll {
  overflow: hidden;
}

.hidden {
  display: none;
  visibility: hidden;
  opacity: 0;
  height: 0;
  width: 0;
}

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

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

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

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

.position-unset {
  position: unset;
}

:focus-visible {
  outline: none;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.uppercase {
  text-transform: uppercase;
}

.d-block {
  display: block;
}

.box-shadow--default {
  box-shadow: 1px 3px 10px rgba(61, 61, 61, 0.2);
}

.text-shadow {
  text-shadow: 3px 2px 12px rgba(0, 0, 0, 0.525);
}

.image {
  display: block;
  position: relative;
}

.overlay {
  background: #000;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.29) 0, rgba(3, 3, 3, 0.24) 100%);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

/* Sections 
--------------------------------------- */
section {
  margin: 1rem 0;
}

.content-section {
  position: relative;
  margin: 4.375rem 0;
}
.content-section.first {
  margin-top: 2.813rem;
}
.content-section.last {
  margin-bottom: 5.625rem;
}
.content-section.no-space {
  margin: 0;
}

/* Width
--------------------------------------- */
.w-25 {
  width: 50%;
}

.w-50 {
  width: 50%;
}

.w-75 {
  width: 75%;
}

.w-100 {
  width: 100%;
}

/* Font Weight 
--------------------------------------- */
.light {
  font-weight: 300;
}

.regular {
  font-weight: 400;
}

.medium {
  font-weight: 500;
}

.semibold {
  font-weight: 600;
}

.bold {
  font-weight: 700;
}

.extra-bold {
  font-weight: 800;
}

.black {
  font-weight: 900;
}

/* Color Classes 
--------------------------------------- */
.primary-clr {
  color: var(--primary-clr);
}

.secondary-clr {
  color: var(--secondary-clr);
}

.primary-font {
  font-family: var(--primary-font);
}

.secondary-font {
  font-family: var(--secondary-font);
}

.is--light,
h1.is--light,
h2.is--light,
h3.is--light,
h4.is--light,
h5.is--light,
h6.is--light,
a.is--light,
p.is--light {
  color: #ffffff;
}

/* Display Settings
-------------------------------------- */
@media (max-width: 1399px) {
  .desktop-only {
    display: none !important;
  }
}
@media (min-width: 1400px) {
  .mobile-only {
    display: none !important;
  }
}
/* Grid 
--------------------------------------- */
.container-lg {
  max-width: 1360px;
}

.container-md {
  max-width: 1240px;
}

.container-sm {
  max-width: 960px;
}

/* HTML Selection 
--------------------------------------- */
html ::selection {
  background-color: var(--html-selection-bg-clr);
  color: var(--html-selection-clr);
}

/*---------------------------
		Accessiblity
---------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  left: -999em;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal;
}
.screen-reader-text:focus {
  border-radius: 5px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto;
  clip-path: none;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

/*---------------------------
		Alignments
---------------------------*/
.left {
  float: left;
}

.right {
  float: right;
}

.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}

/*---------------------------
		Others
---------------------------*/
.hide {
  display: none;
}

.hidden {
  visibility: hidden;
}

.visible {
  visibility: visible;
}

.img-container {
  position: relative;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio */
}
.img-container img {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.inset-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

html {
  box-sizing: border-box;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

/* Body, Main
--------------------------------------------- */
*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  margin: 0;
  background: transparent;
  font-size: var(--body-fs);
}

/* Image
--------------------------------------------- */
img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

figure {
  max-width: 100%;
}

/* Links 
--------------------------------------------- */
a {
  cursor: pointer;
  text-decoration: none;
  color: inherit;
}
a:focus {
  outline: none;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Headings
--------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  text-rendering: optimizelegibility;
}

/* Lists
--------------------------------------------- */
ul,
ol {
  list-style: none;
  margin: 0;
}
ul.no-bullet,
ul.no-bullet ul,
ul.no-bullet ol,
ol.no-bullet,
ol.no-bullet ul,
ol.no-bullet ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul {
  padding: 0;
  margin: 0;
}

li > ul,
li > ol {
  margin: 0;
}

p:empty {
  display: none;
}

li > ul,
li > ol {
  margin-bottom: 0;
}

/* Form Fields, Elements
--------------------------------------------- */
input,
button,
select,
textarea {
  font-family: var(--primary-font);
}

textarea {
  height: auto;
  padding: 4px 6px;
  max-width: 100%;
  outline: none;
  overflow: auto;
}

select {
  box-shadow: none;
  transition: none;
  width: 220px;
  padding: 0 6px;
}

select,
input[type=file] {
  height: 30px;
  line-height: 2.15;
}

button {
  margin: 0;
}

label,
select,
button,
input[type=button],
input[type=reset],
input[type=submit],
input[type=radio],
input[type=checkbox] {
  cursor: pointer;
}

input[type=search] {
  -webkit-appearance: textfield;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: 700;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: grey;
  color: var(--dark-clr);
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sup {
  top: -8px;
}

sub {
  bottom: -4px;
}

/* Embedded content
   ========================================================================== */
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 */
input[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[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 */
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid grey;
  margin: 0 2px;
  padding: 6px 10px 12px;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: 700;
}

/* Note: This file is updated by Sagar, To remove ducplication of styles. */
figure {
  margin: 0;
  max-width: 100%;
}

/*-----------
	Media
-------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

.site-content {
  word-wrap: break-word;
}

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

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

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

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

.mt-6 {
  margin-top: 3.5rem !important;
}

.mb-6 {
  margin-bottom: 3.5rem !important;
}

.ml-6 {
  margin-left: 3.5rem !important;
}

.mr-6 {
  margin-right: 3.5rem !important;
}

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

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

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

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

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

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

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

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

.mt-9 {
  margin-top: 5rem !important;
}

.mb-9 {
  margin-bottom: 5rem !important;
}

.ml-9 {
  margin-left: 5rem !important;
}

.mr-9 {
  margin-right: 5rem !important;
}

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

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

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

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

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

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

.ml-sm-5 {
  margin-left: 3rem !important;
}

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

.mt-sm-6 {
  margin-top: 3.5rem !important;
}

.mb-sm-6 {
  margin-bottom: 3.5rem !important;
}

.ml-sm-6 {
  margin-left: 3.5rem !important;
}

.mr-sm-6 {
  margin-right: 3.5rem !important;
}

.mt-sm-7 {
  margin-top: 4rem !important;
}

.mb-sm-7 {
  margin-bottom: 4rem !important;
}

.ml-sm-7 {
  margin-left: 4rem !important;
}

.mr-sm-7 {
  margin-right: 4rem !important;
}

.mt-sm-8 {
  margin-top: 4.5rem !important;
}

.mb-sm-8 {
  margin-bottom: 4.5rem !important;
}

.ml-sm-8 {
  margin-left: 4.5rem !important;
}

.mr-sm-8 {
  margin-right: 4.5rem !important;
}

.mt-sm-9 {
  margin-top: 5rem !important;
}

.mb-sm-9 {
  margin-bottom: 5rem !important;
}

.ml-sm-9 {
  margin-left: 5rem !important;
}

.mr-sm-9 {
  margin-right: 5rem !important;
}

.mt-sm-10 {
  margin-top: 5.5rem !important;
}

.mb-sm-10 {
  margin-bottom: 5.5rem !important;
}

.ml-sm-10 {
  margin-left: 5.5rem !important;
}

.mr-sm-10 {
  margin-right: 5.5rem !important;
}

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

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

.ml-md-5 {
  margin-left: 3rem !important;
}

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

.mt-md-6 {
  margin-top: 3.5rem !important;
}

.mb-md-6 {
  margin-bottom: 3.5rem !important;
}

.ml-md-6 {
  margin-left: 3.5rem !important;
}

.mr-md-6 {
  margin-right: 3.5rem !important;
}

.mt-md-7 {
  margin-top: 4rem !important;
}

.mb-md-7 {
  margin-bottom: 4rem !important;
}

.ml-md-7 {
  margin-left: 4rem !important;
}

.mr-md-7 {
  margin-right: 4rem !important;
}

.mt-md-8 {
  margin-top: 4.5rem !important;
}

.mb-md-8 {
  margin-bottom: 4.5rem !important;
}

.ml-md-8 {
  margin-left: 4.5rem !important;
}

.mr-md-8 {
  margin-right: 4.5rem !important;
}

.mt-md-9 {
  margin-top: 5rem !important;
}

.mb-md-9 {
  margin-bottom: 5rem !important;
}

.ml-md-9 {
  margin-left: 5rem !important;
}

.mr-md-9 {
  margin-right: 5rem !important;
}

.mt-md-10 {
  margin-top: 5.5rem !important;
}

.mb-md-10 {
  margin-bottom: 5.5rem !important;
}

.ml-md-10 {
  margin-left: 5.5rem !important;
}

.mr-md-10 {
  margin-right: 5.5rem !important;
}

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

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

.ml-lg-5 {
  margin-left: 3rem !important;
}

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

.mt-lg-6 {
  margin-top: 3.5rem !important;
}

.mb-lg-6 {
  margin-bottom: 3.5rem !important;
}

.ml-lg-6 {
  margin-left: 3.5rem !important;
}

.mr-lg-6 {
  margin-right: 3.5rem !important;
}

.mt-lg-7 {
  margin-top: 4rem !important;
}

.mb-lg-7 {
  margin-bottom: 4rem !important;
}

.ml-lg-7 {
  margin-left: 4rem !important;
}

.mr-lg-7 {
  margin-right: 4rem !important;
}

.mt-lg-8 {
  margin-top: 4.5rem !important;
}

.mb-lg-8 {
  margin-bottom: 4.5rem !important;
}

.ml-lg-8 {
  margin-left: 4.5rem !important;
}

.mr-lg-8 {
  margin-right: 4.5rem !important;
}

.mt-lg-9 {
  margin-top: 5rem !important;
}

.mb-lg-9 {
  margin-bottom: 5rem !important;
}

.ml-lg-9 {
  margin-left: 5rem !important;
}

.mr-lg-9 {
  margin-right: 5rem !important;
}

.mt-lg-10 {
  margin-top: 5.5rem !important;
}

.mb-lg-10 {
  margin-bottom: 5.5rem !important;
}

.ml-lg-10 {
  margin-left: 5.5rem !important;
}

.mr-lg-10 {
  margin-right: 5.5rem !important;
}

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

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

.ml-xl-5 {
  margin-left: 3rem !important;
}

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

.mt-xl-6 {
  margin-top: 3.5rem !important;
}

.mb-xl-6 {
  margin-bottom: 3.5rem !important;
}

.ml-xl-6 {
  margin-left: 3.5rem !important;
}

.mr-xl-6 {
  margin-right: 3.5rem !important;
}

.mt-xl-7 {
  margin-top: 4rem !important;
}

.mb-xl-7 {
  margin-bottom: 4rem !important;
}

.ml-xl-7 {
  margin-left: 4rem !important;
}

.mr-xl-7 {
  margin-right: 4rem !important;
}

.mt-xl-8 {
  margin-top: 4.5rem !important;
}

.mb-xl-8 {
  margin-bottom: 4.5rem !important;
}

.ml-xl-8 {
  margin-left: 4.5rem !important;
}

.mr-xl-8 {
  margin-right: 4.5rem !important;
}

.mt-xl-9 {
  margin-top: 5rem !important;
}

.mb-xl-9 {
  margin-bottom: 5rem !important;
}

.ml-xl-9 {
  margin-left: 5rem !important;
}

.mr-xl-9 {
  margin-right: 5rem !important;
}

.mt-xl-10 {
  margin-top: 5.5rem !important;
}

.mb-xl-10 {
  margin-bottom: 5.5rem !important;
}

.ml-xl-10 {
  margin-left: 5.5rem !important;
}

.mr-xl-10 {
  margin-right: 5.5rem !important;
}

/**
 * 
 *
 * Buttons
 *
 */
.d-btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  box-shadow: none;
  display: inline-block;
  font-weight: var(--btn-weight);
  font-family: var(--btn-font);
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 2px solid transparent;
  padding: var(--btn-padding-y) var(--btn-padding-x);
  font-size: var(--btn-fs);
  line-height: var(--btn-line-height);
  border-radius: var(--btn-border-radius);
  -webkit-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;
  -o-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;
  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;
  text-transform: var(--btn-text-transform);
}

/** Primary Button */
.d-btn--primary {
  background: var(--btn-primary-bg);
  border-color: var(--btn-primary-border);
  color: var(--btn-primary-text);
}
.d-btn--primary:hover, .d-btn--primary:focus, .d-btn--primary:active {
  background: var(--btn-primary-bg-hover);
  border-color: var(--btn-primary-border-hover);
  color: var(--btn-primary-text-hover);
}
.d-btn--primary.is--light {
  background: var(--btn-primary-bg);
  border-color: var(--btn-primary-border);
  color: var(--btn-primary-text);
}
.d-btn--primary.is--light:hover, .d-btn--primary.is--light:focus, .d-btn--primary.is--light:active {
  background: var(--btn-primary-bg-hover);
  border-color: var(--btn-primary-border-hover);
  color: var(--btn-primary-text-hover);
}

/** Secondary Button */
.d-btn--secondary {
  background: var(--btn-secondary-bg);
  border-color: var(--btn-secondary-border);
  color: var(--btn-secondary-text);
}
.d-btn--secondary:hover, .d-btn--secondary:focus, .d-btn--secondary:active {
  background: var(--btn-secondary-bg-hover);
  border-color: var(--btn-secondary-border-hover);
  color: var(--btn-secondary-text-hover);
}
.d-btn--secondary.is--light {
  background: var(--btn-secondary-bg);
  border-color: var(--btn-secondary-border);
  color: var(--btn-secondary-text);
}
.d-btn--secondary.is--light:hover, .d-btn--secondary.is--light:focus, .d-btn--secondary.is--light:active {
  background: var(--btn-secondary-bg-hover);
  border-color: var(--btn-secondary-border-hover);
  color: var(--btn-secondary-text-hover);
}

/** Outline Button */
.d-btn--outline {
  background: var(--btn-outline-bg);
  border-color: var(--btn-outline-border);
  color: var(--btn-outline-text);
}
.d-btn--outline:hover, .d-btn--outline:focus, .d-btn--outline:active {
  background: var(--btn-outline-bg-hover);
  border-color: var(--btn-outline-border-hover);
  color: var(--btn-outline-text-hover);
}
.d-btn--outline.is--light {
  background: var(--btn-outline-bg);
  border-color: var(--btn-outline-light-border);
  color: var(--btn-outline-light-text);
}
.d-btn--outline.is--light:hover, .d-btn--outline.is--light:focus, .d-btn--outline.is--light:active {
  background: var(--btn-outline-light-bg-hover);
  border-color: var(--btn-outline-light-border-hover);
  color: var(--btn-outline-light-text-hover);
}

.no--btn {
  background: 0 0;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  border-bottom: 0;
}

img {
  width: 100%;
  height: auto;
}

.img-fullwidth {
  width: 100%;
  height: 100%;
}

.figure {
  display: inline-block;
}

.modal {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: fixed;
  width: 100%;
  height: 100%;
  display: none;
  margin: 0 auto;
  background: #ffffff;
  border-radius: 0;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
  z-index: 11;
  max-width: 1140px;
  overflow-x: auto;
}
.modal-btn--close {
  position: absolute;
  right: 4%;
  top: 4%;
  font-size: 20px;
  padding: 0;
}
.modal-overlay {
  display: none;
}
.modal-overlay.is--active {
  display: block;
  background: #000000;
  opacity: 0.75;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
  position: fixed;
}
.modal-wrapper {
  height: auto;
  bottom: 0;
  overflow: auto;
}
.modal-wrapper .modal-header {
  position: absolute;
  top: 0;
  width: 100%;
  height: 45px;
  display: flex;
  align-items: center;
  background: #ffffff;
}
.modal-body {
  padding: 1.876rem;
  position: relative;
  height: 100%;
  display: block;
}
h4 .modal-title {
  margin-bottom: 0;
  color: #ffffff;
}
.modal-title-wrapper {
  margin-left: 30px;
}
@media (min-width: 991px) {
  .modal {
    max-height: 35rem;
    margin: auto;
  }
}
@media (max-width: 676px) {
  .modal {
    max-width: 100%;
    height: auto;
  }
  .modal .modal-body {
    padding: 0.938rem;
  }
}
.modal .cross-wrapper {
  background: var(--primary-clr);
  display: flex;
  z-index: 999;
  position: absolute;
  right: 0;
  width: 50px;
  height: 50px;
  cursor: pointer;
}
.modal .cross-wrapper:hover {
  opacity: 75%;
}
.modal .cross-wrapper span.cross-bar {
  background: #ffffff;
  position: absolute;
  right: 12px;
  display: block;
  width: 26px;
  height: 2px;
  transition-duration: 0.3s;
}
.modal .cross-wrapper .cross-bar:nth-child(1) {
  top: 24px;
  transform: rotate(45deg);
}
.modal .cross-wrapper .cross-bar:nth-child(2) {
  top: 24px;
  transform: rotate(-45deg);
}

.slider {
  max-width: 100%;
  width: 100%;
}
.slider .slick-list.draggable {
  margin-bottom: 1rem;
}
.slider .slide {
  width: 100%;
  margin: auto;
  height: 100%;
}
.slider .slide button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.slider .slider-wrapper {
  padding: 0 15px;
  margin-left: -15px;
  overflow: hidden;
  width: calc(100% + 30px);
}

.dots-nav {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1rem;
}
.dots-nav .dots > li {
  margin-right: 1rem;
  cursor: pointer;
}
.dots-nav .dots > li .dot {
  display: inline-block;
  width: 13px;
  height: 13px;
  background: 0 0;
  border: 2px solid var(--primary-clr);
}
.dots-nav .dots > li .dot:hover {
  background: var(--primary-clr);
  border: var(--primary-clr);
  color: #ffffff;
}

.splide__nav-style-1.splide__arrows .splide__arrow {
  background: var(--secondary-color);
  height: 2.813rem;
  width: 2.813rem;
  transition: all 300ms;
  opacity: 1;
}
.splide__nav-style-1.splide__arrows .splide__arrow.splide__arrow--prev:hover {
  left: 0.5rem;
}
.splide__nav-style-1.splide__arrows .splide__arrow.splide__arrow--next:hover {
  right: 0.5rem;
}
.splide__nav-style-1.splide__arrows .splide__arrow svg {
  fill: #ffffff;
  height: 1.25rem;
  width: 1.25rem;
}

.splide__nav-style-2.splide__arrows .splide__arrow {
  background: rgba(255, 255, 255, 0.75);
  height: 2.813rem;
  width: 2.813rem;
  transition: all 300ms;
  opacity: 1;
}
.splide__nav-style-2.splide__arrows .splide__arrow:hover {
  background: rgb(255, 255, 255);
}
.splide__nav-style-2.splide__arrows .splide__arrow svg {
  fill: var(--dark-color);
  height: 1.25rem;
  width: 1.25rem;
}

.splide__arrows .splide__arrow:focus-visible {
  outline: 2px solid var(--primary-clr);
  outline-offset: 2px;
}

.splide__pagination {
  bottom: -1.875rem;
}
.splide__pagination li .splide__pagination__page {
  margin: 0.5rem;
}

.splide__arrow:disabled {
  display: none;
}

/*** Image Slider */
.splide-image-slider .splide__arrow {
  width: 40px;
  height: 40px;
}

.slider-nav-external {
  display: flex;
  gap: 15px;
}
.slider-nav-external button {
  background: #ffffff;
  border: none;
  box-shadow: 1px 2px 8px rgba(0, 0, 0, 0.2);
  border-radius: 100px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.slider-nav-external button i {
  font-size: 28px;
}
.slider-nav-external button:hover {
  background: var(--primary-clr);
  color: #ffffff;
}

.splide__arrows .splide__arrow {
  background: #ffffff;
  border: none;
  box-shadow: 1px 2px 8px rgba(0, 0, 0, 0.2);
  border-radius: 100px;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.accordion-wrapper {
  width: 100%;
}
.accordion-wrapper .accordion-item {
  margin: 5px auto;
  margin-bottom: 10px;
}
.accordion-wrapper .accordion-item .accordion-header {
  padding: 10px 0;
  cursor: pointer;
  border-bottom: 1.5px solid #e3e3e3;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.accordion-wrapper .accordion-item .accordion-header .accordion-title {
  font-family: var(--primary-font);
  font-size: clamp(14px, 2.3333vw, 16px);
  font-weight: 600;
  color: var(--body-text-clr);
}
.accordion-wrapper .accordion-item .accordion-body {
  padding: 20px 0;
}
.accordion-wrapper .accordion-toggle {
  background: transparent;
  border: none;
  text-align: left;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 0;
}
.accordion-wrapper .accordion-toggle .accordion-icon {
  margin-right: 10px;
  width: 40px;
  height: 40px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.accordion-wrapper .accordion-toggle .accordion-icon::before {
  color: var(--body-text-clr);
  font-size: 30px;
  content: "\ea50";
  font-family: boxicons !important;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  display: inline-block;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.accordion-wrapper .accordion-item.active .accordion-header .accordion-title {
  color: var(--primary-clr);
}
.accordion-wrapper .accordion-item.active .accordion-icon::before {
  color: var(--primary-clr);
  transform: rotate(90deg);
}

.digtialyties-contact-from-wrapper form {
  margin: 0;
}
.digtialyties-contact-from-wrapper form fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
.digtialyties-contact-from-wrapper .wpcf7-form-control-wrap input[type=text],
.digtialyties-contact-from-wrapper .wpcf7-form-control-wrap input[type=password],
.digtialyties-contact-from-wrapper .wpcf7-form-control-wrap input[type=date],
.digtialyties-contact-from-wrapper .wpcf7-form-control-wrap input[type=datetime],
.digtialyties-contact-from-wrapper .wpcf7-form-control-wrap input[type=email],
.digtialyties-contact-from-wrapper .wpcf7-form-control-wrap input[type=number],
.digtialyties-contact-from-wrapper .wpcf7-form-control-wrap input[type=search],
.digtialyties-contact-from-wrapper .wpcf7-form-control-wrap input[type=tel],
.digtialyties-contact-from-wrapper .wpcf7-form-control-wrap input[type=time],
.digtialyties-contact-from-wrapper .wpcf7-form-control-wrap input[type=url],
.digtialyties-contact-from-wrapper .wpcf7-form-control-wrap textarea {
  width: 100%;
}
.digtialyties-contact-from-wrapper input[type=text].wpcf7-not-valid,
.digtialyties-contact-from-wrapper input[type=password].wpcf7-not-valid,
.digtialyties-contact-from-wrapper input[type=date].wpcf7-not-valid,
.digtialyties-contact-from-wrapper input[type=datetime].wpcf7-not-valid,
.digtialyties-contact-from-wrapper input[type=email].wpcf7-not-valid,
.digtialyties-contact-from-wrapper input[type=number].wpcf7-not-valid,
.digtialyties-contact-from-wrapper input[type=search].wpcf7-not-valid,
.digtialyties-contact-from-wrapper input[type=tel].wpcf7-not-valid,
.digtialyties-contact-from-wrapper input[type=time].wpcf7-not-valid,
.digtialyties-contact-from-wrapper input[type=url].wpcf7-not-valid,
.digtialyties-contact-from-wrapper textarea.wpcf7-not-valid {
  border-color: #e76049;
}
.digtialyties-contact-from-wrapper input[type=text]:-moz-placeholder,
.digtialyties-contact-from-wrapper input[type=password]:-moz-placeholder,
.digtialyties-contact-from-wrapper input[type=date]:-moz-placeholder,
.digtialyties-contact-from-wrapper input[type=datetime]:-moz-placeholder,
.digtialyties-contact-from-wrapper input[type=email]:-moz-placeholder,
.digtialyties-contact-from-wrapper input[type=number]:-moz-placeholder,
.digtialyties-contact-from-wrapper input[type=search]:-moz-placeholder,
.digtialyties-contact-from-wrapper input[type=tel]:-moz-placeholder,
.digtialyties-contact-from-wrapper input[type=time]:-moz-placeholder,
.digtialyties-contact-from-wrapper input[type=url]:-moz-placeholder,
.digtialyties-contact-from-wrapper textarea:-moz-placeholder {
  font-weight: 400;
  color: #888888;
}
.digtialyties-contact-from-wrapper input[type=text]::-moz-placeholder,
.digtialyties-contact-from-wrapper input[type=password]::-moz-placeholder,
.digtialyties-contact-from-wrapper input[type=date]::-moz-placeholder,
.digtialyties-contact-from-wrapper input[type=datetime]::-moz-placeholder,
.digtialyties-contact-from-wrapper input[type=email]::-moz-placeholder,
.digtialyties-contact-from-wrapper input[type=number]::-moz-placeholder,
.digtialyties-contact-from-wrapper input[type=search]::-moz-placeholder,
.digtialyties-contact-from-wrapper input[type=tel]::-moz-placeholder,
.digtialyties-contact-from-wrapper input[type=time]::-moz-placeholder,
.digtialyties-contact-from-wrapper input[type=url]::-moz-placeholder,
.digtialyties-contact-from-wrapper textarea::-moz-placeholder {
  font-weight: 400;
  color: #888888;
}
.digtialyties-contact-from-wrapper input[type=text]:-ms-input-placeholder,
.digtialyties-contact-from-wrapper input[type=password]:-ms-input-placeholder,
.digtialyties-contact-from-wrapper input[type=date]:-ms-input-placeholder,
.digtialyties-contact-from-wrapper input[type=datetime]:-ms-input-placeholder,
.digtialyties-contact-from-wrapper input[type=email]:-ms-input-placeholder,
.digtialyties-contact-from-wrapper input[type=number]:-ms-input-placeholder,
.digtialyties-contact-from-wrapper input[type=search]:-ms-input-placeholder,
.digtialyties-contact-from-wrapper input[type=tel]:-ms-input-placeholder,
.digtialyties-contact-from-wrapper input[type=time]:-ms-input-placeholder,
.digtialyties-contact-from-wrapper input[type=url]:-ms-input-placeholder,
.digtialyties-contact-from-wrapper textarea:-ms-input-placeholder {
  font-weight: 400;
  color: #888888;
}
.digtialyties-contact-from-wrapper input[type=text]::-webkit-input-placeholder,
.digtialyties-contact-from-wrapper input[type=password]::-webkit-input-placeholder,
.digtialyties-contact-from-wrapper input[type=date]::-webkit-input-placeholder,
.digtialyties-contact-from-wrapper input[type=datetime]::-webkit-input-placeholder,
.digtialyties-contact-from-wrapper input[type=email]::-webkit-input-placeholder,
.digtialyties-contact-from-wrapper input[type=number]::-webkit-input-placeholder,
.digtialyties-contact-from-wrapper input[type=search]::-webkit-input-placeholder,
.digtialyties-contact-from-wrapper input[type=tel]::-webkit-input-placeholder,
.digtialyties-contact-from-wrapper input[type=time]::-webkit-input-placeholder,
.digtialyties-contact-from-wrapper input[type=url]::-webkit-input-placeholder,
.digtialyties-contact-from-wrapper textarea::-webkit-input-placeholder {
  font-weight: 400;
  color: #888888;
}
.digtialyties-contact-from-wrapper input[type=text].large,
.digtialyties-contact-from-wrapper input[type=password].large,
.digtialyties-contact-from-wrapper input[type=date].large,
.digtialyties-contact-from-wrapper input[type=datetime].large,
.digtialyties-contact-from-wrapper input[type=email].large,
.digtialyties-contact-from-wrapper input[type=number].large,
.digtialyties-contact-from-wrapper input[type=search].large,
.digtialyties-contact-from-wrapper input[type=tel].large,
.digtialyties-contact-from-wrapper input[type=time].large,
.digtialyties-contact-from-wrapper input[type=url].large,
.digtialyties-contact-from-wrapper textarea.large {
  height: 46px;
  padding: 17px 20px;
}
.digtialyties-contact-from-wrapper .wpcf7 .ajax-loader {
  display: none;
}
.digtialyties-contact-from-wrapper .wpcf7-response-output {
  padding: 18px 22px !important;
  font-size: 12px;
  text-transform: uppercase;
  text-align: center;
}
.digtialyties-contact-from-wrapper .screen-reader-response {
  display: none !important;
}
.digtialyties-contact-from-wrapper input[type=submit].full,
.digtialyties-contact-from-wrapper .button.full,
.digtialyties-contact-from-wrapper .btn.full,
.digtialyties-contact-from-wrapper .pushbutton-wide.full,
.digtialyties-contact-from-wrapper .wp-block-search__button.full {
  width: 100%;
  text-align: center;
}
.digtialyties-contact-from-wrapper input[type=radio]:checked:before,
.digtialyties-contact-from-wrapper input[type=checkbox]:checked:before,
.digtialyties-contact-from-wrapper .wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:checked:before,
.digtialyties-contact-from-wrapper .wc-block-components-checkbox .wc-block-components-checkbox__input[type=radio]:checked:before,
.digtialyties-contact-from-wrapper .wc-block-components-radio-control .wc-block-components-radio-control__input:checked:before {
  background: var(--primary-clr);
  border-radius: 0;
}
.digtialyties-contact-from-wrapper form p {
  margin: 0;
}
.digtialyties-contact-from-wrapper textarea.wpcf7-form-control.wpcf7-textarea {
  height: 9.25rem;
}
.digtialyties-contact-from-wrapper .wpcf7-form-control-wrap input[type=text],
.digtialyties-contact-from-wrapper .wpcf7-form-control-wrap input[type=password],
.digtialyties-contact-from-wrapper .wpcf7-form-control-wrap input[type=date],
.digtialyties-contact-from-wrapper .wpcf7-form-control-wrap input[type=datetime],
.digtialyties-contact-from-wrapper .wpcf7-form-control-wrap input[type=email],
.digtialyties-contact-from-wrapper .wpcf7-form-control-wrap input[type=number],
.digtialyties-contact-from-wrapper .wpcf7-form-control-wrap input[type=search],
.digtialyties-contact-from-wrapper .wpcf7-form-control-wrap input[type=tel],
.digtialyties-contact-from-wrapper .wpcf7-form-control-wrap input[type=time],
.digtialyties-contact-from-wrapper .wpcf7-form-control-wrap input[type=url],
.digtialyties-contact-from-wrapper .wpcf7-form-control-wrap textarea,
.digtialyties-contact-from-wrapper .wpcf7-select,
.digtialyties-contact-from-wrapper input[type=number] {
  color: var(--primary-clr);
  background: transparent;
  box-sizing: border-box;
  width: 100%;
  padding: 0.45rem 1rem;
  height: 2.5rem;
  font-size: 13px;
  border-color: #CCCCCC;
  border-style: solid;
  border-width: 2px;
  border-radius: 0;
}
.digtialyties-contact-from-wrapper .wpcf7-select {
  height: 2.5rem;
  font-size: 13px;
}
.digtialyties-contact-from-wrapper .wp-form-column label {
  margin-bottom: 0.313rem;
  font-size: clamp(12px, 3vw, 13px);
  font-weight: 600;
  color: var(--dark-clr);
}
.digtialyties-contact-from-wrapper .wp-form-column abbr.required {
  margin-left: 0.25rem;
}
.digtialyties-contact-from-wrapper .wpcf7-form-control.wpcf7-checkbox span.wpcf7-list-item label,
.digtialyties-contact-from-wrapper .wpcf7-form-control.wpcf7-acceptance span.wpcf7-list-item label {
  font-weight: 400;
}
.digtialyties-contact-from-wrapper .wpcf7-form-control.wpcf7-radio .wpcf7-list-item {
  margin-right: 1rem;
}
.digtialyties-contact-from-wrapper .wpcf7-list-item {
  margin: 0;
  font-weight: 400;
}
.digtialyties-contact-from-wrapper .wpcf7-list-item.first,
.digtialyties-contact-from-wrapper .wpcf7-list-item .last {
  margin: 0;
}
.digtialyties-contact-from-wrapper .wp-form-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}
.digtialyties-contact-from-wrapper .wp-form-column {
  display: flex;
  flex-direction: column;
  flex: 1;
  width: 46%;
  margin-bottom: 1.5rem;
  padding-right: 1.5rem;
}
.digtialyties-contact-from-wrapper .wpcf7-checkbox .wpcf7-list-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 0.5rem;
  margin-left: 0;
  margin-right: 0;
}
.digtialyties-contact-from-wrapper .wpcf7-checkbox span.wpcf7-list-item label {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
.digtialyties-contact-from-wrapper input[type=radio]:before,
.digtialyties-contact-from-wrapper input[type=checkbox]:before,
.digtialyties-contact-from-wrapper .wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:before,
.digtialyties-contact-from-wrapper .wc-block-components-checkbox .wc-block-components-checkbox__input[type=radio]:before,
.digtialyties-contact-from-wrapper .wc-block-components-radio-control .wc-block-components-radio-control__input:before {
  background: transparent;
  content: "";
  display: block;
  margin: 4px;
  width: 8px;
  height: 8px;
  transition: all 0.4s ease-in-out;
}
.digtialyties-contact-from-wrapper input[type=radio],
.digtialyties-contact-from-wrapper input[type=checkbox],
.digtialyties-contact-from-wrapper .wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox],
.digtialyties-contact-from-wrapper .wc-block-components-checkbox .wc-block-components-checkbox__input[type=radio],
.digtialyties-contact-from-wrapper .wc-block-components-radio-control .wc-block-components-radio-control__input {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  border: 2px solid var(--primary-clr);
  border-radius: 0;
  position: relative;
  cursor: pointer;
  display: inline-block;
  margin: 0 10px 0 0;
  width: 20px;
  min-width: 20px;
  height: 20px;
  box-shadow: none;
  vertical-align: middle;
  transition: all 0.4s ease-in-out;
}
.digtialyties-contact-from-wrapper input[type=checkbox]:checked:after {
  content: "";
  background: transparent;
  display: block;
  width: 12px;
  height: 12px;
  transition: all 0.4s;
  color: #ffffff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.digtialyties-contact-from-wrapper .wpcf7-checkbox .wpcf7-list-item:last-of-type {
  margin-right: 0;
}
.digtialyties-contact-from-wrapper .wpcf7-checkbox {
  display: flex;
}
.digtialyties-contact-from-wrapper .wpcf7-checkbox label input {
  margin-right: 10px;
}
.digtialyties-contact-from-wrapper .wpcf7-checkbox {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.45rem;
  width: 100%;
}
.digtialyties-contact-from-wrapper .wpcf7-acceptance span.wpcf7-list-item-label {
  display: inline;
  vertical-align: middle;
}
.digtialyties-contact-from-wrapper .wp-form .wpcf7-checkbox .wpcf7-list-item {
  width: auto;
  margin-bottom: 0.938rem;
}
.digtialyties-contact-from-wrapper .wpcf7 .wpcf7-submit {
  max-width: 18.75rem;
}
.digtialyties-contact-from-wrapper .wp-form .link--underline {
  color: var(--primary-clr);
  border-color: var(--primary-clr);
}
@media (max-width: 991px) {
  .digtialyties-contact-from-wrapper .wp-form .wpcf7-checkbox .wpcf7-list-item {
    width: 100%;
  }
}
@media only screen and (max-width: 991px) {
  .digtialyties-contact-from-wrapper .wp-form-row {
    flex-direction: column;
  }
  .digtialyties-contact-from-wrapper .wp-form-column {
    width: 100%;
    padding-right: 0;
    margin-bottom: 1.25rem;
  }
}
.digtialyties-contact-from-wrapper .wp-form .wpcf7-not-valid-tip {
  color: red !important;
  font-size: 12px !important;
}

.tabs {
  width: 100%;
  display: inline-block;
}
.tabs .tab-links {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 0.938rem;
}
.tabs .tab-links:after {
  display: block;
  clear: both;
  content: "";
}
.tabs .tab-links .tab-item {
  margin: 0px 5px;
  list-style: none;
  background: #EDEDED;
  border: 2px solid #EDEDED;
}
.tabs .tab-links .tab-item:hover, .tabs .tab-links .tab-item.active {
  background: var(--primary-clr);
  border-color: var(--primary-clr);
  text-decoration: none;
}
.tabs .tab-links .tab-item:hover .tab-link, .tabs .tab-links .tab-item.active .tab-link {
  color: var(--white-clr);
}
.tabs .tab-links .tab-item .tab-link {
  cursor: pointer;
  font-weight: 700;
  padding: 6px 12px;
  display: block;
  background: transparent;
  transition: all linear 0.15s;
  color: var(--dark-clr);
}
.tabs .tab-content {
  padding: 0.938rem;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.tabs .tab {
  display: none;
  width: 100%;
}
.tabs .tab.active {
  display: block;
}

video {
  width: 100%;
  height: auto;
  display: block;
}

/** Table */
.digitalyties-table-wrapper {
  position: relative;
  /** Scrollable Table */
}
.digitalyties-table-wrapper .digitalyties-table {
  width: 100%;
  border-spacing: 0;
  width: 100%;
  border-collapse: collapse;
}
.digitalyties-table-wrapper .digitalyties-table thead {
  width: 100%;
  text-align: left;
  background: linear-gradient(-180deg, rgba(2, 0, 36, 0.0760898109) 0%, rgb(139, 0, 3) 0%, rgb(168, 0, 4) 100%);
}
.digitalyties-table-wrapper .digitalyties-table thead th {
  color: #ffffff;
  padding: 0.938rem;
  font-weight: 600;
}
.digitalyties-table-wrapper .digitalyties-table td {
  padding: 0.938rem;
  border-bottom: 1px solid #F2F2F2;
}
.digitalyties-table-wrapper .digitalyties-table td {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.digitalyties-table-wrapper .scrollable .scroll-hint-button-prev,
.digitalyties-table-wrapper .scrollable .scroll-hint-button-next {
  opacity: 1;
}
.digitalyties-table-wrapper .scroll-hint-button-prev,
.digitalyties-table-wrapper .scroll-hint-button-next {
  transition: opacity 0.3s ease-in-out;
}
.digitalyties-table-wrapper .scroll-hint-button-prev:hover,
.digitalyties-table-wrapper .scroll-hint-button-next:hover {
  background-color: var(--primary-color);
}
.digitalyties-table-wrapper .scroll-hint-button-prev,
.digitalyties-table-wrapper .scroll-hint-button-next {
  all: unset;
  display: none;
  position: absolute;
  top: 50%;
  background-color: rgba(36, 34, 34, 0.55);
  -webkit-border-radius: 50%;
  border-radius: 50%;
  color: white;
  border: none;
  cursor: pointer;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  width: 30px;
  min-width: 30px;
  min-height: 30px;
  max-width: 30px;
  max-height: 30px;
}
.digitalyties-table-wrapper .scroll-hint-button-prev i,
.digitalyties-table-wrapper .scroll-hint-button-next i {
  font-size: 23px;
  color: #ffffff;
}
.digitalyties-table-wrapper .scroll-hint-button-prev {
  left: 12px;
}
.digitalyties-table-wrapper .scroll-hint-button-next {
  right: 12px;
}
.digitalyties-table-wrapper .scroll-hint-button-prev,
.digitalyties-table-wrapper .scroll-hint-button-next {
  transition: background-color 0.3s ease, transform 0.3s ease;
}
.digitalyties-table-wrapper .scroll-hint-button-prev,
.digitalyties-table-wrapper .scroll-hint-button-next {
  display: none;
}
.digitalyties-table-wrapper .scroll-hint-button-prev.visible,
.digitalyties-table-wrapper .scroll-hint-button-next.visible {
  display: flex;
}
.digitalyties-table-wrapper .scrollable-container.scrolled .scroll-hint-button-prev,
.digitalyties-table-wrapper .scrollable-container.scrolled .scroll-hint-button-next {
  display: flex;
}

@media (max-width: 991px) {
  .scrollable-container.scrollable .scroll-hint-button-prev,
.scrollable-container.scrollable .scroll-hint-button-next {
    display: block;
  }
}
/** Lists */
.check-list,
.dot-list {
  padding-bottom: 0.313rem;
  font-size: 0.875rem;
  align-items: center;
  justify-content: start;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}
.check-list .list-item,
.dot-list .list-item {
  display: flex;
  align-items: center;
  justify-content: start;
  width: 100%;
}
.check-list .list-item p,
.dot-list .list-item p {
  margin: 0;
}
.check-list .list-item:before,
.dot-list .list-item:before {
  font-family: boxicons !important;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  display: inline-block;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.5rem;
  padding-right: 0.625rem;
  color: var(--primary-clr);
}

.dot-list .list-item:before {
  content: "\eeb6";
}

.check-list .list-item:before {
  content: "\ea41";
}

/** Remove Default List Styling */
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul li {
  padding: 0;
  margin: 0;
}

.card {
  box-shadow: 1px -1px 5px rgba(0, 0, 0, 0.24);
  height: 100%;
  display: block;
}
.card .card-header .card-title {
  margin: 0;
  font-size: var(--card-title-fs);
}
.card .card-specs {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.card .card-content {
  padding: 1.45rem;
}
.card .card-content .card-text {
  margin: 0;
}
.card .card-content .card-title {
  margin: 0;
  font-size: var(--card-title-fs);
}
.card .card-content .card-description {
  font-size: var(--card-description-fs);
}

/** Underlined Link */
.link {
  color: var(--dark-color);
  padding-bottom: 1px;
  border-bottom: 1px solid;
}
.link:hover {
  color: var(--primary-color);
}

/** Arrow Link */
.arrow-link {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  align-items: center;
  transition: all 300ms;
}
.arrow-link .text {
  font-weight: 600;
}
.arrow-link:hover .icon {
  transform: translateX(8px);
}
.arrow-link .icon {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  transition: all 300ms;
  background: transparent;
}
.arrow-link .icon i {
  font-size: 28px;
}
.arrow-link.bg-white .icon {
  background: #ffffff;
}
.arrow-link.bg-white .icon > i {
  color: var(--dark-color);
}
.arrow-link.primary-clr-bg .icon {
  background: var(--primary-color);
}
.arrow-link.primary-clr-bg .icon > i {
  color: #ffffff;
}

.teaser-box.teaser-style-1 {
  position: relative;
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
  display: flex;
  align-items: stretch;
}
.teaser-box.teaser-style-1:hover .overlay {
  background: var(--secondary-clr);
  opacity: 10%;
  transition: all 300ms;
}
.teaser-box.teaser-style-1 .teaser-box--inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.teaser-box.teaser-style-1 .teaser-image {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.teaser-box.teaser-style-1 .teaser-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.teaser-box.teaser-style-1 .overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
  z-index: 2;
}
.teaser-box.teaser-style-1 .teaser-content {
  position: relative;
  z-index: 1;
  color: #fff;
  padding: 1.5rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.teaser-box.teaser-style-1 .teaser-content .teaser-title,
.teaser-box.teaser-style-1 .teaser-content .teaser-text {
  color: #ffffff;
}
.teaser-box.teaser-style-1 .teaser-content .icon-wrapper {
  margin-bottom: 0.938rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.teaser-box.teaser-style-1 .teaser-content .icon-wrapper .icon {
  width: auto;
  height: auto;
  max-width: 55px;
}
.teaser-box.teaser-style-1 .teaser-content .teaser-title {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
}
.teaser-box.teaser-style-1 .teaser-content .teaser-text {
  font-size: 1rem;
  margin-bottom: 1rem;
}
.teaser-box.teaser-style-1 .teaser-content .teaser-link {
  align-self: start;
  padding: 0.4rem 0.75rem;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  border: 1px solid #fff;
  font-size: 0.875rem;
  text-decoration: none;
}
.teaser-box.teaser-style-1 .teaser-content .teaser-link:hover {
  background: rgba(255, 255, 255, 0.2);
}

.teaser-box.teaser-style-2 {
  box-shadow: 0 1px 7px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  background-color: #fff;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.teaser-box.teaser-style-2 .teaser-box--inner {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.teaser-box.teaser-style-2 .teaser-image img {
  width: 100%;
  height: auto;
  display: block;
}
.teaser-box.teaser-style-2 .teaser-content {
  padding: 1.5rem;
}
.teaser-box.teaser-style-2 .teaser-content .icon-wrapper {
  margin-bottom: 0.938rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.teaser-box.teaser-style-2 .teaser-content .icon-wrapper .icon {
  width: auto;
  height: auto;
  max-width: 55px;
}
.teaser-box.teaser-style-2 .teaser-content .teaser-title {
  font-size: var(--heading-xxs-fs);
  font-family: var(--secondary-font);
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.teaser-box.teaser-style-2 .teaser-content .teaser-link {
  margin-top: 0.938rem;
  display: inline-block;
}

.icon-box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.icon-box .icon-wrapper {
  background: var(--secondary-clr);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 85px;
  height: 85px;
  border-radius: 10px;
}
.icon-box .icon-wrapper img {
  width: auto;
  height: auto;
  max-width: 50px;
}
.icon-box .content-wrapper {
  text-align: center;
}
.icon-box .content-wrapper .icon-box-title {
  font-family: var(--primary-font);
  font-size: var(--heading-xxs-fs);
  font-weight: 700;
}

.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-timing-function: ease-out;
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInLeft {
  animation-name: fadeInLeft;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInUp {
  animation-name: fadeInUp;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  animation-name: fadeIn;
}

@keyframes animateIn {
  0% {
    opacity: 0;
    transform: scale(0.6) translateY(-8px);
  }
  100% {
    opacity: 1;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/** section animations */
.section--animated {
  overflow: hidden;
}
.section--animated .fade-in {
  opacity: 0;
  transition: opacity 1s ease-out;
}
.section--animated .slide-left {
  transform: translateX(-100%);
  opacity: 0;
  transition: transform 1s ease-out, opacity 1s ease-out;
}
.section--animated .slide-right {
  transform: translateX(100%);
  opacity: 0;
  transition: transform 1s ease-out, opacity 1s ease-out;
}
.section--animated .slide-up {
  transform: translateY(100%);
  opacity: 0;
  transition: transform 1s ease-out, opacity 1s ease-out;
}

.fade-in,
.slide-right,
.slide-left,
.slide-up {
  opacity: 0;
  transition: opacity 0.3s, transform 0.3s;
  /* optional: für eine weiche Übergangsanimation */
}

.navbar {
  background: #fff;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  z-index: 100;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: var(--nav-height-desktop);
  position: relative;
  justify-content: center;
  z-index: 8;
  box-shadow: 1px 2px 7px rgba(61, 61, 61, 0.25);
}
.navbar.is--fixed {
  background: #ffffff;
  transition: all 300ms;
  position: fixed;
  top: 0;
}
.navbar nav {
  display: block;
  width: 100%;
}
.navbar nav ul {
  display: flex;
  align-items: center;
}
.navbar nav ul li {
  padding: 8px;
}
.navbar nav ul li a {
  color: var(--nav-link-clr);
  font-size: var(--nav-link-fs);
  font-weight: var(--nav-link-weight);
}
.navbar nav ul li a:hover {
  color: var(--nav-link-hover-clr);
}
.navbar nav ul li.current_page_item a, .navbar nav ul li.current-menu-item a {
  color: var(--nav-link-active-clr);
}

.nav--is-open {
  overflow: hidden !important;
}

.navbar .navbar-wrapper {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  border-bottom: 1px solid #eee;
  width: 100%;
}
.navbar .navbar-wrapper .main-nav-wrapper {
  width: auto;
  display: flex;
  justify-content: space-between;
}

.mobile-navigation {
  display: none;
  flex-direction: column;
  padding: 15px;
  background: var(--mobile-nav-bg-clr);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  bottom: 0;
  flex-direction: column;
  left: 0;
  overflow-y: auto;
  position: fixed;
  right: 0;
  top: 0;
  transform: translateX(150%);
  transition: 0.3s ease;
  z-index: 8888;
  /** Mobile Nav */
}
.mobile-navigation nav ul {
  flex-direction: column;
  align-items: flex-start;
}
.mobile-navigation nav ul li {
  width: 100%;
  padding: 0;
}
.mobile-navigation nav ul li a {
  color: var(--mobile-nav-link-clr);
  font-size: var(--mobile-nav-fs);
}
.mobile-navigation nav ul li a:hover {
  color: var(--mobile-nav-link-hover-clr);
}
.mobile-navigation nav ul li.current_page_item a, .mobile-navigation nav ul li.current-menu-item a {
  color: var(--mobile-nav-link-hover-clr);
}

.branding .logo {
  width: auto;
  height: auto;
}

.mobile-navbar-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 15px;
}
.mobile-navbar-wrapper .mobile-action-bar {
  display: flex;
  gap: 15px;
  align-items: center;
}
.mobile-navbar-wrapper .mobile-action-bar .mobile-user-icons {
  display: flex;
  align-items: center;
  gap: 15px;
}

/** Hamburger - Menu Toggle */
.hamburger {
  cursor: pointer;
  position: relative;
  display: flex;
  flex-direction: column;
  height: 2rem;
  width: 2rem;
  align-items: center;
  justify-content: center;
}
.hamburger .hamburger-line {
  height: var(--hamburger-line-height);
  width: 1.65rem;
  background-color: var(--hamburger-line-color);
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.hamburger .hamburger-line.middle {
  margin-top: 0.25rem;
}
.hamburger .hamburger-line.bottom {
  margin-top: 0.25rem;
}

.nav--is-open .hamburger.menu-toggle.active {
  z-index: 999999;
  background: var(--hamburger-background-active-color);
}
.nav--is-open .hamburger.menu-toggle.active .hamburger-line {
  background-color: var(--hamburger-line-active-color);
}

.hamburger .hamburger-line {
  height: 2.5px;
  width: 1.65rem;
  background-color: var(--hamburger-line-color);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s ease;
}

.hamburger.active .hamburger-line.top {
  transform: rotate(45deg) translate(0.3rem, 0.3rem);
}

.hamburger.active .hamburger-line.middle {
  opacity: 0;
}

.hamburger.active .hamburger-line.bottom {
  transform: rotate(-45deg) translate(0.3rem, -0.3rem);
}

@media (max-width: 1399px) {
  .nav--is-open {
    overflow: hidden;
  }
  .navbar {
    height: var(--nav-height-mobile);
  }
  .navbar .header-menu {
    flex-direction: column;
    align-items: start;
    justify-content: flex-start;
    margin: 5rem 0;
    padding: 0 15px;
    height: 100%;
    justify-content: center;
  }
  .navbar .navbar-wrapper {
    display: none;
  }
  .mobile-navigation.is-open {
    transform: translateX(0);
    display: flex;
  }
  .mobile-navigation-wrapper {
    margin-top: 2.813rem;
  }
}
@media (min-width: 1400px) {
  .navbar .container-fluid {
    padding: 0 30px;
  }
  .mobile-button-wrapper {
    display: none;
  }
  .mobile-toggle-wapper {
    display: none;
  }
  /* Mobile Styles */
  .mobile-navbar-wrapper {
    display: none;
  }
}
/* Media Queries */
@media (max-width: 768px) {
  .desktop-only {
    display: none;
  }
  .mobile-only {
    display: flex;
  }
  .mobile-navigation {
    display: flex;
  }
}
.brand-wrapper .logo {
  max-width: var(--logo-max-width);
}

.nav--is-sticky .navbar {
  height: var(--nav-height-sticky);
}

.nav--is-sticky .navbar .brand-wrapper .logo {
  max-width: var(--logo-max-width-sticky) !important;
}

.navbar {
  background: #ffffff;
  transition: all 300ms;
  position: fixed;
  top: 0;
}

@media (max-width: 1399px) {
  #main {
    margin-top: var(--nav-height-mobile);
  }
}
@media (min-width: 1400px) {
  #main {
    margin-top: var(--nav-height-desktop);
  }
}
footer {
  position: relative;
}
footer .social-media-wrapper .social-icon-list {
  display: flex;
  align-items: center;
  width: 100%;
  flex-direction: row;
  gap: 20px;
}
footer .social-media-wrapper .social-icon-list .social-item {
  width: 40px;
  height: 40px;
  background: transparent;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .social-media-wrapper .social-icon-list .social-item:hover .social-link {
  opacity: 75%;
}
footer .social-media-wrapper .social-icon-list .social-item:hover i {
  color: var(--footer-social-link-hover-clr);
}
footer .social-media-wrapper .social-icon-list .social-item .social-link i {
  color: var(--footer-social-link-clr);
  font-size: var(--footer-social-link-fs);
}
footer .social-media-wrapper .social-icon-list .social-item:last-child {
  margin-right: 0;
}
footer .social-media-wrapper .social-icon-list .social-item .social-link {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .footer-top {
  background: var(--footer-top-bg-clr);
  padding: 4.063rem 0;
}
footer .footer-top .col-lg-4 {
  margin-top: 2.5rem;
  padding-right: 30px;
  padding-left: 30px;
}
footer .footer-top ul {
  list-style: none;
}
footer .footer-top p, footer .footer-top span {
  color: var(--footer-top-clr);
}
footer .footer-top a:not(.d-btn), footer .footer-top a:not(.d-btn) span {
  color: var(--footer-top-clr);
}
footer .footer-top a:not(.d-btn):hover, footer .footer-top a:not(.d-btn) span:hover {
  color: var(--akzent-clr);
}
footer .footer-section {
  margin-bottom: 1.875rem;
}
footer .footer-section--title {
  color: var(--footer-section-title-clr);
  font-weight: var(--footer-section-title-fw);
  font-size: var(--footer-section-title-fs);
  font-family: var(--footer-section-title-font);
  margin-bottom: 0.25rem;
}
footer .footer-section p {
  font-size: var(--footer-top-fs);
  color: var(--footer-top-clr);
  margin-top: 0rem;
  margin-bottom: 0.125rem;
}
footer .footer-section a:not(.d-btn) {
  font-size: var(--footer-top-fs);
  color: var(--footer-top-clr);
}
footer .footer-section a:not(.social-link) {
  font-size: var(--footer-top-fs);
}

.footer-bottom {
  font-size: var(--footer-bottom-fs);
  background: var(--footer-bottom-bg-clr);
  color: var(--footer-bottom-clr);
  padding: 0.938rem 0;
}
.footer-bottom .col-lg-6 {
  padding-right: 30px;
  padding-left: 30px;
}
.footer-bottom .legal-links,
.footer-bottom .copyright-info {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.footer-bottom .legal-links > li:last-of-type,
.footer-bottom .copyright-info > li:last-of-type {
  margin: 0;
}
.footer-bottom .legal-links > li,
.footer-bottom .copyright-info > li {
  margin-right: 1rem;
}
.footer-bottom .legal-links span:first-of-type,
.footer-bottom .copyright-info span:first-of-type {
  margin-right: 1rem;
}
.footer-bottom p, .footer-bottom span {
  color: var(--footer-bottom-clr);
}
.footer-bottom a {
  color: var(--footer-bottom-link-clr);
}
.footer-bottom a:hover {
  color: var(--footer-bottom-link-hover-clr);
}

.footer-section:last-child {
  margin: 0;
}

@media (max-width: 991px) {
  #footer {
    text-align: left;
  }
}
/* Back to Top */
.back-top-wrapper {
  visibility: hidden;
  opacity: 0;
  transition: all 300ms;
  position: fixed;
  right: 15px;
  bottom: 15px;
  z-index: 2;
}
.back-top-wrapper.show {
  opacity: 1;
  visibility: visible;
}

/* back top */
.back-to-top {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 100px;
  background: var(--white-clr);
  box-shadow: -1px 1px 8px rgba(0, 0, 0, 0.3);
}
.back-to-top i {
  font-size: 35px !important;
  color: var(--primary-clr);
}
.back-to-top:hover {
  background: var(--white-clr);
  opacity: 75%;
}

#footer .footer-menu .menu li.menu-item,
#footer .footer-menu .menu li .footer-menu-item {
  padding: 2px 0;
}
#footer .footer-menu .menu li.menu-item a,
#footer .footer-menu .menu li .footer-menu-item a {
  color: var(--footer-top-clr);
}
#footer .footer-menu .menu li.menu-item a:hover,
#footer .footer-menu .menu li .footer-menu-item a:hover {
  color: var(--akzent-clr);
}
#footer .footer-menu .menu li.menu-item.current_page_item a,
#footer .footer-menu .menu li .footer-menu-item.current_page_item a {
  color: var(--akzent-clr);
}

.hero-header {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
.hero-header .hero-pretitle {
  font-size: var(--hero-pretitle-fs);
  margin-bottom: 0.5rem;
}
.hero-header .hero-title {
  font-size: var(--hero-title-fs);
  line-height: 1.2;
  margin-bottom: 0.75rem;
}
.hero-header .hero-subtitle {
  font-size: var(--hero-subtitle-fs);
  margin-bottom: 1rem;
}
.hero-header .hero-text {
  font-size: var(--body-fs);
  line-height: var(--body-lh);
  margin-bottom: 1.25rem;
}
.hero-header .hero-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.hero-header.hero-image.has-text-on-image .hero--content-wrapper {
  position: absolute;
  width: 100%;
  color: var(--hero-text-clr);
  z-index: 2;
}
.hero-header.hero-image.has-text-on-image .hero--content-wrapper.text-center .hero-buttons {
  justify-content: center;
}
.hero-header.hero-image.has-text-on-image .hero--content-wrapper .hero-pretitle {
  color: var(--hero-text-clr);
}
.hero-header.hero-image.has-text-on-image .hero--content-wrapper .hero-title {
  color: var(--hero-text-clr);
}
.hero-header.hero-image.has-text-on-image .hero--content-wrapper .hero-subtitle {
  color: var(--hero-text-clr);
}
.hero-header.hero-image.has-text-on-image .hero--content-wrapper .hero-text {
  color: var(--hero-text-clr);
}
.hero-header.hero-image .hero--image-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
}
.hero-header.hero-image .hero--image-wrapper .hero-image {
  width: 100%;
  height: auto;
}
@media (max-width: 576px) {
  .hero-header.hero-image .hero--image-wrapper .hero-image {
    object-fit: cover;
    min-height: 425px;
    object-position: center;
  }
}
.hero-header.hero-text {
  padding-top: 5.625rem;
  padding-bottom: 5.625rem;
}
.hero-header.hero-background-color {
  padding-top: 7.813rem;
  padding-bottom: 7.813rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--secondary-clr);
}
@media (max-width: 991px) {
  .hero-header.hero-background-color {
    padding-top: 5.625rem;
    padding-bottom: 5.625rem;
  }
}
.hero-header.hero-background-color .hero-brackground-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-header.hero-background-color .hero-brackground-wrapper .hero--content-wrapper {
  width: 100%;
  margin: auto;
  position: absolute;
  height: 100%;
  text-align: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.hero-header .hero--content-wrapper.text-center .hero-buttons {
  justify-content: center;
}

.section-header {
  display: flex;
  width: 100%;
  padding-bottom: 2.813rem;
}
.section-header.two-columns .section-header__inner {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  align-items: flex-end;
  width: 100%;
}
@media (max-width: 576px) {
  .section-header.two-columns .section-header__inner {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
  }
}
.section-header.one-column {
  flex-direction: column;
}
.section-header.one-column .section-header__inner {
  display: block;
}
.section-header[data-section-header-align=center] {
  text-align: center;
  justify-content: center;
}
.section-header[data-section-header-align=right] {
  text-align: right;
}

.error404 {
  width: 100%;
  height: 100%;
  min-height: 100vh;
  background: var(--primary-clr);
  color: #ffffff;
  display: flex;
  justify-content: center;
}
.error404 .link--underline {
  border-bottom: 1px solid #ffffff;
  padding-bottom: 2px;
}
.error404 .link--underline:hover {
  opacity: 0.75;
  color: #ffffff;
}

.page-header-404 .logo-404-page {
  display: flex;
  margin: auto;
  align-items: center;
  justify-content: center;
}
.page-header-404 .logo-404-page img {
  max-width: 14.375rem;
}

#not-found .page-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  max-width: 71.25rem;
  padding: 0 0.938rem;
}

.logo-wrapper-404 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 0 auto 3rem auto;
  max-width: 8rem;
}

#not-found {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

#imprint .imprint-wrapper h2,
#imprint .imprint-wrapper h3,
#imprint .imprint-wrapper h4,
#imprint .imprint-wrapper h5,
#imprint .imprint-wrapper h6,
#dsgvo .dsgvo-wrapper h2,
#dsgvo .dsgvo-wrapper h3,
#dsgvo .dsgvo-wrapper h4,
#dsgvo .dsgvo-wrapper h5,
#dsgvo .dsgvo-wrapper h6 {
  font-family: var(--theme-secondary-font);
  color: var(--dark-clr);
  font-weight: var(--fw-bold);
}

#imprint .imprint-wrapper a,
#dsgvo .dsgvo-wrapper a {
  color: var(--dark-clr);
}
#imprint .imprint-wrapper a:hover,
#dsgvo .dsgvo-wrapper a:hover {
  color: var(--theme-primary-color);
}

#imprint .imprint-wrapper h2,
#imprint .imprint-wrapper h3,
#imprint .imprint-wrapper h4,
#imprint .imprint-wrapper h5,
#imprint .imprint-wrapper h6 {
  margin-bottom: 0;
}

#imprint .imprint-wrapper p,
#dsgvo .dsgvo-wrapper p {
  margin-top: 0.325rem;
  margin-bottom: 1.7825rem;
}

#imprint p,
#imprint span,
#imprint a,
#dsgvo p,
#dsgvo span,
#dsgvo a {
  font-weight: var(--fw-regular);
}

#imprint .imprint-wrapper h2,
#dsgvo .dsgvo-wrapper h2 {
  font-size: var(--heading-md);
}

#imprint .imprint-wrapper h3,
#dsgvo .dsgvo-wrapper h3 {
  font-size: var(--heading-sm);
}

#imprint .imprint-wrapper h4,
#dsgvo .dsgvo-wrapper h4 {
  font-size: var(--heading-xs);
}

#imprint .imprint-wrapper h5,
#dsgvo .dsgvo-wrapper h5 {
  font-size: var(--heading-xs);
}

#imprint .imprint-wrapper h6,
#dsgvo .dsgvo-wrapper h6 {
  font-size: var(--heading-xs);
}

@media (min-width: 992px) {
  .footer-bottom .copyright-info span:first-of-type {
    margin-right: 1rem;
  }
  .footer-bottom .copyright-info {
    justify-content: flex-start;
  }
  .footer-bottom .copyright-info {
    justify-content: flex-start;
  }
  .footer-bottom .legal-links {
    justify-content: flex-end;
  }
}
@media (min-width: 992px) {
  .text-lg-center {
    text-align: center;
  }
  .text-lg-left {
    text-align: left;
  }
  .w-lg-10 {
    width: 10%;
  }
  .w-lg-20 {
    width: 20%;
  }
  .w-lg-30 {
    width: 30%;
  }
  .w-lg-40 {
    width: 40%;
  }
  .w-lg-50 {
    width: 50%;
  }
  .w-lg-60 {
    width: 60%;
  }
  .w-lg-70 {
    width: 70%;
  }
  .w-lg-80 {
    width: 80%;
  }
  .w-lg-90 {
    width: 90%;
  }
  .w-lg-100 {
    width: 100%;
  }
  .wp-form .wpcf7-checkbox .wpcf7-list-item {
    margin-right: 0.938rem;
  }
}
@media (max-width: 991px) {
  ul.service-list {
    justify-content: flex-start;
  }
  .content-section {
    padding: 0;
    margin: 2.538rem 0;
  }
  .content-section.first {
    padding: 0.938rem 0;
    margin: 1.975rem 0;
  }
  section {
    padding: 0.938rem 0;
    margin: 1.875rem 0;
  }
}
@media screen and (max-width: 661px) {
  .footer-bottom {
    text-align: center;
  }
  .footer-bottom .copyright-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .footer-bottom .copyright-info span.copyright {
    margin-right: 0;
  }
}
/** Bootstrap Variabeles */ /*!
 * Bootstrap Grid v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

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

.container {
  width: 100%;
  padding-right: 0.938rem;
  padding-left: 0.938rem;
  margin-right: auto;
  margin-left: auto;
  max-width: 1140px;
}

.container-sm {
  width: 100%;
  padding-right: 0.938rem;
  padding-left: 0.938rem;
  margin-right: auto;
  margin-left: auto;
  max-width: 1080px;
}

.container-md {
  width: 100%;
  padding-right: 0.938rem;
  padding-left: 0.938rem;
  margin-right: auto;
  margin-left: auto;
  max-width: 1200px;
}

.container-lg {
  width: 100%;
  padding-right: 0.938rem;
  padding-left: 0.938rem;
  margin-right: auto;
  margin-left: auto;
  max-width: 1340px;
}

.container-xl {
  width: 100%;
  padding-right: 0.938rem;
  padding-left: 0.938rem;
  margin-right: auto;
  margin-left: auto;
  max-width: 1440px;
}

.container-xxl {
  width: 100%;
  padding-right: 0.938rem;
  padding-left: 0.938rem;
  margin-right: auto;
  margin-left: auto;
  max-width: 1540px;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 0.938rem;
  padding-left: 0.938rem;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -0.938rem;
  margin-left: -0.938rem;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

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

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 0.938rem;
  padding-left: 0.938rem;
}

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

.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

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

.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

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

.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

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

.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

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

.order-first {
  -ms-flex-order: -1;
  order: -1;
}

.order-last {
  -ms-flex-order: 13;
  order: 13;
}

.order-0 {
  -ms-flex-order: 0;
  order: 0;
}

.order-1 {
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -ms-flex-order: 12;
  order: 12;
}

.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
.d-none {
  display: none !important;
}

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

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

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

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

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

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

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

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

.flex-fill {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}

.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}

.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}

.align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
/* === Spacing Utilities === */
/* Generate classes */
/* Margin (base) */
.m-0 {
  margin: 0rem !important;
}

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

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

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

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

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

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

/* Padding (base) */
.p-0 {
  padding: 0rem !important;
}

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

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

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

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

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

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

/* Responsive variants */
@media (min-width: 576px) {
  /* Margin (responsive) */
  .m-sm-0 {
    margin: 0rem !important;
  }
  .mt-sm-0 {
    margin-top: 0rem !important;
  }
  .mb-sm-0 {
    margin-bottom: 0rem !important;
  }
  .ml-sm-0 {
    margin-left: 0rem !important;
  }
  .mr-sm-0 {
    margin-right: 0rem !important;
  }
  .mx-sm-0 {
    margin-left: 0rem !important;
    margin-right: 0rem !important;
  }
  .my-sm-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
  /* Padding (responsive) */
  .p-sm-0 {
    padding: 0rem !important;
  }
  .pt-sm-0 {
    padding-top: 0rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0rem !important;
  }
  .pl-sm-0 {
    padding-left: 0rem !important;
  }
  .pr-sm-0 {
    padding-right: 0rem !important;
  }
  .px-sm-0 {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }
  .py-sm-0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
}
@media (min-width: 768px) {
  /* Margin (responsive) */
  .m-md-0 {
    margin: 0rem !important;
  }
  .mt-md-0 {
    margin-top: 0rem !important;
  }
  .mb-md-0 {
    margin-bottom: 0rem !important;
  }
  .ml-md-0 {
    margin-left: 0rem !important;
  }
  .mr-md-0 {
    margin-right: 0rem !important;
  }
  .mx-md-0 {
    margin-left: 0rem !important;
    margin-right: 0rem !important;
  }
  .my-md-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
  /* Padding (responsive) */
  .p-md-0 {
    padding: 0rem !important;
  }
  .pt-md-0 {
    padding-top: 0rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0rem !important;
  }
  .pl-md-0 {
    padding-left: 0rem !important;
  }
  .pr-md-0 {
    padding-right: 0rem !important;
  }
  .px-md-0 {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }
  .py-md-0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
}
@media (min-width: 992px) {
  /* Margin (responsive) */
  .m-lg-0 {
    margin: 0rem !important;
  }
  .mt-lg-0 {
    margin-top: 0rem !important;
  }
  .mb-lg-0 {
    margin-bottom: 0rem !important;
  }
  .ml-lg-0 {
    margin-left: 0rem !important;
  }
  .mr-lg-0 {
    margin-right: 0rem !important;
  }
  .mx-lg-0 {
    margin-left: 0rem !important;
    margin-right: 0rem !important;
  }
  .my-lg-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
  /* Padding (responsive) */
  .p-lg-0 {
    padding: 0rem !important;
  }
  .pt-lg-0 {
    padding-top: 0rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0rem !important;
  }
  .pl-lg-0 {
    padding-left: 0rem !important;
  }
  .pr-lg-0 {
    padding-right: 0rem !important;
  }
  .px-lg-0 {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }
  .py-lg-0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
}
@media (min-width: 1200px) {
  /* Margin (responsive) */
  .m-xl-0 {
    margin: 0rem !important;
  }
  .mt-xl-0 {
    margin-top: 0rem !important;
  }
  .mb-xl-0 {
    margin-bottom: 0rem !important;
  }
  .ml-xl-0 {
    margin-left: 0rem !important;
  }
  .mr-xl-0 {
    margin-right: 0rem !important;
  }
  .mx-xl-0 {
    margin-left: 0rem !important;
    margin-right: 0rem !important;
  }
  .my-xl-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
  /* Padding (responsive) */
  .p-xl-0 {
    padding: 0rem !important;
  }
  .pt-xl-0 {
    padding-top: 0rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0rem !important;
  }
  .pl-xl-0 {
    padding-left: 0rem !important;
  }
  .pr-xl-0 {
    padding-right: 0rem !important;
  }
  .px-xl-0 {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }
  .py-xl-0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
}
@media (min-width: 1400px) {
  /* Margin (responsive) */
  .m-xxl-0 {
    margin: 0rem !important;
  }
  .mt-xxl-0 {
    margin-top: 0rem !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0rem !important;
  }
  .ml-xxl-0 {
    margin-left: 0rem !important;
  }
  .mr-xxl-0 {
    margin-right: 0rem !important;
  }
  .mx-xxl-0 {
    margin-left: 0rem !important;
    margin-right: 0rem !important;
  }
  .my-xxl-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
  /* Padding (responsive) */
  .p-xxl-0 {
    padding: 0rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0rem !important;
  }
  .pl-xxl-0 {
    padding-left: 0rem !important;
  }
  .pr-xxl-0 {
    padding-right: 0rem !important;
  }
  .px-xxl-0 {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }
  .py-xxl-0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
}
/* Margin (base) */
.m-1 {
  margin: 0.25rem !important;
}

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

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

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

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

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

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

/* Padding (base) */
.p-1 {
  padding: 0.25rem !important;
}

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

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

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

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

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

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

/* Responsive variants */
@media (min-width: 576px) {
  /* Margin (responsive) */
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1 {
    margin-left: 0.25rem !important;
  }
  .mr-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mx-sm-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  /* Padding (responsive) */
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1 {
    padding-left: 0.25rem !important;
  }
  .pr-sm-1 {
    padding-right: 0.25rem !important;
  }
  .px-sm-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
}
@media (min-width: 768px) {
  /* Margin (responsive) */
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1 {
    margin-left: 0.25rem !important;
  }
  .mr-md-1 {
    margin-right: 0.25rem !important;
  }
  .mx-md-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  /* Padding (responsive) */
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1 {
    padding-left: 0.25rem !important;
  }
  .pr-md-1 {
    padding-right: 0.25rem !important;
  }
  .px-md-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
}
@media (min-width: 992px) {
  /* Margin (responsive) */
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1 {
    margin-left: 0.25rem !important;
  }
  .mr-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mx-lg-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  /* Padding (responsive) */
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1 {
    padding-left: 0.25rem !important;
  }
  .pr-lg-1 {
    padding-right: 0.25rem !important;
  }
  .px-lg-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
}
@media (min-width: 1200px) {
  /* Margin (responsive) */
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1 {
    margin-left: 0.25rem !important;
  }
  .mr-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mx-xl-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  /* Padding (responsive) */
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1 {
    padding-left: 0.25rem !important;
  }
  .pr-xl-1 {
    padding-right: 0.25rem !important;
  }
  .px-xl-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
}
@media (min-width: 1400px) {
  /* Margin (responsive) */
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .mr-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .mx-xxl-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  /* Padding (responsive) */
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .pr-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .px-xxl-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
}
/* Margin (base) */
.m-2 {
  margin: 0.5rem !important;
}

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

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

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

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

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

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

/* Padding (base) */
.p-2 {
  padding: 0.5rem !important;
}

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

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

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

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

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

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

/* Responsive variants */
@media (min-width: 576px) {
  /* Margin (responsive) */
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2 {
    margin-left: 0.5rem !important;
  }
  .mr-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mx-sm-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  /* Padding (responsive) */
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2 {
    padding-left: 0.5rem !important;
  }
  .pr-sm-2 {
    padding-right: 0.5rem !important;
  }
  .px-sm-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
}
@media (min-width: 768px) {
  /* Margin (responsive) */
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2 {
    margin-left: 0.5rem !important;
  }
  .mr-md-2 {
    margin-right: 0.5rem !important;
  }
  .mx-md-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  /* Padding (responsive) */
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2 {
    padding-left: 0.5rem !important;
  }
  .pr-md-2 {
    padding-right: 0.5rem !important;
  }
  .px-md-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
}
@media (min-width: 992px) {
  /* Margin (responsive) */
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2 {
    margin-left: 0.5rem !important;
  }
  .mr-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mx-lg-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  /* Padding (responsive) */
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2 {
    padding-left: 0.5rem !important;
  }
  .pr-lg-2 {
    padding-right: 0.5rem !important;
  }
  .px-lg-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
}
@media (min-width: 1200px) {
  /* Margin (responsive) */
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2 {
    margin-left: 0.5rem !important;
  }
  .mr-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mx-xl-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  /* Padding (responsive) */
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2 {
    padding-left: 0.5rem !important;
  }
  .pr-xl-2 {
    padding-right: 0.5rem !important;
  }
  .px-xl-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
}
@media (min-width: 1400px) {
  /* Margin (responsive) */
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .mr-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .mx-xxl-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  /* Padding (responsive) */
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .pr-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .px-xxl-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
}
/* Margin (base) */
.m-3 {
  margin: 1rem !important;
}

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

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

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

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

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

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

/* Padding (base) */
.p-3 {
  padding: 1rem !important;
}

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

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

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

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

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

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

/* Responsive variants */
@media (min-width: 576px) {
  /* Margin (responsive) */
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3 {
    margin-left: 1rem !important;
  }
  .mr-sm-3 {
    margin-right: 1rem !important;
  }
  .mx-sm-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  /* Padding (responsive) */
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3 {
    padding-left: 1rem !important;
  }
  .pr-sm-3 {
    padding-right: 1rem !important;
  }
  .px-sm-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
}
@media (min-width: 768px) {
  /* Margin (responsive) */
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3 {
    margin-left: 1rem !important;
  }
  .mr-md-3 {
    margin-right: 1rem !important;
  }
  .mx-md-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  /* Padding (responsive) */
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3 {
    padding-left: 1rem !important;
  }
  .pr-md-3 {
    padding-right: 1rem !important;
  }
  .px-md-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
}
@media (min-width: 992px) {
  /* Margin (responsive) */
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3 {
    margin-left: 1rem !important;
  }
  .mr-lg-3 {
    margin-right: 1rem !important;
  }
  .mx-lg-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  /* Padding (responsive) */
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3 {
    padding-left: 1rem !important;
  }
  .pr-lg-3 {
    padding-right: 1rem !important;
  }
  .px-lg-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
}
@media (min-width: 1200px) {
  /* Margin (responsive) */
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3 {
    margin-left: 1rem !important;
  }
  .mr-xl-3 {
    margin-right: 1rem !important;
  }
  .mx-xl-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  /* Padding (responsive) */
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3 {
    padding-left: 1rem !important;
  }
  .pr-xl-3 {
    padding-right: 1rem !important;
  }
  .px-xl-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
}
@media (min-width: 1400px) {
  /* Margin (responsive) */
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xxl-3 {
    margin-left: 1rem !important;
  }
  .mr-xxl-3 {
    margin-right: 1rem !important;
  }
  .mx-xxl-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  /* Padding (responsive) */
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xxl-3 {
    padding-left: 1rem !important;
  }
  .pr-xxl-3 {
    padding-right: 1rem !important;
  }
  .px-xxl-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
}
/* Margin (base) */
.m-4 {
  margin: 1.5rem !important;
}

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

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

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

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

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

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

/* Padding (base) */
.p-4 {
  padding: 1.5rem !important;
}

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

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

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

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

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

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

/* Responsive variants */
@media (min-width: 576px) {
  /* Margin (responsive) */
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4 {
    margin-left: 1.5rem !important;
  }
  .mr-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mx-sm-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  /* Padding (responsive) */
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4 {
    padding-left: 1.5rem !important;
  }
  .pr-sm-4 {
    padding-right: 1.5rem !important;
  }
  .px-sm-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
}
@media (min-width: 768px) {
  /* Margin (responsive) */
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4 {
    margin-left: 1.5rem !important;
  }
  .mr-md-4 {
    margin-right: 1.5rem !important;
  }
  .mx-md-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  /* Padding (responsive) */
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4 {
    padding-left: 1.5rem !important;
  }
  .pr-md-4 {
    padding-right: 1.5rem !important;
  }
  .px-md-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
}
@media (min-width: 992px) {
  /* Margin (responsive) */
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4 {
    margin-left: 1.5rem !important;
  }
  .mr-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mx-lg-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  /* Padding (responsive) */
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4 {
    padding-left: 1.5rem !important;
  }
  .pr-lg-4 {
    padding-right: 1.5rem !important;
  }
  .px-lg-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
}
@media (min-width: 1200px) {
  /* Margin (responsive) */
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4 {
    margin-left: 1.5rem !important;
  }
  .mr-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mx-xl-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  /* Padding (responsive) */
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4 {
    padding-left: 1.5rem !important;
  }
  .pr-xl-4 {
    padding-right: 1.5rem !important;
  }
  .px-xl-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
}
@media (min-width: 1400px) {
  /* Margin (responsive) */
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .mr-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .mx-xxl-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  /* Padding (responsive) */
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .pr-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .px-xxl-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
}
/* Margin (base) */
.m-5 {
  margin: 3rem !important;
}

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

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

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

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

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

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

/* Padding (base) */
.p-5 {
  padding: 3rem !important;
}

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

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

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

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

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

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

/* Responsive variants */
@media (min-width: 576px) {
  /* Margin (responsive) */
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5 {
    margin-left: 3rem !important;
  }
  .mr-sm-5 {
    margin-right: 3rem !important;
  }
  .mx-sm-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  /* Padding (responsive) */
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5 {
    padding-left: 3rem !important;
  }
  .pr-sm-5 {
    padding-right: 3rem !important;
  }
  .px-sm-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
}
@media (min-width: 768px) {
  /* Margin (responsive) */
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5 {
    margin-left: 3rem !important;
  }
  .mr-md-5 {
    margin-right: 3rem !important;
  }
  .mx-md-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  /* Padding (responsive) */
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5 {
    padding-left: 3rem !important;
  }
  .pr-md-5 {
    padding-right: 3rem !important;
  }
  .px-md-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
}
@media (min-width: 992px) {
  /* Margin (responsive) */
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5 {
    margin-left: 3rem !important;
  }
  .mr-lg-5 {
    margin-right: 3rem !important;
  }
  .mx-lg-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  /* Padding (responsive) */
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5 {
    padding-left: 3rem !important;
  }
  .pr-lg-5 {
    padding-right: 3rem !important;
  }
  .px-lg-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
}
@media (min-width: 1200px) {
  /* Margin (responsive) */
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5 {
    margin-left: 3rem !important;
  }
  .mr-xl-5 {
    margin-right: 3rem !important;
  }
  .mx-xl-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  /* Padding (responsive) */
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5 {
    padding-left: 3rem !important;
  }
  .pr-xl-5 {
    padding-right: 3rem !important;
  }
  .px-xl-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
}
@media (min-width: 1400px) {
  /* Margin (responsive) */
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xxl-5 {
    margin-left: 3rem !important;
  }
  .mr-xxl-5 {
    margin-right: 3rem !important;
  }
  .mx-xxl-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  /* Padding (responsive) */
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xxl-5 {
    padding-left: 3rem !important;
  }
  .pr-xxl-5 {
    padding-right: 3rem !important;
  }
  .px-xxl-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
}
/* Margin (base) */
.m-6 {
  margin: 4rem !important;
}

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

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

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

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

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

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

/* Padding (base) */
.p-6 {
  padding: 4rem !important;
}

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

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

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

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

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

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

/* Responsive variants */
@media (min-width: 576px) {
  /* Margin (responsive) */
  .m-sm-6 {
    margin: 4rem !important;
  }
  .mt-sm-6 {
    margin-top: 4rem !important;
  }
  .mb-sm-6 {
    margin-bottom: 4rem !important;
  }
  .ml-sm-6 {
    margin-left: 4rem !important;
  }
  .mr-sm-6 {
    margin-right: 4rem !important;
  }
  .mx-sm-6 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }
  .my-sm-6 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  /* Padding (responsive) */
  .p-sm-6 {
    padding: 4rem !important;
  }
  .pt-sm-6 {
    padding-top: 4rem !important;
  }
  .pb-sm-6 {
    padding-bottom: 4rem !important;
  }
  .pl-sm-6 {
    padding-left: 4rem !important;
  }
  .pr-sm-6 {
    padding-right: 4rem !important;
  }
  .px-sm-6 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
  .py-sm-6 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
}
@media (min-width: 768px) {
  /* Margin (responsive) */
  .m-md-6 {
    margin: 4rem !important;
  }
  .mt-md-6 {
    margin-top: 4rem !important;
  }
  .mb-md-6 {
    margin-bottom: 4rem !important;
  }
  .ml-md-6 {
    margin-left: 4rem !important;
  }
  .mr-md-6 {
    margin-right: 4rem !important;
  }
  .mx-md-6 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }
  .my-md-6 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  /* Padding (responsive) */
  .p-md-6 {
    padding: 4rem !important;
  }
  .pt-md-6 {
    padding-top: 4rem !important;
  }
  .pb-md-6 {
    padding-bottom: 4rem !important;
  }
  .pl-md-6 {
    padding-left: 4rem !important;
  }
  .pr-md-6 {
    padding-right: 4rem !important;
  }
  .px-md-6 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
  .py-md-6 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
}
@media (min-width: 992px) {
  /* Margin (responsive) */
  .m-lg-6 {
    margin: 4rem !important;
  }
  .mt-lg-6 {
    margin-top: 4rem !important;
  }
  .mb-lg-6 {
    margin-bottom: 4rem !important;
  }
  .ml-lg-6 {
    margin-left: 4rem !important;
  }
  .mr-lg-6 {
    margin-right: 4rem !important;
  }
  .mx-lg-6 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }
  .my-lg-6 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  /* Padding (responsive) */
  .p-lg-6 {
    padding: 4rem !important;
  }
  .pt-lg-6 {
    padding-top: 4rem !important;
  }
  .pb-lg-6 {
    padding-bottom: 4rem !important;
  }
  .pl-lg-6 {
    padding-left: 4rem !important;
  }
  .pr-lg-6 {
    padding-right: 4rem !important;
  }
  .px-lg-6 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
  .py-lg-6 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
}
@media (min-width: 1200px) {
  /* Margin (responsive) */
  .m-xl-6 {
    margin: 4rem !important;
  }
  .mt-xl-6 {
    margin-top: 4rem !important;
  }
  .mb-xl-6 {
    margin-bottom: 4rem !important;
  }
  .ml-xl-6 {
    margin-left: 4rem !important;
  }
  .mr-xl-6 {
    margin-right: 4rem !important;
  }
  .mx-xl-6 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }
  .my-xl-6 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  /* Padding (responsive) */
  .p-xl-6 {
    padding: 4rem !important;
  }
  .pt-xl-6 {
    padding-top: 4rem !important;
  }
  .pb-xl-6 {
    padding-bottom: 4rem !important;
  }
  .pl-xl-6 {
    padding-left: 4rem !important;
  }
  .pr-xl-6 {
    padding-right: 4rem !important;
  }
  .px-xl-6 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
  .py-xl-6 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
}
@media (min-width: 1400px) {
  /* Margin (responsive) */
  .m-xxl-6 {
    margin: 4rem !important;
  }
  .mt-xxl-6 {
    margin-top: 4rem !important;
  }
  .mb-xxl-6 {
    margin-bottom: 4rem !important;
  }
  .ml-xxl-6 {
    margin-left: 4rem !important;
  }
  .mr-xxl-6 {
    margin-right: 4rem !important;
  }
  .mx-xxl-6 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }
  .my-xxl-6 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  /* Padding (responsive) */
  .p-xxl-6 {
    padding: 4rem !important;
  }
  .pt-xxl-6 {
    padding-top: 4rem !important;
  }
  .pb-xxl-6 {
    padding-bottom: 4rem !important;
  }
  .pl-xxl-6 {
    padding-left: 4rem !important;
  }
  .pr-xxl-6 {
    padding-right: 4rem !important;
  }
  .px-xxl-6 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
  .py-xxl-6 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
}
/* Margin (base) */
.m-7 {
  margin: 5rem !important;
}

.mt-7 {
  margin-top: 5rem !important;
}

.mb-7 {
  margin-bottom: 5rem !important;
}

.ml-7 {
  margin-left: 5rem !important;
}

.mr-7 {
  margin-right: 5rem !important;
}

.mx-7 {
  margin-left: 5rem !important;
  margin-right: 5rem !important;
}

.my-7 {
  margin-top: 5rem !important;
  margin-bottom: 5rem !important;
}

/* Padding (base) */
.p-7 {
  padding: 5rem !important;
}

.pt-7 {
  padding-top: 5rem !important;
}

.pb-7 {
  padding-bottom: 5rem !important;
}

.pl-7 {
  padding-left: 5rem !important;
}

.pr-7 {
  padding-right: 5rem !important;
}

.px-7 {
  padding-left: 5rem !important;
  padding-right: 5rem !important;
}

.py-7 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

/* Responsive variants */
@media (min-width: 576px) {
  /* Margin (responsive) */
  .m-sm-7 {
    margin: 5rem !important;
  }
  .mt-sm-7 {
    margin-top: 5rem !important;
  }
  .mb-sm-7 {
    margin-bottom: 5rem !important;
  }
  .ml-sm-7 {
    margin-left: 5rem !important;
  }
  .mr-sm-7 {
    margin-right: 5rem !important;
  }
  .mx-sm-7 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }
  .my-sm-7 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  /* Padding (responsive) */
  .p-sm-7 {
    padding: 5rem !important;
  }
  .pt-sm-7 {
    padding-top: 5rem !important;
  }
  .pb-sm-7 {
    padding-bottom: 5rem !important;
  }
  .pl-sm-7 {
    padding-left: 5rem !important;
  }
  .pr-sm-7 {
    padding-right: 5rem !important;
  }
  .px-sm-7 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
  .py-sm-7 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
}
@media (min-width: 768px) {
  /* Margin (responsive) */
  .m-md-7 {
    margin: 5rem !important;
  }
  .mt-md-7 {
    margin-top: 5rem !important;
  }
  .mb-md-7 {
    margin-bottom: 5rem !important;
  }
  .ml-md-7 {
    margin-left: 5rem !important;
  }
  .mr-md-7 {
    margin-right: 5rem !important;
  }
  .mx-md-7 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }
  .my-md-7 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  /* Padding (responsive) */
  .p-md-7 {
    padding: 5rem !important;
  }
  .pt-md-7 {
    padding-top: 5rem !important;
  }
  .pb-md-7 {
    padding-bottom: 5rem !important;
  }
  .pl-md-7 {
    padding-left: 5rem !important;
  }
  .pr-md-7 {
    padding-right: 5rem !important;
  }
  .px-md-7 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
  .py-md-7 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
}
@media (min-width: 992px) {
  /* Margin (responsive) */
  .m-lg-7 {
    margin: 5rem !important;
  }
  .mt-lg-7 {
    margin-top: 5rem !important;
  }
  .mb-lg-7 {
    margin-bottom: 5rem !important;
  }
  .ml-lg-7 {
    margin-left: 5rem !important;
  }
  .mr-lg-7 {
    margin-right: 5rem !important;
  }
  .mx-lg-7 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }
  .my-lg-7 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  /* Padding (responsive) */
  .p-lg-7 {
    padding: 5rem !important;
  }
  .pt-lg-7 {
    padding-top: 5rem !important;
  }
  .pb-lg-7 {
    padding-bottom: 5rem !important;
  }
  .pl-lg-7 {
    padding-left: 5rem !important;
  }
  .pr-lg-7 {
    padding-right: 5rem !important;
  }
  .px-lg-7 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
  .py-lg-7 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
}
@media (min-width: 1200px) {
  /* Margin (responsive) */
  .m-xl-7 {
    margin: 5rem !important;
  }
  .mt-xl-7 {
    margin-top: 5rem !important;
  }
  .mb-xl-7 {
    margin-bottom: 5rem !important;
  }
  .ml-xl-7 {
    margin-left: 5rem !important;
  }
  .mr-xl-7 {
    margin-right: 5rem !important;
  }
  .mx-xl-7 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }
  .my-xl-7 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  /* Padding (responsive) */
  .p-xl-7 {
    padding: 5rem !important;
  }
  .pt-xl-7 {
    padding-top: 5rem !important;
  }
  .pb-xl-7 {
    padding-bottom: 5rem !important;
  }
  .pl-xl-7 {
    padding-left: 5rem !important;
  }
  .pr-xl-7 {
    padding-right: 5rem !important;
  }
  .px-xl-7 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
  .py-xl-7 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
}
@media (min-width: 1400px) {
  /* Margin (responsive) */
  .m-xxl-7 {
    margin: 5rem !important;
  }
  .mt-xxl-7 {
    margin-top: 5rem !important;
  }
  .mb-xxl-7 {
    margin-bottom: 5rem !important;
  }
  .ml-xxl-7 {
    margin-left: 5rem !important;
  }
  .mr-xxl-7 {
    margin-right: 5rem !important;
  }
  .mx-xxl-7 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }
  .my-xxl-7 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  /* Padding (responsive) */
  .p-xxl-7 {
    padding: 5rem !important;
  }
  .pt-xxl-7 {
    padding-top: 5rem !important;
  }
  .pb-xxl-7 {
    padding-bottom: 5rem !important;
  }
  .pl-xxl-7 {
    padding-left: 5rem !important;
  }
  .pr-xxl-7 {
    padding-right: 5rem !important;
  }
  .px-xxl-7 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
  .py-xxl-7 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
}
/* Margin (base) */
.m-8 {
  margin: 6rem !important;
}

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

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

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

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

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

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

/* Padding (base) */
.p-8 {
  padding: 6rem !important;
}

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

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

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

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

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

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

/* Responsive variants */
@media (min-width: 576px) {
  /* Margin (responsive) */
  .m-sm-8 {
    margin: 6rem !important;
  }
  .mt-sm-8 {
    margin-top: 6rem !important;
  }
  .mb-sm-8 {
    margin-bottom: 6rem !important;
  }
  .ml-sm-8 {
    margin-left: 6rem !important;
  }
  .mr-sm-8 {
    margin-right: 6rem !important;
  }
  .mx-sm-8 {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }
  .my-sm-8 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  /* Padding (responsive) */
  .p-sm-8 {
    padding: 6rem !important;
  }
  .pt-sm-8 {
    padding-top: 6rem !important;
  }
  .pb-sm-8 {
    padding-bottom: 6rem !important;
  }
  .pl-sm-8 {
    padding-left: 6rem !important;
  }
  .pr-sm-8 {
    padding-right: 6rem !important;
  }
  .px-sm-8 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }
  .py-sm-8 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
}
@media (min-width: 768px) {
  /* Margin (responsive) */
  .m-md-8 {
    margin: 6rem !important;
  }
  .mt-md-8 {
    margin-top: 6rem !important;
  }
  .mb-md-8 {
    margin-bottom: 6rem !important;
  }
  .ml-md-8 {
    margin-left: 6rem !important;
  }
  .mr-md-8 {
    margin-right: 6rem !important;
  }
  .mx-md-8 {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }
  .my-md-8 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  /* Padding (responsive) */
  .p-md-8 {
    padding: 6rem !important;
  }
  .pt-md-8 {
    padding-top: 6rem !important;
  }
  .pb-md-8 {
    padding-bottom: 6rem !important;
  }
  .pl-md-8 {
    padding-left: 6rem !important;
  }
  .pr-md-8 {
    padding-right: 6rem !important;
  }
  .px-md-8 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }
  .py-md-8 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
}
@media (min-width: 992px) {
  /* Margin (responsive) */
  .m-lg-8 {
    margin: 6rem !important;
  }
  .mt-lg-8 {
    margin-top: 6rem !important;
  }
  .mb-lg-8 {
    margin-bottom: 6rem !important;
  }
  .ml-lg-8 {
    margin-left: 6rem !important;
  }
  .mr-lg-8 {
    margin-right: 6rem !important;
  }
  .mx-lg-8 {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }
  .my-lg-8 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  /* Padding (responsive) */
  .p-lg-8 {
    padding: 6rem !important;
  }
  .pt-lg-8 {
    padding-top: 6rem !important;
  }
  .pb-lg-8 {
    padding-bottom: 6rem !important;
  }
  .pl-lg-8 {
    padding-left: 6rem !important;
  }
  .pr-lg-8 {
    padding-right: 6rem !important;
  }
  .px-lg-8 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }
  .py-lg-8 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
}
@media (min-width: 1200px) {
  /* Margin (responsive) */
  .m-xl-8 {
    margin: 6rem !important;
  }
  .mt-xl-8 {
    margin-top: 6rem !important;
  }
  .mb-xl-8 {
    margin-bottom: 6rem !important;
  }
  .ml-xl-8 {
    margin-left: 6rem !important;
  }
  .mr-xl-8 {
    margin-right: 6rem !important;
  }
  .mx-xl-8 {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }
  .my-xl-8 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  /* Padding (responsive) */
  .p-xl-8 {
    padding: 6rem !important;
  }
  .pt-xl-8 {
    padding-top: 6rem !important;
  }
  .pb-xl-8 {
    padding-bottom: 6rem !important;
  }
  .pl-xl-8 {
    padding-left: 6rem !important;
  }
  .pr-xl-8 {
    padding-right: 6rem !important;
  }
  .px-xl-8 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }
  .py-xl-8 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
}
@media (min-width: 1400px) {
  /* Margin (responsive) */
  .m-xxl-8 {
    margin: 6rem !important;
  }
  .mt-xxl-8 {
    margin-top: 6rem !important;
  }
  .mb-xxl-8 {
    margin-bottom: 6rem !important;
  }
  .ml-xxl-8 {
    margin-left: 6rem !important;
  }
  .mr-xxl-8 {
    margin-right: 6rem !important;
  }
  .mx-xxl-8 {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }
  .my-xxl-8 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  /* Padding (responsive) */
  .p-xxl-8 {
    padding: 6rem !important;
  }
  .pt-xxl-8 {
    padding-top: 6rem !important;
  }
  .pb-xxl-8 {
    padding-bottom: 6rem !important;
  }
  .pl-xxl-8 {
    padding-left: 6rem !important;
  }
  .pr-xxl-8 {
    padding-right: 6rem !important;
  }
  .px-xxl-8 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }
  .py-xxl-8 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
}
/* Margin (base) */
.m-9 {
  margin: 7rem !important;
}

.mt-9 {
  margin-top: 7rem !important;
}

.mb-9 {
  margin-bottom: 7rem !important;
}

.ml-9 {
  margin-left: 7rem !important;
}

.mr-9 {
  margin-right: 7rem !important;
}

.mx-9 {
  margin-left: 7rem !important;
  margin-right: 7rem !important;
}

.my-9 {
  margin-top: 7rem !important;
  margin-bottom: 7rem !important;
}

/* Padding (base) */
.p-9 {
  padding: 7rem !important;
}

.pt-9 {
  padding-top: 7rem !important;
}

.pb-9 {
  padding-bottom: 7rem !important;
}

.pl-9 {
  padding-left: 7rem !important;
}

.pr-9 {
  padding-right: 7rem !important;
}

.px-9 {
  padding-left: 7rem !important;
  padding-right: 7rem !important;
}

.py-9 {
  padding-top: 7rem !important;
  padding-bottom: 7rem !important;
}

/* Responsive variants */
@media (min-width: 576px) {
  /* Margin (responsive) */
  .m-sm-9 {
    margin: 7rem !important;
  }
  .mt-sm-9 {
    margin-top: 7rem !important;
  }
  .mb-sm-9 {
    margin-bottom: 7rem !important;
  }
  .ml-sm-9 {
    margin-left: 7rem !important;
  }
  .mr-sm-9 {
    margin-right: 7rem !important;
  }
  .mx-sm-9 {
    margin-left: 7rem !important;
    margin-right: 7rem !important;
  }
  .my-sm-9 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  /* Padding (responsive) */
  .p-sm-9 {
    padding: 7rem !important;
  }
  .pt-sm-9 {
    padding-top: 7rem !important;
  }
  .pb-sm-9 {
    padding-bottom: 7rem !important;
  }
  .pl-sm-9 {
    padding-left: 7rem !important;
  }
  .pr-sm-9 {
    padding-right: 7rem !important;
  }
  .px-sm-9 {
    padding-left: 7rem !important;
    padding-right: 7rem !important;
  }
  .py-sm-9 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
}
@media (min-width: 768px) {
  /* Margin (responsive) */
  .m-md-9 {
    margin: 7rem !important;
  }
  .mt-md-9 {
    margin-top: 7rem !important;
  }
  .mb-md-9 {
    margin-bottom: 7rem !important;
  }
  .ml-md-9 {
    margin-left: 7rem !important;
  }
  .mr-md-9 {
    margin-right: 7rem !important;
  }
  .mx-md-9 {
    margin-left: 7rem !important;
    margin-right: 7rem !important;
  }
  .my-md-9 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  /* Padding (responsive) */
  .p-md-9 {
    padding: 7rem !important;
  }
  .pt-md-9 {
    padding-top: 7rem !important;
  }
  .pb-md-9 {
    padding-bottom: 7rem !important;
  }
  .pl-md-9 {
    padding-left: 7rem !important;
  }
  .pr-md-9 {
    padding-right: 7rem !important;
  }
  .px-md-9 {
    padding-left: 7rem !important;
    padding-right: 7rem !important;
  }
  .py-md-9 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
}
@media (min-width: 992px) {
  /* Margin (responsive) */
  .m-lg-9 {
    margin: 7rem !important;
  }
  .mt-lg-9 {
    margin-top: 7rem !important;
  }
  .mb-lg-9 {
    margin-bottom: 7rem !important;
  }
  .ml-lg-9 {
    margin-left: 7rem !important;
  }
  .mr-lg-9 {
    margin-right: 7rem !important;
  }
  .mx-lg-9 {
    margin-left: 7rem !important;
    margin-right: 7rem !important;
  }
  .my-lg-9 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  /* Padding (responsive) */
  .p-lg-9 {
    padding: 7rem !important;
  }
  .pt-lg-9 {
    padding-top: 7rem !important;
  }
  .pb-lg-9 {
    padding-bottom: 7rem !important;
  }
  .pl-lg-9 {
    padding-left: 7rem !important;
  }
  .pr-lg-9 {
    padding-right: 7rem !important;
  }
  .px-lg-9 {
    padding-left: 7rem !important;
    padding-right: 7rem !important;
  }
  .py-lg-9 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
}
@media (min-width: 1200px) {
  /* Margin (responsive) */
  .m-xl-9 {
    margin: 7rem !important;
  }
  .mt-xl-9 {
    margin-top: 7rem !important;
  }
  .mb-xl-9 {
    margin-bottom: 7rem !important;
  }
  .ml-xl-9 {
    margin-left: 7rem !important;
  }
  .mr-xl-9 {
    margin-right: 7rem !important;
  }
  .mx-xl-9 {
    margin-left: 7rem !important;
    margin-right: 7rem !important;
  }
  .my-xl-9 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  /* Padding (responsive) */
  .p-xl-9 {
    padding: 7rem !important;
  }
  .pt-xl-9 {
    padding-top: 7rem !important;
  }
  .pb-xl-9 {
    padding-bottom: 7rem !important;
  }
  .pl-xl-9 {
    padding-left: 7rem !important;
  }
  .pr-xl-9 {
    padding-right: 7rem !important;
  }
  .px-xl-9 {
    padding-left: 7rem !important;
    padding-right: 7rem !important;
  }
  .py-xl-9 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
}
@media (min-width: 1400px) {
  /* Margin (responsive) */
  .m-xxl-9 {
    margin: 7rem !important;
  }
  .mt-xxl-9 {
    margin-top: 7rem !important;
  }
  .mb-xxl-9 {
    margin-bottom: 7rem !important;
  }
  .ml-xxl-9 {
    margin-left: 7rem !important;
  }
  .mr-xxl-9 {
    margin-right: 7rem !important;
  }
  .mx-xxl-9 {
    margin-left: 7rem !important;
    margin-right: 7rem !important;
  }
  .my-xxl-9 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  /* Padding (responsive) */
  .p-xxl-9 {
    padding: 7rem !important;
  }
  .pt-xxl-9 {
    padding-top: 7rem !important;
  }
  .pb-xxl-9 {
    padding-bottom: 7rem !important;
  }
  .pl-xxl-9 {
    padding-left: 7rem !important;
  }
  .pr-xxl-9 {
    padding-right: 7rem !important;
  }
  .px-xxl-9 {
    padding-left: 7rem !important;
    padding-right: 7rem !important;
  }
  .py-xxl-9 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
}
/* Margin (base) */
.m-10 {
  margin: 7.5rem !important;
}

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

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

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

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

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

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

/* Padding (base) */
.p-10 {
  padding: 7.5rem !important;
}

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

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

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

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

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

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

/* Responsive variants */
@media (min-width: 576px) {
  /* Margin (responsive) */
  .m-sm-10 {
    margin: 7.5rem !important;
  }
  .mt-sm-10 {
    margin-top: 7.5rem !important;
  }
  .mb-sm-10 {
    margin-bottom: 7.5rem !important;
  }
  .ml-sm-10 {
    margin-left: 7.5rem !important;
  }
  .mr-sm-10 {
    margin-right: 7.5rem !important;
  }
  .mx-sm-10 {
    margin-left: 7.5rem !important;
    margin-right: 7.5rem !important;
  }
  .my-sm-10 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }
  /* Padding (responsive) */
  .p-sm-10 {
    padding: 7.5rem !important;
  }
  .pt-sm-10 {
    padding-top: 7.5rem !important;
  }
  .pb-sm-10 {
    padding-bottom: 7.5rem !important;
  }
  .pl-sm-10 {
    padding-left: 7.5rem !important;
  }
  .pr-sm-10 {
    padding-right: 7.5rem !important;
  }
  .px-sm-10 {
    padding-left: 7.5rem !important;
    padding-right: 7.5rem !important;
  }
  .py-sm-10 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
}
@media (min-width: 768px) {
  /* Margin (responsive) */
  .m-md-10 {
    margin: 7.5rem !important;
  }
  .mt-md-10 {
    margin-top: 7.5rem !important;
  }
  .mb-md-10 {
    margin-bottom: 7.5rem !important;
  }
  .ml-md-10 {
    margin-left: 7.5rem !important;
  }
  .mr-md-10 {
    margin-right: 7.5rem !important;
  }
  .mx-md-10 {
    margin-left: 7.5rem !important;
    margin-right: 7.5rem !important;
  }
  .my-md-10 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }
  /* Padding (responsive) */
  .p-md-10 {
    padding: 7.5rem !important;
  }
  .pt-md-10 {
    padding-top: 7.5rem !important;
  }
  .pb-md-10 {
    padding-bottom: 7.5rem !important;
  }
  .pl-md-10 {
    padding-left: 7.5rem !important;
  }
  .pr-md-10 {
    padding-right: 7.5rem !important;
  }
  .px-md-10 {
    padding-left: 7.5rem !important;
    padding-right: 7.5rem !important;
  }
  .py-md-10 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
}
@media (min-width: 992px) {
  /* Margin (responsive) */
  .m-lg-10 {
    margin: 7.5rem !important;
  }
  .mt-lg-10 {
    margin-top: 7.5rem !important;
  }
  .mb-lg-10 {
    margin-bottom: 7.5rem !important;
  }
  .ml-lg-10 {
    margin-left: 7.5rem !important;
  }
  .mr-lg-10 {
    margin-right: 7.5rem !important;
  }
  .mx-lg-10 {
    margin-left: 7.5rem !important;
    margin-right: 7.5rem !important;
  }
  .my-lg-10 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }
  /* Padding (responsive) */
  .p-lg-10 {
    padding: 7.5rem !important;
  }
  .pt-lg-10 {
    padding-top: 7.5rem !important;
  }
  .pb-lg-10 {
    padding-bottom: 7.5rem !important;
  }
  .pl-lg-10 {
    padding-left: 7.5rem !important;
  }
  .pr-lg-10 {
    padding-right: 7.5rem !important;
  }
  .px-lg-10 {
    padding-left: 7.5rem !important;
    padding-right: 7.5rem !important;
  }
  .py-lg-10 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
}
@media (min-width: 1200px) {
  /* Margin (responsive) */
  .m-xl-10 {
    margin: 7.5rem !important;
  }
  .mt-xl-10 {
    margin-top: 7.5rem !important;
  }
  .mb-xl-10 {
    margin-bottom: 7.5rem !important;
  }
  .ml-xl-10 {
    margin-left: 7.5rem !important;
  }
  .mr-xl-10 {
    margin-right: 7.5rem !important;
  }
  .mx-xl-10 {
    margin-left: 7.5rem !important;
    margin-right: 7.5rem !important;
  }
  .my-xl-10 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }
  /* Padding (responsive) */
  .p-xl-10 {
    padding: 7.5rem !important;
  }
  .pt-xl-10 {
    padding-top: 7.5rem !important;
  }
  .pb-xl-10 {
    padding-bottom: 7.5rem !important;
  }
  .pl-xl-10 {
    padding-left: 7.5rem !important;
  }
  .pr-xl-10 {
    padding-right: 7.5rem !important;
  }
  .px-xl-10 {
    padding-left: 7.5rem !important;
    padding-right: 7.5rem !important;
  }
  .py-xl-10 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
}
@media (min-width: 1400px) {
  /* Margin (responsive) */
  .m-xxl-10 {
    margin: 7.5rem !important;
  }
  .mt-xxl-10 {
    margin-top: 7.5rem !important;
  }
  .mb-xxl-10 {
    margin-bottom: 7.5rem !important;
  }
  .ml-xxl-10 {
    margin-left: 7.5rem !important;
  }
  .mr-xxl-10 {
    margin-right: 7.5rem !important;
  }
  .mx-xxl-10 {
    margin-left: 7.5rem !important;
    margin-right: 7.5rem !important;
  }
  .my-xxl-10 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }
  /* Padding (responsive) */
  .p-xxl-10 {
    padding: 7.5rem !important;
  }
  .pt-xxl-10 {
    padding-top: 7.5rem !important;
  }
  .pb-xxl-10 {
    padding-bottom: 7.5rem !important;
  }
  .pl-xxl-10 {
    padding-left: 7.5rem !important;
  }
  .pr-xxl-10 {
    padding-right: 7.5rem !important;
  }
  .px-xxl-10 {
    padding-left: 7.5rem !important;
    padding-right: 7.5rem !important;
  }
  .py-xxl-10 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
}
/* Margin (base) */
.m-11 {
  margin: 8rem !important;
}

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

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

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

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

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

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

/* Padding (base) */
.p-11 {
  padding: 8rem !important;
}

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

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

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

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

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

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

/* Responsive variants */
@media (min-width: 576px) {
  /* Margin (responsive) */
  .m-sm-11 {
    margin: 8rem !important;
  }
  .mt-sm-11 {
    margin-top: 8rem !important;
  }
  .mb-sm-11 {
    margin-bottom: 8rem !important;
  }
  .ml-sm-11 {
    margin-left: 8rem !important;
  }
  .mr-sm-11 {
    margin-right: 8rem !important;
  }
  .mx-sm-11 {
    margin-left: 8rem !important;
    margin-right: 8rem !important;
  }
  .my-sm-11 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  /* Padding (responsive) */
  .p-sm-11 {
    padding: 8rem !important;
  }
  .pt-sm-11 {
    padding-top: 8rem !important;
  }
  .pb-sm-11 {
    padding-bottom: 8rem !important;
  }
  .pl-sm-11 {
    padding-left: 8rem !important;
  }
  .pr-sm-11 {
    padding-right: 8rem !important;
  }
  .px-sm-11 {
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }
  .py-sm-11 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
}
@media (min-width: 768px) {
  /* Margin (responsive) */
  .m-md-11 {
    margin: 8rem !important;
  }
  .mt-md-11 {
    margin-top: 8rem !important;
  }
  .mb-md-11 {
    margin-bottom: 8rem !important;
  }
  .ml-md-11 {
    margin-left: 8rem !important;
  }
  .mr-md-11 {
    margin-right: 8rem !important;
  }
  .mx-md-11 {
    margin-left: 8rem !important;
    margin-right: 8rem !important;
  }
  .my-md-11 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  /* Padding (responsive) */
  .p-md-11 {
    padding: 8rem !important;
  }
  .pt-md-11 {
    padding-top: 8rem !important;
  }
  .pb-md-11 {
    padding-bottom: 8rem !important;
  }
  .pl-md-11 {
    padding-left: 8rem !important;
  }
  .pr-md-11 {
    padding-right: 8rem !important;
  }
  .px-md-11 {
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }
  .py-md-11 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
}
@media (min-width: 992px) {
  /* Margin (responsive) */
  .m-lg-11 {
    margin: 8rem !important;
  }
  .mt-lg-11 {
    margin-top: 8rem !important;
  }
  .mb-lg-11 {
    margin-bottom: 8rem !important;
  }
  .ml-lg-11 {
    margin-left: 8rem !important;
  }
  .mr-lg-11 {
    margin-right: 8rem !important;
  }
  .mx-lg-11 {
    margin-left: 8rem !important;
    margin-right: 8rem !important;
  }
  .my-lg-11 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  /* Padding (responsive) */
  .p-lg-11 {
    padding: 8rem !important;
  }
  .pt-lg-11 {
    padding-top: 8rem !important;
  }
  .pb-lg-11 {
    padding-bottom: 8rem !important;
  }
  .pl-lg-11 {
    padding-left: 8rem !important;
  }
  .pr-lg-11 {
    padding-right: 8rem !important;
  }
  .px-lg-11 {
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }
  .py-lg-11 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
}
@media (min-width: 1200px) {
  /* Margin (responsive) */
  .m-xl-11 {
    margin: 8rem !important;
  }
  .mt-xl-11 {
    margin-top: 8rem !important;
  }
  .mb-xl-11 {
    margin-bottom: 8rem !important;
  }
  .ml-xl-11 {
    margin-left: 8rem !important;
  }
  .mr-xl-11 {
    margin-right: 8rem !important;
  }
  .mx-xl-11 {
    margin-left: 8rem !important;
    margin-right: 8rem !important;
  }
  .my-xl-11 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  /* Padding (responsive) */
  .p-xl-11 {
    padding: 8rem !important;
  }
  .pt-xl-11 {
    padding-top: 8rem !important;
  }
  .pb-xl-11 {
    padding-bottom: 8rem !important;
  }
  .pl-xl-11 {
    padding-left: 8rem !important;
  }
  .pr-xl-11 {
    padding-right: 8rem !important;
  }
  .px-xl-11 {
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }
  .py-xl-11 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
}
@media (min-width: 1400px) {
  /* Margin (responsive) */
  .m-xxl-11 {
    margin: 8rem !important;
  }
  .mt-xxl-11 {
    margin-top: 8rem !important;
  }
  .mb-xxl-11 {
    margin-bottom: 8rem !important;
  }
  .ml-xxl-11 {
    margin-left: 8rem !important;
  }
  .mr-xxl-11 {
    margin-right: 8rem !important;
  }
  .mx-xxl-11 {
    margin-left: 8rem !important;
    margin-right: 8rem !important;
  }
  .my-xxl-11 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  /* Padding (responsive) */
  .p-xxl-11 {
    padding: 8rem !important;
  }
  .pt-xxl-11 {
    padding-top: 8rem !important;
  }
  .pb-xxl-11 {
    padding-bottom: 8rem !important;
  }
  .pl-xxl-11 {
    padding-left: 8rem !important;
  }
  .pr-xxl-11 {
    padding-right: 8rem !important;
  }
  .px-xxl-11 {
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }
  .py-xxl-11 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
}
/* Margin (base) */
.m-12 {
  margin: 8.5rem !important;
}

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

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

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

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

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

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

/* Padding (base) */
.p-12 {
  padding: 8.5rem !important;
}

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

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

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

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

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

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

/* Responsive variants */
@media (min-width: 576px) {
  /* Margin (responsive) */
  .m-sm-12 {
    margin: 8.5rem !important;
  }
  .mt-sm-12 {
    margin-top: 8.5rem !important;
  }
  .mb-sm-12 {
    margin-bottom: 8.5rem !important;
  }
  .ml-sm-12 {
    margin-left: 8.5rem !important;
  }
  .mr-sm-12 {
    margin-right: 8.5rem !important;
  }
  .mx-sm-12 {
    margin-left: 8.5rem !important;
    margin-right: 8.5rem !important;
  }
  .my-sm-12 {
    margin-top: 8.5rem !important;
    margin-bottom: 8.5rem !important;
  }
  /* Padding (responsive) */
  .p-sm-12 {
    padding: 8.5rem !important;
  }
  .pt-sm-12 {
    padding-top: 8.5rem !important;
  }
  .pb-sm-12 {
    padding-bottom: 8.5rem !important;
  }
  .pl-sm-12 {
    padding-left: 8.5rem !important;
  }
  .pr-sm-12 {
    padding-right: 8.5rem !important;
  }
  .px-sm-12 {
    padding-left: 8.5rem !important;
    padding-right: 8.5rem !important;
  }
  .py-sm-12 {
    padding-top: 8.5rem !important;
    padding-bottom: 8.5rem !important;
  }
}
@media (min-width: 768px) {
  /* Margin (responsive) */
  .m-md-12 {
    margin: 8.5rem !important;
  }
  .mt-md-12 {
    margin-top: 8.5rem !important;
  }
  .mb-md-12 {
    margin-bottom: 8.5rem !important;
  }
  .ml-md-12 {
    margin-left: 8.5rem !important;
  }
  .mr-md-12 {
    margin-right: 8.5rem !important;
  }
  .mx-md-12 {
    margin-left: 8.5rem !important;
    margin-right: 8.5rem !important;
  }
  .my-md-12 {
    margin-top: 8.5rem !important;
    margin-bottom: 8.5rem !important;
  }
  /* Padding (responsive) */
  .p-md-12 {
    padding: 8.5rem !important;
  }
  .pt-md-12 {
    padding-top: 8.5rem !important;
  }
  .pb-md-12 {
    padding-bottom: 8.5rem !important;
  }
  .pl-md-12 {
    padding-left: 8.5rem !important;
  }
  .pr-md-12 {
    padding-right: 8.5rem !important;
  }
  .px-md-12 {
    padding-left: 8.5rem !important;
    padding-right: 8.5rem !important;
  }
  .py-md-12 {
    padding-top: 8.5rem !important;
    padding-bottom: 8.5rem !important;
  }
}
@media (min-width: 992px) {
  /* Margin (responsive) */
  .m-lg-12 {
    margin: 8.5rem !important;
  }
  .mt-lg-12 {
    margin-top: 8.5rem !important;
  }
  .mb-lg-12 {
    margin-bottom: 8.5rem !important;
  }
  .ml-lg-12 {
    margin-left: 8.5rem !important;
  }
  .mr-lg-12 {
    margin-right: 8.5rem !important;
  }
  .mx-lg-12 {
    margin-left: 8.5rem !important;
    margin-right: 8.5rem !important;
  }
  .my-lg-12 {
    margin-top: 8.5rem !important;
    margin-bottom: 8.5rem !important;
  }
  /* Padding (responsive) */
  .p-lg-12 {
    padding: 8.5rem !important;
  }
  .pt-lg-12 {
    padding-top: 8.5rem !important;
  }
  .pb-lg-12 {
    padding-bottom: 8.5rem !important;
  }
  .pl-lg-12 {
    padding-left: 8.5rem !important;
  }
  .pr-lg-12 {
    padding-right: 8.5rem !important;
  }
  .px-lg-12 {
    padding-left: 8.5rem !important;
    padding-right: 8.5rem !important;
  }
  .py-lg-12 {
    padding-top: 8.5rem !important;
    padding-bottom: 8.5rem !important;
  }
}
@media (min-width: 1200px) {
  /* Margin (responsive) */
  .m-xl-12 {
    margin: 8.5rem !important;
  }
  .mt-xl-12 {
    margin-top: 8.5rem !important;
  }
  .mb-xl-12 {
    margin-bottom: 8.5rem !important;
  }
  .ml-xl-12 {
    margin-left: 8.5rem !important;
  }
  .mr-xl-12 {
    margin-right: 8.5rem !important;
  }
  .mx-xl-12 {
    margin-left: 8.5rem !important;
    margin-right: 8.5rem !important;
  }
  .my-xl-12 {
    margin-top: 8.5rem !important;
    margin-bottom: 8.5rem !important;
  }
  /* Padding (responsive) */
  .p-xl-12 {
    padding: 8.5rem !important;
  }
  .pt-xl-12 {
    padding-top: 8.5rem !important;
  }
  .pb-xl-12 {
    padding-bottom: 8.5rem !important;
  }
  .pl-xl-12 {
    padding-left: 8.5rem !important;
  }
  .pr-xl-12 {
    padding-right: 8.5rem !important;
  }
  .px-xl-12 {
    padding-left: 8.5rem !important;
    padding-right: 8.5rem !important;
  }
  .py-xl-12 {
    padding-top: 8.5rem !important;
    padding-bottom: 8.5rem !important;
  }
}
@media (min-width: 1400px) {
  /* Margin (responsive) */
  .m-xxl-12 {
    margin: 8.5rem !important;
  }
  .mt-xxl-12 {
    margin-top: 8.5rem !important;
  }
  .mb-xxl-12 {
    margin-bottom: 8.5rem !important;
  }
  .ml-xxl-12 {
    margin-left: 8.5rem !important;
  }
  .mr-xxl-12 {
    margin-right: 8.5rem !important;
  }
  .mx-xxl-12 {
    margin-left: 8.5rem !important;
    margin-right: 8.5rem !important;
  }
  .my-xxl-12 {
    margin-top: 8.5rem !important;
    margin-bottom: 8.5rem !important;
  }
  /* Padding (responsive) */
  .p-xxl-12 {
    padding: 8.5rem !important;
  }
  .pt-xxl-12 {
    padding-top: 8.5rem !important;
  }
  .pb-xxl-12 {
    padding-bottom: 8.5rem !important;
  }
  .pl-xxl-12 {
    padding-left: 8.5rem !important;
  }
  .pr-xxl-12 {
    padding-right: 8.5rem !important;
  }
  .px-xxl-12 {
    padding-left: 8.5rem !important;
    padding-right: 8.5rem !important;
  }
  .py-xxl-12 {
    padding-top: 8.5rem !important;
    padding-bottom: 8.5rem !important;
  }
}
/* Margin (base) */
.m-13 {
  margin: 9rem !important;
}

.mt-13 {
  margin-top: 9rem !important;
}

.mb-13 {
  margin-bottom: 9rem !important;
}

.ml-13 {
  margin-left: 9rem !important;
}

.mr-13 {
  margin-right: 9rem !important;
}

.mx-13 {
  margin-left: 9rem !important;
  margin-right: 9rem !important;
}

.my-13 {
  margin-top: 9rem !important;
  margin-bottom: 9rem !important;
}

/* Padding (base) */
.p-13 {
  padding: 9rem !important;
}

.pt-13 {
  padding-top: 9rem !important;
}

.pb-13 {
  padding-bottom: 9rem !important;
}

.pl-13 {
  padding-left: 9rem !important;
}

.pr-13 {
  padding-right: 9rem !important;
}

.px-13 {
  padding-left: 9rem !important;
  padding-right: 9rem !important;
}

.py-13 {
  padding-top: 9rem !important;
  padding-bottom: 9rem !important;
}

/* Responsive variants */
@media (min-width: 576px) {
  /* Margin (responsive) */
  .m-sm-13 {
    margin: 9rem !important;
  }
  .mt-sm-13 {
    margin-top: 9rem !important;
  }
  .mb-sm-13 {
    margin-bottom: 9rem !important;
  }
  .ml-sm-13 {
    margin-left: 9rem !important;
  }
  .mr-sm-13 {
    margin-right: 9rem !important;
  }
  .mx-sm-13 {
    margin-left: 9rem !important;
    margin-right: 9rem !important;
  }
  .my-sm-13 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }
  /* Padding (responsive) */
  .p-sm-13 {
    padding: 9rem !important;
  }
  .pt-sm-13 {
    padding-top: 9rem !important;
  }
  .pb-sm-13 {
    padding-bottom: 9rem !important;
  }
  .pl-sm-13 {
    padding-left: 9rem !important;
  }
  .pr-sm-13 {
    padding-right: 9rem !important;
  }
  .px-sm-13 {
    padding-left: 9rem !important;
    padding-right: 9rem !important;
  }
  .py-sm-13 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }
}
@media (min-width: 768px) {
  /* Margin (responsive) */
  .m-md-13 {
    margin: 9rem !important;
  }
  .mt-md-13 {
    margin-top: 9rem !important;
  }
  .mb-md-13 {
    margin-bottom: 9rem !important;
  }
  .ml-md-13 {
    margin-left: 9rem !important;
  }
  .mr-md-13 {
    margin-right: 9rem !important;
  }
  .mx-md-13 {
    margin-left: 9rem !important;
    margin-right: 9rem !important;
  }
  .my-md-13 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }
  /* Padding (responsive) */
  .p-md-13 {
    padding: 9rem !important;
  }
  .pt-md-13 {
    padding-top: 9rem !important;
  }
  .pb-md-13 {
    padding-bottom: 9rem !important;
  }
  .pl-md-13 {
    padding-left: 9rem !important;
  }
  .pr-md-13 {
    padding-right: 9rem !important;
  }
  .px-md-13 {
    padding-left: 9rem !important;
    padding-right: 9rem !important;
  }
  .py-md-13 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }
}
@media (min-width: 992px) {
  /* Margin (responsive) */
  .m-lg-13 {
    margin: 9rem !important;
  }
  .mt-lg-13 {
    margin-top: 9rem !important;
  }
  .mb-lg-13 {
    margin-bottom: 9rem !important;
  }
  .ml-lg-13 {
    margin-left: 9rem !important;
  }
  .mr-lg-13 {
    margin-right: 9rem !important;
  }
  .mx-lg-13 {
    margin-left: 9rem !important;
    margin-right: 9rem !important;
  }
  .my-lg-13 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }
  /* Padding (responsive) */
  .p-lg-13 {
    padding: 9rem !important;
  }
  .pt-lg-13 {
    padding-top: 9rem !important;
  }
  .pb-lg-13 {
    padding-bottom: 9rem !important;
  }
  .pl-lg-13 {
    padding-left: 9rem !important;
  }
  .pr-lg-13 {
    padding-right: 9rem !important;
  }
  .px-lg-13 {
    padding-left: 9rem !important;
    padding-right: 9rem !important;
  }
  .py-lg-13 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }
}
@media (min-width: 1200px) {
  /* Margin (responsive) */
  .m-xl-13 {
    margin: 9rem !important;
  }
  .mt-xl-13 {
    margin-top: 9rem !important;
  }
  .mb-xl-13 {
    margin-bottom: 9rem !important;
  }
  .ml-xl-13 {
    margin-left: 9rem !important;
  }
  .mr-xl-13 {
    margin-right: 9rem !important;
  }
  .mx-xl-13 {
    margin-left: 9rem !important;
    margin-right: 9rem !important;
  }
  .my-xl-13 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }
  /* Padding (responsive) */
  .p-xl-13 {
    padding: 9rem !important;
  }
  .pt-xl-13 {
    padding-top: 9rem !important;
  }
  .pb-xl-13 {
    padding-bottom: 9rem !important;
  }
  .pl-xl-13 {
    padding-left: 9rem !important;
  }
  .pr-xl-13 {
    padding-right: 9rem !important;
  }
  .px-xl-13 {
    padding-left: 9rem !important;
    padding-right: 9rem !important;
  }
  .py-xl-13 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }
}
@media (min-width: 1400px) {
  /* Margin (responsive) */
  .m-xxl-13 {
    margin: 9rem !important;
  }
  .mt-xxl-13 {
    margin-top: 9rem !important;
  }
  .mb-xxl-13 {
    margin-bottom: 9rem !important;
  }
  .ml-xxl-13 {
    margin-left: 9rem !important;
  }
  .mr-xxl-13 {
    margin-right: 9rem !important;
  }
  .mx-xxl-13 {
    margin-left: 9rem !important;
    margin-right: 9rem !important;
  }
  .my-xxl-13 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }
  /* Padding (responsive) */
  .p-xxl-13 {
    padding: 9rem !important;
  }
  .pt-xxl-13 {
    padding-top: 9rem !important;
  }
  .pb-xxl-13 {
    padding-bottom: 9rem !important;
  }
  .pl-xxl-13 {
    padding-left: 9rem !important;
  }
  .pr-xxl-13 {
    padding-right: 9rem !important;
  }
  .px-xxl-13 {
    padding-left: 9rem !important;
    padding-right: 9rem !important;
  }
  .py-xxl-13 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }
}
/* Margin (base) */
.m-14 {
  margin: 9.5rem !important;
}

.mt-14 {
  margin-top: 9.5rem !important;
}

.mb-14 {
  margin-bottom: 9.5rem !important;
}

.ml-14 {
  margin-left: 9.5rem !important;
}

.mr-14 {
  margin-right: 9.5rem !important;
}

.mx-14 {
  margin-left: 9.5rem !important;
  margin-right: 9.5rem !important;
}

.my-14 {
  margin-top: 9.5rem !important;
  margin-bottom: 9.5rem !important;
}

/* Padding (base) */
.p-14 {
  padding: 9.5rem !important;
}

.pt-14 {
  padding-top: 9.5rem !important;
}

.pb-14 {
  padding-bottom: 9.5rem !important;
}

.pl-14 {
  padding-left: 9.5rem !important;
}

.pr-14 {
  padding-right: 9.5rem !important;
}

.px-14 {
  padding-left: 9.5rem !important;
  padding-right: 9.5rem !important;
}

.py-14 {
  padding-top: 9.5rem !important;
  padding-bottom: 9.5rem !important;
}

/* Responsive variants */
@media (min-width: 576px) {
  /* Margin (responsive) */
  .m-sm-14 {
    margin: 9.5rem !important;
  }
  .mt-sm-14 {
    margin-top: 9.5rem !important;
  }
  .mb-sm-14 {
    margin-bottom: 9.5rem !important;
  }
  .ml-sm-14 {
    margin-left: 9.5rem !important;
  }
  .mr-sm-14 {
    margin-right: 9.5rem !important;
  }
  .mx-sm-14 {
    margin-left: 9.5rem !important;
    margin-right: 9.5rem !important;
  }
  .my-sm-14 {
    margin-top: 9.5rem !important;
    margin-bottom: 9.5rem !important;
  }
  /* Padding (responsive) */
  .p-sm-14 {
    padding: 9.5rem !important;
  }
  .pt-sm-14 {
    padding-top: 9.5rem !important;
  }
  .pb-sm-14 {
    padding-bottom: 9.5rem !important;
  }
  .pl-sm-14 {
    padding-left: 9.5rem !important;
  }
  .pr-sm-14 {
    padding-right: 9.5rem !important;
  }
  .px-sm-14 {
    padding-left: 9.5rem !important;
    padding-right: 9.5rem !important;
  }
  .py-sm-14 {
    padding-top: 9.5rem !important;
    padding-bottom: 9.5rem !important;
  }
}
@media (min-width: 768px) {
  /* Margin (responsive) */
  .m-md-14 {
    margin: 9.5rem !important;
  }
  .mt-md-14 {
    margin-top: 9.5rem !important;
  }
  .mb-md-14 {
    margin-bottom: 9.5rem !important;
  }
  .ml-md-14 {
    margin-left: 9.5rem !important;
  }
  .mr-md-14 {
    margin-right: 9.5rem !important;
  }
  .mx-md-14 {
    margin-left: 9.5rem !important;
    margin-right: 9.5rem !important;
  }
  .my-md-14 {
    margin-top: 9.5rem !important;
    margin-bottom: 9.5rem !important;
  }
  /* Padding (responsive) */
  .p-md-14 {
    padding: 9.5rem !important;
  }
  .pt-md-14 {
    padding-top: 9.5rem !important;
  }
  .pb-md-14 {
    padding-bottom: 9.5rem !important;
  }
  .pl-md-14 {
    padding-left: 9.5rem !important;
  }
  .pr-md-14 {
    padding-right: 9.5rem !important;
  }
  .px-md-14 {
    padding-left: 9.5rem !important;
    padding-right: 9.5rem !important;
  }
  .py-md-14 {
    padding-top: 9.5rem !important;
    padding-bottom: 9.5rem !important;
  }
}
@media (min-width: 992px) {
  /* Margin (responsive) */
  .m-lg-14 {
    margin: 9.5rem !important;
  }
  .mt-lg-14 {
    margin-top: 9.5rem !important;
  }
  .mb-lg-14 {
    margin-bottom: 9.5rem !important;
  }
  .ml-lg-14 {
    margin-left: 9.5rem !important;
  }
  .mr-lg-14 {
    margin-right: 9.5rem !important;
  }
  .mx-lg-14 {
    margin-left: 9.5rem !important;
    margin-right: 9.5rem !important;
  }
  .my-lg-14 {
    margin-top: 9.5rem !important;
    margin-bottom: 9.5rem !important;
  }
  /* Padding (responsive) */
  .p-lg-14 {
    padding: 9.5rem !important;
  }
  .pt-lg-14 {
    padding-top: 9.5rem !important;
  }
  .pb-lg-14 {
    padding-bottom: 9.5rem !important;
  }
  .pl-lg-14 {
    padding-left: 9.5rem !important;
  }
  .pr-lg-14 {
    padding-right: 9.5rem !important;
  }
  .px-lg-14 {
    padding-left: 9.5rem !important;
    padding-right: 9.5rem !important;
  }
  .py-lg-14 {
    padding-top: 9.5rem !important;
    padding-bottom: 9.5rem !important;
  }
}
@media (min-width: 1200px) {
  /* Margin (responsive) */
  .m-xl-14 {
    margin: 9.5rem !important;
  }
  .mt-xl-14 {
    margin-top: 9.5rem !important;
  }
  .mb-xl-14 {
    margin-bottom: 9.5rem !important;
  }
  .ml-xl-14 {
    margin-left: 9.5rem !important;
  }
  .mr-xl-14 {
    margin-right: 9.5rem !important;
  }
  .mx-xl-14 {
    margin-left: 9.5rem !important;
    margin-right: 9.5rem !important;
  }
  .my-xl-14 {
    margin-top: 9.5rem !important;
    margin-bottom: 9.5rem !important;
  }
  /* Padding (responsive) */
  .p-xl-14 {
    padding: 9.5rem !important;
  }
  .pt-xl-14 {
    padding-top: 9.5rem !important;
  }
  .pb-xl-14 {
    padding-bottom: 9.5rem !important;
  }
  .pl-xl-14 {
    padding-left: 9.5rem !important;
  }
  .pr-xl-14 {
    padding-right: 9.5rem !important;
  }
  .px-xl-14 {
    padding-left: 9.5rem !important;
    padding-right: 9.5rem !important;
  }
  .py-xl-14 {
    padding-top: 9.5rem !important;
    padding-bottom: 9.5rem !important;
  }
}
@media (min-width: 1400px) {
  /* Margin (responsive) */
  .m-xxl-14 {
    margin: 9.5rem !important;
  }
  .mt-xxl-14 {
    margin-top: 9.5rem !important;
  }
  .mb-xxl-14 {
    margin-bottom: 9.5rem !important;
  }
  .ml-xxl-14 {
    margin-left: 9.5rem !important;
  }
  .mr-xxl-14 {
    margin-right: 9.5rem !important;
  }
  .mx-xxl-14 {
    margin-left: 9.5rem !important;
    margin-right: 9.5rem !important;
  }
  .my-xxl-14 {
    margin-top: 9.5rem !important;
    margin-bottom: 9.5rem !important;
  }
  /* Padding (responsive) */
  .p-xxl-14 {
    padding: 9.5rem !important;
  }
  .pt-xxl-14 {
    padding-top: 9.5rem !important;
  }
  .pb-xxl-14 {
    padding-bottom: 9.5rem !important;
  }
  .pl-xxl-14 {
    padding-left: 9.5rem !important;
  }
  .pr-xxl-14 {
    padding-right: 9.5rem !important;
  }
  .px-xxl-14 {
    padding-left: 9.5rem !important;
    padding-right: 9.5rem !important;
  }
  .py-xxl-14 {
    padding-top: 9.5rem !important;
    padding-bottom: 9.5rem !important;
  }
}
/* Margin (base) */
.m-15 {
  margin: 10rem !important;
}

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

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

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

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

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

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

/* Padding (base) */
.p-15 {
  padding: 10rem !important;
}

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

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

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

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

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

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

/* Responsive variants */
@media (min-width: 576px) {
  /* Margin (responsive) */
  .m-sm-15 {
    margin: 10rem !important;
  }
  .mt-sm-15 {
    margin-top: 10rem !important;
  }
  .mb-sm-15 {
    margin-bottom: 10rem !important;
  }
  .ml-sm-15 {
    margin-left: 10rem !important;
  }
  .mr-sm-15 {
    margin-right: 10rem !important;
  }
  .mx-sm-15 {
    margin-left: 10rem !important;
    margin-right: 10rem !important;
  }
  .my-sm-15 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  /* Padding (responsive) */
  .p-sm-15 {
    padding: 10rem !important;
  }
  .pt-sm-15 {
    padding-top: 10rem !important;
  }
  .pb-sm-15 {
    padding-bottom: 10rem !important;
  }
  .pl-sm-15 {
    padding-left: 10rem !important;
  }
  .pr-sm-15 {
    padding-right: 10rem !important;
  }
  .px-sm-15 {
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }
  .py-sm-15 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
}
@media (min-width: 768px) {
  /* Margin (responsive) */
  .m-md-15 {
    margin: 10rem !important;
  }
  .mt-md-15 {
    margin-top: 10rem !important;
  }
  .mb-md-15 {
    margin-bottom: 10rem !important;
  }
  .ml-md-15 {
    margin-left: 10rem !important;
  }
  .mr-md-15 {
    margin-right: 10rem !important;
  }
  .mx-md-15 {
    margin-left: 10rem !important;
    margin-right: 10rem !important;
  }
  .my-md-15 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  /* Padding (responsive) */
  .p-md-15 {
    padding: 10rem !important;
  }
  .pt-md-15 {
    padding-top: 10rem !important;
  }
  .pb-md-15 {
    padding-bottom: 10rem !important;
  }
  .pl-md-15 {
    padding-left: 10rem !important;
  }
  .pr-md-15 {
    padding-right: 10rem !important;
  }
  .px-md-15 {
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }
  .py-md-15 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
}
@media (min-width: 992px) {
  /* Margin (responsive) */
  .m-lg-15 {
    margin: 10rem !important;
  }
  .mt-lg-15 {
    margin-top: 10rem !important;
  }
  .mb-lg-15 {
    margin-bottom: 10rem !important;
  }
  .ml-lg-15 {
    margin-left: 10rem !important;
  }
  .mr-lg-15 {
    margin-right: 10rem !important;
  }
  .mx-lg-15 {
    margin-left: 10rem !important;
    margin-right: 10rem !important;
  }
  .my-lg-15 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  /* Padding (responsive) */
  .p-lg-15 {
    padding: 10rem !important;
  }
  .pt-lg-15 {
    padding-top: 10rem !important;
  }
  .pb-lg-15 {
    padding-bottom: 10rem !important;
  }
  .pl-lg-15 {
    padding-left: 10rem !important;
  }
  .pr-lg-15 {
    padding-right: 10rem !important;
  }
  .px-lg-15 {
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }
  .py-lg-15 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
}
@media (min-width: 1200px) {
  /* Margin (responsive) */
  .m-xl-15 {
    margin: 10rem !important;
  }
  .mt-xl-15 {
    margin-top: 10rem !important;
  }
  .mb-xl-15 {
    margin-bottom: 10rem !important;
  }
  .ml-xl-15 {
    margin-left: 10rem !important;
  }
  .mr-xl-15 {
    margin-right: 10rem !important;
  }
  .mx-xl-15 {
    margin-left: 10rem !important;
    margin-right: 10rem !important;
  }
  .my-xl-15 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  /* Padding (responsive) */
  .p-xl-15 {
    padding: 10rem !important;
  }
  .pt-xl-15 {
    padding-top: 10rem !important;
  }
  .pb-xl-15 {
    padding-bottom: 10rem !important;
  }
  .pl-xl-15 {
    padding-left: 10rem !important;
  }
  .pr-xl-15 {
    padding-right: 10rem !important;
  }
  .px-xl-15 {
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }
  .py-xl-15 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
}
@media (min-width: 1400px) {
  /* Margin (responsive) */
  .m-xxl-15 {
    margin: 10rem !important;
  }
  .mt-xxl-15 {
    margin-top: 10rem !important;
  }
  .mb-xxl-15 {
    margin-bottom: 10rem !important;
  }
  .ml-xxl-15 {
    margin-left: 10rem !important;
  }
  .mr-xxl-15 {
    margin-right: 10rem !important;
  }
  .mx-xxl-15 {
    margin-left: 10rem !important;
    margin-right: 10rem !important;
  }
  .my-xxl-15 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  /* Padding (responsive) */
  .p-xxl-15 {
    padding: 10rem !important;
  }
  .pt-xxl-15 {
    padding-top: 10rem !important;
  }
  .pb-xxl-15 {
    padding-bottom: 10rem !important;
  }
  .pl-xxl-15 {
    padding-left: 10rem !important;
  }
  .pr-xxl-15 {
    padding-right: 10rem !important;
  }
  .px-xxl-15 {
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }
  .py-xxl-15 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
}
/* Margin (base) */
.m-16 {
  margin: 11rem !important;
}

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

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

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

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

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

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

/* Padding (base) */
.p-16 {
  padding: 11rem !important;
}

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

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

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

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

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

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

/* Responsive variants */
@media (min-width: 576px) {
  /* Margin (responsive) */
  .m-sm-16 {
    margin: 11rem !important;
  }
  .mt-sm-16 {
    margin-top: 11rem !important;
  }
  .mb-sm-16 {
    margin-bottom: 11rem !important;
  }
  .ml-sm-16 {
    margin-left: 11rem !important;
  }
  .mr-sm-16 {
    margin-right: 11rem !important;
  }
  .mx-sm-16 {
    margin-left: 11rem !important;
    margin-right: 11rem !important;
  }
  .my-sm-16 {
    margin-top: 11rem !important;
    margin-bottom: 11rem !important;
  }
  /* Padding (responsive) */
  .p-sm-16 {
    padding: 11rem !important;
  }
  .pt-sm-16 {
    padding-top: 11rem !important;
  }
  .pb-sm-16 {
    padding-bottom: 11rem !important;
  }
  .pl-sm-16 {
    padding-left: 11rem !important;
  }
  .pr-sm-16 {
    padding-right: 11rem !important;
  }
  .px-sm-16 {
    padding-left: 11rem !important;
    padding-right: 11rem !important;
  }
  .py-sm-16 {
    padding-top: 11rem !important;
    padding-bottom: 11rem !important;
  }
}
@media (min-width: 768px) {
  /* Margin (responsive) */
  .m-md-16 {
    margin: 11rem !important;
  }
  .mt-md-16 {
    margin-top: 11rem !important;
  }
  .mb-md-16 {
    margin-bottom: 11rem !important;
  }
  .ml-md-16 {
    margin-left: 11rem !important;
  }
  .mr-md-16 {
    margin-right: 11rem !important;
  }
  .mx-md-16 {
    margin-left: 11rem !important;
    margin-right: 11rem !important;
  }
  .my-md-16 {
    margin-top: 11rem !important;
    margin-bottom: 11rem !important;
  }
  /* Padding (responsive) */
  .p-md-16 {
    padding: 11rem !important;
  }
  .pt-md-16 {
    padding-top: 11rem !important;
  }
  .pb-md-16 {
    padding-bottom: 11rem !important;
  }
  .pl-md-16 {
    padding-left: 11rem !important;
  }
  .pr-md-16 {
    padding-right: 11rem !important;
  }
  .px-md-16 {
    padding-left: 11rem !important;
    padding-right: 11rem !important;
  }
  .py-md-16 {
    padding-top: 11rem !important;
    padding-bottom: 11rem !important;
  }
}
@media (min-width: 992px) {
  /* Margin (responsive) */
  .m-lg-16 {
    margin: 11rem !important;
  }
  .mt-lg-16 {
    margin-top: 11rem !important;
  }
  .mb-lg-16 {
    margin-bottom: 11rem !important;
  }
  .ml-lg-16 {
    margin-left: 11rem !important;
  }
  .mr-lg-16 {
    margin-right: 11rem !important;
  }
  .mx-lg-16 {
    margin-left: 11rem !important;
    margin-right: 11rem !important;
  }
  .my-lg-16 {
    margin-top: 11rem !important;
    margin-bottom: 11rem !important;
  }
  /* Padding (responsive) */
  .p-lg-16 {
    padding: 11rem !important;
  }
  .pt-lg-16 {
    padding-top: 11rem !important;
  }
  .pb-lg-16 {
    padding-bottom: 11rem !important;
  }
  .pl-lg-16 {
    padding-left: 11rem !important;
  }
  .pr-lg-16 {
    padding-right: 11rem !important;
  }
  .px-lg-16 {
    padding-left: 11rem !important;
    padding-right: 11rem !important;
  }
  .py-lg-16 {
    padding-top: 11rem !important;
    padding-bottom: 11rem !important;
  }
}
@media (min-width: 1200px) {
  /* Margin (responsive) */
  .m-xl-16 {
    margin: 11rem !important;
  }
  .mt-xl-16 {
    margin-top: 11rem !important;
  }
  .mb-xl-16 {
    margin-bottom: 11rem !important;
  }
  .ml-xl-16 {
    margin-left: 11rem !important;
  }
  .mr-xl-16 {
    margin-right: 11rem !important;
  }
  .mx-xl-16 {
    margin-left: 11rem !important;
    margin-right: 11rem !important;
  }
  .my-xl-16 {
    margin-top: 11rem !important;
    margin-bottom: 11rem !important;
  }
  /* Padding (responsive) */
  .p-xl-16 {
    padding: 11rem !important;
  }
  .pt-xl-16 {
    padding-top: 11rem !important;
  }
  .pb-xl-16 {
    padding-bottom: 11rem !important;
  }
  .pl-xl-16 {
    padding-left: 11rem !important;
  }
  .pr-xl-16 {
    padding-right: 11rem !important;
  }
  .px-xl-16 {
    padding-left: 11rem !important;
    padding-right: 11rem !important;
  }
  .py-xl-16 {
    padding-top: 11rem !important;
    padding-bottom: 11rem !important;
  }
}
@media (min-width: 1400px) {
  /* Margin (responsive) */
  .m-xxl-16 {
    margin: 11rem !important;
  }
  .mt-xxl-16 {
    margin-top: 11rem !important;
  }
  .mb-xxl-16 {
    margin-bottom: 11rem !important;
  }
  .ml-xxl-16 {
    margin-left: 11rem !important;
  }
  .mr-xxl-16 {
    margin-right: 11rem !important;
  }
  .mx-xxl-16 {
    margin-left: 11rem !important;
    margin-right: 11rem !important;
  }
  .my-xxl-16 {
    margin-top: 11rem !important;
    margin-bottom: 11rem !important;
  }
  /* Padding (responsive) */
  .p-xxl-16 {
    padding: 11rem !important;
  }
  .pt-xxl-16 {
    padding-top: 11rem !important;
  }
  .pb-xxl-16 {
    padding-bottom: 11rem !important;
  }
  .pl-xxl-16 {
    padding-left: 11rem !important;
  }
  .pr-xxl-16 {
    padding-right: 11rem !important;
  }
  .px-xxl-16 {
    padding-left: 11rem !important;
    padding-right: 11rem !important;
  }
  .py-xxl-16 {
    padding-top: 11rem !important;
    padding-bottom: 11rem !important;
  }
}
/* Margin (base) */
.m-17 {
  margin: 13rem !important;
}

.mt-17 {
  margin-top: 13rem !important;
}

.mb-17 {
  margin-bottom: 13rem !important;
}

.ml-17 {
  margin-left: 13rem !important;
}

.mr-17 {
  margin-right: 13rem !important;
}

.mx-17 {
  margin-left: 13rem !important;
  margin-right: 13rem !important;
}

.my-17 {
  margin-top: 13rem !important;
  margin-bottom: 13rem !important;
}

/* Padding (base) */
.p-17 {
  padding: 13rem !important;
}

.pt-17 {
  padding-top: 13rem !important;
}

.pb-17 {
  padding-bottom: 13rem !important;
}

.pl-17 {
  padding-left: 13rem !important;
}

.pr-17 {
  padding-right: 13rem !important;
}

.px-17 {
  padding-left: 13rem !important;
  padding-right: 13rem !important;
}

.py-17 {
  padding-top: 13rem !important;
  padding-bottom: 13rem !important;
}

/* Responsive variants */
@media (min-width: 576px) {
  /* Margin (responsive) */
  .m-sm-17 {
    margin: 13rem !important;
  }
  .mt-sm-17 {
    margin-top: 13rem !important;
  }
  .mb-sm-17 {
    margin-bottom: 13rem !important;
  }
  .ml-sm-17 {
    margin-left: 13rem !important;
  }
  .mr-sm-17 {
    margin-right: 13rem !important;
  }
  .mx-sm-17 {
    margin-left: 13rem !important;
    margin-right: 13rem !important;
  }
  .my-sm-17 {
    margin-top: 13rem !important;
    margin-bottom: 13rem !important;
  }
  /* Padding (responsive) */
  .p-sm-17 {
    padding: 13rem !important;
  }
  .pt-sm-17 {
    padding-top: 13rem !important;
  }
  .pb-sm-17 {
    padding-bottom: 13rem !important;
  }
  .pl-sm-17 {
    padding-left: 13rem !important;
  }
  .pr-sm-17 {
    padding-right: 13rem !important;
  }
  .px-sm-17 {
    padding-left: 13rem !important;
    padding-right: 13rem !important;
  }
  .py-sm-17 {
    padding-top: 13rem !important;
    padding-bottom: 13rem !important;
  }
}
@media (min-width: 768px) {
  /* Margin (responsive) */
  .m-md-17 {
    margin: 13rem !important;
  }
  .mt-md-17 {
    margin-top: 13rem !important;
  }
  .mb-md-17 {
    margin-bottom: 13rem !important;
  }
  .ml-md-17 {
    margin-left: 13rem !important;
  }
  .mr-md-17 {
    margin-right: 13rem !important;
  }
  .mx-md-17 {
    margin-left: 13rem !important;
    margin-right: 13rem !important;
  }
  .my-md-17 {
    margin-top: 13rem !important;
    margin-bottom: 13rem !important;
  }
  /* Padding (responsive) */
  .p-md-17 {
    padding: 13rem !important;
  }
  .pt-md-17 {
    padding-top: 13rem !important;
  }
  .pb-md-17 {
    padding-bottom: 13rem !important;
  }
  .pl-md-17 {
    padding-left: 13rem !important;
  }
  .pr-md-17 {
    padding-right: 13rem !important;
  }
  .px-md-17 {
    padding-left: 13rem !important;
    padding-right: 13rem !important;
  }
  .py-md-17 {
    padding-top: 13rem !important;
    padding-bottom: 13rem !important;
  }
}
@media (min-width: 992px) {
  /* Margin (responsive) */
  .m-lg-17 {
    margin: 13rem !important;
  }
  .mt-lg-17 {
    margin-top: 13rem !important;
  }
  .mb-lg-17 {
    margin-bottom: 13rem !important;
  }
  .ml-lg-17 {
    margin-left: 13rem !important;
  }
  .mr-lg-17 {
    margin-right: 13rem !important;
  }
  .mx-lg-17 {
    margin-left: 13rem !important;
    margin-right: 13rem !important;
  }
  .my-lg-17 {
    margin-top: 13rem !important;
    margin-bottom: 13rem !important;
  }
  /* Padding (responsive) */
  .p-lg-17 {
    padding: 13rem !important;
  }
  .pt-lg-17 {
    padding-top: 13rem !important;
  }
  .pb-lg-17 {
    padding-bottom: 13rem !important;
  }
  .pl-lg-17 {
    padding-left: 13rem !important;
  }
  .pr-lg-17 {
    padding-right: 13rem !important;
  }
  .px-lg-17 {
    padding-left: 13rem !important;
    padding-right: 13rem !important;
  }
  .py-lg-17 {
    padding-top: 13rem !important;
    padding-bottom: 13rem !important;
  }
}
@media (min-width: 1200px) {
  /* Margin (responsive) */
  .m-xl-17 {
    margin: 13rem !important;
  }
  .mt-xl-17 {
    margin-top: 13rem !important;
  }
  .mb-xl-17 {
    margin-bottom: 13rem !important;
  }
  .ml-xl-17 {
    margin-left: 13rem !important;
  }
  .mr-xl-17 {
    margin-right: 13rem !important;
  }
  .mx-xl-17 {
    margin-left: 13rem !important;
    margin-right: 13rem !important;
  }
  .my-xl-17 {
    margin-top: 13rem !important;
    margin-bottom: 13rem !important;
  }
  /* Padding (responsive) */
  .p-xl-17 {
    padding: 13rem !important;
  }
  .pt-xl-17 {
    padding-top: 13rem !important;
  }
  .pb-xl-17 {
    padding-bottom: 13rem !important;
  }
  .pl-xl-17 {
    padding-left: 13rem !important;
  }
  .pr-xl-17 {
    padding-right: 13rem !important;
  }
  .px-xl-17 {
    padding-left: 13rem !important;
    padding-right: 13rem !important;
  }
  .py-xl-17 {
    padding-top: 13rem !important;
    padding-bottom: 13rem !important;
  }
}
@media (min-width: 1400px) {
  /* Margin (responsive) */
  .m-xxl-17 {
    margin: 13rem !important;
  }
  .mt-xxl-17 {
    margin-top: 13rem !important;
  }
  .mb-xxl-17 {
    margin-bottom: 13rem !important;
  }
  .ml-xxl-17 {
    margin-left: 13rem !important;
  }
  .mr-xxl-17 {
    margin-right: 13rem !important;
  }
  .mx-xxl-17 {
    margin-left: 13rem !important;
    margin-right: 13rem !important;
  }
  .my-xxl-17 {
    margin-top: 13rem !important;
    margin-bottom: 13rem !important;
  }
  /* Padding (responsive) */
  .p-xxl-17 {
    padding: 13rem !important;
  }
  .pt-xxl-17 {
    padding-top: 13rem !important;
  }
  .pb-xxl-17 {
    padding-bottom: 13rem !important;
  }
  .pl-xxl-17 {
    padding-left: 13rem !important;
  }
  .pr-xxl-17 {
    padding-right: 13rem !important;
  }
  .px-xxl-17 {
    padding-left: 13rem !important;
    padding-right: 13rem !important;
  }
  .py-xxl-17 {
    padding-top: 13rem !important;
    padding-bottom: 13rem !important;
  }
}
@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  backface-visibility: hidden;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized,
.splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play,
.splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  backface-visibility: hidden;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized,
.splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play,
.splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__arrow {
  -ms-flex-align: center;
  align-items: center;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  height: 2em;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2em;
  z-index: 1;
}

.splide__arrow svg {
  fill: #000;
  height: 1.2em;
  width: 1.2em;
}

.splide__arrow:hover:not(:disabled) {
  opacity: 0.9;
}

.splide__arrow:disabled {
  opacity: 0.3;
}

.splide__arrow:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__arrow--prev {
  left: 1em;
}

.splide__arrow--prev svg {
  transform: scaleX(-1);
}

.splide__arrow--next {
  right: 1em;
}

.splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__pagination {
  bottom: 0.5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}

.splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  opacity: 0.7;
  padding: 0;
  position: relative;
  transition: transform 0.2s linear;
  width: 8px;
}

.splide__pagination__page.is-active {
  background: #fff;
  transform: scale(1.4);
  z-index: 1;
}

.splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
}

.splide__pagination__page:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__progress__bar {
  background: #ccc;
  height: 3px;
}

.splide__slide {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.splide__slide:focus {
  outline: 0;
}

@supports (outline-offset: -3px) {
  .splide__slide:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide__slide:focus-visible {
    border: 3px solid #0bf;
  }
}
@supports (outline-offset: -3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #0bf;
  }
  .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
    border-color: #0bf;
  }
}
.splide__toggle {
  cursor: pointer;
}

.splide__toggle:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__track--nav > .splide__list > .splide__slide {
  border: 3px solid transparent;
  cursor: pointer;
}

.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 3px solid #000;
}

.splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em;
}

.splide__arrows--rtl .splide__arrow--prev svg {
  transform: scaleX(1);
}

.splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto;
}

.splide__arrows--rtl .splide__arrow--next svg {
  transform: scaleX(-1);
}

.splide__arrows--ttb .splide__arrow {
  left: 50%;
  transform: translate(-50%);
}

.splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}

.splide__arrows--ttb .splide__arrow--prev svg {
  transform: rotate(-90deg);
}

.splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto;
}

.splide__arrows--ttb .splide__arrow--next svg {
  transform: rotate(90deg);
}

.splide__pagination--ttb {
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: 0.5em;
  top: 0;
}
